=== 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-0059 --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-0059",
"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-0059_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0059_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0059_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-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-03/func/sub-0059_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>67477f9fa5b30c900700f4b3ae2e04eb</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>12:59:57.220000</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.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.102029</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</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>251.813</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>33eed510-58fc-4e80-ac76-7ef4120540cf||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.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['125957.220000', '125957.680000', '125958.140000', '125958.600000', '125959.060000', '125959.520000', '125959.980000', '130000.440000', '130000.900000', '130001.360000', '130001.820000', '130002.280000', '130002.740000', '130003.200000', '130003.660000', '130004.120000', '130004.580000', '130005.040000', '130005.500000', '130005.960000', '130006.420000', '130006.880000', '130007.340000', '130007.800000', '130008.260000', '130008.720000', '130009.180000', '130009.640000', '130010.100000', '130010.560000', '130011.020000', '130011.480000', '130011.940000', '130012.400000', '130012.860000', '130013.320000', '130013.780000', '130014.240000', '130014.700000', '130015.160000', '130015.620000', '130016.080000', '130016.540000', '130017.000000', '130017.460000', '130017.920000', '130018.380000', '130018.840000', '130019.300000', '130019.760000', '130020.220000', '130020.680000', '130021.140000', '130021.600000', '130022.060000', '130022.520000', '130022.980000', '130023.440000', '130023.900000', '130024.360000', '130024.820000', '130025.280000', '130025.740000', '130026.200000', '130026.660000', '130027.120000', '130027.580000', '130028.040000', '130028.500000', '130028.960000', '130029.420000', '130029.880000', '130030.340000', '130030.800000', '130031.260000', '130031.720000', '130032.180000', '130032.640000', '130033.100000', '130033.560000', '130034.020000', '130034.480000', '130034.940000', '130035.400000', '130035.860000', '130036.320000', '130036.780000', '130037.240000', '130037.700000', '130038.160000', '130038.620000', '130039.080000', '130039.540000', '130040.000000', '130040.460000', '130040.920000', '130041.380000', '130041.840000', '130042.300000', '130042.760000', '130043.220000', '130043.680000', '130044.140000', '130044.600000', '130045.060000', '130045.520000', '130045.980000', '130046.440000', '130046.900000', '130047.360000', '130047.820000', '130048.280000', '130048.740000', '130049.200000', '130049.660000', '130050.120000', '130050.580000', '130051.040000', '130051.500000', '130051.960000', '130052.420000', '130052.880000', '130053.340000', '130053.800000', '130054.260000', '130054.720000', '130055.180000', '130055.640000', '130056.100000', '130056.560000', '130057.020000', '130057.480000', '130057.940000', '130058.400000', '130058.860000', '130059.320000', '130059.780000', '130100.240000', '130100.700000', '130101.160000', '130101.620000', '130102.080000', '130102.540000', '130103.000000', '130103.460000', '130103.920000', '130104.380000', '130104.840000', '130105.300000', '130105.760000', '130106.220000', '130106.680000', '130107.140000', '130107.600000', '130108.060000', '130108.520000', '130108.980000', '130109.440000', '130109.900000', '130110.360000', '130110.820000', '130111.280000', '130111.740000', '130112.200000', '130112.660000', '130113.120000', '130113.580000', '130114.040000', '130114.500000', '130114.960000', '130115.420000', '130115.880000', '130116.340000', '130116.800000', '130117.260000', '130117.720000', '130118.180000', '130118.640000', '130119.100000', '130119.560000', '130120.020000', '130120.480000', '130120.940000', '130121.400000', '130121.860000', '130122.320000', '130122.780000', '130123.240000', '130123.700000', '130124.160000', '130124.620000', '130125.080000', '130125.540000', '130126.000000', '130126.460000', '130126.920000', '130127.380000', '130127.840000', '130128.300000', '130128.760000', '130129.220000', '130129.680000', '130130.140000', '130130.600000', '130131.060000', '130131.520000', '130131.980000', '130132.440000', '130132.900000', '130133.360000', '130133.820000', '130134.280000', '130134.740000', '130135.200000', '130135.660000', '130136.120000', '130136.580000', '130137.040000', '130137.500000', '130137.960000', '130138.420000', '130138.880000', '130139.340000', '130139.800000', '130140.260000', '130140.720000', '130141.180000', '130141.640000', '130142.100000', '130142.560000', '130143.020000', '130143.480000', '130143.940000', '130144.400000', '130144.860000', '130145.320000', '130145.780000', '130146.240000', '130146.700000', '130147.160000', '130147.620000', '130148.080000', '130148.540000', '130149.000000', '130149.460000', '130149.920000', '130150.380000', '130150.840000', '130151.300000', '130151.760000', '130152.220000', '130152.680000', '130153.140000', '130153.600000', '130154.060000', '130154.520000', '130154.980000', '130155.440000', '130155.900000', '130156.360000', '130156.820000', '130157.280000', '130157.740000', '130158.200000', '130158.660000', '130159.120000', '130159.580000', '130200.040000', '130200.500000', '130200.960000', '130201.420000', '130201.880000', '130202.340000', '130202.800000', '130203.260000', '130203.720000', '130204.180000', '130204.640000', '130205.100000', '130205.560000', '130206.020000', '130206.480000', '130206.940000', '130207.400000', '130207.860000', '130208.320000', '130208.780000', '130209.240000', '130209.700000', '130210.160000', '130210.620000', '130211.080000', '130211.540000', '130212.000000', '130212.460000', '130212.920000', '130213.380000', '130213.840000', '130214.300000', '130214.760000', '130215.220000', '130215.680000', '130216.140000', '130216.600000', '130217.060000', '130217.520000', '130217.980000', '130218.440000', '130218.900000', '130219.360000', '130219.820000', '130220.280000', '130220.740000', '130221.200000', '130221.660000', '130222.120000', '130222.580000', '130223.040000', '130223.500000', '130223.960000', '130224.420000', '130224.880000', '130225.340000', '130225.800000', '130226.260000', '130226.720000', '130227.180000', '130227.640000', '130228.100000', '130228.560000', '130229.020000', '130229.480000', '130229.940000', '130230.400000', '130230.860000', '130231.320000', '130231.780000', '130232.240000', '130232.700000', '130233.160000', '130233.620000', '130234.080000', '130234.540000', '130235.000000', '130235.460000', '130235.920000', '130236.380000', '130236.840000', '130237.300000', '130237.760000', '130238.220000', '130238.680000', '130239.140000', '130239.600000', '130240.060000', '130240.520000', '130240.980000', '130241.440000', '130241.900000', '130242.360000', '130242.820000', '130243.280000', '130243.740000', '130244.200000', '130244.660000', '130245.120000', '130245.580000', '130246.040000', '130246.500000', '130246.960000', '130247.420000', '130247.880000', '130248.340000', '130248.800000', '130249.260000', '130249.720000', '130250.180000', '130250.640000', '130251.100000', '130251.560000', '130252.020000', '130252.480000', '130252.940000', '130253.400000', '130253.860000', '130254.320000', '130254.780000', '130255.240000', '130255.700000', '130256.160000', '130256.620000', '130257.080000', '130257.540000', '130258.000000', '130258.460000', '130258.920000', '130259.380000', '130259.840000', '130300.300000', '130300.760000', '130301.220000', '130301.680000', '130302.140000', '130302.600000', '130303.060000', '130303.520000', '130303.980000', '130304.440000', '130304.900000', '130305.360000', '130305.820000', '130306.280000', '130306.740000', '130307.200000', '130307.660000', '130308.120000', '130308.580000', '130309.040000', '130309.500000', '130309.960000', '130310.420000', '130310.880000', '130311.340000', '130311.800000', '130312.260000', '130312.720000', '130313.180000', '130313.640000', '130314.100000', '130314.560000', '130315.020000', '130315.480000', '130315.940000', '130316.400000', '130316.860000', '130317.320000', '130317.780000', '130318.240000', '130318.700000', '130319.160000', '130319.620000', '130320.080000', '130320.540000', '130321.000000', '130321.460000', '130321.920000', '130322.380000', '130322.840000', '130323.300000', '130323.760000', '130324.220000', '130324.680000', '130325.140000', '130325.600000', '130326.060000', '130326.520000', '130326.980000', '130327.440000', '130327.900000', '130328.360000', '130328.820000', '130329.280000', '130329.740000', '130330.200000', '130330.660000', '130331.120000', '130331.580000', '130332.040000', '130332.500000', '130332.960000', '130333.420000', '130333.880000', '130334.340000', '130334.800000', '130335.260000', '130335.720000', '130336.180000', '130336.640000', '130337.100000', '130337.560000', '130338.020000', '130338.480000', '130338.940000', '130339.400000', '130339.860000', '130340.320000', '130340.780000', '130341.240000', '130341.700000', '130342.160000', '130342.620000', '130343.080000', '130343.540000', '130344.000000', '130344.460000', '130344.920000', '130345.380000', '130345.840000', '130346.300000', '130346.760000', '130347.220000', '130347.680000', '130348.140000', '130348.600000', '130349.060000', '130349.520000', '130349.980000', '130350.440000', '130350.900000', '130351.360000', '130351.820000', '130352.280000', '130352.740000', '130353.200000', '130353.660000', '130354.120000', '130354.580000', '130355.040000', '130355.500000', '130355.960000', '130356.420000', '130356.880000', '130357.340000', '130357.800000', '130358.260000', '130358.720000', '130359.180000', '130359.640000', '130400.100000', '130400.560000', '130401.020000', '130401.480000', '130401.940000', '130402.400000', '130402.860000', '130403.320000', '130403.780000', '130404.240000', '130404.700000', '130405.160000', '130405.620000', '130406.080000', '130406.540000', '130407.000000', '130407.460000', '130407.920000', '130408.380000', '130408.840000', '130409.300000', '130409.760000', '130410.220000', '130410.680000', '130411.140000', '130411.600000', '130412.060000', '130412.520000', '130412.980000', '130413.440000', '130413.900000', '130414.360000', '130414.820000', '130415.280000', '130415.740000', '130416.200000', '130416.660000', '130417.120000', '130417.580000', '130418.040000', '130418.500000', '130418.960000', '130419.420000', '130419.880000', '130420.340000', '130420.800000', '130421.260000', '130421.720000', '130422.180000', '130422.640000', '130423.100000', '130423.560000', '130424.020000', '130424.480000', '130424.940000', '130425.400000', '130425.860000', '130426.320000', '130426.780000', '130427.240000', '130427.700000', '130428.160000', '130428.620000', '130429.080000', '130429.540000', '130430.000000', '130430.460000', '130430.920000', '130431.380000', '130431.840000', '130432.300000', '130432.760000', '130433.220000', '130433.680000', '130434.140000', '130434.600000', '130435.060000', '130435.520000', '130435.980000', '130436.440000', '130436.900000', '130437.360000', '130437.820000', '130438.280000', '130438.740000', '130439.200000', '130439.660000', '130440.120000', '130440.580000', '130441.040000', '130441.500000', '130441.960000', '130442.420000', '130442.880000', '130443.340000', '130443.800000', '130444.260000', '130444.720000', '130445.180000', '130445.640000', '130446.100000', '130446.560000', '130447.020000', '130447.480000', '130447.940000', '130448.400000', '130448.860000', '130449.320000', '130449.780000', '130450.240000', '130450.700000', '130451.160000', '130451.620000', '130452.080000', '130452.540000', '130453.000000', '130453.460000', '130453.920000', '130454.380000', '130454.840000', '130455.300000', '130455.760000', '130456.220000', '130456.680000', '130457.140000', '130457.600000', '130458.060000', '130458.520000', '130458.980000', '130459.440000', '130459.900000', '130500.360000', '130500.820000', '130501.280000', '130501.740000', '130502.200000', '130502.660000', '130503.120000', '130503.580000', '130504.040000', '130504.500000', '130504.960000', '130505.420000', '130505.880000', '130506.340000', '130506.800000', '130507.260000', '130507.720000', '130508.180000', '130508.640000', '130509.100000', '130509.560000', '130510.020000', '130510.480000', '130510.940000', '130511.400000', '130511.860000', '130512.320000', '130512.780000', '130513.240000', '130513.700000', '130514.160000', '130514.620000', '130515.080000', '130515.540000', '130516.000000', '130516.460000', '130516.920000', '130517.380000', '130517.840000', '130518.300000', '130518.760000', '130519.220000', '130519.680000', '130520.140000', '130520.600000', '130521.060000', '130521.520000', '130521.980000', '130522.440000', '130522.900000', '130523.360000', '130523.820000', '130524.280000', '130524.740000', '130525.200000', '130525.660000', '130526.120000', '130526.580000', '130527.040000', '130527.500000', '130527.960000', '130528.420000', '130528.880000', '130529.340000', '130529.800000', '130530.260000', '130530.720000', '130531.180000', '130531.640000', '130532.100000', '130532.560000', '130533.020000', '130533.480000', '130533.940000', '130534.400000', '130534.860000', '130535.320000', '130535.780000', '130536.240000', '130536.700000', '130537.160000', '130537.620000', '130538.080000', '130538.540000', '130539.000000', '130539.460000', '130539.920000', '130540.380000', '130540.840000', '130541.300000', '130541.760000', '130542.220000', '130542.680000', '130543.140000', '130543.600000', '130544.060000', '130544.520000', '130544.980000', '130545.440000', '130545.900000', '130546.360000', '130546.820000', '130547.280000', '130547.740000', '130548.200000', '130548.660000', '130549.120000', '130549.580000', '130550.040000', '130550.500000', '130550.960000', '130551.420000', '130551.880000', '130552.340000', '130552.800000', '130553.260000', '130553.720000', '130554.180000', '130554.640000', '130555.100000', '130555.560000', '130556.020000', '130556.480000', '130556.940000', '130557.400000', '130557.860000', '130558.320000', '130558.780000', '130559.240000', '130559.700000', '130600.160000', '130600.620000', '130601.080000', '130601.540000', '130602.000000', '130602.460000', '130602.920000', '130603.380000', '130603.840000', '130604.300000', '130604.760000', '130605.220000', '130605.680000', '130606.140000', '130606.600000', '130607.060000', '130607.520000', '130607.980000', '130608.440000', '130608.900000', '130609.360000', '130609.820000', '130610.280000', '130610.740000', '130611.200000', '130611.660000', '130612.120000', '130612.580000', '130613.040000', '130613.500000', '130613.960000', '130614.420000', '130614.880000', '130615.340000', '130615.800000', '130616.260000', '130616.720000', '130617.180000', '130617.640000', '130618.100000', '130618.560000', '130619.020000', '130619.480000', '130619.940000', '130620.400000', '130620.860000', '130621.320000', '130621.780000', '130622.240000', '130622.700000', '130623.160000', '130623.620000', '130624.080000', '130624.540000', '130625.000000', '130625.460000', '130625.920000', '130626.380000', '130626.840000', '130627.300000', '130627.760000', '130628.220000', '130628.680000', '130629.140000', '130629.600000', '130630.060000', '130630.520000', '130630.980000', '130631.440000', '130631.900000', '130632.360000', '130632.820000', '130633.280000', '130633.740000', '130634.200000', '130634.660000', '130635.120000', '130635.580000', '130636.040000', '130636.500000', '130636.960000', '130637.420000', '130637.880000'], 'ContentTime': ['130013.711000', '130013.714000', '130013.717000', '130013.719000', '130013.722000', '130013.725000', '130013.727000', '130013.730000', '130013.733000', '130013.735000', '130013.738000', '130013.740000', '130013.743000', '130013.746000', '130013.748000', '130013.751000', '130013.754000', '130013.756000', '130013.759000', '130013.761000', '130013.764000', '130013.771000', '130013.773000', '130013.776000', '130013.778000', '130013.784000', '130013.787000', '130013.790000', '130013.792000', '130013.795000', '130013.797000', '130013.800000', '130013.803000', '130013.805000', '130033.657000', '130033.660000', '130033.662000', '130033.665000', '130033.668000', '130033.670000', '130033.673000', '130033.676000', '130033.678000', '130033.681000', '130033.683000', '130033.686000', '130033.689000', '130033.697000', '130033.700000', '130033.702000', '130033.705000', '130033.708000', '130033.710000', '130033.713000', '130033.715000', '130033.718000', '130033.721000', '130033.723000', '130033.726000', '130033.729000', '130033.731000', '130033.734000', '130033.736000', '130033.739000', '130033.742000', '130033.744000', '130033.747000', '130033.750000', '130033.753000', '130033.756000', '130033.758000', '130033.761000', '130033.764000', '130033.766000', '130033.769000', '130033.772000', '130033.774000', '130053.656000', '130053.659000', '130053.662000', '130053.664000', '130053.670000', '130053.673000', '130053.675000', '130053.678000', '130053.681000', '130053.683000', '130053.686000', '130053.688000', '130053.691000', '130053.694000', '130053.696000', '130053.699000', '130053.701000', '130053.704000', '130053.707000', '130053.709000', '130053.712000', '130053.714000', '130053.717000', '130053.719000', '130053.722000', '130053.725000', '130053.727000', '130053.730000', '130053.732000', '130053.735000', '130053.738000', '130053.740000', '130053.743000', '130053.745000', '130053.748000', '130053.751000', '130053.753000', '130053.756000', '130053.758000', '130053.761000', '130053.764000', '130053.766000', '130053.769000', '130053.771000', '130113.656000', '130113.659000', '130113.662000', '130113.665000', '130113.667000', '130113.670000', '130113.673000', '130113.675000', '130113.678000', '130113.680000', '130113.683000', '130113.686000', '130113.688000', '130113.691000', '130113.693000', '130113.696000', '130113.699000', '130113.701000', '130113.704000', '130113.707000', '130113.709000', '130113.712000', '130113.714000', '130113.717000', '130113.720000', '130113.722000', '130113.725000', '130113.727000', '130113.730000', '130113.733000', '130113.735000', '130113.738000', '130113.740000', '130113.743000', '130113.746000', '130113.748000', '130113.751000', '130113.755000', '130113.758000', '130113.761000', '130113.763000', '130113.766000', '130113.769000', '130133.657000', '130133.659000', '130133.662000', '130133.665000', '130133.667000', '130133.670000', '130133.673000', '130133.675000', '130133.678000', '130133.681000', '130133.683000', '130133.686000', '130133.689000', '130133.691000', '130133.694000', '130133.696000', '130133.699000', '130133.702000', '130133.704000', '130133.711000', '130133.714000', '130133.717000', '130133.719000', '130133.722000', '130133.724000', '130133.727000', '130133.729000', '130133.732000', '130133.735000', '130133.738000', '130133.740000', '130133.743000', '130133.745000', '130133.748000', '130133.751000', '130133.753000', '130133.756000', '130133.759000', '130133.761000', '130133.764000', '130133.766000', '130133.769000', '130133.772000', '130133.774000', '130153.656000', '130153.659000', '130153.662000', '130153.664000', '130153.667000', '130153.670000', '130153.672000', '130153.675000', '130153.678000', '130153.680000', '130153.683000', '130153.685000', '130153.688000', '130153.691000', '130153.694000', '130153.696000', '130153.699000', '130153.701000', '130153.704000', '130153.707000', '130153.709000', '130153.712000', '130153.715000', '130153.717000', '130153.720000', '130153.722000', '130153.725000', '130153.728000', '130153.730000', '130153.733000', '130153.735000', '130153.738000', '130153.741000', '130153.744000', '130153.746000', '130153.749000', '130153.752000', '130153.754000', '130153.757000', '130153.760000', '130153.762000', '130153.765000', '130153.768000', '130213.655000', '130213.658000', '130213.661000', '130213.664000', '130213.667000', '130213.669000', '130213.672000', '130213.675000', '130213.677000', '130213.680000', '130213.683000', '130213.685000', '130213.688000', '130213.690000', '130213.693000', '130213.696000', '130213.698000', '130213.701000', '130213.704000', '130213.706000', '130213.709000', '130213.712000', '130213.714000', '130213.717000', '130213.719000', '130213.722000', '130213.725000', '130213.727000', '130213.730000', '130213.732000', '130213.735000', '130213.738000', '130213.740000', '130213.743000', '130213.746000', '130213.748000', '130213.751000', '130213.754000', '130213.756000', '130213.759000', '130213.762000', '130213.764000', '130213.767000', '130213.769000', '130233.657000', '130233.660000', '130233.662000', '130233.665000', '130233.668000', '130233.670000', '130233.673000', '130233.675000', '130233.678000', '130233.681000', '130233.684000', '130233.686000', '130233.689000', '130233.691000', '130233.694000', '130233.697000', '130233.700000', '130233.702000', '130233.705000', '130233.707000', '130233.710000', '130233.713000', '130233.715000', '130233.718000', '130233.721000', '130233.723000', '130233.726000', '130233.728000', '130233.731000', '130233.734000', '130233.736000', '130233.739000', '130233.742000', '130233.744000', '130233.747000', '130233.749000', '130233.752000', '130233.754000', '130233.757000', '130233.760000', '130233.762000', '130233.765000', '130233.767000', '130253.656000', '130253.659000', '130253.662000', '130253.665000', '130253.667000', '130253.670000', '130253.672000', '130253.675000', '130253.677000', '130253.680000', '130253.683000', '130253.685000', '130253.688000', '130253.690000', '130253.693000', '130253.695000', '130253.698000', '130253.701000', '130253.703000', '130253.706000', '130253.708000', '130253.711000', '130253.714000', '130253.716000', '130253.719000', '130253.721000', '130253.724000', '130253.726000', '130253.729000', '130253.732000', '130253.734000', '130253.737000', '130253.739000', '130253.742000', '130253.745000', '130253.747000', '130253.750000', '130253.752000', '130253.755000', '130253.757000', '130253.760000', '130253.762000', '130253.765000', '130253.768000', '130313.657000', '130313.660000', '130313.662000', '130313.665000', '130313.667000', '130313.670000', '130313.672000', '130313.675000', '130313.678000', '130313.680000', '130313.683000', '130313.685000', '130313.688000', '130313.691000', '130313.726000', '130313.728000', '130313.731000', '130313.733000', '130313.736000', '130313.738000', '130313.741000', '130313.744000', '130313.746000', '130313.749000', '130313.751000', '130313.754000', '130313.756000', '130313.759000', '130313.762000', '130313.764000', '130313.767000', '130313.769000', '130313.772000', '130313.775000', '130313.777000', '130313.780000', '130313.783000', '130313.785000', '130313.788000', '130313.790000', '130313.793000', '130313.796000', '130313.798000', '130333.656000', '130333.659000', '130333.662000', '130333.665000', '130333.667000', '130333.670000', '130333.673000', '130333.675000', '130333.682000', '130333.685000', '130333.688000', '130333.690000', '130333.693000', '130333.695000', '130333.698000', '130333.701000', '130333.704000', '130333.706000', '130333.709000', '130333.711000', '130333.714000', '130333.717000', '130333.719000', '130333.722000', '130333.725000', '130333.727000', '130333.730000', '130333.732000', '130333.735000', '130333.738000', '130333.740000', '130333.743000', '130333.745000', '130333.748000', '130333.750000', '130333.753000', '130333.756000', '130333.758000', '130333.761000', '130333.763000', '130333.766000', '130333.769000', '130333.771000', '130333.774000', '130353.657000', '130353.660000', '130353.663000', '130353.665000', '130353.668000', '130353.670000', '130353.673000', '130353.676000', '130353.678000', '130353.681000', '130353.684000', '130353.686000', '130353.689000', '130353.692000', '130353.695000', '130353.697000', '130353.700000', '130353.703000', '130353.705000', '130353.708000', '130353.711000', '130353.713000', '130353.716000', '130353.718000', '130353.721000', '130353.724000', '130353.726000', '130353.729000', '130353.732000', '130353.734000', '130353.737000', '130353.740000', '130353.742000', '130353.745000', '130353.748000', '130353.750000', '130353.753000', '130353.756000', '130353.758000', '130353.761000', '130353.764000', '130353.766000', '130353.769000', '130413.657000', '130413.660000', '130413.662000', '130413.665000', '130413.668000', '130413.670000', '130413.673000', '130413.676000', '130413.678000', '130413.681000', '130413.684000', '130413.686000', '130413.689000', '130413.692000', '130413.694000', '130413.697000', '130413.700000', '130413.703000', '130413.705000', '130413.708000', '130413.711000', '130413.713000', '130413.716000', '130413.719000', '130413.721000', '130413.724000', '130413.727000', '130413.729000', '130413.732000', '130413.734000', '130413.737000', '130413.740000', '130413.742000', '130413.745000', '130413.748000', '130413.750000', '130413.753000', '130413.756000', '130413.758000', '130413.761000', '130413.763000', '130413.766000', '130413.769000', '130413.771000', '130433.655000', '130433.658000', '130433.661000', '130433.664000', '130433.666000', '130433.669000', '130433.672000', '130433.674000', '130433.677000', '130433.680000', '130433.682000', '130433.685000', '130433.687000', '130433.690000', '130433.693000', '130433.695000', '130433.698000', '130433.701000', '130433.703000', '130433.706000', '130433.709000', '130433.711000', '130433.714000', '130433.717000', '130433.719000', '130433.722000', '130433.725000', '130433.727000', '130433.730000', '130433.733000', '130433.735000', '130433.738000', '130433.741000', '130433.744000', '130433.746000', '130433.749000', '130433.751000', '130433.754000', '130433.757000', '130433.770000', '130433.772000', '130433.775000', '130433.778000', '130453.657000', '130453.659000', '130453.662000', '130453.665000', '130453.667000', '130453.670000', '130453.673000', '130453.675000', '130453.678000', '130453.680000', '130453.683000', '130453.686000', '130453.688000', '130453.691000', '130453.694000', '130453.697000', '130453.699000', '130453.702000', '130453.704000', '130453.707000', '130453.710000', '130453.712000', '130453.715000', '130453.717000', '130453.720000', '130453.723000', '130453.726000', '130453.728000', '130453.731000', '130453.733000', '130453.736000', '130453.739000', '130453.741000', '130453.744000', '130453.746000', '130453.749000', '130453.752000', '130453.754000', '130453.757000', '130453.760000', '130453.762000', '130453.765000', '130453.768000', '130453.770000', '130513.656000', '130513.659000', '130513.662000', '130513.664000', '130513.667000', '130513.670000', '130513.673000', '130513.675000', '130513.678000', '130513.681000', '130513.683000', '130513.686000', '130513.689000', '130513.691000', '130513.694000', '130513.697000', '130513.699000', '130513.702000', '130513.705000', '130513.707000', '130513.710000', '130513.712000', '130513.715000', '130513.718000', '130513.720000', '130513.723000', '130513.726000', '130513.728000', '130513.731000', '130513.733000', '130513.736000', '130513.739000', '130513.741000', '130513.744000', '130513.747000', '130513.749000', '130513.752000', '130513.755000', '130513.757000', '130513.760000', '130513.763000', '130513.765000', '130513.768000', '130533.657000', '130533.660000', '130533.662000', '130533.665000', '130533.667000', '130533.671000', '130533.673000', '130533.676000', '130533.679000', '130533.681000', '130533.684000', '130533.687000', '130533.689000', '130533.692000', '130533.695000', '130533.697000', '130533.700000', '130533.703000', '130533.705000', '130533.708000', '130533.710000', '130533.713000', '130533.716000', '130533.718000', '130533.721000', '130533.724000', '130533.726000', '130533.729000', '130533.732000', '130533.734000', '130533.737000', '130533.740000', '130533.742000', '130533.745000', '130533.748000', '130533.750000', '130533.753000', '130533.755000', '130533.758000', '130533.761000', '130533.763000', '130533.766000', '130533.769000', '130533.771000', '130553.657000', '130553.659000', '130553.662000', '130553.665000', '130553.668000', '130553.670000', '130553.673000', '130553.676000', '130553.678000', '130553.681000', '130553.683000', '130553.686000', '130553.689000', '130553.692000', '130553.694000', '130553.697000', '130553.700000', '130553.702000', '130553.705000', '130553.707000', '130553.710000', '130553.713000', '130553.715000', '130553.718000', '130553.721000', '130553.723000', '130553.726000', '130553.729000', '130553.733000', '130553.736000', '130553.738000', '130553.741000', '130553.743000', '130553.746000', '130553.749000', '130553.751000', '130553.754000', '130553.757000', '130553.759000', '130553.762000', '130553.765000', '130553.767000', '130553.770000', '130613.657000', '130613.659000', '130613.662000', '130613.665000', '130613.667000', '130613.670000', '130613.672000', '130613.675000', '130613.678000', '130613.680000', '130613.683000', '130613.685000', '130613.688000', '130613.691000', '130613.693000', '130613.696000', '130613.699000', '130613.701000', '130613.704000', '130613.706000', '130613.709000', '130613.712000', '130613.714000', '130613.717000', '130613.720000', '130613.722000', '130613.725000', '130613.727000', '130613.730000', '130613.733000', '130613.736000', '130613.738000', '130613.741000', '130613.744000', '130613.746000', '130613.749000', '130613.752000', '130613.754000', '130613.757000', '130613.759000', '130613.762000', '130613.765000', '130613.767000', '130613.770000', '130633.656000', '130633.659000', '130633.662000', '130633.665000', '130633.668000', '130633.670000', '130633.673000', '130633.676000', '130633.678000', '130633.681000', '130633.684000', '130633.686000', '130633.689000', '130633.692000', '130633.694000', '130633.697000', '130633.699000', '130633.702000', '130633.705000', '130633.707000', '130633.710000', '130633.713000', '130633.715000', '130633.718000', '130633.721000', '130633.723000', '130633.726000', '130633.728000', '130633.731000', '130633.734000', '130633.736000', '130633.739000', '130633.742000', '130633.744000', '130633.747000', '130633.750000', '130633.752000', '130633.755000', '130633.758000', '130633.760000', '130633.763000', '130633.766000', '130633.768000', '130638.951000', '130638.954000', '130638.957000', '130638.960000', '130638.968000', '130638.970000', '130638.973000', '130638.976000', '130638.979000', '130638.982000', '130638.985000', '130638.989000'], 'InstanceCreationTime': ['130013.711000', '130013.714000', '130013.717000', '130013.719000', '130013.722000', '130013.725000', '130013.727000', '130013.730000', '130013.733000', '130013.735000', '130013.738000', '130013.740000', '130013.743000', '130013.746000', '130013.748000', '130013.751000', '130013.754000', '130013.756000', '130013.759000', '130013.761000', '130013.764000', '130013.771000', '130013.773000', '130013.776000', '130013.778000', '130013.784000', '130013.787000', '130013.790000', '130013.792000', '130013.795000', '130013.797000', '130013.800000', '130013.803000', '130013.805000', '130033.657000', '130033.660000', '130033.662000', '130033.665000', '130033.668000', '130033.670000', '130033.673000', '130033.676000', '130033.678000', '130033.681000', '130033.683000', '130033.686000', '130033.689000', '130033.697000', '130033.700000', '130033.702000', '130033.705000', '130033.708000', '130033.710000', '130033.713000', '130033.715000', '130033.718000', '130033.721000', '130033.723000', '130033.726000', '130033.729000', '130033.731000', '130033.734000', '130033.736000', '130033.739000', '130033.742000', '130033.744000', '130033.747000', '130033.750000', '130033.753000', '130033.756000', '130033.758000', '130033.761000', '130033.764000', '130033.766000', '130033.769000', '130033.772000', '130033.774000', '130053.656000', '130053.659000', '130053.662000', '130053.664000', '130053.670000', '130053.673000', '130053.675000', '130053.678000', '130053.681000', '130053.683000', '130053.686000', '130053.688000', '130053.691000', '130053.694000', '130053.696000', '130053.699000', '130053.701000', '130053.704000', '130053.707000', '130053.709000', '130053.712000', '130053.714000', '130053.717000', '130053.719000', '130053.722000', '130053.725000', '130053.727000', '130053.730000', '130053.732000', '130053.735000', '130053.738000', '130053.740000', '130053.743000', '130053.745000', '130053.748000', '130053.751000', '130053.753000', '130053.756000', '130053.758000', '130053.761000', '130053.764000', '130053.766000', '130053.769000', '130053.771000', '130113.656000', '130113.659000', '130113.662000', '130113.665000', '130113.667000', '130113.670000', '130113.673000', '130113.675000', '130113.678000', '130113.680000', '130113.683000', '130113.686000', '130113.688000', '130113.691000', '130113.693000', '130113.696000', '130113.699000', '130113.701000', '130113.704000', '130113.707000', '130113.709000', '130113.712000', '130113.714000', '130113.717000', '130113.720000', '130113.722000', '130113.725000', '130113.727000', '130113.730000', '130113.733000', '130113.735000', '130113.738000', '130113.740000', '130113.743000', '130113.746000', '130113.748000', '130113.751000', '130113.755000', '130113.758000', '130113.761000', '130113.763000', '130113.766000', '130113.769000', '130133.657000', '130133.659000', '130133.662000', '130133.665000', '130133.667000', '130133.670000', '130133.673000', '130133.675000', '130133.678000', '130133.681000', '130133.683000', '130133.686000', '130133.689000', '130133.691000', '130133.694000', '130133.696000', '130133.699000', '130133.702000', '130133.704000', '130133.711000', '130133.714000', '130133.717000', '130133.719000', '130133.722000', '130133.724000', '130133.727000', '130133.729000', '130133.732000', '130133.735000', '130133.738000', '130133.740000', '130133.743000', '130133.745000', '130133.748000', '130133.751000', '130133.753000', '130133.756000', '130133.759000', '130133.761000', '130133.764000', '130133.766000', '130133.769000', '130133.772000', '130133.774000', '130153.656000', '130153.659000', '130153.662000', '130153.664000', '130153.667000', '130153.670000', '130153.672000', '130153.675000', '130153.678000', '130153.680000', '130153.683000', '130153.685000', '130153.688000', '130153.691000', '130153.694000', '130153.696000', '130153.699000', '130153.701000', '130153.704000', '130153.707000', '130153.709000', '130153.712000', '130153.715000', '130153.717000', '130153.720000', '130153.722000', '130153.725000', '130153.728000', '130153.730000', '130153.733000', '130153.735000', '130153.738000', '130153.741000', '130153.744000', '130153.746000', '130153.749000', '130153.752000', '130153.754000', '130153.757000', '130153.760000', '130153.762000', '130153.765000', '130153.768000', '130213.655000', '130213.658000', '130213.661000', '130213.664000', '130213.667000', '130213.669000', '130213.672000', '130213.675000', '130213.677000', '130213.680000', '130213.683000', '130213.685000', '130213.688000', '130213.690000', '130213.693000', '130213.696000', '130213.698000', '130213.701000', '130213.704000', '130213.706000', '130213.709000', '130213.712000', '130213.714000', '130213.717000', '130213.719000', '130213.722000', '130213.725000', '130213.727000', '130213.730000', '130213.732000', '130213.735000', '130213.738000', '130213.740000', '130213.743000', '130213.746000', '130213.748000', '130213.751000', '130213.754000', '130213.756000', '130213.759000', '130213.762000', '130213.764000', '130213.767000', '130213.769000', '130233.657000', '130233.660000', '130233.662000', '130233.665000', '130233.668000', '130233.670000', '130233.673000', '130233.675000', '130233.678000', '130233.681000', '130233.684000', '130233.686000', '130233.689000', '130233.691000', '130233.694000', '130233.697000', '130233.700000', '130233.702000', '130233.705000', '130233.707000', '130233.710000', '130233.713000', '130233.715000', '130233.718000', '130233.721000', '130233.723000', '130233.726000', '130233.728000', '130233.731000', '130233.734000', '130233.736000', '130233.739000', '130233.742000', '130233.744000', '130233.747000', '130233.749000', '130233.752000', '130233.754000', '130233.757000', '130233.760000', '130233.762000', '130233.765000', '130233.767000', '130253.656000', '130253.659000', '130253.662000', '130253.665000', '130253.667000', '130253.670000', '130253.672000', '130253.675000', '130253.677000', '130253.680000', '130253.683000', '130253.685000', '130253.688000', '130253.690000', '130253.693000', '130253.695000', '130253.698000', '130253.701000', '130253.703000', '130253.706000', '130253.708000', '130253.711000', '130253.714000', '130253.716000', '130253.719000', '130253.721000', '130253.724000', '130253.726000', '130253.729000', '130253.732000', '130253.734000', '130253.737000', '130253.739000', '130253.742000', '130253.745000', '130253.747000', '130253.750000', '130253.752000', '130253.755000', '130253.757000', '130253.760000', '130253.762000', '130253.765000', '130253.768000', '130313.657000', '130313.660000', '130313.662000', '130313.665000', '130313.667000', '130313.670000', '130313.672000', '130313.675000', '130313.678000', '130313.680000', '130313.683000', '130313.685000', '130313.688000', '130313.691000', '130313.726000', '130313.728000', '130313.731000', '130313.733000', '130313.736000', '130313.738000', '130313.741000', '130313.744000', '130313.746000', '130313.749000', '130313.751000', '130313.754000', '130313.756000', '130313.759000', '130313.762000', '130313.764000', '130313.767000', '130313.769000', '130313.772000', '130313.775000', '130313.777000', '130313.780000', '130313.783000', '130313.785000', '130313.788000', '130313.790000', '130313.793000', '130313.796000', '130313.798000', '130333.656000', '130333.659000', '130333.662000', '130333.665000', '130333.667000', '130333.670000', '130333.673000', '130333.675000', '130333.682000', '130333.685000', '130333.688000', '130333.690000', '130333.693000', '130333.695000', '130333.698000', '130333.701000', '130333.704000', '130333.706000', '130333.709000', '130333.711000', '130333.714000', '130333.717000', '130333.719000', '130333.722000', '130333.725000', '130333.727000', '130333.730000', '130333.732000', '130333.735000', '130333.738000', '130333.740000', '130333.743000', '130333.745000', '130333.748000', '130333.750000', '130333.753000', '130333.756000', '130333.758000', '130333.761000', '130333.763000', '130333.766000', '130333.769000', '130333.771000', '130333.774000', '130353.657000', '130353.660000', '130353.663000', '130353.665000', '130353.668000', '130353.670000', '130353.673000', '130353.676000', '130353.678000', '130353.681000', '130353.684000', '130353.686000', '130353.689000', '130353.692000', '130353.695000', '130353.697000', '130353.700000', '130353.703000', '130353.705000', '130353.708000', '130353.711000', '130353.713000', '130353.716000', '130353.718000', '130353.721000', '130353.724000', '130353.726000', '130353.729000', '130353.732000', '130353.734000', '130353.737000', '130353.740000', '130353.742000', '130353.745000', '130353.748000', '130353.750000', '130353.753000', '130353.756000', '130353.758000', '130353.761000', '130353.764000', '130353.766000', '130353.769000', '130413.657000', '130413.660000', '130413.662000', '130413.665000', '130413.668000', '130413.670000', '130413.673000', '130413.676000', '130413.678000', '130413.681000', '130413.684000', '130413.686000', '130413.689000', '130413.692000', '130413.694000', '130413.697000', '130413.700000', '130413.703000', '130413.705000', '130413.708000', '130413.711000', '130413.713000', '130413.716000', '130413.719000', '130413.721000', '130413.724000', '130413.727000', '130413.729000', '130413.732000', '130413.734000', '130413.737000', '130413.740000', '130413.742000', '130413.745000', '130413.748000', '130413.750000', '130413.753000', '130413.756000', '130413.758000', '130413.761000', '130413.763000', '130413.766000', '130413.769000', '130413.771000', '130433.655000', '130433.658000', '130433.661000', '130433.664000', '130433.666000', '130433.669000', '130433.672000', '130433.674000', '130433.677000', '130433.680000', '130433.682000', '130433.685000', '130433.687000', '130433.690000', '130433.693000', '130433.695000', '130433.698000', '130433.701000', '130433.703000', '130433.706000', '130433.709000', '130433.711000', '130433.714000', '130433.717000', '130433.719000', '130433.722000', '130433.725000', '130433.727000', '130433.730000', '130433.733000', '130433.735000', '130433.738000', '130433.741000', '130433.744000', '130433.746000', '130433.749000', '130433.751000', '130433.754000', '130433.757000', '130433.770000', '130433.772000', '130433.775000', '130433.778000', '130453.657000', '130453.659000', '130453.662000', '130453.665000', '130453.667000', '130453.670000', '130453.673000', '130453.675000', '130453.678000', '130453.680000', '130453.683000', '130453.686000', '130453.688000', '130453.691000', '130453.694000', '130453.697000', '130453.699000', '130453.702000', '130453.704000', '130453.707000', '130453.710000', '130453.712000', '130453.715000', '130453.717000', '130453.720000', '130453.723000', '130453.726000', '130453.728000', '130453.731000', '130453.733000', '130453.736000', '130453.739000', '130453.741000', '130453.744000', '130453.746000', '130453.749000', '130453.752000', '130453.754000', '130453.757000', '130453.760000', '130453.762000', '130453.765000', '130453.768000', '130453.770000', '130513.656000', '130513.659000', '130513.662000', '130513.664000', '130513.667000', '130513.670000', '130513.673000', '130513.675000', '130513.678000', '130513.681000', '130513.683000', '130513.686000', '130513.689000', '130513.691000', '130513.694000', '130513.697000', '130513.699000', '130513.702000', '130513.705000', '130513.707000', '130513.710000', '130513.712000', '130513.715000', '130513.718000', '130513.720000', '130513.723000', '130513.726000', '130513.728000', '130513.731000', '130513.733000', '130513.736000', '130513.739000', '130513.741000', '130513.744000', '130513.747000', '130513.749000', '130513.752000', '130513.755000', '130513.757000', '130513.760000', '130513.763000', '130513.765000', '130513.768000', '130533.657000', '130533.660000', '130533.662000', '130533.665000', '130533.667000', '130533.671000', '130533.673000', '130533.676000', '130533.679000', '130533.681000', '130533.684000', '130533.687000', '130533.689000', '130533.692000', '130533.695000', '130533.697000', '130533.700000', '130533.703000', '130533.705000', '130533.708000', '130533.710000', '130533.713000', '130533.716000', '130533.718000', '130533.721000', '130533.724000', '130533.726000', '130533.729000', '130533.732000', '130533.734000', '130533.737000', '130533.740000', '130533.742000', '130533.745000', '130533.748000', '130533.750000', '130533.753000', '130533.755000', '130533.758000', '130533.761000', '130533.763000', '130533.766000', '130533.769000', '130533.771000', '130553.657000', '130553.659000', '130553.662000', '130553.665000', '130553.668000', '130553.670000', '130553.673000', '130553.676000', '130553.678000', '130553.681000', '130553.683000', '130553.686000', '130553.689000', '130553.692000', '130553.694000', '130553.697000', '130553.700000', '130553.702000', '130553.705000', '130553.707000', '130553.710000', '130553.713000', '130553.715000', '130553.718000', '130553.721000', '130553.723000', '130553.726000', '130553.729000', '130553.733000', '130553.736000', '130553.738000', '130553.741000', '130553.743000', '130553.746000', '130553.749000', '130553.751000', '130553.754000', '130553.757000', '130553.759000', '130553.762000', '130553.765000', '130553.767000', '130553.770000', '130613.657000', '130613.659000', '130613.662000', '130613.665000', '130613.667000', '130613.670000', '130613.672000', '130613.675000', '130613.678000', '130613.680000', '130613.683000', '130613.685000', '130613.688000', '130613.691000', '130613.693000', '130613.696000', '130613.699000', '130613.701000', '130613.704000', '130613.706000', '130613.709000', '130613.712000', '130613.714000', '130613.717000', '130613.720000', '130613.722000', '130613.725000', '130613.727000', '130613.730000', '130613.733000', '130613.736000', '130613.738000', '130613.741000', '130613.744000', '130613.746000', '130613.749000', '130613.752000', '130613.754000', '130613.757000', '130613.759000', '130613.762000', '130613.765000', '130613.767000', '130613.770000', '130633.656000', '130633.659000', '130633.662000', '130633.665000', '130633.668000', '130633.670000', '130633.673000', '130633.676000', '130633.678000', '130633.681000', '130633.684000', '130633.686000', '130633.689000', '130633.692000', '130633.694000', '130633.697000', '130633.699000', '130633.702000', '130633.705000', '130633.707000', '130633.710000', '130633.713000', '130633.715000', '130633.718000', '130633.721000', '130633.723000', '130633.726000', '130633.728000', '130633.731000', '130633.734000', '130633.736000', '130633.739000', '130633.742000', '130633.744000', '130633.747000', '130633.750000', '130633.752000', '130633.755000', '130633.758000', '130633.760000', '130633.763000', '130633.766000', '130633.768000', '130638.951000', '130638.954000', '130638.957000', '130638.960000', '130638.968000', '130638.970000', '130638.973000', '130638.976000', '130638.979000', '130638.982000', '130638.985000', '130638.989000'], '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': [8828, 13297, 9007, 13812, 9639, 10967, 7959, 7910, 10188, 8513, 12769, 13140, 9385, 14276, 8926, 12203, 8639, 12436, 8658, 8516, 7917, 8025, 10490, 8568, 12828, 8805, 13591, 8928, 8760, 7900, 7868, 10714, 7859, 13169, 8621, 12246, 8553, 12484, 8528, 13406, 8510, 11075, 8471, 7406, 9056, 7828, 11793, 8408, 13906, 9630, 12079, 9923, 8118, 11503, 8575, 10683, 7744, 12099, 8928, 11161, 7319, 7472, 7342, 7695, 7800, 7409, 9413, 8802, 13843, 10506, 14128, 10374, 16042, 11728, 16885, 12092, 15610, 10060, 8455, 9348, 6967, 8376, 7550, 10708, 7918, 9796, 9515, 6788, 8304, 7026, 12233, 8686, 12365, 9283, 10902, 9864, 9676, 10358, 8112, 11835, 7618, 11900, 9069, 12828, 9015, 10498, 8598, 7350, 10595, 8131, 11703, 8439, 7616, 11746, 8236, 12224, 9921, 10403, 10805, 9078, 13922, 9013, 14048, 9417, 14624, 9239, 13334, 9809, 8066, 9226, 8540, 12245, 8731, 12435, 8670, 7745, 10444, 8398, 12423, 8929, 13138, 9026, 13040, 9280, 7206, 8703, 7752, 11584, 8357, 13101, 8579, 12217, 8659, 7456, 8975, 7377, 11465, 7761, 12824, 8496, 12904, 8953, 12393, 8976, 12271, 9225, 8648, 8655, 7171, 10475, 7412, 12408, 7600, 10919, 8424, 7454, 9368, 7412, 13479, 9601, 13968, 9458, 12434, 9761, 12175, 9558, 12684, 9242, 7383, 8713, 7773, 10482, 7956, 11414, 7347, 10575, 7492, 11916, 7924, 12937, 7919, 10803, 8436, 7674, 9812, 8170, 12068, 8620, 12812, 7875, 12403, 8167, 13230, 8872, 13779, 9189, 10558, 7883, 7915, 10448, 7834, 13274, 8961, 14222, 9300, 10479, 9726, 8713, 10361, 8442, 12794, 8236, 12249, 8593, 12789, 8660, 13503, 9179, 8617, 7996, 7685, 10791, 7842, 13065, 8366, 11007, 8367, 7881, 10982, 8017, 12909, 8377, 12956, 8790, 11865, 8694, 12674, 8708, 11329, 8575, 7658, 9609, 7428, 10829, 7838, 12543, 8063, 7553, 9607, 7527, 12830, 8241, 13420, 9489, 12554, 8229, 12966, 8576, 11729, 9309, 8596, 10633, 7760, 12233, 7937, 13033, 8374, 13247, 9184, 7870, 8686, 7789, 12292, 8231, 13967, 8931, 11849, 8790, 10087, 10388, 8488, 12970, 9198, 13296, 8691, 13402, 8453, 11327, 8557, 10102, 9215, 8351, 10515, 7878, 12508, 8028, 12948, 9032, 13983, 8750, 8127, 7914, 7649, 10918, 7955, 13468, 9515, 12578, 8554, 12278, 8733, 13552, 8972, 10467, 8826, 9263, 8895, 8380, 11284, 8227, 11961, 8061, 13180, 8794, 11119, 9049, 7912, 10334, 7365, 12832, 8135, 13407, 9191, 11525, 8128, 7789, 11083, 8132, 13390, 9473, 14465, 9649, 8343, 9587, 8580, 12123, 8997, 13280, 9295, 14875, 8898, 9504, 8312, 8113, 11112, 8966, 13262, 8859, 11657, 8804, 8521, 8383, 8310, 11044, 9029, 13202, 8719, 12488, 8425, 12586, 8809, 10948, 9039, 8658, 9753, 8478, 11683, 8662, 13171, 8937, 12741, 8684, 7543, 9837, 8345, 12682, 8612, 11340, 8497, 8023, 8464, 8073, 12544, 8059, 12728, 8446, 13217, 9166, 12528, 9431, 8068, 9814, 7772, 12214, 8327, 12405, 8170, 7587, 10962, 7919, 13537, 9354, 14347, 9867, 9534, 8530, 8101, 11210, 8583, 12406, 8735, 13307, 9298, 12381, 8466, 12406, 8801, 11375, 8884, 8994, 9845, 8637, 11298, 7929, 12417, 8212, 7389, 8942, 7989, 12069, 7815, 12425, 7971, 11278, 7833, 11987, 8086, 12655, 8580, 12265, 7510, 11923, 8044, 12776, 8511, 13447, 8784, 7964, 10698, 7972, 8188, 7308, 7152, 10505, 7999, 13511, 9089, 13715, 9460, 13602, 9638, 15234, 11460, 14748, 9478, 11686, 10010, 8754, 12077, 8809, 12164, 8706, 11645, 8333, 11806, 8293, 9046, 8851, 7282, 8402, 7717, 11024, 7462, 11547, 7360, 10902, 7618, 11864, 7448, 12461, 8160, 11904, 8603, 13064, 8784, 13761, 8863, 12351, 8445, 10445, 8643, 9244, 9260, 10763, 9164, 8243, 9106, 7842, 10549, 8202, 12339, 7760, 12725, 7766, 12631, 7988, 13006, 8607, 12736, 8596, 11901, 8887, 8524, 9485, 8930, 12592, 9053, 12335, 8345, 12379, 8636, 13416, 8748, 13747, 9069, 9110, 8041, 7980, 10847, 8138, 13196, 8977, 12592, 8479, 12631, 8963, 11054, 8938, 8341, 10183, 7559, 11744, 8557, 12049, 8189, 7282, 11592, 8132, 13762, 9214, 14693, 9988, 11366, 8672, 7942, 9513, 8150, 13077, 8239, 13358, 8726, 10264, 9004, 8769, 11943, 8820, 13132, 8464, 13735, 9290, 13903, 9195, 10823, 9277, 9050, 11546, 8837, 13150, 8665, 13680, 8918, 7820, 8589, 8668, 12650, 8818, 13293, 8804, 8273, 10995, 8636, 13883, 7886, 8092, 11930, 8348, 7164, 9725, 8709, 9119, 9461, 8051, 13886, 9310, 13073, 8884, 12758, 7816, 10711, 8210, 12322, 8983, 10313, 8181, 7734, 10478, 8324, 12029, 9135, 8657, 10822, 8352, 12760, 8467, 13285, 9077, 11835, 9334, 8107, 10138, 8200, 11898, 8450, 13366, 8883, 8513, 9520, 8006, 12436, 8968, 7672, 11338, 8547, 14241, 8761, 9930, 10295, 8925, 14010, 9774, 13990, 10767, 11483, 8559, 8498, 10716, 9321, 14167, 9861, 8602, 8582, 8615, 11624, 8816, 12718, 8951, 8236, 10698, 8406, 12356, 8581, 14246, 9047, 11045, 8408, 8196, 9363, 8117, 12202, 8490, 13088, 8786, 9600, 7498, 8152, 12418, 8426, 12932, 8558, 8492, 9390, 8481, 13807, 9601, 13292, 8631, 8697, 9798, 9070, 13623, 9264, 13627, 8824, 8345, 8888, 8904, 13289, 9144, 11481, 8363, 8139, 11090, 8763, 13242, 9653, 8897, 13304, 8506, 13674, 8931, 10857, 10580, 9116, 12550, 8402, 10149, 8803, 9317, 14947, 10160, 8296, 10874, 8574, 11603, 8488, 8917, 13342, 8382, 10110, 9439, 9139, 13627, 9183, 8308, 11137, 8241, 9889, 8447, 9149, 13619, 9385, 11135, 8591, 8677, 12391, 8738, 13431, 9630, 8993, 11320, 8088, 10794, 7717, 8632, 13127, 8291, 10207, 8378, 8617, 13344, 8927, 11038, 9129, 8486, 13482, 8696, 11402, 9341, 8729, 13948, 8603, 8977, 10414, 8976, 13797, 9547, 9727, 9678, 8625, 13117, 8840, 10941, 9352, 9111, 13274, 8785, 9480, 8723, 8705, 13429, 9165, 10437, 9271, 9138, 12913, 8954, 13956, 9812, 9906, 8285, 8630, 11112, 8475, 13832, 9039, 8292, 8014, 7564, 11150, 8607, 12713, 10081, 8174, 13230, 7973, 8839, 13033, 8651, 7701, 12157, 8069, 13049], 'WindowCenter': [4364.0, 4387.0, 4336.0, 4372.0, 4331.0, 4352.0, 4308.0, 4307.0, 4327.0, 4316.0, 4347.0, 4344.0, 4304.0, 4344.0, 4302.0, 4321.0, 4293.0, 4333.0, 4293.0, 4291.0, 4280.0, 4291.0, 4310.0, 4291.0, 4333.0, 4315.0, 4345.0, 4304.0, 4303.0, 4293.0, 4292.0, 4323.0, 4294.0, 4344.0, 4304.0, 4333.0, 4304.0, 4333.0, 4303.0, 4342.0, 4303.0, 4323.0, 4304.0, 4283.0, 4313.0, 4295.0, 4334.0, 4306.0, 4356.0, 4328.0, 4346.0, 4327.0, 4295.0, 4335.0, 4302.0, 4326.0, 4295.0, 4347.0, 4315.0, 4336.0, 4282.0, 4283.0, 4281.0, 4305.0, 4307.0, 4307.0, 4329.0, 4331.0, 4371.0, 4341.0, 4359.0, 4342.0, 4370.0, 4350.0, 4355.0, 4335.0, 4355.0, 4325.0, 4291.0, 4302.0, 4270.0, 4290.0, 4281.0, 4322.0, 4294.0, 4313.0, 4325.0, 4283.0, 4306.0, 4296.0, 4348.0, 4318.0, 4347.0, 4328.0, 4336.0, 4327.0, 4315.0, 4327.0, 4296.0, 4336.0, 4295.0, 4334.0, 4305.0, 4344.0, 4317.0, 4338.0, 4317.0, 4296.0, 4335.0, 4306.0, 4345.0, 4307.0, 4295.0, 4348.0, 4306.0, 4347.0, 4326.0, 4326.0, 4337.0, 4316.0, 4356.0, 4305.0, 4344.0, 4302.0, 4341.0, 4302.0, 4332.0, 4300.0, 4279.0, 4300.0, 4290.0, 4319.0, 4291.0, 4331.0, 4290.0, 4281.0, 4311.0, 4291.0, 4331.0, 4301.0, 4331.0, 4302.0, 4330.0, 4301.0, 4269.0, 4291.0, 4281.0, 4320.0, 4292.0, 4341.0, 4303.0, 4333.0, 4304.0, 4281.0, 4303.0, 4282.0, 4333.0, 4294.0, 4343.0, 4316.0, 4343.0, 4316.0, 4343.0, 4315.0, 4333.0, 4314.0, 4303.0, 4305.0, 4283.0, 4324.0, 4283.0, 4345.0, 4296.0, 4334.0, 4316.0, 4295.0, 4328.0, 4297.0, 4359.0, 4328.0, 4368.0, 4327.0, 4346.0, 4325.0, 4336.0, 4314.0, 4334.0, 4303.0, 4282.0, 4302.0, 4281.0, 4322.0, 4291.0, 4331.0, 4281.0, 4322.0, 4284.0, 4333.0, 4304.0, 4344.0, 4305.0, 4334.0, 4306.0, 4306.0, 4325.0, 4306.0, 4347.0, 4304.0, 4347.0, 4295.0, 4345.0, 4304.0, 4332.0, 4304.0, 4344.0, 4303.0, 4310.0, 4280.0, 4291.0, 4311.0, 4280.0, 4341.0, 4302.0, 4343.0, 4303.0, 4310.0, 4301.0, 4290.0, 4310.0, 4291.0, 4332.0, 4289.0, 4320.0, 4289.0, 4328.0, 4291.0, 4329.0, 4300.0, 4288.0, 4278.0, 4278.0, 4318.0, 4291.0, 4341.0, 4293.0, 4321.0, 4292.0, 4292.0, 4323.0, 4291.0, 4333.0, 4291.0, 4332.0, 4301.0, 4319.0, 4301.0, 4329.0, 4302.0, 4320.0, 4301.0, 4280.0, 4313.0, 4295.0, 4337.0, 4306.0, 4346.0, 4305.0, 4294.0, 4325.0, 4295.0, 4356.0, 4316.0, 4357.0, 4326.0, 4345.0, 4306.0, 4344.0, 4305.0, 4333.0, 4313.0, 4303.0, 4323.0, 4292.0, 4333.0, 4292.0, 4343.0, 4304.0, 4344.0, 4315.0, 4293.0, 4316.0, 4294.0, 4343.0, 4305.0, 4354.0, 4316.0, 4334.0, 4305.0, 4324.0, 4324.0, 4302.0, 4344.0, 4313.0, 4344.0, 4302.0, 4331.0, 4292.0, 4321.0, 4302.0, 4311.0, 4302.0, 4291.0, 4311.0, 4290.0, 4332.0, 4292.0, 4331.0, 4303.0, 4341.0, 4303.0, 4291.0, 4291.0, 4283.0, 4324.0, 4305.0, 4354.0, 4326.0, 4343.0, 4304.0, 4332.0, 4305.0, 4344.0, 4315.0, 4323.0, 4314.0, 4312.0, 4313.0, 4305.0, 4335.0, 4304.0, 4334.0, 4305.0, 4342.0, 4316.0, 4334.0, 4316.0, 4306.0, 4337.0, 4297.0, 4357.0, 4318.0, 4368.0, 4329.0, 4336.0, 4305.0, 4295.0, 4334.0, 4305.0, 4345.0, 4326.0, 4356.0, 4315.0, 4303.0, 4314.0, 4302.0, 4332.0, 4302.0, 4333.0, 4302.0, 4342.0, 4291.0, 4299.0, 4279.0, 4278.0, 4320.0, 4299.0, 4331.0, 4300.0, 4318.0, 4300.0, 4289.0, 4290.0, 4289.0, 4320.0, 4300.0, 4332.0, 4302.0, 4330.0, 4292.0, 4330.0, 4301.0, 4320.0, 4300.0, 4289.0, 4301.0, 4291.0, 4331.0, 4302.0, 4341.0, 4303.0, 4332.0, 4303.0, 4282.0, 4313.0, 4293.0, 4345.0, 4315.0, 4334.0, 4303.0, 4292.0, 4305.0, 4305.0, 4346.0, 4307.0, 4346.0, 4307.0, 4345.0, 4326.0, 4346.0, 4317.0, 4295.0, 4328.0, 4295.0, 4346.0, 4306.0, 4345.0, 4305.0, 4296.0, 4335.0, 4308.0, 4357.0, 4329.0, 4358.0, 4328.0, 4315.0, 4306.0, 4294.0, 4323.0, 4303.0, 4332.0, 4304.0, 4344.0, 4304.0, 4331.0, 4293.0, 4331.0, 4302.0, 4321.0, 4302.0, 4300.0, 4312.0, 4303.0, 4322.0, 4305.0, 4344.0, 4304.0, 4284.0, 4315.0, 4306.0, 4347.0, 4308.0, 4348.0, 4307.0, 4337.0, 4297.0, 4347.0, 4305.0, 4346.0, 4305.0, 4337.0, 4285.0, 4333.0, 4294.0, 4344.0, 4306.0, 4357.0, 4317.0, 4308.0, 4353.0, 4319.0, 4318.0, 4308.0, 4298.0, 4338.0, 4318.0, 4371.0, 4332.0, 4359.0, 4331.0, 4359.0, 4327.0, 4357.0, 4324.0, 4342.0, 4300.0, 4307.0, 4288.0, 4276.0, 4308.0, 4275.0, 4306.0, 4275.0, 4306.0, 4276.0, 4306.0, 4277.0, 4286.0, 4287.0, 4267.0, 4290.0, 4279.0, 4324.0, 4295.0, 4335.0, 4283.0, 4323.0, 4294.0, 4334.0, 4295.0, 4345.0, 4305.0, 4346.0, 4317.0, 4344.0, 4318.0, 4357.0, 4317.0, 4347.0, 4318.0, 4337.0, 4318.0, 4328.0, 4329.0, 4338.0, 4328.0, 4306.0, 4316.0, 4305.0, 4337.0, 4308.0, 4348.0, 4295.0, 4347.0, 4295.0, 4335.0, 4296.0, 4345.0, 4305.0, 4345.0, 4305.0, 4333.0, 4303.0, 4305.0, 4315.0, 4315.0, 4345.0, 4303.0, 4333.0, 4294.0, 4332.0, 4303.0, 4343.0, 4304.0, 4343.0, 4305.0, 4303.0, 4292.0, 4291.0, 4323.0, 4293.0, 4344.0, 4315.0, 4346.0, 4305.0, 4334.0, 4314.0, 4335.0, 4315.0, 4294.0, 4325.0, 4294.0, 4335.0, 4316.0, 4346.0, 4306.0, 4295.0, 4345.0, 4307.0, 4357.0, 4328.0, 4356.0, 4326.0, 4333.0, 4305.0, 4294.0, 4315.0, 4296.0, 4345.0, 4304.0, 4345.0, 4305.0, 4324.0, 4316.0, 4316.0, 4335.0, 4316.0, 4345.0, 4294.0, 4343.0, 4304.0, 4344.0, 4303.0, 4310.0, 4301.0, 4289.0, 4320.0, 4302.0, 4332.0, 4292.0, 4331.0, 4301.0, 4279.0, 4289.0, 4291.0, 4332.0, 4303.0, 4342.0, 4303.0, 4292.0, 4322.0, 4304.0, 4355.0, 4307.0, 4305.0, 4345.0, 4306.0, 4283.0, 4326.0, 4329.0, 4328.0, 4327.0, 4307.0, 4360.0, 4316.0, 4361.0, 4330.0, 4348.0, 4295.0, 4323.0, 4292.0, 4330.0, 4301.0, 4310.0, 4290.0, 4281.0, 4322.0, 4304.0, 4333.0, 4315.0, 4305.0, 4335.0, 4305.0, 4343.0, 4304.0, 4341.0, 4303.0, 4323.0, 4303.0, 4281.0, 4312.0, 4291.0, 4321.0, 4318.0, 4345.0, 4316.0, 4304.0, 4314.0, 4292.0, 4331.0, 4315.0, 4294.0, 4337.0, 4318.0, 4357.0, 4316.0, 4326.0, 4326.0, 4304.0, 4356.0, 4315.0, 4345.0, 4324.0, 4321.0, 4290.0, 4289.0, 4309.0, 4299.0, 4331.0, 4311.0, 4290.0, 4290.0, 4291.0, 4319.0, 4301.0, 4331.0, 4301.0, 4292.0, 4323.0, 4304.0, 4333.0, 4304.0, 4353.0, 4304.0, 4334.0, 4303.0, 4293.0, 4313.0, 4293.0, 4334.0, 4304.0, 4344.0, 4305.0, 4313.0, 4293.0, 4304.0, 4346.0, 4307.0, 4346.0, 4316.0, 4305.0, 4315.0, 4316.0, 4356.0, 4327.0, 4345.0, 4305.0, 4303.0, 4314.0, 4303.0, 4345.0, 4304.0, 4344.0, 4303.0, 4290.0, 4302.0, 4313.0, 4343.0, 4314.0, 4333.0, 4293.0, 4292.0, 4333.0, 4305.0, 4344.0, 4315.0, 4304.0, 4344.0, 4304.0, 4342.0, 4304.0, 4322.0, 4323.0, 4301.0, 4331.0, 4290.0, 4309.0, 4300.0, 4301.0, 4342.0, 4312.0, 4291.0, 4321.0, 4300.0, 4321.0, 4302.0, 4302.0, 4343.0, 4293.0, 4312.0, 4302.0, 4302.0, 4341.0, 4301.0, 4291.0, 4322.0, 4293.0, 4310.0, 4291.0, 4302.0, 4344.0, 4314.0, 4322.0, 4302.0, 4291.0, 4332.0, 4303.0, 4341.0, 4313.0, 4301.0, 4321.0, 4292.0, 4322.0, 4292.0, 4303.0, 4344.0, 4304.0, 4324.0, 4303.0, 4304.0, 4345.0, 4315.0, 4335.0, 4314.0, 4304.0, 4344.0, 4304.0, 4334.0, 4314.0, 4304.0, 4343.0, 4304.0, 4302.0, 4323.0, 4303.0, 4343.0, 4314.0, 4313.0, 4312.0, 4301.0, 4332.0, 4302.0, 4324.0, 4302.0, 4302.0, 4334.0, 4303.0, 4311.0, 4303.0, 4304.0, 4345.0, 4315.0, 4325.0, 4314.0, 4314.0, 4345.0, 4315.0, 4344.0, 4314.0, 4312.0, 4291.0, 4301.0, 4333.0, 4303.0, 4343.0, 4315.0, 4304.0, 4305.0, 4295.0, 4336.0, 4320.0, 4360.0, 4341.0, 4322.0, 4372.0, 4321.0, 4330.0, 4359.0, 4320.0, 4298.0, 4346.0, 4294.0, 4348.0], 'WindowWidth': [9656.0, 9671.0, 9600.0, 9640.0, 9586.0, 9611.0, 9546.0, 9542.0, 9568.0, 9553.0, 9596.0, 9587.0, 9532.0, 9587.0, 9527.0, 9552.0, 9516.0, 9570.0, 9515.0, 9509.0, 9494.0, 9509.0, 9533.0, 9509.0, 9570.0, 9549.0, 9589.0, 9532.0, 9530.0, 9516.0, 9513.0, 9555.0, 9518.0, 9587.0, 9532.0, 9570.0, 9532.0, 9568.0, 9531.0, 9579.0, 9531.0, 9555.0, 9532.0, 9503.0, 9543.0, 9523.0, 9573.0, 9541.0, 9605.0, 9572.0, 9593.0, 9568.0, 9523.0, 9576.0, 9528.0, 9564.0, 9525.0, 9599.0, 9553.0, 9582.0, 9501.0, 9505.0, 9499.0, 9539.0, 9545.0, 9545.0, 9576.0, 9581.0, 9635.0, 9595.0, 9617.0, 9598.0, 9633.0, 9604.0, 9606.0, 9575.0, 9603.0, 9565.0, 9510.0, 9524.0, 9480.0, 9509.0, 9497.0, 9553.0, 9519.0, 9542.0, 9562.0, 9505.0, 9539.0, 9527.0, 9599.0, 9559.0, 9596.0, 9571.0, 9579.0, 9568.0, 9548.0, 9569.0, 9523.0, 9579.0, 9523.0, 9572.0, 9535.0, 9585.0, 9554.0, 9584.0, 9556.0, 9529.0, 9577.0, 9540.0, 9590.0, 9542.0, 9524.0, 9598.0, 9542.0, 9594.0, 9567.0, 9565.0, 9583.0, 9553.0, 9610.0, 9536.0, 9586.0, 9529.0, 9579.0, 9527.0, 9566.0, 9521.0, 9490.0, 9521.0, 9508.0, 9543.0, 9511.0, 9563.0, 9508.0, 9495.0, 9538.0, 9511.0, 9564.0, 9524.0, 9562.0, 9528.0, 9563.0, 9525.0, 9479.0, 9510.0, 9499.0, 9548.0, 9515.0, 9578.0, 9533.0, 9570.0, 9533.0, 9499.0, 9529.0, 9501.0, 9568.0, 9519.0, 9583.0, 9553.0, 9585.0, 9552.0, 9585.0, 9550.0, 9570.0, 9547.0, 9531.0, 9535.0, 9505.0, 9560.0, 9506.0, 9589.0, 9527.0, 9575.0, 9553.0, 9525.0, 9572.0, 9530.0, 9616.0, 9575.0, 9627.0, 9571.0, 9592.0, 9565.0, 9579.0, 9547.0, 9572.0, 9529.0, 9498.0, 9526.0, 9495.0, 9552.0, 9512.0, 9565.0, 9497.0, 9554.0, 9506.0, 9568.0, 9534.0, 9586.0, 9538.0, 9575.0, 9540.0, 9539.0, 9564.0, 9539.0, 9596.0, 9536.0, 9597.0, 9522.0, 9588.0, 9533.0, 9569.0, 9533.0, 9589.0, 9531.0, 9535.0, 9495.0, 9509.0, 9537.0, 9497.0, 9580.0, 9529.0, 9584.0, 9529.0, 9534.0, 9524.0, 9507.0, 9537.0, 9509.0, 9566.0, 9507.0, 9549.0, 9505.0, 9557.0, 9510.0, 9559.0, 9522.0, 9502.0, 9490.0, 9491.0, 9544.0, 9511.0, 9578.0, 9517.0, 9551.0, 9515.0, 9515.0, 9556.0, 9512.0, 9569.0, 9512.0, 9566.0, 9524.0, 9546.0, 9523.0, 9559.0, 9526.0, 9548.0, 9526.0, 9496.0, 9542.0, 9524.0, 9582.0, 9541.0, 9593.0, 9536.0, 9519.0, 9562.0, 9524.0, 9606.0, 9555.0, 9609.0, 9568.0, 9590.0, 9539.0, 9585.0, 9536.0, 9570.0, 9544.0, 9528.0, 9557.0, 9514.0, 9568.0, 9515.0, 9582.0, 9535.0, 9587.0, 9550.0, 9517.0, 9553.0, 9521.0, 9586.0, 9537.0, 9601.0, 9553.0, 9574.0, 9536.0, 9557.0, 9561.0, 9528.0, 9588.0, 9543.0, 9587.0, 9528.0, 9565.0, 9512.0, 9548.0, 9526.0, 9535.0, 9525.0, 9510.0, 9538.0, 9510.0, 9566.0, 9515.0, 9565.0, 9532.0, 9579.0, 9530.0, 9511.0, 9513.0, 9502.0, 9559.0, 9536.0, 9602.0, 9567.0, 9583.0, 9534.0, 9568.0, 9537.0, 9587.0, 9550.0, 9556.0, 9547.0, 9540.0, 9545.0, 9536.0, 9576.0, 9534.0, 9573.0, 9536.0, 9582.0, 9551.0, 9574.0, 9553.0, 9540.0, 9581.0, 9531.0, 9611.0, 9562.0, 9629.0, 9574.0, 9579.0, 9536.0, 9524.0, 9573.0, 9537.0, 9591.0, 9568.0, 9609.0, 9552.0, 9530.0, 9547.0, 9527.0, 9567.0, 9524.0, 9572.0, 9526.0, 9582.0, 9510.0, 9517.0, 9492.0, 9488.0, 9547.0, 9519.0, 9563.0, 9521.0, 9542.0, 9521.0, 9505.0, 9509.0, 9505.0, 9550.0, 9523.0, 9568.0, 9528.0, 9562.0, 9514.0, 9560.0, 9524.0, 9548.0, 9522.0, 9505.0, 9523.0, 9510.0, 9563.0, 9528.0, 9578.0, 9532.0, 9568.0, 9528.0, 9500.0, 9543.0, 9517.0, 9589.0, 9551.0, 9574.0, 9531.0, 9514.0, 9535.0, 9537.0, 9594.0, 9541.0, 9593.0, 9542.0, 9590.0, 9567.0, 9592.0, 9555.0, 9522.0, 9572.0, 9525.0, 9591.0, 9539.0, 9588.0, 9536.0, 9526.0, 9579.0, 9545.0, 9611.0, 9574.0, 9613.0, 9571.0, 9550.0, 9538.0, 9518.0, 9557.0, 9528.0, 9569.0, 9531.0, 9587.0, 9532.0, 9566.0, 9515.0, 9564.0, 9526.0, 9549.0, 9525.0, 9521.0, 9541.0, 9529.0, 9553.0, 9537.0, 9588.0, 9533.0, 9506.0, 9548.0, 9538.0, 9596.0, 9545.0, 9599.0, 9541.0, 9582.0, 9528.0, 9594.0, 9537.0, 9595.0, 9534.0, 9581.0, 9508.0, 9570.0, 9520.0, 9586.0, 9538.0, 9607.0, 9553.0, 9547.0, 9616.0, 9563.0, 9559.0, 9548.0, 9535.0, 9587.0, 9561.0, 9634.0, 9586.0, 9616.0, 9581.0, 9618.0, 9571.0, 9612.0, 9561.0, 9580.0, 9519.0, 9522.0, 9499.0, 9480.0, 9526.0, 9476.0, 9521.0, 9477.0, 9518.0, 9482.0, 9520.0, 9483.0, 9495.0, 9497.0, 9471.0, 9507.0, 9492.0, 9559.0, 9522.0, 9574.0, 9504.0, 9557.0, 9518.0, 9574.0, 9524.0, 9588.0, 9538.0, 9590.0, 9555.0, 9588.0, 9557.0, 9608.0, 9558.0, 9595.0, 9558.0, 9580.0, 9558.0, 9572.0, 9576.0, 9583.0, 9572.0, 9539.0, 9554.0, 9538.0, 9583.0, 9544.0, 9598.0, 9524.0, 9594.0, 9522.0, 9575.0, 9522.0, 9590.0, 9535.0, 9588.0, 9535.0, 9570.0, 9531.0, 9533.0, 9550.0, 9549.0, 9591.0, 9531.0, 9573.0, 9518.0, 9568.0, 9530.0, 9583.0, 9534.0, 9584.0, 9536.0, 9528.0, 9514.0, 9512.0, 9557.0, 9518.0, 9588.0, 9549.0, 9592.0, 9537.0, 9571.0, 9546.0, 9574.0, 9549.0, 9516.0, 9560.0, 9519.0, 9577.0, 9554.0, 9592.0, 9539.0, 9524.0, 9592.0, 9543.0, 9610.0, 9572.0, 9608.0, 9567.0, 9571.0, 9533.0, 9517.0, 9550.0, 9523.0, 9590.0, 9533.0, 9588.0, 9536.0, 9560.0, 9553.0, 9552.0, 9576.0, 9550.0, 9590.0, 9520.0, 9583.0, 9531.0, 9588.0, 9528.0, 9534.0, 9523.0, 9503.0, 9547.0, 9525.0, 9567.0, 9512.0, 9564.0, 9524.0, 9490.0, 9506.0, 9509.0, 9568.0, 9530.0, 9581.0, 9528.0, 9513.0, 9553.0, 9533.0, 9608.0, 9543.0, 9538.0, 9590.0, 9539.0, 9504.0, 9569.0, 9577.0, 9573.0, 9570.0, 9542.0, 9620.0, 9552.0, 9623.0, 9579.0, 9600.0, 9521.0, 9556.0, 9512.0, 9559.0, 9522.0, 9533.0, 9508.0, 9496.0, 9550.0, 9531.0, 9568.0, 9550.0, 9535.0, 9575.0, 9534.0, 9584.0, 9534.0, 9577.0, 9529.0, 9554.0, 9527.0, 9496.0, 9538.0, 9510.0, 9549.0, 9559.0, 9589.0, 9552.0, 9534.0, 9544.0, 9514.0, 9565.0, 9547.0, 9520.0, 9582.0, 9558.0, 9609.0, 9555.0, 9564.0, 9564.0, 9532.0, 9607.0, 9547.0, 9590.0, 9558.0, 9550.0, 9507.0, 9504.0, 9531.0, 9516.0, 9565.0, 9536.0, 9504.0, 9506.0, 9509.0, 9546.0, 9524.0, 9565.0, 9527.0, 9513.0, 9557.0, 9533.0, 9570.0, 9534.0, 9597.0, 9534.0, 9572.0, 9531.0, 9515.0, 9542.0, 9515.0, 9572.0, 9534.0, 9586.0, 9535.0, 9542.0, 9519.0, 9534.0, 9591.0, 9541.0, 9592.0, 9553.0, 9536.0, 9549.0, 9552.0, 9606.0, 9567.0, 9589.0, 9535.0, 9529.0, 9545.0, 9530.0, 9589.0, 9533.0, 9586.0, 9528.0, 9509.0, 9526.0, 9543.0, 9583.0, 9546.0, 9569.0, 9514.0, 9513.0, 9570.0, 9536.0, 9587.0, 9550.0, 9533.0, 9589.0, 9532.0, 9582.0, 9531.0, 9554.0, 9556.0, 9523.0, 9564.0, 9508.0, 9530.0, 9520.0, 9523.0, 9583.0, 9539.0, 9510.0, 9549.0, 9521.0, 9550.0, 9525.0, 9525.0, 9583.0, 9516.0, 9539.0, 9525.0, 9526.0, 9579.0, 9524.0, 9510.0, 9554.0, 9516.0, 9536.0, 9511.0, 9527.0, 9585.0, 9546.0, 9553.0, 9525.0, 9509.0, 9567.0, 9529.0, 9579.0, 9541.0, 9523.0, 9549.0, 9512.0, 9552.0, 9514.0, 9528.0, 9586.0, 9534.0, 9559.0, 9531.0, 9532.0, 9588.0, 9550.0, 9574.0, 9546.0, 9531.0, 9587.0, 9532.0, 9573.0, 9545.0, 9533.0, 9584.0, 9533.0, 9526.0, 9557.0, 9530.0, 9586.0, 9546.0, 9540.0, 9539.0, 9524.0, 9567.0, 9528.0, 9559.0, 9526.0, 9526.0, 9571.0, 9529.0, 9537.0, 9529.0, 9534.0, 9588.0, 9550.0, 9559.0, 9545.0, 9543.0, 9588.0, 9548.0, 9587.0, 9546.0, 9538.0, 9510.0, 9524.0, 9569.0, 9531.0, 9582.0, 9547.0, 9531.0, 9534.0, 9522.0, 9579.0, 9563.0, 9618.0, 9592.0, 9568.0, 9637.0, 9567.0, 9575.0, 9615.0, 9564.0, 9532.0, 9593.0, 9521.0, 9597.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.000846501154734411</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0235033876443418</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.011075151040444</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2769882040115599</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0097413253294802</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4805</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6057.6792</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09022160739649819</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.387990762124711</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.422862948008738</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3256019445533287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6852017541616195</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.257785145311265</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00920107</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015541003085672855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03527888283133507</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</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.9049772128239395</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>21.8457</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.1311</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296654.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>787.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.0157</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.8778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3493.2904</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3700.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.5028</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.65024685114622</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> |