=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_ses-01_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-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-01_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_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-0093/ses-01/func/sub-0093_ses-01_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>48ec8d11fcf6fe3ae255b4aefcbd6311</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:05:19.250000</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.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.106268</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>35c8e1be-70e1-43a3-a7f6-cd5da6f8bf0d||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.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [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': ['130519.250000', '130519.710000', '130520.170000', '130520.630000', '130521.090000', '130521.550000', '130522.010000', '130522.470000', '130522.930000', '130523.390000', '130523.850000', '130524.310000', '130524.770000', '130525.230000', '130525.690000', '130526.150000', '130526.610000', '130527.070000', '130527.530000', '130527.990000', '130528.450000', '130528.910000', '130529.370000', '130529.830000', '130530.290000', '130530.750000', '130531.210000', '130531.670000', '130532.130000', '130532.590000', '130533.050000', '130533.510000', '130533.970000', '130534.430000', '130534.890000', '130535.350000', '130535.810000', '130536.270000', '130536.730000', '130537.190000', '130537.650000', '130538.110000', '130538.570000', '130539.030000', '130539.490000', '130539.950000', '130540.410000', '130540.870000', '130541.330000', '130541.790000', '130542.250000', '130542.710000', '130543.170000', '130543.630000', '130544.090000', '130544.550000', '130545.010000', '130545.470000', '130545.930000', '130546.390000', '130546.850000', '130547.310000', '130547.770000', '130548.230000', '130548.690000', '130549.150000', '130549.610000', '130550.070000', '130550.530000', '130550.990000', '130551.450000', '130551.910000', '130552.370000', '130552.830000', '130553.290000', '130553.750000', '130554.210000', '130554.670000', '130555.130000', '130555.590000', '130556.050000', '130556.510000', '130556.970000', '130557.430000', '130557.890000', '130558.350000', '130558.810000', '130559.270000', '130559.730000', '130600.190000', '130600.650000', '130601.110000', '130601.570000', '130602.030000', '130602.490000', '130602.950000', '130603.410000', '130603.870000', '130604.330000', '130604.790000', '130605.250000', '130605.710000', '130606.170000', '130606.630000', '130607.090000', '130607.550000', '130608.010000', '130608.470000', '130608.930000', '130609.390000', '130609.850000', '130610.310000', '130610.770000', '130611.230000', '130611.690000', '130612.150000', '130612.610000', '130613.070000', '130613.530000', '130613.990000', '130614.450000', '130614.910000', '130615.370000', '130615.830000', '130616.290000', '130616.750000', '130617.210000', '130617.670000', '130618.130000', '130618.590000', '130619.050000', '130619.510000', '130619.970000', '130620.430000', '130620.890000', '130621.350000', '130621.810000', '130622.270000', '130622.730000', '130623.190000', '130623.650000', '130624.110000', '130624.570000', '130625.030000', '130625.490000', '130625.950000', '130626.410000', '130626.870000', '130627.330000', '130627.790000', '130628.250000', '130628.710000', '130629.170000', '130629.630000', '130630.090000', '130630.550000', '130631.010000', '130631.470000', '130631.930000', '130632.390000', '130632.850000', '130633.310000', '130633.770000', '130634.230000', '130634.690000', '130635.150000', '130635.610000', '130636.070000', '130636.530000', '130636.990000', '130637.450000', '130637.910000', '130638.370000', '130638.830000', '130639.290000', '130639.750000', '130640.210000', '130640.670000', '130641.130000', '130641.590000', '130642.050000', '130642.510000', '130642.970000', '130643.430000', '130643.890000', '130644.350000', '130644.810000', '130645.270000', '130645.730000', '130646.190000', '130646.650000', '130647.110000', '130647.570000', '130648.030000', '130648.490000', '130648.950000', '130649.410000', '130649.870000', '130650.330000', '130650.790000', '130651.250000', '130651.710000', '130652.170000', '130652.630000', '130653.090000', '130653.550000', '130654.010000', '130654.470000', '130654.930000', '130655.390000', '130655.850000', '130656.310000', '130656.770000', '130657.230000', '130657.690000', '130658.150000', '130658.610000', '130659.070000', '130659.530000', '130659.990000', '130700.450000', '130700.910000', '130701.370000', '130701.830000', '130702.290000', '130702.750000', '130703.210000', '130703.670000', '130704.130000', '130704.590000', '130705.050000', '130705.510000', '130705.970000', '130706.430000', '130706.890000', '130707.350000', '130707.810000', '130708.270000', '130708.730000', '130709.190000', '130709.650000', '130710.110000', '130710.570000', '130711.030000', '130711.490000', '130711.950000', '130712.410000', '130712.870000', '130713.330000', '130713.790000', '130714.250000', '130714.710000', '130715.170000', '130715.630000', '130716.090000', '130716.550000', '130717.010000', '130717.470000', '130717.930000', '130718.390000', '130718.850000', '130719.310000', '130719.770000', '130720.230000', '130720.690000', '130721.150000', '130721.610000', '130722.070000', '130722.530000', '130722.990000', '130723.450000', '130723.910000', '130724.370000', '130724.830000', '130725.290000', '130725.750000', '130726.210000', '130726.670000', '130727.130000', '130727.590000', '130728.050000', '130728.510000', '130728.970000', '130729.430000', '130729.890000', '130730.350000', '130730.810000', '130731.270000', '130731.730000', '130732.190000', '130732.650000', '130733.110000', '130733.570000', '130734.030000', '130734.490000', '130734.950000', '130735.410000', '130735.870000', '130736.330000', '130736.790000', '130737.250000', '130737.710000', '130738.170000', '130738.630000', '130739.090000', '130739.550000', '130740.010000', '130740.470000', '130740.930000', '130741.390000', '130741.850000', '130742.310000', '130742.770000', '130743.230000', '130743.690000', '130744.150000', '130744.610000', '130745.070000', '130745.530000', '130745.990000', '130746.450000', '130746.910000', '130747.370000', '130747.830000', '130748.290000', '130748.750000', '130749.210000', '130749.670000', '130750.130000', '130750.590000', '130751.050000', '130751.510000', '130751.970000', '130752.430000', '130752.890000', '130753.350000', '130753.810000', '130754.270000', '130754.730000', '130755.190000', '130755.650000', '130756.110000', '130756.570000', '130757.030000', '130757.490000', '130757.950000', '130758.410000', '130758.870000', '130759.330000', '130759.790000', '130800.250000', '130800.710000', '130801.170000', '130801.630000', '130802.090000', '130802.550000', '130803.010000', '130803.470000', '130803.930000', '130804.390000', '130804.850000', '130805.310000', '130805.770000', '130806.230000', '130806.690000', '130807.150000', '130807.610000', '130808.070000', '130808.530000', '130808.990000', '130809.450000', '130809.910000', '130810.370000', '130810.830000', '130811.290000', '130811.750000', '130812.210000', '130812.670000', '130813.130000', '130813.590000', '130814.050000', '130814.510000', '130814.970000', '130815.430000', '130815.890000', '130816.350000', '130816.810000', '130817.270000', '130817.730000', '130818.190000', '130818.650000', '130819.110000', '130819.570000', '130820.030000', '130820.490000', '130820.950000', '130821.410000', '130821.870000', '130822.330000', '130822.790000', '130823.250000', '130823.710000', '130824.170000', '130824.630000', '130825.090000', '130825.550000', '130826.010000', '130826.470000', '130826.930000', '130827.390000', '130827.850000', '130828.310000', '130828.770000', '130829.230000', '130829.690000', '130830.150000', '130830.610000', '130831.070000', '130831.530000', '130831.990000', '130832.450000', '130832.910000', '130833.370000', '130833.830000', '130834.290000', '130834.750000', '130835.210000', '130835.670000', '130836.130000', '130836.590000', '130837.050000', '130837.510000', '130837.970000', '130838.430000', '130838.890000', '130839.350000', '130839.810000', '130840.270000', '130840.730000', '130841.190000', '130841.650000', '130842.110000', '130842.570000', '130843.030000', '130843.490000', '130843.950000', '130844.410000', '130844.870000', '130845.330000', '130845.790000', '130846.250000', '130846.710000', '130847.170000', '130847.630000', '130848.090000', '130848.550000', '130849.010000', '130849.470000', '130849.930000', '130850.390000', '130850.850000', '130851.310000', '130851.770000', '130852.230000', '130852.690000', '130853.150000', '130853.610000', '130854.070000', '130854.530000', '130854.990000', '130855.450000', '130855.910000', '130856.370000', '130856.830000', '130857.290000', '130857.750000', '130858.210000', '130858.670000', '130859.130000', '130859.590000', '130900.050000', '130900.510000', '130900.970000', '130901.430000', '130901.890000', '130902.350000', '130902.810000', '130903.270000', '130903.730000', '130904.190000', '130904.650000', '130905.110000', '130905.570000', '130906.030000', '130906.490000', '130906.950000', '130907.410000', '130907.870000', '130908.330000', '130908.790000', '130909.250000', '130909.710000', '130910.170000', '130910.630000', '130911.090000', '130911.550000', '130912.010000', '130912.470000', '130912.930000', '130913.390000', '130913.850000', '130914.310000', '130914.770000', '130915.230000', '130915.690000', '130916.150000', '130916.610000', '130917.070000', '130917.530000', '130917.990000', '130918.450000', '130918.910000', '130919.370000', '130919.830000', '130920.290000', '130920.750000', '130921.210000', '130921.670000', '130922.130000', '130922.590000', '130923.050000', '130923.510000', '130923.970000', '130924.430000', '130924.890000', '130925.350000', '130925.810000', '130926.270000', '130926.730000', '130927.190000', '130927.650000', '130928.110000', '130928.570000', '130929.030000', '130929.490000', '130929.950000', '130930.410000', '130930.870000', '130931.330000', '130931.790000', '130932.250000', '130932.710000', '130933.170000', '130933.630000', '130934.090000', '130934.550000', '130935.010000', '130935.470000', '130935.930000', '130936.390000', '130936.850000', '130937.310000', '130937.770000', '130938.230000', '130938.690000', '130939.150000', '130939.610000', '130940.070000', '130940.530000', '130940.990000', '130941.450000', '130941.910000', '130942.370000', '130942.830000', '130943.290000', '130943.750000', '130944.210000', '130944.670000', '130945.130000', '130945.590000', '130946.050000', '130946.510000', '130946.970000', '130947.430000', '130947.890000', '130948.350000', '130948.810000', '130949.270000', '130949.730000', '130950.190000', '130950.650000', '130951.110000', '130951.570000', '130952.030000', '130952.490000', '130952.950000', '130953.410000', '130953.870000', '130954.330000', '130954.790000', '130955.250000', '130955.710000', '130956.170000', '130956.630000', '130957.090000', '130957.550000', '130958.010000', '130958.470000', '130958.930000', '130959.390000', '130959.850000', '131000.310000', '131000.770000', '131001.230000', '131001.690000', '131002.150000', '131002.610000', '131003.070000', '131003.530000', '131003.990000', '131004.450000', '131004.910000', '131005.370000', '131005.830000', '131006.290000', '131006.750000', '131007.210000', '131007.670000', '131008.130000', '131008.590000', '131009.050000', '131009.510000', '131009.970000', '131010.430000', '131010.890000', '131011.350000', '131011.810000', '131012.270000', '131012.730000', '131013.190000', '131013.650000', '131014.110000', '131014.570000', '131015.030000', '131015.490000', '131015.950000', '131016.410000', '131016.870000', '131017.330000', '131017.790000', '131018.250000', '131018.710000', '131019.170000', '131019.630000', '131020.090000', '131020.550000', '131021.010000', '131021.470000', '131021.930000', '131022.390000', '131022.850000', '131023.310000', '131023.770000', '131024.230000', '131024.690000', '131025.150000', '131025.610000', '131026.070000', '131026.530000', '131026.990000', '131027.450000', '131027.910000', '131028.370000', '131028.830000', '131029.290000', '131029.750000', '131030.210000', '131030.670000', '131031.130000', '131031.590000', '131032.050000', '131032.510000', '131032.970000', '131033.430000', '131033.890000', '131034.350000', '131034.810000', '131035.270000', '131035.730000', '131036.190000', '131036.650000', '131037.110000', '131037.570000', '131038.030000', '131038.490000', '131038.950000', '131039.410000', '131039.870000', '131040.330000', '131040.790000', '131041.250000', '131041.710000', '131042.170000', '131042.630000', '131043.090000', '131043.550000', '131044.010000', '131044.470000', '131044.930000', '131045.390000', '131045.850000', '131046.310000', '131046.770000', '131047.230000', '131047.690000', '131048.150000', '131048.610000', '131049.070000', '131049.530000', '131049.990000', '131050.450000', '131050.910000', '131051.370000', '131051.830000', '131052.290000', '131052.750000', '131053.210000', '131053.670000', '131054.130000', '131054.590000', '131055.050000', '131055.510000', '131055.970000', '131056.430000', '131056.890000', '131057.350000', '131057.810000', '131058.270000', '131058.730000', '131059.190000', '131059.650000', '131100.110000', '131100.570000', '131101.030000', '131101.490000', '131101.950000', '131102.410000', '131102.870000', '131103.330000', '131103.790000', '131104.250000', '131104.710000', '131105.170000', '131105.630000', '131106.090000', '131106.550000', '131107.010000', '131107.470000', '131107.930000', '131108.390000', '131108.850000', '131109.310000', '131109.770000', '131110.230000', '131110.690000', '131111.150000', '131111.610000', '131112.070000', '131112.530000', '131112.990000', '131113.450000', '131113.910000', '131114.370000', '131114.830000', '131115.290000', '131115.750000', '131116.210000', '131116.670000', '131117.130000', '131117.590000', '131118.050000', '131118.510000', '131118.970000', '131119.430000', '131119.890000', '131120.350000', '131120.810000', '131121.270000', '131121.730000', '131122.190000', '131122.650000', '131123.110000', '131123.570000', '131124.030000', '131124.490000', '131124.950000', '131125.410000', '131125.870000', '131126.330000', '131126.790000', '131127.250000', '131127.710000', '131128.170000', '131128.630000', '131129.090000', '131129.550000', '131130.010000', '131130.470000', '131130.930000', '131131.390000', '131131.850000', '131132.310000', '131132.770000', '131133.230000', '131133.690000', '131134.150000', '131134.610000', '131135.070000', '131135.530000', '131135.990000', '131136.450000', '131136.910000', '131137.370000', '131137.830000', '131138.290000', '131138.750000', '131139.210000', '131139.670000', '131140.130000', '131140.590000', '131141.050000', '131141.510000', '131141.970000', '131142.430000', '131142.890000', '131143.350000', '131143.810000', '131144.270000', '131144.730000', '131145.190000', '131145.650000', '131146.110000', '131146.570000', '131147.030000', '131147.490000', '131147.950000', '131148.410000', '131148.870000', '131149.330000', '131149.790000', '131150.250000', '131150.710000', '131151.170000', '131151.630000', '131152.090000', '131152.550000', '131153.010000', '131153.470000', '131153.930000', '131154.390000', '131154.850000', '131155.310000', '131155.770000', '131156.230000', '131156.690000', '131157.150000', '131157.610000', '131158.070000', '131158.530000', '131158.990000', '131159.450000', '131159.910000'], 'ContentTime': ['130547.655000', '130547.658000', '130547.661000', '130547.663000', '130547.666000', '130547.668000', '130547.671000', '130547.673000', '130547.676000', '130547.679000', '130547.681000', '130547.684000', '130547.686000', '130547.689000', '130547.692000', '130547.694000', '130547.697000', '130547.699000', '130547.705000', '130547.708000', '130547.710000', '130547.713000', '130547.716000', '130547.718000', '130547.721000', '130547.723000', '130547.726000', '130547.729000', '130547.731000', '130547.734000', '130547.736000', '130547.739000', '130547.742000', '130547.744000', '130547.747000', '130547.749000', '130547.752000', '130547.755000', '130547.757000', '130547.760000', '130547.762000', '130547.765000', '130547.768000', '130547.770000', '130547.773000', '130547.775000', '130547.778000', '130547.780000', '130547.783000', '130547.785000', '130547.788000', '130547.791000', '130547.793000', '130547.796000', '130547.798000', '130547.801000', '130547.804000', '130547.806000', '130547.809000', '130607.605000', '130607.608000', '130607.615000', '130607.617000', '130607.620000', '130607.622000', '130607.625000', '130607.628000', '130607.630000', '130607.633000', '130607.635000', '130607.638000', '130607.641000', '130607.643000', '130607.646000', '130607.648000', '130607.651000', '130607.654000', '130607.656000', '130607.659000', '130607.661000', '130607.664000', '130607.666000', '130607.669000', '130607.672000', '130607.674000', '130607.677000', '130607.679000', '130607.682000', '130607.685000', '130607.687000', '130607.690000', '130607.692000', '130607.695000', '130607.697000', '130607.700000', '130607.703000', '130607.705000', '130607.708000', '130607.710000', '130607.713000', '130607.716000', '130607.718000', '130627.605000', '130627.608000', '130627.612000', '130627.615000', '130627.617000', '130627.620000', '130627.623000', '130627.625000', '130627.628000', '130627.630000', '130627.637000', '130627.639000', '130627.642000', '130627.645000', '130627.647000', '130627.650000', '130627.652000', '130627.655000', '130627.658000', '130627.660000', '130627.663000', '130627.666000', '130627.668000', '130627.671000', '130627.674000', '130627.676000', '130627.679000', '130627.682000', '130627.684000', '130627.687000', '130627.689000', '130627.692000', '130627.695000', '130627.697000', '130627.700000', '130627.702000', '130627.705000', '130627.707000', '130627.710000', '130627.713000', '130627.715000', '130627.718000', '130627.721000', '130627.723000', '130647.607000', '130647.609000', '130647.612000', '130647.614000', '130647.617000', '130647.620000', '130647.622000', '130647.625000', '130647.627000', '130647.630000', '130647.633000', '130647.635000', '130647.638000', '130647.640000', '130647.643000', '130647.645000', '130647.648000', '130647.651000', '130647.653000', '130647.656000', '130647.658000', '130647.661000', '130647.663000', '130647.666000', '130647.669000', '130647.671000', '130647.674000', '130647.677000', '130647.679000', '130647.682000', '130647.684000', '130647.687000', '130647.689000', '130647.692000', '130647.695000', '130647.697000', '130647.700000', '130647.702000', '130647.705000', '130647.708000', '130647.710000', '130647.713000', '130647.716000', '130707.607000', '130707.610000', '130707.612000', '130707.615000', '130707.617000', '130707.620000', '130707.623000', '130707.625000', '130707.628000', '130707.630000', '130707.633000', '130707.635000', '130707.638000', '130707.641000', '130707.643000', '130707.646000', '130707.648000', '130707.651000', '130707.653000', '130707.656000', '130707.658000', '130707.661000', '130707.664000', '130707.666000', '130707.669000', '130707.671000', '130707.674000', '130707.677000', '130707.679000', '130707.682000', '130707.684000', '130707.687000', '130707.690000', '130707.692000', '130707.695000', '130707.697000', '130707.700000', '130707.712000', '130707.715000', '130707.717000', '130707.720000', '130707.723000', '130707.725000', '130727.606000', '130727.609000', '130727.612000', '130727.614000', '130727.617000', '130727.620000', '130727.622000', '130727.625000', '130727.627000', '130727.640000', '130727.642000', '130727.645000', '130727.648000', '130727.650000', '130727.653000', '130727.656000', '130727.658000', '130727.661000', '130727.663000', '130727.666000', '130727.668000', '130727.671000', '130727.674000', '130727.676000', '130727.679000', '130727.681000', '130727.684000', '130727.687000', '130727.689000', '130727.692000', '130727.694000', '130727.697000', '130727.700000', '130727.702000', '130727.705000', '130727.708000', '130727.710000', '130727.713000', '130727.715000', '130727.718000', '130727.720000', '130727.723000', '130727.726000', '130727.728000', '130747.606000', '130747.608000', '130747.611000', '130747.614000', '130747.616000', '130747.619000', '130747.622000', '130747.624000', '130747.627000', '130747.630000', '130747.632000', '130747.635000', '130747.638000', '130747.640000', '130747.643000', '130747.646000', '130747.648000', '130747.652000', '130747.654000', '130747.657000', '130747.659000', '130747.662000', '130747.665000', '130747.667000', '130747.670000', '130747.672000', '130747.675000', '130747.678000', '130747.680000', '130747.683000', '130747.685000', '130747.688000', '130747.690000', '130747.693000', '130747.696000', '130747.698000', '130747.701000', '130747.703000', '130747.706000', '130747.709000', '130747.711000', '130747.714000', '130747.717000', '130807.605000', '130807.608000', '130807.611000', '130807.613000', '130807.616000', '130807.619000', '130807.621000', '130807.624000', '130807.627000', '130807.629000', '130807.632000', '130807.634000', '130807.637000', '130807.640000', '130807.642000', '130807.645000', '130807.648000', '130807.650000', '130807.653000', '130807.655000', '130807.658000', '130807.661000', '130807.663000', '130807.666000', '130807.668000', '130807.671000', '130807.674000', '130807.676000', '130807.679000', '130807.681000', '130807.684000', '130807.687000', '130807.689000', '130807.692000', '130807.694000', '130807.697000', '130807.700000', '130807.702000', '130807.705000', '130807.708000', '130807.710000', '130807.713000', '130807.715000', '130807.718000', '130827.605000', '130827.608000', '130827.611000', '130827.614000', '130827.616000', '130827.619000', '130827.621000', '130827.624000', '130827.627000', '130827.629000', '130827.632000', '130827.634000', '130827.637000', '130827.640000', '130827.642000', '130827.645000', '130827.648000', '130827.650000', '130827.653000', '130827.655000', '130827.658000', '130827.661000', '130827.663000', '130827.666000', '130827.668000', '130827.671000', '130827.673000', '130827.676000', '130827.679000', '130827.681000', '130827.684000', '130827.686000', '130827.689000', '130827.692000', '130827.694000', '130827.697000', '130827.699000', '130827.702000', '130827.704000', '130827.707000', '130827.710000', '130827.712000', '130827.715000', '130847.606000', '130847.608000', '130847.611000', '130847.614000', '130847.617000', '130847.619000', '130847.622000', '130847.624000', '130847.627000', '130847.630000', '130847.632000', '130847.636000', '130847.638000', '130847.641000', '130847.644000', '130847.646000', '130847.649000', '130847.651000', '130847.654000', '130847.657000', '130847.659000', '130847.662000', '130847.665000', '130847.667000', '130847.670000', '130847.672000', '130847.675000', '130847.677000', '130847.680000', '130847.683000', '130847.685000', '130847.688000', '130847.690000', '130847.703000', '130847.706000', '130847.708000', '130847.711000', '130847.713000', '130847.716000', '130847.719000', '130847.721000', '130847.724000', '130847.727000', '130847.729000', '130907.607000', '130907.609000', '130907.612000', '130907.615000', '130907.617000', '130907.620000', '130907.622000', '130907.625000', '130907.628000', '130907.631000', '130907.634000', '130907.636000', '130907.639000', '130907.642000', '130907.644000', '130907.647000', '130907.649000', '130907.652000', '130907.655000', '130907.657000', '130907.660000', '130907.662000', '130907.665000', '130907.667000', '130907.670000', '130907.673000', '130907.675000', '130907.678000', '130907.680000', '130907.683000', '130907.686000', '130907.688000', '130907.692000', '130907.694000', '130907.697000', '130907.700000', '130907.702000', '130907.705000', '130907.708000', '130907.710000', '130907.713000', '130907.715000', '130907.718000', '130927.607000', '130927.609000', '130927.612000', '130927.615000', '130927.617000', '130927.620000', '130927.623000', '130927.625000', '130927.628000', '130927.630000', '130927.633000', '130927.636000', '130927.638000', '130927.641000', '130927.644000', '130927.646000', '130927.649000', '130927.652000', '130927.654000', '130927.657000', '130927.659000', '130927.662000', '130927.665000', '130927.667000', '130927.670000', '130927.673000', '130927.675000', '130927.678000', '130927.680000', '130927.683000', '130927.685000', '130927.688000', '130927.691000', '130927.694000', '130927.696000', '130927.699000', '130927.701000', '130927.704000', '130927.707000', '130927.709000', '130927.712000', '130927.714000', '130927.717000', '130927.719000', '130947.607000', '130947.610000', '130947.612000', '130947.615000', '130947.617000', '130947.620000', '130947.622000', '130947.625000', '130947.628000', '130947.630000', '130947.633000', '130947.636000', '130947.638000', '130947.641000', '130947.644000', '130947.647000', '130947.649000', '130947.652000', '130947.655000', '130947.657000', '130947.660000', '130947.663000', '130947.665000', '130947.668000', '130947.670000', '130947.673000', '130947.675000', '130947.678000', '130947.681000', '130947.683000', '130947.686000', '130947.688000', '130947.691000', '130947.694000', '130947.696000', '130947.699000', '130947.701000', '130947.704000', '130947.707000', '130947.709000', '130947.712000', '130947.714000', '130947.717000', '131007.606000', '131007.609000', '131007.611000', '131007.614000', '131007.616000', '131007.619000', '131007.622000', '131007.624000', '131007.627000', '131007.629000', '131007.632000', '131007.635000', '131007.637000', '131007.640000', '131007.643000', '131007.645000', '131007.648000', '131007.651000', '131007.653000', '131007.656000', '131007.659000', '131007.661000', '131007.664000', '131007.666000', '131007.669000', '131007.672000', '131007.674000', '131007.677000', '131007.680000', '131007.682000', '131007.685000', '131007.688000', '131007.690000', '131007.693000', '131007.696000', '131007.698000', '131007.701000', '131007.703000', '131007.706000', '131007.708000', '131007.711000', '131007.714000', '131007.716000', '131007.719000', '131027.606000', '131027.608000', '131027.611000', '131027.613000', '131027.616000', '131027.619000', '131027.621000', '131027.624000', '131027.626000', '131027.629000', '131027.632000', '131027.634000', '131027.637000', '131027.639000', '131027.642000', '131027.645000', '131027.647000', '131027.650000', '131027.652000', '131027.655000', '131027.658000', '131027.660000', '131027.663000', '131027.665000', '131027.668000', '131027.671000', '131027.673000', '131027.676000', '131027.678000', '131027.681000', '131027.684000', '131027.686000', '131027.689000', '131027.691000', '131027.695000', '131027.698000', '131027.701000', '131027.703000', '131027.706000', '131027.708000', '131027.711000', '131027.714000', '131027.717000', '131047.606000', '131047.608000', '131047.611000', '131047.614000', '131047.616000', '131047.619000', '131047.621000', '131047.624000', '131047.627000', '131047.629000', '131047.632000', '131047.634000', '131047.637000', '131047.640000', '131047.642000', '131047.645000', '131047.648000', '131047.650000', '131047.653000', '131047.656000', '131047.658000', '131047.661000', '131047.663000', '131047.666000', '131047.669000', '131047.671000', '131047.674000', '131047.676000', '131047.688000', '131047.691000', '131047.693000', '131047.696000', '131047.698000', '131047.701000', '131047.704000', '131047.706000', '131047.709000', '131047.712000', '131047.714000', '131047.717000', '131047.719000', '131047.722000', '131047.725000', '131047.727000', '131107.607000', '131107.609000', '131107.612000', '131107.614000', '131107.617000', '131107.620000', '131107.622000', '131107.625000', '131107.628000', '131107.630000', '131107.633000', '131107.635000', '131107.638000', '131107.640000', '131107.643000', '131107.646000', '131107.648000', '131107.651000', '131107.653000', '131107.656000', '131107.659000', '131107.661000', '131107.664000', '131107.666000', '131107.669000', '131107.672000', '131107.674000', '131107.677000', '131107.679000', '131107.682000', '131107.685000', '131107.687000', '131107.690000', '131107.692000', '131107.695000', '131107.698000', '131107.700000', '131107.703000', '131107.706000', '131107.709000', '131107.711000', '131107.714000', '131107.717000', '131127.606000', '131127.609000', '131127.612000', '131127.614000', '131127.623000', '131127.626000', '131127.628000', '131127.631000', '131127.634000', '131127.636000', '131127.639000', '131127.641000', '131127.644000', '131127.647000', '131127.649000', '131127.652000', '131127.654000', '131127.657000', '131127.660000', '131127.662000', '131127.665000', '131127.667000', '131127.670000', '131127.673000', '131127.675000', '131127.678000', '131127.681000', '131127.683000', '131127.686000', '131127.688000', '131127.691000', '131127.694000', '131127.696000', '131127.699000', '131127.701000', '131127.704000', '131127.707000', '131127.710000', '131127.713000', '131127.716000', '131127.719000', '131127.721000', '131127.724000', '131127.727000', '131147.607000', '131147.609000', '131147.612000', '131147.614000', '131147.617000', '131147.620000', '131147.622000', '131147.625000', '131147.627000', '131147.630000', '131147.647000', '131147.649000', '131147.652000', '131147.655000', '131147.657000', '131147.660000', '131147.662000', '131147.665000', '131147.668000', '131147.670000', '131147.673000', '131147.675000', '131147.678000', '131147.680000', '131147.683000', '131147.686000', '131147.688000', '131147.691000', '131147.693000', '131147.696000', '131147.699000', '131147.701000', '131147.704000', '131147.707000', '131147.709000', '131147.712000', '131147.714000', '131147.717000', '131147.719000', '131147.722000', '131147.725000', '131147.727000', '131147.730000', '131201.507000', '131201.510000', '131201.512000', '131201.515000', '131201.518000', '131201.521000', '131201.524000', '131201.527000', '131201.529000', '131201.532000', '131201.535000', '131201.538000', '131201.540000', '131201.543000', '131201.546000', '131201.549000', '131201.551000', '131201.554000', '131201.557000', '131201.560000', '131201.562000', '131201.565000', '131201.569000', '131201.572000', '131201.586000', '131201.589000', '131201.592000', '131201.595000', '131201.598000', '131201.600000', '131201.604000'], 'InstanceCreationTime': ['130547.655000', '130547.658000', '130547.661000', '130547.663000', '130547.666000', '130547.668000', '130547.671000', '130547.673000', '130547.676000', '130547.679000', '130547.681000', '130547.684000', '130547.686000', '130547.689000', '130547.692000', '130547.694000', '130547.697000', '130547.699000', '130547.705000', '130547.708000', '130547.710000', '130547.713000', '130547.716000', '130547.718000', '130547.721000', '130547.723000', '130547.726000', '130547.729000', '130547.731000', '130547.734000', '130547.736000', '130547.739000', '130547.742000', '130547.744000', '130547.747000', '130547.749000', '130547.752000', '130547.755000', '130547.757000', '130547.760000', '130547.762000', '130547.765000', '130547.768000', '130547.770000', '130547.773000', '130547.775000', '130547.778000', '130547.780000', '130547.783000', '130547.785000', '130547.788000', '130547.791000', '130547.793000', '130547.796000', '130547.798000', '130547.801000', '130547.804000', '130547.806000', '130547.809000', '130607.605000', '130607.608000', '130607.615000', '130607.617000', '130607.620000', '130607.622000', '130607.625000', '130607.628000', '130607.630000', '130607.633000', '130607.635000', '130607.638000', '130607.641000', '130607.643000', '130607.646000', '130607.648000', '130607.651000', '130607.654000', '130607.656000', '130607.659000', '130607.661000', '130607.664000', '130607.666000', '130607.669000', '130607.672000', '130607.674000', '130607.677000', '130607.679000', '130607.682000', '130607.685000', '130607.687000', '130607.690000', '130607.692000', '130607.695000', '130607.697000', '130607.700000', '130607.703000', '130607.705000', '130607.708000', '130607.710000', '130607.713000', '130607.716000', '130607.718000', '130627.605000', '130627.608000', '130627.612000', '130627.615000', '130627.617000', '130627.620000', '130627.623000', '130627.625000', '130627.628000', '130627.630000', '130627.637000', '130627.639000', '130627.642000', '130627.645000', '130627.647000', '130627.650000', '130627.652000', '130627.655000', '130627.658000', '130627.660000', '130627.663000', '130627.666000', '130627.668000', '130627.671000', '130627.674000', '130627.676000', '130627.679000', '130627.682000', '130627.684000', '130627.687000', '130627.689000', '130627.692000', '130627.695000', '130627.697000', '130627.700000', '130627.702000', '130627.705000', '130627.707000', '130627.710000', '130627.713000', '130627.715000', '130627.718000', '130627.721000', '130627.723000', '130647.607000', '130647.609000', '130647.612000', '130647.614000', '130647.617000', '130647.620000', '130647.622000', '130647.625000', '130647.627000', '130647.630000', '130647.633000', '130647.635000', '130647.638000', '130647.640000', '130647.643000', '130647.645000', '130647.648000', '130647.651000', '130647.653000', '130647.656000', '130647.658000', '130647.661000', '130647.663000', '130647.666000', '130647.669000', '130647.671000', '130647.674000', '130647.677000', '130647.679000', '130647.682000', '130647.684000', '130647.687000', '130647.689000', '130647.692000', '130647.695000', '130647.697000', '130647.700000', '130647.702000', '130647.705000', '130647.708000', '130647.710000', '130647.713000', '130647.716000', '130707.607000', '130707.610000', '130707.612000', '130707.615000', '130707.617000', '130707.620000', '130707.623000', '130707.625000', '130707.628000', '130707.630000', '130707.633000', '130707.635000', '130707.638000', '130707.641000', '130707.643000', '130707.646000', '130707.648000', '130707.651000', '130707.653000', '130707.656000', '130707.658000', '130707.661000', '130707.664000', '130707.666000', '130707.669000', '130707.671000', '130707.674000', '130707.677000', '130707.679000', '130707.682000', '130707.684000', '130707.687000', '130707.690000', '130707.692000', '130707.695000', '130707.697000', '130707.700000', '130707.712000', '130707.715000', '130707.717000', '130707.720000', '130707.723000', '130707.725000', '130727.606000', '130727.609000', '130727.612000', '130727.614000', '130727.617000', '130727.620000', '130727.622000', '130727.625000', '130727.627000', '130727.640000', '130727.642000', '130727.645000', '130727.648000', '130727.650000', '130727.653000', '130727.656000', '130727.658000', '130727.661000', '130727.663000', '130727.666000', '130727.668000', '130727.671000', '130727.674000', '130727.676000', '130727.679000', '130727.681000', '130727.684000', '130727.687000', '130727.689000', '130727.692000', '130727.694000', '130727.697000', '130727.700000', '130727.702000', '130727.705000', '130727.708000', '130727.710000', '130727.713000', '130727.715000', '130727.718000', '130727.720000', '130727.723000', '130727.726000', '130727.728000', '130747.606000', '130747.608000', '130747.611000', '130747.614000', '130747.616000', '130747.619000', '130747.622000', '130747.624000', '130747.627000', '130747.630000', '130747.632000', '130747.635000', '130747.638000', '130747.640000', '130747.643000', '130747.646000', '130747.648000', '130747.652000', '130747.654000', '130747.657000', '130747.659000', '130747.662000', '130747.665000', '130747.667000', '130747.670000', '130747.672000', '130747.675000', '130747.678000', '130747.680000', '130747.683000', '130747.685000', '130747.688000', '130747.690000', '130747.693000', '130747.696000', '130747.698000', '130747.701000', '130747.703000', '130747.706000', '130747.709000', '130747.711000', '130747.714000', '130747.717000', '130807.605000', '130807.608000', '130807.611000', '130807.613000', '130807.616000', '130807.619000', '130807.621000', '130807.624000', '130807.627000', '130807.629000', '130807.632000', '130807.634000', '130807.637000', '130807.640000', '130807.642000', '130807.645000', '130807.648000', '130807.650000', '130807.653000', '130807.655000', '130807.658000', '130807.661000', '130807.663000', '130807.666000', '130807.668000', '130807.671000', '130807.674000', '130807.676000', '130807.679000', '130807.681000', '130807.684000', '130807.687000', '130807.689000', '130807.692000', '130807.694000', '130807.697000', '130807.700000', '130807.702000', '130807.705000', '130807.708000', '130807.710000', '130807.713000', '130807.715000', '130807.718000', '130827.605000', '130827.608000', '130827.611000', '130827.614000', '130827.616000', '130827.619000', '130827.621000', '130827.624000', '130827.627000', '130827.629000', '130827.632000', '130827.634000', '130827.637000', '130827.640000', '130827.642000', '130827.645000', '130827.648000', '130827.650000', '130827.653000', '130827.655000', '130827.658000', '130827.661000', '130827.663000', '130827.666000', '130827.668000', '130827.671000', '130827.673000', '130827.676000', '130827.679000', '130827.681000', '130827.684000', '130827.686000', '130827.689000', '130827.692000', '130827.694000', '130827.697000', '130827.699000', '130827.702000', '130827.704000', '130827.707000', '130827.710000', '130827.712000', '130827.715000', '130847.606000', '130847.608000', '130847.611000', '130847.614000', '130847.617000', '130847.619000', '130847.622000', '130847.624000', '130847.627000', '130847.630000', '130847.632000', '130847.636000', '130847.638000', '130847.641000', '130847.644000', '130847.646000', '130847.649000', '130847.651000', '130847.654000', '130847.657000', '130847.659000', '130847.662000', '130847.665000', '130847.667000', '130847.670000', '130847.672000', '130847.675000', '130847.677000', '130847.680000', '130847.683000', '130847.685000', '130847.688000', '130847.690000', '130847.703000', '130847.706000', '130847.708000', '130847.711000', '130847.713000', '130847.716000', '130847.719000', '130847.721000', '130847.724000', '130847.727000', '130847.729000', '130907.607000', '130907.609000', '130907.612000', '130907.615000', '130907.617000', '130907.620000', '130907.622000', '130907.625000', '130907.628000', '130907.631000', '130907.634000', '130907.636000', '130907.639000', '130907.642000', '130907.644000', '130907.647000', '130907.649000', '130907.652000', '130907.655000', '130907.657000', '130907.660000', '130907.662000', '130907.665000', '130907.667000', '130907.670000', '130907.673000', '130907.675000', '130907.678000', '130907.680000', '130907.683000', '130907.686000', '130907.688000', '130907.692000', '130907.694000', '130907.697000', '130907.700000', '130907.702000', '130907.705000', '130907.708000', '130907.710000', '130907.713000', '130907.715000', '130907.718000', '130927.607000', '130927.609000', '130927.612000', '130927.615000', '130927.617000', '130927.620000', '130927.623000', '130927.625000', '130927.628000', '130927.630000', '130927.633000', '130927.636000', '130927.638000', '130927.641000', '130927.644000', '130927.646000', '130927.649000', '130927.652000', '130927.654000', '130927.657000', '130927.659000', '130927.662000', '130927.665000', '130927.667000', '130927.670000', '130927.673000', '130927.675000', '130927.678000', '130927.680000', '130927.683000', '130927.685000', '130927.688000', '130927.691000', '130927.694000', '130927.696000', '130927.699000', '130927.701000', '130927.704000', '130927.707000', '130927.709000', '130927.712000', '130927.714000', '130927.717000', '130927.719000', '130947.607000', '130947.610000', '130947.612000', '130947.615000', '130947.617000', '130947.620000', '130947.622000', '130947.625000', '130947.628000', '130947.630000', '130947.633000', '130947.636000', '130947.638000', '130947.641000', '130947.644000', '130947.647000', '130947.649000', '130947.652000', '130947.655000', '130947.657000', '130947.660000', '130947.663000', '130947.665000', '130947.668000', '130947.670000', '130947.673000', '130947.675000', '130947.678000', '130947.681000', '130947.683000', '130947.686000', '130947.688000', '130947.691000', '130947.694000', '130947.696000', '130947.699000', '130947.701000', '130947.704000', '130947.707000', '130947.709000', '130947.712000', '130947.714000', '130947.717000', '131007.606000', '131007.609000', '131007.611000', '131007.614000', '131007.616000', '131007.619000', '131007.622000', '131007.624000', '131007.627000', '131007.629000', '131007.632000', '131007.635000', '131007.637000', '131007.640000', '131007.643000', '131007.645000', '131007.648000', '131007.651000', '131007.653000', '131007.656000', '131007.659000', '131007.661000', '131007.664000', '131007.666000', '131007.669000', '131007.672000', '131007.674000', '131007.677000', '131007.680000', '131007.682000', '131007.685000', '131007.688000', '131007.690000', '131007.693000', '131007.696000', '131007.698000', '131007.701000', '131007.703000', '131007.706000', '131007.708000', '131007.711000', '131007.714000', '131007.716000', '131007.719000', '131027.606000', '131027.608000', '131027.611000', '131027.613000', '131027.616000', '131027.619000', '131027.621000', '131027.624000', '131027.626000', '131027.629000', '131027.632000', '131027.634000', '131027.637000', '131027.639000', '131027.642000', '131027.645000', '131027.647000', '131027.650000', '131027.652000', '131027.655000', '131027.658000', '131027.660000', '131027.663000', '131027.665000', '131027.668000', '131027.671000', '131027.673000', '131027.676000', '131027.678000', '131027.681000', '131027.684000', '131027.686000', '131027.689000', '131027.691000', '131027.695000', '131027.698000', '131027.701000', '131027.703000', '131027.706000', '131027.708000', '131027.711000', '131027.714000', '131027.717000', '131047.606000', '131047.608000', '131047.611000', '131047.614000', '131047.616000', '131047.619000', '131047.621000', '131047.624000', '131047.627000', '131047.629000', '131047.632000', '131047.634000', '131047.637000', '131047.640000', '131047.642000', '131047.645000', '131047.648000', '131047.650000', '131047.653000', '131047.656000', '131047.658000', '131047.661000', '131047.663000', '131047.666000', '131047.669000', '131047.671000', '131047.674000', '131047.676000', '131047.688000', '131047.691000', '131047.693000', '131047.696000', '131047.698000', '131047.701000', '131047.704000', '131047.706000', '131047.709000', '131047.712000', '131047.714000', '131047.717000', '131047.719000', '131047.722000', '131047.725000', '131047.727000', '131107.607000', '131107.609000', '131107.612000', '131107.614000', '131107.617000', '131107.620000', '131107.622000', '131107.625000', '131107.628000', '131107.630000', '131107.633000', '131107.635000', '131107.638000', '131107.640000', '131107.643000', '131107.646000', '131107.648000', '131107.651000', '131107.653000', '131107.656000', '131107.659000', '131107.661000', '131107.664000', '131107.666000', '131107.669000', '131107.672000', '131107.674000', '131107.677000', '131107.679000', '131107.682000', '131107.685000', '131107.687000', '131107.690000', '131107.692000', '131107.695000', '131107.698000', '131107.700000', '131107.703000', '131107.706000', '131107.709000', '131107.711000', '131107.714000', '131107.717000', '131127.606000', '131127.609000', '131127.612000', '131127.614000', '131127.623000', '131127.626000', '131127.628000', '131127.631000', '131127.634000', '131127.636000', '131127.639000', '131127.641000', '131127.644000', '131127.647000', '131127.649000', '131127.652000', '131127.654000', '131127.657000', '131127.660000', '131127.662000', '131127.665000', '131127.667000', '131127.670000', '131127.673000', '131127.675000', '131127.678000', '131127.681000', '131127.683000', '131127.686000', '131127.688000', '131127.691000', '131127.694000', '131127.696000', '131127.699000', '131127.701000', '131127.704000', '131127.707000', '131127.710000', '131127.713000', '131127.716000', '131127.719000', '131127.721000', '131127.724000', '131127.727000', '131147.607000', '131147.609000', '131147.612000', '131147.614000', '131147.617000', '131147.620000', '131147.622000', '131147.625000', '131147.627000', '131147.630000', '131147.647000', '131147.649000', '131147.652000', '131147.655000', '131147.657000', '131147.660000', '131147.662000', '131147.665000', '131147.668000', '131147.670000', '131147.673000', '131147.675000', '131147.678000', '131147.680000', '131147.683000', '131147.686000', '131147.688000', '131147.691000', '131147.693000', '131147.696000', '131147.699000', '131147.701000', '131147.704000', '131147.707000', '131147.709000', '131147.712000', '131147.714000', '131147.717000', '131147.719000', '131147.722000', '131147.725000', '131147.727000', '131147.730000', '131201.507000', '131201.510000', '131201.512000', '131201.515000', '131201.518000', '131201.521000', '131201.524000', '131201.527000', '131201.529000', '131201.532000', '131201.535000', '131201.538000', '131201.540000', '131201.543000', '131201.546000', '131201.549000', '131201.551000', '131201.554000', '131201.557000', '131201.560000', '131201.562000', '131201.565000', '131201.569000', '131201.572000', '131201.586000', '131201.589000', '131201.592000', '131201.595000', '131201.598000', '131201.600000', '131201.604000'], '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': [7467, 10661, 9821, 9873, 9971, 7023, 7121, 6495, 8307, 6705, 9871, 6895, 9381, 8781, 8490, 10017, 6568, 8186, 6939, 9274, 6967, 9835, 9492, 8762, 8140, 6883, 8453, 6758, 8864, 6936, 9541, 6911, 9641, 8957, 8363, 9188, 6820, 8241, 7039, 8154, 6738, 6875, 9313, 6735, 9510, 6742, 9292, 7110, 7106, 7005, 6938, 8483, 8317, 6844, 9841, 8421, 7895, 9818, 8635, 12518, 10760, 7650, 8567, 6798, 9365, 7833, 8219, 9715, 6984, 10466, 6782, 6516, 7522, 6694, 8874, 7931, 10249, 9532, 7213, 9070, 7001, 9081, 6701, 10193, 9375, 11618, 9343, 8351, 8395, 6736, 8245, 6817, 8699, 6512, 10372, 6872, 9955, 6946, 7759, 8599, 7360, 9827, 6842, 8640, 6735, 8925, 6646, 9555, 6932, 9587, 9317, 6818, 7657, 6948, 7330, 6692, 8877, 7242, 9904, 8719, 6965, 8000, 6690, 8618, 6954, 9676, 8006, 9440, 10422, 7328, 9943, 7176, 10035, 7340, 7887, 8157, 6668, 8400, 6811, 9651, 6820, 6742, 7298, 7049, 8764, 6982, 9328, 6911, 9544, 7244, 8745, 9235, 7894, 11453, 8016, 10966, 6812, 6925, 6970, 6687, 8376, 8166, 9215, 7104, 6954, 7864, 6739, 7034, 7862, 7198, 9783, 10548, 7978, 10169, 7066, 10110, 7260, 7418, 9582, 6959, 10287, 7214, 9928, 6856, 7747, 7566, 7350, 7635, 6959, 10174, 9430, 10283, 9422, 6939, 7490, 6866, 8685, 6839, 8410, 10309, 7288, 10498, 7348, 9538, 8870, 6724, 9151, 6755, 8905, 8835, 8922, 9519, 6495, 9273, 7155, 9181, 7288, 7206, 8977, 6752, 9859, 7076, 10131, 6731, 7591, 7722, 7019, 7582, 6832, 10186, 10000, 9309, 9573, 7349, 7963, 7424, 7370, 8135, 7042, 9253, 7102, 9831, 7507, 8973, 8847, 7397, 9028, 6989, 8780, 6934, 9651, 6822, 10377, 8721, 9690, 8384, 7035, 6956, 7100, 8404, 6820, 9285, 10017, 7267, 9716, 6744, 8688, 6841, 7280, 6836, 6967, 10092, 8147, 7232, 8244, 6985, 10360, 10594, 9068, 9390, 7484, 10625, 8384, 7012, 9419, 6873, 7081, 6565, 6997, 7109, 7384, 7269, 9343, 8473, 7759, 10339, 8266, 11230, 9644, 7138, 7913, 7252, 9665, 6833, 7130, 9883, 7026, 10766, 7002, 7390, 7158, 7244, 6972, 6966, 8792, 8985, 7699, 9551, 7092, 10043, 7539, 8508, 8299, 7110, 8368, 6944, 9239, 7044, 7091, 9428, 7053, 10614, 7796, 9035, 7688, 7420, 7474, 6840, 8926, 6920, 8675, 8616, 7016, 9913, 7014, 9292, 7029, 7125, 7607, 6801, 8890, 9122, 10472, 10243, 8050, 10061, 7408, 7785, 8787, 7207, 10089, 7066, 9438, 7970, 7037, 7767, 6900, 10681, 9012, 7296, 8088, 6576, 8214, 6909, 9340, 6782, 8014, 7349, 6507, 7177, 6578, 8437, 6817, 9294, 8066, 6629, 6988, 6460, 7049, 6836, 6782, 6928, 6550, 7770, 6580, 9421, 8956, 9142, 9890, 7106, 8967, 6564, 7703, 7553, 6955, 8997, 7034, 8047, 7955, 7118, 8789, 7012, 7487, 8234, 6988, 10085, 9836, 9744, 10624, 9171, 11842, 7805, 9141, 8493, 7386, 7831, 7328, 7833, 6993, 7126, 9096, 7161, 10955, 8922, 8593, 8262, 7338, 8384, 7165, 9092, 7171, 8087, 7819, 7658, 7997, 7178, 6882, 7189, 9384, 7699, 7469, 8413, 7244, 8765, 6975, 9508, 8786, 8716, 8939, 7382, 8080, 7405, 7106, 8367, 7095, 10096, 8224, 9483, 8024, 6998, 7397, 6719, 6919, 7835, 6512, 7572, 7522, 7219, 9910, 8205, 7924, 9440, 7723, 12543, 10505, 10763, 11327, 7911, 10541, 7107, 10206, 7151, 9925, 7206, 8020, 8202, 7957, 8721, 7588, 8453, 7447, 10108, 7312, 10948, 8139, 8749, 7033, 7088, 7602, 7303, 7667, 7078, 8675, 7102, 10424, 9185, 9258, 7762, 7199, 7343, 7017, 7710, 7045, 8900, 7262, 9541, 7111, 7701, 7627, 7574, 8467, 7419, 10198, 7977, 11127, 8668, 9597, 7659, 7478, 7603, 7100, 8003, 7152, 8792, 7102, 8880, 6892, 7462, 7512, 7124, 9430, 7401, 10587, 8923, 9637, 9718, 7516, 8393, 7076, 8243, 7453, 8776, 7247, 10307, 9376, 8426, 8521, 6962, 7717, 7170, 8231, 6564, 7755, 7862, 12326, 7483, 8396, 7019, 7261, 7793, 7228, 10229, 7517, 11077, 6995, 10681, 7048, 8668, 7278, 6958, 7451, 7149, 8695, 7078, 7988, 7037, 7766, 7095, 7810, 6945, 6966, 7546, 6867, 10128, 10114, 7994, 10675, 7247, 11998, 7766, 9466, 9376, 7206, 8686, 7533, 7471, 7075, 7989, 7143, 9970, 8898, 9518, 9759, 7151, 8909, 7022, 8177, 7277, 8740, 6919, 7573, 8736, 7132, 10032, 7294, 9064, 7205, 9201, 7083, 8154, 7186, 7139, 10203, 7188, 10449, 7308, 10374, 7295, 8839, 7011, 7490, 8005, 7014, 10055, 7571, 10435, 7293, 9148, 7423, 9660, 7194, 9715, 7313, 9533, 7517, 7974, 8725, 7947, 10246, 7352, 10447, 6953, 9918, 7538, 7880, 7246, 7154, 8480, 7270, 11031, 8554, 10925, 8745, 8073, 7647, 7427, 7432, 6939, 9545, 6888, 11016, 8959, 10457, 7994, 8700, 7335, 7461, 7431, 7296, 7056, 6917, 7609, 7168, 7799, 7048, 10069, 8306, 11305, 8426, 9269, 7876, 7510, 7269, 7189, 7611, 6839, 8172, 7045, 9504, 8460, 10296, 9120, 7493, 7793, 7305, 7172, 7269, 9487, 6778, 7347, 7844, 7374, 9765, 7068, 10716, 7498, 8542, 7027, 7360, 7157, 7002, 9022, 7786, 9368, 10786, 7785, 9936, 7151, 9696, 7090, 7875, 7460, 7352, 9869, 7486, 11803, 9035, 8161, 8222, 7202, 9116, 6992, 9238, 7483, 7149, 7397, 6959, 8235, 7342, 8391, 6937, 7204, 8003, 6400, 7894, 9320, 8084, 12654, 9597, 7590, 7814, 7259, 8570, 7035, 6976, 7233, 7194, 8637, 6874, 10402, 9516, 7489, 7994, 7413, 7663, 7412, 7112, 7177, 7159, 9184, 7122, 10682, 7417, 9682, 7168, 7395, 7324, 7635, 8832, 7238, 11010, 7774, 10292, 6836, 7195, 6995, 7451, 8029, 7180, 9957, 7542, 11360, 8601, 10068, 7750, 7306, 7331, 7526, 8046, 7352, 10594, 7622, 11229, 8067, 9489, 7799, 7627, 7106, 7217, 7129, 6890, 7740, 6936, 10558, 8395, 9554, 8273, 7684, 7560, 7409, 7212, 7108, 8705, 7150, 10613, 9023, 9586, 8313, 7535, 7259, 7293, 6937, 7155, 8677, 7097, 7870, 7088, 7765, 7244, 7245, 10627, 8168], 'WindowCenter': [4080.0, 4104.0, 4093.0, 4079.0, 4081.0, 4049.0, 4052.0, 4030.0, 4058.0, 4039.0, 4091.0, 4048.0, 4080.0, 4069.0, 4070.0, 4092.0, 4050.0, 4056.0, 4034.0, 4064.0, 4035.0, 4065.0, 4068.0, 4057.0, 4058.0, 4037.0, 4056.0, 4024.0, 4056.0, 4034.0, 4065.0, 4035.0, 4065.0, 4067.0, 4057.0, 4081.0, 4050.0, 4069.0, 4048.0, 4055.0, 4036.0, 4038.0, 4092.0, 4067.0, 4094.0, 4052.0, 4083.0, 4064.0, 4052.0, 4050.0, 4050.0, 4070.0, 4071.0, 4052.0, 4093.0, 4074.0, 4073.0, 4096.0, 4085.0, 4115.0, 4106.0, 4075.0, 4083.0, 4052.0, 4082.0, 4061.0, 4071.0, 4093.0, 4052.0, 4103.0, 4054.0, 4053.0, 4071.0, 4051.0, 4082.0, 4073.0, 4093.0, 4095.0, 4065.0, 4096.0, 4063.0, 4081.0, 4039.0, 4080.0, 4081.0, 4090.0, 4080.0, 4059.0, 4060.0, 4036.0, 4057.0, 4024.0, 4055.0, 4027.0, 4078.0, 4036.0, 4076.0, 4037.0, 4045.0, 4056.0, 4036.0, 4078.0, 4036.0, 4067.0, 4037.0, 4065.0, 4037.0, 4078.0, 4046.0, 4076.0, 4080.0, 4038.0, 4047.0, 4037.0, 4046.0, 4037.0, 4068.0, 4050.0, 4080.0, 4070.0, 4050.0, 4070.0, 4051.0, 4068.0, 4048.0, 4077.0, 4060.0, 4079.0, 4092.0, 4050.0, 4091.0, 4051.0, 4088.0, 4049.0, 4058.0, 4059.0, 4038.0, 4059.0, 4039.0, 4080.0, 4051.0, 4038.0, 4061.0, 4049.0, 4069.0, 4038.0, 4069.0, 4039.0, 4067.0, 4049.0, 4057.0, 4068.0, 4057.0, 4090.0, 4060.0, 4090.0, 4036.0, 4036.0, 4037.0, 4037.0, 4056.0, 4070.0, 4079.0, 4049.0, 4051.0, 4059.0, 4039.0, 4050.0, 4060.0, 4051.0, 4080.0, 4093.0, 4072.0, 4094.0, 4051.0, 4091.0, 4047.0, 4046.0, 4068.0, 4037.0, 4079.0, 4049.0, 4080.0, 4038.0, 4048.0, 4048.0, 4037.0, 4047.0, 4036.0, 4077.0, 4070.0, 4080.0, 4081.0, 4049.0, 4049.0, 4036.0, 4057.0, 4037.0, 4056.0, 4091.0, 4051.0, 4092.0, 4062.0, 4092.0, 4084.0, 4053.0, 4078.0, 4039.0, 4068.0, 4081.0, 4080.0, 4093.0, 4042.0, 4082.0, 4062.0, 4080.0, 4046.0, 4035.0, 4054.0, 4025.0, 4076.0, 4037.0, 4088.0, 4039.0, 4045.0, 4045.0, 4048.0, 4046.0, 4037.0, 4091.0, 4103.0, 4094.0, 4091.0, 4063.0, 4069.0, 4049.0, 4037.0, 4046.0, 4037.0, 4066.0, 4039.0, 4078.0, 4050.0, 4069.0, 4068.0, 4036.0, 4056.0, 4023.0, 4042.0, 4021.0, 4051.0, 4013.0, 4064.0, 4042.0, 4054.0, 4045.0, 4022.0, 4022.0, 4021.0, 4030.0, 4012.0, 4051.0, 4065.0, 4033.0, 4066.0, 4027.0, 4057.0, 4027.0, 4034.0, 4023.0, 4024.0, 4065.0, 4047.0, 4035.0, 4047.0, 4040.0, 4079.0, 4080.0, 4068.0, 4067.0, 4036.0, 4076.0, 4056.0, 4037.0, 4065.0, 4026.0, 4036.0, 4026.0, 4049.0, 4049.0, 4049.0, 4049.0, 4068.0, 4057.0, 4047.0, 4078.0, 4057.0, 4078.0, 4069.0, 4036.0, 4046.0, 4034.0, 4053.0, 4024.0, 4023.0, 4066.0, 4036.0, 4090.0, 4062.0, 4035.0, 4035.0, 4034.0, 4034.0, 4033.0, 4056.0, 4068.0, 4048.0, 4080.0, 4049.0, 4079.0, 4058.0, 4068.0, 4056.0, 4037.0, 4045.0, 4036.0, 4067.0, 4038.0, 4035.0, 4069.0, 4039.0, 4090.0, 4048.0, 4067.0, 4046.0, 4033.0, 4035.0, 4024.0, 4068.0, 4038.0, 4056.0, 4069.0, 4038.0, 4080.0, 4049.0, 4080.0, 4050.0, 4036.0, 4047.0, 4027.0, 4070.0, 4083.0, 4093.0, 4094.0, 4073.0, 4091.0, 4050.0, 4048.0, 4058.0, 4049.0, 4079.0, 4039.0, 4083.0, 4073.0, 4051.0, 4061.0, 4049.0, 4091.0, 4082.0, 4049.0, 4059.0, 4038.0, 4056.0, 4036.0, 4065.0, 4025.0, 4045.0, 4036.0, 4013.0, 4024.0, 4024.0, 4043.0, 4037.0, 4066.0, 4045.0, 4024.0, 4035.0, 4023.0, 4024.0, 4025.0, 4026.0, 4037.0, 4027.0, 4059.0, 4051.0, 4091.0, 4093.0, 4106.0, 4128.0, 4075.0, 4107.0, 4053.0, 4072.0, 4087.0, 4064.0, 4082.0, 4052.0, 4060.0, 4073.0, 4053.0, 4096.0, 4052.0, 4049.0, 4058.0, 4038.0, 4079.0, 4080.0, 4080.0, 4091.0, 4069.0, 4089.0, 4047.0, 4067.0, 4057.0, 4037.0, 4035.0, 4037.0, 4046.0, 4038.0, 4038.0, 4070.0, 4050.0, 4090.0, 4071.0, 4069.0, 4058.0, 4048.0, 4056.0, 4034.0, 4056.0, 4037.0, 4047.0, 4050.0, 4048.0, 4058.0, 4038.0, 4024.0, 4035.0, 4055.0, 4046.0, 4036.0, 4056.0, 4036.0, 4057.0, 4039.0, 4078.0, 4069.0, 4058.0, 4070.0, 4049.0, 4059.0, 4049.0, 4049.0, 4072.0, 4061.0, 4103.0, 4084.0, 4119.0, 4087.0, 4065.0, 4063.0, 4052.0, 4039.0, 4047.0, 4043.0, 4063.0, 4064.0, 4065.0, 4106.0, 4086.0, 4074.0, 4082.0, 4050.0, 4100.0, 4080.0, 4077.0, 4078.0, 4047.0, 4066.0, 4022.0, 4063.0, 4023.0, 4051.0, 4022.0, 4031.0, 4031.0, 4030.0, 4041.0, 4020.0, 4029.0, 4009.0, 4050.0, 4021.0, 4061.0, 4032.0, 4041.0, 4022.0, 4021.0, 4031.0, 4021.0, 4031.0, 4022.0, 4042.0, 4036.0, 4078.0, 4067.0, 4066.0, 4046.0, 4035.0, 4034.0, 4023.0, 4033.0, 4034.0, 4055.0, 4036.0, 4067.0, 4049.0, 4047.0, 4047.0, 4045.0, 4056.0, 4035.0, 4076.0, 4057.0, 4088.0, 4069.0, 4079.0, 4059.0, 4048.0, 4047.0, 4036.0, 4046.0, 4036.0, 4057.0, 4038.0, 4067.0, 4038.0, 4048.0, 4048.0, 4038.0, 4080.0, 4061.0, 4091.0, 4082.0, 4081.0, 4092.0, 4051.0, 4071.0, 4050.0, 4056.0, 4049.0, 4058.0, 4050.0, 4080.0, 4081.0, 4060.0, 4070.0, 4050.0, 4060.0, 4036.0, 4046.0, 4040.0, 4037.0, 4053.0, 4065.0, 4037.0, 4059.0, 4037.0, 4062.0, 4060.0, 4047.0, 4078.0, 4047.0, 4087.0, 4037.0, 4077.0, 4036.0, 4056.0, 4049.0, 4047.0, 4059.0, 4050.0, 4095.0, 4050.0, 4058.0, 4039.0, 4048.0, 4036.0, 4047.0, 4038.0, 4036.0, 4047.0, 4038.0, 4079.0, 4092.0, 4060.0, 4092.0, 4050.0, 4101.0, 4048.0, 4068.0, 4070.0, 4049.0, 4071.0, 4074.0, 4051.0, 4038.0, 4047.0, 4036.0, 4067.0, 4071.0, 4068.0, 4079.0, 4038.0, 4068.0, 4037.0, 4058.0, 4048.0, 4055.0, 4036.0, 4046.0, 4058.0, 4037.0, 4080.0, 4050.0, 4070.0, 4049.0, 4067.0, 4036.0, 4045.0, 4036.0, 4035.0, 4080.0, 4038.0, 4090.0, 4051.0, 4091.0, 4049.0, 4067.0, 4024.0, 4035.0, 4045.0, 4037.0, 4080.0, 4060.0, 4089.0, 4050.0, 4080.0, 4046.0, 4064.0, 4048.0, 4077.0, 4049.0, 4065.0, 4048.0, 4045.0, 4058.0, 4057.0, 4079.0, 4048.0, 4088.0, 4037.0, 4077.0, 4046.0, 4045.0, 4047.0, 4037.0, 4059.0, 4049.0, 4091.0, 4071.0, 4090.0, 4071.0, 4058.0, 4047.0, 4033.0, 4034.0, 4023.0, 4066.0, 4037.0, 4078.0, 4069.0, 4077.0, 4047.0, 4054.0, 4032.0, 4022.0, 4020.0, 4020.0, 4023.0, 4022.0, 4033.0, 4024.0, 4043.0, 4022.0, 4064.0, 4054.0, 4075.0, 4045.0, 4054.0, 4043.0, 4034.0, 4033.0, 4023.0, 4033.0, 4013.0, 4045.0, 4036.0, 4054.0, 4056.0, 4076.0, 4065.0, 4035.0, 4045.0, 4035.0, 4022.0, 4034.0, 4063.0, 4024.0, 4035.0, 4046.0, 4036.0, 4078.0, 4036.0, 4077.0, 4049.0, 4057.0, 4035.0, 4032.0, 4023.0, 4035.0, 4055.0, 4048.0, 4068.0, 4090.0, 4048.0, 4077.0, 4037.0, 4066.0, 4025.0, 4033.0, 4034.0, 4035.0, 4077.0, 4048.0, 4088.0, 4069.0, 4057.0, 4056.0, 4034.0, 4053.0, 4034.0, 4054.0, 4036.0, 4036.0, 4037.0, 4038.0, 4069.0, 4049.0, 4057.0, 4036.0, 4035.0, 4045.0, 4015.0, 4046.0, 4066.0, 4058.0, 4098.0, 4078.0, 4048.0, 4047.0, 4035.0, 4044.0, 4023.0, 4022.0, 4032.0, 4025.0, 4057.0, 4038.0, 4077.0, 4076.0, 4048.0, 4057.0, 4047.0, 4044.0, 4035.0, 4024.0, 4036.0, 4036.0, 4069.0, 4038.0, 4089.0, 4049.0, 4079.0, 4048.0, 4035.0, 4035.0, 4044.0, 4066.0, 4048.0, 4090.0, 4059.0, 4090.0, 4039.0, 4036.0, 4036.0, 4034.0, 4044.0, 4025.0, 4066.0, 4045.0, 4088.0, 4059.0, 4076.0, 4047.0, 4035.0, 4032.0, 4032.0, 4030.0, 4034.0, 4075.0, 4045.0, 4076.0, 4047.0, 4066.0, 4045.0, 4033.0, 4022.0, 4020.0, 4021.0, 4022.0, 4034.0, 4035.0, 4075.0, 4057.0, 4066.0, 4056.0, 4034.0, 4034.0, 4021.0, 4032.0, 4022.0, 4043.0, 4025.0, 4073.0, 4057.0, 4066.0, 4054.0, 4045.0, 4034.0, 4032.0, 4021.0, 4022.0, 4043.0, 4024.0, 4044.0, 4048.0, 4046.0, 4035.0, 4033.0, 4075.0, 4056.0], 'WindowWidth': [9092.0, 9112.0, 9094.0, 9069.0, 9073.0, 9028.0, 9037.0, 9003.0, 9035.0, 9016.0, 9087.0, 9025.0, 9074.0, 9054.0, 9058.0, 9089.0, 9033.0, 9031.0, 8999.0, 9038.0, 9001.0, 9039.0, 9049.0, 9034.0, 9037.0, 9008.0, 9030.0, 8986.0, 9029.0, 8999.0, 9039.0, 9001.0, 9040.0, 9047.0, 9035.0, 9073.0, 9033.0, 9055.0, 9026.0, 9031.0, 9007.0, 9012.0, 9093.0, 9068.0, 9099.0, 9037.0, 9078.0, 9056.0, 9037.0, 9032.0, 9032.0, 9056.0, 9060.0, 9036.0, 9092.0, 9068.0, 9066.0, 9102.0, 9086.0, 9128.0, 9116.0, 9074.0, 9079.0, 9038.0, 9077.0, 9045.0, 9059.0, 9093.0, 9036.0, 9107.0, 9044.0, 9042.0, 9062.0, 9032.0, 9074.0, 9066.0, 9092.0, 9099.0, 9058.0, 9101.0, 9055.0, 9072.0, 9014.0, 9066.0, 9073.0, 9082.0, 9069.0, 9041.0, 9042.0, 9006.0, 9031.0, 8985.0, 9025.0, 8995.0, 9064.0, 9006.0, 9058.0, 9009.0, 9016.0, 9032.0, 9004.0, 9063.0, 9006.0, 9049.0, 9007.0, 9043.0, 9009.0, 9064.0, 9021.0, 9058.0, 9068.0, 9013.0, 9023.0, 9007.0, 9020.0, 9009.0, 9049.0, 9029.0, 9069.0, 9060.0, 9032.0, 9058.0, 9033.0, 9052.0, 9025.0, 9061.0, 9043.0, 9067.0, 9089.0, 9030.0, 9087.0, 9032.0, 9079.0, 9028.0, 9037.0, 9041.0, 9012.0, 9040.0, 9015.0, 9070.0, 9035.0, 9014.0, 9045.0, 9028.0, 9054.0, 9011.0, 9053.0, 9013.0, 9046.0, 9025.0, 9034.0, 9051.0, 9036.0, 9084.0, 9043.0, 9082.0, 9006.0, 9003.0, 9005.0, 9007.0, 9030.0, 9055.0, 9066.0, 9027.0, 9031.0, 9039.0, 9014.0, 9028.0, 9043.0, 9031.0, 9070.0, 9093.0, 9062.0, 9094.0, 9033.0, 9085.0, 9022.0, 9018.0, 9047.0, 9005.0, 9065.0, 9025.0, 9069.0, 9010.0, 9021.0, 9021.0, 9005.0, 9018.0, 9003.0, 9059.0, 9055.0, 9067.0, 9073.0, 9031.0, 9028.0, 9007.0, 9033.0, 9006.0, 9033.0, 9087.0, 9033.0, 9089.0, 9050.0, 9091.0, 9082.0, 9040.0, 9064.0, 9012.0, 9051.0, 9071.0, 9069.0, 9092.0, 9026.0, 9078.0, 9051.0, 9069.0, 9021.0, 9002.0, 9024.0, 8987.0, 9058.0, 9008.0, 9080.0, 9013.0, 9015.0, 9015.0, 9024.0, 9020.0, 9010.0, 9090.0, 9113.0, 9097.0, 9089.0, 9051.0, 9056.0, 9026.0, 9004.0, 9015.0, 9005.0, 9043.0, 9011.0, 9063.0, 9029.0, 9052.0, 9050.0, 9003.0, 9028.0, 8979.0, 9001.0, 8973.0, 9014.0, 8967.0, 9035.0, 9005.0, 9021.0, 9012.0, 8978.0, 8978.0, 8974.0, 8983.0, 8962.0, 9014.0, 9040.0, 8995.0, 9043.0, 8995.0, 9032.0, 8992.0, 8999.0, 8979.0, 8983.0, 9038.0, 9016.0, 8999.0, 9018.0, 9013.0, 9065.0, 9069.0, 9050.0, 9047.0, 9004.0, 9055.0, 9029.0, 9007.0, 9041.0, 8988.0, 9001.0, 8991.0, 9027.0, 9028.0, 9028.0, 9026.0, 9049.0, 9034.0, 9018.0, 9062.0, 9033.0, 9062.0, 9050.0, 9003.0, 9015.0, 8995.0, 9019.0, 8981.0, 8980.0, 9043.0, 9005.0, 9084.0, 9051.0, 9001.0, 9000.0, 8997.0, 8997.0, 8996.0, 9029.0, 9050.0, 9024.0, 9070.0, 9028.0, 9068.0, 9038.0, 9050.0, 9031.0, 9006.0, 9014.0, 9003.0, 9045.0, 9009.0, 9003.0, 9053.0, 9012.0, 9081.0, 9024.0, 9044.0, 9015.0, 8994.0, 8998.0, 8984.0, 9049.0, 9008.0, 9030.0, 9051.0, 9009.0, 9068.0, 9028.0, 9072.0, 9029.0, 9004.0, 9019.0, 8994.0, 9053.0, 9079.0, 9092.0, 9095.0, 9066.0, 9086.0, 9029.0, 9022.0, 9034.0, 9026.0, 9063.0, 9013.0, 9079.0, 9065.0, 9032.0, 9046.0, 9029.0, 9085.0, 9078.0, 9029.0, 9041.0, 9010.0, 9030.0, 9003.0, 9038.0, 8987.0, 9013.0, 9001.0, 8967.0, 8983.0, 8984.0, 9007.0, 9008.0, 9044.0, 9014.0, 8984.0, 9000.0, 8983.0, 8983.0, 8988.0, 8991.0, 9007.0, 8996.0, 9043.0, 9034.0, 9089.0, 9097.0, 9123.0, 9158.0, 9079.0, 9128.0, 9044.0, 9066.0, 9094.0, 9055.0, 9075.0, 9034.0, 9043.0, 9063.0, 9040.0, 9104.0, 9037.0, 9026.0, 9034.0, 9008.0, 9063.0, 9069.0, 9068.0, 9086.0, 9053.0, 9080.0, 9020.0, 9044.0, 9031.0, 9005.0, 8999.0, 9004.0, 9017.0, 9009.0, 9009.0, 9055.0, 9030.0, 9084.0, 9059.0, 9054.0, 9036.0, 9023.0, 9029.0, 8997.0, 9027.0, 9005.0, 9018.0, 9028.0, 9022.0, 9036.0, 9010.0, 8985.0, 8998.0, 9027.0, 9017.0, 9001.0, 9030.0, 9002.0, 9030.0, 9013.0, 9062.0, 9053.0, 9037.0, 9054.0, 9026.0, 9038.0, 9028.0, 9028.0, 9062.0, 9049.0, 9108.0, 9088.0, 9143.0, 9098.0, 9060.0, 9055.0, 9035.0, 9012.0, 9020.0, 9025.0, 9050.0, 9055.0, 9057.0, 9114.0, 9088.0, 9068.0, 9075.0, 9028.0, 9097.0, 9068.0, 9059.0, 9062.0, 9019.0, 9040.0, 8978.0, 9031.0, 8978.0, 9013.0, 8975.0, 8985.0, 8987.0, 8983.0, 8999.0, 8968.0, 8981.0, 8952.0, 9009.0, 8972.0, 9026.0, 8989.0, 9001.0, 8977.0, 8973.0, 8986.0, 8972.0, 8988.0, 8977.0, 9003.0, 9003.0, 9063.0, 9046.0, 9043.0, 9018.0, 9002.0, 8998.0, 8982.0, 8994.0, 8998.0, 9026.0, 9003.0, 9046.0, 9027.0, 9019.0, 9021.0, 9015.0, 9030.0, 9000.0, 9057.0, 9035.0, 9076.0, 9053.0, 9065.0, 9041.0, 9024.0, 9021.0, 9004.0, 9016.0, 9005.0, 9033.0, 9011.0, 9048.0, 9011.0, 9023.0, 9023.0, 9010.0, 9069.0, 9047.0, 9088.0, 9079.0, 9074.0, 9090.0, 9032.0, 9060.0, 9029.0, 9033.0, 9024.0, 9036.0, 9029.0, 9067.0, 9073.0, 9042.0, 9058.0, 9031.0, 9043.0, 9003.0, 9014.0, 9017.0, 9000.0, 9029.0, 9032.0, 9005.0, 9038.0, 9007.0, 9050.0, 9045.0, 9022.0, 9066.0, 9023.0, 9074.0, 9006.0, 9060.0, 9006.0, 9033.0, 9026.0, 9023.0, 9043.0, 9032.0, 9101.0, 9032.0, 9037.0, 9012.0, 9020.0, 9003.0, 9019.0, 9008.0, 9005.0, 9020.0, 9011.0, 9066.0, 9091.0, 9044.0, 9089.0, 9030.0, 9097.0, 9025.0, 9049.0, 9053.0, 9030.0, 9060.0, 9069.0, 9031.0, 9008.0, 9019.0, 9004.0, 9044.0, 9057.0, 9050.0, 9064.0, 9009.0, 9049.0, 9007.0, 9035.0, 9021.0, 9027.0, 9004.0, 9015.0, 9036.0, 9007.0, 9067.0, 9031.0, 9056.0, 9029.0, 9045.0, 9002.0, 9012.0, 9003.0, 9001.0, 9067.0, 9011.0, 9083.0, 9032.0, 9085.0, 9028.0, 9045.0, 8985.0, 8997.0, 9015.0, 9006.0, 9069.0, 9041.0, 9082.0, 9030.0, 9070.0, 9018.0, 9034.0, 9027.0, 9060.0, 9026.0, 9041.0, 9023.0, 9016.0, 9037.0, 9034.0, 9069.0, 9023.0, 9078.0, 9008.0, 9060.0, 9016.0, 9015.0, 9021.0, 9007.0, 9039.0, 9027.0, 9085.0, 9061.0, 9085.0, 9060.0, 9038.0, 9020.0, 8994.0, 8997.0, 8981.0, 9041.0, 9008.0, 9062.0, 9052.0, 9061.0, 9019.0, 9024.0, 8992.0, 8977.0, 8973.0, 8972.0, 8981.0, 8979.0, 8996.0, 8985.0, 9010.0, 8980.0, 9037.0, 9024.0, 9053.0, 9014.0, 9024.0, 9008.0, 8996.0, 8994.0, 8979.0, 8994.0, 8968.0, 9014.0, 9005.0, 9022.0, 9030.0, 9054.0, 9042.0, 9002.0, 9015.0, 9000.0, 8978.0, 8997.0, 9034.0, 8986.0, 9001.0, 9018.0, 9004.0, 9063.0, 9006.0, 9061.0, 9027.0, 9033.0, 9000.0, 8992.0, 8982.0, 9000.0, 9026.0, 9023.0, 9049.0, 9081.0, 9024.0, 9063.0, 9007.0, 9044.0, 8985.0, 8993.0, 8997.0, 8998.0, 9060.0, 9023.0, 9078.0, 9053.0, 9034.0, 9031.0, 8997.0, 9020.0, 8998.0, 9023.0, 9002.0, 9003.0, 9006.0, 9010.0, 9055.0, 9028.0, 9032.0, 9003.0, 8999.0, 9012.0, 8975.0, 9015.0, 9046.0, 9037.0, 9092.0, 9066.0, 9022.0, 9020.0, 9001.0, 9009.0, 8981.0, 8978.0, 8992.0, 8986.0, 9031.0, 9012.0, 9060.0, 9060.0, 9023.0, 9035.0, 9021.0, 9010.0, 8999.0, 8983.0, 9003.0, 9005.0, 9052.0, 9010.0, 9081.0, 9028.0, 9066.0, 9025.0, 9001.0, 9001.0, 9009.0, 9043.0, 9022.0, 9081.0, 9040.0, 9083.0, 9016.0, 9006.0, 9003.0, 8995.0, 9010.0, 8985.0, 9042.0, 9017.0, 9075.0, 9038.0, 9059.0, 9021.0, 8999.0, 8992.0, 8988.0, 8985.0, 8994.0, 9053.0, 9013.0, 9056.0, 9019.0, 9044.0, 9016.0, 8994.0, 8979.0, 8973.0, 8976.0, 8979.0, 8996.0, 9001.0, 9054.0, 9033.0, 9044.0, 9031.0, 8998.0, 8996.0, 8976.0, 8990.0, 8977.0, 9004.0, 8986.0, 9049.0, 9032.0, 9042.0, 9028.0, 9015.0, 8999.0, 8991.0, 8975.0, 8978.0, 9005.0, 8984.0, 9011.0, 9025.0, 9016.0, 9000.0, 8996.0, 9054.0, 9031.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.0019409518348623852</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028671680389908256</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.19620673353617</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.163237877990816</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965059737772667</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4499</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6225.4341</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12558215242656143</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.321100917431192</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5249949055332066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4362497600970974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.704516480973848</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4342184755286733</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117984</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012338034808635712</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021126238629221916</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6670388351423124</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>19.3214</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.5618</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2693</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305912.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>648.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.2985</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6831</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.8864</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3264.8095</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3509.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4332.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.8961</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.82804112555459</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> |