=== 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-0021 --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-0021",
"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-0021_ses-04_task-social_acq-mb8_run-02_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-0021_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-02_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-0021/ses-04/func/sub-0021_ses-04_task-social_acq-mb8_run-02_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>a716dace8714610e85bb80f28217dd60</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:38:33.632500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</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-02_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.0942942</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>241.249</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>701ea727-4db4-485b-84e1-8bca59648eab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['173833.632500', '173834.092500', '173834.552500', '173835.012500', '173835.472500', '173835.932500', '173836.392500', '173836.852500', '173837.312500', '173837.772500', '173838.232500', '173838.692500', '173839.152500', '173839.612500', '173840.072500', '173840.532500', '173840.992500', '173841.452500', '173841.912500', '173842.372500', '173842.832500', '173843.292500', '173843.752500', '173844.212500', '173844.672500', '173845.132500', '173845.592500', '173846.052500', '173846.512500', '173846.972500', '173847.432500', '173847.892500', '173848.352500', '173848.812500', '173849.272500', '173849.732500', '173850.192500', '173850.652500', '173851.112500', '173851.572500', '173852.032500', '173852.492500', '173852.952500', '173853.412500', '173853.872500', '173854.332500', '173854.792500', '173855.252500', '173855.712500', '173856.172500', '173856.632500', '173857.092500', '173857.552500', '173858.012500', '173858.472500', '173858.932500', '173859.392500', '173859.852500', '173900.312500', '173900.772500', '173901.232500', '173901.692500', '173902.152500', '173902.612500', '173903.072500', '173903.532500', '173903.992500', '173904.452500', '173904.912500', '173905.372500', '173905.832500', '173906.292500', '173906.752500', '173907.212500', '173907.672500', '173908.132500', '173908.592500', '173909.052500', '173909.512500', '173909.972500', '173910.432500', '173910.892500', '173911.352500', '173911.812500', '173912.272500', '173912.732500', '173913.192500', '173913.652500', '173914.112500', '173914.572500', '173915.032500', '173915.492500', '173915.952500', '173916.412500', '173916.872500', '173917.332500', '173917.792500', '173918.252500', '173918.712500', '173919.172500', '173919.632500', '173920.092500', '173920.552500', '173921.012500', '173921.472500', '173921.932500', '173922.392500', '173922.852500', '173923.312500', '173923.772500', '173924.232500', '173924.692500', '173925.152500', '173925.612500', '173926.072500', '173926.532500', '173926.992500', '173927.452500', '173927.912500', '173928.372500', '173928.832500', '173929.292500', '173929.752500', '173930.212500', '173930.672500', '173931.132500', '173931.592500', '173932.052500', '173932.512500', '173932.972500', '173933.432500', '173933.892500', '173934.352500', '173934.812500', '173935.272500', '173935.732500', '173936.192500', '173936.652500', '173937.112500', '173937.572500', '173938.032500', '173938.492500', '173938.952500', '173939.412500', '173939.872500', '173940.332500', '173940.792500', '173941.252500', '173941.712500', '173942.172500', '173942.632500', '173943.092500', '173943.552500', '173944.012500', '173944.472500', '173944.932500', '173945.392500', '173945.852500', '173946.312500', '173946.772500', '173947.232500', '173947.692500', '173948.152500', '173948.612500', '173949.072500', '173949.532500', '173949.992500', '173950.452500', '173950.912500', '173951.372500', '173951.832500', '173952.292500', '173952.752500', '173953.212500', '173953.672500', '173954.132500', '173954.592500', '173955.052500', '173955.512500', '173955.972500', '173956.432500', '173956.892500', '173957.352500', '173957.812500', '173958.272500', '173958.732500', '173959.192500', '173959.652500', '174000.112500', '174000.572500', '174001.032500', '174001.492500', '174001.952500', '174002.412500', '174002.872500', '174003.332500', '174003.792500', '174004.252500', '174004.712500', '174005.172500', '174005.632500', '174006.092500', '174006.552500', '174007.012500', '174007.472500', '174007.932500', '174008.392500', '174008.852500', '174009.312500', '174009.772500', '174010.232500', '174010.692500', '174011.152500', '174011.612500', '174012.072500', '174012.532500', '174012.992500', '174013.452500', '174013.912500', '174014.372500', '174014.832500', '174015.292500', '174015.752500', '174016.212500', '174016.672500', '174017.132500', '174017.592500', '174018.052500', '174018.512500', '174018.972500', '174019.432500', '174019.892500', '174020.352500', '174020.812500', '174021.272500', '174021.732500', '174022.192500', '174022.652500', '174023.112500', '174023.572500', '174024.032500', '174024.492500', '174024.952500', '174025.412500', '174025.872500', '174026.332500', '174026.792500', '174027.252500', '174027.712500', '174028.172500', '174028.632500', '174029.092500', '174029.552500', '174030.012500', '174030.472500', '174030.932500', '174031.392500', '174031.852500', '174032.312500', '174032.772500', '174033.232500', '174033.692500', '174034.152500', '174034.612500', '174035.072500', '174035.532500', '174035.992500', '174036.452500', '174036.912500', '174037.372500', '174037.832500', '174038.292500', '174038.752500', '174039.212500', '174039.672500', '174040.132500', '174040.592500', '174041.052500', '174041.512500', '174041.972500', '174042.432500', '174042.892500', '174043.352500', '174043.812500', '174044.272500', '174044.732500', '174045.192500', '174045.652500', '174046.112500', '174046.572500', '174047.032500', '174047.492500', '174047.952500', '174048.412500', '174048.872500', '174049.332500', '174049.792500', '174050.252500', '174050.712500', '174051.172500', '174051.632500', '174052.092500', '174052.552500', '174053.012500', '174053.472500', '174053.932500', '174054.392500', '174054.852500', '174055.312500', '174055.772500', '174056.232500', '174056.692500', '174057.152500', '174057.612500', '174058.072500', '174058.532500', '174058.992500', '174059.452500', '174059.912500', '174100.372500', '174100.832500', '174101.292500', '174101.752500', '174102.212500', '174102.672500', '174103.132500', '174103.592500', '174104.052500', '174104.512500', '174104.972500', '174105.432500', '174105.892500', '174106.352500', '174106.812500', '174107.272500', '174107.732500', '174108.192500', '174108.652500', '174109.112500', '174109.572500', '174110.032500', '174110.492500', '174110.952500', '174111.412500', '174111.872500', '174112.332500', '174112.792500', '174113.252500', '174113.712500', '174114.172500', '174114.632500', '174115.092500', '174115.552500', '174116.012500', '174116.472500', '174116.932500', '174117.392500', '174117.852500', '174118.312500', '174118.772500', '174119.232500', '174119.692500', '174120.152500', '174120.612500', '174121.072500', '174121.532500', '174121.992500', '174122.452500', '174122.912500', '174123.372500', '174123.832500', '174124.292500', '174124.752500', '174125.212500', '174125.672500', '174126.132500', '174126.592500', '174127.052500', '174127.512500', '174127.972500', '174128.432500', '174128.892500', '174129.352500', '174129.812500', '174130.272500', '174130.732500', '174131.192500', '174131.652500', '174132.112500', '174132.572500', '174133.032500', '174133.492500', '174133.952500', '174134.412500', '174134.872500', '174135.332500', '174135.792500', '174136.252500', '174136.712500', '174137.172500', '174137.632500', '174138.092500', '174138.552500', '174139.012500', '174139.472500', '174139.932500', '174140.392500', '174140.852500', '174141.312500', '174141.772500', '174142.232500', '174142.692500', '174143.152500', '174143.612500', '174144.072500', '174144.532500', '174144.992500', '174145.452500', '174145.912500', '174146.372500', '174146.832500', '174147.292500', '174147.752500', '174148.212500', '174148.672500', '174149.132500', '174149.592500', '174150.052500', '174150.512500', '174150.972500', '174151.432500', '174151.892500', '174152.352500', '174152.812500', '174153.272500', '174153.732500', '174154.192500', '174154.652500', '174155.112500', '174155.572500', '174156.032500', '174156.492500', '174156.952500', '174157.412500', '174157.872500', '174158.332500', '174158.792500', '174159.252500', '174159.712500', '174200.172500', '174200.632500', '174201.092500', '174201.552500', '174202.012500', '174202.472500', '174202.932500', '174203.392500', '174203.852500', '174204.312500', '174204.772500', '174205.232500', '174205.692500', '174206.152500', '174206.612500', '174207.072500', '174207.532500', '174207.992500', '174208.452500', '174208.912500', '174209.372500', '174209.832500', '174210.292500', '174210.752500', '174211.212500', '174211.672500', '174212.132500', '174212.592500', '174213.052500', '174213.512500', '174213.972500', '174214.432500', '174214.892500', '174215.352500', '174215.812500', '174216.272500', '174216.732500', '174217.192500', '174217.652500', '174218.112500', '174218.572500', '174219.032500', '174219.492500', '174219.952500', '174220.412500', '174220.872500', '174221.332500', '174221.792500', '174222.252500', '174222.712500', '174223.172500', '174223.632500', '174224.092500', '174224.552500', '174225.012500', '174225.472500', '174225.932500', '174226.392500', '174226.852500', '174227.312500', '174227.772500', '174228.232500', '174228.692500', '174229.152500', '174229.612500', '174230.072500', '174230.532500', '174230.992500', '174231.452500', '174231.912500', '174232.372500', '174232.832500', '174233.292500', '174233.752500', '174234.212500', '174234.672500', '174235.132500', '174235.592500', '174236.052500', '174236.512500', '174236.972500', '174237.432500', '174237.892500', '174238.352500', '174238.812500', '174239.272500', '174239.732500', '174240.192500', '174240.652500', '174241.112500', '174241.572500', '174242.032500', '174242.492500', '174242.952500', '174243.412500', '174243.872500', '174244.332500', '174244.792500', '174245.252500', '174245.712500', '174246.172500', '174246.632500', '174247.092500', '174247.552500', '174248.012500', '174248.472500', '174248.932500', '174249.392500', '174249.852500', '174250.312500', '174250.772500', '174251.232500', '174251.692500', '174252.152500', '174252.612500', '174253.072500', '174253.532500', '174253.992500', '174254.452500', '174254.912500', '174255.372500', '174255.832500', '174256.292500', '174256.752500', '174257.212500', '174257.672500', '174258.132500', '174258.592500', '174259.052500', '174259.512500', '174259.972500', '174300.432500', '174300.892500', '174301.352500', '174301.812500', '174302.272500', '174302.732500', '174303.192500', '174303.652500', '174304.112500', '174304.572500', '174305.032500', '174305.492500', '174305.952500', '174306.412500', '174306.872500', '174307.332500', '174307.792500', '174308.252500', '174308.712500', '174309.172500', '174309.632500', '174310.092500', '174310.552500', '174311.012500', '174311.472500', '174311.932500', '174312.392500', '174312.852500', '174313.312500', '174313.772500', '174314.232500', '174314.692500', '174315.152500', '174315.612500', '174316.072500', '174316.532500', '174316.992500', '174317.452500', '174317.912500', '174318.372500', '174318.832500', '174319.292500', '174319.752500', '174320.212500', '174320.672500', '174321.132500', '174321.592500', '174322.052500', '174322.512500', '174322.972500', '174323.432500', '174323.892500', '174324.352500', '174324.812500', '174325.272500', '174325.732500', '174326.192500', '174326.652500', '174327.112500', '174327.572500', '174328.032500', '174328.492500', '174328.952500', '174329.412500', '174329.872500', '174330.332500', '174330.792500', '174331.252500', '174331.712500', '174332.172500', '174332.632500', '174333.092500', '174333.552500', '174334.012500', '174334.472500', '174334.932500', '174335.392500', '174335.852500', '174336.312500', '174336.772500', '174337.232500', '174337.692500', '174338.152500', '174338.612500', '174339.072500', '174339.532500', '174339.992500', '174340.452500', '174340.912500', '174341.372500', '174341.832500', '174342.292500', '174342.752500', '174343.212500', '174343.672500', '174344.132500', '174344.592500', '174345.052500', '174345.512500', '174345.972500', '174346.432500', '174346.892500', '174347.352500', '174347.812500', '174348.272500', '174348.732500', '174349.192500', '174349.652500', '174350.112500', '174350.572500', '174351.032500', '174351.492500', '174351.952500', '174352.412500', '174352.872500', '174353.332500', '174353.792500', '174354.252500', '174354.712500', '174355.172500', '174355.632500', '174356.092500', '174356.552500', '174357.012500', '174357.472500', '174357.932500', '174358.392500', '174358.852500', '174359.312500', '174359.772500', '174400.232500', '174400.692500', '174401.152500', '174401.612500', '174402.072500', '174402.532500', '174402.992500', '174403.452500', '174403.912500', '174404.372500', '174404.832500', '174405.292500', '174405.752500', '174406.212500', '174406.672500', '174407.132500', '174407.592500', '174408.052500', '174408.512500', '174408.972500', '174409.432500', '174409.892500', '174410.352500', '174410.812500', '174411.272500', '174411.732500', '174412.192500', '174412.652500', '174413.112500', '174413.572500', '174414.032500', '174414.492500', '174414.952500', '174415.412500', '174415.872500', '174416.332500', '174416.792500', '174417.252500', '174417.712500', '174418.172500', '174418.632500', '174419.092500', '174419.552500', '174420.012500', '174420.472500', '174420.932500', '174421.392500', '174421.852500', '174422.312500', '174422.772500', '174423.232500', '174423.692500', '174424.152500', '174424.612500', '174425.072500', '174425.532500', '174425.992500', '174426.452500', '174426.912500', '174427.372500', '174427.832500', '174428.292500', '174428.752500', '174429.212500', '174429.672500', '174430.132500', '174430.592500', '174431.052500', '174431.512500', '174431.972500', '174432.432500', '174432.892500', '174433.352500', '174433.812500', '174434.272500', '174434.732500', '174435.192500', '174435.652500', '174436.112500', '174436.572500', '174437.032500', '174437.492500', '174437.952500', '174438.412500', '174438.872500', '174439.332500', '174439.792500', '174440.252500', '174440.712500', '174441.172500', '174441.632500', '174442.092500', '174442.552500', '174443.012500', '174443.472500', '174443.932500', '174444.392500', '174444.852500', '174445.312500', '174445.772500', '174446.232500', '174446.692500', '174447.152500', '174447.612500', '174448.072500', '174448.532500', '174448.992500', '174449.452500', '174449.912500', '174450.372500', '174450.832500', '174451.292500', '174451.752500', '174452.212500', '174452.672500', '174453.132500', '174453.592500', '174454.052500', '174454.512500', '174454.972500', '174455.432500', '174455.892500', '174456.352500', '174456.812500', '174457.272500', '174457.732500', '174458.192500', '174458.652500', '174459.112500', '174459.572500', '174500.032500', '174500.492500', '174500.952500', '174501.412500', '174501.872500', '174502.332500', '174502.792500', '174503.252500', '174503.712500', '174504.172500', '174504.632500', '174505.092500', '174505.552500', '174506.012500', '174506.472500', '174506.932500', '174507.392500', '174507.852500', '174508.312500', '174508.772500', '174509.232500', '174509.692500', '174510.152500', '174510.612500', '174511.072500', '174511.532500', '174511.992500', '174512.452500', '174512.912500', '174513.372500', '174513.832500', '174514.292500'], 'ContentTime': ['173900.548000', '173900.552000', '173900.555000', '173900.558000', '173900.561000', '173900.563000', '173900.566000', '173900.569000', '173900.572000', '173900.575000', '173900.577000', '173900.580000', '173900.583000', '173900.586000', '173900.589000', '173900.592000', '173900.594000', '173900.597000', '173900.600000', '173900.603000', '173900.605000', '173900.608000', '173900.611000', '173900.614000', '173900.617000', '173900.619000', '173900.622000', '173900.625000', '173900.628000', '173900.631000', '173900.633000', '173900.636000', '173900.639000', '173900.642000', '173900.645000', '173900.648000', '173900.650000', '173900.653000', '173900.656000', '173900.659000', '173900.662000', '173900.669000', '173900.672000', '173900.675000', '173900.677000', '173900.680000', '173900.683000', '173900.686000', '173900.688000', '173900.691000', '173900.694000', '173900.697000', '173900.700000', '173900.702000', '173900.705000', '173900.708000', '173920.512000', '173920.515000', '173920.518000', '173920.521000', '173920.523000', '173920.526000', '173920.529000', '173920.532000', '173920.534000', '173920.537000', '173920.540000', '173920.545000', '173920.548000', '173920.551000', '173920.554000', '173920.556000', '173920.559000', '173920.562000', '173920.565000', '173920.568000', '173920.571000', '173920.573000', '173920.576000', '173920.579000', '173920.582000', '173920.584000', '173920.587000', '173920.590000', '173920.593000', '173920.596000', '173920.599000', '173920.601000', '173920.604000', '173920.607000', '173920.610000', '173920.613000', '173920.616000', '173920.619000', '173920.621000', '173920.624000', '173920.627000', '173920.630000', '173920.633000', '173940.512000', '173940.515000', '173940.517000', '173940.520000', '173940.523000', '173940.526000', '173940.529000', '173940.531000', '173940.534000', '173940.537000', '173940.540000', '173940.542000', '173940.545000', '173940.548000', '173940.551000', '173940.554000', '173940.557000', '173940.559000', '173940.562000', '173940.565000', '173940.568000', '173940.571000', '173940.573000', '173940.576000', '173940.581000', '173940.584000', '173940.587000', '173940.590000', '173940.592000', '173940.595000', '173940.598000', '173940.601000', '173940.603000', '173940.606000', '173940.609000', '173940.612000', '173940.615000', '173940.617000', '173940.620000', '173940.623000', '173940.626000', '173940.629000', '173940.631000', '173940.634000', '174000.512000', '174000.515000', '174000.518000', '174000.520000', '174000.523000', '174000.526000', '174000.529000', '174000.532000', '174000.534000', '174000.537000', '174000.540000', '174000.543000', '174000.546000', '174000.549000', '174000.551000', '174000.554000', '174000.557000', '174000.560000', '174000.564000', '174000.567000', '174000.570000', '174000.573000', '174000.575000', '174000.578000', '174000.581000', '174000.584000', '174000.587000', '174000.589000', '174000.592000', '174000.595000', '174000.598000', '174000.601000', '174000.603000', '174000.606000', '174000.609000', '174000.612000', '174000.614000', '174000.617000', '174000.620000', '174000.623000', '174000.626000', '174000.629000', '174000.632000', '174020.512000', '174020.515000', '174020.518000', '174020.520000', '174020.523000', '174020.526000', '174020.529000', '174020.532000', '174020.534000', '174020.537000', '174020.540000', '174020.543000', '174020.546000', '174020.549000', '174020.551000', '174020.554000', '174020.557000', '174020.560000', '174020.563000', '174020.566000', '174020.568000', '174020.571000', '174020.574000', '174020.577000', '174020.580000', '174020.595000', '174020.598000', '174020.601000', '174020.604000', '174020.607000', '174020.609000', '174020.612000', '174020.615000', '174020.618000', '174020.621000', '174020.623000', '174020.626000', '174020.629000', '174020.632000', '174020.635000', '174020.638000', '174020.641000', '174020.643000', '174020.646000', '174040.513000', '174040.516000', '174040.519000', '174040.522000', '174040.524000', '174040.527000', '174040.530000', '174040.533000', '174040.536000', '174040.538000', '174040.541000', '174040.544000', '174040.547000', '174040.550000', '174040.553000', '174040.555000', '174040.558000', '174040.561000', '174040.564000', '174040.567000', '174040.570000', '174040.572000', '174040.575000', '174040.578000', '174040.581000', '174040.584000', '174040.587000', '174040.589000', '174040.592000', '174040.595000', '174040.598000', '174040.601000', '174040.603000', '174040.606000', '174040.609000', '174040.612000', '174040.615000', '174040.617000', '174040.620000', '174040.623000', '174040.626000', '174040.629000', '174040.631000', '174100.513000', '174100.516000', '174100.519000', '174100.521000', '174100.524000', '174100.527000', '174100.530000', '174100.532000', '174100.535000', '174100.538000', '174100.541000', '174100.544000', '174100.547000', '174100.550000', '174100.552000', '174100.555000', '174100.558000', '174100.561000', '174100.564000', '174100.567000', '174100.569000', '174100.572000', '174100.575000', '174100.578000', '174100.581000', '174100.584000', '174100.586000', '174100.589000', '174100.592000', '174100.595000', '174100.598000', '174100.600000', '174100.603000', '174100.606000', '174100.609000', '174100.612000', '174100.614000', '174100.617000', '174100.620000', '174100.623000', '174100.626000', '174100.629000', '174100.632000', '174100.634000', '174120.513000', '174120.516000', '174120.519000', '174120.522000', '174120.524000', '174120.527000', '174120.530000', '174120.533000', '174120.536000', '174120.538000', '174120.541000', '174120.544000', '174120.547000', '174120.550000', '174120.553000', '174120.555000', '174120.558000', '174120.561000', '174120.567000', '174120.570000', '174120.572000', '174120.575000', '174120.578000', '174120.581000', '174120.584000', '174120.587000', '174120.590000', '174120.592000', '174120.595000', '174120.598000', '174120.601000', '174120.605000', '174120.608000', '174120.611000', '174120.613000', '174120.616000', '174120.619000', '174120.622000', '174120.625000', '174120.628000', '174120.630000', '174120.633000', '174120.636000', '174140.512000', '174140.515000', '174140.518000', '174140.520000', '174140.523000', '174140.526000', '174140.529000', '174140.532000', '174140.534000', '174140.537000', '174140.540000', '174140.543000', '174140.546000', '174140.549000', '174140.551000', '174140.554000', '174140.557000', '174140.560000', '174140.563000', '174140.566000', '174140.569000', '174140.571000', '174140.574000', '174140.577000', '174140.580000', '174140.583000', '174140.586000', '174140.588000', '174140.591000', '174140.594000', '174140.597000', '174140.600000', '174140.602000', '174140.605000', '174140.608000', '174140.611000', '174140.614000', '174140.617000', '174140.620000', '174140.622000', '174140.625000', '174140.628000', '174140.631000', '174140.634000', '174200.512000', '174200.515000', '174200.518000', '174200.521000', '174200.523000', '174200.526000', '174200.546000', '174200.549000', '174200.552000', '174200.554000', '174200.557000', '174200.560000', '174200.563000', '174200.566000', '174200.569000', '174200.572000', '174200.574000', '174200.577000', '174200.580000', '174200.583000', '174200.586000', '174200.589000', '174200.591000', '174200.594000', '174200.597000', '174200.600000', '174200.602000', '174200.605000', '174200.608000', '174200.611000', '174200.614000', '174200.616000', '174200.619000', '174200.622000', '174200.625000', '174200.628000', '174200.631000', '174200.640000', '174200.643000', '174200.646000', '174200.648000', '174200.651000', '174200.654000', '174220.512000', '174220.515000', '174220.518000', '174220.520000', '174220.523000', '174220.526000', '174220.529000', '174220.532000', '174220.535000', '174220.537000', '174220.540000', '174220.543000', '174220.546000', '174220.549000', '174220.552000', '174220.554000', '174220.557000', '174220.560000', '174220.563000', '174220.566000', '174220.569000', '174220.572000', '174220.575000', '174220.577000', '174220.580000', '174220.583000', '174220.586000', '174220.589000', '174220.591000', '174220.594000', '174220.597000', '174220.600000', '174220.603000', '174220.606000', '174220.608000', '174220.611000', '174220.614000', '174220.617000', '174220.620000', '174220.622000', '174220.625000', '174220.628000', '174220.631000', '174220.634000', '174240.512000', '174240.515000', '174240.518000', '174240.521000', '174240.523000', '174240.526000', '174240.529000', '174240.532000', '174240.535000', '174240.537000', '174240.540000', '174240.543000', '174240.546000', '174240.549000', '174240.552000', '174240.554000', '174240.557000', '174240.560000', '174240.563000', '174240.566000', '174240.569000', '174240.572000', '174240.575000', '174240.577000', '174240.580000', '174240.583000', '174240.586000', '174240.589000', '174240.591000', '174240.594000', '174240.597000', '174240.600000', '174240.603000', '174240.606000', '174240.608000', '174240.611000', '174240.614000', '174240.617000', '174240.620000', '174240.622000', '174240.625000', '174240.628000', '174240.631000', '174300.513000', '174300.516000', '174300.519000', '174300.521000', '174300.524000', '174300.527000', '174300.530000', '174300.533000', '174300.535000', '174300.538000', '174300.541000', '174300.544000', '174300.547000', '174300.550000', '174300.552000', '174300.555000', '174300.558000', '174300.561000', '174300.564000', '174300.567000', '174300.570000', '174300.572000', '174300.575000', '174300.578000', '174300.581000', '174300.584000', '174300.586000', '174300.589000', '174300.592000', '174300.595000', '174300.598000', '174300.600000', '174300.603000', '174300.607000', '174300.610000', '174300.613000', '174300.616000', '174300.618000', '174300.621000', '174300.624000', '174300.627000', '174300.630000', '174300.632000', '174300.635000', '174320.513000', '174320.516000', '174320.519000', '174320.522000', '174320.524000', '174320.527000', '174320.530000', '174320.533000', '174320.536000', '174320.538000', '174320.541000', '174320.544000', '174320.547000', '174320.550000', '174320.553000', '174320.555000', '174320.558000', '174320.561000', '174320.564000', '174320.567000', '174320.570000', '174320.573000', '174320.575000', '174320.578000', '174320.581000', '174320.584000', '174320.587000', '174320.589000', '174320.592000', '174320.595000', '174320.598000', '174320.617000', '174320.620000', '174320.623000', '174320.626000', '174320.629000', '174320.632000', '174320.634000', '174320.637000', '174320.640000', '174320.643000', '174320.646000', '174320.649000', '174340.512000', '174340.515000', '174340.518000', '174340.521000', '174340.523000', '174340.526000', '174340.529000', '174340.532000', '174340.535000', '174340.538000', '174340.540000', '174340.543000', '174340.546000', '174340.549000', '174340.552000', '174340.554000', '174340.557000', '174340.560000', '174340.563000', '174340.566000', '174340.569000', '174340.572000', '174340.574000', '174340.577000', '174340.580000', '174340.583000', '174340.585000', '174340.588000', '174340.591000', '174340.594000', '174340.597000', '174340.600000', '174340.602000', '174340.605000', '174340.608000', '174340.611000', '174340.614000', '174340.617000', '174340.619000', '174340.622000', '174340.625000', '174340.628000', '174340.631000', '174340.634000', '174400.512000', '174400.515000', '174400.518000', '174400.521000', '174400.523000', '174400.526000', '174400.529000', '174400.532000', '174400.535000', '174400.538000', '174400.540000', '174400.543000', '174400.546000', '174400.549000', '174400.552000', '174400.555000', '174400.558000', '174400.560000', '174400.563000', '174400.566000', '174400.569000', '174400.572000', '174400.574000', '174400.577000', '174400.580000', '174400.583000', '174400.586000', '174400.588000', '174400.591000', '174400.594000', '174400.597000', '174400.600000', '174400.603000', '174400.606000', '174400.608000', '174400.611000', '174400.614000', '174400.617000', '174400.620000', '174400.622000', '174400.625000', '174400.628000', '174400.631000', '174420.512000', '174420.515000', '174420.518000', '174420.523000', '174420.527000', '174420.530000', '174420.533000', '174420.536000', '174420.539000', '174420.541000', '174420.544000', '174420.547000', '174420.550000', '174420.553000', '174420.556000', '174420.559000', '174420.561000', '174420.564000', '174420.567000', '174420.570000', '174420.573000', '174420.576000', '174420.578000', '174420.581000', '174420.584000', '174420.587000', '174420.590000', '174420.593000', '174420.595000', '174420.598000', '174420.601000', '174420.604000', '174420.607000', '174420.610000', '174420.612000', '174420.615000', '174420.618000', '174420.621000', '174420.624000', '174420.626000', '174420.629000', '174420.632000', '174420.635000', '174440.512000', '174440.515000', '174440.518000', '174440.521000', '174440.524000', '174440.527000', '174440.530000', '174440.532000', '174440.535000', '174440.538000', '174440.541000', '174440.544000', '174440.547000', '174440.550000', '174440.552000', '174440.555000', '174440.558000', '174440.561000', '174440.564000', '174440.567000', '174440.570000', '174440.573000', '174440.576000', '174440.578000', '174440.581000', '174440.584000', '174440.587000', '174440.590000', '174440.593000', '174440.596000', '174440.599000', '174440.601000', '174440.604000', '174440.607000', '174440.610000', '174440.613000', '174440.615000', '174440.618000', '174440.621000', '174440.624000', '174440.627000', '174440.629000', '174440.632000', '174440.635000', '174500.512000', '174500.515000', '174500.518000', '174500.521000', '174500.523000', '174500.526000', '174500.529000', '174500.532000', '174500.535000', '174500.538000', '174500.540000', '174500.543000', '174500.546000', '174500.549000', '174500.554000', '174500.557000', '174500.560000', '174500.563000', '174500.566000', '174500.568000', '174500.571000', '174500.574000', '174500.577000', '174500.580000', '174500.582000', '174500.585000', '174500.588000', '174500.591000', '174500.594000', '174500.597000', '174500.599000', '174500.602000', '174500.605000', '174500.608000', '174500.611000', '174500.613000', '174500.616000', '174500.619000', '174500.622000', '174500.625000', '174500.628000', '174500.630000', '174500.633000', '174515.770000', '174515.774000', '174515.777000', '174515.780000', '174515.783000', '174515.786000', '174515.789000', '174515.792000', '174515.795000', '174515.799000', '174515.802000', '174515.805000', '174515.808000', '174515.811000', '174515.814000', '174515.817000', '174515.820000', '174515.823000', '174515.825000', '174515.828000', '174515.831000', '174515.834000', '174515.837000', '174515.840000', '174515.843000', '174515.846000', '174515.848000', '174515.851000', '174515.854000', '174515.857000', '174515.860000', '174515.863000', '174515.865000', '174515.868000'], 'InstanceCreationTime': ['173900.548000', '173900.552000', '173900.555000', '173900.558000', '173900.561000', '173900.563000', '173900.566000', '173900.569000', '173900.572000', '173900.575000', '173900.577000', '173900.580000', '173900.583000', '173900.586000', '173900.589000', '173900.592000', '173900.594000', '173900.597000', '173900.600000', '173900.603000', '173900.605000', '173900.608000', '173900.611000', '173900.614000', '173900.617000', '173900.619000', '173900.622000', '173900.625000', '173900.628000', '173900.631000', '173900.633000', '173900.636000', '173900.639000', '173900.642000', '173900.645000', '173900.648000', '173900.650000', '173900.653000', '173900.656000', '173900.659000', '173900.662000', '173900.669000', '173900.672000', '173900.675000', '173900.677000', '173900.680000', '173900.683000', '173900.686000', '173900.688000', '173900.691000', '173900.694000', '173900.697000', '173900.700000', '173900.702000', '173900.705000', '173900.708000', '173920.512000', '173920.515000', '173920.518000', '173920.521000', '173920.523000', '173920.526000', '173920.529000', '173920.532000', '173920.534000', '173920.537000', '173920.540000', '173920.545000', '173920.548000', '173920.551000', '173920.554000', '173920.556000', '173920.559000', '173920.562000', '173920.565000', '173920.568000', '173920.571000', '173920.573000', '173920.576000', '173920.579000', '173920.582000', '173920.584000', '173920.587000', '173920.590000', '173920.593000', '173920.596000', '173920.599000', '173920.601000', '173920.604000', '173920.607000', '173920.610000', '173920.613000', '173920.616000', '173920.619000', '173920.621000', '173920.624000', '173920.627000', '173920.630000', '173920.633000', '173940.512000', '173940.515000', '173940.517000', '173940.520000', '173940.523000', '173940.526000', '173940.529000', '173940.531000', '173940.534000', '173940.537000', '173940.540000', '173940.542000', '173940.545000', '173940.548000', '173940.551000', '173940.554000', '173940.557000', '173940.559000', '173940.562000', '173940.565000', '173940.568000', '173940.571000', '173940.573000', '173940.576000', '173940.581000', '173940.584000', '173940.587000', '173940.590000', '173940.592000', '173940.595000', '173940.598000', '173940.601000', '173940.603000', '173940.606000', '173940.609000', '173940.612000', '173940.615000', '173940.617000', '173940.620000', '173940.623000', '173940.626000', '173940.629000', '173940.631000', '173940.634000', '174000.512000', '174000.515000', '174000.518000', '174000.520000', '174000.523000', '174000.526000', '174000.529000', '174000.532000', '174000.534000', '174000.537000', '174000.540000', '174000.543000', '174000.546000', '174000.549000', '174000.551000', '174000.554000', '174000.557000', '174000.560000', '174000.564000', '174000.567000', '174000.570000', '174000.573000', '174000.575000', '174000.578000', '174000.581000', '174000.584000', '174000.587000', '174000.589000', '174000.592000', '174000.595000', '174000.598000', '174000.601000', '174000.603000', '174000.606000', '174000.609000', '174000.612000', '174000.614000', '174000.617000', '174000.620000', '174000.623000', '174000.626000', '174000.629000', '174000.632000', '174020.512000', '174020.515000', '174020.518000', '174020.520000', '174020.523000', '174020.526000', '174020.529000', '174020.532000', '174020.534000', '174020.537000', '174020.540000', '174020.543000', '174020.546000', '174020.549000', '174020.551000', '174020.554000', '174020.557000', '174020.560000', '174020.563000', '174020.566000', '174020.568000', '174020.571000', '174020.574000', '174020.577000', '174020.580000', '174020.595000', '174020.598000', '174020.601000', '174020.604000', '174020.607000', '174020.609000', '174020.612000', '174020.615000', '174020.618000', '174020.621000', '174020.623000', '174020.626000', '174020.629000', '174020.632000', '174020.635000', '174020.638000', '174020.641000', '174020.643000', '174020.646000', '174040.513000', '174040.516000', '174040.519000', '174040.522000', '174040.524000', '174040.527000', '174040.530000', '174040.533000', '174040.536000', '174040.538000', '174040.541000', '174040.544000', '174040.547000', '174040.550000', '174040.553000', '174040.555000', '174040.558000', '174040.561000', '174040.564000', '174040.567000', '174040.570000', '174040.572000', '174040.575000', '174040.578000', '174040.581000', '174040.584000', '174040.587000', '174040.589000', '174040.592000', '174040.595000', '174040.598000', '174040.601000', '174040.603000', '174040.606000', '174040.609000', '174040.612000', '174040.615000', '174040.617000', '174040.620000', '174040.623000', '174040.626000', '174040.629000', '174040.631000', '174100.513000', '174100.516000', '174100.519000', '174100.521000', '174100.524000', '174100.527000', '174100.530000', '174100.532000', '174100.535000', '174100.538000', '174100.541000', '174100.544000', '174100.547000', '174100.550000', '174100.552000', '174100.555000', '174100.558000', '174100.561000', '174100.564000', '174100.567000', '174100.569000', '174100.572000', '174100.575000', '174100.578000', '174100.581000', '174100.584000', '174100.586000', '174100.589000', '174100.592000', '174100.595000', '174100.598000', '174100.600000', '174100.603000', '174100.606000', '174100.609000', '174100.612000', '174100.614000', '174100.617000', '174100.620000', '174100.623000', '174100.626000', '174100.629000', '174100.632000', '174100.634000', '174120.513000', '174120.516000', '174120.519000', '174120.522000', '174120.524000', '174120.527000', '174120.530000', '174120.533000', '174120.536000', '174120.538000', '174120.541000', '174120.544000', '174120.547000', '174120.550000', '174120.553000', '174120.555000', '174120.558000', '174120.561000', '174120.567000', '174120.570000', '174120.572000', '174120.575000', '174120.578000', '174120.581000', '174120.584000', '174120.587000', '174120.590000', '174120.592000', '174120.595000', '174120.598000', '174120.601000', '174120.605000', '174120.608000', '174120.611000', '174120.613000', '174120.616000', '174120.619000', '174120.622000', '174120.625000', '174120.628000', '174120.630000', '174120.633000', '174120.636000', '174140.512000', '174140.515000', '174140.518000', '174140.520000', '174140.523000', '174140.526000', '174140.529000', '174140.532000', '174140.534000', '174140.537000', '174140.540000', '174140.543000', '174140.546000', '174140.549000', '174140.551000', '174140.554000', '174140.557000', '174140.560000', '174140.563000', '174140.566000', '174140.569000', '174140.571000', '174140.574000', '174140.577000', '174140.580000', '174140.583000', '174140.586000', '174140.588000', '174140.591000', '174140.594000', '174140.597000', '174140.600000', '174140.602000', '174140.605000', '174140.608000', '174140.611000', '174140.614000', '174140.617000', '174140.620000', '174140.622000', '174140.625000', '174140.628000', '174140.631000', '174140.634000', '174200.512000', '174200.515000', '174200.518000', '174200.521000', '174200.523000', '174200.526000', '174200.546000', '174200.549000', '174200.552000', '174200.554000', '174200.557000', '174200.560000', '174200.563000', '174200.566000', '174200.569000', '174200.572000', '174200.574000', '174200.577000', '174200.580000', '174200.583000', '174200.586000', '174200.589000', '174200.591000', '174200.594000', '174200.597000', '174200.600000', '174200.602000', '174200.605000', '174200.608000', '174200.611000', '174200.614000', '174200.616000', '174200.619000', '174200.622000', '174200.625000', '174200.628000', '174200.631000', '174200.640000', '174200.643000', '174200.646000', '174200.648000', '174200.651000', '174200.654000', '174220.512000', '174220.515000', '174220.518000', '174220.520000', '174220.523000', '174220.526000', '174220.529000', '174220.532000', '174220.535000', '174220.537000', '174220.540000', '174220.543000', '174220.546000', '174220.549000', '174220.552000', '174220.554000', '174220.557000', '174220.560000', '174220.563000', '174220.566000', '174220.569000', '174220.572000', '174220.575000', '174220.577000', '174220.580000', '174220.583000', '174220.586000', '174220.589000', '174220.591000', '174220.594000', '174220.597000', '174220.600000', '174220.603000', '174220.606000', '174220.608000', '174220.611000', '174220.614000', '174220.617000', '174220.620000', '174220.622000', '174220.625000', '174220.628000', '174220.631000', '174220.634000', '174240.512000', '174240.515000', '174240.518000', '174240.521000', '174240.523000', '174240.526000', '174240.529000', '174240.532000', '174240.535000', '174240.537000', '174240.540000', '174240.543000', '174240.546000', '174240.549000', '174240.552000', '174240.554000', '174240.557000', '174240.560000', '174240.563000', '174240.566000', '174240.569000', '174240.572000', '174240.575000', '174240.577000', '174240.580000', '174240.583000', '174240.586000', '174240.589000', '174240.591000', '174240.594000', '174240.597000', '174240.600000', '174240.603000', '174240.606000', '174240.608000', '174240.611000', '174240.614000', '174240.617000', '174240.620000', '174240.622000', '174240.625000', '174240.628000', '174240.631000', '174300.513000', '174300.516000', '174300.519000', '174300.521000', '174300.524000', '174300.527000', '174300.530000', '174300.533000', '174300.535000', '174300.538000', '174300.541000', '174300.544000', '174300.547000', '174300.550000', '174300.552000', '174300.555000', '174300.558000', '174300.561000', '174300.564000', '174300.567000', '174300.570000', '174300.572000', '174300.575000', '174300.578000', '174300.581000', '174300.584000', '174300.586000', '174300.589000', '174300.592000', '174300.595000', '174300.598000', '174300.600000', '174300.603000', '174300.607000', '174300.610000', '174300.613000', '174300.616000', '174300.618000', '174300.621000', '174300.624000', '174300.627000', '174300.630000', '174300.632000', '174300.635000', '174320.513000', '174320.516000', '174320.519000', '174320.522000', '174320.524000', '174320.527000', '174320.530000', '174320.533000', '174320.536000', '174320.538000', '174320.541000', '174320.544000', '174320.547000', '174320.550000', '174320.553000', '174320.555000', '174320.558000', '174320.561000', '174320.564000', '174320.567000', '174320.570000', '174320.573000', '174320.575000', '174320.578000', '174320.581000', '174320.584000', '174320.587000', '174320.589000', '174320.592000', '174320.595000', '174320.598000', '174320.617000', '174320.620000', '174320.623000', '174320.626000', '174320.629000', '174320.632000', '174320.634000', '174320.637000', '174320.640000', '174320.643000', '174320.646000', '174320.649000', '174340.512000', '174340.515000', '174340.518000', '174340.521000', '174340.523000', '174340.526000', '174340.529000', '174340.532000', '174340.535000', '174340.538000', '174340.540000', '174340.543000', '174340.546000', '174340.549000', '174340.552000', '174340.554000', '174340.557000', '174340.560000', '174340.563000', '174340.566000', '174340.569000', '174340.572000', '174340.574000', '174340.577000', '174340.580000', '174340.583000', '174340.585000', '174340.588000', '174340.591000', '174340.594000', '174340.597000', '174340.600000', '174340.602000', '174340.605000', '174340.608000', '174340.611000', '174340.614000', '174340.617000', '174340.619000', '174340.622000', '174340.625000', '174340.628000', '174340.631000', '174340.634000', '174400.512000', '174400.515000', '174400.518000', '174400.521000', '174400.523000', '174400.526000', '174400.529000', '174400.532000', '174400.535000', '174400.538000', '174400.540000', '174400.543000', '174400.546000', '174400.549000', '174400.552000', '174400.555000', '174400.558000', '174400.560000', '174400.563000', '174400.566000', '174400.569000', '174400.572000', '174400.574000', '174400.577000', '174400.580000', '174400.583000', '174400.586000', '174400.588000', '174400.591000', '174400.594000', '174400.597000', '174400.600000', '174400.603000', '174400.606000', '174400.608000', '174400.611000', '174400.614000', '174400.617000', '174400.620000', '174400.622000', '174400.625000', '174400.628000', '174400.631000', '174420.512000', '174420.515000', '174420.518000', '174420.523000', '174420.527000', '174420.530000', '174420.533000', '174420.536000', '174420.539000', '174420.541000', '174420.544000', '174420.547000', '174420.550000', '174420.553000', '174420.556000', '174420.559000', '174420.561000', '174420.564000', '174420.567000', '174420.570000', '174420.573000', '174420.576000', '174420.578000', '174420.581000', '174420.584000', '174420.587000', '174420.590000', '174420.593000', '174420.595000', '174420.598000', '174420.601000', '174420.604000', '174420.607000', '174420.610000', '174420.612000', '174420.615000', '174420.618000', '174420.621000', '174420.624000', '174420.626000', '174420.629000', '174420.632000', '174420.635000', '174440.512000', '174440.515000', '174440.518000', '174440.521000', '174440.524000', '174440.527000', '174440.530000', '174440.532000', '174440.535000', '174440.538000', '174440.541000', '174440.544000', '174440.547000', '174440.550000', '174440.552000', '174440.555000', '174440.558000', '174440.561000', '174440.564000', '174440.567000', '174440.570000', '174440.573000', '174440.576000', '174440.578000', '174440.581000', '174440.584000', '174440.587000', '174440.590000', '174440.593000', '174440.596000', '174440.599000', '174440.601000', '174440.604000', '174440.607000', '174440.610000', '174440.613000', '174440.615000', '174440.618000', '174440.621000', '174440.624000', '174440.627000', '174440.629000', '174440.632000', '174440.635000', '174500.512000', '174500.515000', '174500.518000', '174500.521000', '174500.523000', '174500.526000', '174500.529000', '174500.532000', '174500.535000', '174500.538000', '174500.540000', '174500.543000', '174500.546000', '174500.549000', '174500.554000', '174500.557000', '174500.560000', '174500.563000', '174500.566000', '174500.568000', '174500.571000', '174500.574000', '174500.577000', '174500.580000', '174500.582000', '174500.585000', '174500.588000', '174500.591000', '174500.594000', '174500.597000', '174500.599000', '174500.602000', '174500.605000', '174500.608000', '174500.611000', '174500.613000', '174500.616000', '174500.619000', '174500.622000', '174500.625000', '174500.628000', '174500.630000', '174500.633000', '174515.770000', '174515.774000', '174515.777000', '174515.780000', '174515.783000', '174515.786000', '174515.789000', '174515.792000', '174515.795000', '174515.799000', '174515.802000', '174515.805000', '174515.808000', '174515.811000', '174515.814000', '174515.817000', '174515.820000', '174515.823000', '174515.825000', '174515.828000', '174515.831000', '174515.834000', '174515.837000', '174515.840000', '174515.843000', '174515.846000', '174515.848000', '174515.851000', '174515.854000', '174515.857000', '174515.860000', '174515.863000', '174515.865000', '174515.868000'], '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': [9429, 13110, 9869, 12714, 10807, 10079, 14783, 9737, 14076, 9803, 12560, 8281, 12019, 9883, 10353, 13350, 9612, 13811, 9214, 12677, 8629, 12320, 8543, 10578, 13532, 9918, 15898, 9923, 13530, 8526, 11594, 9296, 11445, 11813, 9206, 13075, 9267, 13018, 8677, 12030, 8503, 11205, 10214, 10237, 12776, 9519, 12722, 9500, 12385, 9642, 12224, 8580, 11472, 9257, 10360, 16421, 10453, 15430, 9086, 12374, 8916, 11745, 9031, 10451, 14158, 9572, 14739, 9452, 12544, 12985, 10989, 16177, 10218, 12912, 9209, 12401, 8967, 10656, 11693, 9766, 14278, 10148, 13565, 8802, 12262, 9052, 10653, 16008, 10213, 12658, 8907, 12206, 8629, 10977, 14224, 10198, 14808, 9578, 12555, 9362, 12492, 9428, 10238, 14555, 9577, 12626, 8392, 11878, 9293, 9657, 15276, 9638, 13590, 9241, 11959, 8386, 11499, 10132, 9879, 16003, 10029, 13936, 8976, 12115, 8831, 9694, 14799, 9241, 12597, 8680, 11625, 16568, 10103, 13544, 9489, 12324, 8708, 11173, 14945, 10153, 13535, 9325, 11709, 8526, 11115, 9290, 11090, 8551, 10581, 10592, 10348, 12024, 10274, 13262, 9262, 12170, 9161, 11914, 8640, 11975, 8177, 11526, 9109, 12476, 10124, 10895, 13886, 10170, 15378, 10294, 13314, 9083, 12139, 8921, 11544, 9619, 11186, 13325, 10116, 14035, 9685, 12853, 8680, 12065, 9253, 11809, 9787, 10653, 14240, 10030, 15058, 9853, 13677, 8477, 12243, 9050, 11851, 10941, 10184, 15808, 9523, 12625, 9098, 11799, 11145, 9368, 14382, 9692, 12850, 8767, 11994, 8703, 10265, 15072, 10249, 13993, 9358, 11950, 8865, 11903, 8957, 11012, 10013, 9456, 14430, 10396, 12975, 9570, 12179, 8239, 11608, 8419, 11354, 10521, 11379, 15763, 10506, 16733, 10437, 15494, 10209, 13284, 8495, 12142, 9710, 11414, 17257, 10744, 15807, 10086, 13694, 8937, 12294, 8933, 11393, 11479, 9865, 14635, 9751, 13361, 9960, 12603, 8479, 11644, 10160, 9873, 15033, 10472, 12811, 8613, 11981, 8684, 11236, 9146, 10507, 13050, 10007, 13236, 9022, 12250, 9020, 10792, 13245, 9516, 12890, 9365, 12544, 8484, 11364, 11570, 9190, 13644, 9669, 12200, 9328, 11229, 9460, 9548, 13827, 9783, 12320, 9331, 12057, 8664, 11608, 9534, 10112, 15585, 10146, 12443, 9000, 11814, 8657, 10740, 11491, 9330, 14100, 10508, 13419, 9543, 12852, 9773, 13374, 8244, 11940, 9040, 11923, 10420, 11559, 11842, 10525, 13458, 10518, 13734, 10069, 15567, 10134, 13867, 9780, 14041, 9644, 12761, 9192, 12304, 8931, 12260, 9826, 12273, 10958, 10588, 17405, 10395, 15796, 10253, 13334, 8403, 11851, 9476, 11428, 13012, 10404, 16160, 10703, 13306, 9008, 11627, 11398, 10823, 17321, 11221, 14965, 9778, 12748, 9247, 12251, 13022, 11427, 17895, 11029, 13616, 9128, 11817, 11177, 10257, 14871, 10308, 12366, 8714, 11196, 15856, 9946, 12180, 8571, 11197, 14108, 10399, 13158, 9667, 11759, 8294, 11285, 9359, 10710, 10042, 9710, 14140, 9423, 11890, 8790, 11849, 8747, 10853, 12053, 10005, 13357, 9414, 12510, 8573, 11591, 11123, 9908, 14466, 9622, 12759, 9659, 11432, 17212, 10219, 12938, 9821, 12377, 8400, 11452, 10423, 10130, 15337, 10462, 13040, 9155, 11987, 8727, 11508, 8952, 11047, 9283, 10290, 17421, 9925, 12423, 9199, 12049, 8526, 11587, 9592, 10708, 14259, 10075, 13747, 9447, 12131, 9019, 12074, 10319, 10846, 17537, 10453, 14750, 9966, 13698, 9044, 12531, 9025, 13011, 9274, 11282, 13081, 10333, 18780, 10864, 15947, 9613, 13190, 8495, 12299, 9310, 11693, 12143, 9877, 15056, 9728, 13387, 9074, 12665, 8192, 11578, 10262, 10411, 14281, 10241, 15134, 9459, 13347, 9480, 14507, 9425, 13331, 8516, 11900, 8587, 11532, 10682, 10575, 17705, 10519, 13085, 9789, 12848, 8878, 12124, 8135, 10488, 10266, 10031, 15426, 10661, 16470, 9588, 13566, 9293, 11711, 8154, 10634, 9428, 9947, 17638, 10285, 14615, 8938, 11754, 8073, 10696, 8696, 10071, 15688, 9445, 12084, 8745, 11252, 8940, 9924, 14260, 9388, 12450, 9140, 12390, 8377, 11027, 9541, 9728, 15648, 9969, 12411, 9091, 11461, 8817, 11403, 9101, 10613, 9170, 9919, 13267, 9938, 13131, 9843, 11829, 9093, 10717, 8302, 11066, 8551, 12062, 9152, 14154, 8769, 12420, 8981, 12104, 9466, 11527, 8777, 11160, 10835, 11468, 17304, 11518, 15227, 10181, 13257, 9742, 14498, 9869, 16770, 10753, 12469, 8565, 12391, 9069, 12902, 8902, 11595, 10262, 10373, 17938, 10073, 13439, 9755, 12433, 13942, 10288, 17596, 10630, 13890, 10574, 10390, 16360, 10308, 12769, 9247, 11549, 8906, 9615, 13791, 9427, 11752, 9050, 11237, 8702, 9595, 10985, 9127, 13197, 9189, 12212, 8377, 10801, 8354, 9327, 12208, 9434, 13590, 9988, 12540, 9001, 11219, 8460, 11267, 9087, 9779, 15129, 10317, 13437, 9908, 12404, 8789, 10944, 9932, 10722, 11624, 10468, 17013, 10376, 15477, 10033, 13367, 8714, 11641, 8827, 10420, 15753, 10362, 13783, 9578, 12197, 9207, 11186, 8727, 9909, 16386, 10523, 14795, 10233, 12361, 8406, 11153, 9095, 10135, 11792, 9675, 14363, 9551, 12960, 8794, 11127, 10181, 9566, 14918, 9951, 12776, 8484, 11243, 8968, 10966, 13166, 10141, 15199, 9570, 12167, 9198, 12086, 8670, 11488, 10536, 9620, 15420, 10515, 13656, 9378, 12897, 9039, 10599, 12371, 10470, 15095, 10368, 14441, 10237, 14410, 9927, 14365, 9573, 14675, 8997, 14008, 9058, 13838, 13890, 11209, 17407, 10483, 14471, 10055, 14263, 10006, 11730, 13178, 10085, 17009, 10578, 12890, 9093, 11569, 8683, 9394, 14159, 9983, 13564, 9394, 11245, 8319, 10838, 11032, 9866, 14775, 9710, 12302, 9111, 11289, 8949, 11228, 9433, 9622, 14377, 9561, 12821, 9280, 11576, 8145, 10337, 9714, 9576, 15001, 10059, 13928, 9219, 11705, 8671, 11166, 9449, 9768, 17092, 10740, 13972, 9200, 11092, 8831, 10721, 12018, 9924, 16206, 9755, 13699, 9937, 13482, 8722, 11757, 8713, 10063, 14510, 10298, 15133, 9340, 12484, 8666, 11965, 10642, 9934, 14794, 9647, 13845, 9760, 13461, 8838, 11664, 9095, 9720, 16065, 10001, 13762, 9127, 11310, 11149, 9517, 15016, 10491, 12701, 9009, 10134, 15290, 10243, 12536, 8999, 10808, 10142, 9770, 13072, 9909, 11380, 8456, 10553, 9166, 10200, 12528, 10101, 14181, 9412, 11046, 8702, 10280, 11339, 9645, 14473, 10512], 'WindowCenter': [4634.0, 4646.0, 4589.0, 4617.0, 4580.0, 4567.0, 4596.0, 4555.0, 4582.0, 4551.0, 4565.0, 4533.0, 4573.0, 4541.0, 4552.0, 4568.0, 4537.0, 4567.0, 4539.0, 4573.0, 4521.0, 4562.0, 4517.0, 4539.0, 4571.0, 4537.0, 4578.0, 4530.0, 4558.0, 4518.0, 4549.0, 4525.0, 4548.0, 4544.0, 4527.0, 4567.0, 4528.0, 4570.0, 4519.0, 4558.0, 4531.0, 4561.0, 4541.0, 4551.0, 4572.0, 4543.0, 4576.0, 4556.0, 4569.0, 4544.0, 4571.0, 4532.0, 4563.0, 4545.0, 4553.0, 4591.0, 4552.0, 4582.0, 4532.0, 4562.0, 4531.0, 4560.0, 4528.0, 4552.0, 4569.0, 4540.0, 4570.0, 4543.0, 4559.0, 4561.0, 4552.0, 4578.0, 4538.0, 4556.0, 4526.0, 4559.0, 4517.0, 4537.0, 4548.0, 4541.0, 4569.0, 4541.0, 4570.0, 4519.0, 4558.0, 4519.0, 4550.0, 4580.0, 4540.0, 4560.0, 4527.0, 4558.0, 4536.0, 4553.0, 4570.0, 4541.0, 4567.0, 4538.0, 4559.0, 4528.0, 4561.0, 4525.0, 4540.0, 4566.0, 4539.0, 4560.0, 4517.0, 4551.0, 4527.0, 4529.0, 4591.0, 4541.0, 4570.0, 4530.0, 4560.0, 4517.0, 4561.0, 4540.0, 4542.0, 4579.0, 4542.0, 4568.0, 4526.0, 4557.0, 4529.0, 4529.0, 4564.0, 4528.0, 4559.0, 4518.0, 4550.0, 4589.0, 4540.0, 4557.0, 4529.0, 4558.0, 4515.0, 4549.0, 4569.0, 4542.0, 4571.0, 4545.0, 4561.0, 4531.0, 4552.0, 4542.0, 4564.0, 4530.0, 4552.0, 4562.0, 4555.0, 4572.0, 4554.0, 4584.0, 4553.0, 4577.0, 4553.0, 4565.0, 4535.0, 4563.0, 4533.0, 4563.0, 4545.0, 4579.0, 4552.0, 4553.0, 4584.0, 4553.0, 4582.0, 4551.0, 4572.0, 4530.0, 4561.0, 4542.0, 4562.0, 4541.0, 4550.0, 4572.0, 4550.0, 4579.0, 4541.0, 4574.0, 4531.0, 4561.0, 4543.0, 4573.0, 4543.0, 4552.0, 4581.0, 4553.0, 4583.0, 4554.0, 4572.0, 4518.0, 4563.0, 4532.0, 4565.0, 4549.0, 4540.0, 4580.0, 4542.0, 4573.0, 4532.0, 4562.0, 4550.0, 4529.0, 4584.0, 4542.0, 4574.0, 4529.0, 4559.0, 4530.0, 4554.0, 4581.0, 4550.0, 4571.0, 4541.0, 4560.0, 4543.0, 4564.0, 4535.0, 4563.0, 4554.0, 4544.0, 4596.0, 4564.0, 4572.0, 4557.0, 4576.0, 4534.0, 4565.0, 4535.0, 4566.0, 4552.0, 4576.0, 4582.0, 4554.0, 4591.0, 4552.0, 4580.0, 4540.0, 4560.0, 4517.0, 4550.0, 4531.0, 4551.0, 4578.0, 4536.0, 4570.0, 4538.0, 4559.0, 4529.0, 4547.0, 4516.0, 4535.0, 4535.0, 4526.0, 4567.0, 4527.0, 4555.0, 4527.0, 4546.0, 4503.0, 4535.0, 4525.0, 4527.0, 4565.0, 4525.0, 4546.0, 4518.0, 4547.0, 4518.0, 4538.0, 4517.0, 4539.0, 4557.0, 4527.0, 4557.0, 4529.0, 4553.0, 4518.0, 4538.0, 4558.0, 4530.0, 4558.0, 4529.0, 4561.0, 4519.0, 4551.0, 4549.0, 4530.0, 4570.0, 4543.0, 4564.0, 4531.0, 4553.0, 4530.0, 4543.0, 4579.0, 4542.0, 4560.0, 4531.0, 4561.0, 4532.0, 4561.0, 4543.0, 4556.0, 4582.0, 4556.0, 4574.0, 4542.0, 4563.0, 4531.0, 4554.0, 4576.0, 4558.0, 4581.0, 4555.0, 4573.0, 4556.0, 4569.0, 4542.0, 4561.0, 4524.0, 4548.0, 4531.0, 4551.0, 4543.0, 4562.0, 4552.0, 4543.0, 4568.0, 4538.0, 4573.0, 4542.0, 4582.0, 4555.0, 4573.0, 4557.0, 4585.0, 4542.0, 4574.0, 4545.0, 4564.0, 4546.0, 4577.0, 4545.0, 4565.0, 4553.0, 4555.0, 4608.0, 4555.0, 4582.0, 4542.0, 4562.0, 4525.0, 4563.0, 4543.0, 4553.0, 4562.0, 4555.0, 4591.0, 4556.0, 4572.0, 4533.0, 4552.0, 4551.0, 4552.0, 4581.0, 4551.0, 4568.0, 4525.0, 4556.0, 4529.0, 4564.0, 4556.0, 4539.0, 4580.0, 4538.0, 4558.0, 4517.0, 4535.0, 4538.0, 4540.0, 4554.0, 4524.0, 4549.0, 4519.0, 4540.0, 4566.0, 4529.0, 4547.0, 4508.0, 4536.0, 4556.0, 4543.0, 4561.0, 4529.0, 4563.0, 4536.0, 4565.0, 4531.0, 4553.0, 4542.0, 4538.0, 4573.0, 4542.0, 4564.0, 4532.0, 4561.0, 4533.0, 4552.0, 4563.0, 4556.0, 4573.0, 4533.0, 4563.0, 4521.0, 4552.0, 4537.0, 4532.0, 4570.0, 4544.0, 4563.0, 4530.0, 4549.0, 4579.0, 4542.0, 4562.0, 4530.0, 4560.0, 4507.0, 4550.0, 4554.0, 4550.0, 4581.0, 4553.0, 4561.0, 4532.0, 4563.0, 4546.0, 4561.0, 4529.0, 4566.0, 4529.0, 4554.0, 4607.0, 4556.0, 4573.0, 4542.0, 4564.0, 4535.0, 4565.0, 4544.0, 4556.0, 4583.0, 4555.0, 4573.0, 4545.0, 4577.0, 4546.0, 4580.0, 4556.0, 4562.0, 4595.0, 4554.0, 4583.0, 4543.0, 4570.0, 4534.0, 4563.0, 4535.0, 4563.0, 4531.0, 4549.0, 4560.0, 4542.0, 4590.0, 4540.0, 4570.0, 4528.0, 4549.0, 4516.0, 4548.0, 4517.0, 4549.0, 4547.0, 4525.0, 4569.0, 4528.0, 4555.0, 4519.0, 4546.0, 4509.0, 4550.0, 4537.0, 4539.0, 4568.0, 4539.0, 4570.0, 4527.0, 4569.0, 4542.0, 4570.0, 4531.0, 4557.0, 4520.0, 4551.0, 4523.0, 4548.0, 4539.0, 4539.0, 4582.0, 4539.0, 4562.0, 4543.0, 4559.0, 4530.0, 4547.0, 4507.0, 4537.0, 4538.0, 4539.0, 4568.0, 4540.0, 4580.0, 4534.0, 4560.0, 4520.0, 4550.0, 4506.0, 4538.0, 4531.0, 4539.0, 4577.0, 4540.0, 4571.0, 4531.0, 4548.0, 4512.0, 4542.0, 4517.0, 4537.0, 4568.0, 4528.0, 4546.0, 4519.0, 4551.0, 4519.0, 4539.0, 4569.0, 4531.0, 4561.0, 4532.0, 4562.0, 4522.0, 4549.0, 4540.0, 4544.0, 4579.0, 4541.0, 4561.0, 4532.0, 4553.0, 4543.0, 4563.0, 4532.0, 4556.0, 4530.0, 4544.0, 4572.0, 4556.0, 4587.0, 4569.0, 4575.0, 4532.0, 4541.0, 4537.0, 4551.0, 4532.0, 4590.0, 4558.0, 4584.0, 4534.0, 4572.0, 4547.0, 4574.0, 4544.0, 4564.0, 4534.0, 4566.0, 4564.0, 4566.0, 4605.0, 4565.0, 4580.0, 4541.0, 4574.0, 4546.0, 4570.0, 4555.0, 4593.0, 4554.0, 4548.0, 4506.0, 4545.0, 4516.0, 4550.0, 4518.0, 4547.0, 4538.0, 4540.0, 4579.0, 4527.0, 4563.0, 4528.0, 4551.0, 4543.0, 4512.0, 4564.0, 4510.0, 4544.0, 4508.0, 4500.0, 4541.0, 4502.0, 4533.0, 4512.0, 4534.0, 4489.0, 4500.0, 4529.0, 4499.0, 4523.0, 4503.0, 4521.0, 4503.0, 4511.0, 4520.0, 4513.0, 4545.0, 4518.0, 4547.0, 4507.0, 4539.0, 4518.0, 4528.0, 4547.0, 4540.0, 4572.0, 4543.0, 4572.0, 4533.0, 4552.0, 4533.0, 4565.0, 4532.0, 4541.0, 4579.0, 4556.0, 4574.0, 4542.0, 4562.0, 4532.0, 4564.0, 4540.0, 4563.0, 4559.0, 4549.0, 4589.0, 4542.0, 4581.0, 4540.0, 4563.0, 4517.0, 4551.0, 4521.0, 4544.0, 4579.0, 4539.0, 4559.0, 4528.0, 4560.0, 4530.0, 4549.0, 4520.0, 4540.0, 4582.0, 4541.0, 4567.0, 4539.0, 4558.0, 4520.0, 4551.0, 4529.0, 4541.0, 4560.0, 4539.0, 4581.0, 4540.0, 4573.0, 4533.0, 4564.0, 4540.0, 4543.0, 4584.0, 4551.0, 4571.0, 4532.0, 4559.0, 4545.0, 4565.0, 4574.0, 4554.0, 4584.0, 4544.0, 4563.0, 4544.0, 4575.0, 4535.0, 4564.0, 4555.0, 4543.0, 4597.0, 4566.0, 4585.0, 4543.0, 4574.0, 4542.0, 4567.0, 4573.0, 4564.0, 4593.0, 4555.0, 4585.0, 4555.0, 4584.0, 4554.0, 4584.0, 4556.0, 4586.0, 4544.0, 4583.0, 4544.0, 4584.0, 4573.0, 4552.0, 4580.0, 4540.0, 4567.0, 4537.0, 4571.0, 4529.0, 4548.0, 4546.0, 4524.0, 4576.0, 4524.0, 4541.0, 4506.0, 4535.0, 4503.0, 4518.0, 4556.0, 4525.0, 4544.0, 4516.0, 4536.0, 4504.0, 4538.0, 4532.0, 4528.0, 4567.0, 4527.0, 4547.0, 4515.0, 4551.0, 4519.0, 4551.0, 4527.0, 4529.0, 4568.0, 4529.0, 4561.0, 4530.0, 4560.0, 4523.0, 4552.0, 4542.0, 4543.0, 4582.0, 4542.0, 4569.0, 4540.0, 4561.0, 4532.0, 4563.0, 4542.0, 4551.0, 4591.0, 4564.0, 4582.0, 4531.0, 4561.0, 4547.0, 4563.0, 4572.0, 4542.0, 4591.0, 4543.0, 4584.0, 4553.0, 4573.0, 4532.0, 4562.0, 4531.0, 4554.0, 4579.0, 4552.0, 4582.0, 4530.0, 4564.0, 4533.0, 4564.0, 4550.0, 4541.0, 4580.0, 4542.0, 4572.0, 4543.0, 4573.0, 4531.0, 4563.0, 4529.0, 4541.0, 4578.0, 4540.0, 4569.0, 4530.0, 4554.0, 4547.0, 4541.0, 4581.0, 4551.0, 4565.0, 4530.0, 4538.0, 4580.0, 4550.0, 4561.0, 4530.0, 4551.0, 4539.0, 4541.0, 4571.0, 4542.0, 4553.0, 4520.0, 4550.0, 4540.0, 4553.0, 4559.0, 4541.0, 4573.0, 4531.0, 4553.0, 4530.0, 4557.0, 4560.0, 4540.0, 4583.0, 4552.0], 'WindowWidth': [10175.0, 10170.0, 10077.0, 10109.0, 10045.0, 10022.0, 10059.0, 10002.0, 10033.0, 9990.0, 10008.0, 9963.0, 10018.0, 9975.0, 9988.0, 10007.0, 9965.0, 10005.0, 9970.0, 10015.0, 9942.0, 9999.0, 9935.0, 9966.0, 10013.0, 9962.0, 10019.0, 9952.0, 9990.0, 9937.0, 9978.0, 9943.0, 9976.0, 9969.0, 9947.0, 10005.0, 9952.0, 10012.0, 9939.0, 9992.0, 9957.0, 10001.0, 9971.0, 9987.0, 10014.0, 9978.0, 10025.0, 9999.0, 10010.0, 9980.0, 10015.0, 9963.0, 10005.0, 9983.0, 9992.0, 10042.0, 9987.0, 10027.0, 9959.0, 10000.0, 9958.0, 9996.0, 9950.0, 9987.0, 10010.0, 9970.0, 10011.0, 9976.0, 9997.0, 9996.0, 9986.0, 10018.0, 9963.0, 9987.0, 9944.0, 9993.0, 9932.0, 9961.0, 9977.0, 9970.0, 10007.0, 9971.0, 10009.0, 9937.0, 9990.0, 9937.0, 9983.0, 10023.0, 9968.0, 9993.0, 9949.0, 9993.0, 9969.0, 9990.0, 10010.0, 9971.0, 10005.0, 9965.0, 9994.0, 9950.0, 9996.0, 9943.0, 9965.0, 9999.0, 9968.0, 9995.0, 9932.0, 9983.0, 9947.0, 9952.0, 10043.0, 9972.0, 10009.0, 9956.0, 9994.0, 9937.0, 9997.0, 9967.0, 9971.0, 10023.0, 9975.0, 10006.0, 9947.0, 9989.0, 9951.0, 9951.0, 9997.0, 9950.0, 9993.0, 9936.0, 9984.0, 10036.0, 9968.0, 9989.0, 9952.0, 9990.0, 9930.0, 9978.0, 10007.0, 9972.0, 10015.0, 9984.0, 9998.0, 9958.0, 9987.0, 9976.0, 10008.0, 9956.0, 9990.0, 10006.0, 9998.0, 10018.0, 9994.0, 10037.0, 9996.0, 10030.0, 9995.0, 10009.0, 9968.0, 10006.0, 9966.0, 10007.0, 9982.0, 10033.0, 9989.0, 9991.0, 10036.0, 9992.0, 10029.0, 9987.0, 10014.0, 9956.0, 9998.0, 9977.0, 10001.0, 9971.0, 9984.0, 10014.0, 9985.0, 10024.0, 9975.0, 10019.0, 9958.0, 10001.0, 9979.0, 10021.0, 9977.0, 9988.0, 10029.0, 9994.0, 10030.0, 9993.0, 10014.0, 9939.0, 10005.0, 9964.0, 10008.0, 9981.0, 9969.0, 10023.0, 9977.0, 10019.0, 9961.0, 10002.0, 9982.0, 9953.0, 10033.0, 9976.0, 10019.0, 9954.0, 9994.0, 9957.0, 9994.0, 10026.0, 9983.0, 10012.0, 9971.0, 9997.0, 9979.0, 10008.0, 9968.0, 10007.0, 9993.0, 9980.0, 10054.0, 10012.0, 10018.0, 10001.0, 10025.0, 9967.0, 10010.0, 9971.0, 10012.0, 9989.0, 10026.0, 10029.0, 9990.0, 10044.0, 9990.0, 10025.0, 9967.0, 9995.0, 9934.0, 9980.0, 9958.0, 9981.0, 10019.0, 9958.0, 10008.0, 9959.0, 9989.0, 9952.0, 9973.0, 9928.0, 9953.0, 9954.0, 9940.0, 10002.0, 9947.0, 9981.0, 9943.0, 9968.0, 9907.0, 9953.0, 9942.0, 9943.0, 9994.0, 9941.0, 9969.0, 9934.0, 9973.0, 9936.0, 9962.0, 9933.0, 9963.0, 9987.0, 9947.0, 9987.0, 9955.0, 9985.0, 9935.0, 9963.0, 9989.0, 9952.0, 9992.0, 9951.0, 9996.0, 9935.0, 9982.0, 9980.0, 9955.0, 10009.0, 9976.0, 10005.0, 9958.0, 9988.0, 9954.0, 9973.0, 10025.0, 9977.0, 9999.0, 9959.0, 9999.0, 9959.0, 10000.0, 9977.0, 9997.0, 10029.0, 9999.0, 10018.0, 9976.0, 10004.0, 9960.0, 9992.0, 10032.0, 10002.0, 10030.0, 9996.0, 10018.0, 9997.0, 10008.0, 9972.0, 9995.0, 9947.0, 9975.0, 9957.0, 9982.0, 9970.0, 9998.0, 9982.0, 9972.0, 10006.0, 9963.0, 10015.0, 9972.0, 10024.0, 9992.0, 10014.0, 10002.0, 10033.0, 9974.0, 10017.0, 9982.0, 10007.0, 9984.0, 10025.0, 9978.0, 10007.0, 9990.0, 9991.0, 10073.0, 9995.0, 10027.0, 9974.0, 9998.0, 9951.0, 10001.0, 9973.0, 9988.0, 10001.0, 9994.0, 10040.0, 9996.0, 10015.0, 9958.0, 9984.0, 9984.0, 9985.0, 10024.0, 9983.0, 10003.0, 9944.0, 9985.0, 9955.0, 10002.0, 9986.0, 9964.0, 10022.0, 9959.0, 9986.0, 9929.0, 9954.0, 9961.0, 9965.0, 9980.0, 9940.0, 9977.0, 9934.0, 9964.0, 9998.0, 9948.0, 9972.0, 9920.0, 9955.0, 9980.0, 9973.0, 9992.0, 9949.0, 9999.0, 9972.0, 10007.0, 9956.0, 9987.0, 9970.0, 9965.0, 10017.0, 9976.0, 10006.0, 9960.0, 9998.0, 9962.0, 9987.0, 10003.0, 9997.0, 10017.0, 9962.0, 10001.0, 9943.0, 9984.0, 9961.0, 9956.0, 10010.0, 9978.0, 10002.0, 9953.0, 9977.0, 10022.0, 9970.0, 9997.0, 9954.0, 9993.0, 9919.0, 9981.0, 9993.0, 9984.0, 10026.0, 9988.0, 9998.0, 9960.0, 10001.0, 9987.0, 10001.0, 9955.0, 10012.0, 9956.0, 9994.0, 10071.0, 9999.0, 10020.0, 9975.0, 10006.0, 9970.0, 10011.0, 9978.0, 9997.0, 10032.0, 9994.0, 10018.0, 9981.0, 10028.0, 9984.0, 10037.0, 9996.0, 10003.0, 10051.0, 9994.0, 10029.0, 9974.0, 10010.0, 9964.0, 10001.0, 9970.0, 10002.0, 9956.0, 9979.0, 9995.0, 9973.0, 10037.0, 9967.0, 10007.0, 9948.0, 9977.0, 9933.0, 9974.0, 9931.0, 9974.0, 9973.0, 9939.0, 10003.0, 9949.0, 9982.0, 9935.0, 9971.0, 9922.0, 9978.0, 9963.0, 9963.0, 10003.0, 9964.0, 10007.0, 9947.0, 10007.0, 9973.0, 10008.0, 9956.0, 9987.0, 9939.0, 9983.0, 9949.0, 9977.0, 9964.0, 9963.0, 10027.0, 9963.0, 9999.0, 9979.0, 9995.0, 9955.0, 9974.0, 9921.0, 9961.0, 9966.0, 9964.0, 10005.0, 9965.0, 10024.0, 9963.0, 9995.0, 9938.0, 9979.0, 9916.0, 9960.0, 9956.0, 9967.0, 10017.0, 9968.0, 10008.0, 9955.0, 9976.0, 9931.0, 9972.0, 9933.0, 9962.0, 10003.0, 9947.0, 9970.0, 9940.0, 9982.0, 9935.0, 9965.0, 10004.0, 9955.0, 9998.0, 9959.0, 10000.0, 9943.0, 9980.0, 9969.0, 9979.0, 10021.0, 9972.0, 9998.0, 9960.0, 9988.0, 9980.0, 10004.0, 9960.0, 9996.0, 9956.0, 9977.0, 10017.0, 9998.0, 10045.0, 10023.0, 10031.0, 9960.0, 9969.0, 9974.0, 9983.0, 9959.0, 10054.0, 10010.0, 10035.0, 9966.0, 10016.0, 9991.0, 10023.0, 9978.0, 10005.0, 9967.0, 10009.0, 10009.0, 10011.0, 10069.0, 10008.0, 10026.0, 9971.0, 10021.0, 9984.0, 10014.0, 9998.0, 10050.0, 9992.0, 9975.0, 9917.0, 9967.0, 9931.0, 9978.0, 9935.0, 9975.0, 9962.0, 9965.0, 10021.0, 9949.0, 10000.0, 9948.0, 9982.0, 9962.0, 9918.0, 9993.0, 9913.0, 9963.0, 9908.0, 9896.0, 9954.0, 9899.0, 9945.0, 9921.0, 9951.0, 9881.0, 9896.0, 9937.0, 9895.0, 9931.0, 9909.0, 9930.0, 9907.0, 9918.0, 9930.0, 9920.0, 9967.0, 9935.0, 9972.0, 9918.0, 9965.0, 9937.0, 9952.0, 9975.0, 9973.0, 10017.0, 9978.0, 10015.0, 9964.0, 9988.0, 9966.0, 10010.0, 9962.0, 9973.0, 10026.0, 9998.0, 10020.0, 9975.0, 10002.0, 9961.0, 10008.0, 9973.0, 10007.0, 9996.0, 9982.0, 10038.0, 9975.0, 10027.0, 9970.0, 10002.0, 9935.0, 9982.0, 9944.0, 9975.0, 10023.0, 9965.0, 9992.0, 9952.0, 9995.0, 9954.0, 9980.0, 9941.0, 9969.0, 10028.0, 9973.0, 10005.0, 9967.0, 9992.0, 9941.0, 9984.0, 9955.0, 9972.0, 9997.0, 9967.0, 10026.0, 9971.0, 10019.0, 9963.0, 10007.0, 9971.0, 9976.0, 10034.0, 9989.0, 10015.0, 9962.0, 9997.0, 9985.0, 10010.0, 10022.0, 9993.0, 10033.0, 9980.0, 10006.0, 9983.0, 10025.0, 9969.0, 10008.0, 9996.0, 9980.0, 10058.0, 10015.0, 10039.0, 9980.0, 10021.0, 9978.0, 10015.0, 10020.0, 10008.0, 10050.0, 9997.0, 10037.0, 9996.0, 10036.0, 9998.0, 10035.0, 10000.0, 10039.0, 9981.0, 10034.0, 9982.0, 10034.0, 10018.0, 9988.0, 10028.0, 9967.0, 10004.0, 9964.0, 10013.0, 9949.0, 9976.0, 9971.0, 9940.0, 10016.0, 9940.0, 9961.0, 9912.0, 9953.0, 9908.0, 9934.0, 9982.0, 9940.0, 9967.0, 9929.0, 9955.0, 9914.0, 9963.0, 9950.0, 9947.0, 10001.0, 9946.0, 9973.0, 9930.0, 9982.0, 9939.0, 9983.0, 9947.0, 9952.0, 10005.0, 9953.0, 9999.0, 9957.0, 9999.0, 9950.0, 9993.0, 9978.0, 9978.0, 10029.0, 9977.0, 10009.0, 9973.0, 10001.0, 9962.0, 10003.0, 9976.0, 9990.0, 10046.0, 10008.0, 10030.0, 9959.0, 10001.0, 9990.0, 10007.0, 10016.0, 9975.0, 10042.0, 9978.0, 10034.0, 9992.0, 10018.0, 9962.0, 10002.0, 9960.0, 9994.0, 10026.0, 9990.0, 10029.0, 9957.0, 10004.0, 9965.0, 10006.0, 9984.0, 9973.0, 10026.0, 9974.0, 10015.0, 9978.0, 10017.0, 9958.0, 10003.0, 9955.0, 9973.0, 10022.0, 9974.0, 10010.0, 9955.0, 9991.0, 9977.0, 9972.0, 10028.0, 9986.0, 10006.0, 9954.0, 9965.0, 10025.0, 9985.0, 9999.0, 9955.0, 9984.0, 9967.0, 9974.0, 10014.0, 9975.0, 9989.0, 9942.0, 9984.0, 9973.0, 9993.0, 9999.0, 9973.0, 10017.0, 9959.0, 9991.0, 9960.0, 10003.0, 9999.0, 9973.0, 10032.0, 9989.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.0005572926267281106</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02472884366359447</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.42216417777386</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2481595378892734</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9882245221683974</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5202</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3651.4648</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08892761040512441</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.686635944700461</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4680032187855514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4808614863061984</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.544948212050979</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3781999579994775</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010671</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.013584216125309467</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02281690016388893</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.462025311900065</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.2997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.8593</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.9982</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289498.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>1260.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>540.5486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.1267</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3692.0017</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3807.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1799.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4741.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.1951</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.53585506253876</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> |