=== 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-0032 --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-0032",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0032_ses-03_task-social_acq-mb8_run-02_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-0032_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-02_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-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-02_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>aa967cc8979b05d9e54c2bbfa79d1437</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>13:16:57.432500</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_VE11C_LATEST_20160120</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.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</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-02_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.0896896</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1d81f423-c26c-456b-87b6-3ab0ac4bfda6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['131657.432500', '131657.892500', '131658.352500', '131658.812500', '131659.272500', '131659.732500', '131700.192500', '131700.652500', '131701.112500', '131701.572500', '131702.032500', '131702.492500', '131702.952500', '131703.412500', '131703.872500', '131704.332500', '131704.792500', '131705.252500', '131705.712500', '131706.172500', '131706.632500', '131707.092500', '131707.552500', '131708.012500', '131708.472500', '131708.932500', '131709.392500', '131709.852500', '131710.312500', '131710.772500', '131711.232500', '131711.692500', '131712.152500', '131712.612500', '131713.072500', '131713.532500', '131713.992500', '131714.452500', '131714.912500', '131715.372500', '131715.832500', '131716.292500', '131716.752500', '131717.212500', '131717.672500', '131718.132500', '131718.592500', '131719.052500', '131719.512500', '131719.972500', '131720.432500', '131720.892500', '131721.352500', '131721.812500', '131722.272500', '131722.732500', '131723.192500', '131723.652500', '131724.112500', '131724.572500', '131725.032500', '131725.492500', '131725.952500', '131726.412500', '131726.872500', '131727.332500', '131727.792500', '131728.252500', '131728.712500', '131729.172500', '131729.632500', '131730.092500', '131730.552500', '131731.012500', '131731.472500', '131731.932500', '131732.392500', '131732.852500', '131733.312500', '131733.772500', '131734.232500', '131734.692500', '131735.152500', '131735.612500', '131736.072500', '131736.532500', '131736.992500', '131737.452500', '131737.912500', '131738.372500', '131738.832500', '131739.292500', '131739.752500', '131740.212500', '131740.672500', '131741.132500', '131741.592500', '131742.052500', '131742.512500', '131742.972500', '131743.432500', '131743.892500', '131744.352500', '131744.812500', '131745.272500', '131745.732500', '131746.192500', '131746.652500', '131747.112500', '131747.572500', '131748.032500', '131748.492500', '131748.952500', '131749.412500', '131749.872500', '131750.332500', '131750.792500', '131751.252500', '131751.712500', '131752.172500', '131752.632500', '131753.092500', '131753.552500', '131754.012500', '131754.472500', '131754.932500', '131755.392500', '131755.852500', '131756.312500', '131756.772500', '131757.232500', '131757.692500', '131758.152500', '131758.612500', '131759.072500', '131759.532500', '131759.992500', '131800.452500', '131800.912500', '131801.372500', '131801.832500', '131802.292500', '131802.752500', '131803.212500', '131803.672500', '131804.132500', '131804.592500', '131805.052500', '131805.512500', '131805.972500', '131806.432500', '131806.892500', '131807.352500', '131807.812500', '131808.272500', '131808.732500', '131809.192500', '131809.652500', '131810.112500', '131810.572500', '131811.032500', '131811.492500', '131811.952500', '131812.412500', '131812.872500', '131813.332500', '131813.792500', '131814.252500', '131814.712500', '131815.172500', '131815.632500', '131816.092500', '131816.552500', '131817.012500', '131817.472500', '131817.932500', '131818.392500', '131818.852500', '131819.312500', '131819.772500', '131820.232500', '131820.692500', '131821.152500', '131821.612500', '131822.072500', '131822.532500', '131822.992500', '131823.452500', '131823.912500', '131824.372500', '131824.832500', '131825.292500', '131825.752500', '131826.212500', '131826.672500', '131827.132500', '131827.592500', '131828.052500', '131828.512500', '131828.972500', '131829.432500', '131829.892500', '131830.352500', '131830.812500', '131831.272500', '131831.732500', '131832.192500', '131832.652500', '131833.112500', '131833.572500', '131834.032500', '131834.492500', '131834.952500', '131835.412500', '131835.872500', '131836.332500', '131836.792500', '131837.252500', '131837.712500', '131838.172500', '131838.632500', '131839.092500', '131839.552500', '131840.012500', '131840.472500', '131840.932500', '131841.392500', '131841.852500', '131842.312500', '131842.772500', '131843.232500', '131843.692500', '131844.152500', '131844.612500', '131845.072500', '131845.532500', '131845.992500', '131846.452500', '131846.912500', '131847.372500', '131847.832500', '131848.292500', '131848.752500', '131849.212500', '131849.672500', '131850.132500', '131850.592500', '131851.052500', '131851.512500', '131851.972500', '131852.432500', '131852.892500', '131853.352500', '131853.812500', '131854.272500', '131854.732500', '131855.192500', '131855.652500', '131856.112500', '131856.572500', '131857.032500', '131857.492500', '131857.952500', '131858.412500', '131858.872500', '131859.332500', '131859.792500', '131900.252500', '131900.712500', '131901.172500', '131901.632500', '131902.092500', '131902.552500', '131903.012500', '131903.472500', '131903.932500', '131904.392500', '131904.852500', '131905.312500', '131905.772500', '131906.232500', '131906.692500', '131907.152500', '131907.612500', '131908.072500', '131908.532500', '131908.992500', '131909.452500', '131909.912500', '131910.372500', '131910.832500', '131911.292500', '131911.752500', '131912.212500', '131912.672500', '131913.132500', '131913.592500', '131914.052500', '131914.512500', '131914.972500', '131915.432500', '131915.892500', '131916.352500', '131916.812500', '131917.272500', '131917.732500', '131918.192500', '131918.652500', '131919.112500', '131919.572500', '131920.032500', '131920.492500', '131920.952500', '131921.412500', '131921.872500', '131922.332500', '131922.792500', '131923.252500', '131923.712500', '131924.172500', '131924.632500', '131925.092500', '131925.552500', '131926.012500', '131926.472500', '131926.932500', '131927.392500', '131927.852500', '131928.312500', '131928.772500', '131929.232500', '131929.692500', '131930.152500', '131930.612500', '131931.072500', '131931.532500', '131931.992500', '131932.452500', '131932.912500', '131933.372500', '131933.832500', '131934.292500', '131934.752500', '131935.212500', '131935.672500', '131936.132500', '131936.592500', '131937.052500', '131937.512500', '131937.972500', '131938.432500', '131938.892500', '131939.352500', '131939.812500', '131940.272500', '131940.732500', '131941.192500', '131941.652500', '131942.112500', '131942.572500', '131943.032500', '131943.492500', '131943.952500', '131944.412500', '131944.872500', '131945.332500', '131945.792500', '131946.252500', '131946.712500', '131947.172500', '131947.632500', '131948.092500', '131948.552500', '131949.012500', '131949.472500', '131949.932500', '131950.392500', '131950.852500', '131951.312500', '131951.772500', '131952.232500', '131952.692500', '131953.152500', '131953.612500', '131954.072500', '131954.532500', '131954.992500', '131955.452500', '131955.912500', '131956.372500', '131956.832500', '131957.292500', '131957.752500', '131958.212500', '131958.672500', '131959.132500', '131959.592500', '132000.052500', '132000.512500', '132000.972500', '132001.432500', '132001.892500', '132002.352500', '132002.812500', '132003.272500', '132003.732500', '132004.192500', '132004.652500', '132005.112500', '132005.572500', '132006.032500', '132006.492500', '132006.952500', '132007.412500', '132007.872500', '132008.332500', '132008.792500', '132009.252500', '132009.712500', '132010.172500', '132010.632500', '132011.092500', '132011.552500', '132012.012500', '132012.472500', '132012.932500', '132013.392500', '132013.852500', '132014.312500', '132014.772500', '132015.232500', '132015.692500', '132016.152500', '132016.612500', '132017.072500', '132017.532500', '132017.992500', '132018.452500', '132018.912500', '132019.372500', '132019.832500', '132020.292500', '132020.752500', '132021.212500', '132021.672500', '132022.132500', '132022.592500', '132023.052500', '132023.512500', '132023.972500', '132024.432500', '132024.892500', '132025.352500', '132025.812500', '132026.272500', '132026.732500', '132027.192500', '132027.652500', '132028.112500', '132028.572500', '132029.032500', '132029.492500', '132029.952500', '132030.412500', '132030.872500', '132031.332500', '132031.792500', '132032.252500', '132032.712500', '132033.172500', '132033.632500', '132034.092500', '132034.552500', '132035.012500', '132035.472500', '132035.932500', '132036.392500', '132036.852500', '132037.312500', '132037.772500', '132038.232500', '132038.692500', '132039.152500', '132039.612500', '132040.072500', '132040.532500', '132040.992500', '132041.452500', '132041.912500', '132042.372500', '132042.832500', '132043.292500', '132043.752500', '132044.212500', '132044.672500', '132045.132500', '132045.592500', '132046.052500', '132046.512500', '132046.972500', '132047.432500', '132047.892500', '132048.352500', '132048.812500', '132049.272500', '132049.732500', '132050.192500', '132050.652500', '132051.112500', '132051.572500', '132052.032500', '132052.492500', '132052.952500', '132053.412500', '132053.872500', '132054.332500', '132054.792500', '132055.252500', '132055.712500', '132056.172500', '132056.632500', '132057.092500', '132057.552500', '132058.012500', '132058.472500', '132058.932500', '132059.392500', '132059.852500', '132100.312500', '132100.772500', '132101.232500', '132101.692500', '132102.152500', '132102.612500', '132103.072500', '132103.532500', '132103.992500', '132104.452500', '132104.912500', '132105.372500', '132105.832500', '132106.292500', '132106.752500', '132107.212500', '132107.672500', '132108.132500', '132108.592500', '132109.052500', '132109.512500', '132109.972500', '132110.432500', '132110.892500', '132111.352500', '132111.812500', '132112.272500', '132112.732500', '132113.192500', '132113.652500', '132114.112500', '132114.572500', '132115.032500', '132115.492500', '132115.952500', '132116.412500', '132116.872500', '132117.332500', '132117.792500', '132118.252500', '132118.712500', '132119.172500', '132119.632500', '132120.092500', '132120.552500', '132121.012500', '132121.472500', '132121.932500', '132122.392500', '132122.852500', '132123.312500', '132123.772500', '132124.232500', '132124.692500', '132125.152500', '132125.612500', '132126.072500', '132126.532500', '132126.992500', '132127.452500', '132127.912500', '132128.372500', '132128.832500', '132129.292500', '132129.752500', '132130.212500', '132130.672500', '132131.132500', '132131.592500', '132132.052500', '132132.512500', '132132.972500', '132133.432500', '132133.892500', '132134.352500', '132134.812500', '132135.272500', '132135.732500', '132136.192500', '132136.652500', '132137.112500', '132137.572500', '132138.032500', '132138.492500', '132138.952500', '132139.412500', '132139.872500', '132140.332500', '132140.792500', '132141.252500', '132141.712500', '132142.172500', '132142.632500', '132143.092500', '132143.552500', '132144.012500', '132144.472500', '132144.932500', '132145.392500', '132145.852500', '132146.312500', '132146.772500', '132147.232500', '132147.692500', '132148.152500', '132148.612500', '132149.072500', '132149.532500', '132149.992500', '132150.452500', '132150.912500', '132151.372500', '132151.832500', '132152.292500', '132152.752500', '132153.212500', '132153.672500', '132154.132500', '132154.592500', '132155.052500', '132155.512500', '132155.972500', '132156.432500', '132156.892500', '132157.352500', '132157.812500', '132158.272500', '132158.732500', '132159.192500', '132159.652500', '132200.112500', '132200.572500', '132201.032500', '132201.492500', '132201.952500', '132202.412500', '132202.872500', '132203.332500', '132203.792500', '132204.252500', '132204.712500', '132205.172500', '132205.632500', '132206.092500', '132206.552500', '132207.012500', '132207.472500', '132207.932500', '132208.392500', '132208.852500', '132209.312500', '132209.772500', '132210.232500', '132210.692500', '132211.152500', '132211.612500', '132212.072500', '132212.532500', '132212.992500', '132213.452500', '132213.912500', '132214.372500', '132214.832500', '132215.292500', '132215.752500', '132216.212500', '132216.672500', '132217.132500', '132217.592500', '132218.052500', '132218.512500', '132218.972500', '132219.432500', '132219.892500', '132220.352500', '132220.812500', '132221.272500', '132221.732500', '132222.192500', '132222.652500', '132223.112500', '132223.572500', '132224.032500', '132224.492500', '132224.952500', '132225.412500', '132225.872500', '132226.332500', '132226.792500', '132227.252500', '132227.712500', '132228.172500', '132228.632500', '132229.092500', '132229.552500', '132230.012500', '132230.472500', '132230.932500', '132231.392500', '132231.852500', '132232.312500', '132232.772500', '132233.232500', '132233.692500', '132234.152500', '132234.612500', '132235.072500', '132235.532500', '132235.992500', '132236.452500', '132236.912500', '132237.372500', '132237.832500', '132238.292500', '132238.752500', '132239.212500', '132239.672500', '132240.132500', '132240.592500', '132241.052500', '132241.512500', '132241.972500', '132242.432500', '132242.892500', '132243.352500', '132243.812500', '132244.272500', '132244.732500', '132245.192500', '132245.652500', '132246.112500', '132246.572500', '132247.032500', '132247.492500', '132247.952500', '132248.412500', '132248.872500', '132249.332500', '132249.792500', '132250.252500', '132250.712500', '132251.172500', '132251.632500', '132252.092500', '132252.552500', '132253.012500', '132253.472500', '132253.932500', '132254.392500', '132254.852500', '132255.312500', '132255.772500', '132256.232500', '132256.692500', '132257.152500', '132257.612500', '132258.072500', '132258.532500', '132258.992500', '132259.452500', '132259.912500', '132300.372500', '132300.832500', '132301.292500', '132301.752500', '132302.212500', '132302.672500', '132303.132500', '132303.592500', '132304.052500', '132304.512500', '132304.972500', '132305.432500', '132305.892500', '132306.352500', '132306.812500', '132307.272500', '132307.732500', '132308.192500', '132308.652500', '132309.112500', '132309.572500', '132310.032500', '132310.492500', '132310.952500', '132311.412500', '132311.872500', '132312.332500', '132312.792500', '132313.252500', '132313.712500', '132314.172500', '132314.632500', '132315.092500', '132315.552500', '132316.012500', '132316.472500', '132316.932500', '132317.392500', '132317.852500', '132318.312500', '132318.772500', '132319.232500', '132319.692500', '132320.152500', '132320.612500', '132321.072500', '132321.532500', '132321.992500', '132322.452500', '132322.912500', '132323.372500', '132323.832500', '132324.292500', '132324.752500', '132325.212500', '132325.672500', '132326.132500', '132326.592500', '132327.052500', '132327.512500', '132327.972500', '132328.432500', '132328.892500', '132329.352500', '132329.812500', '132330.272500', '132330.732500', '132331.192500', '132331.652500', '132332.112500', '132332.572500', '132333.032500', '132333.492500', '132333.952500', '132334.412500', '132334.872500', '132335.332500', '132335.792500', '132336.252500', '132336.712500', '132337.172500', '132337.632500', '132338.092500'], 'ContentTime': ['131725.725000', '131725.728000', '131725.731000', '131725.734000', '131725.737000', '131725.740000', '131725.743000', '131725.746000', '131725.749000', '131725.751000', '131725.754000', '131725.767000', '131725.770000', '131725.773000', '131725.776000', '131725.779000', '131725.782000', '131725.785000', '131725.788000', '131725.790000', '131725.793000', '131725.796000', '131725.799000', '131725.802000', '131725.804000', '131725.807000', '131725.810000', '131725.813000', '131725.816000', '131725.819000', '131725.821000', '131725.824000', '131725.831000', '131725.834000', '131725.837000', '131725.840000', '131725.843000', '131725.846000', '131725.848000', '131725.851000', '131725.854000', '131725.857000', '131725.870000', '131725.873000', '131725.876000', '131725.878000', '131725.881000', '131725.884000', '131725.887000', '131725.890000', '131725.892000', '131725.895000', '131725.898000', '131725.901000', '131725.904000', '131725.907000', '131725.909000', '131725.912000', '131725.915000', '131725.918000', '131745.671000', '131745.674000', '131745.677000', '131745.679000', '131745.682000', '131745.685000', '131745.688000', '131745.694000', '131745.697000', '131745.700000', '131745.703000', '131745.706000', '131745.708000', '131745.711000', '131745.714000', '131745.717000', '131745.720000', '131745.722000', '131745.725000', '131745.728000', '131745.731000', '131745.734000', '131745.737000', '131745.739000', '131745.742000', '131745.745000', '131745.748000', '131745.751000', '131745.753000', '131745.756000', '131745.759000', '131745.762000', '131745.765000', '131745.768000', '131745.770000', '131745.773000', '131745.776000', '131745.779000', '131745.782000', '131745.785000', '131745.787000', '131745.790000', '131745.793000', '131745.796000', '131805.671000', '131805.674000', '131805.677000', '131805.679000', '131805.682000', '131805.685000', '131805.688000', '131805.691000', '131805.694000', '131805.696000', '131805.699000', '131805.702000', '131805.705000', '131805.708000', '131805.710000', '131805.713000', '131805.716000', '131805.719000', '131805.722000', '131805.724000', '131805.727000', '131805.730000', '131805.733000', '131805.736000', '131805.739000', '131805.742000', '131805.744000', '131805.747000', '131805.750000', '131805.753000', '131805.756000', '131805.758000', '131805.761000', '131805.764000', '131805.767000', '131805.770000', '131805.773000', '131805.775000', '131805.778000', '131805.781000', '131805.785000', '131805.790000', '131805.793000', '131825.671000', '131825.674000', '131825.677000', '131825.679000', '131825.682000', '131825.685000', '131825.688000', '131825.691000', '131825.694000', '131825.696000', '131825.699000', '131825.702000', '131825.705000', '131825.708000', '131825.710000', '131825.713000', '131825.716000', '131825.719000', '131825.722000', '131825.725000', '131825.728000', '131825.730000', '131825.733000', '131825.736000', '131825.739000', '131825.742000', '131825.744000', '131825.747000', '131825.750000', '131825.753000', '131825.756000', '131825.759000', '131825.761000', '131825.764000', '131825.767000', '131825.770000', '131825.773000', '131825.776000', '131825.779000', '131825.781000', '131825.784000', '131825.787000', '131825.790000', '131825.793000', '131845.670000', '131845.673000', '131845.676000', '131845.679000', '131845.681000', '131845.684000', '131845.687000', '131845.690000', '131845.693000', '131845.696000', '131845.698000', '131845.701000', '131845.709000', '131845.711000', '131845.714000', '131845.717000', '131845.720000', '131845.723000', '131845.726000', '131845.728000', '131845.731000', '131845.734000', '131845.739000', '131845.742000', '131845.745000', '131845.747000', '131845.750000', '131845.753000', '131845.756000', '131845.759000', '131845.761000', '131845.764000', '131845.767000', '131845.770000', '131845.773000', '131845.785000', '131845.788000', '131845.791000', '131845.794000', '131845.796000', '131845.799000', '131845.802000', '131845.807000', '131905.670000', '131905.673000', '131905.675000', '131905.678000', '131905.681000', '131905.684000', '131905.687000', '131905.690000', '131905.692000', '131905.695000', '131905.698000', '131905.701000', '131905.704000', '131905.707000', '131905.709000', '131905.712000', '131905.715000', '131905.718000', '131905.721000', '131905.724000', '131905.727000', '131905.729000', '131905.732000', '131905.735000', '131905.738000', '131905.741000', '131905.743000', '131905.746000', '131905.749000', '131905.752000', '131905.755000', '131905.758000', '131905.760000', '131905.763000', '131905.766000', '131905.769000', '131905.772000', '131905.775000', '131905.778000', '131905.780000', '131905.783000', '131905.786000', '131905.789000', '131905.792000', '131925.671000', '131925.674000', '131925.677000', '131925.679000', '131925.682000', '131925.685000', '131925.688000', '131925.691000', '131925.694000', '131925.697000', '131925.699000', '131925.702000', '131925.705000', '131925.708000', '131925.711000', '131925.714000', '131925.716000', '131925.719000', '131925.722000', '131925.725000', '131925.728000', '131925.731000', '131925.733000', '131925.736000', '131925.739000', '131925.742000', '131925.745000', '131925.747000', '131925.750000', '131925.753000', '131925.756000', '131925.759000', '131925.762000', '131925.764000', '131925.767000', '131925.770000', '131925.773000', '131925.776000', '131925.779000', '131925.782000', '131925.784000', '131925.787000', '131925.790000', '131945.671000', '131945.674000', '131945.677000', '131945.680000', '131945.682000', '131945.685000', '131945.688000', '131945.697000', '131945.700000', '131945.703000', '131945.705000', '131945.708000', '131945.711000', '131945.714000', '131945.717000', '131945.720000', '131945.722000', '131945.725000', '131945.728000', '131945.731000', '131945.734000', '131945.737000', '131945.739000', '131945.742000', '131945.745000', '131945.748000', '131945.751000', '131945.754000', '131945.757000', '131945.759000', '131945.762000', '131945.765000', '131945.768000', '131945.771000', '131945.774000', '131945.776000', '131945.779000', '131945.782000', '131945.785000', '131945.788000', '131945.791000', '131945.793000', '131945.796000', '131945.799000', '132005.671000', '132005.674000', '132005.677000', '132005.680000', '132005.682000', '132005.685000', '132005.688000', '132005.691000', '132005.694000', '132005.696000', '132005.699000', '132005.702000', '132005.705000', '132005.708000', '132005.711000', '132005.714000', '132005.716000', '132005.719000', '132005.722000', '132005.725000', '132005.728000', '132005.731000', '132005.734000', '132005.736000', '132005.739000', '132005.742000', '132005.745000', '132005.748000', '132005.750000', '132005.753000', '132005.756000', '132005.759000', '132005.762000', '132005.765000', '132005.768000', '132005.770000', '132005.773000', '132005.778000', '132005.781000', '132005.784000', '132005.786000', '132005.789000', '132005.792000', '132025.671000', '132025.674000', '132025.677000', '132025.680000', '132025.683000', '132025.685000', '132025.688000', '132025.691000', '132025.694000', '132025.697000', '132025.699000', '132025.702000', '132025.705000', '132025.708000', '132025.711000', '132025.714000', '132025.726000', '132025.748000', '132025.751000', '132025.754000', '132025.757000', '132025.760000', '132025.762000', '132025.765000', '132025.768000', '132025.771000', '132025.774000', '132025.776000', '132025.779000', '132025.782000', '132025.785000', '132025.788000', '132025.791000', '132025.794000', '132025.796000', '132025.799000', '132025.802000', '132025.805000', '132025.808000', '132025.811000', '132025.813000', '132025.816000', '132025.819000', '132025.822000', '132045.670000', '132045.673000', '132045.676000', '132045.679000', '132045.682000', '132045.684000', '132045.693000', '132045.696000', '132045.699000', '132045.702000', '132045.705000', '132045.707000', '132045.710000', '132045.713000', '132045.716000', '132045.719000', '132045.722000', '132045.725000', '132045.727000', '132045.730000', '132045.733000', '132045.736000', '132045.739000', '132045.742000', '132045.744000', '132045.747000', '132045.750000', '132045.753000', '132045.756000', '132045.759000', '132045.761000', '132045.764000', '132045.767000', '132045.770000', '132045.773000', '132045.775000', '132045.778000', '132045.781000', '132045.784000', '132045.787000', '132045.790000', '132045.792000', '132045.795000', '132105.670000', '132105.673000', '132105.676000', '132105.678000', '132105.681000', '132105.684000', '132105.687000', '132105.690000', '132105.693000', '132105.695000', '132105.698000', '132105.701000', '132105.704000', '132105.707000', '132105.710000', '132105.712000', '132105.723000', '132105.726000', '132105.729000', '132105.731000', '132105.734000', '132105.737000', '132105.740000', '132105.743000', '132105.753000', '132105.756000', '132105.759000', '132105.761000', '132105.764000', '132105.767000', '132105.770000', '132105.773000', '132105.776000', '132105.779000', '132105.781000', '132105.784000', '132105.787000', '132105.790000', '132105.793000', '132105.796000', '132105.798000', '132105.801000', '132105.804000', '132105.807000', '132125.670000', '132125.673000', '132125.676000', '132125.679000', '132125.681000', '132125.684000', '132125.687000', '132125.690000', '132125.693000', '132125.696000', '132125.698000', '132125.701000', '132125.704000', '132125.707000', '132125.710000', '132125.713000', '132125.716000', '132125.718000', '132125.721000', '132125.724000', '132125.727000', '132125.730000', '132125.733000', '132125.736000', '132125.738000', '132125.741000', '132125.744000', '132125.747000', '132125.750000', '132125.753000', '132125.756000', '132125.758000', '132125.761000', '132125.764000', '132125.767000', '132125.770000', '132125.773000', '132125.775000', '132125.778000', '132125.781000', '132125.784000', '132125.787000', '132125.790000', '132145.671000', '132145.674000', '132145.677000', '132145.679000', '132145.682000', '132145.685000', '132145.688000', '132145.691000', '132145.694000', '132145.696000', '132145.699000', '132145.702000', '132145.705000', '132145.708000', '132145.711000', '132145.713000', '132145.716000', '132145.719000', '132145.722000', '132145.725000', '132145.728000', '132145.730000', '132145.733000', '132145.736000', '132145.739000', '132145.742000', '132145.745000', '132145.748000', '132145.750000', '132145.753000', '132145.756000', '132145.759000', '132145.762000', '132145.765000', '132145.767000', '132145.770000', '132145.773000', '132145.776000', '132145.779000', '132145.782000', '132145.785000', '132145.799000', '132145.801000', '132145.804000', '132205.671000', '132205.674000', '132205.677000', '132205.680000', '132205.682000', '132205.685000', '132205.688000', '132205.691000', '132205.694000', '132205.697000', '132205.699000', '132205.702000', '132205.705000', '132205.708000', '132205.711000', '132205.714000', '132205.717000', '132205.719000', '132205.722000', '132205.725000', '132205.728000', '132205.731000', '132205.733000', '132205.736000', '132205.739000', '132205.742000', '132205.745000', '132205.748000', '132205.750000', '132205.753000', '132205.756000', '132205.759000', '132205.762000', '132205.765000', '132205.768000', '132205.770000', '132205.773000', '132205.784000', '132205.787000', '132205.790000', '132205.792000', '132205.795000', '132205.798000', '132225.671000', '132225.674000', '132225.677000', '132225.680000', '132225.682000', '132225.685000', '132225.688000', '132225.691000', '132225.694000', '132225.697000', '132225.700000', '132225.703000', '132225.706000', '132225.709000', '132225.711000', '132225.714000', '132225.717000', '132225.720000', '132225.723000', '132225.726000', '132225.728000', '132225.731000', '132225.734000', '132225.737000', '132225.740000', '132225.743000', '132225.746000', '132225.748000', '132225.751000', '132225.754000', '132225.757000', '132225.760000', '132225.763000', '132225.765000', '132225.768000', '132225.771000', '132225.774000', '132225.777000', '132225.780000', '132225.783000', '132225.785000', '132225.788000', '132225.791000', '132245.671000', '132245.683000', '132245.686000', '132245.689000', '132245.691000', '132245.694000', '132245.697000', '132245.700000', '132245.703000', '132245.706000', '132245.708000', '132245.711000', '132245.714000', '132245.717000', '132245.720000', '132245.723000', '132245.725000', '132245.728000', '132245.731000', '132245.734000', '132245.737000', '132245.739000', '132245.742000', '132245.745000', '132245.748000', '132245.751000', '132245.754000', '132245.757000', '132245.759000', '132245.762000', '132245.765000', '132245.768000', '132245.771000', '132245.774000', '132245.777000', '132245.779000', '132245.782000', '132245.785000', '132245.788000', '132245.791000', '132245.794000', '132245.797000', '132245.799000', '132245.802000', '132305.670000', '132305.673000', '132305.676000', '132305.679000', '132305.681000', '132305.684000', '132305.687000', '132305.690000', '132305.693000', '132305.696000', '132305.699000', '132305.702000', '132305.705000', '132305.708000', '132305.710000', '132305.713000', '132305.716000', '132305.719000', '132305.722000', '132305.725000', '132305.727000', '132305.730000', '132305.733000', '132305.736000', '132305.739000', '132305.742000', '132305.744000', '132305.747000', '132305.750000', '132305.754000', '132305.757000', '132305.760000', '132305.763000', '132305.766000', '132305.769000', '132305.772000', '132305.775000', '132305.777000', '132305.780000', '132305.783000', '132305.786000', '132305.789000', '132305.792000', '132325.670000', '132325.673000', '132325.676000', '132325.678000', '132325.681000', '132325.684000', '132325.687000', '132325.690000', '132325.693000', '132325.708000', '132325.711000', '132325.713000', '132325.716000', '132325.719000', '132325.722000', '132325.725000', '132325.728000', '132325.730000', '132325.733000', '132325.736000', '132325.739000', '132325.742000', '132325.745000', '132325.748000', '132325.750000', '132325.753000', '132325.756000', '132325.759000', '132325.762000', '132325.764000', '132325.767000', '132325.770000', '132325.773000', '132325.776000', '132325.779000', '132325.781000', '132325.784000', '132325.787000', '132325.790000', '132325.793000', '132325.796000', '132325.799000', '132325.801000', '132325.804000', '132338.891000', '132338.894000', '132338.897000', '132338.900000', '132338.903000', '132338.906000', '132338.909000', '132338.912000', '132338.915000', '132338.918000', '132338.921000', '132338.924000', '132338.927000', '132338.930000', '132338.933000', '132338.936000', '132338.939000', '132338.941000', '132338.944000', '132338.947000', '132338.950000', '132338.953000', '132338.956000', '132338.959000', '132338.968000', '132338.971000', '132338.974000', '132338.977000', '132338.979000'], 'InstanceCreationTime': ['131725.725000', '131725.728000', '131725.731000', '131725.734000', '131725.737000', '131725.740000', '131725.743000', '131725.746000', '131725.749000', '131725.751000', '131725.754000', '131725.767000', '131725.770000', '131725.773000', '131725.776000', '131725.779000', '131725.782000', '131725.785000', '131725.788000', '131725.790000', '131725.793000', '131725.796000', '131725.799000', '131725.802000', '131725.804000', '131725.807000', '131725.810000', '131725.813000', '131725.816000', '131725.819000', '131725.821000', '131725.824000', '131725.831000', '131725.834000', '131725.837000', '131725.840000', '131725.843000', '131725.846000', '131725.848000', '131725.851000', '131725.854000', '131725.857000', '131725.870000', '131725.873000', '131725.876000', '131725.878000', '131725.881000', '131725.884000', '131725.887000', '131725.890000', '131725.892000', '131725.895000', '131725.898000', '131725.901000', '131725.904000', '131725.907000', '131725.909000', '131725.912000', '131725.915000', '131725.918000', '131745.671000', '131745.674000', '131745.677000', '131745.679000', '131745.682000', '131745.685000', '131745.688000', '131745.694000', '131745.697000', '131745.700000', '131745.703000', '131745.706000', '131745.708000', '131745.711000', '131745.714000', '131745.717000', '131745.720000', '131745.722000', '131745.725000', '131745.728000', '131745.731000', '131745.734000', '131745.737000', '131745.739000', '131745.742000', '131745.745000', '131745.748000', '131745.751000', '131745.753000', '131745.756000', '131745.759000', '131745.762000', '131745.765000', '131745.768000', '131745.770000', '131745.773000', '131745.776000', '131745.779000', '131745.782000', '131745.785000', '131745.787000', '131745.790000', '131745.793000', '131745.796000', '131805.671000', '131805.674000', '131805.677000', '131805.679000', '131805.682000', '131805.685000', '131805.688000', '131805.691000', '131805.694000', '131805.696000', '131805.699000', '131805.702000', '131805.705000', '131805.708000', '131805.710000', '131805.713000', '131805.716000', '131805.719000', '131805.722000', '131805.724000', '131805.727000', '131805.730000', '131805.733000', '131805.736000', '131805.739000', '131805.742000', '131805.744000', '131805.747000', '131805.750000', '131805.753000', '131805.756000', '131805.758000', '131805.761000', '131805.764000', '131805.767000', '131805.770000', '131805.773000', '131805.775000', '131805.778000', '131805.781000', '131805.785000', '131805.790000', '131805.793000', '131825.671000', '131825.674000', '131825.677000', '131825.679000', '131825.682000', '131825.685000', '131825.688000', '131825.691000', '131825.694000', '131825.696000', '131825.699000', '131825.702000', '131825.705000', '131825.708000', '131825.710000', '131825.713000', '131825.716000', '131825.719000', '131825.722000', '131825.725000', '131825.728000', '131825.730000', '131825.733000', '131825.736000', '131825.739000', '131825.742000', '131825.744000', '131825.747000', '131825.750000', '131825.753000', '131825.756000', '131825.759000', '131825.761000', '131825.764000', '131825.767000', '131825.770000', '131825.773000', '131825.776000', '131825.779000', '131825.781000', '131825.784000', '131825.787000', '131825.790000', '131825.793000', '131845.670000', '131845.673000', '131845.676000', '131845.679000', '131845.681000', '131845.684000', '131845.687000', '131845.690000', '131845.693000', '131845.696000', '131845.698000', '131845.701000', '131845.709000', '131845.711000', '131845.714000', '131845.717000', '131845.720000', '131845.723000', '131845.726000', '131845.728000', '131845.731000', '131845.734000', '131845.739000', '131845.742000', '131845.745000', '131845.747000', '131845.750000', '131845.753000', '131845.756000', '131845.759000', '131845.761000', '131845.764000', '131845.767000', '131845.770000', '131845.773000', '131845.785000', '131845.788000', '131845.791000', '131845.794000', '131845.796000', '131845.799000', '131845.802000', '131845.807000', '131905.670000', '131905.673000', '131905.675000', '131905.678000', '131905.681000', '131905.684000', '131905.687000', '131905.690000', '131905.692000', '131905.695000', '131905.698000', '131905.701000', '131905.704000', '131905.707000', '131905.709000', '131905.712000', '131905.715000', '131905.718000', '131905.721000', '131905.724000', '131905.727000', '131905.729000', '131905.732000', '131905.735000', '131905.738000', '131905.741000', '131905.743000', '131905.746000', '131905.749000', '131905.752000', '131905.755000', '131905.758000', '131905.760000', '131905.763000', '131905.766000', '131905.769000', '131905.772000', '131905.775000', '131905.778000', '131905.780000', '131905.783000', '131905.786000', '131905.789000', '131905.792000', '131925.671000', '131925.674000', '131925.677000', '131925.679000', '131925.682000', '131925.685000', '131925.688000', '131925.691000', '131925.694000', '131925.697000', '131925.699000', '131925.702000', '131925.705000', '131925.708000', '131925.711000', '131925.714000', '131925.716000', '131925.719000', '131925.722000', '131925.725000', '131925.728000', '131925.731000', '131925.733000', '131925.736000', '131925.739000', '131925.742000', '131925.745000', '131925.747000', '131925.750000', '131925.753000', '131925.756000', '131925.759000', '131925.762000', '131925.764000', '131925.767000', '131925.770000', '131925.773000', '131925.776000', '131925.779000', '131925.782000', '131925.784000', '131925.787000', '131925.790000', '131945.671000', '131945.674000', '131945.677000', '131945.680000', '131945.682000', '131945.685000', '131945.688000', '131945.697000', '131945.700000', '131945.703000', '131945.705000', '131945.708000', '131945.711000', '131945.714000', '131945.717000', '131945.720000', '131945.722000', '131945.725000', '131945.728000', '131945.731000', '131945.734000', '131945.737000', '131945.739000', '131945.742000', '131945.745000', '131945.748000', '131945.751000', '131945.754000', '131945.757000', '131945.759000', '131945.762000', '131945.765000', '131945.768000', '131945.771000', '131945.774000', '131945.776000', '131945.779000', '131945.782000', '131945.785000', '131945.788000', '131945.791000', '131945.793000', '131945.796000', '131945.799000', '132005.671000', '132005.674000', '132005.677000', '132005.680000', '132005.682000', '132005.685000', '132005.688000', '132005.691000', '132005.694000', '132005.696000', '132005.699000', '132005.702000', '132005.705000', '132005.708000', '132005.711000', '132005.714000', '132005.716000', '132005.719000', '132005.722000', '132005.725000', '132005.728000', '132005.731000', '132005.734000', '132005.736000', '132005.739000', '132005.742000', '132005.745000', '132005.748000', '132005.750000', '132005.753000', '132005.756000', '132005.759000', '132005.762000', '132005.765000', '132005.768000', '132005.770000', '132005.773000', '132005.778000', '132005.781000', '132005.784000', '132005.786000', '132005.789000', '132005.792000', '132025.671000', '132025.674000', '132025.677000', '132025.680000', '132025.683000', '132025.685000', '132025.688000', '132025.691000', '132025.694000', '132025.697000', '132025.699000', '132025.702000', '132025.705000', '132025.708000', '132025.711000', '132025.714000', '132025.726000', '132025.748000', '132025.751000', '132025.754000', '132025.757000', '132025.760000', '132025.762000', '132025.765000', '132025.768000', '132025.771000', '132025.774000', '132025.776000', '132025.779000', '132025.782000', '132025.785000', '132025.788000', '132025.791000', '132025.794000', '132025.796000', '132025.799000', '132025.802000', '132025.805000', '132025.808000', '132025.811000', '132025.813000', '132025.816000', '132025.819000', '132025.822000', '132045.670000', '132045.673000', '132045.676000', '132045.679000', '132045.682000', '132045.684000', '132045.693000', '132045.696000', '132045.699000', '132045.702000', '132045.705000', '132045.707000', '132045.710000', '132045.713000', '132045.716000', '132045.719000', '132045.722000', '132045.725000', '132045.727000', '132045.730000', '132045.733000', '132045.736000', '132045.739000', '132045.742000', '132045.744000', '132045.747000', '132045.750000', '132045.753000', '132045.756000', '132045.759000', '132045.761000', '132045.764000', '132045.767000', '132045.770000', '132045.773000', '132045.775000', '132045.778000', '132045.781000', '132045.784000', '132045.787000', '132045.790000', '132045.792000', '132045.795000', '132105.670000', '132105.673000', '132105.676000', '132105.678000', '132105.681000', '132105.684000', '132105.687000', '132105.690000', '132105.693000', '132105.695000', '132105.698000', '132105.701000', '132105.704000', '132105.707000', '132105.710000', '132105.712000', '132105.723000', '132105.726000', '132105.729000', '132105.731000', '132105.734000', '132105.737000', '132105.740000', '132105.743000', '132105.753000', '132105.756000', '132105.759000', '132105.761000', '132105.764000', '132105.767000', '132105.770000', '132105.773000', '132105.776000', '132105.779000', '132105.781000', '132105.784000', '132105.787000', '132105.790000', '132105.793000', '132105.796000', '132105.798000', '132105.801000', '132105.804000', '132105.807000', '132125.670000', '132125.673000', '132125.676000', '132125.679000', '132125.681000', '132125.684000', '132125.687000', '132125.690000', '132125.693000', '132125.696000', '132125.698000', '132125.701000', '132125.704000', '132125.707000', '132125.710000', '132125.713000', '132125.716000', '132125.718000', '132125.721000', '132125.724000', '132125.727000', '132125.730000', '132125.733000', '132125.736000', '132125.738000', '132125.741000', '132125.744000', '132125.747000', '132125.750000', '132125.753000', '132125.756000', '132125.758000', '132125.761000', '132125.764000', '132125.767000', '132125.770000', '132125.773000', '132125.775000', '132125.778000', '132125.781000', '132125.784000', '132125.787000', '132125.790000', '132145.671000', '132145.674000', '132145.677000', '132145.679000', '132145.682000', '132145.685000', '132145.688000', '132145.691000', '132145.694000', '132145.696000', '132145.699000', '132145.702000', '132145.705000', '132145.708000', '132145.711000', '132145.713000', '132145.716000', '132145.719000', '132145.722000', '132145.725000', '132145.728000', '132145.730000', '132145.733000', '132145.736000', '132145.739000', '132145.742000', '132145.745000', '132145.748000', '132145.750000', '132145.753000', '132145.756000', '132145.759000', '132145.762000', '132145.765000', '132145.767000', '132145.770000', '132145.773000', '132145.776000', '132145.779000', '132145.782000', '132145.785000', '132145.799000', '132145.801000', '132145.804000', '132205.671000', '132205.674000', '132205.677000', '132205.680000', '132205.682000', '132205.685000', '132205.688000', '132205.691000', '132205.694000', '132205.697000', '132205.699000', '132205.702000', '132205.705000', '132205.708000', '132205.711000', '132205.714000', '132205.717000', '132205.719000', '132205.722000', '132205.725000', '132205.728000', '132205.731000', '132205.733000', '132205.736000', '132205.739000', '132205.742000', '132205.745000', '132205.748000', '132205.750000', '132205.753000', '132205.756000', '132205.759000', '132205.762000', '132205.765000', '132205.768000', '132205.770000', '132205.773000', '132205.784000', '132205.787000', '132205.790000', '132205.792000', '132205.795000', '132205.798000', '132225.671000', '132225.674000', '132225.677000', '132225.680000', '132225.682000', '132225.685000', '132225.688000', '132225.691000', '132225.694000', '132225.697000', '132225.700000', '132225.703000', '132225.706000', '132225.709000', '132225.711000', '132225.714000', '132225.717000', '132225.720000', '132225.723000', '132225.726000', '132225.728000', '132225.731000', '132225.734000', '132225.737000', '132225.740000', '132225.743000', '132225.746000', '132225.748000', '132225.751000', '132225.754000', '132225.757000', '132225.760000', '132225.763000', '132225.765000', '132225.768000', '132225.771000', '132225.774000', '132225.777000', '132225.780000', '132225.783000', '132225.785000', '132225.788000', '132225.791000', '132245.671000', '132245.683000', '132245.686000', '132245.689000', '132245.691000', '132245.694000', '132245.697000', '132245.700000', '132245.703000', '132245.706000', '132245.708000', '132245.711000', '132245.714000', '132245.717000', '132245.720000', '132245.723000', '132245.725000', '132245.728000', '132245.731000', '132245.734000', '132245.737000', '132245.739000', '132245.742000', '132245.745000', '132245.748000', '132245.751000', '132245.754000', '132245.757000', '132245.759000', '132245.762000', '132245.765000', '132245.768000', '132245.771000', '132245.774000', '132245.777000', '132245.779000', '132245.782000', '132245.785000', '132245.788000', '132245.791000', '132245.794000', '132245.797000', '132245.799000', '132245.802000', '132305.670000', '132305.673000', '132305.676000', '132305.679000', '132305.681000', '132305.684000', '132305.687000', '132305.690000', '132305.693000', '132305.696000', '132305.699000', '132305.702000', '132305.705000', '132305.708000', '132305.710000', '132305.713000', '132305.716000', '132305.719000', '132305.722000', '132305.725000', '132305.727000', '132305.730000', '132305.733000', '132305.736000', '132305.739000', '132305.742000', '132305.744000', '132305.747000', '132305.750000', '132305.754000', '132305.757000', '132305.760000', '132305.763000', '132305.766000', '132305.769000', '132305.772000', '132305.775000', '132305.777000', '132305.780000', '132305.783000', '132305.786000', '132305.789000', '132305.792000', '132325.670000', '132325.673000', '132325.676000', '132325.678000', '132325.681000', '132325.684000', '132325.687000', '132325.690000', '132325.693000', '132325.708000', '132325.711000', '132325.713000', '132325.716000', '132325.719000', '132325.722000', '132325.725000', '132325.728000', '132325.730000', '132325.733000', '132325.736000', '132325.739000', '132325.742000', '132325.745000', '132325.748000', '132325.750000', '132325.753000', '132325.756000', '132325.759000', '132325.762000', '132325.764000', '132325.767000', '132325.770000', '132325.773000', '132325.776000', '132325.779000', '132325.781000', '132325.784000', '132325.787000', '132325.790000', '132325.793000', '132325.796000', '132325.799000', '132325.801000', '132325.804000', '132338.891000', '132338.894000', '132338.897000', '132338.900000', '132338.903000', '132338.906000', '132338.909000', '132338.912000', '132338.915000', '132338.918000', '132338.921000', '132338.924000', '132338.927000', '132338.930000', '132338.933000', '132338.936000', '132338.939000', '132338.941000', '132338.944000', '132338.947000', '132338.950000', '132338.953000', '132338.956000', '132338.959000', '132338.968000', '132338.971000', '132338.974000', '132338.977000', '132338.979000'], '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': [10689, 8796, 13353, 8604, 12199, 10001, 12061, 8744, 10887, 7576, 10002, 7250, 9725, 7914, 10251, 8006, 9407, 7306, 8670, 6978, 8811, 8361, 10061, 7952, 8486, 7966, 8238, 11806, 7931, 11407, 9391, 11659, 7929, 10430, 7521, 9787, 7831, 10716, 7475, 9797, 7134, 9007, 7341, 10946, 8201, 10406, 6959, 9905, 7447, 10044, 8245, 12206, 9014, 11535, 8537, 10825, 8150, 11402, 9607, 12221, 8604, 9786, 7863, 9117, 9359, 8668, 11377, 9492, 9213, 8294, 6893, 7747, 7329, 7744, 10505, 8325, 12329, 8780, 12345, 8024, 10705, 7930, 10974, 9087, 11828, 8275, 10424, 7512, 9323, 7099, 9400, 7919, 10245, 7833, 8703, 7036, 8074, 8153, 8583, 10551, 9147, 7991, 8155, 9574, 8181, 12760, 9026, 13700, 8997, 12309, 7969, 10644, 8229, 11574, 9552, 11938, 8276, 11252, 7792, 10457, 8834, 11902, 8494, 11211, 7703, 10335, 8381, 11800, 9937, 12657, 8182, 11267, 8131, 11669, 8376, 12779, 9737, 14045, 9331, 12480, 7890, 12010, 8028, 12169, 9131, 13635, 8880, 10761, 7816, 9109, 8290, 8097, 9547, 7619, 8916, 7161, 8967, 7957, 10978, 8134, 10066, 7957, 9765, 7662, 9816, 8728, 11183, 8426, 9562, 7396, 8732, 7269, 8710, 7363, 9567, 7271, 8700, 7004, 8809, 7781, 10493, 8579, 9940, 7862, 9376, 7615, 9800, 9014, 10871, 8333, 9302, 7488, 9869, 8495, 11114, 8108, 9602, 7175, 9134, 7246, 10100, 8018, 12140, 8513, 11032, 8312, 11114, 8120, 11627, 8717, 12993, 8602, 10218, 7500, 9663, 7818, 11143, 8071, 10807, 7608, 10277, 7736, 10770, 9467, 12509, 8723, 11174, 7892, 10703, 8142, 11892, 8860, 12792, 8262, 11828, 8184, 11523, 8008, 12895, 9319, 9083, 8628, 7657, 8376, 7268, 9363, 8283, 11158, 8104, 10282, 7921, 10339, 7674, 10830, 8941, 12302, 8500, 11035, 7994, 10520, 8091, 11559, 9222, 13201, 8331, 9378, 7945, 8412, 8079, 7839, 9490, 7523, 8715, 7073, 9240, 7040, 10031, 8083, 12241, 8303, 10770, 8104, 10099, 7926, 10379, 8877, 11803, 8616, 9291, 7667, 8799, 7350, 9141, 7545, 9130, 7372, 8313, 7140, 8110, 12965, 9071, 13712, 9216, 10913, 7803, 10017, 7489, 10271, 8113, 10550, 7322, 9128, 7237, 9339, 7761, 11553, 8038, 9712, 7951, 8735, 12957, 8687, 14707, 9374, 11991, 7806, 11315, 7716, 11041, 8347, 11294, 8202, 11278, 7674, 10795, 7973, 12041, 9119, 12790, 8586, 11110, 7661, 10002, 7445, 10971, 8430, 10598, 7114, 9506, 7382, 10537, 8636, 12008, 8482, 11238, 8071, 10559, 7798, 9823, 8067, 9934, 9987, 9087, 9778, 8372, 11449, 7713, 11285, 8202, 10777, 7876, 9213, 7411, 8959, 7006, 9656, 8314, 10585, 8619, 8674, 8379, 8217, 12927, 8267, 12513, 8606, 10608, 8110, 9817, 7805, 10806, 8098, 10246, 7292, 9092, 7055, 9749, 7714, 10874, 8408, 9598, 8667, 9017, 11529, 8395, 13509, 9201, 12889, 9025, 10837, 8109, 9354, 7462, 9876, 7509, 10717, 7796, 9441, 7876, 8792, 7963, 9025, 9336, 9853, 11292, 8725, 12632, 8542, 11081, 8353, 11426, 8468, 10333, 7428, 9386, 7562, 9652, 8452, 9852, 9728, 9408, 8854, 8479, 9262, 8373, 10089, 8629, 9203, 8511, 10741, 7983, 12078, 8540, 12110, 8957, 10484, 8168, 10050, 8189, 11493, 8792, 10346, 8218, 9084, 8200, 9127, 8390, 10120, 8612, 9577, 8244, 8826, 8075, 8957, 9320, 9874, 10086, 9376, 8820, 8907, 9341, 8536, 10525, 9256, 11101, 8780, 12034, 8304, 11711, 8725, 12055, 8909, 10915, 7890, 9754, 8043, 9286, 8200, 8611, 9257, 8673, 9211, 8661, 8832, 7806, 11094, 8287, 11863, 8418, 10796, 8141, 10277, 8412, 11918, 8748, 11109, 8421, 10468, 8087, 10680, 8168, 11547, 8847, 10419, 8034, 9014, 7661, 9094, 8059, 10741, 8605, 10291, 8816, 9760, 8913, 10275, 10184, 10471, 10410, 9562, 8934, 8815, 9221, 9240, 9066, 9248, 8098, 8446, 8134, 8994, 8116, 9217, 8199, 8819, 8278, 9153, 9936, 9696, 10676, 9227, 9865, 8860, 10798, 8378, 13193, 8839, 12311, 8928, 9997, 8269, 9845, 8074, 11280, 8450, 10223, 7800, 9221, 7399, 10324, 7922, 10830, 7882, 9321, 8249, 9188, 8323, 10665, 8135, 9427, 8298, 8772, 8507, 9388, 10498, 9542, 9319, 8877, 9521, 8848, 11940, 9235, 11385, 9176, 10525, 8898, 12137, 8648, 12089, 8734, 11104, 8137, 10284, 8356, 10473, 8243, 10927, 8125, 9751, 7599, 9117, 7302, 9105, 7354, 10317, 8298, 9462, 7387, 8994, 7469, 10198, 8107, 10018, 7904, 9475, 8030, 10609, 8664, 11361, 8697, 10153, 8191, 9845, 8714, 9815, 9324, 10349, 9169, 9783, 8701, 8839, 8238, 8479, 9624, 8408, 9960, 8381, 8748, 7861, 9443, 7619, 9294, 7822, 10725, 8383, 9411, 7621, 9858, 8018, 10817, 8930, 9979, 8751, 9180, 9547, 9153, 11284, 9277, 10422, 9025, 9566, 8903, 10655, 9390, 10661, 9441, 10008, 9176, 11690, 8923, 14178, 9517, 13047, 8851, 11069, 8236, 10983, 8188, 11603, 8275, 10209, 8004, 9328, 7976, 10940, 8894, 11944, 9056, 11261, 8102, 9371, 8134, 8985, 9469, 8762, 9390, 9559, 9212, 10973, 8660, 13989, 9487, 12306, 8961, 10267, 8401, 9912, 7973, 10692, 8227, 10003, 7533, 9123, 7214, 8735, 7411, 9324, 8016, 9109, 7928, 8556, 7885, 8239, 8862, 8710, 9903, 8690, 10446, 8387, 11170, 8038, 11222, 8613, 10464, 8570, 9071, 8256, 9790, 7861, 11236, 8639, 11988, 9022, 10733, 8032, 9402, 8023, 10823, 8398, 11849, 8774, 10276, 8177, 9638, 8181, 9801, 8862, 9663, 8496, 9119, 7746, 8580, 8005, 10069, 8089, 10066, 7813, 9543, 8126, 10269, 8851, 11034, 9395, 9969, 10229, 9065, 13991, 9017, 13239, 9283, 11509, 8114, 9680, 7596, 9513, 7772, 9429, 7571, 9628, 7804, 10590, 8046, 11300, 8694, 9764, 8706, 8927, 10968, 8798, 11445, 9098, 9123, 8325, 10104, 8146, 12116, 8691, 11481, 8434, 10546, 8250, 11186, 8668, 12014, 8945, 10478, 8428, 10343, 8225, 10642, 8972, 10520, 10243, 9677, 9308, 8798, 11240, 7941, 11073, 8471, 10923, 8024, 9549, 7630, 9142, 7980, 10629, 8264, 9361, 8262, 8849, 9320, 9128, 10433, 8754, 9625, 8219, 10517, 8570, 10459, 8819, 8703, 8548], 'WindowCenter': [4297.0, 4239.0, 4271.0, 4206.0, 4233.0, 4212.0, 4217.0, 4176.0, 4193.0, 4152.0, 4182.0, 4139.0, 4182.0, 4151.0, 4194.0, 4161.0, 4173.0, 4140.0, 4160.0, 4128.0, 4172.0, 4160.0, 4183.0, 4161.0, 4174.0, 4151.0, 4161.0, 4191.0, 4162.0, 4193.0, 4172.0, 4191.0, 4161.0, 4192.0, 4152.0, 4181.0, 4153.0, 4205.0, 4154.0, 4184.0, 4144.0, 4173.0, 4154.0, 4205.0, 4188.0, 4207.0, 4157.0, 4193.0, 4156.0, 4185.0, 4178.0, 4217.0, 4189.0, 4207.0, 4176.0, 4194.0, 4152.0, 4204.0, 4172.0, 4203.0, 4161.0, 4181.0, 4149.0, 4159.0, 4157.0, 4160.0, 4189.0, 4170.0, 4170.0, 4161.0, 4130.0, 4151.0, 4139.0, 4151.0, 4192.0, 4163.0, 4214.0, 4175.0, 4213.0, 4164.0, 4191.0, 4152.0, 4181.0, 4186.0, 4203.0, 4163.0, 4192.0, 4142.0, 4170.0, 4130.0, 4183.0, 4152.0, 4194.0, 4152.0, 4174.0, 4142.0, 4163.0, 4151.0, 4176.0, 4194.0, 4185.0, 4165.0, 4177.0, 4184.0, 4164.0, 4214.0, 4174.0, 4226.0, 4187.0, 4216.0, 4165.0, 4192.0, 4164.0, 4205.0, 4185.0, 4205.0, 4177.0, 4204.0, 4154.0, 4194.0, 4186.0, 4204.0, 4187.0, 4206.0, 4167.0, 4194.0, 4175.0, 4206.0, 4197.0, 4216.0, 4177.0, 4204.0, 4164.0, 4191.0, 4164.0, 4214.0, 4185.0, 4214.0, 4185.0, 4203.0, 4152.0, 4189.0, 4151.0, 4216.0, 4174.0, 4213.0, 4185.0, 4193.0, 4152.0, 4170.0, 4163.0, 4162.0, 4184.0, 4154.0, 4185.0, 4142.0, 4174.0, 4152.0, 4194.0, 4162.0, 4183.0, 4151.0, 4171.0, 4139.0, 4181.0, 4160.0, 4192.0, 4161.0, 4181.0, 4141.0, 4160.0, 4139.0, 4162.0, 4153.0, 4185.0, 4155.0, 4175.0, 4144.0, 4174.0, 4154.0, 4205.0, 4175.0, 4196.0, 4165.0, 4182.0, 4152.0, 4183.0, 4173.0, 4194.0, 4163.0, 4183.0, 4141.0, 4195.0, 4163.0, 4204.0, 4164.0, 4185.0, 4155.0, 4183.0, 4152.0, 4195.0, 4165.0, 4216.0, 4173.0, 4194.0, 4164.0, 4191.0, 4151.0, 4193.0, 4175.0, 4214.0, 4173.0, 4182.0, 4140.0, 4170.0, 4151.0, 4192.0, 4163.0, 4193.0, 4153.0, 4182.0, 4152.0, 4193.0, 4185.0, 4203.0, 4175.0, 4204.0, 4164.0, 4179.0, 4152.0, 4202.0, 4174.0, 4213.0, 4164.0, 4202.0, 4163.0, 4190.0, 4152.0, 4202.0, 4173.0, 4173.0, 4174.0, 4152.0, 4162.0, 4140.0, 4183.0, 4163.0, 4204.0, 4164.0, 4193.0, 4164.0, 4182.0, 4151.0, 4193.0, 4174.0, 4203.0, 4175.0, 4194.0, 4164.0, 4182.0, 4152.0, 4191.0, 4173.0, 4212.0, 4164.0, 4172.0, 4153.0, 4160.0, 4163.0, 4153.0, 4168.0, 4166.0, 4186.0, 4155.0, 4185.0, 4144.0, 4197.0, 4166.0, 4217.0, 4176.0, 4195.0, 4164.0, 4183.0, 4150.0, 4182.0, 4149.0, 4202.0, 4161.0, 4171.0, 4140.0, 4161.0, 4140.0, 4173.0, 4152.0, 4184.0, 4153.0, 4164.0, 4142.0, 4164.0, 4227.0, 4176.0, 4214.0, 4184.0, 4194.0, 4152.0, 4181.0, 4142.0, 4183.0, 4164.0, 4194.0, 4155.0, 4184.0, 4154.0, 4185.0, 4154.0, 4205.0, 4164.0, 4174.0, 4153.0, 4163.0, 4202.0, 4163.0, 4213.0, 4185.0, 4204.0, 4153.0, 4192.0, 4153.0, 4193.0, 4165.0, 4204.0, 4176.0, 4207.0, 4165.0, 4193.0, 4164.0, 4205.0, 4176.0, 4214.0, 4164.0, 4193.0, 4151.0, 4171.0, 4142.0, 4193.0, 4164.0, 4195.0, 4157.0, 4184.0, 4155.0, 4193.0, 4176.0, 4216.0, 4176.0, 4205.0, 4164.0, 4193.0, 4152.0, 4184.0, 4153.0, 4194.0, 4183.0, 4174.0, 4182.0, 4163.0, 4190.0, 4140.0, 4192.0, 4165.0, 4193.0, 4167.0, 4184.0, 4156.0, 4175.0, 4143.0, 4186.0, 4165.0, 4196.0, 4176.0, 4175.0, 4163.0, 4164.0, 4202.0, 4165.0, 4204.0, 4175.0, 4193.0, 4155.0, 4184.0, 4153.0, 4206.0, 4167.0, 4195.0, 4155.0, 4175.0, 4145.0, 4186.0, 4156.0, 4207.0, 4177.0, 4197.0, 4176.0, 4177.0, 4204.0, 4165.0, 4216.0, 4186.0, 4215.0, 4176.0, 4193.0, 4164.0, 4171.0, 4142.0, 4184.0, 4145.0, 4195.0, 4166.0, 4185.0, 4165.0, 4175.0, 4153.0, 4174.0, 4176.0, 4197.0, 4206.0, 4176.0, 4204.0, 4174.0, 4182.0, 4166.0, 4204.0, 4165.0, 4184.0, 4143.0, 4174.0, 4151.0, 4187.0, 4167.0, 4198.0, 4187.0, 4187.0, 4175.0, 4165.0, 4174.0, 4165.0, 4196.0, 4178.0, 4186.0, 4176.0, 4195.0, 4166.0, 4206.0, 4176.0, 4207.0, 4187.0, 4206.0, 4166.0, 4185.0, 4163.0, 4206.0, 4176.0, 4195.0, 4166.0, 4163.0, 4161.0, 4184.0, 4165.0, 4197.0, 4176.0, 4185.0, 4164.0, 4175.0, 4153.0, 4176.0, 4174.0, 4197.0, 4196.0, 4185.0, 4176.0, 4175.0, 4173.0, 4175.0, 4194.0, 4187.0, 4206.0, 4175.0, 4205.0, 4165.0, 4203.0, 4175.0, 4203.0, 4174.0, 4193.0, 4154.0, 4171.0, 4151.0, 4171.0, 4161.0, 4158.0, 4185.0, 4188.0, 4186.0, 4189.0, 4176.0, 4166.0, 4206.0, 4177.0, 4218.0, 4178.0, 4208.0, 4169.0, 4195.0, 4179.0, 4191.0, 4177.0, 4207.0, 4149.0, 4184.0, 4153.0, 4194.0, 4165.0, 4205.0, 4176.0, 4193.0, 4164.0, 4172.0, 4154.0, 4175.0, 4165.0, 4208.0, 4178.0, 4198.0, 4187.0, 4185.0, 4175.0, 4186.0, 4174.0, 4196.0, 4195.0, 4184.0, 4161.0, 4171.0, 4172.0, 4174.0, 4176.0, 4186.0, 4166.0, 4175.0, 4164.0, 4187.0, 4167.0, 4186.0, 4177.0, 4187.0, 4165.0, 4186.0, 4186.0, 4187.0, 4197.0, 4186.0, 4184.0, 4175.0, 4192.0, 4165.0, 4215.0, 4190.0, 4217.0, 4188.0, 4169.0, 4165.0, 4184.0, 4164.0, 4206.0, 4175.0, 4197.0, 4167.0, 4175.0, 4155.0, 4197.0, 4165.0, 4206.0, 4166.0, 4187.0, 4165.0, 4186.0, 4165.0, 4180.0, 4165.0, 4187.0, 4176.0, 4175.0, 4175.0, 4187.0, 4197.0, 4186.0, 4185.0, 4176.0, 4183.0, 4177.0, 4203.0, 4187.0, 4204.0, 4187.0, 4194.0, 4175.0, 4203.0, 4174.0, 4203.0, 4175.0, 4193.0, 4163.0, 4182.0, 4163.0, 4193.0, 4164.0, 4195.0, 4165.0, 4184.0, 4165.0, 4162.0, 4155.0, 4175.0, 4156.0, 4197.0, 4179.0, 4198.0, 4157.0, 4164.0, 4157.0, 4197.0, 4168.0, 4197.0, 4166.0, 4186.0, 4166.0, 4208.0, 4177.0, 4209.0, 4178.0, 4197.0, 4166.0, 4184.0, 4147.0, 4185.0, 4175.0, 4196.0, 4174.0, 4185.0, 4162.0, 4157.0, 4149.0, 4162.0, 4183.0, 4165.0, 4196.0, 4177.0, 4177.0, 4178.0, 4186.0, 4168.0, 4186.0, 4169.0, 4198.0, 4180.0, 4188.0, 4166.0, 4197.0, 4168.0, 4209.0, 4188.0, 4198.0, 4175.0, 4175.0, 4184.0, 4186.0, 4207.0, 4190.0, 4206.0, 4186.0, 4168.0, 4187.0, 4197.0, 4188.0, 4181.0, 4198.0, 4184.0, 4187.0, 4188.0, 4187.0, 4225.0, 4186.0, 4215.0, 4177.0, 4194.0, 4164.0, 4193.0, 4165.0, 4203.0, 4176.0, 4196.0, 4166.0, 4186.0, 4164.0, 4208.0, 4189.0, 4218.0, 4189.0, 4206.0, 4166.0, 4174.0, 4166.0, 4176.0, 4197.0, 4176.0, 4175.0, 4185.0, 4187.0, 4194.0, 4175.0, 4214.0, 4185.0, 4204.0, 4163.0, 4180.0, 4162.0, 4170.0, 4152.0, 4182.0, 4163.0, 4181.0, 4154.0, 4173.0, 4143.0, 4162.0, 4144.0, 4185.0, 4153.0, 4175.0, 4165.0, 4175.0, 4154.0, 4165.0, 4165.0, 4176.0, 4194.0, 4178.0, 4196.0, 4177.0, 4206.0, 4167.0, 4207.0, 4189.0, 4208.0, 4188.0, 4177.0, 4178.0, 4180.0, 4168.0, 4209.0, 4190.0, 4220.0, 4191.0, 4210.0, 4181.0, 4188.0, 4167.0, 4198.0, 4180.0, 4218.0, 4178.0, 4197.0, 4178.0, 4185.0, 4166.0, 4188.0, 4186.0, 4197.0, 4175.0, 4188.0, 4152.0, 4188.0, 4176.0, 4210.0, 4168.0, 4200.0, 4179.0, 4198.0, 4167.0, 4198.0, 4189.0, 4210.0, 4188.0, 4198.0, 4194.0, 4176.0, 4214.0, 4176.0, 4215.0, 4186.0, 4204.0, 4165.0, 4184.0, 4168.0, 4196.0, 4169.0, 4197.0, 4169.0, 4176.0, 4158.0, 4210.0, 4167.0, 4220.0, 4187.0, 4188.0, 4177.0, 4177.0, 4206.0, 4178.0, 4207.0, 4188.0, 4187.0, 4179.0, 4197.0, 4179.0, 4207.0, 4190.0, 4219.0, 4180.0, 4208.0, 4166.0, 4197.0, 4179.0, 4219.0, 4188.0, 4196.0, 4165.0, 4185.0, 4164.0, 4183.0, 4173.0, 4194.0, 4184.0, 4172.0, 4171.0, 4160.0, 4173.0, 4152.0, 4193.0, 4165.0, 4195.0, 4166.0, 4184.0, 4155.0, 4164.0, 4165.0, 4209.0, 4177.0, 4186.0, 4163.0, 4175.0, 4185.0, 4187.0, 4196.0, 4187.0, 4184.0, 4167.0, 4194.0, 4177.0, 4208.0, 4188.0, 4188.0, 4189.0], 'WindowWidth': [9513.0, 9415.0, 9438.0, 9340.0, 9368.0, 9335.0, 9335.0, 9277.0, 9294.0, 9237.0, 9274.0, 9217.0, 9277.0, 9234.0, 9296.0, 9249.0, 9265.0, 9219.0, 9243.0, 9199.0, 9261.0, 9244.0, 9278.0, 9248.0, 9269.0, 9234.0, 9249.0, 9285.0, 9251.0, 9291.0, 9263.0, 9287.0, 9248.0, 9287.0, 9236.0, 9272.0, 9239.0, 9313.0, 9243.0, 9280.0, 9231.0, 9268.0, 9244.0, 9311.0, 9296.0, 9317.0, 9253.0, 9293.0, 9250.0, 9281.0, 9283.0, 9331.0, 9296.0, 9316.0, 9273.0, 9292.0, 9233.0, 9309.0, 9262.0, 9305.0, 9247.0, 9272.0, 9227.0, 9239.0, 9232.0, 9242.0, 9281.0, 9257.0, 9257.0, 9247.0, 9205.0, 9234.0, 9214.0, 9234.0, 9288.0, 9256.0, 9321.0, 9272.0, 9319.0, 9257.0, 9287.0, 9235.0, 9267.0, 9290.0, 9305.0, 9254.0, 9289.0, 9225.0, 9258.0, 9203.0, 9280.0, 9237.0, 9294.0, 9239.0, 9270.0, 9224.0, 9252.0, 9233.0, 9273.0, 9296.0, 9284.0, 9260.0, 9277.0, 9281.0, 9255.0, 9321.0, 9269.0, 9340.0, 9292.0, 9327.0, 9260.0, 9288.0, 9255.0, 9311.0, 9285.0, 9311.0, 9278.0, 9308.0, 9243.0, 9293.0, 9289.0, 9309.0, 9293.0, 9316.0, 9264.0, 9293.0, 9274.0, 9314.0, 9303.0, 9328.0, 9279.0, 9310.0, 9256.0, 9286.0, 9254.0, 9320.0, 9284.0, 9320.0, 9285.0, 9304.0, 9237.0, 9279.0, 9232.0, 9329.0, 9268.0, 9319.0, 9286.0, 9292.0, 9239.0, 9257.0, 9253.0, 9251.0, 9281.0, 9245.0, 9285.0, 9223.0, 9267.0, 9237.0, 9295.0, 9251.0, 9278.0, 9234.0, 9260.0, 9214.0, 9273.0, 9242.0, 9289.0, 9247.0, 9273.0, 9219.0, 9242.0, 9214.0, 9250.0, 9242.0, 9285.0, 9248.0, 9275.0, 9231.0, 9269.0, 9244.0, 9315.0, 9272.0, 9300.0, 9261.0, 9278.0, 9235.0, 9280.0, 9266.0, 9294.0, 9255.0, 9280.0, 9221.0, 9299.0, 9252.0, 9309.0, 9257.0, 9286.0, 9247.0, 9281.0, 9238.0, 9300.0, 9259.0, 9327.0, 9270.0, 9295.0, 9254.0, 9286.0, 9233.0, 9292.0, 9272.0, 9321.0, 9267.0, 9274.0, 9217.0, 9256.0, 9234.0, 9289.0, 9254.0, 9291.0, 9241.0, 9274.0, 9238.0, 9293.0, 9286.0, 9306.0, 9274.0, 9308.0, 9256.0, 9268.0, 9237.0, 9304.0, 9270.0, 9319.0, 9258.0, 9304.0, 9254.0, 9283.0, 9237.0, 9303.0, 9267.0, 9265.0, 9270.0, 9239.0, 9249.0, 9218.0, 9280.0, 9252.0, 9310.0, 9259.0, 9294.0, 9257.0, 9275.0, 9236.0, 9292.0, 9270.0, 9307.0, 9274.0, 9296.0, 9258.0, 9275.0, 9238.0, 9286.0, 9268.0, 9317.0, 9257.0, 9265.0, 9240.0, 9244.0, 9252.0, 9241.0, 9254.0, 9265.0, 9291.0, 9250.0, 9284.0, 9230.0, 9304.0, 9261.0, 9331.0, 9274.0, 9297.0, 9255.0, 9276.0, 9230.0, 9275.0, 9223.0, 9303.0, 9246.0, 9260.0, 9217.0, 9244.0, 9218.0, 9266.0, 9238.0, 9281.0, 9242.0, 9257.0, 9224.0, 9256.0, 9345.0, 9275.0, 9324.0, 9285.0, 9294.0, 9240.0, 9272.0, 9223.0, 9278.0, 9255.0, 9293.0, 9248.0, 9281.0, 9243.0, 9285.0, 9244.0, 9312.0, 9257.0, 9264.0, 9238.0, 9252.0, 9300.0, 9253.0, 9319.0, 9286.0, 9308.0, 9243.0, 9289.0, 9239.0, 9291.0, 9259.0, 9310.0, 9277.0, 9319.0, 9260.0, 9292.0, 9256.0, 9311.0, 9274.0, 9322.0, 9256.0, 9292.0, 9235.0, 9258.0, 9224.0, 9291.0, 9257.0, 9299.0, 9253.0, 9282.0, 9247.0, 9294.0, 9276.0, 9326.0, 9276.0, 9310.0, 9257.0, 9292.0, 9236.0, 9280.0, 9241.0, 9298.0, 9279.0, 9269.0, 9277.0, 9253.0, 9283.0, 9219.0, 9288.0, 9257.0, 9292.0, 9266.0, 9283.0, 9250.0, 9269.0, 9226.0, 9288.0, 9257.0, 9301.0, 9274.0, 9273.0, 9252.0, 9254.0, 9302.0, 9261.0, 9307.0, 9271.0, 9292.0, 9243.0, 9280.0, 9241.0, 9313.0, 9263.0, 9299.0, 9248.0, 9271.0, 9233.0, 9289.0, 9248.0, 9317.0, 9279.0, 9305.0, 9274.0, 9277.0, 9305.0, 9257.0, 9326.0, 9287.0, 9325.0, 9274.0, 9291.0, 9255.0, 9258.0, 9223.0, 9282.0, 9230.0, 9298.0, 9262.0, 9286.0, 9260.0, 9272.0, 9240.0, 9271.0, 9272.0, 9305.0, 9313.0, 9275.0, 9308.0, 9269.0, 9270.0, 9260.0, 9309.0, 9257.0, 9281.0, 9227.0, 9267.0, 9235.0, 9286.0, 9263.0, 9305.0, 9289.0, 9291.0, 9272.0, 9258.0, 9268.0, 9258.0, 9301.0, 9279.0, 9288.0, 9276.0, 9298.0, 9263.0, 9308.0, 9277.0, 9317.0, 9291.0, 9315.0, 9260.0, 9284.0, 9254.0, 9314.0, 9274.0, 9296.0, 9262.0, 9247.0, 9248.0, 9283.0, 9256.0, 9302.0, 9273.0, 9284.0, 9257.0, 9269.0, 9237.0, 9273.0, 9268.0, 9303.0, 9300.0, 9286.0, 9273.0, 9271.0, 9264.0, 9272.0, 9295.0, 9291.0, 9313.0, 9273.0, 9309.0, 9256.0, 9304.0, 9271.0, 9307.0, 9269.0, 9291.0, 9241.0, 9260.0, 9233.0, 9261.0, 9247.0, 9238.0, 9283.0, 9295.0, 9289.0, 9298.0, 9274.0, 9261.0, 9313.0, 9280.0, 9335.0, 9282.0, 9319.0, 9269.0, 9298.0, 9282.0, 9286.0, 9277.0, 9313.0, 9228.0, 9280.0, 9238.0, 9294.0, 9257.0, 9311.0, 9274.0, 9292.0, 9259.0, 9264.0, 9243.0, 9272.0, 9259.0, 9321.0, 9281.0, 9306.0, 9290.0, 9285.0, 9268.0, 9286.0, 9261.0, 9300.0, 9296.0, 9283.0, 9240.0, 9260.0, 9262.0, 9268.0, 9273.0, 9288.0, 9262.0, 9270.0, 9255.0, 9291.0, 9263.0, 9289.0, 9277.0, 9289.0, 9257.0, 9289.0, 9286.0, 9292.0, 9301.0, 9287.0, 9280.0, 9271.0, 9289.0, 9258.0, 9324.0, 9299.0, 9330.0, 9293.0, 9252.0, 9259.0, 9280.0, 9257.0, 9313.0, 9273.0, 9302.0, 9265.0, 9270.0, 9245.0, 9304.0, 9260.0, 9314.0, 9263.0, 9292.0, 9259.0, 9287.0, 9258.0, 9270.0, 9259.0, 9290.0, 9274.0, 9273.0, 9270.0, 9290.0, 9303.0, 9290.0, 9285.0, 9274.0, 9277.0, 9276.0, 9308.0, 9289.0, 9309.0, 9289.0, 9295.0, 9269.0, 9304.0, 9269.0, 9306.0, 9271.0, 9293.0, 9253.0, 9274.0, 9252.0, 9291.0, 9256.0, 9296.0, 9258.0, 9283.0, 9259.0, 9244.0, 9245.0, 9272.0, 9249.0, 9306.0, 9283.0, 9307.0, 9253.0, 9251.0, 9251.0, 9304.0, 9266.0, 9303.0, 9263.0, 9287.0, 9262.0, 9320.0, 9277.0, 9321.0, 9282.0, 9302.0, 9261.0, 9281.0, 9220.0, 9285.0, 9271.0, 9300.0, 9268.0, 9284.0, 9251.0, 9234.0, 9228.0, 9251.0, 9278.0, 9259.0, 9302.0, 9279.0, 9278.0, 9281.0, 9288.0, 9268.0, 9291.0, 9273.0, 9302.0, 9287.0, 9295.0, 9263.0, 9304.0, 9266.0, 9323.0, 9293.0, 9305.0, 9274.0, 9266.0, 9280.0, 9289.0, 9318.0, 9301.0, 9316.0, 9289.0, 9251.0, 9291.0, 9302.0, 9294.0, 9271.0, 9307.0, 9277.0, 9291.0, 9278.0, 9291.0, 9339.0, 9290.0, 9325.0, 9277.0, 9294.0, 9254.0, 9290.0, 9259.0, 9307.0, 9276.0, 9302.0, 9263.0, 9288.0, 9259.0, 9322.0, 9299.0, 9335.0, 9300.0, 9315.0, 9263.0, 9267.0, 9263.0, 9275.0, 9305.0, 9276.0, 9269.0, 9286.0, 9290.0, 9294.0, 9272.0, 9322.0, 9285.0, 9307.0, 9252.0, 9270.0, 9248.0, 9255.0, 9236.0, 9274.0, 9252.0, 9272.0, 9242.0, 9263.0, 9226.0, 9250.0, 9229.0, 9286.0, 9234.0, 9273.0, 9260.0, 9272.0, 9241.0, 9259.0, 9251.0, 9277.0, 9297.0, 9279.0, 9300.0, 9276.0, 9312.0, 9265.0, 9317.0, 9298.0, 9320.0, 9295.0, 9271.0, 9282.0, 9271.0, 9269.0, 9322.0, 9300.0, 9339.0, 9303.0, 9325.0, 9289.0, 9291.0, 9260.0, 9303.0, 9286.0, 9335.0, 9281.0, 9304.0, 9281.0, 9285.0, 9261.0, 9288.0, 9289.0, 9307.0, 9275.0, 9294.0, 9238.0, 9295.0, 9278.0, 9326.0, 9263.0, 9312.0, 9286.0, 9307.0, 9267.0, 9303.0, 9295.0, 9328.0, 9294.0, 9308.0, 9295.0, 9273.0, 9321.0, 9273.0, 9327.0, 9287.0, 9309.0, 9258.0, 9282.0, 9267.0, 9303.0, 9272.0, 9306.0, 9273.0, 9268.0, 9250.0, 9325.0, 9267.0, 9341.0, 9293.0, 9288.0, 9277.0, 9273.0, 9315.0, 9281.0, 9311.0, 9295.0, 9292.0, 9283.0, 9304.0, 9285.0, 9314.0, 9301.0, 9338.0, 9288.0, 9320.0, 9258.0, 9298.0, 9282.0, 9335.0, 9293.0, 9300.0, 9258.0, 9282.0, 9254.0, 9275.0, 9265.0, 9296.0, 9280.0, 9258.0, 9261.0, 9246.0, 9250.0, 9238.0, 9291.0, 9260.0, 9298.0, 9263.0, 9281.0, 9247.0, 9249.0, 9258.0, 9324.0, 9277.0, 9286.0, 9252.0, 9272.0, 9282.0, 9290.0, 9301.0, 9293.0, 9285.0, 9259.0, 9298.0, 9278.0, 9319.0, 9294.0, 9294.0, 9297.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.0010538709677419356</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.039104426612903226</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.2790608082353</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1772185566089968</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9499515947520174</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3312.0425</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11133441570418559</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.451612903225806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.519327526329598</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.511756849205959</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.606999846935189</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.439225882847647</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00317905</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005966253578662872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021515395492315292</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.02519239550048</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>33.6576</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.6328</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.9041</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300239.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>874.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.7117</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.4927</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3372.9731</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3528.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76305.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1280.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4448.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.4741</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.411829028860666</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> |