=== 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-0065 --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-0065",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0065_ses-01_task-social_acq-mb8_run-05_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-0065_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-05_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-0065/ses-01/func/sub-0065_ses-01_task-social_acq-mb8_run-05_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>ba4d0462aa24ff0950a07f898eb8a7dd</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:06:48.212500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998688, 0.0260359, 0.0440876, -0.0256283, 0.999624, -0.00978557]</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-05_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.0901349</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7788, -7267, 756, -75, -418, 311, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>240.939</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>10462f06-b3b2-4ab0-87f8-db473c496460||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679407835006714, -0.0687587782740593, 0.11967960745096207, 110.11906433105469], [-0.06985235214233398, 2.681917190551758, -0.023335684090852737, -93.28150177001953], [0.11828380078077316, 0.026253968477249146, 2.6972453594207764, -74.25299835205078], [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': ['150648.212500', '150648.672500', '150649.132500', '150649.592500', '150650.052500', '150650.512500', '150650.972500', '150651.432500', '150651.892500', '150652.352500', '150652.812500', '150653.272500', '150653.732500', '150654.192500', '150654.652500', '150655.112500', '150655.572500', '150656.032500', '150656.492500', '150656.952500', '150657.412500', '150657.872500', '150658.332500', '150658.792500', '150659.252500', '150659.712500', '150700.172500', '150700.632500', '150701.092500', '150701.552500', '150702.012500', '150702.472500', '150702.932500', '150703.392500', '150703.852500', '150704.312500', '150704.772500', '150705.232500', '150705.692500', '150706.152500', '150706.612500', '150707.072500', '150707.532500', '150707.992500', '150708.452500', '150708.912500', '150709.372500', '150709.832500', '150710.292500', '150710.752500', '150711.212500', '150711.672500', '150712.132500', '150712.592500', '150713.052500', '150713.512500', '150713.972500', '150714.432500', '150714.892500', '150715.352500', '150715.812500', '150716.272500', '150716.732500', '150717.192500', '150717.652500', '150718.112500', '150718.572500', '150719.032500', '150719.492500', '150719.952500', '150720.412500', '150720.872500', '150721.332500', '150721.792500', '150722.252500', '150722.712500', '150723.172500', '150723.632500', '150724.092500', '150724.552500', '150725.012500', '150725.472500', '150725.932500', '150726.392500', '150726.852500', '150727.312500', '150727.772500', '150728.232500', '150728.692500', '150729.152500', '150729.612500', '150730.072500', '150730.532500', '150730.992500', '150731.452500', '150731.912500', '150732.372500', '150732.832500', '150733.292500', '150733.752500', '150734.212500', '150734.672500', '150735.132500', '150735.592500', '150736.052500', '150736.512500', '150736.972500', '150737.432500', '150737.892500', '150738.352500', '150738.812500', '150739.272500', '150739.732500', '150740.192500', '150740.652500', '150741.112500', '150741.572500', '150742.032500', '150742.492500', '150742.952500', '150743.412500', '150743.872500', '150744.332500', '150744.792500', '150745.252500', '150745.712500', '150746.172500', '150746.632500', '150747.092500', '150747.552500', '150748.012500', '150748.472500', '150748.932500', '150749.392500', '150749.852500', '150750.312500', '150750.772500', '150751.232500', '150751.692500', '150752.152500', '150752.612500', '150753.072500', '150753.532500', '150753.992500', '150754.452500', '150754.912500', '150755.372500', '150755.832500', '150756.292500', '150756.752500', '150757.212500', '150757.672500', '150758.132500', '150758.592500', '150759.052500', '150759.512500', '150759.972500', '150800.432500', '150800.892500', '150801.352500', '150801.812500', '150802.272500', '150802.732500', '150803.192500', '150803.652500', '150804.112500', '150804.572500', '150805.032500', '150805.492500', '150805.952500', '150806.412500', '150806.872500', '150807.332500', '150807.792500', '150808.252500', '150808.712500', '150809.172500', '150809.632500', '150810.092500', '150810.552500', '150811.012500', '150811.472500', '150811.932500', '150812.392500', '150812.852500', '150813.312500', '150813.772500', '150814.232500', '150814.692500', '150815.152500', '150815.612500', '150816.072500', '150816.532500', '150816.992500', '150817.452500', '150817.912500', '150818.372500', '150818.832500', '150819.292500', '150819.752500', '150820.212500', '150820.672500', '150821.132500', '150821.592500', '150822.052500', '150822.512500', '150822.972500', '150823.432500', '150823.892500', '150824.352500', '150824.812500', '150825.272500', '150825.732500', '150826.192500', '150826.652500', '150827.112500', '150827.572500', '150828.032500', '150828.492500', '150828.952500', '150829.412500', '150829.872500', '150830.332500', '150830.792500', '150831.252500', '150831.712500', '150832.172500', '150832.632500', '150833.092500', '150833.552500', '150834.012500', '150834.472500', '150834.932500', '150835.392500', '150835.852500', '150836.312500', '150836.772500', '150837.232500', '150837.692500', '150838.152500', '150838.612500', '150839.072500', '150839.532500', '150839.992500', '150840.452500', '150840.912500', '150841.372500', '150841.832500', '150842.292500', '150842.752500', '150843.212500', '150843.672500', '150844.132500', '150844.592500', '150845.052500', '150845.512500', '150845.972500', '150846.432500', '150846.892500', '150847.352500', '150847.812500', '150848.272500', '150848.732500', '150849.192500', '150849.652500', '150850.112500', '150850.572500', '150851.032500', '150851.492500', '150851.952500', '150852.412500', '150852.872500', '150853.332500', '150853.792500', '150854.252500', '150854.712500', '150855.172500', '150855.632500', '150856.092500', '150856.552500', '150857.012500', '150857.472500', '150857.932500', '150858.392500', '150858.852500', '150859.312500', '150859.772500', '150900.232500', '150900.692500', '150901.152500', '150901.612500', '150902.072500', '150902.532500', '150902.992500', '150903.452500', '150903.912500', '150904.372500', '150904.832500', '150905.292500', '150905.752500', '150906.212500', '150906.672500', '150907.132500', '150907.592500', '150908.052500', '150908.512500', '150908.972500', '150909.432500', '150909.892500', '150910.352500', '150910.812500', '150911.272500', '150911.732500', '150912.192500', '150912.652500', '150913.112500', '150913.572500', '150914.032500', '150914.492500', '150914.952500', '150915.412500', '150915.872500', '150916.332500', '150916.792500', '150917.252500', '150917.712500', '150918.172500', '150918.632500', '150919.092500', '150919.552500', '150920.012500', '150920.472500', '150920.932500', '150921.392500', '150921.852500', '150922.312500', '150922.772500', '150923.232500', '150923.692500', '150924.152500', '150924.612500', '150925.072500', '150925.532500', '150925.992500', '150926.452500', '150926.912500', '150927.372500', '150927.832500', '150928.292500', '150928.752500', '150929.212500', '150929.672500', '150930.132500', '150930.592500', '150931.052500', '150931.512500', '150931.972500', '150932.432500', '150932.892500', '150933.352500', '150933.812500', '150934.272500', '150934.732500', '150935.192500', '150935.652500', '150936.112500', '150936.572500', '150937.032500', '150937.492500', '150937.952500', '150938.412500', '150938.872500', '150939.332500', '150939.792500', '150940.252500', '150940.712500', '150941.172500', '150941.632500', '150942.092500', '150942.552500', '150943.012500', '150943.472500', '150943.932500', '150944.392500', '150944.852500', '150945.312500', '150945.772500', '150946.232500', '150946.692500', '150947.152500', '150947.612500', '150948.072500', '150948.532500', '150948.992500', '150949.452500', '150949.912500', '150950.372500', '150950.832500', '150951.292500', '150951.752500', '150952.212500', '150952.672500', '150953.132500', '150953.592500', '150954.052500', '150954.512500', '150954.972500', '150955.432500', '150955.892500', '150956.352500', '150956.812500', '150957.272500', '150957.732500', '150958.192500', '150958.652500', '150959.112500', '150959.572500', '151000.032500', '151000.492500', '151000.952500', '151001.412500', '151001.872500', '151002.332500', '151002.792500', '151003.252500', '151003.712500', '151004.172500', '151004.632500', '151005.092500', '151005.552500', '151006.012500', '151006.472500', '151006.932500', '151007.392500', '151007.852500', '151008.312500', '151008.772500', '151009.232500', '151009.692500', '151010.152500', '151010.612500', '151011.072500', '151011.532500', '151011.992500', '151012.452500', '151012.912500', '151013.372500', '151013.832500', '151014.292500', '151014.752500', '151015.212500', '151015.672500', '151016.132500', '151016.592500', '151017.052500', '151017.512500', '151017.972500', '151018.432500', '151018.892500', '151019.352500', '151019.812500', '151020.272500', '151020.732500', '151021.192500', '151021.652500', '151022.112500', '151022.572500', '151023.032500', '151023.492500', '151023.952500', '151024.412500', '151024.872500', '151025.332500', '151025.792500', '151026.252500', '151026.712500', '151027.172500', '151027.632500', '151028.092500', '151028.552500', '151029.012500', '151029.472500', '151029.932500', '151030.392500', '151030.852500', '151031.312500', '151031.772500', '151032.232500', '151032.692500', '151033.152500', '151033.612500', '151034.072500', '151034.532500', '151034.992500', '151035.452500', '151035.912500', '151036.372500', '151036.832500', '151037.292500', '151037.752500', '151038.212500', '151038.672500', '151039.132500', '151039.592500', '151040.052500', '151040.512500', '151040.972500', '151041.432500', '151041.892500', '151042.352500', '151042.812500', '151043.272500', '151043.732500', '151044.192500', '151044.652500', '151045.112500', '151045.572500', '151046.032500', '151046.492500', '151046.952500', '151047.412500', '151047.872500', '151048.332500', '151048.792500', '151049.252500', '151049.712500', '151050.172500', '151050.632500', '151051.092500', '151051.552500', '151052.012500', '151052.472500', '151052.932500', '151053.392500', '151053.852500', '151054.312500', '151054.772500', '151055.232500', '151055.692500', '151056.152500', '151056.612500', '151057.072500', '151057.532500', '151057.992500', '151058.452500', '151058.912500', '151059.372500', '151059.832500', '151100.292500', '151100.752500', '151101.212500', '151101.672500', '151102.132500', '151102.592500', '151103.052500', '151103.512500', '151103.972500', '151104.432500', '151104.892500', '151105.352500', '151105.812500', '151106.272500', '151106.732500', '151107.192500', '151107.652500', '151108.112500', '151108.572500', '151109.032500', '151109.492500', '151109.952500', '151110.412500', '151110.872500', '151111.332500', '151111.792500', '151112.252500', '151112.712500', '151113.172500', '151113.632500', '151114.092500', '151114.552500', '151115.012500', '151115.472500', '151115.932500', '151116.392500', '151116.852500', '151117.312500', '151117.772500', '151118.232500', '151118.692500', '151119.152500', '151119.612500', '151120.072500', '151120.532500', '151120.992500', '151121.452500', '151121.912500', '151122.372500', '151122.832500', '151123.292500', '151123.752500', '151124.212500', '151124.672500', '151125.132500', '151125.592500', '151126.052500', '151126.512500', '151126.972500', '151127.432500', '151127.892500', '151128.352500', '151128.812500', '151129.272500', '151129.732500', '151130.192500', '151130.652500', '151131.112500', '151131.572500', '151132.032500', '151132.492500', '151132.952500', '151133.412500', '151133.872500', '151134.332500', '151134.792500', '151135.252500', '151135.712500', '151136.172500', '151136.632500', '151137.092500', '151137.552500', '151138.012500', '151138.472500', '151138.932500', '151139.392500', '151139.852500', '151140.312500', '151140.772500', '151141.232500', '151141.692500', '151142.152500', '151142.612500', '151143.072500', '151143.532500', '151143.992500', '151144.452500', '151144.912500', '151145.372500', '151145.832500', '151146.292500', '151146.752500', '151147.212500', '151147.672500', '151148.132500', '151148.592500', '151149.052500', '151149.512500', '151149.972500', '151150.432500', '151150.892500', '151151.352500', '151151.812500', '151152.272500', '151152.732500', '151153.192500', '151153.652500', '151154.112500', '151154.572500', '151155.032500', '151155.492500', '151155.952500', '151156.412500', '151156.872500', '151157.332500', '151157.792500', '151158.252500', '151158.712500', '151159.172500', '151159.632500', '151200.092500', '151200.552500', '151201.012500', '151201.472500', '151201.932500', '151202.392500', '151202.852500', '151203.312500', '151203.772500', '151204.232500', '151204.692500', '151205.152500', '151205.612500', '151206.072500', '151206.532500', '151206.992500', '151207.452500', '151207.912500', '151208.372500', '151208.832500', '151209.292500', '151209.752500', '151210.212500', '151210.672500', '151211.132500', '151211.592500', '151212.052500', '151212.512500', '151212.972500', '151213.432500', '151213.892500', '151214.352500', '151214.812500', '151215.272500', '151215.732500', '151216.192500', '151216.652500', '151217.112500', '151217.572500', '151218.032500', '151218.492500', '151218.952500', '151219.412500', '151219.872500', '151220.332500', '151220.792500', '151221.252500', '151221.712500', '151222.172500', '151222.632500', '151223.092500', '151223.552500', '151224.012500', '151224.472500', '151224.932500', '151225.392500', '151225.852500', '151226.312500', '151226.772500', '151227.232500', '151227.692500', '151228.152500', '151228.612500', '151229.072500', '151229.532500', '151229.992500', '151230.452500', '151230.912500', '151231.372500', '151231.832500', '151232.292500', '151232.752500', '151233.212500', '151233.672500', '151234.132500', '151234.592500', '151235.052500', '151235.512500', '151235.972500', '151236.432500', '151236.892500', '151237.352500', '151237.812500', '151238.272500', '151238.732500', '151239.192500', '151239.652500', '151240.112500', '151240.572500', '151241.032500', '151241.492500', '151241.952500', '151242.412500', '151242.872500', '151243.332500', '151243.792500', '151244.252500', '151244.712500', '151245.172500', '151245.632500', '151246.092500', '151246.552500', '151247.012500', '151247.472500', '151247.932500', '151248.392500', '151248.852500', '151249.312500', '151249.772500', '151250.232500', '151250.692500', '151251.152500', '151251.612500', '151252.072500', '151252.532500', '151252.992500', '151253.452500', '151253.912500', '151254.372500', '151254.832500', '151255.292500', '151255.752500', '151256.212500', '151256.672500', '151257.132500', '151257.592500', '151258.052500', '151258.512500', '151258.972500', '151259.432500', '151259.892500', '151300.352500', '151300.812500', '151301.272500', '151301.732500', '151302.192500', '151302.652500', '151303.112500', '151303.572500', '151304.032500', '151304.492500', '151304.952500', '151305.412500', '151305.872500', '151306.332500', '151306.792500', '151307.252500', '151307.712500', '151308.172500', '151308.632500', '151309.092500', '151309.552500', '151310.012500', '151310.472500', '151310.932500', '151311.392500', '151311.852500', '151312.312500', '151312.772500', '151313.232500', '151313.692500', '151314.152500', '151314.612500', '151315.072500', '151315.532500', '151315.992500', '151316.452500', '151316.912500', '151317.372500', '151317.832500', '151318.292500', '151318.752500', '151319.212500', '151319.672500', '151320.132500', '151320.592500', '151321.052500', '151321.512500', '151321.972500', '151322.432500', '151322.892500', '151323.352500', '151323.812500', '151324.272500', '151324.732500', '151325.192500', '151325.652500', '151326.112500', '151326.572500', '151327.032500', '151327.492500', '151327.952500', '151328.412500', '151328.872500'], 'ContentTime': ['150713.782000', '150713.785000', '150713.788000', '150713.791000', '150713.793000', '150713.796000', '150713.798000', '150713.801000', '150713.803000', '150713.806000', '150713.809000', '150713.811000', '150713.814000', '150713.816000', '150713.819000', '150713.822000', '150713.824000', '150713.827000', '150713.829000', '150713.832000', '150713.835000', '150713.837000', '150713.840000', '150713.843000', '150713.845000', '150713.848000', '150713.850000', '150713.853000', '150713.856000', '150713.858000', '150713.861000', '150713.863000', '150713.866000', '150713.873000', '150713.875000', '150713.878000', '150713.880000', '150713.883000', '150713.886000', '150713.888000', '150713.891000', '150713.893000', '150713.896000', '150713.899000', '150713.901000', '150713.904000', '150713.906000', '150713.909000', '150713.912000', '150713.914000', '150713.917000', '150713.919000', '150713.922000', '150733.742000', '150733.745000', '150733.758000', '150733.760000', '150733.763000', '150733.766000', '150733.768000', '150733.771000', '150733.773000', '150733.776000', '150733.785000', '150733.788000', '150733.790000', '150733.793000', '150733.796000', '150733.799000', '150733.802000', '150733.805000', '150733.808000', '150733.811000', '150733.814000', '150733.816000', '150733.819000', '150733.821000', '150733.824000', '150733.827000', '150733.829000', '150733.832000', '150733.835000', '150733.837000', '150733.840000', '150733.843000', '150733.845000', '150733.848000', '150733.850000', '150733.853000', '150733.856000', '150733.858000', '150733.861000', '150733.863000', '150733.866000', '150733.869000', '150733.871000', '150753.743000', '150753.745000', '150753.748000', '150753.751000', '150753.754000', '150753.756000', '150753.759000', '150753.761000', '150753.764000', '150753.766000', '150753.769000', '150753.779000', '150753.782000', '150753.784000', '150753.787000', '150753.790000', '150753.792000', '150753.795000', '150753.797000', '150753.800000', '150753.803000', '150753.805000', '150753.808000', '150753.810000', '150753.813000', '150753.816000', '150753.818000', '150753.821000', '150753.823000', '150753.826000', '150753.828000', '150753.831000', '150753.834000', '150753.836000', '150753.839000', '150753.841000', '150753.844000', '150753.846000', '150753.849000', '150753.852000', '150753.854000', '150753.863000', '150753.865000', '150753.868000', '150813.742000', '150813.746000', '150813.748000', '150813.772000', '150813.775000', '150813.778000', '150813.780000', '150813.783000', '150813.785000', '150813.788000', '150813.790000', '150813.793000', '150813.796000', '150813.798000', '150813.801000', '150813.804000', '150813.806000', '150813.809000', '150813.811000', '150813.814000', '150813.816000', '150813.819000', '150813.822000', '150813.824000', '150813.827000', '150813.830000', '150813.832000', '150813.835000', '150813.837000', '150813.840000', '150813.843000', '150813.846000', '150813.849000', '150813.852000', '150813.855000', '150813.858000', '150813.860000', '150813.863000', '150813.866000', '150813.868000', '150813.871000', '150813.874000', '150813.876000', '150833.743000', '150833.745000', '150833.748000', '150833.751000', '150833.753000', '150833.763000', '150833.765000', '150833.768000', '150833.771000', '150833.773000', '150833.776000', '150833.778000', '150833.781000', '150833.784000', '150833.786000', '150833.789000', '150833.792000', '150833.794000', '150833.797000', '150833.799000', '150833.802000', '150833.805000', '150833.808000', '150833.810000', '150833.813000', '150833.816000', '150833.819000', '150833.822000', '150833.824000', '150833.827000', '150833.830000', '150833.832000', '150833.835000', '150833.837000', '150833.840000', '150833.843000', '150833.845000', '150833.848000', '150833.851000', '150833.853000', '150833.856000', '150833.859000', '150833.861000', '150833.864000', '150853.742000', '150853.745000', '150853.748000', '150853.750000', '150853.753000', '150853.756000', '150853.758000', '150853.761000', '150853.763000', '150853.766000', '150853.769000', '150853.771000', '150853.774000', '150853.777000', '150853.779000', '150853.782000', '150853.784000', '150853.787000', '150853.790000', '150853.792000', '150853.795000', '150853.797000', '150853.800000', '150853.802000', '150853.805000', '150853.808000', '150853.810000', '150853.813000', '150853.815000', '150853.818000', '150853.821000', '150853.823000', '150853.826000', '150853.828000', '150853.831000', '150853.839000', '150853.841000', '150853.844000', '150853.847000', '150853.849000', '150853.852000', '150853.855000', '150853.857000', '150913.742000', '150913.745000', '150913.748000', '150913.751000', '150913.753000', '150913.756000', '150913.759000', '150913.761000', '150913.764000', '150913.772000', '150913.775000', '150913.777000', '150913.808000', '150913.811000', '150913.813000', '150913.816000', '150913.818000', '150913.821000', '150913.824000', '150913.826000', '150913.829000', '150913.832000', '150913.834000', '150913.837000', '150913.839000', '150913.842000', '150913.845000', '150913.847000', '150913.850000', '150913.853000', '150913.855000', '150913.858000', '150913.860000', '150913.863000', '150913.865000', '150913.868000', '150913.870000', '150913.873000', '150913.876000', '150913.878000', '150913.881000', '150913.884000', '150913.886000', '150913.889000', '150933.742000', '150933.744000', '150933.747000', '150933.750000', '150933.752000', '150933.755000', '150933.757000', '150933.760000', '150933.763000', '150933.765000', '150933.776000', '150933.779000', '150933.781000', '150933.784000', '150933.787000', '150933.789000', '150933.792000', '150933.795000', '150933.797000', '150933.800000', '150933.802000', '150933.805000', '150933.808000', '150933.810000', '150933.813000', '150933.816000', '150933.818000', '150933.821000', '150933.824000', '150933.827000', '150933.829000', '150933.833000', '150933.835000', '150933.838000', '150933.840000', '150933.843000', '150933.846000', '150933.848000', '150933.851000', '150933.853000', '150933.856000', '150933.859000', '150933.861000', '150953.742000', '150953.745000', '150953.748000', '150953.751000', '150953.753000', '150953.756000', '150953.759000', '150953.761000', '150953.764000', '150953.766000', '150953.769000', '150953.772000', '150953.774000', '150953.777000', '150953.779000', '150953.782000', '150953.785000', '150953.787000', '150953.790000', '150953.792000', '150953.795000', '150953.798000', '150953.800000', '150953.803000', '150953.806000', '150953.809000', '150953.811000', '150953.814000', '150953.817000', '150953.819000', '150953.822000', '150953.825000', '150953.827000', '150953.830000', '150953.832000', '150953.835000', '150953.838000', '150953.840000', '150953.843000', '150953.845000', '150953.848000', '150953.851000', '150953.853000', '150953.856000', '151013.742000', '151013.745000', '151013.748000', '151013.751000', '151013.753000', '151013.756000', '151013.758000', '151013.769000', '151013.772000', '151013.775000', '151013.777000', '151013.780000', '151013.782000', '151013.785000', '151013.788000', '151013.790000', '151013.793000', '151013.795000', '151013.798000', '151013.800000', '151013.803000', '151013.806000', '151013.808000', '151013.811000', '151013.814000', '151013.816000', '151013.819000', '151013.821000', '151013.824000', '151013.827000', '151013.829000', '151013.832000', '151013.835000', '151013.837000', '151013.840000', '151013.842000', '151013.845000', '151013.847000', '151013.850000', '151013.853000', '151013.856000', '151013.858000', '151013.861000', '151033.743000', '151033.745000', '151033.748000', '151033.751000', '151033.753000', '151033.756000', '151033.758000', '151033.761000', '151033.764000', '151033.767000', '151033.769000', '151033.772000', '151033.775000', '151033.777000', '151033.780000', '151033.782000', '151033.785000', '151033.788000', '151033.790000', '151033.793000', '151033.796000', '151033.798000', '151033.801000', '151033.804000', '151033.807000', '151033.809000', '151033.812000', '151033.814000', '151033.817000', '151033.820000', '151033.822000', '151033.825000', '151033.827000', '151033.830000', '151033.832000', '151033.835000', '151033.838000', '151033.854000', '151033.857000', '151033.860000', '151033.862000', '151033.865000', '151033.867000', '151033.870000', '151053.743000', '151053.746000', '151053.748000', '151053.751000', '151053.753000', '151053.764000', '151053.767000', '151053.770000', '151053.772000', '151053.775000', '151053.778000', '151053.780000', '151053.783000', '151053.786000', '151053.788000', '151053.791000', '151053.794000', '151053.796000', '151053.799000', '151053.801000', '151053.804000', '151053.807000', '151053.809000', '151053.812000', '151053.815000', '151053.817000', '151053.820000', '151053.823000', '151053.825000', '151053.828000', '151053.830000', '151053.833000', '151053.836000', '151053.838000', '151053.841000', '151053.844000', '151053.846000', '151053.849000', '151053.851000', '151053.854000', '151053.857000', '151053.859000', '151053.862000', '151113.742000', '151113.745000', '151113.748000', '151113.751000', '151113.753000', '151113.756000', '151113.759000', '151113.761000', '151113.764000', '151113.766000', '151113.769000', '151113.772000', '151113.774000', '151113.777000', '151113.779000', '151113.782000', '151113.785000', '151113.787000', '151113.790000', '151113.792000', '151113.795000', '151113.798000', '151113.800000', '151113.803000', '151113.805000', '151113.808000', '151113.811000', '151113.813000', '151113.816000', '151113.818000', '151113.821000', '151113.824000', '151113.826000', '151113.829000', '151113.832000', '151113.834000', '151113.837000', '151113.839000', '151113.842000', '151113.844000', '151113.847000', '151113.850000', '151113.852000', '151113.855000', '151133.743000', '151133.745000', '151133.748000', '151133.751000', '151133.753000', '151133.756000', '151133.759000', '151133.761000', '151133.764000', '151133.766000', '151133.769000', '151133.772000', '151133.774000', '151133.777000', '151133.779000', '151133.782000', '151133.785000', '151133.787000', '151133.790000', '151133.793000', '151133.795000', '151133.798000', '151133.800000', '151133.803000', '151133.806000', '151133.808000', '151133.811000', '151133.813000', '151133.816000', '151133.819000', '151133.821000', '151133.824000', '151133.826000', '151133.829000', '151133.831000', '151133.834000', '151133.837000', '151133.839000', '151133.842000', '151133.844000', '151133.847000', '151133.849000', '151133.852000', '151153.741000', '151153.744000', '151153.747000', '151153.749000', '151153.752000', '151153.755000', '151153.757000', '151153.760000', '151153.762000', '151153.765000', '151153.767000', '151153.770000', '151153.773000', '151153.775000', '151153.779000', '151153.782000', '151153.784000', '151153.787000', '151153.790000', '151153.792000', '151153.795000', '151153.797000', '151153.800000', '151153.803000', '151153.805000', '151153.808000', '151153.810000', '151153.813000', '151153.815000', '151153.818000', '151153.821000', '151153.823000', '151153.826000', '151153.828000', '151153.831000', '151153.834000', '151153.836000', '151153.839000', '151153.842000', '151153.844000', '151153.847000', '151153.849000', '151153.852000', '151153.855000', '151213.743000', '151213.745000', '151213.748000', '151213.750000', '151213.753000', '151213.762000', '151213.765000', '151213.767000', '151213.770000', '151213.773000', '151213.775000', '151213.778000', '151213.781000', '151213.783000', '151213.786000', '151213.788000', '151213.791000', '151213.793000', '151213.806000', '151213.809000', '151213.811000', '151213.814000', '151213.816000', '151213.819000', '151213.822000', '151213.824000', '151213.827000', '151213.830000', '151213.832000', '151213.835000', '151213.837000', '151213.840000', '151213.843000', '151213.845000', '151213.848000', '151213.850000', '151213.853000', '151213.856000', '151213.858000', '151213.861000', '151213.864000', '151213.866000', '151213.869000', '151233.742000', '151233.745000', '151233.748000', '151233.750000', '151233.753000', '151233.756000', '151233.758000', '151233.761000', '151233.763000', '151233.766000', '151233.768000', '151233.771000', '151233.774000', '151233.776000', '151233.779000', '151233.781000', '151233.784000', '151233.787000', '151233.789000', '151233.792000', '151233.795000', '151233.797000', '151233.800000', '151233.802000', '151233.805000', '151233.808000', '151233.810000', '151233.813000', '151233.815000', '151233.818000', '151233.821000', '151233.823000', '151233.826000', '151233.828000', '151233.831000', '151233.834000', '151233.836000', '151233.839000', '151233.841000', '151233.844000', '151233.847000', '151233.849000', '151233.852000', '151233.854000', '151253.742000', '151253.745000', '151253.748000', '151253.750000', '151253.753000', '151253.756000', '151253.758000', '151253.761000', '151253.763000', '151253.766000', '151253.769000', '151253.771000', '151253.774000', '151253.776000', '151253.779000', '151253.781000', '151253.784000', '151253.787000', '151253.789000', '151253.792000', '151253.794000', '151253.797000', '151253.800000', '151253.802000', '151253.805000', '151253.807000', '151253.810000', '151253.812000', '151253.815000', '151253.818000', '151253.820000', '151253.823000', '151253.825000', '151253.828000', '151253.831000', '151253.833000', '151253.836000', '151253.839000', '151253.841000', '151253.844000', '151253.846000', '151253.849000', '151253.851000', '151313.743000', '151313.745000', '151313.748000', '151313.751000', '151313.753000', '151313.756000', '151313.758000', '151313.761000', '151313.763000', '151313.766000', '151313.768000', '151313.771000', '151313.774000', '151313.776000', '151313.779000', '151313.781000', '151313.784000', '151313.788000', '151313.791000', '151313.793000', '151313.796000', '151313.798000', '151313.801000', '151313.803000', '151313.806000', '151313.809000', '151313.811000', '151313.814000', '151313.816000', '151313.820000', '151313.823000', '151313.825000', '151313.828000', '151313.831000', '151313.833000', '151313.836000', '151313.838000', '151313.841000', '151313.844000', '151313.846000', '151313.849000', '151313.851000', '151313.854000', '151330.304000', '151330.315000', '151330.318000', '151330.320000', '151330.323000', '151330.326000', '151330.328000', '151330.331000', '151330.334000', '151330.336000', '151330.339000', '151330.341000', '151330.344000', '151330.347000', '151330.349000', '151330.352000', '151330.355000', '151330.358000', '151330.361000', '151330.363000', '151330.366000', '151330.368000', '151330.371000', '151330.374000', '151330.376000', '151330.379000', '151330.381000', '151330.384000', '151330.387000', '151330.389000', '151330.398000', '151330.401000', '151330.404000', '151330.406000', '151330.409000', '151330.412000', '151330.414000'], 'InstanceCreationTime': ['150713.782000', '150713.785000', '150713.788000', '150713.791000', '150713.793000', '150713.796000', '150713.798000', '150713.801000', '150713.803000', '150713.806000', '150713.809000', '150713.811000', '150713.814000', '150713.816000', '150713.819000', '150713.822000', '150713.824000', '150713.827000', '150713.829000', '150713.832000', '150713.835000', '150713.837000', '150713.840000', '150713.843000', '150713.845000', '150713.848000', '150713.850000', '150713.853000', '150713.856000', '150713.858000', '150713.861000', '150713.863000', '150713.866000', '150713.873000', '150713.875000', '150713.878000', '150713.880000', '150713.883000', '150713.886000', '150713.888000', '150713.891000', '150713.893000', '150713.896000', '150713.899000', '150713.901000', '150713.904000', '150713.906000', '150713.909000', '150713.912000', '150713.914000', '150713.917000', '150713.919000', '150713.922000', '150733.742000', '150733.745000', '150733.758000', '150733.760000', '150733.763000', '150733.766000', '150733.768000', '150733.771000', '150733.773000', '150733.776000', '150733.785000', '150733.788000', '150733.790000', '150733.793000', '150733.796000', '150733.799000', '150733.802000', '150733.805000', '150733.808000', '150733.811000', '150733.814000', '150733.816000', '150733.819000', '150733.821000', '150733.824000', '150733.827000', '150733.829000', '150733.832000', '150733.835000', '150733.837000', '150733.840000', '150733.843000', '150733.845000', '150733.848000', '150733.850000', '150733.853000', '150733.856000', '150733.858000', '150733.861000', '150733.863000', '150733.866000', '150733.869000', '150733.871000', '150753.743000', '150753.745000', '150753.748000', '150753.751000', '150753.754000', '150753.756000', '150753.759000', '150753.761000', '150753.764000', '150753.766000', '150753.769000', '150753.779000', '150753.782000', '150753.784000', '150753.787000', '150753.790000', '150753.792000', '150753.795000', '150753.797000', '150753.800000', '150753.803000', '150753.805000', '150753.808000', '150753.810000', '150753.813000', '150753.816000', '150753.818000', '150753.821000', '150753.823000', '150753.826000', '150753.828000', '150753.831000', '150753.834000', '150753.836000', '150753.839000', '150753.841000', '150753.844000', '150753.846000', '150753.849000', '150753.852000', '150753.854000', '150753.863000', '150753.865000', '150753.868000', '150813.742000', '150813.746000', '150813.748000', '150813.772000', '150813.775000', '150813.778000', '150813.780000', '150813.783000', '150813.785000', '150813.788000', '150813.790000', '150813.793000', '150813.796000', '150813.798000', '150813.801000', '150813.804000', '150813.806000', '150813.809000', '150813.811000', '150813.814000', '150813.816000', '150813.819000', '150813.822000', '150813.824000', '150813.827000', '150813.830000', '150813.832000', '150813.835000', '150813.837000', '150813.840000', '150813.843000', '150813.846000', '150813.849000', '150813.852000', '150813.855000', '150813.858000', '150813.860000', '150813.863000', '150813.866000', '150813.868000', '150813.871000', '150813.874000', '150813.876000', '150833.743000', '150833.745000', '150833.748000', '150833.751000', '150833.753000', '150833.763000', '150833.765000', '150833.768000', '150833.771000', '150833.773000', '150833.776000', '150833.778000', '150833.781000', '150833.784000', '150833.786000', '150833.789000', '150833.792000', '150833.794000', '150833.797000', '150833.799000', '150833.802000', '150833.805000', '150833.808000', '150833.810000', '150833.813000', '150833.816000', '150833.819000', '150833.822000', '150833.824000', '150833.827000', '150833.830000', '150833.832000', '150833.835000', '150833.837000', '150833.840000', '150833.843000', '150833.845000', '150833.848000', '150833.851000', '150833.853000', '150833.856000', '150833.859000', '150833.861000', '150833.864000', '150853.742000', '150853.745000', '150853.748000', '150853.750000', '150853.753000', '150853.756000', '150853.758000', '150853.761000', '150853.763000', '150853.766000', '150853.769000', '150853.771000', '150853.774000', '150853.777000', '150853.779000', '150853.782000', '150853.784000', '150853.787000', '150853.790000', '150853.792000', '150853.795000', '150853.797000', '150853.800000', '150853.802000', '150853.805000', '150853.808000', '150853.810000', '150853.813000', '150853.815000', '150853.818000', '150853.821000', '150853.823000', '150853.826000', '150853.828000', '150853.831000', '150853.839000', '150853.841000', '150853.844000', '150853.847000', '150853.849000', '150853.852000', '150853.855000', '150853.857000', '150913.742000', '150913.745000', '150913.748000', '150913.751000', '150913.753000', '150913.756000', '150913.759000', '150913.761000', '150913.764000', '150913.772000', '150913.775000', '150913.777000', '150913.808000', '150913.811000', '150913.813000', '150913.816000', '150913.818000', '150913.821000', '150913.824000', '150913.826000', '150913.829000', '150913.832000', '150913.834000', '150913.837000', '150913.839000', '150913.842000', '150913.845000', '150913.847000', '150913.850000', '150913.853000', '150913.855000', '150913.858000', '150913.860000', '150913.863000', '150913.865000', '150913.868000', '150913.870000', '150913.873000', '150913.876000', '150913.878000', '150913.881000', '150913.884000', '150913.886000', '150913.889000', '150933.742000', '150933.744000', '150933.747000', '150933.750000', '150933.752000', '150933.755000', '150933.757000', '150933.760000', '150933.763000', '150933.765000', '150933.776000', '150933.779000', '150933.781000', '150933.784000', '150933.787000', '150933.789000', '150933.792000', '150933.795000', '150933.797000', '150933.800000', '150933.802000', '150933.805000', '150933.808000', '150933.810000', '150933.813000', '150933.816000', '150933.818000', '150933.821000', '150933.824000', '150933.827000', '150933.829000', '150933.833000', '150933.835000', '150933.838000', '150933.840000', '150933.843000', '150933.846000', '150933.848000', '150933.851000', '150933.853000', '150933.856000', '150933.859000', '150933.861000', '150953.742000', '150953.745000', '150953.748000', '150953.751000', '150953.753000', '150953.756000', '150953.759000', '150953.761000', '150953.764000', '150953.766000', '150953.769000', '150953.772000', '150953.774000', '150953.777000', '150953.779000', '150953.782000', '150953.785000', '150953.787000', '150953.790000', '150953.792000', '150953.795000', '150953.798000', '150953.800000', '150953.803000', '150953.806000', '150953.809000', '150953.811000', '150953.814000', '150953.817000', '150953.819000', '150953.822000', '150953.825000', '150953.827000', '150953.830000', '150953.832000', '150953.835000', '150953.838000', '150953.840000', '150953.843000', '150953.845000', '150953.848000', '150953.851000', '150953.853000', '150953.856000', '151013.742000', '151013.745000', '151013.748000', '151013.751000', '151013.753000', '151013.756000', '151013.758000', '151013.769000', '151013.772000', '151013.775000', '151013.777000', '151013.780000', '151013.782000', '151013.785000', '151013.788000', '151013.790000', '151013.793000', '151013.795000', '151013.798000', '151013.800000', '151013.803000', '151013.806000', '151013.808000', '151013.811000', '151013.814000', '151013.816000', '151013.819000', '151013.821000', '151013.824000', '151013.827000', '151013.829000', '151013.832000', '151013.835000', '151013.837000', '151013.840000', '151013.842000', '151013.845000', '151013.847000', '151013.850000', '151013.853000', '151013.856000', '151013.858000', '151013.861000', '151033.743000', '151033.745000', '151033.748000', '151033.751000', '151033.753000', '151033.756000', '151033.758000', '151033.761000', '151033.764000', '151033.767000', '151033.769000', '151033.772000', '151033.775000', '151033.777000', '151033.780000', '151033.782000', '151033.785000', '151033.788000', '151033.790000', '151033.793000', '151033.796000', '151033.798000', '151033.801000', '151033.804000', '151033.807000', '151033.809000', '151033.812000', '151033.814000', '151033.817000', '151033.820000', '151033.822000', '151033.825000', '151033.827000', '151033.830000', '151033.832000', '151033.835000', '151033.838000', '151033.854000', '151033.857000', '151033.860000', '151033.862000', '151033.865000', '151033.867000', '151033.870000', '151053.743000', '151053.746000', '151053.748000', '151053.751000', '151053.753000', '151053.764000', '151053.767000', '151053.770000', '151053.772000', '151053.775000', '151053.778000', '151053.780000', '151053.783000', '151053.786000', '151053.788000', '151053.791000', '151053.794000', '151053.796000', '151053.799000', '151053.801000', '151053.804000', '151053.807000', '151053.809000', '151053.812000', '151053.815000', '151053.817000', '151053.820000', '151053.823000', '151053.825000', '151053.828000', '151053.830000', '151053.833000', '151053.836000', '151053.838000', '151053.841000', '151053.844000', '151053.846000', '151053.849000', '151053.851000', '151053.854000', '151053.857000', '151053.859000', '151053.862000', '151113.742000', '151113.745000', '151113.748000', '151113.751000', '151113.753000', '151113.756000', '151113.759000', '151113.761000', '151113.764000', '151113.766000', '151113.769000', '151113.772000', '151113.774000', '151113.777000', '151113.779000', '151113.782000', '151113.785000', '151113.787000', '151113.790000', '151113.792000', '151113.795000', '151113.798000', '151113.800000', '151113.803000', '151113.805000', '151113.808000', '151113.811000', '151113.813000', '151113.816000', '151113.818000', '151113.821000', '151113.824000', '151113.826000', '151113.829000', '151113.832000', '151113.834000', '151113.837000', '151113.839000', '151113.842000', '151113.844000', '151113.847000', '151113.850000', '151113.852000', '151113.855000', '151133.743000', '151133.745000', '151133.748000', '151133.751000', '151133.753000', '151133.756000', '151133.759000', '151133.761000', '151133.764000', '151133.766000', '151133.769000', '151133.772000', '151133.774000', '151133.777000', '151133.779000', '151133.782000', '151133.785000', '151133.787000', '151133.790000', '151133.793000', '151133.795000', '151133.798000', '151133.800000', '151133.803000', '151133.806000', '151133.808000', '151133.811000', '151133.813000', '151133.816000', '151133.819000', '151133.821000', '151133.824000', '151133.826000', '151133.829000', '151133.831000', '151133.834000', '151133.837000', '151133.839000', '151133.842000', '151133.844000', '151133.847000', '151133.849000', '151133.852000', '151153.741000', '151153.744000', '151153.747000', '151153.749000', '151153.752000', '151153.755000', '151153.757000', '151153.760000', '151153.762000', '151153.765000', '151153.767000', '151153.770000', '151153.773000', '151153.775000', '151153.779000', '151153.782000', '151153.784000', '151153.787000', '151153.790000', '151153.792000', '151153.795000', '151153.797000', '151153.800000', '151153.803000', '151153.805000', '151153.808000', '151153.810000', '151153.813000', '151153.815000', '151153.818000', '151153.821000', '151153.823000', '151153.826000', '151153.828000', '151153.831000', '151153.834000', '151153.836000', '151153.839000', '151153.842000', '151153.844000', '151153.847000', '151153.849000', '151153.852000', '151153.855000', '151213.743000', '151213.745000', '151213.748000', '151213.750000', '151213.753000', '151213.762000', '151213.765000', '151213.767000', '151213.770000', '151213.773000', '151213.775000', '151213.778000', '151213.781000', '151213.783000', '151213.786000', '151213.788000', '151213.791000', '151213.793000', '151213.806000', '151213.809000', '151213.811000', '151213.814000', '151213.816000', '151213.819000', '151213.822000', '151213.824000', '151213.827000', '151213.830000', '151213.832000', '151213.835000', '151213.837000', '151213.840000', '151213.843000', '151213.845000', '151213.848000', '151213.850000', '151213.853000', '151213.856000', '151213.858000', '151213.861000', '151213.864000', '151213.866000', '151213.869000', '151233.742000', '151233.745000', '151233.748000', '151233.750000', '151233.753000', '151233.756000', '151233.758000', '151233.761000', '151233.763000', '151233.766000', '151233.768000', '151233.771000', '151233.774000', '151233.776000', '151233.779000', '151233.781000', '151233.784000', '151233.787000', '151233.789000', '151233.792000', '151233.795000', '151233.797000', '151233.800000', '151233.802000', '151233.805000', '151233.808000', '151233.810000', '151233.813000', '151233.815000', '151233.818000', '151233.821000', '151233.823000', '151233.826000', '151233.828000', '151233.831000', '151233.834000', '151233.836000', '151233.839000', '151233.841000', '151233.844000', '151233.847000', '151233.849000', '151233.852000', '151233.854000', '151253.742000', '151253.745000', '151253.748000', '151253.750000', '151253.753000', '151253.756000', '151253.758000', '151253.761000', '151253.763000', '151253.766000', '151253.769000', '151253.771000', '151253.774000', '151253.776000', '151253.779000', '151253.781000', '151253.784000', '151253.787000', '151253.789000', '151253.792000', '151253.794000', '151253.797000', '151253.800000', '151253.802000', '151253.805000', '151253.807000', '151253.810000', '151253.812000', '151253.815000', '151253.818000', '151253.820000', '151253.823000', '151253.825000', '151253.828000', '151253.831000', '151253.833000', '151253.836000', '151253.839000', '151253.841000', '151253.844000', '151253.846000', '151253.849000', '151253.851000', '151313.743000', '151313.745000', '151313.748000', '151313.751000', '151313.753000', '151313.756000', '151313.758000', '151313.761000', '151313.763000', '151313.766000', '151313.768000', '151313.771000', '151313.774000', '151313.776000', '151313.779000', '151313.781000', '151313.784000', '151313.788000', '151313.791000', '151313.793000', '151313.796000', '151313.798000', '151313.801000', '151313.803000', '151313.806000', '151313.809000', '151313.811000', '151313.814000', '151313.816000', '151313.820000', '151313.823000', '151313.825000', '151313.828000', '151313.831000', '151313.833000', '151313.836000', '151313.838000', '151313.841000', '151313.844000', '151313.846000', '151313.849000', '151313.851000', '151313.854000', '151330.304000', '151330.315000', '151330.318000', '151330.320000', '151330.323000', '151330.326000', '151330.328000', '151330.331000', '151330.334000', '151330.336000', '151330.339000', '151330.341000', '151330.344000', '151330.347000', '151330.349000', '151330.352000', '151330.355000', '151330.358000', '151330.361000', '151330.363000', '151330.366000', '151330.368000', '151330.371000', '151330.374000', '151330.376000', '151330.379000', '151330.381000', '151330.384000', '151330.387000', '151330.389000', '151330.398000', '151330.401000', '151330.404000', '151330.406000', '151330.409000', '151330.412000', '151330.414000'], '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': [8068, 6555, 8124, 8159, 7130, 9525, 6741, 7877, 6692, 6948, 7195, 6468, 7045, 6480, 7433, 6629, 7681, 6916, 7644, 6702, 7787, 6726, 7838, 6388, 7721, 6683, 7975, 6257, 7618, 6340, 8311, 6429, 7803, 7626, 7399, 6508, 7634, 6295, 7919, 6681, 7838, 6642, 7537, 6632, 7929, 6444, 7847, 7396, 6835, 6486, 6989, 6686, 7463, 6697, 6482, 7188, 6910, 7977, 7101, 7286, 7676, 8931, 8479, 7902, 6815, 7625, 6687, 7653, 6518, 6081, 6753, 6537, 7170, 6360, 7741, 6659, 6469, 6753, 6431, 7885, 6500, 7565, 6599, 8174, 6888, 8102, 6457, 7398, 6433, 6757, 7007, 6334, 6554, 7589, 7350, 8067, 7644, 8802, 7020, 8461, 7787, 8048, 6474, 7921, 6271, 7845, 6392, 7321, 6643, 7264, 6454, 7384, 6611, 7500, 6447, 6963, 6521, 6516, 7673, 6488, 6457, 7018, 6588, 8894, 8895, 7148, 9456, 6821, 8675, 7069, 7959, 6421, 8105, 6892, 6402, 7610, 6341, 6454, 7779, 6407, 7868, 7216, 7650, 6383, 7957, 8412, 7224, 6204, 6647, 6204, 6627, 6298, 7185, 6364, 7290, 6425, 7505, 6652, 6720, 6399, 7878, 6300, 7500, 7072, 7849, 6459, 7718, 6594, 7782, 6224, 7763, 6377, 7503, 6546, 7772, 6455, 7878, 6342, 8018, 8193, 7110, 6345, 6841, 6317, 6958, 6436, 7557, 6361, 8030, 6365, 7951, 6464, 8021, 6323, 7629, 6467, 7803, 6351, 7522, 6552, 7642, 6621, 6221, 6996, 6395, 7595, 6453, 7476, 6926, 6184, 6587, 8434, 6566, 8132, 6299, 7636, 6385, 7939, 6326, 8328, 6501, 8006, 6511, 7424, 6448, 6849, 6702, 6237, 7176, 6382, 8110, 6828, 8065, 6729, 7953, 6986, 6461, 7188, 6217, 8277, 6656, 6200, 8220, 6607, 9273, 6831, 9655, 7145, 9253, 8289, 8044, 6593, 8317, 6518, 8698, 6767, 8672, 6784, 8037, 6422, 8210, 6441, 8283, 6832, 7992, 6335, 7313, 6475, 7339, 6404, 7104, 6575, 7694, 6910, 7640, 6980, 8178, 6990, 8078, 6752, 8273, 6931, 8431, 7349, 8475, 6982, 8441, 6671, 8753, 7026, 8215, 6578, 8039, 6387, 8238, 6620, 7046, 6680, 7052, 6419, 6258, 7649, 6480, 8080, 6319, 7740, 9178, 6926, 9451, 8320, 8580, 6805, 8528, 7028, 8541, 6970, 7674, 6996, 8016, 6740, 8308, 6755, 8211, 6673, 8251, 6660, 7455, 6935, 7173, 7058, 7499, 6949, 6878, 7092, 8943, 6837, 9091, 6924, 8393, 6915, 8089, 6970, 8240, 6365, 7867, 8310, 7276, 8636, 7066, 6559, 7401, 6443, 7527, 6783, 7433, 6379, 7870, 6651, 6820, 6687, 6301, 8597, 6953, 8386, 6815, 8546, 6516, 10035, 8122, 7122, 9284, 7912, 8265, 6913, 8652, 7461, 7788, 6989, 7869, 6799, 8126, 6920, 6545, 6777, 8703, 7929, 7750, 6715, 7977, 9799, 7169, 7110, 6963, 6204, 7182, 8257, 7024, 8887, 6917, 8160, 6957, 8218, 6618, 7777, 6325, 6933, 9981, 6918, 9326, 7246, 8616, 7290, 8095, 7244, 7617, 6841, 7296, 6449, 7324, 9381, 7163, 9317, 7402, 8538, 7334, 7887, 7210, 7774, 7180, 7409, 6787, 6511, 6970, 8234, 7202, 8083, 7431, 7957, 6720, 7422, 9483, 6942, 9783, 7118, 8876, 7542, 8444, 7039, 8408, 7093, 8569, 7173, 8063, 7291, 9142, 7387, 6469, 8999, 7119, 8414, 6881, 7135, 9609, 7096, 8174, 6821, 7558, 8017, 6861, 8091, 6877, 7071, 7438, 6714, 8305, 7577, 8510, 7131, 6858, 7786, 6715, 6879, 7885, 10618, 8379, 8071, 6823, 7332, 7087, 8234, 6930, 8239, 7057, 8329, 7006, 8194, 6964, 7568, 6814, 6719, 7313, 7286, 8099, 8180, 7031, 8494, 6973, 7987, 6718, 7200, 9878, 6959, 9108, 7754, 10566, 8191, 6512, 8920, 7164, 6112, 8226, 6551, 6694, 8371, 5994, 7851, 5857, 7720, 5801, 7661, 5884, 8226, 7181, 9879, 7413, 9775, 8958, 8896, 6432, 8374, 7123, 8624, 6629, 7675, 6911, 7497, 7063, 7905, 7381, 8406, 7099, 8393, 7538, 8502, 8262, 7928, 6047, 6850, 6800, 6352, 6539, 6927, 7520, 8515, 7443, 8514, 6846, 8935, 7437, 8708, 8262, 8425, 7212, 8546, 7149, 8705, 7079, 8480, 6675, 7246, 7051, 8300, 6805, 8622, 7078, 6896, 8598, 6168, 6705, 7586, 7354, 7695, 6447, 7366, 8147, 7226, 10206, 7736, 9042, 9762, 6655, 8428, 7255, 9331, 6721, 6487, 7685, 6015, 8264, 6470, 6511, 7500, 6971, 9508, 7862, 8279, 6453, 6774, 9122, 6862, 7782, 6775, 6705, 6842, 8086, 6769, 6198, 6961, 6401, 6711, 7890, 6827, 6923, 6883, 6411, 7326, 6819, 8302, 6814, 8011, 6706, 7999, 6549, 8676, 6972, 8866, 6875, 8797, 7015, 8410, 7125, 8605, 6983, 8642, 6710, 8584, 6979, 8670, 6717, 8451, 6453, 7654, 8610, 6923, 9669, 6962, 9224, 6924, 8208, 6703, 7800, 6645, 8431, 6386, 6220, 6761, 6239, 7491, 6301, 8231, 6470, 6323, 7218, 8736, 7097, 8317, 7154, 9681, 6945, 9482, 7418, 8512, 6872, 8893, 7016, 6909, 6647, 6929, 8508, 6606, 6526, 8049, 7103, 9742, 7899, 9980, 9876, 6821, 9619, 8441, 9091, 6776, 8681, 6899, 8854, 6974, 8632, 6873, 8593, 7237, 8093, 6879, 7768, 6329, 6929, 8775, 7048, 8738, 7296, 8216, 7837, 7459, 9677, 6715, 6600, 6803, 6640, 6274, 7239, 8817, 6987, 9263, 6940, 7016, 9057, 7274, 10356, 9055, 9512, 10068, 7821, 10040, 7885, 9927, 7778, 10120, 7467, 9284, 7674, 9484, 7408, 9174, 7705, 8847, 7517, 7069, 7185, 7165, 7938, 7045, 6750, 8397, 6750, 8261, 6295, 7115, 7844, 7302, 10150, 8663, 8298, 6481, 7164, 10302, 7120, 9009, 7193, 8819, 7078, 8350, 6609, 6203, 6585, 6303, 7832, 6700, 8583, 6854, 8069, 6791, 9485, 7007, 9350, 7790, 8903, 7012, 8806, 6239, 7792, 7269, 7445, 6482, 7865, 6246, 7961, 6803, 6853, 9558, 6935, 8902, 6771, 8482, 6500, 8441, 6532, 7632, 6157, 7046, 6321, 7474, 8928, 7119, 6245, 7333, 9516, 7203, 9158, 7339, 8221, 7245, 8256, 7742, 7468, 9810, 7156, 9662, 7019, 8883, 7151, 8130, 7071, 8945, 7060, 8566, 6816, 8244, 6920, 8732, 6835, 8634, 7021, 8729, 7033, 8835, 7200, 8262, 6806, 8718, 6887, 9120, 6667, 6215], 'WindowCenter': [3902.0, 3857.0, 3875.0, 3859.0, 3838.0, 3855.0, 3823.0, 3831.0, 3811.0, 3820.0, 3825.0, 3822.0, 3834.0, 3823.0, 3834.0, 3824.0, 3848.0, 3847.0, 3833.0, 3823.0, 3845.0, 3823.0, 3833.0, 3823.0, 3833.0, 3822.0, 3843.0, 3811.0, 3832.0, 3810.0, 3842.0, 3810.0, 3832.0, 3819.0, 3821.0, 3809.0, 3832.0, 3797.0, 3830.0, 3808.0, 3830.0, 3810.0, 3830.0, 3808.0, 3831.0, 3809.0, 3832.0, 3817.0, 3807.0, 3795.0, 3806.0, 3806.0, 3817.0, 3809.0, 3798.0, 3819.0, 3821.0, 3843.0, 3834.0, 3831.0, 3832.0, 3829.0, 3828.0, 3816.0, 3793.0, 3805.0, 3782.0, 3820.0, 3799.0, 3795.0, 3810.0, 3820.0, 3819.0, 3813.0, 3831.0, 3824.0, 3822.0, 3824.0, 3825.0, 3845.0, 3824.0, 3846.0, 3822.0, 3843.0, 3821.0, 3834.0, 3812.0, 3819.0, 3825.0, 3837.0, 3835.0, 3836.0, 3825.0, 3846.0, 3835.0, 3833.0, 3834.0, 3842.0, 3819.0, 3830.0, 3817.0, 3818.0, 3794.0, 3817.0, 3782.0, 3818.0, 3795.0, 3805.0, 3794.0, 3807.0, 3794.0, 3807.0, 3807.0, 3817.0, 3810.0, 3819.0, 3811.0, 3812.0, 3832.0, 3823.0, 3823.0, 3836.0, 3823.0, 3857.0, 3842.0, 3824.0, 3850.0, 3810.0, 3830.0, 3810.0, 3830.0, 3808.0, 3829.0, 3819.0, 3812.0, 3845.0, 3824.0, 3826.0, 3847.0, 3827.0, 3848.0, 3835.0, 3833.0, 3810.0, 3844.0, 3831.0, 3823.0, 3797.0, 3811.0, 3798.0, 3821.0, 3808.0, 3822.0, 3823.0, 3832.0, 3822.0, 3844.0, 3839.0, 3835.0, 3828.0, 3846.0, 3824.0, 3835.0, 3824.0, 3845.0, 3810.0, 3833.0, 3811.0, 3833.0, 3799.0, 3832.0, 3811.0, 3822.0, 3809.0, 3832.0, 3810.0, 3831.0, 3810.0, 3832.0, 3830.0, 3821.0, 3797.0, 3810.0, 3796.0, 3810.0, 3810.0, 3831.0, 3812.0, 3832.0, 3810.0, 3832.0, 3811.0, 3833.0, 3808.0, 3831.0, 3808.0, 3831.0, 3811.0, 3831.0, 3812.0, 3832.0, 3824.0, 3813.0, 3834.0, 3825.0, 3845.0, 3827.0, 3848.0, 3838.0, 3826.0, 3837.0, 3845.0, 3824.0, 3835.0, 3810.0, 3833.0, 3809.0, 3833.0, 3810.0, 3842.0, 3810.0, 3843.0, 3812.0, 3831.0, 3823.0, 3823.0, 3822.0, 3811.0, 3834.0, 3823.0, 3847.0, 3823.0, 3844.0, 3822.0, 3841.0, 3824.0, 3822.0, 3835.0, 3812.0, 3853.0, 3823.0, 3812.0, 3855.0, 3835.0, 3865.0, 3824.0, 3854.0, 3822.0, 3841.0, 3830.0, 3831.0, 3809.0, 3830.0, 3796.0, 3827.0, 3807.0, 3840.0, 3809.0, 3831.0, 3810.0, 3841.0, 3811.0, 3830.0, 3808.0, 3832.0, 3797.0, 3822.0, 3797.0, 3819.0, 3807.0, 3819.0, 3810.0, 3830.0, 3821.0, 3843.0, 3834.0, 3842.0, 3834.0, 3846.0, 3824.0, 3842.0, 3821.0, 3830.0, 3820.0, 3830.0, 3823.0, 3830.0, 3810.0, 3843.0, 3820.0, 3842.0, 3809.0, 3832.0, 3810.0, 3843.0, 3812.0, 3821.0, 3834.0, 3833.0, 3825.0, 3826.0, 3846.0, 3824.0, 3860.0, 3823.0, 3846.0, 3852.0, 3822.0, 3842.0, 3831.0, 3840.0, 3812.0, 3839.0, 3820.0, 3842.0, 3821.0, 3831.0, 3833.0, 3831.0, 3821.0, 3842.0, 3822.0, 3841.0, 3822.0, 3842.0, 3824.0, 3833.0, 3836.0, 3832.0, 3836.0, 3832.0, 3834.0, 3822.0, 3833.0, 3854.0, 3825.0, 3841.0, 3824.0, 3830.0, 3820.0, 3831.0, 3811.0, 3833.0, 3797.0, 3830.0, 3828.0, 3819.0, 3839.0, 3819.0, 3809.0, 3821.0, 3808.0, 3831.0, 3809.0, 3820.0, 3810.0, 3844.0, 3836.0, 3823.0, 3835.0, 3837.0, 3872.0, 3850.0, 3859.0, 3838.0, 3856.0, 3825.0, 3881.0, 3844.0, 3836.0, 3853.0, 3834.0, 3832.0, 3820.0, 3829.0, 3831.0, 3830.0, 3821.0, 3841.0, 3825.0, 3842.0, 3836.0, 3823.0, 3834.0, 3843.0, 3832.0, 3833.0, 3810.0, 3832.0, 3851.0, 3821.0, 3819.0, 3822.0, 3799.0, 3822.0, 3840.0, 3823.0, 3841.0, 3820.0, 3840.0, 3823.0, 3833.0, 3810.0, 3820.0, 3797.0, 3810.0, 3837.0, 3809.0, 3838.0, 3820.0, 3827.0, 3806.0, 3818.0, 3806.0, 3818.0, 3795.0, 3806.0, 3795.0, 3820.0, 3837.0, 3810.0, 3838.0, 3820.0, 3827.0, 3818.0, 3828.0, 3820.0, 3829.0, 3821.0, 3831.0, 3823.0, 3822.0, 3836.0, 3842.0, 3832.0, 3831.0, 3831.0, 3831.0, 3810.0, 3820.0, 3850.0, 3820.0, 3849.0, 3820.0, 3838.0, 3817.0, 3828.0, 3808.0, 3828.0, 3807.0, 3829.0, 3807.0, 3818.0, 3818.0, 3840.0, 3822.0, 3809.0, 3852.0, 3834.0, 3857.0, 3821.0, 3810.0, 3838.0, 3808.0, 3829.0, 3796.0, 3818.0, 3815.0, 3808.0, 3814.0, 3795.0, 3805.0, 3805.0, 3794.0, 3826.0, 3817.0, 3826.0, 3807.0, 3807.0, 3816.0, 3795.0, 3795.0, 3819.0, 3837.0, 3814.0, 3806.0, 3779.0, 3791.0, 3789.0, 3802.0, 3791.0, 3812.0, 3793.0, 3813.0, 3803.0, 3813.0, 3806.0, 3813.0, 3805.0, 3807.0, 3818.0, 3818.0, 3842.0, 3828.0, 3808.0, 3827.0, 3806.0, 3819.0, 3793.0, 3806.0, 3834.0, 3806.0, 3826.0, 3818.0, 3847.0, 3828.0, 3797.0, 3840.0, 3824.0, 3812.0, 3843.0, 3811.0, 3811.0, 3817.0, 3787.0, 3818.0, 3787.0, 3820.0, 3787.0, 3830.0, 3787.0, 3817.0, 3793.0, 3826.0, 3792.0, 3825.0, 3812.0, 3813.0, 3769.0, 3802.0, 3778.0, 3799.0, 3766.0, 3788.0, 3764.0, 3777.0, 3776.0, 3799.0, 3789.0, 3799.0, 3791.0, 3810.0, 3803.0, 3812.0, 3813.0, 3801.0, 3782.0, 3794.0, 3806.0, 3809.0, 3796.0, 3806.0, 3830.0, 3841.0, 3832.0, 3839.0, 3821.0, 3839.0, 3818.0, 3816.0, 3817.0, 3815.0, 3805.0, 3812.0, 3792.0, 3812.0, 3794.0, 3813.0, 3795.0, 3803.0, 3807.0, 3814.0, 3808.0, 3825.0, 3806.0, 3806.0, 3826.0, 3797.0, 3808.0, 3830.0, 3833.0, 3831.0, 3823.0, 3834.0, 3844.0, 3832.0, 3863.0, 3818.0, 3840.0, 3835.0, 3796.0, 3815.0, 3806.0, 3824.0, 3821.0, 3808.0, 3830.0, 3796.0, 3843.0, 3811.0, 3821.0, 3832.0, 3836.0, 3866.0, 3832.0, 3833.0, 3797.0, 3798.0, 3826.0, 3797.0, 3816.0, 3798.0, 3793.0, 3809.0, 3817.0, 3809.0, 3797.0, 3820.0, 3797.0, 3811.0, 3828.0, 3810.0, 3819.0, 3820.0, 3810.0, 3820.0, 3810.0, 3842.0, 3810.0, 3831.0, 3810.0, 3830.0, 3797.0, 3840.0, 3820.0, 3841.0, 3822.0, 3841.0, 3821.0, 3830.0, 3819.0, 3842.0, 3808.0, 3839.0, 3809.0, 3840.0, 3820.0, 3838.0, 3809.0, 3831.0, 3798.0, 3820.0, 3826.0, 3809.0, 3838.0, 3809.0, 3837.0, 3809.0, 3827.0, 3809.0, 3827.0, 3808.0, 3828.0, 3812.0, 3811.0, 3836.0, 3811.0, 3834.0, 3824.0, 3854.0, 3827.0, 3825.0, 3861.0, 3855.0, 3836.0, 3854.0, 3836.0, 3864.0, 3834.0, 3851.0, 3834.0, 3842.0, 3824.0, 3851.0, 3823.0, 3822.0, 3820.0, 3833.0, 3855.0, 3825.0, 3824.0, 3845.0, 3836.0, 3868.0, 3833.0, 3855.0, 3849.0, 3809.0, 3837.0, 3818.0, 3825.0, 3795.0, 3824.0, 3806.0, 3825.0, 3807.0, 3826.0, 3796.0, 3826.0, 3806.0, 3816.0, 3795.0, 3818.0, 3794.0, 3807.0, 3826.0, 3808.0, 3826.0, 3819.0, 3829.0, 3831.0, 3834.0, 3865.0, 3824.0, 3835.0, 3823.0, 3838.0, 3836.0, 3847.0, 3854.0, 3836.0, 3854.0, 3831.0, 3836.0, 3867.0, 3834.0, 3850.0, 3839.0, 3838.0, 3837.0, 3804.0, 3838.0, 3804.0, 3823.0, 3802.0, 3821.0, 3790.0, 3809.0, 3789.0, 3808.0, 3788.0, 3808.0, 3788.0, 3808.0, 3790.0, 3790.0, 3791.0, 3803.0, 3813.0, 3818.0, 3820.0, 3839.0, 3809.0, 3840.0, 3810.0, 3819.0, 3829.0, 3831.0, 3863.0, 3829.0, 3830.0, 3783.0, 3795.0, 3833.0, 3793.0, 3812.0, 3793.0, 3813.0, 3795.0, 3814.0, 3795.0, 3796.0, 3824.0, 3811.0, 3842.0, 3834.0, 3866.0, 3836.0, 3843.0, 3825.0, 3867.0, 3836.0, 3855.0, 3830.0, 3841.0, 3808.0, 3839.0, 3785.0, 3818.0, 3816.0, 3818.0, 3797.0, 3828.0, 3807.0, 3832.0, 3807.0, 3810.0, 3847.0, 3820.0, 3839.0, 3808.0, 3839.0, 3807.0, 3829.0, 3808.0, 3830.0, 3798.0, 3821.0, 3809.0, 3833.0, 3852.0, 3821.0, 3809.0, 3832.0, 3849.0, 3832.0, 3851.0, 3821.0, 3829.0, 3818.0, 3831.0, 3818.0, 3820.0, 3847.0, 3819.0, 3836.0, 3818.0, 3837.0, 3820.0, 3827.0, 3820.0, 3839.0, 3819.0, 3828.0, 3808.0, 3839.0, 3820.0, 3838.0, 3821.0, 3840.0, 3822.0, 3841.0, 3821.0, 3839.0, 3821.0, 3840.0, 3810.0, 3838.0, 3821.0, 3850.0, 3821.0, 3810.0], 'WindowWidth': [8746.0, 8677.0, 8694.0, 8659.0, 8627.0, 8644.0, 8598.0, 8604.0, 8578.0, 8588.0, 8603.0, 8597.0, 8614.0, 8599.0, 8615.0, 8602.0, 8639.0, 8639.0, 8612.0, 8599.0, 8629.0, 8598.0, 8611.0, 8598.0, 8613.0, 8596.0, 8624.0, 8577.0, 8608.0, 8577.0, 8620.0, 8574.0, 8605.0, 8585.0, 8589.0, 8573.0, 8606.0, 8553.0, 8601.0, 8571.0, 8602.0, 8573.0, 8600.0, 8571.0, 8602.0, 8572.0, 8605.0, 8577.0, 8565.0, 8547.0, 8562.0, 8563.0, 8579.0, 8570.0, 8555.0, 8587.0, 8592.0, 8624.0, 8614.0, 8604.0, 8607.0, 8597.0, 8592.0, 8573.0, 8538.0, 8554.0, 8519.0, 8586.0, 8558.0, 8549.0, 8574.0, 8592.0, 8587.0, 8584.0, 8604.0, 8599.0, 8598.0, 8601.0, 8603.0, 8631.0, 8601.0, 8630.0, 8595.0, 8622.0, 8591.0, 8612.0, 8581.0, 8584.0, 8604.0, 8625.0, 8617.0, 8623.0, 8604.0, 8631.0, 8616.0, 8611.0, 8610.0, 8618.0, 8585.0, 8600.0, 8577.0, 8579.0, 8543.0, 8575.0, 8523.0, 8579.0, 8545.0, 8559.0, 8543.0, 8562.0, 8544.0, 8564.0, 8564.0, 8578.0, 8573.0, 8586.0, 8577.0, 8583.0, 8610.0, 8599.0, 8601.0, 8619.0, 8598.0, 8647.0, 8619.0, 8600.0, 8626.0, 8574.0, 8597.0, 8573.0, 8601.0, 8569.0, 8597.0, 8586.0, 8583.0, 8632.0, 8604.0, 8610.0, 8636.0, 8611.0, 8637.0, 8617.0, 8612.0, 8577.0, 8625.0, 8603.0, 8593.0, 8554.0, 8576.0, 8557.0, 8590.0, 8570.0, 8595.0, 8599.0, 8610.0, 8600.0, 8630.0, 8629.0, 8619.0, 8613.0, 8634.0, 8602.0, 8616.0, 8600.0, 8628.0, 8577.0, 8609.0, 8578.0, 8608.0, 8559.0, 8606.0, 8577.0, 8593.0, 8573.0, 8608.0, 8576.0, 8605.0, 8575.0, 8606.0, 8599.0, 8589.0, 8552.0, 8573.0, 8550.0, 8573.0, 8574.0, 8604.0, 8580.0, 8607.0, 8577.0, 8606.0, 8576.0, 8609.0, 8570.0, 8603.0, 8569.0, 8604.0, 8577.0, 8603.0, 8580.0, 8607.0, 8599.0, 8586.0, 8618.0, 8604.0, 8631.0, 8609.0, 8640.0, 8627.0, 8607.0, 8624.0, 8629.0, 8599.0, 8614.0, 8577.0, 8609.0, 8574.0, 8609.0, 8575.0, 8619.0, 8576.0, 8623.0, 8583.0, 8606.0, 8598.0, 8597.0, 8597.0, 8581.0, 8614.0, 8598.0, 8634.0, 8601.0, 8627.0, 8596.0, 8618.0, 8600.0, 8597.0, 8615.0, 8583.0, 8639.0, 8600.0, 8584.0, 8644.0, 8620.0, 8656.0, 8603.0, 8640.0, 8595.0, 8618.0, 8599.0, 8601.0, 8569.0, 8598.0, 8549.0, 8592.0, 8567.0, 8612.0, 8572.0, 8600.0, 8574.0, 8615.0, 8576.0, 8601.0, 8570.0, 8605.0, 8552.0, 8591.0, 8551.0, 8585.0, 8567.0, 8586.0, 8574.0, 8601.0, 8592.0, 8625.0, 8614.0, 8621.0, 8614.0, 8630.0, 8599.0, 8622.0, 8590.0, 8601.0, 8589.0, 8601.0, 8594.0, 8602.0, 8577.0, 8620.0, 8587.0, 8617.0, 8571.0, 8606.0, 8576.0, 8621.0, 8580.0, 8589.0, 8615.0, 8612.0, 8605.0, 8607.0, 8634.0, 8602.0, 8658.0, 8598.0, 8631.0, 8633.0, 8592.0, 8619.0, 8601.0, 8613.0, 8578.0, 8611.0, 8589.0, 8619.0, 8590.0, 8607.0, 8612.0, 8606.0, 8593.0, 8619.0, 8594.0, 8618.0, 8595.0, 8623.0, 8601.0, 8613.0, 8620.0, 8611.0, 8619.0, 8609.0, 8613.0, 8595.0, 8613.0, 8638.0, 8601.0, 8617.0, 8597.0, 8602.0, 8588.0, 8603.0, 8576.0, 8607.0, 8554.0, 8601.0, 8594.0, 8586.0, 8610.0, 8585.0, 8571.0, 8590.0, 8571.0, 8606.0, 8573.0, 8590.0, 8575.0, 8626.0, 8619.0, 8601.0, 8620.0, 8625.0, 8679.0, 8647.0, 8655.0, 8626.0, 8647.0, 8607.0, 8688.0, 8625.0, 8619.0, 8638.0, 8610.0, 8606.0, 8586.0, 8597.0, 8606.0, 8601.0, 8593.0, 8620.0, 8602.0, 8623.0, 8619.0, 8601.0, 8616.0, 8626.0, 8607.0, 8608.0, 8576.0, 8606.0, 8628.0, 8590.0, 8585.0, 8592.0, 8560.0, 8596.0, 8615.0, 8595.0, 8618.0, 8588.0, 8616.0, 8594.0, 8608.0, 8573.0, 8587.0, 8551.0, 8574.0, 8605.0, 8570.0, 8606.0, 8584.0, 8591.0, 8561.0, 8580.0, 8561.0, 8579.0, 8545.0, 8563.0, 8546.0, 8585.0, 8602.0, 8572.0, 8606.0, 8585.0, 8593.0, 8580.0, 8595.0, 8588.0, 8600.0, 8593.0, 8605.0, 8599.0, 8596.0, 8620.0, 8623.0, 8606.0, 8605.0, 8604.0, 8605.0, 8573.0, 8588.0, 8626.0, 8587.0, 8623.0, 8587.0, 8608.0, 8579.0, 8595.0, 8568.0, 8594.0, 8567.0, 8597.0, 8568.0, 8581.0, 8580.0, 8610.0, 8592.0, 8572.0, 8637.0, 8615.0, 8649.0, 8589.0, 8573.0, 8606.0, 8566.0, 8596.0, 8547.0, 8580.0, 8573.0, 8568.0, 8572.0, 8548.0, 8558.0, 8560.0, 8544.0, 8589.0, 8577.0, 8586.0, 8566.0, 8565.0, 8577.0, 8547.0, 8546.0, 8583.0, 8604.0, 8568.0, 8557.0, 8513.0, 8529.0, 8524.0, 8546.0, 8532.0, 8562.0, 8538.0, 8565.0, 8552.0, 8567.0, 8560.0, 8568.0, 8560.0, 8565.0, 8582.0, 8582.0, 8620.0, 8594.0, 8568.0, 8593.0, 8562.0, 8581.0, 8541.0, 8563.0, 8596.0, 8562.0, 8587.0, 8578.0, 8616.0, 8593.0, 8550.0, 8610.0, 8595.0, 8581.0, 8622.0, 8577.0, 8573.0, 8575.0, 8534.0, 8579.0, 8539.0, 8584.0, 8537.0, 8601.0, 8539.0, 8576.0, 8536.0, 8583.0, 8531.0, 8581.0, 8557.0, 8560.0, 8498.0, 8543.0, 8508.0, 8537.0, 8488.0, 8518.0, 8482.0, 8504.0, 8503.0, 8538.0, 8527.0, 8538.0, 8531.0, 8556.0, 8550.0, 8562.0, 8565.0, 8544.0, 8522.0, 8539.0, 8566.0, 8571.0, 8551.0, 8564.0, 8600.0, 8616.0, 8606.0, 8611.0, 8591.0, 8609.0, 8580.0, 8574.0, 8576.0, 8569.0, 8555.0, 8561.0, 8536.0, 8561.0, 8542.0, 8564.0, 8544.0, 8552.0, 8563.0, 8568.0, 8567.0, 8583.0, 8560.0, 8560.0, 8588.0, 8551.0, 8570.0, 8601.0, 8610.0, 8606.0, 8598.0, 8612.0, 8628.0, 8608.0, 8650.0, 8581.0, 8612.0, 8597.0, 8548.0, 8572.0, 8559.0, 8582.0, 8592.0, 8570.0, 8601.0, 8550.0, 8624.0, 8581.0, 8594.0, 8610.0, 8620.0, 8658.0, 8607.0, 8607.0, 8552.0, 8553.0, 8585.0, 8549.0, 8574.0, 8551.0, 8541.0, 8568.0, 8576.0, 8569.0, 8553.0, 8586.0, 8552.0, 8575.0, 8594.0, 8574.0, 8585.0, 8588.0, 8576.0, 8588.0, 8574.0, 8620.0, 8575.0, 8603.0, 8573.0, 8600.0, 8553.0, 8613.0, 8587.0, 8616.0, 8594.0, 8618.0, 8591.0, 8601.0, 8584.0, 8617.0, 8567.0, 8610.0, 8570.0, 8612.0, 8587.0, 8608.0, 8569.0, 8602.0, 8554.0, 8585.0, 8589.0, 8570.0, 8607.0, 8568.0, 8604.0, 8568.0, 8591.0, 8570.0, 8593.0, 8570.0, 8596.0, 8580.0, 8579.0, 8621.0, 8581.0, 8614.0, 8602.0, 8642.0, 8613.0, 8605.0, 8662.0, 8644.0, 8622.0, 8642.0, 8619.0, 8655.0, 8614.0, 8631.0, 8611.0, 8622.0, 8600.0, 8630.0, 8596.0, 8594.0, 8588.0, 8610.0, 8643.0, 8604.0, 8602.0, 8631.0, 8620.0, 8663.0, 8608.0, 8638.0, 8622.0, 8567.0, 8602.0, 8577.0, 8584.0, 8545.0, 8582.0, 8560.0, 8583.0, 8562.0, 8587.0, 8548.0, 8586.0, 8561.0, 8574.0, 8545.0, 8580.0, 8543.0, 8564.0, 8586.0, 8566.0, 8587.0, 8585.0, 8597.0, 8603.0, 8611.0, 8655.0, 8603.0, 8620.0, 8599.0, 8627.0, 8624.0, 8637.0, 8641.0, 8620.0, 8641.0, 8610.0, 8622.0, 8664.0, 8615.0, 8627.0, 8611.0, 8609.0, 8605.0, 8554.0, 8606.0, 8552.0, 8578.0, 8547.0, 8572.0, 8529.0, 8553.0, 8527.0, 8550.0, 8522.0, 8549.0, 8524.0, 8550.0, 8528.0, 8530.0, 8533.0, 8555.0, 8568.0, 8585.0, 8591.0, 8615.0, 8570.0, 8614.0, 8576.0, 8586.0, 8599.0, 8605.0, 8650.0, 8598.0, 8597.0, 8527.0, 8543.0, 8589.0, 8537.0, 8560.0, 8535.0, 8565.0, 8543.0, 8569.0, 8548.0, 8553.0, 8601.0, 8580.0, 8623.0, 8617.0, 8662.0, 8621.0, 8625.0, 8604.0, 8661.0, 8622.0, 8643.0, 8603.0, 8616.0, 8568.0, 8611.0, 8533.0, 8581.0, 8575.0, 8580.0, 8552.0, 8595.0, 8568.0, 8606.0, 8566.0, 8574.0, 8620.0, 8588.0, 8610.0, 8569.0, 8612.0, 8568.0, 8599.0, 8569.0, 8600.0, 8559.0, 8592.0, 8572.0, 8610.0, 8631.0, 8592.0, 8573.0, 8609.0, 8625.0, 8606.0, 8630.0, 8589.0, 8598.0, 8580.0, 8601.0, 8581.0, 8585.0, 8617.0, 8584.0, 8602.0, 8582.0, 8605.0, 8586.0, 8594.0, 8587.0, 8610.0, 8585.0, 8594.0, 8570.0, 8611.0, 8588.0, 8608.0, 8591.0, 8613.0, 8593.0, 8619.0, 8590.0, 8612.0, 8589.0, 8614.0, 8574.0, 8611.0, 8592.0, 8628.0, 8592.0, 8576.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.002683206896551724</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04570034551724138</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.540872694453384</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.188820593624858</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0051434948561568</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6675.4014</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10732417440111273</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.781609195402299</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5267413219456523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3753312160949633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7376705710924836</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4672221786495108</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117291</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010026023723185062</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02602800726890564</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9105423720360233</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>32.2376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2096</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.5399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305702.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>572.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.7599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3070.0974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3256.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70842.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1063.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4014.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.6152</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.810478250845335</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> |