=== 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-0087 --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-0087",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0087_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0087_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0087_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-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-01/func/sub-0087_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>053ae4c7df3da322da4419da0013fa9b</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>22:23:6.880000</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.999738, 0.0218743, 0.00668161, -0.0218144, 0.999722, -0.00891911]</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.0944853</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>[4162, -7785, -7239, 580, -37, -11, 20, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.67</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>92eeb171-3e1d-42d1-9b2c-02ce3e464c0d||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.682224988937378, -0.058526311069726944, 0.018562113866209984, 115.07896423339844], [-0.05868718773126602, 2.6821818351745605, -0.023681748658418655, -93.421142578125], [0.017926279455423355, 0.023929309099912643, 2.6998324394226074, -71.71964263916016], [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': ['222306.880000', '222307.340000', '222307.800000', '222308.260000', '222308.720000', '222309.180000', '222309.640000', '222310.100000', '222310.560000', '222311.020000', '222311.480000', '222311.940000', '222312.400000', '222312.860000', '222313.320000', '222313.780000', '222314.240000', '222314.700000', '222315.160000', '222315.620000', '222316.080000', '222316.540000', '222317.000000', '222317.460000', '222317.920000', '222318.380000', '222318.840000', '222319.300000', '222319.760000', '222320.220000', '222320.680000', '222321.140000', '222321.600000', '222322.060000', '222322.520000', '222322.980000', '222323.440000', '222323.900000', '222324.360000', '222324.820000', '222325.280000', '222325.740000', '222326.200000', '222326.660000', '222327.120000', '222327.580000', '222328.040000', '222328.500000', '222328.960000', '222329.420000', '222329.880000', '222330.340000', '222330.800000', '222331.260000', '222331.720000', '222332.180000', '222332.640000', '222333.100000', '222333.560000', '222334.020000', '222334.480000', '222334.940000', '222335.400000', '222335.860000', '222336.320000', '222336.780000', '222337.240000', '222337.700000', '222338.160000', '222338.620000', '222339.080000', '222339.540000', '222340.000000', '222340.460000', '222340.920000', '222341.380000', '222341.840000', '222342.300000', '222342.760000', '222343.220000', '222343.680000', '222344.140000', '222344.600000', '222345.060000', '222345.520000', '222345.980000', '222346.440000', '222346.900000', '222347.360000', '222347.820000', '222348.280000', '222348.740000', '222349.200000', '222349.660000', '222350.120000', '222350.580000', '222351.040000', '222351.500000', '222351.960000', '222352.420000', '222352.880000', '222353.340000', '222353.800000', '222354.260000', '222354.720000', '222355.180000', '222355.640000', '222356.100000', '222356.560000', '222357.020000', '222357.480000', '222357.940000', '222358.400000', '222358.860000', '222359.320000', '222359.780000', '222400.240000', '222400.700000', '222401.160000', '222401.620000', '222402.080000', '222402.540000', '222403.000000', '222403.460000', '222403.920000', '222404.380000', '222404.840000', '222405.300000', '222405.760000', '222406.220000', '222406.680000', '222407.140000', '222407.600000', '222408.060000', '222408.520000', '222408.980000', '222409.440000', '222409.900000', '222410.360000', '222410.820000', '222411.280000', '222411.740000', '222412.200000', '222412.660000', '222413.120000', '222413.580000', '222414.040000', '222414.500000', '222414.960000', '222415.420000', '222415.880000', '222416.340000', '222416.800000', '222417.260000', '222417.720000', '222418.180000', '222418.640000', '222419.100000', '222419.560000', '222420.020000', '222420.480000', '222420.940000', '222421.400000', '222421.860000', '222422.320000', '222422.780000', '222423.240000', '222423.700000', '222424.160000', '222424.620000', '222425.080000', '222425.540000', '222426.000000', '222426.460000', '222426.920000', '222427.380000', '222427.840000', '222428.300000', '222428.760000', '222429.220000', '222429.680000', '222430.140000', '222430.600000', '222431.060000', '222431.520000', '222431.980000', '222432.440000', '222432.900000', '222433.360000', '222433.820000', '222434.280000', '222434.740000', '222435.200000', '222435.660000', '222436.120000', '222436.580000', '222437.040000', '222437.500000', '222437.960000', '222438.420000', '222438.880000', '222439.340000', '222439.800000', '222440.260000', '222440.720000', '222441.180000', '222441.640000', '222442.100000', '222442.560000', '222443.020000', '222443.480000', '222443.940000', '222444.400000', '222444.860000', '222445.320000', '222445.780000', '222446.240000', '222446.700000', '222447.160000', '222447.620000', '222448.080000', '222448.540000', '222449.000000', '222449.460000', '222449.920000', '222450.380000', '222450.840000', '222451.300000', '222451.760000', '222452.220000', '222452.680000', '222453.140000', '222453.600000', '222454.060000', '222454.520000', '222454.980000', '222455.440000', '222455.900000', '222456.360000', '222456.820000', '222457.280000', '222457.740000', '222458.200000', '222458.660000', '222459.120000', '222459.580000', '222500.040000', '222500.500000', '222500.960000', '222501.420000', '222501.880000', '222502.340000', '222502.800000', '222503.260000', '222503.720000', '222504.180000', '222504.640000', '222505.100000', '222505.560000', '222506.020000', '222506.480000', '222506.940000', '222507.400000', '222507.860000', '222508.320000', '222508.780000', '222509.240000', '222509.700000', '222510.160000', '222510.620000', '222511.080000', '222511.540000', '222512.000000', '222512.460000', '222512.920000', '222513.380000', '222513.840000', '222514.300000', '222514.760000', '222515.220000', '222515.680000', '222516.140000', '222516.600000', '222517.060000', '222517.520000', '222517.980000', '222518.440000', '222518.900000', '222519.360000', '222519.820000', '222520.280000', '222520.740000', '222521.200000', '222521.660000', '222522.120000', '222522.580000', '222523.040000', '222523.500000', '222523.960000', '222524.420000', '222524.880000', '222525.340000', '222525.800000', '222526.260000', '222526.720000', '222527.180000', '222527.640000', '222528.100000', '222528.560000', '222529.020000', '222529.480000', '222529.940000', '222530.400000', '222530.860000', '222531.320000', '222531.780000', '222532.240000', '222532.700000', '222533.160000', '222533.620000', '222534.080000', '222534.540000', '222535.000000', '222535.460000', '222535.920000', '222536.380000', '222536.840000', '222537.300000', '222537.760000', '222538.220000', '222538.680000', '222539.140000', '222539.600000', '222540.060000', '222540.520000', '222540.980000', '222541.440000', '222541.900000', '222542.360000', '222542.820000', '222543.280000', '222543.740000', '222544.200000', '222544.660000', '222545.120000', '222545.580000', '222546.040000', '222546.500000', '222546.960000', '222547.420000', '222547.880000', '222548.340000', '222548.800000', '222549.260000', '222549.720000', '222550.180000', '222550.640000', '222551.100000', '222551.560000', '222552.020000', '222552.480000', '222552.940000', '222553.400000', '222553.860000', '222554.320000', '222554.780000', '222555.240000', '222555.700000', '222556.160000', '222556.620000', '222557.080000', '222557.540000', '222558.000000', '222558.460000', '222558.920000', '222559.380000', '222559.840000', '222600.300000', '222600.760000', '222601.220000', '222601.680000', '222602.140000', '222602.600000', '222603.060000', '222603.520000', '222603.980000', '222604.440000', '222604.900000', '222605.360000', '222605.820000', '222606.280000', '222606.740000', '222607.200000', '222607.660000', '222608.120000', '222608.580000', '222609.040000', '222609.500000', '222609.960000', '222610.420000', '222610.880000', '222611.340000', '222611.800000', '222612.260000', '222612.720000', '222613.180000', '222613.640000', '222614.100000', '222614.560000', '222615.020000', '222615.480000', '222615.940000', '222616.400000', '222616.860000', '222617.320000', '222617.780000', '222618.240000', '222618.700000', '222619.160000', '222619.620000', '222620.080000', '222620.540000', '222621.000000', '222621.460000', '222621.920000', '222622.380000', '222622.840000', '222623.300000', '222623.760000', '222624.220000', '222624.680000', '222625.140000', '222625.600000', '222626.060000', '222626.520000', '222626.980000', '222627.440000', '222627.900000', '222628.360000', '222628.820000', '222629.280000', '222629.740000', '222630.200000', '222630.660000', '222631.120000', '222631.580000', '222632.040000', '222632.500000', '222632.960000', '222633.420000', '222633.880000', '222634.340000', '222634.800000', '222635.260000', '222635.720000', '222636.180000', '222636.640000', '222637.100000', '222637.560000', '222638.020000', '222638.480000', '222638.940000', '222639.400000', '222639.860000', '222640.320000', '222640.780000', '222641.240000', '222641.700000', '222642.160000', '222642.620000', '222643.080000', '222643.540000', '222644.000000', '222644.460000', '222644.920000', '222645.380000', '222645.840000', '222646.300000', '222646.760000', '222647.220000', '222647.680000', '222648.140000', '222648.600000', '222649.060000', '222649.520000', '222649.980000', '222650.440000', '222650.900000', '222651.360000', '222651.820000', '222652.280000', '222652.740000', '222653.200000', '222653.660000', '222654.120000', '222654.580000', '222655.040000', '222655.500000', '222655.960000', '222656.420000', '222656.880000', '222657.340000', '222657.800000', '222658.260000', '222658.720000', '222659.180000', '222659.640000', '222700.100000', '222700.560000', '222701.020000', '222701.480000', '222701.940000', '222702.400000', '222702.860000', '222703.320000', '222703.780000', '222704.240000', '222704.700000', '222705.160000', '222705.620000', '222706.080000', '222706.540000', '222707.000000', '222707.460000', '222707.920000', '222708.380000', '222708.840000', '222709.300000', '222709.760000', '222710.220000', '222710.680000', '222711.140000', '222711.600000', '222712.060000', '222712.520000', '222712.980000', '222713.440000', '222713.900000', '222714.360000', '222714.820000', '222715.280000', '222715.740000', '222716.200000', '222716.660000', '222717.120000', '222717.580000', '222718.040000', '222718.500000', '222718.960000', '222719.420000', '222719.880000', '222720.340000', '222720.800000', '222721.260000', '222721.720000', '222722.180000', '222722.640000', '222723.100000', '222723.560000', '222724.020000', '222724.480000', '222724.940000', '222725.400000', '222725.860000', '222726.320000', '222726.780000', '222727.240000', '222727.700000', '222728.160000', '222728.620000', '222729.080000', '222729.540000', '222730.000000', '222730.460000', '222730.920000', '222731.380000', '222731.840000', '222732.300000', '222732.760000', '222733.220000', '222733.680000', '222734.140000', '222734.600000', '222735.060000', '222735.520000', '222735.980000', '222736.440000', '222736.900000', '222737.360000', '222737.820000', '222738.280000', '222738.740000', '222739.200000', '222739.660000', '222740.120000', '222740.580000', '222741.040000', '222741.500000', '222741.960000', '222742.420000', '222742.880000', '222743.340000', '222743.800000', '222744.260000', '222744.720000', '222745.180000', '222745.640000', '222746.100000', '222746.560000', '222747.020000', '222747.480000', '222747.940000', '222748.400000', '222748.860000', '222749.320000', '222749.780000', '222750.240000', '222750.700000', '222751.160000', '222751.620000', '222752.080000', '222752.540000', '222753.000000', '222753.460000', '222753.920000', '222754.380000', '222754.840000', '222755.300000', '222755.760000', '222756.220000', '222756.680000', '222757.140000', '222757.600000', '222758.060000', '222758.520000', '222758.980000', '222759.440000', '222759.900000', '222800.360000', '222800.820000', '222801.280000', '222801.740000', '222802.200000', '222802.660000', '222803.120000', '222803.580000', '222804.040000', '222804.500000', '222804.960000', '222805.420000', '222805.880000', '222806.340000', '222806.800000', '222807.260000', '222807.720000', '222808.180000', '222808.640000', '222809.100000', '222809.560000', '222810.020000', '222810.480000', '222810.940000', '222811.400000', '222811.860000', '222812.320000', '222812.780000', '222813.240000', '222813.700000', '222814.160000', '222814.620000', '222815.080000', '222815.540000', '222816.000000', '222816.460000', '222816.920000', '222817.380000', '222817.840000', '222818.300000', '222818.760000', '222819.220000', '222819.680000', '222820.140000', '222820.600000', '222821.060000', '222821.520000', '222821.980000', '222822.440000', '222822.900000', '222823.360000', '222823.820000', '222824.280000', '222824.740000', '222825.200000', '222825.660000', '222826.120000', '222826.580000', '222827.040000', '222827.500000', '222827.960000', '222828.420000', '222828.880000', '222829.340000', '222829.800000', '222830.260000', '222830.720000', '222831.180000', '222831.640000', '222832.100000', '222832.560000', '222833.020000', '222833.480000', '222833.940000', '222834.400000', '222834.860000', '222835.320000', '222835.780000', '222836.240000', '222836.700000', '222837.160000', '222837.620000', '222838.080000', '222838.540000', '222839.000000', '222839.460000', '222839.920000', '222840.380000', '222840.840000', '222841.300000', '222841.760000', '222842.220000', '222842.680000', '222843.140000', '222843.600000', '222844.060000', '222844.520000', '222844.980000', '222845.440000', '222845.900000', '222846.360000', '222846.820000', '222847.280000', '222847.740000', '222848.200000', '222848.660000', '222849.120000', '222849.580000', '222850.040000', '222850.500000', '222850.960000', '222851.420000', '222851.880000', '222852.340000', '222852.800000', '222853.260000', '222853.720000', '222854.180000', '222854.640000', '222855.100000', '222855.560000', '222856.020000', '222856.480000', '222856.940000', '222857.400000', '222857.860000', '222858.320000', '222858.780000', '222859.240000', '222859.700000', '222900.160000', '222900.620000', '222901.080000', '222901.540000', '222902.000000', '222902.460000', '222902.920000', '222903.380000', '222903.840000', '222904.300000', '222904.760000', '222905.220000', '222905.680000', '222906.140000', '222906.600000', '222907.060000', '222907.520000', '222907.980000', '222908.440000', '222908.900000', '222909.360000', '222909.820000', '222910.280000', '222910.740000', '222911.200000', '222911.660000', '222912.120000', '222912.580000', '222913.040000', '222913.500000', '222913.960000', '222914.420000', '222914.880000', '222915.340000', '222915.800000', '222916.260000', '222916.720000', '222917.180000', '222917.640000', '222918.100000', '222918.560000', '222919.020000', '222919.480000', '222919.940000', '222920.400000', '222920.860000', '222921.320000', '222921.780000', '222922.240000', '222922.700000', '222923.160000', '222923.620000', '222924.080000', '222924.540000', '222925.000000', '222925.460000', '222925.920000', '222926.380000', '222926.840000', '222927.300000', '222927.760000', '222928.220000', '222928.680000', '222929.140000', '222929.600000', '222930.060000', '222930.520000', '222930.980000', '222931.440000', '222931.900000', '222932.360000', '222932.820000', '222933.280000', '222933.740000', '222934.200000', '222934.660000', '222935.120000', '222935.580000', '222936.040000', '222936.500000', '222936.960000', '222937.420000', '222937.880000', '222938.340000', '222938.800000', '222939.260000', '222939.720000', '222940.180000', '222940.640000', '222941.100000', '222941.560000', '222942.020000', '222942.480000', '222942.940000', '222943.400000', '222943.860000', '222944.320000', '222944.780000', '222945.240000', '222945.700000', '222946.160000', '222946.620000', '222947.080000', '222947.540000'], 'ContentTime': ['222325.554000', '222325.557000', '222325.560000', '222325.570000', '222325.573000', '222325.575000', '222325.578000', '222325.580000', '222325.583000', '222325.585000', '222325.588000', '222325.590000', '222325.593000', '222325.596000', '222325.598000', '222325.601000', '222325.604000', '222325.607000', '222325.610000', '222325.613000', '222325.615000', '222325.618000', '222325.620000', '222325.623000', '222325.625000', '222325.628000', '222325.645000', '222325.647000', '222325.650000', '222325.653000', '222325.655000', '222325.658000', '222325.660000', '222325.663000', '222325.665000', '222325.668000', '222325.670000', '222325.673000', '222345.503000', '222345.506000', '222345.509000', '222345.511000', '222345.514000', '222345.517000', '222345.519000', '222345.527000', '222345.530000', '222345.532000', '222345.535000', '222345.537000', '222345.540000', '222345.543000', '222345.545000', '222345.548000', '222345.550000', '222345.553000', '222345.555000', '222345.558000', '222345.560000', '222345.563000', '222345.565000', '222345.568000', '222345.571000', '222345.573000', '222345.576000', '222345.578000', '222345.581000', '222345.583000', '222345.586000', '222345.589000', '222345.591000', '222345.594000', '222345.596000', '222345.599000', '222345.601000', '222345.604000', '222345.607000', '222345.609000', '222345.612000', '222345.614000', '222345.617000', '222345.619000', '222405.504000', '222405.506000', '222405.509000', '222405.512000', '222405.514000', '222405.526000', '222405.529000', '222405.531000', '222405.534000', '222405.536000', '222405.539000', '222405.542000', '222405.544000', '222405.547000', '222405.549000', '222405.552000', '222405.554000', '222405.557000', '222405.559000', '222405.562000', '222405.565000', '222405.567000', '222405.570000', '222405.572000', '222405.575000', '222405.577000', '222405.580000', '222405.582000', '222405.585000', '222405.588000', '222405.601000', '222405.604000', '222405.607000', '222405.609000', '222405.612000', '222405.614000', '222405.617000', '222405.619000', '222405.622000', '222405.625000', '222405.627000', '222405.630000', '222405.632000', '222425.504000', '222425.506000', '222425.509000', '222425.511000', '222425.514000', '222425.517000', '222425.519000', '222425.522000', '222425.524000', '222425.527000', '222425.529000', '222425.532000', '222425.535000', '222425.537000', '222425.540000', '222425.542000', '222425.545000', '222425.547000', '222425.550000', '222425.552000', '222425.555000', '222425.558000', '222425.560000', '222425.563000', '222425.565000', '222425.568000', '222425.571000', '222425.573000', '222425.576000', '222425.578000', '222425.581000', '222425.583000', '222425.586000', '222425.588000', '222425.591000', '222425.594000', '222425.596000', '222425.599000', '222425.601000', '222425.604000', '222425.607000', '222425.609000', '222425.612000', '222425.614000', '222445.503000', '222445.506000', '222445.509000', '222445.511000', '222445.514000', '222445.517000', '222445.519000', '222445.522000', '222445.524000', '222445.527000', '222445.529000', '222445.532000', '222445.535000', '222445.537000', '222445.540000', '222445.542000', '222445.545000', '222445.547000', '222445.550000', '222445.553000', '222445.555000', '222445.558000', '222445.560000', '222445.563000', '222445.565000', '222445.568000', '222445.571000', '222445.573000', '222445.576000', '222445.578000', '222445.581000', '222445.583000', '222445.586000', '222445.588000', '222445.591000', '222445.594000', '222445.596000', '222445.599000', '222445.601000', '222445.604000', '222445.606000', '222445.609000', '222445.612000', '222505.504000', '222505.506000', '222505.509000', '222505.512000', '222505.514000', '222505.517000', '222505.519000', '222505.522000', '222505.524000', '222505.527000', '222505.529000', '222505.532000', '222505.535000', '222505.537000', '222505.540000', '222505.542000', '222505.545000', '222505.548000', '222505.550000', '222505.553000', '222505.555000', '222505.558000', '222505.560000', '222505.563000', '222505.566000', '222505.568000', '222505.571000', '222505.573000', '222505.576000', '222505.579000', '222505.581000', '222505.584000', '222505.586000', '222505.589000', '222505.591000', '222505.594000', '222505.596000', '222505.599000', '222505.602000', '222505.604000', '222505.607000', '222505.609000', '222505.612000', '222505.615000', '222525.502000', '222525.505000', '222525.508000', '222525.511000', '222525.513000', '222525.516000', '222525.518000', '222525.521000', '222525.523000', '222525.526000', '222525.529000', '222525.531000', '222525.534000', '222525.537000', '222525.539000', '222525.542000', '222525.544000', '222525.547000', '222525.550000', '222525.552000', '222525.555000', '222525.557000', '222525.560000', '222525.562000', '222525.565000', '222525.568000', '222525.570000', '222525.573000', '222525.576000', '222525.578000', '222525.581000', '222525.583000', '222525.586000', '222525.588000', '222525.591000', '222525.594000', '222525.596000', '222525.599000', '222525.602000', '222525.604000', '222525.607000', '222525.609000', '222525.612000', '222545.502000', '222545.505000', '222545.508000', '222545.510000', '222545.513000', '222545.515000', '222545.518000', '222545.521000', '222545.523000', '222545.526000', '222545.528000', '222545.531000', '222545.534000', '222545.536000', '222545.539000', '222545.542000', '222545.544000', '222545.547000', '222545.549000', '222545.552000', '222545.554000', '222545.557000', '222545.560000', '222545.562000', '222545.565000', '222545.567000', '222545.581000', '222545.584000', '222545.586000', '222545.589000', '222545.591000', '222545.594000', '222545.597000', '222545.599000', '222545.602000', '222545.604000', '222545.607000', '222545.609000', '222545.612000', '222545.614000', '222545.617000', '222545.620000', '222545.622000', '222545.625000', '222605.503000', '222605.506000', '222605.509000', '222605.511000', '222605.514000', '222605.517000', '222605.519000', '222605.522000', '222605.524000', '222605.527000', '222605.530000', '222605.532000', '222605.535000', '222605.537000', '222605.540000', '222605.542000', '222605.545000', '222605.548000', '222605.550000', '222605.553000', '222605.555000', '222605.558000', '222605.560000', '222605.563000', '222605.565000', '222605.568000', '222605.571000', '222605.573000', '222605.576000', '222605.579000', '222605.581000', '222605.584000', '222605.586000', '222605.589000', '222605.591000', '222605.594000', '222605.597000', '222605.599000', '222605.602000', '222605.605000', '222605.607000', '222605.610000', '222605.612000', '222625.503000', '222625.506000', '222625.509000', '222625.511000', '222625.514000', '222625.517000', '222625.519000', '222625.522000', '222625.524000', '222625.527000', '222625.529000', '222625.532000', '222625.535000', '222625.537000', '222625.541000', '222625.543000', '222625.546000', '222625.549000', '222625.552000', '222625.555000', '222625.566000', '222625.569000', '222625.571000', '222625.574000', '222625.577000', '222625.579000', '222625.582000', '222625.585000', '222625.587000', '222625.590000', '222625.592000', '222625.595000', '222625.598000', '222625.600000', '222625.603000', '222625.606000', '222625.608000', '222625.611000', '222625.613000', '222625.616000', '222625.619000', '222625.621000', '222625.624000', '222645.504000', '222645.506000', '222645.509000', '222645.512000', '222645.514000', '222645.517000', '222645.519000', '222645.522000', '222645.525000', '222645.527000', '222645.530000', '222645.532000', '222645.535000', '222645.537000', '222645.540000', '222645.543000', '222645.545000', '222645.548000', '222645.550000', '222645.553000', '222645.555000', '222645.558000', '222645.561000', '222645.563000', '222645.566000', '222645.568000', '222645.571000', '222645.574000', '222645.576000', '222645.579000', '222645.582000', '222645.584000', '222645.587000', '222645.589000', '222645.592000', '222645.595000', '222645.597000', '222645.600000', '222645.602000', '222645.605000', '222645.607000', '222645.610000', '222645.613000', '222645.615000', '222705.504000', '222705.506000', '222705.509000', '222705.512000', '222705.514000', '222705.517000', '222705.519000', '222705.522000', '222705.525000', '222705.527000', '222705.530000', '222705.532000', '222705.535000', '222705.537000', '222705.540000', '222705.542000', '222705.545000', '222705.548000', '222705.550000', '222705.564000', '222705.566000', '222705.569000', '222705.571000', '222705.574000', '222705.577000', '222705.579000', '222705.582000', '222705.584000', '222705.587000', '222705.589000', '222705.592000', '222705.595000', '222705.597000', '222705.600000', '222705.603000', '222705.605000', '222705.608000', '222705.610000', '222705.613000', '222705.616000', '222705.618000', '222705.621000', '222705.624000', '222725.503000', '222725.506000', '222725.509000', '222725.511000', '222725.514000', '222725.516000', '222725.519000', '222725.522000', '222725.548000', '222725.551000', '222725.554000', '222725.556000', '222725.559000', '222725.561000', '222725.564000', '222725.566000', '222725.569000', '222725.572000', '222725.574000', '222725.577000', '222725.580000', '222725.582000', '222725.585000', '222725.587000', '222725.590000', '222725.593000', '222725.595000', '222725.598000', '222725.600000', '222725.603000', '222725.606000', '222725.608000', '222725.611000', '222725.613000', '222725.616000', '222725.619000', '222725.621000', '222725.624000', '222725.626000', '222725.629000', '222725.631000', '222725.634000', '222725.637000', '222725.639000', '222745.502000', '222745.505000', '222745.508000', '222745.510000', '222745.513000', '222745.516000', '222745.518000', '222745.521000', '222745.523000', '222745.526000', '222745.529000', '222745.531000', '222745.534000', '222745.536000', '222745.539000', '222745.542000', '222745.544000', '222745.547000', '222745.549000', '222745.553000', '222745.555000', '222745.558000', '222745.561000', '222745.563000', '222745.566000', '222745.568000', '222745.571000', '222745.573000', '222745.576000', '222745.579000', '222745.582000', '222745.585000', '222745.587000', '222745.590000', '222745.592000', '222745.595000', '222745.597000', '222745.600000', '222745.603000', '222745.605000', '222745.608000', '222745.610000', '222745.613000', '222805.503000', '222805.506000', '222805.508000', '222805.511000', '222805.514000', '222805.516000', '222805.519000', '222805.521000', '222805.524000', '222805.527000', '222805.529000', '222805.532000', '222805.534000', '222805.537000', '222805.539000', '222805.542000', '222805.545000', '222805.548000', '222805.551000', '222805.553000', '222805.556000', '222805.559000', '222805.561000', '222805.564000', '222805.566000', '222805.569000', '222805.571000', '222805.574000', '222805.577000', '222805.579000', '222805.582000', '222805.585000', '222805.587000', '222805.590000', '222805.592000', '222805.595000', '222805.598000', '222805.600000', '222805.603000', '222805.606000', '222805.608000', '222805.611000', '222805.613000', '222805.616000', '222825.503000', '222825.506000', '222825.509000', '222825.512000', '222825.514000', '222825.517000', '222825.519000', '222825.522000', '222825.524000', '222825.527000', '222825.530000', '222825.532000', '222825.535000', '222825.537000', '222825.540000', '222825.542000', '222825.545000', '222825.548000', '222825.551000', '222825.554000', '222825.557000', '222825.560000', '222825.562000', '222825.565000', '222825.567000', '222825.570000', '222825.573000', '222825.575000', '222825.578000', '222825.580000', '222825.583000', '222825.586000', '222825.588000', '222825.591000', '222825.593000', '222825.596000', '222825.599000', '222825.601000', '222825.604000', '222825.606000', '222825.609000', '222825.612000', '222825.614000', '222845.503000', '222845.506000', '222845.509000', '222845.511000', '222845.514000', '222845.517000', '222845.519000', '222845.522000', '222845.524000', '222845.527000', '222845.529000', '222845.532000', '222845.535000', '222845.537000', '222845.540000', '222845.542000', '222845.545000', '222845.547000', '222845.550000', '222845.553000', '222845.555000', '222845.558000', '222845.560000', '222845.563000', '222845.565000', '222845.568000', '222845.571000', '222845.573000', '222845.576000', '222845.579000', '222845.581000', '222845.584000', '222845.586000', '222845.600000', '222845.603000', '222845.605000', '222845.608000', '222845.611000', '222845.614000', '222845.616000', '222845.619000', '222845.621000', '222845.624000', '222845.627000', '222905.503000', '222905.506000', '222905.509000', '222905.512000', '222905.514000', '222905.517000', '222905.519000', '222905.522000', '222905.525000', '222905.527000', '222905.530000', '222905.534000', '222905.536000', '222905.539000', '222905.542000', '222905.544000', '222905.547000', '222905.549000', '222905.552000', '222905.555000', '222905.557000', '222905.560000', '222905.562000', '222905.565000', '222905.568000', '222905.570000', '222905.573000', '222905.575000', '222905.578000', '222905.580000', '222905.583000', '222905.586000', '222905.588000', '222905.591000', '222905.594000', '222905.596000', '222905.599000', '222905.601000', '222905.604000', '222905.607000', '222905.610000', '222905.613000', '222905.616000', '222925.523000', '222925.526000', '222925.529000', '222925.531000', '222925.534000', '222925.537000', '222925.539000', '222925.542000', '222925.544000', '222925.547000', '222925.549000', '222925.552000', '222925.555000', '222925.557000', '222925.560000', '222925.562000', '222925.565000', '222925.568000', '222925.570000', '222925.573000', '222925.575000', '222925.578000', '222925.580000', '222925.583000', '222925.586000', '222925.588000', '222925.591000', '222925.593000', '222925.596000', '222925.599000', '222925.601000', '222925.604000', '222925.606000', '222925.609000', '222925.612000', '222925.614000', '222925.617000', '222925.619000', '222925.622000', '222925.625000', '222925.627000', '222925.630000', '222925.632000', '222925.635000', '222945.504000', '222945.506000', '222945.509000', '222945.512000', '222945.514000', '222945.517000', '222945.519000', '222945.522000', '222945.525000', '222945.527000', '222945.530000', '222945.532000', '222945.535000', '222945.537000', '222945.540000', '222945.543000', '222945.545000', '222945.548000', '222945.551000', '222945.553000', '222945.556000', '222945.558000', '222945.561000', '222945.564000', '222945.566000', '222945.569000', '222945.571000', '222945.574000', '222945.577000', '222945.580000', '222945.582000', '222945.585000', '222945.588000', '222945.590000', '222945.593000', '222945.596000', '222945.598000', '222945.601000', '222945.603000', '222945.606000', '222945.609000', '222945.611000', '222945.614000', '222948.789000', '222948.793000', '222948.796000', '222948.798000', '222948.801000', '222948.804000', '222948.807000', '222948.809000'], 'InstanceCreationTime': ['222325.554000', '222325.557000', '222325.560000', '222325.570000', '222325.573000', '222325.575000', '222325.578000', '222325.580000', '222325.583000', '222325.585000', '222325.588000', '222325.590000', '222325.593000', '222325.596000', '222325.598000', '222325.601000', '222325.604000', '222325.607000', '222325.610000', '222325.613000', '222325.615000', '222325.618000', '222325.620000', '222325.623000', '222325.625000', '222325.628000', '222325.645000', '222325.647000', '222325.650000', '222325.653000', '222325.655000', '222325.658000', '222325.660000', '222325.663000', '222325.665000', '222325.668000', '222325.670000', '222325.673000', '222345.503000', '222345.506000', '222345.509000', '222345.511000', '222345.514000', '222345.517000', '222345.519000', '222345.527000', '222345.530000', '222345.532000', '222345.535000', '222345.537000', '222345.540000', '222345.543000', '222345.545000', '222345.548000', '222345.550000', '222345.553000', '222345.555000', '222345.558000', '222345.560000', '222345.563000', '222345.565000', '222345.568000', '222345.571000', '222345.573000', '222345.576000', '222345.578000', '222345.581000', '222345.583000', '222345.586000', '222345.589000', '222345.591000', '222345.594000', '222345.596000', '222345.599000', '222345.601000', '222345.604000', '222345.607000', '222345.609000', '222345.612000', '222345.614000', '222345.617000', '222345.619000', '222405.504000', '222405.506000', '222405.509000', '222405.512000', '222405.514000', '222405.526000', '222405.529000', '222405.531000', '222405.534000', '222405.536000', '222405.539000', '222405.542000', '222405.544000', '222405.547000', '222405.549000', '222405.552000', '222405.554000', '222405.557000', '222405.559000', '222405.562000', '222405.565000', '222405.567000', '222405.570000', '222405.572000', '222405.575000', '222405.577000', '222405.580000', '222405.582000', '222405.585000', '222405.588000', '222405.601000', '222405.604000', '222405.607000', '222405.609000', '222405.612000', '222405.614000', '222405.617000', '222405.619000', '222405.622000', '222405.625000', '222405.627000', '222405.630000', '222405.632000', '222425.504000', '222425.506000', '222425.509000', '222425.511000', '222425.514000', '222425.517000', '222425.519000', '222425.522000', '222425.524000', '222425.527000', '222425.529000', '222425.532000', '222425.535000', '222425.537000', '222425.540000', '222425.542000', '222425.545000', '222425.547000', '222425.550000', '222425.552000', '222425.555000', '222425.558000', '222425.560000', '222425.563000', '222425.565000', '222425.568000', '222425.571000', '222425.573000', '222425.576000', '222425.578000', '222425.581000', '222425.583000', '222425.586000', '222425.588000', '222425.591000', '222425.594000', '222425.596000', '222425.599000', '222425.601000', '222425.604000', '222425.607000', '222425.609000', '222425.612000', '222425.614000', '222445.503000', '222445.506000', '222445.509000', '222445.511000', '222445.514000', '222445.517000', '222445.519000', '222445.522000', '222445.524000', '222445.527000', '222445.529000', '222445.532000', '222445.535000', '222445.537000', '222445.540000', '222445.542000', '222445.545000', '222445.547000', '222445.550000', '222445.553000', '222445.555000', '222445.558000', '222445.560000', '222445.563000', '222445.565000', '222445.568000', '222445.571000', '222445.573000', '222445.576000', '222445.578000', '222445.581000', '222445.583000', '222445.586000', '222445.588000', '222445.591000', '222445.594000', '222445.596000', '222445.599000', '222445.601000', '222445.604000', '222445.606000', '222445.609000', '222445.612000', '222505.504000', '222505.506000', '222505.509000', '222505.512000', '222505.514000', '222505.517000', '222505.519000', '222505.522000', '222505.524000', '222505.527000', '222505.529000', '222505.532000', '222505.535000', '222505.537000', '222505.540000', '222505.542000', '222505.545000', '222505.548000', '222505.550000', '222505.553000', '222505.555000', '222505.558000', '222505.560000', '222505.563000', '222505.566000', '222505.568000', '222505.571000', '222505.573000', '222505.576000', '222505.579000', '222505.581000', '222505.584000', '222505.586000', '222505.589000', '222505.591000', '222505.594000', '222505.596000', '222505.599000', '222505.602000', '222505.604000', '222505.607000', '222505.609000', '222505.612000', '222505.615000', '222525.502000', '222525.505000', '222525.508000', '222525.511000', '222525.513000', '222525.516000', '222525.518000', '222525.521000', '222525.523000', '222525.526000', '222525.529000', '222525.531000', '222525.534000', '222525.537000', '222525.539000', '222525.542000', '222525.544000', '222525.547000', '222525.550000', '222525.552000', '222525.555000', '222525.557000', '222525.560000', '222525.562000', '222525.565000', '222525.568000', '222525.570000', '222525.573000', '222525.576000', '222525.578000', '222525.581000', '222525.583000', '222525.586000', '222525.588000', '222525.591000', '222525.594000', '222525.596000', '222525.599000', '222525.602000', '222525.604000', '222525.607000', '222525.609000', '222525.612000', '222545.502000', '222545.505000', '222545.508000', '222545.510000', '222545.513000', '222545.515000', '222545.518000', '222545.521000', '222545.523000', '222545.526000', '222545.528000', '222545.531000', '222545.534000', '222545.536000', '222545.539000', '222545.542000', '222545.544000', '222545.547000', '222545.549000', '222545.552000', '222545.554000', '222545.557000', '222545.560000', '222545.562000', '222545.565000', '222545.567000', '222545.581000', '222545.584000', '222545.586000', '222545.589000', '222545.591000', '222545.594000', '222545.597000', '222545.599000', '222545.602000', '222545.604000', '222545.607000', '222545.609000', '222545.612000', '222545.614000', '222545.617000', '222545.620000', '222545.622000', '222545.625000', '222605.503000', '222605.506000', '222605.509000', '222605.511000', '222605.514000', '222605.517000', '222605.519000', '222605.522000', '222605.524000', '222605.527000', '222605.530000', '222605.532000', '222605.535000', '222605.537000', '222605.540000', '222605.542000', '222605.545000', '222605.548000', '222605.550000', '222605.553000', '222605.555000', '222605.558000', '222605.560000', '222605.563000', '222605.565000', '222605.568000', '222605.571000', '222605.573000', '222605.576000', '222605.579000', '222605.581000', '222605.584000', '222605.586000', '222605.589000', '222605.591000', '222605.594000', '222605.597000', '222605.599000', '222605.602000', '222605.605000', '222605.607000', '222605.610000', '222605.612000', '222625.503000', '222625.506000', '222625.509000', '222625.511000', '222625.514000', '222625.517000', '222625.519000', '222625.522000', '222625.524000', '222625.527000', '222625.529000', '222625.532000', '222625.535000', '222625.537000', '222625.541000', '222625.543000', '222625.546000', '222625.549000', '222625.552000', '222625.555000', '222625.566000', '222625.569000', '222625.571000', '222625.574000', '222625.577000', '222625.579000', '222625.582000', '222625.585000', '222625.587000', '222625.590000', '222625.592000', '222625.595000', '222625.598000', '222625.600000', '222625.603000', '222625.606000', '222625.608000', '222625.611000', '222625.613000', '222625.616000', '222625.619000', '222625.621000', '222625.624000', '222645.504000', '222645.506000', '222645.509000', '222645.512000', '222645.514000', '222645.517000', '222645.519000', '222645.522000', '222645.525000', '222645.527000', '222645.530000', '222645.532000', '222645.535000', '222645.537000', '222645.540000', '222645.543000', '222645.545000', '222645.548000', '222645.550000', '222645.553000', '222645.555000', '222645.558000', '222645.561000', '222645.563000', '222645.566000', '222645.568000', '222645.571000', '222645.574000', '222645.576000', '222645.579000', '222645.582000', '222645.584000', '222645.587000', '222645.589000', '222645.592000', '222645.595000', '222645.597000', '222645.600000', '222645.602000', '222645.605000', '222645.607000', '222645.610000', '222645.613000', '222645.615000', '222705.504000', '222705.506000', '222705.509000', '222705.512000', '222705.514000', '222705.517000', '222705.519000', '222705.522000', '222705.525000', '222705.527000', '222705.530000', '222705.532000', '222705.535000', '222705.537000', '222705.540000', '222705.542000', '222705.545000', '222705.548000', '222705.550000', '222705.564000', '222705.566000', '222705.569000', '222705.571000', '222705.574000', '222705.577000', '222705.579000', '222705.582000', '222705.584000', '222705.587000', '222705.589000', '222705.592000', '222705.595000', '222705.597000', '222705.600000', '222705.603000', '222705.605000', '222705.608000', '222705.610000', '222705.613000', '222705.616000', '222705.618000', '222705.621000', '222705.624000', '222725.503000', '222725.506000', '222725.509000', '222725.511000', '222725.514000', '222725.516000', '222725.519000', '222725.522000', '222725.548000', '222725.551000', '222725.554000', '222725.556000', '222725.559000', '222725.561000', '222725.564000', '222725.566000', '222725.569000', '222725.572000', '222725.574000', '222725.577000', '222725.580000', '222725.582000', '222725.585000', '222725.587000', '222725.590000', '222725.593000', '222725.595000', '222725.598000', '222725.600000', '222725.603000', '222725.606000', '222725.608000', '222725.611000', '222725.613000', '222725.616000', '222725.619000', '222725.621000', '222725.624000', '222725.626000', '222725.629000', '222725.631000', '222725.634000', '222725.637000', '222725.639000', '222745.502000', '222745.505000', '222745.508000', '222745.510000', '222745.513000', '222745.516000', '222745.518000', '222745.521000', '222745.523000', '222745.526000', '222745.529000', '222745.531000', '222745.534000', '222745.536000', '222745.539000', '222745.542000', '222745.544000', '222745.547000', '222745.549000', '222745.553000', '222745.555000', '222745.558000', '222745.561000', '222745.563000', '222745.566000', '222745.568000', '222745.571000', '222745.573000', '222745.576000', '222745.579000', '222745.582000', '222745.585000', '222745.587000', '222745.590000', '222745.592000', '222745.595000', '222745.597000', '222745.600000', '222745.603000', '222745.605000', '222745.608000', '222745.610000', '222745.613000', '222805.503000', '222805.506000', '222805.508000', '222805.511000', '222805.514000', '222805.516000', '222805.519000', '222805.521000', '222805.524000', '222805.527000', '222805.529000', '222805.532000', '222805.534000', '222805.537000', '222805.539000', '222805.542000', '222805.545000', '222805.548000', '222805.551000', '222805.553000', '222805.556000', '222805.559000', '222805.561000', '222805.564000', '222805.566000', '222805.569000', '222805.571000', '222805.574000', '222805.577000', '222805.579000', '222805.582000', '222805.585000', '222805.587000', '222805.590000', '222805.592000', '222805.595000', '222805.598000', '222805.600000', '222805.603000', '222805.606000', '222805.608000', '222805.611000', '222805.613000', '222805.616000', '222825.503000', '222825.506000', '222825.509000', '222825.512000', '222825.514000', '222825.517000', '222825.519000', '222825.522000', '222825.524000', '222825.527000', '222825.530000', '222825.532000', '222825.535000', '222825.537000', '222825.540000', '222825.542000', '222825.545000', '222825.548000', '222825.551000', '222825.554000', '222825.557000', '222825.560000', '222825.562000', '222825.565000', '222825.567000', '222825.570000', '222825.573000', '222825.575000', '222825.578000', '222825.580000', '222825.583000', '222825.586000', '222825.588000', '222825.591000', '222825.593000', '222825.596000', '222825.599000', '222825.601000', '222825.604000', '222825.606000', '222825.609000', '222825.612000', '222825.614000', '222845.503000', '222845.506000', '222845.509000', '222845.511000', '222845.514000', '222845.517000', '222845.519000', '222845.522000', '222845.524000', '222845.527000', '222845.529000', '222845.532000', '222845.535000', '222845.537000', '222845.540000', '222845.542000', '222845.545000', '222845.547000', '222845.550000', '222845.553000', '222845.555000', '222845.558000', '222845.560000', '222845.563000', '222845.565000', '222845.568000', '222845.571000', '222845.573000', '222845.576000', '222845.579000', '222845.581000', '222845.584000', '222845.586000', '222845.600000', '222845.603000', '222845.605000', '222845.608000', '222845.611000', '222845.614000', '222845.616000', '222845.619000', '222845.621000', '222845.624000', '222845.627000', '222905.503000', '222905.506000', '222905.509000', '222905.512000', '222905.514000', '222905.517000', '222905.519000', '222905.522000', '222905.525000', '222905.527000', '222905.530000', '222905.534000', '222905.536000', '222905.539000', '222905.542000', '222905.544000', '222905.547000', '222905.549000', '222905.552000', '222905.555000', '222905.557000', '222905.560000', '222905.562000', '222905.565000', '222905.568000', '222905.570000', '222905.573000', '222905.575000', '222905.578000', '222905.580000', '222905.583000', '222905.586000', '222905.588000', '222905.591000', '222905.594000', '222905.596000', '222905.599000', '222905.601000', '222905.604000', '222905.607000', '222905.610000', '222905.613000', '222905.616000', '222925.523000', '222925.526000', '222925.529000', '222925.531000', '222925.534000', '222925.537000', '222925.539000', '222925.542000', '222925.544000', '222925.547000', '222925.549000', '222925.552000', '222925.555000', '222925.557000', '222925.560000', '222925.562000', '222925.565000', '222925.568000', '222925.570000', '222925.573000', '222925.575000', '222925.578000', '222925.580000', '222925.583000', '222925.586000', '222925.588000', '222925.591000', '222925.593000', '222925.596000', '222925.599000', '222925.601000', '222925.604000', '222925.606000', '222925.609000', '222925.612000', '222925.614000', '222925.617000', '222925.619000', '222925.622000', '222925.625000', '222925.627000', '222925.630000', '222925.632000', '222925.635000', '222945.504000', '222945.506000', '222945.509000', '222945.512000', '222945.514000', '222945.517000', '222945.519000', '222945.522000', '222945.525000', '222945.527000', '222945.530000', '222945.532000', '222945.535000', '222945.537000', '222945.540000', '222945.543000', '222945.545000', '222945.548000', '222945.551000', '222945.553000', '222945.556000', '222945.558000', '222945.561000', '222945.564000', '222945.566000', '222945.569000', '222945.571000', '222945.574000', '222945.577000', '222945.580000', '222945.582000', '222945.585000', '222945.588000', '222945.590000', '222945.593000', '222945.596000', '222945.598000', '222945.601000', '222945.603000', '222945.606000', '222945.609000', '222945.611000', '222945.614000', '222948.789000', '222948.793000', '222948.796000', '222948.798000', '222948.801000', '222948.804000', '222948.807000', '222948.809000'], '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': [12219, 10135, 13230, 10261, 8149, 11401, 7603, 13622, 8371, 13338, 9032, 13977, 10014, 12164, 10443, 7288, 11840, 7399, 12949, 8381, 12953, 9354, 8704, 11253, 7254, 12339, 8997, 13081, 9954, 11786, 10872, 7661, 11807, 7677, 13126, 7890, 14542, 8981, 12802, 8849, 13576, 9922, 9905, 10209, 7330, 11786, 7222, 12170, 7459, 11592, 8572, 11605, 9118, 9110, 9339, 7291, 10196, 7232, 10748, 7100, 10726, 7441, 11516, 8469, 11846, 10407, 9826, 11020, 9827, 9071, 11351, 9800, 10731, 11320, 7938, 12912, 11673, 8467, 14571, 11659, 10189, 14401, 15400, 12715, 15285, 13405, 13667, 14787, 8968, 14478, 9951, 11304, 10705, 8130, 12934, 8375, 12539, 9829, 6923, 12214, 8233, 11614, 9938, 6959, 10744, 7681, 12016, 8161, 12397, 8049, 9845, 9656, 8226, 10445, 6970, 12011, 7110, 12450, 7439, 12844, 8416, 12856, 8850, 12789, 9206, 9823, 9665, 7508, 10973, 7213, 12179, 7417, 12476, 7369, 12430, 8164, 13470, 11519, 7053, 8016, 6827, 6966, 12917, 11068, 7015, 10076, 9748, 7441, 11494, 10662, 11436, 15802, 12646, 12890, 14857, 11906, 15108, 13909, 9162, 16289, 10842, 8174, 13628, 7893, 10180, 13318, 9102, 9107, 12430, 7915, 14910, 10034, 7389, 11945, 7386, 12822, 9146, 11262, 8853, 7062, 10408, 6959, 11257, 7287, 11455, 7760, 11443, 8802, 7190, 10309, 6823, 11500, 8818, 11937, 10267, 6882, 10492, 6971, 12030, 9064, 9153, 11369, 9059, 9919, 9996, 7333, 12485, 11006, 9135, 14346, 8689, 7448, 13800, 13512, 10692, 15842, 14565, 12288, 16100, 12575, 11556, 15306, 10729, 14791, 11916, 8111, 13166, 9857, 10050, 10061, 7405, 11515, 7710, 11356, 8029, 8396, 10368, 7459, 12323, 7566, 6544, 9301, 8029, 10367, 8613, 11085, 8703, 11326, 8233, 11578, 8573, 11912, 9674, 10912, 10543, 7494, 12408, 7535, 14141, 8013, 14471, 9257, 14053, 9638, 13437, 9192, 8219, 9853, 7526, 11108, 7131, 11833, 7354, 11757, 8318, 11538, 8157, 11308, 8451, 10189, 8262, 8888, 9109, 7751, 12358, 7356, 7255, 9019, 6851, 6847, 9893, 8615, 8208, 7428, 9857, 7400, 6866, 10667, 9843, 7886, 15457, 12262, 9406, 15271, 12881, 12389, 13153, 9187, 12044, 11061, 7327, 13660, 9532, 7200, 11195, 10656, 10194, 10045, 7362, 11502, 7667, 9292, 10403, 6978, 11875, 9909, 8924, 11045, 7761, 11377, 8327, 11535, 8892, 8724, 9826, 6937, 11323, 7663, 11588, 9190, 8056, 9498, 6754, 10027, 7959, 7138, 9599, 8651, 6934, 10821, 8077, 8395, 10483, 7002, 10431, 9465, 6904, 12906, 8574, 8687, 15624, 17475, 17672, 10810, 7729, 11267, 14223, 16405, 18577, 10573, 8473, 9771, 10277, 9658, 16057, 13287, 16308, 14966, 12475, 15568, 13741, 9357, 16339, 13025, 8887, 12660, 9999, 7172, 10111, 8223, 10611, 9303, 7946, 10415, 7930, 7528, 9129, 7309, 11023, 7963, 6805, 9370, 7357, 11040, 8525, 7891, 9497, 8959, 10666, 8588, 7499, 9864, 7976, 11985, 9256, 11373, 8618, 10264, 8060, 7392, 10140, 7569, 13511, 10851, 11733, 10957, 12057, 15978, 8980, 8818, 9933, 9582, 11510, 8764, 14657, 12887, 9311, 10621, 14701, 12939, 13682, 15615, 11834, 8731, 15354, 12197, 9620, 13360, 10871, 8944, 14438, 11278, 9465, 12287, 9161, 9527, 12529, 8997, 9212, 13065, 9487, 9456, 9157, 8317, 11376, 9134, 7192, 9641, 8041, 12107, 8281, 10376, 8492, 6832, 9918, 7119, 11213, 8192, 11320, 8167, 11366, 8184, 11424, 9080, 10852, 8480, 7515, 7766, 6744, 9241, 6846, 11272, 8121, 8123, 7085, 7220, 7285, 7996, 7076, 8819, 7753, 7016, 12259, 8767, 11528, 11386, 8792, 14212, 11496, 8510, 13598, 11045, 13670, 11892, 11759, 14020, 11977, 16105, 10332, 8956, 10036, 8473, 10450, 7264, 6865, 8030, 7521, 8066, 7523, 7148, 9812, 7114, 10876, 7738, 9822, 8052, 6921, 9883, 6899, 12077, 8502, 12497, 9069, 12393, 10420, 13736, 17237, 12654, 10485, 7746, 8839, 9270, 7864, 8974, 10436, 7212, 14359, 9529, 10544, 7788, 9009, 13693, 11598, 10567, 14140, 11803, 13343, 14295, 10636, 12829, 10462, 7624, 14310, 10613, 11210, 15013, 10848, 12915, 13312, 10009, 9528, 8970, 8909, 9134, 7577, 7031, 9472, 8291, 11429, 9603, 7458, 12977, 9525, 13806, 10367, 8968, 11553, 7629, 12779, 7891, 11773, 9127, 7793, 11143, 7000, 13255, 8136, 13532, 8666, 10713, 8318, 8463, 16021, 10447, 7676, 6857, 7272, 7140, 7749, 7694, 6948, 10058, 7171, 7001, 7439, 11998, 9913, 9364, 12177, 14704, 13109, 11544, 16610, 12537, 10037, 15216, 11240, 7641, 12724, 8209, 7837, 11156, 8710, 7087, 10527, 8110, 12325, 7549, 6764, 11399, 7345, 9955, 7518, 6851, 11191, 7605, 11915, 8203, 6676, 11704, 7783, 8344, 7357, 8224, 10366, 8593, 7250, 11301, 6867, 11397, 7950, 11183, 9011, 9047, 9240, 7367, 10850, 8816, 12391, 8053, 12039, 9032, 11761, 8280, 11568, 8615, 10544, 8675, 7992, 8956, 6883, 9338, 7562, 10082, 8006, 12519, 9557, 8439, 7780, 6651, 7404, 7798, 7461, 12010, 10250, 7279, 7248, 10182, 10268, 10239, 7380, 13877, 10045, 12506, 11405, 9487, 14976, 11259, 15883, 12473, 10410, 15887, 12443, 18143, 15711, 11586, 11341, 6911, 12699, 8647, 7515, 12075, 8242, 8794, 8750, 7724, 11974, 9213, 7763, 12086, 8335, 8848, 8964, 6734, 11829, 8873, 10788, 8387, 6941, 10308, 6804, 11155, 8051, 11122, 8158, 7455, 9659, 6851, 10836, 7375, 10964, 8292, 11149, 8308, 7784, 8959, 9312, 7793, 7114, 6678, 7254, 6894, 6720, 9207, 7599, 6855, 9584, 9043, 7127, 9290, 11925, 8818, 13791, 11463, 13946, 13943, 10964, 14716, 11654, 12076, 12149, 9240, 14762, 9792, 7372, 11697, 7336, 7211, 12069, 7669, 6678, 13936, 10163, 7491, 13616, 9314, 6527, 8874, 7187, 11585, 9116, 7315, 12040, 7089, 12824, 8584, 12800, 8880, 10934, 8507, 6769, 10162, 6670, 12048, 7772, 11930, 7775, 9998, 8458, 6847, 11056, 6762, 11997, 7503, 12067, 8500, 12367, 8202, 10241, 11712, 9534, 9836, 6929, 6514, 9201, 7100, 6939, 9299, 6830, 6742, 11042, 9458, 7229, 11442, 10782, 8303, 13963, 12456, 11969, 13918, 10590, 14333, 11972, 8893, 14385, 9913, 16951, 9472, 6565, 12601, 7813, 14155], 'WindowCenter': [4319.0, 4298.0, 4301.0, 4271.0, 4225.0, 4264.0, 4227.0, 4275.0, 4221.0, 4261.0, 4219.0, 4272.0, 4243.0, 4250.0, 4239.0, 4198.0, 4250.0, 4202.0, 4261.0, 4210.0, 4260.0, 4230.0, 4232.0, 4253.0, 4201.0, 4260.0, 4232.0, 4260.0, 4241.0, 4263.0, 4253.0, 4199.0, 4249.0, 4196.0, 4261.0, 4212.0, 4258.0, 4217.0, 4245.0, 4206.0, 4259.0, 4227.0, 4227.0, 4227.0, 4184.0, 4248.0, 4188.0, 4248.0, 4196.0, 4237.0, 4218.0, 4249.0, 4218.0, 4205.0, 4216.0, 4185.0, 4240.0, 4198.0, 4238.0, 4186.0, 4227.0, 4187.0, 4239.0, 4211.0, 4253.0, 4247.0, 4222.0, 4216.0, 4222.0, 4197.0, 4213.0, 4218.0, 4240.0, 4239.0, 4199.0, 4251.0, 4241.0, 4213.0, 4271.0, 4238.0, 4228.0, 4261.0, 4259.0, 4236.0, 4260.0, 4235.0, 4232.0, 4232.0, 4178.0, 4218.0, 4187.0, 4199.0, 4197.0, 4166.0, 4230.0, 4179.0, 4221.0, 4211.0, 4159.0, 4219.0, 4194.0, 4224.0, 4213.0, 4161.0, 4224.0, 4183.0, 4233.0, 4195.0, 4234.0, 4197.0, 4216.0, 4219.0, 4208.0, 4228.0, 4177.0, 4239.0, 4175.0, 4238.0, 4187.0, 4246.0, 4198.0, 4247.0, 4207.0, 4260.0, 4219.0, 4216.0, 4217.0, 4185.0, 4227.0, 4187.0, 4247.0, 4185.0, 4247.0, 4187.0, 4265.0, 4215.0, 4265.0, 4251.0, 4189.0, 4226.0, 4208.0, 4204.0, 4263.0, 4238.0, 4168.0, 4192.0, 4204.0, 4203.0, 4256.0, 4246.0, 4256.0, 4275.0, 4240.0, 4226.0, 4235.0, 4214.0, 4221.0, 4223.0, 4181.0, 4231.0, 4199.0, 4180.0, 4220.0, 4156.0, 4186.0, 4216.0, 4165.0, 4165.0, 4208.0, 4169.0, 4230.0, 4189.0, 4146.0, 4209.0, 4171.0, 4220.0, 4190.0, 4209.0, 4180.0, 4159.0, 4212.0, 4159.0, 4212.0, 4171.0, 4211.0, 4174.0, 4235.0, 4204.0, 4173.0, 4227.0, 4165.0, 4248.0, 4220.0, 4249.0, 4229.0, 4187.0, 4227.0, 4188.0, 4250.0, 4223.0, 4233.0, 4242.0, 4196.0, 4219.0, 4218.0, 4189.0, 4238.0, 4229.0, 4194.0, 4302.0, 4224.0, 4176.0, 4221.0, 4167.0, 4214.0, 4242.0, 4232.0, 4222.0, 4244.0, 4221.0, 4196.0, 4231.0, 4200.0, 4229.0, 4197.0, 4153.0, 4205.0, 4175.0, 4187.0, 4187.0, 4142.0, 4195.0, 4144.0, 4207.0, 4170.0, 4168.0, 4198.0, 4158.0, 4221.0, 4171.0, 4138.0, 4188.0, 4169.0, 4197.0, 4179.0, 4210.0, 4192.0, 4224.0, 4183.0, 4224.0, 4194.0, 4222.0, 4204.0, 4210.0, 4199.0, 4146.0, 4209.0, 4157.0, 4218.0, 4155.0, 4216.0, 4165.0, 4203.0, 4174.0, 4202.0, 4162.0, 4150.0, 4171.0, 4142.0, 4193.0, 4132.0, 4193.0, 4144.0, 4205.0, 4165.0, 4196.0, 4166.0, 4196.0, 4166.0, 4186.0, 4167.0, 4179.0, 4165.0, 4191.0, 4224.0, 4149.0, 4151.0, 4183.0, 4141.0, 4143.0, 4179.0, 4160.0, 4172.0, 4153.0, 4191.0, 4152.0, 4167.0, 4228.0, 4231.0, 4199.0, 4259.0, 4226.0, 4194.0, 4233.0, 4224.0, 4223.0, 4233.0, 4191.0, 4223.0, 4225.0, 4173.0, 4231.0, 4189.0, 4147.0, 4197.0, 4201.0, 4200.0, 4201.0, 4161.0, 4236.0, 4172.0, 4191.0, 4212.0, 4175.0, 4223.0, 4216.0, 4180.0, 4210.0, 4184.0, 4224.0, 4194.0, 4223.0, 4193.0, 4195.0, 4215.0, 4163.0, 4213.0, 4172.0, 4222.0, 4205.0, 4196.0, 4231.0, 4178.0, 4217.0, 4184.0, 4174.0, 4216.0, 4195.0, 4162.0, 4214.0, 4185.0, 4197.0, 4230.0, 4190.0, 4240.0, 4220.0, 4177.0, 4236.0, 4193.0, 4199.0, 4156.0, 4296.0, 4210.0, 4179.0, 4101.0, 4219.0, 4226.0, 4237.0, 4219.0, 4107.0, 4125.0, 4148.0, 4162.0, 4149.0, 4221.0, 4210.0, 4217.0, 4206.0, 4197.0, 4202.0, 4192.0, 4153.0, 4201.0, 4180.0, 4136.0, 4165.0, 4145.0, 4105.0, 4158.0, 4139.0, 4159.0, 4161.0, 4128.0, 4168.0, 4140.0, 4127.0, 4149.0, 4132.0, 4195.0, 4155.0, 4134.0, 4175.0, 4145.0, 4199.0, 4179.0, 4169.0, 4203.0, 4194.0, 4211.0, 4191.0, 4159.0, 4200.0, 4170.0, 4209.0, 4193.0, 4223.0, 4194.0, 4204.0, 4172.0, 4159.0, 4200.0, 4159.0, 4222.0, 4202.0, 4185.0, 4176.0, 4212.0, 4099.0, 4118.0, 4135.0, 4141.0, 4136.0, 4140.0, 4114.0, 4133.0, 4150.0, 4145.0, 4183.0, 4216.0, 4206.0, 4215.0, 4214.0, 4192.0, 4146.0, 4194.0, 4190.0, 4157.0, 4186.0, 4165.0, 4135.0, 4184.0, 4166.0, 4156.0, 4175.0, 4143.0, 4143.0, 4161.0, 4133.0, 4145.0, 4187.0, 4171.0, 4171.0, 4157.0, 4150.0, 4177.0, 4158.0, 4128.0, 4171.0, 4139.0, 4189.0, 4151.0, 4182.0, 4164.0, 4121.0, 4183.0, 4131.0, 4191.0, 4153.0, 4193.0, 4164.0, 4193.0, 4164.0, 4193.0, 4164.0, 4194.0, 4164.0, 4143.0, 4154.0, 4133.0, 4174.0, 4148.0, 4210.0, 4169.0, 4015.0, 4186.0, 4169.0, 4183.0, 4205.0, 4184.0, 4214.0, 4193.0, 4185.0, 4245.0, 4206.0, 4222.0, 4211.0, 4178.0, 4234.0, 4221.0, 4178.0, 4233.0, 4213.0, 4232.0, 4198.0, 4205.0, 4221.0, 4198.0, 4214.0, 4173.0, 4152.0, 4175.0, 4152.0, 4181.0, 4128.0, 4103.0, 4137.0, 4142.0, 4152.0, 4155.0, 4145.0, 4185.0, 4145.0, 4196.0, 4158.0, 4198.0, 4169.0, 4158.0, 4186.0, 4146.0, 4209.0, 4167.0, 4208.0, 4177.0, 4208.0, 4199.0, 4210.0, 4248.0, 4212.0, 4184.0, 4174.0, 4150.0, 4131.0, 4144.0, 4136.0, 4127.0, 3934.0, 4059.0, 4175.0, 4170.0, 4144.0, 4177.0, 4218.0, 4196.0, 4184.0, 4205.0, 4184.0, 4189.0, 4204.0, 4172.0, 4189.0, 4156.0, 4127.0, 4185.0, 4168.0, 4164.0, 4197.0, 4153.0, 4185.0, 4185.0, 4156.0, 4131.0, 4161.0, 4150.0, 4159.0, 4128.0, 4106.0, 4160.0, 4140.0, 4178.0, 4159.0, 4118.0, 4191.0, 4162.0, 4192.0, 4161.0, 4151.0, 4168.0, 4129.0, 4177.0, 4128.0, 4166.0, 4145.0, 4115.0, 4168.0, 4107.0, 4187.0, 4127.0, 4187.0, 4138.0, 4168.0, 4141.0, 4139.0, 4244.0, 4185.0, 4144.0, 4095.0, 4134.0, 4131.0, 4071.0, 4114.0, 4091.0, 4147.0, 4094.0, 4089.0, 4103.0, 4177.0, 4172.0, 4176.0, 4195.0, 4209.0, 4193.0, 4182.0, 4220.0, 4204.0, 4173.0, 4212.0, 4182.0, 4141.0, 4202.0, 4163.0, 4139.0, 4179.0, 4150.0, 4131.0, 4181.0, 4150.0, 4189.0, 4140.0, 4132.0, 4204.0, 4142.0, 4183.0, 4143.0, 4132.0, 4193.0, 4155.0, 4205.0, 4176.0, 4159.0, 4231.0, 4180.0, 4177.0, 4156.0, 4206.0, 4213.0, 4192.0, 4172.0, 4224.0, 4162.0, 4222.0, 4181.0, 4221.0, 4192.0, 4192.0, 4191.0, 4159.0, 4210.0, 4178.0, 4219.0, 4166.0, 4205.0, 4175.0, 4194.0, 4163.0, 4193.0, 4163.0, 4184.0, 4163.0, 4152.0, 4173.0, 4130.0, 4172.0, 4153.0, 4196.0, 4167.0, 4216.0, 4185.0, 4152.0, 4141.0, 4121.0, 4152.0, 4166.0, 4175.0, 4157.0, 4210.0, 4139.0, 4111.0, 4196.0, 4195.0, 4197.0, 4171.0, 4244.0, 4214.0, 4234.0, 4255.0, 4213.0, 4254.0, 4216.0, 4221.0, 4198.0, 4126.0, 4205.0, 4202.0, 4237.0, 4223.0, 4203.0, 4202.0, 4140.0, 4175.0, 4163.0, 4138.0, 4190.0, 4162.0, 4160.0, 4161.0, 4153.0, 4203.0, 4185.0, 4179.0, 4216.0, 4177.0, 4188.0, 4186.0, 4161.0, 4231.0, 4203.0, 4209.0, 4190.0, 4170.0, 4212.0, 4160.0, 4219.0, 4180.0, 4220.0, 4192.0, 4182.0, 4213.0, 4163.0, 4225.0, 4182.0, 4221.0, 4193.0, 4222.0, 4194.0, 4181.0, 4217.0, 4107.0, 4224.0, 4173.0, 4160.0, 4167.0, 4168.0, 4157.0, 4185.0, 4165.0, 4145.0, 4197.0, 4203.0, 4170.0, 4212.0, 4247.0, 4218.0, 4259.0, 4239.0, 4256.0, 4246.0, 4239.0, 4270.0, 4222.0, 4218.0, 4217.0, 4186.0, 4238.0, 4196.0, 4168.0, 4218.0, 4154.0, 4153.0, 4214.0, 4164.0, 4152.0, 4235.0, 4206.0, 4165.0, 4237.0, 4198.0, 4145.0, 4201.0, 4183.0, 4229.0, 4199.0, 4169.0, 4228.0, 4157.0, 4229.0, 4201.0, 4228.0, 4199.0, 4206.0, 4175.0, 4144.0, 4196.0, 4146.0, 4217.0, 4167.0, 4219.0, 4179.0, 4208.0, 4178.0, 4159.0, 4221.0, 4160.0, 4229.0, 4171.0, 4229.0, 4190.0, 4230.0, 4203.0, 4239.0, 4192.0, 4190.0, 4173.0, 4133.0, 4121.0, 4159.0, 4158.0, 4138.0, 4198.0, 4184.0, 4182.0, 4255.0, 4279.0, 4208.0, 4247.0, 4196.0, 4208.0, 4244.0, 4259.0, 4247.0, 4245.0, 4223.0, 4254.0, 4233.0, 4200.0, 4238.0, 4210.0, 4249.0, 4210.0, 4159.0, 4228.0, 4166.0, 4237.0], 'WindowWidth': [9542.0, 9512.0, 9505.0, 9456.0, 9386.0, 9438.0, 9393.0, 9452.0, 9373.0, 9426.0, 9367.0, 9444.0, 9406.0, 9408.0, 9393.0, 9338.0, 9408.0, 9350.0, 9427.0, 9357.0, 9426.0, 9385.0, 9393.0, 9420.0, 9348.0, 9424.0, 9391.0, 9423.0, 9400.0, 9436.0, 9417.0, 9340.0, 9405.0, 9333.0, 9427.0, 9363.0, 9418.0, 9360.0, 9394.0, 9342.0, 9420.0, 9373.0, 9373.0, 9370.0, 9311.0, 9402.0, 9323.0, 9404.0, 9333.0, 9385.0, 9363.0, 9408.0, 9364.0, 9343.0, 9358.0, 9316.0, 9395.0, 9338.0, 9390.0, 9316.0, 9372.0, 9318.0, 9391.0, 9359.0, 9415.0, 9412.0, 9366.0, 9345.0, 9368.0, 9325.0, 9338.0, 9356.0, 9390.0, 9388.0, 9332.0, 9406.0, 9395.0, 9362.0, 9442.0, 9388.0, 9374.0, 9430.0, 9421.0, 9381.0, 9428.0, 9381.0, 9368.0, 9370.0, 9289.0, 9344.0, 9300.0, 9316.0, 9313.0, 9269.0, 9363.0, 9295.0, 9353.0, 9341.0, 9267.0, 9346.0, 9323.0, 9362.0, 9344.0, 9272.0, 9360.0, 9306.0, 9371.0, 9324.0, 9374.0, 9330.0, 9356.0, 9363.0, 9349.0, 9372.0, 9303.0, 9388.0, 9299.0, 9384.0, 9317.0, 9394.0, 9333.0, 9396.0, 9345.0, 9421.0, 9365.0, 9356.0, 9355.0, 9311.0, 9369.0, 9319.0, 9398.0, 9312.0, 9396.0, 9316.0, 9436.0, 9367.0, 9434.0, 9411.0, 9329.0, 9390.0, 9368.0, 9354.0, 9428.0, 9384.0, 9286.0, 9302.0, 9330.0, 9343.0, 9419.0, 9410.0, 9422.0, 9448.0, 9391.0, 9360.0, 9377.0, 9345.0, 9345.0, 9354.0, 9291.0, 9364.0, 9315.0, 9293.0, 9346.0, 9251.0, 9290.0, 9333.0, 9262.0, 9259.0, 9324.0, 9275.0, 9361.0, 9302.0, 9240.0, 9327.0, 9284.0, 9343.0, 9305.0, 9328.0, 9290.0, 9262.0, 9340.0, 9264.0, 9336.0, 9284.0, 9335.0, 9291.0, 9379.0, 9334.0, 9291.0, 9367.0, 9283.0, 9401.0, 9370.0, 9407.0, 9377.0, 9318.0, 9371.0, 9318.0, 9404.0, 9373.0, 9387.0, 9395.0, 9317.0, 9357.0, 9355.0, 9318.0, 9381.0, 9369.0, 9309.0, 9498.0, 9377.0, 9296.0, 9345.0, 9245.0, 9346.0, 9382.0, 9371.0, 9355.0, 9390.0, 9353.0, 9307.0, 9364.0, 9318.0, 9356.0, 9308.0, 9243.0, 9315.0, 9274.0, 9298.0, 9295.0, 9228.0, 9301.0, 9232.0, 9324.0, 9282.0, 9277.0, 9319.0, 9265.0, 9353.0, 9286.0, 9236.0, 9300.0, 9278.0, 9311.0, 9287.0, 9331.0, 9313.0, 9357.0, 9301.0, 9358.0, 9321.0, 9353.0, 9332.0, 9335.0, 9316.0, 9239.0, 9329.0, 9255.0, 9339.0, 9248.0, 9333.0, 9260.0, 9308.0, 9269.0, 9308.0, 9252.0, 9233.0, 9264.0, 9224.0, 9294.0, 9213.0, 9298.0, 9233.0, 9317.0, 9265.0, 9304.0, 9266.0, 9305.0, 9267.0, 9293.0, 9268.0, 9288.0, 9258.0, 9324.0, 9351.0, 9243.0, 9250.0, 9295.0, 9233.0, 9239.0, 9277.0, 9252.0, 9274.0, 9252.0, 9299.0, 9250.0, 9283.0, 9367.0, 9375.0, 9330.0, 9412.0, 9363.0, 9311.0, 9367.0, 9355.0, 9352.0, 9370.0, 9308.0, 9357.0, 9360.0, 9289.0, 9359.0, 9301.0, 9240.0, 9307.0, 9320.0, 9317.0, 9322.0, 9267.0, 9376.0, 9285.0, 9308.0, 9338.0, 9293.0, 9354.0, 9351.0, 9293.0, 9333.0, 9307.0, 9359.0, 9319.0, 9353.0, 9313.0, 9324.0, 9348.0, 9275.0, 9341.0, 9284.0, 9352.0, 9335.0, 9327.0, 9381.0, 9306.0, 9352.0, 9304.0, 9293.0, 9350.0, 9318.0, 9267.0, 9342.0, 9306.0, 9328.0, 9377.0, 9325.0, 9390.0, 9360.0, 9300.0, 9373.0, 9312.0, 9326.0, 9220.0, 9503.0, 9327.0, 9281.0, 9154.0, 9352.0, 9357.0, 9375.0, 9331.0, 9137.0, 9185.0, 9220.0, 9248.0, 9225.0, 9353.0, 9335.0, 9335.0, 9325.0, 9313.0, 9308.0, 9297.0, 9241.0, 9309.0, 9272.0, 9208.0, 9246.0, 9215.0, 9163.0, 9237.0, 9213.0, 9241.0, 9248.0, 9200.0, 9251.0, 9219.0, 9196.0, 9229.0, 9214.0, 9304.0, 9250.0, 9221.0, 9277.0, 9235.0, 9311.0, 9286.0, 9275.0, 9327.0, 9315.0, 9332.0, 9308.0, 9264.0, 9317.0, 9274.0, 9324.0, 9311.0, 9353.0, 9316.0, 9326.0, 9282.0, 9258.0, 9313.0, 9258.0, 9350.0, 9319.0, 9279.0, 9270.0, 9328.0, 9106.0, 9180.0, 9198.0, 9202.0, 9205.0, 9194.0, 9165.0, 9169.0, 9217.0, 9218.0, 9286.0, 9336.0, 9322.0, 9332.0, 9332.0, 9296.0, 9223.0, 9291.0, 9289.0, 9239.0, 9271.0, 9243.0, 9201.0, 9268.0, 9245.0, 9235.0, 9256.0, 9210.0, 9208.0, 9231.0, 9197.0, 9215.0, 9274.0, 9263.0, 9263.0, 9238.0, 9232.0, 9264.0, 9239.0, 9204.0, 9263.0, 9217.0, 9284.0, 9236.0, 9281.0, 9258.0, 9198.0, 9283.0, 9213.0, 9290.0, 9242.0, 9294.0, 9258.0, 9296.0, 9257.0, 9295.0, 9258.0, 9298.0, 9259.0, 9231.0, 9245.0, 9216.0, 9272.0, 9246.0, 9331.0, 9274.0, 8971.0, 9326.0, 9287.0, 9310.0, 9346.0, 9316.0, 9351.0, 9322.0, 9316.0, 9391.0, 9342.0, 9351.0, 9333.0, 9285.0, 9370.0, 9348.0, 9286.0, 9370.0, 9340.0, 9364.0, 9311.0, 9314.0, 9346.0, 9310.0, 9326.0, 9265.0, 9234.0, 9274.0, 9241.0, 9275.0, 9198.0, 9156.0, 9210.0, 9222.0, 9240.0, 9246.0, 9234.0, 9290.0, 9233.0, 9301.0, 9255.0, 9310.0, 9275.0, 9260.0, 9292.0, 9238.0, 9322.0, 9265.0, 9319.0, 9277.0, 9320.0, 9314.0, 9330.0, 9411.0, 9341.0, 9284.0, 9287.0, 9230.0, 9187.0, 9229.0, 9198.0, 9180.0, 8817.0, 9028.0, 9280.0, 9259.0, 9233.0, 9280.0, 9340.0, 9304.0, 9283.0, 9318.0, 9283.0, 9283.0, 9313.0, 9265.0, 9281.0, 9232.0, 9199.0, 9273.0, 9254.0, 9243.0, 9299.0, 9230.0, 9273.0, 9275.0, 9237.0, 9190.0, 9252.0, 9232.0, 9239.0, 9196.0, 9165.0, 9243.0, 9216.0, 9264.0, 9240.0, 9184.0, 9283.0, 9246.0, 9289.0, 9245.0, 9233.0, 9251.0, 9200.0, 9259.0, 9195.0, 9241.0, 9215.0, 9174.0, 9247.0, 9167.0, 9274.0, 9194.0, 9273.0, 9210.0, 9249.0, 9220.0, 9210.0, 9391.0, 9290.0, 9230.0, 9141.0, 9215.0, 9209.0, 9089.0, 9173.0, 9137.0, 9215.0, 9144.0, 9127.0, 9155.0, 9261.0, 9266.0, 9276.0, 9301.0, 9317.0, 9294.0, 9277.0, 9334.0, 9314.0, 9269.0, 9322.0, 9279.0, 9225.0, 9309.0, 9257.0, 9217.0, 9268.0, 9234.0, 9214.0, 9278.0, 9236.0, 9286.0, 9221.0, 9219.0, 9316.0, 9228.0, 9284.0, 9233.0, 9215.0, 9297.0, 9250.0, 9317.0, 9283.0, 9270.0, 9365.0, 9296.0, 9287.0, 9256.0, 9342.0, 9340.0, 9312.0, 9285.0, 9357.0, 9271.0, 9351.0, 9296.0, 9347.0, 9310.0, 9312.0, 9307.0, 9262.0, 9331.0, 9284.0, 9341.0, 9267.0, 9318.0, 9277.0, 9300.0, 9259.0, 9298.0, 9258.0, 9286.0, 9258.0, 9242.0, 9271.0, 9212.0, 9270.0, 9245.0, 9309.0, 9274.0, 9336.0, 9291.0, 9243.0, 9227.0, 9202.0, 9247.0, 9270.0, 9294.0, 9231.0, 9338.0, 9223.0, 9168.0, 9317.0, 9310.0, 9317.0, 9285.0, 9387.0, 9348.0, 9378.0, 9425.0, 9352.0, 9410.0, 9346.0, 9344.0, 9305.0, 9170.0, 9312.0, 9321.0, 9384.0, 9355.0, 9322.0, 9320.0, 9231.0, 9262.0, 9261.0, 9222.0, 9293.0, 9260.0, 9256.0, 9258.0, 9252.0, 9319.0, 9298.0, 9300.0, 9342.0, 9292.0, 9305.0, 9301.0, 9279.0, 9368.0, 9336.0, 9336.0, 9313.0, 9288.0, 9344.0, 9274.0, 9350.0, 9300.0, 9352.0, 9319.0, 9308.0, 9349.0, 9281.0, 9366.0, 9305.0, 9357.0, 9322.0, 9359.0, 9325.0, 9304.0, 9358.0, 9145.0, 9392.0, 9292.0, 9269.0, 9277.0, 9282.0, 9260.0, 9293.0, 9270.0, 9242.0, 9312.0, 9332.0, 9283.0, 9345.0, 9401.0, 9364.0, 9422.0, 9393.0, 9408.0, 9400.0, 9392.0, 9438.0, 9357.0, 9343.0, 9341.0, 9298.0, 9373.0, 9314.0, 9281.0, 9347.0, 9253.0, 9250.0, 9332.0, 9272.0, 9258.0, 9372.0, 9334.0, 9278.0, 9379.0, 9328.0, 9251.0, 9332.0, 9313.0, 9368.0, 9327.0, 9282.0, 9361.0, 9264.0, 9363.0, 9330.0, 9360.0, 9324.0, 9325.0, 9285.0, 9242.0, 9312.0, 9247.0, 9343.0, 9277.0, 9349.0, 9299.0, 9332.0, 9293.0, 9270.0, 9354.0, 9274.0, 9364.0, 9290.0, 9365.0, 9315.0, 9366.0, 9337.0, 9393.0, 9294.0, 9307.0, 9269.0, 9217.0, 9199.0, 9244.0, 9267.0, 9218.0, 9319.0, 9318.0, 9314.0, 9416.0, 9476.0, 9354.0, 9401.0, 9307.0, 9349.0, 9389.0, 9423.0, 9401.0, 9396.0, 9361.0, 9408.0, 9378.0, 9328.0, 9381.0, 9341.0, 9398.0, 9342.0, 9271.0, 9359.0, 9272.0, 9372.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.01060490804597701</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.17324390045977012</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>54.75874328620256</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.01778299420023</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9788579278711164</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4948.3291</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.627163715598185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>513</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>58.96551724137931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.3481941593760376</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>3.070124654075251</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.635324549690745</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.339133274362118</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0216929</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0026335709262639284</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027006443589925766</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.088175793513076</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>17.8801</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3311</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.8903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298406.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.1101</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3348.4703</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3565.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78138.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1284.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4354.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.0215</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>14.76587657770142</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> |