=== 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-0005 --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-0005",
"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-0005_ses-04_task-social_acq-mb8_run-03_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-0005_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-03_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-0005/ses-04/func/sub-0005_ses-04_task-social_acq-mb8_run-03_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>ece16627e82dc05697d71a3c7ec749a2</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:28:55.987500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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-03_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.0921018</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7765, -7209, 519, -60, 29, -87, 71]</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>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27d1c75a-4561-47c8-9a7d-1e6b61706d2b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['152855.987500', '152856.447500', '152856.907500', '152857.367500', '152857.827500', '152858.287500', '152858.747500', '152859.207500', '152859.667500', '152900.127500', '152900.587500', '152901.047500', '152901.507500', '152901.967500', '152902.427500', '152902.887500', '152903.347500', '152903.807500', '152904.267500', '152904.727500', '152905.187500', '152905.647500', '152906.107500', '152906.567500', '152907.027500', '152907.487500', '152907.947500', '152908.407500', '152908.867500', '152909.327500', '152909.787500', '152910.247500', '152910.707500', '152911.167500', '152911.627500', '152912.087500', '152912.547500', '152913.007500', '152913.467500', '152913.927500', '152914.387500', '152914.847500', '152915.307500', '152915.767500', '152916.227500', '152916.687500', '152917.147500', '152917.607500', '152918.067500', '152918.527500', '152918.987500', '152919.447500', '152919.907500', '152920.367500', '152920.827500', '152921.287500', '152921.747500', '152922.207500', '152922.667500', '152923.127500', '152923.587500', '152924.047500', '152924.507500', '152924.967500', '152925.427500', '152925.887500', '152926.347500', '152926.807500', '152927.267500', '152927.727500', '152928.187500', '152928.647500', '152929.107500', '152929.567500', '152930.027500', '152930.487500', '152930.947500', '152931.407500', '152931.867500', '152932.327500', '152932.787500', '152933.247500', '152933.707500', '152934.167500', '152934.627500', '152935.087500', '152935.547500', '152936.007500', '152936.467500', '152936.927500', '152937.387500', '152937.847500', '152938.307500', '152938.767500', '152939.227500', '152939.687500', '152940.147500', '152940.607500', '152941.067500', '152941.527500', '152941.987500', '152942.447500', '152942.907500', '152943.367500', '152943.827500', '152944.287500', '152944.747500', '152945.207500', '152945.667500', '152946.127500', '152946.587500', '152947.047500', '152947.507500', '152947.967500', '152948.427500', '152948.887500', '152949.347500', '152949.807500', '152950.267500', '152950.727500', '152951.187500', '152951.647500', '152952.107500', '152952.567500', '152953.027500', '152953.487500', '152953.947500', '152954.407500', '152954.867500', '152955.327500', '152955.787500', '152956.247500', '152956.707500', '152957.167500', '152957.627500', '152958.087500', '152958.547500', '152959.007500', '152959.467500', '152959.927500', '153000.387500', '153000.847500', '153001.307500', '153001.767500', '153002.227500', '153002.687500', '153003.147500', '153003.607500', '153004.067500', '153004.527500', '153004.987500', '153005.447500', '153005.907500', '153006.367500', '153006.827500', '153007.287500', '153007.747500', '153008.207500', '153008.667500', '153009.127500', '153009.587500', '153010.047500', '153010.507500', '153010.967500', '153011.427500', '153011.887500', '153012.347500', '153012.807500', '153013.267500', '153013.727500', '153014.187500', '153014.647500', '153015.107500', '153015.567500', '153016.027500', '153016.487500', '153016.947500', '153017.407500', '153017.867500', '153018.327500', '153018.787500', '153019.247500', '153019.707500', '153020.167500', '153020.627500', '153021.087500', '153021.547500', '153022.007500', '153022.467500', '153022.927500', '153023.387500', '153023.847500', '153024.307500', '153024.767500', '153025.227500', '153025.687500', '153026.147500', '153026.607500', '153027.067500', '153027.527500', '153027.987500', '153028.447500', '153028.907500', '153029.367500', '153029.827500', '153030.287500', '153030.747500', '153031.207500', '153031.667500', '153032.127500', '153032.587500', '153033.047500', '153033.507500', '153033.967500', '153034.427500', '153034.887500', '153035.347500', '153035.807500', '153036.267500', '153036.727500', '153037.187500', '153037.647500', '153038.107500', '153038.567500', '153039.027500', '153039.487500', '153039.947500', '153040.407500', '153040.867500', '153041.327500', '153041.787500', '153042.247500', '153042.707500', '153043.167500', '153043.627500', '153044.087500', '153044.547500', '153045.007500', '153045.467500', '153045.927500', '153046.387500', '153046.847500', '153047.307500', '153047.767500', '153048.227500', '153048.687500', '153049.147500', '153049.607500', '153050.067500', '153050.527500', '153050.987500', '153051.447500', '153051.907500', '153052.367500', '153052.827500', '153053.287500', '153053.747500', '153054.207500', '153054.667500', '153055.127500', '153055.587500', '153056.047500', '153056.507500', '153056.967500', '153057.427500', '153057.887500', '153058.347500', '153058.807500', '153059.267500', '153059.727500', '153100.187500', '153100.647500', '153101.107500', '153101.567500', '153102.027500', '153102.487500', '153102.947500', '153103.407500', '153103.867500', '153104.327500', '153104.787500', '153105.247500', '153105.707500', '153106.167500', '153106.627500', '153107.087500', '153107.547500', '153108.007500', '153108.467500', '153108.927500', '153109.387500', '153109.847500', '153110.307500', '153110.767500', '153111.227500', '153111.687500', '153112.147500', '153112.607500', '153113.067500', '153113.527500', '153113.987500', '153114.447500', '153114.907500', '153115.367500', '153115.827500', '153116.287500', '153116.747500', '153117.207500', '153117.667500', '153118.127500', '153118.587500', '153119.047500', '153119.507500', '153119.967500', '153120.427500', '153120.887500', '153121.347500', '153121.807500', '153122.267500', '153122.727500', '153123.187500', '153123.647500', '153124.107500', '153124.567500', '153125.027500', '153125.487500', '153125.947500', '153126.407500', '153126.867500', '153127.327500', '153127.787500', '153128.247500', '153128.707500', '153129.167500', '153129.627500', '153130.087500', '153130.547500', '153131.007500', '153131.467500', '153131.927500', '153132.387500', '153132.847500', '153133.307500', '153133.767500', '153134.227500', '153134.687500', '153135.147500', '153135.607500', '153136.067500', '153136.527500', '153136.987500', '153137.447500', '153137.907500', '153138.367500', '153138.827500', '153139.287500', '153139.747500', '153140.207500', '153140.667500', '153141.127500', '153141.587500', '153142.047500', '153142.507500', '153142.967500', '153143.427500', '153143.887500', '153144.347500', '153144.807500', '153145.267500', '153145.727500', '153146.187500', '153146.647500', '153147.107500', '153147.567500', '153148.027500', '153148.487500', '153148.947500', '153149.407500', '153149.867500', '153150.327500', '153150.787500', '153151.247500', '153151.707500', '153152.167500', '153152.627500', '153153.087500', '153153.547500', '153154.007500', '153154.467500', '153154.927500', '153155.387500', '153155.847500', '153156.307500', '153156.767500', '153157.227500', '153157.687500', '153158.147500', '153158.607500', '153159.067500', '153159.527500', '153159.987500', '153200.447500', '153200.907500', '153201.367500', '153201.827500', '153202.287500', '153202.747500', '153203.207500', '153203.667500', '153204.127500', '153204.587500', '153205.047500', '153205.507500', '153205.967500', '153206.427500', '153206.887500', '153207.347500', '153207.807500', '153208.267500', '153208.727500', '153209.187500', '153209.647500', '153210.107500', '153210.567500', '153211.027500', '153211.487500', '153211.947500', '153212.407500', '153212.867500', '153213.327500', '153213.787500', '153214.247500', '153214.707500', '153215.167500', '153215.627500', '153216.087500', '153216.547500', '153217.007500', '153217.467500', '153217.927500', '153218.387500', '153218.847500', '153219.307500', '153219.767500', '153220.227500', '153220.687500', '153221.147500', '153221.607500', '153222.067500', '153222.527500', '153222.987500', '153223.447500', '153223.907500', '153224.367500', '153224.827500', '153225.287500', '153225.747500', '153226.207500', '153226.667500', '153227.127500', '153227.587500', '153228.047500', '153228.507500', '153228.967500', '153229.427500', '153229.887500', '153230.347500', '153230.807500', '153231.267500', '153231.727500', '153232.187500', '153232.647500', '153233.107500', '153233.567500', '153234.027500', '153234.487500', '153234.947500', '153235.407500', '153235.867500', '153236.327500', '153236.787500', '153237.247500', '153237.707500', '153238.167500', '153238.627500', '153239.087500', '153239.547500', '153240.007500', '153240.467500', '153240.927500', '153241.387500', '153241.847500', '153242.307500', '153242.767500', '153243.227500', '153243.687500', '153244.147500', '153244.607500', '153245.067500', '153245.527500', '153245.987500', '153246.447500', '153246.907500', '153247.367500', '153247.827500', '153248.287500', '153248.747500', '153249.207500', '153249.667500', '153250.127500', '153250.587500', '153251.047500', '153251.507500', '153251.967500', '153252.427500', '153252.887500', '153253.347500', '153253.807500', '153254.267500', '153254.727500', '153255.187500', '153255.647500', '153256.107500', '153256.567500', '153257.027500', '153257.487500', '153257.947500', '153258.407500', '153258.867500', '153259.327500', '153259.787500', '153300.247500', '153300.707500', '153301.167500', '153301.627500', '153302.087500', '153302.547500', '153303.007500', '153303.467500', '153303.927500', '153304.387500', '153304.847500', '153305.307500', '153305.767500', '153306.227500', '153306.687500', '153307.147500', '153307.607500', '153308.067500', '153308.527500', '153308.987500', '153309.447500', '153309.907500', '153310.367500', '153310.827500', '153311.287500', '153311.747500', '153312.207500', '153312.667500', '153313.127500', '153313.587500', '153314.047500', '153314.507500', '153314.967500', '153315.427500', '153315.887500', '153316.347500', '153316.807500', '153317.267500', '153317.727500', '153318.187500', '153318.647500', '153319.107500', '153319.567500', '153320.027500', '153320.487500', '153320.947500', '153321.407500', '153321.867500', '153322.327500', '153322.787500', '153323.247500', '153323.707500', '153324.167500', '153324.627500', '153325.087500', '153325.547500', '153326.007500', '153326.467500', '153326.927500', '153327.387500', '153327.847500', '153328.307500', '153328.767500', '153329.227500', '153329.687500', '153330.147500', '153330.607500', '153331.067500', '153331.527500', '153331.987500', '153332.447500', '153332.907500', '153333.367500', '153333.827500', '153334.287500', '153334.747500', '153335.207500', '153335.667500', '153336.127500', '153336.587500', '153337.047500', '153337.507500', '153337.967500', '153338.427500', '153338.887500', '153339.347500', '153339.807500', '153340.267500', '153340.727500', '153341.187500', '153341.647500', '153342.107500', '153342.567500', '153343.027500', '153343.487500', '153343.947500', '153344.407500', '153344.867500', '153345.327500', '153345.787500', '153346.247500', '153346.707500', '153347.167500', '153347.627500', '153348.087500', '153348.547500', '153349.007500', '153349.467500', '153349.927500', '153350.387500', '153350.847500', '153351.307500', '153351.767500', '153352.227500', '153352.687500', '153353.147500', '153353.607500', '153354.067500', '153354.527500', '153354.987500', '153355.447500', '153355.907500', '153356.367500', '153356.827500', '153357.287500', '153357.747500', '153358.207500', '153358.667500', '153359.127500', '153359.587500', '153400.047500', '153400.507500', '153400.967500', '153401.427500', '153401.887500', '153402.347500', '153402.807500', '153403.267500', '153403.727500', '153404.187500', '153404.647500', '153405.107500', '153405.567500', '153406.027500', '153406.487500', '153406.947500', '153407.407500', '153407.867500', '153408.327500', '153408.787500', '153409.247500', '153409.707500', '153410.167500', '153410.627500', '153411.087500', '153411.547500', '153412.007500', '153412.467500', '153412.927500', '153413.387500', '153413.847500', '153414.307500', '153414.767500', '153415.227500', '153415.687500', '153416.147500', '153416.607500', '153417.067500', '153417.527500', '153417.987500', '153418.447500', '153418.907500', '153419.367500', '153419.827500', '153420.287500', '153420.747500', '153421.207500', '153421.667500', '153422.127500', '153422.587500', '153423.047500', '153423.507500', '153423.967500', '153424.427500', '153424.887500', '153425.347500', '153425.807500', '153426.267500', '153426.727500', '153427.187500', '153427.647500', '153428.107500', '153428.567500', '153429.027500', '153429.487500', '153429.947500', '153430.407500', '153430.867500', '153431.327500', '153431.787500', '153432.247500', '153432.707500', '153433.167500', '153433.627500', '153434.087500', '153434.547500', '153435.007500', '153435.467500', '153435.927500', '153436.387500', '153436.847500', '153437.307500', '153437.767500', '153438.227500', '153438.687500', '153439.147500', '153439.607500', '153440.067500', '153440.527500', '153440.987500', '153441.447500', '153441.907500', '153442.367500', '153442.827500', '153443.287500', '153443.747500', '153444.207500', '153444.667500', '153445.127500', '153445.587500', '153446.047500', '153446.507500', '153446.967500', '153447.427500', '153447.887500', '153448.347500', '153448.807500', '153449.267500', '153449.727500', '153450.187500', '153450.647500', '153451.107500', '153451.567500', '153452.027500', '153452.487500', '153452.947500', '153453.407500', '153453.867500', '153454.327500', '153454.787500', '153455.247500', '153455.707500', '153456.167500', '153456.627500', '153457.087500', '153457.547500', '153458.007500', '153458.467500', '153458.927500', '153459.387500', '153459.847500', '153500.307500', '153500.767500', '153501.227500', '153501.687500', '153502.147500', '153502.607500', '153503.067500', '153503.527500', '153503.987500', '153504.447500', '153504.907500', '153505.367500', '153505.827500', '153506.287500', '153506.747500', '153507.207500', '153507.667500', '153508.127500', '153508.587500', '153509.047500', '153509.507500', '153509.967500', '153510.427500', '153510.887500', '153511.347500', '153511.807500', '153512.267500', '153512.727500', '153513.187500', '153513.647500', '153514.107500', '153514.567500', '153515.027500', '153515.487500', '153515.947500', '153516.407500', '153516.867500', '153517.327500', '153517.787500', '153518.247500', '153518.707500', '153519.167500', '153519.627500', '153520.087500', '153520.547500', '153521.007500', '153521.467500', '153521.927500', '153522.387500', '153522.847500', '153523.307500', '153523.767500', '153524.227500', '153524.687500', '153525.147500', '153525.607500', '153526.067500', '153526.527500', '153526.987500', '153527.447500', '153527.907500', '153528.367500', '153528.827500', '153529.287500', '153529.747500', '153530.207500', '153530.667500', '153531.127500', '153531.587500', '153532.047500', '153532.507500', '153532.967500', '153533.427500', '153533.887500', '153534.347500', '153534.807500', '153535.267500', '153535.727500', '153536.187500', '153536.647500'], 'ContentTime': ['152918.867000', '152918.870000', '152918.873000', '152918.876000', '152918.880000', '152918.883000', '152918.886000', '152918.889000', '152918.892000', '152918.895000', '152918.898000', '152918.901000', '152918.904000', '152918.927000', '152918.930000', '152918.933000', '152918.936000', '152918.939000', '152918.942000', '152918.945000', '152918.948000', '152918.951000', '152918.955000', '152918.958000', '152918.961000', '152918.964000', '152918.966000', '152918.970000', '152918.972000', '152918.975000', '152918.978000', '152918.982000', '152918.984000', '152918.987000', '152918.991000', '152918.994000', '152918.997000', '152919.001000', '152919.004000', '152919.007000', '152919.010000', '152919.013000', '152919.015000', '152919.019000', '152919.022000', '152919.025000', '152919.028000', '152919.031000', '152938.831000', '152938.834000', '152938.837000', '152938.840000', '152938.843000', '152938.846000', '152938.848000', '152938.851000', '152938.854000', '152938.857000', '152938.860000', '152938.863000', '152938.868000', '152938.870000', '152938.873000', '152938.876000', '152938.879000', '152938.882000', '152938.885000', '152938.888000', '152938.891000', '152938.894000', '152938.897000', '152938.899000', '152938.903000', '152938.905000', '152938.908000', '152938.911000', '152938.914000', '152938.917000', '152938.920000', '152938.928000', '152938.931000', '152938.934000', '152938.938000', '152938.941000', '152938.944000', '152938.947000', '152938.950000', '152938.953000', '152938.956000', '152938.958000', '152938.961000', '152958.831000', '152958.834000', '152958.837000', '152958.840000', '152958.843000', '152958.846000', '152958.849000', '152958.852000', '152958.854000', '152958.857000', '152958.860000', '152958.863000', '152958.866000', '152958.869000', '152958.872000', '152958.875000', '152958.878000', '152958.881000', '152958.883000', '152958.886000', '152958.889000', '152958.892000', '152958.895000', '152958.898000', '152958.901000', '152958.904000', '152958.907000', '152958.910000', '152958.913000', '152958.916000', '152958.919000', '152958.921000', '152958.924000', '152958.927000', '152958.930000', '152958.933000', '152958.936000', '152958.939000', '152958.942000', '152958.945000', '152958.948000', '152958.951000', '152958.953000', '152958.956000', '153018.832000', '153018.835000', '153018.838000', '153018.841000', '153018.844000', '153018.847000', '153018.850000', '153018.853000', '153018.856000', '153018.858000', '153018.861000', '153018.864000', '153018.867000', '153018.870000', '153018.873000', '153018.876000', '153018.879000', '153018.883000', '153018.886000', '153018.890000', '153018.892000', '153018.895000', '153018.898000', '153018.901000', '153018.904000', '153018.907000', '153018.910000', '153018.913000', '153018.916000', '153018.919000', '153018.922000', '153018.925000', '153018.928000', '153018.930000', '153018.934000', '153018.937000', '153018.940000', '153018.943000', '153018.946000', '153018.949000', '153018.952000', '153018.955000', '153018.958000', '153038.832000', '153038.835000', '153038.838000', '153038.841000', '153038.844000', '153038.847000', '153038.850000', '153038.853000', '153038.856000', '153038.859000', '153038.861000', '153038.864000', '153038.867000', '153038.870000', '153038.873000', '153038.876000', '153038.879000', '153038.882000', '153038.885000', '153038.888000', '153038.891000', '153038.893000', '153038.899000', '153038.902000', '153038.905000', '153038.908000', '153038.910000', '153038.913000', '153038.916000', '153038.919000', '153038.922000', '153038.925000', '153038.928000', '153038.931000', '153038.934000', '153038.937000', '153038.940000', '153038.943000', '153038.946000', '153038.948000', '153038.951000', '153038.954000', '153038.957000', '153038.960000', '153058.831000', '153058.834000', '153058.837000', '153058.840000', '153058.858000', '153058.861000', '153058.864000', '153058.867000', '153058.870000', '153058.873000', '153058.876000', '153058.879000', '153058.882000', '153058.885000', '153058.888000', '153058.891000', '153058.894000', '153058.896000', '153058.900000', '153058.902000', '153058.905000', '153058.908000', '153058.911000', '153058.914000', '153058.917000', '153058.920000', '153058.923000', '153058.926000', '153058.929000', '153058.932000', '153058.935000', '153058.938000', '153058.940000', '153058.943000', '153058.946000', '153058.949000', '153058.952000', '153058.955000', '153058.958000', '153058.961000', '153058.964000', '153058.967000', '153058.970000', '153118.831000', '153118.834000', '153118.837000', '153118.840000', '153118.843000', '153118.846000', '153118.848000', '153118.852000', '153118.855000', '153118.857000', '153118.860000', '153118.863000', '153118.866000', '153118.869000', '153118.872000', '153118.875000', '153118.878000', '153118.881000', '153118.884000', '153118.887000', '153118.890000', '153118.893000', '153118.895000', '153118.899000', '153118.901000', '153118.904000', '153118.907000', '153118.910000', '153118.913000', '153118.916000', '153118.919000', '153118.922000', '153118.925000', '153118.928000', '153118.931000', '153118.934000', '153118.937000', '153118.940000', '153118.942000', '153118.945000', '153118.948000', '153118.951000', '153118.954000', '153118.957000', '153138.831000', '153138.834000', '153138.837000', '153138.840000', '153138.843000', '153138.846000', '153138.849000', '153138.852000', '153138.855000', '153138.858000', '153138.861000', '153138.864000', '153138.866000', '153138.869000', '153138.872000', '153138.875000', '153138.878000', '153138.881000', '153138.884000', '153138.887000', '153138.890000', '153138.893000', '153138.896000', '153138.899000', '153138.902000', '153138.905000', '153138.908000', '153138.910000', '153138.913000', '153138.916000', '153138.921000', '153138.924000', '153138.927000', '153138.930000', '153138.933000', '153138.935000', '153138.938000', '153138.941000', '153138.944000', '153138.947000', '153138.950000', '153138.953000', '153138.956000', '153158.831000', '153158.834000', '153158.837000', '153158.840000', '153158.843000', '153158.846000', '153158.849000', '153158.852000', '153158.854000', '153158.857000', '153158.861000', '153158.863000', '153158.866000', '153158.869000', '153158.872000', '153158.875000', '153158.878000', '153158.881000', '153158.884000', '153158.887000', '153158.890000', '153158.893000', '153158.896000', '153158.899000', '153158.902000', '153158.905000', '153158.908000', '153158.911000', '153158.913000', '153158.916000', '153158.919000', '153158.922000', '153158.925000', '153158.928000', '153158.931000', '153158.934000', '153158.937000', '153158.940000', '153158.943000', '153158.946000', '153158.949000', '153158.952000', '153158.955000', '153158.958000', '153218.831000', '153218.834000', '153218.837000', '153218.840000', '153218.843000', '153218.846000', '153218.849000', '153218.852000', '153218.855000', '153218.857000', '153218.860000', '153218.863000', '153218.866000', '153218.869000', '153218.872000', '153218.875000', '153218.878000', '153218.881000', '153218.884000', '153218.887000', '153218.890000', '153218.893000', '153218.896000', '153218.899000', '153218.902000', '153218.904000', '153218.907000', '153218.910000', '153218.913000', '153218.916000', '153218.919000', '153218.922000', '153218.925000', '153218.928000', '153218.931000', '153218.934000', '153218.937000', '153218.940000', '153218.943000', '153218.946000', '153218.949000', '153218.952000', '153218.954000', '153238.836000', '153238.839000', '153238.842000', '153238.845000', '153238.848000', '153238.851000', '153238.854000', '153238.857000', '153238.860000', '153238.863000', '153238.866000', '153238.869000', '153238.872000', '153238.875000', '153238.878000', '153238.880000', '153238.883000', '153238.886000', '153238.889000', '153238.892000', '153238.895000', '153238.898000', '153238.901000', '153238.904000', '153238.907000', '153238.910000', '153238.913000', '153238.916000', '153238.918000', '153238.921000', '153238.924000', '153238.927000', '153238.930000', '153238.933000', '153238.936000', '153238.939000', '153238.942000', '153238.945000', '153238.948000', '153238.951000', '153238.953000', '153238.957000', '153238.960000', '153238.962000', '153258.832000', '153258.835000', '153258.838000', '153258.841000', '153258.844000', '153258.847000', '153258.850000', '153258.853000', '153258.856000', '153258.859000', '153258.862000', '153258.865000', '153258.868000', '153258.871000', '153258.873000', '153258.877000', '153258.879000', '153258.882000', '153258.885000', '153258.888000', '153258.891000', '153258.894000', '153258.897000', '153258.900000', '153258.903000', '153258.906000', '153258.909000', '153258.912000', '153258.915000', '153258.918000', '153258.921000', '153258.924000', '153258.927000', '153258.929000', '153258.932000', '153258.935000', '153258.938000', '153258.941000', '153258.944000', '153258.947000', '153258.953000', '153258.956000', '153258.959000', '153318.831000', '153318.834000', '153318.837000', '153318.840000', '153318.843000', '153318.846000', '153318.849000', '153318.852000', '153318.855000', '153318.858000', '153318.860000', '153318.863000', '153318.867000', '153318.869000', '153318.872000', '153318.875000', '153318.883000', '153318.886000', '153318.889000', '153318.892000', '153318.895000', '153318.898000', '153318.900000', '153318.903000', '153318.906000', '153318.909000', '153318.912000', '153318.915000', '153318.918000', '153318.921000', '153318.924000', '153318.927000', '153318.930000', '153318.933000', '153318.936000', '153318.939000', '153318.942000', '153318.945000', '153318.948000', '153318.951000', '153318.954000', '153318.957000', '153318.960000', '153318.962000', '153338.831000', '153338.834000', '153338.837000', '153338.840000', '153338.843000', '153338.846000', '153338.849000', '153338.852000', '153338.855000', '153338.858000', '153338.861000', '153338.864000', '153338.866000', '153338.869000', '153338.872000', '153338.875000', '153338.878000', '153338.881000', '153338.884000', '153338.887000', '153338.890000', '153338.893000', '153338.896000', '153338.899000', '153338.902000', '153338.905000', '153338.908000', '153338.911000', '153338.913000', '153338.916000', '153338.919000', '153338.922000', '153338.925000', '153338.928000', '153338.931000', '153338.934000', '153338.937000', '153338.940000', '153338.943000', '153338.946000', '153338.949000', '153338.952000', '153338.955000', '153358.831000', '153358.834000', '153358.837000', '153358.840000', '153358.843000', '153358.846000', '153358.849000', '153358.852000', '153358.855000', '153358.858000', '153358.860000', '153358.864000', '153358.866000', '153358.869000', '153358.872000', '153358.875000', '153358.878000', '153358.881000', '153358.884000', '153358.887000', '153358.890000', '153358.893000', '153358.896000', '153358.899000', '153358.902000', '153358.913000', '153358.916000', '153358.919000', '153358.922000', '153358.925000', '153358.928000', '153358.931000', '153358.934000', '153358.937000', '153358.940000', '153358.943000', '153358.946000', '153358.949000', '153358.951000', '153358.954000', '153358.957000', '153358.960000', '153358.963000', '153358.966000', '153418.831000', '153418.834000', '153418.837000', '153418.840000', '153418.843000', '153418.846000', '153418.849000', '153418.852000', '153418.855000', '153418.858000', '153418.861000', '153418.864000', '153418.867000', '153418.870000', '153418.873000', '153418.876000', '153418.878000', '153418.881000', '153418.884000', '153418.887000', '153418.890000', '153418.893000', '153418.896000', '153418.899000', '153418.902000', '153418.905000', '153418.908000', '153418.911000', '153418.914000', '153418.917000', '153418.919000', '153418.922000', '153418.925000', '153418.928000', '153418.931000', '153418.934000', '153418.937000', '153418.940000', '153418.943000', '153418.946000', '153418.949000', '153418.952000', '153418.955000', '153438.831000', '153438.836000', '153438.840000', '153438.843000', '153438.845000', '153438.848000', '153438.851000', '153438.854000', '153438.857000', '153438.860000', '153438.863000', '153438.866000', '153438.869000', '153438.872000', '153438.875000', '153438.878000', '153438.881000', '153438.884000', '153438.887000', '153438.890000', '153438.892000', '153438.895000', '153438.898000', '153438.901000', '153438.904000', '153438.907000', '153438.910000', '153438.913000', '153438.916000', '153438.919000', '153438.922000', '153438.925000', '153438.928000', '153438.931000', '153438.934000', '153438.937000', '153438.940000', '153438.943000', '153438.946000', '153438.949000', '153438.951000', '153438.954000', '153438.957000', '153458.832000', '153458.835000', '153458.838000', '153458.841000', '153458.844000', '153458.847000', '153458.850000', '153458.853000', '153458.856000', '153458.859000', '153458.862000', '153458.865000', '153458.868000', '153458.871000', '153458.874000', '153458.877000', '153458.879000', '153458.882000', '153458.885000', '153458.888000', '153458.891000', '153458.894000', '153458.897000', '153458.900000', '153458.903000', '153458.906000', '153458.909000', '153458.912000', '153458.914000', '153458.918000', '153458.921000', '153458.923000', '153458.926000', '153458.929000', '153458.932000', '153458.935000', '153458.938000', '153458.945000', '153458.948000', '153458.951000', '153458.954000', '153458.957000', '153458.960000', '153458.963000', '153518.832000', '153518.835000', '153518.838000', '153518.841000', '153518.844000', '153518.847000', '153518.850000', '153518.853000', '153518.856000', '153518.859000', '153518.862000', '153518.866000', '153518.869000', '153518.872000', '153518.875000', '153518.878000', '153518.880000', '153518.884000', '153518.886000', '153518.889000', '153518.892000', '153518.895000', '153518.898000', '153518.901000', '153518.904000', '153518.907000', '153518.910000', '153518.913000', '153518.916000', '153518.919000', '153518.922000', '153518.925000', '153518.927000', '153518.931000', '153518.933000', '153518.949000', '153518.952000', '153518.955000', '153518.958000', '153518.961000', '153518.964000', '153518.967000', '153518.970000', '153537.764000', '153537.767000', '153537.770000', '153537.773000', '153537.776000', '153537.779000', '153537.782000', '153537.785000', '153537.789000', '153537.792000', '153537.795000', '153537.798000', '153537.801000', '153537.804000', '153537.807000', '153537.811000', '153537.814000', '153537.817000', '153537.819000', '153537.822000', '153537.825000', '153537.829000', '153537.831000', '153537.834000', '153537.838000', '153537.841000', '153537.844000', '153537.847000', '153537.850000', '153537.853000', '153537.856000', '153537.859000', '153537.862000', '153537.865000', '153537.868000', '153537.871000', '153537.874000', '153537.877000', '153537.879000', '153537.882000', '153537.885000', '153537.888000'], 'InstanceCreationTime': ['152918.867000', '152918.870000', '152918.873000', '152918.876000', '152918.880000', '152918.883000', '152918.886000', '152918.889000', '152918.892000', '152918.895000', '152918.898000', '152918.901000', '152918.904000', '152918.927000', '152918.930000', '152918.933000', '152918.936000', '152918.939000', '152918.942000', '152918.945000', '152918.948000', '152918.951000', '152918.955000', '152918.958000', '152918.961000', '152918.964000', '152918.966000', '152918.970000', '152918.972000', '152918.975000', '152918.978000', '152918.982000', '152918.984000', '152918.987000', '152918.991000', '152918.994000', '152918.997000', '152919.001000', '152919.004000', '152919.007000', '152919.010000', '152919.013000', '152919.015000', '152919.019000', '152919.022000', '152919.025000', '152919.028000', '152919.031000', '152938.831000', '152938.834000', '152938.837000', '152938.840000', '152938.843000', '152938.846000', '152938.848000', '152938.851000', '152938.854000', '152938.857000', '152938.860000', '152938.863000', '152938.868000', '152938.870000', '152938.873000', '152938.876000', '152938.879000', '152938.882000', '152938.885000', '152938.888000', '152938.891000', '152938.894000', '152938.897000', '152938.899000', '152938.903000', '152938.905000', '152938.908000', '152938.911000', '152938.914000', '152938.917000', '152938.920000', '152938.928000', '152938.931000', '152938.934000', '152938.938000', '152938.941000', '152938.944000', '152938.947000', '152938.950000', '152938.953000', '152938.956000', '152938.958000', '152938.961000', '152958.831000', '152958.834000', '152958.837000', '152958.840000', '152958.843000', '152958.846000', '152958.849000', '152958.852000', '152958.854000', '152958.857000', '152958.860000', '152958.863000', '152958.866000', '152958.869000', '152958.872000', '152958.875000', '152958.878000', '152958.881000', '152958.883000', '152958.886000', '152958.889000', '152958.892000', '152958.895000', '152958.898000', '152958.901000', '152958.904000', '152958.907000', '152958.910000', '152958.913000', '152958.916000', '152958.919000', '152958.921000', '152958.924000', '152958.927000', '152958.930000', '152958.933000', '152958.936000', '152958.939000', '152958.942000', '152958.945000', '152958.948000', '152958.951000', '152958.953000', '152958.956000', '153018.832000', '153018.835000', '153018.838000', '153018.841000', '153018.844000', '153018.847000', '153018.850000', '153018.853000', '153018.856000', '153018.858000', '153018.861000', '153018.864000', '153018.867000', '153018.870000', '153018.873000', '153018.876000', '153018.879000', '153018.883000', '153018.886000', '153018.890000', '153018.892000', '153018.895000', '153018.898000', '153018.901000', '153018.904000', '153018.907000', '153018.910000', '153018.913000', '153018.916000', '153018.919000', '153018.922000', '153018.925000', '153018.928000', '153018.930000', '153018.934000', '153018.937000', '153018.940000', '153018.943000', '153018.946000', '153018.949000', '153018.952000', '153018.955000', '153018.958000', '153038.832000', '153038.835000', '153038.838000', '153038.841000', '153038.844000', '153038.847000', '153038.850000', '153038.853000', '153038.856000', '153038.859000', '153038.861000', '153038.864000', '153038.867000', '153038.870000', '153038.873000', '153038.876000', '153038.879000', '153038.882000', '153038.885000', '153038.888000', '153038.891000', '153038.893000', '153038.899000', '153038.902000', '153038.905000', '153038.908000', '153038.910000', '153038.913000', '153038.916000', '153038.919000', '153038.922000', '153038.925000', '153038.928000', '153038.931000', '153038.934000', '153038.937000', '153038.940000', '153038.943000', '153038.946000', '153038.948000', '153038.951000', '153038.954000', '153038.957000', '153038.960000', '153058.831000', '153058.834000', '153058.837000', '153058.840000', '153058.858000', '153058.861000', '153058.864000', '153058.867000', '153058.870000', '153058.873000', '153058.876000', '153058.879000', '153058.882000', '153058.885000', '153058.888000', '153058.891000', '153058.894000', '153058.896000', '153058.900000', '153058.902000', '153058.905000', '153058.908000', '153058.911000', '153058.914000', '153058.917000', '153058.920000', '153058.923000', '153058.926000', '153058.929000', '153058.932000', '153058.935000', '153058.938000', '153058.940000', '153058.943000', '153058.946000', '153058.949000', '153058.952000', '153058.955000', '153058.958000', '153058.961000', '153058.964000', '153058.967000', '153058.970000', '153118.831000', '153118.834000', '153118.837000', '153118.840000', '153118.843000', '153118.846000', '153118.848000', '153118.852000', '153118.855000', '153118.857000', '153118.860000', '153118.863000', '153118.866000', '153118.869000', '153118.872000', '153118.875000', '153118.878000', '153118.881000', '153118.884000', '153118.887000', '153118.890000', '153118.893000', '153118.895000', '153118.899000', '153118.901000', '153118.904000', '153118.907000', '153118.910000', '153118.913000', '153118.916000', '153118.919000', '153118.922000', '153118.925000', '153118.928000', '153118.931000', '153118.934000', '153118.937000', '153118.940000', '153118.942000', '153118.945000', '153118.948000', '153118.951000', '153118.954000', '153118.957000', '153138.831000', '153138.834000', '153138.837000', '153138.840000', '153138.843000', '153138.846000', '153138.849000', '153138.852000', '153138.855000', '153138.858000', '153138.861000', '153138.864000', '153138.866000', '153138.869000', '153138.872000', '153138.875000', '153138.878000', '153138.881000', '153138.884000', '153138.887000', '153138.890000', '153138.893000', '153138.896000', '153138.899000', '153138.902000', '153138.905000', '153138.908000', '153138.910000', '153138.913000', '153138.916000', '153138.921000', '153138.924000', '153138.927000', '153138.930000', '153138.933000', '153138.935000', '153138.938000', '153138.941000', '153138.944000', '153138.947000', '153138.950000', '153138.953000', '153138.956000', '153158.831000', '153158.834000', '153158.837000', '153158.840000', '153158.843000', '153158.846000', '153158.849000', '153158.852000', '153158.854000', '153158.857000', '153158.861000', '153158.863000', '153158.866000', '153158.869000', '153158.872000', '153158.875000', '153158.878000', '153158.881000', '153158.884000', '153158.887000', '153158.890000', '153158.893000', '153158.896000', '153158.899000', '153158.902000', '153158.905000', '153158.908000', '153158.911000', '153158.913000', '153158.916000', '153158.919000', '153158.922000', '153158.925000', '153158.928000', '153158.931000', '153158.934000', '153158.937000', '153158.940000', '153158.943000', '153158.946000', '153158.949000', '153158.952000', '153158.955000', '153158.958000', '153218.831000', '153218.834000', '153218.837000', '153218.840000', '153218.843000', '153218.846000', '153218.849000', '153218.852000', '153218.855000', '153218.857000', '153218.860000', '153218.863000', '153218.866000', '153218.869000', '153218.872000', '153218.875000', '153218.878000', '153218.881000', '153218.884000', '153218.887000', '153218.890000', '153218.893000', '153218.896000', '153218.899000', '153218.902000', '153218.904000', '153218.907000', '153218.910000', '153218.913000', '153218.916000', '153218.919000', '153218.922000', '153218.925000', '153218.928000', '153218.931000', '153218.934000', '153218.937000', '153218.940000', '153218.943000', '153218.946000', '153218.949000', '153218.952000', '153218.954000', '153238.836000', '153238.839000', '153238.842000', '153238.845000', '153238.848000', '153238.851000', '153238.854000', '153238.857000', '153238.860000', '153238.863000', '153238.866000', '153238.869000', '153238.872000', '153238.875000', '153238.878000', '153238.880000', '153238.883000', '153238.886000', '153238.889000', '153238.892000', '153238.895000', '153238.898000', '153238.901000', '153238.904000', '153238.907000', '153238.910000', '153238.913000', '153238.916000', '153238.918000', '153238.921000', '153238.924000', '153238.927000', '153238.930000', '153238.933000', '153238.936000', '153238.939000', '153238.942000', '153238.945000', '153238.948000', '153238.951000', '153238.953000', '153238.957000', '153238.960000', '153238.962000', '153258.832000', '153258.835000', '153258.838000', '153258.841000', '153258.844000', '153258.847000', '153258.850000', '153258.853000', '153258.856000', '153258.859000', '153258.862000', '153258.865000', '153258.868000', '153258.871000', '153258.873000', '153258.877000', '153258.879000', '153258.882000', '153258.885000', '153258.888000', '153258.891000', '153258.894000', '153258.897000', '153258.900000', '153258.903000', '153258.906000', '153258.909000', '153258.912000', '153258.915000', '153258.918000', '153258.921000', '153258.924000', '153258.927000', '153258.929000', '153258.932000', '153258.935000', '153258.938000', '153258.941000', '153258.944000', '153258.947000', '153258.953000', '153258.956000', '153258.959000', '153318.831000', '153318.834000', '153318.837000', '153318.840000', '153318.843000', '153318.846000', '153318.849000', '153318.852000', '153318.855000', '153318.858000', '153318.860000', '153318.863000', '153318.867000', '153318.869000', '153318.872000', '153318.875000', '153318.883000', '153318.886000', '153318.889000', '153318.892000', '153318.895000', '153318.898000', '153318.900000', '153318.903000', '153318.906000', '153318.909000', '153318.912000', '153318.915000', '153318.918000', '153318.921000', '153318.924000', '153318.927000', '153318.930000', '153318.933000', '153318.936000', '153318.939000', '153318.942000', '153318.945000', '153318.948000', '153318.951000', '153318.954000', '153318.957000', '153318.960000', '153318.962000', '153338.831000', '153338.834000', '153338.837000', '153338.840000', '153338.843000', '153338.846000', '153338.849000', '153338.852000', '153338.855000', '153338.858000', '153338.861000', '153338.864000', '153338.866000', '153338.869000', '153338.872000', '153338.875000', '153338.878000', '153338.881000', '153338.884000', '153338.887000', '153338.890000', '153338.893000', '153338.896000', '153338.899000', '153338.902000', '153338.905000', '153338.908000', '153338.911000', '153338.913000', '153338.916000', '153338.919000', '153338.922000', '153338.925000', '153338.928000', '153338.931000', '153338.934000', '153338.937000', '153338.940000', '153338.943000', '153338.946000', '153338.949000', '153338.952000', '153338.955000', '153358.831000', '153358.834000', '153358.837000', '153358.840000', '153358.843000', '153358.846000', '153358.849000', '153358.852000', '153358.855000', '153358.858000', '153358.860000', '153358.864000', '153358.866000', '153358.869000', '153358.872000', '153358.875000', '153358.878000', '153358.881000', '153358.884000', '153358.887000', '153358.890000', '153358.893000', '153358.896000', '153358.899000', '153358.902000', '153358.913000', '153358.916000', '153358.919000', '153358.922000', '153358.925000', '153358.928000', '153358.931000', '153358.934000', '153358.937000', '153358.940000', '153358.943000', '153358.946000', '153358.949000', '153358.951000', '153358.954000', '153358.957000', '153358.960000', '153358.963000', '153358.966000', '153418.831000', '153418.834000', '153418.837000', '153418.840000', '153418.843000', '153418.846000', '153418.849000', '153418.852000', '153418.855000', '153418.858000', '153418.861000', '153418.864000', '153418.867000', '153418.870000', '153418.873000', '153418.876000', '153418.878000', '153418.881000', '153418.884000', '153418.887000', '153418.890000', '153418.893000', '153418.896000', '153418.899000', '153418.902000', '153418.905000', '153418.908000', '153418.911000', '153418.914000', '153418.917000', '153418.919000', '153418.922000', '153418.925000', '153418.928000', '153418.931000', '153418.934000', '153418.937000', '153418.940000', '153418.943000', '153418.946000', '153418.949000', '153418.952000', '153418.955000', '153438.831000', '153438.836000', '153438.840000', '153438.843000', '153438.845000', '153438.848000', '153438.851000', '153438.854000', '153438.857000', '153438.860000', '153438.863000', '153438.866000', '153438.869000', '153438.872000', '153438.875000', '153438.878000', '153438.881000', '153438.884000', '153438.887000', '153438.890000', '153438.892000', '153438.895000', '153438.898000', '153438.901000', '153438.904000', '153438.907000', '153438.910000', '153438.913000', '153438.916000', '153438.919000', '153438.922000', '153438.925000', '153438.928000', '153438.931000', '153438.934000', '153438.937000', '153438.940000', '153438.943000', '153438.946000', '153438.949000', '153438.951000', '153438.954000', '153438.957000', '153458.832000', '153458.835000', '153458.838000', '153458.841000', '153458.844000', '153458.847000', '153458.850000', '153458.853000', '153458.856000', '153458.859000', '153458.862000', '153458.865000', '153458.868000', '153458.871000', '153458.874000', '153458.877000', '153458.879000', '153458.882000', '153458.885000', '153458.888000', '153458.891000', '153458.894000', '153458.897000', '153458.900000', '153458.903000', '153458.906000', '153458.909000', '153458.912000', '153458.914000', '153458.918000', '153458.921000', '153458.923000', '153458.926000', '153458.929000', '153458.932000', '153458.935000', '153458.938000', '153458.945000', '153458.948000', '153458.951000', '153458.954000', '153458.957000', '153458.960000', '153458.963000', '153518.832000', '153518.835000', '153518.838000', '153518.841000', '153518.844000', '153518.847000', '153518.850000', '153518.853000', '153518.856000', '153518.859000', '153518.862000', '153518.866000', '153518.869000', '153518.872000', '153518.875000', '153518.878000', '153518.880000', '153518.884000', '153518.886000', '153518.889000', '153518.892000', '153518.895000', '153518.898000', '153518.901000', '153518.904000', '153518.907000', '153518.910000', '153518.913000', '153518.916000', '153518.919000', '153518.922000', '153518.925000', '153518.927000', '153518.931000', '153518.933000', '153518.949000', '153518.952000', '153518.955000', '153518.958000', '153518.961000', '153518.964000', '153518.967000', '153518.970000', '153537.764000', '153537.767000', '153537.770000', '153537.773000', '153537.776000', '153537.779000', '153537.782000', '153537.785000', '153537.789000', '153537.792000', '153537.795000', '153537.798000', '153537.801000', '153537.804000', '153537.807000', '153537.811000', '153537.814000', '153537.817000', '153537.819000', '153537.822000', '153537.825000', '153537.829000', '153537.831000', '153537.834000', '153537.838000', '153537.841000', '153537.844000', '153537.847000', '153537.850000', '153537.853000', '153537.856000', '153537.859000', '153537.862000', '153537.865000', '153537.868000', '153537.871000', '153537.874000', '153537.877000', '153537.879000', '153537.882000', '153537.885000', '153537.888000'], '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': [16365, 8810, 12805, 9560, 8145, 13933, 9683, 9681, 10882, 9142, 17142, 10334, 17934, 13917, 18325, 10127, 13495, 9197, 10110, 7680, 7790, 13409, 7843, 12244, 10132, 11606, 7899, 11872, 7907, 12349, 9222, 12322, 8999, 13105, 8163, 12440, 8231, 8375, 8270, 11301, 8856, 9231, 9670, 10093, 7921, 12173, 7649, 11578, 7647, 12145, 8830, 13126, 7718, 7881, 8559, 13276, 9395, 11473, 9613, 16768, 12968, 14563, 9279, 14820, 9012, 13831, 8301, 13356, 8132, 15154, 7911, 13139, 7905, 8288, 7849, 13785, 10369, 11037, 8589, 7892, 13543, 10598, 16308, 10697, 14716, 8732, 10188, 10849, 8319, 7884, 8240, 15729, 9465, 13372, 7832, 11401, 7880, 11377, 8665, 7887, 14486, 10090, 14213, 8385, 12650, 7860, 11446, 10767, 8472, 11487, 8457, 14350, 9853, 16480, 11713, 15287, 9900, 14929, 9376, 14071, 8983, 13241, 7904, 13577, 7812, 13453, 9989, 13005, 9001, 10814, 10602, 7789, 13165, 9113, 16971, 19543, 16090, 15891, 8620, 13088, 8059, 12341, 7864, 12308, 7887, 11813, 7886, 11838, 8501, 12356, 8696, 12943, 8064, 8408, 9553, 7900, 12244, 7941, 10255, 10271, 7863, 15772, 10852, 17610, 11517, 16559, 8132, 11590, 7915, 8626, 12003, 9321, 9341, 7987, 8125, 7846, 13172, 9101, 14315, 10440, 11401, 7860, 15372, 9439, 13024, 7826, 11816, 7823, 10896, 7820, 9625, 10252, 10076, 9508, 9227, 18017, 11247, 16897, 11224, 14526, 7838, 11904, 7804, 7952, 13090, 8713, 11982, 7772, 13012, 7814, 13364, 9812, 13761, 9811, 13187, 7761, 13011, 8807, 13902, 9707, 12507, 8545, 14838, 9793, 13453, 10075, 7757, 9867, 7834, 12580, 9100, 17040, 10085, 16709, 11809, 15967, 8633, 16127, 7691, 12283, 7632, 9409, 8308, 8975, 7648, 8932, 7645, 8662, 12534, 8863, 12693, 8738, 7578, 11969, 7616, 11547, 9423, 7730, 13742, 10932, 15686, 7789, 11166, 7829, 12898, 7770, 14613, 8256, 13250, 7789, 12332, 7793, 10876, 7686, 10792, 7720, 11624, 7737, 8358, 13330, 8510, 7639, 7614, 7739, 9907, 8085, 10827, 7713, 12220, 16546, 12660, 17578, 10902, 14440, 8206, 9300, 7735, 8920, 11622, 7958, 14648, 9053, 12965, 7756, 10854, 7698, 10555, 16364, 8543, 13687, 7720, 10446, 9124, 7644, 14410, 8685, 12964, 7728, 11161, 7934, 9368, 7546, 9263, 12442, 8147, 14270, 9988, 11702, 7732, 13156, 8218, 13425, 8010, 10067, 7695, 9238, 7703, 11299, 7758, 13202, 9392, 15460, 9089, 15284, 9740, 14100, 10939, 7759, 13776, 9716, 18301, 13394, 10734, 9235, 7732, 11593, 7816, 14474, 7709, 13258, 8542, 13278, 9710, 12213, 9064, 7773, 10964, 7672, 10542, 17299, 14244, 16451, 13093, 15149, 8422, 12634, 7724, 12006, 7834, 11931, 8165, 12124, 7775, 12824, 7856, 7747, 14917, 8516, 13404, 8221, 15785, 8220, 9946, 14438, 8074, 14406, 7639, 14628, 8782, 12801, 7605, 9250, 13813, 8426, 14375, 7775, 13146, 7576, 11383, 14463, 8459, 15589, 9557, 12259, 7642, 11121, 7648, 8622, 14304, 8695, 14210, 10007, 12677, 8211, 11943, 8236, 11780, 7645, 9174, 15943, 8950, 14321, 7889, 14339, 8887, 12372, 7645, 9605, 7796, 8220, 7554, 7701, 12837, 7951, 14001, 8994, 13081, 8379, 12389, 7701, 11507, 10054, 7746, 17887, 10152, 14721, 7882, 12919, 9082, 12434, 8164, 12075, 7696, 11616, 8239, 11478, 9481, 11678, 9492, 7730, 13288, 10226, 17129, 13153, 17002, 11500, 15906, 8717, 16067, 7682, 13075, 7659, 11906, 7600, 11853, 7583, 12001, 7723, 12525, 8869, 12816, 7877, 8292, 9403, 9576, 9615, 8187, 10944, 7873, 15249, 7862, 14162, 10407, 18542, 13844, 16580, 11507, 15232, 8399, 13100, 7680, 10169, 13227, 8160, 9772, 7607, 13980, 8182, 13834, 9876, 13644, 9277, 13080, 7667, 13217, 9800, 12612, 8415, 13982, 7625, 12035, 9650, 7917, 9775, 7660, 14312, 8637, 14247, 9756, 11636, 7608, 8880, 7981, 8114, 10296, 7619, 12269, 12024, 9982, 18386, 15274, 14566, 9463, 16607, 10363, 14190, 7705, 12950, 7698, 11888, 7740, 11999, 7680, 12727, 8187, 12504, 8478, 12418, 9534, 12812, 9263, 10472, 8917, 17872, 14252, 16349, 11350, 14584, 8349, 12072, 10453, 8199, 18197, 10751, 13470, 7549, 14248, 7822, 13347, 9175, 12597, 8500, 12374, 7983, 11715, 7594, 11310, 7537, 9385, 8633, 8532, 14854, 8735, 12029, 7825, 12837, 8558, 13635, 9138, 8732, 7772, 7566, 12799, 9273, 12724, 9612, 10708, 10321, 17838, 14270, 9985, 8735, 14881, 9105, 14348, 9971, 7549, 7762, 7499, 8206, 7661, 10538, 7531, 11128, 7557, 11699, 7613, 11863, 8547, 11350, 7543, 11598, 7928, 8819, 16025, 8809, 16789, 9733, 11734, 7615, 13212, 8522, 15105, 9322, 15032, 9722, 14756, 8195, 12445, 8744, 12230, 7649, 13287, 7555, 11906, 7583, 10963, 9321, 9308, 7521, 9455, 7610, 10861, 15628, 10956, 7612, 8382, 16428, 8583, 16174, 8641, 12941, 7631, 8814, 7608, 9685, 7522, 7648, 9216, 10481, 7569, 10412, 7587, 15423, 10221, 17047, 11164, 15856, 10549, 14033, 8773, 13792, 7652, 13180, 7651, 12083, 9262, 7622, 18337, 9860, 14076, 7556, 11448, 7582, 10673, 7864, 7694, 12463, 8305, 12811, 7630, 12934, 9303, 12728, 8108, 12226, 7611, 11690, 7691, 11536, 7659, 11693, 7727, 12260, 9203, 8062, 8947, 7708, 14124, 10028, 16030, 10779, 18283, 11074, 15993, 13877, 11497, 7540, 7640, 7635, 10846, 7590, 12259, 7575, 12702, 7563, 9437, 14958, 8622, 9801, 7796, 14152, 8423, 14761, 9439, 13011, 9529, 12854, 7695, 11678, 7631, 9725, 9266, 8305, 7655, 9837, 7601, 11071, 17032, 9795, 17046, 12747, 13936, 8242, 14053, 9450, 13420, 7719, 14792, 7630, 9719, 7556, 7515, 10695, 7666, 14809, 9741, 14071, 8642, 14034, 7932, 12153, 7901, 12462, 7643, 11707, 7682, 10440, 9028, 7625, 11849, 13882, 9478, 18519, 13927, 15468, 12494, 14425, 8621, 13522, 9023, 13669, 9777, 12689, 8371, 9453, 7969, 7993, 11358, 7649, 12731, 9030, 13112, 8261, 15518, 11420, 7637, 10667, 7678, 13335, 10488, 8456, 11704, 19703, 14376, 14445, 7843, 10927, 7533, 7542, 7549, 7611, 13069, 9175, 12048, 7580, 11012, 7616, 7701, 14985, 7923, 11847, 8477, 7641, 8461, 7589, 13391, 7649, 11884, 9134, 12413, 7825], 'WindowCenter': [4710.0, 4598.0, 4618.0, 4579.0, 4542.0, 4611.0, 4561.0, 4558.0, 4567.0, 4548.0, 4618.0, 4570.0, 4617.0, 4588.0, 4607.0, 4546.0, 4565.0, 4522.0, 4541.0, 4503.0, 4503.0, 4561.0, 4512.0, 4551.0, 4543.0, 4550.0, 4512.0, 4564.0, 4527.0, 4576.0, 4548.0, 4577.0, 4536.0, 4575.0, 4526.0, 4565.0, 4517.0, 4520.0, 4526.0, 4565.0, 4536.0, 4547.0, 4533.0, 4544.0, 4514.0, 4576.0, 4518.0, 4564.0, 4517.0, 4575.0, 4534.0, 4584.0, 4526.0, 4526.0, 4548.0, 4589.0, 4560.0, 4576.0, 4557.0, 4610.0, 4588.0, 4599.0, 4548.0, 4585.0, 4537.0, 4587.0, 4524.0, 4585.0, 4517.0, 4596.0, 4516.0, 4576.0, 4524.0, 4522.0, 4515.0, 4585.0, 4553.0, 4566.0, 4535.0, 4526.0, 4586.0, 4560.0, 4607.0, 4556.0, 4585.0, 4525.0, 4546.0, 4543.0, 4512.0, 4513.0, 4524.0, 4583.0, 4534.0, 4572.0, 4513.0, 4553.0, 4516.0, 4565.0, 4524.0, 4516.0, 4584.0, 4554.0, 4585.0, 4527.0, 4577.0, 4515.0, 4568.0, 4557.0, 4526.0, 4564.0, 4526.0, 4586.0, 4544.0, 4594.0, 4564.0, 4596.0, 4543.0, 4585.0, 4535.0, 4583.0, 4533.0, 4574.0, 4515.0, 4583.0, 4515.0, 4574.0, 4557.0, 4587.0, 4536.0, 4566.0, 4555.0, 4514.0, 4575.0, 4539.0, 4608.0, 4619.0, 4598.0, 4582.0, 4524.0, 4562.0, 4500.0, 4550.0, 4500.0, 4548.0, 4511.0, 4549.0, 4511.0, 4552.0, 4524.0, 4563.0, 4523.0, 4571.0, 4524.0, 4537.0, 4560.0, 4527.0, 4577.0, 4526.0, 4558.0, 4556.0, 4528.0, 4596.0, 4568.0, 4607.0, 4556.0, 4594.0, 4514.0, 4550.0, 4501.0, 4510.0, 4551.0, 4520.0, 4521.0, 4513.0, 4511.0, 4511.0, 4572.0, 4521.0, 4582.0, 4555.0, 4565.0, 4515.0, 4596.0, 4533.0, 4572.0, 4504.0, 4563.0, 4513.0, 4551.0, 4515.0, 4543.0, 4544.0, 4546.0, 4544.0, 4535.0, 4604.0, 4555.0, 4592.0, 4552.0, 4570.0, 4501.0, 4551.0, 4499.0, 4500.0, 4560.0, 4521.0, 4549.0, 4501.0, 4570.0, 4502.0, 4572.0, 4542.0, 4573.0, 4545.0, 4572.0, 4515.0, 4573.0, 4535.0, 4585.0, 4546.0, 4573.0, 4525.0, 4584.0, 4547.0, 4585.0, 4544.0, 4514.0, 4545.0, 4514.0, 4575.0, 4535.0, 4606.0, 4555.0, 4604.0, 4564.0, 4594.0, 4521.0, 4583.0, 4500.0, 4562.0, 4504.0, 4533.0, 4513.0, 4519.0, 4498.0, 4519.0, 4502.0, 4522.0, 4562.0, 4532.0, 4573.0, 4522.0, 4512.0, 4575.0, 4517.0, 4576.0, 4542.0, 4513.0, 4587.0, 4557.0, 4594.0, 4513.0, 4551.0, 4503.0, 4565.0, 4501.0, 4584.0, 4523.0, 4573.0, 4502.0, 4560.0, 4501.0, 4551.0, 4501.0, 4550.0, 4512.0, 4562.0, 4503.0, 4512.0, 4573.0, 4520.0, 4512.0, 4511.0, 4514.0, 4546.0, 4525.0, 4564.0, 4513.0, 4577.0, 4605.0, 4573.0, 4604.0, 4554.0, 4571.0, 4511.0, 4520.0, 4501.0, 4521.0, 4551.0, 4508.0, 4581.0, 4521.0, 4570.0, 4500.0, 4551.0, 4502.0, 4551.0, 4591.0, 4523.0, 4572.0, 4502.0, 4543.0, 4520.0, 4501.0, 4583.0, 4520.0, 4559.0, 4500.0, 4550.0, 4499.0, 4520.0, 4500.0, 4531.0, 4560.0, 4512.0, 4580.0, 4541.0, 4559.0, 4501.0, 4570.0, 4520.0, 4574.0, 4513.0, 4544.0, 4501.0, 4533.0, 4514.0, 4562.0, 4516.0, 4575.0, 4545.0, 4607.0, 4549.0, 4597.0, 4548.0, 4586.0, 4554.0, 4513.0, 4582.0, 4545.0, 4605.0, 4575.0, 4552.0, 4531.0, 4501.0, 4553.0, 4502.0, 4584.0, 4500.0, 4572.0, 4522.0, 4572.0, 4542.0, 4562.0, 4533.0, 4527.0, 4553.0, 4513.0, 4558.0, 4608.0, 4585.0, 4595.0, 4574.0, 4583.0, 4514.0, 4561.0, 4501.0, 4562.0, 4503.0, 4563.0, 4525.0, 4576.0, 4517.0, 4588.0, 4526.0, 4512.0, 4593.0, 4522.0, 4574.0, 4525.0, 4595.0, 4512.0, 4531.0, 4583.0, 4513.0, 4582.0, 4502.0, 4580.0, 4522.0, 4562.0, 4502.0, 4531.0, 4574.0, 4513.0, 4582.0, 4502.0, 4571.0, 4502.0, 4552.0, 4572.0, 4512.0, 4579.0, 4531.0, 4561.0, 4513.0, 4551.0, 4511.0, 4520.0, 4582.0, 4522.0, 4570.0, 4531.0, 4561.0, 4511.0, 4561.0, 4513.0, 4560.0, 4502.0, 4532.0, 4592.0, 4523.0, 4582.0, 4511.0, 4582.0, 4522.0, 4561.0, 4503.0, 4531.0, 4500.0, 4512.0, 4501.0, 4500.0, 4562.0, 4513.0, 4573.0, 4533.0, 4573.0, 4514.0, 4563.0, 4502.0, 4552.0, 4533.0, 4504.0, 4593.0, 4543.0, 4582.0, 4513.0, 4560.0, 4532.0, 4564.0, 4525.0, 4573.0, 4515.0, 4565.0, 4537.0, 4578.0, 4557.0, 4576.0, 4549.0, 4528.0, 4587.0, 4557.0, 4607.0, 4587.0, 4595.0, 4557.0, 4596.0, 4525.0, 4583.0, 4504.0, 4561.0, 4503.0, 4552.0, 4503.0, 4562.0, 4513.0, 4562.0, 4517.0, 4574.0, 4549.0, 4578.0, 4527.0, 4539.0, 4545.0, 4546.0, 4547.0, 4527.0, 4570.0, 4529.0, 4598.0, 4528.0, 4587.0, 4557.0, 4616.0, 4586.0, 4596.0, 4564.0, 4583.0, 4513.0, 4563.0, 4502.0, 4542.0, 4564.0, 4511.0, 4531.0, 4500.0, 4571.0, 4511.0, 4571.0, 4544.0, 4574.0, 4533.0, 4573.0, 4515.0, 4574.0, 4545.0, 4575.0, 4526.0, 4584.0, 4503.0, 4563.0, 4531.0, 4513.0, 4545.0, 4503.0, 4585.0, 4524.0, 4586.0, 4544.0, 4565.0, 4514.0, 4537.0, 4529.0, 4529.0, 4558.0, 4517.0, 4579.0, 4578.0, 4548.0, 4607.0, 4598.0, 4587.0, 4548.0, 4595.0, 4545.0, 4575.0, 4504.0, 4563.0, 4505.0, 4563.0, 4505.0, 4564.0, 4507.0, 4574.0, 4527.0, 4575.0, 4528.0, 4564.0, 4546.0, 4577.0, 4535.0, 4556.0, 4536.0, 4607.0, 4585.0, 4595.0, 4552.0, 4585.0, 4514.0, 4552.0, 4542.0, 4511.0, 4592.0, 4543.0, 4574.0, 4502.0, 4570.0, 4501.0, 4561.0, 4522.0, 4561.0, 4524.0, 4563.0, 4513.0, 4553.0, 4504.0, 4555.0, 4503.0, 4534.0, 4522.0, 4524.0, 4583.0, 4521.0, 4565.0, 4504.0, 4563.0, 4522.0, 4574.0, 4532.0, 4525.0, 4507.0, 4515.0, 4573.0, 4537.0, 4574.0, 4546.0, 4557.0, 4548.0, 4606.0, 4586.0, 4533.0, 4514.0, 4572.0, 4522.0, 4573.0, 4533.0, 4503.0, 4503.0, 4503.0, 4513.0, 4506.0, 4558.0, 4516.0, 4555.0, 4515.0, 4565.0, 4516.0, 4564.0, 4526.0, 4556.0, 4504.0, 4556.0, 4516.0, 4525.0, 4597.0, 4526.0, 4595.0, 4533.0, 4565.0, 4514.0, 4575.0, 4524.0, 4585.0, 4537.0, 4596.0, 4535.0, 4583.0, 4516.0, 4563.0, 4525.0, 4565.0, 4517.0, 4574.0, 4515.0, 4564.0, 4505.0, 4556.0, 4534.0, 4533.0, 4518.0, 4546.0, 4515.0, 4554.0, 4595.0, 4553.0, 4505.0, 4525.0, 4596.0, 4524.0, 4594.0, 4523.0, 4564.0, 4503.0, 4523.0, 4514.0, 4534.0, 4516.0, 4515.0, 4535.0, 4554.0, 4520.0, 4556.0, 4530.0, 4601.0, 4562.0, 4622.0, 4568.0, 4595.0, 4558.0, 4572.0, 4526.0, 4575.0, 4502.0, 4573.0, 4505.0, 4565.0, 4534.0, 4505.0, 4591.0, 4533.0, 4572.0, 4502.0, 4552.0, 4501.0, 4541.0, 4512.0, 4506.0, 4566.0, 4514.0, 4563.0, 4504.0, 4565.0, 4535.0, 4575.0, 4518.0, 4565.0, 4516.0, 4563.0, 4516.0, 4565.0, 4518.0, 4566.0, 4517.0, 4577.0, 4537.0, 4527.0, 4538.0, 4530.0, 4601.0, 4560.0, 4610.0, 4568.0, 4618.0, 4556.0, 4595.0, 4574.0, 4553.0, 4503.0, 4502.0, 4502.0, 4540.0, 4501.0, 4563.0, 4504.0, 4562.0, 4504.0, 4532.0, 4584.0, 4522.0, 4533.0, 4503.0, 4573.0, 4513.0, 4584.0, 4548.0, 4575.0, 4533.0, 4573.0, 4504.0, 4554.0, 4501.0, 4530.0, 4533.0, 4513.0, 4516.0, 4545.0, 4514.0, 4553.0, 4595.0, 4542.0, 4594.0, 4574.0, 4584.0, 4523.0, 4584.0, 4535.0, 4575.0, 4504.0, 4583.0, 4503.0, 4532.0, 4502.0, 4492.0, 4543.0, 4505.0, 4584.0, 4534.0, 4586.0, 4525.0, 4574.0, 4512.0, 4551.0, 4514.0, 4563.0, 4514.0, 4564.0, 4514.0, 4556.0, 4535.0, 4516.0, 4566.0, 4586.0, 4536.0, 4604.0, 4587.0, 4586.0, 4563.0, 4573.0, 4512.0, 4561.0, 4524.0, 4573.0, 4545.0, 4574.0, 4512.0, 4533.0, 4513.0, 4513.0, 4557.0, 4515.0, 4575.0, 4537.0, 4576.0, 4526.0, 4592.0, 4556.0, 4504.0, 4554.0, 4514.0, 4576.0, 4543.0, 4524.0, 4566.0, 4605.0, 4572.0, 4559.0, 4502.0, 4531.0, 4488.0, 4490.0, 4488.0, 4502.0, 4561.0, 4521.0, 4550.0, 4505.0, 4552.0, 4504.0, 4503.0, 4583.0, 4503.0, 4553.0, 4513.0, 4503.0, 4512.0, 4502.0, 4571.0, 4503.0, 4563.0, 4533.0, 4574.0, 4518.0], 'WindowWidth': [10296.0, 10114.0, 10120.0, 10065.0, 10004.0, 10095.0, 10025.0, 10016.0, 10025.0, 10000.0, 10103.0, 10034.0, 10098.0, 10053.0, 10084.0, 9989.0, 10015.0, 9952.0, 9979.0, 9929.0, 9929.0, 10003.0, 9939.0, 9990.0, 9983.0, 9992.0, 9944.0, 10016.0, 9969.0, 10034.0, 9999.0, 10036.0, 9982.0, 10034.0, 9966.0, 10017.0, 9952.0, 9957.0, 9964.0, 10017.0, 9979.0, 9996.0, 9972.0, 9986.0, 9946.0, 10037.0, 9959.0, 10013.0, 9955.0, 10030.0, 9975.0, 10043.0, 9967.0, 9969.0, 10001.0, 10056.0, 10019.0, 10037.0, 10013.0, 10092.0, 10053.0, 10073.0, 10000.0, 10047.0, 9982.0, 10050.0, 9962.0, 10048.0, 9955.0, 10060.0, 9952.0, 10033.0, 9964.0, 9957.0, 9948.0, 10047.0, 9999.0, 10020.0, 9977.0, 9967.0, 10050.0, 10015.0, 10081.0, 10007.0, 10048.0, 9965.0, 9990.0, 9981.0, 9939.0, 9943.0, 9960.0, 10040.0, 9970.0, 10024.0, 9944.0, 9995.0, 9951.0, 10014.0, 9959.0, 9952.0, 10044.0, 10000.0, 10045.0, 9966.0, 10035.0, 9949.0, 10021.0, 10007.0, 9962.0, 10012.0, 9963.0, 10048.0, 9987.0, 10057.0, 10015.0, 10059.0, 9984.0, 10046.0, 9977.0, 10041.0, 9971.0, 10027.0, 9950.0, 10041.0, 9950.0, 10030.0, 10011.0, 10052.0, 9981.0, 10020.0, 10006.0, 9949.0, 10034.0, 9986.0, 10088.0, 10106.0, 10065.0, 10040.0, 9958.0, 10006.0, 9921.0, 9989.0, 9921.0, 9982.0, 9938.0, 9986.0, 9939.0, 9993.0, 9960.0, 10012.0, 9960.0, 10020.0, 9964.0, 9987.0, 10022.0, 9972.0, 10036.0, 9966.0, 10013.0, 10009.0, 9971.0, 10064.0, 10025.0, 10088.0, 10005.0, 10056.0, 9944.0, 9987.0, 9923.0, 9936.0, 9989.0, 9949.0, 9950.0, 9943.0, 9940.0, 9940.0, 10020.0, 9953.0, 10039.0, 10002.0, 10016.0, 9951.0, 10062.0, 9971.0, 10023.0, 9932.0, 10010.0, 9946.0, 9996.0, 9949.0, 9986.0, 9988.0, 9992.0, 9988.0, 9975.0, 10074.0, 10000.0, 10055.0, 9993.0, 10018.0, 9925.0, 9991.0, 9921.0, 9921.0, 10003.0, 9951.0, 9986.0, 9924.0, 10017.0, 9928.0, 10022.0, 9983.0, 10025.0, 9989.0, 10024.0, 9951.0, 10027.0, 9980.0, 10046.0, 9995.0, 10027.0, 9964.0, 10043.0, 9994.0, 10044.0, 9991.0, 9950.0, 9989.0, 9950.0, 10031.0, 9980.0, 10077.0, 10005.0, 10074.0, 10015.0, 10058.0, 9954.0, 10037.0, 9923.0, 10006.0, 9931.0, 9973.0, 9942.0, 9946.0, 9918.0, 9947.0, 9928.0, 9953.0, 10010.0, 9968.0, 10026.0, 9954.0, 9943.0, 10033.0, 9957.0, 10035.0, 9986.0, 9947.0, 10054.0, 10009.0, 10056.0, 9945.0, 9991.0, 9932.0, 10015.0, 9927.0, 10043.0, 9958.0, 10025.0, 9928.0, 10004.0, 9924.0, 9992.0, 9927.0, 9991.0, 9942.0, 10009.0, 9930.0, 9943.0, 10026.0, 9951.0, 9944.0, 9941.0, 9949.0, 9994.0, 9966.0, 10017.0, 9949.0, 10036.0, 10075.0, 10027.0, 10074.0, 9999.0, 10022.0, 9936.0, 9948.0, 9924.0, 9951.0, 9991.0, 9932.0, 10034.0, 9953.0, 10020.0, 9924.0, 9992.0, 9930.0, 9994.0, 10052.0, 9956.0, 10024.0, 9926.0, 9981.0, 9949.0, 9926.0, 10038.0, 9949.0, 10002.0, 9923.0, 9990.0, 9920.0, 9948.0, 9925.0, 9966.0, 10006.0, 9940.0, 10034.0, 9979.0, 10001.0, 9927.0, 10019.0, 9952.0, 10030.0, 9946.0, 9988.0, 9926.0, 9972.0, 9951.0, 10011.0, 9953.0, 10032.0, 9993.0, 10081.0, 10001.0, 10065.0, 10001.0, 10047.0, 10002.0, 9946.0, 10038.0, 9990.0, 10076.0, 10029.0, 9997.0, 9966.0, 9926.0, 9997.0, 9929.0, 10042.0, 9925.0, 10021.0, 9955.0, 10022.0, 9984.0, 10010.0, 9972.0, 9974.0, 9999.0, 9946.0, 10014.0, 10082.0, 10043.0, 10062.0, 10030.0, 10038.0, 9944.0, 10004.0, 9925.0, 10006.0, 9929.0, 10010.0, 9963.0, 10033.0, 9958.0, 10054.0, 9965.0, 9943.0, 10053.0, 9955.0, 10028.0, 9961.0, 10059.0, 9940.0, 9966.0, 10038.0, 9943.0, 10035.0, 9927.0, 10034.0, 9955.0, 10009.0, 9928.0, 9966.0, 10027.0, 9942.0, 10037.0, 9929.0, 10020.0, 9926.0, 9993.0, 10021.0, 9941.0, 10030.0, 9965.0, 10006.0, 9943.0, 9993.0, 9940.0, 9951.0, 10037.0, 9955.0, 10019.0, 9966.0, 10007.0, 9940.0, 10006.0, 9943.0, 10004.0, 9928.0, 9967.0, 10050.0, 9956.0, 10037.0, 9939.0, 10037.0, 9953.0, 10007.0, 9928.0, 9964.0, 9922.0, 9940.0, 9926.0, 9923.0, 10008.0, 9943.0, 10026.0, 9971.0, 10026.0, 9946.0, 10011.0, 9929.0, 9994.0, 9970.0, 9931.0, 10055.0, 9981.0, 10036.0, 9944.0, 10005.0, 9970.0, 10012.0, 9962.0, 10026.0, 9952.0, 10020.0, 9984.0, 10042.0, 10013.0, 10037.0, 10000.0, 9973.0, 10053.0, 10010.0, 10082.0, 10049.0, 10061.0, 10006.0, 10062.0, 9961.0, 10039.0, 9931.0, 10005.0, 9930.0, 9994.0, 9930.0, 10008.0, 9945.0, 10010.0, 9955.0, 10029.0, 10001.0, 10037.0, 9972.0, 9989.0, 9992.0, 9994.0, 9997.0, 9967.0, 10031.0, 9974.0, 10068.0, 9974.0, 10051.0, 10010.0, 10097.0, 10047.0, 10064.0, 10014.0, 10039.0, 9943.0, 10010.0, 9926.0, 9979.0, 10011.0, 9937.0, 9965.0, 9922.0, 10019.0, 9937.0, 10019.0, 9986.0, 10027.0, 9971.0, 10024.0, 9949.0, 10028.0, 9990.0, 10030.0, 9967.0, 10044.0, 9930.0, 10011.0, 9967.0, 9944.0, 9987.0, 9930.0, 10045.0, 9962.0, 10047.0, 9987.0, 10013.0, 9947.0, 9982.0, 9977.0, 9973.0, 10012.0, 9958.0, 10042.0, 10037.0, 9996.0, 10082.0, 10062.0, 10050.0, 9994.0, 10060.0, 9987.0, 10030.0, 9933.0, 10010.0, 9934.0, 10009.0, 9934.0, 10013.0, 9941.0, 10027.0, 9967.0, 10033.0, 9970.0, 10015.0, 9994.0, 10035.0, 9976.0, 10004.0, 9977.0, 10081.0, 10043.0, 10058.0, 9995.0, 10043.0, 9944.0, 9993.0, 9978.0, 9937.0, 10051.0, 9979.0, 10023.0, 9926.0, 10015.0, 9924.0, 10005.0, 9953.0, 10005.0, 9959.0, 10010.0, 9943.0, 9996.0, 9929.0, 10000.0, 9928.0, 9970.0, 9952.0, 9956.0, 10039.0, 9952.0, 10011.0, 9929.0, 10010.0, 9954.0, 10026.0, 9967.0, 9961.0, 9938.0, 9951.0, 10026.0, 9979.0, 10027.0, 9990.0, 10007.0, 9997.0, 10077.0, 10044.0, 9969.0, 9941.0, 10020.0, 9950.0, 10023.0, 9968.0, 9927.0, 9927.0, 9928.0, 9943.0, 9936.0, 10010.0, 9950.0, 10002.0, 9950.0, 10014.0, 9951.0, 10015.0, 9963.0, 10004.0, 9933.0, 10003.0, 9950.0, 9960.0, 10061.0, 9962.0, 10058.0, 9969.0, 10015.0, 9946.0, 10027.0, 9960.0, 10045.0, 9981.0, 10059.0, 9975.0, 10038.0, 9949.0, 10012.0, 9962.0, 10017.0, 9954.0, 10027.0, 9949.0, 10011.0, 9935.0, 10004.0, 9974.0, 9972.0, 9953.0, 9990.0, 9949.0, 10001.0, 10058.0, 9996.0, 9934.0, 9961.0, 10061.0, 9958.0, 10056.0, 9956.0, 10015.0, 9928.0, 9954.0, 9949.0, 9973.0, 9952.0, 9948.0, 9976.0, 10002.0, 9963.0, 10006.0, 9978.0, 10075.0, 10021.0, 10107.0, 10026.0, 10059.0, 10007.0, 10025.0, 9963.0, 10030.0, 9927.0, 10024.0, 9934.0, 10014.0, 9970.0, 9932.0, 10049.0, 9965.0, 10019.0, 9924.0, 9991.0, 9923.0, 9978.0, 9939.0, 9935.0, 10015.0, 9944.0, 10009.0, 9931.0, 10016.0, 9975.0, 10028.0, 9954.0, 10016.0, 9953.0, 10011.0, 9951.0, 10014.0, 9954.0, 10022.0, 9957.0, 10034.0, 9981.0, 9968.0, 9985.0, 9980.0, 10073.0, 10018.0, 10087.0, 10026.0, 10101.0, 10005.0, 10058.0, 10024.0, 9993.0, 9926.0, 9925.0, 9926.0, 9976.0, 9925.0, 10009.0, 9933.0, 10008.0, 9931.0, 9968.0, 10041.0, 9953.0, 9967.0, 9928.0, 10024.0, 9942.0, 10043.0, 10000.0, 10033.0, 9972.0, 10026.0, 9932.0, 9997.0, 9925.0, 9964.0, 9970.0, 9944.0, 9950.0, 9987.0, 9948.0, 9998.0, 10060.0, 9982.0, 10056.0, 10026.0, 10041.0, 9958.0, 10040.0, 9974.0, 10031.0, 9930.0, 10035.0, 9928.0, 9964.0, 9926.0, 9914.0, 9982.0, 9934.0, 10041.0, 9971.0, 10049.0, 9963.0, 10028.0, 9940.0, 9991.0, 9946.0, 10011.0, 9948.0, 10015.0, 9946.0, 10004.0, 9977.0, 9953.0, 10020.0, 10047.0, 9977.0, 10074.0, 10046.0, 10048.0, 10011.0, 10023.0, 9939.0, 10004.0, 9956.0, 10022.0, 9988.0, 10024.0, 9940.0, 9969.0, 9943.0, 9944.0, 10005.0, 9949.0, 10030.0, 9981.0, 10032.0, 9965.0, 10052.0, 10003.0, 9931.0, 10000.0, 9948.0, 10033.0, 9985.0, 9959.0, 10017.0, 10080.0, 10019.0, 10001.0, 9920.0, 9961.0, 9900.0, 9903.0, 9902.0, 9926.0, 10005.0, 9950.0, 9989.0, 9932.0, 9993.0, 9931.0, 9930.0, 10038.0, 9928.0, 9995.0, 9939.0, 9926.0, 9938.0, 9924.0, 10019.0, 9929.0, 10011.0, 9971.0, 10027.0, 9956.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.002979677790563866</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01852086777905639</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.76929552101378</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2793497208410132</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0290259338018433</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4937</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6101.0068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09730673269812203</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.444188722669735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4961999960419567</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4621170322076464</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.575049665878759</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4514332900394638</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00621063</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.009106279350817204</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034895457327365875</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.102554912617722</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0409</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.4365</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294582.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>990.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.7783</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>623.397</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3726.6898</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3879.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81962.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1542.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4903.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.5026</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.75555668119341</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> |