=== 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-0008 --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-0008",
"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-0008_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0008_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-01/func/sub-0008_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>63ae75bfb7e15cfe113bedc7e4393386</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>12:49:6.302500</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.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0836529</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ca640eee-c9a7-4560-8c03-1e205700627b||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.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [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': ['124906.302500', '124906.762500', '124907.222500', '124907.682500', '124908.142500', '124908.602500', '124909.062500', '124909.522500', '124909.982500', '124910.442500', '124910.902500', '124911.362500', '124911.822500', '124912.282500', '124912.742500', '124913.202500', '124913.662500', '124914.122500', '124914.582500', '124915.042500', '124915.502500', '124915.962500', '124916.422500', '124916.882500', '124917.342500', '124917.802500', '124918.262500', '124918.722500', '124919.182500', '124919.642500', '124920.102500', '124920.562500', '124921.022500', '124921.482500', '124921.942500', '124922.402500', '124922.862500', '124923.322500', '124923.782500', '124924.242500', '124924.702500', '124925.162500', '124925.622500', '124926.082500', '124926.542500', '124927.002500', '124927.462500', '124927.922500', '124928.382500', '124928.842500', '124929.302500', '124929.762500', '124930.222500', '124930.682500', '124931.142500', '124931.602500', '124932.062500', '124932.522500', '124932.982500', '124933.442500', '124933.902500', '124934.362500', '124934.822500', '124935.282500', '124935.742500', '124936.202500', '124936.662500', '124937.122500', '124937.582500', '124938.042500', '124938.502500', '124938.962500', '124939.422500', '124939.882500', '124940.342500', '124940.802500', '124941.262500', '124941.722500', '124942.182500', '124942.642500', '124943.102500', '124943.562500', '124944.022500', '124944.482500', '124944.942500', '124945.402500', '124945.862500', '124946.322500', '124946.782500', '124947.242500', '124947.702500', '124948.162500', '124948.622500', '124949.082500', '124949.542500', '124950.002500', '124950.462500', '124950.922500', '124951.382500', '124951.842500', '124952.302500', '124952.762500', '124953.222500', '124953.682500', '124954.142500', '124954.602500', '124955.062500', '124955.522500', '124955.982500', '124956.442500', '124956.902500', '124957.362500', '124957.822500', '124958.282500', '124958.742500', '124959.202500', '124959.662500', '125000.122500', '125000.582500', '125001.042500', '125001.502500', '125001.962500', '125002.422500', '125002.882500', '125003.342500', '125003.802500', '125004.262500', '125004.722500', '125005.182500', '125005.642500', '125006.102500', '125006.562500', '125007.022500', '125007.482500', '125007.942500', '125008.402500', '125008.862500', '125009.322500', '125009.782500', '125010.242500', '125010.702500', '125011.162500', '125011.622500', '125012.082500', '125012.542500', '125013.002500', '125013.462500', '125013.922500', '125014.382500', '125014.842500', '125015.302500', '125015.762500', '125016.222500', '125016.682500', '125017.142500', '125017.602500', '125018.062500', '125018.522500', '125018.982500', '125019.442500', '125019.902500', '125020.362500', '125020.822500', '125021.282500', '125021.742500', '125022.202500', '125022.662500', '125023.122500', '125023.582500', '125024.042500', '125024.502500', '125024.962500', '125025.422500', '125025.882500', '125026.342500', '125026.802500', '125027.262500', '125027.722500', '125028.182500', '125028.642500', '125029.102500', '125029.562500', '125030.022500', '125030.482500', '125030.942500', '125031.402500', '125031.862500', '125032.322500', '125032.782500', '125033.242500', '125033.702500', '125034.162500', '125034.622500', '125035.082500', '125035.542500', '125036.002500', '125036.462500', '125036.922500', '125037.382500', '125037.842500', '125038.302500', '125038.762500', '125039.222500', '125039.682500', '125040.142500', '125040.602500', '125041.062500', '125041.522500', '125041.982500', '125042.442500', '125042.902500', '125043.362500', '125043.822500', '125044.282500', '125044.742500', '125045.202500', '125045.662500', '125046.122500', '125046.582500', '125047.042500', '125047.502500', '125047.962500', '125048.422500', '125048.882500', '125049.342500', '125049.802500', '125050.262500', '125050.722500', '125051.182500', '125051.642500', '125052.102500', '125052.562500', '125053.022500', '125053.482500', '125053.942500', '125054.402500', '125054.862500', '125055.322500', '125055.782500', '125056.242500', '125056.702500', '125057.162500', '125057.622500', '125058.082500', '125058.542500', '125059.002500', '125059.462500', '125059.922500', '125100.382500', '125100.842500', '125101.302500', '125101.762500', '125102.222500', '125102.682500', '125103.142500', '125103.602500', '125104.062500', '125104.522500', '125104.982500', '125105.442500', '125105.902500', '125106.362500', '125106.822500', '125107.282500', '125107.742500', '125108.202500', '125108.662500', '125109.122500', '125109.582500', '125110.042500', '125110.502500', '125110.962500', '125111.422500', '125111.882500', '125112.342500', '125112.802500', '125113.262500', '125113.722500', '125114.182500', '125114.642500', '125115.102500', '125115.562500', '125116.022500', '125116.482500', '125116.942500', '125117.402500', '125117.862500', '125118.322500', '125118.782500', '125119.242500', '125119.702500', '125120.162500', '125120.622500', '125121.082500', '125121.542500', '125122.002500', '125122.462500', '125122.922500', '125123.382500', '125123.842500', '125124.302500', '125124.762500', '125125.222500', '125125.682500', '125126.142500', '125126.602500', '125127.062500', '125127.522500', '125127.982500', '125128.442500', '125128.902500', '125129.362500', '125129.822500', '125130.282500', '125130.742500', '125131.202500', '125131.662500', '125132.122500', '125132.582500', '125133.042500', '125133.502500', '125133.962500', '125134.422500', '125134.882500', '125135.342500', '125135.802500', '125136.262500', '125136.722500', '125137.182500', '125137.642500', '125138.102500', '125138.562500', '125139.022500', '125139.482500', '125139.942500', '125140.402500', '125140.862500', '125141.322500', '125141.782500', '125142.242500', '125142.702500', '125143.162500', '125143.622500', '125144.082500', '125144.542500', '125145.002500', '125145.462500', '125145.922500', '125146.382500', '125146.842500', '125147.302500', '125147.762500', '125148.222500', '125148.682500', '125149.142500', '125149.602500', '125150.062500', '125150.522500', '125150.982500', '125151.442500', '125151.902500', '125152.362500', '125152.822500', '125153.282500', '125153.742500', '125154.202500', '125154.662500', '125155.122500', '125155.582500', '125156.042500', '125156.502500', '125156.962500', '125157.422500', '125157.882500', '125158.342500', '125158.802500', '125159.262500', '125159.722500', '125200.182500', '125200.642500', '125201.102500', '125201.562500', '125202.022500', '125202.482500', '125202.942500', '125203.402500', '125203.862500', '125204.322500', '125204.782500', '125205.242500', '125205.702500', '125206.162500', '125206.622500', '125207.082500', '125207.542500', '125208.002500', '125208.462500', '125208.922500', '125209.382500', '125209.842500', '125210.302500', '125210.762500', '125211.222500', '125211.682500', '125212.142500', '125212.602500', '125213.062500', '125213.522500', '125213.982500', '125214.442500', '125214.902500', '125215.362500', '125215.822500', '125216.282500', '125216.742500', '125217.202500', '125217.662500', '125218.122500', '125218.582500', '125219.042500', '125219.502500', '125219.962500', '125220.422500', '125220.882500', '125221.342500', '125221.802500', '125222.262500', '125222.722500', '125223.182500', '125223.642500', '125224.102500', '125224.562500', '125225.022500', '125225.482500', '125225.942500', '125226.402500', '125226.862500', '125227.322500', '125227.782500', '125228.242500', '125228.702500', '125229.162500', '125229.622500', '125230.082500', '125230.542500', '125231.002500', '125231.462500', '125231.922500', '125232.382500', '125232.842500', '125233.302500', '125233.762500', '125234.222500', '125234.682500', '125235.142500', '125235.602500', '125236.062500', '125236.522500', '125236.982500', '125237.442500', '125237.902500', '125238.362500', '125238.822500', '125239.282500', '125239.742500', '125240.202500', '125240.662500', '125241.122500', '125241.582500', '125242.042500', '125242.502500', '125242.962500', '125243.422500', '125243.882500', '125244.342500', '125244.802500', '125245.262500', '125245.722500', '125246.182500', '125246.642500', '125247.102500', '125247.562500', '125248.022500', '125248.482500', '125248.942500', '125249.402500', '125249.862500', '125250.322500', '125250.782500', '125251.242500', '125251.702500', '125252.162500', '125252.622500', '125253.082500', '125253.542500', '125254.002500', '125254.462500', '125254.922500', '125255.382500', '125255.842500', '125256.302500', '125256.762500', '125257.222500', '125257.682500', '125258.142500', '125258.602500', '125259.062500', '125259.522500', '125259.982500', '125300.442500', '125300.902500', '125301.362500', '125301.822500', '125302.282500', '125302.742500', '125303.202500', '125303.662500', '125304.122500', '125304.582500', '125305.042500', '125305.502500', '125305.962500', '125306.422500', '125306.882500', '125307.342500', '125307.802500', '125308.262500', '125308.722500', '125309.182500', '125309.642500', '125310.102500', '125310.562500', '125311.022500', '125311.482500', '125311.942500', '125312.402500', '125312.862500', '125313.322500', '125313.782500', '125314.242500', '125314.702500', '125315.162500', '125315.622500', '125316.082500', '125316.542500', '125317.002500', '125317.462500', '125317.922500', '125318.382500', '125318.842500', '125319.302500', '125319.762500', '125320.222500', '125320.682500', '125321.142500', '125321.602500', '125322.062500', '125322.522500', '125322.982500', '125323.442500', '125323.902500', '125324.362500', '125324.822500', '125325.282500', '125325.742500', '125326.202500', '125326.662500', '125327.122500', '125327.582500', '125328.042500', '125328.502500', '125328.962500', '125329.422500', '125329.882500', '125330.342500', '125330.802500', '125331.262500', '125331.722500', '125332.182500', '125332.642500', '125333.102500', '125333.562500', '125334.022500', '125334.482500', '125334.942500', '125335.402500', '125335.862500', '125336.322500', '125336.782500', '125337.242500', '125337.702500', '125338.162500', '125338.622500', '125339.082500', '125339.542500', '125340.002500', '125340.462500', '125340.922500', '125341.382500', '125341.842500', '125342.302500', '125342.762500', '125343.222500', '125343.682500', '125344.142500', '125344.602500', '125345.062500', '125345.522500', '125345.982500', '125346.442500', '125346.902500', '125347.362500', '125347.822500', '125348.282500', '125348.742500', '125349.202500', '125349.662500', '125350.122500', '125350.582500', '125351.042500', '125351.502500', '125351.962500', '125352.422500', '125352.882500', '125353.342500', '125353.802500', '125354.262500', '125354.722500', '125355.182500', '125355.642500', '125356.102500', '125356.562500', '125357.022500', '125357.482500', '125357.942500', '125358.402500', '125358.862500', '125359.322500', '125359.782500', '125400.242500', '125400.702500', '125401.162500', '125401.622500', '125402.082500', '125402.542500', '125403.002500', '125403.462500', '125403.922500', '125404.382500', '125404.842500', '125405.302500', '125405.762500', '125406.222500', '125406.682500', '125407.142500', '125407.602500', '125408.062500', '125408.522500', '125408.982500', '125409.442500', '125409.902500', '125410.362500', '125410.822500', '125411.282500', '125411.742500', '125412.202500', '125412.662500', '125413.122500', '125413.582500', '125414.042500', '125414.502500', '125414.962500', '125415.422500', '125415.882500', '125416.342500', '125416.802500', '125417.262500', '125417.722500', '125418.182500', '125418.642500', '125419.102500', '125419.562500', '125420.022500', '125420.482500', '125420.942500', '125421.402500', '125421.862500', '125422.322500', '125422.782500', '125423.242500', '125423.702500', '125424.162500', '125424.622500', '125425.082500', '125425.542500', '125426.002500', '125426.462500', '125426.922500', '125427.382500', '125427.842500', '125428.302500', '125428.762500', '125429.222500', '125429.682500', '125430.142500', '125430.602500', '125431.062500', '125431.522500', '125431.982500', '125432.442500', '125432.902500', '125433.362500', '125433.822500', '125434.282500', '125434.742500', '125435.202500', '125435.662500', '125436.122500', '125436.582500', '125437.042500', '125437.502500', '125437.962500', '125438.422500', '125438.882500', '125439.342500', '125439.802500', '125440.262500', '125440.722500', '125441.182500', '125441.642500', '125442.102500', '125442.562500', '125443.022500', '125443.482500', '125443.942500', '125444.402500', '125444.862500', '125445.322500', '125445.782500', '125446.242500', '125446.702500', '125447.162500', '125447.622500', '125448.082500', '125448.542500', '125449.002500', '125449.462500', '125449.922500', '125450.382500', '125450.842500', '125451.302500', '125451.762500', '125452.222500', '125452.682500', '125453.142500', '125453.602500', '125454.062500', '125454.522500', '125454.982500', '125455.442500', '125455.902500', '125456.362500', '125456.822500', '125457.282500', '125457.742500', '125458.202500', '125458.662500', '125459.122500', '125459.582500', '125500.042500', '125500.502500', '125500.962500', '125501.422500', '125501.882500', '125502.342500', '125502.802500', '125503.262500', '125503.722500', '125504.182500', '125504.642500', '125505.102500', '125505.562500', '125506.022500', '125506.482500', '125506.942500', '125507.402500', '125507.862500', '125508.322500', '125508.782500', '125509.242500', '125509.702500', '125510.162500', '125510.622500', '125511.082500', '125511.542500', '125512.002500', '125512.462500', '125512.922500', '125513.382500', '125513.842500', '125514.302500', '125514.762500', '125515.222500', '125515.682500', '125516.142500', '125516.602500', '125517.062500', '125517.522500', '125517.982500', '125518.442500', '125518.902500', '125519.362500', '125519.822500', '125520.282500', '125520.742500', '125521.202500', '125521.662500', '125522.122500', '125522.582500', '125523.042500', '125523.502500', '125523.962500', '125524.422500', '125524.882500', '125525.342500', '125525.802500', '125526.262500', '125526.722500', '125527.182500', '125527.642500', '125528.102500', '125528.562500', '125529.022500', '125529.482500', '125529.942500', '125530.402500', '125530.862500', '125531.322500', '125531.782500', '125532.242500', '125532.702500', '125533.162500', '125533.622500', '125534.082500', '125534.542500', '125535.002500', '125535.462500', '125535.922500', '125536.382500', '125536.842500', '125537.302500', '125537.762500', '125538.222500', '125538.682500', '125539.142500', '125539.602500', '125540.062500', '125540.522500', '125540.982500', '125541.442500', '125541.902500', '125542.362500', '125542.822500', '125543.282500', '125543.742500', '125544.202500', '125544.662500', '125545.122500', '125545.582500', '125546.042500', '125546.502500', '125546.962500'], 'ContentTime': ['124929.361000', '124929.364000', '124929.367000', '124929.370000', '124929.373000', '124929.376000', '124929.379000', '124929.382000', '124929.384000', '124929.387000', '124929.390000', '124929.393000', '124929.396000', '124929.399000', '124929.402000', '124929.404000', '124929.407000', '124929.410000', '124929.413000', '124929.416000', '124929.418000', '124929.421000', '124929.424000', '124929.427000', '124929.430000', '124929.433000', '124929.435000', '124929.438000', '124929.441000', '124929.444000', '124929.447000', '124929.449000', '124929.452000', '124929.455000', '124929.458000', '124929.461000', '124929.463000', '124929.466000', '124929.469000', '124929.472000', '124929.475000', '124929.478000', '124929.481000', '124929.483000', '124929.486000', '124929.489000', '124929.492000', '124929.495000', '124929.497000', '124949.317000', '124949.320000', '124949.323000', '124949.326000', '124949.329000', '124949.332000', '124949.334000', '124949.337000', '124949.340000', '124949.343000', '124949.346000', '124949.349000', '124949.352000', '124949.355000', '124949.358000', '124949.361000', '124949.363000', '124949.366000', '124949.369000', '124949.372000', '124949.375000', '124949.377000', '124949.380000', '124949.383000', '124949.386000', '124949.389000', '124949.392000', '124949.395000', '124949.397000', '124949.400000', '124949.405000', '124949.408000', '124949.411000', '124949.414000', '124949.417000', '124949.420000', '124949.422000', '124949.425000', '124949.428000', '124949.431000', '124949.434000', '124949.436000', '124949.439000', '125009.317000', '125009.320000', '125009.323000', '125009.325000', '125009.328000', '125009.331000', '125009.334000', '125009.337000', '125009.340000', '125009.342000', '125009.345000', '125009.348000', '125009.351000', '125009.354000', '125009.357000', '125009.359000', '125009.362000', '125009.365000', '125009.370000', '125009.373000', '125009.376000', '125009.378000', '125009.381000', '125009.384000', '125009.387000', '125009.390000', '125009.393000', '125009.395000', '125009.398000', '125009.401000', '125009.404000', '125009.407000', '125009.409000', '125009.412000', '125009.415000', '125009.418000', '125009.421000', '125009.424000', '125009.427000', '125009.429000', '125009.432000', '125009.435000', '125009.438000', '125009.441000', '125029.317000', '125029.320000', '125029.323000', '125029.325000', '125029.328000', '125029.331000', '125029.334000', '125029.337000', '125029.340000', '125029.342000', '125029.345000', '125029.348000', '125029.351000', '125029.354000', '125029.357000', '125029.360000', '125029.363000', '125029.366000', '125029.369000', '125029.371000', '125029.374000', '125029.377000', '125029.380000', '125029.383000', '125029.385000', '125029.388000', '125029.391000', '125029.394000', '125029.397000', '125029.400000', '125029.402000', '125029.405000', '125029.408000', '125029.411000', '125029.414000', '125029.417000', '125029.419000', '125029.422000', '125029.425000', '125029.428000', '125029.431000', '125029.433000', '125029.436000', '125049.316000', '125049.319000', '125049.322000', '125049.324000', '125049.327000', '125049.330000', '125049.333000', '125049.336000', '125049.339000', '125049.342000', '125049.344000', '125049.347000', '125049.350000', '125049.353000', '125049.356000', '125049.358000', '125049.361000', '125049.364000', '125049.367000', '125049.370000', '125049.373000', '125049.376000', '125049.379000', '125049.382000', '125049.384000', '125049.387000', '125049.390000', '125049.393000', '125049.396000', '125049.399000', '125049.407000', '125049.410000', '125049.412000', '125049.415000', '125049.418000', '125049.421000', '125049.424000', '125049.427000', '125049.429000', '125049.432000', '125049.435000', '125049.438000', '125049.441000', '125049.443000', '125109.317000', '125109.320000', '125109.323000', '125109.326000', '125109.329000', '125109.331000', '125109.334000', '125109.337000', '125109.340000', '125109.343000', '125109.345000', '125109.348000', '125109.351000', '125109.354000', '125109.357000', '125109.360000', '125109.362000', '125109.366000', '125109.368000', '125109.371000', '125109.374000', '125109.377000', '125109.380000', '125109.383000', '125109.386000', '125109.389000', '125109.392000', '125109.408000', '125109.411000', '125109.414000', '125109.417000', '125109.420000', '125109.423000', '125109.426000', '125109.428000', '125109.431000', '125109.434000', '125109.437000', '125109.440000', '125109.443000', '125109.445000', '125109.448000', '125109.451000', '125129.317000', '125129.320000', '125129.322000', '125129.325000', '125129.328000', '125129.331000', '125129.334000', '125129.337000', '125129.340000', '125129.342000', '125129.345000', '125129.348000', '125129.351000', '125129.354000', '125129.356000', '125129.359000', '125129.362000', '125129.365000', '125129.368000', '125129.371000', '125129.374000', '125129.376000', '125129.379000', '125129.382000', '125129.385000', '125129.388000', '125129.391000', '125129.393000', '125129.396000', '125129.399000', '125129.402000', '125129.405000', '125129.408000', '125129.411000', '125129.413000', '125129.416000', '125129.419000', '125129.422000', '125129.425000', '125129.428000', '125129.430000', '125129.433000', '125129.436000', '125129.439000', '125149.317000', '125149.320000', '125149.323000', '125149.325000', '125149.328000', '125149.331000', '125149.334000', '125149.337000', '125149.340000', '125149.342000', '125149.345000', '125149.348000', '125149.351000', '125149.354000', '125149.357000', '125149.360000', '125149.362000', '125149.365000', '125149.368000', '125149.371000', '125149.374000', '125149.377000', '125149.380000', '125149.388000', '125149.391000', '125149.394000', '125149.397000', '125149.400000', '125149.403000', '125149.406000', '125149.409000', '125149.412000', '125149.415000', '125149.417000', '125149.420000', '125149.423000', '125149.426000', '125149.429000', '125149.431000', '125149.434000', '125149.437000', '125149.440000', '125149.443000', '125209.317000', '125209.320000', '125209.323000', '125209.326000', '125209.329000', '125209.331000', '125209.334000', '125209.337000', '125209.340000', '125209.343000', '125209.346000', '125209.349000', '125209.351000', '125209.354000', '125209.357000', '125209.360000', '125209.363000', '125209.366000', '125209.368000', '125209.371000', '125209.374000', '125209.377000', '125209.380000', '125209.383000', '125209.386000', '125209.388000', '125209.391000', '125209.394000', '125209.397000', '125209.417000', '125209.419000', '125209.422000', '125209.425000', '125209.428000', '125209.431000', '125209.434000', '125209.437000', '125209.439000', '125209.442000', '125209.445000', '125209.448000', '125209.451000', '125209.453000', '125209.457000', '125229.317000', '125229.320000', '125229.323000', '125229.326000', '125229.328000', '125229.331000', '125229.334000', '125229.337000', '125229.340000', '125229.343000', '125229.346000', '125229.350000', '125229.353000', '125229.356000', '125229.359000', '125229.361000', '125229.364000', '125229.367000', '125229.370000', '125229.373000', '125229.376000', '125229.379000', '125229.381000', '125229.384000', '125229.387000', '125229.390000', '125229.393000', '125229.396000', '125229.399000', '125229.402000', '125229.405000', '125229.407000', '125229.410000', '125229.413000', '125229.418000', '125229.422000', '125229.425000', '125229.428000', '125229.430000', '125229.433000', '125229.436000', '125229.439000', '125229.442000', '125249.317000', '125249.320000', '125249.323000', '125249.325000', '125249.328000', '125249.331000', '125249.334000', '125249.337000', '125249.340000', '125249.342000', '125249.345000', '125249.348000', '125249.351000', '125249.354000', '125249.357000', '125249.360000', '125249.362000', '125249.365000', '125249.368000', '125249.371000', '125249.374000', '125249.377000', '125249.380000', '125249.382000', '125249.385000', '125249.388000', '125249.391000', '125249.394000', '125249.397000', '125249.399000', '125249.402000', '125249.405000', '125249.408000', '125249.411000', '125249.414000', '125249.417000', '125249.419000', '125249.422000', '125249.425000', '125249.428000', '125249.431000', '125249.434000', '125249.437000', '125249.440000', '125309.316000', '125309.319000', '125309.322000', '125309.324000', '125309.327000', '125309.330000', '125309.333000', '125309.336000', '125309.339000', '125309.342000', '125309.344000', '125309.347000', '125309.350000', '125309.353000', '125309.356000', '125309.359000', '125309.362000', '125309.364000', '125309.367000', '125309.370000', '125309.373000', '125309.376000', '125309.379000', '125309.382000', '125309.385000', '125309.387000', '125309.390000', '125309.393000', '125309.396000', '125309.399000', '125309.402000', '125309.405000', '125309.407000', '125309.410000', '125309.413000', '125309.416000', '125309.419000', '125309.422000', '125309.424000', '125309.427000', '125309.430000', '125309.433000', '125309.436000', '125329.317000', '125329.320000', '125329.323000', '125329.326000', '125329.328000', '125329.331000', '125329.334000', '125329.337000', '125329.340000', '125329.343000', '125329.346000', '125329.348000', '125329.351000', '125329.354000', '125329.357000', '125329.360000', '125329.363000', '125329.366000', '125329.369000', '125329.372000', '125329.374000', '125329.377000', '125329.380000', '125329.383000', '125329.386000', '125329.389000', '125329.392000', '125329.394000', '125329.397000', '125329.400000', '125329.403000', '125329.406000', '125329.409000', '125329.411000', '125329.414000', '125329.417000', '125329.420000', '125329.423000', '125329.425000', '125329.428000', '125329.431000', '125329.434000', '125329.437000', '125329.440000', '125349.317000', '125349.320000', '125349.323000', '125349.326000', '125349.329000', '125349.331000', '125349.334000', '125349.337000', '125349.340000', '125349.343000', '125349.350000', '125349.353000', '125349.356000', '125349.359000', '125349.361000', '125349.364000', '125349.367000', '125349.370000', '125349.373000', '125349.376000', '125349.379000', '125349.382000', '125349.385000', '125349.389000', '125349.392000', '125349.395000', '125349.398000', '125349.401000', '125349.403000', '125349.406000', '125349.409000', '125349.412000', '125349.415000', '125349.418000', '125349.420000', '125349.423000', '125349.426000', '125349.429000', '125349.432000', '125349.435000', '125349.438000', '125349.443000', '125349.448000', '125409.317000', '125409.320000', '125409.323000', '125409.325000', '125409.328000', '125409.331000', '125409.334000', '125409.337000', '125409.340000', '125409.343000', '125409.346000', '125409.349000', '125409.353000', '125409.355000', '125409.358000', '125409.361000', '125409.364000', '125409.367000', '125409.370000', '125409.373000', '125409.376000', '125409.378000', '125409.381000', '125409.384000', '125409.387000', '125409.390000', '125409.393000', '125409.395000', '125409.399000', '125409.401000', '125409.404000', '125409.407000', '125409.410000', '125409.413000', '125409.416000', '125409.418000', '125409.421000', '125409.424000', '125409.427000', '125409.430000', '125409.433000', '125409.436000', '125409.439000', '125409.441000', '125429.317000', '125429.320000', '125429.323000', '125429.326000', '125429.329000', '125429.332000', '125429.334000', '125429.337000', '125429.340000', '125429.343000', '125429.346000', '125429.349000', '125429.352000', '125429.354000', '125429.357000', '125429.360000', '125429.363000', '125429.366000', '125429.369000', '125429.372000', '125429.374000', '125429.377000', '125429.380000', '125429.383000', '125429.386000', '125429.389000', '125429.392000', '125429.395000', '125429.397000', '125429.400000', '125429.403000', '125429.406000', '125429.409000', '125429.412000', '125429.415000', '125429.418000', '125429.420000', '125429.423000', '125429.426000', '125429.429000', '125429.432000', '125429.435000', '125429.438000', '125449.317000', '125449.320000', '125449.323000', '125449.326000', '125449.328000', '125449.331000', '125449.334000', '125449.337000', '125449.340000', '125449.343000', '125449.345000', '125449.348000', '125449.351000', '125449.354000', '125449.357000', '125449.360000', '125449.363000', '125449.366000', '125449.368000', '125449.371000', '125449.374000', '125449.377000', '125449.380000', '125449.383000', '125449.386000', '125449.389000', '125449.391000', '125449.394000', '125449.397000', '125449.400000', '125449.403000', '125449.406000', '125449.409000', '125449.411000', '125449.414000', '125449.417000', '125449.420000', '125449.423000', '125449.426000', '125449.428000', '125449.431000', '125449.434000', '125449.437000', '125449.440000', '125509.317000', '125509.320000', '125509.323000', '125509.326000', '125509.329000', '125509.331000', '125509.334000', '125509.337000', '125509.340000', '125509.343000', '125509.347000', '125509.350000', '125509.353000', '125509.356000', '125509.359000', '125509.361000', '125509.364000', '125509.367000', '125509.370000', '125509.373000', '125509.376000', '125509.389000', '125509.391000', '125509.394000', '125509.397000', '125509.400000', '125509.403000', '125509.406000', '125509.408000', '125509.411000', '125509.414000', '125509.417000', '125509.420000', '125509.424000', '125509.427000', '125509.430000', '125509.433000', '125509.436000', '125509.439000', '125509.441000', '125509.444000', '125509.447000', '125509.450000', '125529.316000', '125529.319000', '125529.322000', '125529.325000', '125529.327000', '125529.330000', '125529.333000', '125529.336000', '125529.339000', '125529.342000', '125529.345000', '125529.348000', '125529.350000', '125529.353000', '125529.356000', '125529.359000', '125529.362000', '125529.365000', '125529.368000', '125529.370000', '125529.373000', '125529.376000', '125529.379000', '125529.382000', '125529.385000', '125529.388000', '125529.391000', '125529.393000', '125529.396000', '125529.399000', '125529.402000', '125529.405000', '125529.407000', '125529.410000', '125529.413000', '125529.416000', '125529.419000', '125529.422000', '125529.425000', '125529.427000', '125529.430000', '125529.433000', '125529.436000', '125529.439000', '125547.720000', '125547.724000', '125547.727000', '125547.730000', '125547.733000', '125547.736000', '125547.739000', '125547.742000', '125547.745000', '125547.748000', '125547.751000', '125547.754000', '125547.757000', '125547.760000', '125547.763000', '125547.766000', '125547.768000', '125547.771000', '125547.774000', '125547.778000', '125547.781000', '125547.784000', '125547.787000', '125547.790000', '125547.793000', '125547.796000', '125547.799000', '125547.801000', '125547.804000', '125547.807000', '125547.810000', '125547.813000', '125547.816000', '125547.820000', '125547.822000', '125547.825000', '125547.828000', '125547.831000', '125547.834000', '125547.837000'], 'InstanceCreationTime': ['124929.361000', '124929.364000', '124929.367000', '124929.370000', '124929.373000', '124929.376000', '124929.379000', '124929.382000', '124929.384000', '124929.387000', '124929.390000', '124929.393000', '124929.396000', '124929.399000', '124929.402000', '124929.404000', '124929.407000', '124929.410000', '124929.413000', '124929.416000', '124929.418000', '124929.421000', '124929.424000', '124929.427000', '124929.430000', '124929.433000', '124929.435000', '124929.438000', '124929.441000', '124929.444000', '124929.447000', '124929.449000', '124929.452000', '124929.455000', '124929.458000', '124929.461000', '124929.463000', '124929.466000', '124929.469000', '124929.472000', '124929.475000', '124929.478000', '124929.481000', '124929.483000', '124929.486000', '124929.489000', '124929.492000', '124929.495000', '124929.497000', '124949.317000', '124949.320000', '124949.323000', '124949.326000', '124949.329000', '124949.332000', '124949.334000', '124949.337000', '124949.340000', '124949.343000', '124949.346000', '124949.349000', '124949.352000', '124949.355000', '124949.358000', '124949.361000', '124949.363000', '124949.366000', '124949.369000', '124949.372000', '124949.375000', '124949.377000', '124949.380000', '124949.383000', '124949.386000', '124949.389000', '124949.392000', '124949.395000', '124949.397000', '124949.400000', '124949.405000', '124949.408000', '124949.411000', '124949.414000', '124949.417000', '124949.420000', '124949.422000', '124949.425000', '124949.428000', '124949.431000', '124949.434000', '124949.436000', '124949.439000', '125009.317000', '125009.320000', '125009.323000', '125009.325000', '125009.328000', '125009.331000', '125009.334000', '125009.337000', '125009.340000', '125009.342000', '125009.345000', '125009.348000', '125009.351000', '125009.354000', '125009.357000', '125009.359000', '125009.362000', '125009.365000', '125009.370000', '125009.373000', '125009.376000', '125009.378000', '125009.381000', '125009.384000', '125009.387000', '125009.390000', '125009.393000', '125009.395000', '125009.398000', '125009.401000', '125009.404000', '125009.407000', '125009.409000', '125009.412000', '125009.415000', '125009.418000', '125009.421000', '125009.424000', '125009.427000', '125009.429000', '125009.432000', '125009.435000', '125009.438000', '125009.441000', '125029.317000', '125029.320000', '125029.323000', '125029.325000', '125029.328000', '125029.331000', '125029.334000', '125029.337000', '125029.340000', '125029.342000', '125029.345000', '125029.348000', '125029.351000', '125029.354000', '125029.357000', '125029.360000', '125029.363000', '125029.366000', '125029.369000', '125029.371000', '125029.374000', '125029.377000', '125029.380000', '125029.383000', '125029.385000', '125029.388000', '125029.391000', '125029.394000', '125029.397000', '125029.400000', '125029.402000', '125029.405000', '125029.408000', '125029.411000', '125029.414000', '125029.417000', '125029.419000', '125029.422000', '125029.425000', '125029.428000', '125029.431000', '125029.433000', '125029.436000', '125049.316000', '125049.319000', '125049.322000', '125049.324000', '125049.327000', '125049.330000', '125049.333000', '125049.336000', '125049.339000', '125049.342000', '125049.344000', '125049.347000', '125049.350000', '125049.353000', '125049.356000', '125049.358000', '125049.361000', '125049.364000', '125049.367000', '125049.370000', '125049.373000', '125049.376000', '125049.379000', '125049.382000', '125049.384000', '125049.387000', '125049.390000', '125049.393000', '125049.396000', '125049.399000', '125049.407000', '125049.410000', '125049.412000', '125049.415000', '125049.418000', '125049.421000', '125049.424000', '125049.427000', '125049.429000', '125049.432000', '125049.435000', '125049.438000', '125049.441000', '125049.443000', '125109.317000', '125109.320000', '125109.323000', '125109.326000', '125109.329000', '125109.331000', '125109.334000', '125109.337000', '125109.340000', '125109.343000', '125109.345000', '125109.348000', '125109.351000', '125109.354000', '125109.357000', '125109.360000', '125109.362000', '125109.366000', '125109.368000', '125109.371000', '125109.374000', '125109.377000', '125109.380000', '125109.383000', '125109.386000', '125109.389000', '125109.392000', '125109.408000', '125109.411000', '125109.414000', '125109.417000', '125109.420000', '125109.423000', '125109.426000', '125109.428000', '125109.431000', '125109.434000', '125109.437000', '125109.440000', '125109.443000', '125109.445000', '125109.448000', '125109.451000', '125129.317000', '125129.320000', '125129.322000', '125129.325000', '125129.328000', '125129.331000', '125129.334000', '125129.337000', '125129.340000', '125129.342000', '125129.345000', '125129.348000', '125129.351000', '125129.354000', '125129.356000', '125129.359000', '125129.362000', '125129.365000', '125129.368000', '125129.371000', '125129.374000', '125129.376000', '125129.379000', '125129.382000', '125129.385000', '125129.388000', '125129.391000', '125129.393000', '125129.396000', '125129.399000', '125129.402000', '125129.405000', '125129.408000', '125129.411000', '125129.413000', '125129.416000', '125129.419000', '125129.422000', '125129.425000', '125129.428000', '125129.430000', '125129.433000', '125129.436000', '125129.439000', '125149.317000', '125149.320000', '125149.323000', '125149.325000', '125149.328000', '125149.331000', '125149.334000', '125149.337000', '125149.340000', '125149.342000', '125149.345000', '125149.348000', '125149.351000', '125149.354000', '125149.357000', '125149.360000', '125149.362000', '125149.365000', '125149.368000', '125149.371000', '125149.374000', '125149.377000', '125149.380000', '125149.388000', '125149.391000', '125149.394000', '125149.397000', '125149.400000', '125149.403000', '125149.406000', '125149.409000', '125149.412000', '125149.415000', '125149.417000', '125149.420000', '125149.423000', '125149.426000', '125149.429000', '125149.431000', '125149.434000', '125149.437000', '125149.440000', '125149.443000', '125209.317000', '125209.320000', '125209.323000', '125209.326000', '125209.329000', '125209.331000', '125209.334000', '125209.337000', '125209.340000', '125209.343000', '125209.346000', '125209.349000', '125209.351000', '125209.354000', '125209.357000', '125209.360000', '125209.363000', '125209.366000', '125209.368000', '125209.371000', '125209.374000', '125209.377000', '125209.380000', '125209.383000', '125209.386000', '125209.388000', '125209.391000', '125209.394000', '125209.397000', '125209.417000', '125209.419000', '125209.422000', '125209.425000', '125209.428000', '125209.431000', '125209.434000', '125209.437000', '125209.439000', '125209.442000', '125209.445000', '125209.448000', '125209.451000', '125209.453000', '125209.457000', '125229.317000', '125229.320000', '125229.323000', '125229.326000', '125229.328000', '125229.331000', '125229.334000', '125229.337000', '125229.340000', '125229.343000', '125229.346000', '125229.350000', '125229.353000', '125229.356000', '125229.359000', '125229.361000', '125229.364000', '125229.367000', '125229.370000', '125229.373000', '125229.376000', '125229.379000', '125229.381000', '125229.384000', '125229.387000', '125229.390000', '125229.393000', '125229.396000', '125229.399000', '125229.402000', '125229.405000', '125229.407000', '125229.410000', '125229.413000', '125229.418000', '125229.422000', '125229.425000', '125229.428000', '125229.430000', '125229.433000', '125229.436000', '125229.439000', '125229.442000', '125249.317000', '125249.320000', '125249.323000', '125249.325000', '125249.328000', '125249.331000', '125249.334000', '125249.337000', '125249.340000', '125249.342000', '125249.345000', '125249.348000', '125249.351000', '125249.354000', '125249.357000', '125249.360000', '125249.362000', '125249.365000', '125249.368000', '125249.371000', '125249.374000', '125249.377000', '125249.380000', '125249.382000', '125249.385000', '125249.388000', '125249.391000', '125249.394000', '125249.397000', '125249.399000', '125249.402000', '125249.405000', '125249.408000', '125249.411000', '125249.414000', '125249.417000', '125249.419000', '125249.422000', '125249.425000', '125249.428000', '125249.431000', '125249.434000', '125249.437000', '125249.440000', '125309.316000', '125309.319000', '125309.322000', '125309.324000', '125309.327000', '125309.330000', '125309.333000', '125309.336000', '125309.339000', '125309.342000', '125309.344000', '125309.347000', '125309.350000', '125309.353000', '125309.356000', '125309.359000', '125309.362000', '125309.364000', '125309.367000', '125309.370000', '125309.373000', '125309.376000', '125309.379000', '125309.382000', '125309.385000', '125309.387000', '125309.390000', '125309.393000', '125309.396000', '125309.399000', '125309.402000', '125309.405000', '125309.407000', '125309.410000', '125309.413000', '125309.416000', '125309.419000', '125309.422000', '125309.424000', '125309.427000', '125309.430000', '125309.433000', '125309.436000', '125329.317000', '125329.320000', '125329.323000', '125329.326000', '125329.328000', '125329.331000', '125329.334000', '125329.337000', '125329.340000', '125329.343000', '125329.346000', '125329.348000', '125329.351000', '125329.354000', '125329.357000', '125329.360000', '125329.363000', '125329.366000', '125329.369000', '125329.372000', '125329.374000', '125329.377000', '125329.380000', '125329.383000', '125329.386000', '125329.389000', '125329.392000', '125329.394000', '125329.397000', '125329.400000', '125329.403000', '125329.406000', '125329.409000', '125329.411000', '125329.414000', '125329.417000', '125329.420000', '125329.423000', '125329.425000', '125329.428000', '125329.431000', '125329.434000', '125329.437000', '125329.440000', '125349.317000', '125349.320000', '125349.323000', '125349.326000', '125349.329000', '125349.331000', '125349.334000', '125349.337000', '125349.340000', '125349.343000', '125349.350000', '125349.353000', '125349.356000', '125349.359000', '125349.361000', '125349.364000', '125349.367000', '125349.370000', '125349.373000', '125349.376000', '125349.379000', '125349.382000', '125349.385000', '125349.389000', '125349.392000', '125349.395000', '125349.398000', '125349.401000', '125349.403000', '125349.406000', '125349.409000', '125349.412000', '125349.415000', '125349.418000', '125349.420000', '125349.423000', '125349.426000', '125349.429000', '125349.432000', '125349.435000', '125349.438000', '125349.443000', '125349.448000', '125409.317000', '125409.320000', '125409.323000', '125409.325000', '125409.328000', '125409.331000', '125409.334000', '125409.337000', '125409.340000', '125409.343000', '125409.346000', '125409.349000', '125409.353000', '125409.355000', '125409.358000', '125409.361000', '125409.364000', '125409.367000', '125409.370000', '125409.373000', '125409.376000', '125409.378000', '125409.381000', '125409.384000', '125409.387000', '125409.390000', '125409.393000', '125409.395000', '125409.399000', '125409.401000', '125409.404000', '125409.407000', '125409.410000', '125409.413000', '125409.416000', '125409.418000', '125409.421000', '125409.424000', '125409.427000', '125409.430000', '125409.433000', '125409.436000', '125409.439000', '125409.441000', '125429.317000', '125429.320000', '125429.323000', '125429.326000', '125429.329000', '125429.332000', '125429.334000', '125429.337000', '125429.340000', '125429.343000', '125429.346000', '125429.349000', '125429.352000', '125429.354000', '125429.357000', '125429.360000', '125429.363000', '125429.366000', '125429.369000', '125429.372000', '125429.374000', '125429.377000', '125429.380000', '125429.383000', '125429.386000', '125429.389000', '125429.392000', '125429.395000', '125429.397000', '125429.400000', '125429.403000', '125429.406000', '125429.409000', '125429.412000', '125429.415000', '125429.418000', '125429.420000', '125429.423000', '125429.426000', '125429.429000', '125429.432000', '125429.435000', '125429.438000', '125449.317000', '125449.320000', '125449.323000', '125449.326000', '125449.328000', '125449.331000', '125449.334000', '125449.337000', '125449.340000', '125449.343000', '125449.345000', '125449.348000', '125449.351000', '125449.354000', '125449.357000', '125449.360000', '125449.363000', '125449.366000', '125449.368000', '125449.371000', '125449.374000', '125449.377000', '125449.380000', '125449.383000', '125449.386000', '125449.389000', '125449.391000', '125449.394000', '125449.397000', '125449.400000', '125449.403000', '125449.406000', '125449.409000', '125449.411000', '125449.414000', '125449.417000', '125449.420000', '125449.423000', '125449.426000', '125449.428000', '125449.431000', '125449.434000', '125449.437000', '125449.440000', '125509.317000', '125509.320000', '125509.323000', '125509.326000', '125509.329000', '125509.331000', '125509.334000', '125509.337000', '125509.340000', '125509.343000', '125509.347000', '125509.350000', '125509.353000', '125509.356000', '125509.359000', '125509.361000', '125509.364000', '125509.367000', '125509.370000', '125509.373000', '125509.376000', '125509.389000', '125509.391000', '125509.394000', '125509.397000', '125509.400000', '125509.403000', '125509.406000', '125509.408000', '125509.411000', '125509.414000', '125509.417000', '125509.420000', '125509.424000', '125509.427000', '125509.430000', '125509.433000', '125509.436000', '125509.439000', '125509.441000', '125509.444000', '125509.447000', '125509.450000', '125529.316000', '125529.319000', '125529.322000', '125529.325000', '125529.327000', '125529.330000', '125529.333000', '125529.336000', '125529.339000', '125529.342000', '125529.345000', '125529.348000', '125529.350000', '125529.353000', '125529.356000', '125529.359000', '125529.362000', '125529.365000', '125529.368000', '125529.370000', '125529.373000', '125529.376000', '125529.379000', '125529.382000', '125529.385000', '125529.388000', '125529.391000', '125529.393000', '125529.396000', '125529.399000', '125529.402000', '125529.405000', '125529.407000', '125529.410000', '125529.413000', '125529.416000', '125529.419000', '125529.422000', '125529.425000', '125529.427000', '125529.430000', '125529.433000', '125529.436000', '125529.439000', '125547.720000', '125547.724000', '125547.727000', '125547.730000', '125547.733000', '125547.736000', '125547.739000', '125547.742000', '125547.745000', '125547.748000', '125547.751000', '125547.754000', '125547.757000', '125547.760000', '125547.763000', '125547.766000', '125547.768000', '125547.771000', '125547.774000', '125547.778000', '125547.781000', '125547.784000', '125547.787000', '125547.790000', '125547.793000', '125547.796000', '125547.799000', '125547.801000', '125547.804000', '125547.807000', '125547.810000', '125547.813000', '125547.816000', '125547.820000', '125547.822000', '125547.825000', '125547.828000', '125547.831000', '125547.834000', '125547.837000'], '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': [10119, 10716, 9595, 10056, 9483, 9895, 9675, 9694, 9704, 10210, 9719, 10160, 9592, 10133, 11845, 10293, 10599, 9947, 10443, 9990, 10262, 9582, 10515, 9619, 10280, 10575, 10484, 11560, 10308, 11043, 10101, 11162, 9950, 10846, 9967, 10771, 10089, 11356, 10109, 11561, 10008, 11053, 12118, 10746, 11585, 10068, 11364, 10111, 11090, 12107, 10543, 10820, 10810, 11014, 11854, 10100, 11230, 11048, 10958, 11974, 10694, 11170, 10157, 10496, 10894, 10320, 12778, 10470, 12318, 10341, 11327, 9978, 11423, 9988, 11377, 9941, 11212, 10058, 11624, 10228, 11025, 9765, 10330, 9722, 10582, 11771, 10668, 11332, 9937, 10841, 9907, 10800, 10347, 10754, 10720, 10644, 10578, 10544, 11127, 10676, 12298, 10712, 10614, 9763, 10845, 9876, 10484, 10092, 10244, 10832, 10188, 11710, 10104, 11506, 9993, 10156, 9718, 10417, 9822, 10450, 11287, 9895, 10078, 9891, 10305, 10589, 10167, 10715, 10412, 10017, 10272, 9713, 10256, 9776, 10297, 9728, 10085, 11746, 10421, 11685, 10093, 9666, 10075, 9661, 10140, 9599, 9985, 9809, 10056, 9639, 10145, 9669, 10162, 9947, 10782, 10166, 9599, 10022, 9508, 9976, 9540, 9813, 9509, 9982, 9565, 10509, 9764, 11291, 9985, 11564, 9856, 10584, 9762, 9860, 9911, 10449, 10099, 10913, 10104, 10241, 9855, 10378, 9605, 10056, 10245, 11283, 9612, 10447, 9595, 10480, 9531, 9517, 10843, 9353, 10112, 9527, 9644, 10221, 9620, 9343, 9864, 9596, 9824, 9665, 11186, 9623, 10766, 10118, 9340, 10294, 9370, 9832, 9547, 9516, 9764, 9791, 9773, 11202, 9572, 9639, 9352, 9386, 9137, 10519, 9140, 8963, 9451, 9305, 9630, 9697, 9682, 9755, 9591, 11754, 9744, 10808, 9836, 10988, 9659, 9906, 10006, 9438, 9433, 9741, 11714, 9611, 10790, 9394, 9537, 9358, 9624, 9252, 10347, 9377, 10167, 9609, 9843, 9384, 8908, 9259, 9700, 9354, 11147, 8925, 10337, 9563, 10929, 10039, 10154, 9387, 9642, 9149, 10016, 10307, 10126, 10882, 10094, 10419, 9619, 8971, 9535, 9392, 9449, 9674, 10339, 9500, 9548, 9668, 9296, 9952, 9740, 9776, 9522, 9706, 10813, 9730, 8781, 9511, 9273, 10051, 9386, 9570, 9381, 9388, 9494, 9386, 9254, 8947, 9570, 9170, 9704, 9358, 10008, 9319, 9889, 9465, 10388, 9262, 9420, 9568, 11966, 9382, 9394, 9296, 9253, 10829, 8967, 9683, 9320, 9586, 9216, 9288, 9277, 9431, 9034, 9093, 9219, 10695, 9335, 10172, 9273, 9155, 9861, 9087, 9227, 9016, 9842, 9156, 9338, 9396, 10133, 9602, 9121, 9392, 8820, 9306, 8997, 9065, 8411, 8968, 11136, 8896, 8923, 8682, 8905, 8507, 8808, 10965, 8889, 10363, 9559, 9516, 9550, 10178, 8853, 8909, 9086, 9000, 10687, 8825, 10107, 8923, 9696, 9562, 9041, 9248, 9055, 9047, 9085, 8989, 8960, 9588, 9275, 9436, 9150, 8965, 9343, 11260, 9426, 9554, 9276, 9456, 9897, 9307, 9228, 8873, 9315, 9266, 9259, 9219, 9518, 8968, 9658, 9054, 9666, 9412, 9348, 10244, 8980, 9613, 9053, 9165, 9132, 9355, 8870, 9226, 10086, 9301, 10266, 9157, 10545, 8994, 9944, 9240, 8913, 9435, 9637, 9417, 9206, 8712, 9094, 8473, 9056, 9149, 8857, 9515, 9192, 9657, 9542, 9549, 9552, 9017, 9146, 9069, 8809, 9988, 8899, 10698, 9752, 10485, 8936, 9517, 9027, 10421, 9501, 10191, 9302, 9089, 9156, 9059, 8631, 8891, 8393, 8856, 8625, 8977, 8874, 9095, 8535, 10325, 8841, 10453, 8747, 10236, 9394, 9447, 8976, 10458, 9129, 10387, 8566, 8391, 8516, 8516, 8711, 10453, 8600, 10007, 8866, 8902, 8672, 8832, 11505, 8912, 9876, 8836, 9107, 8419, 9043, 8773, 8924, 9294, 9074, 9531, 8946, 8210, 8643, 8862, 8732, 9165, 8961, 9462, 9114, 9462, 9011, 9577, 9327, 10145, 9256, 9411, 9467, 10070, 9221, 9055, 8791, 8949, 8502, 8842, 9080, 9120, 10801, 9267, 10208, 9341, 10071, 9163, 8774, 8694, 8599, 9031, 8868, 9790, 9095, 10622, 9072, 10480, 9043, 9511, 9504, 8971, 8880, 9145, 8773, 9118, 9707, 8891, 10600, 9110, 10013, 9296, 9099, 8940, 8558, 8674, 8825, 8895, 8836, 8961, 9011, 8934, 9737, 9168, 9821, 9131, 8955, 9455, 9112, 9303, 8861, 9619, 9192, 8767, 9072, 8710, 9085, 8921, 8940, 9591, 8965, 9659, 8853, 9083, 8863, 9410, 8813, 8687, 8708, 8600, 9492, 9206, 9489, 9362, 9388, 11735, 8625, 10712, 8840, 10927, 8887, 10419, 9100, 8642, 8571, 8202, 8874, 8695, 8900, 8498, 8944, 9114, 9124, 9469, 8879, 9514, 8937, 9350, 8743, 9268, 8920, 9447, 10035, 8832, 9500, 8791, 9066, 8930, 9639, 8945, 9147, 9355, 8919, 9795, 9000, 9807, 8898, 9765, 9067, 9386, 9094, 8773, 9216, 9580, 9326, 9372, 9151, 9983, 8974, 9542, 9105, 9129, 9224, 9478, 9029, 9469, 9028, 9804, 8973, 9088, 9097, 11001, 9418, 10411, 9117, 10374, 8818, 9181, 9023, 9318, 10145, 8618, 10115, 8868, 10113, 8801, 10058, 9287, 8881, 9064, 9036, 10915, 9380, 10074, 8875, 9008, 9641, 8865, 8652, 8973, 9348, 9128, 8768, 9212, 9844, 9395, 10074, 9388, 9237, 9035, 9139, 8915, 9598, 9148, 9148, 9060, 8986, 9100, 11111, 9451, 9551, 9072, 9402, 9612, 8882, 8990, 8937, 10049, 9265, 9701, 9022, 8781, 9552, 8960, 9578, 9211, 9325, 9384, 9144, 9306, 8924, 8992, 9283, 10379, 9251, 10593, 9128, 10325, 8908, 9274, 8910, 8812, 8703, 8990, 10397, 9118, 9602, 8746, 8805, 8716, 8688, 9039, 8775, 9178, 8887, 9456, 8906, 9109, 8900, 9520, 8816, 8450, 8881, 8779, 8695, 8946, 8871, 9016, 8911, 9122, 8968, 9736, 8899, 11123, 8862, 10546, 8799, 9880, 9129, 9909, 9160, 10323, 8994, 9347, 8927, 9130, 8956, 9268, 9161, 9335, 8843, 8442, 8730, 8655, 9119, 9462, 10009, 8909, 8688, 9028, 9316, 11526, 8283, 10948, 8926, 10156, 9242, 9393, 8946, 8902, 9139, 8871, 8934, 8846, 9879, 9062, 10796, 9027, 11166, 8980, 8620, 8809, 8783, 8892, 8944, 8824, 9019, 10070, 8570, 10216, 8764, 10138, 8626, 8887, 8633, 8890, 8410, 8753, 8842, 8678, 9318, 8539, 8674, 9340, 8958, 9232, 8475, 8936, 8692, 8894, 8614, 8791, 8550, 8437], 'WindowCenter': [4184.0, 4166.0, 4142.0, 4139.0, 4128.0, 4136.0, 4126.0, 4125.0, 4125.0, 4135.0, 4123.0, 4135.0, 4124.0, 4135.0, 4144.0, 4147.0, 4147.0, 4137.0, 4146.0, 4136.0, 4148.0, 4148.0, 4159.0, 4139.0, 4150.0, 4160.0, 4162.0, 4160.0, 4161.0, 4172.0, 4162.0, 4172.0, 4162.0, 4173.0, 4163.0, 4163.0, 4162.0, 4172.0, 4162.0, 4173.0, 4162.0, 4174.0, 4182.0, 4173.0, 4173.0, 4163.0, 4174.0, 4164.0, 4175.0, 4185.0, 4165.0, 4164.0, 4164.0, 4174.0, 4173.0, 4163.0, 4173.0, 4162.0, 4163.0, 4171.0, 4162.0, 4161.0, 4152.0, 4162.0, 4161.0, 4151.0, 4169.0, 4149.0, 4157.0, 4137.0, 4146.0, 4137.0, 4145.0, 4135.0, 4144.0, 4138.0, 4147.0, 4135.0, 4144.0, 4135.0, 4145.0, 4137.0, 4148.0, 4148.0, 4171.0, 4171.0, 4174.0, 4174.0, 4175.0, 4176.0, 4177.0, 4176.0, 4165.0, 4176.0, 4163.0, 4162.0, 4162.0, 4162.0, 4160.0, 4163.0, 4172.0, 4161.0, 4161.0, 4151.0, 4161.0, 4162.0, 4163.0, 4162.0, 4162.0, 4161.0, 4151.0, 4172.0, 4152.0, 4160.0, 4151.0, 4149.0, 4149.0, 4161.0, 4149.0, 4161.0, 4161.0, 4163.0, 4150.0, 4149.0, 4150.0, 4149.0, 4150.0, 4150.0, 4149.0, 4150.0, 4149.0, 4138.0, 4148.0, 4149.0, 4150.0, 4138.0, 4148.0, 4159.0, 4160.0, 4170.0, 4162.0, 4151.0, 4151.0, 4151.0, 4150.0, 4151.0, 4150.0, 4140.0, 4138.0, 4139.0, 4147.0, 4139.0, 4149.0, 4148.0, 4149.0, 4149.0, 4149.0, 4150.0, 4140.0, 4150.0, 4138.0, 4150.0, 4150.0, 4148.0, 4150.0, 4160.0, 4151.0, 4160.0, 4151.0, 4160.0, 4150.0, 4160.0, 4150.0, 4149.0, 4151.0, 4148.0, 4151.0, 4160.0, 4151.0, 4149.0, 4150.0, 4149.0, 4139.0, 4138.0, 4150.0, 4159.0, 4165.0, 4159.0, 4152.0, 4175.0, 4153.0, 4152.0, 4160.0, 4139.0, 4148.0, 4138.0, 4138.0, 4149.0, 4137.0, 4138.0, 4136.0, 4137.0, 4135.0, 4125.0, 4133.0, 4123.0, 4132.0, 4122.0, 4122.0, 4123.0, 4123.0, 4123.0, 4125.0, 4135.0, 4137.0, 4136.0, 4150.0, 4173.0, 4151.0, 4138.0, 4152.0, 4139.0, 4139.0, 4148.0, 4138.0, 4150.0, 4176.0, 4151.0, 4152.0, 4150.0, 4152.0, 4150.0, 4151.0, 4172.0, 4163.0, 4173.0, 4152.0, 4159.0, 4149.0, 4149.0, 4148.0, 4138.0, 4137.0, 4138.0, 4157.0, 4139.0, 4147.0, 4138.0, 4137.0, 4137.0, 4137.0, 4138.0, 4148.0, 4150.0, 4150.0, 4151.0, 4150.0, 4151.0, 4140.0, 4151.0, 4152.0, 4142.0, 4160.0, 4140.0, 4151.0, 4142.0, 4150.0, 4150.0, 4148.0, 4139.0, 4139.0, 4140.0, 4150.0, 4152.0, 4151.0, 4149.0, 4149.0, 4148.0, 4138.0, 4127.0, 4137.0, 4138.0, 4135.0, 4138.0, 4149.0, 4139.0, 4137.0, 4137.0, 4138.0, 4149.0, 4139.0, 4151.0, 4150.0, 4151.0, 4161.0, 4153.0, 4142.0, 4152.0, 4153.0, 4163.0, 4154.0, 4152.0, 4151.0, 4141.0, 4152.0, 4140.0, 4140.0, 4139.0, 4150.0, 4139.0, 4151.0, 4139.0, 4150.0, 4139.0, 4151.0, 4150.0, 4161.0, 4140.0, 4151.0, 4152.0, 4172.0, 4152.0, 4152.0, 4152.0, 4153.0, 4162.0, 4142.0, 4140.0, 4141.0, 4139.0, 4140.0, 4139.0, 4139.0, 4139.0, 4129.0, 4126.0, 4138.0, 4147.0, 4127.0, 4136.0, 4126.0, 4127.0, 4137.0, 4128.0, 4138.0, 4128.0, 4138.0, 4139.0, 4138.0, 4140.0, 4149.0, 4151.0, 4140.0, 4141.0, 4141.0, 4152.0, 4141.0, 4141.0, 4143.0, 4154.0, 4163.0, 4143.0, 4142.0, 4142.0, 4142.0, 4142.0, 4153.0, 4162.0, 4142.0, 4152.0, 4151.0, 4152.0, 4151.0, 4151.0, 4139.0, 4139.0, 4127.0, 4138.0, 4148.0, 4127.0, 4137.0, 4127.0, 4137.0, 4136.0, 4125.0, 4138.0, 4127.0, 4127.0, 4126.0, 4127.0, 4126.0, 4137.0, 4138.0, 4138.0, 4138.0, 4139.0, 4140.0, 4160.0, 4140.0, 4139.0, 4140.0, 4150.0, 4150.0, 4139.0, 4140.0, 4139.0, 4139.0, 4140.0, 4141.0, 4151.0, 4151.0, 4142.0, 4151.0, 4142.0, 4153.0, 4151.0, 4141.0, 4150.0, 4141.0, 4149.0, 4140.0, 4139.0, 4140.0, 4140.0, 4141.0, 4140.0, 4150.0, 4139.0, 4150.0, 4151.0, 4149.0, 4139.0, 4138.0, 4138.0, 4138.0, 4127.0, 4136.0, 4126.0, 4125.0, 4126.0, 4126.0, 4115.0, 4124.0, 4125.0, 4126.0, 4135.0, 4138.0, 4149.0, 4151.0, 4152.0, 4151.0, 4152.0, 4153.0, 4155.0, 4155.0, 4167.0, 4155.0, 4163.0, 4152.0, 4161.0, 4142.0, 4151.0, 4141.0, 4151.0, 4140.0, 4149.0, 4127.0, 4129.0, 4128.0, 4128.0, 4127.0, 4128.0, 4128.0, 4129.0, 4128.0, 4139.0, 4140.0, 4139.0, 4140.0, 4150.0, 4141.0, 4151.0, 4128.0, 4149.0, 4140.0, 4140.0, 4139.0, 4150.0, 4139.0, 4148.0, 4128.0, 4116.0, 4127.0, 4115.0, 4116.0, 4135.0, 4114.0, 4122.0, 4112.0, 4110.0, 4100.0, 4111.0, 4130.0, 4100.0, 4108.0, 4098.0, 4098.0, 4099.0, 4110.0, 4099.0, 4111.0, 4110.0, 4111.0, 4122.0, 4123.0, 4112.0, 4126.0, 4126.0, 4126.0, 4139.0, 4139.0, 4150.0, 4142.0, 4151.0, 4140.0, 4150.0, 4139.0, 4149.0, 4139.0, 4140.0, 4139.0, 4139.0, 4138.0, 4129.0, 4127.0, 4126.0, 4125.0, 4127.0, 4126.0, 4137.0, 4145.0, 4127.0, 4137.0, 4138.0, 4149.0, 4139.0, 4140.0, 4139.0, 4140.0, 4141.0, 4140.0, 4150.0, 4142.0, 4149.0, 4141.0, 4150.0, 4129.0, 4138.0, 4136.0, 4128.0, 4127.0, 4127.0, 4125.0, 4126.0, 4136.0, 4125.0, 4136.0, 4126.0, 4137.0, 4138.0, 4126.0, 4127.0, 4126.0, 4128.0, 4127.0, 4127.0, 4138.0, 4127.0, 4125.0, 4126.0, 4135.0, 4123.0, 4136.0, 4126.0, 4125.0, 4137.0, 4127.0, 4126.0, 4127.0, 4136.0, 4137.0, 4127.0, 4139.0, 4127.0, 4139.0, 4139.0, 4140.0, 4139.0, 4138.0, 4138.0, 4139.0, 4128.0, 4140.0, 4139.0, 4142.0, 4141.0, 4141.0, 4143.0, 4166.0, 4153.0, 4152.0, 4151.0, 4152.0, 4170.0, 4144.0, 4163.0, 4142.0, 4162.0, 4141.0, 4150.0, 4128.0, 4126.0, 4125.0, 4115.0, 4126.0, 4115.0, 4125.0, 4116.0, 4127.0, 4127.0, 4138.0, 4137.0, 4138.0, 4139.0, 4140.0, 4141.0, 4141.0, 4152.0, 4142.0, 4152.0, 4151.0, 4141.0, 4140.0, 4140.0, 4129.0, 4140.0, 4139.0, 4137.0, 4139.0, 4139.0, 4140.0, 4151.0, 4139.0, 4149.0, 4139.0, 4148.0, 4139.0, 4139.0, 4140.0, 4129.0, 4152.0, 4152.0, 4151.0, 4152.0, 4152.0, 4151.0, 4142.0, 4150.0, 4142.0, 4152.0, 4152.0, 4152.0, 4142.0, 4150.0, 4141.0, 4151.0, 4141.0, 4128.0, 4129.0, 4148.0, 4128.0, 4146.0, 4129.0, 4148.0, 4128.0, 4138.0, 4128.0, 4139.0, 4149.0, 4139.0, 4150.0, 4140.0, 4149.0, 4130.0, 4139.0, 4139.0, 4127.0, 4126.0, 4128.0, 4147.0, 4126.0, 4135.0, 4125.0, 4113.0, 4124.0, 4113.0, 4113.0, 4122.0, 4124.0, 4124.0, 4114.0, 4126.0, 4135.0, 4138.0, 4136.0, 4138.0, 4138.0, 4128.0, 4138.0, 4138.0, 4137.0, 4140.0, 4139.0, 4141.0, 4140.0, 4141.0, 4161.0, 4151.0, 4139.0, 4139.0, 4138.0, 4135.0, 4128.0, 4127.0, 4128.0, 4139.0, 4139.0, 4138.0, 4127.0, 4127.0, 4137.0, 4136.0, 4138.0, 4139.0, 4138.0, 4140.0, 4140.0, 4152.0, 4152.0, 4141.0, 4152.0, 4162.0, 4153.0, 4162.0, 4142.0, 4150.0, 4139.0, 4139.0, 4127.0, 4128.0, 4126.0, 4127.0, 4137.0, 4126.0, 4137.0, 4127.0, 4127.0, 4127.0, 4128.0, 4138.0, 4128.0, 4139.0, 4141.0, 4151.0, 4142.0, 4142.0, 4142.0, 4151.0, 4140.0, 4129.0, 4140.0, 4129.0, 4129.0, 4139.0, 4140.0, 4140.0, 4141.0, 4140.0, 4140.0, 4139.0, 4140.0, 4160.0, 4140.0, 4148.0, 4127.0, 4137.0, 4137.0, 4137.0, 4138.0, 4148.0, 4138.0, 4137.0, 4128.0, 4138.0, 4128.0, 4138.0, 4138.0, 4138.0, 4138.0, 4126.0, 4129.0, 4140.0, 4152.0, 4164.0, 4164.0, 4155.0, 4171.0, 4169.0, 4168.0, 4188.0, 4145.0, 4173.0, 4156.0, 4164.0, 4141.0, 4151.0, 4141.0, 4142.0, 4141.0, 4142.0, 4139.0, 4140.0, 4138.0, 4128.0, 4148.0, 4128.0, 4147.0, 4128.0, 4127.0, 4126.0, 4126.0, 4127.0, 4126.0, 4117.0, 4126.0, 4137.0, 4116.0, 4135.0, 4116.0, 4136.0, 4114.0, 4124.0, 4114.0, 4114.0, 4102.0, 4113.0, 4112.0, 4113.0, 4111.0, 4113.0, 4113.0, 4125.0, 4125.0, 4125.0, 4115.0, 4126.0, 4128.0, 4138.0, 4137.0, 4141.0, 4142.0, 4130.0], 'WindowWidth': [9294.0, 9254.0, 9212.0, 9199.0, 9181.0, 9189.0, 9176.0, 9173.0, 9174.0, 9185.0, 9168.0, 9185.0, 9167.0, 9185.0, 9197.0, 9206.0, 9205.0, 9191.0, 9203.0, 9190.0, 9210.0, 9211.0, 9227.0, 9198.0, 9216.0, 9229.0, 9236.0, 9230.0, 9233.0, 9249.0, 9236.0, 9250.0, 9237.0, 9251.0, 9238.0, 9238.0, 9236.0, 9250.0, 9236.0, 9254.0, 9236.0, 9256.0, 9264.0, 9253.0, 9253.0, 9241.0, 9256.0, 9243.0, 9257.0, 9271.0, 9243.0, 9240.0, 9239.0, 9254.0, 9250.0, 9240.0, 9252.0, 9235.0, 9235.0, 9245.0, 9233.0, 9231.0, 9220.0, 9233.0, 9233.0, 9218.0, 9237.0, 9210.0, 9218.0, 9192.0, 9201.0, 9190.0, 9198.0, 9185.0, 9196.0, 9195.0, 9204.0, 9186.0, 9196.0, 9186.0, 9200.0, 9191.0, 9208.0, 9212.0, 9248.0, 9249.0, 9257.0, 9257.0, 9261.0, 9262.0, 9264.0, 9260.0, 9244.0, 9260.0, 9238.0, 9236.0, 9234.0, 9235.0, 9231.0, 9236.0, 9248.0, 9234.0, 9231.0, 9219.0, 9232.0, 9236.0, 9238.0, 9235.0, 9233.0, 9231.0, 9218.0, 9246.0, 9221.0, 9228.0, 9217.0, 9212.0, 9212.0, 9231.0, 9213.0, 9232.0, 9230.0, 9237.0, 9216.0, 9214.0, 9215.0, 9211.0, 9214.0, 9214.0, 9212.0, 9214.0, 9210.0, 9194.0, 9209.0, 9213.0, 9214.0, 9195.0, 9211.0, 9226.0, 9230.0, 9243.0, 9234.0, 9218.0, 9217.0, 9218.0, 9214.0, 9218.0, 9216.0, 9200.0, 9196.0, 9197.0, 9207.0, 9198.0, 9211.0, 9209.0, 9212.0, 9212.0, 9212.0, 9214.0, 9201.0, 9214.0, 9198.0, 9216.0, 9216.0, 9209.0, 9216.0, 9228.0, 9216.0, 9229.0, 9217.0, 9227.0, 9215.0, 9228.0, 9215.0, 9213.0, 9218.0, 9212.0, 9218.0, 9228.0, 9217.0, 9212.0, 9215.0, 9211.0, 9199.0, 9195.0, 9215.0, 9223.0, 9247.0, 9227.0, 9222.0, 9263.0, 9226.0, 9222.0, 9227.0, 9199.0, 9208.0, 9196.0, 9195.0, 9211.0, 9192.0, 9195.0, 9188.0, 9191.0, 9185.0, 9171.0, 9181.0, 9165.0, 9176.0, 9163.0, 9162.0, 9164.0, 9166.0, 9165.0, 9171.0, 9187.0, 9192.0, 9190.0, 9218.0, 9253.0, 9221.0, 9197.0, 9224.0, 9199.0, 9199.0, 9208.0, 9197.0, 9219.0, 9265.0, 9223.0, 9222.0, 9217.0, 9222.0, 9219.0, 9222.0, 9250.0, 9241.0, 9254.0, 9222.0, 9228.0, 9214.0, 9214.0, 9210.0, 9196.0, 9192.0, 9196.0, 9220.0, 9198.0, 9205.0, 9194.0, 9192.0, 9194.0, 9191.0, 9195.0, 9209.0, 9216.0, 9216.0, 9218.0, 9217.0, 9218.0, 9203.0, 9220.0, 9221.0, 9208.0, 9229.0, 9202.0, 9219.0, 9205.0, 9212.0, 9213.0, 9209.0, 9199.0, 9199.0, 9202.0, 9215.0, 9220.0, 9218.0, 9212.0, 9209.0, 9207.0, 9193.0, 9179.0, 9191.0, 9193.0, 9187.0, 9193.0, 9210.0, 9198.0, 9192.0, 9193.0, 9194.0, 9211.0, 9198.0, 9218.0, 9213.0, 9218.0, 9233.0, 9224.0, 9208.0, 9223.0, 9225.0, 9238.0, 9229.0, 9223.0, 9220.0, 9205.0, 9220.0, 9202.0, 9201.0, 9197.0, 9215.0, 9200.0, 9217.0, 9200.0, 9216.0, 9201.0, 9218.0, 9216.0, 9231.0, 9202.0, 9218.0, 9221.0, 9248.0, 9221.0, 9222.0, 9223.0, 9225.0, 9235.0, 9208.0, 9203.0, 9203.0, 9198.0, 9200.0, 9198.0, 9199.0, 9196.0, 9183.0, 9176.0, 9193.0, 9204.0, 9178.0, 9188.0, 9175.0, 9179.0, 9192.0, 9180.0, 9193.0, 9180.0, 9195.0, 9197.0, 9195.0, 9202.0, 9213.0, 9217.0, 9201.0, 9204.0, 9203.0, 9220.0, 9205.0, 9207.0, 9213.0, 9227.0, 9237.0, 9210.0, 9208.0, 9209.0, 9207.0, 9209.0, 9225.0, 9234.0, 9208.0, 9220.0, 9221.0, 9221.0, 9219.0, 9218.0, 9199.0, 9199.0, 9179.0, 9196.0, 9206.0, 9178.0, 9190.0, 9177.0, 9190.0, 9188.0, 9173.0, 9195.0, 9180.0, 9177.0, 9176.0, 9177.0, 9176.0, 9192.0, 9196.0, 9195.0, 9198.0, 9197.0, 9202.0, 9227.0, 9203.0, 9200.0, 9204.0, 9214.0, 9214.0, 9199.0, 9200.0, 9198.0, 9201.0, 9203.0, 9206.0, 9219.0, 9219.0, 9207.0, 9218.0, 9209.0, 9224.0, 9219.0, 9206.0, 9215.0, 9203.0, 9213.0, 9201.0, 9199.0, 9200.0, 9199.0, 9202.0, 9198.0, 9213.0, 9199.0, 9216.0, 9218.0, 9211.0, 9198.0, 9195.0, 9194.0, 9195.0, 9178.0, 9190.0, 9173.0, 9174.0, 9176.0, 9174.0, 9158.0, 9170.0, 9172.0, 9177.0, 9188.0, 9197.0, 9213.0, 9218.0, 9223.0, 9221.0, 9223.0, 9226.0, 9232.0, 9233.0, 9249.0, 9230.0, 9238.0, 9222.0, 9231.0, 9208.0, 9218.0, 9205.0, 9218.0, 9199.0, 9212.0, 9178.0, 9183.0, 9179.0, 9182.0, 9179.0, 9181.0, 9183.0, 9183.0, 9182.0, 9199.0, 9203.0, 9197.0, 9201.0, 9214.0, 9204.0, 9216.0, 9183.0, 9212.0, 9199.0, 9201.0, 9199.0, 9213.0, 9198.0, 9208.0, 9181.0, 9163.0, 9177.0, 9159.0, 9161.0, 9184.0, 9154.0, 9164.0, 9147.0, 9143.0, 9128.0, 9145.0, 9169.0, 9127.0, 9134.0, 9123.0, 9122.0, 9124.0, 9141.0, 9127.0, 9144.0, 9142.0, 9146.0, 9162.0, 9167.0, 9154.0, 9176.0, 9178.0, 9177.0, 9199.0, 9200.0, 9215.0, 9207.0, 9216.0, 9201.0, 9216.0, 9200.0, 9212.0, 9201.0, 9201.0, 9196.0, 9199.0, 9194.0, 9183.0, 9177.0, 9176.0, 9173.0, 9179.0, 9176.0, 9192.0, 9200.0, 9178.0, 9192.0, 9195.0, 9213.0, 9200.0, 9201.0, 9200.0, 9202.0, 9203.0, 9202.0, 9217.0, 9207.0, 9213.0, 9205.0, 9213.0, 9184.0, 9196.0, 9191.0, 9183.0, 9177.0, 9177.0, 9173.0, 9174.0, 9187.0, 9173.0, 9187.0, 9176.0, 9190.0, 9195.0, 9178.0, 9180.0, 9177.0, 9180.0, 9176.0, 9177.0, 9195.0, 9179.0, 9172.0, 9174.0, 9186.0, 9169.0, 9187.0, 9175.0, 9174.0, 9191.0, 9179.0, 9176.0, 9178.0, 9189.0, 9193.0, 9180.0, 9198.0, 9181.0, 9198.0, 9197.0, 9201.0, 9198.0, 9195.0, 9195.0, 9198.0, 9183.0, 9198.0, 9197.0, 9207.0, 9205.0, 9202.0, 9212.0, 9250.0, 9226.0, 9220.0, 9219.0, 9219.0, 9242.0, 9214.0, 9237.0, 9209.0, 9234.0, 9205.0, 9212.0, 9180.0, 9175.0, 9173.0, 9158.0, 9174.0, 9158.0, 9172.0, 9162.0, 9179.0, 9177.0, 9193.0, 9191.0, 9196.0, 9199.0, 9202.0, 9203.0, 9205.0, 9220.0, 9209.0, 9222.0, 9218.0, 9205.0, 9200.0, 9202.0, 9183.0, 9199.0, 9198.0, 9195.0, 9198.0, 9198.0, 9203.0, 9218.0, 9199.0, 9211.0, 9197.0, 9209.0, 9198.0, 9198.0, 9200.0, 9187.0, 9221.0, 9221.0, 9220.0, 9221.0, 9222.0, 9219.0, 9207.0, 9215.0, 9208.0, 9223.0, 9222.0, 9219.0, 9206.0, 9217.0, 9204.0, 9216.0, 9203.0, 9182.0, 9184.0, 9208.0, 9179.0, 9205.0, 9183.0, 9208.0, 9183.0, 9195.0, 9183.0, 9199.0, 9212.0, 9200.0, 9214.0, 9202.0, 9211.0, 9185.0, 9198.0, 9196.0, 9181.0, 9175.0, 9179.0, 9203.0, 9175.0, 9186.0, 9170.0, 9153.0, 9166.0, 9153.0, 9151.0, 9164.0, 9169.0, 9170.0, 9155.0, 9174.0, 9185.0, 9194.0, 9188.0, 9194.0, 9194.0, 9181.0, 9196.0, 9196.0, 9195.0, 9202.0, 9198.0, 9202.0, 9201.0, 9205.0, 9232.0, 9216.0, 9196.0, 9196.0, 9194.0, 9188.0, 9182.0, 9176.0, 9181.0, 9197.0, 9199.0, 9194.0, 9179.0, 9179.0, 9193.0, 9191.0, 9194.0, 9198.0, 9197.0, 9202.0, 9202.0, 9222.0, 9225.0, 9205.0, 9222.0, 9234.0, 9225.0, 9234.0, 9206.0, 9214.0, 9198.0, 9196.0, 9178.0, 9181.0, 9176.0, 9177.0, 9190.0, 9175.0, 9190.0, 9179.0, 9176.0, 9179.0, 9181.0, 9196.0, 9183.0, 9200.0, 9204.0, 9215.0, 9208.0, 9207.0, 9206.0, 9217.0, 9200.0, 9186.0, 9199.0, 9184.0, 9186.0, 9198.0, 9202.0, 9201.0, 9205.0, 9202.0, 9201.0, 9199.0, 9203.0, 9228.0, 9201.0, 9208.0, 9179.0, 9190.0, 9191.0, 9193.0, 9195.0, 9206.0, 9195.0, 9192.0, 9182.0, 9193.0, 9182.0, 9194.0, 9195.0, 9194.0, 9196.0, 9178.0, 9185.0, 9202.0, 9222.0, 9242.0, 9241.0, 9233.0, 9264.0, 9258.0, 9255.0, 9282.0, 9220.0, 9252.0, 9234.0, 9239.0, 9205.0, 9218.0, 9205.0, 9208.0, 9205.0, 9208.0, 9199.0, 9202.0, 9196.0, 9182.0, 9206.0, 9180.0, 9205.0, 9181.0, 9177.0, 9175.0, 9173.0, 9177.0, 9174.0, 9161.0, 9173.0, 9189.0, 9161.0, 9184.0, 9160.0, 9188.0, 9155.0, 9168.0, 9155.0, 9154.0, 9135.0, 9152.0, 9149.0, 9150.0, 9146.0, 9150.0, 9153.0, 9173.0, 9172.0, 9172.0, 9160.0, 9176.0, 9183.0, 9197.0, 9196.0, 9206.0, 9207.0, 9190.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.003753119266055046</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02412964346330275</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.71408336616534</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1679233581285877</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0168068239724448</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4713</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5801.5664</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07006289429953612</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8027522935779816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.702190335956432</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.625136755593681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.899449112689928</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5819851395856865</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0131416</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010245421901345253</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02077365666627884</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.668106571945388</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>28.3342</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8622</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300534.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.293</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.0189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3304.8177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>958.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4391.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.4335</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.241053171572275</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> |