=== 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-0026 --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-0026",
"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-0026_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0026_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0026_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-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0026/ses-03/func/sub-0026_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bbe5633e2ac8fc56e4dc4cafc351227a</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:45:14.797500</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.998484, 0.00086061, 0.0550403, -0.00418251, 0.998174, 0.0602674]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0961385</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7746, -7273, 617, 5, -115, 15, 62]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>07dd93d2-fc1d-43d0-9232-a6b9e356e2ae||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.678858995437622, -0.01122137438505888, 0.14819729328155518, 110.10414123535156], [-0.0023089537862688303, 2.6780264377593994, 0.16309668123722076, -90.48316192626953], [0.14766906201839447, -0.16169290244579315, 2.6909918785095215, -60.41552734375], [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': ['094514.797500', '094515.257500', '094515.717500', '094516.177500', '094516.637500', '094517.097500', '094517.557500', '094518.017500', '094518.477500', '094518.937500', '094519.397500', '094519.857500', '094520.317500', '094520.777500', '094521.237500', '094521.697500', '094522.157500', '094522.617500', '094523.077500', '094523.537500', '094523.997500', '094524.457500', '094524.917500', '094525.377500', '094525.837500', '094526.297500', '094526.757500', '094527.217500', '094527.677500', '094528.137500', '094528.597500', '094529.057500', '094529.517500', '094529.977500', '094530.437500', '094530.897500', '094531.357500', '094531.817500', '094532.277500', '094532.737500', '094533.197500', '094533.657500', '094534.117500', '094534.577500', '094535.037500', '094535.497500', '094535.957500', '094536.417500', '094536.877500', '094537.337500', '094537.797500', '094538.257500', '094538.717500', '094539.177500', '094539.637500', '094540.097500', '094540.557500', '094541.017500', '094541.477500', '094541.937500', '094542.397500', '094542.857500', '094543.317500', '094543.777500', '094544.237500', '094544.697500', '094545.157500', '094545.617500', '094546.077500', '094546.537500', '094546.997500', '094547.457500', '094547.917500', '094548.377500', '094548.837500', '094549.297500', '094549.757500', '094550.217500', '094550.677500', '094551.137500', '094551.597500', '094552.057500', '094552.517500', '094552.977500', '094553.437500', '094553.897500', '094554.357500', '094554.817500', '094555.277500', '094555.737500', '094556.197500', '094556.657500', '094557.117500', '094557.577500', '094558.037500', '094558.497500', '094558.957500', '094559.417500', '094559.877500', '094600.337500', '094600.797500', '094601.257500', '094601.717500', '094602.177500', '094602.637500', '094603.097500', '094603.557500', '094604.017500', '094604.477500', '094604.937500', '094605.397500', '094605.857500', '094606.317500', '094606.777500', '094607.237500', '094607.697500', '094608.157500', '094608.617500', '094609.077500', '094609.537500', '094609.997500', '094610.457500', '094610.917500', '094611.377500', '094611.837500', '094612.297500', '094612.757500', '094613.217500', '094613.677500', '094614.137500', '094614.597500', '094615.057500', '094615.517500', '094615.977500', '094616.437500', '094616.897500', '094617.357500', '094617.817500', '094618.277500', '094618.737500', '094619.197500', '094619.657500', '094620.117500', '094620.577500', '094621.037500', '094621.497500', '094621.957500', '094622.417500', '094622.877500', '094623.337500', '094623.797500', '094624.257500', '094624.717500', '094625.177500', '094625.637500', '094626.097500', '094626.557500', '094627.017500', '094627.477500', '094627.937500', '094628.397500', '094628.857500', '094629.317500', '094629.777500', '094630.237500', '094630.697500', '094631.157500', '094631.617500', '094632.077500', '094632.537500', '094632.997500', '094633.457500', '094633.917500', '094634.377500', '094634.837500', '094635.297500', '094635.757500', '094636.217500', '094636.677500', '094637.137500', '094637.597500', '094638.057500', '094638.517500', '094638.977500', '094639.437500', '094639.897500', '094640.357500', '094640.817500', '094641.277500', '094641.737500', '094642.197500', '094642.657500', '094643.117500', '094643.577500', '094644.037500', '094644.497500', '094644.957500', '094645.417500', '094645.877500', '094646.337500', '094646.797500', '094647.257500', '094647.717500', '094648.177500', '094648.637500', '094649.097500', '094649.557500', '094650.017500', '094650.477500', '094650.937500', '094651.397500', '094651.857500', '094652.317500', '094652.777500', '094653.237500', '094653.697500', '094654.157500', '094654.617500', '094655.077500', '094655.537500', '094655.997500', '094656.457500', '094656.917500', '094657.377500', '094657.837500', '094658.297500', '094658.757500', '094659.217500', '094659.677500', '094700.137500', '094700.597500', '094701.057500', '094701.517500', '094701.977500', '094702.437500', '094702.897500', '094703.357500', '094703.817500', '094704.277500', '094704.737500', '094705.197500', '094705.657500', '094706.117500', '094706.577500', '094707.037500', '094707.497500', '094707.957500', '094708.417500', '094708.877500', '094709.337500', '094709.797500', '094710.257500', '094710.717500', '094711.177500', '094711.637500', '094712.097500', '094712.557500', '094713.017500', '094713.477500', '094713.937500', '094714.397500', '094714.857500', '094715.317500', '094715.777500', '094716.237500', '094716.697500', '094717.157500', '094717.617500', '094718.077500', '094718.537500', '094718.997500', '094719.457500', '094719.917500', '094720.377500', '094720.837500', '094721.297500', '094721.757500', '094722.217500', '094722.677500', '094723.137500', '094723.597500', '094724.057500', '094724.517500', '094724.977500', '094725.437500', '094725.897500', '094726.357500', '094726.817500', '094727.277500', '094727.737500', '094728.197500', '094728.657500', '094729.117500', '094729.577500', '094730.037500', '094730.497500', '094730.957500', '094731.417500', '094731.877500', '094732.337500', '094732.797500', '094733.257500', '094733.717500', '094734.177500', '094734.637500', '094735.097500', '094735.557500', '094736.017500', '094736.477500', '094736.937500', '094737.397500', '094737.857500', '094738.317500', '094738.777500', '094739.237500', '094739.697500', '094740.157500', '094740.617500', '094741.077500', '094741.537500', '094741.997500', '094742.457500', '094742.917500', '094743.377500', '094743.837500', '094744.297500', '094744.757500', '094745.217500', '094745.677500', '094746.137500', '094746.597500', '094747.057500', '094747.517500', '094747.977500', '094748.437500', '094748.897500', '094749.357500', '094749.817500', '094750.277500', '094750.737500', '094751.197500', '094751.657500', '094752.117500', '094752.577500', '094753.037500', '094753.497500', '094753.957500', '094754.417500', '094754.877500', '094755.337500', '094755.797500', '094756.257500', '094756.717500', '094757.177500', '094757.637500', '094758.097500', '094758.557500', '094759.017500', '094759.477500', '094759.937500', '094800.397500', '094800.857500', '094801.317500', '094801.777500', '094802.237500', '094802.697500', '094803.157500', '094803.617500', '094804.077500', '094804.537500', '094804.997500', '094805.457500', '094805.917500', '094806.377500', '094806.837500', '094807.297500', '094807.757500', '094808.217500', '094808.677500', '094809.137500', '094809.597500', '094810.057500', '094810.517500', '094810.977500', '094811.437500', '094811.897500', '094812.357500', '094812.817500', '094813.277500', '094813.737500', '094814.197500', '094814.657500', '094815.117500', '094815.577500', '094816.037500', '094816.497500', '094816.957500', '094817.417500', '094817.877500', '094818.337500', '094818.797500', '094819.257500', '094819.717500', '094820.177500', '094820.637500', '094821.097500', '094821.557500', '094822.017500', '094822.477500', '094822.937500', '094823.397500', '094823.857500', '094824.317500', '094824.777500', '094825.237500', '094825.697500', '094826.157500', '094826.617500', '094827.077500', '094827.537500', '094827.997500', '094828.457500', '094828.917500', '094829.377500', '094829.837500', '094830.297500', '094830.757500', '094831.217500', '094831.677500', '094832.137500', '094832.597500', '094833.057500', '094833.517500', '094833.977500', '094834.437500', '094834.897500', '094835.357500', '094835.817500', '094836.277500', '094836.737500', '094837.197500', '094837.657500', '094838.117500', '094838.577500', '094839.037500', '094839.497500', '094839.957500', '094840.417500', '094840.877500', '094841.337500', '094841.797500', '094842.257500', '094842.717500', '094843.177500', '094843.637500', '094844.097500', '094844.557500', '094845.017500', '094845.477500', '094845.937500', '094846.397500', '094846.857500', '094847.317500', '094847.777500', '094848.237500', '094848.697500', '094849.157500', '094849.617500', '094850.077500', '094850.537500', '094850.997500', '094851.457500', '094851.917500', '094852.377500', '094852.837500', '094853.297500', '094853.757500', '094854.217500', '094854.677500', '094855.137500', '094855.597500', '094856.057500', '094856.517500', '094856.977500', '094857.437500', '094857.897500', '094858.357500', '094858.817500', '094859.277500', '094859.737500', '094900.197500', '094900.657500', '094901.117500', '094901.577500', '094902.037500', '094902.497500', '094902.957500', '094903.417500', '094903.877500', '094904.337500', '094904.797500', '094905.257500', '094905.717500', '094906.177500', '094906.637500', '094907.097500', '094907.557500', '094908.017500', '094908.477500', '094908.937500', '094909.397500', '094909.857500', '094910.317500', '094910.777500', '094911.237500', '094911.697500', '094912.157500', '094912.617500', '094913.077500', '094913.537500', '094913.997500', '094914.457500', '094914.917500', '094915.377500', '094915.837500', '094916.297500', '094916.757500', '094917.217500', '094917.677500', '094918.137500', '094918.597500', '094919.057500', '094919.517500', '094919.977500', '094920.437500', '094920.897500', '094921.357500', '094921.817500', '094922.277500', '094922.737500', '094923.197500', '094923.657500', '094924.117500', '094924.577500', '094925.037500', '094925.497500', '094925.957500', '094926.417500', '094926.877500', '094927.337500', '094927.797500', '094928.257500', '094928.717500', '094929.177500', '094929.637500', '094930.097500', '094930.557500', '094931.017500', '094931.477500', '094931.937500', '094932.397500', '094932.857500', '094933.317500', '094933.777500', '094934.237500', '094934.697500', '094935.157500', '094935.617500', '094936.077500', '094936.537500', '094936.997500', '094937.457500', '094937.917500', '094938.377500', '094938.837500', '094939.297500', '094939.757500', '094940.217500', '094940.677500', '094941.137500', '094941.597500', '094942.057500', '094942.517500', '094942.977500', '094943.437500', '094943.897500', '094944.357500', '094944.817500', '094945.277500', '094945.737500', '094946.197500', '094946.657500', '094947.117500', '094947.577500', '094948.037500', '094948.497500', '094948.957500', '094949.417500', '094949.877500', '094950.337500', '094950.797500', '094951.257500', '094951.717500', '094952.177500', '094952.637500', '094953.097500', '094953.557500', '094954.017500', '094954.477500', '094954.937500', '094955.397500', '094955.857500', '094956.317500', '094956.777500', '094957.237500', '094957.697500', '094958.157500', '094958.617500', '094959.077500', '094959.537500', '094959.997500', '095000.457500', '095000.917500', '095001.377500', '095001.837500', '095002.297500', '095002.757500', '095003.217500', '095003.677500', '095004.137500', '095004.597500', '095005.057500', '095005.517500', '095005.977500', '095006.437500', '095006.897500', '095007.357500', '095007.817500', '095008.277500', '095008.737500', '095009.197500', '095009.657500', '095010.117500', '095010.577500', '095011.037500', '095011.497500', '095011.957500', '095012.417500', '095012.877500', '095013.337500', '095013.797500', '095014.257500', '095014.717500', '095015.177500', '095015.637500', '095016.097500', '095016.557500', '095017.017500', '095017.477500', '095017.937500', '095018.397500', '095018.857500', '095019.317500', '095019.777500', '095020.237500', '095020.697500', '095021.157500', '095021.617500', '095022.077500', '095022.537500', '095022.997500', '095023.457500', '095023.917500', '095024.377500', '095024.837500', '095025.297500', '095025.757500', '095026.217500', '095026.677500', '095027.137500', '095027.597500', '095028.057500', '095028.517500', '095028.977500', '095029.437500', '095029.897500', '095030.357500', '095030.817500', '095031.277500', '095031.737500', '095032.197500', '095032.657500', '095033.117500', '095033.577500', '095034.037500', '095034.497500', '095034.957500', '095035.417500', '095035.877500', '095036.337500', '095036.797500', '095037.257500', '095037.717500', '095038.177500', '095038.637500', '095039.097500', '095039.557500', '095040.017500', '095040.477500', '095040.937500', '095041.397500', '095041.857500', '095042.317500', '095042.777500', '095043.237500', '095043.697500', '095044.157500', '095044.617500', '095045.077500', '095045.537500', '095045.997500', '095046.457500', '095046.917500', '095047.377500', '095047.837500', '095048.297500', '095048.757500', '095049.217500', '095049.677500', '095050.137500', '095050.597500', '095051.057500', '095051.517500', '095051.977500', '095052.437500', '095052.897500', '095053.357500', '095053.817500', '095054.277500', '095054.737500', '095055.197500', '095055.657500', '095056.117500', '095056.577500', '095057.037500', '095057.497500', '095057.957500', '095058.417500', '095058.877500', '095059.337500', '095059.797500', '095100.257500', '095100.717500', '095101.177500', '095101.637500', '095102.097500', '095102.557500', '095103.017500', '095103.477500', '095103.937500', '095104.397500', '095104.857500', '095105.317500', '095105.777500', '095106.237500', '095106.697500', '095107.157500', '095107.617500', '095108.077500', '095108.537500', '095108.997500', '095109.457500', '095109.917500', '095110.377500', '095110.837500', '095111.297500', '095111.757500', '095112.217500', '095112.677500', '095113.137500', '095113.597500', '095114.057500', '095114.517500', '095114.977500', '095115.437500', '095115.897500', '095116.357500', '095116.817500', '095117.277500', '095117.737500', '095118.197500', '095118.657500', '095119.117500', '095119.577500', '095120.037500', '095120.497500', '095120.957500', '095121.417500', '095121.877500', '095122.337500', '095122.797500', '095123.257500', '095123.717500', '095124.177500', '095124.637500', '095125.097500', '095125.557500', '095126.017500', '095126.477500', '095126.937500', '095127.397500', '095127.857500', '095128.317500', '095128.777500', '095129.237500', '095129.697500', '095130.157500', '095130.617500', '095131.077500', '095131.537500', '095131.997500', '095132.457500', '095132.917500', '095133.377500', '095133.837500', '095134.297500', '095134.757500', '095135.217500', '095135.677500', '095136.137500', '095136.597500', '095137.057500', '095137.517500', '095137.977500', '095138.437500', '095138.897500', '095139.357500', '095139.817500', '095140.277500', '095140.737500', '095141.197500', '095141.657500', '095142.117500', '095142.577500', '095143.037500', '095143.497500', '095143.957500', '095144.417500', '095144.877500', '095145.337500', '095145.797500', '095146.257500', '095146.717500', '095147.177500', '095147.637500', '095148.097500', '095148.557500', '095149.017500', '095149.477500', '095149.937500', '095150.397500', '095150.857500', '095151.317500', '095151.777500', '095152.237500', '095152.697500', '095153.157500', '095153.617500', '095154.077500', '095154.537500', '095154.997500', '095155.457500'], 'ContentTime': ['094525.341000', '094525.344000', '094525.348000', '094525.351000', '094525.354000', '094525.357000', '094525.360000', '094525.363000', '094525.367000', '094525.376000', '094525.379000', '094525.382000', '094525.385000', '094525.388000', '094525.391000', '094525.394000', '094525.397000', '094525.400000', '094525.414000', '094525.417000', '094525.420000', '094545.305000', '094545.308000', '094545.311000', '094545.314000', '094545.317000', '094545.320000', '094545.323000', '094545.326000', '094545.329000', '094545.332000', '094545.335000', '094545.338000', '094545.341000', '094545.344000', '094545.347000', '094545.350000', '094545.353000', '094545.356000', '094545.359000', '094545.362000', '094545.379000', '094545.383000', '094545.386000', '094545.389000', '094545.392000', '094545.395000', '094545.398000', '094545.401000', '094545.404000', '094545.415000', '094545.418000', '094545.421000', '094545.424000', '094545.427000', '094545.430000', '094545.433000', '094545.436000', '094545.439000', '094545.442000', '094545.445000', '094545.448000', '094545.451000', '094545.454000', '094545.457000', '094605.306000', '094605.309000', '094605.312000', '094605.315000', '094605.318000', '094605.321000', '094605.324000', '094605.327000', '094605.330000', '094605.333000', '094605.336000', '094605.339000', '094605.342000', '094605.345000', '094605.348000', '094605.351000', '094605.354000', '094605.357000', '094605.360000', '094605.363000', '094605.366000', '094605.369000', '094605.372000', '094605.375000', '094605.378000', '094605.381000', '094605.384000', '094605.387000', '094605.390000', '094605.393000', '094605.396000', '094605.399000', '094605.402000', '094605.405000', '094605.408000', '094605.411000', '094605.414000', '094605.417000', '094605.420000', '094605.423000', '094605.426000', '094605.429000', '094605.432000', '094625.305000', '094625.308000', '094625.311000', '094625.315000', '094625.320000', '094625.323000', '094625.326000', '094625.329000', '094625.332000', '094625.335000', '094625.338000', '094625.341000', '094625.344000', '094625.348000', '094625.350000', '094625.353000', '094625.356000', '094625.360000', '094625.363000', '094625.365000', '094625.368000', '094625.372000', '094625.375000', '094625.377000', '094625.380000', '094625.383000', '094625.392000', '094625.395000', '094625.398000', '094625.401000', '094625.404000', '094625.407000', '094625.410000', '094625.413000', '094625.416000', '094625.419000', '094625.422000', '094625.425000', '094625.428000', '094625.431000', '094625.434000', '094625.437000', '094625.440000', '094645.305000', '094645.308000', '094645.311000', '094645.314000', '094645.317000', '094645.320000', '094645.323000', '094645.326000', '094645.329000', '094645.332000', '094645.335000', '094645.338000', '094645.343000', '094645.346000', '094645.349000', '094645.352000', '094645.355000', '094645.358000', '094645.361000', '094645.364000', '094645.367000', '094645.370000', '094645.373000', '094645.376000', '094645.379000', '094645.382000', '094645.385000', '094645.388000', '094645.391000', '094645.393000', '094645.396000', '094645.400000', '094645.403000', '094645.406000', '094645.409000', '094645.412000', '094645.415000', '094645.418000', '094645.421000', '094645.424000', '094645.427000', '094645.430000', '094645.433000', '094645.436000', '094705.305000', '094705.308000', '094705.311000', '094705.314000', '094705.318000', '094705.321000', '094705.324000', '094705.327000', '094705.330000', '094705.333000', '094705.336000', '094705.339000', '094705.342000', '094705.345000', '094705.348000', '094705.351000', '094705.354000', '094705.357000', '094705.360000', '094705.363000', '094705.366000', '094705.369000', '094705.372000', '094705.375000', '094705.378000', '094705.381000', '094705.384000', '094705.387000', '094705.390000', '094705.393000', '094705.396000', '094705.399000', '094705.402000', '094705.405000', '094705.408000', '094705.411000', '094705.414000', '094705.417000', '094705.420000', '094705.423000', '094705.426000', '094705.429000', '094705.432000', '094725.305000', '094725.308000', '094725.323000', '094725.326000', '094725.329000', '094725.332000', '094725.335000', '094725.338000', '094725.341000', '094725.344000', '094725.348000', '094725.350000', '094725.353000', '094725.356000', '094725.359000', '094725.362000', '094725.365000', '094725.368000', '094725.372000', '094725.374000', '094725.377000', '094725.380000', '094725.383000', '094725.386000', '094725.389000', '094725.392000', '094725.395000', '094725.398000', '094725.401000', '094725.404000', '094725.407000', '094725.410000', '094725.413000', '094725.416000', '094725.419000', '094725.422000', '094725.425000', '094725.428000', '094725.431000', '094725.434000', '094725.437000', '094725.440000', '094725.443000', '094725.446000', '094745.305000', '094745.308000', '094745.311000', '094745.314000', '094745.317000', '094745.320000', '094745.323000', '094745.326000', '094745.329000', '094745.332000', '094745.335000', '094745.338000', '094745.341000', '094745.344000', '094745.347000', '094745.350000', '094745.354000', '094745.357000', '094745.360000', '094745.363000', '094745.366000', '094745.369000', '094745.372000', '094745.375000', '094745.378000', '094745.381000', '094745.384000', '094745.387000', '094745.390000', '094745.393000', '094745.396000', '094745.399000', '094745.402000', '094745.405000', '094745.408000', '094745.411000', '094745.414000', '094745.417000', '094745.420000', '094745.423000', '094745.426000', '094745.429000', '094745.432000', '094805.305000', '094805.308000', '094805.311000', '094805.314000', '094805.317000', '094805.320000', '094805.323000', '094805.326000', '094805.329000', '094805.332000', '094805.335000', '094805.338000', '094805.341000', '094805.344000', '094805.347000', '094805.350000', '094805.353000', '094805.356000', '094805.359000', '094805.362000', '094805.365000', '094805.377000', '094805.380000', '094805.383000', '094805.386000', '094805.389000', '094805.392000', '094805.395000', '094805.398000', '094805.401000', '094805.404000', '094805.407000', '094805.410000', '094805.413000', '094805.416000', '094805.419000', '094805.422000', '094805.425000', '094805.428000', '094805.431000', '094805.434000', '094805.437000', '094805.440000', '094805.443000', '094825.306000', '094825.309000', '094825.312000', '094825.315000', '094825.318000', '094825.321000', '094825.324000', '094825.328000', '094825.331000', '094825.333000', '094825.336000', '094825.340000', '094825.343000', '094825.346000', '094825.349000', '094825.352000', '094825.355000', '094825.358000', '094825.361000', '094825.364000', '094825.367000', '094825.370000', '094825.374000', '094825.377000', '094825.380000', '094825.383000', '094825.386000', '094825.389000', '094825.392000', '094825.395000', '094825.398000', '094825.401000', '094825.404000', '094825.409000', '094825.413000', '094825.416000', '094825.420000', '094825.423000', '094825.426000', '094825.429000', '094825.432000', '094825.435000', '094825.438000', '094845.305000', '094845.308000', '094845.311000', '094845.314000', '094845.317000', '094845.320000', '094845.323000', '094845.326000', '094845.329000', '094845.332000', '094845.335000', '094845.338000', '094845.341000', '094845.344000', '094845.347000', '094845.350000', '094845.353000', '094845.356000', '094845.359000', '094845.362000', '094845.365000', '094845.368000', '094845.380000', '094845.383000', '094845.386000', '094845.389000', '094845.392000', '094845.401000', '094845.404000', '094845.407000', '094845.410000', '094845.413000', '094845.416000', '094845.419000', '094845.422000', '094845.425000', '094845.428000', '094845.431000', '094845.434000', '094845.437000', '094845.440000', '094845.443000', '094845.446000', '094845.449000', '094905.305000', '094905.308000', '094905.311000', '094905.314000', '094905.317000', '094905.320000', '094905.323000', '094905.326000', '094905.329000', '094905.332000', '094905.335000', '094905.338000', '094905.341000', '094905.344000', '094905.347000', '094905.350000', '094905.353000', '094905.356000', '094905.359000', '094905.362000', '094905.365000', '094905.368000', '094905.371000', '094905.374000', '094905.377000', '094905.380000', '094905.383000', '094905.388000', '094905.392000', '094905.396000', '094905.399000', '094905.402000', '094905.405000', '094905.408000', '094905.411000', '094905.414000', '094905.417000', '094905.420000', '094905.423000', '094905.426000', '094905.429000', '094905.432000', '094905.435000', '094925.305000', '094925.308000', '094925.311000', '094925.314000', '094925.317000', '094925.320000', '094925.323000', '094925.326000', '094925.329000', '094925.332000', '094925.335000', '094925.339000', '094925.342000', '094925.345000', '094925.347000', '094925.351000', '094925.354000', '094925.356000', '094925.359000', '094925.363000', '094925.366000', '094925.369000', '094925.371000', '094925.375000', '094925.378000', '094925.381000', '094925.383000', '094925.387000', '094925.390000', '094925.393000', '094925.395000', '094925.399000', '094925.402000', '094925.405000', '094925.408000', '094925.411000', '094925.414000', '094925.417000', '094925.420000', '094925.423000', '094925.426000', '094925.429000', '094925.432000', '094925.435000', '094945.305000', '094945.308000', '094945.311000', '094945.314000', '094945.317000', '094945.320000', '094945.323000', '094945.326000', '094945.329000', '094945.332000', '094945.335000', '094945.340000', '094945.343000', '094945.346000', '094945.349000', '094945.352000', '094945.355000', '094945.358000', '094945.361000', '094945.364000', '094945.367000', '094945.370000', '094945.373000', '094945.376000', '094945.379000', '094945.382000', '094945.385000', '094945.388000', '094945.391000', '094945.396000', '094945.401000', '094945.405000', '094945.408000', '094945.410000', '094945.413000', '094945.417000', '094945.420000', '094945.422000', '094945.426000', '094945.429000', '094945.432000', '094945.435000', '094945.438000', '095005.305000', '095005.308000', '095005.311000', '095005.314000', '095005.317000', '095005.320000', '095005.323000', '095005.327000', '095005.329000', '095005.333000', '095005.336000', '095005.339000', '095005.341000', '095005.344000', '095005.348000', '095005.351000', '095005.354000', '095005.356000', '095005.360000', '095005.363000', '095005.365000', '095005.368000', '095005.372000', '095005.375000', '095005.377000', '095005.380000', '095005.384000', '095005.386000', '095005.389000', '095005.392000', '095005.396000', '095005.399000', '095005.402000', '095005.405000', '095005.408000', '095005.411000', '095005.414000', '095005.417000', '095005.420000', '095005.423000', '095005.426000', '095005.429000', '095005.432000', '095005.435000', '095025.306000', '095025.309000', '095025.312000', '095025.315000', '095025.318000', '095025.321000', '095025.324000', '095025.327000', '095025.341000', '095025.344000', '095025.347000', '095025.350000', '095025.353000', '095025.356000', '095025.359000', '095025.362000', '095025.365000', '095025.368000', '095025.371000', '095025.374000', '095025.377000', '095025.380000', '095025.383000', '095025.386000', '095025.389000', '095025.392000', '095025.395000', '095025.398000', '095025.401000', '095025.404000', '095025.407000', '095025.410000', '095025.414000', '095025.417000', '095025.420000', '095025.423000', '095025.426000', '095025.429000', '095025.432000', '095025.435000', '095025.441000', '095025.444000', '095025.447000', '095045.306000', '095045.309000', '095045.312000', '095045.315000', '095045.318000', '095045.321000', '095045.324000', '095045.327000', '095045.330000', '095045.333000', '095045.336000', '095045.339000', '095045.342000', '095045.345000', '095045.348000', '095045.351000', '095045.354000', '095045.357000', '095045.360000', '095045.363000', '095045.366000', '095045.369000', '095045.372000', '095045.375000', '095045.378000', '095045.381000', '095045.384000', '095045.387000', '095045.390000', '095045.393000', '095045.396000', '095045.399000', '095045.402000', '095045.405000', '095045.408000', '095045.411000', '095045.414000', '095045.417000', '095045.420000', '095045.423000', '095045.426000', '095045.429000', '095045.432000', '095045.435000', '095105.305000', '095105.308000', '095105.311000', '095105.314000', '095105.317000', '095105.320000', '095105.323000', '095105.326000', '095105.329000', '095105.332000', '095105.335000', '095105.338000', '095105.341000', '095105.344000', '095105.347000', '095105.350000', '095105.353000', '095105.356000', '095105.359000', '095105.363000', '095105.366000', '095105.369000', '095105.372000', '095105.376000', '095105.379000', '095105.382000', '095105.385000', '095105.388000', '095105.391000', '095105.394000', '095105.397000', '095105.400000', '095105.403000', '095105.406000', '095105.409000', '095105.412000', '095105.415000', '095105.418000', '095105.421000', '095105.424000', '095105.427000', '095105.430000', '095105.433000', '095125.305000', '095125.308000', '095125.311000', '095125.314000', '095125.318000', '095125.320000', '095125.323000', '095125.326000', '095125.330000', '095125.332000', '095125.336000', '095125.339000', '095125.342000', '095125.345000', '095125.348000', '095125.351000', '095125.354000', '095125.357000', '095125.360000', '095125.363000', '095125.366000', '095125.369000', '095125.372000', '095125.375000', '095125.379000', '095125.382000', '095125.385000', '095125.388000', '095125.391000', '095125.394000', '095125.397000', '095125.400000', '095125.404000', '095125.407000', '095125.410000', '095125.413000', '095125.416000', '095125.419000', '095125.422000', '095125.425000', '095125.428000', '095125.431000', '095125.434000', '095125.437000', '095145.305000', '095145.308000', '095145.311000', '095145.314000', '095145.317000', '095145.320000', '095145.323000', '095145.326000', '095145.329000', '095145.332000', '095145.335000', '095145.338000', '095145.348000', '095145.350000', '095145.353000', '095145.356000', '095145.359000', '095145.362000', '095145.382000', '095145.385000', '095145.387000', '095145.390000', '095145.393000', '095145.396000', '095145.399000', '095145.402000', '095145.405000', '095145.408000', '095145.411000', '095145.414000', '095145.423000', '095145.426000', '095145.429000', '095145.432000', '095145.435000', '095145.438000', '095145.441000', '095145.444000', '095145.447000', '095145.450000', '095145.453000', '095145.456000', '095145.459000', '095156.574000', '095156.577000', '095156.581000', '095156.584000', '095156.587000', '095156.590000', '095156.593000', '095156.597000', '095156.600000', '095156.603000', '095156.606000', '095156.609000', '095156.612000', '095156.616000', '095156.619000', '095156.621000', '095156.625000', '095156.628000', '095156.631000', '095156.634000', '095156.637000', '095156.640000', '095156.643000', '095156.647000', '095156.650000'], 'InstanceCreationTime': ['094525.341000', '094525.344000', '094525.348000', '094525.351000', '094525.354000', '094525.357000', '094525.360000', '094525.363000', '094525.367000', '094525.376000', '094525.379000', '094525.382000', '094525.385000', '094525.388000', '094525.391000', '094525.394000', '094525.397000', '094525.400000', '094525.414000', '094525.417000', '094525.420000', '094545.305000', '094545.308000', '094545.311000', '094545.314000', '094545.317000', '094545.320000', '094545.323000', '094545.326000', '094545.329000', '094545.332000', '094545.335000', '094545.338000', '094545.341000', '094545.344000', '094545.347000', '094545.350000', '094545.353000', '094545.356000', '094545.359000', '094545.362000', '094545.379000', '094545.383000', '094545.386000', '094545.389000', '094545.392000', '094545.395000', '094545.398000', '094545.401000', '094545.404000', '094545.415000', '094545.418000', '094545.421000', '094545.424000', '094545.427000', '094545.430000', '094545.433000', '094545.436000', '094545.439000', '094545.442000', '094545.445000', '094545.448000', '094545.451000', '094545.454000', '094545.457000', '094605.306000', '094605.309000', '094605.312000', '094605.315000', '094605.318000', '094605.321000', '094605.324000', '094605.327000', '094605.330000', '094605.333000', '094605.336000', '094605.339000', '094605.342000', '094605.345000', '094605.348000', '094605.351000', '094605.354000', '094605.357000', '094605.360000', '094605.363000', '094605.366000', '094605.369000', '094605.372000', '094605.375000', '094605.378000', '094605.381000', '094605.384000', '094605.387000', '094605.390000', '094605.393000', '094605.396000', '094605.399000', '094605.402000', '094605.405000', '094605.408000', '094605.411000', '094605.414000', '094605.417000', '094605.420000', '094605.423000', '094605.426000', '094605.429000', '094605.432000', '094625.305000', '094625.308000', '094625.311000', '094625.315000', '094625.320000', '094625.323000', '094625.326000', '094625.329000', '094625.332000', '094625.335000', '094625.338000', '094625.341000', '094625.344000', '094625.348000', '094625.350000', '094625.353000', '094625.356000', '094625.360000', '094625.363000', '094625.365000', '094625.368000', '094625.372000', '094625.375000', '094625.377000', '094625.380000', '094625.383000', '094625.392000', '094625.395000', '094625.398000', '094625.401000', '094625.404000', '094625.407000', '094625.410000', '094625.413000', '094625.416000', '094625.419000', '094625.422000', '094625.425000', '094625.428000', '094625.431000', '094625.434000', '094625.437000', '094625.440000', '094645.305000', '094645.308000', '094645.311000', '094645.314000', '094645.317000', '094645.320000', '094645.323000', '094645.326000', '094645.329000', '094645.332000', '094645.335000', '094645.338000', '094645.343000', '094645.346000', '094645.349000', '094645.352000', '094645.355000', '094645.358000', '094645.361000', '094645.364000', '094645.367000', '094645.370000', '094645.373000', '094645.376000', '094645.379000', '094645.382000', '094645.385000', '094645.388000', '094645.391000', '094645.393000', '094645.396000', '094645.400000', '094645.403000', '094645.406000', '094645.409000', '094645.412000', '094645.415000', '094645.418000', '094645.421000', '094645.424000', '094645.427000', '094645.430000', '094645.433000', '094645.436000', '094705.305000', '094705.308000', '094705.311000', '094705.314000', '094705.318000', '094705.321000', '094705.324000', '094705.327000', '094705.330000', '094705.333000', '094705.336000', '094705.339000', '094705.342000', '094705.345000', '094705.348000', '094705.351000', '094705.354000', '094705.357000', '094705.360000', '094705.363000', '094705.366000', '094705.369000', '094705.372000', '094705.375000', '094705.378000', '094705.381000', '094705.384000', '094705.387000', '094705.390000', '094705.393000', '094705.396000', '094705.399000', '094705.402000', '094705.405000', '094705.408000', '094705.411000', '094705.414000', '094705.417000', '094705.420000', '094705.423000', '094705.426000', '094705.429000', '094705.432000', '094725.305000', '094725.308000', '094725.323000', '094725.326000', '094725.329000', '094725.332000', '094725.335000', '094725.338000', '094725.341000', '094725.344000', '094725.348000', '094725.350000', '094725.353000', '094725.356000', '094725.359000', '094725.362000', '094725.365000', '094725.368000', '094725.372000', '094725.374000', '094725.377000', '094725.380000', '094725.383000', '094725.386000', '094725.389000', '094725.392000', '094725.395000', '094725.398000', '094725.401000', '094725.404000', '094725.407000', '094725.410000', '094725.413000', '094725.416000', '094725.419000', '094725.422000', '094725.425000', '094725.428000', '094725.431000', '094725.434000', '094725.437000', '094725.440000', '094725.443000', '094725.446000', '094745.305000', '094745.308000', '094745.311000', '094745.314000', '094745.317000', '094745.320000', '094745.323000', '094745.326000', '094745.329000', '094745.332000', '094745.335000', '094745.338000', '094745.341000', '094745.344000', '094745.347000', '094745.350000', '094745.354000', '094745.357000', '094745.360000', '094745.363000', '094745.366000', '094745.369000', '094745.372000', '094745.375000', '094745.378000', '094745.381000', '094745.384000', '094745.387000', '094745.390000', '094745.393000', '094745.396000', '094745.399000', '094745.402000', '094745.405000', '094745.408000', '094745.411000', '094745.414000', '094745.417000', '094745.420000', '094745.423000', '094745.426000', '094745.429000', '094745.432000', '094805.305000', '094805.308000', '094805.311000', '094805.314000', '094805.317000', '094805.320000', '094805.323000', '094805.326000', '094805.329000', '094805.332000', '094805.335000', '094805.338000', '094805.341000', '094805.344000', '094805.347000', '094805.350000', '094805.353000', '094805.356000', '094805.359000', '094805.362000', '094805.365000', '094805.377000', '094805.380000', '094805.383000', '094805.386000', '094805.389000', '094805.392000', '094805.395000', '094805.398000', '094805.401000', '094805.404000', '094805.407000', '094805.410000', '094805.413000', '094805.416000', '094805.419000', '094805.422000', '094805.425000', '094805.428000', '094805.431000', '094805.434000', '094805.437000', '094805.440000', '094805.443000', '094825.306000', '094825.309000', '094825.312000', '094825.315000', '094825.318000', '094825.321000', '094825.324000', '094825.328000', '094825.331000', '094825.333000', '094825.336000', '094825.340000', '094825.343000', '094825.346000', '094825.349000', '094825.352000', '094825.355000', '094825.358000', '094825.361000', '094825.364000', '094825.367000', '094825.370000', '094825.374000', '094825.377000', '094825.380000', '094825.383000', '094825.386000', '094825.389000', '094825.392000', '094825.395000', '094825.398000', '094825.401000', '094825.404000', '094825.409000', '094825.413000', '094825.416000', '094825.420000', '094825.423000', '094825.426000', '094825.429000', '094825.432000', '094825.435000', '094825.438000', '094845.305000', '094845.308000', '094845.311000', '094845.314000', '094845.317000', '094845.320000', '094845.323000', '094845.326000', '094845.329000', '094845.332000', '094845.335000', '094845.338000', '094845.341000', '094845.344000', '094845.347000', '094845.350000', '094845.353000', '094845.356000', '094845.359000', '094845.362000', '094845.365000', '094845.368000', '094845.380000', '094845.383000', '094845.386000', '094845.389000', '094845.392000', '094845.401000', '094845.404000', '094845.407000', '094845.410000', '094845.413000', '094845.416000', '094845.419000', '094845.422000', '094845.425000', '094845.428000', '094845.431000', '094845.434000', '094845.437000', '094845.440000', '094845.443000', '094845.446000', '094845.449000', '094905.305000', '094905.308000', '094905.311000', '094905.314000', '094905.317000', '094905.320000', '094905.323000', '094905.326000', '094905.329000', '094905.332000', '094905.335000', '094905.338000', '094905.341000', '094905.344000', '094905.347000', '094905.350000', '094905.353000', '094905.356000', '094905.359000', '094905.362000', '094905.365000', '094905.368000', '094905.371000', '094905.374000', '094905.377000', '094905.380000', '094905.383000', '094905.388000', '094905.392000', '094905.396000', '094905.399000', '094905.402000', '094905.405000', '094905.408000', '094905.411000', '094905.414000', '094905.417000', '094905.420000', '094905.423000', '094905.426000', '094905.429000', '094905.432000', '094905.435000', '094925.305000', '094925.308000', '094925.311000', '094925.314000', '094925.317000', '094925.320000', '094925.323000', '094925.326000', '094925.329000', '094925.332000', '094925.335000', '094925.339000', '094925.342000', '094925.345000', '094925.347000', '094925.351000', '094925.354000', '094925.356000', '094925.359000', '094925.363000', '094925.366000', '094925.369000', '094925.371000', '094925.375000', '094925.378000', '094925.381000', '094925.383000', '094925.387000', '094925.390000', '094925.393000', '094925.395000', '094925.399000', '094925.402000', '094925.405000', '094925.408000', '094925.411000', '094925.414000', '094925.417000', '094925.420000', '094925.423000', '094925.426000', '094925.429000', '094925.432000', '094925.435000', '094945.305000', '094945.308000', '094945.311000', '094945.314000', '094945.317000', '094945.320000', '094945.323000', '094945.326000', '094945.329000', '094945.332000', '094945.335000', '094945.340000', '094945.343000', '094945.346000', '094945.349000', '094945.352000', '094945.355000', '094945.358000', '094945.361000', '094945.364000', '094945.367000', '094945.370000', '094945.373000', '094945.376000', '094945.379000', '094945.382000', '094945.385000', '094945.388000', '094945.391000', '094945.396000', '094945.401000', '094945.405000', '094945.408000', '094945.410000', '094945.413000', '094945.417000', '094945.420000', '094945.422000', '094945.426000', '094945.429000', '094945.432000', '094945.435000', '094945.438000', '095005.305000', '095005.308000', '095005.311000', '095005.314000', '095005.317000', '095005.320000', '095005.323000', '095005.327000', '095005.329000', '095005.333000', '095005.336000', '095005.339000', '095005.341000', '095005.344000', '095005.348000', '095005.351000', '095005.354000', '095005.356000', '095005.360000', '095005.363000', '095005.365000', '095005.368000', '095005.372000', '095005.375000', '095005.377000', '095005.380000', '095005.384000', '095005.386000', '095005.389000', '095005.392000', '095005.396000', '095005.399000', '095005.402000', '095005.405000', '095005.408000', '095005.411000', '095005.414000', '095005.417000', '095005.420000', '095005.423000', '095005.426000', '095005.429000', '095005.432000', '095005.435000', '095025.306000', '095025.309000', '095025.312000', '095025.315000', '095025.318000', '095025.321000', '095025.324000', '095025.327000', '095025.341000', '095025.344000', '095025.347000', '095025.350000', '095025.353000', '095025.356000', '095025.359000', '095025.362000', '095025.365000', '095025.368000', '095025.371000', '095025.374000', '095025.377000', '095025.380000', '095025.383000', '095025.386000', '095025.389000', '095025.392000', '095025.395000', '095025.398000', '095025.401000', '095025.404000', '095025.407000', '095025.410000', '095025.414000', '095025.417000', '095025.420000', '095025.423000', '095025.426000', '095025.429000', '095025.432000', '095025.435000', '095025.441000', '095025.444000', '095025.447000', '095045.306000', '095045.309000', '095045.312000', '095045.315000', '095045.318000', '095045.321000', '095045.324000', '095045.327000', '095045.330000', '095045.333000', '095045.336000', '095045.339000', '095045.342000', '095045.345000', '095045.348000', '095045.351000', '095045.354000', '095045.357000', '095045.360000', '095045.363000', '095045.366000', '095045.369000', '095045.372000', '095045.375000', '095045.378000', '095045.381000', '095045.384000', '095045.387000', '095045.390000', '095045.393000', '095045.396000', '095045.399000', '095045.402000', '095045.405000', '095045.408000', '095045.411000', '095045.414000', '095045.417000', '095045.420000', '095045.423000', '095045.426000', '095045.429000', '095045.432000', '095045.435000', '095105.305000', '095105.308000', '095105.311000', '095105.314000', '095105.317000', '095105.320000', '095105.323000', '095105.326000', '095105.329000', '095105.332000', '095105.335000', '095105.338000', '095105.341000', '095105.344000', '095105.347000', '095105.350000', '095105.353000', '095105.356000', '095105.359000', '095105.363000', '095105.366000', '095105.369000', '095105.372000', '095105.376000', '095105.379000', '095105.382000', '095105.385000', '095105.388000', '095105.391000', '095105.394000', '095105.397000', '095105.400000', '095105.403000', '095105.406000', '095105.409000', '095105.412000', '095105.415000', '095105.418000', '095105.421000', '095105.424000', '095105.427000', '095105.430000', '095105.433000', '095125.305000', '095125.308000', '095125.311000', '095125.314000', '095125.318000', '095125.320000', '095125.323000', '095125.326000', '095125.330000', '095125.332000', '095125.336000', '095125.339000', '095125.342000', '095125.345000', '095125.348000', '095125.351000', '095125.354000', '095125.357000', '095125.360000', '095125.363000', '095125.366000', '095125.369000', '095125.372000', '095125.375000', '095125.379000', '095125.382000', '095125.385000', '095125.388000', '095125.391000', '095125.394000', '095125.397000', '095125.400000', '095125.404000', '095125.407000', '095125.410000', '095125.413000', '095125.416000', '095125.419000', '095125.422000', '095125.425000', '095125.428000', '095125.431000', '095125.434000', '095125.437000', '095145.305000', '095145.308000', '095145.311000', '095145.314000', '095145.317000', '095145.320000', '095145.323000', '095145.326000', '095145.329000', '095145.332000', '095145.335000', '095145.338000', '095145.348000', '095145.350000', '095145.353000', '095145.356000', '095145.359000', '095145.362000', '095145.382000', '095145.385000', '095145.387000', '095145.390000', '095145.393000', '095145.396000', '095145.399000', '095145.402000', '095145.405000', '095145.408000', '095145.411000', '095145.414000', '095145.423000', '095145.426000', '095145.429000', '095145.432000', '095145.435000', '095145.438000', '095145.441000', '095145.444000', '095145.447000', '095145.450000', '095145.453000', '095145.456000', '095145.459000', '095156.574000', '095156.577000', '095156.581000', '095156.584000', '095156.587000', '095156.590000', '095156.593000', '095156.597000', '095156.600000', '095156.603000', '095156.606000', '095156.609000', '095156.612000', '095156.616000', '095156.619000', '095156.621000', '095156.625000', '095156.628000', '095156.631000', '095156.634000', '095156.637000', '095156.640000', '095156.643000', '095156.647000', '095156.650000'], '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': [13461, 8581, 10607, 9448, 8543, 14130, 11559, 8633, 13882, 10154, 8520, 14122, 8341, 8876, 10160, 8363, 9331, 9950, 8097, 9406, 8010, 8355, 10923, 9376, 8403, 12565, 13202, 9423, 9372, 8244, 8993, 8204, 7995, 9643, 8214, 8577, 10939, 8091, 9095, 11327, 8367, 9295, 8169, 8778, 11677, 8511, 9347, 15075, 12716, 10897, 14231, 9534, 12081, 14714, 12582, 11948, 14663, 12526, 11023, 12579, 10005, 11259, 13671, 10402, 14482, 12116, 9815, 10045, 8322, 13784, 8355, 8760, 14627, 10812, 10131, 14066, 10723, 10351, 11404, 8114, 10040, 9913, 8334, 12804, 10981, 8293, 8122, 8171, 8917, 8166, 8410, 11135, 8464, 8682, 8558, 8228, 10145, 8181, 8386, 11821, 9356, 8691, 14178, 11651, 10261, 14995, 13268, 10938, 8596, 8667, 8672, 8052, 9101, 8072, 8526, 11162, 14440, 11768, 11528, 14769, 11375, 12295, 10206, 9460, 12464, 8030, 8717, 12407, 9876, 8874, 11716, 8057, 9470, 11640, 8204, 11618, 8301, 8506, 13266, 9251, 8591, 14605, 12377, 10292, 8128, 8024, 9819, 8214, 9010, 8286, 8590, 10133, 8481, 9092, 8287, 8544, 14096, 15978, 13935, 12107, 14801, 13403, 11220, 12692, 10044, 10176, 10947, 8113, 9757, 9514, 7988, 10447, 10101, 8186, 12760, 10223, 8442, 15380, 12999, 11054, 11229, 8030, 9573, 8314, 8452, 12952, 12326, 9037, 11975, 11335, 8557, 11651, 12707, 8546, 8425, 8208, 8496, 8277, 8698, 8252, 8136, 10026, 8454, 8862, 10754, 8479, 9832, 8465, 8870, 13310, 13144, 9988, 14157, 11218, 9088, 13986, 13115, 10619, 8285, 8284, 13978, 13988, 11770, 15433, 12509, 10263, 14264, 11870, 10847, 11874, 8466, 11356, 10698, 8527, 12283, 8462, 8529, 11878, 8159, 11263, 8384, 8097, 8208, 8394, 10468, 14947, 12931, 10934, 15587, 12410, 10484, 9884, 8247, 8536, 9153, 7883, 8582, 7959, 8441, 10562, 8562, 8554, 11984, 11419, 9305, 12404, 13453, 9999, 9719, 8587, 8620, 8527, 8048, 9179, 8564, 8250, 9395, 8399, 8358, 11636, 12565, 9671, 13812, 14356, 11754, 11970, 15456, 12808, 11615, 10421, 8198, 7789, 8059, 8634, 8019, 8505, 11354, 15679, 11835, 9472, 12377, 10728, 8498, 12322, 11217, 8502, 11295, 10578, 8052, 13483, 12450, 10155, 13635, 8706, 9920, 12673, 9044, 11886, 14193, 9919, 13145, 8314, 7844, 7889, 8227, 8014, 8514, 11751, 13837, 10844, 14042, 14026, 10438, 12311, 8136, 8367, 8336, 8448, 11349, 8462, 8582, 8916, 8145, 9157, 8256, 8129, 8263, 8091, 9615, 8345, 8720, 7993, 8394, 9756, 8046, 10678, 14034, 12000, 13044, 15328, 13292, 11525, 15327, 12260, 11058, 8451, 8544, 8983, 8274, 8859, 8144, 8599, 12136, 11984, 8827, 14400, 11321, 9329, 14584, 11180, 9163, 14076, 10935, 8754, 14339, 12224, 10102, 8900, 8605, 8624, 8204, 8780, 13438, 15402, 10619, 9747, 15302, 11813, 8760, 11277, 8539, 8279, 8941, 8352, 8335, 9322, 8394, 8362, 8089, 8067, 9296, 8340, 8452, 11717, 8915, 9205, 9249, 8350, 12873, 14655, 11489, 14113, 14233, 10563, 14335, 11048, 8830, 13981, 11317, 9084, 14059, 10621, 9256, 12525, 8336, 9153, 8328, 8336, 8781, 8206, 9041, 8105, 8366, 9069, 9051, 10235, 8750, 9290, 11478, 9071, 14805, 14363, 13327, 15572, 13794, 11007, 10067, 8330, 8852, 8137, 8332, 11565, 12282, 8504, 11967, 10517, 8628, 10970, 8233, 9018, 10012, 8072, 8193, 8136, 8266, 8597, 8323, 9729, 8881, 8524, 10939, 9145, 12085, 9574, 8919, 13172, 9763, 10612, 13982, 11954, 10689, 9652, 8429, 11143, 8344, 8615, 10298, 8279, 8189, 8354, 9382, 8368, 8508, 8709, 8584, 11240, 9201, 8538, 13884, 11078, 8764, 13571, 8819, 10512, 8425, 8824, 13616, 10599, 10221, 13948, 9990, 13320, 9921, 9023, 13857, 12351, 8785, 12838, 12647, 9035, 10397, 8200, 8555, 10591, 8507, 8123, 7828, 8135, 8111, 7765, 8044, 7962, 8629, 13089, 13724, 11063, 9077, 11937, 10548, 8792, 11500, 9290, 8374, 10497, 8605, 9413, 8208, 7871, 8136, 8854, 12008, 9441, 12920, 14044, 13852, 15912, 13698, 13633, 14752, 10546, 15046, 10590, 9544, 11075, 8907, 13739, 9195, 8650, 13685, 8871, 8631, 10764, 8859, 8496, 8021, 8677, 9394, 8539, 7993, 8168, 8530, 8396, 8126, 8626, 8279, 8322, 8343, 8676, 11316, 10482, 8098, 9422, 8708, 7974, 12191, 8578, 8571, 8159, 8135, 8623, 8134, 13701, 9679, 11502, 10500, 9714, 14918, 14157, 14088, 11391, 8741, 15282, 12428, 14370, 13749, 13894, 15075, 11493, 14561, 9375, 9288, 8375, 8586, 8445, 8089, 8450, 8147, 12585, 9253, 14808, 11180, 9979, 14251, 10345, 13190, 8829, 9232, 8834, 9999, 8699, 8717, 10229, 8967, 9475, 8878, 9632, 8503, 8006, 8184, 8887, 12263, 9112, 9110, 8473, 9077, 11024, 9008, 11942, 9534, 9867, 9064, 8867, 8616, 9224, 14984, 11283, 10004, 14778, 11755, 9657, 14696, 11578, 9004, 8938, 8489, 9729, 8067, 8616, 9273, 8251, 9401, 8331, 8024, 8142, 8789, 12567, 9477, 9445, 13950, 11711, 12180, 15423, 12540, 13148, 13531, 10405, 13364, 9075, 8857, 8565, 9340, 12423, 9583, 9115, 8669, 8175, 8233, 9019, 9395, 8959, 9311, 8296, 8873, 11945, 9101, 8384, 8439, 8779, 10981, 8682, 9509, 13600, 11798, 10146, 14839, 11669, 11497, 8290, 8760, 11415, 8598, 8245, 7967, 8570, 12454, 8620, 9533, 15164, 14395, 10762, 14406, 15309, 11098, 11480, 12666, 8937, 9948, 8459, 8076, 8463, 8529, 8582, 8153, 8902, 12791, 14389, 11410, 10414, 15809, 12835, 10058, 13801, 11874, 9019, 10219, 8408, 8789, 9081, 8403, 9503, 8043, 8798, 10907, 8437, 8956, 13104, 10081, 8641, 13538, 11049, 8658, 13548, 11920, 9438, 9761, 8186, 8396, 10746, 7704, 8611, 10771, 8428, 8513, 11660, 8525, 8238, 8777, 8345, 10216, 8284, 9013, 11401, 8816, 9332, 8554, 7637, 9179, 8368, 11573, 8608, 9679, 13646, 10409, 14943, 16355, 12682, 13684, 12879, 10251, 12939, 8737, 9659, 8255, 8628, 14233, 10939, 9105, 13937, 9122, 10866, 9380, 7990, 8085, 8854, 11720, 9120, 8783, 11701, 8834, 13541, 8810, 8608, 15134, 12445, 10221, 15326, 11873, 14230, 14072, 12131, 8575, 8848, 8712, 8910, 8103, 8527, 9004, 9453, 8353, 8681, 11912, 8818], 'WindowCenter': [4487.0, 4412.0, 4440.0, 4414.0, 4403.0, 4453.0, 4430.0, 4392.0, 4452.0, 4424.0, 4414.0, 4451.0, 4390.0, 4402.0, 4408.0, 4389.0, 4413.0, 4401.0, 4381.0, 4413.0, 4391.0, 4402.0, 4433.0, 4411.0, 4404.0, 4441.0, 4441.0, 4414.0, 4400.0, 4392.0, 4411.0, 4403.0, 4406.0, 4426.0, 4406.0, 4419.0, 4445.0, 4407.0, 4428.0, 4449.0, 4416.0, 4426.0, 4417.0, 4430.0, 4459.0, 4416.0, 4427.0, 4476.0, 4455.0, 4435.0, 4464.0, 4423.0, 4456.0, 4462.0, 4441.0, 4444.0, 4461.0, 4441.0, 4431.0, 4443.0, 4413.0, 4435.0, 4451.0, 4420.0, 4450.0, 4429.0, 4408.0, 4408.0, 4388.0, 4438.0, 4388.0, 4391.0, 4449.0, 4419.0, 4421.0, 4449.0, 4419.0, 4420.0, 4428.0, 4391.0, 4409.0, 4411.0, 4400.0, 4440.0, 4420.0, 4388.0, 4378.0, 4392.0, 4399.0, 4404.0, 4402.0, 4432.0, 4404.0, 4404.0, 4404.0, 4402.0, 4421.0, 4401.0, 4402.0, 4442.0, 4410.0, 4404.0, 4452.0, 4431.0, 4409.0, 4450.0, 4438.0, 4419.0, 4389.0, 4389.0, 4388.0, 4393.0, 4392.0, 4393.0, 4402.0, 4435.0, 4463.0, 4441.0, 4433.0, 4461.0, 4431.0, 4441.0, 4408.0, 4401.0, 4442.0, 4390.0, 4402.0, 4440.0, 4421.0, 4413.0, 4442.0, 4395.0, 4422.0, 4431.0, 4402.0, 4430.0, 4402.0, 4393.0, 4453.0, 4410.0, 4403.0, 4460.0, 4441.0, 4421.0, 4391.0, 4392.0, 4422.0, 4406.0, 4416.0, 4404.0, 4418.0, 4437.0, 4415.0, 4415.0, 4405.0, 4414.0, 4467.0, 4461.0, 4450.0, 4432.0, 4448.0, 4439.0, 4419.0, 4438.0, 4407.0, 4409.0, 4420.0, 4378.0, 4400.0, 4397.0, 4379.0, 4411.0, 4408.0, 4388.0, 4440.0, 4408.0, 4389.0, 4448.0, 4426.0, 4406.0, 4406.0, 4376.0, 4398.0, 4378.0, 4387.0, 4427.0, 4428.0, 4388.0, 4427.0, 4417.0, 4399.0, 4429.0, 4439.0, 4389.0, 4376.0, 4388.0, 4398.0, 4399.0, 4401.0, 4402.0, 4407.0, 4437.0, 4416.0, 4426.0, 4446.0, 4404.0, 4423.0, 4403.0, 4418.0, 4453.0, 4442.0, 4413.0, 4451.0, 4434.0, 4415.0, 4462.0, 4451.0, 4419.0, 4389.0, 4390.0, 4450.0, 4440.0, 4428.0, 4449.0, 4427.0, 4407.0, 4436.0, 4427.0, 4405.0, 4416.0, 4376.0, 4404.0, 4394.0, 4376.0, 4414.0, 4375.0, 4385.0, 4415.0, 4376.0, 4406.0, 4375.0, 4373.0, 4375.0, 4375.0, 4406.0, 4444.0, 4427.0, 4419.0, 4446.0, 4424.0, 4404.0, 4397.0, 4386.0, 4390.0, 4399.0, 4379.0, 4388.0, 4390.0, 4399.0, 4420.0, 4401.0, 4413.0, 4442.0, 4433.0, 4409.0, 4440.0, 4441.0, 4410.0, 4396.0, 4391.0, 4399.0, 4399.0, 4394.0, 4412.0, 4402.0, 4402.0, 4412.0, 4403.0, 4404.0, 4443.0, 4443.0, 4410.0, 4451.0, 4452.0, 4430.0, 4430.0, 4459.0, 4427.0, 4416.0, 4407.0, 4378.0, 4368.0, 4380.0, 4388.0, 4390.0, 4401.0, 4432.0, 4463.0, 4430.0, 4410.0, 4439.0, 4418.0, 4391.0, 4430.0, 4416.0, 4389.0, 4416.0, 4410.0, 4378.0, 4438.0, 4429.0, 4411.0, 4437.0, 4388.0, 4408.0, 4440.0, 4388.0, 4429.0, 4439.0, 4410.0, 4426.0, 4379.0, 4375.0, 4380.0, 4389.0, 4389.0, 4402.0, 4443.0, 4451.0, 4419.0, 4436.0, 4439.0, 4409.0, 4416.0, 4366.0, 4375.0, 4377.0, 4388.0, 4418.0, 4389.0, 4401.0, 4400.0, 4405.0, 4411.0, 4403.0, 4403.0, 4403.0, 4403.0, 4426.0, 4404.0, 4407.0, 4404.0, 4408.0, 4427.0, 4407.0, 4436.0, 4464.0, 4432.0, 4451.0, 4454.0, 4438.0, 4419.0, 4448.0, 4418.0, 4407.0, 4375.0, 4377.0, 4385.0, 4376.0, 4388.0, 4377.0, 4388.0, 4432.0, 4430.0, 4401.0, 4449.0, 4419.0, 4398.0, 4446.0, 4406.0, 4387.0, 4435.0, 4408.0, 4389.0, 4437.0, 4426.0, 4409.0, 4388.0, 4389.0, 4387.0, 4380.0, 4391.0, 4438.0, 4448.0, 4406.0, 4395.0, 4446.0, 4416.0, 4386.0, 4417.0, 4386.0, 4376.0, 4385.0, 4376.0, 4391.0, 4397.0, 4391.0, 4391.0, 4392.0, 4404.0, 4425.0, 4414.0, 4416.0, 4459.0, 4415.0, 4427.0, 4416.0, 4404.0, 4454.0, 4464.0, 4430.0, 4450.0, 4453.0, 4419.0, 4448.0, 4420.0, 4398.0, 4439.0, 4416.0, 4399.0, 4447.0, 4417.0, 4398.0, 4438.0, 4390.0, 4399.0, 4389.0, 4401.0, 4400.0, 4401.0, 4413.0, 4403.0, 4404.0, 4414.0, 4415.0, 4423.0, 4413.0, 4413.0, 4430.0, 4401.0, 4463.0, 4449.0, 4438.0, 4449.0, 4426.0, 4397.0, 4385.0, 4364.0, 4374.0, 4364.0, 4375.0, 4415.0, 4415.0, 4375.0, 4414.0, 4408.0, 4388.0, 4405.0, 4374.0, 4386.0, 4394.0, 4376.0, 4375.0, 4379.0, 4392.0, 4403.0, 4402.0, 4413.0, 4412.0, 4401.0, 4421.0, 4399.0, 4428.0, 4399.0, 4387.0, 4425.0, 4397.0, 4407.0, 4440.0, 4432.0, 4419.0, 4397.0, 4392.0, 4415.0, 4388.0, 4385.0, 4406.0, 4388.0, 4387.0, 4388.0, 4398.0, 4390.0, 4400.0, 4391.0, 4399.0, 4419.0, 4400.0, 4389.0, 4439.0, 4407.0, 4390.0, 4438.0, 4386.0, 4407.0, 4376.0, 4387.0, 4438.0, 4408.0, 4408.0, 4437.0, 4399.0, 4427.0, 4394.0, 4388.0, 4426.0, 4416.0, 4377.0, 4426.0, 4424.0, 4385.0, 4397.0, 4375.0, 4388.0, 4407.0, 4386.0, 4367.0, 4367.0, 4376.0, 4378.0, 4380.0, 4378.0, 4390.0, 4404.0, 4441.0, 4438.0, 4417.0, 4387.0, 4416.0, 4407.0, 4388.0, 4418.0, 4399.0, 4389.0, 4407.0, 4388.0, 4398.0, 4389.0, 4390.0, 4392.0, 4412.0, 4441.0, 4412.0, 4441.0, 4439.0, 4439.0, 4450.0, 4425.0, 4424.0, 4422.0, 4392.0, 4422.0, 4381.0, 4372.0, 4379.0, 4360.0, 4409.0, 4359.0, 4360.0, 4410.0, 4359.0, 4361.0, 4390.0, 4359.0, 4359.0, 4349.0, 4362.0, 4371.0, 4374.0, 4365.0, 4378.0, 4388.0, 4377.0, 4379.0, 4390.0, 4392.0, 4390.0, 4391.0, 4403.0, 4432.0, 4411.0, 4380.0, 4402.0, 4390.0, 4392.0, 4443.0, 4403.0, 4416.0, 4405.0, 4406.0, 4417.0, 4417.0, 4476.0, 4440.0, 4460.0, 4437.0, 4427.0, 4478.0, 4466.0, 4465.0, 4446.0, 4403.0, 4462.0, 4441.0, 4452.0, 4455.0, 4451.0, 4452.0, 4420.0, 4448.0, 4389.0, 4387.0, 4375.0, 4376.0, 4378.0, 4379.0, 4389.0, 4381.0, 4441.0, 4402.0, 4450.0, 4409.0, 4397.0, 4440.0, 4398.0, 4427.0, 4387.0, 4387.0, 4388.0, 4397.0, 4388.0, 4390.0, 4409.0, 4389.0, 4398.0, 4389.0, 4398.0, 4388.0, 4378.0, 4379.0, 4401.0, 4430.0, 4401.0, 4401.0, 4391.0, 4414.0, 4435.0, 4402.0, 4432.0, 4413.0, 4410.0, 4389.0, 4388.0, 4391.0, 4402.0, 4462.0, 4420.0, 4410.0, 4451.0, 4418.0, 4399.0, 4447.0, 4417.0, 4387.0, 4386.0, 4388.0, 4398.0, 4380.0, 4390.0, 4400.0, 4392.0, 4412.0, 4392.0, 4394.0, 4404.0, 4404.0, 4453.0, 4413.0, 4413.0, 4451.0, 4431.0, 4431.0, 4460.0, 4429.0, 4438.0, 4430.0, 4409.0, 4428.0, 4376.0, 4376.0, 4377.0, 4401.0, 4428.0, 4399.0, 4388.0, 4389.0, 4389.0, 4390.0, 4401.0, 4402.0, 4404.0, 4412.0, 4404.0, 4404.0, 4433.0, 4405.0, 4392.0, 4393.0, 4402.0, 4421.0, 4392.0, 4415.0, 4454.0, 4433.0, 4414.0, 4452.0, 4422.0, 4420.0, 4391.0, 4402.0, 4430.0, 4391.0, 4392.0, 4393.0, 4404.0, 4444.0, 4403.0, 4426.0, 4465.0, 4452.0, 4421.0, 4451.0, 4449.0, 4419.0, 4418.0, 4428.0, 4387.0, 4397.0, 4377.0, 4379.0, 4378.0, 4389.0, 4389.0, 4380.0, 4402.0, 4442.0, 4450.0, 4419.0, 4420.0, 4462.0, 4439.0, 4409.0, 4438.0, 4419.0, 4388.0, 4408.0, 4388.0, 4390.0, 4401.0, 4393.0, 4412.0, 4391.0, 4403.0, 4432.0, 4392.0, 4414.0, 4453.0, 4411.0, 4403.0, 4440.0, 4419.0, 4389.0, 4438.0, 4430.0, 4401.0, 4398.0, 4378.0, 4389.0, 4408.0, 4367.0, 4389.0, 4419.0, 4389.0, 4402.0, 4431.0, 4403.0, 4403.0, 4404.0, 4405.0, 4424.0, 4418.0, 4428.0, 4446.0, 4416.0, 4415.0, 4405.0, 4395.0, 4414.0, 4403.0, 4443.0, 4404.0, 4425.0, 4465.0, 4434.0, 4476.0, 4473.0, 4440.0, 4440.0, 4428.0, 4397.0, 4426.0, 4376.0, 4396.0, 4377.0, 4387.0, 4437.0, 4407.0, 4389.0, 4437.0, 4398.0, 4407.0, 4386.0, 4366.0, 4366.0, 4389.0, 4417.0, 4398.0, 4390.0, 4429.0, 4388.0, 4438.0, 4387.0, 4387.0, 4436.0, 4415.0, 4396.0, 4434.0, 4404.0, 4424.0, 4424.0, 4404.0, 4363.0, 4375.0, 4362.0, 4374.0, 4365.0, 4375.0, 4389.0, 4399.0, 4390.0, 4391.0, 4430.0, 4400.0], 'WindowWidth': [9862.0, 9751.0, 9788.0, 9745.0, 9726.0, 9792.0, 9755.0, 9706.0, 9786.0, 9751.0, 9744.0, 9785.0, 9701.0, 9718.0, 9722.0, 9698.0, 9735.0, 9710.0, 9686.0, 9734.0, 9705.0, 9723.0, 9764.0, 9731.0, 9725.0, 9772.0, 9770.0, 9736.0, 9715.0, 9703.0, 9734.0, 9725.0, 9733.0, 9761.0, 9734.0, 9754.0, 9786.0, 9738.0, 9769.0, 9794.0, 9749.0, 9761.0, 9752.0, 9772.0, 9809.0, 9748.0, 9764.0, 9833.0, 9798.0, 9771.0, 9809.0, 9753.0, 9800.0, 9803.0, 9771.0, 9780.0, 9803.0, 9772.0, 9761.0, 9777.0, 9731.0, 9769.0, 9788.0, 9743.0, 9783.0, 9753.0, 9723.0, 9722.0, 9696.0, 9763.0, 9695.0, 9704.0, 9782.0, 9738.0, 9742.0, 9780.0, 9738.0, 9742.0, 9752.0, 9705.0, 9727.0, 9732.0, 9717.0, 9768.0, 9740.0, 9696.0, 9684.0, 9706.0, 9715.0, 9726.0, 9723.0, 9764.0, 9726.0, 9726.0, 9727.0, 9725.0, 9747.0, 9720.0, 9723.0, 9777.0, 9731.0, 9726.0, 9791.0, 9757.0, 9728.0, 9783.0, 9762.0, 9737.0, 9698.0, 9698.0, 9698.0, 9709.0, 9703.0, 9711.0, 9723.0, 9771.0, 9804.0, 9772.0, 9764.0, 9799.0, 9757.0, 9770.0, 9723.0, 9712.0, 9772.0, 9705.0, 9723.0, 9772.0, 9746.0, 9739.0, 9775.0, 9715.0, 9748.0, 9759.0, 9722.0, 9755.0, 9721.0, 9705.0, 9792.0, 9729.0, 9723.0, 9799.0, 9770.0, 9744.0, 9705.0, 9709.0, 9749.0, 9731.0, 9745.0, 9728.0, 9750.0, 9776.0, 9745.0, 9744.0, 9730.0, 9742.0, 9817.0, 9803.0, 9778.0, 9757.0, 9778.0, 9764.0, 9740.0, 9764.0, 9722.0, 9725.0, 9740.0, 9683.0, 9714.0, 9706.0, 9686.0, 9729.0, 9722.0, 9697.0, 9768.0, 9722.0, 9701.0, 9779.0, 9742.0, 9715.0, 9715.0, 9677.0, 9705.0, 9680.0, 9693.0, 9748.0, 9745.0, 9694.0, 9746.0, 9733.0, 9714.0, 9754.0, 9768.0, 9697.0, 9677.0, 9697.0, 9710.0, 9715.0, 9721.0, 9723.0, 9736.0, 9778.0, 9747.0, 9761.0, 9787.0, 9730.0, 9753.0, 9724.0, 9752.0, 9796.0, 9772.0, 9734.0, 9789.0, 9765.0, 9743.0, 9802.0, 9786.0, 9742.0, 9699.0, 9701.0, 9782.0, 9765.0, 9747.0, 9779.0, 9745.0, 9720.0, 9759.0, 9745.0, 9714.0, 9727.0, 9674.0, 9710.0, 9695.0, 9674.0, 9723.0, 9672.0, 9688.0, 9726.0, 9675.0, 9715.0, 9674.0, 9670.0, 9673.0, 9675.0, 9719.0, 9767.0, 9741.0, 9735.0, 9771.0, 9737.0, 9711.0, 9702.0, 9690.0, 9699.0, 9708.0, 9683.0, 9695.0, 9700.0, 9717.0, 9743.0, 9721.0, 9739.0, 9776.0, 9760.0, 9729.0, 9767.0, 9767.0, 9725.0, 9704.0, 9702.0, 9714.0, 9714.0, 9711.0, 9736.0, 9723.0, 9723.0, 9738.0, 9727.0, 9728.0, 9782.0, 9775.0, 9729.0, 9786.0, 9785.0, 9752.0, 9755.0, 9791.0, 9745.0, 9729.0, 9717.0, 9680.0, 9666.0, 9686.0, 9696.0, 9703.0, 9720.0, 9765.0, 9807.0, 9754.0, 9727.0, 9765.0, 9735.0, 9701.0, 9753.0, 9729.0, 9698.0, 9731.0, 9723.0, 9683.0, 9765.0, 9751.0, 9729.0, 9761.0, 9696.0, 9722.0, 9765.0, 9695.0, 9751.0, 9762.0, 9724.0, 9744.0, 9680.0, 9674.0, 9687.0, 9698.0, 9699.0, 9720.0, 9777.0, 9783.0, 9736.0, 9757.0, 9760.0, 9720.0, 9727.0, 9660.0, 9671.0, 9677.0, 9695.0, 9735.0, 9699.0, 9717.0, 9717.0, 9729.0, 9733.0, 9723.0, 9725.0, 9725.0, 9726.0, 9757.0, 9727.0, 9734.0, 9728.0, 9738.0, 9762.0, 9733.0, 9774.0, 9807.0, 9758.0, 9787.0, 9794.0, 9763.0, 9739.0, 9775.0, 9732.0, 9716.0, 9672.0, 9676.0, 9686.0, 9675.0, 9695.0, 9679.0, 9698.0, 9760.0, 9752.0, 9715.0, 9779.0, 9735.0, 9707.0, 9771.0, 9715.0, 9690.0, 9756.0, 9719.0, 9698.0, 9760.0, 9744.0, 9723.0, 9693.0, 9695.0, 9691.0, 9686.0, 9701.0, 9764.0, 9771.0, 9714.0, 9700.0, 9770.0, 9727.0, 9689.0, 9731.0, 9689.0, 9677.0, 9686.0, 9678.0, 9705.0, 9707.0, 9704.0, 9706.0, 9709.0, 9731.0, 9759.0, 9742.0, 9748.0, 9806.0, 9744.0, 9763.0, 9748.0, 9729.0, 9796.0, 9807.0, 9755.0, 9783.0, 9786.0, 9738.0, 9778.0, 9738.0, 9707.0, 9765.0, 9728.0, 9709.0, 9774.0, 9735.0, 9709.0, 9764.0, 9701.0, 9712.0, 9700.0, 9718.0, 9716.0, 9721.0, 9740.0, 9725.0, 9729.0, 9742.0, 9743.0, 9755.0, 9740.0, 9739.0, 9757.0, 9719.0, 9807.0, 9780.0, 9761.0, 9777.0, 9741.0, 9701.0, 9683.0, 9656.0, 9668.0, 9655.0, 9671.0, 9726.0, 9724.0, 9674.0, 9725.0, 9718.0, 9693.0, 9713.0, 9670.0, 9691.0, 9697.0, 9679.0, 9676.0, 9685.0, 9706.0, 9723.0, 9724.0, 9738.0, 9736.0, 9718.0, 9744.0, 9712.0, 9749.0, 9709.0, 9694.0, 9742.0, 9704.0, 9719.0, 9766.0, 9759.0, 9740.0, 9707.0, 9704.0, 9730.0, 9694.0, 9689.0, 9716.0, 9694.0, 9693.0, 9697.0, 9710.0, 9701.0, 9716.0, 9702.0, 9713.0, 9741.0, 9713.0, 9699.0, 9766.0, 9717.0, 9697.0, 9761.0, 9690.0, 9720.0, 9677.0, 9694.0, 9764.0, 9722.0, 9721.0, 9760.0, 9708.0, 9744.0, 9695.0, 9690.0, 9742.0, 9725.0, 9674.0, 9742.0, 9735.0, 9685.0, 9703.0, 9672.0, 9694.0, 9721.0, 9690.0, 9664.0, 9661.0, 9675.0, 9677.0, 9687.0, 9682.0, 9702.0, 9725.0, 9772.0, 9763.0, 9730.0, 9691.0, 9732.0, 9718.0, 9695.0, 9736.0, 9710.0, 9698.0, 9721.0, 9696.0, 9710.0, 9700.0, 9703.0, 9708.0, 9736.0, 9773.0, 9733.0, 9775.0, 9765.0, 9764.0, 9784.0, 9736.0, 9733.0, 9730.0, 9688.0, 9728.0, 9670.0, 9660.0, 9665.0, 9640.0, 9707.0, 9640.0, 9642.0, 9709.0, 9637.0, 9642.0, 9680.0, 9639.0, 9638.0, 9624.0, 9647.0, 9659.0, 9670.0, 9658.0, 9680.0, 9695.0, 9678.0, 9684.0, 9697.0, 9702.0, 9698.0, 9702.0, 9720.0, 9759.0, 9726.0, 9686.0, 9718.0, 9701.0, 9708.0, 9777.0, 9724.0, 9746.0, 9732.0, 9734.0, 9749.0, 9752.0, 9829.0, 9786.0, 9815.0, 9776.0, 9764.0, 9839.0, 9814.0, 9809.0, 9783.0, 9723.0, 9801.0, 9769.0, 9789.0, 9792.0, 9784.0, 9786.0, 9738.0, 9776.0, 9693.0, 9689.0, 9671.0, 9675.0, 9679.0, 9686.0, 9699.0, 9689.0, 9769.0, 9718.0, 9781.0, 9720.0, 9704.0, 9763.0, 9706.0, 9743.0, 9690.0, 9689.0, 9693.0, 9704.0, 9692.0, 9700.0, 9723.0, 9697.0, 9707.0, 9695.0, 9708.0, 9694.0, 9682.0, 9683.0, 9717.0, 9753.0, 9717.0, 9717.0, 9704.0, 9740.0, 9767.0, 9719.0, 9759.0, 9735.0, 9726.0, 9697.0, 9694.0, 9702.0, 9720.0, 9804.0, 9739.0, 9729.0, 9787.0, 9734.0, 9712.0, 9772.0, 9732.0, 9692.0, 9689.0, 9695.0, 9708.0, 9684.0, 9700.0, 9714.0, 9706.0, 9733.0, 9708.0, 9713.0, 9729.0, 9728.0, 9793.0, 9737.0, 9737.0, 9788.0, 9757.0, 9757.0, 9796.0, 9750.0, 9761.0, 9749.0, 9720.0, 9745.0, 9673.0, 9674.0, 9677.0, 9715.0, 9747.0, 9709.0, 9696.0, 9698.0, 9698.0, 9701.0, 9717.0, 9718.0, 9723.0, 9735.0, 9727.0, 9724.0, 9762.0, 9726.0, 9706.0, 9707.0, 9720.0, 9743.0, 9704.0, 9739.0, 9791.0, 9759.0, 9736.0, 9785.0, 9742.0, 9738.0, 9704.0, 9719.0, 9754.0, 9701.0, 9705.0, 9708.0, 9725.0, 9778.0, 9724.0, 9758.0, 9813.0, 9785.0, 9742.0, 9781.0, 9777.0, 9735.0, 9735.0, 9748.0, 9690.0, 9702.0, 9678.0, 9681.0, 9681.0, 9699.0, 9698.0, 9687.0, 9719.0, 9774.0, 9782.0, 9737.0, 9741.0, 9803.0, 9763.0, 9725.0, 9762.0, 9735.0, 9694.0, 9720.0, 9695.0, 9700.0, 9718.0, 9709.0, 9732.0, 9705.0, 9722.0, 9761.0, 9709.0, 9741.0, 9792.0, 9730.0, 9721.0, 9769.0, 9736.0, 9696.0, 9763.0, 9752.0, 9715.0, 9709.0, 9680.0, 9697.0, 9720.0, 9665.0, 9699.0, 9737.0, 9698.0, 9720.0, 9756.0, 9726.0, 9725.0, 9727.0, 9731.0, 9754.0, 9752.0, 9766.0, 9786.0, 9744.0, 9742.0, 9731.0, 9718.0, 9740.0, 9724.0, 9780.0, 9729.0, 9756.0, 9810.0, 9767.0, 9830.0, 9823.0, 9768.0, 9765.0, 9747.0, 9703.0, 9741.0, 9674.0, 9700.0, 9675.0, 9691.0, 9760.0, 9719.0, 9694.0, 9758.0, 9708.0, 9719.0, 9689.0, 9661.0, 9662.0, 9694.0, 9732.0, 9707.0, 9701.0, 9751.0, 9695.0, 9761.0, 9691.0, 9692.0, 9756.0, 9724.0, 9700.0, 9750.0, 9708.0, 9735.0, 9733.0, 9705.0, 9650.0, 9668.0, 9649.0, 9668.0, 9659.0, 9672.0, 9695.0, 9711.0, 9700.0, 9703.0, 9755.0, 9714.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.0012540252293577984</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022317597247706423</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.72532485185993</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1830924989322618</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.973573424110218</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4966</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5111.1206</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07772478317073224</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8027522935779816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3837341566397763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2448468555695893</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6164112103471684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.289944404002571</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119138</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015912413597106934</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034075766801834106</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8050794643610315</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>16.1223</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6847</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.4691</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296332.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1068.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.6292</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9637</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>644.2801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3574.3552</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3748.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80212.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4802.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.993</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.931901034200564</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> |