=== 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-0014 --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-0014",
"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-0014_ses-01_task-social_acq-mb8_run-06_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-0014_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0014_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_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-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-01_task-social_acq-mb8_run-06_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-0014/ses-01/func/sub-0014_ses-01_task-social_acq-mb8_run-06_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>0991b0de880b9851462f81c52b8aef40</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:58:9.107500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998249, 0.0134953, 0.0575929, -0.00470418, 0.988655, -0.150128]</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_brain_imaging_center</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-06_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.107149</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4155, -7724, -7249, 368, -85, -7, 18, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>262.462</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>baa559d4-72cd-4cd4-be18-75bdd2f6e241||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6782288551330566, -0.012620976194739342, 0.15920695662498474, 110.52030944824219], [-0.03620697185397148, 2.6524901390075684, -0.4039033055305481, -72.58659362792969], [0.1545175015926361, 0.4027814567089081, 2.6648669242858887, -74.20563507080078], [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': ['155809.107500', '155809.567500', '155810.027500', '155810.487500', '155810.947500', '155811.407500', '155811.867500', '155812.327500', '155812.787500', '155813.247500', '155813.707500', '155814.167500', '155814.627500', '155815.087500', '155815.547500', '155816.007500', '155816.467500', '155816.927500', '155817.387500', '155817.847500', '155818.307500', '155818.767500', '155819.227500', '155819.687500', '155820.147500', '155820.607500', '155821.067500', '155821.527500', '155821.987500', '155822.447500', '155822.907500', '155823.367500', '155823.827500', '155824.287500', '155824.747500', '155825.207500', '155825.667500', '155826.127500', '155826.587500', '155827.047500', '155827.507500', '155827.967500', '155828.427500', '155828.887500', '155829.347500', '155829.807500', '155830.267500', '155830.727500', '155831.187500', '155831.647500', '155832.107500', '155832.567500', '155833.027500', '155833.487500', '155833.947500', '155834.407500', '155834.867500', '155835.327500', '155835.787500', '155836.247500', '155836.707500', '155837.167500', '155837.627500', '155838.087500', '155838.547500', '155839.007500', '155839.467500', '155839.927500', '155840.387500', '155840.847500', '155841.307500', '155841.767500', '155842.227500', '155842.687500', '155843.147500', '155843.607500', '155844.067500', '155844.527500', '155844.987500', '155845.447500', '155845.907500', '155846.367500', '155846.827500', '155847.287500', '155847.747500', '155848.207500', '155848.667500', '155849.127500', '155849.587500', '155850.047500', '155850.507500', '155850.967500', '155851.427500', '155851.887500', '155852.347500', '155852.807500', '155853.267500', '155853.727500', '155854.187500', '155854.647500', '155855.107500', '155855.567500', '155856.027500', '155856.487500', '155856.947500', '155857.407500', '155857.867500', '155858.327500', '155858.787500', '155859.247500', '155859.707500', '155900.167500', '155900.627500', '155901.087500', '155901.547500', '155902.007500', '155902.467500', '155902.927500', '155903.387500', '155903.847500', '155904.307500', '155904.767500', '155905.227500', '155905.687500', '155906.147500', '155906.607500', '155907.067500', '155907.527500', '155907.987500', '155908.447500', '155908.907500', '155909.367500', '155909.827500', '155910.287500', '155910.747500', '155911.207500', '155911.667500', '155912.127500', '155912.587500', '155913.047500', '155913.507500', '155913.967500', '155914.427500', '155914.887500', '155915.347500', '155915.807500', '155916.267500', '155916.727500', '155917.187500', '155917.647500', '155918.107500', '155918.567500', '155919.027500', '155919.487500', '155919.947500', '155920.407500', '155920.867500', '155921.327500', '155921.787500', '155922.247500', '155922.707500', '155923.167500', '155923.627500', '155924.087500', '155924.547500', '155925.007500', '155925.467500', '155925.927500', '155926.387500', '155926.847500', '155927.307500', '155927.767500', '155928.227500', '155928.687500', '155929.147500', '155929.607500', '155930.067500', '155930.527500', '155930.987500', '155931.447500', '155931.907500', '155932.367500', '155932.827500', '155933.287500', '155933.747500', '155934.207500', '155934.667500', '155935.127500', '155935.587500', '155936.047500', '155936.507500', '155936.967500', '155937.427500', '155937.887500', '155938.347500', '155938.807500', '155939.267500', '155939.727500', '155940.187500', '155940.647500', '155941.107500', '155941.567500', '155942.027500', '155942.487500', '155942.947500', '155943.407500', '155943.867500', '155944.327500', '155944.787500', '155945.247500', '155945.707500', '155946.167500', '155946.627500', '155947.087500', '155947.547500', '155948.007500', '155948.467500', '155948.927500', '155949.387500', '155949.847500', '155950.307500', '155950.767500', '155951.227500', '155951.687500', '155952.147500', '155952.607500', '155953.067500', '155953.527500', '155953.987500', '155954.447500', '155954.907500', '155955.367500', '155955.827500', '155956.287500', '155956.747500', '155957.207500', '155957.667500', '155958.127500', '155958.587500', '155959.047500', '155959.507500', '155959.967500', '160000.427500', '160000.887500', '160001.347500', '160001.807500', '160002.267500', '160002.727500', '160003.187500', '160003.647500', '160004.107500', '160004.567500', '160005.027500', '160005.487500', '160005.947500', '160006.407500', '160006.867500', '160007.327500', '160007.787500', '160008.247500', '160008.707500', '160009.167500', '160009.627500', '160010.087500', '160010.547500', '160011.007500', '160011.467500', '160011.927500', '160012.387500', '160012.847500', '160013.307500', '160013.767500', '160014.227500', '160014.687500', '160015.147500', '160015.607500', '160016.067500', '160016.527500', '160016.987500', '160017.447500', '160017.907500', '160018.367500', '160018.827500', '160019.287500', '160019.747500', '160020.207500', '160020.667500', '160021.127500', '160021.587500', '160022.047500', '160022.507500', '160022.967500', '160023.427500', '160023.887500', '160024.347500', '160024.807500', '160025.267500', '160025.727500', '160026.187500', '160026.647500', '160027.107500', '160027.567500', '160028.027500', '160028.487500', '160028.947500', '160029.407500', '160029.867500', '160030.327500', '160030.787500', '160031.247500', '160031.707500', '160032.167500', '160032.627500', '160033.087500', '160033.547500', '160034.007500', '160034.467500', '160034.927500', '160035.387500', '160035.847500', '160036.307500', '160036.767500', '160037.227500', '160037.687500', '160038.147500', '160038.607500', '160039.067500', '160039.527500', '160039.987500', '160040.447500', '160040.907500', '160041.367500', '160041.827500', '160042.287500', '160042.747500', '160043.207500', '160043.667500', '160044.127500', '160044.587500', '160045.047500', '160045.507500', '160045.967500', '160046.427500', '160046.887500', '160047.347500', '160047.807500', '160048.267500', '160048.727500', '160049.187500', '160049.647500', '160050.107500', '160050.567500', '160051.027500', '160051.487500', '160051.947500', '160052.407500', '160052.867500', '160053.327500', '160053.787500', '160054.247500', '160054.707500', '160055.167500', '160055.627500', '160056.087500', '160056.547500', '160057.007500', '160057.467500', '160057.927500', '160058.387500', '160058.847500', '160059.307500', '160059.767500', '160100.227500', '160100.687500', '160101.147500', '160101.607500', '160102.067500', '160102.527500', '160102.987500', '160103.447500', '160103.907500', '160104.367500', '160104.827500', '160105.287500', '160105.747500', '160106.207500', '160106.667500', '160107.127500', '160107.587500', '160108.047500', '160108.507500', '160108.967500', '160109.427500', '160109.887500', '160110.347500', '160110.807500', '160111.267500', '160111.727500', '160112.187500', '160112.647500', '160113.107500', '160113.567500', '160114.027500', '160114.487500', '160114.947500', '160115.407500', '160115.867500', '160116.327500', '160116.787500', '160117.247500', '160117.707500', '160118.167500', '160118.627500', '160119.087500', '160119.547500', '160120.007500', '160120.467500', '160120.927500', '160121.387500', '160121.847500', '160122.307500', '160122.767500', '160123.227500', '160123.687500', '160124.147500', '160124.607500', '160125.067500', '160125.527500', '160125.987500', '160126.447500', '160126.907500', '160127.367500', '160127.827500', '160128.287500', '160128.747500', '160129.207500', '160129.667500', '160130.127500', '160130.587500', '160131.047500', '160131.507500', '160131.967500', '160132.427500', '160132.887500', '160133.347500', '160133.807500', '160134.267500', '160134.727500', '160135.187500', '160135.647500', '160136.107500', '160136.567500', '160137.027500', '160137.487500', '160137.947500', '160138.407500', '160138.867500', '160139.327500', '160139.787500', '160140.247500', '160140.707500', '160141.167500', '160141.627500', '160142.087500', '160142.547500', '160143.007500', '160143.467500', '160143.927500', '160144.387500', '160144.847500', '160145.307500', '160145.767500', '160146.227500', '160146.687500', '160147.147500', '160147.607500', '160148.067500', '160148.527500', '160148.987500', '160149.447500', '160149.907500', '160150.367500', '160150.827500', '160151.287500', '160151.747500', '160152.207500', '160152.667500', '160153.127500', '160153.587500', '160154.047500', '160154.507500', '160154.967500', '160155.427500', '160155.887500', '160156.347500', '160156.807500', '160157.267500', '160157.727500', '160158.187500', '160158.647500', '160159.107500', '160159.567500', '160200.027500', '160200.487500', '160200.947500', '160201.407500', '160201.867500', '160202.327500', '160202.787500', '160203.247500', '160203.707500', '160204.167500', '160204.627500', '160205.087500', '160205.547500', '160206.007500', '160206.467500', '160206.927500', '160207.387500', '160207.847500', '160208.307500', '160208.767500', '160209.227500', '160209.687500', '160210.147500', '160210.607500', '160211.067500', '160211.527500', '160211.987500', '160212.447500', '160212.907500', '160213.367500', '160213.827500', '160214.287500', '160214.747500', '160215.207500', '160215.667500', '160216.127500', '160216.587500', '160217.047500', '160217.507500', '160217.967500', '160218.427500', '160218.887500', '160219.347500', '160219.807500', '160220.267500', '160220.727500', '160221.187500', '160221.647500', '160222.107500', '160222.567500', '160223.027500', '160223.487500', '160223.947500', '160224.407500', '160224.867500', '160225.327500', '160225.787500', '160226.247500', '160226.707500', '160227.167500', '160227.627500', '160228.087500', '160228.547500', '160229.007500', '160229.467500', '160229.927500', '160230.387500', '160230.847500', '160231.307500', '160231.767500', '160232.227500', '160232.687500', '160233.147500', '160233.607500', '160234.067500', '160234.527500', '160234.987500', '160235.447500', '160235.907500', '160236.367500', '160236.827500', '160237.287500', '160237.747500', '160238.207500', '160238.667500', '160239.127500', '160239.587500', '160240.047500', '160240.507500', '160240.967500', '160241.427500', '160241.887500', '160242.347500', '160242.807500', '160243.267500', '160243.727500', '160244.187500', '160244.647500', '160245.107500', '160245.567500', '160246.027500', '160246.487500', '160246.947500', '160247.407500', '160247.867500', '160248.327500', '160248.787500', '160249.247500', '160249.707500', '160250.167500', '160250.627500', '160251.087500', '160251.547500', '160252.007500', '160252.467500', '160252.927500', '160253.387500', '160253.847500', '160254.307500', '160254.767500', '160255.227500', '160255.687500', '160256.147500', '160256.607500', '160257.067500', '160257.527500', '160257.987500', '160258.447500', '160258.907500', '160259.367500', '160259.827500', '160300.287500', '160300.747500', '160301.207500', '160301.667500', '160302.127500', '160302.587500', '160303.047500', '160303.507500', '160303.967500', '160304.427500', '160304.887500', '160305.347500', '160305.807500', '160306.267500', '160306.727500', '160307.187500', '160307.647500', '160308.107500', '160308.567500', '160309.027500', '160309.487500', '160309.947500', '160310.407500', '160310.867500', '160311.327500', '160311.787500', '160312.247500', '160312.707500', '160313.167500', '160313.627500', '160314.087500', '160314.547500', '160315.007500', '160315.467500', '160315.927500', '160316.387500', '160316.847500', '160317.307500', '160317.767500', '160318.227500', '160318.687500', '160319.147500', '160319.607500', '160320.067500', '160320.527500', '160320.987500', '160321.447500', '160321.907500', '160322.367500', '160322.827500', '160323.287500', '160323.747500', '160324.207500', '160324.667500', '160325.127500', '160325.587500', '160326.047500', '160326.507500', '160326.967500', '160327.427500', '160327.887500', '160328.347500', '160328.807500', '160329.267500', '160329.727500', '160330.187500', '160330.647500', '160331.107500', '160331.567500', '160332.027500', '160332.487500', '160332.947500', '160333.407500', '160333.867500', '160334.327500', '160334.787500', '160335.247500', '160335.707500', '160336.167500', '160336.627500', '160337.087500', '160337.547500', '160338.007500', '160338.467500', '160338.927500', '160339.387500', '160339.847500', '160340.307500', '160340.767500', '160341.227500', '160341.687500', '160342.147500', '160342.607500', '160343.067500', '160343.527500', '160343.987500', '160344.447500', '160344.907500', '160345.367500', '160345.827500', '160346.287500', '160346.747500', '160347.207500', '160347.667500', '160348.127500', '160348.587500', '160349.047500', '160349.507500', '160349.967500', '160350.427500', '160350.887500', '160351.347500', '160351.807500', '160352.267500', '160352.727500', '160353.187500', '160353.647500', '160354.107500', '160354.567500', '160355.027500', '160355.487500', '160355.947500', '160356.407500', '160356.867500', '160357.327500', '160357.787500', '160358.247500', '160358.707500', '160359.167500', '160359.627500', '160400.087500', '160400.547500', '160401.007500', '160401.467500', '160401.927500', '160402.387500', '160402.847500', '160403.307500', '160403.767500', '160404.227500', '160404.687500', '160405.147500', '160405.607500', '160406.067500', '160406.527500', '160406.987500', '160407.447500', '160407.907500', '160408.367500', '160408.827500', '160409.287500', '160409.747500', '160410.207500', '160410.667500', '160411.127500', '160411.587500', '160412.047500', '160412.507500', '160412.967500', '160413.427500', '160413.887500', '160414.347500', '160414.807500', '160415.267500', '160415.727500', '160416.187500', '160416.647500', '160417.107500', '160417.567500', '160418.027500', '160418.487500', '160418.947500', '160419.407500', '160419.867500', '160420.327500', '160420.787500', '160421.247500', '160421.707500', '160422.167500', '160422.627500', '160423.087500', '160423.547500', '160424.007500', '160424.467500', '160424.927500', '160425.387500', '160425.847500', '160426.307500', '160426.767500', '160427.227500', '160427.687500', '160428.147500', '160428.607500', '160429.067500', '160429.527500', '160429.987500', '160430.447500', '160430.907500', '160431.367500', '160431.827500', '160432.287500', '160432.747500', '160433.207500', '160433.667500', '160434.127500', '160434.587500', '160435.047500', '160435.507500', '160435.967500', '160436.427500', '160436.887500', '160437.347500', '160437.807500', '160438.267500', '160438.727500', '160439.187500', '160439.647500', '160440.107500', '160440.567500', '160441.027500', '160441.487500', '160441.947500', '160442.407500', '160442.867500', '160443.327500', '160443.787500', '160444.247500', '160444.707500', '160445.167500', '160445.627500', '160446.087500', '160446.547500', '160447.007500', '160447.467500', '160447.927500', '160448.387500', '160448.847500', '160449.307500', '160449.767500'], 'ContentTime': ['155822.896000', '155822.900000', '155822.903000', '155822.910000', '155822.913000', '155822.916000', '155822.919000', '155822.924000', '155822.927000', '155822.930000', '155822.933000', '155822.936000', '155822.939000', '155822.942000', '155822.945000', '155822.948000', '155822.951000', '155822.954000', '155822.956000', '155822.959000', '155822.966000', '155822.969000', '155822.972000', '155822.981000', '155822.984000', '155822.988000', '155822.991000', '155822.994000', '155842.853000', '155842.856000', '155842.859000', '155842.862000', '155842.864000', '155842.867000', '155842.870000', '155842.873000', '155842.876000', '155842.879000', '155842.881000', '155842.884000', '155842.887000', '155842.890000', '155842.893000', '155842.895000', '155842.898000', '155842.901000', '155842.904000', '155842.906000', '155842.909000', '155842.912000', '155842.915000', '155842.918000', '155842.920000', '155842.923000', '155842.926000', '155842.929000', '155842.932000', '155842.935000', '155842.937000', '155842.940000', '155842.943000', '155842.946000', '155842.949000', '155842.951000', '155842.954000', '155842.957000', '155842.960000', '155842.969000', '155842.972000', '155842.975000', '155842.978000', '155902.853000', '155902.858000', '155902.862000', '155902.865000', '155902.868000', '155902.870000', '155902.873000', '155902.876000', '155902.879000', '155902.882000', '155902.885000', '155902.887000', '155902.890000', '155902.893000', '155902.896000', '155902.899000', '155902.901000', '155902.904000', '155902.907000', '155902.910000', '155902.913000', '155902.915000', '155902.918000', '155902.921000', '155902.924000', '155902.927000', '155902.930000', '155902.933000', '155902.935000', '155902.938000', '155902.941000', '155902.944000', '155902.947000', '155902.949000', '155902.952000', '155902.955000', '155902.958000', '155902.961000', '155902.964000', '155902.966000', '155902.969000', '155902.972000', '155902.975000', '155922.853000', '155922.856000', '155922.859000', '155922.862000', '155922.864000', '155922.867000', '155922.870000', '155922.873000', '155922.876000', '155922.879000', '155922.881000', '155922.884000', '155922.887000', '155922.890000', '155922.893000', '155922.896000', '155922.898000', '155922.901000', '155922.904000', '155922.907000', '155922.909000', '155922.912000', '155922.915000', '155922.918000', '155922.921000', '155922.924000', '155922.926000', '155922.929000', '155922.932000', '155922.935000', '155922.938000', '155922.941000', '155922.943000', '155922.946000', '155922.949000', '155922.952000', '155922.955000', '155922.957000', '155922.960000', '155922.963000', '155922.966000', '155922.969000', '155922.972000', '155922.974000', '155942.853000', '155942.856000', '155942.859000', '155942.862000', '155942.865000', '155942.868000', '155942.870000', '155942.873000', '155942.876000', '155942.879000', '155942.882000', '155942.885000', '155942.887000', '155942.890000', '155942.893000', '155942.896000', '155942.899000', '155942.902000', '155942.904000', '155942.907000', '155942.910000', '155942.913000', '155942.916000', '155942.918000', '155942.921000', '155942.924000', '155942.927000', '155942.930000', '155942.933000', '155942.935000', '155942.938000', '155942.941000', '155942.944000', '155942.947000', '155942.950000', '155942.952000', '155942.955000', '155942.958000', '155942.961000', '155942.964000', '155942.967000', '155942.970000', '155942.972000', '160002.853000', '160002.856000', '160002.858000', '160002.861000', '160002.864000', '160002.867000', '160002.870000', '160002.872000', '160002.876000', '160002.878000', '160002.891000', '160002.893000', '160002.896000', '160002.899000', '160002.902000', '160002.905000', '160002.908000', '160002.910000', '160002.913000', '160002.916000', '160002.919000', '160002.922000', '160002.925000', '160002.927000', '160002.930000', '160002.933000', '160002.936000', '160002.938000', '160002.941000', '160002.944000', '160002.947000', '160002.950000', '160002.952000', '160002.955000', '160002.958000', '160002.961000', '160002.964000', '160002.966000', '160002.969000', '160002.972000', '160002.975000', '160002.978000', '160002.981000', '160002.983000', '160022.853000', '160022.856000', '160022.859000', '160022.862000', '160022.865000', '160022.871000', '160022.874000', '160022.877000', '160022.880000', '160022.883000', '160022.886000', '160022.889000', '160022.897000', '160022.900000', '160022.902000', '160022.905000', '160022.908000', '160022.911000', '160022.914000', '160022.917000', '160022.920000', '160022.922000', '160022.925000', '160022.928000', '160022.931000', '160022.934000', '160022.937000', '160022.939000', '160022.942000', '160022.945000', '160022.948000', '160022.951000', '160022.954000', '160022.956000', '160022.959000', '160022.962000', '160022.965000', '160022.968000', '160022.970000', '160022.973000', '160022.976000', '160022.979000', '160022.982000', '160042.853000', '160042.856000', '160042.859000', '160042.862000', '160042.864000', '160042.867000', '160042.870000', '160042.873000', '160042.876000', '160042.878000', '160042.881000', '160042.884000', '160042.887000', '160042.890000', '160042.892000', '160042.895000', '160042.898000', '160042.901000', '160042.903000', '160042.906000', '160042.909000', '160042.912000', '160042.915000', '160042.918000', '160042.920000', '160042.923000', '160042.926000', '160042.929000', '160042.931000', '160042.934000', '160042.937000', '160042.940000', '160042.943000', '160042.945000', '160042.948000', '160042.951000', '160042.954000', '160042.957000', '160042.960000', '160042.963000', '160042.966000', '160042.968000', '160042.971000', '160042.974000', '160102.853000', '160102.856000', '160102.859000', '160102.862000', '160102.864000', '160102.867000', '160102.870000', '160102.873000', '160102.876000', '160102.878000', '160102.881000', '160102.884000', '160102.888000', '160102.891000', '160102.894000', '160102.897000', '160102.900000', '160102.902000', '160102.905000', '160102.908000', '160102.911000', '160102.914000', '160102.917000', '160102.920000', '160102.922000', '160102.925000', '160102.928000', '160102.931000', '160102.934000', '160102.937000', '160102.939000', '160102.942000', '160102.945000', '160102.948000', '160102.950000', '160102.953000', '160102.956000', '160102.959000', '160102.961000', '160102.964000', '160102.967000', '160102.970000', '160102.973000', '160122.853000', '160122.856000', '160122.859000', '160122.861000', '160122.864000', '160122.867000', '160122.870000', '160122.873000', '160122.875000', '160122.878000', '160122.881000', '160122.884000', '160122.887000', '160122.889000', '160122.892000', '160122.895000', '160122.898000', '160122.901000', '160122.903000', '160122.906000', '160122.909000', '160122.912000', '160122.915000', '160122.917000', '160122.920000', '160122.923000', '160122.926000', '160122.929000', '160122.932000', '160122.934000', '160122.937000', '160122.940000', '160122.943000', '160122.946000', '160122.949000', '160122.952000', '160122.954000', '160122.957000', '160122.960000', '160122.963000', '160122.966000', '160122.969000', '160122.972000', '160122.974000', '160142.853000', '160142.856000', '160142.859000', '160142.861000', '160142.865000', '160142.867000', '160142.870000', '160142.873000', '160142.876000', '160142.879000', '160142.882000', '160142.884000', '160142.887000', '160142.890000', '160142.893000', '160142.896000', '160142.899000', '160142.902000', '160142.905000', '160142.907000', '160142.911000', '160142.913000', '160142.916000', '160142.919000', '160142.922000', '160142.925000', '160142.927000', '160142.930000', '160142.933000', '160142.936000', '160142.939000', '160142.941000', '160142.944000', '160142.947000', '160142.950000', '160142.953000', '160142.955000', '160142.958000', '160142.961000', '160142.964000', '160142.967000', '160142.969000', '160142.972000', '160202.853000', '160202.856000', '160202.859000', '160202.861000', '160202.864000', '160202.867000', '160202.870000', '160202.873000', '160202.876000', '160202.878000', '160202.881000', '160202.884000', '160202.887000', '160202.889000', '160202.892000', '160202.895000', '160202.898000', '160202.900000', '160202.903000', '160202.906000', '160202.909000', '160202.912000', '160202.915000', '160202.917000', '160202.920000', '160202.931000', '160202.934000', '160202.936000', '160202.939000', '160202.942000', '160202.945000', '160202.948000', '160202.951000', '160202.954000', '160202.957000', '160202.960000', '160202.962000', '160202.965000', '160202.968000', '160202.971000', '160202.974000', '160202.977000', '160202.979000', '160202.982000', '160222.853000', '160222.856000', '160222.859000', '160222.861000', '160222.864000', '160222.867000', '160222.870000', '160222.873000', '160222.876000', '160222.878000', '160222.881000', '160222.884000', '160222.887000', '160222.889000', '160222.892000', '160222.895000', '160222.898000', '160222.900000', '160222.903000', '160222.906000', '160222.909000', '160222.912000', '160222.915000', '160222.917000', '160222.920000', '160222.925000', '160222.929000', '160222.932000', '160222.935000', '160222.938000', '160222.940000', '160222.943000', '160222.946000', '160222.949000', '160222.952000', '160222.955000', '160222.957000', '160222.960000', '160222.963000', '160222.966000', '160222.968000', '160222.971000', '160222.974000', '160242.853000', '160242.856000', '160242.859000', '160242.862000', '160242.865000', '160242.867000', '160242.870000', '160242.873000', '160242.884000', '160242.887000', '160242.890000', '160242.893000', '160242.896000', '160242.898000', '160242.901000', '160242.904000', '160242.907000', '160242.910000', '160242.913000', '160242.916000', '160242.918000', '160242.921000', '160242.924000', '160242.927000', '160242.930000', '160242.933000', '160242.936000', '160242.939000', '160242.941000', '160242.944000', '160242.947000', '160242.950000', '160242.953000', '160242.955000', '160242.958000', '160242.961000', '160242.964000', '160242.967000', '160242.969000', '160242.972000', '160242.975000', '160242.978000', '160242.981000', '160242.983000', '160302.853000', '160302.856000', '160302.859000', '160302.862000', '160302.865000', '160302.867000', '160302.870000', '160302.873000', '160302.877000', '160302.880000', '160302.883000', '160302.886000', '160302.889000', '160302.891000', '160302.894000', '160302.897000', '160302.912000', '160302.915000', '160302.918000', '160302.920000', '160302.923000', '160302.926000', '160302.929000', '160302.932000', '160302.935000', '160302.938000', '160302.941000', '160302.944000', '160302.947000', '160302.950000', '160302.953000', '160302.956000', '160302.959000', '160302.961000', '160302.964000', '160302.967000', '160302.970000', '160302.973000', '160302.975000', '160302.978000', '160302.981000', '160302.984000', '160302.987000', '160322.853000', '160322.856000', '160322.859000', '160322.862000', '160322.865000', '160322.867000', '160322.870000', '160322.873000', '160322.876000', '160322.879000', '160322.881000', '160322.884000', '160322.887000', '160322.890000', '160322.893000', '160322.896000', '160322.899000', '160322.901000', '160322.904000', '160322.907000', '160322.910000', '160322.913000', '160322.916000', '160322.919000', '160322.921000', '160322.924000', '160322.927000', '160322.930000', '160322.933000', '160322.936000', '160322.938000', '160322.941000', '160322.944000', '160322.947000', '160322.950000', '160322.952000', '160322.955000', '160322.958000', '160322.961000', '160322.964000', '160322.967000', '160322.969000', '160322.972000', '160322.975000', '160342.853000', '160342.856000', '160342.859000', '160342.862000', '160342.865000', '160342.868000', '160342.870000', '160342.873000', '160342.876000', '160342.879000', '160342.882000', '160342.884000', '160342.887000', '160342.890000', '160342.893000', '160342.896000', '160342.899000', '160342.902000', '160342.904000', '160342.907000', '160342.910000', '160342.913000', '160342.916000', '160342.919000', '160342.921000', '160342.924000', '160342.927000', '160342.930000', '160342.933000', '160342.936000', '160342.938000', '160342.941000', '160342.944000', '160342.947000', '160342.950000', '160342.952000', '160342.955000', '160342.958000', '160342.962000', '160342.965000', '160342.968000', '160342.971000', '160342.974000', '160402.853000', '160402.856000', '160402.859000', '160402.861000', '160402.864000', '160402.867000', '160402.870000', '160402.873000', '160402.875000', '160402.878000', '160402.881000', '160402.884000', '160402.887000', '160402.889000', '160402.892000', '160402.895000', '160402.898000', '160402.901000', '160402.904000', '160402.906000', '160402.909000', '160402.912000', '160402.915000', '160402.918000', '160402.920000', '160402.923000', '160402.926000', '160402.929000', '160402.932000', '160402.935000', '160402.937000', '160402.940000', '160402.943000', '160402.946000', '160402.949000', '160402.951000', '160402.954000', '160402.958000', '160402.961000', '160402.964000', '160402.967000', '160402.970000', '160402.973000', '160402.976000', '160422.853000', '160422.856000', '160422.859000', '160422.861000', '160422.864000', '160422.867000', '160422.870000', '160422.873000', '160422.876000', '160422.878000', '160422.881000', '160422.884000', '160422.887000', '160422.890000', '160422.892000', '160422.895000', '160422.898000', '160422.901000', '160422.904000', '160422.906000', '160422.909000', '160422.912000', '160422.915000', '160422.918000', '160422.921000', '160422.924000', '160422.927000', '160422.930000', '160422.933000', '160422.935000', '160422.938000', '160422.941000', '160422.944000', '160422.947000', '160422.950000', '160422.952000', '160422.955000', '160422.958000', '160422.961000', '160422.964000', '160422.966000', '160422.978000', '160422.983000', '160442.853000', '160442.856000', '160442.859000', '160442.861000', '160442.864000', '160442.867000', '160442.870000', '160442.873000', '160442.875000', '160442.878000', '160442.881000', '160442.884000', '160442.887000', '160442.890000', '160442.892000', '160442.895000', '160442.898000', '160442.901000', '160442.904000', '160442.906000', '160442.909000', '160442.912000', '160442.915000', '160442.918000', '160442.920000', '160442.923000', '160442.926000', '160442.929000', '160442.932000', '160442.934000', '160442.937000', '160442.940000', '160442.943000', '160442.946000', '160442.948000', '160442.951000', '160442.954000', '160442.957000', '160442.960000', '160442.962000', '160442.965000', '160442.968000', '160442.971000', '160442.974000', '160451.088000', '160451.092000', '160451.094000', '160451.097000', '160451.100000', '160451.104000', '160451.109000', '160451.114000', '160451.117000', '160451.119000', '160451.122000', '160451.126000', '160451.129000', '160451.132000', '160451.135000', '160451.137000', '160451.140000', '160451.143000'], 'InstanceCreationTime': ['155822.896000', '155822.900000', '155822.903000', '155822.910000', '155822.913000', '155822.916000', '155822.919000', '155822.924000', '155822.927000', '155822.930000', '155822.933000', '155822.936000', '155822.939000', '155822.942000', '155822.945000', '155822.948000', '155822.951000', '155822.954000', '155822.956000', '155822.959000', '155822.966000', '155822.969000', '155822.972000', '155822.981000', '155822.984000', '155822.988000', '155822.991000', '155822.994000', '155842.853000', '155842.856000', '155842.859000', '155842.862000', '155842.864000', '155842.867000', '155842.870000', '155842.873000', '155842.876000', '155842.879000', '155842.881000', '155842.884000', '155842.887000', '155842.890000', '155842.893000', '155842.895000', '155842.898000', '155842.901000', '155842.904000', '155842.906000', '155842.909000', '155842.912000', '155842.915000', '155842.918000', '155842.920000', '155842.923000', '155842.926000', '155842.929000', '155842.932000', '155842.935000', '155842.937000', '155842.940000', '155842.943000', '155842.946000', '155842.949000', '155842.951000', '155842.954000', '155842.957000', '155842.960000', '155842.969000', '155842.972000', '155842.975000', '155842.978000', '155902.853000', '155902.858000', '155902.862000', '155902.865000', '155902.868000', '155902.870000', '155902.873000', '155902.876000', '155902.879000', '155902.882000', '155902.885000', '155902.887000', '155902.890000', '155902.893000', '155902.896000', '155902.899000', '155902.901000', '155902.904000', '155902.907000', '155902.910000', '155902.913000', '155902.915000', '155902.918000', '155902.921000', '155902.924000', '155902.927000', '155902.930000', '155902.933000', '155902.935000', '155902.938000', '155902.941000', '155902.944000', '155902.947000', '155902.949000', '155902.952000', '155902.955000', '155902.958000', '155902.961000', '155902.964000', '155902.966000', '155902.969000', '155902.972000', '155902.975000', '155922.853000', '155922.856000', '155922.859000', '155922.862000', '155922.864000', '155922.867000', '155922.870000', '155922.873000', '155922.876000', '155922.879000', '155922.881000', '155922.884000', '155922.887000', '155922.890000', '155922.893000', '155922.896000', '155922.898000', '155922.901000', '155922.904000', '155922.907000', '155922.909000', '155922.912000', '155922.915000', '155922.918000', '155922.921000', '155922.924000', '155922.926000', '155922.929000', '155922.932000', '155922.935000', '155922.938000', '155922.941000', '155922.943000', '155922.946000', '155922.949000', '155922.952000', '155922.955000', '155922.957000', '155922.960000', '155922.963000', '155922.966000', '155922.969000', '155922.972000', '155922.974000', '155942.853000', '155942.856000', '155942.859000', '155942.862000', '155942.865000', '155942.868000', '155942.870000', '155942.873000', '155942.876000', '155942.879000', '155942.882000', '155942.885000', '155942.887000', '155942.890000', '155942.893000', '155942.896000', '155942.899000', '155942.902000', '155942.904000', '155942.907000', '155942.910000', '155942.913000', '155942.916000', '155942.918000', '155942.921000', '155942.924000', '155942.927000', '155942.930000', '155942.933000', '155942.935000', '155942.938000', '155942.941000', '155942.944000', '155942.947000', '155942.950000', '155942.952000', '155942.955000', '155942.958000', '155942.961000', '155942.964000', '155942.967000', '155942.970000', '155942.972000', '160002.853000', '160002.856000', '160002.858000', '160002.861000', '160002.864000', '160002.867000', '160002.870000', '160002.872000', '160002.876000', '160002.878000', '160002.891000', '160002.893000', '160002.896000', '160002.899000', '160002.902000', '160002.905000', '160002.908000', '160002.910000', '160002.913000', '160002.916000', '160002.919000', '160002.922000', '160002.925000', '160002.927000', '160002.930000', '160002.933000', '160002.936000', '160002.938000', '160002.941000', '160002.944000', '160002.947000', '160002.950000', '160002.952000', '160002.955000', '160002.958000', '160002.961000', '160002.964000', '160002.966000', '160002.969000', '160002.972000', '160002.975000', '160002.978000', '160002.981000', '160002.983000', '160022.853000', '160022.856000', '160022.859000', '160022.862000', '160022.865000', '160022.871000', '160022.874000', '160022.877000', '160022.880000', '160022.883000', '160022.886000', '160022.889000', '160022.897000', '160022.900000', '160022.902000', '160022.905000', '160022.908000', '160022.911000', '160022.914000', '160022.917000', '160022.920000', '160022.922000', '160022.925000', '160022.928000', '160022.931000', '160022.934000', '160022.937000', '160022.939000', '160022.942000', '160022.945000', '160022.948000', '160022.951000', '160022.954000', '160022.956000', '160022.959000', '160022.962000', '160022.965000', '160022.968000', '160022.970000', '160022.973000', '160022.976000', '160022.979000', '160022.982000', '160042.853000', '160042.856000', '160042.859000', '160042.862000', '160042.864000', '160042.867000', '160042.870000', '160042.873000', '160042.876000', '160042.878000', '160042.881000', '160042.884000', '160042.887000', '160042.890000', '160042.892000', '160042.895000', '160042.898000', '160042.901000', '160042.903000', '160042.906000', '160042.909000', '160042.912000', '160042.915000', '160042.918000', '160042.920000', '160042.923000', '160042.926000', '160042.929000', '160042.931000', '160042.934000', '160042.937000', '160042.940000', '160042.943000', '160042.945000', '160042.948000', '160042.951000', '160042.954000', '160042.957000', '160042.960000', '160042.963000', '160042.966000', '160042.968000', '160042.971000', '160042.974000', '160102.853000', '160102.856000', '160102.859000', '160102.862000', '160102.864000', '160102.867000', '160102.870000', '160102.873000', '160102.876000', '160102.878000', '160102.881000', '160102.884000', '160102.888000', '160102.891000', '160102.894000', '160102.897000', '160102.900000', '160102.902000', '160102.905000', '160102.908000', '160102.911000', '160102.914000', '160102.917000', '160102.920000', '160102.922000', '160102.925000', '160102.928000', '160102.931000', '160102.934000', '160102.937000', '160102.939000', '160102.942000', '160102.945000', '160102.948000', '160102.950000', '160102.953000', '160102.956000', '160102.959000', '160102.961000', '160102.964000', '160102.967000', '160102.970000', '160102.973000', '160122.853000', '160122.856000', '160122.859000', '160122.861000', '160122.864000', '160122.867000', '160122.870000', '160122.873000', '160122.875000', '160122.878000', '160122.881000', '160122.884000', '160122.887000', '160122.889000', '160122.892000', '160122.895000', '160122.898000', '160122.901000', '160122.903000', '160122.906000', '160122.909000', '160122.912000', '160122.915000', '160122.917000', '160122.920000', '160122.923000', '160122.926000', '160122.929000', '160122.932000', '160122.934000', '160122.937000', '160122.940000', '160122.943000', '160122.946000', '160122.949000', '160122.952000', '160122.954000', '160122.957000', '160122.960000', '160122.963000', '160122.966000', '160122.969000', '160122.972000', '160122.974000', '160142.853000', '160142.856000', '160142.859000', '160142.861000', '160142.865000', '160142.867000', '160142.870000', '160142.873000', '160142.876000', '160142.879000', '160142.882000', '160142.884000', '160142.887000', '160142.890000', '160142.893000', '160142.896000', '160142.899000', '160142.902000', '160142.905000', '160142.907000', '160142.911000', '160142.913000', '160142.916000', '160142.919000', '160142.922000', '160142.925000', '160142.927000', '160142.930000', '160142.933000', '160142.936000', '160142.939000', '160142.941000', '160142.944000', '160142.947000', '160142.950000', '160142.953000', '160142.955000', '160142.958000', '160142.961000', '160142.964000', '160142.967000', '160142.969000', '160142.972000', '160202.853000', '160202.856000', '160202.859000', '160202.861000', '160202.864000', '160202.867000', '160202.870000', '160202.873000', '160202.876000', '160202.878000', '160202.881000', '160202.884000', '160202.887000', '160202.889000', '160202.892000', '160202.895000', '160202.898000', '160202.900000', '160202.903000', '160202.906000', '160202.909000', '160202.912000', '160202.915000', '160202.917000', '160202.920000', '160202.931000', '160202.934000', '160202.936000', '160202.939000', '160202.942000', '160202.945000', '160202.948000', '160202.951000', '160202.954000', '160202.957000', '160202.960000', '160202.962000', '160202.965000', '160202.968000', '160202.971000', '160202.974000', '160202.977000', '160202.979000', '160202.982000', '160222.853000', '160222.856000', '160222.859000', '160222.861000', '160222.864000', '160222.867000', '160222.870000', '160222.873000', '160222.876000', '160222.878000', '160222.881000', '160222.884000', '160222.887000', '160222.889000', '160222.892000', '160222.895000', '160222.898000', '160222.900000', '160222.903000', '160222.906000', '160222.909000', '160222.912000', '160222.915000', '160222.917000', '160222.920000', '160222.925000', '160222.929000', '160222.932000', '160222.935000', '160222.938000', '160222.940000', '160222.943000', '160222.946000', '160222.949000', '160222.952000', '160222.955000', '160222.957000', '160222.960000', '160222.963000', '160222.966000', '160222.968000', '160222.971000', '160222.974000', '160242.853000', '160242.856000', '160242.859000', '160242.862000', '160242.865000', '160242.867000', '160242.870000', '160242.873000', '160242.884000', '160242.887000', '160242.890000', '160242.893000', '160242.896000', '160242.898000', '160242.901000', '160242.904000', '160242.907000', '160242.910000', '160242.913000', '160242.916000', '160242.918000', '160242.921000', '160242.924000', '160242.927000', '160242.930000', '160242.933000', '160242.936000', '160242.939000', '160242.941000', '160242.944000', '160242.947000', '160242.950000', '160242.953000', '160242.955000', '160242.958000', '160242.961000', '160242.964000', '160242.967000', '160242.969000', '160242.972000', '160242.975000', '160242.978000', '160242.981000', '160242.983000', '160302.853000', '160302.856000', '160302.859000', '160302.862000', '160302.865000', '160302.867000', '160302.870000', '160302.873000', '160302.877000', '160302.880000', '160302.883000', '160302.886000', '160302.889000', '160302.891000', '160302.894000', '160302.897000', '160302.912000', '160302.915000', '160302.918000', '160302.920000', '160302.923000', '160302.926000', '160302.929000', '160302.932000', '160302.935000', '160302.938000', '160302.941000', '160302.944000', '160302.947000', '160302.950000', '160302.953000', '160302.956000', '160302.959000', '160302.961000', '160302.964000', '160302.967000', '160302.970000', '160302.973000', '160302.975000', '160302.978000', '160302.981000', '160302.984000', '160302.987000', '160322.853000', '160322.856000', '160322.859000', '160322.862000', '160322.865000', '160322.867000', '160322.870000', '160322.873000', '160322.876000', '160322.879000', '160322.881000', '160322.884000', '160322.887000', '160322.890000', '160322.893000', '160322.896000', '160322.899000', '160322.901000', '160322.904000', '160322.907000', '160322.910000', '160322.913000', '160322.916000', '160322.919000', '160322.921000', '160322.924000', '160322.927000', '160322.930000', '160322.933000', '160322.936000', '160322.938000', '160322.941000', '160322.944000', '160322.947000', '160322.950000', '160322.952000', '160322.955000', '160322.958000', '160322.961000', '160322.964000', '160322.967000', '160322.969000', '160322.972000', '160322.975000', '160342.853000', '160342.856000', '160342.859000', '160342.862000', '160342.865000', '160342.868000', '160342.870000', '160342.873000', '160342.876000', '160342.879000', '160342.882000', '160342.884000', '160342.887000', '160342.890000', '160342.893000', '160342.896000', '160342.899000', '160342.902000', '160342.904000', '160342.907000', '160342.910000', '160342.913000', '160342.916000', '160342.919000', '160342.921000', '160342.924000', '160342.927000', '160342.930000', '160342.933000', '160342.936000', '160342.938000', '160342.941000', '160342.944000', '160342.947000', '160342.950000', '160342.952000', '160342.955000', '160342.958000', '160342.962000', '160342.965000', '160342.968000', '160342.971000', '160342.974000', '160402.853000', '160402.856000', '160402.859000', '160402.861000', '160402.864000', '160402.867000', '160402.870000', '160402.873000', '160402.875000', '160402.878000', '160402.881000', '160402.884000', '160402.887000', '160402.889000', '160402.892000', '160402.895000', '160402.898000', '160402.901000', '160402.904000', '160402.906000', '160402.909000', '160402.912000', '160402.915000', '160402.918000', '160402.920000', '160402.923000', '160402.926000', '160402.929000', '160402.932000', '160402.935000', '160402.937000', '160402.940000', '160402.943000', '160402.946000', '160402.949000', '160402.951000', '160402.954000', '160402.958000', '160402.961000', '160402.964000', '160402.967000', '160402.970000', '160402.973000', '160402.976000', '160422.853000', '160422.856000', '160422.859000', '160422.861000', '160422.864000', '160422.867000', '160422.870000', '160422.873000', '160422.876000', '160422.878000', '160422.881000', '160422.884000', '160422.887000', '160422.890000', '160422.892000', '160422.895000', '160422.898000', '160422.901000', '160422.904000', '160422.906000', '160422.909000', '160422.912000', '160422.915000', '160422.918000', '160422.921000', '160422.924000', '160422.927000', '160422.930000', '160422.933000', '160422.935000', '160422.938000', '160422.941000', '160422.944000', '160422.947000', '160422.950000', '160422.952000', '160422.955000', '160422.958000', '160422.961000', '160422.964000', '160422.966000', '160422.978000', '160422.983000', '160442.853000', '160442.856000', '160442.859000', '160442.861000', '160442.864000', '160442.867000', '160442.870000', '160442.873000', '160442.875000', '160442.878000', '160442.881000', '160442.884000', '160442.887000', '160442.890000', '160442.892000', '160442.895000', '160442.898000', '160442.901000', '160442.904000', '160442.906000', '160442.909000', '160442.912000', '160442.915000', '160442.918000', '160442.920000', '160442.923000', '160442.926000', '160442.929000', '160442.932000', '160442.934000', '160442.937000', '160442.940000', '160442.943000', '160442.946000', '160442.948000', '160442.951000', '160442.954000', '160442.957000', '160442.960000', '160442.962000', '160442.965000', '160442.968000', '160442.971000', '160442.974000', '160451.088000', '160451.092000', '160451.094000', '160451.097000', '160451.100000', '160451.104000', '160451.109000', '160451.114000', '160451.117000', '160451.119000', '160451.122000', '160451.126000', '160451.129000', '160451.132000', '160451.135000', '160451.137000', '160451.140000', '160451.143000'], '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': [9709, 12485, 8627, 8091, 10451, 9048, 9308, 9103, 8837, 8493, 9377, 8440, 14164, 9993, 8784, 8952, 8434, 7848, 9592, 8588, 7450, 8816, 8335, 7286, 9206, 8625, 9298, 9594, 8782, 8411, 9165, 9238, 12112, 9844, 8796, 11893, 8821, 8138, 9190, 9161, 10297, 10090, 9154, 11539, 8437, 7894, 9119, 9119, 8150, 9052, 9075, 8606, 9247, 9534, 11524, 9218, 8892, 7631, 9034, 9057, 8218, 8984, 8547, 7885, 8716, 8466, 8682, 8905, 9141, 9288, 10416, 10481, 8973, 9614, 9264, 9375, 12389, 11860, 8110, 8630, 8552, 7834, 9529, 8956, 7683, 7400, 8663, 7617, 9102, 8976, 7642, 11663, 8212, 7822, 8891, 8260, 10298, 11552, 8959, 8909, 8844, 8469, 10657, 10379, 7888, 9280, 7701, 7055, 8701, 8867, 9868, 8821, 8776, 7932, 9060, 7933, 9734, 8490, 7965, 9147, 7828, 7851, 8639, 8147, 7734, 9517, 7835, 7767, 8365, 8224, 7999, 10474, 8085, 8172, 8751, 9179, 10987, 10494, 11017, 11621, 8493, 8748, 8159, 8791, 8661, 7642, 8642, 8270, 7840, 10075, 8596, 7979, 11141, 7921, 8348, 11237, 10142, 11682, 10971, 8746, 11766, 8808, 7867, 10940, 8227, 7521, 8703, 8280, 8189, 7998, 7603, 8896, 8096, 7229, 8382, 8121, 7838, 8958, 8845, 9124, 9507, 7950, 9029, 7476, 8467, 8071, 11827, 8470, 10052, 8564, 7887, 10248, 9152, 14587, 12278, 8837, 8939, 8238, 9056, 7953, 7432, 11752, 7792, 7836, 7291, 7509, 7331, 7567, 8095, 8689, 7879, 8096, 11878, 9299, 7647, 9244, 7602, 8373, 11802, 8604, 8700, 7697, 7845, 8970, 7841, 7827, 11819, 7786, 7974, 7678, 7561, 7862, 10181, 8868, 8691, 7627, 8027, 9134, 8215, 8194, 9808, 7603, 7805, 11034, 8232, 7882, 12394, 8875, 7818, 7874, 8201, 8593, 7912, 8117, 9469, 7545, 8115, 8602, 8830, 7626, 11444, 7559, 8230, 7604, 7829, 7940, 10495, 8090, 8110, 8966, 8384, 7913, 11639, 8036, 8356, 8246, 7936, 8118, 11629, 8489, 8276, 8598, 8511, 7949, 10868, 9251, 8923, 9098, 8024, 9704, 8403, 7780, 13056, 8923, 7571, 9367, 7581, 8326, 8253, 8754, 8428, 8345, 8136, 9462, 8434, 7748, 14003, 10196, 8433, 9999, 7460, 8248, 7651, 8591, 8085, 8562, 7814, 7763, 8050, 8462, 10860, 10352, 7758, 12333, 8329, 7456, 12698, 10192, 9694, 9654, 8022, 9012, 8173, 7983, 9493, 7453, 7590, 8521, 7647, 7539, 10816, 7566, 8489, 7511, 7744, 11233, 7838, 7531, 9401, 8037, 9090, 7559, 8007, 8633, 8531, 8038, 8918, 7830, 8316, 9220, 9926, 7888, 11444, 7465, 8389, 9385, 8936, 13263, 9522, 7829, 9501, 8898, 10552, 8914, 7452, 9763, 7950, 7924, 8711, 8069, 10503, 9448, 7464, 7991, 7876, 7633, 9105, 7793, 8281, 7729, 7948, 8853, 8086, 8056, 12175, 10050, 7723, 9506, 8123, 8099, 11608, 8837, 9098, 8004, 7402, 10412, 7967, 7910, 9379, 7726, 11028, 7718, 7929, 7980, 8665, 9085, 8041, 7902, 9071, 8308, 8059, 8513, 8957, 8179, 9083, 7897, 8076, 12093, 9534, 11602, 10690, 7704, 11310, 8119, 7753, 11738, 8942, 8460, 7513, 7996, 9151, 8157, 7847, 11379, 9163, 8238, 8040, 7507, 7827, 8360, 8536, 8260, 8545, 7883, 9038, 7840, 7306, 13550, 9543, 8076, 8962, 7703, 8532, 8366, 8310, 8379, 9104, 7760, 9292, 7361, 7390, 9709, 7950, 8414, 9444, 7462, 8611, 7301, 8534, 8328, 9406, 7722, 8687, 7622, 8039, 8073, 11396, 8701, 9731, 7678, 7516, 12698, 11647, 8389, 12869, 7620, 8497, 8195, 8849, 8750, 10178, 7671, 9165, 7669, 7861, 10020, 9357, 7606, 10034, 7519, 9098, 8020, 7478, 8664, 7826, 7730, 8477, 7687, 8567, 8048, 8417, 8184, 8571, 8363, 8148, 7881, 8387, 8621, 10051, 8341, 9985, 8165, 7409, 13693, 12521, 9989, 13882, 9035, 8894, 7768, 8987, 8356, 11384, 8740, 8055, 14299, 12963, 9110, 13628, 8323, 7982, 10056, 8469, 9860, 13684, 8766, 8031, 7752, 8313, 8389, 9455, 8489, 8606, 7564, 8264, 8618, 7604, 7716, 12725, 8571, 8281, 7877, 7354, 11732, 8792, 8256, 11896, 8324, 8928, 8336, 8256, 7587, 8784, 8667, 7506, 10130, 8911, 7850, 12499, 11936, 10016, 13478, 8855, 8964, 9806, 10023, 12701, 11702, 7580, 10802, 8537, 7421, 13153, 9426, 8300, 8465, 7506, 8694, 7757, 7866, 9372, 7565, 7436, 8412, 7827, 7478, 9031, 7815, 12878, 7361, 7689, 7434, 8408, 8905, 9639, 8093, 9503, 7197, 7102, 10720, 8195, 8135, 10440, 7854, 8871, 7433, 7380, 10892, 8355, 8061, 8327, 7343, 10017, 7671, 8455, 9108, 8180, 10277, 7786, 8337, 7295, 8028, 9379, 7836, 7200, 10662, 7773, 8664, 7262, 8645, 7914, 9335, 8570, 8715, 8359, 8332, 9611, 9530, 8626, 12369, 12635, 9940, 12249, 9763, 9806, 8606, 9278, 12447, 11441, 9839, 8736, 9261, 9862, 12011, 9498, 12019, 8872, 9434, 8628, 8876, 10346, 8008, 7826, 9315, 8959, 7908, 10899, 9799, 7595, 10704, 9019, 7694, 10109, 8414, 8642, 10948, 10147, 8186, 10176, 8296, 7450, 10131, 9533, 7933, 9584, 7743, 7197, 9208, 9475, 8623, 11381, 7668, 9063, 7503, 8381, 9709, 8490, 7264, 11100, 8796, 8969, 7354, 8341, 8959, 8500, 8376, 9438, 7392, 8905, 9415, 8331, 9107, 11897, 10988, 8666, 10961, 8392, 10809, 12481, 9215, 13108, 7946, 8571, 7667, 8753, 9542, 7806, 8993, 9319, 7874, 9783, 7458, 9188, 9984, 8417, 7836, 10177, 8517, 9472, 8112, 8773, 9678, 9612, 8346, 10221, 8476, 7956, 10238, 8925, 8633, 10266, 8085, 8009, 10289, 9134, 7122, 11267, 8379, 7713, 9761, 10714, 7817, 11641, 10922, 7850, 9188, 8444, 7208, 10223, 8690, 8872, 10045, 9358, 8321, 9900, 8786, 7687, 10737, 11365, 8482, 13397, 11787, 7583, 13066, 10877, 8649, 13247, 7899, 8421, 7750, 8173, 9405, 10418, 7121, 9672, 8714, 7877, 8067, 7813, 8564, 8997, 7332, 8922, 7508, 7577, 9768, 8950, 6848, 12371, 7952, 8272, 8979, 7893, 10093, 10025, 7554, 13446, 7503, 8286, 8434, 8143, 8953, 10916, 8019, 9301, 7362, 7958, 9099, 7379, 8046, 9106, 8802, 7803, 9526, 7888, 7338, 12235, 11005, 8504, 9986, 7690, 9409], 'WindowCenter': [3841.0, 3856.0, 3800.0, 3787.0, 3805.0, 3784.0, 3782.0, 3779.0, 3780.0, 3767.0, 3779.0, 3770.0, 3822.0, 3780.0, 3768.0, 3767.0, 3757.0, 3758.0, 3778.0, 3769.0, 3747.0, 3767.0, 3758.0, 3747.0, 3780.0, 3770.0, 3781.0, 3779.0, 3768.0, 3756.0, 3778.0, 3781.0, 3798.0, 3779.0, 3768.0, 3786.0, 3766.0, 3745.0, 3766.0, 3767.0, 3776.0, 3774.0, 3765.0, 3785.0, 3743.0, 3743.0, 3764.0, 3766.0, 3744.0, 3752.0, 3765.0, 3753.0, 3765.0, 3778.0, 3787.0, 3767.0, 3767.0, 3745.0, 3767.0, 3779.0, 3770.0, 3782.0, 3770.0, 3771.0, 3781.0, 3771.0, 3782.0, 3782.0, 3782.0, 3782.0, 3791.0, 3778.0, 3766.0, 3765.0, 3766.0, 3767.0, 3797.0, 3786.0, 3744.0, 3752.0, 3752.0, 3744.0, 3774.0, 3766.0, 3745.0, 3744.0, 3754.0, 3746.0, 3767.0, 3779.0, 3758.0, 3800.0, 3756.0, 3757.0, 3766.0, 3757.0, 3777.0, 3788.0, 3767.0, 3765.0, 3754.0, 3756.0, 3775.0, 3776.0, 3744.0, 3766.0, 3744.0, 3734.0, 3754.0, 3767.0, 3777.0, 3765.0, 3766.0, 3755.0, 3765.0, 3757.0, 3776.0, 3767.0, 3756.0, 3765.0, 3744.0, 3744.0, 3755.0, 3755.0, 3746.0, 3777.0, 3746.0, 3747.0, 3757.0, 3769.0, 3758.0, 3788.0, 3757.0, 3757.0, 3766.0, 3793.0, 3789.0, 3789.0, 3804.0, 3801.0, 3767.0, 3768.0, 3758.0, 3768.0, 3768.0, 3758.0, 3768.0, 3768.0, 3770.0, 3790.0, 3772.0, 3759.0, 3789.0, 3757.0, 3756.0, 3788.0, 3778.0, 3786.0, 3774.0, 3753.0, 3773.0, 3752.0, 3743.0, 3762.0, 3741.0, 3728.0, 3740.0, 3741.0, 3739.0, 3742.0, 3743.0, 3764.0, 3757.0, 3745.0, 3755.0, 3758.0, 3759.0, 3781.0, 3794.0, 3782.0, 3792.0, 3771.0, 3780.0, 3759.0, 3771.0, 3770.0, 3800.0, 3771.0, 3790.0, 3769.0, 3756.0, 3777.0, 3768.0, 3808.0, 3786.0, 3754.0, 3753.0, 3754.0, 3752.0, 3729.0, 3731.0, 3784.0, 3732.0, 3732.0, 3732.0, 3732.0, 3733.0, 3742.0, 3743.0, 3754.0, 3756.0, 3757.0, 3797.0, 3766.0, 3744.0, 3764.0, 3744.0, 3755.0, 3787.0, 3755.0, 3755.0, 3746.0, 3754.0, 3764.0, 3756.0, 3758.0, 3799.0, 3745.0, 3756.0, 3755.0, 3757.0, 3758.0, 3788.0, 3769.0, 3767.0, 3745.0, 3757.0, 3776.0, 3758.0, 3758.0, 3777.0, 3744.0, 3746.0, 3786.0, 3755.0, 3756.0, 3798.0, 3755.0, 3744.0, 3743.0, 3754.0, 3754.0, 3745.0, 3756.0, 3765.0, 3743.0, 3756.0, 3766.0, 3765.0, 3757.0, 3799.0, 3757.0, 3756.0, 3756.0, 3759.0, 3769.0, 3790.0, 3769.0, 3771.0, 3779.0, 3770.0, 3771.0, 3801.0, 3761.0, 3770.0, 3768.0, 3770.0, 3771.0, 3802.0, 3769.0, 3770.0, 3768.0, 3769.0, 3759.0, 3790.0, 3780.0, 3769.0, 3767.0, 3759.0, 3777.0, 3757.0, 3758.0, 3810.0, 3768.0, 3757.0, 3768.0, 3747.0, 3769.0, 3768.0, 3768.0, 3759.0, 3757.0, 3758.0, 3777.0, 3756.0, 3759.0, 3808.0, 3778.0, 3756.0, 3777.0, 3745.0, 3767.0, 3756.0, 3768.0, 3758.0, 3768.0, 3759.0, 3758.0, 3770.0, 3770.0, 3790.0, 3791.0, 3759.0, 3798.0, 3756.0, 3748.0, 3798.0, 3777.0, 3765.0, 3764.0, 3743.0, 3753.0, 3754.0, 3744.0, 3766.0, 3733.0, 3745.0, 3768.0, 3757.0, 3756.0, 3788.0, 3746.0, 3766.0, 3734.0, 3746.0, 3787.0, 3745.0, 3745.0, 3765.0, 3756.0, 3764.0, 3744.0, 3757.0, 3767.0, 3769.0, 3759.0, 3779.0, 3757.0, 3771.0, 3779.0, 3792.0, 3758.0, 3799.0, 3748.0, 3757.0, 3779.0, 3768.0, 3807.0, 3775.0, 3744.0, 3766.0, 3766.0, 3775.0, 3753.0, 3745.0, 3763.0, 3743.0, 3744.0, 3755.0, 3745.0, 3773.0, 3764.0, 3732.0, 3742.0, 3756.0, 3746.0, 3765.0, 3746.0, 3757.0, 3745.0, 3757.0, 3778.0, 3756.0, 3758.0, 3799.0, 3777.0, 3746.0, 3776.0, 3756.0, 3755.0, 3787.0, 3766.0, 3766.0, 3744.0, 3744.0, 3776.0, 3756.0, 3755.0, 3765.0, 3744.0, 3774.0, 3745.0, 3755.0, 3754.0, 3765.0, 3765.0, 3756.0, 3755.0, 3765.0, 3767.0, 3769.0, 3779.0, 3780.0, 3770.0, 3780.0, 3759.0, 3770.0, 3801.0, 3780.0, 3799.0, 3778.0, 3746.0, 3786.0, 3756.0, 3746.0, 3797.0, 3767.0, 3755.0, 3733.0, 3744.0, 3765.0, 3745.0, 3756.0, 3787.0, 3765.0, 3756.0, 3755.0, 3746.0, 3758.0, 3768.0, 3770.0, 3768.0, 3769.0, 3758.0, 3766.0, 3756.0, 3747.0, 3809.0, 3779.0, 3756.0, 3766.0, 3746.0, 3766.0, 3757.0, 3756.0, 3757.0, 3766.0, 3745.0, 3768.0, 3748.0, 3747.0, 3777.0, 3756.0, 3756.0, 3777.0, 3747.0, 3767.0, 3758.0, 3770.0, 3770.0, 3779.0, 3760.0, 3770.0, 3758.0, 3769.0, 3769.0, 3801.0, 3769.0, 3779.0, 3746.0, 3749.0, 3809.0, 3798.0, 3757.0, 3798.0, 3744.0, 3767.0, 3755.0, 3765.0, 3756.0, 3776.0, 3746.0, 3766.0, 3743.0, 3758.0, 3777.0, 3767.0, 3745.0, 3764.0, 3733.0, 3753.0, 3743.0, 3732.0, 3753.0, 3744.0, 3744.0, 3756.0, 3744.0, 3766.0, 3755.0, 3770.0, 3768.0, 3781.0, 3770.0, 3770.0, 3770.0, 3784.0, 3782.0, 3792.0, 3772.0, 3791.0, 3769.0, 3761.0, 3822.0, 3815.0, 3791.0, 3811.0, 3769.0, 3781.0, 3757.0, 3779.0, 3769.0, 3801.0, 3770.0, 3758.0, 3821.0, 3813.0, 3769.0, 3809.0, 3755.0, 3744.0, 3765.0, 3756.0, 3766.0, 3798.0, 3754.0, 3744.0, 3732.0, 3755.0, 3756.0, 3765.0, 3756.0, 3758.0, 3747.0, 3759.0, 3770.0, 3759.0, 3761.0, 3811.0, 3770.0, 3759.0, 3748.0, 3747.0, 3799.0, 3769.0, 3770.0, 3803.0, 3770.0, 3784.0, 3772.0, 3771.0, 3773.0, 3786.0, 3786.0, 3764.0, 3805.0, 3784.0, 3774.0, 3815.0, 3805.0, 3781.0, 3812.0, 3769.0, 3768.0, 3779.0, 3780.0, 3799.0, 3787.0, 3745.0, 3775.0, 3754.0, 3735.0, 3798.0, 3757.0, 3744.0, 3742.0, 3734.0, 3755.0, 3744.0, 3746.0, 3766.0, 3745.0, 3746.0, 3756.0, 3747.0, 3748.0, 3767.0, 3745.0, 3799.0, 3735.0, 3746.0, 3734.0, 3757.0, 3767.0, 3766.0, 3758.0, 3779.0, 3734.0, 3748.0, 3789.0, 3759.0, 3758.0, 3778.0, 3758.0, 3768.0, 3735.0, 3747.0, 3789.0, 3758.0, 3757.0, 3758.0, 3746.0, 3776.0, 3747.0, 3757.0, 3767.0, 3757.0, 3778.0, 3745.0, 3756.0, 3734.0, 3758.0, 3767.0, 3759.0, 3749.0, 3790.0, 3748.0, 3770.0, 3749.0, 3782.0, 3772.0, 3783.0, 3783.0, 3784.0, 3773.0, 3785.0, 3806.0, 3809.0, 3787.0, 3826.0, 3814.0, 3794.0, 3814.0, 3793.0, 3791.0, 3770.0, 3795.0, 3812.0, 3803.0, 3780.0, 3756.0, 3767.0, 3778.0, 3799.0, 3767.0, 3788.0, 3765.0, 3765.0, 3754.0, 3768.0, 3777.0, 3743.0, 3746.0, 3765.0, 3768.0, 3756.0, 3787.0, 3776.0, 3746.0, 3777.0, 3767.0, 3747.0, 3777.0, 3757.0, 3757.0, 3778.0, 3776.0, 3756.0, 3776.0, 3744.0, 3746.0, 3776.0, 3768.0, 3745.0, 3765.0, 3744.0, 3735.0, 3766.0, 3778.0, 3757.0, 3789.0, 3747.0, 3769.0, 3735.0, 3757.0, 3767.0, 3756.0, 3737.0, 3788.0, 3756.0, 3768.0, 3745.0, 3757.0, 3769.0, 3770.0, 3771.0, 3781.0, 3750.0, 3782.0, 3782.0, 3772.0, 3784.0, 3803.0, 3791.0, 3770.0, 3788.0, 3760.0, 3790.0, 3801.0, 3767.0, 3798.0, 3746.0, 3756.0, 3744.0, 3768.0, 3778.0, 3748.0, 3768.0, 3779.0, 3758.0, 3780.0, 3747.0, 3782.0, 3791.0, 3770.0, 3760.0, 3791.0, 3770.0, 3791.0, 3759.0, 3771.0, 3781.0, 3781.0, 3770.0, 3790.0, 3769.0, 3760.0, 3789.0, 3770.0, 3770.0, 3790.0, 3758.0, 3758.0, 3791.0, 3780.0, 3750.0, 3790.0, 3757.0, 3759.0, 3777.0, 3790.0, 3758.0, 3800.0, 3790.0, 3760.0, 3781.0, 3769.0, 3760.0, 3791.0, 3769.0, 3782.0, 3794.0, 3781.0, 3773.0, 3793.0, 3770.0, 3761.0, 3791.0, 3802.0, 3769.0, 3799.0, 3786.0, 3745.0, 3797.0, 3777.0, 3754.0, 3797.0, 3744.0, 3744.0, 3731.0, 3743.0, 3754.0, 3765.0, 3722.0, 3763.0, 3743.0, 3743.0, 3743.0, 3744.0, 3755.0, 3754.0, 3734.0, 3766.0, 3733.0, 3758.0, 3777.0, 3768.0, 3738.0, 3800.0, 3756.0, 3757.0, 3767.0, 3757.0, 3776.0, 3777.0, 3746.0, 3798.0, 3733.0, 3755.0, 3755.0, 3746.0, 3767.0, 3789.0, 3756.0, 3768.0, 3746.0, 3758.0, 3769.0, 3749.0, 3760.0, 3782.0, 3769.0, 3760.0, 3779.0, 3758.0, 3749.0, 3799.0, 3791.0, 3758.0, 3778.0, 3747.0, 3767.0], 'WindowWidth': [8629.0, 8635.0, 8550.0, 8526.0, 8548.0, 8516.0, 8509.0, 8501.0, 8504.0, 8482.0, 8501.0, 8490.0, 8560.0, 8502.0, 8484.0, 8481.0, 8468.0, 8470.0, 8498.0, 8486.0, 8455.0, 8479.0, 8471.0, 8455.0, 8502.0, 8492.0, 8506.0, 8500.0, 8485.0, 8467.0, 8497.0, 8505.0, 8523.0, 8499.0, 8482.0, 8505.0, 8477.0, 8447.0, 8477.0, 8480.0, 8489.0, 8486.0, 8475.0, 8499.0, 8441.0, 8442.0, 8471.0, 8476.0, 8446.0, 8454.0, 8475.0, 8457.0, 8474.0, 8498.0, 8508.0, 8482.0, 8482.0, 8449.0, 8481.0, 8501.0, 8491.0, 8510.0, 8492.0, 8493.0, 8507.0, 8493.0, 8510.0, 8510.0, 8510.0, 8509.0, 8517.0, 8496.0, 8477.0, 8473.0, 8476.0, 8479.0, 8518.0, 8502.0, 8444.0, 8452.0, 8453.0, 8445.0, 8486.0, 8477.0, 8448.0, 8446.0, 8460.0, 8451.0, 8482.0, 8502.0, 8471.0, 8528.0, 8466.0, 8466.0, 8477.0, 8469.0, 8493.0, 8510.0, 8478.0, 8474.0, 8456.0, 8464.0, 8487.0, 8491.0, 8446.0, 8477.0, 8447.0, 8431.0, 8459.0, 8482.0, 8492.0, 8476.0, 8478.0, 8460.0, 8475.0, 8467.0, 8491.0, 8480.0, 8462.0, 8475.0, 8445.0, 8445.0, 8461.0, 8464.0, 8450.0, 8493.0, 8452.0, 8454.0, 8468.0, 8488.0, 8471.0, 8512.0, 8469.0, 8467.0, 8478.0, 8525.0, 8513.0, 8514.0, 8542.0, 8533.0, 8481.0, 8485.0, 8472.0, 8485.0, 8485.0, 8473.0, 8484.0, 8486.0, 8492.0, 8518.0, 8495.0, 8475.0, 8513.0, 8467.0, 8463.0, 8508.0, 8496.0, 8504.0, 8484.0, 8455.0, 8479.0, 8451.0, 8441.0, 8463.0, 8435.0, 8416.0, 8432.0, 8437.0, 8431.0, 8439.0, 8443.0, 8473.0, 8469.0, 8451.0, 8462.0, 8472.0, 8475.0, 8508.0, 8529.0, 8508.0, 8520.0, 8492.0, 8504.0, 8476.0, 8494.0, 8490.0, 8531.0, 8492.0, 8519.0, 8487.0, 8465.0, 8492.0, 8481.0, 8536.0, 8505.0, 8458.0, 8453.0, 8458.0, 8449.0, 8418.0, 8424.0, 8495.0, 8426.0, 8425.0, 8424.0, 8427.0, 8429.0, 8439.0, 8444.0, 8457.0, 8463.0, 8466.0, 8520.0, 8476.0, 8447.0, 8470.0, 8445.0, 8462.0, 8506.0, 8461.0, 8461.0, 8449.0, 8461.0, 8471.0, 8464.0, 8469.0, 8524.0, 8451.0, 8467.0, 8464.0, 8469.0, 8472.0, 8511.0, 8487.0, 8481.0, 8449.0, 8468.0, 8492.0, 8469.0, 8470.0, 8493.0, 8444.0, 8450.0, 8501.0, 8462.0, 8463.0, 8521.0, 8460.0, 8444.0, 8441.0, 8457.0, 8457.0, 8446.0, 8462.0, 8474.0, 8442.0, 8466.0, 8477.0, 8474.0, 8466.0, 8525.0, 8468.0, 8466.0, 8466.0, 8475.0, 8487.0, 8514.0, 8488.0, 8491.0, 8500.0, 8490.0, 8493.0, 8531.0, 8478.0, 8489.0, 8485.0, 8490.0, 8492.0, 8534.0, 8488.0, 8488.0, 8483.0, 8488.0, 8475.0, 8515.0, 8501.0, 8485.0, 8481.0, 8471.0, 8493.0, 8467.0, 8472.0, 8540.0, 8486.0, 8469.0, 8482.0, 8454.0, 8486.0, 8484.0, 8484.0, 8472.0, 8467.0, 8470.0, 8493.0, 8465.0, 8474.0, 8538.0, 8499.0, 8465.0, 8493.0, 8449.0, 8480.0, 8466.0, 8484.0, 8471.0, 8484.0, 8473.0, 8471.0, 8489.0, 8492.0, 8516.0, 8517.0, 8471.0, 8524.0, 8465.0, 8456.0, 8522.0, 8493.0, 8475.0, 8469.0, 8441.0, 8455.0, 8458.0, 8447.0, 8476.0, 8430.0, 8449.0, 8481.0, 8469.0, 8467.0, 8511.0, 8452.0, 8478.0, 8431.0, 8450.0, 8506.0, 8449.0, 8449.0, 8475.0, 8463.0, 8473.0, 8445.0, 8470.0, 8482.0, 8487.0, 8473.0, 8500.0, 8471.0, 8494.0, 8502.0, 8522.0, 8472.0, 8527.0, 8457.0, 8469.0, 8498.0, 8482.0, 8535.0, 8490.0, 8446.0, 8476.0, 8479.0, 8488.0, 8456.0, 8446.0, 8468.0, 8443.0, 8445.0, 8459.0, 8447.0, 8481.0, 8471.0, 8428.0, 8441.0, 8463.0, 8450.0, 8476.0, 8452.0, 8468.0, 8449.0, 8469.0, 8498.0, 8467.0, 8471.0, 8524.0, 8495.0, 8452.0, 8491.0, 8467.0, 8464.0, 8507.0, 8478.0, 8476.0, 8444.0, 8446.0, 8489.0, 8465.0, 8462.0, 8473.0, 8447.0, 8484.0, 8446.0, 8462.0, 8458.0, 8476.0, 8476.0, 8463.0, 8462.0, 8476.0, 8482.0, 8490.0, 8502.0, 8504.0, 8491.0, 8503.0, 8473.0, 8490.0, 8532.0, 8503.0, 8527.0, 8495.0, 8451.0, 8503.0, 8465.0, 8450.0, 8520.0, 8478.0, 8461.0, 8428.0, 8446.0, 8474.0, 8447.0, 8464.0, 8504.0, 8477.0, 8466.0, 8463.0, 8453.0, 8472.0, 8484.0, 8490.0, 8485.0, 8485.0, 8472.0, 8478.0, 8465.0, 8455.0, 8539.0, 8499.0, 8464.0, 8477.0, 8449.0, 8478.0, 8466.0, 8467.0, 8467.0, 8477.0, 8450.0, 8483.0, 8457.0, 8454.0, 8491.0, 8464.0, 8464.0, 8493.0, 8453.0, 8480.0, 8471.0, 8489.0, 8490.0, 8502.0, 8478.0, 8489.0, 8472.0, 8491.0, 8488.0, 8532.0, 8487.0, 8499.0, 8451.0, 8461.0, 8538.0, 8525.0, 8467.0, 8524.0, 8448.0, 8481.0, 8462.0, 8477.0, 8463.0, 8491.0, 8451.0, 8476.0, 8444.0, 8469.0, 8491.0, 8478.0, 8445.0, 8470.0, 8429.0, 8454.0, 8441.0, 8425.0, 8456.0, 8447.0, 8445.0, 8462.0, 8449.0, 8478.0, 8463.0, 8490.0, 8486.0, 8506.0, 8491.0, 8492.0, 8491.0, 8514.0, 8508.0, 8522.0, 8495.0, 8518.0, 8487.0, 8480.0, 8562.0, 8557.0, 8518.0, 8547.0, 8487.0, 8504.0, 8468.0, 8502.0, 8487.0, 8532.0, 8491.0, 8471.0, 8558.0, 8551.0, 8485.0, 8540.0, 8461.0, 8443.0, 8472.0, 8464.0, 8474.0, 8520.0, 8457.0, 8441.0, 8423.0, 8460.0, 8461.0, 8473.0, 8462.0, 8467.0, 8451.0, 8469.0, 8485.0, 8472.0, 8477.0, 8541.0, 8485.0, 8469.0, 8452.0, 8451.0, 8521.0, 8484.0, 8486.0, 8534.0, 8489.0, 8511.0, 8494.0, 8492.0, 8500.0, 8518.0, 8521.0, 8489.0, 8545.0, 8514.0, 8499.0, 8554.0, 8541.0, 8504.0, 8546.0, 8484.0, 8481.0, 8496.0, 8498.0, 8523.0, 8505.0, 8446.0, 8484.0, 8457.0, 8432.0, 8519.0, 8463.0, 8443.0, 8438.0, 8429.0, 8458.0, 8443.0, 8448.0, 8473.0, 8445.0, 8449.0, 8462.0, 8452.0, 8455.0, 8479.0, 8448.0, 8521.0, 8433.0, 8448.0, 8430.0, 8465.0, 8479.0, 8478.0, 8467.0, 8495.0, 8432.0, 8457.0, 8509.0, 8472.0, 8467.0, 8495.0, 8468.0, 8481.0, 8433.0, 8453.0, 8509.0, 8469.0, 8467.0, 8466.0, 8451.0, 8488.0, 8452.0, 8466.0, 8478.0, 8465.0, 8492.0, 8448.0, 8462.0, 8429.0, 8468.0, 8480.0, 8471.0, 8460.0, 8511.0, 8457.0, 8487.0, 8459.0, 8508.0, 8495.0, 8510.0, 8512.0, 8512.0, 8497.0, 8519.0, 8547.0, 8558.0, 8524.0, 8573.0, 8555.0, 8528.0, 8553.0, 8522.0, 8518.0, 8491.0, 8531.0, 8548.0, 8536.0, 8501.0, 8465.0, 8482.0, 8494.0, 8526.0, 8478.0, 8506.0, 8474.0, 8472.0, 8458.0, 8480.0, 8492.0, 8443.0, 8450.0, 8473.0, 8480.0, 8464.0, 8506.0, 8487.0, 8449.0, 8492.0, 8477.0, 8453.0, 8491.0, 8465.0, 8466.0, 8494.0, 8488.0, 8463.0, 8488.0, 8442.0, 8450.0, 8489.0, 8479.0, 8446.0, 8473.0, 8443.0, 8433.0, 8476.0, 8493.0, 8464.0, 8509.0, 8451.0, 8481.0, 8433.0, 8466.0, 8478.0, 8463.0, 8437.0, 8507.0, 8463.0, 8480.0, 8447.0, 8468.0, 8484.0, 8487.0, 8490.0, 8504.0, 8462.0, 8507.0, 8508.0, 8495.0, 8513.0, 8537.0, 8519.0, 8487.0, 8508.0, 8473.0, 8511.0, 8527.0, 8478.0, 8520.0, 8449.0, 8462.0, 8445.0, 8482.0, 8494.0, 8454.0, 8483.0, 8498.0, 8470.0, 8501.0, 8456.0, 8508.0, 8517.0, 8491.0, 8475.0, 8519.0, 8490.0, 8518.0, 8474.0, 8491.0, 8504.0, 8505.0, 8490.0, 8514.0, 8487.0, 8478.0, 8514.0, 8489.0, 8488.0, 8516.0, 8469.0, 8472.0, 8517.0, 8503.0, 8463.0, 8515.0, 8468.0, 8472.0, 8492.0, 8513.0, 8474.0, 8530.0, 8517.0, 8475.0, 8504.0, 8487.0, 8478.0, 8518.0, 8488.0, 8508.0, 8526.0, 8506.0, 8498.0, 8523.0, 8490.0, 8481.0, 8520.0, 8532.0, 8483.0, 8524.0, 8503.0, 8445.0, 8519.0, 8493.0, 8457.0, 8519.0, 8445.0, 8443.0, 8421.0, 8443.0, 8456.0, 8470.0, 8412.0, 8467.0, 8439.0, 8440.0, 8440.0, 8446.0, 8459.0, 8458.0, 8432.0, 8475.0, 8430.0, 8470.0, 8493.0, 8483.0, 8443.0, 8526.0, 8465.0, 8466.0, 8477.0, 8467.0, 8490.0, 8493.0, 8449.0, 8521.0, 8430.0, 8458.0, 8459.0, 8450.0, 8478.0, 8510.0, 8464.0, 8482.0, 8451.0, 8469.0, 8484.0, 8459.0, 8477.0, 8506.0, 8487.0, 8475.0, 8499.0, 8468.0, 8460.0, 8526.0, 8517.0, 8468.0, 8494.0, 8451.0, 8478.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.0011127586206896552</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025042394137931037</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.90638002016108</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1763953973993098</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0219286957767544</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.508</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2914.8464</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10080944690388133</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.252873563218391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.623464999792644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.589235665540538</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8050149331232324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.476144400714161</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00700324</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013324972242116928</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030023768544197083</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.6106800487485833</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>19.4257</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.8689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.2617</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297533.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1077.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.6509</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7464</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.5815</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2931.1648</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3113.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3954.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.159</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.71510520239826</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> |