=== 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-0033 --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-0033",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0033_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0033_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0033_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bb59a83a7860eac4cfa8d8697a47d968</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:19:44.670000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0175943, 0.0453215, -0.0118548, 0.99222, -0.123929]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.837798</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7249, 401, -33, -43, -31, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>971dedf6-e91c-4d33-8068-a155af16a657||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797542572021484, -0.03180546313524246, 0.1273033618927002, 109.80828094482422], [-0.04720412939786911, 2.6620545387268066, -0.33276134729385376, -81.04300689697266], [0.1215943992137909, 0.33249181509017944, 2.6763901710510254, -82.84429168701172], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['111944.670000', '111945.130000', '111945.590000', '111946.050000', '111946.510000', '111946.970000', '111947.430000', '111947.890000', '111948.350000', '111948.810000', '111949.270000', '111949.730000', '111950.190000', '111950.650000', '111951.110000', '111951.570000', '111952.030000', '111952.490000', '111952.950000', '111953.410000', '111953.870000', '111954.330000', '111954.790000', '111955.250000', '111955.710000', '111956.170000', '111956.630000', '111957.090000', '111957.550000', '111958.010000', '111958.470000', '111958.930000', '111959.390000', '111959.850000', '112000.310000', '112000.770000', '112001.230000', '112001.690000', '112002.150000', '112002.610000', '112003.070000', '112003.530000', '112003.990000', '112004.450000', '112004.910000', '112005.370000', '112005.830000', '112006.290000', '112006.750000', '112007.210000', '112007.670000', '112008.130000', '112008.590000', '112009.050000', '112009.510000', '112009.970000', '112010.430000', '112010.890000', '112011.350000', '112011.810000', '112012.270000', '112012.730000', '112013.190000', '112013.650000', '112014.110000', '112014.570000', '112015.030000', '112015.490000', '112015.950000', '112016.410000', '112016.870000', '112017.330000', '112017.790000', '112018.250000', '112018.710000', '112019.170000', '112019.630000', '112020.090000', '112020.550000', '112021.010000', '112021.470000', '112021.930000', '112022.390000', '112022.850000', '112023.310000', '112023.770000', '112024.230000', '112024.690000', '112025.150000', '112025.610000', '112026.070000', '112026.530000', '112026.990000', '112027.450000', '112027.910000', '112028.370000', '112028.830000', '112029.290000', '112029.750000', '112030.210000', '112030.670000', '112031.130000', '112031.590000', '112032.050000', '112032.510000', '112032.970000', '112033.430000', '112033.890000', '112034.350000', '112034.810000', '112035.270000', '112035.730000', '112036.190000', '112036.650000', '112037.110000', '112037.570000', '112038.030000', '112038.490000', '112038.950000', '112039.410000', '112039.870000', '112040.330000', '112040.790000', '112041.250000', '112041.710000', '112042.170000', '112042.630000', '112043.090000', '112043.550000', '112044.010000', '112044.470000', '112044.930000', '112045.390000', '112045.850000', '112046.310000', '112046.770000', '112047.230000', '112047.690000', '112048.150000', '112048.610000', '112049.070000', '112049.530000', '112049.990000', '112050.450000', '112050.910000', '112051.370000', '112051.830000', '112052.290000', '112052.750000', '112053.210000', '112053.670000', '112054.130000', '112054.590000', '112055.050000', '112055.510000', '112055.970000', '112056.430000', '112056.890000', '112057.350000', '112057.810000', '112058.270000', '112058.730000', '112059.190000', '112059.650000', '112100.110000', '112100.570000', '112101.030000', '112101.490000', '112101.950000', '112102.410000', '112102.870000', '112103.330000', '112103.790000', '112104.250000', '112104.710000', '112105.170000', '112105.630000', '112106.090000', '112106.550000', '112107.010000', '112107.470000', '112107.930000', '112108.390000', '112108.850000', '112109.310000', '112109.770000', '112110.230000', '112110.690000', '112111.150000', '112111.610000', '112112.070000', '112112.530000', '112112.990000', '112113.450000', '112113.910000', '112114.370000', '112114.830000', '112115.290000', '112115.750000', '112116.210000', '112116.670000', '112117.130000', '112117.590000', '112118.050000', '112118.510000', '112118.970000', '112119.430000', '112119.890000', '112120.350000', '112120.810000', '112121.270000', '112121.730000', '112122.190000', '112122.650000', '112123.110000', '112123.570000', '112124.030000', '112124.490000', '112124.950000', '112125.410000', '112125.870000', '112126.330000', '112126.790000', '112127.250000', '112127.710000', '112128.170000', '112128.630000', '112129.090000', '112129.550000', '112130.010000', '112130.470000', '112130.930000', '112131.390000', '112131.850000', '112132.310000', '112132.770000', '112133.230000', '112133.690000', '112134.150000', '112134.610000', '112135.070000', '112135.530000', '112135.990000', '112136.450000', '112136.910000', '112137.370000', '112137.830000', '112138.290000', '112138.750000', '112139.210000', '112139.670000', '112140.130000', '112140.590000', '112141.050000', '112141.510000', '112141.970000', '112142.430000', '112142.890000', '112143.350000', '112143.810000', '112144.270000', '112144.730000', '112145.190000', '112145.650000', '112146.110000', '112146.570000', '112147.030000', '112147.490000', '112147.950000', '112148.410000', '112148.870000', '112149.330000', '112149.790000', '112150.250000', '112150.710000', '112151.170000', '112151.630000', '112152.090000', '112152.550000', '112153.010000', '112153.470000', '112153.930000', '112154.390000', '112154.850000', '112155.310000', '112155.770000', '112156.230000', '112156.690000', '112157.150000', '112157.610000', '112158.070000', '112158.530000', '112158.990000', '112159.450000', '112159.910000', '112200.370000', '112200.830000', '112201.290000', '112201.750000', '112202.210000', '112202.670000', '112203.130000', '112203.590000', '112204.050000', '112204.510000', '112204.970000', '112205.430000', '112205.890000', '112206.350000', '112206.810000', '112207.270000', '112207.730000', '112208.190000', '112208.650000', '112209.110000', '112209.570000', '112210.030000', '112210.490000', '112210.950000', '112211.410000', '112211.870000', '112212.330000', '112212.790000', '112213.250000', '112213.710000', '112214.170000', '112214.630000', '112215.090000', '112215.550000', '112216.010000', '112216.470000', '112216.930000', '112217.390000', '112217.850000', '112218.310000', '112218.770000', '112219.230000', '112219.690000', '112220.150000', '112220.610000', '112221.070000', '112221.530000', '112221.990000', '112222.450000', '112222.910000', '112223.370000', '112223.830000', '112224.290000', '112224.750000', '112225.210000', '112225.670000', '112226.130000', '112226.590000', '112227.050000', '112227.510000', '112227.970000', '112228.430000', '112228.890000', '112229.350000', '112229.810000', '112230.270000', '112230.730000', '112231.190000', '112231.650000', '112232.110000', '112232.570000', '112233.030000', '112233.490000', '112233.950000', '112234.410000', '112234.870000', '112235.330000', '112235.790000', '112236.250000', '112236.710000', '112237.170000', '112237.630000', '112238.090000', '112238.550000', '112239.010000', '112239.470000', '112239.930000', '112240.390000', '112240.850000', '112241.310000', '112241.770000', '112242.230000', '112242.690000', '112243.150000', '112243.610000', '112244.070000', '112244.530000', '112244.990000', '112245.450000', '112245.910000', '112246.370000', '112246.830000', '112247.290000', '112247.750000', '112248.210000', '112248.670000', '112249.130000', '112249.590000', '112250.050000', '112250.510000', '112250.970000', '112251.430000', '112251.890000', '112252.350000', '112252.810000', '112253.270000', '112253.730000', '112254.190000', '112254.650000', '112255.110000', '112255.570000', '112256.030000', '112256.490000', '112256.950000', '112257.410000', '112257.870000', '112258.330000', '112258.790000', '112259.250000', '112259.710000', '112300.170000', '112300.630000', '112301.090000', '112301.550000', '112302.010000', '112302.470000', '112302.930000', '112303.390000', '112303.850000', '112304.310000', '112304.770000', '112305.230000', '112305.690000', '112306.150000', '112306.610000', '112307.070000', '112307.530000', '112307.990000', '112308.450000', '112308.910000', '112309.370000', '112309.830000', '112310.290000', '112310.750000', '112311.210000', '112311.670000', '112312.130000', '112312.590000', '112313.050000', '112313.510000', '112313.970000', '112314.430000', '112314.890000', '112315.350000', '112315.810000', '112316.270000', '112316.730000', '112317.190000', '112317.650000', '112318.110000', '112318.570000', '112319.030000', '112319.490000', '112319.950000', '112320.410000', '112320.870000', '112321.330000', '112321.790000', '112322.250000', '112322.710000', '112323.170000', '112323.630000', '112324.090000', '112324.550000', '112325.010000', '112325.470000', '112325.930000', '112326.390000', '112326.850000', '112327.310000', '112327.770000', '112328.230000', '112328.690000', '112329.150000', '112329.610000', '112330.070000', '112330.530000', '112330.990000', '112331.450000', '112331.910000', '112332.370000', '112332.830000', '112333.290000', '112333.750000', '112334.210000', '112334.670000', '112335.130000', '112335.590000', '112336.050000', '112336.510000', '112336.970000', '112337.430000', '112337.890000', '112338.350000', '112338.810000', '112339.270000', '112339.730000', '112340.190000', '112340.650000', '112341.110000', '112341.570000', '112342.030000', '112342.490000', '112342.950000', '112343.410000', '112343.870000', '112344.330000', '112344.790000', '112345.250000', '112345.710000', '112346.170000', '112346.630000', '112347.090000', '112347.550000', '112348.010000', '112348.470000', '112348.930000', '112349.390000', '112349.850000', '112350.310000', '112350.770000', '112351.230000', '112351.690000', '112352.150000', '112352.610000', '112353.070000', '112353.530000', '112353.990000', '112354.450000', '112354.910000', '112355.370000', '112355.830000', '112356.290000', '112356.750000', '112357.210000', '112357.670000', '112358.130000', '112358.590000', '112359.050000', '112359.510000', '112359.970000', '112400.430000', '112400.890000', '112401.350000', '112401.810000', '112402.270000', '112402.730000', '112403.190000', '112403.650000', '112404.110000', '112404.570000', '112405.030000', '112405.490000', '112405.950000', '112406.410000', '112406.870000', '112407.330000', '112407.790000', '112408.250000', '112408.710000', '112409.170000', '112409.630000', '112410.090000', '112410.550000', '112411.010000', '112411.470000', '112411.930000', '112412.390000', '112412.850000', '112413.310000', '112413.770000', '112414.230000', '112414.690000', '112415.150000', '112415.610000', '112416.070000', '112416.530000', '112416.990000', '112417.450000', '112417.910000', '112418.370000', '112418.830000', '112419.290000', '112419.750000', '112420.210000', '112420.670000', '112421.130000', '112421.590000', '112422.050000', '112422.510000', '112422.970000', '112423.430000', '112423.890000', '112424.350000', '112424.810000', '112425.270000', '112425.730000', '112426.190000', '112426.650000', '112427.110000', '112427.570000', '112428.030000', '112428.490000', '112428.950000', '112429.410000', '112429.870000', '112430.330000', '112430.790000', '112431.250000', '112431.710000', '112432.170000', '112432.630000', '112433.090000', '112433.550000', '112434.010000', '112434.470000', '112434.930000', '112435.390000', '112435.850000', '112436.310000', '112436.770000', '112437.230000', '112437.690000', '112438.150000', '112438.610000', '112439.070000', '112439.530000', '112439.990000', '112440.450000', '112440.910000', '112441.370000', '112441.830000', '112442.290000', '112442.750000', '112443.210000', '112443.670000', '112444.130000', '112444.590000', '112445.050000', '112445.510000', '112445.970000', '112446.430000', '112446.890000', '112447.350000', '112447.810000', '112448.270000', '112448.730000', '112449.190000', '112449.650000', '112450.110000', '112450.570000', '112451.030000', '112451.490000', '112451.950000', '112452.410000', '112452.870000', '112453.330000', '112453.790000', '112454.250000', '112454.710000', '112455.170000', '112455.630000', '112456.090000', '112456.550000', '112457.010000', '112457.470000', '112457.930000', '112458.390000', '112458.850000', '112459.310000', '112459.770000', '112500.230000', '112500.690000', '112501.150000', '112501.610000', '112502.070000', '112502.530000', '112502.990000', '112503.450000', '112503.910000', '112504.370000', '112504.830000', '112505.290000', '112505.750000', '112506.210000', '112506.670000', '112507.130000', '112507.590000', '112508.050000', '112508.510000', '112508.970000', '112509.430000', '112509.890000', '112510.350000', '112510.810000', '112511.270000', '112511.730000', '112512.190000', '112512.650000', '112513.110000', '112513.570000', '112514.030000', '112514.490000', '112514.950000', '112515.410000', '112515.870000', '112516.330000', '112516.790000', '112517.250000', '112517.710000', '112518.170000', '112518.630000', '112519.090000', '112519.550000', '112520.010000', '112520.470000', '112520.930000', '112521.390000', '112521.850000', '112522.310000', '112522.770000', '112523.230000', '112523.690000', '112524.150000', '112524.610000', '112525.070000', '112525.530000', '112525.990000', '112526.450000', '112526.910000', '112527.370000', '112527.830000', '112528.290000', '112528.750000', '112529.210000', '112529.670000', '112530.130000', '112530.590000', '112531.050000', '112531.510000', '112531.970000', '112532.430000', '112532.890000', '112533.350000', '112533.810000', '112534.270000', '112534.730000', '112535.190000', '112535.650000', '112536.110000', '112536.570000', '112537.030000', '112537.490000', '112537.950000', '112538.410000', '112538.870000', '112539.330000', '112539.790000', '112540.250000', '112540.710000', '112541.170000', '112541.630000', '112542.090000', '112542.550000', '112543.010000', '112543.470000', '112543.930000', '112544.390000', '112544.850000', '112545.310000', '112545.770000', '112546.230000', '112546.690000', '112547.150000', '112547.610000', '112548.070000', '112548.530000', '112548.990000', '112549.450000', '112549.910000', '112550.370000', '112550.830000', '112551.290000', '112551.750000', '112552.210000', '112552.670000', '112553.130000', '112553.590000', '112554.050000', '112554.510000', '112554.970000', '112555.430000', '112555.890000', '112556.350000', '112556.810000', '112557.270000', '112557.730000', '112558.190000', '112558.650000', '112559.110000', '112559.570000', '112600.030000', '112600.490000', '112600.950000', '112601.410000', '112601.870000', '112602.330000', '112602.790000', '112603.250000', '112603.710000', '112604.170000', '112604.630000', '112605.090000', '112605.550000', '112606.010000', '112606.470000', '112606.930000', '112607.390000', '112607.850000', '112608.310000', '112608.770000', '112609.230000', '112609.690000', '112610.150000', '112610.610000', '112611.070000', '112611.530000', '112611.990000', '112612.450000', '112612.910000', '112613.370000', '112613.830000', '112614.290000', '112614.750000', '112615.210000', '112615.670000', '112616.130000', '112616.590000', '112617.050000', '112617.510000', '112617.970000', '112618.430000', '112618.890000', '112619.350000', '112619.810000', '112620.270000', '112620.730000', '112621.190000', '112621.650000', '112622.110000', '112622.570000', '112623.030000', '112623.490000', '112623.950000', '112624.410000', '112624.870000', '112625.330000'], 'ContentTime': ['111955.778000', '111955.782000', '111955.785000', '111955.788000', '111955.791000', '111955.794000', '111955.798000', '111955.810000', '111955.813000', '111955.823000', '111955.826000', '111955.838000', '111955.841000', '111955.844000', '111955.847000', '111955.850000', '111955.853000', '111955.856000', '111955.860000', '111955.864000', '111955.867000', '111955.870000', '112015.741000', '112015.744000', '112015.747000', '112015.750000', '112015.752000', '112015.755000', '112015.758000', '112015.761000', '112015.764000', '112015.767000', '112015.770000', '112015.773000', '112015.776000', '112015.778000', '112015.781000', '112015.784000', '112015.787000', '112015.790000', '112015.793000', '112015.796000', '112015.798000', '112015.801000', '112015.804000', '112015.807000', '112015.810000', '112015.813000', '112015.816000', '112015.818000', '112015.821000', '112015.824000', '112015.827000', '112015.830000', '112015.833000', '112015.836000', '112015.838000', '112015.841000', '112015.844000', '112015.847000', '112015.850000', '112015.853000', '112015.856000', '112015.858000', '112015.861000', '112015.864000', '112035.740000', '112035.743000', '112035.746000', '112035.749000', '112035.752000', '112035.755000', '112035.757000', '112035.760000', '112035.763000', '112035.766000', '112035.769000', '112035.772000', '112035.775000', '112035.778000', '112035.780000', '112035.783000', '112035.786000', '112035.789000', '112035.792000', '112035.795000', '112035.798000', '112035.801000', '112035.803000', '112035.806000', '112035.809000', '112035.812000', '112035.815000', '112035.818000', '112035.821000', '112035.823000', '112035.826000', '112035.829000', '112035.832000', '112035.835000', '112035.838000', '112035.841000', '112035.843000', '112035.846000', '112035.859000', '112035.862000', '112035.865000', '112035.868000', '112035.871000', '112055.741000', '112055.744000', '112055.747000', '112055.749000', '112055.752000', '112055.755000', '112055.758000', '112055.761000', '112055.764000', '112055.766000', '112055.769000', '112055.772000', '112055.775000', '112055.778000', '112055.781000', '112055.784000', '112055.787000', '112055.790000', '112055.793000', '112055.795000', '112055.798000', '112055.801000', '112055.804000', '112055.807000', '112055.810000', '112055.813000', '112055.816000', '112055.818000', '112055.821000', '112055.824000', '112055.827000', '112055.837000', '112055.840000', '112055.843000', '112055.846000', '112055.849000', '112055.852000', '112055.854000', '112055.857000', '112055.860000', '112055.863000', '112055.866000', '112055.869000', '112055.872000', '112115.741000', '112115.744000', '112115.747000', '112115.750000', '112115.753000', '112115.756000', '112115.758000', '112115.761000', '112115.764000', '112115.767000', '112115.770000', '112115.773000', '112115.776000', '112115.779000', '112115.781000', '112115.784000', '112115.787000', '112115.790000', '112115.793000', '112115.796000', '112115.799000', '112115.802000', '112115.804000', '112115.807000', '112115.810000', '112115.813000', '112115.816000', '112115.819000', '112115.822000', '112115.825000', '112115.828000', '112115.831000', '112115.833000', '112115.836000', '112115.839000', '112115.844000', '112115.847000', '112115.850000', '112115.853000', '112115.855000', '112115.858000', '112115.861000', '112115.864000', '112135.741000', '112135.744000', '112135.747000', '112135.750000', '112135.753000', '112135.755000', '112135.758000', '112135.761000', '112135.764000', '112135.767000', '112135.770000', '112135.773000', '112135.776000', '112135.779000', '112135.781000', '112135.784000', '112135.787000', '112135.790000', '112135.793000', '112135.796000', '112135.799000', '112135.802000', '112135.804000', '112135.807000', '112135.810000', '112135.813000', '112135.816000', '112135.819000', '112135.822000', '112135.825000', '112135.828000', '112135.830000', '112135.833000', '112135.836000', '112135.839000', '112135.842000', '112135.845000', '112135.848000', '112135.851000', '112135.853000', '112135.856000', '112135.859000', '112135.862000', '112135.865000', '112155.741000', '112155.744000', '112155.747000', '112155.750000', '112155.753000', '112155.756000', '112155.758000', '112155.761000', '112155.764000', '112155.767000', '112155.770000', '112155.773000', '112155.776000', '112155.779000', '112155.782000', '112155.784000', '112155.787000', '112155.790000', '112155.793000', '112155.796000', '112155.799000', '112155.802000', '112155.805000', '112155.808000', '112155.810000', '112155.813000', '112155.816000', '112155.819000', '112155.822000', '112155.825000', '112155.828000', '112155.831000', '112155.834000', '112155.836000', '112155.839000', '112155.842000', '112155.845000', '112155.848000', '112155.851000', '112155.854000', '112155.857000', '112155.859000', '112155.862000', '112215.741000', '112215.744000', '112215.747000', '112215.750000', '112215.753000', '112215.755000', '112215.758000', '112215.761000', '112215.764000', '112215.767000', '112215.770000', '112215.773000', '112215.776000', '112215.779000', '112215.781000', '112215.784000', '112215.787000', '112215.790000', '112215.793000', '112215.796000', '112215.799000', '112215.802000', '112215.804000', '112215.807000', '112215.810000', '112215.813000', '112215.816000', '112215.819000', '112215.822000', '112215.825000', '112215.828000', '112215.830000', '112215.833000', '112215.836000', '112215.839000', '112215.842000', '112215.845000', '112215.848000', '112215.850000', '112215.853000', '112215.856000', '112215.859000', '112215.862000', '112215.865000', '112235.741000', '112235.744000', '112235.747000', '112235.750000', '112235.753000', '112235.756000', '112235.759000', '112235.761000', '112235.764000', '112235.767000', '112235.770000', '112235.773000', '112235.776000', '112235.779000', '112235.782000', '112235.785000', '112235.787000', '112235.790000', '112235.793000', '112235.796000', '112235.799000', '112235.802000', '112235.805000', '112235.808000', '112235.811000', '112235.813000', '112235.832000', '112235.835000', '112235.838000', '112235.841000', '112235.844000', '112235.847000', '112235.850000', '112235.853000', '112235.856000', '112235.859000', '112235.861000', '112235.864000', '112235.867000', '112235.870000', '112235.873000', '112235.876000', '112235.880000', '112255.740000', '112255.743000', '112255.746000', '112255.749000', '112255.752000', '112255.754000', '112255.757000', '112255.760000', '112255.763000', '112255.766000', '112255.769000', '112255.772000', '112255.775000', '112255.778000', '112255.781000', '112255.783000', '112255.786000', '112255.789000', '112255.792000', '112255.795000', '112255.798000', '112255.801000', '112255.804000', '112255.806000', '112255.809000', '112255.812000', '112255.815000', '112255.818000', '112255.821000', '112255.824000', '112255.827000', '112255.830000', '112255.833000', '112255.835000', '112255.838000', '112255.841000', '112255.844000', '112255.847000', '112255.850000', '112255.853000', '112255.856000', '112255.859000', '112255.862000', '112255.864000', '112315.741000', '112315.744000', '112315.747000', '112315.750000', '112315.753000', '112315.756000', '112315.758000', '112315.761000', '112315.764000', '112315.767000', '112315.770000', '112315.773000', '112315.776000', '112315.779000', '112315.782000', '112315.785000', '112315.788000', '112315.791000', '112315.794000', '112315.796000', '112315.799000', '112315.802000', '112315.805000', '112315.808000', '112315.811000', '112315.814000', '112315.817000', '112315.819000', '112315.822000', '112315.825000', '112315.828000', '112315.831000', '112315.834000', '112315.837000', '112315.840000', '112315.843000', '112315.845000', '112315.848000', '112315.851000', '112315.854000', '112315.857000', '112315.860000', '112315.863000', '112335.741000', '112335.744000', '112335.749000', '112335.752000', '112335.755000', '112335.758000', '112335.761000', '112335.764000', '112335.766000', '112335.769000', '112335.772000', '112335.775000', '112335.778000', '112335.781000', '112335.784000', '112335.787000', '112335.790000', '112335.793000', '112335.795000', '112335.798000', '112335.801000', '112335.804000', '112335.807000', '112335.810000', '112335.813000', '112335.816000', '112335.819000', '112335.821000', '112335.824000', '112335.827000', '112335.830000', '112335.833000', '112335.836000', '112335.839000', '112335.842000', '112335.844000', '112335.847000', '112335.850000', '112335.853000', '112335.856000', '112335.859000', '112335.862000', '112335.865000', '112355.741000', '112355.744000', '112355.747000', '112355.750000', '112355.753000', '112355.756000', '112355.758000', '112355.761000', '112355.764000', '112355.767000', '112355.770000', '112355.773000', '112355.776000', '112355.779000', '112355.782000', '112355.785000', '112355.787000', '112355.790000', '112355.793000', '112355.796000', '112355.799000', '112355.802000', '112355.805000', '112355.808000', '112355.810000', '112355.813000', '112355.816000', '112355.819000', '112355.822000', '112355.825000', '112355.828000', '112355.831000', '112355.834000', '112355.836000', '112355.839000', '112355.842000', '112355.845000', '112355.848000', '112355.851000', '112355.854000', '112355.857000', '112355.859000', '112355.862000', '112355.865000', '112415.741000', '112415.744000', '112415.747000', '112415.750000', '112415.753000', '112415.756000', '112415.759000', '112415.762000', '112415.765000', '112415.768000', '112415.771000', '112415.774000', '112415.777000', '112415.780000', '112415.783000', '112415.785000', '112415.788000', '112415.791000', '112415.794000', '112415.797000', '112415.800000', '112415.803000', '112415.806000', '112415.808000', '112415.811000', '112415.814000', '112415.817000', '112415.820000', '112415.823000', '112415.826000', '112415.829000', '112415.831000', '112415.834000', '112415.837000', '112415.840000', '112415.843000', '112415.846000', '112415.849000', '112415.852000', '112415.855000', '112415.858000', '112415.860000', '112415.863000', '112435.741000', '112435.744000', '112435.747000', '112435.750000', '112435.753000', '112435.756000', '112435.759000', '112435.761000', '112435.764000', '112435.767000', '112435.770000', '112435.773000', '112435.776000', '112435.779000', '112435.782000', '112435.785000', '112435.787000', '112435.790000', '112435.793000', '112435.796000', '112435.799000', '112435.802000', '112435.805000', '112435.808000', '112435.811000', '112435.813000', '112435.816000', '112435.819000', '112435.823000', '112435.826000', '112435.829000', '112435.832000', '112435.834000', '112435.837000', '112435.840000', '112435.843000', '112435.846000', '112435.849000', '112435.852000', '112435.855000', '112435.858000', '112435.861000', '112435.863000', '112435.866000', '112455.741000', '112455.744000', '112455.747000', '112455.750000', '112455.753000', '112455.756000', '112455.759000', '112455.762000', '112455.764000', '112455.767000', '112455.770000', '112455.773000', '112455.777000', '112455.780000', '112455.783000', '112455.786000', '112455.815000', '112455.818000', '112455.821000', '112455.823000', '112455.826000', '112455.829000', '112455.832000', '112455.835000', '112455.838000', '112455.841000', '112455.844000', '112455.847000', '112455.849000', '112455.852000', '112455.855000', '112455.858000', '112455.861000', '112455.864000', '112455.867000', '112455.870000', '112455.873000', '112455.875000', '112455.878000', '112455.881000', '112455.884000', '112455.887000', '112455.890000', '112515.740000', '112515.743000', '112515.746000', '112515.749000', '112515.752000', '112515.755000', '112515.758000', '112515.761000', '112515.763000', '112515.766000', '112515.769000', '112515.772000', '112515.775000', '112515.778000', '112515.781000', '112515.784000', '112515.787000', '112515.789000', '112515.792000', '112515.795000', '112515.798000', '112515.801000', '112515.804000', '112515.807000', '112515.810000', '112515.813000', '112515.815000', '112515.818000', '112515.821000', '112515.824000', '112515.827000', '112515.830000', '112515.833000', '112515.838000', '112515.841000', '112515.844000', '112515.847000', '112515.850000', '112515.852000', '112515.855000', '112515.858000', '112515.861000', '112515.864000', '112515.867000', '112535.741000', '112535.744000', '112535.747000', '112535.750000', '112535.753000', '112535.756000', '112535.759000', '112535.761000', '112535.764000', '112535.767000', '112535.770000', '112535.773000', '112535.776000', '112535.779000', '112535.782000', '112535.785000', '112535.787000', '112535.790000', '112535.793000', '112535.796000', '112535.799000', '112535.802000', '112535.805000', '112535.808000', '112535.811000', '112535.814000', '112535.817000', '112535.820000', '112535.823000', '112535.826000', '112535.829000', '112535.832000', '112535.835000', '112535.849000', '112535.852000', '112535.855000', '112535.858000', '112535.861000', '112535.863000', '112535.866000', '112535.869000', '112535.872000', '112535.875000', '112555.741000', '112555.744000', '112555.747000', '112555.750000', '112555.753000', '112555.756000', '112555.759000', '112555.761000', '112555.764000', '112555.767000', '112555.770000', '112555.773000', '112555.776000', '112555.779000', '112555.782000', '112555.785000', '112555.788000', '112555.791000', '112555.794000', '112555.798000', '112555.801000', '112555.804000', '112555.807000', '112555.810000', '112555.813000', '112555.816000', '112555.819000', '112555.821000', '112555.824000', '112555.827000', '112555.839000', '112555.842000', '112555.844000', '112555.847000', '112555.850000', '112555.853000', '112555.856000', '112555.859000', '112555.862000', '112555.865000', '112555.868000', '112555.871000', '112555.873000', '112555.876000', '112615.741000', '112615.744000', '112615.747000', '112615.750000', '112615.754000', '112615.757000', '112615.760000', '112615.762000', '112615.765000', '112615.768000', '112615.771000', '112615.774000', '112615.777000', '112615.780000', '112615.783000', '112615.785000', '112615.788000', '112615.791000', '112615.794000', '112615.797000', '112615.800000', '112615.803000', '112615.806000', '112615.812000', '112615.815000', '112615.818000', '112615.821000', '112615.824000', '112615.827000', '112615.830000', '112615.833000', '112615.836000', '112615.839000', '112615.841000', '112615.844000', '112615.847000', '112615.850000', '112615.853000', '112615.856000', '112615.859000', '112615.862000', '112615.865000', '112615.868000', '112626.451000', '112626.455000', '112626.458000', '112626.461000', '112626.464000', '112626.467000', '112626.470000', '112626.474000', '112626.477000', '112626.480000', '112626.483000', '112626.486000', '112626.488000', '112626.491000', '112626.494000', '112626.497000', '112626.500000', '112626.503000', '112626.506000', '112626.509000', '112626.512000', '112626.515000', '112626.518000', '112626.521000'], 'InstanceCreationTime': ['111955.778000', '111955.782000', '111955.785000', '111955.788000', '111955.791000', '111955.794000', '111955.798000', '111955.810000', '111955.813000', '111955.823000', '111955.826000', '111955.838000', '111955.841000', '111955.844000', '111955.847000', '111955.850000', '111955.853000', '111955.856000', '111955.860000', '111955.864000', '111955.867000', '111955.870000', '112015.741000', '112015.744000', '112015.747000', '112015.750000', '112015.752000', '112015.755000', '112015.758000', '112015.761000', '112015.764000', '112015.767000', '112015.770000', '112015.773000', '112015.776000', '112015.778000', '112015.781000', '112015.784000', '112015.787000', '112015.790000', '112015.793000', '112015.796000', '112015.798000', '112015.801000', '112015.804000', '112015.807000', '112015.810000', '112015.813000', '112015.816000', '112015.818000', '112015.821000', '112015.824000', '112015.827000', '112015.830000', '112015.833000', '112015.836000', '112015.838000', '112015.841000', '112015.844000', '112015.847000', '112015.850000', '112015.853000', '112015.856000', '112015.858000', '112015.861000', '112015.864000', '112035.740000', '112035.743000', '112035.746000', '112035.749000', '112035.752000', '112035.755000', '112035.757000', '112035.760000', '112035.763000', '112035.766000', '112035.769000', '112035.772000', '112035.775000', '112035.778000', '112035.780000', '112035.783000', '112035.786000', '112035.789000', '112035.792000', '112035.795000', '112035.798000', '112035.801000', '112035.803000', '112035.806000', '112035.809000', '112035.812000', '112035.815000', '112035.818000', '112035.821000', '112035.823000', '112035.826000', '112035.829000', '112035.832000', '112035.835000', '112035.838000', '112035.841000', '112035.843000', '112035.846000', '112035.859000', '112035.862000', '112035.865000', '112035.868000', '112035.871000', '112055.741000', '112055.744000', '112055.747000', '112055.749000', '112055.752000', '112055.755000', '112055.758000', '112055.761000', '112055.764000', '112055.766000', '112055.769000', '112055.772000', '112055.775000', '112055.778000', '112055.781000', '112055.784000', '112055.787000', '112055.790000', '112055.793000', '112055.795000', '112055.798000', '112055.801000', '112055.804000', '112055.807000', '112055.810000', '112055.813000', '112055.816000', '112055.818000', '112055.821000', '112055.824000', '112055.827000', '112055.837000', '112055.840000', '112055.843000', '112055.846000', '112055.849000', '112055.852000', '112055.854000', '112055.857000', '112055.860000', '112055.863000', '112055.866000', '112055.869000', '112055.872000', '112115.741000', '112115.744000', '112115.747000', '112115.750000', '112115.753000', '112115.756000', '112115.758000', '112115.761000', '112115.764000', '112115.767000', '112115.770000', '112115.773000', '112115.776000', '112115.779000', '112115.781000', '112115.784000', '112115.787000', '112115.790000', '112115.793000', '112115.796000', '112115.799000', '112115.802000', '112115.804000', '112115.807000', '112115.810000', '112115.813000', '112115.816000', '112115.819000', '112115.822000', '112115.825000', '112115.828000', '112115.831000', '112115.833000', '112115.836000', '112115.839000', '112115.844000', '112115.847000', '112115.850000', '112115.853000', '112115.855000', '112115.858000', '112115.861000', '112115.864000', '112135.741000', '112135.744000', '112135.747000', '112135.750000', '112135.753000', '112135.755000', '112135.758000', '112135.761000', '112135.764000', '112135.767000', '112135.770000', '112135.773000', '112135.776000', '112135.779000', '112135.781000', '112135.784000', '112135.787000', '112135.790000', '112135.793000', '112135.796000', '112135.799000', '112135.802000', '112135.804000', '112135.807000', '112135.810000', '112135.813000', '112135.816000', '112135.819000', '112135.822000', '112135.825000', '112135.828000', '112135.830000', '112135.833000', '112135.836000', '112135.839000', '112135.842000', '112135.845000', '112135.848000', '112135.851000', '112135.853000', '112135.856000', '112135.859000', '112135.862000', '112135.865000', '112155.741000', '112155.744000', '112155.747000', '112155.750000', '112155.753000', '112155.756000', '112155.758000', '112155.761000', '112155.764000', '112155.767000', '112155.770000', '112155.773000', '112155.776000', '112155.779000', '112155.782000', '112155.784000', '112155.787000', '112155.790000', '112155.793000', '112155.796000', '112155.799000', '112155.802000', '112155.805000', '112155.808000', '112155.810000', '112155.813000', '112155.816000', '112155.819000', '112155.822000', '112155.825000', '112155.828000', '112155.831000', '112155.834000', '112155.836000', '112155.839000', '112155.842000', '112155.845000', '112155.848000', '112155.851000', '112155.854000', '112155.857000', '112155.859000', '112155.862000', '112215.741000', '112215.744000', '112215.747000', '112215.750000', '112215.753000', '112215.755000', '112215.758000', '112215.761000', '112215.764000', '112215.767000', '112215.770000', '112215.773000', '112215.776000', '112215.779000', '112215.781000', '112215.784000', '112215.787000', '112215.790000', '112215.793000', '112215.796000', '112215.799000', '112215.802000', '112215.804000', '112215.807000', '112215.810000', '112215.813000', '112215.816000', '112215.819000', '112215.822000', '112215.825000', '112215.828000', '112215.830000', '112215.833000', '112215.836000', '112215.839000', '112215.842000', '112215.845000', '112215.848000', '112215.850000', '112215.853000', '112215.856000', '112215.859000', '112215.862000', '112215.865000', '112235.741000', '112235.744000', '112235.747000', '112235.750000', '112235.753000', '112235.756000', '112235.759000', '112235.761000', '112235.764000', '112235.767000', '112235.770000', '112235.773000', '112235.776000', '112235.779000', '112235.782000', '112235.785000', '112235.787000', '112235.790000', '112235.793000', '112235.796000', '112235.799000', '112235.802000', '112235.805000', '112235.808000', '112235.811000', '112235.813000', '112235.832000', '112235.835000', '112235.838000', '112235.841000', '112235.844000', '112235.847000', '112235.850000', '112235.853000', '112235.856000', '112235.859000', '112235.861000', '112235.864000', '112235.867000', '112235.870000', '112235.873000', '112235.876000', '112235.880000', '112255.740000', '112255.743000', '112255.746000', '112255.749000', '112255.752000', '112255.754000', '112255.757000', '112255.760000', '112255.763000', '112255.766000', '112255.769000', '112255.772000', '112255.775000', '112255.778000', '112255.781000', '112255.783000', '112255.786000', '112255.789000', '112255.792000', '112255.795000', '112255.798000', '112255.801000', '112255.804000', '112255.806000', '112255.809000', '112255.812000', '112255.815000', '112255.818000', '112255.821000', '112255.824000', '112255.827000', '112255.830000', '112255.833000', '112255.835000', '112255.838000', '112255.841000', '112255.844000', '112255.847000', '112255.850000', '112255.853000', '112255.856000', '112255.859000', '112255.862000', '112255.864000', '112315.741000', '112315.744000', '112315.747000', '112315.750000', '112315.753000', '112315.756000', '112315.758000', '112315.761000', '112315.764000', '112315.767000', '112315.770000', '112315.773000', '112315.776000', '112315.779000', '112315.782000', '112315.785000', '112315.788000', '112315.791000', '112315.794000', '112315.796000', '112315.799000', '112315.802000', '112315.805000', '112315.808000', '112315.811000', '112315.814000', '112315.817000', '112315.819000', '112315.822000', '112315.825000', '112315.828000', '112315.831000', '112315.834000', '112315.837000', '112315.840000', '112315.843000', '112315.845000', '112315.848000', '112315.851000', '112315.854000', '112315.857000', '112315.860000', '112315.863000', '112335.741000', '112335.744000', '112335.749000', '112335.752000', '112335.755000', '112335.758000', '112335.761000', '112335.764000', '112335.766000', '112335.769000', '112335.772000', '112335.775000', '112335.778000', '112335.781000', '112335.784000', '112335.787000', '112335.790000', '112335.793000', '112335.795000', '112335.798000', '112335.801000', '112335.804000', '112335.807000', '112335.810000', '112335.813000', '112335.816000', '112335.819000', '112335.821000', '112335.824000', '112335.827000', '112335.830000', '112335.833000', '112335.836000', '112335.839000', '112335.842000', '112335.844000', '112335.847000', '112335.850000', '112335.853000', '112335.856000', '112335.859000', '112335.862000', '112335.865000', '112355.741000', '112355.744000', '112355.747000', '112355.750000', '112355.753000', '112355.756000', '112355.758000', '112355.761000', '112355.764000', '112355.767000', '112355.770000', '112355.773000', '112355.776000', '112355.779000', '112355.782000', '112355.785000', '112355.787000', '112355.790000', '112355.793000', '112355.796000', '112355.799000', '112355.802000', '112355.805000', '112355.808000', '112355.810000', '112355.813000', '112355.816000', '112355.819000', '112355.822000', '112355.825000', '112355.828000', '112355.831000', '112355.834000', '112355.836000', '112355.839000', '112355.842000', '112355.845000', '112355.848000', '112355.851000', '112355.854000', '112355.857000', '112355.859000', '112355.862000', '112355.865000', '112415.741000', '112415.744000', '112415.747000', '112415.750000', '112415.753000', '112415.756000', '112415.759000', '112415.762000', '112415.765000', '112415.768000', '112415.771000', '112415.774000', '112415.777000', '112415.780000', '112415.783000', '112415.785000', '112415.788000', '112415.791000', '112415.794000', '112415.797000', '112415.800000', '112415.803000', '112415.806000', '112415.808000', '112415.811000', '112415.814000', '112415.817000', '112415.820000', '112415.823000', '112415.826000', '112415.829000', '112415.831000', '112415.834000', '112415.837000', '112415.840000', '112415.843000', '112415.846000', '112415.849000', '112415.852000', '112415.855000', '112415.858000', '112415.860000', '112415.863000', '112435.741000', '112435.744000', '112435.747000', '112435.750000', '112435.753000', '112435.756000', '112435.759000', '112435.761000', '112435.764000', '112435.767000', '112435.770000', '112435.773000', '112435.776000', '112435.779000', '112435.782000', '112435.785000', '112435.787000', '112435.790000', '112435.793000', '112435.796000', '112435.799000', '112435.802000', '112435.805000', '112435.808000', '112435.811000', '112435.813000', '112435.816000', '112435.819000', '112435.823000', '112435.826000', '112435.829000', '112435.832000', '112435.834000', '112435.837000', '112435.840000', '112435.843000', '112435.846000', '112435.849000', '112435.852000', '112435.855000', '112435.858000', '112435.861000', '112435.863000', '112435.866000', '112455.741000', '112455.744000', '112455.747000', '112455.750000', '112455.753000', '112455.756000', '112455.759000', '112455.762000', '112455.764000', '112455.767000', '112455.770000', '112455.773000', '112455.777000', '112455.780000', '112455.783000', '112455.786000', '112455.815000', '112455.818000', '112455.821000', '112455.823000', '112455.826000', '112455.829000', '112455.832000', '112455.835000', '112455.838000', '112455.841000', '112455.844000', '112455.847000', '112455.849000', '112455.852000', '112455.855000', '112455.858000', '112455.861000', '112455.864000', '112455.867000', '112455.870000', '112455.873000', '112455.875000', '112455.878000', '112455.881000', '112455.884000', '112455.887000', '112455.890000', '112515.740000', '112515.743000', '112515.746000', '112515.749000', '112515.752000', '112515.755000', '112515.758000', '112515.761000', '112515.763000', '112515.766000', '112515.769000', '112515.772000', '112515.775000', '112515.778000', '112515.781000', '112515.784000', '112515.787000', '112515.789000', '112515.792000', '112515.795000', '112515.798000', '112515.801000', '112515.804000', '112515.807000', '112515.810000', '112515.813000', '112515.815000', '112515.818000', '112515.821000', '112515.824000', '112515.827000', '112515.830000', '112515.833000', '112515.838000', '112515.841000', '112515.844000', '112515.847000', '112515.850000', '112515.852000', '112515.855000', '112515.858000', '112515.861000', '112515.864000', '112515.867000', '112535.741000', '112535.744000', '112535.747000', '112535.750000', '112535.753000', '112535.756000', '112535.759000', '112535.761000', '112535.764000', '112535.767000', '112535.770000', '112535.773000', '112535.776000', '112535.779000', '112535.782000', '112535.785000', '112535.787000', '112535.790000', '112535.793000', '112535.796000', '112535.799000', '112535.802000', '112535.805000', '112535.808000', '112535.811000', '112535.814000', '112535.817000', '112535.820000', '112535.823000', '112535.826000', '112535.829000', '112535.832000', '112535.835000', '112535.849000', '112535.852000', '112535.855000', '112535.858000', '112535.861000', '112535.863000', '112535.866000', '112535.869000', '112535.872000', '112535.875000', '112555.741000', '112555.744000', '112555.747000', '112555.750000', '112555.753000', '112555.756000', '112555.759000', '112555.761000', '112555.764000', '112555.767000', '112555.770000', '112555.773000', '112555.776000', '112555.779000', '112555.782000', '112555.785000', '112555.788000', '112555.791000', '112555.794000', '112555.798000', '112555.801000', '112555.804000', '112555.807000', '112555.810000', '112555.813000', '112555.816000', '112555.819000', '112555.821000', '112555.824000', '112555.827000', '112555.839000', '112555.842000', '112555.844000', '112555.847000', '112555.850000', '112555.853000', '112555.856000', '112555.859000', '112555.862000', '112555.865000', '112555.868000', '112555.871000', '112555.873000', '112555.876000', '112615.741000', '112615.744000', '112615.747000', '112615.750000', '112615.754000', '112615.757000', '112615.760000', '112615.762000', '112615.765000', '112615.768000', '112615.771000', '112615.774000', '112615.777000', '112615.780000', '112615.783000', '112615.785000', '112615.788000', '112615.791000', '112615.794000', '112615.797000', '112615.800000', '112615.803000', '112615.806000', '112615.812000', '112615.815000', '112615.818000', '112615.821000', '112615.824000', '112615.827000', '112615.830000', '112615.833000', '112615.836000', '112615.839000', '112615.841000', '112615.844000', '112615.847000', '112615.850000', '112615.853000', '112615.856000', '112615.859000', '112615.862000', '112615.865000', '112615.868000', '112626.451000', '112626.455000', '112626.458000', '112626.461000', '112626.464000', '112626.467000', '112626.470000', '112626.474000', '112626.477000', '112626.480000', '112626.483000', '112626.486000', '112626.488000', '112626.491000', '112626.494000', '112626.497000', '112626.500000', '112626.503000', '112626.506000', '112626.509000', '112626.512000', '112626.515000', '112626.518000', '112626.521000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8868, 10344, 10720, 10288, 12466, 9062, 11371, 8657, 10256, 8333, 11453, 10012, 10417, 11688, 9155, 11410, 8549, 10720, 8978, 11540, 9002, 10331, 7614, 8366, 6642, 7725, 8965, 7569, 10216, 7761, 9477, 6839, 9466, 6702, 9377, 7821, 8798, 7124, 7799, 8107, 7643, 10332, 7876, 10252, 7198, 9465, 7025, 9194, 6881, 9299, 8048, 9169, 7626, 7593, 8528, 7418, 9850, 7601, 9628, 7450, 10001, 7196, 9379, 6761, 8825, 7006, 9270, 7927, 9373, 7811, 7914, 7417, 7407, 10123, 7618, 9659, 7520, 9947, 7859, 9588, 7075, 9368, 7049, 8685, 8338, 8239, 10566, 8763, 9828, 7019, 9391, 6962, 9359, 7290, 9593, 7598, 9225, 7082, 8754, 6997, 8375, 10567, 8075, 10449, 8905, 9933, 7425, 9269, 7152, 9452, 7945, 7960, 11139, 8687, 9912, 7331, 9522, 7052, 9379, 7341, 8280, 8390, 7235, 10032, 7154, 9653, 7462, 9543, 7506, 9641, 8015, 8373, 6868, 7462, 9989, 7232, 10054, 7279, 10107, 7168, 9254, 7283, 8770, 6789, 9247, 9566, 8620, 11297, 9386, 10650, 7358, 9497, 7414, 9686, 7447, 10040, 7212, 9493, 7075, 9295, 7183, 9770, 7825, 10372, 8017, 9856, 8950, 8869, 11810, 9342, 10678, 8832, 9684, 7113, 9510, 6815, 9455, 7094, 9154, 7141, 8727, 6532, 8799, 7192, 9464, 7052, 9016, 8727, 8688, 10329, 9028, 10547, 7946, 9464, 7385, 8897, 7311, 8030, 9116, 7139, 9673, 7863, 9684, 8469, 9938, 7271, 9012, 7235, 9241, 7172, 8724, 10065, 8497, 10060, 7091, 9413, 7239, 9405, 7073, 9227, 7374, 8586, 7921, 7359, 9847, 7934, 9562, 7737, 10036, 8161, 9079, 10875, 9014, 11028, 9055, 10189, 7726, 8699, 7129, 7654, 8535, 6994, 9996, 7338, 9811, 6981, 9865, 6854, 8971, 7356, 8837, 7117, 7653, 9603, 8409, 10293, 7749, 10342, 7656, 6425, 7509, 6691, 8044, 7095, 8384, 7223, 8796, 7257, 8969, 9948, 9715, 12266, 9564, 11123, 9156, 11607, 9927, 12688, 11484, 12963, 10424, 11688, 8875, 10911, 9280, 11476, 10195, 10467, 8851, 9569, 8322, 10400, 8238, 10419, 8195, 10091, 8418, 9683, 9811, 9566, 10380, 9354, 9213, 9127, 10175, 8468, 10669, 8499, 10338, 6844, 9414, 7250, 8940, 10578, 7709, 10225, 7580, 9915, 6948, 8592, 7017, 8065, 7065, 8891, 6957, 7658, 6935, 8361, 7139, 8560, 8049, 7806, 10488, 7528, 10167, 6785, 8109, 7985, 7833, 10333, 7381, 10372, 7324, 9576, 7167, 8562, 6873, 7987, 6637, 7398, 7356, 7334, 10032, 7232, 10268, 7574, 8453, 7136, 9921, 7066, 10774, 7450, 9780, 7122, 9785, 6860, 8978, 7028, 8940, 7438, 8558, 7354, 7773, 7438, 7345, 7757, 8152, 9673, 8513, 9323, 8712, 11563, 8842, 11130, 9072, 11212, 8693, 9875, 10998, 8874, 11201, 8298, 10038, 7741, 9317, 7005, 8355, 6887, 8244, 6953, 8079, 7984, 7218, 10046, 7072, 10574, 7054, 9666, 6847, 8767, 7626, 7908, 7238, 7270, 10037, 7491, 10211, 6940, 8986, 7376, 8036, 7703, 7103, 9833, 7326, 10249, 7479, 9637, 7552, 9347, 6836, 9538, 6813, 9332, 7589, 8121, 6965, 7475, 7538, 6874, 10059, 7405, 9956, 8264, 9308, 7057, 9992, 7099, 9713, 7730, 9311, 8541, 10036, 7501, 8172, 6825, 8599, 7169, 9163, 7443, 8008, 8653, 7390, 10060, 7420, 10885, 7172, 9339, 6928, 8494, 6973, 8301, 7145, 8049, 6876, 7679, 9812, 7413, 9724, 7368, 9857, 7008, 8579, 7098, 7582, 9938, 8170, 9945, 7983, 9944, 7144, 9300, 7136, 8174, 7061, 7365, 6750, 7255, 9004, 6917, 10099, 7401, 9314, 6747, 8969, 7014, 8317, 6892, 7755, 9223, 7132, 9674, 7070, 10174, 7204, 10018, 7618, 9005, 7373, 7983, 7003, 7158, 9928, 7213, 9919, 7593, 9442, 7101, 8431, 6966, 8450, 7116, 8290, 7258, 8182, 7534, 8756, 7251, 8927, 7029, 7718, 6931, 8978, 6834, 7778, 6672, 10024, 6847, 9654, 8397, 8800, 10332, 11526, 10615, 10398, 11145, 9455, 12760, 10714, 12552, 10981, 12185, 9505, 11256, 8738, 10968, 9601, 11469, 9484, 10914, 8659, 9559, 8605, 9847, 8610, 8516, 10011, 7680, 10686, 7933, 9736, 8820, 9528, 6700, 8533, 6916, 8249, 6763, 8526, 7491, 8062, 9627, 7270, 9732, 6869, 9788, 7115, 9323, 8418, 8062, 6882, 7672, 8582, 7578, 10132, 7228, 9510, 7006, 7690, 9902, 7227, 9803, 7657, 8941, 7145, 8028, 6875, 7740, 10351, 7146, 9911, 7017, 9607, 7070, 9233, 6927, 9282, 7989, 7917, 6771, 7012, 10048, 7017, 9782, 7010, 9794, 7161, 8495, 7152, 8021, 7127, 7929, 9305, 7491, 10074, 7418, 9213, 6909, 9131, 7039, 8763, 7396, 7551, 10428, 7407, 9599, 7090, 9472, 7534, 9050, 8224, 8119, 10918, 7153, 9867, 7063, 10205, 7475, 8409, 6867, 7722, 7837, 7346, 9996, 7516, 9356, 6944, 9048, 6792, 9289, 7587, 8503, 7212, 7483, 7092, 7484, 7474, 7780, 10388, 8172, 9703, 7179, 9445, 7101, 9336, 8434, 9341, 11854, 9658, 11012, 8596, 9607, 7669, 8433, 7519, 7966, 6675, 7220, 9245, 7004, 9726, 7252, 9525, 6893, 9087, 6862, 8779, 7023, 7107, 10212, 7356, 9535, 7608, 9099, 7177, 8928, 7008, 9595, 7858, 8739, 7601, 7984, 7117, 7821, 7518, 7209, 10149, 7708, 10080, 7514, 9364, 7000, 8260, 6767, 8135, 8151, 7316, 9950, 7044, 9834, 7057, 9932, 7021, 9540, 7204, 7972, 6774, 8024, 7087, 7595, 10340, 7306, 10147, 7268, 9196, 6780, 9316, 7156, 9104, 7238, 7282, 10092, 7457, 9485, 6853, 9204, 7061, 8531, 7030, 7710, 7041, 7108, 8656, 7080, 9347, 7239, 9538, 7257, 8942, 7954, 7010, 6818, 6980, 9640, 7159, 9659, 7431, 9480, 8092, 9435, 6859, 9014, 6913, 9230, 7615, 10440, 7828, 8793, 6972, 9506, 7928, 7798, 11293, 8940, 10822, 8341, 10026, 7527, 8455, 8555, 8072, 9723, 7183, 9700, 6907, 9640, 6921, 9604, 6934, 8541, 6956, 7286, 7563, 7355, 10117, 7463, 9826, 6946, 9327, 7114, 9290, 6988, 7510, 9994, 7440, 9460, 7045, 9558, 7154, 9492, 7032, 9090, 6926, 9220, 7780, 10763, 7480, 7692, 7134, 10349, 7994, 10445, 7579, 10032, 7684, 10484, 8004, 9116, 8287, 7758, 10909, 10412], 'WindowCenter': [4367.0, 4362.0, 4357.0, 4333.0, 4350.0, 4318.0, 4339.0, 4306.0, 4317.0, 4306.0, 4340.0, 4317.0, 4315.0, 4325.0, 4303.0, 4312.0, 4292.0, 4300.0, 4291.0, 4313.0, 4289.0, 4300.0, 4268.0, 4278.0, 4257.0, 4268.0, 4288.0, 4280.0, 4300.0, 4281.0, 4302.0, 4272.0, 4301.0, 4273.0, 4304.0, 4294.0, 4306.0, 4285.0, 4297.0, 4295.0, 4295.0, 4313.0, 4295.0, 4316.0, 4286.0, 4316.0, 4286.0, 4305.0, 4283.0, 4305.0, 4293.0, 4306.0, 4294.0, 4295.0, 4306.0, 4286.0, 4312.0, 4295.0, 4302.0, 4286.0, 4317.0, 4285.0, 4306.0, 4286.0, 4307.0, 4283.0, 4305.0, 4294.0, 4306.0, 4296.0, 4297.0, 4287.0, 4286.0, 4313.0, 4283.0, 4304.0, 4284.0, 4314.0, 4294.0, 4305.0, 4285.0, 4305.0, 4284.0, 4294.0, 4293.0, 4296.0, 4315.0, 4306.0, 4316.0, 4285.0, 4315.0, 4286.0, 4305.0, 4298.0, 4319.0, 4298.0, 4318.0, 4300.0, 4319.0, 4286.0, 4306.0, 4316.0, 4298.0, 4329.0, 4309.0, 4318.0, 4298.0, 4317.0, 4282.0, 4316.0, 4295.0, 4296.0, 4326.0, 4306.0, 4313.0, 4285.0, 4305.0, 4284.0, 4305.0, 4285.0, 4296.0, 4295.0, 4285.0, 4315.0, 4285.0, 4316.0, 4296.0, 4316.0, 4286.0, 4316.0, 4297.0, 4308.0, 4287.0, 4297.0, 4315.0, 4297.0, 4316.0, 4286.0, 4329.0, 4288.0, 4318.0, 4296.0, 4308.0, 4286.0, 4306.0, 4316.0, 4307.0, 4328.0, 4308.0, 4315.0, 4285.0, 4315.0, 4284.0, 4300.0, 4287.0, 4317.0, 4288.0, 4316.0, 4298.0, 4316.0, 4285.0, 4317.0, 4284.0, 4315.0, 4293.0, 4304.0, 4293.0, 4292.0, 4311.0, 4291.0, 4300.0, 4291.0, 4290.0, 4270.0, 4300.0, 4271.0, 4303.0, 4283.0, 4319.0, 4286.0, 4308.0, 4287.0, 4308.0, 4286.0, 4317.0, 4286.0, 4306.0, 4306.0, 4310.0, 4316.0, 4306.0, 4314.0, 4292.0, 4304.0, 4283.0, 4304.0, 4285.0, 4295.0, 4305.0, 4284.0, 4305.0, 4294.0, 4303.0, 4294.0, 4304.0, 4283.0, 4292.0, 4271.0, 4291.0, 4269.0, 4292.0, 4302.0, 4292.0, 4301.0, 4271.0, 4291.0, 4281.0, 4303.0, 4273.0, 4305.0, 4284.0, 4306.0, 4295.0, 4287.0, 4316.0, 4296.0, 4306.0, 4286.0, 4306.0, 4294.0, 4294.0, 4313.0, 4292.0, 4313.0, 4292.0, 4303.0, 4271.0, 4292.0, 4270.0, 4281.0, 4289.0, 4273.0, 4301.0, 4283.0, 4304.0, 4286.0, 4316.0, 4286.0, 4307.0, 4296.0, 4317.0, 4298.0, 4312.0, 4319.0, 4307.0, 4317.0, 4282.0, 4309.0, 4289.0, 4269.0, 4294.0, 4282.0, 4306.0, 4283.0, 4305.0, 4297.0, 4320.0, 4310.0, 4333.0, 4343.0, 4345.0, 4339.0, 4314.0, 4315.0, 4293.0, 4313.0, 4302.0, 4310.0, 4313.0, 4321.0, 4299.0, 4306.0, 4274.0, 4279.0, 4273.0, 4284.0, 4283.0, 4283.0, 4273.0, 4273.0, 4262.0, 4282.0, 4261.0, 4284.0, 4262.0, 4284.0, 4264.0, 4275.0, 4282.0, 4287.0, 4285.0, 4288.0, 4287.0, 4287.0, 4288.0, 4277.0, 4297.0, 4277.0, 4298.0, 4256.0, 4288.0, 4267.0, 4289.0, 4297.0, 4269.0, 4299.0, 4268.0, 4300.0, 4270.0, 4290.0, 4270.0, 4281.0, 4272.0, 4304.0, 4286.0, 4296.0, 4298.0, 4307.0, 4285.0, 4307.0, 4296.0, 4298.0, 4316.0, 4296.0, 4313.0, 4275.0, 4294.0, 4283.0, 4281.0, 4314.0, 4283.0, 4313.0, 4284.0, 4304.0, 4283.0, 4305.0, 4285.0, 4295.0, 4274.0, 4296.0, 4297.0, 4297.0, 4317.0, 4297.0, 4327.0, 4311.0, 4308.0, 4300.0, 4327.0, 4298.0, 4327.0, 4297.0, 4329.0, 4301.0, 4330.0, 4288.0, 4318.0, 4288.0, 4320.0, 4298.0, 4321.0, 4300.0, 4309.0, 4299.0, 4300.0, 4307.0, 4309.0, 4327.0, 4320.0, 4320.0, 4319.0, 4337.0, 4306.0, 4325.0, 4305.0, 4323.0, 4294.0, 4315.0, 4315.0, 4300.0, 4312.0, 4293.0, 4302.0, 4282.0, 4302.0, 4284.0, 4294.0, 4284.0, 4295.0, 4285.0, 4297.0, 4297.0, 4298.0, 4318.0, 4288.0, 4327.0, 4288.0, 4317.0, 4287.0, 4307.0, 4297.0, 4298.0, 4296.0, 4296.0, 4315.0, 4286.0, 4317.0, 4284.0, 4307.0, 4295.0, 4296.0, 4297.0, 4298.0, 4316.0, 4297.0, 4316.0, 4296.0, 4317.0, 4300.0, 4318.0, 4288.0, 4328.0, 4287.0, 4316.0, 4294.0, 4296.0, 4288.0, 4296.0, 4299.0, 4288.0, 4316.0, 4286.0, 4315.0, 4309.0, 4317.0, 4297.0, 4316.0, 4285.0, 4316.0, 4293.0, 4304.0, 4305.0, 4315.0, 4285.0, 4305.0, 4286.0, 4303.0, 4282.0, 4304.0, 4284.0, 4296.0, 4306.0, 4286.0, 4312.0, 4284.0, 4313.0, 4284.0, 4304.0, 4270.0, 4294.0, 4285.0, 4295.0, 4284.0, 4297.0, 4286.0, 4296.0, 4318.0, 4297.0, 4318.0, 4296.0, 4316.0, 4284.0, 4308.0, 4285.0, 4297.0, 4315.0, 4297.0, 4315.0, 4296.0, 4313.0, 4285.0, 4304.0, 4284.0, 4295.0, 4286.0, 4284.0, 4285.0, 4286.0, 4307.0, 4285.0, 4315.0, 4286.0, 4316.0, 4287.0, 4308.0, 4295.0, 4308.0, 4287.0, 4297.0, 4317.0, 4288.0, 4318.0, 4298.0, 4329.0, 4298.0, 4317.0, 4295.0, 4319.0, 4287.0, 4298.0, 4286.0, 4287.0, 4316.0, 4284.0, 4315.0, 4297.0, 4316.0, 4298.0, 4309.0, 4286.0, 4305.0, 4297.0, 4306.0, 4295.0, 4320.0, 4310.0, 4317.0, 4308.0, 4335.0, 4299.0, 4306.0, 4288.0, 4319.0, 4301.0, 4309.0, 4301.0, 4329.0, 4289.0, 4318.0, 4307.0, 4319.0, 4330.0, 4339.0, 4327.0, 4315.0, 4323.0, 4304.0, 4324.0, 4299.0, 4322.0, 4313.0, 4321.0, 4301.0, 4310.0, 4289.0, 4298.0, 4287.0, 4297.0, 4287.0, 4297.0, 4277.0, 4275.0, 4276.0, 4285.0, 4274.0, 4276.0, 4284.0, 4254.0, 4283.0, 4264.0, 4274.0, 4276.0, 4287.0, 4257.0, 4287.0, 4270.0, 4293.0, 4271.0, 4293.0, 4285.0, 4295.0, 4314.0, 4285.0, 4315.0, 4273.0, 4303.0, 4283.0, 4304.0, 4295.0, 4294.0, 4285.0, 4296.0, 4292.0, 4282.0, 4312.0, 4283.0, 4303.0, 4271.0, 4282.0, 4301.0, 4283.0, 4303.0, 4282.0, 4302.0, 4282.0, 4292.0, 4271.0, 4282.0, 4312.0, 4284.0, 4316.0, 4286.0, 4315.0, 4286.0, 4304.0, 4284.0, 4304.0, 4295.0, 4297.0, 4287.0, 4286.0, 4316.0, 4285.0, 4315.0, 4287.0, 4317.0, 4286.0, 4306.0, 4285.0, 4296.0, 4285.0, 4296.0, 4318.0, 4297.0, 4329.0, 4299.0, 4318.0, 4299.0, 4318.0, 4297.0, 4308.0, 4298.0, 4297.0, 4328.0, 4299.0, 4330.0, 4288.0, 4317.0, 4297.0, 4318.0, 4308.0, 4298.0, 4326.0, 4286.0, 4316.0, 4286.0, 4316.0, 4286.0, 4306.0, 4285.0, 4295.0, 4295.0, 4284.0, 4314.0, 4297.0, 4307.0, 4286.0, 4303.0, 4285.0, 4316.0, 4295.0, 4307.0, 4299.0, 4301.0, 4299.0, 4300.0, 4296.0, 4297.0, 4327.0, 4321.0, 4318.0, 4287.0, 4317.0, 4286.0, 4307.0, 4294.0, 4305.0, 4325.0, 4304.0, 4314.0, 4293.0, 4302.0, 4282.0, 4293.0, 4282.0, 4292.0, 4272.0, 4284.0, 4301.0, 4283.0, 4303.0, 4284.0, 4304.0, 4286.0, 4304.0, 4285.0, 4306.0, 4284.0, 4284.0, 4314.0, 4297.0, 4315.0, 4298.0, 4306.0, 4297.0, 4306.0, 4285.0, 4316.0, 4295.0, 4307.0, 4298.0, 4296.0, 4297.0, 4299.0, 4296.0, 4285.0, 4314.0, 4284.0, 4315.0, 4283.0, 4305.0, 4285.0, 4294.0, 4273.0, 4295.0, 4292.0, 4283.0, 4314.0, 4284.0, 4314.0, 4283.0, 4304.0, 4283.0, 4305.0, 4283.0, 4295.0, 4285.0, 4296.0, 4284.0, 4296.0, 4314.0, 4285.0, 4316.0, 4297.0, 4318.0, 4288.0, 4319.0, 4285.0, 4306.0, 4284.0, 4286.0, 4316.0, 4298.0, 4317.0, 4286.0, 4306.0, 4286.0, 4305.0, 4285.0, 4298.0, 4286.0, 4287.0, 4309.0, 4301.0, 4321.0, 4297.0, 4318.0, 4299.0, 4321.0, 4311.0, 4301.0, 4300.0, 4300.0, 4318.0, 4300.0, 4331.0, 4299.0, 4331.0, 4309.0, 4318.0, 4288.0, 4306.0, 4297.0, 4317.0, 4295.0, 4331.0, 4297.0, 4308.0, 4297.0, 4329.0, 4297.0, 4295.0, 4326.0, 4305.0, 4315.0, 4293.0, 4304.0, 4281.0, 4292.0, 4288.0, 4282.0, 4303.0, 4271.0, 4302.0, 4271.0, 4301.0, 4272.0, 4303.0, 4283.0, 4304.0, 4285.0, 4296.0, 4296.0, 4296.0, 4316.0, 4298.0, 4317.0, 4286.0, 4317.0, 4297.0, 4317.0, 4284.0, 4299.0, 4317.0, 4297.0, 4318.0, 4298.0, 4317.0, 4299.0, 4331.0, 4298.0, 4320.0, 4284.0, 4303.0, 4269.0, 4311.0, 4281.0, 4294.0, 4301.0, 4330.0, 4310.0, 4326.0, 4296.0, 4331.0, 4326.0, 4345.0, 4325.0, 4334.0, 4325.0, 4310.0, 4329.0, 4316.0], 'WindowWidth': [9643.0, 9624.0, 9608.0, 9569.0, 9588.0, 9541.0, 9569.0, 9521.0, 9536.0, 9518.0, 9573.0, 9533.0, 9529.0, 9542.0, 9509.0, 9520.0, 9490.0, 9501.0, 9488.0, 9522.0, 9484.0, 9499.0, 9454.0, 9468.0, 9438.0, 9454.0, 9481.0, 9475.0, 9502.0, 9476.0, 9506.0, 9467.0, 9505.0, 9470.0, 9511.0, 9500.0, 9518.0, 9489.0, 9509.0, 9502.0, 9502.0, 9524.0, 9502.0, 9532.0, 9491.0, 9532.0, 9494.0, 9516.0, 9485.0, 9514.0, 9496.0, 9517.0, 9499.0, 9502.0, 9518.0, 9492.0, 9524.0, 9501.0, 9510.0, 9490.0, 9534.0, 9489.0, 9517.0, 9495.0, 9522.0, 9486.0, 9514.0, 9498.0, 9517.0, 9504.0, 9505.0, 9493.0, 9493.0, 9526.0, 9486.0, 9513.0, 9486.0, 9526.0, 9498.0, 9515.0, 9490.0, 9517.0, 9485.0, 9499.0, 9497.0, 9504.0, 9528.0, 9516.0, 9532.0, 9491.0, 9531.0, 9492.0, 9518.0, 9510.0, 9540.0, 9511.0, 9538.0, 9517.0, 9544.0, 9495.0, 9520.0, 9533.0, 9510.0, 9552.0, 9524.0, 9539.0, 9512.0, 9536.0, 9484.0, 9532.0, 9501.0, 9503.0, 9546.0, 9516.0, 9526.0, 9487.0, 9514.0, 9485.0, 9514.0, 9486.0, 9503.0, 9500.0, 9488.0, 9531.0, 9492.0, 9533.0, 9505.0, 9531.0, 9491.0, 9533.0, 9506.0, 9522.0, 9495.0, 9509.0, 9531.0, 9506.0, 9532.0, 9492.0, 9553.0, 9495.0, 9536.0, 9507.0, 9524.0, 9492.0, 9518.0, 9533.0, 9521.0, 9552.0, 9521.0, 9528.0, 9489.0, 9528.0, 9484.0, 9503.0, 9493.0, 9532.0, 9495.0, 9532.0, 9513.0, 9534.0, 9491.0, 9531.0, 9486.0, 9529.0, 9495.0, 9512.0, 9494.0, 9492.0, 9519.0, 9489.0, 9501.0, 9488.0, 9487.0, 9462.0, 9500.0, 9462.0, 9507.0, 9484.0, 9542.0, 9492.0, 9525.0, 9495.0, 9524.0, 9491.0, 9533.0, 9493.0, 9519.0, 9516.0, 9529.0, 9533.0, 9516.0, 9527.0, 9495.0, 9512.0, 9480.0, 9512.0, 9487.0, 9500.0, 9515.0, 9487.0, 9515.0, 9499.0, 9508.0, 9497.0, 9509.0, 9480.0, 9493.0, 9462.0, 9488.0, 9457.0, 9490.0, 9505.0, 9490.0, 9503.0, 9462.0, 9489.0, 9478.0, 9507.0, 9470.0, 9516.0, 9486.0, 9518.0, 9502.0, 9492.0, 9530.0, 9503.0, 9516.0, 9488.0, 9517.0, 9495.0, 9497.0, 9522.0, 9491.0, 9520.0, 9490.0, 9506.0, 9460.0, 9491.0, 9460.0, 9476.0, 9485.0, 9466.0, 9503.0, 9482.0, 9510.0, 9489.0, 9530.0, 9492.0, 9521.0, 9504.0, 9537.0, 9511.0, 9534.0, 9538.0, 9519.0, 9532.0, 9477.0, 9513.0, 9489.0, 9461.0, 9500.0, 9485.0, 9520.0, 9484.0, 9517.0, 9507.0, 9544.0, 9532.0, 9566.0, 9581.0, 9583.0, 9566.0, 9530.0, 9527.0, 9495.0, 9522.0, 9503.0, 9516.0, 9520.0, 9529.0, 9495.0, 9502.0, 9454.0, 9456.0, 9448.0, 9469.0, 9464.0, 9464.0, 9453.0, 9451.0, 9436.0, 9464.0, 9433.0, 9466.0, 9434.0, 9465.0, 9440.0, 9454.0, 9464.0, 9473.0, 9471.0, 9477.0, 9476.0, 9478.0, 9477.0, 9463.0, 9490.0, 9463.0, 9491.0, 9435.0, 9479.0, 9449.0, 9481.0, 9490.0, 9456.0, 9495.0, 9454.0, 9499.0, 9459.0, 9487.0, 9460.0, 9475.0, 9464.0, 9513.0, 9487.0, 9503.0, 9510.0, 9519.0, 9489.0, 9521.0, 9504.0, 9508.0, 9531.0, 9503.0, 9525.0, 9473.0, 9498.0, 9481.0, 9479.0, 9525.0, 9484.0, 9524.0, 9485.0, 9513.0, 9483.0, 9516.0, 9487.0, 9503.0, 9472.0, 9507.0, 9509.0, 9508.0, 9535.0, 9507.0, 9547.0, 9534.0, 9525.0, 9518.0, 9553.0, 9513.0, 9550.0, 9509.0, 9555.0, 9520.0, 9556.0, 9500.0, 9539.0, 9499.0, 9542.0, 9513.0, 9546.0, 9518.0, 9529.0, 9514.0, 9519.0, 9526.0, 9528.0, 9551.0, 9545.0, 9543.0, 9540.0, 9565.0, 9520.0, 9545.0, 9515.0, 9542.0, 9498.0, 9529.0, 9530.0, 9504.0, 9521.0, 9496.0, 9509.0, 9479.0, 9508.0, 9485.0, 9499.0, 9484.0, 9501.0, 9489.0, 9507.0, 9508.0, 9508.0, 9537.0, 9497.0, 9550.0, 9497.0, 9535.0, 9493.0, 9522.0, 9507.0, 9510.0, 9507.0, 9507.0, 9531.0, 9491.0, 9533.0, 9487.0, 9522.0, 9501.0, 9506.0, 9507.0, 9511.0, 9535.0, 9507.0, 9531.0, 9506.0, 9534.0, 9517.0, 9536.0, 9498.0, 9554.0, 9498.0, 9534.0, 9501.0, 9507.0, 9497.0, 9506.0, 9514.0, 9497.0, 9534.0, 9493.0, 9530.0, 9528.0, 9535.0, 9509.0, 9533.0, 9490.0, 9532.0, 9498.0, 9514.0, 9514.0, 9528.0, 9487.0, 9518.0, 9492.0, 9511.0, 9480.0, 9512.0, 9486.0, 9503.0, 9517.0, 9491.0, 9525.0, 9487.0, 9525.0, 9485.0, 9513.0, 9465.0, 9500.0, 9489.0, 9503.0, 9487.0, 9507.0, 9491.0, 9505.0, 9537.0, 9508.0, 9537.0, 9507.0, 9534.0, 9488.0, 9522.0, 9488.0, 9506.0, 9528.0, 9507.0, 9531.0, 9505.0, 9526.0, 9489.0, 9512.0, 9483.0, 9500.0, 9489.0, 9487.0, 9490.0, 9493.0, 9522.0, 9492.0, 9530.0, 9493.0, 9533.0, 9494.0, 9524.0, 9505.0, 9523.0, 9493.0, 9509.0, 9536.0, 9497.0, 9538.0, 9513.0, 9554.0, 9510.0, 9535.0, 9503.0, 9539.0, 9492.0, 9509.0, 9493.0, 9496.0, 9531.0, 9487.0, 9530.0, 9510.0, 9530.0, 9512.0, 9526.0, 9491.0, 9519.0, 9510.0, 9520.0, 9504.0, 9545.0, 9529.0, 9539.0, 9529.0, 9573.0, 9518.0, 9524.0, 9498.0, 9542.0, 9523.0, 9531.0, 9523.0, 9559.0, 9501.0, 9539.0, 9522.0, 9539.0, 9558.0, 9567.0, 9548.0, 9530.0, 9539.0, 9512.0, 9539.0, 9499.0, 9534.0, 9522.0, 9530.0, 9500.0, 9513.0, 9485.0, 9494.0, 9480.0, 9493.0, 9477.0, 9490.0, 9461.0, 9459.0, 9460.0, 9471.0, 9455.0, 9458.0, 9470.0, 9428.0, 9466.0, 9442.0, 9455.0, 9461.0, 9477.0, 9437.0, 9481.0, 9460.0, 9494.0, 9464.0, 9496.0, 9486.0, 9502.0, 9526.0, 9487.0, 9529.0, 9471.0, 9509.0, 9482.0, 9511.0, 9500.0, 9499.0, 9487.0, 9502.0, 9494.0, 9480.0, 9520.0, 9482.0, 9509.0, 9464.0, 9479.0, 9505.0, 9482.0, 9509.0, 9478.0, 9509.0, 9482.0, 9495.0, 9464.0, 9480.0, 9519.0, 9486.0, 9531.0, 9490.0, 9528.0, 9492.0, 9512.0, 9487.0, 9514.0, 9502.0, 9507.0, 9493.0, 9492.0, 9531.0, 9488.0, 9528.0, 9492.0, 9534.0, 9491.0, 9517.0, 9490.0, 9505.0, 9490.0, 9507.0, 9536.0, 9510.0, 9553.0, 9515.0, 9538.0, 9514.0, 9540.0, 9511.0, 9525.0, 9509.0, 9510.0, 9553.0, 9514.0, 9558.0, 9499.0, 9537.0, 9508.0, 9539.0, 9523.0, 9510.0, 9549.0, 9494.0, 9535.0, 9494.0, 9532.0, 9490.0, 9517.0, 9489.0, 9503.0, 9501.0, 9486.0, 9525.0, 9512.0, 9519.0, 9491.0, 9513.0, 9492.0, 9533.0, 9501.0, 9522.0, 9513.0, 9519.0, 9515.0, 9517.0, 9506.0, 9510.0, 9549.0, 9548.0, 9539.0, 9497.0, 9538.0, 9494.0, 9520.0, 9498.0, 9516.0, 9542.0, 9511.0, 9526.0, 9496.0, 9508.0, 9480.0, 9496.0, 9479.0, 9493.0, 9469.0, 9485.0, 9506.0, 9483.0, 9511.0, 9486.0, 9514.0, 9491.0, 9514.0, 9489.0, 9519.0, 9487.0, 9487.0, 9526.0, 9508.0, 9528.0, 9509.0, 9519.0, 9510.0, 9518.0, 9491.0, 9532.0, 9503.0, 9522.0, 9508.0, 9505.0, 9508.0, 9514.0, 9507.0, 9488.0, 9526.0, 9485.0, 9530.0, 9484.0, 9516.0, 9489.0, 9501.0, 9470.0, 9500.0, 9494.0, 9484.0, 9526.0, 9486.0, 9525.0, 9483.0, 9512.0, 9482.0, 9515.0, 9481.0, 9500.0, 9490.0, 9504.0, 9487.0, 9506.0, 9527.0, 9491.0, 9531.0, 9508.0, 9537.0, 9498.0, 9538.0, 9490.0, 9520.0, 9487.0, 9491.0, 9532.0, 9507.0, 9534.0, 9492.0, 9519.0, 9491.0, 9516.0, 9488.0, 9509.0, 9494.0, 9496.0, 9529.0, 9520.0, 9546.0, 9513.0, 9538.0, 9515.0, 9546.0, 9531.0, 9518.0, 9519.0, 9519.0, 9541.0, 9518.0, 9561.0, 9515.0, 9561.0, 9528.0, 9540.0, 9500.0, 9521.0, 9510.0, 9537.0, 9504.0, 9561.0, 9507.0, 9524.0, 9509.0, 9557.0, 9508.0, 9501.0, 9545.0, 9514.0, 9529.0, 9495.0, 9512.0, 9476.0, 9492.0, 9483.0, 9478.0, 9507.0, 9464.0, 9504.0, 9464.0, 9503.0, 9465.0, 9508.0, 9482.0, 9514.0, 9489.0, 9506.0, 9504.0, 9505.0, 9530.0, 9510.0, 9532.0, 9491.0, 9536.0, 9509.0, 9535.0, 9487.0, 9511.0, 9534.0, 9508.0, 9537.0, 9513.0, 9538.0, 9512.0, 9560.0, 9514.0, 9544.0, 9487.0, 9508.0, 9453.0, 9513.0, 9477.0, 9499.0, 9521.0, 9556.0, 9528.0, 9544.0, 9506.0, 9558.0, 9564.0, 9584.0, 9559.0, 9569.0, 9559.0, 9532.0, 9552.0, 9529.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.004057528735632184</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028328941264367816</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.92748151199075</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2458229728078265</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.061887900886076</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5399</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3155.6692</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11754758021543824</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.160919540229886</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.355755216737032</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2990600360952285</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.504246394839568</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2639592192763005</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0120144</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0055141267366707325</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03324868157505989</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.52193704806144</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>13.1783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.5218</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.7421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283303.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1160.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.6682</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3941</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.8132</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3453.8618</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3583.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93241.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1659.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.3553</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.20429350435734</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> |