=== 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-0066 --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-0066",
"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-0066_ses-01_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-0066_ses-01_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-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_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-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_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-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0066_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0066/figures/sub-0066_ses-01_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-0066/figures/sub-0066_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_ses-01_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-0066/ses-01/func/sub-0066_ses-01_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>c46b0fd3d0cd0769b87391e2125921ff</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>20:37:50.927500</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.997455, -0.00235874, 0.0712637, 0.00139272, 0.999907, 0.0136021]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.106827</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>[4156, -7739, -7289, 550, -138, -100, -5, 96]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>276.243</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4b085006-d2c8-433b-a6e0-02ea0c4988f2||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.676098108291626, 0.0037365765310823917, 0.19248075783252716, 106.93843078613281], [0.006328316405415535, 2.682676076889038, 0.03636420890688896, -92.2829818725586], [0.19119542837142944, -0.03649343177676201, 2.692884922027588, -80.01366424560547], [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': ['203750.927500', '203751.387500', '203751.847500', '203752.307500', '203752.767500', '203753.227500', '203753.687500', '203754.147500', '203754.607500', '203755.067500', '203755.527500', '203755.987500', '203756.447500', '203756.907500', '203757.367500', '203757.827500', '203758.287500', '203758.747500', '203759.207500', '203759.667500', '203800.127500', '203800.587500', '203801.047500', '203801.507500', '203801.967500', '203802.427500', '203802.887500', '203803.347500', '203803.807500', '203804.267500', '203804.727500', '203805.187500', '203805.647500', '203806.107500', '203806.567500', '203807.027500', '203807.487500', '203807.947500', '203808.407500', '203808.867500', '203809.327500', '203809.787500', '203810.247500', '203810.707500', '203811.167500', '203811.627500', '203812.087500', '203812.547500', '203813.007500', '203813.467500', '203813.927500', '203814.387500', '203814.847500', '203815.307500', '203815.767500', '203816.227500', '203816.687500', '203817.147500', '203817.607500', '203818.067500', '203818.527500', '203818.987500', '203819.447500', '203819.907500', '203820.367500', '203820.827500', '203821.287500', '203821.747500', '203822.207500', '203822.667500', '203823.127500', '203823.587500', '203824.047500', '203824.507500', '203824.967500', '203825.427500', '203825.887500', '203826.347500', '203826.807500', '203827.267500', '203827.727500', '203828.187500', '203828.647500', '203829.107500', '203829.567500', '203830.027500', '203830.487500', '203830.947500', '203831.407500', '203831.867500', '203832.327500', '203832.787500', '203833.247500', '203833.707500', '203834.167500', '203834.627500', '203835.087500', '203835.547500', '203836.007500', '203836.467500', '203836.927500', '203837.387500', '203837.847500', '203838.307500', '203838.767500', '203839.227500', '203839.687500', '203840.147500', '203840.607500', '203841.067500', '203841.527500', '203841.987500', '203842.447500', '203842.907500', '203843.367500', '203843.827500', '203844.287500', '203844.747500', '203845.207500', '203845.667500', '203846.127500', '203846.587500', '203847.047500', '203847.507500', '203847.967500', '203848.427500', '203848.887500', '203849.347500', '203849.807500', '203850.267500', '203850.727500', '203851.187500', '203851.647500', '203852.107500', '203852.567500', '203853.027500', '203853.487500', '203853.947500', '203854.407500', '203854.867500', '203855.327500', '203855.787500', '203856.247500', '203856.707500', '203857.167500', '203857.627500', '203858.087500', '203858.547500', '203859.007500', '203859.467500', '203859.927500', '203900.387500', '203900.847500', '203901.307500', '203901.767500', '203902.227500', '203902.687500', '203903.147500', '203903.607500', '203904.067500', '203904.527500', '203904.987500', '203905.447500', '203905.907500', '203906.367500', '203906.827500', '203907.287500', '203907.747500', '203908.207500', '203908.667500', '203909.127500', '203909.587500', '203910.047500', '203910.507500', '203910.967500', '203911.427500', '203911.887500', '203912.347500', '203912.807500', '203913.267500', '203913.727500', '203914.187500', '203914.647500', '203915.107500', '203915.567500', '203916.027500', '203916.487500', '203916.947500', '203917.407500', '203917.867500', '203918.327500', '203918.787500', '203919.247500', '203919.707500', '203920.167500', '203920.627500', '203921.087500', '203921.547500', '203922.007500', '203922.467500', '203922.927500', '203923.387500', '203923.847500', '203924.307500', '203924.767500', '203925.227500', '203925.687500', '203926.147500', '203926.607500', '203927.067500', '203927.527500', '203927.987500', '203928.447500', '203928.907500', '203929.367500', '203929.827500', '203930.287500', '203930.747500', '203931.207500', '203931.667500', '203932.127500', '203932.587500', '203933.047500', '203933.507500', '203933.967500', '203934.427500', '203934.887500', '203935.347500', '203935.807500', '203936.267500', '203936.727500', '203937.187500', '203937.647500', '203938.107500', '203938.567500', '203939.027500', '203939.487500', '203939.947500', '203940.407500', '203940.867500', '203941.327500', '203941.787500', '203942.247500', '203942.707500', '203943.167500', '203943.627500', '203944.087500', '203944.547500', '203945.007500', '203945.467500', '203945.927500', '203946.387500', '203946.847500', '203947.307500', '203947.767500', '203948.227500', '203948.687500', '203949.147500', '203949.607500', '203950.067500', '203950.527500', '203950.987500', '203951.447500', '203951.907500', '203952.367500', '203952.827500', '203953.287500', '203953.747500', '203954.207500', '203954.667500', '203955.127500', '203955.587500', '203956.047500', '203956.507500', '203956.967500', '203957.427500', '203957.887500', '203958.347500', '203958.807500', '203959.267500', '203959.727500', '204000.187500', '204000.647500', '204001.107500', '204001.567500', '204002.027500', '204002.487500', '204002.947500', '204003.407500', '204003.867500', '204004.327500', '204004.787500', '204005.247500', '204005.707500', '204006.167500', '204006.627500', '204007.087500', '204007.547500', '204008.007500', '204008.467500', '204008.927500', '204009.387500', '204009.847500', '204010.307500', '204010.767500', '204011.227500', '204011.687500', '204012.147500', '204012.607500', '204013.067500', '204013.527500', '204013.987500', '204014.447500', '204014.907500', '204015.367500', '204015.827500', '204016.287500', '204016.747500', '204017.207500', '204017.667500', '204018.127500', '204018.587500', '204019.047500', '204019.507500', '204019.967500', '204020.427500', '204020.887500', '204021.347500', '204021.807500', '204022.267500', '204022.727500', '204023.187500', '204023.647500', '204024.107500', '204024.567500', '204025.027500', '204025.487500', '204025.947500', '204026.407500', '204026.867500', '204027.327500', '204027.787500', '204028.247500', '204028.707500', '204029.167500', '204029.627500', '204030.087500', '204030.547500', '204031.007500', '204031.467500', '204031.927500', '204032.387500', '204032.847500', '204033.307500', '204033.767500', '204034.227500', '204034.687500', '204035.147500', '204035.607500', '204036.067500', '204036.527500', '204036.987500', '204037.447500', '204037.907500', '204038.367500', '204038.827500', '204039.287500', '204039.747500', '204040.207500', '204040.667500', '204041.127500', '204041.587500', '204042.047500', '204042.507500', '204042.967500', '204043.427500', '204043.887500', '204044.347500', '204044.807500', '204045.267500', '204045.727500', '204046.187500', '204046.647500', '204047.107500', '204047.567500', '204048.027500', '204048.487500', '204048.947500', '204049.407500', '204049.867500', '204050.327500', '204050.787500', '204051.247500', '204051.707500', '204052.167500', '204052.627500', '204053.087500', '204053.547500', '204054.007500', '204054.467500', '204054.927500', '204055.387500', '204055.847500', '204056.307500', '204056.767500', '204057.227500', '204057.687500', '204058.147500', '204058.607500', '204059.067500', '204059.527500', '204059.987500', '204100.447500', '204100.907500', '204101.367500', '204101.827500', '204102.287500', '204102.747500', '204103.207500', '204103.667500', '204104.127500', '204104.587500', '204105.047500', '204105.507500', '204105.967500', '204106.427500', '204106.887500', '204107.347500', '204107.807500', '204108.267500', '204108.727500', '204109.187500', '204109.647500', '204110.107500', '204110.567500', '204111.027500', '204111.487500', '204111.947500', '204112.407500', '204112.867500', '204113.327500', '204113.787500', '204114.247500', '204114.707500', '204115.167500', '204115.627500', '204116.087500', '204116.547500', '204117.007500', '204117.467500', '204117.927500', '204118.387500', '204118.847500', '204119.307500', '204119.767500', '204120.227500', '204120.687500', '204121.147500', '204121.607500', '204122.067500', '204122.527500', '204122.987500', '204123.447500', '204123.907500', '204124.367500', '204124.827500', '204125.287500', '204125.747500', '204126.207500', '204126.667500', '204127.127500', '204127.587500', '204128.047500', '204128.507500', '204128.967500', '204129.427500', '204129.887500', '204130.347500', '204130.807500', '204131.267500', '204131.727500', '204132.187500', '204132.647500', '204133.107500', '204133.567500', '204134.027500', '204134.487500', '204134.947500', '204135.407500', '204135.867500', '204136.327500', '204136.787500', '204137.247500', '204137.707500', '204138.167500', '204138.627500', '204139.087500', '204139.547500', '204140.007500', '204140.467500', '204140.927500', '204141.387500', '204141.847500', '204142.307500', '204142.767500', '204143.227500', '204143.687500', '204144.147500', '204144.607500', '204145.067500', '204145.527500', '204145.987500', '204146.447500', '204146.907500', '204147.367500', '204147.827500', '204148.287500', '204148.747500', '204149.207500', '204149.667500', '204150.127500', '204150.587500', '204151.047500', '204151.507500', '204151.967500', '204152.427500', '204152.887500', '204153.347500', '204153.807500', '204154.267500', '204154.727500', '204155.187500', '204155.647500', '204156.107500', '204156.567500', '204157.027500', '204157.487500', '204157.947500', '204158.407500', '204158.867500', '204159.327500', '204159.787500', '204200.247500', '204200.707500', '204201.167500', '204201.627500', '204202.087500', '204202.547500', '204203.007500', '204203.467500', '204203.927500', '204204.387500', '204204.847500', '204205.307500', '204205.767500', '204206.227500', '204206.687500', '204207.147500', '204207.607500', '204208.067500', '204208.527500', '204208.987500', '204209.447500', '204209.907500', '204210.367500', '204210.827500', '204211.287500', '204211.747500', '204212.207500', '204212.667500', '204213.127500', '204213.587500', '204214.047500', '204214.507500', '204214.967500', '204215.427500', '204215.887500', '204216.347500', '204216.807500', '204217.267500', '204217.727500', '204218.187500', '204218.647500', '204219.107500', '204219.567500', '204220.027500', '204220.487500', '204220.947500', '204221.407500', '204221.867500', '204222.327500', '204222.787500', '204223.247500', '204223.707500', '204224.167500', '204224.627500', '204225.087500', '204225.547500', '204226.007500', '204226.467500', '204226.927500', '204227.387500', '204227.847500', '204228.307500', '204228.767500', '204229.227500', '204229.687500', '204230.147500', '204230.607500', '204231.067500', '204231.527500', '204231.987500', '204232.447500', '204232.907500', '204233.367500', '204233.827500', '204234.287500', '204234.747500', '204235.207500', '204235.667500', '204236.127500', '204236.587500', '204237.047500', '204237.507500', '204237.967500', '204238.427500', '204238.887500', '204239.347500', '204239.807500', '204240.267500', '204240.727500', '204241.187500', '204241.647500', '204242.107500', '204242.567500', '204243.027500', '204243.487500', '204243.947500', '204244.407500', '204244.867500', '204245.327500', '204245.787500', '204246.247500', '204246.707500', '204247.167500', '204247.627500', '204248.087500', '204248.547500', '204249.007500', '204249.467500', '204249.927500', '204250.387500', '204250.847500', '204251.307500', '204251.767500', '204252.227500', '204252.687500', '204253.147500', '204253.607500', '204254.067500', '204254.527500', '204254.987500', '204255.447500', '204255.907500', '204256.367500', '204256.827500', '204257.287500', '204257.747500', '204258.207500', '204258.667500', '204259.127500', '204259.587500', '204300.047500', '204300.507500', '204300.967500', '204301.427500', '204301.887500', '204302.347500', '204302.807500', '204303.267500', '204303.727500', '204304.187500', '204304.647500', '204305.107500', '204305.567500', '204306.027500', '204306.487500', '204306.947500', '204307.407500', '204307.867500', '204308.327500', '204308.787500', '204309.247500', '204309.707500', '204310.167500', '204310.627500', '204311.087500', '204311.547500', '204312.007500', '204312.467500', '204312.927500', '204313.387500', '204313.847500', '204314.307500', '204314.767500', '204315.227500', '204315.687500', '204316.147500', '204316.607500', '204317.067500', '204317.527500', '204317.987500', '204318.447500', '204318.907500', '204319.367500', '204319.827500', '204320.287500', '204320.747500', '204321.207500', '204321.667500', '204322.127500', '204322.587500', '204323.047500', '204323.507500', '204323.967500', '204324.427500', '204324.887500', '204325.347500', '204325.807500', '204326.267500', '204326.727500', '204327.187500', '204327.647500', '204328.107500', '204328.567500', '204329.027500', '204329.487500', '204329.947500', '204330.407500', '204330.867500', '204331.327500', '204331.787500', '204332.247500', '204332.707500', '204333.167500', '204333.627500', '204334.087500', '204334.547500', '204335.007500', '204335.467500', '204335.927500', '204336.387500', '204336.847500', '204337.307500', '204337.767500', '204338.227500', '204338.687500', '204339.147500', '204339.607500', '204340.067500', '204340.527500', '204340.987500', '204341.447500', '204341.907500', '204342.367500', '204342.827500', '204343.287500', '204343.747500', '204344.207500', '204344.667500', '204345.127500', '204345.587500', '204346.047500', '204346.507500', '204346.967500', '204347.427500', '204347.887500', '204348.347500', '204348.807500', '204349.267500', '204349.727500', '204350.187500', '204350.647500', '204351.107500', '204351.567500', '204352.027500', '204352.487500', '204352.947500', '204353.407500', '204353.867500', '204354.327500', '204354.787500', '204355.247500', '204355.707500', '204356.167500', '204356.627500', '204357.087500', '204357.547500', '204358.007500', '204358.467500', '204358.927500', '204359.387500', '204359.847500', '204400.307500', '204400.767500', '204401.227500', '204401.687500', '204402.147500', '204402.607500', '204403.067500', '204403.527500', '204403.987500', '204404.447500', '204404.907500', '204405.367500', '204405.827500', '204406.287500', '204406.747500', '204407.207500', '204407.667500', '204408.127500', '204408.587500', '204409.047500', '204409.507500', '204409.967500', '204410.427500', '204410.887500', '204411.347500', '204411.807500', '204412.267500', '204412.727500', '204413.187500', '204413.647500', '204414.107500', '204414.567500', '204415.027500', '204415.487500', '204415.947500', '204416.407500', '204416.867500', '204417.327500', '204417.787500', '204418.247500', '204418.707500', '204419.167500', '204419.627500', '204420.087500', '204420.547500', '204421.007500', '204421.467500', '204421.927500', '204422.387500', '204422.847500', '204423.307500', '204423.767500', '204424.227500', '204424.687500', '204425.147500', '204425.607500', '204426.067500', '204426.527500', '204426.987500', '204427.447500', '204427.907500', '204428.367500', '204428.827500', '204429.287500', '204429.747500', '204430.207500', '204430.667500', '204431.127500', '204431.587500'], 'ContentTime': ['203813.698000', '203813.701000', '203813.704000', '203813.707000', '203813.712000', '203813.715000', '203813.717000', '203813.720000', '203813.723000', '203813.725000', '203813.728000', '203813.731000', '203813.733000', '203813.736000', '203813.738000', '203813.741000', '203813.744000', '203813.746000', '203813.749000', '203813.752000', '203813.754000', '203813.757000', '203813.760000', '203813.762000', '203813.765000', '203813.768000', '203813.770000', '203813.779000', '203813.781000', '203813.784000', '203813.787000', '203813.789000', '203813.792000', '203813.794000', '203813.797000', '203813.800000', '203813.802000', '203813.805000', '203813.807000', '203813.810000', '203813.813000', '203813.815000', '203813.818000', '203813.820000', '203813.823000', '203813.826000', '203813.828000', '203833.656000', '203833.659000', '203833.661000', '203833.664000', '203833.666000', '203833.669000', '203833.672000', '203833.675000', '203833.677000', '203833.680000', '203833.682000', '203833.685000', '203833.688000', '203833.690000', '203833.693000', '203833.695000', '203833.698000', '203833.701000', '203833.703000', '203833.706000', '203833.708000', '203833.711000', '203833.714000', '203833.716000', '203833.719000', '203833.722000', '203833.724000', '203833.727000', '203833.730000', '203833.733000', '203833.735000', '203833.738000', '203833.740000', '203833.743000', '203833.746000', '203833.748000', '203833.751000', '203833.755000', '203833.758000', '203833.761000', '203833.763000', '203833.766000', '203833.768000', '203853.656000', '203853.659000', '203853.663000', '203853.665000', '203853.668000', '203853.670000', '203853.673000', '203853.676000', '203853.678000', '203853.681000', '203853.684000', '203853.686000', '203853.689000', '203853.694000', '203853.697000', '203853.699000', '203853.702000', '203853.704000', '203853.707000', '203853.710000', '203853.712000', '203853.715000', '203853.718000', '203853.720000', '203853.723000', '203853.725000', '203853.728000', '203853.731000', '203853.733000', '203853.736000', '203853.738000', '203853.741000', '203853.743000', '203853.746000', '203853.749000', '203853.751000', '203853.763000', '203853.766000', '203853.768000', '203853.771000', '203853.773000', '203853.776000', '203853.778000', '203853.781000', '203913.656000', '203913.659000', '203913.662000', '203913.664000', '203913.667000', '203913.670000', '203913.672000', '203913.675000', '203913.678000', '203913.680000', '203913.683000', '203913.686000', '203913.688000', '203913.691000', '203913.693000', '203913.696000', '203913.699000', '203913.701000', '203913.704000', '203913.707000', '203913.709000', '203913.712000', '203913.714000', '203913.717000', '203913.720000', '203913.722000', '203913.731000', '203913.734000', '203913.737000', '203913.739000', '203913.742000', '203913.746000', '203913.749000', '203913.752000', '203913.754000', '203913.757000', '203913.760000', '203913.762000', '203913.765000', '203913.767000', '203913.770000', '203913.773000', '203913.775000', '203933.656000', '203933.659000', '203933.662000', '203933.665000', '203933.667000', '203933.670000', '203933.673000', '203933.675000', '203933.678000', '203933.680000', '203933.683000', '203933.686000', '203933.688000', '203933.691000', '203933.694000', '203933.696000', '203933.699000', '203933.702000', '203933.704000', '203933.707000', '203933.709000', '203933.712000', '203933.715000', '203933.717000', '203933.720000', '203933.723000', '203933.725000', '203933.728000', '203933.730000', '203933.739000', '203933.742000', '203933.745000', '203933.747000', '203933.750000', '203933.753000', '203933.755000', '203933.758000', '203933.761000', '203933.763000', '203933.766000', '203933.768000', '203933.771000', '203933.774000', '203933.776000', '203953.657000', '203953.659000', '203953.662000', '203953.665000', '203953.668000', '203953.670000', '203953.673000', '203953.676000', '203953.678000', '203953.681000', '203953.684000', '203953.686000', '203953.689000', '203953.691000', '203953.694000', '203953.697000', '203953.699000', '203953.702000', '203953.705000', '203953.707000', '203953.710000', '203953.712000', '203953.715000', '203953.718000', '203953.720000', '203953.723000', '203953.725000', '203953.728000', '203953.738000', '203953.741000', '203953.743000', '203953.746000', '203953.749000', '203953.751000', '203953.754000', '203953.757000', '203953.759000', '203953.762000', '203953.765000', '203953.767000', '203953.770000', '203953.773000', '203953.775000', '204013.656000', '204013.659000', '204013.662000', '204013.665000', '204013.667000', '204013.670000', '204013.672000', '204013.675000', '204013.678000', '204013.680000', '204013.683000', '204013.686000', '204013.688000', '204013.691000', '204013.693000', '204013.696000', '204013.699000', '204013.701000', '204013.704000', '204013.707000', '204013.709000', '204013.712000', '204013.715000', '204013.717000', '204013.720000', '204013.723000', '204013.725000', '204013.728000', '204013.730000', '204013.733000', '204013.736000', '204013.738000', '204013.741000', '204013.743000', '204013.746000', '204013.749000', '204013.751000', '204013.754000', '204013.756000', '204013.759000', '204013.762000', '204013.764000', '204013.767000', '204013.770000', '204033.657000', '204033.660000', '204033.662000', '204033.665000', '204033.668000', '204033.671000', '204033.673000', '204033.676000', '204033.678000', '204033.681000', '204033.684000', '204033.686000', '204033.689000', '204033.692000', '204033.694000', '204033.697000', '204033.699000', '204033.720000', '204033.722000', '204033.725000', '204033.728000', '204033.730000', '204033.733000', '204033.735000', '204033.738000', '204033.741000', '204033.743000', '204033.746000', '204033.748000', '204033.751000', '204033.754000', '204033.757000', '204033.759000', '204033.762000', '204033.764000', '204033.767000', '204033.770000', '204033.772000', '204033.775000', '204033.778000', '204033.780000', '204033.783000', '204033.795000', '204053.656000', '204053.658000', '204053.661000', '204053.664000', '204053.666000', '204053.669000', '204053.672000', '204053.674000', '204053.677000', '204053.680000', '204053.682000', '204053.685000', '204053.687000', '204053.690000', '204053.693000', '204053.695000', '204053.698000', '204053.701000', '204053.703000', '204053.706000', '204053.709000', '204053.711000', '204053.714000', '204053.716000', '204053.719000', '204053.722000', '204053.724000', '204053.727000', '204053.730000', '204053.732000', '204053.735000', '204053.738000', '204053.740000', '204053.743000', '204053.745000', '204053.748000', '204053.751000', '204053.753000', '204053.756000', '204053.759000', '204053.761000', '204053.764000', '204053.766000', '204053.769000', '204113.656000', '204113.659000', '204113.662000', '204113.665000', '204113.667000', '204113.670000', '204113.673000', '204113.675000', '204113.678000', '204113.681000', '204113.683000', '204113.686000', '204113.689000', '204113.691000', '204113.694000', '204113.697000', '204113.699000', '204113.702000', '204113.706000', '204113.709000', '204113.711000', '204113.714000', '204113.717000', '204113.719000', '204113.722000', '204113.725000', '204113.727000', '204113.730000', '204113.732000', '204113.735000', '204113.738000', '204113.740000', '204113.743000', '204113.746000', '204113.749000', '204113.751000', '204113.754000', '204113.756000', '204113.759000', '204113.762000', '204113.765000', '204113.767000', '204113.770000', '204133.656000', '204133.659000', '204133.662000', '204133.665000', '204133.667000', '204133.670000', '204133.673000', '204133.675000', '204133.678000', '204133.681000', '204133.683000', '204133.686000', '204133.688000', '204133.691000', '204133.694000', '204133.697000', '204133.699000', '204133.702000', '204133.705000', '204133.707000', '204133.710000', '204133.712000', '204133.715000', '204133.718000', '204133.720000', '204133.723000', '204133.726000', '204133.728000', '204133.731000', '204133.734000', '204133.736000', '204133.739000', '204133.741000', '204133.744000', '204133.747000', '204133.749000', '204133.752000', '204133.755000', '204133.757000', '204133.760000', '204133.762000', '204133.765000', '204133.768000', '204133.770000', '204153.656000', '204153.659000', '204153.662000', '204153.665000', '204153.668000', '204153.671000', '204153.673000', '204153.676000', '204153.678000', '204153.681000', '204153.684000', '204153.687000', '204153.689000', '204153.692000', '204153.695000', '204153.697000', '204153.700000', '204153.703000', '204153.705000', '204153.708000', '204153.711000', '204153.713000', '204153.716000', '204153.719000', '204153.721000', '204153.724000', '204153.726000', '204153.729000', '204153.732000', '204153.735000', '204153.737000', '204153.740000', '204153.742000', '204153.745000', '204153.748000', '204153.750000', '204153.753000', '204153.756000', '204153.758000', '204153.761000', '204153.764000', '204153.766000', '204153.775000', '204213.656000', '204213.659000', '204213.662000', '204213.664000', '204213.667000', '204213.670000', '204213.672000', '204213.675000', '204213.678000', '204213.680000', '204213.683000', '204213.685000', '204213.688000', '204213.691000', '204213.693000', '204213.696000', '204213.699000', '204213.701000', '204213.704000', '204213.706000', '204213.709000', '204213.712000', '204213.714000', '204213.717000', '204213.720000', '204213.722000', '204213.725000', '204213.727000', '204213.730000', '204213.733000', '204213.735000', '204213.738000', '204213.741000', '204213.743000', '204213.746000', '204213.748000', '204213.751000', '204213.754000', '204213.757000', '204213.759000', '204213.762000', '204213.764000', '204213.767000', '204213.770000', '204233.656000', '204233.659000', '204233.662000', '204233.665000', '204233.667000', '204233.670000', '204233.673000', '204233.675000', '204233.678000', '204233.680000', '204233.683000', '204233.686000', '204233.688000', '204233.691000', '204233.694000', '204233.696000', '204233.699000', '204233.702000', '204233.704000', '204233.707000', '204233.709000', '204233.712000', '204233.715000', '204233.717000', '204233.720000', '204233.722000', '204233.725000', '204233.728000', '204233.730000', '204233.733000', '204233.736000', '204233.738000', '204233.741000', '204233.744000', '204233.746000', '204233.749000', '204233.752000', '204233.754000', '204233.757000', '204233.759000', '204233.762000', '204233.765000', '204233.767000', '204253.656000', '204253.659000', '204253.662000', '204253.665000', '204253.667000', '204253.670000', '204253.672000', '204253.676000', '204253.679000', '204253.682000', '204253.684000', '204253.687000', '204253.690000', '204253.693000', '204253.695000', '204253.698000', '204253.700000', '204253.703000', '204253.706000', '204253.708000', '204253.711000', '204253.714000', '204253.716000', '204253.719000', '204253.722000', '204253.724000', '204253.727000', '204253.730000', '204253.733000', '204253.735000', '204253.738000', '204253.740000', '204253.743000', '204253.745000', '204253.748000', '204253.751000', '204253.753000', '204253.756000', '204253.759000', '204253.761000', '204253.764000', '204253.767000', '204253.769000', '204253.772000', '204313.656000', '204313.659000', '204313.661000', '204313.664000', '204313.666000', '204313.669000', '204313.672000', '204313.674000', '204313.677000', '204313.680000', '204313.682000', '204313.685000', '204313.688000', '204313.690000', '204313.693000', '204313.696000', '204313.698000', '204313.701000', '204313.704000', '204313.706000', '204313.709000', '204313.711000', '204313.714000', '204313.717000', '204313.719000', '204313.722000', '204313.725000', '204313.727000', '204313.730000', '204313.732000', '204313.735000', '204313.738000', '204313.740000', '204313.743000', '204313.746000', '204313.748000', '204313.751000', '204313.754000', '204313.756000', '204313.759000', '204313.762000', '204313.764000', '204313.767000', '204333.656000', '204333.659000', '204333.662000', '204333.665000', '204333.667000', '204333.670000', '204333.673000', '204333.675000', '204333.678000', '204333.681000', '204333.694000', '204333.700000', '204333.702000', '204333.705000', '204333.708000', '204333.710000', '204333.713000', '204333.716000', '204333.718000', '204333.721000', '204333.724000', '204333.726000', '204333.735000', '204333.738000', '204333.740000', '204333.743000', '204333.746000', '204333.748000', '204333.751000', '204333.754000', '204333.757000', '204333.759000', '204333.762000', '204333.764000', '204333.767000', '204333.770000', '204333.772000', '204333.775000', '204333.778000', '204333.780000', '204333.783000', '204333.785000', '204333.788000', '204333.791000', '204353.657000', '204353.659000', '204353.662000', '204353.665000', '204353.668000', '204353.670000', '204353.673000', '204353.676000', '204353.679000', '204353.681000', '204353.684000', '204353.686000', '204353.689000', '204353.692000', '204353.694000', '204353.697000', '204353.700000', '204353.702000', '204353.705000', '204353.707000', '204353.710000', '204353.713000', '204353.715000', '204353.718000', '204353.721000', '204353.723000', '204353.726000', '204353.728000', '204353.731000', '204353.734000', '204353.736000', '204353.739000', '204353.741000', '204353.744000', '204353.747000', '204353.749000', '204353.752000', '204353.755000', '204353.757000', '204353.760000', '204353.763000', '204353.765000', '204353.768000', '204413.657000', '204413.659000', '204413.662000', '204413.665000', '204413.667000', '204413.670000', '204413.673000', '204413.675000', '204413.678000', '204413.681000', '204413.683000', '204413.686000', '204413.689000', '204413.691000', '204413.694000', '204413.697000', '204413.700000', '204413.702000', '204413.705000', '204413.707000', '204413.710000', '204413.714000', '204413.717000', '204413.720000', '204413.722000', '204413.725000', '204413.728000', '204413.730000', '204413.733000', '204413.736000', '204413.738000', '204413.741000', '204413.744000', '204413.746000', '204413.749000', '204413.752000', '204413.754000', '204413.757000', '204413.760000', '204413.762000', '204413.765000', '204413.768000', '204413.770000', '204432.963000', '204432.966000', '204432.969000', '204432.972000', '204432.975000', '204432.978000', '204432.981000', '204432.984000', '204432.987000', '204432.989000', '204432.993000', '204432.997000', '204433.001000', '204433.004000', '204433.008000', '204433.011000', '204433.013000', '204433.016000', '204433.020000', '204433.023000', '204433.025000', '204433.028000', '204433.031000', '204433.034000', '204433.037000', '204433.040000', '204433.043000', '204433.045000', '204433.048000', '204433.051000', '204433.054000', '204433.056000', '204433.059000', '204433.062000', '204433.065000', '204433.067000', '204433.074000', '204433.078000', '204433.082000', '204433.085000', '204433.089000', '204433.093000', '204433.096000'], 'InstanceCreationTime': ['203813.698000', '203813.701000', '203813.704000', '203813.707000', '203813.712000', '203813.715000', '203813.717000', '203813.720000', '203813.723000', '203813.725000', '203813.728000', '203813.731000', '203813.733000', '203813.736000', '203813.738000', '203813.741000', '203813.744000', '203813.746000', '203813.749000', '203813.752000', '203813.754000', '203813.757000', '203813.760000', '203813.762000', '203813.765000', '203813.768000', '203813.770000', '203813.779000', '203813.781000', '203813.784000', '203813.787000', '203813.789000', '203813.792000', '203813.794000', '203813.797000', '203813.800000', '203813.802000', '203813.805000', '203813.807000', '203813.810000', '203813.813000', '203813.815000', '203813.818000', '203813.820000', '203813.823000', '203813.826000', '203813.828000', '203833.656000', '203833.659000', '203833.661000', '203833.664000', '203833.666000', '203833.669000', '203833.672000', '203833.675000', '203833.677000', '203833.680000', '203833.682000', '203833.685000', '203833.688000', '203833.690000', '203833.693000', '203833.695000', '203833.698000', '203833.701000', '203833.703000', '203833.706000', '203833.708000', '203833.711000', '203833.714000', '203833.716000', '203833.719000', '203833.722000', '203833.724000', '203833.727000', '203833.730000', '203833.733000', '203833.735000', '203833.738000', '203833.740000', '203833.743000', '203833.746000', '203833.748000', '203833.751000', '203833.755000', '203833.758000', '203833.761000', '203833.763000', '203833.766000', '203833.768000', '203853.656000', '203853.659000', '203853.663000', '203853.665000', '203853.668000', '203853.670000', '203853.673000', '203853.676000', '203853.678000', '203853.681000', '203853.684000', '203853.686000', '203853.689000', '203853.694000', '203853.697000', '203853.699000', '203853.702000', '203853.704000', '203853.707000', '203853.710000', '203853.712000', '203853.715000', '203853.718000', '203853.720000', '203853.723000', '203853.725000', '203853.728000', '203853.731000', '203853.733000', '203853.736000', '203853.738000', '203853.741000', '203853.743000', '203853.746000', '203853.749000', '203853.751000', '203853.763000', '203853.766000', '203853.768000', '203853.771000', '203853.773000', '203853.776000', '203853.778000', '203853.781000', '203913.656000', '203913.659000', '203913.662000', '203913.664000', '203913.667000', '203913.670000', '203913.672000', '203913.675000', '203913.678000', '203913.680000', '203913.683000', '203913.686000', '203913.688000', '203913.691000', '203913.693000', '203913.696000', '203913.699000', '203913.701000', '203913.704000', '203913.707000', '203913.709000', '203913.712000', '203913.714000', '203913.717000', '203913.720000', '203913.722000', '203913.731000', '203913.734000', '203913.737000', '203913.739000', '203913.742000', '203913.746000', '203913.749000', '203913.752000', '203913.754000', '203913.757000', '203913.760000', '203913.762000', '203913.765000', '203913.767000', '203913.770000', '203913.773000', '203913.775000', '203933.656000', '203933.659000', '203933.662000', '203933.665000', '203933.667000', '203933.670000', '203933.673000', '203933.675000', '203933.678000', '203933.680000', '203933.683000', '203933.686000', '203933.688000', '203933.691000', '203933.694000', '203933.696000', '203933.699000', '203933.702000', '203933.704000', '203933.707000', '203933.709000', '203933.712000', '203933.715000', '203933.717000', '203933.720000', '203933.723000', '203933.725000', '203933.728000', '203933.730000', '203933.739000', '203933.742000', '203933.745000', '203933.747000', '203933.750000', '203933.753000', '203933.755000', '203933.758000', '203933.761000', '203933.763000', '203933.766000', '203933.768000', '203933.771000', '203933.774000', '203933.776000', '203953.657000', '203953.659000', '203953.662000', '203953.665000', '203953.668000', '203953.670000', '203953.673000', '203953.676000', '203953.678000', '203953.681000', '203953.684000', '203953.686000', '203953.689000', '203953.691000', '203953.694000', '203953.697000', '203953.699000', '203953.702000', '203953.705000', '203953.707000', '203953.710000', '203953.712000', '203953.715000', '203953.718000', '203953.720000', '203953.723000', '203953.725000', '203953.728000', '203953.738000', '203953.741000', '203953.743000', '203953.746000', '203953.749000', '203953.751000', '203953.754000', '203953.757000', '203953.759000', '203953.762000', '203953.765000', '203953.767000', '203953.770000', '203953.773000', '203953.775000', '204013.656000', '204013.659000', '204013.662000', '204013.665000', '204013.667000', '204013.670000', '204013.672000', '204013.675000', '204013.678000', '204013.680000', '204013.683000', '204013.686000', '204013.688000', '204013.691000', '204013.693000', '204013.696000', '204013.699000', '204013.701000', '204013.704000', '204013.707000', '204013.709000', '204013.712000', '204013.715000', '204013.717000', '204013.720000', '204013.723000', '204013.725000', '204013.728000', '204013.730000', '204013.733000', '204013.736000', '204013.738000', '204013.741000', '204013.743000', '204013.746000', '204013.749000', '204013.751000', '204013.754000', '204013.756000', '204013.759000', '204013.762000', '204013.764000', '204013.767000', '204013.770000', '204033.657000', '204033.660000', '204033.662000', '204033.665000', '204033.668000', '204033.671000', '204033.673000', '204033.676000', '204033.678000', '204033.681000', '204033.684000', '204033.686000', '204033.689000', '204033.692000', '204033.694000', '204033.697000', '204033.699000', '204033.720000', '204033.722000', '204033.725000', '204033.728000', '204033.730000', '204033.733000', '204033.735000', '204033.738000', '204033.741000', '204033.743000', '204033.746000', '204033.748000', '204033.751000', '204033.754000', '204033.757000', '204033.759000', '204033.762000', '204033.764000', '204033.767000', '204033.770000', '204033.772000', '204033.775000', '204033.778000', '204033.780000', '204033.783000', '204033.795000', '204053.656000', '204053.658000', '204053.661000', '204053.664000', '204053.666000', '204053.669000', '204053.672000', '204053.674000', '204053.677000', '204053.680000', '204053.682000', '204053.685000', '204053.687000', '204053.690000', '204053.693000', '204053.695000', '204053.698000', '204053.701000', '204053.703000', '204053.706000', '204053.709000', '204053.711000', '204053.714000', '204053.716000', '204053.719000', '204053.722000', '204053.724000', '204053.727000', '204053.730000', '204053.732000', '204053.735000', '204053.738000', '204053.740000', '204053.743000', '204053.745000', '204053.748000', '204053.751000', '204053.753000', '204053.756000', '204053.759000', '204053.761000', '204053.764000', '204053.766000', '204053.769000', '204113.656000', '204113.659000', '204113.662000', '204113.665000', '204113.667000', '204113.670000', '204113.673000', '204113.675000', '204113.678000', '204113.681000', '204113.683000', '204113.686000', '204113.689000', '204113.691000', '204113.694000', '204113.697000', '204113.699000', '204113.702000', '204113.706000', '204113.709000', '204113.711000', '204113.714000', '204113.717000', '204113.719000', '204113.722000', '204113.725000', '204113.727000', '204113.730000', '204113.732000', '204113.735000', '204113.738000', '204113.740000', '204113.743000', '204113.746000', '204113.749000', '204113.751000', '204113.754000', '204113.756000', '204113.759000', '204113.762000', '204113.765000', '204113.767000', '204113.770000', '204133.656000', '204133.659000', '204133.662000', '204133.665000', '204133.667000', '204133.670000', '204133.673000', '204133.675000', '204133.678000', '204133.681000', '204133.683000', '204133.686000', '204133.688000', '204133.691000', '204133.694000', '204133.697000', '204133.699000', '204133.702000', '204133.705000', '204133.707000', '204133.710000', '204133.712000', '204133.715000', '204133.718000', '204133.720000', '204133.723000', '204133.726000', '204133.728000', '204133.731000', '204133.734000', '204133.736000', '204133.739000', '204133.741000', '204133.744000', '204133.747000', '204133.749000', '204133.752000', '204133.755000', '204133.757000', '204133.760000', '204133.762000', '204133.765000', '204133.768000', '204133.770000', '204153.656000', '204153.659000', '204153.662000', '204153.665000', '204153.668000', '204153.671000', '204153.673000', '204153.676000', '204153.678000', '204153.681000', '204153.684000', '204153.687000', '204153.689000', '204153.692000', '204153.695000', '204153.697000', '204153.700000', '204153.703000', '204153.705000', '204153.708000', '204153.711000', '204153.713000', '204153.716000', '204153.719000', '204153.721000', '204153.724000', '204153.726000', '204153.729000', '204153.732000', '204153.735000', '204153.737000', '204153.740000', '204153.742000', '204153.745000', '204153.748000', '204153.750000', '204153.753000', '204153.756000', '204153.758000', '204153.761000', '204153.764000', '204153.766000', '204153.775000', '204213.656000', '204213.659000', '204213.662000', '204213.664000', '204213.667000', '204213.670000', '204213.672000', '204213.675000', '204213.678000', '204213.680000', '204213.683000', '204213.685000', '204213.688000', '204213.691000', '204213.693000', '204213.696000', '204213.699000', '204213.701000', '204213.704000', '204213.706000', '204213.709000', '204213.712000', '204213.714000', '204213.717000', '204213.720000', '204213.722000', '204213.725000', '204213.727000', '204213.730000', '204213.733000', '204213.735000', '204213.738000', '204213.741000', '204213.743000', '204213.746000', '204213.748000', '204213.751000', '204213.754000', '204213.757000', '204213.759000', '204213.762000', '204213.764000', '204213.767000', '204213.770000', '204233.656000', '204233.659000', '204233.662000', '204233.665000', '204233.667000', '204233.670000', '204233.673000', '204233.675000', '204233.678000', '204233.680000', '204233.683000', '204233.686000', '204233.688000', '204233.691000', '204233.694000', '204233.696000', '204233.699000', '204233.702000', '204233.704000', '204233.707000', '204233.709000', '204233.712000', '204233.715000', '204233.717000', '204233.720000', '204233.722000', '204233.725000', '204233.728000', '204233.730000', '204233.733000', '204233.736000', '204233.738000', '204233.741000', '204233.744000', '204233.746000', '204233.749000', '204233.752000', '204233.754000', '204233.757000', '204233.759000', '204233.762000', '204233.765000', '204233.767000', '204253.656000', '204253.659000', '204253.662000', '204253.665000', '204253.667000', '204253.670000', '204253.672000', '204253.676000', '204253.679000', '204253.682000', '204253.684000', '204253.687000', '204253.690000', '204253.693000', '204253.695000', '204253.698000', '204253.700000', '204253.703000', '204253.706000', '204253.708000', '204253.711000', '204253.714000', '204253.716000', '204253.719000', '204253.722000', '204253.724000', '204253.727000', '204253.730000', '204253.733000', '204253.735000', '204253.738000', '204253.740000', '204253.743000', '204253.745000', '204253.748000', '204253.751000', '204253.753000', '204253.756000', '204253.759000', '204253.761000', '204253.764000', '204253.767000', '204253.769000', '204253.772000', '204313.656000', '204313.659000', '204313.661000', '204313.664000', '204313.666000', '204313.669000', '204313.672000', '204313.674000', '204313.677000', '204313.680000', '204313.682000', '204313.685000', '204313.688000', '204313.690000', '204313.693000', '204313.696000', '204313.698000', '204313.701000', '204313.704000', '204313.706000', '204313.709000', '204313.711000', '204313.714000', '204313.717000', '204313.719000', '204313.722000', '204313.725000', '204313.727000', '204313.730000', '204313.732000', '204313.735000', '204313.738000', '204313.740000', '204313.743000', '204313.746000', '204313.748000', '204313.751000', '204313.754000', '204313.756000', '204313.759000', '204313.762000', '204313.764000', '204313.767000', '204333.656000', '204333.659000', '204333.662000', '204333.665000', '204333.667000', '204333.670000', '204333.673000', '204333.675000', '204333.678000', '204333.681000', '204333.694000', '204333.700000', '204333.702000', '204333.705000', '204333.708000', '204333.710000', '204333.713000', '204333.716000', '204333.718000', '204333.721000', '204333.724000', '204333.726000', '204333.735000', '204333.738000', '204333.740000', '204333.743000', '204333.746000', '204333.748000', '204333.751000', '204333.754000', '204333.757000', '204333.759000', '204333.762000', '204333.764000', '204333.767000', '204333.770000', '204333.772000', '204333.775000', '204333.778000', '204333.780000', '204333.783000', '204333.785000', '204333.788000', '204333.791000', '204353.657000', '204353.659000', '204353.662000', '204353.665000', '204353.668000', '204353.670000', '204353.673000', '204353.676000', '204353.679000', '204353.681000', '204353.684000', '204353.686000', '204353.689000', '204353.692000', '204353.694000', '204353.697000', '204353.700000', '204353.702000', '204353.705000', '204353.707000', '204353.710000', '204353.713000', '204353.715000', '204353.718000', '204353.721000', '204353.723000', '204353.726000', '204353.728000', '204353.731000', '204353.734000', '204353.736000', '204353.739000', '204353.741000', '204353.744000', '204353.747000', '204353.749000', '204353.752000', '204353.755000', '204353.757000', '204353.760000', '204353.763000', '204353.765000', '204353.768000', '204413.657000', '204413.659000', '204413.662000', '204413.665000', '204413.667000', '204413.670000', '204413.673000', '204413.675000', '204413.678000', '204413.681000', '204413.683000', '204413.686000', '204413.689000', '204413.691000', '204413.694000', '204413.697000', '204413.700000', '204413.702000', '204413.705000', '204413.707000', '204413.710000', '204413.714000', '204413.717000', '204413.720000', '204413.722000', '204413.725000', '204413.728000', '204413.730000', '204413.733000', '204413.736000', '204413.738000', '204413.741000', '204413.744000', '204413.746000', '204413.749000', '204413.752000', '204413.754000', '204413.757000', '204413.760000', '204413.762000', '204413.765000', '204413.768000', '204413.770000', '204432.963000', '204432.966000', '204432.969000', '204432.972000', '204432.975000', '204432.978000', '204432.981000', '204432.984000', '204432.987000', '204432.989000', '204432.993000', '204432.997000', '204433.001000', '204433.004000', '204433.008000', '204433.011000', '204433.013000', '204433.016000', '204433.020000', '204433.023000', '204433.025000', '204433.028000', '204433.031000', '204433.034000', '204433.037000', '204433.040000', '204433.043000', '204433.045000', '204433.048000', '204433.051000', '204433.054000', '204433.056000', '204433.059000', '204433.062000', '204433.065000', '204433.067000', '204433.074000', '204433.078000', '204433.082000', '204433.085000', '204433.089000', '204433.093000', '204433.096000'], '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': [13383, 7540, 11308, 7140, 10072, 7205, 8832, 12024, 9278, 13630, 7532, 12503, 7453, 11352, 7077, 10915, 7693, 10299, 7237, 7854, 10265, 7411, 13995, 9488, 13281, 7555, 11571, 7405, 10588, 7018, 11568, 8341, 12313, 7332, 10550, 7073, 10312, 7475, 12978, 8764, 9140, 9262, 7449, 13166, 8100, 15452, 9369, 12375, 7074, 9899, 7150, 10286, 12341, 11723, 13705, 7128, 16244, 7646, 14749, 11685, 16507, 8282, 9310, 7266, 7873, 12277, 9336, 17091, 7368, 12822, 6968, 10704, 7358, 12362, 7087, 10354, 7016, 9937, 6935, 11217, 7721, 9425, 7534, 7320, 10806, 7445, 14320, 9750, 13987, 7675, 11025, 7089, 11065, 7683, 13757, 8295, 10929, 7080, 9373, 7219, 9614, 15613, 10927, 14606, 6944, 12010, 7133, 11616, 8187, 12728, 7149, 9168, 6797, 7816, 7078, 7417, 12448, 8586, 11374, 7219, 11530, 7308, 11037, 7899, 12806, 7207, 9893, 7035, 8725, 6851, 10446, 7783, 8329, 7237, 7520, 8417, 7617, 13901, 10238, 15093, 7559, 12192, 7068, 10888, 7795, 13721, 7035, 9165, 6953, 8361, 7049, 8045, 10620, 8941, 13779, 7040, 12075, 7115, 10629, 6961, 9035, 7317, 10045, 7200, 7410, 7153, 7240, 9122, 7046, 13486, 8049, 12109, 7131, 10772, 7277, 10595, 7287, 11967, 7180, 8914, 7220, 8183, 7665, 8117, 11894, 8669, 9669, 7393, 11658, 7242, 11406, 7633, 13129, 7978, 9715, 6965, 7520, 8882, 7252, 14436, 9129, 13329, 7162, 9236, 7047, 8229, 7361, 9667, 11186, 8173, 9747, 7212, 12189, 7330, 12594, 8938, 12869, 7285, 10000, 7028, 9600, 7271, 12234, 8292, 9645, 7222, 7066, 10360, 7169, 15578, 9891, 14159, 7150, 9592, 7025, 8898, 7078, 12059, 7314, 8360, 7005, 7389, 10061, 7376, 16642, 11433, 14270, 7545, 10100, 6862, 9002, 6891, 10258, 7623, 7132, 9551, 7391, 11895, 7262, 11570, 7486, 9336, 7213, 7112, 7192, 7187, 11319, 8343, 13127, 7279, 11472, 7306, 10697, 7092, 10304, 7788, 10375, 7194, 7469, 9040, 6787, 12084, 7266, 13048, 8387, 10462, 7101, 9313, 7217, 10531, 7279, 13385, 8048, 9906, 7224, 7718, 9659, 7313, 16824, 12359, 13200, 7566, 9514, 7038, 8465, 6953, 10967, 7048, 7794, 7120, 7546, 8322, 7361, 13336, 8723, 14290, 7925, 11367, 7197, 9681, 7348, 9039, 7539, 9744, 8242, 7198, 11112, 7339, 12433, 7202, 11786, 7396, 10037, 7031, 8015, 7269, 7517, 8899, 7739, 10943, 7242, 11161, 7226, 10832, 7263, 11401, 7828, 11286, 7202, 9053, 7195, 8488, 8662, 8757, 12766, 7932, 10536, 7354, 11094, 7165, 12358, 8286, 12938, 7215, 10520, 7198, 9732, 7019, 10807, 8701, 10728, 7692, 7205, 11992, 7251, 12106, 7065, 11585, 7113, 8338, 7091, 7255, 8706, 7141, 13347, 8106, 11543, 7507, 9909, 7301, 10111, 7224, 12866, 7829, 11301, 7183, 9982, 6997, 10007, 10091, 10130, 10251, 7249, 13716, 7258, 12957, 9114, 14424, 7503, 10255, 7499, 8677, 7250, 10150, 7362, 10453, 7282, 8666, 7365, 8489, 11005, 10472, 9788, 7194, 11177, 7334, 13032, 7731, 15505, 8812, 13007, 7249, 10983, 7243, 10958, 7813, 12480, 7193, 9630, 7101, 9064, 6977, 9528, 7957, 9409, 7387, 7731, 7074, 8666, 8375, 11926, 8636, 8654, 8767, 7345, 13010, 7855, 15059, 11032, 13854, 7592, 9230, 7311, 8484, 7147, 9133, 8364, 7558, 8079, 7163, 10787, 7703, 13130, 8165, 12700, 7436, 10506, 7550, 9938, 7480, 12428, 7344, 10965, 7319, 9867, 7421, 9954, 7329, 12522, 7168, 9019, 7094, 7769, 10490, 7590, 16332, 11859, 13726, 7983, 10378, 7094, 8919, 7148, 9603, 7408, 7703, 7376, 7113, 9660, 7056, 13414, 8802, 12379, 7154, 10529, 7274, 11297, 7616, 13386, 8006, 11457, 7288, 9909, 7163, 10052, 7375, 11663, 7243, 7787, 7372, 7362, 8331, 8997, 10329, 7993, 9733, 7285, 12610, 7277, 13994, 9790, 13330, 7244, 10254, 7040, 9123, 7010, 8883, 9532, 8843, 7502, 7275, 8845, 7117, 12496, 7143, 13145, 7710, 10678, 7317, 8765, 7157, 8314, 9356, 9435, 7680, 7390, 9614, 7078, 12380, 7509, 13987, 8544, 11540, 7256, 10417, 7436, 10320, 7419, 12949, 7840, 10971, 7047, 9631, 7030, 9630, 10896, 11811, 9271, 7450, 8602, 7181, 12746, 7712, 15362, 7351, 11139, 7418, 9577, 7258, 11608, 7472, 10623, 7198, 9850, 7184, 10573, 11355, 12437, 12383, 7407, 14037, 7282, 11517, 7500, 11452, 7732, 10258, 7100, 7201, 7731, 7165, 13136, 7937, 12643, 7053, 9684, 7259, 8584, 6954, 8821, 9335, 8295, 8153, 7222, 11641, 7215, 13189, 8832, 13629, 7492, 10095, 7038, 8667, 7694, 7323, 14612, 9739, 15550, 7421, 10727, 7269, 9637, 7105, 10979, 7067, 9105, 7223, 8625, 7075, 9774, 8040, 11613, 7157, 7809, 8426, 7276, 14056, 7909, 14178, 8736, 10757, 7250, 9758, 7216, 10050, 7246, 12097, 7302, 8541, 6992, 7632, 10547, 7244, 13870, 8605, 14219, 7343, 10608, 7163, 9218, 6986, 9017, 7059, 9907, 7154, 7829, 8031, 7347, 13515, 7160, 12936, 7876, 9960, 7081, 8273, 7249, 7760, 10457, 7721, 13104, 7138, 12017, 7205, 11052, 7263, 10657, 7324, 11930, 7181, 8668, 7386, 7937, 10101, 7394, 14915, 9030, 11918, 7242, 9992, 7396, 10161, 7174, 12490, 7221, 9483, 7215, 7991, 9667, 7185, 14825, 9395, 13610, 7266, 10515, 7371, 9477, 7278, 10059, 9559, 11172, 8459, 7198, 10961, 7093, 12308, 7134, 11998, 7962, 11356, 6951, 7921, 7178, 7449, 11674, 7503, 15865, 8767, 11593, 7206, 9649, 7144, 8209, 7351, 9140, 9141, 7384, 11275, 7364, 12045, 6879, 10678, 7258, 11577, 7224, 7851, 7237, 7408, 12738, 7111, 12104, 8288, 11769, 7120, 8838, 7291, 7984, 7222, 8140, 9726, 9181, 10680, 7258, 13455, 7518, 11751, 7126, 10616, 7184, 9908, 7304, 7376, 11961, 7205, 12513, 7238, 10731, 7423, 10652, 6989, 8038, 7122, 7642, 7183, 7363, 11360, 8220, 11982, 7335, 11977, 7265, 11380, 7225, 11127, 7306, 10689, 7078, 8373, 7215, 7589, 11190, 7361, 14194, 9253, 11916, 7233, 8235, 7404, 7403, 9682, 7343, 13800, 7243, 10926, 7570, 9627, 7314, 8951, 7283, 9584, 7279, 7608, 9119, 7255, 13449, 7509, 12583, 8446, 11023, 7207, 9650, 7281], 'WindowCenter': [4280.0, 4214.0, 4239.0, 4186.0, 4215.0, 4184.0, 4204.0, 4234.0, 4203.0, 4243.0, 4183.0, 4233.0, 4182.0, 4222.0, 4172.0, 4224.0, 4183.0, 4214.0, 4183.0, 4194.0, 4213.0, 4186.0, 4257.0, 4218.0, 4257.0, 4195.0, 4236.0, 4196.0, 4226.0, 4197.0, 4249.0, 4221.0, 4250.0, 4199.0, 4238.0, 4189.0, 4229.0, 4197.0, 4263.0, 4208.0, 4217.0, 4217.0, 4196.0, 4259.0, 4196.0, 4272.0, 4218.0, 4247.0, 4186.0, 4227.0, 4186.0, 4227.0, 4249.0, 4238.0, 4247.0, 4172.0, 4266.0, 4182.0, 4244.0, 4237.0, 4265.0, 4191.0, 4200.0, 4181.0, 4181.0, 4220.0, 4203.0, 4252.0, 4170.0, 4230.0, 4168.0, 4209.0, 4181.0, 4233.0, 4171.0, 4212.0, 4171.0, 4213.0, 4183.0, 4223.0, 4182.0, 4213.0, 4182.0, 4181.0, 4221.0, 4181.0, 4243.0, 4214.0, 4242.0, 4181.0, 4221.0, 4170.0, 4223.0, 4181.0, 4243.0, 4190.0, 4211.0, 4168.0, 4187.0, 4167.0, 4187.0, 4240.0, 4196.0, 4227.0, 4154.0, 4204.0, 4154.0, 4206.0, 4177.0, 4219.0, 4154.0, 4185.0, 4154.0, 4165.0, 4155.0, 4165.0, 4219.0, 4177.0, 4217.0, 4166.0, 4217.0, 4166.0, 4207.0, 4178.0, 4230.0, 4167.0, 4199.0, 4156.0, 4188.0, 4158.0, 4209.0, 4177.0, 4177.0, 4167.0, 4177.0, 4188.0, 4178.0, 4241.0, 4210.0, 4240.0, 4178.0, 4218.0, 4166.0, 4207.0, 4166.0, 4229.0, 4155.0, 4186.0, 4155.0, 4174.0, 4155.0, 4175.0, 4196.0, 4186.0, 4228.0, 4155.0, 4216.0, 4153.0, 4194.0, 4155.0, 4175.0, 4166.0, 4198.0, 4165.0, 4165.0, 4154.0, 4165.0, 4186.0, 4167.0, 4241.0, 4179.0, 4231.0, 4169.0, 4218.0, 4180.0, 4208.0, 4180.0, 4222.0, 4169.0, 4189.0, 4167.0, 4189.0, 4180.0, 4178.0, 4221.0, 4189.0, 4199.0, 4168.0, 4219.0, 4168.0, 4221.0, 4179.0, 4244.0, 4180.0, 4199.0, 4168.0, 4178.0, 4189.0, 4179.0, 4240.0, 4201.0, 4241.0, 4168.0, 4198.0, 4168.0, 4203.0, 4168.0, 4212.0, 4223.0, 4190.0, 4200.0, 4180.0, 4231.0, 4181.0, 4229.0, 4203.0, 4243.0, 4182.0, 4211.0, 4169.0, 4211.0, 4180.0, 4234.0, 4192.0, 4211.0, 4180.0, 4168.0, 4210.0, 4168.0, 4250.0, 4212.0, 4240.0, 4169.0, 4198.0, 4168.0, 4199.0, 4168.0, 4232.0, 4170.0, 4189.0, 4167.0, 4167.0, 4198.0, 4167.0, 4251.0, 4219.0, 4228.0, 4166.0, 4195.0, 4156.0, 4185.0, 4154.0, 4198.0, 4165.0, 4154.0, 4185.0, 4164.0, 4217.0, 4165.0, 4216.0, 4166.0, 4187.0, 4165.0, 4166.0, 4167.0, 4166.0, 4208.0, 4190.0, 4230.0, 4168.0, 4220.0, 4167.0, 4209.0, 4169.0, 4209.0, 4179.0, 4209.0, 4167.0, 4166.0, 4187.0, 4157.0, 4218.0, 4167.0, 4228.0, 4189.0, 4208.0, 4166.0, 4198.0, 4178.0, 4211.0, 4178.0, 4243.0, 4180.0, 4198.0, 4166.0, 4166.0, 4197.0, 4165.0, 4250.0, 4218.0, 4216.0, 4164.0, 4183.0, 4154.0, 4174.0, 4155.0, 4208.0, 4155.0, 4165.0, 4167.0, 4176.0, 4176.0, 4167.0, 4228.0, 4188.0, 4240.0, 4177.0, 4218.0, 4167.0, 4197.0, 4167.0, 4187.0, 4176.0, 4198.0, 4176.0, 4166.0, 4207.0, 4164.0, 4228.0, 4166.0, 4220.0, 4167.0, 4196.0, 4165.0, 4175.0, 4167.0, 4178.0, 4186.0, 4179.0, 4208.0, 4167.0, 4218.0, 4178.0, 4220.0, 4180.0, 4221.0, 4192.0, 4222.0, 4180.0, 4199.0, 4169.0, 4190.0, 4190.0, 4189.0, 4232.0, 4178.0, 4208.0, 4167.0, 4219.0, 4169.0, 4231.0, 4192.0, 4232.0, 4180.0, 4220.0, 4169.0, 4212.0, 4181.0, 4221.0, 4191.0, 4222.0, 4179.0, 4168.0, 4219.0, 4167.0, 4231.0, 4167.0, 4220.0, 4166.0, 4189.0, 4167.0, 4167.0, 4202.0, 4180.0, 4240.0, 4203.0, 4231.0, 4181.0, 4211.0, 4182.0, 4224.0, 4194.0, 4258.0, 4194.0, 4233.0, 4182.0, 4211.0, 4183.0, 4212.0, 4212.0, 4213.0, 4211.0, 4180.0, 4240.0, 4180.0, 4231.0, 4200.0, 4242.0, 4167.0, 4197.0, 4166.0, 4188.0, 4178.0, 4208.0, 4169.0, 4210.0, 4167.0, 4187.0, 4181.0, 4189.0, 4209.0, 4210.0, 4200.0, 4167.0, 4218.0, 4167.0, 4229.0, 4178.0, 4252.0, 4199.0, 4230.0, 4180.0, 4208.0, 4167.0, 4209.0, 4179.0, 4230.0, 4166.0, 4196.0, 4166.0, 4189.0, 4168.0, 4197.0, 4190.0, 4200.0, 4178.0, 4177.0, 4168.0, 4189.0, 4189.0, 4232.0, 4190.0, 4189.0, 4188.0, 4167.0, 4230.0, 4177.0, 4240.0, 4210.0, 4228.0, 4165.0, 4184.0, 4164.0, 4176.0, 4154.0, 4197.0, 4176.0, 4164.0, 4175.0, 4155.0, 4207.0, 4176.0, 4227.0, 4190.0, 4229.0, 4167.0, 4209.0, 4178.0, 4208.0, 4179.0, 4231.0, 4179.0, 4219.0, 4179.0, 4208.0, 4181.0, 4210.0, 4180.0, 4234.0, 4169.0, 4200.0, 4167.0, 4178.0, 4209.0, 4178.0, 4251.0, 4220.0, 4228.0, 4176.0, 4195.0, 4165.0, 4185.0, 4156.0, 4197.0, 4166.0, 4176.0, 4166.0, 4165.0, 4209.0, 4167.0, 4228.0, 4202.0, 4228.0, 4168.0, 4208.0, 4179.0, 4220.0, 4181.0, 4243.0, 4189.0, 4231.0, 4180.0, 4208.0, 4180.0, 4210.0, 4182.0, 4222.0, 4178.0, 4178.0, 4177.0, 4179.0, 4188.0, 4199.0, 4211.0, 4189.0, 4200.0, 4177.0, 4232.0, 4168.0, 4240.0, 4210.0, 4229.0, 4167.0, 4196.0, 4154.0, 4185.0, 4166.0, 4186.0, 4197.0, 4187.0, 4166.0, 4167.0, 4187.0, 4167.0, 4228.0, 4165.0, 4241.0, 4178.0, 4207.0, 4167.0, 4187.0, 4180.0, 4188.0, 4199.0, 4199.0, 4179.0, 4178.0, 4198.0, 4168.0, 4232.0, 4179.0, 4251.0, 4202.0, 4219.0, 4180.0, 4209.0, 4180.0, 4210.0, 4181.0, 4243.0, 4192.0, 4221.0, 4180.0, 4200.0, 4180.0, 4199.0, 4223.0, 4221.0, 4199.0, 4168.0, 4188.0, 4166.0, 4229.0, 4179.0, 4253.0, 4179.0, 4216.0, 4178.0, 4209.0, 4179.0, 4233.0, 4181.0, 4220.0, 4182.0, 4210.0, 4182.0, 4221.0, 4221.0, 4233.0, 4230.0, 4167.0, 4228.0, 4165.0, 4220.0, 4167.0, 4217.0, 4176.0, 4196.0, 4154.0, 4164.0, 4165.0, 4168.0, 4226.0, 4178.0, 4229.0, 4166.0, 4196.0, 4164.0, 4188.0, 4167.0, 4189.0, 4199.0, 4187.0, 4178.0, 4166.0, 4219.0, 4179.0, 4229.0, 4200.0, 4230.0, 4167.0, 4196.0, 4155.0, 4176.0, 4165.0, 4167.0, 4226.0, 4197.0, 4238.0, 4163.0, 4204.0, 4163.0, 4197.0, 4165.0, 4219.0, 4167.0, 4197.0, 4177.0, 4187.0, 4181.0, 4209.0, 4191.0, 4232.0, 4169.0, 4179.0, 4178.0, 4179.0, 4239.0, 4188.0, 4242.0, 4188.0, 4208.0, 4167.0, 4197.0, 4178.0, 4199.0, 4178.0, 4231.0, 4167.0, 4186.0, 4166.0, 4165.0, 4206.0, 4164.0, 4225.0, 4186.0, 4227.0, 4163.0, 4194.0, 4153.0, 4183.0, 4154.0, 4186.0, 4155.0, 4197.0, 4155.0, 4163.0, 4173.0, 4166.0, 4228.0, 4155.0, 4229.0, 4175.0, 4195.0, 4153.0, 4175.0, 4167.0, 4177.0, 4207.0, 4178.0, 4229.0, 4167.0, 4218.0, 4167.0, 4218.0, 4180.0, 4210.0, 4180.0, 4232.0, 4168.0, 4189.0, 4167.0, 4189.0, 4221.0, 4180.0, 4252.0, 4202.0, 4220.0, 4179.0, 4209.0, 4182.0, 4222.0, 4180.0, 4245.0, 4182.0, 4211.0, 4180.0, 4191.0, 4212.0, 4181.0, 4252.0, 4202.0, 4242.0, 4179.0, 4211.0, 4177.0, 4210.0, 4183.0, 4212.0, 4211.0, 4222.0, 4189.0, 4170.0, 4219.0, 4167.0, 4230.0, 4168.0, 4219.0, 4179.0, 4219.0, 4167.0, 4176.0, 4166.0, 4179.0, 4218.0, 4166.0, 4250.0, 4188.0, 4217.0, 4166.0, 4196.0, 4167.0, 4188.0, 4166.0, 4197.0, 4198.0, 4166.0, 4206.0, 4165.0, 4217.0, 4168.0, 4207.0, 4165.0, 4218.0, 4165.0, 4175.0, 4164.0, 4164.0, 4227.0, 4167.0, 4215.0, 4187.0, 4219.0, 4166.0, 4184.0, 4164.0, 4175.0, 4177.0, 4177.0, 4198.0, 4199.0, 4208.0, 4166.0, 4228.0, 4165.0, 4218.0, 4168.0, 4207.0, 4165.0, 4195.0, 4164.0, 4163.0, 4204.0, 4163.0, 4216.0, 4164.0, 4194.0, 4165.0, 4206.0, 4153.0, 4163.0, 4152.0, 4163.0, 4166.0, 4165.0, 4216.0, 4189.0, 4219.0, 4166.0, 4218.0, 4166.0, 4218.0, 4178.0, 4219.0, 4178.0, 4208.0, 4166.0, 4174.0, 4165.0, 4175.0, 4217.0, 4165.0, 4227.0, 4197.0, 4216.0, 4164.0, 4173.0, 4163.0, 4177.0, 4195.0, 4177.0, 4239.0, 4167.0, 4206.0, 4175.0, 4197.0, 4178.0, 4187.0, 4177.0, 4209.0, 4179.0, 4180.0, 4189.0, 4167.0, 4240.0, 4179.0, 4229.0, 4189.0, 4208.0, 4180.0, 4197.0, 4178.0], 'WindowWidth': [9462.0, 9361.0, 9385.0, 9307.0, 9342.0, 9300.0, 9325.0, 9365.0, 9321.0, 9377.0, 9293.0, 9360.0, 9290.0, 9344.0, 9280.0, 9350.0, 9294.0, 9337.0, 9296.0, 9312.0, 9335.0, 9302.0, 9401.0, 9350.0, 9402.0, 9316.0, 9373.0, 9318.0, 9360.0, 9324.0, 9395.0, 9360.0, 9396.0, 9327.0, 9379.0, 9313.0, 9367.0, 9321.0, 9421.0, 9338.0, 9347.0, 9346.0, 9319.0, 9409.0, 9319.0, 9432.0, 9349.0, 9390.0, 9304.0, 9361.0, 9307.0, 9360.0, 9393.0, 9374.0, 9386.0, 9280.0, 9414.0, 9294.0, 9381.0, 9372.0, 9410.0, 9303.0, 9313.0, 9288.0, 9289.0, 9341.0, 9323.0, 9389.0, 9272.0, 9356.0, 9268.0, 9323.0, 9291.0, 9365.0, 9276.0, 9333.0, 9278.0, 9338.0, 9297.0, 9350.0, 9293.0, 9336.0, 9294.0, 9289.0, 9344.0, 9290.0, 9377.0, 9340.0, 9375.0, 9290.0, 9344.0, 9276.0, 9349.0, 9291.0, 9379.0, 9301.0, 9330.0, 9269.0, 9291.0, 9264.0, 9290.0, 9366.0, 9302.0, 9345.0, 9242.0, 9310.0, 9242.0, 9313.0, 9278.0, 9336.0, 9245.0, 9285.0, 9245.0, 9259.0, 9248.0, 9259.0, 9338.0, 9277.0, 9334.0, 9262.0, 9331.0, 9264.0, 9319.0, 9282.0, 9354.0, 9266.0, 9310.0, 9248.0, 9295.0, 9254.0, 9326.0, 9279.0, 9278.0, 9265.0, 9278.0, 9295.0, 9282.0, 9371.0, 9326.0, 9372.0, 9281.0, 9335.0, 9264.0, 9319.0, 9261.0, 9352.0, 9246.0, 9288.0, 9248.0, 9271.0, 9246.0, 9274.0, 9304.0, 9290.0, 9348.0, 9246.0, 9329.0, 9241.0, 9297.0, 9249.0, 9272.0, 9264.0, 9309.0, 9261.0, 9260.0, 9245.0, 9261.0, 9291.0, 9266.0, 9372.0, 9285.0, 9358.0, 9272.0, 9337.0, 9288.0, 9325.0, 9288.0, 9346.0, 9271.0, 9297.0, 9266.0, 9297.0, 9287.0, 9281.0, 9344.0, 9297.0, 9312.0, 9269.0, 9337.0, 9271.0, 9344.0, 9287.0, 9384.0, 9287.0, 9312.0, 9269.0, 9282.0, 9297.0, 9285.0, 9369.0, 9320.0, 9374.0, 9271.0, 9310.0, 9271.0, 9323.0, 9271.0, 9335.0, 9351.0, 9301.0, 9316.0, 9286.0, 9359.0, 9292.0, 9355.0, 9326.0, 9378.0, 9295.0, 9331.0, 9274.0, 9332.0, 9290.0, 9368.0, 9307.0, 9333.0, 9289.0, 9270.0, 9328.0, 9270.0, 9387.0, 9333.0, 9370.0, 9271.0, 9308.0, 9271.0, 9313.0, 9270.0, 9365.0, 9273.0, 9299.0, 9267.0, 9265.0, 9310.0, 9265.0, 9388.0, 9339.0, 9352.0, 9262.0, 9300.0, 9250.0, 9286.0, 9243.0, 9310.0, 9261.0, 9245.0, 9286.0, 9257.0, 9332.0, 9260.0, 9331.0, 9265.0, 9291.0, 9261.0, 9263.0, 9267.0, 9266.0, 9322.0, 9302.0, 9355.0, 9269.0, 9340.0, 9267.0, 9325.0, 9273.0, 9325.0, 9287.0, 9327.0, 9266.0, 9264.0, 9293.0, 9252.0, 9337.0, 9266.0, 9350.0, 9298.0, 9323.0, 9267.0, 9308.0, 9285.0, 9331.0, 9284.0, 9377.0, 9286.0, 9310.0, 9263.0, 9262.0, 9305.0, 9260.0, 9385.0, 9334.0, 9331.0, 9256.0, 9280.0, 9246.0, 9272.0, 9247.0, 9322.0, 9247.0, 9260.0, 9264.0, 9276.0, 9276.0, 9267.0, 9350.0, 9298.0, 9371.0, 9281.0, 9337.0, 9266.0, 9305.0, 9266.0, 9293.0, 9278.0, 9311.0, 9278.0, 9262.0, 9318.0, 9258.0, 9350.0, 9265.0, 9340.0, 9266.0, 9303.0, 9261.0, 9273.0, 9267.0, 9282.0, 9291.0, 9286.0, 9324.0, 9267.0, 9337.0, 9282.0, 9343.0, 9289.0, 9345.0, 9307.0, 9347.0, 9288.0, 9312.0, 9272.0, 9301.0, 9302.0, 9300.0, 9360.0, 9282.0, 9324.0, 9267.0, 9341.0, 9273.0, 9358.0, 9310.0, 9363.0, 9291.0, 9343.0, 9274.0, 9334.0, 9292.0, 9345.0, 9306.0, 9347.0, 9286.0, 9270.0, 9340.0, 9267.0, 9358.0, 9268.0, 9342.0, 9266.0, 9301.0, 9271.0, 9268.0, 9322.0, 9290.0, 9369.0, 9328.0, 9359.0, 9292.0, 9332.0, 9297.0, 9357.0, 9316.0, 9408.0, 9314.0, 9365.0, 9297.0, 9332.0, 9297.0, 9334.0, 9333.0, 9338.0, 9330.0, 9287.0, 9371.0, 9289.0, 9359.0, 9315.0, 9379.0, 9267.0, 9306.0, 9265.0, 9297.0, 9283.0, 9323.0, 9272.0, 9327.0, 9268.0, 9294.0, 9293.0, 9299.0, 9325.0, 9330.0, 9313.0, 9267.0, 9335.0, 9265.0, 9353.0, 9284.0, 9393.0, 9312.0, 9358.0, 9287.0, 9323.0, 9269.0, 9326.0, 9285.0, 9356.0, 9264.0, 9303.0, 9263.0, 9298.0, 9272.0, 9309.0, 9302.0, 9313.0, 9282.0, 9281.0, 9269.0, 9300.0, 9300.0, 9363.0, 9301.0, 9299.0, 9296.0, 9266.0, 9357.0, 9280.0, 9370.0, 9327.0, 9349.0, 9259.0, 9284.0, 9258.0, 9274.0, 9243.0, 9305.0, 9275.0, 9259.0, 9273.0, 9246.0, 9319.0, 9279.0, 9346.0, 9302.0, 9352.0, 9268.0, 9325.0, 9282.0, 9326.0, 9286.0, 9360.0, 9288.0, 9340.0, 9286.0, 9324.0, 9293.0, 9331.0, 9289.0, 9368.0, 9272.0, 9314.0, 9269.0, 9282.0, 9327.0, 9282.0, 9389.0, 9341.0, 9353.0, 9276.0, 9302.0, 9260.0, 9288.0, 9249.0, 9305.0, 9262.0, 9277.0, 9264.0, 9262.0, 9328.0, 9270.0, 9352.0, 9323.0, 9352.0, 9270.0, 9325.0, 9286.0, 9341.0, 9291.0, 9377.0, 9302.0, 9359.0, 9289.0, 9324.0, 9289.0, 9330.0, 9294.0, 9349.0, 9284.0, 9283.0, 9280.0, 9286.0, 9297.0, 9314.0, 9331.0, 9300.0, 9315.0, 9282.0, 9361.0, 9271.0, 9371.0, 9329.0, 9355.0, 9265.0, 9304.0, 9245.0, 9288.0, 9263.0, 9289.0, 9307.0, 9294.0, 9264.0, 9265.0, 9291.0, 9268.0, 9352.0, 9264.0, 9372.0, 9284.0, 9320.0, 9268.0, 9294.0, 9291.0, 9297.0, 9313.0, 9314.0, 9286.0, 9283.0, 9310.0, 9271.0, 9362.0, 9288.0, 9388.0, 9323.0, 9343.0, 9289.0, 9327.0, 9290.0, 9329.0, 9292.0, 9379.0, 9307.0, 9345.0, 9289.0, 9315.0, 9291.0, 9314.0, 9348.0, 9347.0, 9313.0, 9269.0, 9295.0, 9267.0, 9355.0, 9287.0, 9393.0, 9286.0, 9332.0, 9283.0, 9327.0, 9286.0, 9363.0, 9293.0, 9346.0, 9295.0, 9330.0, 9298.0, 9347.0, 9345.0, 9364.0, 9355.0, 9267.0, 9351.0, 9260.0, 9342.0, 9265.0, 9334.0, 9278.0, 9303.0, 9245.0, 9258.0, 9260.0, 9268.0, 9345.0, 9284.0, 9354.0, 9266.0, 9305.0, 9261.0, 9297.0, 9267.0, 9297.0, 9313.0, 9293.0, 9282.0, 9265.0, 9339.0, 9286.0, 9352.0, 9315.0, 9358.0, 9266.0, 9302.0, 9246.0, 9275.0, 9262.0, 9266.0, 9347.0, 9306.0, 9365.0, 9255.0, 9311.0, 9257.0, 9307.0, 9262.0, 9340.0, 9267.0, 9308.0, 9282.0, 9294.0, 9295.0, 9329.0, 9306.0, 9361.0, 9273.0, 9286.0, 9281.0, 9285.0, 9369.0, 9296.0, 9378.0, 9298.0, 9324.0, 9267.0, 9306.0, 9283.0, 9311.0, 9282.0, 9358.0, 9267.0, 9291.0, 9265.0, 9261.0, 9317.0, 9260.0, 9344.0, 9291.0, 9349.0, 9255.0, 9298.0, 9242.0, 9280.0, 9246.0, 9288.0, 9246.0, 9306.0, 9247.0, 9257.0, 9270.0, 9263.0, 9352.0, 9249.0, 9352.0, 9277.0, 9301.0, 9244.0, 9274.0, 9266.0, 9282.0, 9319.0, 9285.0, 9354.0, 9266.0, 9336.0, 9268.0, 9338.0, 9292.0, 9328.0, 9288.0, 9362.0, 9270.0, 9299.0, 9266.0, 9299.0, 9346.0, 9288.0, 9391.0, 9321.0, 9343.0, 9286.0, 9327.0, 9295.0, 9350.0, 9291.0, 9385.0, 9293.0, 9332.0, 9292.0, 9305.0, 9334.0, 9291.0, 9392.0, 9321.0, 9376.0, 9287.0, 9330.0, 9282.0, 9330.0, 9297.0, 9334.0, 9331.0, 9351.0, 9300.0, 9274.0, 9340.0, 9266.0, 9357.0, 9270.0, 9341.0, 9286.0, 9339.0, 9266.0, 9278.0, 9264.0, 9286.0, 9336.0, 9266.0, 9387.0, 9295.0, 9335.0, 9264.0, 9302.0, 9267.0, 9297.0, 9264.0, 9309.0, 9311.0, 9264.0, 9319.0, 9262.0, 9333.0, 9270.0, 9320.0, 9263.0, 9339.0, 9260.0, 9274.0, 9259.0, 9257.0, 9348.0, 9270.0, 9328.0, 9294.0, 9342.0, 9263.0, 9285.0, 9258.0, 9274.0, 9282.0, 9280.0, 9309.0, 9313.0, 9324.0, 9265.0, 9350.0, 9262.0, 9338.0, 9269.0, 9320.0, 9262.0, 9302.0, 9258.0, 9255.0, 9313.0, 9254.0, 9330.0, 9257.0, 9298.0, 9259.0, 9318.0, 9241.0, 9255.0, 9241.0, 9257.0, 9265.0, 9262.0, 9331.0, 9300.0, 9340.0, 9265.0, 9337.0, 9266.0, 9338.0, 9285.0, 9339.0, 9285.0, 9325.0, 9266.0, 9275.0, 9261.0, 9275.0, 9337.0, 9262.0, 9349.0, 9308.0, 9331.0, 9258.0, 9270.0, 9256.0, 9282.0, 9302.0, 9281.0, 9366.0, 9265.0, 9317.0, 9276.0, 9306.0, 9284.0, 9295.0, 9283.0, 9327.0, 9286.0, 9288.0, 9298.0, 9268.0, 9371.0, 9287.0, 9356.0, 9301.0, 9325.0, 9288.0, 9307.0, 9284.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.00036683486238532105</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02314558371559633</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.13883339748564</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1236799632146963</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9710914783237654</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5201</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3009.2222</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09478381617769872</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.522935779816514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.705556372772925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6423903006368694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.960382565782616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5138962518992907</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00713356</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014082440175116062</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033684782683849335</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.739211174353613</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>13.7966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.5017</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.4983</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290671.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1128.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.9886</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7681</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.9913</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3305.1243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3542.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85873.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.2531</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.542837087996304</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> |