=== 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-0025 --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-0025",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0025_ses-01_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-0025_ses-01_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-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_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-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_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-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-01_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_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-0025/ses-01/func/sub-0025_ses-01_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>f16657811b255c9542656dac358f1f3e</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>18:49:54.375000</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.998992, 0.0445528, 0.0054777, -0.0446651, 0.99875, 0.0224537]</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_brain_imaging_center</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.0972058</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7741, -7221, 510, -77, -84, -50, 22]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0a97b7fa-bf26-4b33-a3ed-c7fa5e9e1aa3||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.680222511291504, -0.11983326077461243, 0.012070280499756336, 116.8829574584961], [-0.11953194439411163, 2.679572343826294, 0.06122450903058052, -77.53915405273438], [0.014696267433464527, -0.06024167314171791, 2.6992788314819336, -57.35441970825195], [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': ['184954.375000', '184954.835000', '184955.295000', '184955.755000', '184956.215000', '184956.675000', '184957.135000', '184957.595000', '184958.055000', '184958.515000', '184958.975000', '184959.435000', '184959.895000', '185000.355000', '185000.815000', '185001.275000', '185001.735000', '185002.195000', '185002.655000', '185003.115000', '185003.575000', '185004.035000', '185004.495000', '185004.955000', '185005.415000', '185005.875000', '185006.335000', '185006.795000', '185007.255000', '185007.715000', '185008.175000', '185008.635000', '185009.095000', '185009.555000', '185010.015000', '185010.475000', '185010.935000', '185011.395000', '185011.855000', '185012.315000', '185012.775000', '185013.235000', '185013.695000', '185014.155000', '185014.615000', '185015.075000', '185015.535000', '185015.995000', '185016.455000', '185016.915000', '185017.375000', '185017.835000', '185018.295000', '185018.755000', '185019.215000', '185019.675000', '185020.135000', '185020.595000', '185021.055000', '185021.515000', '185021.975000', '185022.435000', '185022.895000', '185023.355000', '185023.815000', '185024.275000', '185024.735000', '185025.195000', '185025.655000', '185026.115000', '185026.575000', '185027.035000', '185027.495000', '185027.955000', '185028.415000', '185028.875000', '185029.335000', '185029.795000', '185030.255000', '185030.715000', '185031.175000', '185031.635000', '185032.095000', '185032.555000', '185033.015000', '185033.475000', '185033.935000', '185034.395000', '185034.855000', '185035.315000', '185035.775000', '185036.235000', '185036.695000', '185037.155000', '185037.615000', '185038.075000', '185038.535000', '185038.995000', '185039.455000', '185039.915000', '185040.375000', '185040.835000', '185041.295000', '185041.755000', '185042.215000', '185042.675000', '185043.135000', '185043.595000', '185044.055000', '185044.515000', '185044.975000', '185045.435000', '185045.895000', '185046.355000', '185046.815000', '185047.275000', '185047.735000', '185048.195000', '185048.655000', '185049.115000', '185049.575000', '185050.035000', '185050.495000', '185050.955000', '185051.415000', '185051.875000', '185052.335000', '185052.795000', '185053.255000', '185053.715000', '185054.175000', '185054.635000', '185055.095000', '185055.555000', '185056.015000', '185056.475000', '185056.935000', '185057.395000', '185057.855000', '185058.315000', '185058.775000', '185059.235000', '185059.695000', '185100.155000', '185100.615000', '185101.075000', '185101.535000', '185101.995000', '185102.455000', '185102.915000', '185103.375000', '185103.835000', '185104.295000', '185104.755000', '185105.215000', '185105.675000', '185106.135000', '185106.595000', '185107.055000', '185107.515000', '185107.975000', '185108.435000', '185108.895000', '185109.355000', '185109.815000', '185110.275000', '185110.735000', '185111.195000', '185111.655000', '185112.115000', '185112.575000', '185113.035000', '185113.495000', '185113.955000', '185114.415000', '185114.875000', '185115.335000', '185115.795000', '185116.255000', '185116.715000', '185117.175000', '185117.635000', '185118.095000', '185118.555000', '185119.015000', '185119.475000', '185119.935000', '185120.395000', '185120.855000', '185121.315000', '185121.775000', '185122.235000', '185122.695000', '185123.155000', '185123.615000', '185124.075000', '185124.535000', '185124.995000', '185125.455000', '185125.915000', '185126.375000', '185126.835000', '185127.295000', '185127.755000', '185128.215000', '185128.675000', '185129.135000', '185129.595000', '185130.055000', '185130.515000', '185130.975000', '185131.435000', '185131.895000', '185132.355000', '185132.815000', '185133.275000', '185133.735000', '185134.195000', '185134.655000', '185135.115000', '185135.575000', '185136.035000', '185136.495000', '185136.955000', '185137.415000', '185137.875000', '185138.335000', '185138.795000', '185139.255000', '185139.715000', '185140.175000', '185140.635000', '185141.095000', '185141.555000', '185142.015000', '185142.475000', '185142.935000', '185143.395000', '185143.855000', '185144.315000', '185144.775000', '185145.235000', '185145.695000', '185146.155000', '185146.615000', '185147.075000', '185147.535000', '185147.995000', '185148.455000', '185148.915000', '185149.375000', '185149.835000', '185150.295000', '185150.755000', '185151.215000', '185151.675000', '185152.135000', '185152.595000', '185153.055000', '185153.515000', '185153.975000', '185154.435000', '185154.895000', '185155.355000', '185155.815000', '185156.275000', '185156.735000', '185157.195000', '185157.655000', '185158.115000', '185158.575000', '185159.035000', '185159.495000', '185159.955000', '185200.415000', '185200.875000', '185201.335000', '185201.795000', '185202.255000', '185202.715000', '185203.175000', '185203.635000', '185204.095000', '185204.555000', '185205.015000', '185205.475000', '185205.935000', '185206.395000', '185206.855000', '185207.315000', '185207.775000', '185208.235000', '185208.695000', '185209.155000', '185209.615000', '185210.075000', '185210.535000', '185210.995000', '185211.455000', '185211.915000', '185212.375000', '185212.835000', '185213.295000', '185213.755000', '185214.215000', '185214.675000', '185215.135000', '185215.595000', '185216.055000', '185216.515000', '185216.975000', '185217.435000', '185217.895000', '185218.355000', '185218.815000', '185219.275000', '185219.735000', '185220.195000', '185220.655000', '185221.115000', '185221.575000', '185222.035000', '185222.495000', '185222.955000', '185223.415000', '185223.875000', '185224.335000', '185224.795000', '185225.255000', '185225.715000', '185226.175000', '185226.635000', '185227.095000', '185227.555000', '185228.015000', '185228.475000', '185228.935000', '185229.395000', '185229.855000', '185230.315000', '185230.775000', '185231.235000', '185231.695000', '185232.155000', '185232.615000', '185233.075000', '185233.535000', '185233.995000', '185234.455000', '185234.915000', '185235.375000', '185235.835000', '185236.295000', '185236.755000', '185237.215000', '185237.675000', '185238.135000', '185238.595000', '185239.055000', '185239.515000', '185239.975000', '185240.435000', '185240.895000', '185241.355000', '185241.815000', '185242.275000', '185242.735000', '185243.195000', '185243.655000', '185244.115000', '185244.575000', '185245.035000', '185245.495000', '185245.955000', '185246.415000', '185246.875000', '185247.335000', '185247.795000', '185248.255000', '185248.715000', '185249.175000', '185249.635000', '185250.095000', '185250.555000', '185251.015000', '185251.475000', '185251.935000', '185252.395000', '185252.855000', '185253.315000', '185253.775000', '185254.235000', '185254.695000', '185255.155000', '185255.615000', '185256.075000', '185256.535000', '185256.995000', '185257.455000', '185257.915000', '185258.375000', '185258.835000', '185259.295000', '185259.755000', '185300.215000', '185300.675000', '185301.135000', '185301.595000', '185302.055000', '185302.515000', '185302.975000', '185303.435000', '185303.895000', '185304.355000', '185304.815000', '185305.275000', '185305.735000', '185306.195000', '185306.655000', '185307.115000', '185307.575000', '185308.035000', '185308.495000', '185308.955000', '185309.415000', '185309.875000', '185310.335000', '185310.795000', '185311.255000', '185311.715000', '185312.175000', '185312.635000', '185313.095000', '185313.555000', '185314.015000', '185314.475000', '185314.935000', '185315.395000', '185315.855000', '185316.315000', '185316.775000', '185317.235000', '185317.695000', '185318.155000', '185318.615000', '185319.075000', '185319.535000', '185319.995000', '185320.455000', '185320.915000', '185321.375000', '185321.835000', '185322.295000', '185322.755000', '185323.215000', '185323.675000', '185324.135000', '185324.595000', '185325.055000', '185325.515000', '185325.975000', '185326.435000', '185326.895000', '185327.355000', '185327.815000', '185328.275000', '185328.735000', '185329.195000', '185329.655000', '185330.115000', '185330.575000', '185331.035000', '185331.495000', '185331.955000', '185332.415000', '185332.875000', '185333.335000', '185333.795000', '185334.255000', '185334.715000', '185335.175000', '185335.635000', '185336.095000', '185336.555000', '185337.015000', '185337.475000', '185337.935000', '185338.395000', '185338.855000', '185339.315000', '185339.775000', '185340.235000', '185340.695000', '185341.155000', '185341.615000', '185342.075000', '185342.535000', '185342.995000', '185343.455000', '185343.915000', '185344.375000', '185344.835000', '185345.295000', '185345.755000', '185346.215000', '185346.675000', '185347.135000', '185347.595000', '185348.055000', '185348.515000', '185348.975000', '185349.435000', '185349.895000', '185350.355000', '185350.815000', '185351.275000', '185351.735000', '185352.195000', '185352.655000', '185353.115000', '185353.575000', '185354.035000', '185354.495000', '185354.955000', '185355.415000', '185355.875000', '185356.335000', '185356.795000', '185357.255000', '185357.715000', '185358.175000', '185358.635000', '185359.095000', '185359.555000', '185400.015000', '185400.475000', '185400.935000', '185401.395000', '185401.855000', '185402.315000', '185402.775000', '185403.235000', '185403.695000', '185404.155000', '185404.615000', '185405.075000', '185405.535000', '185405.995000', '185406.455000', '185406.915000', '185407.375000', '185407.835000', '185408.295000', '185408.755000', '185409.215000', '185409.675000', '185410.135000', '185410.595000', '185411.055000', '185411.515000', '185411.975000', '185412.435000', '185412.895000', '185413.355000', '185413.815000', '185414.275000', '185414.735000', '185415.195000', '185415.655000', '185416.115000', '185416.575000', '185417.035000', '185417.495000', '185417.955000', '185418.415000', '185418.875000', '185419.335000', '185419.795000', '185420.255000', '185420.715000', '185421.175000', '185421.635000', '185422.095000', '185422.555000', '185423.015000', '185423.475000', '185423.935000', '185424.395000', '185424.855000', '185425.315000', '185425.775000', '185426.235000', '185426.695000', '185427.155000', '185427.615000', '185428.075000', '185428.535000', '185428.995000', '185429.455000', '185429.915000', '185430.375000', '185430.835000', '185431.295000', '185431.755000', '185432.215000', '185432.675000', '185433.135000', '185433.595000', '185434.055000', '185434.515000', '185434.975000', '185435.435000', '185435.895000', '185436.355000', '185436.815000', '185437.275000', '185437.735000', '185438.195000', '185438.655000', '185439.115000', '185439.575000', '185440.035000', '185440.495000', '185440.955000', '185441.415000', '185441.875000', '185442.335000', '185442.795000', '185443.255000', '185443.715000', '185444.175000', '185444.635000', '185445.095000', '185445.555000', '185446.015000', '185446.475000', '185446.935000', '185447.395000', '185447.855000', '185448.315000', '185448.775000', '185449.235000', '185449.695000', '185450.155000', '185450.615000', '185451.075000', '185451.535000', '185451.995000', '185452.455000', '185452.915000', '185453.375000', '185453.835000', '185454.295000', '185454.755000', '185455.215000', '185455.675000', '185456.135000', '185456.595000', '185457.055000', '185457.515000', '185457.975000', '185458.435000', '185458.895000', '185459.355000', '185459.815000', '185500.275000', '185500.735000', '185501.195000', '185501.655000', '185502.115000', '185502.575000', '185503.035000', '185503.495000', '185503.955000', '185504.415000', '185504.875000', '185505.335000', '185505.795000', '185506.255000', '185506.715000', '185507.175000', '185507.635000', '185508.095000', '185508.555000', '185509.015000', '185509.475000', '185509.935000', '185510.395000', '185510.855000', '185511.315000', '185511.775000', '185512.235000', '185512.695000', '185513.155000', '185513.615000', '185514.075000', '185514.535000', '185514.995000', '185515.455000', '185515.915000', '185516.375000', '185516.835000', '185517.295000', '185517.755000', '185518.215000', '185518.675000', '185519.135000', '185519.595000', '185520.055000', '185520.515000', '185520.975000', '185521.435000', '185521.895000', '185522.355000', '185522.815000', '185523.275000', '185523.735000', '185524.195000', '185524.655000', '185525.115000', '185525.575000', '185526.035000', '185526.495000', '185526.955000', '185527.415000', '185527.875000', '185528.335000', '185528.795000', '185529.255000', '185529.715000', '185530.175000', '185530.635000', '185531.095000', '185531.555000', '185532.015000', '185532.475000', '185532.935000', '185533.395000', '185533.855000', '185534.315000', '185534.775000', '185535.235000', '185535.695000', '185536.155000', '185536.615000', '185537.075000', '185537.535000', '185537.995000', '185538.455000', '185538.915000', '185539.375000', '185539.835000', '185540.295000', '185540.755000', '185541.215000', '185541.675000', '185542.135000', '185542.595000', '185543.055000', '185543.515000', '185543.975000', '185544.435000', '185544.895000', '185545.355000', '185545.815000', '185546.275000', '185546.735000', '185547.195000', '185547.655000', '185548.115000', '185548.575000', '185549.035000', '185549.495000', '185549.955000', '185550.415000', '185550.875000', '185551.335000', '185551.795000', '185552.255000', '185552.715000', '185553.175000', '185553.635000', '185554.095000', '185554.555000', '185555.015000', '185555.475000', '185555.935000', '185556.395000', '185556.855000', '185557.315000', '185557.775000', '185558.235000', '185558.695000', '185559.155000', '185559.615000', '185600.075000', '185600.535000', '185600.995000', '185601.455000', '185601.915000', '185602.375000', '185602.835000', '185603.295000', '185603.755000', '185604.215000', '185604.675000', '185605.135000', '185605.595000', '185606.055000', '185606.515000', '185606.975000', '185607.435000', '185607.895000', '185608.355000', '185608.815000', '185609.275000', '185609.735000', '185610.195000', '185610.655000', '185611.115000', '185611.575000', '185612.035000', '185612.495000', '185612.955000', '185613.415000', '185613.875000', '185614.335000', '185614.795000', '185615.255000', '185615.715000', '185616.175000', '185616.635000', '185617.095000', '185617.555000', '185618.015000', '185618.475000', '185618.935000', '185619.395000', '185619.855000', '185620.315000', '185620.775000', '185621.235000', '185621.695000', '185622.155000', '185622.615000', '185623.075000', '185623.535000', '185623.995000', '185624.455000', '185624.915000', '185625.375000', '185625.835000', '185626.295000', '185626.755000', '185627.215000', '185627.675000', '185628.135000', '185628.595000', '185629.055000', '185629.515000', '185629.975000', '185630.435000', '185630.895000', '185631.355000', '185631.815000', '185632.275000', '185632.735000', '185633.195000', '185633.655000', '185634.115000', '185634.575000', '185635.035000'], 'ContentTime': ['185009.134000', '185009.137000', '185009.147000', '185009.150000', '185009.153000', '185009.156000', '185009.159000', '185009.162000', '185009.165000', '185009.167000', '185009.170000', '185009.173000', '185009.176000', '185009.179000', '185009.181000', '185009.184000', '185009.187000', '185009.190000', '185009.211000', '185009.213000', '185009.216000', '185009.219000', '185009.222000', '185009.225000', '185009.228000', '185009.231000', '185009.234000', '185009.236000', '185009.239000', '185009.242000', '185009.245000', '185029.095000', '185029.098000', '185029.101000', '185029.103000', '185029.106000', '185029.109000', '185029.112000', '185029.115000', '185029.117000', '185029.120000', '185029.123000', '185029.126000', '185029.129000', '185029.132000', '185029.135000', '185029.138000', '185029.141000', '185029.143000', '185029.146000', '185029.149000', '185029.152000', '185029.154000', '185029.157000', '185029.166000', '185029.169000', '185029.172000', '185029.175000', '185029.177000', '185029.180000', '185029.183000', '185029.186000', '185029.188000', '185029.191000', '185029.194000', '185029.197000', '185029.199000', '185029.202000', '185029.205000', '185029.216000', '185029.219000', '185029.221000', '185029.224000', '185029.227000', '185049.096000', '185049.099000', '185049.102000', '185049.104000', '185049.107000', '185049.110000', '185049.113000', '185049.115000', '185049.120000', '185049.123000', '185049.126000', '185049.129000', '185049.131000', '185049.134000', '185049.137000', '185049.140000', '185049.143000', '185049.145000', '185049.148000', '185049.151000', '185049.154000', '185049.157000', '185049.159000', '185049.162000', '185049.165000', '185049.168000', '185049.171000', '185049.173000', '185049.176000', '185049.179000', '185049.182000', '185049.185000', '185049.187000', '185049.190000', '185049.193000', '185049.196000', '185049.199000', '185049.201000', '185049.204000', '185049.207000', '185049.210000', '185049.212000', '185049.215000', '185049.218000', '185109.096000', '185109.099000', '185109.101000', '185109.104000', '185109.107000', '185109.110000', '185109.113000', '185109.115000', '185109.118000', '185109.121000', '185109.124000', '185109.126000', '185109.129000', '185109.132000', '185109.135000', '185109.138000', '185109.140000', '185109.143000', '185109.146000', '185109.149000', '185109.152000', '185109.158000', '185109.161000', '185109.164000', '185109.167000', '185109.169000', '185109.172000', '185109.175000', '185109.178000', '185109.181000', '185109.183000', '185109.186000', '185109.189000', '185109.192000', '185109.194000', '185109.197000', '185109.200000', '185109.203000', '185109.205000', '185109.208000', '185109.211000', '185109.214000', '185109.216000', '185129.096000', '185129.099000', '185129.101000', '185129.104000', '185129.107000', '185129.110000', '185129.113000', '185129.115000', '185129.118000', '185129.121000', '185129.124000', '185129.127000', '185129.129000', '185129.132000', '185129.135000', '185129.138000', '185129.140000', '185129.143000', '185129.146000', '185129.149000', '185129.152000', '185129.154000', '185129.157000', '185129.160000', '185129.163000', '185129.166000', '185129.168000', '185129.171000', '185129.174000', '185129.177000', '185129.180000', '185129.182000', '185129.185000', '185129.188000', '185129.191000', '185129.194000', '185129.201000', '185129.204000', '185129.207000', '185129.209000', '185129.212000', '185129.215000', '185129.218000', '185129.221000', '185149.096000', '185149.099000', '185149.101000', '185149.104000', '185149.108000', '185149.111000', '185149.114000', '185149.117000', '185149.120000', '185149.123000', '185149.125000', '185149.128000', '185149.131000', '185149.134000', '185149.136000', '185149.139000', '185149.142000', '185149.145000', '185149.148000', '185149.150000', '185149.153000', '185149.156000', '185149.159000', '185149.162000', '185149.165000', '185149.168000', '185149.171000', '185149.174000', '185149.176000', '185149.179000', '185149.182000', '185149.185000', '185149.188000', '185149.190000', '185149.193000', '185149.196000', '185149.199000', '185149.202000', '185149.204000', '185149.207000', '185149.210000', '185149.213000', '185149.216000', '185209.096000', '185209.099000', '185209.102000', '185209.104000', '185209.107000', '185209.110000', '185209.113000', '185209.116000', '185209.118000', '185209.121000', '185209.124000', '185209.127000', '185209.129000', '185209.132000', '185209.135000', '185209.138000', '185209.141000', '185209.143000', '185209.146000', '185209.149000', '185209.152000', '185209.155000', '185209.157000', '185209.160000', '185209.163000', '185209.166000', '185209.169000', '185209.171000', '185209.174000', '185209.177000', '185209.180000', '185209.183000', '185209.185000', '185209.188000', '185209.191000', '185209.194000', '185209.196000', '185209.199000', '185209.202000', '185209.205000', '185209.208000', '185209.210000', '185209.213000', '185209.216000', '185229.095000', '185229.098000', '185229.101000', '185229.104000', '185229.106000', '185229.109000', '185229.112000', '185229.115000', '185229.117000', '185229.120000', '185229.123000', '185229.126000', '185229.129000', '185229.131000', '185229.134000', '185229.137000', '185229.140000', '185229.142000', '185229.145000', '185229.148000', '185229.151000', '185229.154000', '185229.156000', '185229.159000', '185229.162000', '185229.165000', '185229.168000', '185229.170000', '185229.173000', '185229.176000', '185229.179000', '185229.182000', '185229.185000', '185229.187000', '185229.191000', '185229.196000', '185229.199000', '185229.202000', '185229.205000', '185229.208000', '185229.211000', '185229.213000', '185229.216000', '185249.095000', '185249.098000', '185249.101000', '185249.103000', '185249.106000', '185249.109000', '185249.112000', '185249.115000', '185249.118000', '185249.120000', '185249.123000', '185249.126000', '185249.129000', '185249.131000', '185249.134000', '185249.137000', '185249.140000', '185249.143000', '185249.146000', '185249.148000', '185249.151000', '185249.154000', '185249.157000', '185249.160000', '185249.162000', '185249.165000', '185249.168000', '185249.171000', '185249.174000', '185249.176000', '185249.179000', '185249.182000', '185249.185000', '185249.188000', '185249.191000', '185249.193000', '185249.196000', '185249.199000', '185249.202000', '185249.205000', '185249.207000', '185249.210000', '185249.213000', '185249.216000', '185309.096000', '185309.099000', '185309.102000', '185309.104000', '185309.107000', '185309.110000', '185309.113000', '185309.116000', '185309.118000', '185309.121000', '185309.124000', '185309.127000', '185309.130000', '185309.132000', '185309.135000', '185309.138000', '185309.141000', '185309.145000', '185309.148000', '185309.151000', '185309.154000', '185309.156000', '185309.159000', '185309.162000', '185309.165000', '185309.168000', '185309.171000', '185309.173000', '185309.176000', '185309.179000', '185309.182000', '185309.185000', '185309.188000', '185309.190000', '185309.193000', '185309.196000', '185309.199000', '185309.202000', '185309.204000', '185309.207000', '185309.210000', '185309.213000', '185309.216000', '185329.096000', '185329.099000', '185329.102000', '185329.105000', '185329.107000', '185329.111000', '185329.114000', '185329.117000', '185329.120000', '185329.122000', '185329.125000', '185329.128000', '185329.131000', '185329.134000', '185329.137000', '185329.139000', '185329.142000', '185329.145000', '185329.148000', '185329.151000', '185329.154000', '185329.156000', '185329.159000', '185329.162000', '185329.165000', '185329.168000', '185329.171000', '185329.173000', '185329.176000', '185329.179000', '185329.182000', '185329.185000', '185329.188000', '185329.190000', '185329.193000', '185329.196000', '185329.199000', '185329.202000', '185329.205000', '185329.207000', '185329.210000', '185329.213000', '185329.216000', '185329.219000', '185349.096000', '185349.099000', '185349.102000', '185349.104000', '185349.107000', '185349.110000', '185349.113000', '185349.116000', '185349.119000', '185349.121000', '185349.124000', '185349.127000', '185349.130000', '185349.132000', '185349.135000', '185349.138000', '185349.141000', '185349.144000', '185349.147000', '185349.149000', '185349.152000', '185349.155000', '185349.158000', '185349.161000', '185349.163000', '185349.166000', '185349.169000', '185349.172000', '185349.175000', '185349.177000', '185349.194000', '185349.197000', '185349.199000', '185349.202000', '185349.205000', '185349.208000', '185349.211000', '185349.213000', '185349.216000', '185349.219000', '185349.222000', '185349.225000', '185349.230000', '185409.096000', '185409.099000', '185409.102000', '185409.104000', '185409.107000', '185409.110000', '185409.113000', '185409.116000', '185409.118000', '185409.121000', '185409.124000', '185409.127000', '185409.130000', '185409.132000', '185409.135000', '185409.138000', '185409.141000', '185409.144000', '185409.147000', '185409.149000', '185409.152000', '185409.155000', '185409.158000', '185409.161000', '185409.163000', '185409.166000', '185409.169000', '185409.172000', '185409.175000', '185409.178000', '185409.180000', '185409.183000', '185409.186000', '185409.189000', '185409.192000', '185409.195000', '185409.197000', '185409.200000', '185409.203000', '185409.206000', '185409.209000', '185409.211000', '185409.214000', '185409.217000', '185429.096000', '185429.099000', '185429.102000', '185429.105000', '185429.107000', '185429.110000', '185429.113000', '185429.116000', '185429.119000', '185429.121000', '185429.124000', '185429.127000', '185429.130000', '185429.132000', '185429.135000', '185429.138000', '185429.141000', '185429.144000', '185429.147000', '185429.149000', '185429.152000', '185429.155000', '185429.158000', '185429.160000', '185429.163000', '185429.166000', '185429.169000', '185429.172000', '185429.175000', '185429.177000', '185429.180000', '185429.184000', '185429.187000', '185429.190000', '185429.193000', '185429.196000', '185429.199000', '185429.201000', '185429.204000', '185429.207000', '185429.210000', '185429.213000', '185429.216000', '185449.095000', '185449.098000', '185449.101000', '185449.103000', '185449.106000', '185449.109000', '185449.112000', '185449.115000', '185449.118000', '185449.120000', '185449.123000', '185449.126000', '185449.129000', '185449.132000', '185449.135000', '185449.137000', '185449.140000', '185449.143000', '185449.146000', '185449.149000', '185449.152000', '185449.154000', '185449.157000', '185449.160000', '185449.163000', '185449.166000', '185449.169000', '185449.171000', '185449.174000', '185449.177000', '185449.180000', '185449.183000', '185449.186000', '185449.188000', '185449.191000', '185449.194000', '185449.197000', '185449.200000', '185449.202000', '185449.205000', '185449.208000', '185449.211000', '185449.214000', '185449.217000', '185509.095000', '185509.098000', '185509.101000', '185509.103000', '185509.106000', '185509.109000', '185509.112000', '185509.115000', '185509.117000', '185509.120000', '185509.123000', '185509.126000', '185509.129000', '185509.132000', '185509.134000', '185509.137000', '185509.140000', '185509.143000', '185509.146000', '185509.149000', '185509.151000', '185509.154000', '185509.157000', '185509.160000', '185509.162000', '185509.165000', '185509.168000', '185509.171000', '185509.174000', '185509.177000', '185509.179000', '185509.182000', '185509.185000', '185509.188000', '185509.191000', '185509.193000', '185509.196000', '185509.199000', '185509.202000', '185509.205000', '185509.222000', '185509.225000', '185509.228000', '185529.096000', '185529.099000', '185529.101000', '185529.104000', '185529.107000', '185529.110000', '185529.113000', '185529.116000', '185529.119000', '185529.121000', '185529.124000', '185529.127000', '185529.130000', '185529.133000', '185529.136000', '185529.138000', '185529.141000', '185529.144000', '185529.147000', '185529.150000', '185529.153000', '185529.155000', '185529.158000', '185529.161000', '185529.164000', '185529.167000', '185529.169000', '185529.172000', '185529.175000', '185529.178000', '185529.181000', '185529.183000', '185529.186000', '185529.189000', '185529.192000', '185529.195000', '185529.197000', '185529.200000', '185529.203000', '185529.206000', '185529.209000', '185529.212000', '185529.214000', '185529.217000', '185549.096000', '185549.099000', '185549.102000', '185549.104000', '185549.107000', '185549.110000', '185549.113000', '185549.116000', '185549.119000', '185549.121000', '185549.124000', '185549.127000', '185549.130000', '185549.133000', '185549.136000', '185549.139000', '185549.141000', '185549.144000', '185549.147000', '185549.150000', '185549.153000', '185549.156000', '185549.158000', '185549.161000', '185549.164000', '185549.167000', '185549.170000', '185549.173000', '185549.175000', '185549.178000', '185549.181000', '185549.184000', '185549.187000', '185549.189000', '185549.192000', '185549.195000', '185549.198000', '185549.201000', '185549.203000', '185549.206000', '185549.209000', '185549.212000', '185549.215000', '185609.096000', '185609.099000', '185609.102000', '185609.104000', '185609.107000', '185609.110000', '185609.113000', '185609.116000', '185609.119000', '185609.121000', '185609.124000', '185609.127000', '185609.130000', '185609.133000', '185609.135000', '185609.138000', '185609.141000', '185609.144000', '185609.147000', '185609.150000', '185609.153000', '185609.155000', '185609.158000', '185609.161000', '185609.164000', '185609.167000', '185609.169000', '185609.172000', '185609.175000', '185609.178000', '185609.181000', '185609.183000', '185609.186000', '185609.189000', '185609.192000', '185609.195000', '185609.198000', '185609.200000', '185609.203000', '185609.206000', '185609.209000', '185609.212000', '185609.215000', '185609.217000', '185629.096000', '185629.099000', '185629.102000', '185629.105000', '185629.107000', '185629.110000', '185629.113000', '185629.116000', '185629.119000', '185629.121000', '185629.124000', '185629.127000', '185629.130000', '185629.133000', '185629.135000', '185629.138000', '185629.141000', '185629.144000', '185629.146000', '185629.149000', '185629.152000', '185629.155000', '185629.158000', '185629.170000', '185629.173000', '185629.176000', '185629.178000', '185629.181000', '185629.184000', '185629.187000', '185629.190000', '185629.192000', '185629.195000', '185629.198000', '185629.201000', '185629.204000', '185629.206000', '185629.209000', '185629.212000', '185629.215000', '185629.218000', '185629.221000', '185629.223000', '185635.805000', '185635.809000', '185635.812000', '185635.815000', '185635.818000', '185635.822000', '185635.825000', '185635.828000', '185635.831000', '185635.834000', '185635.837000', '185635.840000', '185635.843000', '185635.846000', '185635.849000'], 'InstanceCreationTime': ['185009.134000', '185009.137000', '185009.147000', '185009.150000', '185009.153000', '185009.156000', '185009.159000', '185009.162000', '185009.165000', '185009.167000', '185009.170000', '185009.173000', '185009.176000', '185009.179000', '185009.181000', '185009.184000', '185009.187000', '185009.190000', '185009.211000', '185009.213000', '185009.216000', '185009.219000', '185009.222000', '185009.225000', '185009.228000', '185009.231000', '185009.234000', '185009.236000', '185009.239000', '185009.242000', '185009.245000', '185029.095000', '185029.098000', '185029.101000', '185029.103000', '185029.106000', '185029.109000', '185029.112000', '185029.115000', '185029.117000', '185029.120000', '185029.123000', '185029.126000', '185029.129000', '185029.132000', '185029.135000', '185029.138000', '185029.141000', '185029.143000', '185029.146000', '185029.149000', '185029.152000', '185029.154000', '185029.157000', '185029.166000', '185029.169000', '185029.172000', '185029.175000', '185029.177000', '185029.180000', '185029.183000', '185029.186000', '185029.188000', '185029.191000', '185029.194000', '185029.197000', '185029.199000', '185029.202000', '185029.205000', '185029.216000', '185029.219000', '185029.221000', '185029.224000', '185029.227000', '185049.096000', '185049.099000', '185049.102000', '185049.104000', '185049.107000', '185049.110000', '185049.113000', '185049.115000', '185049.120000', '185049.123000', '185049.126000', '185049.129000', '185049.131000', '185049.134000', '185049.137000', '185049.140000', '185049.143000', '185049.145000', '185049.148000', '185049.151000', '185049.154000', '185049.157000', '185049.159000', '185049.162000', '185049.165000', '185049.168000', '185049.171000', '185049.173000', '185049.176000', '185049.179000', '185049.182000', '185049.185000', '185049.187000', '185049.190000', '185049.193000', '185049.196000', '185049.199000', '185049.201000', '185049.204000', '185049.207000', '185049.210000', '185049.212000', '185049.215000', '185049.218000', '185109.096000', '185109.099000', '185109.101000', '185109.104000', '185109.107000', '185109.110000', '185109.113000', '185109.115000', '185109.118000', '185109.121000', '185109.124000', '185109.126000', '185109.129000', '185109.132000', '185109.135000', '185109.138000', '185109.140000', '185109.143000', '185109.146000', '185109.149000', '185109.152000', '185109.158000', '185109.161000', '185109.164000', '185109.167000', '185109.169000', '185109.172000', '185109.175000', '185109.178000', '185109.181000', '185109.183000', '185109.186000', '185109.189000', '185109.192000', '185109.194000', '185109.197000', '185109.200000', '185109.203000', '185109.205000', '185109.208000', '185109.211000', '185109.214000', '185109.216000', '185129.096000', '185129.099000', '185129.101000', '185129.104000', '185129.107000', '185129.110000', '185129.113000', '185129.115000', '185129.118000', '185129.121000', '185129.124000', '185129.127000', '185129.129000', '185129.132000', '185129.135000', '185129.138000', '185129.140000', '185129.143000', '185129.146000', '185129.149000', '185129.152000', '185129.154000', '185129.157000', '185129.160000', '185129.163000', '185129.166000', '185129.168000', '185129.171000', '185129.174000', '185129.177000', '185129.180000', '185129.182000', '185129.185000', '185129.188000', '185129.191000', '185129.194000', '185129.201000', '185129.204000', '185129.207000', '185129.209000', '185129.212000', '185129.215000', '185129.218000', '185129.221000', '185149.096000', '185149.099000', '185149.101000', '185149.104000', '185149.108000', '185149.111000', '185149.114000', '185149.117000', '185149.120000', '185149.123000', '185149.125000', '185149.128000', '185149.131000', '185149.134000', '185149.136000', '185149.139000', '185149.142000', '185149.145000', '185149.148000', '185149.150000', '185149.153000', '185149.156000', '185149.159000', '185149.162000', '185149.165000', '185149.168000', '185149.171000', '185149.174000', '185149.176000', '185149.179000', '185149.182000', '185149.185000', '185149.188000', '185149.190000', '185149.193000', '185149.196000', '185149.199000', '185149.202000', '185149.204000', '185149.207000', '185149.210000', '185149.213000', '185149.216000', '185209.096000', '185209.099000', '185209.102000', '185209.104000', '185209.107000', '185209.110000', '185209.113000', '185209.116000', '185209.118000', '185209.121000', '185209.124000', '185209.127000', '185209.129000', '185209.132000', '185209.135000', '185209.138000', '185209.141000', '185209.143000', '185209.146000', '185209.149000', '185209.152000', '185209.155000', '185209.157000', '185209.160000', '185209.163000', '185209.166000', '185209.169000', '185209.171000', '185209.174000', '185209.177000', '185209.180000', '185209.183000', '185209.185000', '185209.188000', '185209.191000', '185209.194000', '185209.196000', '185209.199000', '185209.202000', '185209.205000', '185209.208000', '185209.210000', '185209.213000', '185209.216000', '185229.095000', '185229.098000', '185229.101000', '185229.104000', '185229.106000', '185229.109000', '185229.112000', '185229.115000', '185229.117000', '185229.120000', '185229.123000', '185229.126000', '185229.129000', '185229.131000', '185229.134000', '185229.137000', '185229.140000', '185229.142000', '185229.145000', '185229.148000', '185229.151000', '185229.154000', '185229.156000', '185229.159000', '185229.162000', '185229.165000', '185229.168000', '185229.170000', '185229.173000', '185229.176000', '185229.179000', '185229.182000', '185229.185000', '185229.187000', '185229.191000', '185229.196000', '185229.199000', '185229.202000', '185229.205000', '185229.208000', '185229.211000', '185229.213000', '185229.216000', '185249.095000', '185249.098000', '185249.101000', '185249.103000', '185249.106000', '185249.109000', '185249.112000', '185249.115000', '185249.118000', '185249.120000', '185249.123000', '185249.126000', '185249.129000', '185249.131000', '185249.134000', '185249.137000', '185249.140000', '185249.143000', '185249.146000', '185249.148000', '185249.151000', '185249.154000', '185249.157000', '185249.160000', '185249.162000', '185249.165000', '185249.168000', '185249.171000', '185249.174000', '185249.176000', '185249.179000', '185249.182000', '185249.185000', '185249.188000', '185249.191000', '185249.193000', '185249.196000', '185249.199000', '185249.202000', '185249.205000', '185249.207000', '185249.210000', '185249.213000', '185249.216000', '185309.096000', '185309.099000', '185309.102000', '185309.104000', '185309.107000', '185309.110000', '185309.113000', '185309.116000', '185309.118000', '185309.121000', '185309.124000', '185309.127000', '185309.130000', '185309.132000', '185309.135000', '185309.138000', '185309.141000', '185309.145000', '185309.148000', '185309.151000', '185309.154000', '185309.156000', '185309.159000', '185309.162000', '185309.165000', '185309.168000', '185309.171000', '185309.173000', '185309.176000', '185309.179000', '185309.182000', '185309.185000', '185309.188000', '185309.190000', '185309.193000', '185309.196000', '185309.199000', '185309.202000', '185309.204000', '185309.207000', '185309.210000', '185309.213000', '185309.216000', '185329.096000', '185329.099000', '185329.102000', '185329.105000', '185329.107000', '185329.111000', '185329.114000', '185329.117000', '185329.120000', '185329.122000', '185329.125000', '185329.128000', '185329.131000', '185329.134000', '185329.137000', '185329.139000', '185329.142000', '185329.145000', '185329.148000', '185329.151000', '185329.154000', '185329.156000', '185329.159000', '185329.162000', '185329.165000', '185329.168000', '185329.171000', '185329.173000', '185329.176000', '185329.179000', '185329.182000', '185329.185000', '185329.188000', '185329.190000', '185329.193000', '185329.196000', '185329.199000', '185329.202000', '185329.205000', '185329.207000', '185329.210000', '185329.213000', '185329.216000', '185329.219000', '185349.096000', '185349.099000', '185349.102000', '185349.104000', '185349.107000', '185349.110000', '185349.113000', '185349.116000', '185349.119000', '185349.121000', '185349.124000', '185349.127000', '185349.130000', '185349.132000', '185349.135000', '185349.138000', '185349.141000', '185349.144000', '185349.147000', '185349.149000', '185349.152000', '185349.155000', '185349.158000', '185349.161000', '185349.163000', '185349.166000', '185349.169000', '185349.172000', '185349.175000', '185349.177000', '185349.194000', '185349.197000', '185349.199000', '185349.202000', '185349.205000', '185349.208000', '185349.211000', '185349.213000', '185349.216000', '185349.219000', '185349.222000', '185349.225000', '185349.230000', '185409.096000', '185409.099000', '185409.102000', '185409.104000', '185409.107000', '185409.110000', '185409.113000', '185409.116000', '185409.118000', '185409.121000', '185409.124000', '185409.127000', '185409.130000', '185409.132000', '185409.135000', '185409.138000', '185409.141000', '185409.144000', '185409.147000', '185409.149000', '185409.152000', '185409.155000', '185409.158000', '185409.161000', '185409.163000', '185409.166000', '185409.169000', '185409.172000', '185409.175000', '185409.178000', '185409.180000', '185409.183000', '185409.186000', '185409.189000', '185409.192000', '185409.195000', '185409.197000', '185409.200000', '185409.203000', '185409.206000', '185409.209000', '185409.211000', '185409.214000', '185409.217000', '185429.096000', '185429.099000', '185429.102000', '185429.105000', '185429.107000', '185429.110000', '185429.113000', '185429.116000', '185429.119000', '185429.121000', '185429.124000', '185429.127000', '185429.130000', '185429.132000', '185429.135000', '185429.138000', '185429.141000', '185429.144000', '185429.147000', '185429.149000', '185429.152000', '185429.155000', '185429.158000', '185429.160000', '185429.163000', '185429.166000', '185429.169000', '185429.172000', '185429.175000', '185429.177000', '185429.180000', '185429.184000', '185429.187000', '185429.190000', '185429.193000', '185429.196000', '185429.199000', '185429.201000', '185429.204000', '185429.207000', '185429.210000', '185429.213000', '185429.216000', '185449.095000', '185449.098000', '185449.101000', '185449.103000', '185449.106000', '185449.109000', '185449.112000', '185449.115000', '185449.118000', '185449.120000', '185449.123000', '185449.126000', '185449.129000', '185449.132000', '185449.135000', '185449.137000', '185449.140000', '185449.143000', '185449.146000', '185449.149000', '185449.152000', '185449.154000', '185449.157000', '185449.160000', '185449.163000', '185449.166000', '185449.169000', '185449.171000', '185449.174000', '185449.177000', '185449.180000', '185449.183000', '185449.186000', '185449.188000', '185449.191000', '185449.194000', '185449.197000', '185449.200000', '185449.202000', '185449.205000', '185449.208000', '185449.211000', '185449.214000', '185449.217000', '185509.095000', '185509.098000', '185509.101000', '185509.103000', '185509.106000', '185509.109000', '185509.112000', '185509.115000', '185509.117000', '185509.120000', '185509.123000', '185509.126000', '185509.129000', '185509.132000', '185509.134000', '185509.137000', '185509.140000', '185509.143000', '185509.146000', '185509.149000', '185509.151000', '185509.154000', '185509.157000', '185509.160000', '185509.162000', '185509.165000', '185509.168000', '185509.171000', '185509.174000', '185509.177000', '185509.179000', '185509.182000', '185509.185000', '185509.188000', '185509.191000', '185509.193000', '185509.196000', '185509.199000', '185509.202000', '185509.205000', '185509.222000', '185509.225000', '185509.228000', '185529.096000', '185529.099000', '185529.101000', '185529.104000', '185529.107000', '185529.110000', '185529.113000', '185529.116000', '185529.119000', '185529.121000', '185529.124000', '185529.127000', '185529.130000', '185529.133000', '185529.136000', '185529.138000', '185529.141000', '185529.144000', '185529.147000', '185529.150000', '185529.153000', '185529.155000', '185529.158000', '185529.161000', '185529.164000', '185529.167000', '185529.169000', '185529.172000', '185529.175000', '185529.178000', '185529.181000', '185529.183000', '185529.186000', '185529.189000', '185529.192000', '185529.195000', '185529.197000', '185529.200000', '185529.203000', '185529.206000', '185529.209000', '185529.212000', '185529.214000', '185529.217000', '185549.096000', '185549.099000', '185549.102000', '185549.104000', '185549.107000', '185549.110000', '185549.113000', '185549.116000', '185549.119000', '185549.121000', '185549.124000', '185549.127000', '185549.130000', '185549.133000', '185549.136000', '185549.139000', '185549.141000', '185549.144000', '185549.147000', '185549.150000', '185549.153000', '185549.156000', '185549.158000', '185549.161000', '185549.164000', '185549.167000', '185549.170000', '185549.173000', '185549.175000', '185549.178000', '185549.181000', '185549.184000', '185549.187000', '185549.189000', '185549.192000', '185549.195000', '185549.198000', '185549.201000', '185549.203000', '185549.206000', '185549.209000', '185549.212000', '185549.215000', '185609.096000', '185609.099000', '185609.102000', '185609.104000', '185609.107000', '185609.110000', '185609.113000', '185609.116000', '185609.119000', '185609.121000', '185609.124000', '185609.127000', '185609.130000', '185609.133000', '185609.135000', '185609.138000', '185609.141000', '185609.144000', '185609.147000', '185609.150000', '185609.153000', '185609.155000', '185609.158000', '185609.161000', '185609.164000', '185609.167000', '185609.169000', '185609.172000', '185609.175000', '185609.178000', '185609.181000', '185609.183000', '185609.186000', '185609.189000', '185609.192000', '185609.195000', '185609.198000', '185609.200000', '185609.203000', '185609.206000', '185609.209000', '185609.212000', '185609.215000', '185609.217000', '185629.096000', '185629.099000', '185629.102000', '185629.105000', '185629.107000', '185629.110000', '185629.113000', '185629.116000', '185629.119000', '185629.121000', '185629.124000', '185629.127000', '185629.130000', '185629.133000', '185629.135000', '185629.138000', '185629.141000', '185629.144000', '185629.146000', '185629.149000', '185629.152000', '185629.155000', '185629.158000', '185629.170000', '185629.173000', '185629.176000', '185629.178000', '185629.181000', '185629.184000', '185629.187000', '185629.190000', '185629.192000', '185629.195000', '185629.198000', '185629.201000', '185629.204000', '185629.206000', '185629.209000', '185629.212000', '185629.215000', '185629.218000', '185629.221000', '185629.223000', '185635.805000', '185635.809000', '185635.812000', '185635.815000', '185635.818000', '185635.822000', '185635.825000', '185635.828000', '185635.831000', '185635.834000', '185635.837000', '185635.840000', '185635.843000', '185635.846000', '185635.849000'], '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': [13933, 13348, 12455, 13772, 13572, 13663, 14025, 13609, 13789, 13393, 12788, 13653, 13186, 13821, 13341, 12646, 12992, 12079, 13694, 13353, 13516, 13756, 13759, 13729, 13411, 12674, 13565, 13462, 14269, 13271, 13726, 13073, 14078, 14054, 13503, 13244, 13937, 13136, 14278, 13625, 13325, 13805, 13040, 14088, 13707, 13479, 13692, 13327, 12507, 13627, 13424, 13998, 13254, 12304, 13480, 13823, 13745, 13564, 13584, 13872, 13833, 14200, 13882, 13274, 13806, 13481, 14422, 13520, 13976, 13988, 13595, 12265, 14239, 12902, 14309, 13083, 13751, 13204, 12902, 14212, 13207, 13597, 13309, 12800, 13435, 13649, 13571, 13991, 12751, 14493, 13044, 13956, 13604, 12626, 14102, 13201, 14086, 13909, 13985, 13449, 13224, 13323, 13451, 14899, 13655, 13559, 13908, 13099, 15026, 13524, 13285, 13490, 13831, 13110, 13916, 13774, 13224, 13448, 13853, 13772, 13284, 12733, 14140, 13165, 13544, 13618, 13095, 13303, 13822, 14304, 13730, 15440, 14289, 12662, 13984, 13390, 11991, 13401, 12621, 13879, 13499, 12555, 13386, 11757, 13308, 13413, 12879, 13976, 14939, 13870, 12890, 13335, 13183, 11665, 14016, 12983, 13561, 13331, 14111, 12983, 13689, 13824, 12927, 15789, 13710, 13955, 13247, 13094, 12278, 12933, 13453, 13568, 13122, 14615, 13429, 13322, 12657, 12871, 13787, 13967, 13129, 13227, 13843, 12728, 13152, 13748, 13579, 13486, 13730, 14439, 13632, 13865, 13482, 12536, 13247, 14263, 15076, 12761, 13509, 14010, 12943, 12877, 12817, 11809, 13597, 13144, 13346, 13851, 14856, 13785, 13774, 13862, 13298, 12758, 14377, 13012, 14324, 12555, 12574, 12013, 13219, 12291, 13968, 13111, 15041, 13521, 13177, 13921, 13226, 12531, 14907, 12709, 13663, 13553, 13869, 13398, 13202, 14060, 13266, 13690, 13200, 14253, 14252, 13930, 13189, 14396, 13182, 13952, 13510, 12371, 13691, 13021, 12796, 13810, 12445, 13755, 10254, 14310, 13735, 14091, 14144, 13747, 14711, 12402, 14100, 13310, 13825, 12939, 13594, 14115, 13142, 13276, 13843, 12615, 13474, 13358, 12586, 13654, 13182, 14311, 14143, 12904, 14742, 13218, 13337, 13812, 13195, 15307, 14051, 13568, 14169, 13885, 13069, 14025, 12890, 13193, 14200, 12971, 13463, 12898, 12998, 14312, 12714, 12290, 14175, 13192, 14141, 13203, 13572, 13182, 13021, 13730, 13651, 12508, 14026, 13758, 13178, 13853, 12480, 13352, 14055, 12520, 14452, 13351, 13380, 13715, 12957, 14394, 13149, 13334, 13954, 13519, 13602, 13160, 13599, 12610, 15092, 13842, 13162, 13609, 13304, 12920, 13475, 11247, 13863, 13253, 13761, 13803, 13842, 14140, 11096, 13912, 13328, 13421, 14184, 13408, 15615, 14076, 12872, 14018, 13492, 12348, 14232, 13433, 13529, 14195, 13052, 13535, 12980, 11978, 13712, 13229, 13464, 13515, 13103, 13385, 12295, 13036, 13398, 13182, 13571, 13620, 12542, 13296, 12395, 13773, 13186, 12561, 14056, 13086, 13685, 12736, 14722, 13954, 12413, 15699, 13567, 12692, 13428, 12772, 12225, 13936, 13201, 12810, 13541, 12739, 13720, 13049, 13259, 13114, 12732, 14032, 13659, 13371, 13024, 12666, 13513, 12832, 14030, 13481, 13808, 13443, 13312, 13270, 12595, 12958, 13707, 15603, 13661, 12286, 13866, 13082, 12720, 13097, 12235, 14404, 13429, 13828, 12804, 13243, 13584, 13481, 13979, 13570, 14552, 15436, 14006, 12979, 15051, 13730, 12793, 12888, 12871, 15980, 13796, 13173, 16239, 13855, 12474, 13643, 13047, 12399, 13798, 13409, 13165, 13616, 12565, 13431, 12873, 12099, 14367, 13053, 13778, 12934, 12488, 13759, 12578, 12560, 13808, 12121, 13908, 12341, 12740, 13184, 12879, 13364, 13151, 12711, 13704, 11636, 13649, 12644, 12906, 13598, 12882, 13501, 13682, 14483, 13896, 12688, 13564, 13608, 12315, 13916, 13553, 13843, 13327, 13805, 13486, 12331, 14326, 13599, 12354, 14001, 13997, 13817, 12752, 13621, 13153, 12978, 13856, 13442, 13918, 13706, 12793, 13692, 12609, 14058, 13350, 15468, 13902, 14769, 13851, 13092, 15559, 13639, 12929, 13718, 13552, 14859, 13834, 13013, 13457, 13883, 13250, 13276, 13754, 13164, 13429, 12680, 14104, 13269, 12758, 13880, 15622, 13421, 12357, 13767, 13408, 12691, 13956, 13807, 14059, 13158, 14020, 13308, 13090, 13712, 15179, 13797, 14967, 13255, 13158, 12832, 13697, 13142, 13165, 13605, 12856, 13573, 12439, 13566, 13079, 13478, 13700, 13493, 13507, 13011, 13322, 13459, 12309, 14630, 13386, 13590, 13329, 13117, 13209, 13691, 12869, 13269, 13430, 12700, 13334, 13913, 12528, 13869, 12547, 13350, 13969, 12797, 13588, 13848, 13382, 13930, 12885, 12663, 13569, 13304, 13594, 13674, 13423, 13490, 12835, 13617, 13014, 13597, 13633, 12741, 13444, 10892, 14125, 13556, 13488, 13860, 13922, 13660, 13752, 13547, 13314, 15953, 13965, 15199, 13826, 13100, 12802, 13260, 12861, 13563, 12998, 13013, 13674, 16447, 13164, 13947, 13502, 13209, 15157, 13788, 13304, 16328, 13678, 12610, 13779, 13215, 12129, 13633, 13515, 14838, 13495, 12509, 14019, 13336, 12641, 13069, 13538, 12810, 13176, 13121, 11942, 13479, 12983, 13066, 13848, 12714, 13698, 12813, 13054, 13357, 12937, 13768, 13500, 14289, 13430, 13369, 13396, 12342, 12867, 13712, 15739, 13388, 13434, 12683, 13242, 10907, 13592, 13089, 11749, 13591, 15604, 13407, 12878, 13877, 13272, 13215, 13899, 15946, 13708, 15119, 12787, 13243, 12345, 13405, 12869, 13087, 13523, 12695, 13360, 15493, 13355, 12894, 13039, 13815, 17118, 13484, 13537, 13522, 13448, 14102, 13652, 12944, 12886, 13312, 16346, 13131, 12514, 12988, 13372, 12816, 15336, 13423, 13388, 12404, 13236, 13161, 12400, 13022, 11042, 12853, 13107, 11619, 13014, 13377, 12088, 13357, 12445, 13084, 12926, 12851, 12938, 13301, 12716, 14025, 15493, 13707, 12752, 13130, 13509, 12545, 12166, 13847, 14358, 13096, 13238, 12501, 13098, 12667, 13001, 13915, 16437, 13817, 14012, 13386, 10152, 13203, 13015, 14770, 13317, 13744, 13520, 13819, 12418, 13246, 11517, 13652, 13123, 13245, 13569, 13495, 13290, 15612, 13268, 13816, 13502, 13120, 12496, 13805, 17276, 13559, 12227, 13293, 12723, 11736, 13798, 13402, 16406, 13682, 13081, 13244, 12701, 15321, 13323, 11730, 13306, 12799, 14669, 13717, 12752, 12597, 13199, 12041, 13609, 12707, 12542, 13674, 15773, 13562, 12749, 13540, 13550, 14037, 14146, 13392, 13385, 13234, 12603, 13975, 12624, 13070, 13805, 12675, 13885, 12961, 13848, 12631, 13933, 13722, 12033, 14493, 15014, 14643, 14358, 13399], 'WindowCenter': [4440.0, 4415.0, 4402.0, 4398.0, 4397.0, 4385.0, 4385.0, 4385.0, 4384.0, 4384.0, 4371.0, 4383.0, 4372.0, 4381.0, 4384.0, 4373.0, 4385.0, 4371.0, 4384.0, 4384.0, 4372.0, 4384.0, 4387.0, 4383.0, 4385.0, 4385.0, 4385.0, 4385.0, 4394.0, 4384.0, 4385.0, 4387.0, 4395.0, 4397.0, 4386.0, 4386.0, 4386.0, 4385.0, 4395.0, 4398.0, 4385.0, 4383.0, 4374.0, 4382.0, 4382.0, 4382.0, 4383.0, 4384.0, 4373.0, 4383.0, 4384.0, 4381.0, 4384.0, 4375.0, 4385.0, 4396.0, 4383.0, 4384.0, 4384.0, 4383.0, 4385.0, 4384.0, 4397.0, 4386.0, 4384.0, 4385.0, 4396.0, 4384.0, 4384.0, 4396.0, 4396.0, 4373.0, 4384.0, 4384.0, 4394.0, 4385.0, 4397.0, 4388.0, 4387.0, 4396.0, 4385.0, 4384.0, 4386.0, 4384.0, 4396.0, 4396.0, 4384.0, 4383.0, 4371.0, 4384.0, 4386.0, 4396.0, 4399.0, 4387.0, 4398.0, 4387.0, 4395.0, 4397.0, 4396.0, 4398.0, 4388.0, 4398.0, 4388.0, 4397.0, 4385.0, 4385.0, 4382.0, 4374.0, 4395.0, 4384.0, 4384.0, 4371.0, 4381.0, 4371.0, 4381.0, 4385.0, 4385.0, 4385.0, 4396.0, 4397.0, 4385.0, 4375.0, 4384.0, 4383.0, 4385.0, 4385.0, 4384.0, 4385.0, 4384.0, 4383.0, 4384.0, 4393.0, 4384.0, 4385.0, 4396.0, 4387.0, 4373.0, 4382.0, 4376.0, 4384.0, 4385.0, 4385.0, 4397.0, 4388.0, 4398.0, 4399.0, 4387.0, 4395.0, 4396.0, 4386.0, 4386.0, 4398.0, 4399.0, 4377.0, 4399.0, 4388.0, 4385.0, 4388.0, 4397.0, 4399.0, 4398.0, 4396.0, 4387.0, 4395.0, 4384.0, 4384.0, 4374.0, 4373.0, 4363.0, 4371.0, 4384.0, 4370.0, 4370.0, 4382.0, 4370.0, 4383.0, 4370.0, 4371.0, 4383.0, 4381.0, 4373.0, 4371.0, 4382.0, 4372.0, 4383.0, 4384.0, 4383.0, 4386.0, 4385.0, 4381.0, 4384.0, 4383.0, 4383.0, 4375.0, 4398.0, 4413.0, 4399.0, 4385.0, 4397.0, 4383.0, 4372.0, 4372.0, 4385.0, 4373.0, 4395.0, 4385.0, 4382.0, 4395.0, 4398.0, 4397.0, 4397.0, 4398.0, 4397.0, 4386.0, 4394.0, 4385.0, 4395.0, 4385.0, 4388.0, 4401.0, 4413.0, 4400.0, 4424.0, 4414.0, 4410.0, 4399.0, 4389.0, 4399.0, 4387.0, 4374.0, 4394.0, 4375.0, 4384.0, 4385.0, 4394.0, 4395.0, 4397.0, 4396.0, 4389.0, 4385.0, 4383.0, 4382.0, 4382.0, 4383.0, 4372.0, 4382.0, 4385.0, 4395.0, 4386.0, 4374.0, 4396.0, 4386.0, 4372.0, 4383.0, 4373.0, 4396.0, 4367.0, 4397.0, 4397.0, 4384.0, 4397.0, 4387.0, 4396.0, 4388.0, 4412.0, 4413.0, 4413.0, 4415.0, 4399.0, 4397.0, 4387.0, 4385.0, 4387.0, 4387.0, 4386.0, 4396.0, 4387.0, 4384.0, 4384.0, 4383.0, 4382.0, 4372.0, 4382.0, 4372.0, 4383.0, 4381.0, 4371.0, 4383.0, 4369.0, 4368.0, 4367.0, 4368.0, 4357.0, 4366.0, 4360.0, 4369.0, 4380.0, 4369.0, 4369.0, 4371.0, 4371.0, 4382.0, 4371.0, 4358.0, 4380.0, 4370.0, 4379.0, 4371.0, 4380.0, 4385.0, 4384.0, 4370.0, 4370.0, 4360.0, 4370.0, 4381.0, 4372.0, 4383.0, 4373.0, 4382.0, 4395.0, 4373.0, 4394.0, 4396.0, 4396.0, 4398.0, 4386.0, 4397.0, 4398.0, 4387.0, 4398.0, 4399.0, 4399.0, 4398.0, 4398.0, 4390.0, 4398.0, 4384.0, 4386.0, 4382.0, 4384.0, 4374.0, 4396.0, 4364.0, 4384.0, 4387.0, 4385.0, 4395.0, 4398.0, 4409.0, 4377.0, 4410.0, 4399.0, 4387.0, 4396.0, 4386.0, 4396.0, 4396.0, 4385.0, 4395.0, 4397.0, 4372.0, 4394.0, 4396.0, 4386.0, 4396.0, 4388.0, 4395.0, 4398.0, 4376.0, 4397.0, 4385.0, 4386.0, 4397.0, 4397.0, 4398.0, 4389.0, 4386.0, 4386.0, 4373.0, 4382.0, 4384.0, 4375.0, 4386.0, 4385.0, 4385.0, 4385.0, 4374.0, 4383.0, 4386.0, 4384.0, 4386.0, 4394.0, 4384.0, 4374.0, 4393.0, 4373.0, 4374.0, 4372.0, 4372.0, 4371.0, 4383.0, 4384.0, 4371.0, 4384.0, 4385.0, 4395.0, 4386.0, 4385.0, 4387.0, 4385.0, 4383.0, 4385.0, 4384.0, 4385.0, 4384.0, 4396.0, 4385.0, 4396.0, 4387.0, 4395.0, 4398.0, 4411.0, 4401.0, 4390.0, 4385.0, 4398.0, 4408.0, 4399.0, 4389.0, 4413.0, 4400.0, 4398.0, 4400.0, 4401.0, 4410.0, 4412.0, 4410.0, 4399.0, 4411.0, 4411.0, 4399.0, 4397.0, 4388.0, 4396.0, 4409.0, 4397.0, 4388.0, 4396.0, 4385.0, 4373.0, 4371.0, 4373.0, 4393.0, 4372.0, 4374.0, 4394.0, 4370.0, 4371.0, 4368.0, 4358.0, 4359.0, 4356.0, 4368.0, 4359.0, 4369.0, 4370.0, 4369.0, 4359.0, 4358.0, 4368.0, 4369.0, 4369.0, 4372.0, 4370.0, 4381.0, 4372.0, 4359.0, 4371.0, 4360.0, 4371.0, 4373.0, 4370.0, 4372.0, 4373.0, 4379.0, 4373.0, 4370.0, 4384.0, 4374.0, 4396.0, 4386.0, 4372.0, 4383.0, 4374.0, 4380.0, 4385.0, 4395.0, 4394.0, 4384.0, 4383.0, 4397.0, 4373.0, 4395.0, 4385.0, 4396.0, 4400.0, 4410.0, 4412.0, 4390.0, 4396.0, 4397.0, 4387.0, 4409.0, 4411.0, 4398.0, 4399.0, 4409.0, 4398.0, 4400.0, 4400.0, 4400.0, 4399.0, 4400.0, 4399.0, 4399.0, 4388.0, 4397.0, 4397.0, 4396.0, 4386.0, 4397.0, 4385.0, 4386.0, 4394.0, 4385.0, 4384.0, 4381.0, 4383.0, 4392.0, 4383.0, 4385.0, 4382.0, 4384.0, 4384.0, 4372.0, 4385.0, 4385.0, 4385.0, 4385.0, 4395.0, 4386.0, 4383.0, 4386.0, 4408.0, 4397.0, 4387.0, 4384.0, 4398.0, 4385.0, 4395.0, 4397.0, 4398.0, 4397.0, 4396.0, 4398.0, 4387.0, 4397.0, 4396.0, 4398.0, 4410.0, 4385.0, 4386.0, 4386.0, 4396.0, 4383.0, 4385.0, 4395.0, 4385.0, 4398.0, 4387.0, 4395.0, 4397.0, 4386.0, 4397.0, 4386.0, 4396.0, 4388.0, 4386.0, 4384.0, 4375.0, 4384.0, 4373.0, 4372.0, 4370.0, 4372.0, 4372.0, 4383.0, 4384.0, 4371.0, 4372.0, 4373.0, 4370.0, 4382.0, 4373.0, 4384.0, 4373.0, 4383.0, 4393.0, 4372.0, 4382.0, 4384.0, 4386.0, 4397.0, 4385.0, 4383.0, 4396.0, 4385.0, 4383.0, 4397.0, 4396.0, 4399.0, 4398.0, 4411.0, 4389.0, 4388.0, 4399.0, 4388.0, 4398.0, 4378.0, 4409.0, 4400.0, 4398.0, 4400.0, 4410.0, 4400.0, 4400.0, 4387.0, 4399.0, 4419.0, 4398.0, 4397.0, 4397.0, 4397.0, 4386.0, 4385.0, 4387.0, 4397.0, 4388.0, 4387.0, 4388.0, 4408.0, 4384.0, 4384.0, 4373.0, 4372.0, 4383.0, 4369.0, 4370.0, 4391.0, 4382.0, 4372.0, 4380.0, 4372.0, 4361.0, 4371.0, 4371.0, 4382.0, 4371.0, 4372.0, 4370.0, 4371.0, 4372.0, 4370.0, 4371.0, 4370.0, 4368.0, 4372.0, 4362.0, 4382.0, 4383.0, 4371.0, 4381.0, 4386.0, 4383.0, 4383.0, 4384.0, 4385.0, 4383.0, 4384.0, 4386.0, 4396.0, 4396.0, 4399.0, 4400.0, 4388.0, 4386.0, 4385.0, 4397.0, 4386.0, 4386.0, 4386.0, 4397.0, 4365.0, 4397.0, 4386.0, 4375.0, 4398.0, 4410.0, 4398.0, 4398.0, 4398.0, 4399.0, 4397.0, 4399.0, 4409.0, 4398.0, 4399.0, 4387.0, 4388.0, 4388.0, 4388.0, 4388.0, 4387.0, 4398.0, 4388.0, 4398.0, 4408.0, 4397.0, 4389.0, 4385.0, 4386.0, 4408.0, 4387.0, 4386.0, 4385.0, 4387.0, 4396.0, 4385.0, 4385.0, 4374.0, 4386.0, 4405.0, 4385.0, 4375.0, 4374.0, 4384.0, 4376.0, 4397.0, 4386.0, 4385.0, 4373.0, 4384.0, 4382.0, 4373.0, 4384.0, 4363.0, 4383.0, 4386.0, 4365.0, 4385.0, 4396.0, 4376.0, 4396.0, 4388.0, 4399.0, 4399.0, 4386.0, 4384.0, 4386.0, 4383.0, 4395.0, 4409.0, 4399.0, 4399.0, 4387.0, 4386.0, 4375.0, 4373.0, 4385.0, 4395.0, 4386.0, 4387.0, 4386.0, 4398.0, 4387.0, 4398.0, 4398.0, 4405.0, 4398.0, 4398.0, 4397.0, 4367.0, 4400.0, 4402.0, 4409.0, 4386.0, 4387.0, 4397.0, 4410.0, 4400.0, 4399.0, 4380.0, 4410.0, 4398.0, 4397.0, 4400.0, 4400.0, 4401.0, 4422.0, 4413.0, 4415.0, 4400.0, 4387.0, 4375.0, 4402.0, 4434.0, 4401.0, 4388.0, 4384.0, 4372.0, 4360.0, 4383.0, 4383.0, 4393.0, 4384.0, 4384.0, 4385.0, 4385.0, 4396.0, 4385.0, 4373.0, 4383.0, 4375.0, 4381.0, 4382.0, 4375.0, 4371.0, 4384.0, 4362.0, 4395.0, 4388.0, 4373.0, 4386.0, 4410.0, 4398.0, 4384.0, 4383.0, 4385.0, 4381.0, 4382.0, 4384.0, 4383.0, 4385.0, 4374.0, 4383.0, 4373.0, 4382.0, 4383.0, 4373.0, 4384.0, 4384.0, 4396.0, 4373.0, 4394.0, 4383.0, 4371.0, 4394.0, 4397.0, 4397.0, 4410.0, 4398.0], 'WindowWidth': [9767.0, 9724.0, 9700.0, 9687.0, 9685.0, 9665.0, 9661.0, 9665.0, 9659.0, 9660.0, 9639.0, 9656.0, 9644.0, 9650.0, 9657.0, 9642.0, 9661.0, 9642.0, 9659.0, 9662.0, 9643.0, 9658.0, 9667.0, 9654.0, 9662.0, 9660.0, 9658.0, 9661.0, 9671.0, 9660.0, 9660.0, 9668.0, 9678.0, 9679.0, 9665.0, 9666.0, 9661.0, 9663.0, 9676.0, 9682.0, 9663.0, 9654.0, 9645.0, 9651.0, 9651.0, 9656.0, 9655.0, 9660.0, 9644.0, 9655.0, 9659.0, 9650.0, 9658.0, 9651.0, 9662.0, 9678.0, 9656.0, 9661.0, 9661.0, 9656.0, 9663.0, 9657.0, 9680.0, 9668.0, 9659.0, 9663.0, 9679.0, 9660.0, 9662.0, 9675.0, 9681.0, 9645.0, 9657.0, 9660.0, 9674.0, 9662.0, 9679.0, 9671.0, 9671.0, 9677.0, 9665.0, 9660.0, 9663.0, 9659.0, 9680.0, 9679.0, 9657.0, 9654.0, 9638.0, 9657.0, 9665.0, 9678.0, 9687.0, 9669.0, 9684.0, 9671.0, 9673.0, 9681.0, 9677.0, 9683.0, 9674.0, 9683.0, 9673.0, 9687.0, 9659.0, 9663.0, 9650.0, 9645.0, 9678.0, 9658.0, 9659.0, 9635.0, 9651.0, 9638.0, 9650.0, 9663.0, 9660.0, 9662.0, 9680.0, 9678.0, 9664.0, 9649.0, 9658.0, 9656.0, 9659.0, 9661.0, 9657.0, 9660.0, 9662.0, 9654.0, 9656.0, 9673.0, 9655.0, 9660.0, 9677.0, 9667.0, 9643.0, 9653.0, 9653.0, 9659.0, 9663.0, 9663.0, 9682.0, 9672.0, 9685.0, 9690.0, 9668.0, 9677.0, 9681.0, 9663.0, 9665.0, 9684.0, 9688.0, 9658.0, 9685.0, 9672.0, 9661.0, 9670.0, 9680.0, 9686.0, 9688.0, 9678.0, 9672.0, 9682.0, 9659.0, 9662.0, 9643.0, 9644.0, 9629.0, 9637.0, 9658.0, 9634.0, 9633.0, 9655.0, 9634.0, 9654.0, 9633.0, 9637.0, 9655.0, 9647.0, 9642.0, 9640.0, 9652.0, 9641.0, 9655.0, 9659.0, 9656.0, 9666.0, 9666.0, 9651.0, 9656.0, 9657.0, 9656.0, 9650.0, 9684.0, 9714.0, 9693.0, 9663.0, 9682.0, 9653.0, 9641.0, 9639.0, 9663.0, 9646.0, 9677.0, 9662.0, 9653.0, 9676.0, 9687.0, 9682.0, 9681.0, 9683.0, 9685.0, 9667.0, 9674.0, 9662.0, 9677.0, 9662.0, 9672.0, 9696.0, 9714.0, 9693.0, 9728.0, 9722.0, 9710.0, 9688.0, 9676.0, 9684.0, 9667.0, 9648.0, 9670.0, 9647.0, 9659.0, 9663.0, 9671.0, 9679.0, 9681.0, 9680.0, 9680.0, 9661.0, 9657.0, 9655.0, 9649.0, 9653.0, 9639.0, 9650.0, 9660.0, 9673.0, 9665.0, 9646.0, 9677.0, 9666.0, 9637.0, 9654.0, 9641.0, 9679.0, 9641.0, 9681.0, 9682.0, 9659.0, 9678.0, 9667.0, 9675.0, 9670.0, 9711.0, 9712.0, 9714.0, 9723.0, 9693.0, 9679.0, 9670.0, 9664.0, 9665.0, 9670.0, 9664.0, 9680.0, 9670.0, 9658.0, 9659.0, 9659.0, 9652.0, 9640.0, 9656.0, 9640.0, 9660.0, 9652.0, 9638.0, 9661.0, 9629.0, 9629.0, 9625.0, 9625.0, 9611.0, 9621.0, 9618.0, 9631.0, 9644.0, 9632.0, 9628.0, 9636.0, 9639.0, 9652.0, 9637.0, 9618.0, 9646.0, 9632.0, 9644.0, 9637.0, 9650.0, 9663.0, 9659.0, 9632.0, 9634.0, 9620.0, 9632.0, 9650.0, 9637.0, 9656.0, 9646.0, 9653.0, 9675.0, 9645.0, 9671.0, 9679.0, 9677.0, 9686.0, 9669.0, 9682.0, 9687.0, 9667.0, 9685.0, 9687.0, 9687.0, 9687.0, 9683.0, 9678.0, 9690.0, 9659.0, 9666.0, 9652.0, 9659.0, 9645.0, 9679.0, 9635.0, 9657.0, 9670.0, 9661.0, 9676.0, 9687.0, 9699.0, 9657.0, 9702.0, 9690.0, 9673.0, 9678.0, 9665.0, 9679.0, 9676.0, 9662.0, 9675.0, 9681.0, 9645.0, 9672.0, 9678.0, 9669.0, 9677.0, 9670.0, 9677.0, 9685.0, 9650.0, 9681.0, 9666.0, 9664.0, 9682.0, 9681.0, 9687.0, 9677.0, 9664.0, 9662.0, 9645.0, 9653.0, 9661.0, 9647.0, 9665.0, 9664.0, 9661.0, 9663.0, 9650.0, 9657.0, 9666.0, 9659.0, 9665.0, 9678.0, 9659.0, 9647.0, 9673.0, 9642.0, 9645.0, 9638.0, 9641.0, 9640.0, 9655.0, 9660.0, 9640.0, 9659.0, 9662.0, 9677.0, 9667.0, 9662.0, 9669.0, 9666.0, 9657.0, 9664.0, 9658.0, 9665.0, 9661.0, 9679.0, 9665.0, 9678.0, 9669.0, 9679.0, 9687.0, 9707.0, 9696.0, 9679.0, 9663.0, 9683.0, 9700.0, 9687.0, 9675.0, 9715.0, 9694.0, 9684.0, 9691.0, 9697.0, 9705.0, 9712.0, 9706.0, 9690.0, 9708.0, 9708.0, 9691.0, 9683.0, 9673.0, 9679.0, 9703.0, 9680.0, 9670.0, 9684.0, 9661.0, 9646.0, 9637.0, 9642.0, 9677.0, 9641.0, 9646.0, 9678.0, 9634.0, 9637.0, 9630.0, 9613.0, 9616.0, 9608.0, 9625.0, 9618.0, 9630.0, 9635.0, 9629.0, 9617.0, 9615.0, 9626.0, 9631.0, 9631.0, 9639.0, 9638.0, 9650.0, 9640.0, 9620.0, 9635.0, 9624.0, 9636.0, 9643.0, 9636.0, 9639.0, 9643.0, 9647.0, 9641.0, 9637.0, 9657.0, 9646.0, 9677.0, 9667.0, 9641.0, 9655.0, 9647.0, 9648.0, 9660.0, 9677.0, 9674.0, 9662.0, 9657.0, 9680.0, 9646.0, 9674.0, 9662.0, 9679.0, 9691.0, 9705.0, 9712.0, 9679.0, 9679.0, 9683.0, 9668.0, 9700.0, 9708.0, 9686.0, 9691.0, 9701.0, 9688.0, 9689.0, 9689.0, 9692.0, 9686.0, 9691.0, 9686.0, 9688.0, 9675.0, 9682.0, 9684.0, 9682.0, 9665.0, 9682.0, 9661.0, 9665.0, 9677.0, 9660.0, 9659.0, 9651.0, 9655.0, 9672.0, 9656.0, 9662.0, 9657.0, 9656.0, 9658.0, 9639.0, 9663.0, 9665.0, 9662.0, 9661.0, 9674.0, 9666.0, 9657.0, 9665.0, 9702.0, 9682.0, 9670.0, 9659.0, 9684.0, 9663.0, 9675.0, 9684.0, 9685.0, 9683.0, 9682.0, 9687.0, 9668.0, 9681.0, 9684.0, 9682.0, 9707.0, 9662.0, 9666.0, 9666.0, 9678.0, 9659.0, 9658.0, 9677.0, 9663.0, 9681.0, 9670.0, 9677.0, 9684.0, 9664.0, 9680.0, 9668.0, 9678.0, 9670.0, 9663.0, 9659.0, 9650.0, 9661.0, 9639.0, 9641.0, 9632.0, 9638.0, 9641.0, 9655.0, 9658.0, 9638.0, 9638.0, 9642.0, 9633.0, 9652.0, 9644.0, 9658.0, 9645.0, 9653.0, 9670.0, 9642.0, 9652.0, 9661.0, 9665.0, 9678.0, 9664.0, 9655.0, 9679.0, 9663.0, 9656.0, 9682.0, 9679.0, 9686.0, 9684.0, 9705.0, 9677.0, 9669.0, 9686.0, 9671.0, 9685.0, 9660.0, 9701.0, 9691.0, 9682.0, 9688.0, 9705.0, 9691.0, 9693.0, 9666.0, 9686.0, 9722.0, 9684.0, 9684.0, 9680.0, 9683.0, 9667.0, 9666.0, 9671.0, 9681.0, 9673.0, 9665.0, 9672.0, 9703.0, 9660.0, 9660.0, 9638.0, 9640.0, 9655.0, 9630.0, 9634.0, 9667.0, 9652.0, 9639.0, 9646.0, 9640.0, 9626.0, 9634.0, 9637.0, 9654.0, 9635.0, 9640.0, 9637.0, 9635.0, 9638.0, 9633.0, 9633.0, 9635.0, 9629.0, 9640.0, 9626.0, 9653.0, 9656.0, 9636.0, 9651.0, 9665.0, 9656.0, 9658.0, 9658.0, 9663.0, 9661.0, 9660.0, 9665.0, 9677.0, 9679.0, 9686.0, 9691.0, 9676.0, 9664.0, 9662.0, 9681.0, 9661.0, 9664.0, 9664.0, 9681.0, 9637.0, 9679.0, 9667.0, 9648.0, 9683.0, 9705.0, 9685.0, 9687.0, 9684.0, 9687.0, 9683.0, 9687.0, 9706.0, 9682.0, 9689.0, 9666.0, 9670.0, 9669.0, 9668.0, 9670.0, 9665.0, 9684.0, 9669.0, 9685.0, 9701.0, 9682.0, 9675.0, 9661.0, 9663.0, 9699.0, 9664.0, 9665.0, 9660.0, 9666.0, 9680.0, 9660.0, 9664.0, 9643.0, 9664.0, 9691.0, 9661.0, 9648.0, 9646.0, 9658.0, 9650.0, 9683.0, 9662.0, 9661.0, 9644.0, 9655.0, 9654.0, 9642.0, 9660.0, 9632.0, 9656.0, 9664.0, 9636.0, 9661.0, 9679.0, 9650.0, 9679.0, 9671.0, 9685.0, 9686.0, 9665.0, 9660.0, 9664.0, 9656.0, 9678.0, 9703.0, 9685.0, 9689.0, 9666.0, 9664.0, 9652.0, 9643.0, 9661.0, 9679.0, 9664.0, 9669.0, 9663.0, 9684.0, 9673.0, 9685.0, 9685.0, 9695.0, 9681.0, 9684.0, 9682.0, 9644.0, 9690.0, 9699.0, 9705.0, 9665.0, 9668.0, 9679.0, 9704.0, 9691.0, 9687.0, 9664.0, 9703.0, 9686.0, 9683.0, 9690.0, 9690.0, 9693.0, 9728.0, 9715.0, 9722.0, 9693.0, 9670.0, 9648.0, 9695.0, 9754.0, 9694.0, 9674.0, 9658.0, 9640.0, 9622.0, 9656.0, 9654.0, 9674.0, 9657.0, 9660.0, 9663.0, 9662.0, 9677.0, 9659.0, 9644.0, 9655.0, 9647.0, 9653.0, 9652.0, 9648.0, 9634.0, 9656.0, 9627.0, 9677.0, 9670.0, 9641.0, 9663.0, 9707.0, 9686.0, 9662.0, 9656.0, 9662.0, 9653.0, 9653.0, 9659.0, 9656.0, 9663.0, 9646.0, 9658.0, 9646.0, 9653.0, 9657.0, 9641.0, 9660.0, 9662.0, 9679.0, 9645.0, 9675.0, 9656.0, 9636.0, 9673.0, 9684.0, 9678.0, 9705.0, 9686.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.00030373993095512085</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023216948561565018</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.85724499700463</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2959652857718895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902971466705054</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5126</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4017.6824</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09603292586850334</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.602991944764097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.317062656329138</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2274926741651635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5389286667399507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1847666280822993</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103705</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0026439132634550333</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03425358980894089</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.199906642157005</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>24.0866</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.064</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.2632</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291375.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1071.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.4596</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0282</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.7273</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3535.908</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3690.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85169.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>878.5858</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.01114268321544</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> |