=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0005 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0005_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0005_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0005_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-03/func/sub-0005_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>832490f4e6275e77c13f551b70041ed3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:41:11.255000</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.999698, 0.0101141, -0.0224029, -0.0104692, 0.999821, -0.0157909]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0700845</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7776, -7322, 568, -73, -90, -52, 96]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.883</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2bddf663-9210-4382-9c9a-4ea1b73491c5||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.6821162700653076, -0.028088146820664406, -0.06004573032259941, 112.98143768310547], [-0.027135411277413368, 2.6824452877044678, -0.04325590655207634, -97.12892150878906], [-0.06010532006621361, 0.04236593097448349, 2.6989855766296387, -90.65601348876953], [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': ['154111.255000', '154111.715000', '154112.175000', '154112.635000', '154113.095000', '154113.555000', '154114.015000', '154114.475000', '154114.935000', '154115.395000', '154115.855000', '154116.315000', '154116.775000', '154117.235000', '154117.695000', '154118.155000', '154118.615000', '154119.075000', '154119.535000', '154119.995000', '154120.455000', '154120.915000', '154121.375000', '154121.835000', '154122.295000', '154122.755000', '154123.215000', '154123.675000', '154124.135000', '154124.595000', '154125.055000', '154125.515000', '154125.975000', '154126.435000', '154126.895000', '154127.355000', '154127.815000', '154128.275000', '154128.735000', '154129.195000', '154129.655000', '154130.115000', '154130.575000', '154131.035000', '154131.495000', '154131.955000', '154132.415000', '154132.875000', '154133.335000', '154133.795000', '154134.255000', '154134.715000', '154135.175000', '154135.635000', '154136.095000', '154136.555000', '154137.015000', '154137.475000', '154137.935000', '154138.395000', '154138.855000', '154139.315000', '154139.775000', '154140.235000', '154140.695000', '154141.155000', '154141.615000', '154142.075000', '154142.535000', '154142.995000', '154143.455000', '154143.915000', '154144.375000', '154144.835000', '154145.295000', '154145.755000', '154146.215000', '154146.675000', '154147.135000', '154147.595000', '154148.055000', '154148.515000', '154148.975000', '154149.435000', '154149.895000', '154150.355000', '154150.815000', '154151.275000', '154151.735000', '154152.195000', '154152.655000', '154153.115000', '154153.575000', '154154.035000', '154154.495000', '154154.955000', '154155.415000', '154155.875000', '154156.335000', '154156.795000', '154157.255000', '154157.715000', '154158.175000', '154158.635000', '154159.095000', '154159.555000', '154200.015000', '154200.475000', '154200.935000', '154201.395000', '154201.855000', '154202.315000', '154202.775000', '154203.235000', '154203.695000', '154204.155000', '154204.615000', '154205.075000', '154205.535000', '154205.995000', '154206.455000', '154206.915000', '154207.375000', '154207.835000', '154208.295000', '154208.755000', '154209.215000', '154209.675000', '154210.135000', '154210.595000', '154211.055000', '154211.515000', '154211.975000', '154212.435000', '154212.895000', '154213.355000', '154213.815000', '154214.275000', '154214.735000', '154215.195000', '154215.655000', '154216.115000', '154216.575000', '154217.035000', '154217.495000', '154217.955000', '154218.415000', '154218.875000', '154219.335000', '154219.795000', '154220.255000', '154220.715000', '154221.175000', '154221.635000', '154222.095000', '154222.555000', '154223.015000', '154223.475000', '154223.935000', '154224.395000', '154224.855000', '154225.315000', '154225.775000', '154226.235000', '154226.695000', '154227.155000', '154227.615000', '154228.075000', '154228.535000', '154228.995000', '154229.455000', '154229.915000', '154230.375000', '154230.835000', '154231.295000', '154231.755000', '154232.215000', '154232.675000', '154233.135000', '154233.595000', '154234.055000', '154234.515000', '154234.975000', '154235.435000', '154235.895000', '154236.355000', '154236.815000', '154237.275000', '154237.735000', '154238.195000', '154238.655000', '154239.115000', '154239.575000', '154240.035000', '154240.495000', '154240.955000', '154241.415000', '154241.875000', '154242.335000', '154242.795000', '154243.255000', '154243.715000', '154244.175000', '154244.635000', '154245.095000', '154245.555000', '154246.015000', '154246.475000', '154246.935000', '154247.395000', '154247.855000', '154248.315000', '154248.775000', '154249.235000', '154249.695000', '154250.155000', '154250.615000', '154251.075000', '154251.535000', '154251.995000', '154252.455000', '154252.915000', '154253.375000', '154253.835000', '154254.295000', '154254.755000', '154255.215000', '154255.675000', '154256.135000', '154256.595000', '154257.055000', '154257.515000', '154257.975000', '154258.435000', '154258.895000', '154259.355000', '154259.815000', '154300.275000', '154300.735000', '154301.195000', '154301.655000', '154302.115000', '154302.575000', '154303.035000', '154303.495000', '154303.955000', '154304.415000', '154304.875000', '154305.335000', '154305.795000', '154306.255000', '154306.715000', '154307.175000', '154307.635000', '154308.095000', '154308.555000', '154309.015000', '154309.475000', '154309.935000', '154310.395000', '154310.855000', '154311.315000', '154311.775000', '154312.235000', '154312.695000', '154313.155000', '154313.615000', '154314.075000', '154314.535000', '154314.995000', '154315.455000', '154315.915000', '154316.375000', '154316.835000', '154317.295000', '154317.755000', '154318.215000', '154318.675000', '154319.135000', '154319.595000', '154320.055000', '154320.515000', '154320.975000', '154321.435000', '154321.895000', '154322.355000', '154322.815000', '154323.275000', '154323.735000', '154324.195000', '154324.655000', '154325.115000', '154325.575000', '154326.035000', '154326.495000', '154326.955000', '154327.415000', '154327.875000', '154328.335000', '154328.795000', '154329.255000', '154329.715000', '154330.175000', '154330.635000', '154331.095000', '154331.555000', '154332.015000', '154332.475000', '154332.935000', '154333.395000', '154333.855000', '154334.315000', '154334.775000', '154335.235000', '154335.695000', '154336.155000', '154336.615000', '154337.075000', '154337.535000', '154337.995000', '154338.455000', '154338.915000', '154339.375000', '154339.835000', '154340.295000', '154340.755000', '154341.215000', '154341.675000', '154342.135000', '154342.595000', '154343.055000', '154343.515000', '154343.975000', '154344.435000', '154344.895000', '154345.355000', '154345.815000', '154346.275000', '154346.735000', '154347.195000', '154347.655000', '154348.115000', '154348.575000', '154349.035000', '154349.495000', '154349.955000', '154350.415000', '154350.875000', '154351.335000', '154351.795000', '154352.255000', '154352.715000', '154353.175000', '154353.635000', '154354.095000', '154354.555000', '154355.015000', '154355.475000', '154355.935000', '154356.395000', '154356.855000', '154357.315000', '154357.775000', '154358.235000', '154358.695000', '154359.155000', '154359.615000', '154400.075000', '154400.535000', '154400.995000', '154401.455000', '154401.915000', '154402.375000', '154402.835000', '154403.295000', '154403.755000', '154404.215000', '154404.675000', '154405.135000', '154405.595000', '154406.055000', '154406.515000', '154406.975000', '154407.435000', '154407.895000', '154408.355000', '154408.815000', '154409.275000', '154409.735000', '154410.195000', '154410.655000', '154411.115000', '154411.575000', '154412.035000', '154412.495000', '154412.955000', '154413.415000', '154413.875000', '154414.335000', '154414.795000', '154415.255000', '154415.715000', '154416.175000', '154416.635000', '154417.095000', '154417.555000', '154418.015000', '154418.475000', '154418.935000', '154419.395000', '154419.855000', '154420.315000', '154420.775000', '154421.235000', '154421.695000', '154422.155000', '154422.615000', '154423.075000', '154423.535000', '154423.995000', '154424.455000', '154424.915000', '154425.375000', '154425.835000', '154426.295000', '154426.755000', '154427.215000', '154427.675000', '154428.135000', '154428.595000', '154429.055000', '154429.515000', '154429.975000', '154430.435000', '154430.895000', '154431.355000', '154431.815000', '154432.275000', '154432.735000', '154433.195000', '154433.655000', '154434.115000', '154434.575000', '154435.035000', '154435.495000', '154435.955000', '154436.415000', '154436.875000', '154437.335000', '154437.795000', '154438.255000', '154438.715000', '154439.175000', '154439.635000', '154440.095000', '154440.555000', '154441.015000', '154441.475000', '154441.935000', '154442.395000', '154442.855000', '154443.315000', '154443.775000', '154444.235000', '154444.695000', '154445.155000', '154445.615000', '154446.075000', '154446.535000', '154446.995000', '154447.455000', '154447.915000', '154448.375000', '154448.835000', '154449.295000', '154449.755000', '154450.215000', '154450.675000', '154451.135000', '154451.595000', '154452.055000', '154452.515000', '154452.975000', '154453.435000', '154453.895000', '154454.355000', '154454.815000', '154455.275000', '154455.735000', '154456.195000', '154456.655000', '154457.115000', '154457.575000', '154458.035000', '154458.495000', '154458.955000', '154459.415000', '154459.875000', '154500.335000', '154500.795000', '154501.255000', '154501.715000', '154502.175000', '154502.635000', '154503.095000', '154503.555000', '154504.015000', '154504.475000', '154504.935000', '154505.395000', '154505.855000', '154506.315000', '154506.775000', '154507.235000', '154507.695000', '154508.155000', '154508.615000', '154509.075000', '154509.535000', '154509.995000', '154510.455000', '154510.915000', '154511.375000', '154511.835000', '154512.295000', '154512.755000', '154513.215000', '154513.675000', '154514.135000', '154514.595000', '154515.055000', '154515.515000', '154515.975000', '154516.435000', '154516.895000', '154517.355000', '154517.815000', '154518.275000', '154518.735000', '154519.195000', '154519.655000', '154520.115000', '154520.575000', '154521.035000', '154521.495000', '154521.955000', '154522.415000', '154522.875000', '154523.335000', '154523.795000', '154524.255000', '154524.715000', '154525.175000', '154525.635000', '154526.095000', '154526.555000', '154527.015000', '154527.475000', '154527.935000', '154528.395000', '154528.855000', '154529.315000', '154529.775000', '154530.235000', '154530.695000', '154531.155000', '154531.615000', '154532.075000', '154532.535000', '154532.995000', '154533.455000', '154533.915000', '154534.375000', '154534.835000', '154535.295000', '154535.755000', '154536.215000', '154536.675000', '154537.135000', '154537.595000', '154538.055000', '154538.515000', '154538.975000', '154539.435000', '154539.895000', '154540.355000', '154540.815000', '154541.275000', '154541.735000', '154542.195000', '154542.655000', '154543.115000', '154543.575000', '154544.035000', '154544.495000', '154544.955000', '154545.415000', '154545.875000', '154546.335000', '154546.795000', '154547.255000', '154547.715000', '154548.175000', '154548.635000', '154549.095000', '154549.555000', '154550.015000', '154550.475000', '154550.935000', '154551.395000', '154551.855000', '154552.315000', '154552.775000', '154553.235000', '154553.695000', '154554.155000', '154554.615000', '154555.075000', '154555.535000', '154555.995000', '154556.455000', '154556.915000', '154557.375000', '154557.835000', '154558.295000', '154558.755000', '154559.215000', '154559.675000', '154600.135000', '154600.595000', '154601.055000', '154601.515000', '154601.975000', '154602.435000', '154602.895000', '154603.355000', '154603.815000', '154604.275000', '154604.735000', '154605.195000', '154605.655000', '154606.115000', '154606.575000', '154607.035000', '154607.495000', '154607.955000', '154608.415000', '154608.875000', '154609.335000', '154609.795000', '154610.255000', '154610.715000', '154611.175000', '154611.635000', '154612.095000', '154612.555000', '154613.015000', '154613.475000', '154613.935000', '154614.395000', '154614.855000', '154615.315000', '154615.775000', '154616.235000', '154616.695000', '154617.155000', '154617.615000', '154618.075000', '154618.535000', '154618.995000', '154619.455000', '154619.915000', '154620.375000', '154620.835000', '154621.295000', '154621.755000', '154622.215000', '154622.675000', '154623.135000', '154623.595000', '154624.055000', '154624.515000', '154624.975000', '154625.435000', '154625.895000', '154626.355000', '154626.815000', '154627.275000', '154627.735000', '154628.195000', '154628.655000', '154629.115000', '154629.575000', '154630.035000', '154630.495000', '154630.955000', '154631.415000', '154631.875000', '154632.335000', '154632.795000', '154633.255000', '154633.715000', '154634.175000', '154634.635000', '154635.095000', '154635.555000', '154636.015000', '154636.475000', '154636.935000', '154637.395000', '154637.855000', '154638.315000', '154638.775000', '154639.235000', '154639.695000', '154640.155000', '154640.615000', '154641.075000', '154641.535000', '154641.995000', '154642.455000', '154642.915000', '154643.375000', '154643.835000', '154644.295000', '154644.755000', '154645.215000', '154645.675000', '154646.135000', '154646.595000', '154647.055000', '154647.515000', '154647.975000', '154648.435000', '154648.895000', '154649.355000', '154649.815000', '154650.275000', '154650.735000', '154651.195000', '154651.655000', '154652.115000', '154652.575000', '154653.035000', '154653.495000', '154653.955000', '154654.415000', '154654.875000', '154655.335000', '154655.795000', '154656.255000', '154656.715000', '154657.175000', '154657.635000', '154658.095000', '154658.555000', '154659.015000', '154659.475000', '154659.935000', '154700.395000', '154700.855000', '154701.315000', '154701.775000', '154702.235000', '154702.695000', '154703.155000', '154703.615000', '154704.075000', '154704.535000', '154704.995000', '154705.455000', '154705.915000', '154706.375000', '154706.835000', '154707.295000', '154707.755000', '154708.215000', '154708.675000', '154709.135000', '154709.595000', '154710.055000', '154710.515000', '154710.975000', '154711.435000', '154711.895000', '154712.355000', '154712.815000', '154713.275000', '154713.735000', '154714.195000', '154714.655000', '154715.115000', '154715.575000', '154716.035000', '154716.495000', '154716.955000', '154717.415000', '154717.875000', '154718.335000', '154718.795000', '154719.255000', '154719.715000', '154720.175000', '154720.635000', '154721.095000', '154721.555000', '154722.015000', '154722.475000', '154722.935000', '154723.395000', '154723.855000', '154724.315000', '154724.775000', '154725.235000', '154725.695000', '154726.155000', '154726.615000', '154727.075000', '154727.535000', '154727.995000', '154728.455000', '154728.915000', '154729.375000', '154729.835000', '154730.295000', '154730.755000', '154731.215000', '154731.675000', '154732.135000', '154732.595000', '154733.055000', '154733.515000', '154733.975000', '154734.435000', '154734.895000', '154735.355000', '154735.815000', '154736.275000', '154736.735000', '154737.195000', '154737.655000', '154738.115000', '154738.575000', '154739.035000', '154739.495000', '154739.955000', '154740.415000', '154740.875000', '154741.335000', '154741.795000', '154742.255000', '154742.715000', '154743.175000', '154743.635000', '154744.095000', '154744.555000', '154745.015000', '154745.475000', '154745.935000', '154746.395000', '154746.855000', '154747.315000', '154747.775000', '154748.235000', '154748.695000', '154749.155000', '154749.615000', '154750.075000', '154750.535000', '154750.995000', '154751.455000', '154751.915000'], 'ContentTime': ['154132.517000', '154132.521000', '154132.524000', '154132.526000', '154132.529000', '154132.532000', '154132.535000', '154132.537000', '154132.540000', '154132.543000', '154132.549000', '154132.552000', '154132.555000', '154132.558000', '154132.561000', '154132.563000', '154132.566000', '154132.569000', '154132.572000', '154132.575000', '154132.577000', '154132.580000', '154132.583000', '154132.586000', '154132.588000', '154132.591000', '154132.594000', '154132.597000', '154132.600000', '154132.602000', '154132.605000', '154132.608000', '154132.611000', '154132.613000', '154132.616000', '154132.619000', '154132.622000', '154132.624000', '154132.627000', '154132.630000', '154132.633000', '154132.636000', '154132.638000', '154132.641000', '154152.482000', '154152.485000', '154152.488000', '154152.490000', '154152.493000', '154152.496000', '154152.499000', '154152.501000', '154152.504000', '154152.507000', '154152.510000', '154152.513000', '154152.515000', '154152.518000', '154152.521000', '154152.524000', '154152.526000', '154152.529000', '154152.532000', '154152.535000', '154152.538000', '154152.541000', '154152.544000', '154152.547000', '154152.550000', '154152.552000', '154152.555000', '154152.558000', '154152.561000', '154152.564000', '154152.567000', '154152.569000', '154152.572000', '154152.575000', '154152.578000', '154152.585000', '154152.588000', '154152.591000', '154152.594000', '154152.596000', '154152.599000', '154152.602000', '154152.605000', '154212.482000', '154212.485000', '154212.488000', '154212.491000', '154212.494000', '154212.497000', '154212.499000', '154212.502000', '154212.505000', '154212.508000', '154212.510000', '154212.513000', '154212.516000', '154212.519000', '154212.522000', '154212.524000', '154212.527000', '154212.530000', '154212.533000', '154212.536000', '154212.538000', '154212.541000', '154212.544000', '154212.547000', '154212.550000', '154212.552000', '154212.555000', '154212.558000', '154212.561000', '154212.564000', '154212.566000', '154212.569000', '154212.572000', '154212.575000', '154212.578000', '154212.580000', '154212.583000', '154212.586000', '154212.589000', '154212.600000', '154212.603000', '154212.606000', '154212.609000', '154212.612000', '154232.482000', '154232.485000', '154232.488000', '154232.491000', '154232.493000', '154232.496000', '154232.499000', '154232.502000', '154232.504000', '154232.507000', '154232.510000', '154232.513000', '154232.516000', '154232.518000', '154232.521000', '154232.536000', '154232.539000', '154232.544000', '154232.547000', '154232.549000', '154232.552000', '154232.555000', '154232.558000', '154232.561000', '154232.563000', '154232.566000', '154232.569000', '154232.572000', '154232.575000', '154232.578000', '154232.581000', '154232.583000', '154232.586000', '154232.589000', '154232.592000', '154232.595000', '154232.598000', '154232.601000', '154232.603000', '154232.606000', '154232.609000', '154232.612000', '154232.615000', '154252.482000', '154252.485000', '154252.488000', '154252.490000', '154252.493000', '154252.496000', '154252.499000', '154252.502000', '154252.504000', '154252.507000', '154252.510000', '154252.513000', '154252.515000', '154252.518000', '154252.521000', '154252.524000', '154252.527000', '154252.529000', '154252.532000', '154252.535000', '154252.538000', '154252.541000', '154252.543000', '154252.546000', '154252.549000', '154252.552000', '154252.555000', '154252.557000', '154252.560000', '154252.563000', '154252.566000', '154252.569000', '154252.579000', '154252.582000', '154252.585000', '154252.587000', '154252.590000', '154252.593000', '154252.596000', '154252.599000', '154252.602000', '154252.604000', '154252.607000', '154252.610000', '154312.482000', '154312.485000', '154312.488000', '154312.491000', '154312.494000', '154312.496000', '154312.499000', '154312.502000', '154312.505000', '154312.508000', '154312.510000', '154312.513000', '154312.516000', '154312.519000', '154312.522000', '154312.531000', '154312.534000', '154312.537000', '154312.539000', '154312.542000', '154312.545000', '154312.548000', '154312.551000', '154312.554000', '154312.556000', '154312.560000', '154312.563000', '154312.566000', '154312.569000', '154312.571000', '154312.574000', '154312.577000', '154312.580000', '154312.583000', '154312.585000', '154312.588000', '154312.591000', '154312.594000', '154312.597000', '154312.600000', '154312.603000', '154312.605000', '154312.608000', '154332.483000', '154332.486000', '154332.488000', '154332.491000', '154332.494000', '154332.497000', '154332.500000', '154332.503000', '154332.505000', '154332.508000', '154332.511000', '154332.514000', '154332.517000', '154332.519000', '154332.522000', '154332.525000', '154332.528000', '154332.530000', '154332.533000', '154332.536000', '154332.539000', '154332.541000', '154332.544000', '154332.547000', '154332.550000', '154332.553000', '154332.556000', '154332.558000', '154332.561000', '154332.564000', '154332.567000', '154332.570000', '154332.572000', '154332.575000', '154332.578000', '154332.581000', '154332.584000', '154332.586000', '154332.589000', '154332.592000', '154332.595000', '154332.597000', '154332.600000', '154332.603000', '154352.482000', '154352.485000', '154352.488000', '154352.491000', '154352.493000', '154352.496000', '154352.499000', '154352.502000', '154352.505000', '154352.508000', '154352.510000', '154352.513000', '154352.517000', '154352.520000', '154352.523000', '154352.526000', '154352.529000', '154352.532000', '154352.535000', '154352.537000', '154352.540000', '154352.543000', '154352.546000', '154352.549000', '154352.552000', '154352.554000', '154352.557000', '154352.560000', '154352.563000', '154352.566000', '154352.572000', '154352.575000', '154352.578000', '154352.581000', '154352.602000', '154352.605000', '154352.608000', '154352.611000', '154352.614000', '154352.617000', '154352.619000', '154352.622000', '154352.625000', '154412.482000', '154412.485000', '154412.488000', '154412.491000', '154412.493000', '154412.496000', '154412.499000', '154412.502000', '154412.505000', '154412.508000', '154412.511000', '154412.513000', '154412.516000', '154412.519000', '154412.522000', '154412.525000', '154412.527000', '154412.530000', '154412.533000', '154412.536000', '154412.539000', '154412.542000', '154412.545000', '154412.547000', '154412.550000', '154412.553000', '154412.556000', '154412.559000', '154412.561000', '154412.564000', '154412.567000', '154412.570000', '154412.573000', '154412.576000', '154412.579000', '154412.582000', '154412.584000', '154412.587000', '154412.590000', '154412.593000', '154412.596000', '154412.598000', '154412.601000', '154412.604000', '154432.482000', '154432.485000', '154432.487000', '154432.490000', '154432.493000', '154432.496000', '154432.499000', '154432.502000', '154432.505000', '154432.508000', '154432.510000', '154432.513000', '154432.516000', '154432.519000', '154432.522000', '154432.524000', '154432.527000', '154432.530000', '154432.533000', '154432.536000', '154432.539000', '154432.542000', '154432.544000', '154432.547000', '154432.550000', '154432.553000', '154432.556000', '154432.559000', '154432.561000', '154432.564000', '154432.567000', '154432.570000', '154432.573000', '154432.576000', '154432.579000', '154432.581000', '154432.584000', '154432.587000', '154432.590000', '154432.595000', '154432.598000', '154432.601000', '154432.630000', '154452.482000', '154452.485000', '154452.488000', '154452.490000', '154452.493000', '154452.496000', '154452.499000', '154452.502000', '154452.505000', '154452.508000', '154452.510000', '154452.513000', '154452.516000', '154452.519000', '154452.521000', '154452.524000', '154452.527000', '154452.530000', '154452.533000', '154452.536000', '154452.538000', '154452.541000', '154452.544000', '154452.547000', '154452.550000', '154452.552000', '154452.555000', '154452.558000', '154452.561000', '154452.564000', '154452.567000', '154452.569000', '154452.572000', '154452.575000', '154452.578000', '154452.581000', '154452.584000', '154452.586000', '154452.589000', '154452.592000', '154452.595000', '154452.598000', '154452.600000', '154452.603000', '154512.482000', '154512.485000', '154512.488000', '154512.490000', '154512.493000', '154512.496000', '154512.499000', '154512.501000', '154512.504000', '154512.507000', '154512.510000', '154512.513000', '154512.516000', '154512.519000', '154512.521000', '154512.524000', '154512.527000', '154512.530000', '154512.533000', '154512.536000', '154512.539000', '154512.542000', '154512.544000', '154512.547000', '154512.550000', '154512.553000', '154512.557000', '154512.560000', '154512.563000', '154512.566000', '154512.569000', '154512.572000', '154512.575000', '154512.577000', '154512.580000', '154512.583000', '154512.586000', '154512.589000', '154512.592000', '154512.594000', '154512.597000', '154512.600000', '154512.603000', '154532.482000', '154532.485000', '154532.488000', '154532.490000', '154532.493000', '154532.496000', '154532.499000', '154532.502000', '154532.505000', '154532.507000', '154532.510000', '154532.513000', '154532.516000', '154532.519000', '154532.522000', '154532.525000', '154532.541000', '154532.544000', '154532.546000', '154532.549000', '154532.552000', '154532.555000', '154532.558000', '154532.561000', '154532.563000', '154532.566000', '154532.569000', '154532.572000', '154532.575000', '154532.578000', '154532.580000', '154532.583000', '154532.586000', '154532.589000', '154532.592000', '154532.595000', '154532.598000', '154532.600000', '154532.603000', '154532.606000', '154532.609000', '154532.612000', '154532.614000', '154532.617000', '154552.483000', '154552.486000', '154552.489000', '154552.492000', '154552.494000', '154552.497000', '154552.500000', '154552.503000', '154552.506000', '154552.508000', '154552.511000', '154552.514000', '154552.517000', '154552.520000', '154552.523000', '154552.525000', '154552.528000', '154552.531000', '154552.534000', '154552.537000', '154552.539000', '154552.542000', '154552.545000', '154552.548000', '154552.551000', '154552.553000', '154552.556000', '154552.559000', '154552.562000', '154552.565000', '154552.568000', '154552.570000', '154552.573000', '154552.576000', '154552.579000', '154552.582000', '154552.585000', '154552.587000', '154552.590000', '154552.593000', '154552.596000', '154552.599000', '154552.602000', '154612.482000', '154612.485000', '154612.488000', '154612.491000', '154612.494000', '154612.496000', '154612.499000', '154612.502000', '154612.505000', '154612.508000', '154612.511000', '154612.513000', '154612.516000', '154612.519000', '154612.522000', '154612.525000', '154612.528000', '154612.531000', '154612.533000', '154612.536000', '154612.539000', '154612.542000', '154612.545000', '154612.547000', '154612.550000', '154612.553000', '154612.556000', '154612.558000', '154612.561000', '154612.564000', '154612.567000', '154612.570000', '154612.573000', '154612.575000', '154612.578000', '154612.581000', '154612.584000', '154612.587000', '154612.589000', '154612.592000', '154612.595000', '154612.598000', '154612.600000', '154612.603000', '154632.482000', '154632.485000', '154632.488000', '154632.490000', '154632.493000', '154632.496000', '154632.499000', '154632.501000', '154632.504000', '154632.507000', '154632.510000', '154632.513000', '154632.515000', '154632.518000', '154632.521000', '154632.524000', '154632.527000', '154632.530000', '154632.533000', '154632.535000', '154632.538000', '154632.541000', '154632.544000', '154632.547000', '154632.549000', '154632.552000', '154632.555000', '154632.558000', '154632.561000', '154632.563000', '154632.566000', '154632.569000', '154632.572000', '154632.575000', '154632.577000', '154632.580000', '154632.583000', '154632.586000', '154632.589000', '154632.591000', '154632.596000', '154632.598000', '154632.601000', '154652.482000', '154652.485000', '154652.488000', '154652.490000', '154652.493000', '154652.496000', '154652.499000', '154652.502000', '154652.504000', '154652.507000', '154652.510000', '154652.513000', '154652.516000', '154652.518000', '154652.521000', '154652.524000', '154652.527000', '154652.530000', '154652.532000', '154652.539000', '154652.541000', '154652.544000', '154652.547000', '154652.550000', '154652.553000', '154652.555000', '154652.558000', '154652.561000', '154652.564000', '154652.567000', '154652.570000', '154652.573000', '154652.575000', '154652.578000', '154652.581000', '154652.584000', '154652.586000', '154652.589000', '154652.592000', '154652.595000', '154652.598000', '154652.618000', '154652.621000', '154652.623000', '154712.482000', '154712.485000', '154712.488000', '154712.490000', '154712.493000', '154712.496000', '154712.499000', '154712.502000', '154712.504000', '154712.507000', '154712.510000', '154712.513000', '154712.516000', '154712.519000', '154712.521000', '154712.524000', '154712.527000', '154712.530000', '154712.533000', '154712.535000', '154712.538000', '154712.541000', '154712.544000', '154712.547000', '154712.549000', '154712.552000', '154712.555000', '154712.558000', '154712.561000', '154712.564000', '154712.567000', '154712.569000', '154712.572000', '154712.575000', '154712.579000', '154712.582000', '154712.585000', '154712.588000', '154712.591000', '154712.593000', '154712.596000', '154712.599000', '154712.602000', '154732.482000', '154732.485000', '154732.488000', '154732.490000', '154732.493000', '154732.496000', '154732.499000', '154732.502000', '154732.504000', '154732.507000', '154732.510000', '154732.513000', '154732.516000', '154732.518000', '154732.521000', '154732.524000', '154732.527000', '154732.530000', '154732.533000', '154732.535000', '154732.538000', '154732.541000', '154732.544000', '154732.546000', '154732.549000', '154732.552000', '154732.555000', '154732.558000', '154732.561000', '154732.563000', '154732.566000', '154732.569000', '154732.572000', '154732.575000', '154732.577000', '154732.580000', '154732.583000', '154732.586000', '154732.588000', '154732.591000', '154732.594000', '154732.597000', '154732.600000', '154732.602000', '154752.482000', '154752.485000', '154752.488000', '154752.490000', '154752.493000', '154752.496000', '154752.499000', '154752.502000', '154752.505000', '154752.508000', '154752.510000', '154752.513000', '154752.516000', '154752.519000', '154752.522000', '154752.524000', '154752.527000', '154752.530000', '154752.533000', '154752.535000', '154752.539000', '154752.542000', '154752.544000', '154752.547000', '154752.550000', '154752.553000', '154752.556000', '154752.558000', '154752.561000', '154752.564000', '154752.567000', '154752.570000', '154752.573000', '154752.575000', '154752.578000', '154752.581000', '154752.584000', '154752.587000', '154752.589000', '154752.592000', '154752.595000', '154752.598000', '154752.601000', '154753.208000', '154753.211000'], 'InstanceCreationTime': ['154132.517000', '154132.521000', '154132.524000', '154132.526000', '154132.529000', '154132.532000', '154132.535000', '154132.537000', '154132.540000', '154132.543000', '154132.549000', '154132.552000', '154132.555000', '154132.558000', '154132.561000', '154132.563000', '154132.566000', '154132.569000', '154132.572000', '154132.575000', '154132.577000', '154132.580000', '154132.583000', '154132.586000', '154132.588000', '154132.591000', '154132.594000', '154132.597000', '154132.600000', '154132.602000', '154132.605000', '154132.608000', '154132.611000', '154132.613000', '154132.616000', '154132.619000', '154132.622000', '154132.624000', '154132.627000', '154132.630000', '154132.633000', '154132.636000', '154132.638000', '154132.641000', '154152.482000', '154152.485000', '154152.488000', '154152.490000', '154152.493000', '154152.496000', '154152.499000', '154152.501000', '154152.504000', '154152.507000', '154152.510000', '154152.513000', '154152.515000', '154152.518000', '154152.521000', '154152.524000', '154152.526000', '154152.529000', '154152.532000', '154152.535000', '154152.538000', '154152.541000', '154152.544000', '154152.547000', '154152.550000', '154152.552000', '154152.555000', '154152.558000', '154152.561000', '154152.564000', '154152.567000', '154152.569000', '154152.572000', '154152.575000', '154152.578000', '154152.585000', '154152.588000', '154152.591000', '154152.594000', '154152.596000', '154152.599000', '154152.602000', '154152.605000', '154212.482000', '154212.485000', '154212.488000', '154212.491000', '154212.494000', '154212.497000', '154212.499000', '154212.502000', '154212.505000', '154212.508000', '154212.510000', '154212.513000', '154212.516000', '154212.519000', '154212.522000', '154212.524000', '154212.527000', '154212.530000', '154212.533000', '154212.536000', '154212.538000', '154212.541000', '154212.544000', '154212.547000', '154212.550000', '154212.552000', '154212.555000', '154212.558000', '154212.561000', '154212.564000', '154212.566000', '154212.569000', '154212.572000', '154212.575000', '154212.578000', '154212.580000', '154212.583000', '154212.586000', '154212.589000', '154212.600000', '154212.603000', '154212.606000', '154212.609000', '154212.612000', '154232.482000', '154232.485000', '154232.488000', '154232.491000', '154232.493000', '154232.496000', '154232.499000', '154232.502000', '154232.504000', '154232.507000', '154232.510000', '154232.513000', '154232.516000', '154232.518000', '154232.521000', '154232.536000', '154232.539000', '154232.544000', '154232.547000', '154232.549000', '154232.552000', '154232.555000', '154232.558000', '154232.561000', '154232.563000', '154232.566000', '154232.569000', '154232.572000', '154232.575000', '154232.578000', '154232.581000', '154232.583000', '154232.586000', '154232.589000', '154232.592000', '154232.595000', '154232.598000', '154232.601000', '154232.603000', '154232.606000', '154232.609000', '154232.612000', '154232.615000', '154252.482000', '154252.485000', '154252.488000', '154252.490000', '154252.493000', '154252.496000', '154252.499000', '154252.502000', '154252.504000', '154252.507000', '154252.510000', '154252.513000', '154252.515000', '154252.518000', '154252.521000', '154252.524000', '154252.527000', '154252.529000', '154252.532000', '154252.535000', '154252.538000', '154252.541000', '154252.543000', '154252.546000', '154252.549000', '154252.552000', '154252.555000', '154252.557000', '154252.560000', '154252.563000', '154252.566000', '154252.569000', '154252.579000', '154252.582000', '154252.585000', '154252.587000', '154252.590000', '154252.593000', '154252.596000', '154252.599000', '154252.602000', '154252.604000', '154252.607000', '154252.610000', '154312.482000', '154312.485000', '154312.488000', '154312.491000', '154312.494000', '154312.496000', '154312.499000', '154312.502000', '154312.505000', '154312.508000', '154312.510000', '154312.513000', '154312.516000', '154312.519000', '154312.522000', '154312.531000', '154312.534000', '154312.537000', '154312.539000', '154312.542000', '154312.545000', '154312.548000', '154312.551000', '154312.554000', '154312.556000', '154312.560000', '154312.563000', '154312.566000', '154312.569000', '154312.571000', '154312.574000', '154312.577000', '154312.580000', '154312.583000', '154312.585000', '154312.588000', '154312.591000', '154312.594000', '154312.597000', '154312.600000', '154312.603000', '154312.605000', '154312.608000', '154332.483000', '154332.486000', '154332.488000', '154332.491000', '154332.494000', '154332.497000', '154332.500000', '154332.503000', '154332.505000', '154332.508000', '154332.511000', '154332.514000', '154332.517000', '154332.519000', '154332.522000', '154332.525000', '154332.528000', '154332.530000', '154332.533000', '154332.536000', '154332.539000', '154332.541000', '154332.544000', '154332.547000', '154332.550000', '154332.553000', '154332.556000', '154332.558000', '154332.561000', '154332.564000', '154332.567000', '154332.570000', '154332.572000', '154332.575000', '154332.578000', '154332.581000', '154332.584000', '154332.586000', '154332.589000', '154332.592000', '154332.595000', '154332.597000', '154332.600000', '154332.603000', '154352.482000', '154352.485000', '154352.488000', '154352.491000', '154352.493000', '154352.496000', '154352.499000', '154352.502000', '154352.505000', '154352.508000', '154352.510000', '154352.513000', '154352.517000', '154352.520000', '154352.523000', '154352.526000', '154352.529000', '154352.532000', '154352.535000', '154352.537000', '154352.540000', '154352.543000', '154352.546000', '154352.549000', '154352.552000', '154352.554000', '154352.557000', '154352.560000', '154352.563000', '154352.566000', '154352.572000', '154352.575000', '154352.578000', '154352.581000', '154352.602000', '154352.605000', '154352.608000', '154352.611000', '154352.614000', '154352.617000', '154352.619000', '154352.622000', '154352.625000', '154412.482000', '154412.485000', '154412.488000', '154412.491000', '154412.493000', '154412.496000', '154412.499000', '154412.502000', '154412.505000', '154412.508000', '154412.511000', '154412.513000', '154412.516000', '154412.519000', '154412.522000', '154412.525000', '154412.527000', '154412.530000', '154412.533000', '154412.536000', '154412.539000', '154412.542000', '154412.545000', '154412.547000', '154412.550000', '154412.553000', '154412.556000', '154412.559000', '154412.561000', '154412.564000', '154412.567000', '154412.570000', '154412.573000', '154412.576000', '154412.579000', '154412.582000', '154412.584000', '154412.587000', '154412.590000', '154412.593000', '154412.596000', '154412.598000', '154412.601000', '154412.604000', '154432.482000', '154432.485000', '154432.487000', '154432.490000', '154432.493000', '154432.496000', '154432.499000', '154432.502000', '154432.505000', '154432.508000', '154432.510000', '154432.513000', '154432.516000', '154432.519000', '154432.522000', '154432.524000', '154432.527000', '154432.530000', '154432.533000', '154432.536000', '154432.539000', '154432.542000', '154432.544000', '154432.547000', '154432.550000', '154432.553000', '154432.556000', '154432.559000', '154432.561000', '154432.564000', '154432.567000', '154432.570000', '154432.573000', '154432.576000', '154432.579000', '154432.581000', '154432.584000', '154432.587000', '154432.590000', '154432.595000', '154432.598000', '154432.601000', '154432.630000', '154452.482000', '154452.485000', '154452.488000', '154452.490000', '154452.493000', '154452.496000', '154452.499000', '154452.502000', '154452.505000', '154452.508000', '154452.510000', '154452.513000', '154452.516000', '154452.519000', '154452.521000', '154452.524000', '154452.527000', '154452.530000', '154452.533000', '154452.536000', '154452.538000', '154452.541000', '154452.544000', '154452.547000', '154452.550000', '154452.552000', '154452.555000', '154452.558000', '154452.561000', '154452.564000', '154452.567000', '154452.569000', '154452.572000', '154452.575000', '154452.578000', '154452.581000', '154452.584000', '154452.586000', '154452.589000', '154452.592000', '154452.595000', '154452.598000', '154452.600000', '154452.603000', '154512.482000', '154512.485000', '154512.488000', '154512.490000', '154512.493000', '154512.496000', '154512.499000', '154512.501000', '154512.504000', '154512.507000', '154512.510000', '154512.513000', '154512.516000', '154512.519000', '154512.521000', '154512.524000', '154512.527000', '154512.530000', '154512.533000', '154512.536000', '154512.539000', '154512.542000', '154512.544000', '154512.547000', '154512.550000', '154512.553000', '154512.557000', '154512.560000', '154512.563000', '154512.566000', '154512.569000', '154512.572000', '154512.575000', '154512.577000', '154512.580000', '154512.583000', '154512.586000', '154512.589000', '154512.592000', '154512.594000', '154512.597000', '154512.600000', '154512.603000', '154532.482000', '154532.485000', '154532.488000', '154532.490000', '154532.493000', '154532.496000', '154532.499000', '154532.502000', '154532.505000', '154532.507000', '154532.510000', '154532.513000', '154532.516000', '154532.519000', '154532.522000', '154532.525000', '154532.541000', '154532.544000', '154532.546000', '154532.549000', '154532.552000', '154532.555000', '154532.558000', '154532.561000', '154532.563000', '154532.566000', '154532.569000', '154532.572000', '154532.575000', '154532.578000', '154532.580000', '154532.583000', '154532.586000', '154532.589000', '154532.592000', '154532.595000', '154532.598000', '154532.600000', '154532.603000', '154532.606000', '154532.609000', '154532.612000', '154532.614000', '154532.617000', '154552.483000', '154552.486000', '154552.489000', '154552.492000', '154552.494000', '154552.497000', '154552.500000', '154552.503000', '154552.506000', '154552.508000', '154552.511000', '154552.514000', '154552.517000', '154552.520000', '154552.523000', '154552.525000', '154552.528000', '154552.531000', '154552.534000', '154552.537000', '154552.539000', '154552.542000', '154552.545000', '154552.548000', '154552.551000', '154552.553000', '154552.556000', '154552.559000', '154552.562000', '154552.565000', '154552.568000', '154552.570000', '154552.573000', '154552.576000', '154552.579000', '154552.582000', '154552.585000', '154552.587000', '154552.590000', '154552.593000', '154552.596000', '154552.599000', '154552.602000', '154612.482000', '154612.485000', '154612.488000', '154612.491000', '154612.494000', '154612.496000', '154612.499000', '154612.502000', '154612.505000', '154612.508000', '154612.511000', '154612.513000', '154612.516000', '154612.519000', '154612.522000', '154612.525000', '154612.528000', '154612.531000', '154612.533000', '154612.536000', '154612.539000', '154612.542000', '154612.545000', '154612.547000', '154612.550000', '154612.553000', '154612.556000', '154612.558000', '154612.561000', '154612.564000', '154612.567000', '154612.570000', '154612.573000', '154612.575000', '154612.578000', '154612.581000', '154612.584000', '154612.587000', '154612.589000', '154612.592000', '154612.595000', '154612.598000', '154612.600000', '154612.603000', '154632.482000', '154632.485000', '154632.488000', '154632.490000', '154632.493000', '154632.496000', '154632.499000', '154632.501000', '154632.504000', '154632.507000', '154632.510000', '154632.513000', '154632.515000', '154632.518000', '154632.521000', '154632.524000', '154632.527000', '154632.530000', '154632.533000', '154632.535000', '154632.538000', '154632.541000', '154632.544000', '154632.547000', '154632.549000', '154632.552000', '154632.555000', '154632.558000', '154632.561000', '154632.563000', '154632.566000', '154632.569000', '154632.572000', '154632.575000', '154632.577000', '154632.580000', '154632.583000', '154632.586000', '154632.589000', '154632.591000', '154632.596000', '154632.598000', '154632.601000', '154652.482000', '154652.485000', '154652.488000', '154652.490000', '154652.493000', '154652.496000', '154652.499000', '154652.502000', '154652.504000', '154652.507000', '154652.510000', '154652.513000', '154652.516000', '154652.518000', '154652.521000', '154652.524000', '154652.527000', '154652.530000', '154652.532000', '154652.539000', '154652.541000', '154652.544000', '154652.547000', '154652.550000', '154652.553000', '154652.555000', '154652.558000', '154652.561000', '154652.564000', '154652.567000', '154652.570000', '154652.573000', '154652.575000', '154652.578000', '154652.581000', '154652.584000', '154652.586000', '154652.589000', '154652.592000', '154652.595000', '154652.598000', '154652.618000', '154652.621000', '154652.623000', '154712.482000', '154712.485000', '154712.488000', '154712.490000', '154712.493000', '154712.496000', '154712.499000', '154712.502000', '154712.504000', '154712.507000', '154712.510000', '154712.513000', '154712.516000', '154712.519000', '154712.521000', '154712.524000', '154712.527000', '154712.530000', '154712.533000', '154712.535000', '154712.538000', '154712.541000', '154712.544000', '154712.547000', '154712.549000', '154712.552000', '154712.555000', '154712.558000', '154712.561000', '154712.564000', '154712.567000', '154712.569000', '154712.572000', '154712.575000', '154712.579000', '154712.582000', '154712.585000', '154712.588000', '154712.591000', '154712.593000', '154712.596000', '154712.599000', '154712.602000', '154732.482000', '154732.485000', '154732.488000', '154732.490000', '154732.493000', '154732.496000', '154732.499000', '154732.502000', '154732.504000', '154732.507000', '154732.510000', '154732.513000', '154732.516000', '154732.518000', '154732.521000', '154732.524000', '154732.527000', '154732.530000', '154732.533000', '154732.535000', '154732.538000', '154732.541000', '154732.544000', '154732.546000', '154732.549000', '154732.552000', '154732.555000', '154732.558000', '154732.561000', '154732.563000', '154732.566000', '154732.569000', '154732.572000', '154732.575000', '154732.577000', '154732.580000', '154732.583000', '154732.586000', '154732.588000', '154732.591000', '154732.594000', '154732.597000', '154732.600000', '154732.602000', '154752.482000', '154752.485000', '154752.488000', '154752.490000', '154752.493000', '154752.496000', '154752.499000', '154752.502000', '154752.505000', '154752.508000', '154752.510000', '154752.513000', '154752.516000', '154752.519000', '154752.522000', '154752.524000', '154752.527000', '154752.530000', '154752.533000', '154752.535000', '154752.539000', '154752.542000', '154752.544000', '154752.547000', '154752.550000', '154752.553000', '154752.556000', '154752.558000', '154752.561000', '154752.564000', '154752.567000', '154752.570000', '154752.573000', '154752.575000', '154752.578000', '154752.581000', '154752.584000', '154752.587000', '154752.589000', '154752.592000', '154752.595000', '154752.598000', '154752.601000', '154753.208000', '154753.211000'], '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': [13918, 8961, 13190, 8914, 13700, 9344, 14063, 9209, 15106, 10194, 14461, 10656, 13465, 9811, 13878, 10296, 11782, 8869, 7811, 7592, 7777, 8293, 7860, 9560, 7860, 7802, 7657, 7841, 9386, 7787, 8671, 7780, 8413, 7856, 8054, 12956, 7847, 11825, 7907, 10122, 8403, 9174, 8245, 9402, 8339, 8045, 14017, 9226, 11004, 7943, 9992, 8006, 8398, 7859, 7826, 7834, 8290, 12651, 8005, 12690, 9147, 10474, 7877, 11311, 7909, 11066, 8205, 10745, 8160, 11286, 8112, 11655, 8100, 8500, 9367, 8019, 9587, 7965, 11532, 7937, 10246, 8035, 8712, 7935, 8534, 7622, 7911, 7729, 10001, 7876, 11360, 8639, 8599, 8480, 13958, 8679, 13516, 8360, 10088, 8019, 9614, 8070, 8040, 13749, 8149, 11143, 7826, 8695, 9681, 7755, 12765, 7876, 9739, 7913, 8091, 9600, 7721, 11417, 7862, 9527, 8177, 9192, 7810, 8291, 14047, 7870, 11423, 8835, 10638, 7861, 9959, 7649, 8961, 12126, 8083, 12694, 8906, 11671, 7938, 10621, 7731, 11005, 7917, 9250, 8928, 9078, 8196, 10377, 7832, 8505, 8522, 7741, 8790, 13330, 8741, 14612, 9132, 11306, 7804, 8649, 10163, 8349, 12286, 7787, 8686, 7863, 7969, 12874, 8075, 9570, 8014, 9137, 7889, 8087, 7858, 7949, 9295, 10578, 8387, 11716, 8212, 13750, 8610, 9027, 13035, 8362, 11322, 7867, 9647, 7833, 8439, 13844, 8084, 10342, 8037, 9092, 13933, 8057, 10089, 9494, 8116, 9973, 7850, 8834, 7949, 7833, 12657, 7827, 9587, 7947, 7890, 10970, 7757, 9551, 7977, 7717, 12330, 7795, 8538, 7855, 8347, 7898, 8465, 7671, 8817, 7910, 10640, 15408, 11040, 10298, 7885, 7814, 12964, 7880, 8710, 12004, 7737, 9881, 7801, 8151, 8943, 7800, 7961, 7774, 9193, 7765, 11039, 8031, 9829, 8097, 8688, 7847, 8362, 7941, 9079, 8054, 10380, 16202, 9684, 11132, 7831, 9423, 12430, 7937, 12870, 7930, 9863, 8120, 8985, 8013, 8069, 8430, 7952, 13172, 8286, 10640, 7726, 13181, 8078, 9821, 7832, 9710, 8607, 11981, 7800, 9195, 8007, 8074, 8659, 7869, 9130, 16591, 8727, 10006, 8786, 7930, 8613, 7725, 9924, 7811, 8046, 7832, 7918, 9326, 7873, 10297, 7833, 11709, 12035, 8534, 14050, 9285, 10155, 7818, 12844, 7792, 9434, 7949, 7783, 9444, 7937, 11141, 8511, 8631, 7903, 7739, 13760, 7951, 10319, 7848, 10252, 7729, 8853, 10470, 8271, 11882, 8744, 10004, 7819, 12815, 7855, 10555, 8253, 10302, 8048, 9596, 7849, 8559, 7971, 8494, 8002, 9829, 7930, 13070, 7947, 10859, 8779, 8091, 11012, 7886, 11512, 8063, 12460, 7999, 10640, 7644, 10002, 7694, 10109, 7963, 8282, 7981, 8086, 12086, 7784, 10041, 7832, 10518, 9014, 8714, 7870, 9742, 7965, 9702, 8130, 15066, 10873, 8984, 11164, 7959, 13730, 8244, 10783, 8688, 9282, 7990, 8223, 9752, 7886, 11606, 8108, 8970, 7821, 12107, 8380, 9021, 7932, 7979, 7931, 7916, 15082, 7761, 10255, 7715, 8824, 7943, 8161, 8556, 7902, 13726, 8121, 10069, 7690, 12137, 8218, 8837, 7963, 11321, 7833, 10612, 8589, 7859, 8464, 15873, 9832, 12523, 8061, 12693, 7862, 11632, 8660, 8036, 7781, 7847, 7670, 7978, 7977, 8461, 9441, 7736, 11004, 7786, 12653, 9335, 8244, 14508, 8766, 10141, 7929, 7737, 12499, 7732, 7933, 10779, 8092, 9647, 8259, 9198, 12874, 8829, 12733, 8204, 9681, 9430, 7728, 13617, 8123, 10429, 7862, 7952, 7977, 7836, 11774, 7815, 11204, 8128, 8986, 8012, 8850, 8189, 8291, 8332, 7963, 8655, 7913, 12935, 7735, 11112, 8309, 10788, 7814, 12290, 8254, 12017, 8695, 11477, 8399, 12366, 8087, 10853, 7832, 9974, 7764, 7926, 7887, 14038, 9919, 12847, 8099, 11054, 7866, 8266, 14022, 7674, 10119, 8078, 8399, 9429, 7958, 7747, 7795, 11970, 8130, 9072, 8890, 8906, 7799, 7906, 7758, 7814, 7842, 7775, 7860, 9287, 14525, 9913, 13329, 8459, 10742, 12399, 8199, 11878, 8219, 9329, 14775, 7701, 10659, 9862, 7949, 9691, 7882, 8986, 7955, 7747, 10855, 9035, 8386, 9581, 8030, 9968, 8000, 11077, 8752, 9769, 8855, 9116, 9129, 7786, 9257, 7759, 9494, 7807, 12503, 8217, 14626, 9723, 12985, 8490, 8714, 7678, 10900, 7947, 10544, 7713, 13451, 12570, 9668, 13375, 8450, 10225, 7726, 12318, 7860, 10067, 7760, 8548, 7838, 8060, 11553, 7769, 11155, 7774, 8137, 8257, 7796, 10998, 7807, 9872, 7867, 8953, 9002, 8584, 8674, 9105, 8132, 8114, 7986, 7973, 14448, 9327, 12844, 8622, 9783, 7944, 9427, 7758, 7822, 15095, 9480, 11512, 7844, 9761, 7938, 7842, 10000, 7888, 9020, 7960, 9857, 8186, 12050, 8128, 12138, 8923, 11106, 8275, 12539, 8537, 13007, 14422, 9787, 12824, 8025, 10566, 7812, 7878, 13461, 7815, 10270, 7994, 9155, 8408, 8628, 8299, 8459, 11223, 7885, 11168, 7834, 11407, 8412, 8241, 14041, 9206, 10789, 7763, 7961, 11206, 7882, 10941, 7960, 9572, 8135, 8089, 12343, 7941, 11588, 7857, 9642, 8881, 7914, 11575, 7719, 9599, 7886, 7943, 12387, 7841, 8096, 9416, 7822, 9868, 7919, 8801, 8062, 7963, 8012, 8090, 14037, 9249, 8860, 14852, 9223, 8853, 12357, 8311, 9455, 8172, 7744, 12405, 7820, 9285, 7833, 7717, 11698, 7875, 10287, 7796, 9583, 7795, 8920, 9340, 7884, 11982, 8607, 9598, 8266, 9613, 7919, 8412, 13629, 8377, 10083, 10294, 7943, 10998, 7975, 10846, 7940, 8757, 7830, 8869, 7890, 8330, 7806, 10173, 8352, 8894, 7922, 14199, 8561, 11178, 7725, 8842, 10808, 7801, 11732, 7776, 7951, 9473, 7744, 9447, 7929, 8605, 8168, 8081, 8906, 8001, 8322, 8023, 12708, 7861, 8129, 11968, 8064, 10235, 7996, 9780, 8435, 8137, 8482, 8123, 8144, 8004, 8538, 7770, 7925, 8899, 7966, 11110, 8218, 14376, 9441, 13461, 8369, 12542, 7940, 9950, 14496, 10186, 12335, 7960, 11943, 7952, 8455, 14378, 7947, 10797, 8050, 7984, 8232, 8130, 10161, 7918, 9465, 8358, 8354, 8209, 8007, 9272, 7950, 13246, 8340, 9769, 10271, 8063, 12772, 8571, 12165, 8227, 9953, 7971, 8734, 8238, 8114, 8075, 7998, 13749, 8927, 8654, 12932, 8311, 9745, 8250, 8918, 8865, 8004, 8631, 8160, 9205, 8885, 14194], 'WindowCenter': [4860.0, 4771.0, 4793.0, 4729.0, 4777.0, 4742.0, 4760.0, 4671.0, 4732.0, 4704.0, 4731.0, 4716.0, 4732.0, 4707.0, 4732.0, 4701.0, 4697.0, 4681.0, 4661.0, 4651.0, 4666.0, 4700.0, 4706.0, 4716.0, 4700.0, 4689.0, 4677.0, 4676.0, 4696.0, 4665.0, 4685.0, 4665.0, 4688.0, 4677.0, 4689.0, 4735.0, 4676.0, 4726.0, 4677.0, 4706.0, 4687.0, 4707.0, 4713.0, 4711.0, 4685.0, 4689.0, 4756.0, 4696.0, 4715.0, 4676.0, 4705.0, 4674.0, 4685.0, 4675.0, 4676.0, 4676.0, 4689.0, 4736.0, 4678.0, 4735.0, 4698.0, 4716.0, 4677.0, 4724.0, 4688.0, 4726.0, 4688.0, 4741.0, 4699.0, 4727.0, 4688.0, 4735.0, 4675.0, 4696.0, 4696.0, 4686.0, 4705.0, 4687.0, 4724.0, 4676.0, 4716.0, 4689.0, 4696.0, 4699.0, 4709.0, 4705.0, 4703.0, 4691.0, 4717.0, 4701.0, 4751.0, 4712.0, 4699.0, 4712.0, 4759.0, 4713.0, 4758.0, 4689.0, 4717.0, 4688.0, 4708.0, 4676.0, 4686.0, 4753.0, 4688.0, 4726.0, 4677.0, 4698.0, 4704.0, 4677.0, 4736.0, 4677.0, 4706.0, 4677.0, 4678.0, 4705.0, 4679.0, 4738.0, 4689.0, 4708.0, 4689.0, 4708.0, 4677.0, 4690.0, 4756.0, 4679.0, 4728.0, 4699.0, 4715.0, 4677.0, 4705.0, 4666.0, 4688.0, 4724.0, 4676.0, 4734.0, 4686.0, 4714.0, 4675.0, 4703.0, 4666.0, 4714.0, 4677.0, 4696.0, 4697.0, 4708.0, 4702.0, 4717.0, 4677.0, 4696.0, 4698.0, 4677.0, 4688.0, 4733.0, 4685.0, 4743.0, 4684.0, 4702.0, 4662.0, 4683.0, 4702.0, 4674.0, 4722.0, 4663.0, 4672.0, 4662.0, 4674.0, 4733.0, 4676.0, 4702.0, 4686.0, 4692.0, 4676.0, 4686.0, 4688.0, 4701.0, 4721.0, 4730.0, 4701.0, 4740.0, 4691.0, 4749.0, 4687.0, 4711.0, 4735.0, 4675.0, 4713.0, 4675.0, 4694.0, 4666.0, 4684.0, 4745.0, 4675.0, 4704.0, 4675.0, 4696.0, 4742.0, 4675.0, 4703.0, 4692.0, 4675.0, 4694.0, 4677.0, 4686.0, 4676.0, 4669.0, 4735.0, 4667.0, 4709.0, 4677.0, 4679.0, 4714.0, 4665.0, 4706.0, 4673.0, 4664.0, 4724.0, 4665.0, 4684.0, 4676.0, 4688.0, 4679.0, 4688.0, 4678.0, 4698.0, 4690.0, 4732.0, 4770.0, 4727.0, 4705.0, 4666.0, 4667.0, 4746.0, 4676.0, 4688.0, 4724.0, 4666.0, 4704.0, 4680.0, 4704.0, 4709.0, 4678.0, 4675.0, 4678.0, 4696.0, 4668.0, 4716.0, 4678.0, 4718.0, 4692.0, 4703.0, 4681.0, 4690.0, 4681.0, 4699.0, 4691.0, 4733.0, 4780.0, 4711.0, 4728.0, 4678.0, 4698.0, 4735.0, 4678.0, 4726.0, 4667.0, 4695.0, 4676.0, 4686.0, 4665.0, 4676.0, 4678.0, 4680.0, 4736.0, 4689.0, 4717.0, 4667.0, 4735.0, 4666.0, 4694.0, 4664.0, 4696.0, 4697.0, 4725.0, 4666.0, 4707.0, 4690.0, 4687.0, 4700.0, 4689.0, 4712.0, 4768.0, 4689.0, 4723.0, 4700.0, 4690.0, 4688.0, 4678.0, 4704.0, 4666.0, 4676.0, 4678.0, 4688.0, 4708.0, 4692.0, 4745.0, 4691.0, 4739.0, 4726.0, 4685.0, 4758.0, 4698.0, 4704.0, 4667.0, 4736.0, 4667.0, 4697.0, 4675.0, 4666.0, 4694.0, 4676.0, 4715.0, 4686.0, 4687.0, 4677.0, 4678.0, 4756.0, 4678.0, 4716.0, 4689.0, 4718.0, 4677.0, 4697.0, 4717.0, 4688.0, 4725.0, 4688.0, 4705.0, 4667.0, 4736.0, 4677.0, 4715.0, 4686.0, 4706.0, 4677.0, 4707.0, 4691.0, 4710.0, 4677.0, 4685.0, 4676.0, 4705.0, 4688.0, 4745.0, 4677.0, 4717.0, 4684.0, 4674.0, 4714.0, 4676.0, 4714.0, 4675.0, 4723.0, 4677.0, 4703.0, 4665.0, 4704.0, 4667.0, 4716.0, 4690.0, 4688.0, 4676.0, 4679.0, 4725.0, 4666.0, 4706.0, 4679.0, 4717.0, 4701.0, 4699.0, 4679.0, 4707.0, 4689.0, 4709.0, 4690.0, 4770.0, 4718.0, 4687.0, 4714.0, 4666.0, 4735.0, 4676.0, 4705.0, 4687.0, 4695.0, 4675.0, 4677.0, 4695.0, 4678.0, 4714.0, 4678.0, 4685.0, 4678.0, 4736.0, 4676.0, 4697.0, 4676.0, 4677.0, 4676.0, 4678.0, 4755.0, 4667.0, 4718.0, 4677.0, 4685.0, 4674.0, 4675.0, 4684.0, 4676.0, 4731.0, 4675.0, 4706.0, 4691.0, 4737.0, 4690.0, 4698.0, 4677.0, 4727.0, 4680.0, 4730.0, 4714.0, 4703.0, 4718.0, 4780.0, 4709.0, 4724.0, 4664.0, 4721.0, 4664.0, 4724.0, 4684.0, 4688.0, 4666.0, 4663.0, 4662.0, 4672.0, 4673.0, 4685.0, 4705.0, 4678.0, 4716.0, 4678.0, 4746.0, 4695.0, 4676.0, 4744.0, 4674.0, 4694.0, 4662.0, 4652.0, 4722.0, 4650.0, 4662.0, 4701.0, 4663.0, 4693.0, 4674.0, 4696.0, 4735.0, 4684.0, 4724.0, 4673.0, 4694.0, 4682.0, 4653.0, 4721.0, 4661.0, 4691.0, 4651.0, 4662.0, 4662.0, 4653.0, 4711.0, 4652.0, 4701.0, 4662.0, 4682.0, 4676.0, 4698.0, 4675.0, 4662.0, 4660.0, 4662.0, 4672.0, 4684.0, 4732.0, 4676.0, 4723.0, 4674.0, 4711.0, 4664.0, 4725.0, 4675.0, 4722.0, 4685.0, 4711.0, 4672.0, 4721.0, 4664.0, 4701.0, 4666.0, 4692.0, 4653.0, 4663.0, 4676.0, 4742.0, 4695.0, 4723.0, 4663.0, 4702.0, 4651.0, 4662.0, 4720.0, 4651.0, 4690.0, 4662.0, 4661.0, 4683.0, 4663.0, 4664.0, 4667.0, 4724.0, 4676.0, 4686.0, 4698.0, 4697.0, 4678.0, 4689.0, 4678.0, 4680.0, 4690.0, 4679.0, 4678.0, 4709.0, 4769.0, 4709.0, 4746.0, 4676.0, 4717.0, 4735.0, 4686.0, 4736.0, 4685.0, 4697.0, 4744.0, 4665.0, 4705.0, 4694.0, 4665.0, 4693.0, 4664.0, 4684.0, 4675.0, 4666.0, 4714.0, 4697.0, 4689.0, 4709.0, 4690.0, 4718.0, 4691.0, 4728.0, 4700.0, 4719.0, 4710.0, 4710.0, 4699.0, 4681.0, 4710.0, 4680.0, 4708.0, 4680.0, 4738.0, 4690.0, 4758.0, 4708.0, 4747.0, 4689.0, 4688.0, 4668.0, 4716.0, 4678.0, 4715.0, 4678.0, 4747.0, 4733.0, 4696.0, 4731.0, 4674.0, 4693.0, 4664.0, 4721.0, 4663.0, 4693.0, 4663.0, 4673.0, 4665.0, 4666.0, 4713.0, 4665.0, 4715.0, 4654.0, 4665.0, 4674.0, 4666.0, 4704.0, 4666.0, 4705.0, 4677.0, 4686.0, 4697.0, 4687.0, 4688.0, 4697.0, 4679.0, 4679.0, 4679.0, 4674.0, 4770.0, 4696.0, 4734.0, 4683.0, 4703.0, 4672.0, 4694.0, 4664.0, 4663.0, 4742.0, 4693.0, 4712.0, 4673.0, 4706.0, 4662.0, 4673.0, 4702.0, 4673.0, 4682.0, 4688.0, 4708.0, 4686.0, 4724.0, 4677.0, 4724.0, 4685.0, 4713.0, 4676.0, 4724.0, 4686.0, 4735.0, 4733.0, 4693.0, 4711.0, 4651.0, 4691.0, 4640.0, 4651.0, 4719.0, 4651.0, 4691.0, 4661.0, 4681.0, 4673.0, 4673.0, 4674.0, 4676.0, 4714.0, 4676.0, 4714.0, 4666.0, 4714.0, 4663.0, 4664.0, 4731.0, 4682.0, 4702.0, 4651.0, 4662.0, 4701.0, 4663.0, 4702.0, 4664.0, 4693.0, 4663.0, 4665.0, 4736.0, 4676.0, 4714.0, 4662.0, 4682.0, 4670.0, 4662.0, 4699.0, 4651.0, 4680.0, 4660.0, 4661.0, 4721.0, 4650.0, 4651.0, 4681.0, 4652.0, 4693.0, 4663.0, 4682.0, 4663.0, 4664.0, 4665.0, 4676.0, 4744.0, 4684.0, 4685.0, 4733.0, 4672.0, 4672.0, 4709.0, 4660.0, 4680.0, 4649.0, 4640.0, 4708.0, 4639.0, 4668.0, 4638.0, 4640.0, 4698.0, 4651.0, 4679.0, 4652.0, 4679.0, 4650.0, 4672.0, 4670.0, 4661.0, 4710.0, 4671.0, 4681.0, 4671.0, 4704.0, 4662.0, 4672.0, 4730.0, 4662.0, 4692.0, 4692.0, 4663.0, 4689.0, 4650.0, 4688.0, 4650.0, 4661.0, 4652.0, 4670.0, 4663.0, 4662.0, 4666.0, 4705.0, 4689.0, 4695.0, 4675.0, 4732.0, 4673.0, 4702.0, 4652.0, 4673.0, 4690.0, 4651.0, 4700.0, 4650.0, 4651.0, 4681.0, 4652.0, 4680.0, 4662.0, 4685.0, 4674.0, 4662.0, 4682.0, 4662.0, 4671.0, 4673.0, 4733.0, 4662.0, 4662.0, 4710.0, 4663.0, 4702.0, 4664.0, 4693.0, 4673.0, 4664.0, 4684.0, 4674.0, 4675.0, 4688.0, 4700.0, 4679.0, 4677.0, 4698.0, 4688.0, 4728.0, 4689.0, 4757.0, 4708.0, 4746.0, 4677.0, 4735.0, 4665.0, 4706.0, 4743.0, 4704.0, 4723.0, 4665.0, 4723.0, 4663.0, 4697.0, 4742.0, 4663.0, 4701.0, 4660.0, 4660.0, 4659.0, 4663.0, 4699.0, 4663.0, 4692.0, 4673.0, 4675.0, 4674.0, 4676.0, 4695.0, 4676.0, 4734.0, 4674.0, 4705.0, 4703.0, 4664.0, 4733.0, 4684.0, 4723.0, 4674.0, 4704.0, 4674.0, 4683.0, 4673.0, 4674.0, 4663.0, 4674.0, 4733.0, 4672.0, 4672.0, 4720.0, 4662.0, 4681.0, 4673.0, 4682.0, 4683.0, 4675.0, 4686.0, 4676.0, 4708.0, 4699.0, 4757.0], 'WindowWidth': [10598.0, 10452.0, 10462.0, 10367.0, 10427.0, 10384.0, 10389.0, 10248.0, 10331.0, 10298.0, 10329.0, 10315.0, 10336.0, 10310.0, 10334.0, 10288.0, 10278.0, 10261.0, 10236.0, 10223.0, 10249.0, 10305.0, 10323.0, 10325.0, 10309.0, 10286.0, 10268.0, 10263.0, 10290.0, 10245.0, 10276.0, 10246.0, 10281.0, 10264.0, 10284.0, 10343.0, 10265.0, 10329.0, 10264.0, 10302.0, 10279.0, 10308.0, 10331.0, 10322.0, 10277.0, 10288.0, 10373.0, 10290.0, 10315.0, 10263.0, 10301.0, 10258.0, 10274.0, 10260.0, 10265.0, 10264.0, 10285.0, 10345.0, 10268.0, 10343.0, 10296.0, 10317.0, 10266.0, 10326.0, 10284.0, 10331.0, 10285.0, 10365.0, 10303.0, 10334.0, 10283.0, 10344.0, 10261.0, 10292.0, 10288.0, 10278.0, 10302.0, 10280.0, 10326.0, 10266.0, 10319.0, 10285.0, 10294.0, 10303.0, 10320.0, 10323.0, 10316.0, 10294.0, 10324.0, 10307.0, 10374.0, 10324.0, 10302.0, 10322.0, 10381.0, 10329.0, 10381.0, 10285.0, 10319.0, 10282.0, 10310.0, 10264.0, 10278.0, 10368.0, 10288.0, 10333.0, 10268.0, 10297.0, 10299.0, 10268.0, 10344.0, 10267.0, 10303.0, 10266.0, 10268.0, 10302.0, 10272.0, 10354.0, 10287.0, 10308.0, 10287.0, 10311.0, 10268.0, 10288.0, 10373.0, 10271.0, 10337.0, 10297.0, 10315.0, 10266.0, 10302.0, 10248.0, 10280.0, 10325.0, 10262.0, 10338.0, 10275.0, 10311.0, 10260.0, 10295.0, 10251.0, 10314.0, 10267.0, 10288.0, 10294.0, 10315.0, 10314.0, 10323.0, 10268.0, 10291.0, 10296.0, 10264.0, 10281.0, 10336.0, 10272.0, 10352.0, 10268.0, 10290.0, 10236.0, 10267.0, 10292.0, 10255.0, 10318.0, 10238.0, 10249.0, 10238.0, 10257.0, 10340.0, 10266.0, 10296.0, 10279.0, 10283.0, 10265.0, 10278.0, 10286.0, 10311.0, 10338.0, 10345.0, 10307.0, 10355.0, 10290.0, 10367.0, 10279.0, 10322.0, 10343.0, 10259.0, 10311.0, 10259.0, 10285.0, 10247.0, 10274.0, 10354.0, 10262.0, 10300.0, 10262.0, 10292.0, 10349.0, 10260.0, 10298.0, 10280.0, 10259.0, 10283.0, 10263.0, 10275.0, 10261.0, 10255.0, 10341.0, 10252.0, 10309.0, 10263.0, 10269.0, 10310.0, 10248.0, 10303.0, 10254.0, 10244.0, 10322.0, 10246.0, 10270.0, 10264.0, 10282.0, 10272.0, 10284.0, 10271.0, 10297.0, 10290.0, 10349.0, 10399.0, 10332.0, 10298.0, 10247.0, 10253.0, 10360.0, 10263.0, 10280.0, 10322.0, 10249.0, 10297.0, 10276.0, 10315.0, 10316.0, 10270.0, 10260.0, 10267.0, 10288.0, 10255.0, 10318.0, 10270.0, 10324.0, 10295.0, 10311.0, 10277.0, 10286.0, 10277.0, 10299.0, 10294.0, 10357.0, 10414.0, 10319.0, 10336.0, 10269.0, 10296.0, 10342.0, 10265.0, 10329.0, 10250.0, 10285.0, 10261.0, 10274.0, 10246.0, 10264.0, 10268.0, 10275.0, 10344.0, 10284.0, 10319.0, 10253.0, 10339.0, 10247.0, 10282.0, 10244.0, 10288.0, 10296.0, 10327.0, 10249.0, 10309.0, 10290.0, 10283.0, 10305.0, 10286.0, 10320.0, 10395.0, 10285.0, 10337.0, 10304.0, 10289.0, 10283.0, 10268.0, 10298.0, 10248.0, 10263.0, 10269.0, 10286.0, 10312.0, 10296.0, 10376.0, 10295.0, 10355.0, 10330.0, 10277.0, 10382.0, 10297.0, 10298.0, 10253.0, 10344.0, 10251.0, 10292.0, 10260.0, 10250.0, 10286.0, 10264.0, 10314.0, 10276.0, 10281.0, 10265.0, 10271.0, 10373.0, 10270.0, 10320.0, 10287.0, 10324.0, 10267.0, 10294.0, 10318.0, 10282.0, 10330.0, 10280.0, 10300.0, 10253.0, 10344.0, 10267.0, 10316.0, 10278.0, 10304.0, 10267.0, 10308.0, 10293.0, 10321.0, 10267.0, 10274.0, 10263.0, 10303.0, 10284.0, 10356.0, 10267.0, 10321.0, 10271.0, 10259.0, 10310.0, 10261.0, 10309.0, 10260.0, 10323.0, 10266.0, 10295.0, 10246.0, 10298.0, 10252.0, 10320.0, 10290.0, 10286.0, 10265.0, 10270.0, 10328.0, 10252.0, 10306.0, 10275.0, 10323.0, 10303.0, 10300.0, 10272.0, 10307.0, 10287.0, 10312.0, 10290.0, 10398.0, 10320.0, 10277.0, 10309.0, 10247.0, 10338.0, 10260.0, 10298.0, 10276.0, 10285.0, 10259.0, 10266.0, 10286.0, 10269.0, 10312.0, 10266.0, 10275.0, 10268.0, 10345.0, 10264.0, 10293.0, 10264.0, 10265.0, 10265.0, 10269.0, 10369.0, 10253.0, 10328.0, 10268.0, 10275.0, 10258.0, 10261.0, 10272.0, 10262.0, 10328.0, 10262.0, 10306.0, 10295.0, 10348.0, 10290.0, 10297.0, 10267.0, 10332.0, 10278.0, 10344.0, 10332.0, 10316.0, 10344.0, 10416.0, 10310.0, 10324.0, 10243.0, 10316.0, 10243.0, 10327.0, 10272.0, 10285.0, 10248.0, 10242.0, 10239.0, 10254.0, 10255.0, 10274.0, 10301.0, 10270.0, 10319.0, 10269.0, 10361.0, 10289.0, 10263.0, 10352.0, 10255.0, 10282.0, 10236.0, 10225.0, 10318.0, 10218.0, 10237.0, 10287.0, 10240.0, 10281.0, 10259.0, 10292.0, 10340.0, 10271.0, 10324.0, 10255.0, 10283.0, 10263.0, 10227.0, 10315.0, 10234.0, 10275.0, 10221.0, 10236.0, 10237.0, 10227.0, 10301.0, 10226.0, 10291.0, 10238.0, 10265.0, 10266.0, 10298.0, 10261.0, 10237.0, 10232.0, 10236.0, 10252.0, 10277.0, 10336.0, 10269.0, 10325.0, 10260.0, 10305.0, 10243.0, 10328.0, 10259.0, 10319.0, 10274.0, 10303.0, 10253.0, 10316.0, 10244.0, 10290.0, 10249.0, 10278.0, 10228.0, 10240.0, 10263.0, 10347.0, 10284.0, 10320.0, 10238.0, 10289.0, 10219.0, 10235.0, 10310.0, 10220.0, 10269.0, 10235.0, 10235.0, 10267.0, 10241.0, 10244.0, 10253.0, 10327.0, 10266.0, 10276.0, 10296.0, 10296.0, 10272.0, 10287.0, 10271.0, 10277.0, 10291.0, 10272.0, 10269.0, 10315.0, 10396.0, 10312.0, 10358.0, 10264.0, 10321.0, 10339.0, 10278.0, 10348.0, 10279.0, 10294.0, 10352.0, 10246.0, 10300.0, 10282.0, 10245.0, 10280.0, 10244.0, 10270.0, 10258.0, 10249.0, 10312.0, 10292.0, 10283.0, 10314.0, 10292.0, 10326.0, 10292.0, 10338.0, 10303.0, 10328.0, 10318.0, 10318.0, 10300.0, 10278.0, 10314.0, 10276.0, 10309.0, 10275.0, 10350.0, 10287.0, 10378.0, 10311.0, 10361.0, 10286.0, 10282.0, 10258.0, 10318.0, 10270.0, 10318.0, 10271.0, 10362.0, 10336.0, 10288.0, 10329.0, 10256.0, 10279.0, 10243.0, 10316.0, 10240.0, 10281.0, 10241.0, 10255.0, 10245.0, 10249.0, 10308.0, 10246.0, 10312.0, 10228.0, 10245.0, 10255.0, 10250.0, 10296.0, 10248.0, 10300.0, 10265.0, 10275.0, 10293.0, 10278.0, 10281.0, 10294.0, 10269.0, 10271.0, 10271.0, 10262.0, 10403.0, 10290.0, 10336.0, 10269.0, 10295.0, 10253.0, 10282.0, 10241.0, 10241.0, 10345.0, 10281.0, 10303.0, 10255.0, 10304.0, 10237.0, 10255.0, 10290.0, 10254.0, 10266.0, 10284.0, 10308.0, 10274.0, 10322.0, 10266.0, 10321.0, 10272.0, 10308.0, 10263.0, 10325.0, 10274.0, 10342.0, 10334.0, 10277.0, 10299.0, 10218.0, 10274.0, 10202.0, 10220.0, 10309.0, 10217.0, 10272.0, 10234.0, 10259.0, 10254.0, 10254.0, 10255.0, 10262.0, 10310.0, 10261.0, 10309.0, 10247.0, 10312.0, 10239.0, 10242.0, 10328.0, 10261.0, 10288.0, 10221.0, 10238.0, 10288.0, 10239.0, 10293.0, 10244.0, 10281.0, 10241.0, 10248.0, 10346.0, 10265.0, 10311.0, 10237.0, 10264.0, 10246.0, 10237.0, 10282.0, 10219.0, 10260.0, 10231.0, 10236.0, 10316.0, 10217.0, 10221.0, 10260.0, 10224.0, 10283.0, 10239.0, 10265.0, 10240.0, 10242.0, 10246.0, 10264.0, 10354.0, 10270.0, 10270.0, 10335.0, 10248.0, 10248.0, 10296.0, 10229.0, 10256.0, 10212.0, 10204.0, 10292.0, 10199.0, 10237.0, 10197.0, 10202.0, 10280.0, 10220.0, 10255.0, 10221.0, 10255.0, 10217.0, 10251.0, 10245.0, 10235.0, 10299.0, 10247.0, 10261.0, 10254.0, 10303.0, 10241.0, 10254.0, 10328.0, 10236.0, 10277.0, 10279.0, 10242.0, 10268.0, 10217.0, 10264.0, 10217.0, 10233.0, 10224.0, 10244.0, 10240.0, 10239.0, 10248.0, 10302.0, 10287.0, 10290.0, 10261.0, 10333.0, 10252.0, 10291.0, 10222.0, 10251.0, 10272.0, 10221.0, 10286.0, 10217.0, 10220.0, 10260.0, 10225.0, 10257.0, 10235.0, 10277.0, 10260.0, 10241.0, 10262.0, 10237.0, 10247.0, 10254.0, 10335.0, 10236.0, 10239.0, 10301.0, 10239.0, 10292.0, 10244.0, 10282.0, 10256.0, 10245.0, 10272.0, 10261.0, 10263.0, 10285.0, 10304.0, 10276.0, 10267.0, 10298.0, 10285.0, 10338.0, 10288.0, 10376.0, 10312.0, 10359.0, 10267.0, 10343.0, 10246.0, 10304.0, 10351.0, 10298.0, 10321.0, 10246.0, 10325.0, 10243.0, 10300.0, 10349.0, 10244.0, 10292.0, 10232.0, 10234.0, 10231.0, 10241.0, 10287.0, 10242.0, 10281.0, 10257.0, 10263.0, 10260.0, 10266.0, 10288.0, 10264.0, 10341.0, 10260.0, 10301.0, 10295.0, 10245.0, 10338.0, 10271.0, 10323.0, 10260.0, 10302.0, 10259.0, 10271.0, 10255.0, 10259.0, 10243.0, 10259.0, 10340.0, 10250.0, 10252.0, 10315.0, 10237.0, 10261.0, 10255.0, 10265.0, 10271.0, 10262.0, 10279.0, 10264.0, 10311.0, 10303.0, 10379.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.003361316397228637</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.049859630946882214</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.72992903456651</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0837627134335264</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9453934371445077</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4945</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5448.5889</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20506564735800767</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.785219399538107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5181334881758315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.539059121282295</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.587211756497883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.428129586747318</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00471186</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.006997318472713232</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.038667794317007065</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</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.162383526812984</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>22.9842</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.889</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.4387</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294316.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>944.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.1226</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2995</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3883.5153</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4035.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82228.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1663.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5121.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.3906</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.03283323487267</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> |