=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0132_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-04/func/sub-0132_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5c9b0f364b58b053b8111225000b6cb4</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>17:31:48.552500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.083023</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c9497c42-c71b-49ce-b815-a90ebf5769f6||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['173148.552500', '173149.012500', '173149.472500', '173149.932500', '173150.392500', '173150.852500', '173151.312500', '173151.772500', '173152.232500', '173152.692500', '173153.152500', '173153.612500', '173154.072500', '173154.532500', '173154.992500', '173155.452500', '173155.912500', '173156.372500', '173156.832500', '173157.292500', '173157.752500', '173158.212500', '173158.672500', '173159.132500', '173159.592500', '173200.052500', '173200.512500', '173200.972500', '173201.432500', '173201.892500', '173202.352500', '173202.812500', '173203.272500', '173203.732500', '173204.192500', '173204.652500', '173205.112500', '173205.572500', '173206.032500', '173206.492500', '173206.952500', '173207.412500', '173207.872500', '173208.332500', '173208.792500', '173209.252500', '173209.712500', '173210.172500', '173210.632500', '173211.092500', '173211.552500', '173212.012500', '173212.472500', '173212.932500', '173213.392500', '173213.852500', '173214.312500', '173214.772500', '173215.232500', '173215.692500', '173216.152500', '173216.612500', '173217.072500', '173217.532500', '173217.992500', '173218.452500', '173218.912500', '173219.372500', '173219.832500', '173220.292500', '173220.752500', '173221.212500', '173221.672500', '173222.132500', '173222.592500', '173223.052500', '173223.512500', '173223.972500', '173224.432500', '173224.892500', '173225.352500', '173225.812500', '173226.272500', '173226.732500', '173227.192500', '173227.652500', '173228.112500', '173228.572500', '173229.032500', '173229.492500', '173229.952500', '173230.412500', '173230.872500', '173231.332500', '173231.792500', '173232.252500', '173232.712500', '173233.172500', '173233.632500', '173234.092500', '173234.552500', '173235.012500', '173235.472500', '173235.932500', '173236.392500', '173236.852500', '173237.312500', '173237.772500', '173238.232500', '173238.692500', '173239.152500', '173239.612500', '173240.072500', '173240.532500', '173240.992500', '173241.452500', '173241.912500', '173242.372500', '173242.832500', '173243.292500', '173243.752500', '173244.212500', '173244.672500', '173245.132500', '173245.592500', '173246.052500', '173246.512500', '173246.972500', '173247.432500', '173247.892500', '173248.352500', '173248.812500', '173249.272500', '173249.732500', '173250.192500', '173250.652500', '173251.112500', '173251.572500', '173252.032500', '173252.492500', '173252.952500', '173253.412500', '173253.872500', '173254.332500', '173254.792500', '173255.252500', '173255.712500', '173256.172500', '173256.632500', '173257.092500', '173257.552500', '173258.012500', '173258.472500', '173258.932500', '173259.392500', '173259.852500', '173300.312500', '173300.772500', '173301.232500', '173301.692500', '173302.152500', '173302.612500', '173303.072500', '173303.532500', '173303.992500', '173304.452500', '173304.912500', '173305.372500', '173305.832500', '173306.292500', '173306.752500', '173307.212500', '173307.672500', '173308.132500', '173308.592500', '173309.052500', '173309.512500', '173309.972500', '173310.432500', '173310.892500', '173311.352500', '173311.812500', '173312.272500', '173312.732500', '173313.192500', '173313.652500', '173314.112500', '173314.572500', '173315.032500', '173315.492500', '173315.952500', '173316.412500', '173316.872500', '173317.332500', '173317.792500', '173318.252500', '173318.712500', '173319.172500', '173319.632500', '173320.092500', '173320.552500', '173321.012500', '173321.472500', '173321.932500', '173322.392500', '173322.852500', '173323.312500', '173323.772500', '173324.232500', '173324.692500', '173325.152500', '173325.612500', '173326.072500', '173326.532500', '173326.992500', '173327.452500', '173327.912500', '173328.372500', '173328.832500', '173329.292500', '173329.752500', '173330.212500', '173330.672500', '173331.132500', '173331.592500', '173332.052500', '173332.512500', '173332.972500', '173333.432500', '173333.892500', '173334.352500', '173334.812500', '173335.272500', '173335.732500', '173336.192500', '173336.652500', '173337.112500', '173337.572500', '173338.032500', '173338.492500', '173338.952500', '173339.412500', '173339.872500', '173340.332500', '173340.792500', '173341.252500', '173341.712500', '173342.172500', '173342.632500', '173343.092500', '173343.552500', '173344.012500', '173344.472500', '173344.932500', '173345.392500', '173345.852500', '173346.312500', '173346.772500', '173347.232500', '173347.692500', '173348.152500', '173348.612500', '173349.072500', '173349.532500', '173349.992500', '173350.452500', '173350.912500', '173351.372500', '173351.832500', '173352.292500', '173352.752500', '173353.212500', '173353.672500', '173354.132500', '173354.592500', '173355.052500', '173355.512500', '173355.972500', '173356.432500', '173356.892500', '173357.352500', '173357.812500', '173358.272500', '173358.732500', '173359.192500', '173359.652500', '173400.112500', '173400.572500', '173401.032500', '173401.492500', '173401.952500', '173402.412500', '173402.872500', '173403.332500', '173403.792500', '173404.252500', '173404.712500', '173405.172500', '173405.632500', '173406.092500', '173406.552500', '173407.012500', '173407.472500', '173407.932500', '173408.392500', '173408.852500', '173409.312500', '173409.772500', '173410.232500', '173410.692500', '173411.152500', '173411.612500', '173412.072500', '173412.532500', '173412.992500', '173413.452500', '173413.912500', '173414.372500', '173414.832500', '173415.292500', '173415.752500', '173416.212500', '173416.672500', '173417.132500', '173417.592500', '173418.052500', '173418.512500', '173418.972500', '173419.432500', '173419.892500', '173420.352500', '173420.812500', '173421.272500', '173421.732500', '173422.192500', '173422.652500', '173423.112500', '173423.572500', '173424.032500', '173424.492500', '173424.952500', '173425.412500', '173425.872500', '173426.332500', '173426.792500', '173427.252500', '173427.712500', '173428.172500', '173428.632500', '173429.092500', '173429.552500', '173430.012500', '173430.472500', '173430.932500', '173431.392500', '173431.852500', '173432.312500', '173432.772500', '173433.232500', '173433.692500', '173434.152500', '173434.612500', '173435.072500', '173435.532500', '173435.992500', '173436.452500', '173436.912500', '173437.372500', '173437.832500', '173438.292500', '173438.752500', '173439.212500', '173439.672500', '173440.132500', '173440.592500', '173441.052500', '173441.512500', '173441.972500', '173442.432500', '173442.892500', '173443.352500', '173443.812500', '173444.272500', '173444.732500', '173445.192500', '173445.652500', '173446.112500', '173446.572500', '173447.032500', '173447.492500', '173447.952500', '173448.412500', '173448.872500', '173449.332500', '173449.792500', '173450.252500', '173450.712500', '173451.172500', '173451.632500', '173452.092500', '173452.552500', '173453.012500', '173453.472500', '173453.932500', '173454.392500', '173454.852500', '173455.312500', '173455.772500', '173456.232500', '173456.692500', '173457.152500', '173457.612500', '173458.072500', '173458.532500', '173458.992500', '173459.452500', '173459.912500', '173500.372500', '173500.832500', '173501.292500', '173501.752500', '173502.212500', '173502.672500', '173503.132500', '173503.592500', '173504.052500', '173504.512500', '173504.972500', '173505.432500', '173505.892500', '173506.352500', '173506.812500', '173507.272500', '173507.732500', '173508.192500', '173508.652500', '173509.112500', '173509.572500', '173510.032500', '173510.492500', '173510.952500', '173511.412500', '173511.872500', '173512.332500', '173512.792500', '173513.252500', '173513.712500', '173514.172500', '173514.632500', '173515.092500', '173515.552500', '173516.012500', '173516.472500', '173516.932500', '173517.392500', '173517.852500', '173518.312500', '173518.772500', '173519.232500', '173519.692500', '173520.152500', '173520.612500', '173521.072500', '173521.532500', '173521.992500', '173522.452500', '173522.912500', '173523.372500', '173523.832500', '173524.292500', '173524.752500', '173525.212500', '173525.672500', '173526.132500', '173526.592500', '173527.052500', '173527.512500', '173527.972500', '173528.432500', '173528.892500', '173529.352500', '173529.812500', '173530.272500', '173530.732500', '173531.192500', '173531.652500', '173532.112500', '173532.572500', '173533.032500', '173533.492500', '173533.952500', '173534.412500', '173534.872500', '173535.332500', '173535.792500', '173536.252500', '173536.712500', '173537.172500', '173537.632500', '173538.092500', '173538.552500', '173539.012500', '173539.472500', '173539.932500', '173540.392500', '173540.852500', '173541.312500', '173541.772500', '173542.232500', '173542.692500', '173543.152500', '173543.612500', '173544.072500', '173544.532500', '173544.992500', '173545.452500', '173545.912500', '173546.372500', '173546.832500', '173547.292500', '173547.752500', '173548.212500', '173548.672500', '173549.132500', '173549.592500', '173550.052500', '173550.512500', '173550.972500', '173551.432500', '173551.892500', '173552.352500', '173552.812500', '173553.272500', '173553.732500', '173554.192500', '173554.652500', '173555.112500', '173555.572500', '173556.032500', '173556.492500', '173556.952500', '173557.412500', '173557.872500', '173558.332500', '173558.792500', '173559.252500', '173559.712500', '173600.172500', '173600.632500', '173601.092500', '173601.552500', '173602.012500', '173602.472500', '173602.932500', '173603.392500', '173603.852500', '173604.312500', '173604.772500', '173605.232500', '173605.692500', '173606.152500', '173606.612500', '173607.072500', '173607.532500', '173607.992500', '173608.452500', '173608.912500', '173609.372500', '173609.832500', '173610.292500', '173610.752500', '173611.212500', '173611.672500', '173612.132500', '173612.592500', '173613.052500', '173613.512500', '173613.972500', '173614.432500', '173614.892500', '173615.352500', '173615.812500', '173616.272500', '173616.732500', '173617.192500', '173617.652500', '173618.112500', '173618.572500', '173619.032500', '173619.492500', '173619.952500', '173620.412500', '173620.872500', '173621.332500', '173621.792500', '173622.252500', '173622.712500', '173623.172500', '173623.632500', '173624.092500', '173624.552500', '173625.012500', '173625.472500', '173625.932500', '173626.392500', '173626.852500', '173627.312500', '173627.772500', '173628.232500', '173628.692500', '173629.152500', '173629.612500', '173630.072500', '173630.532500', '173630.992500', '173631.452500', '173631.912500', '173632.372500', '173632.832500', '173633.292500', '173633.752500', '173634.212500', '173634.672500', '173635.132500', '173635.592500', '173636.052500', '173636.512500', '173636.972500', '173637.432500', '173637.892500', '173638.352500', '173638.812500', '173639.272500', '173639.732500', '173640.192500', '173640.652500', '173641.112500', '173641.572500', '173642.032500', '173642.492500', '173642.952500', '173643.412500', '173643.872500', '173644.332500', '173644.792500', '173645.252500', '173645.712500', '173646.172500', '173646.632500', '173647.092500', '173647.552500', '173648.012500', '173648.472500', '173648.932500', '173649.392500', '173649.852500', '173650.312500', '173650.772500', '173651.232500', '173651.692500', '173652.152500', '173652.612500', '173653.072500', '173653.532500', '173653.992500', '173654.452500', '173654.912500', '173655.372500', '173655.832500', '173656.292500', '173656.752500', '173657.212500', '173657.672500', '173658.132500', '173658.592500', '173659.052500', '173659.512500', '173659.972500', '173700.432500', '173700.892500', '173701.352500', '173701.812500', '173702.272500', '173702.732500', '173703.192500', '173703.652500', '173704.112500', '173704.572500', '173705.032500', '173705.492500', '173705.952500', '173706.412500', '173706.872500', '173707.332500', '173707.792500', '173708.252500', '173708.712500', '173709.172500', '173709.632500', '173710.092500', '173710.552500', '173711.012500', '173711.472500', '173711.932500', '173712.392500', '173712.852500', '173713.312500', '173713.772500', '173714.232500', '173714.692500', '173715.152500', '173715.612500', '173716.072500', '173716.532500', '173716.992500', '173717.452500', '173717.912500', '173718.372500', '173718.832500', '173719.292500', '173719.752500', '173720.212500', '173720.672500', '173721.132500', '173721.592500', '173722.052500', '173722.512500', '173722.972500', '173723.432500', '173723.892500', '173724.352500', '173724.812500', '173725.272500', '173725.732500', '173726.192500', '173726.652500', '173727.112500', '173727.572500', '173728.032500', '173728.492500', '173728.952500', '173729.412500', '173729.872500', '173730.332500', '173730.792500', '173731.252500', '173731.712500', '173732.172500', '173732.632500', '173733.092500', '173733.552500', '173734.012500', '173734.472500', '173734.932500', '173735.392500', '173735.852500', '173736.312500', '173736.772500', '173737.232500', '173737.692500', '173738.152500', '173738.612500', '173739.072500', '173739.532500', '173739.992500', '173740.452500', '173740.912500', '173741.372500', '173741.832500', '173742.292500', '173742.752500', '173743.212500', '173743.672500', '173744.132500', '173744.592500', '173745.052500', '173745.512500', '173745.972500', '173746.432500', '173746.892500', '173747.352500', '173747.812500', '173748.272500', '173748.732500', '173749.192500', '173749.652500', '173750.112500', '173750.572500', '173751.032500', '173751.492500', '173751.952500', '173752.412500', '173752.872500', '173753.332500', '173753.792500', '173754.252500', '173754.712500', '173755.172500', '173755.632500', '173756.092500', '173756.552500', '173757.012500', '173757.472500', '173757.932500', '173758.392500', '173758.852500', '173759.312500', '173759.772500', '173800.232500', '173800.692500', '173801.152500', '173801.612500', '173802.072500', '173802.532500', '173802.992500', '173803.452500', '173803.912500', '173804.372500', '173804.832500', '173805.292500', '173805.752500', '173806.212500', '173806.672500', '173807.132500', '173807.592500', '173808.052500', '173808.512500', '173808.972500', '173809.432500', '173809.892500', '173810.352500', '173810.812500', '173811.272500', '173811.732500', '173812.192500', '173812.652500', '173813.112500', '173813.572500', '173814.032500', '173814.492500', '173814.952500', '173815.412500', '173815.872500', '173816.332500', '173816.792500', '173817.252500', '173817.712500', '173818.172500', '173818.632500', '173819.092500', '173819.552500', '173820.012500', '173820.472500', '173820.932500', '173821.392500', '173821.852500', '173822.312500', '173822.772500', '173823.232500', '173823.692500', '173824.152500', '173824.612500', '173825.072500', '173825.532500', '173825.992500', '173826.452500', '173826.912500', '173827.372500', '173827.832500', '173828.292500', '173828.752500', '173829.212500'], 'ContentTime': ['173159.563000', '173159.567000', '173159.570000', '173159.573000', '173159.575000', '173159.578000', '173159.581000', '173159.583000', '173159.586000', '173159.595000', '173159.598000', '173159.600000', '173159.603000', '173159.606000', '173159.608000', '173159.611000', '173159.613000', '173159.616000', '173159.619000', '173159.621000', '173159.624000', '173219.533000', '173219.535000', '173219.538000', '173219.541000', '173219.543000', '173219.546000', '173219.548000', '173219.551000', '173219.553000', '173219.556000', '173219.559000', '173219.561000', '173219.564000', '173219.566000', '173219.569000', '173219.571000', '173219.574000', '173219.576000', '173219.579000', '173219.581000', '173219.584000', '173219.586000', '173219.589000', '173219.591000', '173219.604000', '173219.607000', '173219.610000', '173219.612000', '173219.615000', '173219.617000', '173219.620000', '173219.622000', '173219.625000', '173219.627000', '173219.630000', '173219.633000', '173219.635000', '173219.638000', '173219.640000', '173219.643000', '173219.645000', '173219.658000', '173219.660000', '173219.663000', '173239.532000', '173239.535000', '173239.538000', '173239.540000', '173239.543000', '173239.545000', '173239.548000', '173239.550000', '173239.553000', '173239.556000', '173239.558000', '173239.561000', '173239.563000', '173239.566000', '173239.569000', '173239.572000', '173239.574000', '173239.577000', '173239.579000', '173239.582000', '173239.584000', '173239.587000', '173239.590000', '173239.592000', '173239.595000', '173239.597000', '173239.600000', '173239.602000', '173239.605000', '173239.607000', '173239.610000', '173239.613000', '173239.615000', '173239.618000', '173239.620000', '173239.623000', '173239.625000', '173239.628000', '173239.630000', '173239.633000', '173239.636000', '173239.638000', '173239.641000', '173259.532000', '173259.535000', '173259.538000', '173259.540000', '173259.543000', '173259.546000', '173259.548000', '173259.551000', '173259.553000', '173259.556000', '173259.558000', '173259.561000', '173259.564000', '173259.566000', '173259.569000', '173259.571000', '173259.574000', '173259.576000', '173259.579000', '173259.581000', '173259.584000', '173259.586000', '173259.589000', '173259.592000', '173259.594000', '173259.597000', '173259.599000', '173259.602000', '173259.604000', '173259.607000', '173259.610000', '173259.612000', '173259.615000', '173259.617000', '173259.620000', '173259.622000', '173259.625000', '173259.627000', '173259.630000', '173259.632000', '173259.635000', '173259.638000', '173259.640000', '173259.643000', '173319.532000', '173319.534000', '173319.537000', '173319.540000', '173319.542000', '173319.545000', '173319.547000', '173319.550000', '173319.553000', '173319.555000', '173319.558000', '173319.560000', '173319.563000', '173319.565000', '173319.568000', '173319.570000', '173319.573000', '173319.600000', '173319.604000', '173319.606000', '173319.609000', '173319.611000', '173319.614000', '173319.617000', '173319.619000', '173319.622000', '173319.624000', '173319.627000', '173319.629000', '173319.632000', '173319.634000', '173319.637000', '173319.640000', '173319.642000', '173319.645000', '173319.647000', '173319.650000', '173319.652000', '173319.655000', '173319.658000', '173319.660000', '173319.663000', '173319.666000', '173339.531000', '173339.534000', '173339.537000', '173339.539000', '173339.542000', '173339.545000', '173339.547000', '173339.550000', '173339.552000', '173339.555000', '173339.558000', '173339.560000', '173339.563000', '173339.565000', '173339.568000', '173339.570000', '173339.573000', '173339.576000', '173339.578000', '173339.581000', '173339.583000', '173339.586000', '173339.588000', '173339.591000', '173339.593000', '173339.596000', '173339.599000', '173339.601000', '173339.604000', '173339.606000', '173339.609000', '173339.611000', '173339.614000', '173339.617000', '173339.619000', '173339.622000', '173339.624000', '173339.627000', '173339.629000', '173339.632000', '173339.634000', '173339.637000', '173339.639000', '173339.642000', '173359.532000', '173359.535000', '173359.538000', '173359.540000', '173359.543000', '173359.546000', '173359.548000', '173359.551000', '173359.553000', '173359.556000', '173359.559000', '173359.561000', '173359.564000', '173359.566000', '173359.569000', '173359.571000', '173359.574000', '173359.576000', '173359.579000', '173359.582000', '173359.584000', '173359.587000', '173359.589000', '173359.592000', '173359.594000', '173359.597000', '173359.600000', '173359.602000', '173359.605000', '173359.607000', '173359.610000', '173359.613000', '173359.615000', '173359.618000', '173359.620000', '173359.623000', '173359.625000', '173359.628000', '173359.630000', '173359.633000', '173359.635000', '173359.638000', '173359.641000', '173419.532000', '173419.535000', '173419.538000', '173419.541000', '173419.543000', '173419.546000', '173419.548000', '173419.551000', '173419.553000', '173419.556000', '173419.558000', '173419.561000', '173419.563000', '173419.566000', '173419.569000', '173419.571000', '173419.574000', '173419.576000', '173419.579000', '173419.581000', '173419.584000', '173419.586000', '173419.589000', '173419.592000', '173419.594000', '173419.597000', '173419.600000', '173419.602000', '173419.605000', '173419.607000', '173419.610000', '173419.612000', '173419.615000', '173419.618000', '173419.620000', '173419.623000', '173419.625000', '173419.628000', '173419.630000', '173419.633000', '173419.635000', '173419.638000', '173419.641000', '173419.643000', '173439.533000', '173439.535000', '173439.538000', '173439.541000', '173439.543000', '173439.546000', '173439.548000', '173439.551000', '173439.553000', '173439.556000', '173439.559000', '173439.561000', '173439.564000', '173439.566000', '173439.569000', '173439.572000', '173439.574000', '173439.577000', '173439.579000', '173439.582000', '173439.585000', '173439.587000', '173439.590000', '173439.592000', '173439.595000', '173439.597000', '173439.600000', '173439.603000', '173439.605000', '173439.608000', '173439.611000', '173439.613000', '173439.616000', '173439.618000', '173439.621000', '173439.624000', '173439.627000', '173439.629000', '173439.632000', '173439.634000', '173439.637000', '173439.639000', '173439.643000', '173459.532000', '173459.535000', '173459.538000', '173459.540000', '173459.543000', '173459.546000', '173459.549000', '173459.552000', '173459.554000', '173459.557000', '173459.560000', '173459.562000', '173459.565000', '173459.592000', '173459.595000', '173459.598000', '173459.600000', '173459.603000', '173459.605000', '173459.608000', '173459.611000', '173459.613000', '173459.616000', '173459.618000', '173459.621000', '173459.623000', '173459.626000', '173459.629000', '173459.631000', '173459.634000', '173459.636000', '173459.639000', '173459.641000', '173459.644000', '173459.647000', '173459.649000', '173459.652000', '173459.654000', '173459.657000', '173459.659000', '173459.662000', '173459.665000', '173459.667000', '173519.533000', '173519.535000', '173519.538000', '173519.541000', '173519.543000', '173519.546000', '173519.548000', '173519.551000', '173519.554000', '173519.556000', '173519.559000', '173519.561000', '173519.564000', '173519.566000', '173519.569000', '173519.572000', '173519.574000', '173519.577000', '173519.579000', '173519.582000', '173519.584000', '173519.587000', '173519.590000', '173519.592000', '173519.595000', '173519.597000', '173519.600000', '173519.603000', '173519.605000', '173519.608000', '173519.610000', '173519.613000', '173519.615000', '173519.618000', '173519.621000', '173519.623000', '173519.626000', '173519.628000', '173519.631000', '173519.633000', '173519.636000', '173519.639000', '173519.641000', '173519.644000', '173539.531000', '173539.534000', '173539.537000', '173539.539000', '173539.542000', '173539.545000', '173539.547000', '173539.550000', '173539.552000', '173539.555000', '173539.557000', '173539.560000', '173539.563000', '173539.565000', '173539.568000', '173539.570000', '173539.573000', '173539.576000', '173539.578000', '173539.581000', '173539.583000', '173539.586000', '173539.588000', '173539.591000', '173539.593000', '173539.596000', '173539.599000', '173539.601000', '173539.604000', '173539.607000', '173539.609000', '173539.612000', '173539.614000', '173539.617000', '173539.619000', '173539.622000', '173539.624000', '173539.627000', '173539.630000', '173539.632000', '173539.635000', '173539.637000', '173539.640000', '173539.642000', '173559.531000', '173559.534000', '173559.537000', '173559.540000', '173559.542000', '173559.545000', '173559.547000', '173559.550000', '173559.552000', '173559.555000', '173559.558000', '173559.560000', '173559.563000', '173559.565000', '173559.568000', '173559.570000', '173559.573000', '173559.575000', '173559.578000', '173559.581000', '173559.583000', '173559.586000', '173559.588000', '173559.591000', '173559.593000', '173559.596000', '173559.599000', '173559.601000', '173559.604000', '173559.606000', '173559.609000', '173559.611000', '173559.614000', '173559.617000', '173559.619000', '173559.622000', '173559.624000', '173559.627000', '173559.629000', '173559.632000', '173559.635000', '173559.637000', '173559.640000', '173619.533000', '173619.535000', '173619.538000', '173619.541000', '173619.543000', '173619.546000', '173619.548000', '173619.551000', '173619.553000', '173619.556000', '173619.559000', '173619.561000', '173619.564000', '173619.567000', '173619.569000', '173619.572000', '173619.574000', '173619.577000', '173619.580000', '173619.582000', '173619.585000', '173619.587000', '173619.590000', '173619.592000', '173619.595000', '173619.598000', '173619.600000', '173619.603000', '173619.605000', '173619.608000', '173619.610000', '173619.613000', '173619.615000', '173619.618000', '173619.621000', '173619.623000', '173619.626000', '173619.628000', '173619.652000', '173619.655000', '173619.658000', '173619.660000', '173619.663000', '173619.665000', '173639.533000', '173639.536000', '173639.538000', '173639.541000', '173639.543000', '173639.546000', '173639.549000', '173639.551000', '173639.554000', '173639.556000', '173639.559000', '173639.561000', '173639.564000', '173639.567000', '173639.569000', '173639.572000', '173639.574000', '173639.577000', '173639.580000', '173639.582000', '173639.585000', '173639.587000', '173639.590000', '173639.593000', '173639.595000', '173639.598000', '173639.601000', '173639.603000', '173639.606000', '173639.608000', '173639.611000', '173639.614000', '173639.616000', '173639.619000', '173639.622000', '173639.624000', '173639.627000', '173639.629000', '173639.632000', '173639.635000', '173639.637000', '173639.640000', '173639.642000', '173659.532000', '173659.535000', '173659.538000', '173659.541000', '173659.543000', '173659.546000', '173659.549000', '173659.551000', '173659.554000', '173659.556000', '173659.559000', '173659.562000', '173659.564000', '173659.567000', '173659.569000', '173659.572000', '173659.574000', '173659.577000', '173659.579000', '173659.582000', '173659.585000', '173659.587000', '173659.590000', '173659.592000', '173659.595000', '173659.598000', '173659.600000', '173659.603000', '173659.606000', '173659.608000', '173659.611000', '173659.613000', '173659.616000', '173659.618000', '173659.621000', '173659.624000', '173659.626000', '173659.629000', '173659.632000', '173659.634000', '173659.637000', '173659.639000', '173659.642000', '173659.644000', '173719.532000', '173719.535000', '173719.538000', '173719.540000', '173719.543000', '173719.546000', '173719.548000', '173719.551000', '173719.554000', '173719.556000', '173719.559000', '173719.561000', '173719.564000', '173719.567000', '173719.569000', '173719.572000', '173719.574000', '173719.577000', '173719.580000', '173719.582000', '173719.585000', '173719.587000', '173719.590000', '173719.593000', '173719.595000', '173719.598000', '173719.601000', '173719.603000', '173719.606000', '173719.609000', '173719.611000', '173719.614000', '173719.616000', '173719.619000', '173719.622000', '173719.624000', '173719.627000', '173719.629000', '173719.632000', '173719.634000', '173719.637000', '173719.640000', '173719.642000', '173739.533000', '173739.536000', '173739.538000', '173739.541000', '173739.543000', '173739.546000', '173739.549000', '173739.551000', '173739.554000', '173739.557000', '173739.559000', '173739.562000', '173739.564000', '173739.567000', '173739.569000', '173739.572000', '173739.575000', '173739.577000', '173739.580000', '173739.582000', '173739.585000', '173739.588000', '173739.590000', '173739.593000', '173739.596000', '173739.598000', '173739.601000', '173739.603000', '173739.606000', '173739.609000', '173739.611000', '173739.614000', '173739.616000', '173739.619000', '173739.622000', '173739.624000', '173739.627000', '173739.629000', '173739.632000', '173739.635000', '173739.637000', '173739.640000', '173739.642000', '173739.645000', '173759.531000', '173759.534000', '173759.537000', '173759.539000', '173759.551000', '173759.554000', '173759.557000', '173759.559000', '173759.562000', '173759.564000', '173759.567000', '173759.570000', '173759.572000', '173759.575000', '173759.577000', '173759.580000', '173759.582000', '173759.585000', '173759.587000', '173759.590000', '173759.593000', '173759.595000', '173759.598000', '173759.601000', '173759.603000', '173759.606000', '173759.608000', '173759.611000', '173759.614000', '173759.616000', '173759.619000', '173759.621000', '173759.624000', '173759.627000', '173759.629000', '173759.632000', '173759.634000', '173759.637000', '173759.639000', '173759.642000', '173759.644000', '173759.647000', '173759.650000', '173819.531000', '173819.534000', '173819.537000', '173819.539000', '173819.542000', '173819.545000', '173819.547000', '173819.550000', '173819.552000', '173819.555000', '173819.558000', '173819.560000', '173819.563000', '173819.565000', '173819.568000', '173819.570000', '173819.573000', '173819.576000', '173819.578000', '173819.581000', '173819.584000', '173819.586000', '173819.589000', '173819.591000', '173819.594000', '173819.596000', '173819.599000', '173819.602000', '173819.604000', '173819.607000', '173819.609000', '173819.612000', '173819.615000', '173819.617000', '173819.620000', '173819.622000', '173819.625000', '173819.628000', '173819.630000', '173819.633000', '173819.635000', '173819.638000', '173819.640000', '173819.643000', '173830.515000', '173830.518000', '173830.521000', '173830.524000', '173830.527000', '173830.530000', '173830.533000', '173830.536000', '173830.539000', '173830.541000', '173830.544000', '173830.547000', '173830.550000', '173830.553000', '173830.556000', '173830.559000', '173830.562000', '173830.565000', '173830.568000', '173830.570000', '173830.573000', '173830.576000', '173830.579000', '173830.582000'], 'InstanceCreationTime': ['173159.563000', '173159.567000', '173159.570000', '173159.573000', '173159.575000', '173159.578000', '173159.581000', '173159.583000', '173159.586000', '173159.595000', '173159.598000', '173159.600000', '173159.603000', '173159.606000', '173159.608000', '173159.611000', '173159.613000', '173159.616000', '173159.619000', '173159.621000', '173159.624000', '173219.533000', '173219.535000', '173219.538000', '173219.541000', '173219.543000', '173219.546000', '173219.548000', '173219.551000', '173219.553000', '173219.556000', '173219.559000', '173219.561000', '173219.564000', '173219.566000', '173219.569000', '173219.571000', '173219.574000', '173219.576000', '173219.579000', '173219.581000', '173219.584000', '173219.586000', '173219.589000', '173219.591000', '173219.604000', '173219.607000', '173219.610000', '173219.612000', '173219.615000', '173219.617000', '173219.620000', '173219.622000', '173219.625000', '173219.627000', '173219.630000', '173219.633000', '173219.635000', '173219.638000', '173219.640000', '173219.643000', '173219.645000', '173219.658000', '173219.660000', '173219.663000', '173239.532000', '173239.535000', '173239.538000', '173239.540000', '173239.543000', '173239.545000', '173239.548000', '173239.550000', '173239.553000', '173239.556000', '173239.558000', '173239.561000', '173239.563000', '173239.566000', '173239.569000', '173239.572000', '173239.574000', '173239.577000', '173239.579000', '173239.582000', '173239.584000', '173239.587000', '173239.590000', '173239.592000', '173239.595000', '173239.597000', '173239.600000', '173239.602000', '173239.605000', '173239.607000', '173239.610000', '173239.613000', '173239.615000', '173239.618000', '173239.620000', '173239.623000', '173239.625000', '173239.628000', '173239.630000', '173239.633000', '173239.636000', '173239.638000', '173239.641000', '173259.532000', '173259.535000', '173259.538000', '173259.540000', '173259.543000', '173259.546000', '173259.548000', '173259.551000', '173259.553000', '173259.556000', '173259.558000', '173259.561000', '173259.564000', '173259.566000', '173259.569000', '173259.571000', '173259.574000', '173259.576000', '173259.579000', '173259.581000', '173259.584000', '173259.586000', '173259.589000', '173259.592000', '173259.594000', '173259.597000', '173259.599000', '173259.602000', '173259.604000', '173259.607000', '173259.610000', '173259.612000', '173259.615000', '173259.617000', '173259.620000', '173259.622000', '173259.625000', '173259.627000', '173259.630000', '173259.632000', '173259.635000', '173259.638000', '173259.640000', '173259.643000', '173319.532000', '173319.534000', '173319.537000', '173319.540000', '173319.542000', '173319.545000', '173319.547000', '173319.550000', '173319.553000', '173319.555000', '173319.558000', '173319.560000', '173319.563000', '173319.565000', '173319.568000', '173319.570000', '173319.573000', '173319.600000', '173319.604000', '173319.606000', '173319.609000', '173319.611000', '173319.614000', '173319.617000', '173319.619000', '173319.622000', '173319.624000', '173319.627000', '173319.629000', '173319.632000', '173319.634000', '173319.637000', '173319.640000', '173319.642000', '173319.645000', '173319.647000', '173319.650000', '173319.652000', '173319.655000', '173319.658000', '173319.660000', '173319.663000', '173319.666000', '173339.531000', '173339.534000', '173339.537000', '173339.539000', '173339.542000', '173339.545000', '173339.547000', '173339.550000', '173339.552000', '173339.555000', '173339.558000', '173339.560000', '173339.563000', '173339.565000', '173339.568000', '173339.570000', '173339.573000', '173339.576000', '173339.578000', '173339.581000', '173339.583000', '173339.586000', '173339.588000', '173339.591000', '173339.593000', '173339.596000', '173339.599000', '173339.601000', '173339.604000', '173339.606000', '173339.609000', '173339.611000', '173339.614000', '173339.617000', '173339.619000', '173339.622000', '173339.624000', '173339.627000', '173339.629000', '173339.632000', '173339.634000', '173339.637000', '173339.639000', '173339.642000', '173359.532000', '173359.535000', '173359.538000', '173359.540000', '173359.543000', '173359.546000', '173359.548000', '173359.551000', '173359.553000', '173359.556000', '173359.559000', '173359.561000', '173359.564000', '173359.566000', '173359.569000', '173359.571000', '173359.574000', '173359.576000', '173359.579000', '173359.582000', '173359.584000', '173359.587000', '173359.589000', '173359.592000', '173359.594000', '173359.597000', '173359.600000', '173359.602000', '173359.605000', '173359.607000', '173359.610000', '173359.613000', '173359.615000', '173359.618000', '173359.620000', '173359.623000', '173359.625000', '173359.628000', '173359.630000', '173359.633000', '173359.635000', '173359.638000', '173359.641000', '173419.532000', '173419.535000', '173419.538000', '173419.541000', '173419.543000', '173419.546000', '173419.548000', '173419.551000', '173419.553000', '173419.556000', '173419.558000', '173419.561000', '173419.563000', '173419.566000', '173419.569000', '173419.571000', '173419.574000', '173419.576000', '173419.579000', '173419.581000', '173419.584000', '173419.586000', '173419.589000', '173419.592000', '173419.594000', '173419.597000', '173419.600000', '173419.602000', '173419.605000', '173419.607000', '173419.610000', '173419.612000', '173419.615000', '173419.618000', '173419.620000', '173419.623000', '173419.625000', '173419.628000', '173419.630000', '173419.633000', '173419.635000', '173419.638000', '173419.641000', '173419.643000', '173439.533000', '173439.535000', '173439.538000', '173439.541000', '173439.543000', '173439.546000', '173439.548000', '173439.551000', '173439.553000', '173439.556000', '173439.559000', '173439.561000', '173439.564000', '173439.566000', '173439.569000', '173439.572000', '173439.574000', '173439.577000', '173439.579000', '173439.582000', '173439.585000', '173439.587000', '173439.590000', '173439.592000', '173439.595000', '173439.597000', '173439.600000', '173439.603000', '173439.605000', '173439.608000', '173439.611000', '173439.613000', '173439.616000', '173439.618000', '173439.621000', '173439.624000', '173439.627000', '173439.629000', '173439.632000', '173439.634000', '173439.637000', '173439.639000', '173439.643000', '173459.532000', '173459.535000', '173459.538000', '173459.540000', '173459.543000', '173459.546000', '173459.549000', '173459.552000', '173459.554000', '173459.557000', '173459.560000', '173459.562000', '173459.565000', '173459.592000', '173459.595000', '173459.598000', '173459.600000', '173459.603000', '173459.605000', '173459.608000', '173459.611000', '173459.613000', '173459.616000', '173459.618000', '173459.621000', '173459.623000', '173459.626000', '173459.629000', '173459.631000', '173459.634000', '173459.636000', '173459.639000', '173459.641000', '173459.644000', '173459.647000', '173459.649000', '173459.652000', '173459.654000', '173459.657000', '173459.659000', '173459.662000', '173459.665000', '173459.667000', '173519.533000', '173519.535000', '173519.538000', '173519.541000', '173519.543000', '173519.546000', '173519.548000', '173519.551000', '173519.554000', '173519.556000', '173519.559000', '173519.561000', '173519.564000', '173519.566000', '173519.569000', '173519.572000', '173519.574000', '173519.577000', '173519.579000', '173519.582000', '173519.584000', '173519.587000', '173519.590000', '173519.592000', '173519.595000', '173519.597000', '173519.600000', '173519.603000', '173519.605000', '173519.608000', '173519.610000', '173519.613000', '173519.615000', '173519.618000', '173519.621000', '173519.623000', '173519.626000', '173519.628000', '173519.631000', '173519.633000', '173519.636000', '173519.639000', '173519.641000', '173519.644000', '173539.531000', '173539.534000', '173539.537000', '173539.539000', '173539.542000', '173539.545000', '173539.547000', '173539.550000', '173539.552000', '173539.555000', '173539.557000', '173539.560000', '173539.563000', '173539.565000', '173539.568000', '173539.570000', '173539.573000', '173539.576000', '173539.578000', '173539.581000', '173539.583000', '173539.586000', '173539.588000', '173539.591000', '173539.593000', '173539.596000', '173539.599000', '173539.601000', '173539.604000', '173539.607000', '173539.609000', '173539.612000', '173539.614000', '173539.617000', '173539.619000', '173539.622000', '173539.624000', '173539.627000', '173539.630000', '173539.632000', '173539.635000', '173539.637000', '173539.640000', '173539.642000', '173559.531000', '173559.534000', '173559.537000', '173559.540000', '173559.542000', '173559.545000', '173559.547000', '173559.550000', '173559.552000', '173559.555000', '173559.558000', '173559.560000', '173559.563000', '173559.565000', '173559.568000', '173559.570000', '173559.573000', '173559.575000', '173559.578000', '173559.581000', '173559.583000', '173559.586000', '173559.588000', '173559.591000', '173559.593000', '173559.596000', '173559.599000', '173559.601000', '173559.604000', '173559.606000', '173559.609000', '173559.611000', '173559.614000', '173559.617000', '173559.619000', '173559.622000', '173559.624000', '173559.627000', '173559.629000', '173559.632000', '173559.635000', '173559.637000', '173559.640000', '173619.533000', '173619.535000', '173619.538000', '173619.541000', '173619.543000', '173619.546000', '173619.548000', '173619.551000', '173619.553000', '173619.556000', '173619.559000', '173619.561000', '173619.564000', '173619.567000', '173619.569000', '173619.572000', '173619.574000', '173619.577000', '173619.580000', '173619.582000', '173619.585000', '173619.587000', '173619.590000', '173619.592000', '173619.595000', '173619.598000', '173619.600000', '173619.603000', '173619.605000', '173619.608000', '173619.610000', '173619.613000', '173619.615000', '173619.618000', '173619.621000', '173619.623000', '173619.626000', '173619.628000', '173619.652000', '173619.655000', '173619.658000', '173619.660000', '173619.663000', '173619.665000', '173639.533000', '173639.536000', '173639.538000', '173639.541000', '173639.543000', '173639.546000', '173639.549000', '173639.551000', '173639.554000', '173639.556000', '173639.559000', '173639.561000', '173639.564000', '173639.567000', '173639.569000', '173639.572000', '173639.574000', '173639.577000', '173639.580000', '173639.582000', '173639.585000', '173639.587000', '173639.590000', '173639.593000', '173639.595000', '173639.598000', '173639.601000', '173639.603000', '173639.606000', '173639.608000', '173639.611000', '173639.614000', '173639.616000', '173639.619000', '173639.622000', '173639.624000', '173639.627000', '173639.629000', '173639.632000', '173639.635000', '173639.637000', '173639.640000', '173639.642000', '173659.532000', '173659.535000', '173659.538000', '173659.541000', '173659.543000', '173659.546000', '173659.549000', '173659.551000', '173659.554000', '173659.556000', '173659.559000', '173659.562000', '173659.564000', '173659.567000', '173659.569000', '173659.572000', '173659.574000', '173659.577000', '173659.579000', '173659.582000', '173659.585000', '173659.587000', '173659.590000', '173659.592000', '173659.595000', '173659.598000', '173659.600000', '173659.603000', '173659.606000', '173659.608000', '173659.611000', '173659.613000', '173659.616000', '173659.618000', '173659.621000', '173659.624000', '173659.626000', '173659.629000', '173659.632000', '173659.634000', '173659.637000', '173659.639000', '173659.642000', '173659.644000', '173719.532000', '173719.535000', '173719.538000', '173719.540000', '173719.543000', '173719.546000', '173719.548000', '173719.551000', '173719.554000', '173719.556000', '173719.559000', '173719.561000', '173719.564000', '173719.567000', '173719.569000', '173719.572000', '173719.574000', '173719.577000', '173719.580000', '173719.582000', '173719.585000', '173719.587000', '173719.590000', '173719.593000', '173719.595000', '173719.598000', '173719.601000', '173719.603000', '173719.606000', '173719.609000', '173719.611000', '173719.614000', '173719.616000', '173719.619000', '173719.622000', '173719.624000', '173719.627000', '173719.629000', '173719.632000', '173719.634000', '173719.637000', '173719.640000', '173719.642000', '173739.533000', '173739.536000', '173739.538000', '173739.541000', '173739.543000', '173739.546000', '173739.549000', '173739.551000', '173739.554000', '173739.557000', '173739.559000', '173739.562000', '173739.564000', '173739.567000', '173739.569000', '173739.572000', '173739.575000', '173739.577000', '173739.580000', '173739.582000', '173739.585000', '173739.588000', '173739.590000', '173739.593000', '173739.596000', '173739.598000', '173739.601000', '173739.603000', '173739.606000', '173739.609000', '173739.611000', '173739.614000', '173739.616000', '173739.619000', '173739.622000', '173739.624000', '173739.627000', '173739.629000', '173739.632000', '173739.635000', '173739.637000', '173739.640000', '173739.642000', '173739.645000', '173759.531000', '173759.534000', '173759.537000', '173759.539000', '173759.551000', '173759.554000', '173759.557000', '173759.559000', '173759.562000', '173759.564000', '173759.567000', '173759.570000', '173759.572000', '173759.575000', '173759.577000', '173759.580000', '173759.582000', '173759.585000', '173759.587000', '173759.590000', '173759.593000', '173759.595000', '173759.598000', '173759.601000', '173759.603000', '173759.606000', '173759.608000', '173759.611000', '173759.614000', '173759.616000', '173759.619000', '173759.621000', '173759.624000', '173759.627000', '173759.629000', '173759.632000', '173759.634000', '173759.637000', '173759.639000', '173759.642000', '173759.644000', '173759.647000', '173759.650000', '173819.531000', '173819.534000', '173819.537000', '173819.539000', '173819.542000', '173819.545000', '173819.547000', '173819.550000', '173819.552000', '173819.555000', '173819.558000', '173819.560000', '173819.563000', '173819.565000', '173819.568000', '173819.570000', '173819.573000', '173819.576000', '173819.578000', '173819.581000', '173819.584000', '173819.586000', '173819.589000', '173819.591000', '173819.594000', '173819.596000', '173819.599000', '173819.602000', '173819.604000', '173819.607000', '173819.609000', '173819.612000', '173819.615000', '173819.617000', '173819.620000', '173819.622000', '173819.625000', '173819.628000', '173819.630000', '173819.633000', '173819.635000', '173819.638000', '173819.640000', '173819.643000', '173830.515000', '173830.518000', '173830.521000', '173830.524000', '173830.527000', '173830.530000', '173830.533000', '173830.536000', '173830.539000', '173830.541000', '173830.544000', '173830.547000', '173830.550000', '173830.553000', '173830.556000', '173830.559000', '173830.562000', '173830.565000', '173830.568000', '173830.570000', '173830.573000', '173830.576000', '173830.579000', '173830.582000'], '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': [10795, 10280, 7866, 9998, 10861, 8992, 7334, 8474, 7373, 9862, 9801, 9936, 10666, 9972, 13680, 9486, 14398, 12069, 15492, 8819, 12653, 9180, 12061, 9571, 9923, 13601, 8582, 13825, 8307, 12870, 8214, 9819, 7298, 7917, 7072, 10102, 11455, 9496, 7602, 10928, 8954, 13549, 7835, 14389, 8209, 14965, 10039, 16025, 8558, 11844, 9844, 12290, 15534, 13230, 16052, 8389, 11959, 8846, 9917, 7709, 9159, 13508, 8166, 13706, 8504, 11921, 8353, 10023, 9442, 9093, 13916, 7703, 12753, 8246, 10781, 8501, 9578, 7775, 8758, 13707, 8578, 14205, 8461, 12592, 8302, 7156, 8054, 10850, 8393, 14633, 9791, 11728, 16260, 10514, 16235, 8411, 12136, 8527, 10386, 13390, 10743, 17525, 7784, 10992, 8594, 12739, 9516, 8407, 10673, 8103, 12059, 9176, 10221, 18199, 11109, 16230, 8210, 9978, 9126, 9542, 15839, 7868, 13296, 7436, 9807, 7446, 8048, 11728, 7371, 11906, 7638, 10714, 8189, 9807, 7487, 10939, 7672, 10988, 12565, 10160, 16131, 9540, 14656, 9428, 10489, 11608, 9916, 9272, 9129, 12361, 9798, 16266, 12221, 16392, 8506, 13864, 9730, 10963, 13594, 10163, 16052, 9889, 14408, 8335, 14395, 11038, 13480, 7436, 11986, 9142, 14718, 9551, 15657, 9891, 12817, 7340, 10734, 10955, 15504, 8775, 13829, 10806, 15010, 8054, 14000, 8685, 12774, 10361, 9080, 14697, 8177, 11338, 8860, 10177, 9037, 8313, 11801, 7943, 10688, 8144, 10933, 7903, 11478, 7727, 10065, 9514, 8901, 15674, 7624, 13909, 9566, 10075, 12080, 8366, 14392, 8062, 12067, 9606, 9095, 8320, 8557, 12910, 9251, 15103, 9894, 14446, 9609, 9792, 15966, 8459, 14556, 7419, 9915, 12141, 8229, 13552, 8053, 9654, 7668, 10072, 7820, 11708, 9536, 10889, 8510, 11698, 7912, 11078, 8978, 14614, 11013, 10052, 16363, 8550, 9275, 8413, 13185, 10279, 8299, 10478, 8109, 11173, 8237, 10561, 7850, 10547, 9220, 9670, 8038, 8186, 7841, 8335, 8951, 10342, 10788, 8394, 8472, 8349, 8440, 9183, 13688, 10898, 15477, 11422, 15283, 12419, 13491, 15585, 9189, 14986, 9264, 10027, 7936, 10021, 8264, 9059, 8231, 9459, 8584, 10058, 8413, 8496, 8046, 11813, 8423, 8991, 8245, 9414, 8815, 11291, 8223, 10866, 8424, 11843, 8559, 8930, 13764, 9001, 11078, 8465, 9480, 8272, 8283, 9668, 8114, 9006, 8425, 9185, 7998, 8522, 10122, 8366, 10079, 8590, 10904, 8218, 10164, 8090, 9293, 11528, 8747, 10059, 8249, 11085, 8390, 11575, 9110, 11734, 8699, 10302, 8383, 8853, 14984, 8607, 12574, 8265, 10476, 8343, 10730, 9680, 9211, 14778, 8679, 10245, 8891, 9836, 8342, 8466, 11718, 8176, 10620, 8152, 8453, 11256, 8182, 11087, 8219, 8576, 11104, 8604, 10802, 8457, 8937, 10093, 8333, 8493, 10579, 8518, 10257, 8197, 8501, 10026, 8301, 10201, 8512, 8568, 8116, 8480, 10554, 8564, 9682, 7941, 8745, 12950, 8205, 9840, 10537, 8517, 10811, 8219, 8729, 9614, 8446, 10416, 8331, 9329, 10090, 8368, 10285, 8178, 9496, 8128, 8372, 8006, 9601, 9788, 9404, 14137, 8276, 13094, 14632, 10289, 13813, 9901, 9225, 14193, 8839, 10198, 7940, 8451, 10223, 8355, 8622, 7975, 8438, 10718, 8163, 9711, 8159, 8875, 11757, 8963, 10165, 13952, 8715, 12855, 9068, 8847, 15290, 8368, 8975, 14373, 8557, 9268, 8049, 8672, 10410, 8623, 8258, 7967, 8254, 9121, 8615, 10040, 8877, 9322, 8109, 8489, 10460, 8387, 9882, 8931, 8380, 9701, 8887, 12209, 8495, 9720, 7792, 8627, 10884, 8307, 11285, 8296, 9336, 8308, 9185, 7939, 8404, 9217, 8394, 9728, 8945, 9918, 8557, 8286, 9096, 13286, 8177, 7275, 7997, 8348, 9052, 9249, 8279, 7869, 8359, 8457, 12853, 8868, 18629, 15110, 17315, 17817, 14103, 15815, 12304, 11824, 15056, 10012, 13467, 9872, 9077, 9390, 8218, 7966, 8744, 8892, 9896, 7615, 9958, 8219, 8592, 8036, 11873, 8033, 10291, 7871, 8345, 9134, 8218, 8800, 8879, 7727, 8236, 8861, 8280, 7271, 8816, 8761, 10189, 7432, 10841, 8015, 13058, 8746, 13070, 10855, 8908, 16240, 9150, 13738, 8971, 11672, 7738, 9113, 17132, 9270, 11758, 9259, 8383, 9110, 9081, 10135, 8189, 10145, 8062, 7926, 10057, 7906, 10046, 8413, 8120, 11136, 8522, 11628, 7898, 9276, 7703, 8509, 10138, 8735, 10792, 8294, 9874, 7995, 12506, 11247, 8596, 12664, 8865, 11297, 8227, 10888, 8910, 13187, 9328, 11337, 12340, 9029, 12600, 8116, 9486, 17898, 9794, 12937, 8545, 8335, 9636, 8528, 8328, 8443, 7566, 8161, 7764, 7875, 7990, 7874, 9194, 7914, 9948, 7725, 8864, 13983, 8302, 12730, 9752, 8843, 17100, 8899, 10644, 14128, 8614, 13457, 8848, 10300, 14955, 8493, 11562, 7830, 8838, 13731, 8392, 10104, 7480, 8284, 9556, 8281, 9207, 7431, 7953, 9576, 7809, 9326, 11242, 8405, 11062, 7787, 8377, 11488, 8179, 9255, 8261, 8237, 9369, 7490, 8559, 7818, 8126, 9528, 8118, 10306, 7882, 8456, 11031, 8477, 9370, 7494, 8360, 14323, 8187, 8552, 7400, 8060, 7550, 7374, 8236, 8007, 7683, 8698, 8666, 8539, 13532, 8449, 12397, 8668, 9115, 16285, 10568, 11902, 9063, 8433, 8037, 8566, 10850, 8398, 8571, 7727, 8668, 7551, 10169, 10610, 10311, 12068, 8141, 9844, 11267, 9232, 11649, 8769, 10910, 8806, 7800, 7745, 9277, 7747, 7968, 8373, 10221, 9410, 12639, 8749, 14480, 10836, 11965, 8718, 8871, 11898, 8591, 11483, 7869, 8535, 13210, 8513, 8861, 8152, 9209, 8347, 8250, 7468, 8291, 10724, 8111, 12138, 8145, 9759, 8420, 8449, 9952, 8299, 9682, 8593, 10974, 8286, 10057, 7539, 8595, 11207, 8568, 11284, 8092, 9764, 15920, 8730, 12016, 8216, 9361, 7570, 8278, 9965, 8329, 9949, 8526, 10057, 8556, 9917, 8630, 9667, 8429, 9571, 8146, 11825, 8395, 14871, 10453, 8931, 14572, 8588, 11155, 8589, 10429, 8877, 8554, 9502, 7787, 8935, 8601, 9099, 13130, 8647, 10472, 8534, 10482, 8409, 10594, 9630, 10822, 8220, 9754, 8209, 9785, 8495, 8760, 7797, 8358, 7919, 9208, 8306, 10711, 7883, 9780, 8681, 9557, 7886, 10632, 7768, 12297, 12846, 11518, 15607, 8637, 12081, 8428, 11370, 7982, 10347, 7800, 8404, 8155, 8402, 7711, 8173], 'WindowCenter': [4362.0, 4336.0, 4289.0, 4320.0, 4317.0, 4296.0, 4274.0, 4284.0, 4261.0, 4305.0, 4305.0, 4306.0, 4304.0, 4305.0, 4324.0, 4294.0, 4333.0, 4314.0, 4332.0, 4280.0, 4322.0, 4304.0, 4324.0, 4290.0, 4290.0, 4307.0, 4269.0, 4308.0, 4269.0, 4312.0, 4283.0, 4292.0, 4248.0, 4283.0, 4260.0, 4315.0, 4324.0, 4293.0, 4269.0, 4313.0, 4304.0, 4347.0, 4285.0, 4333.0, 4285.0, 4335.0, 4304.0, 4333.0, 4281.0, 4302.0, 4280.0, 4311.0, 4320.0, 4311.0, 4318.0, 4269.0, 4299.0, 4267.0, 4277.0, 4246.0, 4278.0, 4308.0, 4269.0, 4308.0, 4269.0, 4298.0, 4267.0, 4278.0, 4278.0, 4279.0, 4308.0, 4259.0, 4309.0, 4271.0, 4300.0, 4269.0, 4290.0, 4257.0, 4270.0, 4309.0, 4269.0, 4320.0, 4269.0, 4309.0, 4272.0, 4262.0, 4296.0, 4325.0, 4294.0, 4333.0, 4304.0, 4313.0, 4341.0, 4300.0, 4317.0, 4256.0, 4296.0, 4265.0, 4287.0, 4296.0, 4286.0, 4316.0, 4258.0, 4287.0, 4268.0, 4306.0, 4279.0, 4258.0, 4287.0, 4256.0, 4299.0, 4267.0, 4288.0, 4317.0, 4285.0, 4304.0, 4243.0, 4276.0, 4264.0, 4265.0, 4304.0, 4243.0, 4292.0, 4233.0, 4277.0, 4234.0, 4255.0, 4294.0, 4246.0, 4308.0, 4259.0, 4288.0, 4269.0, 4290.0, 4272.0, 4313.0, 4274.0, 4326.0, 4337.0, 4304.0, 4343.0, 4293.0, 4334.0, 4294.0, 4304.0, 4312.0, 4291.0, 4280.0, 4293.0, 4334.0, 4303.0, 4343.0, 4324.0, 4344.0, 4292.0, 4322.0, 4291.0, 4313.0, 4320.0, 4292.0, 4329.0, 4290.0, 4318.0, 4281.0, 4320.0, 4301.0, 4309.0, 4249.0, 4300.0, 4281.0, 4320.0, 4292.0, 4333.0, 4304.0, 4313.0, 4263.0, 4299.0, 4302.0, 4330.0, 4281.0, 4333.0, 4302.0, 4332.0, 4272.0, 4319.0, 4269.0, 4308.0, 4276.0, 4268.0, 4307.0, 4258.0, 4287.0, 4265.0, 4288.0, 4267.0, 4268.0, 4296.0, 4268.0, 4311.0, 4269.0, 4299.0, 4271.0, 4311.0, 4272.0, 4315.0, 4292.0, 4294.0, 4332.0, 4272.0, 4334.0, 4291.0, 4293.0, 4311.0, 4284.0, 4345.0, 4272.0, 4337.0, 4291.0, 4280.0, 4257.0, 4269.0, 4309.0, 4306.0, 4343.0, 4302.0, 4322.0, 4291.0, 4304.0, 4331.0, 4283.0, 4336.0, 4255.0, 4290.0, 4309.0, 4261.0, 4307.0, 4260.0, 4280.0, 4261.0, 4291.0, 4273.0, 4325.0, 4293.0, 4302.0, 4282.0, 4323.0, 4285.0, 4314.0, 4309.0, 4337.0, 4303.0, 4304.0, 4332.0, 4270.0, 4281.0, 4270.0, 4321.0, 4288.0, 4270.0, 4287.0, 4271.0, 4299.0, 4269.0, 4298.0, 4257.0, 4299.0, 4280.0, 4279.0, 4270.0, 4270.0, 4284.0, 4297.0, 4319.0, 4327.0, 4327.0, 4295.0, 4296.0, 4310.0, 4284.0, 4309.0, 4349.0, 4318.0, 4349.0, 4305.0, 4325.0, 4311.0, 4312.0, 4309.0, 4257.0, 4297.0, 4255.0, 4266.0, 4246.0, 4276.0, 4256.0, 4265.0, 4257.0, 4278.0, 4269.0, 4279.0, 4269.0, 4282.0, 4261.0, 4301.0, 4270.0, 4280.0, 4282.0, 4294.0, 4306.0, 4327.0, 4298.0, 4314.0, 4275.0, 4315.0, 4284.0, 4283.0, 4310.0, 4281.0, 4301.0, 4270.0, 4292.0, 4272.0, 4273.0, 4280.0, 4273.0, 4282.0, 4283.0, 4295.0, 4272.0, 4285.0, 4303.0, 4284.0, 4305.0, 4297.0, 4317.0, 4284.0, 4305.0, 4273.0, 4306.0, 4315.0, 4296.0, 4317.0, 4297.0, 4327.0, 4297.0, 4327.0, 4297.0, 4327.0, 4296.0, 4304.0, 4282.0, 4296.0, 4335.0, 4294.0, 4324.0, 4284.0, 4303.0, 4282.0, 4303.0, 4293.0, 4281.0, 4331.0, 4282.0, 4301.0, 4281.0, 4293.0, 4272.0, 4273.0, 4300.0, 4271.0, 4301.0, 4269.0, 4271.0, 4299.0, 4272.0, 4301.0, 4269.0, 4281.0, 4298.0, 4280.0, 4302.0, 4259.0, 4280.0, 4289.0, 4269.0, 4280.0, 4299.0, 4281.0, 4290.0, 4271.0, 4281.0, 4290.0, 4286.0, 4304.0, 4282.0, 4283.0, 4270.0, 4284.0, 4314.0, 4285.0, 4295.0, 4273.0, 4286.0, 4324.0, 4284.0, 4305.0, 4302.0, 4282.0, 4302.0, 4282.0, 4282.0, 4293.0, 4284.0, 4304.0, 4283.0, 4295.0, 4305.0, 4285.0, 4306.0, 4284.0, 4318.0, 4285.0, 4296.0, 4286.0, 4318.0, 4306.0, 4308.0, 4336.0, 4284.0, 4336.0, 4337.0, 4293.0, 4312.0, 4280.0, 4280.0, 4310.0, 4280.0, 4289.0, 4259.0, 4259.0, 4277.0, 4270.0, 4281.0, 4261.0, 4271.0, 4302.0, 4283.0, 4304.0, 4285.0, 4296.0, 4315.0, 4284.0, 4304.0, 4320.0, 4284.0, 4323.0, 4270.0, 4281.0, 4319.0, 4269.0, 4282.0, 4319.0, 4270.0, 4281.0, 4258.0, 4281.0, 4302.0, 4283.0, 4281.0, 4296.0, 4295.0, 4293.0, 4294.0, 4302.0, 4295.0, 4305.0, 4297.0, 4297.0, 4304.0, 4285.0, 4303.0, 4282.0, 4284.0, 4292.0, 4293.0, 4315.0, 4283.0, 4293.0, 4261.0, 4285.0, 4301.0, 4285.0, 4312.0, 4283.0, 4294.0, 4284.0, 4305.0, 4282.0, 4285.0, 4293.0, 4282.0, 4304.0, 4293.0, 4316.0, 4307.0, 4307.0, 4305.0, 4346.0, 4309.0, 4287.0, 4307.0, 4319.0, 4337.0, 4341.0, 4299.0, 4302.0, 4313.0, 4299.0, 4341.0, 4298.0, 4376.0, 4326.0, 4337.0, 4323.0, 4288.0, 4299.0, 4273.0, 4277.0, 4294.0, 4266.0, 4281.0, 4252.0, 4228.0, 4239.0, 4228.0, 4229.0, 4242.0, 4254.0, 4276.0, 4248.0, 4278.0, 4257.0, 4256.0, 4259.0, 4300.0, 4247.0, 4277.0, 4245.0, 4259.0, 4278.0, 4271.0, 4280.0, 4282.0, 4260.0, 4282.0, 4281.0, 4284.0, 4264.0, 4295.0, 4295.0, 4327.0, 4275.0, 4327.0, 4299.0, 4339.0, 4297.0, 4338.0, 4304.0, 4295.0, 4345.0, 4295.0, 4335.0, 4296.0, 4315.0, 4261.0, 4283.0, 4344.0, 4293.0, 4301.0, 4279.0, 4271.0, 4278.0, 4281.0, 4302.0, 4272.0, 4301.0, 4271.0, 4283.0, 4292.0, 4274.0, 4292.0, 4283.0, 4284.0, 4313.0, 4297.0, 4324.0, 4273.0, 4294.0, 4262.0, 4295.0, 4303.0, 4285.0, 4304.0, 4284.0, 4316.0, 4285.0, 4337.0, 4326.0, 4296.0, 4323.0, 4283.0, 4312.0, 4283.0, 4313.0, 4294.0, 4336.0, 4295.0, 4313.0, 4312.0, 4283.0, 4311.0, 4272.0, 4281.0, 4330.0, 4280.0, 4300.0, 4256.0, 4268.0, 4277.0, 4257.0, 4268.0, 4269.0, 4261.0, 4269.0, 4271.0, 4284.0, 4284.0, 4285.0, 4304.0, 4296.0, 4317.0, 4285.0, 4295.0, 4334.0, 4284.0, 4326.0, 4295.0, 4295.0, 4343.0, 4283.0, 4304.0, 4321.0, 4282.0, 4309.0, 4281.0, 4292.0, 4318.0, 4270.0, 4301.0, 4248.0, 4269.0, 4308.0, 4270.0, 4289.0, 4259.0, 4270.0, 4279.0, 4271.0, 4280.0, 4249.0, 4270.0, 4278.0, 4260.0, 4293.0, 4300.0, 4270.0, 4301.0, 4259.0, 4271.0, 4299.0, 4271.0, 4280.0, 4269.0, 4272.0, 4280.0, 4261.0, 4284.0, 4272.0, 4285.0, 4303.0, 4284.0, 4314.0, 4273.0, 4285.0, 4312.0, 4284.0, 4305.0, 4275.0, 4286.0, 4332.0, 4283.0, 4283.0, 4273.0, 4285.0, 4285.0, 4276.0, 4296.0, 4286.0, 4285.0, 4297.0, 4296.0, 4310.0, 4359.0, 4308.0, 4337.0, 4305.0, 4319.0, 4344.0, 4315.0, 4311.0, 4280.0, 4271.0, 4270.0, 4284.0, 4302.0, 4282.0, 4294.0, 4283.0, 4295.0, 4273.0, 4316.0, 4314.0, 4316.0, 4347.0, 4269.0, 4304.0, 4311.0, 4296.0, 4313.0, 4283.0, 4314.0, 4295.0, 4275.0, 4262.0, 4292.0, 4275.0, 4284.0, 4298.0, 4307.0, 4309.0, 4325.0, 4287.0, 4338.0, 4305.0, 4315.0, 4272.0, 4294.0, 4313.0, 4284.0, 4312.0, 4262.0, 4282.0, 4322.0, 4272.0, 4270.0, 4261.0, 4280.0, 4270.0, 4273.0, 4261.0, 4285.0, 4315.0, 4285.0, 4313.0, 4273.0, 4295.0, 4272.0, 4283.0, 4292.0, 4284.0, 4293.0, 4295.0, 4303.0, 4272.0, 4293.0, 4260.0, 4284.0, 4303.0, 4281.0, 4300.0, 4260.0, 4290.0, 4319.0, 4270.0, 4310.0, 4268.0, 4278.0, 4258.0, 4270.0, 4290.0, 4281.0, 4290.0, 4282.0, 4290.0, 4295.0, 4302.0, 4284.0, 4292.0, 4283.0, 4304.0, 4285.0, 4325.0, 4285.0, 4345.0, 4290.0, 4281.0, 4321.0, 4283.0, 4312.0, 4294.0, 4300.0, 4294.0, 4281.0, 4304.0, 4272.0, 4294.0, 4281.0, 4282.0, 4321.0, 4282.0, 4300.0, 4282.0, 4299.0, 4281.0, 4301.0, 4291.0, 4301.0, 4281.0, 4289.0, 4283.0, 4304.0, 4282.0, 4281.0, 4273.0, 4283.0, 4283.0, 4291.0, 4281.0, 4301.0, 4260.0, 4290.0, 4271.0, 4292.0, 4271.0, 4300.0, 4262.0, 4323.0, 4311.0, 4301.0, 4318.0, 4268.0, 4298.0, 4269.0, 4299.0, 4258.0, 4289.0, 4257.0, 4281.0, 4271.0, 4280.0, 4269.0, 4269.0], 'WindowWidth': [9634.0, 9585.0, 9506.0, 9548.0, 9539.0, 9505.0, 9473.0, 9489.0, 9451.0, 9516.0, 9518.0, 9519.0, 9513.0, 9515.0, 9538.0, 9499.0, 9550.0, 9524.0, 9546.0, 9476.0, 9532.0, 9513.0, 9541.0, 9487.0, 9484.0, 9503.0, 9455.0, 9507.0, 9454.0, 9518.0, 9484.0, 9491.0, 9426.0, 9482.0, 9447.0, 9530.0, 9539.0, 9494.0, 9458.0, 9524.0, 9516.0, 9576.0, 9491.0, 9550.0, 9489.0, 9556.0, 9512.0, 9549.0, 9475.0, 9505.0, 9470.0, 9515.0, 9529.0, 9513.0, 9519.0, 9453.0, 9495.0, 9448.0, 9464.0, 9418.0, 9464.0, 9505.0, 9454.0, 9505.0, 9457.0, 9492.0, 9450.0, 9467.0, 9465.0, 9468.0, 9505.0, 9442.0, 9509.0, 9463.0, 9501.0, 9456.0, 9487.0, 9438.0, 9458.0, 9510.0, 9457.0, 9524.0, 9457.0, 9509.0, 9464.0, 9453.0, 9508.0, 9546.0, 9501.0, 9553.0, 9514.0, 9526.0, 9561.0, 9499.0, 9519.0, 9434.0, 9486.0, 9445.0, 9478.0, 9487.0, 9473.0, 9514.0, 9441.0, 9476.0, 9450.0, 9501.0, 9470.0, 9437.0, 9476.0, 9434.0, 9495.0, 9448.0, 9480.0, 9517.0, 9469.0, 9494.0, 9411.0, 9460.0, 9442.0, 9443.0, 9492.0, 9410.0, 9472.0, 9396.0, 9462.0, 9398.0, 9429.0, 9481.0, 9422.0, 9507.0, 9444.0, 9481.0, 9458.0, 9487.0, 9469.0, 9524.0, 9472.0, 9549.0, 9564.0, 9515.0, 9565.0, 9496.0, 9553.0, 9500.0, 9514.0, 9519.0, 9490.0, 9472.0, 9497.0, 9557.0, 9513.0, 9566.0, 9542.0, 9569.0, 9496.0, 9536.0, 9488.0, 9525.0, 9529.0, 9492.0, 9539.0, 9486.0, 9522.0, 9477.0, 9527.0, 9503.0, 9507.0, 9428.0, 9501.0, 9476.0, 9527.0, 9494.0, 9548.0, 9511.0, 9519.0, 9455.0, 9498.0, 9506.0, 9541.0, 9475.0, 9552.0, 9507.0, 9548.0, 9467.0, 9525.0, 9456.0, 9506.0, 9458.0, 9450.0, 9502.0, 9438.0, 9476.0, 9445.0, 9479.0, 9449.0, 9453.0, 9487.0, 9455.0, 9519.0, 9459.0, 9498.0, 9464.0, 9517.0, 9468.0, 9532.0, 9495.0, 9499.0, 9547.0, 9467.0, 9552.0, 9490.0, 9494.0, 9518.0, 9486.0, 9570.0, 9467.0, 9564.0, 9492.0, 9473.0, 9437.0, 9454.0, 9509.0, 9521.0, 9564.0, 9507.0, 9532.0, 9490.0, 9513.0, 9544.0, 9481.0, 9558.0, 9445.0, 9487.0, 9508.0, 9444.0, 9504.0, 9442.0, 9468.0, 9447.0, 9489.0, 9470.0, 9543.0, 9498.0, 9507.0, 9483.0, 9539.0, 9491.0, 9526.0, 9529.0, 9565.0, 9510.0, 9513.0, 9546.0, 9459.0, 9475.0, 9461.0, 9533.0, 9480.0, 9459.0, 9478.0, 9462.0, 9498.0, 9460.0, 9494.0, 9438.0, 9498.0, 9471.0, 9470.0, 9459.0, 9461.0, 9489.0, 9512.0, 9551.0, 9554.0, 9555.0, 9507.0, 9510.0, 9534.0, 9487.0, 9527.0, 9583.0, 9537.0, 9583.0, 9512.0, 9545.0, 9515.0, 9515.0, 9502.0, 9432.0, 9488.0, 9428.0, 9445.0, 9416.0, 9459.0, 9431.0, 9443.0, 9436.0, 9464.0, 9455.0, 9465.0, 9457.0, 9479.0, 9445.0, 9502.0, 9458.0, 9473.0, 9479.0, 9500.0, 9520.0, 9551.0, 9515.0, 9527.0, 9473.0, 9526.0, 9484.0, 9482.0, 9513.0, 9475.0, 9500.0, 9460.0, 9493.0, 9463.0, 9468.0, 9473.0, 9467.0, 9477.0, 9483.0, 9501.0, 9467.0, 9488.0, 9508.0, 9486.0, 9516.0, 9508.0, 9535.0, 9489.0, 9516.0, 9471.0, 9521.0, 9531.0, 9506.0, 9538.0, 9511.0, 9552.0, 9512.0, 9548.0, 9510.0, 9550.0, 9506.0, 9514.0, 9481.0, 9505.0, 9557.0, 9502.0, 9540.0, 9485.0, 9508.0, 9480.0, 9508.0, 9495.0, 9478.0, 9547.0, 9480.0, 9504.0, 9478.0, 9496.0, 9465.0, 9467.0, 9501.0, 9464.0, 9504.0, 9458.0, 9462.0, 9495.0, 9464.0, 9504.0, 9459.0, 9477.0, 9494.0, 9473.0, 9506.0, 9443.0, 9473.0, 9482.0, 9457.0, 9473.0, 9499.0, 9477.0, 9489.0, 9461.0, 9476.0, 9488.0, 9494.0, 9512.0, 9480.0, 9484.0, 9462.0, 9486.0, 9528.0, 9489.0, 9503.0, 9469.0, 9491.0, 9541.0, 9487.0, 9516.0, 9508.0, 9481.0, 9505.0, 9479.0, 9482.0, 9497.0, 9486.0, 9512.0, 9486.0, 9503.0, 9514.0, 9488.0, 9516.0, 9487.0, 9539.0, 9491.0, 9506.0, 9494.0, 9540.0, 9521.0, 9525.0, 9560.0, 9487.0, 9562.0, 9561.0, 9496.0, 9520.0, 9472.0, 9472.0, 9512.0, 9474.0, 9484.0, 9441.0, 9442.0, 9464.0, 9459.0, 9475.0, 9448.0, 9465.0, 9505.0, 9484.0, 9513.0, 9489.0, 9506.0, 9528.0, 9487.0, 9511.0, 9529.0, 9485.0, 9537.0, 9460.0, 9477.0, 9527.0, 9457.0, 9479.0, 9523.0, 9458.0, 9477.0, 9440.0, 9476.0, 9504.0, 9482.0, 9479.0, 9510.0, 9509.0, 9499.0, 9501.0, 9509.0, 9502.0, 9517.0, 9513.0, 9511.0, 9515.0, 9491.0, 9509.0, 9481.0, 9486.0, 9494.0, 9495.0, 9528.0, 9483.0, 9496.0, 9450.0, 9488.0, 9506.0, 9489.0, 9521.0, 9482.0, 9499.0, 9488.0, 9518.0, 9483.0, 9488.0, 9496.0, 9484.0, 9513.0, 9500.0, 9534.0, 9529.0, 9532.0, 9524.0, 9581.0, 9539.0, 9504.0, 9535.0, 9555.0, 9579.0, 9588.0, 9518.0, 9525.0, 9542.0, 9516.0, 9576.0, 9511.0, 9639.0, 9550.0, 9565.0, 9537.0, 9476.0, 9494.0, 9445.0, 9454.0, 9474.0, 9443.0, 9453.0, 9414.0, 9376.0, 9395.0, 9377.0, 9380.0, 9403.0, 9423.0, 9458.0, 9426.0, 9465.0, 9435.0, 9430.0, 9441.0, 9497.0, 9418.0, 9461.0, 9414.0, 9440.0, 9466.0, 9463.0, 9472.0, 9480.0, 9447.0, 9480.0, 9475.0, 9484.0, 9459.0, 9502.0, 9504.0, 9550.0, 9478.0, 9551.0, 9519.0, 9569.0, 9509.0, 9564.0, 9511.0, 9503.0, 9570.0, 9503.0, 9554.0, 9502.0, 9529.0, 9450.0, 9482.0, 9567.0, 9495.0, 9501.0, 9470.0, 9463.0, 9468.0, 9476.0, 9506.0, 9468.0, 9504.0, 9464.0, 9485.0, 9493.0, 9473.0, 9493.0, 9482.0, 9488.0, 9525.0, 9507.0, 9542.0, 9471.0, 9500.0, 9453.0, 9503.0, 9511.0, 9489.0, 9512.0, 9486.0, 9533.0, 9490.0, 9566.0, 9551.0, 9507.0, 9536.0, 9483.0, 9521.0, 9485.0, 9525.0, 9502.0, 9561.0, 9502.0, 9524.0, 9520.0, 9482.0, 9518.0, 9466.0, 9476.0, 9544.0, 9471.0, 9497.0, 9431.0, 9453.0, 9462.0, 9437.0, 9454.0, 9456.0, 9449.0, 9458.0, 9465.0, 9489.0, 9488.0, 9493.0, 9517.0, 9511.0, 9539.0, 9491.0, 9505.0, 9553.0, 9488.0, 9547.0, 9502.0, 9501.0, 9567.0, 9483.0, 9512.0, 9532.0, 9480.0, 9512.0, 9475.0, 9491.0, 9521.0, 9460.0, 9502.0, 9426.0, 9457.0, 9509.0, 9459.0, 9484.0, 9445.0, 9460.0, 9471.0, 9462.0, 9473.0, 9429.0, 9461.0, 9468.0, 9448.0, 9496.0, 9500.0, 9462.0, 9501.0, 9444.0, 9464.0, 9496.0, 9462.0, 9474.0, 9456.0, 9465.0, 9474.0, 9450.0, 9486.0, 9468.0, 9490.0, 9510.0, 9490.0, 9529.0, 9472.0, 9489.0, 9521.0, 9488.0, 9518.0, 9477.0, 9493.0, 9549.0, 9484.0, 9483.0, 9472.0, 9492.0, 9492.0, 9481.0, 9508.0, 9496.0, 9494.0, 9512.0, 9508.0, 9536.0, 9601.0, 9531.0, 9565.0, 9522.0, 9545.0, 9570.0, 9530.0, 9518.0, 9474.0, 9465.0, 9461.0, 9486.0, 9508.0, 9483.0, 9502.0, 9488.0, 9508.0, 9470.0, 9535.0, 9530.0, 9536.0, 9585.0, 9462.0, 9514.0, 9521.0, 9504.0, 9521.0, 9483.0, 9526.0, 9505.0, 9474.0, 9451.0, 9494.0, 9475.0, 9486.0, 9512.0, 9521.0, 9527.0, 9544.0, 9494.0, 9566.0, 9514.0, 9528.0, 9464.0, 9501.0, 9522.0, 9488.0, 9521.0, 9451.0, 9478.0, 9534.0, 9464.0, 9458.0, 9448.0, 9470.0, 9457.0, 9467.0, 9451.0, 9488.0, 9528.0, 9490.0, 9523.0, 9468.0, 9500.0, 9467.0, 9482.0, 9491.0, 9485.0, 9496.0, 9504.0, 9510.0, 9468.0, 9495.0, 9447.0, 9486.0, 9507.0, 9476.0, 9500.0, 9445.0, 9487.0, 9523.0, 9459.0, 9513.0, 9453.0, 9467.0, 9439.0, 9459.0, 9486.0, 9477.0, 9487.0, 9481.0, 9489.0, 9502.0, 9508.0, 9487.0, 9493.0, 9483.0, 9514.0, 9494.0, 9544.0, 9490.0, 9572.0, 9487.0, 9476.0, 9529.0, 9483.0, 9521.0, 9501.0, 9503.0, 9502.0, 9481.0, 9516.0, 9471.0, 9502.0, 9479.0, 9480.0, 9532.0, 9482.0, 9500.0, 9479.0, 9499.0, 9480.0, 9504.0, 9492.0, 9502.0, 9479.0, 9485.0, 9483.0, 9511.0, 9482.0, 9479.0, 9474.0, 9484.0, 9486.0, 9492.0, 9479.0, 9503.0, 9447.0, 9487.0, 9461.0, 9493.0, 9464.0, 9502.0, 9453.0, 9536.0, 9515.0, 9502.0, 9520.0, 9454.0, 9495.0, 9458.0, 9497.0, 9438.0, 9481.0, 9436.0, 9479.0, 9468.0, 9477.0, 9461.0, 9458.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.0036216436781609193</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.058956939770114944</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.849421379528216</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1406019394706561</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9641573425086303</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8480.9668</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15690180989156458</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>18.96551724137931</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3993851843392657</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3075582177107976</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5937233017971812</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.296874033509819</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00980187</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020374370738863945</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027093814685940742</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>4.18784778639155</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>27.3879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.2271</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308409.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>797.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.7863</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6418</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.1769</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3582.5176</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68135.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1436.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4638.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.1578</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.68787690042518</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> |