=== 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-0032 --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-0032",
"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-0032_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0032_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>14bcab42fbe857ede770d4e7057b6d71</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>13:24:2.452500</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.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0896896</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c9e57278-084a-46a3-b0d0-60ad6abf8dbb||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.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['132402.452500', '132402.912500', '132403.372500', '132403.832500', '132404.292500', '132404.752500', '132405.212500', '132405.672500', '132406.132500', '132406.592500', '132407.052500', '132407.512500', '132407.972500', '132408.432500', '132408.892500', '132409.352500', '132409.812500', '132410.272500', '132410.732500', '132411.192500', '132411.652500', '132412.112500', '132412.572500', '132413.032500', '132413.492500', '132413.952500', '132414.412500', '132414.872500', '132415.332500', '132415.792500', '132416.252500', '132416.712500', '132417.172500', '132417.632500', '132418.092500', '132418.552500', '132419.012500', '132419.472500', '132419.932500', '132420.392500', '132420.852500', '132421.312500', '132421.772500', '132422.232500', '132422.692500', '132423.152500', '132423.612500', '132424.072500', '132424.532500', '132424.992500', '132425.452500', '132425.912500', '132426.372500', '132426.832500', '132427.292500', '132427.752500', '132428.212500', '132428.672500', '132429.132500', '132429.592500', '132430.052500', '132430.512500', '132430.972500', '132431.432500', '132431.892500', '132432.352500', '132432.812500', '132433.272500', '132433.732500', '132434.192500', '132434.652500', '132435.112500', '132435.572500', '132436.032500', '132436.492500', '132436.952500', '132437.412500', '132437.872500', '132438.332500', '132438.792500', '132439.252500', '132439.712500', '132440.172500', '132440.632500', '132441.092500', '132441.552500', '132442.012500', '132442.472500', '132442.932500', '132443.392500', '132443.852500', '132444.312500', '132444.772500', '132445.232500', '132445.692500', '132446.152500', '132446.612500', '132447.072500', '132447.532500', '132447.992500', '132448.452500', '132448.912500', '132449.372500', '132449.832500', '132450.292500', '132450.752500', '132451.212500', '132451.672500', '132452.132500', '132452.592500', '132453.052500', '132453.512500', '132453.972500', '132454.432500', '132454.892500', '132455.352500', '132455.812500', '132456.272500', '132456.732500', '132457.192500', '132457.652500', '132458.112500', '132458.572500', '132459.032500', '132459.492500', '132459.952500', '132500.412500', '132500.872500', '132501.332500', '132501.792500', '132502.252500', '132502.712500', '132503.172500', '132503.632500', '132504.092500', '132504.552500', '132505.012500', '132505.472500', '132505.932500', '132506.392500', '132506.852500', '132507.312500', '132507.772500', '132508.232500', '132508.692500', '132509.152500', '132509.612500', '132510.072500', '132510.532500', '132510.992500', '132511.452500', '132511.912500', '132512.372500', '132512.832500', '132513.292500', '132513.752500', '132514.212500', '132514.672500', '132515.132500', '132515.592500', '132516.052500', '132516.512500', '132516.972500', '132517.432500', '132517.892500', '132518.352500', '132518.812500', '132519.272500', '132519.732500', '132520.192500', '132520.652500', '132521.112500', '132521.572500', '132522.032500', '132522.492500', '132522.952500', '132523.412500', '132523.872500', '132524.332500', '132524.792500', '132525.252500', '132525.712500', '132526.172500', '132526.632500', '132527.092500', '132527.552500', '132528.012500', '132528.472500', '132528.932500', '132529.392500', '132529.852500', '132530.312500', '132530.772500', '132531.232500', '132531.692500', '132532.152500', '132532.612500', '132533.072500', '132533.532500', '132533.992500', '132534.452500', '132534.912500', '132535.372500', '132535.832500', '132536.292500', '132536.752500', '132537.212500', '132537.672500', '132538.132500', '132538.592500', '132539.052500', '132539.512500', '132539.972500', '132540.432500', '132540.892500', '132541.352500', '132541.812500', '132542.272500', '132542.732500', '132543.192500', '132543.652500', '132544.112500', '132544.572500', '132545.032500', '132545.492500', '132545.952500', '132546.412500', '132546.872500', '132547.332500', '132547.792500', '132548.252500', '132548.712500', '132549.172500', '132549.632500', '132550.092500', '132550.552500', '132551.012500', '132551.472500', '132551.932500', '132552.392500', '132552.852500', '132553.312500', '132553.772500', '132554.232500', '132554.692500', '132555.152500', '132555.612500', '132556.072500', '132556.532500', '132556.992500', '132557.452500', '132557.912500', '132558.372500', '132558.832500', '132559.292500', '132559.752500', '132600.212500', '132600.672500', '132601.132500', '132601.592500', '132602.052500', '132602.512500', '132602.972500', '132603.432500', '132603.892500', '132604.352500', '132604.812500', '132605.272500', '132605.732500', '132606.192500', '132606.652500', '132607.112500', '132607.572500', '132608.032500', '132608.492500', '132608.952500', '132609.412500', '132609.872500', '132610.332500', '132610.792500', '132611.252500', '132611.712500', '132612.172500', '132612.632500', '132613.092500', '132613.552500', '132614.012500', '132614.472500', '132614.932500', '132615.392500', '132615.852500', '132616.312500', '132616.772500', '132617.232500', '132617.692500', '132618.152500', '132618.612500', '132619.072500', '132619.532500', '132619.992500', '132620.452500', '132620.912500', '132621.372500', '132621.832500', '132622.292500', '132622.752500', '132623.212500', '132623.672500', '132624.132500', '132624.592500', '132625.052500', '132625.512500', '132625.972500', '132626.432500', '132626.892500', '132627.352500', '132627.812500', '132628.272500', '132628.732500', '132629.192500', '132629.652500', '132630.112500', '132630.572500', '132631.032500', '132631.492500', '132631.952500', '132632.412500', '132632.872500', '132633.332500', '132633.792500', '132634.252500', '132634.712500', '132635.172500', '132635.632500', '132636.092500', '132636.552500', '132637.012500', '132637.472500', '132637.932500', '132638.392500', '132638.852500', '132639.312500', '132639.772500', '132640.232500', '132640.692500', '132641.152500', '132641.612500', '132642.072500', '132642.532500', '132642.992500', '132643.452500', '132643.912500', '132644.372500', '132644.832500', '132645.292500', '132645.752500', '132646.212500', '132646.672500', '132647.132500', '132647.592500', '132648.052500', '132648.512500', '132648.972500', '132649.432500', '132649.892500', '132650.352500', '132650.812500', '132651.272500', '132651.732500', '132652.192500', '132652.652500', '132653.112500', '132653.572500', '132654.032500', '132654.492500', '132654.952500', '132655.412500', '132655.872500', '132656.332500', '132656.792500', '132657.252500', '132657.712500', '132658.172500', '132658.632500', '132659.092500', '132659.552500', '132700.012500', '132700.472500', '132700.932500', '132701.392500', '132701.852500', '132702.312500', '132702.772500', '132703.232500', '132703.692500', '132704.152500', '132704.612500', '132705.072500', '132705.532500', '132705.992500', '132706.452500', '132706.912500', '132707.372500', '132707.832500', '132708.292500', '132708.752500', '132709.212500', '132709.672500', '132710.132500', '132710.592500', '132711.052500', '132711.512500', '132711.972500', '132712.432500', '132712.892500', '132713.352500', '132713.812500', '132714.272500', '132714.732500', '132715.192500', '132715.652500', '132716.112500', '132716.572500', '132717.032500', '132717.492500', '132717.952500', '132718.412500', '132718.872500', '132719.332500', '132719.792500', '132720.252500', '132720.712500', '132721.172500', '132721.632500', '132722.092500', '132722.552500', '132723.012500', '132723.472500', '132723.932500', '132724.392500', '132724.852500', '132725.312500', '132725.772500', '132726.232500', '132726.692500', '132727.152500', '132727.612500', '132728.072500', '132728.532500', '132728.992500', '132729.452500', '132729.912500', '132730.372500', '132730.832500', '132731.292500', '132731.752500', '132732.212500', '132732.672500', '132733.132500', '132733.592500', '132734.052500', '132734.512500', '132734.972500', '132735.432500', '132735.892500', '132736.352500', '132736.812500', '132737.272500', '132737.732500', '132738.192500', '132738.652500', '132739.112500', '132739.572500', '132740.032500', '132740.492500', '132740.952500', '132741.412500', '132741.872500', '132742.332500', '132742.792500', '132743.252500', '132743.712500', '132744.172500', '132744.632500', '132745.092500', '132745.552500', '132746.012500', '132746.472500', '132746.932500', '132747.392500', '132747.852500', '132748.312500', '132748.772500', '132749.232500', '132749.692500', '132750.152500', '132750.612500', '132751.072500', '132751.532500', '132751.992500', '132752.452500', '132752.912500', '132753.372500', '132753.832500', '132754.292500', '132754.752500', '132755.212500', '132755.672500', '132756.132500', '132756.592500', '132757.052500', '132757.512500', '132757.972500', '132758.432500', '132758.892500', '132759.352500', '132759.812500', '132800.272500', '132800.732500', '132801.192500', '132801.652500', '132802.112500', '132802.572500', '132803.032500', '132803.492500', '132803.952500', '132804.412500', '132804.872500', '132805.332500', '132805.792500', '132806.252500', '132806.712500', '132807.172500', '132807.632500', '132808.092500', '132808.552500', '132809.012500', '132809.472500', '132809.932500', '132810.392500', '132810.852500', '132811.312500', '132811.772500', '132812.232500', '132812.692500', '132813.152500', '132813.612500', '132814.072500', '132814.532500', '132814.992500', '132815.452500', '132815.912500', '132816.372500', '132816.832500', '132817.292500', '132817.752500', '132818.212500', '132818.672500', '132819.132500', '132819.592500', '132820.052500', '132820.512500', '132820.972500', '132821.432500', '132821.892500', '132822.352500', '132822.812500', '132823.272500', '132823.732500', '132824.192500', '132824.652500', '132825.112500', '132825.572500', '132826.032500', '132826.492500', '132826.952500', '132827.412500', '132827.872500', '132828.332500', '132828.792500', '132829.252500', '132829.712500', '132830.172500', '132830.632500', '132831.092500', '132831.552500', '132832.012500', '132832.472500', '132832.932500', '132833.392500', '132833.852500', '132834.312500', '132834.772500', '132835.232500', '132835.692500', '132836.152500', '132836.612500', '132837.072500', '132837.532500', '132837.992500', '132838.452500', '132838.912500', '132839.372500', '132839.832500', '132840.292500', '132840.752500', '132841.212500', '132841.672500', '132842.132500', '132842.592500', '132843.052500', '132843.512500', '132843.972500', '132844.432500', '132844.892500', '132845.352500', '132845.812500', '132846.272500', '132846.732500', '132847.192500', '132847.652500', '132848.112500', '132848.572500', '132849.032500', '132849.492500', '132849.952500', '132850.412500', '132850.872500', '132851.332500', '132851.792500', '132852.252500', '132852.712500', '132853.172500', '132853.632500', '132854.092500', '132854.552500', '132855.012500', '132855.472500', '132855.932500', '132856.392500', '132856.852500', '132857.312500', '132857.772500', '132858.232500', '132858.692500', '132859.152500', '132859.612500', '132900.072500', '132900.532500', '132900.992500', '132901.452500', '132901.912500', '132902.372500', '132902.832500', '132903.292500', '132903.752500', '132904.212500', '132904.672500', '132905.132500', '132905.592500', '132906.052500', '132906.512500', '132906.972500', '132907.432500', '132907.892500', '132908.352500', '132908.812500', '132909.272500', '132909.732500', '132910.192500', '132910.652500', '132911.112500', '132911.572500', '132912.032500', '132912.492500', '132912.952500', '132913.412500', '132913.872500', '132914.332500', '132914.792500', '132915.252500', '132915.712500', '132916.172500', '132916.632500', '132917.092500', '132917.552500', '132918.012500', '132918.472500', '132918.932500', '132919.392500', '132919.852500', '132920.312500', '132920.772500', '132921.232500', '132921.692500', '132922.152500', '132922.612500', '132923.072500', '132923.532500', '132923.992500', '132924.452500', '132924.912500', '132925.372500', '132925.832500', '132926.292500', '132926.752500', '132927.212500', '132927.672500', '132928.132500', '132928.592500', '132929.052500', '132929.512500', '132929.972500', '132930.432500', '132930.892500', '132931.352500', '132931.812500', '132932.272500', '132932.732500', '132933.192500', '132933.652500', '132934.112500', '132934.572500', '132935.032500', '132935.492500', '132935.952500', '132936.412500', '132936.872500', '132937.332500', '132937.792500', '132938.252500', '132938.712500', '132939.172500', '132939.632500', '132940.092500', '132940.552500', '132941.012500', '132941.472500', '132941.932500', '132942.392500', '132942.852500', '132943.312500', '132943.772500', '132944.232500', '132944.692500', '132945.152500', '132945.612500', '132946.072500', '132946.532500', '132946.992500', '132947.452500', '132947.912500', '132948.372500', '132948.832500', '132949.292500', '132949.752500', '132950.212500', '132950.672500', '132951.132500', '132951.592500', '132952.052500', '132952.512500', '132952.972500', '132953.432500', '132953.892500', '132954.352500', '132954.812500', '132955.272500', '132955.732500', '132956.192500', '132956.652500', '132957.112500', '132957.572500', '132958.032500', '132958.492500', '132958.952500', '132959.412500', '132959.872500', '133000.332500', '133000.792500', '133001.252500', '133001.712500', '133002.172500', '133002.632500', '133003.092500', '133003.552500', '133004.012500', '133004.472500', '133004.932500', '133005.392500', '133005.852500', '133006.312500', '133006.772500', '133007.232500', '133007.692500', '133008.152500', '133008.612500', '133009.072500', '133009.532500', '133009.992500', '133010.452500', '133010.912500', '133011.372500', '133011.832500', '133012.292500', '133012.752500', '133013.212500', '133013.672500', '133014.132500', '133014.592500', '133015.052500', '133015.512500', '133015.972500', '133016.432500', '133016.892500', '133017.352500', '133017.812500', '133018.272500', '133018.732500', '133019.192500', '133019.652500', '133020.112500', '133020.572500', '133021.032500', '133021.492500', '133021.952500', '133022.412500', '133022.872500', '133023.332500', '133023.792500', '133024.252500', '133024.712500', '133025.172500', '133025.632500', '133026.092500', '133026.552500', '133027.012500', '133027.472500', '133027.932500', '133028.392500', '133028.852500', '133029.312500', '133029.772500', '133030.232500', '133030.692500', '133031.152500', '133031.612500', '133032.072500', '133032.532500', '133032.992500', '133033.452500', '133033.912500', '133034.372500', '133034.832500', '133035.292500', '133035.752500', '133036.212500', '133036.672500', '133037.132500', '133037.592500', '133038.052500', '133038.512500', '133038.972500', '133039.432500', '133039.892500', '133040.352500', '133040.812500', '133041.272500', '133041.732500', '133042.192500', '133042.652500', '133043.112500'], 'ContentTime': ['132425.783000', '132425.786000', '132425.799000', '132425.802000', '132425.806000', '132425.809000', '132425.812000', '132425.815000', '132425.817000', '132425.820000', '132425.823000', '132425.826000', '132425.829000', '132425.832000', '132425.834000', '132425.837000', '132425.840000', '132425.843000', '132425.846000', '132425.849000', '132425.851000', '132425.854000', '132425.857000', '132425.860000', '132425.863000', '132425.869000', '132425.872000', '132425.875000', '132425.878000', '132425.881000', '132425.884000', '132425.886000', '132425.889000', '132425.892000', '132425.895000', '132425.898000', '132425.901000', '132425.903000', '132425.906000', '132425.909000', '132425.912000', '132425.925000', '132425.928000', '132425.931000', '132425.933000', '132425.941000', '132425.944000', '132425.947000', '132445.743000', '132445.746000', '132445.749000', '132445.751000', '132445.754000', '132445.757000', '132445.760000', '132445.763000', '132445.765000', '132445.768000', '132445.771000', '132445.774000', '132445.777000', '132445.780000', '132445.783000', '132445.785000', '132445.788000', '132445.791000', '132445.794000', '132445.797000', '132445.799000', '132445.802000', '132445.811000', '132445.814000', '132445.817000', '132445.820000', '132445.823000', '132445.825000', '132445.828000', '132445.831000', '132445.834000', '132445.837000', '132445.839000', '132445.842000', '132445.845000', '132445.848000', '132445.851000', '132445.854000', '132445.856000', '132445.859000', '132445.862000', '132445.865000', '132445.868000', '132445.871000', '132505.743000', '132505.746000', '132505.749000', '132505.752000', '132505.754000', '132505.757000', '132505.764000', '132505.767000', '132505.770000', '132505.773000', '132505.776000', '132505.778000', '132505.781000', '132505.784000', '132505.787000', '132505.790000', '132505.792000', '132505.795000', '132505.798000', '132505.801000', '132505.804000', '132505.807000', '132505.809000', '132505.812000', '132505.815000', '132505.818000', '132505.821000', '132505.823000', '132505.826000', '132505.829000', '132505.832000', '132505.835000', '132505.838000', '132505.840000', '132505.843000', '132505.846000', '132505.849000', '132505.852000', '132505.855000', '132505.857000', '132505.860000', '132505.863000', '132505.866000', '132525.742000', '132525.745000', '132525.748000', '132525.751000', '132525.754000', '132525.756000', '132525.759000', '132525.762000', '132525.765000', '132525.768000', '132525.771000', '132525.774000', '132525.776000', '132525.779000', '132525.782000', '132525.785000', '132525.788000', '132525.790000', '132525.793000', '132525.796000', '132525.799000', '132525.802000', '132525.805000', '132525.807000', '132525.810000', '132525.813000', '132525.816000', '132525.819000', '132525.822000', '132525.824000', '132525.831000', '132525.834000', '132525.837000', '132525.840000', '132525.849000', '132525.852000', '132525.855000', '132525.858000', '132525.861000', '132525.863000', '132525.866000', '132525.869000', '132525.872000', '132525.875000', '132545.742000', '132545.745000', '132545.748000', '132545.751000', '132545.753000', '132545.756000', '132545.759000', '132545.762000', '132545.765000', '132545.768000', '132545.770000', '132545.773000', '132545.776000', '132545.779000', '132545.782000', '132545.785000', '132545.787000', '132545.790000', '132545.793000', '132545.796000', '132545.799000', '132545.802000', '132545.805000', '132545.816000', '132545.819000', '132545.822000', '132545.825000', '132545.828000', '132545.830000', '132545.833000', '132545.836000', '132545.839000', '132545.843000', '132545.846000', '132545.849000', '132545.852000', '132545.855000', '132545.857000', '132545.860000', '132545.863000', '132545.866000', '132545.869000', '132545.871000', '132605.742000', '132605.745000', '132605.748000', '132605.751000', '132605.753000', '132605.756000', '132605.759000', '132605.762000', '132605.765000', '132605.768000', '132605.771000', '132605.774000', '132605.776000', '132605.779000', '132605.782000', '132605.785000', '132605.788000', '132605.790000', '132605.793000', '132605.796000', '132605.799000', '132605.802000', '132605.805000', '132605.808000', '132605.810000', '132605.813000', '132605.816000', '132605.819000', '132605.822000', '132605.825000', '132605.828000', '132605.830000', '132605.840000', '132605.843000', '132605.846000', '132605.849000', '132605.852000', '132605.855000', '132605.857000', '132605.866000', '132605.869000', '132605.872000', '132605.874000', '132605.877000', '132625.743000', '132625.746000', '132625.749000', '132625.752000', '132625.755000', '132625.757000', '132625.760000', '132625.763000', '132625.766000', '132625.769000', '132625.772000', '132625.774000', '132625.777000', '132625.780000', '132625.783000', '132625.786000', '132625.789000', '132625.792000', '132625.794000', '132625.797000', '132625.800000', '132625.803000', '132625.806000', '132625.809000', '132625.812000', '132625.814000', '132625.817000', '132625.820000', '132625.823000', '132625.826000', '132625.829000', '132625.832000', '132625.834000', '132625.837000', '132625.840000', '132625.843000', '132625.846000', '132625.849000', '132625.851000', '132625.854000', '132625.857000', '132625.860000', '132625.863000', '132645.743000', '132645.746000', '132645.749000', '132645.752000', '132645.754000', '132645.757000', '132645.760000', '132645.763000', '132645.766000', '132645.769000', '132645.772000', '132645.774000', '132645.777000', '132645.780000', '132645.783000', '132645.786000', '132645.789000', '132645.792000', '132645.794000', '132645.797000', '132645.800000', '132645.803000', '132645.806000', '132645.809000', '132645.811000', '132645.814000', '132645.817000', '132645.820000', '132645.823000', '132645.826000', '132645.828000', '132645.831000', '132645.834000', '132645.837000', '132645.840000', '132645.843000', '132645.846000', '132645.848000', '132645.851000', '132645.854000', '132645.857000', '132645.860000', '132645.863000', '132645.865000', '132705.743000', '132705.746000', '132705.749000', '132705.752000', '132705.755000', '132705.757000', '132705.760000', '132705.763000', '132705.766000', '132705.777000', '132705.780000', '132705.783000', '132705.786000', '132705.788000', '132705.791000', '132705.794000', '132705.797000', '132705.800000', '132705.803000', '132705.806000', '132705.808000', '132705.811000', '132705.814000', '132705.817000', '132705.820000', '132705.823000', '132705.825000', '132705.828000', '132705.831000', '132705.834000', '132705.837000', '132705.840000', '132705.842000', '132705.845000', '132705.848000', '132705.851000', '132705.854000', '132705.857000', '132705.859000', '132705.862000', '132705.865000', '132705.868000', '132705.871000', '132725.743000', '132725.746000', '132725.749000', '132725.752000', '132725.754000', '132725.757000', '132725.760000', '132725.763000', '132725.766000', '132725.769000', '132725.771000', '132725.774000', '132725.777000', '132725.780000', '132725.783000', '132725.786000', '132725.788000', '132725.791000', '132725.794000', '132725.797000', '132725.800000', '132725.803000', '132725.806000', '132725.808000', '132725.811000', '132725.814000', '132725.817000', '132725.820000', '132725.823000', '132725.826000', '132725.828000', '132725.831000', '132725.834000', '132725.837000', '132725.840000', '132725.843000', '132725.845000', '132725.848000', '132725.856000', '132725.859000', '132725.862000', '132725.865000', '132725.868000', '132725.871000', '132745.742000', '132745.745000', '132745.748000', '132745.751000', '132745.753000', '132745.756000', '132745.759000', '132745.762000', '132745.765000', '132745.768000', '132745.770000', '132745.773000', '132745.776000', '132745.791000', '132745.794000', '132745.806000', '132745.809000', '132745.812000', '132745.815000', '132745.817000', '132745.820000', '132745.823000', '132745.826000', '132745.829000', '132745.832000', '132745.834000', '132745.837000', '132745.840000', '132745.843000', '132745.846000', '132745.849000', '132745.851000', '132745.854000', '132745.857000', '132745.860000', '132745.863000', '132745.866000', '132745.868000', '132745.871000', '132745.874000', '132745.877000', '132745.880000', '132745.883000', '132805.742000', '132805.745000', '132805.748000', '132805.751000', '132805.754000', '132805.756000', '132805.759000', '132805.762000', '132805.765000', '132805.768000', '132805.771000', '132805.773000', '132805.776000', '132805.779000', '132805.782000', '132805.785000', '132805.788000', '132805.790000', '132805.793000', '132805.796000', '132805.799000', '132805.802000', '132805.805000', '132805.807000', '132805.810000', '132805.813000', '132805.816000', '132805.819000', '132805.822000', '132805.825000', '132805.828000', '132805.830000', '132805.833000', '132805.836000', '132805.839000', '132805.842000', '132805.845000', '132805.847000', '132805.850000', '132805.853000', '132805.856000', '132805.859000', '132805.862000', '132825.742000', '132825.745000', '132825.748000', '132825.751000', '132825.754000', '132825.757000', '132825.759000', '132825.762000', '132825.765000', '132825.768000', '132825.771000', '132825.774000', '132825.777000', '132825.780000', '132825.782000', '132825.785000', '132825.788000', '132825.791000', '132825.794000', '132825.797000', '132825.799000', '132825.802000', '132825.805000', '132825.808000', '132825.811000', '132825.814000', '132825.817000', '132825.819000', '132825.822000', '132825.825000', '132825.828000', '132825.831000', '132825.834000', '132825.836000', '132825.839000', '132825.842000', '132825.845000', '132825.848000', '132825.851000', '132825.854000', '132825.856000', '132825.859000', '132825.862000', '132825.865000', '132845.743000', '132845.746000', '132845.749000', '132845.760000', '132845.763000', '132845.765000', '132845.768000', '132845.771000', '132845.774000', '132845.778000', '132845.781000', '132845.784000', '132845.787000', '132845.790000', '132845.792000', '132845.795000', '132845.798000', '132845.801000', '132845.804000', '132845.807000', '132845.809000', '132845.812000', '132845.815000', '132845.818000', '132845.821000', '132845.824000', '132845.827000', '132845.829000', '132845.832000', '132845.835000', '132845.838000', '132845.841000', '132845.844000', '132845.847000', '132845.849000', '132845.852000', '132845.855000', '132845.858000', '132845.861000', '132845.864000', '132845.866000', '132845.869000', '132845.872000', '132905.743000', '132905.746000', '132905.749000', '132905.752000', '132905.755000', '132905.757000', '132905.760000', '132905.763000', '132905.766000', '132905.769000', '132905.772000', '132905.775000', '132905.777000', '132905.780000', '132905.783000', '132905.786000', '132905.789000', '132905.792000', '132905.795000', '132905.797000', '132905.800000', '132905.803000', '132905.806000', '132905.809000', '132905.812000', '132905.815000', '132905.817000', '132905.820000', '132905.823000', '132905.826000', '132905.829000', '132905.832000', '132905.835000', '132905.837000', '132905.840000', '132905.843000', '132905.846000', '132905.849000', '132905.859000', '132905.880000', '132905.882000', '132905.885000', '132905.888000', '132905.891000', '132925.743000', '132925.746000', '132925.749000', '132925.752000', '132925.755000', '132925.758000', '132925.760000', '132925.763000', '132925.766000', '132925.769000', '132925.772000', '132925.775000', '132925.778000', '132925.781000', '132925.784000', '132925.787000', '132925.790000', '132925.793000', '132925.796000', '132925.799000', '132925.801000', '132925.804000', '132925.807000', '132925.810000', '132925.813000', '132925.816000', '132925.819000', '132925.821000', '132925.824000', '132925.827000', '132925.830000', '132925.833000', '132925.836000', '132925.839000', '132925.842000', '132925.844000', '132925.852000', '132925.855000', '132925.858000', '132925.861000', '132925.864000', '132925.867000', '132925.870000', '132945.743000', '132945.746000', '132945.749000', '132945.752000', '132945.755000', '132945.762000', '132945.765000', '132945.768000', '132945.771000', '132945.774000', '132945.776000', '132945.779000', '132945.782000', '132945.785000', '132945.788000', '132945.791000', '132945.794000', '132945.796000', '132945.799000', '132945.802000', '132945.805000', '132945.808000', '132945.811000', '132945.814000', '132945.817000', '132945.819000', '132945.822000', '132945.825000', '132945.828000', '132945.831000', '132945.833000', '132945.836000', '132945.839000', '132945.842000', '132945.845000', '132945.848000', '132945.850000', '132945.853000', '132945.856000', '132945.859000', '132945.862000', '132945.865000', '132945.868000', '132945.870000', '133005.742000', '133005.745000', '133005.748000', '133005.751000', '133005.754000', '133005.757000', '133005.759000', '133005.762000', '133005.765000', '133005.768000', '133005.771000', '133005.774000', '133005.777000', '133005.779000', '133005.782000', '133005.785000', '133005.788000', '133005.791000', '133005.795000', '133005.798000', '133005.801000', '133005.803000', '133005.806000', '133005.809000', '133005.812000', '133005.815000', '133005.818000', '133005.821000', '133005.824000', '133005.827000', '133005.829000', '133005.832000', '133005.836000', '133005.839000', '133005.842000', '133005.845000', '133005.848000', '133005.851000', '133005.854000', '133005.856000', '133005.859000', '133005.862000', '133005.865000', '133025.742000', '133025.745000', '133025.748000', '133025.751000', '133025.754000', '133025.757000', '133025.759000', '133025.762000', '133025.765000', '133025.768000', '133025.771000', '133025.774000', '133025.777000', '133025.779000', '133025.782000', '133025.785000', '133025.788000', '133025.791000', '133025.794000', '133025.796000', '133025.799000', '133025.802000', '133025.805000', '133025.808000', '133025.811000', '133025.814000', '133025.816000', '133025.819000', '133025.822000', '133025.825000', '133025.828000', '133025.831000', '133025.834000', '133025.837000', '133025.839000', '133025.842000', '133025.845000', '133025.848000', '133025.851000', '133025.854000', '133025.857000', '133025.860000', '133025.862000', '133025.865000', '133044.497000', '133044.500000', '133044.504000', '133044.508000', '133044.512000', '133044.515000', '133044.524000', '133044.526000', '133044.530000', '133044.534000', '133044.537000', '133044.539000', '133044.542000', '133044.546000', '133044.549000', '133044.552000', '133044.555000', '133044.558000', '133044.561000', '133044.564000', '133044.567000', '133044.570000', '133044.573000', '133044.576000', '133044.579000', '133044.582000', '133044.585000', '133044.588000', '133044.590000', '133044.601000', '133044.604000', '133044.607000', '133044.609000', '133044.612000', '133044.615000', '133044.618000', '133044.621000', '133044.624000', '133044.627000', '133044.630000', '133044.633000'], 'InstanceCreationTime': ['132425.783000', '132425.786000', '132425.799000', '132425.802000', '132425.806000', '132425.809000', '132425.812000', '132425.815000', '132425.817000', '132425.820000', '132425.823000', '132425.826000', '132425.829000', '132425.832000', '132425.834000', '132425.837000', '132425.840000', '132425.843000', '132425.846000', '132425.849000', '132425.851000', '132425.854000', '132425.857000', '132425.860000', '132425.863000', '132425.869000', '132425.872000', '132425.875000', '132425.878000', '132425.881000', '132425.884000', '132425.886000', '132425.889000', '132425.892000', '132425.895000', '132425.898000', '132425.901000', '132425.903000', '132425.906000', '132425.909000', '132425.912000', '132425.925000', '132425.928000', '132425.931000', '132425.933000', '132425.941000', '132425.944000', '132425.947000', '132445.743000', '132445.746000', '132445.749000', '132445.751000', '132445.754000', '132445.757000', '132445.760000', '132445.763000', '132445.765000', '132445.768000', '132445.771000', '132445.774000', '132445.777000', '132445.780000', '132445.783000', '132445.785000', '132445.788000', '132445.791000', '132445.794000', '132445.797000', '132445.799000', '132445.802000', '132445.811000', '132445.814000', '132445.817000', '132445.820000', '132445.823000', '132445.825000', '132445.828000', '132445.831000', '132445.834000', '132445.837000', '132445.839000', '132445.842000', '132445.845000', '132445.848000', '132445.851000', '132445.854000', '132445.856000', '132445.859000', '132445.862000', '132445.865000', '132445.868000', '132445.871000', '132505.743000', '132505.746000', '132505.749000', '132505.752000', '132505.754000', '132505.757000', '132505.764000', '132505.767000', '132505.770000', '132505.773000', '132505.776000', '132505.778000', '132505.781000', '132505.784000', '132505.787000', '132505.790000', '132505.792000', '132505.795000', '132505.798000', '132505.801000', '132505.804000', '132505.807000', '132505.809000', '132505.812000', '132505.815000', '132505.818000', '132505.821000', '132505.823000', '132505.826000', '132505.829000', '132505.832000', '132505.835000', '132505.838000', '132505.840000', '132505.843000', '132505.846000', '132505.849000', '132505.852000', '132505.855000', '132505.857000', '132505.860000', '132505.863000', '132505.866000', '132525.742000', '132525.745000', '132525.748000', '132525.751000', '132525.754000', '132525.756000', '132525.759000', '132525.762000', '132525.765000', '132525.768000', '132525.771000', '132525.774000', '132525.776000', '132525.779000', '132525.782000', '132525.785000', '132525.788000', '132525.790000', '132525.793000', '132525.796000', '132525.799000', '132525.802000', '132525.805000', '132525.807000', '132525.810000', '132525.813000', '132525.816000', '132525.819000', '132525.822000', '132525.824000', '132525.831000', '132525.834000', '132525.837000', '132525.840000', '132525.849000', '132525.852000', '132525.855000', '132525.858000', '132525.861000', '132525.863000', '132525.866000', '132525.869000', '132525.872000', '132525.875000', '132545.742000', '132545.745000', '132545.748000', '132545.751000', '132545.753000', '132545.756000', '132545.759000', '132545.762000', '132545.765000', '132545.768000', '132545.770000', '132545.773000', '132545.776000', '132545.779000', '132545.782000', '132545.785000', '132545.787000', '132545.790000', '132545.793000', '132545.796000', '132545.799000', '132545.802000', '132545.805000', '132545.816000', '132545.819000', '132545.822000', '132545.825000', '132545.828000', '132545.830000', '132545.833000', '132545.836000', '132545.839000', '132545.843000', '132545.846000', '132545.849000', '132545.852000', '132545.855000', '132545.857000', '132545.860000', '132545.863000', '132545.866000', '132545.869000', '132545.871000', '132605.742000', '132605.745000', '132605.748000', '132605.751000', '132605.753000', '132605.756000', '132605.759000', '132605.762000', '132605.765000', '132605.768000', '132605.771000', '132605.774000', '132605.776000', '132605.779000', '132605.782000', '132605.785000', '132605.788000', '132605.790000', '132605.793000', '132605.796000', '132605.799000', '132605.802000', '132605.805000', '132605.808000', '132605.810000', '132605.813000', '132605.816000', '132605.819000', '132605.822000', '132605.825000', '132605.828000', '132605.830000', '132605.840000', '132605.843000', '132605.846000', '132605.849000', '132605.852000', '132605.855000', '132605.857000', '132605.866000', '132605.869000', '132605.872000', '132605.874000', '132605.877000', '132625.743000', '132625.746000', '132625.749000', '132625.752000', '132625.755000', '132625.757000', '132625.760000', '132625.763000', '132625.766000', '132625.769000', '132625.772000', '132625.774000', '132625.777000', '132625.780000', '132625.783000', '132625.786000', '132625.789000', '132625.792000', '132625.794000', '132625.797000', '132625.800000', '132625.803000', '132625.806000', '132625.809000', '132625.812000', '132625.814000', '132625.817000', '132625.820000', '132625.823000', '132625.826000', '132625.829000', '132625.832000', '132625.834000', '132625.837000', '132625.840000', '132625.843000', '132625.846000', '132625.849000', '132625.851000', '132625.854000', '132625.857000', '132625.860000', '132625.863000', '132645.743000', '132645.746000', '132645.749000', '132645.752000', '132645.754000', '132645.757000', '132645.760000', '132645.763000', '132645.766000', '132645.769000', '132645.772000', '132645.774000', '132645.777000', '132645.780000', '132645.783000', '132645.786000', '132645.789000', '132645.792000', '132645.794000', '132645.797000', '132645.800000', '132645.803000', '132645.806000', '132645.809000', '132645.811000', '132645.814000', '132645.817000', '132645.820000', '132645.823000', '132645.826000', '132645.828000', '132645.831000', '132645.834000', '132645.837000', '132645.840000', '132645.843000', '132645.846000', '132645.848000', '132645.851000', '132645.854000', '132645.857000', '132645.860000', '132645.863000', '132645.865000', '132705.743000', '132705.746000', '132705.749000', '132705.752000', '132705.755000', '132705.757000', '132705.760000', '132705.763000', '132705.766000', '132705.777000', '132705.780000', '132705.783000', '132705.786000', '132705.788000', '132705.791000', '132705.794000', '132705.797000', '132705.800000', '132705.803000', '132705.806000', '132705.808000', '132705.811000', '132705.814000', '132705.817000', '132705.820000', '132705.823000', '132705.825000', '132705.828000', '132705.831000', '132705.834000', '132705.837000', '132705.840000', '132705.842000', '132705.845000', '132705.848000', '132705.851000', '132705.854000', '132705.857000', '132705.859000', '132705.862000', '132705.865000', '132705.868000', '132705.871000', '132725.743000', '132725.746000', '132725.749000', '132725.752000', '132725.754000', '132725.757000', '132725.760000', '132725.763000', '132725.766000', '132725.769000', '132725.771000', '132725.774000', '132725.777000', '132725.780000', '132725.783000', '132725.786000', '132725.788000', '132725.791000', '132725.794000', '132725.797000', '132725.800000', '132725.803000', '132725.806000', '132725.808000', '132725.811000', '132725.814000', '132725.817000', '132725.820000', '132725.823000', '132725.826000', '132725.828000', '132725.831000', '132725.834000', '132725.837000', '132725.840000', '132725.843000', '132725.845000', '132725.848000', '132725.856000', '132725.859000', '132725.862000', '132725.865000', '132725.868000', '132725.871000', '132745.742000', '132745.745000', '132745.748000', '132745.751000', '132745.753000', '132745.756000', '132745.759000', '132745.762000', '132745.765000', '132745.768000', '132745.770000', '132745.773000', '132745.776000', '132745.791000', '132745.794000', '132745.806000', '132745.809000', '132745.812000', '132745.815000', '132745.817000', '132745.820000', '132745.823000', '132745.826000', '132745.829000', '132745.832000', '132745.834000', '132745.837000', '132745.840000', '132745.843000', '132745.846000', '132745.849000', '132745.851000', '132745.854000', '132745.857000', '132745.860000', '132745.863000', '132745.866000', '132745.868000', '132745.871000', '132745.874000', '132745.877000', '132745.880000', '132745.883000', '132805.742000', '132805.745000', '132805.748000', '132805.751000', '132805.754000', '132805.756000', '132805.759000', '132805.762000', '132805.765000', '132805.768000', '132805.771000', '132805.773000', '132805.776000', '132805.779000', '132805.782000', '132805.785000', '132805.788000', '132805.790000', '132805.793000', '132805.796000', '132805.799000', '132805.802000', '132805.805000', '132805.807000', '132805.810000', '132805.813000', '132805.816000', '132805.819000', '132805.822000', '132805.825000', '132805.828000', '132805.830000', '132805.833000', '132805.836000', '132805.839000', '132805.842000', '132805.845000', '132805.847000', '132805.850000', '132805.853000', '132805.856000', '132805.859000', '132805.862000', '132825.742000', '132825.745000', '132825.748000', '132825.751000', '132825.754000', '132825.757000', '132825.759000', '132825.762000', '132825.765000', '132825.768000', '132825.771000', '132825.774000', '132825.777000', '132825.780000', '132825.782000', '132825.785000', '132825.788000', '132825.791000', '132825.794000', '132825.797000', '132825.799000', '132825.802000', '132825.805000', '132825.808000', '132825.811000', '132825.814000', '132825.817000', '132825.819000', '132825.822000', '132825.825000', '132825.828000', '132825.831000', '132825.834000', '132825.836000', '132825.839000', '132825.842000', '132825.845000', '132825.848000', '132825.851000', '132825.854000', '132825.856000', '132825.859000', '132825.862000', '132825.865000', '132845.743000', '132845.746000', '132845.749000', '132845.760000', '132845.763000', '132845.765000', '132845.768000', '132845.771000', '132845.774000', '132845.778000', '132845.781000', '132845.784000', '132845.787000', '132845.790000', '132845.792000', '132845.795000', '132845.798000', '132845.801000', '132845.804000', '132845.807000', '132845.809000', '132845.812000', '132845.815000', '132845.818000', '132845.821000', '132845.824000', '132845.827000', '132845.829000', '132845.832000', '132845.835000', '132845.838000', '132845.841000', '132845.844000', '132845.847000', '132845.849000', '132845.852000', '132845.855000', '132845.858000', '132845.861000', '132845.864000', '132845.866000', '132845.869000', '132845.872000', '132905.743000', '132905.746000', '132905.749000', '132905.752000', '132905.755000', '132905.757000', '132905.760000', '132905.763000', '132905.766000', '132905.769000', '132905.772000', '132905.775000', '132905.777000', '132905.780000', '132905.783000', '132905.786000', '132905.789000', '132905.792000', '132905.795000', '132905.797000', '132905.800000', '132905.803000', '132905.806000', '132905.809000', '132905.812000', '132905.815000', '132905.817000', '132905.820000', '132905.823000', '132905.826000', '132905.829000', '132905.832000', '132905.835000', '132905.837000', '132905.840000', '132905.843000', '132905.846000', '132905.849000', '132905.859000', '132905.880000', '132905.882000', '132905.885000', '132905.888000', '132905.891000', '132925.743000', '132925.746000', '132925.749000', '132925.752000', '132925.755000', '132925.758000', '132925.760000', '132925.763000', '132925.766000', '132925.769000', '132925.772000', '132925.775000', '132925.778000', '132925.781000', '132925.784000', '132925.787000', '132925.790000', '132925.793000', '132925.796000', '132925.799000', '132925.801000', '132925.804000', '132925.807000', '132925.810000', '132925.813000', '132925.816000', '132925.819000', '132925.821000', '132925.824000', '132925.827000', '132925.830000', '132925.833000', '132925.836000', '132925.839000', '132925.842000', '132925.844000', '132925.852000', '132925.855000', '132925.858000', '132925.861000', '132925.864000', '132925.867000', '132925.870000', '132945.743000', '132945.746000', '132945.749000', '132945.752000', '132945.755000', '132945.762000', '132945.765000', '132945.768000', '132945.771000', '132945.774000', '132945.776000', '132945.779000', '132945.782000', '132945.785000', '132945.788000', '132945.791000', '132945.794000', '132945.796000', '132945.799000', '132945.802000', '132945.805000', '132945.808000', '132945.811000', '132945.814000', '132945.817000', '132945.819000', '132945.822000', '132945.825000', '132945.828000', '132945.831000', '132945.833000', '132945.836000', '132945.839000', '132945.842000', '132945.845000', '132945.848000', '132945.850000', '132945.853000', '132945.856000', '132945.859000', '132945.862000', '132945.865000', '132945.868000', '132945.870000', '133005.742000', '133005.745000', '133005.748000', '133005.751000', '133005.754000', '133005.757000', '133005.759000', '133005.762000', '133005.765000', '133005.768000', '133005.771000', '133005.774000', '133005.777000', '133005.779000', '133005.782000', '133005.785000', '133005.788000', '133005.791000', '133005.795000', '133005.798000', '133005.801000', '133005.803000', '133005.806000', '133005.809000', '133005.812000', '133005.815000', '133005.818000', '133005.821000', '133005.824000', '133005.827000', '133005.829000', '133005.832000', '133005.836000', '133005.839000', '133005.842000', '133005.845000', '133005.848000', '133005.851000', '133005.854000', '133005.856000', '133005.859000', '133005.862000', '133005.865000', '133025.742000', '133025.745000', '133025.748000', '133025.751000', '133025.754000', '133025.757000', '133025.759000', '133025.762000', '133025.765000', '133025.768000', '133025.771000', '133025.774000', '133025.777000', '133025.779000', '133025.782000', '133025.785000', '133025.788000', '133025.791000', '133025.794000', '133025.796000', '133025.799000', '133025.802000', '133025.805000', '133025.808000', '133025.811000', '133025.814000', '133025.816000', '133025.819000', '133025.822000', '133025.825000', '133025.828000', '133025.831000', '133025.834000', '133025.837000', '133025.839000', '133025.842000', '133025.845000', '133025.848000', '133025.851000', '133025.854000', '133025.857000', '133025.860000', '133025.862000', '133025.865000', '133044.497000', '133044.500000', '133044.504000', '133044.508000', '133044.512000', '133044.515000', '133044.524000', '133044.526000', '133044.530000', '133044.534000', '133044.537000', '133044.539000', '133044.542000', '133044.546000', '133044.549000', '133044.552000', '133044.555000', '133044.558000', '133044.561000', '133044.564000', '133044.567000', '133044.570000', '133044.573000', '133044.576000', '133044.579000', '133044.582000', '133044.585000', '133044.588000', '133044.590000', '133044.601000', '133044.604000', '133044.607000', '133044.609000', '133044.612000', '133044.615000', '133044.618000', '133044.621000', '133044.624000', '133044.627000', '133044.630000', '133044.633000'], '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': [9711, 11388, 9338, 10856, 9204, 10977, 10192, 11450, 9115, 10884, 9542, 10176, 11170, 10190, 12063, 9236, 12644, 8768, 11088, 8276, 10721, 8304, 11099, 7934, 8805, 7683, 8806, 7641, 10347, 8197, 11030, 8721, 11987, 9408, 10977, 8294, 8952, 8346, 9412, 8752, 8591, 9345, 8137, 9192, 8532, 9870, 10524, 10582, 9777, 10241, 11063, 9433, 14409, 9529, 12934, 9735, 11023, 8604, 10465, 8001, 11092, 8135, 10072, 7471, 9708, 7905, 9159, 8325, 9490, 8570, 9270, 8172, 8711, 9062, 8351, 9889, 8538, 11407, 8786, 11241, 8421, 10441, 7976, 10397, 8326, 10071, 8494, 9681, 7824, 8718, 7854, 8388, 8534, 8785, 9977, 8574, 11838, 8369, 10458, 8017, 10012, 8584, 9502, 9758, 8932, 9843, 8031, 10204, 7981, 9032, 8603, 7409, 8060, 7007, 8569, 7438, 11366, 9401, 10836, 10212, 9903, 13819, 9846, 13603, 9894, 11559, 9005, 10795, 9713, 10485, 12327, 9258, 12141, 8716, 10124, 7716, 9611, 8161, 9840, 8836, 8661, 11751, 8481, 10705, 8102, 10798, 8500, 10002, 8192, 8620, 7900, 8693, 8056, 8905, 8310, 8119, 8478, 7869, 10796, 8662, 11784, 8701, 10058, 8643, 10430, 8341, 10896, 9075, 10314, 9057, 9593, 11639, 9168, 13167, 9486, 12151, 8505, 11328, 8309, 8804, 8967, 8334, 9235, 8870, 8195, 7245, 7805, 9801, 8875, 12205, 10118, 10874, 8969, 12649, 9175, 13172, 9917, 13772, 9751, 12474, 8893, 11044, 8656, 10298, 8368, 10640, 8315, 9992, 7512, 8477, 7166, 8003, 7133, 8578, 7120, 8179, 7568, 8181, 7879, 7936, 10368, 8601, 10393, 8225, 9114, 7907, 9223, 8061, 11490, 9116, 11329, 9131, 10952, 8846, 11472, 10185, 11801, 9713, 10582, 9503, 9876, 11180, 9648, 11576, 9904, 9301, 8891, 10751, 8951, 12368, 9180, 12255, 9537, 11070, 8591, 10185, 8165, 10608, 8771, 10934, 8099, 9709, 8642, 9709, 9496, 8614, 11504, 8311, 9948, 8092, 9917, 8312, 9857, 7370, 8169, 7336, 8912, 8273, 10846, 8847, 10682, 8983, 10644, 10064, 10421, 12809, 10028, 12694, 9535, 11416, 8467, 10698, 8639, 10468, 8894, 10189, 7871, 9706, 8134, 9650, 8267, 10157, 8591, 9234, 9606, 8157, 10162, 7790, 10406, 8210, 9941, 10653, 7728, 9362, 7719, 8796, 7625, 9421, 7906, 9621, 8459, 9578, 9426, 11837, 10094, 11368, 10461, 11657, 13179, 11715, 15099, 10534, 13403, 10463, 12394, 10052, 11568, 8782, 10441, 7958, 9840, 7690, 8870, 7714, 8276, 8690, 8194, 8842, 8101, 9155, 8064, 8225, 7948, 8213, 7656, 8965, 7160, 8547, 7961, 8390, 7796, 8509, 8568, 8527, 8821, 8245, 9356, 7781, 9387, 7923, 9391, 8410, 8439, 7966, 7738, 8216, 7456, 8928, 8361, 10374, 8283, 10890, 9507, 12216, 9953, 11714, 9814, 11597, 10064, 12300, 10270, 11510, 10022, 11013, 12119, 10059, 15192, 9991, 12338, 9021, 10423, 7960, 9558, 8112, 10252, 7741, 9811, 7919, 9266, 7667, 8900, 8389, 8005, 9294, 8615, 9657, 10485, 9708, 13655, 10039, 12725, 9544, 11096, 9272, 10467, 8261, 9927, 8585, 10445, 7835, 9544, 7450, 9129, 8184, 8942, 8543, 9778, 10475, 9588, 12639, 9057, 11387, 9322, 11189, 8070, 9892, 8427, 9177, 8672, 9681, 8306, 8826, 8685, 8278, 9920, 8002, 9281, 7842, 8834, 8182, 9318, 8521, 9636, 7831, 8991, 7957, 8838, 9043, 9481, 9137, 9269, 9469, 8853, 11969, 9226, 12181, 8940, 11042, 8862, 12360, 9432, 13260, 9920, 12018, 9747, 11755, 10069, 13252, 9945, 10816, 9322, 10446, 9982, 13135, 10641, 11580, 10752, 9461, 10215, 9332, 10366, 10315, 10789, 9380, 10358, 8963, 9945, 10566, 9870, 12220, 9918, 13027, 9081, 11034, 8790, 10379, 8250, 10330, 8323, 9866, 7823, 8747, 7851, 8007, 9375, 8420, 11458, 8775, 9995, 8154, 9182, 8007, 10477, 8112, 9669, 8678, 8857, 11028, 8413, 10919, 8528, 11328, 8131, 7500, 7835, 7497, 8098, 8394, 10028, 10199, 9655, 12166, 9639, 11709, 9392, 11378, 10271, 10589, 9395, 9551, 12873, 9844, 13569, 9640, 11508, 8887, 10911, 9002, 9859, 13590, 8874, 12098, 9124, 11210, 7964, 9631, 7789, 9180, 7544, 9421, 7224, 8138, 7982, 8590, 9167, 9401, 12888, 8760, 11887, 8773, 10769, 8950, 9714, 13181, 8541, 11696, 8588, 10768, 8527, 9028, 10928, 7841, 11122, 8097, 9411, 7799, 9365, 7806, 9010, 8360, 10730, 8593, 10988, 9044, 9861, 11795, 9231, 12773, 10087, 12025, 9029, 10641, 8704, 10163, 9411, 10572, 9106, 9826, 8931, 9510, 11537, 9700, 12362, 9941, 13084, 9417, 12512, 9132, 12611, 9897, 11984, 8954, 10801, 8350, 10737, 9117, 11126, 9406, 10381, 12798, 9221, 12089, 8754, 10680, 8243, 10767, 7901, 9347, 8149, 8128, 10945, 8108, 9817, 8609, 9991, 7756, 9170, 8273, 9145, 9686, 9284, 13585, 9380, 12577, 9128, 10672, 8680, 10493, 8767, 11252, 8787, 10935, 7781, 9845, 7961, 10512, 8643, 10649, 8884, 9599, 11203, 9149, 12983, 9656, 11385, 8329, 9658, 7822, 8801, 8256, 9989, 8682, 10357, 8121, 10199, 8496, 10112, 9916, 10835, 9291, 10088, 8950, 10198, 9529, 10367, 12209, 11104, 14902, 10032, 12147, 8860, 10959, 8875, 9800, 11341, 9472, 13182, 8591, 10155, 7509, 9109, 8089, 9675, 7923, 9161, 7359, 8725, 7777, 11757, 9319, 11786, 9423, 10738, 8926, 11456, 9490, 11748, 9374, 11026, 11092, 10133, 15616, 9951, 12396, 8756, 10975, 8827, 9759, 10928, 9336, 10659, 9151, 8111, 8617, 7606, 9348, 8136, 10166, 8545, 9933, 8951, 11134, 10289, 11601, 11245, 10275, 14071, 9431, 11142, 8270, 10980, 8552, 9699, 8229, 8598, 11531, 8174, 10581, 7866, 9446, 6930, 8120, 7132, 7937, 7275, 8879, 7090, 8027, 7453, 9509, 9022, 11469, 10409, 11081, 10261, 9893, 14764, 10138, 13298, 10437, 11654, 8352, 10584, 8784, 10122, 9340, 9905, 9512, 8772, 11787, 8273, 10717, 8164, 10439, 8395, 9759, 8217, 8317, 9904, 8237, 8203, 8855, 7080, 8835, 7357, 9076, 9034, 11508, 10590, 10382, 14019, 9687, 11952, 9256, 10193, 10840, 9434, 13210, 8800, 10537, 7763, 9405, 7809, 10118, 7430, 9493, 7220, 8578, 7888, 10079, 8947, 10615, 9465, 9347, 13172, 9171, 11811, 8345, 11034, 8730, 10059, 11349], 'WindowCenter': [4295.0, 4284.0, 4247.0, 4230.0, 4218.0, 4226.0, 4214.0, 4223.0, 4179.0, 4209.0, 4186.0, 4186.0, 4195.0, 4186.0, 4203.0, 4174.0, 4192.0, 4152.0, 4181.0, 4163.0, 4193.0, 4165.0, 4205.0, 4167.0, 4186.0, 4168.0, 4176.0, 4156.0, 4186.0, 4168.0, 4207.0, 4179.0, 4218.0, 4200.0, 4208.0, 4167.0, 4175.0, 4178.0, 4177.0, 4189.0, 4179.0, 4200.0, 4180.0, 4179.0, 4162.0, 4200.0, 4198.0, 4199.0, 4187.0, 4197.0, 4183.0, 4175.0, 4214.0, 4174.0, 4203.0, 4162.0, 4181.0, 4161.0, 4181.0, 4151.0, 4181.0, 4151.0, 4170.0, 4130.0, 4171.0, 4151.0, 4172.0, 4163.0, 4181.0, 4163.0, 4172.0, 4152.0, 4162.0, 4171.0, 4154.0, 4184.0, 4174.0, 4205.0, 4177.0, 4195.0, 4165.0, 4194.0, 4142.0, 4184.0, 4153.0, 4185.0, 4175.0, 4185.0, 4155.0, 4175.0, 4165.0, 4175.0, 4177.0, 4190.0, 4198.0, 4189.0, 4207.0, 4178.0, 4197.0, 4167.0, 4185.0, 4175.0, 4198.0, 4187.0, 4187.0, 4196.0, 4166.0, 4196.0, 4179.0, 4179.0, 4202.0, 4184.0, 4177.0, 4168.0, 4204.0, 4174.0, 4235.0, 4204.0, 4212.0, 4201.0, 4201.0, 4229.0, 4189.0, 4217.0, 4187.0, 4194.0, 4161.0, 4183.0, 4160.0, 4180.0, 4191.0, 4160.0, 4189.0, 4149.0, 4158.0, 4128.0, 4171.0, 4151.0, 4182.0, 4161.0, 4162.0, 4180.0, 4161.0, 4181.0, 4152.0, 4181.0, 4152.0, 4182.0, 4162.0, 4173.0, 4164.0, 4174.0, 4164.0, 4186.0, 4175.0, 4156.0, 4166.0, 4170.0, 4199.0, 4189.0, 4210.0, 4192.0, 4199.0, 4190.0, 4209.0, 4177.0, 4210.0, 4177.0, 4198.0, 4176.0, 4186.0, 4206.0, 4187.0, 4206.0, 4199.0, 4206.0, 4188.0, 4218.0, 4189.0, 4188.0, 4189.0, 4177.0, 4187.0, 4167.0, 4138.0, 4157.0, 4169.0, 4210.0, 4189.0, 4217.0, 4195.0, 4171.0, 4160.0, 4190.0, 4161.0, 4191.0, 4171.0, 4201.0, 4170.0, 4191.0, 4159.0, 4179.0, 4147.0, 4146.0, 4149.0, 4167.0, 4149.0, 4168.0, 4129.0, 4147.0, 4131.0, 4163.0, 4144.0, 4162.0, 4145.0, 4163.0, 4154.0, 4175.0, 4178.0, 4169.0, 4208.0, 4179.0, 4208.0, 4190.0, 4187.0, 4170.0, 4183.0, 4193.0, 4232.0, 4203.0, 4221.0, 4201.0, 4210.0, 4190.0, 4221.0, 4199.0, 4218.0, 4185.0, 4195.0, 4173.0, 4186.0, 4185.0, 4187.0, 4205.0, 4196.0, 4175.0, 4165.0, 4193.0, 4166.0, 4215.0, 4185.0, 4217.0, 4186.0, 4195.0, 4175.0, 4174.0, 4165.0, 4198.0, 4166.0, 4195.0, 4165.0, 4186.0, 4175.0, 4175.0, 4173.0, 4165.0, 4204.0, 4176.0, 4194.0, 4166.0, 4196.0, 4178.0, 4187.0, 4168.0, 4176.0, 4160.0, 4179.0, 4180.0, 4211.0, 4192.0, 4200.0, 4177.0, 4186.0, 4175.0, 4198.0, 4206.0, 4185.0, 4192.0, 4184.0, 4192.0, 4152.0, 4183.0, 4163.0, 4172.0, 4172.0, 4172.0, 4151.0, 4182.0, 4153.0, 4175.0, 4149.0, 4209.0, 4176.0, 4176.0, 4184.0, 4181.0, 4209.0, 4166.0, 4182.0, 4164.0, 4182.0, 4209.0, 4167.0, 4183.0, 4154.0, 4163.0, 4165.0, 4186.0, 4166.0, 4187.0, 4177.0, 4199.0, 4187.0, 4218.0, 4194.0, 4193.0, 4169.0, 4180.0, 4188.0, 4179.0, 4187.0, 4156.0, 4175.0, 4155.0, 4162.0, 4142.0, 4149.0, 4118.0, 4136.0, 4107.0, 4139.0, 4109.0, 4131.0, 4110.0, 4134.0, 4134.0, 4146.0, 4145.0, 4137.0, 4155.0, 4137.0, 4149.0, 4149.0, 4161.0, 4154.0, 4173.0, 4145.0, 4163.0, 4145.0, 4177.0, 4155.0, 4160.0, 4159.0, 4188.0, 4187.0, 4178.0, 4198.0, 4171.0, 4201.0, 4195.0, 4211.0, 4204.0, 4193.0, 4193.0, 4181.0, 4193.0, 4184.0, 4215.0, 4205.0, 4224.0, 4183.0, 4223.0, 4211.0, 4233.0, 4212.0, 4203.0, 4198.0, 4208.0, 4187.0, 4205.0, 4196.0, 4205.0, 4175.0, 4207.0, 4204.0, 4185.0, 4212.0, 4183.0, 4190.0, 4172.0, 4170.0, 4162.0, 4155.0, 4164.0, 4193.0, 4166.0, 4195.0, 4166.0, 4187.0, 4180.0, 4189.0, 4190.0, 4181.0, 4200.0, 4188.0, 4200.0, 4198.0, 4177.0, 4207.0, 4199.0, 4217.0, 4185.0, 4194.0, 4172.0, 4172.0, 4164.0, 4168.0, 4174.0, 4193.0, 4164.0, 4183.0, 4154.0, 4186.0, 4167.0, 4189.0, 4178.0, 4199.0, 4207.0, 4187.0, 4218.0, 4166.0, 4206.0, 4174.0, 4184.0, 4154.0, 4184.0, 4147.0, 4186.0, 4175.0, 4188.0, 4168.0, 4190.0, 4176.0, 4179.0, 4197.0, 4179.0, 4199.0, 4193.0, 4200.0, 4193.0, 4213.0, 4190.0, 4199.0, 4156.0, 4187.0, 4150.0, 4200.0, 4201.0, 4214.0, 4214.0, 4203.0, 4189.0, 4202.0, 4220.0, 4201.0, 4219.0, 4201.0, 4207.0, 4188.0, 4229.0, 4199.0, 4216.0, 4200.0, 4209.0, 4199.0, 4207.0, 4198.0, 4215.0, 4185.0, 4195.0, 4172.0, 4193.0, 4185.0, 4215.0, 4195.0, 4192.0, 4182.0, 4170.0, 4154.0, 4159.0, 4180.0, 4170.0, 4181.0, 4160.0, 4170.0, 4158.0, 4170.0, 4163.0, 4170.0, 4189.0, 4170.0, 4188.0, 4160.0, 4169.0, 4159.0, 4158.0, 4150.0, 4180.0, 4162.0, 4170.0, 4139.0, 4161.0, 4151.0, 4163.0, 4173.0, 4174.0, 4205.0, 4176.0, 4173.0, 4178.0, 4170.0, 4166.0, 4208.0, 4166.0, 4175.0, 4174.0, 4176.0, 4184.0, 4177.0, 4199.0, 4190.0, 4219.0, 4180.0, 4169.0, 4170.0, 4160.0, 4194.0, 4194.0, 4227.0, 4213.0, 4213.0, 4210.0, 4188.0, 4199.0, 4188.0, 4210.0, 4196.0, 4194.0, 4173.0, 4175.0, 4204.0, 4186.0, 4215.0, 4175.0, 4194.0, 4161.0, 4182.0, 4146.0, 4183.0, 4201.0, 4151.0, 4191.0, 4170.0, 4179.0, 4134.0, 4169.0, 4141.0, 4162.0, 4154.0, 4186.0, 4156.0, 4166.0, 4168.0, 4179.0, 4177.0, 4200.0, 4218.0, 4178.0, 4194.0, 4154.0, 4196.0, 4173.0, 4174.0, 4203.0, 4165.0, 4193.0, 4164.0, 4194.0, 4163.0, 4175.0, 4207.0, 4179.0, 4217.0, 4162.0, 4187.0, 4168.0, 4187.0, 4159.0, 4189.0, 4181.0, 4211.0, 4190.0, 4209.0, 4171.0, 4198.0, 4204.0, 4186.0, 4216.0, 4185.0, 4206.0, 4163.0, 4182.0, 4152.0, 4194.0, 4184.0, 4196.0, 4175.0, 4170.0, 4172.0, 4185.0, 4194.0, 4186.0, 4215.0, 4196.0, 4215.0, 4175.0, 4202.0, 4185.0, 4204.0, 4170.0, 4204.0, 4174.0, 4192.0, 4152.0, 4192.0, 4173.0, 4194.0, 4172.0, 4173.0, 4190.0, 4149.0, 4177.0, 4160.0, 4179.0, 4139.0, 4180.0, 4151.0, 4171.0, 4149.0, 4141.0, 4181.0, 4166.0, 4195.0, 4188.0, 4196.0, 4156.0, 4174.0, 4147.0, 4177.0, 4185.0, 4177.0, 4227.0, 4187.0, 4216.0, 4185.0, 4184.0, 4175.0, 4209.0, 4178.0, 4197.0, 4168.0, 4207.0, 4157.0, 4181.0, 4168.0, 4209.0, 4179.0, 4199.0, 4177.0, 4198.0, 4208.0, 4188.0, 4229.0, 4199.0, 4207.0, 4178.0, 4175.0, 4157.0, 4189.0, 4174.0, 4202.0, 4202.0, 4201.0, 4180.0, 4199.0, 4167.0, 4201.0, 4201.0, 4200.0, 4190.0, 4210.0, 4187.0, 4197.0, 4177.0, 4210.0, 4218.0, 4209.0, 4216.0, 4190.0, 4196.0, 4163.0, 4194.0, 4173.0, 4183.0, 4180.0, 4172.0, 4201.0, 4161.0, 4181.0, 4144.0, 4174.0, 4165.0, 4197.0, 4169.0, 4198.0, 4159.0, 4189.0, 4182.0, 4210.0, 4201.0, 4221.0, 4191.0, 4208.0, 4188.0, 4198.0, 4176.0, 4216.0, 4187.0, 4208.0, 4184.0, 4186.0, 4215.0, 4173.0, 4190.0, 4139.0, 4180.0, 4159.0, 4173.0, 4192.0, 4172.0, 4182.0, 4173.0, 4137.0, 4173.0, 4137.0, 4175.0, 4167.0, 4181.0, 4188.0, 4187.0, 4175.0, 4196.0, 4184.0, 4198.0, 4194.0, 4173.0, 4189.0, 4160.0, 4170.0, 4149.0, 4182.0, 4149.0, 4170.0, 4147.0, 4162.0, 4190.0, 4151.0, 4181.0, 4142.0, 4181.0, 4144.0, 4156.0, 4157.0, 4178.0, 4168.0, 4178.0, 4161.0, 4181.0, 4160.0, 4201.0, 4192.0, 4213.0, 4200.0, 4196.0, 4187.0, 4199.0, 4227.0, 4175.0, 4205.0, 4174.0, 4192.0, 4141.0, 4182.0, 4162.0, 4184.0, 4175.0, 4185.0, 4173.0, 4146.0, 4190.0, 4163.0, 4193.0, 4163.0, 4194.0, 4152.0, 4184.0, 4152.0, 4175.0, 4185.0, 4177.0, 4176.0, 4188.0, 4159.0, 4178.0, 4170.0, 4181.0, 4191.0, 4225.0, 4210.0, 4200.0, 4205.0, 4174.0, 4183.0, 4161.0, 4183.0, 4181.0, 4172.0, 4203.0, 4162.0, 4181.0, 4153.0, 4172.0, 4151.0, 4183.0, 4154.0, 4173.0, 4155.0, 4167.0, 4167.0, 4200.0, 4179.0, 4209.0, 4173.0, 4164.0, 4192.0, 4164.0, 4193.0, 4151.0, 4172.0, 4151.0, 4183.0, 4179.0], 'WindowWidth': [9523.0, 9484.0, 9417.0, 9374.0, 9355.0, 9363.0, 9341.0, 9351.0, 9279.0, 9323.0, 9286.0, 9282.0, 9295.0, 9288.0, 9305.0, 9268.0, 9281.0, 9229.0, 9264.0, 9253.0, 9291.0, 9258.0, 9310.0, 9264.0, 9289.0, 9268.0, 9274.0, 9243.0, 9283.0, 9261.0, 9318.0, 9284.0, 9335.0, 9312.0, 9319.0, 9258.0, 9269.0, 9282.0, 9273.0, 9297.0, 9283.0, 9312.0, 9286.0, 9277.0, 9250.0, 9313.0, 9299.0, 9302.0, 9289.0, 9302.0, 9271.0, 9269.0, 9320.0, 9267.0, 9304.0, 9243.0, 9270.0, 9244.0, 9270.0, 9232.0, 9271.0, 9230.0, 9254.0, 9203.0, 9256.0, 9233.0, 9263.0, 9251.0, 9274.0, 9250.0, 9264.0, 9235.0, 9249.0, 9260.0, 9237.0, 9282.0, 9272.0, 9312.0, 9277.0, 9291.0, 9258.0, 9292.0, 9216.0, 9281.0, 9232.0, 9285.0, 9271.0, 9283.0, 9245.0, 9272.0, 9257.0, 9273.0, 9278.0, 9299.0, 9307.0, 9296.0, 9317.0, 9281.0, 9301.0, 9265.0, 9280.0, 9271.0, 9307.0, 9289.0, 9291.0, 9302.0, 9257.0, 9301.0, 9284.0, 9279.0, 9319.0, 9301.0, 9281.0, 9271.0, 9328.0, 9280.0, 9370.0, 9324.0, 9327.0, 9312.0, 9315.0, 9349.0, 9290.0, 9332.0, 9287.0, 9294.0, 9244.0, 9275.0, 9241.0, 9270.0, 9284.0, 9236.0, 9279.0, 9226.0, 9229.0, 9192.0, 9259.0, 9232.0, 9278.0, 9240.0, 9250.0, 9264.0, 9247.0, 9271.0, 9237.0, 9269.0, 9228.0, 9275.0, 9247.0, 9265.0, 9255.0, 9269.0, 9257.0, 9288.0, 9273.0, 9245.0, 9256.0, 9269.0, 9307.0, 9298.0, 9322.0, 9305.0, 9311.0, 9299.0, 9323.0, 9279.0, 9324.0, 9271.0, 9305.0, 9273.0, 9283.0, 9313.0, 9292.0, 9308.0, 9310.0, 9310.0, 9295.0, 9335.0, 9300.0, 9295.0, 9300.0, 9277.0, 9290.0, 9255.0, 9205.0, 9252.0, 9268.0, 9326.0, 9297.0, 9329.0, 9297.0, 9249.0, 9240.0, 9279.0, 9241.0, 9283.0, 9257.0, 9298.0, 9255.0, 9282.0, 9240.0, 9262.0, 9219.0, 9210.0, 9223.0, 9245.0, 9226.0, 9245.0, 9199.0, 9221.0, 9206.0, 9254.0, 9230.0, 9251.0, 9233.0, 9254.0, 9243.0, 9272.0, 9283.0, 9265.0, 9322.0, 9279.0, 9321.0, 9300.0, 9292.0, 9269.0, 9280.0, 9311.0, 9360.0, 9325.0, 9342.0, 9315.0, 9325.0, 9299.0, 9344.0, 9311.0, 9336.0, 9284.0, 9296.0, 9264.0, 9288.0, 9278.0, 9290.0, 9311.0, 9301.0, 9270.0, 9253.0, 9293.0, 9254.0, 9326.0, 9288.0, 9330.0, 9289.0, 9296.0, 9271.0, 9261.0, 9258.0, 9302.0, 9256.0, 9295.0, 9260.0, 9286.0, 9271.0, 9266.0, 9260.0, 9252.0, 9309.0, 9275.0, 9296.0, 9265.0, 9301.0, 9283.0, 9284.0, 9269.0, 9276.0, 9255.0, 9280.0, 9283.0, 9325.0, 9305.0, 9306.0, 9277.0, 9283.0, 9266.0, 9306.0, 9308.0, 9285.0, 9284.0, 9278.0, 9288.0, 9234.0, 9276.0, 9251.0, 9257.0, 9264.0, 9258.0, 9230.0, 9277.0, 9233.0, 9265.0, 9227.0, 9323.0, 9277.0, 9268.0, 9283.0, 9291.0, 9323.0, 9264.0, 9275.0, 9253.0, 9273.0, 9322.0, 9266.0, 9279.0, 9242.0, 9246.0, 9258.0, 9286.0, 9261.0, 9289.0, 9277.0, 9310.0, 9292.0, 9332.0, 9295.0, 9289.0, 9249.0, 9266.0, 9274.0, 9263.0, 9270.0, 9228.0, 9251.0, 9226.0, 9231.0, 9203.0, 9206.0, 9163.0, 9186.0, 9150.0, 9193.0, 9156.0, 9188.0, 9159.0, 9198.0, 9197.0, 9217.0, 9215.0, 9208.0, 9227.0, 9209.0, 9227.0, 9229.0, 9247.0, 9242.0, 9265.0, 9232.0, 9248.0, 9217.0, 9279.0, 9246.0, 9243.0, 9242.0, 9294.0, 9291.0, 9279.0, 9309.0, 9272.0, 9317.0, 9318.0, 9333.0, 9326.0, 9310.0, 9310.0, 9292.0, 9311.0, 9299.0, 9343.0, 9330.0, 9353.0, 9290.0, 9350.0, 9333.0, 9363.0, 9331.0, 9307.0, 9303.0, 9321.0, 9285.0, 9310.0, 9300.0, 9312.0, 9266.0, 9318.0, 9306.0, 9283.0, 9316.0, 9276.0, 9278.0, 9262.0, 9248.0, 9250.0, 9230.0, 9255.0, 9293.0, 9264.0, 9300.0, 9264.0, 9292.0, 9288.0, 9297.0, 9303.0, 9290.0, 9314.0, 9294.0, 9312.0, 9305.0, 9272.0, 9311.0, 9311.0, 9331.0, 9285.0, 9293.0, 9264.0, 9255.0, 9256.0, 9250.0, 9269.0, 9293.0, 9258.0, 9281.0, 9244.0, 9289.0, 9259.0, 9293.0, 9280.0, 9312.0, 9318.0, 9285.0, 9333.0, 9256.0, 9315.0, 9268.0, 9275.0, 9235.0, 9279.0, 9220.0, 9288.0, 9272.0, 9289.0, 9263.0, 9301.0, 9274.0, 9285.0, 9306.0, 9283.0, 9311.0, 9313.0, 9317.0, 9313.0, 9338.0, 9301.0, 9309.0, 9241.0, 9289.0, 9232.0, 9315.0, 9316.0, 9338.0, 9338.0, 9323.0, 9290.0, 9318.0, 9341.0, 9316.0, 9331.0, 9315.0, 9318.0, 9296.0, 9351.0, 9313.0, 9327.0, 9313.0, 9319.0, 9308.0, 9318.0, 9305.0, 9325.0, 9280.0, 9296.0, 9264.0, 9291.0, 9285.0, 9324.0, 9298.0, 9289.0, 9275.0, 9255.0, 9224.0, 9238.0, 9269.0, 9255.0, 9273.0, 9242.0, 9254.0, 9236.0, 9256.0, 9234.0, 9257.0, 9280.0, 9255.0, 9276.0, 9243.0, 9247.0, 9242.0, 9231.0, 9230.0, 9270.0, 9249.0, 9250.0, 9215.0, 9248.0, 9235.0, 9255.0, 9266.0, 9271.0, 9312.0, 9276.0, 9261.0, 9284.0, 9259.0, 9261.0, 9321.0, 9260.0, 9264.0, 9269.0, 9274.0, 9277.0, 9277.0, 9307.0, 9304.0, 9337.0, 9287.0, 9272.0, 9274.0, 9256.0, 9313.0, 9311.0, 9362.0, 9336.0, 9336.0, 9321.0, 9287.0, 9302.0, 9291.0, 9320.0, 9300.0, 9295.0, 9263.0, 9264.0, 9307.0, 9285.0, 9324.0, 9265.0, 9289.0, 9247.0, 9275.0, 9215.0, 9276.0, 9297.0, 9226.0, 9284.0, 9257.0, 9266.0, 9199.0, 9255.0, 9216.0, 9243.0, 9245.0, 9287.0, 9250.0, 9265.0, 9267.0, 9282.0, 9270.0, 9314.0, 9332.0, 9278.0, 9289.0, 9236.0, 9300.0, 9265.0, 9262.0, 9303.0, 9256.0, 9285.0, 9255.0, 9294.0, 9252.0, 9272.0, 9320.0, 9284.0, 9331.0, 9252.0, 9287.0, 9269.0, 9293.0, 9252.0, 9299.0, 9289.0, 9328.0, 9300.0, 9324.0, 9260.0, 9306.0, 9309.0, 9287.0, 9328.0, 9281.0, 9314.0, 9247.0, 9270.0, 9232.0, 9295.0, 9282.0, 9300.0, 9272.0, 9255.0, 9265.0, 9287.0, 9288.0, 9287.0, 9325.0, 9301.0, 9323.0, 9269.0, 9304.0, 9285.0, 9309.0, 9255.0, 9306.0, 9268.0, 9287.0, 9235.0, 9290.0, 9265.0, 9294.0, 9263.0, 9257.0, 9281.0, 9221.0, 9255.0, 9243.0, 9266.0, 9208.0, 9268.0, 9232.0, 9259.0, 9228.0, 9216.0, 9273.0, 9262.0, 9300.0, 9295.0, 9301.0, 9244.0, 9270.0, 9223.0, 9271.0, 9285.0, 9272.0, 9344.0, 9291.0, 9327.0, 9286.0, 9275.0, 9273.0, 9322.0, 9282.0, 9299.0, 9262.0, 9315.0, 9250.0, 9271.0, 9268.0, 9322.0, 9277.0, 9305.0, 9271.0, 9308.0, 9319.0, 9294.0, 9349.0, 9310.0, 9318.0, 9280.0, 9266.0, 9249.0, 9297.0, 9270.0, 9316.0, 9322.0, 9309.0, 9287.0, 9308.0, 9259.0, 9311.0, 9314.0, 9308.0, 9298.0, 9324.0, 9291.0, 9305.0, 9270.0, 9326.0, 9333.0, 9323.0, 9323.0, 9296.0, 9293.0, 9245.0, 9292.0, 9267.0, 9280.0, 9264.0, 9262.0, 9299.0, 9246.0, 9273.0, 9231.0, 9268.0, 9263.0, 9304.0, 9266.0, 9308.0, 9255.0, 9298.0, 9294.0, 9323.0, 9319.0, 9343.0, 9302.0, 9321.0, 9292.0, 9300.0, 9268.0, 9328.0, 9290.0, 9319.0, 9275.0, 9285.0, 9318.0, 9257.0, 9282.0, 9207.0, 9268.0, 9238.0, 9264.0, 9290.0, 9263.0, 9276.0, 9265.0, 9208.0, 9267.0, 9211.0, 9268.0, 9266.0, 9274.0, 9296.0, 9286.0, 9271.0, 9302.0, 9282.0, 9303.0, 9294.0, 9258.0, 9273.0, 9241.0, 9249.0, 9228.0, 9275.0, 9227.0, 9257.0, 9221.0, 9249.0, 9284.0, 9233.0, 9272.0, 9218.0, 9274.0, 9233.0, 9244.0, 9254.0, 9282.0, 9272.0, 9278.0, 9265.0, 9290.0, 9255.0, 9319.0, 9306.0, 9330.0, 9307.0, 9297.0, 9283.0, 9311.0, 9344.0, 9266.0, 9303.0, 9261.0, 9289.0, 9214.0, 9276.0, 9249.0, 9275.0, 9272.0, 9286.0, 9264.0, 9219.0, 9284.0, 9252.0, 9291.0, 9253.0, 9294.0, 9230.0, 9282.0, 9231.0, 9274.0, 9285.0, 9277.0, 9278.0, 9296.0, 9259.0, 9277.0, 9275.0, 9285.0, 9303.0, 9351.0, 9328.0, 9312.0, 9304.0, 9266.0, 9271.0, 9238.0, 9277.0, 9271.0, 9260.0, 9303.0, 9248.0, 9272.0, 9241.0, 9262.0, 9237.0, 9279.0, 9244.0, 9261.0, 9248.0, 9258.0, 9266.0, 9313.0, 9276.0, 9323.0, 9261.0, 9248.0, 9283.0, 9249.0, 9290.0, 9234.0, 9256.0, 9231.0, 9277.0, 9266.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.0020190207373271887</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027719182949308755</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.358431625617065</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2490921461245672</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0240158668512123</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3310.1743</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1224266112274529</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.294930875576037</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4487938746496662</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4458102144146134</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.540423303067952</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3601481064664327</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0172812</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005765478126704693</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022457728162407875</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.045642528506023</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>32.538</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5525</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300333.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.7311</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6595</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.4593</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3382.2693</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3530.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76211.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.538</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.35613339487463</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> |