=== 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-0116 --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-0116",
"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-0116_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0116_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-03/func/sub-0116_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ac33a8d93939abdbe6901d15f04559b6</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>15:10:29.087500</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.997774, -0.0662148, 0.00797191, 0.0645231, 0.988632, 0.135805]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0883897</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4236, -7913, -7204, 544, -175, -258, 315, 149]</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>237.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9a9625a8-8055-4e92-9ead-23ee056d3845||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.6769535541534424, 0.17311081290245056, 0.04555869475007057, 102.24628448486328], [0.17764946818351746, 2.652428150177002, 0.3644682466983795, -118.98263549804688], [0.021388059481978416, -0.36435481905937195, 2.6748995780944824, -45.51960372924805], [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': ['151029.087500', '151029.547500', '151030.007500', '151030.467500', '151030.927500', '151031.387500', '151031.847500', '151032.307500', '151032.767500', '151033.227500', '151033.687500', '151034.147500', '151034.607500', '151035.067500', '151035.527500', '151035.987500', '151036.447500', '151036.907500', '151037.367500', '151037.827500', '151038.287500', '151038.747500', '151039.207500', '151039.667500', '151040.127500', '151040.587500', '151041.047500', '151041.507500', '151041.967500', '151042.427500', '151042.887500', '151043.347500', '151043.807500', '151044.267500', '151044.727500', '151045.187500', '151045.647500', '151046.107500', '151046.567500', '151047.027500', '151047.487500', '151047.947500', '151048.407500', '151048.867500', '151049.327500', '151049.787500', '151050.247500', '151050.707500', '151051.167500', '151051.627500', '151052.087500', '151052.547500', '151053.007500', '151053.467500', '151053.927500', '151054.387500', '151054.847500', '151055.307500', '151055.767500', '151056.227500', '151056.687500', '151057.147500', '151057.607500', '151058.067500', '151058.527500', '151058.987500', '151059.447500', '151059.907500', '151100.367500', '151100.827500', '151101.287500', '151101.747500', '151102.207500', '151102.667500', '151103.127500', '151103.587500', '151104.047500', '151104.507500', '151104.967500', '151105.427500', '151105.887500', '151106.347500', '151106.807500', '151107.267500', '151107.727500', '151108.187500', '151108.647500', '151109.107500', '151109.567500', '151110.027500', '151110.487500', '151110.947500', '151111.407500', '151111.867500', '151112.327500', '151112.787500', '151113.247500', '151113.707500', '151114.167500', '151114.627500', '151115.087500', '151115.547500', '151116.007500', '151116.467500', '151116.927500', '151117.387500', '151117.847500', '151118.307500', '151118.767500', '151119.227500', '151119.687500', '151120.147500', '151120.607500', '151121.067500', '151121.527500', '151121.987500', '151122.447500', '151122.907500', '151123.367500', '151123.827500', '151124.287500', '151124.747500', '151125.207500', '151125.667500', '151126.127500', '151126.587500', '151127.047500', '151127.507500', '151127.967500', '151128.427500', '151128.887500', '151129.347500', '151129.807500', '151130.267500', '151130.727500', '151131.187500', '151131.647500', '151132.107500', '151132.567500', '151133.027500', '151133.487500', '151133.947500', '151134.407500', '151134.867500', '151135.327500', '151135.787500', '151136.247500', '151136.707500', '151137.167500', '151137.627500', '151138.087500', '151138.547500', '151139.007500', '151139.467500', '151139.927500', '151140.387500', '151140.847500', '151141.307500', '151141.767500', '151142.227500', '151142.687500', '151143.147500', '151143.607500', '151144.067500', '151144.527500', '151144.987500', '151145.447500', '151145.907500', '151146.367500', '151146.827500', '151147.287500', '151147.747500', '151148.207500', '151148.667500', '151149.127500', '151149.587500', '151150.047500', '151150.507500', '151150.967500', '151151.427500', '151151.887500', '151152.347500', '151152.807500', '151153.267500', '151153.727500', '151154.187500', '151154.647500', '151155.107500', '151155.567500', '151156.027500', '151156.487500', '151156.947500', '151157.407500', '151157.867500', '151158.327500', '151158.787500', '151159.247500', '151159.707500', '151200.167500', '151200.627500', '151201.087500', '151201.547500', '151202.007500', '151202.467500', '151202.927500', '151203.387500', '151203.847500', '151204.307500', '151204.767500', '151205.227500', '151205.687500', '151206.147500', '151206.607500', '151207.067500', '151207.527500', '151207.987500', '151208.447500', '151208.907500', '151209.367500', '151209.827500', '151210.287500', '151210.747500', '151211.207500', '151211.667500', '151212.127500', '151212.587500', '151213.047500', '151213.507500', '151213.967500', '151214.427500', '151214.887500', '151215.347500', '151215.807500', '151216.267500', '151216.727500', '151217.187500', '151217.647500', '151218.107500', '151218.567500', '151219.027500', '151219.487500', '151219.947500', '151220.407500', '151220.867500', '151221.327500', '151221.787500', '151222.247500', '151222.707500', '151223.167500', '151223.627500', '151224.087500', '151224.547500', '151225.007500', '151225.467500', '151225.927500', '151226.387500', '151226.847500', '151227.307500', '151227.767500', '151228.227500', '151228.687500', '151229.147500', '151229.607500', '151230.067500', '151230.527500', '151230.987500', '151231.447500', '151231.907500', '151232.367500', '151232.827500', '151233.287500', '151233.747500', '151234.207500', '151234.667500', '151235.127500', '151235.587500', '151236.047500', '151236.507500', '151236.967500', '151237.427500', '151237.887500', '151238.347500', '151238.807500', '151239.267500', '151239.727500', '151240.187500', '151240.647500', '151241.107500', '151241.567500', '151242.027500', '151242.487500', '151242.947500', '151243.407500', '151243.867500', '151244.327500', '151244.787500', '151245.247500', '151245.707500', '151246.167500', '151246.627500', '151247.087500', '151247.547500', '151248.007500', '151248.467500', '151248.927500', '151249.387500', '151249.847500', '151250.307500', '151250.767500', '151251.227500', '151251.687500', '151252.147500', '151252.607500', '151253.067500', '151253.527500', '151253.987500', '151254.447500', '151254.907500', '151255.367500', '151255.827500', '151256.287500', '151256.747500', '151257.207500', '151257.667500', '151258.127500', '151258.587500', '151259.047500', '151259.507500', '151259.967500', '151300.427500', '151300.887500', '151301.347500', '151301.807500', '151302.267500', '151302.727500', '151303.187500', '151303.647500', '151304.107500', '151304.567500', '151305.027500', '151305.487500', '151305.947500', '151306.407500', '151306.867500', '151307.327500', '151307.787500', '151308.247500', '151308.707500', '151309.167500', '151309.627500', '151310.087500', '151310.547500', '151311.007500', '151311.467500', '151311.927500', '151312.387500', '151312.847500', '151313.307500', '151313.767500', '151314.227500', '151314.687500', '151315.147500', '151315.607500', '151316.067500', '151316.527500', '151316.987500', '151317.447500', '151317.907500', '151318.367500', '151318.827500', '151319.287500', '151319.747500', '151320.207500', '151320.667500', '151321.127500', '151321.587500', '151322.047500', '151322.507500', '151322.967500', '151323.427500', '151323.887500', '151324.347500', '151324.807500', '151325.267500', '151325.727500', '151326.187500', '151326.647500', '151327.107500', '151327.567500', '151328.027500', '151328.487500', '151328.947500', '151329.407500', '151329.867500', '151330.327500', '151330.787500', '151331.247500', '151331.707500', '151332.167500', '151332.627500', '151333.087500', '151333.547500', '151334.007500', '151334.467500', '151334.927500', '151335.387500', '151335.847500', '151336.307500', '151336.767500', '151337.227500', '151337.687500', '151338.147500', '151338.607500', '151339.067500', '151339.527500', '151339.987500', '151340.447500', '151340.907500', '151341.367500', '151341.827500', '151342.287500', '151342.747500', '151343.207500', '151343.667500', '151344.127500', '151344.587500', '151345.047500', '151345.507500', '151345.967500', '151346.427500', '151346.887500', '151347.347500', '151347.807500', '151348.267500', '151348.727500', '151349.187500', '151349.647500', '151350.107500', '151350.567500', '151351.027500', '151351.487500', '151351.947500', '151352.407500', '151352.867500', '151353.327500', '151353.787500', '151354.247500', '151354.707500', '151355.167500', '151355.627500', '151356.087500', '151356.547500', '151357.007500', '151357.467500', '151357.927500', '151358.387500', '151358.847500', '151359.307500', '151359.767500', '151400.227500', '151400.687500', '151401.147500', '151401.607500', '151402.067500', '151402.527500', '151402.987500', '151403.447500', '151403.907500', '151404.367500', '151404.827500', '151405.287500', '151405.747500', '151406.207500', '151406.667500', '151407.127500', '151407.587500', '151408.047500', '151408.507500', '151408.967500', '151409.427500', '151409.887500', '151410.347500', '151410.807500', '151411.267500', '151411.727500', '151412.187500', '151412.647500', '151413.107500', '151413.567500', '151414.027500', '151414.487500', '151414.947500', '151415.407500', '151415.867500', '151416.327500', '151416.787500', '151417.247500', '151417.707500', '151418.167500', '151418.627500', '151419.087500', '151419.547500', '151420.007500', '151420.467500', '151420.927500', '151421.387500', '151421.847500', '151422.307500', '151422.767500', '151423.227500', '151423.687500', '151424.147500', '151424.607500', '151425.067500', '151425.527500', '151425.987500', '151426.447500', '151426.907500', '151427.367500', '151427.827500', '151428.287500', '151428.747500', '151429.207500', '151429.667500', '151430.127500', '151430.587500', '151431.047500', '151431.507500', '151431.967500', '151432.427500', '151432.887500', '151433.347500', '151433.807500', '151434.267500', '151434.727500', '151435.187500', '151435.647500', '151436.107500', '151436.567500', '151437.027500', '151437.487500', '151437.947500', '151438.407500', '151438.867500', '151439.327500', '151439.787500', '151440.247500', '151440.707500', '151441.167500', '151441.627500', '151442.087500', '151442.547500', '151443.007500', '151443.467500', '151443.927500', '151444.387500', '151444.847500', '151445.307500', '151445.767500', '151446.227500', '151446.687500', '151447.147500', '151447.607500', '151448.067500', '151448.527500', '151448.987500', '151449.447500', '151449.907500', '151450.367500', '151450.827500', '151451.287500', '151451.747500', '151452.207500', '151452.667500', '151453.127500', '151453.587500', '151454.047500', '151454.507500', '151454.967500', '151455.427500', '151455.887500', '151456.347500', '151456.807500', '151457.267500', '151457.727500', '151458.187500', '151458.647500', '151459.107500', '151459.567500', '151500.027500', '151500.487500', '151500.947500', '151501.407500', '151501.867500', '151502.327500', '151502.787500', '151503.247500', '151503.707500', '151504.167500', '151504.627500', '151505.087500', '151505.547500', '151506.007500', '151506.467500', '151506.927500', '151507.387500', '151507.847500', '151508.307500', '151508.767500', '151509.227500', '151509.687500', '151510.147500', '151510.607500', '151511.067500', '151511.527500', '151511.987500', '151512.447500', '151512.907500', '151513.367500', '151513.827500', '151514.287500', '151514.747500', '151515.207500', '151515.667500', '151516.127500', '151516.587500', '151517.047500', '151517.507500', '151517.967500', '151518.427500', '151518.887500', '151519.347500', '151519.807500', '151520.267500', '151520.727500', '151521.187500', '151521.647500', '151522.107500', '151522.567500', '151523.027500', '151523.487500', '151523.947500', '151524.407500', '151524.867500', '151525.327500', '151525.787500', '151526.247500', '151526.707500', '151527.167500', '151527.627500', '151528.087500', '151528.547500', '151529.007500', '151529.467500', '151529.927500', '151530.387500', '151530.847500', '151531.307500', '151531.767500', '151532.227500', '151532.687500', '151533.147500', '151533.607500', '151534.067500', '151534.527500', '151534.987500', '151535.447500', '151535.907500', '151536.367500', '151536.827500', '151537.287500', '151537.747500', '151538.207500', '151538.667500', '151539.127500', '151539.587500', '151540.047500', '151540.507500', '151540.967500', '151541.427500', '151541.887500', '151542.347500', '151542.807500', '151543.267500', '151543.727500', '151544.187500', '151544.647500', '151545.107500', '151545.567500', '151546.027500', '151546.487500', '151546.947500', '151547.407500', '151547.867500', '151548.327500', '151548.787500', '151549.247500', '151549.707500', '151550.167500', '151550.627500', '151551.087500', '151551.547500', '151552.007500', '151552.467500', '151552.927500', '151553.387500', '151553.847500', '151554.307500', '151554.767500', '151555.227500', '151555.687500', '151556.147500', '151556.607500', '151557.067500', '151557.527500', '151557.987500', '151558.447500', '151558.907500', '151559.367500', '151559.827500', '151600.287500', '151600.747500', '151601.207500', '151601.667500', '151602.127500', '151602.587500', '151603.047500', '151603.507500', '151603.967500', '151604.427500', '151604.887500', '151605.347500', '151605.807500', '151606.267500', '151606.727500', '151607.187500', '151607.647500', '151608.107500', '151608.567500', '151609.027500', '151609.487500', '151609.947500', '151610.407500', '151610.867500', '151611.327500', '151611.787500', '151612.247500', '151612.707500', '151613.167500', '151613.627500', '151614.087500', '151614.547500', '151615.007500', '151615.467500', '151615.927500', '151616.387500', '151616.847500', '151617.307500', '151617.767500', '151618.227500', '151618.687500', '151619.147500', '151619.607500', '151620.067500', '151620.527500', '151620.987500', '151621.447500', '151621.907500', '151622.367500', '151622.827500', '151623.287500', '151623.747500', '151624.207500', '151624.667500', '151625.127500', '151625.587500', '151626.047500', '151626.507500', '151626.967500', '151627.427500', '151627.887500', '151628.347500', '151628.807500', '151629.267500', '151629.727500', '151630.187500', '151630.647500', '151631.107500', '151631.567500', '151632.027500', '151632.487500', '151632.947500', '151633.407500', '151633.867500', '151634.327500', '151634.787500', '151635.247500', '151635.707500', '151636.167500', '151636.627500', '151637.087500', '151637.547500', '151638.007500', '151638.467500', '151638.927500', '151639.387500', '151639.847500', '151640.307500', '151640.767500', '151641.227500', '151641.687500', '151642.147500', '151642.607500', '151643.067500', '151643.527500', '151643.987500', '151644.447500', '151644.907500', '151645.367500', '151645.827500', '151646.287500', '151646.747500', '151647.207500', '151647.667500', '151648.127500', '151648.587500', '151649.047500', '151649.507500', '151649.967500', '151650.427500', '151650.887500', '151651.347500', '151651.807500', '151652.267500', '151652.727500', '151653.187500', '151653.647500', '151654.107500', '151654.567500', '151655.027500', '151655.487500', '151655.947500', '151656.407500', '151656.867500', '151657.327500', '151657.787500', '151658.247500', '151658.707500', '151659.167500', '151659.627500', '151700.087500', '151700.547500', '151701.007500', '151701.467500', '151701.927500', '151702.387500', '151702.847500', '151703.307500', '151703.767500', '151704.227500', '151704.687500', '151705.147500', '151705.607500', '151706.067500', '151706.527500', '151706.987500', '151707.447500', '151707.907500', '151708.367500', '151708.827500', '151709.287500', '151709.747500'], 'ContentTime': ['151039.738000', '151039.741000', '151039.744000', '151039.747000', '151039.749000', '151039.752000', '151039.754000', '151039.757000', '151039.760000', '151039.762000', '151039.765000', '151039.767000', '151039.770000', '151039.815000', '151039.817000', '151039.820000', '151039.822000', '151039.825000', '151039.835000', '151039.837000', '151059.710000', '151059.713000', '151059.716000', '151059.718000', '151059.721000', '151059.724000', '151059.726000', '151059.729000', '151059.731000', '151059.734000', '151059.736000', '151059.739000', '151059.741000', '151059.744000', '151059.746000', '151059.749000', '151059.751000', '151059.754000', '151059.757000', '151059.759000', '151059.762000', '151059.764000', '151059.767000', '151059.770000', '151059.772000', '151059.775000', '151059.777000', '151059.780000', '151059.782000', '151059.785000', '151059.795000', '151059.797000', '151059.800000', '151059.803000', '151059.805000', '151059.808000', '151059.811000', '151059.813000', '151059.816000', '151059.818000', '151059.821000', '151059.823000', '151059.829000', '151119.710000', '151119.713000', '151119.716000', '151119.718000', '151119.721000', '151119.723000', '151119.726000', '151119.729000', '151119.731000', '151119.734000', '151119.736000', '151119.739000', '151119.741000', '151119.744000', '151119.746000', '151119.749000', '151119.751000', '151119.754000', '151119.757000', '151119.759000', '151119.772000', '151119.774000', '151119.777000', '151119.779000', '151119.782000', '151119.784000', '151119.787000', '151119.789000', '151119.792000', '151119.795000', '151119.797000', '151119.800000', '151119.802000', '151119.805000', '151119.808000', '151119.810000', '151119.813000', '151119.815000', '151119.818000', '151119.820000', '151119.823000', '151119.825000', '151119.828000', '151119.831000', '151139.709000', '151139.712000', '151139.715000', '151139.717000', '151139.720000', '151139.723000', '151139.725000', '151139.728000', '151139.730000', '151139.733000', '151139.735000', '151139.738000', '151139.740000', '151139.743000', '151139.745000', '151139.748000', '151139.751000', '151139.753000', '151139.756000', '151139.758000', '151139.761000', '151139.764000', '151139.766000', '151139.769000', '151139.771000', '151139.774000', '151139.776000', '151139.779000', '151139.781000', '151139.784000', '151139.787000', '151139.789000', '151139.792000', '151139.794000', '151139.797000', '151139.892000', '151139.895000', '151139.897000', '151139.900000', '151139.902000', '151139.905000', '151139.908000', '151139.910000', '151159.709000', '151159.712000', '151159.715000', '151159.718000', '151159.720000', '151159.723000', '151159.725000', '151159.728000', '151159.731000', '151159.733000', '151159.736000', '151159.738000', '151159.741000', '151159.744000', '151159.746000', '151159.749000', '151159.752000', '151159.754000', '151159.757000', '151159.759000', '151159.762000', '151159.765000', '151159.767000', '151159.770000', '151159.772000', '151159.775000', '151159.778000', '151159.780000', '151159.783000', '151159.785000', '151159.788000', '151159.790000', '151159.793000', '151159.796000', '151159.798000', '151159.801000', '151159.803000', '151159.806000', '151159.808000', '151159.811000', '151159.814000', '151159.816000', '151159.819000', '151159.821000', '151219.709000', '151219.712000', '151219.715000', '151219.717000', '151219.720000', '151219.723000', '151219.725000', '151219.728000', '151219.730000', '151219.733000', '151219.736000', '151219.738000', '151219.741000', '151219.743000', '151219.746000', '151219.748000', '151219.751000', '151219.754000', '151219.756000', '151219.759000', '151219.761000', '151219.764000', '151219.766000', '151219.769000', '151219.771000', '151219.774000', '151219.777000', '151219.779000', '151219.782000', '151219.784000', '151219.787000', '151219.789000', '151219.792000', '151219.794000', '151219.797000', '151219.800000', '151219.802000', '151219.805000', '151219.808000', '151219.810000', '151219.813000', '151219.815000', '151219.818000', '151239.710000', '151239.712000', '151239.715000', '151239.718000', '151239.720000', '151239.723000', '151239.725000', '151239.728000', '151239.731000', '151239.733000', '151239.736000', '151239.738000', '151239.741000', '151239.744000', '151239.746000', '151239.749000', '151239.751000', '151239.754000', '151239.756000', '151239.759000', '151239.762000', '151239.764000', '151239.767000', '151239.769000', '151239.772000', '151239.774000', '151239.777000', '151239.779000', '151239.782000', '151239.785000', '151239.787000', '151239.790000', '151239.792000', '151239.795000', '151239.798000', '151239.838000', '151239.841000', '151239.844000', '151239.846000', '151239.849000', '151239.851000', '151239.854000', '151239.856000', '151259.711000', '151259.713000', '151259.716000', '151259.719000', '151259.721000', '151259.724000', '151259.726000', '151259.729000', '151259.731000', '151259.734000', '151259.736000', '151259.739000', '151259.742000', '151259.744000', '151259.747000', '151259.750000', '151259.752000', '151259.773000', '151259.775000', '151259.778000', '151259.780000', '151259.783000', '151259.786000', '151259.788000', '151259.791000', '151259.793000', '151259.796000', '151259.799000', '151259.801000', '151259.804000', '151259.806000', '151259.809000', '151259.811000', '151259.814000', '151259.817000', '151259.819000', '151259.822000', '151259.824000', '151259.827000', '151259.829000', '151259.832000', '151259.834000', '151259.837000', '151259.840000', '151319.710000', '151319.713000', '151319.716000', '151319.718000', '151319.721000', '151319.723000', '151319.726000', '151319.729000', '151319.731000', '151319.735000', '151319.738000', '151319.741000', '151319.744000', '151319.747000', '151319.750000', '151319.753000', '151319.755000', '151319.758000', '151319.760000', '151319.763000', '151319.766000', '151319.768000', '151319.771000', '151319.773000', '151319.776000', '151319.778000', '151319.781000', '151319.783000', '151319.786000', '151319.789000', '151319.791000', '151319.794000', '151319.796000', '151319.799000', '151319.802000', '151319.804000', '151319.807000', '151319.809000', '151319.812000', '151319.815000', '151319.817000', '151319.820000', '151319.822000', '151339.710000', '151339.713000', '151339.716000', '151339.719000', '151339.721000', '151339.724000', '151339.726000', '151339.729000', '151339.732000', '151339.734000', '151339.737000', '151339.739000', '151339.742000', '151339.744000', '151339.747000', '151339.749000', '151339.752000', '151339.755000', '151339.757000', '151339.760000', '151339.762000', '151339.765000', '151339.767000', '151339.770000', '151339.773000', '151339.775000', '151339.778000', '151339.780000', '151339.783000', '151339.786000', '151339.788000', '151339.791000', '151339.793000', '151339.796000', '151339.799000', '151339.892000', '151339.895000', '151339.899000', '151339.902000', '151339.904000', '151339.907000', '151339.910000', '151339.912000', '151339.915000', '151359.710000', '151359.712000', '151359.715000', '151359.718000', '151359.720000', '151359.724000', '151359.727000', '151359.730000', '151359.732000', '151359.735000', '151359.737000', '151359.740000', '151359.743000', '151359.745000', '151359.748000', '151359.750000', '151359.753000', '151359.756000', '151359.764000', '151359.766000', '151359.769000', '151359.771000', '151359.774000', '151359.777000', '151359.779000', '151359.782000', '151359.784000', '151359.787000', '151359.790000', '151359.792000', '151359.795000', '151359.798000', '151359.800000', '151359.845000', '151359.848000', '151359.850000', '151359.853000', '151359.855000', '151359.858000', '151359.861000', '151359.863000', '151359.866000', '151359.868000', '151419.710000', '151419.712000', '151419.715000', '151419.718000', '151419.720000', '151419.723000', '151419.726000', '151419.728000', '151419.731000', '151419.733000', '151419.736000', '151419.738000', '151419.741000', '151419.743000', '151419.746000', '151419.749000', '151419.751000', '151419.754000', '151419.756000', '151419.759000', '151419.761000', '151419.764000', '151419.767000', '151419.769000', '151419.772000', '151419.774000', '151419.777000', '151419.779000', '151419.782000', '151419.785000', '151419.787000', '151419.790000', '151419.792000', '151419.795000', '151419.797000', '151419.800000', '151419.803000', '151419.805000', '151419.808000', '151419.810000', '151419.813000', '151419.815000', '151419.834000', '151419.836000', '151439.710000', '151439.712000', '151439.715000', '151439.717000', '151439.720000', '151439.723000', '151439.725000', '151439.728000', '151439.730000', '151439.733000', '151439.735000', '151439.738000', '151439.740000', '151439.743000', '151439.746000', '151439.748000', '151439.751000', '151439.753000', '151439.756000', '151439.758000', '151439.761000', '151439.764000', '151439.767000', '151439.770000', '151439.773000', '151439.776000', '151439.779000', '151439.781000', '151439.784000', '151439.787000', '151439.789000', '151439.792000', '151439.794000', '151439.797000', '151439.832000', '151439.834000', '151439.837000', '151439.839000', '151439.842000', '151439.844000', '151439.847000', '151439.849000', '151439.852000', '151459.710000', '151459.712000', '151459.715000', '151459.718000', '151459.720000', '151459.723000', '151459.725000', '151459.728000', '151459.731000', '151459.733000', '151459.736000', '151459.739000', '151459.741000', '151459.744000', '151459.746000', '151459.749000', '151459.752000', '151459.754000', '151459.757000', '151459.759000', '151459.762000', '151459.765000', '151459.767000', '151459.770000', '151459.772000', '151459.775000', '151459.778000', '151459.780000', '151459.783000', '151459.786000', '151459.788000', '151459.791000', '151459.793000', '151459.796000', '151459.799000', '151459.856000', '151459.858000', '151459.861000', '151459.863000', '151459.866000', '151459.869000', '151459.871000', '151459.874000', '151459.876000', '151519.710000', '151519.713000', '151519.716000', '151519.719000', '151519.721000', '151519.724000', '151519.727000', '151519.729000', '151519.732000', '151519.735000', '151519.738000', '151519.740000', '151519.743000', '151519.745000', '151519.748000', '151519.751000', '151519.753000', '151519.756000', '151519.758000', '151519.761000', '151519.764000', '151519.766000', '151519.769000', '151519.771000', '151519.774000', '151519.777000', '151519.779000', '151519.782000', '151519.785000', '151519.787000', '151519.790000', '151519.792000', '151519.795000', '151519.798000', '151519.843000', '151519.846000', '151519.848000', '151519.851000', '151519.854000', '151519.856000', '151519.859000', '151519.862000', '151519.864000', '151539.711000', '151539.714000', '151539.716000', '151539.719000', '151539.721000', '151539.724000', '151539.727000', '151539.729000', '151539.732000', '151539.734000', '151539.737000', '151539.739000', '151539.742000', '151539.745000', '151539.747000', '151539.750000', '151539.753000', '151539.755000', '151539.758000', '151539.760000', '151539.763000', '151539.766000', '151539.768000', '151539.771000', '151539.773000', '151539.776000', '151539.778000', '151539.781000', '151539.784000', '151539.786000', '151539.789000', '151539.791000', '151539.794000', '151539.797000', '151539.799000', '151539.836000', '151539.838000', '151539.841000', '151539.844000', '151539.846000', '151539.849000', '151539.851000', '151539.854000', '151539.856000', '151559.710000', '151559.713000', '151559.716000', '151559.718000', '151559.721000', '151559.724000', '151559.726000', '151559.729000', '151559.737000', '151559.739000', '151559.742000', '151559.744000', '151559.747000', '151559.750000', '151559.752000', '151559.755000', '151559.757000', '151559.760000', '151559.762000', '151559.765000', '151559.768000', '151559.770000', '151559.773000', '151559.775000', '151559.778000', '151559.781000', '151559.783000', '151559.786000', '151559.788000', '151559.791000', '151559.794000', '151559.797000', '151559.848000', '151559.851000', '151559.854000', '151559.856000', '151559.859000', '151559.862000', '151559.864000', '151559.867000', '151559.869000', '151559.872000', '151559.875000', '151619.710000', '151619.713000', '151619.715000', '151619.718000', '151619.720000', '151619.723000', '151619.726000', '151619.728000', '151619.731000', '151619.734000', '151619.736000', '151619.739000', '151619.741000', '151619.744000', '151619.746000', '151619.749000', '151619.751000', '151619.754000', '151619.757000', '151619.759000', '151619.762000', '151619.764000', '151619.767000', '151619.770000', '151619.772000', '151619.775000', '151619.777000', '151619.780000', '151619.783000', '151619.785000', '151619.788000', '151619.791000', '151619.793000', '151619.796000', '151619.799000', '151619.862000', '151619.865000', '151619.868000', '151619.870000', '151619.873000', '151619.875000', '151619.878000', '151619.880000', '151619.883000', '151639.711000', '151639.714000', '151639.716000', '151639.719000', '151639.722000', '151639.724000', '151639.727000', '151639.729000', '151639.732000', '151639.735000', '151639.737000', '151639.740000', '151639.742000', '151639.745000', '151639.747000', '151639.750000', '151639.753000', '151639.755000', '151639.758000', '151639.760000', '151639.763000', '151639.766000', '151639.768000', '151639.771000', '151639.773000', '151639.776000', '151639.778000', '151639.781000', '151639.784000', '151639.786000', '151639.789000', '151639.792000', '151639.795000', '151639.797000', '151639.852000', '151639.855000', '151639.858000', '151639.860000', '151639.863000', '151639.865000', '151639.868000', '151639.871000', '151639.873000', '151659.710000', '151659.712000', '151659.715000', '151659.718000', '151659.720000', '151659.723000', '151659.725000', '151659.728000', '151659.730000', '151659.733000', '151659.736000', '151659.738000', '151659.741000', '151659.744000', '151659.746000', '151659.749000', '151659.751000', '151659.754000', '151659.756000', '151659.759000', '151659.762000', '151659.764000', '151659.767000', '151659.769000', '151659.772000', '151659.774000', '151659.777000', '151659.780000', '151659.782000', '151659.785000', '151659.787000', '151659.790000', '151659.793000', '151659.795000', '151659.798000', '151659.856000', '151659.858000', '151659.861000', '151659.863000', '151659.866000', '151659.869000', '151659.871000', '151659.874000', '151659.876000', '151711.532000', '151711.535000', '151711.538000', '151711.541000', '151711.544000', '151711.547000', '151711.550000', '151711.553000', '151711.556000', '151711.559000', '151711.562000', '151711.565000', '151711.569000', '151711.572000', '151711.575000', '151711.578000', '151711.581000', '151711.584000', '151711.586000', '151711.609000', '151711.612000', '151711.615000', '151711.618000', '151711.621000', '151711.624000', '151711.627000'], 'InstanceCreationTime': ['151039.738000', '151039.741000', '151039.744000', '151039.747000', '151039.749000', '151039.752000', '151039.754000', '151039.757000', '151039.760000', '151039.762000', '151039.765000', '151039.767000', '151039.770000', '151039.815000', '151039.817000', '151039.820000', '151039.822000', '151039.825000', '151039.835000', '151039.837000', '151059.710000', '151059.713000', '151059.716000', '151059.718000', '151059.721000', '151059.724000', '151059.726000', '151059.729000', '151059.731000', '151059.734000', '151059.736000', '151059.739000', '151059.741000', '151059.744000', '151059.746000', '151059.749000', '151059.751000', '151059.754000', '151059.757000', '151059.759000', '151059.762000', '151059.764000', '151059.767000', '151059.770000', '151059.772000', '151059.775000', '151059.777000', '151059.780000', '151059.782000', '151059.785000', '151059.795000', '151059.797000', '151059.800000', '151059.803000', '151059.805000', '151059.808000', '151059.811000', '151059.813000', '151059.816000', '151059.818000', '151059.821000', '151059.823000', '151059.829000', '151119.710000', '151119.713000', '151119.716000', '151119.718000', '151119.721000', '151119.723000', '151119.726000', '151119.729000', '151119.731000', '151119.734000', '151119.736000', '151119.739000', '151119.741000', '151119.744000', '151119.746000', '151119.749000', '151119.751000', '151119.754000', '151119.757000', '151119.759000', '151119.772000', '151119.774000', '151119.777000', '151119.779000', '151119.782000', '151119.784000', '151119.787000', '151119.789000', '151119.792000', '151119.795000', '151119.797000', '151119.800000', '151119.802000', '151119.805000', '151119.808000', '151119.810000', '151119.813000', '151119.815000', '151119.818000', '151119.820000', '151119.823000', '151119.825000', '151119.828000', '151119.831000', '151139.709000', '151139.712000', '151139.715000', '151139.717000', '151139.720000', '151139.723000', '151139.725000', '151139.728000', '151139.730000', '151139.733000', '151139.735000', '151139.738000', '151139.740000', '151139.743000', '151139.745000', '151139.748000', '151139.751000', '151139.753000', '151139.756000', '151139.758000', '151139.761000', '151139.764000', '151139.766000', '151139.769000', '151139.771000', '151139.774000', '151139.776000', '151139.779000', '151139.781000', '151139.784000', '151139.787000', '151139.789000', '151139.792000', '151139.794000', '151139.797000', '151139.892000', '151139.895000', '151139.897000', '151139.900000', '151139.902000', '151139.905000', '151139.908000', '151139.910000', '151159.709000', '151159.712000', '151159.715000', '151159.718000', '151159.720000', '151159.723000', '151159.725000', '151159.728000', '151159.731000', '151159.733000', '151159.736000', '151159.738000', '151159.741000', '151159.744000', '151159.746000', '151159.749000', '151159.752000', '151159.754000', '151159.757000', '151159.759000', '151159.762000', '151159.765000', '151159.767000', '151159.770000', '151159.772000', '151159.775000', '151159.778000', '151159.780000', '151159.783000', '151159.785000', '151159.788000', '151159.790000', '151159.793000', '151159.796000', '151159.798000', '151159.801000', '151159.803000', '151159.806000', '151159.808000', '151159.811000', '151159.814000', '151159.816000', '151159.819000', '151159.821000', '151219.709000', '151219.712000', '151219.715000', '151219.717000', '151219.720000', '151219.723000', '151219.725000', '151219.728000', '151219.730000', '151219.733000', '151219.736000', '151219.738000', '151219.741000', '151219.743000', '151219.746000', '151219.748000', '151219.751000', '151219.754000', '151219.756000', '151219.759000', '151219.761000', '151219.764000', '151219.766000', '151219.769000', '151219.771000', '151219.774000', '151219.777000', '151219.779000', '151219.782000', '151219.784000', '151219.787000', '151219.789000', '151219.792000', '151219.794000', '151219.797000', '151219.800000', '151219.802000', '151219.805000', '151219.808000', '151219.810000', '151219.813000', '151219.815000', '151219.818000', '151239.710000', '151239.712000', '151239.715000', '151239.718000', '151239.720000', '151239.723000', '151239.725000', '151239.728000', '151239.731000', '151239.733000', '151239.736000', '151239.738000', '151239.741000', '151239.744000', '151239.746000', '151239.749000', '151239.751000', '151239.754000', '151239.756000', '151239.759000', '151239.762000', '151239.764000', '151239.767000', '151239.769000', '151239.772000', '151239.774000', '151239.777000', '151239.779000', '151239.782000', '151239.785000', '151239.787000', '151239.790000', '151239.792000', '151239.795000', '151239.798000', '151239.838000', '151239.841000', '151239.844000', '151239.846000', '151239.849000', '151239.851000', '151239.854000', '151239.856000', '151259.711000', '151259.713000', '151259.716000', '151259.719000', '151259.721000', '151259.724000', '151259.726000', '151259.729000', '151259.731000', '151259.734000', '151259.736000', '151259.739000', '151259.742000', '151259.744000', '151259.747000', '151259.750000', '151259.752000', '151259.773000', '151259.775000', '151259.778000', '151259.780000', '151259.783000', '151259.786000', '151259.788000', '151259.791000', '151259.793000', '151259.796000', '151259.799000', '151259.801000', '151259.804000', '151259.806000', '151259.809000', '151259.811000', '151259.814000', '151259.817000', '151259.819000', '151259.822000', '151259.824000', '151259.827000', '151259.829000', '151259.832000', '151259.834000', '151259.837000', '151259.840000', '151319.710000', '151319.713000', '151319.716000', '151319.718000', '151319.721000', '151319.723000', '151319.726000', '151319.729000', '151319.731000', '151319.735000', '151319.738000', '151319.741000', '151319.744000', '151319.747000', '151319.750000', '151319.753000', '151319.755000', '151319.758000', '151319.760000', '151319.763000', '151319.766000', '151319.768000', '151319.771000', '151319.773000', '151319.776000', '151319.778000', '151319.781000', '151319.783000', '151319.786000', '151319.789000', '151319.791000', '151319.794000', '151319.796000', '151319.799000', '151319.802000', '151319.804000', '151319.807000', '151319.809000', '151319.812000', '151319.815000', '151319.817000', '151319.820000', '151319.822000', '151339.710000', '151339.713000', '151339.716000', '151339.719000', '151339.721000', '151339.724000', '151339.726000', '151339.729000', '151339.732000', '151339.734000', '151339.737000', '151339.739000', '151339.742000', '151339.744000', '151339.747000', '151339.749000', '151339.752000', '151339.755000', '151339.757000', '151339.760000', '151339.762000', '151339.765000', '151339.767000', '151339.770000', '151339.773000', '151339.775000', '151339.778000', '151339.780000', '151339.783000', '151339.786000', '151339.788000', '151339.791000', '151339.793000', '151339.796000', '151339.799000', '151339.892000', '151339.895000', '151339.899000', '151339.902000', '151339.904000', '151339.907000', '151339.910000', '151339.912000', '151339.915000', '151359.710000', '151359.712000', '151359.715000', '151359.718000', '151359.720000', '151359.724000', '151359.727000', '151359.730000', '151359.732000', '151359.735000', '151359.737000', '151359.740000', '151359.743000', '151359.745000', '151359.748000', '151359.750000', '151359.753000', '151359.756000', '151359.764000', '151359.766000', '151359.769000', '151359.771000', '151359.774000', '151359.777000', '151359.779000', '151359.782000', '151359.784000', '151359.787000', '151359.790000', '151359.792000', '151359.795000', '151359.798000', '151359.800000', '151359.845000', '151359.848000', '151359.850000', '151359.853000', '151359.855000', '151359.858000', '151359.861000', '151359.863000', '151359.866000', '151359.868000', '151419.710000', '151419.712000', '151419.715000', '151419.718000', '151419.720000', '151419.723000', '151419.726000', '151419.728000', '151419.731000', '151419.733000', '151419.736000', '151419.738000', '151419.741000', '151419.743000', '151419.746000', '151419.749000', '151419.751000', '151419.754000', '151419.756000', '151419.759000', '151419.761000', '151419.764000', '151419.767000', '151419.769000', '151419.772000', '151419.774000', '151419.777000', '151419.779000', '151419.782000', '151419.785000', '151419.787000', '151419.790000', '151419.792000', '151419.795000', '151419.797000', '151419.800000', '151419.803000', '151419.805000', '151419.808000', '151419.810000', '151419.813000', '151419.815000', '151419.834000', '151419.836000', '151439.710000', '151439.712000', '151439.715000', '151439.717000', '151439.720000', '151439.723000', '151439.725000', '151439.728000', '151439.730000', '151439.733000', '151439.735000', '151439.738000', '151439.740000', '151439.743000', '151439.746000', '151439.748000', '151439.751000', '151439.753000', '151439.756000', '151439.758000', '151439.761000', '151439.764000', '151439.767000', '151439.770000', '151439.773000', '151439.776000', '151439.779000', '151439.781000', '151439.784000', '151439.787000', '151439.789000', '151439.792000', '151439.794000', '151439.797000', '151439.832000', '151439.834000', '151439.837000', '151439.839000', '151439.842000', '151439.844000', '151439.847000', '151439.849000', '151439.852000', '151459.710000', '151459.712000', '151459.715000', '151459.718000', '151459.720000', '151459.723000', '151459.725000', '151459.728000', '151459.731000', '151459.733000', '151459.736000', '151459.739000', '151459.741000', '151459.744000', '151459.746000', '151459.749000', '151459.752000', '151459.754000', '151459.757000', '151459.759000', '151459.762000', '151459.765000', '151459.767000', '151459.770000', '151459.772000', '151459.775000', '151459.778000', '151459.780000', '151459.783000', '151459.786000', '151459.788000', '151459.791000', '151459.793000', '151459.796000', '151459.799000', '151459.856000', '151459.858000', '151459.861000', '151459.863000', '151459.866000', '151459.869000', '151459.871000', '151459.874000', '151459.876000', '151519.710000', '151519.713000', '151519.716000', '151519.719000', '151519.721000', '151519.724000', '151519.727000', '151519.729000', '151519.732000', '151519.735000', '151519.738000', '151519.740000', '151519.743000', '151519.745000', '151519.748000', '151519.751000', '151519.753000', '151519.756000', '151519.758000', '151519.761000', '151519.764000', '151519.766000', '151519.769000', '151519.771000', '151519.774000', '151519.777000', '151519.779000', '151519.782000', '151519.785000', '151519.787000', '151519.790000', '151519.792000', '151519.795000', '151519.798000', '151519.843000', '151519.846000', '151519.848000', '151519.851000', '151519.854000', '151519.856000', '151519.859000', '151519.862000', '151519.864000', '151539.711000', '151539.714000', '151539.716000', '151539.719000', '151539.721000', '151539.724000', '151539.727000', '151539.729000', '151539.732000', '151539.734000', '151539.737000', '151539.739000', '151539.742000', '151539.745000', '151539.747000', '151539.750000', '151539.753000', '151539.755000', '151539.758000', '151539.760000', '151539.763000', '151539.766000', '151539.768000', '151539.771000', '151539.773000', '151539.776000', '151539.778000', '151539.781000', '151539.784000', '151539.786000', '151539.789000', '151539.791000', '151539.794000', '151539.797000', '151539.799000', '151539.836000', '151539.838000', '151539.841000', '151539.844000', '151539.846000', '151539.849000', '151539.851000', '151539.854000', '151539.856000', '151559.710000', '151559.713000', '151559.716000', '151559.718000', '151559.721000', '151559.724000', '151559.726000', '151559.729000', '151559.737000', '151559.739000', '151559.742000', '151559.744000', '151559.747000', '151559.750000', '151559.752000', '151559.755000', '151559.757000', '151559.760000', '151559.762000', '151559.765000', '151559.768000', '151559.770000', '151559.773000', '151559.775000', '151559.778000', '151559.781000', '151559.783000', '151559.786000', '151559.788000', '151559.791000', '151559.794000', '151559.797000', '151559.848000', '151559.851000', '151559.854000', '151559.856000', '151559.859000', '151559.862000', '151559.864000', '151559.867000', '151559.869000', '151559.872000', '151559.875000', '151619.710000', '151619.713000', '151619.715000', '151619.718000', '151619.720000', '151619.723000', '151619.726000', '151619.728000', '151619.731000', '151619.734000', '151619.736000', '151619.739000', '151619.741000', '151619.744000', '151619.746000', '151619.749000', '151619.751000', '151619.754000', '151619.757000', '151619.759000', '151619.762000', '151619.764000', '151619.767000', '151619.770000', '151619.772000', '151619.775000', '151619.777000', '151619.780000', '151619.783000', '151619.785000', '151619.788000', '151619.791000', '151619.793000', '151619.796000', '151619.799000', '151619.862000', '151619.865000', '151619.868000', '151619.870000', '151619.873000', '151619.875000', '151619.878000', '151619.880000', '151619.883000', '151639.711000', '151639.714000', '151639.716000', '151639.719000', '151639.722000', '151639.724000', '151639.727000', '151639.729000', '151639.732000', '151639.735000', '151639.737000', '151639.740000', '151639.742000', '151639.745000', '151639.747000', '151639.750000', '151639.753000', '151639.755000', '151639.758000', '151639.760000', '151639.763000', '151639.766000', '151639.768000', '151639.771000', '151639.773000', '151639.776000', '151639.778000', '151639.781000', '151639.784000', '151639.786000', '151639.789000', '151639.792000', '151639.795000', '151639.797000', '151639.852000', '151639.855000', '151639.858000', '151639.860000', '151639.863000', '151639.865000', '151639.868000', '151639.871000', '151639.873000', '151659.710000', '151659.712000', '151659.715000', '151659.718000', '151659.720000', '151659.723000', '151659.725000', '151659.728000', '151659.730000', '151659.733000', '151659.736000', '151659.738000', '151659.741000', '151659.744000', '151659.746000', '151659.749000', '151659.751000', '151659.754000', '151659.756000', '151659.759000', '151659.762000', '151659.764000', '151659.767000', '151659.769000', '151659.772000', '151659.774000', '151659.777000', '151659.780000', '151659.782000', '151659.785000', '151659.787000', '151659.790000', '151659.793000', '151659.795000', '151659.798000', '151659.856000', '151659.858000', '151659.861000', '151659.863000', '151659.866000', '151659.869000', '151659.871000', '151659.874000', '151659.876000', '151711.532000', '151711.535000', '151711.538000', '151711.541000', '151711.544000', '151711.547000', '151711.550000', '151711.553000', '151711.556000', '151711.559000', '151711.562000', '151711.565000', '151711.569000', '151711.572000', '151711.575000', '151711.578000', '151711.581000', '151711.584000', '151711.586000', '151711.609000', '151711.612000', '151711.615000', '151711.618000', '151711.621000', '151711.624000', '151711.627000'], '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': [9853, 10409, 13947, 8829, 12922, 8977, 11076, 9223, 9212, 9710, 8816, 15208, 10639, 9858, 9031, 10242, 8700, 10137, 12464, 8834, 9187, 8884, 8731, 10019, 8596, 9903, 9059, 9410, 15677, 9545, 9142, 8818, 8513, 9925, 8465, 11071, 15214, 12564, 12414, 8765, 10034, 8798, 9415, 12348, 8685, 12430, 8883, 10936, 9023, 9792, 9091, 9650, 11565, 9138, 12984, 8997, 11073, 8784, 9722, 9271, 10706, 8826, 8795, 9173, 9035, 14024, 9659, 10530, 9114, 9981, 8847, 10276, 8792, 8792, 12554, 9145, 11948, 8774, 10076, 9073, 9812, 10087, 8757, 13248, 8728, 11725, 8729, 9227, 9293, 8964, 9079, 8892, 12542, 9014, 10129, 8615, 9528, 8729, 8758, 13116, 8787, 10948, 8795, 10317, 8791, 8832, 12943, 8978, 10188, 8951, 9247, 8985, 8850, 13764, 8781, 11338, 9039, 11268, 8867, 10981, 9002, 11245, 9026, 9245, 9253, 8697, 8403, 8786, 8704, 9494, 13292, 9442, 9380, 8743, 10614, 8725, 11632, 8616, 8815, 9473, 8814, 12682, 8844, 10213, 9064, 9885, 8960, 11189, 8730, 11531, 10034, 8559, 14161, 10662, 9581, 8823, 9103, 9091, 9052, 12958, 8598, 10350, 9068, 8970, 10866, 8593, 12807, 8684, 10914, 8943, 9588, 8751, 8685, 11581, 8766, 11436, 8965, 9380, 8680, 8604, 9628, 8702, 13111, 8682, 9500, 9031, 9438, 8903, 10128, 8741, 8652, 12892, 8918, 11662, 8696, 9335, 8615, 8960, 12360, 8803, 11207, 8717, 10632, 8924, 8860, 10231, 8768, 10625, 8882, 10538, 8395, 8653, 12068, 8889, 8881, 9186, 8679, 8671, 8385, 8412, 8236, 8321, 8584, 9486, 13776, 10684, 10832, 8422, 11159, 8492, 9171, 8502, 10983, 8525, 10031, 8472, 10330, 11241, 8609, 14062, 10130, 10384, 8376, 9100, 8582, 10245, 8355, 8970, 11056, 8969, 10495, 8334, 8818, 8217, 8552, 8369, 8692, 11640, 8770, 10707, 8503, 10816, 8340, 8764, 9968, 8800, 12069, 8433, 9159, 10063, 8752, 10782, 8325, 9948, 8824, 9065, 8560, 10790, 8268, 8687, 12158, 8931, 10541, 8754, 8554, 11405, 8653, 11197, 8283, 9906, 8412, 8459, 12387, 9006, 9772, 8587, 10615, 8237, 9451, 12131, 8409, 12179, 8744, 8679, 9266, 8700, 9939, 8669, 10127, 8573, 8539, 11336, 8378, 12093, 8538, 9901, 9437, 8759, 12387, 8722, 9572, 8705, 9754, 8622, 9745, 8431, 8620, 11598, 8639, 10987, 8197, 8455, 8683, 8628, 12202, 8633, 8646, 8668, 10500, 8696, 8439, 9544, 8593, 13498, 8816, 10167, 8610, 8854, 8489, 8904, 12935, 8419, 9150, 8586, 8560, 8566, 8769, 10752, 8631, 9360, 8506, 8475, 8328, 8432, 9024, 8774, 8513, 8683, 8438, 8967, 12634, 8712, 10430, 8795, 12360, 9251, 9534, 8913, 8938, 14489, 8838, 11283, 8711, 8777, 8768, 9034, 13150, 8807, 9894, 8876, 11743, 8768, 10593, 8834, 8990, 12281, 8997, 11781, 8886, 10624, 8930, 9241, 8901, 9253, 13613, 8616, 9471, 8787, 12500, 8813, 11569, 8794, 9916, 8747, 9022, 12620, 8817, 10315, 8533, 8581, 11702, 8817, 11140, 8923, 9557, 8830, 9132, 13263, 8967, 10453, 8742, 8860, 8926, 8900, 12820, 8934, 9988, 8940, 8667, 8813, 8958, 13746, 9002, 10756, 8622, 8693, 9316, 8778, 11982, 8727, 9847, 8604, 8815, 12704, 9011, 11476, 8427, 8704, 12905, 9056, 9734, 8731, 8871, 8314, 9039, 8991, 9105, 8530, 9264, 13354, 9237, 9208, 10412, 9051, 12888, 9068, 11537, 9741, 8868, 8573, 8815, 12247, 8740, 10868, 8761, 10136, 10300, 8667, 14043, 9292, 9426, 8734, 8766, 13184, 8655, 11813, 8710, 11017, 8897, 8656, 13454, 8674, 10644, 8997, 9284, 9995, 9103, 12062, 8812, 8987, 9161, 10937, 8939, 9392, 13723, 8937, 11407, 8964, 8842, 8980, 9037, 12655, 9224, 9200, 9212, 10183, 9839, 8804, 13543, 9057, 10016, 9089, 9298, 8901, 9360, 9346, 9117, 11825, 9341, 12552, 9052, 9316, 8783, 9634, 8932, 9291, 11412, 8956, 13588, 9013, 12156, 14570, 12908, 12701, 9126, 10674, 9354, 10178, 9026, 10595, 9226, 10059, 9147, 13768, 8773, 10442, 9061, 9441, 14726, 9088, 11348, 8962, 9626, 9154, 8861, 8932, 8869, 12243, 9109, 10461, 9056, 10460, 9124, 8848, 10712, 8844, 8819, 8964, 12172, 9059, 12161, 9028, 9177, 9038, 9655, 9279, 11395, 9146, 9903, 9121, 9907, 13085, 8975, 12354, 9101, 10881, 9149, 9059, 11971, 9172, 11199, 8898, 10038, 9323, 10650, 9187, 11286, 9072, 9947, 9210, 11326, 9063, 11083, 9889, 8918, 10538, 8985, 12472, 8744, 10771, 8887, 10513, 9169, 9122, 9308, 8705, 11805, 8954, 9229, 9102, 11156, 9113, 10017, 9896, 8774, 8988, 9111, 12612, 8974, 10643, 8647, 8959, 9075, 8872, 12338, 8808, 10717, 9524, 8547, 9302, 9363, 9490, 9326, 8963, 9012, 9558, 13766, 11057, 11758, 9347, 11483, 9228, 10232, 10945, 9017, 9064, 9278, 11678, 9269, 11328, 9256, 10538, 9462, 10124, 9471, 11709, 9278, 11877, 9410, 11777, 9669, 9175, 13658, 9227, 10185, 9409, 9123, 9079, 9055, 9189, 9053, 11655, 9289, 13309, 9234, 10377, 9315, 9370, 13027, 9067, 11500, 9320, 10112, 9429, 11646, 9694, 9059, 13138, 9421, 9548, 9212, 9346, 13162, 9217, 11167, 9491, 11037, 9670, 10236, 8980, 10410, 9538, 8976, 13788, 9172, 11501, 9130, 8963, 11431, 9270, 10171, 8938, 9264, 12527, 9139, 10328, 9522, 10733, 9427, 9391, 13912, 9234, 10639, 9175, 9125, 9367, 9159, 9208, 9407, 9173, 9242, 14165, 9205, 10111, 9364, 8929, 13796, 9137, 11692, 9754, 9064, 9282, 9154, 11729, 9456, 9319, 12280, 9344, 11220, 9410, 9272, 9057, 9272, 9354, 9307, 9042, 9484, 14029, 9146, 11241, 9294, 10358, 13512, 9184, 12603, 9197, 9239, 11698, 9502, 10429, 9360, 9289, 13691, 9207, 10464, 9620, 9576, 9405, 11374, 9403, 11351, 9516, 12537, 10803, 9076, 12164, 9458, 11976, 9275, 8864, 14818, 9041, 10963, 9313, 11265, 9254, 11972, 9305, 11292, 9366, 10042, 14746, 9084, 11596, 9282, 9001, 13802, 9636, 11074, 9553, 9162, 14301, 9354, 11482, 9527, 9798, 9040, 9532, 10670, 9558, 9888, 9545, 9632, 9307, 14698, 9453, 10249, 9842, 10320, 11821, 9317, 12624, 9477, 11993, 8969, 8989, 9757, 9758, 9388, 9554, 9857, 10229], 'WindowCenter': [4745.0, 4737.0, 4741.0, 4689.0, 4716.0, 4675.0, 4695.0, 4674.0, 4675.0, 4673.0, 4675.0, 4725.0, 4685.0, 4671.0, 4663.0, 4681.0, 4663.0, 4696.0, 4705.0, 4662.0, 4672.0, 4663.0, 4662.0, 4698.0, 4676.0, 4686.0, 4675.0, 4689.0, 4739.0, 4688.0, 4672.0, 4665.0, 4678.0, 4696.0, 4666.0, 4706.0, 4724.0, 4703.0, 4689.0, 4652.0, 4670.0, 4649.0, 4664.0, 4689.0, 4651.0, 4689.0, 4649.0, 4669.0, 4650.0, 4658.0, 4658.0, 4669.0, 4680.0, 4662.0, 4688.0, 4651.0, 4680.0, 4651.0, 4673.0, 4661.0, 4681.0, 4662.0, 4662.0, 4661.0, 4664.0, 4701.0, 4673.0, 4671.0, 4662.0, 4670.0, 4662.0, 4673.0, 4651.0, 4652.0, 4690.0, 4672.0, 4691.0, 4653.0, 4671.0, 4663.0, 4674.0, 4672.0, 4653.0, 4701.0, 4652.0, 4680.0, 4650.0, 4660.0, 4661.0, 4652.0, 4649.0, 4661.0, 4691.0, 4663.0, 4670.0, 4651.0, 4671.0, 4652.0, 4662.0, 4702.0, 4652.0, 4680.0, 4652.0, 4670.0, 4649.0, 4661.0, 4688.0, 4651.0, 4670.0, 4651.0, 4661.0, 4660.0, 4661.0, 4701.0, 4652.0, 4680.0, 4661.0, 4679.0, 4662.0, 4680.0, 4662.0, 4681.0, 4651.0, 4662.0, 4661.0, 4653.0, 4654.0, 4662.0, 4665.0, 4688.0, 4731.0, 4687.0, 4662.0, 4666.0, 4681.0, 4663.0, 4693.0, 4653.0, 4662.0, 4661.0, 4662.0, 4693.0, 4663.0, 4669.0, 4663.0, 4670.0, 4663.0, 4683.0, 4664.0, 4693.0, 4671.0, 4652.0, 4699.0, 4670.0, 4656.0, 4651.0, 4651.0, 4649.0, 4651.0, 4689.0, 4650.0, 4668.0, 4649.0, 4650.0, 4668.0, 4650.0, 4679.0, 4639.0, 4668.0, 4650.0, 4659.0, 4648.0, 4651.0, 4679.0, 4651.0, 4678.0, 4650.0, 4660.0, 4651.0, 4653.0, 4660.0, 4652.0, 4701.0, 4666.0, 4671.0, 4664.0, 4660.0, 4663.0, 4685.0, 4653.0, 4653.0, 4691.0, 4663.0, 4681.0, 4651.0, 4661.0, 4642.0, 4662.0, 4689.0, 4651.0, 4678.0, 4652.0, 4670.0, 4663.0, 4664.0, 4672.0, 4652.0, 4672.0, 4663.0, 4671.0, 4651.0, 4652.0, 4679.0, 4651.0, 4651.0, 4663.0, 4677.0, 4679.0, 4679.0, 4665.0, 4654.0, 4666.0, 4677.0, 4673.0, 4704.0, 4695.0, 4682.0, 4654.0, 4683.0, 4652.0, 4672.0, 4662.0, 4683.0, 4655.0, 4671.0, 4652.0, 4670.0, 4670.0, 4639.0, 4688.0, 4658.0, 4658.0, 4628.0, 4648.0, 4649.0, 4670.0, 4638.0, 4649.0, 4667.0, 4649.0, 4669.0, 4640.0, 4648.0, 4640.0, 4650.0, 4652.0, 4665.0, 4692.0, 4662.0, 4681.0, 4665.0, 4693.0, 4654.0, 4664.0, 4672.0, 4663.0, 4693.0, 4652.0, 4663.0, 4662.0, 4651.0, 4682.0, 4654.0, 4671.0, 4664.0, 4663.0, 4667.0, 4695.0, 4654.0, 4668.0, 4704.0, 4664.0, 4683.0, 4653.0, 4663.0, 4695.0, 4666.0, 4683.0, 4644.0, 4672.0, 4642.0, 4654.0, 4691.0, 4664.0, 4673.0, 4664.0, 4683.0, 4655.0, 4675.0, 4692.0, 4653.0, 4691.0, 4651.0, 4652.0, 4659.0, 4652.0, 4659.0, 4652.0, 4672.0, 4653.0, 4663.0, 4680.0, 4642.0, 4690.0, 4653.0, 4671.0, 4661.0, 4652.0, 4689.0, 4651.0, 4659.0, 4654.0, 4660.0, 4663.0, 4674.0, 4652.0, 4654.0, 4681.0, 4654.0, 4681.0, 4643.0, 4643.0, 4651.0, 4654.0, 4691.0, 4653.0, 4649.0, 4664.0, 4682.0, 4663.0, 4655.0, 4662.0, 4654.0, 4702.0, 4664.0, 4674.0, 4652.0, 4653.0, 4653.0, 4662.0, 4691.0, 4654.0, 4663.0, 4651.0, 4651.0, 4650.0, 4653.0, 4680.0, 4663.0, 4664.0, 4665.0, 4655.0, 4655.0, 4665.0, 4677.0, 4666.0, 4665.0, 4667.0, 4665.0, 4678.0, 4723.0, 4695.0, 4683.0, 4663.0, 4693.0, 4662.0, 4661.0, 4649.0, 4662.0, 4700.0, 4653.0, 4683.0, 4650.0, 4650.0, 4637.0, 4649.0, 4689.0, 4649.0, 4659.0, 4661.0, 4688.0, 4652.0, 4682.0, 4652.0, 4652.0, 4678.0, 4649.0, 4677.0, 4651.0, 4669.0, 4651.0, 4660.0, 4650.0, 4662.0, 4700.0, 4652.0, 4661.0, 4653.0, 4691.0, 4663.0, 4682.0, 4651.0, 4674.0, 4651.0, 4653.0, 4689.0, 4661.0, 4674.0, 4650.0, 4651.0, 4679.0, 4651.0, 4681.0, 4663.0, 4672.0, 4649.0, 4662.0, 4701.0, 4662.0, 4682.0, 4652.0, 4664.0, 4661.0, 4664.0, 4701.0, 4666.0, 4674.0, 4664.0, 4666.0, 4665.0, 4677.0, 4714.0, 4677.0, 4696.0, 4656.0, 4655.0, 4664.0, 4666.0, 4693.0, 4667.0, 4686.0, 4665.0, 4677.0, 4702.0, 4666.0, 4694.0, 4655.0, 4668.0, 4705.0, 4666.0, 4675.0, 4664.0, 4690.0, 4667.0, 4676.0, 4676.0, 4679.0, 4691.0, 4702.0, 4731.0, 4691.0, 4691.0, 4700.0, 4681.0, 4707.0, 4677.0, 4707.0, 4677.0, 4679.0, 4666.0, 4666.0, 4694.0, 4664.0, 4683.0, 4665.0, 4685.0, 4673.0, 4668.0, 4714.0, 4662.0, 4662.0, 4651.0, 4654.0, 4692.0, 4652.0, 4681.0, 4653.0, 4671.0, 4651.0, 4653.0, 4701.0, 4651.0, 4671.0, 4651.0, 4662.0, 4659.0, 4663.0, 4691.0, 4663.0, 4653.0, 4675.0, 4684.0, 4663.0, 4664.0, 4703.0, 4666.0, 4694.0, 4663.0, 4665.0, 4663.0, 4676.0, 4705.0, 4677.0, 4675.0, 4676.0, 4698.0, 4688.0, 4677.0, 4717.0, 4679.0, 4686.0, 4668.0, 4676.0, 4666.0, 4678.0, 4676.0, 4677.0, 4703.0, 4675.0, 4707.0, 4668.0, 4675.0, 4679.0, 4678.0, 4678.0, 4677.0, 4706.0, 4676.0, 4715.0, 4668.0, 4705.0, 4713.0, 4694.0, 4691.0, 4650.0, 4668.0, 4664.0, 4682.0, 4665.0, 4682.0, 4675.0, 4674.0, 4677.0, 4715.0, 4666.0, 4685.0, 4651.0, 4674.0, 4701.0, 4652.0, 4681.0, 4652.0, 4660.0, 4660.0, 4661.0, 4661.0, 4665.0, 4693.0, 4666.0, 4685.0, 4663.0, 4682.0, 4664.0, 4666.0, 4673.0, 4665.0, 4662.0, 4663.0, 4692.0, 4665.0, 4693.0, 4666.0, 4664.0, 4666.0, 4675.0, 4676.0, 4697.0, 4677.0, 4686.0, 4677.0, 4687.0, 4704.0, 4667.0, 4694.0, 4667.0, 4685.0, 4661.0, 4652.0, 4680.0, 4664.0, 4683.0, 4664.0, 4674.0, 4675.0, 4684.0, 4677.0, 4696.0, 4667.0, 4689.0, 4690.0, 4698.0, 4677.0, 4708.0, 4676.0, 4668.0, 4674.0, 4666.0, 4694.0, 4654.0, 4682.0, 4663.0, 4672.0, 4664.0, 4664.0, 4663.0, 4654.0, 4693.0, 4664.0, 4662.0, 4665.0, 4693.0, 4666.0, 4677.0, 4675.0, 4657.0, 4664.0, 4666.0, 4704.0, 4668.0, 4684.0, 4652.0, 4654.0, 4652.0, 4664.0, 4691.0, 4665.0, 4687.0, 4689.0, 4666.0, 4678.0, 4673.0, 4688.0, 4679.0, 4706.0, 4693.0, 4700.0, 4717.0, 4696.0, 4707.0, 4675.0, 4695.0, 4666.0, 4687.0, 4684.0, 4665.0, 4651.0, 4665.0, 4682.0, 4665.0, 4683.0, 4663.0, 4671.0, 4674.0, 4683.0, 4686.0, 4694.0, 4677.0, 4706.0, 4678.0, 4707.0, 4675.0, 4667.0, 4706.0, 4663.0, 4673.0, 4663.0, 4664.0, 4664.0, 4664.0, 4663.0, 4665.0, 4693.0, 4676.0, 4715.0, 4666.0, 4673.0, 4663.0, 4665.0, 4703.0, 4667.0, 4695.0, 4676.0, 4685.0, 4677.0, 4708.0, 4677.0, 4667.0, 4704.0, 4663.0, 4674.0, 4665.0, 4674.0, 4704.0, 4666.0, 4696.0, 4688.0, 4695.0, 4677.0, 4699.0, 4675.0, 4697.0, 4676.0, 4677.0, 4715.0, 4678.0, 4696.0, 4664.0, 4667.0, 4683.0, 4665.0, 4674.0, 4653.0, 4676.0, 4693.0, 4665.0, 4673.0, 4676.0, 4693.0, 4664.0, 4677.0, 4704.0, 4664.0, 4684.0, 4665.0, 4676.0, 4662.0, 4676.0, 4674.0, 4676.0, 4687.0, 4691.0, 4727.0, 4689.0, 4697.0, 4677.0, 4677.0, 4716.0, 4676.0, 4704.0, 4665.0, 4664.0, 4662.0, 4664.0, 4692.0, 4662.0, 4664.0, 4693.0, 4662.0, 4692.0, 4662.0, 4661.0, 4661.0, 4675.0, 4664.0, 4676.0, 4676.0, 4687.0, 4726.0, 4678.0, 4696.0, 4676.0, 4689.0, 4706.0, 4666.0, 4705.0, 4664.0, 4663.0, 4681.0, 4664.0, 4672.0, 4662.0, 4665.0, 4702.0, 4675.0, 4685.0, 4677.0, 4685.0, 4688.0, 4709.0, 4691.0, 4709.0, 4703.0, 4721.0, 4710.0, 4680.0, 4708.0, 4677.0, 4697.0, 4665.0, 4667.0, 4704.0, 4665.0, 4683.0, 4666.0, 4683.0, 4676.0, 4696.0, 4676.0, 4694.0, 4667.0, 4676.0, 4712.0, 4667.0, 4694.0, 4663.0, 4665.0, 4701.0, 4664.0, 4682.0, 4661.0, 4665.0, 4713.0, 4665.0, 4692.0, 4673.0, 4675.0, 4663.0, 4676.0, 4686.0, 4687.0, 4688.0, 4698.0, 4700.0, 4702.0, 4740.0, 4692.0, 4701.0, 4690.0, 4700.0, 4708.0, 4678.0, 4706.0, 4676.0, 4695.0, 4666.0, 4666.0, 4674.0, 4687.0, 4677.0, 4687.0, 4699.0, 4698.0], 'WindowWidth': [10383.0, 10357.0, 10351.0, 10272.0, 10302.0, 10245.0, 10270.0, 10239.0, 10243.0, 10236.0, 10242.0, 10310.0, 10254.0, 10230.0, 10225.0, 10247.0, 10223.0, 10273.0, 10285.0, 10223.0, 10235.0, 10223.0, 10224.0, 10283.0, 10247.0, 10257.0, 10246.0, 10270.0, 10336.0, 10264.0, 10235.0, 10230.0, 10250.0, 10275.0, 10234.0, 10287.0, 10309.0, 10279.0, 10251.0, 10204.0, 10228.0, 10199.0, 10223.0, 10252.0, 10202.0, 10250.0, 10198.0, 10222.0, 10201.0, 10207.0, 10210.0, 10226.0, 10239.0, 10217.0, 10249.0, 10203.0, 10237.0, 10203.0, 10238.0, 10219.0, 10242.0, 10219.0, 10219.0, 10215.0, 10224.0, 10272.0, 10235.0, 10228.0, 10219.0, 10227.0, 10218.0, 10235.0, 10203.0, 10205.0, 10255.0, 10235.0, 10256.0, 10209.0, 10228.0, 10222.0, 10236.0, 10232.0, 10207.0, 10270.0, 10204.0, 10237.0, 10199.0, 10213.0, 10213.0, 10204.0, 10196.0, 10215.0, 10255.0, 10220.0, 10228.0, 10202.0, 10229.0, 10204.0, 10218.0, 10272.0, 10205.0, 10240.0, 10203.0, 10227.0, 10196.0, 10216.0, 10251.0, 10203.0, 10225.0, 10203.0, 10216.0, 10213.0, 10216.0, 10268.0, 10204.0, 10239.0, 10214.0, 10238.0, 10218.0, 10239.0, 10220.0, 10241.0, 10202.0, 10219.0, 10215.0, 10206.0, 10210.0, 10221.0, 10230.0, 10267.0, 10330.0, 10260.0, 10220.0, 10230.0, 10244.0, 10223.0, 10262.0, 10207.0, 10218.0, 10213.0, 10219.0, 10260.0, 10220.0, 10222.0, 10220.0, 10226.0, 10223.0, 10248.0, 10223.0, 10262.0, 10228.0, 10204.0, 10265.0, 10223.0, 10200.0, 10200.0, 10200.0, 10196.0, 10201.0, 10249.0, 10200.0, 10221.0, 10196.0, 10199.0, 10219.0, 10197.0, 10234.0, 10183.0, 10217.0, 10196.0, 10209.0, 10195.0, 10202.0, 10236.0, 10201.0, 10233.0, 10200.0, 10213.0, 10200.0, 10206.0, 10212.0, 10205.0, 10269.0, 10230.0, 10230.0, 10223.0, 10215.0, 10221.0, 10252.0, 10207.0, 10207.0, 10257.0, 10219.0, 10244.0, 10200.0, 10214.0, 10187.0, 10217.0, 10253.0, 10202.0, 10234.0, 10205.0, 10225.0, 10220.0, 10225.0, 10230.0, 10206.0, 10230.0, 10220.0, 10229.0, 10202.0, 10203.0, 10236.0, 10202.0, 10201.0, 10221.0, 10252.0, 10255.0, 10255.0, 10229.0, 10213.0, 10231.0, 10247.0, 10238.0, 10281.0, 10271.0, 10244.0, 10210.0, 10245.0, 10206.0, 10232.0, 10221.0, 10248.0, 10212.0, 10228.0, 10204.0, 10227.0, 10224.0, 10180.0, 10245.0, 10204.0, 10202.0, 10164.0, 10190.0, 10194.0, 10223.0, 10178.0, 10196.0, 10216.0, 10197.0, 10221.0, 10183.0, 10193.0, 10185.0, 10199.0, 10203.0, 10228.0, 10259.0, 10220.0, 10242.0, 10226.0, 10265.0, 10210.0, 10225.0, 10232.0, 10221.0, 10262.0, 10207.0, 10221.0, 10215.0, 10201.0, 10244.0, 10210.0, 10230.0, 10223.0, 10222.0, 10233.0, 10269.0, 10213.0, 10236.0, 10281.0, 10225.0, 10247.0, 10207.0, 10222.0, 10266.0, 10227.0, 10246.0, 10194.0, 10230.0, 10189.0, 10209.0, 10255.0, 10224.0, 10234.0, 10225.0, 10248.0, 10214.0, 10241.0, 10258.0, 10207.0, 10255.0, 10200.0, 10203.0, 10209.0, 10203.0, 10209.0, 10204.0, 10229.0, 10206.0, 10220.0, 10239.0, 10191.0, 10253.0, 10205.0, 10228.0, 10215.0, 10204.0, 10249.0, 10199.0, 10207.0, 10208.0, 10211.0, 10223.0, 10238.0, 10204.0, 10210.0, 10242.0, 10208.0, 10243.0, 10192.0, 10192.0, 10200.0, 10208.0, 10258.0, 10207.0, 10198.0, 10223.0, 10245.0, 10221.0, 10213.0, 10218.0, 10209.0, 10271.0, 10223.0, 10236.0, 10203.0, 10204.0, 10204.0, 10218.0, 10255.0, 10210.0, 10219.0, 10200.0, 10200.0, 10198.0, 10207.0, 10240.0, 10223.0, 10225.0, 10226.0, 10213.0, 10214.0, 10230.0, 10246.0, 10231.0, 10225.0, 10231.0, 10229.0, 10252.0, 10321.0, 10285.0, 10248.0, 10224.0, 10262.0, 10216.0, 10214.0, 10197.0, 10218.0, 10267.0, 10205.0, 10246.0, 10199.0, 10197.0, 10176.0, 10196.0, 10250.0, 10197.0, 10209.0, 10216.0, 10250.0, 10206.0, 10246.0, 10202.0, 10203.0, 10235.0, 10195.0, 10230.0, 10201.0, 10223.0, 10200.0, 10212.0, 10198.0, 10216.0, 10267.0, 10205.0, 10215.0, 10207.0, 10255.0, 10221.0, 10245.0, 10202.0, 10235.0, 10200.0, 10204.0, 10250.0, 10217.0, 10235.0, 10198.0, 10203.0, 10235.0, 10203.0, 10243.0, 10220.0, 10230.0, 10197.0, 10218.0, 10269.0, 10219.0, 10246.0, 10206.0, 10221.0, 10216.0, 10224.0, 10269.0, 10228.0, 10236.0, 10223.0, 10228.0, 10227.0, 10247.0, 10294.0, 10248.0, 10271.0, 10214.0, 10213.0, 10223.0, 10226.0, 10262.0, 10233.0, 10256.0, 10226.0, 10246.0, 10274.0, 10229.0, 10264.0, 10211.0, 10236.0, 10281.0, 10229.0, 10239.0, 10225.0, 10270.0, 10231.0, 10245.0, 10245.0, 10253.0, 10274.0, 10294.0, 10329.0, 10274.0, 10274.0, 10282.0, 10256.0, 10289.0, 10248.0, 10289.0, 10245.0, 10253.0, 10228.0, 10229.0, 10265.0, 10226.0, 10248.0, 10228.0, 10254.0, 10234.0, 10234.0, 10292.0, 10217.0, 10215.0, 10200.0, 10207.0, 10257.0, 10204.0, 10241.0, 10205.0, 10227.0, 10200.0, 10207.0, 10269.0, 10201.0, 10226.0, 10200.0, 10216.0, 10209.0, 10221.0, 10257.0, 10219.0, 10204.0, 10240.0, 10249.0, 10221.0, 10224.0, 10274.0, 10227.0, 10262.0, 10220.0, 10226.0, 10220.0, 10243.0, 10280.0, 10246.0, 10241.0, 10246.0, 10278.0, 10262.0, 10251.0, 10302.0, 10255.0, 10257.0, 10235.0, 10243.0, 10230.0, 10250.0, 10246.0, 10248.0, 10278.0, 10245.0, 10287.0, 10235.0, 10242.0, 10253.0, 10247.0, 10246.0, 10247.0, 10287.0, 10246.0, 10297.0, 10235.0, 10284.0, 10292.0, 10263.0, 10253.0, 10199.0, 10219.0, 10222.0, 10247.0, 10227.0, 10246.0, 10243.0, 10238.0, 10248.0, 10299.0, 10230.0, 10251.0, 10204.0, 10237.0, 10272.0, 10205.0, 10242.0, 10203.0, 10213.0, 10213.0, 10216.0, 10216.0, 10227.0, 10263.0, 10229.0, 10252.0, 10224.0, 10246.0, 10221.0, 10227.0, 10233.0, 10224.0, 10218.0, 10221.0, 10259.0, 10228.0, 10263.0, 10228.0, 10223.0, 10232.0, 10239.0, 10245.0, 10272.0, 10245.0, 10255.0, 10246.0, 10260.0, 10282.0, 10232.0, 10265.0, 10229.0, 10251.0, 10214.0, 10203.0, 10238.0, 10224.0, 10246.0, 10222.0, 10236.0, 10241.0, 10250.0, 10247.0, 10270.0, 10234.0, 10266.0, 10270.0, 10274.0, 10248.0, 10291.0, 10243.0, 10233.0, 10236.0, 10227.0, 10265.0, 10210.0, 10243.0, 10220.0, 10231.0, 10222.0, 10224.0, 10222.0, 10210.0, 10260.0, 10223.0, 10219.0, 10227.0, 10263.0, 10230.0, 10244.0, 10239.0, 10217.0, 10221.0, 10227.0, 10277.0, 10234.0, 10249.0, 10202.0, 10207.0, 10202.0, 10222.0, 10255.0, 10224.0, 10259.0, 10267.0, 10228.0, 10248.0, 10237.0, 10263.0, 10253.0, 10303.0, 10282.0, 10284.0, 10303.0, 10272.0, 10286.0, 10243.0, 10264.0, 10228.0, 10259.0, 10250.0, 10223.0, 10201.0, 10222.0, 10243.0, 10226.0, 10245.0, 10222.0, 10228.0, 10241.0, 10250.0, 10258.0, 10265.0, 10247.0, 10282.0, 10249.0, 10287.0, 10238.0, 10230.0, 10281.0, 10220.0, 10231.0, 10218.0, 10222.0, 10222.0, 10223.0, 10220.0, 10228.0, 10262.0, 10243.0, 10294.0, 10227.0, 10234.0, 10221.0, 10226.0, 10274.0, 10232.0, 10265.0, 10243.0, 10253.0, 10249.0, 10291.0, 10246.0, 10231.0, 10277.0, 10221.0, 10237.0, 10224.0, 10239.0, 10278.0, 10230.0, 10270.0, 10262.0, 10267.0, 10248.0, 10278.0, 10242.0, 10273.0, 10242.0, 10246.0, 10296.0, 10249.0, 10270.0, 10222.0, 10228.0, 10246.0, 10225.0, 10236.0, 10205.0, 10243.0, 10262.0, 10225.0, 10234.0, 10243.0, 10262.0, 10224.0, 10246.0, 10280.0, 10223.0, 10249.0, 10224.0, 10244.0, 10219.0, 10240.0, 10236.0, 10245.0, 10263.0, 10273.0, 10318.0, 10266.0, 10274.0, 10244.0, 10247.0, 10297.0, 10244.0, 10281.0, 10224.0, 10224.0, 10217.0, 10222.0, 10258.0, 10217.0, 10224.0, 10258.0, 10216.0, 10258.0, 10219.0, 10215.0, 10218.0, 10241.0, 10222.0, 10243.0, 10243.0, 10263.0, 10315.0, 10251.0, 10271.0, 10243.0, 10263.0, 10283.0, 10228.0, 10279.0, 10221.0, 10218.0, 10238.0, 10221.0, 10231.0, 10216.0, 10224.0, 10271.0, 10239.0, 10251.0, 10246.0, 10256.0, 10267.0, 10293.0, 10275.0, 10296.0, 10293.0, 10314.0, 10297.0, 10256.0, 10288.0, 10247.0, 10272.0, 10224.0, 10230.0, 10278.0, 10224.0, 10246.0, 10227.0, 10247.0, 10244.0, 10269.0, 10242.0, 10262.0, 10231.0, 10243.0, 10289.0, 10230.0, 10264.0, 10218.0, 10224.0, 10267.0, 10221.0, 10241.0, 10212.0, 10224.0, 10287.0, 10224.0, 10256.0, 10233.0, 10238.0, 10221.0, 10244.0, 10257.0, 10261.0, 10263.0, 10280.0, 10283.0, 10292.0, 10339.0, 10274.0, 10284.0, 10268.0, 10281.0, 10290.0, 10249.0, 10282.0, 10244.0, 10265.0, 10226.0, 10227.0, 10237.0, 10261.0, 10247.0, 10261.0, 10281.0, 10279.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.0005533218390804598</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018074586091954024</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.7779893906789</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2281169229574236</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0018695163291136</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4715</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6330.8125</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0896825134721419</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.9080459770114944</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4502377487410363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4044822153999497</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6699236636167867</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2763073672063725</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108708</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010081728920340538</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019504128023982048</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.740004504026793</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>39.8423</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0128</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.7113</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296752.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.1959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1392</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>634.2206</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3822.1204</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79792.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5067.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1081.8101</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.699344790074974</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> |