=== 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-0101 --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-0101",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0101_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0101_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0101_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-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0101/ses-03/func/sub-0101_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>edb1b7e59354e02fc4e8dd4f20967478</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>16:58:2.140000</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.997864, 0.0438205, 0.0484414, -0.0374621, 0.991429, -0.125159]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.125183</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4244, -7752, -7229, 4, -164, -105, -47, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>313.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1fdb1a35-dc50-4f05-b2db-799476b23e17||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.677196979522705, -0.10050800442695618, 0.14447888731956482, 112.00318145751953], [-0.11756720393896103, 2.6599321365356445, -0.33230727910995483, -83.87351989746094], [0.12996463477611542, 0.33579185605049133, 2.67557430267334, -111.34806823730469], [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': ['165802.140000', '165802.600000', '165803.060000', '165803.520000', '165803.980000', '165804.440000', '165804.900000', '165805.360000', '165805.820000', '165806.280000', '165806.740000', '165807.200000', '165807.660000', '165808.120000', '165808.580000', '165809.040000', '165809.500000', '165809.960000', '165810.420000', '165810.880000', '165811.340000', '165811.800000', '165812.260000', '165812.720000', '165813.180000', '165813.640000', '165814.100000', '165814.560000', '165815.020000', '165815.480000', '165815.940000', '165816.400000', '165816.860000', '165817.320000', '165817.780000', '165818.240000', '165818.700000', '165819.160000', '165819.620000', '165820.080000', '165820.540000', '165821.000000', '165821.460000', '165821.920000', '165822.380000', '165822.840000', '165823.300000', '165823.760000', '165824.220000', '165824.680000', '165825.140000', '165825.600000', '165826.060000', '165826.520000', '165826.980000', '165827.440000', '165827.900000', '165828.360000', '165828.820000', '165829.280000', '165829.740000', '165830.200000', '165830.660000', '165831.120000', '165831.580000', '165832.040000', '165832.500000', '165832.960000', '165833.420000', '165833.880000', '165834.340000', '165834.800000', '165835.260000', '165835.720000', '165836.180000', '165836.640000', '165837.100000', '165837.560000', '165838.020000', '165838.480000', '165838.940000', '165839.400000', '165839.860000', '165840.320000', '165840.780000', '165841.240000', '165841.700000', '165842.160000', '165842.620000', '165843.080000', '165843.540000', '165844.000000', '165844.460000', '165844.920000', '165845.380000', '165845.840000', '165846.300000', '165846.760000', '165847.220000', '165847.680000', '165848.140000', '165848.600000', '165849.060000', '165849.520000', '165849.980000', '165850.440000', '165850.900000', '165851.360000', '165851.820000', '165852.280000', '165852.740000', '165853.200000', '165853.660000', '165854.120000', '165854.580000', '165855.040000', '165855.500000', '165855.960000', '165856.420000', '165856.880000', '165857.340000', '165857.800000', '165858.260000', '165858.720000', '165859.180000', '165859.640000', '165900.100000', '165900.560000', '165901.020000', '165901.480000', '165901.940000', '165902.400000', '165902.860000', '165903.320000', '165903.780000', '165904.240000', '165904.700000', '165905.160000', '165905.620000', '165906.080000', '165906.540000', '165907.000000', '165907.460000', '165907.920000', '165908.380000', '165908.840000', '165909.300000', '165909.760000', '165910.220000', '165910.680000', '165911.140000', '165911.600000', '165912.060000', '165912.520000', '165912.980000', '165913.440000', '165913.900000', '165914.360000', '165914.820000', '165915.280000', '165915.740000', '165916.200000', '165916.660000', '165917.120000', '165917.580000', '165918.040000', '165918.500000', '165918.960000', '165919.420000', '165919.880000', '165920.340000', '165920.800000', '165921.260000', '165921.720000', '165922.180000', '165922.640000', '165923.100000', '165923.560000', '165924.020000', '165924.480000', '165924.940000', '165925.400000', '165925.860000', '165926.320000', '165926.780000', '165927.240000', '165927.700000', '165928.160000', '165928.620000', '165929.080000', '165929.540000', '165930.000000', '165930.460000', '165930.920000', '165931.380000', '165931.840000', '165932.300000', '165932.760000', '165933.220000', '165933.680000', '165934.140000', '165934.600000', '165935.060000', '165935.520000', '165935.980000', '165936.440000', '165936.900000', '165937.360000', '165937.820000', '165938.280000', '165938.740000', '165939.200000', '165939.660000', '165940.120000', '165940.580000', '165941.040000', '165941.500000', '165941.960000', '165942.420000', '165942.880000', '165943.340000', '165943.800000', '165944.260000', '165944.720000', '165945.180000', '165945.640000', '165946.100000', '165946.560000', '165947.020000', '165947.480000', '165947.940000', '165948.400000', '165948.860000', '165949.320000', '165949.780000', '165950.240000', '165950.700000', '165951.160000', '165951.620000', '165952.080000', '165952.540000', '165953.000000', '165953.460000', '165953.920000', '165954.380000', '165954.840000', '165955.300000', '165955.760000', '165956.220000', '165956.680000', '165957.140000', '165957.600000', '165958.060000', '165958.520000', '165958.980000', '165959.440000', '165959.900000', '170000.360000', '170000.820000', '170001.280000', '170001.740000', '170002.200000', '170002.660000', '170003.120000', '170003.580000', '170004.040000', '170004.500000', '170004.960000', '170005.420000', '170005.880000', '170006.340000', '170006.800000', '170007.260000', '170007.720000', '170008.180000', '170008.640000', '170009.100000', '170009.560000', '170010.020000', '170010.480000', '170010.940000', '170011.400000', '170011.860000', '170012.320000', '170012.780000', '170013.240000', '170013.700000', '170014.160000', '170014.620000', '170015.080000', '170015.540000', '170016.000000', '170016.460000', '170016.920000', '170017.380000', '170017.840000', '170018.300000', '170018.760000', '170019.220000', '170019.680000', '170020.140000', '170020.600000', '170021.060000', '170021.520000', '170021.980000', '170022.440000', '170022.900000', '170023.360000', '170023.820000', '170024.280000', '170024.740000', '170025.200000', '170025.660000', '170026.120000', '170026.580000', '170027.040000', '170027.500000', '170027.960000', '170028.420000', '170028.880000', '170029.340000', '170029.800000', '170030.260000', '170030.720000', '170031.180000', '170031.640000', '170032.100000', '170032.560000', '170033.020000', '170033.480000', '170033.940000', '170034.400000', '170034.860000', '170035.320000', '170035.780000', '170036.240000', '170036.700000', '170037.160000', '170037.620000', '170038.080000', '170038.540000', '170039.000000', '170039.460000', '170039.920000', '170040.380000', '170040.840000', '170041.300000', '170041.760000', '170042.220000', '170042.680000', '170043.140000', '170043.600000', '170044.060000', '170044.520000', '170044.980000', '170045.440000', '170045.900000', '170046.360000', '170046.820000', '170047.280000', '170047.740000', '170048.200000', '170048.660000', '170049.120000', '170049.580000', '170050.040000', '170050.500000', '170050.960000', '170051.420000', '170051.880000', '170052.340000', '170052.800000', '170053.260000', '170053.720000', '170054.180000', '170054.640000', '170055.100000', '170055.560000', '170056.020000', '170056.480000', '170056.940000', '170057.400000', '170057.860000', '170058.320000', '170058.780000', '170059.240000', '170059.700000', '170100.160000', '170100.620000', '170101.080000', '170101.540000', '170102.000000', '170102.460000', '170102.920000', '170103.380000', '170103.840000', '170104.300000', '170104.760000', '170105.220000', '170105.680000', '170106.140000', '170106.600000', '170107.060000', '170107.520000', '170107.980000', '170108.440000', '170108.900000', '170109.360000', '170109.820000', '170110.280000', '170110.740000', '170111.200000', '170111.660000', '170112.120000', '170112.580000', '170113.040000', '170113.500000', '170113.960000', '170114.420000', '170114.880000', '170115.340000', '170115.800000', '170116.260000', '170116.720000', '170117.180000', '170117.640000', '170118.100000', '170118.560000', '170119.020000', '170119.480000', '170119.940000', '170120.400000', '170120.860000', '170121.320000', '170121.780000', '170122.240000', '170122.700000', '170123.160000', '170123.620000', '170124.080000', '170124.540000', '170125.000000', '170125.460000', '170125.920000', '170126.380000', '170126.840000', '170127.300000', '170127.760000', '170128.220000', '170128.680000', '170129.140000', '170129.600000', '170130.060000', '170130.520000', '170130.980000', '170131.440000', '170131.900000', '170132.360000', '170132.820000', '170133.280000', '170133.740000', '170134.200000', '170134.660000', '170135.120000', '170135.580000', '170136.040000', '170136.500000', '170136.960000', '170137.420000', '170137.880000', '170138.340000', '170138.800000', '170139.260000', '170139.720000', '170140.180000', '170140.640000', '170141.100000', '170141.560000', '170142.020000', '170142.480000', '170142.940000', '170143.400000', '170143.860000', '170144.320000', '170144.780000', '170145.240000', '170145.700000', '170146.160000', '170146.620000', '170147.080000', '170147.540000', '170148.000000', '170148.460000', '170148.920000', '170149.380000', '170149.840000', '170150.300000', '170150.760000', '170151.220000', '170151.680000', '170152.140000', '170152.600000', '170153.060000', '170153.520000', '170153.980000', '170154.440000', '170154.900000', '170155.360000', '170155.820000', '170156.280000', '170156.740000', '170157.200000', '170157.660000', '170158.120000', '170158.580000', '170159.040000', '170159.500000', '170159.960000', '170200.420000', '170200.880000', '170201.340000', '170201.800000', '170202.260000', '170202.720000', '170203.180000', '170203.640000', '170204.100000', '170204.560000', '170205.020000', '170205.480000', '170205.940000', '170206.400000', '170206.860000', '170207.320000', '170207.780000', '170208.240000', '170208.700000', '170209.160000', '170209.620000', '170210.080000', '170210.540000', '170211.000000', '170211.460000', '170211.920000', '170212.380000', '170212.840000', '170213.300000', '170213.760000', '170214.220000', '170214.680000', '170215.140000', '170215.600000', '170216.060000', '170216.520000', '170216.980000', '170217.440000', '170217.900000', '170218.360000', '170218.820000', '170219.280000', '170219.740000', '170220.200000', '170220.660000', '170221.120000', '170221.580000', '170222.040000', '170222.500000', '170222.960000', '170223.420000', '170223.880000', '170224.340000', '170224.800000', '170225.260000', '170225.720000', '170226.180000', '170226.640000', '170227.100000', '170227.560000', '170228.020000', '170228.480000', '170228.940000', '170229.400000', '170229.860000', '170230.320000', '170230.780000', '170231.240000', '170231.700000', '170232.160000', '170232.620000', '170233.080000', '170233.540000', '170234.000000', '170234.460000', '170234.920000', '170235.380000', '170235.840000', '170236.300000', '170236.760000', '170237.220000', '170237.680000', '170238.140000', '170238.600000', '170239.060000', '170239.520000', '170239.980000', '170240.440000', '170240.900000', '170241.360000', '170241.820000', '170242.280000', '170242.740000', '170243.200000', '170243.660000', '170244.120000', '170244.580000', '170245.040000', '170245.500000', '170245.960000', '170246.420000', '170246.880000', '170247.340000', '170247.800000', '170248.260000', '170248.720000', '170249.180000', '170249.640000', '170250.100000', '170250.560000', '170251.020000', '170251.480000', '170251.940000', '170252.400000', '170252.860000', '170253.320000', '170253.780000', '170254.240000', '170254.700000', '170255.160000', '170255.620000', '170256.080000', '170256.540000', '170257.000000', '170257.460000', '170257.920000', '170258.380000', '170258.840000', '170259.300000', '170259.760000', '170300.220000', '170300.680000', '170301.140000', '170301.600000', '170302.060000', '170302.520000', '170302.980000', '170303.440000', '170303.900000', '170304.360000', '170304.820000', '170305.280000', '170305.740000', '170306.200000', '170306.660000', '170307.120000', '170307.580000', '170308.040000', '170308.500000', '170308.960000', '170309.420000', '170309.880000', '170310.340000', '170310.800000', '170311.260000', '170311.720000', '170312.180000', '170312.640000', '170313.100000', '170313.560000', '170314.020000', '170314.480000', '170314.940000', '170315.400000', '170315.860000', '170316.320000', '170316.780000', '170317.240000', '170317.700000', '170318.160000', '170318.620000', '170319.080000', '170319.540000', '170320.000000', '170320.460000', '170320.920000', '170321.380000', '170321.840000', '170322.300000', '170322.760000', '170323.220000', '170323.680000', '170324.140000', '170324.600000', '170325.060000', '170325.520000', '170325.980000', '170326.440000', '170326.900000', '170327.360000', '170327.820000', '170328.280000', '170328.740000', '170329.200000', '170329.660000', '170330.120000', '170330.580000', '170331.040000', '170331.500000', '170331.960000', '170332.420000', '170332.880000', '170333.340000', '170333.800000', '170334.260000', '170334.720000', '170335.180000', '170335.640000', '170336.100000', '170336.560000', '170337.020000', '170337.480000', '170337.940000', '170338.400000', '170338.860000', '170339.320000', '170339.780000', '170340.240000', '170340.700000', '170341.160000', '170341.620000', '170342.080000', '170342.540000', '170343.000000', '170343.460000', '170343.920000', '170344.380000', '170344.840000', '170345.300000', '170345.760000', '170346.220000', '170346.680000', '170347.140000', '170347.600000', '170348.060000', '170348.520000', '170348.980000', '170349.440000', '170349.900000', '170350.360000', '170350.820000', '170351.280000', '170351.740000', '170352.200000', '170352.660000', '170353.120000', '170353.580000', '170354.040000', '170354.500000', '170354.960000', '170355.420000', '170355.880000', '170356.340000', '170356.800000', '170357.260000', '170357.720000', '170358.180000', '170358.640000', '170359.100000', '170359.560000', '170400.020000', '170400.480000', '170400.940000', '170401.400000', '170401.860000', '170402.320000', '170402.780000', '170403.240000', '170403.700000', '170404.160000', '170404.620000', '170405.080000', '170405.540000', '170406.000000', '170406.460000', '170406.920000', '170407.380000', '170407.840000', '170408.300000', '170408.760000', '170409.220000', '170409.680000', '170410.140000', '170410.600000', '170411.060000', '170411.520000', '170411.980000', '170412.440000', '170412.900000', '170413.360000', '170413.820000', '170414.280000', '170414.740000', '170415.200000', '170415.660000', '170416.120000', '170416.580000', '170417.040000', '170417.500000', '170417.960000', '170418.420000', '170418.880000', '170419.340000', '170419.800000', '170420.260000', '170420.720000', '170421.180000', '170421.640000', '170422.100000', '170422.560000', '170423.020000', '170423.480000', '170423.940000', '170424.400000', '170424.860000', '170425.320000', '170425.780000', '170426.240000', '170426.700000', '170427.160000', '170427.620000', '170428.080000', '170428.540000', '170429.000000', '170429.460000', '170429.920000', '170430.380000', '170430.840000', '170431.300000', '170431.760000', '170432.220000', '170432.680000', '170433.140000', '170433.600000', '170434.060000', '170434.520000', '170434.980000', '170435.440000', '170435.900000', '170436.360000', '170436.820000', '170437.280000', '170437.740000', '170438.200000', '170438.660000', '170439.120000', '170439.580000', '170440.040000', '170440.500000', '170440.960000', '170441.420000', '170441.880000', '170442.340000', '170442.800000'], 'ContentTime': ['165817.732000', '165817.735000', '165817.738000', '165817.741000', '165817.743000', '165817.746000', '165817.748000', '165817.751000', '165817.753000', '165817.756000', '165817.759000', '165817.761000', '165817.764000', '165817.771000', '165817.774000', '165817.776000', '165817.779000', '165817.782000', '165817.784000', '165817.787000', '165817.789000', '165817.792000', '165817.794000', '165817.797000', '165817.799000', '165817.802000', '165817.805000', '165817.807000', '165817.810000', '165817.813000', '165817.815000', '165837.680000', '165837.682000', '165837.685000', '165837.688000', '165837.690000', '165837.693000', '165837.699000', '165837.702000', '165837.704000', '165837.707000', '165837.710000', '165837.712000', '165837.715000', '165837.717000', '165837.720000', '165837.722000', '165837.725000', '165837.728000', '165837.730000', '165837.733000', '165837.735000', '165837.738000', '165837.740000', '165837.743000', '165837.746000', '165837.748000', '165837.751000', '165837.753000', '165837.756000', '165837.758000', '165837.761000', '165837.763000', '165837.766000', '165837.769000', '165837.771000', '165837.774000', '165837.776000', '165837.779000', '165837.781000', '165837.784000', '165837.787000', '165837.789000', '165837.792000', '165837.794000', '165857.680000', '165857.682000', '165857.685000', '165857.688000', '165857.690000', '165857.693000', '165857.695000', '165857.698000', '165857.701000', '165857.703000', '165857.706000', '165857.708000', '165857.711000', '165857.713000', '165857.716000', '165857.719000', '165857.721000', '165857.724000', '165857.726000', '165857.729000', '165857.731000', '165857.734000', '165857.760000', '165857.762000', '165857.765000', '165857.767000', '165857.770000', '165857.773000', '165857.775000', '165857.778000', '165857.780000', '165857.783000', '165857.785000', '165857.788000', '165857.791000', '165857.793000', '165857.796000', '165857.798000', '165857.801000', '165857.803000', '165857.806000', '165857.809000', '165857.811000', '165857.814000', '165917.679000', '165917.682000', '165917.685000', '165917.687000', '165917.690000', '165917.693000', '165917.695000', '165917.708000', '165917.710000', '165917.716000', '165917.719000', '165917.721000', '165917.724000', '165917.726000', '165917.729000', '165917.732000', '165917.734000', '165917.737000', '165917.739000', '165917.742000', '165917.745000', '165917.747000', '165917.750000', '165917.752000', '165917.755000', '165917.757000', '165917.760000', '165917.763000', '165917.765000', '165917.768000', '165917.770000', '165917.773000', '165917.776000', '165917.778000', '165917.781000', '165917.783000', '165917.786000', '165917.789000', '165917.791000', '165917.794000', '165917.796000', '165917.799000', '165917.801000', '165937.679000', '165937.682000', '165937.685000', '165937.688000', '165937.690000', '165937.693000', '165937.696000', '165937.698000', '165937.701000', '165937.704000', '165937.706000', '165937.709000', '165937.711000', '165937.714000', '165937.717000', '165937.719000', '165937.722000', '165937.724000', '165937.727000', '165937.730000', '165937.732000', '165937.735000', '165937.737000', '165937.740000', '165937.743000', '165937.745000', '165937.748000', '165937.750000', '165937.753000', '165937.756000', '165937.758000', '165937.761000', '165937.763000', '165937.766000', '165937.768000', '165937.771000', '165937.774000', '165937.776000', '165937.779000', '165937.782000', '165937.784000', '165937.787000', '165937.789000', '165937.792000', '165957.680000', '165957.682000', '165957.685000', '165957.688000', '165957.690000', '165957.693000', '165957.696000', '165957.698000', '165957.701000', '165957.704000', '165957.706000', '165957.709000', '165957.711000', '165957.714000', '165957.716000', '165957.719000', '165957.722000', '165957.724000', '165957.727000', '165957.730000', '165957.732000', '165957.735000', '165957.737000', '165957.740000', '165957.743000', '165957.745000', '165957.748000', '165957.751000', '165957.753000', '165957.756000', '165957.758000', '165957.761000', '165957.764000', '165957.766000', '165957.769000', '165957.772000', '165957.774000', '165957.777000', '165957.779000', '165957.782000', '165957.785000', '165957.787000', '165957.790000', '170017.679000', '170017.681000', '170017.684000', '170017.687000', '170017.689000', '170017.692000', '170017.695000', '170017.697000', '170017.700000', '170017.702000', '170017.705000', '170017.708000', '170017.710000', '170017.713000', '170017.715000', '170017.718000', '170017.720000', '170017.723000', '170017.726000', '170017.728000', '170017.731000', '170017.734000', '170017.736000', '170017.739000', '170017.741000', '170017.744000', '170017.746000', '170017.749000', '170017.752000', '170017.754000', '170017.757000', '170017.759000', '170017.762000', '170017.765000', '170017.767000', '170017.770000', '170017.772000', '170017.775000', '170017.778000', '170017.780000', '170017.783000', '170017.785000', '170017.788000', '170017.791000', '170037.679000', '170037.682000', '170037.684000', '170037.687000', '170037.690000', '170037.692000', '170037.695000', '170037.697000', '170037.700000', '170037.703000', '170037.705000', '170037.708000', '170037.710000', '170037.713000', '170037.716000', '170037.718000', '170037.721000', '170037.723000', '170037.726000', '170037.729000', '170037.731000', '170037.734000', '170037.736000', '170037.739000', '170037.741000', '170037.744000', '170037.747000', '170037.749000', '170037.752000', '170037.754000', '170037.757000', '170037.760000', '170037.762000', '170037.765000', '170037.768000', '170037.770000', '170037.773000', '170037.775000', '170037.778000', '170037.781000', '170037.783000', '170037.786000', '170037.788000', '170057.680000', '170057.683000', '170057.686000', '170057.694000', '170057.697000', '170057.699000', '170057.702000', '170057.704000', '170057.707000', '170057.710000', '170057.712000', '170057.715000', '170057.717000', '170057.720000', '170057.722000', '170057.725000', '170057.728000', '170057.730000', '170057.733000', '170057.736000', '170057.738000', '170057.741000', '170057.743000', '170057.746000', '170057.749000', '170057.752000', '170057.755000', '170057.758000', '170057.760000', '170057.763000', '170057.766000', '170057.768000', '170057.771000', '170057.774000', '170057.776000', '170057.779000', '170057.782000', '170057.784000', '170057.787000', '170057.789000', '170057.792000', '170057.795000', '170057.797000', '170117.680000', '170117.682000', '170117.685000', '170117.688000', '170117.690000', '170117.693000', '170117.696000', '170117.698000', '170117.701000', '170117.703000', '170117.706000', '170117.708000', '170117.711000', '170117.714000', '170117.716000', '170117.719000', '170117.721000', '170117.724000', '170117.727000', '170117.729000', '170117.732000', '170117.734000', '170117.737000', '170117.740000', '170117.742000', '170117.745000', '170117.747000', '170117.750000', '170117.752000', '170117.755000', '170117.758000', '170117.760000', '170117.763000', '170117.766000', '170117.768000', '170117.771000', '170117.773000', '170117.776000', '170117.778000', '170117.781000', '170117.784000', '170117.786000', '170117.789000', '170117.791000', '170137.680000', '170137.683000', '170137.685000', '170137.688000', '170137.690000', '170137.693000', '170137.696000', '170137.698000', '170137.701000', '170137.704000', '170137.706000', '170137.709000', '170137.711000', '170137.714000', '170137.717000', '170137.719000', '170137.722000', '170137.726000', '170137.728000', '170137.731000', '170137.734000', '170137.737000', '170137.739000', '170137.742000', '170137.744000', '170137.747000', '170137.750000', '170137.752000', '170137.755000', '170137.757000', '170137.760000', '170137.763000', '170137.765000', '170137.768000', '170137.771000', '170137.773000', '170137.776000', '170137.778000', '170137.781000', '170137.783000', '170137.786000', '170137.789000', '170137.791000', '170157.679000', '170157.682000', '170157.685000', '170157.688000', '170157.690000', '170157.693000', '170157.696000', '170157.698000', '170157.701000', '170157.703000', '170157.706000', '170157.708000', '170157.711000', '170157.714000', '170157.716000', '170157.719000', '170157.722000', '170157.724000', '170157.727000', '170157.729000', '170157.732000', '170157.735000', '170157.737000', '170157.740000', '170157.742000', '170157.745000', '170157.748000', '170157.750000', '170157.753000', '170157.755000', '170157.758000', '170157.761000', '170157.763000', '170157.766000', '170157.769000', '170157.771000', '170157.774000', '170157.776000', '170157.779000', '170157.782000', '170157.784000', '170157.787000', '170157.789000', '170157.792000', '170217.680000', '170217.682000', '170217.685000', '170217.688000', '170217.690000', '170217.694000', '170217.697000', '170217.700000', '170217.702000', '170217.705000', '170217.708000', '170217.710000', '170217.713000', '170217.716000', '170217.719000', '170217.722000', '170217.724000', '170217.727000', '170217.730000', '170217.732000', '170217.735000', '170217.738000', '170217.740000', '170217.743000', '170217.745000', '170217.748000', '170217.750000', '170217.753000', '170217.797000', '170217.800000', '170217.802000', '170217.805000', '170217.807000', '170217.810000', '170217.813000', '170217.815000', '170217.818000', '170217.820000', '170217.823000', '170217.826000', '170217.828000', '170217.831000', '170217.834000', '170237.678000', '170237.681000', '170237.684000', '170237.687000', '170237.689000', '170237.692000', '170237.694000', '170237.697000', '170237.700000', '170237.702000', '170237.705000', '170237.707000', '170237.710000', '170237.713000', '170237.715000', '170237.718000', '170237.720000', '170237.723000', '170237.726000', '170237.728000', '170237.731000', '170237.733000', '170237.736000', '170237.739000', '170237.741000', '170237.744000', '170237.746000', '170237.749000', '170237.752000', '170237.754000', '170237.757000', '170237.759000', '170237.762000', '170237.764000', '170237.767000', '170237.770000', '170237.772000', '170237.775000', '170237.777000', '170237.780000', '170237.782000', '170237.785000', '170237.788000', '170237.790000', '170257.679000', '170257.682000', '170257.684000', '170257.687000', '170257.689000', '170257.692000', '170257.695000', '170257.697000', '170257.700000', '170257.702000', '170257.705000', '170257.707000', '170257.710000', '170257.713000', '170257.715000', '170257.718000', '170257.720000', '170257.723000', '170257.726000', '170257.728000', '170257.731000', '170257.733000', '170257.736000', '170257.739000', '170257.741000', '170257.744000', '170257.746000', '170257.749000', '170257.752000', '170257.754000', '170257.757000', '170257.760000', '170257.762000', '170257.765000', '170257.768000', '170257.770000', '170257.773000', '170257.775000', '170257.778000', '170257.781000', '170257.783000', '170257.786000', '170257.789000', '170317.679000', '170317.682000', '170317.685000', '170317.688000', '170317.690000', '170317.693000', '170317.695000', '170317.698000', '170317.701000', '170317.703000', '170317.706000', '170317.708000', '170317.711000', '170317.714000', '170317.716000', '170317.719000', '170317.722000', '170317.724000', '170317.727000', '170317.729000', '170317.732000', '170317.735000', '170317.737000', '170317.740000', '170317.742000', '170317.745000', '170317.748000', '170317.750000', '170317.753000', '170317.756000', '170317.758000', '170317.761000', '170317.763000', '170317.766000', '170317.769000', '170317.771000', '170317.774000', '170317.776000', '170317.779000', '170317.782000', '170317.784000', '170317.787000', '170317.790000', '170317.792000', '170337.679000', '170337.682000', '170337.685000', '170337.687000', '170337.690000', '170337.693000', '170337.695000', '170337.698000', '170337.701000', '170337.703000', '170337.706000', '170337.708000', '170337.711000', '170337.714000', '170337.716000', '170337.719000', '170337.721000', '170337.724000', '170337.727000', '170337.730000', '170337.733000', '170337.735000', '170337.738000', '170337.741000', '170337.743000', '170337.746000', '170337.749000', '170337.751000', '170337.754000', '170337.758000', '170337.761000', '170337.764000', '170337.766000', '170337.769000', '170337.771000', '170337.774000', '170337.777000', '170337.779000', '170337.782000', '170337.784000', '170337.787000', '170337.790000', '170337.793000', '170357.679000', '170357.682000', '170357.685000', '170357.688000', '170357.690000', '170357.693000', '170357.696000', '170357.698000', '170357.701000', '170357.703000', '170357.706000', '170357.709000', '170357.711000', '170357.714000', '170357.716000', '170357.721000', '170357.723000', '170357.726000', '170357.728000', '170357.731000', '170357.734000', '170357.736000', '170357.739000', '170357.742000', '170357.744000', '170357.747000', '170357.750000', '170357.752000', '170357.755000', '170357.757000', '170357.760000', '170357.763000', '170357.765000', '170357.768000', '170357.770000', '170357.773000', '170357.776000', '170357.778000', '170357.781000', '170357.783000', '170357.786000', '170357.789000', '170357.791000', '170357.794000', '170417.680000', '170417.683000', '170417.685000', '170417.688000', '170417.690000', '170417.693000', '170417.696000', '170417.698000', '170417.701000', '170417.703000', '170417.706000', '170417.709000', '170417.711000', '170417.714000', '170417.716000', '170417.719000', '170417.722000', '170417.724000', '170417.727000', '170417.729000', '170417.732000', '170417.734000', '170417.737000', '170417.740000', '170417.742000', '170417.745000', '170417.747000', '170417.750000', '170417.753000', '170417.755000', '170417.758000', '170417.760000', '170417.763000', '170417.766000', '170417.769000', '170417.772000', '170417.775000', '170417.777000', '170417.780000', '170417.783000', '170417.785000', '170417.788000', '170417.790000', '170437.680000', '170437.683000', '170437.685000', '170437.688000', '170437.691000', '170437.693000', '170437.696000', '170437.698000', '170437.701000', '170437.704000', '170437.706000', '170437.709000', '170437.712000', '170437.714000', '170437.717000', '170437.719000', '170437.722000', '170437.725000', '170437.727000', '170437.730000', '170437.732000', '170437.735000', '170437.737000', '170437.740000', '170437.743000', '170437.745000', '170437.748000', '170437.750000', '170437.753000', '170437.756000', '170437.758000', '170437.761000', '170437.764000', '170437.766000', '170437.769000', '170437.771000', '170437.774000', '170437.777000', '170437.779000', '170437.782000', '170437.784000', '170437.787000', '170437.790000', '170437.792000', '170443.942000', '170443.945000', '170443.948000', '170443.950000', '170443.953000', '170443.955000', '170443.958000', '170443.961000', '170443.963000', '170443.966000', '170443.968000', '170443.971000', '170443.973000', '170443.976000'], 'InstanceCreationTime': ['165817.732000', '165817.735000', '165817.738000', '165817.741000', '165817.743000', '165817.746000', '165817.748000', '165817.751000', '165817.753000', '165817.756000', '165817.759000', '165817.761000', '165817.764000', '165817.771000', '165817.774000', '165817.776000', '165817.779000', '165817.782000', '165817.784000', '165817.787000', '165817.789000', '165817.792000', '165817.794000', '165817.797000', '165817.799000', '165817.802000', '165817.805000', '165817.807000', '165817.810000', '165817.813000', '165817.815000', '165837.680000', '165837.682000', '165837.685000', '165837.688000', '165837.690000', '165837.693000', '165837.699000', '165837.702000', '165837.704000', '165837.707000', '165837.710000', '165837.712000', '165837.715000', '165837.717000', '165837.720000', '165837.722000', '165837.725000', '165837.728000', '165837.730000', '165837.733000', '165837.735000', '165837.738000', '165837.740000', '165837.743000', '165837.746000', '165837.748000', '165837.751000', '165837.753000', '165837.756000', '165837.758000', '165837.761000', '165837.763000', '165837.766000', '165837.769000', '165837.771000', '165837.774000', '165837.776000', '165837.779000', '165837.781000', '165837.784000', '165837.787000', '165837.789000', '165837.792000', '165837.794000', '165857.680000', '165857.682000', '165857.685000', '165857.688000', '165857.690000', '165857.693000', '165857.695000', '165857.698000', '165857.701000', '165857.703000', '165857.706000', '165857.708000', '165857.711000', '165857.713000', '165857.716000', '165857.719000', '165857.721000', '165857.724000', '165857.726000', '165857.729000', '165857.731000', '165857.734000', '165857.760000', '165857.762000', '165857.765000', '165857.767000', '165857.770000', '165857.773000', '165857.775000', '165857.778000', '165857.780000', '165857.783000', '165857.785000', '165857.788000', '165857.791000', '165857.793000', '165857.796000', '165857.798000', '165857.801000', '165857.803000', '165857.806000', '165857.809000', '165857.811000', '165857.814000', '165917.679000', '165917.682000', '165917.685000', '165917.687000', '165917.690000', '165917.693000', '165917.695000', '165917.708000', '165917.710000', '165917.716000', '165917.719000', '165917.721000', '165917.724000', '165917.726000', '165917.729000', '165917.732000', '165917.734000', '165917.737000', '165917.739000', '165917.742000', '165917.745000', '165917.747000', '165917.750000', '165917.752000', '165917.755000', '165917.757000', '165917.760000', '165917.763000', '165917.765000', '165917.768000', '165917.770000', '165917.773000', '165917.776000', '165917.778000', '165917.781000', '165917.783000', '165917.786000', '165917.789000', '165917.791000', '165917.794000', '165917.796000', '165917.799000', '165917.801000', '165937.679000', '165937.682000', '165937.685000', '165937.688000', '165937.690000', '165937.693000', '165937.696000', '165937.698000', '165937.701000', '165937.704000', '165937.706000', '165937.709000', '165937.711000', '165937.714000', '165937.717000', '165937.719000', '165937.722000', '165937.724000', '165937.727000', '165937.730000', '165937.732000', '165937.735000', '165937.737000', '165937.740000', '165937.743000', '165937.745000', '165937.748000', '165937.750000', '165937.753000', '165937.756000', '165937.758000', '165937.761000', '165937.763000', '165937.766000', '165937.768000', '165937.771000', '165937.774000', '165937.776000', '165937.779000', '165937.782000', '165937.784000', '165937.787000', '165937.789000', '165937.792000', '165957.680000', '165957.682000', '165957.685000', '165957.688000', '165957.690000', '165957.693000', '165957.696000', '165957.698000', '165957.701000', '165957.704000', '165957.706000', '165957.709000', '165957.711000', '165957.714000', '165957.716000', '165957.719000', '165957.722000', '165957.724000', '165957.727000', '165957.730000', '165957.732000', '165957.735000', '165957.737000', '165957.740000', '165957.743000', '165957.745000', '165957.748000', '165957.751000', '165957.753000', '165957.756000', '165957.758000', '165957.761000', '165957.764000', '165957.766000', '165957.769000', '165957.772000', '165957.774000', '165957.777000', '165957.779000', '165957.782000', '165957.785000', '165957.787000', '165957.790000', '170017.679000', '170017.681000', '170017.684000', '170017.687000', '170017.689000', '170017.692000', '170017.695000', '170017.697000', '170017.700000', '170017.702000', '170017.705000', '170017.708000', '170017.710000', '170017.713000', '170017.715000', '170017.718000', '170017.720000', '170017.723000', '170017.726000', '170017.728000', '170017.731000', '170017.734000', '170017.736000', '170017.739000', '170017.741000', '170017.744000', '170017.746000', '170017.749000', '170017.752000', '170017.754000', '170017.757000', '170017.759000', '170017.762000', '170017.765000', '170017.767000', '170017.770000', '170017.772000', '170017.775000', '170017.778000', '170017.780000', '170017.783000', '170017.785000', '170017.788000', '170017.791000', '170037.679000', '170037.682000', '170037.684000', '170037.687000', '170037.690000', '170037.692000', '170037.695000', '170037.697000', '170037.700000', '170037.703000', '170037.705000', '170037.708000', '170037.710000', '170037.713000', '170037.716000', '170037.718000', '170037.721000', '170037.723000', '170037.726000', '170037.729000', '170037.731000', '170037.734000', '170037.736000', '170037.739000', '170037.741000', '170037.744000', '170037.747000', '170037.749000', '170037.752000', '170037.754000', '170037.757000', '170037.760000', '170037.762000', '170037.765000', '170037.768000', '170037.770000', '170037.773000', '170037.775000', '170037.778000', '170037.781000', '170037.783000', '170037.786000', '170037.788000', '170057.680000', '170057.683000', '170057.686000', '170057.694000', '170057.697000', '170057.699000', '170057.702000', '170057.704000', '170057.707000', '170057.710000', '170057.712000', '170057.715000', '170057.717000', '170057.720000', '170057.722000', '170057.725000', '170057.728000', '170057.730000', '170057.733000', '170057.736000', '170057.738000', '170057.741000', '170057.743000', '170057.746000', '170057.749000', '170057.752000', '170057.755000', '170057.758000', '170057.760000', '170057.763000', '170057.766000', '170057.768000', '170057.771000', '170057.774000', '170057.776000', '170057.779000', '170057.782000', '170057.784000', '170057.787000', '170057.789000', '170057.792000', '170057.795000', '170057.797000', '170117.680000', '170117.682000', '170117.685000', '170117.688000', '170117.690000', '170117.693000', '170117.696000', '170117.698000', '170117.701000', '170117.703000', '170117.706000', '170117.708000', '170117.711000', '170117.714000', '170117.716000', '170117.719000', '170117.721000', '170117.724000', '170117.727000', '170117.729000', '170117.732000', '170117.734000', '170117.737000', '170117.740000', '170117.742000', '170117.745000', '170117.747000', '170117.750000', '170117.752000', '170117.755000', '170117.758000', '170117.760000', '170117.763000', '170117.766000', '170117.768000', '170117.771000', '170117.773000', '170117.776000', '170117.778000', '170117.781000', '170117.784000', '170117.786000', '170117.789000', '170117.791000', '170137.680000', '170137.683000', '170137.685000', '170137.688000', '170137.690000', '170137.693000', '170137.696000', '170137.698000', '170137.701000', '170137.704000', '170137.706000', '170137.709000', '170137.711000', '170137.714000', '170137.717000', '170137.719000', '170137.722000', '170137.726000', '170137.728000', '170137.731000', '170137.734000', '170137.737000', '170137.739000', '170137.742000', '170137.744000', '170137.747000', '170137.750000', '170137.752000', '170137.755000', '170137.757000', '170137.760000', '170137.763000', '170137.765000', '170137.768000', '170137.771000', '170137.773000', '170137.776000', '170137.778000', '170137.781000', '170137.783000', '170137.786000', '170137.789000', '170137.791000', '170157.679000', '170157.682000', '170157.685000', '170157.688000', '170157.690000', '170157.693000', '170157.696000', '170157.698000', '170157.701000', '170157.703000', '170157.706000', '170157.708000', '170157.711000', '170157.714000', '170157.716000', '170157.719000', '170157.722000', '170157.724000', '170157.727000', '170157.729000', '170157.732000', '170157.735000', '170157.737000', '170157.740000', '170157.742000', '170157.745000', '170157.748000', '170157.750000', '170157.753000', '170157.755000', '170157.758000', '170157.761000', '170157.763000', '170157.766000', '170157.769000', '170157.771000', '170157.774000', '170157.776000', '170157.779000', '170157.782000', '170157.784000', '170157.787000', '170157.789000', '170157.792000', '170217.680000', '170217.682000', '170217.685000', '170217.688000', '170217.690000', '170217.694000', '170217.697000', '170217.700000', '170217.702000', '170217.705000', '170217.708000', '170217.710000', '170217.713000', '170217.716000', '170217.719000', '170217.722000', '170217.724000', '170217.727000', '170217.730000', '170217.732000', '170217.735000', '170217.738000', '170217.740000', '170217.743000', '170217.745000', '170217.748000', '170217.750000', '170217.753000', '170217.797000', '170217.800000', '170217.802000', '170217.805000', '170217.807000', '170217.810000', '170217.813000', '170217.815000', '170217.818000', '170217.820000', '170217.823000', '170217.826000', '170217.828000', '170217.831000', '170217.834000', '170237.678000', '170237.681000', '170237.684000', '170237.687000', '170237.689000', '170237.692000', '170237.694000', '170237.697000', '170237.700000', '170237.702000', '170237.705000', '170237.707000', '170237.710000', '170237.713000', '170237.715000', '170237.718000', '170237.720000', '170237.723000', '170237.726000', '170237.728000', '170237.731000', '170237.733000', '170237.736000', '170237.739000', '170237.741000', '170237.744000', '170237.746000', '170237.749000', '170237.752000', '170237.754000', '170237.757000', '170237.759000', '170237.762000', '170237.764000', '170237.767000', '170237.770000', '170237.772000', '170237.775000', '170237.777000', '170237.780000', '170237.782000', '170237.785000', '170237.788000', '170237.790000', '170257.679000', '170257.682000', '170257.684000', '170257.687000', '170257.689000', '170257.692000', '170257.695000', '170257.697000', '170257.700000', '170257.702000', '170257.705000', '170257.707000', '170257.710000', '170257.713000', '170257.715000', '170257.718000', '170257.720000', '170257.723000', '170257.726000', '170257.728000', '170257.731000', '170257.733000', '170257.736000', '170257.739000', '170257.741000', '170257.744000', '170257.746000', '170257.749000', '170257.752000', '170257.754000', '170257.757000', '170257.760000', '170257.762000', '170257.765000', '170257.768000', '170257.770000', '170257.773000', '170257.775000', '170257.778000', '170257.781000', '170257.783000', '170257.786000', '170257.789000', '170317.679000', '170317.682000', '170317.685000', '170317.688000', '170317.690000', '170317.693000', '170317.695000', '170317.698000', '170317.701000', '170317.703000', '170317.706000', '170317.708000', '170317.711000', '170317.714000', '170317.716000', '170317.719000', '170317.722000', '170317.724000', '170317.727000', '170317.729000', '170317.732000', '170317.735000', '170317.737000', '170317.740000', '170317.742000', '170317.745000', '170317.748000', '170317.750000', '170317.753000', '170317.756000', '170317.758000', '170317.761000', '170317.763000', '170317.766000', '170317.769000', '170317.771000', '170317.774000', '170317.776000', '170317.779000', '170317.782000', '170317.784000', '170317.787000', '170317.790000', '170317.792000', '170337.679000', '170337.682000', '170337.685000', '170337.687000', '170337.690000', '170337.693000', '170337.695000', '170337.698000', '170337.701000', '170337.703000', '170337.706000', '170337.708000', '170337.711000', '170337.714000', '170337.716000', '170337.719000', '170337.721000', '170337.724000', '170337.727000', '170337.730000', '170337.733000', '170337.735000', '170337.738000', '170337.741000', '170337.743000', '170337.746000', '170337.749000', '170337.751000', '170337.754000', '170337.758000', '170337.761000', '170337.764000', '170337.766000', '170337.769000', '170337.771000', '170337.774000', '170337.777000', '170337.779000', '170337.782000', '170337.784000', '170337.787000', '170337.790000', '170337.793000', '170357.679000', '170357.682000', '170357.685000', '170357.688000', '170357.690000', '170357.693000', '170357.696000', '170357.698000', '170357.701000', '170357.703000', '170357.706000', '170357.709000', '170357.711000', '170357.714000', '170357.716000', '170357.721000', '170357.723000', '170357.726000', '170357.728000', '170357.731000', '170357.734000', '170357.736000', '170357.739000', '170357.742000', '170357.744000', '170357.747000', '170357.750000', '170357.752000', '170357.755000', '170357.757000', '170357.760000', '170357.763000', '170357.765000', '170357.768000', '170357.770000', '170357.773000', '170357.776000', '170357.778000', '170357.781000', '170357.783000', '170357.786000', '170357.789000', '170357.791000', '170357.794000', '170417.680000', '170417.683000', '170417.685000', '170417.688000', '170417.690000', '170417.693000', '170417.696000', '170417.698000', '170417.701000', '170417.703000', '170417.706000', '170417.709000', '170417.711000', '170417.714000', '170417.716000', '170417.719000', '170417.722000', '170417.724000', '170417.727000', '170417.729000', '170417.732000', '170417.734000', '170417.737000', '170417.740000', '170417.742000', '170417.745000', '170417.747000', '170417.750000', '170417.753000', '170417.755000', '170417.758000', '170417.760000', '170417.763000', '170417.766000', '170417.769000', '170417.772000', '170417.775000', '170417.777000', '170417.780000', '170417.783000', '170417.785000', '170417.788000', '170417.790000', '170437.680000', '170437.683000', '170437.685000', '170437.688000', '170437.691000', '170437.693000', '170437.696000', '170437.698000', '170437.701000', '170437.704000', '170437.706000', '170437.709000', '170437.712000', '170437.714000', '170437.717000', '170437.719000', '170437.722000', '170437.725000', '170437.727000', '170437.730000', '170437.732000', '170437.735000', '170437.737000', '170437.740000', '170437.743000', '170437.745000', '170437.748000', '170437.750000', '170437.753000', '170437.756000', '170437.758000', '170437.761000', '170437.764000', '170437.766000', '170437.769000', '170437.771000', '170437.774000', '170437.777000', '170437.779000', '170437.782000', '170437.784000', '170437.787000', '170437.790000', '170437.792000', '170443.942000', '170443.945000', '170443.948000', '170443.950000', '170443.953000', '170443.955000', '170443.958000', '170443.961000', '170443.963000', '170443.966000', '170443.968000', '170443.971000', '170443.973000', '170443.976000'], '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': [9175, 10346, 14611, 11492, 10176, 9558, 9990, 9786, 10150, 12536, 10747, 10394, 10456, 10448, 9078, 10247, 11530, 11140, 9988, 10566, 12819, 10287, 9946, 10559, 11310, 9770, 10094, 11265, 10293, 10451, 9498, 10144, 10009, 9866, 11359, 10956, 9698, 10140, 11569, 10695, 9721, 10214, 11209, 9879, 10233, 10578, 10202, 8855, 10369, 9735, 11043, 9661, 10412, 10709, 9159, 9923, 9680, 10800, 9650, 10601, 14599, 10578, 10256, 10170, 12220, 10318, 10388, 16582, 12155, 10680, 9739, 11422, 10305, 10400, 15019, 10989, 10120, 10257, 11127, 9808, 9414, 10596, 10300, 10163, 12257, 10740, 10211, 10283, 10008, 10188, 9811, 10426, 11020, 10082, 10354, 12647, 10350, 9860, 9990, 10753, 9523, 10529, 10964, 10282, 9802, 9941, 11129, 10261, 10351, 13087, 10585, 10034, 10695, 11176, 10073, 10230, 11250, 10178, 9949, 11483, 10913, 9905, 10030, 10483, 9436, 9782, 10009, 10163, 9762, 10545, 9810, 9531, 9817, 10221, 10171, 9897, 10081, 10644, 9756, 9815, 9622, 10278, 9338, 10340, 13892, 10455, 9806, 10136, 11280, 9699, 10352, 15846, 12455, 10295, 10089, 11771, 10614, 10011, 12643, 11789, 9737, 9499, 9814, 10056, 10065, 12442, 10505, 10048, 9473, 9749, 9535, 9858, 10534, 10972, 10069, 9653, 10210, 9566, 9513, 9640, 10954, 9756, 10500, 12442, 9625, 9486, 9408, 10391, 10099, 9811, 10327, 10817, 9711, 10118, 15055, 11062, 9831, 9994, 10676, 10006, 10268, 11407, 11649, 8960, 10045, 11801, 10929, 10065, 10097, 10073, 8851, 9287, 11332, 11120, 9901, 9593, 10361, 9811, 9763, 9552, 11068, 10199, 10484, 13102, 10663, 9913, 9625, 9870, 10353, 10158, 10223, 10819, 10026, 10044, 10445, 10417, 10133, 9601, 11413, 10263, 9389, 9659, 10202, 9121, 10007, 12735, 10593, 9444, 9763, 10071, 9217, 9344, 9359, 9516, 9853, 9686, 11833, 11279, 10046, 9771, 12294, 10129, 9667, 9429, 10784, 10587, 9502, 9936, 10515, 10233, 9682, 12246, 10740, 9800, 9872, 12416, 10448, 10248, 9986, 10567, 9330, 9404, 10299, 10748, 9798, 10341, 12734, 10447, 9931, 9696, 9533, 9116, 9589, 9666, 11074, 9696, 9776, 10430, 9813, 9136, 9181, 9373, 9965, 9518, 10023, 9952, 9229, 9702, 10609, 10670, 9722, 10267, 13707, 10677, 10322, 9227, 12062, 10251, 9801, 10656, 11802, 10015, 10288, 12391, 10903, 9721, 9602, 10819, 9872, 9357, 10096, 10305, 8989, 8997, 10320, 10365, 9452, 9878, 10319, 9658, 10064, 9923, 10483, 10090, 9785, 13452, 11256, 10598, 10306, 15818, 12718, 10800, 10553, 12379, 10631, 9772, 9337, 13820, 10269, 9557, 9488, 10652, 9368, 9615, 11292, 10344, 9706, 9488, 9579, 8995, 9757, 12198, 10468, 9190, 9287, 10205, 9292, 9111, 9277, 10934, 9959, 9519, 11127, 10886, 9540, 9851, 14464, 10302, 9939, 12378, 10603, 9780, 9996, 13138, 9976, 9828, 10766, 10894, 9551, 10019, 15016, 10140, 10369, 9254, 10747, 9986, 9974, 12779, 10229, 9986, 8941, 10887, 10074, 10235, 11364, 10244, 9493, 11139, 11092, 10467, 9885, 10891, 10381, 10318, 9007, 10617, 10110, 9713, 13397, 10919, 10120, 9218, 9741, 9704, 9227, 10590, 10896, 10256, 10604, 10012, 10050, 10048, 9373, 11656, 9973, 10061, 10479, 10713, 9844, 9209, 13335, 10498, 9536, 9674, 10913, 9559, 10091, 8569, 10481, 9705, 9334, 11740, 9505, 9916, 8876, 9057, 9728, 9938, 11153, 10667, 10131, 9792, 12252, 10548, 9401, 11648, 13706, 10313, 10005, 12468, 10620, 9505, 10000, 12686, 10499, 10278, 10353, 10629, 9412, 9536, 11879, 10418, 9909, 8761, 9994, 9724, 9170, 11501, 10995, 10207, 9695, 10782, 10396, 9664, 9145, 9611, 8728, 9715, 9057, 11066, 9482, 9848, 11386, 11596, 10074, 10307, 11665, 10956, 9665, 9846, 15557, 10235, 9889, 9508, 8886, 9903, 9336, 9978, 10103, 8992, 9492, 9946, 10519, 9405, 8604, 9773, 9793, 9585, 10591, 10821, 10525, 10275, 12759, 10184, 9974, 9299, 10509, 10159, 9819, 13590, 10460, 9742, 9115, 9377, 9809, 9449, 9720, 9896, 10280, 9678, 9698, 10413, 9571, 9841, 11113, 10423, 9690, 8960, 11110, 9896, 9330, 9537, 10405, 10107, 10388, 13550, 11340, 10884, 10745, 14829, 10798, 9803, 10746, 15083, 11102, 9742, 9398, 9596, 10559, 9470, 9594, 10926, 10891, 10314, 9918, 11055, 9961, 9318, 11406, 10387, 10137, 9011, 10859, 10599, 9622, 11039, 10357, 9909, 8945, 11066, 9705, 9144, 10213, 9856, 9846, 9979, 10229, 9598, 9540, 8939, 10729, 9226, 10334, 10408, 10078, 9470, 10670, 10549, 10046, 9440, 11059, 9773, 9924, 12442, 10392, 10066, 9291, 11287, 10025, 10077, 12542, 10668, 9580, 9550, 10424, 10125, 9887, 10220, 10754, 9099, 9336, 10286, 10296, 9809, 9281, 10944, 9581, 9826, 11476, 10705, 10486, 8728, 10982, 9746, 9946, 13920, 10701, 9943, 8777, 10722, 9799, 10119, 10474, 10504, 9591, 9766, 11972, 10221, 10039, 8801, 10787, 10487, 9965, 14755, 10779, 10407, 9773, 10132, 10332, 9410, 9744, 10373, 10714, 10209, 9376, 10356, 9590, 10002, 13165, 11368, 10258, 9563, 10297, 10405, 10025, 12758, 11045, 10258, 10028, 11282, 10640, 10194, 10022, 9891, 10658, 9713, 9701, 10712, 10603, 10128, 10365, 10681, 10032, 9159, 11030, 10383, 10108, 14928, 10910, 10282, 9397, 10877, 10180, 9561, 11251, 10170, 10169, 9177, 10224, 9846, 10150, 10028, 10935, 10250, 10120, 11517, 10312, 10270, 9544, 9889, 10615, 9983, 13830, 11960, 10578, 10133, 9710, 10665, 10093, 9755, 11863, 10360, 10135, 9211, 10465, 9710, 9686, 9563, 10004, 10161, 9449, 10985, 10548, 10262, 8928, 10679, 10048, 9531, 14429, 10695, 10499, 9551, 12397, 10338, 10584, 9848, 9630, 10145, 9332, 11820, 10790, 10364, 9917, 9931, 10251, 9444, 9022, 11385, 10147, 9804, 9580, 10434, 9148, 8915, 10011, 10677, 9112, 9549, 10778, 10842, 9756, 9406, 14950, 10750, 10319, 9741, 10509, 10300, 9380, 13477, 12253, 9977, 10095, 10297, 10536, 9826, 9305, 12128, 9749, 10092, 9187, 11000, 9712, 9605, 10050, 9500, 10110, 10078, 11154, 9703, 9295, 10271, 9941, 10055, 9437, 10984, 10506, 10295, 14528, 10781, 10204, 9331, 10929, 10844, 9982, 12706, 10366, 10222, 8753, 10805, 9826, 9225, 10771, 10404, 9895, 8749, 10658, 9410, 9561, 12460, 10561, 9732], 'WindowCenter': [4666.0, 4666.0, 4696.0, 4639.0, 4616.0, 4604.0, 4587.0, 4601.0, 4612.0, 4629.0, 4608.0, 4595.0, 4593.0, 4591.0, 4562.0, 4595.0, 4605.0, 4603.0, 4584.0, 4595.0, 4626.0, 4585.0, 4584.0, 4582.0, 4604.0, 4584.0, 4585.0, 4603.0, 4582.0, 4581.0, 4570.0, 4570.0, 4582.0, 4583.0, 4605.0, 4607.0, 4585.0, 4595.0, 4605.0, 4596.0, 4584.0, 4596.0, 4606.0, 4583.0, 4583.0, 4595.0, 4595.0, 4575.0, 4598.0, 4586.0, 4605.0, 4582.0, 4608.0, 4605.0, 4589.0, 4599.0, 4586.0, 4607.0, 4587.0, 4611.0, 4659.0, 4610.0, 4597.0, 4597.0, 4614.0, 4598.0, 4597.0, 4658.0, 4617.0, 4595.0, 4573.0, 4604.0, 4595.0, 4594.0, 4646.0, 4593.0, 4581.0, 4580.0, 4606.0, 4585.0, 4574.0, 4582.0, 4583.0, 4595.0, 4614.0, 4594.0, 4581.0, 4595.0, 4584.0, 4595.0, 4583.0, 4581.0, 4594.0, 4596.0, 4585.0, 4624.0, 4597.0, 4585.0, 4573.0, 4591.0, 4572.0, 4606.0, 4594.0, 4597.0, 4587.0, 4584.0, 4603.0, 4593.0, 4598.0, 4624.0, 4595.0, 4583.0, 4581.0, 4591.0, 4571.0, 4595.0, 4592.0, 4586.0, 4572.0, 4590.0, 4578.0, 4571.0, 4582.0, 4593.0, 4560.0, 4583.0, 4570.0, 4583.0, 4582.0, 4596.0, 4583.0, 4586.0, 4585.0, 4584.0, 4584.0, 4598.0, 4598.0, 4594.0, 4588.0, 4587.0, 4584.0, 4594.0, 4588.0, 4596.0, 4649.0, 4594.0, 4585.0, 4594.0, 4603.0, 4587.0, 4598.0, 4657.0, 4627.0, 4585.0, 4582.0, 4601.0, 4591.0, 4584.0, 4613.0, 4615.0, 4573.0, 4572.0, 4571.0, 4580.0, 4583.0, 4611.0, 4596.0, 4583.0, 4571.0, 4572.0, 4587.0, 4586.0, 4596.0, 4594.0, 4582.0, 4572.0, 4595.0, 4584.0, 4586.0, 4585.0, 4592.0, 4569.0, 4594.0, 4624.0, 4573.0, 4575.0, 4588.0, 4583.0, 4583.0, 4572.0, 4580.0, 4593.0, 4586.0, 4596.0, 4646.0, 4603.0, 4583.0, 4572.0, 4592.0, 4597.0, 4594.0, 4604.0, 4604.0, 4564.0, 4582.0, 4613.0, 4606.0, 4582.0, 4581.0, 4583.0, 4563.0, 4588.0, 4604.0, 4605.0, 4583.0, 4584.0, 4609.0, 4584.0, 4585.0, 4573.0, 4591.0, 4581.0, 4595.0, 4624.0, 4596.0, 4584.0, 4572.0, 4570.0, 4580.0, 4596.0, 4584.0, 4605.0, 4585.0, 4582.0, 4591.0, 4595.0, 4597.0, 4584.0, 4616.0, 4585.0, 4573.0, 4570.0, 4596.0, 4587.0, 4586.0, 4638.0, 4596.0, 4584.0, 4584.0, 4598.0, 4586.0, 4587.0, 4576.0, 4584.0, 4596.0, 4586.0, 4615.0, 4605.0, 4586.0, 4584.0, 4616.0, 4594.0, 4586.0, 4574.0, 4593.0, 4592.0, 4583.0, 4595.0, 4594.0, 4597.0, 4583.0, 4613.0, 4604.0, 4598.0, 4586.0, 4624.0, 4592.0, 4581.0, 4596.0, 4596.0, 4574.0, 4574.0, 4581.0, 4591.0, 4587.0, 4596.0, 4625.0, 4593.0, 4582.0, 4571.0, 4587.0, 4574.0, 4583.0, 4586.0, 4603.0, 4574.0, 4582.0, 4608.0, 4586.0, 4574.0, 4587.0, 4573.0, 4583.0, 4584.0, 4599.0, 4586.0, 4589.0, 4586.0, 4593.0, 4594.0, 4583.0, 4608.0, 4636.0, 4610.0, 4585.0, 4575.0, 4612.0, 4582.0, 4583.0, 4607.0, 4616.0, 4585.0, 4585.0, 4614.0, 4593.0, 4586.0, 4572.0, 4606.0, 4585.0, 4573.0, 4583.0, 4597.0, 4576.0, 4574.0, 4596.0, 4596.0, 4584.0, 4599.0, 4594.0, 4585.0, 4586.0, 4573.0, 4583.0, 4586.0, 4587.0, 4635.0, 4605.0, 4594.0, 4595.0, 4646.0, 4626.0, 4594.0, 4583.0, 4613.0, 4593.0, 4585.0, 4562.0, 4624.0, 4569.0, 4560.0, 4558.0, 4593.0, 4574.0, 4573.0, 4605.0, 4583.0, 4571.0, 4572.0, 4585.0, 4577.0, 4587.0, 4629.0, 4595.0, 4576.0, 4576.0, 4610.0, 4589.0, 4580.0, 4588.0, 4607.0, 4584.0, 4574.0, 4594.0, 4595.0, 4590.0, 4599.0, 4649.0, 4596.0, 4584.0, 4613.0, 4606.0, 4584.0, 4587.0, 4627.0, 4574.0, 4571.0, 4591.0, 4606.0, 4586.0, 4584.0, 4646.0, 4595.0, 4585.0, 4562.0, 4590.0, 4581.0, 4583.0, 4625.0, 4586.0, 4586.0, 4564.0, 4594.0, 4571.0, 4572.0, 4591.0, 4596.0, 4573.0, 4607.0, 4604.0, 4593.0, 4586.0, 4606.0, 4595.0, 4583.0, 4563.0, 4581.0, 4584.0, 4582.0, 4626.0, 4596.0, 4585.0, 4563.0, 4572.0, 4585.0, 4574.0, 4595.0, 4593.0, 4584.0, 4594.0, 4583.0, 4587.0, 4597.0, 4577.0, 4619.0, 4586.0, 4585.0, 4595.0, 4595.0, 4586.0, 4575.0, 4626.0, 4583.0, 4574.0, 4574.0, 4605.0, 4576.0, 4597.0, 4564.0, 4583.0, 4574.0, 4577.0, 4605.0, 4588.0, 4586.0, 4573.0, 4565.0, 4590.0, 4599.0, 4620.0, 4596.0, 4597.0, 4585.0, 4603.0, 4598.0, 4576.0, 4607.0, 4636.0, 4584.0, 4574.0, 4601.0, 4593.0, 4586.0, 4574.0, 4626.0, 4596.0, 4579.0, 4583.0, 4581.0, 4576.0, 4573.0, 4616.0, 4593.0, 4584.0, 4554.0, 4587.0, 4586.0, 4575.0, 4617.0, 4594.0, 4583.0, 4573.0, 4604.0, 4597.0, 4586.0, 4579.0, 4576.0, 4556.0, 4576.0, 4564.0, 4606.0, 4576.0, 4584.0, 4606.0, 4606.0, 4583.0, 4585.0, 4604.0, 4595.0, 4586.0, 4584.0, 4646.0, 4584.0, 4587.0, 4588.0, 4564.0, 4572.0, 4563.0, 4585.0, 4583.0, 4564.0, 4585.0, 4586.0, 4596.0, 4573.0, 4554.0, 4586.0, 4587.0, 4586.0, 4598.0, 4595.0, 4582.0, 4583.0, 4626.0, 4596.0, 4586.0, 4574.0, 4582.0, 4584.0, 4585.0, 4625.0, 4598.0, 4576.0, 4564.0, 4564.0, 4586.0, 4584.0, 4588.0, 4584.0, 4584.0, 4574.0, 4587.0, 4595.0, 4587.0, 4589.0, 4597.0, 4594.0, 4588.0, 4592.0, 4620.0, 4586.0, 4565.0, 4574.0, 4582.0, 4585.0, 4584.0, 4626.0, 4595.0, 4593.0, 4593.0, 4647.0, 4595.0, 4586.0, 4595.0, 4646.0, 4595.0, 4575.0, 4561.0, 4560.0, 4582.0, 4572.0, 4573.0, 4596.0, 4594.0, 4586.0, 4584.0, 4594.0, 4582.0, 4576.0, 4604.0, 4586.0, 4585.0, 4562.0, 4582.0, 4583.0, 4574.0, 4594.0, 4583.0, 4586.0, 4564.0, 4593.0, 4588.0, 4573.0, 4586.0, 4584.0, 4585.0, 4596.0, 4596.0, 4588.0, 4586.0, 4565.0, 4593.0, 4578.0, 4595.0, 4598.0, 4588.0, 4576.0, 4584.0, 4584.0, 4584.0, 4577.0, 4607.0, 4587.0, 4587.0, 4614.0, 4582.0, 4573.0, 4573.0, 4607.0, 4586.0, 4587.0, 4613.0, 4595.0, 4586.0, 4575.0, 4585.0, 4579.0, 4570.0, 4583.0, 4594.0, 4564.0, 4576.0, 4585.0, 4585.0, 4572.0, 4562.0, 4606.0, 4575.0, 4586.0, 4606.0, 4593.0, 4584.0, 4554.0, 4606.0, 4585.0, 4587.0, 4637.0, 4595.0, 4589.0, 4570.0, 4609.0, 4571.0, 4584.0, 4571.0, 4582.0, 4573.0, 4572.0, 4615.0, 4586.0, 4584.0, 4564.0, 4594.0, 4608.0, 4586.0, 4647.0, 4596.0, 4582.0, 4571.0, 4585.0, 4595.0, 4576.0, 4588.0, 4585.0, 4582.0, 4581.0, 4562.0, 4586.0, 4586.0, 4585.0, 4625.0, 4593.0, 4581.0, 4560.0, 4596.0, 4595.0, 4585.0, 4627.0, 4593.0, 4572.0, 4582.0, 4604.0, 4595.0, 4587.0, 4572.0, 4571.0, 4582.0, 4575.0, 4575.0, 4596.0, 4596.0, 4584.0, 4581.0, 4582.0, 4571.0, 4576.0, 4594.0, 4583.0, 4582.0, 4634.0, 4583.0, 4583.0, 4562.0, 4592.0, 4582.0, 4576.0, 4606.0, 4582.0, 4585.0, 4574.0, 4597.0, 4586.0, 4597.0, 4573.0, 4582.0, 4583.0, 4583.0, 4606.0, 4586.0, 4585.0, 4574.0, 4573.0, 4594.0, 4584.0, 4624.0, 4607.0, 4583.0, 4581.0, 4561.0, 4582.0, 4583.0, 4573.0, 4613.0, 4582.0, 4582.0, 4562.0, 4583.0, 4588.0, 4576.0, 4574.0, 4587.0, 4601.0, 4590.0, 4608.0, 4597.0, 4585.0, 4562.0, 4581.0, 4572.0, 4574.0, 4637.0, 4595.0, 4585.0, 4575.0, 4616.0, 4585.0, 4584.0, 4573.0, 4562.0, 4585.0, 4574.0, 4604.0, 4597.0, 4583.0, 4574.0, 4574.0, 4585.0, 4587.0, 4566.0, 4607.0, 4585.0, 4585.0, 4588.0, 4596.0, 4576.0, 4563.0, 4573.0, 4585.0, 4567.0, 4576.0, 4595.0, 4595.0, 4576.0, 4576.0, 4647.0, 4597.0, 4586.0, 4574.0, 4584.0, 4597.0, 4575.0, 4626.0, 4616.0, 4574.0, 4573.0, 4572.0, 4583.0, 4586.0, 4564.0, 4603.0, 4574.0, 4584.0, 4563.0, 4593.0, 4562.0, 4576.0, 4584.0, 4574.0, 4597.0, 4585.0, 4606.0, 4574.0, 4575.0, 4599.0, 4586.0, 4589.0, 4576.0, 4594.0, 4585.0, 4598.0, 4637.0, 4598.0, 4586.0, 4562.0, 4581.0, 4583.0, 4585.0, 4614.0, 4587.0, 4582.0, 4551.0, 4581.0, 4572.0, 4576.0, 4593.0, 4595.0, 4574.0, 4553.0, 4597.0, 4577.0, 4574.0, 4616.0, 4595.0, 4574.0], 'WindowWidth': [10276.0, 10246.0, 10269.0, 10172.0, 10135.0, 10108.0, 10074.0, 10095.0, 10112.0, 10132.0, 10099.0, 10077.0, 10069.0, 10067.0, 10030.0, 10078.0, 10091.0, 10083.0, 10056.0, 10074.0, 10119.0, 10063.0, 10058.0, 10052.0, 10086.0, 10058.0, 10062.0, 10084.0, 10054.0, 10050.0, 10032.0, 10032.0, 10053.0, 10055.0, 10090.0, 10096.0, 10065.0, 10076.0, 10087.0, 10077.0, 10061.0, 10077.0, 10090.0, 10055.0, 10056.0, 10076.0, 10076.0, 10048.0, 10085.0, 10064.0, 10087.0, 10057.0, 10099.0, 10092.0, 10075.0, 10088.0, 10067.0, 10092.0, 10067.0, 10107.0, 10169.0, 10104.0, 10081.0, 10078.0, 10101.0, 10084.0, 10083.0, 10170.0, 10110.0, 10075.0, 10041.0, 10083.0, 10076.0, 10070.0, 10149.0, 10070.0, 10050.0, 10047.0, 10090.0, 10061.0, 10047.0, 10053.0, 10058.0, 10077.0, 10103.0, 10071.0, 10052.0, 10076.0, 10060.0, 10078.0, 10056.0, 10051.0, 10072.0, 10079.0, 10061.0, 10116.0, 10080.0, 10060.0, 10040.0, 10062.0, 10040.0, 10094.0, 10073.0, 10083.0, 10066.0, 10059.0, 10084.0, 10071.0, 10086.0, 10116.0, 10078.0, 10056.0, 10051.0, 10062.0, 10036.0, 10076.0, 10068.0, 10063.0, 10039.0, 10062.0, 10042.0, 10036.0, 10057.0, 10069.0, 10022.0, 10058.0, 10035.0, 10052.0, 10052.0, 10079.0, 10056.0, 10067.0, 10061.0, 10057.0, 10058.0, 10088.0, 10085.0, 10077.0, 10072.0, 10066.0, 10061.0, 10076.0, 10075.0, 10080.0, 10156.0, 10075.0, 10062.0, 10071.0, 10083.0, 10070.0, 10085.0, 10167.0, 10123.0, 10062.0, 10053.0, 10078.0, 10067.0, 10063.0, 10097.0, 10106.0, 10044.0, 10040.0, 10036.0, 10050.0, 10059.0, 10093.0, 10079.0, 10055.0, 10038.0, 10042.0, 10069.0, 10064.0, 10078.0, 10070.0, 10054.0, 10040.0, 10081.0, 10062.0, 10067.0, 10062.0, 10068.0, 10035.0, 10074.0, 10118.0, 10043.0, 10048.0, 10073.0, 10059.0, 10055.0, 10039.0, 10048.0, 10070.0, 10065.0, 10076.0, 10149.0, 10083.0, 10056.0, 10039.0, 10069.0, 10081.0, 10073.0, 10085.0, 10088.0, 10033.0, 10054.0, 10097.0, 10092.0, 10052.0, 10050.0, 10058.0, 10030.0, 10072.0, 10088.0, 10087.0, 10059.0, 10060.0, 10103.0, 10062.0, 10065.0, 10043.0, 10063.0, 10048.0, 10074.0, 10116.0, 10078.0, 10059.0, 10040.0, 10036.0, 10048.0, 10081.0, 10059.0, 10091.0, 10060.0, 10053.0, 10065.0, 10076.0, 10084.0, 10061.0, 10108.0, 10061.0, 10042.0, 10037.0, 10080.0, 10068.0, 10064.0, 10140.0, 10077.0, 10059.0, 10057.0, 10088.0, 10067.0, 10070.0, 10053.0, 10061.0, 10080.0, 10065.0, 10103.0, 10089.0, 10063.0, 10059.0, 10106.0, 10073.0, 10067.0, 10047.0, 10069.0, 10067.0, 10057.0, 10079.0, 10073.0, 10083.0, 10057.0, 10096.0, 10088.0, 10085.0, 10065.0, 10115.0, 10067.0, 10051.0, 10080.0, 10079.0, 10047.0, 10047.0, 10052.0, 10061.0, 10069.0, 10077.0, 10118.0, 10069.0, 10053.0, 10037.0, 10069.0, 10047.0, 10059.0, 10067.0, 10082.0, 10043.0, 10054.0, 10100.0, 10065.0, 10048.0, 10070.0, 10045.0, 10056.0, 10059.0, 10089.0, 10066.0, 10074.0, 10067.0, 10073.0, 10072.0, 10058.0, 10101.0, 10135.0, 10103.0, 10064.0, 10046.0, 10094.0, 10051.0, 10055.0, 10100.0, 10106.0, 10061.0, 10061.0, 10100.0, 10067.0, 10064.0, 10042.0, 10094.0, 10063.0, 10041.0, 10057.0, 10081.0, 10054.0, 10048.0, 10079.0, 10077.0, 10061.0, 10088.0, 10074.0, 10063.0, 10062.0, 10040.0, 10052.0, 10060.0, 10065.0, 10130.0, 10087.0, 10071.0, 10076.0, 10149.0, 10118.0, 10070.0, 10053.0, 10094.0, 10071.0, 10061.0, 10028.0, 10114.0, 10031.0, 10018.0, 10015.0, 10072.0, 10044.0, 10042.0, 10088.0, 10053.0, 10036.0, 10038.0, 10063.0, 10057.0, 10067.0, 10127.0, 10076.0, 10050.0, 10048.0, 10105.0, 10073.0, 10063.0, 10072.0, 10093.0, 10058.0, 10044.0, 10071.0, 10074.0, 10077.0, 10087.0, 10155.0, 10079.0, 10056.0, 10095.0, 10093.0, 10061.0, 10067.0, 10121.0, 10042.0, 10036.0, 10064.0, 10092.0, 10064.0, 10057.0, 10149.0, 10077.0, 10058.0, 10024.0, 10060.0, 10050.0, 10059.0, 10117.0, 10064.0, 10066.0, 10032.0, 10069.0, 10036.0, 10035.0, 10065.0, 10077.0, 10042.0, 10095.0, 10084.0, 10068.0, 10063.0, 10093.0, 10075.0, 10057.0, 10025.0, 10048.0, 10059.0, 10056.0, 10119.0, 10074.0, 10060.0, 10027.0, 10042.0, 10063.0, 10046.0, 10077.0, 10069.0, 10058.0, 10072.0, 10060.0, 10065.0, 10083.0, 10053.0, 10116.0, 10065.0, 10061.0, 10074.0, 10074.0, 10066.0, 10048.0, 10119.0, 10053.0, 10041.0, 10045.0, 10090.0, 10050.0, 10081.0, 10032.0, 10055.0, 10043.0, 10054.0, 10088.0, 10070.0, 10063.0, 10045.0, 10034.0, 10075.0, 10087.0, 10116.0, 10079.0, 10078.0, 10060.0, 10084.0, 10081.0, 10053.0, 10095.0, 10133.0, 10057.0, 10041.0, 10077.0, 10070.0, 10065.0, 10043.0, 10119.0, 10077.0, 10046.0, 10053.0, 10047.0, 10053.0, 10042.0, 10105.0, 10069.0, 10057.0, 10017.0, 10068.0, 10065.0, 10050.0, 10109.0, 10071.0, 10054.0, 10041.0, 10087.0, 10078.0, 10065.0, 10058.0, 10050.0, 10021.0, 10044.0, 10032.0, 10090.0, 10050.0, 10057.0, 10089.0, 10091.0, 10058.0, 10059.0, 10084.0, 10073.0, 10065.0, 10060.0, 10146.0, 10059.0, 10065.0, 10069.0, 10029.0, 10036.0, 10026.0, 10061.0, 10053.0, 10029.0, 10060.0, 10061.0, 10073.0, 10044.0, 10017.0, 10064.0, 10068.0, 10065.0, 10081.0, 10073.0, 10051.0, 10054.0, 10120.0, 10078.0, 10064.0, 10046.0, 10052.0, 10055.0, 10059.0, 10114.0, 10083.0, 10048.0, 10029.0, 10030.0, 10062.0, 10059.0, 10070.0, 10060.0, 10057.0, 10044.0, 10069.0, 10076.0, 10069.0, 10071.0, 10077.0, 10070.0, 10067.0, 10083.0, 10118.0, 10062.0, 10030.0, 10039.0, 10048.0, 10059.0, 10058.0, 10118.0, 10073.0, 10068.0, 10066.0, 10148.0, 10074.0, 10062.0, 10075.0, 10148.0, 10074.0, 10046.0, 10021.0, 10019.0, 10050.0, 10037.0, 10044.0, 10079.0, 10071.0, 10063.0, 10058.0, 10068.0, 10053.0, 10050.0, 10083.0, 10063.0, 10058.0, 10026.0, 10050.0, 10053.0, 10046.0, 10073.0, 10057.0, 10061.0, 10029.0, 10066.0, 10070.0, 10044.0, 10066.0, 10057.0, 10059.0, 10081.0, 10077.0, 10071.0, 10066.0, 10036.0, 10070.0, 10058.0, 10079.0, 10083.0, 10068.0, 10048.0, 10058.0, 10055.0, 10056.0, 10051.0, 10094.0, 10065.0, 10065.0, 10097.0, 10051.0, 10037.0, 10043.0, 10094.0, 10063.0, 10066.0, 10095.0, 10074.0, 10064.0, 10048.0, 10059.0, 10044.0, 10033.0, 10054.0, 10069.0, 10032.0, 10050.0, 10059.0, 10057.0, 10039.0, 10027.0, 10093.0, 10047.0, 10065.0, 10089.0, 10069.0, 10057.0, 10018.0, 10093.0, 10061.0, 10064.0, 10135.0, 10073.0, 10071.0, 10047.0, 10097.0, 10038.0, 10053.0, 10032.0, 10049.0, 10038.0, 10039.0, 10102.0, 10063.0, 10056.0, 10029.0, 10070.0, 10097.0, 10064.0, 10151.0, 10076.0, 10051.0, 10035.0, 10060.0, 10075.0, 10049.0, 10069.0, 10059.0, 10051.0, 10049.0, 10023.0, 10064.0, 10064.0, 10060.0, 10113.0, 10064.0, 10047.0, 10018.0, 10079.0, 10074.0, 10061.0, 10119.0, 10066.0, 10036.0, 10053.0, 10089.0, 10072.0, 10065.0, 10039.0, 10035.0, 10049.0, 10047.0, 10047.0, 10075.0, 10077.0, 10055.0, 10050.0, 10048.0, 10035.0, 10051.0, 10072.0, 10054.0, 10051.0, 10125.0, 10053.0, 10052.0, 10023.0, 10064.0, 10054.0, 10049.0, 10091.0, 10053.0, 10058.0, 10044.0, 10082.0, 10063.0, 10078.0, 10042.0, 10050.0, 10051.0, 10053.0, 10091.0, 10063.0, 10060.0, 10044.0, 10040.0, 10071.0, 10058.0, 10112.0, 10092.0, 10055.0, 10050.0, 10021.0, 10049.0, 10057.0, 10041.0, 10100.0, 10051.0, 10051.0, 10028.0, 10054.0, 10070.0, 10048.0, 10042.0, 10063.0, 10091.0, 10077.0, 10097.0, 10080.0, 10058.0, 10022.0, 10046.0, 10037.0, 10042.0, 10135.0, 10072.0, 10057.0, 10046.0, 10102.0, 10060.0, 10057.0, 10040.0, 10023.0, 10059.0, 10044.0, 10084.0, 10078.0, 10054.0, 10043.0, 10042.0, 10062.0, 10067.0, 10034.0, 10093.0, 10059.0, 10059.0, 10069.0, 10074.0, 10047.0, 10026.0, 10038.0, 10057.0, 10036.0, 10049.0, 10072.0, 10070.0, 10047.0, 10048.0, 10148.0, 10076.0, 10060.0, 10041.0, 10055.0, 10079.0, 10045.0, 10117.0, 10102.0, 10040.0, 10037.0, 10034.0, 10053.0, 10061.0, 10031.0, 10081.0, 10042.0, 10056.0, 10028.0, 10064.0, 10022.0, 10050.0, 10060.0, 10044.0, 10080.0, 10061.0, 10085.0, 10045.0, 10046.0, 10086.0, 10062.0, 10072.0, 10049.0, 10069.0, 10056.0, 10084.0, 10132.0, 10082.0, 10059.0, 10023.0, 10047.0, 10050.0, 10061.0, 10096.0, 10064.0, 10051.0, 10007.0, 10044.0, 10037.0, 10051.0, 10068.0, 10075.0, 10043.0, 10012.0, 10078.0, 10053.0, 10045.0, 10105.0, 10072.0, 10043.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.0002549307159353349</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02230071581986143</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.204467993849725</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1436685583699424</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905918919190747</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5494</td></tr>
|
|
<tr><td colspan=3>fber</td><td>1533.9874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13209801198602503</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>193</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>22.28637413394919</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4608419102225736</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.358185761958288</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690665935849525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3336740328599075</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00600494</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015567021444439888</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.060729559510946274</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2268736481030915</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1281</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>109.7263</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>302.7851</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>98.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285347.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1305.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>495.2736</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7013</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.8677</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3726.4738</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3834.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91197.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1690.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4910.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.0484</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.442708362592384</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> |