=== 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-0040 --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-0040",
"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-0040_ses-03_task-social_acq-mb8_run-06_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-0040_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-06_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-0040/ses-03/func/sub-0040_ses-03_task-social_acq-mb8_run-06_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>03ece8c14ea6e4fef94b6672a00a6b7a</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:34:22.220000</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.996309, 0.0766261, 0.0386814, -0.0770117, 0.996993, 0.00857628]</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-06_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.0823237</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7724, -7220, 519, 55, -34, -10, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>300f3fce-c4bb-4f30-bc2f-ea18c0a9968f||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.673024892807007, -0.20661674439907074, 0.1023513674736023, 124.52884674072266], [-0.20558226108551025, 2.6748602390289307, 0.03111356869339943, -90.90364837646484], [0.10377932339906693, -0.02300952561199665, 2.6978800296783447, -54.702484130859375], [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': ['093422.220000', '093422.680000', '093423.140000', '093423.600000', '093424.060000', '093424.520000', '093424.980000', '093425.440000', '093425.900000', '093426.360000', '093426.820000', '093427.280000', '093427.740000', '093428.200000', '093428.660000', '093429.120000', '093429.580000', '093430.040000', '093430.500000', '093430.960000', '093431.420000', '093431.880000', '093432.340000', '093432.800000', '093433.260000', '093433.720000', '093434.180000', '093434.640000', '093435.100000', '093435.560000', '093436.020000', '093436.480000', '093436.940000', '093437.400000', '093437.860000', '093438.320000', '093438.780000', '093439.240000', '093439.700000', '093440.160000', '093440.620000', '093441.080000', '093441.540000', '093442.000000', '093442.460000', '093442.920000', '093443.380000', '093443.840000', '093444.300000', '093444.760000', '093445.220000', '093445.680000', '093446.140000', '093446.600000', '093447.060000', '093447.520000', '093447.980000', '093448.440000', '093448.900000', '093449.360000', '093449.820000', '093450.280000', '093450.740000', '093451.200000', '093451.660000', '093452.120000', '093452.580000', '093453.040000', '093453.500000', '093453.960000', '093454.420000', '093454.880000', '093455.340000', '093455.800000', '093456.260000', '093456.720000', '093457.180000', '093457.640000', '093458.100000', '093458.560000', '093459.020000', '093459.480000', '093459.940000', '093500.400000', '093500.860000', '093501.320000', '093501.780000', '093502.240000', '093502.700000', '093503.160000', '093503.620000', '093504.080000', '093504.540000', '093505.000000', '093505.460000', '093505.920000', '093506.380000', '093506.840000', '093507.300000', '093507.760000', '093508.220000', '093508.680000', '093509.140000', '093509.600000', '093510.060000', '093510.520000', '093510.980000', '093511.440000', '093511.900000', '093512.360000', '093512.820000', '093513.280000', '093513.740000', '093514.200000', '093514.660000', '093515.120000', '093515.580000', '093516.040000', '093516.500000', '093516.960000', '093517.420000', '093517.880000', '093518.340000', '093518.800000', '093519.260000', '093519.720000', '093520.180000', '093520.640000', '093521.100000', '093521.560000', '093522.020000', '093522.480000', '093522.940000', '093523.400000', '093523.860000', '093524.320000', '093524.780000', '093525.240000', '093525.700000', '093526.160000', '093526.620000', '093527.080000', '093527.540000', '093528.000000', '093528.460000', '093528.920000', '093529.380000', '093529.840000', '093530.300000', '093530.760000', '093531.220000', '093531.680000', '093532.140000', '093532.600000', '093533.060000', '093533.520000', '093533.980000', '093534.440000', '093534.900000', '093535.360000', '093535.820000', '093536.280000', '093536.740000', '093537.200000', '093537.660000', '093538.120000', '093538.580000', '093539.040000', '093539.500000', '093539.960000', '093540.420000', '093540.880000', '093541.340000', '093541.800000', '093542.260000', '093542.720000', '093543.180000', '093543.640000', '093544.100000', '093544.560000', '093545.020000', '093545.480000', '093545.940000', '093546.400000', '093546.860000', '093547.320000', '093547.780000', '093548.240000', '093548.700000', '093549.160000', '093549.620000', '093550.080000', '093550.540000', '093551.000000', '093551.460000', '093551.920000', '093552.380000', '093552.840000', '093553.300000', '093553.760000', '093554.220000', '093554.680000', '093555.140000', '093555.600000', '093556.060000', '093556.520000', '093556.980000', '093557.440000', '093557.900000', '093558.360000', '093558.820000', '093559.280000', '093559.740000', '093600.200000', '093600.660000', '093601.120000', '093601.580000', '093602.040000', '093602.500000', '093602.960000', '093603.420000', '093603.880000', '093604.340000', '093604.800000', '093605.260000', '093605.720000', '093606.180000', '093606.640000', '093607.100000', '093607.560000', '093608.020000', '093608.480000', '093608.940000', '093609.400000', '093609.860000', '093610.320000', '093610.780000', '093611.240000', '093611.700000', '093612.160000', '093612.620000', '093613.080000', '093613.540000', '093614.000000', '093614.460000', '093614.920000', '093615.380000', '093615.840000', '093616.300000', '093616.760000', '093617.220000', '093617.680000', '093618.140000', '093618.600000', '093619.060000', '093619.520000', '093619.980000', '093620.440000', '093620.900000', '093621.360000', '093621.820000', '093622.280000', '093622.740000', '093623.200000', '093623.660000', '093624.120000', '093624.580000', '093625.040000', '093625.500000', '093625.960000', '093626.420000', '093626.880000', '093627.340000', '093627.800000', '093628.260000', '093628.720000', '093629.180000', '093629.640000', '093630.100000', '093630.560000', '093631.020000', '093631.480000', '093631.940000', '093632.400000', '093632.860000', '093633.320000', '093633.780000', '093634.240000', '093634.700000', '093635.160000', '093635.620000', '093636.080000', '093636.540000', '093637.000000', '093637.460000', '093637.920000', '093638.380000', '093638.840000', '093639.300000', '093639.760000', '093640.220000', '093640.680000', '093641.140000', '093641.600000', '093642.060000', '093642.520000', '093642.980000', '093643.440000', '093643.900000', '093644.360000', '093644.820000', '093645.280000', '093645.740000', '093646.200000', '093646.660000', '093647.120000', '093647.580000', '093648.040000', '093648.500000', '093648.960000', '093649.420000', '093649.880000', '093650.340000', '093650.800000', '093651.260000', '093651.720000', '093652.180000', '093652.640000', '093653.100000', '093653.560000', '093654.020000', '093654.480000', '093654.940000', '093655.400000', '093655.860000', '093656.320000', '093656.780000', '093657.240000', '093657.700000', '093658.160000', '093658.620000', '093659.080000', '093659.540000', '093700.000000', '093700.460000', '093700.920000', '093701.380000', '093701.840000', '093702.300000', '093702.760000', '093703.220000', '093703.680000', '093704.140000', '093704.600000', '093705.060000', '093705.520000', '093705.980000', '093706.440000', '093706.900000', '093707.360000', '093707.820000', '093708.280000', '093708.740000', '093709.200000', '093709.660000', '093710.120000', '093710.580000', '093711.040000', '093711.500000', '093711.960000', '093712.420000', '093712.880000', '093713.340000', '093713.800000', '093714.260000', '093714.720000', '093715.180000', '093715.640000', '093716.100000', '093716.560000', '093717.020000', '093717.480000', '093717.940000', '093718.400000', '093718.860000', '093719.320000', '093719.780000', '093720.240000', '093720.700000', '093721.160000', '093721.620000', '093722.080000', '093722.540000', '093723.000000', '093723.460000', '093723.920000', '093724.380000', '093724.840000', '093725.300000', '093725.760000', '093726.220000', '093726.680000', '093727.140000', '093727.600000', '093728.060000', '093728.520000', '093728.980000', '093729.440000', '093729.900000', '093730.360000', '093730.820000', '093731.280000', '093731.740000', '093732.200000', '093732.660000', '093733.120000', '093733.580000', '093734.040000', '093734.500000', '093734.960000', '093735.420000', '093735.880000', '093736.340000', '093736.800000', '093737.260000', '093737.720000', '093738.180000', '093738.640000', '093739.100000', '093739.560000', '093740.020000', '093740.480000', '093740.940000', '093741.400000', '093741.860000', '093742.320000', '093742.780000', '093743.240000', '093743.700000', '093744.160000', '093744.620000', '093745.080000', '093745.540000', '093746.000000', '093746.460000', '093746.920000', '093747.380000', '093747.840000', '093748.300000', '093748.760000', '093749.220000', '093749.680000', '093750.140000', '093750.600000', '093751.060000', '093751.520000', '093751.980000', '093752.440000', '093752.900000', '093753.360000', '093753.820000', '093754.280000', '093754.740000', '093755.200000', '093755.660000', '093756.120000', '093756.580000', '093757.040000', '093757.500000', '093757.960000', '093758.420000', '093758.880000', '093759.340000', '093759.800000', '093800.260000', '093800.720000', '093801.180000', '093801.640000', '093802.100000', '093802.560000', '093803.020000', '093803.480000', '093803.940000', '093804.400000', '093804.860000', '093805.320000', '093805.780000', '093806.240000', '093806.700000', '093807.160000', '093807.620000', '093808.080000', '093808.540000', '093809.000000', '093809.460000', '093809.920000', '093810.380000', '093810.840000', '093811.300000', '093811.760000', '093812.220000', '093812.680000', '093813.140000', '093813.600000', '093814.060000', '093814.520000', '093814.980000', '093815.440000', '093815.900000', '093816.360000', '093816.820000', '093817.280000', '093817.740000', '093818.200000', '093818.660000', '093819.120000', '093819.580000', '093820.040000', '093820.500000', '093820.960000', '093821.420000', '093821.880000', '093822.340000', '093822.800000', '093823.260000', '093823.720000', '093824.180000', '093824.640000', '093825.100000', '093825.560000', '093826.020000', '093826.480000', '093826.940000', '093827.400000', '093827.860000', '093828.320000', '093828.780000', '093829.240000', '093829.700000', '093830.160000', '093830.620000', '093831.080000', '093831.540000', '093832.000000', '093832.460000', '093832.920000', '093833.380000', '093833.840000', '093834.300000', '093834.760000', '093835.220000', '093835.680000', '093836.140000', '093836.600000', '093837.060000', '093837.520000', '093837.980000', '093838.440000', '093838.900000', '093839.360000', '093839.820000', '093840.280000', '093840.740000', '093841.200000', '093841.660000', '093842.120000', '093842.580000', '093843.040000', '093843.500000', '093843.960000', '093844.420000', '093844.880000', '093845.340000', '093845.800000', '093846.260000', '093846.720000', '093847.180000', '093847.640000', '093848.100000', '093848.560000', '093849.020000', '093849.480000', '093849.940000', '093850.400000', '093850.860000', '093851.320000', '093851.780000', '093852.240000', '093852.700000', '093853.160000', '093853.620000', '093854.080000', '093854.540000', '093855.000000', '093855.460000', '093855.920000', '093856.380000', '093856.840000', '093857.300000', '093857.760000', '093858.220000', '093858.680000', '093859.140000', '093859.600000', '093900.060000', '093900.520000', '093900.980000', '093901.440000', '093901.900000', '093902.360000', '093902.820000', '093903.280000', '093903.740000', '093904.200000', '093904.660000', '093905.120000', '093905.580000', '093906.040000', '093906.500000', '093906.960000', '093907.420000', '093907.880000', '093908.340000', '093908.800000', '093909.260000', '093909.720000', '093910.180000', '093910.640000', '093911.100000', '093911.560000', '093912.020000', '093912.480000', '093912.940000', '093913.400000', '093913.860000', '093914.320000', '093914.780000', '093915.240000', '093915.700000', '093916.160000', '093916.620000', '093917.080000', '093917.540000', '093918.000000', '093918.460000', '093918.920000', '093919.380000', '093919.840000', '093920.300000', '093920.760000', '093921.220000', '093921.680000', '093922.140000', '093922.600000', '093923.060000', '093923.520000', '093923.980000', '093924.440000', '093924.900000', '093925.360000', '093925.820000', '093926.280000', '093926.740000', '093927.200000', '093927.660000', '093928.120000', '093928.580000', '093929.040000', '093929.500000', '093929.960000', '093930.420000', '093930.880000', '093931.340000', '093931.800000', '093932.260000', '093932.720000', '093933.180000', '093933.640000', '093934.100000', '093934.560000', '093935.020000', '093935.480000', '093935.940000', '093936.400000', '093936.860000', '093937.320000', '093937.780000', '093938.240000', '093938.700000', '093939.160000', '093939.620000', '093940.080000', '093940.540000', '093941.000000', '093941.460000', '093941.920000', '093942.380000', '093942.840000', '093943.300000', '093943.760000', '093944.220000', '093944.680000', '093945.140000', '093945.600000', '093946.060000', '093946.520000', '093946.980000', '093947.440000', '093947.900000', '093948.360000', '093948.820000', '093949.280000', '093949.740000', '093950.200000', '093950.660000', '093951.120000', '093951.580000', '093952.040000', '093952.500000', '093952.960000', '093953.420000', '093953.880000', '093954.340000', '093954.800000', '093955.260000', '093955.720000', '093956.180000', '093956.640000', '093957.100000', '093957.560000', '093958.020000', '093958.480000', '093958.940000', '093959.400000', '093959.860000', '094000.320000', '094000.780000', '094001.240000', '094001.700000', '094002.160000', '094002.620000', '094003.080000', '094003.540000', '094004.000000', '094004.460000', '094004.920000', '094005.380000', '094005.840000', '094006.300000', '094006.760000', '094007.220000', '094007.680000', '094008.140000', '094008.600000', '094009.060000', '094009.520000', '094009.980000', '094010.440000', '094010.900000', '094011.360000', '094011.820000', '094012.280000', '094012.740000', '094013.200000', '094013.660000', '094014.120000', '094014.580000', '094015.040000', '094015.500000', '094015.960000', '094016.420000', '094016.880000', '094017.340000', '094017.800000', '094018.260000', '094018.720000', '094019.180000', '094019.640000', '094020.100000', '094020.560000', '094021.020000', '094021.480000', '094021.940000', '094022.400000', '094022.860000', '094023.320000', '094023.780000', '094024.240000', '094024.700000', '094025.160000', '094025.620000', '094026.080000', '094026.540000', '094027.000000', '094027.460000', '094027.920000', '094028.380000', '094028.840000', '094029.300000', '094029.760000', '094030.220000', '094030.680000', '094031.140000', '094031.600000', '094032.060000', '094032.520000', '094032.980000', '094033.440000', '094033.900000', '094034.360000', '094034.820000', '094035.280000', '094035.740000', '094036.200000', '094036.660000', '094037.120000', '094037.580000', '094038.040000', '094038.500000', '094038.960000', '094039.420000', '094039.880000', '094040.340000', '094040.800000', '094041.260000', '094041.720000', '094042.180000', '094042.640000', '094043.100000', '094043.560000', '094044.020000', '094044.480000', '094044.940000', '094045.400000', '094045.860000', '094046.320000', '094046.780000', '094047.240000', '094047.700000', '094048.160000', '094048.620000', '094049.080000', '094049.540000', '094050.000000', '094050.460000', '094050.920000', '094051.380000', '094051.840000', '094052.300000', '094052.760000', '094053.220000', '094053.680000', '094054.140000', '094054.600000', '094055.060000', '094055.520000', '094055.980000', '094056.440000', '094056.900000', '094057.360000', '094057.820000', '094058.280000', '094058.740000', '094059.200000', '094059.660000', '094100.120000', '094100.580000', '094101.040000', '094101.500000', '094101.960000', '094102.420000', '094102.880000'], 'ContentTime': ['093445.707000', '093445.710000', '093445.713000', '093445.716000', '093445.719000', '093445.722000', '093445.729000', '093445.732000', '093445.735000', '093445.738000', '093445.741000', '093445.743000', '093445.746000', '093445.765000', '093445.768000', '093445.804000', '093445.807000', '093445.809000', '093445.812000', '093445.815000', '093445.818000', '093445.820000', '093445.823000', '093445.826000', '093445.829000', '093445.832000', '093445.835000', '093445.838000', '093445.840000', '093445.843000', '093445.846000', '093445.857000', '093445.860000', '093445.863000', '093445.866000', '093445.868000', '093445.871000', '093445.874000', '093445.877000', '093445.880000', '093445.883000', '093445.886000', '093445.889000', '093445.892000', '093445.895000', '093445.898000', '093445.901000', '093445.904000', '093445.907000', '093505.671000', '093505.674000', '093505.677000', '093505.679000', '093505.682000', '093505.685000', '093505.688000', '093505.691000', '093505.694000', '093505.696000', '093505.699000', '093505.702000', '093505.705000', '093505.708000', '093505.710000', '093505.713000', '093505.716000', '093505.719000', '093505.722000', '093505.724000', '093505.727000', '093505.730000', '093505.733000', '093505.736000', '093505.739000', '093505.741000', '093505.744000', '093505.747000', '093505.750000', '093505.753000', '093505.756000', '093505.758000', '093505.761000', '093505.764000', '093505.767000', '093505.770000', '093505.773000', '093505.775000', '093505.787000', '093505.789000', '093505.792000', '093505.795000', '093505.798000', '093525.671000', '093525.674000', '093525.677000', '093525.680000', '093525.682000', '093525.685000', '093525.688000', '093525.691000', '093525.694000', '093525.697000', '093525.699000', '093525.702000', '093525.705000', '093525.708000', '093525.711000', '093525.713000', '093525.716000', '093525.719000', '093525.722000', '093525.725000', '093525.728000', '093525.731000', '093525.733000', '093525.736000', '093525.739000', '093525.742000', '093525.745000', '093525.748000', '093525.750000', '093525.753000', '093525.756000', '093525.759000', '093525.762000', '093525.765000', '093525.768000', '093525.770000', '093525.779000', '093525.782000', '093525.785000', '093525.788000', '093525.790000', '093525.793000', '093525.796000', '093525.799000', '093545.671000', '093545.674000', '093545.677000', '093545.679000', '093545.682000', '093545.685000', '093545.688000', '093545.691000', '093545.694000', '093545.697000', '093545.700000', '093545.703000', '093545.705000', '093545.708000', '093545.711000', '093545.714000', '093545.717000', '093545.719000', '093545.722000', '093545.725000', '093545.728000', '093545.731000', '093545.734000', '093545.737000', '093545.739000', '093545.742000', '093545.745000', '093545.748000', '093545.751000', '093545.754000', '093545.757000', '093545.759000', '093545.762000', '093545.765000', '093545.768000', '093545.814000', '093545.817000', '093545.820000', '093545.823000', '093545.826000', '093545.828000', '093545.831000', '093545.834000', '093605.671000', '093605.674000', '093605.677000', '093605.679000', '093605.682000', '093605.685000', '093605.688000', '093605.691000', '093605.694000', '093605.696000', '093605.699000', '093605.702000', '093605.705000', '093605.708000', '093605.711000', '093605.714000', '093605.716000', '093605.719000', '093605.722000', '093605.725000', '093605.728000', '093605.740000', '093605.743000', '093605.746000', '093605.749000', '093605.752000', '093605.754000', '093605.757000', '093605.760000', '093605.763000', '093605.766000', '093605.769000', '093605.804000', '093605.807000', '093605.810000', '093605.813000', '093605.816000', '093605.818000', '093605.821000', '093605.824000', '093605.827000', '093605.830000', '093605.832000', '093605.835000', '093625.670000', '093625.673000', '093625.676000', '093625.691000', '093625.694000', '093625.697000', '093625.700000', '093625.703000', '093625.706000', '093625.708000', '093625.712000', '093625.715000', '093625.718000', '093625.721000', '093625.723000', '093625.726000', '093625.729000', '093625.732000', '093625.735000', '093625.738000', '093625.741000', '093625.743000', '093625.746000', '093625.749000', '093625.752000', '093625.755000', '093625.758000', '093625.761000', '093625.764000', '093625.766000', '093625.769000', '093625.772000', '093625.780000', '093625.783000', '093625.785000', '093625.788000', '093625.791000', '093625.794000', '093625.797000', '093625.800000', '093625.803000', '093625.805000', '093625.808000', '093645.670000', '093645.673000', '093645.676000', '093645.679000', '093645.682000', '093645.685000', '093645.687000', '093645.690000', '093645.693000', '093645.696000', '093645.699000', '093645.702000', '093645.704000', '093645.707000', '093645.710000', '093645.713000', '093645.716000', '093645.719000', '093645.722000', '093645.724000', '093645.727000', '093645.730000', '093645.733000', '093645.736000', '093645.739000', '093645.741000', '093645.744000', '093645.747000', '093645.750000', '093645.753000', '093645.756000', '093645.759000', '093645.761000', '093645.764000', '093645.767000', '093645.813000', '093645.816000', '093645.819000', '093645.822000', '093645.825000', '093645.827000', '093645.830000', '093645.833000', '093645.836000', '093705.671000', '093705.674000', '093705.677000', '093705.680000', '093705.682000', '093705.685000', '093705.688000', '093705.691000', '093705.694000', '093705.697000', '093705.700000', '093705.702000', '093705.705000', '093705.708000', '093705.711000', '093705.714000', '093705.717000', '093705.720000', '093705.723000', '093705.725000', '093705.728000', '093705.731000', '093705.734000', '093705.737000', '093705.739000', '093705.742000', '093705.745000', '093705.748000', '093705.751000', '093705.754000', '093705.757000', '093705.759000', '093705.762000', '093705.765000', '093705.768000', '093705.802000', '093705.805000', '093705.808000', '093705.811000', '093705.813000', '093705.816000', '093705.819000', '093705.822000', '093725.671000', '093725.674000', '093725.677000', '093725.680000', '093725.682000', '093725.685000', '093725.688000', '093725.691000', '093725.694000', '093725.697000', '093725.699000', '093725.702000', '093725.705000', '093725.708000', '093725.711000', '093725.714000', '093725.717000', '093725.719000', '093725.722000', '093725.725000', '093725.728000', '093725.731000', '093725.734000', '093725.736000', '093725.739000', '093725.742000', '093725.745000', '093725.748000', '093725.750000', '093725.753000', '093725.756000', '093725.759000', '093725.762000', '093725.765000', '093725.768000', '093725.818000', '093725.821000', '093725.824000', '093725.827000', '093725.830000', '093725.832000', '093725.835000', '093725.838000', '093725.841000', '093745.671000', '093745.674000', '093745.677000', '093745.680000', '093745.684000', '093745.687000', '093745.690000', '093745.693000', '093745.695000', '093745.698000', '093745.701000', '093745.704000', '093745.707000', '093745.710000', '093745.713000', '093745.715000', '093745.718000', '093745.721000', '093745.724000', '093745.727000', '093745.730000', '093745.733000', '093745.735000', '093745.738000', '093745.741000', '093745.744000', '093745.747000', '093745.750000', '093745.753000', '093745.756000', '093745.759000', '093745.762000', '093745.765000', '093745.767000', '093745.818000', '093745.821000', '093745.824000', '093745.827000', '093745.830000', '093745.833000', '093745.835000', '093745.838000', '093745.859000', '093805.671000', '093805.674000', '093805.677000', '093805.680000', '093805.682000', '093805.685000', '093805.688000', '093805.691000', '093805.694000', '093805.697000', '093805.700000', '093805.702000', '093805.705000', '093805.708000', '093805.711000', '093805.714000', '093805.717000', '093805.720000', '093805.723000', '093805.725000', '093805.728000', '093805.731000', '093805.734000', '093805.737000', '093805.740000', '093805.742000', '093805.745000', '093805.748000', '093805.751000', '093805.754000', '093805.757000', '093805.759000', '093805.762000', '093805.765000', '093805.768000', '093805.833000', '093805.836000', '093805.838000', '093805.841000', '093805.844000', '093805.847000', '093805.850000', '093805.853000', '093805.856000', '093825.671000', '093825.674000', '093825.677000', '093825.680000', '093825.683000', '093825.685000', '093825.688000', '093825.691000', '093825.694000', '093825.697000', '093825.700000', '093825.702000', '093825.705000', '093825.708000', '093825.711000', '093825.714000', '093825.717000', '093825.720000', '093825.722000', '093825.725000', '093825.728000', '093825.731000', '093825.734000', '093825.737000', '093825.739000', '093825.742000', '093825.745000', '093825.748000', '093825.751000', '093825.754000', '093825.757000', '093825.760000', '093825.762000', '093825.765000', '093825.768000', '093825.793000', '093825.796000', '093825.799000', '093825.802000', '093825.804000', '093825.807000', '093825.810000', '093825.813000', '093845.670000', '093845.673000', '093845.676000', '093845.679000', '093845.681000', '093845.684000', '093845.687000', '093845.690000', '093845.693000', '093845.696000', '093845.698000', '093845.701000', '093845.704000', '093845.707000', '093845.710000', '093845.713000', '093845.716000', '093845.718000', '093845.721000', '093845.724000', '093845.727000', '093845.730000', '093845.733000', '093845.735000', '093845.738000', '093845.741000', '093845.744000', '093845.747000', '093845.750000', '093845.753000', '093845.755000', '093845.758000', '093845.761000', '093845.764000', '093845.767000', '093845.831000', '093845.834000', '093845.837000', '093845.840000', '093845.842000', '093845.845000', '093845.848000', '093845.851000', '093845.854000', '093905.670000', '093905.673000', '093905.676000', '093905.679000', '093905.681000', '093905.684000', '093905.687000', '093905.690000', '093905.693000', '093905.696000', '093905.699000', '093905.702000', '093905.704000', '093905.707000', '093905.710000', '093905.713000', '093905.716000', '093905.720000', '093905.723000', '093905.726000', '093905.729000', '093905.732000', '093905.734000', '093905.737000', '093905.740000', '093905.743000', '093905.746000', '093905.749000', '093905.752000', '093905.755000', '093905.757000', '093905.760000', '093905.763000', '093905.766000', '093905.817000', '093905.819000', '093905.822000', '093905.825000', '093905.828000', '093905.831000', '093905.834000', '093905.837000', '093905.839000', '093925.671000', '093925.674000', '093925.677000', '093925.679000', '093925.682000', '093925.685000', '093925.689000', '093925.692000', '093925.695000', '093925.717000', '093925.720000', '093925.723000', '093925.726000', '093925.729000', '093925.732000', '093925.734000', '093925.737000', '093925.740000', '093925.743000', '093925.746000', '093925.748000', '093925.751000', '093925.754000', '093925.757000', '093925.760000', '093925.763000', '093925.766000', '093925.836000', '093925.839000', '093925.842000', '093925.845000', '093925.848000', '093925.850000', '093925.853000', '093925.856000', '093925.859000', '093925.862000', '093925.864000', '093925.867000', '093925.870000', '093925.873000', '093925.876000', '093925.879000', '093925.882000', '093945.671000', '093945.674000', '093945.677000', '093945.680000', '093945.682000', '093945.685000', '093945.688000', '093945.691000', '093945.694000', '093945.697000', '093945.700000', '093945.703000', '093945.705000', '093945.708000', '093945.711000', '093945.714000', '093945.717000', '093945.720000', '093945.722000', '093945.725000', '093945.728000', '093945.731000', '093945.734000', '093945.737000', '093945.739000', '093945.742000', '093945.745000', '093945.748000', '093945.751000', '093945.754000', '093945.757000', '093945.759000', '093945.762000', '093945.765000', '093945.768000', '093945.829000', '093945.832000', '093945.835000', '093945.838000', '093945.841000', '093945.844000', '093945.846000', '093945.849000', '094005.671000', '094005.674000', '094005.677000', '094005.680000', '094005.682000', '094005.685000', '094005.688000', '094005.691000', '094005.694000', '094005.697000', '094005.700000', '094005.702000', '094005.705000', '094005.708000', '094005.711000', '094005.714000', '094005.717000', '094005.720000', '094005.722000', '094005.725000', '094005.728000', '094005.731000', '094005.734000', '094005.737000', '094005.740000', '094005.742000', '094005.745000', '094005.748000', '094005.751000', '094005.754000', '094005.757000', '094005.760000', '094005.762000', '094005.765000', '094005.768000', '094005.805000', '094005.807000', '094005.810000', '094005.813000', '094005.816000', '094005.819000', '094005.822000', '094005.825000', '094005.827000', '094025.671000', '094025.674000', '094025.677000', '094025.680000', '094025.683000', '094025.686000', '094025.688000', '094025.691000', '094025.694000', '094025.697000', '094025.700000', '094025.703000', '094025.706000', '094025.708000', '094025.711000', '094025.714000', '094025.717000', '094025.720000', '094025.724000', '094025.727000', '094025.730000', '094025.733000', '094025.736000', '094025.739000', '094025.742000', '094025.745000', '094025.747000', '094025.750000', '094025.753000', '094025.756000', '094025.761000', '094025.764000', '094025.767000', '094025.815000', '094025.818000', '094025.821000', '094025.824000', '094025.827000', '094025.830000', '094025.833000', '094025.835000', '094025.838000', '094025.841000', '094045.670000', '094045.673000', '094045.676000', '094045.679000', '094045.681000', '094045.684000', '094045.687000', '094045.690000', '094045.693000', '094045.696000', '094045.698000', '094045.701000', '094045.704000', '094045.707000', '094045.710000', '094045.713000', '094045.716000', '094045.719000', '094045.721000', '094045.725000', '094045.728000', '094045.731000', '094045.734000', '094045.737000', '094045.740000', '094045.742000', '094045.745000', '094045.748000', '094045.751000', '094045.754000', '094045.757000', '094045.759000', '094045.762000', '094045.765000', '094045.777000', '094045.826000', '094045.829000', '094045.832000', '094045.835000', '094045.838000', '094045.840000', '094045.843000', '094045.846000', '094045.849000', '094104.050000', '094104.053000', '094104.056000', '094104.059000', '094104.062000', '094104.065000', '094104.068000', '094104.072000', '094104.076000', '094104.080000', '094104.084000', '094104.087000', '094104.090000', '094104.093000', '094104.096000', '094104.098000', '094104.101000', '094104.104000', '094104.107000', '094104.110000', '094104.113000', '094104.116000', '094104.119000', '094104.122000', '094104.125000', '094104.128000', '094104.130000', '094104.133000', '094104.136000', '094104.139000', '094104.142000', '094104.145000', '094104.148000', '094104.151000', '094104.153000', '094104.156000', '094104.159000', '094104.162000', '094104.165000', '094104.168000'], 'InstanceCreationTime': ['093445.707000', '093445.710000', '093445.713000', '093445.716000', '093445.719000', '093445.722000', '093445.729000', '093445.732000', '093445.735000', '093445.738000', '093445.741000', '093445.743000', '093445.746000', '093445.765000', '093445.768000', '093445.804000', '093445.807000', '093445.809000', '093445.812000', '093445.815000', '093445.818000', '093445.820000', '093445.823000', '093445.826000', '093445.829000', '093445.832000', '093445.835000', '093445.838000', '093445.840000', '093445.843000', '093445.846000', '093445.857000', '093445.860000', '093445.863000', '093445.866000', '093445.868000', '093445.871000', '093445.874000', '093445.877000', '093445.880000', '093445.883000', '093445.886000', '093445.889000', '093445.892000', '093445.895000', '093445.898000', '093445.901000', '093445.904000', '093445.907000', '093505.671000', '093505.674000', '093505.677000', '093505.679000', '093505.682000', '093505.685000', '093505.688000', '093505.691000', '093505.694000', '093505.696000', '093505.699000', '093505.702000', '093505.705000', '093505.708000', '093505.710000', '093505.713000', '093505.716000', '093505.719000', '093505.722000', '093505.724000', '093505.727000', '093505.730000', '093505.733000', '093505.736000', '093505.739000', '093505.741000', '093505.744000', '093505.747000', '093505.750000', '093505.753000', '093505.756000', '093505.758000', '093505.761000', '093505.764000', '093505.767000', '093505.770000', '093505.773000', '093505.775000', '093505.787000', '093505.789000', '093505.792000', '093505.795000', '093505.798000', '093525.671000', '093525.674000', '093525.677000', '093525.680000', '093525.682000', '093525.685000', '093525.688000', '093525.691000', '093525.694000', '093525.697000', '093525.699000', '093525.702000', '093525.705000', '093525.708000', '093525.711000', '093525.713000', '093525.716000', '093525.719000', '093525.722000', '093525.725000', '093525.728000', '093525.731000', '093525.733000', '093525.736000', '093525.739000', '093525.742000', '093525.745000', '093525.748000', '093525.750000', '093525.753000', '093525.756000', '093525.759000', '093525.762000', '093525.765000', '093525.768000', '093525.770000', '093525.779000', '093525.782000', '093525.785000', '093525.788000', '093525.790000', '093525.793000', '093525.796000', '093525.799000', '093545.671000', '093545.674000', '093545.677000', '093545.679000', '093545.682000', '093545.685000', '093545.688000', '093545.691000', '093545.694000', '093545.697000', '093545.700000', '093545.703000', '093545.705000', '093545.708000', '093545.711000', '093545.714000', '093545.717000', '093545.719000', '093545.722000', '093545.725000', '093545.728000', '093545.731000', '093545.734000', '093545.737000', '093545.739000', '093545.742000', '093545.745000', '093545.748000', '093545.751000', '093545.754000', '093545.757000', '093545.759000', '093545.762000', '093545.765000', '093545.768000', '093545.814000', '093545.817000', '093545.820000', '093545.823000', '093545.826000', '093545.828000', '093545.831000', '093545.834000', '093605.671000', '093605.674000', '093605.677000', '093605.679000', '093605.682000', '093605.685000', '093605.688000', '093605.691000', '093605.694000', '093605.696000', '093605.699000', '093605.702000', '093605.705000', '093605.708000', '093605.711000', '093605.714000', '093605.716000', '093605.719000', '093605.722000', '093605.725000', '093605.728000', '093605.740000', '093605.743000', '093605.746000', '093605.749000', '093605.752000', '093605.754000', '093605.757000', '093605.760000', '093605.763000', '093605.766000', '093605.769000', '093605.804000', '093605.807000', '093605.810000', '093605.813000', '093605.816000', '093605.818000', '093605.821000', '093605.824000', '093605.827000', '093605.830000', '093605.832000', '093605.835000', '093625.670000', '093625.673000', '093625.676000', '093625.691000', '093625.694000', '093625.697000', '093625.700000', '093625.703000', '093625.706000', '093625.708000', '093625.712000', '093625.715000', '093625.718000', '093625.721000', '093625.723000', '093625.726000', '093625.729000', '093625.732000', '093625.735000', '093625.738000', '093625.741000', '093625.743000', '093625.746000', '093625.749000', '093625.752000', '093625.755000', '093625.758000', '093625.761000', '093625.764000', '093625.766000', '093625.769000', '093625.772000', '093625.780000', '093625.783000', '093625.785000', '093625.788000', '093625.791000', '093625.794000', '093625.797000', '093625.800000', '093625.803000', '093625.805000', '093625.808000', '093645.670000', '093645.673000', '093645.676000', '093645.679000', '093645.682000', '093645.685000', '093645.687000', '093645.690000', '093645.693000', '093645.696000', '093645.699000', '093645.702000', '093645.704000', '093645.707000', '093645.710000', '093645.713000', '093645.716000', '093645.719000', '093645.722000', '093645.724000', '093645.727000', '093645.730000', '093645.733000', '093645.736000', '093645.739000', '093645.741000', '093645.744000', '093645.747000', '093645.750000', '093645.753000', '093645.756000', '093645.759000', '093645.761000', '093645.764000', '093645.767000', '093645.813000', '093645.816000', '093645.819000', '093645.822000', '093645.825000', '093645.827000', '093645.830000', '093645.833000', '093645.836000', '093705.671000', '093705.674000', '093705.677000', '093705.680000', '093705.682000', '093705.685000', '093705.688000', '093705.691000', '093705.694000', '093705.697000', '093705.700000', '093705.702000', '093705.705000', '093705.708000', '093705.711000', '093705.714000', '093705.717000', '093705.720000', '093705.723000', '093705.725000', '093705.728000', '093705.731000', '093705.734000', '093705.737000', '093705.739000', '093705.742000', '093705.745000', '093705.748000', '093705.751000', '093705.754000', '093705.757000', '093705.759000', '093705.762000', '093705.765000', '093705.768000', '093705.802000', '093705.805000', '093705.808000', '093705.811000', '093705.813000', '093705.816000', '093705.819000', '093705.822000', '093725.671000', '093725.674000', '093725.677000', '093725.680000', '093725.682000', '093725.685000', '093725.688000', '093725.691000', '093725.694000', '093725.697000', '093725.699000', '093725.702000', '093725.705000', '093725.708000', '093725.711000', '093725.714000', '093725.717000', '093725.719000', '093725.722000', '093725.725000', '093725.728000', '093725.731000', '093725.734000', '093725.736000', '093725.739000', '093725.742000', '093725.745000', '093725.748000', '093725.750000', '093725.753000', '093725.756000', '093725.759000', '093725.762000', '093725.765000', '093725.768000', '093725.818000', '093725.821000', '093725.824000', '093725.827000', '093725.830000', '093725.832000', '093725.835000', '093725.838000', '093725.841000', '093745.671000', '093745.674000', '093745.677000', '093745.680000', '093745.684000', '093745.687000', '093745.690000', '093745.693000', '093745.695000', '093745.698000', '093745.701000', '093745.704000', '093745.707000', '093745.710000', '093745.713000', '093745.715000', '093745.718000', '093745.721000', '093745.724000', '093745.727000', '093745.730000', '093745.733000', '093745.735000', '093745.738000', '093745.741000', '093745.744000', '093745.747000', '093745.750000', '093745.753000', '093745.756000', '093745.759000', '093745.762000', '093745.765000', '093745.767000', '093745.818000', '093745.821000', '093745.824000', '093745.827000', '093745.830000', '093745.833000', '093745.835000', '093745.838000', '093745.859000', '093805.671000', '093805.674000', '093805.677000', '093805.680000', '093805.682000', '093805.685000', '093805.688000', '093805.691000', '093805.694000', '093805.697000', '093805.700000', '093805.702000', '093805.705000', '093805.708000', '093805.711000', '093805.714000', '093805.717000', '093805.720000', '093805.723000', '093805.725000', '093805.728000', '093805.731000', '093805.734000', '093805.737000', '093805.740000', '093805.742000', '093805.745000', '093805.748000', '093805.751000', '093805.754000', '093805.757000', '093805.759000', '093805.762000', '093805.765000', '093805.768000', '093805.833000', '093805.836000', '093805.838000', '093805.841000', '093805.844000', '093805.847000', '093805.850000', '093805.853000', '093805.856000', '093825.671000', '093825.674000', '093825.677000', '093825.680000', '093825.683000', '093825.685000', '093825.688000', '093825.691000', '093825.694000', '093825.697000', '093825.700000', '093825.702000', '093825.705000', '093825.708000', '093825.711000', '093825.714000', '093825.717000', '093825.720000', '093825.722000', '093825.725000', '093825.728000', '093825.731000', '093825.734000', '093825.737000', '093825.739000', '093825.742000', '093825.745000', '093825.748000', '093825.751000', '093825.754000', '093825.757000', '093825.760000', '093825.762000', '093825.765000', '093825.768000', '093825.793000', '093825.796000', '093825.799000', '093825.802000', '093825.804000', '093825.807000', '093825.810000', '093825.813000', '093845.670000', '093845.673000', '093845.676000', '093845.679000', '093845.681000', '093845.684000', '093845.687000', '093845.690000', '093845.693000', '093845.696000', '093845.698000', '093845.701000', '093845.704000', '093845.707000', '093845.710000', '093845.713000', '093845.716000', '093845.718000', '093845.721000', '093845.724000', '093845.727000', '093845.730000', '093845.733000', '093845.735000', '093845.738000', '093845.741000', '093845.744000', '093845.747000', '093845.750000', '093845.753000', '093845.755000', '093845.758000', '093845.761000', '093845.764000', '093845.767000', '093845.831000', '093845.834000', '093845.837000', '093845.840000', '093845.842000', '093845.845000', '093845.848000', '093845.851000', '093845.854000', '093905.670000', '093905.673000', '093905.676000', '093905.679000', '093905.681000', '093905.684000', '093905.687000', '093905.690000', '093905.693000', '093905.696000', '093905.699000', '093905.702000', '093905.704000', '093905.707000', '093905.710000', '093905.713000', '093905.716000', '093905.720000', '093905.723000', '093905.726000', '093905.729000', '093905.732000', '093905.734000', '093905.737000', '093905.740000', '093905.743000', '093905.746000', '093905.749000', '093905.752000', '093905.755000', '093905.757000', '093905.760000', '093905.763000', '093905.766000', '093905.817000', '093905.819000', '093905.822000', '093905.825000', '093905.828000', '093905.831000', '093905.834000', '093905.837000', '093905.839000', '093925.671000', '093925.674000', '093925.677000', '093925.679000', '093925.682000', '093925.685000', '093925.689000', '093925.692000', '093925.695000', '093925.717000', '093925.720000', '093925.723000', '093925.726000', '093925.729000', '093925.732000', '093925.734000', '093925.737000', '093925.740000', '093925.743000', '093925.746000', '093925.748000', '093925.751000', '093925.754000', '093925.757000', '093925.760000', '093925.763000', '093925.766000', '093925.836000', '093925.839000', '093925.842000', '093925.845000', '093925.848000', '093925.850000', '093925.853000', '093925.856000', '093925.859000', '093925.862000', '093925.864000', '093925.867000', '093925.870000', '093925.873000', '093925.876000', '093925.879000', '093925.882000', '093945.671000', '093945.674000', '093945.677000', '093945.680000', '093945.682000', '093945.685000', '093945.688000', '093945.691000', '093945.694000', '093945.697000', '093945.700000', '093945.703000', '093945.705000', '093945.708000', '093945.711000', '093945.714000', '093945.717000', '093945.720000', '093945.722000', '093945.725000', '093945.728000', '093945.731000', '093945.734000', '093945.737000', '093945.739000', '093945.742000', '093945.745000', '093945.748000', '093945.751000', '093945.754000', '093945.757000', '093945.759000', '093945.762000', '093945.765000', '093945.768000', '093945.829000', '093945.832000', '093945.835000', '093945.838000', '093945.841000', '093945.844000', '093945.846000', '093945.849000', '094005.671000', '094005.674000', '094005.677000', '094005.680000', '094005.682000', '094005.685000', '094005.688000', '094005.691000', '094005.694000', '094005.697000', '094005.700000', '094005.702000', '094005.705000', '094005.708000', '094005.711000', '094005.714000', '094005.717000', '094005.720000', '094005.722000', '094005.725000', '094005.728000', '094005.731000', '094005.734000', '094005.737000', '094005.740000', '094005.742000', '094005.745000', '094005.748000', '094005.751000', '094005.754000', '094005.757000', '094005.760000', '094005.762000', '094005.765000', '094005.768000', '094005.805000', '094005.807000', '094005.810000', '094005.813000', '094005.816000', '094005.819000', '094005.822000', '094005.825000', '094005.827000', '094025.671000', '094025.674000', '094025.677000', '094025.680000', '094025.683000', '094025.686000', '094025.688000', '094025.691000', '094025.694000', '094025.697000', '094025.700000', '094025.703000', '094025.706000', '094025.708000', '094025.711000', '094025.714000', '094025.717000', '094025.720000', '094025.724000', '094025.727000', '094025.730000', '094025.733000', '094025.736000', '094025.739000', '094025.742000', '094025.745000', '094025.747000', '094025.750000', '094025.753000', '094025.756000', '094025.761000', '094025.764000', '094025.767000', '094025.815000', '094025.818000', '094025.821000', '094025.824000', '094025.827000', '094025.830000', '094025.833000', '094025.835000', '094025.838000', '094025.841000', '094045.670000', '094045.673000', '094045.676000', '094045.679000', '094045.681000', '094045.684000', '094045.687000', '094045.690000', '094045.693000', '094045.696000', '094045.698000', '094045.701000', '094045.704000', '094045.707000', '094045.710000', '094045.713000', '094045.716000', '094045.719000', '094045.721000', '094045.725000', '094045.728000', '094045.731000', '094045.734000', '094045.737000', '094045.740000', '094045.742000', '094045.745000', '094045.748000', '094045.751000', '094045.754000', '094045.757000', '094045.759000', '094045.762000', '094045.765000', '094045.777000', '094045.826000', '094045.829000', '094045.832000', '094045.835000', '094045.838000', '094045.840000', '094045.843000', '094045.846000', '094045.849000', '094104.050000', '094104.053000', '094104.056000', '094104.059000', '094104.062000', '094104.065000', '094104.068000', '094104.072000', '094104.076000', '094104.080000', '094104.084000', '094104.087000', '094104.090000', '094104.093000', '094104.096000', '094104.098000', '094104.101000', '094104.104000', '094104.107000', '094104.110000', '094104.113000', '094104.116000', '094104.119000', '094104.122000', '094104.125000', '094104.128000', '094104.130000', '094104.133000', '094104.136000', '094104.139000', '094104.142000', '094104.145000', '094104.148000', '094104.151000', '094104.153000', '094104.156000', '094104.159000', '094104.162000', '094104.165000', '094104.168000'], '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': [12230, 10944, 9064, 7825, 10945, 8440, 11938, 9571, 13714, 9113, 11602, 9363, 12092, 9673, 9259, 11952, 8756, 13058, 10180, 15216, 11719, 13884, 10489, 8806, 10112, 8071, 11356, 8827, 12120, 9364, 12501, 9748, 13274, 8604, 11518, 8635, 9617, 10498, 7536, 12298, 8381, 12804, 9796, 12477, 10204, 9310, 10568, 7588, 11844, 9488, 13115, 10265, 12747, 10674, 8651, 9251, 8524, 10991, 8780, 12335, 9573, 12984, 8891, 11577, 9645, 10625, 11799, 8739, 13003, 9648, 12612, 10679, 12929, 10303, 13135, 11078, 13370, 9185, 13473, 9008, 13145, 11979, 12563, 11639, 12718, 8991, 7579, 8409, 7287, 9863, 7616, 11923, 9301, 13155, 8807, 13428, 10771, 12969, 10339, 13469, 9226, 12346, 9507, 11974, 10860, 13556, 9496, 10166, 8494, 12110, 9631, 13379, 10640, 8814, 9125, 8754, 9841, 15058, 11613, 14389, 11275, 10684, 8966, 10358, 9099, 15555, 11034, 14794, 11199, 11303, 8613, 13538, 8721, 12366, 10186, 10936, 8972, 11054, 8609, 10190, 10765, 9308, 10343, 9315, 7809, 9268, 9198, 9014, 12064, 10753, 10137, 9022, 7565, 9462, 7846, 10554, 8346, 11433, 8009, 12556, 10044, 13213, 9650, 13590, 9751, 12389, 8888, 12183, 9271, 11133, 8408, 13291, 9397, 10622, 9435, 7286, 9971, 7289, 11510, 9509, 10898, 8748, 10910, 7691, 11444, 8336, 11525, 9592, 11134, 8198, 11870, 9310, 11928, 8414, 11889, 9759, 10978, 9396, 11688, 8353, 6834, 9362, 8337, 13035, 11686, 13788, 10561, 13476, 9582, 13329, 10151, 10012, 14722, 10096, 15052, 10979, 8070, 8992, 7569, 9691, 7676, 11306, 8345, 11025, 8770, 12331, 8915, 11502, 8890, 12341, 8885, 10165, 11383, 9832, 11186, 9541, 7720, 9409, 7464, 10239, 10407, 9212, 15738, 11480, 12537, 10250, 7651, 8542, 7613, 9675, 9731, 9809, 9864, 10219, 7805, 10814, 7786, 11838, 8968, 11136, 10404, 10546, 9002, 10943, 7915, 11039, 8330, 10919, 10106, 10173, 15111, 11216, 10555, 9405, 8821, 8664, 10848, 8545, 13267, 11053, 12177, 9133, 12183, 9127, 11413, 8554, 10842, 8152, 10596, 8627, 10107, 10236, 9760, 15917, 11337, 13708, 9824, 13453, 8051, 12836, 8014, 10752, 8448, 6665, 8771, 7421, 12049, 10524, 10869, 10041, 11283, 8575, 11437, 9807, 14060, 11875, 14691, 11116, 14467, 10948, 12586, 9204, 12463, 9283, 13236, 9391, 14188, 11413, 15347, 11779, 14412, 11746, 12979, 11237, 12051, 10681, 11042, 8785, 7053, 9420, 8170, 11090, 8629, 11609, 9183, 11931, 9769, 11082, 8539, 11179, 15125, 11666, 14858, 11913, 12666, 11123, 11086, 9025, 7439, 8842, 9227, 8653, 15024, 11603, 12877, 11779, 10926, 9039, 8458, 8845, 9756, 9817, 11550, 10335, 10671, 11590, 8507, 11665, 8573, 13210, 10518, 10794, 14557, 11391, 12006, 10562, 7951, 9494, 8188, 9719, 9172, 9481, 10436, 9751, 8380, 11048, 8040, 11677, 8500, 11026, 14058, 10897, 16321, 12192, 11382, 9813, 9316, 9207, 11385, 9507, 14128, 12008, 13501, 10227, 12950, 9668, 13047, 9972, 11804, 10297, 11241, 10247, 12492, 9057, 12645, 8785, 12416, 10287, 11273, 9935, 11790, 9303, 11627, 8739, 11609, 8921, 10466, 10543, 10607, 8580, 9454, 8230, 9431, 9524, 9372, 11214, 9964, 9335, 10138, 8007, 9918, 8494, 10696, 8460, 11302, 9200, 11021, 9386, 12427, 8489, 11622, 9091, 12342, 9509, 13186, 10190, 13437, 10947, 13456, 10343, 12996, 9689, 13021, 10058, 12972, 10317, 13258, 10238, 9631, 8846, 8462, 9175, 8492, 9929, 8708, 10600, 8584, 12085, 9888, 12935, 8962, 13880, 9944, 14602, 10639, 14729, 10645, 14389, 11094, 9426, 9140, 8629, 9308, 9051, 10139, 9181, 10727, 9473, 11291, 9107, 11747, 8389, 11744, 8641, 11954, 8789, 11407, 8341, 11642, 9532, 12027, 10015, 11342, 8820, 11196, 8610, 11530, 10325, 11972, 9750, 12354, 9312, 12292, 10314, 12647, 10890, 14812, 10465, 12291, 9953, 13504, 10296, 15011, 11218, 10523, 9594, 8534, 9330, 8981, 10640, 8969, 11275, 9068, 12482, 10424, 13496, 9632, 12259, 9340, 11120, 10237, 10108, 11288, 8614, 11568, 9818, 11853, 11164, 10740, 10113, 12082, 8732, 12752, 9066, 12719, 9041, 10307, 9740, 9911, 11232, 8433, 12770, 9919, 13602, 10429, 13753, 11169, 12375, 10047, 7849, 10449, 8361, 11958, 10354, 12722, 10730, 13179, 11232, 13917, 9530, 13205, 9919, 13446, 11102, 12483, 10482, 12238, 10855, 13403, 8995, 13338, 9411, 13005, 11180, 12431, 10122, 11723, 9566, 12079, 9576, 11681, 8573, 12571, 9365, 12275, 9481, 8186, 8972, 11520, 9923, 15566, 12201, 14174, 11932, 10150, 9263, 7982, 9843, 8606, 11867, 10166, 13479, 11207, 13690, 11069, 14110, 11260, 13875, 10769, 12787, 10958, 13887, 9007, 11444, 9221, 14326, 10861, 12121, 10447, 12300, 9702, 11883, 9390, 11601, 9463, 11671, 8723, 12011, 8122, 11418, 8228, 11394, 8546, 11620, 9124, 11864, 8757, 11245, 8613, 11828, 9027, 12524, 9822, 13076, 9743, 7491, 9367, 8294, 12425, 9910, 11832, 9073, 12724, 9219, 10776, 13273, 10602, 17031, 11731, 13523, 12080, 13722, 10071, 12127, 8611, 10393, 8912, 10907, 9713, 9588, 9416, 8563, 9574, 9523, 9971, 12590, 10849, 13457, 11015, 14722, 10639, 14193, 11419, 13008, 9904, 12403, 9910, 11806, 8686, 11068, 8583, 10675, 8278, 11137, 8433, 11802, 8087, 10744, 8650, 10256, 13212, 11277, 16928, 11601, 15959, 10461, 12669, 10800, 12149, 10422, 12076, 10713, 12546, 10726, 13281, 9166, 13219, 8892, 12909, 10362, 13974, 10188, 11455, 9432, 12559, 10097, 13868, 10741, 12212, 9869, 9875, 9722, 9588, 9983, 9692, 10044, 9629, 10698, 9844, 11056, 8299, 10497, 7941, 10795, 7979, 11218, 9255, 11415, 8730, 10730, 8877, 12607, 9581, 10857, 8119, 12956, 8638, 13111, 9903, 13742, 11104, 14189, 11881, 15148, 10880, 15306, 10944, 12089, 10111, 8977, 11906, 8089, 10940, 9580, 14038, 10180, 7667, 11123, 9029, 13085, 10667, 14037, 11757, 14843, 11663, 14589, 10708, 15380, 11410, 13532, 11082, 11162, 10809, 8557, 11823, 9259, 12805, 10197, 13047, 10980, 13034, 11304, 14635, 10018, 13511, 11060, 12912, 10636, 12241, 11307, 13786, 9137, 7308, 8724, 7642, 9710, 12140, 10538, 12229, 10443, 10180, 9940, 14947, 12187, 16717, 12578, 13266, 11175, 8569, 10039, 8506, 10583], 'WindowCenter': [4240.0, 4212.0, 4180.0, 4157.0, 4196.0, 4156.0, 4196.0, 4175.0, 4204.0, 4165.0, 4184.0, 4164.0, 4194.0, 4162.0, 4162.0, 4182.0, 4152.0, 4192.0, 4173.0, 4203.0, 4182.0, 4192.0, 4172.0, 4151.0, 4160.0, 4140.0, 4171.0, 4149.0, 4179.0, 4149.0, 4180.0, 4159.0, 4190.0, 4151.0, 4170.0, 4149.0, 4159.0, 4171.0, 4141.0, 4192.0, 4153.0, 4192.0, 4174.0, 4193.0, 4173.0, 4162.0, 4172.0, 4142.0, 4182.0, 4163.0, 4192.0, 4174.0, 4206.0, 4185.0, 4164.0, 4163.0, 4163.0, 4183.0, 4153.0, 4194.0, 4174.0, 4204.0, 4164.0, 4183.0, 4174.0, 4173.0, 4184.0, 4152.0, 4193.0, 4162.0, 4192.0, 4172.0, 4181.0, 4172.0, 4181.0, 4171.0, 4190.0, 4161.0, 4191.0, 4151.0, 4180.0, 4181.0, 4181.0, 4172.0, 4180.0, 4151.0, 4141.0, 4152.0, 4131.0, 4173.0, 4143.0, 4194.0, 4165.0, 4205.0, 4165.0, 4203.0, 4185.0, 4193.0, 4174.0, 4193.0, 4162.0, 4181.0, 4162.0, 4182.0, 4172.0, 4193.0, 4163.0, 4172.0, 4153.0, 4193.0, 4172.0, 4193.0, 4173.0, 4152.0, 4162.0, 4151.0, 4173.0, 4203.0, 4181.0, 4191.0, 4171.0, 4160.0, 4150.0, 4159.0, 4150.0, 4201.0, 4169.0, 4190.0, 4170.0, 4170.0, 4151.0, 4190.0, 4150.0, 4180.0, 4161.0, 4170.0, 4151.0, 4171.0, 4151.0, 4172.0, 4171.0, 4151.0, 4160.0, 4150.0, 4129.0, 4150.0, 4149.0, 4151.0, 4181.0, 4171.0, 4171.0, 4151.0, 4141.0, 4162.0, 4141.0, 4183.0, 4152.0, 4184.0, 4143.0, 4193.0, 4174.0, 4192.0, 4163.0, 4193.0, 4161.0, 4181.0, 4150.0, 4180.0, 4151.0, 4181.0, 4152.0, 4192.0, 4162.0, 4172.0, 4162.0, 4132.0, 4173.0, 4143.0, 4184.0, 4162.0, 4173.0, 4152.0, 4173.0, 4142.0, 4182.0, 4141.0, 4182.0, 4161.0, 4172.0, 4140.0, 4181.0, 4162.0, 4182.0, 4150.0, 4182.0, 4161.0, 4171.0, 4161.0, 4181.0, 4152.0, 4131.0, 4174.0, 4166.0, 4207.0, 4196.0, 4205.0, 4172.0, 4193.0, 4160.0, 4192.0, 4159.0, 4159.0, 4189.0, 4159.0, 4190.0, 4158.0, 4126.0, 4149.0, 4129.0, 4160.0, 4130.0, 4171.0, 4141.0, 4172.0, 4151.0, 4182.0, 4152.0, 4181.0, 4151.0, 4181.0, 4150.0, 4161.0, 4170.0, 4161.0, 4170.0, 4150.0, 4129.0, 4150.0, 4130.0, 4172.0, 4171.0, 4151.0, 4203.0, 4172.0, 4181.0, 4161.0, 4130.0, 4151.0, 4130.0, 4162.0, 4160.0, 4163.0, 4162.0, 4172.0, 4131.0, 4172.0, 4142.0, 4182.0, 4152.0, 4172.0, 4172.0, 4172.0, 4151.0, 4171.0, 4140.0, 4170.0, 4140.0, 4171.0, 4160.0, 4161.0, 4191.0, 4171.0, 4159.0, 4150.0, 4149.0, 4151.0, 4170.0, 4152.0, 4192.0, 4181.0, 4181.0, 4161.0, 4181.0, 4151.0, 4171.0, 4149.0, 4171.0, 4140.0, 4161.0, 4139.0, 4161.0, 4160.0, 4161.0, 4201.0, 4171.0, 4189.0, 4161.0, 4193.0, 4168.0, 4220.0, 4169.0, 4198.0, 4168.0, 4136.0, 4178.0, 4159.0, 4222.0, 4199.0, 4184.0, 4172.0, 4184.0, 4152.0, 4183.0, 4173.0, 4204.0, 4195.0, 4218.0, 4184.0, 4204.0, 4171.0, 4181.0, 4149.0, 4179.0, 4149.0, 4178.0, 4149.0, 4189.0, 4170.0, 4190.0, 4170.0, 4189.0, 4169.0, 4178.0, 4169.0, 4193.0, 4185.0, 4170.0, 4151.0, 4130.0, 4162.0, 4153.0, 4195.0, 4152.0, 4183.0, 4163.0, 4182.0, 4172.0, 4182.0, 4151.0, 4184.0, 4201.0, 4181.0, 4190.0, 4181.0, 4179.0, 4171.0, 4180.0, 4151.0, 4130.0, 4162.0, 4162.0, 4164.0, 4204.0, 4184.0, 4193.0, 4194.0, 4183.0, 4164.0, 4153.0, 4178.0, 4173.0, 4175.0, 4184.0, 4174.0, 4174.0, 4185.0, 4153.0, 4183.0, 4152.0, 4194.0, 4171.0, 4172.0, 4192.0, 4181.0, 4180.0, 4170.0, 4139.0, 4161.0, 4151.0, 4162.0, 4161.0, 4162.0, 4172.0, 4163.0, 4152.0, 4183.0, 4153.0, 4184.0, 4153.0, 4183.0, 4204.0, 4184.0, 4204.0, 4183.0, 4181.0, 4161.0, 4160.0, 4162.0, 4181.0, 4172.0, 4204.0, 4194.0, 4193.0, 4173.0, 4192.0, 4163.0, 4192.0, 4172.0, 4182.0, 4173.0, 4181.0, 4173.0, 4192.0, 4163.0, 4193.0, 4153.0, 4191.0, 4173.0, 4183.0, 4163.0, 4181.0, 4163.0, 4182.0, 4152.0, 4183.0, 4162.0, 4173.0, 4172.0, 4172.0, 4151.0, 4161.0, 4151.0, 4162.0, 4161.0, 4162.0, 4182.0, 4173.0, 4162.0, 4173.0, 4152.0, 4173.0, 4152.0, 4172.0, 4150.0, 4184.0, 4162.0, 4172.0, 4162.0, 4192.0, 4151.0, 4181.0, 4151.0, 4180.0, 4160.0, 4191.0, 4170.0, 4191.0, 4171.0, 4191.0, 4170.0, 4191.0, 4161.0, 4190.0, 4161.0, 4191.0, 4172.0, 4191.0, 4172.0, 4161.0, 4151.0, 4140.0, 4151.0, 4150.0, 4160.0, 4151.0, 4172.0, 4152.0, 4182.0, 4173.0, 4192.0, 4163.0, 4192.0, 4173.0, 4202.0, 4173.0, 4203.0, 4173.0, 4203.0, 4183.0, 4161.0, 4162.0, 4150.0, 4150.0, 4149.0, 4161.0, 4160.0, 4172.0, 4162.0, 4172.0, 4151.0, 4181.0, 4151.0, 4180.0, 4150.0, 4180.0, 4150.0, 4180.0, 4141.0, 4182.0, 4163.0, 4182.0, 4173.0, 4182.0, 4163.0, 4182.0, 4163.0, 4182.0, 4174.0, 4193.0, 4175.0, 4194.0, 4165.0, 4194.0, 4175.0, 4192.0, 4185.0, 4204.0, 4174.0, 4182.0, 4173.0, 4193.0, 4174.0, 4203.0, 4184.0, 4173.0, 4174.0, 4153.0, 4163.0, 4162.0, 4173.0, 4162.0, 4184.0, 4164.0, 4195.0, 4174.0, 4194.0, 4174.0, 4193.0, 4164.0, 4183.0, 4174.0, 4173.0, 4184.0, 4152.0, 4182.0, 4160.0, 4181.0, 4169.0, 4159.0, 4158.0, 4179.0, 4137.0, 4179.0, 4150.0, 4190.0, 4151.0, 4171.0, 4162.0, 4171.0, 4182.0, 4141.0, 4192.0, 4172.0, 4192.0, 4172.0, 4190.0, 4183.0, 4181.0, 4161.0, 4141.0, 4172.0, 4152.0, 4182.0, 4173.0, 4192.0, 4172.0, 4191.0, 4172.0, 4191.0, 4162.0, 4191.0, 4161.0, 4191.0, 4171.0, 4180.0, 4171.0, 4179.0, 4170.0, 4190.0, 4151.0, 4190.0, 4161.0, 4190.0, 4171.0, 4180.0, 4160.0, 4169.0, 4160.0, 4179.0, 4160.0, 4180.0, 4150.0, 4192.0, 4163.0, 4191.0, 4173.0, 4153.0, 4164.0, 4183.0, 4174.0, 4215.0, 4194.0, 4203.0, 4184.0, 4172.0, 4162.0, 4141.0, 4172.0, 4153.0, 4194.0, 4174.0, 4204.0, 4184.0, 4204.0, 4184.0, 4203.0, 4182.0, 4192.0, 4171.0, 4180.0, 4172.0, 4191.0, 4151.0, 4181.0, 4162.0, 4203.0, 4184.0, 4193.0, 4173.0, 4182.0, 4162.0, 4181.0, 4161.0, 4171.0, 4162.0, 4181.0, 4150.0, 4180.0, 4140.0, 4170.0, 4139.0, 4181.0, 4151.0, 4181.0, 4162.0, 4181.0, 4153.0, 4183.0, 4163.0, 4193.0, 4164.0, 4194.0, 4174.0, 4205.0, 4175.0, 4144.0, 4175.0, 4166.0, 4207.0, 4176.0, 4195.0, 4164.0, 4196.0, 4163.0, 4173.0, 4180.0, 4171.0, 4202.0, 4181.0, 4179.0, 4182.0, 4191.0, 4161.0, 4180.0, 4151.0, 4171.0, 4152.0, 4182.0, 4174.0, 4172.0, 4164.0, 4164.0, 4175.0, 4173.0, 4174.0, 4194.0, 4184.0, 4193.0, 4173.0, 4202.0, 4171.0, 4193.0, 4182.0, 4192.0, 4162.0, 4181.0, 4161.0, 4180.0, 4152.0, 4181.0, 4151.0, 4172.0, 4153.0, 4184.0, 4154.0, 4195.0, 4154.0, 4184.0, 4152.0, 4173.0, 4193.0, 4183.0, 4212.0, 4183.0, 4204.0, 4172.0, 4191.0, 4171.0, 4179.0, 4171.0, 4181.0, 4172.0, 4181.0, 4172.0, 4192.0, 4162.0, 4192.0, 4162.0, 4193.0, 4174.0, 4192.0, 4174.0, 4183.0, 4164.0, 4193.0, 4173.0, 4203.0, 4184.0, 4193.0, 4163.0, 4161.0, 4162.0, 4161.0, 4161.0, 4160.0, 4161.0, 4161.0, 4173.0, 4162.0, 4183.0, 4141.0, 4172.0, 4140.0, 4172.0, 4142.0, 4183.0, 4164.0, 4184.0, 4179.0, 4210.0, 4177.0, 4195.0, 4187.0, 4198.0, 4155.0, 4194.0, 4163.0, 4192.0, 4175.0, 4202.0, 4184.0, 4203.0, 4183.0, 4203.0, 4182.0, 4201.0, 4182.0, 4182.0, 4173.0, 4165.0, 4197.0, 4155.0, 4198.0, 4188.0, 4215.0, 4174.0, 4143.0, 4183.0, 4164.0, 4204.0, 4185.0, 4206.0, 4195.0, 4204.0, 4183.0, 4203.0, 4172.0, 4201.0, 4181.0, 4191.0, 4182.0, 4181.0, 4172.0, 4151.0, 4182.0, 4162.0, 4191.0, 4172.0, 4192.0, 4183.0, 4192.0, 4183.0, 4202.0, 4173.0, 4192.0, 4182.0, 4191.0, 4172.0, 4181.0, 4183.0, 4192.0, 4163.0, 4143.0, 4164.0, 4143.0, 4176.0, 4196.0, 4186.0, 4194.0, 4185.0, 4173.0, 4174.0, 4204.0, 4181.0, 4214.0, 4193.0, 4192.0, 4182.0, 4151.0, 4172.0, 4152.0, 4184.0], 'WindowWidth': [9389.0, 9336.0, 9285.0, 9249.0, 9299.0, 9244.0, 9297.0, 9269.0, 9309.0, 9254.0, 9278.0, 9251.0, 9291.0, 9245.0, 9245.0, 9273.0, 9231.0, 9286.0, 9259.0, 9303.0, 9271.0, 9285.0, 9256.0, 9226.0, 9239.0, 9210.0, 9254.0, 9222.0, 9263.0, 9221.0, 9264.0, 9235.0, 9279.0, 9227.0, 9251.0, 9223.0, 9237.0, 9255.0, 9216.0, 9285.0, 9234.0, 9286.0, 9262.0, 9288.0, 9261.0, 9244.0, 9257.0, 9218.0, 9270.0, 9246.0, 9285.0, 9262.0, 9310.0, 9279.0, 9253.0, 9250.0, 9247.0, 9275.0, 9235.0, 9291.0, 9265.0, 9305.0, 9252.0, 9274.0, 9264.0, 9261.0, 9278.0, 9232.0, 9289.0, 9244.0, 9286.0, 9256.0, 9269.0, 9257.0, 9266.0, 9255.0, 9280.0, 9241.0, 9283.0, 9228.0, 9267.0, 9267.0, 9267.0, 9255.0, 9266.0, 9226.0, 9215.0, 9230.0, 9204.0, 9262.0, 9222.0, 9290.0, 9254.0, 9307.0, 9254.0, 9305.0, 9278.0, 9289.0, 9262.0, 9289.0, 9243.0, 9269.0, 9244.0, 9270.0, 9259.0, 9287.0, 9247.0, 9259.0, 9235.0, 9287.0, 9259.0, 9288.0, 9261.0, 9230.0, 9243.0, 9228.0, 9258.0, 9303.0, 9266.0, 9282.0, 9253.0, 9236.0, 9223.0, 9234.0, 9223.0, 9298.0, 9249.0, 9278.0, 9250.0, 9252.0, 9228.0, 9280.0, 9225.0, 9265.0, 9240.0, 9251.0, 9229.0, 9256.0, 9227.0, 9256.0, 9253.0, 9226.0, 9237.0, 9224.0, 9195.0, 9225.0, 9222.0, 9226.0, 9267.0, 9254.0, 9254.0, 9228.0, 9217.0, 9246.0, 9217.0, 9274.0, 9232.0, 9276.0, 9221.0, 9287.0, 9262.0, 9287.0, 9245.0, 9289.0, 9241.0, 9269.0, 9224.0, 9265.0, 9227.0, 9268.0, 9230.0, 9284.0, 9246.0, 9259.0, 9245.0, 9205.0, 9261.0, 9221.0, 9277.0, 9244.0, 9262.0, 9230.0, 9259.0, 9218.0, 9272.0, 9213.0, 9271.0, 9241.0, 9257.0, 9213.0, 9268.0, 9243.0, 9272.0, 9226.0, 9270.0, 9241.0, 9255.0, 9242.0, 9270.0, 9234.0, 9206.0, 9266.0, 9259.0, 9314.0, 9296.0, 9309.0, 9259.0, 9289.0, 9239.0, 9286.0, 9234.0, 9234.0, 9275.0, 9232.0, 9277.0, 9231.0, 9188.0, 9221.0, 9197.0, 9237.0, 9196.0, 9252.0, 9213.0, 9255.0, 9226.0, 9269.0, 9229.0, 9267.0, 9227.0, 9268.0, 9224.0, 9240.0, 9251.0, 9239.0, 9251.0, 9223.0, 9196.0, 9225.0, 9200.0, 9256.0, 9252.0, 9226.0, 9302.0, 9254.0, 9266.0, 9239.0, 9198.0, 9227.0, 9199.0, 9243.0, 9238.0, 9244.0, 9243.0, 9257.0, 9200.0, 9256.0, 9217.0, 9272.0, 9229.0, 9258.0, 9256.0, 9257.0, 9225.0, 9254.0, 9211.0, 9251.0, 9210.0, 9254.0, 9236.0, 9238.0, 9284.0, 9252.0, 9235.0, 9224.0, 9223.0, 9226.0, 9252.0, 9231.0, 9285.0, 9269.0, 9269.0, 9243.0, 9268.0, 9228.0, 9253.0, 9223.0, 9253.0, 9210.0, 9240.0, 9209.0, 9239.0, 9236.0, 9238.0, 9300.0, 9252.0, 9277.0, 9242.0, 9289.0, 9266.0, 9338.0, 9267.0, 9303.0, 9263.0, 9221.0, 9279.0, 9255.0, 9342.0, 9308.0, 9278.0, 9257.0, 9280.0, 9234.0, 9275.0, 9263.0, 9306.0, 9294.0, 9334.0, 9278.0, 9310.0, 9252.0, 9271.0, 9221.0, 9261.0, 9221.0, 9259.0, 9222.0, 9277.0, 9251.0, 9281.0, 9250.0, 9278.0, 9247.0, 9259.0, 9247.0, 9290.0, 9284.0, 9252.0, 9229.0, 9200.0, 9245.0, 9237.0, 9295.0, 9232.0, 9275.0, 9247.0, 9272.0, 9259.0, 9271.0, 9228.0, 9277.0, 9297.0, 9266.0, 9283.0, 9266.0, 9265.0, 9255.0, 9265.0, 9229.0, 9201.0, 9247.0, 9244.0, 9250.0, 9306.0, 9276.0, 9290.0, 9291.0, 9275.0, 9251.0, 9237.0, 9277.0, 9261.0, 9266.0, 9276.0, 9266.0, 9263.0, 9282.0, 9235.0, 9276.0, 9234.0, 9295.0, 9254.0, 9259.0, 9286.0, 9268.0, 9265.0, 9251.0, 9211.0, 9242.0, 9228.0, 9244.0, 9242.0, 9246.0, 9259.0, 9247.0, 9232.0, 9276.0, 9237.0, 9278.0, 9234.0, 9277.0, 9305.0, 9275.0, 9308.0, 9273.0, 9268.0, 9241.0, 9240.0, 9244.0, 9268.0, 9258.0, 9306.0, 9290.0, 9288.0, 9261.0, 9287.0, 9247.0, 9286.0, 9258.0, 9271.0, 9260.0, 9269.0, 9259.0, 9286.0, 9247.0, 9288.0, 9235.0, 9287.0, 9263.0, 9273.0, 9246.0, 9268.0, 9246.0, 9271.0, 9231.0, 9276.0, 9245.0, 9260.0, 9258.0, 9259.0, 9228.0, 9243.0, 9228.0, 9245.0, 9242.0, 9245.0, 9272.0, 9259.0, 9244.0, 9260.0, 9232.0, 9260.0, 9230.0, 9260.0, 9227.0, 9276.0, 9243.0, 9259.0, 9244.0, 9287.0, 9229.0, 9270.0, 9228.0, 9265.0, 9239.0, 9281.0, 9253.0, 9283.0, 9256.0, 9283.0, 9253.0, 9281.0, 9240.0, 9279.0, 9240.0, 9282.0, 9258.0, 9282.0, 9259.0, 9241.0, 9228.0, 9212.0, 9226.0, 9224.0, 9239.0, 9227.0, 9258.0, 9230.0, 9273.0, 9260.0, 9287.0, 9247.0, 9285.0, 9260.0, 9299.0, 9261.0, 9302.0, 9260.0, 9300.0, 9274.0, 9243.0, 9243.0, 9225.0, 9225.0, 9223.0, 9241.0, 9238.0, 9256.0, 9243.0, 9257.0, 9226.0, 9269.0, 9228.0, 9264.0, 9225.0, 9264.0, 9225.0, 9266.0, 9215.0, 9272.0, 9246.0, 9272.0, 9262.0, 9272.0, 9247.0, 9270.0, 9249.0, 9272.0, 9264.0, 9289.0, 9266.0, 9292.0, 9253.0, 9291.0, 9265.0, 9288.0, 9280.0, 9304.0, 9263.0, 9271.0, 9261.0, 9288.0, 9263.0, 9305.0, 9278.0, 9261.0, 9263.0, 9234.0, 9248.0, 9244.0, 9262.0, 9244.0, 9278.0, 9250.0, 9293.0, 9264.0, 9292.0, 9264.0, 9289.0, 9250.0, 9276.0, 9264.0, 9259.0, 9278.0, 9230.0, 9274.0, 9238.0, 9270.0, 9248.0, 9236.0, 9233.0, 9263.0, 9205.0, 9264.0, 9225.0, 9279.0, 9228.0, 9254.0, 9243.0, 9256.0, 9272.0, 9214.0, 9284.0, 9258.0, 9285.0, 9256.0, 9282.0, 9272.0, 9269.0, 9243.0, 9215.0, 9257.0, 9233.0, 9272.0, 9260.0, 9286.0, 9259.0, 9283.0, 9258.0, 9283.0, 9244.0, 9282.0, 9243.0, 9284.0, 9253.0, 9266.0, 9255.0, 9262.0, 9252.0, 9278.0, 9228.0, 9280.0, 9242.0, 9281.0, 9254.0, 9266.0, 9238.0, 9249.0, 9237.0, 9262.0, 9238.0, 9264.0, 9227.0, 9284.0, 9248.0, 9283.0, 9261.0, 9233.0, 9250.0, 9275.0, 9262.0, 9325.0, 9289.0, 9303.0, 9276.0, 9257.0, 9244.0, 9217.0, 9259.0, 9235.0, 9289.0, 9264.0, 9306.0, 9278.0, 9305.0, 9275.0, 9304.0, 9271.0, 9286.0, 9255.0, 9265.0, 9258.0, 9282.0, 9229.0, 9267.0, 9244.0, 9301.0, 9277.0, 9288.0, 9262.0, 9271.0, 9244.0, 9268.0, 9240.0, 9255.0, 9243.0, 9267.0, 9224.0, 9265.0, 9210.0, 9251.0, 9210.0, 9267.0, 9228.0, 9268.0, 9245.0, 9269.0, 9233.0, 9272.0, 9248.0, 9290.0, 9252.0, 9292.0, 9265.0, 9308.0, 9267.0, 9228.0, 9268.0, 9257.0, 9314.0, 9270.0, 9296.0, 9248.0, 9298.0, 9245.0, 9260.0, 9265.0, 9252.0, 9303.0, 9266.0, 9266.0, 9270.0, 9280.0, 9240.0, 9266.0, 9228.0, 9254.0, 9230.0, 9271.0, 9262.0, 9258.0, 9250.0, 9252.0, 9266.0, 9263.0, 9264.0, 9290.0, 9276.0, 9287.0, 9259.0, 9299.0, 9254.0, 9291.0, 9269.0, 9284.0, 9244.0, 9268.0, 9241.0, 9265.0, 9231.0, 9268.0, 9229.0, 9258.0, 9236.0, 9278.0, 9236.0, 9292.0, 9236.0, 9276.0, 9231.0, 9261.0, 9288.0, 9274.0, 9318.0, 9274.0, 9308.0, 9257.0, 9284.0, 9255.0, 9263.0, 9252.0, 9266.0, 9257.0, 9268.0, 9257.0, 9284.0, 9243.0, 9285.0, 9246.0, 9287.0, 9262.0, 9286.0, 9263.0, 9274.0, 9249.0, 9287.0, 9261.0, 9302.0, 9277.0, 9287.0, 9246.0, 9241.0, 9241.0, 9239.0, 9241.0, 9238.0, 9241.0, 9240.0, 9259.0, 9243.0, 9272.0, 9216.0, 9256.0, 9215.0, 9256.0, 9217.0, 9274.0, 9249.0, 9277.0, 9284.0, 9326.0, 9278.0, 9294.0, 9288.0, 9304.0, 9241.0, 9290.0, 9249.0, 9286.0, 9268.0, 9300.0, 9276.0, 9302.0, 9274.0, 9302.0, 9272.0, 9296.0, 9271.0, 9270.0, 9262.0, 9255.0, 9301.0, 9242.0, 9306.0, 9291.0, 9323.0, 9264.0, 9222.0, 9276.0, 9252.0, 9307.0, 9280.0, 9313.0, 9293.0, 9307.0, 9275.0, 9302.0, 9259.0, 9297.0, 9269.0, 9281.0, 9271.0, 9269.0, 9257.0, 9230.0, 9270.0, 9244.0, 9283.0, 9257.0, 9283.0, 9274.0, 9283.0, 9273.0, 9300.0, 9260.0, 9285.0, 9272.0, 9282.0, 9257.0, 9268.0, 9273.0, 9285.0, 9247.0, 9222.0, 9253.0, 9224.0, 9271.0, 9296.0, 9282.0, 9291.0, 9278.0, 9261.0, 9262.0, 9305.0, 9268.0, 9321.0, 9288.0, 9284.0, 9270.0, 9230.0, 9259.0, 9231.0, 9277.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.0014688160919540227</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019694398850574713</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.14882120859611</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2430253375489078</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9883898934062135</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5530.3228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07893376323196324</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.702545700605255</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6481750277716785</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9266917484040493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.532770325640037</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00700407</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018608571961522102</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03160429745912552</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8276731026742614</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6802</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2232</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.6383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298720.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.3306</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.385</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.7959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3339.8828</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3519.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77824.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.3516</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.42500523861963</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> |