=== 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-0060 --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-0060",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0060_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0060_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0060_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-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-01/func/sub-0060_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0132c526c041ef08307589ecccb98006</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>17:05:14.415000</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.997992, 0.0627394, 0.00875779, -0.063138, 0.973896, 0.218035]</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.0936151</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4153, -7751, -7293, 770, -52, -37, -26, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.487</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d9711d82-2848-4a96-a83c-ab17ce1e09db||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.6775383949279785, -0.16939468681812286, -0.013905595056712627, 116.53318786621094], [-0.168325275182724, 2.6128928661346436, 0.5890057682991028, -101.15373229980469], [0.02349652349948883, -0.584972620010376, 2.634934186935425, -47.02948760986328], [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': ['170514.415000', '170514.875000', '170515.335000', '170515.795000', '170516.255000', '170516.715000', '170517.175000', '170517.635000', '170518.095000', '170518.555000', '170519.015000', '170519.475000', '170519.935000', '170520.395000', '170520.855000', '170521.315000', '170521.775000', '170522.235000', '170522.695000', '170523.155000', '170523.615000', '170524.075000', '170524.535000', '170524.995000', '170525.455000', '170525.915000', '170526.375000', '170526.835000', '170527.295000', '170527.755000', '170528.215000', '170528.675000', '170529.135000', '170529.595000', '170530.055000', '170530.515000', '170530.975000', '170531.435000', '170531.895000', '170532.355000', '170532.815000', '170533.275000', '170533.735000', '170534.195000', '170534.655000', '170535.115000', '170535.575000', '170536.035000', '170536.495000', '170536.955000', '170537.415000', '170537.875000', '170538.335000', '170538.795000', '170539.255000', '170539.715000', '170540.175000', '170540.635000', '170541.095000', '170541.555000', '170542.015000', '170542.475000', '170542.935000', '170543.395000', '170543.855000', '170544.315000', '170544.775000', '170545.235000', '170545.695000', '170546.155000', '170546.615000', '170547.075000', '170547.535000', '170547.995000', '170548.455000', '170548.915000', '170549.375000', '170549.835000', '170550.295000', '170550.755000', '170551.215000', '170551.675000', '170552.135000', '170552.595000', '170553.055000', '170553.515000', '170553.975000', '170554.435000', '170554.895000', '170555.355000', '170555.815000', '170556.275000', '170556.735000', '170557.195000', '170557.655000', '170558.115000', '170558.575000', '170559.035000', '170559.495000', '170559.955000', '170600.415000', '170600.875000', '170601.335000', '170601.795000', '170602.255000', '170602.715000', '170603.175000', '170603.635000', '170604.095000', '170604.555000', '170605.015000', '170605.475000', '170605.935000', '170606.395000', '170606.855000', '170607.315000', '170607.775000', '170608.235000', '170608.695000', '170609.155000', '170609.615000', '170610.075000', '170610.535000', '170610.995000', '170611.455000', '170611.915000', '170612.375000', '170612.835000', '170613.295000', '170613.755000', '170614.215000', '170614.675000', '170615.135000', '170615.595000', '170616.055000', '170616.515000', '170616.975000', '170617.435000', '170617.895000', '170618.355000', '170618.815000', '170619.275000', '170619.735000', '170620.195000', '170620.655000', '170621.115000', '170621.575000', '170622.035000', '170622.495000', '170622.955000', '170623.415000', '170623.875000', '170624.335000', '170624.795000', '170625.255000', '170625.715000', '170626.175000', '170626.635000', '170627.095000', '170627.555000', '170628.015000', '170628.475000', '170628.935000', '170629.395000', '170629.855000', '170630.315000', '170630.775000', '170631.235000', '170631.695000', '170632.155000', '170632.615000', '170633.075000', '170633.535000', '170633.995000', '170634.455000', '170634.915000', '170635.375000', '170635.835000', '170636.295000', '170636.755000', '170637.215000', '170637.675000', '170638.135000', '170638.595000', '170639.055000', '170639.515000', '170639.975000', '170640.435000', '170640.895000', '170641.355000', '170641.815000', '170642.275000', '170642.735000', '170643.195000', '170643.655000', '170644.115000', '170644.575000', '170645.035000', '170645.495000', '170645.955000', '170646.415000', '170646.875000', '170647.335000', '170647.795000', '170648.255000', '170648.715000', '170649.175000', '170649.635000', '170650.095000', '170650.555000', '170651.015000', '170651.475000', '170651.935000', '170652.395000', '170652.855000', '170653.315000', '170653.775000', '170654.235000', '170654.695000', '170655.155000', '170655.615000', '170656.075000', '170656.535000', '170656.995000', '170657.455000', '170657.915000', '170658.375000', '170658.835000', '170659.295000', '170659.755000', '170700.215000', '170700.675000', '170701.135000', '170701.595000', '170702.055000', '170702.515000', '170702.975000', '170703.435000', '170703.895000', '170704.355000', '170704.815000', '170705.275000', '170705.735000', '170706.195000', '170706.655000', '170707.115000', '170707.575000', '170708.035000', '170708.495000', '170708.955000', '170709.415000', '170709.875000', '170710.335000', '170710.795000', '170711.255000', '170711.715000', '170712.175000', '170712.635000', '170713.095000', '170713.555000', '170714.015000', '170714.475000', '170714.935000', '170715.395000', '170715.855000', '170716.315000', '170716.775000', '170717.235000', '170717.695000', '170718.155000', '170718.615000', '170719.075000', '170719.535000', '170719.995000', '170720.455000', '170720.915000', '170721.375000', '170721.835000', '170722.295000', '170722.755000', '170723.215000', '170723.675000', '170724.135000', '170724.595000', '170725.055000', '170725.515000', '170725.975000', '170726.435000', '170726.895000', '170727.355000', '170727.815000', '170728.275000', '170728.735000', '170729.195000', '170729.655000', '170730.115000', '170730.575000', '170731.035000', '170731.495000', '170731.955000', '170732.415000', '170732.875000', '170733.335000', '170733.795000', '170734.255000', '170734.715000', '170735.175000', '170735.635000', '170736.095000', '170736.555000', '170737.015000', '170737.475000', '170737.935000', '170738.395000', '170738.855000', '170739.315000', '170739.775000', '170740.235000', '170740.695000', '170741.155000', '170741.615000', '170742.075000', '170742.535000', '170742.995000', '170743.455000', '170743.915000', '170744.375000', '170744.835000', '170745.295000', '170745.755000', '170746.215000', '170746.675000', '170747.135000', '170747.595000', '170748.055000', '170748.515000', '170748.975000', '170749.435000', '170749.895000', '170750.355000', '170750.815000', '170751.275000', '170751.735000', '170752.195000', '170752.655000', '170753.115000', '170753.575000', '170754.035000', '170754.495000', '170754.955000', '170755.415000', '170755.875000', '170756.335000', '170756.795000', '170757.255000', '170757.715000', '170758.175000', '170758.635000', '170759.095000', '170759.555000', '170800.015000', '170800.475000', '170800.935000', '170801.395000', '170801.855000', '170802.315000', '170802.775000', '170803.235000', '170803.695000', '170804.155000', '170804.615000', '170805.075000', '170805.535000', '170805.995000', '170806.455000', '170806.915000', '170807.375000', '170807.835000', '170808.295000', '170808.755000', '170809.215000', '170809.675000', '170810.135000', '170810.595000', '170811.055000', '170811.515000', '170811.975000', '170812.435000', '170812.895000', '170813.355000', '170813.815000', '170814.275000', '170814.735000', '170815.195000', '170815.655000', '170816.115000', '170816.575000', '170817.035000', '170817.495000', '170817.955000', '170818.415000', '170818.875000', '170819.335000', '170819.795000', '170820.255000', '170820.715000', '170821.175000', '170821.635000', '170822.095000', '170822.555000', '170823.015000', '170823.475000', '170823.935000', '170824.395000', '170824.855000', '170825.315000', '170825.775000', '170826.235000', '170826.695000', '170827.155000', '170827.615000', '170828.075000', '170828.535000', '170828.995000', '170829.455000', '170829.915000', '170830.375000', '170830.835000', '170831.295000', '170831.755000', '170832.215000', '170832.675000', '170833.135000', '170833.595000', '170834.055000', '170834.515000', '170834.975000', '170835.435000', '170835.895000', '170836.355000', '170836.815000', '170837.275000', '170837.735000', '170838.195000', '170838.655000', '170839.115000', '170839.575000', '170840.035000', '170840.495000', '170840.955000', '170841.415000', '170841.875000', '170842.335000', '170842.795000', '170843.255000', '170843.715000', '170844.175000', '170844.635000', '170845.095000', '170845.555000', '170846.015000', '170846.475000', '170846.935000', '170847.395000', '170847.855000', '170848.315000', '170848.775000', '170849.235000', '170849.695000', '170850.155000', '170850.615000', '170851.075000', '170851.535000', '170851.995000', '170852.455000', '170852.915000', '170853.375000', '170853.835000', '170854.295000', '170854.755000', '170855.215000', '170855.675000', '170856.135000', '170856.595000', '170857.055000', '170857.515000', '170857.975000', '170858.435000', '170858.895000', '170859.355000', '170859.815000', '170900.275000', '170900.735000', '170901.195000', '170901.655000', '170902.115000', '170902.575000', '170903.035000', '170903.495000', '170903.955000', '170904.415000', '170904.875000', '170905.335000', '170905.795000', '170906.255000', '170906.715000', '170907.175000', '170907.635000', '170908.095000', '170908.555000', '170909.015000', '170909.475000', '170909.935000', '170910.395000', '170910.855000', '170911.315000', '170911.775000', '170912.235000', '170912.695000', '170913.155000', '170913.615000', '170914.075000', '170914.535000', '170914.995000', '170915.455000', '170915.915000', '170916.375000', '170916.835000', '170917.295000', '170917.755000', '170918.215000', '170918.675000', '170919.135000', '170919.595000', '170920.055000', '170920.515000', '170920.975000', '170921.435000', '170921.895000', '170922.355000', '170922.815000', '170923.275000', '170923.735000', '170924.195000', '170924.655000', '170925.115000', '170925.575000', '170926.035000', '170926.495000', '170926.955000', '170927.415000', '170927.875000', '170928.335000', '170928.795000', '170929.255000', '170929.715000', '170930.175000', '170930.635000', '170931.095000', '170931.555000', '170932.015000', '170932.475000', '170932.935000', '170933.395000', '170933.855000', '170934.315000', '170934.775000', '170935.235000', '170935.695000', '170936.155000', '170936.615000', '170937.075000', '170937.535000', '170937.995000', '170938.455000', '170938.915000', '170939.375000', '170939.835000', '170940.295000', '170940.755000', '170941.215000', '170941.675000', '170942.135000', '170942.595000', '170943.055000', '170943.515000', '170943.975000', '170944.435000', '170944.895000', '170945.355000', '170945.815000', '170946.275000', '170946.735000', '170947.195000', '170947.655000', '170948.115000', '170948.575000', '170949.035000', '170949.495000', '170949.955000', '170950.415000', '170950.875000', '170951.335000', '170951.795000', '170952.255000', '170952.715000', '170953.175000', '170953.635000', '170954.095000', '170954.555000', '170955.015000', '170955.475000', '170955.935000', '170956.395000', '170956.855000', '170957.315000', '170957.775000', '170958.235000', '170958.695000', '170959.155000', '170959.615000', '171000.075000', '171000.535000', '171000.995000', '171001.455000', '171001.915000', '171002.375000', '171002.835000', '171003.295000', '171003.755000', '171004.215000', '171004.675000', '171005.135000', '171005.595000', '171006.055000', '171006.515000', '171006.975000', '171007.435000', '171007.895000', '171008.355000', '171008.815000', '171009.275000', '171009.735000', '171010.195000', '171010.655000', '171011.115000', '171011.575000', '171012.035000', '171012.495000', '171012.955000', '171013.415000', '171013.875000', '171014.335000', '171014.795000', '171015.255000', '171015.715000', '171016.175000', '171016.635000', '171017.095000', '171017.555000', '171018.015000', '171018.475000', '171018.935000', '171019.395000', '171019.855000', '171020.315000', '171020.775000', '171021.235000', '171021.695000', '171022.155000', '171022.615000', '171023.075000', '171023.535000', '171023.995000', '171024.455000', '171024.915000', '171025.375000', '171025.835000', '171026.295000', '171026.755000', '171027.215000', '171027.675000', '171028.135000', '171028.595000', '171029.055000', '171029.515000', '171029.975000', '171030.435000', '171030.895000', '171031.355000', '171031.815000', '171032.275000', '171032.735000', '171033.195000', '171033.655000', '171034.115000', '171034.575000', '171035.035000', '171035.495000', '171035.955000', '171036.415000', '171036.875000', '171037.335000', '171037.795000', '171038.255000', '171038.715000', '171039.175000', '171039.635000', '171040.095000', '171040.555000', '171041.015000', '171041.475000', '171041.935000', '171042.395000', '171042.855000', '171043.315000', '171043.775000', '171044.235000', '171044.695000', '171045.155000', '171045.615000', '171046.075000', '171046.535000', '171046.995000', '171047.455000', '171047.915000', '171048.375000', '171048.835000', '171049.295000', '171049.755000', '171050.215000', '171050.675000', '171051.135000', '171051.595000', '171052.055000', '171052.515000', '171052.975000', '171053.435000', '171053.895000', '171054.355000', '171054.815000', '171055.275000', '171055.735000', '171056.195000', '171056.655000', '171057.115000', '171057.575000', '171058.035000', '171058.495000', '171058.955000', '171059.415000', '171059.875000', '171100.335000', '171100.795000', '171101.255000', '171101.715000', '171102.175000', '171102.635000', '171103.095000', '171103.555000', '171104.015000', '171104.475000', '171104.935000', '171105.395000', '171105.855000', '171106.315000', '171106.775000', '171107.235000', '171107.695000', '171108.155000', '171108.615000', '171109.075000', '171109.535000', '171109.995000', '171110.455000', '171110.915000', '171111.375000', '171111.835000', '171112.295000', '171112.755000', '171113.215000', '171113.675000', '171114.135000', '171114.595000', '171115.055000', '171115.515000', '171115.975000', '171116.435000', '171116.895000', '171117.355000', '171117.815000', '171118.275000', '171118.735000', '171119.195000', '171119.655000', '171120.115000', '171120.575000', '171121.035000', '171121.495000', '171121.955000', '171122.415000', '171122.875000', '171123.335000', '171123.795000', '171124.255000', '171124.715000', '171125.175000', '171125.635000', '171126.095000', '171126.555000', '171127.015000', '171127.475000', '171127.935000', '171128.395000', '171128.855000', '171129.315000', '171129.775000', '171130.235000', '171130.695000', '171131.155000', '171131.615000', '171132.075000', '171132.535000', '171132.995000', '171133.455000', '171133.915000', '171134.375000', '171134.835000', '171135.295000', '171135.755000', '171136.215000', '171136.675000', '171137.135000', '171137.595000', '171138.055000', '171138.515000', '171138.975000', '171139.435000', '171139.895000', '171140.355000', '171140.815000', '171141.275000', '171141.735000', '171142.195000', '171142.655000', '171143.115000', '171143.575000', '171144.035000', '171144.495000', '171144.955000', '171145.415000', '171145.875000', '171146.335000', '171146.795000', '171147.255000', '171147.715000', '171148.175000', '171148.635000', '171149.095000', '171149.555000', '171150.015000', '171150.475000', '171150.935000', '171151.395000', '171151.855000', '171152.315000', '171152.775000', '171153.235000', '171153.695000', '171154.155000', '171154.615000', '171155.075000'], 'ContentTime': ['170536.996000', '170537.000000', '170537.003000', '170537.006000', '170537.008000', '170537.011000', '170537.014000', '170537.016000', '170537.019000', '170537.021000', '170537.024000', '170537.027000', '170537.029000', '170537.032000', '170537.035000', '170537.037000', '170537.040000', '170537.043000', '170537.046000', '170537.048000', '170537.051000', '170537.054000', '170537.056000', '170537.059000', '170537.062000', '170537.065000', '170537.067000', '170537.071000', '170537.073000', '170537.076000', '170537.079000', '170537.082000', '170537.085000', '170537.088000', '170537.091000', '170537.093000', '170537.096000', '170537.099000', '170537.102000', '170537.104000', '170537.107000', '170537.110000', '170537.112000', '170537.115000', '170537.118000', '170537.120000', '170537.123000', '170556.955000', '170556.959000', '170556.961000', '170556.964000', '170556.966000', '170556.969000', '170556.971000', '170556.974000', '170556.977000', '170556.979000', '170556.982000', '170556.984000', '170556.987000', '170556.990000', '170556.992000', '170556.995000', '170556.997000', '170557.001000', '170557.003000', '170557.006000', '170557.008000', '170557.011000', '170557.014000', '170557.016000', '170557.019000', '170557.022000', '170557.024000', '170557.027000', '170557.029000', '170557.032000', '170557.035000', '170557.037000', '170557.040000', '170557.042000', '170557.045000', '170557.047000', '170557.050000', '170557.053000', '170557.055000', '170557.058000', '170557.060000', '170557.063000', '170557.066000', '170557.068000', '170616.955000', '170616.958000', '170616.961000', '170616.963000', '170616.966000', '170616.969000', '170616.971000', '170616.974000', '170616.977000', '170616.979000', '170616.982000', '170616.984000', '170616.987000', '170616.989000', '170616.992000', '170617.002000', '170617.004000', '170617.007000', '170617.009000', '170617.012000', '170617.014000', '170617.017000', '170617.020000', '170617.022000', '170617.025000', '170617.028000', '170617.030000', '170617.033000', '170617.035000', '170617.038000', '170617.041000', '170617.043000', '170617.046000', '170617.048000', '170617.051000', '170617.054000', '170617.056000', '170617.059000', '170617.062000', '170617.064000', '170617.067000', '170617.069000', '170617.072000', '170636.955000', '170636.958000', '170636.961000', '170636.963000', '170636.966000', '170636.969000', '170636.972000', '170636.974000', '170636.977000', '170636.979000', '170636.982000', '170636.985000', '170636.987000', '170636.990000', '170636.992000', '170636.995000', '170636.998000', '170637.001000', '170637.004000', '170637.006000', '170637.009000', '170637.029000', '170637.031000', '170637.034000', '170637.036000', '170637.039000', '170637.042000', '170637.044000', '170637.047000', '170637.050000', '170637.052000', '170637.055000', '170637.057000', '170637.060000', '170637.063000', '170637.065000', '170637.068000', '170637.071000', '170637.073000', '170637.076000', '170637.079000', '170637.081000', '170637.086000', '170637.088000', '170656.955000', '170656.958000', '170656.961000', '170656.963000', '170656.966000', '170656.969000', '170656.972000', '170656.974000', '170656.977000', '170656.979000', '170656.982000', '170656.985000', '170656.987000', '170656.990000', '170656.993000', '170656.995000', '170656.998000', '170657.001000', '170657.004000', '170657.007000', '170657.009000', '170657.012000', '170657.014000', '170657.017000', '170657.020000', '170657.022000', '170657.025000', '170657.027000', '170657.030000', '170657.033000', '170657.035000', '170657.038000', '170657.040000', '170657.043000', '170657.046000', '170657.048000', '170657.051000', '170657.054000', '170657.056000', '170657.059000', '170657.061000', '170657.064000', '170657.067000', '170716.955000', '170716.958000', '170716.961000', '170716.963000', '170716.966000', '170716.969000', '170716.971000', '170716.974000', '170716.977000', '170716.979000', '170716.982000', '170716.984000', '170716.987000', '170716.990000', '170716.992000', '170716.995000', '170716.997000', '170717.000000', '170717.003000', '170717.006000', '170717.008000', '170717.011000', '170717.013000', '170717.016000', '170717.019000', '170717.021000', '170717.024000', '170717.026000', '170717.029000', '170717.032000', '170717.034000', '170717.037000', '170717.039000', '170717.042000', '170717.045000', '170717.047000', '170717.050000', '170717.052000', '170717.055000', '170717.058000', '170717.060000', '170717.063000', '170717.065000', '170717.068000', '170736.955000', '170736.959000', '170736.961000', '170736.964000', '170736.966000', '170736.969000', '170736.972000', '170736.974000', '170736.977000', '170736.979000', '170736.982000', '170736.985000', '170736.987000', '170736.990000', '170736.992000', '170736.995000', '170736.998000', '170737.000000', '170737.003000', '170737.006000', '170737.008000', '170737.011000', '170737.013000', '170737.016000', '170737.018000', '170737.021000', '170737.024000', '170737.026000', '170737.029000', '170737.031000', '170737.034000', '170737.037000', '170737.039000', '170737.042000', '170737.045000', '170737.047000', '170737.050000', '170737.053000', '170737.055000', '170737.058000', '170737.060000', '170737.063000', '170737.066000', '170756.956000', '170756.959000', '170756.962000', '170756.964000', '170756.967000', '170756.970000', '170756.972000', '170756.975000', '170756.978000', '170756.980000', '170756.983000', '170756.986000', '170756.988000', '170756.991000', '170756.993000', '170756.996000', '170756.999000', '170757.001000', '170757.004000', '170757.006000', '170757.009000', '170757.012000', '170757.014000', '170757.017000', '170757.019000', '170757.025000', '170757.028000', '170757.030000', '170757.033000', '170757.035000', '170757.038000', '170757.041000', '170757.043000', '170757.046000', '170757.048000', '170757.051000', '170757.053000', '170757.056000', '170757.059000', '170757.061000', '170757.064000', '170757.067000', '170757.069000', '170816.956000', '170816.959000', '170816.961000', '170816.964000', '170816.967000', '170816.969000', '170816.972000', '170816.975000', '170816.977000', '170816.980000', '170816.982000', '170816.985000', '170816.988000', '170816.990000', '170816.993000', '170816.995000', '170816.998000', '170817.007000', '170817.010000', '170817.013000', '170817.015000', '170817.018000', '170817.021000', '170817.023000', '170817.026000', '170817.029000', '170817.031000', '170817.034000', '170817.036000', '170817.039000', '170817.042000', '170817.044000', '170817.047000', '170817.050000', '170817.052000', '170817.055000', '170817.057000', '170817.060000', '170817.063000', '170817.065000', '170817.068000', '170817.070000', '170817.073000', '170817.076000', '170836.955000', '170836.958000', '170836.961000', '170836.964000', '170836.966000', '170836.969000', '170836.972000', '170836.974000', '170836.977000', '170836.979000', '170836.982000', '170836.985000', '170836.987000', '170836.990000', '170836.992000', '170836.995000', '170836.998000', '170837.000000', '170837.003000', '170837.006000', '170837.008000', '170837.011000', '170837.014000', '170837.016000', '170837.019000', '170837.021000', '170837.024000', '170837.027000', '170837.029000', '170837.032000', '170837.034000', '170837.037000', '170837.040000', '170837.042000', '170837.045000', '170837.047000', '170837.055000', '170837.058000', '170837.060000', '170837.063000', '170837.065000', '170837.068000', '170837.071000', '170837.073000', '170856.955000', '170856.958000', '170856.961000', '170856.970000', '170856.972000', '170856.975000', '170856.977000', '170856.980000', '170856.983000', '170856.985000', '170856.988000', '170856.991000', '170856.993000', '170856.996000', '170856.998000', '170857.002000', '170857.005000', '170857.008000', '170857.010000', '170857.013000', '170857.016000', '170857.018000', '170857.021000', '170857.023000', '170857.026000', '170857.028000', '170857.031000', '170857.034000', '170857.036000', '170857.039000', '170857.041000', '170857.044000', '170857.047000', '170857.049000', '170857.052000', '170857.055000', '170857.057000', '170857.060000', '170857.062000', '170857.065000', '170857.068000', '170857.070000', '170857.073000', '170916.956000', '170916.958000', '170916.962000', '170916.965000', '170916.967000', '170916.970000', '170916.973000', '170916.975000', '170916.978000', '170916.981000', '170916.983000', '170916.986000', '170916.989000', '170916.991000', '170916.994000', '170916.996000', '170917.000000', '170917.003000', '170917.006000', '170917.009000', '170917.012000', '170917.016000', '170917.019000', '170917.022000', '170917.024000', '170917.027000', '170917.029000', '170917.032000', '170917.035000', '170917.037000', '170917.040000', '170917.043000', '170917.045000', '170917.048000', '170917.050000', '170917.053000', '170917.056000', '170917.058000', '170917.061000', '170917.063000', '170917.066000', '170917.069000', '170917.071000', '170936.955000', '170936.958000', '170936.961000', '170936.964000', '170936.966000', '170936.969000', '170936.972000', '170936.974000', '170936.977000', '170936.979000', '170936.982000', '170936.984000', '170936.987000', '170936.990000', '170936.992000', '170936.995000', '170936.998000', '170937.000000', '170937.003000', '170937.006000', '170937.008000', '170937.011000', '170937.013000', '170937.016000', '170937.018000', '170937.021000', '170937.024000', '170937.026000', '170937.029000', '170937.031000', '170937.034000', '170937.037000', '170937.039000', '170937.042000', '170937.044000', '170937.047000', '170937.050000', '170937.052000', '170937.055000', '170937.058000', '170937.060000', '170937.063000', '170937.075000', '170937.078000', '170956.956000', '170956.959000', '170956.961000', '170956.964000', '170956.966000', '170956.969000', '170956.972000', '170956.974000', '170956.977000', '170956.980000', '170956.982000', '170956.985000', '170956.987000', '170956.990000', '170956.993000', '170956.995000', '170956.998000', '170957.002000', '170957.004000', '170957.007000', '170957.009000', '170957.013000', '170957.016000', '170957.019000', '170957.023000', '170957.026000', '170957.028000', '170957.031000', '170957.034000', '170957.036000', '170957.039000', '170957.042000', '170957.044000', '170957.047000', '170957.049000', '170957.052000', '170957.055000', '170957.057000', '170957.060000', '170957.062000', '170957.065000', '170957.068000', '170957.070000', '171016.955000', '171016.958000', '171016.961000', '171016.964000', '171016.966000', '171016.969000', '171016.972000', '171016.974000', '171016.977000', '171016.980000', '171016.982000', '171016.985000', '171016.987000', '171016.990000', '171016.993000', '171016.995000', '171016.998000', '171017.002000', '171017.004000', '171017.007000', '171017.010000', '171017.012000', '171017.015000', '171017.017000', '171017.020000', '171017.023000', '171017.025000', '171017.028000', '171017.031000', '171017.033000', '171017.036000', '171017.039000', '171017.041000', '171017.044000', '171017.046000', '171017.049000', '171017.052000', '171017.054000', '171017.057000', '171017.060000', '171017.062000', '171017.065000', '171017.067000', '171017.070000', '171036.956000', '171036.958000', '171036.961000', '171036.964000', '171036.966000', '171036.969000', '171036.972000', '171036.974000', '171036.977000', '171036.979000', '171036.982000', '171036.984000', '171036.987000', '171036.990000', '171036.992000', '171036.995000', '171036.998000', '171037.003000', '171037.006000', '171037.009000', '171037.011000', '171037.014000', '171037.016000', '171037.019000', '171037.022000', '171037.024000', '171037.027000', '171037.030000', '171037.032000', '171037.035000', '171037.037000', '171037.040000', '171037.043000', '171037.045000', '171037.048000', '171037.050000', '171037.053000', '171037.056000', '171037.060000', '171037.062000', '171037.065000', '171037.068000', '171037.071000', '171056.955000', '171056.958000', '171056.961000', '171056.964000', '171056.966000', '171056.969000', '171056.972000', '171056.974000', '171056.977000', '171056.980000', '171056.982000', '171056.985000', '171056.987000', '171056.990000', '171056.993000', '171056.995000', '171056.998000', '171057.001000', '171057.004000', '171057.006000', '171057.009000', '171057.012000', '171057.014000', '171057.017000', '171057.020000', '171057.022000', '171057.025000', '171057.027000', '171057.030000', '171057.033000', '171057.035000', '171057.038000', '171057.040000', '171057.043000', '171057.046000', '171057.048000', '171057.051000', '171057.054000', '171057.056000', '171057.059000', '171057.061000', '171057.064000', '171057.067000', '171057.069000', '171116.956000', '171116.958000', '171116.961000', '171116.964000', '171116.966000', '171116.969000', '171116.971000', '171116.974000', '171117.007000', '171117.010000', '171117.012000', '171117.015000', '171117.018000', '171117.020000', '171117.023000', '171117.026000', '171117.029000', '171117.032000', '171117.035000', '171117.038000', '171117.040000', '171117.043000', '171117.046000', '171117.048000', '171117.051000', '171117.055000', '171117.058000', '171117.060000', '171117.063000', '171117.066000', '171117.068000', '171117.071000', '171117.074000', '171117.076000', '171117.079000', '171117.081000', '171117.084000', '171117.087000', '171117.089000', '171117.092000', '171117.095000', '171117.097000', '171117.100000', '171136.956000', '171136.958000', '171136.961000', '171136.964000', '171136.967000', '171136.970000', '171136.972000', '171136.975000', '171136.978000', '171136.980000', '171136.983000', '171136.985000', '171136.988000', '171136.991000', '171136.993000', '171136.996000', '171137.000000', '171137.002000', '171137.005000', '171137.007000', '171137.010000', '171137.013000', '171137.015000', '171137.018000', '171137.021000', '171137.023000', '171137.026000', '171137.028000', '171137.031000', '171137.034000', '171137.036000', '171137.039000', '171137.042000', '171137.044000', '171137.047000', '171137.050000', '171137.052000', '171137.055000', '171137.057000', '171137.060000', '171137.063000', '171137.065000', '171137.068000', '171137.070000', '171156.098000', '171156.102000', '171156.104000', '171156.114000', '171156.117000', '171156.120000', '171156.123000', '171156.126000', '171156.129000', '171156.131000', '171156.134000', '171156.137000', '171156.140000', '171156.142000', '171156.145000', '171156.148000', '171156.151000', '171156.153000', '171156.156000', '171156.159000', '171156.162000', '171156.165000', '171156.168000', '171156.171000', '171156.175000', '171156.177000', '171156.180000', '171156.183000', '171156.186000', '171156.191000', '171156.193000', '171156.196000', '171156.199000', '171156.202000', '171156.205000', '171156.209000', '171156.212000', '171156.215000', '171156.218000', '171156.221000', '171156.224000', '171156.226000'], 'InstanceCreationTime': ['170536.996000', '170537.000000', '170537.003000', '170537.006000', '170537.008000', '170537.011000', '170537.014000', '170537.016000', '170537.019000', '170537.021000', '170537.024000', '170537.027000', '170537.029000', '170537.032000', '170537.035000', '170537.037000', '170537.040000', '170537.043000', '170537.046000', '170537.048000', '170537.051000', '170537.054000', '170537.056000', '170537.059000', '170537.062000', '170537.065000', '170537.067000', '170537.071000', '170537.073000', '170537.076000', '170537.079000', '170537.082000', '170537.085000', '170537.088000', '170537.091000', '170537.093000', '170537.096000', '170537.099000', '170537.102000', '170537.104000', '170537.107000', '170537.110000', '170537.112000', '170537.115000', '170537.118000', '170537.120000', '170537.123000', '170556.955000', '170556.959000', '170556.961000', '170556.964000', '170556.966000', '170556.969000', '170556.971000', '170556.974000', '170556.977000', '170556.979000', '170556.982000', '170556.984000', '170556.987000', '170556.990000', '170556.992000', '170556.995000', '170556.997000', '170557.001000', '170557.003000', '170557.006000', '170557.008000', '170557.011000', '170557.014000', '170557.016000', '170557.019000', '170557.022000', '170557.024000', '170557.027000', '170557.029000', '170557.032000', '170557.035000', '170557.037000', '170557.040000', '170557.042000', '170557.045000', '170557.047000', '170557.050000', '170557.053000', '170557.055000', '170557.058000', '170557.060000', '170557.063000', '170557.066000', '170557.068000', '170616.955000', '170616.958000', '170616.961000', '170616.963000', '170616.966000', '170616.969000', '170616.971000', '170616.974000', '170616.977000', '170616.979000', '170616.982000', '170616.984000', '170616.987000', '170616.989000', '170616.992000', '170617.002000', '170617.004000', '170617.007000', '170617.009000', '170617.012000', '170617.014000', '170617.017000', '170617.020000', '170617.022000', '170617.025000', '170617.028000', '170617.030000', '170617.033000', '170617.035000', '170617.038000', '170617.041000', '170617.043000', '170617.046000', '170617.048000', '170617.051000', '170617.054000', '170617.056000', '170617.059000', '170617.062000', '170617.064000', '170617.067000', '170617.069000', '170617.072000', '170636.955000', '170636.958000', '170636.961000', '170636.963000', '170636.966000', '170636.969000', '170636.972000', '170636.974000', '170636.977000', '170636.979000', '170636.982000', '170636.985000', '170636.987000', '170636.990000', '170636.992000', '170636.995000', '170636.998000', '170637.001000', '170637.004000', '170637.006000', '170637.009000', '170637.029000', '170637.031000', '170637.034000', '170637.036000', '170637.039000', '170637.042000', '170637.044000', '170637.047000', '170637.050000', '170637.052000', '170637.055000', '170637.057000', '170637.060000', '170637.063000', '170637.065000', '170637.068000', '170637.071000', '170637.073000', '170637.076000', '170637.079000', '170637.081000', '170637.086000', '170637.088000', '170656.955000', '170656.958000', '170656.961000', '170656.963000', '170656.966000', '170656.969000', '170656.972000', '170656.974000', '170656.977000', '170656.979000', '170656.982000', '170656.985000', '170656.987000', '170656.990000', '170656.993000', '170656.995000', '170656.998000', '170657.001000', '170657.004000', '170657.007000', '170657.009000', '170657.012000', '170657.014000', '170657.017000', '170657.020000', '170657.022000', '170657.025000', '170657.027000', '170657.030000', '170657.033000', '170657.035000', '170657.038000', '170657.040000', '170657.043000', '170657.046000', '170657.048000', '170657.051000', '170657.054000', '170657.056000', '170657.059000', '170657.061000', '170657.064000', '170657.067000', '170716.955000', '170716.958000', '170716.961000', '170716.963000', '170716.966000', '170716.969000', '170716.971000', '170716.974000', '170716.977000', '170716.979000', '170716.982000', '170716.984000', '170716.987000', '170716.990000', '170716.992000', '170716.995000', '170716.997000', '170717.000000', '170717.003000', '170717.006000', '170717.008000', '170717.011000', '170717.013000', '170717.016000', '170717.019000', '170717.021000', '170717.024000', '170717.026000', '170717.029000', '170717.032000', '170717.034000', '170717.037000', '170717.039000', '170717.042000', '170717.045000', '170717.047000', '170717.050000', '170717.052000', '170717.055000', '170717.058000', '170717.060000', '170717.063000', '170717.065000', '170717.068000', '170736.955000', '170736.959000', '170736.961000', '170736.964000', '170736.966000', '170736.969000', '170736.972000', '170736.974000', '170736.977000', '170736.979000', '170736.982000', '170736.985000', '170736.987000', '170736.990000', '170736.992000', '170736.995000', '170736.998000', '170737.000000', '170737.003000', '170737.006000', '170737.008000', '170737.011000', '170737.013000', '170737.016000', '170737.018000', '170737.021000', '170737.024000', '170737.026000', '170737.029000', '170737.031000', '170737.034000', '170737.037000', '170737.039000', '170737.042000', '170737.045000', '170737.047000', '170737.050000', '170737.053000', '170737.055000', '170737.058000', '170737.060000', '170737.063000', '170737.066000', '170756.956000', '170756.959000', '170756.962000', '170756.964000', '170756.967000', '170756.970000', '170756.972000', '170756.975000', '170756.978000', '170756.980000', '170756.983000', '170756.986000', '170756.988000', '170756.991000', '170756.993000', '170756.996000', '170756.999000', '170757.001000', '170757.004000', '170757.006000', '170757.009000', '170757.012000', '170757.014000', '170757.017000', '170757.019000', '170757.025000', '170757.028000', '170757.030000', '170757.033000', '170757.035000', '170757.038000', '170757.041000', '170757.043000', '170757.046000', '170757.048000', '170757.051000', '170757.053000', '170757.056000', '170757.059000', '170757.061000', '170757.064000', '170757.067000', '170757.069000', '170816.956000', '170816.959000', '170816.961000', '170816.964000', '170816.967000', '170816.969000', '170816.972000', '170816.975000', '170816.977000', '170816.980000', '170816.982000', '170816.985000', '170816.988000', '170816.990000', '170816.993000', '170816.995000', '170816.998000', '170817.007000', '170817.010000', '170817.013000', '170817.015000', '170817.018000', '170817.021000', '170817.023000', '170817.026000', '170817.029000', '170817.031000', '170817.034000', '170817.036000', '170817.039000', '170817.042000', '170817.044000', '170817.047000', '170817.050000', '170817.052000', '170817.055000', '170817.057000', '170817.060000', '170817.063000', '170817.065000', '170817.068000', '170817.070000', '170817.073000', '170817.076000', '170836.955000', '170836.958000', '170836.961000', '170836.964000', '170836.966000', '170836.969000', '170836.972000', '170836.974000', '170836.977000', '170836.979000', '170836.982000', '170836.985000', '170836.987000', '170836.990000', '170836.992000', '170836.995000', '170836.998000', '170837.000000', '170837.003000', '170837.006000', '170837.008000', '170837.011000', '170837.014000', '170837.016000', '170837.019000', '170837.021000', '170837.024000', '170837.027000', '170837.029000', '170837.032000', '170837.034000', '170837.037000', '170837.040000', '170837.042000', '170837.045000', '170837.047000', '170837.055000', '170837.058000', '170837.060000', '170837.063000', '170837.065000', '170837.068000', '170837.071000', '170837.073000', '170856.955000', '170856.958000', '170856.961000', '170856.970000', '170856.972000', '170856.975000', '170856.977000', '170856.980000', '170856.983000', '170856.985000', '170856.988000', '170856.991000', '170856.993000', '170856.996000', '170856.998000', '170857.002000', '170857.005000', '170857.008000', '170857.010000', '170857.013000', '170857.016000', '170857.018000', '170857.021000', '170857.023000', '170857.026000', '170857.028000', '170857.031000', '170857.034000', '170857.036000', '170857.039000', '170857.041000', '170857.044000', '170857.047000', '170857.049000', '170857.052000', '170857.055000', '170857.057000', '170857.060000', '170857.062000', '170857.065000', '170857.068000', '170857.070000', '170857.073000', '170916.956000', '170916.958000', '170916.962000', '170916.965000', '170916.967000', '170916.970000', '170916.973000', '170916.975000', '170916.978000', '170916.981000', '170916.983000', '170916.986000', '170916.989000', '170916.991000', '170916.994000', '170916.996000', '170917.000000', '170917.003000', '170917.006000', '170917.009000', '170917.012000', '170917.016000', '170917.019000', '170917.022000', '170917.024000', '170917.027000', '170917.029000', '170917.032000', '170917.035000', '170917.037000', '170917.040000', '170917.043000', '170917.045000', '170917.048000', '170917.050000', '170917.053000', '170917.056000', '170917.058000', '170917.061000', '170917.063000', '170917.066000', '170917.069000', '170917.071000', '170936.955000', '170936.958000', '170936.961000', '170936.964000', '170936.966000', '170936.969000', '170936.972000', '170936.974000', '170936.977000', '170936.979000', '170936.982000', '170936.984000', '170936.987000', '170936.990000', '170936.992000', '170936.995000', '170936.998000', '170937.000000', '170937.003000', '170937.006000', '170937.008000', '170937.011000', '170937.013000', '170937.016000', '170937.018000', '170937.021000', '170937.024000', '170937.026000', '170937.029000', '170937.031000', '170937.034000', '170937.037000', '170937.039000', '170937.042000', '170937.044000', '170937.047000', '170937.050000', '170937.052000', '170937.055000', '170937.058000', '170937.060000', '170937.063000', '170937.075000', '170937.078000', '170956.956000', '170956.959000', '170956.961000', '170956.964000', '170956.966000', '170956.969000', '170956.972000', '170956.974000', '170956.977000', '170956.980000', '170956.982000', '170956.985000', '170956.987000', '170956.990000', '170956.993000', '170956.995000', '170956.998000', '170957.002000', '170957.004000', '170957.007000', '170957.009000', '170957.013000', '170957.016000', '170957.019000', '170957.023000', '170957.026000', '170957.028000', '170957.031000', '170957.034000', '170957.036000', '170957.039000', '170957.042000', '170957.044000', '170957.047000', '170957.049000', '170957.052000', '170957.055000', '170957.057000', '170957.060000', '170957.062000', '170957.065000', '170957.068000', '170957.070000', '171016.955000', '171016.958000', '171016.961000', '171016.964000', '171016.966000', '171016.969000', '171016.972000', '171016.974000', '171016.977000', '171016.980000', '171016.982000', '171016.985000', '171016.987000', '171016.990000', '171016.993000', '171016.995000', '171016.998000', '171017.002000', '171017.004000', '171017.007000', '171017.010000', '171017.012000', '171017.015000', '171017.017000', '171017.020000', '171017.023000', '171017.025000', '171017.028000', '171017.031000', '171017.033000', '171017.036000', '171017.039000', '171017.041000', '171017.044000', '171017.046000', '171017.049000', '171017.052000', '171017.054000', '171017.057000', '171017.060000', '171017.062000', '171017.065000', '171017.067000', '171017.070000', '171036.956000', '171036.958000', '171036.961000', '171036.964000', '171036.966000', '171036.969000', '171036.972000', '171036.974000', '171036.977000', '171036.979000', '171036.982000', '171036.984000', '171036.987000', '171036.990000', '171036.992000', '171036.995000', '171036.998000', '171037.003000', '171037.006000', '171037.009000', '171037.011000', '171037.014000', '171037.016000', '171037.019000', '171037.022000', '171037.024000', '171037.027000', '171037.030000', '171037.032000', '171037.035000', '171037.037000', '171037.040000', '171037.043000', '171037.045000', '171037.048000', '171037.050000', '171037.053000', '171037.056000', '171037.060000', '171037.062000', '171037.065000', '171037.068000', '171037.071000', '171056.955000', '171056.958000', '171056.961000', '171056.964000', '171056.966000', '171056.969000', '171056.972000', '171056.974000', '171056.977000', '171056.980000', '171056.982000', '171056.985000', '171056.987000', '171056.990000', '171056.993000', '171056.995000', '171056.998000', '171057.001000', '171057.004000', '171057.006000', '171057.009000', '171057.012000', '171057.014000', '171057.017000', '171057.020000', '171057.022000', '171057.025000', '171057.027000', '171057.030000', '171057.033000', '171057.035000', '171057.038000', '171057.040000', '171057.043000', '171057.046000', '171057.048000', '171057.051000', '171057.054000', '171057.056000', '171057.059000', '171057.061000', '171057.064000', '171057.067000', '171057.069000', '171116.956000', '171116.958000', '171116.961000', '171116.964000', '171116.966000', '171116.969000', '171116.971000', '171116.974000', '171117.007000', '171117.010000', '171117.012000', '171117.015000', '171117.018000', '171117.020000', '171117.023000', '171117.026000', '171117.029000', '171117.032000', '171117.035000', '171117.038000', '171117.040000', '171117.043000', '171117.046000', '171117.048000', '171117.051000', '171117.055000', '171117.058000', '171117.060000', '171117.063000', '171117.066000', '171117.068000', '171117.071000', '171117.074000', '171117.076000', '171117.079000', '171117.081000', '171117.084000', '171117.087000', '171117.089000', '171117.092000', '171117.095000', '171117.097000', '171117.100000', '171136.956000', '171136.958000', '171136.961000', '171136.964000', '171136.967000', '171136.970000', '171136.972000', '171136.975000', '171136.978000', '171136.980000', '171136.983000', '171136.985000', '171136.988000', '171136.991000', '171136.993000', '171136.996000', '171137.000000', '171137.002000', '171137.005000', '171137.007000', '171137.010000', '171137.013000', '171137.015000', '171137.018000', '171137.021000', '171137.023000', '171137.026000', '171137.028000', '171137.031000', '171137.034000', '171137.036000', '171137.039000', '171137.042000', '171137.044000', '171137.047000', '171137.050000', '171137.052000', '171137.055000', '171137.057000', '171137.060000', '171137.063000', '171137.065000', '171137.068000', '171137.070000', '171156.098000', '171156.102000', '171156.104000', '171156.114000', '171156.117000', '171156.120000', '171156.123000', '171156.126000', '171156.129000', '171156.131000', '171156.134000', '171156.137000', '171156.140000', '171156.142000', '171156.145000', '171156.148000', '171156.151000', '171156.153000', '171156.156000', '171156.159000', '171156.162000', '171156.165000', '171156.168000', '171156.171000', '171156.175000', '171156.177000', '171156.180000', '171156.183000', '171156.186000', '171156.191000', '171156.193000', '171156.196000', '171156.199000', '171156.202000', '171156.205000', '171156.209000', '171156.212000', '171156.215000', '171156.218000', '171156.221000', '171156.224000', '171156.226000'], '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': [7327, 8736, 7304, 10299, 7290, 11077, 8742, 8259, 7451, 7280, 7616, 7355, 7480, 7200, 7339, 7926, 7423, 7491, 7224, 7644, 7593, 7158, 8659, 7303, 7026, 7110, 6895, 7213, 6998, 7153, 7452, 7226, 7054, 9491, 8081, 7379, 7278, 7526, 7610, 7633, 7279, 9221, 7081, 10581, 7434, 10478, 7744, 10270, 7732, 8674, 7268, 7429, 7444, 7007, 7595, 7439, 7122, 7091, 7316, 6947, 7045, 7394, 7510, 7152, 7286, 6797, 7761, 7362, 7360, 7477, 7193, 7750, 7409, 7504, 7410, 7148, 7833, 7633, 7438, 7567, 7159, 7678, 6901, 7420, 6797, 6779, 7541, 7662, 7335, 7773, 7419, 7580, 7333, 7614, 7555, 7514, 7741, 7582, 7599, 8590, 7953, 7575, 7457, 7832, 7422, 7665, 7708, 7679, 7882, 7733, 7771, 7548, 7708, 7944, 7452, 7858, 7667, 7786, 7901, 8063, 7613, 7833, 7719, 9178, 7743, 7982, 8206, 7731, 7445, 7685, 9167, 7872, 7714, 7471, 7797, 7529, 7714, 7829, 7869, 7810, 8484, 7590, 7944, 7622, 7778, 7792, 7650, 9382, 7709, 8208, 7660, 7737, 7401, 7843, 7789, 7848, 8082, 7957, 7993, 7780, 7779, 7827, 7484, 8122, 7584, 7947, 7870, 7708, 9232, 7420, 7860, 7644, 7907, 7651, 7722, 8533, 7633, 7933, 7668, 7628, 7638, 7642, 7574, 7757, 7690, 7982, 7814, 7761, 7754, 7816, 7707, 7880, 7618, 7793, 8155, 7947, 7579, 9287, 7695, 7708, 7559, 7502, 8161, 7506, 7847, 7848, 7532, 7880, 7764, 8901, 7489, 8398, 7192, 7775, 6746, 7439, 7948, 7422, 7451, 7637, 7353, 7646, 7761, 7566, 8476, 7752, 9462, 8403, 7553, 7393, 7308, 7835, 7935, 7736, 7987, 7598, 9361, 7430, 8340, 7166, 7673, 7260, 7682, 7500, 7434, 7890, 7820, 7817, 8336, 7449, 7743, 7359, 7528, 8128, 7415, 7940, 7751, 7551, 7438, 7422, 7169, 7442, 7827, 7528, 7784, 8515, 7540, 7965, 7378, 7533, 7645, 7630, 7923, 7920, 7729, 7757, 7552, 7919, 7606, 7798, 7334, 7733, 7501, 8433, 7879, 8480, 8822, 7498, 8915, 7263, 7871, 8151, 7769, 7427, 7659, 7842, 7474, 7768, 8163, 7445, 7457, 7518, 7567, 7504, 7685, 7873, 7453, 7613, 7595, 7732, 7349, 7794, 8351, 7628, 8106, 7602, 8041, 8181, 7630, 7961, 7551, 8001, 7540, 7659, 7925, 7821, 7784, 7650, 7955, 7835, 8027, 7899, 7785, 8070, 8099, 7795, 8005, 7810, 8017, 7964, 7719, 8109, 7741, 8005, 7752, 7801, 8151, 7887, 8004, 7795, 7601, 7889, 7748, 7599, 7720, 8161, 7775, 8018, 7933, 7937, 7757, 7911, 7914, 8620, 7624, 7866, 7776, 7633, 7909, 7998, 7800, 7802, 7565, 7536, 8098, 7784, 7665, 7735, 7512, 7919, 8598, 7429, 8054, 7394, 7724, 7897, 7497, 11119, 7532, 10404, 8197, 7341, 7639, 7451, 7736, 8103, 7563, 8730, 7341, 7839, 8013, 7686, 7569, 7336, 7565, 8222, 7471, 7638, 7665, 7888, 7909, 7717, 7849, 7618, 7732, 7790, 7774, 7859, 7664, 7749, 8245, 7708, 7662, 7540, 7944, 8091, 7762, 9119, 8125, 7695, 7803, 7597, 7829, 8193, 7633, 7723, 7705, 9137, 7429, 7574, 7267, 7537, 7428, 7485, 7848, 8051, 7524, 9691, 7421, 8017, 7459, 7798, 7667, 7828, 7411, 7554, 7979, 7642, 7686, 7761, 7369, 7883, 8168, 7605, 7409, 7786, 8100, 7608, 7695, 7546, 7597, 7393, 7431, 7871, 8008, 7463, 7736, 7735, 7631, 7632, 7777, 7722, 7484, 7816, 8242, 7696, 7350, 7625, 7811, 7514, 7689, 7746, 7769, 7707, 7590, 7761, 7538, 7725, 7334, 7528, 8064, 7491, 7971, 8132, 7672, 7668, 7819, 7781, 7842, 8083, 8324, 7735, 7805, 7474, 7412, 7595, 7906, 8216, 7742, 7675, 7755, 7653, 7801, 7849, 7647, 7959, 8061, 8764, 7104, 6863, 6627, 6667, 6556, 6605, 7417, 6582, 7406, 6998, 6943, 7063, 9218, 6791, 9203, 7763, 6757, 7740, 6718, 9219, 7318, 7655, 7838, 6993, 10325, 6971, 10627, 7448, 8389, 7415, 7064, 6938, 7326, 7777, 7420, 6957, 7436, 7216, 7242, 7021, 7054, 7057, 7319, 7119, 7478, 6949, 7067, 7154, 7606, 7125, 7204, 7314, 7047, 7378, 7666, 7389, 7605, 7166, 7357, 7326, 7578, 7490, 7452, 7676, 7210, 9293, 7472, 7525, 6931, 7406, 7481, 7223, 7430, 7420, 7339, 7189, 7190, 7480, 7290, 7082, 7329, 7587, 7160, 7560, 7447, 7432, 7783, 7400, 7963, 7552, 7503, 7347, 7747, 8023, 7289, 7568, 7223, 7496, 7663, 7411, 8052, 7318, 9503, 7506, 9613, 8042, 7580, 7498, 7443, 7586, 7454, 7659, 7347, 7432, 7788, 7347, 7382, 7273, 7474, 7451, 7405, 7335, 7660, 7625, 7397, 7505, 7463, 7767, 7344, 9656, 7321, 10017, 7395, 7547, 7897, 7384, 7505, 7300, 7544, 7407, 7788, 8218, 7349, 7525, 7326, 7475, 7369, 7350, 7377, 7604, 7914, 7596, 7499, 7481, 7139, 7389, 7775, 7642, 7503, 7561, 7601, 7771, 7403, 7508, 7626, 7577, 8116, 7407, 7783, 7599, 7664, 7878, 7596, 8877, 7615, 7646, 7700, 7677, 7512, 8077, 7431, 7710, 7942, 7805, 7705, 7641, 7663, 7321, 7709, 7780, 7785, 8121, 7643, 7555, 7275, 7564, 7580, 7760, 7911, 7562, 7730, 8480, 7658, 7966, 7473, 7674, 7331, 7705, 7304, 7715, 7809, 7611, 10056, 7731, 7953, 7589, 7713, 8131, 8023, 7836, 7935, 7733, 7653, 8898, 7442, 7858, 7976, 7694, 8104, 7874, 7912, 7617, 8972, 7559, 10102, 7489, 8200, 7525, 7582, 7469, 7504, 7576, 7598, 7234, 7700, 7944, 7633, 7559, 7542, 7725, 7563, 7898, 7695, 7532, 7601, 7797, 7783, 7688, 7793, 7982, 8100, 8040, 7441, 7399, 7324, 7018, 7420, 6992, 7178, 7116, 6920, 7021, 6931, 7112, 7127, 7140, 6999, 8503, 7736, 10161, 7810, 10729, 7465, 11559, 6816, 12999, 7683, 7028, 8082, 7169, 7243, 7851, 6788, 7278, 7167, 8157, 7153, 9491, 7436, 7074, 7651, 6884, 7035, 7037, 6935, 7119, 7380, 7285, 7058, 7555, 7038, 7247, 6884, 7055, 7459, 6983, 7124, 6928, 7203, 7602, 6968, 7566, 6908, 8174, 6787, 7218, 7537, 6989, 7316, 6876, 7363, 7478, 7204, 7373, 6953, 7395, 7616, 7201, 7182, 7250, 7265, 7194, 7352, 7257], 'WindowCenter': [3873.0, 3868.0, 3843.0, 3861.0, 3828.0, 3859.0, 3826.0, 3824.0, 3813.0, 3813.0, 3812.0, 3813.0, 3802.0, 3813.0, 3812.0, 3812.0, 3802.0, 3801.0, 3812.0, 3811.0, 3813.0, 3814.0, 3824.0, 3813.0, 3802.0, 3802.0, 3814.0, 3813.0, 3814.0, 3815.0, 3814.0, 3815.0, 3816.0, 3848.0, 3826.0, 3815.0, 3814.0, 3814.0, 3814.0, 3815.0, 3814.0, 3835.0, 3803.0, 3834.0, 3802.0, 3832.0, 3800.0, 3819.0, 3798.0, 3797.0, 3787.0, 3787.0, 3787.0, 3788.0, 3798.0, 3799.0, 3788.0, 3799.0, 3799.0, 3788.0, 3789.0, 3798.0, 3799.0, 3799.0, 3799.0, 3789.0, 3799.0, 3799.0, 3799.0, 3799.0, 3801.0, 3810.0, 3800.0, 3800.0, 3800.0, 3801.0, 3811.0, 3812.0, 3813.0, 3812.0, 3802.0, 3812.0, 3802.0, 3815.0, 3803.0, 3804.0, 3825.0, 3825.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3826.0, 3815.0, 3814.0, 3824.0, 3824.0, 3814.0, 3814.0, 3814.0, 3814.0, 3825.0, 3814.0, 3814.0, 3824.0, 3814.0, 3815.0, 3814.0, 3825.0, 3825.0, 3815.0, 3825.0, 3814.0, 3825.0, 3825.0, 3825.0, 3826.0, 3815.0, 3814.0, 3834.0, 3813.0, 3813.0, 3824.0, 3813.0, 3814.0, 3814.0, 3834.0, 3824.0, 3813.0, 3813.0, 3814.0, 3814.0, 3825.0, 3826.0, 3826.0, 3825.0, 3825.0, 3814.0, 3824.0, 3825.0, 3814.0, 3825.0, 3825.0, 3835.0, 3813.0, 3824.0, 3813.0, 3813.0, 3813.0, 3824.0, 3825.0, 3826.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3815.0, 3824.0, 3815.0, 3825.0, 3825.0, 3814.0, 3835.0, 3814.0, 3824.0, 3825.0, 3825.0, 3825.0, 3826.0, 3836.0, 3826.0, 3825.0, 3814.0, 3825.0, 3814.0, 3825.0, 3824.0, 3826.0, 3825.0, 3824.0, 3813.0, 3814.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3837.0, 3838.0, 3836.0, 3825.0, 3814.0, 3814.0, 3814.0, 3824.0, 3814.0, 3813.0, 3824.0, 3813.0, 3813.0, 3813.0, 3834.0, 3813.0, 3823.0, 3803.0, 3825.0, 3814.0, 3814.0, 3826.0, 3825.0, 3825.0, 3825.0, 3815.0, 3814.0, 3814.0, 3813.0, 3824.0, 3814.0, 3834.0, 3824.0, 3813.0, 3813.0, 3813.0, 3813.0, 3824.0, 3814.0, 3824.0, 3813.0, 3834.0, 3813.0, 3823.0, 3802.0, 3812.0, 3812.0, 3812.0, 3812.0, 3813.0, 3823.0, 3825.0, 3825.0, 3824.0, 3814.0, 3813.0, 3813.0, 3813.0, 3823.0, 3814.0, 3823.0, 3813.0, 3812.0, 3813.0, 3813.0, 3802.0, 3813.0, 3812.0, 3813.0, 3813.0, 3823.0, 3813.0, 3823.0, 3813.0, 3813.0, 3813.0, 3824.0, 3824.0, 3825.0, 3825.0, 3814.0, 3825.0, 3825.0, 3825.0, 3825.0, 3815.0, 3825.0, 3815.0, 3824.0, 3824.0, 3824.0, 3823.0, 3801.0, 3822.0, 3812.0, 3811.0, 3812.0, 3812.0, 3812.0, 3813.0, 3823.0, 3813.0, 3813.0, 3823.0, 3812.0, 3812.0, 3813.0, 3824.0, 3814.0, 3813.0, 3823.0, 3812.0, 3812.0, 3812.0, 3811.0, 3812.0, 3812.0, 3812.0, 3811.0, 3811.0, 3811.0, 3811.0, 3822.0, 3812.0, 3823.0, 3814.0, 3823.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3825.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3824.0, 3814.0, 3813.0, 3824.0, 3824.0, 3824.0, 3825.0, 3814.0, 3825.0, 3825.0, 3825.0, 3825.0, 3836.0, 3826.0, 3826.0, 3826.0, 3837.0, 3826.0, 3838.0, 3826.0, 3837.0, 3825.0, 3825.0, 3826.0, 3825.0, 3826.0, 3825.0, 3826.0, 3826.0, 3826.0, 3827.0, 3839.0, 3827.0, 3827.0, 3838.0, 3827.0, 3826.0, 3836.0, 3815.0, 3825.0, 3815.0, 3825.0, 3825.0, 3814.0, 3856.0, 3814.0, 3844.0, 3823.0, 3812.0, 3812.0, 3812.0, 3812.0, 3813.0, 3813.0, 3823.0, 3814.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3813.0, 3825.0, 3814.0, 3814.0, 3824.0, 3824.0, 3825.0, 3814.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3825.0, 3825.0, 3825.0, 3814.0, 3825.0, 3825.0, 3825.0, 3825.0, 3835.0, 3825.0, 3825.0, 3825.0, 3826.0, 3825.0, 3836.0, 3825.0, 3826.0, 3826.0, 3836.0, 3815.0, 3825.0, 3814.0, 3825.0, 3814.0, 3815.0, 3824.0, 3825.0, 3814.0, 3835.0, 3814.0, 3813.0, 3813.0, 3813.0, 3813.0, 3813.0, 3813.0, 3824.0, 3824.0, 3824.0, 3825.0, 3825.0, 3815.0, 3824.0, 3824.0, 3814.0, 3813.0, 3814.0, 3824.0, 3814.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3824.0, 3824.0, 3814.0, 3813.0, 3814.0, 3814.0, 3824.0, 3826.0, 3825.0, 3826.0, 3826.0, 3836.0, 3825.0, 3815.0, 3826.0, 3815.0, 3826.0, 3825.0, 3825.0, 3814.0, 3825.0, 3826.0, 3825.0, 3825.0, 3825.0, 3814.0, 3825.0, 3824.0, 3814.0, 3824.0, 3825.0, 3814.0, 3813.0, 3813.0, 3813.0, 3825.0, 3824.0, 3825.0, 3825.0, 3825.0, 3815.0, 3814.0, 3826.0, 3825.0, 3825.0, 3825.0, 3824.0, 3825.0, 3814.0, 3825.0, 3825.0, 3827.0, 3825.0, 3825.0, 3850.0, 3829.0, 3805.0, 3803.0, 3815.0, 3803.0, 3803.0, 3813.0, 3803.0, 3813.0, 3814.0, 3814.0, 3815.0, 3835.0, 3803.0, 3822.0, 3812.0, 3790.0, 3800.0, 3790.0, 3821.0, 3800.0, 3799.0, 3800.0, 3788.0, 3818.0, 3786.0, 3817.0, 3785.0, 3794.0, 3784.0, 3773.0, 3784.0, 3785.0, 3785.0, 3786.0, 3786.0, 3785.0, 3786.0, 3786.0, 3786.0, 3785.0, 3787.0, 3798.0, 3798.0, 3799.0, 3798.0, 3799.0, 3799.0, 3800.0, 3801.0, 3801.0, 3800.0, 3800.0, 3799.0, 3811.0, 3811.0, 3812.0, 3803.0, 3812.0, 3814.0, 3812.0, 3813.0, 3812.0, 3812.0, 3801.0, 3822.0, 3801.0, 3811.0, 3801.0, 3812.0, 3812.0, 3814.0, 3813.0, 3813.0, 3813.0, 3802.0, 3802.0, 3801.0, 3812.0, 3801.0, 3813.0, 3812.0, 3802.0, 3813.0, 3813.0, 3813.0, 3813.0, 3814.0, 3824.0, 3824.0, 3814.0, 3815.0, 3826.0, 3825.0, 3815.0, 3825.0, 3814.0, 3815.0, 3814.0, 3815.0, 3824.0, 3814.0, 3834.0, 3814.0, 3834.0, 3813.0, 3812.0, 3812.0, 3812.0, 3812.0, 3814.0, 3824.0, 3815.0, 3815.0, 3826.0, 3815.0, 3815.0, 3814.0, 3814.0, 3814.0, 3814.0, 3815.0, 3825.0, 3825.0, 3814.0, 3814.0, 3815.0, 3814.0, 3815.0, 3834.0, 3814.0, 3834.0, 3814.0, 3812.0, 3812.0, 3801.0, 3801.0, 3813.0, 3812.0, 3814.0, 3814.0, 3824.0, 3813.0, 3813.0, 3813.0, 3812.0, 3813.0, 3813.0, 3814.0, 3813.0, 3824.0, 3813.0, 3813.0, 3814.0, 3813.0, 3815.0, 3814.0, 3825.0, 3815.0, 3825.0, 3826.0, 3825.0, 3827.0, 3826.0, 3826.0, 3826.0, 3825.0, 3815.0, 3814.0, 3815.0, 3825.0, 3825.0, 3814.0, 3824.0, 3814.0, 3813.0, 3814.0, 3813.0, 3814.0, 3823.0, 3813.0, 3813.0, 3824.0, 3824.0, 3813.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3827.0, 3837.0, 3827.0, 3826.0, 3826.0, 3827.0, 3826.0, 3827.0, 3837.0, 3827.0, 3826.0, 3837.0, 3826.0, 3826.0, 3815.0, 3826.0, 3826.0, 3826.0, 3816.0, 3815.0, 3825.0, 3814.0, 3835.0, 3813.0, 3823.0, 3824.0, 3824.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3826.0, 3836.0, 3815.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3826.0, 3826.0, 3836.0, 3814.0, 3845.0, 3814.0, 3823.0, 3813.0, 3812.0, 3813.0, 3813.0, 3825.0, 3813.0, 3814.0, 3824.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3825.0, 3826.0, 3827.0, 3827.0, 3825.0, 3826.0, 3826.0, 3838.0, 3842.0, 3828.0, 3827.0, 3816.0, 3815.0, 3814.0, 3804.0, 3814.0, 3815.0, 3814.0, 3815.0, 3814.0, 3803.0, 3814.0, 3802.0, 3824.0, 3812.0, 3833.0, 3800.0, 3831.0, 3788.0, 3829.0, 3777.0, 3827.0, 3785.0, 3785.0, 3796.0, 3785.0, 3784.0, 3795.0, 3774.0, 3784.0, 3786.0, 3795.0, 3775.0, 3806.0, 3785.0, 3774.0, 3784.0, 3774.0, 3773.0, 3785.0, 3785.0, 3786.0, 3786.0, 3797.0, 3786.0, 3797.0, 3787.0, 3798.0, 3788.0, 3787.0, 3787.0, 3787.0, 3787.0, 3799.0, 3799.0, 3811.0, 3800.0, 3811.0, 3801.0, 3811.0, 3791.0, 3801.0, 3812.0, 3801.0, 3801.0, 3802.0, 3801.0, 3813.0, 3813.0, 3814.0, 3814.0, 3814.0, 3814.0, 3814.0, 3803.0, 3814.0, 3813.0, 3815.0, 3815.0, 3814.0], 'WindowWidth': [8687.0, 8668.0, 8626.0, 8644.0, 8595.0, 8634.0, 8587.0, 8581.0, 8563.0, 8562.0, 8561.0, 8564.0, 8547.0, 8564.0, 8562.0, 8562.0, 8547.0, 8544.0, 8560.0, 8559.0, 8563.0, 8567.0, 8581.0, 8564.0, 8549.0, 8549.0, 8566.0, 8565.0, 8568.0, 8570.0, 8570.0, 8572.0, 8574.0, 8620.0, 8587.0, 8569.0, 8566.0, 8566.0, 8568.0, 8570.0, 8567.0, 8594.0, 8550.0, 8591.0, 8546.0, 8585.0, 8539.0, 8562.0, 8533.0, 8529.0, 8518.0, 8517.0, 8518.0, 8522.0, 8535.0, 8537.0, 8523.0, 8536.0, 8536.0, 8521.0, 8523.0, 8535.0, 8537.0, 8538.0, 8537.0, 8525.0, 8537.0, 8538.0, 8539.0, 8539.0, 8543.0, 8554.0, 8541.0, 8542.0, 8541.0, 8545.0, 8558.0, 8562.0, 8563.0, 8561.0, 8549.0, 8561.0, 8549.0, 8570.0, 8554.0, 8555.0, 8585.0, 8585.0, 8570.0, 8568.0, 8566.0, 8566.0, 8567.0, 8568.0, 8566.0, 8571.0, 8585.0, 8570.0, 8568.0, 8581.0, 8581.0, 8566.0, 8566.0, 8569.0, 8568.0, 8584.0, 8568.0, 8568.0, 8581.0, 8568.0, 8569.0, 8567.0, 8585.0, 8583.0, 8570.0, 8583.0, 8569.0, 8585.0, 8582.0, 8583.0, 8585.0, 8570.0, 8568.0, 8592.0, 8565.0, 8564.0, 8578.0, 8564.0, 8568.0, 8568.0, 8592.0, 8581.0, 8565.0, 8565.0, 8568.0, 8567.0, 8585.0, 8587.0, 8586.0, 8585.0, 8583.0, 8569.0, 8581.0, 8583.0, 8567.0, 8583.0, 8583.0, 8595.0, 8565.0, 8579.0, 8564.0, 8565.0, 8565.0, 8581.0, 8583.0, 8586.0, 8583.0, 8584.0, 8583.0, 8582.0, 8586.0, 8584.0, 8572.0, 8582.0, 8569.0, 8584.0, 8583.0, 8567.0, 8596.0, 8569.0, 8582.0, 8583.0, 8585.0, 8585.0, 8588.0, 8601.0, 8587.0, 8584.0, 8569.0, 8583.0, 8567.0, 8583.0, 8582.0, 8589.0, 8585.0, 8582.0, 8566.0, 8567.0, 8586.0, 8584.0, 8584.0, 8583.0, 8583.0, 8586.0, 8587.0, 8605.0, 8608.0, 8601.0, 8585.0, 8569.0, 8567.0, 8568.0, 8579.0, 8567.0, 8566.0, 8580.0, 8565.0, 8565.0, 8563.0, 8594.0, 8564.0, 8579.0, 8551.0, 8584.0, 8569.0, 8569.0, 8588.0, 8586.0, 8585.0, 8585.0, 8571.0, 8567.0, 8566.0, 8564.0, 8581.0, 8566.0, 8593.0, 8579.0, 8564.0, 8564.0, 8566.0, 8566.0, 8581.0, 8567.0, 8581.0, 8565.0, 8593.0, 8565.0, 8576.0, 8547.0, 8561.0, 8560.0, 8562.0, 8561.0, 8565.0, 8580.0, 8583.0, 8583.0, 8582.0, 8569.0, 8566.0, 8565.0, 8566.0, 8578.0, 8567.0, 8577.0, 8564.0, 8563.0, 8563.0, 8564.0, 8548.0, 8565.0, 8563.0, 8565.0, 8563.0, 8579.0, 8565.0, 8578.0, 8564.0, 8565.0, 8564.0, 8583.0, 8582.0, 8584.0, 8584.0, 8569.0, 8585.0, 8585.0, 8586.0, 8585.0, 8571.0, 8584.0, 8571.0, 8582.0, 8582.0, 8581.0, 8578.0, 8545.0, 8575.0, 8560.0, 8559.0, 8561.0, 8562.0, 8563.0, 8565.0, 8578.0, 8566.0, 8563.0, 8577.0, 8562.0, 8562.0, 8565.0, 8581.0, 8567.0, 8563.0, 8578.0, 8562.0, 8560.0, 8562.0, 8559.0, 8562.0, 8562.0, 8559.0, 8557.0, 8556.0, 8557.0, 8557.0, 8573.0, 8563.0, 8578.0, 8567.0, 8579.0, 8582.0, 8581.0, 8581.0, 8584.0, 8583.0, 8586.0, 8584.0, 8585.0, 8585.0, 8585.0, 8588.0, 8587.0, 8587.0, 8586.0, 8584.0, 8584.0, 8582.0, 8583.0, 8584.0, 8583.0, 8583.0, 8580.0, 8566.0, 8566.0, 8580.0, 8580.0, 8581.0, 8584.0, 8567.0, 8585.0, 8585.0, 8586.0, 8586.0, 8600.0, 8586.0, 8588.0, 8586.0, 8604.0, 8587.0, 8606.0, 8589.0, 8603.0, 8584.0, 8585.0, 8586.0, 8583.0, 8586.0, 8585.0, 8587.0, 8588.0, 8587.0, 8590.0, 8612.0, 8591.0, 8592.0, 8608.0, 8591.0, 8588.0, 8600.0, 8572.0, 8583.0, 8570.0, 8583.0, 8584.0, 8567.0, 8626.0, 8568.0, 8606.0, 8576.0, 8561.0, 8560.0, 8562.0, 8561.0, 8564.0, 8565.0, 8579.0, 8567.0, 8564.0, 8564.0, 8565.0, 8565.0, 8569.0, 8566.0, 8582.0, 8567.0, 8567.0, 8582.0, 8582.0, 8584.0, 8568.0, 8583.0, 8586.0, 8584.0, 8585.0, 8586.0, 8586.0, 8588.0, 8584.0, 8583.0, 8583.0, 8568.0, 8584.0, 8584.0, 8584.0, 8583.0, 8598.0, 8585.0, 8584.0, 8583.0, 8587.0, 8585.0, 8601.0, 8586.0, 8588.0, 8587.0, 8598.0, 8571.0, 8582.0, 8567.0, 8583.0, 8566.0, 8571.0, 8582.0, 8584.0, 8568.0, 8597.0, 8566.0, 8564.0, 8564.0, 8563.0, 8565.0, 8566.0, 8566.0, 8582.0, 8582.0, 8582.0, 8585.0, 8584.0, 8571.0, 8582.0, 8581.0, 8567.0, 8566.0, 8568.0, 8580.0, 8567.0, 8564.0, 8563.0, 8565.0, 8564.0, 8568.0, 8582.0, 8582.0, 8567.0, 8566.0, 8567.0, 8567.0, 8582.0, 8587.0, 8585.0, 8588.0, 8586.0, 8600.0, 8586.0, 8571.0, 8587.0, 8570.0, 8587.0, 8584.0, 8582.0, 8567.0, 8584.0, 8587.0, 8583.0, 8585.0, 8583.0, 8568.0, 8583.0, 8581.0, 8569.0, 8581.0, 8583.0, 8566.0, 8566.0, 8566.0, 8565.0, 8583.0, 8582.0, 8584.0, 8583.0, 8583.0, 8571.0, 8569.0, 8588.0, 8584.0, 8585.0, 8582.0, 8580.0, 8585.0, 8568.0, 8585.0, 8584.0, 8590.0, 8585.0, 8583.0, 8628.0, 8598.0, 8558.0, 8553.0, 8573.0, 8551.0, 8551.0, 8566.0, 8553.0, 8566.0, 8569.0, 8567.0, 8570.0, 8597.0, 8552.0, 8575.0, 8559.0, 8528.0, 8541.0, 8527.0, 8568.0, 8541.0, 8538.0, 8540.0, 8519.0, 8561.0, 8514.0, 8555.0, 8510.0, 8521.0, 8507.0, 8494.0, 8509.0, 8513.0, 8511.0, 8516.0, 8515.0, 8513.0, 8514.0, 8516.0, 8517.0, 8513.0, 8517.0, 8536.0, 8535.0, 8537.0, 8536.0, 8538.0, 8539.0, 8540.0, 8546.0, 8544.0, 8543.0, 8541.0, 8540.0, 8556.0, 8559.0, 8560.0, 8551.0, 8563.0, 8566.0, 8562.0, 8562.0, 8562.0, 8562.0, 8545.0, 8572.0, 8544.0, 8556.0, 8545.0, 8562.0, 8561.0, 8568.0, 8566.0, 8565.0, 8562.0, 8548.0, 8548.0, 8545.0, 8562.0, 8545.0, 8563.0, 8561.0, 8550.0, 8564.0, 8565.0, 8564.0, 8564.0, 8567.0, 8580.0, 8582.0, 8569.0, 8570.0, 8587.0, 8585.0, 8571.0, 8583.0, 8569.0, 8570.0, 8567.0, 8570.0, 8581.0, 8568.0, 8593.0, 8567.0, 8591.0, 8563.0, 8560.0, 8560.0, 8562.0, 8563.0, 8567.0, 8582.0, 8571.0, 8572.0, 8587.0, 8570.0, 8570.0, 8569.0, 8567.0, 8569.0, 8569.0, 8572.0, 8582.0, 8584.0, 8569.0, 8567.0, 8571.0, 8567.0, 8569.0, 8594.0, 8566.0, 8595.0, 8566.0, 8559.0, 8559.0, 8545.0, 8545.0, 8563.0, 8561.0, 8567.0, 8568.0, 8581.0, 8564.0, 8564.0, 8563.0, 8561.0, 8565.0, 8564.0, 8568.0, 8564.0, 8579.0, 8563.0, 8564.0, 8567.0, 8566.0, 8570.0, 8569.0, 8583.0, 8571.0, 8583.0, 8586.0, 8585.0, 8589.0, 8589.0, 8587.0, 8586.0, 8584.0, 8571.0, 8568.0, 8570.0, 8584.0, 8582.0, 8567.0, 8579.0, 8568.0, 8564.0, 8568.0, 8566.0, 8567.0, 8578.0, 8566.0, 8565.0, 8582.0, 8581.0, 8566.0, 8584.0, 8583.0, 8585.0, 8589.0, 8587.0, 8592.0, 8605.0, 8591.0, 8589.0, 8589.0, 8589.0, 8588.0, 8591.0, 8604.0, 8590.0, 8586.0, 8603.0, 8588.0, 8586.0, 8572.0, 8586.0, 8588.0, 8586.0, 8573.0, 8570.0, 8585.0, 8567.0, 8595.0, 8565.0, 8578.0, 8581.0, 8581.0, 8583.0, 8586.0, 8587.0, 8587.0, 8588.0, 8587.0, 8601.0, 8573.0, 8584.0, 8583.0, 8585.0, 8585.0, 8586.0, 8587.0, 8586.0, 8600.0, 8569.0, 8611.0, 8567.0, 8578.0, 8565.0, 8563.0, 8565.0, 8564.0, 8584.0, 8565.0, 8569.0, 8583.0, 8584.0, 8584.0, 8585.0, 8586.0, 8584.0, 8585.0, 8583.0, 8584.0, 8585.0, 8586.0, 8587.0, 8591.0, 8590.0, 8585.0, 8588.0, 8588.0, 8605.0, 8620.0, 8594.0, 8590.0, 8573.0, 8570.0, 8567.0, 8553.0, 8567.0, 8571.0, 8567.0, 8573.0, 8569.0, 8553.0, 8568.0, 8550.0, 8579.0, 8560.0, 8590.0, 8542.0, 8583.0, 8520.0, 8575.0, 8503.0, 8569.0, 8513.0, 8513.0, 8526.0, 8511.0, 8509.0, 8525.0, 8497.0, 8509.0, 8514.0, 8525.0, 8498.0, 8539.0, 8513.0, 8494.0, 8508.0, 8494.0, 8494.0, 8513.0, 8512.0, 8517.0, 8515.0, 8531.0, 8516.0, 8530.0, 8517.0, 8536.0, 8521.0, 8518.0, 8517.0, 8519.0, 8519.0, 8538.0, 8539.0, 8555.0, 8542.0, 8556.0, 8542.0, 8555.0, 8531.0, 8546.0, 8558.0, 8543.0, 8543.0, 8547.0, 8545.0, 8563.0, 8565.0, 8565.0, 8568.0, 8566.0, 8567.0, 8567.0, 8552.0, 8567.0, 8564.0, 8570.0, 8569.0, 8566.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.00046928571428571435</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015633935138248848</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.463657302260668</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1535591412802761</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016820012687433</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4445</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7593.5049</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05507919163169736</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.152073732718894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5026699753652175</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.428087033018985</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7840229336237208</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2958999594529477</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0172026</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0155431954190135</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019158534705638885</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6425018276531773</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>31.5994</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8809</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.9246</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308387.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>662.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.1246</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3051.7948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3295.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68157.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4013.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5914</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.493174500763416</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> |