=== 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-0090 --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-0090",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0090_ses-03_task-social_acq-mb8_run-01_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-0090_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_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-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-social_acq-mb8_run-01_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-0090/ses-03/func/sub-0090_ses-03_task-social_acq-mb8_run-01_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>054ed1933d86a9f27d9a08f3d4740535</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>17:49:33.152500</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.999731, 0.00598351, 0.0224018, -0.00593262, 0.99998, -0.00233768]</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-01_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.0910527</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7707, -7262, 589, 17, -111, -127, -1]</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>251.455</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3d6f329b-86ed-4040-b365-e843a8fe97ec||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.6822056770324707, -0.01591677777469158, 0.06052127853035927, 110.47282409667969], [-0.016053322702646255, 2.6828722953796387, -0.005951198283582926, -92.42729949951172], [0.060102272778749466, 0.006271816790103912, 2.699315071105957, -79.33183288574219], [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': ['174933.152500', '174933.612500', '174934.072500', '174934.532500', '174934.992500', '174935.452500', '174935.912500', '174936.372500', '174936.832500', '174937.292500', '174937.752500', '174938.212500', '174938.672500', '174939.132500', '174939.592500', '174940.052500', '174940.512500', '174940.972500', '174941.432500', '174941.892500', '174942.352500', '174942.812500', '174943.272500', '174943.732500', '174944.192500', '174944.652500', '174945.112500', '174945.572500', '174946.032500', '174946.492500', '174946.952500', '174947.412500', '174947.872500', '174948.332500', '174948.792500', '174949.252500', '174949.712500', '174950.172500', '174950.632500', '174951.092500', '174951.552500', '174952.012500', '174952.472500', '174952.932500', '174953.392500', '174953.852500', '174954.312500', '174954.772500', '174955.232500', '174955.692500', '174956.152500', '174956.612500', '174957.072500', '174957.532500', '174957.992500', '174958.452500', '174958.912500', '174959.372500', '174959.832500', '175000.292500', '175000.752500', '175001.212500', '175001.672500', '175002.132500', '175002.592500', '175003.052500', '175003.512500', '175003.972500', '175004.432500', '175004.892500', '175005.352500', '175005.812500', '175006.272500', '175006.732500', '175007.192500', '175007.652500', '175008.112500', '175008.572500', '175009.032500', '175009.492500', '175009.952500', '175010.412500', '175010.872500', '175011.332500', '175011.792500', '175012.252500', '175012.712500', '175013.172500', '175013.632500', '175014.092500', '175014.552500', '175015.012500', '175015.472500', '175015.932500', '175016.392500', '175016.852500', '175017.312500', '175017.772500', '175018.232500', '175018.692500', '175019.152500', '175019.612500', '175020.072500', '175020.532500', '175020.992500', '175021.452500', '175021.912500', '175022.372500', '175022.832500', '175023.292500', '175023.752500', '175024.212500', '175024.672500', '175025.132500', '175025.592500', '175026.052500', '175026.512500', '175026.972500', '175027.432500', '175027.892500', '175028.352500', '175028.812500', '175029.272500', '175029.732500', '175030.192500', '175030.652500', '175031.112500', '175031.572500', '175032.032500', '175032.492500', '175032.952500', '175033.412500', '175033.872500', '175034.332500', '175034.792500', '175035.252500', '175035.712500', '175036.172500', '175036.632500', '175037.092500', '175037.552500', '175038.012500', '175038.472500', '175038.932500', '175039.392500', '175039.852500', '175040.312500', '175040.772500', '175041.232500', '175041.692500', '175042.152500', '175042.612500', '175043.072500', '175043.532500', '175043.992500', '175044.452500', '175044.912500', '175045.372500', '175045.832500', '175046.292500', '175046.752500', '175047.212500', '175047.672500', '175048.132500', '175048.592500', '175049.052500', '175049.512500', '175049.972500', '175050.432500', '175050.892500', '175051.352500', '175051.812500', '175052.272500', '175052.732500', '175053.192500', '175053.652500', '175054.112500', '175054.572500', '175055.032500', '175055.492500', '175055.952500', '175056.412500', '175056.872500', '175057.332500', '175057.792500', '175058.252500', '175058.712500', '175059.172500', '175059.632500', '175100.092500', '175100.552500', '175101.012500', '175101.472500', '175101.932500', '175102.392500', '175102.852500', '175103.312500', '175103.772500', '175104.232500', '175104.692500', '175105.152500', '175105.612500', '175106.072500', '175106.532500', '175106.992500', '175107.452500', '175107.912500', '175108.372500', '175108.832500', '175109.292500', '175109.752500', '175110.212500', '175110.672500', '175111.132500', '175111.592500', '175112.052500', '175112.512500', '175112.972500', '175113.432500', '175113.892500', '175114.352500', '175114.812500', '175115.272500', '175115.732500', '175116.192500', '175116.652500', '175117.112500', '175117.572500', '175118.032500', '175118.492500', '175118.952500', '175119.412500', '175119.872500', '175120.332500', '175120.792500', '175121.252500', '175121.712500', '175122.172500', '175122.632500', '175123.092500', '175123.552500', '175124.012500', '175124.472500', '175124.932500', '175125.392500', '175125.852500', '175126.312500', '175126.772500', '175127.232500', '175127.692500', '175128.152500', '175128.612500', '175129.072500', '175129.532500', '175129.992500', '175130.452500', '175130.912500', '175131.372500', '175131.832500', '175132.292500', '175132.752500', '175133.212500', '175133.672500', '175134.132500', '175134.592500', '175135.052500', '175135.512500', '175135.972500', '175136.432500', '175136.892500', '175137.352500', '175137.812500', '175138.272500', '175138.732500', '175139.192500', '175139.652500', '175140.112500', '175140.572500', '175141.032500', '175141.492500', '175141.952500', '175142.412500', '175142.872500', '175143.332500', '175143.792500', '175144.252500', '175144.712500', '175145.172500', '175145.632500', '175146.092500', '175146.552500', '175147.012500', '175147.472500', '175147.932500', '175148.392500', '175148.852500', '175149.312500', '175149.772500', '175150.232500', '175150.692500', '175151.152500', '175151.612500', '175152.072500', '175152.532500', '175152.992500', '175153.452500', '175153.912500', '175154.372500', '175154.832500', '175155.292500', '175155.752500', '175156.212500', '175156.672500', '175157.132500', '175157.592500', '175158.052500', '175158.512500', '175158.972500', '175159.432500', '175159.892500', '175200.352500', '175200.812500', '175201.272500', '175201.732500', '175202.192500', '175202.652500', '175203.112500', '175203.572500', '175204.032500', '175204.492500', '175204.952500', '175205.412500', '175205.872500', '175206.332500', '175206.792500', '175207.252500', '175207.712500', '175208.172500', '175208.632500', '175209.092500', '175209.552500', '175210.012500', '175210.472500', '175210.932500', '175211.392500', '175211.852500', '175212.312500', '175212.772500', '175213.232500', '175213.692500', '175214.152500', '175214.612500', '175215.072500', '175215.532500', '175215.992500', '175216.452500', '175216.912500', '175217.372500', '175217.832500', '175218.292500', '175218.752500', '175219.212500', '175219.672500', '175220.132500', '175220.592500', '175221.052500', '175221.512500', '175221.972500', '175222.432500', '175222.892500', '175223.352500', '175223.812500', '175224.272500', '175224.732500', '175225.192500', '175225.652500', '175226.112500', '175226.572500', '175227.032500', '175227.492500', '175227.952500', '175228.412500', '175228.872500', '175229.332500', '175229.792500', '175230.252500', '175230.712500', '175231.172500', '175231.632500', '175232.092500', '175232.552500', '175233.012500', '175233.472500', '175233.932500', '175234.392500', '175234.852500', '175235.312500', '175235.772500', '175236.232500', '175236.692500', '175237.152500', '175237.612500', '175238.072500', '175238.532500', '175238.992500', '175239.452500', '175239.912500', '175240.372500', '175240.832500', '175241.292500', '175241.752500', '175242.212500', '175242.672500', '175243.132500', '175243.592500', '175244.052500', '175244.512500', '175244.972500', '175245.432500', '175245.892500', '175246.352500', '175246.812500', '175247.272500', '175247.732500', '175248.192500', '175248.652500', '175249.112500', '175249.572500', '175250.032500', '175250.492500', '175250.952500', '175251.412500', '175251.872500', '175252.332500', '175252.792500', '175253.252500', '175253.712500', '175254.172500', '175254.632500', '175255.092500', '175255.552500', '175256.012500', '175256.472500', '175256.932500', '175257.392500', '175257.852500', '175258.312500', '175258.772500', '175259.232500', '175259.692500', '175300.152500', '175300.612500', '175301.072500', '175301.532500', '175301.992500', '175302.452500', '175302.912500', '175303.372500', '175303.832500', '175304.292500', '175304.752500', '175305.212500', '175305.672500', '175306.132500', '175306.592500', '175307.052500', '175307.512500', '175307.972500', '175308.432500', '175308.892500', '175309.352500', '175309.812500', '175310.272500', '175310.732500', '175311.192500', '175311.652500', '175312.112500', '175312.572500', '175313.032500', '175313.492500', '175313.952500', '175314.412500', '175314.872500', '175315.332500', '175315.792500', '175316.252500', '175316.712500', '175317.172500', '175317.632500', '175318.092500', '175318.552500', '175319.012500', '175319.472500', '175319.932500', '175320.392500', '175320.852500', '175321.312500', '175321.772500', '175322.232500', '175322.692500', '175323.152500', '175323.612500', '175324.072500', '175324.532500', '175324.992500', '175325.452500', '175325.912500', '175326.372500', '175326.832500', '175327.292500', '175327.752500', '175328.212500', '175328.672500', '175329.132500', '175329.592500', '175330.052500', '175330.512500', '175330.972500', '175331.432500', '175331.892500', '175332.352500', '175332.812500', '175333.272500', '175333.732500', '175334.192500', '175334.652500', '175335.112500', '175335.572500', '175336.032500', '175336.492500', '175336.952500', '175337.412500', '175337.872500', '175338.332500', '175338.792500', '175339.252500', '175339.712500', '175340.172500', '175340.632500', '175341.092500', '175341.552500', '175342.012500', '175342.472500', '175342.932500', '175343.392500', '175343.852500', '175344.312500', '175344.772500', '175345.232500', '175345.692500', '175346.152500', '175346.612500', '175347.072500', '175347.532500', '175347.992500', '175348.452500', '175348.912500', '175349.372500', '175349.832500', '175350.292500', '175350.752500', '175351.212500', '175351.672500', '175352.132500', '175352.592500', '175353.052500', '175353.512500', '175353.972500', '175354.432500', '175354.892500', '175355.352500', '175355.812500', '175356.272500', '175356.732500', '175357.192500', '175357.652500', '175358.112500', '175358.572500', '175359.032500', '175359.492500', '175359.952500', '175400.412500', '175400.872500', '175401.332500', '175401.792500', '175402.252500', '175402.712500', '175403.172500', '175403.632500', '175404.092500', '175404.552500', '175405.012500', '175405.472500', '175405.932500', '175406.392500', '175406.852500', '175407.312500', '175407.772500', '175408.232500', '175408.692500', '175409.152500', '175409.612500', '175410.072500', '175410.532500', '175410.992500', '175411.452500', '175411.912500', '175412.372500', '175412.832500', '175413.292500', '175413.752500', '175414.212500', '175414.672500', '175415.132500', '175415.592500', '175416.052500', '175416.512500', '175416.972500', '175417.432500', '175417.892500', '175418.352500', '175418.812500', '175419.272500', '175419.732500', '175420.192500', '175420.652500', '175421.112500', '175421.572500', '175422.032500', '175422.492500', '175422.952500', '175423.412500', '175423.872500', '175424.332500', '175424.792500', '175425.252500', '175425.712500', '175426.172500', '175426.632500', '175427.092500', '175427.552500', '175428.012500', '175428.472500', '175428.932500', '175429.392500', '175429.852500', '175430.312500', '175430.772500', '175431.232500', '175431.692500', '175432.152500', '175432.612500', '175433.072500', '175433.532500', '175433.992500', '175434.452500', '175434.912500', '175435.372500', '175435.832500', '175436.292500', '175436.752500', '175437.212500', '175437.672500', '175438.132500', '175438.592500', '175439.052500', '175439.512500', '175439.972500', '175440.432500', '175440.892500', '175441.352500', '175441.812500', '175442.272500', '175442.732500', '175443.192500', '175443.652500', '175444.112500', '175444.572500', '175445.032500', '175445.492500', '175445.952500', '175446.412500', '175446.872500', '175447.332500', '175447.792500', '175448.252500', '175448.712500', '175449.172500', '175449.632500', '175450.092500', '175450.552500', '175451.012500', '175451.472500', '175451.932500', '175452.392500', '175452.852500', '175453.312500', '175453.772500', '175454.232500', '175454.692500', '175455.152500', '175455.612500', '175456.072500', '175456.532500', '175456.992500', '175457.452500', '175457.912500', '175458.372500', '175458.832500', '175459.292500', '175459.752500', '175500.212500', '175500.672500', '175501.132500', '175501.592500', '175502.052500', '175502.512500', '175502.972500', '175503.432500', '175503.892500', '175504.352500', '175504.812500', '175505.272500', '175505.732500', '175506.192500', '175506.652500', '175507.112500', '175507.572500', '175508.032500', '175508.492500', '175508.952500', '175509.412500', '175509.872500', '175510.332500', '175510.792500', '175511.252500', '175511.712500', '175512.172500', '175512.632500', '175513.092500', '175513.552500', '175514.012500', '175514.472500', '175514.932500', '175515.392500', '175515.852500', '175516.312500', '175516.772500', '175517.232500', '175517.692500', '175518.152500', '175518.612500', '175519.072500', '175519.532500', '175519.992500', '175520.452500', '175520.912500', '175521.372500', '175521.832500', '175522.292500', '175522.752500', '175523.212500', '175523.672500', '175524.132500', '175524.592500', '175525.052500', '175525.512500', '175525.972500', '175526.432500', '175526.892500', '175527.352500', '175527.812500', '175528.272500', '175528.732500', '175529.192500', '175529.652500', '175530.112500', '175530.572500', '175531.032500', '175531.492500', '175531.952500', '175532.412500', '175532.872500', '175533.332500', '175533.792500', '175534.252500', '175534.712500', '175535.172500', '175535.632500', '175536.092500', '175536.552500', '175537.012500', '175537.472500', '175537.932500', '175538.392500', '175538.852500', '175539.312500', '175539.772500', '175540.232500', '175540.692500', '175541.152500', '175541.612500', '175542.072500', '175542.532500', '175542.992500', '175543.452500', '175543.912500', '175544.372500', '175544.832500', '175545.292500', '175545.752500', '175546.212500', '175546.672500', '175547.132500', '175547.592500', '175548.052500', '175548.512500', '175548.972500', '175549.432500', '175549.892500', '175550.352500', '175550.812500', '175551.272500', '175551.732500', '175552.192500', '175552.652500', '175553.112500', '175553.572500', '175554.032500', '175554.492500', '175554.952500', '175555.412500', '175555.872500', '175556.332500', '175556.792500', '175557.252500', '175557.712500', '175558.172500', '175558.632500', '175559.092500', '175559.552500', '175600.012500', '175600.472500', '175600.932500', '175601.392500', '175601.852500', '175602.312500', '175602.772500', '175603.232500', '175603.692500', '175604.152500', '175604.612500', '175605.072500', '175605.532500', '175605.992500', '175606.452500', '175606.912500', '175607.372500', '175607.832500', '175608.292500', '175608.752500', '175609.212500', '175609.672500', '175610.132500', '175610.592500', '175611.052500', '175611.512500', '175611.972500', '175612.432500', '175612.892500', '175613.352500', '175613.812500'], 'ContentTime': ['174948.482000', '174948.489000', '174948.501000', '174948.504000', '174948.506000', '174948.509000', '174948.512000', '174948.514000', '174948.517000', '174948.519000', '174948.522000', '174948.525000', '174948.527000', '174948.530000', '174948.532000', '174948.535000', '174948.537000', '174948.540000', '174948.543000', '174948.545000', '174948.548000', '174948.550000', '174948.553000', '174948.555000', '174948.558000', '174948.560000', '174948.563000', '174948.571000', '174948.574000', '174948.577000', '175008.446000', '175008.449000', '175008.452000', '175008.454000', '175008.457000', '175008.459000', '175008.470000', '175008.473000', '175008.475000', '175008.478000', '175008.480000', '175008.483000', '175008.486000', '175008.488000', '175008.491000', '175008.493000', '175008.496000', '175008.499000', '175008.501000', '175008.504000', '175008.506000', '175008.509000', '175008.512000', '175008.515000', '175008.517000', '175008.520000', '175008.523000', '175008.525000', '175008.528000', '175008.530000', '175008.533000', '175008.535000', '175008.538000', '175008.540000', '175008.543000', '175008.546000', '175008.548000', '175008.551000', '175008.553000', '175008.556000', '175008.559000', '175008.562000', '175008.565000', '175028.446000', '175028.449000', '175028.452000', '175028.454000', '175028.457000', '175028.459000', '175028.462000', '175028.465000', '175028.467000', '175028.470000', '175028.472000', '175028.475000', '175028.477000', '175028.480000', '175028.482000', '175028.485000', '175028.488000', '175028.490000', '175028.493000', '175028.495000', '175028.498000', '175028.500000', '175028.503000', '175028.506000', '175028.508000', '175028.511000', '175028.513000', '175028.516000', '175028.518000', '175028.521000', '175028.524000', '175028.526000', '175028.529000', '175028.531000', '175028.534000', '175028.537000', '175028.539000', '175028.547000', '175028.550000', '175028.572000', '175028.575000', '175028.577000', '175028.580000', '175028.582000', '175048.447000', '175048.449000', '175048.452000', '175048.455000', '175048.457000', '175048.460000', '175048.462000', '175048.465000', '175048.467000', '175048.470000', '175048.473000', '175048.475000', '175048.478000', '175048.480000', '175048.483000', '175048.485000', '175048.488000', '175048.490000', '175048.493000', '175048.496000', '175048.498000', '175048.501000', '175048.503000', '175048.506000', '175048.508000', '175048.511000', '175048.514000', '175048.516000', '175048.519000', '175048.521000', '175048.524000', '175048.526000', '175048.529000', '175048.532000', '175048.534000', '175048.537000', '175048.539000', '175048.542000', '175048.545000', '175048.547000', '175048.550000', '175048.552000', '175048.555000', '175108.445000', '175108.448000', '175108.451000', '175108.454000', '175108.456000', '175108.459000', '175108.461000', '175108.464000', '175108.467000', '175108.469000', '175108.472000', '175108.474000', '175108.477000', '175108.480000', '175108.482000', '175108.485000', '175108.488000', '175108.490000', '175108.493000', '175108.495000', '175108.498000', '175108.501000', '175108.503000', '175108.506000', '175108.509000', '175108.511000', '175108.514000', '175108.516000', '175108.519000', '175108.521000', '175108.524000', '175108.526000', '175108.529000', '175108.532000', '175108.534000', '175108.537000', '175108.540000', '175108.542000', '175108.545000', '175108.547000', '175108.550000', '175108.553000', '175108.555000', '175108.558000', '175128.446000', '175128.449000', '175128.452000', '175128.454000', '175128.457000', '175128.460000', '175128.462000', '175128.465000', '175128.467000', '175128.470000', '175128.473000', '175128.475000', '175128.478000', '175128.480000', '175128.483000', '175128.486000', '175128.488000', '175128.491000', '175128.493000', '175128.496000', '175128.498000', '175128.501000', '175128.504000', '175128.506000', '175128.509000', '175128.511000', '175128.514000', '175128.516000', '175128.519000', '175128.522000', '175128.524000', '175128.527000', '175128.530000', '175128.532000', '175128.535000', '175128.537000', '175128.540000', '175128.543000', '175128.545000', '175128.549000', '175128.552000', '175128.555000', '175128.557000', '175148.446000', '175148.449000', '175148.452000', '175148.454000', '175148.457000', '175148.459000', '175148.462000', '175148.465000', '175148.467000', '175148.470000', '175148.472000', '175148.475000', '175148.478000', '175148.480000', '175148.483000', '175148.485000', '175148.488000', '175148.490000', '175148.493000', '175148.495000', '175148.498000', '175148.501000', '175148.503000', '175148.506000', '175148.509000', '175148.511000', '175148.514000', '175148.516000', '175148.519000', '175148.521000', '175148.524000', '175148.527000', '175148.529000', '175148.532000', '175148.534000', '175148.537000', '175148.540000', '175148.542000', '175148.545000', '175148.547000', '175148.550000', '175148.553000', '175148.555000', '175148.558000', '175208.446000', '175208.449000', '175208.452000', '175208.454000', '175208.457000', '175208.459000', '175208.462000', '175208.465000', '175208.467000', '175208.470000', '175208.472000', '175208.475000', '175208.478000', '175208.480000', '175208.483000', '175208.485000', '175208.488000', '175208.490000', '175208.493000', '175208.495000', '175208.498000', '175208.501000', '175208.503000', '175208.506000', '175208.508000', '175208.511000', '175208.514000', '175208.516000', '175208.519000', '175208.521000', '175208.524000', '175208.526000', '175208.529000', '175208.532000', '175208.542000', '175208.545000', '175208.547000', '175208.550000', '175208.553000', '175208.556000', '175208.559000', '175208.562000', '175208.564000', '175228.446000', '175228.449000', '175228.452000', '175228.454000', '175228.457000', '175228.460000', '175228.462000', '175228.465000', '175228.468000', '175228.470000', '175228.473000', '175228.475000', '175228.478000', '175228.480000', '175228.483000', '175228.486000', '175228.488000', '175228.491000', '175228.494000', '175228.496000', '175228.499000', '175228.501000', '175228.504000', '175228.506000', '175228.509000', '175228.512000', '175228.514000', '175228.517000', '175228.519000', '175228.522000', '175228.525000', '175228.527000', '175228.530000', '175228.532000', '175228.535000', '175228.538000', '175228.540000', '175228.543000', '175228.545000', '175228.548000', '175228.551000', '175228.553000', '175228.556000', '175228.558000', '175248.446000', '175248.449000', '175248.452000', '175248.454000', '175248.457000', '175248.460000', '175248.462000', '175248.465000', '175248.467000', '175248.470000', '175248.473000', '175248.475000', '175248.478000', '175248.480000', '175248.483000', '175248.485000', '175248.488000', '175248.490000', '175248.493000', '175248.496000', '175248.498000', '175248.501000', '175248.503000', '175248.506000', '175248.508000', '175248.511000', '175248.514000', '175248.516000', '175248.519000', '175248.521000', '175248.524000', '175248.527000', '175248.529000', '175248.532000', '175248.534000', '175248.537000', '175248.540000', '175248.542000', '175248.545000', '175248.547000', '175248.550000', '175248.552000', '175248.555000', '175308.446000', '175308.449000', '175308.452000', '175308.455000', '175308.457000', '175308.460000', '175308.462000', '175308.465000', '175308.468000', '175308.470000', '175308.473000', '175308.475000', '175308.478000', '175308.481000', '175308.483000', '175308.486000', '175308.488000', '175308.491000', '175308.493000', '175308.496000', '175308.499000', '175308.501000', '175308.504000', '175308.506000', '175308.509000', '175308.512000', '175308.514000', '175308.517000', '175308.519000', '175308.522000', '175308.524000', '175308.527000', '175308.530000', '175308.532000', '175308.535000', '175308.538000', '175308.540000', '175308.543000', '175308.545000', '175308.548000', '175308.550000', '175308.553000', '175308.556000', '175308.558000', '175328.446000', '175328.448000', '175328.451000', '175328.454000', '175328.456000', '175328.459000', '175328.461000', '175328.464000', '175328.467000', '175328.469000', '175328.472000', '175328.475000', '175328.477000', '175328.480000', '175328.482000', '175328.485000', '175328.487000', '175328.490000', '175328.493000', '175328.495000', '175328.498000', '175328.500000', '175328.503000', '175328.505000', '175328.508000', '175328.510000', '175328.513000', '175328.516000', '175328.518000', '175328.521000', '175328.523000', '175328.526000', '175328.529000', '175328.531000', '175328.534000', '175328.536000', '175328.539000', '175328.541000', '175328.544000', '175328.546000', '175328.549000', '175328.552000', '175328.555000', '175348.446000', '175348.449000', '175348.452000', '175348.454000', '175348.457000', '175348.460000', '175348.462000', '175348.465000', '175348.467000', '175348.470000', '175348.473000', '175348.475000', '175348.478000', '175348.481000', '175348.483000', '175348.486000', '175348.494000', '175348.497000', '175348.500000', '175348.502000', '175348.505000', '175348.507000', '175348.510000', '175348.513000', '175348.515000', '175348.518000', '175348.521000', '175348.523000', '175348.526000', '175348.528000', '175348.531000', '175348.534000', '175348.536000', '175348.539000', '175348.542000', '175348.544000', '175348.547000', '175348.549000', '175348.552000', '175348.554000', '175348.557000', '175348.560000', '175348.562000', '175348.565000', '175408.446000', '175408.449000', '175408.452000', '175408.454000', '175408.457000', '175408.460000', '175408.462000', '175408.465000', '175408.467000', '175408.470000', '175408.472000', '175408.475000', '175408.478000', '175408.480000', '175408.483000', '175408.485000', '175408.488000', '175408.491000', '175408.493000', '175408.496000', '175408.498000', '175408.501000', '175408.503000', '175408.506000', '175408.508000', '175408.511000', '175408.514000', '175408.516000', '175408.519000', '175408.521000', '175408.524000', '175408.527000', '175408.529000', '175408.532000', '175408.534000', '175408.537000', '175408.539000', '175408.542000', '175408.545000', '175408.547000', '175408.550000', '175408.552000', '175408.555000', '175428.447000', '175428.449000', '175428.452000', '175428.455000', '175428.457000', '175428.460000', '175428.462000', '175428.465000', '175428.468000', '175428.470000', '175428.473000', '175428.475000', '175428.478000', '175428.481000', '175428.483000', '175428.486000', '175428.488000', '175428.491000', '175428.494000', '175428.496000', '175428.499000', '175428.501000', '175428.504000', '175428.506000', '175428.509000', '175428.512000', '175428.514000', '175428.517000', '175428.520000', '175428.522000', '175428.525000', '175428.527000', '175428.530000', '175428.533000', '175428.535000', '175428.538000', '175428.540000', '175428.543000', '175428.546000', '175428.548000', '175428.551000', '175428.553000', '175428.556000', '175428.558000', '175448.446000', '175448.449000', '175448.452000', '175448.454000', '175448.457000', '175448.460000', '175448.462000', '175448.465000', '175448.467000', '175448.470000', '175448.472000', '175448.475000', '175448.478000', '175448.480000', '175448.483000', '175448.485000', '175448.488000', '175448.490000', '175448.493000', '175448.496000', '175448.498000', '175448.501000', '175448.503000', '175448.506000', '175448.508000', '175448.511000', '175448.513000', '175448.516000', '175448.519000', '175448.521000', '175448.524000', '175448.526000', '175448.529000', '175448.532000', '175448.534000', '175448.537000', '175448.539000', '175448.542000', '175448.544000', '175448.547000', '175448.550000', '175448.552000', '175448.555000', '175508.447000', '175508.449000', '175508.452000', '175508.454000', '175508.457000', '175508.460000', '175508.462000', '175508.465000', '175508.467000', '175508.470000', '175508.472000', '175508.475000', '175508.479000', '175508.482000', '175508.485000', '175508.487000', '175508.490000', '175508.493000', '175508.495000', '175508.498000', '175508.500000', '175508.503000', '175508.505000', '175508.508000', '175508.511000', '175508.513000', '175508.516000', '175508.519000', '175508.521000', '175508.528000', '175508.530000', '175508.534000', '175508.536000', '175508.539000', '175508.541000', '175508.544000', '175508.547000', '175508.549000', '175508.552000', '175508.555000', '175508.557000', '175508.572000', '175508.575000', '175508.577000', '175528.446000', '175528.449000', '175528.452000', '175528.454000', '175528.457000', '175528.460000', '175528.462000', '175528.465000', '175528.467000', '175528.470000', '175528.473000', '175528.475000', '175528.478000', '175528.480000', '175528.483000', '175528.485000', '175528.488000', '175528.491000', '175528.493000', '175528.496000', '175528.498000', '175528.501000', '175528.503000', '175528.506000', '175528.508000', '175528.511000', '175528.514000', '175528.516000', '175528.519000', '175528.521000', '175528.524000', '175528.526000', '175528.529000', '175528.532000', '175528.534000', '175528.537000', '175528.539000', '175528.542000', '175528.544000', '175528.547000', '175528.550000', '175528.552000', '175528.555000', '175548.445000', '175548.448000', '175548.451000', '175548.453000', '175548.456000', '175548.459000', '175548.461000', '175548.464000', '175548.467000', '175548.469000', '175548.472000', '175548.474000', '175548.477000', '175548.480000', '175548.482000', '175548.485000', '175548.488000', '175548.491000', '175548.494000', '175548.497000', '175548.499000', '175548.502000', '175548.505000', '175548.507000', '175548.510000', '175548.513000', '175548.516000', '175548.519000', '175548.522000', '175548.524000', '175548.527000', '175548.529000', '175548.532000', '175548.535000', '175548.537000', '175548.540000', '175548.543000', '175548.545000', '175548.548000', '175548.551000', '175548.553000', '175548.556000', '175548.558000', '175608.447000', '175608.449000', '175608.452000', '175608.455000', '175608.457000', '175608.460000', '175608.462000', '175608.465000', '175608.467000', '175608.470000', '175608.473000', '175608.475000', '175608.478000', '175608.480000', '175608.483000', '175608.486000', '175608.488000', '175608.491000', '175608.493000', '175608.496000', '175608.498000', '175608.501000', '175608.504000', '175608.506000', '175608.509000', '175608.511000', '175608.514000', '175608.517000', '175608.519000', '175608.522000', '175608.524000', '175608.527000', '175608.529000', '175608.532000', '175608.535000', '175608.537000', '175608.540000', '175608.542000', '175608.545000', '175608.547000', '175608.550000', '175608.552000', '175608.555000', '175608.558000', '175615.591000', '175615.594000', '175615.596000', '175615.599000', '175615.602000', '175615.604000', '175615.607000', '175615.610000', '175615.612000', '175615.615000', '175615.618000', '175615.621000', '175615.624000', '175615.627000', '175615.630000', '175615.632000'], 'InstanceCreationTime': ['174948.482000', '174948.489000', '174948.501000', '174948.504000', '174948.506000', '174948.509000', '174948.512000', '174948.514000', '174948.517000', '174948.519000', '174948.522000', '174948.525000', '174948.527000', '174948.530000', '174948.532000', '174948.535000', '174948.537000', '174948.540000', '174948.543000', '174948.545000', '174948.548000', '174948.550000', '174948.553000', '174948.555000', '174948.558000', '174948.560000', '174948.563000', '174948.571000', '174948.574000', '174948.577000', '175008.446000', '175008.449000', '175008.452000', '175008.454000', '175008.457000', '175008.459000', '175008.470000', '175008.473000', '175008.475000', '175008.478000', '175008.480000', '175008.483000', '175008.486000', '175008.488000', '175008.491000', '175008.493000', '175008.496000', '175008.499000', '175008.501000', '175008.504000', '175008.506000', '175008.509000', '175008.512000', '175008.515000', '175008.517000', '175008.520000', '175008.523000', '175008.525000', '175008.528000', '175008.530000', '175008.533000', '175008.535000', '175008.538000', '175008.540000', '175008.543000', '175008.546000', '175008.548000', '175008.551000', '175008.553000', '175008.556000', '175008.559000', '175008.562000', '175008.565000', '175028.446000', '175028.449000', '175028.452000', '175028.454000', '175028.457000', '175028.459000', '175028.462000', '175028.465000', '175028.467000', '175028.470000', '175028.472000', '175028.475000', '175028.477000', '175028.480000', '175028.482000', '175028.485000', '175028.488000', '175028.490000', '175028.493000', '175028.495000', '175028.498000', '175028.500000', '175028.503000', '175028.506000', '175028.508000', '175028.511000', '175028.513000', '175028.516000', '175028.518000', '175028.521000', '175028.524000', '175028.526000', '175028.529000', '175028.531000', '175028.534000', '175028.537000', '175028.539000', '175028.547000', '175028.550000', '175028.572000', '175028.575000', '175028.577000', '175028.580000', '175028.582000', '175048.447000', '175048.449000', '175048.452000', '175048.455000', '175048.457000', '175048.460000', '175048.462000', '175048.465000', '175048.467000', '175048.470000', '175048.473000', '175048.475000', '175048.478000', '175048.480000', '175048.483000', '175048.485000', '175048.488000', '175048.490000', '175048.493000', '175048.496000', '175048.498000', '175048.501000', '175048.503000', '175048.506000', '175048.508000', '175048.511000', '175048.514000', '175048.516000', '175048.519000', '175048.521000', '175048.524000', '175048.526000', '175048.529000', '175048.532000', '175048.534000', '175048.537000', '175048.539000', '175048.542000', '175048.545000', '175048.547000', '175048.550000', '175048.552000', '175048.555000', '175108.445000', '175108.448000', '175108.451000', '175108.454000', '175108.456000', '175108.459000', '175108.461000', '175108.464000', '175108.467000', '175108.469000', '175108.472000', '175108.474000', '175108.477000', '175108.480000', '175108.482000', '175108.485000', '175108.488000', '175108.490000', '175108.493000', '175108.495000', '175108.498000', '175108.501000', '175108.503000', '175108.506000', '175108.509000', '175108.511000', '175108.514000', '175108.516000', '175108.519000', '175108.521000', '175108.524000', '175108.526000', '175108.529000', '175108.532000', '175108.534000', '175108.537000', '175108.540000', '175108.542000', '175108.545000', '175108.547000', '175108.550000', '175108.553000', '175108.555000', '175108.558000', '175128.446000', '175128.449000', '175128.452000', '175128.454000', '175128.457000', '175128.460000', '175128.462000', '175128.465000', '175128.467000', '175128.470000', '175128.473000', '175128.475000', '175128.478000', '175128.480000', '175128.483000', '175128.486000', '175128.488000', '175128.491000', '175128.493000', '175128.496000', '175128.498000', '175128.501000', '175128.504000', '175128.506000', '175128.509000', '175128.511000', '175128.514000', '175128.516000', '175128.519000', '175128.522000', '175128.524000', '175128.527000', '175128.530000', '175128.532000', '175128.535000', '175128.537000', '175128.540000', '175128.543000', '175128.545000', '175128.549000', '175128.552000', '175128.555000', '175128.557000', '175148.446000', '175148.449000', '175148.452000', '175148.454000', '175148.457000', '175148.459000', '175148.462000', '175148.465000', '175148.467000', '175148.470000', '175148.472000', '175148.475000', '175148.478000', '175148.480000', '175148.483000', '175148.485000', '175148.488000', '175148.490000', '175148.493000', '175148.495000', '175148.498000', '175148.501000', '175148.503000', '175148.506000', '175148.509000', '175148.511000', '175148.514000', '175148.516000', '175148.519000', '175148.521000', '175148.524000', '175148.527000', '175148.529000', '175148.532000', '175148.534000', '175148.537000', '175148.540000', '175148.542000', '175148.545000', '175148.547000', '175148.550000', '175148.553000', '175148.555000', '175148.558000', '175208.446000', '175208.449000', '175208.452000', '175208.454000', '175208.457000', '175208.459000', '175208.462000', '175208.465000', '175208.467000', '175208.470000', '175208.472000', '175208.475000', '175208.478000', '175208.480000', '175208.483000', '175208.485000', '175208.488000', '175208.490000', '175208.493000', '175208.495000', '175208.498000', '175208.501000', '175208.503000', '175208.506000', '175208.508000', '175208.511000', '175208.514000', '175208.516000', '175208.519000', '175208.521000', '175208.524000', '175208.526000', '175208.529000', '175208.532000', '175208.542000', '175208.545000', '175208.547000', '175208.550000', '175208.553000', '175208.556000', '175208.559000', '175208.562000', '175208.564000', '175228.446000', '175228.449000', '175228.452000', '175228.454000', '175228.457000', '175228.460000', '175228.462000', '175228.465000', '175228.468000', '175228.470000', '175228.473000', '175228.475000', '175228.478000', '175228.480000', '175228.483000', '175228.486000', '175228.488000', '175228.491000', '175228.494000', '175228.496000', '175228.499000', '175228.501000', '175228.504000', '175228.506000', '175228.509000', '175228.512000', '175228.514000', '175228.517000', '175228.519000', '175228.522000', '175228.525000', '175228.527000', '175228.530000', '175228.532000', '175228.535000', '175228.538000', '175228.540000', '175228.543000', '175228.545000', '175228.548000', '175228.551000', '175228.553000', '175228.556000', '175228.558000', '175248.446000', '175248.449000', '175248.452000', '175248.454000', '175248.457000', '175248.460000', '175248.462000', '175248.465000', '175248.467000', '175248.470000', '175248.473000', '175248.475000', '175248.478000', '175248.480000', '175248.483000', '175248.485000', '175248.488000', '175248.490000', '175248.493000', '175248.496000', '175248.498000', '175248.501000', '175248.503000', '175248.506000', '175248.508000', '175248.511000', '175248.514000', '175248.516000', '175248.519000', '175248.521000', '175248.524000', '175248.527000', '175248.529000', '175248.532000', '175248.534000', '175248.537000', '175248.540000', '175248.542000', '175248.545000', '175248.547000', '175248.550000', '175248.552000', '175248.555000', '175308.446000', '175308.449000', '175308.452000', '175308.455000', '175308.457000', '175308.460000', '175308.462000', '175308.465000', '175308.468000', '175308.470000', '175308.473000', '175308.475000', '175308.478000', '175308.481000', '175308.483000', '175308.486000', '175308.488000', '175308.491000', '175308.493000', '175308.496000', '175308.499000', '175308.501000', '175308.504000', '175308.506000', '175308.509000', '175308.512000', '175308.514000', '175308.517000', '175308.519000', '175308.522000', '175308.524000', '175308.527000', '175308.530000', '175308.532000', '175308.535000', '175308.538000', '175308.540000', '175308.543000', '175308.545000', '175308.548000', '175308.550000', '175308.553000', '175308.556000', '175308.558000', '175328.446000', '175328.448000', '175328.451000', '175328.454000', '175328.456000', '175328.459000', '175328.461000', '175328.464000', '175328.467000', '175328.469000', '175328.472000', '175328.475000', '175328.477000', '175328.480000', '175328.482000', '175328.485000', '175328.487000', '175328.490000', '175328.493000', '175328.495000', '175328.498000', '175328.500000', '175328.503000', '175328.505000', '175328.508000', '175328.510000', '175328.513000', '175328.516000', '175328.518000', '175328.521000', '175328.523000', '175328.526000', '175328.529000', '175328.531000', '175328.534000', '175328.536000', '175328.539000', '175328.541000', '175328.544000', '175328.546000', '175328.549000', '175328.552000', '175328.555000', '175348.446000', '175348.449000', '175348.452000', '175348.454000', '175348.457000', '175348.460000', '175348.462000', '175348.465000', '175348.467000', '175348.470000', '175348.473000', '175348.475000', '175348.478000', '175348.481000', '175348.483000', '175348.486000', '175348.494000', '175348.497000', '175348.500000', '175348.502000', '175348.505000', '175348.507000', '175348.510000', '175348.513000', '175348.515000', '175348.518000', '175348.521000', '175348.523000', '175348.526000', '175348.528000', '175348.531000', '175348.534000', '175348.536000', '175348.539000', '175348.542000', '175348.544000', '175348.547000', '175348.549000', '175348.552000', '175348.554000', '175348.557000', '175348.560000', '175348.562000', '175348.565000', '175408.446000', '175408.449000', '175408.452000', '175408.454000', '175408.457000', '175408.460000', '175408.462000', '175408.465000', '175408.467000', '175408.470000', '175408.472000', '175408.475000', '175408.478000', '175408.480000', '175408.483000', '175408.485000', '175408.488000', '175408.491000', '175408.493000', '175408.496000', '175408.498000', '175408.501000', '175408.503000', '175408.506000', '175408.508000', '175408.511000', '175408.514000', '175408.516000', '175408.519000', '175408.521000', '175408.524000', '175408.527000', '175408.529000', '175408.532000', '175408.534000', '175408.537000', '175408.539000', '175408.542000', '175408.545000', '175408.547000', '175408.550000', '175408.552000', '175408.555000', '175428.447000', '175428.449000', '175428.452000', '175428.455000', '175428.457000', '175428.460000', '175428.462000', '175428.465000', '175428.468000', '175428.470000', '175428.473000', '175428.475000', '175428.478000', '175428.481000', '175428.483000', '175428.486000', '175428.488000', '175428.491000', '175428.494000', '175428.496000', '175428.499000', '175428.501000', '175428.504000', '175428.506000', '175428.509000', '175428.512000', '175428.514000', '175428.517000', '175428.520000', '175428.522000', '175428.525000', '175428.527000', '175428.530000', '175428.533000', '175428.535000', '175428.538000', '175428.540000', '175428.543000', '175428.546000', '175428.548000', '175428.551000', '175428.553000', '175428.556000', '175428.558000', '175448.446000', '175448.449000', '175448.452000', '175448.454000', '175448.457000', '175448.460000', '175448.462000', '175448.465000', '175448.467000', '175448.470000', '175448.472000', '175448.475000', '175448.478000', '175448.480000', '175448.483000', '175448.485000', '175448.488000', '175448.490000', '175448.493000', '175448.496000', '175448.498000', '175448.501000', '175448.503000', '175448.506000', '175448.508000', '175448.511000', '175448.513000', '175448.516000', '175448.519000', '175448.521000', '175448.524000', '175448.526000', '175448.529000', '175448.532000', '175448.534000', '175448.537000', '175448.539000', '175448.542000', '175448.544000', '175448.547000', '175448.550000', '175448.552000', '175448.555000', '175508.447000', '175508.449000', '175508.452000', '175508.454000', '175508.457000', '175508.460000', '175508.462000', '175508.465000', '175508.467000', '175508.470000', '175508.472000', '175508.475000', '175508.479000', '175508.482000', '175508.485000', '175508.487000', '175508.490000', '175508.493000', '175508.495000', '175508.498000', '175508.500000', '175508.503000', '175508.505000', '175508.508000', '175508.511000', '175508.513000', '175508.516000', '175508.519000', '175508.521000', '175508.528000', '175508.530000', '175508.534000', '175508.536000', '175508.539000', '175508.541000', '175508.544000', '175508.547000', '175508.549000', '175508.552000', '175508.555000', '175508.557000', '175508.572000', '175508.575000', '175508.577000', '175528.446000', '175528.449000', '175528.452000', '175528.454000', '175528.457000', '175528.460000', '175528.462000', '175528.465000', '175528.467000', '175528.470000', '175528.473000', '175528.475000', '175528.478000', '175528.480000', '175528.483000', '175528.485000', '175528.488000', '175528.491000', '175528.493000', '175528.496000', '175528.498000', '175528.501000', '175528.503000', '175528.506000', '175528.508000', '175528.511000', '175528.514000', '175528.516000', '175528.519000', '175528.521000', '175528.524000', '175528.526000', '175528.529000', '175528.532000', '175528.534000', '175528.537000', '175528.539000', '175528.542000', '175528.544000', '175528.547000', '175528.550000', '175528.552000', '175528.555000', '175548.445000', '175548.448000', '175548.451000', '175548.453000', '175548.456000', '175548.459000', '175548.461000', '175548.464000', '175548.467000', '175548.469000', '175548.472000', '175548.474000', '175548.477000', '175548.480000', '175548.482000', '175548.485000', '175548.488000', '175548.491000', '175548.494000', '175548.497000', '175548.499000', '175548.502000', '175548.505000', '175548.507000', '175548.510000', '175548.513000', '175548.516000', '175548.519000', '175548.522000', '175548.524000', '175548.527000', '175548.529000', '175548.532000', '175548.535000', '175548.537000', '175548.540000', '175548.543000', '175548.545000', '175548.548000', '175548.551000', '175548.553000', '175548.556000', '175548.558000', '175608.447000', '175608.449000', '175608.452000', '175608.455000', '175608.457000', '175608.460000', '175608.462000', '175608.465000', '175608.467000', '175608.470000', '175608.473000', '175608.475000', '175608.478000', '175608.480000', '175608.483000', '175608.486000', '175608.488000', '175608.491000', '175608.493000', '175608.496000', '175608.498000', '175608.501000', '175608.504000', '175608.506000', '175608.509000', '175608.511000', '175608.514000', '175608.517000', '175608.519000', '175608.522000', '175608.524000', '175608.527000', '175608.529000', '175608.532000', '175608.535000', '175608.537000', '175608.540000', '175608.542000', '175608.545000', '175608.547000', '175608.550000', '175608.552000', '175608.555000', '175608.558000', '175615.591000', '175615.594000', '175615.596000', '175615.599000', '175615.602000', '175615.604000', '175615.607000', '175615.610000', '175615.612000', '175615.615000', '175615.618000', '175615.621000', '175615.624000', '175615.627000', '175615.630000', '175615.632000'], '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': [12443, 10632, 12998, 13445, 11449, 16964, 12642, 11838, 17142, 12282, 15742, 16222, 12688, 17819, 11293, 8917, 14175, 11401, 16630, 11599, 8192, 12736, 10587, 14444, 11475, 8388, 11870, 9333, 14204, 11556, 13415, 11093, 7867, 13274, 10616, 13966, 10677, 7809, 14205, 11290, 15001, 11264, 8555, 14854, 12040, 15382, 11930, 8924, 14215, 12323, 13737, 9681, 11059, 11169, 9245, 12864, 9974, 13423, 11312, 10594, 12680, 9707, 13730, 11304, 7898, 13591, 11177, 8789, 13890, 10627, 8465, 14585, 11850, 9672, 12333, 8521, 14903, 10886, 13825, 10590, 8530, 12239, 8861, 14525, 11336, 10818, 11250, 8919, 13381, 9467, 13518, 10732, 14325, 11289, 9848, 11850, 8822, 13888, 11168, 14302, 11601, 8446, 13323, 10980, 15705, 11940, 9066, 13384, 10892, 14471, 11625, 10551, 13028, 9310, 13186, 11492, 13773, 11886, 8697, 13153, 9876, 14071, 11799, 11842, 12341, 8595, 13939, 11197, 15144, 11381, 8512, 13510, 11291, 13681, 12551, 8849, 13568, 11710, 9911, 14151, 12131, 9540, 13990, 11580, 9076, 13723, 9893, 14391, 12257, 11539, 12137, 8679, 14371, 11446, 14387, 11606, 8495, 13336, 9823, 14516, 11751, 8487, 13710, 11582, 12884, 13422, 9763, 14155, 11658, 10099, 14162, 11609, 13560, 11626, 8497, 14551, 11804, 13457, 11505, 8119, 14584, 11376, 14664, 11071, 8422, 14180, 11247, 14363, 11550, 9092, 13030, 9209, 14828, 12175, 10008, 13301, 11439, 8650, 13760, 10956, 13820, 12676, 9228, 13493, 11665, 10139, 12968, 9137, 14722, 11726, 13333, 11499, 10214, 12578, 9073, 14590, 11334, 13462, 11461, 12883, 11636, 9299, 13450, 9718, 14706, 11678, 10886, 13010, 8748, 14470, 12237, 13935, 12754, 9606, 14134, 11224, 14099, 11680, 10214, 14093, 10441, 13588, 11806, 11031, 12402, 9283, 15199, 11666, 13766, 11363, 10754, 13549, 10067, 13956, 11299, 11015, 13573, 11471, 10049, 14409, 11693, 14992, 12542, 9035, 14073, 11327, 14333, 11928, 8771, 13950, 10749, 14966, 12378, 8959, 13553, 10504, 14651, 12401, 11794, 13160, 9102, 14902, 12224, 10534, 13965, 10217, 14231, 11633, 10566, 14468, 10767, 13967, 11907, 12921, 12207, 9658, 14020, 11173, 13789, 12103, 9347, 14559, 12247, 10983, 12632, 9281, 15073, 12251, 11955, 12417, 9462, 14571, 11970, 13671, 11188, 10449, 13725, 11847, 8732, 14484, 12271, 8804, 14062, 11937, 9839, 14572, 10593, 13659, 11547, 13707, 11325, 14307, 11555, 9451, 12103, 8080, 15144, 11568, 13256, 11559, 8838, 14464, 11047, 14414, 11717, 11282, 13852, 10044, 14789, 12169, 14164, 11780, 9496, 14765, 12166, 13804, 11859, 8933, 15305, 11843, 13798, 11980, 12261, 13199, 9416, 14739, 10992, 13891, 11893, 14406, 11803, 9177, 13463, 9386, 15247, 12394, 12987, 12406, 8482, 15227, 11984, 15038, 12200, 8821, 14702, 11950, 13623, 13422, 9634, 14493, 11984, 9945, 14847, 11799, 14285, 12157, 9658, 14864, 12118, 12451, 12082, 9220, 15120, 12560, 11421, 12622, 9052, 15421, 12368, 11729, 13949, 10676, 14696, 11764, 9718, 15029, 11352, 14117, 11626, 9201, 14839, 11790, 13943, 11506, 9157, 14889, 12256, 9829, 13106, 12297, 10645, 14109, 11736, 11212, 14280, 11943, 8906, 15366, 12782, 10784, 13807, 9696, 15734, 12703, 10435, 13320, 8971, 15230, 12285, 14286, 11737, 8143, 14055, 10516, 14729, 11737, 8938, 13465, 9261, 14903, 12441, 12073, 11704, 8908, 14384, 9703, 14282, 11754, 14533, 11480, 8578, 13752, 10555, 14524, 11619, 9685, 13930, 11072, 15263, 12337, 15309, 11869, 9112, 13099, 8384, 15093, 11369, 13988, 11652, 10246, 13208, 8750, 14961, 12115, 14527, 11783, 11073, 13630, 10787, 14242, 12295, 8779, 15249, 12666, 11737, 14377, 11418, 12667, 12928, 9622, 15558, 12707, 8875, 14613, 11873, 11028, 14342, 11359, 12037, 13182, 9788, 15393, 12776, 9023, 14779, 12298, 11790, 14392, 11620, 9731, 14602, 11384, 15310, 12935, 9118, 15084, 12306, 9948, 14884, 11764, 11281, 13401, 9759, 14620, 11936, 8526, 14703, 10980, 15244, 12339, 8984, 13994, 9845, 15188, 12343, 9477, 13790, 9267, 15238, 12669, 10378, 13615, 9420, 15521, 10271, 9968, 15919, 12017, 9643, 13566, 11618, 9351, 12945, 12805, 10492, 15373, 12503, 10032, 13985, 11125, 14494, 11831, 13899, 12950, 9048, 14512, 12051, 11803, 13148, 8951, 14871, 12014, 14072, 12138, 8956, 14694, 11852, 13796, 12016, 9473, 14617, 11257, 14514, 11877, 10099, 14511, 10010, 14900, 12053, 14410, 12116, 8989, 14439, 12259, 9405, 14786, 11502, 15764, 12548, 9344, 14868, 12261, 11307, 14017, 11618, 10272, 15092, 12617, 9525, 14142, 12451, 9738, 15513, 13119, 10781, 14906, 11821, 13836, 12077, 9533, 15072, 11716, 14774, 11479, 9660, 14887, 12012, 11711, 13011, 9199, 15396, 12856, 9981, 14236, 10267, 15735, 12858, 15536, 13144, 9769, 14010, 12010, 13378, 12344, 9717, 15509, 12679, 10584, 13594, 9466, 15485, 12589, 12941, 13753, 9532, 15085, 12112, 13569, 12792, 9122, 14789, 12223, 13155, 12880, 9250, 14412, 12014, 9933, 14466, 10987, 14649, 12218, 9329, 15324, 12592, 9634, 14170, 9959, 15159, 12772, 10708, 13083, 8776, 15501, 11865, 13733, 11604, 9167, 14285, 10745, 14611, 12037, 9038, 14225, 10394, 15190, 12513, 9838, 14254, 12855, 12715, 10841, 9054, 14510, 11464, 12010, 12671, 9461, 15670, 12671, 9342, 15081, 11962, 15838, 12439, 9110, 13880, 12638, 8725, 14336, 11948, 9234, 14429, 11925, 8602, 15117, 12904, 11944, 13526, 8649, 14403, 10961, 14753, 12182, 9857, 13249, 9090, 15497, 12375, 11784, 12991, 8833, 15231, 12103, 15488, 12135, 9600, 14072, 10533, 14561, 11883, 10627, 14348, 10695, 14232, 11581, 9078, 14084, 9662, 15403, 13404, 11666, 13242, 8943, 15296, 12296, 13730, 12488, 9277, 15117, 11858, 13227, 12602, 10138, 14868, 12148, 10665, 13028, 9228, 15112, 12041, 13229, 11268, 9822, 14450, 9696, 14644, 11757, 11319, 12873, 10639, 12588, 14200, 12205, 8952, 15055, 12347, 11427, 14551, 11355, 14900, 11955, 15133, 12074, 10256, 13728, 10015, 14491, 11668, 11856, 12796, 8620, 14920, 11713, 14548, 12074, 9633, 13592, 10219, 15286, 12228, 13568, 12649, 8955, 15207, 12084, 14361, 12628, 9247, 14517, 12099, 12673, 12716, 9769, 14538, 11456, 14453, 11890, 13547, 12745, 8830, 14308, 11249, 14843, 12306, 9218, 13838, 10261, 15385, 11856, 11745, 13650], 'WindowCenter': [4568.0, 4541.0, 4546.0, 4536.0, 4523.0, 4553.0, 4508.0, 4496.0, 4525.0, 4494.0, 4501.0, 4502.0, 4478.0, 4509.0, 4467.0, 4447.0, 4488.0, 4467.0, 4508.0, 4467.0, 4435.0, 4476.0, 4467.0, 4497.0, 4478.0, 4449.0, 4479.0, 4460.0, 4497.0, 4480.0, 4499.0, 4494.0, 4463.0, 4502.0, 4480.0, 4501.0, 4483.0, 4452.0, 4513.0, 4508.0, 4524.0, 4494.0, 4462.0, 4512.0, 4504.0, 4526.0, 4493.0, 4463.0, 4515.0, 4504.0, 4512.0, 4475.0, 4480.0, 4491.0, 4471.0, 4491.0, 4470.0, 4501.0, 4481.0, 4480.0, 4491.0, 4473.0, 4498.0, 4492.0, 4453.0, 4503.0, 4492.0, 4462.0, 4503.0, 4482.0, 4463.0, 4513.0, 4494.0, 4472.0, 4493.0, 4461.0, 4515.0, 4483.0, 4502.0, 4471.0, 4450.0, 4491.0, 4461.0, 4512.0, 4482.0, 4479.0, 4481.0, 4462.0, 4503.0, 4474.0, 4504.0, 4483.0, 4514.0, 4494.0, 4473.0, 4492.0, 4461.0, 4514.0, 4494.0, 4512.0, 4493.0, 4461.0, 4502.0, 4491.0, 4525.0, 4493.0, 4473.0, 4513.0, 4494.0, 4511.0, 4495.0, 4482.0, 4503.0, 4471.0, 4491.0, 4493.0, 4500.0, 4492.0, 4459.0, 4489.0, 4473.0, 4499.0, 4493.0, 4489.0, 4491.0, 4448.0, 4500.0, 4482.0, 4513.0, 4481.0, 4450.0, 4499.0, 4493.0, 4502.0, 4494.0, 4461.0, 4502.0, 4491.0, 4485.0, 4514.0, 4505.0, 4483.0, 4515.0, 4494.0, 4474.0, 4514.0, 4484.0, 4514.0, 4506.0, 4494.0, 4492.0, 4462.0, 4501.0, 4483.0, 4503.0, 4481.0, 4448.0, 4499.0, 4469.0, 4511.0, 4493.0, 4461.0, 4499.0, 4494.0, 4504.0, 4515.0, 4482.0, 4513.0, 4493.0, 4485.0, 4512.0, 4493.0, 4502.0, 4481.0, 4462.0, 4502.0, 4493.0, 4500.0, 4479.0, 4450.0, 4513.0, 4490.0, 4501.0, 4482.0, 4451.0, 4499.0, 4494.0, 4513.0, 4492.0, 4460.0, 4490.0, 4461.0, 4500.0, 4492.0, 4472.0, 4502.0, 4493.0, 4462.0, 4499.0, 4483.0, 4501.0, 4504.0, 4473.0, 4503.0, 4495.0, 4482.0, 4501.0, 4473.0, 4514.0, 4494.0, 4502.0, 4483.0, 4473.0, 4492.0, 4460.0, 4502.0, 4483.0, 4501.0, 4480.0, 4489.0, 4489.0, 4459.0, 4504.0, 4469.0, 4510.0, 4490.0, 4480.0, 4499.0, 4458.0, 4501.0, 4494.0, 4515.0, 4504.0, 4472.0, 4504.0, 4482.0, 4500.0, 4494.0, 4470.0, 4504.0, 4483.0, 4502.0, 4490.0, 4469.0, 4491.0, 4461.0, 4512.0, 4480.0, 4500.0, 4482.0, 4480.0, 4504.0, 4485.0, 4505.0, 4481.0, 4485.0, 4502.0, 4490.0, 4469.0, 4513.0, 4495.0, 4514.0, 4504.0, 4464.0, 4502.0, 4484.0, 4503.0, 4490.0, 4449.0, 4500.0, 4482.0, 4512.0, 4494.0, 4460.0, 4499.0, 4482.0, 4510.0, 4503.0, 4492.0, 4501.0, 4460.0, 4510.0, 4503.0, 4482.0, 4513.0, 4480.0, 4513.0, 4492.0, 4483.0, 4514.0, 4485.0, 4513.0, 4496.0, 4506.0, 4495.0, 4475.0, 4514.0, 4493.0, 4512.0, 4504.0, 4473.0, 4515.0, 4506.0, 4493.0, 4505.0, 4477.0, 4513.0, 4507.0, 4505.0, 4505.0, 4471.0, 4515.0, 4493.0, 4505.0, 4484.0, 4483.0, 4503.0, 4493.0, 4464.0, 4515.0, 4505.0, 4462.0, 4512.0, 4494.0, 4482.0, 4515.0, 4484.0, 4502.0, 4496.0, 4502.0, 4482.0, 4503.0, 4485.0, 4462.0, 4481.0, 4451.0, 4511.0, 4493.0, 4501.0, 4494.0, 4460.0, 4515.0, 4492.0, 4515.0, 4503.0, 4493.0, 4517.0, 4482.0, 4515.0, 4503.0, 4514.0, 4492.0, 4484.0, 4516.0, 4506.0, 4513.0, 4493.0, 4474.0, 4523.0, 4497.0, 4501.0, 4492.0, 4493.0, 4503.0, 4463.0, 4513.0, 4479.0, 4499.0, 4482.0, 4500.0, 4490.0, 4462.0, 4501.0, 4461.0, 4511.0, 4491.0, 4491.0, 4491.0, 4449.0, 4510.0, 4491.0, 4511.0, 4491.0, 4459.0, 4509.0, 4495.0, 4513.0, 4514.0, 4473.0, 4511.0, 4498.0, 4482.0, 4517.0, 4495.0, 4514.0, 4495.0, 4472.0, 4512.0, 4493.0, 4492.0, 4491.0, 4470.0, 4515.0, 4492.0, 4481.0, 4493.0, 4459.0, 4512.0, 4492.0, 4493.0, 4498.0, 4480.0, 4510.0, 4488.0, 4471.0, 4510.0, 4481.0, 4501.0, 4482.0, 4460.0, 4503.0, 4493.0, 4503.0, 4480.0, 4460.0, 4511.0, 4507.0, 4473.0, 4501.0, 4504.0, 4482.0, 4513.0, 4494.0, 4494.0, 4515.0, 4493.0, 4472.0, 4524.0, 4505.0, 4495.0, 4500.0, 4473.0, 4513.0, 4502.0, 4483.0, 4505.0, 4460.0, 4510.0, 4491.0, 4501.0, 4477.0, 4441.0, 4502.0, 4481.0, 4513.0, 4493.0, 4459.0, 4503.0, 4461.0, 4508.0, 4493.0, 4478.0, 4491.0, 4459.0, 4501.0, 4460.0, 4499.0, 4482.0, 4504.0, 4480.0, 4452.0, 4502.0, 4468.0, 4495.0, 4482.0, 4470.0, 4504.0, 4483.0, 4510.0, 4492.0, 4514.0, 4483.0, 4459.0, 4491.0, 4447.0, 4500.0, 4480.0, 4500.0, 4480.0, 4473.0, 4492.0, 4460.0, 4515.0, 4493.0, 4501.0, 4482.0, 4482.0, 4503.0, 4480.0, 4512.0, 4491.0, 4463.0, 4513.0, 4503.0, 4492.0, 4514.0, 4494.0, 4502.0, 4495.0, 4475.0, 4513.0, 4504.0, 4466.0, 4513.0, 4493.0, 4496.0, 4514.0, 4495.0, 4492.0, 4503.0, 4485.0, 4514.0, 4502.0, 4464.0, 4514.0, 4503.0, 4491.0, 4516.0, 4493.0, 4470.0, 4513.0, 4493.0, 4524.0, 4505.0, 4462.0, 4512.0, 4494.0, 4472.0, 4511.0, 4493.0, 4480.0, 4502.0, 4469.0, 4513.0, 4493.0, 4451.0, 4501.0, 4482.0, 4509.0, 4491.0, 4459.0, 4501.0, 4470.0, 4513.0, 4494.0, 4461.0, 4501.0, 4463.0, 4514.0, 4503.0, 4471.0, 4504.0, 4475.0, 4524.0, 4496.0, 4473.0, 4523.0, 4506.0, 4473.0, 4515.0, 4504.0, 4476.0, 4519.0, 4504.0, 4495.0, 4527.0, 4502.0, 4484.0, 4506.0, 4484.0, 4503.0, 4494.0, 4502.0, 4492.0, 4460.0, 4501.0, 4491.0, 4490.0, 4492.0, 4461.0, 4510.0, 4491.0, 4501.0, 4491.0, 4464.0, 4502.0, 4480.0, 4501.0, 4491.0, 4462.0, 4503.0, 4481.0, 4500.0, 4490.0, 4471.0, 4503.0, 4473.0, 4502.0, 4487.0, 4501.0, 4493.0, 4463.0, 4515.0, 4492.0, 4473.0, 4515.0, 4496.0, 4527.0, 4507.0, 4473.0, 4516.0, 4494.0, 4482.0, 4514.0, 4492.0, 4483.0, 4515.0, 4506.0, 4475.0, 4514.0, 4494.0, 4476.0, 4525.0, 4507.0, 4486.0, 4514.0, 4494.0, 4501.0, 4495.0, 4474.0, 4513.0, 4491.0, 4501.0, 4481.0, 4472.0, 4512.0, 4493.0, 4492.0, 4502.0, 4473.0, 4525.0, 4503.0, 4483.0, 4516.0, 4482.0, 4521.0, 4505.0, 4512.0, 4506.0, 4473.0, 4504.0, 4494.0, 4500.0, 4493.0, 4461.0, 4511.0, 4494.0, 4471.0, 4492.0, 4462.0, 4512.0, 4489.0, 4490.0, 4502.0, 4461.0, 4498.0, 4492.0, 4488.0, 4490.0, 4459.0, 4501.0, 4480.0, 4490.0, 4478.0, 4448.0, 4488.0, 4477.0, 4460.0, 4495.0, 4469.0, 4498.0, 4479.0, 4460.0, 4509.0, 4492.0, 4460.0, 4499.0, 4470.0, 4499.0, 4494.0, 4470.0, 4489.0, 4450.0, 4498.0, 4478.0, 4488.0, 4467.0, 4458.0, 4501.0, 4467.0, 4498.0, 4480.0, 4448.0, 4501.0, 4470.0, 4513.0, 4492.0, 4471.0, 4514.0, 4504.0, 4493.0, 4482.0, 4463.0, 4512.0, 4496.0, 4488.0, 4503.0, 4472.0, 4520.0, 4503.0, 4473.0, 4516.0, 4494.0, 4513.0, 4493.0, 4463.0, 4503.0, 4503.0, 4465.0, 4514.0, 4496.0, 4472.0, 4516.0, 4492.0, 4462.0, 4515.0, 4507.0, 4494.0, 4503.0, 4452.0, 4502.0, 4485.0, 4503.0, 4493.0, 4473.0, 4494.0, 4460.0, 4510.0, 4494.0, 4492.0, 4504.0, 4465.0, 4514.0, 4493.0, 4516.0, 4495.0, 4468.0, 4515.0, 4483.0, 4512.0, 4496.0, 4487.0, 4517.0, 4485.0, 4517.0, 4496.0, 4475.0, 4513.0, 4477.0, 4525.0, 4519.0, 4497.0, 4506.0, 4461.0, 4513.0, 4496.0, 4504.0, 4495.0, 4460.0, 4511.0, 4493.0, 4492.0, 4491.0, 4474.0, 4504.0, 4491.0, 4469.0, 4489.0, 4462.0, 4500.0, 4491.0, 4489.0, 4479.0, 4469.0, 4504.0, 4471.0, 4500.0, 4482.0, 4478.0, 4499.0, 4481.0, 4506.0, 4512.0, 4502.0, 4472.0, 4526.0, 4505.0, 4492.0, 4514.0, 4494.0, 4515.0, 4497.0, 4517.0, 4496.0, 4473.0, 4503.0, 4470.0, 4497.0, 4484.0, 4480.0, 4494.0, 4451.0, 4501.0, 4482.0, 4502.0, 4492.0, 4461.0, 4492.0, 4466.0, 4510.0, 4491.0, 4489.0, 4491.0, 4460.0, 4510.0, 4492.0, 4501.0, 4493.0, 4461.0, 4500.0, 4491.0, 4488.0, 4488.0, 4473.0, 4501.0, 4483.0, 4499.0, 4479.0, 4489.0, 4490.0, 4448.0, 4499.0, 4467.0, 4498.0, 4478.0, 4460.0, 4490.0, 4471.0, 4511.0, 4479.0, 4492.0, 4500.0], 'WindowWidth': [10039.0, 9985.0, 9979.0, 9963.0, 9941.0, 9984.0, 9911.0, 9888.0, 9928.0, 9882.0, 9890.0, 9896.0, 9853.0, 9902.0, 9834.0, 9806.0, 9864.0, 9838.0, 9897.0, 9836.0, 9791.0, 9846.0, 9837.0, 9878.0, 9854.0, 9814.0, 9854.0, 9831.0, 9879.0, 9860.0, 9884.0, 9883.0, 9844.0, 9892.0, 9861.0, 9889.0, 9865.0, 9826.0, 9910.0, 9909.0, 9925.0, 9882.0, 9838.0, 9907.0, 9899.0, 9931.0, 9882.0, 9839.0, 9916.0, 9900.0, 9909.0, 9857.0, 9862.0, 9876.0, 9850.0, 9877.0, 9845.0, 9886.0, 9860.0, 9860.0, 9877.0, 9851.0, 9880.0, 9879.0, 9825.0, 9893.0, 9879.0, 9836.0, 9894.0, 9863.0, 9840.0, 9910.0, 9884.0, 9851.0, 9880.0, 9836.0, 9914.0, 9867.0, 9891.0, 9847.0, 9817.0, 9873.0, 9834.0, 9906.0, 9863.0, 9856.0, 9860.0, 9837.0, 9895.0, 9855.0, 9895.0, 9866.0, 9911.0, 9886.0, 9853.0, 9876.0, 9835.0, 9910.0, 9886.0, 9908.0, 9880.0, 9837.0, 9892.0, 9879.0, 9928.0, 9884.0, 9855.0, 9909.0, 9884.0, 9905.0, 9886.0, 9867.0, 9896.0, 9849.0, 9876.0, 9880.0, 9888.0, 9876.0, 9830.0, 9869.0, 9850.0, 9885.0, 9878.0, 9871.0, 9871.0, 9813.0, 9885.0, 9865.0, 9909.0, 9862.0, 9817.0, 9884.0, 9881.0, 9893.0, 9883.0, 9837.0, 9891.0, 9877.0, 9872.0, 9911.0, 9901.0, 9869.0, 9914.0, 9885.0, 9856.0, 9910.0, 9871.0, 9914.0, 9904.0, 9882.0, 9877.0, 9836.0, 9889.0, 9865.0, 9895.0, 9861.0, 9815.0, 9883.0, 9844.0, 9904.0, 9879.0, 9834.0, 9884.0, 9882.0, 9897.0, 9912.0, 9866.0, 9909.0, 9883.0, 9872.0, 9909.0, 9881.0, 9895.0, 9861.0, 9837.0, 9892.0, 9880.0, 9890.0, 9857.0, 9820.0, 9905.0, 9875.0, 9890.0, 9861.0, 9819.0, 9885.0, 9881.0, 9909.0, 9878.0, 9832.0, 9870.0, 9833.0, 9885.0, 9878.0, 9853.0, 9892.0, 9878.0, 9837.0, 9884.0, 9867.0, 9891.0, 9896.0, 9855.0, 9897.0, 9884.0, 9865.0, 9888.0, 9852.0, 9910.0, 9882.0, 9893.0, 9865.0, 9850.0, 9874.0, 9832.0, 9891.0, 9864.0, 9887.0, 9856.0, 9871.0, 9871.0, 9829.0, 9892.0, 9843.0, 9900.0, 9874.0, 9859.0, 9885.0, 9829.0, 9887.0, 9882.0, 9911.0, 9895.0, 9852.0, 9896.0, 9864.0, 9887.0, 9881.0, 9848.0, 9895.0, 9865.0, 9892.0, 9873.0, 9843.0, 9872.0, 9834.0, 9905.0, 9858.0, 9886.0, 9861.0, 9858.0, 9894.0, 9873.0, 9897.0, 9860.0, 9870.0, 9890.0, 9873.0, 9844.0, 9907.0, 9885.0, 9913.0, 9896.0, 9840.0, 9891.0, 9868.0, 9894.0, 9872.0, 9816.0, 9884.0, 9861.0, 9904.0, 9880.0, 9834.0, 9884.0, 9863.0, 9901.0, 9894.0, 9878.0, 9888.0, 9833.0, 9901.0, 9896.0, 9866.0, 9908.0, 9862.0, 9906.0, 9878.0, 9869.0, 9911.0, 9871.0, 9908.0, 9886.0, 9901.0, 9883.0, 9857.0, 9910.0, 9880.0, 9906.0, 9896.0, 9855.0, 9915.0, 9900.0, 9882.0, 9898.0, 9863.0, 9912.0, 9906.0, 9899.0, 9899.0, 9849.0, 9913.0, 9880.0, 9897.0, 9865.0, 9869.0, 9895.0, 9881.0, 9842.0, 9913.0, 9898.0, 9839.0, 9907.0, 9882.0, 9867.0, 9913.0, 9870.0, 9895.0, 9884.0, 9891.0, 9864.0, 9894.0, 9868.0, 9833.0, 9857.0, 9820.0, 9900.0, 9879.0, 9887.0, 9879.0, 9834.0, 9911.0, 9879.0, 9914.0, 9895.0, 9882.0, 9915.0, 9868.0, 9914.0, 9895.0, 9910.0, 9878.0, 9870.0, 9916.0, 9900.0, 9910.0, 9880.0, 9857.0, 9924.0, 9890.0, 9893.0, 9880.0, 9878.0, 9890.0, 9837.0, 9909.0, 9858.0, 9884.0, 9861.0, 9888.0, 9872.0, 9835.0, 9886.0, 9831.0, 9899.0, 9874.0, 9873.0, 9871.0, 9815.0, 9899.0, 9876.0, 9902.0, 9873.0, 9830.0, 9898.0, 9885.0, 9909.0, 9910.0, 9855.0, 9904.0, 9890.0, 9868.0, 9917.0, 9885.0, 9911.0, 9884.0, 9851.0, 9909.0, 9881.0, 9877.0, 9874.0, 9848.0, 9911.0, 9879.0, 9861.0, 9877.0, 9828.0, 9904.0, 9878.0, 9878.0, 9884.0, 9859.0, 9899.0, 9868.0, 9848.0, 9902.0, 9862.0, 9888.0, 9861.0, 9832.0, 9892.0, 9878.0, 9893.0, 9859.0, 9832.0, 9904.0, 9907.0, 9854.0, 9886.0, 9896.0, 9866.0, 9908.0, 9885.0, 9884.0, 9913.0, 9880.0, 9854.0, 9926.0, 9900.0, 9886.0, 9888.0, 9854.0, 9908.0, 9892.0, 9865.0, 9895.0, 9831.0, 9899.0, 9875.0, 9890.0, 9852.0, 9805.0, 9888.0, 9862.0, 9906.0, 9877.0, 9828.0, 9890.0, 9834.0, 9897.0, 9878.0, 9853.0, 9873.0, 9829.0, 9886.0, 9830.0, 9882.0, 9862.0, 9892.0, 9856.0, 9819.0, 9887.0, 9839.0, 9876.0, 9863.0, 9845.0, 9894.0, 9864.0, 9899.0, 9877.0, 9908.0, 9863.0, 9829.0, 9870.0, 9811.0, 9885.0, 9859.0, 9884.0, 9857.0, 9848.0, 9875.0, 9831.0, 9909.0, 9877.0, 9886.0, 9862.0, 9863.0, 9892.0, 9858.0, 9904.0, 9873.0, 9839.0, 9907.0, 9894.0, 9880.0, 9910.0, 9881.0, 9892.0, 9882.0, 9857.0, 9910.0, 9896.0, 9845.0, 9906.0, 9881.0, 9886.0, 9911.0, 9884.0, 9879.0, 9894.0, 9872.0, 9914.0, 9892.0, 9841.0, 9908.0, 9895.0, 9878.0, 9913.0, 9881.0, 9848.0, 9908.0, 9881.0, 9926.0, 9898.0, 9838.0, 9906.0, 9881.0, 9850.0, 9902.0, 9877.0, 9859.0, 9889.0, 9843.0, 9906.0, 9878.0, 9818.0, 9887.0, 9861.0, 9900.0, 9874.0, 9829.0, 9886.0, 9846.0, 9907.0, 9879.0, 9832.0, 9886.0, 9838.0, 9908.0, 9891.0, 9846.0, 9893.0, 9856.0, 9925.0, 9890.0, 9852.0, 9924.0, 9900.0, 9853.0, 9913.0, 9900.0, 9861.0, 9921.0, 9897.0, 9887.0, 9934.0, 9894.0, 9869.0, 9898.0, 9867.0, 9892.0, 9879.0, 9891.0, 9873.0, 9831.0, 9884.0, 9872.0, 9872.0, 9874.0, 9833.0, 9898.0, 9875.0, 9888.0, 9874.0, 9838.0, 9888.0, 9858.0, 9886.0, 9872.0, 9834.0, 9891.0, 9860.0, 9884.0, 9871.0, 9846.0, 9891.0, 9850.0, 9888.0, 9867.0, 9888.0, 9878.0, 9836.0, 9909.0, 9878.0, 9851.0, 9909.0, 9887.0, 9930.0, 9901.0, 9853.0, 9912.0, 9881.0, 9864.0, 9909.0, 9879.0, 9867.0, 9913.0, 9901.0, 9856.0, 9911.0, 9882.0, 9859.0, 9928.0, 9903.0, 9873.0, 9913.0, 9882.0, 9889.0, 9881.0, 9853.0, 9908.0, 9874.0, 9886.0, 9859.0, 9847.0, 9904.0, 9877.0, 9876.0, 9888.0, 9854.0, 9925.0, 9895.0, 9868.0, 9912.0, 9865.0, 9919.0, 9899.0, 9908.0, 9901.0, 9851.0, 9893.0, 9878.0, 9886.0, 9879.0, 9833.0, 9904.0, 9882.0, 9847.0, 9873.0, 9833.0, 9903.0, 9872.0, 9873.0, 9889.0, 9831.0, 9879.0, 9874.0, 9868.0, 9870.0, 9827.0, 9884.0, 9855.0, 9870.0, 9851.0, 9811.0, 9863.0, 9849.0, 9827.0, 9874.0, 9840.0, 9877.0, 9852.0, 9829.0, 9897.0, 9874.0, 9829.0, 9879.0, 9843.0, 9883.0, 9878.0, 9842.0, 9865.0, 9815.0, 9881.0, 9851.0, 9864.0, 9834.0, 9824.0, 9883.0, 9837.0, 9878.0, 9854.0, 9812.0, 9886.0, 9843.0, 9904.0, 9875.0, 9845.0, 9910.0, 9896.0, 9879.0, 9863.0, 9839.0, 9906.0, 9885.0, 9871.0, 9892.0, 9850.0, 9916.0, 9895.0, 9854.0, 9912.0, 9882.0, 9910.0, 9880.0, 9843.0, 9892.0, 9894.0, 9841.0, 9908.0, 9887.0, 9851.0, 9912.0, 9877.0, 9839.0, 9914.0, 9904.0, 9883.0, 9892.0, 9821.0, 9889.0, 9867.0, 9894.0, 9877.0, 9849.0, 9876.0, 9829.0, 9899.0, 9880.0, 9876.0, 9893.0, 9841.0, 9907.0, 9880.0, 9914.0, 9884.0, 9844.0, 9910.0, 9867.0, 9904.0, 9887.0, 9875.0, 9916.0, 9871.0, 9917.0, 9888.0, 9857.0, 9906.0, 9862.0, 9927.0, 9921.0, 9888.0, 9899.0, 9836.0, 9907.0, 9887.0, 9896.0, 9883.0, 9832.0, 9901.0, 9876.0, 9877.0, 9873.0, 9850.0, 9895.0, 9872.0, 9841.0, 9867.0, 9834.0, 9887.0, 9873.0, 9868.0, 9854.0, 9842.0, 9894.0, 9847.0, 9885.0, 9857.0, 9852.0, 9882.0, 9863.0, 9901.0, 9909.0, 9893.0, 9852.0, 9927.0, 9901.0, 9881.0, 9913.0, 9883.0, 9912.0, 9885.0, 9915.0, 9884.0, 9851.0, 9891.0, 9844.0, 9879.0, 9865.0, 9859.0, 9878.0, 9819.0, 9885.0, 9860.0, 9891.0, 9875.0, 9831.0, 9874.0, 9836.0, 9896.0, 9873.0, 9870.0, 9871.0, 9830.0, 9896.0, 9877.0, 9888.0, 9877.0, 9836.0, 9886.0, 9873.0, 9869.0, 9869.0, 9849.0, 9887.0, 9862.0, 9881.0, 9854.0, 9869.0, 9869.0, 9812.0, 9879.0, 9835.0, 9877.0, 9852.0, 9828.0, 9868.0, 9844.0, 9900.0, 9853.0, 9875.0, 9884.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.002666620689655172</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02432387804597701</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96664990600693</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2524739937284226</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0318674920483297</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5281.4775</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1193714451244241</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.96551724137931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2620014218871964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1077950406553407</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.524731485260256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1534777397459925</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00567216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021566113457083702</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04102360084652901</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.436189094361974</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9538</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6495</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.4274</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289362.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>969.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.3301</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5567</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.5542</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.0592</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1685.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4716.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.8524</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.62554086185992</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> |