=== 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-0118 --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-0118",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0118_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0118_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0118/ses-01/func/sub-0118_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9c24157c640a0c4cdb4e2c82ae0f4adb</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:34:55.877500</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.9987, -0.0280649, -0.0425566, 0.0326068, 0.993387, 0.110091]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0838403</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>23</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4205, -7793, -7220, 353, -96, -30, -124, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>218.897</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f7594935-ea95-4f49-a34a-af0ecf897e39||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.679438591003418, 0.08748164027929306, -0.1058008149266243, 112.49258422851562], [0.07529605180025101, 2.6651833057403564, 0.30060654878616333, -113.4033203125], [-0.11417634040117264, -0.2953668236732483, 2.6811270713806152, -45.4360466003418], [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': ['163455.877500', '163456.337500', '163456.797500', '163457.257500', '163457.717500', '163458.177500', '163458.637500', '163459.097500', '163459.557500', '163500.017500', '163500.477500', '163500.937500', '163501.397500', '163501.857500', '163502.317500', '163502.777500', '163503.237500', '163503.697500', '163504.157500', '163504.617500', '163505.077500', '163505.537500', '163505.997500', '163506.457500', '163506.917500', '163507.377500', '163507.837500', '163508.297500', '163508.757500', '163509.217500', '163509.677500', '163510.137500', '163510.597500', '163511.057500', '163511.517500', '163511.977500', '163512.437500', '163512.897500', '163513.357500', '163513.817500', '163514.277500', '163514.737500', '163515.197500', '163515.657500', '163516.117500', '163516.577500', '163517.037500', '163517.497500', '163517.957500', '163518.417500', '163518.877500', '163519.337500', '163519.797500', '163520.257500', '163520.717500', '163521.177500', '163521.637500', '163522.097500', '163522.557500', '163523.017500', '163523.477500', '163523.937500', '163524.397500', '163524.857500', '163525.317500', '163525.777500', '163526.237500', '163526.697500', '163527.157500', '163527.617500', '163528.077500', '163528.537500', '163528.997500', '163529.457500', '163529.917500', '163530.377500', '163530.837500', '163531.297500', '163531.757500', '163532.217500', '163532.677500', '163533.137500', '163533.597500', '163534.057500', '163534.517500', '163534.977500', '163535.437500', '163535.897500', '163536.357500', '163536.817500', '163537.277500', '163537.737500', '163538.197500', '163538.657500', '163539.117500', '163539.577500', '163540.037500', '163540.497500', '163540.957500', '163541.417500', '163541.877500', '163542.337500', '163542.797500', '163543.257500', '163543.717500', '163544.177500', '163544.637500', '163545.097500', '163545.557500', '163546.017500', '163546.477500', '163546.937500', '163547.397500', '163547.857500', '163548.317500', '163548.777500', '163549.237500', '163549.697500', '163550.157500', '163550.617500', '163551.077500', '163551.537500', '163551.997500', '163552.457500', '163552.917500', '163553.377500', '163553.837500', '163554.297500', '163554.757500', '163555.217500', '163555.677500', '163556.137500', '163556.597500', '163557.057500', '163557.517500', '163557.977500', '163558.437500', '163558.897500', '163559.357500', '163559.817500', '163600.277500', '163600.737500', '163601.197500', '163601.657500', '163602.117500', '163602.577500', '163603.037500', '163603.497500', '163603.957500', '163604.417500', '163604.877500', '163605.337500', '163605.797500', '163606.257500', '163606.717500', '163607.177500', '163607.637500', '163608.097500', '163608.557500', '163609.017500', '163609.477500', '163609.937500', '163610.397500', '163610.857500', '163611.317500', '163611.777500', '163612.237500', '163612.697500', '163613.157500', '163613.617500', '163614.077500', '163614.537500', '163614.997500', '163615.457500', '163615.917500', '163616.377500', '163616.837500', '163617.297500', '163617.757500', '163618.217500', '163618.677500', '163619.137500', '163619.597500', '163620.057500', '163620.517500', '163620.977500', '163621.437500', '163621.897500', '163622.357500', '163622.817500', '163623.277500', '163623.737500', '163624.197500', '163624.657500', '163625.117500', '163625.577500', '163626.037500', '163626.497500', '163626.957500', '163627.417500', '163627.877500', '163628.337500', '163628.797500', '163629.257500', '163629.717500', '163630.177500', '163630.637500', '163631.097500', '163631.557500', '163632.017500', '163632.477500', '163632.937500', '163633.397500', '163633.857500', '163634.317500', '163634.777500', '163635.237500', '163635.697500', '163636.157500', '163636.617500', '163637.077500', '163637.537500', '163637.997500', '163638.457500', '163638.917500', '163639.377500', '163639.837500', '163640.297500', '163640.757500', '163641.217500', '163641.677500', '163642.137500', '163642.597500', '163643.057500', '163643.517500', '163643.977500', '163644.437500', '163644.897500', '163645.357500', '163645.817500', '163646.277500', '163646.737500', '163647.197500', '163647.657500', '163648.117500', '163648.577500', '163649.037500', '163649.497500', '163649.957500', '163650.417500', '163650.877500', '163651.337500', '163651.797500', '163652.257500', '163652.717500', '163653.177500', '163653.637500', '163654.097500', '163654.557500', '163655.017500', '163655.477500', '163655.937500', '163656.397500', '163656.857500', '163657.317500', '163657.777500', '163658.237500', '163658.697500', '163659.157500', '163659.617500', '163700.077500', '163700.537500', '163700.997500', '163701.457500', '163701.917500', '163702.377500', '163702.837500', '163703.297500', '163703.757500', '163704.217500', '163704.677500', '163705.137500', '163705.597500', '163706.057500', '163706.517500', '163706.977500', '163707.437500', '163707.897500', '163708.357500', '163708.817500', '163709.277500', '163709.737500', '163710.197500', '163710.657500', '163711.117500', '163711.577500', '163712.037500', '163712.497500', '163712.957500', '163713.417500', '163713.877500', '163714.337500', '163714.797500', '163715.257500', '163715.717500', '163716.177500', '163716.637500', '163717.097500', '163717.557500', '163718.017500', '163718.477500', '163718.937500', '163719.397500', '163719.857500', '163720.317500', '163720.777500', '163721.237500', '163721.697500', '163722.157500', '163722.617500', '163723.077500', '163723.537500', '163723.997500', '163724.457500', '163724.917500', '163725.377500', '163725.837500', '163726.297500', '163726.757500', '163727.217500', '163727.677500', '163728.137500', '163728.597500', '163729.057500', '163729.517500', '163729.977500', '163730.437500', '163730.897500', '163731.357500', '163731.817500', '163732.277500', '163732.737500', '163733.197500', '163733.657500', '163734.117500', '163734.577500', '163735.037500', '163735.497500', '163735.957500', '163736.417500', '163736.877500', '163737.337500', '163737.797500', '163738.257500', '163738.717500', '163739.177500', '163739.637500', '163740.097500', '163740.557500', '163741.017500', '163741.477500', '163741.937500', '163742.397500', '163742.857500', '163743.317500', '163743.777500', '163744.237500', '163744.697500', '163745.157500', '163745.617500', '163746.077500', '163746.537500', '163746.997500', '163747.457500', '163747.917500', '163748.377500', '163748.837500', '163749.297500', '163749.757500', '163750.217500', '163750.677500', '163751.137500', '163751.597500', '163752.057500', '163752.517500', '163752.977500', '163753.437500', '163753.897500', '163754.357500', '163754.817500', '163755.277500', '163755.737500', '163756.197500', '163756.657500', '163757.117500', '163757.577500', '163758.037500', '163758.497500', '163758.957500', '163759.417500', '163759.877500', '163800.337500', '163800.797500', '163801.257500', '163801.717500', '163802.177500', '163802.637500', '163803.097500', '163803.557500', '163804.017500', '163804.477500', '163804.937500', '163805.397500', '163805.857500', '163806.317500', '163806.777500', '163807.237500', '163807.697500', '163808.157500', '163808.617500', '163809.077500', '163809.537500', '163809.997500', '163810.457500', '163810.917500', '163811.377500', '163811.837500', '163812.297500', '163812.757500', '163813.217500', '163813.677500', '163814.137500', '163814.597500', '163815.057500', '163815.517500', '163815.977500', '163816.437500', '163816.897500', '163817.357500', '163817.817500', '163818.277500', '163818.737500', '163819.197500', '163819.657500', '163820.117500', '163820.577500', '163821.037500', '163821.497500', '163821.957500', '163822.417500', '163822.877500', '163823.337500', '163823.797500', '163824.257500', '163824.717500', '163825.177500', '163825.637500', '163826.097500', '163826.557500', '163827.017500', '163827.477500', '163827.937500', '163828.397500', '163828.857500', '163829.317500', '163829.777500', '163830.237500', '163830.697500', '163831.157500', '163831.617500', '163832.077500', '163832.537500', '163832.997500', '163833.457500', '163833.917500', '163834.377500', '163834.837500', '163835.297500', '163835.757500', '163836.217500', '163836.677500', '163837.137500', '163837.597500', '163838.057500', '163838.517500', '163838.977500', '163839.437500', '163839.897500', '163840.357500', '163840.817500', '163841.277500', '163841.737500', '163842.197500', '163842.657500', '163843.117500', '163843.577500', '163844.037500', '163844.497500', '163844.957500', '163845.417500', '163845.877500', '163846.337500', '163846.797500', '163847.257500', '163847.717500', '163848.177500', '163848.637500', '163849.097500', '163849.557500', '163850.017500', '163850.477500', '163850.937500', '163851.397500', '163851.857500', '163852.317500', '163852.777500', '163853.237500', '163853.697500', '163854.157500', '163854.617500', '163855.077500', '163855.537500', '163855.997500', '163856.457500', '163856.917500', '163857.377500', '163857.837500', '163858.297500', '163858.757500', '163859.217500', '163859.677500', '163900.137500', '163900.597500', '163901.057500', '163901.517500', '163901.977500', '163902.437500', '163902.897500', '163903.357500', '163903.817500', '163904.277500', '163904.737500', '163905.197500', '163905.657500', '163906.117500', '163906.577500', '163907.037500', '163907.497500', '163907.957500', '163908.417500', '163908.877500', '163909.337500', '163909.797500', '163910.257500', '163910.717500', '163911.177500', '163911.637500', '163912.097500', '163912.557500', '163913.017500', '163913.477500', '163913.937500', '163914.397500', '163914.857500', '163915.317500', '163915.777500', '163916.237500', '163916.697500', '163917.157500', '163917.617500', '163918.077500', '163918.537500', '163918.997500', '163919.457500', '163919.917500', '163920.377500', '163920.837500', '163921.297500', '163921.757500', '163922.217500', '163922.677500', '163923.137500', '163923.597500', '163924.057500', '163924.517500', '163924.977500', '163925.437500', '163925.897500', '163926.357500', '163926.817500', '163927.277500', '163927.737500', '163928.197500', '163928.657500', '163929.117500', '163929.577500', '163930.037500', '163930.497500', '163930.957500', '163931.417500', '163931.877500', '163932.337500', '163932.797500', '163933.257500', '163933.717500', '163934.177500', '163934.637500', '163935.097500', '163935.557500', '163936.017500', '163936.477500', '163936.937500', '163937.397500', '163937.857500', '163938.317500', '163938.777500', '163939.237500', '163939.697500', '163940.157500', '163940.617500', '163941.077500', '163941.537500', '163941.997500', '163942.457500', '163942.917500', '163943.377500', '163943.837500', '163944.297500', '163944.757500', '163945.217500', '163945.677500', '163946.137500', '163946.597500', '163947.057500', '163947.517500', '163947.977500', '163948.437500', '163948.897500', '163949.357500', '163949.817500', '163950.277500', '163950.737500', '163951.197500', '163951.657500', '163952.117500', '163952.577500', '163953.037500', '163953.497500', '163953.957500', '163954.417500', '163954.877500', '163955.337500', '163955.797500', '163956.257500', '163956.717500', '163957.177500', '163957.637500', '163958.097500', '163958.557500', '163959.017500', '163959.477500', '163959.937500', '164000.397500', '164000.857500', '164001.317500', '164001.777500', '164002.237500', '164002.697500', '164003.157500', '164003.617500', '164004.077500', '164004.537500', '164004.997500', '164005.457500', '164005.917500', '164006.377500', '164006.837500', '164007.297500', '164007.757500', '164008.217500', '164008.677500', '164009.137500', '164009.597500', '164010.057500', '164010.517500', '164010.977500', '164011.437500', '164011.897500', '164012.357500', '164012.817500', '164013.277500', '164013.737500', '164014.197500', '164014.657500', '164015.117500', '164015.577500', '164016.037500', '164016.497500', '164016.957500', '164017.417500', '164017.877500', '164018.337500', '164018.797500', '164019.257500', '164019.717500', '164020.177500', '164020.637500', '164021.097500', '164021.557500', '164022.017500', '164022.477500', '164022.937500', '164023.397500', '164023.857500', '164024.317500', '164024.777500', '164025.237500', '164025.697500', '164026.157500', '164026.617500', '164027.077500', '164027.537500', '164027.997500', '164028.457500', '164028.917500', '164029.377500', '164029.837500', '164030.297500', '164030.757500', '164031.217500', '164031.677500', '164032.137500', '164032.597500', '164033.057500', '164033.517500', '164033.977500', '164034.437500', '164034.897500', '164035.357500', '164035.817500', '164036.277500', '164036.737500', '164037.197500', '164037.657500', '164038.117500', '164038.577500', '164039.037500', '164039.497500', '164039.957500', '164040.417500', '164040.877500', '164041.337500', '164041.797500', '164042.257500', '164042.717500', '164043.177500', '164043.637500', '164044.097500', '164044.557500', '164045.017500', '164045.477500', '164045.937500', '164046.397500', '164046.857500', '164047.317500', '164047.777500', '164048.237500', '164048.697500', '164049.157500', '164049.617500', '164050.077500', '164050.537500', '164050.997500', '164051.457500', '164051.917500', '164052.377500', '164052.837500', '164053.297500', '164053.757500', '164054.217500', '164054.677500', '164055.137500', '164055.597500', '164056.057500', '164056.517500', '164056.977500', '164057.437500', '164057.897500', '164058.357500', '164058.817500', '164059.277500', '164059.737500', '164100.197500', '164100.657500', '164101.117500', '164101.577500', '164102.037500', '164102.497500', '164102.957500', '164103.417500', '164103.877500', '164104.337500', '164104.797500', '164105.257500', '164105.717500', '164106.177500', '164106.637500', '164107.097500', '164107.557500', '164108.017500', '164108.477500', '164108.937500', '164109.397500', '164109.857500', '164110.317500', '164110.777500', '164111.237500', '164111.697500', '164112.157500', '164112.617500', '164113.077500', '164113.537500', '164113.997500', '164114.457500', '164114.917500', '164115.377500', '164115.837500', '164116.297500', '164116.757500', '164117.217500', '164117.677500', '164118.137500', '164118.597500', '164119.057500', '164119.517500', '164119.977500', '164120.437500', '164120.897500', '164121.357500', '164121.817500', '164122.277500', '164122.737500', '164123.197500', '164123.657500', '164124.117500', '164124.577500', '164125.037500', '164125.497500', '164125.957500', '164126.417500', '164126.877500', '164127.337500', '164127.797500', '164128.257500', '164128.717500', '164129.177500', '164129.637500', '164130.097500', '164130.557500', '164131.017500', '164131.477500', '164131.937500', '164132.397500', '164132.857500', '164133.317500', '164133.777500', '164134.237500', '164134.697500', '164135.157500', '164135.617500', '164136.077500', '164136.537500'], 'ContentTime': ['163522.749000', '163522.752000', '163522.755000', '163522.758000', '163522.761000', '163522.763000', '163522.766000', '163522.768000', '163522.771000', '163522.773000', '163522.776000', '163522.778000', '163522.781000', '163522.784000', '163522.786000', '163522.789000', '163522.791000', '163522.794000', '163522.797000', '163522.799000', '163522.802000', '163522.804000', '163522.811000', '163522.814000', '163522.816000', '163522.819000', '163522.821000', '163522.824000', '163522.826000', '163522.829000', '163522.832000', '163522.834000', '163522.837000', '163522.839000', '163522.842000', '163522.845000', '163522.847000', '163522.850000', '163522.852000', '163522.855000', '163522.857000', '163522.860000', '163522.862000', '163522.865000', '163522.868000', '163522.870000', '163522.873000', '163522.875000', '163522.878000', '163522.880000', '163522.891000', '163522.893000', '163522.896000', '163522.899000', '163522.901000', '163522.904000', '163542.698000', '163542.701000', '163542.704000', '163542.706000', '163542.709000', '163542.712000', '163542.714000', '163542.717000', '163542.719000', '163542.722000', '163542.724000', '163542.727000', '163542.729000', '163542.732000', '163542.735000', '163542.737000', '163542.740000', '163542.742000', '163542.745000', '163542.747000', '163542.750000', '163542.752000', '163542.755000', '163542.757000', '163542.760000', '163542.763000', '163542.765000', '163542.768000', '163542.770000', '163542.773000', '163542.780000', '163542.783000', '163542.785000', '163542.788000', '163542.790000', '163542.793000', '163542.796000', '163542.798000', '163542.801000', '163542.803000', '163542.806000', '163542.809000', '163542.813000', '163602.698000', '163602.701000', '163602.704000', '163602.706000', '163602.709000', '163602.711000', '163602.714000', '163602.717000', '163602.719000', '163602.722000', '163602.724000', '163602.727000', '163602.731000', '163602.734000', '163602.737000', '163602.739000', '163602.742000', '163602.744000', '163602.747000', '163602.749000', '163602.752000', '163602.754000', '163602.757000', '163602.759000', '163602.762000', '163602.765000', '163602.767000', '163602.770000', '163602.772000', '163602.775000', '163602.777000', '163602.780000', '163602.783000', '163602.785000', '163602.788000', '163602.790000', '163602.793000', '163602.796000', '163602.798000', '163602.801000', '163602.803000', '163602.806000', '163602.809000', '163622.698000', '163622.701000', '163622.704000', '163622.706000', '163622.709000', '163622.712000', '163622.714000', '163622.717000', '163622.720000', '163622.722000', '163622.725000', '163622.733000', '163622.736000', '163622.739000', '163622.741000', '163622.744000', '163622.746000', '163622.749000', '163622.751000', '163622.754000', '163622.757000', '163622.759000', '163622.762000', '163622.764000', '163622.767000', '163622.769000', '163622.772000', '163622.775000', '163622.777000', '163622.780000', '163622.782000', '163622.785000', '163622.787000', '163622.790000', '163622.792000', '163622.795000', '163622.798000', '163622.800000', '163622.803000', '163622.805000', '163622.808000', '163622.825000', '163622.828000', '163622.831000', '163642.699000', '163642.702000', '163642.705000', '163642.707000', '163642.710000', '163642.713000', '163642.715000', '163642.718000', '163642.720000', '163642.723000', '163642.725000', '163642.728000', '163642.732000', '163642.734000', '163642.737000', '163642.739000', '163642.742000', '163642.745000', '163642.748000', '163642.750000', '163642.753000', '163642.755000', '163642.758000', '163642.761000', '163642.763000', '163642.766000', '163642.768000', '163642.771000', '163642.773000', '163642.776000', '163642.779000', '163642.781000', '163642.784000', '163642.786000', '163642.789000', '163642.791000', '163642.794000', '163642.797000', '163642.799000', '163642.802000', '163642.804000', '163642.807000', '163642.810000', '163702.699000', '163702.702000', '163702.705000', '163702.707000', '163702.710000', '163702.713000', '163702.715000', '163702.718000', '163702.720000', '163702.723000', '163702.726000', '163702.728000', '163702.731000', '163702.733000', '163702.736000', '163702.739000', '163702.741000', '163702.744000', '163702.746000', '163702.749000', '163702.752000', '163702.754000', '163702.757000', '163702.759000', '163702.769000', '163702.772000', '163702.774000', '163702.777000', '163702.779000', '163702.782000', '163702.784000', '163702.787000', '163702.790000', '163702.792000', '163702.795000', '163702.797000', '163702.800000', '163702.803000', '163702.805000', '163702.808000', '163702.810000', '163702.813000', '163702.815000', '163702.818000', '163722.698000', '163722.701000', '163722.704000', '163722.706000', '163722.709000', '163722.712000', '163722.714000', '163722.717000', '163722.719000', '163722.722000', '163722.724000', '163722.727000', '163722.730000', '163722.732000', '163722.735000', '163722.738000', '163722.740000', '163722.743000', '163722.746000', '163722.748000', '163722.751000', '163722.753000', '163722.756000', '163722.759000', '163722.761000', '163722.764000', '163722.767000', '163722.769000', '163722.772000', '163722.774000', '163722.777000', '163722.780000', '163722.782000', '163722.785000', '163722.787000', '163722.790000', '163722.792000', '163722.795000', '163722.798000', '163722.800000', '163722.803000', '163722.805000', '163722.808000', '163722.811000', '163742.698000', '163742.701000', '163742.704000', '163742.706000', '163742.709000', '163742.711000', '163742.714000', '163742.717000', '163742.719000', '163742.722000', '163742.724000', '163742.727000', '163742.730000', '163742.732000', '163742.735000', '163742.737000', '163742.740000', '163742.742000', '163742.745000', '163742.748000', '163742.750000', '163742.753000', '163742.755000', '163742.758000', '163742.760000', '163742.763000', '163742.766000', '163742.768000', '163742.771000', '163742.782000', '163742.785000', '163742.787000', '163742.790000', '163742.793000', '163742.795000', '163742.798000', '163742.800000', '163742.803000', '163742.806000', '163742.808000', '163742.811000', '163742.813000', '163742.816000', '163802.699000', '163802.701000', '163802.704000', '163802.707000', '163802.709000', '163802.712000', '163802.714000', '163802.717000', '163802.720000', '163802.722000', '163802.725000', '163802.727000', '163802.730000', '163802.732000', '163802.735000', '163802.738000', '163802.740000', '163802.743000', '163802.746000', '163802.748000', '163802.751000', '163802.753000', '163802.771000', '163802.774000', '163802.776000', '163802.779000', '163802.782000', '163802.784000', '163802.787000', '163802.796000', '163802.798000', '163802.801000', '163802.803000', '163802.806000', '163802.808000', '163802.811000', '163802.814000', '163802.816000', '163802.819000', '163802.821000', '163802.824000', '163802.827000', '163802.829000', '163802.832000', '163822.699000', '163822.701000', '163822.704000', '163822.707000', '163822.709000', '163822.712000', '163822.714000', '163822.717000', '163822.720000', '163822.722000', '163822.725000', '163822.727000', '163822.730000', '163822.733000', '163822.735000', '163822.738000', '163822.740000', '163822.743000', '163822.745000', '163822.748000', '163822.751000', '163822.753000', '163822.756000', '163822.758000', '163822.761000', '163822.763000', '163822.766000', '163822.769000', '163822.771000', '163822.774000', '163822.776000', '163822.779000', '163822.781000', '163822.784000', '163822.787000', '163822.789000', '163822.792000', '163822.794000', '163822.797000', '163822.800000', '163822.802000', '163822.805000', '163822.807000', '163842.698000', '163842.701000', '163842.704000', '163842.706000', '163842.709000', '163842.712000', '163842.714000', '163842.717000', '163842.720000', '163842.722000', '163842.725000', '163842.727000', '163842.730000', '163842.732000', '163842.735000', '163842.738000', '163842.740000', '163842.743000', '163842.745000', '163842.748000', '163842.751000', '163842.753000', '163842.756000', '163842.758000', '163842.761000', '163842.763000', '163842.766000', '163842.769000', '163842.771000', '163842.774000', '163842.777000', '163842.779000', '163842.782000', '163842.784000', '163842.787000', '163842.790000', '163842.792000', '163842.795000', '163842.798000', '163842.800000', '163842.803000', '163842.806000', '163842.808000', '163842.811000', '163902.699000', '163902.702000', '163902.705000', '163902.708000', '163902.711000', '163902.714000', '163902.717000', '163902.719000', '163902.722000', '163902.724000', '163902.727000', '163902.729000', '163902.732000', '163902.735000', '163902.737000', '163902.740000', '163902.743000', '163902.745000', '163902.748000', '163902.751000', '163902.753000', '163902.756000', '163902.758000', '163902.761000', '163902.765000', '163902.767000', '163902.770000', '163902.773000', '163902.775000', '163902.778000', '163902.780000', '163902.783000', '163902.786000', '163902.788000', '163902.791000', '163902.793000', '163902.796000', '163902.799000', '163902.801000', '163902.804000', '163902.807000', '163902.809000', '163902.812000', '163922.700000', '163922.703000', '163922.705000', '163922.708000', '163922.710000', '163922.713000', '163922.716000', '163922.718000', '163922.721000', '163922.723000', '163922.726000', '163922.729000', '163922.731000', '163922.734000', '163922.736000', '163922.739000', '163922.742000', '163922.745000', '163922.748000', '163922.750000', '163922.753000', '163922.755000', '163922.758000', '163922.761000', '163922.763000', '163922.766000', '163922.768000', '163922.771000', '163922.774000', '163922.776000', '163922.779000', '163922.781000', '163922.784000', '163922.787000', '163922.789000', '163922.792000', '163922.794000', '163922.797000', '163922.800000', '163922.802000', '163922.805000', '163922.807000', '163922.810000', '163922.813000', '163942.699000', '163942.702000', '163942.704000', '163942.733000', '163942.736000', '163942.738000', '163942.741000', '163942.743000', '163942.746000', '163942.749000', '163942.752000', '163942.754000', '163942.757000', '163942.760000', '163942.762000', '163942.765000', '163942.767000', '163942.770000', '163942.773000', '163942.775000', '163942.778000', '163942.780000', '163942.783000', '163942.786000', '163942.788000', '163942.791000', '163942.794000', '163942.796000', '163942.799000', '163942.801000', '163942.804000', '163942.807000', '163942.810000', '163942.812000', '163942.815000', '163942.818000', '163942.820000', '163942.823000', '163942.826000', '163942.828000', '163942.831000', '163942.833000', '163942.836000', '164002.698000', '164002.701000', '164002.704000', '164002.706000', '164002.709000', '164002.711000', '164002.714000', '164002.717000', '164002.719000', '164002.722000', '164002.724000', '164002.727000', '164002.729000', '164002.732000', '164002.735000', '164002.737000', '164002.740000', '164002.743000', '164002.745000', '164002.748000', '164002.750000', '164002.753000', '164002.756000', '164002.758000', '164002.761000', '164002.763000', '164002.766000', '164002.768000', '164002.771000', '164002.774000', '164002.776000', '164002.779000', '164002.781000', '164002.784000', '164002.787000', '164002.789000', '164002.792000', '164002.794000', '164002.797000', '164002.800000', '164002.802000', '164002.805000', '164002.807000', '164002.810000', '164022.698000', '164022.701000', '164022.704000', '164022.707000', '164022.709000', '164022.712000', '164022.715000', '164022.717000', '164022.720000', '164022.722000', '164022.725000', '164022.727000', '164022.730000', '164022.733000', '164022.735000', '164022.738000', '164022.740000', '164022.743000', '164022.746000', '164022.748000', '164022.751000', '164022.753000', '164022.756000', '164022.758000', '164022.761000', '164022.763000', '164022.766000', '164022.769000', '164022.771000', '164022.774000', '164022.776000', '164022.779000', '164022.782000', '164022.784000', '164022.787000', '164022.789000', '164022.792000', '164022.794000', '164022.797000', '164022.800000', '164022.802000', '164022.805000', '164022.807000', '164042.698000', '164042.701000', '164042.704000', '164042.707000', '164042.709000', '164042.712000', '164042.715000', '164042.718000', '164042.721000', '164042.723000', '164042.726000', '164042.729000', '164042.732000', '164042.734000', '164042.737000', '164042.740000', '164042.742000', '164042.745000', '164042.747000', '164042.750000', '164042.752000', '164042.755000', '164042.758000', '164042.760000', '164042.763000', '164042.765000', '164042.768000', '164042.772000', '164042.775000', '164042.777000', '164042.780000', '164042.783000', '164042.785000', '164042.788000', '164042.791000', '164042.793000', '164042.796000', '164042.798000', '164042.801000', '164042.804000', '164042.806000', '164042.809000', '164042.812000', '164102.699000', '164102.702000', '164102.704000', '164102.707000', '164102.710000', '164102.712000', '164102.715000', '164102.717000', '164102.720000', '164102.722000', '164102.725000', '164102.728000', '164102.730000', '164102.733000', '164102.735000', '164102.745000', '164102.748000', '164102.751000', '164102.753000', '164102.756000', '164102.758000', '164102.761000', '164102.763000', '164102.766000', '164102.768000', '164102.771000', '164102.774000', '164102.776000', '164102.779000', '164102.781000', '164102.784000', '164102.787000', '164102.789000', '164102.792000', '164102.794000', '164102.797000', '164102.799000', '164102.802000', '164102.804000', '164102.807000', '164102.810000', '164102.812000', '164102.815000', '164102.817000', '164122.700000', '164122.702000', '164122.705000', '164122.708000', '164122.710000', '164122.713000', '164122.716000', '164122.718000', '164122.721000', '164122.723000', '164122.726000', '164122.728000', '164122.731000', '164122.734000', '164122.736000', '164122.739000', '164122.741000', '164122.744000', '164122.747000', '164122.749000', '164122.752000', '164122.754000', '164122.757000', '164122.759000', '164122.762000', '164122.764000', '164122.767000', '164122.770000', '164122.772000', '164122.775000', '164122.778000', '164122.780000', '164122.783000', '164122.785000', '164122.788000', '164122.791000', '164122.793000', '164122.796000', '164122.799000', '164122.801000', '164122.804000', '164122.806000', '164122.809000', '164137.877000', '164137.880000', '164137.882000', '164137.885000', '164137.887000', '164137.890000', '164137.893000', '164137.895000', '164137.898000', '164137.900000', '164137.903000', '164137.905000', '164137.908000', '164137.911000', '164137.914000', '164137.916000', '164137.919000', '164137.921000', '164137.924000', '164137.926000', '164137.929000', '164137.932000', '164137.934000', '164137.937000', '164137.939000', '164137.942000', '164137.945000', '164137.947000', '164137.950000', '164137.952000', '164137.955000', '164137.958000', '164137.960000', '164137.963000'], 'InstanceCreationTime': ['163522.749000', '163522.752000', '163522.755000', '163522.758000', '163522.761000', '163522.763000', '163522.766000', '163522.768000', '163522.771000', '163522.773000', '163522.776000', '163522.778000', '163522.781000', '163522.784000', '163522.786000', '163522.789000', '163522.791000', '163522.794000', '163522.797000', '163522.799000', '163522.802000', '163522.804000', '163522.811000', '163522.814000', '163522.816000', '163522.819000', '163522.821000', '163522.824000', '163522.826000', '163522.829000', '163522.832000', '163522.834000', '163522.837000', '163522.839000', '163522.842000', '163522.845000', '163522.847000', '163522.850000', '163522.852000', '163522.855000', '163522.857000', '163522.860000', '163522.862000', '163522.865000', '163522.868000', '163522.870000', '163522.873000', '163522.875000', '163522.878000', '163522.880000', '163522.891000', '163522.893000', '163522.896000', '163522.899000', '163522.901000', '163522.904000', '163542.698000', '163542.701000', '163542.704000', '163542.706000', '163542.709000', '163542.712000', '163542.714000', '163542.717000', '163542.719000', '163542.722000', '163542.724000', '163542.727000', '163542.729000', '163542.732000', '163542.735000', '163542.737000', '163542.740000', '163542.742000', '163542.745000', '163542.747000', '163542.750000', '163542.752000', '163542.755000', '163542.757000', '163542.760000', '163542.763000', '163542.765000', '163542.768000', '163542.770000', '163542.773000', '163542.780000', '163542.783000', '163542.785000', '163542.788000', '163542.790000', '163542.793000', '163542.796000', '163542.798000', '163542.801000', '163542.803000', '163542.806000', '163542.809000', '163542.813000', '163602.698000', '163602.701000', '163602.704000', '163602.706000', '163602.709000', '163602.711000', '163602.714000', '163602.717000', '163602.719000', '163602.722000', '163602.724000', '163602.727000', '163602.731000', '163602.734000', '163602.737000', '163602.739000', '163602.742000', '163602.744000', '163602.747000', '163602.749000', '163602.752000', '163602.754000', '163602.757000', '163602.759000', '163602.762000', '163602.765000', '163602.767000', '163602.770000', '163602.772000', '163602.775000', '163602.777000', '163602.780000', '163602.783000', '163602.785000', '163602.788000', '163602.790000', '163602.793000', '163602.796000', '163602.798000', '163602.801000', '163602.803000', '163602.806000', '163602.809000', '163622.698000', '163622.701000', '163622.704000', '163622.706000', '163622.709000', '163622.712000', '163622.714000', '163622.717000', '163622.720000', '163622.722000', '163622.725000', '163622.733000', '163622.736000', '163622.739000', '163622.741000', '163622.744000', '163622.746000', '163622.749000', '163622.751000', '163622.754000', '163622.757000', '163622.759000', '163622.762000', '163622.764000', '163622.767000', '163622.769000', '163622.772000', '163622.775000', '163622.777000', '163622.780000', '163622.782000', '163622.785000', '163622.787000', '163622.790000', '163622.792000', '163622.795000', '163622.798000', '163622.800000', '163622.803000', '163622.805000', '163622.808000', '163622.825000', '163622.828000', '163622.831000', '163642.699000', '163642.702000', '163642.705000', '163642.707000', '163642.710000', '163642.713000', '163642.715000', '163642.718000', '163642.720000', '163642.723000', '163642.725000', '163642.728000', '163642.732000', '163642.734000', '163642.737000', '163642.739000', '163642.742000', '163642.745000', '163642.748000', '163642.750000', '163642.753000', '163642.755000', '163642.758000', '163642.761000', '163642.763000', '163642.766000', '163642.768000', '163642.771000', '163642.773000', '163642.776000', '163642.779000', '163642.781000', '163642.784000', '163642.786000', '163642.789000', '163642.791000', '163642.794000', '163642.797000', '163642.799000', '163642.802000', '163642.804000', '163642.807000', '163642.810000', '163702.699000', '163702.702000', '163702.705000', '163702.707000', '163702.710000', '163702.713000', '163702.715000', '163702.718000', '163702.720000', '163702.723000', '163702.726000', '163702.728000', '163702.731000', '163702.733000', '163702.736000', '163702.739000', '163702.741000', '163702.744000', '163702.746000', '163702.749000', '163702.752000', '163702.754000', '163702.757000', '163702.759000', '163702.769000', '163702.772000', '163702.774000', '163702.777000', '163702.779000', '163702.782000', '163702.784000', '163702.787000', '163702.790000', '163702.792000', '163702.795000', '163702.797000', '163702.800000', '163702.803000', '163702.805000', '163702.808000', '163702.810000', '163702.813000', '163702.815000', '163702.818000', '163722.698000', '163722.701000', '163722.704000', '163722.706000', '163722.709000', '163722.712000', '163722.714000', '163722.717000', '163722.719000', '163722.722000', '163722.724000', '163722.727000', '163722.730000', '163722.732000', '163722.735000', '163722.738000', '163722.740000', '163722.743000', '163722.746000', '163722.748000', '163722.751000', '163722.753000', '163722.756000', '163722.759000', '163722.761000', '163722.764000', '163722.767000', '163722.769000', '163722.772000', '163722.774000', '163722.777000', '163722.780000', '163722.782000', '163722.785000', '163722.787000', '163722.790000', '163722.792000', '163722.795000', '163722.798000', '163722.800000', '163722.803000', '163722.805000', '163722.808000', '163722.811000', '163742.698000', '163742.701000', '163742.704000', '163742.706000', '163742.709000', '163742.711000', '163742.714000', '163742.717000', '163742.719000', '163742.722000', '163742.724000', '163742.727000', '163742.730000', '163742.732000', '163742.735000', '163742.737000', '163742.740000', '163742.742000', '163742.745000', '163742.748000', '163742.750000', '163742.753000', '163742.755000', '163742.758000', '163742.760000', '163742.763000', '163742.766000', '163742.768000', '163742.771000', '163742.782000', '163742.785000', '163742.787000', '163742.790000', '163742.793000', '163742.795000', '163742.798000', '163742.800000', '163742.803000', '163742.806000', '163742.808000', '163742.811000', '163742.813000', '163742.816000', '163802.699000', '163802.701000', '163802.704000', '163802.707000', '163802.709000', '163802.712000', '163802.714000', '163802.717000', '163802.720000', '163802.722000', '163802.725000', '163802.727000', '163802.730000', '163802.732000', '163802.735000', '163802.738000', '163802.740000', '163802.743000', '163802.746000', '163802.748000', '163802.751000', '163802.753000', '163802.771000', '163802.774000', '163802.776000', '163802.779000', '163802.782000', '163802.784000', '163802.787000', '163802.796000', '163802.798000', '163802.801000', '163802.803000', '163802.806000', '163802.808000', '163802.811000', '163802.814000', '163802.816000', '163802.819000', '163802.821000', '163802.824000', '163802.827000', '163802.829000', '163802.832000', '163822.699000', '163822.701000', '163822.704000', '163822.707000', '163822.709000', '163822.712000', '163822.714000', '163822.717000', '163822.720000', '163822.722000', '163822.725000', '163822.727000', '163822.730000', '163822.733000', '163822.735000', '163822.738000', '163822.740000', '163822.743000', '163822.745000', '163822.748000', '163822.751000', '163822.753000', '163822.756000', '163822.758000', '163822.761000', '163822.763000', '163822.766000', '163822.769000', '163822.771000', '163822.774000', '163822.776000', '163822.779000', '163822.781000', '163822.784000', '163822.787000', '163822.789000', '163822.792000', '163822.794000', '163822.797000', '163822.800000', '163822.802000', '163822.805000', '163822.807000', '163842.698000', '163842.701000', '163842.704000', '163842.706000', '163842.709000', '163842.712000', '163842.714000', '163842.717000', '163842.720000', '163842.722000', '163842.725000', '163842.727000', '163842.730000', '163842.732000', '163842.735000', '163842.738000', '163842.740000', '163842.743000', '163842.745000', '163842.748000', '163842.751000', '163842.753000', '163842.756000', '163842.758000', '163842.761000', '163842.763000', '163842.766000', '163842.769000', '163842.771000', '163842.774000', '163842.777000', '163842.779000', '163842.782000', '163842.784000', '163842.787000', '163842.790000', '163842.792000', '163842.795000', '163842.798000', '163842.800000', '163842.803000', '163842.806000', '163842.808000', '163842.811000', '163902.699000', '163902.702000', '163902.705000', '163902.708000', '163902.711000', '163902.714000', '163902.717000', '163902.719000', '163902.722000', '163902.724000', '163902.727000', '163902.729000', '163902.732000', '163902.735000', '163902.737000', '163902.740000', '163902.743000', '163902.745000', '163902.748000', '163902.751000', '163902.753000', '163902.756000', '163902.758000', '163902.761000', '163902.765000', '163902.767000', '163902.770000', '163902.773000', '163902.775000', '163902.778000', '163902.780000', '163902.783000', '163902.786000', '163902.788000', '163902.791000', '163902.793000', '163902.796000', '163902.799000', '163902.801000', '163902.804000', '163902.807000', '163902.809000', '163902.812000', '163922.700000', '163922.703000', '163922.705000', '163922.708000', '163922.710000', '163922.713000', '163922.716000', '163922.718000', '163922.721000', '163922.723000', '163922.726000', '163922.729000', '163922.731000', '163922.734000', '163922.736000', '163922.739000', '163922.742000', '163922.745000', '163922.748000', '163922.750000', '163922.753000', '163922.755000', '163922.758000', '163922.761000', '163922.763000', '163922.766000', '163922.768000', '163922.771000', '163922.774000', '163922.776000', '163922.779000', '163922.781000', '163922.784000', '163922.787000', '163922.789000', '163922.792000', '163922.794000', '163922.797000', '163922.800000', '163922.802000', '163922.805000', '163922.807000', '163922.810000', '163922.813000', '163942.699000', '163942.702000', '163942.704000', '163942.733000', '163942.736000', '163942.738000', '163942.741000', '163942.743000', '163942.746000', '163942.749000', '163942.752000', '163942.754000', '163942.757000', '163942.760000', '163942.762000', '163942.765000', '163942.767000', '163942.770000', '163942.773000', '163942.775000', '163942.778000', '163942.780000', '163942.783000', '163942.786000', '163942.788000', '163942.791000', '163942.794000', '163942.796000', '163942.799000', '163942.801000', '163942.804000', '163942.807000', '163942.810000', '163942.812000', '163942.815000', '163942.818000', '163942.820000', '163942.823000', '163942.826000', '163942.828000', '163942.831000', '163942.833000', '163942.836000', '164002.698000', '164002.701000', '164002.704000', '164002.706000', '164002.709000', '164002.711000', '164002.714000', '164002.717000', '164002.719000', '164002.722000', '164002.724000', '164002.727000', '164002.729000', '164002.732000', '164002.735000', '164002.737000', '164002.740000', '164002.743000', '164002.745000', '164002.748000', '164002.750000', '164002.753000', '164002.756000', '164002.758000', '164002.761000', '164002.763000', '164002.766000', '164002.768000', '164002.771000', '164002.774000', '164002.776000', '164002.779000', '164002.781000', '164002.784000', '164002.787000', '164002.789000', '164002.792000', '164002.794000', '164002.797000', '164002.800000', '164002.802000', '164002.805000', '164002.807000', '164002.810000', '164022.698000', '164022.701000', '164022.704000', '164022.707000', '164022.709000', '164022.712000', '164022.715000', '164022.717000', '164022.720000', '164022.722000', '164022.725000', '164022.727000', '164022.730000', '164022.733000', '164022.735000', '164022.738000', '164022.740000', '164022.743000', '164022.746000', '164022.748000', '164022.751000', '164022.753000', '164022.756000', '164022.758000', '164022.761000', '164022.763000', '164022.766000', '164022.769000', '164022.771000', '164022.774000', '164022.776000', '164022.779000', '164022.782000', '164022.784000', '164022.787000', '164022.789000', '164022.792000', '164022.794000', '164022.797000', '164022.800000', '164022.802000', '164022.805000', '164022.807000', '164042.698000', '164042.701000', '164042.704000', '164042.707000', '164042.709000', '164042.712000', '164042.715000', '164042.718000', '164042.721000', '164042.723000', '164042.726000', '164042.729000', '164042.732000', '164042.734000', '164042.737000', '164042.740000', '164042.742000', '164042.745000', '164042.747000', '164042.750000', '164042.752000', '164042.755000', '164042.758000', '164042.760000', '164042.763000', '164042.765000', '164042.768000', '164042.772000', '164042.775000', '164042.777000', '164042.780000', '164042.783000', '164042.785000', '164042.788000', '164042.791000', '164042.793000', '164042.796000', '164042.798000', '164042.801000', '164042.804000', '164042.806000', '164042.809000', '164042.812000', '164102.699000', '164102.702000', '164102.704000', '164102.707000', '164102.710000', '164102.712000', '164102.715000', '164102.717000', '164102.720000', '164102.722000', '164102.725000', '164102.728000', '164102.730000', '164102.733000', '164102.735000', '164102.745000', '164102.748000', '164102.751000', '164102.753000', '164102.756000', '164102.758000', '164102.761000', '164102.763000', '164102.766000', '164102.768000', '164102.771000', '164102.774000', '164102.776000', '164102.779000', '164102.781000', '164102.784000', '164102.787000', '164102.789000', '164102.792000', '164102.794000', '164102.797000', '164102.799000', '164102.802000', '164102.804000', '164102.807000', '164102.810000', '164102.812000', '164102.815000', '164102.817000', '164122.700000', '164122.702000', '164122.705000', '164122.708000', '164122.710000', '164122.713000', '164122.716000', '164122.718000', '164122.721000', '164122.723000', '164122.726000', '164122.728000', '164122.731000', '164122.734000', '164122.736000', '164122.739000', '164122.741000', '164122.744000', '164122.747000', '164122.749000', '164122.752000', '164122.754000', '164122.757000', '164122.759000', '164122.762000', '164122.764000', '164122.767000', '164122.770000', '164122.772000', '164122.775000', '164122.778000', '164122.780000', '164122.783000', '164122.785000', '164122.788000', '164122.791000', '164122.793000', '164122.796000', '164122.799000', '164122.801000', '164122.804000', '164122.806000', '164122.809000', '164137.877000', '164137.880000', '164137.882000', '164137.885000', '164137.887000', '164137.890000', '164137.893000', '164137.895000', '164137.898000', '164137.900000', '164137.903000', '164137.905000', '164137.908000', '164137.911000', '164137.914000', '164137.916000', '164137.919000', '164137.921000', '164137.924000', '164137.926000', '164137.929000', '164137.932000', '164137.934000', '164137.937000', '164137.939000', '164137.942000', '164137.945000', '164137.947000', '164137.950000', '164137.952000', '164137.955000', '164137.958000', '164137.960000', '164137.963000'], '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': [12376, 9482, 14406, 12200, 8974, 14591, 11610, 8850, 12916, 11286, 8723, 12739, 7868, 8406, 11658, 8296, 8858, 12320, 7901, 9997, 9833, 7560, 12799, 10237, 7779, 12894, 9763, 8025, 11468, 11197, 7670, 9463, 11280, 7599, 10237, 10651, 10339, 7958, 14416, 13056, 9850, 12274, 10588, 7550, 13365, 13422, 8750, 13000, 8502, 10080, 10636, 7514, 13477, 13820, 9041, 12604, 7726, 9962, 8398, 7540, 11597, 9111, 7748, 11876, 8594, 8290, 11650, 10020, 8187, 12675, 9439, 8064, 11687, 8738, 14428, 12641, 8951, 13032, 8394, 14526, 12488, 9279, 12584, 8904, 14001, 11406, 7703, 13862, 8174, 8134, 11389, 7408, 10375, 10650, 7872, 13113, 8379, 8966, 10773, 7645, 12220, 10322, 7690, 13149, 8577, 9041, 11048, 7894, 10401, 10174, 7691, 13156, 9078, 9006, 11072, 7670, 11665, 9008, 7961, 12933, 9279, 8140, 12033, 9099, 7916, 12401, 8933, 7970, 11883, 7949, 11499, 11136, 7820, 12282, 10964, 8491, 13851, 12788, 9138, 13135, 8378, 12156, 12711, 9264, 12567, 9800, 9270, 12281, 7879, 11472, 9606, 7760, 12960, 10308, 8163, 12470, 7693, 9896, 9300, 7644, 12986, 8385, 10118, 11196, 8088, 11000, 7866, 7715, 12363, 7923, 8163, 12296, 7720, 7705, 11656, 8071, 7814, 10485, 10819, 9220, 7903, 13409, 9837, 7970, 10773, 9257, 8236, 13662, 12896, 9227, 12720, 8422, 10628, 11699, 9040, 14898, 12194, 9204, 13068, 7602, 11961, 11907, 9217, 13564, 9744, 7684, 12730, 8486, 8233, 12004, 7622, 8032, 9462, 7655, 11296, 11167, 7595, 13540, 11895, 9192, 13852, 9908, 9211, 12421, 7783, 13387, 14097, 9674, 13710, 8195, 10461, 11278, 7530, 13815, 11141, 8530, 12565, 7869, 10580, 9460, 7642, 12086, 8823, 7641, 12716, 8435, 7726, 12210, 8057, 8065, 11448, 7720, 10943, 9820, 7651, 13209, 10534, 7964, 13309, 9212, 10338, 12797, 9475, 14332, 10475, 9151, 11833, 7655, 11788, 10789, 7721, 13458, 9816, 7773, 13044, 8928, 8052, 12137, 8699, 8628, 11948, 7745, 10160, 9269, 7744, 11942, 9605, 7698, 13318, 9799, 7673, 12266, 9520, 8096, 12575, 7710, 8940, 10307, 7602, 11844, 10702, 7477, 13512, 10559, 8557, 12437, 7871, 14376, 12942, 9181, 13285, 8610, 8545, 11890, 7739, 12272, 12053, 9366, 13885, 10342, 7920, 11846, 7805, 12412, 11056, 7770, 12390, 9338, 7558, 12248, 8015, 9287, 9607, 7816, 12538, 10220, 7628, 12392, 8165, 7400, 10174, 8056, 9019, 8832, 8491, 10141, 8177, 7495, 12115, 11200, 7709, 12855, 9549, 7729, 13410, 11662, 8472, 13663, 10105, 8410, 12394, 7998, 11330, 11641, 8129, 13588, 10746, 7596, 14404, 11570, 8197, 13165, 8122, 7546, 11802, 8720, 7720, 12783, 8235, 7521, 10621, 10325, 9278, 10303, 13840, 10450, 10212, 11914, 8645, 14743, 11579, 11002, 12508, 7708, 12099, 8105, 7947, 11486, 7835, 7612, 11244, 8343, 7430, 12404, 10791, 8023, 12901, 9169, 12215, 13609, 9220, 14460, 11143, 10283, 12021, 8079, 14227, 8962, 11115, 11452, 7898, 13453, 8154, 7772, 10912, 8061, 8396, 10978, 7763, 11371, 8298, 7656, 13441, 9970, 7695, 12643, 7955, 8952, 10683, 7760, 12745, 11383, 7826, 12305, 9075, 7663, 13628, 11875, 8486, 12649, 7933, 11747, 11247, 9105, 14371, 12763, 9581, 12781, 8788, 10308, 11443, 7987, 11510, 9995, 7779, 11479, 7839, 7771, 12315, 8521, 7636, 11923, 8292, 7810, 13042, 10851, 7899, 13533, 11144, 8588, 13333, 11571, 9495, 13160, 8074, 10961, 10621, 8533, 13715, 11880, 8993, 12544, 8032, 7790, 9929, 7876, 7566, 11405, 7844, 10250, 9872, 7663, 14234, 13161, 9412, 13594, 9437, 11193, 11205, 9460, 13388, 9586, 9642, 12135, 8183, 10714, 10762, 7652, 9031, 7951, 7700, 10994, 8125, 7557, 10975, 8033, 7808, 12756, 11154, 7705, 12878, 8619, 10536, 11323, 8090, 14080, 12097, 9208, 12725, 8277, 11537, 11599, 8240, 10931, 8422, 7873, 10892, 9004, 7904, 7983, 9272, 8059, 10538, 11272, 8152, 11947, 10515, 8357, 14369, 12478, 9238, 13733, 8137, 9259, 11432, 8389, 12317, 11502, 7951, 10982, 8998, 7882, 12421, 10506, 7981, 9919, 9517, 7889, 8240, 11386, 8145, 7757, 10756, 11271, 9384, 10586, 11418, 8166, 13053, 11337, 9260, 14461, 10442, 7932, 12355, 8414, 7816, 13125, 8062, 7829, 10686, 8057, 9455, 10903, 7831, 9626, 10285, 7984, 11951, 12163, 9681, 12089, 8072, 14137, 8489, 12367, 12252, 9106, 12457, 8164, 9474, 9972, 7780, 11425, 8899, 7567, 11922, 7910, 8414, 10719, 8270, 11614, 9022, 7850, 14534, 9786, 7804, 12581, 8028, 9991, 10903, 8124, 14014, 12238, 9360, 13097, 9273, 9463, 12033, 8532, 12755, 11171, 7902, 14093, 9284, 9442, 12499, 8699, 10026, 10258, 8319, 11925, 8511, 7784, 11403, 8778, 7971, 11042, 8023, 7559, 13283, 11352, 8065, 13044, 8951, 9226, 11567, 8538, 12711, 11743, 7956, 11958, 9893, 7630, 14341, 11700, 8577, 12988, 8620, 7679, 11408, 8276, 10939, 11544, 8014, 11414, 8965, 7668, 13096, 10036, 7878, 13209, 8674, 8620, 10637, 8141, 11615, 10761, 7917, 11615, 8120, 8049, 11971, 8262, 7847, 11810, 8207, 7603, 11111, 7971, 7441, 14228, 12136, 8860, 12990, 8724, 11746, 12452, 8851, 14138, 13396, 8975, 10204, 16019, 12359, 8950, 12764, 7898, 10956, 11423, 8374, 9926, 9245, 8061, 8490, 9088, 7851, 8292, 10476, 7915, 10307, 9446, 7602, 12571, 11585, 8676, 13520, 9913, 7666, 13362, 8343, 10451, 11834, 7875, 11839, 8551, 7936, 13323, 9434, 7677, 13028, 8056, 7770, 10805, 7767, 11163, 10814, 7886, 12150, 7930, 7494, 12595, 8326, 7622, 11248, 8034, 12155, 9331, 7943, 13465, 10082, 7552, 12308, 8061, 7458, 10988, 7850, 12927, 11512, 7769, 13252, 9801, 7827, 13080, 8683, 11392, 12004, 7783, 12016, 8401, 7586, 13366, 10726, 8945, 12809, 8299, 7629, 10711, 8128, 11564, 11424, 8108, 11888, 8256, 8084, 12045, 10149, 8367, 10126, 8377, 7853, 11359, 10204, 8107, 11883, 9968, 7937, 13867, 10389, 8667, 14455, 11455, 7983, 13842, 8805, 7849, 11797, 8647, 11641, 10193, 8760, 13623, 8090, 8152, 11545, 8497, 7597, 9209, 8689, 7530, 8844, 8527, 7702, 8986, 8573, 8373, 8153, 8028, 12819, 9591, 7909, 13209], 'WindowCenter': [4702.0, 4657.0, 4690.0, 4662.0, 4621.0, 4668.0, 4637.0, 4605.0, 4645.0, 4636.0, 4595.0, 4644.0, 4585.0, 4594.0, 4634.0, 4596.0, 4605.0, 4645.0, 4587.0, 4613.0, 4614.0, 4586.0, 4645.0, 4627.0, 4587.0, 4644.0, 4616.0, 4587.0, 4635.0, 4635.0, 4586.0, 4615.0, 4635.0, 4576.0, 4615.0, 4625.0, 4625.0, 4586.0, 4655.0, 4646.0, 4615.0, 4632.0, 4612.0, 4561.0, 4630.0, 4631.0, 4582.0, 4631.0, 4582.0, 4612.0, 4612.0, 4563.0, 4630.0, 4642.0, 4591.0, 4630.0, 4564.0, 4601.0, 4582.0, 4573.0, 4621.0, 4593.0, 4574.0, 4634.0, 4594.0, 4595.0, 4645.0, 4628.0, 4608.0, 4671.0, 4630.0, 4598.0, 4647.0, 4607.0, 4655.0, 4645.0, 4596.0, 4645.0, 4586.0, 4643.0, 4633.0, 4592.0, 4620.0, 4582.0, 4628.0, 4620.0, 4562.0, 4642.0, 4585.0, 4569.0, 4622.0, 4563.0, 4613.0, 4614.0, 4584.0, 4642.0, 4583.0, 4592.0, 4623.0, 4574.0, 4632.0, 4613.0, 4576.0, 4642.0, 4594.0, 4594.0, 4624.0, 4584.0, 4623.0, 4615.0, 4576.0, 4644.0, 4604.0, 4594.0, 4626.0, 4574.0, 4633.0, 4595.0, 4586.0, 4644.0, 4604.0, 4584.0, 4635.0, 4606.0, 4586.0, 4646.0, 4606.0, 4586.0, 4646.0, 4587.0, 4634.0, 4649.0, 4589.0, 4648.0, 4625.0, 4595.0, 4655.0, 4646.0, 4606.0, 4655.0, 4594.0, 4633.0, 4643.0, 4604.0, 4645.0, 4614.0, 4603.0, 4634.0, 4584.0, 4632.0, 4602.0, 4575.0, 4642.0, 4614.0, 4584.0, 4643.0, 4576.0, 4614.0, 4604.0, 4574.0, 4643.0, 4584.0, 4614.0, 4625.0, 4586.0, 4624.0, 4584.0, 4576.0, 4643.0, 4587.0, 4609.0, 4656.0, 4599.0, 4600.0, 4661.0, 4610.0, 4600.0, 4650.0, 4652.0, 4630.0, 4612.0, 4680.0, 4640.0, 4601.0, 4638.0, 4619.0, 4610.0, 4659.0, 4658.0, 4616.0, 4647.0, 4598.0, 4625.0, 4636.0, 4605.0, 4653.0, 4633.0, 4595.0, 4633.0, 4563.0, 4623.0, 4624.0, 4593.0, 4632.0, 4591.0, 4562.0, 4633.0, 4585.0, 4583.0, 4634.0, 4575.0, 4584.0, 4614.0, 4587.0, 4637.0, 4637.0, 4590.0, 4644.0, 4637.0, 4605.0, 4656.0, 4615.0, 4605.0, 4635.0, 4576.0, 4645.0, 4645.0, 4604.0, 4643.0, 4573.0, 4611.0, 4612.0, 4564.0, 4630.0, 4612.0, 4581.0, 4630.0, 4574.0, 4614.0, 4603.0, 4575.0, 4633.0, 4593.0, 4574.0, 4643.0, 4587.0, 4575.0, 4645.0, 4586.0, 4586.0, 4636.0, 4575.0, 4623.0, 4615.0, 4588.0, 4656.0, 4627.0, 4587.0, 4646.0, 4605.0, 4615.0, 4634.0, 4604.0, 4641.0, 4613.0, 4593.0, 4622.0, 4562.0, 4619.0, 4611.0, 4563.0, 4632.0, 4602.0, 4563.0, 4632.0, 4592.0, 4572.0, 4632.0, 4586.0, 4583.0, 4632.0, 4573.0, 4612.0, 4605.0, 4576.0, 4634.0, 4604.0, 4574.0, 4643.0, 4614.0, 4575.0, 4635.0, 4616.0, 4584.0, 4645.0, 4575.0, 4604.0, 4615.0, 4576.0, 4634.0, 4624.0, 4566.0, 4643.0, 4625.0, 4595.0, 4634.0, 4575.0, 4642.0, 4633.0, 4593.0, 4631.0, 4582.0, 4591.0, 4620.0, 4563.0, 4632.0, 4644.0, 4604.0, 4654.0, 4638.0, 4585.0, 4646.0, 4576.0, 4631.0, 4621.0, 4563.0, 4631.0, 4594.0, 4564.0, 4632.0, 4575.0, 4603.0, 4604.0, 4574.0, 4632.0, 4613.0, 4573.0, 4632.0, 4584.0, 4563.0, 4614.0, 4585.0, 4593.0, 4595.0, 4596.0, 4624.0, 4595.0, 4578.0, 4645.0, 4638.0, 4588.0, 4655.0, 4628.0, 4589.0, 4655.0, 4647.0, 4598.0, 4657.0, 4628.0, 4596.0, 4657.0, 4589.0, 4636.0, 4637.0, 4587.0, 4654.0, 4636.0, 4587.0, 4654.0, 4636.0, 4598.0, 4656.0, 4587.0, 4576.0, 4645.0, 4608.0, 4587.0, 4644.0, 4597.0, 4589.0, 4637.0, 4628.0, 4630.0, 4638.0, 4659.0, 4629.0, 4616.0, 4635.0, 4583.0, 4642.0, 4613.0, 4613.0, 4623.0, 4563.0, 4622.0, 4571.0, 4572.0, 4634.0, 4576.0, 4576.0, 4633.0, 4596.0, 4578.0, 4657.0, 4640.0, 4600.0, 4657.0, 4617.0, 4646.0, 4645.0, 4606.0, 4653.0, 4625.0, 4613.0, 4624.0, 4573.0, 4631.0, 4582.0, 4609.0, 4610.0, 4563.0, 4630.0, 4572.0, 4563.0, 4610.0, 4573.0, 4582.0, 4623.0, 4576.0, 4623.0, 4584.0, 4575.0, 4643.0, 4614.0, 4575.0, 4644.0, 4585.0, 4594.0, 4614.0, 4574.0, 4633.0, 4624.0, 4574.0, 4634.0, 4595.0, 4576.0, 4644.0, 4634.0, 4596.0, 4646.0, 4587.0, 4632.0, 4624.0, 4595.0, 4643.0, 4634.0, 4602.0, 4632.0, 4593.0, 4612.0, 4622.0, 4574.0, 4621.0, 4603.0, 4574.0, 4621.0, 4575.0, 4574.0, 4632.0, 4594.0, 4576.0, 4645.0, 4596.0, 4588.0, 4654.0, 4635.0, 4587.0, 4653.0, 4634.0, 4594.0, 4643.0, 4635.0, 4605.0, 4643.0, 4572.0, 4611.0, 4613.0, 4584.0, 4632.0, 4624.0, 4593.0, 4633.0, 4575.0, 4572.0, 4611.0, 4585.0, 4576.0, 4634.0, 4586.0, 4625.0, 4617.0, 4575.0, 4654.0, 4646.0, 4606.0, 4644.0, 4604.0, 4622.0, 4612.0, 4602.0, 4631.0, 4592.0, 4591.0, 4620.0, 4572.0, 4601.0, 4612.0, 4563.0, 4593.0, 4573.0, 4576.0, 4636.0, 4598.0, 4589.0, 4636.0, 4587.0, 4589.0, 4655.0, 4637.0, 4587.0, 4646.0, 4605.0, 4625.0, 4637.0, 4586.0, 4645.0, 4634.0, 4604.0, 4634.0, 4585.0, 4634.0, 4624.0, 4595.0, 4609.0, 4583.0, 4585.0, 4622.0, 4604.0, 4586.0, 4585.0, 4606.0, 4587.0, 4624.0, 4637.0, 4585.0, 4634.0, 4615.0, 4585.0, 4642.0, 4634.0, 4592.0, 4641.0, 4574.0, 4592.0, 4622.0, 4583.0, 4622.0, 4621.0, 4574.0, 4612.0, 4593.0, 4573.0, 4633.0, 4613.0, 4574.0, 4603.0, 4602.0, 4585.0, 4587.0, 4635.0, 4587.0, 4588.0, 4624.0, 4637.0, 4617.0, 4625.0, 4632.0, 4585.0, 4632.0, 4622.0, 4594.0, 4641.0, 4611.0, 4571.0, 4622.0, 4574.0, 4561.0, 4630.0, 4574.0, 4563.0, 4612.0, 4574.0, 4604.0, 4624.0, 4576.0, 4618.0, 4628.0, 4586.0, 4634.0, 4633.0, 4602.0, 4633.0, 4573.0, 4642.0, 4583.0, 4631.0, 4622.0, 4581.0, 4621.0, 4571.0, 4601.0, 4602.0, 4564.0, 4622.0, 4594.0, 4563.0, 4623.0, 4586.0, 4583.0, 4614.0, 4585.0, 4622.0, 4595.0, 4585.0, 4653.0, 4614.0, 4575.0, 4634.0, 4585.0, 4614.0, 4625.0, 4587.0, 4645.0, 4633.0, 4604.0, 4643.0, 4606.0, 4603.0, 4635.0, 4595.0, 4634.0, 4622.0, 4574.0, 4641.0, 4605.0, 4602.0, 4633.0, 4594.0, 4613.0, 4613.0, 4597.0, 4633.0, 4593.0, 4575.0, 4633.0, 4595.0, 4586.0, 4633.0, 4586.0, 4586.0, 4655.0, 4638.0, 4586.0, 4655.0, 4604.0, 4607.0, 4636.0, 4595.0, 4643.0, 4635.0, 4586.0, 4634.0, 4615.0, 4576.0, 4654.0, 4633.0, 4595.0, 4644.0, 4594.0, 4574.0, 4624.0, 4585.0, 4625.0, 4635.0, 4584.0, 4634.0, 4594.0, 4575.0, 4642.0, 4613.0, 4584.0, 4643.0, 4595.0, 4593.0, 4625.0, 4584.0, 4624.0, 4624.0, 4574.0, 4622.0, 4574.0, 4584.0, 4632.0, 4595.0, 4586.0, 4637.0, 4598.0, 4588.0, 4635.0, 4598.0, 4577.0, 4668.0, 4648.0, 4608.0, 4656.0, 4606.0, 4635.0, 4645.0, 4595.0, 4644.0, 4645.0, 4594.0, 4612.0, 4653.0, 4633.0, 4592.0, 4630.0, 4572.0, 4609.0, 4612.0, 4571.0, 4600.0, 4592.0, 4571.0, 4584.0, 4593.0, 4575.0, 4582.0, 4614.0, 4573.0, 4611.0, 4602.0, 4574.0, 4633.0, 4624.0, 4585.0, 4642.0, 4603.0, 4562.0, 4633.0, 4583.0, 4613.0, 4622.0, 4575.0, 4621.0, 4582.0, 4575.0, 4641.0, 4606.0, 4575.0, 4644.0, 4585.0, 4575.0, 4623.0, 4576.0, 4624.0, 4624.0, 4586.0, 4634.0, 4574.0, 4566.0, 4633.0, 4596.0, 4575.0, 4624.0, 4586.0, 4633.0, 4605.0, 4575.0, 4642.0, 4616.0, 4577.0, 4636.0, 4584.0, 4565.0, 4625.0, 4587.0, 4645.0, 4636.0, 4577.0, 4646.0, 4614.0, 4577.0, 4645.0, 4596.0, 4634.0, 4634.0, 4576.0, 4635.0, 4585.0, 4576.0, 4644.0, 4624.0, 4594.0, 4644.0, 4583.0, 4574.0, 4626.0, 4585.0, 4634.0, 4636.0, 4610.0, 4659.0, 4598.0, 4600.0, 4648.0, 4627.0, 4595.0, 4626.0, 4596.0, 4586.0, 4633.0, 4627.0, 4597.0, 4645.0, 4627.0, 4587.0, 4653.0, 4615.0, 4595.0, 4653.0, 4623.0, 4573.0, 4641.0, 4592.0, 4571.0, 4621.0, 4583.0, 4623.0, 4612.0, 4582.0, 4640.0, 4573.0, 4572.0, 4620.0, 4593.0, 4574.0, 4603.0, 4595.0, 4575.0, 4605.0, 4607.0, 4587.0, 4605.0, 4608.0, 4622.0, 4599.0, 4601.0, 4667.0, 4628.0, 4601.0, 4657.0], 'WindowWidth': [10256.0, 10183.0, 10216.0, 10177.0, 10117.0, 10176.0, 10131.0, 10085.0, 10138.0, 10129.0, 10069.0, 10137.0, 10059.0, 10068.0, 10124.0, 10076.0, 10086.0, 10138.0, 10064.0, 10094.0, 10096.0, 10060.0, 10138.0, 10119.0, 10065.0, 10135.0, 10099.0, 10063.0, 10126.0, 10125.0, 10062.0, 10097.0, 10123.0, 10047.0, 10097.0, 10112.0, 10112.0, 10062.0, 10154.0, 10142.0, 10098.0, 10115.0, 10085.0, 10015.0, 10107.0, 10110.0, 10045.0, 10111.0, 10047.0, 10086.0, 10086.0, 10023.0, 10110.0, 10128.0, 10058.0, 10110.0, 10025.0, 10071.0, 10046.0, 10037.0, 10100.0, 10064.0, 10041.0, 10121.0, 10069.0, 10071.0, 10141.0, 10121.0, 10097.0, 10186.0, 10127.0, 10082.0, 10144.0, 10091.0, 10154.0, 10140.0, 10072.0, 10139.0, 10059.0, 10131.0, 10118.0, 10060.0, 10096.0, 10047.0, 10103.0, 10095.0, 10019.0, 10127.0, 10057.0, 10024.0, 10102.0, 10024.0, 10089.0, 10093.0, 10053.0, 10129.0, 10051.0, 10062.0, 10104.0, 10040.0, 10116.0, 10091.0, 10045.0, 10129.0, 10067.0, 10066.0, 10107.0, 10054.0, 10105.0, 10096.0, 10047.0, 10134.0, 10082.0, 10068.0, 10112.0, 10042.0, 10118.0, 10069.0, 10059.0, 10135.0, 10083.0, 10056.0, 10124.0, 10089.0, 10061.0, 10143.0, 10091.0, 10062.0, 10142.0, 10063.0, 10124.0, 10153.0, 10069.0, 10147.0, 10113.0, 10071.0, 10152.0, 10143.0, 10086.0, 10154.0, 10071.0, 10121.0, 10134.0, 10080.0, 10137.0, 10095.0, 10078.0, 10120.0, 10054.0, 10115.0, 10075.0, 10042.0, 10129.0, 10095.0, 10055.0, 10133.0, 10045.0, 10095.0, 10080.0, 10040.0, 10132.0, 10056.0, 10093.0, 10111.0, 10060.0, 10107.0, 10055.0, 10048.0, 10133.0, 10065.0, 10100.0, 10160.0, 10088.0, 10090.0, 10171.0, 10101.0, 10088.0, 10158.0, 10161.0, 10131.0, 10108.0, 10199.0, 10143.0, 10090.0, 10135.0, 10111.0, 10099.0, 10164.0, 10163.0, 10102.0, 10143.0, 10079.0, 10110.0, 10128.0, 10084.0, 10145.0, 10118.0, 10066.0, 10117.0, 10023.0, 10102.0, 10105.0, 10061.0, 10113.0, 10058.0, 10020.0, 10116.0, 10055.0, 10050.0, 10119.0, 10043.0, 10055.0, 10096.0, 10063.0, 10132.0, 10130.0, 10069.0, 10136.0, 10128.0, 10085.0, 10153.0, 10097.0, 10083.0, 10123.0, 10044.0, 10135.0, 10136.0, 10077.0, 10130.0, 10035.0, 10084.0, 10085.0, 10024.0, 10109.0, 10087.0, 10044.0, 10109.0, 10038.0, 10090.0, 10076.0, 10041.0, 10117.0, 10064.0, 10040.0, 10131.0, 10060.0, 10042.0, 10138.0, 10060.0, 10061.0, 10126.0, 10045.0, 10105.0, 10097.0, 10065.0, 10156.0, 10119.0, 10062.0, 10140.0, 10083.0, 10095.0, 10120.0, 10079.0, 10126.0, 10088.0, 10060.0, 10099.0, 10020.0, 10092.0, 10083.0, 10021.0, 10113.0, 10073.0, 10022.0, 10114.0, 10060.0, 10034.0, 10113.0, 10056.0, 10050.0, 10114.0, 10037.0, 10085.0, 10082.0, 10045.0, 10120.0, 10079.0, 10041.0, 10133.0, 10094.0, 10043.0, 10124.0, 10100.0, 10055.0, 10136.0, 10045.0, 10080.0, 10096.0, 10046.0, 10121.0, 10108.0, 10034.0, 10134.0, 10109.0, 10068.0, 10119.0, 10041.0, 10128.0, 10118.0, 10061.0, 10113.0, 10048.0, 10060.0, 10098.0, 10023.0, 10114.0, 10137.0, 10083.0, 10150.0, 10138.0, 10059.0, 10143.0, 10047.0, 10114.0, 10100.0, 10022.0, 10112.0, 10065.0, 10025.0, 10115.0, 10042.0, 10077.0, 10079.0, 10042.0, 10116.0, 10090.0, 10037.0, 10115.0, 10054.0, 10023.0, 10093.0, 10056.0, 10065.0, 10071.0, 10074.0, 10108.0, 10073.0, 10053.0, 10140.0, 10132.0, 10066.0, 10155.0, 10120.0, 10069.0, 10155.0, 10147.0, 10081.0, 10161.0, 10122.0, 10077.0, 10160.0, 10069.0, 10130.0, 10132.0, 10064.0, 10151.0, 10129.0, 10062.0, 10150.0, 10130.0, 10080.0, 10158.0, 10065.0, 10048.0, 10140.0, 10095.0, 10064.0, 10135.0, 10079.0, 10069.0, 10132.0, 10121.0, 10127.0, 10136.0, 10164.0, 10122.0, 10100.0, 10122.0, 10049.0, 10128.0, 10089.0, 10087.0, 10100.0, 10021.0, 10098.0, 10029.0, 10035.0, 10122.0, 10048.0, 10048.0, 10120.0, 10075.0, 10054.0, 10160.0, 10140.0, 10084.0, 10158.0, 10104.0, 10140.0, 10139.0, 10083.0, 10146.0, 10109.0, 10089.0, 10103.0, 10035.0, 10109.0, 10045.0, 10077.0, 10080.0, 10019.0, 10106.0, 10033.0, 10019.0, 10080.0, 10036.0, 10046.0, 10103.0, 10045.0, 10104.0, 10052.0, 10042.0, 10131.0, 10095.0, 10042.0, 10134.0, 10056.0, 10065.0, 10093.0, 10041.0, 10117.0, 10108.0, 10040.0, 10120.0, 10070.0, 10045.0, 10135.0, 10122.0, 10073.0, 10140.0, 10061.0, 10117.0, 10107.0, 10068.0, 10130.0, 10120.0, 10073.0, 10116.0, 10064.0, 10087.0, 10101.0, 10038.0, 10100.0, 10077.0, 10040.0, 10099.0, 10042.0, 10042.0, 10118.0, 10070.0, 10046.0, 10139.0, 10073.0, 10066.0, 10150.0, 10126.0, 10062.0, 10148.0, 10122.0, 10067.0, 10132.0, 10124.0, 10082.0, 10132.0, 10035.0, 10085.0, 10090.0, 10053.0, 10115.0, 10104.0, 10061.0, 10116.0, 10040.0, 10035.0, 10087.0, 10057.0, 10046.0, 10123.0, 10062.0, 10112.0, 10102.0, 10045.0, 10149.0, 10140.0, 10084.0, 10134.0, 10080.0, 10101.0, 10088.0, 10072.0, 10110.0, 10059.0, 10057.0, 10094.0, 10033.0, 10069.0, 10086.0, 10023.0, 10061.0, 10038.0, 10048.0, 10130.0, 10082.0, 10069.0, 10129.0, 10064.0, 10069.0, 10155.0, 10131.0, 10063.0, 10141.0, 10086.0, 10111.0, 10130.0, 10060.0, 10136.0, 10122.0, 10081.0, 10120.0, 10058.0, 10121.0, 10107.0, 10071.0, 10080.0, 10049.0, 10055.0, 10103.0, 10081.0, 10059.0, 10058.0, 10087.0, 10062.0, 10109.0, 10129.0, 10059.0, 10121.0, 10095.0, 10054.0, 10130.0, 10123.0, 10062.0, 10126.0, 10037.0, 10059.0, 10101.0, 10052.0, 10099.0, 10098.0, 10038.0, 10087.0, 10063.0, 10037.0, 10116.0, 10090.0, 10040.0, 10076.0, 10073.0, 10055.0, 10060.0, 10124.0, 10063.0, 10067.0, 10110.0, 10133.0, 10104.0, 10112.0, 10116.0, 10054.0, 10114.0, 10099.0, 10063.0, 10125.0, 10085.0, 10030.0, 10098.0, 10038.0, 10018.0, 10110.0, 10037.0, 10022.0, 10087.0, 10039.0, 10080.0, 10108.0, 10046.0, 10106.0, 10121.0, 10061.0, 10121.0, 10121.0, 10075.0, 10119.0, 10036.0, 10127.0, 10050.0, 10110.0, 10099.0, 10043.0, 10097.0, 10030.0, 10071.0, 10073.0, 10024.0, 10101.0, 10065.0, 10024.0, 10101.0, 10058.0, 10049.0, 10093.0, 10057.0, 10102.0, 10070.0, 10058.0, 10147.0, 10095.0, 10042.0, 10120.0, 10058.0, 10093.0, 10110.0, 10063.0, 10137.0, 10120.0, 10080.0, 10133.0, 10086.0, 10078.0, 10122.0, 10070.0, 10118.0, 10103.0, 10039.0, 10126.0, 10081.0, 10074.0, 10118.0, 10067.0, 10091.0, 10092.0, 10076.0, 10120.0, 10064.0, 10044.0, 10119.0, 10073.0, 10062.0, 10122.0, 10062.0, 10064.0, 10154.0, 10133.0, 10060.0, 10153.0, 10084.0, 10087.0, 10127.0, 10072.0, 10132.0, 10124.0, 10060.0, 10121.0, 10097.0, 10045.0, 10148.0, 10120.0, 10067.0, 10135.0, 10068.0, 10039.0, 10107.0, 10056.0, 10109.0, 10123.0, 10054.0, 10120.0, 10068.0, 10043.0, 10130.0, 10091.0, 10054.0, 10133.0, 10071.0, 10065.0, 10109.0, 10054.0, 10104.0, 10106.0, 10040.0, 10103.0, 10039.0, 10055.0, 10117.0, 10072.0, 10061.0, 10130.0, 10081.0, 10070.0, 10129.0, 10082.0, 10052.0, 10178.0, 10148.0, 10093.0, 10157.0, 10089.0, 10124.0, 10137.0, 10070.0, 10134.0, 10136.0, 10068.0, 10089.0, 10145.0, 10116.0, 10060.0, 10109.0, 10033.0, 10078.0, 10086.0, 10029.0, 10067.0, 10059.0, 10031.0, 10050.0, 10064.0, 10040.0, 10047.0, 10092.0, 10037.0, 10086.0, 10075.0, 10039.0, 10116.0, 10106.0, 10054.0, 10129.0, 10077.0, 10020.0, 10116.0, 10050.0, 10088.0, 10101.0, 10041.0, 10097.0, 10047.0, 10041.0, 10126.0, 10084.0, 10041.0, 10133.0, 10056.0, 10044.0, 10104.0, 10045.0, 10105.0, 10107.0, 10058.0, 10120.0, 10041.0, 10032.0, 10120.0, 10075.0, 10044.0, 10107.0, 10060.0, 10117.0, 10083.0, 10042.0, 10131.0, 10100.0, 10047.0, 10126.0, 10057.0, 10031.0, 10111.0, 10065.0, 10138.0, 10127.0, 10048.0, 10141.0, 10096.0, 10047.0, 10138.0, 10072.0, 10120.0, 10120.0, 10046.0, 10123.0, 10054.0, 10046.0, 10134.0, 10109.0, 10067.0, 10134.0, 10053.0, 10041.0, 10112.0, 10058.0, 10122.0, 10127.0, 10103.0, 10166.0, 10080.0, 10087.0, 10146.0, 10117.0, 10072.0, 10113.0, 10075.0, 10061.0, 10120.0, 10117.0, 10078.0, 10140.0, 10117.0, 10063.0, 10147.0, 10097.0, 10069.0, 10145.0, 10105.0, 10038.0, 10125.0, 10060.0, 10031.0, 10099.0, 10050.0, 10102.0, 10088.0, 10047.0, 10123.0, 10035.0, 10032.0, 10096.0, 10064.0, 10040.0, 10079.0, 10070.0, 10043.0, 10084.0, 10092.0, 10064.0, 10088.0, 10095.0, 10122.0, 10086.0, 10090.0, 10176.0, 10124.0, 10090.0, 10158.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.004564602076124568</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025848795732410612</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.35717845900692</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1970582248267896</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.055302687367206</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.448</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6011.6455</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09272484036767073</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.61361014994233</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4236145069158965</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.461695850399506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5501403028362812</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.259007367511902</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00654388</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008509829640388489</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02286563627421856</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</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.9660066287093216</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>32.2686</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8862</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.8839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310651.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>860.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.598</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4961</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.8554</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3919.7404</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4124.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65893.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1366.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.829</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.08442710805684</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> |