=== 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-0102 --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-0102",
"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-0102_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-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_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-0102/figures/sub-0102_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_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-0102/ses-04/func/sub-0102_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>cf9d1b0a90ade3ea71a26c5d672c3104</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>09:59:10.902500</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.997556, -0.0683827, 0.01436, 0.0688812, 0.996912, -0.0376958]</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.0991606</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>[4224, -7811, -7275, 154, -79, -97, -104, 106]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>16088b4a-6a10-4bc4-baf6-d216ecc61fdc||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.6763694286346436, 0.184803307056427, 0.03169241547584534, 102.95755767822266], [0.18346576392650604, 2.6746432781219482, -0.10420046001672745, -103.98102569580078], [0.03852685168385506, 0.10113497823476791, 2.6978025436401367, -91.9148178100586], [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': ['095910.902500', '095911.362500', '095911.822500', '095912.282500', '095912.742500', '095913.202500', '095913.662500', '095914.122500', '095914.582500', '095915.042500', '095915.502500', '095915.962500', '095916.422500', '095916.882500', '095917.342500', '095917.802500', '095918.262500', '095918.722500', '095919.182500', '095919.642500', '095920.102500', '095920.562500', '095921.022500', '095921.482500', '095921.942500', '095922.402500', '095922.862500', '095923.322500', '095923.782500', '095924.242500', '095924.702500', '095925.162500', '095925.622500', '095926.082500', '095926.542500', '095927.002500', '095927.462500', '095927.922500', '095928.382500', '095928.842500', '095929.302500', '095929.762500', '095930.222500', '095930.682500', '095931.142500', '095931.602500', '095932.062500', '095932.522500', '095932.982500', '095933.442500', '095933.902500', '095934.362500', '095934.822500', '095935.282500', '095935.742500', '095936.202500', '095936.662500', '095937.122500', '095937.582500', '095938.042500', '095938.502500', '095938.962500', '095939.422500', '095939.882500', '095940.342500', '095940.802500', '095941.262500', '095941.722500', '095942.182500', '095942.642500', '095943.102500', '095943.562500', '095944.022500', '095944.482500', '095944.942500', '095945.402500', '095945.862500', '095946.322500', '095946.782500', '095947.242500', '095947.702500', '095948.162500', '095948.622500', '095949.082500', '095949.542500', '095950.002500', '095950.462500', '095950.922500', '095951.382500', '095951.842500', '095952.302500', '095952.762500', '095953.222500', '095953.682500', '095954.142500', '095954.602500', '095955.062500', '095955.522500', '095955.982500', '095956.442500', '095956.902500', '095957.362500', '095957.822500', '095958.282500', '095958.742500', '095959.202500', '095959.662500', '100000.122500', '100000.582500', '100001.042500', '100001.502500', '100001.962500', '100002.422500', '100002.882500', '100003.342500', '100003.802500', '100004.262500', '100004.722500', '100005.182500', '100005.642500', '100006.102500', '100006.562500', '100007.022500', '100007.482500', '100007.942500', '100008.402500', '100008.862500', '100009.322500', '100009.782500', '100010.242500', '100010.702500', '100011.162500', '100011.622500', '100012.082500', '100012.542500', '100013.002500', '100013.462500', '100013.922500', '100014.382500', '100014.842500', '100015.302500', '100015.762500', '100016.222500', '100016.682500', '100017.142500', '100017.602500', '100018.062500', '100018.522500', '100018.982500', '100019.442500', '100019.902500', '100020.362500', '100020.822500', '100021.282500', '100021.742500', '100022.202500', '100022.662500', '100023.122500', '100023.582500', '100024.042500', '100024.502500', '100024.962500', '100025.422500', '100025.882500', '100026.342500', '100026.802500', '100027.262500', '100027.722500', '100028.182500', '100028.642500', '100029.102500', '100029.562500', '100030.022500', '100030.482500', '100030.942500', '100031.402500', '100031.862500', '100032.322500', '100032.782500', '100033.242500', '100033.702500', '100034.162500', '100034.622500', '100035.082500', '100035.542500', '100036.002500', '100036.462500', '100036.922500', '100037.382500', '100037.842500', '100038.302500', '100038.762500', '100039.222500', '100039.682500', '100040.142500', '100040.602500', '100041.062500', '100041.522500', '100041.982500', '100042.442500', '100042.902500', '100043.362500', '100043.822500', '100044.282500', '100044.742500', '100045.202500', '100045.662500', '100046.122500', '100046.582500', '100047.042500', '100047.502500', '100047.962500', '100048.422500', '100048.882500', '100049.342500', '100049.802500', '100050.262500', '100050.722500', '100051.182500', '100051.642500', '100052.102500', '100052.562500', '100053.022500', '100053.482500', '100053.942500', '100054.402500', '100054.862500', '100055.322500', '100055.782500', '100056.242500', '100056.702500', '100057.162500', '100057.622500', '100058.082500', '100058.542500', '100059.002500', '100059.462500', '100059.922500', '100100.382500', '100100.842500', '100101.302500', '100101.762500', '100102.222500', '100102.682500', '100103.142500', '100103.602500', '100104.062500', '100104.522500', '100104.982500', '100105.442500', '100105.902500', '100106.362500', '100106.822500', '100107.282500', '100107.742500', '100108.202500', '100108.662500', '100109.122500', '100109.582500', '100110.042500', '100110.502500', '100110.962500', '100111.422500', '100111.882500', '100112.342500', '100112.802500', '100113.262500', '100113.722500', '100114.182500', '100114.642500', '100115.102500', '100115.562500', '100116.022500', '100116.482500', '100116.942500', '100117.402500', '100117.862500', '100118.322500', '100118.782500', '100119.242500', '100119.702500', '100120.162500', '100120.622500', '100121.082500', '100121.542500', '100122.002500', '100122.462500', '100122.922500', '100123.382500', '100123.842500', '100124.302500', '100124.762500', '100125.222500', '100125.682500', '100126.142500', '100126.602500', '100127.062500', '100127.522500', '100127.982500', '100128.442500', '100128.902500', '100129.362500', '100129.822500', '100130.282500', '100130.742500', '100131.202500', '100131.662500', '100132.122500', '100132.582500', '100133.042500', '100133.502500', '100133.962500', '100134.422500', '100134.882500', '100135.342500', '100135.802500', '100136.262500', '100136.722500', '100137.182500', '100137.642500', '100138.102500', '100138.562500', '100139.022500', '100139.482500', '100139.942500', '100140.402500', '100140.862500', '100141.322500', '100141.782500', '100142.242500', '100142.702500', '100143.162500', '100143.622500', '100144.082500', '100144.542500', '100145.002500', '100145.462500', '100145.922500', '100146.382500', '100146.842500', '100147.302500', '100147.762500', '100148.222500', '100148.682500', '100149.142500', '100149.602500', '100150.062500', '100150.522500', '100150.982500', '100151.442500', '100151.902500', '100152.362500', '100152.822500', '100153.282500', '100153.742500', '100154.202500', '100154.662500', '100155.122500', '100155.582500', '100156.042500', '100156.502500', '100156.962500', '100157.422500', '100157.882500', '100158.342500', '100158.802500', '100159.262500', '100159.722500', '100200.182500', '100200.642500', '100201.102500', '100201.562500', '100202.022500', '100202.482500', '100202.942500', '100203.402500', '100203.862500', '100204.322500', '100204.782500', '100205.242500', '100205.702500', '100206.162500', '100206.622500', '100207.082500', '100207.542500', '100208.002500', '100208.462500', '100208.922500', '100209.382500', '100209.842500', '100210.302500', '100210.762500', '100211.222500', '100211.682500', '100212.142500', '100212.602500', '100213.062500', '100213.522500', '100213.982500', '100214.442500', '100214.902500', '100215.362500', '100215.822500', '100216.282500', '100216.742500', '100217.202500', '100217.662500', '100218.122500', '100218.582500', '100219.042500', '100219.502500', '100219.962500', '100220.422500', '100220.882500', '100221.342500', '100221.802500', '100222.262500', '100222.722500', '100223.182500', '100223.642500', '100224.102500', '100224.562500', '100225.022500', '100225.482500', '100225.942500', '100226.402500', '100226.862500', '100227.322500', '100227.782500', '100228.242500', '100228.702500', '100229.162500', '100229.622500', '100230.082500', '100230.542500', '100231.002500', '100231.462500', '100231.922500', '100232.382500', '100232.842500', '100233.302500', '100233.762500', '100234.222500', '100234.682500', '100235.142500', '100235.602500', '100236.062500', '100236.522500', '100236.982500', '100237.442500', '100237.902500', '100238.362500', '100238.822500', '100239.282500', '100239.742500', '100240.202500', '100240.662500', '100241.122500', '100241.582500', '100242.042500', '100242.502500', '100242.962500', '100243.422500', '100243.882500', '100244.342500', '100244.802500', '100245.262500', '100245.722500', '100246.182500', '100246.642500', '100247.102500', '100247.562500', '100248.022500', '100248.482500', '100248.942500', '100249.402500', '100249.862500', '100250.322500', '100250.782500', '100251.242500', '100251.702500', '100252.162500', '100252.622500', '100253.082500', '100253.542500', '100254.002500', '100254.462500', '100254.922500', '100255.382500', '100255.842500', '100256.302500', '100256.762500', '100257.222500', '100257.682500', '100258.142500', '100258.602500', '100259.062500', '100259.522500', '100259.982500', '100300.442500', '100300.902500', '100301.362500', '100301.822500', '100302.282500', '100302.742500', '100303.202500', '100303.662500', '100304.122500', '100304.582500', '100305.042500', '100305.502500', '100305.962500', '100306.422500', '100306.882500', '100307.342500', '100307.802500', '100308.262500', '100308.722500', '100309.182500', '100309.642500', '100310.102500', '100310.562500', '100311.022500', '100311.482500', '100311.942500', '100312.402500', '100312.862500', '100313.322500', '100313.782500', '100314.242500', '100314.702500', '100315.162500', '100315.622500', '100316.082500', '100316.542500', '100317.002500', '100317.462500', '100317.922500', '100318.382500', '100318.842500', '100319.302500', '100319.762500', '100320.222500', '100320.682500', '100321.142500', '100321.602500', '100322.062500', '100322.522500', '100322.982500', '100323.442500', '100323.902500', '100324.362500', '100324.822500', '100325.282500', '100325.742500', '100326.202500', '100326.662500', '100327.122500', '100327.582500', '100328.042500', '100328.502500', '100328.962500', '100329.422500', '100329.882500', '100330.342500', '100330.802500', '100331.262500', '100331.722500', '100332.182500', '100332.642500', '100333.102500', '100333.562500', '100334.022500', '100334.482500', '100334.942500', '100335.402500', '100335.862500', '100336.322500', '100336.782500', '100337.242500', '100337.702500', '100338.162500', '100338.622500', '100339.082500', '100339.542500', '100340.002500', '100340.462500', '100340.922500', '100341.382500', '100341.842500', '100342.302500', '100342.762500', '100343.222500', '100343.682500', '100344.142500', '100344.602500', '100345.062500', '100345.522500', '100345.982500', '100346.442500', '100346.902500', '100347.362500', '100347.822500', '100348.282500', '100348.742500', '100349.202500', '100349.662500', '100350.122500', '100350.582500', '100351.042500', '100351.502500', '100351.962500', '100352.422500', '100352.882500', '100353.342500', '100353.802500', '100354.262500', '100354.722500', '100355.182500', '100355.642500', '100356.102500', '100356.562500', '100357.022500', '100357.482500', '100357.942500', '100358.402500', '100358.862500', '100359.322500', '100359.782500', '100400.242500', '100400.702500', '100401.162500', '100401.622500', '100402.082500', '100402.542500', '100403.002500', '100403.462500', '100403.922500', '100404.382500', '100404.842500', '100405.302500', '100405.762500', '100406.222500', '100406.682500', '100407.142500', '100407.602500', '100408.062500', '100408.522500', '100408.982500', '100409.442500', '100409.902500', '100410.362500', '100410.822500', '100411.282500', '100411.742500', '100412.202500', '100412.662500', '100413.122500', '100413.582500', '100414.042500', '100414.502500', '100414.962500', '100415.422500', '100415.882500', '100416.342500', '100416.802500', '100417.262500', '100417.722500', '100418.182500', '100418.642500', '100419.102500', '100419.562500', '100420.022500', '100420.482500', '100420.942500', '100421.402500', '100421.862500', '100422.322500', '100422.782500', '100423.242500', '100423.702500', '100424.162500', '100424.622500', '100425.082500', '100425.542500', '100426.002500', '100426.462500', '100426.922500', '100427.382500', '100427.842500', '100428.302500', '100428.762500', '100429.222500', '100429.682500', '100430.142500', '100430.602500', '100431.062500', '100431.522500', '100431.982500', '100432.442500', '100432.902500', '100433.362500', '100433.822500', '100434.282500', '100434.742500', '100435.202500', '100435.662500', '100436.122500', '100436.582500', '100437.042500', '100437.502500', '100437.962500', '100438.422500', '100438.882500', '100439.342500', '100439.802500', '100440.262500', '100440.722500', '100441.182500', '100441.642500', '100442.102500', '100442.562500', '100443.022500', '100443.482500', '100443.942500', '100444.402500', '100444.862500', '100445.322500', '100445.782500', '100446.242500', '100446.702500', '100447.162500', '100447.622500', '100448.082500', '100448.542500', '100449.002500', '100449.462500', '100449.922500', '100450.382500', '100450.842500', '100451.302500', '100451.762500', '100452.222500', '100452.682500', '100453.142500', '100453.602500', '100454.062500', '100454.522500', '100454.982500', '100455.442500', '100455.902500', '100456.362500', '100456.822500', '100457.282500', '100457.742500', '100458.202500', '100458.662500', '100459.122500', '100459.582500', '100500.042500', '100500.502500', '100500.962500', '100501.422500', '100501.882500', '100502.342500', '100502.802500', '100503.262500', '100503.722500', '100504.182500', '100504.642500', '100505.102500', '100505.562500', '100506.022500', '100506.482500', '100506.942500', '100507.402500', '100507.862500', '100508.322500', '100508.782500', '100509.242500', '100509.702500', '100510.162500', '100510.622500', '100511.082500', '100511.542500', '100512.002500', '100512.462500', '100512.922500', '100513.382500', '100513.842500', '100514.302500', '100514.762500', '100515.222500', '100515.682500', '100516.142500', '100516.602500', '100517.062500', '100517.522500', '100517.982500', '100518.442500', '100518.902500', '100519.362500', '100519.822500', '100520.282500', '100520.742500', '100521.202500', '100521.662500', '100522.122500', '100522.582500', '100523.042500', '100523.502500', '100523.962500', '100524.422500', '100524.882500', '100525.342500', '100525.802500', '100526.262500', '100526.722500', '100527.182500', '100527.642500', '100528.102500', '100528.562500', '100529.022500', '100529.482500', '100529.942500', '100530.402500', '100530.862500', '100531.322500', '100531.782500', '100532.242500', '100532.702500', '100533.162500', '100533.622500', '100534.082500', '100534.542500', '100535.002500', '100535.462500', '100535.922500', '100536.382500', '100536.842500', '100537.302500', '100537.762500', '100538.222500', '100538.682500', '100539.142500', '100539.602500', '100540.062500', '100540.522500', '100540.982500', '100541.442500', '100541.902500', '100542.362500', '100542.822500', '100543.282500', '100543.742500', '100544.202500', '100544.662500', '100545.122500', '100545.582500', '100546.042500', '100546.502500', '100546.962500', '100547.422500', '100547.882500', '100548.342500', '100548.802500', '100549.262500', '100549.722500', '100550.182500', '100550.642500', '100551.102500', '100551.562500', '100552.022500', '100552.482500', '100552.942500', '100553.402500', '100553.862500', '100554.322500', '100554.782500', '100555.242500', '100555.702500', '100556.162500', '100556.622500', '100557.082500', '100557.542500', '100558.002500', '100558.462500', '100558.922500', '100559.382500', '100559.842500', '100600.302500', '100600.762500', '100601.222500', '100601.682500', '100602.142500', '100602.602500', '100603.062500', '100603.522500', '100603.982500', '100604.442500', '100604.902500', '100605.362500', '100605.822500', '100606.282500', '100606.742500', '100607.202500', '100607.662500', '100608.122500', '100608.582500', '100609.042500', '100609.502500', '100609.962500', '100610.422500', '100610.882500', '100611.342500', '100611.802500', '100612.262500', '100612.722500', '100613.182500', '100613.642500', '100614.102500', '100614.562500', '100615.022500', '100615.482500', '100615.942500', '100616.402500'], 'ContentTime': ['095924.040000', '095924.043000', '095924.045000', '095924.049000', '095924.052000', '095924.054000', '095924.057000', '095924.059000', '095924.062000', '095924.065000', '095924.067000', '095924.070000', '095924.072000', '095924.080000', '095924.083000', '095924.085000', '095924.088000', '095924.092000', '095924.094000', '095924.097000', '095924.099000', '095924.102000', '095924.105000', '095924.107000', '095924.110000', '095924.112000', '095924.115000', '095944.002000', '095944.004000', '095944.007000', '095944.010000', '095944.012000', '095944.015000', '095944.017000', '095944.020000', '095944.022000', '095944.025000', '095944.027000', '095944.030000', '095944.033000', '095944.035000', '095944.038000', '095944.040000', '095944.043000', '095944.045000', '095944.048000', '095944.051000', '095944.053000', '095944.056000', '095944.058000', '095944.061000', '095944.063000', '095944.066000', '095944.068000', '095944.071000', '095944.086000', '095944.088000', '095944.091000', '095944.094000', '095944.096000', '095944.099000', '095944.101000', '095944.104000', '095944.106000', '095944.115000', '095944.118000', '095944.120000', '095944.123000', '095944.125000', '095944.128000', '100004.002000', '100004.004000', '100004.007000', '100004.010000', '100004.012000', '100004.015000', '100004.017000', '100004.020000', '100004.023000', '100004.025000', '100004.028000', '100004.030000', '100004.033000', '100004.035000', '100004.038000', '100004.041000', '100004.043000', '100004.046000', '100004.048000', '100004.051000', '100004.054000', '100004.056000', '100004.059000', '100004.063000', '100004.065000', '100004.068000', '100004.071000', '100004.073000', '100004.076000', '100004.078000', '100004.081000', '100004.084000', '100004.086000', '100004.089000', '100004.091000', '100004.094000', '100004.096000', '100004.108000', '100004.110000', '100004.113000', '100004.116000', '100004.118000', '100004.121000', '100024.001000', '100024.004000', '100024.007000', '100024.009000', '100024.012000', '100024.015000', '100024.017000', '100024.020000', '100024.022000', '100024.025000', '100024.028000', '100024.031000', '100024.033000', '100024.036000', '100024.038000', '100024.041000', '100024.044000', '100024.046000', '100024.049000', '100024.051000', '100024.054000', '100024.057000', '100024.059000', '100024.062000', '100024.064000', '100024.067000', '100024.069000', '100024.072000', '100024.074000', '100024.077000', '100024.080000', '100024.082000', '100024.085000', '100024.087000', '100024.090000', '100024.092000', '100024.095000', '100024.098000', '100024.100000', '100024.103000', '100024.106000', '100024.108000', '100024.111000', '100024.113000', '100044.000000', '100044.003000', '100044.006000', '100044.008000', '100044.011000', '100044.014000', '100044.016000', '100044.019000', '100044.021000', '100044.024000', '100044.027000', '100044.029000', '100044.032000', '100044.035000', '100044.037000', '100044.040000', '100044.043000', '100044.046000', '100044.049000', '100044.052000', '100044.054000', '100044.057000', '100044.059000', '100044.062000', '100044.064000', '100044.067000', '100044.070000', '100044.072000', '100044.075000', '100044.077000', '100044.080000', '100044.083000', '100044.085000', '100044.088000', '100044.090000', '100044.093000', '100044.095000', '100044.098000', '100044.100000', '100044.103000', '100044.106000', '100044.108000', '100044.111000', '100104.001000', '100104.003000', '100104.006000', '100104.009000', '100104.011000', '100104.014000', '100104.017000', '100104.019000', '100104.022000', '100104.024000', '100104.027000', '100104.030000', '100104.032000', '100104.035000', '100104.037000', '100104.040000', '100104.043000', '100104.045000', '100104.048000', '100104.050000', '100104.053000', '100104.056000', '100104.058000', '100104.061000', '100104.063000', '100104.066000', '100104.069000', '100104.071000', '100104.074000', '100104.076000', '100104.079000', '100104.081000', '100104.084000', '100104.087000', '100104.089000', '100104.092000', '100104.094000', '100104.097000', '100104.099000', '100104.102000', '100104.105000', '100104.107000', '100104.110000', '100104.112000', '100124.002000', '100124.004000', '100124.007000', '100124.010000', '100124.012000', '100124.015000', '100124.018000', '100124.020000', '100124.023000', '100124.025000', '100124.028000', '100124.031000', '100124.033000', '100124.036000', '100124.038000', '100124.041000', '100124.043000', '100124.046000', '100124.049000', '100124.051000', '100124.054000', '100124.057000', '100124.059000', '100124.062000', '100124.076000', '100124.079000', '100124.081000', '100124.084000', '100124.087000', '100124.089000', '100124.092000', '100124.094000', '100124.097000', '100124.100000', '100124.103000', '100124.106000', '100124.109000', '100124.111000', '100124.114000', '100124.117000', '100124.119000', '100124.122000', '100124.124000', '100144.001000', '100144.004000', '100144.007000', '100144.010000', '100144.012000', '100144.015000', '100144.027000', '100144.030000', '100144.032000', '100144.035000', '100144.038000', '100144.040000', '100144.043000', '100144.046000', '100144.048000', '100144.051000', '100144.053000', '100144.056000', '100144.059000', '100144.061000', '100144.064000', '100144.066000', '100144.069000', '100144.072000', '100144.075000', '100144.077000', '100144.080000', '100144.082000', '100144.085000', '100144.088000', '100144.090000', '100144.093000', '100144.095000', '100144.098000', '100144.101000', '100144.103000', '100144.106000', '100144.108000', '100144.111000', '100144.114000', '100144.116000', '100144.119000', '100144.121000', '100144.124000', '100204.002000', '100204.004000', '100204.007000', '100204.010000', '100204.012000', '100204.015000', '100204.017000', '100204.020000', '100204.022000', '100204.025000', '100204.028000', '100204.030000', '100204.033000', '100204.035000', '100204.038000', '100204.041000', '100204.043000', '100204.046000', '100204.048000', '100204.051000', '100204.054000', '100204.056000', '100204.059000', '100204.061000', '100204.064000', '100204.067000', '100204.069000', '100204.072000', '100204.075000', '100204.077000', '100204.080000', '100204.082000', '100204.085000', '100204.087000', '100204.090000', '100204.093000', '100204.095000', '100204.098000', '100204.101000', '100204.104000', '100204.107000', '100204.110000', '100204.112000', '100224.002000', '100224.004000', '100224.007000', '100224.010000', '100224.012000', '100224.015000', '100224.017000', '100224.020000', '100224.023000', '100224.025000', '100224.028000', '100224.030000', '100224.033000', '100224.036000', '100224.038000', '100224.041000', '100224.043000', '100224.046000', '100224.049000', '100224.051000', '100224.054000', '100224.056000', '100224.059000', '100224.062000', '100224.064000', '100224.067000', '100224.069000', '100224.072000', '100224.075000', '100224.077000', '100224.080000', '100224.082000', '100224.085000', '100224.088000', '100224.090000', '100224.093000', '100224.095000', '100224.098000', '100224.101000', '100224.103000', '100224.106000', '100224.109000', '100224.111000', '100224.114000', '100244.002000', '100244.005000', '100244.007000', '100244.010000', '100244.012000', '100244.015000', '100244.017000', '100244.020000', '100244.023000', '100244.025000', '100244.028000', '100244.030000', '100244.033000', '100244.035000', '100244.038000', '100244.041000', '100244.043000', '100244.046000', '100244.048000', '100244.051000', '100244.054000', '100244.056000', '100244.059000', '100244.061000', '100244.064000', '100244.067000', '100244.069000', '100244.072000', '100244.074000', '100244.077000', '100244.080000', '100244.082000', '100244.085000', '100244.087000', '100244.090000', '100244.093000', '100244.095000', '100244.098000', '100244.100000', '100244.103000', '100244.106000', '100244.108000', '100244.111000', '100304.000000', '100304.003000', '100304.006000', '100304.009000', '100304.011000', '100304.014000', '100304.042000', '100304.045000', '100304.048000', '100304.050000', '100304.053000', '100304.056000', '100304.058000', '100304.061000', '100304.063000', '100304.066000', '100304.069000', '100304.071000', '100304.074000', '100304.076000', '100304.079000', '100304.082000', '100304.084000', '100304.087000', '100304.090000', '100304.092000', '100304.095000', '100304.098000', '100304.100000', '100304.103000', '100304.105000', '100304.108000', '100304.111000', '100304.113000', '100304.116000', '100304.118000', '100304.121000', '100304.124000', '100304.126000', '100304.129000', '100304.131000', '100304.134000', '100304.137000', '100324.000000', '100324.003000', '100324.006000', '100324.009000', '100324.011000', '100324.014000', '100324.016000', '100324.019000', '100324.022000', '100324.024000', '100324.027000', '100324.030000', '100324.032000', '100324.035000', '100324.037000', '100324.040000', '100324.043000', '100324.045000', '100324.048000', '100324.050000', '100324.053000', '100324.056000', '100324.058000', '100324.061000', '100324.064000', '100324.066000', '100324.069000', '100324.071000', '100324.074000', '100324.077000', '100324.079000', '100324.082000', '100324.084000', '100324.087000', '100324.090000', '100324.092000', '100324.095000', '100324.097000', '100324.100000', '100324.103000', '100324.105000', '100324.108000', '100324.110000', '100324.113000', '100344.002000', '100344.004000', '100344.007000', '100344.010000', '100344.013000', '100344.015000', '100344.018000', '100344.020000', '100344.023000', '100344.026000', '100344.028000', '100344.031000', '100344.033000', '100344.036000', '100344.039000', '100344.041000', '100344.044000', '100344.046000', '100344.049000', '100344.052000', '100344.054000', '100344.057000', '100344.059000', '100344.062000', '100344.065000', '100344.067000', '100344.070000', '100344.072000', '100344.075000', '100344.078000', '100344.080000', '100344.083000', '100344.086000', '100344.088000', '100344.091000', '100344.094000', '100344.096000', '100344.099000', '100344.101000', '100344.104000', '100344.107000', '100344.109000', '100344.112000', '100344.114000', '100404.002000', '100404.004000', '100404.007000', '100404.010000', '100404.012000', '100404.015000', '100404.018000', '100404.020000', '100404.023000', '100404.025000', '100404.028000', '100404.030000', '100404.033000', '100404.036000', '100404.038000', '100404.041000', '100404.043000', '100404.046000', '100404.049000', '100404.051000', '100404.054000', '100404.056000', '100404.059000', '100404.061000', '100404.064000', '100404.067000', '100404.069000', '100404.072000', '100404.075000', '100404.077000', '100404.080000', '100404.082000', '100404.085000', '100404.088000', '100404.090000', '100404.093000', '100404.095000', '100404.098000', '100404.101000', '100404.103000', '100404.106000', '100404.108000', '100404.111000', '100424.002000', '100424.005000', '100424.007000', '100424.010000', '100424.013000', '100424.015000', '100424.018000', '100424.021000', '100424.023000', '100424.026000', '100424.028000', '100424.031000', '100424.034000', '100424.036000', '100424.039000', '100424.041000', '100424.044000', '100424.047000', '100424.049000', '100424.052000', '100424.055000', '100424.057000', '100424.060000', '100424.062000', '100424.065000', '100424.068000', '100424.070000', '100424.073000', '100424.075000', '100424.078000', '100424.081000', '100424.090000', '100424.093000', '100424.095000', '100424.098000', '100424.101000', '100424.103000', '100424.106000', '100424.108000', '100424.111000', '100424.113000', '100424.116000', '100424.119000', '100424.121000', '100444.002000', '100444.004000', '100444.009000', '100444.012000', '100444.014000', '100444.017000', '100444.020000', '100444.022000', '100444.025000', '100444.027000', '100444.030000', '100444.032000', '100444.035000', '100444.038000', '100444.040000', '100444.043000', '100444.046000', '100444.048000', '100444.051000', '100444.053000', '100444.056000', '100444.059000', '100444.061000', '100444.064000', '100444.066000', '100444.069000', '100444.072000', '100444.074000', '100444.077000', '100444.079000', '100444.082000', '100444.085000', '100444.087000', '100444.090000', '100444.092000', '100444.095000', '100444.098000', '100444.100000', '100444.103000', '100444.105000', '100444.108000', '100444.111000', '100444.113000', '100504.002000', '100504.004000', '100504.007000', '100504.010000', '100504.012000', '100504.015000', '100504.017000', '100504.020000', '100504.023000', '100504.025000', '100504.028000', '100504.030000', '100504.033000', '100504.036000', '100504.039000', '100504.042000', '100504.044000', '100504.047000', '100504.049000', '100504.052000', '100504.055000', '100504.057000', '100504.060000', '100504.062000', '100504.065000', '100504.068000', '100504.070000', '100504.073000', '100504.076000', '100504.078000', '100504.081000', '100504.084000', '100504.086000', '100504.089000', '100504.091000', '100504.094000', '100504.097000', '100504.099000', '100504.102000', '100504.105000', '100504.107000', '100504.110000', '100504.113000', '100504.115000', '100524.001000', '100524.003000', '100524.006000', '100524.009000', '100524.011000', '100524.014000', '100524.017000', '100524.019000', '100524.022000', '100524.024000', '100524.027000', '100524.029000', '100524.032000', '100524.035000', '100524.037000', '100524.040000', '100524.043000', '100524.045000', '100524.048000', '100524.050000', '100524.053000', '100524.055000', '100524.058000', '100524.061000', '100524.063000', '100524.066000', '100524.068000', '100524.071000', '100524.074000', '100524.076000', '100524.079000', '100524.081000', '100524.084000', '100524.087000', '100524.089000', '100524.092000', '100524.094000', '100524.097000', '100524.100000', '100524.102000', '100524.105000', '100524.107000', '100524.110000', '100544.001000', '100544.003000', '100544.006000', '100544.009000', '100544.011000', '100544.014000', '100544.016000', '100544.019000', '100544.021000', '100544.024000', '100544.027000', '100544.029000', '100544.032000', '100544.034000', '100544.037000', '100544.040000', '100544.042000', '100544.045000', '100544.047000', '100544.050000', '100544.053000', '100544.055000', '100544.058000', '100544.060000', '100544.063000', '100544.065000', '100544.068000', '100544.071000', '100544.084000', '100544.087000', '100544.089000', '100544.092000', '100544.094000', '100544.097000', '100544.100000', '100544.102000', '100544.105000', '100544.107000', '100544.110000', '100544.112000', '100544.115000', '100544.118000', '100544.120000', '100544.123000', '100604.002000', '100604.005000', '100604.007000', '100604.010000', '100604.012000', '100604.015000', '100604.018000', '100604.020000', '100604.023000', '100604.025000', '100604.028000', '100604.031000', '100604.033000', '100604.036000', '100604.038000', '100604.041000', '100604.044000', '100604.046000', '100604.049000', '100604.051000', '100604.054000', '100604.056000', '100604.059000', '100604.062000', '100604.064000', '100604.067000', '100604.069000', '100604.072000', '100604.075000', '100604.077000', '100604.080000', '100604.082000', '100604.085000', '100604.087000', '100604.090000', '100604.099000', '100604.101000', '100604.104000', '100604.106000', '100604.109000', '100604.112000', '100604.114000', '100604.117000', '100617.530000', '100617.533000', '100617.536000', '100617.538000', '100617.541000', '100617.544000', '100617.546000', '100617.549000', '100617.552000', '100617.554000', '100617.557000', '100617.559000', '100617.562000', '100617.564000', '100617.567000', '100617.570000', '100617.572000', '100617.575000', '100617.578000', '100617.580000', '100617.583000', '100617.585000', '100617.588000', '100617.591000', '100617.593000', '100617.596000', '100617.599000', '100617.601000', '100617.604000', '100617.607000'], 'InstanceCreationTime': ['095924.040000', '095924.043000', '095924.045000', '095924.049000', '095924.052000', '095924.054000', '095924.057000', '095924.059000', '095924.062000', '095924.065000', '095924.067000', '095924.070000', '095924.072000', '095924.080000', '095924.083000', '095924.085000', '095924.088000', '095924.092000', '095924.094000', '095924.097000', '095924.099000', '095924.102000', '095924.105000', '095924.107000', '095924.110000', '095924.112000', '095924.115000', '095944.002000', '095944.004000', '095944.007000', '095944.010000', '095944.012000', '095944.015000', '095944.017000', '095944.020000', '095944.022000', '095944.025000', '095944.027000', '095944.030000', '095944.033000', '095944.035000', '095944.038000', '095944.040000', '095944.043000', '095944.045000', '095944.048000', '095944.051000', '095944.053000', '095944.056000', '095944.058000', '095944.061000', '095944.063000', '095944.066000', '095944.068000', '095944.071000', '095944.086000', '095944.088000', '095944.091000', '095944.094000', '095944.096000', '095944.099000', '095944.101000', '095944.104000', '095944.106000', '095944.115000', '095944.118000', '095944.120000', '095944.123000', '095944.125000', '095944.128000', '100004.002000', '100004.004000', '100004.007000', '100004.010000', '100004.012000', '100004.015000', '100004.017000', '100004.020000', '100004.023000', '100004.025000', '100004.028000', '100004.030000', '100004.033000', '100004.035000', '100004.038000', '100004.041000', '100004.043000', '100004.046000', '100004.048000', '100004.051000', '100004.054000', '100004.056000', '100004.059000', '100004.063000', '100004.065000', '100004.068000', '100004.071000', '100004.073000', '100004.076000', '100004.078000', '100004.081000', '100004.084000', '100004.086000', '100004.089000', '100004.091000', '100004.094000', '100004.096000', '100004.108000', '100004.110000', '100004.113000', '100004.116000', '100004.118000', '100004.121000', '100024.001000', '100024.004000', '100024.007000', '100024.009000', '100024.012000', '100024.015000', '100024.017000', '100024.020000', '100024.022000', '100024.025000', '100024.028000', '100024.031000', '100024.033000', '100024.036000', '100024.038000', '100024.041000', '100024.044000', '100024.046000', '100024.049000', '100024.051000', '100024.054000', '100024.057000', '100024.059000', '100024.062000', '100024.064000', '100024.067000', '100024.069000', '100024.072000', '100024.074000', '100024.077000', '100024.080000', '100024.082000', '100024.085000', '100024.087000', '100024.090000', '100024.092000', '100024.095000', '100024.098000', '100024.100000', '100024.103000', '100024.106000', '100024.108000', '100024.111000', '100024.113000', '100044.000000', '100044.003000', '100044.006000', '100044.008000', '100044.011000', '100044.014000', '100044.016000', '100044.019000', '100044.021000', '100044.024000', '100044.027000', '100044.029000', '100044.032000', '100044.035000', '100044.037000', '100044.040000', '100044.043000', '100044.046000', '100044.049000', '100044.052000', '100044.054000', '100044.057000', '100044.059000', '100044.062000', '100044.064000', '100044.067000', '100044.070000', '100044.072000', '100044.075000', '100044.077000', '100044.080000', '100044.083000', '100044.085000', '100044.088000', '100044.090000', '100044.093000', '100044.095000', '100044.098000', '100044.100000', '100044.103000', '100044.106000', '100044.108000', '100044.111000', '100104.001000', '100104.003000', '100104.006000', '100104.009000', '100104.011000', '100104.014000', '100104.017000', '100104.019000', '100104.022000', '100104.024000', '100104.027000', '100104.030000', '100104.032000', '100104.035000', '100104.037000', '100104.040000', '100104.043000', '100104.045000', '100104.048000', '100104.050000', '100104.053000', '100104.056000', '100104.058000', '100104.061000', '100104.063000', '100104.066000', '100104.069000', '100104.071000', '100104.074000', '100104.076000', '100104.079000', '100104.081000', '100104.084000', '100104.087000', '100104.089000', '100104.092000', '100104.094000', '100104.097000', '100104.099000', '100104.102000', '100104.105000', '100104.107000', '100104.110000', '100104.112000', '100124.002000', '100124.004000', '100124.007000', '100124.010000', '100124.012000', '100124.015000', '100124.018000', '100124.020000', '100124.023000', '100124.025000', '100124.028000', '100124.031000', '100124.033000', '100124.036000', '100124.038000', '100124.041000', '100124.043000', '100124.046000', '100124.049000', '100124.051000', '100124.054000', '100124.057000', '100124.059000', '100124.062000', '100124.076000', '100124.079000', '100124.081000', '100124.084000', '100124.087000', '100124.089000', '100124.092000', '100124.094000', '100124.097000', '100124.100000', '100124.103000', '100124.106000', '100124.109000', '100124.111000', '100124.114000', '100124.117000', '100124.119000', '100124.122000', '100124.124000', '100144.001000', '100144.004000', '100144.007000', '100144.010000', '100144.012000', '100144.015000', '100144.027000', '100144.030000', '100144.032000', '100144.035000', '100144.038000', '100144.040000', '100144.043000', '100144.046000', '100144.048000', '100144.051000', '100144.053000', '100144.056000', '100144.059000', '100144.061000', '100144.064000', '100144.066000', '100144.069000', '100144.072000', '100144.075000', '100144.077000', '100144.080000', '100144.082000', '100144.085000', '100144.088000', '100144.090000', '100144.093000', '100144.095000', '100144.098000', '100144.101000', '100144.103000', '100144.106000', '100144.108000', '100144.111000', '100144.114000', '100144.116000', '100144.119000', '100144.121000', '100144.124000', '100204.002000', '100204.004000', '100204.007000', '100204.010000', '100204.012000', '100204.015000', '100204.017000', '100204.020000', '100204.022000', '100204.025000', '100204.028000', '100204.030000', '100204.033000', '100204.035000', '100204.038000', '100204.041000', '100204.043000', '100204.046000', '100204.048000', '100204.051000', '100204.054000', '100204.056000', '100204.059000', '100204.061000', '100204.064000', '100204.067000', '100204.069000', '100204.072000', '100204.075000', '100204.077000', '100204.080000', '100204.082000', '100204.085000', '100204.087000', '100204.090000', '100204.093000', '100204.095000', '100204.098000', '100204.101000', '100204.104000', '100204.107000', '100204.110000', '100204.112000', '100224.002000', '100224.004000', '100224.007000', '100224.010000', '100224.012000', '100224.015000', '100224.017000', '100224.020000', '100224.023000', '100224.025000', '100224.028000', '100224.030000', '100224.033000', '100224.036000', '100224.038000', '100224.041000', '100224.043000', '100224.046000', '100224.049000', '100224.051000', '100224.054000', '100224.056000', '100224.059000', '100224.062000', '100224.064000', '100224.067000', '100224.069000', '100224.072000', '100224.075000', '100224.077000', '100224.080000', '100224.082000', '100224.085000', '100224.088000', '100224.090000', '100224.093000', '100224.095000', '100224.098000', '100224.101000', '100224.103000', '100224.106000', '100224.109000', '100224.111000', '100224.114000', '100244.002000', '100244.005000', '100244.007000', '100244.010000', '100244.012000', '100244.015000', '100244.017000', '100244.020000', '100244.023000', '100244.025000', '100244.028000', '100244.030000', '100244.033000', '100244.035000', '100244.038000', '100244.041000', '100244.043000', '100244.046000', '100244.048000', '100244.051000', '100244.054000', '100244.056000', '100244.059000', '100244.061000', '100244.064000', '100244.067000', '100244.069000', '100244.072000', '100244.074000', '100244.077000', '100244.080000', '100244.082000', '100244.085000', '100244.087000', '100244.090000', '100244.093000', '100244.095000', '100244.098000', '100244.100000', '100244.103000', '100244.106000', '100244.108000', '100244.111000', '100304.000000', '100304.003000', '100304.006000', '100304.009000', '100304.011000', '100304.014000', '100304.042000', '100304.045000', '100304.048000', '100304.050000', '100304.053000', '100304.056000', '100304.058000', '100304.061000', '100304.063000', '100304.066000', '100304.069000', '100304.071000', '100304.074000', '100304.076000', '100304.079000', '100304.082000', '100304.084000', '100304.087000', '100304.090000', '100304.092000', '100304.095000', '100304.098000', '100304.100000', '100304.103000', '100304.105000', '100304.108000', '100304.111000', '100304.113000', '100304.116000', '100304.118000', '100304.121000', '100304.124000', '100304.126000', '100304.129000', '100304.131000', '100304.134000', '100304.137000', '100324.000000', '100324.003000', '100324.006000', '100324.009000', '100324.011000', '100324.014000', '100324.016000', '100324.019000', '100324.022000', '100324.024000', '100324.027000', '100324.030000', '100324.032000', '100324.035000', '100324.037000', '100324.040000', '100324.043000', '100324.045000', '100324.048000', '100324.050000', '100324.053000', '100324.056000', '100324.058000', '100324.061000', '100324.064000', '100324.066000', '100324.069000', '100324.071000', '100324.074000', '100324.077000', '100324.079000', '100324.082000', '100324.084000', '100324.087000', '100324.090000', '100324.092000', '100324.095000', '100324.097000', '100324.100000', '100324.103000', '100324.105000', '100324.108000', '100324.110000', '100324.113000', '100344.002000', '100344.004000', '100344.007000', '100344.010000', '100344.013000', '100344.015000', '100344.018000', '100344.020000', '100344.023000', '100344.026000', '100344.028000', '100344.031000', '100344.033000', '100344.036000', '100344.039000', '100344.041000', '100344.044000', '100344.046000', '100344.049000', '100344.052000', '100344.054000', '100344.057000', '100344.059000', '100344.062000', '100344.065000', '100344.067000', '100344.070000', '100344.072000', '100344.075000', '100344.078000', '100344.080000', '100344.083000', '100344.086000', '100344.088000', '100344.091000', '100344.094000', '100344.096000', '100344.099000', '100344.101000', '100344.104000', '100344.107000', '100344.109000', '100344.112000', '100344.114000', '100404.002000', '100404.004000', '100404.007000', '100404.010000', '100404.012000', '100404.015000', '100404.018000', '100404.020000', '100404.023000', '100404.025000', '100404.028000', '100404.030000', '100404.033000', '100404.036000', '100404.038000', '100404.041000', '100404.043000', '100404.046000', '100404.049000', '100404.051000', '100404.054000', '100404.056000', '100404.059000', '100404.061000', '100404.064000', '100404.067000', '100404.069000', '100404.072000', '100404.075000', '100404.077000', '100404.080000', '100404.082000', '100404.085000', '100404.088000', '100404.090000', '100404.093000', '100404.095000', '100404.098000', '100404.101000', '100404.103000', '100404.106000', '100404.108000', '100404.111000', '100424.002000', '100424.005000', '100424.007000', '100424.010000', '100424.013000', '100424.015000', '100424.018000', '100424.021000', '100424.023000', '100424.026000', '100424.028000', '100424.031000', '100424.034000', '100424.036000', '100424.039000', '100424.041000', '100424.044000', '100424.047000', '100424.049000', '100424.052000', '100424.055000', '100424.057000', '100424.060000', '100424.062000', '100424.065000', '100424.068000', '100424.070000', '100424.073000', '100424.075000', '100424.078000', '100424.081000', '100424.090000', '100424.093000', '100424.095000', '100424.098000', '100424.101000', '100424.103000', '100424.106000', '100424.108000', '100424.111000', '100424.113000', '100424.116000', '100424.119000', '100424.121000', '100444.002000', '100444.004000', '100444.009000', '100444.012000', '100444.014000', '100444.017000', '100444.020000', '100444.022000', '100444.025000', '100444.027000', '100444.030000', '100444.032000', '100444.035000', '100444.038000', '100444.040000', '100444.043000', '100444.046000', '100444.048000', '100444.051000', '100444.053000', '100444.056000', '100444.059000', '100444.061000', '100444.064000', '100444.066000', '100444.069000', '100444.072000', '100444.074000', '100444.077000', '100444.079000', '100444.082000', '100444.085000', '100444.087000', '100444.090000', '100444.092000', '100444.095000', '100444.098000', '100444.100000', '100444.103000', '100444.105000', '100444.108000', '100444.111000', '100444.113000', '100504.002000', '100504.004000', '100504.007000', '100504.010000', '100504.012000', '100504.015000', '100504.017000', '100504.020000', '100504.023000', '100504.025000', '100504.028000', '100504.030000', '100504.033000', '100504.036000', '100504.039000', '100504.042000', '100504.044000', '100504.047000', '100504.049000', '100504.052000', '100504.055000', '100504.057000', '100504.060000', '100504.062000', '100504.065000', '100504.068000', '100504.070000', '100504.073000', '100504.076000', '100504.078000', '100504.081000', '100504.084000', '100504.086000', '100504.089000', '100504.091000', '100504.094000', '100504.097000', '100504.099000', '100504.102000', '100504.105000', '100504.107000', '100504.110000', '100504.113000', '100504.115000', '100524.001000', '100524.003000', '100524.006000', '100524.009000', '100524.011000', '100524.014000', '100524.017000', '100524.019000', '100524.022000', '100524.024000', '100524.027000', '100524.029000', '100524.032000', '100524.035000', '100524.037000', '100524.040000', '100524.043000', '100524.045000', '100524.048000', '100524.050000', '100524.053000', '100524.055000', '100524.058000', '100524.061000', '100524.063000', '100524.066000', '100524.068000', '100524.071000', '100524.074000', '100524.076000', '100524.079000', '100524.081000', '100524.084000', '100524.087000', '100524.089000', '100524.092000', '100524.094000', '100524.097000', '100524.100000', '100524.102000', '100524.105000', '100524.107000', '100524.110000', '100544.001000', '100544.003000', '100544.006000', '100544.009000', '100544.011000', '100544.014000', '100544.016000', '100544.019000', '100544.021000', '100544.024000', '100544.027000', '100544.029000', '100544.032000', '100544.034000', '100544.037000', '100544.040000', '100544.042000', '100544.045000', '100544.047000', '100544.050000', '100544.053000', '100544.055000', '100544.058000', '100544.060000', '100544.063000', '100544.065000', '100544.068000', '100544.071000', '100544.084000', '100544.087000', '100544.089000', '100544.092000', '100544.094000', '100544.097000', '100544.100000', '100544.102000', '100544.105000', '100544.107000', '100544.110000', '100544.112000', '100544.115000', '100544.118000', '100544.120000', '100544.123000', '100604.002000', '100604.005000', '100604.007000', '100604.010000', '100604.012000', '100604.015000', '100604.018000', '100604.020000', '100604.023000', '100604.025000', '100604.028000', '100604.031000', '100604.033000', '100604.036000', '100604.038000', '100604.041000', '100604.044000', '100604.046000', '100604.049000', '100604.051000', '100604.054000', '100604.056000', '100604.059000', '100604.062000', '100604.064000', '100604.067000', '100604.069000', '100604.072000', '100604.075000', '100604.077000', '100604.080000', '100604.082000', '100604.085000', '100604.087000', '100604.090000', '100604.099000', '100604.101000', '100604.104000', '100604.106000', '100604.109000', '100604.112000', '100604.114000', '100604.117000', '100617.530000', '100617.533000', '100617.536000', '100617.538000', '100617.541000', '100617.544000', '100617.546000', '100617.549000', '100617.552000', '100617.554000', '100617.557000', '100617.559000', '100617.562000', '100617.564000', '100617.567000', '100617.570000', '100617.572000', '100617.575000', '100617.578000', '100617.580000', '100617.583000', '100617.585000', '100617.588000', '100617.591000', '100617.593000', '100617.596000', '100617.599000', '100617.601000', '100617.604000', '100617.607000'], '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': [12853, 9093, 11219, 10042, 10169, 10918, 10927, 10946, 10587, 11242, 10048, 11132, 10772, 8818, 8485, 10302, 8080, 12872, 9811, 11568, 8776, 10727, 8247, 11198, 10119, 10934, 8757, 10847, 8290, 10110, 9536, 10453, 10056, 11039, 8746, 8530, 10918, 8392, 12753, 9486, 11484, 9635, 11369, 7787, 10336, 8006, 10433, 9487, 10435, 8751, 10917, 8195, 10575, 9935, 10838, 9161, 10246, 10632, 8907, 11578, 9075, 10977, 10268, 10378, 8632, 10808, 9280, 10377, 10341, 9904, 10136, 9662, 10905, 9937, 10600, 10384, 10169, 10368, 12421, 9581, 10954, 8400, 8991, 8376, 8659, 9214, 9890, 8605, 10023, 7635, 9423, 7522, 10109, 9083, 11682, 9208, 12892, 9015, 12260, 9444, 11404, 13770, 12570, 15224, 11300, 8927, 7828, 7621, 8945, 8460, 10074, 9423, 15251, 11623, 11450, 13745, 9537, 12000, 7736, 12791, 9779, 12885, 10342, 14846, 14216, 12140, 14356, 10381, 13410, 10031, 7904, 10508, 8934, 10737, 10470, 9609, 14156, 11792, 14197, 16724, 14917, 15739, 14811, 10980, 13888, 8346, 11134, 8045, 11286, 7597, 10734, 8583, 12398, 9935, 11384, 11891, 8397, 11056, 8301, 10108, 7958, 10827, 8320, 11827, 8090, 10891, 7515, 11779, 10634, 14640, 10110, 11979, 9416, 12017, 9651, 11183, 10291, 10220, 11276, 9370, 12454, 9934, 13254, 9962, 10198, 10072, 8884, 11543, 8443, 12211, 9880, 12263, 10189, 11642, 10139, 11515, 10154, 10945, 9500, 11319, 8372, 11464, 8134, 10089, 7884, 9384, 8621, 9534, 8826, 9714, 8940, 9153, 9097, 8341, 9238, 7986, 9314, 8411, 9664, 8223, 10610, 7964, 10924, 8702, 11688, 9325, 11385, 8908, 10575, 8592, 10819, 8317, 11254, 8655, 10743, 8825, 11883, 9798, 12323, 7953, 10821, 7809, 11574, 8298, 11809, 8379, 11809, 10069, 8760, 8646, 9901, 8424, 10398, 10703, 9183, 12703, 8835, 11017, 7342, 11144, 7788, 9287, 14962, 12655, 15886, 11709, 8450, 9439, 8819, 9456, 9170, 11036, 10042, 11943, 11034, 12586, 8754, 11260, 8376, 13537, 13011, 14956, 11632, 12564, 9103, 9771, 9837, 10260, 10814, 11133, 13428, 10707, 10891, 13900, 9516, 13835, 9537, 12022, 10358, 10863, 8963, 11118, 7694, 10795, 7466, 10229, 7674, 9082, 7910, 8974, 9928, 8679, 10348, 8200, 10909, 7953, 11155, 8038, 9936, 7804, 10119, 7986, 9037, 7569, 10294, 7623, 11336, 8461, 12730, 9046, 11842, 8726, 10617, 9354, 8467, 13949, 8820, 11281, 8246, 10346, 7220, 9554, 8282, 11478, 9398, 7556, 8932, 7600, 7286, 7428, 7999, 8820, 7774, 11900, 11387, 11992, 14021, 9793, 11150, 7091, 10483, 7452, 8878, 14087, 12485, 15869, 13764, 12457, 12443, 9289, 10208, 8293, 7234, 10111, 8493, 13179, 10115, 14531, 11039, 12186, 10936, 12578, 15429, 11811, 15897, 11743, 10616, 10246, 13796, 9203, 9438, 9009, 9578, 8809, 9338, 8933, 8966, 9266, 8784, 8821, 8684, 8937, 8331, 9223, 8465, 8845, 7512, 7501, 7133, 6840, 7810, 7479, 6859, 11810, 9570, 10317, 10242, 8534, 11040, 8289, 12625, 9354, 13490, 9905, 13042, 9824, 13082, 8998, 12043, 8654, 11249, 7916, 9993, 7612, 9315, 8332, 8593, 9071, 8358, 9094, 8137, 8071, 8406, 7452, 8350, 7603, 8145, 7455, 8642, 8698, 8750, 8998, 8067, 9151, 8310, 8648, 8402, 8438, 9734, 8169, 11262, 7406, 11120, 7509, 10701, 7931, 10119, 7922, 9240, 8744, 8865, 9668, 8250, 9484, 10910, 8472, 10292, 7182, 9218, 7870, 8940, 7112, 10430, 8175, 11781, 8333, 13539, 8255, 11922, 8763, 9444, 11634, 9364, 13665, 10022, 12033, 8279, 12318, 8301, 11325, 8029, 11361, 9183, 11180, 7966, 12798, 7756, 13142, 7956, 11095, 8681, 8960, 11769, 9142, 14243, 10790, 11970, 8973, 9933, 6903, 9950, 7179, 12230, 10184, 10247, 13414, 8091, 10758, 7626, 10199, 8216, 9039, 9809, 9600, 13168, 11125, 10763, 9467, 12379, 8045, 13177, 9323, 11983, 9462, 12155, 8353, 10528, 9181, 10009, 11462, 7173, 10148, 7383, 10786, 7575, 9520, 9577, 10263, 11056, 10720, 9417, 11354, 9779, 12693, 9998, 12786, 9798, 9681, 9159, 9365, 9549, 12086, 9017, 12590, 8834, 11552, 7605, 9616, 7591, 8012, 9833, 8370, 10837, 7687, 10399, 7493, 7823, 7281, 7882, 7310, 10258, 7265, 11693, 8244, 11378, 7884, 10150, 8677, 8866, 11718, 9116, 14022, 8953, 13321, 8342, 12537, 8283, 11579, 9051, 11353, 7664, 11239, 7596, 11289, 7865, 9349, 8194, 10071, 8755, 10686, 7684, 10562, 7194, 11072, 7537, 11886, 7950, 11478, 8587, 11573, 10219, 13319, 11133, 11441, 7926, 11581, 6925, 11635, 7925, 10181, 7833, 7155, 13263, 14366, 15129, 14153, 10175, 16128, 11760, 9764, 15975, 13287, 8894, 11365, 8413, 7630, 11160, 8988, 11145, 13199, 10262, 15358, 12635, 14022, 15754, 13399, 16220, 13321, 15313, 12276, 11246, 10995, 9903, 11320, 8817, 12471, 9095, 9834, 10130, 8575, 10566, 7969, 7932, 8047, 7304, 6893, 7587, 6984, 6958, 7895, 7618, 7596, 8321, 10773, 9121, 8618, 11686, 9301, 10430, 14532, 11837, 14382, 15584, 10927, 13012, 11805, 10985, 12271, 10973, 9662, 12787, 8999, 15588, 10011, 8616, 9337, 8954, 11480, 10156, 8512, 10017, 8567, 9678, 12421, 11025, 13220, 10729, 8382, 7585, 6673, 6767, 7333, 7627, 9278, 8629, 9399, 8256, 9630, 8391, 10933, 8858, 12945, 9638, 11932, 9356, 10173, 8403, 7792, 8895, 7997, 10761, 10228, 10004, 12997, 9770, 8686, 9457, 7863, 9644, 7688, 8300, 8337, 6861, 10634, 7598, 9452, 8349, 9125, 14888, 11826, 15138, 13057, 11979, 16990, 12544, 16292, 15906, 9723, 12808, 8637, 8189, 10127, 7867, 9890, 8725, 7536, 11845, 8293, 7089, 8654, 6992, 6952, 8816, 7175, 6638, 11164, 8509, 7045, 14333, 8837, 7552, 13857, 14146, 7974, 7128, 7803, 6790, 8387, 7420, 6885, 8301, 7913, 10579, 8432, 10969, 7900, 10567, 8034, 10377, 7970, 10080, 7505, 9406, 7518, 8335, 7123, 8387, 7187, 8551, 7587, 8463, 7827, 8191, 10610, 8181, 11924, 8161, 11645, 7732, 10830, 7557, 10398, 7404, 10545, 7424, 9819, 7511, 7980, 9394, 7775, 11405, 8723, 7654, 7755, 8118, 7254, 7053, 7237, 9079, 7762, 10063, 7689, 10920, 7913, 11373, 8960, 13190, 10370, 8103, 8231, 6964, 8244, 7571, 8729, 7854, 10409, 7695, 10305, 8317, 8360, 10661, 8673, 14974, 10765, 17328, 12509, 12407, 10018, 7955, 8942, 7896, 10124, 9631, 10940, 9351, 11022, 9389, 10749, 9956, 9912, 9560, 9237, 10893, 8950, 11483, 8828, 12022, 8910, 11470, 8700, 9548, 9901, 8575, 9381, 7364, 9245, 7197, 9698, 7075, 9933, 7679, 11210, 12248, 9830, 15146, 11435], 'WindowCenter': [4293.0, 4234.0, 4241.0, 4217.0, 4215.0, 4224.0, 4213.0, 4212.0, 4211.0, 4211.0, 4201.0, 4211.0, 4211.0, 4189.0, 4189.0, 4209.0, 4190.0, 4232.0, 4202.0, 4221.0, 4192.0, 4211.0, 4192.0, 4222.0, 4213.0, 4212.0, 4191.0, 4211.0, 4190.0, 4200.0, 4201.0, 4212.0, 4201.0, 4211.0, 4190.0, 4191.0, 4211.0, 4192.0, 4233.0, 4213.0, 4222.0, 4203.0, 4222.0, 4182.0, 4212.0, 4194.0, 4224.0, 4214.0, 4225.0, 4204.0, 4223.0, 4193.0, 4224.0, 4214.0, 4224.0, 4202.0, 4212.0, 4212.0, 4202.0, 4223.0, 4204.0, 4225.0, 4214.0, 4213.0, 4204.0, 4226.0, 4216.0, 4215.0, 4215.0, 4215.0, 4214.0, 4215.0, 4225.0, 4215.0, 4225.0, 4215.0, 4225.0, 4215.0, 4236.0, 4213.0, 4213.0, 4192.0, 4202.0, 4192.0, 4203.0, 4215.0, 4226.0, 4206.0, 4228.0, 4208.0, 4216.0, 4208.0, 4238.0, 4230.0, 4250.0, 4229.0, 4248.0, 4220.0, 4250.0, 4229.0, 4251.0, 4263.0, 4252.0, 4272.0, 4238.0, 4206.0, 4195.0, 4195.0, 4206.0, 4208.0, 4228.0, 4219.0, 4272.0, 4240.0, 4240.0, 4261.0, 4217.0, 4235.0, 4184.0, 4222.0, 4203.0, 4223.0, 4204.0, 4246.0, 4234.0, 4211.0, 4221.0, 4187.0, 4205.0, 4188.0, 4154.0, 4184.0, 4174.0, 4195.0, 4184.0, 4174.0, 4216.0, 4196.0, 4207.0, 4219.0, 4207.0, 4215.0, 4203.0, 4170.0, 4190.0, 4138.0, 4167.0, 4137.0, 4167.0, 4138.0, 4168.0, 4150.0, 4190.0, 4171.0, 4182.0, 4180.0, 4148.0, 4167.0, 4137.0, 4156.0, 4138.0, 4170.0, 4150.0, 4193.0, 4166.0, 4183.0, 4143.0, 4193.0, 4183.0, 4203.0, 4172.0, 4182.0, 4161.0, 4181.0, 4162.0, 4182.0, 4171.0, 4171.0, 4182.0, 4163.0, 4192.0, 4161.0, 4191.0, 4160.0, 4159.0, 4158.0, 4148.0, 4179.0, 4138.0, 4179.0, 4159.0, 4179.0, 4170.0, 4181.0, 4170.0, 4180.0, 4171.0, 4170.0, 4171.0, 4182.0, 4152.0, 4192.0, 4153.0, 4184.0, 4166.0, 4176.0, 4176.0, 4188.0, 4189.0, 4201.0, 4191.0, 4192.0, 4190.0, 4180.0, 4201.0, 4182.0, 4203.0, 4194.0, 4204.0, 4206.0, 4226.0, 4197.0, 4227.0, 4207.0, 4237.0, 4218.0, 4227.0, 4206.0, 4216.0, 4206.0, 4215.0, 4194.0, 4225.0, 4205.0, 4225.0, 4219.0, 4236.0, 4217.0, 4236.0, 4196.0, 4226.0, 4197.0, 4226.0, 4207.0, 4240.0, 4210.0, 4251.0, 4229.0, 4207.0, 4207.0, 4227.0, 4209.0, 4241.0, 4241.0, 4232.0, 4264.0, 4221.0, 4239.0, 4211.0, 4253.0, 4210.0, 4231.0, 4275.0, 4265.0, 4285.0, 4252.0, 4209.0, 4219.0, 4218.0, 4229.0, 4233.0, 4243.0, 4243.0, 4240.0, 4229.0, 4252.0, 4208.0, 4225.0, 4195.0, 4235.0, 4234.0, 4243.0, 4211.0, 4209.0, 4178.0, 4187.0, 4186.0, 4186.0, 4197.0, 4196.0, 4207.0, 4183.0, 4183.0, 4192.0, 4159.0, 4190.0, 4158.0, 4179.0, 4170.0, 4169.0, 4148.0, 4179.0, 4149.0, 4180.0, 4140.0, 4170.0, 4138.0, 4160.0, 4138.0, 4160.0, 4171.0, 4161.0, 4183.0, 4163.0, 4194.0, 4166.0, 4194.0, 4167.0, 4187.0, 4169.0, 4200.0, 4179.0, 4190.0, 4181.0, 4213.0, 4183.0, 4225.0, 4195.0, 4236.0, 4205.0, 4223.0, 4192.0, 4212.0, 4191.0, 4180.0, 4232.0, 4190.0, 4210.0, 4179.0, 4201.0, 4169.0, 4200.0, 4193.0, 4223.0, 4203.0, 4194.0, 4204.0, 4208.0, 4197.0, 4196.0, 4207.0, 4217.0, 4209.0, 4251.0, 4253.0, 4254.0, 4264.0, 4231.0, 4239.0, 4187.0, 4216.0, 4200.0, 4205.0, 4248.0, 4250.0, 4273.0, 4252.0, 4242.0, 4227.0, 4192.0, 4200.0, 4168.0, 4156.0, 4186.0, 4165.0, 4206.0, 4188.0, 4220.0, 4187.0, 4195.0, 4185.0, 4193.0, 4206.0, 4182.0, 4200.0, 4168.0, 4156.0, 4146.0, 4176.0, 4132.0, 4133.0, 4131.0, 4131.0, 4133.0, 4132.0, 4131.0, 4131.0, 4131.0, 4120.0, 4132.0, 4131.0, 4131.0, 4134.0, 4146.0, 4135.0, 4147.0, 4125.0, 4138.0, 4139.0, 4142.0, 4165.0, 4167.0, 4158.0, 4224.0, 4205.0, 4215.0, 4200.0, 4179.0, 4198.0, 4170.0, 4210.0, 4191.0, 4222.0, 4191.0, 4221.0, 4190.0, 4209.0, 4178.0, 4197.0, 4166.0, 4186.0, 4165.0, 4175.0, 4154.0, 4176.0, 4166.0, 4175.0, 4175.0, 4176.0, 4176.0, 4178.0, 4178.0, 4178.0, 4169.0, 4181.0, 4180.0, 4181.0, 4182.0, 4203.0, 4193.0, 4194.0, 4206.0, 4198.0, 4205.0, 4193.0, 4193.0, 4194.0, 4194.0, 4216.0, 4208.0, 4226.0, 4186.0, 4225.0, 4185.0, 4227.0, 4196.0, 4216.0, 4196.0, 4216.0, 4207.0, 4208.0, 4218.0, 4207.0, 4217.0, 4227.0, 4194.0, 4215.0, 4185.0, 4204.0, 4208.0, 4218.0, 4201.0, 4241.0, 4234.0, 4253.0, 4224.0, 4263.0, 4210.0, 4250.0, 4209.0, 4220.0, 4240.0, 4220.0, 4263.0, 4230.0, 4240.0, 4209.0, 4237.0, 4207.0, 4237.0, 4208.0, 4238.0, 4219.0, 4238.0, 4209.0, 4263.0, 4199.0, 4248.0, 4208.0, 4228.0, 4207.0, 4208.0, 4240.0, 4219.0, 4261.0, 4228.0, 4238.0, 4221.0, 4257.0, 4202.0, 4204.0, 4188.0, 4255.0, 4220.0, 4219.0, 4239.0, 4184.0, 4204.0, 4172.0, 4193.0, 4172.0, 4183.0, 4192.0, 4193.0, 4225.0, 4204.0, 4203.0, 4192.0, 4211.0, 4169.0, 4209.0, 4178.0, 4200.0, 4175.0, 4208.0, 4164.0, 4182.0, 4188.0, 4198.0, 4208.0, 4155.0, 4186.0, 4156.0, 4198.0, 4180.0, 4201.0, 4203.0, 4214.0, 4224.0, 4212.0, 4191.0, 4200.0, 4188.0, 4208.0, 4188.0, 4207.0, 4187.0, 4175.0, 4175.0, 4175.0, 4186.0, 4206.0, 4176.0, 4206.0, 4175.0, 4196.0, 4155.0, 4174.0, 4154.0, 4166.0, 4186.0, 4166.0, 4196.0, 4169.0, 4209.0, 4170.0, 4179.0, 4181.0, 4192.0, 4184.0, 4216.0, 4186.0, 4236.0, 4207.0, 4237.0, 4197.0, 4216.0, 4205.0, 4206.0, 4236.0, 4206.0, 4247.0, 4204.0, 4235.0, 4194.0, 4235.0, 4206.0, 4236.0, 4205.0, 4224.0, 4195.0, 4224.0, 4195.0, 4225.0, 4195.0, 4216.0, 4209.0, 4228.0, 4207.0, 4227.0, 4197.0, 4226.0, 4197.0, 4239.0, 4210.0, 4251.0, 4223.0, 4265.0, 4221.0, 4251.0, 4243.0, 4261.0, 4253.0, 4251.0, 4211.0, 4240.0, 4201.0, 4253.0, 4239.0, 4271.0, 4227.0, 4201.0, 4263.0, 4274.0, 4274.0, 4251.0, 4215.0, 4246.0, 4212.0, 4192.0, 4244.0, 4219.0, 4164.0, 4193.0, 4162.0, 4151.0, 4205.0, 4189.0, 4210.0, 4207.0, 4185.0, 4228.0, 4208.0, 4217.0, 4228.0, 4206.0, 4216.0, 4191.0, 4188.0, 4164.0, 4141.0, 4140.0, 4128.0, 4138.0, 4130.0, 4159.0, 4130.0, 4138.0, 4141.0, 4130.0, 4153.0, 4132.0, 4145.0, 4162.0, 4152.0, 4166.0, 4179.0, 4185.0, 4182.0, 4164.0, 4151.0, 4138.0, 4149.0, 4182.0, 4173.0, 4146.0, 4189.0, 4184.0, 4195.0, 4229.0, 4220.0, 4229.0, 4238.0, 4205.0, 4213.0, 4190.0, 4165.0, 4164.0, 4164.0, 4142.0, 4174.0, 4142.0, 4194.0, 4167.0, 4143.0, 4155.0, 4153.0, 4172.0, 4152.0, 4130.0, 4152.0, 4156.0, 4170.0, 4189.0, 4180.0, 4201.0, 4179.0, 4159.0, 4148.0, 4138.0, 4139.0, 4151.0, 4151.0, 4172.0, 4175.0, 4184.0, 4163.0, 4183.0, 4162.0, 4193.0, 4174.0, 4203.0, 4172.0, 4204.0, 4186.0, 4183.0, 4176.0, 4165.0, 4174.0, 4163.0, 4182.0, 4195.0, 4185.0, 4204.0, 4183.0, 4162.0, 4172.0, 4162.0, 4184.0, 4154.0, 4175.0, 4175.0, 4160.0, 4213.0, 4197.0, 4227.0, 4193.0, 4190.0, 4232.0, 4208.0, 4201.0, 4180.0, 4154.0, 4185.0, 4167.0, 4197.0, 4197.0, 4144.0, 4174.0, 4144.0, 4144.0, 4166.0, 4135.0, 4165.0, 4145.0, 4135.0, 4185.0, 4130.0, 4096.0, 4114.0, 4095.0, 4095.0, 4115.0, 4108.0, 4110.0, 4162.0, 4131.0, 4110.0, 4171.0, 4127.0, 4118.0, 4171.0, 4183.0, 4117.0, 4106.0, 4106.0, 4109.0, 4130.0, 4133.0, 4135.0, 4145.0, 4146.0, 4176.0, 4144.0, 4165.0, 4144.0, 4164.0, 4144.0, 4164.0, 4144.0, 4164.0, 4134.0, 4155.0, 4135.0, 4145.0, 4136.0, 4157.0, 4136.0, 4158.0, 4148.0, 4160.0, 4160.0, 4161.0, 4181.0, 4161.0, 4202.0, 4172.0, 4202.0, 4163.0, 4192.0, 4164.0, 4194.0, 4164.0, 4194.0, 4165.0, 4195.0, 4165.0, 4176.0, 4196.0, 4177.0, 4219.0, 4188.0, 4176.0, 4178.0, 4176.0, 4177.0, 4168.0, 4180.0, 4202.0, 4191.0, 4211.0, 4192.0, 4237.0, 4194.0, 4233.0, 4204.0, 4245.0, 4224.0, 4204.0, 4203.0, 4169.0, 4190.0, 4180.0, 4191.0, 4193.0, 4212.0, 4182.0, 4213.0, 4203.0, 4193.0, 4223.0, 4203.0, 4255.0, 4223.0, 4264.0, 4233.0, 4231.0, 4199.0, 4178.0, 4188.0, 4177.0, 4211.0, 4188.0, 4208.0, 4187.0, 4208.0, 4187.0, 4207.0, 4196.0, 4185.0, 4185.0, 4184.0, 4195.0, 4174.0, 4205.0, 4175.0, 4205.0, 4175.0, 4205.0, 4174.0, 4185.0, 4196.0, 4174.0, 4184.0, 4152.0, 4185.0, 4156.0, 4197.0, 4169.0, 4209.0, 4179.0, 4221.0, 4232.0, 4200.0, 4241.0, 4219.0], 'WindowWidth': [9495.0, 9396.0, 9396.0, 9358.0, 9350.0, 9362.0, 9343.0, 9340.0, 9338.0, 9337.0, 9324.0, 9339.0, 9337.0, 9304.0, 9305.0, 9332.0, 9309.0, 9368.0, 9327.0, 9351.0, 9313.0, 9337.0, 9313.0, 9355.0, 9344.0, 9341.0, 9312.0, 9337.0, 9307.0, 9321.0, 9323.0, 9339.0, 9325.0, 9339.0, 9309.0, 9311.0, 9336.0, 9313.0, 9371.0, 9344.0, 9355.0, 9329.0, 9354.0, 9302.0, 9342.0, 9320.0, 9360.0, 9348.0, 9361.0, 9333.0, 9357.0, 9317.0, 9360.0, 9348.0, 9360.0, 9328.0, 9341.0, 9341.0, 9327.0, 9358.0, 9334.0, 9361.0, 9346.0, 9345.0, 9333.0, 9366.0, 9353.0, 9350.0, 9349.0, 9348.0, 9346.0, 9348.0, 9364.0, 9349.0, 9363.0, 9349.0, 9362.0, 9352.0, 9381.0, 9343.0, 9345.0, 9313.0, 9327.0, 9314.0, 9332.0, 9351.0, 9366.0, 9341.0, 9375.0, 9346.0, 9355.0, 9348.0, 9388.0, 9380.0, 9406.0, 9375.0, 9402.0, 9365.0, 9405.0, 9374.0, 9409.0, 9433.0, 9412.0, 9441.0, 9385.0, 9337.0, 9322.0, 9323.0, 9336.0, 9344.0, 9370.0, 9361.0, 9437.0, 9392.0, 9389.0, 9420.0, 9353.0, 9375.0, 9303.0, 9352.0, 9327.0, 9358.0, 9331.0, 9396.0, 9376.0, 9333.0, 9352.0, 9296.0, 9319.0, 9295.0, 9244.0, 9284.0, 9274.0, 9303.0, 9286.0, 9271.0, 9335.0, 9307.0, 9325.0, 9351.0, 9325.0, 9336.0, 9314.0, 9260.0, 9290.0, 9213.0, 9250.0, 9210.0, 9249.0, 9214.0, 9254.0, 9232.0, 9287.0, 9262.0, 9278.0, 9272.0, 9226.0, 9252.0, 9210.0, 9234.0, 9213.0, 9259.0, 9234.0, 9296.0, 9263.0, 9281.0, 9229.0, 9296.0, 9283.0, 9310.0, 9264.0, 9276.0, 9250.0, 9275.0, 9250.0, 9277.0, 9262.0, 9263.0, 9278.0, 9252.0, 9295.0, 9249.0, 9291.0, 9246.0, 9244.0, 9241.0, 9226.0, 9269.0, 9213.0, 9271.0, 9244.0, 9272.0, 9259.0, 9274.0, 9260.0, 9273.0, 9262.0, 9261.0, 9263.0, 9278.0, 9240.0, 9294.0, 9244.0, 9286.0, 9264.0, 9279.0, 9281.0, 9297.0, 9301.0, 9319.0, 9306.0, 9306.0, 9304.0, 9292.0, 9319.0, 9296.0, 9325.0, 9318.0, 9330.0, 9335.0, 9362.0, 9325.0, 9365.0, 9339.0, 9379.0, 9353.0, 9365.0, 9336.0, 9348.0, 9335.0, 9347.0, 9316.0, 9358.0, 9332.0, 9360.0, 9356.0, 9378.0, 9351.0, 9375.0, 9322.0, 9362.0, 9324.0, 9364.0, 9340.0, 9387.0, 9348.0, 9404.0, 9373.0, 9339.0, 9339.0, 9366.0, 9346.0, 9392.0, 9392.0, 9379.0, 9429.0, 9365.0, 9385.0, 9352.0, 9409.0, 9350.0, 9378.0, 9445.0, 9432.0, 9462.0, 9409.0, 9344.0, 9359.0, 9354.0, 9374.0, 9385.0, 9398.0, 9398.0, 9392.0, 9373.0, 9415.0, 9345.0, 9362.0, 9321.0, 9378.0, 9373.0, 9388.0, 9337.0, 9332.0, 9285.0, 9295.0, 9293.0, 9293.0, 9308.0, 9307.0, 9327.0, 9285.0, 9282.0, 9297.0, 9244.0, 9289.0, 9242.0, 9271.0, 9260.0, 9258.0, 9228.0, 9272.0, 9234.0, 9275.0, 9223.0, 9260.0, 9217.0, 9246.0, 9217.0, 9248.0, 9264.0, 9252.0, 9282.0, 9258.0, 9301.0, 9265.0, 9302.0, 9268.0, 9296.0, 9275.0, 9317.0, 9291.0, 9306.0, 9294.0, 9339.0, 9301.0, 9359.0, 9320.0, 9375.0, 9333.0, 9355.0, 9312.0, 9338.0, 9309.0, 9292.0, 9368.0, 9304.0, 9331.0, 9290.0, 9319.0, 9275.0, 9319.0, 9313.0, 9353.0, 9328.0, 9318.0, 9332.0, 9344.0, 9328.0, 9327.0, 9341.0, 9356.0, 9346.0, 9407.0, 9411.0, 9412.0, 9430.0, 9377.0, 9384.0, 9311.0, 9348.0, 9332.0, 9330.0, 9395.0, 9403.0, 9446.0, 9411.0, 9392.0, 9362.0, 9306.0, 9316.0, 9269.0, 9249.0, 9290.0, 9258.0, 9318.0, 9294.0, 9345.0, 9294.0, 9301.0, 9285.0, 9294.0, 9323.0, 9280.0, 9303.0, 9249.0, 9233.0, 9217.0, 9259.0, 9195.0, 9195.0, 9192.0, 9192.0, 9195.0, 9193.0, 9191.0, 9189.0, 9190.0, 9175.0, 9195.0, 9192.0, 9192.0, 9199.0, 9219.0, 9206.0, 9222.0, 9193.0, 9214.0, 9219.0, 9229.0, 9263.0, 9271.0, 9260.0, 9354.0, 9331.0, 9344.0, 9314.0, 9283.0, 9310.0, 9273.0, 9330.0, 9306.0, 9350.0, 9306.0, 9347.0, 9302.0, 9329.0, 9284.0, 9310.0, 9264.0, 9291.0, 9262.0, 9274.0, 9247.0, 9277.0, 9263.0, 9276.0, 9277.0, 9279.0, 9280.0, 9285.0, 9284.0, 9285.0, 9274.0, 9291.0, 9291.0, 9295.0, 9298.0, 9327.0, 9314.0, 9315.0, 9337.0, 9327.0, 9331.0, 9314.0, 9315.0, 9315.0, 9319.0, 9351.0, 9343.0, 9364.0, 9310.0, 9359.0, 9308.0, 9363.0, 9323.0, 9350.0, 9323.0, 9350.0, 9337.0, 9341.0, 9355.0, 9341.0, 9352.0, 9365.0, 9317.0, 9347.0, 9306.0, 9331.0, 9341.0, 9356.0, 9340.0, 9395.0, 9390.0, 9411.0, 9372.0, 9424.0, 9350.0, 9403.0, 9345.0, 9360.0, 9391.0, 9361.0, 9429.0, 9374.0, 9389.0, 9343.0, 9382.0, 9340.0, 9379.0, 9343.0, 9384.0, 9360.0, 9384.0, 9346.0, 9424.0, 9334.0, 9394.0, 9343.0, 9368.0, 9338.0, 9341.0, 9389.0, 9360.0, 9419.0, 9369.0, 9383.0, 9366.0, 9426.0, 9340.0, 9325.0, 9311.0, 9409.0, 9355.0, 9352.0, 9381.0, 9298.0, 9323.0, 9279.0, 9307.0, 9276.0, 9293.0, 9304.0, 9305.0, 9355.0, 9325.0, 9320.0, 9303.0, 9333.0, 9269.0, 9325.0, 9280.0, 9311.0, 9272.0, 9324.0, 9261.0, 9281.0, 9297.0, 9313.0, 9326.0, 9252.0, 9293.0, 9254.0, 9313.0, 9294.0, 9323.0, 9330.0, 9343.0, 9357.0, 9340.0, 9307.0, 9320.0, 9299.0, 9329.0, 9299.0, 9325.0, 9295.0, 9278.0, 9276.0, 9278.0, 9293.0, 9322.0, 9279.0, 9320.0, 9276.0, 9303.0, 9249.0, 9273.0, 9246.0, 9266.0, 9291.0, 9265.0, 9305.0, 9274.0, 9331.0, 9279.0, 9291.0, 9295.0, 9312.0, 9304.0, 9349.0, 9310.0, 9378.0, 9339.0, 9378.0, 9325.0, 9349.0, 9333.0, 9334.0, 9378.0, 9335.0, 9391.0, 9329.0, 9374.0, 9316.0, 9372.0, 9339.0, 9376.0, 9335.0, 9357.0, 9320.0, 9357.0, 9321.0, 9361.0, 9322.0, 9349.0, 9346.0, 9369.0, 9340.0, 9366.0, 9327.0, 9365.0, 9329.0, 9386.0, 9350.0, 9405.0, 9370.0, 9433.0, 9368.0, 9407.0, 9396.0, 9422.0, 9412.0, 9407.0, 9351.0, 9389.0, 9340.0, 9409.0, 9405.0, 9450.0, 9385.0, 9340.0, 9427.0, 9446.0, 9447.0, 9408.0, 9345.0, 9391.0, 9336.0, 9306.0, 9383.0, 9341.0, 9257.0, 9296.0, 9253.0, 9239.0, 9318.0, 9305.0, 9334.0, 9325.0, 9291.0, 9359.0, 9329.0, 9341.0, 9361.0, 9323.0, 9343.0, 9296.0, 9287.0, 9244.0, 9206.0, 9208.0, 9186.0, 9201.0, 9191.0, 9231.0, 9192.0, 9200.0, 9208.0, 9192.0, 9228.0, 9200.0, 9224.0, 9260.0, 9246.0, 9273.0, 9292.0, 9314.0, 9303.0, 9264.0, 9242.0, 9216.0, 9232.0, 9280.0, 9269.0, 9223.0, 9287.0, 9292.0, 9310.0, 9367.0, 9354.0, 9366.0, 9381.0, 9326.0, 9334.0, 9291.0, 9247.0, 9245.0, 9243.0, 9210.0, 9257.0, 9213.0, 9289.0, 9257.0, 9216.0, 9238.0, 9231.0, 9256.0, 9226.0, 9194.0, 9229.0, 9239.0, 9262.0, 9289.0, 9281.0, 9311.0, 9278.0, 9254.0, 9232.0, 9220.0, 9221.0, 9241.0, 9241.0, 9270.0, 9279.0, 9288.0, 9258.0, 9286.0, 9254.0, 9299.0, 9275.0, 9315.0, 9268.0, 9316.0, 9295.0, 9288.0, 9284.0, 9266.0, 9274.0, 9259.0, 9282.0, 9304.0, 9288.0, 9315.0, 9284.0, 9255.0, 9268.0, 9256.0, 9289.0, 9248.0, 9279.0, 9279.0, 9264.0, 9339.0, 9328.0, 9369.0, 9315.0, 9305.0, 9364.0, 9322.0, 9305.0, 9271.0, 9224.0, 9275.0, 9250.0, 9292.0, 9292.0, 9217.0, 9260.0, 9222.0, 9222.0, 9256.0, 9214.0, 9255.0, 9228.0, 9214.0, 9281.0, 9199.0, 9139.0, 9162.0, 9140.0, 9137.0, 9164.0, 9163.0, 9169.0, 9238.0, 9193.0, 9164.0, 9249.0, 9184.0, 9174.0, 9251.0, 9273.0, 9172.0, 9155.0, 9155.0, 9167.0, 9196.0, 9204.0, 9210.0, 9225.0, 9225.0, 9266.0, 9220.0, 9251.0, 9221.0, 9247.0, 9222.0, 9248.0, 9219.0, 9248.0, 9209.0, 9239.0, 9211.0, 9226.0, 9213.0, 9243.0, 9215.0, 9247.0, 9234.0, 9252.0, 9253.0, 9256.0, 9282.0, 9256.0, 9312.0, 9272.0, 9314.0, 9261.0, 9300.0, 9265.0, 9304.0, 9267.0, 9307.0, 9268.0, 9310.0, 9268.0, 9284.0, 9310.0, 9288.0, 9348.0, 9305.0, 9286.0, 9292.0, 9286.0, 9288.0, 9278.0, 9300.0, 9329.0, 9315.0, 9341.0, 9316.0, 9385.0, 9321.0, 9374.0, 9335.0, 9391.0, 9361.0, 9336.0, 9332.0, 9281.0, 9310.0, 9296.0, 9311.0, 9315.0, 9340.0, 9302.0, 9344.0, 9331.0, 9317.0, 9358.0, 9330.0, 9404.0, 9359.0, 9420.0, 9370.0, 9365.0, 9319.0, 9288.0, 9301.0, 9285.0, 9339.0, 9302.0, 9328.0, 9299.0, 9329.0, 9298.0, 9325.0, 9309.0, 9294.0, 9293.0, 9291.0, 9306.0, 9276.0, 9320.0, 9279.0, 9321.0, 9278.0, 9319.0, 9278.0, 9294.0, 9309.0, 9275.0, 9290.0, 9246.0, 9294.0, 9257.0, 9312.0, 9282.0, 9333.0, 9295.0, 9353.0, 9369.0, 9322.0, 9385.0, 9346.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.01542065075921909</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08915806355748374</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.04884198799135</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1790611910314879</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.10424787718784</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3776.1826</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1349091088505798</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.462039045553144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5726925274656876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4526162142523456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7467651163301983</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.51869625181452</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0227989</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00018321389507036656</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02322276681661606</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>922</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.36777766429216</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>12.3879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.2372</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.3941</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292228.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1111.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.439</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8817</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.5771</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3376.605</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84316.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1492.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4351.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.6681</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.830843973672017</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> |