=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0058_ses-03_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-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-03_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-03_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-0058/ses-03/func/sub-0058_ses-03_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>f8eb2dadd4a95ea086198a573db9f8ee</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>11:23:31.450000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</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.111362</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4129, -7693, -7255, 563, -74, 63, -40, 93]</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>258.552</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a7bebfd2-ecb3-47a3-8259-29539975a749||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [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': ['112331.450000', '112331.910000', '112332.370000', '112332.830000', '112333.290000', '112333.750000', '112334.210000', '112334.670000', '112335.130000', '112335.590000', '112336.050000', '112336.510000', '112336.970000', '112337.430000', '112337.890000', '112338.350000', '112338.810000', '112339.270000', '112339.730000', '112340.190000', '112340.650000', '112341.110000', '112341.570000', '112342.030000', '112342.490000', '112342.950000', '112343.410000', '112343.870000', '112344.330000', '112344.790000', '112345.250000', '112345.710000', '112346.170000', '112346.630000', '112347.090000', '112347.550000', '112348.010000', '112348.470000', '112348.930000', '112349.390000', '112349.850000', '112350.310000', '112350.770000', '112351.230000', '112351.690000', '112352.150000', '112352.610000', '112353.070000', '112353.530000', '112353.990000', '112354.450000', '112354.910000', '112355.370000', '112355.830000', '112356.290000', '112356.750000', '112357.210000', '112357.670000', '112358.130000', '112358.590000', '112359.050000', '112359.510000', '112359.970000', '112400.430000', '112400.890000', '112401.350000', '112401.810000', '112402.270000', '112402.730000', '112403.190000', '112403.650000', '112404.110000', '112404.570000', '112405.030000', '112405.490000', '112405.950000', '112406.410000', '112406.870000', '112407.330000', '112407.790000', '112408.250000', '112408.710000', '112409.170000', '112409.630000', '112410.090000', '112410.550000', '112411.010000', '112411.470000', '112411.930000', '112412.390000', '112412.850000', '112413.310000', '112413.770000', '112414.230000', '112414.690000', '112415.150000', '112415.610000', '112416.070000', '112416.530000', '112416.990000', '112417.450000', '112417.910000', '112418.370000', '112418.830000', '112419.290000', '112419.750000', '112420.210000', '112420.670000', '112421.130000', '112421.590000', '112422.050000', '112422.510000', '112422.970000', '112423.430000', '112423.890000', '112424.350000', '112424.810000', '112425.270000', '112425.730000', '112426.190000', '112426.650000', '112427.110000', '112427.570000', '112428.030000', '112428.490000', '112428.950000', '112429.410000', '112429.870000', '112430.330000', '112430.790000', '112431.250000', '112431.710000', '112432.170000', '112432.630000', '112433.090000', '112433.550000', '112434.010000', '112434.470000', '112434.930000', '112435.390000', '112435.850000', '112436.310000', '112436.770000', '112437.230000', '112437.690000', '112438.150000', '112438.610000', '112439.070000', '112439.530000', '112439.990000', '112440.450000', '112440.910000', '112441.370000', '112441.830000', '112442.290000', '112442.750000', '112443.210000', '112443.670000', '112444.130000', '112444.590000', '112445.050000', '112445.510000', '112445.970000', '112446.430000', '112446.890000', '112447.350000', '112447.810000', '112448.270000', '112448.730000', '112449.190000', '112449.650000', '112450.110000', '112450.570000', '112451.030000', '112451.490000', '112451.950000', '112452.410000', '112452.870000', '112453.330000', '112453.790000', '112454.250000', '112454.710000', '112455.170000', '112455.630000', '112456.090000', '112456.550000', '112457.010000', '112457.470000', '112457.930000', '112458.390000', '112458.850000', '112459.310000', '112459.770000', '112500.230000', '112500.690000', '112501.150000', '112501.610000', '112502.070000', '112502.530000', '112502.990000', '112503.450000', '112503.910000', '112504.370000', '112504.830000', '112505.290000', '112505.750000', '112506.210000', '112506.670000', '112507.130000', '112507.590000', '112508.050000', '112508.510000', '112508.970000', '112509.430000', '112509.890000', '112510.350000', '112510.810000', '112511.270000', '112511.730000', '112512.190000', '112512.650000', '112513.110000', '112513.570000', '112514.030000', '112514.490000', '112514.950000', '112515.410000', '112515.870000', '112516.330000', '112516.790000', '112517.250000', '112517.710000', '112518.170000', '112518.630000', '112519.090000', '112519.550000', '112520.010000', '112520.470000', '112520.930000', '112521.390000', '112521.850000', '112522.310000', '112522.770000', '112523.230000', '112523.690000', '112524.150000', '112524.610000', '112525.070000', '112525.530000', '112525.990000', '112526.450000', '112526.910000', '112527.370000', '112527.830000', '112528.290000', '112528.750000', '112529.210000', '112529.670000', '112530.130000', '112530.590000', '112531.050000', '112531.510000', '112531.970000', '112532.430000', '112532.890000', '112533.350000', '112533.810000', '112534.270000', '112534.730000', '112535.190000', '112535.650000', '112536.110000', '112536.570000', '112537.030000', '112537.490000', '112537.950000', '112538.410000', '112538.870000', '112539.330000', '112539.790000', '112540.250000', '112540.710000', '112541.170000', '112541.630000', '112542.090000', '112542.550000', '112543.010000', '112543.470000', '112543.930000', '112544.390000', '112544.850000', '112545.310000', '112545.770000', '112546.230000', '112546.690000', '112547.150000', '112547.610000', '112548.070000', '112548.530000', '112548.990000', '112549.450000', '112549.910000', '112550.370000', '112550.830000', '112551.290000', '112551.750000', '112552.210000', '112552.670000', '112553.130000', '112553.590000', '112554.050000', '112554.510000', '112554.970000', '112555.430000', '112555.890000', '112556.350000', '112556.810000', '112557.270000', '112557.730000', '112558.190000', '112558.650000', '112559.110000', '112559.570000', '112600.030000', '112600.490000', '112600.950000', '112601.410000', '112601.870000', '112602.330000', '112602.790000', '112603.250000', '112603.710000', '112604.170000', '112604.630000', '112605.090000', '112605.550000', '112606.010000', '112606.470000', '112606.930000', '112607.390000', '112607.850000', '112608.310000', '112608.770000', '112609.230000', '112609.690000', '112610.150000', '112610.610000', '112611.070000', '112611.530000', '112611.990000', '112612.450000', '112612.910000', '112613.370000', '112613.830000', '112614.290000', '112614.750000', '112615.210000', '112615.670000', '112616.130000', '112616.590000', '112617.050000', '112617.510000', '112617.970000', '112618.430000', '112618.890000', '112619.350000', '112619.810000', '112620.270000', '112620.730000', '112621.190000', '112621.650000', '112622.110000', '112622.570000', '112623.030000', '112623.490000', '112623.950000', '112624.410000', '112624.870000', '112625.330000', '112625.790000', '112626.250000', '112626.710000', '112627.170000', '112627.630000', '112628.090000', '112628.550000', '112629.010000', '112629.470000', '112629.930000', '112630.390000', '112630.850000', '112631.310000', '112631.770000', '112632.230000', '112632.690000', '112633.150000', '112633.610000', '112634.070000', '112634.530000', '112634.990000', '112635.450000', '112635.910000', '112636.370000', '112636.830000', '112637.290000', '112637.750000', '112638.210000', '112638.670000', '112639.130000', '112639.590000', '112640.050000', '112640.510000', '112640.970000', '112641.430000', '112641.890000', '112642.350000', '112642.810000', '112643.270000', '112643.730000', '112644.190000', '112644.650000', '112645.110000', '112645.570000', '112646.030000', '112646.490000', '112646.950000', '112647.410000', '112647.870000', '112648.330000', '112648.790000', '112649.250000', '112649.710000', '112650.170000', '112650.630000', '112651.090000', '112651.550000', '112652.010000', '112652.470000', '112652.930000', '112653.390000', '112653.850000', '112654.310000', '112654.770000', '112655.230000', '112655.690000', '112656.150000', '112656.610000', '112657.070000', '112657.530000', '112657.990000', '112658.450000', '112658.910000', '112659.370000', '112659.830000', '112700.290000', '112700.750000', '112701.210000', '112701.670000', '112702.130000', '112702.590000', '112703.050000', '112703.510000', '112703.970000', '112704.430000', '112704.890000', '112705.350000', '112705.810000', '112706.270000', '112706.730000', '112707.190000', '112707.650000', '112708.110000', '112708.570000', '112709.030000', '112709.490000', '112709.950000', '112710.410000', '112710.870000', '112711.330000', '112711.790000', '112712.250000', '112712.710000', '112713.170000', '112713.630000', '112714.090000', '112714.550000', '112715.010000', '112715.470000', '112715.930000', '112716.390000', '112716.850000', '112717.310000', '112717.770000', '112718.230000', '112718.690000', '112719.150000', '112719.610000', '112720.070000', '112720.530000', '112720.990000', '112721.450000', '112721.910000', '112722.370000', '112722.830000', '112723.290000', '112723.750000', '112724.210000', '112724.670000', '112725.130000', '112725.590000', '112726.050000', '112726.510000', '112726.970000', '112727.430000', '112727.890000', '112728.350000', '112728.810000', '112729.270000', '112729.730000', '112730.190000', '112730.650000', '112731.110000', '112731.570000', '112732.030000', '112732.490000', '112732.950000', '112733.410000', '112733.870000', '112734.330000', '112734.790000', '112735.250000', '112735.710000', '112736.170000', '112736.630000', '112737.090000', '112737.550000', '112738.010000', '112738.470000', '112738.930000', '112739.390000', '112739.850000', '112740.310000', '112740.770000', '112741.230000', '112741.690000', '112742.150000', '112742.610000', '112743.070000', '112743.530000', '112743.990000', '112744.450000', '112744.910000', '112745.370000', '112745.830000', '112746.290000', '112746.750000', '112747.210000', '112747.670000', '112748.130000', '112748.590000', '112749.050000', '112749.510000', '112749.970000', '112750.430000', '112750.890000', '112751.350000', '112751.810000', '112752.270000', '112752.730000', '112753.190000', '112753.650000', '112754.110000', '112754.570000', '112755.030000', '112755.490000', '112755.950000', '112756.410000', '112756.870000', '112757.330000', '112757.790000', '112758.250000', '112758.710000', '112759.170000', '112759.630000', '112800.090000', '112800.550000', '112801.010000', '112801.470000', '112801.930000', '112802.390000', '112802.850000', '112803.310000', '112803.770000', '112804.230000', '112804.690000', '112805.150000', '112805.610000', '112806.070000', '112806.530000', '112806.990000', '112807.450000', '112807.910000', '112808.370000', '112808.830000', '112809.290000', '112809.750000', '112810.210000', '112810.670000', '112811.130000', '112811.590000', '112812.050000', '112812.510000', '112812.970000', '112813.430000', '112813.890000', '112814.350000', '112814.810000', '112815.270000', '112815.730000', '112816.190000', '112816.650000', '112817.110000', '112817.570000', '112818.030000', '112818.490000', '112818.950000', '112819.410000', '112819.870000', '112820.330000', '112820.790000', '112821.250000', '112821.710000', '112822.170000', '112822.630000', '112823.090000', '112823.550000', '112824.010000', '112824.470000', '112824.930000', '112825.390000', '112825.850000', '112826.310000', '112826.770000', '112827.230000', '112827.690000', '112828.150000', '112828.610000', '112829.070000', '112829.530000', '112829.990000', '112830.450000', '112830.910000', '112831.370000', '112831.830000', '112832.290000', '112832.750000', '112833.210000', '112833.670000', '112834.130000', '112834.590000', '112835.050000', '112835.510000', '112835.970000', '112836.430000', '112836.890000', '112837.350000', '112837.810000', '112838.270000', '112838.730000', '112839.190000', '112839.650000', '112840.110000', '112840.570000', '112841.030000', '112841.490000', '112841.950000', '112842.410000', '112842.870000', '112843.330000', '112843.790000', '112844.250000', '112844.710000', '112845.170000', '112845.630000', '112846.090000', '112846.550000', '112847.010000', '112847.470000', '112847.930000', '112848.390000', '112848.850000', '112849.310000', '112849.770000', '112850.230000', '112850.690000', '112851.150000', '112851.610000', '112852.070000', '112852.530000', '112852.990000', '112853.450000', '112853.910000', '112854.370000', '112854.830000', '112855.290000', '112855.750000', '112856.210000', '112856.670000', '112857.130000', '112857.590000', '112858.050000', '112858.510000', '112858.970000', '112859.430000', '112859.890000', '112900.350000', '112900.810000', '112901.270000', '112901.730000', '112902.190000', '112902.650000', '112903.110000', '112903.570000', '112904.030000', '112904.490000', '112904.950000', '112905.410000', '112905.870000', '112906.330000', '112906.790000', '112907.250000', '112907.710000', '112908.170000', '112908.630000', '112909.090000', '112909.550000', '112910.010000', '112910.470000', '112910.930000', '112911.390000', '112911.850000', '112912.310000', '112912.770000', '112913.230000', '112913.690000', '112914.150000', '112914.610000', '112915.070000', '112915.530000', '112915.990000', '112916.450000', '112916.910000', '112917.370000', '112917.830000', '112918.290000', '112918.750000', '112919.210000', '112919.670000', '112920.130000', '112920.590000', '112921.050000', '112921.510000', '112921.970000', '112922.430000', '112922.890000', '112923.350000', '112923.810000', '112924.270000', '112924.730000', '112925.190000', '112925.650000', '112926.110000', '112926.570000', '112927.030000', '112927.490000', '112927.950000', '112928.410000', '112928.870000', '112929.330000', '112929.790000', '112930.250000', '112930.710000', '112931.170000', '112931.630000', '112932.090000', '112932.550000', '112933.010000', '112933.470000', '112933.930000', '112934.390000', '112934.850000', '112935.310000', '112935.770000', '112936.230000', '112936.690000', '112937.150000', '112937.610000', '112938.070000', '112938.530000', '112938.990000', '112939.450000', '112939.910000', '112940.370000', '112940.830000', '112941.290000', '112941.750000', '112942.210000', '112942.670000', '112943.130000', '112943.590000', '112944.050000', '112944.510000', '112944.970000', '112945.430000', '112945.890000', '112946.350000', '112946.810000', '112947.270000', '112947.730000', '112948.190000', '112948.650000', '112949.110000', '112949.570000', '112950.030000', '112950.490000', '112950.950000', '112951.410000', '112951.870000', '112952.330000', '112952.790000', '112953.250000', '112953.710000', '112954.170000', '112954.630000', '112955.090000', '112955.550000', '112956.010000', '112956.470000', '112956.930000', '112957.390000', '112957.850000', '112958.310000', '112958.770000', '112959.230000', '112959.690000', '113000.150000', '113000.610000', '113001.070000', '113001.530000', '113001.990000', '113002.450000', '113002.910000', '113003.370000', '113003.830000', '113004.290000', '113004.750000', '113005.210000', '113005.670000', '113006.130000', '113006.590000', '113007.050000', '113007.510000', '113007.970000', '113008.430000', '113008.890000', '113009.350000', '113009.810000', '113010.270000', '113010.730000', '113011.190000', '113011.650000', '113012.110000'], 'ContentTime': ['112357.982000', '112357.986000', '112357.988000', '112357.991000', '112357.994000', '112357.996000', '112357.999000', '112358.001000', '112358.004000', '112358.007000', '112358.009000', '112358.012000', '112358.014000', '112358.017000', '112358.020000', '112358.022000', '112358.025000', '112358.027000', '112358.030000', '112358.032000', '112358.035000', '112358.038000', '112358.040000', '112358.043000', '112358.045000', '112358.048000', '112358.055000', '112358.057000', '112358.060000', '112358.062000', '112358.065000', '112358.067000', '112358.070000', '112358.073000', '112358.075000', '112358.078000', '112358.080000', '112358.083000', '112358.085000', '112358.088000', '112358.090000', '112358.102000', '112358.105000', '112358.108000', '112358.110000', '112358.113000', '112358.115000', '112358.118000', '112358.120000', '112358.123000', '112358.126000', '112358.128000', '112358.131000', '112358.133000', '112358.136000', '112358.139000', '112417.955000', '112417.957000', '112417.960000', '112417.963000', '112417.965000', '112417.968000', '112417.970000', '112417.973000', '112417.975000', '112417.978000', '112417.981000', '112417.983000', '112417.986000', '112417.988000', '112417.991000', '112417.994000', '112417.996000', '112417.999000', '112418.001000', '112418.004000', '112418.006000', '112418.010000', '112418.013000', '112418.015000', '112418.018000', '112418.020000', '112418.023000', '112418.025000', '112418.028000', '112418.031000', '112418.033000', '112418.043000', '112418.046000', '112418.049000', '112418.051000', '112418.054000', '112418.056000', '112418.059000', '112418.062000', '112418.064000', '112418.067000', '112418.069000', '112418.072000', '112437.954000', '112437.957000', '112437.960000', '112437.962000', '112437.973000', '112437.976000', '112437.978000', '112437.981000', '112437.983000', '112437.986000', '112437.989000', '112437.991000', '112437.994000', '112437.996000', '112438.000000', '112438.003000', '112438.005000', '112438.008000', '112438.010000', '112438.013000', '112438.015000', '112438.018000', '112438.020000', '112438.023000', '112438.025000', '112438.028000', '112438.030000', '112438.033000', '112438.036000', '112438.038000', '112438.041000', '112438.043000', '112438.046000', '112438.048000', '112438.051000', '112438.053000', '112438.056000', '112438.059000', '112438.061000', '112438.064000', '112438.066000', '112438.069000', '112438.071000', '112438.074000', '112457.956000', '112457.958000', '112457.961000', '112457.964000', '112457.966000', '112457.969000', '112457.971000', '112457.974000', '112457.976000', '112457.979000', '112457.982000', '112457.984000', '112457.987000', '112457.989000', '112457.992000', '112457.994000', '112457.997000', '112458.000000', '112458.002000', '112458.005000', '112458.007000', '112458.010000', '112458.013000', '112458.015000', '112458.018000', '112458.020000', '112458.023000', '112458.026000', '112458.033000', '112458.036000', '112458.038000', '112458.041000', '112458.043000', '112458.046000', '112458.048000', '112458.051000', '112458.053000', '112458.056000', '112458.059000', '112458.061000', '112458.064000', '112458.066000', '112458.069000', '112517.955000', '112517.958000', '112517.961000', '112517.963000', '112517.966000', '112517.968000', '112517.971000', '112517.973000', '112517.976000', '112517.979000', '112517.981000', '112517.984000', '112517.986000', '112517.989000', '112517.991000', '112517.994000', '112517.997000', '112518.000000', '112518.003000', '112518.005000', '112518.008000', '112518.011000', '112518.013000', '112518.016000', '112518.018000', '112518.021000', '112518.024000', '112518.026000', '112518.029000', '112518.031000', '112518.034000', '112518.036000', '112518.039000', '112518.041000', '112518.044000', '112518.046000', '112518.049000', '112518.052000', '112518.054000', '112518.057000', '112518.059000', '112518.062000', '112518.064000', '112518.067000', '112537.955000', '112537.958000', '112537.961000', '112537.963000', '112537.966000', '112537.968000', '112537.971000', '112537.974000', '112537.976000', '112537.979000', '112537.981000', '112537.984000', '112537.987000', '112537.989000', '112537.992000', '112537.995000', '112537.997000', '112538.000000', '112538.002000', '112538.005000', '112538.007000', '112538.010000', '112538.013000', '112538.015000', '112538.026000', '112538.028000', '112538.031000', '112538.033000', '112538.036000', '112538.039000', '112538.041000', '112538.044000', '112538.046000', '112538.050000', '112538.053000', '112538.055000', '112538.058000', '112538.060000', '112538.063000', '112538.066000', '112538.068000', '112538.071000', '112538.073000', '112557.954000', '112557.957000', '112557.960000', '112557.962000', '112557.965000', '112557.967000', '112557.970000', '112557.973000', '112557.975000', '112557.978000', '112557.980000', '112557.983000', '112557.985000', '112557.988000', '112557.991000', '112557.993000', '112557.996000', '112557.998000', '112558.002000', '112558.005000', '112558.007000', '112558.010000', '112558.012000', '112558.015000', '112558.017000', '112558.020000', '112558.023000', '112558.025000', '112558.028000', '112558.030000', '112558.033000', '112558.035000', '112558.038000', '112558.041000', '112558.043000', '112558.046000', '112558.048000', '112558.051000', '112558.053000', '112558.056000', '112558.059000', '112558.061000', '112558.064000', '112558.066000', '112617.954000', '112618.052000', '112618.055000', '112618.057000', '112618.060000', '112618.062000', '112618.065000', '112618.068000', '112618.070000', '112618.073000', '112618.075000', '112618.078000', '112618.087000', '112618.089000', '112618.092000', '112618.095000', '112618.097000', '112618.100000', '112618.102000', '112618.105000', '112618.107000', '112618.110000', '112618.113000', '112618.116000', '112618.118000', '112618.121000', '112618.123000', '112618.126000', '112618.129000', '112618.131000', '112618.134000', '112618.136000', '112618.139000', '112618.141000', '112618.144000', '112618.147000', '112618.149000', '112618.152000', '112618.154000', '112618.157000', '112618.159000', '112618.162000', '112618.165000', '112637.955000', '112637.957000', '112637.960000', '112637.963000', '112637.965000', '112637.968000', '112637.970000', '112637.973000', '112637.976000', '112637.978000', '112637.981000', '112637.983000', '112637.986000', '112637.988000', '112637.991000', '112637.994000', '112637.996000', '112638.000000', '112638.002000', '112638.005000', '112638.008000', '112638.010000', '112638.013000', '112638.015000', '112638.018000', '112638.021000', '112638.023000', '112638.026000', '112638.028000', '112638.031000', '112638.033000', '112638.036000', '112638.039000', '112638.041000', '112638.044000', '112638.046000', '112638.049000', '112638.052000', '112638.054000', '112638.057000', '112638.059000', '112638.062000', '112638.065000', '112638.067000', '112657.954000', '112657.957000', '112657.960000', '112657.962000', '112657.965000', '112657.968000', '112657.970000', '112657.973000', '112657.975000', '112657.978000', '112657.980000', '112657.983000', '112657.986000', '112657.988000', '112657.991000', '112657.993000', '112657.996000', '112657.998000', '112658.001000', '112658.004000', '112658.006000', '112658.009000', '112658.011000', '112658.014000', '112658.016000', '112658.019000', '112658.022000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.034000', '112658.037000', '112658.040000', '112658.042000', '112658.045000', '112658.047000', '112658.050000', '112658.053000', '112658.055000', '112658.058000', '112658.060000', '112658.063000', '112717.956000', '112717.958000', '112717.961000', '112717.964000', '112717.966000', '112717.969000', '112717.971000', '112717.974000', '112717.977000', '112717.979000', '112717.982000', '112717.984000', '112717.987000', '112717.989000', '112717.992000', '112717.995000', '112717.997000', '112718.000000', '112718.002000', '112718.005000', '112718.018000', '112718.020000', '112718.023000', '112718.025000', '112718.028000', '112718.030000', '112718.033000', '112718.036000', '112718.038000', '112718.041000', '112718.043000', '112718.046000', '112718.048000', '112718.051000', '112718.054000', '112718.056000', '112718.059000', '112718.061000', '112718.064000', '112718.067000', '112718.069000', '112718.072000', '112718.074000', '112718.077000', '112737.956000', '112737.958000', '112737.961000', '112737.964000', '112737.966000', '112737.969000', '112737.971000', '112737.974000', '112737.977000', '112737.979000', '112737.982000', '112737.984000', '112737.987000', '112737.989000', '112737.992000', '112737.995000', '112737.997000', '112738.000000', '112738.002000', '112738.005000', '112738.008000', '112738.010000', '112738.013000', '112738.015000', '112738.018000', '112738.020000', '112738.023000', '112738.025000', '112738.028000', '112738.031000', '112738.033000', '112738.036000', '112738.039000', '112738.041000', '112738.044000', '112738.046000', '112738.049000', '112738.051000', '112738.054000', '112738.057000', '112738.059000', '112738.062000', '112738.064000', '112757.955000', '112757.958000', '112757.961000', '112757.963000', '112757.966000', '112757.969000', '112757.971000', '112757.974000', '112757.976000', '112757.979000', '112757.982000', '112757.984000', '112757.987000', '112757.989000', '112757.992000', '112757.994000', '112757.997000', '112758.000000', '112758.003000', '112758.006000', '112758.008000', '112758.011000', '112758.014000', '112758.016000', '112758.019000', '112758.021000', '112758.024000', '112758.026000', '112758.029000', '112758.032000', '112758.034000', '112758.037000', '112758.039000', '112758.042000', '112758.045000', '112758.047000', '112758.050000', '112758.052000', '112758.055000', '112758.057000', '112758.060000', '112758.062000', '112758.065000', '112758.068000', '112817.954000', '112817.957000', '112817.960000', '112817.963000', '112817.965000', '112817.968000', '112817.970000', '112817.973000', '112817.976000', '112817.978000', '112817.981000', '112817.983000', '112817.986000', '112817.988000', '112817.991000', '112817.994000', '112817.996000', '112818.000000', '112818.003000', '112818.005000', '112818.008000', '112818.010000', '112818.013000', '112818.015000', '112818.018000', '112818.021000', '112818.023000', '112818.026000', '112818.028000', '112818.031000', '112818.034000', '112818.036000', '112818.039000', '112818.042000', '112818.044000', '112818.047000', '112818.049000', '112818.052000', '112818.054000', '112818.057000', '112818.060000', '112818.062000', '112818.065000', '112837.954000', '112837.957000', '112837.960000', '112837.963000', '112837.965000', '112837.968000', '112837.970000', '112837.978000', '112837.981000', '112837.983000', '112837.986000', '112837.988000', '112837.991000', '112837.993000', '112838.007000', '112838.010000', '112838.012000', '112838.015000', '112838.018000', '112838.020000', '112838.023000', '112838.025000', '112838.028000', '112838.030000', '112838.033000', '112838.036000', '112838.038000', '112838.041000', '112838.043000', '112838.046000', '112838.048000', '112838.061000', '112838.064000', '112838.066000', '112838.069000', '112838.071000', '112838.074000', '112838.077000', '112838.079000', '112838.082000', '112838.084000', '112838.087000', '112838.089000', '112838.092000', '112857.955000', '112857.957000', '112857.960000', '112857.963000', '112857.965000', '112857.968000', '112857.970000', '112857.973000', '112857.976000', '112857.978000', '112857.981000', '112857.983000', '112857.986000', '112857.989000', '112857.991000', '112857.994000', '112857.996000', '112858.000000', '112858.003000', '112858.005000', '112858.008000', '112858.010000', '112858.013000', '112858.015000', '112858.018000', '112858.021000', '112858.023000', '112858.026000', '112858.028000', '112858.031000', '112858.034000', '112858.036000', '112858.039000', '112858.041000', '112858.044000', '112858.047000', '112858.049000', '112858.052000', '112858.054000', '112858.057000', '112858.059000', '112858.062000', '112858.065000', '112917.954000', '112917.957000', '112917.960000', '112917.962000', '112917.965000', '112917.968000', '112917.970000', '112917.973000', '112917.975000', '112917.978000', '112917.981000', '112917.983000', '112917.986000', '112917.988000', '112917.991000', '112917.994000', '112917.996000', '112918.000000', '112918.002000', '112918.005000', '112918.008000', '112918.010000', '112918.013000', '112918.015000', '112918.018000', '112918.020000', '112918.023000', '112918.026000', '112918.028000', '112918.031000', '112918.033000', '112918.036000', '112918.039000', '112918.041000', '112918.044000', '112918.046000', '112918.049000', '112918.051000', '112918.054000', '112918.056000', '112918.059000', '112918.061000', '112918.064000', '112918.067000', '112937.955000', '112937.958000', '112937.961000', '112937.964000', '112937.966000', '112937.969000', '112937.971000', '112937.974000', '112937.977000', '112937.979000', '112937.982000', '112937.984000', '112937.987000', '112937.989000', '112937.992000', '112937.995000', '112937.997000', '112938.001000', '112938.004000', '112938.006000', '112938.009000', '112938.011000', '112938.015000', '112938.018000', '112938.020000', '112938.023000', '112938.025000', '112938.028000', '112938.031000', '112938.033000', '112938.036000', '112938.039000', '112938.041000', '112938.044000', '112938.046000', '112938.049000', '112938.051000', '112938.054000', '112938.057000', '112938.059000', '112938.062000', '112938.064000', '112938.067000', '112957.955000', '112957.958000', '112957.961000', '112957.963000', '112957.966000', '112957.968000', '112957.971000', '112957.973000', '112957.976000', '112957.979000', '112957.981000', '112957.984000', '112957.986000', '112957.989000', '112957.992000', '112957.994000', '112957.997000', '112957.999000', '112958.002000', '112958.004000', '112958.007000', '112958.009000', '112958.012000', '112958.014000', '112958.018000', '112958.020000', '112958.023000', '112958.026000', '112958.028000', '112958.031000', '112958.034000', '112958.036000', '112958.039000', '112958.041000', '112958.044000', '112958.046000', '112958.049000', '112958.051000', '112958.054000', '112958.057000', '112958.059000', '112958.062000', '112958.064000', '113013.113000', '113013.116000', '113013.119000', '113013.122000', '113013.124000', '113013.128000', '113013.130000', '113013.133000', '113013.135000', '113013.138000', '113013.141000', '113013.144000', '113013.147000', '113013.151000', '113013.154000', '113013.157000', '113013.160000', '113013.163000', '113013.166000', '113013.170000', '113013.172000', '113013.176000', '113013.178000', '113013.182000', '113013.186000', '113013.188000', '113013.194000', '113013.198000', '113013.201000', '113013.204000', '113013.207000', '113013.210000', '113013.213000', '113013.218000'], 'InstanceCreationTime': ['112357.982000', '112357.986000', '112357.988000', '112357.991000', '112357.994000', '112357.996000', '112357.999000', '112358.001000', '112358.004000', '112358.007000', '112358.009000', '112358.012000', '112358.014000', '112358.017000', '112358.020000', '112358.022000', '112358.025000', '112358.027000', '112358.030000', '112358.032000', '112358.035000', '112358.038000', '112358.040000', '112358.043000', '112358.045000', '112358.048000', '112358.055000', '112358.057000', '112358.060000', '112358.062000', '112358.065000', '112358.067000', '112358.070000', '112358.073000', '112358.075000', '112358.078000', '112358.080000', '112358.083000', '112358.085000', '112358.088000', '112358.090000', '112358.102000', '112358.105000', '112358.108000', '112358.110000', '112358.113000', '112358.115000', '112358.118000', '112358.120000', '112358.123000', '112358.126000', '112358.128000', '112358.131000', '112358.133000', '112358.136000', '112358.139000', '112417.955000', '112417.957000', '112417.960000', '112417.963000', '112417.965000', '112417.968000', '112417.970000', '112417.973000', '112417.975000', '112417.978000', '112417.981000', '112417.983000', '112417.986000', '112417.988000', '112417.991000', '112417.994000', '112417.996000', '112417.999000', '112418.001000', '112418.004000', '112418.006000', '112418.010000', '112418.013000', '112418.015000', '112418.018000', '112418.020000', '112418.023000', '112418.025000', '112418.028000', '112418.031000', '112418.033000', '112418.043000', '112418.046000', '112418.049000', '112418.051000', '112418.054000', '112418.056000', '112418.059000', '112418.062000', '112418.064000', '112418.067000', '112418.069000', '112418.072000', '112437.954000', '112437.957000', '112437.960000', '112437.962000', '112437.973000', '112437.976000', '112437.978000', '112437.981000', '112437.983000', '112437.986000', '112437.989000', '112437.991000', '112437.994000', '112437.996000', '112438.000000', '112438.003000', '112438.005000', '112438.008000', '112438.010000', '112438.013000', '112438.015000', '112438.018000', '112438.020000', '112438.023000', '112438.025000', '112438.028000', '112438.030000', '112438.033000', '112438.036000', '112438.038000', '112438.041000', '112438.043000', '112438.046000', '112438.048000', '112438.051000', '112438.053000', '112438.056000', '112438.059000', '112438.061000', '112438.064000', '112438.066000', '112438.069000', '112438.071000', '112438.074000', '112457.956000', '112457.958000', '112457.961000', '112457.964000', '112457.966000', '112457.969000', '112457.971000', '112457.974000', '112457.976000', '112457.979000', '112457.982000', '112457.984000', '112457.987000', '112457.989000', '112457.992000', '112457.994000', '112457.997000', '112458.000000', '112458.002000', '112458.005000', '112458.007000', '112458.010000', '112458.013000', '112458.015000', '112458.018000', '112458.020000', '112458.023000', '112458.026000', '112458.033000', '112458.036000', '112458.038000', '112458.041000', '112458.043000', '112458.046000', '112458.048000', '112458.051000', '112458.053000', '112458.056000', '112458.059000', '112458.061000', '112458.064000', '112458.066000', '112458.069000', '112517.955000', '112517.958000', '112517.961000', '112517.963000', '112517.966000', '112517.968000', '112517.971000', '112517.973000', '112517.976000', '112517.979000', '112517.981000', '112517.984000', '112517.986000', '112517.989000', '112517.991000', '112517.994000', '112517.997000', '112518.000000', '112518.003000', '112518.005000', '112518.008000', '112518.011000', '112518.013000', '112518.016000', '112518.018000', '112518.021000', '112518.024000', '112518.026000', '112518.029000', '112518.031000', '112518.034000', '112518.036000', '112518.039000', '112518.041000', '112518.044000', '112518.046000', '112518.049000', '112518.052000', '112518.054000', '112518.057000', '112518.059000', '112518.062000', '112518.064000', '112518.067000', '112537.955000', '112537.958000', '112537.961000', '112537.963000', '112537.966000', '112537.968000', '112537.971000', '112537.974000', '112537.976000', '112537.979000', '112537.981000', '112537.984000', '112537.987000', '112537.989000', '112537.992000', '112537.995000', '112537.997000', '112538.000000', '112538.002000', '112538.005000', '112538.007000', '112538.010000', '112538.013000', '112538.015000', '112538.026000', '112538.028000', '112538.031000', '112538.033000', '112538.036000', '112538.039000', '112538.041000', '112538.044000', '112538.046000', '112538.050000', '112538.053000', '112538.055000', '112538.058000', '112538.060000', '112538.063000', '112538.066000', '112538.068000', '112538.071000', '112538.073000', '112557.954000', '112557.957000', '112557.960000', '112557.962000', '112557.965000', '112557.967000', '112557.970000', '112557.973000', '112557.975000', '112557.978000', '112557.980000', '112557.983000', '112557.985000', '112557.988000', '112557.991000', '112557.993000', '112557.996000', '112557.998000', '112558.002000', '112558.005000', '112558.007000', '112558.010000', '112558.012000', '112558.015000', '112558.017000', '112558.020000', '112558.023000', '112558.025000', '112558.028000', '112558.030000', '112558.033000', '112558.035000', '112558.038000', '112558.041000', '112558.043000', '112558.046000', '112558.048000', '112558.051000', '112558.053000', '112558.056000', '112558.059000', '112558.061000', '112558.064000', '112558.066000', '112617.954000', '112618.052000', '112618.055000', '112618.057000', '112618.060000', '112618.062000', '112618.065000', '112618.068000', '112618.070000', '112618.073000', '112618.075000', '112618.078000', '112618.087000', '112618.089000', '112618.092000', '112618.095000', '112618.097000', '112618.100000', '112618.102000', '112618.105000', '112618.107000', '112618.110000', '112618.113000', '112618.116000', '112618.118000', '112618.121000', '112618.123000', '112618.126000', '112618.129000', '112618.131000', '112618.134000', '112618.136000', '112618.139000', '112618.141000', '112618.144000', '112618.147000', '112618.149000', '112618.152000', '112618.154000', '112618.157000', '112618.159000', '112618.162000', '112618.165000', '112637.955000', '112637.957000', '112637.960000', '112637.963000', '112637.965000', '112637.968000', '112637.970000', '112637.973000', '112637.976000', '112637.978000', '112637.981000', '112637.983000', '112637.986000', '112637.988000', '112637.991000', '112637.994000', '112637.996000', '112638.000000', '112638.002000', '112638.005000', '112638.008000', '112638.010000', '112638.013000', '112638.015000', '112638.018000', '112638.021000', '112638.023000', '112638.026000', '112638.028000', '112638.031000', '112638.033000', '112638.036000', '112638.039000', '112638.041000', '112638.044000', '112638.046000', '112638.049000', '112638.052000', '112638.054000', '112638.057000', '112638.059000', '112638.062000', '112638.065000', '112638.067000', '112657.954000', '112657.957000', '112657.960000', '112657.962000', '112657.965000', '112657.968000', '112657.970000', '112657.973000', '112657.975000', '112657.978000', '112657.980000', '112657.983000', '112657.986000', '112657.988000', '112657.991000', '112657.993000', '112657.996000', '112657.998000', '112658.001000', '112658.004000', '112658.006000', '112658.009000', '112658.011000', '112658.014000', '112658.016000', '112658.019000', '112658.022000', '112658.024000', '112658.027000', '112658.029000', '112658.032000', '112658.034000', '112658.037000', '112658.040000', '112658.042000', '112658.045000', '112658.047000', '112658.050000', '112658.053000', '112658.055000', '112658.058000', '112658.060000', '112658.063000', '112717.956000', '112717.958000', '112717.961000', '112717.964000', '112717.966000', '112717.969000', '112717.971000', '112717.974000', '112717.977000', '112717.979000', '112717.982000', '112717.984000', '112717.987000', '112717.989000', '112717.992000', '112717.995000', '112717.997000', '112718.000000', '112718.002000', '112718.005000', '112718.018000', '112718.020000', '112718.023000', '112718.025000', '112718.028000', '112718.030000', '112718.033000', '112718.036000', '112718.038000', '112718.041000', '112718.043000', '112718.046000', '112718.048000', '112718.051000', '112718.054000', '112718.056000', '112718.059000', '112718.061000', '112718.064000', '112718.067000', '112718.069000', '112718.072000', '112718.074000', '112718.077000', '112737.956000', '112737.958000', '112737.961000', '112737.964000', '112737.966000', '112737.969000', '112737.971000', '112737.974000', '112737.977000', '112737.979000', '112737.982000', '112737.984000', '112737.987000', '112737.989000', '112737.992000', '112737.995000', '112737.997000', '112738.000000', '112738.002000', '112738.005000', '112738.008000', '112738.010000', '112738.013000', '112738.015000', '112738.018000', '112738.020000', '112738.023000', '112738.025000', '112738.028000', '112738.031000', '112738.033000', '112738.036000', '112738.039000', '112738.041000', '112738.044000', '112738.046000', '112738.049000', '112738.051000', '112738.054000', '112738.057000', '112738.059000', '112738.062000', '112738.064000', '112757.955000', '112757.958000', '112757.961000', '112757.963000', '112757.966000', '112757.969000', '112757.971000', '112757.974000', '112757.976000', '112757.979000', '112757.982000', '112757.984000', '112757.987000', '112757.989000', '112757.992000', '112757.994000', '112757.997000', '112758.000000', '112758.003000', '112758.006000', '112758.008000', '112758.011000', '112758.014000', '112758.016000', '112758.019000', '112758.021000', '112758.024000', '112758.026000', '112758.029000', '112758.032000', '112758.034000', '112758.037000', '112758.039000', '112758.042000', '112758.045000', '112758.047000', '112758.050000', '112758.052000', '112758.055000', '112758.057000', '112758.060000', '112758.062000', '112758.065000', '112758.068000', '112817.954000', '112817.957000', '112817.960000', '112817.963000', '112817.965000', '112817.968000', '112817.970000', '112817.973000', '112817.976000', '112817.978000', '112817.981000', '112817.983000', '112817.986000', '112817.988000', '112817.991000', '112817.994000', '112817.996000', '112818.000000', '112818.003000', '112818.005000', '112818.008000', '112818.010000', '112818.013000', '112818.015000', '112818.018000', '112818.021000', '112818.023000', '112818.026000', '112818.028000', '112818.031000', '112818.034000', '112818.036000', '112818.039000', '112818.042000', '112818.044000', '112818.047000', '112818.049000', '112818.052000', '112818.054000', '112818.057000', '112818.060000', '112818.062000', '112818.065000', '112837.954000', '112837.957000', '112837.960000', '112837.963000', '112837.965000', '112837.968000', '112837.970000', '112837.978000', '112837.981000', '112837.983000', '112837.986000', '112837.988000', '112837.991000', '112837.993000', '112838.007000', '112838.010000', '112838.012000', '112838.015000', '112838.018000', '112838.020000', '112838.023000', '112838.025000', '112838.028000', '112838.030000', '112838.033000', '112838.036000', '112838.038000', '112838.041000', '112838.043000', '112838.046000', '112838.048000', '112838.061000', '112838.064000', '112838.066000', '112838.069000', '112838.071000', '112838.074000', '112838.077000', '112838.079000', '112838.082000', '112838.084000', '112838.087000', '112838.089000', '112838.092000', '112857.955000', '112857.957000', '112857.960000', '112857.963000', '112857.965000', '112857.968000', '112857.970000', '112857.973000', '112857.976000', '112857.978000', '112857.981000', '112857.983000', '112857.986000', '112857.989000', '112857.991000', '112857.994000', '112857.996000', '112858.000000', '112858.003000', '112858.005000', '112858.008000', '112858.010000', '112858.013000', '112858.015000', '112858.018000', '112858.021000', '112858.023000', '112858.026000', '112858.028000', '112858.031000', '112858.034000', '112858.036000', '112858.039000', '112858.041000', '112858.044000', '112858.047000', '112858.049000', '112858.052000', '112858.054000', '112858.057000', '112858.059000', '112858.062000', '112858.065000', '112917.954000', '112917.957000', '112917.960000', '112917.962000', '112917.965000', '112917.968000', '112917.970000', '112917.973000', '112917.975000', '112917.978000', '112917.981000', '112917.983000', '112917.986000', '112917.988000', '112917.991000', '112917.994000', '112917.996000', '112918.000000', '112918.002000', '112918.005000', '112918.008000', '112918.010000', '112918.013000', '112918.015000', '112918.018000', '112918.020000', '112918.023000', '112918.026000', '112918.028000', '112918.031000', '112918.033000', '112918.036000', '112918.039000', '112918.041000', '112918.044000', '112918.046000', '112918.049000', '112918.051000', '112918.054000', '112918.056000', '112918.059000', '112918.061000', '112918.064000', '112918.067000', '112937.955000', '112937.958000', '112937.961000', '112937.964000', '112937.966000', '112937.969000', '112937.971000', '112937.974000', '112937.977000', '112937.979000', '112937.982000', '112937.984000', '112937.987000', '112937.989000', '112937.992000', '112937.995000', '112937.997000', '112938.001000', '112938.004000', '112938.006000', '112938.009000', '112938.011000', '112938.015000', '112938.018000', '112938.020000', '112938.023000', '112938.025000', '112938.028000', '112938.031000', '112938.033000', '112938.036000', '112938.039000', '112938.041000', '112938.044000', '112938.046000', '112938.049000', '112938.051000', '112938.054000', '112938.057000', '112938.059000', '112938.062000', '112938.064000', '112938.067000', '112957.955000', '112957.958000', '112957.961000', '112957.963000', '112957.966000', '112957.968000', '112957.971000', '112957.973000', '112957.976000', '112957.979000', '112957.981000', '112957.984000', '112957.986000', '112957.989000', '112957.992000', '112957.994000', '112957.997000', '112957.999000', '112958.002000', '112958.004000', '112958.007000', '112958.009000', '112958.012000', '112958.014000', '112958.018000', '112958.020000', '112958.023000', '112958.026000', '112958.028000', '112958.031000', '112958.034000', '112958.036000', '112958.039000', '112958.041000', '112958.044000', '112958.046000', '112958.049000', '112958.051000', '112958.054000', '112958.057000', '112958.059000', '112958.062000', '112958.064000', '113013.113000', '113013.116000', '113013.119000', '113013.122000', '113013.124000', '113013.128000', '113013.130000', '113013.133000', '113013.135000', '113013.138000', '113013.141000', '113013.144000', '113013.147000', '113013.151000', '113013.154000', '113013.157000', '113013.160000', '113013.163000', '113013.166000', '113013.170000', '113013.172000', '113013.176000', '113013.178000', '113013.182000', '113013.186000', '113013.188000', '113013.194000', '113013.198000', '113013.201000', '113013.204000', '113013.207000', '113013.210000', '113013.213000', '113013.218000'], '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': [7127, 7555, 9457, 7538, 9334, 7610, 9846, 8168, 12741, 9246, 14674, 9329, 10638, 7969, 6198, 5909, 6491, 6562, 6468, 6563, 6300, 8779, 7001, 13709, 7008, 11274, 7919, 6494, 5631, 7403, 8432, 8291, 11091, 7612, 7430, 7633, 5753, 7900, 8677, 9196, 8268, 8059, 5987, 8023, 6565, 8029, 6501, 7516, 6495, 7152, 6321, 7108, 5935, 7939, 10293, 7805, 9469, 7596, 9006, 6550, 9024, 7906, 8352, 11116, 7793, 8054, 7357, 5972, 7298, 7543, 6945, 8832, 6871, 8676, 8036, 8968, 6718, 9240, 6726, 8906, 6858, 8592, 6843, 8964, 7684, 10308, 7148, 8705, 5387, 7054, 5796, 6773, 7204, 10115, 6092, 9267, 5218, 8307, 5449, 6865, 5493, 7714, 8103, 7800, 14423, 7777, 12986, 8424, 11842, 9958, 8721, 15564, 9262, 12813, 7372, 10178, 5913, 5987, 5522, 5831, 5413, 7500, 5678, 7041, 5798, 6838, 5259, 7423, 5893, 7700, 8779, 7842, 6144, 7610, 6527, 7265, 10402, 7131, 10991, 7055, 12276, 6375, 7761, 6215, 6789, 6507, 7304, 11491, 7575, 8671, 7903, 6908, 7805, 13057, 8059, 14049, 7749, 9450, 7619, 6220, 8379, 8974, 7662, 8837, 8408, 8708, 6624, 6893, 8273, 7137, 7790, 6795, 7416, 8510, 8623, 13461, 8503, 14615, 9806, 13465, 10194, 13394, 7396, 9796, 7132, 7429, 6741, 7590, 7208, 7769, 7163, 8408, 7681, 8488, 7627, 8598, 8124, 9519, 8023, 14290, 10428, 13054, 7379, 10099, 7175, 7433, 6541, 9622, 6829, 7447, 5989, 8634, 7589, 7684, 8284, 6689, 6258, 8636, 8124, 8362, 9408, 8288, 8915, 8207, 10727, 8513, 12209, 7847, 9633, 7101, 7216, 6282, 7105, 6703, 8624, 12119, 8364, 10452, 7642, 9350, 6435, 8648, 10249, 8311, 11751, 8434, 9939, 7282, 5629, 7605, 5579, 7668, 6295, 7037, 6899, 7172, 5369, 7506, 6185, 7482, 9402, 7404, 10931, 8613, 12121, 7485, 10033, 7156, 9237, 7242, 10929, 7103, 10022, 6626, 7416, 5654, 6770, 6028, 7241, 5403, 6682, 5630, 7974, 12162, 8222, 11454, 8992, 13630, 8115, 12276, 7250, 9225, 7237, 8024, 7199, 7922, 7457, 8386, 6989, 7716, 6866, 8694, 15018, 8768, 12240, 7927, 8675, 6747, 8843, 14370, 8610, 11836, 7969, 10286, 7776, 8795, 7705, 5219, 7332, 5353, 7825, 8608, 7288, 8763, 8172, 9213, 7585, 6852, 7796, 8032, 7573, 8974, 7267, 12103, 6672, 10653, 6805, 7192, 6412, 7002, 5533, 6386, 6841, 7799, 5943, 6131, 6015, 7002, 6047, 7348, 6263, 7788, 5690, 7736, 6145, 7152, 5881, 8566, 8299, 8755, 11269, 8585, 13380, 8698, 14952, 11508, 12788, 7332, 7017, 6456, 6996, 7000, 7499, 8888, 10337, 8758, 9265, 8587, 8316, 7956, 8558, 13236, 8876, 15059, 8973, 11767, 8506, 6977, 6790, 6020, 5477, 8289, 5730, 6007, 5888, 6645, 5312, 7557, 5995, 7471, 6260, 8544, 7972, 7971, 10190, 7964, 10321, 6455, 8459, 6883, 7711, 7768, 8110, 7891, 9082, 8174, 11063, 8148, 11284, 7710, 9053, 7793, 8831, 8088, 8548, 8836, 14046, 7695, 8905, 7657, 6697, 7885, 7534, 8021, 8084, 8257, 7645, 7545, 6016, 8738, 7638, 8840, 13692, 8340, 11779, 8220, 8742, 13061, 8418, 14022, 8427, 12808, 9331, 14100, 8381, 10517, 8365, 8499, 8079, 7405, 6878, 6969, 6426, 8788, 6017, 8482, 7805, 8431, 9018, 7978, 9217, 7487, 7500, 7094, 9133, 8528, 6303, 8737, 9275, 8669, 8535, 7355, 7279, 6090, 6923, 5846, 8945, 9894, 9091, 14061, 8853, 13949, 9836, 13723, 9729, 12515, 8968, 11278, 9181, 10247, 9077, 8728, 9238, 7576, 8810, 7035, 8312, 7071, 8434, 9813, 8663, 7630, 6749, 6818, 7102, 7202, 7877, 7503, 7734, 8089, 7583, 7726, 7877, 7623, 8021, 7589, 6847, 7193, 6857, 7377, 6934, 7631, 8081, 10008, 8016, 8115, 8256, 7825, 8567, 7794, 8899, 9039, 8615, 8733, 8950, 7870, 6662, 5861, 6934, 5885, 6875, 6481, 7691, 6855, 7812, 7362, 10426, 8725, 10769, 8718, 8841, 9317, 7192, 12082, 8150, 10520, 8291, 8536, 6542, 7823, 10540, 8807, 10045, 9068, 6760, 8873, 9994, 8749, 7991, 6356, 5390, 6618, 5580, 8064, 7091, 8951, 6955, 8280, 5628, 9088, 8316, 9052, 11560, 8677, 9475, 8608, 9533, 6575, 8896, 13706, 8788, 14127, 10879, 13448, 8820, 10269, 8812, 9525, 8343, 8180, 7197, 6714, 6424, 7123, 7103, 9014, 6909, 8349, 7605, 8273, 8163, 8558, 7792, 8194, 8287, 8505, 8212, 8428, 7903, 8597, 7859, 12122, 8349, 11143, 8645, 9544, 8748, 8950, 8591, 10911, 8584, 14136, 9003, 11940, 8631, 9542, 8710, 9694, 8614, 8567, 8626, 7993, 8267, 8406, 8554, 9064, 8477, 8621, 8573, 8020, 7080, 7752, 7102, 8856, 6917, 9099, 6856, 9210, 6994, 9185, 9946, 8933, 9332, 8790, 13023, 8008, 8456, 6100, 5972, 6972, 5958, 6798, 5456, 8742, 7372, 8572, 8179, 6025, 5525, 6098, 6105, 7146, 7145, 9447, 8684, 12397, 8651, 14235, 11112, 13984, 11024, 11192, 10454, 8150, 11958, 8742, 10548, 8687, 7675, 8673, 7379, 8891, 7680, 8849, 7880, 8581, 7503, 8318, 7283, 8461, 7711, 7861, 7788, 8415, 8830, 8736, 8331, 9138, 8063, 8937, 7976, 9230, 8191, 9095, 8332, 8853, 8478, 8068, 7811, 7701, 8241, 7641, 10106, 7095, 7774, 6656, 8250, 7443, 7883, 7435, 7508, 6200, 9279, 8729, 8991, 12972, 8853, 13112, 8797, 11345, 8769, 14026, 9884, 10772, 6020, 5718, 6408, 5717, 7116, 5904, 8215, 7221, 9819, 8066, 8916, 8934, 9078, 8770, 11635, 8826, 13842, 8805, 10652, 7897, 7427, 7417, 7145, 7608, 7769, 12025, 9607, 7549, 7284, 7711, 8233, 8617, 9045, 8811, 8836, 8742, 8651, 8603, 7151, 7888, 9438, 6432, 8971, 13249, 8706, 12827, 9043, 11303, 8540, 11804, 8949, 13698, 8245, 6101, 6479, 7032, 7156, 7437, 7465, 7839, 8972, 7598, 8536, 11160, 8586, 9473, 7605, 7523, 6617, 6252, 7033, 7264, 7973, 7768, 8696, 8173, 8484, 8232, 8416, 8282, 8025, 7952, 8941, 8686, 12096, 9255, 12606, 8914, 11697, 9265, 10720, 9203, 10829, 9319, 9883, 8689, 8365, 8492, 7589, 8352, 7525, 8651, 9356, 8388, 9994, 9654, 7379, 7185], 'WindowCenter': [3566.0, 3563.0, 3569.0, 3546.0, 3555.0, 3543.0, 3554.0, 3543.0, 3575.0, 3552.0, 3573.0, 3538.0, 3548.0, 3526.0, 3505.0, 3494.0, 3505.0, 3506.0, 3506.0, 3516.0, 3506.0, 3528.0, 3517.0, 3560.0, 3516.0, 3547.0, 3527.0, 3506.0, 3494.0, 3517.0, 3540.0, 3541.0, 3562.0, 3531.0, 3531.0, 3530.0, 3507.0, 3529.0, 3540.0, 3540.0, 3528.0, 3527.0, 3507.0, 3528.0, 3519.0, 3527.0, 3520.0, 3518.0, 3520.0, 3519.0, 3520.0, 3530.0, 3507.0, 3531.0, 3551.0, 3528.0, 3539.0, 3517.0, 3526.0, 3494.0, 3525.0, 3513.0, 3514.0, 3546.0, 3514.0, 3515.0, 3516.0, 3492.0, 3516.0, 3526.0, 3518.0, 3540.0, 3532.0, 3541.0, 3544.0, 3543.0, 3521.0, 3552.0, 3532.0, 3542.0, 3534.0, 3555.0, 3533.0, 3556.0, 3545.0, 3564.0, 3533.0, 3554.0, 3510.0, 3532.0, 3523.0, 3532.0, 3533.0, 3553.0, 3510.0, 3554.0, 3499.0, 3541.0, 3511.0, 3521.0, 3498.0, 3530.0, 3530.0, 3530.0, 3575.0, 3530.0, 3562.0, 3528.0, 3550.0, 3537.0, 3515.0, 3559.0, 3512.0, 3534.0, 3502.0, 3522.0, 3480.0, 3491.0, 3483.0, 3493.0, 3493.0, 3516.0, 3494.0, 3517.0, 3509.0, 3518.0, 3499.0, 3532.0, 3511.0, 3544.0, 3554.0, 3543.0, 3510.0, 3542.0, 3520.0, 3531.0, 3554.0, 3532.0, 3567.0, 3532.0, 3562.0, 3520.0, 3529.0, 3508.0, 3519.0, 3508.0, 3530.0, 3564.0, 3528.0, 3527.0, 3528.0, 3516.0, 3530.0, 3562.0, 3529.0, 3573.0, 3529.0, 3538.0, 3527.0, 3508.0, 3529.0, 3539.0, 3531.0, 3540.0, 3540.0, 3528.0, 3519.0, 3518.0, 3529.0, 3519.0, 3517.0, 3506.0, 3517.0, 3527.0, 3527.0, 3559.0, 3526.0, 3573.0, 3537.0, 3560.0, 3537.0, 3547.0, 3504.0, 3524.0, 3505.0, 3515.0, 3516.0, 3518.0, 3531.0, 3532.0, 3534.0, 3543.0, 3532.0, 3541.0, 3529.0, 3529.0, 3531.0, 3541.0, 3530.0, 3574.0, 3551.0, 3561.0, 3517.0, 3537.0, 3516.0, 3516.0, 3506.0, 3539.0, 3506.0, 3514.0, 3492.0, 3526.0, 3514.0, 3515.0, 3526.0, 3503.0, 3504.0, 3527.0, 3514.0, 3527.0, 3526.0, 3526.0, 3527.0, 3528.0, 3548.0, 3526.0, 3548.0, 3517.0, 3526.0, 3505.0, 3503.0, 3493.0, 3505.0, 3503.0, 3526.0, 3548.0, 3525.0, 3536.0, 3515.0, 3524.0, 3492.0, 3512.0, 3535.0, 3525.0, 3545.0, 3514.0, 3536.0, 3515.0, 3491.0, 3515.0, 3493.0, 3529.0, 3520.0, 3531.0, 3531.0, 3519.0, 3498.0, 3530.0, 3507.0, 3531.0, 3552.0, 3533.0, 3565.0, 3543.0, 3561.0, 3530.0, 3540.0, 3518.0, 3540.0, 3520.0, 3552.0, 3517.0, 3537.0, 3506.0, 3517.0, 3507.0, 3518.0, 3507.0, 3517.0, 3483.0, 3506.0, 3494.0, 3528.0, 3549.0, 3528.0, 3551.0, 3539.0, 3560.0, 3516.0, 3547.0, 3515.0, 3526.0, 3515.0, 3515.0, 3517.0, 3528.0, 3530.0, 3529.0, 3518.0, 3518.0, 3506.0, 3528.0, 3561.0, 3526.0, 3548.0, 3514.0, 3514.0, 3490.0, 3513.0, 3545.0, 3511.0, 3535.0, 3513.0, 3523.0, 3514.0, 3526.0, 3515.0, 3482.0, 3516.0, 3494.0, 3529.0, 3541.0, 3530.0, 3542.0, 3544.0, 3541.0, 3530.0, 3518.0, 3531.0, 3528.0, 3531.0, 3541.0, 3529.0, 3563.0, 3519.0, 3549.0, 3518.0, 3516.0, 3507.0, 3516.0, 3495.0, 3519.0, 3520.0, 3517.0, 3507.0, 3505.0, 3506.0, 3517.0, 3507.0, 3517.0, 3506.0, 3518.0, 3494.0, 3515.0, 3507.0, 3517.0, 3495.0, 3527.0, 3526.0, 3526.0, 3549.0, 3527.0, 3560.0, 3528.0, 3559.0, 3537.0, 3547.0, 3503.0, 3503.0, 3492.0, 3504.0, 3504.0, 3516.0, 3539.0, 3537.0, 3527.0, 3525.0, 3513.0, 3512.0, 3502.0, 3512.0, 3532.0, 3511.0, 3544.0, 3499.0, 3519.0, 3498.0, 3487.0, 3475.0, 3476.0, 3466.0, 3509.0, 3478.0, 3478.0, 3479.0, 3502.0, 3481.0, 3515.0, 3494.0, 3515.0, 3506.0, 3539.0, 3527.0, 3529.0, 3539.0, 3532.0, 3538.0, 3507.0, 3528.0, 3518.0, 3516.0, 3527.0, 3529.0, 3529.0, 3540.0, 3529.0, 3550.0, 3529.0, 3549.0, 3528.0, 3527.0, 3517.0, 3526.0, 3530.0, 3527.0, 3542.0, 3560.0, 3517.0, 3526.0, 3516.0, 3505.0, 3528.0, 3527.0, 3529.0, 3531.0, 3531.0, 3518.0, 3529.0, 3506.0, 3540.0, 3516.0, 3538.0, 3561.0, 3527.0, 3549.0, 3513.0, 3514.0, 3546.0, 3512.0, 3546.0, 3514.0, 3546.0, 3524.0, 3546.0, 3512.0, 3522.0, 3511.0, 3512.0, 3513.0, 3501.0, 3504.0, 3503.0, 3492.0, 3525.0, 3491.0, 3524.0, 3513.0, 3525.0, 3527.0, 3540.0, 3539.0, 3517.0, 3514.0, 3502.0, 3511.0, 3525.0, 3503.0, 3539.0, 3539.0, 3526.0, 3527.0, 3517.0, 3515.0, 3494.0, 3516.0, 3495.0, 3539.0, 3537.0, 3526.0, 3546.0, 3523.0, 3545.0, 3522.0, 3545.0, 3510.0, 3532.0, 3498.0, 3520.0, 3509.0, 3508.0, 3496.0, 3495.0, 3495.0, 3483.0, 3494.0, 3474.0, 3485.0, 3475.0, 3497.0, 3510.0, 3497.0, 3500.0, 3489.0, 3489.0, 3488.0, 3488.0, 3499.0, 3500.0, 3500.0, 3500.0, 3500.0, 3499.0, 3512.0, 3500.0, 3512.0, 3500.0, 3489.0, 3501.0, 3491.0, 3501.0, 3516.0, 3526.0, 3526.0, 3537.0, 3516.0, 3513.0, 3514.0, 3513.0, 3526.0, 3516.0, 3539.0, 3538.0, 3540.0, 3529.0, 3540.0, 3528.0, 3506.0, 3494.0, 3516.0, 3493.0, 3506.0, 3506.0, 3528.0, 3519.0, 3530.0, 3529.0, 3551.0, 3539.0, 3549.0, 3539.0, 3538.0, 3539.0, 3516.0, 3549.0, 3528.0, 3538.0, 3527.0, 3527.0, 3493.0, 3514.0, 3534.0, 3524.0, 3524.0, 3523.0, 3490.0, 3524.0, 3525.0, 3515.0, 3512.0, 3492.0, 3482.0, 3504.0, 3485.0, 3527.0, 3518.0, 3540.0, 3519.0, 3530.0, 3497.0, 3540.0, 3529.0, 3539.0, 3562.0, 3541.0, 3539.0, 3527.0, 3538.0, 3505.0, 3527.0, 3559.0, 3525.0, 3557.0, 3535.0, 3545.0, 3524.0, 3523.0, 3524.0, 3522.0, 3513.0, 3512.0, 3502.0, 3490.0, 3493.0, 3504.0, 3504.0, 3525.0, 3504.0, 3513.0, 3515.0, 3525.0, 3526.0, 3528.0, 3529.0, 3528.0, 3530.0, 3539.0, 3529.0, 3527.0, 3530.0, 3539.0, 3528.0, 3550.0, 3528.0, 3549.0, 3528.0, 3537.0, 3526.0, 3526.0, 3528.0, 3549.0, 3528.0, 3560.0, 3526.0, 3548.0, 3525.0, 3525.0, 3524.0, 3525.0, 3527.0, 3526.0, 3526.0, 3514.0, 3527.0, 3526.0, 3526.0, 3526.0, 3514.0, 3514.0, 3513.0, 3513.0, 3502.0, 3513.0, 3501.0, 3524.0, 3501.0, 3524.0, 3503.0, 3525.0, 3503.0, 3526.0, 3536.0, 3538.0, 3552.0, 3528.0, 3560.0, 3516.0, 3526.0, 3495.0, 3507.0, 3517.0, 3507.0, 3518.0, 3496.0, 3554.0, 3532.0, 3542.0, 3542.0, 3509.0, 3498.0, 3519.0, 3508.0, 3531.0, 3520.0, 3550.0, 3540.0, 3562.0, 3541.0, 3574.0, 3551.0, 3561.0, 3538.0, 3536.0, 3536.0, 3515.0, 3562.0, 3527.0, 3536.0, 3525.0, 3501.0, 3512.0, 3501.0, 3513.0, 3500.0, 3511.0, 3500.0, 3511.0, 3501.0, 3511.0, 3487.0, 3499.0, 3487.0, 3498.0, 3499.0, 3512.0, 3512.0, 3513.0, 3512.0, 3525.0, 3514.0, 3526.0, 3515.0, 3538.0, 3515.0, 3527.0, 3516.0, 3527.0, 3516.0, 3515.0, 3516.0, 3516.0, 3515.0, 3515.0, 3537.0, 3504.0, 3514.0, 3505.0, 3527.0, 3518.0, 3528.0, 3518.0, 3518.0, 3507.0, 3540.0, 3529.0, 3539.0, 3561.0, 3538.0, 3560.0, 3541.0, 3551.0, 3540.0, 3560.0, 3537.0, 3550.0, 3508.0, 3496.0, 3506.0, 3509.0, 3519.0, 3510.0, 3541.0, 3533.0, 3554.0, 3543.0, 3541.0, 3542.0, 3540.0, 3540.0, 3563.0, 3541.0, 3562.0, 3529.0, 3537.0, 3514.0, 3503.0, 3502.0, 3501.0, 3514.0, 3514.0, 3546.0, 3524.0, 3502.0, 3501.0, 3514.0, 3514.0, 3525.0, 3525.0, 3526.0, 3526.0, 3527.0, 3527.0, 3541.0, 3517.0, 3516.0, 3525.0, 3493.0, 3526.0, 3547.0, 3514.0, 3546.0, 3512.0, 3533.0, 3513.0, 3534.0, 3513.0, 3544.0, 3527.0, 3491.0, 3492.0, 3502.0, 3502.0, 3502.0, 3503.0, 3512.0, 3524.0, 3502.0, 3525.0, 3548.0, 3526.0, 3524.0, 3501.0, 3499.0, 3489.0, 3492.0, 3490.0, 3502.0, 3528.0, 3530.0, 3540.0, 3529.0, 3540.0, 3530.0, 3530.0, 3541.0, 3529.0, 3531.0, 3541.0, 3529.0, 3550.0, 3528.0, 3548.0, 3527.0, 3548.0, 3526.0, 3536.0, 3526.0, 3537.0, 3525.0, 3536.0, 3526.0, 3514.0, 3525.0, 3515.0, 3529.0, 3517.0, 3526.0, 3526.0, 3527.0, 3539.0, 3539.0, 3515.0, 3505.0], 'WindowWidth': [8106.0, 8093.0, 8091.0, 8054.0, 8065.0, 8047.0, 8063.0, 8046.0, 8093.0, 8054.0, 8086.0, 8028.0, 8040.0, 8010.0, 7980.0, 7966.0, 7979.0, 7983.0, 7982.0, 7997.0, 7984.0, 8017.0, 7997.0, 8062.0, 7997.0, 8040.0, 8011.0, 7982.0, 7964.0, 7999.0, 8033.0, 8037.0, 8067.0, 8022.0, 8023.0, 8019.0, 7987.0, 8018.0, 8032.0, 8033.0, 8015.0, 8013.0, 7985.0, 8013.0, 8003.0, 8011.0, 8005.0, 8002.0, 8008.0, 8006.0, 8008.0, 8021.0, 7987.0, 8021.0, 8049.0, 8013.0, 8029.0, 7996.0, 8007.0, 7962.0, 8005.0, 7985.0, 7987.0, 8035.0, 7990.0, 7991.0, 7993.0, 7959.0, 7995.0, 8010.0, 8002.0, 8037.0, 8028.0, 8037.0, 8045.0, 8043.0, 8011.0, 8052.0, 8027.0, 8039.0, 8034.0, 8065.0, 8032.0, 8067.0, 8049.0, 8071.0, 8031.0, 8059.0, 7997.0, 8028.0, 8019.0, 8027.0, 8029.0, 8057.0, 7995.0, 8057.0, 7979.0, 8037.0, 7998.0, 8011.0, 7976.0, 8021.0, 8020.0, 8020.0, 8092.0, 8020.0, 8067.0, 8014.0, 8047.0, 8021.0, 7988.0, 8061.0, 7981.0, 8015.0, 7966.0, 7994.0, 7937.0, 7954.0, 7948.0, 7961.0, 7963.0, 7996.0, 7966.0, 7997.0, 7992.0, 8003.0, 7978.0, 8028.0, 8001.0, 8045.0, 8061.0, 8042.0, 7996.0, 8041.0, 8007.0, 8024.0, 8060.0, 8026.0, 8081.0, 8027.0, 8066.0, 8007.0, 8018.0, 7989.0, 8004.0, 7988.0, 8019.0, 8069.0, 8014.0, 8010.0, 8012.0, 7994.0, 8020.0, 8068.0, 8018.0, 8082.0, 8015.0, 8027.0, 8012.0, 7986.0, 8016.0, 8030.0, 8020.0, 8033.0, 8032.0, 8015.0, 8004.0, 8001.0, 8017.0, 8001.0, 7998.0, 7980.0, 7995.0, 8007.0, 8008.0, 8056.0, 8006.0, 8085.0, 8025.0, 8060.0, 8022.0, 8037.0, 7974.0, 8002.0, 7978.0, 7990.0, 7996.0, 7999.0, 8024.0, 8027.0, 8033.0, 8045.0, 8027.0, 8036.0, 8018.0, 8016.0, 8023.0, 8037.0, 8022.0, 8089.0, 8050.0, 8063.0, 7999.0, 8023.0, 7994.0, 7996.0, 7981.0, 8031.0, 7978.0, 7988.0, 7957.0, 8007.0, 7989.0, 7990.0, 8008.0, 7973.0, 7975.0, 8010.0, 7989.0, 8009.0, 8006.0, 8006.0, 8009.0, 8013.0, 8041.0, 8007.0, 8038.0, 7995.0, 8006.0, 7977.0, 7972.0, 7960.0, 7977.0, 7973.0, 8005.0, 8041.0, 8004.0, 8021.0, 7989.0, 8000.0, 7954.0, 7982.0, 8015.0, 8005.0, 8030.0, 7989.0, 8020.0, 7990.0, 7956.0, 7993.0, 7963.0, 8017.0, 8008.0, 8022.0, 8025.0, 8005.0, 7977.0, 8022.0, 7987.0, 8022.0, 8055.0, 8027.0, 8076.0, 8041.0, 8065.0, 8019.0, 8033.0, 8001.0, 8034.0, 8004.0, 8052.0, 7999.0, 8025.0, 7981.0, 7997.0, 7988.0, 7999.0, 7985.0, 7996.0, 7948.0, 7981.0, 7963.0, 8011.0, 8044.0, 8013.0, 8051.0, 8029.0, 8060.0, 7994.0, 8037.0, 7990.0, 8007.0, 7992.0, 7992.0, 7999.0, 8014.0, 8019.0, 8015.0, 8001.0, 8000.0, 7981.0, 8012.0, 8067.0, 8008.0, 8041.0, 7986.0, 7986.0, 7950.0, 7983.0, 8035.0, 7977.0, 8016.0, 7985.0, 8000.0, 7988.0, 8009.0, 7991.0, 7946.0, 7995.0, 7965.0, 8018.0, 8037.0, 8020.0, 8041.0, 8044.0, 8036.0, 8019.0, 8003.0, 8023.0, 8015.0, 8021.0, 8037.0, 8018.0, 8070.0, 8003.0, 8042.0, 8002.0, 7995.0, 7984.0, 7994.0, 7968.0, 8004.0, 8008.0, 7998.0, 7983.0, 7980.0, 7983.0, 7998.0, 7985.0, 7998.0, 7981.0, 7999.0, 7964.0, 7992.0, 7983.0, 8000.0, 7965.0, 8009.0, 8006.0, 8008.0, 8043.0, 8010.0, 8059.0, 8011.0, 8062.0, 8023.0, 8036.0, 7970.0, 7969.0, 7956.0, 7973.0, 7975.0, 7994.0, 8029.0, 8024.0, 8008.0, 8005.0, 7986.0, 7983.0, 7967.0, 7980.0, 8009.0, 7976.0, 8034.0, 7958.0, 7988.0, 7954.0, 7938.0, 7921.0, 7923.0, 7910.0, 7972.0, 7932.0, 7933.0, 7935.0, 7970.0, 7941.0, 7988.0, 7962.0, 7992.0, 7982.0, 8030.0, 8010.0, 8015.0, 8032.0, 8025.0, 8027.0, 7983.0, 8014.0, 8002.0, 7995.0, 8013.0, 8018.0, 8019.0, 8032.0, 8019.0, 8045.0, 8014.0, 8044.0, 8014.0, 8011.0, 7996.0, 8009.0, 8018.0, 8011.0, 8039.0, 8062.0, 7995.0, 8008.0, 7994.0, 7977.0, 8013.0, 8012.0, 8018.0, 8023.0, 8021.0, 7998.0, 8014.0, 7983.0, 8032.0, 7997.0, 8025.0, 8065.0, 8008.0, 8043.0, 7986.0, 7988.0, 8032.0, 7982.0, 8037.0, 7987.0, 8036.0, 8001.0, 8034.0, 7981.0, 7994.0, 7978.0, 7982.0, 7985.0, 7969.0, 7973.0, 7971.0, 7956.0, 8002.0, 7954.0, 8002.0, 7985.0, 8002.0, 8009.0, 8036.0, 8033.0, 8000.0, 7991.0, 7969.0, 7979.0, 8006.0, 7974.0, 8030.0, 8030.0, 8007.0, 8012.0, 7996.0, 7994.0, 7964.0, 7994.0, 7967.0, 8030.0, 8024.0, 8006.0, 8038.0, 7998.0, 8034.0, 7995.0, 8032.0, 7977.0, 8009.0, 7956.0, 7986.0, 7969.0, 7968.0, 7949.0, 7948.0, 7946.0, 7928.0, 7943.0, 7917.0, 7934.0, 7920.0, 7950.0, 7976.0, 7954.0, 7964.0, 7948.0, 7948.0, 7944.0, 7942.0, 7958.0, 7961.0, 7962.0, 7964.0, 7962.0, 7961.0, 7983.0, 7964.0, 7982.0, 7963.0, 7947.0, 7965.0, 7952.0, 7966.0, 7994.0, 8011.0, 8008.0, 8026.0, 7994.0, 7985.0, 7988.0, 7985.0, 8007.0, 7995.0, 8029.0, 8028.0, 8032.0, 8018.0, 8031.0, 8014.0, 7982.0, 7964.0, 7994.0, 7960.0, 7981.0, 7984.0, 8015.0, 8003.0, 8019.0, 8019.0, 8049.0, 8032.0, 8044.0, 8029.0, 8027.0, 8029.0, 7994.0, 8044.0, 8011.0, 8028.0, 8011.0, 8009.0, 7959.0, 7987.0, 8015.0, 7999.0, 8001.0, 7996.0, 7951.0, 8002.0, 8005.0, 7988.0, 7984.0, 7955.0, 7944.0, 7976.0, 7952.0, 8011.0, 8002.0, 8032.0, 8005.0, 8020.0, 7970.0, 8032.0, 8015.0, 8029.0, 8066.0, 8034.0, 8029.0, 8009.0, 8027.0, 7977.0, 8008.0, 8056.0, 8002.0, 8055.0, 8017.0, 8033.0, 8000.0, 7999.0, 8000.0, 7996.0, 7983.0, 7983.0, 7968.0, 7951.0, 7960.0, 7977.0, 7977.0, 8005.0, 7975.0, 7986.0, 7991.0, 8004.0, 8009.0, 8013.0, 8018.0, 8015.0, 8018.0, 8030.0, 8016.0, 8013.0, 8018.0, 8030.0, 8015.0, 8047.0, 8013.0, 8041.0, 8013.0, 8022.0, 8006.0, 8008.0, 8012.0, 8043.0, 8012.0, 8060.0, 8007.0, 8039.0, 8004.0, 8003.0, 8002.0, 8004.0, 8009.0, 8005.0, 8006.0, 7990.0, 8011.0, 8007.0, 8007.0, 8006.0, 7987.0, 7987.0, 7985.0, 7985.0, 7969.0, 7985.0, 7967.0, 7999.0, 7967.0, 8001.0, 7971.0, 8004.0, 7973.0, 8006.0, 8022.0, 8027.0, 8054.0, 8016.0, 8060.0, 7996.0, 8008.0, 7965.0, 7984.0, 7998.0, 7984.0, 7999.0, 7972.0, 8060.0, 8026.0, 8040.0, 8038.0, 7991.0, 7978.0, 8005.0, 7989.0, 8024.0, 8006.0, 8048.0, 8032.0, 8067.0, 8036.0, 8088.0, 8048.0, 8063.0, 8026.0, 8019.0, 8017.0, 7990.0, 8067.0, 8010.0, 8021.0, 8002.0, 7965.0, 7981.0, 7965.0, 7982.0, 7963.0, 7979.0, 7964.0, 7977.0, 7963.0, 7977.0, 7941.0, 7957.0, 7940.0, 7956.0, 7959.0, 7979.0, 7979.0, 7982.0, 7983.0, 8003.0, 7987.0, 8007.0, 7989.0, 8023.0, 7990.0, 8008.0, 7993.0, 8009.0, 7993.0, 7990.0, 7992.0, 7993.0, 7990.0, 7989.0, 8021.0, 7973.0, 7987.0, 7977.0, 8010.0, 8000.0, 8013.0, 8002.0, 8001.0, 7985.0, 8032.0, 8015.0, 8028.0, 8064.0, 8026.0, 8062.0, 8038.0, 8050.0, 8034.0, 8060.0, 8022.0, 8044.0, 7988.0, 7969.0, 7983.0, 7993.0, 8003.0, 7995.0, 8037.0, 8028.0, 8057.0, 8042.0, 8037.0, 8038.0, 8033.0, 8031.0, 8068.0, 8037.0, 8069.0, 8014.0, 8026.0, 7988.0, 7972.0, 7968.0, 7966.0, 7988.0, 7990.0, 8033.0, 8001.0, 7968.0, 7966.0, 7989.0, 7987.0, 8004.0, 8004.0, 8006.0, 8006.0, 8009.0, 8010.0, 8035.0, 7995.0, 7993.0, 8005.0, 7959.0, 8005.0, 8040.0, 7986.0, 8032.0, 7981.0, 8013.0, 7985.0, 8014.0, 7983.0, 8030.0, 8009.0, 7956.0, 7957.0, 7968.0, 7970.0, 7969.0, 7970.0, 7982.0, 8001.0, 7970.0, 8003.0, 8042.0, 8008.0, 8003.0, 7964.0, 7961.0, 7947.0, 7956.0, 7949.0, 7971.0, 8014.0, 8022.0, 8032.0, 8019.0, 8032.0, 8020.0, 8020.0, 8034.0, 8017.0, 8021.0, 8035.0, 8015.0, 8049.0, 8012.0, 8042.0, 8008.0, 8039.0, 8006.0, 8021.0, 8006.0, 8023.0, 8004.0, 8020.0, 8004.0, 7989.0, 8003.0, 7990.0, 8017.0, 7996.0, 8007.0, 8008.0, 8009.0, 8028.0, 8030.0, 7992.0, 7978.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.00062716091954023</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026061088620689652</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.56998899692752</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2337098798849244</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950220449367086</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4435.6816</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07184864089682909</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4224379043481234</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.309127399491567</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.651723391323442</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.306462922229362</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0193717</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017598185688257217</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033667273819446564</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.12007566465427</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>18.7303</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2355</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.2607</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296216.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>767.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.2159</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1098</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>396.5492</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2740.1617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2885.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80328.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1044.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3538.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>700.2255</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.36390161665622</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> |