=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0050_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9c49d53e9826fc0be07bca78d7dc8689</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:11:31.617500</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.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa4fa340-6685-42d2-bfdd-d72a310f87dc||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.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['161131.617500', '161132.077500', '161132.537500', '161132.997500', '161133.457500', '161133.917500', '161134.377500', '161134.837500', '161135.297500', '161135.757500', '161136.217500', '161136.677500', '161137.137500', '161137.597500', '161138.057500', '161138.517500', '161138.977500', '161139.437500', '161139.897500', '161140.357500', '161140.817500', '161141.277500', '161141.737500', '161142.197500', '161142.657500', '161143.117500', '161143.577500', '161144.037500', '161144.497500', '161144.957500', '161145.417500', '161145.877500', '161146.337500', '161146.797500', '161147.257500', '161147.717500', '161148.177500', '161148.637500', '161149.097500', '161149.557500', '161150.017500', '161150.477500', '161150.937500', '161151.397500', '161151.857500', '161152.317500', '161152.777500', '161153.237500', '161153.697500', '161154.157500', '161154.617500', '161155.077500', '161155.537500', '161155.997500', '161156.457500', '161156.917500', '161157.377500', '161157.837500', '161158.297500', '161158.757500', '161159.217500', '161159.677500', '161200.137500', '161200.597500', '161201.057500', '161201.517500', '161201.977500', '161202.437500', '161202.897500', '161203.357500', '161203.817500', '161204.277500', '161204.737500', '161205.197500', '161205.657500', '161206.117500', '161206.577500', '161207.037500', '161207.497500', '161207.957500', '161208.417500', '161208.877500', '161209.337500', '161209.797500', '161210.257500', '161210.717500', '161211.177500', '161211.637500', '161212.097500', '161212.557500', '161213.017500', '161213.477500', '161213.937500', '161214.397500', '161214.857500', '161215.317500', '161215.777500', '161216.237500', '161216.697500', '161217.157500', '161217.617500', '161218.077500', '161218.537500', '161218.997500', '161219.457500', '161219.917500', '161220.377500', '161220.837500', '161221.297500', '161221.757500', '161222.217500', '161222.677500', '161223.137500', '161223.597500', '161224.057500', '161224.517500', '161224.977500', '161225.437500', '161225.897500', '161226.357500', '161226.817500', '161227.277500', '161227.737500', '161228.197500', '161228.657500', '161229.117500', '161229.577500', '161230.037500', '161230.497500', '161230.957500', '161231.417500', '161231.877500', '161232.337500', '161232.797500', '161233.257500', '161233.717500', '161234.177500', '161234.637500', '161235.097500', '161235.557500', '161236.017500', '161236.477500', '161236.937500', '161237.397500', '161237.857500', '161238.317500', '161238.777500', '161239.237500', '161239.697500', '161240.157500', '161240.617500', '161241.077500', '161241.537500', '161241.997500', '161242.457500', '161242.917500', '161243.377500', '161243.837500', '161244.297500', '161244.757500', '161245.217500', '161245.677500', '161246.137500', '161246.597500', '161247.057500', '161247.517500', '161247.977500', '161248.437500', '161248.897500', '161249.357500', '161249.817500', '161250.277500', '161250.737500', '161251.197500', '161251.657500', '161252.117500', '161252.577500', '161253.037500', '161253.497500', '161253.957500', '161254.417500', '161254.877500', '161255.337500', '161255.797500', '161256.257500', '161256.717500', '161257.177500', '161257.637500', '161258.097500', '161258.557500', '161259.017500', '161259.477500', '161259.937500', '161300.397500', '161300.857500', '161301.317500', '161301.777500', '161302.237500', '161302.697500', '161303.157500', '161303.617500', '161304.077500', '161304.537500', '161304.997500', '161305.457500', '161305.917500', '161306.377500', '161306.837500', '161307.297500', '161307.757500', '161308.217500', '161308.677500', '161309.137500', '161309.597500', '161310.057500', '161310.517500', '161310.977500', '161311.437500', '161311.897500', '161312.357500', '161312.817500', '161313.277500', '161313.737500', '161314.197500', '161314.657500', '161315.117500', '161315.577500', '161316.037500', '161316.497500', '161316.957500', '161317.417500', '161317.877500', '161318.337500', '161318.797500', '161319.257500', '161319.717500', '161320.177500', '161320.637500', '161321.097500', '161321.557500', '161322.017500', '161322.477500', '161322.937500', '161323.397500', '161323.857500', '161324.317500', '161324.777500', '161325.237500', '161325.697500', '161326.157500', '161326.617500', '161327.077500', '161327.537500', '161327.997500', '161328.457500', '161328.917500', '161329.377500', '161329.837500', '161330.297500', '161330.757500', '161331.217500', '161331.677500', '161332.137500', '161332.597500', '161333.057500', '161333.517500', '161333.977500', '161334.437500', '161334.897500', '161335.357500', '161335.817500', '161336.277500', '161336.737500', '161337.197500', '161337.657500', '161338.117500', '161338.577500', '161339.037500', '161339.497500', '161339.957500', '161340.417500', '161340.877500', '161341.337500', '161341.797500', '161342.257500', '161342.717500', '161343.177500', '161343.637500', '161344.097500', '161344.557500', '161345.017500', '161345.477500', '161345.937500', '161346.397500', '161346.857500', '161347.317500', '161347.777500', '161348.237500', '161348.697500', '161349.157500', '161349.617500', '161350.077500', '161350.537500', '161350.997500', '161351.457500', '161351.917500', '161352.377500', '161352.837500', '161353.297500', '161353.757500', '161354.217500', '161354.677500', '161355.137500', '161355.597500', '161356.057500', '161356.517500', '161356.977500', '161357.437500', '161357.897500', '161358.357500', '161358.817500', '161359.277500', '161359.737500', '161400.197500', '161400.657500', '161401.117500', '161401.577500', '161402.037500', '161402.497500', '161402.957500', '161403.417500', '161403.877500', '161404.337500', '161404.797500', '161405.257500', '161405.717500', '161406.177500', '161406.637500', '161407.097500', '161407.557500', '161408.017500', '161408.477500', '161408.937500', '161409.397500', '161409.857500', '161410.317500', '161410.777500', '161411.237500', '161411.697500', '161412.157500', '161412.617500', '161413.077500', '161413.537500', '161413.997500', '161414.457500', '161414.917500', '161415.377500', '161415.837500', '161416.297500', '161416.757500', '161417.217500', '161417.677500', '161418.137500', '161418.597500', '161419.057500', '161419.517500', '161419.977500', '161420.437500', '161420.897500', '161421.357500', '161421.817500', '161422.277500', '161422.737500', '161423.197500', '161423.657500', '161424.117500', '161424.577500', '161425.037500', '161425.497500', '161425.957500', '161426.417500', '161426.877500', '161427.337500', '161427.797500', '161428.257500', '161428.717500', '161429.177500', '161429.637500', '161430.097500', '161430.557500', '161431.017500', '161431.477500', '161431.937500', '161432.397500', '161432.857500', '161433.317500', '161433.777500', '161434.237500', '161434.697500', '161435.157500', '161435.617500', '161436.077500', '161436.537500', '161436.997500', '161437.457500', '161437.917500', '161438.377500', '161438.837500', '161439.297500', '161439.757500', '161440.217500', '161440.677500', '161441.137500', '161441.597500', '161442.057500', '161442.517500', '161442.977500', '161443.437500', '161443.897500', '161444.357500', '161444.817500', '161445.277500', '161445.737500', '161446.197500', '161446.657500', '161447.117500', '161447.577500', '161448.037500', '161448.497500', '161448.957500', '161449.417500', '161449.877500', '161450.337500', '161450.797500', '161451.257500', '161451.717500', '161452.177500', '161452.637500', '161453.097500', '161453.557500', '161454.017500', '161454.477500', '161454.937500', '161455.397500', '161455.857500', '161456.317500', '161456.777500', '161457.237500', '161457.697500', '161458.157500', '161458.617500', '161459.077500', '161459.537500', '161459.997500', '161500.457500', '161500.917500', '161501.377500', '161501.837500', '161502.297500', '161502.757500', '161503.217500', '161503.677500', '161504.137500', '161504.597500', '161505.057500', '161505.517500', '161505.977500', '161506.437500', '161506.897500', '161507.357500', '161507.817500', '161508.277500', '161508.737500', '161509.197500', '161509.657500', '161510.117500', '161510.577500', '161511.037500', '161511.497500', '161511.957500', '161512.417500', '161512.877500', '161513.337500', '161513.797500', '161514.257500', '161514.717500', '161515.177500', '161515.637500', '161516.097500', '161516.557500', '161517.017500', '161517.477500', '161517.937500', '161518.397500', '161518.857500', '161519.317500', '161519.777500', '161520.237500', '161520.697500', '161521.157500', '161521.617500', '161522.077500', '161522.537500', '161522.997500', '161523.457500', '161523.917500', '161524.377500', '161524.837500', '161525.297500', '161525.757500', '161526.217500', '161526.677500', '161527.137500', '161527.597500', '161528.057500', '161528.517500', '161528.977500', '161529.437500', '161529.897500', '161530.357500', '161530.817500', '161531.277500', '161531.737500', '161532.197500', '161532.657500', '161533.117500', '161533.577500', '161534.037500', '161534.497500', '161534.957500', '161535.417500', '161535.877500', '161536.337500', '161536.797500', '161537.257500', '161537.717500', '161538.177500', '161538.637500', '161539.097500', '161539.557500', '161540.017500', '161540.477500', '161540.937500', '161541.397500', '161541.857500', '161542.317500', '161542.777500', '161543.237500', '161543.697500', '161544.157500', '161544.617500', '161545.077500', '161545.537500', '161545.997500', '161546.457500', '161546.917500', '161547.377500', '161547.837500', '161548.297500', '161548.757500', '161549.217500', '161549.677500', '161550.137500', '161550.597500', '161551.057500', '161551.517500', '161551.977500', '161552.437500', '161552.897500', '161553.357500', '161553.817500', '161554.277500', '161554.737500', '161555.197500', '161555.657500', '161556.117500', '161556.577500', '161557.037500', '161557.497500', '161557.957500', '161558.417500', '161558.877500', '161559.337500', '161559.797500', '161600.257500', '161600.717500', '161601.177500', '161601.637500', '161602.097500', '161602.557500', '161603.017500', '161603.477500', '161603.937500', '161604.397500', '161604.857500', '161605.317500', '161605.777500', '161606.237500', '161606.697500', '161607.157500', '161607.617500', '161608.077500', '161608.537500', '161608.997500', '161609.457500', '161609.917500', '161610.377500', '161610.837500', '161611.297500', '161611.757500', '161612.217500', '161612.677500', '161613.137500', '161613.597500', '161614.057500', '161614.517500', '161614.977500', '161615.437500', '161615.897500', '161616.357500', '161616.817500', '161617.277500', '161617.737500', '161618.197500', '161618.657500', '161619.117500', '161619.577500', '161620.037500', '161620.497500', '161620.957500', '161621.417500', '161621.877500', '161622.337500', '161622.797500', '161623.257500', '161623.717500', '161624.177500', '161624.637500', '161625.097500', '161625.557500', '161626.017500', '161626.477500', '161626.937500', '161627.397500', '161627.857500', '161628.317500', '161628.777500', '161629.237500', '161629.697500', '161630.157500', '161630.617500', '161631.077500', '161631.537500', '161631.997500', '161632.457500', '161632.917500', '161633.377500', '161633.837500', '161634.297500', '161634.757500', '161635.217500', '161635.677500', '161636.137500', '161636.597500', '161637.057500', '161637.517500', '161637.977500', '161638.437500', '161638.897500', '161639.357500', '161639.817500', '161640.277500', '161640.737500', '161641.197500', '161641.657500', '161642.117500', '161642.577500', '161643.037500', '161643.497500', '161643.957500', '161644.417500', '161644.877500', '161645.337500', '161645.797500', '161646.257500', '161646.717500', '161647.177500', '161647.637500', '161648.097500', '161648.557500', '161649.017500', '161649.477500', '161649.937500', '161650.397500', '161650.857500', '161651.317500', '161651.777500', '161652.237500', '161652.697500', '161653.157500', '161653.617500', '161654.077500', '161654.537500', '161654.997500', '161655.457500', '161655.917500', '161656.377500', '161656.837500', '161657.297500', '161657.757500', '161658.217500', '161658.677500', '161659.137500', '161659.597500', '161700.057500', '161700.517500', '161700.977500', '161701.437500', '161701.897500', '161702.357500', '161702.817500', '161703.277500', '161703.737500', '161704.197500', '161704.657500', '161705.117500', '161705.577500', '161706.037500', '161706.497500', '161706.957500', '161707.417500', '161707.877500', '161708.337500', '161708.797500', '161709.257500', '161709.717500', '161710.177500', '161710.637500', '161711.097500', '161711.557500', '161712.017500', '161712.477500', '161712.937500', '161713.397500', '161713.857500', '161714.317500', '161714.777500', '161715.237500', '161715.697500', '161716.157500', '161716.617500', '161717.077500', '161717.537500', '161717.997500', '161718.457500', '161718.917500', '161719.377500', '161719.837500', '161720.297500', '161720.757500', '161721.217500', '161721.677500', '161722.137500', '161722.597500', '161723.057500', '161723.517500', '161723.977500', '161724.437500', '161724.897500', '161725.357500', '161725.817500', '161726.277500', '161726.737500', '161727.197500', '161727.657500', '161728.117500', '161728.577500', '161729.037500', '161729.497500', '161729.957500', '161730.417500', '161730.877500', '161731.337500', '161731.797500', '161732.257500', '161732.717500', '161733.177500', '161733.637500', '161734.097500', '161734.557500', '161735.017500', '161735.477500', '161735.937500', '161736.397500', '161736.857500', '161737.317500', '161737.777500', '161738.237500', '161738.697500', '161739.157500', '161739.617500', '161740.077500', '161740.537500', '161740.997500', '161741.457500', '161741.917500', '161742.377500', '161742.837500', '161743.297500', '161743.757500', '161744.217500', '161744.677500', '161745.137500', '161745.597500', '161746.057500', '161746.517500', '161746.977500', '161747.437500', '161747.897500', '161748.357500', '161748.817500', '161749.277500', '161749.737500', '161750.197500', '161750.657500', '161751.117500', '161751.577500', '161752.037500', '161752.497500', '161752.957500', '161753.417500', '161753.877500', '161754.337500', '161754.797500', '161755.257500', '161755.717500', '161756.177500', '161756.637500', '161757.097500', '161757.557500', '161758.017500', '161758.477500', '161758.937500', '161759.397500', '161759.857500', '161800.317500', '161800.777500', '161801.237500', '161801.697500', '161802.157500', '161802.617500', '161803.077500', '161803.537500', '161803.997500', '161804.457500', '161804.917500', '161805.377500', '161805.837500', '161806.297500', '161806.757500', '161807.217500', '161807.677500', '161808.137500', '161808.597500', '161809.057500', '161809.517500', '161809.977500', '161810.437500', '161810.897500', '161811.357500', '161811.817500', '161812.277500'], 'ContentTime': ['161153.533000', '161153.536000', '161153.538000', '161153.541000', '161153.543000', '161153.546000', '161153.548000', '161153.551000', '161153.553000', '161153.556000', '161153.559000', '161153.566000', '161153.569000', '161153.572000', '161153.574000', '161153.577000', '161153.579000', '161153.582000', '161153.584000', '161153.587000', '161153.589000', '161153.592000', '161153.595000', '161153.597000', '161153.600000', '161153.602000', '161153.605000', '161153.608000', '161153.610000', '161153.613000', '161153.616000', '161153.618000', '161153.621000', '161153.623000', '161153.626000', '161153.628000', '161153.631000', '161153.634000', '161153.636000', '161153.639000', '161153.641000', '161153.644000', '161153.647000', '161153.649000', '161153.652000', '161213.503000', '161213.506000', '161213.509000', '161213.511000', '161213.514000', '161213.516000', '161213.519000', '161213.521000', '161213.524000', '161213.527000', '161213.529000', '161213.532000', '161213.534000', '161213.537000', '161213.539000', '161213.542000', '161213.545000', '161213.547000', '161213.550000', '161213.552000', '161213.555000', '161213.557000', '161213.560000', '161213.562000', '161213.565000', '161213.567000', '161213.570000', '161213.573000', '161213.575000', '161213.578000', '161213.580000', '161213.583000', '161213.586000', '161213.594000', '161213.596000', '161213.599000', '161213.602000', '161213.604000', '161213.607000', '161213.609000', '161213.612000', '161213.615000', '161213.617000', '161213.620000', '161233.503000', '161233.506000', '161233.509000', '161233.511000', '161233.514000', '161233.516000', '161233.519000', '161233.522000', '161233.524000', '161233.527000', '161233.529000', '161233.532000', '161233.534000', '161233.537000', '161233.540000', '161233.542000', '161233.545000', '161233.547000', '161233.550000', '161233.552000', '161233.555000', '161233.557000', '161233.560000', '161233.562000', '161233.565000', '161233.568000', '161233.570000', '161233.573000', '161233.575000', '161233.578000', '161233.580000', '161233.583000', '161233.585000', '161233.588000', '161233.591000', '161233.593000', '161233.596000', '161233.598000', '161233.601000', '161233.603000', '161233.606000', '161233.609000', '161233.611000', '161253.503000', '161253.506000', '161253.509000', '161253.511000', '161253.514000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.528000', '161253.530000', '161253.533000', '161253.536000', '161253.538000', '161253.544000', '161253.546000', '161253.549000', '161253.552000', '161253.554000', '161253.557000', '161253.559000', '161253.562000', '161253.564000', '161253.567000', '161253.570000', '161253.572000', '161253.575000', '161253.577000', '161253.580000', '161253.583000', '161253.585000', '161253.588000', '161253.590000', '161253.593000', '161253.596000', '161253.598000', '161253.601000', '161253.615000', '161253.617000', '161253.620000', '161253.622000', '161253.625000', '161253.627000', '161253.630000', '161313.504000', '161313.506000', '161313.509000', '161313.511000', '161313.514000', '161313.517000', '161313.519000', '161313.522000', '161313.524000', '161313.527000', '161313.529000', '161313.532000', '161313.535000', '161313.537000', '161313.540000', '161313.542000', '161313.545000', '161313.547000', '161313.550000', '161313.552000', '161313.555000', '161313.558000', '161313.560000', '161313.563000', '161313.565000', '161313.568000', '161313.570000', '161313.573000', '161313.575000', '161313.578000', '161313.581000', '161313.583000', '161313.586000', '161313.588000', '161313.591000', '161313.593000', '161313.596000', '161313.599000', '161313.601000', '161313.604000', '161313.606000', '161313.609000', '161313.612000', '161333.504000', '161333.506000', '161333.509000', '161333.512000', '161333.514000', '161333.517000', '161333.519000', '161333.522000', '161333.524000', '161333.527000', '161333.530000', '161333.532000', '161333.535000', '161333.538000', '161333.540000', '161333.543000', '161333.545000', '161333.548000', '161333.550000', '161333.553000', '161333.556000', '161333.558000', '161333.561000', '161333.563000', '161333.566000', '161333.568000', '161333.571000', '161333.574000', '161333.576000', '161333.579000', '161333.582000', '161333.584000', '161333.587000', '161333.589000', '161333.592000', '161333.594000', '161333.597000', '161333.600000', '161333.602000', '161333.605000', '161333.608000', '161333.610000', '161333.613000', '161353.504000', '161353.506000', '161353.509000', '161353.511000', '161353.514000', '161353.517000', '161353.519000', '161353.522000', '161353.524000', '161353.527000', '161353.529000', '161353.532000', '161353.534000', '161353.537000', '161353.540000', '161353.542000', '161353.545000', '161353.547000', '161353.550000', '161353.552000', '161353.555000', '161353.558000', '161353.560000', '161353.563000', '161353.565000', '161353.568000', '161353.570000', '161353.573000', '161353.575000', '161353.578000', '161353.580000', '161353.583000', '161353.586000', '161353.588000', '161353.591000', '161353.593000', '161353.596000', '161353.599000', '161353.601000', '161353.604000', '161353.606000', '161353.609000', '161353.611000', '161353.614000', '161413.503000', '161413.506000', '161413.509000', '161413.511000', '161413.514000', '161413.516000', '161413.519000', '161413.522000', '161413.525000', '161413.528000', '161413.531000', '161413.534000', '161413.536000', '161413.539000', '161413.541000', '161413.544000', '161413.546000', '161413.549000', '161413.551000', '161413.554000', '161413.557000', '161413.559000', '161413.562000', '161413.565000', '161413.568000', '161413.570000', '161413.573000', '161413.575000', '161413.578000', '161413.581000', '161413.583000', '161413.586000', '161413.588000', '161413.591000', '161413.593000', '161413.596000', '161413.599000', '161413.601000', '161413.604000', '161413.606000', '161413.609000', '161413.612000', '161413.614000', '161433.503000', '161433.506000', '161433.509000', '161433.511000', '161433.514000', '161433.516000', '161433.519000', '161433.522000', '161433.524000', '161433.527000', '161433.529000', '161433.532000', '161433.534000', '161433.537000', '161433.540000', '161433.542000', '161433.545000', '161433.547000', '161433.550000', '161433.567000', '161433.570000', '161433.572000', '161433.575000', '161433.577000', '161433.580000', '161433.583000', '161433.585000', '161433.588000', '161433.590000', '161433.593000', '161433.596000', '161433.598000', '161433.601000', '161433.604000', '161433.606000', '161433.609000', '161433.611000', '161433.614000', '161433.616000', '161433.619000', '161433.621000', '161433.624000', '161433.627000', '161433.629000', '161453.504000', '161453.506000', '161453.509000', '161453.512000', '161453.514000', '161453.517000', '161453.520000', '161453.522000', '161453.525000', '161453.528000', '161453.530000', '161453.533000', '161453.535000', '161453.538000', '161453.540000', '161453.543000', '161453.545000', '161453.548000', '161453.551000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.564000', '161453.566000', '161453.569000', '161453.571000', '161453.574000', '161453.577000', '161453.579000', '161453.582000', '161453.584000', '161453.587000', '161453.589000', '161453.592000', '161453.595000', '161453.597000', '161453.600000', '161453.602000', '161453.605000', '161453.607000', '161453.610000', '161453.613000', '161513.504000', '161513.506000', '161513.509000', '161513.512000', '161513.514000', '161513.517000', '161513.519000', '161513.522000', '161513.525000', '161513.527000', '161513.530000', '161513.532000', '161513.535000', '161513.537000', '161513.540000', '161513.543000', '161513.545000', '161513.548000', '161513.550000', '161513.553000', '161513.555000', '161513.558000', '161513.561000', '161513.563000', '161513.566000', '161513.568000', '161513.571000', '161513.573000', '161513.576000', '161513.578000', '161513.581000', '161513.584000', '161513.586000', '161513.589000', '161513.591000', '161513.594000', '161513.596000', '161513.599000', '161513.602000', '161513.604000', '161513.607000', '161513.609000', '161513.612000', '161513.614000', '161533.504000', '161533.506000', '161533.509000', '161533.512000', '161533.514000', '161533.517000', '161533.519000', '161533.522000', '161533.524000', '161533.527000', '161533.530000', '161533.532000', '161533.535000', '161533.537000', '161533.540000', '161533.542000', '161533.545000', '161533.548000', '161533.550000', '161533.553000', '161533.556000', '161533.559000', '161533.562000', '161533.565000', '161533.567000', '161533.570000', '161533.572000', '161533.575000', '161533.577000', '161533.580000', '161533.583000', '161533.585000', '161533.588000', '161533.590000', '161533.593000', '161533.595000', '161533.598000', '161533.601000', '161533.604000', '161533.607000', '161533.609000', '161533.612000', '161533.614000', '161553.504000', '161553.506000', '161553.509000', '161553.512000', '161553.514000', '161553.517000', '161553.519000', '161553.522000', '161553.524000', '161553.527000', '161553.530000', '161553.532000', '161553.535000', '161553.537000', '161553.540000', '161553.543000', '161553.545000', '161553.548000', '161553.550000', '161553.553000', '161553.556000', '161553.558000', '161553.561000', '161553.563000', '161553.566000', '161553.569000', '161553.571000', '161553.574000', '161553.576000', '161553.579000', '161553.582000', '161553.584000', '161553.587000', '161553.589000', '161553.592000', '161553.594000', '161553.597000', '161553.600000', '161553.602000', '161553.605000', '161553.607000', '161553.610000', '161553.613000', '161553.615000', '161613.504000', '161613.506000', '161613.509000', '161613.512000', '161613.514000', '161613.517000', '161613.519000', '161613.522000', '161613.525000', '161613.527000', '161613.530000', '161613.532000', '161613.535000', '161613.537000', '161613.540000', '161613.543000', '161613.545000', '161613.548000', '161613.550000', '161613.553000', '161613.555000', '161613.558000', '161613.560000', '161613.563000', '161613.566000', '161613.569000', '161613.571000', '161613.574000', '161613.577000', '161613.580000', '161613.582000', '161613.585000', '161613.587000', '161613.590000', '161613.592000', '161613.595000', '161613.597000', '161613.600000', '161613.603000', '161613.605000', '161613.608000', '161613.611000', '161613.613000', '161633.504000', '161633.507000', '161633.509000', '161633.512000', '161633.514000', '161633.517000', '161633.519000', '161633.522000', '161633.524000', '161633.527000', '161633.530000', '161633.532000', '161633.535000', '161633.537000', '161633.540000', '161633.542000', '161633.545000', '161633.548000', '161633.550000', '161633.553000', '161633.555000', '161633.558000', '161633.560000', '161633.563000', '161633.566000', '161633.568000', '161633.571000', '161633.573000', '161633.576000', '161633.579000', '161633.581000', '161633.584000', '161633.586000', '161633.589000', '161633.591000', '161633.594000', '161633.596000', '161633.599000', '161633.602000', '161633.604000', '161633.607000', '161633.610000', '161633.612000', '161633.615000', '161653.504000', '161653.506000', '161653.509000', '161653.512000', '161653.514000', '161653.517000', '161653.519000', '161653.522000', '161653.524000', '161653.527000', '161653.530000', '161653.532000', '161653.535000', '161653.537000', '161653.540000', '161653.542000', '161653.545000', '161653.548000', '161653.550000', '161653.553000', '161653.555000', '161653.558000', '161653.561000', '161653.563000', '161653.566000', '161653.568000', '161653.571000', '161653.574000', '161653.576000', '161653.579000', '161653.581000', '161653.584000', '161653.587000', '161653.589000', '161653.592000', '161653.594000', '161653.597000', '161653.600000', '161653.602000', '161653.605000', '161653.607000', '161653.610000', '161653.613000', '161713.503000', '161713.506000', '161713.509000', '161713.511000', '161713.514000', '161713.517000', '161713.519000', '161713.522000', '161713.524000', '161713.527000', '161713.529000', '161713.532000', '161713.535000', '161713.537000', '161713.540000', '161713.542000', '161713.545000', '161713.547000', '161713.550000', '161713.553000', '161713.555000', '161713.558000', '161713.560000', '161713.563000', '161713.565000', '161713.568000', '161713.571000', '161713.573000', '161713.576000', '161713.578000', '161713.581000', '161713.583000', '161713.586000', '161713.589000', '161713.591000', '161713.594000', '161713.596000', '161713.599000', '161713.602000', '161713.604000', '161713.607000', '161713.609000', '161713.612000', '161713.614000', '161733.504000', '161733.506000', '161733.509000', '161733.512000', '161733.514000', '161733.517000', '161733.519000', '161733.522000', '161733.524000', '161733.527000', '161733.544000', '161733.547000', '161733.549000', '161733.552000', '161733.554000', '161733.557000', '161733.560000', '161733.562000', '161733.565000', '161733.567000', '161733.570000', '161733.572000', '161733.575000', '161733.578000', '161733.580000', '161733.583000', '161733.585000', '161733.588000', '161733.591000', '161733.593000', '161733.596000', '161733.599000', '161733.601000', '161733.604000', '161733.607000', '161733.609000', '161733.612000', '161733.615000', '161733.618000', '161733.621000', '161733.624000', '161733.626000', '161733.629000', '161753.504000', '161753.506000', '161753.509000', '161753.512000', '161753.514000', '161753.517000', '161753.519000', '161753.522000', '161753.525000', '161753.527000', '161753.530000', '161753.532000', '161753.535000', '161753.538000', '161753.540000', '161753.543000', '161753.545000', '161753.548000', '161753.550000', '161753.553000', '161753.555000', '161753.558000', '161753.561000', '161753.563000', '161753.566000', '161753.568000', '161753.571000', '161753.574000', '161753.576000', '161753.579000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.592000', '161753.594000', '161753.597000', '161753.599000', '161753.602000', '161753.605000', '161753.607000', '161753.610000', '161753.612000', '161753.615000', '161813.503000', '161813.507000', '161813.510000', '161813.513000', '161813.515000', '161813.518000', '161813.521000', '161813.524000', '161813.527000', '161813.530000', '161813.532000', '161813.535000', '161813.538000', '161813.540000', '161813.543000', '161813.546000', '161813.549000', '161813.552000', '161813.555000', '161813.558000', '161813.561000', '161813.563000', '161813.566000', '161813.569000', '161813.572000', '161813.574000', '161813.578000', '161813.581000', '161813.584000', '161813.589000', '161813.592000', '161813.595000', '161813.598000', '161813.601000', '161813.604000', '161813.607000', '161813.609000', '161813.612000', '161813.615000', '161813.617000', '161813.620000', '161813.623000', '161813.625000', '161813.683000'], 'InstanceCreationTime': ['161153.533000', '161153.536000', '161153.538000', '161153.541000', '161153.543000', '161153.546000', '161153.548000', '161153.551000', '161153.553000', '161153.556000', '161153.559000', '161153.566000', '161153.569000', '161153.572000', '161153.574000', '161153.577000', '161153.579000', '161153.582000', '161153.584000', '161153.587000', '161153.589000', '161153.592000', '161153.595000', '161153.597000', '161153.600000', '161153.602000', '161153.605000', '161153.608000', '161153.610000', '161153.613000', '161153.616000', '161153.618000', '161153.621000', '161153.623000', '161153.626000', '161153.628000', '161153.631000', '161153.634000', '161153.636000', '161153.639000', '161153.641000', '161153.644000', '161153.647000', '161153.649000', '161153.652000', '161213.503000', '161213.506000', '161213.509000', '161213.511000', '161213.514000', '161213.516000', '161213.519000', '161213.521000', '161213.524000', '161213.527000', '161213.529000', '161213.532000', '161213.534000', '161213.537000', '161213.539000', '161213.542000', '161213.545000', '161213.547000', '161213.550000', '161213.552000', '161213.555000', '161213.557000', '161213.560000', '161213.562000', '161213.565000', '161213.567000', '161213.570000', '161213.573000', '161213.575000', '161213.578000', '161213.580000', '161213.583000', '161213.586000', '161213.594000', '161213.596000', '161213.599000', '161213.602000', '161213.604000', '161213.607000', '161213.609000', '161213.612000', '161213.615000', '161213.617000', '161213.620000', '161233.503000', '161233.506000', '161233.509000', '161233.511000', '161233.514000', '161233.516000', '161233.519000', '161233.522000', '161233.524000', '161233.527000', '161233.529000', '161233.532000', '161233.534000', '161233.537000', '161233.540000', '161233.542000', '161233.545000', '161233.547000', '161233.550000', '161233.552000', '161233.555000', '161233.557000', '161233.560000', '161233.562000', '161233.565000', '161233.568000', '161233.570000', '161233.573000', '161233.575000', '161233.578000', '161233.580000', '161233.583000', '161233.585000', '161233.588000', '161233.591000', '161233.593000', '161233.596000', '161233.598000', '161233.601000', '161233.603000', '161233.606000', '161233.609000', '161233.611000', '161253.503000', '161253.506000', '161253.509000', '161253.511000', '161253.514000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.528000', '161253.530000', '161253.533000', '161253.536000', '161253.538000', '161253.544000', '161253.546000', '161253.549000', '161253.552000', '161253.554000', '161253.557000', '161253.559000', '161253.562000', '161253.564000', '161253.567000', '161253.570000', '161253.572000', '161253.575000', '161253.577000', '161253.580000', '161253.583000', '161253.585000', '161253.588000', '161253.590000', '161253.593000', '161253.596000', '161253.598000', '161253.601000', '161253.615000', '161253.617000', '161253.620000', '161253.622000', '161253.625000', '161253.627000', '161253.630000', '161313.504000', '161313.506000', '161313.509000', '161313.511000', '161313.514000', '161313.517000', '161313.519000', '161313.522000', '161313.524000', '161313.527000', '161313.529000', '161313.532000', '161313.535000', '161313.537000', '161313.540000', '161313.542000', '161313.545000', '161313.547000', '161313.550000', '161313.552000', '161313.555000', '161313.558000', '161313.560000', '161313.563000', '161313.565000', '161313.568000', '161313.570000', '161313.573000', '161313.575000', '161313.578000', '161313.581000', '161313.583000', '161313.586000', '161313.588000', '161313.591000', '161313.593000', '161313.596000', '161313.599000', '161313.601000', '161313.604000', '161313.606000', '161313.609000', '161313.612000', '161333.504000', '161333.506000', '161333.509000', '161333.512000', '161333.514000', '161333.517000', '161333.519000', '161333.522000', '161333.524000', '161333.527000', '161333.530000', '161333.532000', '161333.535000', '161333.538000', '161333.540000', '161333.543000', '161333.545000', '161333.548000', '161333.550000', '161333.553000', '161333.556000', '161333.558000', '161333.561000', '161333.563000', '161333.566000', '161333.568000', '161333.571000', '161333.574000', '161333.576000', '161333.579000', '161333.582000', '161333.584000', '161333.587000', '161333.589000', '161333.592000', '161333.594000', '161333.597000', '161333.600000', '161333.602000', '161333.605000', '161333.608000', '161333.610000', '161333.613000', '161353.504000', '161353.506000', '161353.509000', '161353.511000', '161353.514000', '161353.517000', '161353.519000', '161353.522000', '161353.524000', '161353.527000', '161353.529000', '161353.532000', '161353.534000', '161353.537000', '161353.540000', '161353.542000', '161353.545000', '161353.547000', '161353.550000', '161353.552000', '161353.555000', '161353.558000', '161353.560000', '161353.563000', '161353.565000', '161353.568000', '161353.570000', '161353.573000', '161353.575000', '161353.578000', '161353.580000', '161353.583000', '161353.586000', '161353.588000', '161353.591000', '161353.593000', '161353.596000', '161353.599000', '161353.601000', '161353.604000', '161353.606000', '161353.609000', '161353.611000', '161353.614000', '161413.503000', '161413.506000', '161413.509000', '161413.511000', '161413.514000', '161413.516000', '161413.519000', '161413.522000', '161413.525000', '161413.528000', '161413.531000', '161413.534000', '161413.536000', '161413.539000', '161413.541000', '161413.544000', '161413.546000', '161413.549000', '161413.551000', '161413.554000', '161413.557000', '161413.559000', '161413.562000', '161413.565000', '161413.568000', '161413.570000', '161413.573000', '161413.575000', '161413.578000', '161413.581000', '161413.583000', '161413.586000', '161413.588000', '161413.591000', '161413.593000', '161413.596000', '161413.599000', '161413.601000', '161413.604000', '161413.606000', '161413.609000', '161413.612000', '161413.614000', '161433.503000', '161433.506000', '161433.509000', '161433.511000', '161433.514000', '161433.516000', '161433.519000', '161433.522000', '161433.524000', '161433.527000', '161433.529000', '161433.532000', '161433.534000', '161433.537000', '161433.540000', '161433.542000', '161433.545000', '161433.547000', '161433.550000', '161433.567000', '161433.570000', '161433.572000', '161433.575000', '161433.577000', '161433.580000', '161433.583000', '161433.585000', '161433.588000', '161433.590000', '161433.593000', '161433.596000', '161433.598000', '161433.601000', '161433.604000', '161433.606000', '161433.609000', '161433.611000', '161433.614000', '161433.616000', '161433.619000', '161433.621000', '161433.624000', '161433.627000', '161433.629000', '161453.504000', '161453.506000', '161453.509000', '161453.512000', '161453.514000', '161453.517000', '161453.520000', '161453.522000', '161453.525000', '161453.528000', '161453.530000', '161453.533000', '161453.535000', '161453.538000', '161453.540000', '161453.543000', '161453.545000', '161453.548000', '161453.551000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.564000', '161453.566000', '161453.569000', '161453.571000', '161453.574000', '161453.577000', '161453.579000', '161453.582000', '161453.584000', '161453.587000', '161453.589000', '161453.592000', '161453.595000', '161453.597000', '161453.600000', '161453.602000', '161453.605000', '161453.607000', '161453.610000', '161453.613000', '161513.504000', '161513.506000', '161513.509000', '161513.512000', '161513.514000', '161513.517000', '161513.519000', '161513.522000', '161513.525000', '161513.527000', '161513.530000', '161513.532000', '161513.535000', '161513.537000', '161513.540000', '161513.543000', '161513.545000', '161513.548000', '161513.550000', '161513.553000', '161513.555000', '161513.558000', '161513.561000', '161513.563000', '161513.566000', '161513.568000', '161513.571000', '161513.573000', '161513.576000', '161513.578000', '161513.581000', '161513.584000', '161513.586000', '161513.589000', '161513.591000', '161513.594000', '161513.596000', '161513.599000', '161513.602000', '161513.604000', '161513.607000', '161513.609000', '161513.612000', '161513.614000', '161533.504000', '161533.506000', '161533.509000', '161533.512000', '161533.514000', '161533.517000', '161533.519000', '161533.522000', '161533.524000', '161533.527000', '161533.530000', '161533.532000', '161533.535000', '161533.537000', '161533.540000', '161533.542000', '161533.545000', '161533.548000', '161533.550000', '161533.553000', '161533.556000', '161533.559000', '161533.562000', '161533.565000', '161533.567000', '161533.570000', '161533.572000', '161533.575000', '161533.577000', '161533.580000', '161533.583000', '161533.585000', '161533.588000', '161533.590000', '161533.593000', '161533.595000', '161533.598000', '161533.601000', '161533.604000', '161533.607000', '161533.609000', '161533.612000', '161533.614000', '161553.504000', '161553.506000', '161553.509000', '161553.512000', '161553.514000', '161553.517000', '161553.519000', '161553.522000', '161553.524000', '161553.527000', '161553.530000', '161553.532000', '161553.535000', '161553.537000', '161553.540000', '161553.543000', '161553.545000', '161553.548000', '161553.550000', '161553.553000', '161553.556000', '161553.558000', '161553.561000', '161553.563000', '161553.566000', '161553.569000', '161553.571000', '161553.574000', '161553.576000', '161553.579000', '161553.582000', '161553.584000', '161553.587000', '161553.589000', '161553.592000', '161553.594000', '161553.597000', '161553.600000', '161553.602000', '161553.605000', '161553.607000', '161553.610000', '161553.613000', '161553.615000', '161613.504000', '161613.506000', '161613.509000', '161613.512000', '161613.514000', '161613.517000', '161613.519000', '161613.522000', '161613.525000', '161613.527000', '161613.530000', '161613.532000', '161613.535000', '161613.537000', '161613.540000', '161613.543000', '161613.545000', '161613.548000', '161613.550000', '161613.553000', '161613.555000', '161613.558000', '161613.560000', '161613.563000', '161613.566000', '161613.569000', '161613.571000', '161613.574000', '161613.577000', '161613.580000', '161613.582000', '161613.585000', '161613.587000', '161613.590000', '161613.592000', '161613.595000', '161613.597000', '161613.600000', '161613.603000', '161613.605000', '161613.608000', '161613.611000', '161613.613000', '161633.504000', '161633.507000', '161633.509000', '161633.512000', '161633.514000', '161633.517000', '161633.519000', '161633.522000', '161633.524000', '161633.527000', '161633.530000', '161633.532000', '161633.535000', '161633.537000', '161633.540000', '161633.542000', '161633.545000', '161633.548000', '161633.550000', '161633.553000', '161633.555000', '161633.558000', '161633.560000', '161633.563000', '161633.566000', '161633.568000', '161633.571000', '161633.573000', '161633.576000', '161633.579000', '161633.581000', '161633.584000', '161633.586000', '161633.589000', '161633.591000', '161633.594000', '161633.596000', '161633.599000', '161633.602000', '161633.604000', '161633.607000', '161633.610000', '161633.612000', '161633.615000', '161653.504000', '161653.506000', '161653.509000', '161653.512000', '161653.514000', '161653.517000', '161653.519000', '161653.522000', '161653.524000', '161653.527000', '161653.530000', '161653.532000', '161653.535000', '161653.537000', '161653.540000', '161653.542000', '161653.545000', '161653.548000', '161653.550000', '161653.553000', '161653.555000', '161653.558000', '161653.561000', '161653.563000', '161653.566000', '161653.568000', '161653.571000', '161653.574000', '161653.576000', '161653.579000', '161653.581000', '161653.584000', '161653.587000', '161653.589000', '161653.592000', '161653.594000', '161653.597000', '161653.600000', '161653.602000', '161653.605000', '161653.607000', '161653.610000', '161653.613000', '161713.503000', '161713.506000', '161713.509000', '161713.511000', '161713.514000', '161713.517000', '161713.519000', '161713.522000', '161713.524000', '161713.527000', '161713.529000', '161713.532000', '161713.535000', '161713.537000', '161713.540000', '161713.542000', '161713.545000', '161713.547000', '161713.550000', '161713.553000', '161713.555000', '161713.558000', '161713.560000', '161713.563000', '161713.565000', '161713.568000', '161713.571000', '161713.573000', '161713.576000', '161713.578000', '161713.581000', '161713.583000', '161713.586000', '161713.589000', '161713.591000', '161713.594000', '161713.596000', '161713.599000', '161713.602000', '161713.604000', '161713.607000', '161713.609000', '161713.612000', '161713.614000', '161733.504000', '161733.506000', '161733.509000', '161733.512000', '161733.514000', '161733.517000', '161733.519000', '161733.522000', '161733.524000', '161733.527000', '161733.544000', '161733.547000', '161733.549000', '161733.552000', '161733.554000', '161733.557000', '161733.560000', '161733.562000', '161733.565000', '161733.567000', '161733.570000', '161733.572000', '161733.575000', '161733.578000', '161733.580000', '161733.583000', '161733.585000', '161733.588000', '161733.591000', '161733.593000', '161733.596000', '161733.599000', '161733.601000', '161733.604000', '161733.607000', '161733.609000', '161733.612000', '161733.615000', '161733.618000', '161733.621000', '161733.624000', '161733.626000', '161733.629000', '161753.504000', '161753.506000', '161753.509000', '161753.512000', '161753.514000', '161753.517000', '161753.519000', '161753.522000', '161753.525000', '161753.527000', '161753.530000', '161753.532000', '161753.535000', '161753.538000', '161753.540000', '161753.543000', '161753.545000', '161753.548000', '161753.550000', '161753.553000', '161753.555000', '161753.558000', '161753.561000', '161753.563000', '161753.566000', '161753.568000', '161753.571000', '161753.574000', '161753.576000', '161753.579000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.592000', '161753.594000', '161753.597000', '161753.599000', '161753.602000', '161753.605000', '161753.607000', '161753.610000', '161753.612000', '161753.615000', '161813.503000', '161813.507000', '161813.510000', '161813.513000', '161813.515000', '161813.518000', '161813.521000', '161813.524000', '161813.527000', '161813.530000', '161813.532000', '161813.535000', '161813.538000', '161813.540000', '161813.543000', '161813.546000', '161813.549000', '161813.552000', '161813.555000', '161813.558000', '161813.561000', '161813.563000', '161813.566000', '161813.569000', '161813.572000', '161813.574000', '161813.578000', '161813.581000', '161813.584000', '161813.589000', '161813.592000', '161813.595000', '161813.598000', '161813.601000', '161813.604000', '161813.607000', '161813.609000', '161813.612000', '161813.615000', '161813.617000', '161813.620000', '161813.623000', '161813.625000', '161813.683000'], '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': [14348, 11851, 14164, 10572, 16574, 11478, 18738, 13638, 13656, 13768, 10057, 16742, 13698, 19053, 14003, 10451, 14943, 10728, 18046, 14565, 12962, 15186, 10704, 17344, 13519, 13410, 15076, 12487, 12558, 13946, 11857, 10289, 15676, 11041, 17576, 13336, 11714, 16106, 13078, 15123, 13402, 10431, 17431, 13942, 12300, 16751, 12962, 12166, 14469, 12914, 14026, 14341, 12664, 13470, 13739, 9920, 17901, 13683, 9711, 16193, 12959, 10432, 16938, 13072, 9455, 15670, 12730, 11878, 15600, 12870, 13194, 13694, 10283, 17766, 14033, 11379, 15516, 12845, 11808, 15061, 11274, 19367, 13911, 9413, 16351, 12774, 14134, 15627, 12178, 13898, 13517, 10434, 17580, 13703, 12587, 15413, 11994, 17073, 13608, 10661, 17818, 13401, 14212, 13473, 9888, 17333, 13606, 13934, 13878, 9886, 16516, 13376, 14816, 13650, 9594, 16068, 13150, 17635, 13616, 12752, 13919, 9758, 16239, 10838, 18013, 13319, 16733, 13535, 9820, 15827, 11703, 16718, 13663, 12402, 14059, 10309, 16523, 13145, 16429, 13740, 10207, 15571, 10761, 17631, 13022, 17530, 13280, 10743, 15796, 11065, 16995, 13583, 10354, 14877, 10247, 17599, 13781, 13226, 13777, 9704, 17316, 13950, 15793, 13668, 9722, 16402, 12917, 18398, 13668, 9982, 15017, 9775, 17177, 14016, 18228, 13192, 9503, 14719, 10892, 16788, 13558, 9942, 14919, 12040, 16049, 13391, 10607, 16205, 12440, 17190, 13055, 11958, 16200, 11510, 16922, 13108, 15200, 14349, 10768, 16942, 13457, 13523, 13961, 10623, 17457, 13551, 12242, 14129, 10068, 16882, 13113, 16670, 13633, 9618, 15095, 11196, 16962, 13408, 10139, 14534, 10697, 17876, 13613, 9965, 14948, 11460, 17273, 13982, 9745, 14712, 10688, 16821, 13588, 12689, 14501, 10010, 16442, 12765, 17841, 13334, 10212, 15073, 10674, 17840, 13832, 9965, 15015, 12484, 16377, 13214, 12527, 14963, 10871, 17822, 13535, 9492, 14729, 10549, 16944, 13255, 15608, 12958, 12843, 13626, 11572, 15896, 9899, 17071, 13128, 17531, 13352, 10758, 16376, 12918, 16812, 13484, 10471, 16612, 12110, 16703, 13568, 16855, 13181, 12020, 15288, 10113, 16862, 13668, 17110, 13602, 17954, 13697, 10503, 15819, 12999, 17275, 13967, 12155, 14548, 11038, 16936, 13550, 17521, 13805, 11746, 15431, 11307, 17411, 13410, 16971, 13992, 15075, 14427, 10481, 17017, 13840, 16549, 13555, 10760, 16398, 11570, 16595, 13723, 13914, 14197, 10502, 18433, 13853, 9764, 16349, 13232, 10938, 14443, 10728, 16151, 10376, 17903, 13615, 17935, 13318, 12803, 14701, 10481, 17055, 12457, 17271, 14014, 16684, 13558, 12036, 14992, 10355, 16151, 12956, 16710, 13604, 18099, 13230, 9406, 14717, 10445, 16799, 13252, 16701, 13556, 10794, 14012, 9793, 16356, 14309, 15053, 13617, 11547, 13718, 14555, 12703, 10808, 14498, 13022, 11478, 15075, 12234, 18578, 14312, 10578, 16899, 13131, 10053, 16501, 13552, 14975, 14695, 11084, 17155, 13777, 14950, 14236, 10265, 16539, 13711, 15279, 13859, 10403, 16217, 13258, 11146, 14322, 11222, 18492, 13778, 9839, 16426, 13596, 10810, 16051, 12211, 18252, 13634, 13620, 14998, 11013, 17631, 13968, 10640, 15952, 13276, 17669, 13829, 10146, 15039, 10761, 16967, 13802, 17029, 13707, 10756, 15213, 10900, 17620, 13400, 17601, 13658, 10275, 15398, 11597, 16180, 13612, 11557, 14078, 10515, 16769, 13462, 10711, 15004, 11702, 17677, 13335, 10510, 15833, 12919, 15618, 13575, 10706, 16835, 12562, 17760, 13056, 10602, 15901, 12259, 17112, 13485, 10966, 14799, 10669, 17690, 13470, 17519, 13206, 11638, 14752, 10511, 16821, 13604, 17362, 13541, 9961, 14972, 11565, 16505, 13190, 18112, 13165, 9625, 14612, 10184, 16579, 11647, 17396, 13832, 16645, 13606, 11722, 14435, 11077, 16713, 13399, 16858, 13838, 11405, 15286, 11341, 16399, 13366, 14872, 13685, 10945, 16583, 12215, 16997, 13579, 13184, 15088, 11090, 17049, 13393, 17010, 13579, 18286, 13701, 10178, 15138, 10569, 16509, 13278, 16848, 13816, 12377, 13752, 9841, 15646, 12821, 17048, 13474, 10638, 14041, 10002, 17509, 13670, 10355, 16582, 13177, 10153, 16800, 13460, 10554, 16854, 13174, 13249, 13730, 10629, 17965, 13887, 9965, 15448, 13726, 14173, 14089, 10947, 17323, 13884, 18212, 13680, 11088, 15906, 13083, 18087, 14089, 10548, 16579, 13721, 18042, 13666, 10312, 16353, 13161, 17282, 13644, 16822, 13952, 9903, 16073, 13618, 17376, 13448, 13487, 14859, 10496, 16551, 13930, 17803, 13801, 11102, 16211, 12790, 16293, 13744, 9954, 15364, 11788, 16990, 13593, 14173, 13384, 10966, 16060, 11930, 16951, 13790, 12743, 14527, 11088, 18319, 13858, 15528, 13841, 9947, 16012, 12006, 18819, 14738, 12336, 15665, 10809, 17668, 11803, 17764, 13728, 17277, 13747, 11449, 15071, 10954, 17883, 13942, 10324, 15179, 13418, 17727, 13791, 13846, 14838, 10104, 16529, 12874, 18188, 14038, 18775, 14144, 10605, 15099, 10666, 16625, 12037, 17810, 13941, 17147, 13704, 14643, 13892, 11096, 16187, 11633, 17562, 14070, 17451, 13790, 10955, 15944, 13350, 16416, 13787, 10977, 16306, 11619, 17645, 13767, 12899, 14765, 10765, 17847, 14176, 10946, 14958, 11588, 18062, 13964, 18654, 14208, 11234, 16152, 13581, 13663, 14436, 10701, 16937, 13842, 17268, 13918, 10449, 16527, 13510, 17949, 13983, 10918, 15846, 11099, 17312, 14084, 17719, 14076, 11115, 14602, 10862, 17023, 14022, 18394, 14084, 10138, 15365, 13050, 16904, 13376, 16404, 13576, 10085, 15686, 11072, 18004, 13839, 17529, 13930, 11732, 15129, 10702, 17511, 13824, 17251, 13899, 10591, 15072, 10997, 17434, 14132, 17028, 13302, 12516, 14677, 10962, 17663, 13423, 17662, 13652, 14107, 13875, 10645, 16679, 12827, 17145, 14195, 14087, 13963, 10716, 16621, 12654, 17066, 13713, 13202, 14302, 10900, 17096, 13496, 16970, 13306, 14133, 14768, 10969, 17982, 13788, 9987, 15849, 13307, 18308, 13912, 12127, 16181, 11207, 17713, 13852, 17238, 13958, 11447, 15756, 12743, 17441, 13857, 17474, 13883, 9926, 15511, 11393, 17527, 13560, 17906, 13892, 16901, 13295, 13033, 13730, 11736, 16388, 10692, 16600, 13403, 16844, 13690, 17658, 13529, 10080, 15110, 11826, 17179, 13339, 18298, 13791, 10146, 15578, 12769, 16908, 13563, 17427, 13189, 18293, 13814, 10373, 14733, 10719, 16504, 13138, 16942, 13742, 14566, 13436, 10212, 16074, 11993, 18595, 13812, 10621, 14803, 11390, 17546, 13449, 17773, 13772, 18021, 13511, 13818, 13732, 10182, 15926, 11496], 'WindowCenter': [4743.0, 4697.0, 4711.0, 4661.0, 4721.0, 4670.0, 4728.0, 4688.0, 4687.0, 4687.0, 4648.0, 4718.0, 4688.0, 4729.0, 4688.0, 4658.0, 4696.0, 4658.0, 4730.0, 4709.0, 4688.0, 4697.0, 4657.0, 4730.0, 4703.0, 4702.0, 4710.0, 4691.0, 4680.0, 4710.0, 4691.0, 4671.0, 4710.0, 4669.0, 4719.0, 4690.0, 4669.0, 4707.0, 4679.0, 4698.0, 4686.0, 4655.0, 4707.0, 4687.0, 4665.0, 4706.0, 4676.0, 4666.0, 4686.0, 4676.0, 4685.0, 4685.0, 4678.0, 4687.0, 4687.0, 4648.0, 4717.0, 4685.0, 4636.0, 4706.0, 4676.0, 4656.0, 4706.0, 4677.0, 4635.0, 4695.0, 4677.0, 4677.0, 4707.0, 4688.0, 4686.0, 4686.0, 4648.0, 4717.0, 4698.0, 4667.0, 4705.0, 4687.0, 4666.0, 4709.0, 4669.0, 4727.0, 4689.0, 4638.0, 4708.0, 4688.0, 4687.0, 4707.0, 4677.0, 4687.0, 4686.0, 4660.0, 4718.0, 4699.0, 4679.0, 4706.0, 4677.0, 4716.0, 4688.0, 4658.0, 4719.0, 4688.0, 4685.0, 4686.0, 4648.0, 4715.0, 4688.0, 4697.0, 4688.0, 4659.0, 4719.0, 4700.0, 4709.0, 4700.0, 4651.0, 4720.0, 4701.0, 4720.0, 4701.0, 4689.0, 4688.0, 4638.0, 4707.0, 4657.0, 4716.0, 4686.0, 4704.0, 4686.0, 4648.0, 4707.0, 4666.0, 4708.0, 4697.0, 4689.0, 4700.0, 4671.0, 4729.0, 4700.0, 4720.0, 4714.0, 4673.0, 4723.0, 4682.0, 4733.0, 4701.0, 4730.0, 4703.0, 4671.0, 4721.0, 4682.0, 4731.0, 4704.0, 4672.0, 4712.0, 4674.0, 4732.0, 4716.0, 4705.0, 4714.0, 4666.0, 4732.0, 4714.0, 4721.0, 4712.0, 4662.0, 4733.0, 4691.0, 4730.0, 4702.0, 4662.0, 4711.0, 4662.0, 4730.0, 4711.0, 4728.0, 4690.0, 4649.0, 4710.0, 4681.0, 4731.0, 4701.0, 4673.0, 4723.0, 4706.0, 4733.0, 4716.0, 4696.0, 4746.0, 4717.0, 4745.0, 4715.0, 4696.0, 4733.0, 4685.0, 4733.0, 4703.0, 4711.0, 4700.0, 4669.0, 4721.0, 4688.0, 4688.0, 4700.0, 4661.0, 4730.0, 4699.0, 4680.0, 4700.0, 4662.0, 4731.0, 4703.0, 4720.0, 4700.0, 4664.0, 4724.0, 4685.0, 4733.0, 4713.0, 4672.0, 4711.0, 4672.0, 4731.0, 4700.0, 4660.0, 4710.0, 4681.0, 4730.0, 4702.0, 4652.0, 4711.0, 4674.0, 4719.0, 4701.0, 4702.0, 4711.0, 4660.0, 4719.0, 4690.0, 4719.0, 4701.0, 4661.0, 4711.0, 4672.0, 4730.0, 4712.0, 4662.0, 4712.0, 4692.0, 4722.0, 4702.0, 4692.0, 4709.0, 4673.0, 4732.0, 4701.0, 4662.0, 4711.0, 4674.0, 4742.0, 4715.0, 4723.0, 4705.0, 4703.0, 4714.0, 4694.0, 4722.0, 4652.0, 4719.0, 4689.0, 4720.0, 4690.0, 4670.0, 4710.0, 4678.0, 4708.0, 4690.0, 4662.0, 4720.0, 4680.0, 4708.0, 4690.0, 4718.0, 4690.0, 4668.0, 4699.0, 4659.0, 4708.0, 4689.0, 4708.0, 4689.0, 4717.0, 4688.0, 4659.0, 4708.0, 4689.0, 4718.0, 4699.0, 4680.0, 4699.0, 4670.0, 4720.0, 4689.0, 4719.0, 4701.0, 4681.0, 4711.0, 4669.0, 4720.0, 4688.0, 4709.0, 4700.0, 4697.0, 4699.0, 4660.0, 4722.0, 4689.0, 4707.0, 4691.0, 4671.0, 4711.0, 4668.0, 4709.0, 4688.0, 4688.0, 4699.0, 4661.0, 4731.0, 4702.0, 4664.0, 4723.0, 4703.0, 4670.0, 4701.0, 4658.0, 4699.0, 4650.0, 4718.0, 4689.0, 4717.0, 4687.0, 4667.0, 4685.0, 4646.0, 4696.0, 4664.0, 4695.0, 4674.0, 4696.0, 4677.0, 4666.0, 4685.0, 4635.0, 4696.0, 4666.0, 4707.0, 4676.0, 4705.0, 4676.0, 4625.0, 4686.0, 4646.0, 4707.0, 4689.0, 4697.0, 4678.0, 4646.0, 4686.0, 4638.0, 4709.0, 4701.0, 4699.0, 4690.0, 4681.0, 4700.0, 4701.0, 4690.0, 4660.0, 4700.0, 4690.0, 4670.0, 4702.0, 4680.0, 4720.0, 4691.0, 4659.0, 4708.0, 4679.0, 4649.0, 4708.0, 4679.0, 4687.0, 4686.0, 4658.0, 4707.0, 4690.0, 4697.0, 4689.0, 4647.0, 4707.0, 4688.0, 4706.0, 4689.0, 4659.0, 4721.0, 4692.0, 4684.0, 4715.0, 4685.0, 4746.0, 4716.0, 4673.0, 4722.0, 4702.0, 4672.0, 4711.0, 4683.0, 4734.0, 4701.0, 4705.0, 4712.0, 4661.0, 4719.0, 4690.0, 4660.0, 4710.0, 4694.0, 4720.0, 4689.0, 4649.0, 4700.0, 4670.0, 4719.0, 4702.0, 4719.0, 4691.0, 4671.0, 4711.0, 4673.0, 4733.0, 4691.0, 4718.0, 4689.0, 4661.0, 4711.0, 4672.0, 4722.0, 4701.0, 4670.0, 4701.0, 4660.0, 4725.0, 4704.0, 4687.0, 4724.0, 4694.0, 4733.0, 4704.0, 4674.0, 4722.0, 4704.0, 4721.0, 4705.0, 4675.0, 4722.0, 4681.0, 4720.0, 4690.0, 4662.0, 4711.0, 4682.0, 4709.0, 4689.0, 4659.0, 4698.0, 4659.0, 4719.0, 4689.0, 4717.0, 4677.0, 4659.0, 4710.0, 4662.0, 4719.0, 4690.0, 4720.0, 4690.0, 4662.0, 4712.0, 4683.0, 4724.0, 4694.0, 4731.0, 4693.0, 4653.0, 4703.0, 4662.0, 4722.0, 4682.0, 4722.0, 4702.0, 4711.0, 4691.0, 4669.0, 4702.0, 4672.0, 4732.0, 4703.0, 4721.0, 4713.0, 4684.0, 4726.0, 4685.0, 4734.0, 4713.0, 4714.0, 4705.0, 4685.0, 4734.0, 4694.0, 4723.0, 4704.0, 4703.0, 4714.0, 4672.0, 4723.0, 4692.0, 4722.0, 4691.0, 4730.0, 4691.0, 4649.0, 4701.0, 4661.0, 4711.0, 4691.0, 4721.0, 4702.0, 4683.0, 4701.0, 4663.0, 4711.0, 4692.0, 4734.0, 4706.0, 4673.0, 4715.0, 4665.0, 4734.0, 4714.0, 4676.0, 4734.0, 4704.0, 4675.0, 4733.0, 4705.0, 4672.0, 4734.0, 4705.0, 4692.0, 4704.0, 4661.0, 4732.0, 4703.0, 4664.0, 4711.0, 4702.0, 4701.0, 4702.0, 4673.0, 4732.0, 4703.0, 4732.0, 4703.0, 4686.0, 4722.0, 4701.0, 4731.0, 4702.0, 4661.0, 4720.0, 4701.0, 4731.0, 4691.0, 4651.0, 4709.0, 4681.0, 4719.0, 4691.0, 4709.0, 4690.0, 4639.0, 4697.0, 4688.0, 4710.0, 4690.0, 4679.0, 4689.0, 4649.0, 4707.0, 4688.0, 4717.0, 4678.0, 4658.0, 4698.0, 4679.0, 4708.0, 4686.0, 4650.0, 4700.0, 4681.0, 4719.0, 4690.0, 4691.0, 4690.0, 4660.0, 4710.0, 4684.0, 4720.0, 4690.0, 4679.0, 4697.0, 4661.0, 4720.0, 4688.0, 4696.0, 4677.0, 4637.0, 4698.0, 4681.0, 4731.0, 4699.0, 4666.0, 4695.0, 4655.0, 4707.0, 4680.0, 4716.0, 4688.0, 4717.0, 4690.0, 4669.0, 4711.0, 4660.0, 4719.0, 4689.0, 4647.0, 4698.0, 4691.0, 4718.0, 4690.0, 4689.0, 4699.0, 4649.0, 4708.0, 4678.0, 4719.0, 4688.0, 4716.0, 4676.0, 4647.0, 4685.0, 4636.0, 4696.0, 4667.0, 4705.0, 4675.0, 4694.0, 4673.0, 4685.0, 4675.0, 4655.0, 4696.0, 4655.0, 4705.0, 4686.0, 4705.0, 4689.0, 4659.0, 4708.0, 4689.0, 4708.0, 4690.0, 4659.0, 4709.0, 4669.0, 4717.0, 4688.0, 4678.0, 4699.0, 4669.0, 4717.0, 4688.0, 4658.0, 4696.0, 4669.0, 4718.0, 4700.0, 4718.0, 4689.0, 4660.0, 4706.0, 4689.0, 4687.0, 4700.0, 4658.0, 4719.0, 4689.0, 4718.0, 4690.0, 4661.0, 4711.0, 4690.0, 4720.0, 4690.0, 4658.0, 4698.0, 4657.0, 4705.0, 4688.0, 4705.0, 4689.0, 4657.0, 4687.0, 4656.0, 4707.0, 4688.0, 4719.0, 4688.0, 4650.0, 4698.0, 4680.0, 4719.0, 4690.0, 4708.0, 4679.0, 4649.0, 4696.0, 4659.0, 4718.0, 4678.0, 4706.0, 4687.0, 4657.0, 4685.0, 4650.0, 4709.0, 4688.0, 4706.0, 4687.0, 4649.0, 4698.0, 4660.0, 4719.0, 4692.0, 4708.0, 4690.0, 4668.0, 4698.0, 4658.0, 4720.0, 4678.0, 4707.0, 4688.0, 4687.0, 4689.0, 4660.0, 4708.0, 4678.0, 4707.0, 4690.0, 4686.0, 4689.0, 4659.0, 4711.0, 4681.0, 4708.0, 4690.0, 4689.0, 4700.0, 4670.0, 4721.0, 4703.0, 4722.0, 4692.0, 4703.0, 4711.0, 4672.0, 4733.0, 4701.0, 4663.0, 4722.0, 4703.0, 4730.0, 4703.0, 4681.0, 4712.0, 4670.0, 4720.0, 4689.0, 4719.0, 4687.0, 4671.0, 4709.0, 4679.0, 4718.0, 4690.0, 4719.0, 4691.0, 4650.0, 4699.0, 4670.0, 4718.0, 4690.0, 4716.0, 4688.0, 4696.0, 4676.0, 4665.0, 4675.0, 4657.0, 4698.0, 4645.0, 4694.0, 4676.0, 4704.0, 4687.0, 4706.0, 4679.0, 4647.0, 4687.0, 4668.0, 4718.0, 4691.0, 4719.0, 4687.0, 4649.0, 4698.0, 4680.0, 4706.0, 4676.0, 4705.0, 4678.0, 4705.0, 4677.0, 4637.0, 4686.0, 4646.0, 4697.0, 4678.0, 4707.0, 4688.0, 4687.0, 4687.0, 4658.0, 4710.0, 4670.0, 4729.0, 4689.0, 4661.0, 4700.0, 4669.0, 4717.0, 4680.0, 4709.0, 4678.0, 4709.0, 4678.0, 4676.0, 4679.0, 4647.0, 4698.0, 4657.0], 'WindowWidth': [10358.0, 10278.0, 10289.0, 10216.0, 10297.0, 10225.0, 10301.0, 10246.0, 10242.0, 10242.0, 10192.0, 10288.0, 10246.0, 10303.0, 10246.0, 10204.0, 10255.0, 10205.0, 10307.0, 10278.0, 10245.0, 10258.0, 10205.0, 10310.0, 10277.0, 10271.0, 10283.0, 10255.0, 10239.0, 10282.0, 10258.0, 10227.0, 10281.0, 10223.0, 10292.0, 10252.0, 10221.0, 10271.0, 10234.0, 10259.0, 10241.0, 10198.0, 10272.0, 10243.0, 10210.0, 10268.0, 10226.0, 10211.0, 10239.0, 10229.0, 10239.0, 10240.0, 10231.0, 10243.0, 10243.0, 10190.0, 10286.0, 10239.0, 10172.0, 10267.0, 10228.0, 10199.0, 10269.0, 10228.0, 10171.0, 10251.0, 10230.0, 10230.0, 10272.0, 10248.0, 10241.0, 10241.0, 10193.0, 10287.0, 10259.0, 10216.0, 10267.0, 10243.0, 10216.0, 10279.0, 10223.0, 10303.0, 10249.0, 10180.0, 10274.0, 10248.0, 10245.0, 10271.0, 10230.0, 10245.0, 10243.0, 10210.0, 10290.0, 10263.0, 10235.0, 10271.0, 10230.0, 10284.0, 10245.0, 10205.0, 10292.0, 10245.0, 10241.0, 10241.0, 10192.0, 10282.0, 10247.0, 10258.0, 10246.0, 10208.0, 10292.0, 10265.0, 10279.0, 10266.0, 10202.0, 10296.0, 10271.0, 10296.0, 10269.0, 10249.0, 10248.0, 10179.0, 10272.0, 10203.0, 10283.0, 10240.0, 10264.0, 10240.0, 10191.0, 10270.0, 10216.0, 10274.0, 10259.0, 10249.0, 10267.0, 10230.0, 10307.0, 10270.0, 10297.0, 10292.0, 10237.0, 10303.0, 10246.0, 10319.0, 10272.0, 10312.0, 10275.0, 10231.0, 10299.0, 10246.0, 10312.0, 10276.0, 10232.0, 10288.0, 10239.0, 10316.0, 10296.0, 10279.0, 10291.0, 10230.0, 10316.0, 10292.0, 10301.0, 10286.0, 10218.0, 10317.0, 10258.0, 10312.0, 10272.0, 10219.0, 10282.0, 10217.0, 10310.0, 10284.0, 10306.0, 10252.0, 10197.0, 10282.0, 10243.0, 10311.0, 10273.0, 10237.0, 10304.0, 10285.0, 10321.0, 10300.0, 10273.0, 10343.0, 10302.0, 10341.0, 10299.0, 10273.0, 10319.0, 10253.0, 10317.0, 10275.0, 10284.0, 10266.0, 10224.0, 10295.0, 10248.0, 10250.0, 10268.0, 10213.0, 10310.0, 10266.0, 10241.0, 10268.0, 10218.0, 10312.0, 10277.0, 10296.0, 10269.0, 10225.0, 10309.0, 10253.0, 10319.0, 10292.0, 10232.0, 10285.0, 10230.0, 10311.0, 10267.0, 10212.0, 10280.0, 10245.0, 10308.0, 10273.0, 10204.0, 10284.0, 10235.0, 10294.0, 10272.0, 10274.0, 10283.0, 10212.0, 10291.0, 10252.0, 10293.0, 10272.0, 10214.0, 10283.0, 10230.0, 10308.0, 10290.0, 10218.0, 10287.0, 10259.0, 10302.0, 10274.0, 10257.0, 10279.0, 10234.0, 10314.0, 10269.0, 10218.0, 10284.0, 10236.0, 10332.0, 10296.0, 10304.0, 10282.0, 10278.0, 10292.0, 10265.0, 10299.0, 10201.0, 10292.0, 10250.0, 10292.0, 10250.0, 10226.0, 10277.0, 10233.0, 10273.0, 10252.0, 10216.0, 10293.0, 10237.0, 10274.0, 10251.0, 10290.0, 10251.0, 10217.0, 10259.0, 10206.0, 10272.0, 10246.0, 10273.0, 10249.0, 10284.0, 10243.0, 10206.0, 10272.0, 10248.0, 10286.0, 10261.0, 10238.0, 10264.0, 10224.0, 10293.0, 10249.0, 10290.0, 10266.0, 10238.0, 10279.0, 10220.0, 10291.0, 10244.0, 10275.0, 10263.0, 10256.0, 10261.0, 10210.0, 10300.0, 10249.0, 10271.0, 10254.0, 10226.0, 10280.0, 10218.0, 10274.0, 10245.0, 10246.0, 10262.0, 10210.0, 10310.0, 10270.0, 10224.0, 10301.0, 10275.0, 10225.0, 10267.0, 10204.0, 10262.0, 10196.0, 10287.0, 10246.0, 10285.0, 10242.0, 10211.0, 10236.0, 10184.0, 10251.0, 10205.0, 10248.0, 10219.0, 10252.0, 10226.0, 10211.0, 10236.0, 10168.0, 10251.0, 10209.0, 10267.0, 10224.0, 10263.0, 10223.0, 10154.0, 10237.0, 10182.0, 10270.0, 10247.0, 10254.0, 10230.0, 10183.0, 10237.0, 10175.0, 10277.0, 10266.0, 10262.0, 10250.0, 10240.0, 10264.0, 10265.0, 10248.0, 10208.0, 10263.0, 10250.0, 10222.0, 10267.0, 10236.0, 10291.0, 10253.0, 10205.0, 10271.0, 10232.0, 10192.0, 10270.0, 10230.0, 10239.0, 10238.0, 10199.0, 10268.0, 10246.0, 10254.0, 10244.0, 10186.0, 10268.0, 10243.0, 10269.0, 10246.0, 10206.0, 10295.0, 10256.0, 10250.0, 10294.0, 10251.0, 10339.0, 10298.0, 10235.0, 10301.0, 10270.0, 10228.0, 10283.0, 10243.0, 10317.0, 10270.0, 10277.0, 10284.0, 10209.0, 10288.0, 10248.0, 10210.0, 10276.0, 10262.0, 10292.0, 10247.0, 10192.0, 10262.0, 10222.0, 10290.0, 10266.0, 10289.0, 10252.0, 10226.0, 10283.0, 10228.0, 10315.0, 10251.0, 10287.0, 10247.0, 10213.0, 10280.0, 10228.0, 10296.0, 10265.0, 10223.0, 10267.0, 10212.0, 10306.0, 10277.0, 10256.0, 10305.0, 10262.0, 10318.0, 10277.0, 10235.0, 10301.0, 10276.0, 10298.0, 10278.0, 10235.0, 10297.0, 10239.0, 10293.0, 10250.0, 10215.0, 10279.0, 10240.0, 10275.0, 10247.0, 10206.0, 10258.0, 10207.0, 10289.0, 10248.0, 10286.0, 10228.0, 10205.0, 10279.0, 10215.0, 10290.0, 10249.0, 10290.0, 10250.0, 10215.0, 10283.0, 10245.0, 10302.0, 10261.0, 10311.0, 10260.0, 10205.0, 10271.0, 10214.0, 10298.0, 10244.0, 10296.0, 10269.0, 10279.0, 10253.0, 10221.0, 10269.0, 10228.0, 10313.0, 10273.0, 10297.0, 10287.0, 10250.0, 10308.0, 10253.0, 10319.0, 10290.0, 10292.0, 10279.0, 10251.0, 10319.0, 10262.0, 10301.0, 10275.0, 10275.0, 10288.0, 10228.0, 10298.0, 10255.0, 10296.0, 10255.0, 10307.0, 10251.0, 10193.0, 10265.0, 10211.0, 10278.0, 10253.0, 10295.0, 10269.0, 10244.0, 10268.0, 10217.0, 10283.0, 10259.0, 10319.0, 10281.0, 10233.0, 10292.0, 10224.0, 10321.0, 10291.0, 10245.0, 10319.0, 10276.0, 10240.0, 10316.0, 10277.0, 10229.0, 10319.0, 10276.0, 10258.0, 10274.0, 10214.0, 10314.0, 10274.0, 10221.0, 10281.0, 10270.0, 10269.0, 10270.0, 10232.0, 10312.0, 10272.0, 10312.0, 10272.0, 10255.0, 10299.0, 10268.0, 10309.0, 10269.0, 10211.0, 10292.0, 10267.0, 10309.0, 10253.0, 10196.0, 10275.0, 10237.0, 10290.0, 10253.0, 10276.0, 10250.0, 10179.0, 10255.0, 10243.0, 10277.0, 10249.0, 10232.0, 10245.0, 10191.0, 10268.0, 10242.0, 10282.0, 10229.0, 10201.0, 10256.0, 10230.0, 10272.0, 10238.0, 10196.0, 10263.0, 10239.0, 10291.0, 10250.0, 10252.0, 10249.0, 10210.0, 10279.0, 10248.0, 10293.0, 10250.0, 10233.0, 10257.0, 10209.0, 10289.0, 10242.0, 10253.0, 10224.0, 10170.0, 10255.0, 10239.0, 10312.0, 10265.0, 10210.0, 10248.0, 10196.0, 10269.0, 10238.0, 10283.0, 10244.0, 10284.0, 10249.0, 10221.0, 10281.0, 10210.0, 10287.0, 10246.0, 10188.0, 10256.0, 10252.0, 10287.0, 10250.0, 10247.0, 10264.0, 10193.0, 10273.0, 10230.0, 10287.0, 10244.0, 10280.0, 10223.0, 10184.0, 10232.0, 10167.0, 10250.0, 10212.0, 10262.0, 10221.0, 10246.0, 10217.0, 10234.0, 10221.0, 10194.0, 10250.0, 10194.0, 10263.0, 10238.0, 10266.0, 10245.0, 10205.0, 10272.0, 10246.0, 10272.0, 10249.0, 10206.0, 10275.0, 10218.0, 10283.0, 10244.0, 10231.0, 10261.0, 10222.0, 10286.0, 10244.0, 10203.0, 10254.0, 10219.0, 10286.0, 10263.0, 10289.0, 10245.0, 10207.0, 10266.0, 10248.0, 10242.0, 10266.0, 10204.0, 10288.0, 10248.0, 10286.0, 10251.0, 10211.0, 10280.0, 10250.0, 10291.0, 10250.0, 10203.0, 10257.0, 10198.0, 10263.0, 10242.0, 10263.0, 10246.0, 10199.0, 10240.0, 10196.0, 10268.0, 10245.0, 10287.0, 10244.0, 10194.0, 10257.0, 10234.0, 10290.0, 10250.0, 10270.0, 10233.0, 10193.0, 10253.0, 10206.0, 10285.0, 10229.0, 10266.0, 10240.0, 10199.0, 10235.0, 10194.0, 10272.0, 10242.0, 10266.0, 10240.0, 10192.0, 10259.0, 10208.0, 10289.0, 10254.0, 10273.0, 10249.0, 10217.0, 10257.0, 10205.0, 10291.0, 10230.0, 10269.0, 10243.0, 10242.0, 10248.0, 10207.0, 10272.0, 10230.0, 10270.0, 10248.0, 10241.0, 10248.0, 10207.0, 10278.0, 10237.0, 10274.0, 10251.0, 10248.0, 10265.0, 10224.0, 10295.0, 10272.0, 10296.0, 10256.0, 10271.0, 10282.0, 10230.0, 10313.0, 10270.0, 10218.0, 10299.0, 10273.0, 10308.0, 10272.0, 10241.0, 10283.0, 10222.0, 10292.0, 10248.0, 10288.0, 10244.0, 10225.0, 10275.0, 10233.0, 10286.0, 10249.0, 10291.0, 10252.0, 10197.0, 10262.0, 10222.0, 10287.0, 10249.0, 10282.0, 10243.0, 10252.0, 10225.0, 10208.0, 10223.0, 10198.0, 10255.0, 10180.0, 10246.0, 10223.0, 10263.0, 10240.0, 10266.0, 10232.0, 10186.0, 10241.0, 10215.0, 10286.0, 10253.0, 10290.0, 10242.0, 10193.0, 10257.0, 10233.0, 10266.0, 10226.0, 10264.0, 10229.0, 10263.0, 10226.0, 10170.0, 10237.0, 10183.0, 10253.0, 10227.0, 10267.0, 10241.0, 10241.0, 10242.0, 10204.0, 10277.0, 10222.0, 10303.0, 10249.0, 10210.0, 10264.0, 10219.0, 10283.0, 10232.0, 10272.0, 10228.0, 10272.0, 10230.0, 10223.0, 10230.0, 10187.0, 10255.0, 10199.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.0006282758620689657</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022629847241379314</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.89680676302646</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2760871863061003</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9733119652128891</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5553.7637</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08922022839127954</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.252873563218391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.418897944792196</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39507085198797</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5766933931122966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284929589276321</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00850788</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012113302946090698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030051594600081444</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9716691330652534</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>19.148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1051</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.7924</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296062.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>912.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.7788</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6975</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>655.1755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3848.1818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80482.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5093.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.6448</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.125195022672415</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> |