=== 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-0071 --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-0071",
"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-0071_ses-01_task-social_acq-mb8_run-04_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-0071_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0071_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_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-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0071/figures/sub-0071_ses-01_task-social_acq-mb8_run-04_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-0071/ses-01/func/sub-0071_ses-01_task-social_acq-mb8_run-04_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>73113df79cd0dbadb6518ed78787805f</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:22:2.212500</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_VE11E_LATEST_20181129</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.9995, -0.0316038, 0.000476872, 0.0315852, 0.998116, -0.0525935]</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-04_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.101012</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7760, -7213, 498, -47, -169, 75, 67]</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>273.8</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ba0c4da3-3b71-4463-8942-90476db2000e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681586503982544, 0.08474066108465195, -0.003202686784788966, 106.5873794555664], [0.08479074388742447, 2.677873373031616, -0.14197205007076263, -84.18524932861328], [0.0012794134672731161, 0.14110440015792847, 2.696262836456299, -83.28367614746094], [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': ['092202.212500', '092202.672500', '092203.132500', '092203.592500', '092204.052500', '092204.512500', '092204.972500', '092205.432500', '092205.892500', '092206.352500', '092206.812500', '092207.272500', '092207.732500', '092208.192500', '092208.652500', '092209.112500', '092209.572500', '092210.032500', '092210.492500', '092210.952500', '092211.412500', '092211.872500', '092212.332500', '092212.792500', '092213.252500', '092213.712500', '092214.172500', '092214.632500', '092215.092500', '092215.552500', '092216.012500', '092216.472500', '092216.932500', '092217.392500', '092217.852500', '092218.312500', '092218.772500', '092219.232500', '092219.692500', '092220.152500', '092220.612500', '092221.072500', '092221.532500', '092221.992500', '092222.452500', '092222.912500', '092223.372500', '092223.832500', '092224.292500', '092224.752500', '092225.212500', '092225.672500', '092226.132500', '092226.592500', '092227.052500', '092227.512500', '092227.972500', '092228.432500', '092228.892500', '092229.352500', '092229.812500', '092230.272500', '092230.732500', '092231.192500', '092231.652500', '092232.112500', '092232.572500', '092233.032500', '092233.492500', '092233.952500', '092234.412500', '092234.872500', '092235.332500', '092235.792500', '092236.252500', '092236.712500', '092237.172500', '092237.632500', '092238.092500', '092238.552500', '092239.012500', '092239.472500', '092239.932500', '092240.392500', '092240.852500', '092241.312500', '092241.772500', '092242.232500', '092242.692500', '092243.152500', '092243.612500', '092244.072500', '092244.532500', '092244.992500', '092245.452500', '092245.912500', '092246.372500', '092246.832500', '092247.292500', '092247.752500', '092248.212500', '092248.672500', '092249.132500', '092249.592500', '092250.052500', '092250.512500', '092250.972500', '092251.432500', '092251.892500', '092252.352500', '092252.812500', '092253.272500', '092253.732500', '092254.192500', '092254.652500', '092255.112500', '092255.572500', '092256.032500', '092256.492500', '092256.952500', '092257.412500', '092257.872500', '092258.332500', '092258.792500', '092259.252500', '092259.712500', '092300.172500', '092300.632500', '092301.092500', '092301.552500', '092302.012500', '092302.472500', '092302.932500', '092303.392500', '092303.852500', '092304.312500', '092304.772500', '092305.232500', '092305.692500', '092306.152500', '092306.612500', '092307.072500', '092307.532500', '092307.992500', '092308.452500', '092308.912500', '092309.372500', '092309.832500', '092310.292500', '092310.752500', '092311.212500', '092311.672500', '092312.132500', '092312.592500', '092313.052500', '092313.512500', '092313.972500', '092314.432500', '092314.892500', '092315.352500', '092315.812500', '092316.272500', '092316.732500', '092317.192500', '092317.652500', '092318.112500', '092318.572500', '092319.032500', '092319.492500', '092319.952500', '092320.412500', '092320.872500', '092321.332500', '092321.792500', '092322.252500', '092322.712500', '092323.172500', '092323.632500', '092324.092500', '092324.552500', '092325.012500', '092325.472500', '092325.932500', '092326.392500', '092326.852500', '092327.312500', '092327.772500', '092328.232500', '092328.692500', '092329.152500', '092329.612500', '092330.072500', '092330.532500', '092330.992500', '092331.452500', '092331.912500', '092332.372500', '092332.832500', '092333.292500', '092333.752500', '092334.212500', '092334.672500', '092335.132500', '092335.592500', '092336.052500', '092336.512500', '092336.972500', '092337.432500', '092337.892500', '092338.352500', '092338.812500', '092339.272500', '092339.732500', '092340.192500', '092340.652500', '092341.112500', '092341.572500', '092342.032500', '092342.492500', '092342.952500', '092343.412500', '092343.872500', '092344.332500', '092344.792500', '092345.252500', '092345.712500', '092346.172500', '092346.632500', '092347.092500', '092347.552500', '092348.012500', '092348.472500', '092348.932500', '092349.392500', '092349.852500', '092350.312500', '092350.772500', '092351.232500', '092351.692500', '092352.152500', '092352.612500', '092353.072500', '092353.532500', '092353.992500', '092354.452500', '092354.912500', '092355.372500', '092355.832500', '092356.292500', '092356.752500', '092357.212500', '092357.672500', '092358.132500', '092358.592500', '092359.052500', '092359.512500', '092359.972500', '092400.432500', '092400.892500', '092401.352500', '092401.812500', '092402.272500', '092402.732500', '092403.192500', '092403.652500', '092404.112500', '092404.572500', '092405.032500', '092405.492500', '092405.952500', '092406.412500', '092406.872500', '092407.332500', '092407.792500', '092408.252500', '092408.712500', '092409.172500', '092409.632500', '092410.092500', '092410.552500', '092411.012500', '092411.472500', '092411.932500', '092412.392500', '092412.852500', '092413.312500', '092413.772500', '092414.232500', '092414.692500', '092415.152500', '092415.612500', '092416.072500', '092416.532500', '092416.992500', '092417.452500', '092417.912500', '092418.372500', '092418.832500', '092419.292500', '092419.752500', '092420.212500', '092420.672500', '092421.132500', '092421.592500', '092422.052500', '092422.512500', '092422.972500', '092423.432500', '092423.892500', '092424.352500', '092424.812500', '092425.272500', '092425.732500', '092426.192500', '092426.652500', '092427.112500', '092427.572500', '092428.032500', '092428.492500', '092428.952500', '092429.412500', '092429.872500', '092430.332500', '092430.792500', '092431.252500', '092431.712500', '092432.172500', '092432.632500', '092433.092500', '092433.552500', '092434.012500', '092434.472500', '092434.932500', '092435.392500', '092435.852500', '092436.312500', '092436.772500', '092437.232500', '092437.692500', '092438.152500', '092438.612500', '092439.072500', '092439.532500', '092439.992500', '092440.452500', '092440.912500', '092441.372500', '092441.832500', '092442.292500', '092442.752500', '092443.212500', '092443.672500', '092444.132500', '092444.592500', '092445.052500', '092445.512500', '092445.972500', '092446.432500', '092446.892500', '092447.352500', '092447.812500', '092448.272500', '092448.732500', '092449.192500', '092449.652500', '092450.112500', '092450.572500', '092451.032500', '092451.492500', '092451.952500', '092452.412500', '092452.872500', '092453.332500', '092453.792500', '092454.252500', '092454.712500', '092455.172500', '092455.632500', '092456.092500', '092456.552500', '092457.012500', '092457.472500', '092457.932500', '092458.392500', '092458.852500', '092459.312500', '092459.772500', '092500.232500', '092500.692500', '092501.152500', '092501.612500', '092502.072500', '092502.532500', '092502.992500', '092503.452500', '092503.912500', '092504.372500', '092504.832500', '092505.292500', '092505.752500', '092506.212500', '092506.672500', '092507.132500', '092507.592500', '092508.052500', '092508.512500', '092508.972500', '092509.432500', '092509.892500', '092510.352500', '092510.812500', '092511.272500', '092511.732500', '092512.192500', '092512.652500', '092513.112500', '092513.572500', '092514.032500', '092514.492500', '092514.952500', '092515.412500', '092515.872500', '092516.332500', '092516.792500', '092517.252500', '092517.712500', '092518.172500', '092518.632500', '092519.092500', '092519.552500', '092520.012500', '092520.472500', '092520.932500', '092521.392500', '092521.852500', '092522.312500', '092522.772500', '092523.232500', '092523.692500', '092524.152500', '092524.612500', '092525.072500', '092525.532500', '092525.992500', '092526.452500', '092526.912500', '092527.372500', '092527.832500', '092528.292500', '092528.752500', '092529.212500', '092529.672500', '092530.132500', '092530.592500', '092531.052500', '092531.512500', '092531.972500', '092532.432500', '092532.892500', '092533.352500', '092533.812500', '092534.272500', '092534.732500', '092535.192500', '092535.652500', '092536.112500', '092536.572500', '092537.032500', '092537.492500', '092537.952500', '092538.412500', '092538.872500', '092539.332500', '092539.792500', '092540.252500', '092540.712500', '092541.172500', '092541.632500', '092542.092500', '092542.552500', '092543.012500', '092543.472500', '092543.932500', '092544.392500', '092544.852500', '092545.312500', '092545.772500', '092546.232500', '092546.692500', '092547.152500', '092547.612500', '092548.072500', '092548.532500', '092548.992500', '092549.452500', '092549.912500', '092550.372500', '092550.832500', '092551.292500', '092551.752500', '092552.212500', '092552.672500', '092553.132500', '092553.592500', '092554.052500', '092554.512500', '092554.972500', '092555.432500', '092555.892500', '092556.352500', '092556.812500', '092557.272500', '092557.732500', '092558.192500', '092558.652500', '092559.112500', '092559.572500', '092600.032500', '092600.492500', '092600.952500', '092601.412500', '092601.872500', '092602.332500', '092602.792500', '092603.252500', '092603.712500', '092604.172500', '092604.632500', '092605.092500', '092605.552500', '092606.012500', '092606.472500', '092606.932500', '092607.392500', '092607.852500', '092608.312500', '092608.772500', '092609.232500', '092609.692500', '092610.152500', '092610.612500', '092611.072500', '092611.532500', '092611.992500', '092612.452500', '092612.912500', '092613.372500', '092613.832500', '092614.292500', '092614.752500', '092615.212500', '092615.672500', '092616.132500', '092616.592500', '092617.052500', '092617.512500', '092617.972500', '092618.432500', '092618.892500', '092619.352500', '092619.812500', '092620.272500', '092620.732500', '092621.192500', '092621.652500', '092622.112500', '092622.572500', '092623.032500', '092623.492500', '092623.952500', '092624.412500', '092624.872500', '092625.332500', '092625.792500', '092626.252500', '092626.712500', '092627.172500', '092627.632500', '092628.092500', '092628.552500', '092629.012500', '092629.472500', '092629.932500', '092630.392500', '092630.852500', '092631.312500', '092631.772500', '092632.232500', '092632.692500', '092633.152500', '092633.612500', '092634.072500', '092634.532500', '092634.992500', '092635.452500', '092635.912500', '092636.372500', '092636.832500', '092637.292500', '092637.752500', '092638.212500', '092638.672500', '092639.132500', '092639.592500', '092640.052500', '092640.512500', '092640.972500', '092641.432500', '092641.892500', '092642.352500', '092642.812500', '092643.272500', '092643.732500', '092644.192500', '092644.652500', '092645.112500', '092645.572500', '092646.032500', '092646.492500', '092646.952500', '092647.412500', '092647.872500', '092648.332500', '092648.792500', '092649.252500', '092649.712500', '092650.172500', '092650.632500', '092651.092500', '092651.552500', '092652.012500', '092652.472500', '092652.932500', '092653.392500', '092653.852500', '092654.312500', '092654.772500', '092655.232500', '092655.692500', '092656.152500', '092656.612500', '092657.072500', '092657.532500', '092657.992500', '092658.452500', '092658.912500', '092659.372500', '092659.832500', '092700.292500', '092700.752500', '092701.212500', '092701.672500', '092702.132500', '092702.592500', '092703.052500', '092703.512500', '092703.972500', '092704.432500', '092704.892500', '092705.352500', '092705.812500', '092706.272500', '092706.732500', '092707.192500', '092707.652500', '092708.112500', '092708.572500', '092709.032500', '092709.492500', '092709.952500', '092710.412500', '092710.872500', '092711.332500', '092711.792500', '092712.252500', '092712.712500', '092713.172500', '092713.632500', '092714.092500', '092714.552500', '092715.012500', '092715.472500', '092715.932500', '092716.392500', '092716.852500', '092717.312500', '092717.772500', '092718.232500', '092718.692500', '092719.152500', '092719.612500', '092720.072500', '092720.532500', '092720.992500', '092721.452500', '092721.912500', '092722.372500', '092722.832500', '092723.292500', '092723.752500', '092724.212500', '092724.672500', '092725.132500', '092725.592500', '092726.052500', '092726.512500', '092726.972500', '092727.432500', '092727.892500', '092728.352500', '092728.812500', '092729.272500', '092729.732500', '092730.192500', '092730.652500', '092731.112500', '092731.572500', '092732.032500', '092732.492500', '092732.952500', '092733.412500', '092733.872500', '092734.332500', '092734.792500', '092735.252500', '092735.712500', '092736.172500', '092736.632500', '092737.092500', '092737.552500', '092738.012500', '092738.472500', '092738.932500', '092739.392500', '092739.852500', '092740.312500', '092740.772500', '092741.232500', '092741.692500', '092742.152500', '092742.612500', '092743.072500', '092743.532500', '092743.992500', '092744.452500', '092744.912500', '092745.372500', '092745.832500', '092746.292500', '092746.752500', '092747.212500', '092747.672500', '092748.132500', '092748.592500', '092749.052500', '092749.512500', '092749.972500', '092750.432500', '092750.892500', '092751.352500', '092751.812500', '092752.272500', '092752.732500', '092753.192500', '092753.652500', '092754.112500', '092754.572500', '092755.032500', '092755.492500', '092755.952500', '092756.412500', '092756.872500', '092757.332500', '092757.792500', '092758.252500', '092758.712500', '092759.172500', '092759.632500', '092800.092500', '092800.552500', '092801.012500', '092801.472500', '092801.932500', '092802.392500', '092802.852500', '092803.312500', '092803.772500', '092804.232500', '092804.692500', '092805.152500', '092805.612500', '092806.072500', '092806.532500', '092806.992500', '092807.452500', '092807.912500', '092808.372500', '092808.832500', '092809.292500', '092809.752500', '092810.212500', '092810.672500', '092811.132500', '092811.592500', '092812.052500', '092812.512500', '092812.972500', '092813.432500', '092813.892500', '092814.352500', '092814.812500', '092815.272500', '092815.732500', '092816.192500', '092816.652500', '092817.112500', '092817.572500', '092818.032500', '092818.492500', '092818.952500', '092819.412500', '092819.872500', '092820.332500', '092820.792500', '092821.252500', '092821.712500', '092822.172500', '092822.632500', '092823.092500', '092823.552500', '092824.012500', '092824.472500', '092824.932500', '092825.392500', '092825.852500', '092826.312500', '092826.772500', '092827.232500', '092827.692500', '092828.152500', '092828.612500', '092829.072500', '092829.532500', '092829.992500', '092830.452500', '092830.912500', '092831.372500', '092831.832500', '092832.292500', '092832.752500', '092833.212500', '092833.672500', '092834.132500', '092834.592500', '092835.052500', '092835.512500', '092835.972500', '092836.432500', '092836.892500', '092837.352500', '092837.812500', '092838.272500', '092838.732500', '092839.192500', '092839.652500', '092840.112500', '092840.572500', '092841.032500', '092841.492500', '092841.952500', '092842.412500', '092842.872500'], 'ContentTime': ['092213.675000', '092213.678000', '092213.681000', '092213.684000', '092213.686000', '092213.689000', '092213.691000', '092213.694000', '092213.696000', '092213.708000', '092213.710000', '092213.713000', '092213.715000', '092213.718000', '092213.721000', '092213.723000', '092213.726000', '092213.728000', '092213.731000', '092213.733000', '092213.736000', '092213.738000', '092213.741000', '092233.647000', '092233.649000', '092233.652000', '092233.655000', '092233.671000', '092233.674000', '092233.676000', '092233.679000', '092233.681000', '092233.684000', '092233.686000', '092233.689000', '092233.691000', '092233.694000', '092233.696000', '092233.699000', '092233.701000', '092233.704000', '092233.707000', '092233.709000', '092233.712000', '092233.714000', '092233.717000', '092233.719000', '092233.722000', '092233.724000', '092233.727000', '092233.729000', '092233.732000', '092233.734000', '092233.737000', '092233.740000', '092233.743000', '092233.746000', '092233.749000', '092233.751000', '092233.754000', '092233.756000', '092233.759000', '092233.762000', '092233.765000', '092233.767000', '092233.770000', '092253.646000', '092253.648000', '092253.651000', '092253.653000', '092253.656000', '092253.659000', '092253.661000', '092253.664000', '092253.666000', '092253.669000', '092253.671000', '092253.674000', '092253.676000', '092253.679000', '092253.681000', '092253.684000', '092253.687000', '092253.689000', '092253.692000', '092253.694000', '092253.697000', '092253.699000', '092253.702000', '092253.710000', '092253.712000', '092253.715000', '092253.717000', '092253.720000', '092253.722000', '092253.725000', '092253.728000', '092253.730000', '092253.733000', '092253.735000', '092253.738000', '092253.740000', '092253.743000', '092253.745000', '092253.748000', '092253.750000', '092253.753000', '092253.755000', '092253.758000', '092253.760000', '092313.646000', '092313.649000', '092313.652000', '092313.655000', '092313.657000', '092313.660000', '092313.662000', '092313.665000', '092313.667000', '092313.670000', '092313.672000', '092313.675000', '092313.678000', '092313.680000', '092313.683000', '092313.685000', '092313.688000', '092313.691000', '092313.693000', '092313.696000', '092313.698000', '092313.701000', '092313.703000', '092313.706000', '092313.708000', '092313.711000', '092313.714000', '092313.716000', '092313.719000', '092313.721000', '092313.724000', '092313.726000', '092313.729000', '092313.731000', '092313.734000', '092313.736000', '092313.739000', '092313.742000', '092313.744000', '092313.747000', '092313.750000', '092313.753000', '092313.755000', '092333.646000', '092333.649000', '092333.652000', '092333.654000', '092333.657000', '092333.659000', '092333.662000', '092333.664000', '092333.667000', '092333.669000', '092333.672000', '092333.675000', '092333.677000', '092333.680000', '092333.682000', '092333.685000', '092333.688000', '092333.690000', '092333.693000', '092333.695000', '092333.698000', '092333.700000', '092333.703000', '092333.705000', '092333.708000', '092333.711000', '092333.713000', '092333.716000', '092333.718000', '092333.721000', '092333.723000', '092333.726000', '092333.728000', '092333.731000', '092333.734000', '092333.736000', '092333.739000', '092333.741000', '092333.744000', '092333.746000', '092333.749000', '092333.751000', '092333.754000', '092333.756000', '092353.646000', '092353.649000', '092353.652000', '092353.654000', '092353.657000', '092353.660000', '092353.662000', '092353.665000', '092353.667000', '092353.670000', '092353.672000', '092353.675000', '092353.677000', '092353.680000', '092353.683000', '092353.685000', '092353.688000', '092353.690000', '092353.693000', '092353.695000', '092353.698000', '092353.700000', '092353.703000', '092353.705000', '092353.708000', '092353.711000', '092353.713000', '092353.716000', '092353.718000', '092353.721000', '092353.723000', '092353.726000', '092353.728000', '092353.731000', '092353.734000', '092353.736000', '092353.739000', '092353.741000', '092353.744000', '092353.746000', '092353.749000', '092353.752000', '092353.754000', '092413.656000', '092413.659000', '092413.662000', '092413.664000', '092413.667000', '092413.669000', '092413.672000', '092413.674000', '092413.677000', '092413.679000', '092413.682000', '092413.685000', '092413.687000', '092413.690000', '092413.692000', '092413.695000', '092413.698000', '092413.700000', '092413.703000', '092413.705000', '092413.708000', '092413.710000', '092413.713000', '092413.715000', '092413.718000', '092413.721000', '092413.723000', '092413.726000', '092413.728000', '092413.731000', '092413.733000', '092413.736000', '092413.738000', '092413.741000', '092413.743000', '092413.746000', '092413.749000', '092413.751000', '092413.754000', '092413.756000', '092413.759000', '092413.761000', '092413.764000', '092413.767000', '092433.646000', '092433.649000', '092433.652000', '092433.654000', '092433.657000', '092433.659000', '092433.662000', '092433.665000', '092433.667000', '092433.670000', '092433.672000', '092433.675000', '092433.677000', '092433.680000', '092433.683000', '092433.685000', '092433.688000', '092433.690000', '092433.693000', '092433.695000', '092433.698000', '092433.700000', '092433.703000', '092433.705000', '092433.708000', '092433.711000', '092433.713000', '092433.716000', '092433.718000', '092433.721000', '092433.723000', '092433.726000', '092433.728000', '092433.731000', '092433.734000', '092433.736000', '092433.739000', '092433.741000', '092433.744000', '092433.746000', '092433.749000', '092433.752000', '092433.754000', '092453.646000', '092453.649000', '092453.652000', '092453.654000', '092453.657000', '092453.659000', '092453.662000', '092453.664000', '092453.667000', '092453.670000', '092453.672000', '092453.675000', '092453.677000', '092453.680000', '092453.682000', '092453.685000', '092453.688000', '092453.690000', '092453.693000', '092453.696000', '092453.698000', '092453.701000', '092453.703000', '092453.706000', '092453.708000', '092453.711000', '092453.714000', '092453.716000', '092453.719000', '092453.721000', '092453.724000', '092453.726000', '092453.729000', '092453.731000', '092453.734000', '092453.737000', '092453.739000', '092453.742000', '092453.744000', '092453.747000', '092453.749000', '092453.752000', '092453.754000', '092453.757000', '092513.646000', '092513.648000', '092513.651000', '092513.653000', '092513.656000', '092513.659000', '092513.661000', '092513.664000', '092513.666000', '092513.669000', '092513.671000', '092513.674000', '092513.677000', '092513.679000', '092513.682000', '092513.684000', '092513.687000', '092513.690000', '092513.692000', '092513.695000', '092513.697000', '092513.700000', '092513.702000', '092513.705000', '092513.707000', '092513.710000', '092513.713000', '092513.715000', '092513.718000', '092513.720000', '092513.723000', '092513.726000', '092513.728000', '092513.731000', '092513.733000', '092513.736000', '092513.738000', '092513.741000', '092513.744000', '092513.746000', '092513.749000', '092513.751000', '092513.754000', '092533.647000', '092533.649000', '092533.652000', '092533.654000', '092533.657000', '092533.660000', '092533.662000', '092533.665000', '092533.667000', '092533.670000', '092533.673000', '092533.675000', '092533.678000', '092533.680000', '092533.683000', '092533.686000', '092533.688000', '092533.691000', '092533.694000', '092533.696000', '092533.699000', '092533.701000', '092533.704000', '092533.706000', '092533.709000', '092533.712000', '092533.714000', '092533.717000', '092533.719000', '092533.722000', '092533.725000', '092533.727000', '092533.730000', '092533.732000', '092533.735000', '092533.737000', '092533.740000', '092533.743000', '092533.745000', '092533.763000', '092533.766000', '092533.768000', '092533.771000', '092533.773000', '092553.646000', '092553.649000', '092553.652000', '092553.654000', '092553.657000', '092553.659000', '092553.662000', '092553.665000', '092553.667000', '092553.670000', '092553.672000', '092553.675000', '092553.677000', '092553.680000', '092553.683000', '092553.685000', '092553.688000', '092553.690000', '092553.693000', '092553.696000', '092553.698000', '092553.701000', '092553.703000', '092553.706000', '092553.708000', '092553.711000', '092553.714000', '092553.716000', '092553.719000', '092553.721000', '092553.724000', '092553.727000', '092553.729000', '092553.732000', '092553.734000', '092553.737000', '092553.740000', '092553.742000', '092553.745000', '092553.747000', '092553.750000', '092553.752000', '092553.755000', '092613.647000', '092613.649000', '092613.652000', '092613.654000', '092613.657000', '092613.660000', '092613.662000', '092613.665000', '092613.667000', '092613.670000', '092613.672000', '092613.675000', '092613.678000', '092613.680000', '092613.683000', '092613.695000', '092613.698000', '092613.700000', '092613.703000', '092613.705000', '092613.708000', '092613.711000', '092613.713000', '092613.716000', '092613.718000', '092613.721000', '092613.723000', '092613.726000', '092613.728000', '092613.731000', '092613.734000', '092613.736000', '092613.739000', '092613.741000', '092613.744000', '092613.746000', '092613.749000', '092613.752000', '092613.754000', '092613.757000', '092613.759000', '092613.762000', '092613.765000', '092613.767000', '092633.647000', '092633.650000', '092633.652000', '092633.655000', '092633.657000', '092633.660000', '092633.662000', '092633.665000', '092633.668000', '092633.670000', '092633.673000', '092633.675000', '092633.678000', '092633.680000', '092633.683000', '092633.685000', '092633.688000', '092633.691000', '092633.693000', '092633.696000', '092633.698000', '092633.701000', '092633.703000', '092633.706000', '092633.709000', '092633.711000', '092633.714000', '092633.716000', '092633.719000', '092633.721000', '092633.724000', '092633.727000', '092633.729000', '092633.732000', '092633.734000', '092633.737000', '092633.739000', '092633.742000', '092633.745000', '092633.747000', '092633.750000', '092633.752000', '092633.755000', '092653.647000', '092653.649000', '092653.652000', '092653.654000', '092653.657000', '092653.660000', '092653.662000', '092653.665000', '092653.668000', '092653.671000', '092653.674000', '092653.676000', '092653.679000', '092653.681000', '092653.684000', '092653.686000', '092653.689000', '092653.692000', '092653.694000', '092653.697000', '092653.699000', '092653.702000', '092653.704000', '092653.707000', '092653.710000', '092653.712000', '092653.715000', '092653.717000', '092653.720000', '092653.723000', '092653.725000', '092653.728000', '092653.731000', '092653.733000', '092653.736000', '092653.738000', '092653.741000', '092653.743000', '092653.746000', '092653.749000', '092653.751000', '092653.754000', '092653.756000', '092713.647000', '092713.649000', '092713.652000', '092713.655000', '092713.657000', '092713.660000', '092713.662000', '092713.675000', '092713.678000', '092713.680000', '092713.683000', '092713.686000', '092713.688000', '092713.691000', '092713.693000', '092713.696000', '092713.698000', '092713.701000', '092713.703000', '092713.706000', '092713.709000', '092713.711000', '092713.714000', '092713.716000', '092713.719000', '092713.721000', '092713.724000', '092713.726000', '092713.729000', '092713.732000', '092713.734000', '092713.737000', '092713.739000', '092713.742000', '092713.744000', '092713.747000', '092713.749000', '092713.752000', '092713.755000', '092713.757000', '092713.760000', '092713.762000', '092713.765000', '092713.767000', '092733.646000', '092733.648000', '092733.651000', '092733.654000', '092733.656000', '092733.659000', '092733.661000', '092733.664000', '092733.666000', '092733.669000', '092733.672000', '092733.674000', '092733.677000', '092733.679000', '092733.682000', '092733.685000', '092733.687000', '092733.690000', '092733.692000', '092733.695000', '092733.697000', '092733.700000', '092733.703000', '092733.705000', '092733.708000', '092733.710000', '092733.713000', '092733.715000', '092733.718000', '092733.721000', '092733.723000', '092733.726000', '092733.728000', '092733.731000', '092733.733000', '092733.736000', '092733.739000', '092733.741000', '092733.744000', '092733.746000', '092733.749000', '092733.751000', '092733.754000', '092753.647000', '092753.649000', '092753.652000', '092753.654000', '092753.657000', '092753.660000', '092753.662000', '092753.665000', '092753.667000', '092753.670000', '092753.672000', '092753.675000', '092753.678000', '092753.680000', '092753.683000', '092753.685000', '092753.688000', '092753.691000', '092753.693000', '092753.696000', '092753.698000', '092753.701000', '092753.703000', '092753.706000', '092753.709000', '092753.711000', '092753.714000', '092753.717000', '092753.719000', '092753.722000', '092753.724000', '092753.727000', '092753.729000', '092753.732000', '092753.735000', '092753.737000', '092753.740000', '092753.742000', '092753.745000', '092753.748000', '092753.750000', '092753.753000', '092753.755000', '092753.758000', '092813.646000', '092813.649000', '092813.652000', '092813.654000', '092813.657000', '092813.660000', '092813.662000', '092813.665000', '092813.667000', '092813.670000', '092813.672000', '092813.675000', '092813.678000', '092813.680000', '092813.683000', '092813.686000', '092813.688000', '092813.691000', '092813.694000', '092813.696000', '092813.699000', '092813.701000', '092813.704000', '092813.707000', '092813.710000', '092813.712000', '092813.715000', '092813.717000', '092813.720000', '092813.722000', '092813.725000', '092813.727000', '092813.730000', '092813.733000', '092813.735000', '092813.738000', '092813.740000', '092813.743000', '092813.745000', '092813.748000', '092813.751000', '092813.753000', '092813.756000', '092833.646000', '092833.649000', '092833.652000', '092833.654000', '092833.657000', '092833.660000', '092833.662000', '092833.665000', '092833.667000', '092833.670000', '092833.672000', '092833.675000', '092833.678000', '092833.680000', '092833.683000', '092833.685000', '092833.688000', '092833.702000', '092833.705000', '092833.707000', '092833.710000', '092833.712000', '092833.715000', '092833.717000', '092833.720000', '092833.722000', '092833.725000', '092833.727000', '092833.730000', '092833.733000', '092833.735000', '092833.738000', '092833.740000', '092833.743000', '092833.746000', '092833.748000', '092833.751000', '092833.753000', '092833.756000', '092833.758000', '092833.761000', '092833.764000', '092833.766000', '092833.769000', '092844.046000', '092844.049000', '092844.052000', '092844.054000', '092844.057000', '092844.060000', '092844.062000', '092844.065000', '092844.067000', '092844.070000', '092844.073000', '092844.075000', '092844.078000', '092844.080000', '092844.083000', '092844.086000', '092844.088000', '092844.091000', '092844.093000', '092844.096000', '092844.099000', '092844.101000', '092844.104000'], 'InstanceCreationTime': ['092213.675000', '092213.678000', '092213.681000', '092213.684000', '092213.686000', '092213.689000', '092213.691000', '092213.694000', '092213.696000', '092213.708000', '092213.710000', '092213.713000', '092213.715000', '092213.718000', '092213.721000', '092213.723000', '092213.726000', '092213.728000', '092213.731000', '092213.733000', '092213.736000', '092213.738000', '092213.741000', '092233.647000', '092233.649000', '092233.652000', '092233.655000', '092233.671000', '092233.674000', '092233.676000', '092233.679000', '092233.681000', '092233.684000', '092233.686000', '092233.689000', '092233.691000', '092233.694000', '092233.696000', '092233.699000', '092233.701000', '092233.704000', '092233.707000', '092233.709000', '092233.712000', '092233.714000', '092233.717000', '092233.719000', '092233.722000', '092233.724000', '092233.727000', '092233.729000', '092233.732000', '092233.734000', '092233.737000', '092233.740000', '092233.743000', '092233.746000', '092233.749000', '092233.751000', '092233.754000', '092233.756000', '092233.759000', '092233.762000', '092233.765000', '092233.767000', '092233.770000', '092253.646000', '092253.648000', '092253.651000', '092253.653000', '092253.656000', '092253.659000', '092253.661000', '092253.664000', '092253.666000', '092253.669000', '092253.671000', '092253.674000', '092253.676000', '092253.679000', '092253.681000', '092253.684000', '092253.687000', '092253.689000', '092253.692000', '092253.694000', '092253.697000', '092253.699000', '092253.702000', '092253.710000', '092253.712000', '092253.715000', '092253.717000', '092253.720000', '092253.722000', '092253.725000', '092253.728000', '092253.730000', '092253.733000', '092253.735000', '092253.738000', '092253.740000', '092253.743000', '092253.745000', '092253.748000', '092253.750000', '092253.753000', '092253.755000', '092253.758000', '092253.760000', '092313.646000', '092313.649000', '092313.652000', '092313.655000', '092313.657000', '092313.660000', '092313.662000', '092313.665000', '092313.667000', '092313.670000', '092313.672000', '092313.675000', '092313.678000', '092313.680000', '092313.683000', '092313.685000', '092313.688000', '092313.691000', '092313.693000', '092313.696000', '092313.698000', '092313.701000', '092313.703000', '092313.706000', '092313.708000', '092313.711000', '092313.714000', '092313.716000', '092313.719000', '092313.721000', '092313.724000', '092313.726000', '092313.729000', '092313.731000', '092313.734000', '092313.736000', '092313.739000', '092313.742000', '092313.744000', '092313.747000', '092313.750000', '092313.753000', '092313.755000', '092333.646000', '092333.649000', '092333.652000', '092333.654000', '092333.657000', '092333.659000', '092333.662000', '092333.664000', '092333.667000', '092333.669000', '092333.672000', '092333.675000', '092333.677000', '092333.680000', '092333.682000', '092333.685000', '092333.688000', '092333.690000', '092333.693000', '092333.695000', '092333.698000', '092333.700000', '092333.703000', '092333.705000', '092333.708000', '092333.711000', '092333.713000', '092333.716000', '092333.718000', '092333.721000', '092333.723000', '092333.726000', '092333.728000', '092333.731000', '092333.734000', '092333.736000', '092333.739000', '092333.741000', '092333.744000', '092333.746000', '092333.749000', '092333.751000', '092333.754000', '092333.756000', '092353.646000', '092353.649000', '092353.652000', '092353.654000', '092353.657000', '092353.660000', '092353.662000', '092353.665000', '092353.667000', '092353.670000', '092353.672000', '092353.675000', '092353.677000', '092353.680000', '092353.683000', '092353.685000', '092353.688000', '092353.690000', '092353.693000', '092353.695000', '092353.698000', '092353.700000', '092353.703000', '092353.705000', '092353.708000', '092353.711000', '092353.713000', '092353.716000', '092353.718000', '092353.721000', '092353.723000', '092353.726000', '092353.728000', '092353.731000', '092353.734000', '092353.736000', '092353.739000', '092353.741000', '092353.744000', '092353.746000', '092353.749000', '092353.752000', '092353.754000', '092413.656000', '092413.659000', '092413.662000', '092413.664000', '092413.667000', '092413.669000', '092413.672000', '092413.674000', '092413.677000', '092413.679000', '092413.682000', '092413.685000', '092413.687000', '092413.690000', '092413.692000', '092413.695000', '092413.698000', '092413.700000', '092413.703000', '092413.705000', '092413.708000', '092413.710000', '092413.713000', '092413.715000', '092413.718000', '092413.721000', '092413.723000', '092413.726000', '092413.728000', '092413.731000', '092413.733000', '092413.736000', '092413.738000', '092413.741000', '092413.743000', '092413.746000', '092413.749000', '092413.751000', '092413.754000', '092413.756000', '092413.759000', '092413.761000', '092413.764000', '092413.767000', '092433.646000', '092433.649000', '092433.652000', '092433.654000', '092433.657000', '092433.659000', '092433.662000', '092433.665000', '092433.667000', '092433.670000', '092433.672000', '092433.675000', '092433.677000', '092433.680000', '092433.683000', '092433.685000', '092433.688000', '092433.690000', '092433.693000', '092433.695000', '092433.698000', '092433.700000', '092433.703000', '092433.705000', '092433.708000', '092433.711000', '092433.713000', '092433.716000', '092433.718000', '092433.721000', '092433.723000', '092433.726000', '092433.728000', '092433.731000', '092433.734000', '092433.736000', '092433.739000', '092433.741000', '092433.744000', '092433.746000', '092433.749000', '092433.752000', '092433.754000', '092453.646000', '092453.649000', '092453.652000', '092453.654000', '092453.657000', '092453.659000', '092453.662000', '092453.664000', '092453.667000', '092453.670000', '092453.672000', '092453.675000', '092453.677000', '092453.680000', '092453.682000', '092453.685000', '092453.688000', '092453.690000', '092453.693000', '092453.696000', '092453.698000', '092453.701000', '092453.703000', '092453.706000', '092453.708000', '092453.711000', '092453.714000', '092453.716000', '092453.719000', '092453.721000', '092453.724000', '092453.726000', '092453.729000', '092453.731000', '092453.734000', '092453.737000', '092453.739000', '092453.742000', '092453.744000', '092453.747000', '092453.749000', '092453.752000', '092453.754000', '092453.757000', '092513.646000', '092513.648000', '092513.651000', '092513.653000', '092513.656000', '092513.659000', '092513.661000', '092513.664000', '092513.666000', '092513.669000', '092513.671000', '092513.674000', '092513.677000', '092513.679000', '092513.682000', '092513.684000', '092513.687000', '092513.690000', '092513.692000', '092513.695000', '092513.697000', '092513.700000', '092513.702000', '092513.705000', '092513.707000', '092513.710000', '092513.713000', '092513.715000', '092513.718000', '092513.720000', '092513.723000', '092513.726000', '092513.728000', '092513.731000', '092513.733000', '092513.736000', '092513.738000', '092513.741000', '092513.744000', '092513.746000', '092513.749000', '092513.751000', '092513.754000', '092533.647000', '092533.649000', '092533.652000', '092533.654000', '092533.657000', '092533.660000', '092533.662000', '092533.665000', '092533.667000', '092533.670000', '092533.673000', '092533.675000', '092533.678000', '092533.680000', '092533.683000', '092533.686000', '092533.688000', '092533.691000', '092533.694000', '092533.696000', '092533.699000', '092533.701000', '092533.704000', '092533.706000', '092533.709000', '092533.712000', '092533.714000', '092533.717000', '092533.719000', '092533.722000', '092533.725000', '092533.727000', '092533.730000', '092533.732000', '092533.735000', '092533.737000', '092533.740000', '092533.743000', '092533.745000', '092533.763000', '092533.766000', '092533.768000', '092533.771000', '092533.773000', '092553.646000', '092553.649000', '092553.652000', '092553.654000', '092553.657000', '092553.659000', '092553.662000', '092553.665000', '092553.667000', '092553.670000', '092553.672000', '092553.675000', '092553.677000', '092553.680000', '092553.683000', '092553.685000', '092553.688000', '092553.690000', '092553.693000', '092553.696000', '092553.698000', '092553.701000', '092553.703000', '092553.706000', '092553.708000', '092553.711000', '092553.714000', '092553.716000', '092553.719000', '092553.721000', '092553.724000', '092553.727000', '092553.729000', '092553.732000', '092553.734000', '092553.737000', '092553.740000', '092553.742000', '092553.745000', '092553.747000', '092553.750000', '092553.752000', '092553.755000', '092613.647000', '092613.649000', '092613.652000', '092613.654000', '092613.657000', '092613.660000', '092613.662000', '092613.665000', '092613.667000', '092613.670000', '092613.672000', '092613.675000', '092613.678000', '092613.680000', '092613.683000', '092613.695000', '092613.698000', '092613.700000', '092613.703000', '092613.705000', '092613.708000', '092613.711000', '092613.713000', '092613.716000', '092613.718000', '092613.721000', '092613.723000', '092613.726000', '092613.728000', '092613.731000', '092613.734000', '092613.736000', '092613.739000', '092613.741000', '092613.744000', '092613.746000', '092613.749000', '092613.752000', '092613.754000', '092613.757000', '092613.759000', '092613.762000', '092613.765000', '092613.767000', '092633.647000', '092633.650000', '092633.652000', '092633.655000', '092633.657000', '092633.660000', '092633.662000', '092633.665000', '092633.668000', '092633.670000', '092633.673000', '092633.675000', '092633.678000', '092633.680000', '092633.683000', '092633.685000', '092633.688000', '092633.691000', '092633.693000', '092633.696000', '092633.698000', '092633.701000', '092633.703000', '092633.706000', '092633.709000', '092633.711000', '092633.714000', '092633.716000', '092633.719000', '092633.721000', '092633.724000', '092633.727000', '092633.729000', '092633.732000', '092633.734000', '092633.737000', '092633.739000', '092633.742000', '092633.745000', '092633.747000', '092633.750000', '092633.752000', '092633.755000', '092653.647000', '092653.649000', '092653.652000', '092653.654000', '092653.657000', '092653.660000', '092653.662000', '092653.665000', '092653.668000', '092653.671000', '092653.674000', '092653.676000', '092653.679000', '092653.681000', '092653.684000', '092653.686000', '092653.689000', '092653.692000', '092653.694000', '092653.697000', '092653.699000', '092653.702000', '092653.704000', '092653.707000', '092653.710000', '092653.712000', '092653.715000', '092653.717000', '092653.720000', '092653.723000', '092653.725000', '092653.728000', '092653.731000', '092653.733000', '092653.736000', '092653.738000', '092653.741000', '092653.743000', '092653.746000', '092653.749000', '092653.751000', '092653.754000', '092653.756000', '092713.647000', '092713.649000', '092713.652000', '092713.655000', '092713.657000', '092713.660000', '092713.662000', '092713.675000', '092713.678000', '092713.680000', '092713.683000', '092713.686000', '092713.688000', '092713.691000', '092713.693000', '092713.696000', '092713.698000', '092713.701000', '092713.703000', '092713.706000', '092713.709000', '092713.711000', '092713.714000', '092713.716000', '092713.719000', '092713.721000', '092713.724000', '092713.726000', '092713.729000', '092713.732000', '092713.734000', '092713.737000', '092713.739000', '092713.742000', '092713.744000', '092713.747000', '092713.749000', '092713.752000', '092713.755000', '092713.757000', '092713.760000', '092713.762000', '092713.765000', '092713.767000', '092733.646000', '092733.648000', '092733.651000', '092733.654000', '092733.656000', '092733.659000', '092733.661000', '092733.664000', '092733.666000', '092733.669000', '092733.672000', '092733.674000', '092733.677000', '092733.679000', '092733.682000', '092733.685000', '092733.687000', '092733.690000', '092733.692000', '092733.695000', '092733.697000', '092733.700000', '092733.703000', '092733.705000', '092733.708000', '092733.710000', '092733.713000', '092733.715000', '092733.718000', '092733.721000', '092733.723000', '092733.726000', '092733.728000', '092733.731000', '092733.733000', '092733.736000', '092733.739000', '092733.741000', '092733.744000', '092733.746000', '092733.749000', '092733.751000', '092733.754000', '092753.647000', '092753.649000', '092753.652000', '092753.654000', '092753.657000', '092753.660000', '092753.662000', '092753.665000', '092753.667000', '092753.670000', '092753.672000', '092753.675000', '092753.678000', '092753.680000', '092753.683000', '092753.685000', '092753.688000', '092753.691000', '092753.693000', '092753.696000', '092753.698000', '092753.701000', '092753.703000', '092753.706000', '092753.709000', '092753.711000', '092753.714000', '092753.717000', '092753.719000', '092753.722000', '092753.724000', '092753.727000', '092753.729000', '092753.732000', '092753.735000', '092753.737000', '092753.740000', '092753.742000', '092753.745000', '092753.748000', '092753.750000', '092753.753000', '092753.755000', '092753.758000', '092813.646000', '092813.649000', '092813.652000', '092813.654000', '092813.657000', '092813.660000', '092813.662000', '092813.665000', '092813.667000', '092813.670000', '092813.672000', '092813.675000', '092813.678000', '092813.680000', '092813.683000', '092813.686000', '092813.688000', '092813.691000', '092813.694000', '092813.696000', '092813.699000', '092813.701000', '092813.704000', '092813.707000', '092813.710000', '092813.712000', '092813.715000', '092813.717000', '092813.720000', '092813.722000', '092813.725000', '092813.727000', '092813.730000', '092813.733000', '092813.735000', '092813.738000', '092813.740000', '092813.743000', '092813.745000', '092813.748000', '092813.751000', '092813.753000', '092813.756000', '092833.646000', '092833.649000', '092833.652000', '092833.654000', '092833.657000', '092833.660000', '092833.662000', '092833.665000', '092833.667000', '092833.670000', '092833.672000', '092833.675000', '092833.678000', '092833.680000', '092833.683000', '092833.685000', '092833.688000', '092833.702000', '092833.705000', '092833.707000', '092833.710000', '092833.712000', '092833.715000', '092833.717000', '092833.720000', '092833.722000', '092833.725000', '092833.727000', '092833.730000', '092833.733000', '092833.735000', '092833.738000', '092833.740000', '092833.743000', '092833.746000', '092833.748000', '092833.751000', '092833.753000', '092833.756000', '092833.758000', '092833.761000', '092833.764000', '092833.766000', '092833.769000', '092844.046000', '092844.049000', '092844.052000', '092844.054000', '092844.057000', '092844.060000', '092844.062000', '092844.065000', '092844.067000', '092844.070000', '092844.073000', '092844.075000', '092844.078000', '092844.080000', '092844.083000', '092844.086000', '092844.088000', '092844.091000', '092844.093000', '092844.096000', '092844.099000', '092844.101000', '092844.104000'], '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': [11315, 9382, 11167, 11509, 9975, 10810, 11756, 10424, 11526, 11735, 10681, 10902, 11686, 9501, 10898, 11691, 10339, 11500, 10798, 10349, 10798, 10500, 11913, 10895, 9485, 11201, 12269, 10764, 11367, 11696, 11085, 11462, 9304, 11298, 10978, 9802, 11587, 11600, 11116, 11298, 12055, 10845, 10812, 11750, 10490, 11585, 11656, 10265, 11316, 12775, 10170, 10823, 12456, 11002, 11492, 12731, 10148, 10636, 9028, 11336, 10741, 12393, 11537, 11372, 9505, 11969, 11228, 10875, 11281, 11322, 11079, 11646, 10876, 11751, 11263, 11519, 11201, 11827, 10663, 11211, 9931, 11436, 11516, 9601, 10511, 11870, 9809, 10781, 9191, 11177, 11514, 9930, 10586, 11688, 9864, 11039, 13850, 11501, 11123, 9318, 11069, 10836, 9588, 11775, 11061, 11529, 11895, 11322, 10760, 10949, 10483, 10256, 11235, 11704, 11627, 11267, 10029, 11405, 11805, 9690, 11496, 11054, 10313, 12231, 10911, 10645, 11347, 11686, 10990, 11968, 11289, 10993, 11662, 12523, 10423, 11551, 12216, 11899, 11941, 9212, 11640, 10980, 13918, 11426, 11403, 11443, 11606, 12216, 9855, 12000, 11499, 11894, 12405, 10476, 11617, 11630, 9765, 12480, 11628, 12080, 12293, 11855, 11294, 11535, 10432, 12717, 11453, 10747, 12366, 11635, 10836, 12392, 11666, 10516, 12311, 11625, 11417, 12190, 11514, 10797, 12513, 11337, 12205, 12278, 11531, 11701, 12075, 11255, 10652, 12457, 11573, 12535, 12124, 11292, 12000, 12396, 11430, 12364, 12322, 11406, 11476, 11775, 11499, 11509, 12636, 11543, 11294, 11810, 11426, 11051, 12051, 11359, 11037, 12548, 11387, 11564, 11887, 11399, 11734, 12304, 11592, 11821, 11923, 11572, 12028, 12246, 11535, 10494, 12765, 11375, 10644, 11566, 11551, 12697, 11529, 11752, 11998, 11487, 11884, 11686, 12093, 12265, 11201, 11993, 12425, 9945, 12399, 11775, 9525, 12025, 11740, 9859, 12766, 11729, 11834, 12605, 11416, 12377, 12220, 12273, 13079, 11695, 11649, 12821, 11543, 11832, 10160, 12366, 11691, 10762, 12380, 11290, 10485, 12247, 11712, 10934, 12355, 11835, 11354, 12105, 11030, 11606, 12413, 11119, 11858, 12605, 11238, 10936, 12337, 11071, 11523, 12214, 11237, 12570, 12304, 11368, 12483, 12445, 11373, 12598, 12496, 11489, 11734, 12338, 11645, 11974, 12264, 11739, 11863, 12198, 11427, 11640, 12481, 11313, 11523, 12406, 11403, 11516, 12568, 11392, 11582, 12277, 11488, 11964, 12256, 11160, 10881, 12902, 11339, 11556, 12141, 11476, 10650, 12558, 11356, 11655, 12485, 10620, 11847, 12045, 12258, 12622, 12061, 11984, 12302, 12057, 11970, 12684, 11744, 12093, 12221, 11924, 11650, 12765, 12007, 12940, 12212, 11759, 11922, 12317, 11701, 11306, 12703, 11637, 12963, 12755, 11707, 11145, 12247, 11950, 11097, 12439, 11870, 11306, 12131, 12072, 10834, 12399, 12198, 11353, 12991, 11845, 11362, 12678, 11987, 10969, 12223, 12544, 11477, 12364, 12363, 11449, 12548, 12487, 10957, 12153, 12199, 12194, 12515, 11482, 11672, 12719, 11377, 12258, 12499, 10239, 12275, 11797, 12330, 13199, 11819, 11578, 12796, 12234, 12713, 12407, 12559, 12498, 12381, 10134, 12710, 11863, 11249, 12437, 11721, 11555, 12944, 11714, 12094, 12387, 11250, 12561, 12295, 9555, 12695, 11947, 11142, 12569, 11606, 12219, 12490, 11746, 12374, 12301, 11953, 12394, 11962, 12005, 12843, 11776, 11693, 12693, 11950, 11012, 12604, 11654, 11818, 12877, 11515, 11962, 12611, 11485, 12574, 12369, 11539, 12420, 12417, 11830, 13248, 12010, 10443, 12388, 11637, 10701, 12348, 11834, 12275, 12320, 12230, 11058, 12693, 12291, 11063, 12436, 12038, 11629, 13029, 11753, 10714, 12471, 11986, 11367, 12451, 11722, 12311, 12751, 11770, 11334, 12616, 12158, 11420, 12800, 12226, 11116, 11898, 12212, 11225, 12822, 11960, 10234, 12686, 11859, 10874, 12668, 11907, 11400, 12993, 11953, 11570, 12720, 11645, 13096, 12725, 12367, 12386, 12113, 12045, 12516, 12376, 11828, 12794, 12369, 12492, 12875, 11781, 11424, 12917, 11945, 11277, 12448, 11927, 10944, 12424, 11539, 12248, 12203, 11645, 11379, 12516, 11503, 12115, 12753, 11594, 11588, 12994, 11552, 11749, 12684, 11513, 9491, 12241, 11990, 10895, 12734, 11145, 11428, 12225, 11680, 11009, 12588, 11555, 11018, 12501, 11445, 11421, 12632, 11667, 12761, 12562, 11502, 12205, 11878, 11257, 12253, 11778, 12520, 12037, 11932, 12821, 12254, 11271, 12651, 12546, 12053, 12427, 11820, 11474, 12127, 11887, 10533, 12086, 11114, 12023, 11769, 11478, 12029, 11699, 11830, 12411, 12406, 11127, 12265, 11975, 11405, 12138, 11716, 12259, 11953, 11719, 12452, 11893, 11280, 12235, 12230, 11603, 11221, 12211, 10857, 11107, 12085, 11239, 11401, 12276, 11238, 12248, 12269, 10928, 12249, 12165, 12172, 12585, 11637, 11770, 12426, 11177, 12398, 12361, 11566, 12880, 11575, 10590, 12288, 11230, 11344, 11972, 11460, 11719, 10118, 11285, 11681, 11497, 12812, 10688, 11715, 12570, 11937, 12071, 11558, 11407, 11954, 11728, 11438, 12245, 11932, 11152, 12028, 11677, 11499, 11851, 10826, 11170, 10697, 11705, 12038, 11630, 10100, 12040, 11154, 12566, 12086, 12266, 12924, 11467, 12803, 12494, 11090, 11002, 12585, 10755, 10796, 12309, 10562, 12170, 11890, 10582, 12287, 12147, 10807, 12200, 12162, 10410, 12279, 11558, 11620, 13267, 11652, 12172, 12896, 11172, 12304, 11775, 9502, 12150, 11713, 11888, 13035, 11466, 11842, 12222, 12114, 12391, 11603, 12295, 11668, 11098, 11659, 12458, 11518, 11819, 11951, 13304, 12141, 11318, 12192, 12127, 11155, 11857, 12159, 12924, 11889, 11783, 13173, 12340, 11957, 13045, 12121, 11404, 12779, 12020, 11285, 12591, 12153, 11296, 12046, 12433, 11008, 11171, 11852, 10756, 11450, 11794, 11113, 11116, 11822, 10784, 11707, 12515, 11006, 12247, 12082, 10986, 11982, 11812, 10744, 10594, 12157, 10875, 12094, 12610, 11109, 11326, 12035, 10860, 10511, 12121, 10917, 10170, 12204, 11194, 11233, 11788, 10843, 10259, 12026, 11455, 11410, 11746, 10003, 11983, 11328, 11993, 12596, 10872, 11313, 12109, 12550, 12010, 11801, 12639, 11663, 11911, 12384, 11930, 11325, 10925, 11754, 11361, 11415, 12133, 11591, 12883, 11681, 12881, 12546, 11601, 12516, 12304, 11459, 11761, 12503, 11197, 11106, 12760, 10879, 10783, 12060, 11437, 11478, 12213, 10769, 11171, 11914, 10912, 12831, 12187, 11057, 12072, 12049, 10981, 10811, 11964, 11124, 10852, 12488, 11342, 9589, 11735, 11266, 11283, 12527, 11301, 12304], 'WindowCenter': [4121.0, 4082.0, 4115.0, 4102.0, 4077.0, 4091.0, 4102.0, 4089.0, 4099.0, 4098.0, 4089.0, 4089.0, 4085.0, 4077.0, 4101.0, 4097.0, 4077.0, 4100.0, 4074.0, 4077.0, 4089.0, 4088.0, 4098.0, 4088.0, 4067.0, 4100.0, 4088.0, 4076.0, 4101.0, 4086.0, 4087.0, 4101.0, 4066.0, 4088.0, 4090.0, 4077.0, 4098.0, 4088.0, 4089.0, 4101.0, 4098.0, 4086.0, 4088.0, 4086.0, 4088.0, 4091.0, 4086.0, 4075.0, 4088.0, 4083.0, 4063.0, 4075.0, 4083.0, 4086.0, 4088.0, 4082.0, 4077.0, 4090.0, 4052.0, 4075.0, 4075.0, 4083.0, 4087.0, 4087.0, 4063.0, 4098.0, 4085.0, 4073.0, 4086.0, 4073.0, 4087.0, 4086.0, 4073.0, 4098.0, 4086.0, 4085.0, 4087.0, 4085.0, 4088.0, 4089.0, 4065.0, 4117.0, 4115.0, 4079.0, 4076.0, 4084.0, 4077.0, 4076.0, 4066.0, 4088.0, 4086.0, 4066.0, 4076.0, 4084.0, 4077.0, 4090.0, 4094.0, 4085.0, 4075.0, 4052.0, 4074.0, 4073.0, 4063.0, 4098.0, 4073.0, 4072.0, 4086.0, 4074.0, 4086.0, 4076.0, 4062.0, 4078.0, 4100.0, 4084.0, 4085.0, 4085.0, 4063.0, 4086.0, 4085.0, 4050.0, 4085.0, 4087.0, 4062.0, 4086.0, 4074.0, 4062.0, 4075.0, 4072.0, 4086.0, 4086.0, 4073.0, 4075.0, 4088.0, 4084.0, 4074.0, 4086.0, 4085.0, 4084.0, 4086.0, 4053.0, 4086.0, 4075.0, 4082.0, 4084.0, 4089.0, 4086.0, 4084.0, 4096.0, 4061.0, 4083.0, 4084.0, 4083.0, 4095.0, 4087.0, 4098.0, 4087.0, 4076.0, 4108.0, 4086.0, 4096.0, 4097.0, 4087.0, 4088.0, 4085.0, 4062.0, 4083.0, 4085.0, 4071.0, 4085.0, 4085.0, 4073.0, 4095.0, 4084.0, 4061.0, 4083.0, 4071.0, 4070.0, 4082.0, 4084.0, 4072.0, 4081.0, 4071.0, 4081.0, 4082.0, 4069.0, 4068.0, 4081.0, 4073.0, 4060.0, 4082.0, 4072.0, 4082.0, 4083.0, 4060.0, 4081.0, 4095.0, 4082.0, 4082.0, 4096.0, 4084.0, 4085.0, 4097.0, 4086.0, 4085.0, 4095.0, 4084.0, 4086.0, 4085.0, 4074.0, 4074.0, 4097.0, 4087.0, 4074.0, 4097.0, 4084.0, 4084.0, 4088.0, 4087.0, 4098.0, 4098.0, 4086.0, 4086.0, 4098.0, 4084.0, 4084.0, 4097.0, 4088.0, 4074.0, 4096.0, 4085.0, 4062.0, 4072.0, 4072.0, 4096.0, 4084.0, 4084.0, 4071.0, 4083.0, 4085.0, 4071.0, 4083.0, 4095.0, 4073.0, 4083.0, 4095.0, 4062.0, 4084.0, 4085.0, 4064.0, 4098.0, 4098.0, 4065.0, 4098.0, 4099.0, 4083.0, 4085.0, 4087.0, 4097.0, 4085.0, 4086.0, 4094.0, 4085.0, 4086.0, 4083.0, 4086.0, 4084.0, 4061.0, 4093.0, 4086.0, 4072.0, 4082.0, 4071.0, 4071.0, 4095.0, 4083.0, 4070.0, 4084.0, 4072.0, 4059.0, 4071.0, 4060.0, 4070.0, 4082.0, 4061.0, 4068.0, 4081.0, 4059.0, 4056.0, 4079.0, 4070.0, 4083.0, 4081.0, 4073.0, 4082.0, 4083.0, 4083.0, 4108.0, 4095.0, 4086.0, 4095.0, 4096.0, 4071.0, 4082.0, 4096.0, 4085.0, 4084.0, 4095.0, 4082.0, 4083.0, 4084.0, 4071.0, 4084.0, 4093.0, 4073.0, 4071.0, 4095.0, 4074.0, 4069.0, 4093.0, 4097.0, 4082.0, 4083.0, 4084.0, 4083.0, 4095.0, 4074.0, 4070.0, 4094.0, 4086.0, 4082.0, 4095.0, 4086.0, 4073.0, 4097.0, 4086.0, 4085.0, 4097.0, 4073.0, 4098.0, 4099.0, 4085.0, 4097.0, 4111.0, 4098.0, 4095.0, 4098.0, 4084.0, 4095.0, 4084.0, 4082.0, 4083.0, 4083.0, 4083.0, 4094.0, 4095.0, 4081.0, 4082.0, 4082.0, 4071.0, 4084.0, 4083.0, 4058.0, 4082.0, 4071.0, 4077.0, 4080.0, 4070.0, 4072.0, 4083.0, 4082.0, 4072.0, 4081.0, 4071.0, 4058.0, 4082.0, 4095.0, 4072.0, 4081.0, 4094.0, 4071.0, 4093.0, 4085.0, 4071.0, 4095.0, 4095.0, 4073.0, 4081.0, 4096.0, 4070.0, 4081.0, 4093.0, 4083.0, 4082.0, 4084.0, 4070.0, 4096.0, 4094.0, 4094.0, 4109.0, 4112.0, 4098.0, 4096.0, 4071.0, 4095.0, 4098.0, 4074.0, 4096.0, 4097.0, 4094.0, 4108.0, 4096.0, 4085.0, 4097.0, 4084.0, 4094.0, 4095.0, 4094.0, 4093.0, 4098.0, 4073.0, 4094.0, 4083.0, 4070.0, 4082.0, 4084.0, 4072.0, 4095.0, 4071.0, 4095.0, 4095.0, 4070.0, 4079.0, 4083.0, 4047.0, 4094.0, 4083.0, 4070.0, 4092.0, 4082.0, 4096.0, 4095.0, 4082.0, 4082.0, 4084.0, 4071.0, 4081.0, 4082.0, 4081.0, 4093.0, 4083.0, 4071.0, 4094.0, 4083.0, 4071.0, 4083.0, 4085.0, 4084.0, 4093.0, 4085.0, 4082.0, 4095.0, 4072.0, 4094.0, 4108.0, 4084.0, 4093.0, 4095.0, 4082.0, 4095.0, 4095.0, 4074.0, 4095.0, 4084.0, 4061.0, 4083.0, 4085.0, 4070.0, 4080.0, 4082.0, 4070.0, 4092.0, 4083.0, 4072.0, 4082.0, 4083.0, 4083.0, 4107.0, 4096.0, 4071.0, 4096.0, 4097.0, 4082.0, 4094.0, 4084.0, 4095.0, 4096.0, 4085.0, 4083.0, 4093.0, 4083.0, 4071.0, 4094.0, 4096.0, 4073.0, 4081.0, 4083.0, 4072.0, 4097.0, 4085.0, 4061.0, 4094.0, 4099.0, 4085.0, 4097.0, 4098.0, 4084.0, 4107.0, 4086.0, 4086.0, 4098.0, 4084.0, 4095.0, 4107.0, 4095.0, 4096.0, 4111.0, 4099.0, 4095.0, 4098.0, 4086.0, 4095.0, 4097.0, 4085.0, 4107.0, 4097.0, 4082.0, 4095.0, 4086.0, 4071.0, 4084.0, 4084.0, 4085.0, 4097.0, 4085.0, 4082.0, 4085.0, 4072.0, 4070.0, 4081.0, 4073.0, 4082.0, 4092.0, 4073.0, 4069.0, 4092.0, 4072.0, 4069.0, 4095.0, 4085.0, 4050.0, 4081.0, 4083.0, 4059.0, 4082.0, 4074.0, 4083.0, 4083.0, 4085.0, 4074.0, 4094.0, 4075.0, 4072.0, 4096.0, 4083.0, 4083.0, 4096.0, 4084.0, 4094.0, 4097.0, 4085.0, 4097.0, 4085.0, 4084.0, 4098.0, 4084.0, 4095.0, 4098.0, 4083.0, 4095.0, 4098.0, 4084.0, 4094.0, 4097.0, 4081.0, 4093.0, 4098.0, 4084.0, 4083.0, 4086.0, 4088.0, 4106.0, 4082.0, 4096.0, 4095.0, 4096.0, 4110.0, 4098.0, 4085.0, 4095.0, 4084.0, 4072.0, 4098.0, 4084.0, 4071.0, 4083.0, 4071.0, 4079.0, 4072.0, 4069.0, 4080.0, 4083.0, 4070.0, 4079.0, 4081.0, 4069.0, 4057.0, 4081.0, 4072.0, 4057.0, 4071.0, 4059.0, 4057.0, 4069.0, 4073.0, 4081.0, 4084.0, 4070.0, 4097.0, 4084.0, 4083.0, 4096.0, 4084.0, 4097.0, 4110.0, 4085.0, 4096.0, 4109.0, 4085.0, 4096.0, 4099.0, 4085.0, 4108.0, 4085.0, 4087.0, 4096.0, 4086.0, 4097.0, 4075.0, 4085.0, 4097.0, 4100.0, 4110.0, 4074.0, 4087.0, 4096.0, 4082.0, 4083.0, 4074.0, 4070.0, 4071.0, 4072.0, 4059.0, 4069.0, 4058.0, 4046.0, 4057.0, 4056.0, 4044.0, 4055.0, 4045.0, 4057.0, 4089.0, 4084.0, 4081.0, 4085.0, 4057.0, 4081.0, 4071.0, 4078.0, 4083.0, 4082.0, 4081.0, 4069.0, 4068.0, 4078.0, 4069.0, 4056.0, 4078.0, 4058.0, 4056.0, 4068.0, 4059.0, 4067.0, 4080.0, 4071.0, 4080.0, 4092.0, 4070.0, 4080.0, 4082.0, 4070.0, 4094.0, 4082.0, 4082.0, 4093.0, 4082.0, 4080.0, 4094.0, 4083.0, 4095.0, 4098.0, 4074.0, 4107.0, 4098.0, 4096.0, 4108.0, 4097.0, 4096.0, 4111.0, 4097.0, 4109.0, 4100.0, 4098.0, 4109.0, 4113.0, 4097.0, 4108.0, 4101.0, 4110.0, 4113.0, 4108.0, 4109.0, 4101.0, 4111.0, 4109.0, 4097.0, 4100.0, 4110.0, 4109.0, 4097.0, 4098.0, 4108.0, 4096.0, 4097.0, 4107.0, 4097.0, 4086.0, 4093.0, 4082.0, 4099.0, 4095.0, 4085.0, 4086.0, 4081.0, 4082.0, 4072.0, 4069.0, 4082.0, 4085.0, 4082.0, 4082.0, 4085.0, 4072.0, 4082.0, 4074.0, 4069.0, 4093.0, 4088.0, 4082.0, 4081.0, 4086.0, 4081.0, 4083.0, 4072.0, 4058.0, 4092.0, 4087.0, 4083.0, 4093.0, 4085.0, 4082.0, 4093.0, 4074.0, 4071.0, 4094.0, 4085.0, 4071.0, 4095.0, 4086.0, 4084.0, 4096.0, 4086.0, 4088.0, 4108.0, 4111.0, 4108.0, 4124.0, 4087.0, 4109.0, 4096.0, 4081.0, 4095.0, 4087.0, 4098.0, 4109.0, 4096.0, 4093.0, 4110.0, 4106.0, 4096.0, 4098.0, 4095.0, 4095.0, 4097.0, 4097.0, 4097.0, 4096.0, 4084.0, 4109.0, 4099.0, 4107.0, 4097.0, 4095.0, 4096.0, 4099.0, 4094.0, 4083.0, 4084.0, 4079.0, 4081.0, 4071.0, 4070.0, 4094.0, 4085.0, 4071.0, 4081.0, 4084.0, 4070.0, 4082.0, 4071.0, 4070.0, 4081.0, 4072.0, 4079.0, 4081.0, 4071.0, 4068.0, 4069.0, 4072.0, 4070.0, 4080.0, 4070.0, 4069.0, 4081.0, 4071.0, 4047.0, 4084.0, 4096.0, 4082.0, 4095.0, 4085.0, 4097.0], 'WindowWidth': [9166.0, 9096.0, 9146.0, 9123.0, 9079.0, 9103.0, 9124.0, 9099.0, 9112.0, 9112.0, 9098.0, 9099.0, 9088.0, 9081.0, 9120.0, 9110.0, 9078.0, 9115.0, 9073.0, 9078.0, 9101.0, 9098.0, 9110.0, 9096.0, 9066.0, 9116.0, 9096.0, 9077.0, 9119.0, 9093.0, 9095.0, 9119.0, 9064.0, 9096.0, 9102.0, 9083.0, 9110.0, 9095.0, 9097.0, 9121.0, 9110.0, 9091.0, 9097.0, 9092.0, 9097.0, 9105.0, 9090.0, 9075.0, 9095.0, 9081.0, 9056.0, 9072.0, 9081.0, 9092.0, 9097.0, 9080.0, 9079.0, 9101.0, 9040.0, 9073.0, 9074.0, 9083.0, 9093.0, 9094.0, 9055.0, 9108.0, 9089.0, 9068.0, 9089.0, 9071.0, 9094.0, 9090.0, 9068.0, 9110.0, 9092.0, 9087.0, 9096.0, 9087.0, 9095.0, 9100.0, 9058.0, 9150.0, 9149.0, 9085.0, 9078.0, 9086.0, 9079.0, 9079.0, 9063.0, 9095.0, 9090.0, 9063.0, 9077.0, 9087.0, 9081.0, 9105.0, 9102.0, 9085.0, 9075.0, 9040.0, 9072.0, 9068.0, 9056.0, 9109.0, 9068.0, 9064.0, 9091.0, 9071.0, 9090.0, 9077.0, 9053.0, 9082.0, 9116.0, 9086.0, 9087.0, 9090.0, 9054.0, 9088.0, 9088.0, 9032.0, 9088.0, 9097.0, 9054.0, 9090.0, 9074.0, 9050.0, 9074.0, 9067.0, 9092.0, 9090.0, 9067.0, 9074.0, 9097.0, 9082.0, 9070.0, 9092.0, 9090.0, 9084.0, 9090.0, 9042.0, 9088.0, 9075.0, 9077.0, 9082.0, 9098.0, 9090.0, 9085.0, 9104.0, 9050.0, 9083.0, 9087.0, 9083.0, 9102.0, 9095.0, 9110.0, 9093.0, 9077.0, 9125.0, 9092.0, 9105.0, 9105.0, 9092.0, 9093.0, 9090.0, 9051.0, 9081.0, 9089.0, 9061.0, 9087.0, 9087.0, 9066.0, 9100.0, 9086.0, 9047.0, 9081.0, 9063.0, 9058.0, 9077.0, 9087.0, 9065.0, 9075.0, 9062.0, 9075.0, 9077.0, 9057.0, 9052.0, 9075.0, 9070.0, 9046.0, 9077.0, 9064.0, 9076.0, 9080.0, 9046.0, 9075.0, 9103.0, 9081.0, 9080.0, 9106.0, 9086.0, 9085.0, 9106.0, 9094.0, 9088.0, 9101.0, 9087.0, 9090.0, 9088.0, 9070.0, 9069.0, 9106.0, 9093.0, 9070.0, 9107.0, 9085.0, 9086.0, 9093.0, 9096.0, 9110.0, 9108.0, 9090.0, 9091.0, 9109.0, 9087.0, 9084.0, 9108.0, 9100.0, 9069.0, 9105.0, 9088.0, 9050.0, 9065.0, 9067.0, 9103.0, 9084.0, 9083.0, 9063.0, 9082.0, 9090.0, 9064.0, 9082.0, 9101.0, 9068.0, 9079.0, 9101.0, 9052.0, 9084.0, 9088.0, 9060.0, 9111.0, 9111.0, 9059.0, 9108.0, 9112.0, 9082.0, 9086.0, 9094.0, 9109.0, 9087.0, 9091.0, 9098.0, 9086.0, 9090.0, 9082.0, 9092.0, 9087.0, 9049.0, 9095.0, 9088.0, 9063.0, 9080.0, 9064.0, 9062.0, 9102.0, 9083.0, 9059.0, 9083.0, 9067.0, 9042.0, 9060.0, 9047.0, 9062.0, 9078.0, 9047.0, 9053.0, 9076.0, 9043.0, 9034.0, 9069.0, 9062.0, 9080.0, 9078.0, 9070.0, 9078.0, 9082.0, 9083.0, 9124.0, 9103.0, 9090.0, 9101.0, 9103.0, 9065.0, 9080.0, 9106.0, 9091.0, 9084.0, 9102.0, 9082.0, 9082.0, 9084.0, 9066.0, 9085.0, 9096.0, 9067.0, 9061.0, 9099.0, 9070.0, 9056.0, 9097.0, 9107.0, 9079.0, 9082.0, 9083.0, 9082.0, 9102.0, 9072.0, 9060.0, 9101.0, 9092.0, 9080.0, 9103.0, 9091.0, 9070.0, 9105.0, 9089.0, 9086.0, 9106.0, 9071.0, 9112.0, 9114.0, 9088.0, 9107.0, 9135.0, 9114.0, 9103.0, 9111.0, 9086.0, 9099.0, 9087.0, 9079.0, 9080.0, 9084.0, 9083.0, 9097.0, 9102.0, 9076.0, 9077.0, 9078.0, 9065.0, 9084.0, 9082.0, 9042.0, 9078.0, 9065.0, 9065.0, 9070.0, 9060.0, 9067.0, 9081.0, 9078.0, 9063.0, 9076.0, 9061.0, 9040.0, 9078.0, 9102.0, 9066.0, 9076.0, 9100.0, 9063.0, 9095.0, 9086.0, 9064.0, 9102.0, 9101.0, 9069.0, 9075.0, 9103.0, 9060.0, 9074.0, 9094.0, 9082.0, 9079.0, 9084.0, 9061.0, 9103.0, 9099.0, 9099.0, 9130.0, 9139.0, 9110.0, 9104.0, 9064.0, 9100.0, 9109.0, 9073.0, 9107.0, 9109.0, 9099.0, 9123.0, 9107.0, 9087.0, 9105.0, 9087.0, 9098.0, 9102.0, 9100.0, 9096.0, 9111.0, 9070.0, 9098.0, 9083.0, 9059.0, 9079.0, 9086.0, 9064.0, 9100.0, 9064.0, 9101.0, 9102.0, 9062.0, 9070.0, 9078.0, 9025.0, 9098.0, 9080.0, 9061.0, 9094.0, 9080.0, 9106.0, 9102.0, 9079.0, 9078.0, 9085.0, 9063.0, 9075.0, 9079.0, 9079.0, 9094.0, 9082.0, 9062.0, 9098.0, 9082.0, 9061.0, 9082.0, 9089.0, 9087.0, 9097.0, 9087.0, 9080.0, 9100.0, 9066.0, 9099.0, 9126.0, 9086.0, 9097.0, 9103.0, 9081.0, 9101.0, 9102.0, 9075.0, 9104.0, 9088.0, 9050.0, 9082.0, 9087.0, 9061.0, 9072.0, 9080.0, 9062.0, 9093.0, 9083.0, 9066.0, 9079.0, 9080.0, 9082.0, 9121.0, 9103.0, 9064.0, 9105.0, 9106.0, 9079.0, 9098.0, 9087.0, 9103.0, 9103.0, 9088.0, 9084.0, 9097.0, 9083.0, 9065.0, 9098.0, 9104.0, 9069.0, 9078.0, 9081.0, 9066.0, 9105.0, 9088.0, 9048.0, 9098.0, 9115.0, 9090.0, 9106.0, 9112.0, 9086.0, 9121.0, 9093.0, 9090.0, 9109.0, 9087.0, 9101.0, 9120.0, 9102.0, 9103.0, 9133.0, 9115.0, 9102.0, 9111.0, 9091.0, 9101.0, 9109.0, 9090.0, 9121.0, 9110.0, 9079.0, 9101.0, 9092.0, 9062.0, 9082.0, 9085.0, 9088.0, 9105.0, 9087.0, 9078.0, 9088.0, 9069.0, 9058.0, 9075.0, 9070.0, 9080.0, 9091.0, 9068.0, 9057.0, 9092.0, 9066.0, 9056.0, 9101.0, 9091.0, 9034.0, 9076.0, 9084.0, 9044.0, 9076.0, 9071.0, 9080.0, 9082.0, 9086.0, 9069.0, 9099.0, 9073.0, 9067.0, 9105.0, 9083.0, 9081.0, 9106.0, 9086.0, 9098.0, 9108.0, 9089.0, 9107.0, 9089.0, 9084.0, 9109.0, 9085.0, 9103.0, 9109.0, 9086.0, 9102.0, 9109.0, 9085.0, 9100.0, 9107.0, 9078.0, 9097.0, 9111.0, 9086.0, 9080.0, 9089.0, 9099.0, 9121.0, 9082.0, 9104.0, 9104.0, 9108.0, 9132.0, 9113.0, 9086.0, 9102.0, 9087.0, 9066.0, 9111.0, 9089.0, 9062.0, 9082.0, 9063.0, 9071.0, 9064.0, 9056.0, 9074.0, 9081.0, 9060.0, 9071.0, 9076.0, 9059.0, 9036.0, 9077.0, 9068.0, 9037.0, 9061.0, 9041.0, 9035.0, 9055.0, 9069.0, 9074.0, 9085.0, 9060.0, 9104.0, 9083.0, 9083.0, 9105.0, 9084.0, 9108.0, 9131.0, 9089.0, 9106.0, 9125.0, 9091.0, 9106.0, 9115.0, 9091.0, 9127.0, 9092.0, 9091.0, 9106.0, 9090.0, 9105.0, 9073.0, 9087.0, 9110.0, 9118.0, 9132.0, 9073.0, 9093.0, 9106.0, 9077.0, 9083.0, 9073.0, 9058.0, 9060.0, 9065.0, 9039.0, 9053.0, 9042.0, 9016.0, 9033.0, 9032.0, 9011.0, 9028.0, 9015.0, 9034.0, 9104.0, 9087.0, 9077.0, 9089.0, 9040.0, 9075.0, 9062.0, 9066.0, 9081.0, 9081.0, 9074.0, 9058.0, 9053.0, 9069.0, 9058.0, 9035.0, 9068.0, 9043.0, 9035.0, 9055.0, 9043.0, 9050.0, 9073.0, 9062.0, 9075.0, 9095.0, 9061.0, 9074.0, 9081.0, 9061.0, 9099.0, 9082.0, 9081.0, 9097.0, 9080.0, 9074.0, 9099.0, 9085.0, 9103.0, 9110.0, 9074.0, 9123.0, 9113.0, 9105.0, 9124.0, 9110.0, 9107.0, 9134.0, 9112.0, 9129.0, 9119.0, 9113.0, 9129.0, 9141.0, 9110.0, 9126.0, 9120.0, 9133.0, 9142.0, 9126.0, 9128.0, 9123.0, 9137.0, 9128.0, 9112.0, 9116.0, 9133.0, 9131.0, 9109.0, 9114.0, 9128.0, 9107.0, 9111.0, 9123.0, 9107.0, 9094.0, 9099.0, 9082.0, 9115.0, 9104.0, 9087.0, 9092.0, 9080.0, 9080.0, 9068.0, 9060.0, 9081.0, 9091.0, 9083.0, 9082.0, 9091.0, 9067.0, 9082.0, 9072.0, 9060.0, 9098.0, 9099.0, 9083.0, 9080.0, 9092.0, 9078.0, 9084.0, 9067.0, 9044.0, 9094.0, 9097.0, 9082.0, 9098.0, 9089.0, 9079.0, 9097.0, 9072.0, 9062.0, 9099.0, 9092.0, 9066.0, 9103.0, 9094.0, 9084.0, 9105.0, 9093.0, 9097.0, 9126.0, 9136.0, 9129.0, 9159.0, 9099.0, 9128.0, 9109.0, 9080.0, 9102.0, 9096.0, 9114.0, 9131.0, 9109.0, 9100.0, 9133.0, 9124.0, 9104.0, 9115.0, 9104.0, 9103.0, 9109.0, 9111.0, 9108.0, 9106.0, 9086.0, 9131.0, 9115.0, 9123.0, 9113.0, 9104.0, 9105.0, 9116.0, 9103.0, 9084.0, 9089.0, 9073.0, 9078.0, 9066.0, 9059.0, 9099.0, 9093.0, 9064.0, 9078.0, 9085.0, 9059.0, 9079.0, 9066.0, 9060.0, 9077.0, 9070.0, 9072.0, 9074.0, 9064.0, 9055.0, 9056.0, 9065.0, 9064.0, 9074.0, 9061.0, 9058.0, 9077.0, 9065.0, 9029.0, 9086.0, 9108.0, 9080.0, 9102.0, 9090.0, 9109.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.0014885419058553386</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03986336567164179</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.402973464609225</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2369681608160903</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059109743448293</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4342.6104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12533392045630815</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.82548794489093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.432778822011648</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.349057671266828</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7202343896900127</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2290444050781035</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0077449</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015528351068496704</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03791265934705734</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.13848585839305</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>30.5327</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.7932</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7378</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293666.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>817.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.0746</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3244.2002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3407.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82878.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1266.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.3638</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.94167636614293</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> |