=== 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-0029 --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-0029",
"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-0029_ses-04_task-social_acq-mb8_run-04_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-0029_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-04_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-0029/ses-04/func/sub-0029_ses-04_task-social_acq-mb8_run-04_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>aaede62eed2bc565fee9b99174b41b66</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:54:58.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_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.110622</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>00db1a31-f82b-453e-8c00-ee2244632d0c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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': ['115458.515000', '115458.975000', '115459.435000', '115459.895000', '115500.355000', '115500.815000', '115501.275000', '115501.735000', '115502.195000', '115502.655000', '115503.115000', '115503.575000', '115504.035000', '115504.495000', '115504.955000', '115505.415000', '115505.875000', '115506.335000', '115506.795000', '115507.255000', '115507.715000', '115508.175000', '115508.635000', '115509.095000', '115509.555000', '115510.015000', '115510.475000', '115510.935000', '115511.395000', '115511.855000', '115512.315000', '115512.775000', '115513.235000', '115513.695000', '115514.155000', '115514.615000', '115515.075000', '115515.535000', '115515.995000', '115516.455000', '115516.915000', '115517.375000', '115517.835000', '115518.295000', '115518.755000', '115519.215000', '115519.675000', '115520.135000', '115520.595000', '115521.055000', '115521.515000', '115521.975000', '115522.435000', '115522.895000', '115523.355000', '115523.815000', '115524.275000', '115524.735000', '115525.195000', '115525.655000', '115526.115000', '115526.575000', '115527.035000', '115527.495000', '115527.955000', '115528.415000', '115528.875000', '115529.335000', '115529.795000', '115530.255000', '115530.715000', '115531.175000', '115531.635000', '115532.095000', '115532.555000', '115533.015000', '115533.475000', '115533.935000', '115534.395000', '115534.855000', '115535.315000', '115535.775000', '115536.235000', '115536.695000', '115537.155000', '115537.615000', '115538.075000', '115538.535000', '115538.995000', '115539.455000', '115539.915000', '115540.375000', '115540.835000', '115541.295000', '115541.755000', '115542.215000', '115542.675000', '115543.135000', '115543.595000', '115544.055000', '115544.515000', '115544.975000', '115545.435000', '115545.895000', '115546.355000', '115546.815000', '115547.275000', '115547.735000', '115548.195000', '115548.655000', '115549.115000', '115549.575000', '115550.035000', '115550.495000', '115550.955000', '115551.415000', '115551.875000', '115552.335000', '115552.795000', '115553.255000', '115553.715000', '115554.175000', '115554.635000', '115555.095000', '115555.555000', '115556.015000', '115556.475000', '115556.935000', '115557.395000', '115557.855000', '115558.315000', '115558.775000', '115559.235000', '115559.695000', '115600.155000', '115600.615000', '115601.075000', '115601.535000', '115601.995000', '115602.455000', '115602.915000', '115603.375000', '115603.835000', '115604.295000', '115604.755000', '115605.215000', '115605.675000', '115606.135000', '115606.595000', '115607.055000', '115607.515000', '115607.975000', '115608.435000', '115608.895000', '115609.355000', '115609.815000', '115610.275000', '115610.735000', '115611.195000', '115611.655000', '115612.115000', '115612.575000', '115613.035000', '115613.495000', '115613.955000', '115614.415000', '115614.875000', '115615.335000', '115615.795000', '115616.255000', '115616.715000', '115617.175000', '115617.635000', '115618.095000', '115618.555000', '115619.015000', '115619.475000', '115619.935000', '115620.395000', '115620.855000', '115621.315000', '115621.775000', '115622.235000', '115622.695000', '115623.155000', '115623.615000', '115624.075000', '115624.535000', '115624.995000', '115625.455000', '115625.915000', '115626.375000', '115626.835000', '115627.295000', '115627.755000', '115628.215000', '115628.675000', '115629.135000', '115629.595000', '115630.055000', '115630.515000', '115630.975000', '115631.435000', '115631.895000', '115632.355000', '115632.815000', '115633.275000', '115633.735000', '115634.195000', '115634.655000', '115635.115000', '115635.575000', '115636.035000', '115636.495000', '115636.955000', '115637.415000', '115637.875000', '115638.335000', '115638.795000', '115639.255000', '115639.715000', '115640.175000', '115640.635000', '115641.095000', '115641.555000', '115642.015000', '115642.475000', '115642.935000', '115643.395000', '115643.855000', '115644.315000', '115644.775000', '115645.235000', '115645.695000', '115646.155000', '115646.615000', '115647.075000', '115647.535000', '115647.995000', '115648.455000', '115648.915000', '115649.375000', '115649.835000', '115650.295000', '115650.755000', '115651.215000', '115651.675000', '115652.135000', '115652.595000', '115653.055000', '115653.515000', '115653.975000', '115654.435000', '115654.895000', '115655.355000', '115655.815000', '115656.275000', '115656.735000', '115657.195000', '115657.655000', '115658.115000', '115658.575000', '115659.035000', '115659.495000', '115659.955000', '115700.415000', '115700.875000', '115701.335000', '115701.795000', '115702.255000', '115702.715000', '115703.175000', '115703.635000', '115704.095000', '115704.555000', '115705.015000', '115705.475000', '115705.935000', '115706.395000', '115706.855000', '115707.315000', '115707.775000', '115708.235000', '115708.695000', '115709.155000', '115709.615000', '115710.075000', '115710.535000', '115710.995000', '115711.455000', '115711.915000', '115712.375000', '115712.835000', '115713.295000', '115713.755000', '115714.215000', '115714.675000', '115715.135000', '115715.595000', '115716.055000', '115716.515000', '115716.975000', '115717.435000', '115717.895000', '115718.355000', '115718.815000', '115719.275000', '115719.735000', '115720.195000', '115720.655000', '115721.115000', '115721.575000', '115722.035000', '115722.495000', '115722.955000', '115723.415000', '115723.875000', '115724.335000', '115724.795000', '115725.255000', '115725.715000', '115726.175000', '115726.635000', '115727.095000', '115727.555000', '115728.015000', '115728.475000', '115728.935000', '115729.395000', '115729.855000', '115730.315000', '115730.775000', '115731.235000', '115731.695000', '115732.155000', '115732.615000', '115733.075000', '115733.535000', '115733.995000', '115734.455000', '115734.915000', '115735.375000', '115735.835000', '115736.295000', '115736.755000', '115737.215000', '115737.675000', '115738.135000', '115738.595000', '115739.055000', '115739.515000', '115739.975000', '115740.435000', '115740.895000', '115741.355000', '115741.815000', '115742.275000', '115742.735000', '115743.195000', '115743.655000', '115744.115000', '115744.575000', '115745.035000', '115745.495000', '115745.955000', '115746.415000', '115746.875000', '115747.335000', '115747.795000', '115748.255000', '115748.715000', '115749.175000', '115749.635000', '115750.095000', '115750.555000', '115751.015000', '115751.475000', '115751.935000', '115752.395000', '115752.855000', '115753.315000', '115753.775000', '115754.235000', '115754.695000', '115755.155000', '115755.615000', '115756.075000', '115756.535000', '115756.995000', '115757.455000', '115757.915000', '115758.375000', '115758.835000', '115759.295000', '115759.755000', '115800.215000', '115800.675000', '115801.135000', '115801.595000', '115802.055000', '115802.515000', '115802.975000', '115803.435000', '115803.895000', '115804.355000', '115804.815000', '115805.275000', '115805.735000', '115806.195000', '115806.655000', '115807.115000', '115807.575000', '115808.035000', '115808.495000', '115808.955000', '115809.415000', '115809.875000', '115810.335000', '115810.795000', '115811.255000', '115811.715000', '115812.175000', '115812.635000', '115813.095000', '115813.555000', '115814.015000', '115814.475000', '115814.935000', '115815.395000', '115815.855000', '115816.315000', '115816.775000', '115817.235000', '115817.695000', '115818.155000', '115818.615000', '115819.075000', '115819.535000', '115819.995000', '115820.455000', '115820.915000', '115821.375000', '115821.835000', '115822.295000', '115822.755000', '115823.215000', '115823.675000', '115824.135000', '115824.595000', '115825.055000', '115825.515000', '115825.975000', '115826.435000', '115826.895000', '115827.355000', '115827.815000', '115828.275000', '115828.735000', '115829.195000', '115829.655000', '115830.115000', '115830.575000', '115831.035000', '115831.495000', '115831.955000', '115832.415000', '115832.875000', '115833.335000', '115833.795000', '115834.255000', '115834.715000', '115835.175000', '115835.635000', '115836.095000', '115836.555000', '115837.015000', '115837.475000', '115837.935000', '115838.395000', '115838.855000', '115839.315000', '115839.775000', '115840.235000', '115840.695000', '115841.155000', '115841.615000', '115842.075000', '115842.535000', '115842.995000', '115843.455000', '115843.915000', '115844.375000', '115844.835000', '115845.295000', '115845.755000', '115846.215000', '115846.675000', '115847.135000', '115847.595000', '115848.055000', '115848.515000', '115848.975000', '115849.435000', '115849.895000', '115850.355000', '115850.815000', '115851.275000', '115851.735000', '115852.195000', '115852.655000', '115853.115000', '115853.575000', '115854.035000', '115854.495000', '115854.955000', '115855.415000', '115855.875000', '115856.335000', '115856.795000', '115857.255000', '115857.715000', '115858.175000', '115858.635000', '115859.095000', '115859.555000', '115900.015000', '115900.475000', '115900.935000', '115901.395000', '115901.855000', '115902.315000', '115902.775000', '115903.235000', '115903.695000', '115904.155000', '115904.615000', '115905.075000', '115905.535000', '115905.995000', '115906.455000', '115906.915000', '115907.375000', '115907.835000', '115908.295000', '115908.755000', '115909.215000', '115909.675000', '115910.135000', '115910.595000', '115911.055000', '115911.515000', '115911.975000', '115912.435000', '115912.895000', '115913.355000', '115913.815000', '115914.275000', '115914.735000', '115915.195000', '115915.655000', '115916.115000', '115916.575000', '115917.035000', '115917.495000', '115917.955000', '115918.415000', '115918.875000', '115919.335000', '115919.795000', '115920.255000', '115920.715000', '115921.175000', '115921.635000', '115922.095000', '115922.555000', '115923.015000', '115923.475000', '115923.935000', '115924.395000', '115924.855000', '115925.315000', '115925.775000', '115926.235000', '115926.695000', '115927.155000', '115927.615000', '115928.075000', '115928.535000', '115928.995000', '115929.455000', '115929.915000', '115930.375000', '115930.835000', '115931.295000', '115931.755000', '115932.215000', '115932.675000', '115933.135000', '115933.595000', '115934.055000', '115934.515000', '115934.975000', '115935.435000', '115935.895000', '115936.355000', '115936.815000', '115937.275000', '115937.735000', '115938.195000', '115938.655000', '115939.115000', '115939.575000', '115940.035000', '115940.495000', '115940.955000', '115941.415000', '115941.875000', '115942.335000', '115942.795000', '115943.255000', '115943.715000', '115944.175000', '115944.635000', '115945.095000', '115945.555000', '115946.015000', '115946.475000', '115946.935000', '115947.395000', '115947.855000', '115948.315000', '115948.775000', '115949.235000', '115949.695000', '115950.155000', '115950.615000', '115951.075000', '115951.535000', '115951.995000', '115952.455000', '115952.915000', '115953.375000', '115953.835000', '115954.295000', '115954.755000', '115955.215000', '115955.675000', '115956.135000', '115956.595000', '115957.055000', '115957.515000', '115957.975000', '115958.435000', '115958.895000', '115959.355000', '115959.815000', '120000.275000', '120000.735000', '120001.195000', '120001.655000', '120002.115000', '120002.575000', '120003.035000', '120003.495000', '120003.955000', '120004.415000', '120004.875000', '120005.335000', '120005.795000', '120006.255000', '120006.715000', '120007.175000', '120007.635000', '120008.095000', '120008.555000', '120009.015000', '120009.475000', '120009.935000', '120010.395000', '120010.855000', '120011.315000', '120011.775000', '120012.235000', '120012.695000', '120013.155000', '120013.615000', '120014.075000', '120014.535000', '120014.995000', '120015.455000', '120015.915000', '120016.375000', '120016.835000', '120017.295000', '120017.755000', '120018.215000', '120018.675000', '120019.135000', '120019.595000', '120020.055000', '120020.515000', '120020.975000', '120021.435000', '120021.895000', '120022.355000', '120022.815000', '120023.275000', '120023.735000', '120024.195000', '120024.655000', '120025.115000', '120025.575000', '120026.035000', '120026.495000', '120026.955000', '120027.415000', '120027.875000', '120028.335000', '120028.795000', '120029.255000', '120029.715000', '120030.175000', '120030.635000', '120031.095000', '120031.555000', '120032.015000', '120032.475000', '120032.935000', '120033.395000', '120033.855000', '120034.315000', '120034.775000', '120035.235000', '120035.695000', '120036.155000', '120036.615000', '120037.075000', '120037.535000', '120037.995000', '120038.455000', '120038.915000', '120039.375000', '120039.835000', '120040.295000', '120040.755000', '120041.215000', '120041.675000', '120042.135000', '120042.595000', '120043.055000', '120043.515000', '120043.975000', '120044.435000', '120044.895000', '120045.355000', '120045.815000', '120046.275000', '120046.735000', '120047.195000', '120047.655000', '120048.115000', '120048.575000', '120049.035000', '120049.495000', '120049.955000', '120050.415000', '120050.875000', '120051.335000', '120051.795000', '120052.255000', '120052.715000', '120053.175000', '120053.635000', '120054.095000', '120054.555000', '120055.015000', '120055.475000', '120055.935000', '120056.395000', '120056.855000', '120057.315000', '120057.775000', '120058.235000', '120058.695000', '120059.155000', '120059.615000', '120100.075000', '120100.535000', '120100.995000', '120101.455000', '120101.915000', '120102.375000', '120102.835000', '120103.295000', '120103.755000', '120104.215000', '120104.675000', '120105.135000', '120105.595000', '120106.055000', '120106.515000', '120106.975000', '120107.435000', '120107.895000', '120108.355000', '120108.815000', '120109.275000', '120109.735000', '120110.195000', '120110.655000', '120111.115000', '120111.575000', '120112.035000', '120112.495000', '120112.955000', '120113.415000', '120113.875000', '120114.335000', '120114.795000', '120115.255000', '120115.715000', '120116.175000', '120116.635000', '120117.095000', '120117.555000', '120118.015000', '120118.475000', '120118.935000', '120119.395000', '120119.855000', '120120.315000', '120120.775000', '120121.235000', '120121.695000', '120122.155000', '120122.615000', '120123.075000', '120123.535000', '120123.995000', '120124.455000', '120124.915000', '120125.375000', '120125.835000', '120126.295000', '120126.755000', '120127.215000', '120127.675000', '120128.135000', '120128.595000', '120129.055000', '120129.515000', '120129.975000', '120130.435000', '120130.895000', '120131.355000', '120131.815000', '120132.275000', '120132.735000', '120133.195000', '120133.655000', '120134.115000', '120134.575000', '120135.035000', '120135.495000', '120135.955000', '120136.415000', '120136.875000', '120137.335000', '120137.795000', '120138.255000', '120138.715000', '120139.175000'], 'ContentTime': ['115510.081000', '115510.084000', '115510.087000', '115510.090000', '115510.093000', '115510.096000', '115510.099000', '115510.112000', '115510.120000', '115510.128000', '115510.131000', '115510.133000', '115510.136000', '115510.139000', '115510.142000', '115510.145000', '115510.148000', '115510.151000', '115510.153000', '115510.156000', '115510.159000', '115510.162000', '115510.165000', '115530.047000', '115530.050000', '115530.053000', '115530.056000', '115530.059000', '115530.061000', '115530.077000', '115530.079000', '115530.082000', '115530.085000', '115530.088000', '115530.091000', '115530.094000', '115530.096000', '115530.099000', '115530.102000', '115530.105000', '115530.108000', '115530.111000', '115530.113000', '115530.116000', '115530.119000', '115530.122000', '115530.125000', '115530.128000', '115530.130000', '115530.133000', '115530.136000', '115530.139000', '115530.142000', '115530.145000', '115530.148000', '115530.151000', '115530.154000', '115530.157000', '115530.164000', '115530.166000', '115530.169000', '115530.172000', '115530.175000', '115530.178000', '115530.181000', '115530.184000', '115550.047000', '115550.050000', '115550.053000', '115550.056000', '115550.058000', '115550.061000', '115550.064000', '115550.067000', '115550.070000', '115550.073000', '115550.076000', '115550.078000', '115550.081000', '115550.084000', '115550.087000', '115550.090000', '115550.093000', '115550.096000', '115550.099000', '115550.102000', '115550.105000', '115550.108000', '115550.111000', '115550.113000', '115550.116000', '115550.119000', '115550.122000', '115550.125000', '115550.128000', '115550.130000', '115550.133000', '115550.136000', '115550.139000', '115550.142000', '115550.145000', '115550.147000', '115550.150000', '115550.154000', '115550.157000', '115550.160000', '115550.163000', '115550.166000', '115550.169000', '115550.172000', '115610.048000', '115610.051000', '115610.067000', '115610.070000', '115610.072000', '115610.075000', '115610.078000', '115610.081000', '115610.084000', '115610.087000', '115610.090000', '115610.092000', '115610.095000', '115610.098000', '115610.101000', '115610.104000', '115610.107000', '115610.110000', '115610.113000', '115610.115000', '115610.118000', '115610.121000', '115610.124000', '115610.127000', '115610.130000', '115610.133000', '115610.135000', '115610.138000', '115610.141000', '115610.144000', '115610.147000', '115610.150000', '115610.153000', '115610.155000', '115610.158000', '115610.161000', '115610.164000', '115610.167000', '115610.170000', '115610.173000', '115610.176000', '115610.178000', '115610.181000', '115630.047000', '115630.050000', '115630.053000', '115630.056000', '115630.059000', '115630.062000', '115630.065000', '115630.068000', '115630.071000', '115630.074000', '115630.076000', '115630.079000', '115630.082000', '115630.085000', '115630.088000', '115630.091000', '115630.094000', '115630.096000', '115630.099000', '115630.102000', '115630.105000', '115630.108000', '115630.111000', '115630.114000', '115630.116000', '115630.119000', '115630.122000', '115630.125000', '115630.128000', '115630.131000', '115630.134000', '115630.136000', '115630.139000', '115630.142000', '115630.145000', '115630.148000', '115630.151000', '115630.153000', '115630.156000', '115630.159000', '115630.162000', '115630.165000', '115630.168000', '115650.047000', '115650.050000', '115650.053000', '115650.056000', '115650.058000', '115650.061000', '115650.064000', '115650.067000', '115650.070000', '115650.073000', '115650.076000', '115650.079000', '115650.082000', '115650.084000', '115650.087000', '115650.090000', '115650.093000', '115650.096000', '115650.099000', '115650.102000', '115650.105000', '115650.108000', '115650.110000', '115650.113000', '115650.116000', '115650.119000', '115650.122000', '115650.125000', '115650.127000', '115650.130000', '115650.133000', '115650.136000', '115650.139000', '115650.142000', '115650.145000', '115650.148000', '115650.150000', '115650.153000', '115650.156000', '115650.159000', '115650.162000', '115650.165000', '115650.168000', '115650.170000', '115710.047000', '115710.050000', '115710.053000', '115710.056000', '115710.059000', '115710.062000', '115710.065000', '115710.067000', '115710.070000', '115710.073000', '115710.076000', '115710.081000', '115710.085000', '115710.088000', '115710.091000', '115710.094000', '115710.097000', '115710.100000', '115710.103000', '115710.106000', '115710.108000', '115710.111000', '115710.114000', '115710.117000', '115710.120000', '115710.123000', '115710.126000', '115710.128000', '115710.131000', '115710.134000', '115710.137000', '115710.140000', '115710.143000', '115710.146000', '115710.149000', '115710.151000', '115710.154000', '115710.157000', '115710.160000', '115710.163000', '115710.166000', '115710.169000', '115710.172000', '115730.047000', '115730.050000', '115730.053000', '115730.056000', '115730.059000', '115730.061000', '115730.064000', '115730.067000', '115730.070000', '115730.073000', '115730.076000', '115730.078000', '115730.081000', '115730.084000', '115730.087000', '115730.090000', '115730.093000', '115730.096000', '115730.099000', '115730.102000', '115730.104000', '115730.107000', '115730.110000', '115730.113000', '115730.116000', '115730.119000', '115730.122000', '115730.124000', '115730.127000', '115730.130000', '115730.133000', '115730.136000', '115730.139000', '115730.142000', '115730.144000', '115730.147000', '115730.150000', '115730.153000', '115730.156000', '115730.159000', '115730.162000', '115730.165000', '115730.177000', '115730.180000', '115750.047000', '115750.050000', '115750.053000', '115750.056000', '115750.059000', '115750.062000', '115750.064000', '115750.067000', '115750.070000', '115750.073000', '115750.076000', '115750.079000', '115750.082000', '115750.085000', '115750.088000', '115750.091000', '115750.094000', '115750.096000', '115750.099000', '115750.102000', '115750.105000', '115750.119000', '115750.122000', '115750.125000', '115750.127000', '115750.130000', '115750.133000', '115750.136000', '115750.139000', '115750.142000', '115750.145000', '115750.147000', '115750.150000', '115750.153000', '115750.156000', '115750.159000', '115750.162000', '115750.165000', '115750.168000', '115750.170000', '115750.173000', '115750.176000', '115750.179000', '115810.047000', '115810.050000', '115810.053000', '115810.056000', '115810.058000', '115810.061000', '115810.064000', '115810.067000', '115810.070000', '115810.073000', '115810.076000', '115810.079000', '115810.082000', '115810.085000', '115810.088000', '115810.091000', '115810.094000', '115810.096000', '115810.099000', '115810.102000', '115810.105000', '115810.108000', '115810.111000', '115810.113000', '115810.116000', '115810.119000', '115810.122000', '115810.125000', '115810.128000', '115810.131000', '115810.133000', '115810.136000', '115810.139000', '115810.142000', '115810.145000', '115810.148000', '115810.152000', '115810.154000', '115810.157000', '115810.160000', '115810.163000', '115810.166000', '115810.169000', '115810.172000', '115830.048000', '115830.051000', '115830.054000', '115830.057000', '115830.060000', '115830.063000', '115830.065000', '115830.068000', '115830.071000', '115830.074000', '115830.077000', '115830.080000', '115830.083000', '115830.086000', '115830.089000', '115830.091000', '115830.094000', '115830.097000', '115830.100000', '115830.103000', '115830.106000', '115830.109000', '115830.112000', '115830.115000', '115830.118000', '115830.121000', '115830.124000', '115830.127000', '115830.129000', '115830.132000', '115830.135000', '115830.138000', '115830.141000', '115830.144000', '115830.147000', '115830.150000', '115830.153000', '115830.155000', '115830.158000', '115830.161000', '115830.164000', '115830.167000', '115830.170000', '115850.047000', '115850.050000', '115850.053000', '115850.056000', '115850.058000', '115850.061000', '115850.064000', '115850.067000', '115850.070000', '115850.073000', '115850.076000', '115850.079000', '115850.082000', '115850.085000', '115850.087000', '115850.090000', '115850.093000', '115850.096000', '115850.099000', '115850.102000', '115850.105000', '115850.108000', '115850.110000', '115850.113000', '115850.116000', '115850.119000', '115850.122000', '115850.125000', '115850.128000', '115850.131000', '115850.133000', '115850.136000', '115850.139000', '115850.142000', '115850.145000', '115850.148000', '115850.151000', '115850.154000', '115850.156000', '115850.159000', '115850.162000', '115850.165000', '115850.168000', '115850.171000', '115910.047000', '115910.050000', '115910.053000', '115910.056000', '115910.059000', '115910.062000', '115910.066000', '115910.069000', '115910.071000', '115910.088000', '115910.091000', '115910.094000', '115910.097000', '115910.100000', '115910.103000', '115910.106000', '115910.108000', '115910.111000', '115910.114000', '115910.117000', '115910.121000', '115910.124000', '115910.127000', '115910.130000', '115910.133000', '115910.136000', '115910.139000', '115910.142000', '115910.144000', '115910.147000', '115910.150000', '115910.153000', '115910.156000', '115910.159000', '115910.162000', '115910.165000', '115910.168000', '115910.171000', '115910.173000', '115910.176000', '115910.179000', '115910.182000', '115910.185000', '115930.047000', '115930.050000', '115930.053000', '115930.056000', '115930.059000', '115930.070000', '115930.073000', '115930.076000', '115930.079000', '115930.084000', '115930.087000', '115930.089000', '115930.092000', '115930.095000', '115930.098000', '115930.101000', '115930.104000', '115930.107000', '115930.110000', '115930.113000', '115930.115000', '115930.118000', '115930.121000', '115930.124000', '115930.127000', '115930.130000', '115930.133000', '115930.136000', '115930.139000', '115930.142000', '115930.145000', '115930.148000', '115930.150000', '115930.153000', '115930.156000', '115930.159000', '115930.162000', '115930.165000', '115930.168000', '115930.171000', '115930.174000', '115930.177000', '115930.180000', '115930.183000', '115950.047000', '115950.050000', '115950.053000', '115950.056000', '115950.059000', '115950.062000', '115950.065000', '115950.068000', '115950.071000', '115950.073000', '115950.076000', '115950.079000', '115950.082000', '115950.085000', '115950.088000', '115950.091000', '115950.094000', '115950.097000', '115950.100000', '115950.103000', '115950.105000', '115950.108000', '115950.111000', '115950.114000', '115950.117000', '115950.120000', '115950.123000', '115950.126000', '115950.129000', '115950.132000', '115950.135000', '115950.138000', '115950.141000', '115950.144000', '115950.147000', '115950.150000', '115950.153000', '115950.156000', '115950.159000', '115950.162000', '115950.165000', '115950.168000', '115950.170000', '120010.047000', '120010.050000', '120010.053000', '120010.056000', '120010.059000', '120010.062000', '120010.065000', '120010.068000', '120010.071000', '120010.074000', '120010.076000', '120010.079000', '120010.082000', '120010.085000', '120010.088000', '120010.091000', '120010.094000', '120010.097000', '120010.100000', '120010.103000', '120010.106000', '120010.109000', '120010.112000', '120010.115000', '120010.118000', '120010.121000', '120010.124000', '120010.126000', '120010.130000', '120010.132000', '120010.135000', '120010.138000', '120010.141000', '120010.144000', '120010.147000', '120010.150000', '120010.153000', '120010.156000', '120010.159000', '120010.162000', '120010.165000', '120010.167000', '120010.170000', '120010.173000', '120030.048000', '120030.051000', '120030.054000', '120030.057000', '120030.060000', '120030.063000', '120030.066000', '120030.069000', '120030.072000', '120030.075000', '120030.078000', '120030.080000', '120030.083000', '120030.086000', '120030.089000', '120030.092000', '120030.095000', '120030.098000', '120030.102000', '120030.105000', '120030.108000', '120030.111000', '120030.114000', '120030.117000', '120030.120000', '120030.123000', '120030.126000', '120030.129000', '120030.131000', '120030.134000', '120030.137000', '120030.140000', '120030.143000', '120030.146000', '120030.160000', '120030.163000', '120030.166000', '120030.169000', '120030.172000', '120030.175000', '120030.178000', '120030.185000', '120030.188000', '120050.047000', '120050.050000', '120050.053000', '120050.056000', '120050.059000', '120050.062000', '120050.065000', '120050.068000', '120050.071000', '120050.074000', '120050.077000', '120050.080000', '120050.083000', '120050.086000', '120050.089000', '120050.094000', '120050.097000', '120050.100000', '120050.103000', '120050.106000', '120050.109000', '120050.112000', '120050.115000', '120050.118000', '120050.120000', '120050.123000', '120050.126000', '120050.129000', '120050.132000', '120050.135000', '120050.138000', '120050.141000', '120050.144000', '120050.147000', '120050.150000', '120050.153000', '120050.155000', '120050.158000', '120050.161000', '120050.164000', '120050.167000', '120050.170000', '120050.173000', '120050.176000', '120110.047000', '120110.050000', '120110.053000', '120110.056000', '120110.059000', '120110.062000', '120110.065000', '120110.068000', '120110.071000', '120110.074000', '120110.077000', '120110.079000', '120110.082000', '120110.085000', '120110.088000', '120110.091000', '120110.094000', '120110.097000', '120110.100000', '120110.103000', '120110.106000', '120110.109000', '120110.112000', '120110.115000', '120110.118000', '120110.121000', '120110.124000', '120110.127000', '120110.130000', '120110.133000', '120110.136000', '120110.139000', '120110.142000', '120110.145000', '120110.148000', '120110.151000', '120110.154000', '120110.157000', '120110.159000', '120110.162000', '120110.165000', '120110.168000', '120110.171000', '120130.047000', '120130.050000', '120130.053000', '120130.056000', '120130.059000', '120130.062000', '120130.065000', '120130.068000', '120130.070000', '120130.073000', '120130.076000', '120130.079000', '120130.082000', '120130.085000', '120130.088000', '120130.091000', '120130.094000', '120130.097000', '120130.100000', '120130.103000', '120130.105000', '120130.108000', '120130.111000', '120130.114000', '120130.117000', '120130.120000', '120130.123000', '120130.126000', '120130.129000', '120130.132000', '120130.134000', '120130.137000', '120130.140000', '120130.143000', '120130.146000', '120130.149000', '120130.152000', '120130.155000', '120130.158000', '120130.161000', '120130.164000', '120130.167000', '120130.169000', '120130.172000', '120140.601000', '120140.604000', '120140.607000', '120140.611000', '120140.614000', '120140.617000', '120140.620000', '120140.623000', '120140.627000', '120140.630000', '120140.633000', '120140.636000', '120140.639000', '120140.642000', '120140.646000', '120140.649000', '120140.652000', '120140.655000', '120140.659000', '120140.662000', '120140.665000', '120140.668000', '120140.671000'], 'InstanceCreationTime': ['115510.081000', '115510.084000', '115510.087000', '115510.090000', '115510.093000', '115510.096000', '115510.099000', '115510.112000', '115510.120000', '115510.128000', '115510.131000', '115510.133000', '115510.136000', '115510.139000', '115510.142000', '115510.145000', '115510.148000', '115510.151000', '115510.153000', '115510.156000', '115510.159000', '115510.162000', '115510.165000', '115530.047000', '115530.050000', '115530.053000', '115530.056000', '115530.059000', '115530.061000', '115530.077000', '115530.079000', '115530.082000', '115530.085000', '115530.088000', '115530.091000', '115530.094000', '115530.096000', '115530.099000', '115530.102000', '115530.105000', '115530.108000', '115530.111000', '115530.113000', '115530.116000', '115530.119000', '115530.122000', '115530.125000', '115530.128000', '115530.130000', '115530.133000', '115530.136000', '115530.139000', '115530.142000', '115530.145000', '115530.148000', '115530.151000', '115530.154000', '115530.157000', '115530.164000', '115530.166000', '115530.169000', '115530.172000', '115530.175000', '115530.178000', '115530.181000', '115530.184000', '115550.047000', '115550.050000', '115550.053000', '115550.056000', '115550.058000', '115550.061000', '115550.064000', '115550.067000', '115550.070000', '115550.073000', '115550.076000', '115550.078000', '115550.081000', '115550.084000', '115550.087000', '115550.090000', '115550.093000', '115550.096000', '115550.099000', '115550.102000', '115550.105000', '115550.108000', '115550.111000', '115550.113000', '115550.116000', '115550.119000', '115550.122000', '115550.125000', '115550.128000', '115550.130000', '115550.133000', '115550.136000', '115550.139000', '115550.142000', '115550.145000', '115550.147000', '115550.150000', '115550.154000', '115550.157000', '115550.160000', '115550.163000', '115550.166000', '115550.169000', '115550.172000', '115610.048000', '115610.051000', '115610.067000', '115610.070000', '115610.072000', '115610.075000', '115610.078000', '115610.081000', '115610.084000', '115610.087000', '115610.090000', '115610.092000', '115610.095000', '115610.098000', '115610.101000', '115610.104000', '115610.107000', '115610.110000', '115610.113000', '115610.115000', '115610.118000', '115610.121000', '115610.124000', '115610.127000', '115610.130000', '115610.133000', '115610.135000', '115610.138000', '115610.141000', '115610.144000', '115610.147000', '115610.150000', '115610.153000', '115610.155000', '115610.158000', '115610.161000', '115610.164000', '115610.167000', '115610.170000', '115610.173000', '115610.176000', '115610.178000', '115610.181000', '115630.047000', '115630.050000', '115630.053000', '115630.056000', '115630.059000', '115630.062000', '115630.065000', '115630.068000', '115630.071000', '115630.074000', '115630.076000', '115630.079000', '115630.082000', '115630.085000', '115630.088000', '115630.091000', '115630.094000', '115630.096000', '115630.099000', '115630.102000', '115630.105000', '115630.108000', '115630.111000', '115630.114000', '115630.116000', '115630.119000', '115630.122000', '115630.125000', '115630.128000', '115630.131000', '115630.134000', '115630.136000', '115630.139000', '115630.142000', '115630.145000', '115630.148000', '115630.151000', '115630.153000', '115630.156000', '115630.159000', '115630.162000', '115630.165000', '115630.168000', '115650.047000', '115650.050000', '115650.053000', '115650.056000', '115650.058000', '115650.061000', '115650.064000', '115650.067000', '115650.070000', '115650.073000', '115650.076000', '115650.079000', '115650.082000', '115650.084000', '115650.087000', '115650.090000', '115650.093000', '115650.096000', '115650.099000', '115650.102000', '115650.105000', '115650.108000', '115650.110000', '115650.113000', '115650.116000', '115650.119000', '115650.122000', '115650.125000', '115650.127000', '115650.130000', '115650.133000', '115650.136000', '115650.139000', '115650.142000', '115650.145000', '115650.148000', '115650.150000', '115650.153000', '115650.156000', '115650.159000', '115650.162000', '115650.165000', '115650.168000', '115650.170000', '115710.047000', '115710.050000', '115710.053000', '115710.056000', '115710.059000', '115710.062000', '115710.065000', '115710.067000', '115710.070000', '115710.073000', '115710.076000', '115710.081000', '115710.085000', '115710.088000', '115710.091000', '115710.094000', '115710.097000', '115710.100000', '115710.103000', '115710.106000', '115710.108000', '115710.111000', '115710.114000', '115710.117000', '115710.120000', '115710.123000', '115710.126000', '115710.128000', '115710.131000', '115710.134000', '115710.137000', '115710.140000', '115710.143000', '115710.146000', '115710.149000', '115710.151000', '115710.154000', '115710.157000', '115710.160000', '115710.163000', '115710.166000', '115710.169000', '115710.172000', '115730.047000', '115730.050000', '115730.053000', '115730.056000', '115730.059000', '115730.061000', '115730.064000', '115730.067000', '115730.070000', '115730.073000', '115730.076000', '115730.078000', '115730.081000', '115730.084000', '115730.087000', '115730.090000', '115730.093000', '115730.096000', '115730.099000', '115730.102000', '115730.104000', '115730.107000', '115730.110000', '115730.113000', '115730.116000', '115730.119000', '115730.122000', '115730.124000', '115730.127000', '115730.130000', '115730.133000', '115730.136000', '115730.139000', '115730.142000', '115730.144000', '115730.147000', '115730.150000', '115730.153000', '115730.156000', '115730.159000', '115730.162000', '115730.165000', '115730.177000', '115730.180000', '115750.047000', '115750.050000', '115750.053000', '115750.056000', '115750.059000', '115750.062000', '115750.064000', '115750.067000', '115750.070000', '115750.073000', '115750.076000', '115750.079000', '115750.082000', '115750.085000', '115750.088000', '115750.091000', '115750.094000', '115750.096000', '115750.099000', '115750.102000', '115750.105000', '115750.119000', '115750.122000', '115750.125000', '115750.127000', '115750.130000', '115750.133000', '115750.136000', '115750.139000', '115750.142000', '115750.145000', '115750.147000', '115750.150000', '115750.153000', '115750.156000', '115750.159000', '115750.162000', '115750.165000', '115750.168000', '115750.170000', '115750.173000', '115750.176000', '115750.179000', '115810.047000', '115810.050000', '115810.053000', '115810.056000', '115810.058000', '115810.061000', '115810.064000', '115810.067000', '115810.070000', '115810.073000', '115810.076000', '115810.079000', '115810.082000', '115810.085000', '115810.088000', '115810.091000', '115810.094000', '115810.096000', '115810.099000', '115810.102000', '115810.105000', '115810.108000', '115810.111000', '115810.113000', '115810.116000', '115810.119000', '115810.122000', '115810.125000', '115810.128000', '115810.131000', '115810.133000', '115810.136000', '115810.139000', '115810.142000', '115810.145000', '115810.148000', '115810.152000', '115810.154000', '115810.157000', '115810.160000', '115810.163000', '115810.166000', '115810.169000', '115810.172000', '115830.048000', '115830.051000', '115830.054000', '115830.057000', '115830.060000', '115830.063000', '115830.065000', '115830.068000', '115830.071000', '115830.074000', '115830.077000', '115830.080000', '115830.083000', '115830.086000', '115830.089000', '115830.091000', '115830.094000', '115830.097000', '115830.100000', '115830.103000', '115830.106000', '115830.109000', '115830.112000', '115830.115000', '115830.118000', '115830.121000', '115830.124000', '115830.127000', '115830.129000', '115830.132000', '115830.135000', '115830.138000', '115830.141000', '115830.144000', '115830.147000', '115830.150000', '115830.153000', '115830.155000', '115830.158000', '115830.161000', '115830.164000', '115830.167000', '115830.170000', '115850.047000', '115850.050000', '115850.053000', '115850.056000', '115850.058000', '115850.061000', '115850.064000', '115850.067000', '115850.070000', '115850.073000', '115850.076000', '115850.079000', '115850.082000', '115850.085000', '115850.087000', '115850.090000', '115850.093000', '115850.096000', '115850.099000', '115850.102000', '115850.105000', '115850.108000', '115850.110000', '115850.113000', '115850.116000', '115850.119000', '115850.122000', '115850.125000', '115850.128000', '115850.131000', '115850.133000', '115850.136000', '115850.139000', '115850.142000', '115850.145000', '115850.148000', '115850.151000', '115850.154000', '115850.156000', '115850.159000', '115850.162000', '115850.165000', '115850.168000', '115850.171000', '115910.047000', '115910.050000', '115910.053000', '115910.056000', '115910.059000', '115910.062000', '115910.066000', '115910.069000', '115910.071000', '115910.088000', '115910.091000', '115910.094000', '115910.097000', '115910.100000', '115910.103000', '115910.106000', '115910.108000', '115910.111000', '115910.114000', '115910.117000', '115910.121000', '115910.124000', '115910.127000', '115910.130000', '115910.133000', '115910.136000', '115910.139000', '115910.142000', '115910.144000', '115910.147000', '115910.150000', '115910.153000', '115910.156000', '115910.159000', '115910.162000', '115910.165000', '115910.168000', '115910.171000', '115910.173000', '115910.176000', '115910.179000', '115910.182000', '115910.185000', '115930.047000', '115930.050000', '115930.053000', '115930.056000', '115930.059000', '115930.070000', '115930.073000', '115930.076000', '115930.079000', '115930.084000', '115930.087000', '115930.089000', '115930.092000', '115930.095000', '115930.098000', '115930.101000', '115930.104000', '115930.107000', '115930.110000', '115930.113000', '115930.115000', '115930.118000', '115930.121000', '115930.124000', '115930.127000', '115930.130000', '115930.133000', '115930.136000', '115930.139000', '115930.142000', '115930.145000', '115930.148000', '115930.150000', '115930.153000', '115930.156000', '115930.159000', '115930.162000', '115930.165000', '115930.168000', '115930.171000', '115930.174000', '115930.177000', '115930.180000', '115930.183000', '115950.047000', '115950.050000', '115950.053000', '115950.056000', '115950.059000', '115950.062000', '115950.065000', '115950.068000', '115950.071000', '115950.073000', '115950.076000', '115950.079000', '115950.082000', '115950.085000', '115950.088000', '115950.091000', '115950.094000', '115950.097000', '115950.100000', '115950.103000', '115950.105000', '115950.108000', '115950.111000', '115950.114000', '115950.117000', '115950.120000', '115950.123000', '115950.126000', '115950.129000', '115950.132000', '115950.135000', '115950.138000', '115950.141000', '115950.144000', '115950.147000', '115950.150000', '115950.153000', '115950.156000', '115950.159000', '115950.162000', '115950.165000', '115950.168000', '115950.170000', '120010.047000', '120010.050000', '120010.053000', '120010.056000', '120010.059000', '120010.062000', '120010.065000', '120010.068000', '120010.071000', '120010.074000', '120010.076000', '120010.079000', '120010.082000', '120010.085000', '120010.088000', '120010.091000', '120010.094000', '120010.097000', '120010.100000', '120010.103000', '120010.106000', '120010.109000', '120010.112000', '120010.115000', '120010.118000', '120010.121000', '120010.124000', '120010.126000', '120010.130000', '120010.132000', '120010.135000', '120010.138000', '120010.141000', '120010.144000', '120010.147000', '120010.150000', '120010.153000', '120010.156000', '120010.159000', '120010.162000', '120010.165000', '120010.167000', '120010.170000', '120010.173000', '120030.048000', '120030.051000', '120030.054000', '120030.057000', '120030.060000', '120030.063000', '120030.066000', '120030.069000', '120030.072000', '120030.075000', '120030.078000', '120030.080000', '120030.083000', '120030.086000', '120030.089000', '120030.092000', '120030.095000', '120030.098000', '120030.102000', '120030.105000', '120030.108000', '120030.111000', '120030.114000', '120030.117000', '120030.120000', '120030.123000', '120030.126000', '120030.129000', '120030.131000', '120030.134000', '120030.137000', '120030.140000', '120030.143000', '120030.146000', '120030.160000', '120030.163000', '120030.166000', '120030.169000', '120030.172000', '120030.175000', '120030.178000', '120030.185000', '120030.188000', '120050.047000', '120050.050000', '120050.053000', '120050.056000', '120050.059000', '120050.062000', '120050.065000', '120050.068000', '120050.071000', '120050.074000', '120050.077000', '120050.080000', '120050.083000', '120050.086000', '120050.089000', '120050.094000', '120050.097000', '120050.100000', '120050.103000', '120050.106000', '120050.109000', '120050.112000', '120050.115000', '120050.118000', '120050.120000', '120050.123000', '120050.126000', '120050.129000', '120050.132000', '120050.135000', '120050.138000', '120050.141000', '120050.144000', '120050.147000', '120050.150000', '120050.153000', '120050.155000', '120050.158000', '120050.161000', '120050.164000', '120050.167000', '120050.170000', '120050.173000', '120050.176000', '120110.047000', '120110.050000', '120110.053000', '120110.056000', '120110.059000', '120110.062000', '120110.065000', '120110.068000', '120110.071000', '120110.074000', '120110.077000', '120110.079000', '120110.082000', '120110.085000', '120110.088000', '120110.091000', '120110.094000', '120110.097000', '120110.100000', '120110.103000', '120110.106000', '120110.109000', '120110.112000', '120110.115000', '120110.118000', '120110.121000', '120110.124000', '120110.127000', '120110.130000', '120110.133000', '120110.136000', '120110.139000', '120110.142000', '120110.145000', '120110.148000', '120110.151000', '120110.154000', '120110.157000', '120110.159000', '120110.162000', '120110.165000', '120110.168000', '120110.171000', '120130.047000', '120130.050000', '120130.053000', '120130.056000', '120130.059000', '120130.062000', '120130.065000', '120130.068000', '120130.070000', '120130.073000', '120130.076000', '120130.079000', '120130.082000', '120130.085000', '120130.088000', '120130.091000', '120130.094000', '120130.097000', '120130.100000', '120130.103000', '120130.105000', '120130.108000', '120130.111000', '120130.114000', '120130.117000', '120130.120000', '120130.123000', '120130.126000', '120130.129000', '120130.132000', '120130.134000', '120130.137000', '120130.140000', '120130.143000', '120130.146000', '120130.149000', '120130.152000', '120130.155000', '120130.158000', '120130.161000', '120130.164000', '120130.167000', '120130.169000', '120130.172000', '120140.601000', '120140.604000', '120140.607000', '120140.611000', '120140.614000', '120140.617000', '120140.620000', '120140.623000', '120140.627000', '120140.630000', '120140.633000', '120140.636000', '120140.639000', '120140.642000', '120140.646000', '120140.649000', '120140.652000', '120140.655000', '120140.659000', '120140.662000', '120140.665000', '120140.668000', '120140.671000'], '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': [12250, 7775, 11972, 8054, 10571, 7592, 9306, 7520, 8650, 13506, 9378, 11983, 8476, 11344, 8234, 10711, 7770, 8975, 11270, 8622, 11667, 8512, 12862, 8830, 11270, 7902, 9379, 7631, 10442, 7965, 10506, 8277, 7638, 9003, 10107, 11038, 10098, 11411, 7737, 11098, 9181, 12283, 9683, 14631, 10175, 13969, 15676, 10725, 10503, 13190, 9636, 11195, 9173, 9469, 7739, 9668, 10745, 9463, 9624, 7828, 8717, 7188, 9042, 8593, 9659, 11142, 9293, 11915, 7704, 9356, 10607, 9452, 12542, 9553, 11899, 8346, 9462, 7940, 9546, 11337, 9494, 12345, 8182, 10289, 13013, 8570, 9558, 7595, 9742, 12480, 9089, 11169, 8344, 9472, 7762, 9643, 13105, 9061, 11216, 11293, 9561, 12675, 8371, 9632, 14766, 9170, 12241, 8586, 9247, 8833, 9419, 12162, 8551, 10102, 7326, 9563, 12757, 8889, 10562, 11239, 9273, 11392, 7626, 9194, 12297, 8783, 10266, 7881, 8222, 7472, 9542, 7495, 9305, 13036, 8724, 11686, 11307, 9317, 11493, 8596, 9395, 13717, 9247, 10243, 10758, 9861, 11174, 8805, 9297, 12603, 9192, 10272, 7904, 9412, 7884, 9281, 12395, 9021, 11036, 7777, 9129, 7459, 9143, 11845, 9768, 11816, 7889, 10212, 8132, 8712, 7500, 8080, 8754, 9522, 8329, 9407, 13210, 8579, 9335, 12847, 8727, 9247, 12128, 9273, 10388, 7734, 9151, 11659, 9079, 10119, 8102, 9182, 10408, 9472, 11452, 8296, 9346, 7641, 9356, 8010, 8976, 12911, 8135, 11449, 10251, 9526, 12512, 8071, 9819, 13313, 9353, 11198, 7701, 9467, 12591, 8665, 9895, 7633, 9457, 12589, 7734, 9359, 7394, 9220, 10908, 9260, 11684, 8272, 10637, 7356, 9214, 13072, 8158, 10489, 7435, 9183, 12163, 8888, 12130, 8190, 9709, 7441, 9313, 10981, 9361, 12693, 8305, 11014, 8514, 9466, 12584, 8250, 10311, 7607, 9516, 10248, 9695, 12092, 8177, 10477, 8031, 9178, 12722, 8934, 10553, 9828, 9405, 12367, 8106, 9214, 12069, 9218, 11228, 7545, 9156, 12179, 8979, 9978, 7975, 9646, 9470, 9373, 12344, 7555, 9224, 8258, 9247, 13002, 7877, 9950, 12217, 9234, 10339, 8578, 9610, 7506, 9286, 11880, 9357, 11133, 8330, 10043, 12484, 9444, 10967, 8396, 9058, 14103, 9315, 11411, 8748, 8912, 11246, 9452, 11239, 8861, 10114, 10535, 9463, 11506, 7423, 8992, 12072, 8856, 10488, 7838, 9016, 12083, 8705, 9897, 7612, 9325, 11656, 8169, 10166, 7658, 9030, 8554, 9652, 12739, 9041, 10961, 8530, 8763, 13175, 9193, 11822, 7724, 9047, 12411, 9014, 11171, 8435, 10279, 7649, 9138, 13132, 8697, 10562, 8095, 8908, 12935, 8869, 11100, 8597, 9065, 8345, 9526, 12477, 8176, 9831, 11769, 9378, 11567, 9012, 10136, 12840, 9370, 11155, 8859, 9368, 8855, 9314, 11849, 8687, 9485, 7002, 9184, 11880, 9121, 10832, 7834, 9566, 8245, 9778, 8554, 10081, 10292, 9379, 12954, 8633, 10126, 7630, 9132, 12881, 8977, 11656, 14112, 8531, 10197, 10592, 8966, 11213, 7675, 8547, 7588, 8476, 7220, 9219, 10015, 9182, 12343, 8922, 11980, 8372, 10854, 10401, 9115, 12681, 9214, 10991, 9136, 10867, 8134, 9140, 13640, 9236, 11664, 8343, 10751, 8223, 8761, 12970, 9274, 11012, 9044, 10726, 8684, 10182, 8404, 9820, 8599, 10478, 8353, 9620, 13144, 8936, 10632, 9794, 8673, 12145, 9342, 11296, 8056, 8909, 12443, 8684, 10459, 8399, 8710, 10557, 8683, 11864, 8822, 9977, 8159, 9119, 8097, 8889, 12480, 8671, 10773, 13213, 8575, 10137, 12033, 9011, 10761, 8551, 8699, 12223, 8256, 8969, 9135, 9185, 11100, 8378, 10428, 7563, 8964, 12693, 8399, 9295, 12183, 9084, 11078, 7841, 8991, 12945, 8599, 10441, 8773, 9296, 12581, 8061, 9068, 12561, 9032, 11305, 8109, 9126, 9706, 9377, 12016, 8890, 11580, 7834, 9443, 10102, 9491, 12415, 9099, 11739, 10503, 9198, 12954, 9090, 11606, 8456, 9855, 9492, 9159, 12231, 8117, 10618, 10152, 9009, 12291, 8795, 8990, 12961, 9032, 11026, 8008, 8924, 12655, 8794, 10412, 7273, 8929, 12910, 8562, 10460, 9636, 8832, 11915, 8505, 11170, 8579, 9719, 7707, 9113, 7536, 9105, 8813, 8961, 12994, 9358, 12048, 9008, 11829, 8551, 11160, 8142, 9368, 9440, 8865, 12860, 9063, 11865, 8587, 10646, 8590, 9072, 10805, 8994, 12295, 8730, 11013, 8322, 10837, 8555, 9260, 9902, 9021, 12131, 8766, 11854, 8570, 9539, 13007, 8699, 10352, 8195, 8902, 12332, 9078, 10631, 8480, 10186, 8490, 10280, 13103, 8820, 11421, 10512, 8832, 11631, 8930, 9264, 9327, 8767, 11817, 8603, 9955, 10447, 9070, 11612, 8428, 11531, 8248, 9018, 8246, 8908, 12972, 8641, 11806, 8185, 8733, 12819, 8955, 10826, 9520, 8861, 12346, 8734, 9420, 8067, 8597, 11786, 8649, 10586, 8885, 10089, 7871, 9347, 12759, 8834, 11120, 8774, 9620, 12620, 8888, 11399, 8605, 9706, 7934, 9006, 11566, 9173, 9636, 10496, 8980, 11391, 8955, 9796, 8156, 9117, 8367, 9034, 9906, 9004, 9191, 8996, 12015, 8549, 9661, 11939, 9023, 11583, 9027, 10045, 10673, 9322, 11720, 8916, 10425, 8154, 9458, 11973, 8740, 10690, 8092, 9602, 12716, 8748, 11039, 9160, 10154, 8740, 9160, 7796, 9028, 11899, 9075, 11211, 9034, 9639, 12409, 8821, 10113, 9029, 9192, 10865, 8923, 11035, 9138, 9711, 8645, 9150, 8095, 8810, 12063, 8655, 11087, 9163, 10106, 8648, 9201, 13063, 9461, 9774, 13455, 9708, 10559, 8833, 9534, 12287, 9021, 9579, 7523, 9338, 10124, 8376, 10654, 9342, 10363, 9651, 8319, 9888, 11874, 9922, 12115, 9076, 9946, 8949, 9830, 10079, 9514, 11215, 9627, 11747, 9784, 11079, 8297, 9935, 8473, 10266, 7635, 10603, 8432, 10861, 7313, 9150, 7553, 9017, 10841, 9046, 12026, 9384, 12420, 9331, 11584, 8740, 10969, 8564, 11124, 8367, 9503, 13793, 8821, 14198, 14808, 9802, 12422, 8859, 9749, 7183, 8803, 7365, 9182, 12057, 9293, 10805, 8089, 10214, 9413, 8812, 12789, 8954, 9759, 11210, 9367, 11730, 8532, 10260, 9632, 8997, 11664, 7918, 9021, 12200, 9216, 11721, 7745, 8323, 12897, 8690, 10894, 7921, 8659, 9786, 9232, 12391, 8745, 10714, 9089, 9683, 12230, 9164, 12478, 8726, 8878, 8358, 9004, 12910, 8642, 11483, 7616, 9236, 12627, 9283], 'WindowCenter': [4223.0, 4168.0, 4206.0, 4164.0, 4183.0, 4138.0, 4159.0, 4137.0, 4148.0, 4189.0, 4158.0, 4166.0, 4136.0, 4166.0, 4135.0, 4167.0, 4135.0, 4145.0, 4164.0, 4146.0, 4165.0, 4145.0, 4176.0, 4145.0, 4163.0, 4135.0, 4144.0, 4136.0, 4166.0, 4161.0, 4167.0, 4147.0, 4147.0, 4171.0, 4181.0, 4180.0, 4182.0, 4178.0, 4126.0, 4154.0, 4143.0, 4153.0, 4144.0, 4174.0, 4142.0, 4164.0, 4174.0, 4141.0, 4127.0, 4134.0, 4115.0, 4126.0, 4117.0, 4128.0, 4093.0, 4127.0, 4136.0, 4127.0, 4128.0, 4110.0, 4133.0, 4113.0, 4147.0, 4135.0, 4156.0, 4165.0, 4157.0, 4177.0, 4137.0, 4158.0, 4155.0, 4157.0, 4176.0, 4157.0, 4166.0, 4148.0, 4159.0, 4135.0, 4156.0, 4165.0, 4158.0, 4178.0, 4137.0, 4169.0, 4190.0, 4146.0, 4155.0, 4123.0, 4155.0, 4175.0, 4147.0, 4167.0, 4135.0, 4157.0, 4125.0, 4157.0, 4177.0, 4146.0, 4168.0, 4155.0, 4144.0, 4165.0, 4133.0, 4145.0, 4185.0, 4144.0, 4164.0, 4132.0, 4143.0, 4132.0, 4144.0, 4164.0, 4133.0, 4154.0, 4112.0, 4143.0, 4163.0, 4132.0, 4154.0, 4152.0, 4145.0, 4165.0, 4122.0, 4143.0, 4161.0, 4132.0, 4154.0, 4134.0, 4134.0, 4122.0, 4155.0, 4123.0, 4156.0, 4176.0, 4145.0, 4182.0, 4166.0, 4144.0, 4165.0, 4145.0, 4144.0, 4173.0, 4131.0, 4142.0, 4150.0, 4142.0, 4153.0, 4130.0, 4131.0, 4149.0, 4131.0, 4152.0, 4121.0, 4141.0, 4119.0, 4142.0, 4163.0, 4143.0, 4166.0, 4123.0, 4143.0, 4112.0, 4143.0, 4161.0, 4153.0, 4164.0, 4135.0, 4169.0, 4135.0, 4147.0, 4136.0, 4148.0, 4148.0, 4155.0, 4133.0, 4145.0, 4176.0, 4133.0, 4144.0, 4164.0, 4132.0, 4145.0, 4165.0, 4142.0, 4141.0, 4108.0, 4130.0, 4150.0, 4143.0, 4152.0, 4121.0, 4143.0, 4151.0, 4155.0, 4177.0, 4147.0, 4145.0, 4124.0, 4156.0, 4133.0, 4146.0, 4177.0, 4136.0, 4167.0, 4155.0, 4157.0, 4176.0, 4122.0, 4154.0, 4163.0, 4142.0, 4153.0, 4120.0, 4144.0, 4162.0, 4132.0, 4143.0, 4121.0, 4154.0, 4164.0, 4123.0, 4144.0, 4112.0, 4145.0, 4165.0, 4157.0, 4177.0, 4145.0, 4167.0, 4124.0, 4156.0, 4176.0, 4135.0, 4156.0, 4123.0, 4145.0, 4164.0, 4143.0, 4164.0, 4134.0, 4145.0, 4123.0, 4145.0, 4153.0, 4144.0, 4174.0, 4134.0, 4165.0, 4132.0, 4144.0, 4164.0, 4133.0, 4154.0, 4122.0, 4144.0, 4153.0, 4154.0, 4174.0, 4134.0, 4167.0, 4135.0, 4156.0, 4175.0, 4144.0, 4166.0, 4143.0, 4145.0, 4176.0, 4134.0, 4144.0, 4163.0, 4143.0, 4154.0, 4121.0, 4144.0, 4164.0, 4145.0, 4154.0, 4134.0, 4156.0, 4144.0, 4145.0, 4176.0, 4135.0, 4146.0, 4134.0, 4155.0, 4175.0, 4132.0, 4154.0, 4176.0, 4156.0, 4154.0, 4145.0, 4154.0, 4124.0, 4157.0, 4176.0, 4156.0, 4166.0, 4146.0, 4158.0, 4177.0, 4156.0, 4167.0, 4133.0, 4144.0, 4175.0, 4144.0, 4164.0, 4131.0, 4144.0, 4164.0, 4143.0, 4151.0, 4142.0, 4154.0, 4152.0, 4142.0, 4163.0, 4122.0, 4133.0, 4162.0, 4131.0, 4151.0, 4119.0, 4132.0, 4162.0, 4144.0, 4155.0, 4121.0, 4144.0, 4163.0, 4134.0, 4166.0, 4124.0, 4146.0, 4144.0, 4157.0, 4176.0, 4145.0, 4167.0, 4133.0, 4146.0, 4174.0, 4143.0, 4164.0, 4125.0, 4146.0, 4163.0, 4144.0, 4163.0, 4133.0, 4154.0, 4121.0, 4145.0, 4176.0, 4144.0, 4154.0, 4121.0, 4143.0, 4163.0, 4143.0, 4154.0, 4130.0, 4132.0, 4120.0, 4143.0, 4163.0, 4132.0, 4155.0, 4165.0, 4145.0, 4164.0, 4133.0, 4154.0, 4163.0, 4143.0, 4153.0, 4131.0, 4142.0, 4130.0, 4142.0, 4162.0, 4132.0, 4154.0, 4112.0, 4144.0, 4162.0, 4144.0, 4164.0, 4134.0, 4155.0, 4146.0, 4167.0, 4145.0, 4169.0, 4167.0, 4158.0, 4187.0, 4147.0, 4156.0, 4124.0, 4156.0, 4174.0, 4144.0, 4167.0, 4174.0, 4133.0, 4154.0, 4152.0, 4133.0, 4163.0, 4123.0, 4133.0, 4123.0, 4135.0, 4125.0, 4159.0, 4169.0, 4159.0, 4177.0, 4158.0, 4178.0, 4136.0, 4168.0, 4167.0, 4148.0, 4177.0, 4145.0, 4165.0, 4145.0, 4167.0, 4136.0, 4157.0, 4176.0, 4145.0, 4164.0, 4134.0, 4154.0, 4133.0, 4135.0, 4176.0, 4146.0, 4154.0, 4143.0, 4154.0, 4144.0, 4154.0, 4135.0, 4155.0, 4146.0, 4166.0, 4135.0, 4158.0, 4178.0, 4146.0, 4155.0, 4142.0, 4133.0, 4152.0, 4132.0, 4151.0, 4120.0, 4133.0, 4163.0, 4132.0, 4142.0, 4120.0, 4132.0, 4141.0, 4132.0, 4152.0, 4144.0, 4154.0, 4121.0, 4133.0, 4121.0, 4143.0, 4162.0, 4132.0, 4153.0, 4162.0, 4119.0, 4141.0, 4151.0, 4130.0, 4140.0, 4117.0, 4120.0, 4149.0, 4119.0, 4132.0, 4130.0, 4130.0, 4151.0, 4132.0, 4154.0, 4122.0, 4145.0, 4174.0, 4133.0, 4145.0, 4163.0, 4134.0, 4155.0, 4123.0, 4145.0, 4174.0, 4134.0, 4156.0, 4134.0, 4145.0, 4165.0, 4136.0, 4147.0, 4164.0, 4144.0, 4164.0, 4134.0, 4157.0, 4157.0, 4158.0, 4177.0, 4146.0, 4168.0, 4139.0, 4160.0, 4156.0, 4157.0, 4176.0, 4147.0, 4178.0, 4155.0, 4146.0, 4176.0, 4145.0, 4167.0, 4134.0, 4157.0, 4156.0, 4146.0, 4165.0, 4135.0, 4157.0, 4155.0, 4145.0, 4164.0, 4134.0, 4145.0, 4164.0, 4144.0, 4154.0, 4122.0, 4145.0, 4175.0, 4133.0, 4154.0, 4112.0, 4134.0, 4164.0, 4134.0, 4167.0, 4144.0, 4145.0, 4165.0, 4146.0, 4166.0, 4147.0, 4158.0, 4137.0, 4147.0, 4125.0, 4146.0, 4145.0, 4159.0, 4189.0, 4147.0, 4165.0, 4147.0, 4166.0, 4147.0, 4168.0, 4136.0, 4146.0, 4143.0, 4145.0, 4175.0, 4146.0, 4166.0, 4135.0, 4156.0, 4135.0, 4146.0, 4155.0, 4147.0, 4165.0, 4134.0, 4153.0, 4133.0, 4154.0, 4133.0, 4157.0, 4155.0, 4144.0, 4165.0, 4135.0, 4166.0, 4134.0, 4157.0, 4178.0, 4135.0, 4144.0, 4121.0, 4132.0, 4162.0, 4144.0, 4154.0, 4134.0, 4153.0, 4145.0, 4157.0, 4175.0, 4134.0, 4165.0, 4142.0, 4132.0, 4154.0, 4132.0, 4143.0, 4131.0, 4132.0, 4162.0, 4133.0, 4156.0, 4154.0, 4144.0, 4153.0, 4134.0, 4166.0, 4134.0, 4133.0, 4122.0, 4144.0, 4163.0, 4134.0, 4166.0, 4133.0, 4133.0, 4162.0, 4132.0, 4153.0, 4130.0, 4133.0, 4164.0, 4121.0, 4133.0, 4121.0, 4132.0, 4164.0, 4133.0, 4152.0, 4132.0, 4143.0, 4122.0, 4145.0, 4163.0, 4132.0, 4151.0, 4120.0, 4142.0, 4152.0, 4132.0, 4153.0, 4131.0, 4130.0, 4108.0, 4131.0, 4152.0, 4132.0, 4132.0, 4141.0, 4132.0, 4151.0, 4132.0, 4143.0, 4120.0, 4132.0, 4132.0, 4146.0, 4153.0, 4144.0, 4143.0, 4144.0, 4166.0, 4131.0, 4143.0, 4152.0, 4132.0, 4152.0, 4131.0, 4155.0, 4152.0, 4131.0, 4151.0, 4130.0, 4140.0, 4108.0, 4130.0, 4150.0, 4133.0, 4154.0, 4121.0, 4130.0, 4149.0, 4119.0, 4151.0, 4130.0, 4141.0, 4119.0, 4131.0, 4122.0, 4145.0, 4154.0, 4133.0, 4153.0, 4131.0, 4143.0, 4162.0, 4130.0, 4140.0, 4120.0, 4132.0, 4140.0, 4133.0, 4152.0, 4131.0, 4143.0, 4130.0, 4143.0, 4121.0, 4144.0, 4177.0, 4134.0, 4156.0, 4144.0, 4155.0, 4134.0, 4146.0, 4191.0, 4156.0, 4156.0, 4174.0, 4144.0, 4154.0, 4133.0, 4144.0, 4161.0, 4131.0, 4142.0, 4109.0, 4143.0, 4152.0, 4133.0, 4153.0, 4143.0, 4155.0, 4156.0, 4147.0, 4172.0, 4179.0, 4171.0, 4182.0, 4147.0, 4157.0, 4148.0, 4158.0, 4145.0, 4146.0, 4155.0, 4146.0, 4181.0, 4157.0, 4167.0, 4148.0, 4155.0, 4136.0, 4156.0, 4126.0, 4155.0, 4137.0, 4170.0, 4139.0, 4159.0, 4138.0, 4148.0, 4168.0, 4148.0, 4167.0, 4147.0, 4165.0, 4147.0, 4167.0, 4150.0, 4167.0, 4137.0, 4167.0, 4135.0, 4144.0, 4173.0, 4134.0, 4175.0, 4162.0, 4144.0, 4152.0, 4120.0, 4129.0, 4098.0, 4128.0, 4111.0, 4157.0, 4173.0, 4144.0, 4154.0, 4125.0, 4156.0, 4133.0, 4133.0, 4164.0, 4135.0, 4144.0, 4152.0, 4132.0, 4152.0, 4131.0, 4143.0, 4132.0, 4133.0, 4164.0, 4124.0, 4146.0, 4165.0, 4160.0, 4180.0, 4124.0, 4136.0, 4163.0, 4145.0, 4166.0, 4123.0, 4135.0, 4142.0, 4143.0, 4177.0, 4147.0, 4153.0, 4134.0, 4144.0, 4163.0, 4134.0, 4166.0, 4132.0, 4133.0, 4120.0, 4131.0, 4161.0, 4121.0, 4153.0, 4123.0, 4145.0, 4162.0, 4133.0], 'WindowWidth': [9354.0, 9269.0, 9316.0, 9256.0, 9277.0, 9209.0, 9238.0, 9203.0, 9221.0, 9279.0, 9234.0, 9240.0, 9199.0, 9239.0, 9195.0, 9243.0, 9198.0, 9212.0, 9234.0, 9213.0, 9237.0, 9210.0, 9255.0, 9212.0, 9232.0, 9197.0, 9206.0, 9202.0, 9242.0, 9243.0, 9246.0, 9219.0, 9220.0, 9257.0, 9270.0, 9265.0, 9271.0, 9259.0, 9185.0, 9219.0, 9200.0, 9214.0, 9204.0, 9247.0, 9196.0, 9231.0, 9248.0, 9195.0, 9168.0, 9171.0, 9145.0, 9165.0, 9155.0, 9169.0, 9115.0, 9166.0, 9177.0, 9170.0, 9172.0, 9152.0, 9187.0, 9164.0, 9213.0, 9192.0, 9225.0, 9234.0, 9226.0, 9255.0, 9203.0, 9231.0, 9222.0, 9227.0, 9251.0, 9226.0, 9237.0, 9218.0, 9234.0, 9195.0, 9225.0, 9235.0, 9230.0, 9259.0, 9199.0, 9246.0, 9280.0, 9213.0, 9221.0, 9174.0, 9222.0, 9248.0, 9216.0, 9242.0, 9195.0, 9226.0, 9181.0, 9228.0, 9255.0, 9212.0, 9246.0, 9222.0, 9207.0, 9235.0, 9188.0, 9207.0, 9265.0, 9206.0, 9231.0, 9185.0, 9203.0, 9186.0, 9204.0, 9233.0, 9189.0, 9218.0, 9157.0, 9203.0, 9228.0, 9186.0, 9218.0, 9212.0, 9208.0, 9237.0, 9171.0, 9200.0, 9223.0, 9187.0, 9218.0, 9191.0, 9191.0, 9173.0, 9221.0, 9177.0, 9227.0, 9252.0, 9209.0, 9272.0, 9240.0, 9206.0, 9235.0, 9209.0, 9208.0, 9244.0, 9182.0, 9200.0, 9208.0, 9200.0, 9216.0, 9179.0, 9184.0, 9204.0, 9181.0, 9213.0, 9170.0, 9197.0, 9165.0, 9201.0, 9229.0, 9203.0, 9241.0, 9179.0, 9204.0, 9160.0, 9202.0, 9225.0, 9215.0, 9235.0, 9199.0, 9250.0, 9200.0, 9216.0, 9200.0, 9223.0, 9218.0, 9221.0, 9190.0, 9210.0, 9254.0, 9188.0, 9205.0, 9231.0, 9185.0, 9210.0, 9237.0, 9198.0, 9193.0, 9146.0, 9180.0, 9205.0, 9203.0, 9214.0, 9169.0, 9202.0, 9210.0, 9223.0, 9257.0, 9216.0, 9209.0, 9180.0, 9225.0, 9191.0, 9214.0, 9254.0, 9200.0, 9243.0, 9223.0, 9227.0, 9254.0, 9173.0, 9219.0, 9229.0, 9200.0, 9217.0, 9168.0, 9204.0, 9227.0, 9186.0, 9203.0, 9170.0, 9220.0, 9232.0, 9175.0, 9205.0, 9159.0, 9210.0, 9236.0, 9230.0, 9258.0, 9210.0, 9241.0, 9178.0, 9225.0, 9252.0, 9198.0, 9226.0, 9177.0, 9210.0, 9234.0, 9203.0, 9234.0, 9195.0, 9208.0, 9175.0, 9209.0, 9218.0, 9206.0, 9246.0, 9193.0, 9236.0, 9187.0, 9206.0, 9232.0, 9189.0, 9221.0, 9174.0, 9206.0, 9215.0, 9221.0, 9247.0, 9194.0, 9244.0, 9198.0, 9226.0, 9250.0, 9206.0, 9239.0, 9204.0, 9208.0, 9254.0, 9192.0, 9207.0, 9231.0, 9203.0, 9218.0, 9170.0, 9206.0, 9233.0, 9208.0, 9220.0, 9194.0, 9226.0, 9206.0, 9210.0, 9253.0, 9196.0, 9212.0, 9193.0, 9224.0, 9249.0, 9189.0, 9222.0, 9256.0, 9226.0, 9219.0, 9208.0, 9221.0, 9180.0, 9230.0, 9254.0, 9227.0, 9240.0, 9211.0, 9233.0, 9259.0, 9225.0, 9242.0, 9191.0, 9207.0, 9252.0, 9205.0, 9231.0, 9183.0, 9205.0, 9233.0, 9203.0, 9211.0, 9200.0, 9219.0, 9212.0, 9199.0, 9231.0, 9174.0, 9189.0, 9226.0, 9184.0, 9210.0, 9163.0, 9188.0, 9225.0, 9208.0, 9225.0, 9172.0, 9207.0, 9229.0, 9194.0, 9240.0, 9180.0, 9215.0, 9207.0, 9229.0, 9254.0, 9210.0, 9241.0, 9189.0, 9211.0, 9247.0, 9204.0, 9233.0, 9182.0, 9213.0, 9231.0, 9206.0, 9230.0, 9189.0, 9221.0, 9172.0, 9209.0, 9253.0, 9206.0, 9219.0, 9170.0, 9202.0, 9230.0, 9203.0, 9218.0, 9180.0, 9187.0, 9169.0, 9202.0, 9229.0, 9188.0, 9222.0, 9238.0, 9208.0, 9231.0, 9188.0, 9219.0, 9231.0, 9204.0, 9216.0, 9183.0, 9199.0, 9180.0, 9198.0, 9224.0, 9186.0, 9220.0, 9162.0, 9206.0, 9227.0, 9205.0, 9232.0, 9194.0, 9222.0, 9212.0, 9242.0, 9212.0, 9251.0, 9243.0, 9232.0, 9270.0, 9215.0, 9226.0, 9179.0, 9226.0, 9247.0, 9207.0, 9241.0, 9250.0, 9190.0, 9219.0, 9213.0, 9188.0, 9230.0, 9178.0, 9189.0, 9178.0, 9195.0, 9184.0, 9236.0, 9251.0, 9237.0, 9255.0, 9231.0, 9257.0, 9199.0, 9244.0, 9242.0, 9219.0, 9256.0, 9210.0, 9235.0, 9208.0, 9242.0, 9201.0, 9228.0, 9252.0, 9206.0, 9232.0, 9190.0, 9219.0, 9187.0, 9195.0, 9254.0, 9211.0, 9218.0, 9201.0, 9218.0, 9209.0, 9221.0, 9196.0, 9221.0, 9212.0, 9240.0, 9197.0, 9231.0, 9261.0, 9212.0, 9221.0, 9199.0, 9187.0, 9212.0, 9184.0, 9211.0, 9165.0, 9190.0, 9229.0, 9183.0, 9197.0, 9165.0, 9186.0, 9195.0, 9185.0, 9212.0, 9206.0, 9219.0, 9169.0, 9188.0, 9169.0, 9202.0, 9226.0, 9184.0, 9215.0, 9225.0, 9163.0, 9196.0, 9209.0, 9179.0, 9192.0, 9155.0, 9165.0, 9203.0, 9164.0, 9186.0, 9179.0, 9182.0, 9210.0, 9187.0, 9218.0, 9172.0, 9207.0, 9246.0, 9192.0, 9208.0, 9229.0, 9192.0, 9220.0, 9174.0, 9209.0, 9246.0, 9192.0, 9224.0, 9191.0, 9209.0, 9235.0, 9200.0, 9216.0, 9233.0, 9206.0, 9231.0, 9190.0, 9227.0, 9228.0, 9230.0, 9253.0, 9212.0, 9244.0, 9208.0, 9238.0, 9227.0, 9229.0, 9252.0, 9214.0, 9259.0, 9223.0, 9212.0, 9252.0, 9209.0, 9242.0, 9193.0, 9227.0, 9225.0, 9213.0, 9236.0, 9196.0, 9228.0, 9220.0, 9208.0, 9234.0, 9191.0, 9207.0, 9232.0, 9205.0, 9220.0, 9172.0, 9207.0, 9248.0, 9188.0, 9218.0, 9157.0, 9191.0, 9231.0, 9192.0, 9241.0, 9205.0, 9207.0, 9232.0, 9209.0, 9236.0, 9216.0, 9233.0, 9200.0, 9214.0, 9181.0, 9213.0, 9210.0, 9235.0, 9274.0, 9215.0, 9236.0, 9214.0, 9239.0, 9213.0, 9242.0, 9198.0, 9212.0, 9204.0, 9209.0, 9247.0, 9211.0, 9237.0, 9195.0, 9225.0, 9193.0, 9210.0, 9222.0, 9215.0, 9236.0, 9191.0, 9216.0, 9189.0, 9217.0, 9189.0, 9229.0, 9223.0, 9207.0, 9234.0, 9194.0, 9237.0, 9191.0, 9227.0, 9261.0, 9196.0, 9203.0, 9168.0, 9184.0, 9226.0, 9206.0, 9218.0, 9190.0, 9216.0, 9207.0, 9229.0, 9248.0, 9190.0, 9234.0, 9197.0, 9185.0, 9218.0, 9184.0, 9202.0, 9182.0, 9185.0, 9225.0, 9186.0, 9223.0, 9220.0, 9204.0, 9214.0, 9191.0, 9237.0, 9192.0, 9189.0, 9170.0, 9203.0, 9228.0, 9190.0, 9239.0, 9190.0, 9189.0, 9226.0, 9184.0, 9214.0, 9179.0, 9186.0, 9231.0, 9170.0, 9186.0, 9166.0, 9183.0, 9230.0, 9188.0, 9212.0, 9185.0, 9201.0, 9170.0, 9209.0, 9228.0, 9184.0, 9209.0, 9166.0, 9197.0, 9212.0, 9184.0, 9217.0, 9183.0, 9178.0, 9146.0, 9180.0, 9212.0, 9184.0, 9183.0, 9195.0, 9185.0, 9208.0, 9186.0, 9203.0, 9166.0, 9185.0, 9187.0, 9214.0, 9217.0, 9205.0, 9203.0, 9206.0, 9239.0, 9183.0, 9201.0, 9212.0, 9184.0, 9212.0, 9183.0, 9222.0, 9211.0, 9182.0, 9208.0, 9177.0, 9193.0, 9145.0, 9179.0, 9207.0, 9189.0, 9219.0, 9166.0, 9179.0, 9203.0, 9163.0, 9208.0, 9177.0, 9198.0, 9163.0, 9182.0, 9175.0, 9210.0, 9216.0, 9188.0, 9213.0, 9180.0, 9200.0, 9225.0, 9179.0, 9191.0, 9163.0, 9183.0, 9193.0, 9188.0, 9210.0, 9181.0, 9200.0, 9179.0, 9201.0, 9169.0, 9205.0, 9252.0, 9193.0, 9221.0, 9205.0, 9222.0, 9190.0, 9210.0, 9281.0, 9227.0, 9224.0, 9247.0, 9204.0, 9217.0, 9187.0, 9204.0, 9224.0, 9182.0, 9197.0, 9151.0, 9201.0, 9213.0, 9190.0, 9214.0, 9203.0, 9221.0, 9227.0, 9215.0, 9257.0, 9263.0, 9252.0, 9269.0, 9212.0, 9225.0, 9217.0, 9230.0, 9208.0, 9211.0, 9221.0, 9210.0, 9267.0, 9226.0, 9240.0, 9217.0, 9220.0, 9198.0, 9223.0, 9185.0, 9222.0, 9201.0, 9250.0, 9206.0, 9235.0, 9202.0, 9219.0, 9245.0, 9217.0, 9240.0, 9213.0, 9235.0, 9212.0, 9238.0, 9222.0, 9242.0, 9199.0, 9239.0, 9191.0, 9205.0, 9242.0, 9188.0, 9249.0, 9224.0, 9202.0, 9212.0, 9161.0, 9172.0, 9129.0, 9174.0, 9155.0, 9229.0, 9245.0, 9204.0, 9217.0, 9179.0, 9224.0, 9187.0, 9188.0, 9233.0, 9194.0, 9205.0, 9211.0, 9183.0, 9210.0, 9181.0, 9201.0, 9183.0, 9188.0, 9231.0, 9177.0, 9211.0, 9232.0, 9237.0, 9262.0, 9177.0, 9196.0, 9227.0, 9209.0, 9237.0, 9175.0, 9192.0, 9197.0, 9202.0, 9253.0, 9215.0, 9215.0, 9189.0, 9205.0, 9228.0, 9190.0, 9238.0, 9186.0, 9185.0, 9163.0, 9182.0, 9220.0, 9167.0, 9212.0, 9173.0, 9206.0, 9224.0, 9187.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.0024233295063145806</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026212055109070032</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.914146475919566</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.292677709666667</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0277847557126436</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4581</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7039.3965</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08186036546105213</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3777267508610793</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.55828612587271</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4289405784531803</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.79551784244057</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4503999567243797</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00920757</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009660332463681698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026435816660523415</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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>3.855803465104605</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>25.9217</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.939</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.8757</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304029.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>714.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.5559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2653</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.66</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3356.0854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3583.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72515.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.2422</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.612517567002214</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> |