=== 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-0078 --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-0078",
"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-0078_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0078_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-04/func/sub-0078_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>3c403906f658dd1ddf6ea62a73bf9226</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>21:43:19.705000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0747853</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</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>229.603</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2853761b-eb72-4ef3-8993-1398d4cb7c86||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['214319.705000', '214320.165000', '214320.625000', '214321.085000', '214321.545000', '214322.005000', '214322.465000', '214322.925000', '214323.385000', '214323.845000', '214324.305000', '214324.765000', '214325.225000', '214325.685000', '214326.145000', '214326.605000', '214327.065000', '214327.525000', '214327.985000', '214328.445000', '214328.905000', '214329.365000', '214329.825000', '214330.285000', '214330.745000', '214331.205000', '214331.665000', '214332.125000', '214332.585000', '214333.045000', '214333.505000', '214333.965000', '214334.425000', '214334.885000', '214335.345000', '214335.805000', '214336.265000', '214336.725000', '214337.185000', '214337.645000', '214338.105000', '214338.565000', '214339.025000', '214339.485000', '214339.945000', '214340.405000', '214340.865000', '214341.325000', '214341.785000', '214342.245000', '214342.705000', '214343.165000', '214343.625000', '214344.085000', '214344.545000', '214345.005000', '214345.465000', '214345.925000', '214346.385000', '214346.845000', '214347.305000', '214347.765000', '214348.225000', '214348.685000', '214349.145000', '214349.605000', '214350.065000', '214350.525000', '214350.985000', '214351.445000', '214351.905000', '214352.365000', '214352.825000', '214353.285000', '214353.745000', '214354.205000', '214354.665000', '214355.125000', '214355.585000', '214356.045000', '214356.505000', '214356.965000', '214357.425000', '214357.885000', '214358.345000', '214358.805000', '214359.265000', '214359.725000', '214400.185000', '214400.645000', '214401.105000', '214401.565000', '214402.025000', '214402.485000', '214402.945000', '214403.405000', '214403.865000', '214404.325000', '214404.785000', '214405.245000', '214405.705000', '214406.165000', '214406.625000', '214407.085000', '214407.545000', '214408.005000', '214408.465000', '214408.925000', '214409.385000', '214409.845000', '214410.305000', '214410.765000', '214411.225000', '214411.685000', '214412.145000', '214412.605000', '214413.065000', '214413.525000', '214413.985000', '214414.445000', '214414.905000', '214415.365000', '214415.825000', '214416.285000', '214416.745000', '214417.205000', '214417.665000', '214418.125000', '214418.585000', '214419.045000', '214419.505000', '214419.965000', '214420.425000', '214420.885000', '214421.345000', '214421.805000', '214422.265000', '214422.725000', '214423.185000', '214423.645000', '214424.105000', '214424.565000', '214425.025000', '214425.485000', '214425.945000', '214426.405000', '214426.865000', '214427.325000', '214427.785000', '214428.245000', '214428.705000', '214429.165000', '214429.625000', '214430.085000', '214430.545000', '214431.005000', '214431.465000', '214431.925000', '214432.385000', '214432.845000', '214433.305000', '214433.765000', '214434.225000', '214434.685000', '214435.145000', '214435.605000', '214436.065000', '214436.525000', '214436.985000', '214437.445000', '214437.905000', '214438.365000', '214438.825000', '214439.285000', '214439.745000', '214440.205000', '214440.665000', '214441.125000', '214441.585000', '214442.045000', '214442.505000', '214442.965000', '214443.425000', '214443.885000', '214444.345000', '214444.805000', '214445.265000', '214445.725000', '214446.185000', '214446.645000', '214447.105000', '214447.565000', '214448.025000', '214448.485000', '214448.945000', '214449.405000', '214449.865000', '214450.325000', '214450.785000', '214451.245000', '214451.705000', '214452.165000', '214452.625000', '214453.085000', '214453.545000', '214454.005000', '214454.465000', '214454.925000', '214455.385000', '214455.845000', '214456.305000', '214456.765000', '214457.225000', '214457.685000', '214458.145000', '214458.605000', '214459.065000', '214459.525000', '214459.985000', '214500.445000', '214500.905000', '214501.365000', '214501.825000', '214502.285000', '214502.745000', '214503.205000', '214503.665000', '214504.125000', '214504.585000', '214505.045000', '214505.505000', '214505.965000', '214506.425000', '214506.885000', '214507.345000', '214507.805000', '214508.265000', '214508.725000', '214509.185000', '214509.645000', '214510.105000', '214510.565000', '214511.025000', '214511.485000', '214511.945000', '214512.405000', '214512.865000', '214513.325000', '214513.785000', '214514.245000', '214514.705000', '214515.165000', '214515.625000', '214516.085000', '214516.545000', '214517.005000', '214517.465000', '214517.925000', '214518.385000', '214518.845000', '214519.305000', '214519.765000', '214520.225000', '214520.685000', '214521.145000', '214521.605000', '214522.065000', '214522.525000', '214522.985000', '214523.445000', '214523.905000', '214524.365000', '214524.825000', '214525.285000', '214525.745000', '214526.205000', '214526.665000', '214527.125000', '214527.585000', '214528.045000', '214528.505000', '214528.965000', '214529.425000', '214529.885000', '214530.345000', '214530.805000', '214531.265000', '214531.725000', '214532.185000', '214532.645000', '214533.105000', '214533.565000', '214534.025000', '214534.485000', '214534.945000', '214535.405000', '214535.865000', '214536.325000', '214536.785000', '214537.245000', '214537.705000', '214538.165000', '214538.625000', '214539.085000', '214539.545000', '214540.005000', '214540.465000', '214540.925000', '214541.385000', '214541.845000', '214542.305000', '214542.765000', '214543.225000', '214543.685000', '214544.145000', '214544.605000', '214545.065000', '214545.525000', '214545.985000', '214546.445000', '214546.905000', '214547.365000', '214547.825000', '214548.285000', '214548.745000', '214549.205000', '214549.665000', '214550.125000', '214550.585000', '214551.045000', '214551.505000', '214551.965000', '214552.425000', '214552.885000', '214553.345000', '214553.805000', '214554.265000', '214554.725000', '214555.185000', '214555.645000', '214556.105000', '214556.565000', '214557.025000', '214557.485000', '214557.945000', '214558.405000', '214558.865000', '214559.325000', '214559.785000', '214600.245000', '214600.705000', '214601.165000', '214601.625000', '214602.085000', '214602.545000', '214603.005000', '214603.465000', '214603.925000', '214604.385000', '214604.845000', '214605.305000', '214605.765000', '214606.225000', '214606.685000', '214607.145000', '214607.605000', '214608.065000', '214608.525000', '214608.985000', '214609.445000', '214609.905000', '214610.365000', '214610.825000', '214611.285000', '214611.745000', '214612.205000', '214612.665000', '214613.125000', '214613.585000', '214614.045000', '214614.505000', '214614.965000', '214615.425000', '214615.885000', '214616.345000', '214616.805000', '214617.265000', '214617.725000', '214618.185000', '214618.645000', '214619.105000', '214619.565000', '214620.025000', '214620.485000', '214620.945000', '214621.405000', '214621.865000', '214622.325000', '214622.785000', '214623.245000', '214623.705000', '214624.165000', '214624.625000', '214625.085000', '214625.545000', '214626.005000', '214626.465000', '214626.925000', '214627.385000', '214627.845000', '214628.305000', '214628.765000', '214629.225000', '214629.685000', '214630.145000', '214630.605000', '214631.065000', '214631.525000', '214631.985000', '214632.445000', '214632.905000', '214633.365000', '214633.825000', '214634.285000', '214634.745000', '214635.205000', '214635.665000', '214636.125000', '214636.585000', '214637.045000', '214637.505000', '214637.965000', '214638.425000', '214638.885000', '214639.345000', '214639.805000', '214640.265000', '214640.725000', '214641.185000', '214641.645000', '214642.105000', '214642.565000', '214643.025000', '214643.485000', '214643.945000', '214644.405000', '214644.865000', '214645.325000', '214645.785000', '214646.245000', '214646.705000', '214647.165000', '214647.625000', '214648.085000', '214648.545000', '214649.005000', '214649.465000', '214649.925000', '214650.385000', '214650.845000', '214651.305000', '214651.765000', '214652.225000', '214652.685000', '214653.145000', '214653.605000', '214654.065000', '214654.525000', '214654.985000', '214655.445000', '214655.905000', '214656.365000', '214656.825000', '214657.285000', '214657.745000', '214658.205000', '214658.665000', '214659.125000', '214659.585000', '214700.045000', '214700.505000', '214700.965000', '214701.425000', '214701.885000', '214702.345000', '214702.805000', '214703.265000', '214703.725000', '214704.185000', '214704.645000', '214705.105000', '214705.565000', '214706.025000', '214706.485000', '214706.945000', '214707.405000', '214707.865000', '214708.325000', '214708.785000', '214709.245000', '214709.705000', '214710.165000', '214710.625000', '214711.085000', '214711.545000', '214712.005000', '214712.465000', '214712.925000', '214713.385000', '214713.845000', '214714.305000', '214714.765000', '214715.225000', '214715.685000', '214716.145000', '214716.605000', '214717.065000', '214717.525000', '214717.985000', '214718.445000', '214718.905000', '214719.365000', '214719.825000', '214720.285000', '214720.745000', '214721.205000', '214721.665000', '214722.125000', '214722.585000', '214723.045000', '214723.505000', '214723.965000', '214724.425000', '214724.885000', '214725.345000', '214725.805000', '214726.265000', '214726.725000', '214727.185000', '214727.645000', '214728.105000', '214728.565000', '214729.025000', '214729.485000', '214729.945000', '214730.405000', '214730.865000', '214731.325000', '214731.785000', '214732.245000', '214732.705000', '214733.165000', '214733.625000', '214734.085000', '214734.545000', '214735.005000', '214735.465000', '214735.925000', '214736.385000', '214736.845000', '214737.305000', '214737.765000', '214738.225000', '214738.685000', '214739.145000', '214739.605000', '214740.065000', '214740.525000', '214740.985000', '214741.445000', '214741.905000', '214742.365000', '214742.825000', '214743.285000', '214743.745000', '214744.205000', '214744.665000', '214745.125000', '214745.585000', '214746.045000', '214746.505000', '214746.965000', '214747.425000', '214747.885000', '214748.345000', '214748.805000', '214749.265000', '214749.725000', '214750.185000', '214750.645000', '214751.105000', '214751.565000', '214752.025000', '214752.485000', '214752.945000', '214753.405000', '214753.865000', '214754.325000', '214754.785000', '214755.245000', '214755.705000', '214756.165000', '214756.625000', '214757.085000', '214757.545000', '214758.005000', '214758.465000', '214758.925000', '214759.385000', '214759.845000', '214800.305000', '214800.765000', '214801.225000', '214801.685000', '214802.145000', '214802.605000', '214803.065000', '214803.525000', '214803.985000', '214804.445000', '214804.905000', '214805.365000', '214805.825000', '214806.285000', '214806.745000', '214807.205000', '214807.665000', '214808.125000', '214808.585000', '214809.045000', '214809.505000', '214809.965000', '214810.425000', '214810.885000', '214811.345000', '214811.805000', '214812.265000', '214812.725000', '214813.185000', '214813.645000', '214814.105000', '214814.565000', '214815.025000', '214815.485000', '214815.945000', '214816.405000', '214816.865000', '214817.325000', '214817.785000', '214818.245000', '214818.705000', '214819.165000', '214819.625000', '214820.085000', '214820.545000', '214821.005000', '214821.465000', '214821.925000', '214822.385000', '214822.845000', '214823.305000', '214823.765000', '214824.225000', '214824.685000', '214825.145000', '214825.605000', '214826.065000', '214826.525000', '214826.985000', '214827.445000', '214827.905000', '214828.365000', '214828.825000', '214829.285000', '214829.745000', '214830.205000', '214830.665000', '214831.125000', '214831.585000', '214832.045000', '214832.505000', '214832.965000', '214833.425000', '214833.885000', '214834.345000', '214834.805000', '214835.265000', '214835.725000', '214836.185000', '214836.645000', '214837.105000', '214837.565000', '214838.025000', '214838.485000', '214838.945000', '214839.405000', '214839.865000', '214840.325000', '214840.785000', '214841.245000', '214841.705000', '214842.165000', '214842.625000', '214843.085000', '214843.545000', '214844.005000', '214844.465000', '214844.925000', '214845.385000', '214845.845000', '214846.305000', '214846.765000', '214847.225000', '214847.685000', '214848.145000', '214848.605000', '214849.065000', '214849.525000', '214849.985000', '214850.445000', '214850.905000', '214851.365000', '214851.825000', '214852.285000', '214852.745000', '214853.205000', '214853.665000', '214854.125000', '214854.585000', '214855.045000', '214855.505000', '214855.965000', '214856.425000', '214856.885000', '214857.345000', '214857.805000', '214858.265000', '214858.725000', '214859.185000', '214859.645000', '214900.105000', '214900.565000', '214901.025000', '214901.485000', '214901.945000', '214902.405000', '214902.865000', '214903.325000', '214903.785000', '214904.245000', '214904.705000', '214905.165000', '214905.625000', '214906.085000', '214906.545000', '214907.005000', '214907.465000', '214907.925000', '214908.385000', '214908.845000', '214909.305000', '214909.765000', '214910.225000', '214910.685000', '214911.145000', '214911.605000', '214912.065000', '214912.525000', '214912.985000', '214913.445000', '214913.905000', '214914.365000', '214914.825000', '214915.285000', '214915.745000', '214916.205000', '214916.665000', '214917.125000', '214917.585000', '214918.045000', '214918.505000', '214918.965000', '214919.425000', '214919.885000', '214920.345000', '214920.805000', '214921.265000', '214921.725000', '214922.185000', '214922.645000', '214923.105000', '214923.565000', '214924.025000', '214924.485000', '214924.945000', '214925.405000', '214925.865000', '214926.325000', '214926.785000', '214927.245000', '214927.705000', '214928.165000', '214928.625000', '214929.085000', '214929.545000', '214930.005000', '214930.465000', '214930.925000', '214931.385000', '214931.845000', '214932.305000', '214932.765000', '214933.225000', '214933.685000', '214934.145000', '214934.605000', '214935.065000', '214935.525000', '214935.985000', '214936.445000', '214936.905000', '214937.365000', '214937.825000', '214938.285000', '214938.745000', '214939.205000', '214939.665000', '214940.125000', '214940.585000', '214941.045000', '214941.505000', '214941.965000', '214942.425000', '214942.885000', '214943.345000', '214943.805000', '214944.265000', '214944.725000', '214945.185000', '214945.645000', '214946.105000', '214946.565000', '214947.025000', '214947.485000', '214947.945000', '214948.405000', '214948.865000', '214949.325000', '214949.785000', '214950.245000', '214950.705000', '214951.165000', '214951.625000', '214952.085000', '214952.545000', '214953.005000', '214953.465000', '214953.925000', '214954.385000', '214954.845000', '214955.305000', '214955.765000', '214956.225000', '214956.685000', '214957.145000', '214957.605000', '214958.065000', '214958.525000', '214958.985000', '214959.445000', '214959.905000', '215000.365000'], 'ContentTime': ['214346.585000', '214346.588000', '214346.591000', '214346.594000', '214346.596000', '214346.599000', '214346.602000', '214346.604000', '214346.607000', '214346.609000', '214346.612000', '214346.615000', '214346.617000', '214346.620000', '214346.622000', '214346.625000', '214346.627000', '214346.630000', '214346.640000', '214346.642000', '214346.645000', '214346.647000', '214346.650000', '214346.653000', '214346.655000', '214346.658000', '214346.660000', '214346.663000', '214346.666000', '214346.668000', '214346.671000', '214346.673000', '214346.676000', '214346.679000', '214346.681000', '214346.684000', '214346.686000', '214346.689000', '214346.692000', '214346.694000', '214346.697000', '214346.699000', '214346.702000', '214346.705000', '214346.707000', '214346.710000', '214346.712000', '214346.715000', '214346.717000', '214346.720000', '214346.723000', '214346.726000', '214346.728000', '214346.731000', '214346.734000', '214406.547000', '214406.550000', '214406.553000', '214406.556000', '214406.558000', '214406.561000', '214406.563000', '214406.566000', '214406.569000', '214406.571000', '214406.574000', '214406.576000', '214406.579000', '214406.582000', '214406.584000', '214406.587000', '214406.589000', '214406.592000', '214406.595000', '214406.597000', '214406.600000', '214406.602000', '214406.605000', '214406.607000', '214406.610000', '214406.613000', '214406.615000', '214406.618000', '214406.620000', '214406.623000', '214406.626000', '214406.628000', '214406.631000', '214406.633000', '214406.636000', '214406.639000', '214406.641000', '214406.644000', '214406.646000', '214406.649000', '214406.652000', '214406.654000', '214406.657000', '214406.659000', '214426.548000', '214426.551000', '214426.554000', '214426.556000', '214426.559000', '214426.562000', '214426.564000', '214426.567000', '214426.569000', '214426.572000', '214426.574000', '214426.587000', '214426.589000', '214426.592000', '214426.595000', '214426.597000', '214426.600000', '214426.602000', '214426.605000', '214426.608000', '214426.610000', '214426.613000', '214426.616000', '214426.618000', '214426.621000', '214426.623000', '214426.626000', '214426.629000', '214426.631000', '214426.634000', '214426.636000', '214426.639000', '214426.642000', '214426.644000', '214426.647000', '214426.649000', '214426.652000', '214426.655000', '214426.657000', '214426.660000', '214426.662000', '214426.665000', '214426.668000', '214446.549000', '214446.552000', '214446.555000', '214446.558000', '214446.560000', '214446.563000', '214446.565000', '214446.568000', '214446.571000', '214446.573000', '214446.576000', '214446.579000', '214446.581000', '214446.584000', '214446.587000', '214446.600000', '214446.602000', '214446.605000', '214446.607000', '214446.610000', '214446.613000', '214446.615000', '214446.618000', '214446.620000', '214446.623000', '214446.626000', '214446.628000', '214446.641000', '214446.644000', '214446.647000', '214446.649000', '214446.652000', '214446.654000', '214446.657000', '214446.660000', '214446.662000', '214446.665000', '214446.667000', '214446.670000', '214446.673000', '214446.675000', '214446.678000', '214446.680000', '214506.548000', '214506.551000', '214506.554000', '214506.556000', '214506.559000', '214506.562000', '214506.564000', '214506.567000', '214506.569000', '214506.572000', '214506.575000', '214506.577000', '214506.580000', '214506.583000', '214506.585000', '214506.588000', '214506.590000', '214506.593000', '214506.596000', '214506.598000', '214506.601000', '214506.603000', '214506.606000', '214506.608000', '214506.611000', '214506.614000', '214506.617000', '214506.619000', '214506.622000', '214506.624000', '214506.634000', '214506.636000', '214506.639000', '214506.641000', '214506.644000', '214506.647000', '214506.649000', '214506.652000', '214506.655000', '214506.657000', '214506.660000', '214506.662000', '214506.665000', '214506.668000', '214526.548000', '214526.551000', '214526.554000', '214526.557000', '214526.559000', '214526.562000', '214526.564000', '214526.567000', '214526.570000', '214526.572000', '214526.575000', '214526.577000', '214526.580000', '214526.583000', '214526.585000', '214526.588000', '214526.590000', '214526.593000', '214526.596000', '214526.598000', '214526.601000', '214526.603000', '214526.606000', '214526.609000', '214526.611000', '214526.614000', '214526.617000', '214526.619000', '214526.622000', '214526.624000', '214526.627000', '214526.630000', '214526.632000', '214526.635000', '214526.637000', '214526.640000', '214526.643000', '214526.645000', '214526.648000', '214526.650000', '214526.653000', '214526.656000', '214526.658000', '214526.661000', '214546.549000', '214546.551000', '214546.554000', '214546.557000', '214546.559000', '214546.562000', '214546.564000', '214546.567000', '214546.570000', '214546.572000', '214546.575000', '214546.577000', '214546.580000', '214546.583000', '214546.585000', '214546.588000', '214546.591000', '214546.593000', '214546.596000', '214546.598000', '214546.601000', '214546.604000', '214546.606000', '214546.609000', '214546.612000', '214546.614000', '214546.617000', '214546.619000', '214546.622000', '214546.625000', '214546.627000', '214546.630000', '214546.632000', '214546.635000', '214546.638000', '214546.640000', '214546.643000', '214546.646000', '214546.648000', '214546.651000', '214546.653000', '214546.656000', '214546.659000', '214606.549000', '214606.551000', '214606.554000', '214606.557000', '214606.560000', '214606.562000', '214606.565000', '214606.568000', '214606.570000', '214606.573000', '214606.576000', '214606.578000', '214606.581000', '214606.584000', '214606.587000', '214606.590000', '214606.593000', '214606.596000', '214606.599000', '214606.602000', '214606.604000', '214606.607000', '214606.610000', '214606.612000', '214606.615000', '214606.618000', '214606.620000', '214606.623000', '214606.626000', '214606.629000', '214606.631000', '214606.634000', '214606.637000', '214606.640000', '214606.642000', '214606.649000', '214606.652000', '214606.655000', '214606.657000', '214606.660000', '214606.663000', '214606.665000', '214606.668000', '214626.548000', '214626.551000', '214626.553000', '214626.556000', '214626.559000', '214626.561000', '214626.564000', '214626.566000', '214626.569000', '214626.581000', '214626.584000', '214626.587000', '214626.589000', '214626.592000', '214626.594000', '214626.597000', '214626.600000', '214626.602000', '214626.605000', '214626.607000', '214626.610000', '214626.613000', '214626.615000', '214626.618000', '214626.621000', '214626.623000', '214626.626000', '214626.628000', '214626.631000', '214626.634000', '214626.636000', '214626.639000', '214626.641000', '214626.644000', '214626.647000', '214626.649000', '214626.652000', '214626.655000', '214626.657000', '214626.660000', '214626.663000', '214626.665000', '214626.668000', '214626.671000', '214646.548000', '214646.551000', '214646.554000', '214646.557000', '214646.559000', '214646.562000', '214646.564000', '214646.567000', '214646.570000', '214646.572000', '214646.575000', '214646.578000', '214646.581000', '214646.583000', '214646.586000', '214646.589000', '214646.591000', '214646.594000', '214646.597000', '214646.599000', '214646.602000', '214646.604000', '214646.607000', '214646.610000', '214646.612000', '214646.615000', '214646.618000', '214646.620000', '214646.623000', '214646.625000', '214646.628000', '214646.631000', '214646.633000', '214646.636000', '214646.639000', '214646.641000', '214646.644000', '214646.646000', '214646.649000', '214646.652000', '214646.654000', '214646.657000', '214646.659000', '214706.549000', '214706.552000', '214706.554000', '214706.557000', '214706.559000', '214706.562000', '214706.565000', '214706.567000', '214706.570000', '214706.573000', '214706.575000', '214706.578000', '214706.580000', '214706.583000', '214706.586000', '214706.588000', '214706.591000', '214706.593000', '214706.596000', '214706.599000', '214706.601000', '214706.604000', '214706.606000', '214706.609000', '214706.612000', '214706.614000', '214706.617000', '214706.620000', '214706.622000', '214706.625000', '214706.628000', '214706.630000', '214706.633000', '214706.635000', '214706.638000', '214706.641000', '214706.643000', '214706.646000', '214706.648000', '214706.651000', '214706.654000', '214706.656000', '214706.659000', '214706.662000', '214726.548000', '214726.551000', '214726.554000', '214726.557000', '214726.559000', '214726.562000', '214726.564000', '214726.567000', '214726.570000', '214726.572000', '214726.575000', '214726.578000', '214726.580000', '214726.583000', '214726.585000', '214726.588000', '214726.591000', '214726.594000', '214726.597000', '214726.600000', '214726.603000', '214726.605000', '214726.608000', '214726.611000', '214726.613000', '214726.616000', '214726.619000', '214726.621000', '214726.627000', '214726.629000', '214726.632000', '214726.635000', '214726.637000', '214726.640000', '214726.643000', '214726.645000', '214726.648000', '214726.651000', '214726.653000', '214726.656000', '214726.659000', '214726.661000', '214726.664000', '214746.548000', '214746.551000', '214746.554000', '214746.557000', '214746.559000', '214746.562000', '214746.564000', '214746.567000', '214746.570000', '214746.572000', '214746.575000', '214746.577000', '214746.580000', '214746.583000', '214746.585000', '214746.588000', '214746.591000', '214746.593000', '214746.596000', '214746.599000', '214746.601000', '214746.604000', '214746.606000', '214746.609000', '214746.612000', '214746.614000', '214746.617000', '214746.620000', '214746.622000', '214746.625000', '214746.627000', '214746.630000', '214746.632000', '214746.635000', '214746.644000', '214746.646000', '214746.649000', '214746.651000', '214746.654000', '214746.657000', '214746.659000', '214746.662000', '214746.664000', '214746.667000', '214806.549000', '214806.552000', '214806.554000', '214806.557000', '214806.560000', '214806.562000', '214806.565000', '214806.568000', '214806.570000', '214806.573000', '214806.575000', '214806.578000', '214806.581000', '214806.583000', '214806.586000', '214806.589000', '214806.591000', '214806.594000', '214806.596000', '214806.599000', '214806.602000', '214806.604000', '214806.607000', '214806.609000', '214806.612000', '214806.615000', '214806.617000', '214806.620000', '214806.623000', '214806.625000', '214806.628000', '214806.630000', '214806.633000', '214806.636000', '214806.638000', '214806.641000', '214806.644000', '214806.646000', '214806.649000', '214806.651000', '214806.654000', '214806.657000', '214806.659000', '214826.548000', '214826.551000', '214826.554000', '214826.557000', '214826.559000', '214826.562000', '214826.564000', '214826.567000', '214826.570000', '214826.572000', '214826.575000', '214826.577000', '214826.580000', '214826.583000', '214826.585000', '214826.588000', '214826.591000', '214826.593000', '214826.596000', '214826.599000', '214826.601000', '214826.604000', '214826.607000', '214826.609000', '214826.612000', '214826.614000', '214826.617000', '214826.620000', '214826.622000', '214826.625000', '214826.627000', '214826.630000', '214826.633000', '214826.635000', '214826.638000', '214826.640000', '214826.643000', '214826.646000', '214826.649000', '214826.651000', '214826.654000', '214826.656000', '214826.659000', '214826.662000', '214846.547000', '214846.550000', '214846.553000', '214846.556000', '214846.558000', '214846.561000', '214846.564000', '214846.566000', '214846.569000', '214846.571000', '214846.574000', '214846.577000', '214846.579000', '214846.582000', '214846.584000', '214846.587000', '214846.590000', '214846.592000', '214846.595000', '214846.598000', '214846.600000', '214846.603000', '214846.605000', '214846.608000', '214846.611000', '214846.613000', '214846.616000', '214846.619000', '214846.621000', '214846.624000', '214846.633000', '214846.636000', '214846.639000', '214846.641000', '214846.644000', '214846.646000', '214846.649000', '214846.652000', '214846.654000', '214846.657000', '214846.659000', '214846.662000', '214846.666000', '214906.548000', '214906.551000', '214906.554000', '214906.557000', '214906.559000', '214906.562000', '214906.565000', '214906.567000', '214906.570000', '214906.573000', '214906.575000', '214906.578000', '214906.580000', '214906.583000', '214906.587000', '214906.590000', '214906.593000', '214906.595000', '214906.598000', '214906.601000', '214906.603000', '214906.606000', '214906.609000', '214906.611000', '214906.614000', '214906.617000', '214906.619000', '214906.622000', '214906.624000', '214906.627000', '214906.630000', '214906.632000', '214906.635000', '214906.638000', '214906.640000', '214906.643000', '214906.646000', '214906.648000', '214906.651000', '214906.653000', '214906.656000', '214906.659000', '214906.661000', '214906.664000', '214926.585000', '214926.588000', '214926.591000', '214926.594000', '214926.597000', '214926.600000', '214926.602000', '214926.605000', '214926.608000', '214926.610000', '214926.613000', '214926.616000', '214926.619000', '214926.622000', '214926.624000', '214926.627000', '214926.630000', '214926.633000', '214926.635000', '214926.638000', '214926.641000', '214926.644000', '214926.646000', '214926.649000', '214926.652000', '214926.654000', '214926.657000', '214926.660000', '214926.662000', '214926.665000', '214926.668000', '214926.670000', '214926.673000', '214926.675000', '214926.678000', '214926.681000', '214926.683000', '214926.686000', '214926.688000', '214926.691000', '214926.693000', '214926.696000', '214926.699000', '214946.549000', '214946.552000', '214946.554000', '214946.557000', '214946.559000', '214946.562000', '214946.565000', '214946.567000', '214946.570000', '214946.572000', '214946.575000', '214946.577000', '214946.580000', '214946.583000', '214946.585000', '214946.588000', '214946.590000', '214946.593000', '214946.596000', '214946.598000', '214946.601000', '214946.603000', '214946.606000', '214946.609000', '214946.611000', '214946.614000', '214946.617000', '214946.619000', '214946.622000', '214946.625000', '214946.627000', '214946.630000', '214946.632000', '214946.635000', '214946.638000', '214946.640000', '214946.643000', '214946.645000', '214946.648000', '214946.651000', '214946.653000', '214946.656000', '214946.659000', '214946.661000', '215002.042000', '215002.045000', '215002.048000', '215002.051000', '215002.053000', '215002.057000', '215002.059000', '215002.062000', '215002.066000', '215002.070000', '215002.073000', '215002.076000', '215002.078000', '215002.081000', '215002.084000', '215002.087000', '215002.090000', '215002.093000', '215002.096000', '215002.098000', '215002.101000', '215002.104000', '215002.107000', '215002.109000', '215002.112000', '215002.115000', '215002.117000', '215002.123000', '215002.127000', '215002.130000', '215002.133000', '215002.136000', '215002.148000', '215002.154000'], 'InstanceCreationTime': ['214346.585000', '214346.588000', '214346.591000', '214346.594000', '214346.596000', '214346.599000', '214346.602000', '214346.604000', '214346.607000', '214346.609000', '214346.612000', '214346.615000', '214346.617000', '214346.620000', '214346.622000', '214346.625000', '214346.627000', '214346.630000', '214346.640000', '214346.642000', '214346.645000', '214346.647000', '214346.650000', '214346.653000', '214346.655000', '214346.658000', '214346.660000', '214346.663000', '214346.666000', '214346.668000', '214346.671000', '214346.673000', '214346.676000', '214346.679000', '214346.681000', '214346.684000', '214346.686000', '214346.689000', '214346.692000', '214346.694000', '214346.697000', '214346.699000', '214346.702000', '214346.705000', '214346.707000', '214346.710000', '214346.712000', '214346.715000', '214346.717000', '214346.720000', '214346.723000', '214346.726000', '214346.728000', '214346.731000', '214346.734000', '214406.547000', '214406.550000', '214406.553000', '214406.556000', '214406.558000', '214406.561000', '214406.563000', '214406.566000', '214406.569000', '214406.571000', '214406.574000', '214406.576000', '214406.579000', '214406.582000', '214406.584000', '214406.587000', '214406.589000', '214406.592000', '214406.595000', '214406.597000', '214406.600000', '214406.602000', '214406.605000', '214406.607000', '214406.610000', '214406.613000', '214406.615000', '214406.618000', '214406.620000', '214406.623000', '214406.626000', '214406.628000', '214406.631000', '214406.633000', '214406.636000', '214406.639000', '214406.641000', '214406.644000', '214406.646000', '214406.649000', '214406.652000', '214406.654000', '214406.657000', '214406.659000', '214426.548000', '214426.551000', '214426.554000', '214426.556000', '214426.559000', '214426.562000', '214426.564000', '214426.567000', '214426.569000', '214426.572000', '214426.574000', '214426.587000', '214426.589000', '214426.592000', '214426.595000', '214426.597000', '214426.600000', '214426.602000', '214426.605000', '214426.608000', '214426.610000', '214426.613000', '214426.616000', '214426.618000', '214426.621000', '214426.623000', '214426.626000', '214426.629000', '214426.631000', '214426.634000', '214426.636000', '214426.639000', '214426.642000', '214426.644000', '214426.647000', '214426.649000', '214426.652000', '214426.655000', '214426.657000', '214426.660000', '214426.662000', '214426.665000', '214426.668000', '214446.549000', '214446.552000', '214446.555000', '214446.558000', '214446.560000', '214446.563000', '214446.565000', '214446.568000', '214446.571000', '214446.573000', '214446.576000', '214446.579000', '214446.581000', '214446.584000', '214446.587000', '214446.600000', '214446.602000', '214446.605000', '214446.607000', '214446.610000', '214446.613000', '214446.615000', '214446.618000', '214446.620000', '214446.623000', '214446.626000', '214446.628000', '214446.641000', '214446.644000', '214446.647000', '214446.649000', '214446.652000', '214446.654000', '214446.657000', '214446.660000', '214446.662000', '214446.665000', '214446.667000', '214446.670000', '214446.673000', '214446.675000', '214446.678000', '214446.680000', '214506.548000', '214506.551000', '214506.554000', '214506.556000', '214506.559000', '214506.562000', '214506.564000', '214506.567000', '214506.569000', '214506.572000', '214506.575000', '214506.577000', '214506.580000', '214506.583000', '214506.585000', '214506.588000', '214506.590000', '214506.593000', '214506.596000', '214506.598000', '214506.601000', '214506.603000', '214506.606000', '214506.608000', '214506.611000', '214506.614000', '214506.617000', '214506.619000', '214506.622000', '214506.624000', '214506.634000', '214506.636000', '214506.639000', '214506.641000', '214506.644000', '214506.647000', '214506.649000', '214506.652000', '214506.655000', '214506.657000', '214506.660000', '214506.662000', '214506.665000', '214506.668000', '214526.548000', '214526.551000', '214526.554000', '214526.557000', '214526.559000', '214526.562000', '214526.564000', '214526.567000', '214526.570000', '214526.572000', '214526.575000', '214526.577000', '214526.580000', '214526.583000', '214526.585000', '214526.588000', '214526.590000', '214526.593000', '214526.596000', '214526.598000', '214526.601000', '214526.603000', '214526.606000', '214526.609000', '214526.611000', '214526.614000', '214526.617000', '214526.619000', '214526.622000', '214526.624000', '214526.627000', '214526.630000', '214526.632000', '214526.635000', '214526.637000', '214526.640000', '214526.643000', '214526.645000', '214526.648000', '214526.650000', '214526.653000', '214526.656000', '214526.658000', '214526.661000', '214546.549000', '214546.551000', '214546.554000', '214546.557000', '214546.559000', '214546.562000', '214546.564000', '214546.567000', '214546.570000', '214546.572000', '214546.575000', '214546.577000', '214546.580000', '214546.583000', '214546.585000', '214546.588000', '214546.591000', '214546.593000', '214546.596000', '214546.598000', '214546.601000', '214546.604000', '214546.606000', '214546.609000', '214546.612000', '214546.614000', '214546.617000', '214546.619000', '214546.622000', '214546.625000', '214546.627000', '214546.630000', '214546.632000', '214546.635000', '214546.638000', '214546.640000', '214546.643000', '214546.646000', '214546.648000', '214546.651000', '214546.653000', '214546.656000', '214546.659000', '214606.549000', '214606.551000', '214606.554000', '214606.557000', '214606.560000', '214606.562000', '214606.565000', '214606.568000', '214606.570000', '214606.573000', '214606.576000', '214606.578000', '214606.581000', '214606.584000', '214606.587000', '214606.590000', '214606.593000', '214606.596000', '214606.599000', '214606.602000', '214606.604000', '214606.607000', '214606.610000', '214606.612000', '214606.615000', '214606.618000', '214606.620000', '214606.623000', '214606.626000', '214606.629000', '214606.631000', '214606.634000', '214606.637000', '214606.640000', '214606.642000', '214606.649000', '214606.652000', '214606.655000', '214606.657000', '214606.660000', '214606.663000', '214606.665000', '214606.668000', '214626.548000', '214626.551000', '214626.553000', '214626.556000', '214626.559000', '214626.561000', '214626.564000', '214626.566000', '214626.569000', '214626.581000', '214626.584000', '214626.587000', '214626.589000', '214626.592000', '214626.594000', '214626.597000', '214626.600000', '214626.602000', '214626.605000', '214626.607000', '214626.610000', '214626.613000', '214626.615000', '214626.618000', '214626.621000', '214626.623000', '214626.626000', '214626.628000', '214626.631000', '214626.634000', '214626.636000', '214626.639000', '214626.641000', '214626.644000', '214626.647000', '214626.649000', '214626.652000', '214626.655000', '214626.657000', '214626.660000', '214626.663000', '214626.665000', '214626.668000', '214626.671000', '214646.548000', '214646.551000', '214646.554000', '214646.557000', '214646.559000', '214646.562000', '214646.564000', '214646.567000', '214646.570000', '214646.572000', '214646.575000', '214646.578000', '214646.581000', '214646.583000', '214646.586000', '214646.589000', '214646.591000', '214646.594000', '214646.597000', '214646.599000', '214646.602000', '214646.604000', '214646.607000', '214646.610000', '214646.612000', '214646.615000', '214646.618000', '214646.620000', '214646.623000', '214646.625000', '214646.628000', '214646.631000', '214646.633000', '214646.636000', '214646.639000', '214646.641000', '214646.644000', '214646.646000', '214646.649000', '214646.652000', '214646.654000', '214646.657000', '214646.659000', '214706.549000', '214706.552000', '214706.554000', '214706.557000', '214706.559000', '214706.562000', '214706.565000', '214706.567000', '214706.570000', '214706.573000', '214706.575000', '214706.578000', '214706.580000', '214706.583000', '214706.586000', '214706.588000', '214706.591000', '214706.593000', '214706.596000', '214706.599000', '214706.601000', '214706.604000', '214706.606000', '214706.609000', '214706.612000', '214706.614000', '214706.617000', '214706.620000', '214706.622000', '214706.625000', '214706.628000', '214706.630000', '214706.633000', '214706.635000', '214706.638000', '214706.641000', '214706.643000', '214706.646000', '214706.648000', '214706.651000', '214706.654000', '214706.656000', '214706.659000', '214706.662000', '214726.548000', '214726.551000', '214726.554000', '214726.557000', '214726.559000', '214726.562000', '214726.564000', '214726.567000', '214726.570000', '214726.572000', '214726.575000', '214726.578000', '214726.580000', '214726.583000', '214726.585000', '214726.588000', '214726.591000', '214726.594000', '214726.597000', '214726.600000', '214726.603000', '214726.605000', '214726.608000', '214726.611000', '214726.613000', '214726.616000', '214726.619000', '214726.621000', '214726.627000', '214726.629000', '214726.632000', '214726.635000', '214726.637000', '214726.640000', '214726.643000', '214726.645000', '214726.648000', '214726.651000', '214726.653000', '214726.656000', '214726.659000', '214726.661000', '214726.664000', '214746.548000', '214746.551000', '214746.554000', '214746.557000', '214746.559000', '214746.562000', '214746.564000', '214746.567000', '214746.570000', '214746.572000', '214746.575000', '214746.577000', '214746.580000', '214746.583000', '214746.585000', '214746.588000', '214746.591000', '214746.593000', '214746.596000', '214746.599000', '214746.601000', '214746.604000', '214746.606000', '214746.609000', '214746.612000', '214746.614000', '214746.617000', '214746.620000', '214746.622000', '214746.625000', '214746.627000', '214746.630000', '214746.632000', '214746.635000', '214746.644000', '214746.646000', '214746.649000', '214746.651000', '214746.654000', '214746.657000', '214746.659000', '214746.662000', '214746.664000', '214746.667000', '214806.549000', '214806.552000', '214806.554000', '214806.557000', '214806.560000', '214806.562000', '214806.565000', '214806.568000', '214806.570000', '214806.573000', '214806.575000', '214806.578000', '214806.581000', '214806.583000', '214806.586000', '214806.589000', '214806.591000', '214806.594000', '214806.596000', '214806.599000', '214806.602000', '214806.604000', '214806.607000', '214806.609000', '214806.612000', '214806.615000', '214806.617000', '214806.620000', '214806.623000', '214806.625000', '214806.628000', '214806.630000', '214806.633000', '214806.636000', '214806.638000', '214806.641000', '214806.644000', '214806.646000', '214806.649000', '214806.651000', '214806.654000', '214806.657000', '214806.659000', '214826.548000', '214826.551000', '214826.554000', '214826.557000', '214826.559000', '214826.562000', '214826.564000', '214826.567000', '214826.570000', '214826.572000', '214826.575000', '214826.577000', '214826.580000', '214826.583000', '214826.585000', '214826.588000', '214826.591000', '214826.593000', '214826.596000', '214826.599000', '214826.601000', '214826.604000', '214826.607000', '214826.609000', '214826.612000', '214826.614000', '214826.617000', '214826.620000', '214826.622000', '214826.625000', '214826.627000', '214826.630000', '214826.633000', '214826.635000', '214826.638000', '214826.640000', '214826.643000', '214826.646000', '214826.649000', '214826.651000', '214826.654000', '214826.656000', '214826.659000', '214826.662000', '214846.547000', '214846.550000', '214846.553000', '214846.556000', '214846.558000', '214846.561000', '214846.564000', '214846.566000', '214846.569000', '214846.571000', '214846.574000', '214846.577000', '214846.579000', '214846.582000', '214846.584000', '214846.587000', '214846.590000', '214846.592000', '214846.595000', '214846.598000', '214846.600000', '214846.603000', '214846.605000', '214846.608000', '214846.611000', '214846.613000', '214846.616000', '214846.619000', '214846.621000', '214846.624000', '214846.633000', '214846.636000', '214846.639000', '214846.641000', '214846.644000', '214846.646000', '214846.649000', '214846.652000', '214846.654000', '214846.657000', '214846.659000', '214846.662000', '214846.666000', '214906.548000', '214906.551000', '214906.554000', '214906.557000', '214906.559000', '214906.562000', '214906.565000', '214906.567000', '214906.570000', '214906.573000', '214906.575000', '214906.578000', '214906.580000', '214906.583000', '214906.587000', '214906.590000', '214906.593000', '214906.595000', '214906.598000', '214906.601000', '214906.603000', '214906.606000', '214906.609000', '214906.611000', '214906.614000', '214906.617000', '214906.619000', '214906.622000', '214906.624000', '214906.627000', '214906.630000', '214906.632000', '214906.635000', '214906.638000', '214906.640000', '214906.643000', '214906.646000', '214906.648000', '214906.651000', '214906.653000', '214906.656000', '214906.659000', '214906.661000', '214906.664000', '214926.585000', '214926.588000', '214926.591000', '214926.594000', '214926.597000', '214926.600000', '214926.602000', '214926.605000', '214926.608000', '214926.610000', '214926.613000', '214926.616000', '214926.619000', '214926.622000', '214926.624000', '214926.627000', '214926.630000', '214926.633000', '214926.635000', '214926.638000', '214926.641000', '214926.644000', '214926.646000', '214926.649000', '214926.652000', '214926.654000', '214926.657000', '214926.660000', '214926.662000', '214926.665000', '214926.668000', '214926.670000', '214926.673000', '214926.675000', '214926.678000', '214926.681000', '214926.683000', '214926.686000', '214926.688000', '214926.691000', '214926.693000', '214926.696000', '214926.699000', '214946.549000', '214946.552000', '214946.554000', '214946.557000', '214946.559000', '214946.562000', '214946.565000', '214946.567000', '214946.570000', '214946.572000', '214946.575000', '214946.577000', '214946.580000', '214946.583000', '214946.585000', '214946.588000', '214946.590000', '214946.593000', '214946.596000', '214946.598000', '214946.601000', '214946.603000', '214946.606000', '214946.609000', '214946.611000', '214946.614000', '214946.617000', '214946.619000', '214946.622000', '214946.625000', '214946.627000', '214946.630000', '214946.632000', '214946.635000', '214946.638000', '214946.640000', '214946.643000', '214946.645000', '214946.648000', '214946.651000', '214946.653000', '214946.656000', '214946.659000', '214946.661000', '215002.042000', '215002.045000', '215002.048000', '215002.051000', '215002.053000', '215002.057000', '215002.059000', '215002.062000', '215002.066000', '215002.070000', '215002.073000', '215002.076000', '215002.078000', '215002.081000', '215002.084000', '215002.087000', '215002.090000', '215002.093000', '215002.096000', '215002.098000', '215002.101000', '215002.104000', '215002.107000', '215002.109000', '215002.112000', '215002.115000', '215002.117000', '215002.123000', '215002.127000', '215002.130000', '215002.133000', '215002.136000', '215002.148000', '215002.154000'], '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': [8286, 6229, 6960, 6288, 7141, 5784, 7363, 6241, 7134, 6400, 5883, 7800, 6396, 5898, 8129, 7443, 5702, 8310, 6393, 7906, 6547, 7882, 6414, 7605, 6070, 7509, 5917, 7837, 5870, 7919, 6082, 8163, 5908, 7713, 6152, 8208, 7618, 6141, 7053, 5821, 7450, 7632, 5829, 6909, 6180, 7479, 6332, 7450, 5998, 7220, 7156, 7559, 7474, 7878, 7585, 7892, 7669, 7555, 6647, 8025, 6062, 7474, 5920, 8116, 6298, 7378, 7164, 5857, 7385, 5713, 8180, 5721, 6990, 5914, 7357, 6161, 5553, 5939, 5804, 7614, 6004, 7829, 6090, 7451, 6112, 6714, 5841, 6904, 5950, 8082, 6522, 6465, 7391, 6012, 8503, 6868, 8359, 6045, 7680, 6091, 6544, 6006, 6947, 8401, 7117, 7420, 6655, 5606, 7088, 5592, 7598, 5574, 7414, 5579, 7411, 5507, 6282, 5744, 6685, 5831, 7069, 6040, 7532, 5740, 7586, 6086, 7872, 6277, 7218, 6200, 7617, 5730, 7721, 6439, 7818, 6348, 8471, 6102, 6381, 5886, 6576, 5867, 7880, 6754, 7551, 6274, 7641, 7020, 8277, 8553, 8723, 8040, 8475, 6765, 8110, 6546, 7194, 6083, 7542, 6046, 8412, 5812, 8920, 6016, 8607, 5878, 7773, 6934, 7714, 7091, 7407, 5869, 6795, 5973, 7938, 6116, 8220, 7683, 8449, 7922, 7625, 6688, 7124, 7413, 7604, 8001, 7973, 8169, 6710, 8170, 6376, 7608, 5963, 7825, 5874, 7854, 5989, 8213, 6325, 8053, 5658, 7779, 5827, 7420, 5695, 7720, 5812, 8738, 5957, 8296, 6186, 7892, 5805, 7517, 7315, 8228, 5978, 8292, 6230, 5876, 7672, 6234, 9216, 6460, 9270, 6195, 8267, 8984, 8308, 8726, 6637, 8064, 5957, 8258, 5961, 8566, 6014, 7569, 6160, 8827, 5913, 8699, 5822, 7808, 5839, 7893, 7353, 7468, 7535, 7363, 5945, 7303, 5755, 8091, 6109, 8356, 6053, 6898, 5948, 7274, 5960, 8582, 6009, 8996, 6161, 8241, 5958, 7598, 5829, 7162, 6188, 6633, 9233, 8116, 8168, 8165, 6166, 6761, 6076, 6612, 5951, 8176, 5976, 8358, 6652, 8642, 6110, 8106, 5807, 7974, 6496, 9319, 6254, 8509, 6414, 7967, 5705, 7148, 5855, 7940, 5783, 8381, 6604, 7886, 5949, 7539, 5682, 8958, 5923, 9141, 5673, 7652, 6969, 7918, 8236, 7342, 5810, 6376, 5887, 8449, 6146, 6984, 6024, 8006, 6314, 7582, 5969, 8404, 6028, 7395, 6035, 7375, 6386, 7423, 5779, 5923, 5895, 7023, 6019, 8204, 6159, 8294, 7021, 9084, 7010, 5989, 8539, 5818, 6602, 5815, 8770, 8466, 5805, 7888, 6250, 7116, 8802, 6128, 8082, 6942, 8016, 8089, 8210, 8493, 7603, 5923, 7114, 5893, 7425, 5956, 8818, 5962, 8905, 5978, 7991, 5797, 7190, 7893, 6276, 8361, 6083, 6726, 6100, 9124, 5891, 8789, 6212, 7645, 9049, 7641, 8030, 6905, 8220, 5901, 7725, 5959, 7853, 5930, 8240, 5927, 7658, 5549, 7435, 5716, 7812, 6038, 7797, 6501, 9034, 7137, 6301, 7328, 6250, 5730, 7872, 5903, 8810, 6597, 8821, 8439, 6616, 7823, 6333, 9369, 5897, 9327, 6028, 9299, 9113, 9548, 9705, 8398, 9005, 8043, 9378, 8316, 8548, 8626, 7131, 8701, 6275, 8327, 6048, 9216, 6455, 7830, 7446, 8672, 7875, 8811, 6166, 9496, 6222, 9102, 6143, 7195, 6143, 7620, 5868, 7220, 5870, 7288, 5854, 7272, 6005, 7281, 5969, 7446, 5767, 7492, 5696, 7892, 6806, 7766, 6821, 7688, 6026, 7950, 5992, 7579, 5879, 7850, 5675, 7557, 5817, 7941, 5888, 7381, 5620, 7470, 5868, 8173, 5991, 7608, 5905, 7299, 6194, 6940, 7973, 6765, 8642, 6811, 7131, 6296, 9004, 6224, 8532, 6036, 8945, 6190, 8031, 6176, 7620, 5821, 8050, 5816, 8109, 6176, 9440, 6228, 7639, 6314, 7260, 7251, 7768, 8132, 7142, 8000, 5981, 7848, 5835, 7643, 5733, 7421, 5697, 7457, 5683, 8171, 6755, 6449, 6533, 5861, 5812, 6161, 5922, 7248, 6173, 7748, 6807, 8406, 8027, 6669, 8686, 5924, 9306, 6104, 8426, 6484, 9039, 6125, 8897, 6037, 8779, 6016, 8951, 5956, 8770, 6045, 8684, 6647, 9285, 8439, 5918, 6244, 5852, 7362, 5995, 8081, 5977, 7916, 7104, 7784, 7886, 7930, 7682, 8139, 8210, 8131, 8608, 8401, 7564, 5809, 6169, 5773, 7608, 7170, 6188, 6227, 7050, 5955, 8655, 6405, 9047, 6675, 8251, 6042, 8660, 6184, 8970, 5821, 7510, 6647, 7688, 6706, 7601, 6032, 6384, 5810, 7788, 6220, 7701, 6084, 7873, 6427, 8219, 5898, 8128, 6008, 8443, 7001, 8883, 7568, 7179, 7979, 6260, 8212, 6779, 8940, 8542, 8476, 7932, 8410, 8457, 6623, 8607, 6788, 9212, 7746, 7142, 6840, 7478, 7641, 8687, 7822, 8369, 7480, 8772, 7474, 8310, 7874, 8280, 8552, 8711, 8866, 9019, 7339, 8319, 6137, 7951, 6093, 8140, 6109, 9084, 6241, 9187, 5955, 8232, 6126, 8966, 6193, 5707, 6110, 5867, 8431, 5992, 8342, 6242, 8860, 6266, 8238, 6343, 8191, 7292, 8144, 8461, 8615, 9685, 8128, 8894, 6650, 8534, 6182, 8657, 6309, 8698, 6387, 8736, 6258, 8350, 6026, 8278, 6070, 8110, 6162, 8561, 6692, 8858, 6318, 5684, 6333, 6436, 8467, 5639, 7571, 6226, 8701, 6885, 8327, 6785, 6019, 8006, 7656, 8950, 8960, 6856, 8417, 6307, 8419, 6184, 8628, 6252, 8357, 5971, 9042, 6684, 8741, 6013, 8674, 6192, 8576, 6146, 8608, 6248, 9058, 7703, 6420, 6418, 5887, 7375, 6066, 8468, 6232, 8566, 6046, 8520, 6405, 8764, 6038, 8481, 6217, 8615, 6210, 8656, 6597, 7891, 6342, 7550, 6223, 7424, 6558, 7743, 6824, 7936, 6482, 7320, 6038, 7931, 6367, 8978, 7623, 5861, 7191, 5846, 6235, 6486, 6089, 9167, 6384, 8442, 6304, 8432, 6188, 7523, 6131, 7679, 5982, 7654, 6114, 8329, 5913, 8977, 6239, 8103, 6561, 8398, 6101, 8764, 6154, 8964, 6294, 8603, 7009, 8983, 8198, 6150, 7689, 6187, 5685, 6388, 5900, 7991, 5974, 8260, 6257, 8054, 6366, 8668, 6753, 9508, 6326, 9312, 6523, 7312, 7366, 7101, 7339, 7495, 7760, 8152, 8318, 7992, 9014, 6686, 8858, 6751, 8623, 6832, 8922, 6672, 8784, 6747, 8416, 6572, 8436, 6402, 7957, 6477, 5824, 6933, 5925, 5647, 6262], 'WindowCenter': [3653.0, 3596.0, 3614.0, 3593.0, 3601.0, 3580.0, 3611.0, 3606.0, 3611.0, 3605.0, 3607.0, 3625.0, 3604.0, 3606.0, 3638.0, 3627.0, 3595.0, 3637.0, 3605.0, 3637.0, 3604.0, 3624.0, 3593.0, 3613.0, 3580.0, 3599.0, 3579.0, 3610.0, 3567.0, 3607.0, 3577.0, 3609.0, 3567.0, 3597.0, 3576.0, 3620.0, 3624.0, 3591.0, 3600.0, 3580.0, 3624.0, 3624.0, 3595.0, 3615.0, 3606.0, 3626.0, 3605.0, 3614.0, 3592.0, 3611.0, 3600.0, 3610.0, 3600.0, 3608.0, 3610.0, 3610.0, 3610.0, 3609.0, 3588.0, 3608.0, 3577.0, 3596.0, 3577.0, 3606.0, 3588.0, 3597.0, 3599.0, 3578.0, 3611.0, 3578.0, 3623.0, 3580.0, 3614.0, 3593.0, 3613.0, 3591.0, 3569.0, 3591.0, 3592.0, 3626.0, 3592.0, 3625.0, 3593.0, 3626.0, 3593.0, 3603.0, 3583.0, 3612.0, 3592.0, 3622.0, 3600.0, 3591.0, 3612.0, 3591.0, 3620.0, 3591.0, 3609.0, 3578.0, 3598.0, 3575.0, 3576.0, 3565.0, 3583.0, 3607.0, 3586.0, 3585.0, 3586.0, 3563.0, 3585.0, 3553.0, 3597.0, 3555.0, 3598.0, 3566.0, 3600.0, 3568.0, 3588.0, 3580.0, 3601.0, 3580.0, 3600.0, 3591.0, 3611.0, 3580.0, 3625.0, 3594.0, 3623.0, 3591.0, 3611.0, 3579.0, 3610.0, 3567.0, 3610.0, 3602.0, 3624.0, 3603.0, 3636.0, 3592.0, 3603.0, 3592.0, 3614.0, 3593.0, 3636.0, 3615.0, 3625.0, 3602.0, 3612.0, 3611.0, 3620.0, 3622.0, 3621.0, 3622.0, 3621.0, 3601.0, 3610.0, 3587.0, 3597.0, 3576.0, 3596.0, 3576.0, 3608.0, 3564.0, 3619.0, 3576.0, 3620.0, 3566.0, 3598.0, 3597.0, 3608.0, 3596.0, 3598.0, 3577.0, 3598.0, 3589.0, 3621.0, 3588.0, 3621.0, 3611.0, 3623.0, 3621.0, 3611.0, 3600.0, 3600.0, 3609.0, 3611.0, 3607.0, 3611.0, 3621.0, 3601.0, 3622.0, 3591.0, 3611.0, 3590.0, 3610.0, 3578.0, 3609.0, 3590.0, 3622.0, 3602.0, 3622.0, 3580.0, 3611.0, 3580.0, 3611.0, 3580.0, 3611.0, 3578.0, 3634.0, 3591.0, 3623.0, 3592.0, 3622.0, 3579.0, 3613.0, 3610.0, 3633.0, 3603.0, 3633.0, 3603.0, 3592.0, 3624.0, 3602.0, 3648.0, 3602.0, 3646.0, 3591.0, 3623.0, 3632.0, 3623.0, 3622.0, 3600.0, 3610.0, 3577.0, 3608.0, 3576.0, 3608.0, 3575.0, 3596.0, 3576.0, 3617.0, 3565.0, 3606.0, 3563.0, 3595.0, 3563.0, 3606.0, 3596.0, 3597.0, 3608.0, 3612.0, 3589.0, 3611.0, 3577.0, 3621.0, 3592.0, 3634.0, 3589.0, 3600.0, 3590.0, 3611.0, 3589.0, 3621.0, 3590.0, 3633.0, 3591.0, 3623.0, 3589.0, 3623.0, 3579.0, 3611.0, 3589.0, 3602.0, 3632.0, 3622.0, 3622.0, 3635.0, 3602.0, 3613.0, 3591.0, 3612.0, 3603.0, 3637.0, 3604.0, 3636.0, 3616.0, 3635.0, 3601.0, 3623.0, 3591.0, 3622.0, 3590.0, 3631.0, 3589.0, 3620.0, 3587.0, 3608.0, 3577.0, 3599.0, 3578.0, 3609.0, 3578.0, 3619.0, 3599.0, 3610.0, 3577.0, 3610.0, 3579.0, 3621.0, 3576.0, 3619.0, 3566.0, 3610.0, 3599.0, 3621.0, 3619.0, 3600.0, 3566.0, 3588.0, 3566.0, 3620.0, 3589.0, 3601.0, 3590.0, 3623.0, 3602.0, 3613.0, 3591.0, 3622.0, 3579.0, 3599.0, 3577.0, 3598.0, 3588.0, 3599.0, 3577.0, 3589.0, 3580.0, 3610.0, 3592.0, 3622.0, 3592.0, 3635.0, 3615.0, 3634.0, 3614.0, 3592.0, 3634.0, 3581.0, 3602.0, 3580.0, 3634.0, 3636.0, 3593.0, 3636.0, 3605.0, 3613.0, 3646.0, 3591.0, 3624.0, 3601.0, 3612.0, 3609.0, 3621.0, 3620.0, 3610.0, 3578.0, 3600.0, 3578.0, 3598.0, 3576.0, 3632.0, 3593.0, 3648.0, 3593.0, 3624.0, 3592.0, 3611.0, 3635.0, 3602.0, 3636.0, 3602.0, 3615.0, 3592.0, 3646.0, 3581.0, 3634.0, 3590.0, 3613.0, 3633.0, 3612.0, 3611.0, 3600.0, 3609.0, 3578.0, 3608.0, 3577.0, 3608.0, 3578.0, 3619.0, 3578.0, 3610.0, 3567.0, 3609.0, 3579.0, 3622.0, 3607.0, 3624.0, 3604.0, 3634.0, 3614.0, 3602.0, 3611.0, 3592.0, 3591.0, 3637.0, 3592.0, 3646.0, 3600.0, 3635.0, 3623.0, 3602.0, 3613.0, 3591.0, 3632.0, 3568.0, 3621.0, 3578.0, 3632.0, 3607.0, 3616.0, 3604.0, 3594.0, 3593.0, 3583.0, 3603.0, 3593.0, 3592.0, 3604.0, 3582.0, 3620.0, 3575.0, 3608.0, 3576.0, 3617.0, 3587.0, 3611.0, 3596.0, 3618.0, 3607.0, 3619.0, 3575.0, 3616.0, 3574.0, 3607.0, 3577.0, 3586.0, 3577.0, 3597.0, 3577.0, 3596.0, 3577.0, 3599.0, 3579.0, 3599.0, 3590.0, 3610.0, 3590.0, 3610.0, 3580.0, 3611.0, 3580.0, 3623.0, 3602.0, 3612.0, 3603.0, 3623.0, 3592.0, 3623.0, 3591.0, 3611.0, 3580.0, 3611.0, 3580.0, 3610.0, 3580.0, 3622.0, 3581.0, 3611.0, 3581.0, 3612.0, 3580.0, 3623.0, 3593.0, 3625.0, 3593.0, 3613.0, 3594.0, 3614.0, 3637.0, 3615.0, 3649.0, 3615.0, 3617.0, 3605.0, 3647.0, 3594.0, 3637.0, 3603.0, 3647.0, 3593.0, 3625.0, 3590.0, 3613.0, 3580.0, 3612.0, 3580.0, 3612.0, 3580.0, 3633.0, 3578.0, 3611.0, 3589.0, 3599.0, 3596.0, 3598.0, 3596.0, 3587.0, 3598.0, 3576.0, 3597.0, 3565.0, 3597.0, 3566.0, 3597.0, 3566.0, 3598.0, 3579.0, 3621.0, 3615.0, 3604.0, 3600.0, 3580.0, 3591.0, 3606.0, 3617.0, 3642.0, 3619.0, 3638.0, 3617.0, 3638.0, 3637.0, 3615.0, 3636.0, 3591.0, 3635.0, 3592.0, 3623.0, 3591.0, 3622.0, 3579.0, 3620.0, 3577.0, 3618.0, 3577.0, 3607.0, 3565.0, 3607.0, 3576.0, 3617.0, 3588.0, 3619.0, 3619.0, 3577.0, 3587.0, 3577.0, 3599.0, 3578.0, 3610.0, 3589.0, 3611.0, 3612.0, 3611.0, 3623.0, 3622.0, 3611.0, 3622.0, 3622.0, 3636.0, 3634.0, 3623.0, 3612.0, 3579.0, 3590.0, 3581.0, 3623.0, 3614.0, 3603.0, 3603.0, 3615.0, 3605.0, 3636.0, 3605.0, 3636.0, 3603.0, 3622.0, 3579.0, 3621.0, 3578.0, 3622.0, 3567.0, 3600.0, 3589.0, 3610.0, 3590.0, 3611.0, 3578.0, 3589.0, 3578.0, 3611.0, 3589.0, 3612.0, 3593.0, 3625.0, 3604.0, 3634.0, 3593.0, 3624.0, 3591.0, 3624.0, 3613.0, 3633.0, 3625.0, 3603.0, 3624.0, 3601.0, 3623.0, 3601.0, 3634.0, 3622.0, 3624.0, 3621.0, 3623.0, 3621.0, 3601.0, 3635.0, 3614.0, 3633.0, 3612.0, 3599.0, 3600.0, 3598.0, 3611.0, 3620.0, 3611.0, 3620.0, 3612.0, 3622.0, 3612.0, 3620.0, 3622.0, 3621.0, 3622.0, 3620.0, 3622.0, 3621.0, 3599.0, 3609.0, 3578.0, 3609.0, 3578.0, 3610.0, 3577.0, 3618.0, 3576.0, 3631.0, 3590.0, 3622.0, 3591.0, 3633.0, 3591.0, 3579.0, 3590.0, 3592.0, 3635.0, 3592.0, 3637.0, 3603.0, 3636.0, 3603.0, 3634.0, 3602.0, 3624.0, 3610.0, 3610.0, 3608.0, 3620.0, 3619.0, 3609.0, 3607.0, 3587.0, 3607.0, 3577.0, 3607.0, 3575.0, 3605.0, 3576.0, 3606.0, 3576.0, 3607.0, 3576.0, 3608.0, 3574.0, 3609.0, 3590.0, 3620.0, 3599.0, 3619.0, 3590.0, 3579.0, 3590.0, 3601.0, 3634.0, 3582.0, 3626.0, 3606.0, 3637.0, 3615.0, 3635.0, 3605.0, 3593.0, 3624.0, 3624.0, 3635.0, 3635.0, 3604.0, 3623.0, 3591.0, 3621.0, 3580.0, 3622.0, 3588.0, 3621.0, 3591.0, 3633.0, 3602.0, 3621.0, 3590.0, 3620.0, 3591.0, 3621.0, 3590.0, 3622.0, 3591.0, 3635.0, 3639.0, 3604.0, 3604.0, 3593.0, 3625.0, 3593.0, 3623.0, 3594.0, 3634.0, 3590.0, 3624.0, 3590.0, 3621.0, 3579.0, 3620.0, 3579.0, 3609.0, 3578.0, 3608.0, 3585.0, 3607.0, 3575.0, 3597.0, 3564.0, 3596.0, 3574.0, 3597.0, 3586.0, 3607.0, 3576.0, 3597.0, 3577.0, 3610.0, 3587.0, 3632.0, 3624.0, 3592.0, 3615.0, 3593.0, 3590.0, 3616.0, 3605.0, 3646.0, 3604.0, 3639.0, 3605.0, 3636.0, 3593.0, 3625.0, 3592.0, 3623.0, 3590.0, 3611.0, 3577.0, 3620.0, 3567.0, 3619.0, 3576.0, 3608.0, 3586.0, 3607.0, 3576.0, 3607.0, 3577.0, 3617.0, 3578.0, 3619.0, 3597.0, 3619.0, 3621.0, 3589.0, 3624.0, 3603.0, 3591.0, 3603.0, 3605.0, 3625.0, 3592.0, 3635.0, 3604.0, 3625.0, 3603.0, 3635.0, 3602.0, 3634.0, 3589.0, 3632.0, 3576.0, 3598.0, 3596.0, 3587.0, 3596.0, 3597.0, 3595.0, 3607.0, 3606.0, 3606.0, 3607.0, 3586.0, 3606.0, 3585.0, 3607.0, 3587.0, 3617.0, 3586.0, 3606.0, 3587.0, 3606.0, 3588.0, 3621.0, 3602.0, 3635.0, 3603.0, 3594.0, 3614.0, 3593.0, 3596.0, 3617.0], 'WindowWidth': [8252.0, 8165.0, 8181.0, 8150.0, 8159.0, 8129.0, 8171.0, 8175.0, 8172.0, 8170.0, 8178.0, 8195.0, 8167.0, 8177.0, 8217.0, 8205.0, 8159.0, 8215.0, 8171.0, 8213.0, 8165.0, 8193.0, 8148.0, 8173.0, 8127.0, 8151.0, 8123.0, 8163.0, 8105.0, 8155.0, 8117.0, 8160.0, 8103.0, 8142.0, 8115.0, 8180.0, 8191.0, 8144.0, 8154.0, 8129.0, 8191.0, 8195.0, 8158.0, 8182.0, 8173.0, 8198.0, 8169.0, 8176.0, 8147.0, 8167.0, 8152.0, 8163.0, 8153.0, 8160.0, 8165.0, 8164.0, 8165.0, 8161.0, 8132.0, 8159.0, 8117.0, 8140.0, 8116.0, 8153.0, 8133.0, 8142.0, 8148.0, 8121.0, 8168.0, 8122.0, 8185.0, 8126.0, 8177.0, 8154.0, 8175.0, 8142.0, 8112.0, 8144.0, 8149.0, 8197.0, 8148.0, 8196.0, 8149.0, 8196.0, 8150.0, 8163.0, 8134.0, 8172.0, 8144.0, 8185.0, 8156.0, 8143.0, 8172.0, 8143.0, 8180.0, 8139.0, 8163.0, 8117.0, 8144.0, 8110.0, 8113.0, 8094.0, 8118.0, 8153.0, 8125.0, 8123.0, 8125.0, 8090.0, 8124.0, 8080.0, 8142.0, 8085.0, 8145.0, 8102.0, 8152.0, 8108.0, 8135.0, 8126.0, 8158.0, 8128.0, 8152.0, 8143.0, 8169.0, 8128.0, 8194.0, 8151.0, 8189.0, 8143.0, 8169.0, 8123.0, 8165.0, 8103.0, 8164.0, 8159.0, 8193.0, 8161.0, 8212.0, 8149.0, 8164.0, 8147.0, 8182.0, 8152.0, 8215.0, 8184.0, 8196.0, 8164.0, 8172.0, 8170.0, 8180.0, 8187.0, 8183.0, 8185.0, 8183.0, 8155.0, 8166.0, 8132.0, 8142.0, 8114.0, 8139.0, 8113.0, 8157.0, 8097.0, 8175.0, 8116.0, 8176.0, 8102.0, 8146.0, 8143.0, 8159.0, 8141.0, 8146.0, 8118.0, 8148.0, 8136.0, 8181.0, 8134.0, 8182.0, 8168.0, 8188.0, 8183.0, 8169.0, 8151.0, 8153.0, 8163.0, 8169.0, 8160.0, 8170.0, 8181.0, 8155.0, 8184.0, 8144.0, 8169.0, 8140.0, 8166.0, 8124.0, 8164.0, 8140.0, 8185.0, 8159.0, 8185.0, 8128.0, 8170.0, 8130.0, 8170.0, 8129.0, 8169.0, 8123.0, 8203.0, 8144.0, 8189.0, 8144.0, 8186.0, 8127.0, 8175.0, 8168.0, 8204.0, 8164.0, 8202.0, 8165.0, 8147.0, 8195.0, 8166.0, 8231.0, 8162.0, 8224.0, 8143.0, 8188.0, 8197.0, 8186.0, 8184.0, 8152.0, 8164.0, 8118.0, 8157.0, 8113.0, 8159.0, 8112.0, 8140.0, 8112.0, 8169.0, 8096.0, 8153.0, 8091.0, 8137.0, 8092.0, 8153.0, 8139.0, 8144.0, 8157.0, 8170.0, 8139.0, 8169.0, 8119.0, 8182.0, 8149.0, 8205.0, 8138.0, 8154.0, 8142.0, 8168.0, 8140.0, 8184.0, 8142.0, 8203.0, 8144.0, 8189.0, 8139.0, 8187.0, 8126.0, 8171.0, 8139.0, 8159.0, 8199.0, 8188.0, 8187.0, 8208.0, 8164.0, 8177.0, 8147.0, 8176.0, 8165.0, 8213.0, 8168.0, 8213.0, 8184.0, 8208.0, 8161.0, 8191.0, 8145.0, 8184.0, 8140.0, 8196.0, 8138.0, 8180.0, 8132.0, 8160.0, 8119.0, 8149.0, 8120.0, 8163.0, 8122.0, 8176.0, 8150.0, 8164.0, 8118.0, 8163.0, 8123.0, 8180.0, 8117.0, 8175.0, 8101.0, 8163.0, 8150.0, 8182.0, 8175.0, 8150.0, 8100.0, 8132.0, 8102.0, 8178.0, 8139.0, 8156.0, 8141.0, 8187.0, 8159.0, 8176.0, 8142.0, 8185.0, 8122.0, 8149.0, 8116.0, 8146.0, 8133.0, 8150.0, 8118.0, 8137.0, 8127.0, 8167.0, 8146.0, 8186.0, 8148.0, 8206.0, 8183.0, 8204.0, 8178.0, 8148.0, 8205.0, 8130.0, 8158.0, 8129.0, 8205.0, 8210.0, 8152.0, 8212.0, 8171.0, 8178.0, 8222.0, 8145.0, 8190.0, 8156.0, 8169.0, 8163.0, 8180.0, 8178.0, 8164.0, 8119.0, 8151.0, 8119.0, 8148.0, 8116.0, 8198.0, 8148.0, 8228.0, 8148.0, 8190.0, 8150.0, 8170.0, 8209.0, 8161.0, 8210.0, 8164.0, 8183.0, 8150.0, 8222.0, 8131.0, 8204.0, 8141.0, 8174.0, 8200.0, 8171.0, 8168.0, 8151.0, 8162.0, 8122.0, 8159.0, 8117.0, 8158.0, 8122.0, 8176.0, 8120.0, 8163.0, 8106.0, 8162.0, 8124.0, 8186.0, 8176.0, 8195.0, 8167.0, 8202.0, 8180.0, 8159.0, 8169.0, 8146.0, 8147.0, 8216.0, 8149.0, 8226.0, 8156.0, 8207.0, 8189.0, 8161.0, 8173.0, 8142.0, 8198.0, 8107.0, 8180.0, 8122.0, 8196.0, 8153.0, 8164.0, 8145.0, 8130.0, 8128.0, 8114.0, 8140.0, 8128.0, 8124.0, 8144.0, 8115.0, 8178.0, 8110.0, 8159.0, 8116.0, 8170.0, 8131.0, 8170.0, 8139.0, 8172.0, 8155.0, 8174.0, 8111.0, 8166.0, 8108.0, 8155.0, 8116.0, 8127.0, 8117.0, 8143.0, 8117.0, 8142.0, 8119.0, 8148.0, 8122.0, 8148.0, 8139.0, 8164.0, 8139.0, 8166.0, 8127.0, 8169.0, 8127.0, 8185.0, 8160.0, 8171.0, 8163.0, 8187.0, 8146.0, 8186.0, 8142.0, 8168.0, 8127.0, 8167.0, 8125.0, 8165.0, 8128.0, 8185.0, 8130.0, 8170.0, 8129.0, 8171.0, 8128.0, 8189.0, 8151.0, 8193.0, 8150.0, 8177.0, 8154.0, 8180.0, 8212.0, 8181.0, 8233.0, 8183.0, 8187.0, 8168.0, 8225.0, 8152.0, 8213.0, 8164.0, 8226.0, 8149.0, 8193.0, 8142.0, 8173.0, 8127.0, 8171.0, 8127.0, 8171.0, 8125.0, 8200.0, 8121.0, 8165.0, 8134.0, 8147.0, 8140.0, 8144.0, 8140.0, 8129.0, 8144.0, 8113.0, 8141.0, 8097.0, 8140.0, 8101.0, 8142.0, 8101.0, 8148.0, 8125.0, 8183.0, 8185.0, 8167.0, 8156.0, 8129.0, 8144.0, 8173.0, 8191.0, 8231.0, 8196.0, 8218.0, 8191.0, 8216.0, 8214.0, 8182.0, 8210.0, 8144.0, 8207.0, 8144.0, 8186.0, 8141.0, 8183.0, 8122.0, 8178.0, 8117.0, 8170.0, 8116.0, 8154.0, 8097.0, 8154.0, 8112.0, 8169.0, 8134.0, 8174.0, 8175.0, 8117.0, 8132.0, 8119.0, 8149.0, 8121.0, 8166.0, 8136.0, 8168.0, 8171.0, 8168.0, 8187.0, 8184.0, 8170.0, 8182.0, 8185.0, 8212.0, 8204.0, 8188.0, 8173.0, 8125.0, 8139.0, 8130.0, 8187.0, 8178.0, 8164.0, 8165.0, 8182.0, 8169.0, 8210.0, 8166.0, 8209.0, 8161.0, 8183.0, 8124.0, 8180.0, 8119.0, 8180.0, 8103.0, 8150.0, 8135.0, 8165.0, 8136.0, 8166.0, 8119.0, 8136.0, 8122.0, 8167.0, 8139.0, 8173.0, 8148.0, 8195.0, 8167.0, 8204.0, 8149.0, 8191.0, 8145.0, 8189.0, 8177.0, 8203.0, 8195.0, 8161.0, 8190.0, 8157.0, 8188.0, 8156.0, 8202.0, 8184.0, 8189.0, 8183.0, 8187.0, 8181.0, 8155.0, 8209.0, 8180.0, 8199.0, 8172.0, 8149.0, 8152.0, 8145.0, 8166.0, 8176.0, 8168.0, 8179.0, 8171.0, 8183.0, 8172.0, 8179.0, 8185.0, 8181.0, 8183.0, 8177.0, 8183.0, 8180.0, 8150.0, 8163.0, 8122.0, 8161.0, 8120.0, 8165.0, 8115.0, 8172.0, 8114.0, 8194.0, 8142.0, 8185.0, 8146.0, 8202.0, 8142.0, 8123.0, 8139.0, 8147.0, 8207.0, 8148.0, 8214.0, 8161.0, 8210.0, 8162.0, 8206.0, 8159.0, 8189.0, 8166.0, 8165.0, 8159.0, 8177.0, 8174.0, 8159.0, 8155.0, 8128.0, 8153.0, 8115.0, 8154.0, 8109.0, 8149.0, 8112.0, 8150.0, 8114.0, 8153.0, 8113.0, 8157.0, 8110.0, 8161.0, 8141.0, 8178.0, 8151.0, 8175.0, 8138.0, 8124.0, 8141.0, 8156.0, 8204.0, 8134.0, 8197.0, 8172.0, 8212.0, 8181.0, 8207.0, 8167.0, 8147.0, 8191.0, 8190.0, 8207.0, 8209.0, 8166.0, 8187.0, 8143.0, 8181.0, 8127.0, 8183.0, 8136.0, 8181.0, 8144.0, 8199.0, 8158.0, 8181.0, 8140.0, 8179.0, 8143.0, 8181.0, 8140.0, 8183.0, 8145.0, 8206.0, 8223.0, 8167.0, 8169.0, 8152.0, 8195.0, 8150.0, 8188.0, 8152.0, 8203.0, 8143.0, 8189.0, 8142.0, 8181.0, 8124.0, 8177.0, 8121.0, 8159.0, 8117.0, 8157.0, 8124.0, 8155.0, 8110.0, 8140.0, 8092.0, 8139.0, 8107.0, 8140.0, 8125.0, 8154.0, 8113.0, 8143.0, 8119.0, 8165.0, 8133.0, 8197.0, 8192.0, 8149.0, 8184.0, 8152.0, 8143.0, 8187.0, 8168.0, 8225.0, 8168.0, 8219.0, 8169.0, 8212.0, 8149.0, 8193.0, 8146.0, 8188.0, 8139.0, 8168.0, 8119.0, 8177.0, 8103.0, 8174.0, 8114.0, 8158.0, 8125.0, 8155.0, 8113.0, 8154.0, 8114.0, 8166.0, 8117.0, 8173.0, 8144.0, 8174.0, 8179.0, 8140.0, 8193.0, 8164.0, 8146.0, 8164.0, 8173.0, 8194.0, 8149.0, 8207.0, 8166.0, 8193.0, 8162.0, 8206.0, 8158.0, 8203.0, 8138.0, 8195.0, 8113.0, 8144.0, 8139.0, 8128.0, 8139.0, 8142.0, 8137.0, 8155.0, 8152.0, 8151.0, 8153.0, 8125.0, 8151.0, 8124.0, 8152.0, 8127.0, 8167.0, 8127.0, 8153.0, 8129.0, 8154.0, 8132.0, 8180.0, 8160.0, 8208.0, 8163.0, 8155.0, 8179.0, 8151.0, 8161.0, 8193.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.005648520642201835</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043619386353211005</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.10847241909295</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2136572359012625</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0826103345350164</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4547</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5104.5137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10339752981702051</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.55045871559633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.687513511385768</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5931753927193353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.889691112922577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.579674028515391</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0110637</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010705327615141869</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02530674822628498</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.6277939547986313</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>24.8362</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5504</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.7384</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307533.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>619.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.3659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.2347</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2832.3573</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>753.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3742.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.033</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.489554891362786</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> |