=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0093 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_ses-01_task-social_acq-mb8_run-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-0093_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0093_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-01/func/sub-0093_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9ac6c642ad04d2cb4453cde4baff8be9</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:29:11.760000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.106268</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8531b0d8-5a51-45a9-ab22-a3751369c338||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['132911.760000', '132912.220000', '132912.680000', '132913.140000', '132913.600000', '132914.060000', '132914.520000', '132914.980000', '132915.440000', '132915.900000', '132916.360000', '132916.820000', '132917.280000', '132917.740000', '132918.200000', '132918.660000', '132919.120000', '132919.580000', '132920.040000', '132920.500000', '132920.960000', '132921.420000', '132921.880000', '132922.340000', '132922.800000', '132923.260000', '132923.720000', '132924.180000', '132924.640000', '132925.100000', '132925.560000', '132926.020000', '132926.480000', '132926.940000', '132927.400000', '132927.860000', '132928.320000', '132928.780000', '132929.240000', '132929.700000', '132930.160000', '132930.620000', '132931.080000', '132931.540000', '132932.000000', '132932.460000', '132932.920000', '132933.380000', '132933.840000', '132934.300000', '132934.760000', '132935.220000', '132935.680000', '132936.140000', '132936.600000', '132937.060000', '132937.520000', '132937.980000', '132938.440000', '132938.900000', '132939.360000', '132939.820000', '132940.280000', '132940.740000', '132941.200000', '132941.660000', '132942.120000', '132942.580000', '132943.040000', '132943.500000', '132943.960000', '132944.420000', '132944.880000', '132945.340000', '132945.800000', '132946.260000', '132946.720000', '132947.180000', '132947.640000', '132948.100000', '132948.560000', '132949.020000', '132949.480000', '132949.940000', '132950.400000', '132950.860000', '132951.320000', '132951.780000', '132952.240000', '132952.700000', '132953.160000', '132953.620000', '132954.080000', '132954.540000', '132955.000000', '132955.460000', '132955.920000', '132956.380000', '132956.840000', '132957.300000', '132957.760000', '132958.220000', '132958.680000', '132959.140000', '132959.600000', '133000.060000', '133000.520000', '133000.980000', '133001.440000', '133001.900000', '133002.360000', '133002.820000', '133003.280000', '133003.740000', '133004.200000', '133004.660000', '133005.120000', '133005.580000', '133006.040000', '133006.500000', '133006.960000', '133007.420000', '133007.880000', '133008.340000', '133008.800000', '133009.260000', '133009.720000', '133010.180000', '133010.640000', '133011.100000', '133011.560000', '133012.020000', '133012.480000', '133012.940000', '133013.400000', '133013.860000', '133014.320000', '133014.780000', '133015.240000', '133015.700000', '133016.160000', '133016.620000', '133017.080000', '133017.540000', '133018.000000', '133018.460000', '133018.920000', '133019.380000', '133019.840000', '133020.300000', '133020.760000', '133021.220000', '133021.680000', '133022.140000', '133022.600000', '133023.060000', '133023.520000', '133023.980000', '133024.440000', '133024.900000', '133025.360000', '133025.820000', '133026.280000', '133026.740000', '133027.200000', '133027.660000', '133028.120000', '133028.580000', '133029.040000', '133029.500000', '133029.960000', '133030.420000', '133030.880000', '133031.340000', '133031.800000', '133032.260000', '133032.720000', '133033.180000', '133033.640000', '133034.100000', '133034.560000', '133035.020000', '133035.480000', '133035.940000', '133036.400000', '133036.860000', '133037.320000', '133037.780000', '133038.240000', '133038.700000', '133039.160000', '133039.620000', '133040.080000', '133040.540000', '133041.000000', '133041.460000', '133041.920000', '133042.380000', '133042.840000', '133043.300000', '133043.760000', '133044.220000', '133044.680000', '133045.140000', '133045.600000', '133046.060000', '133046.520000', '133046.980000', '133047.440000', '133047.900000', '133048.360000', '133048.820000', '133049.280000', '133049.740000', '133050.200000', '133050.660000', '133051.120000', '133051.580000', '133052.040000', '133052.500000', '133052.960000', '133053.420000', '133053.880000', '133054.340000', '133054.800000', '133055.260000', '133055.720000', '133056.180000', '133056.640000', '133057.100000', '133057.560000', '133058.020000', '133058.480000', '133058.940000', '133059.400000', '133059.860000', '133100.320000', '133100.780000', '133101.240000', '133101.700000', '133102.160000', '133102.620000', '133103.080000', '133103.540000', '133104.000000', '133104.460000', '133104.920000', '133105.380000', '133105.840000', '133106.300000', '133106.760000', '133107.220000', '133107.680000', '133108.140000', '133108.600000', '133109.060000', '133109.520000', '133109.980000', '133110.440000', '133110.900000', '133111.360000', '133111.820000', '133112.280000', '133112.740000', '133113.200000', '133113.660000', '133114.120000', '133114.580000', '133115.040000', '133115.500000', '133115.960000', '133116.420000', '133116.880000', '133117.340000', '133117.800000', '133118.260000', '133118.720000', '133119.180000', '133119.640000', '133120.100000', '133120.560000', '133121.020000', '133121.480000', '133121.940000', '133122.400000', '133122.860000', '133123.320000', '133123.780000', '133124.240000', '133124.700000', '133125.160000', '133125.620000', '133126.080000', '133126.540000', '133127.000000', '133127.460000', '133127.920000', '133128.380000', '133128.840000', '133129.300000', '133129.760000', '133130.220000', '133130.680000', '133131.140000', '133131.600000', '133132.060000', '133132.520000', '133132.980000', '133133.440000', '133133.900000', '133134.360000', '133134.820000', '133135.280000', '133135.740000', '133136.200000', '133136.660000', '133137.120000', '133137.580000', '133138.040000', '133138.500000', '133138.960000', '133139.420000', '133139.880000', '133140.340000', '133140.800000', '133141.260000', '133141.720000', '133142.180000', '133142.640000', '133143.100000', '133143.560000', '133144.020000', '133144.480000', '133144.940000', '133145.400000', '133145.860000', '133146.320000', '133146.780000', '133147.240000', '133147.700000', '133148.160000', '133148.620000', '133149.080000', '133149.540000', '133150.000000', '133150.460000', '133150.920000', '133151.380000', '133151.840000', '133152.300000', '133152.760000', '133153.220000', '133153.680000', '133154.140000', '133154.600000', '133155.060000', '133155.520000', '133155.980000', '133156.440000', '133156.900000', '133157.360000', '133157.820000', '133158.280000', '133158.740000', '133159.200000', '133159.660000', '133200.120000', '133200.580000', '133201.040000', '133201.500000', '133201.960000', '133202.420000', '133202.880000', '133203.340000', '133203.800000', '133204.260000', '133204.720000', '133205.180000', '133205.640000', '133206.100000', '133206.560000', '133207.020000', '133207.480000', '133207.940000', '133208.400000', '133208.860000', '133209.320000', '133209.780000', '133210.240000', '133210.700000', '133211.160000', '133211.620000', '133212.080000', '133212.540000', '133213.000000', '133213.460000', '133213.920000', '133214.380000', '133214.840000', '133215.300000', '133215.760000', '133216.220000', '133216.680000', '133217.140000', '133217.600000', '133218.060000', '133218.520000', '133218.980000', '133219.440000', '133219.900000', '133220.360000', '133220.820000', '133221.280000', '133221.740000', '133222.200000', '133222.660000', '133223.120000', '133223.580000', '133224.040000', '133224.500000', '133224.960000', '133225.420000', '133225.880000', '133226.340000', '133226.800000', '133227.260000', '133227.720000', '133228.180000', '133228.640000', '133229.100000', '133229.560000', '133230.020000', '133230.480000', '133230.940000', '133231.400000', '133231.860000', '133232.320000', '133232.780000', '133233.240000', '133233.700000', '133234.160000', '133234.620000', '133235.080000', '133235.540000', '133236.000000', '133236.460000', '133236.920000', '133237.380000', '133237.840000', '133238.300000', '133238.760000', '133239.220000', '133239.680000', '133240.140000', '133240.600000', '133241.060000', '133241.520000', '133241.980000', '133242.440000', '133242.900000', '133243.360000', '133243.820000', '133244.280000', '133244.740000', '133245.200000', '133245.660000', '133246.120000', '133246.580000', '133247.040000', '133247.500000', '133247.960000', '133248.420000', '133248.880000', '133249.340000', '133249.800000', '133250.260000', '133250.720000', '133251.180000', '133251.640000', '133252.100000', '133252.560000', '133253.020000', '133253.480000', '133253.940000', '133254.400000', '133254.860000', '133255.320000', '133255.780000', '133256.240000', '133256.700000', '133257.160000', '133257.620000', '133258.080000', '133258.540000', '133259.000000', '133259.460000', '133259.920000', '133300.380000', '133300.840000', '133301.300000', '133301.760000', '133302.220000', '133302.680000', '133303.140000', '133303.600000', '133304.060000', '133304.520000', '133304.980000', '133305.440000', '133305.900000', '133306.360000', '133306.820000', '133307.280000', '133307.740000', '133308.200000', '133308.660000', '133309.120000', '133309.580000', '133310.040000', '133310.500000', '133310.960000', '133311.420000', '133311.880000', '133312.340000', '133312.800000', '133313.260000', '133313.720000', '133314.180000', '133314.640000', '133315.100000', '133315.560000', '133316.020000', '133316.480000', '133316.940000', '133317.400000', '133317.860000', '133318.320000', '133318.780000', '133319.240000', '133319.700000', '133320.160000', '133320.620000', '133321.080000', '133321.540000', '133322.000000', '133322.460000', '133322.920000', '133323.380000', '133323.840000', '133324.300000', '133324.760000', '133325.220000', '133325.680000', '133326.140000', '133326.600000', '133327.060000', '133327.520000', '133327.980000', '133328.440000', '133328.900000', '133329.360000', '133329.820000', '133330.280000', '133330.740000', '133331.200000', '133331.660000', '133332.120000', '133332.580000', '133333.040000', '133333.500000', '133333.960000', '133334.420000', '133334.880000', '133335.340000', '133335.800000', '133336.260000', '133336.720000', '133337.180000', '133337.640000', '133338.100000', '133338.560000', '133339.020000', '133339.480000', '133339.940000', '133340.400000', '133340.860000', '133341.320000', '133341.780000', '133342.240000', '133342.700000', '133343.160000', '133343.620000', '133344.080000', '133344.540000', '133345.000000', '133345.460000', '133345.920000', '133346.380000', '133346.840000', '133347.300000', '133347.760000', '133348.220000', '133348.680000', '133349.140000', '133349.600000', '133350.060000', '133350.520000', '133350.980000', '133351.440000', '133351.900000', '133352.360000', '133352.820000', '133353.280000', '133353.740000', '133354.200000', '133354.660000', '133355.120000', '133355.580000', '133356.040000', '133356.500000', '133356.960000', '133357.420000', '133357.880000', '133358.340000', '133358.800000', '133359.260000', '133359.720000', '133400.180000', '133400.640000', '133401.100000', '133401.560000', '133402.020000', '133402.480000', '133402.940000', '133403.400000', '133403.860000', '133404.320000', '133404.780000', '133405.240000', '133405.700000', '133406.160000', '133406.620000', '133407.080000', '133407.540000', '133408.000000', '133408.460000', '133408.920000', '133409.380000', '133409.840000', '133410.300000', '133410.760000', '133411.220000', '133411.680000', '133412.140000', '133412.600000', '133413.060000', '133413.520000', '133413.980000', '133414.440000', '133414.900000', '133415.360000', '133415.820000', '133416.280000', '133416.740000', '133417.200000', '133417.660000', '133418.120000', '133418.580000', '133419.040000', '133419.500000', '133419.960000', '133420.420000', '133420.880000', '133421.340000', '133421.800000', '133422.260000', '133422.720000', '133423.180000', '133423.640000', '133424.100000', '133424.560000', '133425.020000', '133425.480000', '133425.940000', '133426.400000', '133426.860000', '133427.320000', '133427.780000', '133428.240000', '133428.700000', '133429.160000', '133429.620000', '133430.080000', '133430.540000', '133431.000000', '133431.460000', '133431.920000', '133432.380000', '133432.840000', '133433.300000', '133433.760000', '133434.220000', '133434.680000', '133435.140000', '133435.600000', '133436.060000', '133436.520000', '133436.980000', '133437.440000', '133437.900000', '133438.360000', '133438.820000', '133439.280000', '133439.740000', '133440.200000', '133440.660000', '133441.120000', '133441.580000', '133442.040000', '133442.500000', '133442.960000', '133443.420000', '133443.880000', '133444.340000', '133444.800000', '133445.260000', '133445.720000', '133446.180000', '133446.640000', '133447.100000', '133447.560000', '133448.020000', '133448.480000', '133448.940000', '133449.400000', '133449.860000', '133450.320000', '133450.780000', '133451.240000', '133451.700000', '133452.160000', '133452.620000', '133453.080000', '133453.540000', '133454.000000', '133454.460000', '133454.920000', '133455.380000', '133455.840000', '133456.300000', '133456.760000', '133457.220000', '133457.680000', '133458.140000', '133458.600000', '133459.060000', '133459.520000', '133459.980000', '133500.440000', '133500.900000', '133501.360000', '133501.820000', '133502.280000', '133502.740000', '133503.200000', '133503.660000', '133504.120000', '133504.580000', '133505.040000', '133505.500000', '133505.960000', '133506.420000', '133506.880000', '133507.340000', '133507.800000', '133508.260000', '133508.720000', '133509.180000', '133509.640000', '133510.100000', '133510.560000', '133511.020000', '133511.480000', '133511.940000', '133512.400000', '133512.860000', '133513.320000', '133513.780000', '133514.240000', '133514.700000', '133515.160000', '133515.620000', '133516.080000', '133516.540000', '133517.000000', '133517.460000', '133517.920000', '133518.380000', '133518.840000', '133519.300000', '133519.760000', '133520.220000', '133520.680000', '133521.140000', '133521.600000', '133522.060000', '133522.520000', '133522.980000', '133523.440000', '133523.900000', '133524.360000', '133524.820000', '133525.280000', '133525.740000', '133526.200000', '133526.660000', '133527.120000', '133527.580000', '133528.040000', '133528.500000', '133528.960000', '133529.420000', '133529.880000', '133530.340000', '133530.800000', '133531.260000', '133531.720000', '133532.180000', '133532.640000', '133533.100000', '133533.560000', '133534.020000', '133534.480000', '133534.940000', '133535.400000', '133535.860000', '133536.320000', '133536.780000', '133537.240000', '133537.700000', '133538.160000', '133538.620000', '133539.080000', '133539.540000', '133540.000000', '133540.460000', '133540.920000', '133541.380000', '133541.840000', '133542.300000', '133542.760000', '133543.220000', '133543.680000', '133544.140000', '133544.600000', '133545.060000', '133545.520000', '133545.980000', '133546.440000', '133546.900000', '133547.360000', '133547.820000', '133548.280000', '133548.740000', '133549.200000', '133549.660000', '133550.120000', '133550.580000', '133551.040000', '133551.500000', '133551.960000', '133552.420000'], 'ContentTime': ['132927.655000', '132927.658000', '132927.661000', '132927.664000', '132927.669000', '132927.671000', '132927.674000', '132927.677000', '132927.679000', '132927.682000', '132927.684000', '132927.687000', '132927.690000', '132927.692000', '132927.695000', '132927.697000', '132927.700000', '132927.703000', '132927.705000', '132927.708000', '132927.710000', '132927.713000', '132927.715000', '132927.718000', '132927.721000', '132927.723000', '132927.726000', '132927.729000', '132927.731000', '132927.734000', '132927.736000', '132927.739000', '132927.741000', '132947.607000', '132947.609000', '132947.612000', '132947.615000', '132947.617000', '132947.620000', '132947.632000', '132947.634000', '132947.637000', '132947.639000', '132947.642000', '132947.644000', '132947.647000', '132947.650000', '132947.652000', '132947.655000', '132947.657000', '132947.660000', '132947.662000', '132947.665000', '132947.667000', '132947.670000', '132947.673000', '132947.675000', '132947.678000', '132947.680000', '132947.683000', '132947.686000', '132947.688000', '132947.691000', '132947.693000', '132947.696000', '132947.698000', '132947.701000', '132947.703000', '132947.706000', '132947.709000', '132947.711000', '132947.714000', '132947.716000', '132947.719000', '132947.722000', '132947.724000', '133007.606000', '133007.609000', '133007.612000', '133007.614000', '133007.617000', '133007.620000', '133007.622000', '133007.625000', '133007.628000', '133007.630000', '133007.633000', '133007.639000', '133007.642000', '133007.645000', '133007.647000', '133007.650000', '133007.652000', '133007.655000', '133007.658000', '133007.660000', '133007.663000', '133007.665000', '133007.668000', '133007.671000', '133007.673000', '133007.676000', '133007.679000', '133007.681000', '133007.684000', '133007.686000', '133007.689000', '133007.691000', '133007.694000', '133007.697000', '133007.699000', '133007.702000', '133007.716000', '133007.719000', '133007.722000', '133007.724000', '133007.727000', '133007.729000', '133007.732000', '133007.734000', '133027.606000', '133027.609000', '133027.612000', '133027.615000', '133027.617000', '133027.620000', '133027.622000', '133027.625000', '133027.628000', '133027.630000', '133027.633000', '133027.635000', '133027.638000', '133027.640000', '133027.643000', '133027.646000', '133027.648000', '133027.651000', '133027.653000', '133027.656000', '133027.659000', '133027.661000', '133027.664000', '133027.667000', '133027.669000', '133027.672000', '133027.674000', '133027.677000', '133027.680000', '133027.682000', '133027.685000', '133027.687000', '133027.690000', '133027.693000', '133027.695000', '133027.698000', '133027.701000', '133027.703000', '133027.706000', '133027.708000', '133027.711000', '133027.714000', '133027.717000', '133047.605000', '133047.608000', '133047.611000', '133047.613000', '133047.616000', '133047.618000', '133047.621000', '133047.624000', '133047.626000', '133047.629000', '133047.631000', '133047.634000', '133047.637000', '133047.639000', '133047.642000', '133047.644000', '133047.647000', '133047.650000', '133047.652000', '133047.655000', '133047.657000', '133047.660000', '133047.662000', '133047.665000', '133047.668000', '133047.670000', '133047.673000', '133047.676000', '133047.678000', '133047.681000', '133047.683000', '133047.686000', '133047.689000', '133047.691000', '133047.694000', '133047.697000', '133047.699000', '133047.702000', '133047.704000', '133047.707000', '133047.709000', '133047.712000', '133047.715000', '133047.717000', '133107.605000', '133107.608000', '133107.611000', '133107.613000', '133107.616000', '133107.619000', '133107.621000', '133107.624000', '133107.627000', '133107.629000', '133107.632000', '133107.635000', '133107.637000', '133107.640000', '133107.642000', '133107.645000', '133107.648000', '133107.650000', '133107.653000', '133107.655000', '133107.658000', '133107.661000', '133107.663000', '133107.666000', '133107.668000', '133107.671000', '133107.674000', '133107.676000', '133107.679000', '133107.681000', '133107.684000', '133107.687000', '133107.689000', '133107.692000', '133107.695000', '133107.697000', '133107.700000', '133107.702000', '133107.705000', '133107.708000', '133107.710000', '133107.713000', '133107.715000', '133127.606000', '133127.608000', '133127.611000', '133127.614000', '133127.616000', '133127.619000', '133127.622000', '133127.624000', '133127.627000', '133127.629000', '133127.632000', '133127.635000', '133127.637000', '133127.640000', '133127.642000', '133127.645000', '133127.648000', '133127.650000', '133127.653000', '133127.655000', '133127.658000', '133127.661000', '133127.663000', '133127.666000', '133127.669000', '133127.671000', '133127.674000', '133127.676000', '133127.679000', '133127.682000', '133127.684000', '133127.687000', '133127.689000', '133127.692000', '133127.695000', '133127.697000', '133127.700000', '133127.702000', '133127.705000', '133127.708000', '133127.710000', '133127.713000', '133127.715000', '133127.718000', '133147.606000', '133147.609000', '133147.611000', '133147.614000', '133147.616000', '133147.619000', '133147.622000', '133147.624000', '133147.627000', '133147.629000', '133147.632000', '133147.635000', '133147.637000', '133147.640000', '133147.642000', '133147.645000', '133147.647000', '133147.650000', '133147.653000', '133147.655000', '133147.658000', '133147.660000', '133147.663000', '133147.666000', '133147.668000', '133147.671000', '133147.674000', '133147.676000', '133147.679000', '133147.681000', '133147.684000', '133147.696000', '133147.699000', '133147.702000', '133147.704000', '133147.707000', '133147.709000', '133147.712000', '133147.715000', '133147.717000', '133147.720000', '133147.722000', '133147.725000', '133207.607000', '133207.609000', '133207.612000', '133207.615000', '133207.617000', '133207.620000', '133207.622000', '133207.625000', '133207.628000', '133207.630000', '133207.633000', '133207.635000', '133207.638000', '133207.641000', '133207.643000', '133207.646000', '133207.649000', '133207.651000', '133207.654000', '133207.657000', '133207.659000', '133207.662000', '133207.664000', '133207.667000', '133207.670000', '133207.672000', '133207.675000', '133207.678000', '133207.680000', '133207.683000', '133207.685000', '133207.688000', '133207.691000', '133207.693000', '133207.696000', '133207.699000', '133207.701000', '133207.704000', '133207.706000', '133207.709000', '133207.712000', '133207.714000', '133207.717000', '133207.719000', '133227.606000', '133227.609000', '133227.612000', '133227.615000', '133227.617000', '133227.620000', '133227.622000', '133227.625000', '133227.627000', '133227.630000', '133227.633000', '133227.635000', '133227.638000', '133227.641000', '133227.643000', '133227.646000', '133227.648000', '133227.651000', '133227.654000', '133227.656000', '133227.659000', '133227.661000', '133227.664000', '133227.667000', '133227.669000', '133227.672000', '133227.675000', '133227.677000', '133227.680000', '133227.683000', '133227.685000', '133227.688000', '133227.690000', '133227.693000', '133227.696000', '133227.698000', '133227.701000', '133227.703000', '133227.706000', '133227.709000', '133227.711000', '133227.714000', '133227.716000', '133247.607000', '133247.610000', '133247.612000', '133247.615000', '133247.618000', '133247.620000', '133247.623000', '133247.625000', '133247.628000', '133247.630000', '133247.633000', '133247.636000', '133247.638000', '133247.641000', '133247.644000', '133247.647000', '133247.649000', '133247.652000', '133247.655000', '133247.657000', '133247.660000', '133247.662000', '133247.665000', '133247.667000', '133247.670000', '133247.673000', '133247.675000', '133247.678000', '133247.681000', '133247.683000', '133247.686000', '133247.688000', '133247.691000', '133247.694000', '133247.696000', '133247.699000', '133247.701000', '133247.704000', '133247.707000', '133247.709000', '133247.712000', '133247.714000', '133247.717000', '133247.720000', '133307.606000', '133307.609000', '133307.611000', '133307.614000', '133307.616000', '133307.619000', '133307.622000', '133307.624000', '133307.627000', '133307.629000', '133307.632000', '133307.635000', '133307.637000', '133307.640000', '133307.643000', '133307.645000', '133307.648000', '133307.651000', '133307.653000', '133307.656000', '133307.658000', '133307.661000', '133307.664000', '133307.666000', '133307.669000', '133307.671000', '133307.674000', '133307.677000', '133307.679000', '133307.682000', '133307.685000', '133307.687000', '133307.690000', '133307.692000', '133307.695000', '133307.697000', '133307.700000', '133307.703000', '133307.705000', '133307.708000', '133307.710000', '133307.713000', '133307.716000', '133327.606000', '133327.609000', '133327.611000', '133327.614000', '133327.616000', '133327.619000', '133327.622000', '133327.625000', '133327.627000', '133327.630000', '133327.632000', '133327.635000', '133327.638000', '133327.659000', '133327.662000', '133327.665000', '133327.667000', '133327.670000', '133327.672000', '133327.675000', '133327.678000', '133327.680000', '133327.683000', '133327.685000', '133327.688000', '133327.691000', '133327.693000', '133327.696000', '133327.699000', '133327.701000', '133327.704000', '133327.706000', '133327.709000', '133327.711000', '133327.714000', '133327.717000', '133327.719000', '133327.722000', '133327.724000', '133327.727000', '133327.729000', '133327.732000', '133327.735000', '133327.737000', '133347.606000', '133347.609000', '133347.611000', '133347.614000', '133347.616000', '133347.619000', '133347.622000', '133347.625000', '133347.627000', '133347.630000', '133347.632000', '133347.635000', '133347.638000', '133347.640000', '133347.643000', '133347.646000', '133347.648000', '133347.651000', '133347.654000', '133347.656000', '133347.659000', '133347.661000', '133347.664000', '133347.667000', '133347.669000', '133347.672000', '133347.674000', '133347.677000', '133347.680000', '133347.682000', '133347.685000', '133347.688000', '133347.690000', '133347.693000', '133347.695000', '133347.698000', '133347.701000', '133347.703000', '133347.706000', '133347.708000', '133347.711000', '133347.714000', '133347.716000', '133407.606000', '133407.608000', '133407.611000', '133407.614000', '133407.616000', '133407.619000', '133407.622000', '133407.624000', '133407.627000', '133407.629000', '133407.632000', '133407.635000', '133407.637000', '133407.640000', '133407.643000', '133407.645000', '133407.648000', '133407.651000', '133407.653000', '133407.656000', '133407.658000', '133407.661000', '133407.663000', '133407.666000', '133407.669000', '133407.671000', '133407.674000', '133407.677000', '133407.679000', '133407.682000', '133407.684000', '133407.687000', '133407.689000', '133407.692000', '133407.695000', '133407.697000', '133407.700000', '133407.702000', '133407.705000', '133407.708000', '133407.710000', '133407.713000', '133407.716000', '133407.718000', '133427.607000', '133427.609000', '133427.612000', '133427.615000', '133427.617000', '133427.620000', '133427.623000', '133427.625000', '133427.628000', '133427.631000', '133427.633000', '133427.636000', '133427.639000', '133427.641000', '133427.644000', '133427.646000', '133427.649000', '133427.652000', '133427.654000', '133427.657000', '133427.660000', '133427.662000', '133427.665000', '133427.667000', '133427.670000', '133427.673000', '133427.675000', '133427.678000', '133427.681000', '133427.683000', '133427.686000', '133427.689000', '133427.691000', '133427.694000', '133427.696000', '133427.699000', '133427.702000', '133427.704000', '133427.707000', '133427.709000', '133427.712000', '133427.715000', '133427.717000', '133447.607000', '133447.609000', '133447.612000', '133447.615000', '133447.617000', '133447.620000', '133447.622000', '133447.625000', '133447.628000', '133447.630000', '133447.633000', '133447.636000', '133447.638000', '133447.641000', '133447.643000', '133447.650000', '133447.652000', '133447.655000', '133447.657000', '133447.660000', '133447.663000', '133447.665000', '133447.668000', '133447.670000', '133447.673000', '133447.676000', '133447.678000', '133447.681000', '133447.684000', '133447.686000', '133447.689000', '133447.691000', '133447.694000', '133447.696000', '133447.699000', '133447.702000', '133447.704000', '133447.707000', '133447.721000', '133447.724000', '133447.726000', '133447.729000', '133447.732000', '133447.734000', '133507.607000', '133507.610000', '133507.612000', '133507.615000', '133507.617000', '133507.620000', '133507.623000', '133507.625000', '133507.628000', '133507.631000', '133507.633000', '133507.636000', '133507.638000', '133507.641000', '133507.644000', '133507.646000', '133507.649000', '133507.652000', '133507.654000', '133507.657000', '133507.660000', '133507.663000', '133507.665000', '133507.668000', '133507.671000', '133507.673000', '133507.676000', '133507.678000', '133507.681000', '133507.684000', '133507.688000', '133507.690000', '133507.693000', '133507.696000', '133507.698000', '133507.701000', '133507.703000', '133507.706000', '133507.709000', '133507.711000', '133507.714000', '133507.716000', '133507.719000', '133527.605000', '133527.608000', '133527.611000', '133527.614000', '133527.616000', '133527.619000', '133527.621000', '133527.624000', '133527.627000', '133527.629000', '133527.632000', '133527.635000', '133527.639000', '133527.641000', '133527.644000', '133527.646000', '133527.649000', '133527.652000', '133527.654000', '133527.657000', '133527.660000', '133527.662000', '133527.665000', '133527.667000', '133527.670000', '133527.673000', '133527.675000', '133527.678000', '133527.681000', '133527.683000', '133527.686000', '133527.688000', '133527.691000', '133527.694000', '133527.696000', '133527.699000', '133527.702000', '133527.704000', '133527.707000', '133527.709000', '133527.712000', '133527.715000', '133527.717000', '133527.720000', '133547.607000', '133547.609000', '133547.612000', '133547.615000', '133547.617000', '133547.620000', '133547.623000', '133547.625000', '133547.628000', '133547.631000', '133547.633000', '133547.636000', '133547.638000', '133547.641000', '133547.643000', '133547.646000', '133547.649000', '133547.651000', '133547.654000', '133547.656000', '133547.659000', '133547.662000', '133547.664000', '133547.667000', '133547.669000', '133547.672000', '133547.674000', '133547.677000', '133547.680000', '133547.682000', '133547.685000', '133547.687000', '133547.690000', '133547.693000', '133547.695000', '133547.698000', '133547.701000', '133547.703000', '133547.706000', '133547.708000', '133547.711000', '133547.713000', '133547.716000', '133553.345000', '133553.348000', '133553.351000', '133553.353000', '133553.356000', '133553.359000', '133553.362000', '133553.365000', '133553.368000', '133553.370000', '133553.374000', '133553.378000', '133553.381000'], 'InstanceCreationTime': ['132927.655000', '132927.658000', '132927.661000', '132927.664000', '132927.669000', '132927.671000', '132927.674000', '132927.677000', '132927.679000', '132927.682000', '132927.684000', '132927.687000', '132927.690000', '132927.692000', '132927.695000', '132927.697000', '132927.700000', '132927.703000', '132927.705000', '132927.708000', '132927.710000', '132927.713000', '132927.715000', '132927.718000', '132927.721000', '132927.723000', '132927.726000', '132927.729000', '132927.731000', '132927.734000', '132927.736000', '132927.739000', '132927.741000', '132947.607000', '132947.609000', '132947.612000', '132947.615000', '132947.617000', '132947.620000', '132947.632000', '132947.634000', '132947.637000', '132947.639000', '132947.642000', '132947.644000', '132947.647000', '132947.650000', '132947.652000', '132947.655000', '132947.657000', '132947.660000', '132947.662000', '132947.665000', '132947.667000', '132947.670000', '132947.673000', '132947.675000', '132947.678000', '132947.680000', '132947.683000', '132947.686000', '132947.688000', '132947.691000', '132947.693000', '132947.696000', '132947.698000', '132947.701000', '132947.703000', '132947.706000', '132947.709000', '132947.711000', '132947.714000', '132947.716000', '132947.719000', '132947.722000', '132947.724000', '133007.606000', '133007.609000', '133007.612000', '133007.614000', '133007.617000', '133007.620000', '133007.622000', '133007.625000', '133007.628000', '133007.630000', '133007.633000', '133007.639000', '133007.642000', '133007.645000', '133007.647000', '133007.650000', '133007.652000', '133007.655000', '133007.658000', '133007.660000', '133007.663000', '133007.665000', '133007.668000', '133007.671000', '133007.673000', '133007.676000', '133007.679000', '133007.681000', '133007.684000', '133007.686000', '133007.689000', '133007.691000', '133007.694000', '133007.697000', '133007.699000', '133007.702000', '133007.716000', '133007.719000', '133007.722000', '133007.724000', '133007.727000', '133007.729000', '133007.732000', '133007.734000', '133027.606000', '133027.609000', '133027.612000', '133027.615000', '133027.617000', '133027.620000', '133027.622000', '133027.625000', '133027.628000', '133027.630000', '133027.633000', '133027.635000', '133027.638000', '133027.640000', '133027.643000', '133027.646000', '133027.648000', '133027.651000', '133027.653000', '133027.656000', '133027.659000', '133027.661000', '133027.664000', '133027.667000', '133027.669000', '133027.672000', '133027.674000', '133027.677000', '133027.680000', '133027.682000', '133027.685000', '133027.687000', '133027.690000', '133027.693000', '133027.695000', '133027.698000', '133027.701000', '133027.703000', '133027.706000', '133027.708000', '133027.711000', '133027.714000', '133027.717000', '133047.605000', '133047.608000', '133047.611000', '133047.613000', '133047.616000', '133047.618000', '133047.621000', '133047.624000', '133047.626000', '133047.629000', '133047.631000', '133047.634000', '133047.637000', '133047.639000', '133047.642000', '133047.644000', '133047.647000', '133047.650000', '133047.652000', '133047.655000', '133047.657000', '133047.660000', '133047.662000', '133047.665000', '133047.668000', '133047.670000', '133047.673000', '133047.676000', '133047.678000', '133047.681000', '133047.683000', '133047.686000', '133047.689000', '133047.691000', '133047.694000', '133047.697000', '133047.699000', '133047.702000', '133047.704000', '133047.707000', '133047.709000', '133047.712000', '133047.715000', '133047.717000', '133107.605000', '133107.608000', '133107.611000', '133107.613000', '133107.616000', '133107.619000', '133107.621000', '133107.624000', '133107.627000', '133107.629000', '133107.632000', '133107.635000', '133107.637000', '133107.640000', '133107.642000', '133107.645000', '133107.648000', '133107.650000', '133107.653000', '133107.655000', '133107.658000', '133107.661000', '133107.663000', '133107.666000', '133107.668000', '133107.671000', '133107.674000', '133107.676000', '133107.679000', '133107.681000', '133107.684000', '133107.687000', '133107.689000', '133107.692000', '133107.695000', '133107.697000', '133107.700000', '133107.702000', '133107.705000', '133107.708000', '133107.710000', '133107.713000', '133107.715000', '133127.606000', '133127.608000', '133127.611000', '133127.614000', '133127.616000', '133127.619000', '133127.622000', '133127.624000', '133127.627000', '133127.629000', '133127.632000', '133127.635000', '133127.637000', '133127.640000', '133127.642000', '133127.645000', '133127.648000', '133127.650000', '133127.653000', '133127.655000', '133127.658000', '133127.661000', '133127.663000', '133127.666000', '133127.669000', '133127.671000', '133127.674000', '133127.676000', '133127.679000', '133127.682000', '133127.684000', '133127.687000', '133127.689000', '133127.692000', '133127.695000', '133127.697000', '133127.700000', '133127.702000', '133127.705000', '133127.708000', '133127.710000', '133127.713000', '133127.715000', '133127.718000', '133147.606000', '133147.609000', '133147.611000', '133147.614000', '133147.616000', '133147.619000', '133147.622000', '133147.624000', '133147.627000', '133147.629000', '133147.632000', '133147.635000', '133147.637000', '133147.640000', '133147.642000', '133147.645000', '133147.647000', '133147.650000', '133147.653000', '133147.655000', '133147.658000', '133147.660000', '133147.663000', '133147.666000', '133147.668000', '133147.671000', '133147.674000', '133147.676000', '133147.679000', '133147.681000', '133147.684000', '133147.696000', '133147.699000', '133147.702000', '133147.704000', '133147.707000', '133147.709000', '133147.712000', '133147.715000', '133147.717000', '133147.720000', '133147.722000', '133147.725000', '133207.607000', '133207.609000', '133207.612000', '133207.615000', '133207.617000', '133207.620000', '133207.622000', '133207.625000', '133207.628000', '133207.630000', '133207.633000', '133207.635000', '133207.638000', '133207.641000', '133207.643000', '133207.646000', '133207.649000', '133207.651000', '133207.654000', '133207.657000', '133207.659000', '133207.662000', '133207.664000', '133207.667000', '133207.670000', '133207.672000', '133207.675000', '133207.678000', '133207.680000', '133207.683000', '133207.685000', '133207.688000', '133207.691000', '133207.693000', '133207.696000', '133207.699000', '133207.701000', '133207.704000', '133207.706000', '133207.709000', '133207.712000', '133207.714000', '133207.717000', '133207.719000', '133227.606000', '133227.609000', '133227.612000', '133227.615000', '133227.617000', '133227.620000', '133227.622000', '133227.625000', '133227.627000', '133227.630000', '133227.633000', '133227.635000', '133227.638000', '133227.641000', '133227.643000', '133227.646000', '133227.648000', '133227.651000', '133227.654000', '133227.656000', '133227.659000', '133227.661000', '133227.664000', '133227.667000', '133227.669000', '133227.672000', '133227.675000', '133227.677000', '133227.680000', '133227.683000', '133227.685000', '133227.688000', '133227.690000', '133227.693000', '133227.696000', '133227.698000', '133227.701000', '133227.703000', '133227.706000', '133227.709000', '133227.711000', '133227.714000', '133227.716000', '133247.607000', '133247.610000', '133247.612000', '133247.615000', '133247.618000', '133247.620000', '133247.623000', '133247.625000', '133247.628000', '133247.630000', '133247.633000', '133247.636000', '133247.638000', '133247.641000', '133247.644000', '133247.647000', '133247.649000', '133247.652000', '133247.655000', '133247.657000', '133247.660000', '133247.662000', '133247.665000', '133247.667000', '133247.670000', '133247.673000', '133247.675000', '133247.678000', '133247.681000', '133247.683000', '133247.686000', '133247.688000', '133247.691000', '133247.694000', '133247.696000', '133247.699000', '133247.701000', '133247.704000', '133247.707000', '133247.709000', '133247.712000', '133247.714000', '133247.717000', '133247.720000', '133307.606000', '133307.609000', '133307.611000', '133307.614000', '133307.616000', '133307.619000', '133307.622000', '133307.624000', '133307.627000', '133307.629000', '133307.632000', '133307.635000', '133307.637000', '133307.640000', '133307.643000', '133307.645000', '133307.648000', '133307.651000', '133307.653000', '133307.656000', '133307.658000', '133307.661000', '133307.664000', '133307.666000', '133307.669000', '133307.671000', '133307.674000', '133307.677000', '133307.679000', '133307.682000', '133307.685000', '133307.687000', '133307.690000', '133307.692000', '133307.695000', '133307.697000', '133307.700000', '133307.703000', '133307.705000', '133307.708000', '133307.710000', '133307.713000', '133307.716000', '133327.606000', '133327.609000', '133327.611000', '133327.614000', '133327.616000', '133327.619000', '133327.622000', '133327.625000', '133327.627000', '133327.630000', '133327.632000', '133327.635000', '133327.638000', '133327.659000', '133327.662000', '133327.665000', '133327.667000', '133327.670000', '133327.672000', '133327.675000', '133327.678000', '133327.680000', '133327.683000', '133327.685000', '133327.688000', '133327.691000', '133327.693000', '133327.696000', '133327.699000', '133327.701000', '133327.704000', '133327.706000', '133327.709000', '133327.711000', '133327.714000', '133327.717000', '133327.719000', '133327.722000', '133327.724000', '133327.727000', '133327.729000', '133327.732000', '133327.735000', '133327.737000', '133347.606000', '133347.609000', '133347.611000', '133347.614000', '133347.616000', '133347.619000', '133347.622000', '133347.625000', '133347.627000', '133347.630000', '133347.632000', '133347.635000', '133347.638000', '133347.640000', '133347.643000', '133347.646000', '133347.648000', '133347.651000', '133347.654000', '133347.656000', '133347.659000', '133347.661000', '133347.664000', '133347.667000', '133347.669000', '133347.672000', '133347.674000', '133347.677000', '133347.680000', '133347.682000', '133347.685000', '133347.688000', '133347.690000', '133347.693000', '133347.695000', '133347.698000', '133347.701000', '133347.703000', '133347.706000', '133347.708000', '133347.711000', '133347.714000', '133347.716000', '133407.606000', '133407.608000', '133407.611000', '133407.614000', '133407.616000', '133407.619000', '133407.622000', '133407.624000', '133407.627000', '133407.629000', '133407.632000', '133407.635000', '133407.637000', '133407.640000', '133407.643000', '133407.645000', '133407.648000', '133407.651000', '133407.653000', '133407.656000', '133407.658000', '133407.661000', '133407.663000', '133407.666000', '133407.669000', '133407.671000', '133407.674000', '133407.677000', '133407.679000', '133407.682000', '133407.684000', '133407.687000', '133407.689000', '133407.692000', '133407.695000', '133407.697000', '133407.700000', '133407.702000', '133407.705000', '133407.708000', '133407.710000', '133407.713000', '133407.716000', '133407.718000', '133427.607000', '133427.609000', '133427.612000', '133427.615000', '133427.617000', '133427.620000', '133427.623000', '133427.625000', '133427.628000', '133427.631000', '133427.633000', '133427.636000', '133427.639000', '133427.641000', '133427.644000', '133427.646000', '133427.649000', '133427.652000', '133427.654000', '133427.657000', '133427.660000', '133427.662000', '133427.665000', '133427.667000', '133427.670000', '133427.673000', '133427.675000', '133427.678000', '133427.681000', '133427.683000', '133427.686000', '133427.689000', '133427.691000', '133427.694000', '133427.696000', '133427.699000', '133427.702000', '133427.704000', '133427.707000', '133427.709000', '133427.712000', '133427.715000', '133427.717000', '133447.607000', '133447.609000', '133447.612000', '133447.615000', '133447.617000', '133447.620000', '133447.622000', '133447.625000', '133447.628000', '133447.630000', '133447.633000', '133447.636000', '133447.638000', '133447.641000', '133447.643000', '133447.650000', '133447.652000', '133447.655000', '133447.657000', '133447.660000', '133447.663000', '133447.665000', '133447.668000', '133447.670000', '133447.673000', '133447.676000', '133447.678000', '133447.681000', '133447.684000', '133447.686000', '133447.689000', '133447.691000', '133447.694000', '133447.696000', '133447.699000', '133447.702000', '133447.704000', '133447.707000', '133447.721000', '133447.724000', '133447.726000', '133447.729000', '133447.732000', '133447.734000', '133507.607000', '133507.610000', '133507.612000', '133507.615000', '133507.617000', '133507.620000', '133507.623000', '133507.625000', '133507.628000', '133507.631000', '133507.633000', '133507.636000', '133507.638000', '133507.641000', '133507.644000', '133507.646000', '133507.649000', '133507.652000', '133507.654000', '133507.657000', '133507.660000', '133507.663000', '133507.665000', '133507.668000', '133507.671000', '133507.673000', '133507.676000', '133507.678000', '133507.681000', '133507.684000', '133507.688000', '133507.690000', '133507.693000', '133507.696000', '133507.698000', '133507.701000', '133507.703000', '133507.706000', '133507.709000', '133507.711000', '133507.714000', '133507.716000', '133507.719000', '133527.605000', '133527.608000', '133527.611000', '133527.614000', '133527.616000', '133527.619000', '133527.621000', '133527.624000', '133527.627000', '133527.629000', '133527.632000', '133527.635000', '133527.639000', '133527.641000', '133527.644000', '133527.646000', '133527.649000', '133527.652000', '133527.654000', '133527.657000', '133527.660000', '133527.662000', '133527.665000', '133527.667000', '133527.670000', '133527.673000', '133527.675000', '133527.678000', '133527.681000', '133527.683000', '133527.686000', '133527.688000', '133527.691000', '133527.694000', '133527.696000', '133527.699000', '133527.702000', '133527.704000', '133527.707000', '133527.709000', '133527.712000', '133527.715000', '133527.717000', '133527.720000', '133547.607000', '133547.609000', '133547.612000', '133547.615000', '133547.617000', '133547.620000', '133547.623000', '133547.625000', '133547.628000', '133547.631000', '133547.633000', '133547.636000', '133547.638000', '133547.641000', '133547.643000', '133547.646000', '133547.649000', '133547.651000', '133547.654000', '133547.656000', '133547.659000', '133547.662000', '133547.664000', '133547.667000', '133547.669000', '133547.672000', '133547.674000', '133547.677000', '133547.680000', '133547.682000', '133547.685000', '133547.687000', '133547.690000', '133547.693000', '133547.695000', '133547.698000', '133547.701000', '133547.703000', '133547.706000', '133547.708000', '133547.711000', '133547.713000', '133547.716000', '133553.345000', '133553.348000', '133553.351000', '133553.353000', '133553.356000', '133553.359000', '133553.362000', '133553.365000', '133553.368000', '133553.370000', '133553.374000', '133553.378000', '133553.381000'], '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': [7275, 10485, 7342, 10633, 7647, 7989, 10441, 8424, 11943, 7715, 10463, 6933, 8448, 7449, 6953, 8485, 7068, 9716, 7153, 10390, 7409, 9212, 8265, 6661, 9328, 6720, 6511, 7754, 6681, 10875, 8302, 10014, 11535, 8987, 11781, 7173, 10404, 7432, 7013, 8194, 6973, 8953, 7369, 6514, 9817, 7945, 9786, 11235, 7604, 10456, 7181, 7904, 8249, 6895, 11575, 8473, 10173, 7253, 7736, 8287, 6781, 10268, 7985, 12047, 8424, 10736, 6896, 9486, 6811, 9267, 7650, 9528, 9994, 7127, 8739, 6534, 8987, 6568, 9785, 6743, 10171, 7576, 10894, 7128, 10253, 7125, 10183, 7219, 10665, 7633, 10056, 7198, 7068, 8606, 6853, 9903, 7886, 8486, 11462, 9024, 11804, 7666, 10165, 7548, 8481, 8131, 7676, 10266, 8091, 10312, 7013, 9404, 6831, 9680, 6758, 10683, 8877, 11459, 9055, 11047, 7415, 9822, 6940, 9663, 6842, 9877, 7559, 10572, 9030, 10280, 7481, 9530, 6844, 9456, 7118, 9648, 7989, 8794, 7679, 7508, 7578, 6418, 8432, 6526, 8984, 6529, 11328, 9055, 11818, 7547, 10112, 6727, 9723, 6827, 10293, 6962, 9482, 8813, 8632, 8915, 6682, 8115, 6730, 9023, 6754, 10111, 6971, 10248, 7979, 10722, 8476, 10872, 7048, 9617, 6979, 9251, 7387, 8926, 9694, 8274, 8776, 6362, 8573, 6577, 8877, 6430, 9245, 6513, 9177, 6615, 9745, 7519, 11743, 8984, 11391, 7441, 6959, 7123, 7796, 7548, 8166, 8479, 8163, 8117, 6421, 7867, 6912, 8902, 6513, 8734, 6591, 10509, 7972, 11908, 7444, 10373, 6917, 10082, 6891, 10054, 7103, 9531, 8543, 8465, 8689, 6504, 8122, 6556, 8565, 6650, 8979, 6623, 10313, 7581, 10813, 6625, 9866, 6558, 9651, 6641, 9671, 6814, 8982, 7166, 7921, 7565, 7007, 8047, 7366, 10591, 7914, 10663, 6662, 9268, 6590, 9228, 6777, 9955, 9113, 8902, 8667, 6560, 8278, 6670, 9011, 6637, 10221, 8104, 10132, 6925, 10029, 6852, 8651, 7356, 8317, 9696, 7642, 8955, 6611, 9017, 6467, 9837, 7627, 11466, 8583, 11600, 6981, 10232, 6687, 10531, 8856, 10920, 8901, 8493, 7848, 6989, 8279, 6676, 8380, 6554, 9880, 7437, 9632, 8094, 7609, 8603, 7259, 11097, 8640, 12166, 7760, 10325, 7336, 10264, 7118, 10811, 8431, 11575, 9568, 8549, 7685, 6728, 7742, 6561, 8622, 7611, 11340, 7868, 10098, 6770, 9797, 6858, 10059, 7415, 11173, 8307, 10474, 6898, 10252, 6958, 10150, 6894, 10220, 8640, 10739, 7728, 9501, 7157, 9147, 7646, 9592, 8077, 9528, 8386, 8882, 7803, 8640, 7920, 8428, 7845, 7713, 8877, 8339, 10759, 7219, 8821, 6808, 8942, 6500, 10157, 7347, 11155, 8717, 10173, 6955, 9901, 7239, 9712, 8366, 9464, 9714, 7465, 8392, 6424, 8306, 6583, 8516, 6704, 10973, 8023, 11876, 7945, 10260, 6999, 9339, 7563, 10053, 9469, 9505, 9391, 6773, 8602, 7074, 8562, 8100, 8649, 8568, 8185, 9560, 9235, 8031, 8666, 7056, 8033, 7049, 8318, 7473, 10346, 7260, 9555, 7055, 9348, 6734, 10125, 7429, 11374, 7634, 10222, 6813, 10108, 7159, 11295, 8833, 11452, 7718, 10211, 6860, 9906, 7263, 10669, 8777, 11199, 8400, 10623, 7076, 10077, 6869, 10624, 8163, 11095, 8282, 10577, 7335, 10417, 7115, 10324, 7424, 10835, 9084, 11237, 7992, 9878, 6955, 9983, 7353, 10092, 9066, 8467, 8246, 7450, 7805, 7477, 9548, 7121, 9832, 6843, 9548, 6680, 10099, 6885, 10746, 7748, 11307, 7224, 10200, 6727, 9465, 6672, 10405, 7831, 10575, 9447, 7307, 8134, 6320, 8711, 6602, 9569, 7205, 11843, 8510, 11371, 7205, 10596, 6743, 9822, 6723, 8781, 7901, 6495, 9073, 6868, 11310, 8567, 10948, 7797, 10533, 7646, 10019, 6492, 9492, 10858, 8911, 9560, 6672, 8605, 6654, 7744, 7981, 9758, 8401, 9946, 6637, 7944, 6342, 7923, 6854, 9091, 7358, 8456, 6513, 7913, 7152, 7546, 8094, 9365, 7860, 8536, 6277, 8117, 6983, 8216, 7825, 9081, 8310, 8403, 6628, 7846, 6559, 7906, 7308, 8890, 7244, 8647, 6688, 8470, 6542, 9152, 6793, 11119, 8278, 11559, 7396, 10014, 6550, 10005, 6828, 9790, 6600, 11087, 7990, 10021, 6740, 9107, 6500, 9871, 7639, 11027, 9047, 10654, 7654, 9064, 7113, 8420, 7384, 8633, 9063, 8849, 10319, 7712, 9363, 6699, 8463, 7977, 8436, 9594, 10896, 11310, 10307, 8713, 8099, 8376, 7211, 10081, 7355, 10502, 8427, 10484, 7821, 10210, 6867, 9777, 7052, 10110, 7601, 10641, 9039, 10319, 7550, 9944, 6938, 9675, 6942, 9104, 7015, 7508, 8091, 6456, 8436, 6644, 8614, 6862, 9430, 6639, 10392, 7514, 10753, 7755, 10197, 7040, 9715, 7311, 8428, 8614, 7585, 10964, 8027, 10571, 6917, 7684, 6500, 9428, 7268, 10615, 9072, 11237, 9837, 10037, 8735, 7648, 8259, 8456, 7905, 10136, 10142, 9707, 9884, 8482, 8408, 9495, 7724, 11026, 8093, 11177, 9609, 10908, 7984, 10583, 7727, 11410, 9572, 11696, 7626, 10224, 6615, 9921, 6710, 10899, 7957, 11288, 7570, 10433, 6925, 10073, 7068, 10383, 7225, 9871, 7065, 10155, 7860, 11178, 8028, 9731, 6780, 8324, 7322, 7980, 10021, 8535, 10474, 10182, 9722, 8509, 9511, 7578, 10308, 7570, 11032, 8326, 10362, 7833, 10091, 7140, 10126, 7041, 10107, 7384, 10258, 7402, 10472, 7603, 10266, 7847, 10635, 8252, 10399, 7720, 7747, 7575, 7918, 7717, 8323, 8434, 7771, 8891, 6635, 9053, 6493, 10024, 7448, 12183, 8705, 11441, 7053, 10133, 6775, 10570, 7368, 11601, 8521, 10803, 7300, 10462, 6823, 10800, 7378, 11188, 8798, 10630, 7385, 10092, 6997, 10533, 7119, 10255, 6702, 7860, 8354, 6487, 10782, 8021, 12150, 8527, 10911, 6980, 10926, 7412, 10888, 7736, 11151, 8974, 10453, 7625, 10414, 7400, 10609, 7368, 10633, 7959, 10878, 8642, 10189, 7133, 8857, 7072, 8208, 7166, 8259, 8683, 8184, 8889, 6993, 8430, 7022, 8853, 7310, 9265, 8010, 10704, 7466, 9671, 6558, 9116, 6626, 9274, 6815, 10313, 7542, 11793, 7619, 9910, 6801, 9523, 6800, 10073, 6998, 10742, 7279, 10310, 6979, 10333, 7350, 10948, 8307, 11241, 9667, 12382, 7965, 9779, 7215, 9384, 7437, 10155, 9321, 8556, 8536, 7141, 7460, 7207, 8459, 9489], 'WindowCenter': [4065.0, 4091.0, 4048.0, 4076.0, 4044.0, 4044.0, 4076.0, 4055.0, 4086.0, 4046.0, 4074.0, 4033.0, 4040.0, 4031.0, 4021.0, 4042.0, 4022.0, 4063.0, 4035.0, 4075.0, 4034.0, 4053.0, 4053.0, 4034.0, 4064.0, 4035.0, 4025.0, 4056.0, 4035.0, 4087.0, 4069.0, 4089.0, 4089.0, 4067.0, 4087.0, 4034.0, 4062.0, 4031.0, 4021.0, 4042.0, 4033.0, 4053.0, 4034.0, 4024.0, 4076.0, 4057.0, 4076.0, 4089.0, 4046.0, 4076.0, 4035.0, 4043.0, 4055.0, 4047.0, 4087.0, 4058.0, 4076.0, 4045.0, 4044.0, 4043.0, 4022.0, 4064.0, 4043.0, 4085.0, 4044.0, 4074.0, 4033.0, 4063.0, 4034.0, 4063.0, 4058.0, 4065.0, 4078.0, 4046.0, 4055.0, 4024.0, 4054.0, 4022.0, 4063.0, 4022.0, 4074.0, 4044.0, 4074.0, 4032.0, 4062.0, 4033.0, 4061.0, 4020.0, 4061.0, 4031.0, 4062.0, 4033.0, 4022.0, 4053.0, 4023.0, 4063.0, 4044.0, 4054.0, 4086.0, 4055.0, 4086.0, 4044.0, 4063.0, 4032.0, 4041.0, 4042.0, 4031.0, 4063.0, 4042.0, 4063.0, 4032.0, 4051.0, 4020.0, 4049.0, 4009.0, 4060.0, 4052.0, 4071.0, 4053.0, 4072.0, 4031.0, 4049.0, 4019.0, 4049.0, 4009.0, 4051.0, 4031.0, 4062.0, 4053.0, 4061.0, 4033.0, 4051.0, 4020.0, 4049.0, 4020.0, 4050.0, 4058.0, 4053.0, 4043.0, 4032.0, 4043.0, 4022.0, 4052.0, 4011.0, 4078.0, 4023.0, 4086.0, 4065.0, 4086.0, 4044.0, 4063.0, 4023.0, 4051.0, 4021.0, 4061.0, 4022.0, 4052.0, 4054.0, 4054.0, 4065.0, 4023.0, 4043.0, 4022.0, 4052.0, 4021.0, 4063.0, 4033.0, 4063.0, 4045.0, 4075.0, 4055.0, 4074.0, 4033.0, 4051.0, 4021.0, 4051.0, 4032.0, 4053.0, 4065.0, 4053.0, 4055.0, 4024.0, 4054.0, 4022.0, 4052.0, 4010.0, 4052.0, 4011.0, 4065.0, 4022.0, 4063.0, 4033.0, 4084.0, 4065.0, 4086.0, 4046.0, 4034.0, 4033.0, 4043.0, 4044.0, 4054.0, 4057.0, 4057.0, 4058.0, 4025.0, 4057.0, 4034.0, 4053.0, 4010.0, 4042.0, 4022.0, 4074.0, 4044.0, 4085.0, 4045.0, 4074.0, 4033.0, 4062.0, 4022.0, 4061.0, 4022.0, 4051.0, 4053.0, 4042.0, 4053.0, 4011.0, 4042.0, 4009.0, 4040.0, 4009.0, 4040.0, 4009.0, 4062.0, 4031.0, 4062.0, 4022.0, 4062.0, 4011.0, 4051.0, 4021.0, 4051.0, 4023.0, 4053.0, 4033.0, 4043.0, 4044.0, 4033.0, 4044.0, 4033.0, 4076.0, 4044.0, 4075.0, 4024.0, 4064.0, 4023.0, 4050.0, 4023.0, 4064.0, 4067.0, 4066.0, 4057.0, 4036.0, 4056.0, 4034.0, 4054.0, 4023.0, 4075.0, 4055.0, 4076.0, 4047.0, 4077.0, 4036.0, 4054.0, 4034.0, 4054.0, 4077.0, 4045.0, 4066.0, 4035.0, 4054.0, 4025.0, 4065.0, 4046.0, 4087.0, 4056.0, 4087.0, 4035.0, 4073.0, 4023.0, 4062.0, 4054.0, 4074.0, 4055.0, 4054.0, 4044.0, 4022.0, 4043.0, 4022.0, 4043.0, 4012.0, 4064.0, 4034.0, 4064.0, 4045.0, 4044.0, 4054.0, 4033.0, 4075.0, 4054.0, 4085.0, 4033.0, 4062.0, 4031.0, 4051.0, 4021.0, 4061.0, 4043.0, 4073.0, 4053.0, 4053.0, 4032.0, 4010.0, 4032.0, 4010.0, 4042.0, 4044.0, 4086.0, 4056.0, 4077.0, 4036.0, 4075.0, 4023.0, 4063.0, 4033.0, 4075.0, 4043.0, 4074.0, 4023.0, 4063.0, 4033.0, 4063.0, 4022.0, 4061.0, 4054.0, 4073.0, 4044.0, 4064.0, 4034.0, 4052.0, 4033.0, 4052.0, 4044.0, 4052.0, 4043.0, 4052.0, 4032.0, 4041.0, 4032.0, 4030.0, 4030.0, 4030.0, 4053.0, 4042.0, 4074.0, 4033.0, 4052.0, 4021.0, 4052.0, 4011.0, 4063.0, 4033.0, 4073.0, 4056.0, 4075.0, 4034.0, 4063.0, 4033.0, 4050.0, 4043.0, 4053.0, 4065.0, 4033.0, 4044.0, 4013.0, 4043.0, 4023.0, 4054.0, 4035.0, 4087.0, 4056.0, 4088.0, 4058.0, 4077.0, 4037.0, 4066.0, 4046.0, 4066.0, 4079.0, 4067.0, 4068.0, 4037.0, 4057.0, 4034.0, 4054.0, 4042.0, 4043.0, 4042.0, 4043.0, 4052.0, 4065.0, 4044.0, 4054.0, 4022.0, 4042.0, 4021.0, 4042.0, 4032.0, 4064.0, 4033.0, 4064.0, 4033.0, 4064.0, 4023.0, 4063.0, 4033.0, 4074.0, 4033.0, 4063.0, 4022.0, 4061.0, 4022.0, 4073.0, 4054.0, 4074.0, 4044.0, 4064.0, 4022.0, 4063.0, 4033.0, 4063.0, 4056.0, 4075.0, 4055.0, 4075.0, 4034.0, 4064.0, 4023.0, 4063.0, 4045.0, 4075.0, 4045.0, 4075.0, 4035.0, 4074.0, 4023.0, 4063.0, 4033.0, 4063.0, 4055.0, 4074.0, 4045.0, 4064.0, 4023.0, 4062.0, 4033.0, 4063.0, 4055.0, 4044.0, 4055.0, 4034.0, 4045.0, 4033.0, 4066.0, 4034.0, 4065.0, 4024.0, 4064.0, 4023.0, 4064.0, 4023.0, 4074.0, 4044.0, 4074.0, 4033.0, 4062.0, 4022.0, 4052.0, 4023.0, 4063.0, 4045.0, 4075.0, 4066.0, 4046.0, 4058.0, 4026.0, 4056.0, 4025.0, 4078.0, 4047.0, 4089.0, 4068.0, 4089.0, 4048.0, 4077.0, 4036.0, 4065.0, 4025.0, 4055.0, 4057.0, 4026.0, 4067.0, 4037.0, 4089.0, 4068.0, 4088.0, 4047.0, 4076.0, 4049.0, 4066.0, 4026.0, 4066.0, 4079.0, 4057.0, 4067.0, 4025.0, 4055.0, 4012.0, 4021.0, 4030.0, 4053.0, 4042.0, 4064.0, 4023.0, 4044.0, 4011.0, 4032.0, 4010.0, 4042.0, 4033.0, 4043.0, 4011.0, 4042.0, 4021.0, 4033.0, 4032.0, 4065.0, 4043.0, 4044.0, 4012.0, 4043.0, 4021.0, 4043.0, 4031.0, 4054.0, 4042.0, 4043.0, 4012.0, 4032.0, 4011.0, 4032.0, 4021.0, 4054.0, 4022.0, 4055.0, 4023.0, 4044.0, 4013.0, 4055.0, 4025.0, 4088.0, 4057.0, 4088.0, 4048.0, 4078.0, 4026.0, 4066.0, 4025.0, 4078.0, 4037.0, 4089.0, 4059.0, 4078.0, 4037.0, 4067.0, 4025.0, 4065.0, 4047.0, 4088.0, 4068.0, 4088.0, 4059.0, 4079.0, 4048.0, 4057.0, 4047.0, 4056.0, 4069.0, 4068.0, 4080.0, 4047.0, 4069.0, 4026.0, 4056.0, 4043.0, 4043.0, 4053.0, 4076.0, 4074.0, 4065.0, 4043.0, 4044.0, 4041.0, 4032.0, 4050.0, 4021.0, 4061.0, 4043.0, 4062.0, 4033.0, 4062.0, 4021.0, 4050.0, 4020.0, 4050.0, 4030.0, 4061.0, 4042.0, 4062.0, 4032.0, 4051.0, 4021.0, 4050.0, 4021.0, 4040.0, 4021.0, 4032.0, 4044.0, 4024.0, 4056.0, 4035.0, 4056.0, 4024.0, 4065.0, 4024.0, 4065.0, 4036.0, 4076.0, 4046.0, 4075.0, 4035.0, 4066.0, 4035.0, 4044.0, 4056.0, 4045.0, 4088.0, 4046.0, 4088.0, 4048.0, 4057.0, 4026.0, 4065.0, 4047.0, 4088.0, 4070.0, 4090.0, 4080.0, 4080.0, 4070.0, 4048.0, 4058.0, 4045.0, 4046.0, 4077.0, 4079.0, 4068.0, 4080.0, 4068.0, 4058.0, 4065.0, 4034.0, 4062.0, 4033.0, 4063.0, 4065.0, 4076.0, 4059.0, 4075.0, 4034.0, 4073.0, 4053.0, 4073.0, 4033.0, 4063.0, 4022.0, 4063.0, 4022.0, 4075.0, 4045.0, 4076.0, 4045.0, 4075.0, 4023.0, 4052.0, 4021.0, 4052.0, 4021.0, 4052.0, 4021.0, 4063.0, 4031.0, 4074.0, 4032.0, 4053.0, 4010.0, 4041.0, 4019.0, 4031.0, 4050.0, 4043.0, 4063.0, 4065.0, 4053.0, 4055.0, 4053.0, 4032.0, 4051.0, 4031.0, 4061.0, 4043.0, 4063.0, 4046.0, 4064.0, 4035.0, 4064.0, 4034.0, 4064.0, 4034.0, 4063.0, 4034.0, 4074.0, 4045.0, 4065.0, 4046.0, 4075.0, 4057.0, 4076.0, 4046.0, 4046.0, 4047.0, 4045.0, 4047.0, 4057.0, 4059.0, 4059.0, 4070.0, 4039.0, 4070.0, 4028.0, 4079.0, 4049.0, 4100.0, 4058.0, 4089.0, 4038.0, 4077.0, 4025.0, 4078.0, 4049.0, 4090.0, 4068.0, 4078.0, 4047.0, 4077.0, 4026.0, 4076.0, 4047.0, 4089.0, 4058.0, 4077.0, 4048.0, 4078.0, 4036.0, 4077.0, 4036.0, 4078.0, 4038.0, 4058.0, 4069.0, 4038.0, 4102.0, 4060.0, 4099.0, 4069.0, 4090.0, 4037.0, 4074.0, 4035.0, 4074.0, 4035.0, 4075.0, 4056.0, 4064.0, 4033.0, 4064.0, 4033.0, 4062.0, 4022.0, 4062.0, 4044.0, 4074.0, 4055.0, 4065.0, 4037.0, 4066.0, 4036.0, 4056.0, 4037.0, 4057.0, 4069.0, 4059.0, 4069.0, 4048.0, 4059.0, 4037.0, 4068.0, 4047.0, 4068.0, 4047.0, 4078.0, 4047.0, 4068.0, 4026.0, 4067.0, 4025.0, 4067.0, 4026.0, 4078.0, 4047.0, 4089.0, 4047.0, 4077.0, 4037.0, 4066.0, 4036.0, 4077.0, 4048.0, 4089.0, 4048.0, 4079.0, 4049.0, 4079.0, 4048.0, 4089.0, 4058.0, 4087.0, 4068.0, 4098.0, 4058.0, 4078.0, 4047.0, 4067.0, 4048.0, 4077.0, 4080.0, 4069.0, 4070.0, 4049.0, 4049.0, 4059.0, 4070.0, 4077.0], 'WindowWidth': [9065.0, 9089.0, 9025.0, 9057.0, 9013.0, 9011.0, 9058.0, 9027.0, 9071.0, 9017.0, 9053.0, 8995.0, 9001.0, 8989.0, 8976.0, 9006.0, 8979.0, 9033.0, 9001.0, 9056.0, 8999.0, 9020.0, 9022.0, 8999.0, 9038.0, 9003.0, 8991.0, 9032.0, 9003.0, 9074.0, 9055.0, 9081.0, 9082.0, 9048.0, 9074.0, 8999.0, 9031.0, 8987.0, 8977.0, 9005.0, 8993.0, 9021.0, 8999.0, 8987.0, 9058.0, 9036.0, 9057.0, 9080.0, 9019.0, 9058.0, 9000.0, 9008.0, 9028.0, 9022.0, 9074.0, 9037.0, 9059.0, 9015.0, 9011.0, 9009.0, 8977.0, 9035.0, 9006.0, 9068.0, 9010.0, 9051.0, 8995.0, 9033.0, 8999.0, 9036.0, 9039.0, 9041.0, 9065.0, 9019.0, 9030.0, 8985.0, 9023.0, 8979.0, 9033.0, 8978.0, 9050.0, 9013.0, 9050.0, 8992.0, 9030.0, 8995.0, 9027.0, 8972.0, 9025.0, 8988.0, 9029.0, 8995.0, 8978.0, 9022.0, 8983.0, 9036.0, 9011.0, 9025.0, 9070.0, 9027.0, 9070.0, 9012.0, 9035.0, 8991.0, 9000.0, 9003.0, 8988.0, 9035.0, 9006.0, 9035.0, 8994.0, 9016.0, 8972.0, 9009.0, 8955.0, 9024.0, 9017.0, 9042.0, 9020.0, 9044.0, 8989.0, 9009.0, 8969.0, 9007.0, 8956.0, 9012.0, 8988.0, 9029.0, 9020.0, 9029.0, 8993.0, 9015.0, 8973.0, 9009.0, 8971.0, 9013.0, 9040.0, 9023.0, 9009.0, 8992.0, 9008.0, 8980.0, 9021.0, 8965.0, 9067.0, 8986.0, 9073.0, 9043.0, 9073.0, 9012.0, 9034.0, 8982.0, 9016.0, 8974.0, 9028.0, 8978.0, 9018.0, 9026.0, 9025.0, 9040.0, 8985.0, 9009.0, 8979.0, 9017.0, 8977.0, 9033.0, 8994.0, 9035.0, 9014.0, 9053.0, 9027.0, 9053.0, 8996.0, 9017.0, 8975.0, 9014.0, 8993.0, 9021.0, 9042.0, 9024.0, 9030.0, 8986.0, 9024.0, 8979.0, 9017.0, 8961.0, 9017.0, 8962.0, 9040.0, 8979.0, 9034.0, 8996.0, 9065.0, 9042.0, 9073.0, 9020.0, 9001.0, 8998.0, 9008.0, 9013.0, 9027.0, 9034.0, 9033.0, 9036.0, 8991.0, 9034.0, 8997.0, 9020.0, 8959.0, 9004.0, 8976.0, 9051.0, 9012.0, 9069.0, 9013.0, 9053.0, 8995.0, 9031.0, 8977.0, 9028.0, 8977.0, 9015.0, 9022.0, 9006.0, 9023.0, 8964.0, 9004.0, 8957.0, 8997.0, 8954.0, 8997.0, 8957.0, 9030.0, 8989.0, 9032.0, 8979.0, 9031.0, 8963.0, 9015.0, 8977.0, 9015.0, 8982.0, 9020.0, 8997.0, 9009.0, 9012.0, 8995.0, 9011.0, 8996.0, 9057.0, 9011.0, 9054.0, 8985.0, 9038.0, 8981.0, 9013.0, 8981.0, 9037.0, 9045.0, 9042.0, 9033.0, 9006.0, 9032.0, 9000.0, 9024.0, 8982.0, 9054.0, 9028.0, 9057.0, 9021.0, 9059.0, 9005.0, 9026.0, 8999.0, 9025.0, 9061.0, 9014.0, 9043.0, 9003.0, 9025.0, 8987.0, 9040.0, 9017.0, 9072.0, 9030.0, 9074.0, 9004.0, 9050.0, 8980.0, 9030.0, 9024.0, 9050.0, 9026.0, 9023.0, 9009.0, 8978.0, 9007.0, 8979.0, 9007.0, 8964.0, 9035.0, 8998.0, 9038.0, 9013.0, 9011.0, 9024.0, 8993.0, 9053.0, 9023.0, 9067.0, 8995.0, 9031.0, 8989.0, 9013.0, 8973.0, 9026.0, 9007.0, 9045.0, 9020.0, 9020.0, 8993.0, 8961.0, 8991.0, 8959.0, 9006.0, 9011.0, 9072.0, 9030.0, 9062.0, 9006.0, 9054.0, 8982.0, 9033.0, 8995.0, 9051.0, 9007.0, 9051.0, 8983.0, 9034.0, 8995.0, 9036.0, 8978.0, 9028.0, 9022.0, 9047.0, 9010.0, 9036.0, 8997.0, 9020.0, 8994.0, 9017.0, 9008.0, 9019.0, 9008.0, 9017.0, 8991.0, 9001.0, 8989.0, 8985.0, 8985.0, 8984.0, 9018.0, 9005.0, 9050.0, 8994.0, 9019.0, 8976.0, 9018.0, 8963.0, 9032.0, 8995.0, 9049.0, 9027.0, 9053.0, 8998.0, 9035.0, 8994.0, 9013.0, 9008.0, 9020.0, 9039.0, 8994.0, 9011.0, 8968.0, 9009.0, 8981.0, 9023.0, 9003.0, 9075.0, 9031.0, 9078.0, 9037.0, 9061.0, 9008.0, 9043.0, 9017.0, 9042.0, 9066.0, 9048.0, 9051.0, 9007.0, 9032.0, 8998.0, 9023.0, 9003.0, 9005.0, 9003.0, 9006.0, 9018.0, 9041.0, 9009.0, 9021.0, 8977.0, 9004.0, 8973.0, 9004.0, 8990.0, 9036.0, 8994.0, 9036.0, 8994.0, 9037.0, 8981.0, 9035.0, 8994.0, 9050.0, 8993.0, 9033.0, 8977.0, 9028.0, 8977.0, 9045.0, 9024.0, 9051.0, 9012.0, 9037.0, 8979.0, 9032.0, 8994.0, 9034.0, 9029.0, 9052.0, 9027.0, 9054.0, 8998.0, 9035.0, 8980.0, 9031.0, 9012.0, 9051.0, 9011.0, 9051.0, 8999.0, 9051.0, 8982.0, 9031.0, 8993.0, 9032.0, 9025.0, 9050.0, 9012.0, 9038.0, 8982.0, 9030.0, 8994.0, 9032.0, 9026.0, 9010.0, 9028.0, 8998.0, 9014.0, 8995.0, 9042.0, 8999.0, 9040.0, 8984.0, 9037.0, 8982.0, 9034.0, 8981.0, 9048.0, 9009.0, 9051.0, 8996.0, 9031.0, 8979.0, 9018.0, 8981.0, 9034.0, 9015.0, 9054.0, 9045.0, 9019.0, 9036.0, 8993.0, 9031.0, 8987.0, 9063.0, 9018.0, 9078.0, 9050.0, 9078.0, 9023.0, 9060.0, 9004.0, 9040.0, 8988.0, 9028.0, 9032.0, 8992.0, 9047.0, 9007.0, 9077.0, 9050.0, 9078.0, 9020.0, 9055.0, 9025.0, 9042.0, 8989.0, 9042.0, 9062.0, 9030.0, 9045.0, 8985.0, 9024.0, 8963.0, 8972.0, 8982.0, 9017.0, 9003.0, 9034.0, 8980.0, 9009.0, 8961.0, 8990.0, 8958.0, 9004.0, 8992.0, 9004.0, 8961.0, 9003.0, 8975.0, 8992.0, 8991.0, 9038.0, 9007.0, 9009.0, 8963.0, 9006.0, 8974.0, 9004.0, 8988.0, 9021.0, 9004.0, 9006.0, 8963.0, 8991.0, 8960.0, 8990.0, 8974.0, 9022.0, 8978.0, 9025.0, 8982.0, 9010.0, 8969.0, 9025.0, 8986.0, 9074.0, 9032.0, 9076.0, 9025.0, 9063.0, 8992.0, 9041.0, 8989.0, 9064.0, 9008.0, 9078.0, 9038.0, 9063.0, 9008.0, 9046.0, 8989.0, 9040.0, 9021.0, 9074.0, 9051.0, 9078.0, 9041.0, 9067.0, 9025.0, 9033.0, 9019.0, 9029.0, 9051.0, 9049.0, 9068.0, 9022.0, 9052.0, 8991.0, 9028.0, 9007.0, 9007.0, 9020.0, 9055.0, 9050.0, 9039.0, 9008.0, 9009.0, 9003.0, 8989.0, 9010.0, 8973.0, 9026.0, 9007.0, 9030.0, 8993.0, 9030.0, 8976.0, 9012.0, 8972.0, 9009.0, 8985.0, 9025.0, 9004.0, 9029.0, 8990.0, 9015.0, 8974.0, 9011.0, 8976.0, 8999.0, 8974.0, 8991.0, 9011.0, 8985.0, 9030.0, 9003.0, 9029.0, 8986.0, 9040.0, 8985.0, 9040.0, 9001.0, 9055.0, 9016.0, 9054.0, 9001.0, 9042.0, 9000.0, 9010.0, 9029.0, 9015.0, 9075.0, 9017.0, 9077.0, 9025.0, 9038.0, 8991.0, 9040.0, 9019.0, 9076.0, 9056.0, 9080.0, 9070.0, 9067.0, 9057.0, 9025.0, 9035.0, 9012.0, 9016.0, 9058.0, 9066.0, 9049.0, 9066.0, 9050.0, 9035.0, 9041.0, 8997.0, 9029.0, 8992.0, 9032.0, 9040.0, 9054.0, 9040.0, 9052.0, 8995.0, 9045.0, 9020.0, 9045.0, 8993.0, 9032.0, 8978.0, 9031.0, 8979.0, 9050.0, 9012.0, 9055.0, 9014.0, 9052.0, 8982.0, 9017.0, 8974.0, 9014.0, 8972.0, 9016.0, 8972.0, 9031.0, 8987.0, 9048.0, 8988.0, 9018.0, 8958.0, 9000.0, 8968.0, 8986.0, 9010.0, 9005.0, 9031.0, 9039.0, 9021.0, 9025.0, 9021.0, 8991.0, 9013.0, 8987.0, 9026.0, 9006.0, 9032.0, 9015.0, 9035.0, 8998.0, 9035.0, 8996.0, 9035.0, 8996.0, 9034.0, 8998.0, 9048.0, 9014.0, 9038.0, 9015.0, 9052.0, 9032.0, 9055.0, 9018.0, 9017.0, 9020.0, 9016.0, 9021.0, 9033.0, 9040.0, 9038.0, 9055.0, 9014.0, 9055.0, 8997.0, 9065.0, 9023.0, 9096.0, 9036.0, 9079.0, 9008.0, 9058.0, 8988.0, 9062.0, 9027.0, 9080.0, 9050.0, 9061.0, 9020.0, 9059.0, 8989.0, 9054.0, 9020.0, 9079.0, 9036.0, 9058.0, 9025.0, 9061.0, 9004.0, 9057.0, 9006.0, 9061.0, 9009.0, 9037.0, 9052.0, 9012.0, 9102.0, 9041.0, 9095.0, 9053.0, 9080.0, 9005.0, 9051.0, 8998.0, 9050.0, 9000.0, 9052.0, 9029.0, 9037.0, 8996.0, 9035.0, 8992.0, 9029.0, 8978.0, 9031.0, 9008.0, 9047.0, 9026.0, 9039.0, 9009.0, 9043.0, 9003.0, 9028.0, 9006.0, 9033.0, 9054.0, 9039.0, 9054.0, 9024.0, 9040.0, 9009.0, 9051.0, 9019.0, 9049.0, 9018.0, 9062.0, 9019.0, 9048.0, 8990.0, 9045.0, 8987.0, 9044.0, 8990.0, 9062.0, 9018.0, 9078.0, 9021.0, 9062.0, 9008.0, 9045.0, 9004.0, 9060.0, 9023.0, 9080.0, 9025.0, 9066.0, 9026.0, 9066.0, 9024.0, 9078.0, 9036.0, 9073.0, 9050.0, 9090.0, 9036.0, 9062.0, 9021.0, 9046.0, 9023.0, 9060.0, 9069.0, 9053.0, 9056.0, 9028.0, 9027.0, 9042.0, 9058.0, 9062.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.0010246842709529277</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01803174466130884</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.6293513374828</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1615426981264352</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0138295653908054</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5848.2505</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08512208549040867</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.4110218140068884</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4684250570705975</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4128313061099824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6573105730084152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335133292093395</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104793</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013883067294955254</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015373093076050282</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5885289525734834</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>31.6068</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6004</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.4861</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306041.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>278.3322</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.5776</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3250.8838</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3511.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70503.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>862.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4323.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.3884</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.42695335485041</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> |