=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0102_ses-03_task-social_acq-mb8_run-01_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-0102_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-01_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-0102/ses-03/func/sub-0102_ses-03_task-social_acq-mb8_run-01_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>89f55dd1fc95de70cabee93f39263b2e</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:03:54.200000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.102817</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7478d42b-62d8-410d-8841-0f859398ab14||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['130354.200000', '130354.660000', '130355.120000', '130355.580000', '130356.040000', '130356.500000', '130356.960000', '130357.420000', '130357.880000', '130358.340000', '130358.800000', '130359.260000', '130359.720000', '130400.180000', '130400.640000', '130401.100000', '130401.560000', '130402.020000', '130402.480000', '130402.940000', '130403.400000', '130403.860000', '130404.320000', '130404.780000', '130405.240000', '130405.700000', '130406.160000', '130406.620000', '130407.080000', '130407.540000', '130408.000000', '130408.460000', '130408.920000', '130409.380000', '130409.840000', '130410.300000', '130410.760000', '130411.220000', '130411.680000', '130412.140000', '130412.600000', '130413.060000', '130413.520000', '130413.980000', '130414.440000', '130414.900000', '130415.360000', '130415.820000', '130416.280000', '130416.740000', '130417.200000', '130417.660000', '130418.120000', '130418.580000', '130419.040000', '130419.500000', '130419.960000', '130420.420000', '130420.880000', '130421.340000', '130421.800000', '130422.260000', '130422.720000', '130423.180000', '130423.640000', '130424.100000', '130424.560000', '130425.020000', '130425.480000', '130425.940000', '130426.400000', '130426.860000', '130427.320000', '130427.780000', '130428.240000', '130428.700000', '130429.160000', '130429.620000', '130430.080000', '130430.540000', '130431.000000', '130431.460000', '130431.920000', '130432.380000', '130432.840000', '130433.300000', '130433.760000', '130434.220000', '130434.680000', '130435.140000', '130435.600000', '130436.060000', '130436.520000', '130436.980000', '130437.440000', '130437.900000', '130438.360000', '130438.820000', '130439.280000', '130439.740000', '130440.200000', '130440.660000', '130441.120000', '130441.580000', '130442.040000', '130442.500000', '130442.960000', '130443.420000', '130443.880000', '130444.340000', '130444.800000', '130445.260000', '130445.720000', '130446.180000', '130446.640000', '130447.100000', '130447.560000', '130448.020000', '130448.480000', '130448.940000', '130449.400000', '130449.860000', '130450.320000', '130450.780000', '130451.240000', '130451.700000', '130452.160000', '130452.620000', '130453.080000', '130453.540000', '130454.000000', '130454.460000', '130454.920000', '130455.380000', '130455.840000', '130456.300000', '130456.760000', '130457.220000', '130457.680000', '130458.140000', '130458.600000', '130459.060000', '130459.520000', '130459.980000', '130500.440000', '130500.900000', '130501.360000', '130501.820000', '130502.280000', '130502.740000', '130503.200000', '130503.660000', '130504.120000', '130504.580000', '130505.040000', '130505.500000', '130505.960000', '130506.420000', '130506.880000', '130507.340000', '130507.800000', '130508.260000', '130508.720000', '130509.180000', '130509.640000', '130510.100000', '130510.560000', '130511.020000', '130511.480000', '130511.940000', '130512.400000', '130512.860000', '130513.320000', '130513.780000', '130514.240000', '130514.700000', '130515.160000', '130515.620000', '130516.080000', '130516.540000', '130517.000000', '130517.460000', '130517.920000', '130518.380000', '130518.840000', '130519.300000', '130519.760000', '130520.220000', '130520.680000', '130521.140000', '130521.600000', '130522.060000', '130522.520000', '130522.980000', '130523.440000', '130523.900000', '130524.360000', '130524.820000', '130525.280000', '130525.740000', '130526.200000', '130526.660000', '130527.120000', '130527.580000', '130528.040000', '130528.500000', '130528.960000', '130529.420000', '130529.880000', '130530.340000', '130530.800000', '130531.260000', '130531.720000', '130532.180000', '130532.640000', '130533.100000', '130533.560000', '130534.020000', '130534.480000', '130534.940000', '130535.400000', '130535.860000', '130536.320000', '130536.780000', '130537.240000', '130537.700000', '130538.160000', '130538.620000', '130539.080000', '130539.540000', '130540.000000', '130540.460000', '130540.920000', '130541.380000', '130541.840000', '130542.300000', '130542.760000', '130543.220000', '130543.680000', '130544.140000', '130544.600000', '130545.060000', '130545.520000', '130545.980000', '130546.440000', '130546.900000', '130547.360000', '130547.820000', '130548.280000', '130548.740000', '130549.200000', '130549.660000', '130550.120000', '130550.580000', '130551.040000', '130551.500000', '130551.960000', '130552.420000', '130552.880000', '130553.340000', '130553.800000', '130554.260000', '130554.720000', '130555.180000', '130555.640000', '130556.100000', '130556.560000', '130557.020000', '130557.480000', '130557.940000', '130558.400000', '130558.860000', '130559.320000', '130559.780000', '130600.240000', '130600.700000', '130601.160000', '130601.620000', '130602.080000', '130602.540000', '130603.000000', '130603.460000', '130603.920000', '130604.380000', '130604.840000', '130605.300000', '130605.760000', '130606.220000', '130606.680000', '130607.140000', '130607.600000', '130608.060000', '130608.520000', '130608.980000', '130609.440000', '130609.900000', '130610.360000', '130610.820000', '130611.280000', '130611.740000', '130612.200000', '130612.660000', '130613.120000', '130613.580000', '130614.040000', '130614.500000', '130614.960000', '130615.420000', '130615.880000', '130616.340000', '130616.800000', '130617.260000', '130617.720000', '130618.180000', '130618.640000', '130619.100000', '130619.560000', '130620.020000', '130620.480000', '130620.940000', '130621.400000', '130621.860000', '130622.320000', '130622.780000', '130623.240000', '130623.700000', '130624.160000', '130624.620000', '130625.080000', '130625.540000', '130626.000000', '130626.460000', '130626.920000', '130627.380000', '130627.840000', '130628.300000', '130628.760000', '130629.220000', '130629.680000', '130630.140000', '130630.600000', '130631.060000', '130631.520000', '130631.980000', '130632.440000', '130632.900000', '130633.360000', '130633.820000', '130634.280000', '130634.740000', '130635.200000', '130635.660000', '130636.120000', '130636.580000', '130637.040000', '130637.500000', '130637.960000', '130638.420000', '130638.880000', '130639.340000', '130639.800000', '130640.260000', '130640.720000', '130641.180000', '130641.640000', '130642.100000', '130642.560000', '130643.020000', '130643.480000', '130643.940000', '130644.400000', '130644.860000', '130645.320000', '130645.780000', '130646.240000', '130646.700000', '130647.160000', '130647.620000', '130648.080000', '130648.540000', '130649.000000', '130649.460000', '130649.920000', '130650.380000', '130650.840000', '130651.300000', '130651.760000', '130652.220000', '130652.680000', '130653.140000', '130653.600000', '130654.060000', '130654.520000', '130654.980000', '130655.440000', '130655.900000', '130656.360000', '130656.820000', '130657.280000', '130657.740000', '130658.200000', '130658.660000', '130659.120000', '130659.580000', '130700.040000', '130700.500000', '130700.960000', '130701.420000', '130701.880000', '130702.340000', '130702.800000', '130703.260000', '130703.720000', '130704.180000', '130704.640000', '130705.100000', '130705.560000', '130706.020000', '130706.480000', '130706.940000', '130707.400000', '130707.860000', '130708.320000', '130708.780000', '130709.240000', '130709.700000', '130710.160000', '130710.620000', '130711.080000', '130711.540000', '130712.000000', '130712.460000', '130712.920000', '130713.380000', '130713.840000', '130714.300000', '130714.760000', '130715.220000', '130715.680000', '130716.140000', '130716.600000', '130717.060000', '130717.520000', '130717.980000', '130718.440000', '130718.900000', '130719.360000', '130719.820000', '130720.280000', '130720.740000', '130721.200000', '130721.660000', '130722.120000', '130722.580000', '130723.040000', '130723.500000', '130723.960000', '130724.420000', '130724.880000', '130725.340000', '130725.800000', '130726.260000', '130726.720000', '130727.180000', '130727.640000', '130728.100000', '130728.560000', '130729.020000', '130729.480000', '130729.940000', '130730.400000', '130730.860000', '130731.320000', '130731.780000', '130732.240000', '130732.700000', '130733.160000', '130733.620000', '130734.080000', '130734.540000', '130735.000000', '130735.460000', '130735.920000', '130736.380000', '130736.840000', '130737.300000', '130737.760000', '130738.220000', '130738.680000', '130739.140000', '130739.600000', '130740.060000', '130740.520000', '130740.980000', '130741.440000', '130741.900000', '130742.360000', '130742.820000', '130743.280000', '130743.740000', '130744.200000', '130744.660000', '130745.120000', '130745.580000', '130746.040000', '130746.500000', '130746.960000', '130747.420000', '130747.880000', '130748.340000', '130748.800000', '130749.260000', '130749.720000', '130750.180000', '130750.640000', '130751.100000', '130751.560000', '130752.020000', '130752.480000', '130752.940000', '130753.400000', '130753.860000', '130754.320000', '130754.780000', '130755.240000', '130755.700000', '130756.160000', '130756.620000', '130757.080000', '130757.540000', '130758.000000', '130758.460000', '130758.920000', '130759.380000', '130759.840000', '130800.300000', '130800.760000', '130801.220000', '130801.680000', '130802.140000', '130802.600000', '130803.060000', '130803.520000', '130803.980000', '130804.440000', '130804.900000', '130805.360000', '130805.820000', '130806.280000', '130806.740000', '130807.200000', '130807.660000', '130808.120000', '130808.580000', '130809.040000', '130809.500000', '130809.960000', '130810.420000', '130810.880000', '130811.340000', '130811.800000', '130812.260000', '130812.720000', '130813.180000', '130813.640000', '130814.100000', '130814.560000', '130815.020000', '130815.480000', '130815.940000', '130816.400000', '130816.860000', '130817.320000', '130817.780000', '130818.240000', '130818.700000', '130819.160000', '130819.620000', '130820.080000', '130820.540000', '130821.000000', '130821.460000', '130821.920000', '130822.380000', '130822.840000', '130823.300000', '130823.760000', '130824.220000', '130824.680000', '130825.140000', '130825.600000', '130826.060000', '130826.520000', '130826.980000', '130827.440000', '130827.900000', '130828.360000', '130828.820000', '130829.280000', '130829.740000', '130830.200000', '130830.660000', '130831.120000', '130831.580000', '130832.040000', '130832.500000', '130832.960000', '130833.420000', '130833.880000', '130834.340000', '130834.800000', '130835.260000', '130835.720000', '130836.180000', '130836.640000', '130837.100000', '130837.560000', '130838.020000', '130838.480000', '130838.940000', '130839.400000', '130839.860000', '130840.320000', '130840.780000', '130841.240000', '130841.700000', '130842.160000', '130842.620000', '130843.080000', '130843.540000', '130844.000000', '130844.460000', '130844.920000', '130845.380000', '130845.840000', '130846.300000', '130846.760000', '130847.220000', '130847.680000', '130848.140000', '130848.600000', '130849.060000', '130849.520000', '130849.980000', '130850.440000', '130850.900000', '130851.360000', '130851.820000', '130852.280000', '130852.740000', '130853.200000', '130853.660000', '130854.120000', '130854.580000', '130855.040000', '130855.500000', '130855.960000', '130856.420000', '130856.880000', '130857.340000', '130857.800000', '130858.260000', '130858.720000', '130859.180000', '130859.640000', '130900.100000', '130900.560000', '130901.020000', '130901.480000', '130901.940000', '130902.400000', '130902.860000', '130903.320000', '130903.780000', '130904.240000', '130904.700000', '130905.160000', '130905.620000', '130906.080000', '130906.540000', '130907.000000', '130907.460000', '130907.920000', '130908.380000', '130908.840000', '130909.300000', '130909.760000', '130910.220000', '130910.680000', '130911.140000', '130911.600000', '130912.060000', '130912.520000', '130912.980000', '130913.440000', '130913.900000', '130914.360000', '130914.820000', '130915.280000', '130915.740000', '130916.200000', '130916.660000', '130917.120000', '130917.580000', '130918.040000', '130918.500000', '130918.960000', '130919.420000', '130919.880000', '130920.340000', '130920.800000', '130921.260000', '130921.720000', '130922.180000', '130922.640000', '130923.100000', '130923.560000', '130924.020000', '130924.480000', '130924.940000', '130925.400000', '130925.860000', '130926.320000', '130926.780000', '130927.240000', '130927.700000', '130928.160000', '130928.620000', '130929.080000', '130929.540000', '130930.000000', '130930.460000', '130930.920000', '130931.380000', '130931.840000', '130932.300000', '130932.760000', '130933.220000', '130933.680000', '130934.140000', '130934.600000', '130935.060000', '130935.520000', '130935.980000', '130936.440000', '130936.900000', '130937.360000', '130937.820000', '130938.280000', '130938.740000', '130939.200000', '130939.660000', '130940.120000', '130940.580000', '130941.040000', '130941.500000', '130941.960000', '130942.420000', '130942.880000', '130943.340000', '130943.800000', '130944.260000', '130944.720000', '130945.180000', '130945.640000', '130946.100000', '130946.560000', '130947.020000', '130947.480000', '130947.940000', '130948.400000', '130948.860000', '130949.320000', '130949.780000', '130950.240000', '130950.700000', '130951.160000', '130951.620000', '130952.080000', '130952.540000', '130953.000000', '130953.460000', '130953.920000', '130954.380000', '130954.840000', '130955.300000', '130955.760000', '130956.220000', '130956.680000', '130957.140000', '130957.600000', '130958.060000', '130958.520000', '130958.980000', '130959.440000', '130959.900000', '131000.360000', '131000.820000', '131001.280000', '131001.740000', '131002.200000', '131002.660000', '131003.120000', '131003.580000', '131004.040000', '131004.500000', '131004.960000', '131005.420000', '131005.880000', '131006.340000', '131006.800000', '131007.260000', '131007.720000', '131008.180000', '131008.640000', '131009.100000', '131009.560000', '131010.020000', '131010.480000', '131010.940000', '131011.400000', '131011.860000', '131012.320000', '131012.780000', '131013.240000', '131013.700000', '131014.160000', '131014.620000', '131015.080000', '131015.540000', '131016.000000', '131016.460000', '131016.920000', '131017.380000', '131017.840000', '131018.300000', '131018.760000', '131019.220000', '131019.680000', '131020.140000', '131020.600000', '131021.060000', '131021.520000', '131021.980000', '131022.440000', '131022.900000', '131023.360000', '131023.820000', '131024.280000', '131024.740000', '131025.200000', '131025.660000', '131026.120000', '131026.580000', '131027.040000', '131027.500000', '131027.960000', '131028.420000', '131028.880000', '131029.340000', '131029.800000', '131030.260000', '131030.720000', '131031.180000', '131031.640000', '131032.100000', '131032.560000', '131033.020000', '131033.480000', '131033.940000', '131034.400000', '131034.860000'], 'ContentTime': ['130413.130000', '130413.133000', '130413.136000', '130413.139000', '130413.142000', '130413.145000', '130413.148000', '130413.150000', '130413.153000', '130413.156000', '130413.168000', '130413.170000', '130413.173000', '130413.180000', '130413.182000', '130413.185000', '130413.205000', '130413.208000', '130413.210000', '130413.213000', '130413.216000', '130413.225000', '130413.228000', '130413.231000', '130413.234000', '130413.236000', '130413.239000', '130413.241000', '130413.244000', '130413.247000', '130413.249000', '130413.252000', '130413.254000', '130413.257000', '130413.259000', '130413.262000', '130413.265000', '130413.267000', '130413.270000', '130433.030000', '130433.032000', '130433.035000', '130433.038000', '130433.040000', '130433.043000', '130433.046000', '130433.048000', '130433.051000', '130433.053000', '130433.056000', '130433.058000', '130433.061000', '130433.064000', '130433.066000', '130433.069000', '130433.072000', '130433.074000', '130433.077000', '130433.079000', '130433.082000', '130433.085000', '130433.087000', '130433.090000', '130433.092000', '130433.095000', '130433.098000', '130433.100000', '130433.103000', '130433.105000', '130433.108000', '130433.119000', '130433.122000', '130433.125000', '130433.127000', '130433.130000', '130433.132000', '130433.135000', '130433.138000', '130433.140000', '130433.143000', '130433.145000', '130433.148000', '130433.151000', '130453.030000', '130453.032000', '130453.035000', '130453.038000', '130453.040000', '130453.043000', '130453.046000', '130453.049000', '130453.051000', '130453.054000', '130453.056000', '130453.059000', '130453.062000', '130453.064000', '130453.067000', '130453.069000', '130453.072000', '130453.075000', '130453.077000', '130453.080000', '130453.083000', '130453.085000', '130453.088000', '130453.090000', '130453.093000', '130453.095000', '130453.098000', '130453.100000', '130453.103000', '130453.106000', '130453.108000', '130453.111000', '130453.114000', '130453.116000', '130453.119000', '130453.121000', '130453.124000', '130453.127000', '130453.129000', '130453.132000', '130453.134000', '130453.137000', '130453.140000', '130513.028000', '130513.031000', '130513.034000', '130513.037000', '130513.039000', '130513.043000', '130513.046000', '130513.048000', '130513.051000', '130513.053000', '130513.056000', '130513.059000', '130513.061000', '130513.064000', '130513.066000', '130513.069000', '130513.072000', '130513.074000', '130513.077000', '130513.080000', '130513.082000', '130513.085000', '130513.087000', '130513.090000', '130513.092000', '130513.095000', '130513.098000', '130513.100000', '130513.103000', '130513.106000', '130513.109000', '130513.111000', '130513.114000', '130513.125000', '130513.128000', '130513.130000', '130513.133000', '130513.136000', '130513.138000', '130513.141000', '130513.143000', '130513.146000', '130513.148000', '130533.029000', '130533.032000', '130533.035000', '130533.037000', '130533.045000', '130533.048000', '130533.050000', '130533.053000', '130533.056000', '130533.058000', '130533.061000', '130533.063000', '130533.066000', '130533.068000', '130533.071000', '130533.074000', '130533.076000', '130533.079000', '130533.081000', '130533.084000', '130533.086000', '130533.089000', '130533.092000', '130533.094000', '130533.097000', '130533.100000', '130533.102000', '130533.105000', '130533.108000', '130533.110000', '130533.113000', '130533.115000', '130533.118000', '130533.129000', '130533.132000', '130533.134000', '130533.137000', '130533.140000', '130533.142000', '130533.145000', '130533.148000', '130533.150000', '130533.153000', '130533.155000', '130553.029000', '130553.032000', '130553.035000', '130553.037000', '130553.040000', '130553.043000', '130553.045000', '130553.048000', '130553.051000', '130553.053000', '130553.056000', '130553.058000', '130553.061000', '130553.063000', '130553.066000', '130553.069000', '130553.071000', '130553.074000', '130553.076000', '130553.079000', '130553.082000', '130553.084000', '130553.087000', '130553.090000', '130553.092000', '130553.095000', '130553.097000', '130553.131000', '130553.134000', '130553.137000', '130553.139000', '130553.142000', '130553.144000', '130553.147000', '130553.150000', '130553.152000', '130553.155000', '130553.157000', '130553.160000', '130553.163000', '130553.165000', '130553.168000', '130553.171000', '130553.173000', '130613.030000', '130613.032000', '130613.035000', '130613.038000', '130613.040000', '130613.043000', '130613.045000', '130613.048000', '130613.051000', '130613.053000', '130613.056000', '130613.059000', '130613.061000', '130613.064000', '130613.066000', '130613.069000', '130613.071000', '130613.074000', '130613.077000', '130613.079000', '130613.082000', '130613.084000', '130613.087000', '130613.090000', '130613.092000', '130613.095000', '130613.098000', '130613.100000', '130613.103000', '130613.105000', '130613.108000', '130613.111000', '130613.113000', '130613.116000', '130613.119000', '130613.121000', '130613.124000', '130613.126000', '130613.129000', '130613.132000', '130613.134000', '130613.137000', '130613.140000', '130633.029000', '130633.032000', '130633.035000', '130633.038000', '130633.040000', '130633.043000', '130633.045000', '130633.048000', '130633.051000', '130633.053000', '130633.056000', '130633.058000', '130633.061000', '130633.064000', '130633.066000', '130633.069000', '130633.072000', '130633.075000', '130633.077000', '130633.080000', '130633.083000', '130633.085000', '130633.088000', '130633.090000', '130633.093000', '130633.096000', '130633.098000', '130633.101000', '130633.104000', '130633.106000', '130633.109000', '130633.112000', '130633.115000', '130633.117000', '130633.120000', '130633.123000', '130633.125000', '130633.128000', '130633.130000', '130633.133000', '130633.136000', '130633.138000', '130633.141000', '130633.144000', '130653.029000', '130653.032000', '130653.035000', '130653.038000', '130653.040000', '130653.043000', '130653.045000', '130653.048000', '130653.051000', '130653.053000', '130653.056000', '130653.059000', '130653.061000', '130653.064000', '130653.066000', '130653.069000', '130653.072000', '130653.074000', '130653.077000', '130653.079000', '130653.082000', '130653.085000', '130653.087000', '130653.090000', '130653.093000', '130653.095000', '130653.098000', '130653.100000', '130653.103000', '130653.106000', '130653.108000', '130653.111000', '130653.113000', '130653.116000', '130653.119000', '130653.121000', '130653.124000', '130653.127000', '130653.129000', '130653.132000', '130653.134000', '130653.137000', '130653.140000', '130713.029000', '130713.032000', '130713.035000', '130713.037000', '130713.040000', '130713.042000', '130713.045000', '130713.048000', '130713.051000', '130713.053000', '130713.056000', '130713.058000', '130713.061000', '130713.064000', '130713.066000', '130713.069000', '130713.072000', '130713.074000', '130713.077000', '130713.080000', '130713.082000', '130713.085000', '130713.087000', '130713.090000', '130713.093000', '130713.095000', '130713.098000', '130713.101000', '130713.103000', '130713.106000', '130713.109000', '130713.111000', '130713.114000', '130713.116000', '130713.119000', '130713.122000', '130713.124000', '130713.127000', '130713.129000', '130713.132000', '130713.135000', '130713.137000', '130713.140000', '130713.142000', '130733.028000', '130733.031000', '130733.034000', '130733.036000', '130733.039000', '130733.042000', '130733.044000', '130733.047000', '130733.050000', '130733.059000', '130733.061000', '130733.064000', '130733.067000', '130733.069000', '130733.072000', '130733.074000', '130733.077000', '130733.080000', '130733.082000', '130733.085000', '130733.088000', '130733.090000', '130733.093000', '130733.096000', '130733.098000', '130733.101000', '130733.104000', '130733.106000', '130733.109000', '130733.111000', '130733.114000', '130733.117000', '130733.119000', '130733.122000', '130733.125000', '130733.127000', '130733.156000', '130733.159000', '130733.161000', '130733.164000', '130733.167000', '130733.169000', '130733.172000', '130753.030000', '130753.032000', '130753.035000', '130753.038000', '130753.040000', '130753.043000', '130753.046000', '130753.049000', '130753.052000', '130753.055000', '130753.059000', '130753.062000', '130753.065000', '130753.067000', '130753.070000', '130753.073000', '130753.075000', '130753.078000', '130753.081000', '130753.083000', '130753.086000', '130753.089000', '130753.091000', '130753.094000', '130753.096000', '130753.099000', '130753.102000', '130753.104000', '130753.107000', '130753.110000', '130753.112000', '130753.115000', '130753.118000', '130753.121000', '130753.123000', '130753.126000', '130753.128000', '130753.131000', '130753.134000', '130753.136000', '130753.139000', '130753.142000', '130753.144000', '130813.029000', '130813.032000', '130813.035000', '130813.038000', '130813.041000', '130813.043000', '130813.046000', '130813.048000', '130813.051000', '130813.054000', '130813.056000', '130813.059000', '130813.062000', '130813.064000', '130813.067000', '130813.069000', '130813.086000', '130813.088000', '130813.091000', '130813.093000', '130813.096000', '130813.099000', '130813.102000', '130813.104000', '130813.107000', '130813.109000', '130813.112000', '130813.115000', '130813.117000', '130813.120000', '130813.123000', '130813.125000', '130813.128000', '130813.131000', '130813.133000', '130813.143000', '130813.146000', '130813.149000', '130813.151000', '130813.154000', '130813.156000', '130813.159000', '130813.161000', '130813.164000', '130833.029000', '130833.032000', '130833.036000', '130833.038000', '130833.043000', '130833.045000', '130833.048000', '130833.063000', '130833.066000', '130833.068000', '130833.071000', '130833.074000', '130833.077000', '130833.079000', '130833.082000', '130833.084000', '130833.087000', '130833.090000', '130833.092000', '130833.095000', '130833.098000', '130833.100000', '130833.103000', '130833.105000', '130833.114000', '130833.117000', '130833.125000', '130833.127000', '130833.130000', '130833.133000', '130833.135000', '130833.138000', '130833.141000', '130833.143000', '130833.146000', '130833.148000', '130833.151000', '130833.154000', '130833.156000', '130833.159000', '130833.162000', '130833.164000', '130833.167000', '130853.029000', '130853.032000', '130853.035000', '130853.037000', '130853.040000', '130853.043000', '130853.045000', '130853.048000', '130853.050000', '130853.053000', '130853.056000', '130853.058000', '130853.061000', '130853.063000', '130853.066000', '130853.069000', '130853.071000', '130853.074000', '130853.077000', '130853.079000', '130853.082000', '130853.085000', '130853.087000', '130853.090000', '130853.093000', '130853.095000', '130853.098000', '130853.101000', '130853.103000', '130853.106000', '130853.108000', '130853.111000', '130853.114000', '130853.116000', '130853.119000', '130853.122000', '130853.124000', '130853.127000', '130853.129000', '130853.132000', '130853.135000', '130853.137000', '130853.140000', '130853.142000', '130913.029000', '130913.032000', '130913.035000', '130913.038000', '130913.040000', '130913.043000', '130913.046000', '130913.048000', '130913.051000', '130913.054000', '130913.065000', '130913.068000', '130913.070000', '130913.073000', '130913.076000', '130913.078000', '130913.081000', '130913.084000', '130913.087000', '130913.089000', '130913.092000', '130913.095000', '130913.098000', '130913.101000', '130913.103000', '130913.107000', '130913.109000', '130913.112000', '130913.114000', '130913.117000', '130913.120000', '130913.122000', '130913.125000', '130913.128000', '130913.130000', '130913.133000', '130913.136000', '130913.138000', '130913.141000', '130913.144000', '130913.147000', '130913.150000', '130913.153000', '130933.029000', '130933.032000', '130933.035000', '130933.043000', '130933.046000', '130933.048000', '130933.051000', '130933.053000', '130933.056000', '130933.059000', '130933.061000', '130933.065000', '130933.068000', '130933.070000', '130933.073000', '130933.076000', '130933.078000', '130933.081000', '130933.084000', '130933.086000', '130933.089000', '130933.091000', '130933.094000', '130933.097000', '130933.099000', '130933.102000', '130933.105000', '130933.107000', '130933.115000', '130933.118000', '130933.120000', '130933.123000', '130933.126000', '130933.128000', '130933.131000', '130933.134000', '130933.136000', '130933.139000', '130933.141000', '130933.144000', '130933.147000', '130933.149000', '130933.152000', '130933.155000', '130953.029000', '130953.032000', '130953.034000', '130953.037000', '130953.040000', '130953.042000', '130953.045000', '130953.048000', '130953.050000', '130953.053000', '130953.056000', '130953.058000', '130953.061000', '130953.063000', '130953.066000', '130953.069000', '130953.071000', '130953.074000', '130953.077000', '130953.079000', '130953.082000', '130953.084000', '130953.087000', '130953.090000', '130953.092000', '130953.095000', '130953.097000', '130953.100000', '130953.103000', '130953.105000', '130953.108000', '130953.111000', '130953.113000', '130953.116000', '130953.118000', '130953.121000', '130953.124000', '130953.126000', '130953.129000', '130953.131000', '130953.134000', '130953.137000', '130953.139000', '131013.029000', '131013.033000', '131013.035000', '131013.038000', '131013.040000', '131013.049000', '131013.051000', '131013.054000', '131013.056000', '131013.059000', '131013.062000', '131013.064000', '131013.067000', '131013.070000', '131013.072000', '131013.075000', '131013.077000', '131013.080000', '131013.083000', '131013.085000', '131013.088000', '131013.091000', '131013.093000', '131013.096000', '131013.098000', '131013.101000', '131013.104000', '131013.106000', '131013.109000', '131013.112000', '131013.114000', '131013.117000', '131013.120000', '131013.122000', '131013.125000', '131013.128000', '131013.130000', '131013.133000', '131013.135000', '131013.138000', '131013.141000', '131013.143000', '131013.146000', '131013.148000', '131033.030000', '131033.032000', '131033.035000', '131033.038000', '131033.040000', '131033.043000', '131033.045000', '131033.048000', '131033.055000', '131033.058000', '131033.060000', '131033.064000', '131033.066000', '131033.069000', '131033.071000', '131033.074000', '131033.077000', '131033.079000', '131033.082000', '131033.085000', '131033.087000', '131033.090000', '131033.093000', '131033.096000', '131033.098000', '131033.101000', '131033.105000', '131033.108000', '131033.111000', '131033.113000', '131033.116000', '131033.119000', '131033.121000', '131033.124000', '131033.126000', '131033.129000', '131033.132000', '131033.134000', '131033.138000', '131033.141000', '131033.144000', '131033.147000', '131033.149000', '131035.856000', '131035.859000', '131035.862000', '131035.865000', '131035.867000', '131035.870000', '131035.873000'], 'InstanceCreationTime': ['130413.130000', '130413.133000', '130413.136000', '130413.139000', '130413.142000', '130413.145000', '130413.148000', '130413.150000', '130413.153000', '130413.156000', '130413.168000', '130413.170000', '130413.173000', '130413.180000', '130413.182000', '130413.185000', '130413.205000', '130413.208000', '130413.210000', '130413.213000', '130413.216000', '130413.225000', '130413.228000', '130413.231000', '130413.234000', '130413.236000', '130413.239000', '130413.241000', '130413.244000', '130413.247000', '130413.249000', '130413.252000', '130413.254000', '130413.257000', '130413.259000', '130413.262000', '130413.265000', '130413.267000', '130413.270000', '130433.030000', '130433.032000', '130433.035000', '130433.038000', '130433.040000', '130433.043000', '130433.046000', '130433.048000', '130433.051000', '130433.053000', '130433.056000', '130433.058000', '130433.061000', '130433.064000', '130433.066000', '130433.069000', '130433.072000', '130433.074000', '130433.077000', '130433.079000', '130433.082000', '130433.085000', '130433.087000', '130433.090000', '130433.092000', '130433.095000', '130433.098000', '130433.100000', '130433.103000', '130433.105000', '130433.108000', '130433.119000', '130433.122000', '130433.125000', '130433.127000', '130433.130000', '130433.132000', '130433.135000', '130433.138000', '130433.140000', '130433.143000', '130433.145000', '130433.148000', '130433.151000', '130453.030000', '130453.032000', '130453.035000', '130453.038000', '130453.040000', '130453.043000', '130453.046000', '130453.049000', '130453.051000', '130453.054000', '130453.056000', '130453.059000', '130453.062000', '130453.064000', '130453.067000', '130453.069000', '130453.072000', '130453.075000', '130453.077000', '130453.080000', '130453.083000', '130453.085000', '130453.088000', '130453.090000', '130453.093000', '130453.095000', '130453.098000', '130453.100000', '130453.103000', '130453.106000', '130453.108000', '130453.111000', '130453.114000', '130453.116000', '130453.119000', '130453.121000', '130453.124000', '130453.127000', '130453.129000', '130453.132000', '130453.134000', '130453.137000', '130453.140000', '130513.028000', '130513.031000', '130513.034000', '130513.037000', '130513.039000', '130513.043000', '130513.046000', '130513.048000', '130513.051000', '130513.053000', '130513.056000', '130513.059000', '130513.061000', '130513.064000', '130513.066000', '130513.069000', '130513.072000', '130513.074000', '130513.077000', '130513.080000', '130513.082000', '130513.085000', '130513.087000', '130513.090000', '130513.092000', '130513.095000', '130513.098000', '130513.100000', '130513.103000', '130513.106000', '130513.109000', '130513.111000', '130513.114000', '130513.125000', '130513.128000', '130513.130000', '130513.133000', '130513.136000', '130513.138000', '130513.141000', '130513.143000', '130513.146000', '130513.148000', '130533.029000', '130533.032000', '130533.035000', '130533.037000', '130533.045000', '130533.048000', '130533.050000', '130533.053000', '130533.056000', '130533.058000', '130533.061000', '130533.063000', '130533.066000', '130533.068000', '130533.071000', '130533.074000', '130533.076000', '130533.079000', '130533.081000', '130533.084000', '130533.086000', '130533.089000', '130533.092000', '130533.094000', '130533.097000', '130533.100000', '130533.102000', '130533.105000', '130533.108000', '130533.110000', '130533.113000', '130533.115000', '130533.118000', '130533.129000', '130533.132000', '130533.134000', '130533.137000', '130533.140000', '130533.142000', '130533.145000', '130533.148000', '130533.150000', '130533.153000', '130533.155000', '130553.029000', '130553.032000', '130553.035000', '130553.037000', '130553.040000', '130553.043000', '130553.045000', '130553.048000', '130553.051000', '130553.053000', '130553.056000', '130553.058000', '130553.061000', '130553.063000', '130553.066000', '130553.069000', '130553.071000', '130553.074000', '130553.076000', '130553.079000', '130553.082000', '130553.084000', '130553.087000', '130553.090000', '130553.092000', '130553.095000', '130553.097000', '130553.131000', '130553.134000', '130553.137000', '130553.139000', '130553.142000', '130553.144000', '130553.147000', '130553.150000', '130553.152000', '130553.155000', '130553.157000', '130553.160000', '130553.163000', '130553.165000', '130553.168000', '130553.171000', '130553.173000', '130613.030000', '130613.032000', '130613.035000', '130613.038000', '130613.040000', '130613.043000', '130613.045000', '130613.048000', '130613.051000', '130613.053000', '130613.056000', '130613.059000', '130613.061000', '130613.064000', '130613.066000', '130613.069000', '130613.071000', '130613.074000', '130613.077000', '130613.079000', '130613.082000', '130613.084000', '130613.087000', '130613.090000', '130613.092000', '130613.095000', '130613.098000', '130613.100000', '130613.103000', '130613.105000', '130613.108000', '130613.111000', '130613.113000', '130613.116000', '130613.119000', '130613.121000', '130613.124000', '130613.126000', '130613.129000', '130613.132000', '130613.134000', '130613.137000', '130613.140000', '130633.029000', '130633.032000', '130633.035000', '130633.038000', '130633.040000', '130633.043000', '130633.045000', '130633.048000', '130633.051000', '130633.053000', '130633.056000', '130633.058000', '130633.061000', '130633.064000', '130633.066000', '130633.069000', '130633.072000', '130633.075000', '130633.077000', '130633.080000', '130633.083000', '130633.085000', '130633.088000', '130633.090000', '130633.093000', '130633.096000', '130633.098000', '130633.101000', '130633.104000', '130633.106000', '130633.109000', '130633.112000', '130633.115000', '130633.117000', '130633.120000', '130633.123000', '130633.125000', '130633.128000', '130633.130000', '130633.133000', '130633.136000', '130633.138000', '130633.141000', '130633.144000', '130653.029000', '130653.032000', '130653.035000', '130653.038000', '130653.040000', '130653.043000', '130653.045000', '130653.048000', '130653.051000', '130653.053000', '130653.056000', '130653.059000', '130653.061000', '130653.064000', '130653.066000', '130653.069000', '130653.072000', '130653.074000', '130653.077000', '130653.079000', '130653.082000', '130653.085000', '130653.087000', '130653.090000', '130653.093000', '130653.095000', '130653.098000', '130653.100000', '130653.103000', '130653.106000', '130653.108000', '130653.111000', '130653.113000', '130653.116000', '130653.119000', '130653.121000', '130653.124000', '130653.127000', '130653.129000', '130653.132000', '130653.134000', '130653.137000', '130653.140000', '130713.029000', '130713.032000', '130713.035000', '130713.037000', '130713.040000', '130713.042000', '130713.045000', '130713.048000', '130713.051000', '130713.053000', '130713.056000', '130713.058000', '130713.061000', '130713.064000', '130713.066000', '130713.069000', '130713.072000', '130713.074000', '130713.077000', '130713.080000', '130713.082000', '130713.085000', '130713.087000', '130713.090000', '130713.093000', '130713.095000', '130713.098000', '130713.101000', '130713.103000', '130713.106000', '130713.109000', '130713.111000', '130713.114000', '130713.116000', '130713.119000', '130713.122000', '130713.124000', '130713.127000', '130713.129000', '130713.132000', '130713.135000', '130713.137000', '130713.140000', '130713.142000', '130733.028000', '130733.031000', '130733.034000', '130733.036000', '130733.039000', '130733.042000', '130733.044000', '130733.047000', '130733.050000', '130733.059000', '130733.061000', '130733.064000', '130733.067000', '130733.069000', '130733.072000', '130733.074000', '130733.077000', '130733.080000', '130733.082000', '130733.085000', '130733.088000', '130733.090000', '130733.093000', '130733.096000', '130733.098000', '130733.101000', '130733.104000', '130733.106000', '130733.109000', '130733.111000', '130733.114000', '130733.117000', '130733.119000', '130733.122000', '130733.125000', '130733.127000', '130733.156000', '130733.159000', '130733.161000', '130733.164000', '130733.167000', '130733.169000', '130733.172000', '130753.030000', '130753.032000', '130753.035000', '130753.038000', '130753.040000', '130753.043000', '130753.046000', '130753.049000', '130753.052000', '130753.055000', '130753.059000', '130753.062000', '130753.065000', '130753.067000', '130753.070000', '130753.073000', '130753.075000', '130753.078000', '130753.081000', '130753.083000', '130753.086000', '130753.089000', '130753.091000', '130753.094000', '130753.096000', '130753.099000', '130753.102000', '130753.104000', '130753.107000', '130753.110000', '130753.112000', '130753.115000', '130753.118000', '130753.121000', '130753.123000', '130753.126000', '130753.128000', '130753.131000', '130753.134000', '130753.136000', '130753.139000', '130753.142000', '130753.144000', '130813.029000', '130813.032000', '130813.035000', '130813.038000', '130813.041000', '130813.043000', '130813.046000', '130813.048000', '130813.051000', '130813.054000', '130813.056000', '130813.059000', '130813.062000', '130813.064000', '130813.067000', '130813.069000', '130813.086000', '130813.088000', '130813.091000', '130813.093000', '130813.096000', '130813.099000', '130813.102000', '130813.104000', '130813.107000', '130813.109000', '130813.112000', '130813.115000', '130813.117000', '130813.120000', '130813.123000', '130813.125000', '130813.128000', '130813.131000', '130813.133000', '130813.143000', '130813.146000', '130813.149000', '130813.151000', '130813.154000', '130813.156000', '130813.159000', '130813.161000', '130813.164000', '130833.029000', '130833.032000', '130833.036000', '130833.038000', '130833.043000', '130833.045000', '130833.048000', '130833.063000', '130833.066000', '130833.068000', '130833.071000', '130833.074000', '130833.077000', '130833.079000', '130833.082000', '130833.084000', '130833.087000', '130833.090000', '130833.092000', '130833.095000', '130833.098000', '130833.100000', '130833.103000', '130833.105000', '130833.114000', '130833.117000', '130833.125000', '130833.127000', '130833.130000', '130833.133000', '130833.135000', '130833.138000', '130833.141000', '130833.143000', '130833.146000', '130833.148000', '130833.151000', '130833.154000', '130833.156000', '130833.159000', '130833.162000', '130833.164000', '130833.167000', '130853.029000', '130853.032000', '130853.035000', '130853.037000', '130853.040000', '130853.043000', '130853.045000', '130853.048000', '130853.050000', '130853.053000', '130853.056000', '130853.058000', '130853.061000', '130853.063000', '130853.066000', '130853.069000', '130853.071000', '130853.074000', '130853.077000', '130853.079000', '130853.082000', '130853.085000', '130853.087000', '130853.090000', '130853.093000', '130853.095000', '130853.098000', '130853.101000', '130853.103000', '130853.106000', '130853.108000', '130853.111000', '130853.114000', '130853.116000', '130853.119000', '130853.122000', '130853.124000', '130853.127000', '130853.129000', '130853.132000', '130853.135000', '130853.137000', '130853.140000', '130853.142000', '130913.029000', '130913.032000', '130913.035000', '130913.038000', '130913.040000', '130913.043000', '130913.046000', '130913.048000', '130913.051000', '130913.054000', '130913.065000', '130913.068000', '130913.070000', '130913.073000', '130913.076000', '130913.078000', '130913.081000', '130913.084000', '130913.087000', '130913.089000', '130913.092000', '130913.095000', '130913.098000', '130913.101000', '130913.103000', '130913.107000', '130913.109000', '130913.112000', '130913.114000', '130913.117000', '130913.120000', '130913.122000', '130913.125000', '130913.128000', '130913.130000', '130913.133000', '130913.136000', '130913.138000', '130913.141000', '130913.144000', '130913.147000', '130913.150000', '130913.153000', '130933.029000', '130933.032000', '130933.035000', '130933.043000', '130933.046000', '130933.048000', '130933.051000', '130933.053000', '130933.056000', '130933.059000', '130933.061000', '130933.065000', '130933.068000', '130933.070000', '130933.073000', '130933.076000', '130933.078000', '130933.081000', '130933.084000', '130933.086000', '130933.089000', '130933.091000', '130933.094000', '130933.097000', '130933.099000', '130933.102000', '130933.105000', '130933.107000', '130933.115000', '130933.118000', '130933.120000', '130933.123000', '130933.126000', '130933.128000', '130933.131000', '130933.134000', '130933.136000', '130933.139000', '130933.141000', '130933.144000', '130933.147000', '130933.149000', '130933.152000', '130933.155000', '130953.029000', '130953.032000', '130953.034000', '130953.037000', '130953.040000', '130953.042000', '130953.045000', '130953.048000', '130953.050000', '130953.053000', '130953.056000', '130953.058000', '130953.061000', '130953.063000', '130953.066000', '130953.069000', '130953.071000', '130953.074000', '130953.077000', '130953.079000', '130953.082000', '130953.084000', '130953.087000', '130953.090000', '130953.092000', '130953.095000', '130953.097000', '130953.100000', '130953.103000', '130953.105000', '130953.108000', '130953.111000', '130953.113000', '130953.116000', '130953.118000', '130953.121000', '130953.124000', '130953.126000', '130953.129000', '130953.131000', '130953.134000', '130953.137000', '130953.139000', '131013.029000', '131013.033000', '131013.035000', '131013.038000', '131013.040000', '131013.049000', '131013.051000', '131013.054000', '131013.056000', '131013.059000', '131013.062000', '131013.064000', '131013.067000', '131013.070000', '131013.072000', '131013.075000', '131013.077000', '131013.080000', '131013.083000', '131013.085000', '131013.088000', '131013.091000', '131013.093000', '131013.096000', '131013.098000', '131013.101000', '131013.104000', '131013.106000', '131013.109000', '131013.112000', '131013.114000', '131013.117000', '131013.120000', '131013.122000', '131013.125000', '131013.128000', '131013.130000', '131013.133000', '131013.135000', '131013.138000', '131013.141000', '131013.143000', '131013.146000', '131013.148000', '131033.030000', '131033.032000', '131033.035000', '131033.038000', '131033.040000', '131033.043000', '131033.045000', '131033.048000', '131033.055000', '131033.058000', '131033.060000', '131033.064000', '131033.066000', '131033.069000', '131033.071000', '131033.074000', '131033.077000', '131033.079000', '131033.082000', '131033.085000', '131033.087000', '131033.090000', '131033.093000', '131033.096000', '131033.098000', '131033.101000', '131033.105000', '131033.108000', '131033.111000', '131033.113000', '131033.116000', '131033.119000', '131033.121000', '131033.124000', '131033.126000', '131033.129000', '131033.132000', '131033.134000', '131033.138000', '131033.141000', '131033.144000', '131033.147000', '131033.149000', '131035.856000', '131035.859000', '131035.862000', '131035.865000', '131035.867000', '131035.870000', '131035.873000'], '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': [12139, 18845, 13597, 17442, 13304, 14858, 12757, 12287, 12965, 10772, 13729, 11746, 13986, 12020, 13537, 11689, 12557, 11660, 11829, 14134, 10995, 15548, 11662, 15604, 11466, 16754, 12484, 15992, 12996, 12408, 12146, 10778, 13994, 11323, 14086, 11631, 13438, 11181, 11256, 11543, 11681, 13244, 11462, 13701, 11935, 10992, 14060, 11116, 15966, 11626, 15448, 12044, 10619, 13173, 11639, 16212, 12295, 16967, 11424, 14840, 11958, 12936, 13527, 11351, 15272, 11798, 15808, 11516, 15072, 13017, 11094, 14423, 11882, 15770, 11659, 14394, 12407, 11318, 14029, 11165, 16055, 12144, 16626, 11640, 16454, 12837, 11028, 14180, 10414, 15048, 11641, 13834, 11951, 10923, 13995, 12123, 15154, 12479, 10671, 13428, 10973, 15724, 11700, 16105, 12747, 10409, 12187, 11196, 15650, 12174, 17103, 12358, 10436, 13362, 10787, 15540, 11814, 16539, 13170, 15082, 11243, 10302, 12256, 10197, 14703, 10591, 16261, 11598, 16160, 10748, 12095, 10927, 10749, 12543, 11329, 15448, 11865, 15669, 11082, 14189, 11326, 10476, 12826, 11193, 15864, 11827, 9515, 11135, 10681, 13824, 11652, 15700, 11643, 14574, 12540, 10577, 14387, 11254, 15833, 10826, 15038, 13109, 10937, 15995, 11059, 9998, 11890, 9775, 15668, 11957, 10348, 15935, 11436, 16342, 11784, 12165, 12290, 11091, 16433, 11443, 17054, 11391, 14023, 11326, 9645, 14428, 10531, 16141, 11309, 10583, 11332, 10294, 13754, 9971, 15100, 11655, 14794, 10552, 11963, 10524, 9823, 11852, 10706, 14847, 11147, 11397, 10319, 10380, 12063, 11518, 14077, 11110, 10444, 13168, 10517, 14525, 10650, 14390, 11595, 10252, 14708, 11468, 14549, 10926, 11202, 11856, 10100, 15844, 10887, 17092, 12017, 10446, 12158, 10220, 14837, 11602, 16297, 11716, 10106, 12225, 10072, 13585, 10270, 15715, 11435, 15829, 10381, 12490, 10482, 9602, 10311, 10558, 12490, 10021, 13876, 11223, 13323, 10856, 9925, 11448, 10248, 13460, 10848, 14898, 11095, 11094, 11856, 10329, 14148, 10917, 14542, 10674, 15570, 11591, 11552, 11653, 10651, 12550, 11559, 14444, 11168, 9955, 12198, 11038, 13190, 10857, 11783, 11638, 10672, 13869, 10992, 14263, 10983, 13517, 11021, 10906, 14707, 11029, 11622, 11563, 10052, 11205, 10734, 10161, 11439, 11067, 10558, 13804, 10987, 13997, 11153, 10618, 12958, 11167, 15812, 12038, 10143, 12073, 11258, 14149, 11164, 14992, 11972, 10644, 13146, 11131, 11515, 10891, 10038, 11813, 11329, 13913, 11326, 12971, 10898, 10107, 12581, 10945, 13767, 11403, 15300, 11050, 10168, 11446, 10778, 12098, 11363, 13341, 11292, 10330, 11623, 10753, 12007, 11356, 13575, 11565, 10118, 11301, 10444, 11362, 11705, 13736, 11690, 14070, 11222, 10595, 11277, 11356, 12369, 11790, 10312, 11370, 10691, 11298, 11284, 13320, 11881, 12994, 11437, 10903, 11800, 11521, 13375, 11759, 12639, 13715, 11748, 14511, 11611, 13738, 11817, 11067, 14714, 11713, 13328, 11750, 14098, 12183, 10916, 12026, 11587, 11586, 11672, 9976, 12084, 11571, 12484, 11452, 10923, 12005, 11848, 14197, 12773, 11940, 14472, 13269, 11757, 14863, 12311, 12188, 12150, 10825, 11291, 10881, 12416, 11691, 15015, 11853, 11903, 11115, 11163, 15142, 12797, 11295, 15026, 11807, 16945, 11891, 11471, 15036, 11582, 13906, 11607, 13095, 11703, 11404, 12168, 11602, 11716, 11615, 11057, 11992, 11727, 11777, 11713, 11524, 11655, 11359, 11581, 11757, 11795, 12090, 11086, 12028, 12130, 11197, 11725, 11114, 11457, 11765, 12502, 11466, 12026, 11728, 11308, 11965, 11940, 13930, 11995, 11224, 11941, 10856, 11968, 11856, 12947, 12040, 12492, 11810, 10938, 12100, 11960, 13671, 12006, 11164, 11825, 12086, 13670, 12177, 11376, 14743, 11685, 13660, 11714, 11542, 14417, 12743, 16898, 12129, 11553, 14479, 12172, 16290, 12341, 11535, 12608, 11959, 11157, 11612, 11947, 13625, 11894, 10798, 11475, 10922, 13587, 11475, 13990, 10532, 10223, 12792, 10839, 10877, 14580, 13758, 10821, 16852, 11598, 11183, 11590, 11801, 11014, 11585, 11266, 11480, 11052, 13505, 12307, 14264, 14102, 11676, 15300, 11633, 11588, 15320, 12387, 12059, 11692, 12283, 11778, 11828, 13045, 11625, 13005, 11502, 13322, 11616, 11309, 13222, 11469, 15175, 11931, 10705, 15687, 11529, 11284, 15638, 12354, 11304, 16447, 13384, 10822, 10063, 11940, 11398, 11274, 10966, 10919, 13378, 10398, 13890, 10279, 14765, 10354, 13945, 9908, 12492, 11009, 11326, 11670, 11198, 11317, 11209, 11173, 11131, 11174, 10343, 10971, 11802, 11260, 11206, 11556, 11543, 11273, 11480, 13527, 11071, 12669, 10935, 11542, 11124, 11152, 10947, 10912, 11354, 10362, 11694, 11854, 11118, 12274, 11029, 11500, 10931, 9748, 10769, 10965, 10826, 11098, 11042, 10935, 10976, 10766, 11761, 11802, 11150, 11941, 11174, 11513, 12951, 11431, 12555, 12189, 11739, 15476, 13027, 14527, 11201, 11257, 11196, 11067, 11863, 11423, 11297, 10677, 10868, 10699, 10930, 14240, 10991, 10542, 10827, 11328, 10675, 11553, 12164, 11502, 12267, 11661, 11683, 11257, 11791, 11020, 10138, 11091, 10845, 10592, 11310, 10558, 11033, 10802, 11030, 10344, 11067, 10380, 10564, 10789, 10442, 10954, 10675, 11526, 11867, 11387, 12053, 11084, 13779, 11176, 10593, 10474, 11086, 11016, 10938, 13514, 11308, 11103, 11447, 11569, 12909, 11645, 12180, 12228, 11825, 14733, 11701, 14810, 11140, 15420, 12142, 15755, 11041, 10547, 10236, 11184, 13094, 11265, 14660, 11190, 10617, 10293, 11478, 12079, 11499, 10703, 11211, 11058, 10184, 12091, 11822, 11587, 13886, 11398, 13569, 11271, 10060, 10971, 10399, 10419, 11286, 10288, 11170, 9895, 10734, 11321, 11296, 11548, 11205, 11466, 10849, 10133, 10806, 11318, 11313, 11374, 11018, 10352, 11775, 12030, 11646, 11301, 10331, 11412, 12329, 10970, 11337, 12275, 12115, 13976, 15532, 12974, 13030, 15476, 11961, 10815, 12217, 11877, 10342, 14713, 14237, 13722, 15021, 11520, 11641, 12298, 10952, 11721, 12638, 12078, 14905, 14297, 11535, 10325, 12841, 10555, 14610, 12917, 14233, 14990, 10509, 16796, 12969, 10036, 14662, 9747, 10096, 10232, 10148, 10359, 10986, 10636, 10994, 10997, 10771, 11435, 10884, 11054, 10939, 9501, 10897, 11235, 10685, 11574, 10396, 11284, 10741, 11688, 11571, 13083, 10889, 14476, 11135, 12960, 11022, 13391, 10865, 13345, 10781, 11923, 10933, 11545, 10961, 9979, 11068, 10400, 10877, 10515, 10932, 11003, 10793, 10803, 10728, 11119, 11247, 10892, 12385], 'WindowCenter': [4757.0, 4790.0, 4738.0, 4752.0, 4723.0, 4719.0, 4711.0, 4700.0, 4707.0, 4690.0, 4710.0, 4700.0, 4718.0, 4698.0, 4719.0, 4712.0, 4710.0, 4701.0, 4713.0, 4731.0, 4702.0, 4741.0, 4701.0, 4728.0, 4700.0, 4738.0, 4714.0, 4742.0, 4721.0, 4712.0, 4712.0, 4704.0, 4730.0, 4703.0, 4734.0, 4715.0, 4733.0, 4716.0, 4717.0, 4727.0, 4729.0, 4736.0, 4730.0, 4748.0, 4740.0, 4731.0, 4760.0, 4731.0, 4770.0, 4729.0, 4757.0, 4728.0, 4709.0, 4737.0, 4728.0, 4769.0, 4727.0, 4765.0, 4726.0, 4744.0, 4726.0, 4736.0, 4735.0, 4715.0, 4754.0, 4714.0, 4754.0, 4717.0, 4755.0, 4737.0, 4718.0, 4746.0, 4727.0, 4755.0, 4727.0, 4748.0, 4737.0, 4729.0, 4749.0, 4717.0, 4757.0, 4727.0, 4756.0, 4716.0, 4756.0, 4739.0, 4710.0, 4748.0, 4707.0, 4745.0, 4729.0, 4738.0, 4727.0, 4717.0, 4734.0, 4740.0, 4759.0, 4738.0, 4720.0, 4737.0, 4720.0, 4758.0, 4730.0, 4759.0, 4740.0, 4707.0, 4727.0, 4716.0, 4759.0, 4735.0, 4755.0, 4726.0, 4706.0, 4734.0, 4705.0, 4754.0, 4726.0, 4753.0, 4736.0, 4745.0, 4716.0, 4693.0, 4713.0, 4695.0, 4744.0, 4705.0, 4756.0, 4714.0, 4755.0, 4704.0, 4712.0, 4703.0, 4704.0, 4725.0, 4716.0, 4746.0, 4717.0, 4745.0, 4715.0, 4735.0, 4705.0, 4704.0, 4725.0, 4716.0, 4757.0, 4717.0, 4696.0, 4704.0, 4706.0, 4736.0, 4715.0, 4756.0, 4730.0, 4758.0, 4726.0, 4707.0, 4747.0, 4717.0, 4759.0, 4731.0, 4771.0, 4738.0, 4716.0, 4756.0, 4717.0, 4696.0, 4715.0, 4695.0, 4755.0, 4727.0, 4718.0, 4768.0, 4717.0, 4757.0, 4728.0, 4725.0, 4726.0, 4716.0, 4756.0, 4716.0, 4755.0, 4704.0, 4721.0, 4703.0, 4681.0, 4731.0, 4693.0, 4741.0, 4703.0, 4691.0, 4700.0, 4681.0, 4721.0, 4683.0, 4732.0, 4703.0, 4731.0, 4693.0, 4700.0, 4691.0, 4681.0, 4712.0, 4705.0, 4732.0, 4703.0, 4702.0, 4692.0, 4692.0, 4712.0, 4715.0, 4746.0, 4717.0, 4706.0, 4736.0, 4706.0, 4745.0, 4707.0, 4747.0, 4718.0, 4708.0, 4747.0, 4717.0, 4746.0, 4727.0, 4719.0, 4716.0, 4706.0, 4755.0, 4705.0, 4753.0, 4714.0, 4694.0, 4714.0, 4693.0, 4744.0, 4716.0, 4754.0, 4716.0, 4693.0, 4712.0, 4682.0, 4722.0, 4694.0, 4745.0, 4702.0, 4741.0, 4693.0, 4710.0, 4692.0, 4682.0, 4693.0, 4705.0, 4713.0, 4693.0, 4732.0, 4703.0, 4735.0, 4716.0, 4695.0, 4717.0, 4705.0, 4735.0, 4716.0, 4745.0, 4717.0, 4716.0, 4716.0, 4705.0, 4735.0, 4705.0, 4734.0, 4706.0, 4746.0, 4717.0, 4703.0, 4704.0, 4695.0, 4713.0, 4717.0, 4735.0, 4706.0, 4696.0, 4714.0, 4703.0, 4722.0, 4719.0, 4728.0, 4719.0, 4709.0, 4735.0, 4706.0, 4735.0, 4710.0, 4739.0, 4717.0, 4718.0, 4749.0, 4719.0, 4716.0, 4717.0, 4709.0, 4729.0, 4720.0, 4718.0, 4729.0, 4730.0, 4721.0, 4749.0, 4720.0, 4746.0, 4717.0, 4707.0, 4737.0, 4718.0, 4757.0, 4729.0, 4706.0, 4715.0, 4716.0, 4732.0, 4717.0, 4745.0, 4715.0, 4706.0, 4724.0, 4714.0, 4713.0, 4705.0, 4695.0, 4726.0, 4716.0, 4735.0, 4705.0, 4726.0, 4704.0, 4693.0, 4724.0, 4706.0, 4736.0, 4716.0, 4744.0, 4704.0, 4692.0, 4701.0, 4691.0, 4714.0, 4714.0, 4722.0, 4704.0, 4693.0, 4703.0, 4694.0, 4715.0, 4706.0, 4724.0, 4704.0, 4692.0, 4704.0, 4694.0, 4703.0, 4714.0, 4736.0, 4717.0, 4733.0, 4703.0, 4694.0, 4704.0, 4715.0, 4725.0, 4725.0, 4700.0, 4720.0, 4704.0, 4716.0, 4719.0, 4738.0, 4728.0, 4739.0, 4729.0, 4718.0, 4728.0, 4718.0, 4737.0, 4728.0, 4727.0, 4737.0, 4718.0, 4735.0, 4716.0, 4735.0, 4720.0, 4717.0, 4746.0, 4716.0, 4724.0, 4713.0, 4735.0, 4716.0, 4706.0, 4717.0, 4706.0, 4703.0, 4706.0, 4695.0, 4726.0, 4716.0, 4727.0, 4717.0, 4714.0, 4729.0, 4730.0, 4739.0, 4728.0, 4717.0, 4747.0, 4727.0, 4719.0, 4747.0, 4728.0, 4713.0, 4716.0, 4693.0, 4705.0, 4704.0, 4716.0, 4715.0, 4736.0, 4715.0, 4704.0, 4694.0, 4693.0, 4733.0, 4713.0, 4688.0, 4731.0, 4701.0, 4729.0, 4689.0, 4688.0, 4719.0, 4677.0, 4699.0, 4677.0, 4695.0, 4688.0, 4688.0, 4688.0, 4677.0, 4684.0, 4686.0, 4677.0, 4688.0, 4691.0, 4688.0, 4699.0, 4691.0, 4701.0, 4690.0, 4701.0, 4714.0, 4713.0, 4715.0, 4704.0, 4715.0, 4727.0, 4718.0, 4731.0, 4730.0, 4730.0, 4730.0, 4726.0, 4719.0, 4728.0, 4728.0, 4716.0, 4725.0, 4727.0, 4747.0, 4729.0, 4715.0, 4723.0, 4718.0, 4728.0, 4727.0, 4737.0, 4730.0, 4724.0, 4728.0, 4718.0, 4729.0, 4729.0, 4749.0, 4727.0, 4717.0, 4728.0, 4728.0, 4746.0, 4730.0, 4728.0, 4748.0, 4729.0, 4739.0, 4716.0, 4719.0, 4749.0, 4729.0, 4756.0, 4717.0, 4716.0, 4747.0, 4730.0, 4745.0, 4726.0, 4705.0, 4717.0, 4715.0, 4701.0, 4714.0, 4715.0, 4735.0, 4716.0, 4704.0, 4717.0, 4705.0, 4725.0, 4729.0, 4748.0, 4707.0, 4694.0, 4724.0, 4704.0, 4705.0, 4745.0, 4733.0, 4695.0, 4756.0, 4704.0, 4703.0, 4704.0, 4715.0, 4707.0, 4715.0, 4706.0, 4717.0, 4719.0, 4751.0, 4740.0, 4747.0, 4738.0, 4715.0, 4744.0, 4704.0, 4703.0, 4733.0, 4715.0, 4709.0, 4700.0, 4712.0, 4701.0, 4702.0, 4710.0, 4704.0, 4712.0, 4702.0, 4709.0, 4700.0, 4689.0, 4700.0, 4690.0, 4717.0, 4688.0, 4667.0, 4713.0, 4677.0, 4678.0, 4731.0, 4711.0, 4701.0, 4741.0, 4720.0, 4691.0, 4670.0, 4686.0, 4687.0, 4677.0, 4679.0, 4678.0, 4700.0, 4670.0, 4698.0, 4656.0, 4694.0, 4653.0, 4681.0, 4652.0, 4671.0, 4652.0, 4662.0, 4663.0, 4675.0, 4663.0, 4675.0, 4702.0, 4689.0, 4691.0, 4677.0, 4691.0, 4691.0, 4692.0, 4702.0, 4704.0, 4704.0, 4705.0, 4706.0, 4728.0, 4705.0, 4713.0, 4693.0, 4693.0, 4690.0, 4703.0, 4693.0, 4706.0, 4706.0, 4698.0, 4715.0, 4716.0, 4706.0, 4713.0, 4694.0, 4703.0, 4696.0, 4685.0, 4705.0, 4706.0, 4708.0, 4720.0, 4721.0, 4722.0, 4722.0, 4722.0, 4729.0, 4731.0, 4733.0, 4730.0, 4730.0, 4730.0, 4741.0, 4731.0, 4740.0, 4731.0, 4730.0, 4759.0, 4740.0, 4748.0, 4719.0, 4719.0, 4718.0, 4718.0, 4728.0, 4729.0, 4718.0, 4710.0, 4709.0, 4705.0, 4720.0, 4748.0, 4718.0, 4709.0, 4718.0, 4717.0, 4709.0, 4716.0, 4730.0, 4731.0, 4729.0, 4730.0, 4728.0, 4721.0, 4730.0, 4720.0, 4708.0, 4719.0, 4719.0, 4718.0, 4718.0, 4718.0, 4720.0, 4731.0, 4733.0, 4718.0, 4742.0, 4722.0, 4732.0, 4732.0, 4732.0, 4734.0, 4733.0, 4733.0, 4743.0, 4731.0, 4739.0, 4733.0, 4750.0, 4731.0, 4721.0, 4720.0, 4720.0, 4720.0, 4733.0, 4750.0, 4732.0, 4731.0, 4728.0, 4730.0, 4738.0, 4733.0, 4742.0, 4741.0, 4729.0, 4760.0, 4729.0, 4747.0, 4720.0, 4758.0, 4729.0, 4745.0, 4707.0, 4694.0, 4694.0, 4704.0, 4725.0, 4706.0, 4733.0, 4706.0, 4693.0, 4692.0, 4704.0, 4714.0, 4718.0, 4704.0, 4706.0, 4705.0, 4697.0, 4715.0, 4716.0, 4718.0, 4735.0, 4716.0, 4725.0, 4705.0, 4696.0, 4706.0, 4696.0, 4705.0, 4703.0, 4694.0, 4704.0, 4695.0, 4705.0, 4706.0, 4704.0, 4703.0, 4704.0, 4703.0, 4705.0, 4707.0, 4707.0, 4716.0, 4715.0, 4715.0, 4705.0, 4706.0, 4727.0, 4729.0, 4729.0, 4730.0, 4723.0, 4743.0, 4742.0, 4721.0, 4729.0, 4755.0, 4768.0, 4776.0, 4783.0, 4752.0, 4739.0, 4749.0, 4703.0, 4704.0, 4714.0, 4714.0, 4695.0, 4745.0, 4736.0, 4736.0, 4749.0, 4728.0, 4730.0, 4735.0, 4726.0, 4737.0, 4742.0, 4739.0, 4743.0, 4733.0, 4712.0, 4691.0, 4712.0, 4695.0, 4721.0, 4700.0, 4708.0, 4719.0, 4667.0, 4716.0, 4686.0, 4653.0, 4692.0, 4643.0, 4651.0, 4653.0, 4665.0, 4665.0, 4677.0, 4677.0, 4690.0, 4691.0, 4690.0, 4702.0, 4704.0, 4703.0, 4702.0, 4684.0, 4704.0, 4716.0, 4704.0, 4716.0, 4707.0, 4719.0, 4719.0, 4726.0, 4718.0, 4739.0, 4707.0, 4736.0, 4705.0, 4714.0, 4693.0, 4722.0, 4693.0, 4713.0, 4703.0, 4703.0, 4706.0, 4711.0, 4706.0, 4693.0, 4704.0, 4704.0, 4705.0, 4707.0, 4707.0, 4717.0, 4717.0, 4718.0, 4719.0, 4731.0, 4728.0, 4720.0, 4752.0], 'WindowWidth': [10398.0, 10427.0, 10349.0, 10356.0, 10316.0, 10304.0, 10295.0, 10279.0, 10284.0, 10262.0, 10290.0, 10276.0, 10298.0, 10274.0, 10301.0, 10298.0, 10293.0, 10284.0, 10301.0, 10324.0, 10283.0, 10336.0, 10280.0, 10312.0, 10277.0, 10328.0, 10301.0, 10337.0, 10309.0, 10296.0, 10297.0, 10287.0, 10320.0, 10286.0, 10328.0, 10305.0, 10328.0, 10311.0, 10315.0, 10328.0, 10330.0, 10340.0, 10334.0, 10356.0, 10350.0, 10338.0, 10376.0, 10337.0, 10390.0, 10333.0, 10367.0, 10328.0, 10303.0, 10341.0, 10330.0, 10387.0, 10328.0, 10377.0, 10326.0, 10346.0, 10325.0, 10341.0, 10337.0, 10306.0, 10361.0, 10305.0, 10358.0, 10313.0, 10364.0, 10343.0, 10316.0, 10352.0, 10327.0, 10363.0, 10329.0, 10357.0, 10343.0, 10332.0, 10361.0, 10312.0, 10368.0, 10324.0, 10366.0, 10312.0, 10366.0, 10345.0, 10303.0, 10354.0, 10298.0, 10347.0, 10332.0, 10339.0, 10326.0, 10313.0, 10331.0, 10348.0, 10374.0, 10345.0, 10320.0, 10340.0, 10318.0, 10370.0, 10335.0, 10371.0, 10350.0, 10299.0, 10326.0, 10310.0, 10374.0, 10338.0, 10364.0, 10324.0, 10293.0, 10331.0, 10292.0, 10358.0, 10325.0, 10357.0, 10337.0, 10347.0, 10309.0, 10275.0, 10302.0, 10279.0, 10347.0, 10293.0, 10363.0, 10304.0, 10360.0, 10290.0, 10298.0, 10288.0, 10290.0, 10320.0, 10307.0, 10350.0, 10310.0, 10346.0, 10307.0, 10334.0, 10294.0, 10290.0, 10321.0, 10310.0, 10365.0, 10312.0, 10281.0, 10292.0, 10295.0, 10335.0, 10308.0, 10364.0, 10334.0, 10374.0, 10324.0, 10298.0, 10352.0, 10312.0, 10373.0, 10336.0, 10397.0, 10343.0, 10309.0, 10365.0, 10314.0, 10283.0, 10306.0, 10281.0, 10362.0, 10330.0, 10317.0, 10385.0, 10314.0, 10367.0, 10328.0, 10320.0, 10323.0, 10309.0, 10366.0, 10308.0, 10360.0, 10289.0, 10307.0, 10284.0, 10254.0, 10323.0, 10273.0, 10335.0, 10286.0, 10266.0, 10279.0, 10253.0, 10306.0, 10258.0, 10325.0, 10287.0, 10320.0, 10272.0, 10277.0, 10266.0, 10252.0, 10298.0, 10292.0, 10323.0, 10286.0, 10284.0, 10272.0, 10270.0, 10298.0, 10306.0, 10350.0, 10312.0, 10296.0, 10337.0, 10296.0, 10348.0, 10299.0, 10353.0, 10316.0, 10301.0, 10354.0, 10312.0, 10352.0, 10331.0, 10318.0, 10312.0, 10296.0, 10364.0, 10293.0, 10358.0, 10304.0, 10276.0, 10303.0, 10274.0, 10345.0, 10311.0, 10359.0, 10310.0, 10274.0, 10298.0, 10256.0, 10312.0, 10276.0, 10347.0, 10283.0, 10336.0, 10272.0, 10291.0, 10269.0, 10255.0, 10274.0, 10290.0, 10301.0, 10272.0, 10326.0, 10288.0, 10332.0, 10311.0, 10280.0, 10311.0, 10291.0, 10333.0, 10311.0, 10347.0, 10313.0, 10309.0, 10311.0, 10293.0, 10334.0, 10292.0, 10330.0, 10295.0, 10349.0, 10313.0, 10287.0, 10288.0, 10277.0, 10301.0, 10311.0, 10333.0, 10295.0, 10279.0, 10304.0, 10289.0, 10314.0, 10317.0, 10329.0, 10319.0, 10301.0, 10334.0, 10297.0, 10335.0, 10304.0, 10343.0, 10313.0, 10314.0, 10357.0, 10315.0, 10310.0, 10311.0, 10304.0, 10334.0, 10320.0, 10318.0, 10334.0, 10337.0, 10325.0, 10362.0, 10319.0, 10352.0, 10310.0, 10298.0, 10340.0, 10315.0, 10368.0, 10333.0, 10296.0, 10308.0, 10308.0, 10326.0, 10312.0, 10348.0, 10309.0, 10292.0, 10318.0, 10305.0, 10301.0, 10292.0, 10280.0, 10324.0, 10311.0, 10335.0, 10294.0, 10321.0, 10290.0, 10274.0, 10318.0, 10293.0, 10336.0, 10308.0, 10343.0, 10289.0, 10269.0, 10282.0, 10268.0, 10302.0, 10303.0, 10312.0, 10289.0, 10272.0, 10287.0, 10273.0, 10303.0, 10293.0, 10317.0, 10288.0, 10270.0, 10288.0, 10275.0, 10288.0, 10303.0, 10335.0, 10310.0, 10327.0, 10287.0, 10274.0, 10288.0, 10306.0, 10321.0, 10322.0, 10288.0, 10319.0, 10292.0, 10308.0, 10314.0, 10341.0, 10329.0, 10344.0, 10331.0, 10315.0, 10329.0, 10314.0, 10339.0, 10327.0, 10325.0, 10342.0, 10312.0, 10335.0, 10308.0, 10332.0, 10316.0, 10311.0, 10351.0, 10307.0, 10317.0, 10300.0, 10331.0, 10308.0, 10291.0, 10308.0, 10293.0, 10287.0, 10292.0, 10279.0, 10321.0, 10307.0, 10323.0, 10313.0, 10306.0, 10331.0, 10331.0, 10343.0, 10330.0, 10310.0, 10354.0, 10326.0, 10315.0, 10352.0, 10324.0, 10301.0, 10308.0, 10273.0, 10292.0, 10289.0, 10307.0, 10307.0, 10336.0, 10307.0, 10287.0, 10273.0, 10269.0, 10325.0, 10298.0, 10259.0, 10320.0, 10280.0, 10314.0, 10262.0, 10255.0, 10299.0, 10238.0, 10268.0, 10238.0, 10261.0, 10254.0, 10253.0, 10255.0, 10237.0, 10245.0, 10251.0, 10239.0, 10255.0, 10262.0, 10257.0, 10273.0, 10262.0, 10278.0, 10263.0, 10279.0, 10301.0, 10299.0, 10305.0, 10287.0, 10303.0, 10322.0, 10311.0, 10334.0, 10333.0, 10331.0, 10332.0, 10324.0, 10315.0, 10325.0, 10327.0, 10309.0, 10323.0, 10328.0, 10353.0, 10329.0, 10308.0, 10317.0, 10315.0, 10329.0, 10327.0, 10340.0, 10333.0, 10321.0, 10327.0, 10315.0, 10329.0, 10332.0, 10357.0, 10328.0, 10311.0, 10327.0, 10329.0, 10353.0, 10333.0, 10327.0, 10356.0, 10330.0, 10343.0, 10311.0, 10315.0, 10358.0, 10332.0, 10363.0, 10312.0, 10312.0, 10355.0, 10332.0, 10348.0, 10323.0, 10291.0, 10307.0, 10304.0, 10282.0, 10303.0, 10306.0, 10333.0, 10309.0, 10288.0, 10308.0, 10292.0, 10317.0, 10334.0, 10359.0, 10296.0, 10277.0, 10318.0, 10291.0, 10289.0, 10348.0, 10331.0, 10274.0, 10359.0, 10289.0, 10284.0, 10285.0, 10302.0, 10291.0, 10303.0, 10293.0, 10311.0, 10316.0, 10366.0, 10349.0, 10352.0, 10340.0, 10309.0, 10342.0, 10287.0, 10281.0, 10324.0, 10306.0, 10288.0, 10277.0, 10295.0, 10280.0, 10284.0, 10292.0, 10288.0, 10295.0, 10281.0, 10286.0, 10274.0, 10258.0, 10274.0, 10260.0, 10293.0, 10254.0, 10224.0, 10284.0, 10239.0, 10244.0, 10320.0, 10295.0, 10283.0, 10337.0, 10306.0, 10272.0, 10236.0, 10249.0, 10254.0, 10237.0, 10246.0, 10242.0, 10275.0, 10232.0, 10269.0, 10208.0, 10256.0, 10199.0, 10234.0, 10198.0, 10224.0, 10195.0, 10206.0, 10211.0, 10231.0, 10211.0, 10233.0, 10281.0, 10260.0, 10264.0, 10239.0, 10262.0, 10260.0, 10264.0, 10281.0, 10282.0, 10282.0, 10287.0, 10291.0, 10321.0, 10289.0, 10295.0, 10267.0, 10265.0, 10260.0, 10282.0, 10268.0, 10289.0, 10291.0, 10281.0, 10302.0, 10305.0, 10289.0, 10296.0, 10271.0, 10280.0, 10275.0, 10259.0, 10289.0, 10293.0, 10297.0, 10317.0, 10318.0, 10321.0, 10321.0, 10320.0, 10329.0, 10334.0, 10339.0, 10332.0, 10333.0, 10331.0, 10346.0, 10336.0, 10346.0, 10335.0, 10331.0, 10372.0, 10345.0, 10354.0, 10314.0, 10315.0, 10313.0, 10313.0, 10326.0, 10330.0, 10313.0, 10304.0, 10301.0, 10294.0, 10318.0, 10355.0, 10313.0, 10301.0, 10312.0, 10310.0, 10302.0, 10309.0, 10331.0, 10334.0, 10330.0, 10333.0, 10328.0, 10322.0, 10332.0, 10319.0, 10300.0, 10317.0, 10318.0, 10315.0, 10314.0, 10315.0, 10322.0, 10336.0, 10344.0, 10320.0, 10354.0, 10327.0, 10342.0, 10341.0, 10343.0, 10346.0, 10345.0, 10343.0, 10355.0, 10337.0, 10346.0, 10342.0, 10364.0, 10339.0, 10322.0, 10321.0, 10319.0, 10320.0, 10345.0, 10364.0, 10341.0, 10338.0, 10331.0, 10334.0, 10344.0, 10342.0, 10355.0, 10351.0, 10331.0, 10374.0, 10331.0, 10354.0, 10321.0, 10371.0, 10331.0, 10348.0, 10296.0, 10275.0, 10274.0, 10288.0, 10319.0, 10293.0, 10327.0, 10291.0, 10271.0, 10268.0, 10287.0, 10303.0, 10311.0, 10290.0, 10293.0, 10291.0, 10283.0, 10306.0, 10308.0, 10313.0, 10332.0, 10306.0, 10317.0, 10290.0, 10278.0, 10294.0, 10279.0, 10290.0, 10286.0, 10275.0, 10287.0, 10275.0, 10290.0, 10295.0, 10287.0, 10286.0, 10288.0, 10286.0, 10293.0, 10297.0, 10298.0, 10308.0, 10307.0, 10306.0, 10292.0, 10296.0, 10325.0, 10331.0, 10332.0, 10334.0, 10332.0, 10356.0, 10352.0, 10322.0, 10331.0, 10381.0, 10402.0, 10409.0, 10418.0, 10370.0, 10342.0, 10357.0, 10285.0, 10286.0, 10299.0, 10299.0, 10276.0, 10345.0, 10335.0, 10336.0, 10358.0, 10328.0, 10337.0, 10342.0, 10331.0, 10345.0, 10356.0, 10349.0, 10343.0, 10326.0, 10299.0, 10268.0, 10296.0, 10275.0, 10306.0, 10277.0, 10282.0, 10301.0, 10225.0, 10293.0, 10251.0, 10200.0, 10250.0, 10184.0, 10193.0, 10199.0, 10218.0, 10219.0, 10241.0, 10241.0, 10263.0, 10267.0, 10264.0, 10283.0, 10290.0, 10285.0, 10283.0, 10261.0, 10288.0, 10306.0, 10289.0, 10309.0, 10297.0, 10317.0, 10316.0, 10326.0, 10314.0, 10344.0, 10295.0, 10336.0, 10290.0, 10300.0, 10272.0, 10309.0, 10270.0, 10297.0, 10285.0, 10285.0, 10295.0, 10295.0, 10293.0, 10271.0, 10287.0, 10287.0, 10291.0, 10294.0, 10295.0, 10310.0, 10311.0, 10315.0, 10317.0, 10337.0, 10330.0, 10322.0, 10368.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.0024594036697247706</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.053009923509174314</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.43503818436279</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1618295311481057</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9652988486681976</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5206</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3243.6602</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1051329708330566</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>67</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.68348623853211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.518824943792696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.460622395879645</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.684437663270746</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4114147722276975</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00819858</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0042139338329434395</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018184127286076546</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>4.171602281150251</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.1912</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.6375</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292489.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1367.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>503.2979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6451</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.7216</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3882.9951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4029.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84055.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1616.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5089.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.8102</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.91692773171235</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> |