=== 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-0103 --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-0103",
"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-0103_ses-04_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-0103_ses-04_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-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_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-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_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-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0103_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-04_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-0103/figures/sub-0103_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_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-0103/ses-04/func/sub-0103_ses-04_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>98e598a0c0990932ff4e446951ee5ab9</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>21:19:28.152500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0823094</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7714, -7279, 223, -125, -265, -102, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>240.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f9f3a6ef-475b-498f-8d83-2ec794ba403d||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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': ['211928.152500', '211928.612500', '211929.072500', '211929.532500', '211929.992500', '211930.452500', '211930.912500', '211931.372500', '211931.832500', '211932.292500', '211932.752500', '211933.212500', '211933.672500', '211934.132500', '211934.592500', '211935.052500', '211935.512500', '211935.972500', '211936.432500', '211936.892500', '211937.352500', '211937.812500', '211938.272500', '211938.732500', '211939.192500', '211939.652500', '211940.112500', '211940.572500', '211941.032500', '211941.492500', '211941.952500', '211942.412500', '211942.872500', '211943.332500', '211943.792500', '211944.252500', '211944.712500', '211945.172500', '211945.632500', '211946.092500', '211946.552500', '211947.012500', '211947.472500', '211947.932500', '211948.392500', '211948.852500', '211949.312500', '211949.772500', '211950.232500', '211950.692500', '211951.152500', '211951.612500', '211952.072500', '211952.532500', '211952.992500', '211953.452500', '211953.912500', '211954.372500', '211954.832500', '211955.292500', '211955.752500', '211956.212500', '211956.672500', '211957.132500', '211957.592500', '211958.052500', '211958.512500', '211958.972500', '211959.432500', '211959.892500', '212000.352500', '212000.812500', '212001.272500', '212001.732500', '212002.192500', '212002.652500', '212003.112500', '212003.572500', '212004.032500', '212004.492500', '212004.952500', '212005.412500', '212005.872500', '212006.332500', '212006.792500', '212007.252500', '212007.712500', '212008.172500', '212008.632500', '212009.092500', '212009.552500', '212010.012500', '212010.472500', '212010.932500', '212011.392500', '212011.852500', '212012.312500', '212012.772500', '212013.232500', '212013.692500', '212014.152500', '212014.612500', '212015.072500', '212015.532500', '212015.992500', '212016.452500', '212016.912500', '212017.372500', '212017.832500', '212018.292500', '212018.752500', '212019.212500', '212019.672500', '212020.132500', '212020.592500', '212021.052500', '212021.512500', '212021.972500', '212022.432500', '212022.892500', '212023.352500', '212023.812500', '212024.272500', '212024.732500', '212025.192500', '212025.652500', '212026.112500', '212026.572500', '212027.032500', '212027.492500', '212027.952500', '212028.412500', '212028.872500', '212029.332500', '212029.792500', '212030.252500', '212030.712500', '212031.172500', '212031.632500', '212032.092500', '212032.552500', '212033.012500', '212033.472500', '212033.932500', '212034.392500', '212034.852500', '212035.312500', '212035.772500', '212036.232500', '212036.692500', '212037.152500', '212037.612500', '212038.072500', '212038.532500', '212038.992500', '212039.452500', '212039.912500', '212040.372500', '212040.832500', '212041.292500', '212041.752500', '212042.212500', '212042.672500', '212043.132500', '212043.592500', '212044.052500', '212044.512500', '212044.972500', '212045.432500', '212045.892500', '212046.352500', '212046.812500', '212047.272500', '212047.732500', '212048.192500', '212048.652500', '212049.112500', '212049.572500', '212050.032500', '212050.492500', '212050.952500', '212051.412500', '212051.872500', '212052.332500', '212052.792500', '212053.252500', '212053.712500', '212054.172500', '212054.632500', '212055.092500', '212055.552500', '212056.012500', '212056.472500', '212056.932500', '212057.392500', '212057.852500', '212058.312500', '212058.772500', '212059.232500', '212059.692500', '212100.152500', '212100.612500', '212101.072500', '212101.532500', '212101.992500', '212102.452500', '212102.912500', '212103.372500', '212103.832500', '212104.292500', '212104.752500', '212105.212500', '212105.672500', '212106.132500', '212106.592500', '212107.052500', '212107.512500', '212107.972500', '212108.432500', '212108.892500', '212109.352500', '212109.812500', '212110.272500', '212110.732500', '212111.192500', '212111.652500', '212112.112500', '212112.572500', '212113.032500', '212113.492500', '212113.952500', '212114.412500', '212114.872500', '212115.332500', '212115.792500', '212116.252500', '212116.712500', '212117.172500', '212117.632500', '212118.092500', '212118.552500', '212119.012500', '212119.472500', '212119.932500', '212120.392500', '212120.852500', '212121.312500', '212121.772500', '212122.232500', '212122.692500', '212123.152500', '212123.612500', '212124.072500', '212124.532500', '212124.992500', '212125.452500', '212125.912500', '212126.372500', '212126.832500', '212127.292500', '212127.752500', '212128.212500', '212128.672500', '212129.132500', '212129.592500', '212130.052500', '212130.512500', '212130.972500', '212131.432500', '212131.892500', '212132.352500', '212132.812500', '212133.272500', '212133.732500', '212134.192500', '212134.652500', '212135.112500', '212135.572500', '212136.032500', '212136.492500', '212136.952500', '212137.412500', '212137.872500', '212138.332500', '212138.792500', '212139.252500', '212139.712500', '212140.172500', '212140.632500', '212141.092500', '212141.552500', '212142.012500', '212142.472500', '212142.932500', '212143.392500', '212143.852500', '212144.312500', '212144.772500', '212145.232500', '212145.692500', '212146.152500', '212146.612500', '212147.072500', '212147.532500', '212147.992500', '212148.452500', '212148.912500', '212149.372500', '212149.832500', '212150.292500', '212150.752500', '212151.212500', '212151.672500', '212152.132500', '212152.592500', '212153.052500', '212153.512500', '212153.972500', '212154.432500', '212154.892500', '212155.352500', '212155.812500', '212156.272500', '212156.732500', '212157.192500', '212157.652500', '212158.112500', '212158.572500', '212159.032500', '212159.492500', '212159.952500', '212200.412500', '212200.872500', '212201.332500', '212201.792500', '212202.252500', '212202.712500', '212203.172500', '212203.632500', '212204.092500', '212204.552500', '212205.012500', '212205.472500', '212205.932500', '212206.392500', '212206.852500', '212207.312500', '212207.772500', '212208.232500', '212208.692500', '212209.152500', '212209.612500', '212210.072500', '212210.532500', '212210.992500', '212211.452500', '212211.912500', '212212.372500', '212212.832500', '212213.292500', '212213.752500', '212214.212500', '212214.672500', '212215.132500', '212215.592500', '212216.052500', '212216.512500', '212216.972500', '212217.432500', '212217.892500', '212218.352500', '212218.812500', '212219.272500', '212219.732500', '212220.192500', '212220.652500', '212221.112500', '212221.572500', '212222.032500', '212222.492500', '212222.952500', '212223.412500', '212223.872500', '212224.332500', '212224.792500', '212225.252500', '212225.712500', '212226.172500', '212226.632500', '212227.092500', '212227.552500', '212228.012500', '212228.472500', '212228.932500', '212229.392500', '212229.852500', '212230.312500', '212230.772500', '212231.232500', '212231.692500', '212232.152500', '212232.612500', '212233.072500', '212233.532500', '212233.992500', '212234.452500', '212234.912500', '212235.372500', '212235.832500', '212236.292500', '212236.752500', '212237.212500', '212237.672500', '212238.132500', '212238.592500', '212239.052500', '212239.512500', '212239.972500', '212240.432500', '212240.892500', '212241.352500', '212241.812500', '212242.272500', '212242.732500', '212243.192500', '212243.652500', '212244.112500', '212244.572500', '212245.032500', '212245.492500', '212245.952500', '212246.412500', '212246.872500', '212247.332500', '212247.792500', '212248.252500', '212248.712500', '212249.172500', '212249.632500', '212250.092500', '212250.552500', '212251.012500', '212251.472500', '212251.932500', '212252.392500', '212252.852500', '212253.312500', '212253.772500', '212254.232500', '212254.692500', '212255.152500', '212255.612500', '212256.072500', '212256.532500', '212256.992500', '212257.452500', '212257.912500', '212258.372500', '212258.832500', '212259.292500', '212259.752500', '212300.212500', '212300.672500', '212301.132500', '212301.592500', '212302.052500', '212302.512500', '212302.972500', '212303.432500', '212303.892500', '212304.352500', '212304.812500', '212305.272500', '212305.732500', '212306.192500', '212306.652500', '212307.112500', '212307.572500', '212308.032500', '212308.492500', '212308.952500', '212309.412500', '212309.872500', '212310.332500', '212310.792500', '212311.252500', '212311.712500', '212312.172500', '212312.632500', '212313.092500', '212313.552500', '212314.012500', '212314.472500', '212314.932500', '212315.392500', '212315.852500', '212316.312500', '212316.772500', '212317.232500', '212317.692500', '212318.152500', '212318.612500', '212319.072500', '212319.532500', '212319.992500', '212320.452500', '212320.912500', '212321.372500', '212321.832500', '212322.292500', '212322.752500', '212323.212500', '212323.672500', '212324.132500', '212324.592500', '212325.052500', '212325.512500', '212325.972500', '212326.432500', '212326.892500', '212327.352500', '212327.812500', '212328.272500', '212328.732500', '212329.192500', '212329.652500', '212330.112500', '212330.572500', '212331.032500', '212331.492500', '212331.952500', '212332.412500', '212332.872500', '212333.332500', '212333.792500', '212334.252500', '212334.712500', '212335.172500', '212335.632500', '212336.092500', '212336.552500', '212337.012500', '212337.472500', '212337.932500', '212338.392500', '212338.852500', '212339.312500', '212339.772500', '212340.232500', '212340.692500', '212341.152500', '212341.612500', '212342.072500', '212342.532500', '212342.992500', '212343.452500', '212343.912500', '212344.372500', '212344.832500', '212345.292500', '212345.752500', '212346.212500', '212346.672500', '212347.132500', '212347.592500', '212348.052500', '212348.512500', '212348.972500', '212349.432500', '212349.892500', '212350.352500', '212350.812500', '212351.272500', '212351.732500', '212352.192500', '212352.652500', '212353.112500', '212353.572500', '212354.032500', '212354.492500', '212354.952500', '212355.412500', '212355.872500', '212356.332500', '212356.792500', '212357.252500', '212357.712500', '212358.172500', '212358.632500', '212359.092500', '212359.552500', '212400.012500', '212400.472500', '212400.932500', '212401.392500', '212401.852500', '212402.312500', '212402.772500', '212403.232500', '212403.692500', '212404.152500', '212404.612500', '212405.072500', '212405.532500', '212405.992500', '212406.452500', '212406.912500', '212407.372500', '212407.832500', '212408.292500', '212408.752500', '212409.212500', '212409.672500', '212410.132500', '212410.592500', '212411.052500', '212411.512500', '212411.972500', '212412.432500', '212412.892500', '212413.352500', '212413.812500', '212414.272500', '212414.732500', '212415.192500', '212415.652500', '212416.112500', '212416.572500', '212417.032500', '212417.492500', '212417.952500', '212418.412500', '212418.872500', '212419.332500', '212419.792500', '212420.252500', '212420.712500', '212421.172500', '212421.632500', '212422.092500', '212422.552500', '212423.012500', '212423.472500', '212423.932500', '212424.392500', '212424.852500', '212425.312500', '212425.772500', '212426.232500', '212426.692500', '212427.152500', '212427.612500', '212428.072500', '212428.532500', '212428.992500', '212429.452500', '212429.912500', '212430.372500', '212430.832500', '212431.292500', '212431.752500', '212432.212500', '212432.672500', '212433.132500', '212433.592500', '212434.052500', '212434.512500', '212434.972500', '212435.432500', '212435.892500', '212436.352500', '212436.812500', '212437.272500', '212437.732500', '212438.192500', '212438.652500', '212439.112500', '212439.572500', '212440.032500', '212440.492500', '212440.952500', '212441.412500', '212441.872500', '212442.332500', '212442.792500', '212443.252500', '212443.712500', '212444.172500', '212444.632500', '212445.092500', '212445.552500', '212446.012500', '212446.472500', '212446.932500', '212447.392500', '212447.852500', '212448.312500', '212448.772500', '212449.232500', '212449.692500', '212450.152500', '212450.612500', '212451.072500', '212451.532500', '212451.992500', '212452.452500', '212452.912500', '212453.372500', '212453.832500', '212454.292500', '212454.752500', '212455.212500', '212455.672500', '212456.132500', '212456.592500', '212457.052500', '212457.512500', '212457.972500', '212458.432500', '212458.892500', '212459.352500', '212459.812500', '212500.272500', '212500.732500', '212501.192500', '212501.652500', '212502.112500', '212502.572500', '212503.032500', '212503.492500', '212503.952500', '212504.412500', '212504.872500', '212505.332500', '212505.792500', '212506.252500', '212506.712500', '212507.172500', '212507.632500', '212508.092500', '212508.552500', '212509.012500', '212509.472500', '212509.932500', '212510.392500', '212510.852500', '212511.312500', '212511.772500', '212512.232500', '212512.692500', '212513.152500', '212513.612500', '212514.072500', '212514.532500', '212514.992500', '212515.452500', '212515.912500', '212516.372500', '212516.832500', '212517.292500', '212517.752500', '212518.212500', '212518.672500', '212519.132500', '212519.592500', '212520.052500', '212520.512500', '212520.972500', '212521.432500', '212521.892500', '212522.352500', '212522.812500', '212523.272500', '212523.732500', '212524.192500', '212524.652500', '212525.112500', '212525.572500', '212526.032500', '212526.492500', '212526.952500', '212527.412500', '212527.872500', '212528.332500', '212528.792500', '212529.252500', '212529.712500', '212530.172500', '212530.632500', '212531.092500', '212531.552500', '212532.012500', '212532.472500', '212532.932500', '212533.392500', '212533.852500', '212534.312500', '212534.772500', '212535.232500', '212535.692500', '212536.152500', '212536.612500', '212537.072500', '212537.532500', '212537.992500', '212538.452500', '212538.912500', '212539.372500', '212539.832500', '212540.292500', '212540.752500', '212541.212500', '212541.672500', '212542.132500', '212542.592500', '212543.052500', '212543.512500', '212543.972500', '212544.432500', '212544.892500', '212545.352500', '212545.812500', '212546.272500', '212546.732500', '212547.192500', '212547.652500', '212548.112500', '212548.572500', '212549.032500', '212549.492500', '212549.952500', '212550.412500', '212550.872500', '212551.332500', '212551.792500', '212552.252500', '212552.712500', '212553.172500', '212553.632500', '212554.092500', '212554.552500', '212555.012500', '212555.472500', '212555.932500', '212556.392500', '212556.852500', '212557.312500', '212557.772500', '212558.232500', '212558.692500', '212559.152500', '212559.612500', '212600.072500', '212600.532500', '212600.992500', '212601.452500', '212601.912500', '212602.372500', '212602.832500', '212603.292500', '212603.752500', '212604.212500', '212604.672500', '212605.132500', '212605.592500', '212606.052500', '212606.512500', '212606.972500', '212607.432500', '212607.892500', '212608.352500', '212608.812500'], 'ContentTime': ['211951.629000', '211951.632000', '211951.634000', '211951.637000', '211951.640000', '211951.642000', '211951.645000', '211951.647000', '211951.650000', '211951.652000', '211951.655000', '211951.657000', '211951.660000', '211951.663000', '211951.665000', '211951.668000', '211951.670000', '211951.673000', '211951.675000', '211951.678000', '211951.680000', '211951.683000', '211951.685000', '211951.688000', '211951.691000', '211951.693000', '211951.696000', '211951.698000', '211951.701000', '211951.703000', '211951.706000', '211951.708000', '211951.711000', '211951.714000', '211951.716000', '211951.719000', '211951.721000', '211951.724000', '211951.726000', '211951.729000', '211951.731000', '211951.734000', '211951.737000', '211951.751000', '211951.754000', '211951.756000', '211951.759000', '211951.762000', '211951.764000', '212011.627000', '212011.630000', '212011.633000', '212011.635000', '212011.638000', '212011.640000', '212011.643000', '212011.645000', '212011.648000', '212011.650000', '212011.653000', '212011.655000', '212011.658000', '212011.661000', '212011.663000', '212011.666000', '212011.668000', '212011.671000', '212011.673000', '212011.676000', '212011.678000', '212011.681000', '212011.716000', '212011.718000', '212011.721000', '212011.723000', '212011.726000', '212011.728000', '212011.731000', '212011.733000', '212011.736000', '212011.739000', '212011.742000', '212011.744000', '212011.747000', '212011.763000', '212011.766000', '212011.769000', '212011.771000', '212011.774000', '212011.776000', '212011.779000', '212011.781000', '212031.628000', '212031.631000', '212031.634000', '212031.636000', '212031.639000', '212031.648000', '212031.651000', '212031.653000', '212031.656000', '212031.658000', '212031.661000', '212031.664000', '212031.666000', '212031.669000', '212031.671000', '212031.674000', '212031.676000', '212031.679000', '212031.681000', '212031.684000', '212031.687000', '212031.689000', '212031.692000', '212031.694000', '212031.697000', '212031.699000', '212031.702000', '212031.704000', '212031.707000', '212031.710000', '212031.712000', '212031.715000', '212031.717000', '212031.720000', '212031.722000', '212031.725000', '212031.727000', '212031.730000', '212031.733000', '212031.735000', '212031.738000', '212031.740000', '212031.743000', '212031.745000', '212051.628000', '212051.631000', '212051.634000', '212051.636000', '212051.639000', '212051.641000', '212051.644000', '212051.647000', '212051.649000', '212051.660000', '212051.663000', '212051.665000', '212051.668000', '212051.670000', '212051.673000', '212051.676000', '212051.678000', '212051.681000', '212051.683000', '212051.686000', '212051.689000', '212051.691000', '212051.699000', '212051.702000', '212051.704000', '212051.707000', '212051.709000', '212051.712000', '212051.714000', '212051.717000', '212051.719000', '212051.722000', '212051.725000', '212051.727000', '212051.730000', '212051.732000', '212051.735000', '212051.737000', '212051.740000', '212051.742000', '212051.745000', '212051.748000', '212051.750000', '212111.628000', '212111.631000', '212111.634000', '212111.636000', '212111.639000', '212111.642000', '212111.644000', '212111.647000', '212111.649000', '212111.652000', '212111.654000', '212111.657000', '212111.660000', '212111.662000', '212111.668000', '212111.670000', '212111.673000', '212111.675000', '212111.678000', '212111.681000', '212111.683000', '212111.686000', '212111.689000', '212111.691000', '212111.694000', '212111.696000', '212111.699000', '212111.701000', '212111.704000', '212111.707000', '212111.709000', '212111.712000', '212111.715000', '212111.717000', '212111.720000', '212111.722000', '212111.725000', '212111.727000', '212111.730000', '212111.733000', '212111.735000', '212111.738000', '212111.740000', '212111.743000', '212131.628000', '212131.631000', '212131.634000', '212131.636000', '212131.639000', '212131.641000', '212131.644000', '212131.647000', '212131.649000', '212131.652000', '212131.654000', '212131.657000', '212131.659000', '212131.662000', '212131.664000', '212131.667000', '212131.669000', '212131.672000', '212131.675000', '212131.677000', '212131.680000', '212131.682000', '212131.685000', '212131.688000', '212131.690000', '212131.693000', '212131.695000', '212131.698000', '212131.700000', '212131.703000', '212131.705000', '212131.708000', '212131.711000', '212131.713000', '212131.716000', '212131.724000', '212131.727000', '212131.730000', '212131.732000', '212131.735000', '212131.737000', '212131.740000', '212131.743000', '212151.627000', '212151.630000', '212151.633000', '212151.637000', '212151.639000', '212151.642000', '212151.644000', '212151.647000', '212151.650000', '212151.652000', '212151.655000', '212151.657000', '212151.660000', '212151.662000', '212151.665000', '212151.668000', '212151.672000', '212151.675000', '212151.677000', '212151.680000', '212151.682000', '212151.685000', '212151.688000', '212151.690000', '212151.693000', '212151.695000', '212151.698000', '212151.700000', '212151.703000', '212151.706000', '212151.708000', '212151.711000', '212151.713000', '212151.716000', '212151.719000', '212151.721000', '212151.724000', '212151.727000', '212151.729000', '212151.732000', '212151.734000', '212151.737000', '212151.740000', '212211.628000', '212211.630000', '212211.633000', '212211.636000', '212211.638000', '212211.641000', '212211.643000', '212211.646000', '212211.649000', '212211.651000', '212211.654000', '212211.656000', '212211.659000', '212211.661000', '212211.664000', '212211.676000', '212211.678000', '212211.681000', '212211.683000', '212211.686000', '212211.689000', '212211.691000', '212211.694000', '212211.696000', '212211.699000', '212211.702000', '212211.704000', '212211.707000', '212211.709000', '212211.712000', '212211.714000', '212211.717000', '212211.720000', '212211.722000', '212211.725000', '212211.727000', '212211.730000', '212211.733000', '212211.735000', '212211.738000', '212211.740000', '212211.743000', '212211.746000', '212211.748000', '212231.627000', '212231.630000', '212231.633000', '212231.635000', '212231.638000', '212231.640000', '212231.643000', '212231.646000', '212231.648000', '212231.651000', '212231.653000', '212231.656000', '212231.658000', '212231.661000', '212231.664000', '212231.666000', '212231.669000', '212231.671000', '212231.674000', '212231.676000', '212231.679000', '212231.682000', '212231.684000', '212231.687000', '212231.689000', '212231.692000', '212231.695000', '212231.697000', '212231.700000', '212231.702000', '212231.705000', '212231.708000', '212231.710000', '212231.713000', '212231.715000', '212231.718000', '212231.720000', '212231.723000', '212231.725000', '212231.728000', '212231.731000', '212231.733000', '212231.736000', '212231.738000', '212251.627000', '212251.630000', '212251.633000', '212251.635000', '212251.638000', '212251.641000', '212251.643000', '212251.646000', '212251.648000', '212251.651000', '212251.653000', '212251.656000', '212251.658000', '212251.661000', '212251.664000', '212251.666000', '212251.669000', '212251.671000', '212251.674000', '212251.677000', '212251.679000', '212251.682000', '212251.684000', '212251.687000', '212251.689000', '212251.692000', '212251.695000', '212251.697000', '212251.700000', '212251.703000', '212251.705000', '212251.718000', '212251.720000', '212251.723000', '212251.725000', '212251.728000', '212251.731000', '212251.733000', '212251.736000', '212251.738000', '212251.741000', '212251.743000', '212251.746000', '212311.629000', '212311.631000', '212311.634000', '212311.637000', '212311.639000', '212311.642000', '212311.644000', '212311.647000', '212311.649000', '212311.652000', '212311.655000', '212311.657000', '212311.660000', '212311.662000', '212311.665000', '212311.668000', '212311.670000', '212311.673000', '212311.676000', '212311.678000', '212311.681000', '212311.683000', '212311.686000', '212311.688000', '212311.691000', '212311.693000', '212311.696000', '212311.699000', '212311.701000', '212311.704000', '212311.706000', '212311.711000', '212311.713000', '212311.716000', '212311.719000', '212311.721000', '212311.724000', '212311.726000', '212311.729000', '212311.732000', '212311.734000', '212311.737000', '212311.739000', '212331.629000', '212331.632000', '212331.634000', '212331.637000', '212331.639000', '212331.642000', '212331.644000', '212331.647000', '212331.649000', '212331.652000', '212331.655000', '212331.657000', '212331.660000', '212331.662000', '212331.665000', '212331.668000', '212331.670000', '212331.673000', '212331.676000', '212331.678000', '212331.681000', '212331.684000', '212331.686000', '212331.689000', '212331.691000', '212331.694000', '212331.697000', '212331.711000', '212331.714000', '212331.717000', '212331.719000', '212331.722000', '212331.724000', '212331.727000', '212331.729000', '212331.732000', '212331.735000', '212331.737000', '212331.740000', '212331.742000', '212331.745000', '212331.747000', '212331.750000', '212331.753000', '212351.629000', '212351.631000', '212351.634000', '212351.637000', '212351.639000', '212351.642000', '212351.644000', '212351.647000', '212351.649000', '212351.652000', '212351.655000', '212351.657000', '212351.660000', '212351.662000', '212351.665000', '212351.668000', '212351.670000', '212351.673000', '212351.675000', '212351.678000', '212351.681000', '212351.684000', '212351.687000', '212351.690000', '212351.692000', '212351.695000', '212351.697000', '212351.715000', '212351.717000', '212351.720000', '212351.723000', '212351.725000', '212351.728000', '212351.730000', '212351.733000', '212351.736000', '212351.738000', '212351.741000', '212351.743000', '212351.746000', '212351.749000', '212351.751000', '212351.754000', '212411.628000', '212411.630000', '212411.633000', '212411.636000', '212411.638000', '212411.641000', '212411.643000', '212411.646000', '212411.648000', '212411.651000', '212411.654000', '212411.656000', '212411.659000', '212411.661000', '212411.665000', '212411.667000', '212411.670000', '212411.672000', '212411.675000', '212411.677000', '212411.680000', '212411.683000', '212411.685000', '212411.688000', '212411.690000', '212411.693000', '212411.696000', '212411.698000', '212411.701000', '212411.703000', '212411.706000', '212411.708000', '212411.711000', '212411.713000', '212411.716000', '212411.719000', '212411.721000', '212411.724000', '212411.726000', '212411.729000', '212411.732000', '212411.734000', '212411.737000', '212411.740000', '212431.628000', '212431.630000', '212431.633000', '212431.635000', '212431.638000', '212431.641000', '212431.643000', '212431.646000', '212431.648000', '212431.651000', '212431.654000', '212431.656000', '212431.659000', '212431.661000', '212431.664000', '212431.666000', '212431.669000', '212431.672000', '212431.674000', '212431.677000', '212431.679000', '212431.682000', '212431.684000', '212431.687000', '212431.689000', '212431.692000', '212431.695000', '212431.697000', '212431.700000', '212431.703000', '212431.706000', '212431.709000', '212431.712000', '212431.714000', '212431.717000', '212431.720000', '212431.722000', '212431.725000', '212431.729000', '212431.731000', '212431.734000', '212431.737000', '212431.739000', '212451.627000', '212451.630000', '212451.633000', '212451.635000', '212451.638000', '212451.641000', '212451.643000', '212451.646000', '212451.648000', '212451.651000', '212451.654000', '212451.656000', '212451.659000', '212451.661000', '212451.664000', '212451.667000', '212451.669000', '212451.672000', '212451.674000', '212451.677000', '212451.680000', '212451.682000', '212451.685000', '212451.687000', '212451.690000', '212451.693000', '212451.695000', '212451.698000', '212451.700000', '212451.703000', '212451.706000', '212451.708000', '212451.711000', '212451.713000', '212451.716000', '212451.719000', '212451.721000', '212451.724000', '212451.740000', '212451.742000', '212451.745000', '212451.748000', '212451.750000', '212451.753000', '212511.628000', '212511.630000', '212511.633000', '212511.635000', '212511.638000', '212511.641000', '212511.643000', '212511.646000', '212511.648000', '212511.651000', '212511.654000', '212511.656000', '212511.659000', '212511.661000', '212511.664000', '212511.667000', '212511.669000', '212511.672000', '212511.674000', '212511.677000', '212511.680000', '212511.682000', '212511.685000', '212511.687000', '212511.690000', '212511.693000', '212511.695000', '212511.698000', '212511.700000', '212511.703000', '212511.706000', '212511.708000', '212511.711000', '212511.713000', '212511.716000', '212511.719000', '212511.722000', '212511.725000', '212511.728000', '212511.730000', '212511.733000', '212511.735000', '212511.738000', '212531.629000', '212531.631000', '212531.634000', '212531.636000', '212531.639000', '212531.642000', '212531.646000', '212531.648000', '212531.651000', '212531.653000', '212531.656000', '212531.659000', '212531.661000', '212531.664000', '212531.666000', '212531.669000', '212531.671000', '212531.674000', '212531.677000', '212531.679000', '212531.682000', '212531.684000', '212531.687000', '212531.690000', '212531.692000', '212531.695000', '212531.697000', '212531.700000', '212531.703000', '212531.705000', '212531.708000', '212531.710000', '212531.713000', '212531.715000', '212531.718000', '212531.721000', '212531.723000', '212531.726000', '212531.728000', '212531.731000', '212531.734000', '212531.736000', '212531.739000', '212531.742000', '212551.629000', '212551.631000', '212551.634000', '212551.637000', '212551.639000', '212551.642000', '212551.644000', '212551.647000', '212551.650000', '212551.652000', '212551.655000', '212551.657000', '212551.660000', '212551.662000', '212551.665000', '212551.668000', '212551.670000', '212551.673000', '212551.675000', '212551.678000', '212551.681000', '212551.683000', '212551.686000', '212551.688000', '212551.691000', '212551.694000', '212551.696000', '212551.699000', '212551.701000', '212551.704000', '212551.706000', '212551.709000', '212551.711000', '212551.714000', '212551.717000', '212551.719000', '212551.722000', '212551.724000', '212551.727000', '212551.729000', '212551.732000', '212551.734000', '212551.737000', '212610.161000', '212610.165000', '212610.168000', '212610.170000', '212610.173000', '212610.176000', '212610.179000', '212610.182000', '212610.185000', '212610.187000', '212610.190000', '212610.193000', '212610.195000', '212610.198000', '212610.201000', '212610.204000', '212610.206000', '212610.209000', '212610.212000', '212610.215000', '212610.218000', '212610.221000', '212610.224000', '212610.227000', '212610.229000', '212610.232000', '212610.235000', '212610.238000', '212610.241000', '212610.244000', '212610.247000', '212610.250000', '212610.253000', '212610.256000', '212610.259000', '212610.262000', '212610.264000', '212610.268000', '212610.271000', '212610.274000', '212610.276000'], 'InstanceCreationTime': ['211951.629000', '211951.632000', '211951.634000', '211951.637000', '211951.640000', '211951.642000', '211951.645000', '211951.647000', '211951.650000', '211951.652000', '211951.655000', '211951.657000', '211951.660000', '211951.663000', '211951.665000', '211951.668000', '211951.670000', '211951.673000', '211951.675000', '211951.678000', '211951.680000', '211951.683000', '211951.685000', '211951.688000', '211951.691000', '211951.693000', '211951.696000', '211951.698000', '211951.701000', '211951.703000', '211951.706000', '211951.708000', '211951.711000', '211951.714000', '211951.716000', '211951.719000', '211951.721000', '211951.724000', '211951.726000', '211951.729000', '211951.731000', '211951.734000', '211951.737000', '211951.751000', '211951.754000', '211951.756000', '211951.759000', '211951.762000', '211951.764000', '212011.627000', '212011.630000', '212011.633000', '212011.635000', '212011.638000', '212011.640000', '212011.643000', '212011.645000', '212011.648000', '212011.650000', '212011.653000', '212011.655000', '212011.658000', '212011.661000', '212011.663000', '212011.666000', '212011.668000', '212011.671000', '212011.673000', '212011.676000', '212011.678000', '212011.681000', '212011.716000', '212011.718000', '212011.721000', '212011.723000', '212011.726000', '212011.728000', '212011.731000', '212011.733000', '212011.736000', '212011.739000', '212011.742000', '212011.744000', '212011.747000', '212011.763000', '212011.766000', '212011.769000', '212011.771000', '212011.774000', '212011.776000', '212011.779000', '212011.781000', '212031.628000', '212031.631000', '212031.634000', '212031.636000', '212031.639000', '212031.648000', '212031.651000', '212031.653000', '212031.656000', '212031.658000', '212031.661000', '212031.664000', '212031.666000', '212031.669000', '212031.671000', '212031.674000', '212031.676000', '212031.679000', '212031.681000', '212031.684000', '212031.687000', '212031.689000', '212031.692000', '212031.694000', '212031.697000', '212031.699000', '212031.702000', '212031.704000', '212031.707000', '212031.710000', '212031.712000', '212031.715000', '212031.717000', '212031.720000', '212031.722000', '212031.725000', '212031.727000', '212031.730000', '212031.733000', '212031.735000', '212031.738000', '212031.740000', '212031.743000', '212031.745000', '212051.628000', '212051.631000', '212051.634000', '212051.636000', '212051.639000', '212051.641000', '212051.644000', '212051.647000', '212051.649000', '212051.660000', '212051.663000', '212051.665000', '212051.668000', '212051.670000', '212051.673000', '212051.676000', '212051.678000', '212051.681000', '212051.683000', '212051.686000', '212051.689000', '212051.691000', '212051.699000', '212051.702000', '212051.704000', '212051.707000', '212051.709000', '212051.712000', '212051.714000', '212051.717000', '212051.719000', '212051.722000', '212051.725000', '212051.727000', '212051.730000', '212051.732000', '212051.735000', '212051.737000', '212051.740000', '212051.742000', '212051.745000', '212051.748000', '212051.750000', '212111.628000', '212111.631000', '212111.634000', '212111.636000', '212111.639000', '212111.642000', '212111.644000', '212111.647000', '212111.649000', '212111.652000', '212111.654000', '212111.657000', '212111.660000', '212111.662000', '212111.668000', '212111.670000', '212111.673000', '212111.675000', '212111.678000', '212111.681000', '212111.683000', '212111.686000', '212111.689000', '212111.691000', '212111.694000', '212111.696000', '212111.699000', '212111.701000', '212111.704000', '212111.707000', '212111.709000', '212111.712000', '212111.715000', '212111.717000', '212111.720000', '212111.722000', '212111.725000', '212111.727000', '212111.730000', '212111.733000', '212111.735000', '212111.738000', '212111.740000', '212111.743000', '212131.628000', '212131.631000', '212131.634000', '212131.636000', '212131.639000', '212131.641000', '212131.644000', '212131.647000', '212131.649000', '212131.652000', '212131.654000', '212131.657000', '212131.659000', '212131.662000', '212131.664000', '212131.667000', '212131.669000', '212131.672000', '212131.675000', '212131.677000', '212131.680000', '212131.682000', '212131.685000', '212131.688000', '212131.690000', '212131.693000', '212131.695000', '212131.698000', '212131.700000', '212131.703000', '212131.705000', '212131.708000', '212131.711000', '212131.713000', '212131.716000', '212131.724000', '212131.727000', '212131.730000', '212131.732000', '212131.735000', '212131.737000', '212131.740000', '212131.743000', '212151.627000', '212151.630000', '212151.633000', '212151.637000', '212151.639000', '212151.642000', '212151.644000', '212151.647000', '212151.650000', '212151.652000', '212151.655000', '212151.657000', '212151.660000', '212151.662000', '212151.665000', '212151.668000', '212151.672000', '212151.675000', '212151.677000', '212151.680000', '212151.682000', '212151.685000', '212151.688000', '212151.690000', '212151.693000', '212151.695000', '212151.698000', '212151.700000', '212151.703000', '212151.706000', '212151.708000', '212151.711000', '212151.713000', '212151.716000', '212151.719000', '212151.721000', '212151.724000', '212151.727000', '212151.729000', '212151.732000', '212151.734000', '212151.737000', '212151.740000', '212211.628000', '212211.630000', '212211.633000', '212211.636000', '212211.638000', '212211.641000', '212211.643000', '212211.646000', '212211.649000', '212211.651000', '212211.654000', '212211.656000', '212211.659000', '212211.661000', '212211.664000', '212211.676000', '212211.678000', '212211.681000', '212211.683000', '212211.686000', '212211.689000', '212211.691000', '212211.694000', '212211.696000', '212211.699000', '212211.702000', '212211.704000', '212211.707000', '212211.709000', '212211.712000', '212211.714000', '212211.717000', '212211.720000', '212211.722000', '212211.725000', '212211.727000', '212211.730000', '212211.733000', '212211.735000', '212211.738000', '212211.740000', '212211.743000', '212211.746000', '212211.748000', '212231.627000', '212231.630000', '212231.633000', '212231.635000', '212231.638000', '212231.640000', '212231.643000', '212231.646000', '212231.648000', '212231.651000', '212231.653000', '212231.656000', '212231.658000', '212231.661000', '212231.664000', '212231.666000', '212231.669000', '212231.671000', '212231.674000', '212231.676000', '212231.679000', '212231.682000', '212231.684000', '212231.687000', '212231.689000', '212231.692000', '212231.695000', '212231.697000', '212231.700000', '212231.702000', '212231.705000', '212231.708000', '212231.710000', '212231.713000', '212231.715000', '212231.718000', '212231.720000', '212231.723000', '212231.725000', '212231.728000', '212231.731000', '212231.733000', '212231.736000', '212231.738000', '212251.627000', '212251.630000', '212251.633000', '212251.635000', '212251.638000', '212251.641000', '212251.643000', '212251.646000', '212251.648000', '212251.651000', '212251.653000', '212251.656000', '212251.658000', '212251.661000', '212251.664000', '212251.666000', '212251.669000', '212251.671000', '212251.674000', '212251.677000', '212251.679000', '212251.682000', '212251.684000', '212251.687000', '212251.689000', '212251.692000', '212251.695000', '212251.697000', '212251.700000', '212251.703000', '212251.705000', '212251.718000', '212251.720000', '212251.723000', '212251.725000', '212251.728000', '212251.731000', '212251.733000', '212251.736000', '212251.738000', '212251.741000', '212251.743000', '212251.746000', '212311.629000', '212311.631000', '212311.634000', '212311.637000', '212311.639000', '212311.642000', '212311.644000', '212311.647000', '212311.649000', '212311.652000', '212311.655000', '212311.657000', '212311.660000', '212311.662000', '212311.665000', '212311.668000', '212311.670000', '212311.673000', '212311.676000', '212311.678000', '212311.681000', '212311.683000', '212311.686000', '212311.688000', '212311.691000', '212311.693000', '212311.696000', '212311.699000', '212311.701000', '212311.704000', '212311.706000', '212311.711000', '212311.713000', '212311.716000', '212311.719000', '212311.721000', '212311.724000', '212311.726000', '212311.729000', '212311.732000', '212311.734000', '212311.737000', '212311.739000', '212331.629000', '212331.632000', '212331.634000', '212331.637000', '212331.639000', '212331.642000', '212331.644000', '212331.647000', '212331.649000', '212331.652000', '212331.655000', '212331.657000', '212331.660000', '212331.662000', '212331.665000', '212331.668000', '212331.670000', '212331.673000', '212331.676000', '212331.678000', '212331.681000', '212331.684000', '212331.686000', '212331.689000', '212331.691000', '212331.694000', '212331.697000', '212331.711000', '212331.714000', '212331.717000', '212331.719000', '212331.722000', '212331.724000', '212331.727000', '212331.729000', '212331.732000', '212331.735000', '212331.737000', '212331.740000', '212331.742000', '212331.745000', '212331.747000', '212331.750000', '212331.753000', '212351.629000', '212351.631000', '212351.634000', '212351.637000', '212351.639000', '212351.642000', '212351.644000', '212351.647000', '212351.649000', '212351.652000', '212351.655000', '212351.657000', '212351.660000', '212351.662000', '212351.665000', '212351.668000', '212351.670000', '212351.673000', '212351.675000', '212351.678000', '212351.681000', '212351.684000', '212351.687000', '212351.690000', '212351.692000', '212351.695000', '212351.697000', '212351.715000', '212351.717000', '212351.720000', '212351.723000', '212351.725000', '212351.728000', '212351.730000', '212351.733000', '212351.736000', '212351.738000', '212351.741000', '212351.743000', '212351.746000', '212351.749000', '212351.751000', '212351.754000', '212411.628000', '212411.630000', '212411.633000', '212411.636000', '212411.638000', '212411.641000', '212411.643000', '212411.646000', '212411.648000', '212411.651000', '212411.654000', '212411.656000', '212411.659000', '212411.661000', '212411.665000', '212411.667000', '212411.670000', '212411.672000', '212411.675000', '212411.677000', '212411.680000', '212411.683000', '212411.685000', '212411.688000', '212411.690000', '212411.693000', '212411.696000', '212411.698000', '212411.701000', '212411.703000', '212411.706000', '212411.708000', '212411.711000', '212411.713000', '212411.716000', '212411.719000', '212411.721000', '212411.724000', '212411.726000', '212411.729000', '212411.732000', '212411.734000', '212411.737000', '212411.740000', '212431.628000', '212431.630000', '212431.633000', '212431.635000', '212431.638000', '212431.641000', '212431.643000', '212431.646000', '212431.648000', '212431.651000', '212431.654000', '212431.656000', '212431.659000', '212431.661000', '212431.664000', '212431.666000', '212431.669000', '212431.672000', '212431.674000', '212431.677000', '212431.679000', '212431.682000', '212431.684000', '212431.687000', '212431.689000', '212431.692000', '212431.695000', '212431.697000', '212431.700000', '212431.703000', '212431.706000', '212431.709000', '212431.712000', '212431.714000', '212431.717000', '212431.720000', '212431.722000', '212431.725000', '212431.729000', '212431.731000', '212431.734000', '212431.737000', '212431.739000', '212451.627000', '212451.630000', '212451.633000', '212451.635000', '212451.638000', '212451.641000', '212451.643000', '212451.646000', '212451.648000', '212451.651000', '212451.654000', '212451.656000', '212451.659000', '212451.661000', '212451.664000', '212451.667000', '212451.669000', '212451.672000', '212451.674000', '212451.677000', '212451.680000', '212451.682000', '212451.685000', '212451.687000', '212451.690000', '212451.693000', '212451.695000', '212451.698000', '212451.700000', '212451.703000', '212451.706000', '212451.708000', '212451.711000', '212451.713000', '212451.716000', '212451.719000', '212451.721000', '212451.724000', '212451.740000', '212451.742000', '212451.745000', '212451.748000', '212451.750000', '212451.753000', '212511.628000', '212511.630000', '212511.633000', '212511.635000', '212511.638000', '212511.641000', '212511.643000', '212511.646000', '212511.648000', '212511.651000', '212511.654000', '212511.656000', '212511.659000', '212511.661000', '212511.664000', '212511.667000', '212511.669000', '212511.672000', '212511.674000', '212511.677000', '212511.680000', '212511.682000', '212511.685000', '212511.687000', '212511.690000', '212511.693000', '212511.695000', '212511.698000', '212511.700000', '212511.703000', '212511.706000', '212511.708000', '212511.711000', '212511.713000', '212511.716000', '212511.719000', '212511.722000', '212511.725000', '212511.728000', '212511.730000', '212511.733000', '212511.735000', '212511.738000', '212531.629000', '212531.631000', '212531.634000', '212531.636000', '212531.639000', '212531.642000', '212531.646000', '212531.648000', '212531.651000', '212531.653000', '212531.656000', '212531.659000', '212531.661000', '212531.664000', '212531.666000', '212531.669000', '212531.671000', '212531.674000', '212531.677000', '212531.679000', '212531.682000', '212531.684000', '212531.687000', '212531.690000', '212531.692000', '212531.695000', '212531.697000', '212531.700000', '212531.703000', '212531.705000', '212531.708000', '212531.710000', '212531.713000', '212531.715000', '212531.718000', '212531.721000', '212531.723000', '212531.726000', '212531.728000', '212531.731000', '212531.734000', '212531.736000', '212531.739000', '212531.742000', '212551.629000', '212551.631000', '212551.634000', '212551.637000', '212551.639000', '212551.642000', '212551.644000', '212551.647000', '212551.650000', '212551.652000', '212551.655000', '212551.657000', '212551.660000', '212551.662000', '212551.665000', '212551.668000', '212551.670000', '212551.673000', '212551.675000', '212551.678000', '212551.681000', '212551.683000', '212551.686000', '212551.688000', '212551.691000', '212551.694000', '212551.696000', '212551.699000', '212551.701000', '212551.704000', '212551.706000', '212551.709000', '212551.711000', '212551.714000', '212551.717000', '212551.719000', '212551.722000', '212551.724000', '212551.727000', '212551.729000', '212551.732000', '212551.734000', '212551.737000', '212610.161000', '212610.165000', '212610.168000', '212610.170000', '212610.173000', '212610.176000', '212610.179000', '212610.182000', '212610.185000', '212610.187000', '212610.190000', '212610.193000', '212610.195000', '212610.198000', '212610.201000', '212610.204000', '212610.206000', '212610.209000', '212610.212000', '212610.215000', '212610.218000', '212610.221000', '212610.224000', '212610.227000', '212610.229000', '212610.232000', '212610.235000', '212610.238000', '212610.241000', '212610.244000', '212610.247000', '212610.250000', '212610.253000', '212610.256000', '212610.259000', '212610.262000', '212610.264000', '212610.268000', '212610.271000', '212610.274000', '212610.276000'], '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': [13288, 11591, 11411, 7858, 8025, 7236, 8816, 7608, 8777, 8627, 10272, 8753, 8023, 7954, 13102, 14068, 11262, 12409, 7250, 9037, 8651, 8048, 9839, 7601, 9264, 7380, 8037, 7668, 8054, 12592, 8254, 9934, 7179, 8090, 7780, 7785, 10345, 7935, 8733, 12506, 7866, 9289, 7300, 7841, 7950, 7658, 8367, 9686, 8455, 11453, 13192, 10912, 11537, 7412, 8809, 7671, 8268, 11914, 8079, 8891, 7626, 9192, 7655, 10062, 9075, 12684, 9126, 8307, 6687, 8824, 9334, 8650, 12242, 10084, 12180, 9592, 8905, 11593, 10446, 11958, 8836, 9305, 7953, 8550, 13640, 8923, 9841, 8409, 8287, 8078, 8055, 7981, 8771, 8540, 8606, 7611, 8684, 7707, 8594, 8206, 8220, 11736, 9212, 9844, 7931, 9861, 8615, 9540, 7694, 8372, 8373, 7831, 8777, 7298, 9237, 7706, 8076, 7253, 11033, 7788, 13759, 8867, 12428, 13604, 10813, 10883, 7730, 7483, 8132, 7177, 8138, 7344, 8426, 7307, 8475, 8322, 8219, 8035, 10943, 8508, 8538, 8010, 8317, 9110, 8109, 10473, 9477, 12650, 10097, 13155, 13533, 11449, 10217, 8418, 8445, 7354, 9333, 7816, 8392, 8178, 8416, 7973, 8500, 7590, 7609, 7182, 7666, 7359, 8116, 7731, 7916, 11379, 8908, 9759, 8534, 11748, 9732, 11116, 13856, 11388, 11599, 8032, 8181, 7525, 8112, 9581, 7232, 8498, 7294, 7960, 7137, 6923, 7417, 10519, 12744, 9551, 11043, 7629, 8697, 8018, 8412, 7715, 9961, 13845, 8130, 8996, 7587, 7431, 8251, 6903, 8576, 8350, 7419, 8368, 9324, 7601, 12049, 13064, 8658, 10153, 10976, 7226, 7386, 6995, 7413, 8211, 12108, 8097, 8709, 8478, 7977, 8192, 7812, 10938, 8205, 8642, 8368, 7593, 7927, 7953, 11759, 7537, 9234, 11963, 7782, 7726, 8218, 7682, 7802, 9486, 12730, 10240, 11314, 7607, 7169, 7387, 7862, 9067, 12461, 8805, 9935, 7633, 7089, 7724, 6873, 7493, 7662, 9974, 9076, 8381, 13127, 7746, 8738, 8047, 8198, 12218, 8423, 9703, 7788, 7872, 8027, 6838, 8087, 8372, 7190, 7939, 8588, 8624, 7954, 10644, 9518, 13711, 11697, 9762, 12016, 8841, 12853, 10251, 11289, 8385, 8095, 7899, 7608, 8533, 8194, 8311, 7769, 8533, 8013, 9978, 7720, 6659, 7067, 7521, 7830, 11307, 7533, 8987, 7146, 8081, 8018, 7399, 7996, 7530, 11098, 7576, 8871, 7561, 7714, 7779, 7853, 11660, 7197, 8015, 12182, 7673, 8078, 7439, 7630, 6829, 7661, 7279, 7512, 7841, 8742, 7859, 10489, 8493, 12213, 8177, 10540, 14393, 8579, 9063, 12074, 7664, 8102, 7981, 6960, 8009, 6812, 7223, 7409, 7845, 7022, 8694, 7341, 10031, 7797, 8809, 9844, 8840, 12895, 12628, 10926, 14520, 12338, 12322, 7907, 9254, 7734, 11960, 8686, 10937, 8917, 9439, 7177, 7991, 7010, 8898, 7570, 8172, 7317, 7179, 7225, 10964, 8989, 11307, 8248, 9214, 6943, 7338, 6852, 7176, 10414, 7731, 10304, 8428, 9139, 7192, 7400, 7334, 10830, 8512, 11280, 9201, 9834, 7548, 10153, 7174, 8987, 7282, 8568, 7176, 8955, 7618, 7560, 7495, 7790, 7515, 8712, 8218, 7597, 10621, 9515, 12119, 12631, 14378, 12648, 14708, 12735, 9182, 8628, 7415, 7781, 7184, 9205, 7727, 7641, 7304, 6650, 7770, 10411, 7630, 11423, 7138, 7359, 7137, 6558, 7470, 6732, 7546, 8190, 7949, 6987, 8005, 7600, 8262, 13491, 10973, 10273, 13198, 7559, 8475, 7753, 7750, 7495, 7590, 7304, 7318, 8779, 7432, 9279, 7418, 9259, 13535, 9119, 10872, 6448, 6523, 6318, 6311, 7036, 7161, 6934, 7694, 12741, 7575, 11231, 7599, 8822, 7890, 7780, 8233, 12730, 13942, 11323, 12679, 7366, 8317, 6997, 7352, 7316, 7431, 9405, 7554, 7856, 7045, 8273, 7083, 8416, 7375, 8938, 7557, 10175, 8639, 10845, 14267, 9240, 8905, 7310, 7259, 6946, 7473, 8136, 7553, 10152, 13862, 10434, 11807, 7273, 7781, 7534, 7217, 10132, 8029, 9313, 7335, 8190, 7092, 8131, 6955, 8677, 7413, 8428, 7866, 7521, 8205, 7908, 11313, 7878, 12671, 11273, 14177, 11519, 8304, 9178, 9090, 12673, 12794, 14111, 12624, 13496, 8446, 10304, 7793, 8683, 7452, 8269, 7255, 8017, 7141, 7868, 7335, 7992, 12241, 7066, 8413, 7180, 7435, 6823, 7385, 6838, 7133, 11208, 7222, 8406, 7212, 8382, 7437, 8720, 7005, 9239, 7378, 7944, 7148, 8018, 13640, 12159, 8880, 12344, 7757, 9530, 7186, 7980, 7507, 7570, 7380, 8074, 7961, 7265, 8672, 7450, 9399, 8967, 7385, 9028, 8577, 10137, 9845, 7656, 12775, 11073, 13477, 11383, 9468, 8978, 7119, 8360, 14127, 8502, 9579, 7321, 8336, 6909, 7020, 7779, 7637, 8393, 8373, 6619, 8282, 12121, 9835, 8713, 13411, 8449, 9388, 7037, 7835, 7210, 7285, 11391, 7215, 9022, 7004, 8240, 7341, 8337, 7270, 10399, 10479, 9435, 13362, 7640, 8474, 7448, 9097, 7356, 8426, 8110, 7467, 8689, 7233, 7506, 13794, 6750, 8471, 6694, 7504, 6956, 7459, 12029, 7136, 8328, 12492, 7624, 7587, 7288, 7625, 13084, 7099, 7501, 7705, 7467, 6655, 6706, 7172, 7202, 7073, 8456, 8039, 10088, 9379, 8160, 11067, 8589, 13495, 8627, 12631, 13955, 9029, 9546, 11536, 7810, 8056, 7440, 7571, 6772, 7365, 7424, 7188, 7322, 7074, 7589, 7830, 9872, 8680, 12399, 9276, 12949, 9048, 9653, 7310, 8000, 13418, 8470, 11301, 7715, 6866, 7465, 7017, 8069, 11889, 9456, 11127, 7065, 8348, 6929, 7665, 11278, 8333, 10484, 7270, 8672, 7890, 8244, 7063, 9452, 8110, 8003, 7922, 7363, 10356, 7867, 10008, 9086, 6997, 12223, 8342, 9490, 14441, 8941, 12005, 7030, 8400, 7150, 7627, 7166, 7573, 6678, 7801, 6949, 8057, 7137, 7592, 7030, 7868, 11273, 7371, 8467, 10712, 6866, 8365, 7350, 7925, 7060, 7481, 11251, 6765, 8370, 6631, 7145, 6869, 6769, 6964, 7668, 10799, 7627, 8560, 11330, 7270, 8383, 7404, 8761, 7039, 8399, 12330, 9812, 10916, 7206, 8926, 7258, 9567, 7223, 9684, 7302, 8181, 6954, 7063, 6889, 7261, 7643, 7621, 7458, 9178, 6838, 6892, 9569, 7912, 7511, 9968, 8246, 7713, 10229, 14519, 12066, 10442, 12252, 7073, 8985, 7061, 7865, 7248, 8258, 6742, 7611, 7042, 7280, 9917, 7042, 8538], 'WindowCenter': [4015.0, 3979.0, 3961.0, 3917.0, 3915.0, 3904.0, 3925.0, 3917.0, 3940.0, 3941.0, 3949.0, 3927.0, 3914.0, 3929.0, 3961.0, 3946.0, 3933.0, 3932.0, 3878.0, 3911.0, 3912.0, 3901.0, 3921.0, 3901.0, 3909.0, 3889.0, 3902.0, 3900.0, 3914.0, 3946.0, 3912.0, 3922.0, 3879.0, 3900.0, 3888.0, 3900.0, 3920.0, 3900.0, 3911.0, 3943.0, 3902.0, 3910.0, 3901.0, 3914.0, 3927.0, 3916.0, 3928.0, 3934.0, 3927.0, 3961.0, 3958.0, 3935.0, 3934.0, 3890.0, 3911.0, 3902.0, 3916.0, 3944.0, 3902.0, 3911.0, 3902.0, 3921.0, 3918.0, 3934.0, 3928.0, 3947.0, 3926.0, 3913.0, 3881.0, 3926.0, 3911.0, 3915.0, 3932.0, 3913.0, 3936.0, 3926.0, 3915.0, 3950.0, 3927.0, 3922.0, 3901.0, 3899.0, 3876.0, 3888.0, 3917.0, 3886.0, 3898.0, 3887.0, 3884.0, 3900.0, 3889.0, 3902.0, 3911.0, 3911.0, 3899.0, 3901.0, 3913.0, 3907.0, 3914.0, 3901.0, 3904.0, 3931.0, 3912.0, 3923.0, 3914.0, 3923.0, 3914.0, 3921.0, 3902.0, 3914.0, 3914.0, 3902.0, 3914.0, 3901.0, 3913.0, 3892.0, 3904.0, 3907.0, 3934.0, 3905.0, 3955.0, 3914.0, 3945.0, 3944.0, 3923.0, 3910.0, 3875.0, 3891.0, 3887.0, 3878.0, 3888.0, 3889.0, 3900.0, 3889.0, 3903.0, 3914.0, 3904.0, 3917.0, 3933.0, 3914.0, 3912.0, 3903.0, 3912.0, 3912.0, 3901.0, 3936.0, 3926.0, 3955.0, 3923.0, 3946.0, 3945.0, 3923.0, 3908.0, 3899.0, 3887.0, 3904.0, 3923.0, 3902.0, 3901.0, 3914.0, 3911.0, 3913.0, 3928.0, 3919.0, 3917.0, 3905.0, 3917.0, 3903.0, 3926.0, 3931.0, 3930.0, 3946.0, 3928.0, 3927.0, 3928.0, 3947.0, 3925.0, 3937.0, 3946.0, 3925.0, 3921.0, 3891.0, 3898.0, 3887.0, 3888.0, 3909.0, 3891.0, 3909.0, 3891.0, 3901.0, 3903.0, 3903.0, 3918.0, 3949.0, 3943.0, 3927.0, 3937.0, 3903.0, 3903.0, 3903.0, 3899.0, 3903.0, 3924.0, 3943.0, 3888.0, 3899.0, 3888.0, 3877.0, 3902.0, 3906.0, 3925.0, 3926.0, 3904.0, 3929.0, 3939.0, 3905.0, 3959.0, 3945.0, 3901.0, 3926.0, 3922.0, 3880.0, 3877.0, 3880.0, 3888.0, 3912.0, 3933.0, 3903.0, 3900.0, 3912.0, 3901.0, 3911.0, 3916.0, 3935.0, 3902.0, 3900.0, 3902.0, 3901.0, 3914.0, 3919.0, 3944.0, 3904.0, 3926.0, 3932.0, 3902.0, 3888.0, 3902.0, 3899.0, 3903.0, 3926.0, 3945.0, 3924.0, 3922.0, 3888.0, 3879.0, 3877.0, 3900.0, 3909.0, 3929.0, 3912.0, 3909.0, 3890.0, 3875.0, 3886.0, 3878.0, 3888.0, 3901.0, 3922.0, 3915.0, 3901.0, 3929.0, 3889.0, 3898.0, 3899.0, 3899.0, 3918.0, 3889.0, 3910.0, 3876.0, 3886.0, 3899.0, 3892.0, 3914.0, 3913.0, 3905.0, 3916.0, 3915.0, 3926.0, 3905.0, 3939.0, 3939.0, 3958.0, 3948.0, 3924.0, 3947.0, 3913.0, 3932.0, 3925.0, 3919.0, 3899.0, 3899.0, 3902.0, 3891.0, 3913.0, 3900.0, 3898.0, 3903.0, 3912.0, 3915.0, 3924.0, 3905.0, 3891.0, 3894.0, 3915.0, 3917.0, 3946.0, 3907.0, 3916.0, 3893.0, 3902.0, 3903.0, 3891.0, 3916.0, 3917.0, 3949.0, 3905.0, 3915.0, 3904.0, 3902.0, 3904.0, 3915.0, 3934.0, 3882.0, 3903.0, 3932.0, 3891.0, 3899.0, 3891.0, 3889.0, 3893.0, 3902.0, 3902.0, 3906.0, 3916.0, 3924.0, 3931.0, 3949.0, 3931.0, 3956.0, 3915.0, 3937.0, 3946.0, 3902.0, 3914.0, 3933.0, 3889.0, 3899.0, 3902.0, 3903.0, 3915.0, 3906.0, 3919.0, 3915.0, 3930.0, 3920.0, 3942.0, 3919.0, 3951.0, 3931.0, 3927.0, 3940.0, 3927.0, 3958.0, 3960.0, 3950.0, 3960.0, 3948.0, 3944.0, 3904.0, 3911.0, 3891.0, 3931.0, 3914.0, 3922.0, 3912.0, 3911.0, 3891.0, 3899.0, 3892.0, 3924.0, 3904.0, 3914.0, 3906.0, 3891.0, 3905.0, 3935.0, 3926.0, 3948.0, 3915.0, 3914.0, 3879.0, 3878.0, 3866.0, 3879.0, 3921.0, 3904.0, 3933.0, 3915.0, 3921.0, 3892.0, 3890.0, 3893.0, 3931.0, 3914.0, 3934.0, 3912.0, 3922.0, 3903.0, 3922.0, 3880.0, 3897.0, 3892.0, 3900.0, 3892.0, 3909.0, 3901.0, 3903.0, 3903.0, 3916.0, 3915.0, 3926.0, 3929.0, 3916.0, 3947.0, 3940.0, 3961.0, 3960.0, 3957.0, 3948.0, 3955.0, 3946.0, 3897.0, 3899.0, 3876.0, 3891.0, 3892.0, 3912.0, 3903.0, 3903.0, 3905.0, 3894.0, 3905.0, 3933.0, 3906.0, 3945.0, 3892.0, 3889.0, 3894.0, 3894.0, 3918.0, 3908.0, 3920.0, 3927.0, 3917.0, 3905.0, 3914.0, 3904.0, 3905.0, 3958.0, 3935.0, 3924.0, 3931.0, 3890.0, 3885.0, 3888.0, 3887.0, 3904.0, 3902.0, 3903.0, 3893.0, 3911.0, 3903.0, 3924.0, 3904.0, 3925.0, 3945.0, 3913.0, 3921.0, 3882.0, 3880.0, 3880.0, 3880.0, 3890.0, 3906.0, 3903.0, 3919.0, 3957.0, 3904.0, 3948.0, 3916.0, 3925.0, 3917.0, 3902.0, 3917.0, 3960.0, 3943.0, 3910.0, 3931.0, 3875.0, 3887.0, 3865.0, 3877.0, 3875.0, 3887.0, 3910.0, 3903.0, 3900.0, 3890.0, 3900.0, 3891.0, 3899.0, 3902.0, 3910.0, 3915.0, 3935.0, 3924.0, 3936.0, 3955.0, 3913.0, 3899.0, 3877.0, 3888.0, 3892.0, 3903.0, 3916.0, 3918.0, 3952.0, 3959.0, 3938.0, 3932.0, 3880.0, 3891.0, 3890.0, 3893.0, 3922.0, 3903.0, 3912.0, 3903.0, 3913.0, 3907.0, 3916.0, 3906.0, 3916.0, 3892.0, 3927.0, 3918.0, 3916.0, 3931.0, 3915.0, 3947.0, 3915.0, 3957.0, 3936.0, 3957.0, 3960.0, 3914.0, 3923.0, 3924.0, 3932.0, 3932.0, 3932.0, 3947.0, 3931.0, 3902.0, 3920.0, 3891.0, 3897.0, 3889.0, 3899.0, 3890.0, 3889.0, 3880.0, 3887.0, 3890.0, 3903.0, 3931.0, 3893.0, 3901.0, 3879.0, 3877.0, 3867.0, 3890.0, 3878.0, 3891.0, 3944.0, 3903.0, 3913.0, 3904.0, 3913.0, 3904.0, 3926.0, 3906.0, 3927.0, 3905.0, 3904.0, 3881.0, 3903.0, 3955.0, 3930.0, 3901.0, 3931.0, 3887.0, 3909.0, 3891.0, 3914.0, 3904.0, 3914.0, 3904.0, 3916.0, 3917.0, 3917.0, 3927.0, 3908.0, 3926.0, 3927.0, 3907.0, 3927.0, 3926.0, 3935.0, 3936.0, 3918.0, 3957.0, 3949.0, 3959.0, 3936.0, 3911.0, 3913.0, 3891.0, 3902.0, 3944.0, 3900.0, 3898.0, 3877.0, 3898.0, 3891.0, 3891.0, 3903.0, 3917.0, 3927.0, 3929.0, 3895.0, 3929.0, 3949.0, 3914.0, 3905.0, 3946.0, 3889.0, 3898.0, 3878.0, 3888.0, 3878.0, 3903.0, 3935.0, 3893.0, 3911.0, 3891.0, 3911.0, 3905.0, 3915.0, 3918.0, 3950.0, 3938.0, 3926.0, 3942.0, 3891.0, 3900.0, 3893.0, 3924.0, 3892.0, 3902.0, 3887.0, 3877.0, 3899.0, 3875.0, 3878.0, 3940.0, 3865.0, 3887.0, 3866.0, 3877.0, 3878.0, 3891.0, 3931.0, 3878.0, 3901.0, 3929.0, 3888.0, 3876.0, 3875.0, 3888.0, 3927.0, 3876.0, 3891.0, 3889.0, 3890.0, 3893.0, 3893.0, 3906.0, 3916.0, 3905.0, 3914.0, 3915.0, 3936.0, 3940.0, 3926.0, 3960.0, 3928.0, 3959.0, 3913.0, 3945.0, 3945.0, 3886.0, 3909.0, 3917.0, 3878.0, 3885.0, 3887.0, 3898.0, 3893.0, 3901.0, 3903.0, 3888.0, 3903.0, 3903.0, 3915.0, 3928.0, 3948.0, 3942.0, 3971.0, 3941.0, 3959.0, 3913.0, 3922.0, 3891.0, 3900.0, 3945.0, 3903.0, 3932.0, 3888.0, 3879.0, 3891.0, 3891.0, 3913.0, 3946.0, 3924.0, 3932.0, 3880.0, 3901.0, 3879.0, 3902.0, 3931.0, 3913.0, 3932.0, 3892.0, 3925.0, 3904.0, 3913.0, 3907.0, 3922.0, 3929.0, 3916.0, 3917.0, 3904.0, 3937.0, 3916.0, 3936.0, 3926.0, 3907.0, 3957.0, 3914.0, 3922.0, 3941.0, 3900.0, 3930.0, 3867.0, 3896.0, 3877.0, 3887.0, 3877.0, 3888.0, 3878.0, 3901.0, 3891.0, 3903.0, 3892.0, 3902.0, 3891.0, 3902.0, 3933.0, 3875.0, 3889.0, 3908.0, 3866.0, 3887.0, 3889.0, 3897.0, 3891.0, 3903.0, 3931.0, 3892.0, 3912.0, 3881.0, 3889.0, 3880.0, 3892.0, 3902.0, 3916.0, 3949.0, 3916.0, 3913.0, 3920.0, 3891.0, 3896.0, 3889.0, 3901.0, 3879.0, 3901.0, 3943.0, 3922.0, 3918.0, 3891.0, 3910.0, 3892.0, 3921.0, 3904.0, 3923.0, 3891.0, 3902.0, 3892.0, 3905.0, 3904.0, 3890.0, 3903.0, 3904.0, 3904.0, 3925.0, 3906.0, 3893.0, 3935.0, 3917.0, 3906.0, 3950.0, 3928.0, 3904.0, 3937.0, 3959.0, 3932.0, 3912.0, 3920.0, 3878.0, 3898.0, 3891.0, 3887.0, 3889.0, 3886.0, 3878.0, 3888.0, 3878.0, 3878.0, 3907.0, 3878.0, 3910.0], 'WindowWidth': [8948.0, 8884.0, 8844.0, 8778.0, 8768.0, 8754.0, 8783.0, 8777.0, 8813.0, 8816.0, 8822.0, 8790.0, 8767.0, 8794.0, 8841.0, 8809.0, 8789.0, 8781.0, 8704.0, 8753.0, 8758.0, 8741.0, 8769.0, 8742.0, 8748.0, 8726.0, 8744.0, 8738.0, 8763.0, 8808.0, 8758.0, 8771.0, 8709.0, 8740.0, 8718.0, 8739.0, 8767.0, 8740.0, 8754.0, 8799.0, 8742.0, 8750.0, 8744.0, 8767.0, 8789.0, 8773.0, 8793.0, 8793.0, 8786.0, 8838.0, 8831.0, 8793.0, 8789.0, 8725.0, 8754.0, 8745.0, 8769.0, 8806.0, 8746.0, 8754.0, 8745.0, 8771.0, 8773.0, 8792.0, 8789.0, 8810.0, 8780.0, 8759.0, 8712.0, 8783.0, 8753.0, 8762.0, 8779.0, 8756.0, 8791.0, 8781.0, 8763.0, 8819.0, 8779.0, 8767.0, 8736.0, 8731.0, 8693.0, 8712.0, 8753.0, 8706.0, 8727.0, 8709.0, 8705.0, 8734.0, 8718.0, 8743.0, 8752.0, 8751.0, 8733.0, 8743.0, 8761.0, 8757.0, 8763.0, 8739.0, 8746.0, 8780.0, 8754.0, 8774.0, 8764.0, 8771.0, 8765.0, 8767.0, 8742.0, 8765.0, 8764.0, 8746.0, 8761.0, 8742.0, 8757.0, 8728.0, 8751.0, 8760.0, 8791.0, 8753.0, 8821.0, 8763.0, 8806.0, 8804.0, 8770.0, 8746.0, 8695.0, 8724.0, 8714.0, 8705.0, 8717.0, 8721.0, 8737.0, 8721.0, 8745.0, 8763.0, 8746.0, 8771.0, 8786.0, 8762.0, 8756.0, 8745.0, 8757.0, 8756.0, 8740.0, 8796.0, 8782.0, 8822.0, 8776.0, 8812.0, 8806.0, 8770.0, 8743.0, 8733.0, 8715.0, 8750.0, 8774.0, 8744.0, 8740.0, 8762.0, 8755.0, 8763.0, 8789.0, 8777.0, 8772.0, 8755.0, 8771.0, 8750.0, 8786.0, 8800.0, 8794.0, 8812.0, 8789.0, 8784.0, 8786.0, 8812.0, 8779.0, 8799.0, 8809.0, 8777.0, 8762.0, 8724.0, 8733.0, 8715.0, 8718.0, 8750.0, 8727.0, 8748.0, 8727.0, 8741.0, 8748.0, 8749.0, 8778.0, 8820.0, 8803.0, 8784.0, 8798.0, 8744.0, 8743.0, 8746.0, 8737.0, 8747.0, 8778.0, 8799.0, 8718.0, 8732.0, 8716.0, 8703.0, 8741.0, 8758.0, 8784.0, 8785.0, 8755.0, 8791.0, 8805.0, 8754.0, 8833.0, 8810.0, 8741.0, 8777.0, 8766.0, 8709.0, 8702.0, 8710.0, 8720.0, 8758.0, 8785.0, 8744.0, 8737.0, 8757.0, 8741.0, 8757.0, 8769.0, 8791.0, 8743.0, 8736.0, 8743.0, 8741.0, 8766.0, 8778.0, 8805.0, 8749.0, 8781.0, 8784.0, 8743.0, 8720.0, 8742.0, 8736.0, 8748.0, 8783.0, 8807.0, 8774.0, 8770.0, 8718.0, 8706.0, 8702.0, 8737.0, 8750.0, 8772.0, 8756.0, 8749.0, 8720.0, 8696.0, 8713.0, 8707.0, 8719.0, 8743.0, 8774.0, 8764.0, 8740.0, 8774.0, 8720.0, 8730.0, 8736.0, 8736.0, 8758.0, 8719.0, 8750.0, 8699.0, 8711.0, 8734.0, 8736.0, 8765.0, 8763.0, 8755.0, 8771.0, 8765.0, 8782.0, 8749.0, 8801.0, 8805.0, 8826.0, 8813.0, 8776.0, 8810.0, 8757.0, 8782.0, 8774.0, 8759.0, 8734.0, 8735.0, 8742.0, 8726.0, 8759.0, 8736.0, 8730.0, 8747.0, 8757.0, 8766.0, 8774.0, 8752.0, 8727.0, 8736.0, 8766.0, 8773.0, 8809.0, 8757.0, 8767.0, 8732.0, 8742.0, 8747.0, 8726.0, 8767.0, 8771.0, 8816.0, 8752.0, 8765.0, 8747.0, 8744.0, 8748.0, 8766.0, 8791.0, 8715.0, 8743.0, 8780.0, 8727.0, 8733.0, 8727.0, 8722.0, 8734.0, 8746.0, 8746.0, 8756.0, 8769.0, 8779.0, 8799.0, 8820.0, 8798.0, 8823.0, 8767.0, 8800.0, 8811.0, 8742.0, 8759.0, 8783.0, 8720.0, 8734.0, 8745.0, 8750.0, 8768.0, 8762.0, 8784.0, 8770.0, 8800.0, 8783.0, 8814.0, 8780.0, 8827.0, 8799.0, 8787.0, 8810.0, 8787.0, 8831.0, 8834.0, 8819.0, 8834.0, 8813.0, 8801.0, 8748.0, 8752.0, 8727.0, 8780.0, 8759.0, 8767.0, 8756.0, 8750.0, 8728.0, 8735.0, 8731.0, 8776.0, 8751.0, 8764.0, 8755.0, 8730.0, 8753.0, 8792.0, 8783.0, 8817.0, 8765.0, 8762.0, 8707.0, 8702.0, 8687.0, 8708.0, 8765.0, 8749.0, 8790.0, 8766.0, 8769.0, 8732.0, 8726.0, 8733.0, 8782.0, 8764.0, 8788.0, 8758.0, 8771.0, 8748.0, 8771.0, 8711.0, 8730.0, 8731.0, 8737.0, 8731.0, 8748.0, 8741.0, 8748.0, 8749.0, 8770.0, 8771.0, 8782.0, 8796.0, 8771.0, 8815.0, 8808.0, 8839.0, 8834.0, 8827.0, 8815.0, 8821.0, 8808.0, 8726.0, 8732.0, 8700.0, 8725.0, 8731.0, 8755.0, 8745.0, 8750.0, 8752.0, 8736.0, 8753.0, 8786.0, 8754.0, 8806.0, 8733.0, 8723.0, 8737.0, 8740.0, 8775.0, 8765.0, 8783.0, 8788.0, 8773.0, 8755.0, 8764.0, 8750.0, 8750.0, 8830.0, 8792.0, 8774.0, 8780.0, 8724.0, 8711.0, 8721.0, 8715.0, 8749.0, 8742.0, 8750.0, 8733.0, 8756.0, 8750.0, 8778.0, 8751.0, 8778.0, 8804.0, 8756.0, 8766.0, 8716.0, 8714.0, 8711.0, 8714.0, 8729.0, 8761.0, 8752.0, 8780.0, 8826.0, 8751.0, 8813.0, 8769.0, 8781.0, 8773.0, 8745.0, 8774.0, 8837.0, 8803.0, 8747.0, 8781.0, 8694.0, 8714.0, 8682.0, 8703.0, 8696.0, 8718.0, 8750.0, 8747.0, 8738.0, 8726.0, 8738.0, 8727.0, 8739.0, 8745.0, 8753.0, 8767.0, 8793.0, 8779.0, 8796.0, 8819.0, 8758.0, 8731.0, 8699.0, 8720.0, 8732.0, 8750.0, 8771.0, 8779.0, 8828.0, 8829.0, 8799.0, 8784.0, 8709.0, 8726.0, 8722.0, 8731.0, 8771.0, 8746.0, 8757.0, 8748.0, 8762.0, 8762.0, 8770.0, 8758.0, 8769.0, 8732.0, 8786.0, 8775.0, 8771.0, 8797.0, 8767.0, 8813.0, 8768.0, 8825.0, 8795.0, 8825.0, 8836.0, 8765.0, 8773.0, 8776.0, 8780.0, 8782.0, 8784.0, 8811.0, 8780.0, 8742.0, 8764.0, 8728.0, 8728.0, 8724.0, 8734.0, 8722.0, 8720.0, 8709.0, 8715.0, 8724.0, 8745.0, 8782.0, 8734.0, 8738.0, 8706.0, 8701.0, 8688.0, 8725.0, 8708.0, 8730.0, 8803.0, 8747.0, 8760.0, 8750.0, 8759.0, 8751.0, 8784.0, 8759.0, 8787.0, 8752.0, 8750.0, 8714.0, 8746.0, 8821.0, 8776.0, 8738.0, 8777.0, 8713.0, 8744.0, 8729.0, 8763.0, 8751.0, 8767.0, 8753.0, 8769.0, 8774.0, 8774.0, 8788.0, 8763.0, 8782.0, 8785.0, 8758.0, 8786.0, 8782.0, 8795.0, 8797.0, 8775.0, 8827.0, 8817.0, 8831.0, 8795.0, 8753.0, 8758.0, 8728.0, 8742.0, 8801.0, 8735.0, 8728.0, 8699.0, 8730.0, 8726.0, 8729.0, 8748.0, 8774.0, 8786.0, 8793.0, 8743.0, 8790.0, 8820.0, 8759.0, 8748.0, 8806.0, 8721.0, 8728.0, 8704.0, 8716.0, 8703.0, 8748.0, 8790.0, 8731.0, 8750.0, 8728.0, 8754.0, 8755.0, 8768.0, 8777.0, 8821.0, 8799.0, 8780.0, 8796.0, 8727.0, 8737.0, 8733.0, 8778.0, 8729.0, 8742.0, 8713.0, 8701.0, 8731.0, 8694.0, 8702.0, 8790.0, 8681.0, 8713.0, 8685.0, 8702.0, 8706.0, 8728.0, 8779.0, 8705.0, 8738.0, 8772.0, 8717.0, 8697.0, 8698.0, 8717.0, 8766.0, 8700.0, 8726.0, 8722.0, 8724.0, 8735.0, 8737.0, 8757.0, 8772.0, 8756.0, 8765.0, 8768.0, 8797.0, 8808.0, 8786.0, 8837.0, 8790.0, 8834.0, 8762.0, 8805.0, 8808.0, 8711.0, 8746.0, 8753.0, 8701.0, 8707.0, 8717.0, 8736.0, 8737.0, 8744.0, 8749.0, 8725.0, 8748.0, 8751.0, 8770.0, 8793.0, 8820.0, 8815.0, 8857.0, 8811.0, 8830.0, 8759.0, 8770.0, 8726.0, 8738.0, 8807.0, 8745.0, 8785.0, 8719.0, 8710.0, 8728.0, 8728.0, 8763.0, 8810.0, 8776.0, 8783.0, 8711.0, 8739.0, 8707.0, 8742.0, 8784.0, 8759.0, 8783.0, 8732.0, 8782.0, 8750.0, 8764.0, 8760.0, 8771.0, 8793.0, 8771.0, 8775.0, 8750.0, 8798.0, 8769.0, 8796.0, 8783.0, 8762.0, 8829.0, 8761.0, 8771.0, 8796.0, 8738.0, 8778.0, 8689.0, 8727.0, 8703.0, 8715.0, 8704.0, 8718.0, 8708.0, 8742.0, 8729.0, 8747.0, 8733.0, 8744.0, 8728.0, 8744.0, 8785.0, 8697.0, 8719.0, 8744.0, 8687.0, 8714.0, 8721.0, 8730.0, 8729.0, 8747.0, 8781.0, 8733.0, 8757.0, 8714.0, 8723.0, 8714.0, 8734.0, 8748.0, 8772.0, 8821.0, 8770.0, 8761.0, 8765.0, 8726.0, 8729.0, 8722.0, 8740.0, 8708.0, 8743.0, 8799.0, 8771.0, 8760.0, 8729.0, 8751.0, 8730.0, 8769.0, 8749.0, 8775.0, 8728.0, 8744.0, 8731.0, 8756.0, 8753.0, 8727.0, 8749.0, 8751.0, 8751.0, 8780.0, 8758.0, 8735.0, 8794.0, 8773.0, 8758.0, 8823.0, 8790.0, 8750.0, 8800.0, 8837.0, 8784.0, 8753.0, 8762.0, 8705.0, 8730.0, 8727.0, 8716.0, 8722.0, 8712.0, 8706.0, 8719.0, 8704.0, 8705.0, 8742.0, 8706.0, 8752.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.0017432261768082662</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03962366016073479</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.42451259573561</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1953082371609192</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008474039747126</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.459</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5720.7778</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1951543718621614</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>347</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>39.83926521239954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.658292192220275</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.647041936889602</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7466383890604926</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5811962507107302</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129132</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011244803667068481</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01785760186612606</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.949467555726177</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>29.9752</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.8208</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.6075</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305552.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>696.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.1215</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6594</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>452.5314</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3159.8484</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3359.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70992.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1017.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.4884</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.61988085374469</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> |