=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0089_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-01/func/sub-0089_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>80c338ce19f46acce58d3f2ad654bfca</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:22:52.565000</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.999676, 0.0220728, -0.0126497, -0.0165768, 0.94233, 0.334275]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.107006</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7826, -7224, 605, -42, -208, 62, 66]</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>239.558</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e62ebcf4-6751-47a2-aeab-56b41baf7105||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.682058572769165, -0.04447425901889801, -0.05210617929697037, 117.03932189941406], [-0.05921979248523712, 2.5282015800476074, 0.9016851186752319, -114.65628051757812], [-0.0339382030069828, -0.8968362808227539, 2.544454574584961, -6.75306510925293], [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': ['172252.565000', '172253.025000', '172253.485000', '172253.945000', '172254.405000', '172254.865000', '172255.325000', '172255.785000', '172256.245000', '172256.705000', '172257.165000', '172257.625000', '172258.085000', '172258.545000', '172259.005000', '172259.465000', '172259.925000', '172300.385000', '172300.845000', '172301.305000', '172301.765000', '172302.225000', '172302.685000', '172303.145000', '172303.605000', '172304.065000', '172304.525000', '172304.985000', '172305.445000', '172305.905000', '172306.365000', '172306.825000', '172307.285000', '172307.745000', '172308.205000', '172308.665000', '172309.125000', '172309.585000', '172310.045000', '172310.505000', '172310.965000', '172311.425000', '172311.885000', '172312.345000', '172312.805000', '172313.265000', '172313.725000', '172314.185000', '172314.645000', '172315.105000', '172315.565000', '172316.025000', '172316.485000', '172316.945000', '172317.405000', '172317.865000', '172318.325000', '172318.785000', '172319.245000', '172319.705000', '172320.165000', '172320.625000', '172321.085000', '172321.545000', '172322.005000', '172322.465000', '172322.925000', '172323.385000', '172323.845000', '172324.305000', '172324.765000', '172325.225000', '172325.685000', '172326.145000', '172326.605000', '172327.065000', '172327.525000', '172327.985000', '172328.445000', '172328.905000', '172329.365000', '172329.825000', '172330.285000', '172330.745000', '172331.205000', '172331.665000', '172332.125000', '172332.585000', '172333.045000', '172333.505000', '172333.965000', '172334.425000', '172334.885000', '172335.345000', '172335.805000', '172336.265000', '172336.725000', '172337.185000', '172337.645000', '172338.105000', '172338.565000', '172339.025000', '172339.485000', '172339.945000', '172340.405000', '172340.865000', '172341.325000', '172341.785000', '172342.245000', '172342.705000', '172343.165000', '172343.625000', '172344.085000', '172344.545000', '172345.005000', '172345.465000', '172345.925000', '172346.385000', '172346.845000', '172347.305000', '172347.765000', '172348.225000', '172348.685000', '172349.145000', '172349.605000', '172350.065000', '172350.525000', '172350.985000', '172351.445000', '172351.905000', '172352.365000', '172352.825000', '172353.285000', '172353.745000', '172354.205000', '172354.665000', '172355.125000', '172355.585000', '172356.045000', '172356.505000', '172356.965000', '172357.425000', '172357.885000', '172358.345000', '172358.805000', '172359.265000', '172359.725000', '172400.185000', '172400.645000', '172401.105000', '172401.565000', '172402.025000', '172402.485000', '172402.945000', '172403.405000', '172403.865000', '172404.325000', '172404.785000', '172405.245000', '172405.705000', '172406.165000', '172406.625000', '172407.085000', '172407.545000', '172408.005000', '172408.465000', '172408.925000', '172409.385000', '172409.845000', '172410.305000', '172410.765000', '172411.225000', '172411.685000', '172412.145000', '172412.605000', '172413.065000', '172413.525000', '172413.985000', '172414.445000', '172414.905000', '172415.365000', '172415.825000', '172416.285000', '172416.745000', '172417.205000', '172417.665000', '172418.125000', '172418.585000', '172419.045000', '172419.505000', '172419.965000', '172420.425000', '172420.885000', '172421.345000', '172421.805000', '172422.265000', '172422.725000', '172423.185000', '172423.645000', '172424.105000', '172424.565000', '172425.025000', '172425.485000', '172425.945000', '172426.405000', '172426.865000', '172427.325000', '172427.785000', '172428.245000', '172428.705000', '172429.165000', '172429.625000', '172430.085000', '172430.545000', '172431.005000', '172431.465000', '172431.925000', '172432.385000', '172432.845000', '172433.305000', '172433.765000', '172434.225000', '172434.685000', '172435.145000', '172435.605000', '172436.065000', '172436.525000', '172436.985000', '172437.445000', '172437.905000', '172438.365000', '172438.825000', '172439.285000', '172439.745000', '172440.205000', '172440.665000', '172441.125000', '172441.585000', '172442.045000', '172442.505000', '172442.965000', '172443.425000', '172443.885000', '172444.345000', '172444.805000', '172445.265000', '172445.725000', '172446.185000', '172446.645000', '172447.105000', '172447.565000', '172448.025000', '172448.485000', '172448.945000', '172449.405000', '172449.865000', '172450.325000', '172450.785000', '172451.245000', '172451.705000', '172452.165000', '172452.625000', '172453.085000', '172453.545000', '172454.005000', '172454.465000', '172454.925000', '172455.385000', '172455.845000', '172456.305000', '172456.765000', '172457.225000', '172457.685000', '172458.145000', '172458.605000', '172459.065000', '172459.525000', '172459.985000', '172500.445000', '172500.905000', '172501.365000', '172501.825000', '172502.285000', '172502.745000', '172503.205000', '172503.665000', '172504.125000', '172504.585000', '172505.045000', '172505.505000', '172505.965000', '172506.425000', '172506.885000', '172507.345000', '172507.805000', '172508.265000', '172508.725000', '172509.185000', '172509.645000', '172510.105000', '172510.565000', '172511.025000', '172511.485000', '172511.945000', '172512.405000', '172512.865000', '172513.325000', '172513.785000', '172514.245000', '172514.705000', '172515.165000', '172515.625000', '172516.085000', '172516.545000', '172517.005000', '172517.465000', '172517.925000', '172518.385000', '172518.845000', '172519.305000', '172519.765000', '172520.225000', '172520.685000', '172521.145000', '172521.605000', '172522.065000', '172522.525000', '172522.985000', '172523.445000', '172523.905000', '172524.365000', '172524.825000', '172525.285000', '172525.745000', '172526.205000', '172526.665000', '172527.125000', '172527.585000', '172528.045000', '172528.505000', '172528.965000', '172529.425000', '172529.885000', '172530.345000', '172530.805000', '172531.265000', '172531.725000', '172532.185000', '172532.645000', '172533.105000', '172533.565000', '172534.025000', '172534.485000', '172534.945000', '172535.405000', '172535.865000', '172536.325000', '172536.785000', '172537.245000', '172537.705000', '172538.165000', '172538.625000', '172539.085000', '172539.545000', '172540.005000', '172540.465000', '172540.925000', '172541.385000', '172541.845000', '172542.305000', '172542.765000', '172543.225000', '172543.685000', '172544.145000', '172544.605000', '172545.065000', '172545.525000', '172545.985000', '172546.445000', '172546.905000', '172547.365000', '172547.825000', '172548.285000', '172548.745000', '172549.205000', '172549.665000', '172550.125000', '172550.585000', '172551.045000', '172551.505000', '172551.965000', '172552.425000', '172552.885000', '172553.345000', '172553.805000', '172554.265000', '172554.725000', '172555.185000', '172555.645000', '172556.105000', '172556.565000', '172557.025000', '172557.485000', '172557.945000', '172558.405000', '172558.865000', '172559.325000', '172559.785000', '172600.245000', '172600.705000', '172601.165000', '172601.625000', '172602.085000', '172602.545000', '172603.005000', '172603.465000', '172603.925000', '172604.385000', '172604.845000', '172605.305000', '172605.765000', '172606.225000', '172606.685000', '172607.145000', '172607.605000', '172608.065000', '172608.525000', '172608.985000', '172609.445000', '172609.905000', '172610.365000', '172610.825000', '172611.285000', '172611.745000', '172612.205000', '172612.665000', '172613.125000', '172613.585000', '172614.045000', '172614.505000', '172614.965000', '172615.425000', '172615.885000', '172616.345000', '172616.805000', '172617.265000', '172617.725000', '172618.185000', '172618.645000', '172619.105000', '172619.565000', '172620.025000', '172620.485000', '172620.945000', '172621.405000', '172621.865000', '172622.325000', '172622.785000', '172623.245000', '172623.705000', '172624.165000', '172624.625000', '172625.085000', '172625.545000', '172626.005000', '172626.465000', '172626.925000', '172627.385000', '172627.845000', '172628.305000', '172628.765000', '172629.225000', '172629.685000', '172630.145000', '172630.605000', '172631.065000', '172631.525000', '172631.985000', '172632.445000', '172632.905000', '172633.365000', '172633.825000', '172634.285000', '172634.745000', '172635.205000', '172635.665000', '172636.125000', '172636.585000', '172637.045000', '172637.505000', '172637.965000', '172638.425000', '172638.885000', '172639.345000', '172639.805000', '172640.265000', '172640.725000', '172641.185000', '172641.645000', '172642.105000', '172642.565000', '172643.025000', '172643.485000', '172643.945000', '172644.405000', '172644.865000', '172645.325000', '172645.785000', '172646.245000', '172646.705000', '172647.165000', '172647.625000', '172648.085000', '172648.545000', '172649.005000', '172649.465000', '172649.925000', '172650.385000', '172650.845000', '172651.305000', '172651.765000', '172652.225000', '172652.685000', '172653.145000', '172653.605000', '172654.065000', '172654.525000', '172654.985000', '172655.445000', '172655.905000', '172656.365000', '172656.825000', '172657.285000', '172657.745000', '172658.205000', '172658.665000', '172659.125000', '172659.585000', '172700.045000', '172700.505000', '172700.965000', '172701.425000', '172701.885000', '172702.345000', '172702.805000', '172703.265000', '172703.725000', '172704.185000', '172704.645000', '172705.105000', '172705.565000', '172706.025000', '172706.485000', '172706.945000', '172707.405000', '172707.865000', '172708.325000', '172708.785000', '172709.245000', '172709.705000', '172710.165000', '172710.625000', '172711.085000', '172711.545000', '172712.005000', '172712.465000', '172712.925000', '172713.385000', '172713.845000', '172714.305000', '172714.765000', '172715.225000', '172715.685000', '172716.145000', '172716.605000', '172717.065000', '172717.525000', '172717.985000', '172718.445000', '172718.905000', '172719.365000', '172719.825000', '172720.285000', '172720.745000', '172721.205000', '172721.665000', '172722.125000', '172722.585000', '172723.045000', '172723.505000', '172723.965000', '172724.425000', '172724.885000', '172725.345000', '172725.805000', '172726.265000', '172726.725000', '172727.185000', '172727.645000', '172728.105000', '172728.565000', '172729.025000', '172729.485000', '172729.945000', '172730.405000', '172730.865000', '172731.325000', '172731.785000', '172732.245000', '172732.705000', '172733.165000', '172733.625000', '172734.085000', '172734.545000', '172735.005000', '172735.465000', '172735.925000', '172736.385000', '172736.845000', '172737.305000', '172737.765000', '172738.225000', '172738.685000', '172739.145000', '172739.605000', '172740.065000', '172740.525000', '172740.985000', '172741.445000', '172741.905000', '172742.365000', '172742.825000', '172743.285000', '172743.745000', '172744.205000', '172744.665000', '172745.125000', '172745.585000', '172746.045000', '172746.505000', '172746.965000', '172747.425000', '172747.885000', '172748.345000', '172748.805000', '172749.265000', '172749.725000', '172750.185000', '172750.645000', '172751.105000', '172751.565000', '172752.025000', '172752.485000', '172752.945000', '172753.405000', '172753.865000', '172754.325000', '172754.785000', '172755.245000', '172755.705000', '172756.165000', '172756.625000', '172757.085000', '172757.545000', '172758.005000', '172758.465000', '172758.925000', '172759.385000', '172759.845000', '172800.305000', '172800.765000', '172801.225000', '172801.685000', '172802.145000', '172802.605000', '172803.065000', '172803.525000', '172803.985000', '172804.445000', '172804.905000', '172805.365000', '172805.825000', '172806.285000', '172806.745000', '172807.205000', '172807.665000', '172808.125000', '172808.585000', '172809.045000', '172809.505000', '172809.965000', '172810.425000', '172810.885000', '172811.345000', '172811.805000', '172812.265000', '172812.725000', '172813.185000', '172813.645000', '172814.105000', '172814.565000', '172815.025000', '172815.485000', '172815.945000', '172816.405000', '172816.865000', '172817.325000', '172817.785000', '172818.245000', '172818.705000', '172819.165000', '172819.625000', '172820.085000', '172820.545000', '172821.005000', '172821.465000', '172821.925000', '172822.385000', '172822.845000', '172823.305000', '172823.765000', '172824.225000', '172824.685000', '172825.145000', '172825.605000', '172826.065000', '172826.525000', '172826.985000', '172827.445000', '172827.905000', '172828.365000', '172828.825000', '172829.285000', '172829.745000', '172830.205000', '172830.665000', '172831.125000', '172831.585000', '172832.045000', '172832.505000', '172832.965000', '172833.425000', '172833.885000', '172834.345000', '172834.805000', '172835.265000', '172835.725000', '172836.185000', '172836.645000', '172837.105000', '172837.565000', '172838.025000', '172838.485000', '172838.945000', '172839.405000', '172839.865000', '172840.325000', '172840.785000', '172841.245000', '172841.705000', '172842.165000', '172842.625000', '172843.085000', '172843.545000', '172844.005000', '172844.465000', '172844.925000', '172845.385000', '172845.845000', '172846.305000', '172846.765000', '172847.225000', '172847.685000', '172848.145000', '172848.605000', '172849.065000', '172849.525000', '172849.985000', '172850.445000', '172850.905000', '172851.365000', '172851.825000', '172852.285000', '172852.745000', '172853.205000', '172853.665000', '172854.125000', '172854.585000', '172855.045000', '172855.505000', '172855.965000', '172856.425000', '172856.885000', '172857.345000', '172857.805000', '172858.265000', '172858.725000', '172859.185000', '172859.645000', '172900.105000', '172900.565000', '172901.025000', '172901.485000', '172901.945000', '172902.405000', '172902.865000', '172903.325000', '172903.785000', '172904.245000', '172904.705000', '172905.165000', '172905.625000', '172906.085000', '172906.545000', '172907.005000', '172907.465000', '172907.925000', '172908.385000', '172908.845000', '172909.305000', '172909.765000', '172910.225000', '172910.685000', '172911.145000', '172911.605000', '172912.065000', '172912.525000', '172912.985000', '172913.445000', '172913.905000', '172914.365000', '172914.825000', '172915.285000', '172915.745000', '172916.205000', '172916.665000', '172917.125000', '172917.585000', '172918.045000', '172918.505000', '172918.965000', '172919.425000', '172919.885000', '172920.345000', '172920.805000', '172921.265000', '172921.725000', '172922.185000', '172922.645000', '172923.105000', '172923.565000', '172924.025000', '172924.485000', '172924.945000', '172925.405000', '172925.865000', '172926.325000', '172926.785000', '172927.245000', '172927.705000', '172928.165000', '172928.625000', '172929.085000', '172929.545000', '172930.005000', '172930.465000', '172930.925000', '172931.385000', '172931.845000', '172932.305000', '172932.765000', '172933.225000'], 'ContentTime': ['172307.560000', '172307.563000', '172307.566000', '172307.568000', '172307.571000', '172307.574000', '172307.577000', '172307.579000', '172307.582000', '172307.584000', '172307.587000', '172307.590000', '172307.592000', '172307.595000', '172307.597000', '172307.600000', '172307.603000', '172307.605000', '172307.608000', '172307.611000', '172307.613000', '172307.616000', '172307.619000', '172307.621000', '172307.624000', '172307.627000', '172307.634000', '172307.637000', '172307.640000', '172307.642000', '172307.645000', '172327.524000', '172327.526000', '172327.529000', '172327.532000', '172327.534000', '172327.537000', '172327.540000', '172327.542000', '172327.545000', '172327.547000', '172327.550000', '172327.553000', '172327.555000', '172327.558000', '172327.561000', '172327.563000', '172327.566000', '172327.568000', '172327.571000', '172327.573000', '172327.576000', '172327.579000', '172327.582000', '172327.593000', '172327.596000', '172327.598000', '172327.601000', '172327.603000', '172327.606000', '172327.609000', '172327.611000', '172327.614000', '172327.617000', '172327.619000', '172327.622000', '172327.624000', '172327.627000', '172327.630000', '172327.632000', '172327.635000', '172327.638000', '172327.640000', '172327.643000', '172347.523000', '172347.526000', '172347.529000', '172347.532000', '172347.534000', '172347.537000', '172347.540000', '172347.555000', '172347.558000', '172347.560000', '172347.563000', '172347.566000', '172347.568000', '172347.571000', '172347.574000', '172347.576000', '172347.579000', '172347.581000', '172347.584000', '172347.587000', '172347.589000', '172347.592000', '172347.594000', '172347.597000', '172347.600000', '172347.602000', '172347.605000', '172347.608000', '172347.610000', '172347.613000', '172347.615000', '172347.618000', '172347.621000', '172347.623000', '172347.626000', '172347.628000', '172347.631000', '172347.634000', '172347.636000', '172347.639000', '172347.642000', '172347.644000', '172347.647000', '172347.649000', '172407.523000', '172407.526000', '172407.529000', '172407.532000', '172407.534000', '172407.537000', '172407.540000', '172407.542000', '172407.545000', '172407.548000', '172407.550000', '172407.553000', '172407.556000', '172407.558000', '172407.561000', '172407.564000', '172407.567000', '172407.570000', '172407.573000', '172407.576000', '172407.578000', '172407.581000', '172407.583000', '172407.586000', '172407.589000', '172407.591000', '172407.594000', '172407.597000', '172407.599000', '172407.602000', '172407.605000', '172407.607000', '172407.610000', '172407.612000', '172407.615000', '172407.618000', '172407.620000', '172407.631000', '172407.634000', '172407.638000', '172407.640000', '172407.643000', '172407.645000', '172427.524000', '172427.527000', '172427.530000', '172427.533000', '172427.535000', '172427.538000', '172427.541000', '172427.544000', '172427.546000', '172427.549000', '172427.552000', '172427.554000', '172427.557000', '172427.559000', '172427.562000', '172427.565000', '172427.567000', '172427.570000', '172427.572000', '172427.575000', '172427.578000', '172427.580000', '172427.583000', '172427.585000', '172427.588000', '172427.591000', '172427.594000', '172427.596000', '172427.599000', '172427.602000', '172427.605000', '172427.608000', '172427.610000', '172427.613000', '172427.615000', '172427.618000', '172427.621000', '172427.623000', '172427.626000', '172427.629000', '172427.631000', '172427.634000', '172427.637000', '172427.639000', '172447.524000', '172447.527000', '172447.530000', '172447.533000', '172447.536000', '172447.538000', '172447.541000', '172447.544000', '172447.547000', '172447.549000', '172447.552000', '172447.554000', '172447.557000', '172447.560000', '172447.562000', '172447.565000', '172447.568000', '172447.570000', '172447.573000', '172447.576000', '172447.578000', '172447.581000', '172447.584000', '172447.586000', '172447.589000', '172447.592000', '172447.594000', '172447.597000', '172447.600000', '172447.603000', '172447.606000', '172447.609000', '172447.612000', '172447.615000', '172447.617000', '172447.620000', '172447.623000', '172447.625000', '172447.628000', '172447.631000', '172447.633000', '172447.636000', '172447.638000', '172507.524000', '172507.527000', '172507.530000', '172507.533000', '172507.535000', '172507.538000', '172507.541000', '172507.543000', '172507.546000', '172507.548000', '172507.551000', '172507.554000', '172507.556000', '172507.559000', '172507.561000', '172507.564000', '172507.567000', '172507.569000', '172507.572000', '172507.575000', '172507.577000', '172507.580000', '172507.583000', '172507.585000', '172507.588000', '172507.591000', '172507.593000', '172507.596000', '172507.598000', '172507.601000', '172507.604000', '172507.606000', '172507.609000', '172507.612000', '172507.614000', '172507.617000', '172507.619000', '172507.622000', '172507.625000', '172507.627000', '172507.630000', '172507.633000', '172507.635000', '172507.638000', '172527.524000', '172527.527000', '172527.530000', '172527.533000', '172527.536000', '172527.538000', '172527.541000', '172527.544000', '172527.546000', '172527.549000', '172527.551000', '172527.554000', '172527.557000', '172527.559000', '172527.562000', '172527.565000', '172527.567000', '172527.570000', '172527.572000', '172527.575000', '172527.578000', '172527.580000', '172527.583000', '172527.586000', '172527.588000', '172527.591000', '172527.593000', '172527.596000', '172527.599000', '172527.601000', '172527.604000', '172527.607000', '172527.609000', '172527.612000', '172527.615000', '172527.617000', '172527.620000', '172527.622000', '172527.625000', '172527.628000', '172527.630000', '172527.633000', '172527.636000', '172547.523000', '172547.526000', '172547.529000', '172547.532000', '172547.534000', '172547.537000', '172547.540000', '172547.542000', '172547.545000', '172547.547000', '172547.550000', '172547.553000', '172547.555000', '172547.558000', '172547.561000', '172547.563000', '172547.566000', '172547.568000', '172547.581000', '172547.584000', '172547.586000', '172547.589000', '172547.592000', '172547.594000', '172547.597000', '172547.600000', '172547.602000', '172547.605000', '172547.608000', '172547.610000', '172547.613000', '172547.615000', '172547.618000', '172547.621000', '172547.623000', '172547.626000', '172547.629000', '172547.631000', '172547.634000', '172547.637000', '172547.639000', '172547.642000', '172547.645000', '172547.647000', '172607.523000', '172607.527000', '172607.529000', '172607.532000', '172607.534000', '172607.537000', '172607.540000', '172607.543000', '172607.545000', '172607.548000', '172607.551000', '172607.553000', '172607.556000', '172607.559000', '172607.561000', '172607.564000', '172607.566000', '172607.569000', '172607.572000', '172607.575000', '172607.577000', '172607.580000', '172607.582000', '172607.585000', '172607.588000', '172607.590000', '172607.593000', '172607.596000', '172607.598000', '172607.601000', '172607.604000', '172607.606000', '172607.609000', '172607.611000', '172607.614000', '172607.617000', '172607.619000', '172607.622000', '172607.625000', '172607.627000', '172607.630000', '172607.633000', '172607.635000', '172627.524000', '172627.527000', '172627.530000', '172627.532000', '172627.535000', '172627.538000', '172627.540000', '172627.543000', '172627.546000', '172627.548000', '172627.551000', '172627.554000', '172627.556000', '172627.559000', '172627.562000', '172627.564000', '172627.567000', '172627.569000', '172627.572000', '172627.575000', '172627.578000', '172627.580000', '172627.583000', '172627.585000', '172627.588000', '172627.591000', '172627.593000', '172627.596000', '172627.599000', '172627.601000', '172627.604000', '172627.607000', '172627.609000', '172627.612000', '172627.615000', '172627.617000', '172627.620000', '172627.623000', '172627.625000', '172627.628000', '172627.630000', '172627.633000', '172627.636000', '172627.638000', '172647.524000', '172647.527000', '172647.530000', '172647.533000', '172647.535000', '172647.538000', '172647.540000', '172647.543000', '172647.546000', '172647.548000', '172647.551000', '172647.554000', '172647.557000', '172647.559000', '172647.562000', '172647.565000', '172647.567000', '172647.570000', '172647.573000', '172647.575000', '172647.578000', '172647.581000', '172647.583000', '172647.586000', '172647.588000', '172647.591000', '172647.594000', '172647.596000', '172647.599000', '172647.602000', '172647.604000', '172647.607000', '172647.610000', '172647.612000', '172647.615000', '172647.617000', '172647.620000', '172647.623000', '172647.625000', '172647.628000', '172647.631000', '172647.633000', '172647.636000', '172707.524000', '172707.527000', '172707.530000', '172707.533000', '172707.535000', '172707.538000', '172707.541000', '172707.543000', '172707.546000', '172707.549000', '172707.551000', '172707.554000', '172707.556000', '172707.559000', '172707.562000', '172707.564000', '172707.567000', '172707.570000', '172707.572000', '172707.575000', '172707.578000', '172707.580000', '172707.583000', '172707.586000', '172707.588000', '172707.591000', '172707.594000', '172707.596000', '172707.599000', '172707.602000', '172707.604000', '172707.607000', '172707.609000', '172707.612000', '172707.615000', '172707.617000', '172707.620000', '172707.623000', '172707.625000', '172707.628000', '172707.630000', '172707.633000', '172707.636000', '172707.638000', '172727.524000', '172727.527000', '172727.530000', '172727.533000', '172727.535000', '172727.538000', '172727.541000', '172727.543000', '172727.546000', '172727.549000', '172727.552000', '172727.554000', '172727.557000', '172727.560000', '172727.575000', '172727.578000', '172727.580000', '172727.583000', '172727.585000', '172727.588000', '172727.591000', '172727.593000', '172727.596000', '172727.599000', '172727.601000', '172727.604000', '172727.607000', '172727.609000', '172727.612000', '172727.615000', '172727.617000', '172727.620000', '172727.623000', '172727.625000', '172727.628000', '172727.630000', '172727.633000', '172727.636000', '172727.638000', '172727.641000', '172727.643000', '172727.646000', '172727.649000', '172747.523000', '172747.526000', '172747.529000', '172747.531000', '172747.534000', '172747.537000', '172747.539000', '172747.542000', '172747.545000', '172747.547000', '172747.550000', '172747.553000', '172747.556000', '172747.558000', '172747.561000', '172747.563000', '172747.566000', '172747.569000', '172747.572000', '172747.574000', '172747.577000', '172747.580000', '172747.582000', '172747.585000', '172747.588000', '172747.590000', '172747.593000', '172747.595000', '172747.598000', '172747.601000', '172747.603000', '172747.606000', '172747.609000', '172747.611000', '172747.614000', '172747.617000', '172747.620000', '172747.622000', '172747.625000', '172747.627000', '172747.630000', '172747.633000', '172747.636000', '172747.638000', '172807.524000', '172807.526000', '172807.529000', '172807.532000', '172807.534000', '172807.537000', '172807.540000', '172807.542000', '172807.545000', '172807.548000', '172807.550000', '172807.553000', '172807.556000', '172807.558000', '172807.561000', '172807.563000', '172807.566000', '172807.569000', '172807.571000', '172807.574000', '172807.576000', '172807.579000', '172807.582000', '172807.584000', '172807.587000', '172807.590000', '172807.592000', '172807.595000', '172807.598000', '172807.600000', '172807.603000', '172807.606000', '172807.608000', '172807.611000', '172807.613000', '172807.616000', '172807.619000', '172807.621000', '172807.624000', '172807.627000', '172807.629000', '172807.632000', '172807.635000', '172827.524000', '172827.526000', '172827.529000', '172827.532000', '172827.534000', '172827.537000', '172827.540000', '172827.543000', '172827.545000', '172827.548000', '172827.551000', '172827.553000', '172827.556000', '172827.559000', '172827.561000', '172827.564000', '172827.566000', '172827.569000', '172827.572000', '172827.575000', '172827.577000', '172827.580000', '172827.583000', '172827.585000', '172827.588000', '172827.591000', '172827.593000', '172827.596000', '172827.599000', '172827.601000', '172827.604000', '172827.607000', '172827.609000', '172827.612000', '172827.615000', '172827.617000', '172827.620000', '172827.622000', '172827.625000', '172827.628000', '172827.630000', '172827.633000', '172827.636000', '172827.638000', '172847.523000', '172847.526000', '172847.529000', '172847.532000', '172847.534000', '172847.537000', '172847.540000', '172847.542000', '172847.545000', '172847.553000', '172847.565000', '172847.568000', '172847.570000', '172847.574000', '172847.576000', '172847.579000', '172847.581000', '172847.584000', '172847.587000', '172847.589000', '172847.592000', '172847.595000', '172847.597000', '172847.600000', '172847.603000', '172847.605000', '172847.608000', '172847.610000', '172847.613000', '172847.616000', '172847.618000', '172847.621000', '172847.624000', '172847.626000', '172847.629000', '172847.631000', '172847.634000', '172847.637000', '172847.639000', '172847.642000', '172847.645000', '172847.647000', '172847.650000', '172907.524000', '172907.527000', '172907.530000', '172907.533000', '172907.536000', '172907.538000', '172907.541000', '172907.544000', '172907.546000', '172907.549000', '172907.552000', '172907.554000', '172907.557000', '172907.560000', '172907.563000', '172907.566000', '172907.568000', '172907.572000', '172907.575000', '172907.578000', '172907.580000', '172907.583000', '172907.586000', '172907.588000', '172907.591000', '172907.594000', '172907.597000', '172907.599000', '172907.602000', '172907.605000', '172907.607000', '172907.610000', '172907.613000', '172907.616000', '172907.618000', '172907.621000', '172907.623000', '172907.626000', '172907.629000', '172907.631000', '172907.634000', '172907.637000', '172907.639000', '172907.642000', '172927.525000', '172927.527000', '172927.530000', '172927.533000', '172927.535000', '172927.538000', '172927.541000', '172927.543000', '172927.546000', '172927.549000', '172927.551000', '172927.554000', '172927.556000', '172927.559000', '172927.562000', '172927.564000', '172927.567000', '172927.570000', '172927.572000', '172927.575000', '172927.577000', '172927.580000', '172927.583000', '172927.585000', '172927.588000', '172927.590000', '172927.593000', '172927.596000', '172927.599000', '172927.602000', '172927.605000', '172927.607000', '172927.610000', '172927.613000', '172927.615000', '172927.618000', '172927.620000', '172927.623000', '172927.626000', '172927.628000', '172927.631000', '172927.634000', '172927.636000', '172934.218000', '172934.221000', '172934.224000', '172934.227000', '172934.230000', '172934.232000', '172934.235000', '172934.238000', '172934.241000', '172934.244000', '172934.247000', '172934.249000', '172934.253000', '172934.257000', '172934.261000'], 'InstanceCreationTime': ['172307.560000', '172307.563000', '172307.566000', '172307.568000', '172307.571000', '172307.574000', '172307.577000', '172307.579000', '172307.582000', '172307.584000', '172307.587000', '172307.590000', '172307.592000', '172307.595000', '172307.597000', '172307.600000', '172307.603000', '172307.605000', '172307.608000', '172307.611000', '172307.613000', '172307.616000', '172307.619000', '172307.621000', '172307.624000', '172307.627000', '172307.634000', '172307.637000', '172307.640000', '172307.642000', '172307.645000', '172327.524000', '172327.526000', '172327.529000', '172327.532000', '172327.534000', '172327.537000', '172327.540000', '172327.542000', '172327.545000', '172327.547000', '172327.550000', '172327.553000', '172327.555000', '172327.558000', '172327.561000', '172327.563000', '172327.566000', '172327.568000', '172327.571000', '172327.573000', '172327.576000', '172327.579000', '172327.582000', '172327.593000', '172327.596000', '172327.598000', '172327.601000', '172327.603000', '172327.606000', '172327.609000', '172327.611000', '172327.614000', '172327.617000', '172327.619000', '172327.622000', '172327.624000', '172327.627000', '172327.630000', '172327.632000', '172327.635000', '172327.638000', '172327.640000', '172327.643000', '172347.523000', '172347.526000', '172347.529000', '172347.532000', '172347.534000', '172347.537000', '172347.540000', '172347.555000', '172347.558000', '172347.560000', '172347.563000', '172347.566000', '172347.568000', '172347.571000', '172347.574000', '172347.576000', '172347.579000', '172347.581000', '172347.584000', '172347.587000', '172347.589000', '172347.592000', '172347.594000', '172347.597000', '172347.600000', '172347.602000', '172347.605000', '172347.608000', '172347.610000', '172347.613000', '172347.615000', '172347.618000', '172347.621000', '172347.623000', '172347.626000', '172347.628000', '172347.631000', '172347.634000', '172347.636000', '172347.639000', '172347.642000', '172347.644000', '172347.647000', '172347.649000', '172407.523000', '172407.526000', '172407.529000', '172407.532000', '172407.534000', '172407.537000', '172407.540000', '172407.542000', '172407.545000', '172407.548000', '172407.550000', '172407.553000', '172407.556000', '172407.558000', '172407.561000', '172407.564000', '172407.567000', '172407.570000', '172407.573000', '172407.576000', '172407.578000', '172407.581000', '172407.583000', '172407.586000', '172407.589000', '172407.591000', '172407.594000', '172407.597000', '172407.599000', '172407.602000', '172407.605000', '172407.607000', '172407.610000', '172407.612000', '172407.615000', '172407.618000', '172407.620000', '172407.631000', '172407.634000', '172407.638000', '172407.640000', '172407.643000', '172407.645000', '172427.524000', '172427.527000', '172427.530000', '172427.533000', '172427.535000', '172427.538000', '172427.541000', '172427.544000', '172427.546000', '172427.549000', '172427.552000', '172427.554000', '172427.557000', '172427.559000', '172427.562000', '172427.565000', '172427.567000', '172427.570000', '172427.572000', '172427.575000', '172427.578000', '172427.580000', '172427.583000', '172427.585000', '172427.588000', '172427.591000', '172427.594000', '172427.596000', '172427.599000', '172427.602000', '172427.605000', '172427.608000', '172427.610000', '172427.613000', '172427.615000', '172427.618000', '172427.621000', '172427.623000', '172427.626000', '172427.629000', '172427.631000', '172427.634000', '172427.637000', '172427.639000', '172447.524000', '172447.527000', '172447.530000', '172447.533000', '172447.536000', '172447.538000', '172447.541000', '172447.544000', '172447.547000', '172447.549000', '172447.552000', '172447.554000', '172447.557000', '172447.560000', '172447.562000', '172447.565000', '172447.568000', '172447.570000', '172447.573000', '172447.576000', '172447.578000', '172447.581000', '172447.584000', '172447.586000', '172447.589000', '172447.592000', '172447.594000', '172447.597000', '172447.600000', '172447.603000', '172447.606000', '172447.609000', '172447.612000', '172447.615000', '172447.617000', '172447.620000', '172447.623000', '172447.625000', '172447.628000', '172447.631000', '172447.633000', '172447.636000', '172447.638000', '172507.524000', '172507.527000', '172507.530000', '172507.533000', '172507.535000', '172507.538000', '172507.541000', '172507.543000', '172507.546000', '172507.548000', '172507.551000', '172507.554000', '172507.556000', '172507.559000', '172507.561000', '172507.564000', '172507.567000', '172507.569000', '172507.572000', '172507.575000', '172507.577000', '172507.580000', '172507.583000', '172507.585000', '172507.588000', '172507.591000', '172507.593000', '172507.596000', '172507.598000', '172507.601000', '172507.604000', '172507.606000', '172507.609000', '172507.612000', '172507.614000', '172507.617000', '172507.619000', '172507.622000', '172507.625000', '172507.627000', '172507.630000', '172507.633000', '172507.635000', '172507.638000', '172527.524000', '172527.527000', '172527.530000', '172527.533000', '172527.536000', '172527.538000', '172527.541000', '172527.544000', '172527.546000', '172527.549000', '172527.551000', '172527.554000', '172527.557000', '172527.559000', '172527.562000', '172527.565000', '172527.567000', '172527.570000', '172527.572000', '172527.575000', '172527.578000', '172527.580000', '172527.583000', '172527.586000', '172527.588000', '172527.591000', '172527.593000', '172527.596000', '172527.599000', '172527.601000', '172527.604000', '172527.607000', '172527.609000', '172527.612000', '172527.615000', '172527.617000', '172527.620000', '172527.622000', '172527.625000', '172527.628000', '172527.630000', '172527.633000', '172527.636000', '172547.523000', '172547.526000', '172547.529000', '172547.532000', '172547.534000', '172547.537000', '172547.540000', '172547.542000', '172547.545000', '172547.547000', '172547.550000', '172547.553000', '172547.555000', '172547.558000', '172547.561000', '172547.563000', '172547.566000', '172547.568000', '172547.581000', '172547.584000', '172547.586000', '172547.589000', '172547.592000', '172547.594000', '172547.597000', '172547.600000', '172547.602000', '172547.605000', '172547.608000', '172547.610000', '172547.613000', '172547.615000', '172547.618000', '172547.621000', '172547.623000', '172547.626000', '172547.629000', '172547.631000', '172547.634000', '172547.637000', '172547.639000', '172547.642000', '172547.645000', '172547.647000', '172607.523000', '172607.527000', '172607.529000', '172607.532000', '172607.534000', '172607.537000', '172607.540000', '172607.543000', '172607.545000', '172607.548000', '172607.551000', '172607.553000', '172607.556000', '172607.559000', '172607.561000', '172607.564000', '172607.566000', '172607.569000', '172607.572000', '172607.575000', '172607.577000', '172607.580000', '172607.582000', '172607.585000', '172607.588000', '172607.590000', '172607.593000', '172607.596000', '172607.598000', '172607.601000', '172607.604000', '172607.606000', '172607.609000', '172607.611000', '172607.614000', '172607.617000', '172607.619000', '172607.622000', '172607.625000', '172607.627000', '172607.630000', '172607.633000', '172607.635000', '172627.524000', '172627.527000', '172627.530000', '172627.532000', '172627.535000', '172627.538000', '172627.540000', '172627.543000', '172627.546000', '172627.548000', '172627.551000', '172627.554000', '172627.556000', '172627.559000', '172627.562000', '172627.564000', '172627.567000', '172627.569000', '172627.572000', '172627.575000', '172627.578000', '172627.580000', '172627.583000', '172627.585000', '172627.588000', '172627.591000', '172627.593000', '172627.596000', '172627.599000', '172627.601000', '172627.604000', '172627.607000', '172627.609000', '172627.612000', '172627.615000', '172627.617000', '172627.620000', '172627.623000', '172627.625000', '172627.628000', '172627.630000', '172627.633000', '172627.636000', '172627.638000', '172647.524000', '172647.527000', '172647.530000', '172647.533000', '172647.535000', '172647.538000', '172647.540000', '172647.543000', '172647.546000', '172647.548000', '172647.551000', '172647.554000', '172647.557000', '172647.559000', '172647.562000', '172647.565000', '172647.567000', '172647.570000', '172647.573000', '172647.575000', '172647.578000', '172647.581000', '172647.583000', '172647.586000', '172647.588000', '172647.591000', '172647.594000', '172647.596000', '172647.599000', '172647.602000', '172647.604000', '172647.607000', '172647.610000', '172647.612000', '172647.615000', '172647.617000', '172647.620000', '172647.623000', '172647.625000', '172647.628000', '172647.631000', '172647.633000', '172647.636000', '172707.524000', '172707.527000', '172707.530000', '172707.533000', '172707.535000', '172707.538000', '172707.541000', '172707.543000', '172707.546000', '172707.549000', '172707.551000', '172707.554000', '172707.556000', '172707.559000', '172707.562000', '172707.564000', '172707.567000', '172707.570000', '172707.572000', '172707.575000', '172707.578000', '172707.580000', '172707.583000', '172707.586000', '172707.588000', '172707.591000', '172707.594000', '172707.596000', '172707.599000', '172707.602000', '172707.604000', '172707.607000', '172707.609000', '172707.612000', '172707.615000', '172707.617000', '172707.620000', '172707.623000', '172707.625000', '172707.628000', '172707.630000', '172707.633000', '172707.636000', '172707.638000', '172727.524000', '172727.527000', '172727.530000', '172727.533000', '172727.535000', '172727.538000', '172727.541000', '172727.543000', '172727.546000', '172727.549000', '172727.552000', '172727.554000', '172727.557000', '172727.560000', '172727.575000', '172727.578000', '172727.580000', '172727.583000', '172727.585000', '172727.588000', '172727.591000', '172727.593000', '172727.596000', '172727.599000', '172727.601000', '172727.604000', '172727.607000', '172727.609000', '172727.612000', '172727.615000', '172727.617000', '172727.620000', '172727.623000', '172727.625000', '172727.628000', '172727.630000', '172727.633000', '172727.636000', '172727.638000', '172727.641000', '172727.643000', '172727.646000', '172727.649000', '172747.523000', '172747.526000', '172747.529000', '172747.531000', '172747.534000', '172747.537000', '172747.539000', '172747.542000', '172747.545000', '172747.547000', '172747.550000', '172747.553000', '172747.556000', '172747.558000', '172747.561000', '172747.563000', '172747.566000', '172747.569000', '172747.572000', '172747.574000', '172747.577000', '172747.580000', '172747.582000', '172747.585000', '172747.588000', '172747.590000', '172747.593000', '172747.595000', '172747.598000', '172747.601000', '172747.603000', '172747.606000', '172747.609000', '172747.611000', '172747.614000', '172747.617000', '172747.620000', '172747.622000', '172747.625000', '172747.627000', '172747.630000', '172747.633000', '172747.636000', '172747.638000', '172807.524000', '172807.526000', '172807.529000', '172807.532000', '172807.534000', '172807.537000', '172807.540000', '172807.542000', '172807.545000', '172807.548000', '172807.550000', '172807.553000', '172807.556000', '172807.558000', '172807.561000', '172807.563000', '172807.566000', '172807.569000', '172807.571000', '172807.574000', '172807.576000', '172807.579000', '172807.582000', '172807.584000', '172807.587000', '172807.590000', '172807.592000', '172807.595000', '172807.598000', '172807.600000', '172807.603000', '172807.606000', '172807.608000', '172807.611000', '172807.613000', '172807.616000', '172807.619000', '172807.621000', '172807.624000', '172807.627000', '172807.629000', '172807.632000', '172807.635000', '172827.524000', '172827.526000', '172827.529000', '172827.532000', '172827.534000', '172827.537000', '172827.540000', '172827.543000', '172827.545000', '172827.548000', '172827.551000', '172827.553000', '172827.556000', '172827.559000', '172827.561000', '172827.564000', '172827.566000', '172827.569000', '172827.572000', '172827.575000', '172827.577000', '172827.580000', '172827.583000', '172827.585000', '172827.588000', '172827.591000', '172827.593000', '172827.596000', '172827.599000', '172827.601000', '172827.604000', '172827.607000', '172827.609000', '172827.612000', '172827.615000', '172827.617000', '172827.620000', '172827.622000', '172827.625000', '172827.628000', '172827.630000', '172827.633000', '172827.636000', '172827.638000', '172847.523000', '172847.526000', '172847.529000', '172847.532000', '172847.534000', '172847.537000', '172847.540000', '172847.542000', '172847.545000', '172847.553000', '172847.565000', '172847.568000', '172847.570000', '172847.574000', '172847.576000', '172847.579000', '172847.581000', '172847.584000', '172847.587000', '172847.589000', '172847.592000', '172847.595000', '172847.597000', '172847.600000', '172847.603000', '172847.605000', '172847.608000', '172847.610000', '172847.613000', '172847.616000', '172847.618000', '172847.621000', '172847.624000', '172847.626000', '172847.629000', '172847.631000', '172847.634000', '172847.637000', '172847.639000', '172847.642000', '172847.645000', '172847.647000', '172847.650000', '172907.524000', '172907.527000', '172907.530000', '172907.533000', '172907.536000', '172907.538000', '172907.541000', '172907.544000', '172907.546000', '172907.549000', '172907.552000', '172907.554000', '172907.557000', '172907.560000', '172907.563000', '172907.566000', '172907.568000', '172907.572000', '172907.575000', '172907.578000', '172907.580000', '172907.583000', '172907.586000', '172907.588000', '172907.591000', '172907.594000', '172907.597000', '172907.599000', '172907.602000', '172907.605000', '172907.607000', '172907.610000', '172907.613000', '172907.616000', '172907.618000', '172907.621000', '172907.623000', '172907.626000', '172907.629000', '172907.631000', '172907.634000', '172907.637000', '172907.639000', '172907.642000', '172927.525000', '172927.527000', '172927.530000', '172927.533000', '172927.535000', '172927.538000', '172927.541000', '172927.543000', '172927.546000', '172927.549000', '172927.551000', '172927.554000', '172927.556000', '172927.559000', '172927.562000', '172927.564000', '172927.567000', '172927.570000', '172927.572000', '172927.575000', '172927.577000', '172927.580000', '172927.583000', '172927.585000', '172927.588000', '172927.590000', '172927.593000', '172927.596000', '172927.599000', '172927.602000', '172927.605000', '172927.607000', '172927.610000', '172927.613000', '172927.615000', '172927.618000', '172927.620000', '172927.623000', '172927.626000', '172927.628000', '172927.631000', '172927.634000', '172927.636000', '172934.218000', '172934.221000', '172934.224000', '172934.227000', '172934.230000', '172934.232000', '172934.235000', '172934.238000', '172934.241000', '172934.244000', '172934.247000', '172934.249000', '172934.253000', '172934.257000', '172934.261000'], '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': [9360, 11406, 8500, 12870, 8491, 9932, 8827, 8735, 10559, 8255, 9794, 7418, 8874, 12606, 8626, 9856, 10760, 8074, 11236, 9651, 9381, 11415, 8355, 13758, 9750, 8691, 11055, 8348, 11597, 9054, 8295, 12114, 8370, 10006, 8331, 8689, 11053, 8320, 9415, 10206, 8153, 9788, 12242, 8281, 10322, 10012, 8563, 10908, 9157, 8940, 13552, 10876, 9230, 13203, 9862, 10521, 11414, 8287, 12816, 10985, 8654, 12752, 8549, 9840, 10381, 8074, 11000, 9872, 8143, 11148, 10351, 8325, 14244, 10850, 8464, 12083, 8462, 9921, 11555, 8374, 10296, 11047, 8408, 9166, 12330, 9340, 8383, 11416, 10393, 8481, 13075, 11715, 8876, 13824, 10739, 8532, 12078, 8836, 8131, 12845, 9298, 8806, 12742, 8726, 8854, 12376, 8701, 9298, 11858, 8211, 9497, 11708, 8419, 9405, 11260, 7894, 8658, 11604, 10925, 8451, 9550, 13518, 10433, 9518, 13159, 10145, 8917, 13036, 9606, 9145, 12762, 8655, 10937, 9562, 8288, 13589, 9055, 8644, 10511, 8209, 11123, 8496, 8373, 11280, 8226, 8642, 12190, 9324, 9285, 11423, 8306, 10870, 9997, 8399, 11458, 10239, 7995, 13649, 9837, 8851, 11596, 8303, 11156, 9436, 8251, 9424, 10798, 8192, 10773, 12464, 8538, 10330, 10886, 8499, 13751, 10970, 10191, 9838, 8431, 12037, 8518, 10216, 9528, 8180, 11370, 8005, 8476, 12740, 8265, 9349, 12143, 8376, 8818, 12277, 8638, 9221, 11922, 8115, 13065, 11144, 8671, 12636, 8303, 10960, 8295, 8505, 12319, 8954, 8486, 13162, 9018, 11228, 10228, 7926, 13239, 8513, 8779, 10412, 8259, 10980, 9939, 8021, 10778, 8861, 8436, 11793, 9136, 9406, 11888, 9240, 9545, 12269, 7764, 8154, 8703, 12814, 10349, 9308, 13002, 8517, 10781, 9786, 8789, 11364, 8882, 7877, 11241, 9845, 8563, 12151, 10734, 8231, 13219, 9677, 8817, 11701, 8384, 10831, 10224, 8101, 13057, 8577, 9622, 9751, 8157, 13361, 10537, 10032, 10907, 8313, 12823, 8508, 12248, 10675, 8149, 11878, 8549, 12901, 9025, 10658, 9733, 8157, 11940, 8596, 8819, 10659, 8493, 10086, 11032, 8336, 13648, 11132, 10239, 11082, 8026, 13167, 9186, 10160, 9369, 8031, 12842, 8479, 10667, 7998, 8387, 12084, 9487, 8999, 11874, 8244, 13344, 10078, 12457, 11312, 8506, 11230, 8496, 10526, 9325, 8172, 12109, 8363, 11064, 8170, 8395, 12749, 7922, 12004, 9541, 8808, 10709, 8682, 12367, 8428, 12719, 9635, 9995, 8628, 8621, 10648, 8222, 12237, 8892, 10261, 10162, 8472, 11175, 9588, 10298, 11442, 8599, 12855, 8432, 10377, 7795, 8859, 10961, 8486, 9321, 10891, 9120, 12753, 9160, 12226, 10501, 9384, 10011, 9055, 9792, 8692, 10352, 8470, 11414, 8306, 10274, 8012, 9048, 12441, 8166, 10777, 9056, 9416, 12926, 8316, 10398, 9601, 9263, 12629, 9659, 12140, 10779, 9258, 10643, 8833, 12893, 9280, 10315, 10306, 8715, 12474, 9649, 10398, 9846, 8191, 12675, 8277, 10081, 8998, 10235, 8760, 8638, 10984, 8089, 11286, 7546, 9450, 9776, 8567, 12263, 8968, 10128, 9482, 10348, 9673, 9012, 12223, 9028, 11468, 9116, 12193, 8506, 11925, 8480, 10593, 8179, 10245, 7847, 8881, 10152, 8464, 9699, 11214, 8761, 12833, 9720, 11295, 9698, 9863, 9456, 8663, 11832, 8328, 10836, 8332, 9763, 9432, 8954, 12380, 8307, 10721, 8032, 9461, 12122, 8050, 11135, 10132, 9412, 11872, 8936, 12790, 8646, 11364, 10190, 9214, 10789, 9062, 12227, 8599, 10341, 10038, 8829, 10543, 9200, 9961, 10880, 9008, 12169, 8339, 11696, 8562, 9902, 10027, 8206, 10414, 8419, 9125, 13382, 10554, 10458, 10474, 8541, 10878, 9181, 9179, 10362, 8469, 10609, 8751, 9535, 10827, 8278, 10195, 8962, 9157, 11745, 10448, 8672, 12619, 9023, 9989, 11403, 8469, 11394, 9170, 9340, 11517, 9558, 9636, 12154, 8388, 10484, 9785, 9185, 13252, 10964, 11335, 10639, 8156, 11874, 8348, 9221, 10679, 8252, 11736, 10007, 9172, 11132, 8385, 12345, 8828, 8268, 12059, 8596, 9837, 11849, 8350, 12926, 10918, 9419, 11181, 8250, 11405, 8438, 10108, 7637, 9605, 10183, 7320, 8854, 10232, 7538, 9419, 12844, 10902, 11189, 10505, 8294, 12268, 8529, 9952, 9907, 9180, 11094, 8331, 10568, 7700, 8831, 12405, 8692, 9746, 10695, 9430, 12333, 8410, 9390, 10710, 8623, 10678, 9001, 8961, 13177, 9406, 10317, 9356, 8714, 12274, 8776, 9096, 10429, 8268, 10344, 10195, 9873, 10787, 9201, 11732, 8700, 11729, 8500, 12113, 8892, 10386, 9377, 8910, 11528, 8284, 10208, 9165, 8536, 12064, 8415, 10342, 10379, 9544, 10928, 8843, 11533, 8325, 8874, 11515, 8666, 9506, 12011, 8540, 12179, 11325, 9335, 11390, 8450, 9959, 9730, 8963, 11626, 8379, 10421, 9538, 8529, 11296, 8695, 8843, 11802, 10424, 8940, 12323, 8284, 11608, 10075, 8294, 12185, 9961, 9490, 11097, 7943, 11278, 8200, 8661, 12406, 9299, 9061, 11583, 8388, 10314, 9498, 8404, 13185, 10956, 8481, 12221, 9834, 9895, 11172, 8096, 13147, 10432, 9607, 9339, 8887, 12199, 8242, 9023, 10643, 8245, 9925, 9179, 8307, 12887, 9753, 9403, 10721, 8443, 10024, 10263, 9822, 9920, 8452, 12634, 9087, 9238, 11487, 8209, 9840, 8769, 8455, 11031, 7911, 9151, 11566, 8539, 8976, 10984, 8322, 9858, 10378, 9132, 12300, 8400, 12319, 10353, 10025, 8749, 9165, 11140, 8194, 9922, 10423, 9088, 10705, 8426, 10946, 8240, 10439, 10516, 9672, 10504, 8713, 11148, 8125, 10528, 9695, 9424, 10755, 8965, 11861, 8366, 10595, 10603, 9790, 10187, 9124, 11798, 10071, 10131, 9595, 8686, 12133, 8042, 10664, 10292, 9799, 10072, 8615, 12283, 9069, 10437, 10775, 9387, 10280, 8676, 11695, 7872, 10301, 8357, 10052, 9282, 8922, 10081, 7438, 10000, 11297, 9048, 10028, 9691, 9636, 12178, 8660, 10237, 10226, 9507, 10259, 8760, 10622, 9380, 9470, 11139, 8526, 10344, 11368, 9576, 11848, 8479, 13122, 9905, 9336, 10240, 8184, 11013, 9481, 9451, 11042, 8070, 10473, 8864, 8715, 12071, 9281, 9178, 11042, 8666, 12038, 9901, 9288, 9892, 7909, 9944, 9839, 8733, 11379, 8058, 10423, 8483, 8463, 11959, 8860, 9739, 9402, 8900, 12004, 8985, 9948, 10719, 8145, 11218, 7652, 10050, 8504, 8735, 12088, 8721, 8669, 10335, 8915, 9299], 'WindowCenter': [4128.0, 4133.0, 4091.0, 4129.0, 4077.0, 4095.0, 4087.0, 4077.0, 4105.0, 4076.0, 4095.0, 4055.0, 4086.0, 4128.0, 4077.0, 4098.0, 4105.0, 4066.0, 4105.0, 4086.0, 4074.0, 4105.0, 4065.0, 4125.0, 4084.0, 4064.0, 4104.0, 4063.0, 4103.0, 4074.0, 4064.0, 4114.0, 4064.0, 4094.0, 4075.0, 4077.0, 4107.0, 4077.0, 4098.0, 4108.0, 4077.0, 4109.0, 4130.0, 4089.0, 4110.0, 4107.0, 4089.0, 4119.0, 4100.0, 4090.0, 4142.0, 4120.0, 4099.0, 4129.0, 4100.0, 4097.0, 4107.0, 4077.0, 4118.0, 4108.0, 4076.0, 4118.0, 4076.0, 4086.0, 4096.0, 4067.0, 4107.0, 4097.0, 4067.0, 4108.0, 4097.0, 4076.0, 4136.0, 4096.0, 4065.0, 4116.0, 4065.0, 4097.0, 4104.0, 4065.0, 4094.0, 4106.0, 4077.0, 4088.0, 4128.0, 4098.0, 4079.0, 4120.0, 4099.0, 4078.0, 4128.0, 4118.0, 4077.0, 4118.0, 4095.0, 4065.0, 4105.0, 4074.0, 4065.0, 4115.0, 4085.0, 4075.0, 4114.0, 4077.0, 4076.0, 4117.0, 4077.0, 4087.0, 4117.0, 4076.0, 4099.0, 4118.0, 4078.0, 4099.0, 4121.0, 4079.0, 4091.0, 4121.0, 4120.0, 4081.0, 4100.0, 4141.0, 4109.0, 4087.0, 4129.0, 4097.0, 4076.0, 4118.0, 4088.0, 4076.0, 4117.0, 4075.0, 4095.0, 4084.0, 4065.0, 4116.0, 4074.0, 4063.0, 4095.0, 4065.0, 4095.0, 4075.0, 4067.0, 4107.0, 4067.0, 4078.0, 4118.0, 4087.0, 4087.0, 4108.0, 4077.0, 4109.0, 4098.0, 4078.0, 4117.0, 4099.0, 4067.0, 4128.0, 4096.0, 4076.0, 4117.0, 4077.0, 4106.0, 4087.0, 4077.0, 4087.0, 4108.0, 4080.0, 4109.0, 4129.0, 4088.0, 4096.0, 4107.0, 4078.0, 4127.0, 4107.0, 4085.0, 4086.0, 4065.0, 4104.0, 4075.0, 4084.0, 4084.0, 4066.0, 4107.0, 4065.0, 4077.0, 4117.0, 4077.0, 4088.0, 4120.0, 4078.0, 4088.0, 4118.0, 4087.0, 4089.0, 4118.0, 4080.0, 4128.0, 4107.0, 4076.0, 4117.0, 4066.0, 4096.0, 4064.0, 4076.0, 4116.0, 4076.0, 4076.0, 4117.0, 4076.0, 4107.0, 4097.0, 4056.0, 4115.0, 4064.0, 4066.0, 4095.0, 4065.0, 4096.0, 4097.0, 4065.0, 4106.0, 4085.0, 4077.0, 4118.0, 4088.0, 4090.0, 4117.0, 4088.0, 4088.0, 4118.0, 4057.0, 4068.0, 4079.0, 4130.0, 4101.0, 4088.0, 4130.0, 4077.0, 4098.0, 4086.0, 4065.0, 4106.0, 4077.0, 4066.0, 4107.0, 4088.0, 4076.0, 4106.0, 4098.0, 4067.0, 4116.0, 4076.0, 4075.0, 4105.0, 4067.0, 4095.0, 4087.0, 4055.0, 4116.0, 4066.0, 4076.0, 4085.0, 4068.0, 4116.0, 4098.0, 4086.0, 4094.0, 4066.0, 4105.0, 4065.0, 4095.0, 4084.0, 4054.0, 4092.0, 4065.0, 4104.0, 4064.0, 4082.0, 4073.0, 4055.0, 4094.0, 4065.0, 4076.0, 4096.0, 4077.0, 4097.0, 4108.0, 4067.0, 4128.0, 4108.0, 4085.0, 4094.0, 4055.0, 4106.0, 4074.0, 4085.0, 4075.0, 4053.0, 4103.0, 4064.0, 4086.0, 4055.0, 4068.0, 4116.0, 4087.0, 4078.0, 4117.0, 4066.0, 4128.0, 4087.0, 4105.0, 4094.0, 4053.0, 4094.0, 4065.0, 4084.0, 4075.0, 4053.0, 4104.0, 4065.0, 4096.0, 4065.0, 4065.0, 4115.0, 4056.0, 4105.0, 4076.0, 4077.0, 4097.0, 4079.0, 4118.0, 4066.0, 4115.0, 4086.0, 4075.0, 4065.0, 4065.0, 4095.0, 4066.0, 4105.0, 4076.0, 4086.0, 4085.0, 4066.0, 4096.0, 4086.0, 4085.0, 4107.0, 4066.0, 4104.0, 4055.0, 4084.0, 4055.0, 4077.0, 4096.0, 4078.0, 4090.0, 4109.0, 4088.0, 4118.0, 4087.0, 4106.0, 4097.0, 4077.0, 4085.0, 4064.0, 4074.0, 4064.0, 4083.0, 4054.0, 4093.0, 4053.0, 4085.0, 4054.0, 4077.0, 4118.0, 4067.0, 4110.0, 4078.0, 4089.0, 4118.0, 4066.0, 4098.0, 4086.0, 4088.0, 4118.0, 4089.0, 4108.0, 4097.0, 4076.0, 4097.0, 4075.0, 4116.0, 4077.0, 4085.0, 4085.0, 4065.0, 4104.0, 4086.0, 4084.0, 4085.0, 4053.0, 4105.0, 4055.0, 4083.0, 4065.0, 4084.0, 4064.0, 4054.0, 4085.0, 4054.0, 4096.0, 4055.0, 4088.0, 4098.0, 4079.0, 4119.0, 4091.0, 4098.0, 4088.0, 4099.0, 4088.0, 4076.0, 4107.0, 4076.0, 4106.0, 4077.0, 4107.0, 4067.0, 4095.0, 4064.0, 4085.0, 4064.0, 4084.0, 4054.0, 4077.0, 4085.0, 4067.0, 4087.0, 4109.0, 4077.0, 4117.0, 4088.0, 4096.0, 4076.0, 4084.0, 4075.0, 4066.0, 4105.0, 4055.0, 4095.0, 4064.0, 4087.0, 4077.0, 4077.0, 4117.0, 4068.0, 4107.0, 4066.0, 4088.0, 4118.0, 4068.0, 4107.0, 4098.0, 4088.0, 4107.0, 4078.0, 4115.0, 4067.0, 4095.0, 4087.0, 4076.0, 4094.0, 4066.0, 4106.0, 4065.0, 4084.0, 4085.0, 4075.0, 4085.0, 4076.0, 4086.0, 4097.0, 4075.0, 4106.0, 4065.0, 4094.0, 4064.0, 4085.0, 4086.0, 4067.0, 4096.0, 4065.0, 4078.0, 4118.0, 4098.0, 4097.0, 4084.0, 4067.0, 4095.0, 4074.0, 4075.0, 4085.0, 4066.0, 4096.0, 4077.0, 4090.0, 4097.0, 4067.0, 4097.0, 4077.0, 4090.0, 4108.0, 4108.0, 4079.0, 4118.0, 4078.0, 4088.0, 4108.0, 4068.0, 4108.0, 4079.0, 4088.0, 4110.0, 4088.0, 4089.0, 4118.0, 4069.0, 4098.0, 4088.0, 4078.0, 4118.0, 4099.0, 4096.0, 4085.0, 4054.0, 4094.0, 4054.0, 4075.0, 4095.0, 4066.0, 4105.0, 4085.0, 4075.0, 4095.0, 4065.0, 4106.0, 4063.0, 4055.0, 4105.0, 4065.0, 4085.0, 4106.0, 4055.0, 4105.0, 4095.0, 4065.0, 4094.0, 4053.0, 4093.0, 4054.0, 4083.0, 4043.0, 4075.0, 4085.0, 4056.0, 4088.0, 4098.0, 4068.0, 4089.0, 4130.0, 4111.0, 4107.0, 4097.0, 4066.0, 4107.0, 4067.0, 4075.0, 4086.0, 4075.0, 4094.0, 4054.0, 4085.0, 4053.0, 4076.0, 4106.0, 4076.0, 4086.0, 4097.0, 4077.0, 4116.0, 4066.0, 4076.0, 4097.0, 4078.0, 4097.0, 4076.0, 4079.0, 4117.0, 4077.0, 4086.0, 4074.0, 4067.0, 4105.0, 4067.0, 4076.0, 4096.0, 4066.0, 4098.0, 4098.0, 4087.0, 4096.0, 4074.0, 4104.0, 4065.0, 4094.0, 4064.0, 4094.0, 4065.0, 4074.0, 4073.0, 4065.0, 4094.0, 4065.0, 4084.0, 4075.0, 4064.0, 4105.0, 4065.0, 4085.0, 4085.0, 4073.0, 4095.0, 4066.0, 4095.0, 4064.0, 4077.0, 4107.0, 4078.0, 4087.0, 4117.0, 4078.0, 4107.0, 4108.0, 4076.0, 4094.0, 4055.0, 4074.0, 4075.0, 4075.0, 4106.0, 4065.0, 4096.0, 4085.0, 4076.0, 4096.0, 4066.0, 4077.0, 4107.0, 4097.0, 4077.0, 4117.0, 4066.0, 4096.0, 4085.0, 4055.0, 4104.0, 4085.0, 4075.0, 4095.0, 4055.0, 4094.0, 4054.0, 4065.0, 4105.0, 4076.0, 4065.0, 4106.0, 4066.0, 4085.0, 4076.0, 4065.0, 4115.0, 4085.0, 4065.0, 4104.0, 4085.0, 4085.0, 4095.0, 4055.0, 4116.0, 4085.0, 4074.0, 4074.0, 4064.0, 4104.0, 4064.0, 4074.0, 4095.0, 4066.0, 4085.0, 4075.0, 4065.0, 4116.0, 4075.0, 4074.0, 4095.0, 4066.0, 4086.0, 4098.0, 4087.0, 4086.0, 4067.0, 4106.0, 4075.0, 4074.0, 4106.0, 4066.0, 4086.0, 4066.0, 4066.0, 4095.0, 4055.0, 4076.0, 4106.0, 4077.0, 4076.0, 4097.0, 4066.0, 4087.0, 4097.0, 4087.0, 4105.0, 4067.0, 4106.0, 4085.0, 4075.0, 4063.0, 4073.0, 4094.0, 4064.0, 4074.0, 4095.0, 4065.0, 4085.0, 4064.0, 4095.0, 4065.0, 4085.0, 4095.0, 4085.0, 4096.0, 4066.0, 4096.0, 4057.0, 4096.0, 4086.0, 4076.0, 4096.0, 4076.0, 4106.0, 4065.0, 4086.0, 4085.0, 4085.0, 4085.0, 4074.0, 4094.0, 4085.0, 4085.0, 4075.0, 4066.0, 4105.0, 4054.0, 4085.0, 4084.0, 4073.0, 4073.0, 4064.0, 4094.0, 4064.0, 4084.0, 4085.0, 4062.0, 4084.0, 4053.0, 4093.0, 4044.0, 4073.0, 4053.0, 4073.0, 4074.0, 4075.0, 4085.0, 4045.0, 4087.0, 4107.0, 4088.0, 4087.0, 4086.0, 4087.0, 4107.0, 4077.0, 4086.0, 4087.0, 4077.0, 4086.0, 4066.0, 4096.0, 4087.0, 4086.0, 4108.0, 4077.0, 4097.0, 4108.0, 4087.0, 4107.0, 4067.0, 4105.0, 4076.0, 4064.0, 4083.0, 4066.0, 4095.0, 4075.0, 4076.0, 4095.0, 4055.0, 4085.0, 4064.0, 4065.0, 4105.0, 4075.0, 4075.0, 4094.0, 4064.0, 4105.0, 4074.0, 4063.0, 4073.0, 4054.0, 4073.0, 4073.0, 4064.0, 4094.0, 4054.0, 4084.0, 4063.0, 4053.0, 4094.0, 4064.0, 4073.0, 4062.0, 4064.0, 4094.0, 4064.0, 4072.0, 4084.0, 4042.0, 4083.0, 4043.0, 4072.0, 4062.0, 4065.0, 4104.0, 4063.0, 4064.0, 4084.0, 4077.0, 4075.0], 'WindowWidth': [9171.0, 9165.0, 9102.0, 9146.0, 9075.0, 9095.0, 9085.0, 9071.0, 9106.0, 9069.0, 9094.0, 9041.0, 9083.0, 9140.0, 9073.0, 9099.0, 9107.0, 9056.0, 9104.0, 9082.0, 9062.0, 9104.0, 9052.0, 9132.0, 9077.0, 9047.0, 9101.0, 9048.0, 9098.0, 9061.0, 9049.0, 9115.0, 9049.0, 9090.0, 9066.0, 9073.0, 9113.0, 9074.0, 9104.0, 9116.0, 9075.0, 9121.0, 9149.0, 9093.0, 9121.0, 9115.0, 9093.0, 9130.0, 9107.0, 9094.0, 9164.0, 9133.0, 9105.0, 9145.0, 9105.0, 9098.0, 9110.0, 9072.0, 9125.0, 9113.0, 9066.0, 9125.0, 9066.0, 9081.0, 9093.0, 9057.0, 9108.0, 9096.0, 9058.0, 9112.0, 9097.0, 9069.0, 9148.0, 9094.0, 9050.0, 9119.0, 9051.0, 9095.0, 9101.0, 9051.0, 9087.0, 9106.0, 9070.0, 9088.0, 9142.0, 9102.0, 9077.0, 9131.0, 9102.0, 9074.0, 9139.0, 9127.0, 9068.0, 9124.0, 9090.0, 9048.0, 9104.0, 9061.0, 9050.0, 9119.0, 9078.0, 9064.0, 9116.0, 9069.0, 9068.0, 9122.0, 9070.0, 9083.0, 9123.0, 9070.0, 9103.0, 9126.0, 9074.0, 9104.0, 9134.0, 9079.0, 9097.0, 9135.0, 9133.0, 9083.0, 9108.0, 9161.0, 9118.0, 9085.0, 9142.0, 9097.0, 9066.0, 9124.0, 9085.0, 9066.0, 9121.0, 9065.0, 9089.0, 9074.0, 9050.0, 9119.0, 9061.0, 9044.0, 9088.0, 9051.0, 9088.0, 9063.0, 9057.0, 9108.0, 9057.0, 9073.0, 9125.0, 9086.0, 9084.0, 9112.0, 9071.0, 9114.0, 9100.0, 9074.0, 9124.0, 9102.0, 9057.0, 9139.0, 9096.0, 9066.0, 9122.0, 9070.0, 9107.0, 9083.0, 9071.0, 9084.0, 9113.0, 9081.0, 9116.0, 9144.0, 9088.0, 9096.0, 9112.0, 9073.0, 9138.0, 9111.0, 9077.0, 9077.0, 9050.0, 9102.0, 9064.0, 9073.0, 9074.0, 9054.0, 9108.0, 9052.0, 9069.0, 9122.0, 9071.0, 9087.0, 9129.0, 9075.0, 9088.0, 9128.0, 9087.0, 9089.0, 9127.0, 9078.0, 9138.0, 9111.0, 9067.0, 9121.0, 9054.0, 9091.0, 9048.0, 9066.0, 9118.0, 9066.0, 9068.0, 9122.0, 9068.0, 9106.0, 9095.0, 9039.0, 9117.0, 9046.0, 9053.0, 9088.0, 9052.0, 9093.0, 9095.0, 9052.0, 9106.0, 9079.0, 9071.0, 9124.0, 9086.0, 9090.0, 9124.0, 9086.0, 9082.0, 9124.0, 9043.0, 9061.0, 9075.0, 9145.0, 9108.0, 9086.0, 9144.0, 9068.0, 9096.0, 9076.0, 9050.0, 9104.0, 9068.0, 9052.0, 9108.0, 9083.0, 9068.0, 9106.0, 9097.0, 9054.0, 9119.0, 9063.0, 9062.0, 9101.0, 9055.0, 9089.0, 9080.0, 9037.0, 9117.0, 9051.0, 9064.0, 9076.0, 9057.0, 9118.0, 9096.0, 9076.0, 9086.0, 9049.0, 9099.0, 9049.0, 9086.0, 9073.0, 9032.0, 9080.0, 9046.0, 9096.0, 9045.0, 9064.0, 9054.0, 9033.0, 9084.0, 9048.0, 9066.0, 9091.0, 9069.0, 9094.0, 9111.0, 9057.0, 9138.0, 9110.0, 9076.0, 9086.0, 9033.0, 9102.0, 9059.0, 9072.0, 9060.0, 9030.0, 9096.0, 9047.0, 9077.0, 9037.0, 9058.0, 9119.0, 9083.0, 9070.0, 9121.0, 9055.0, 9136.0, 9082.0, 9100.0, 9087.0, 9028.0, 9083.0, 9048.0, 9071.0, 9061.0, 9030.0, 9098.0, 9048.0, 9089.0, 9049.0, 9049.0, 9115.0, 9038.0, 9099.0, 9064.0, 9066.0, 9092.0, 9072.0, 9121.0, 9053.0, 9115.0, 9079.0, 9060.0, 9047.0, 9050.0, 9089.0, 9051.0, 9102.0, 9065.0, 9077.0, 9076.0, 9051.0, 9092.0, 9079.0, 9075.0, 9107.0, 9049.0, 9101.0, 9035.0, 9072.0, 9034.0, 9070.0, 9093.0, 9072.0, 9089.0, 9114.0, 9087.0, 9125.0, 9084.0, 9106.0, 9094.0, 9066.0, 9075.0, 9045.0, 9059.0, 9043.0, 9067.0, 9031.0, 9082.0, 9030.0, 9074.0, 9035.0, 9068.0, 9122.0, 9056.0, 9114.0, 9071.0, 9088.0, 9124.0, 9055.0, 9098.0, 9081.0, 9086.0, 9125.0, 9089.0, 9109.0, 9096.0, 9063.0, 9092.0, 9061.0, 9117.0, 9068.0, 9075.0, 9073.0, 9049.0, 9098.0, 9078.0, 9072.0, 9075.0, 9030.0, 9100.0, 9036.0, 9068.0, 9048.0, 9069.0, 9044.0, 9031.0, 9073.0, 9033.0, 9090.0, 9038.0, 9085.0, 9097.0, 9076.0, 9129.0, 9094.0, 9099.0, 9086.0, 9098.0, 9086.0, 9066.0, 9109.0, 9064.0, 9103.0, 9065.0, 9105.0, 9053.0, 9087.0, 9044.0, 9071.0, 9047.0, 9071.0, 9033.0, 9067.0, 9077.0, 9055.0, 9083.0, 9113.0, 9070.0, 9122.0, 9083.0, 9090.0, 9064.0, 9072.0, 9062.0, 9051.0, 9100.0, 9035.0, 9087.0, 9047.0, 9078.0, 9066.0, 9068.0, 9121.0, 9057.0, 9109.0, 9053.0, 9086.0, 9124.0, 9060.0, 9108.0, 9098.0, 9085.0, 9108.0, 9070.0, 9116.0, 9054.0, 9089.0, 9080.0, 9062.0, 9085.0, 9050.0, 9103.0, 9049.0, 9071.0, 9073.0, 9062.0, 9074.0, 9067.0, 9077.0, 9095.0, 9062.0, 9103.0, 9048.0, 9086.0, 9046.0, 9074.0, 9077.0, 9054.0, 9090.0, 9050.0, 9071.0, 9124.0, 9098.0, 9093.0, 9073.0, 9052.0, 9086.0, 9059.0, 9062.0, 9075.0, 9051.0, 9091.0, 9068.0, 9089.0, 9095.0, 9057.0, 9095.0, 9070.0, 9090.0, 9111.0, 9112.0, 9075.0, 9126.0, 9072.0, 9083.0, 9111.0, 9060.0, 9110.0, 9073.0, 9084.0, 9115.0, 9087.0, 9088.0, 9126.0, 9062.0, 9096.0, 9084.0, 9070.0, 9123.0, 9099.0, 9089.0, 9075.0, 9032.0, 9085.0, 9031.0, 9060.0, 9088.0, 9051.0, 9102.0, 9076.0, 9060.0, 9088.0, 9049.0, 9102.0, 9044.0, 9035.0, 9102.0, 9050.0, 9074.0, 9105.0, 9036.0, 9101.0, 9088.0, 9046.0, 9084.0, 9027.0, 9081.0, 9029.0, 9066.0, 9015.0, 9063.0, 9077.0, 9042.0, 9087.0, 9099.0, 9060.0, 9090.0, 9144.0, 9121.0, 9109.0, 9095.0, 9051.0, 9105.0, 9055.0, 9060.0, 9076.0, 9059.0, 9083.0, 9033.0, 9073.0, 9031.0, 9064.0, 9105.0, 9066.0, 9078.0, 9093.0, 9067.0, 9119.0, 9054.0, 9066.0, 9095.0, 9072.0, 9095.0, 9068.0, 9073.0, 9123.0, 9068.0, 9077.0, 9059.0, 9051.0, 9102.0, 9053.0, 9063.0, 9091.0, 9053.0, 9095.0, 9099.0, 9079.0, 9093.0, 9059.0, 9098.0, 9046.0, 9085.0, 9045.0, 9084.0, 9046.0, 9056.0, 9055.0, 9046.0, 9085.0, 9049.0, 9072.0, 9061.0, 9045.0, 9102.0, 9049.0, 9073.0, 9074.0, 9056.0, 9086.0, 9050.0, 9087.0, 9045.0, 9067.0, 9108.0, 9071.0, 9082.0, 9121.0, 9073.0, 9107.0, 9110.0, 9063.0, 9086.0, 9036.0, 9059.0, 9062.0, 9061.0, 9103.0, 9048.0, 9090.0, 9074.0, 9066.0, 9091.0, 9052.0, 9068.0, 9107.0, 9095.0, 9068.0, 9120.0, 9053.0, 9090.0, 9074.0, 9035.0, 9099.0, 9074.0, 9060.0, 9088.0, 9034.0, 9085.0, 9030.0, 9047.0, 9101.0, 9065.0, 9048.0, 9104.0, 9051.0, 9076.0, 9064.0, 9049.0, 9116.0, 9074.0, 9046.0, 9099.0, 9076.0, 9074.0, 9088.0, 9036.0, 9117.0, 9076.0, 9058.0, 9057.0, 9046.0, 9100.0, 9048.0, 9060.0, 9088.0, 9052.0, 9076.0, 9062.0, 9050.0, 9117.0, 9062.0, 9059.0, 9087.0, 9052.0, 9078.0, 9096.0, 9080.0, 9079.0, 9054.0, 9104.0, 9062.0, 9060.0, 9105.0, 9053.0, 9080.0, 9051.0, 9051.0, 9089.0, 9035.0, 9065.0, 9104.0, 9068.0, 9066.0, 9094.0, 9053.0, 9081.0, 9094.0, 9081.0, 9102.0, 9054.0, 9105.0, 9076.0, 9059.0, 9040.0, 9055.0, 9083.0, 9046.0, 9057.0, 9089.0, 9046.0, 9072.0, 9046.0, 9087.0, 9048.0, 9073.0, 9089.0, 9075.0, 9090.0, 9051.0, 9091.0, 9041.0, 9089.0, 9079.0, 9063.0, 9089.0, 9065.0, 9104.0, 9050.0, 9075.0, 9075.0, 9073.0, 9073.0, 9059.0, 9085.0, 9076.0, 9073.0, 9060.0, 9048.0, 9102.0, 9032.0, 9071.0, 9070.0, 9056.0, 9054.0, 9044.0, 9083.0, 9044.0, 9069.0, 9073.0, 9040.0, 9070.0, 9028.0, 9081.0, 9017.0, 9054.0, 9028.0, 9054.0, 9057.0, 9060.0, 9074.0, 9021.0, 9081.0, 9109.0, 9087.0, 9083.0, 9081.0, 9083.0, 9108.0, 9070.0, 9077.0, 9081.0, 9065.0, 9076.0, 9053.0, 9092.0, 9081.0, 9078.0, 9111.0, 9071.0, 9094.0, 9110.0, 9080.0, 9108.0, 9053.0, 9102.0, 9062.0, 9043.0, 9069.0, 9051.0, 9086.0, 9061.0, 9062.0, 9087.0, 9036.0, 9074.0, 9046.0, 9048.0, 9101.0, 9060.0, 9059.0, 9086.0, 9046.0, 9100.0, 9058.0, 9041.0, 9055.0, 9032.0, 9056.0, 9057.0, 9043.0, 9084.0, 9031.0, 9068.0, 9042.0, 9028.0, 9084.0, 9045.0, 9054.0, 9039.0, 9043.0, 9082.0, 9045.0, 9052.0, 9069.0, 9011.0, 9068.0, 9014.0, 9050.0, 9039.0, 9047.0, 9097.0, 9043.0, 9046.0, 9072.0, 9066.0, 9062.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.0003543053960964409</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017292576349024112</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.279106035022984</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2189265042298856</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9930399936551713</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4435</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6605.2773</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05368358399822149</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1148105625717566</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5267126246267826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.498387122251991</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.78432856998007</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2974221816482863</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00634411</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016198405995965004</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01974737085402012</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.4277726154522994</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.9125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1254</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.1208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>311698.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.5798</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.543</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.9088</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3301.9435</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3560.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64846.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>759.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4471.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1038.5673</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.32682787464</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> |