=== 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-0099 --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-0099",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
110 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
110 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-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0099_suffix-bold_task-alignvideo" 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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_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-0099/ses-04/func/sub-0099_ses-04_task-alignvideo_acq-mb8_run-02_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>c46903f571ee25f15e2954c04f88e847</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>14:36:53.897500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997432, 0.0368968, 0.06139, -0.0365741, 0.999311, -0.0063723]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0843804</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4250, -7796, -7252, 248, -72, -240, -125, 52]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>deaa68e9-ccba-4daf-864f-7db3c003e23d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760361194610596, -0.09812572598457336, 0.16627350449562073, 109.7168960571289], [-0.09899149090051651, 2.681077241897583, -0.011098760180175304, -94.71246337890625], [0.1647048443555832, 0.017096424475312233, 2.694852590560913, -97.3656997680664], [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, 926]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['143653.897500', '143654.357500', '143654.817500', '143655.277500', '143655.737500', '143656.197500', '143656.657500', '143657.117500', '143657.577500', '143658.037500', '143658.497500', '143658.957500', '143659.417500', '143659.877500', '143700.337500', '143700.797500', '143701.257500', '143701.717500', '143702.177500', '143702.637500', '143703.097500', '143703.557500', '143704.017500', '143704.477500', '143704.937500', '143705.397500', '143705.857500', '143706.317500', '143706.777500', '143707.237500', '143707.697500', '143708.157500', '143708.617500', '143709.077500', '143709.537500', '143709.997500', '143710.457500', '143710.917500', '143711.377500', '143711.837500', '143712.297500', '143712.757500', '143713.217500', '143713.677500', '143714.137500', '143714.597500', '143715.057500', '143715.517500', '143715.977500', '143716.437500', '143716.897500', '143717.357500', '143717.817500', '143718.277500', '143718.737500', '143719.197500', '143719.657500', '143720.117500', '143720.577500', '143721.037500', '143721.497500', '143721.957500', '143722.417500', '143722.877500', '143723.337500', '143723.797500', '143724.257500', '143724.717500', '143725.177500', '143725.637500', '143726.097500', '143726.557500', '143727.017500', '143727.477500', '143727.937500', '143728.397500', '143728.857500', '143729.317500', '143729.777500', '143730.237500', '143730.697500', '143731.157500', '143731.617500', '143732.077500', '143732.537500', '143732.997500', '143733.457500', '143733.917500', '143734.377500', '143734.837500', '143735.297500', '143735.757500', '143736.217500', '143736.677500', '143737.137500', '143737.597500', '143738.057500', '143738.517500', '143738.977500', '143739.437500', '143739.897500', '143740.357500', '143740.817500', '143741.277500', '143741.737500', '143742.197500', '143742.657500', '143743.117500', '143743.577500', '143744.037500', '143744.497500', '143744.957500', '143745.417500', '143745.877500', '143746.337500', '143746.797500', '143747.257500', '143747.717500', '143748.177500', '143748.637500', '143749.097500', '143749.557500', '143750.017500', '143750.477500', '143750.937500', '143751.397500', '143751.857500', '143752.317500', '143752.777500', '143753.237500', '143753.697500', '143754.157500', '143754.617500', '143755.077500', '143755.537500', '143755.997500', '143756.457500', '143756.917500', '143757.377500', '143757.837500', '143758.297500', '143758.757500', '143759.217500', '143759.677500', '143800.137500', '143800.597500', '143801.057500', '143801.517500', '143801.977500', '143802.437500', '143802.897500', '143803.357500', '143803.817500', '143804.277500', '143804.737500', '143805.197500', '143805.657500', '143806.117500', '143806.577500', '143807.037500', '143807.497500', '143807.957500', '143808.417500', '143808.877500', '143809.337500', '143809.797500', '143810.257500', '143810.717500', '143811.177500', '143811.637500', '143812.097500', '143812.557500', '143813.017500', '143813.477500', '143813.937500', '143814.397500', '143814.857500', '143815.317500', '143815.777500', '143816.237500', '143816.697500', '143817.157500', '143817.617500', '143818.077500', '143818.537500', '143818.997500', '143819.457500', '143819.917500', '143820.377500', '143820.837500', '143821.297500', '143821.757500', '143822.217500', '143822.677500', '143823.137500', '143823.597500', '143824.057500', '143824.517500', '143824.977500', '143825.437500', '143825.897500', '143826.357500', '143826.817500', '143827.277500', '143827.737500', '143828.197500', '143828.657500', '143829.117500', '143829.577500', '143830.037500', '143830.497500', '143830.957500', '143831.417500', '143831.877500', '143832.337500', '143832.797500', '143833.257500', '143833.717500', '143834.177500', '143834.637500', '143835.097500', '143835.557500', '143836.017500', '143836.477500', '143836.937500', '143837.397500', '143837.857500', '143838.317500', '143838.777500', '143839.237500', '143839.697500', '143840.157500', '143840.617500', '143841.077500', '143841.537500', '143841.997500', '143842.457500', '143842.917500', '143843.377500', '143843.837500', '143844.297500', '143844.757500', '143845.217500', '143845.677500', '143846.137500', '143846.597500', '143847.057500', '143847.517500', '143847.977500', '143848.437500', '143848.897500', '143849.357500', '143849.817500', '143850.277500', '143850.737500', '143851.197500', '143851.657500', '143852.117500', '143852.577500', '143853.037500', '143853.497500', '143853.957500', '143854.417500', '143854.877500', '143855.337500', '143855.797500', '143856.257500', '143856.717500', '143857.177500', '143857.637500', '143858.097500', '143858.557500', '143859.017500', '143859.477500', '143859.937500', '143900.397500', '143900.857500', '143901.317500', '143901.777500', '143902.237500', '143902.697500', '143903.157500', '143903.617500', '143904.077500', '143904.537500', '143904.997500', '143905.457500', '143905.917500', '143906.377500', '143906.837500', '143907.297500', '143907.757500', '143908.217500', '143908.677500', '143909.137500', '143909.597500', '143910.057500', '143910.517500', '143910.977500', '143911.437500', '143911.897500', '143912.357500', '143912.817500', '143913.277500', '143913.737500', '143914.197500', '143914.657500', '143915.117500', '143915.577500', '143916.037500', '143916.497500', '143916.957500', '143917.417500', '143917.877500', '143918.337500', '143918.797500', '143919.257500', '143919.717500', '143920.177500', '143920.637500', '143921.097500', '143921.557500', '143922.017500', '143922.477500', '143922.937500', '143923.397500', '143923.857500', '143924.317500', '143924.777500', '143925.237500', '143925.697500', '143926.157500', '143926.617500', '143927.077500', '143927.537500', '143927.997500', '143928.457500', '143928.917500', '143929.377500', '143929.837500', '143930.297500', '143930.757500', '143931.217500', '143931.677500', '143932.137500', '143932.597500', '143933.057500', '143933.517500', '143933.977500', '143934.437500', '143934.897500', '143935.357500', '143935.817500', '143936.277500', '143936.737500', '143937.197500', '143937.657500', '143938.117500', '143938.577500', '143939.037500', '143939.497500', '143939.957500', '143940.417500', '143940.877500', '143941.337500', '143941.797500', '143942.257500', '143942.717500', '143943.177500', '143943.637500', '143944.097500', '143944.557500', '143945.017500', '143945.477500', '143945.937500', '143946.397500', '143946.857500', '143947.317500', '143947.777500', '143948.237500', '143948.697500', '143949.157500', '143949.617500', '143950.077500', '143950.537500', '143950.997500', '143951.457500', '143951.917500', '143952.377500', '143952.837500', '143953.297500', '143953.757500', '143954.217500', '143954.677500', '143955.137500', '143955.597500', '143956.057500', '143956.517500', '143956.977500', '143957.437500', '143957.897500', '143958.357500', '143958.817500', '143959.277500', '143959.737500', '144000.197500', '144000.657500', '144001.117500', '144001.577500', '144002.037500', '144002.497500', '144002.957500', '144003.417500', '144003.877500', '144004.337500', '144004.797500', '144005.257500', '144005.717500', '144006.177500', '144006.637500', '144007.097500', '144007.557500', '144008.017500', '144008.477500', '144008.937500', '144009.397500', '144009.857500', '144010.317500', '144010.777500', '144011.237500', '144011.697500', '144012.157500', '144012.617500', '144013.077500', '144013.537500', '144013.997500', '144014.457500', '144014.917500', '144015.377500', '144015.837500', '144016.297500', '144016.757500', '144017.217500', '144017.677500', '144018.137500', '144018.597500', '144019.057500', '144019.517500', '144019.977500', '144020.437500', '144020.897500', '144021.357500', '144021.817500', '144022.277500', '144022.737500', '144023.197500', '144023.657500', '144024.117500', '144024.577500', '144025.037500', '144025.497500', '144025.957500', '144026.417500', '144026.877500', '144027.337500', '144027.797500', '144028.257500', '144028.717500', '144029.177500', '144029.637500', '144030.097500', '144030.557500', '144031.017500', '144031.477500', '144031.937500', '144032.397500', '144032.857500', '144033.317500', '144033.777500', '144034.237500', '144034.697500', '144035.157500', '144035.617500', '144036.077500', '144036.537500', '144036.997500', '144037.457500', '144037.917500', '144038.377500', '144038.837500', '144039.297500', '144039.757500', '144040.217500', '144040.677500', '144041.137500', '144041.597500', '144042.057500', '144042.517500', '144042.977500', '144043.437500', '144043.897500', '144044.357500', '144044.817500', '144045.277500', '144045.737500', '144046.197500', '144046.657500', '144047.117500', '144047.577500', '144048.037500', '144048.497500', '144048.957500', '144049.417500', '144049.877500', '144050.337500', '144050.797500', '144051.257500', '144051.717500', '144052.177500', '144052.637500', '144053.097500', '144053.557500', '144054.017500', '144054.477500', '144054.937500', '144055.397500', '144055.857500', '144056.317500', '144056.777500', '144057.237500', '144057.697500', '144058.157500', '144058.617500', '144059.077500', '144059.537500', '144059.997500', '144100.457500', '144100.917500', '144101.377500', '144101.837500', '144102.297500', '144102.757500', '144103.217500', '144103.677500', '144104.137500', '144104.597500', '144105.057500', '144105.517500', '144105.977500', '144106.437500', '144106.897500', '144107.357500', '144107.817500', '144108.277500', '144108.737500', '144109.197500', '144109.657500', '144110.117500', '144110.577500', '144111.037500', '144111.497500', '144111.957500', '144112.417500', '144112.877500', '144113.337500', '144113.797500', '144114.257500', '144114.717500', '144115.177500', '144115.637500', '144116.097500', '144116.557500', '144117.017500', '144117.477500', '144117.937500', '144118.397500', '144118.857500', '144119.317500', '144119.777500', '144120.237500', '144120.697500', '144121.157500', '144121.617500', '144122.077500', '144122.537500', '144122.997500', '144123.457500', '144123.917500', '144124.377500', '144124.837500', '144125.297500', '144125.757500', '144126.217500', '144126.677500', '144127.137500', '144127.597500', '144128.057500', '144128.517500', '144128.977500', '144129.437500', '144129.897500', '144130.357500', '144130.817500', '144131.277500', '144131.737500', '144132.197500', '144132.657500', '144133.117500', '144133.577500', '144134.037500', '144134.497500', '144134.957500', '144135.417500', '144135.877500', '144136.337500', '144136.797500', '144137.257500', '144137.717500', '144138.177500', '144138.637500', '144139.097500', '144139.557500', '144140.017500', '144140.477500', '144140.937500', '144141.397500', '144141.857500', '144142.317500', '144142.777500', '144143.237500', '144143.697500', '144144.157500', '144144.617500', '144145.077500', '144145.537500', '144145.997500', '144146.457500', '144146.917500', '144147.377500', '144147.837500', '144148.297500', '144148.757500', '144149.217500', '144149.677500', '144150.137500', '144150.597500', '144151.057500', '144151.517500', '144151.977500', '144152.437500', '144152.897500', '144153.357500', '144153.817500', '144154.277500', '144154.737500', '144155.197500', '144155.657500', '144156.117500', '144156.577500', '144157.037500', '144157.497500', '144157.957500', '144158.417500', '144158.877500', '144159.337500', '144159.797500', '144200.257500', '144200.717500', '144201.177500', '144201.637500', '144202.097500', '144202.557500', '144203.017500', '144203.477500', '144203.937500', '144204.397500', '144204.857500', '144205.317500', '144205.777500', '144206.237500', '144206.697500', '144207.157500', '144207.617500', '144208.077500', '144208.537500', '144208.997500', '144209.457500', '144209.917500', '144210.377500', '144210.837500', '144211.297500', '144211.757500', '144212.217500', '144212.677500', '144213.137500', '144213.597500', '144214.057500', '144214.517500', '144214.977500', '144215.437500', '144215.897500', '144216.357500', '144216.817500', '144217.277500', '144217.737500', '144218.197500', '144218.657500', '144219.117500', '144219.577500', '144220.037500', '144220.497500', '144220.957500', '144221.417500', '144221.877500', '144222.337500', '144222.797500', '144223.257500', '144223.717500', '144224.177500', '144224.637500', '144225.097500', '144225.557500', '144226.017500', '144226.477500', '144226.937500', '144227.397500', '144227.857500', '144228.317500', '144228.777500', '144229.237500', '144229.697500', '144230.157500', '144230.617500', '144231.077500', '144231.537500', '144231.997500', '144232.457500', '144232.917500', '144233.377500', '144233.837500', '144234.297500', '144234.757500', '144235.217500', '144235.677500', '144236.137500', '144236.597500', '144237.057500', '144237.517500', '144237.977500', '144238.437500', '144238.897500', '144239.357500', '144239.817500', '144240.277500', '144240.737500', '144241.197500', '144241.657500', '144242.117500', '144242.577500', '144243.037500', '144243.497500', '144243.957500', '144244.417500', '144244.877500', '144245.337500', '144245.797500', '144246.257500', '144246.717500', '144247.177500', '144247.637500', '144248.097500', '144248.557500', '144249.017500', '144249.477500', '144249.937500', '144250.397500', '144250.857500', '144251.317500', '144251.777500', '144252.237500', '144252.697500', '144253.157500', '144253.617500', '144254.077500', '144254.537500', '144254.997500', '144255.457500', '144255.917500', '144256.377500', '144256.837500', '144257.297500', '144257.757500', '144258.217500', '144258.677500', '144259.137500', '144259.597500', '144300.057500', '144300.517500', '144300.977500', '144301.437500', '144301.897500', '144302.357500', '144302.817500', '144303.277500', '144303.737500', '144304.197500', '144304.657500', '144305.117500', '144305.577500', '144306.037500', '144306.497500', '144306.957500', '144307.417500', '144307.877500', '144308.337500', '144308.797500', '144309.257500', '144309.717500', '144310.177500', '144310.637500', '144311.097500', '144311.557500', '144312.017500', '144312.477500', '144312.937500', '144313.397500', '144313.857500', '144314.317500', '144314.777500', '144315.237500', '144315.697500', '144316.157500', '144316.617500', '144317.077500', '144317.537500', '144317.997500', '144318.457500', '144318.917500', '144319.377500', '144319.837500', '144320.297500', '144320.757500', '144321.217500', '144321.677500', '144322.137500', '144322.597500', '144323.057500', '144323.517500', '144323.977500', '144324.437500', '144324.897500', '144325.357500', '144325.817500', '144326.277500', '144326.737500', '144327.197500', '144327.657500', '144328.117500', '144328.577500', '144329.037500', '144329.497500', '144329.957500', '144330.417500', '144330.877500', '144331.337500', '144331.797500', '144332.257500', '144332.717500', '144333.177500', '144333.637500', '144334.097500', '144334.557500', '144335.017500', '144335.477500', '144335.937500', '144336.397500', '144336.857500', '144337.317500', '144337.777500', '144338.237500', '144338.697500', '144339.157500', '144339.617500', '144340.077500', '144340.537500', '144340.997500', '144341.457500', '144341.917500', '144342.377500', '144342.837500', '144343.297500', '144343.757500', '144344.217500', '144344.677500', '144345.137500', '144345.597500', '144346.057500', '144346.517500', '144346.977500', '144347.437500', '144347.897500', '144348.357500', '144348.817500', '144349.277500', '144349.737500', '144350.197500', '144350.657500', '144351.117500', '144351.577500', '144352.037500', '144352.497500', '144352.957500', '144353.417500', '144353.877500', '144354.337500', '144354.797500', '144355.257500', '144355.717500', '144356.177500', '144356.637500', '144357.097500', '144357.557500', '144358.017500', '144358.477500', '144358.937500', '144359.397500'], 'ContentTime': ['143711.916000', '143711.919000', '143711.922000', '143711.924000', '143711.930000', '143711.932000', '143711.935000', '143711.937000', '143711.940000', '143711.943000', '143711.945000', '143711.948000', '143711.950000', '143711.953000', '143711.956000', '143711.958000', '143711.961000', '143711.963000', '143711.966000', '143711.969000', '143711.981000', '143711.983000', '143711.986000', '143711.988000', '143711.991000', '143711.994000', '143711.996000', '143712.000000', '143712.003000', '143712.005000', '143712.008000', '143712.011000', '143712.013000', '143712.016000', '143712.019000', '143712.021000', '143712.024000', '143731.856000', '143731.859000', '143731.862000', '143731.864000', '143731.867000', '143731.870000', '143731.872000', '143731.875000', '143731.878000', '143731.880000', '143731.883000', '143731.885000', '143731.888000', '143731.896000', '143731.898000', '143731.901000', '143731.904000', '143731.906000', '143731.909000', '143731.912000', '143731.914000', '143731.917000', '143731.919000', '143731.922000', '143731.925000', '143731.927000', '143731.930000', '143731.932000', '143731.935000', '143731.937000', '143731.940000', '143731.943000', '143731.945000', '143731.948000', '143731.950000', '143731.953000', '143731.956000', '143731.958000', '143731.961000', '143731.963000', '143731.966000', '143731.968000', '143731.971000', '143751.857000', '143751.861000', '143751.863000', '143751.866000', '143751.869000', '143751.871000', '143751.874000', '143751.877000', '143751.879000', '143751.882000', '143751.885000', '143751.887000', '143751.890000', '143751.893000', '143751.895000', '143751.898000', '143751.900000', '143751.903000', '143751.906000', '143751.908000', '143751.911000', '143751.914000', '143751.916000', '143751.919000', '143751.921000', '143751.924000', '143751.927000', '143751.929000', '143751.932000', '143751.935000', '143751.937000', '143751.940000', '143751.942000', '143751.945000', '143751.948000', '143751.950000', '143751.953000', '143751.956000', '143751.958000', '143751.961000', '143751.963000', '143751.966000', '143751.969000', '143751.971000', '143811.857000', '143811.860000', '143811.863000', '143811.866000', '143811.869000', '143811.871000', '143811.874000', '143811.876000', '143811.879000', '143811.882000', '143811.884000', '143811.887000', '143811.890000', '143811.892000', '143811.895000', '143811.897000', '143811.900000', '143811.903000', '143811.905000', '143811.908000', '143811.911000', '143811.913000', '143811.916000', '143811.919000', '143811.922000', '143811.925000', '143811.929000', '143811.932000', '143811.934000', '143811.937000', '143811.940000', '143811.942000', '143811.945000', '143811.948000', '143811.950000', '143811.953000', '143811.955000', '143811.959000', '143811.962000', '143811.965000', '143811.967000', '143811.970000', '143811.980000', '143831.857000', '143831.860000', '143831.863000', '143831.865000', '143831.869000', '143831.871000', '143831.874000', '143831.876000', '143831.879000', '143831.882000', '143831.884000', '143831.887000', '143831.890000', '143831.892000', '143831.895000', '143831.897000', '143831.900000', '143831.903000', '143831.905000', '143831.908000', '143831.911000', '143831.913000', '143831.916000', '143831.918000', '143831.921000', '143831.924000', '143831.926000', '143831.929000', '143831.932000', '143831.934000', '143831.937000', '143831.939000', '143831.942000', '143831.945000', '143831.947000', '143831.950000', '143831.953000', '143831.955000', '143831.958000', '143831.970000', '143831.973000', '143831.975000', '143831.978000', '143831.980000', '143851.890000', '143851.893000', '143851.896000', '143851.899000', '143851.901000', '143851.904000', '143851.907000', '143851.909000', '143851.912000', '143851.914000', '143851.917000', '143851.920000', '143851.922000', '143851.925000', '143851.928000', '143851.930000', '143851.933000', '143851.936000', '143851.938000', '143851.941000', '143851.945000', '143851.948000', '143851.950000', '143851.953000', '143851.955000', '143851.958000', '143851.961000', '143851.963000', '143851.966000', '143851.976000', '143851.978000', '143851.981000', '143851.984000', '143851.986000', '143851.989000', '143851.991000', '143852.001000', '143852.004000', '143852.007000', '143852.009000', '143852.012000', '143852.015000', '143852.017000', '143911.858000', '143911.860000', '143911.863000', '143911.866000', '143911.869000', '143911.871000', '143911.874000', '143911.877000', '143911.879000', '143911.882000', '143911.885000', '143911.887000', '143911.890000', '143911.893000', '143911.895000', '143911.898000', '143911.901000', '143911.903000', '143911.906000', '143911.908000', '143911.911000', '143911.914000', '143911.916000', '143911.919000', '143911.921000', '143911.924000', '143911.927000', '143911.929000', '143911.932000', '143911.935000', '143911.937000', '143911.940000', '143911.943000', '143911.945000', '143911.948000', '143911.950000', '143911.953000', '143911.956000', '143911.958000', '143911.961000', '143911.964000', '143911.966000', '143911.969000', '143911.972000', '143931.857000', '143931.860000', '143931.862000', '143931.865000', '143931.867000', '143931.870000', '143931.873000', '143931.875000', '143931.878000', '143931.881000', '143931.883000', '143931.886000', '143931.888000', '143931.891000', '143931.894000', '143931.896000', '143931.899000', '143931.902000', '143931.905000', '143931.907000', '143931.910000', '143931.912000', '143931.915000', '143931.918000', '143931.920000', '143931.923000', '143931.925000', '143931.928000', '143931.931000', '143931.933000', '143931.936000', '143931.938000', '143931.941000', '143931.944000', '143931.946000', '143931.949000', '143931.952000', '143931.954000', '143931.957000', '143931.960000', '143931.962000', '143931.965000', '143931.967000', '143951.856000', '143951.859000', '143951.862000', '143951.865000', '143951.867000', '143951.870000', '143951.872000', '143951.875000', '143951.877000', '143951.880000', '143951.883000', '143951.885000', '143951.888000', '143951.891000', '143951.893000', '143951.896000', '143951.898000', '143951.901000', '143951.904000', '143951.907000', '143951.909000', '143951.912000', '143951.915000', '143951.917000', '143951.920000', '143951.922000', '143951.925000', '143951.928000', '143951.930000', '143951.933000', '143951.936000', '143951.938000', '143951.941000', '143951.943000', '143951.946000', '143951.949000', '143951.951000', '143951.954000', '143951.957000', '143951.959000', '143951.962000', '143951.965000', '143951.967000', '143951.970000', '144011.857000', '144011.860000', '144011.863000', '144011.865000', '144011.868000', '144011.871000', '144011.873000', '144011.876000', '144011.879000', '144011.881000', '144011.884000', '144011.886000', '144011.889000', '144011.892000', '144011.894000', '144011.897000', '144011.900000', '144011.902000', '144011.905000', '144011.908000', '144011.910000', '144011.913000', '144011.917000', '144011.920000', '144011.922000', '144011.934000', '144011.937000', '144011.939000', '144011.942000', '144011.944000', '144011.947000', '144011.950000', '144011.952000', '144011.955000', '144011.958000', '144011.960000', '144011.963000', '144011.966000', '144011.968000', '144011.971000', '144011.973000', '144011.976000', '144011.979000', '144031.858000', '144031.861000', '144031.864000', '144031.866000', '144031.869000', '144031.871000', '144031.874000', '144031.877000', '144031.879000', '144031.882000', '144031.885000', '144031.887000', '144031.890000', '144031.893000', '144031.895000', '144031.898000', '144031.900000', '144031.903000', '144031.906000', '144031.908000', '144031.911000', '144031.914000', '144031.916000', '144031.919000', '144031.922000', '144031.924000', '144031.927000', '144031.930000', '144031.932000', '144031.935000', '144031.938000', '144031.940000', '144031.943000', '144031.946000', '144031.948000', '144031.951000', '144031.953000', '144031.956000', '144031.959000', '144031.961000', '144031.964000', '144031.967000', '144031.969000', '144031.972000', '144051.857000', '144051.860000', '144051.864000', '144051.867000', '144051.869000', '144051.872000', '144051.875000', '144051.877000', '144051.880000', '144051.883000', '144051.885000', '144051.888000', '144051.891000', '144051.893000', '144051.896000', '144051.899000', '144051.901000', '144051.904000', '144051.907000', '144051.909000', '144051.912000', '144051.914000', '144051.917000', '144051.920000', '144051.922000', '144051.925000', '144051.928000', '144051.931000', '144051.933000', '144051.936000', '144051.939000', '144051.941000', '144051.944000', '144051.946000', '144051.949000', '144051.952000', '144051.954000', '144051.957000', '144051.960000', '144051.962000', '144051.965000', '144051.967000', '144051.970000', '144111.857000', '144111.860000', '144111.863000', '144111.866000', '144111.868000', '144111.871000', '144111.874000', '144111.876000', '144111.879000', '144111.882000', '144111.884000', '144111.887000', '144111.889000', '144111.892000', '144111.895000', '144111.897000', '144111.900000', '144111.902000', '144111.905000', '144111.908000', '144111.910000', '144111.913000', '144111.916000', '144111.918000', '144111.921000', '144111.924000', '144111.926000', '144111.929000', '144111.932000', '144111.934000', '144111.937000', '144111.939000', '144111.942000', '144111.945000', '144111.947000', '144111.950000', '144111.952000', '144111.955000', '144111.958000', '144111.960000', '144111.963000', '144111.966000', '144111.968000', '144111.971000', '144131.858000', '144131.861000', '144131.863000', '144131.866000', '144131.869000', '144131.871000', '144131.874000', '144131.876000', '144131.879000', '144131.882000', '144131.884000', '144131.887000', '144131.889000', '144131.892000', '144131.894000', '144131.897000', '144131.900000', '144131.902000', '144131.905000', '144131.908000', '144131.910000', '144131.913000', '144131.916000', '144131.918000', '144131.921000', '144131.924000', '144131.926000', '144131.929000', '144131.931000', '144131.934000', '144131.936000', '144131.939000', '144131.942000', '144131.944000', '144131.947000', '144131.949000', '144131.952000', '144131.955000', '144131.957000', '144131.960000', '144131.962000', '144131.965000', '144131.967000', '144151.856000', '144151.859000', '144151.862000', '144151.865000', '144151.867000', '144151.870000', '144151.872000', '144151.877000', '144151.879000', '144151.882000', '144151.885000', '144151.888000', '144151.891000', '144151.894000', '144151.896000', '144151.899000', '144151.902000', '144151.904000', '144151.907000', '144151.909000', '144151.912000', '144151.915000', '144151.917000', '144151.920000', '144151.923000', '144151.925000', '144151.928000', '144151.931000', '144151.933000', '144151.936000', '144151.938000', '144151.941000', '144151.944000', '144151.946000', '144151.949000', '144151.951000', '144151.954000', '144151.957000', '144151.959000', '144151.962000', '144151.964000', '144151.967000', '144151.970000', '144151.972000', '144211.857000', '144211.859000', '144211.862000', '144211.865000', '144211.868000', '144211.870000', '144211.873000', '144211.875000', '144211.878000', '144211.881000', '144211.883000', '144211.886000', '144211.889000', '144211.892000', '144211.894000', '144211.897000', '144211.900000', '144211.902000', '144211.905000', '144211.908000', '144211.910000', '144211.913000', '144211.915000', '144211.918000', '144211.921000', '144211.923000', '144211.926000', '144211.929000', '144211.931000', '144211.934000', '144211.937000', '144211.939000', '144211.942000', '144211.945000', '144211.947000', '144211.950000', '144211.952000', '144211.955000', '144211.958000', '144211.960000', '144211.963000', '144211.966000', '144211.970000', '144231.858000', '144231.860000', '144231.863000', '144231.865000', '144231.868000', '144231.871000', '144231.873000', '144231.876000', '144231.878000', '144231.881000', '144231.883000', '144231.886000', '144231.889000', '144231.891000', '144231.894000', '144231.896000', '144231.899000', '144231.902000', '144231.904000', '144231.907000', '144231.910000', '144231.918000', '144231.920000', '144231.923000', '144231.926000', '144231.929000', '144231.931000', '144231.934000', '144231.936000', '144231.939000', '144231.942000', '144231.944000', '144231.947000', '144231.950000', '144231.952000', '144231.955000', '144231.957000', '144231.960000', '144231.962000', '144231.965000', '144231.968000', '144231.970000', '144231.973000', '144231.975000', '144251.857000', '144251.860000', '144251.863000', '144251.866000', '144251.868000', '144251.871000', '144251.873000', '144251.876000', '144251.879000', '144251.881000', '144251.884000', '144251.886000', '144251.889000', '144251.891000', '144251.894000', '144251.897000', '144251.899000', '144251.902000', '144251.905000', '144251.908000', '144251.910000', '144251.913000', '144251.915000', '144251.918000', '144251.921000', '144251.923000', '144251.926000', '144251.929000', '144251.931000', '144251.934000', '144251.936000', '144251.939000', '144251.942000', '144251.944000', '144251.947000', '144251.950000', '144251.952000', '144251.955000', '144251.957000', '144251.960000', '144251.963000', '144251.965000', '144251.968000', '144311.857000', '144311.860000', '144311.863000', '144311.866000', '144311.893000', '144311.896000', '144311.898000', '144311.901000', '144311.904000', '144311.906000', '144311.909000', '144311.911000', '144311.914000', '144311.917000', '144311.919000', '144311.922000', '144311.925000', '144311.927000', '144311.930000', '144311.933000', '144311.936000', '144311.938000', '144311.941000', '144311.943000', '144311.946000', '144311.949000', '144311.951000', '144311.954000', '144311.957000', '144311.959000', '144311.962000', '144311.964000', '144311.967000', '144311.970000', '144311.973000', '144311.975000', '144311.978000', '144311.980000', '144311.983000', '144311.986000', '144311.988000', '144311.991000', '144311.994000', '144311.996000', '144331.857000', '144331.860000', '144331.863000', '144331.866000', '144331.868000', '144331.871000', '144331.874000', '144331.876000', '144331.879000', '144331.881000', '144331.884000', '144331.887000', '144331.889000', '144331.892000', '144331.895000', '144331.897000', '144331.900000', '144331.903000', '144331.905000', '144331.908000', '144331.911000', '144331.913000', '144331.916000', '144331.918000', '144331.921000', '144331.923000', '144331.926000', '144331.929000', '144331.931000', '144331.934000', '144331.936000', '144331.939000', '144331.942000', '144331.944000', '144331.947000', '144331.949000', '144331.952000', '144331.955000', '144331.957000', '144331.960000', '144331.962000', '144331.965000', '144331.967000', '144351.858000', '144351.860000', '144351.863000', '144351.866000', '144351.869000', '144351.871000', '144351.874000', '144351.877000', '144351.879000', '144351.882000', '144351.884000', '144351.887000', '144351.890000', '144351.892000', '144351.895000', '144351.898000', '144351.900000', '144351.903000', '144351.906000', '144351.908000', '144351.911000', '144351.914000', '144351.917000', '144351.920000', '144351.922000', '144351.925000', '144351.928000', '144351.930000', '144351.933000', '144351.936000', '144351.938000', '144351.941000', '144351.944000', '144351.946000', '144351.949000', '144351.952000', '144351.954000', '144351.957000', '144351.959000', '144351.962000', '144351.965000', '144351.967000', '144351.970000', '144351.972000', '144400.588000', '144400.592000', '144400.594000', '144400.597000', '144400.599000', '144400.602000', '144400.605000', '144400.607000', '144400.617000', '144400.620000', '144400.623000', '144400.625000', '144400.628000', '144400.631000', '144400.633000', '144400.636000', '144400.639000', '144400.641000', '144400.644000'], 'InstanceCreationTime': ['143711.916000', '143711.919000', '143711.922000', '143711.924000', '143711.930000', '143711.932000', '143711.935000', '143711.937000', '143711.940000', '143711.943000', '143711.945000', '143711.948000', '143711.950000', '143711.953000', '143711.956000', '143711.958000', '143711.961000', '143711.963000', '143711.966000', '143711.969000', '143711.981000', '143711.983000', '143711.986000', '143711.988000', '143711.991000', '143711.994000', '143711.996000', '143712.000000', '143712.003000', '143712.005000', '143712.008000', '143712.011000', '143712.013000', '143712.016000', '143712.019000', '143712.021000', '143712.024000', '143731.856000', '143731.859000', '143731.862000', '143731.864000', '143731.867000', '143731.870000', '143731.872000', '143731.875000', '143731.878000', '143731.880000', '143731.883000', '143731.885000', '143731.888000', '143731.896000', '143731.898000', '143731.901000', '143731.904000', '143731.906000', '143731.909000', '143731.912000', '143731.914000', '143731.917000', '143731.919000', '143731.922000', '143731.925000', '143731.927000', '143731.930000', '143731.932000', '143731.935000', '143731.937000', '143731.940000', '143731.943000', '143731.945000', '143731.948000', '143731.950000', '143731.953000', '143731.956000', '143731.958000', '143731.961000', '143731.963000', '143731.966000', '143731.968000', '143731.971000', '143751.857000', '143751.861000', '143751.863000', '143751.866000', '143751.869000', '143751.871000', '143751.874000', '143751.877000', '143751.879000', '143751.882000', '143751.885000', '143751.887000', '143751.890000', '143751.893000', '143751.895000', '143751.898000', '143751.900000', '143751.903000', '143751.906000', '143751.908000', '143751.911000', '143751.914000', '143751.916000', '143751.919000', '143751.921000', '143751.924000', '143751.927000', '143751.929000', '143751.932000', '143751.935000', '143751.937000', '143751.940000', '143751.942000', '143751.945000', '143751.948000', '143751.950000', '143751.953000', '143751.956000', '143751.958000', '143751.961000', '143751.963000', '143751.966000', '143751.969000', '143751.971000', '143811.857000', '143811.860000', '143811.863000', '143811.866000', '143811.869000', '143811.871000', '143811.874000', '143811.876000', '143811.879000', '143811.882000', '143811.884000', '143811.887000', '143811.890000', '143811.892000', '143811.895000', '143811.897000', '143811.900000', '143811.903000', '143811.905000', '143811.908000', '143811.911000', '143811.913000', '143811.916000', '143811.919000', '143811.922000', '143811.925000', '143811.929000', '143811.932000', '143811.934000', '143811.937000', '143811.940000', '143811.942000', '143811.945000', '143811.948000', '143811.950000', '143811.953000', '143811.955000', '143811.959000', '143811.962000', '143811.965000', '143811.967000', '143811.970000', '143811.980000', '143831.857000', '143831.860000', '143831.863000', '143831.865000', '143831.869000', '143831.871000', '143831.874000', '143831.876000', '143831.879000', '143831.882000', '143831.884000', '143831.887000', '143831.890000', '143831.892000', '143831.895000', '143831.897000', '143831.900000', '143831.903000', '143831.905000', '143831.908000', '143831.911000', '143831.913000', '143831.916000', '143831.918000', '143831.921000', '143831.924000', '143831.926000', '143831.929000', '143831.932000', '143831.934000', '143831.937000', '143831.939000', '143831.942000', '143831.945000', '143831.947000', '143831.950000', '143831.953000', '143831.955000', '143831.958000', '143831.970000', '143831.973000', '143831.975000', '143831.978000', '143831.980000', '143851.890000', '143851.893000', '143851.896000', '143851.899000', '143851.901000', '143851.904000', '143851.907000', '143851.909000', '143851.912000', '143851.914000', '143851.917000', '143851.920000', '143851.922000', '143851.925000', '143851.928000', '143851.930000', '143851.933000', '143851.936000', '143851.938000', '143851.941000', '143851.945000', '143851.948000', '143851.950000', '143851.953000', '143851.955000', '143851.958000', '143851.961000', '143851.963000', '143851.966000', '143851.976000', '143851.978000', '143851.981000', '143851.984000', '143851.986000', '143851.989000', '143851.991000', '143852.001000', '143852.004000', '143852.007000', '143852.009000', '143852.012000', '143852.015000', '143852.017000', '143911.858000', '143911.860000', '143911.863000', '143911.866000', '143911.869000', '143911.871000', '143911.874000', '143911.877000', '143911.879000', '143911.882000', '143911.885000', '143911.887000', '143911.890000', '143911.893000', '143911.895000', '143911.898000', '143911.901000', '143911.903000', '143911.906000', '143911.908000', '143911.911000', '143911.914000', '143911.916000', '143911.919000', '143911.921000', '143911.924000', '143911.927000', '143911.929000', '143911.932000', '143911.935000', '143911.937000', '143911.940000', '143911.943000', '143911.945000', '143911.948000', '143911.950000', '143911.953000', '143911.956000', '143911.958000', '143911.961000', '143911.964000', '143911.966000', '143911.969000', '143911.972000', '143931.857000', '143931.860000', '143931.862000', '143931.865000', '143931.867000', '143931.870000', '143931.873000', '143931.875000', '143931.878000', '143931.881000', '143931.883000', '143931.886000', '143931.888000', '143931.891000', '143931.894000', '143931.896000', '143931.899000', '143931.902000', '143931.905000', '143931.907000', '143931.910000', '143931.912000', '143931.915000', '143931.918000', '143931.920000', '143931.923000', '143931.925000', '143931.928000', '143931.931000', '143931.933000', '143931.936000', '143931.938000', '143931.941000', '143931.944000', '143931.946000', '143931.949000', '143931.952000', '143931.954000', '143931.957000', '143931.960000', '143931.962000', '143931.965000', '143931.967000', '143951.856000', '143951.859000', '143951.862000', '143951.865000', '143951.867000', '143951.870000', '143951.872000', '143951.875000', '143951.877000', '143951.880000', '143951.883000', '143951.885000', '143951.888000', '143951.891000', '143951.893000', '143951.896000', '143951.898000', '143951.901000', '143951.904000', '143951.907000', '143951.909000', '143951.912000', '143951.915000', '143951.917000', '143951.920000', '143951.922000', '143951.925000', '143951.928000', '143951.930000', '143951.933000', '143951.936000', '143951.938000', '143951.941000', '143951.943000', '143951.946000', '143951.949000', '143951.951000', '143951.954000', '143951.957000', '143951.959000', '143951.962000', '143951.965000', '143951.967000', '143951.970000', '144011.857000', '144011.860000', '144011.863000', '144011.865000', '144011.868000', '144011.871000', '144011.873000', '144011.876000', '144011.879000', '144011.881000', '144011.884000', '144011.886000', '144011.889000', '144011.892000', '144011.894000', '144011.897000', '144011.900000', '144011.902000', '144011.905000', '144011.908000', '144011.910000', '144011.913000', '144011.917000', '144011.920000', '144011.922000', '144011.934000', '144011.937000', '144011.939000', '144011.942000', '144011.944000', '144011.947000', '144011.950000', '144011.952000', '144011.955000', '144011.958000', '144011.960000', '144011.963000', '144011.966000', '144011.968000', '144011.971000', '144011.973000', '144011.976000', '144011.979000', '144031.858000', '144031.861000', '144031.864000', '144031.866000', '144031.869000', '144031.871000', '144031.874000', '144031.877000', '144031.879000', '144031.882000', '144031.885000', '144031.887000', '144031.890000', '144031.893000', '144031.895000', '144031.898000', '144031.900000', '144031.903000', '144031.906000', '144031.908000', '144031.911000', '144031.914000', '144031.916000', '144031.919000', '144031.922000', '144031.924000', '144031.927000', '144031.930000', '144031.932000', '144031.935000', '144031.938000', '144031.940000', '144031.943000', '144031.946000', '144031.948000', '144031.951000', '144031.953000', '144031.956000', '144031.959000', '144031.961000', '144031.964000', '144031.967000', '144031.969000', '144031.972000', '144051.857000', '144051.860000', '144051.864000', '144051.867000', '144051.869000', '144051.872000', '144051.875000', '144051.877000', '144051.880000', '144051.883000', '144051.885000', '144051.888000', '144051.891000', '144051.893000', '144051.896000', '144051.899000', '144051.901000', '144051.904000', '144051.907000', '144051.909000', '144051.912000', '144051.914000', '144051.917000', '144051.920000', '144051.922000', '144051.925000', '144051.928000', '144051.931000', '144051.933000', '144051.936000', '144051.939000', '144051.941000', '144051.944000', '144051.946000', '144051.949000', '144051.952000', '144051.954000', '144051.957000', '144051.960000', '144051.962000', '144051.965000', '144051.967000', '144051.970000', '144111.857000', '144111.860000', '144111.863000', '144111.866000', '144111.868000', '144111.871000', '144111.874000', '144111.876000', '144111.879000', '144111.882000', '144111.884000', '144111.887000', '144111.889000', '144111.892000', '144111.895000', '144111.897000', '144111.900000', '144111.902000', '144111.905000', '144111.908000', '144111.910000', '144111.913000', '144111.916000', '144111.918000', '144111.921000', '144111.924000', '144111.926000', '144111.929000', '144111.932000', '144111.934000', '144111.937000', '144111.939000', '144111.942000', '144111.945000', '144111.947000', '144111.950000', '144111.952000', '144111.955000', '144111.958000', '144111.960000', '144111.963000', '144111.966000', '144111.968000', '144111.971000', '144131.858000', '144131.861000', '144131.863000', '144131.866000', '144131.869000', '144131.871000', '144131.874000', '144131.876000', '144131.879000', '144131.882000', '144131.884000', '144131.887000', '144131.889000', '144131.892000', '144131.894000', '144131.897000', '144131.900000', '144131.902000', '144131.905000', '144131.908000', '144131.910000', '144131.913000', '144131.916000', '144131.918000', '144131.921000', '144131.924000', '144131.926000', '144131.929000', '144131.931000', '144131.934000', '144131.936000', '144131.939000', '144131.942000', '144131.944000', '144131.947000', '144131.949000', '144131.952000', '144131.955000', '144131.957000', '144131.960000', '144131.962000', '144131.965000', '144131.967000', '144151.856000', '144151.859000', '144151.862000', '144151.865000', '144151.867000', '144151.870000', '144151.872000', '144151.877000', '144151.879000', '144151.882000', '144151.885000', '144151.888000', '144151.891000', '144151.894000', '144151.896000', '144151.899000', '144151.902000', '144151.904000', '144151.907000', '144151.909000', '144151.912000', '144151.915000', '144151.917000', '144151.920000', '144151.923000', '144151.925000', '144151.928000', '144151.931000', '144151.933000', '144151.936000', '144151.938000', '144151.941000', '144151.944000', '144151.946000', '144151.949000', '144151.951000', '144151.954000', '144151.957000', '144151.959000', '144151.962000', '144151.964000', '144151.967000', '144151.970000', '144151.972000', '144211.857000', '144211.859000', '144211.862000', '144211.865000', '144211.868000', '144211.870000', '144211.873000', '144211.875000', '144211.878000', '144211.881000', '144211.883000', '144211.886000', '144211.889000', '144211.892000', '144211.894000', '144211.897000', '144211.900000', '144211.902000', '144211.905000', '144211.908000', '144211.910000', '144211.913000', '144211.915000', '144211.918000', '144211.921000', '144211.923000', '144211.926000', '144211.929000', '144211.931000', '144211.934000', '144211.937000', '144211.939000', '144211.942000', '144211.945000', '144211.947000', '144211.950000', '144211.952000', '144211.955000', '144211.958000', '144211.960000', '144211.963000', '144211.966000', '144211.970000', '144231.858000', '144231.860000', '144231.863000', '144231.865000', '144231.868000', '144231.871000', '144231.873000', '144231.876000', '144231.878000', '144231.881000', '144231.883000', '144231.886000', '144231.889000', '144231.891000', '144231.894000', '144231.896000', '144231.899000', '144231.902000', '144231.904000', '144231.907000', '144231.910000', '144231.918000', '144231.920000', '144231.923000', '144231.926000', '144231.929000', '144231.931000', '144231.934000', '144231.936000', '144231.939000', '144231.942000', '144231.944000', '144231.947000', '144231.950000', '144231.952000', '144231.955000', '144231.957000', '144231.960000', '144231.962000', '144231.965000', '144231.968000', '144231.970000', '144231.973000', '144231.975000', '144251.857000', '144251.860000', '144251.863000', '144251.866000', '144251.868000', '144251.871000', '144251.873000', '144251.876000', '144251.879000', '144251.881000', '144251.884000', '144251.886000', '144251.889000', '144251.891000', '144251.894000', '144251.897000', '144251.899000', '144251.902000', '144251.905000', '144251.908000', '144251.910000', '144251.913000', '144251.915000', '144251.918000', '144251.921000', '144251.923000', '144251.926000', '144251.929000', '144251.931000', '144251.934000', '144251.936000', '144251.939000', '144251.942000', '144251.944000', '144251.947000', '144251.950000', '144251.952000', '144251.955000', '144251.957000', '144251.960000', '144251.963000', '144251.965000', '144251.968000', '144311.857000', '144311.860000', '144311.863000', '144311.866000', '144311.893000', '144311.896000', '144311.898000', '144311.901000', '144311.904000', '144311.906000', '144311.909000', '144311.911000', '144311.914000', '144311.917000', '144311.919000', '144311.922000', '144311.925000', '144311.927000', '144311.930000', '144311.933000', '144311.936000', '144311.938000', '144311.941000', '144311.943000', '144311.946000', '144311.949000', '144311.951000', '144311.954000', '144311.957000', '144311.959000', '144311.962000', '144311.964000', '144311.967000', '144311.970000', '144311.973000', '144311.975000', '144311.978000', '144311.980000', '144311.983000', '144311.986000', '144311.988000', '144311.991000', '144311.994000', '144311.996000', '144331.857000', '144331.860000', '144331.863000', '144331.866000', '144331.868000', '144331.871000', '144331.874000', '144331.876000', '144331.879000', '144331.881000', '144331.884000', '144331.887000', '144331.889000', '144331.892000', '144331.895000', '144331.897000', '144331.900000', '144331.903000', '144331.905000', '144331.908000', '144331.911000', '144331.913000', '144331.916000', '144331.918000', '144331.921000', '144331.923000', '144331.926000', '144331.929000', '144331.931000', '144331.934000', '144331.936000', '144331.939000', '144331.942000', '144331.944000', '144331.947000', '144331.949000', '144331.952000', '144331.955000', '144331.957000', '144331.960000', '144331.962000', '144331.965000', '144331.967000', '144351.858000', '144351.860000', '144351.863000', '144351.866000', '144351.869000', '144351.871000', '144351.874000', '144351.877000', '144351.879000', '144351.882000', '144351.884000', '144351.887000', '144351.890000', '144351.892000', '144351.895000', '144351.898000', '144351.900000', '144351.903000', '144351.906000', '144351.908000', '144351.911000', '144351.914000', '144351.917000', '144351.920000', '144351.922000', '144351.925000', '144351.928000', '144351.930000', '144351.933000', '144351.936000', '144351.938000', '144351.941000', '144351.944000', '144351.946000', '144351.949000', '144351.952000', '144351.954000', '144351.957000', '144351.959000', '144351.962000', '144351.965000', '144351.967000', '144351.970000', '144351.972000', '144400.588000', '144400.592000', '144400.594000', '144400.597000', '144400.599000', '144400.602000', '144400.605000', '144400.607000', '144400.617000', '144400.620000', '144400.623000', '144400.625000', '144400.628000', '144400.631000', '144400.633000', '144400.636000', '144400.639000', '144400.641000', '144400.644000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [7196, 6492, 7762, 6885, 7656, 7383, 6864, 6734, 6816, 7748, 8966, 7266, 6460, 9288, 6740, 6058, 6883, 7514, 7574, 7055, 6536, 7605, 7082, 6877, 7728, 6730, 6650, 7195, 7610, 10512, 7042, 6382, 7073, 6685, 6568, 7748, 6749, 6147, 6881, 7043, 7186, 7448, 7607, 8249, 7174, 6971, 7663, 7243, 6980, 9817, 6707, 6603, 7072, 7489, 8361, 7513, 6923, 9091, 7006, 6098, 7445, 7166, 9057, 7688, 7595, 8505, 7235, 6415, 9028, 6862, 6545, 7122, 7216, 8378, 7100, 7534, 8492, 7171, 7274, 7325, 6485, 10767, 7030, 6104, 6959, 6715, 6708, 7461, 7531, 11244, 7404, 6198, 7250, 6714, 7652, 7496, 6703, 8316, 7204, 5977, 7369, 6847, 7108, 7462, 7072, 6742, 7185, 7825, 7866, 7582, 7155, 9498, 7378, 6330, 7841, 6866, 8329, 8653, 7212, 11585, 7090, 6750, 7353, 7993, 10440, 7786, 6699, 7732, 7145, 6968, 7534, 7787, 7648, 7537, 7501, 8104, 7299, 6560, 7707, 7383, 8749, 7410, 7366, 8025, 7293, 7006, 7658, 7822, 9466, 7503, 6238, 7330, 7451, 8803, 7658, 7125, 7832, 7317, 6950, 7528, 7323, 11369, 7363, 6189, 7269, 6818, 10372, 9000, 6938, 7665, 6911, 6824, 7632, 6377, 6894, 7592, 6515, 7475, 7901, 9282, 6482, 6037, 7673, 7048, 7473, 9202, 7438, 7389, 6755, 7007, 6904, 7610, 9249, 6894, 6403, 8081, 7010, 6540, 10465, 7476, 7055, 10974, 7098, 7606, 10221, 7204, 7710, 12183, 9644, 7641, 6929, 7309, 6834, 6747, 11703, 7569, 7484, 7404, 7286, 7649, 10097, 7688, 7051, 10730, 7242, 6198, 7599, 7138, 11111, 8350, 6874, 10070, 6997, 6399, 7585, 6891, 7340, 9427, 7230, 6694, 7358, 7747, 8355, 7487, 6557, 7795, 6914, 6854, 7164, 7800, 8128, 7671, 7344, 8949, 7217, 6375, 7580, 7327, 10458, 8430, 7603, 11983, 7305, 6631, 7909, 7044, 7313, 8404, 7880, 8319, 7517, 6266, 7305, 8103, 8161, 7375, 6778, 7336, 7404, 7015, 7568, 6994, 7798, 7683, 6756, 7382, 6074, 7492, 7892, 9718, 7781, 6557, 7948, 7039, 9142, 7819, 7283, 13125, 8981, 6980, 7622, 8104, 9875, 7199, 6659, 11598, 7850, 6320, 8107, 7255, 6725, 8432, 7981, 10503, 8016, 7292, 8264, 7373, 9088, 7861, 6798, 7873, 7394, 7999, 7215, 7261, 8017, 6718, 7935, 7755, 6350, 8073, 7897, 8261, 7388, 6984, 8053, 7413, 6510, 7982, 7327, 8684, 7710, 12133, 9315, 6906, 8424, 7402, 8184, 8266, 7694, 11825, 7809, 6706, 8036, 7960, 9696, 7742, 7596, 8129, 7887, 6816, 8108, 7621, 8835, 7794, 8590, 7971, 7924, 8621, 8018, 6973, 8441, 7664, 6997, 8133, 8552, 8962, 7969, 7704, 8264, 8492, 7356, 8117, 7639, 8275, 7810, 7600, 8263, 7862, 9023, 7829, 7089, 8326, 7791, 10537, 7946, 6687, 8205, 7698, 9226, 8340, 6961, 9420, 7723, 6670, 8507, 8235, 8645, 8148, 7902, 8655, 7910, 8572, 8208, 6853, 8488, 8244, 9129, 8222, 6531, 8501, 7774, 8861, 8422, 6946, 8815, 7804, 6318, 8310, 7883, 7320, 8550, 8285, 7163, 8439, 8008, 8983, 8158, 6646, 9058, 8125, 6334, 8451, 8051, 8545, 8483, 8401, 8363, 8380, 7259, 8499, 7926, 9934, 8433, 7913, 9178, 8152, 7117, 8570, 7599, 9058, 8119, 6143, 8398, 7796, 7348, 8507, 8157, 8408, 8332, 7498, 8524, 7632, 8406, 8468, 7943, 8713, 8253, 6925, 8562, 8047, 10113, 7955, 6899, 8461, 8470, 8736, 8134, 6741, 8495, 7449, 6647, 8353, 6037, 8575, 8135, 8852, 8129, 7168, 8434, 6762, 8784, 8207, 10972, 8051, 9792, 8487, 7125, 8844, 7946, 10444, 7901, 8333, 8571, 6472, 8465, 8306, 9648, 8142, 6215, 8604, 7779, 6362, 8613, 8195, 9234, 8380, 6575, 8622, 8258, 8938, 7977, 12968, 9296, 7356, 9134, 8475, 8939, 8296, 8770, 9035, 8430, 6599, 8429, 8069, 8990, 8177, 6962, 8587, 7819, 7108, 8508, 7206, 8811, 7652, 7800, 8470, 8181, 8507, 8457, 6993, 8775, 7614, 10552, 8262, 6026, 8615, 8093, 9714, 8338, 6761, 8916, 7996, 6381, 8689, 8454, 9175, 8268, 7917, 8396, 8384, 8243, 8077, 8473, 7053, 8973, 8463, 6465, 8771, 7779, 7537, 8613, 7916, 11460, 8338, 7180, 8922, 8178, 7052, 8687, 8095, 11927, 8527, 8104, 8840, 8050, 7471, 8603, 7704, 9647, 8465, 7920, 9002, 8478, 6767, 8973, 7945, 6519, 8616, 7717, 7204, 8593, 7894, 9620, 8428, 7921, 8397, 8525, 6657, 8807, 7784, 7119, 8435, 8027, 8908, 7660, 7485, 8489, 8008, 7977, 8284, 6957, 8742, 7777, 7386, 8642, 7526, 6628, 8673, 7696, 8676, 8155, 8024, 8927, 8152, 7470, 8654, 7799, 10065, 8165, 7083, 8502, 7165, 9538, 7633, 7237, 9772, 7497, 5863, 8836, 7163, 8245, 9218, 7523, 9634, 8391, 7741, 9604, 7618, 8312, 9206, 7893, 8019, 8270, 7465, 9356, 7890, 6504, 8635, 7887, 6106, 8595, 7583, 8900, 7772, 6014, 8598, 7351, 7167, 8223, 7154, 8733, 8123, 8056, 7001, 8471, 8032, 7786, 8200, 7996, 8262, 8405, 6821, 8625, 7431, 9243, 8564, 7840, 9226, 8468, 6289, 8737, 7581, 7801, 8709, 7764, 7160, 8466, 7782, 9793, 8230, 6386, 9237, 7907, 6920, 8629, 7846, 8404, 8608, 8216, 7752, 8653, 8076, 10110, 7896, 7851, 9719, 7752, 6647, 8605, 8019, 7503, 8500, 7765, 10352, 8371, 7816, 8334, 8450, 6567, 8582, 7719, 7519, 8663, 7926, 8474, 8474, 6330, 8716, 7719, 6221, 8657, 7606, 7157, 8508, 7925, 8600, 8504, 7665, 8439, 8213, 6260, 8768, 8113, 6017, 8806, 7783, 7121, 8740, 7964, 8495, 8351, 7934, 7177, 8504, 8015, 9200, 8103, 6314, 8829, 7460, 9168, 8467, 7301, 9099, 8099, 8446, 7943, 7459, 7478, 8403, 8357, 7596, 8028, 7864, 7317, 8137, 7599, 9231, 9880, 7854, 6317, 8449, 7895, 9708, 8897, 8173, 7475, 8351, 8058, 8829, 7810, 6958, 8390, 7648, 7260, 8497, 7591, 9517, 8084, 6830, 8750, 7994, 6898, 8473, 6828, 9341, 7483, 5896, 8507, 7318, 7574, 8445, 6627, 9146, 8082, 5687, 8982, 7656, 8076, 8688, 6888, 9755, 8324, 5737, 9112, 7825, 8553, 8736, 7977, 10806, 8733, 7414, 9298, 8227, 8504, 9034, 8485, 9750, 9033, 7460, 9377, 8049, 8680, 9617, 8273, 8694, 9180, 8015, 9373, 7974, 9413, 9099, 8250, 7682, 8787, 8038, 9414, 8590, 6536, 9279, 8365, 7336, 9150, 8364, 9425, 8760, 8129, 7979, 8936, 8028, 9169, 8082, 7054, 9164, 7659, 6553, 9137, 7884, 8118, 8854, 7559, 6304, 8451, 7324], 'WindowCenter': [3572.0, 3545.0, 3564.0, 3551.0, 3549.0, 3537.0, 3525.0, 3524.0, 3523.0, 3534.0, 3555.0, 3535.0, 3525.0, 3554.0, 3523.0, 3501.0, 3534.0, 3535.0, 3533.0, 3522.0, 3511.0, 3534.0, 3535.0, 3523.0, 3533.0, 3524.0, 3522.0, 3533.0, 3536.0, 3565.0, 3523.0, 3511.0, 3523.0, 3525.0, 3524.0, 3533.0, 3524.0, 3513.0, 3522.0, 3534.0, 3536.0, 3535.0, 3545.0, 3546.0, 3524.0, 3533.0, 3533.0, 3534.0, 3535.0, 3566.0, 3523.0, 3522.0, 3522.0, 3534.0, 3544.0, 3534.0, 3534.0, 3555.0, 3523.0, 3512.0, 3536.0, 3524.0, 3555.0, 3533.0, 3532.0, 3542.0, 3535.0, 3511.0, 3554.0, 3523.0, 3510.0, 3521.0, 3532.0, 3544.0, 3522.0, 3533.0, 3542.0, 3522.0, 3520.0, 3534.0, 3522.0, 3564.0, 3534.0, 3500.0, 3522.0, 3521.0, 3521.0, 3533.0, 3532.0, 3565.0, 3533.0, 3510.0, 3531.0, 3522.0, 3533.0, 3532.0, 3523.0, 3542.0, 3533.0, 3510.0, 3532.0, 3524.0, 3534.0, 3534.0, 3535.0, 3523.0, 3534.0, 3544.0, 3544.0, 3544.0, 3535.0, 3566.0, 3534.0, 3523.0, 3543.0, 3535.0, 3544.0, 3544.0, 3533.0, 3564.0, 3521.0, 3510.0, 3532.0, 3543.0, 3563.0, 3533.0, 3521.0, 3531.0, 3521.0, 3521.0, 3533.0, 3532.0, 3532.0, 3532.0, 3532.0, 3531.0, 3532.0, 3522.0, 3533.0, 3533.0, 3542.0, 3521.0, 3531.0, 3531.0, 3533.0, 3533.0, 3532.0, 3533.0, 3552.0, 3532.0, 3510.0, 3532.0, 3532.0, 3542.0, 3532.0, 3522.0, 3531.0, 3532.0, 3521.0, 3533.0, 3532.0, 3577.0, 3533.0, 3512.0, 3536.0, 3522.0, 3564.0, 3554.0, 3534.0, 3533.0, 3534.0, 3523.0, 3532.0, 3523.0, 3522.0, 3532.0, 3511.0, 3533.0, 3544.0, 3555.0, 3512.0, 3512.0, 3533.0, 3535.0, 3536.0, 3556.0, 3535.0, 3534.0, 3523.0, 3523.0, 3536.0, 3546.0, 3557.0, 3536.0, 3513.0, 3543.0, 3523.0, 3525.0, 3567.0, 3534.0, 3535.0, 3565.0, 3522.0, 3546.0, 3552.0, 3534.0, 3546.0, 3576.0, 3554.0, 3532.0, 3522.0, 3532.0, 3522.0, 3522.0, 3577.0, 3536.0, 3534.0, 3533.0, 3533.0, 3535.0, 3567.0, 3534.0, 3534.0, 3564.0, 3522.0, 3500.0, 3531.0, 3522.0, 3565.0, 3543.0, 3522.0, 3552.0, 3520.0, 3508.0, 3530.0, 3521.0, 3520.0, 3542.0, 3521.0, 3510.0, 3521.0, 3532.0, 3544.0, 3533.0, 3512.0, 3533.0, 3522.0, 3511.0, 3521.0, 3534.0, 3544.0, 3533.0, 3534.0, 3543.0, 3533.0, 3511.0, 3533.0, 3533.0, 3565.0, 3532.0, 3533.0, 3563.0, 3521.0, 3510.0, 3531.0, 3523.0, 3533.0, 3543.0, 3533.0, 3531.0, 3520.0, 3509.0, 3520.0, 3544.0, 3543.0, 3522.0, 3522.0, 3521.0, 3532.0, 3521.0, 3546.0, 3535.0, 3545.0, 3546.0, 3523.0, 3534.0, 3512.0, 3535.0, 3558.0, 3556.0, 3546.0, 3512.0, 3543.0, 3524.0, 3553.0, 3534.0, 3533.0, 3575.0, 3544.0, 3521.0, 3531.0, 3546.0, 3566.0, 3522.0, 3523.0, 3564.0, 3546.0, 3522.0, 3542.0, 3520.0, 3522.0, 3542.0, 3531.0, 3565.0, 3532.0, 3521.0, 3543.0, 3533.0, 3555.0, 3544.0, 3522.0, 3531.0, 3520.0, 3530.0, 3532.0, 3533.0, 3546.0, 3537.0, 3546.0, 3545.0, 3524.0, 3545.0, 3544.0, 3544.0, 3546.0, 3535.0, 3557.0, 3535.0, 3524.0, 3545.0, 3534.0, 3557.0, 3545.0, 3576.0, 3557.0, 3522.0, 3543.0, 3533.0, 3545.0, 3544.0, 3533.0, 3575.0, 3533.0, 3521.0, 3532.0, 3532.0, 3554.0, 3532.0, 3533.0, 3533.0, 3532.0, 3509.0, 3531.0, 3532.0, 3554.0, 3532.0, 3543.0, 3543.0, 3531.0, 3541.0, 3533.0, 3522.0, 3542.0, 3533.0, 3520.0, 3531.0, 3543.0, 3541.0, 3543.0, 3532.0, 3542.0, 3543.0, 3520.0, 3532.0, 3532.0, 3543.0, 3544.0, 3534.0, 3544.0, 3543.0, 3542.0, 3533.0, 3521.0, 3545.0, 3544.0, 3565.0, 3544.0, 3522.0, 3542.0, 3533.0, 3555.0, 3544.0, 3521.0, 3553.0, 3533.0, 3523.0, 3555.0, 3545.0, 3542.0, 3543.0, 3543.0, 3557.0, 3544.0, 3542.0, 3543.0, 3522.0, 3555.0, 3544.0, 3554.0, 3544.0, 3511.0, 3543.0, 3533.0, 3555.0, 3545.0, 3522.0, 3543.0, 3534.0, 3511.0, 3542.0, 3544.0, 3533.0, 3543.0, 3544.0, 3521.0, 3543.0, 3544.0, 3554.0, 3544.0, 3522.0, 3542.0, 3531.0, 3511.0, 3542.0, 3545.0, 3544.0, 3544.0, 3544.0, 3532.0, 3542.0, 3532.0, 3555.0, 3545.0, 3553.0, 3542.0, 3532.0, 3542.0, 3532.0, 3521.0, 3544.0, 3532.0, 3554.0, 3532.0, 3499.0, 3542.0, 3533.0, 3533.0, 3544.0, 3544.0, 3543.0, 3543.0, 3532.0, 3544.0, 3546.0, 3545.0, 3545.0, 3532.0, 3543.0, 3543.0, 3521.0, 3543.0, 3544.0, 3564.0, 3544.0, 3521.0, 3542.0, 3542.0, 3544.0, 3544.0, 3522.0, 3543.0, 3533.0, 3522.0, 3543.0, 3525.0, 3556.0, 3546.0, 3557.0, 3546.0, 3535.0, 3545.0, 3525.0, 3558.0, 3545.0, 3566.0, 3545.0, 3554.0, 3543.0, 3522.0, 3555.0, 3533.0, 3565.0, 3543.0, 3531.0, 3542.0, 3510.0, 3542.0, 3545.0, 3554.0, 3544.0, 3512.0, 3543.0, 3533.0, 3522.0, 3556.0, 3556.0, 3555.0, 3557.0, 3522.0, 3543.0, 3544.0, 3543.0, 3544.0, 3575.0, 3556.0, 3533.0, 3543.0, 3542.0, 3540.0, 3545.0, 3543.0, 3542.0, 3543.0, 3509.0, 3543.0, 3557.0, 3554.0, 3545.0, 3521.0, 3543.0, 3544.0, 3521.0, 3543.0, 3533.0, 3554.0, 3545.0, 3534.0, 3545.0, 3543.0, 3543.0, 3544.0, 3533.0, 3554.0, 3533.0, 3565.0, 3543.0, 3511.0, 3542.0, 3544.0, 3565.0, 3543.0, 3522.0, 3543.0, 3532.0, 3511.0, 3543.0, 3543.0, 3554.0, 3558.0, 3547.0, 3545.0, 3543.0, 3544.0, 3542.0, 3544.0, 3534.0, 3555.0, 3556.0, 3522.0, 3555.0, 3545.0, 3532.0, 3557.0, 3545.0, 3577.0, 3545.0, 3522.0, 3555.0, 3544.0, 3533.0, 3556.0, 3544.0, 3576.0, 3544.0, 3544.0, 3542.0, 3532.0, 3534.0, 3544.0, 3533.0, 3553.0, 3532.0, 3533.0, 3543.0, 3545.0, 3523.0, 3554.0, 3544.0, 3511.0, 3541.0, 3532.0, 3531.0, 3545.0, 3543.0, 3555.0, 3543.0, 3543.0, 3543.0, 3555.0, 3522.0, 3555.0, 3534.0, 3521.0, 3542.0, 3533.0, 3543.0, 3533.0, 3533.0, 3543.0, 3545.0, 3543.0, 3543.0, 3522.0, 3555.0, 3535.0, 3534.0, 3543.0, 3533.0, 3523.0, 3555.0, 3548.0, 3556.0, 3547.0, 3545.0, 3555.0, 3545.0, 3534.0, 3557.0, 3544.0, 3565.0, 3545.0, 3536.0, 3557.0, 3537.0, 3566.0, 3534.0, 3533.0, 3553.0, 3535.0, 3503.0, 3555.0, 3523.0, 3542.0, 3556.0, 3547.0, 3553.0, 3543.0, 3533.0, 3552.0, 3545.0, 3543.0, 3554.0, 3533.0, 3531.0, 3542.0, 3531.0, 3553.0, 3545.0, 3512.0, 3542.0, 3542.0, 3511.0, 3543.0, 3544.0, 3556.0, 3535.0, 3513.0, 3544.0, 3533.0, 3521.0, 3545.0, 3534.0, 3555.0, 3560.0, 3546.0, 3535.0, 3555.0, 3559.0, 3548.0, 3556.0, 3546.0, 3556.0, 3545.0, 3522.0, 3556.0, 3536.0, 3555.0, 3557.0, 3544.0, 3554.0, 3545.0, 3513.0, 3555.0, 3544.0, 3533.0, 3543.0, 3532.0, 3522.0, 3543.0, 3546.0, 3565.0, 3544.0, 3512.0, 3555.0, 3534.0, 3521.0, 3543.0, 3544.0, 3543.0, 3545.0, 3544.0, 3531.0, 3541.0, 3532.0, 3552.0, 3545.0, 3532.0, 3552.0, 3533.0, 3510.0, 3542.0, 3531.0, 3521.0, 3543.0, 3534.0, 3564.0, 3544.0, 3533.0, 3543.0, 3543.0, 3522.0, 3554.0, 3534.0, 3533.0, 3542.0, 3532.0, 3532.0, 3544.0, 3523.0, 3543.0, 3534.0, 3511.0, 3542.0, 3533.0, 3521.0, 3555.0, 3544.0, 3545.0, 3545.0, 3546.0, 3544.0, 3545.0, 3524.0, 3544.0, 3545.0, 3512.0, 3553.0, 3534.0, 3523.0, 3544.0, 3546.0, 3556.0, 3547.0, 3546.0, 3534.0, 3556.0, 3559.0, 3568.0, 3546.0, 3524.0, 3554.0, 3534.0, 3554.0, 3557.0, 3536.0, 3557.0, 3544.0, 3542.0, 3544.0, 3533.0, 3531.0, 3542.0, 3545.0, 3544.0, 3545.0, 3545.0, 3547.0, 3558.0, 3547.0, 3557.0, 3554.0, 3535.0, 3511.0, 3532.0, 3534.0, 3555.0, 3546.0, 3544.0, 3522.0, 3544.0, 3532.0, 3555.0, 3534.0, 3524.0, 3543.0, 3534.0, 3522.0, 3558.0, 3547.0, 3557.0, 3548.0, 3525.0, 3545.0, 3547.0, 3524.0, 3560.0, 3525.0, 3558.0, 3549.0, 3515.0, 3556.0, 3547.0, 3548.0, 3558.0, 3526.0, 3557.0, 3548.0, 3514.0, 3555.0, 3546.0, 3546.0, 3557.0, 3538.0, 3568.0, 3546.0, 3502.0, 3555.0, 3546.0, 3556.0, 3555.0, 3545.0, 3565.0, 3544.0, 3533.0, 3555.0, 3546.0, 3557.0, 3556.0, 3545.0, 3554.0, 3554.0, 3533.0, 3554.0, 3544.0, 3544.0, 3555.0, 3543.0, 3542.0, 3542.0, 3532.0, 3554.0, 3543.0, 3553.0, 3542.0, 3543.0, 3530.0, 3542.0, 3543.0, 3554.0, 3543.0, 3512.0, 3553.0, 3543.0, 3521.0, 3553.0, 3544.0, 3553.0, 3545.0, 3533.0, 3531.0, 3543.0, 3543.0, 3555.0, 3544.0, 3523.0, 3554.0, 3547.0, 3523.0, 3567.0, 3544.0, 3545.0, 3554.0, 3544.0, 3526.0, 3546.0, 3535.0], 'WindowWidth': [8117.0, 8067.0, 8087.0, 8064.0, 8053.0, 8033.0, 8014.0, 8011.0, 8007.0, 8024.0, 8055.0, 8025.0, 8012.0, 8048.0, 8007.0, 7975.0, 8023.0, 8025.0, 8019.0, 8004.0, 7989.0, 8023.0, 8026.0, 8009.0, 8021.0, 8009.0, 8004.0, 8021.0, 8027.0, 8065.0, 8008.0, 7989.0, 8007.0, 8013.0, 8013.0, 8022.0, 8011.0, 7993.0, 8004.0, 8022.0, 8029.0, 8028.0, 8040.0, 8042.0, 8009.0, 8021.0, 8019.0, 8024.0, 8025.0, 8067.0, 8007.0, 8005.0, 8005.0, 8024.0, 8038.0, 8025.0, 8025.0, 8050.0, 8006.0, 7991.0, 8030.0, 8010.0, 8051.0, 8019.0, 8017.0, 8029.0, 8026.0, 7991.0, 8049.0, 8008.0, 7987.0, 8002.0, 8018.0, 8038.0, 8006.0, 8022.0, 8030.0, 8003.0, 7998.0, 8024.0, 8006.0, 8061.0, 8023.0, 7973.0, 8003.0, 8001.0, 8003.0, 8022.0, 8018.0, 8065.0, 8018.0, 7986.0, 8013.0, 8004.0, 8021.0, 8018.0, 8007.0, 8031.0, 8019.0, 7986.0, 8017.0, 8012.0, 8025.0, 8025.0, 8027.0, 8007.0, 8023.0, 8039.0, 8039.0, 8038.0, 8027.0, 8070.0, 8023.0, 8007.0, 8035.0, 8027.0, 8038.0, 8036.0, 8022.0, 8062.0, 8001.0, 7984.0, 8016.0, 8033.0, 8060.0, 8020.0, 8000.0, 8015.0, 8001.0, 8002.0, 8020.0, 8017.0, 8018.0, 8016.0, 8017.0, 8015.0, 8017.0, 8005.0, 8021.0, 8023.0, 8032.0, 8000.0, 8015.0, 8013.0, 8023.0, 8022.0, 8019.0, 8020.0, 8043.0, 8016.0, 7986.0, 8018.0, 8018.0, 8030.0, 8019.0, 8003.0, 8014.0, 8016.0, 8001.0, 8022.0, 8018.0, 8085.0, 8021.0, 7993.0, 8032.0, 8005.0, 8063.0, 8048.0, 8024.0, 8021.0, 8024.0, 8009.0, 8016.0, 8007.0, 8003.0, 8017.0, 7988.0, 8021.0, 8037.0, 8052.0, 7993.0, 7992.0, 8022.0, 8029.0, 8029.0, 8054.0, 8026.0, 8022.0, 8006.0, 8006.0, 8030.0, 8044.0, 8057.0, 8030.0, 7994.0, 8034.0, 8007.0, 8012.0, 8070.0, 8023.0, 8026.0, 8064.0, 8003.0, 8042.0, 8043.0, 8022.0, 8043.0, 8081.0, 8046.0, 8016.0, 8002.0, 8016.0, 8004.0, 8003.0, 8083.0, 8027.0, 8023.0, 8018.0, 8019.0, 8025.0, 8072.0, 8023.0, 8023.0, 8060.0, 8002.0, 7970.0, 8012.0, 8004.0, 8064.0, 8031.0, 8003.0, 8040.0, 7997.0, 7979.0, 8010.0, 8002.0, 7997.0, 8029.0, 7999.0, 7983.0, 7999.0, 8016.0, 8038.0, 8021.0, 7991.0, 8019.0, 8003.0, 7987.0, 8001.0, 8023.0, 8035.0, 8021.0, 8021.0, 8032.0, 8018.0, 7987.0, 8018.0, 8019.0, 8064.0, 8017.0, 8018.0, 8057.0, 8000.0, 7984.0, 8013.0, 8007.0, 8019.0, 8031.0, 8019.0, 8012.0, 7998.0, 7982.0, 7998.0, 8036.0, 8032.0, 8003.0, 8004.0, 8001.0, 8018.0, 8002.0, 8042.0, 8027.0, 8039.0, 8044.0, 8008.0, 8025.0, 7993.0, 8029.0, 8062.0, 8057.0, 8044.0, 7993.0, 8034.0, 8009.0, 8047.0, 8026.0, 8022.0, 8079.0, 8036.0, 8000.0, 8014.0, 8043.0, 8068.0, 8002.0, 8006.0, 8062.0, 8043.0, 8006.0, 8030.0, 7999.0, 8003.0, 8029.0, 8014.0, 8064.0, 8015.0, 8001.0, 8031.0, 8021.0, 8054.0, 8037.0, 8004.0, 8015.0, 7998.0, 8011.0, 8018.0, 8021.0, 8044.0, 8033.0, 8045.0, 8040.0, 8014.0, 8040.0, 8037.0, 8038.0, 8045.0, 8026.0, 8060.0, 8029.0, 8011.0, 8040.0, 8025.0, 8059.0, 8041.0, 8083.0, 8059.0, 8005.0, 8033.0, 8019.0, 8039.0, 8038.0, 8020.0, 8079.0, 8019.0, 8001.0, 8018.0, 8015.0, 8049.0, 8019.0, 8019.0, 8018.0, 8016.0, 7984.0, 8014.0, 8016.0, 8050.0, 8019.0, 8034.0, 8035.0, 8014.0, 8027.0, 8018.0, 8005.0, 8031.0, 8020.0, 7999.0, 8013.0, 8031.0, 8027.0, 8034.0, 8019.0, 8030.0, 8033.0, 7998.0, 8017.0, 8016.0, 8032.0, 8038.0, 8024.0, 8036.0, 8034.0, 8031.0, 8020.0, 8003.0, 8039.0, 8036.0, 8064.0, 8037.0, 8004.0, 8030.0, 8020.0, 8051.0, 8037.0, 8000.0, 8046.0, 8020.0, 8009.0, 8055.0, 8039.0, 8031.0, 8034.0, 8032.0, 8058.0, 8036.0, 8031.0, 8032.0, 8005.0, 8053.0, 8037.0, 8051.0, 8036.0, 7990.0, 8033.0, 8020.0, 8053.0, 8040.0, 8005.0, 8032.0, 8022.0, 7988.0, 8029.0, 8038.0, 8022.0, 8035.0, 8036.0, 8001.0, 8033.0, 8036.0, 8051.0, 8036.0, 8005.0, 8031.0, 8015.0, 7987.0, 8029.0, 8039.0, 8035.0, 8038.0, 8035.0, 8016.0, 8030.0, 8017.0, 8052.0, 8038.0, 8046.0, 8030.0, 8015.0, 8028.0, 8016.0, 8002.0, 8036.0, 8018.0, 8048.0, 8017.0, 7970.0, 8029.0, 8019.0, 8021.0, 8035.0, 8036.0, 8033.0, 8033.0, 8017.0, 8036.0, 8044.0, 8039.0, 8038.0, 8018.0, 8032.0, 8034.0, 8002.0, 8035.0, 8037.0, 8062.0, 8036.0, 8000.0, 8030.0, 8030.0, 8036.0, 8037.0, 8004.0, 8033.0, 8021.0, 8004.0, 8035.0, 8015.0, 8058.0, 8044.0, 8061.0, 8044.0, 8027.0, 8041.0, 8015.0, 8062.0, 8039.0, 8068.0, 8038.0, 8048.0, 8032.0, 8003.0, 8051.0, 8018.0, 8064.0, 8032.0, 8012.0, 8029.0, 7986.0, 8030.0, 8038.0, 8049.0, 8035.0, 7991.0, 8032.0, 8022.0, 8007.0, 8056.0, 8057.0, 8054.0, 8059.0, 8007.0, 8034.0, 8035.0, 8034.0, 8038.0, 8079.0, 8054.0, 8019.0, 8031.0, 8029.0, 8025.0, 8041.0, 8033.0, 8029.0, 8033.0, 7982.0, 8031.0, 8059.0, 8052.0, 8038.0, 8002.0, 8034.0, 8037.0, 8002.0, 8032.0, 8020.0, 8049.0, 8040.0, 8023.0, 8041.0, 8034.0, 8035.0, 8035.0, 8022.0, 8050.0, 8019.0, 8066.0, 8032.0, 7987.0, 8031.0, 8035.0, 8067.0, 8035.0, 8005.0, 8032.0, 8017.0, 7988.0, 8032.0, 8035.0, 8052.0, 8062.0, 8046.0, 8040.0, 8033.0, 8035.0, 8030.0, 8037.0, 8025.0, 8051.0, 8057.0, 8006.0, 8051.0, 8039.0, 8018.0, 8056.0, 8038.0, 8083.0, 8037.0, 8003.0, 8050.0, 8036.0, 8021.0, 8056.0, 8037.0, 8081.0, 8034.0, 8035.0, 8030.0, 8016.0, 8022.0, 8035.0, 8019.0, 8046.0, 8015.0, 8019.0, 8031.0, 8038.0, 8007.0, 8048.0, 8035.0, 7988.0, 8028.0, 8017.0, 8014.0, 8038.0, 8034.0, 8051.0, 8033.0, 8034.0, 8033.0, 8051.0, 8007.0, 8051.0, 8023.0, 8002.0, 8029.0, 8019.0, 8032.0, 8022.0, 8020.0, 8035.0, 8037.0, 8034.0, 8032.0, 8006.0, 8052.0, 8025.0, 8025.0, 8033.0, 8021.0, 8007.0, 8053.0, 8049.0, 8055.0, 8045.0, 8040.0, 8053.0, 8040.0, 8023.0, 8059.0, 8037.0, 8066.0, 8038.0, 8031.0, 8059.0, 8033.0, 8072.0, 8023.0, 8019.0, 8048.0, 8027.0, 7982.0, 8049.0, 8007.0, 8031.0, 8057.0, 8045.0, 8048.0, 8033.0, 8018.0, 8044.0, 8038.0, 8032.0, 8049.0, 8019.0, 8014.0, 8028.0, 8012.0, 8046.0, 8038.0, 7992.0, 8031.0, 8031.0, 7990.0, 8033.0, 8037.0, 8054.0, 8025.0, 7995.0, 8037.0, 8021.0, 8001.0, 8039.0, 8024.0, 8054.0, 8069.0, 8042.0, 8026.0, 8052.0, 8064.0, 8049.0, 8057.0, 8043.0, 8054.0, 8040.0, 8006.0, 8055.0, 8029.0, 8053.0, 8058.0, 8036.0, 8049.0, 8037.0, 7994.0, 8054.0, 8035.0, 8021.0, 8035.0, 8018.0, 8004.0, 8032.0, 8041.0, 8066.0, 8036.0, 7991.0, 8050.0, 8020.0, 7999.0, 8033.0, 8035.0, 8033.0, 8037.0, 8032.0, 8014.0, 8027.0, 8014.0, 8042.0, 8038.0, 8018.0, 8044.0, 8020.0, 7985.0, 8027.0, 8014.0, 7999.0, 8034.0, 8021.0, 8062.0, 8035.0, 8018.0, 8032.0, 8033.0, 8006.0, 8049.0, 8021.0, 8019.0, 8030.0, 8016.0, 8015.0, 8034.0, 8008.0, 8032.0, 8022.0, 7987.0, 8030.0, 8019.0, 8002.0, 8052.0, 8036.0, 8036.0, 8037.0, 8041.0, 8037.0, 8040.0, 8011.0, 8036.0, 8038.0, 7992.0, 8047.0, 8022.0, 8006.0, 8036.0, 8041.0, 8054.0, 8045.0, 8042.0, 8025.0, 8054.0, 8064.0, 8076.0, 8044.0, 8012.0, 8050.0, 8023.0, 8048.0, 8057.0, 8030.0, 8057.0, 8036.0, 8028.0, 8036.0, 8023.0, 8014.0, 8030.0, 8038.0, 8037.0, 8040.0, 8038.0, 8046.0, 8063.0, 8044.0, 8056.0, 8047.0, 8022.0, 7985.0, 8014.0, 8022.0, 8050.0, 8037.0, 8034.0, 8001.0, 8033.0, 8017.0, 8050.0, 8021.0, 8009.0, 8030.0, 8021.0, 8003.0, 8058.0, 8044.0, 8056.0, 8045.0, 8012.0, 8039.0, 8041.0, 8008.0, 8066.0, 8014.0, 8060.0, 8053.0, 8002.0, 8053.0, 8046.0, 8048.0, 8064.0, 8016.0, 8057.0, 8047.0, 7998.0, 8053.0, 8043.0, 8044.0, 8059.0, 8035.0, 8073.0, 8041.0, 7977.0, 8050.0, 8042.0, 8056.0, 8053.0, 8039.0, 8064.0, 8034.0, 8020.0, 8049.0, 8041.0, 8057.0, 8053.0, 8039.0, 8048.0, 8048.0, 8018.0, 8049.0, 8037.0, 8035.0, 8052.0, 8032.0, 8028.0, 8027.0, 8016.0, 8049.0, 8033.0, 8046.0, 8029.0, 8030.0, 8010.0, 8028.0, 8034.0, 8050.0, 8033.0, 7992.0, 8045.0, 8032.0, 8001.0, 8045.0, 8036.0, 8046.0, 8036.0, 8019.0, 8014.0, 8031.0, 8032.0, 8052.0, 8036.0, 8008.0, 8051.0, 8045.0, 8009.0, 8071.0, 8036.0, 8037.0, 8050.0, 8037.0, 8015.0, 8042.0, 8026.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.000650086862106406</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03867623365906623</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.60482529777171</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.090328008217391</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9602543223478264</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4407</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6787.3125</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13500005480934812</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.08686210640608</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4308918133034094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2704494913228115</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6837630269231942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3384629216642216</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0037289</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015031286515295506</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027988160029053688</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>921</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0529317010016985</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.6854</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.5223</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312600.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>594.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.836</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5495</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.5139</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2859.9925</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3008.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>63944.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>742.173</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.37095031980425</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> |