=== 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-0034 --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-0034",
"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-0034_ses-01_task-social_acq-mb8_run-02_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-0034_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0034_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_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-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-01_task-social_acq-mb8_run-02_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-0034/ses-01/func/sub-0034_ses-01_task-social_acq-mb8_run-02_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>79b3f67aaf33db3d327e5c0263804742</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>15:18:33.115000</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_VE11C_LATEST_20160120</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.999791, -0.0158181, 0.0129343, 0.0144843, 0.995139, 0.0974143]</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-02_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.100797</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4122, -7775, -7193, 573, -150, -110, 173, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>262.906</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b4598a11-173e-4765-a953-869502634300||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823668479919434, 0.038860224187374115, 0.03891324624419212, 111.6177749633789], [0.042438872158527374, 2.669883966445923, 0.2624577581882477, -107.19647216796875], [0.03470173478126526, -0.26135534048080444, 2.686931610107422, -39.284481048583984], [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': ['151833.115000', '151833.575000', '151834.035000', '151834.495000', '151834.955000', '151835.415000', '151835.875000', '151836.335000', '151836.795000', '151837.255000', '151837.715000', '151838.175000', '151838.635000', '151839.095000', '151839.555000', '151840.015000', '151840.475000', '151840.935000', '151841.395000', '151841.855000', '151842.315000', '151842.775000', '151843.235000', '151843.695000', '151844.155000', '151844.615000', '151845.075000', '151845.535000', '151845.995000', '151846.455000', '151846.915000', '151847.375000', '151847.835000', '151848.295000', '151848.755000', '151849.215000', '151849.675000', '151850.135000', '151850.595000', '151851.055000', '151851.515000', '151851.975000', '151852.435000', '151852.895000', '151853.355000', '151853.815000', '151854.275000', '151854.735000', '151855.195000', '151855.655000', '151856.115000', '151856.575000', '151857.035000', '151857.495000', '151857.955000', '151858.415000', '151858.875000', '151859.335000', '151859.795000', '151900.255000', '151900.715000', '151901.175000', '151901.635000', '151902.095000', '151902.555000', '151903.015000', '151903.475000', '151903.935000', '151904.395000', '151904.855000', '151905.315000', '151905.775000', '151906.235000', '151906.695000', '151907.155000', '151907.615000', '151908.075000', '151908.535000', '151908.995000', '151909.455000', '151909.915000', '151910.375000', '151910.835000', '151911.295000', '151911.755000', '151912.215000', '151912.675000', '151913.135000', '151913.595000', '151914.055000', '151914.515000', '151914.975000', '151915.435000', '151915.895000', '151916.355000', '151916.815000', '151917.275000', '151917.735000', '151918.195000', '151918.655000', '151919.115000', '151919.575000', '151920.035000', '151920.495000', '151920.955000', '151921.415000', '151921.875000', '151922.335000', '151922.795000', '151923.255000', '151923.715000', '151924.175000', '151924.635000', '151925.095000', '151925.555000', '151926.015000', '151926.475000', '151926.935000', '151927.395000', '151927.855000', '151928.315000', '151928.775000', '151929.235000', '151929.695000', '151930.155000', '151930.615000', '151931.075000', '151931.535000', '151931.995000', '151932.455000', '151932.915000', '151933.375000', '151933.835000', '151934.295000', '151934.755000', '151935.215000', '151935.675000', '151936.135000', '151936.595000', '151937.055000', '151937.515000', '151937.975000', '151938.435000', '151938.895000', '151939.355000', '151939.815000', '151940.275000', '151940.735000', '151941.195000', '151941.655000', '151942.115000', '151942.575000', '151943.035000', '151943.495000', '151943.955000', '151944.415000', '151944.875000', '151945.335000', '151945.795000', '151946.255000', '151946.715000', '151947.175000', '151947.635000', '151948.095000', '151948.555000', '151949.015000', '151949.475000', '151949.935000', '151950.395000', '151950.855000', '151951.315000', '151951.775000', '151952.235000', '151952.695000', '151953.155000', '151953.615000', '151954.075000', '151954.535000', '151954.995000', '151955.455000', '151955.915000', '151956.375000', '151956.835000', '151957.295000', '151957.755000', '151958.215000', '151958.675000', '151959.135000', '151959.595000', '152000.055000', '152000.515000', '152000.975000', '152001.435000', '152001.895000', '152002.355000', '152002.815000', '152003.275000', '152003.735000', '152004.195000', '152004.655000', '152005.115000', '152005.575000', '152006.035000', '152006.495000', '152006.955000', '152007.415000', '152007.875000', '152008.335000', '152008.795000', '152009.255000', '152009.715000', '152010.175000', '152010.635000', '152011.095000', '152011.555000', '152012.015000', '152012.475000', '152012.935000', '152013.395000', '152013.855000', '152014.315000', '152014.775000', '152015.235000', '152015.695000', '152016.155000', '152016.615000', '152017.075000', '152017.535000', '152017.995000', '152018.455000', '152018.915000', '152019.375000', '152019.835000', '152020.295000', '152020.755000', '152021.215000', '152021.675000', '152022.135000', '152022.595000', '152023.055000', '152023.515000', '152023.975000', '152024.435000', '152024.895000', '152025.355000', '152025.815000', '152026.275000', '152026.735000', '152027.195000', '152027.655000', '152028.115000', '152028.575000', '152029.035000', '152029.495000', '152029.955000', '152030.415000', '152030.875000', '152031.335000', '152031.795000', '152032.255000', '152032.715000', '152033.175000', '152033.635000', '152034.095000', '152034.555000', '152035.015000', '152035.475000', '152035.935000', '152036.395000', '152036.855000', '152037.315000', '152037.775000', '152038.235000', '152038.695000', '152039.155000', '152039.615000', '152040.075000', '152040.535000', '152040.995000', '152041.455000', '152041.915000', '152042.375000', '152042.835000', '152043.295000', '152043.755000', '152044.215000', '152044.675000', '152045.135000', '152045.595000', '152046.055000', '152046.515000', '152046.975000', '152047.435000', '152047.895000', '152048.355000', '152048.815000', '152049.275000', '152049.735000', '152050.195000', '152050.655000', '152051.115000', '152051.575000', '152052.035000', '152052.495000', '152052.955000', '152053.415000', '152053.875000', '152054.335000', '152054.795000', '152055.255000', '152055.715000', '152056.175000', '152056.635000', '152057.095000', '152057.555000', '152058.015000', '152058.475000', '152058.935000', '152059.395000', '152059.855000', '152100.315000', '152100.775000', '152101.235000', '152101.695000', '152102.155000', '152102.615000', '152103.075000', '152103.535000', '152103.995000', '152104.455000', '152104.915000', '152105.375000', '152105.835000', '152106.295000', '152106.755000', '152107.215000', '152107.675000', '152108.135000', '152108.595000', '152109.055000', '152109.515000', '152109.975000', '152110.435000', '152110.895000', '152111.355000', '152111.815000', '152112.275000', '152112.735000', '152113.195000', '152113.655000', '152114.115000', '152114.575000', '152115.035000', '152115.495000', '152115.955000', '152116.415000', '152116.875000', '152117.335000', '152117.795000', '152118.255000', '152118.715000', '152119.175000', '152119.635000', '152120.095000', '152120.555000', '152121.015000', '152121.475000', '152121.935000', '152122.395000', '152122.855000', '152123.315000', '152123.775000', '152124.235000', '152124.695000', '152125.155000', '152125.615000', '152126.075000', '152126.535000', '152126.995000', '152127.455000', '152127.915000', '152128.375000', '152128.835000', '152129.295000', '152129.755000', '152130.215000', '152130.675000', '152131.135000', '152131.595000', '152132.055000', '152132.515000', '152132.975000', '152133.435000', '152133.895000', '152134.355000', '152134.815000', '152135.275000', '152135.735000', '152136.195000', '152136.655000', '152137.115000', '152137.575000', '152138.035000', '152138.495000', '152138.955000', '152139.415000', '152139.875000', '152140.335000', '152140.795000', '152141.255000', '152141.715000', '152142.175000', '152142.635000', '152143.095000', '152143.555000', '152144.015000', '152144.475000', '152144.935000', '152145.395000', '152145.855000', '152146.315000', '152146.775000', '152147.235000', '152147.695000', '152148.155000', '152148.615000', '152149.075000', '152149.535000', '152149.995000', '152150.455000', '152150.915000', '152151.375000', '152151.835000', '152152.295000', '152152.755000', '152153.215000', '152153.675000', '152154.135000', '152154.595000', '152155.055000', '152155.515000', '152155.975000', '152156.435000', '152156.895000', '152157.355000', '152157.815000', '152158.275000', '152158.735000', '152159.195000', '152159.655000', '152200.115000', '152200.575000', '152201.035000', '152201.495000', '152201.955000', '152202.415000', '152202.875000', '152203.335000', '152203.795000', '152204.255000', '152204.715000', '152205.175000', '152205.635000', '152206.095000', '152206.555000', '152207.015000', '152207.475000', '152207.935000', '152208.395000', '152208.855000', '152209.315000', '152209.775000', '152210.235000', '152210.695000', '152211.155000', '152211.615000', '152212.075000', '152212.535000', '152212.995000', '152213.455000', '152213.915000', '152214.375000', '152214.835000', '152215.295000', '152215.755000', '152216.215000', '152216.675000', '152217.135000', '152217.595000', '152218.055000', '152218.515000', '152218.975000', '152219.435000', '152219.895000', '152220.355000', '152220.815000', '152221.275000', '152221.735000', '152222.195000', '152222.655000', '152223.115000', '152223.575000', '152224.035000', '152224.495000', '152224.955000', '152225.415000', '152225.875000', '152226.335000', '152226.795000', '152227.255000', '152227.715000', '152228.175000', '152228.635000', '152229.095000', '152229.555000', '152230.015000', '152230.475000', '152230.935000', '152231.395000', '152231.855000', '152232.315000', '152232.775000', '152233.235000', '152233.695000', '152234.155000', '152234.615000', '152235.075000', '152235.535000', '152235.995000', '152236.455000', '152236.915000', '152237.375000', '152237.835000', '152238.295000', '152238.755000', '152239.215000', '152239.675000', '152240.135000', '152240.595000', '152241.055000', '152241.515000', '152241.975000', '152242.435000', '152242.895000', '152243.355000', '152243.815000', '152244.275000', '152244.735000', '152245.195000', '152245.655000', '152246.115000', '152246.575000', '152247.035000', '152247.495000', '152247.955000', '152248.415000', '152248.875000', '152249.335000', '152249.795000', '152250.255000', '152250.715000', '152251.175000', '152251.635000', '152252.095000', '152252.555000', '152253.015000', '152253.475000', '152253.935000', '152254.395000', '152254.855000', '152255.315000', '152255.775000', '152256.235000', '152256.695000', '152257.155000', '152257.615000', '152258.075000', '152258.535000', '152258.995000', '152259.455000', '152259.915000', '152300.375000', '152300.835000', '152301.295000', '152301.755000', '152302.215000', '152302.675000', '152303.135000', '152303.595000', '152304.055000', '152304.515000', '152304.975000', '152305.435000', '152305.895000', '152306.355000', '152306.815000', '152307.275000', '152307.735000', '152308.195000', '152308.655000', '152309.115000', '152309.575000', '152310.035000', '152310.495000', '152310.955000', '152311.415000', '152311.875000', '152312.335000', '152312.795000', '152313.255000', '152313.715000', '152314.175000', '152314.635000', '152315.095000', '152315.555000', '152316.015000', '152316.475000', '152316.935000', '152317.395000', '152317.855000', '152318.315000', '152318.775000', '152319.235000', '152319.695000', '152320.155000', '152320.615000', '152321.075000', '152321.535000', '152321.995000', '152322.455000', '152322.915000', '152323.375000', '152323.835000', '152324.295000', '152324.755000', '152325.215000', '152325.675000', '152326.135000', '152326.595000', '152327.055000', '152327.515000', '152327.975000', '152328.435000', '152328.895000', '152329.355000', '152329.815000', '152330.275000', '152330.735000', '152331.195000', '152331.655000', '152332.115000', '152332.575000', '152333.035000', '152333.495000', '152333.955000', '152334.415000', '152334.875000', '152335.335000', '152335.795000', '152336.255000', '152336.715000', '152337.175000', '152337.635000', '152338.095000', '152338.555000', '152339.015000', '152339.475000', '152339.935000', '152340.395000', '152340.855000', '152341.315000', '152341.775000', '152342.235000', '152342.695000', '152343.155000', '152343.615000', '152344.075000', '152344.535000', '152344.995000', '152345.455000', '152345.915000', '152346.375000', '152346.835000', '152347.295000', '152347.755000', '152348.215000', '152348.675000', '152349.135000', '152349.595000', '152350.055000', '152350.515000', '152350.975000', '152351.435000', '152351.895000', '152352.355000', '152352.815000', '152353.275000', '152353.735000', '152354.195000', '152354.655000', '152355.115000', '152355.575000', '152356.035000', '152356.495000', '152356.955000', '152357.415000', '152357.875000', '152358.335000', '152358.795000', '152359.255000', '152359.715000', '152400.175000', '152400.635000', '152401.095000', '152401.555000', '152402.015000', '152402.475000', '152402.935000', '152403.395000', '152403.855000', '152404.315000', '152404.775000', '152405.235000', '152405.695000', '152406.155000', '152406.615000', '152407.075000', '152407.535000', '152407.995000', '152408.455000', '152408.915000', '152409.375000', '152409.835000', '152410.295000', '152410.755000', '152411.215000', '152411.675000', '152412.135000', '152412.595000', '152413.055000', '152413.515000', '152413.975000', '152414.435000', '152414.895000', '152415.355000', '152415.815000', '152416.275000', '152416.735000', '152417.195000', '152417.655000', '152418.115000', '152418.575000', '152419.035000', '152419.495000', '152419.955000', '152420.415000', '152420.875000', '152421.335000', '152421.795000', '152422.255000', '152422.715000', '152423.175000', '152423.635000', '152424.095000', '152424.555000', '152425.015000', '152425.475000', '152425.935000', '152426.395000', '152426.855000', '152427.315000', '152427.775000', '152428.235000', '152428.695000', '152429.155000', '152429.615000', '152430.075000', '152430.535000', '152430.995000', '152431.455000', '152431.915000', '152432.375000', '152432.835000', '152433.295000', '152433.755000', '152434.215000', '152434.675000', '152435.135000', '152435.595000', '152436.055000', '152436.515000', '152436.975000', '152437.435000', '152437.895000', '152438.355000', '152438.815000', '152439.275000', '152439.735000', '152440.195000', '152440.655000', '152441.115000', '152441.575000', '152442.035000', '152442.495000', '152442.955000', '152443.415000', '152443.875000', '152444.335000', '152444.795000', '152445.255000', '152445.715000', '152446.175000', '152446.635000', '152447.095000', '152447.555000', '152448.015000', '152448.475000', '152448.935000', '152449.395000', '152449.855000', '152450.315000', '152450.775000', '152451.235000', '152451.695000', '152452.155000', '152452.615000', '152453.075000', '152453.535000', '152453.995000', '152454.455000', '152454.915000', '152455.375000', '152455.835000', '152456.295000', '152456.755000', '152457.215000', '152457.675000', '152458.135000', '152458.595000', '152459.055000', '152459.515000', '152459.975000', '152500.435000', '152500.895000', '152501.355000', '152501.815000', '152502.275000', '152502.735000', '152503.195000', '152503.655000', '152504.115000', '152504.575000', '152505.035000', '152505.495000', '152505.955000', '152506.415000', '152506.875000', '152507.335000', '152507.795000', '152508.255000', '152508.715000', '152509.175000', '152509.635000', '152510.095000', '152510.555000', '152511.015000', '152511.475000', '152511.935000', '152512.395000', '152512.855000', '152513.315000', '152513.775000'], 'ContentTime': ['151857.674000', '151857.677000', '151857.680000', '151857.683000', '151857.686000', '151857.688000', '151857.691000', '151857.694000', '151857.697000', '151857.700000', '151857.702000', '151857.705000', '151857.708000', '151857.711000', '151857.714000', '151857.716000', '151857.719000', '151857.724000', '151857.727000', '151857.730000', '151857.733000', '151857.735000', '151857.738000', '151857.741000', '151857.744000', '151857.747000', '151857.749000', '151857.752000', '151857.755000', '151857.758000', '151857.761000', '151857.763000', '151857.766000', '151857.769000', '151857.772000', '151857.774000', '151857.777000', '151857.780000', '151857.783000', '151857.786000', '151857.789000', '151857.805000', '151857.808000', '151857.811000', '151857.814000', '151857.816000', '151857.819000', '151857.822000', '151857.825000', '151857.827000', '151857.830000', '151857.833000', '151917.637000', '151917.640000', '151917.642000', '151917.645000', '151917.648000', '151917.651000', '151917.654000', '151917.656000', '151917.659000', '151917.662000', '151917.664000', '151917.667000', '151917.670000', '151917.673000', '151917.676000', '151917.678000', '151917.681000', '151917.693000', '151917.696000', '151917.699000', '151917.702000', '151917.705000', '151917.707000', '151917.710000', '151917.713000', '151917.716000', '151917.719000', '151917.721000', '151917.724000', '151917.735000', '151917.738000', '151917.741000', '151917.744000', '151917.747000', '151917.749000', '151917.752000', '151917.755000', '151917.757000', '151917.760000', '151917.763000', '151917.766000', '151917.769000', '151917.772000', '151917.775000', '151937.637000', '151937.640000', '151937.642000', '151937.645000', '151937.648000', '151937.651000', '151937.654000', '151937.656000', '151937.659000', '151937.662000', '151937.665000', '151937.668000', '151937.671000', '151937.674000', '151937.677000', '151937.679000', '151937.696000', '151937.698000', '151937.701000', '151937.704000', '151937.707000', '151937.710000', '151937.712000', '151937.715000', '151937.726000', '151937.728000', '151937.731000', '151937.734000', '151937.737000', '151937.740000', '151937.742000', '151937.745000', '151937.748000', '151937.751000', '151937.754000', '151937.757000', '151937.759000', '151937.762000', '151937.765000', '151937.768000', '151937.794000', '151937.797000', '151937.800000', '151957.637000', '151957.640000', '151957.642000', '151957.645000', '151957.648000', '151957.651000', '151957.654000', '151957.656000', '151957.659000', '151957.662000', '151957.665000', '151957.667000', '151957.670000', '151957.673000', '151957.676000', '151957.678000', '151957.681000', '151957.684000', '151957.687000', '151957.690000', '151957.698000', '151957.701000', '151957.704000', '151957.707000', '151957.710000', '151957.712000', '151957.715000', '151957.718000', '151957.721000', '151957.724000', '151957.727000', '151957.729000', '151957.732000', '151957.735000', '151957.738000', '151957.741000', '151957.743000', '151957.746000', '151957.749000', '151957.752000', '151957.754000', '151957.757000', '151957.760000', '151957.763000', '152017.637000', '152017.640000', '152017.642000', '152017.645000', '152017.648000', '152017.651000', '152017.654000', '152017.656000', '152017.659000', '152017.667000', '152017.670000', '152017.673000', '152017.675000', '152017.678000', '152017.681000', '152017.684000', '152017.687000', '152017.689000', '152017.692000', '152017.695000', '152017.698000', '152017.701000', '152017.703000', '152017.706000', '152017.709000', '152017.712000', '152017.715000', '152017.717000', '152017.720000', '152017.723000', '152017.726000', '152017.729000', '152017.731000', '152017.734000', '152017.737000', '152017.740000', '152017.742000', '152017.745000', '152017.748000', '152017.751000', '152017.753000', '152017.756000', '152017.760000', '152037.638000', '152037.641000', '152037.644000', '152037.647000', '152037.649000', '152037.652000', '152037.655000', '152037.658000', '152037.661000', '152037.663000', '152037.666000', '152037.669000', '152037.672000', '152037.674000', '152037.677000', '152037.680000', '152037.683000', '152037.686000', '152037.688000', '152037.691000', '152037.694000', '152037.697000', '152037.699000', '152037.702000', '152037.705000', '152037.708000', '152037.711000', '152037.713000', '152037.716000', '152037.719000', '152037.722000', '152037.724000', '152037.727000', '152037.730000', '152037.733000', '152037.736000', '152037.739000', '152037.741000', '152037.744000', '152037.747000', '152037.750000', '152037.752000', '152037.755000', '152057.637000', '152057.640000', '152057.642000', '152057.645000', '152057.648000', '152057.651000', '152057.654000', '152057.656000', '152057.659000', '152057.662000', '152057.665000', '152057.667000', '152057.670000', '152057.689000', '152057.692000', '152057.695000', '152057.698000', '152057.701000', '152057.703000', '152057.706000', '152057.709000', '152057.712000', '152057.714000', '152057.717000', '152057.720000', '152057.723000', '152057.726000', '152057.728000', '152057.731000', '152057.734000', '152057.737000', '152057.740000', '152057.742000', '152057.745000', '152057.748000', '152057.751000', '152057.753000', '152057.756000', '152057.759000', '152057.762000', '152057.764000', '152057.767000', '152057.770000', '152057.773000', '152117.637000', '152117.640000', '152117.643000', '152117.645000', '152117.648000', '152117.651000', '152117.654000', '152117.657000', '152117.659000', '152117.662000', '152117.665000', '152117.668000', '152117.671000', '152117.673000', '152117.676000', '152117.679000', '152117.682000', '152117.685000', '152117.687000', '152117.690000', '152117.693000', '152117.701000', '152117.703000', '152117.706000', '152117.709000', '152117.712000', '152117.715000', '152117.717000', '152117.720000', '152117.723000', '152117.726000', '152117.729000', '152117.731000', '152117.734000', '152117.737000', '152117.740000', '152117.743000', '152117.745000', '152117.748000', '152117.751000', '152117.754000', '152117.757000', '152117.759000', '152137.637000', '152137.640000', '152137.643000', '152137.645000', '152137.648000', '152137.651000', '152137.654000', '152137.656000', '152137.659000', '152137.662000', '152137.665000', '152137.668000', '152137.670000', '152137.673000', '152137.676000', '152137.679000', '152137.682000', '152137.684000', '152137.687000', '152137.690000', '152137.693000', '152137.696000', '152137.698000', '152137.701000', '152137.704000', '152137.707000', '152137.710000', '152137.712000', '152137.715000', '152137.718000', '152137.721000', '152137.724000', '152137.726000', '152137.729000', '152137.732000', '152137.735000', '152137.737000', '152137.740000', '152137.743000', '152137.746000', '152137.749000', '152137.751000', '152137.754000', '152137.757000', '152157.637000', '152157.640000', '152157.643000', '152157.645000', '152157.649000', '152157.653000', '152157.656000', '152157.659000', '152157.662000', '152157.664000', '152157.667000', '152157.670000', '152157.673000', '152157.676000', '152157.679000', '152157.681000', '152157.684000', '152157.687000', '152157.690000', '152157.693000', '152157.695000', '152157.703000', '152157.706000', '152157.709000', '152157.711000', '152157.714000', '152157.717000', '152157.720000', '152157.723000', '152157.725000', '152157.728000', '152157.731000', '152157.734000', '152157.737000', '152157.739000', '152157.742000', '152157.745000', '152157.748000', '152157.751000', '152157.753000', '152157.756000', '152157.759000', '152157.763000', '152217.637000', '152217.640000', '152217.642000', '152217.645000', '152217.648000', '152217.651000', '152217.658000', '152217.661000', '152217.664000', '152217.667000', '152217.670000', '152217.672000', '152217.675000', '152217.678000', '152217.681000', '152217.684000', '152217.687000', '152217.689000', '152217.692000', '152217.695000', '152217.698000', '152217.701000', '152217.703000', '152217.706000', '152217.709000', '152217.712000', '152217.715000', '152217.717000', '152217.720000', '152217.723000', '152217.726000', '152217.729000', '152217.731000', '152217.734000', '152217.737000', '152217.740000', '152217.742000', '152217.745000', '152217.748000', '152217.751000', '152217.754000', '152217.756000', '152217.759000', '152217.762000', '152237.637000', '152237.640000', '152237.643000', '152237.645000', '152237.648000', '152237.651000', '152237.654000', '152237.657000', '152237.660000', '152237.670000', '152237.673000', '152237.676000', '152237.679000', '152237.682000', '152237.684000', '152237.687000', '152237.690000', '152237.693000', '152237.696000', '152237.699000', '152237.701000', '152237.704000', '152237.707000', '152237.710000', '152237.713000', '152237.715000', '152237.718000', '152237.721000', '152237.724000', '152237.726000', '152237.729000', '152237.732000', '152237.735000', '152237.738000', '152237.741000', '152237.743000', '152237.746000', '152237.749000', '152237.752000', '152237.754000', '152237.757000', '152237.760000', '152237.763000', '152257.638000', '152257.641000', '152257.644000', '152257.646000', '152257.649000', '152257.652000', '152257.655000', '152257.658000', '152257.660000', '152257.663000', '152257.666000', '152257.669000', '152257.672000', '152257.675000', '152257.677000', '152257.680000', '152257.683000', '152257.686000', '152257.688000', '152257.691000', '152257.694000', '152257.697000', '152257.700000', '152257.703000', '152257.705000', '152257.708000', '152257.711000', '152257.714000', '152257.717000', '152257.719000', '152257.722000', '152257.725000', '152257.728000', '152257.731000', '152257.733000', '152257.736000', '152257.739000', '152257.742000', '152257.745000', '152257.747000', '152257.750000', '152257.753000', '152257.756000', '152257.759000', '152317.637000', '152317.640000', '152317.643000', '152317.645000', '152317.648000', '152317.651000', '152317.654000', '152317.657000', '152317.659000', '152317.662000', '152317.665000', '152317.668000', '152317.671000', '152317.674000', '152317.676000', '152317.679000', '152317.682000', '152317.685000', '152317.687000', '152317.690000', '152317.693000', '152317.696000', '152317.699000', '152317.702000', '152317.705000', '152317.708000', '152317.710000', '152317.713000', '152317.716000', '152317.719000', '152317.722000', '152317.724000', '152317.727000', '152317.730000', '152317.733000', '152317.736000', '152317.739000', '152317.741000', '152317.744000', '152317.747000', '152317.750000', '152317.753000', '152317.755000', '152337.637000', '152337.640000', '152337.643000', '152337.645000', '152337.648000', '152337.651000', '152337.654000', '152337.657000', '152337.660000', '152337.662000', '152337.666000', '152337.669000', '152337.671000', '152337.674000', '152337.677000', '152337.680000', '152337.683000', '152337.686000', '152337.688000', '152337.691000', '152337.694000', '152337.697000', '152337.700000', '152337.702000', '152337.705000', '152337.708000', '152337.711000', '152337.713000', '152337.716000', '152337.719000', '152337.722000', '152337.725000', '152337.727000', '152337.730000', '152337.733000', '152337.736000', '152337.739000', '152337.741000', '152337.744000', '152337.747000', '152337.750000', '152337.752000', '152337.755000', '152337.758000', '152357.638000', '152357.641000', '152357.644000', '152357.647000', '152357.650000', '152357.653000', '152357.656000', '152357.658000', '152357.661000', '152357.664000', '152357.667000', '152357.670000', '152357.673000', '152357.675000', '152357.678000', '152357.681000', '152357.684000', '152357.687000', '152357.690000', '152357.705000', '152357.708000', '152357.711000', '152357.713000', '152357.716000', '152357.719000', '152357.722000', '152357.725000', '152357.728000', '152357.731000', '152357.733000', '152357.736000', '152357.739000', '152357.742000', '152357.745000', '152357.748000', '152357.751000', '152357.753000', '152357.756000', '152357.759000', '152357.762000', '152357.765000', '152357.768000', '152357.812000', '152417.637000', '152417.640000', '152417.643000', '152417.645000', '152417.648000', '152417.651000', '152417.654000', '152417.663000', '152417.666000', '152417.669000', '152417.671000', '152417.674000', '152417.677000', '152417.680000', '152417.683000', '152417.686000', '152417.689000', '152417.691000', '152417.694000', '152417.697000', '152417.700000', '152417.703000', '152417.706000', '152417.708000', '152417.711000', '152417.714000', '152417.717000', '152417.719000', '152417.722000', '152417.725000', '152417.728000', '152417.731000', '152417.733000', '152417.736000', '152417.739000', '152417.742000', '152417.745000', '152417.748000', '152417.750000', '152417.753000', '152417.756000', '152417.759000', '152417.762000', '152417.764000', '152437.637000', '152437.640000', '152437.643000', '152437.646000', '152437.648000', '152437.651000', '152437.654000', '152437.657000', '152437.660000', '152437.663000', '152437.665000', '152437.668000', '152437.671000', '152437.674000', '152437.677000', '152437.679000', '152437.682000', '152437.685000', '152437.688000', '152437.691000', '152437.694000', '152437.697000', '152437.699000', '152437.702000', '152437.705000', '152437.708000', '152437.710000', '152437.713000', '152437.716000', '152437.720000', '152437.724000', '152437.727000', '152437.731000', '152437.734000', '152437.737000', '152437.740000', '152437.743000', '152437.745000', '152437.748000', '152437.751000', '152437.754000', '152437.757000', '152437.759000', '152457.637000', '152457.640000', '152457.643000', '152457.645000', '152457.648000', '152457.651000', '152457.654000', '152457.657000', '152457.659000', '152457.662000', '152457.665000', '152457.668000', '152457.671000', '152457.673000', '152457.676000', '152457.679000', '152457.682000', '152457.685000', '152457.687000', '152457.690000', '152457.693000', '152457.696000', '152457.699000', '152457.701000', '152457.704000', '152457.707000', '152457.710000', '152457.712000', '152457.715000', '152457.718000', '152457.721000', '152457.724000', '152457.726000', '152457.729000', '152457.732000', '152457.735000', '152457.738000', '152457.740000', '152457.743000', '152457.746000', '152457.749000', '152457.751000', '152457.754000', '152457.757000', '152514.570000', '152514.573000', '152514.577000', '152514.580000', '152514.583000', '152514.586000', '152514.589000', '152514.592000', '152514.595000', '152514.598000', '152514.602000', '152514.605000', '152514.608000', '152514.611000', '152514.614000', '152514.617000', '152514.621000', '152514.624000', '152514.626000', '152514.630000', '152514.634000', '152514.637000', '152514.640000', '152514.643000', '152514.646000', '152514.649000', '152514.652000', '152514.655000', '152514.658000', '152514.661000', '152514.673000', '152514.676000', '152514.679000', '152514.682000', '152514.685000', '152514.688000', '152514.691000'], 'InstanceCreationTime': ['151857.674000', '151857.677000', '151857.680000', '151857.683000', '151857.686000', '151857.688000', '151857.691000', '151857.694000', '151857.697000', '151857.700000', '151857.702000', '151857.705000', '151857.708000', '151857.711000', '151857.714000', '151857.716000', '151857.719000', '151857.724000', '151857.727000', '151857.730000', '151857.733000', '151857.735000', '151857.738000', '151857.741000', '151857.744000', '151857.747000', '151857.749000', '151857.752000', '151857.755000', '151857.758000', '151857.761000', '151857.763000', '151857.766000', '151857.769000', '151857.772000', '151857.774000', '151857.777000', '151857.780000', '151857.783000', '151857.786000', '151857.789000', '151857.805000', '151857.808000', '151857.811000', '151857.814000', '151857.816000', '151857.819000', '151857.822000', '151857.825000', '151857.827000', '151857.830000', '151857.833000', '151917.637000', '151917.640000', '151917.642000', '151917.645000', '151917.648000', '151917.651000', '151917.654000', '151917.656000', '151917.659000', '151917.662000', '151917.664000', '151917.667000', '151917.670000', '151917.673000', '151917.676000', '151917.678000', '151917.681000', '151917.693000', '151917.696000', '151917.699000', '151917.702000', '151917.705000', '151917.707000', '151917.710000', '151917.713000', '151917.716000', '151917.719000', '151917.721000', '151917.724000', '151917.735000', '151917.738000', '151917.741000', '151917.744000', '151917.747000', '151917.749000', '151917.752000', '151917.755000', '151917.757000', '151917.760000', '151917.763000', '151917.766000', '151917.769000', '151917.772000', '151917.775000', '151937.637000', '151937.640000', '151937.642000', '151937.645000', '151937.648000', '151937.651000', '151937.654000', '151937.656000', '151937.659000', '151937.662000', '151937.665000', '151937.668000', '151937.671000', '151937.674000', '151937.677000', '151937.679000', '151937.696000', '151937.698000', '151937.701000', '151937.704000', '151937.707000', '151937.710000', '151937.712000', '151937.715000', '151937.726000', '151937.728000', '151937.731000', '151937.734000', '151937.737000', '151937.740000', '151937.742000', '151937.745000', '151937.748000', '151937.751000', '151937.754000', '151937.757000', '151937.759000', '151937.762000', '151937.765000', '151937.768000', '151937.794000', '151937.797000', '151937.800000', '151957.637000', '151957.640000', '151957.642000', '151957.645000', '151957.648000', '151957.651000', '151957.654000', '151957.656000', '151957.659000', '151957.662000', '151957.665000', '151957.667000', '151957.670000', '151957.673000', '151957.676000', '151957.678000', '151957.681000', '151957.684000', '151957.687000', '151957.690000', '151957.698000', '151957.701000', '151957.704000', '151957.707000', '151957.710000', '151957.712000', '151957.715000', '151957.718000', '151957.721000', '151957.724000', '151957.727000', '151957.729000', '151957.732000', '151957.735000', '151957.738000', '151957.741000', '151957.743000', '151957.746000', '151957.749000', '151957.752000', '151957.754000', '151957.757000', '151957.760000', '151957.763000', '152017.637000', '152017.640000', '152017.642000', '152017.645000', '152017.648000', '152017.651000', '152017.654000', '152017.656000', '152017.659000', '152017.667000', '152017.670000', '152017.673000', '152017.675000', '152017.678000', '152017.681000', '152017.684000', '152017.687000', '152017.689000', '152017.692000', '152017.695000', '152017.698000', '152017.701000', '152017.703000', '152017.706000', '152017.709000', '152017.712000', '152017.715000', '152017.717000', '152017.720000', '152017.723000', '152017.726000', '152017.729000', '152017.731000', '152017.734000', '152017.737000', '152017.740000', '152017.742000', '152017.745000', '152017.748000', '152017.751000', '152017.753000', '152017.756000', '152017.760000', '152037.638000', '152037.641000', '152037.644000', '152037.647000', '152037.649000', '152037.652000', '152037.655000', '152037.658000', '152037.661000', '152037.663000', '152037.666000', '152037.669000', '152037.672000', '152037.674000', '152037.677000', '152037.680000', '152037.683000', '152037.686000', '152037.688000', '152037.691000', '152037.694000', '152037.697000', '152037.699000', '152037.702000', '152037.705000', '152037.708000', '152037.711000', '152037.713000', '152037.716000', '152037.719000', '152037.722000', '152037.724000', '152037.727000', '152037.730000', '152037.733000', '152037.736000', '152037.739000', '152037.741000', '152037.744000', '152037.747000', '152037.750000', '152037.752000', '152037.755000', '152057.637000', '152057.640000', '152057.642000', '152057.645000', '152057.648000', '152057.651000', '152057.654000', '152057.656000', '152057.659000', '152057.662000', '152057.665000', '152057.667000', '152057.670000', '152057.689000', '152057.692000', '152057.695000', '152057.698000', '152057.701000', '152057.703000', '152057.706000', '152057.709000', '152057.712000', '152057.714000', '152057.717000', '152057.720000', '152057.723000', '152057.726000', '152057.728000', '152057.731000', '152057.734000', '152057.737000', '152057.740000', '152057.742000', '152057.745000', '152057.748000', '152057.751000', '152057.753000', '152057.756000', '152057.759000', '152057.762000', '152057.764000', '152057.767000', '152057.770000', '152057.773000', '152117.637000', '152117.640000', '152117.643000', '152117.645000', '152117.648000', '152117.651000', '152117.654000', '152117.657000', '152117.659000', '152117.662000', '152117.665000', '152117.668000', '152117.671000', '152117.673000', '152117.676000', '152117.679000', '152117.682000', '152117.685000', '152117.687000', '152117.690000', '152117.693000', '152117.701000', '152117.703000', '152117.706000', '152117.709000', '152117.712000', '152117.715000', '152117.717000', '152117.720000', '152117.723000', '152117.726000', '152117.729000', '152117.731000', '152117.734000', '152117.737000', '152117.740000', '152117.743000', '152117.745000', '152117.748000', '152117.751000', '152117.754000', '152117.757000', '152117.759000', '152137.637000', '152137.640000', '152137.643000', '152137.645000', '152137.648000', '152137.651000', '152137.654000', '152137.656000', '152137.659000', '152137.662000', '152137.665000', '152137.668000', '152137.670000', '152137.673000', '152137.676000', '152137.679000', '152137.682000', '152137.684000', '152137.687000', '152137.690000', '152137.693000', '152137.696000', '152137.698000', '152137.701000', '152137.704000', '152137.707000', '152137.710000', '152137.712000', '152137.715000', '152137.718000', '152137.721000', '152137.724000', '152137.726000', '152137.729000', '152137.732000', '152137.735000', '152137.737000', '152137.740000', '152137.743000', '152137.746000', '152137.749000', '152137.751000', '152137.754000', '152137.757000', '152157.637000', '152157.640000', '152157.643000', '152157.645000', '152157.649000', '152157.653000', '152157.656000', '152157.659000', '152157.662000', '152157.664000', '152157.667000', '152157.670000', '152157.673000', '152157.676000', '152157.679000', '152157.681000', '152157.684000', '152157.687000', '152157.690000', '152157.693000', '152157.695000', '152157.703000', '152157.706000', '152157.709000', '152157.711000', '152157.714000', '152157.717000', '152157.720000', '152157.723000', '152157.725000', '152157.728000', '152157.731000', '152157.734000', '152157.737000', '152157.739000', '152157.742000', '152157.745000', '152157.748000', '152157.751000', '152157.753000', '152157.756000', '152157.759000', '152157.763000', '152217.637000', '152217.640000', '152217.642000', '152217.645000', '152217.648000', '152217.651000', '152217.658000', '152217.661000', '152217.664000', '152217.667000', '152217.670000', '152217.672000', '152217.675000', '152217.678000', '152217.681000', '152217.684000', '152217.687000', '152217.689000', '152217.692000', '152217.695000', '152217.698000', '152217.701000', '152217.703000', '152217.706000', '152217.709000', '152217.712000', '152217.715000', '152217.717000', '152217.720000', '152217.723000', '152217.726000', '152217.729000', '152217.731000', '152217.734000', '152217.737000', '152217.740000', '152217.742000', '152217.745000', '152217.748000', '152217.751000', '152217.754000', '152217.756000', '152217.759000', '152217.762000', '152237.637000', '152237.640000', '152237.643000', '152237.645000', '152237.648000', '152237.651000', '152237.654000', '152237.657000', '152237.660000', '152237.670000', '152237.673000', '152237.676000', '152237.679000', '152237.682000', '152237.684000', '152237.687000', '152237.690000', '152237.693000', '152237.696000', '152237.699000', '152237.701000', '152237.704000', '152237.707000', '152237.710000', '152237.713000', '152237.715000', '152237.718000', '152237.721000', '152237.724000', '152237.726000', '152237.729000', '152237.732000', '152237.735000', '152237.738000', '152237.741000', '152237.743000', '152237.746000', '152237.749000', '152237.752000', '152237.754000', '152237.757000', '152237.760000', '152237.763000', '152257.638000', '152257.641000', '152257.644000', '152257.646000', '152257.649000', '152257.652000', '152257.655000', '152257.658000', '152257.660000', '152257.663000', '152257.666000', '152257.669000', '152257.672000', '152257.675000', '152257.677000', '152257.680000', '152257.683000', '152257.686000', '152257.688000', '152257.691000', '152257.694000', '152257.697000', '152257.700000', '152257.703000', '152257.705000', '152257.708000', '152257.711000', '152257.714000', '152257.717000', '152257.719000', '152257.722000', '152257.725000', '152257.728000', '152257.731000', '152257.733000', '152257.736000', '152257.739000', '152257.742000', '152257.745000', '152257.747000', '152257.750000', '152257.753000', '152257.756000', '152257.759000', '152317.637000', '152317.640000', '152317.643000', '152317.645000', '152317.648000', '152317.651000', '152317.654000', '152317.657000', '152317.659000', '152317.662000', '152317.665000', '152317.668000', '152317.671000', '152317.674000', '152317.676000', '152317.679000', '152317.682000', '152317.685000', '152317.687000', '152317.690000', '152317.693000', '152317.696000', '152317.699000', '152317.702000', '152317.705000', '152317.708000', '152317.710000', '152317.713000', '152317.716000', '152317.719000', '152317.722000', '152317.724000', '152317.727000', '152317.730000', '152317.733000', '152317.736000', '152317.739000', '152317.741000', '152317.744000', '152317.747000', '152317.750000', '152317.753000', '152317.755000', '152337.637000', '152337.640000', '152337.643000', '152337.645000', '152337.648000', '152337.651000', '152337.654000', '152337.657000', '152337.660000', '152337.662000', '152337.666000', '152337.669000', '152337.671000', '152337.674000', '152337.677000', '152337.680000', '152337.683000', '152337.686000', '152337.688000', '152337.691000', '152337.694000', '152337.697000', '152337.700000', '152337.702000', '152337.705000', '152337.708000', '152337.711000', '152337.713000', '152337.716000', '152337.719000', '152337.722000', '152337.725000', '152337.727000', '152337.730000', '152337.733000', '152337.736000', '152337.739000', '152337.741000', '152337.744000', '152337.747000', '152337.750000', '152337.752000', '152337.755000', '152337.758000', '152357.638000', '152357.641000', '152357.644000', '152357.647000', '152357.650000', '152357.653000', '152357.656000', '152357.658000', '152357.661000', '152357.664000', '152357.667000', '152357.670000', '152357.673000', '152357.675000', '152357.678000', '152357.681000', '152357.684000', '152357.687000', '152357.690000', '152357.705000', '152357.708000', '152357.711000', '152357.713000', '152357.716000', '152357.719000', '152357.722000', '152357.725000', '152357.728000', '152357.731000', '152357.733000', '152357.736000', '152357.739000', '152357.742000', '152357.745000', '152357.748000', '152357.751000', '152357.753000', '152357.756000', '152357.759000', '152357.762000', '152357.765000', '152357.768000', '152357.812000', '152417.637000', '152417.640000', '152417.643000', '152417.645000', '152417.648000', '152417.651000', '152417.654000', '152417.663000', '152417.666000', '152417.669000', '152417.671000', '152417.674000', '152417.677000', '152417.680000', '152417.683000', '152417.686000', '152417.689000', '152417.691000', '152417.694000', '152417.697000', '152417.700000', '152417.703000', '152417.706000', '152417.708000', '152417.711000', '152417.714000', '152417.717000', '152417.719000', '152417.722000', '152417.725000', '152417.728000', '152417.731000', '152417.733000', '152417.736000', '152417.739000', '152417.742000', '152417.745000', '152417.748000', '152417.750000', '152417.753000', '152417.756000', '152417.759000', '152417.762000', '152417.764000', '152437.637000', '152437.640000', '152437.643000', '152437.646000', '152437.648000', '152437.651000', '152437.654000', '152437.657000', '152437.660000', '152437.663000', '152437.665000', '152437.668000', '152437.671000', '152437.674000', '152437.677000', '152437.679000', '152437.682000', '152437.685000', '152437.688000', '152437.691000', '152437.694000', '152437.697000', '152437.699000', '152437.702000', '152437.705000', '152437.708000', '152437.710000', '152437.713000', '152437.716000', '152437.720000', '152437.724000', '152437.727000', '152437.731000', '152437.734000', '152437.737000', '152437.740000', '152437.743000', '152437.745000', '152437.748000', '152437.751000', '152437.754000', '152437.757000', '152437.759000', '152457.637000', '152457.640000', '152457.643000', '152457.645000', '152457.648000', '152457.651000', '152457.654000', '152457.657000', '152457.659000', '152457.662000', '152457.665000', '152457.668000', '152457.671000', '152457.673000', '152457.676000', '152457.679000', '152457.682000', '152457.685000', '152457.687000', '152457.690000', '152457.693000', '152457.696000', '152457.699000', '152457.701000', '152457.704000', '152457.707000', '152457.710000', '152457.712000', '152457.715000', '152457.718000', '152457.721000', '152457.724000', '152457.726000', '152457.729000', '152457.732000', '152457.735000', '152457.738000', '152457.740000', '152457.743000', '152457.746000', '152457.749000', '152457.751000', '152457.754000', '152457.757000', '152514.570000', '152514.573000', '152514.577000', '152514.580000', '152514.583000', '152514.586000', '152514.589000', '152514.592000', '152514.595000', '152514.598000', '152514.602000', '152514.605000', '152514.608000', '152514.611000', '152514.614000', '152514.617000', '152514.621000', '152514.624000', '152514.626000', '152514.630000', '152514.634000', '152514.637000', '152514.640000', '152514.643000', '152514.646000', '152514.649000', '152514.652000', '152514.655000', '152514.658000', '152514.661000', '152514.673000', '152514.676000', '152514.679000', '152514.682000', '152514.685000', '152514.688000', '152514.691000'], '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': [11958, 9446, 10490, 9283, 9998, 8637, 16258, 9104, 16728, 9266, 14835, 11350, 19532, 11996, 13132, 9379, 10842, 19529, 10961, 16868, 9466, 10808, 8470, 10224, 7930, 9244, 13134, 8694, 15184, 9564, 11942, 9731, 11206, 8908, 14148, 8711, 9404, 10513, 8828, 17840, 9142, 15637, 9021, 13210, 9079, 10823, 17341, 8868, 13441, 9145, 13727, 9387, 14597, 8469, 10662, 8301, 9168, 19709, 9134, 15083, 9664, 11633, 8488, 10684, 8578, 9541, 8279, 9040, 7967, 8827, 8008, 8687, 13070, 8738, 17082, 9097, 13834, 8884, 13166, 8553, 12805, 9021, 11226, 8432, 10703, 8680, 9558, 10519, 11537, 7736, 10133, 11475, 9223, 19760, 14647, 20210, 16640, 16530, 12492, 7865, 9741, 8519, 10283, 19457, 9319, 17343, 9779, 15157, 9800, 10989, 20283, 8948, 17055, 9057, 14115, 8178, 9925, 14126, 9558, 20382, 8666, 15630, 9150, 12029, 8654, 10675, 7985, 9179, 7957, 9420, 14742, 9008, 14075, 9266, 9259, 8717, 16469, 9763, 15116, 9221, 11039, 9514, 10892, 8530, 11901, 7887, 9731, 8259, 9320, 19195, 8517, 17710, 8589, 16352, 9181, 17303, 8919, 14618, 8698, 17090, 9874, 18609, 8849, 11929, 10196, 9712, 20660, 9784, 18295, 8713, 10958, 8678, 10289, 8269, 15559, 8182, 8965, 8773, 13876, 9077, 10871, 9864, 20099, 14207, 19494, 8966, 16142, 10113, 19543, 8576, 14142, 8844, 11069, 8663, 18061, 8459, 9795, 8636, 9947, 8051, 12933, 8194, 9403, 11394, 8765, 18673, 9539, 18421, 8536, 13650, 8851, 14347, 8565, 19132, 8956, 10292, 8146, 10044, 13227, 10974, 10351, 9295, 17029, 9227, 19592, 10353, 18274, 8609, 14884, 8649, 17075, 8523, 17574, 8129, 10246, 8235, 9437, 20071, 8602, 16834, 9133, 10375, 8238, 9946, 8094, 9447, 8087, 9344, 9584, 9425, 10306, 9431, 12274, 8608, 17146, 8517, 16263, 8113, 9697, 8178, 9240, 8231, 8966, 12234, 8455, 16221, 8955, 17453, 8750, 11734, 8594, 13356, 9122, 13206, 8488, 9375, 9574, 9830, 8429, 9950, 8343, 9003, 12487, 9469, 18657, 9310, 18018, 8476, 18017, 10291, 19516, 8532, 14193, 8833, 11445, 13518, 12881, 11199, 10042, 18909, 9512, 20010, 11334, 18246, 8959, 14084, 8519, 18354, 9264, 18987, 8395, 15296, 8238, 11898, 8297, 9599, 7950, 8964, 12737, 8329, 12834, 8267, 11438, 8482, 10334, 8214, 13977, 8339, 9812, 8144, 9505, 8152, 9218, 8238, 8738, 10462, 11573, 14344, 12524, 7934, 9126, 8361, 9639, 8523, 11838, 8431, 17263, 8564, 18183, 12552, 19914, 9817, 17778, 8536, 17004, 13216, 17516, 10545, 10646, 10819, 9288, 20073, 9328, 17466, 8622, 12271, 8412, 18023, 8352, 12313, 8601, 9993, 8092, 13707, 8183, 9559, 11775, 9614, 18533, 9675, 19163, 8256, 13372, 8132, 10264, 9113, 13938, 8358, 9882, 15746, 9455, 19376, 10495, 18819, 8264, 11474, 8048, 10066, 10968, 9759, 20637, 8832, 14108, 8584, 12360, 7908, 10327, 8405, 9344, 13609, 8708, 12333, 8174, 11876, 7877, 9695, 8188, 9060, 8550, 8876, 11950, 8757, 10855, 8292, 10956, 8664, 9598, 8642, 9852, 8163, 11957, 7851, 9360, 8551, 9533, 17175, 11037, 18996, 8797, 16971, 8571, 17665, 8688, 14980, 8456, 13539, 9177, 18151, 10076, 11749, 9867, 9873, 20429, 13885, 19245, 9038, 15175, 8275, 14028, 8833, 15684, 8037, 9590, 7883, 10089, 8392, 9896, 8480, 9330, 20053, 10609, 18968, 8661, 14037, 8545, 14627, 8325, 16502, 8263, 10043, 8026, 11319, 11750, 11143, 8503, 9572, 15349, 8687, 18963, 8478, 16001, 8402, 12118, 8601, 18545, 8004, 11317, 8561, 10042, 7878, 17050, 8164, 12016, 7789, 9935, 8136, 9973, 10289, 9470, 19273, 8869, 13390, 7870, 12070, 7749, 9684, 8149, 9715, 7948, 9200, 8741, 9559, 8427, 9142, 15100, 10228, 12557, 9405, 18064, 9094, 18480, 8450, 15059, 8026, 14639, 8661, 15973, 8618, 14391, 10432, 8389, 10001, 10555, 18430, 11770, 12514, 8595, 10914, 20416, 14703, 19381, 8696, 12331, 8684, 12871, 8533, 16811, 7729, 9862, 8026, 9855, 9847, 9286, 11729, 8492, 11845, 8233, 15455, 8422, 14920, 8632, 10959, 7938, 12450, 9020, 11075, 13282, 9538, 14607, 8303, 13998, 8394, 11986, 7920, 9932, 8125, 9406, 8199, 9344, 8406, 9494, 15391, 12858, 11196, 10375, 15675, 9155, 19262, 10523, 18440, 8670, 11580, 8191, 10579, 7866, 9654, 8104, 10381, 11497, 14668, 9694, 10988, 9544, 11806, 8899, 16385, 10583, 16326, 9905, 10733, 20174, 10082, 17515, 12775, 15060, 17263, 11849, 19284, 9500, 15857, 9022, 14235, 8459, 9842, 8749, 9659, 10776, 9815, 10063, 8935, 8928, 9801, 9745, 11413, 12093, 12010, 18721, 9301, 14328, 9889, 12102, 8720, 9965, 8348, 9038, 10100, 8841, 14710, 8993, 14826, 9502, 11316, 9559, 11785, 9183, 10940, 8563, 9146, 14003, 8846, 12488, 8953, 14401, 9343, 14712, 9221, 18368, 9112, 13954, 9653, 10958, 8576, 14968, 8341, 9923, 9166, 9071, 19856, 10686, 17701, 9383, 14766, 9145, 17061, 9323, 13921, 8866, 10107, 8221, 11114, 8536, 9647, 8143, 9314, 19635, 9395, 17861, 9207, 12682, 9610, 11062, 8515, 9667, 8242, 8775, 12785, 8464, 9939, 8905, 8838, 8575, 13431, 8842, 18024, 9626, 17256, 9509, 13912, 9820, 13468, 9327, 11912, 8449, 9835, 18639, 9337, 14782, 9414, 12825, 8982, 17342, 9326, 13781, 9287, 10620, 8418, 9989, 8833, 8838, 8169, 8766, 16211, 8898, 16419, 9632, 12115, 8664, 17390, 9205, 13653, 9229, 12700, 8859, 18139, 9484, 17276, 9162, 15752, 10585, 18084, 10233, 12614, 8469, 9635, 12058, 10008, 19801, 9505, 16604, 9581, 13080, 8453, 10767, 8794, 8832, 10697, 8220, 9799, 8671, 9967, 8552, 16021, 9590, 18558, 9601, 15374, 9578, 15598, 9241, 17047, 8904, 9608, 8647, 8876, 8442, 9323, 9231, 8920, 10279, 9332, 8366, 8755, 8340, 8930, 9359, 9369, 8235, 8681, 17959, 9801, 17244, 9519, 14659, 8960, 18526, 10339, 17779, 9280, 16016, 9217, 18754, 10546, 17683, 9465, 15863, 9680, 12892, 11072, 10276, 12259, 8776, 14359, 9224, 18647, 9208, 15338, 9344, 10418, 9002, 12099, 8833, 15410, 8748, 17566, 9342, 18005, 9162, 10903, 8188, 11189, 8273, 10277, 9056, 12339, 9228, 13114, 9171, 19541, 12555, 15392, 10246, 11189], 'WindowCenter': [4323.0, 4288.0, 4298.0, 4273.0, 4275.0, 4262.0, 4312.0, 4262.0, 4313.0, 4262.0, 4302.0, 4280.0, 4322.0, 4277.0, 4288.0, 4259.0, 4308.0, 4323.0, 4269.0, 4296.0, 4244.0, 4255.0, 4224.0, 4257.0, 4227.0, 4247.0, 4262.0, 4236.0, 4286.0, 4260.0, 4279.0, 4258.0, 4268.0, 4247.0, 4289.0, 4246.0, 4260.0, 4267.0, 4250.0, 4298.0, 4250.0, 4298.0, 4246.0, 4287.0, 4247.0, 4269.0, 4295.0, 4248.0, 4276.0, 4258.0, 4289.0, 4258.0, 4298.0, 4239.0, 4270.0, 4236.0, 4259.0, 4309.0, 4248.0, 4287.0, 4259.0, 4266.0, 4237.0, 4267.0, 4237.0, 4256.0, 4238.0, 4249.0, 4240.0, 4251.0, 4239.0, 4251.0, 4289.0, 4250.0, 4308.0, 4251.0, 4287.0, 4248.0, 4290.0, 4251.0, 4289.0, 4251.0, 4281.0, 4239.0, 4271.0, 4247.0, 4261.0, 4269.0, 4280.0, 4227.0, 4272.0, 4280.0, 4258.0, 4308.0, 4301.0, 4311.0, 4301.0, 4310.0, 4289.0, 4240.0, 4261.0, 4248.0, 4270.0, 4309.0, 4247.0, 4297.0, 4257.0, 4289.0, 4258.0, 4268.0, 4306.0, 4234.0, 4285.0, 4234.0, 4275.0, 4223.0, 4256.0, 4275.0, 4246.0, 4304.0, 4235.0, 4284.0, 4234.0, 4264.0, 4222.0, 4254.0, 4212.0, 4244.0, 4214.0, 4246.0, 4285.0, 4235.0, 4275.0, 4246.0, 4244.0, 4235.0, 4296.0, 4256.0, 4298.0, 4248.0, 4269.0, 4260.0, 4269.0, 4249.0, 4280.0, 4239.0, 4260.0, 4237.0, 4261.0, 4309.0, 4249.0, 4308.0, 4249.0, 4299.0, 4261.0, 4308.0, 4249.0, 4298.0, 4237.0, 4299.0, 4259.0, 4309.0, 4237.0, 4279.0, 4257.0, 4257.0, 4308.0, 4258.0, 4297.0, 4238.0, 4266.0, 4247.0, 4257.0, 4237.0, 4301.0, 4249.0, 4248.0, 4250.0, 4289.0, 4259.0, 4268.0, 4273.0, 4310.0, 4301.0, 4309.0, 4249.0, 4298.0, 4259.0, 4308.0, 4239.0, 4288.0, 4248.0, 4268.0, 4237.0, 4308.0, 4238.0, 4258.0, 4248.0, 4260.0, 4226.0, 4290.0, 4236.0, 4259.0, 4267.0, 4249.0, 4309.0, 4260.0, 4308.0, 4249.0, 4288.0, 4249.0, 4301.0, 4238.0, 4308.0, 4249.0, 4268.0, 4238.0, 4260.0, 4276.0, 4269.0, 4257.0, 4249.0, 4298.0, 4249.0, 4310.0, 4268.0, 4308.0, 4238.0, 4287.0, 4236.0, 4296.0, 4236.0, 4298.0, 4226.0, 4256.0, 4225.0, 4248.0, 4306.0, 4235.0, 4297.0, 4246.0, 4254.0, 4223.0, 4257.0, 4225.0, 4257.0, 4225.0, 4248.0, 4247.0, 4249.0, 4257.0, 4250.0, 4277.0, 4249.0, 4297.0, 4240.0, 4299.0, 4226.0, 4246.0, 4225.0, 4248.0, 4235.0, 4250.0, 4276.0, 4239.0, 4299.0, 4250.0, 4309.0, 4250.0, 4279.0, 4249.0, 4290.0, 4248.0, 4289.0, 4237.0, 4258.0, 4247.0, 4258.0, 4237.0, 4259.0, 4237.0, 4261.0, 4290.0, 4260.0, 4309.0, 4262.0, 4308.0, 4239.0, 4308.0, 4260.0, 4309.0, 4236.0, 4288.0, 4236.0, 4269.0, 4276.0, 4278.0, 4255.0, 4256.0, 4295.0, 4247.0, 4308.0, 4269.0, 4296.0, 4248.0, 4287.0, 4237.0, 4297.0, 4247.0, 4297.0, 4239.0, 4287.0, 4236.0, 4279.0, 4226.0, 4249.0, 4225.0, 4237.0, 4276.0, 4238.0, 4277.0, 4240.0, 4267.0, 4249.0, 4269.0, 4237.0, 4288.0, 4237.0, 4258.0, 4228.0, 4259.0, 4228.0, 4260.0, 4238.0, 4249.0, 4271.0, 4292.0, 4313.0, 4304.0, 4252.0, 4273.0, 4263.0, 4272.0, 4262.0, 4292.0, 4252.0, 4311.0, 4265.0, 4324.0, 4293.0, 4321.0, 4272.0, 4312.0, 4237.0, 4301.0, 4291.0, 4309.0, 4256.0, 4257.0, 4255.0, 4247.0, 4305.0, 4246.0, 4296.0, 4238.0, 4278.0, 4236.0, 4297.0, 4238.0, 4278.0, 4236.0, 4258.0, 4227.0, 4289.0, 4227.0, 4258.0, 4265.0, 4246.0, 4296.0, 4248.0, 4298.0, 4237.0, 4276.0, 4226.0, 4258.0, 4235.0, 4289.0, 4225.0, 4258.0, 4285.0, 4247.0, 4297.0, 4255.0, 4297.0, 4226.0, 4266.0, 4225.0, 4257.0, 4255.0, 4246.0, 4295.0, 4236.0, 4274.0, 4236.0, 4277.0, 4224.0, 4257.0, 4226.0, 4246.0, 4275.0, 4237.0, 4277.0, 4237.0, 4276.0, 4225.0, 4258.0, 4235.0, 4248.0, 4238.0, 4261.0, 4278.0, 4249.0, 4268.0, 4238.0, 4268.0, 4251.0, 4259.0, 4252.0, 4272.0, 4250.0, 4292.0, 4241.0, 4261.0, 4249.0, 4273.0, 4312.0, 4280.0, 4310.0, 4251.0, 4310.0, 4250.0, 4309.0, 4251.0, 4300.0, 4239.0, 4290.0, 4249.0, 4311.0, 4257.0, 4280.0, 4257.0, 4258.0, 4308.0, 4290.0, 4307.0, 4249.0, 4286.0, 4238.0, 4289.0, 4247.0, 4299.0, 4228.0, 4248.0, 4226.0, 4258.0, 4238.0, 4259.0, 4237.0, 4259.0, 4308.0, 4267.0, 4306.0, 4238.0, 4286.0, 4237.0, 4289.0, 4237.0, 4298.0, 4239.0, 4257.0, 4228.0, 4269.0, 4277.0, 4270.0, 4235.0, 4259.0, 4286.0, 4239.0, 4307.0, 4239.0, 4296.0, 4237.0, 4278.0, 4238.0, 4308.0, 4228.0, 4267.0, 4237.0, 4258.0, 4227.0, 4309.0, 4239.0, 4279.0, 4228.0, 4259.0, 4226.0, 4258.0, 4258.0, 4259.0, 4310.0, 4250.0, 4288.0, 4226.0, 4267.0, 4227.0, 4258.0, 4228.0, 4259.0, 4236.0, 4260.0, 4239.0, 4261.0, 4239.0, 4261.0, 4299.0, 4272.0, 4278.0, 4251.0, 4309.0, 4250.0, 4308.0, 4239.0, 4287.0, 4229.0, 4299.0, 4252.0, 4312.0, 4251.0, 4300.0, 4271.0, 4239.0, 4273.0, 4270.0, 4326.0, 4282.0, 4294.0, 4250.0, 4270.0, 4309.0, 4288.0, 4297.0, 4235.0, 4275.0, 4238.0, 4280.0, 4238.0, 4299.0, 4226.0, 4257.0, 4226.0, 4259.0, 4245.0, 4249.0, 4277.0, 4238.0, 4277.0, 4240.0, 4300.0, 4241.0, 4300.0, 4250.0, 4268.0, 4228.0, 4279.0, 4237.0, 4269.0, 4275.0, 4248.0, 4286.0, 4238.0, 4287.0, 4228.0, 4265.0, 4227.0, 4257.0, 4226.0, 4248.0, 4236.0, 4259.0, 4237.0, 4260.0, 4298.0, 4290.0, 4266.0, 4259.0, 4288.0, 4248.0, 4307.0, 4258.0, 4296.0, 4236.0, 4267.0, 4228.0, 4257.0, 4228.0, 4259.0, 4240.0, 4283.0, 4279.0, 4289.0, 4260.0, 4281.0, 4272.0, 4290.0, 4261.0, 4310.0, 4269.0, 4302.0, 4259.0, 4271.0, 4309.0, 4269.0, 4309.0, 4276.0, 4297.0, 4294.0, 4265.0, 4294.0, 4244.0, 4285.0, 4233.0, 4285.0, 4235.0, 4245.0, 4232.0, 4256.0, 4265.0, 4256.0, 4255.0, 4235.0, 4245.0, 4256.0, 4246.0, 4280.0, 4276.0, 4278.0, 4297.0, 4245.0, 4284.0, 4244.0, 4266.0, 4233.0, 4257.0, 4234.0, 4246.0, 4254.0, 4247.0, 4287.0, 4248.0, 4286.0, 4259.0, 4267.0, 4258.0, 4280.0, 4246.0, 4268.0, 4237.0, 4260.0, 4288.0, 4250.0, 4279.0, 4260.0, 4299.0, 4261.0, 4301.0, 4259.0, 4309.0, 4260.0, 4300.0, 4260.0, 4282.0, 4249.0, 4301.0, 4239.0, 4270.0, 4259.0, 4260.0, 4319.0, 4271.0, 4308.0, 4249.0, 4286.0, 4258.0, 4309.0, 4259.0, 4287.0, 4246.0, 4269.0, 4238.0, 4279.0, 4238.0, 4259.0, 4236.0, 4260.0, 4308.0, 4249.0, 4297.0, 4247.0, 4277.0, 4257.0, 4268.0, 4237.0, 4256.0, 4234.0, 4248.0, 4276.0, 4238.0, 4258.0, 4260.0, 4249.0, 4250.0, 4289.0, 4259.0, 4310.0, 4261.0, 4309.0, 4259.0, 4288.0, 4257.0, 4289.0, 4248.0, 4278.0, 4236.0, 4258.0, 4307.0, 4257.0, 4287.0, 4260.0, 4287.0, 4259.0, 4309.0, 4259.0, 4288.0, 4259.0, 4268.0, 4237.0, 4268.0, 4249.0, 4248.0, 4238.0, 4251.0, 4298.0, 4250.0, 4299.0, 4259.0, 4278.0, 4249.0, 4308.0, 4260.0, 4298.0, 4261.0, 4290.0, 4261.0, 4322.0, 4259.0, 4310.0, 4259.0, 4301.0, 4268.0, 4310.0, 4267.0, 4280.0, 4237.0, 4258.0, 4276.0, 4260.0, 4307.0, 4258.0, 4298.0, 4257.0, 4288.0, 4237.0, 4268.0, 4236.0, 4248.0, 4267.0, 4250.0, 4268.0, 4251.0, 4267.0, 4261.0, 4310.0, 4272.0, 4321.0, 4271.0, 4300.0, 4262.0, 4311.0, 4259.0, 4311.0, 4248.0, 4259.0, 4236.0, 4249.0, 4239.0, 4261.0, 4258.0, 4261.0, 4268.0, 4261.0, 4250.0, 4263.0, 4251.0, 4262.0, 4261.0, 4273.0, 4252.0, 4263.0, 4322.0, 4271.0, 4321.0, 4272.0, 4302.0, 4263.0, 4321.0, 4284.0, 4321.0, 4262.0, 4312.0, 4262.0, 4321.0, 4281.0, 4310.0, 4261.0, 4310.0, 4258.0, 4290.0, 4267.0, 4270.0, 4278.0, 4249.0, 4289.0, 4248.0, 4309.0, 4261.0, 4298.0, 4261.0, 4269.0, 4261.0, 4280.0, 4261.0, 4298.0, 4248.0, 4309.0, 4260.0, 4309.0, 4259.0, 4269.0, 4249.0, 4280.0, 4250.0, 4271.0, 4261.0, 4289.0, 4259.0, 4289.0, 4261.0, 4321.0, 4293.0, 4300.0, 4282.0, 4280.0], 'WindowWidth': [9549.0, 9492.0, 9502.0, 9458.0, 9464.0, 9443.0, 9511.0, 9442.0, 9510.0, 9440.0, 9497.0, 9460.0, 9525.0, 9452.0, 9470.0, 9433.0, 9515.0, 9529.0, 9444.0, 9475.0, 9402.0, 9419.0, 9376.0, 9424.0, 9384.0, 9408.0, 9421.0, 9396.0, 9463.0, 9434.0, 9455.0, 9429.0, 9442.0, 9413.0, 9469.0, 9410.0, 9432.0, 9437.0, 9418.0, 9482.0, 9419.0, 9482.0, 9410.0, 9467.0, 9411.0, 9443.0, 9474.0, 9414.0, 9449.0, 9427.0, 9470.0, 9428.0, 9482.0, 9402.0, 9445.0, 9397.0, 9430.0, 9497.0, 9413.0, 9465.0, 9428.0, 9435.0, 9397.0, 9437.0, 9398.0, 9424.0, 9399.0, 9417.0, 9405.0, 9423.0, 9406.0, 9424.0, 9472.0, 9421.0, 9496.0, 9422.0, 9466.0, 9416.0, 9472.0, 9423.0, 9471.0, 9422.0, 9463.0, 9404.0, 9448.0, 9412.0, 9437.0, 9443.0, 9462.0, 9387.0, 9453.0, 9460.0, 9430.0, 9498.0, 9491.0, 9509.0, 9494.0, 9502.0, 9475.0, 9409.0, 9439.0, 9417.0, 9449.0, 9499.0, 9413.0, 9481.0, 9424.0, 9470.0, 9427.0, 9441.0, 9489.0, 9388.0, 9458.0, 9387.0, 9444.0, 9373.0, 9420.0, 9443.0, 9408.0, 9483.0, 9393.0, 9455.0, 9388.0, 9428.0, 9370.0, 9415.0, 9355.0, 9402.0, 9360.0, 9407.0, 9457.0, 9394.0, 9444.0, 9408.0, 9402.0, 9392.0, 9475.0, 9424.0, 9480.0, 9416.0, 9443.0, 9433.0, 9445.0, 9417.0, 9459.0, 9405.0, 9434.0, 9399.0, 9436.0, 9499.0, 9417.0, 9495.0, 9418.0, 9485.0, 9436.0, 9496.0, 9418.0, 9482.0, 9400.0, 9485.0, 9430.0, 9498.0, 9396.0, 9455.0, 9422.0, 9425.0, 9495.0, 9426.0, 9477.0, 9400.0, 9435.0, 9414.0, 9423.0, 9400.0, 9489.0, 9421.0, 9414.0, 9420.0, 9471.0, 9433.0, 9443.0, 9455.0, 9502.0, 9489.0, 9496.0, 9417.0, 9481.0, 9429.0, 9494.0, 9403.0, 9465.0, 9414.0, 9442.0, 9399.0, 9494.0, 9400.0, 9427.0, 9415.0, 9433.0, 9383.0, 9474.0, 9396.0, 9432.0, 9438.0, 9418.0, 9497.0, 9433.0, 9493.0, 9417.0, 9466.0, 9416.0, 9488.0, 9401.0, 9495.0, 9418.0, 9442.0, 9401.0, 9434.0, 9449.0, 9444.0, 9422.0, 9416.0, 9480.0, 9416.0, 9499.0, 9442.0, 9493.0, 9401.0, 9464.0, 9397.0, 9477.0, 9395.0, 9480.0, 9381.0, 9422.0, 9377.0, 9413.0, 9489.0, 9394.0, 9476.0, 9407.0, 9414.0, 9373.0, 9424.0, 9378.0, 9425.0, 9382.0, 9414.0, 9409.0, 9417.0, 9423.0, 9419.0, 9452.0, 9417.0, 9480.0, 9405.0, 9481.0, 9381.0, 9409.0, 9379.0, 9414.0, 9393.0, 9420.0, 9449.0, 9403.0, 9484.0, 9419.0, 9496.0, 9420.0, 9456.0, 9419.0, 9475.0, 9416.0, 9471.0, 9399.0, 9429.0, 9410.0, 9428.0, 9399.0, 9432.0, 9400.0, 9437.0, 9475.0, 9435.0, 9498.0, 9436.0, 9494.0, 9404.0, 9496.0, 9430.0, 9498.0, 9396.0, 9468.0, 9395.0, 9442.0, 9447.0, 9453.0, 9418.0, 9423.0, 9475.0, 9410.0, 9495.0, 9442.0, 9476.0, 9413.0, 9463.0, 9399.0, 9479.0, 9413.0, 9479.0, 9403.0, 9464.0, 9395.0, 9456.0, 9380.0, 9414.0, 9377.0, 9397.0, 9448.0, 9401.0, 9450.0, 9405.0, 9438.0, 9417.0, 9443.0, 9400.0, 9466.0, 9400.0, 9429.0, 9388.0, 9431.0, 9386.0, 9433.0, 9401.0, 9420.0, 9450.0, 9482.0, 9510.0, 9500.0, 9429.0, 9458.0, 9447.0, 9455.0, 9440.0, 9480.0, 9426.0, 9505.0, 9447.0, 9526.0, 9483.0, 9521.0, 9454.0, 9507.0, 9400.0, 9491.0, 9476.0, 9501.0, 9420.0, 9424.0, 9417.0, 9410.0, 9489.0, 9409.0, 9475.0, 9399.0, 9451.0, 9396.0, 9478.0, 9399.0, 9452.0, 9396.0, 9429.0, 9383.0, 9469.0, 9383.0, 9427.0, 9432.0, 9409.0, 9475.0, 9412.0, 9479.0, 9397.0, 9449.0, 9383.0, 9427.0, 9391.0, 9469.0, 9379.0, 9426.0, 9458.0, 9411.0, 9479.0, 9419.0, 9476.0, 9380.0, 9433.0, 9379.0, 9423.0, 9415.0, 9407.0, 9473.0, 9393.0, 9442.0, 9394.0, 9449.0, 9375.0, 9422.0, 9380.0, 9410.0, 9446.0, 9398.0, 9450.0, 9398.0, 9449.0, 9381.0, 9426.0, 9394.0, 9416.0, 9401.0, 9436.0, 9454.0, 9416.0, 9441.0, 9402.0, 9441.0, 9423.0, 9431.0, 9424.0, 9453.0, 9421.0, 9479.0, 9411.0, 9439.0, 9420.0, 9456.0, 9504.0, 9462.0, 9501.0, 9422.0, 9501.0, 9420.0, 9497.0, 9422.0, 9486.0, 9404.0, 9475.0, 9416.0, 9504.0, 9426.0, 9460.0, 9425.0, 9427.0, 9498.0, 9473.0, 9492.0, 9417.0, 9463.0, 9402.0, 9469.0, 9412.0, 9482.0, 9385.0, 9413.0, 9380.0, 9428.0, 9401.0, 9431.0, 9399.0, 9432.0, 9497.0, 9440.0, 9490.0, 9401.0, 9462.0, 9398.0, 9469.0, 9398.0, 9482.0, 9402.0, 9426.0, 9387.0, 9444.0, 9451.0, 9444.0, 9394.0, 9430.0, 9464.0, 9402.0, 9492.0, 9403.0, 9476.0, 9399.0, 9452.0, 9401.0, 9496.0, 9388.0, 9439.0, 9400.0, 9428.0, 9386.0, 9498.0, 9402.0, 9456.0, 9387.0, 9429.0, 9383.0, 9429.0, 9425.0, 9430.0, 9501.0, 9420.0, 9466.0, 9380.0, 9436.0, 9384.0, 9426.0, 9388.0, 9432.0, 9398.0, 9434.0, 9403.0, 9437.0, 9404.0, 9436.0, 9484.0, 9450.0, 9454.0, 9421.0, 9498.0, 9418.0, 9494.0, 9401.0, 9464.0, 9391.0, 9482.0, 9428.0, 9507.0, 9425.0, 9489.0, 9451.0, 9404.0, 9455.0, 9448.0, 9533.0, 9467.0, 9487.0, 9419.0, 9447.0, 9500.0, 9466.0, 9478.0, 9392.0, 9444.0, 9399.0, 9460.0, 9401.0, 9482.0, 9383.0, 9424.0, 9382.0, 9428.0, 9404.0, 9417.0, 9451.0, 9402.0, 9451.0, 9407.0, 9487.0, 9410.0, 9487.0, 9419.0, 9441.0, 9387.0, 9457.0, 9395.0, 9441.0, 9444.0, 9412.0, 9461.0, 9400.0, 9463.0, 9385.0, 9431.0, 9382.0, 9423.0, 9380.0, 9415.0, 9396.0, 9431.0, 9398.0, 9433.0, 9480.0, 9472.0, 9435.0, 9430.0, 9466.0, 9414.0, 9492.0, 9428.0, 9476.0, 9396.0, 9437.0, 9386.0, 9424.0, 9385.0, 9429.0, 9412.0, 9471.0, 9456.0, 9470.0, 9433.0, 9465.0, 9456.0, 9473.0, 9438.0, 9502.0, 9444.0, 9494.0, 9429.0, 9449.0, 9503.0, 9444.0, 9500.0, 9449.0, 9481.0, 9471.0, 9432.0, 9471.0, 9402.0, 9457.0, 9388.0, 9458.0, 9392.0, 9405.0, 9385.0, 9426.0, 9436.0, 9423.0, 9417.0, 9391.0, 9406.0, 9422.0, 9410.0, 9460.0, 9447.0, 9453.0, 9477.0, 9406.0, 9457.0, 9402.0, 9435.0, 9387.0, 9424.0, 9390.0, 9408.0, 9415.0, 9413.0, 9465.0, 9416.0, 9463.0, 9431.0, 9439.0, 9429.0, 9460.0, 9410.0, 9441.0, 9397.0, 9432.0, 9467.0, 9419.0, 9456.0, 9435.0, 9484.0, 9437.0, 9492.0, 9432.0, 9500.0, 9436.0, 9486.0, 9433.0, 9467.0, 9418.0, 9490.0, 9403.0, 9446.0, 9431.0, 9436.0, 9514.0, 9450.0, 9494.0, 9417.0, 9464.0, 9429.0, 9498.0, 9430.0, 9468.0, 9411.0, 9445.0, 9401.0, 9458.0, 9401.0, 9432.0, 9397.0, 9433.0, 9496.0, 9417.0, 9479.0, 9412.0, 9452.0, 9425.0, 9441.0, 9397.0, 9424.0, 9390.0, 9414.0, 9449.0, 9403.0, 9427.0, 9435.0, 9418.0, 9423.0, 9473.0, 9433.0, 9501.0, 9437.0, 9497.0, 9432.0, 9469.0, 9427.0, 9472.0, 9413.0, 9455.0, 9395.0, 9428.0, 9495.0, 9426.0, 9466.0, 9433.0, 9468.0, 9434.0, 9499.0, 9433.0, 9470.0, 9431.0, 9443.0, 9400.0, 9443.0, 9416.0, 9416.0, 9402.0, 9423.0, 9484.0, 9420.0, 9483.0, 9432.0, 9455.0, 9419.0, 9497.0, 9437.0, 9484.0, 9438.0, 9475.0, 9438.0, 9521.0, 9435.0, 9500.0, 9431.0, 9490.0, 9440.0, 9502.0, 9438.0, 9460.0, 9400.0, 9429.0, 9449.0, 9433.0, 9495.0, 9429.0, 9482.0, 9426.0, 9468.0, 9400.0, 9445.0, 9396.0, 9414.0, 9439.0, 9420.0, 9442.0, 9425.0, 9441.0, 9439.0, 9504.0, 9456.0, 9519.0, 9451.0, 9490.0, 9439.0, 9506.0, 9432.0, 9502.0, 9415.0, 9430.0, 9396.0, 9420.0, 9403.0, 9437.0, 9431.0, 9437.0, 9444.0, 9438.0, 9422.0, 9444.0, 9425.0, 9442.0, 9438.0, 9457.0, 9427.0, 9445.0, 9523.0, 9454.0, 9519.0, 9455.0, 9493.0, 9444.0, 9521.0, 9472.0, 9519.0, 9441.0, 9507.0, 9442.0, 9519.0, 9465.0, 9502.0, 9436.0, 9503.0, 9429.0, 9475.0, 9438.0, 9445.0, 9453.0, 9417.0, 9469.0, 9416.0, 9498.0, 9435.0, 9483.0, 9437.0, 9446.0, 9437.0, 9460.0, 9438.0, 9483.0, 9417.0, 9498.0, 9434.0, 9498.0, 9432.0, 9446.0, 9420.0, 9463.0, 9424.0, 9454.0, 9438.0, 9473.0, 9432.0, 9474.0, 9439.0, 9520.0, 9486.0, 9489.0, 9468.0, 9462.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.0011787715269804822</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01836406911595867</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89975964796549</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2729175402988502</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943188915977019</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4725</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5854.0444</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08164672678910266</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9517795637198623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.292038492015488</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.17780812989519</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.478162940915991</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2201444052352834</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00740642</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019076982513070107</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0287462268024683</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.196890495645909</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.4061</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1444</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.885</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300809.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>737.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.7358</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1363</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.1659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3493.3102</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75735.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4535.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.7796</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.87426308449358</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> |