=== 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-0017 --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-0017",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0017_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0017_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0017_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-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-01/func/sub-0017_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a1d56973e8a9902e3263ba3b19617c7a</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>13:05:28.625000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99723, -0.0743837, -0.000490923, 0.073232, 0.982905, -0.168925]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0980817</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7713, -7247, 566, 31, -158, -40, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.928</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2b412db2-844a-4d24-ad73-126b4b975989||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6754939556121826, 0.19647616147994995, -0.03522911295294762, 101.49172973632812], [0.19956600666046143, 2.6370608806610107, -0.45473769307136536, -79.65892028808594], [-0.0013171114260330796, 0.45321425795555115, 2.6611976623535156, -88.13886260986328], [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': ['130528.625000', '130529.085000', '130529.545000', '130530.005000', '130530.465000', '130530.925000', '130531.385000', '130531.845000', '130532.305000', '130532.765000', '130533.225000', '130533.685000', '130534.145000', '130534.605000', '130535.065000', '130535.525000', '130535.985000', '130536.445000', '130536.905000', '130537.365000', '130537.825000', '130538.285000', '130538.745000', '130539.205000', '130539.665000', '130540.125000', '130540.585000', '130541.045000', '130541.505000', '130541.965000', '130542.425000', '130542.885000', '130543.345000', '130543.805000', '130544.265000', '130544.725000', '130545.185000', '130545.645000', '130546.105000', '130546.565000', '130547.025000', '130547.485000', '130547.945000', '130548.405000', '130548.865000', '130549.325000', '130549.785000', '130550.245000', '130550.705000', '130551.165000', '130551.625000', '130552.085000', '130552.545000', '130553.005000', '130553.465000', '130553.925000', '130554.385000', '130554.845000', '130555.305000', '130555.765000', '130556.225000', '130556.685000', '130557.145000', '130557.605000', '130558.065000', '130558.525000', '130558.985000', '130559.445000', '130559.905000', '130600.365000', '130600.825000', '130601.285000', '130601.745000', '130602.205000', '130602.665000', '130603.125000', '130603.585000', '130604.045000', '130604.505000', '130604.965000', '130605.425000', '130605.885000', '130606.345000', '130606.805000', '130607.265000', '130607.725000', '130608.185000', '130608.645000', '130609.105000', '130609.565000', '130610.025000', '130610.485000', '130610.945000', '130611.405000', '130611.865000', '130612.325000', '130612.785000', '130613.245000', '130613.705000', '130614.165000', '130614.625000', '130615.085000', '130615.545000', '130616.005000', '130616.465000', '130616.925000', '130617.385000', '130617.845000', '130618.305000', '130618.765000', '130619.225000', '130619.685000', '130620.145000', '130620.605000', '130621.065000', '130621.525000', '130621.985000', '130622.445000', '130622.905000', '130623.365000', '130623.825000', '130624.285000', '130624.745000', '130625.205000', '130625.665000', '130626.125000', '130626.585000', '130627.045000', '130627.505000', '130627.965000', '130628.425000', '130628.885000', '130629.345000', '130629.805000', '130630.265000', '130630.725000', '130631.185000', '130631.645000', '130632.105000', '130632.565000', '130633.025000', '130633.485000', '130633.945000', '130634.405000', '130634.865000', '130635.325000', '130635.785000', '130636.245000', '130636.705000', '130637.165000', '130637.625000', '130638.085000', '130638.545000', '130639.005000', '130639.465000', '130639.925000', '130640.385000', '130640.845000', '130641.305000', '130641.765000', '130642.225000', '130642.685000', '130643.145000', '130643.605000', '130644.065000', '130644.525000', '130644.985000', '130645.445000', '130645.905000', '130646.365000', '130646.825000', '130647.285000', '130647.745000', '130648.205000', '130648.665000', '130649.125000', '130649.585000', '130650.045000', '130650.505000', '130650.965000', '130651.425000', '130651.885000', '130652.345000', '130652.805000', '130653.265000', '130653.725000', '130654.185000', '130654.645000', '130655.105000', '130655.565000', '130656.025000', '130656.485000', '130656.945000', '130657.405000', '130657.865000', '130658.325000', '130658.785000', '130659.245000', '130659.705000', '130700.165000', '130700.625000', '130701.085000', '130701.545000', '130702.005000', '130702.465000', '130702.925000', '130703.385000', '130703.845000', '130704.305000', '130704.765000', '130705.225000', '130705.685000', '130706.145000', '130706.605000', '130707.065000', '130707.525000', '130707.985000', '130708.445000', '130708.905000', '130709.365000', '130709.825000', '130710.285000', '130710.745000', '130711.205000', '130711.665000', '130712.125000', '130712.585000', '130713.045000', '130713.505000', '130713.965000', '130714.425000', '130714.885000', '130715.345000', '130715.805000', '130716.265000', '130716.725000', '130717.185000', '130717.645000', '130718.105000', '130718.565000', '130719.025000', '130719.485000', '130719.945000', '130720.405000', '130720.865000', '130721.325000', '130721.785000', '130722.245000', '130722.705000', '130723.165000', '130723.625000', '130724.085000', '130724.545000', '130725.005000', '130725.465000', '130725.925000', '130726.385000', '130726.845000', '130727.305000', '130727.765000', '130728.225000', '130728.685000', '130729.145000', '130729.605000', '130730.065000', '130730.525000', '130730.985000', '130731.445000', '130731.905000', '130732.365000', '130732.825000', '130733.285000', '130733.745000', '130734.205000', '130734.665000', '130735.125000', '130735.585000', '130736.045000', '130736.505000', '130736.965000', '130737.425000', '130737.885000', '130738.345000', '130738.805000', '130739.265000', '130739.725000', '130740.185000', '130740.645000', '130741.105000', '130741.565000', '130742.025000', '130742.485000', '130742.945000', '130743.405000', '130743.865000', '130744.325000', '130744.785000', '130745.245000', '130745.705000', '130746.165000', '130746.625000', '130747.085000', '130747.545000', '130748.005000', '130748.465000', '130748.925000', '130749.385000', '130749.845000', '130750.305000', '130750.765000', '130751.225000', '130751.685000', '130752.145000', '130752.605000', '130753.065000', '130753.525000', '130753.985000', '130754.445000', '130754.905000', '130755.365000', '130755.825000', '130756.285000', '130756.745000', '130757.205000', '130757.665000', '130758.125000', '130758.585000', '130759.045000', '130759.505000', '130759.965000', '130800.425000', '130800.885000', '130801.345000', '130801.805000', '130802.265000', '130802.725000', '130803.185000', '130803.645000', '130804.105000', '130804.565000', '130805.025000', '130805.485000', '130805.945000', '130806.405000', '130806.865000', '130807.325000', '130807.785000', '130808.245000', '130808.705000', '130809.165000', '130809.625000', '130810.085000', '130810.545000', '130811.005000', '130811.465000', '130811.925000', '130812.385000', '130812.845000', '130813.305000', '130813.765000', '130814.225000', '130814.685000', '130815.145000', '130815.605000', '130816.065000', '130816.525000', '130816.985000', '130817.445000', '130817.905000', '130818.365000', '130818.825000', '130819.285000', '130819.745000', '130820.205000', '130820.665000', '130821.125000', '130821.585000', '130822.045000', '130822.505000', '130822.965000', '130823.425000', '130823.885000', '130824.345000', '130824.805000', '130825.265000', '130825.725000', '130826.185000', '130826.645000', '130827.105000', '130827.565000', '130828.025000', '130828.485000', '130828.945000', '130829.405000', '130829.865000', '130830.325000', '130830.785000', '130831.245000', '130831.705000', '130832.165000', '130832.625000', '130833.085000', '130833.545000', '130834.005000', '130834.465000', '130834.925000', '130835.385000', '130835.845000', '130836.305000', '130836.765000', '130837.225000', '130837.685000', '130838.145000', '130838.605000', '130839.065000', '130839.525000', '130839.985000', '130840.445000', '130840.905000', '130841.365000', '130841.825000', '130842.285000', '130842.745000', '130843.205000', '130843.665000', '130844.125000', '130844.585000', '130845.045000', '130845.505000', '130845.965000', '130846.425000', '130846.885000', '130847.345000', '130847.805000', '130848.265000', '130848.725000', '130849.185000', '130849.645000', '130850.105000', '130850.565000', '130851.025000', '130851.485000', '130851.945000', '130852.405000', '130852.865000', '130853.325000', '130853.785000', '130854.245000', '130854.705000', '130855.165000', '130855.625000', '130856.085000', '130856.545000', '130857.005000', '130857.465000', '130857.925000', '130858.385000', '130858.845000', '130859.305000', '130859.765000', '130900.225000', '130900.685000', '130901.145000', '130901.605000', '130902.065000', '130902.525000', '130902.985000', '130903.445000', '130903.905000', '130904.365000', '130904.825000', '130905.285000', '130905.745000', '130906.205000', '130906.665000', '130907.125000', '130907.585000', '130908.045000', '130908.505000', '130908.965000', '130909.425000', '130909.885000', '130910.345000', '130910.805000', '130911.265000', '130911.725000', '130912.185000', '130912.645000', '130913.105000', '130913.565000', '130914.025000', '130914.485000', '130914.945000', '130915.405000', '130915.865000', '130916.325000', '130916.785000', '130917.245000', '130917.705000', '130918.165000', '130918.625000', '130919.085000', '130919.545000', '130920.005000', '130920.465000', '130920.925000', '130921.385000', '130921.845000', '130922.305000', '130922.765000', '130923.225000', '130923.685000', '130924.145000', '130924.605000', '130925.065000', '130925.525000', '130925.985000', '130926.445000', '130926.905000', '130927.365000', '130927.825000', '130928.285000', '130928.745000', '130929.205000', '130929.665000', '130930.125000', '130930.585000', '130931.045000', '130931.505000', '130931.965000', '130932.425000', '130932.885000', '130933.345000', '130933.805000', '130934.265000', '130934.725000', '130935.185000', '130935.645000', '130936.105000', '130936.565000', '130937.025000', '130937.485000', '130937.945000', '130938.405000', '130938.865000', '130939.325000', '130939.785000', '130940.245000', '130940.705000', '130941.165000', '130941.625000', '130942.085000', '130942.545000', '130943.005000', '130943.465000', '130943.925000', '130944.385000', '130944.845000', '130945.305000', '130945.765000', '130946.225000', '130946.685000', '130947.145000', '130947.605000', '130948.065000', '130948.525000', '130948.985000', '130949.445000', '130949.905000', '130950.365000', '130950.825000', '130951.285000', '130951.745000', '130952.205000', '130952.665000', '130953.125000', '130953.585000', '130954.045000', '130954.505000', '130954.965000', '130955.425000', '130955.885000', '130956.345000', '130956.805000', '130957.265000', '130957.725000', '130958.185000', '130958.645000', '130959.105000', '130959.565000', '131000.025000', '131000.485000', '131000.945000', '131001.405000', '131001.865000', '131002.325000', '131002.785000', '131003.245000', '131003.705000', '131004.165000', '131004.625000', '131005.085000', '131005.545000', '131006.005000', '131006.465000', '131006.925000', '131007.385000', '131007.845000', '131008.305000', '131008.765000', '131009.225000', '131009.685000', '131010.145000', '131010.605000', '131011.065000', '131011.525000', '131011.985000', '131012.445000', '131012.905000', '131013.365000', '131013.825000', '131014.285000', '131014.745000', '131015.205000', '131015.665000', '131016.125000', '131016.585000', '131017.045000', '131017.505000', '131017.965000', '131018.425000', '131018.885000', '131019.345000', '131019.805000', '131020.265000', '131020.725000', '131021.185000', '131021.645000', '131022.105000', '131022.565000', '131023.025000', '131023.485000', '131023.945000', '131024.405000', '131024.865000', '131025.325000', '131025.785000', '131026.245000', '131026.705000', '131027.165000', '131027.625000', '131028.085000', '131028.545000', '131029.005000', '131029.465000', '131029.925000', '131030.385000', '131030.845000', '131031.305000', '131031.765000', '131032.225000', '131032.685000', '131033.145000', '131033.605000', '131034.065000', '131034.525000', '131034.985000', '131035.445000', '131035.905000', '131036.365000', '131036.825000', '131037.285000', '131037.745000', '131038.205000', '131038.665000', '131039.125000', '131039.585000', '131040.045000', '131040.505000', '131040.965000', '131041.425000', '131041.885000', '131042.345000', '131042.805000', '131043.265000', '131043.725000', '131044.185000', '131044.645000', '131045.105000', '131045.565000', '131046.025000', '131046.485000', '131046.945000', '131047.405000', '131047.865000', '131048.325000', '131048.785000', '131049.245000', '131049.705000', '131050.165000', '131050.625000', '131051.085000', '131051.545000', '131052.005000', '131052.465000', '131052.925000', '131053.385000', '131053.845000', '131054.305000', '131054.765000', '131055.225000', '131055.685000', '131056.145000', '131056.605000', '131057.065000', '131057.525000', '131057.985000', '131058.445000', '131058.905000', '131059.365000', '131059.825000', '131100.285000', '131100.745000', '131101.205000', '131101.665000', '131102.125000', '131102.585000', '131103.045000', '131103.505000', '131103.965000', '131104.425000', '131104.885000', '131105.345000', '131105.805000', '131106.265000', '131106.725000', '131107.185000', '131107.645000', '131108.105000', '131108.565000', '131109.025000', '131109.485000', '131109.945000', '131110.405000', '131110.865000', '131111.325000', '131111.785000', '131112.245000', '131112.705000', '131113.165000', '131113.625000', '131114.085000', '131114.545000', '131115.005000', '131115.465000', '131115.925000', '131116.385000', '131116.845000', '131117.305000', '131117.765000', '131118.225000', '131118.685000', '131119.145000', '131119.605000', '131120.065000', '131120.525000', '131120.985000', '131121.445000', '131121.905000', '131122.365000', '131122.825000', '131123.285000', '131123.745000', '131124.205000', '131124.665000', '131125.125000', '131125.585000', '131126.045000', '131126.505000', '131126.965000', '131127.425000', '131127.885000', '131128.345000', '131128.805000', '131129.265000', '131129.725000', '131130.185000', '131130.645000', '131131.105000', '131131.565000', '131132.025000', '131132.485000', '131132.945000', '131133.405000', '131133.865000', '131134.325000', '131134.785000', '131135.245000', '131135.705000', '131136.165000', '131136.625000', '131137.085000', '131137.545000', '131138.005000', '131138.465000', '131138.925000', '131139.385000', '131139.845000', '131140.305000', '131140.765000', '131141.225000', '131141.685000', '131142.145000', '131142.605000', '131143.065000', '131143.525000', '131143.985000', '131144.445000', '131144.905000', '131145.365000', '131145.825000', '131146.285000', '131146.745000', '131147.205000', '131147.665000', '131148.125000', '131148.585000', '131149.045000', '131149.505000', '131149.965000', '131150.425000', '131150.885000', '131151.345000', '131151.805000', '131152.265000', '131152.725000', '131153.185000', '131153.645000', '131154.105000', '131154.565000', '131155.025000', '131155.485000', '131155.945000', '131156.405000', '131156.865000', '131157.325000', '131157.785000', '131158.245000', '131158.705000', '131159.165000', '131159.625000', '131200.085000', '131200.545000', '131201.005000', '131201.465000', '131201.925000', '131202.385000', '131202.845000', '131203.305000', '131203.765000', '131204.225000', '131204.685000', '131205.145000', '131205.605000', '131206.065000', '131206.525000', '131206.985000', '131207.445000', '131207.905000', '131208.365000', '131208.825000', '131209.285000'], 'ContentTime': ['130543.031000', '130543.035000', '130543.038000', '130543.041000', '130543.046000', '130543.049000', '130543.052000', '130543.054000', '130543.057000', '130543.060000', '130543.064000', '130543.067000', '130543.070000', '130543.073000', '130543.076000', '130543.078000', '130543.081000', '130543.087000', '130543.090000', '130543.093000', '130543.095000', '130543.098000', '130543.101000', '130543.104000', '130543.107000', '130543.109000', '130543.113000', '130543.116000', '130543.118000', '130602.996000', '130603.000000', '130603.003000', '130603.006000', '130603.009000', '130603.012000', '130603.015000', '130603.017000', '130603.020000', '130603.023000', '130603.026000', '130603.029000', '130603.032000', '130603.034000', '130603.037000', '130603.040000', '130603.043000', '130603.046000', '130603.048000', '130603.051000', '130603.054000', '130603.057000', '130603.060000', '130603.062000', '130603.065000', '130603.068000', '130603.086000', '130603.089000', '130603.092000', '130603.094000', '130603.097000', '130603.100000', '130603.103000', '130603.105000', '130603.112000', '130603.114000', '130603.117000', '130603.120000', '130603.124000', '130603.127000', '130603.130000', '130603.133000', '130603.136000', '130603.138000', '130622.996000', '130623.000000', '130623.003000', '130623.006000', '130623.008000', '130623.011000', '130623.014000', '130623.017000', '130623.020000', '130623.023000', '130623.026000', '130623.032000', '130623.035000', '130623.038000', '130623.046000', '130623.049000', '130623.052000', '130623.054000', '130623.057000', '130623.060000', '130623.063000', '130623.066000', '130623.069000', '130623.071000', '130623.074000', '130623.077000', '130623.080000', '130623.083000', '130623.085000', '130623.088000', '130623.091000', '130623.094000', '130623.097000', '130623.100000', '130623.102000', '130623.105000', '130623.108000', '130623.111000', '130623.114000', '130623.117000', '130623.120000', '130623.123000', '130623.126000', '130642.996000', '130643.000000', '130643.003000', '130643.006000', '130643.008000', '130643.011000', '130643.014000', '130643.017000', '130643.020000', '130643.023000', '130643.025000', '130643.028000', '130643.031000', '130643.034000', '130643.037000', '130643.040000', '130643.042000', '130643.045000', '130643.048000', '130643.051000', '130643.054000', '130643.057000', '130643.059000', '130643.062000', '130643.065000', '130643.068000', '130643.071000', '130643.074000', '130643.076000', '130643.079000', '130643.082000', '130643.085000', '130643.088000', '130643.091000', '130643.094000', '130643.096000', '130643.099000', '130643.102000', '130643.105000', '130643.108000', '130643.111000', '130643.113000', '130643.116000', '130643.119000', '130702.996000', '130703.000000', '130703.003000', '130703.006000', '130703.009000', '130703.012000', '130703.014000', '130703.017000', '130703.020000', '130703.023000', '130703.026000', '130703.029000', '130703.031000', '130703.034000', '130703.037000', '130703.040000', '130703.043000', '130703.046000', '130703.048000', '130703.051000', '130703.054000', '130703.057000', '130703.060000', '130703.062000', '130703.065000', '130703.068000', '130703.071000', '130703.074000', '130703.077000', '130703.080000', '130703.082000', '130703.085000', '130703.088000', '130703.091000', '130703.093000', '130703.096000', '130703.099000', '130703.102000', '130703.105000', '130703.108000', '130703.110000', '130703.113000', '130703.116000', '130722.996000', '130723.000000', '130723.003000', '130723.006000', '130723.009000', '130723.011000', '130723.014000', '130723.017000', '130723.020000', '130723.023000', '130723.026000', '130723.028000', '130723.031000', '130723.034000', '130723.037000', '130723.040000', '130723.043000', '130723.045000', '130723.048000', '130723.051000', '130723.054000', '130723.057000', '130723.060000', '130723.062000', '130723.065000', '130723.068000', '130723.071000', '130723.074000', '130723.077000', '130723.079000', '130723.082000', '130723.085000', '130723.088000', '130723.091000', '130723.094000', '130723.096000', '130723.099000', '130723.102000', '130723.105000', '130723.108000', '130723.110000', '130723.113000', '130723.116000', '130742.996000', '130743.000000', '130743.003000', '130743.006000', '130743.008000', '130743.011000', '130743.014000', '130743.017000', '130743.020000', '130743.023000', '130743.026000', '130743.028000', '130743.031000', '130743.034000', '130743.037000', '130743.040000', '130743.043000', '130743.046000', '130743.048000', '130743.051000', '130743.054000', '130743.057000', '130743.075000', '130743.078000', '130743.081000', '130743.084000', '130743.087000', '130743.089000', '130743.092000', '130743.095000', '130743.098000', '130743.101000', '130743.104000', '130743.107000', '130743.109000', '130743.112000', '130743.115000', '130743.118000', '130743.121000', '130743.124000', '130743.126000', '130743.129000', '130743.132000', '130743.135000', '130802.996000', '130803.000000', '130803.003000', '130803.006000', '130803.009000', '130803.012000', '130803.015000', '130803.018000', '130803.021000', '130803.023000', '130803.026000', '130803.029000', '130803.032000', '130803.035000', '130803.038000', '130803.040000', '130803.043000', '130803.046000', '130803.049000', '130803.052000', '130803.055000', '130803.058000', '130803.060000', '130803.063000', '130803.066000', '130803.069000', '130803.072000', '130803.075000', '130803.077000', '130803.080000', '130803.083000', '130803.086000', '130803.089000', '130803.092000', '130803.094000', '130803.097000', '130803.100000', '130803.103000', '130803.106000', '130803.109000', '130803.111000', '130803.114000', '130803.117000', '130822.996000', '130823.000000', '130823.003000', '130823.006000', '130823.009000', '130823.011000', '130823.014000', '130823.017000', '130823.020000', '130823.023000', '130823.026000', '130823.029000', '130823.032000', '130823.034000', '130823.037000', '130823.040000', '130823.043000', '130823.046000', '130823.049000', '130823.051000', '130823.054000', '130823.057000', '130823.060000', '130823.063000', '130823.066000', '130823.069000', '130823.072000', '130823.074000', '130823.077000', '130823.080000', '130823.083000', '130823.086000', '130823.089000', '130823.092000', '130823.094000', '130823.097000', '130823.100000', '130823.103000', '130823.106000', '130823.109000', '130823.112000', '130823.114000', '130823.117000', '130823.120000', '130842.996000', '130843.000000', '130843.003000', '130843.006000', '130843.009000', '130843.012000', '130843.015000', '130843.018000', '130843.021000', '130843.024000', '130843.027000', '130843.030000', '130843.033000', '130843.036000', '130843.039000', '130843.042000', '130843.045000', '130843.048000', '130843.050000', '130843.053000', '130843.056000', '130843.059000', '130843.062000', '130843.065000', '130843.068000', '130843.070000', '130843.073000', '130843.076000', '130843.079000', '130843.082000', '130843.084000', '130843.087000', '130843.090000', '130843.093000', '130843.096000', '130843.099000', '130843.102000', '130843.105000', '130843.107000', '130843.110000', '130843.113000', '130843.116000', '130843.119000', '130902.996000', '130903.000000', '130903.003000', '130903.006000', '130903.009000', '130903.011000', '130903.014000', '130903.017000', '130903.020000', '130903.023000', '130903.026000', '130903.029000', '130903.032000', '130903.034000', '130903.037000', '130903.040000', '130903.043000', '130903.046000', '130903.048000', '130903.052000', '130903.054000', '130903.057000', '130903.060000', '130903.063000', '130903.066000', '130903.068000', '130903.071000', '130903.074000', '130903.077000', '130903.080000', '130903.083000', '130903.086000', '130903.088000', '130903.091000', '130903.094000', '130903.097000', '130903.100000', '130903.103000', '130903.105000', '130903.108000', '130903.111000', '130903.114000', '130903.117000', '130903.120000', '130922.996000', '130923.000000', '130923.003000', '130923.006000', '130923.008000', '130923.011000', '130923.014000', '130923.017000', '130923.020000', '130923.023000', '130923.026000', '130923.028000', '130923.031000', '130923.034000', '130923.037000', '130923.040000', '130923.043000', '130923.060000', '130923.063000', '130923.066000', '130923.069000', '130923.072000', '130923.075000', '130923.078000', '130923.080000', '130923.083000', '130923.086000', '130923.089000', '130923.092000', '130923.095000', '130923.097000', '130923.100000', '130923.103000', '130923.106000', '130923.109000', '130923.112000', '130923.115000', '130923.117000', '130923.120000', '130923.123000', '130923.126000', '130923.129000', '130923.132000', '130942.996000', '130943.000000', '130943.003000', '130943.006000', '130943.008000', '130943.011000', '130943.014000', '130943.017000', '130943.020000', '130943.022000', '130943.025000', '130943.028000', '130943.031000', '130943.034000', '130943.037000', '130943.040000', '130943.042000', '130943.045000', '130943.048000', '130943.051000', '130943.054000', '130943.057000', '130943.060000', '130943.062000', '130943.065000', '130943.068000', '130943.071000', '130943.074000', '130943.076000', '130943.079000', '130943.082000', '130943.085000', '130943.088000', '130943.091000', '130943.093000', '130943.096000', '130943.099000', '130943.102000', '130943.113000', '130943.116000', '130943.118000', '130943.121000', '130943.124000', '130943.127000', '131002.997000', '131003.001000', '131003.004000', '131003.007000', '131003.010000', '131003.013000', '131003.016000', '131003.018000', '131003.021000', '131003.024000', '131003.027000', '131003.030000', '131003.033000', '131003.035000', '131003.038000', '131003.041000', '131003.044000', '131003.047000', '131003.050000', '131003.053000', '131003.056000', '131003.059000', '131003.064000', '131003.068000', '131003.071000', '131003.075000', '131003.078000', '131003.081000', '131003.083000', '131003.086000', '131003.089000', '131003.092000', '131003.095000', '131003.098000', '131003.101000', '131003.103000', '131003.106000', '131003.109000', '131003.112000', '131003.115000', '131003.117000', '131003.120000', '131003.123000', '131022.996000', '131023.000000', '131023.003000', '131023.006000', '131023.009000', '131023.012000', '131023.015000', '131023.017000', '131023.020000', '131023.023000', '131023.026000', '131023.029000', '131023.032000', '131023.035000', '131023.037000', '131023.040000', '131023.043000', '131023.046000', '131023.049000', '131023.052000', '131023.054000', '131023.057000', '131023.060000', '131023.063000', '131023.066000', '131023.069000', '131023.072000', '131023.074000', '131023.077000', '131023.080000', '131023.083000', '131023.086000', '131023.089000', '131023.092000', '131023.094000', '131023.097000', '131023.100000', '131023.103000', '131023.106000', '131023.109000', '131023.112000', '131023.114000', '131023.117000', '131023.120000', '131042.996000', '131043.000000', '131043.003000', '131043.006000', '131043.009000', '131043.012000', '131043.014000', '131043.017000', '131043.020000', '131043.023000', '131043.026000', '131043.029000', '131043.032000', '131043.034000', '131043.037000', '131043.040000', '131043.043000', '131043.046000', '131043.049000', '131043.052000', '131043.055000', '131043.057000', '131043.060000', '131043.063000', '131043.066000', '131043.069000', '131043.071000', '131043.074000', '131043.086000', '131043.089000', '131043.092000', '131043.095000', '131043.098000', '131043.100000', '131043.103000', '131043.106000', '131043.109000', '131043.112000', '131043.115000', '131043.117000', '131043.121000', '131043.126000', '131043.129000', '131102.996000', '131103.000000', '131103.003000', '131103.006000', '131103.009000', '131103.011000', '131103.014000', '131103.017000', '131103.020000', '131103.023000', '131103.025000', '131103.028000', '131103.031000', '131103.034000', '131103.037000', '131103.040000', '131103.043000', '131103.046000', '131103.048000', '131103.051000', '131103.054000', '131103.057000', '131103.060000', '131103.062000', '131103.065000', '131103.068000', '131103.071000', '131103.074000', '131103.077000', '131103.080000', '131103.082000', '131103.085000', '131103.088000', '131103.091000', '131103.094000', '131103.096000', '131103.099000', '131103.102000', '131103.105000', '131103.108000', '131103.111000', '131103.114000', '131103.116000', '131103.119000', '131122.996000', '131123.000000', '131123.003000', '131123.006000', '131123.009000', '131123.011000', '131123.014000', '131123.017000', '131123.020000', '131123.023000', '131123.026000', '131123.029000', '131123.032000', '131123.035000', '131123.039000', '131123.041000', '131123.044000', '131123.047000', '131123.050000', '131123.053000', '131123.056000', '131123.058000', '131123.061000', '131123.064000', '131123.067000', '131123.070000', '131123.073000', '131123.076000', '131123.078000', '131123.081000', '131123.084000', '131123.087000', '131123.090000', '131123.093000', '131123.096000', '131123.101000', '131123.104000', '131123.107000', '131123.110000', '131123.112000', '131123.115000', '131123.118000', '131123.121000', '131142.996000', '131143.000000', '131143.003000', '131143.006000', '131143.009000', '131143.011000', '131143.014000', '131143.017000', '131143.020000', '131143.023000', '131143.025000', '131143.028000', '131143.031000', '131143.034000', '131143.037000', '131143.040000', '131143.043000', '131143.045000', '131143.048000', '131143.051000', '131143.054000', '131143.057000', '131143.060000', '131143.062000', '131143.065000', '131143.068000', '131143.071000', '131143.074000', '131143.077000', '131143.079000', '131143.082000', '131143.085000', '131143.088000', '131143.091000', '131143.094000', '131143.097000', '131143.099000', '131143.102000', '131143.105000', '131143.108000', '131143.111000', '131143.114000', '131143.116000', '131143.119000', '131202.996000', '131203.000000', '131203.003000', '131203.006000', '131203.009000', '131203.012000', '131203.014000', '131203.017000', '131203.020000', '131203.023000', '131203.026000', '131203.029000', '131203.032000', '131203.035000', '131203.037000', '131203.040000', '131203.043000', '131203.046000', '131203.049000', '131203.052000', '131203.054000', '131203.057000', '131203.060000', '131203.063000', '131203.066000', '131203.069000', '131203.072000', '131203.075000', '131203.077000', '131203.080000', '131203.083000', '131203.086000', '131203.089000', '131203.092000', '131203.094000', '131203.097000', '131203.100000', '131203.103000', '131203.106000', '131203.109000', '131203.112000', '131203.115000', '131203.118000', '131210.538000', '131210.541000', '131210.544000', '131210.547000', '131210.558000', '131210.561000', '131210.564000', '131210.567000', '131210.570000', '131210.573000', '131210.593000', '131210.597000', '131210.604000', '131210.607000', '131210.610000', '131210.612000', '131210.616000'], 'InstanceCreationTime': ['130543.031000', '130543.035000', '130543.038000', '130543.041000', '130543.046000', '130543.049000', '130543.052000', '130543.054000', '130543.057000', '130543.060000', '130543.064000', '130543.067000', '130543.070000', '130543.073000', '130543.076000', '130543.078000', '130543.081000', '130543.087000', '130543.090000', '130543.093000', '130543.095000', '130543.098000', '130543.101000', '130543.104000', '130543.107000', '130543.109000', '130543.113000', '130543.116000', '130543.118000', '130602.996000', '130603.000000', '130603.003000', '130603.006000', '130603.009000', '130603.012000', '130603.015000', '130603.017000', '130603.020000', '130603.023000', '130603.026000', '130603.029000', '130603.032000', '130603.034000', '130603.037000', '130603.040000', '130603.043000', '130603.046000', '130603.048000', '130603.051000', '130603.054000', '130603.057000', '130603.060000', '130603.062000', '130603.065000', '130603.068000', '130603.086000', '130603.089000', '130603.092000', '130603.094000', '130603.097000', '130603.100000', '130603.103000', '130603.105000', '130603.112000', '130603.114000', '130603.117000', '130603.120000', '130603.124000', '130603.127000', '130603.130000', '130603.133000', '130603.136000', '130603.138000', '130622.996000', '130623.000000', '130623.003000', '130623.006000', '130623.008000', '130623.011000', '130623.014000', '130623.017000', '130623.020000', '130623.023000', '130623.026000', '130623.032000', '130623.035000', '130623.038000', '130623.046000', '130623.049000', '130623.052000', '130623.054000', '130623.057000', '130623.060000', '130623.063000', '130623.066000', '130623.069000', '130623.071000', '130623.074000', '130623.077000', '130623.080000', '130623.083000', '130623.085000', '130623.088000', '130623.091000', '130623.094000', '130623.097000', '130623.100000', '130623.102000', '130623.105000', '130623.108000', '130623.111000', '130623.114000', '130623.117000', '130623.120000', '130623.123000', '130623.126000', '130642.996000', '130643.000000', '130643.003000', '130643.006000', '130643.008000', '130643.011000', '130643.014000', '130643.017000', '130643.020000', '130643.023000', '130643.025000', '130643.028000', '130643.031000', '130643.034000', '130643.037000', '130643.040000', '130643.042000', '130643.045000', '130643.048000', '130643.051000', '130643.054000', '130643.057000', '130643.059000', '130643.062000', '130643.065000', '130643.068000', '130643.071000', '130643.074000', '130643.076000', '130643.079000', '130643.082000', '130643.085000', '130643.088000', '130643.091000', '130643.094000', '130643.096000', '130643.099000', '130643.102000', '130643.105000', '130643.108000', '130643.111000', '130643.113000', '130643.116000', '130643.119000', '130702.996000', '130703.000000', '130703.003000', '130703.006000', '130703.009000', '130703.012000', '130703.014000', '130703.017000', '130703.020000', '130703.023000', '130703.026000', '130703.029000', '130703.031000', '130703.034000', '130703.037000', '130703.040000', '130703.043000', '130703.046000', '130703.048000', '130703.051000', '130703.054000', '130703.057000', '130703.060000', '130703.062000', '130703.065000', '130703.068000', '130703.071000', '130703.074000', '130703.077000', '130703.080000', '130703.082000', '130703.085000', '130703.088000', '130703.091000', '130703.093000', '130703.096000', '130703.099000', '130703.102000', '130703.105000', '130703.108000', '130703.110000', '130703.113000', '130703.116000', '130722.996000', '130723.000000', '130723.003000', '130723.006000', '130723.009000', '130723.011000', '130723.014000', '130723.017000', '130723.020000', '130723.023000', '130723.026000', '130723.028000', '130723.031000', '130723.034000', '130723.037000', '130723.040000', '130723.043000', '130723.045000', '130723.048000', '130723.051000', '130723.054000', '130723.057000', '130723.060000', '130723.062000', '130723.065000', '130723.068000', '130723.071000', '130723.074000', '130723.077000', '130723.079000', '130723.082000', '130723.085000', '130723.088000', '130723.091000', '130723.094000', '130723.096000', '130723.099000', '130723.102000', '130723.105000', '130723.108000', '130723.110000', '130723.113000', '130723.116000', '130742.996000', '130743.000000', '130743.003000', '130743.006000', '130743.008000', '130743.011000', '130743.014000', '130743.017000', '130743.020000', '130743.023000', '130743.026000', '130743.028000', '130743.031000', '130743.034000', '130743.037000', '130743.040000', '130743.043000', '130743.046000', '130743.048000', '130743.051000', '130743.054000', '130743.057000', '130743.075000', '130743.078000', '130743.081000', '130743.084000', '130743.087000', '130743.089000', '130743.092000', '130743.095000', '130743.098000', '130743.101000', '130743.104000', '130743.107000', '130743.109000', '130743.112000', '130743.115000', '130743.118000', '130743.121000', '130743.124000', '130743.126000', '130743.129000', '130743.132000', '130743.135000', '130802.996000', '130803.000000', '130803.003000', '130803.006000', '130803.009000', '130803.012000', '130803.015000', '130803.018000', '130803.021000', '130803.023000', '130803.026000', '130803.029000', '130803.032000', '130803.035000', '130803.038000', '130803.040000', '130803.043000', '130803.046000', '130803.049000', '130803.052000', '130803.055000', '130803.058000', '130803.060000', '130803.063000', '130803.066000', '130803.069000', '130803.072000', '130803.075000', '130803.077000', '130803.080000', '130803.083000', '130803.086000', '130803.089000', '130803.092000', '130803.094000', '130803.097000', '130803.100000', '130803.103000', '130803.106000', '130803.109000', '130803.111000', '130803.114000', '130803.117000', '130822.996000', '130823.000000', '130823.003000', '130823.006000', '130823.009000', '130823.011000', '130823.014000', '130823.017000', '130823.020000', '130823.023000', '130823.026000', '130823.029000', '130823.032000', '130823.034000', '130823.037000', '130823.040000', '130823.043000', '130823.046000', '130823.049000', '130823.051000', '130823.054000', '130823.057000', '130823.060000', '130823.063000', '130823.066000', '130823.069000', '130823.072000', '130823.074000', '130823.077000', '130823.080000', '130823.083000', '130823.086000', '130823.089000', '130823.092000', '130823.094000', '130823.097000', '130823.100000', '130823.103000', '130823.106000', '130823.109000', '130823.112000', '130823.114000', '130823.117000', '130823.120000', '130842.996000', '130843.000000', '130843.003000', '130843.006000', '130843.009000', '130843.012000', '130843.015000', '130843.018000', '130843.021000', '130843.024000', '130843.027000', '130843.030000', '130843.033000', '130843.036000', '130843.039000', '130843.042000', '130843.045000', '130843.048000', '130843.050000', '130843.053000', '130843.056000', '130843.059000', '130843.062000', '130843.065000', '130843.068000', '130843.070000', '130843.073000', '130843.076000', '130843.079000', '130843.082000', '130843.084000', '130843.087000', '130843.090000', '130843.093000', '130843.096000', '130843.099000', '130843.102000', '130843.105000', '130843.107000', '130843.110000', '130843.113000', '130843.116000', '130843.119000', '130902.996000', '130903.000000', '130903.003000', '130903.006000', '130903.009000', '130903.011000', '130903.014000', '130903.017000', '130903.020000', '130903.023000', '130903.026000', '130903.029000', '130903.032000', '130903.034000', '130903.037000', '130903.040000', '130903.043000', '130903.046000', '130903.048000', '130903.052000', '130903.054000', '130903.057000', '130903.060000', '130903.063000', '130903.066000', '130903.068000', '130903.071000', '130903.074000', '130903.077000', '130903.080000', '130903.083000', '130903.086000', '130903.088000', '130903.091000', '130903.094000', '130903.097000', '130903.100000', '130903.103000', '130903.105000', '130903.108000', '130903.111000', '130903.114000', '130903.117000', '130903.120000', '130922.996000', '130923.000000', '130923.003000', '130923.006000', '130923.008000', '130923.011000', '130923.014000', '130923.017000', '130923.020000', '130923.023000', '130923.026000', '130923.028000', '130923.031000', '130923.034000', '130923.037000', '130923.040000', '130923.043000', '130923.060000', '130923.063000', '130923.066000', '130923.069000', '130923.072000', '130923.075000', '130923.078000', '130923.080000', '130923.083000', '130923.086000', '130923.089000', '130923.092000', '130923.095000', '130923.097000', '130923.100000', '130923.103000', '130923.106000', '130923.109000', '130923.112000', '130923.115000', '130923.117000', '130923.120000', '130923.123000', '130923.126000', '130923.129000', '130923.132000', '130942.996000', '130943.000000', '130943.003000', '130943.006000', '130943.008000', '130943.011000', '130943.014000', '130943.017000', '130943.020000', '130943.022000', '130943.025000', '130943.028000', '130943.031000', '130943.034000', '130943.037000', '130943.040000', '130943.042000', '130943.045000', '130943.048000', '130943.051000', '130943.054000', '130943.057000', '130943.060000', '130943.062000', '130943.065000', '130943.068000', '130943.071000', '130943.074000', '130943.076000', '130943.079000', '130943.082000', '130943.085000', '130943.088000', '130943.091000', '130943.093000', '130943.096000', '130943.099000', '130943.102000', '130943.113000', '130943.116000', '130943.118000', '130943.121000', '130943.124000', '130943.127000', '131002.997000', '131003.001000', '131003.004000', '131003.007000', '131003.010000', '131003.013000', '131003.016000', '131003.018000', '131003.021000', '131003.024000', '131003.027000', '131003.030000', '131003.033000', '131003.035000', '131003.038000', '131003.041000', '131003.044000', '131003.047000', '131003.050000', '131003.053000', '131003.056000', '131003.059000', '131003.064000', '131003.068000', '131003.071000', '131003.075000', '131003.078000', '131003.081000', '131003.083000', '131003.086000', '131003.089000', '131003.092000', '131003.095000', '131003.098000', '131003.101000', '131003.103000', '131003.106000', '131003.109000', '131003.112000', '131003.115000', '131003.117000', '131003.120000', '131003.123000', '131022.996000', '131023.000000', '131023.003000', '131023.006000', '131023.009000', '131023.012000', '131023.015000', '131023.017000', '131023.020000', '131023.023000', '131023.026000', '131023.029000', '131023.032000', '131023.035000', '131023.037000', '131023.040000', '131023.043000', '131023.046000', '131023.049000', '131023.052000', '131023.054000', '131023.057000', '131023.060000', '131023.063000', '131023.066000', '131023.069000', '131023.072000', '131023.074000', '131023.077000', '131023.080000', '131023.083000', '131023.086000', '131023.089000', '131023.092000', '131023.094000', '131023.097000', '131023.100000', '131023.103000', '131023.106000', '131023.109000', '131023.112000', '131023.114000', '131023.117000', '131023.120000', '131042.996000', '131043.000000', '131043.003000', '131043.006000', '131043.009000', '131043.012000', '131043.014000', '131043.017000', '131043.020000', '131043.023000', '131043.026000', '131043.029000', '131043.032000', '131043.034000', '131043.037000', '131043.040000', '131043.043000', '131043.046000', '131043.049000', '131043.052000', '131043.055000', '131043.057000', '131043.060000', '131043.063000', '131043.066000', '131043.069000', '131043.071000', '131043.074000', '131043.086000', '131043.089000', '131043.092000', '131043.095000', '131043.098000', '131043.100000', '131043.103000', '131043.106000', '131043.109000', '131043.112000', '131043.115000', '131043.117000', '131043.121000', '131043.126000', '131043.129000', '131102.996000', '131103.000000', '131103.003000', '131103.006000', '131103.009000', '131103.011000', '131103.014000', '131103.017000', '131103.020000', '131103.023000', '131103.025000', '131103.028000', '131103.031000', '131103.034000', '131103.037000', '131103.040000', '131103.043000', '131103.046000', '131103.048000', '131103.051000', '131103.054000', '131103.057000', '131103.060000', '131103.062000', '131103.065000', '131103.068000', '131103.071000', '131103.074000', '131103.077000', '131103.080000', '131103.082000', '131103.085000', '131103.088000', '131103.091000', '131103.094000', '131103.096000', '131103.099000', '131103.102000', '131103.105000', '131103.108000', '131103.111000', '131103.114000', '131103.116000', '131103.119000', '131122.996000', '131123.000000', '131123.003000', '131123.006000', '131123.009000', '131123.011000', '131123.014000', '131123.017000', '131123.020000', '131123.023000', '131123.026000', '131123.029000', '131123.032000', '131123.035000', '131123.039000', '131123.041000', '131123.044000', '131123.047000', '131123.050000', '131123.053000', '131123.056000', '131123.058000', '131123.061000', '131123.064000', '131123.067000', '131123.070000', '131123.073000', '131123.076000', '131123.078000', '131123.081000', '131123.084000', '131123.087000', '131123.090000', '131123.093000', '131123.096000', '131123.101000', '131123.104000', '131123.107000', '131123.110000', '131123.112000', '131123.115000', '131123.118000', '131123.121000', '131142.996000', '131143.000000', '131143.003000', '131143.006000', '131143.009000', '131143.011000', '131143.014000', '131143.017000', '131143.020000', '131143.023000', '131143.025000', '131143.028000', '131143.031000', '131143.034000', '131143.037000', '131143.040000', '131143.043000', '131143.045000', '131143.048000', '131143.051000', '131143.054000', '131143.057000', '131143.060000', '131143.062000', '131143.065000', '131143.068000', '131143.071000', '131143.074000', '131143.077000', '131143.079000', '131143.082000', '131143.085000', '131143.088000', '131143.091000', '131143.094000', '131143.097000', '131143.099000', '131143.102000', '131143.105000', '131143.108000', '131143.111000', '131143.114000', '131143.116000', '131143.119000', '131202.996000', '131203.000000', '131203.003000', '131203.006000', '131203.009000', '131203.012000', '131203.014000', '131203.017000', '131203.020000', '131203.023000', '131203.026000', '131203.029000', '131203.032000', '131203.035000', '131203.037000', '131203.040000', '131203.043000', '131203.046000', '131203.049000', '131203.052000', '131203.054000', '131203.057000', '131203.060000', '131203.063000', '131203.066000', '131203.069000', '131203.072000', '131203.075000', '131203.077000', '131203.080000', '131203.083000', '131203.086000', '131203.089000', '131203.092000', '131203.094000', '131203.097000', '131203.100000', '131203.103000', '131203.106000', '131203.109000', '131203.112000', '131203.115000', '131203.118000', '131210.538000', '131210.541000', '131210.544000', '131210.547000', '131210.558000', '131210.561000', '131210.564000', '131210.567000', '131210.570000', '131210.573000', '131210.593000', '131210.597000', '131210.604000', '131210.607000', '131210.610000', '131210.612000', '131210.616000'], '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': [6844, 8936, 7585, 8572, 9627, 8873, 8679, 8113, 10790, 8429, 10861, 7564, 10286, 7149, 8273, 9292, 8092, 11364, 8370, 11228, 7332, 10291, 6720, 9268, 6345, 9932, 7181, 10223, 7709, 9777, 7954, 10687, 7624, 8744, 7971, 8924, 8937, 10641, 9122, 11360, 8269, 10610, 9136, 8210, 11646, 8622, 10836, 8268, 8293, 11587, 7897, 10663, 7400, 8520, 8534, 7287, 10436, 7215, 9976, 6939, 8270, 7478, 7266, 9928, 7363, 10050, 7295, 8933, 6645, 8088, 10574, 8052, 10559, 7205, 8830, 8546, 8067, 10963, 8189, 10617, 8185, 10815, 7287, 10582, 7351, 9574, 10109, 8734, 11384, 8418, 10990, 7484, 10021, 7570, 8554, 8769, 8356, 10781, 8199, 11036, 8451, 10696, 7625, 8829, 9289, 7977, 11118, 8309, 10954, 7972, 8913, 8260, 8912, 8810, 8057, 10319, 8400, 10495, 7871, 10182, 6564, 9153, 8893, 8184, 10864, 8647, 10775, 7217, 8541, 11289, 8000, 11051, 7461, 8506, 10294, 7872, 11008, 6814, 9717, 7940, 7598, 10518, 7491, 10135, 6944, 8250, 9706, 7581, 10272, 6763, 9936, 6685, 7814, 10107, 7765, 9780, 6725, 9847, 6594, 7924, 9842, 7950, 9992, 7386, 9677, 6305, 9505, 6136, 9865, 6516, 9685, 8420, 7944, 8103, 7752, 10101, 8405, 10682, 8131, 10751, 7632, 9098, 13064, 9202, 11763, 7888, 8912, 11916, 8521, 11242, 8513, 9446, 10410, 8335, 11339, 7890, 10872, 6301, 8813, 6126, 8129, 6330, 7992, 6048, 9688, 6669, 10017, 8128, 10821, 7499, 9723, 9576, 8123, 11747, 7925, 10591, 9839, 8180, 11200, 7288, 10233, 7238, 7974, 10879, 8773, 10600, 7086, 9778, 6709, 9500, 6765, 9589, 6778, 9104, 6445, 8207, 10578, 7631, 10416, 6935, 8337, 10700, 7970, 10936, 7439, 9193, 11351, 8190, 11180, 8954, 10372, 7243, 10511, 6729, 10259, 7112, 8304, 10705, 8840, 11018, 7196, 9836, 7894, 8281, 10719, 8395, 10039, 7814, 10343, 7856, 9609, 7382, 9872, 8160, 10519, 8410, 10373, 7243, 9454, 12441, 8708, 11359, 7800, 8497, 11527, 7802, 11480, 7203, 9320, 8620, 7899, 10443, 8365, 9379, 7190, 9995, 7448, 10274, 7411, 10152, 6991, 7834, 7851, 7503, 11040, 7873, 10776, 6996, 8016, 11265, 7633, 10679, 7028, 7791, 10874, 8217, 10525, 6948, 8375, 10324, 7759, 10346, 7592, 9756, 6956, 7710, 6087, 8699, 6476, 9794, 6952, 7403, 8893, 8218, 8394, 8877, 7679, 8028, 6820, 9008, 6407, 10564, 8142, 11414, 7813, 11208, 7058, 8663, 12494, 8812, 11743, 7934, 10333, 6945, 8631, 12062, 8021, 11181, 7545, 8727, 8134, 7796, 11006, 7405, 10549, 6548, 9234, 8013, 7597, 9340, 7713, 11037, 7169, 9625, 7110, 9277, 8003, 8124, 10185, 7896, 10621, 6912, 8534, 10849, 8005, 10430, 7487, 10756, 7384, 8179, 10683, 8598, 11177, 8587, 10580, 7303, 10676, 6746, 10124, 6605, 9208, 10059, 8203, 10685, 7527, 10233, 9266, 7856, 11055, 7476, 8681, 8016, 7535, 9980, 8001, 8975, 7770, 9501, 7699, 10137, 7910, 10520, 9543, 7734, 10979, 7224, 10279, 7661, 8239, 10796, 7841, 11136, 7686, 10595, 9786, 7748, 11063, 7227, 10479, 6569, 8393, 10182, 7653, 10386, 6897, 7899, 9911, 7212, 10387, 7311, 8590, 8288, 7850, 10558, 7038, 10094, 6458, 8015, 9992, 7717, 9926, 7465, 9912, 6465, 9543, 6686, 10027, 6975, 8319, 10536, 8012, 10692, 7544, 8353, 12020, 8241, 11106, 9328, 8642, 12290, 8664, 11513, 7931, 9514, 11493, 8803, 11423, 7598, 10847, 6777, 8898, 8722, 8010, 10759, 8061, 11142, 8309, 10528, 7209, 9820, 7477, 9940, 7169, 10237, 6560, 9551, 11723, 8255, 11086, 7266, 8409, 11378, 7838, 10949, 7216, 10355, 6598, 8171, 6129, 7937, 5860, 8124, 7417, 7875, 10535, 8408, 10423, 7286, 10213, 7061, 7847, 11154, 8381, 10574, 8437, 10991, 7207, 10767, 7434, 8237, 11580, 8725, 11646, 7898, 10950, 7145, 10385, 7463, 9132, 11375, 8763, 11422, 7028, 9799, 8906, 8014, 10912, 8718, 10745, 6729, 10612, 7755, 7795, 11054, 7681, 10390, 6511, 7753, 6295, 8454, 6141, 10888, 7446, 11069, 7441, 8912, 12015, 7719, 11463, 7317, 10815, 7326, 8017, 9240, 7864, 11508, 7698, 11143, 7443, 10107, 6788, 8598, 7868, 8091, 10730, 7417, 10421, 7034, 8337, 6343, 7397, 6473, 5806, 6290, 5692, 8472, 5939, 7684, 8163, 7006, 10304, 8605, 10861, 8336, 11386, 11869, 10273, 12118, 9442, 11314, 11193, 9615, 12851, 9496, 11241, 8152, 8615, 12085, 8754, 11109, 7206, 9762, 6615, 7923, 8447, 7251, 10529, 7388, 10250, 6652, 8043, 8821, 7303, 10296, 7477, 9689, 6172, 7691, 8280, 6842, 8855, 7318, 6745, 7082, 5409, 7338, 5960, 8739, 6713, 9456, 7825, 10145, 8174, 10442, 7698, 9595, 9035, 7877, 10674, 8685, 10506, 6970, 8591, 8850, 7933, 10352, 8761, 10570, 7185, 9685, 7127, 9772, 6725, 8794, 7208, 7861, 9215, 7507, 9702, 7505, 9915, 7333, 8441, 8426, 7833, 10095, 7878, 9878, 7531, 9840, 7437, 8282, 8161, 8098, 9723, 8251, 10650, 7314, 10335, 7645, 8254, 11012, 8515, 10920, 6921, 9810, 8645, 8103, 11289, 8893, 10909, 6851, 9417, 7854, 8195, 9766, 8577, 10594, 8119, 10719, 7368, 8774, 8272, 8191, 10290, 9043, 10981, 8006, 10900, 8159, 11339, 7683, 10487, 6868, 10467, 7413, 10509, 8431, 9304, 7048, 6823, 5412, 8125, 6754, 7079, 8616, 7402, 10041, 8127, 8412, 8541, 8780, 10151, 7812, 11190, 8829, 10821, 10127, 9400, 12038, 10145, 10015, 12128, 10330, 12259, 9219, 11308, 7756, 9905, 6982, 8497, 7389, 7736, 10114, 7018, 9496, 6314, 8034, 6870, 7053, 7444, 6964, 9361, 6401, 8412, 6414, 8271, 8866, 7242, 9158, 6125, 9016, 7283, 7858, 8891, 7677, 9601, 7093, 9760, 8261, 8237, 10376, 8671, 10817, 6678, 9605, 9449, 8256, 10655, 8962, 10132, 7522, 10266, 7555, 9801, 7596, 10287, 8074, 9544, 6972, 9611, 7291, 8561, 11200, 8649, 10995, 8519, 9946, 6811, 9538, 8904, 8527, 11648, 8922, 10668, 7623, 9723, 7077, 8477, 11507, 8399, 10841, 7602, 8468, 10768, 7671, 10288, 6733, 8565, 10445, 8324, 10108, 6957, 9510, 6917, 7884, 9398, 7489, 9700, 7937, 9867, 6258], 'WindowCenter': [3516.0, 3522.0, 3509.0, 3521.0, 3517.0, 3519.0, 3518.0, 3509.0, 3539.0, 3509.0, 3528.0, 3508.0, 3530.0, 3499.0, 3521.0, 3518.0, 3509.0, 3539.0, 3507.0, 3528.0, 3498.0, 3545.0, 3500.0, 3531.0, 3499.0, 3532.0, 3511.0, 3528.0, 3525.0, 3530.0, 3510.0, 3542.0, 3523.0, 3534.0, 3522.0, 3534.0, 3536.0, 3555.0, 3546.0, 3555.0, 3521.0, 3540.0, 3520.0, 3510.0, 3541.0, 3507.0, 3528.0, 3506.0, 3493.0, 3524.0, 3494.0, 3516.0, 3483.0, 3505.0, 3504.0, 3484.0, 3513.0, 3496.0, 3515.0, 3485.0, 3506.0, 3495.0, 3497.0, 3528.0, 3507.0, 3528.0, 3509.0, 3533.0, 3500.0, 3522.0, 3543.0, 3511.0, 3541.0, 3499.0, 3522.0, 3522.0, 3524.0, 3543.0, 3535.0, 3544.0, 3522.0, 3544.0, 3512.0, 3543.0, 3510.0, 3533.0, 3543.0, 3523.0, 3555.0, 3523.0, 3542.0, 3499.0, 3531.0, 3509.0, 3522.0, 3521.0, 3521.0, 3542.0, 3522.0, 3542.0, 3521.0, 3544.0, 3510.0, 3533.0, 3530.0, 3510.0, 3542.0, 3518.0, 3546.0, 3511.0, 3522.0, 3508.0, 3521.0, 3520.0, 3522.0, 3544.0, 3521.0, 3542.0, 3509.0, 3529.0, 3485.0, 3517.0, 3517.0, 3506.0, 3530.0, 3508.0, 3529.0, 3484.0, 3506.0, 3526.0, 3494.0, 3526.0, 3483.0, 3494.0, 3514.0, 3493.0, 3514.0, 3472.0, 3505.0, 3494.0, 3493.0, 3515.0, 3485.0, 3516.0, 3484.0, 3506.0, 3516.0, 3495.0, 3517.0, 3486.0, 3518.0, 3486.0, 3496.0, 3528.0, 3496.0, 3529.0, 3488.0, 3531.0, 3487.0, 3509.0, 3529.0, 3510.0, 3531.0, 3499.0, 3533.0, 3503.0, 3545.0, 3490.0, 3543.0, 3502.0, 3547.0, 3536.0, 3538.0, 3537.0, 3527.0, 3547.0, 3536.0, 3545.0, 3524.0, 3558.0, 3512.0, 3523.0, 3555.0, 3521.0, 3539.0, 3497.0, 3507.0, 3528.0, 3492.0, 3514.0, 3491.0, 3503.0, 3500.0, 3480.0, 3512.0, 3494.0, 3512.0, 3458.0, 3504.0, 3475.0, 3479.0, 3460.0, 3495.0, 3475.0, 3530.0, 3498.0, 3531.0, 3522.0, 3544.0, 3511.0, 3531.0, 3518.0, 3496.0, 3527.0, 3494.0, 3516.0, 3514.0, 3493.0, 3515.0, 3483.0, 3514.0, 3482.0, 3482.0, 3514.0, 3505.0, 3526.0, 3497.0, 3517.0, 3486.0, 3516.0, 3486.0, 3531.0, 3499.0, 3521.0, 3489.0, 3521.0, 3542.0, 3509.0, 3529.0, 3498.0, 3510.0, 3529.0, 3508.0, 3530.0, 3497.0, 3519.0, 3527.0, 3505.0, 3528.0, 3506.0, 3516.0, 3511.0, 3529.0, 3498.0, 3529.0, 3496.0, 3509.0, 3529.0, 3518.0, 3529.0, 3498.0, 3530.0, 3494.0, 3506.0, 3529.0, 3509.0, 3542.0, 3512.0, 3530.0, 3509.0, 3532.0, 3510.0, 3530.0, 3522.0, 3543.0, 3522.0, 3532.0, 3497.0, 3520.0, 3540.0, 3507.0, 3517.0, 3483.0, 3493.0, 3526.0, 3482.0, 3513.0, 3470.0, 3502.0, 3491.0, 3482.0, 3514.0, 3494.0, 3503.0, 3483.0, 3515.0, 3496.0, 3527.0, 3498.0, 3530.0, 3497.0, 3497.0, 3507.0, 3497.0, 3528.0, 3507.0, 3528.0, 3484.0, 3508.0, 3528.0, 3496.0, 3528.0, 3484.0, 3496.0, 3527.0, 3495.0, 3514.0, 3483.0, 3493.0, 3515.0, 3482.0, 3515.0, 3496.0, 3516.0, 3484.0, 3495.0, 3475.0, 3517.0, 3487.0, 3531.0, 3498.0, 3510.0, 3520.0, 3523.0, 3524.0, 3534.0, 3510.0, 3521.0, 3513.0, 3545.0, 3518.0, 3559.0, 3537.0, 3557.0, 3514.0, 3557.0, 3500.0, 3522.0, 3541.0, 3519.0, 3540.0, 3508.0, 3529.0, 3485.0, 3505.0, 3538.0, 3494.0, 3524.0, 3494.0, 3503.0, 3492.0, 3494.0, 3513.0, 3482.0, 3514.0, 3472.0, 3517.0, 3507.0, 3497.0, 3517.0, 3508.0, 3539.0, 3498.0, 3532.0, 3498.0, 3531.0, 3521.0, 3521.0, 3543.0, 3523.0, 3544.0, 3501.0, 3522.0, 3543.0, 3523.0, 3541.0, 3509.0, 3544.0, 3498.0, 3522.0, 3545.0, 3537.0, 3557.0, 3537.0, 3545.0, 3513.0, 3543.0, 3502.0, 3542.0, 3500.0, 3534.0, 3531.0, 3522.0, 3542.0, 3511.0, 3532.0, 3519.0, 3508.0, 3542.0, 3498.0, 3494.0, 3480.0, 3494.0, 3516.0, 3509.0, 3519.0, 3511.0, 3532.0, 3523.0, 3542.0, 3522.0, 3557.0, 3534.0, 3513.0, 3545.0, 3498.0, 3542.0, 3510.0, 3508.0, 3541.0, 3510.0, 3543.0, 3508.0, 3529.0, 3528.0, 3497.0, 3528.0, 3495.0, 3528.0, 3485.0, 3506.0, 3528.0, 3497.0, 3529.0, 3496.0, 3508.0, 3518.0, 3496.0, 3530.0, 3510.0, 3520.0, 3507.0, 3508.0, 3529.0, 3498.0, 3530.0, 3486.0, 3510.0, 3530.0, 3510.0, 3532.0, 3512.0, 3543.0, 3514.0, 3544.0, 3511.0, 3546.0, 3513.0, 3536.0, 3545.0, 3523.0, 3545.0, 3511.0, 3522.0, 3553.0, 3521.0, 3542.0, 3533.0, 3521.0, 3541.0, 3509.0, 3540.0, 3496.0, 3516.0, 3527.0, 3506.0, 3526.0, 3494.0, 3527.0, 3485.0, 3505.0, 3504.0, 3507.0, 3528.0, 3508.0, 3527.0, 3508.0, 3529.0, 3511.0, 3543.0, 3499.0, 3530.0, 3498.0, 3529.0, 3486.0, 3518.0, 3537.0, 3507.0, 3527.0, 3485.0, 3506.0, 3526.0, 3494.0, 3514.0, 3484.0, 3515.0, 3484.0, 3505.0, 3474.0, 3505.0, 3473.0, 3507.0, 3497.0, 3508.0, 3541.0, 3521.0, 3541.0, 3510.0, 3542.0, 3500.0, 3511.0, 3542.0, 3519.0, 3531.0, 3508.0, 3540.0, 3498.0, 3541.0, 3497.0, 3508.0, 3540.0, 3506.0, 3542.0, 3522.0, 3541.0, 3498.0, 3529.0, 3497.0, 3531.0, 3541.0, 3521.0, 3540.0, 3485.0, 3518.0, 3518.0, 3505.0, 3528.0, 3506.0, 3527.0, 3486.0, 3527.0, 3495.0, 3494.0, 3526.0, 3509.0, 3530.0, 3488.0, 3508.0, 3487.0, 3520.0, 3501.0, 3554.0, 3511.0, 3554.0, 3512.0, 3534.0, 3555.0, 3510.0, 3541.0, 3498.0, 3543.0, 3500.0, 3508.0, 3518.0, 3508.0, 3527.0, 3497.0, 3527.0, 3497.0, 3527.0, 3487.0, 3518.0, 3507.0, 3507.0, 3528.0, 3498.0, 3559.0, 3501.0, 3495.0, 3448.0, 3455.0, 3434.0, 3434.0, 3460.0, 3464.0, 3508.0, 3503.0, 3538.0, 3537.0, 3526.0, 3559.0, 3548.0, 3560.0, 3523.0, 3557.0, 3544.0, 3520.0, 3528.0, 3492.0, 3502.0, 3499.0, 3475.0, 3498.0, 3473.0, 3484.0, 3449.0, 3448.0, 3480.0, 3448.0, 3467.0, 3437.0, 3469.0, 3426.0, 3449.0, 3459.0, 3452.0, 3484.0, 3453.0, 3486.0, 3454.0, 3465.0, 3475.0, 3465.0, 3497.0, 3467.0, 3489.0, 3458.0, 3481.0, 3491.0, 3484.0, 3503.0, 3483.0, 3485.0, 3497.0, 3462.0, 3498.0, 3489.0, 3520.0, 3501.0, 3532.0, 3522.0, 3545.0, 3523.0, 3543.0, 3511.0, 3531.0, 3520.0, 3509.0, 3530.0, 3507.0, 3529.0, 3484.0, 3507.0, 3517.0, 3507.0, 3517.0, 3507.0, 3528.0, 3496.0, 3516.0, 3497.0, 3527.0, 3486.0, 3518.0, 3497.0, 3509.0, 3517.0, 3497.0, 3519.0, 3508.0, 3529.0, 3498.0, 3520.0, 3519.0, 3509.0, 3528.0, 3509.0, 3529.0, 3508.0, 3531.0, 3509.0, 3520.0, 3521.0, 3522.0, 3532.0, 3521.0, 3542.0, 3510.0, 3531.0, 3509.0, 3522.0, 3541.0, 3519.0, 3541.0, 3499.0, 3530.0, 3519.0, 3508.0, 3540.0, 3519.0, 3528.0, 3486.0, 3518.0, 3507.0, 3519.0, 3529.0, 3521.0, 3540.0, 3521.0, 3541.0, 3509.0, 3522.0, 3521.0, 3523.0, 3543.0, 3532.0, 3554.0, 3521.0, 3541.0, 3523.0, 3558.0, 3510.0, 3556.0, 3513.0, 3558.0, 3513.0, 3543.0, 3523.0, 3547.0, 3490.0, 3460.0, 3439.0, 3481.0, 3461.0, 3472.0, 3520.0, 3498.0, 3532.0, 3522.0, 3520.0, 3523.0, 3521.0, 3533.0, 3512.0, 3541.0, 3519.0, 3531.0, 3517.0, 3505.0, 3526.0, 3501.0, 3490.0, 3511.0, 3487.0, 3498.0, 3475.0, 3484.0, 3451.0, 3472.0, 3450.0, 3461.0, 3450.0, 3451.0, 3484.0, 3453.0, 3485.0, 3444.0, 3477.0, 3469.0, 3469.0, 3478.0, 3481.0, 3515.0, 3484.0, 3503.0, 3473.0, 3507.0, 3505.0, 3498.0, 3519.0, 3476.0, 3519.0, 3497.0, 3510.0, 3519.0, 3509.0, 3530.0, 3499.0, 3532.0, 3519.0, 3521.0, 3530.0, 3522.0, 3544.0, 3502.0, 3532.0, 3531.0, 3522.0, 3560.0, 3537.0, 3558.0, 3525.0, 3530.0, 3496.0, 3532.0, 3526.0, 3544.0, 3525.0, 3534.0, 3515.0, 3534.0, 3497.0, 3519.0, 3543.0, 3522.0, 3542.0, 3521.0, 3530.0, 3500.0, 3520.0, 3518.0, 3508.0, 3527.0, 3518.0, 3527.0, 3496.0, 3519.0, 3484.0, 3506.0, 3526.0, 3494.0, 3526.0, 3483.0, 3495.0, 3525.0, 3494.0, 3515.0, 3482.0, 3506.0, 3526.0, 3505.0, 3516.0, 3496.0, 3516.0, 3484.0, 3507.0, 3519.0, 3499.0, 3518.0, 3509.0, 3531.0, 3488.0], 'WindowWidth': [8001.0, 8001.0, 7978.0, 7996.0, 7985.0, 7989.0, 7987.0, 7976.0, 8016.0, 7976.0, 8000.0, 7973.0, 8004.0, 7960.0, 7995.0, 7987.0, 7974.0, 8014.0, 7967.0, 7996.0, 7961.0, 8033.0, 7965.0, 8008.0, 7965.0, 8011.0, 7983.0, 8001.0, 8008.0, 8005.0, 7977.0, 8021.0, 8001.0, 8016.0, 8002.0, 8018.0, 8022.0, 8048.0, 8037.0, 8047.0, 7994.0, 8020.0, 7991.0, 7978.0, 8020.0, 7966.0, 7997.0, 7963.0, 7942.0, 7986.0, 7944.0, 7977.0, 7930.0, 7961.0, 7960.0, 7932.0, 7971.0, 7952.0, 7977.0, 7938.0, 7966.0, 7952.0, 7957.0, 7998.0, 7972.0, 8000.0, 7977.0, 8012.0, 7966.0, 7998.0, 8026.0, 7981.0, 8021.0, 7962.0, 7997.0, 7996.0, 8004.0, 8027.0, 8019.0, 8028.0, 7997.0, 8031.0, 7984.0, 8027.0, 7979.0, 8013.0, 8027.0, 8000.0, 8045.0, 8000.0, 8025.0, 7963.0, 8007.0, 7977.0, 7996.0, 7996.0, 7996.0, 8024.0, 7996.0, 8024.0, 7995.0, 8029.0, 7980.0, 8013.0, 8006.0, 7979.0, 8024.0, 7988.0, 8035.0, 7981.0, 7996.0, 7971.0, 7991.0, 7991.0, 7999.0, 8030.0, 7993.0, 8021.0, 7975.0, 7999.0, 7939.0, 7983.0, 7981.0, 7967.0, 8004.0, 7971.0, 7999.0, 7935.0, 7965.0, 7991.0, 7945.0, 7990.0, 7929.0, 7946.0, 7971.0, 7942.0, 7970.0, 7914.0, 7960.0, 7944.0, 7944.0, 7974.0, 7935.0, 7976.0, 7935.0, 7965.0, 7977.0, 7950.0, 7979.0, 7940.0, 7982.0, 7938.0, 7953.0, 7997.0, 7955.0, 8000.0, 7948.0, 8004.0, 7944.0, 7976.0, 8002.0, 7978.0, 8006.0, 7963.0, 8015.0, 7976.0, 8035.0, 7954.0, 8029.0, 7973.0, 8040.0, 8023.0, 8031.0, 8027.0, 8014.0, 8039.0, 8022.0, 8034.0, 8004.0, 8056.0, 7986.0, 8001.0, 8048.0, 7991.0, 8016.0, 7954.0, 7967.0, 7999.0, 7941.0, 7973.0, 7935.0, 7953.0, 7947.0, 7919.0, 7964.0, 7946.0, 7964.0, 7891.0, 7957.0, 7926.0, 7918.0, 7894.0, 7949.0, 7925.0, 8003.0, 7962.0, 8006.0, 7998.0, 8029.0, 7981.0, 8007.0, 7985.0, 7951.0, 7997.0, 7945.0, 7977.0, 7974.0, 7942.0, 7974.0, 7930.0, 7970.0, 7925.0, 7926.0, 7971.0, 7960.0, 7991.0, 7959.0, 7981.0, 7940.0, 7980.0, 7943.0, 8008.0, 7964.0, 7994.0, 7949.0, 7995.0, 8022.0, 7975.0, 8002.0, 7959.0, 7976.0, 8002.0, 7971.0, 8002.0, 7953.0, 7985.0, 7996.0, 7963.0, 7997.0, 7964.0, 7979.0, 7981.0, 8001.0, 7960.0, 8001.0, 7954.0, 7974.0, 8000.0, 7986.0, 8001.0, 7959.0, 8003.0, 7948.0, 7966.0, 8000.0, 7977.0, 8026.0, 7986.0, 8004.0, 7976.0, 8011.0, 7979.0, 8003.0, 7999.0, 8026.0, 7998.0, 8009.0, 7955.0, 7988.0, 8020.0, 7965.0, 7979.0, 7928.0, 7943.0, 7993.0, 7926.0, 7967.0, 7907.0, 7952.0, 7936.0, 7925.0, 7970.0, 7944.0, 7958.0, 7931.0, 7976.0, 7952.0, 7996.0, 7961.0, 8002.0, 7957.0, 7955.0, 7968.0, 7956.0, 7998.0, 7968.0, 7996.0, 7935.0, 7972.0, 7999.0, 7952.0, 7995.0, 7933.0, 7952.0, 7993.0, 7948.0, 7972.0, 7931.0, 7943.0, 7973.0, 7928.0, 7973.0, 7952.0, 7977.0, 7933.0, 7950.0, 7925.0, 7983.0, 7946.0, 8008.0, 7961.0, 7979.0, 7994.0, 8002.0, 8006.0, 8018.0, 7981.0, 7997.0, 7989.0, 8036.0, 8006.0, 8060.0, 8029.0, 8052.0, 7990.0, 8050.0, 7967.0, 7996.0, 8023.0, 7987.0, 8018.0, 7971.0, 8000.0, 7937.0, 7964.0, 8013.0, 7946.0, 7986.0, 7945.0, 7957.0, 7942.0, 7945.0, 7972.0, 7930.0, 7974.0, 7917.0, 7982.0, 7968.0, 7955.0, 7984.0, 7971.0, 8016.0, 7961.0, 8010.0, 7962.0, 8009.0, 7995.0, 7997.0, 8026.0, 7999.0, 8029.0, 7967.0, 7996.0, 8029.0, 8001.0, 8021.0, 7977.0, 8027.0, 7960.0, 7996.0, 8034.0, 8025.0, 8051.0, 8024.0, 8032.0, 7987.0, 8027.0, 7972.0, 8023.0, 7965.0, 8015.0, 8009.0, 7998.0, 8024.0, 7980.0, 8009.0, 7989.0, 7973.0, 8025.0, 7958.0, 7945.0, 7918.0, 7944.0, 7978.0, 7973.0, 7988.0, 7981.0, 8012.0, 8001.0, 8024.0, 8000.0, 8053.0, 8017.0, 7987.0, 8032.0, 7959.0, 8023.0, 7978.0, 7974.0, 8020.0, 7978.0, 8027.0, 7972.0, 8001.0, 8000.0, 7956.0, 7998.0, 7952.0, 7998.0, 7937.0, 7967.0, 7998.0, 7957.0, 8001.0, 7954.0, 7972.0, 7984.0, 7955.0, 8005.0, 7981.0, 7992.0, 7968.0, 7972.0, 8000.0, 7959.0, 8003.0, 7943.0, 7977.0, 8006.0, 7979.0, 8010.0, 7987.0, 8029.0, 7996.0, 8032.0, 7986.0, 8036.0, 7988.0, 8021.0, 8035.0, 8003.0, 8034.0, 7984.0, 7999.0, 8043.0, 7994.0, 8025.0, 8012.0, 7993.0, 8023.0, 7973.0, 8019.0, 7954.0, 7981.0, 7997.0, 7965.0, 7992.0, 7947.0, 7994.0, 7939.0, 7964.0, 7962.0, 7970.0, 7999.0, 7975.0, 7998.0, 7973.0, 8004.0, 7984.0, 8029.0, 7964.0, 8005.0, 7962.0, 8003.0, 7942.0, 7985.0, 8012.0, 7966.0, 7995.0, 7936.0, 7964.0, 7994.0, 7947.0, 7972.0, 7933.0, 7977.0, 7936.0, 7962.0, 7924.0, 7964.0, 7921.0, 7970.0, 7957.0, 7974.0, 8021.0, 7994.0, 8022.0, 7981.0, 8024.0, 7966.0, 7980.0, 8023.0, 7990.0, 8006.0, 7975.0, 8019.0, 7961.0, 8021.0, 7956.0, 7973.0, 8019.0, 7968.0, 8023.0, 8002.0, 8022.0, 7962.0, 8003.0, 7957.0, 8009.0, 8021.0, 7993.0, 8018.0, 7938.0, 7984.0, 7984.0, 7965.0, 7996.0, 7967.0, 7995.0, 7941.0, 7997.0, 7951.0, 7948.0, 7992.0, 7976.0, 8004.0, 7948.0, 7972.0, 7946.0, 7993.0, 7975.0, 8045.0, 7986.0, 8044.0, 7987.0, 8015.0, 8047.0, 7978.0, 8020.0, 7961.0, 8024.0, 7964.0, 7972.0, 7987.0, 7969.0, 7994.0, 7955.0, 7996.0, 7957.0, 7997.0, 7943.0, 7986.0, 7969.0, 7971.0, 7999.0, 7961.0, 8057.0, 7966.0, 7945.0, 7868.0, 7873.0, 7843.0, 7846.0, 7887.0, 7904.0, 7969.0, 7976.0, 8029.0, 8028.0, 8013.0, 8063.0, 8045.0, 8064.0, 8003.0, 8054.0, 8033.0, 7990.0, 8003.0, 7937.0, 7956.0, 7943.0, 7903.0, 7940.0, 7894.0, 7911.0, 7858.0, 7856.0, 7901.0, 7853.0, 7880.0, 7839.0, 7885.0, 7827.0, 7861.0, 7876.0, 7869.0, 7914.0, 7874.0, 7919.0, 7874.0, 7892.0, 7905.0, 7892.0, 7937.0, 7899.0, 7931.0, 7889.0, 7923.0, 7937.0, 7933.0, 7956.0, 7932.0, 7939.0, 7957.0, 7903.0, 7960.0, 7953.0, 7993.0, 7971.0, 8012.0, 8000.0, 8033.0, 8001.0, 8028.0, 7981.0, 8008.0, 7992.0, 7973.0, 8004.0, 7971.0, 8001.0, 7936.0, 7969.0, 7982.0, 7968.0, 7982.0, 7969.0, 7998.0, 7954.0, 7979.0, 7956.0, 7996.0, 7942.0, 7986.0, 7959.0, 7976.0, 7985.0, 7957.0, 7988.0, 7975.0, 8003.0, 7960.0, 7992.0, 7989.0, 7975.0, 8000.0, 7975.0, 8003.0, 7976.0, 8007.0, 7976.0, 7992.0, 7995.0, 7999.0, 8011.0, 7996.0, 8024.0, 7979.0, 8009.0, 7978.0, 7996.0, 8021.0, 7989.0, 8021.0, 7964.0, 8006.0, 7989.0, 7973.0, 8018.0, 7987.0, 8001.0, 7942.0, 7987.0, 7971.0, 7989.0, 8003.0, 7994.0, 8021.0, 7996.0, 8022.0, 7977.0, 7996.0, 7996.0, 8000.0, 8026.0, 8012.0, 8046.0, 7998.0, 8023.0, 8001.0, 8056.0, 7982.0, 8049.0, 7989.0, 8057.0, 7989.0, 8031.0, 8001.0, 8039.0, 7947.0, 7887.0, 7858.0, 7917.0, 7892.0, 7908.0, 7990.0, 7959.0, 8011.0, 7998.0, 7993.0, 8002.0, 7994.0, 8014.0, 7984.0, 8025.0, 7991.0, 8005.0, 7984.0, 7963.0, 7992.0, 7950.0, 7932.0, 7961.0, 7922.0, 7942.0, 7901.0, 7913.0, 7866.0, 7895.0, 7865.0, 7880.0, 7865.0, 7867.0, 7914.0, 7873.0, 7919.0, 7862.0, 7912.0, 7905.0, 7905.0, 7917.0, 7926.0, 7977.0, 7935.0, 7958.0, 7919.0, 7968.0, 7964.0, 7959.0, 7986.0, 7928.0, 7988.0, 7958.0, 7977.0, 7990.0, 7977.0, 8005.0, 7963.0, 8012.0, 7991.0, 7996.0, 8008.0, 7999.0, 8029.0, 7972.0, 8012.0, 8006.0, 7998.0, 8063.0, 8026.0, 8055.0, 8009.0, 8003.0, 7952.0, 8011.0, 8012.0, 8031.0, 8008.0, 8017.0, 7994.0, 8018.0, 7955.0, 7989.0, 8029.0, 7997.0, 8024.0, 7992.0, 8005.0, 7965.0, 7990.0, 7985.0, 7971.0, 7999.0, 7984.0, 7997.0, 7952.0, 7987.0, 7936.0, 7966.0, 7994.0, 7948.0, 7991.0, 7929.0, 7949.0, 7990.0, 7947.0, 7976.0, 7930.0, 7965.0, 7993.0, 7962.0, 7976.0, 7954.0, 7978.0, 7934.0, 7968.0, 7988.0, 7962.0, 7987.0, 7976.0, 8007.0, 7948.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.0036715366972477066</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03297462178899083</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.03211933067737</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.213736542789895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.059844179517795</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4003.7937</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1365170331894249</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.137614678899082</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.611869452299896</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.51613266728345</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.87730165867251</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4421740309437285</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0244094</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013227062299847603</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03896908834576607</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.851262843436565</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>14.9329</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4536</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.5092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297403.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>712.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.7916</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2538</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.9404</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2699.4514</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79141.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3541.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>745.2054</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.401083787204698</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> |