=== 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-05_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-05_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-05_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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_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-05_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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_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-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_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-05_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-05_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-05_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>e5e6ce0c3c3bfea46912025c4b30c848</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:27:16.740000</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-05_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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9b408b19-1488-4065-b786-33d4a0dd3d0e||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': ['092716.740000', '092717.200000', '092717.660000', '092718.120000', '092718.580000', '092719.040000', '092719.500000', '092719.960000', '092720.420000', '092720.880000', '092721.340000', '092721.800000', '092722.260000', '092722.720000', '092723.180000', '092723.640000', '092724.100000', '092724.560000', '092725.020000', '092725.480000', '092725.940000', '092726.400000', '092726.860000', '092727.320000', '092727.780000', '092728.240000', '092728.700000', '092729.160000', '092729.620000', '092730.080000', '092730.540000', '092731.000000', '092731.460000', '092731.920000', '092732.380000', '092732.840000', '092733.300000', '092733.760000', '092734.220000', '092734.680000', '092735.140000', '092735.600000', '092736.060000', '092736.520000', '092736.980000', '092737.440000', '092737.900000', '092738.360000', '092738.820000', '092739.280000', '092739.740000', '092740.200000', '092740.660000', '092741.120000', '092741.580000', '092742.040000', '092742.500000', '092742.960000', '092743.420000', '092743.880000', '092744.340000', '092744.800000', '092745.260000', '092745.720000', '092746.180000', '092746.640000', '092747.100000', '092747.560000', '092748.020000', '092748.480000', '092748.940000', '092749.400000', '092749.860000', '092750.320000', '092750.780000', '092751.240000', '092751.700000', '092752.160000', '092752.620000', '092753.080000', '092753.540000', '092754.000000', '092754.460000', '092754.920000', '092755.380000', '092755.840000', '092756.300000', '092756.760000', '092757.220000', '092757.680000', '092758.140000', '092758.600000', '092759.060000', '092759.520000', '092759.980000', '092800.440000', '092800.900000', '092801.360000', '092801.820000', '092802.280000', '092802.740000', '092803.200000', '092803.660000', '092804.120000', '092804.580000', '092805.040000', '092805.500000', '092805.960000', '092806.420000', '092806.880000', '092807.340000', '092807.800000', '092808.260000', '092808.720000', '092809.180000', '092809.640000', '092810.100000', '092810.560000', '092811.020000', '092811.480000', '092811.940000', '092812.400000', '092812.860000', '092813.320000', '092813.780000', '092814.240000', '092814.700000', '092815.160000', '092815.620000', '092816.080000', '092816.540000', '092817.000000', '092817.460000', '092817.920000', '092818.380000', '092818.840000', '092819.300000', '092819.760000', '092820.220000', '092820.680000', '092821.140000', '092821.600000', '092822.060000', '092822.520000', '092822.980000', '092823.440000', '092823.900000', '092824.360000', '092824.820000', '092825.280000', '092825.740000', '092826.200000', '092826.660000', '092827.120000', '092827.580000', '092828.040000', '092828.500000', '092828.960000', '092829.420000', '092829.880000', '092830.340000', '092830.800000', '092831.260000', '092831.720000', '092832.180000', '092832.640000', '092833.100000', '092833.560000', '092834.020000', '092834.480000', '092834.940000', '092835.400000', '092835.860000', '092836.320000', '092836.780000', '092837.240000', '092837.700000', '092838.160000', '092838.620000', '092839.080000', '092839.540000', '092840.000000', '092840.460000', '092840.920000', '092841.380000', '092841.840000', '092842.300000', '092842.760000', '092843.220000', '092843.680000', '092844.140000', '092844.600000', '092845.060000', '092845.520000', '092845.980000', '092846.440000', '092846.900000', '092847.360000', '092847.820000', '092848.280000', '092848.740000', '092849.200000', '092849.660000', '092850.120000', '092850.580000', '092851.040000', '092851.500000', '092851.960000', '092852.420000', '092852.880000', '092853.340000', '092853.800000', '092854.260000', '092854.720000', '092855.180000', '092855.640000', '092856.100000', '092856.560000', '092857.020000', '092857.480000', '092857.940000', '092858.400000', '092858.860000', '092859.320000', '092859.780000', '092900.240000', '092900.700000', '092901.160000', '092901.620000', '092902.080000', '092902.540000', '092903.000000', '092903.460000', '092903.920000', '092904.380000', '092904.840000', '092905.300000', '092905.760000', '092906.220000', '092906.680000', '092907.140000', '092907.600000', '092908.060000', '092908.520000', '092908.980000', '092909.440000', '092909.900000', '092910.360000', '092910.820000', '092911.280000', '092911.740000', '092912.200000', '092912.660000', '092913.120000', '092913.580000', '092914.040000', '092914.500000', '092914.960000', '092915.420000', '092915.880000', '092916.340000', '092916.800000', '092917.260000', '092917.720000', '092918.180000', '092918.640000', '092919.100000', '092919.560000', '092920.020000', '092920.480000', '092920.940000', '092921.400000', '092921.860000', '092922.320000', '092922.780000', '092923.240000', '092923.700000', '092924.160000', '092924.620000', '092925.080000', '092925.540000', '092926.000000', '092926.460000', '092926.920000', '092927.380000', '092927.840000', '092928.300000', '092928.760000', '092929.220000', '092929.680000', '092930.140000', '092930.600000', '092931.060000', '092931.520000', '092931.980000', '092932.440000', '092932.900000', '092933.360000', '092933.820000', '092934.280000', '092934.740000', '092935.200000', '092935.660000', '092936.120000', '092936.580000', '092937.040000', '092937.500000', '092937.960000', '092938.420000', '092938.880000', '092939.340000', '092939.800000', '092940.260000', '092940.720000', '092941.180000', '092941.640000', '092942.100000', '092942.560000', '092943.020000', '092943.480000', '092943.940000', '092944.400000', '092944.860000', '092945.320000', '092945.780000', '092946.240000', '092946.700000', '092947.160000', '092947.620000', '092948.080000', '092948.540000', '092949.000000', '092949.460000', '092949.920000', '092950.380000', '092950.840000', '092951.300000', '092951.760000', '092952.220000', '092952.680000', '092953.140000', '092953.600000', '092954.060000', '092954.520000', '092954.980000', '092955.440000', '092955.900000', '092956.360000', '092956.820000', '092957.280000', '092957.740000', '092958.200000', '092958.660000', '092959.120000', '092959.580000', '093000.040000', '093000.500000', '093000.960000', '093001.420000', '093001.880000', '093002.340000', '093002.800000', '093003.260000', '093003.720000', '093004.180000', '093004.640000', '093005.100000', '093005.560000', '093006.020000', '093006.480000', '093006.940000', '093007.400000', '093007.860000', '093008.320000', '093008.780000', '093009.240000', '093009.700000', '093010.160000', '093010.620000', '093011.080000', '093011.540000', '093012.000000', '093012.460000', '093012.920000', '093013.380000', '093013.840000', '093014.300000', '093014.760000', '093015.220000', '093015.680000', '093016.140000', '093016.600000', '093017.060000', '093017.520000', '093017.980000', '093018.440000', '093018.900000', '093019.360000', '093019.820000', '093020.280000', '093020.740000', '093021.200000', '093021.660000', '093022.120000', '093022.580000', '093023.040000', '093023.500000', '093023.960000', '093024.420000', '093024.880000', '093025.340000', '093025.800000', '093026.260000', '093026.720000', '093027.180000', '093027.640000', '093028.100000', '093028.560000', '093029.020000', '093029.480000', '093029.940000', '093030.400000', '093030.860000', '093031.320000', '093031.780000', '093032.240000', '093032.700000', '093033.160000', '093033.620000', '093034.080000', '093034.540000', '093035.000000', '093035.460000', '093035.920000', '093036.380000', '093036.840000', '093037.300000', '093037.760000', '093038.220000', '093038.680000', '093039.140000', '093039.600000', '093040.060000', '093040.520000', '093040.980000', '093041.440000', '093041.900000', '093042.360000', '093042.820000', '093043.280000', '093043.740000', '093044.200000', '093044.660000', '093045.120000', '093045.580000', '093046.040000', '093046.500000', '093046.960000', '093047.420000', '093047.880000', '093048.340000', '093048.800000', '093049.260000', '093049.720000', '093050.180000', '093050.640000', '093051.100000', '093051.560000', '093052.020000', '093052.480000', '093052.940000', '093053.400000', '093053.860000', '093054.320000', '093054.780000', '093055.240000', '093055.700000', '093056.160000', '093056.620000', '093057.080000', '093057.540000', '093058.000000', '093058.460000', '093058.920000', '093059.380000', '093059.840000', '093100.300000', '093100.760000', '093101.220000', '093101.680000', '093102.140000', '093102.600000', '093103.060000', '093103.520000', '093103.980000', '093104.440000', '093104.900000', '093105.360000', '093105.820000', '093106.280000', '093106.740000', '093107.200000', '093107.660000', '093108.120000', '093108.580000', '093109.040000', '093109.500000', '093109.960000', '093110.420000', '093110.880000', '093111.340000', '093111.800000', '093112.260000', '093112.720000', '093113.180000', '093113.640000', '093114.100000', '093114.560000', '093115.020000', '093115.480000', '093115.940000', '093116.400000', '093116.860000', '093117.320000', '093117.780000', '093118.240000', '093118.700000', '093119.160000', '093119.620000', '093120.080000', '093120.540000', '093121.000000', '093121.460000', '093121.920000', '093122.380000', '093122.840000', '093123.300000', '093123.760000', '093124.220000', '093124.680000', '093125.140000', '093125.600000', '093126.060000', '093126.520000', '093126.980000', '093127.440000', '093127.900000', '093128.360000', '093128.820000', '093129.280000', '093129.740000', '093130.200000', '093130.660000', '093131.120000', '093131.580000', '093132.040000', '093132.500000', '093132.960000', '093133.420000', '093133.880000', '093134.340000', '093134.800000', '093135.260000', '093135.720000', '093136.180000', '093136.640000', '093137.100000', '093137.560000', '093138.020000', '093138.480000', '093138.940000', '093139.400000', '093139.860000', '093140.320000', '093140.780000', '093141.240000', '093141.700000', '093142.160000', '093142.620000', '093143.080000', '093143.540000', '093144.000000', '093144.460000', '093144.920000', '093145.380000', '093145.840000', '093146.300000', '093146.760000', '093147.220000', '093147.680000', '093148.140000', '093148.600000', '093149.060000', '093149.520000', '093149.980000', '093150.440000', '093150.900000', '093151.360000', '093151.820000', '093152.280000', '093152.740000', '093153.200000', '093153.660000', '093154.120000', '093154.580000', '093155.040000', '093155.500000', '093155.960000', '093156.420000', '093156.880000', '093157.340000', '093157.800000', '093158.260000', '093158.720000', '093159.180000', '093159.640000', '093200.100000', '093200.560000', '093201.020000', '093201.480000', '093201.940000', '093202.400000', '093202.860000', '093203.320000', '093203.780000', '093204.240000', '093204.700000', '093205.160000', '093205.620000', '093206.080000', '093206.540000', '093207.000000', '093207.460000', '093207.920000', '093208.380000', '093208.840000', '093209.300000', '093209.760000', '093210.220000', '093210.680000', '093211.140000', '093211.600000', '093212.060000', '093212.520000', '093212.980000', '093213.440000', '093213.900000', '093214.360000', '093214.820000', '093215.280000', '093215.740000', '093216.200000', '093216.660000', '093217.120000', '093217.580000', '093218.040000', '093218.500000', '093218.960000', '093219.420000', '093219.880000', '093220.340000', '093220.800000', '093221.260000', '093221.720000', '093222.180000', '093222.640000', '093223.100000', '093223.560000', '093224.020000', '093224.480000', '093224.940000', '093225.400000', '093225.860000', '093226.320000', '093226.780000', '093227.240000', '093227.700000', '093228.160000', '093228.620000', '093229.080000', '093229.540000', '093230.000000', '093230.460000', '093230.920000', '093231.380000', '093231.840000', '093232.300000', '093232.760000', '093233.220000', '093233.680000', '093234.140000', '093234.600000', '093235.060000', '093235.520000', '093235.980000', '093236.440000', '093236.900000', '093237.360000', '093237.820000', '093238.280000', '093238.740000', '093239.200000', '093239.660000', '093240.120000', '093240.580000', '093241.040000', '093241.500000', '093241.960000', '093242.420000', '093242.880000', '093243.340000', '093243.800000', '093244.260000', '093244.720000', '093245.180000', '093245.640000', '093246.100000', '093246.560000', '093247.020000', '093247.480000', '093247.940000', '093248.400000', '093248.860000', '093249.320000', '093249.780000', '093250.240000', '093250.700000', '093251.160000', '093251.620000', '093252.080000', '093252.540000', '093253.000000', '093253.460000', '093253.920000', '093254.380000', '093254.840000', '093255.300000', '093255.760000', '093256.220000', '093256.680000', '093257.140000', '093257.600000', '093258.060000', '093258.520000', '093258.980000', '093259.440000', '093259.900000', '093300.360000', '093300.820000', '093301.280000', '093301.740000', '093302.200000', '093302.660000', '093303.120000', '093303.580000', '093304.040000', '093304.500000', '093304.960000', '093305.420000', '093305.880000', '093306.340000', '093306.800000', '093307.260000', '093307.720000', '093308.180000', '093308.640000', '093309.100000', '093309.560000', '093310.020000', '093310.480000', '093310.940000', '093311.400000', '093311.860000', '093312.320000', '093312.780000', '093313.240000', '093313.700000', '093314.160000', '093314.620000', '093315.080000', '093315.540000', '093316.000000', '093316.460000', '093316.920000', '093317.380000', '093317.840000', '093318.300000', '093318.760000', '093319.220000', '093319.680000', '093320.140000', '093320.600000', '093321.060000', '093321.520000', '093321.980000', '093322.440000', '093322.900000', '093323.360000', '093323.820000', '093324.280000', '093324.740000', '093325.200000', '093325.660000', '093326.120000', '093326.580000', '093327.040000', '093327.500000', '093327.960000', '093328.420000', '093328.880000', '093329.340000', '093329.800000', '093330.260000', '093330.720000', '093331.180000', '093331.640000', '093332.100000', '093332.560000', '093333.020000', '093333.480000', '093333.940000', '093334.400000', '093334.860000', '093335.320000', '093335.780000', '093336.240000', '093336.700000', '093337.160000', '093337.620000', '093338.080000', '093338.540000', '093339.000000', '093339.460000', '093339.920000', '093340.380000', '093340.840000', '093341.300000', '093341.760000', '093342.220000', '093342.680000', '093343.140000', '093343.600000', '093344.060000', '093344.520000', '093344.980000', '093345.440000', '093345.900000', '093346.360000', '093346.820000', '093347.280000', '093347.740000', '093348.200000', '093348.660000', '093349.120000', '093349.580000', '093350.040000', '093350.500000', '093350.960000', '093351.420000', '093351.880000', '093352.340000', '093352.800000', '093353.260000', '093353.720000', '093354.180000', '093354.640000', '093355.100000', '093355.560000', '093356.020000', '093356.480000', '093356.940000', '093357.400000'], 'ContentTime': ['092745.849000', '092745.853000', '092745.856000', '092745.859000', '092745.861000', '092745.864000', '092745.867000', '092745.870000', '092745.873000', '092745.876000', '092745.879000', '092745.888000', '092745.891000', '092745.894000', '092745.897000', '092745.900000', '092745.902000', '092745.905000', '092745.908000', '092745.911000', '092745.914000', '092745.917000', '092745.919000', '092745.922000', '092745.925000', '092745.928000', '092745.931000', '092745.933000', '092745.936000', '092745.939000', '092745.942000', '092745.945000', '092745.948000', '092745.951000', '092745.953000', '092745.956000', '092745.959000', '092745.965000', '092745.968000', '092745.971000', '092745.973000', '092745.976000', '092745.979000', '092745.982000', '092745.985000', '092745.988000', '092745.990000', '092745.993000', '092745.996000', '092745.999000', '092746.002000', '092746.004000', '092746.007000', '092746.010000', '092746.013000', '092746.016000', '092746.019000', '092746.021000', '092746.024000', '092746.027000', '092746.030000', '092805.815000', '092805.818000', '092805.821000', '092805.824000', '092805.827000', '092805.830000', '092805.833000', '092805.836000', '092805.838000', '092805.841000', '092805.844000', '092805.847000', '092805.850000', '092805.852000', '092805.855000', '092805.858000', '092805.861000', '092805.864000', '092805.867000', '092805.869000', '092805.872000', '092805.875000', '092805.878000', '092805.881000', '092805.884000', '092805.886000', '092805.889000', '092805.892000', '092805.895000', '092805.898000', '092805.900000', '092805.903000', '092805.906000', '092805.909000', '092805.912000', '092805.915000', '092805.917000', '092805.920000', '092805.923000', '092805.926000', '092805.929000', '092805.932000', '092805.934000', '092825.815000', '092825.818000', '092825.821000', '092825.824000', '092825.826000', '092825.829000', '092825.832000', '092825.835000', '092825.838000', '092825.840000', '092825.843000', '092825.846000', '092825.849000', '092825.852000', '092825.855000', '092825.857000', '092825.860000', '092825.863000', '092825.866000', '092825.869000', '092825.872000', '092825.874000', '092825.877000', '092825.880000', '092825.883000', '092825.886000', '092825.888000', '092825.891000', '092825.894000', '092825.897000', '092825.900000', '092825.903000', '092825.905000', '092825.908000', '092825.911000', '092825.914000', '092825.917000', '092825.920000', '092825.922000', '092825.925000', '092825.928000', '092825.931000', '092825.934000', '092825.936000', '092845.815000', '092845.818000', '092845.821000', '092845.824000', '092845.826000', '092845.829000', '092845.832000', '092845.835000', '092845.838000', '092845.840000', '092845.843000', '092845.846000', '092845.849000', '092845.852000', '092845.855000', '092845.858000', '092845.861000', '092845.863000', '092845.866000', '092845.869000', '092845.872000', '092845.875000', '092845.878000', '092845.880000', '092845.883000', '092845.886000', '092845.889000', '092845.892000', '092845.894000', '092845.897000', '092845.900000', '092845.903000', '092845.906000', '092845.908000', '092845.911000', '092845.914000', '092845.917000', '092845.920000', '092845.923000', '092845.926000', '092845.928000', '092845.931000', '092845.934000', '092905.815000', '092905.818000', '092905.821000', '092905.824000', '092905.826000', '092905.829000', '092905.832000', '092905.835000', '092905.838000', '092905.841000', '092905.843000', '092905.846000', '092905.849000', '092905.852000', '092905.855000', '092905.858000', '092905.861000', '092905.863000', '092905.866000', '092905.869000', '092905.879000', '092905.882000', '092905.884000', '092905.887000', '092905.890000', '092905.893000', '092905.896000', '092905.899000', '092905.901000', '092905.904000', '092905.907000', '092905.910000', '092905.913000', '092905.916000', '092905.918000', '092905.921000', '092905.924000', '092905.927000', '092905.930000', '092905.933000', '092905.936000', '092905.940000', '092905.943000', '092905.946000', '092925.814000', '092925.817000', '092925.820000', '092925.823000', '092925.825000', '092925.828000', '092925.831000', '092925.834000', '092925.837000', '092925.840000', '092925.842000', '092925.845000', '092925.848000', '092925.851000', '092925.854000', '092925.857000', '092925.860000', '092925.863000', '092925.866000', '092925.869000', '092925.872000', '092925.874000', '092925.877000', '092925.880000', '092925.883000', '092925.886000', '092925.888000', '092925.891000', '092925.894000', '092925.897000', '092925.900000', '092925.903000', '092925.905000', '092925.908000', '092925.911000', '092925.914000', '092925.917000', '092925.920000', '092925.923000', '092925.925000', '092925.928000', '092925.931000', '092925.934000', '092945.814000', '092945.817000', '092945.820000', '092945.823000', '092945.826000', '092945.829000', '092945.831000', '092945.834000', '092945.837000', '092945.840000', '092945.843000', '092945.845000', '092945.848000', '092945.851000', '092945.854000', '092945.857000', '092945.860000', '092945.863000', '092945.875000', '092945.878000', '092945.881000', '092945.884000', '092945.886000', '092945.889000', '092945.892000', '092945.895000', '092945.898000', '092945.901000', '092945.903000', '092945.906000', '092945.909000', '092945.912000', '092945.915000', '092945.918000', '092945.920000', '092945.923000', '092945.926000', '092945.929000', '092945.932000', '092945.934000', '092945.937000', '092945.940000', '092945.943000', '092945.946000', '093005.815000', '093005.818000', '093005.821000', '093005.824000', '093005.827000', '093005.829000', '093005.832000', '093005.835000', '093005.838000', '093005.841000', '093005.843000', '093005.846000', '093005.849000', '093005.852000', '093005.855000', '093005.858000', '093005.860000', '093005.863000', '093005.866000', '093005.869000', '093005.872000', '093005.875000', '093005.878000', '093005.880000', '093005.883000', '093005.886000', '093005.889000', '093005.892000', '093005.895000', '093005.898000', '093005.900000', '093005.903000', '093005.906000', '093005.909000', '093005.912000', '093005.915000', '093005.918000', '093005.921000', '093005.923000', '093005.926000', '093005.929000', '093005.932000', '093005.935000', '093025.815000', '093025.818000', '093025.821000', '093025.824000', '093025.827000', '093025.830000', '093025.833000', '093025.836000', '093025.839000', '093025.842000', '093025.845000', '093025.848000', '093025.850000', '093025.853000', '093025.856000', '093025.859000', '093025.862000', '093025.865000', '093025.868000', '093025.871000', '093025.874000', '093025.877000', '093025.880000', '093025.883000', '093025.885000', '093025.888000', '093025.891000', '093025.894000', '093025.897000', '093025.900000', '093025.903000', '093025.906000', '093025.909000', '093025.911000', '093025.914000', '093025.917000', '093025.920000', '093025.923000', '093025.926000', '093025.929000', '093025.932000', '093025.935000', '093025.938000', '093025.941000', '093045.815000', '093045.829000', '093045.833000', '093045.836000', '093045.839000', '093045.842000', '093045.845000', '093045.847000', '093045.850000', '093045.853000', '093045.856000', '093045.859000', '093045.862000', '093045.864000', '093045.867000', '093045.870000', '093045.873000', '093045.876000', '093045.879000', '093045.882000', '093045.884000', '093045.887000', '093045.890000', '093045.899000', '093045.902000', '093045.905000', '093045.908000', '093045.911000', '093045.914000', '093045.916000', '093045.919000', '093045.922000', '093045.925000', '093045.928000', '093045.931000', '093045.934000', '093045.936000', '093045.939000', '093045.942000', '093045.945000', '093045.948000', '093045.950000', '093045.953000', '093105.815000', '093105.824000', '093105.827000', '093105.830000', '093105.833000', '093105.836000', '093105.838000', '093105.841000', '093105.844000', '093105.847000', '093105.850000', '093105.852000', '093105.855000', '093105.858000', '093105.861000', '093105.864000', '093105.867000', '093105.870000', '093105.873000', '093105.875000', '093105.878000', '093105.881000', '093105.884000', '093105.887000', '093105.890000', '093105.892000', '093105.895000', '093105.898000', '093105.901000', '093105.904000', '093105.907000', '093105.910000', '093105.912000', '093105.915000', '093105.918000', '093105.921000', '093105.924000', '093105.926000', '093105.929000', '093105.932000', '093105.935000', '093105.938000', '093105.941000', '093105.943000', '093125.815000', '093125.831000', '093125.833000', '093125.836000', '093125.839000', '093125.842000', '093125.845000', '093125.848000', '093125.850000', '093125.853000', '093125.856000', '093125.859000', '093125.862000', '093125.865000', '093125.868000', '093125.870000', '093125.873000', '093125.876000', '093125.879000', '093125.882000', '093125.885000', '093125.888000', '093125.890000', '093125.893000', '093125.896000', '093125.899000', '093125.902000', '093125.904000', '093125.907000', '093125.910000', '093125.913000', '093125.916000', '093125.919000', '093125.922000', '093125.925000', '093125.928000', '093125.931000', '093125.953000', '093125.956000', '093125.959000', '093125.961000', '093125.964000', '093125.967000', '093145.814000', '093145.817000', '093145.820000', '093145.823000', '093145.826000', '093145.829000', '093145.832000', '093145.834000', '093145.837000', '093145.840000', '093145.843000', '093145.846000', '093145.849000', '093145.852000', '093145.855000', '093145.858000', '093145.860000', '093145.863000', '093145.866000', '093145.869000', '093145.872000', '093145.875000', '093145.878000', '093145.880000', '093145.883000', '093145.886000', '093145.889000', '093145.892000', '093145.895000', '093145.898000', '093145.900000', '093145.903000', '093145.906000', '093145.909000', '093145.912000', '093145.914000', '093145.917000', '093145.920000', '093145.923000', '093145.926000', '093145.929000', '093145.931000', '093145.934000', '093145.937000', '093205.814000', '093205.817000', '093205.820000', '093205.823000', '093205.826000', '093205.828000', '093205.831000', '093205.834000', '093205.837000', '093205.840000', '093205.843000', '093205.846000', '093205.849000', '093205.851000', '093205.854000', '093205.857000', '093205.860000', '093205.863000', '093205.866000', '093205.869000', '093205.873000', '093205.876000', '093205.879000', '093205.882000', '093205.885000', '093205.887000', '093205.900000', '093205.903000', '093205.906000', '093205.908000', '093205.911000', '093205.914000', '093205.917000', '093205.920000', '093205.923000', '093205.925000', '093205.928000', '093205.931000', '093205.934000', '093205.937000', '093205.940000', '093205.943000', '093205.946000', '093225.815000', '093225.818000', '093225.821000', '093225.824000', '093225.826000', '093225.829000', '093225.832000', '093225.835000', '093225.839000', '093225.842000', '093225.845000', '093225.847000', '093225.850000', '093225.853000', '093225.856000', '093225.859000', '093225.862000', '093225.865000', '093225.867000', '093225.870000', '093225.873000', '093225.876000', '093225.879000', '093225.882000', '093225.884000', '093225.887000', '093225.890000', '093225.893000', '093225.896000', '093225.899000', '093225.902000', '093225.905000', '093225.907000', '093225.910000', '093225.913000', '093225.916000', '093225.919000', '093225.922000', '093225.924000', '093225.927000', '093225.930000', '093225.933000', '093225.936000', '093225.939000', '093245.815000', '093245.826000', '093245.829000', '093245.832000', '093245.835000', '093245.838000', '093245.840000', '093245.843000', '093245.846000', '093245.849000', '093245.852000', '093245.855000', '093245.858000', '093245.860000', '093245.863000', '093245.866000', '093245.869000', '093245.872000', '093245.875000', '093245.878000', '093245.880000', '093245.883000', '093245.886000', '093245.889000', '093245.892000', '093245.895000', '093245.898000', '093245.900000', '093245.903000', '093245.906000', '093245.909000', '093245.912000', '093245.915000', '093245.917000', '093245.920000', '093245.923000', '093245.926000', '093245.929000', '093245.931000', '093245.934000', '093245.937000', '093245.940000', '093245.943000', '093305.815000', '093305.827000', '093305.830000', '093305.833000', '093305.836000', '093305.838000', '093305.841000', '093305.844000', '093305.847000', '093305.850000', '093305.853000', '093305.856000', '093305.858000', '093305.861000', '093305.864000', '093305.867000', '093305.870000', '093305.873000', '093305.875000', '093305.878000', '093305.881000', '093305.884000', '093305.887000', '093305.890000', '093305.893000', '093305.895000', '093305.898000', '093305.901000', '093305.904000', '093305.907000', '093305.910000', '093305.912000', '093305.915000', '093305.918000', '093305.921000', '093305.924000', '093305.927000', '093305.930000', '093305.932000', '093305.935000', '093305.938000', '093305.941000', '093305.944000', '093305.947000', '093325.815000', '093325.818000', '093325.821000', '093325.824000', '093325.827000', '093325.830000', '093325.832000', '093325.835000', '093325.838000', '093325.841000', '093325.844000', '093325.847000', '093325.850000', '093325.852000', '093325.855000', '093325.858000', '093325.862000', '093325.865000', '093325.868000', '093325.871000', '093325.874000', '093325.877000', '093325.879000', '093325.882000', '093325.885000', '093325.888000', '093325.891000', '093325.894000', '093325.897000', '093325.900000', '093325.902000', '093325.905000', '093325.908000', '093325.912000', '093325.915000', '093325.918000', '093325.921000', '093325.943000', '093325.946000', '093325.949000', '093325.952000', '093325.955000', '093325.957000', '093345.815000', '093345.876000', '093345.879000', '093345.882000', '093345.885000', '093345.888000', '093345.891000', '093345.893000', '093345.896000', '093345.899000', '093345.902000', '093345.905000', '093345.908000', '093345.910000', '093345.913000', '093345.916000', '093345.919000', '093345.922000', '093345.925000', '093345.927000', '093345.930000', '093345.933000', '093345.936000', '093345.939000', '093345.942000', '093345.944000', '093345.947000', '093345.950000', '093345.953000', '093345.956000', '093345.959000', '093345.962000', '093345.964000', '093345.967000', '093345.970000', '093345.973000', '093345.976000', '093345.979000', '093345.982000', '093345.984000', '093345.987000', '093345.990000', '093345.993000', '093345.996000', '093358.690000', '093358.694000', '093358.697000', '093358.700000', '093358.703000', '093358.706000', '093358.709000', '093358.712000', '093358.715000', '093358.718000', '093358.721000', '093358.724000', '093358.727000', '093358.730000', '093358.733000', '093358.736000', '093358.739000', '093358.742000', '093358.745000', '093358.748000', '093358.751000', '093358.754000', '093358.757000', '093358.759000', '093358.762000', '093358.765000', '093358.768000', '093358.772000'], 'InstanceCreationTime': ['092745.849000', '092745.853000', '092745.856000', '092745.859000', '092745.861000', '092745.864000', '092745.867000', '092745.870000', '092745.873000', '092745.876000', '092745.879000', '092745.888000', '092745.891000', '092745.894000', '092745.897000', '092745.900000', '092745.902000', '092745.905000', '092745.908000', '092745.911000', '092745.914000', '092745.917000', '092745.919000', '092745.922000', '092745.925000', '092745.928000', '092745.931000', '092745.933000', '092745.936000', '092745.939000', '092745.942000', '092745.945000', '092745.948000', '092745.951000', '092745.953000', '092745.956000', '092745.959000', '092745.965000', '092745.968000', '092745.971000', '092745.973000', '092745.976000', '092745.979000', '092745.982000', '092745.985000', '092745.988000', '092745.990000', '092745.993000', '092745.996000', '092745.999000', '092746.002000', '092746.004000', '092746.007000', '092746.010000', '092746.013000', '092746.016000', '092746.019000', '092746.021000', '092746.024000', '092746.027000', '092746.030000', '092805.815000', '092805.818000', '092805.821000', '092805.824000', '092805.827000', '092805.830000', '092805.833000', '092805.836000', '092805.838000', '092805.841000', '092805.844000', '092805.847000', '092805.850000', '092805.852000', '092805.855000', '092805.858000', '092805.861000', '092805.864000', '092805.867000', '092805.869000', '092805.872000', '092805.875000', '092805.878000', '092805.881000', '092805.884000', '092805.886000', '092805.889000', '092805.892000', '092805.895000', '092805.898000', '092805.900000', '092805.903000', '092805.906000', '092805.909000', '092805.912000', '092805.915000', '092805.917000', '092805.920000', '092805.923000', '092805.926000', '092805.929000', '092805.932000', '092805.934000', '092825.815000', '092825.818000', '092825.821000', '092825.824000', '092825.826000', '092825.829000', '092825.832000', '092825.835000', '092825.838000', '092825.840000', '092825.843000', '092825.846000', '092825.849000', '092825.852000', '092825.855000', '092825.857000', '092825.860000', '092825.863000', '092825.866000', '092825.869000', '092825.872000', '092825.874000', '092825.877000', '092825.880000', '092825.883000', '092825.886000', '092825.888000', '092825.891000', '092825.894000', '092825.897000', '092825.900000', '092825.903000', '092825.905000', '092825.908000', '092825.911000', '092825.914000', '092825.917000', '092825.920000', '092825.922000', '092825.925000', '092825.928000', '092825.931000', '092825.934000', '092825.936000', '092845.815000', '092845.818000', '092845.821000', '092845.824000', '092845.826000', '092845.829000', '092845.832000', '092845.835000', '092845.838000', '092845.840000', '092845.843000', '092845.846000', '092845.849000', '092845.852000', '092845.855000', '092845.858000', '092845.861000', '092845.863000', '092845.866000', '092845.869000', '092845.872000', '092845.875000', '092845.878000', '092845.880000', '092845.883000', '092845.886000', '092845.889000', '092845.892000', '092845.894000', '092845.897000', '092845.900000', '092845.903000', '092845.906000', '092845.908000', '092845.911000', '092845.914000', '092845.917000', '092845.920000', '092845.923000', '092845.926000', '092845.928000', '092845.931000', '092845.934000', '092905.815000', '092905.818000', '092905.821000', '092905.824000', '092905.826000', '092905.829000', '092905.832000', '092905.835000', '092905.838000', '092905.841000', '092905.843000', '092905.846000', '092905.849000', '092905.852000', '092905.855000', '092905.858000', '092905.861000', '092905.863000', '092905.866000', '092905.869000', '092905.879000', '092905.882000', '092905.884000', '092905.887000', '092905.890000', '092905.893000', '092905.896000', '092905.899000', '092905.901000', '092905.904000', '092905.907000', '092905.910000', '092905.913000', '092905.916000', '092905.918000', '092905.921000', '092905.924000', '092905.927000', '092905.930000', '092905.933000', '092905.936000', '092905.940000', '092905.943000', '092905.946000', '092925.814000', '092925.817000', '092925.820000', '092925.823000', '092925.825000', '092925.828000', '092925.831000', '092925.834000', '092925.837000', '092925.840000', '092925.842000', '092925.845000', '092925.848000', '092925.851000', '092925.854000', '092925.857000', '092925.860000', '092925.863000', '092925.866000', '092925.869000', '092925.872000', '092925.874000', '092925.877000', '092925.880000', '092925.883000', '092925.886000', '092925.888000', '092925.891000', '092925.894000', '092925.897000', '092925.900000', '092925.903000', '092925.905000', '092925.908000', '092925.911000', '092925.914000', '092925.917000', '092925.920000', '092925.923000', '092925.925000', '092925.928000', '092925.931000', '092925.934000', '092945.814000', '092945.817000', '092945.820000', '092945.823000', '092945.826000', '092945.829000', '092945.831000', '092945.834000', '092945.837000', '092945.840000', '092945.843000', '092945.845000', '092945.848000', '092945.851000', '092945.854000', '092945.857000', '092945.860000', '092945.863000', '092945.875000', '092945.878000', '092945.881000', '092945.884000', '092945.886000', '092945.889000', '092945.892000', '092945.895000', '092945.898000', '092945.901000', '092945.903000', '092945.906000', '092945.909000', '092945.912000', '092945.915000', '092945.918000', '092945.920000', '092945.923000', '092945.926000', '092945.929000', '092945.932000', '092945.934000', '092945.937000', '092945.940000', '092945.943000', '092945.946000', '093005.815000', '093005.818000', '093005.821000', '093005.824000', '093005.827000', '093005.829000', '093005.832000', '093005.835000', '093005.838000', '093005.841000', '093005.843000', '093005.846000', '093005.849000', '093005.852000', '093005.855000', '093005.858000', '093005.860000', '093005.863000', '093005.866000', '093005.869000', '093005.872000', '093005.875000', '093005.878000', '093005.880000', '093005.883000', '093005.886000', '093005.889000', '093005.892000', '093005.895000', '093005.898000', '093005.900000', '093005.903000', '093005.906000', '093005.909000', '093005.912000', '093005.915000', '093005.918000', '093005.921000', '093005.923000', '093005.926000', '093005.929000', '093005.932000', '093005.935000', '093025.815000', '093025.818000', '093025.821000', '093025.824000', '093025.827000', '093025.830000', '093025.833000', '093025.836000', '093025.839000', '093025.842000', '093025.845000', '093025.848000', '093025.850000', '093025.853000', '093025.856000', '093025.859000', '093025.862000', '093025.865000', '093025.868000', '093025.871000', '093025.874000', '093025.877000', '093025.880000', '093025.883000', '093025.885000', '093025.888000', '093025.891000', '093025.894000', '093025.897000', '093025.900000', '093025.903000', '093025.906000', '093025.909000', '093025.911000', '093025.914000', '093025.917000', '093025.920000', '093025.923000', '093025.926000', '093025.929000', '093025.932000', '093025.935000', '093025.938000', '093025.941000', '093045.815000', '093045.829000', '093045.833000', '093045.836000', '093045.839000', '093045.842000', '093045.845000', '093045.847000', '093045.850000', '093045.853000', '093045.856000', '093045.859000', '093045.862000', '093045.864000', '093045.867000', '093045.870000', '093045.873000', '093045.876000', '093045.879000', '093045.882000', '093045.884000', '093045.887000', '093045.890000', '093045.899000', '093045.902000', '093045.905000', '093045.908000', '093045.911000', '093045.914000', '093045.916000', '093045.919000', '093045.922000', '093045.925000', '093045.928000', '093045.931000', '093045.934000', '093045.936000', '093045.939000', '093045.942000', '093045.945000', '093045.948000', '093045.950000', '093045.953000', '093105.815000', '093105.824000', '093105.827000', '093105.830000', '093105.833000', '093105.836000', '093105.838000', '093105.841000', '093105.844000', '093105.847000', '093105.850000', '093105.852000', '093105.855000', '093105.858000', '093105.861000', '093105.864000', '093105.867000', '093105.870000', '093105.873000', '093105.875000', '093105.878000', '093105.881000', '093105.884000', '093105.887000', '093105.890000', '093105.892000', '093105.895000', '093105.898000', '093105.901000', '093105.904000', '093105.907000', '093105.910000', '093105.912000', '093105.915000', '093105.918000', '093105.921000', '093105.924000', '093105.926000', '093105.929000', '093105.932000', '093105.935000', '093105.938000', '093105.941000', '093105.943000', '093125.815000', '093125.831000', '093125.833000', '093125.836000', '093125.839000', '093125.842000', '093125.845000', '093125.848000', '093125.850000', '093125.853000', '093125.856000', '093125.859000', '093125.862000', '093125.865000', '093125.868000', '093125.870000', '093125.873000', '093125.876000', '093125.879000', '093125.882000', '093125.885000', '093125.888000', '093125.890000', '093125.893000', '093125.896000', '093125.899000', '093125.902000', '093125.904000', '093125.907000', '093125.910000', '093125.913000', '093125.916000', '093125.919000', '093125.922000', '093125.925000', '093125.928000', '093125.931000', '093125.953000', '093125.956000', '093125.959000', '093125.961000', '093125.964000', '093125.967000', '093145.814000', '093145.817000', '093145.820000', '093145.823000', '093145.826000', '093145.829000', '093145.832000', '093145.834000', '093145.837000', '093145.840000', '093145.843000', '093145.846000', '093145.849000', '093145.852000', '093145.855000', '093145.858000', '093145.860000', '093145.863000', '093145.866000', '093145.869000', '093145.872000', '093145.875000', '093145.878000', '093145.880000', '093145.883000', '093145.886000', '093145.889000', '093145.892000', '093145.895000', '093145.898000', '093145.900000', '093145.903000', '093145.906000', '093145.909000', '093145.912000', '093145.914000', '093145.917000', '093145.920000', '093145.923000', '093145.926000', '093145.929000', '093145.931000', '093145.934000', '093145.937000', '093205.814000', '093205.817000', '093205.820000', '093205.823000', '093205.826000', '093205.828000', '093205.831000', '093205.834000', '093205.837000', '093205.840000', '093205.843000', '093205.846000', '093205.849000', '093205.851000', '093205.854000', '093205.857000', '093205.860000', '093205.863000', '093205.866000', '093205.869000', '093205.873000', '093205.876000', '093205.879000', '093205.882000', '093205.885000', '093205.887000', '093205.900000', '093205.903000', '093205.906000', '093205.908000', '093205.911000', '093205.914000', '093205.917000', '093205.920000', '093205.923000', '093205.925000', '093205.928000', '093205.931000', '093205.934000', '093205.937000', '093205.940000', '093205.943000', '093205.946000', '093225.815000', '093225.818000', '093225.821000', '093225.824000', '093225.826000', '093225.829000', '093225.832000', '093225.835000', '093225.839000', '093225.842000', '093225.845000', '093225.847000', '093225.850000', '093225.853000', '093225.856000', '093225.859000', '093225.862000', '093225.865000', '093225.867000', '093225.870000', '093225.873000', '093225.876000', '093225.879000', '093225.882000', '093225.884000', '093225.887000', '093225.890000', '093225.893000', '093225.896000', '093225.899000', '093225.902000', '093225.905000', '093225.907000', '093225.910000', '093225.913000', '093225.916000', '093225.919000', '093225.922000', '093225.924000', '093225.927000', '093225.930000', '093225.933000', '093225.936000', '093225.939000', '093245.815000', '093245.826000', '093245.829000', '093245.832000', '093245.835000', '093245.838000', '093245.840000', '093245.843000', '093245.846000', '093245.849000', '093245.852000', '093245.855000', '093245.858000', '093245.860000', '093245.863000', '093245.866000', '093245.869000', '093245.872000', '093245.875000', '093245.878000', '093245.880000', '093245.883000', '093245.886000', '093245.889000', '093245.892000', '093245.895000', '093245.898000', '093245.900000', '093245.903000', '093245.906000', '093245.909000', '093245.912000', '093245.915000', '093245.917000', '093245.920000', '093245.923000', '093245.926000', '093245.929000', '093245.931000', '093245.934000', '093245.937000', '093245.940000', '093245.943000', '093305.815000', '093305.827000', '093305.830000', '093305.833000', '093305.836000', '093305.838000', '093305.841000', '093305.844000', '093305.847000', '093305.850000', '093305.853000', '093305.856000', '093305.858000', '093305.861000', '093305.864000', '093305.867000', '093305.870000', '093305.873000', '093305.875000', '093305.878000', '093305.881000', '093305.884000', '093305.887000', '093305.890000', '093305.893000', '093305.895000', '093305.898000', '093305.901000', '093305.904000', '093305.907000', '093305.910000', '093305.912000', '093305.915000', '093305.918000', '093305.921000', '093305.924000', '093305.927000', '093305.930000', '093305.932000', '093305.935000', '093305.938000', '093305.941000', '093305.944000', '093305.947000', '093325.815000', '093325.818000', '093325.821000', '093325.824000', '093325.827000', '093325.830000', '093325.832000', '093325.835000', '093325.838000', '093325.841000', '093325.844000', '093325.847000', '093325.850000', '093325.852000', '093325.855000', '093325.858000', '093325.862000', '093325.865000', '093325.868000', '093325.871000', '093325.874000', '093325.877000', '093325.879000', '093325.882000', '093325.885000', '093325.888000', '093325.891000', '093325.894000', '093325.897000', '093325.900000', '093325.902000', '093325.905000', '093325.908000', '093325.912000', '093325.915000', '093325.918000', '093325.921000', '093325.943000', '093325.946000', '093325.949000', '093325.952000', '093325.955000', '093325.957000', '093345.815000', '093345.876000', '093345.879000', '093345.882000', '093345.885000', '093345.888000', '093345.891000', '093345.893000', '093345.896000', '093345.899000', '093345.902000', '093345.905000', '093345.908000', '093345.910000', '093345.913000', '093345.916000', '093345.919000', '093345.922000', '093345.925000', '093345.927000', '093345.930000', '093345.933000', '093345.936000', '093345.939000', '093345.942000', '093345.944000', '093345.947000', '093345.950000', '093345.953000', '093345.956000', '093345.959000', '093345.962000', '093345.964000', '093345.967000', '093345.970000', '093345.973000', '093345.976000', '093345.979000', '093345.982000', '093345.984000', '093345.987000', '093345.990000', '093345.993000', '093345.996000', '093358.690000', '093358.694000', '093358.697000', '093358.700000', '093358.703000', '093358.706000', '093358.709000', '093358.712000', '093358.715000', '093358.718000', '093358.721000', '093358.724000', '093358.727000', '093358.730000', '093358.733000', '093358.736000', '093358.739000', '093358.742000', '093358.745000', '093358.748000', '093358.751000', '093358.754000', '093358.757000', '093358.759000', '093358.762000', '093358.765000', '093358.768000', '093358.772000'], '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': [10613, 16065, 10490, 16275, 10240, 16028, 10131, 13660, 9494, 13286, 9964, 13725, 10460, 9426, 9941, 10449, 10503, 10526, 11493, 10524, 11601, 9863, 14109, 9780, 13849, 9820, 14710, 10004, 16068, 10436, 16767, 10659, 15212, 10109, 14922, 10754, 13329, 9816, 13228, 9499, 13893, 10509, 12171, 9487, 12577, 10334, 12237, 10086, 11882, 10072, 12255, 9928, 10393, 10187, 10273, 10617, 10162, 15415, 9851, 16716, 10560, 13084, 10049, 14077, 9953, 13186, 9866, 12702, 10658, 12908, 9653, 12158, 10142, 10659, 10317, 10156, 10239, 10948, 9788, 10560, 10444, 10148, 14362, 10232, 16457, 10749, 15211, 10056, 14021, 10176, 13335, 9702, 12432, 10399, 13228, 10227, 13592, 10736, 12618, 9965, 10485, 14867, 10827, 17733, 10055, 16456, 9821, 14373, 9858, 13448, 10037, 13038, 9535, 12563, 9895, 10674, 9785, 10105, 11591, 10075, 16505, 10623, 14018, 10866, 13902, 9861, 11945, 10062, 12345, 9760, 12037, 10368, 11961, 10102, 12849, 9769, 11314, 9458, 10858, 13470, 10820, 16475, 9761, 18487, 9901, 14798, 10534, 13466, 10669, 12534, 10372, 11686, 9980, 11785, 10194, 12330, 10689, 12182, 9693, 11607, 9495, 10697, 10039, 10140, 18001, 10217, 15385, 11258, 14168, 9499, 13270, 9648, 13230, 10256, 12493, 10655, 12304, 10393, 13349, 10484, 12145, 10384, 11907, 9705, 11175, 9915, 10168, 14106, 11280, 14395, 10468, 9658, 9911, 12990, 10215, 14776, 10007, 13487, 10814, 11945, 9684, 12828, 10237, 11718, 9746, 11711, 10109, 10558, 10437, 10438, 12153, 10292, 10193, 10115, 10699, 10086, 16409, 9894, 15596, 10599, 15255, 10820, 9698, 11415, 9275, 9579, 9765, 15458, 10070, 12639, 10507, 10064, 10610, 10474, 18339, 11171, 15199, 11689, 15629, 9772, 16104, 11639, 15168, 10144, 13218, 9717, 12788, 10050, 13237, 10281, 13550, 10053, 15413, 10158, 10625, 10407, 9939, 10421, 9711, 10545, 9878, 11434, 10856, 14276, 9864, 9952, 10005, 10723, 12723, 11020, 12629, 9733, 12553, 10517, 13549, 10113, 12228, 9954, 11132, 9843, 10450, 10264, 10278, 11378, 10989, 13485, 10316, 10556, 10444, 10326, 15528, 10845, 10329, 14101, 10327, 15354, 10113, 16523, 10541, 15551, 10131, 15667, 10408, 14138, 10133, 13681, 9590, 13328, 9744, 12645, 10039, 10523, 10151, 10431, 12645, 9608, 13056, 9674, 13510, 10081, 15593, 10218, 10147, 10454, 10583, 12022, 9984, 12218, 12758, 12335, 10066, 12134, 10257, 12757, 10885, 13765, 10689, 14761, 10366, 15186, 10300, 10229, 10258, 10569, 11053, 10177, 14349, 10082, 15768, 10049, 14277, 10624, 16949, 10554, 16939, 10854, 13618, 10244, 10396, 10607, 10012, 10512, 10651, 11649, 9864, 12013, 10170, 12661, 10182, 13237, 9855, 14566, 9827, 9765, 10542, 10324, 11055, 10856, 12443, 10276, 13958, 10272, 9719, 10398, 10241, 11825, 9981, 13682, 9766, 15118, 10195, 14217, 10091, 15982, 10246, 14451, 10373, 10038, 10490, 10048, 11437, 10407, 11729, 10451, 12416, 10190, 12196, 10709, 12087, 9837, 13848, 10459, 13820, 10326, 10170, 10748, 10077, 11983, 10337, 13228, 9943, 12113, 10389, 12815, 10133, 11148, 10114, 11542, 10094, 12367, 10400, 14836, 10464, 9651, 10791, 10322, 10328, 12256, 10519, 10055, 10338, 10356, 11285, 9855, 12357, 10471, 12030, 10425, 12250, 10199, 11763, 10308, 12079, 9923, 13551, 10072, 9513, 10541, 10502, 10797, 14817, 10894, 17466, 10717, 10412, 10774, 10120, 11717, 10674, 13604, 10824, 14305, 10249, 14371, 10130, 14782, 10328, 10781, 10597, 11164, 10521, 9806, 11967, 10673, 12795, 10309, 14373, 10326, 15256, 10286, 15819, 10523, 9607, 10661, 9800, 10502, 9955, 11609, 10036, 12195, 10340, 13517, 10427, 13061, 10187, 13848, 10422, 14161, 10455, 12383, 10858, 13424, 10799, 10337, 10538, 10015, 10368, 10292, 10600, 10112, 10565, 10102, 11432, 10855, 11926, 11135, 13013, 10412, 13935, 10194, 14827, 10912, 11885, 11040, 10494, 11573, 10563, 14939, 11760, 17216, 10981, 15911, 11095, 14890, 11601, 14406, 11526, 9869, 10705, 10213, 10522, 10542, 11099, 10370, 12598, 10617, 13844, 10933, 13496, 10892, 13281, 10584, 13619, 10900, 14892, 10446, 14127, 10778, 13242, 10846, 13001, 11018, 12447, 10543, 13452, 10753, 12919, 10907, 13953, 10833, 13362, 10996, 13082, 11050, 14522, 11005, 13029, 11140, 12469, 10368, 13323, 10478, 10613, 10463, 10766, 10482, 11660, 10725, 12189, 10641, 13206, 10592, 12933, 10624, 12889, 10324, 13615, 10122, 13220, 10248, 12906, 10479, 12914, 10424, 14376, 10551, 13829, 11028, 12358, 10792, 10189, 11494, 9722, 15395, 9668, 10038, 10429, 10866, 10838, 17279, 10779, 14583, 11331, 13126, 10750, 11012, 12270, 10960, 16788, 12248, 17815, 12702, 15881, 12211, 15469, 11599, 14163, 10658, 14928, 10612, 13225, 10988, 12274, 11060, 10788, 10738, 10291, 10594, 10435, 11958, 10866, 13992, 10757, 13877, 10561, 13120, 10471, 9903, 10763, 10383, 10695, 10578, 10156, 9169, 10425, 8732, 9556, 9353, 7842, 12631, 9836, 8516, 12570, 9330, 14085, 11481, 15002, 11895, 16021, 11839, 8840, 10160, 8989, 10456, 8117, 7392, 9416, 7402, 11986, 9030, 12148, 9940, 12778, 8941, 12160, 11988, 11497, 8951, 10611, 8057, 11254, 8660, 11284, 8801, 10175, 11389, 10260, 8434, 10175, 8474, 10269, 8120, 11296, 8488, 10904, 8750, 11323, 7451, 9651, 9261, 9801, 15702, 12607, 15276, 12716, 13546, 9398, 11541, 8973, 11825, 9131, 11923, 10311, 13020, 8484, 12321, 8447, 12226, 9735, 12916, 10193, 10613, 8650, 7827, 8975, 8220, 9738, 10062, 9833, 11056, 10092, 8305, 10106, 8021, 10579, 8534, 10935, 8385, 10943, 8248, 12193, 8927, 12013, 9120, 12524, 10062, 12758, 10469, 12602, 11155, 12609, 8922, 12393, 9380, 12458, 9724, 12106, 10390, 13190, 8728, 10788, 8097, 8752, 8513, 9598, 8651, 9651, 9521, 8803, 9357, 11520, 9465, 14145, 10655, 10675, 9257, 10868, 9141, 11820, 9575, 11085, 10856, 9030, 9943, 9387, 9955, 10894, 10097, 8713, 11327, 8348, 10501, 8050, 11115, 8709, 11205, 8224, 12673, 8209, 12198, 9113, 12349, 10286, 12500, 10681, 12797, 9155, 12353, 9089, 12408, 10419, 12067, 10809, 12926, 9390, 12251, 9119, 12048, 9539, 12381, 10121, 11944, 10809, 12626, 8785, 12972, 8411, 13617, 8377, 12345, 10016, 9256, 8532, 7532, 8931, 8024, 9042, 8620, 10455, 8047, 11337, 7775], 'WindowCenter': [4218.0, 4232.0, 4189.0, 4218.0, 4173.0, 4200.0, 4161.0, 4178.0, 4148.0, 4178.0, 4160.0, 4189.0, 4171.0, 4150.0, 4161.0, 4172.0, 4172.0, 4171.0, 4183.0, 4172.0, 4182.0, 4161.0, 4204.0, 4162.0, 4192.0, 4161.0, 4191.0, 4161.0, 4202.0, 4159.0, 4199.0, 4159.0, 4188.0, 4157.0, 4189.0, 4158.0, 4178.0, 4147.0, 4167.0, 4148.0, 4176.0, 4158.0, 4166.0, 4148.0, 4178.0, 4159.0, 4168.0, 4158.0, 4171.0, 4159.0, 4169.0, 4148.0, 4158.0, 4157.0, 4158.0, 4156.0, 4157.0, 4188.0, 4148.0, 4199.0, 4158.0, 4178.0, 4161.0, 4189.0, 4161.0, 4179.0, 4159.0, 4181.0, 4160.0, 4181.0, 4149.0, 4169.0, 4159.0, 4160.0, 4157.0, 4159.0, 4157.0, 4169.0, 4160.0, 4160.0, 4160.0, 4161.0, 4192.0, 4160.0, 4203.0, 4170.0, 4190.0, 4161.0, 4189.0, 4160.0, 4178.0, 4162.0, 4179.0, 4162.0, 4180.0, 4160.0, 4190.0, 4172.0, 4180.0, 4150.0, 4160.0, 4189.0, 4159.0, 4198.0, 4149.0, 4187.0, 4148.0, 4177.0, 4148.0, 4178.0, 4148.0, 4180.0, 4147.0, 4168.0, 4147.0, 4157.0, 4146.0, 4147.0, 4156.0, 4146.0, 4190.0, 4157.0, 4177.0, 4158.0, 4178.0, 4149.0, 4167.0, 4147.0, 4167.0, 4147.0, 4169.0, 4160.0, 4170.0, 4161.0, 4179.0, 4160.0, 4182.0, 4149.0, 4170.0, 4180.0, 4159.0, 4199.0, 4159.0, 4200.0, 4149.0, 4189.0, 4159.0, 4178.0, 4159.0, 4167.0, 4159.0, 4168.0, 4160.0, 4180.0, 4161.0, 4182.0, 4172.0, 4182.0, 4150.0, 4170.0, 4149.0, 4161.0, 4148.0, 4161.0, 4200.0, 4159.0, 4189.0, 4169.0, 4178.0, 4150.0, 4179.0, 4148.0, 4179.0, 4160.0, 4179.0, 4160.0, 4168.0, 4160.0, 4180.0, 4161.0, 4179.0, 4159.0, 4170.0, 4148.0, 4170.0, 4147.0, 4161.0, 4180.0, 4170.0, 4178.0, 4158.0, 4148.0, 4146.0, 4177.0, 4160.0, 4189.0, 4158.0, 4179.0, 4172.0, 4182.0, 4159.0, 4180.0, 4159.0, 4170.0, 4149.0, 4170.0, 4160.0, 4160.0, 4159.0, 4170.0, 4170.0, 4161.0, 4160.0, 4161.0, 4159.0, 4161.0, 4199.0, 4160.0, 4191.0, 4172.0, 4205.0, 4172.0, 4162.0, 4182.0, 4161.0, 4162.0, 4174.0, 4203.0, 4161.0, 4182.0, 4160.0, 4164.0, 4172.0, 4174.0, 4214.0, 4171.0, 4191.0, 4169.0, 4178.0, 4134.0, 4177.0, 4144.0, 4164.0, 4132.0, 4151.0, 4122.0, 4151.0, 4130.0, 4150.0, 4131.0, 4150.0, 4130.0, 4161.0, 4132.0, 4131.0, 4143.0, 4132.0, 4143.0, 4134.0, 4143.0, 4134.0, 4154.0, 4157.0, 4176.0, 4147.0, 4148.0, 4147.0, 4170.0, 4180.0, 4170.0, 4171.0, 4149.0, 4179.0, 4170.0, 4190.0, 4172.0, 4181.0, 4162.0, 4169.0, 4164.0, 4173.0, 4172.0, 4173.0, 4182.0, 4183.0, 4193.0, 4174.0, 4173.0, 4186.0, 4176.0, 4216.0, 4186.0, 4175.0, 4206.0, 4175.0, 4203.0, 4164.0, 4206.0, 4161.0, 4193.0, 4162.0, 4190.0, 4159.0, 4179.0, 4159.0, 4179.0, 4149.0, 4177.0, 4148.0, 4169.0, 4149.0, 4161.0, 4161.0, 4172.0, 4180.0, 4163.0, 4182.0, 4163.0, 4191.0, 4163.0, 4201.0, 4162.0, 4160.0, 4171.0, 4171.0, 4183.0, 4160.0, 4182.0, 4182.0, 4180.0, 4150.0, 4181.0, 4161.0, 4182.0, 4171.0, 4190.0, 4162.0, 4190.0, 4163.0, 4192.0, 4172.0, 4160.0, 4161.0, 4171.0, 4172.0, 4161.0, 4191.0, 4162.0, 4201.0, 4162.0, 4191.0, 4172.0, 4201.0, 4161.0, 4201.0, 4159.0, 4179.0, 4158.0, 4147.0, 4158.0, 4147.0, 4159.0, 4159.0, 4159.0, 4148.0, 4168.0, 4159.0, 4179.0, 4160.0, 4179.0, 4150.0, 4189.0, 4149.0, 4149.0, 4158.0, 4161.0, 4169.0, 4170.0, 4180.0, 4173.0, 4192.0, 4173.0, 4162.0, 4162.0, 4160.0, 4182.0, 4161.0, 4191.0, 4151.0, 4191.0, 4162.0, 4192.0, 4162.0, 4201.0, 4162.0, 4191.0, 4159.0, 4149.0, 4158.0, 4149.0, 4171.0, 4159.0, 4170.0, 4160.0, 4169.0, 4147.0, 4167.0, 4159.0, 4168.0, 4159.0, 4180.0, 4171.0, 4191.0, 4162.0, 4161.0, 4173.0, 4161.0, 4182.0, 4160.0, 4181.0, 4150.0, 4171.0, 4159.0, 4181.0, 4159.0, 4158.0, 4159.0, 4170.0, 4159.0, 4179.0, 4160.0, 4191.0, 4172.0, 4160.0, 4171.0, 4161.0, 4172.0, 4181.0, 4172.0, 4161.0, 4162.0, 4171.0, 4172.0, 4160.0, 4181.0, 4160.0, 4180.0, 4161.0, 4181.0, 4161.0, 4170.0, 4161.0, 4183.0, 4162.0, 4193.0, 4162.0, 4162.0, 4172.0, 4171.0, 4173.0, 4203.0, 4171.0, 4213.0, 4172.0, 4159.0, 4171.0, 4161.0, 4169.0, 4170.0, 4190.0, 4171.0, 4191.0, 4162.0, 4189.0, 4160.0, 4190.0, 4162.0, 4171.0, 4172.0, 4170.0, 4170.0, 4162.0, 4181.0, 4172.0, 4180.0, 4161.0, 4191.0, 4161.0, 4191.0, 4160.0, 4201.0, 4160.0, 4149.0, 4161.0, 4161.0, 4171.0, 4160.0, 4172.0, 4161.0, 4182.0, 4161.0, 4192.0, 4161.0, 4180.0, 4160.0, 4179.0, 4159.0, 4191.0, 4172.0, 4181.0, 4172.0, 4191.0, 4175.0, 4172.0, 4173.0, 4162.0, 4172.0, 4162.0, 4172.0, 4161.0, 4171.0, 4160.0, 4182.0, 4172.0, 4183.0, 4184.0, 4193.0, 4173.0, 4191.0, 4164.0, 4191.0, 4171.0, 4181.0, 4171.0, 4172.0, 4183.0, 4175.0, 4204.0, 4184.0, 4214.0, 4172.0, 4201.0, 4170.0, 4190.0, 4169.0, 4179.0, 4169.0, 4149.0, 4158.0, 4160.0, 4160.0, 4170.0, 4170.0, 4160.0, 4181.0, 4171.0, 4192.0, 4172.0, 4181.0, 4172.0, 4182.0, 4162.0, 4181.0, 4171.0, 4191.0, 4161.0, 4190.0, 4171.0, 4180.0, 4160.0, 4180.0, 4159.0, 4167.0, 4161.0, 4179.0, 4172.0, 4179.0, 4172.0, 4191.0, 4172.0, 4191.0, 4173.0, 4180.0, 4172.0, 4192.0, 4161.0, 4180.0, 4159.0, 4169.0, 4159.0, 4179.0, 4159.0, 4158.0, 4160.0, 4158.0, 4159.0, 4170.0, 4171.0, 4181.0, 4170.0, 4190.0, 4171.0, 4181.0, 4172.0, 4181.0, 4162.0, 4190.0, 4161.0, 4180.0, 4161.0, 4180.0, 4172.0, 4182.0, 4162.0, 4191.0, 4162.0, 4190.0, 4170.0, 4181.0, 4172.0, 4161.0, 4172.0, 4152.0, 4202.0, 4150.0, 4159.0, 4171.0, 4172.0, 4171.0, 4203.0, 4172.0, 4191.0, 4171.0, 4182.0, 4162.0, 4172.0, 4170.0, 4158.0, 4189.0, 4156.0, 4189.0, 4156.0, 4176.0, 4155.0, 4164.0, 4143.0, 4152.0, 4131.0, 4162.0, 4145.0, 4163.0, 4144.0, 4154.0, 4155.0, 4145.0, 4156.0, 4146.0, 4146.0, 4158.0, 4157.0, 4157.0, 4178.0, 4159.0, 4178.0, 4159.0, 4168.0, 4160.0, 4149.0, 4170.0, 4160.0, 4172.0, 4186.0, 4172.0, 4146.0, 4198.0, 4167.0, 4174.0, 4163.0, 4153.0, 4194.0, 4174.0, 4152.0, 4193.0, 4163.0, 4202.0, 4183.0, 4203.0, 4183.0, 4204.0, 4181.0, 4149.0, 4159.0, 4151.0, 4170.0, 4140.0, 4142.0, 4164.0, 4144.0, 4195.0, 4165.0, 4194.0, 4175.0, 4193.0, 4152.0, 4183.0, 4182.0, 4181.0, 4150.0, 4171.0, 4140.0, 4169.0, 4138.0, 4170.0, 4148.0, 4159.0, 4169.0, 4159.0, 4139.0, 4158.0, 4140.0, 4170.0, 4141.0, 4181.0, 4151.0, 4173.0, 4151.0, 4172.0, 4131.0, 4160.0, 4150.0, 4162.0, 4201.0, 4181.0, 4192.0, 4181.0, 4180.0, 4149.0, 4169.0, 4149.0, 4168.0, 4150.0, 4180.0, 4170.0, 4191.0, 4151.0, 4181.0, 4141.0, 4181.0, 4160.0, 4180.0, 4162.0, 4170.0, 4139.0, 4129.0, 4150.0, 4138.0, 4160.0, 4158.0, 4159.0, 4170.0, 4160.0, 4138.0, 4159.0, 4126.0, 4169.0, 4138.0, 4169.0, 4138.0, 4169.0, 4138.0, 4180.0, 4149.0, 4180.0, 4160.0, 4180.0, 4160.0, 4180.0, 4172.0, 4179.0, 4171.0, 4178.0, 4149.0, 4177.0, 4149.0, 4179.0, 4160.0, 4178.0, 4160.0, 4179.0, 4139.0, 4170.0, 4141.0, 4151.0, 4153.0, 4162.0, 4164.0, 4173.0, 4175.0, 4163.0, 4163.0, 4183.0, 4164.0, 4203.0, 4174.0, 4172.0, 4162.0, 4171.0, 4162.0, 4182.0, 4161.0, 4170.0, 4172.0, 4149.0, 4161.0, 4150.0, 4160.0, 4170.0, 4161.0, 4140.0, 4171.0, 4139.0, 4160.0, 4129.0, 4170.0, 4149.0, 4171.0, 4140.0, 4181.0, 4139.0, 4180.0, 4150.0, 4179.0, 4171.0, 4180.0, 4171.0, 4179.0, 4149.0, 4180.0, 4149.0, 4179.0, 4171.0, 4180.0, 4171.0, 4179.0, 4150.0, 4180.0, 4150.0, 4178.0, 4159.0, 4179.0, 4160.0, 4169.0, 4171.0, 4179.0, 4138.0, 4190.0, 4140.0, 4189.0, 4139.0, 4180.0, 4160.0, 4150.0, 4151.0, 4130.0, 4151.0, 4139.0, 4163.0, 4151.0, 4172.0, 4142.0, 4183.0, 4141.0], 'WindowWidth': [9353.0, 9363.0, 9296.0, 9333.0, 9264.0, 9295.0, 9240.0, 9259.0, 9220.0, 9260.0, 9237.0, 9276.0, 9252.0, 9223.0, 9240.0, 9256.0, 9258.0, 9255.0, 9273.0, 9258.0, 9270.0, 9240.0, 9303.0, 9242.0, 9282.0, 9240.0, 9281.0, 9239.0, 9300.0, 9233.0, 9291.0, 9234.0, 9270.0, 9228.0, 9271.0, 9230.0, 9255.0, 9213.0, 9240.0, 9215.0, 9252.0, 9230.0, 9239.0, 9218.0, 9258.0, 9232.0, 9245.0, 9229.0, 9252.0, 9235.0, 9246.0, 9216.0, 9231.0, 9227.0, 9230.0, 9223.0, 9227.0, 9271.0, 9216.0, 9288.0, 9232.0, 9258.0, 9237.0, 9272.0, 9237.0, 9259.0, 9234.0, 9264.0, 9237.0, 9264.0, 9220.0, 9247.0, 9233.0, 9235.0, 9230.0, 9234.0, 9230.0, 9247.0, 9234.0, 9237.0, 9235.0, 9238.0, 9283.0, 9236.0, 9299.0, 9248.0, 9277.0, 9238.0, 9273.0, 9236.0, 9258.0, 9241.0, 9261.0, 9243.0, 9264.0, 9239.0, 9277.0, 9254.0, 9264.0, 9221.0, 9234.0, 9275.0, 9233.0, 9286.0, 9218.0, 9270.0, 9217.0, 9254.0, 9215.0, 9255.0, 9217.0, 9260.0, 9214.0, 9242.0, 9214.0, 9228.0, 9212.0, 9214.0, 9224.0, 9212.0, 9277.0, 9228.0, 9253.0, 9230.0, 9255.0, 9218.0, 9239.0, 9213.0, 9239.0, 9214.0, 9245.0, 9236.0, 9248.0, 9239.0, 9262.0, 9235.0, 9271.0, 9221.0, 9248.0, 9263.0, 9233.0, 9289.0, 9232.0, 9294.0, 9219.0, 9273.0, 9231.0, 9255.0, 9232.0, 9239.0, 9231.0, 9243.0, 9236.0, 9262.0, 9241.0, 9268.0, 9255.0, 9269.0, 9224.0, 9249.0, 9220.0, 9237.0, 9218.0, 9238.0, 9293.0, 9233.0, 9276.0, 9247.0, 9258.0, 9222.0, 9260.0, 9219.0, 9259.0, 9236.0, 9259.0, 9235.0, 9243.0, 9235.0, 9261.0, 9237.0, 9259.0, 9232.0, 9248.0, 9217.0, 9249.0, 9216.0, 9238.0, 9263.0, 9248.0, 9257.0, 9229.0, 9215.0, 9213.0, 9253.0, 9233.0, 9274.0, 9232.0, 9261.0, 9253.0, 9266.0, 9235.0, 9263.0, 9235.0, 9248.0, 9221.0, 9248.0, 9234.0, 9237.0, 9234.0, 9249.0, 9249.0, 9237.0, 9237.0, 9239.0, 9233.0, 9237.0, 9289.0, 9236.0, 9280.0, 9254.0, 9307.0, 9256.0, 9244.0, 9270.0, 9243.0, 9245.0, 9266.0, 9305.0, 9239.0, 9270.0, 9235.0, 9246.0, 9255.0, 9260.0, 9322.0, 9252.0, 9281.0, 9246.0, 9259.0, 9191.0, 9258.0, 9202.0, 9234.0, 9184.0, 9208.0, 9169.0, 9206.0, 9178.0, 9204.0, 9180.0, 9204.0, 9178.0, 9222.0, 9183.0, 9181.0, 9198.0, 9184.0, 9198.0, 9187.0, 9200.0, 9188.0, 9217.0, 9224.0, 9250.0, 9212.0, 9215.0, 9214.0, 9248.0, 9261.0, 9248.0, 9251.0, 9221.0, 9259.0, 9251.0, 9277.0, 9254.0, 9264.0, 9242.0, 9248.0, 9246.0, 9258.0, 9257.0, 9259.0, 9270.0, 9273.0, 9287.0, 9263.0, 9261.0, 9280.0, 9268.0, 9323.0, 9283.0, 9264.0, 9307.0, 9266.0, 9302.0, 9247.0, 9310.0, 9239.0, 9288.0, 9240.0, 9277.0, 9232.0, 9258.0, 9231.0, 9256.0, 9217.0, 9253.0, 9217.0, 9244.0, 9219.0, 9238.0, 9237.0, 9255.0, 9263.0, 9245.0, 9268.0, 9244.0, 9280.0, 9245.0, 9293.0, 9242.0, 9238.0, 9252.0, 9252.0, 9272.0, 9236.0, 9268.0, 9269.0, 9263.0, 9222.0, 9264.0, 9237.0, 9265.0, 9252.0, 9277.0, 9241.0, 9276.0, 9243.0, 9282.0, 9256.0, 9238.0, 9239.0, 9252.0, 9254.0, 9240.0, 9280.0, 9240.0, 9296.0, 9242.0, 9279.0, 9255.0, 9294.0, 9238.0, 9297.0, 9235.0, 9260.0, 9230.0, 9215.0, 9230.0, 9214.0, 9233.0, 9232.0, 9230.0, 9216.0, 9244.0, 9233.0, 9259.0, 9234.0, 9259.0, 9223.0, 9276.0, 9222.0, 9219.0, 9230.0, 9235.0, 9247.0, 9249.0, 9264.0, 9257.0, 9283.0, 9259.0, 9241.0, 9243.0, 9237.0, 9268.0, 9240.0, 9281.0, 9224.0, 9280.0, 9240.0, 9282.0, 9240.0, 9295.0, 9241.0, 9277.0, 9233.0, 9218.0, 9231.0, 9217.0, 9251.0, 9233.0, 9248.0, 9235.0, 9246.0, 9214.0, 9240.0, 9232.0, 9243.0, 9232.0, 9262.0, 9252.0, 9281.0, 9240.0, 9239.0, 9256.0, 9239.0, 9266.0, 9234.0, 9266.0, 9222.0, 9250.0, 9232.0, 9263.0, 9231.0, 9230.0, 9232.0, 9247.0, 9232.0, 9258.0, 9235.0, 9279.0, 9254.0, 9236.0, 9253.0, 9241.0, 9256.0, 9266.0, 9254.0, 9240.0, 9241.0, 9253.0, 9256.0, 9237.0, 9265.0, 9236.0, 9262.0, 9237.0, 9264.0, 9237.0, 9251.0, 9238.0, 9269.0, 9241.0, 9283.0, 9244.0, 9242.0, 9257.0, 9255.0, 9260.0, 9301.0, 9254.0, 9317.0, 9255.0, 9235.0, 9250.0, 9238.0, 9248.0, 9250.0, 9276.0, 9251.0, 9279.0, 9241.0, 9275.0, 9237.0, 9278.0, 9241.0, 9252.0, 9256.0, 9252.0, 9251.0, 9241.0, 9266.0, 9255.0, 9265.0, 9241.0, 9282.0, 9242.0, 9280.0, 9238.0, 9295.0, 9236.0, 9220.0, 9238.0, 9238.0, 9253.0, 9236.0, 9255.0, 9240.0, 9268.0, 9239.0, 9281.0, 9238.0, 9264.0, 9236.0, 9260.0, 9233.0, 9278.0, 9255.0, 9266.0, 9255.0, 9282.0, 9262.0, 9254.0, 9258.0, 9244.0, 9256.0, 9241.0, 9253.0, 9240.0, 9252.0, 9237.0, 9269.0, 9256.0, 9271.0, 9273.0, 9284.0, 9260.0, 9281.0, 9246.0, 9281.0, 9253.0, 9266.0, 9254.0, 9255.0, 9272.0, 9264.0, 9306.0, 9274.0, 9319.0, 9254.0, 9295.0, 9249.0, 9278.0, 9247.0, 9260.0, 9246.0, 9219.0, 9231.0, 9234.0, 9235.0, 9249.0, 9251.0, 9236.0, 9266.0, 9253.0, 9282.0, 9255.0, 9268.0, 9255.0, 9268.0, 9242.0, 9264.0, 9251.0, 9280.0, 9239.0, 9277.0, 9250.0, 9262.0, 9234.0, 9261.0, 9232.0, 9241.0, 9236.0, 9260.0, 9253.0, 9260.0, 9253.0, 9280.0, 9255.0, 9280.0, 9257.0, 9264.0, 9255.0, 9283.0, 9237.0, 9263.0, 9232.0, 9247.0, 9232.0, 9259.0, 9232.0, 9230.0, 9236.0, 9231.0, 9232.0, 9249.0, 9250.0, 9264.0, 9250.0, 9275.0, 9253.0, 9266.0, 9256.0, 9265.0, 9242.0, 9278.0, 9238.0, 9263.0, 9238.0, 9263.0, 9256.0, 9265.0, 9240.0, 9277.0, 9240.0, 9277.0, 9250.0, 9265.0, 9255.0, 9240.0, 9256.0, 9226.0, 9298.0, 9223.0, 9233.0, 9252.0, 9252.0, 9252.0, 9303.0, 9252.0, 9282.0, 9251.0, 9271.0, 9241.0, 9254.0, 9250.0, 9229.0, 9276.0, 9224.0, 9277.0, 9221.0, 9251.0, 9218.0, 9228.0, 9198.0, 9209.0, 9182.0, 9224.0, 9202.0, 9226.0, 9203.0, 9216.0, 9219.0, 9206.0, 9221.0, 9208.0, 9210.0, 9227.0, 9224.0, 9227.0, 9254.0, 9231.0, 9256.0, 9232.0, 9243.0, 9233.0, 9218.0, 9249.0, 9235.0, 9253.0, 9281.0, 9255.0, 9211.0, 9305.0, 9262.0, 9264.0, 9246.0, 9235.0, 9293.0, 9264.0, 9230.0, 9289.0, 9246.0, 9301.0, 9274.0, 9306.0, 9272.0, 9307.0, 9267.0, 9222.0, 9235.0, 9226.0, 9251.0, 9212.0, 9218.0, 9250.0, 9223.0, 9292.0, 9254.0, 9291.0, 9265.0, 9288.0, 9229.0, 9275.0, 9269.0, 9268.0, 9222.0, 9253.0, 9211.0, 9248.0, 9207.0, 9250.0, 9217.0, 9235.0, 9248.0, 9234.0, 9206.0, 9233.0, 9213.0, 9251.0, 9217.0, 9268.0, 9229.0, 9259.0, 9227.0, 9255.0, 9201.0, 9239.0, 9226.0, 9242.0, 9298.0, 9267.0, 9290.0, 9266.0, 9265.0, 9221.0, 9246.0, 9222.0, 9245.0, 9225.0, 9262.0, 9252.0, 9281.0, 9228.0, 9267.0, 9215.0, 9267.0, 9240.0, 9267.0, 9241.0, 9251.0, 9208.0, 9194.0, 9222.0, 9206.0, 9238.0, 9232.0, 9236.0, 9250.0, 9236.0, 9204.0, 9233.0, 9188.0, 9247.0, 9204.0, 9246.0, 9205.0, 9248.0, 9207.0, 9265.0, 9224.0, 9265.0, 9238.0, 9263.0, 9238.0, 9264.0, 9255.0, 9261.0, 9252.0, 9260.0, 9221.0, 9255.0, 9222.0, 9259.0, 9237.0, 9260.0, 9239.0, 9262.0, 9210.0, 9250.0, 9215.0, 9227.0, 9233.0, 9245.0, 9250.0, 9260.0, 9265.0, 9247.0, 9248.0, 9272.0, 9248.0, 9301.0, 9262.0, 9257.0, 9243.0, 9255.0, 9241.0, 9270.0, 9240.0, 9252.0, 9258.0, 9223.0, 9240.0, 9224.0, 9237.0, 9251.0, 9238.0, 9210.0, 9254.0, 9208.0, 9237.0, 9195.0, 9251.0, 9222.0, 9252.0, 9210.0, 9266.0, 9209.0, 9264.0, 9225.0, 9263.0, 9254.0, 9265.0, 9252.0, 9263.0, 9223.0, 9264.0, 9221.0, 9263.0, 9251.0, 9263.0, 9253.0, 9263.0, 9224.0, 9265.0, 9224.0, 9260.0, 9233.0, 9260.0, 9236.0, 9248.0, 9252.0, 9263.0, 9207.0, 9276.0, 9210.0, 9274.0, 9209.0, 9265.0, 9239.0, 9224.0, 9227.0, 9198.0, 9227.0, 9209.0, 9245.0, 9229.0, 9258.0, 9219.0, 9274.0, 9217.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.017863172413793104</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03919551850574713</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.67039664012659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3226449953970103</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.175211711760645</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4763</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5313.1738</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07295208677526432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7860809670558626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7102713899275495</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.016041928091957</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6319295831480805</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00593654</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02003965899348259</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03119211085140705</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.855807376382676</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>33.5186</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6137</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.1914</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298556.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>728.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8704</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.311</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.689</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3326.7115</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77988.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4409.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.05</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.182778894901276</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> |