=== 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-0106 --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-0106",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0106_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0106_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0106_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-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-01/func/sub-0106_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>242af2847726d2e3e57e621f19ade38c</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:36:30.515000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0809873</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7776, -7264, 283, -57, 3, -123, 74]</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>227.379</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>51bb99da-aada-4b7e-996e-fcd782983006||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['153630.515000', '153630.975000', '153631.435000', '153631.895000', '153632.355000', '153632.815000', '153633.275000', '153633.735000', '153634.195000', '153634.655000', '153635.115000', '153635.575000', '153636.035000', '153636.495000', '153636.955000', '153637.415000', '153637.875000', '153638.335000', '153638.795000', '153639.255000', '153639.715000', '153640.175000', '153640.635000', '153641.095000', '153641.555000', '153642.015000', '153642.475000', '153642.935000', '153643.395000', '153643.855000', '153644.315000', '153644.775000', '153645.235000', '153645.695000', '153646.155000', '153646.615000', '153647.075000', '153647.535000', '153647.995000', '153648.455000', '153648.915000', '153649.375000', '153649.835000', '153650.295000', '153650.755000', '153651.215000', '153651.675000', '153652.135000', '153652.595000', '153653.055000', '153653.515000', '153653.975000', '153654.435000', '153654.895000', '153655.355000', '153655.815000', '153656.275000', '153656.735000', '153657.195000', '153657.655000', '153658.115000', '153658.575000', '153659.035000', '153659.495000', '153659.955000', '153700.415000', '153700.875000', '153701.335000', '153701.795000', '153702.255000', '153702.715000', '153703.175000', '153703.635000', '153704.095000', '153704.555000', '153705.015000', '153705.475000', '153705.935000', '153706.395000', '153706.855000', '153707.315000', '153707.775000', '153708.235000', '153708.695000', '153709.155000', '153709.615000', '153710.075000', '153710.535000', '153710.995000', '153711.455000', '153711.915000', '153712.375000', '153712.835000', '153713.295000', '153713.755000', '153714.215000', '153714.675000', '153715.135000', '153715.595000', '153716.055000', '153716.515000', '153716.975000', '153717.435000', '153717.895000', '153718.355000', '153718.815000', '153719.275000', '153719.735000', '153720.195000', '153720.655000', '153721.115000', '153721.575000', '153722.035000', '153722.495000', '153722.955000', '153723.415000', '153723.875000', '153724.335000', '153724.795000', '153725.255000', '153725.715000', '153726.175000', '153726.635000', '153727.095000', '153727.555000', '153728.015000', '153728.475000', '153728.935000', '153729.395000', '153729.855000', '153730.315000', '153730.775000', '153731.235000', '153731.695000', '153732.155000', '153732.615000', '153733.075000', '153733.535000', '153733.995000', '153734.455000', '153734.915000', '153735.375000', '153735.835000', '153736.295000', '153736.755000', '153737.215000', '153737.675000', '153738.135000', '153738.595000', '153739.055000', '153739.515000', '153739.975000', '153740.435000', '153740.895000', '153741.355000', '153741.815000', '153742.275000', '153742.735000', '153743.195000', '153743.655000', '153744.115000', '153744.575000', '153745.035000', '153745.495000', '153745.955000', '153746.415000', '153746.875000', '153747.335000', '153747.795000', '153748.255000', '153748.715000', '153749.175000', '153749.635000', '153750.095000', '153750.555000', '153751.015000', '153751.475000', '153751.935000', '153752.395000', '153752.855000', '153753.315000', '153753.775000', '153754.235000', '153754.695000', '153755.155000', '153755.615000', '153756.075000', '153756.535000', '153756.995000', '153757.455000', '153757.915000', '153758.375000', '153758.835000', '153759.295000', '153759.755000', '153800.215000', '153800.675000', '153801.135000', '153801.595000', '153802.055000', '153802.515000', '153802.975000', '153803.435000', '153803.895000', '153804.355000', '153804.815000', '153805.275000', '153805.735000', '153806.195000', '153806.655000', '153807.115000', '153807.575000', '153808.035000', '153808.495000', '153808.955000', '153809.415000', '153809.875000', '153810.335000', '153810.795000', '153811.255000', '153811.715000', '153812.175000', '153812.635000', '153813.095000', '153813.555000', '153814.015000', '153814.475000', '153814.935000', '153815.395000', '153815.855000', '153816.315000', '153816.775000', '153817.235000', '153817.695000', '153818.155000', '153818.615000', '153819.075000', '153819.535000', '153819.995000', '153820.455000', '153820.915000', '153821.375000', '153821.835000', '153822.295000', '153822.755000', '153823.215000', '153823.675000', '153824.135000', '153824.595000', '153825.055000', '153825.515000', '153825.975000', '153826.435000', '153826.895000', '153827.355000', '153827.815000', '153828.275000', '153828.735000', '153829.195000', '153829.655000', '153830.115000', '153830.575000', '153831.035000', '153831.495000', '153831.955000', '153832.415000', '153832.875000', '153833.335000', '153833.795000', '153834.255000', '153834.715000', '153835.175000', '153835.635000', '153836.095000', '153836.555000', '153837.015000', '153837.475000', '153837.935000', '153838.395000', '153838.855000', '153839.315000', '153839.775000', '153840.235000', '153840.695000', '153841.155000', '153841.615000', '153842.075000', '153842.535000', '153842.995000', '153843.455000', '153843.915000', '153844.375000', '153844.835000', '153845.295000', '153845.755000', '153846.215000', '153846.675000', '153847.135000', '153847.595000', '153848.055000', '153848.515000', '153848.975000', '153849.435000', '153849.895000', '153850.355000', '153850.815000', '153851.275000', '153851.735000', '153852.195000', '153852.655000', '153853.115000', '153853.575000', '153854.035000', '153854.495000', '153854.955000', '153855.415000', '153855.875000', '153856.335000', '153856.795000', '153857.255000', '153857.715000', '153858.175000', '153858.635000', '153859.095000', '153859.555000', '153900.015000', '153900.475000', '153900.935000', '153901.395000', '153901.855000', '153902.315000', '153902.775000', '153903.235000', '153903.695000', '153904.155000', '153904.615000', '153905.075000', '153905.535000', '153905.995000', '153906.455000', '153906.915000', '153907.375000', '153907.835000', '153908.295000', '153908.755000', '153909.215000', '153909.675000', '153910.135000', '153910.595000', '153911.055000', '153911.515000', '153911.975000', '153912.435000', '153912.895000', '153913.355000', '153913.815000', '153914.275000', '153914.735000', '153915.195000', '153915.655000', '153916.115000', '153916.575000', '153917.035000', '153917.495000', '153917.955000', '153918.415000', '153918.875000', '153919.335000', '153919.795000', '153920.255000', '153920.715000', '153921.175000', '153921.635000', '153922.095000', '153922.555000', '153923.015000', '153923.475000', '153923.935000', '153924.395000', '153924.855000', '153925.315000', '153925.775000', '153926.235000', '153926.695000', '153927.155000', '153927.615000', '153928.075000', '153928.535000', '153928.995000', '153929.455000', '153929.915000', '153930.375000', '153930.835000', '153931.295000', '153931.755000', '153932.215000', '153932.675000', '153933.135000', '153933.595000', '153934.055000', '153934.515000', '153934.975000', '153935.435000', '153935.895000', '153936.355000', '153936.815000', '153937.275000', '153937.735000', '153938.195000', '153938.655000', '153939.115000', '153939.575000', '153940.035000', '153940.495000', '153940.955000', '153941.415000', '153941.875000', '153942.335000', '153942.795000', '153943.255000', '153943.715000', '153944.175000', '153944.635000', '153945.095000', '153945.555000', '153946.015000', '153946.475000', '153946.935000', '153947.395000', '153947.855000', '153948.315000', '153948.775000', '153949.235000', '153949.695000', '153950.155000', '153950.615000', '153951.075000', '153951.535000', '153951.995000', '153952.455000', '153952.915000', '153953.375000', '153953.835000', '153954.295000', '153954.755000', '153955.215000', '153955.675000', '153956.135000', '153956.595000', '153957.055000', '153957.515000', '153957.975000', '153958.435000', '153958.895000', '153959.355000', '153959.815000', '154000.275000', '154000.735000', '154001.195000', '154001.655000', '154002.115000', '154002.575000', '154003.035000', '154003.495000', '154003.955000', '154004.415000', '154004.875000', '154005.335000', '154005.795000', '154006.255000', '154006.715000', '154007.175000', '154007.635000', '154008.095000', '154008.555000', '154009.015000', '154009.475000', '154009.935000', '154010.395000', '154010.855000', '154011.315000', '154011.775000', '154012.235000', '154012.695000', '154013.155000', '154013.615000', '154014.075000', '154014.535000', '154014.995000', '154015.455000', '154015.915000', '154016.375000', '154016.835000', '154017.295000', '154017.755000', '154018.215000', '154018.675000', '154019.135000', '154019.595000', '154020.055000', '154020.515000', '154020.975000', '154021.435000', '154021.895000', '154022.355000', '154022.815000', '154023.275000', '154023.735000', '154024.195000', '154024.655000', '154025.115000', '154025.575000', '154026.035000', '154026.495000', '154026.955000', '154027.415000', '154027.875000', '154028.335000', '154028.795000', '154029.255000', '154029.715000', '154030.175000', '154030.635000', '154031.095000', '154031.555000', '154032.015000', '154032.475000', '154032.935000', '154033.395000', '154033.855000', '154034.315000', '154034.775000', '154035.235000', '154035.695000', '154036.155000', '154036.615000', '154037.075000', '154037.535000', '154037.995000', '154038.455000', '154038.915000', '154039.375000', '154039.835000', '154040.295000', '154040.755000', '154041.215000', '154041.675000', '154042.135000', '154042.595000', '154043.055000', '154043.515000', '154043.975000', '154044.435000', '154044.895000', '154045.355000', '154045.815000', '154046.275000', '154046.735000', '154047.195000', '154047.655000', '154048.115000', '154048.575000', '154049.035000', '154049.495000', '154049.955000', '154050.415000', '154050.875000', '154051.335000', '154051.795000', '154052.255000', '154052.715000', '154053.175000', '154053.635000', '154054.095000', '154054.555000', '154055.015000', '154055.475000', '154055.935000', '154056.395000', '154056.855000', '154057.315000', '154057.775000', '154058.235000', '154058.695000', '154059.155000', '154059.615000', '154100.075000', '154100.535000', '154100.995000', '154101.455000', '154101.915000', '154102.375000', '154102.835000', '154103.295000', '154103.755000', '154104.215000', '154104.675000', '154105.135000', '154105.595000', '154106.055000', '154106.515000', '154106.975000', '154107.435000', '154107.895000', '154108.355000', '154108.815000', '154109.275000', '154109.735000', '154110.195000', '154110.655000', '154111.115000', '154111.575000', '154112.035000', '154112.495000', '154112.955000', '154113.415000', '154113.875000', '154114.335000', '154114.795000', '154115.255000', '154115.715000', '154116.175000', '154116.635000', '154117.095000', '154117.555000', '154118.015000', '154118.475000', '154118.935000', '154119.395000', '154119.855000', '154120.315000', '154120.775000', '154121.235000', '154121.695000', '154122.155000', '154122.615000', '154123.075000', '154123.535000', '154123.995000', '154124.455000', '154124.915000', '154125.375000', '154125.835000', '154126.295000', '154126.755000', '154127.215000', '154127.675000', '154128.135000', '154128.595000', '154129.055000', '154129.515000', '154129.975000', '154130.435000', '154130.895000', '154131.355000', '154131.815000', '154132.275000', '154132.735000', '154133.195000', '154133.655000', '154134.115000', '154134.575000', '154135.035000', '154135.495000', '154135.955000', '154136.415000', '154136.875000', '154137.335000', '154137.795000', '154138.255000', '154138.715000', '154139.175000', '154139.635000', '154140.095000', '154140.555000', '154141.015000', '154141.475000', '154141.935000', '154142.395000', '154142.855000', '154143.315000', '154143.775000', '154144.235000', '154144.695000', '154145.155000', '154145.615000', '154146.075000', '154146.535000', '154146.995000', '154147.455000', '154147.915000', '154148.375000', '154148.835000', '154149.295000', '154149.755000', '154150.215000', '154150.675000', '154151.135000', '154151.595000', '154152.055000', '154152.515000', '154152.975000', '154153.435000', '154153.895000', '154154.355000', '154154.815000', '154155.275000', '154155.735000', '154156.195000', '154156.655000', '154157.115000', '154157.575000', '154158.035000', '154158.495000', '154158.955000', '154159.415000', '154159.875000', '154200.335000', '154200.795000', '154201.255000', '154201.715000', '154202.175000', '154202.635000', '154203.095000', '154203.555000', '154204.015000', '154204.475000', '154204.935000', '154205.395000', '154205.855000', '154206.315000', '154206.775000', '154207.235000', '154207.695000', '154208.155000', '154208.615000', '154209.075000', '154209.535000', '154209.995000', '154210.455000', '154210.915000', '154211.375000', '154211.835000', '154212.295000', '154212.755000', '154213.215000', '154213.675000', '154214.135000', '154214.595000', '154215.055000', '154215.515000', '154215.975000', '154216.435000', '154216.895000', '154217.355000', '154217.815000', '154218.275000', '154218.735000', '154219.195000', '154219.655000', '154220.115000', '154220.575000', '154221.035000', '154221.495000', '154221.955000', '154222.415000', '154222.875000', '154223.335000', '154223.795000', '154224.255000', '154224.715000', '154225.175000', '154225.635000', '154226.095000', '154226.555000', '154227.015000', '154227.475000', '154227.935000', '154228.395000', '154228.855000', '154229.315000', '154229.775000', '154230.235000', '154230.695000', '154231.155000', '154231.615000', '154232.075000', '154232.535000', '154232.995000', '154233.455000', '154233.915000', '154234.375000', '154234.835000', '154235.295000', '154235.755000', '154236.215000', '154236.675000', '154237.135000', '154237.595000', '154238.055000', '154238.515000', '154238.975000', '154239.435000', '154239.895000', '154240.355000', '154240.815000', '154241.275000', '154241.735000', '154242.195000', '154242.655000', '154243.115000', '154243.575000', '154244.035000', '154244.495000', '154244.955000', '154245.415000', '154245.875000', '154246.335000', '154246.795000', '154247.255000', '154247.715000', '154248.175000', '154248.635000', '154249.095000', '154249.555000', '154250.015000', '154250.475000', '154250.935000', '154251.395000', '154251.855000', '154252.315000', '154252.775000', '154253.235000', '154253.695000', '154254.155000', '154254.615000', '154255.075000', '154255.535000', '154255.995000', '154256.455000', '154256.915000', '154257.375000', '154257.835000', '154258.295000', '154258.755000', '154259.215000', '154259.675000', '154300.135000', '154300.595000', '154301.055000', '154301.515000', '154301.975000', '154302.435000', '154302.895000', '154303.355000', '154303.815000', '154304.275000', '154304.735000', '154305.195000', '154305.655000', '154306.115000', '154306.575000', '154307.035000', '154307.495000', '154307.955000', '154308.415000', '154308.875000', '154309.335000', '154309.795000', '154310.255000', '154310.715000', '154311.175000'], 'ContentTime': ['153658.077000', '153658.081000', '153658.084000', '153658.086000', '153658.089000', '153658.092000', '153658.094000', '153658.097000', '153658.099000', '153658.102000', '153658.105000', '153658.108000', '153658.110000', '153658.113000', '153658.115000', '153658.118000', '153658.121000', '153658.130000', '153658.132000', '153658.135000', '153658.137000', '153658.140000', '153658.143000', '153658.145000', '153658.148000', '153658.150000', '153658.153000', '153658.167000', '153658.170000', '153658.172000', '153658.175000', '153658.178000', '153658.180000', '153658.183000', '153658.186000', '153658.188000', '153658.191000', '153658.194000', '153658.196000', '153658.199000', '153658.201000', '153658.204000', '153658.207000', '153658.209000', '153658.212000', '153658.215000', '153658.217000', '153658.220000', '153658.223000', '153658.225000', '153658.228000', '153658.230000', '153658.233000', '153658.236000', '153658.238000', '153658.241000', '153658.243000', '153658.246000', '153718.043000', '153718.046000', '153718.049000', '153718.052000', '153718.055000', '153718.057000', '153718.060000', '153718.062000', '153718.071000', '153718.074000', '153718.077000', '153718.079000', '153718.082000', '153718.084000', '153718.087000', '153718.090000', '153718.092000', '153718.102000', '153718.105000', '153718.108000', '153718.110000', '153718.113000', '153718.116000', '153718.118000', '153718.121000', '153718.123000', '153718.126000', '153718.129000', '153718.131000', '153718.134000', '153718.136000', '153718.139000', '153718.142000', '153718.144000', '153718.147000', '153718.149000', '153718.152000', '153718.155000', '153718.157000', '153718.160000', '153718.162000', '153718.165000', '153718.168000', '153718.170000', '153738.044000', '153738.046000', '153738.049000', '153738.052000', '153738.055000', '153738.057000', '153738.060000', '153738.062000', '153738.065000', '153738.068000', '153738.071000', '153738.073000', '153738.076000', '153738.079000', '153738.081000', '153738.084000', '153738.086000', '153738.089000', '153738.092000', '153738.095000', '153738.097000', '153738.100000', '153738.103000', '153738.105000', '153738.108000', '153738.111000', '153738.114000', '153738.116000', '153738.119000', '153738.122000', '153738.124000', '153738.127000', '153738.130000', '153738.132000', '153738.135000', '153738.137000', '153738.140000', '153738.143000', '153738.145000', '153738.148000', '153738.151000', '153738.153000', '153738.156000', '153758.042000', '153758.046000', '153758.048000', '153758.051000', '153758.053000', '153758.056000', '153758.059000', '153758.062000', '153758.064000', '153758.067000', '153758.070000', '153758.072000', '153758.075000', '153758.077000', '153758.080000', '153758.083000', '153758.085000', '153758.088000', '153758.091000', '153758.093000', '153758.096000', '153758.099000', '153758.101000', '153758.104000', '153758.106000', '153758.109000', '153758.112000', '153758.115000', '153758.117000', '153758.120000', '153758.123000', '153758.125000', '153758.128000', '153758.130000', '153758.133000', '153758.136000', '153758.138000', '153758.141000', '153758.144000', '153758.146000', '153758.149000', '153758.152000', '153758.155000', '153758.157000', '153818.044000', '153818.046000', '153818.049000', '153818.052000', '153818.055000', '153818.057000', '153818.060000', '153818.063000', '153818.065000', '153818.068000', '153818.070000', '153818.073000', '153818.076000', '153818.079000', '153818.081000', '153818.084000', '153818.086000', '153818.089000', '153818.092000', '153818.094000', '153818.097000', '153818.099000', '153818.102000', '153818.105000', '153818.107000', '153818.110000', '153818.112000', '153818.115000', '153818.118000', '153818.120000', '153818.123000', '153818.125000', '153818.128000', '153818.130000', '153818.133000', '153818.136000', '153818.138000', '153818.141000', '153818.144000', '153818.147000', '153818.157000', '153818.160000', '153818.163000', '153838.043000', '153838.046000', '153838.057000', '153838.060000', '153838.062000', '153838.065000', '153838.067000', '153838.070000', '153838.073000', '153838.075000', '153838.078000', '153838.081000', '153838.083000', '153838.086000', '153838.089000', '153838.091000', '153838.094000', '153838.097000', '153838.099000', '153838.102000', '153838.104000', '153838.107000', '153838.125000', '153838.127000', '153838.130000', '153838.133000', '153838.135000', '153838.138000', '153838.140000', '153838.143000', '153838.146000', '153838.148000', '153838.151000', '153838.154000', '153838.156000', '153838.159000', '153838.162000', '153838.164000', '153838.167000', '153838.170000', '153838.172000', '153838.175000', '153838.178000', '153838.180000', '153858.044000', '153858.046000', '153858.049000', '153858.052000', '153858.054000', '153858.057000', '153858.060000', '153858.062000', '153858.065000', '153858.068000', '153858.070000', '153858.073000', '153858.076000', '153858.078000', '153858.081000', '153858.084000', '153858.086000', '153858.089000', '153858.092000', '153858.094000', '153858.097000', '153858.100000', '153858.102000', '153858.105000', '153858.107000', '153858.110000', '153858.113000', '153858.115000', '153858.118000', '153858.121000', '153858.123000', '153858.126000', '153858.128000', '153858.131000', '153858.134000', '153858.136000', '153858.139000', '153858.142000', '153858.144000', '153858.147000', '153858.149000', '153858.152000', '153858.155000', '153918.044000', '153918.046000', '153918.049000', '153918.052000', '153918.055000', '153918.057000', '153918.060000', '153918.063000', '153918.065000', '153918.068000', '153918.071000', '153918.073000', '153918.076000', '153918.079000', '153918.081000', '153918.084000', '153918.087000', '153918.089000', '153918.092000', '153918.095000', '153918.097000', '153918.100000', '153918.103000', '153918.111000', '153918.114000', '153918.116000', '153918.119000', '153918.122000', '153918.124000', '153918.127000', '153918.129000', '153918.132000', '153918.135000', '153918.137000', '153918.140000', '153918.143000', '153918.145000', '153918.148000', '153918.150000', '153918.153000', '153918.156000', '153918.158000', '153918.161000', '153918.164000', '153938.043000', '153938.047000', '153938.049000', '153938.052000', '153938.054000', '153938.057000', '153938.060000', '153938.062000', '153938.065000', '153938.068000', '153938.070000', '153938.073000', '153938.075000', '153938.078000', '153938.081000', '153938.083000', '153938.086000', '153938.089000', '153938.091000', '153938.094000', '153938.096000', '153938.099000', '153938.102000', '153938.104000', '153938.107000', '153938.110000', '153938.112000', '153938.115000', '153938.117000', '153938.120000', '153938.123000', '153938.125000', '153938.128000', '153938.131000', '153938.133000', '153938.136000', '153938.138000', '153938.141000', '153938.144000', '153938.146000', '153938.149000', '153938.152000', '153938.154000', '153958.043000', '153958.046000', '153958.049000', '153958.052000', '153958.054000', '153958.057000', '153958.060000', '153958.063000', '153958.065000', '153958.068000', '153958.071000', '153958.073000', '153958.076000', '153958.079000', '153958.081000', '153958.084000', '153958.087000', '153958.089000', '153958.100000', '153958.102000', '153958.105000', '153958.108000', '153958.110000', '153958.113000', '153958.116000', '153958.118000', '153958.121000', '153958.124000', '153958.126000', '153958.129000', '153958.132000', '153958.134000', '153958.137000', '153958.139000', '153958.142000', '153958.145000', '153958.147000', '153958.150000', '153958.153000', '153958.155000', '153958.158000', '153958.160000', '153958.163000', '153958.166000', '154018.042000', '154018.045000', '154018.048000', '154018.059000', '154018.061000', '154018.064000', '154018.067000', '154018.069000', '154018.072000', '154018.074000', '154018.077000', '154018.080000', '154018.082000', '154018.085000', '154018.087000', '154018.090000', '154018.093000', '154018.096000', '154018.098000', '154018.101000', '154018.103000', '154018.106000', '154018.109000', '154018.111000', '154018.114000', '154018.117000', '154018.119000', '154018.122000', '154018.125000', '154018.127000', '154018.130000', '154018.133000', '154018.135000', '154018.138000', '154018.140000', '154018.143000', '154018.146000', '154018.148000', '154018.151000', '154018.153000', '154018.156000', '154018.159000', '154018.161000', '154038.044000', '154038.047000', '154038.049000', '154038.052000', '154038.055000', '154038.057000', '154038.060000', '154038.063000', '154038.065000', '154038.068000', '154038.071000', '154038.073000', '154038.076000', '154038.079000', '154038.081000', '154038.084000', '154038.086000', '154038.089000', '154038.092000', '154038.095000', '154038.097000', '154038.100000', '154038.102000', '154038.105000', '154038.108000', '154038.110000', '154038.113000', '154038.116000', '154038.118000', '154038.121000', '154038.123000', '154038.126000', '154038.129000', '154038.131000', '154038.134000', '154038.137000', '154038.139000', '154038.142000', '154038.145000', '154038.147000', '154038.150000', '154038.153000', '154038.155000', '154038.158000', '154058.044000', '154058.047000', '154058.049000', '154058.052000', '154058.055000', '154058.057000', '154058.060000', '154058.063000', '154058.065000', '154058.068000', '154058.070000', '154058.073000', '154058.076000', '154058.079000', '154058.081000', '154058.084000', '154058.087000', '154058.089000', '154058.092000', '154058.094000', '154058.097000', '154058.100000', '154058.102000', '154058.105000', '154058.108000', '154058.110000', '154058.113000', '154058.115000', '154058.118000', '154058.121000', '154058.123000', '154058.126000', '154058.129000', '154058.131000', '154058.134000', '154058.137000', '154058.139000', '154058.142000', '154058.144000', '154058.147000', '154058.150000', '154058.152000', '154058.155000', '154118.044000', '154118.048000', '154118.051000', '154118.053000', '154118.056000', '154118.059000', '154118.061000', '154118.064000', '154118.067000', '154118.069000', '154118.072000', '154118.075000', '154118.077000', '154118.080000', '154118.083000', '154118.085000', '154118.088000', '154118.090000', '154118.093000', '154118.096000', '154118.098000', '154118.101000', '154118.104000', '154118.107000', '154118.110000', '154118.112000', '154118.115000', '154118.117000', '154118.120000', '154118.123000', '154118.126000', '154118.128000', '154118.131000', '154118.141000', '154118.144000', '154118.147000', '154118.149000', '154118.152000', '154118.154000', '154118.157000', '154118.160000', '154118.162000', '154118.165000', '154118.168000', '154138.043000', '154138.046000', '154138.049000', '154138.052000', '154138.054000', '154138.057000', '154138.060000', '154138.062000', '154138.065000', '154138.067000', '154138.070000', '154138.073000', '154138.075000', '154138.078000', '154138.081000', '154138.083000', '154138.086000', '154138.089000', '154138.091000', '154138.094000', '154138.097000', '154138.099000', '154138.102000', '154138.104000', '154138.107000', '154138.110000', '154138.113000', '154138.115000', '154138.126000', '154138.128000', '154138.131000', '154138.134000', '154138.136000', '154138.139000', '154138.142000', '154138.144000', '154138.147000', '154138.150000', '154138.152000', '154138.155000', '154138.157000', '154138.160000', '154138.163000', '154158.044000', '154158.047000', '154158.049000', '154158.052000', '154158.055000', '154158.057000', '154158.060000', '154158.063000', '154158.065000', '154158.068000', '154158.070000', '154158.073000', '154158.076000', '154158.078000', '154158.081000', '154158.084000', '154158.086000', '154158.089000', '154158.092000', '154158.094000', '154158.097000', '154158.100000', '154158.102000', '154158.105000', '154158.108000', '154158.110000', '154158.113000', '154158.116000', '154158.118000', '154158.121000', '154158.124000', '154158.126000', '154158.129000', '154158.131000', '154158.134000', '154158.137000', '154158.139000', '154158.142000', '154158.145000', '154158.147000', '154158.150000', '154158.153000', '154158.156000', '154158.158000', '154218.044000', '154218.047000', '154218.049000', '154218.052000', '154218.055000', '154218.057000', '154218.060000', '154218.063000', '154218.065000', '154218.068000', '154218.071000', '154218.073000', '154218.076000', '154218.079000', '154218.081000', '154218.084000', '154218.087000', '154218.089000', '154218.092000', '154218.095000', '154218.097000', '154218.100000', '154218.103000', '154218.105000', '154218.108000', '154218.111000', '154218.113000', '154218.116000', '154218.119000', '154218.121000', '154218.124000', '154218.126000', '154218.129000', '154218.132000', '154218.134000', '154218.137000', '154218.139000', '154218.142000', '154218.145000', '154218.147000', '154218.150000', '154218.153000', '154218.155000', '154238.043000', '154238.046000', '154238.050000', '154238.053000', '154238.055000', '154238.058000', '154238.062000', '154238.064000', '154238.067000', '154238.070000', '154238.072000', '154238.075000', '154238.078000', '154238.080000', '154238.083000', '154238.086000', '154238.089000', '154238.092000', '154238.095000', '154238.097000', '154238.100000', '154238.103000', '154238.105000', '154238.108000', '154238.111000', '154238.113000', '154238.116000', '154238.119000', '154238.121000', '154238.124000', '154238.126000', '154238.129000', '154238.132000', '154238.134000', '154238.137000', '154238.140000', '154238.142000', '154238.146000', '154238.149000', '154238.151000', '154238.154000', '154238.157000', '154238.160000', '154258.044000', '154258.047000', '154258.050000', '154258.053000', '154258.055000', '154258.058000', '154258.061000', '154258.063000', '154258.066000', '154258.068000', '154258.071000', '154258.074000', '154258.076000', '154258.079000', '154258.082000', '154258.084000', '154258.087000', '154258.089000', '154258.092000', '154258.095000', '154258.097000', '154258.100000', '154258.103000', '154258.105000', '154258.108000', '154258.111000', '154258.113000', '154258.116000', '154258.118000', '154258.121000', '154258.124000', '154258.126000', '154258.129000', '154258.132000', '154258.134000', '154258.137000', '154258.139000', '154258.142000', '154258.145000', '154258.147000', '154258.160000', '154258.163000', '154258.165000', '154258.168000', '154312.086000', '154312.089000', '154312.091000', '154312.094000', '154312.097000', '154312.100000', '154312.102000', '154312.105000', '154312.108000', '154312.110000', '154312.113000', '154312.116000', '154312.119000', '154312.121000', '154312.124000', '154312.127000', '154312.129000', '154312.132000', '154312.135000', '154312.138000', '154312.140000', '154312.143000', '154312.146000', '154312.149000', '154312.152000', '154312.154000', '154312.157000', '154312.160000', '154312.162000', '154312.165000', '154312.168000'], 'InstanceCreationTime': ['153658.077000', '153658.081000', '153658.084000', '153658.086000', '153658.089000', '153658.092000', '153658.094000', '153658.097000', '153658.099000', '153658.102000', '153658.105000', '153658.108000', '153658.110000', '153658.113000', '153658.115000', '153658.118000', '153658.121000', '153658.130000', '153658.132000', '153658.135000', '153658.137000', '153658.140000', '153658.143000', '153658.145000', '153658.148000', '153658.150000', '153658.153000', '153658.167000', '153658.170000', '153658.172000', '153658.175000', '153658.178000', '153658.180000', '153658.183000', '153658.186000', '153658.188000', '153658.191000', '153658.194000', '153658.196000', '153658.199000', '153658.201000', '153658.204000', '153658.207000', '153658.209000', '153658.212000', '153658.215000', '153658.217000', '153658.220000', '153658.223000', '153658.225000', '153658.228000', '153658.230000', '153658.233000', '153658.236000', '153658.238000', '153658.241000', '153658.243000', '153658.246000', '153718.043000', '153718.046000', '153718.049000', '153718.052000', '153718.055000', '153718.057000', '153718.060000', '153718.062000', '153718.071000', '153718.074000', '153718.077000', '153718.079000', '153718.082000', '153718.084000', '153718.087000', '153718.090000', '153718.092000', '153718.102000', '153718.105000', '153718.108000', '153718.110000', '153718.113000', '153718.116000', '153718.118000', '153718.121000', '153718.123000', '153718.126000', '153718.129000', '153718.131000', '153718.134000', '153718.136000', '153718.139000', '153718.142000', '153718.144000', '153718.147000', '153718.149000', '153718.152000', '153718.155000', '153718.157000', '153718.160000', '153718.162000', '153718.165000', '153718.168000', '153718.170000', '153738.044000', '153738.046000', '153738.049000', '153738.052000', '153738.055000', '153738.057000', '153738.060000', '153738.062000', '153738.065000', '153738.068000', '153738.071000', '153738.073000', '153738.076000', '153738.079000', '153738.081000', '153738.084000', '153738.086000', '153738.089000', '153738.092000', '153738.095000', '153738.097000', '153738.100000', '153738.103000', '153738.105000', '153738.108000', '153738.111000', '153738.114000', '153738.116000', '153738.119000', '153738.122000', '153738.124000', '153738.127000', '153738.130000', '153738.132000', '153738.135000', '153738.137000', '153738.140000', '153738.143000', '153738.145000', '153738.148000', '153738.151000', '153738.153000', '153738.156000', '153758.042000', '153758.046000', '153758.048000', '153758.051000', '153758.053000', '153758.056000', '153758.059000', '153758.062000', '153758.064000', '153758.067000', '153758.070000', '153758.072000', '153758.075000', '153758.077000', '153758.080000', '153758.083000', '153758.085000', '153758.088000', '153758.091000', '153758.093000', '153758.096000', '153758.099000', '153758.101000', '153758.104000', '153758.106000', '153758.109000', '153758.112000', '153758.115000', '153758.117000', '153758.120000', '153758.123000', '153758.125000', '153758.128000', '153758.130000', '153758.133000', '153758.136000', '153758.138000', '153758.141000', '153758.144000', '153758.146000', '153758.149000', '153758.152000', '153758.155000', '153758.157000', '153818.044000', '153818.046000', '153818.049000', '153818.052000', '153818.055000', '153818.057000', '153818.060000', '153818.063000', '153818.065000', '153818.068000', '153818.070000', '153818.073000', '153818.076000', '153818.079000', '153818.081000', '153818.084000', '153818.086000', '153818.089000', '153818.092000', '153818.094000', '153818.097000', '153818.099000', '153818.102000', '153818.105000', '153818.107000', '153818.110000', '153818.112000', '153818.115000', '153818.118000', '153818.120000', '153818.123000', '153818.125000', '153818.128000', '153818.130000', '153818.133000', '153818.136000', '153818.138000', '153818.141000', '153818.144000', '153818.147000', '153818.157000', '153818.160000', '153818.163000', '153838.043000', '153838.046000', '153838.057000', '153838.060000', '153838.062000', '153838.065000', '153838.067000', '153838.070000', '153838.073000', '153838.075000', '153838.078000', '153838.081000', '153838.083000', '153838.086000', '153838.089000', '153838.091000', '153838.094000', '153838.097000', '153838.099000', '153838.102000', '153838.104000', '153838.107000', '153838.125000', '153838.127000', '153838.130000', '153838.133000', '153838.135000', '153838.138000', '153838.140000', '153838.143000', '153838.146000', '153838.148000', '153838.151000', '153838.154000', '153838.156000', '153838.159000', '153838.162000', '153838.164000', '153838.167000', '153838.170000', '153838.172000', '153838.175000', '153838.178000', '153838.180000', '153858.044000', '153858.046000', '153858.049000', '153858.052000', '153858.054000', '153858.057000', '153858.060000', '153858.062000', '153858.065000', '153858.068000', '153858.070000', '153858.073000', '153858.076000', '153858.078000', '153858.081000', '153858.084000', '153858.086000', '153858.089000', '153858.092000', '153858.094000', '153858.097000', '153858.100000', '153858.102000', '153858.105000', '153858.107000', '153858.110000', '153858.113000', '153858.115000', '153858.118000', '153858.121000', '153858.123000', '153858.126000', '153858.128000', '153858.131000', '153858.134000', '153858.136000', '153858.139000', '153858.142000', '153858.144000', '153858.147000', '153858.149000', '153858.152000', '153858.155000', '153918.044000', '153918.046000', '153918.049000', '153918.052000', '153918.055000', '153918.057000', '153918.060000', '153918.063000', '153918.065000', '153918.068000', '153918.071000', '153918.073000', '153918.076000', '153918.079000', '153918.081000', '153918.084000', '153918.087000', '153918.089000', '153918.092000', '153918.095000', '153918.097000', '153918.100000', '153918.103000', '153918.111000', '153918.114000', '153918.116000', '153918.119000', '153918.122000', '153918.124000', '153918.127000', '153918.129000', '153918.132000', '153918.135000', '153918.137000', '153918.140000', '153918.143000', '153918.145000', '153918.148000', '153918.150000', '153918.153000', '153918.156000', '153918.158000', '153918.161000', '153918.164000', '153938.043000', '153938.047000', '153938.049000', '153938.052000', '153938.054000', '153938.057000', '153938.060000', '153938.062000', '153938.065000', '153938.068000', '153938.070000', '153938.073000', '153938.075000', '153938.078000', '153938.081000', '153938.083000', '153938.086000', '153938.089000', '153938.091000', '153938.094000', '153938.096000', '153938.099000', '153938.102000', '153938.104000', '153938.107000', '153938.110000', '153938.112000', '153938.115000', '153938.117000', '153938.120000', '153938.123000', '153938.125000', '153938.128000', '153938.131000', '153938.133000', '153938.136000', '153938.138000', '153938.141000', '153938.144000', '153938.146000', '153938.149000', '153938.152000', '153938.154000', '153958.043000', '153958.046000', '153958.049000', '153958.052000', '153958.054000', '153958.057000', '153958.060000', '153958.063000', '153958.065000', '153958.068000', '153958.071000', '153958.073000', '153958.076000', '153958.079000', '153958.081000', '153958.084000', '153958.087000', '153958.089000', '153958.100000', '153958.102000', '153958.105000', '153958.108000', '153958.110000', '153958.113000', '153958.116000', '153958.118000', '153958.121000', '153958.124000', '153958.126000', '153958.129000', '153958.132000', '153958.134000', '153958.137000', '153958.139000', '153958.142000', '153958.145000', '153958.147000', '153958.150000', '153958.153000', '153958.155000', '153958.158000', '153958.160000', '153958.163000', '153958.166000', '154018.042000', '154018.045000', '154018.048000', '154018.059000', '154018.061000', '154018.064000', '154018.067000', '154018.069000', '154018.072000', '154018.074000', '154018.077000', '154018.080000', '154018.082000', '154018.085000', '154018.087000', '154018.090000', '154018.093000', '154018.096000', '154018.098000', '154018.101000', '154018.103000', '154018.106000', '154018.109000', '154018.111000', '154018.114000', '154018.117000', '154018.119000', '154018.122000', '154018.125000', '154018.127000', '154018.130000', '154018.133000', '154018.135000', '154018.138000', '154018.140000', '154018.143000', '154018.146000', '154018.148000', '154018.151000', '154018.153000', '154018.156000', '154018.159000', '154018.161000', '154038.044000', '154038.047000', '154038.049000', '154038.052000', '154038.055000', '154038.057000', '154038.060000', '154038.063000', '154038.065000', '154038.068000', '154038.071000', '154038.073000', '154038.076000', '154038.079000', '154038.081000', '154038.084000', '154038.086000', '154038.089000', '154038.092000', '154038.095000', '154038.097000', '154038.100000', '154038.102000', '154038.105000', '154038.108000', '154038.110000', '154038.113000', '154038.116000', '154038.118000', '154038.121000', '154038.123000', '154038.126000', '154038.129000', '154038.131000', '154038.134000', '154038.137000', '154038.139000', '154038.142000', '154038.145000', '154038.147000', '154038.150000', '154038.153000', '154038.155000', '154038.158000', '154058.044000', '154058.047000', '154058.049000', '154058.052000', '154058.055000', '154058.057000', '154058.060000', '154058.063000', '154058.065000', '154058.068000', '154058.070000', '154058.073000', '154058.076000', '154058.079000', '154058.081000', '154058.084000', '154058.087000', '154058.089000', '154058.092000', '154058.094000', '154058.097000', '154058.100000', '154058.102000', '154058.105000', '154058.108000', '154058.110000', '154058.113000', '154058.115000', '154058.118000', '154058.121000', '154058.123000', '154058.126000', '154058.129000', '154058.131000', '154058.134000', '154058.137000', '154058.139000', '154058.142000', '154058.144000', '154058.147000', '154058.150000', '154058.152000', '154058.155000', '154118.044000', '154118.048000', '154118.051000', '154118.053000', '154118.056000', '154118.059000', '154118.061000', '154118.064000', '154118.067000', '154118.069000', '154118.072000', '154118.075000', '154118.077000', '154118.080000', '154118.083000', '154118.085000', '154118.088000', '154118.090000', '154118.093000', '154118.096000', '154118.098000', '154118.101000', '154118.104000', '154118.107000', '154118.110000', '154118.112000', '154118.115000', '154118.117000', '154118.120000', '154118.123000', '154118.126000', '154118.128000', '154118.131000', '154118.141000', '154118.144000', '154118.147000', '154118.149000', '154118.152000', '154118.154000', '154118.157000', '154118.160000', '154118.162000', '154118.165000', '154118.168000', '154138.043000', '154138.046000', '154138.049000', '154138.052000', '154138.054000', '154138.057000', '154138.060000', '154138.062000', '154138.065000', '154138.067000', '154138.070000', '154138.073000', '154138.075000', '154138.078000', '154138.081000', '154138.083000', '154138.086000', '154138.089000', '154138.091000', '154138.094000', '154138.097000', '154138.099000', '154138.102000', '154138.104000', '154138.107000', '154138.110000', '154138.113000', '154138.115000', '154138.126000', '154138.128000', '154138.131000', '154138.134000', '154138.136000', '154138.139000', '154138.142000', '154138.144000', '154138.147000', '154138.150000', '154138.152000', '154138.155000', '154138.157000', '154138.160000', '154138.163000', '154158.044000', '154158.047000', '154158.049000', '154158.052000', '154158.055000', '154158.057000', '154158.060000', '154158.063000', '154158.065000', '154158.068000', '154158.070000', '154158.073000', '154158.076000', '154158.078000', '154158.081000', '154158.084000', '154158.086000', '154158.089000', '154158.092000', '154158.094000', '154158.097000', '154158.100000', '154158.102000', '154158.105000', '154158.108000', '154158.110000', '154158.113000', '154158.116000', '154158.118000', '154158.121000', '154158.124000', '154158.126000', '154158.129000', '154158.131000', '154158.134000', '154158.137000', '154158.139000', '154158.142000', '154158.145000', '154158.147000', '154158.150000', '154158.153000', '154158.156000', '154158.158000', '154218.044000', '154218.047000', '154218.049000', '154218.052000', '154218.055000', '154218.057000', '154218.060000', '154218.063000', '154218.065000', '154218.068000', '154218.071000', '154218.073000', '154218.076000', '154218.079000', '154218.081000', '154218.084000', '154218.087000', '154218.089000', '154218.092000', '154218.095000', '154218.097000', '154218.100000', '154218.103000', '154218.105000', '154218.108000', '154218.111000', '154218.113000', '154218.116000', '154218.119000', '154218.121000', '154218.124000', '154218.126000', '154218.129000', '154218.132000', '154218.134000', '154218.137000', '154218.139000', '154218.142000', '154218.145000', '154218.147000', '154218.150000', '154218.153000', '154218.155000', '154238.043000', '154238.046000', '154238.050000', '154238.053000', '154238.055000', '154238.058000', '154238.062000', '154238.064000', '154238.067000', '154238.070000', '154238.072000', '154238.075000', '154238.078000', '154238.080000', '154238.083000', '154238.086000', '154238.089000', '154238.092000', '154238.095000', '154238.097000', '154238.100000', '154238.103000', '154238.105000', '154238.108000', '154238.111000', '154238.113000', '154238.116000', '154238.119000', '154238.121000', '154238.124000', '154238.126000', '154238.129000', '154238.132000', '154238.134000', '154238.137000', '154238.140000', '154238.142000', '154238.146000', '154238.149000', '154238.151000', '154238.154000', '154238.157000', '154238.160000', '154258.044000', '154258.047000', '154258.050000', '154258.053000', '154258.055000', '154258.058000', '154258.061000', '154258.063000', '154258.066000', '154258.068000', '154258.071000', '154258.074000', '154258.076000', '154258.079000', '154258.082000', '154258.084000', '154258.087000', '154258.089000', '154258.092000', '154258.095000', '154258.097000', '154258.100000', '154258.103000', '154258.105000', '154258.108000', '154258.111000', '154258.113000', '154258.116000', '154258.118000', '154258.121000', '154258.124000', '154258.126000', '154258.129000', '154258.132000', '154258.134000', '154258.137000', '154258.139000', '154258.142000', '154258.145000', '154258.147000', '154258.160000', '154258.163000', '154258.165000', '154258.168000', '154312.086000', '154312.089000', '154312.091000', '154312.094000', '154312.097000', '154312.100000', '154312.102000', '154312.105000', '154312.108000', '154312.110000', '154312.113000', '154312.116000', '154312.119000', '154312.121000', '154312.124000', '154312.127000', '154312.129000', '154312.132000', '154312.135000', '154312.138000', '154312.140000', '154312.143000', '154312.146000', '154312.149000', '154312.152000', '154312.154000', '154312.157000', '154312.160000', '154312.162000', '154312.165000', '154312.168000'], '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': [12419, 8836, 9762, 9066, 9697, 9719, 12821, 8776, 9240, 9486, 9471, 8583, 9109, 11735, 9217, 11717, 10765, 11051, 8746, 9111, 8861, 9480, 9021, 9014, 8103, 8969, 9846, 9076, 11120, 9318, 8347, 8866, 8424, 8822, 13106, 9189, 10980, 8673, 11620, 9206, 11291, 9012, 10763, 10399, 11991, 8938, 9063, 8566, 10010, 14067, 10719, 11738, 9389, 8321, 9333, 9645, 9043, 12632, 10505, 9626, 9096, 9958, 9282, 11339, 11198, 11953, 10733, 9671, 7963, 8802, 8101, 8786, 13533, 9402, 8777, 9125, 8677, 9051, 13124, 10140, 11800, 10052, 10424, 8125, 9446, 8202, 9743, 8807, 9831, 8360, 9210, 8529, 9694, 8699, 10221, 8223, 9610, 8292, 9544, 8606, 10738, 10792, 11951, 8407, 9742, 7742, 9408, 8894, 9834, 13507, 9440, 8518, 8840, 8804, 8493, 12078, 9123, 11179, 9235, 10006, 8126, 9693, 12771, 10177, 12333, 11754, 11523, 8613, 11092, 8278, 9581, 8317, 9376, 8713, 8397, 9133, 12576, 9519, 11523, 10132, 10692, 8223, 8233, 8776, 10959, 8685, 11953, 10650, 10638, 8503, 9737, 8474, 9582, 12604, 10184, 11867, 11538, 11490, 8648, 11355, 8586, 12036, 10082, 9939, 8058, 9695, 7797, 9490, 8499, 9916, 8426, 9397, 8551, 11012, 9054, 10475, 8847, 11603, 8591, 8504, 8323, 11632, 8913, 11853, 10338, 9920, 8387, 9577, 8935, 11894, 9090, 11671, 11093, 8173, 9546, 10462, 10238, 11555, 12310, 10019, 8739, 9216, 8845, 9754, 9855, 11839, 8562, 9694, 8677, 9035, 8527, 9885, 8738, 10453, 8261, 9581, 8151, 10021, 10425, 11627, 14044, 12648, 8627, 9086, 12714, 8933, 10044, 9175, 9404, 8315, 9103, 8306, 9815, 8293, 9970, 8425, 9529, 8655, 9471, 8902, 11253, 8849, 10321, 8708, 10140, 8354, 9300, 8613, 11632, 9136, 10418, 12401, 10663, 9403, 8838, 12562, 9147, 10606, 9677, 9662, 8674, 10621, 8238, 9566, 9166, 9289, 11658, 9233, 12904, 9554, 8755, 9386, 9289, 9475, 12694, 8971, 11609, 9867, 10501, 8707, 9541, 8791, 11669, 8847, 8970, 8972, 8671, 9155, 12105, 10357, 11114, 11283, 9372, 9119, 8230, 9738, 12356, 10089, 12941, 10122, 10027, 8938, 8775, 9337, 12455, 9531, 11658, 11481, 9941, 8814, 9048, 9037, 13142, 9071, 12520, 9992, 8405, 9868, 8468, 10371, 8883, 10988, 8959, 11391, 9015, 10853, 8631, 9567, 8785, 11580, 9730, 10569, 8742, 9118, 8565, 9037, 12648, 10405, 10281, 10715, 12024, 8019, 9267, 8567, 8935, 14155, 10017, 11430, 10945, 8431, 8984, 8494, 8858, 12244, 9379, 11954, 9846, 9509, 8729, 9009, 8746, 10720, 9268, 10727, 8752, 11351, 8692, 9559, 8758, 9713, 11243, 11295, 12509, 12694, 9017, 9294, 8743, 8987, 13238, 9183, 11111, 8734, 9076, 9514, 10861, 9009, 9293, 9177, 9634, 8770, 9199, 9215, 9077, 9109, 12814, 10725, 9714, 9081, 8542, 9741, 13338, 9740, 12176, 10127, 11518, 8895, 11281, 8667, 9616, 8627, 11605, 8771, 13319, 8339, 9681, 8717, 11324, 9780, 11157, 8649, 10958, 8836, 9618, 8650, 9521, 8873, 9465, 8861, 10088, 8541, 12001, 9884, 11387, 11768, 11031, 9287, 9102, 8923, 12702, 11374, 11249, 11070, 10544, 8671, 10952, 8804, 12538, 9450, 8747, 9295, 8460, 9169, 10954, 9149, 12071, 9575, 9086, 10051, 8708, 11825, 9484, 10515, 12456, 10211, 11506, 10945, 11685, 11593, 11003, 8924, 9641, 9041, 9753, 9066, 9886, 13408, 10797, 8573, 9417, 9132, 9709, 10207, 9001, 12011, 9195, 9487, 9388, 8817, 9271, 12495, 9939, 9772, 9117, 10483, 9114, 9885, 8696, 9370, 8837, 9166, 11634, 11055, 12522, 12484, 9091, 9192, 8607, 9267, 12304, 9344, 11589, 10395, 11642, 8682, 9573, 9071, 10088, 8697, 8612, 9048, 9061, 9012, 12564, 8791, 11962, 10119, 10052, 9152, 9433, 9845, 9916, 12463, 8940, 8343, 9188, 8406, 9660, 9072, 10970, 8726, 10766, 8788, 10177, 8544, 9493, 8667, 9959, 12116, 10187, 11946, 9649, 11072, 9896, 10734, 9000, 9496, 8840, 9905, 9280, 11583, 9325, 13696, 8889, 9434, 9006, 11151, 8709, 11813, 10075, 9562, 8884, 9266, 9072, 11784, 9247, 10456, 9158, 9101, 8344, 9654, 10084, 9708, 12291, 10613, 11131, 8621, 12460, 8735, 11874, 8685, 10760, 8540, 9981, 8772, 9279, 8632, 10646, 8802, 13423, 8649, 9764, 8901, 9355, 13542, 9023, 12040, 9946, 9824, 8734, 9522, 8734, 9203, 8761, 11905, 8789, 11974, 10379, 10117, 8903, 9890, 9472, 10475, 10464, 10902, 9460, 10390, 8882, 8757, 8823, 9758, 8775, 10510, 8871, 10001, 8778, 9751, 8874, 9202, 9187, 9226, 9591, 10845, 12230, 10994, 11364, 10114, 9218, 8933, 9229, 11088, 9093, 11146, 9194, 8649, 9012, 8101, 9273, 9655, 10107, 8884, 9581, 9445, 9682, 9562, 12584, 9486, 9695, 9981, 10395, 9513, 11125, 9280, 11402, 9782, 11513, 9540, 10890, 8932, 10617, 9489, 11217, 9355, 11898, 9963, 14505, 9521, 9348, 8755, 9278, 9880, 9716, 10262, 9837, 10007, 9397, 9431, 9540, 12086, 9539, 10543, 9883, 9816, 9020, 9445, 8887, 9629, 9482, 9583, 8771, 9419, 8759, 11155, 9122, 9468, 9327, 9488, 9091, 9343, 8845, 9446, 8911, 9410, 9495, 9525, 9647, 10417, 9729, 10869, 9390, 10609, 9834, 10511, 9457, 11414, 9398, 10629, 10673, 11385, 9649, 9904, 9302, 10177, 9789, 10184, 12536, 9503, 9743, 9059, 9598, 9164, 9786, 8816, 10240, 8956, 9819, 9312, 9015, 9473, 8871, 9615, 9000, 10111, 9122, 11254, 10099, 10239, 9218, 9732, 9269, 9735, 9735, 10196, 9833, 9999, 9631, 9703, 9005, 9137, 9706, 10392, 9835, 10143, 9613, 8979, 9442, 10653, 9729, 11177, 9835, 11037, 9387, 10020, 9454, 11896, 9625, 10758, 10011, 10125, 10028, 10442, 9861, 13238, 10068, 10033, 9888, 8957, 9571, 9555, 9603, 10229, 10250, 10131, 9815, 9653, 9748, 9535, 10202, 9926, 10594, 9721, 9837, 9567, 9849, 13933, 11809, 10002, 9351, 10207, 9646, 9385, 10156, 9987, 10940, 9726, 9776, 8731, 9611, 9890, 10402, 10112, 10673, 9356, 9938, 10197, 9878, 10703, 9715, 9623, 9683, 9128, 10135, 9469, 9457, 9774, 11542, 10153, 9847, 10181, 9784, 9836, 9601, 9897, 10258, 10048, 9686, 9233, 9741, 9484, 9857, 10475, 9797, 11426], 'WindowCenter': [4337.0, 4281.0, 4276.0, 4265.0, 4260.0, 4263.0, 4291.0, 4251.0, 4253.0, 4249.0, 4249.0, 4237.0, 4251.0, 4269.0, 4250.0, 4270.0, 4257.0, 4257.0, 4227.0, 4237.0, 4236.0, 4261.0, 4249.0, 4238.0, 4240.0, 4251.0, 4258.0, 4249.0, 4269.0, 4260.0, 4252.0, 4263.0, 4240.0, 4264.0, 4294.0, 4251.0, 4270.0, 4240.0, 4269.0, 4249.0, 4257.0, 4239.0, 4258.0, 4248.0, 4258.0, 4236.0, 4235.0, 4223.0, 4236.0, 4275.0, 4245.0, 4253.0, 4233.0, 4223.0, 4235.0, 4234.0, 4234.0, 4267.0, 4257.0, 4234.0, 4237.0, 4244.0, 4238.0, 4257.0, 4256.0, 4256.0, 4258.0, 4236.0, 4229.0, 4238.0, 4226.0, 4227.0, 4264.0, 4235.0, 4223.0, 4235.0, 4224.0, 4236.0, 4265.0, 4247.0, 4257.0, 4236.0, 4243.0, 4215.0, 4233.0, 4213.0, 4236.0, 4226.0, 4236.0, 4226.0, 4236.0, 4227.0, 4250.0, 4238.0, 4247.0, 4227.0, 4246.0, 4226.0, 4248.0, 4224.0, 4258.0, 4257.0, 4257.0, 4216.0, 4236.0, 4216.0, 4237.0, 4225.0, 4249.0, 4267.0, 4236.0, 4226.0, 4237.0, 4236.0, 4238.0, 4269.0, 4248.0, 4258.0, 4236.0, 4235.0, 4214.0, 4237.0, 4255.0, 4246.0, 4265.0, 4256.0, 4245.0, 4225.0, 4256.0, 4224.0, 4236.0, 4228.0, 4235.0, 4237.0, 4227.0, 4250.0, 4266.0, 4248.0, 4268.0, 4247.0, 4246.0, 4226.0, 4224.0, 4237.0, 4256.0, 4238.0, 4269.0, 4259.0, 4248.0, 4237.0, 4249.0, 4227.0, 4248.0, 4267.0, 4249.0, 4257.0, 4257.0, 4256.0, 4226.0, 4245.0, 4227.0, 4267.0, 4247.0, 4235.0, 4216.0, 4236.0, 4217.0, 4250.0, 4238.0, 4247.0, 4228.0, 4236.0, 4236.0, 4259.0, 4237.0, 4260.0, 4239.0, 4258.0, 4238.0, 4227.0, 4227.0, 4258.0, 4236.0, 4258.0, 4247.0, 4236.0, 4228.0, 4237.0, 4238.0, 4268.0, 4240.0, 4269.0, 4259.0, 4228.0, 4249.0, 4247.0, 4247.0, 4260.0, 4257.0, 4235.0, 4225.0, 4225.0, 4223.0, 4236.0, 4236.0, 4256.0, 4214.0, 4234.0, 4227.0, 4226.0, 4225.0, 4237.0, 4227.0, 4246.0, 4227.0, 4237.0, 4215.0, 4248.0, 4246.0, 4258.0, 4278.0, 4255.0, 4213.0, 4223.0, 4254.0, 4223.0, 4234.0, 4234.0, 4223.0, 4215.0, 4225.0, 4226.0, 4246.0, 4225.0, 4247.0, 4227.0, 4235.0, 4226.0, 4246.0, 4238.0, 4259.0, 4238.0, 4260.0, 4239.0, 4247.0, 4227.0, 4237.0, 4239.0, 4270.0, 4236.0, 4249.0, 4268.0, 4247.0, 4224.0, 4225.0, 4254.0, 4224.0, 4235.0, 4224.0, 4234.0, 4225.0, 4235.0, 4214.0, 4235.0, 4223.0, 4235.0, 4245.0, 4236.0, 4266.0, 4237.0, 4225.0, 4237.0, 4236.0, 4248.0, 4266.0, 4238.0, 4258.0, 4250.0, 4260.0, 4238.0, 4247.0, 4240.0, 4270.0, 4240.0, 4239.0, 4239.0, 4238.0, 4250.0, 4268.0, 4259.0, 4258.0, 4260.0, 4237.0, 4237.0, 4228.0, 4249.0, 4267.0, 4249.0, 4269.0, 4249.0, 4247.0, 4236.0, 4236.0, 4247.0, 4266.0, 4249.0, 4258.0, 4271.0, 4246.0, 4237.0, 4236.0, 4236.0, 4266.0, 4237.0, 4269.0, 4248.0, 4226.0, 4247.0, 4228.0, 4249.0, 4237.0, 4258.0, 4238.0, 4259.0, 4238.0, 4258.0, 4238.0, 4247.0, 4240.0, 4271.0, 4250.0, 4260.0, 4239.0, 4238.0, 4228.0, 4240.0, 4270.0, 4248.0, 4250.0, 4248.0, 4257.0, 4215.0, 4236.0, 4225.0, 4226.0, 4276.0, 4247.0, 4256.0, 4247.0, 4215.0, 4227.0, 4226.0, 4227.0, 4255.0, 4238.0, 4257.0, 4250.0, 4236.0, 4226.0, 4226.0, 4227.0, 4247.0, 4237.0, 4259.0, 4228.0, 4247.0, 4226.0, 4236.0, 4225.0, 4236.0, 4246.0, 4258.0, 4255.0, 4254.0, 4222.0, 4224.0, 4212.0, 4225.0, 4253.0, 4235.0, 4245.0, 4226.0, 4226.0, 4249.0, 4256.0, 4237.0, 4237.0, 4247.0, 4248.0, 4238.0, 4248.0, 4249.0, 4238.0, 4250.0, 4281.0, 4261.0, 4250.0, 4239.0, 4239.0, 4252.0, 4279.0, 4237.0, 4269.0, 4261.0, 4258.0, 4228.0, 4246.0, 4225.0, 4234.0, 4224.0, 4257.0, 4226.0, 4265.0, 4215.0, 4234.0, 4225.0, 4245.0, 4235.0, 4247.0, 4225.0, 4244.0, 4225.0, 4234.0, 4226.0, 4236.0, 4236.0, 4236.0, 4238.0, 4246.0, 4239.0, 4267.0, 4249.0, 4260.0, 4258.0, 4246.0, 4236.0, 4226.0, 4227.0, 4266.0, 4258.0, 4246.0, 4246.0, 4245.0, 4227.0, 4245.0, 4237.0, 4267.0, 4236.0, 4226.0, 4237.0, 4224.0, 4238.0, 4247.0, 4238.0, 4269.0, 4249.0, 4239.0, 4248.0, 4239.0, 4270.0, 4235.0, 4247.0, 4256.0, 4236.0, 4245.0, 4248.0, 4257.0, 4258.0, 4243.0, 4225.0, 4234.0, 4224.0, 4234.0, 4224.0, 4235.0, 4265.0, 4245.0, 4213.0, 4223.0, 4234.0, 4236.0, 4245.0, 4237.0, 4267.0, 4238.0, 4247.0, 4239.0, 4238.0, 4239.0, 4267.0, 4236.0, 4237.0, 4225.0, 4246.0, 4226.0, 4235.0, 4225.0, 4237.0, 4225.0, 4237.0, 4257.0, 4257.0, 4266.0, 4257.0, 4226.0, 4236.0, 4224.0, 4237.0, 4254.0, 4236.0, 4256.0, 4248.0, 4256.0, 4227.0, 4236.0, 4237.0, 4258.0, 4239.0, 4239.0, 4238.0, 4237.0, 4240.0, 4269.0, 4239.0, 4267.0, 4247.0, 4238.0, 4238.0, 4236.0, 4236.0, 4249.0, 4267.0, 4227.0, 4214.0, 4236.0, 4226.0, 4246.0, 4238.0, 4259.0, 4239.0, 4270.0, 4239.0, 4248.0, 4238.0, 4249.0, 4228.0, 4250.0, 4257.0, 4246.0, 4257.0, 4239.0, 4258.0, 4247.0, 4245.0, 4226.0, 4235.0, 4225.0, 4235.0, 4236.0, 4257.0, 4238.0, 4266.0, 4224.0, 4233.0, 4236.0, 4256.0, 4226.0, 4259.0, 4248.0, 4235.0, 4237.0, 4236.0, 4250.0, 4270.0, 4251.0, 4262.0, 4238.0, 4238.0, 4227.0, 4251.0, 4248.0, 4251.0, 4270.0, 4250.0, 4258.0, 4241.0, 4267.0, 4227.0, 4255.0, 4237.0, 4258.0, 4227.0, 4236.0, 4225.0, 4237.0, 4226.0, 4259.0, 4239.0, 4268.0, 4225.0, 4247.0, 4225.0, 4238.0, 4265.0, 4227.0, 4257.0, 4235.0, 4234.0, 4225.0, 4236.0, 4225.0, 4236.0, 4226.0, 4256.0, 4227.0, 4271.0, 4247.0, 4233.0, 4224.0, 4233.0, 4237.0, 4247.0, 4246.0, 4246.0, 4225.0, 4235.0, 4225.0, 4214.0, 4224.0, 4223.0, 4211.0, 4233.0, 4225.0, 4236.0, 4214.0, 4222.0, 4223.0, 4224.0, 4225.0, 4223.0, 4237.0, 4245.0, 4257.0, 4235.0, 4232.0, 4221.0, 4222.0, 4224.0, 4225.0, 4245.0, 4226.0, 4246.0, 4226.0, 4225.0, 4224.0, 4227.0, 4263.0, 4261.0, 4261.0, 4250.0, 4260.0, 4263.0, 4260.0, 4264.0, 4294.0, 4262.0, 4260.0, 4263.0, 4259.0, 4252.0, 4259.0, 4251.0, 4269.0, 4249.0, 4259.0, 4249.0, 4260.0, 4238.0, 4247.0, 4235.0, 4246.0, 4225.0, 4258.0, 4237.0, 4267.0, 4223.0, 4222.0, 4226.0, 4250.0, 4246.0, 4237.0, 4247.0, 4236.0, 4234.0, 4236.0, 4235.0, 4250.0, 4256.0, 4248.0, 4247.0, 4237.0, 4235.0, 4236.0, 4235.0, 4238.0, 4249.0, 4249.0, 4247.0, 4238.0, 4247.0, 4240.0, 4268.0, 4250.0, 4249.0, 4250.0, 4250.0, 4249.0, 4250.0, 4252.0, 4249.0, 4238.0, 4250.0, 4252.0, 4263.0, 4276.0, 4287.0, 4274.0, 4284.0, 4263.0, 4271.0, 4263.0, 4259.0, 4260.0, 4269.0, 4251.0, 4260.0, 4260.0, 4269.0, 4247.0, 4247.0, 4238.0, 4247.0, 4259.0, 4248.0, 4269.0, 4236.0, 4246.0, 4237.0, 4237.0, 4235.0, 4247.0, 4238.0, 4249.0, 4236.0, 4247.0, 4234.0, 4225.0, 4245.0, 4238.0, 4248.0, 4239.0, 4260.0, 4238.0, 4261.0, 4246.0, 4237.0, 4226.0, 4236.0, 4235.0, 4237.0, 4235.0, 4247.0, 4236.0, 4236.0, 4235.0, 4235.0, 4236.0, 4236.0, 4248.0, 4259.0, 4250.0, 4260.0, 4249.0, 4251.0, 4262.0, 4261.0, 4251.0, 4271.0, 4251.0, 4258.0, 4240.0, 4248.0, 4249.0, 4268.0, 4250.0, 4260.0, 4250.0, 4247.0, 4250.0, 4258.0, 4261.0, 4280.0, 4251.0, 4249.0, 4248.0, 4237.0, 4249.0, 4247.0, 4249.0, 4260.0, 4259.0, 4259.0, 4248.0, 4251.0, 4249.0, 4249.0, 4261.0, 4251.0, 4249.0, 4236.0, 4248.0, 4237.0, 4249.0, 4278.0, 4257.0, 4235.0, 4236.0, 4245.0, 4235.0, 4224.0, 4247.0, 4237.0, 4246.0, 4234.0, 4235.0, 4213.0, 4234.0, 4234.0, 4247.0, 4235.0, 4235.0, 4223.0, 4234.0, 4232.0, 4235.0, 4232.0, 4236.0, 4234.0, 4235.0, 4224.0, 4245.0, 4236.0, 4235.0, 4236.0, 4255.0, 4247.0, 4236.0, 4245.0, 4234.0, 4236.0, 4236.0, 4235.0, 4247.0, 4235.0, 4237.0, 4235.0, 4235.0, 4246.0, 4248.0, 4258.0, 4250.0, 4257.0], 'WindowWidth': [9574.0, 9481.0, 9463.0, 9446.0, 9433.0, 9438.0, 9471.0, 9420.0, 9423.0, 9410.0, 9410.0, 9393.0, 9415.0, 9437.0, 9413.0, 9440.0, 9418.0, 9416.0, 9376.0, 9389.0, 9388.0, 9427.0, 9411.0, 9391.0, 9400.0, 9416.0, 9421.0, 9412.0, 9440.0, 9428.0, 9419.0, 9435.0, 9403.0, 9440.0, 9480.0, 9417.0, 9440.0, 9400.0, 9435.0, 9408.0, 9419.0, 9398.0, 9421.0, 9406.0, 9418.0, 9387.0, 9384.0, 9366.0, 9385.0, 9439.0, 9396.0, 9404.0, 9379.0, 9365.0, 9384.0, 9381.0, 9383.0, 9431.0, 9417.0, 9384.0, 9389.0, 9395.0, 9392.0, 9417.0, 9413.0, 9413.0, 9420.0, 9387.0, 9385.0, 9390.0, 9372.0, 9374.0, 9419.0, 9381.0, 9363.0, 9380.0, 9364.0, 9384.0, 9423.0, 9401.0, 9413.0, 9384.0, 9389.0, 9355.0, 9375.0, 9351.0, 9385.0, 9370.0, 9383.0, 9372.0, 9384.0, 9374.0, 9412.0, 9395.0, 9401.0, 9377.0, 9399.0, 9374.0, 9404.0, 9369.0, 9417.0, 9415.0, 9414.0, 9358.0, 9385.0, 9360.0, 9388.0, 9369.0, 9406.0, 9430.0, 9384.0, 9372.0, 9389.0, 9386.0, 9392.0, 9435.0, 9407.0, 9416.0, 9385.0, 9383.0, 9353.0, 9386.0, 9410.0, 9397.0, 9424.0, 9411.0, 9394.0, 9372.0, 9411.0, 9367.0, 9386.0, 9377.0, 9384.0, 9388.0, 9377.0, 9411.0, 9429.0, 9405.0, 9434.0, 9403.0, 9397.0, 9372.0, 9368.0, 9390.0, 9415.0, 9393.0, 9436.0, 9422.0, 9404.0, 9390.0, 9406.0, 9374.0, 9404.0, 9432.0, 9409.0, 9417.0, 9414.0, 9412.0, 9372.0, 9396.0, 9374.0, 9430.0, 9402.0, 9382.0, 9358.0, 9386.0, 9363.0, 9411.0, 9393.0, 9402.0, 9379.0, 9387.0, 9389.0, 9422.0, 9390.0, 9424.0, 9394.0, 9417.0, 9392.0, 9375.0, 9378.0, 9417.0, 9387.0, 9419.0, 9403.0, 9384.0, 9377.0, 9387.0, 9391.0, 9432.0, 9400.0, 9436.0, 9422.0, 9379.0, 9408.0, 9403.0, 9403.0, 9425.0, 9417.0, 9380.0, 9368.0, 9368.0, 9362.0, 9384.0, 9385.0, 9409.0, 9353.0, 9378.0, 9373.0, 9370.0, 9368.0, 9388.0, 9374.0, 9399.0, 9374.0, 9387.0, 9358.0, 9403.0, 9398.0, 9417.0, 9445.0, 9408.0, 9350.0, 9363.0, 9403.0, 9362.0, 9379.0, 9381.0, 9364.0, 9355.0, 9367.0, 9371.0, 9398.0, 9369.0, 9403.0, 9377.0, 9382.0, 9372.0, 9400.0, 9394.0, 9421.0, 9390.0, 9424.0, 9394.0, 9401.0, 9377.0, 9388.0, 9395.0, 9437.0, 9385.0, 9406.0, 9432.0, 9400.0, 9366.0, 9369.0, 9406.0, 9366.0, 9381.0, 9364.0, 9380.0, 9369.0, 9381.0, 9351.0, 9379.0, 9363.0, 9381.0, 9393.0, 9385.0, 9427.0, 9386.0, 9369.0, 9387.0, 9386.0, 9405.0, 9427.0, 9391.0, 9418.0, 9411.0, 9423.0, 9392.0, 9402.0, 9397.0, 9438.0, 9398.0, 9394.0, 9395.0, 9392.0, 9411.0, 9435.0, 9423.0, 9420.0, 9422.0, 9388.0, 9389.0, 9378.0, 9409.0, 9430.0, 9406.0, 9435.0, 9408.0, 9403.0, 9387.0, 9388.0, 9403.0, 9428.0, 9408.0, 9419.0, 9441.0, 9399.0, 9388.0, 9386.0, 9387.0, 9427.0, 9389.0, 9436.0, 9404.0, 9374.0, 9402.0, 9379.0, 9406.0, 9388.0, 9417.0, 9392.0, 9422.0, 9390.0, 9418.0, 9393.0, 9403.0, 9398.0, 9441.0, 9413.0, 9423.0, 9393.0, 9393.0, 9378.0, 9396.0, 9437.0, 9404.0, 9408.0, 9403.0, 9413.0, 9356.0, 9383.0, 9367.0, 9371.0, 9440.0, 9402.0, 9412.0, 9400.0, 9356.0, 9373.0, 9370.0, 9374.0, 9410.0, 9390.0, 9413.0, 9410.0, 9383.0, 9372.0, 9370.0, 9376.0, 9401.0, 9387.0, 9420.0, 9377.0, 9400.0, 9371.0, 9385.0, 9369.0, 9386.0, 9398.0, 9416.0, 9411.0, 9406.0, 9359.0, 9364.0, 9348.0, 9367.0, 9404.0, 9383.0, 9395.0, 9371.0, 9371.0, 9408.0, 9413.0, 9389.0, 9390.0, 9405.0, 9404.0, 9394.0, 9407.0, 9409.0, 9394.0, 9415.0, 9458.0, 9427.0, 9412.0, 9396.0, 9396.0, 9417.0, 9449.0, 9390.0, 9434.0, 9427.0, 9419.0, 9376.0, 9397.0, 9371.0, 9380.0, 9367.0, 9416.0, 9371.0, 9420.0, 9354.0, 9379.0, 9370.0, 9395.0, 9382.0, 9401.0, 9369.0, 9392.0, 9370.0, 9381.0, 9372.0, 9383.0, 9387.0, 9386.0, 9391.0, 9399.0, 9394.0, 9429.0, 9409.0, 9425.0, 9420.0, 9400.0, 9385.0, 9371.0, 9375.0, 9426.0, 9418.0, 9399.0, 9399.0, 9395.0, 9373.0, 9395.0, 9387.0, 9428.0, 9386.0, 9372.0, 9387.0, 9369.0, 9392.0, 9402.0, 9391.0, 9434.0, 9409.0, 9394.0, 9405.0, 9395.0, 9438.0, 9385.0, 9402.0, 9411.0, 9384.0, 9396.0, 9403.0, 9416.0, 9416.0, 9389.0, 9369.0, 9378.0, 9364.0, 9378.0, 9365.0, 9382.0, 9423.0, 9395.0, 9350.0, 9363.0, 9380.0, 9385.0, 9396.0, 9388.0, 9429.0, 9389.0, 9402.0, 9394.0, 9391.0, 9394.0, 9430.0, 9387.0, 9385.0, 9371.0, 9399.0, 9371.0, 9383.0, 9369.0, 9387.0, 9368.0, 9387.0, 9414.0, 9415.0, 9428.0, 9412.0, 9370.0, 9384.0, 9367.0, 9388.0, 9407.0, 9385.0, 9413.0, 9404.0, 9413.0, 9375.0, 9383.0, 9388.0, 9420.0, 9398.0, 9395.0, 9394.0, 9391.0, 9399.0, 9436.0, 9395.0, 9431.0, 9402.0, 9389.0, 9390.0, 9387.0, 9384.0, 9406.0, 9431.0, 9373.0, 9353.0, 9386.0, 9374.0, 9401.0, 9394.0, 9423.0, 9398.0, 9440.0, 9395.0, 9406.0, 9394.0, 9407.0, 9378.0, 9411.0, 9416.0, 9400.0, 9414.0, 9393.0, 9418.0, 9401.0, 9394.0, 9371.0, 9382.0, 9369.0, 9382.0, 9384.0, 9415.0, 9389.0, 9425.0, 9369.0, 9379.0, 9387.0, 9412.0, 9374.0, 9419.0, 9405.0, 9384.0, 9390.0, 9388.0, 9412.0, 9438.0, 9416.0, 9429.0, 9392.0, 9392.0, 9378.0, 9414.0, 9407.0, 9414.0, 9441.0, 9412.0, 9419.0, 9401.0, 9428.0, 9375.0, 9411.0, 9392.0, 9418.0, 9375.0, 9385.0, 9372.0, 9388.0, 9374.0, 9423.0, 9395.0, 9431.0, 9371.0, 9401.0, 9369.0, 9388.0, 9423.0, 9371.0, 9414.0, 9383.0, 9378.0, 9370.0, 9382.0, 9368.0, 9384.0, 9374.0, 9410.0, 9374.0, 9443.0, 9401.0, 9374.0, 9364.0, 9374.0, 9387.0, 9399.0, 9398.0, 9397.0, 9368.0, 9378.0, 9366.0, 9350.0, 9364.0, 9360.0, 9344.0, 9375.0, 9368.0, 9386.0, 9350.0, 9359.0, 9362.0, 9365.0, 9369.0, 9363.0, 9387.0, 9396.0, 9413.0, 9379.0, 9370.0, 9354.0, 9358.0, 9364.0, 9366.0, 9394.0, 9371.0, 9398.0, 9368.0, 9368.0, 9366.0, 9378.0, 9437.0, 9431.0, 9430.0, 9416.0, 9427.0, 9435.0, 9427.0, 9437.0, 9478.0, 9431.0, 9426.0, 9433.0, 9423.0, 9417.0, 9422.0, 9413.0, 9437.0, 9410.0, 9421.0, 9408.0, 9423.0, 9392.0, 9401.0, 9383.0, 9398.0, 9368.0, 9418.0, 9386.0, 9426.0, 9362.0, 9360.0, 9373.0, 9411.0, 9398.0, 9387.0, 9400.0, 9384.0, 9379.0, 9385.0, 9384.0, 9408.0, 9413.0, 9405.0, 9404.0, 9389.0, 9382.0, 9384.0, 9384.0, 9393.0, 9408.0, 9410.0, 9402.0, 9394.0, 9402.0, 9397.0, 9433.0, 9410.0, 9408.0, 9413.0, 9412.0, 9408.0, 9411.0, 9418.0, 9409.0, 9393.0, 9412.0, 9417.0, 9435.0, 9463.0, 9476.0, 9455.0, 9467.0, 9437.0, 9444.0, 9433.0, 9424.0, 9426.0, 9435.0, 9414.0, 9428.0, 9424.0, 9436.0, 9403.0, 9402.0, 9391.0, 9402.0, 9423.0, 9406.0, 9434.0, 9387.0, 9399.0, 9388.0, 9387.0, 9384.0, 9403.0, 9391.0, 9408.0, 9387.0, 9401.0, 9380.0, 9368.0, 9399.0, 9392.0, 9406.0, 9395.0, 9425.0, 9392.0, 9427.0, 9399.0, 9386.0, 9369.0, 9382.0, 9383.0, 9387.0, 9381.0, 9400.0, 9384.0, 9382.0, 9380.0, 9382.0, 9385.0, 9385.0, 9405.0, 9423.0, 9412.0, 9424.0, 9410.0, 9414.0, 9430.0, 9425.0, 9414.0, 9441.0, 9413.0, 9416.0, 9397.0, 9407.0, 9408.0, 9433.0, 9412.0, 9423.0, 9411.0, 9403.0, 9409.0, 9418.0, 9426.0, 9453.0, 9414.0, 9407.0, 9405.0, 9389.0, 9407.0, 9400.0, 9407.0, 9423.0, 9422.0, 9421.0, 9406.0, 9414.0, 9410.0, 9407.0, 9427.0, 9412.0, 9408.0, 9386.0, 9404.0, 9387.0, 9405.0, 9445.0, 9415.0, 9381.0, 9383.0, 9394.0, 9381.0, 9365.0, 9401.0, 9387.0, 9398.0, 9378.0, 9380.0, 9348.0, 9377.0, 9378.0, 9401.0, 9382.0, 9379.0, 9361.0, 9377.0, 9373.0, 9381.0, 9374.0, 9383.0, 9381.0, 9382.0, 9365.0, 9397.0, 9386.0, 9381.0, 9384.0, 9410.0, 9400.0, 9384.0, 9396.0, 9378.0, 9384.0, 9384.0, 9380.0, 9399.0, 9383.0, 9388.0, 9383.0, 9383.0, 9401.0, 9407.0, 9422.0, 9410.0, 9416.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.012940712643678158</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04505931252873563</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.6103988403107</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1470676884004598</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9614808654545455</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4617</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6372.4355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10330757531548916</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.022988505747127</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517372373576603</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.394209852008498</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.79736656966922</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3605406990520916</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00465535</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014099368825554848</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029338382184505463</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.033043390941306</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>31.7235</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8503</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.4559</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302798.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.3371</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.0455</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3463.7649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73746.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1309.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.5627</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.593740295618773</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> |