=== 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-0060 --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-0060",
"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-0060_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0060_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0060_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-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-03/func/sub-0060_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c715acf25a321571bff9abf262efa355</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>18:10:50.822500</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0890814</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7735, -7267, 686, -25, 38, 5, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d4d75595-b850-45c5-8903-82948626a212||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['181050.822500', '181051.282500', '181051.742500', '181052.202500', '181052.662500', '181053.122500', '181053.582500', '181054.042500', '181054.502500', '181054.962500', '181055.422500', '181055.882500', '181056.342500', '181056.802500', '181057.262500', '181057.722500', '181058.182500', '181058.642500', '181059.102500', '181059.562500', '181100.022500', '181100.482500', '181100.942500', '181101.402500', '181101.862500', '181102.322500', '181102.782500', '181103.242500', '181103.702500', '181104.162500', '181104.622500', '181105.082500', '181105.542500', '181106.002500', '181106.462500', '181106.922500', '181107.382500', '181107.842500', '181108.302500', '181108.762500', '181109.222500', '181109.682500', '181110.142500', '181110.602500', '181111.062500', '181111.522500', '181111.982500', '181112.442500', '181112.902500', '181113.362500', '181113.822500', '181114.282500', '181114.742500', '181115.202500', '181115.662500', '181116.122500', '181116.582500', '181117.042500', '181117.502500', '181117.962500', '181118.422500', '181118.882500', '181119.342500', '181119.802500', '181120.262500', '181120.722500', '181121.182500', '181121.642500', '181122.102500', '181122.562500', '181123.022500', '181123.482500', '181123.942500', '181124.402500', '181124.862500', '181125.322500', '181125.782500', '181126.242500', '181126.702500', '181127.162500', '181127.622500', '181128.082500', '181128.542500', '181129.002500', '181129.462500', '181129.922500', '181130.382500', '181130.842500', '181131.302500', '181131.762500', '181132.222500', '181132.682500', '181133.142500', '181133.602500', '181134.062500', '181134.522500', '181134.982500', '181135.442500', '181135.902500', '181136.362500', '181136.822500', '181137.282500', '181137.742500', '181138.202500', '181138.662500', '181139.122500', '181139.582500', '181140.042500', '181140.502500', '181140.962500', '181141.422500', '181141.882500', '181142.342500', '181142.802500', '181143.262500', '181143.722500', '181144.182500', '181144.642500', '181145.102500', '181145.562500', '181146.022500', '181146.482500', '181146.942500', '181147.402500', '181147.862500', '181148.322500', '181148.782500', '181149.242500', '181149.702500', '181150.162500', '181150.622500', '181151.082500', '181151.542500', '181152.002500', '181152.462500', '181152.922500', '181153.382500', '181153.842500', '181154.302500', '181154.762500', '181155.222500', '181155.682500', '181156.142500', '181156.602500', '181157.062500', '181157.522500', '181157.982500', '181158.442500', '181158.902500', '181159.362500', '181159.822500', '181200.282500', '181200.742500', '181201.202500', '181201.662500', '181202.122500', '181202.582500', '181203.042500', '181203.502500', '181203.962500', '181204.422500', '181204.882500', '181205.342500', '181205.802500', '181206.262500', '181206.722500', '181207.182500', '181207.642500', '181208.102500', '181208.562500', '181209.022500', '181209.482500', '181209.942500', '181210.402500', '181210.862500', '181211.322500', '181211.782500', '181212.242500', '181212.702500', '181213.162500', '181213.622500', '181214.082500', '181214.542500', '181215.002500', '181215.462500', '181215.922500', '181216.382500', '181216.842500', '181217.302500', '181217.762500', '181218.222500', '181218.682500', '181219.142500', '181219.602500', '181220.062500', '181220.522500', '181220.982500', '181221.442500', '181221.902500', '181222.362500', '181222.822500', '181223.282500', '181223.742500', '181224.202500', '181224.662500', '181225.122500', '181225.582500', '181226.042500', '181226.502500', '181226.962500', '181227.422500', '181227.882500', '181228.342500', '181228.802500', '181229.262500', '181229.722500', '181230.182500', '181230.642500', '181231.102500', '181231.562500', '181232.022500', '181232.482500', '181232.942500', '181233.402500', '181233.862500', '181234.322500', '181234.782500', '181235.242500', '181235.702500', '181236.162500', '181236.622500', '181237.082500', '181237.542500', '181238.002500', '181238.462500', '181238.922500', '181239.382500', '181239.842500', '181240.302500', '181240.762500', '181241.222500', '181241.682500', '181242.142500', '181242.602500', '181243.062500', '181243.522500', '181243.982500', '181244.442500', '181244.902500', '181245.362500', '181245.822500', '181246.282500', '181246.742500', '181247.202500', '181247.662500', '181248.122500', '181248.582500', '181249.042500', '181249.502500', '181249.962500', '181250.422500', '181250.882500', '181251.342500', '181251.802500', '181252.262500', '181252.722500', '181253.182500', '181253.642500', '181254.102500', '181254.562500', '181255.022500', '181255.482500', '181255.942500', '181256.402500', '181256.862500', '181257.322500', '181257.782500', '181258.242500', '181258.702500', '181259.162500', '181259.622500', '181300.082500', '181300.542500', '181301.002500', '181301.462500', '181301.922500', '181302.382500', '181302.842500', '181303.302500', '181303.762500', '181304.222500', '181304.682500', '181305.142500', '181305.602500', '181306.062500', '181306.522500', '181306.982500', '181307.442500', '181307.902500', '181308.362500', '181308.822500', '181309.282500', '181309.742500', '181310.202500', '181310.662500', '181311.122500', '181311.582500', '181312.042500', '181312.502500', '181312.962500', '181313.422500', '181313.882500', '181314.342500', '181314.802500', '181315.262500', '181315.722500', '181316.182500', '181316.642500', '181317.102500', '181317.562500', '181318.022500', '181318.482500', '181318.942500', '181319.402500', '181319.862500', '181320.322500', '181320.782500', '181321.242500', '181321.702500', '181322.162500', '181322.622500', '181323.082500', '181323.542500', '181324.002500', '181324.462500', '181324.922500', '181325.382500', '181325.842500', '181326.302500', '181326.762500', '181327.222500', '181327.682500', '181328.142500', '181328.602500', '181329.062500', '181329.522500', '181329.982500', '181330.442500', '181330.902500', '181331.362500', '181331.822500', '181332.282500', '181332.742500', '181333.202500', '181333.662500', '181334.122500', '181334.582500', '181335.042500', '181335.502500', '181335.962500', '181336.422500', '181336.882500', '181337.342500', '181337.802500', '181338.262500', '181338.722500', '181339.182500', '181339.642500', '181340.102500', '181340.562500', '181341.022500', '181341.482500', '181341.942500', '181342.402500', '181342.862500', '181343.322500', '181343.782500', '181344.242500', '181344.702500', '181345.162500', '181345.622500', '181346.082500', '181346.542500', '181347.002500', '181347.462500', '181347.922500', '181348.382500', '181348.842500', '181349.302500', '181349.762500', '181350.222500', '181350.682500', '181351.142500', '181351.602500', '181352.062500', '181352.522500', '181352.982500', '181353.442500', '181353.902500', '181354.362500', '181354.822500', '181355.282500', '181355.742500', '181356.202500', '181356.662500', '181357.122500', '181357.582500', '181358.042500', '181358.502500', '181358.962500', '181359.422500', '181359.882500', '181400.342500', '181400.802500', '181401.262500', '181401.722500', '181402.182500', '181402.642500', '181403.102500', '181403.562500', '181404.022500', '181404.482500', '181404.942500', '181405.402500', '181405.862500', '181406.322500', '181406.782500', '181407.242500', '181407.702500', '181408.162500', '181408.622500', '181409.082500', '181409.542500', '181410.002500', '181410.462500', '181410.922500', '181411.382500', '181411.842500', '181412.302500', '181412.762500', '181413.222500', '181413.682500', '181414.142500', '181414.602500', '181415.062500', '181415.522500', '181415.982500', '181416.442500', '181416.902500', '181417.362500', '181417.822500', '181418.282500', '181418.742500', '181419.202500', '181419.662500', '181420.122500', '181420.582500', '181421.042500', '181421.502500', '181421.962500', '181422.422500', '181422.882500', '181423.342500', '181423.802500', '181424.262500', '181424.722500', '181425.182500', '181425.642500', '181426.102500', '181426.562500', '181427.022500', '181427.482500', '181427.942500', '181428.402500', '181428.862500', '181429.322500', '181429.782500', '181430.242500', '181430.702500', '181431.162500', '181431.622500', '181432.082500', '181432.542500', '181433.002500', '181433.462500', '181433.922500', '181434.382500', '181434.842500', '181435.302500', '181435.762500', '181436.222500', '181436.682500', '181437.142500', '181437.602500', '181438.062500', '181438.522500', '181438.982500', '181439.442500', '181439.902500', '181440.362500', '181440.822500', '181441.282500', '181441.742500', '181442.202500', '181442.662500', '181443.122500', '181443.582500', '181444.042500', '181444.502500', '181444.962500', '181445.422500', '181445.882500', '181446.342500', '181446.802500', '181447.262500', '181447.722500', '181448.182500', '181448.642500', '181449.102500', '181449.562500', '181450.022500', '181450.482500', '181450.942500', '181451.402500', '181451.862500', '181452.322500', '181452.782500', '181453.242500', '181453.702500', '181454.162500', '181454.622500', '181455.082500', '181455.542500', '181456.002500', '181456.462500', '181456.922500', '181457.382500', '181457.842500', '181458.302500', '181458.762500', '181459.222500', '181459.682500', '181500.142500', '181500.602500', '181501.062500', '181501.522500', '181501.982500', '181502.442500', '181502.902500', '181503.362500', '181503.822500', '181504.282500', '181504.742500', '181505.202500', '181505.662500', '181506.122500', '181506.582500', '181507.042500', '181507.502500', '181507.962500', '181508.422500', '181508.882500', '181509.342500', '181509.802500', '181510.262500', '181510.722500', '181511.182500', '181511.642500', '181512.102500', '181512.562500', '181513.022500', '181513.482500', '181513.942500', '181514.402500', '181514.862500', '181515.322500', '181515.782500', '181516.242500', '181516.702500', '181517.162500', '181517.622500', '181518.082500', '181518.542500', '181519.002500', '181519.462500', '181519.922500', '181520.382500', '181520.842500', '181521.302500', '181521.762500', '181522.222500', '181522.682500', '181523.142500', '181523.602500', '181524.062500', '181524.522500', '181524.982500', '181525.442500', '181525.902500', '181526.362500', '181526.822500', '181527.282500', '181527.742500', '181528.202500', '181528.662500', '181529.122500', '181529.582500', '181530.042500', '181530.502500', '181530.962500', '181531.422500', '181531.882500', '181532.342500', '181532.802500', '181533.262500', '181533.722500', '181534.182500', '181534.642500', '181535.102500', '181535.562500', '181536.022500', '181536.482500', '181536.942500', '181537.402500', '181537.862500', '181538.322500', '181538.782500', '181539.242500', '181539.702500', '181540.162500', '181540.622500', '181541.082500', '181541.542500', '181542.002500', '181542.462500', '181542.922500', '181543.382500', '181543.842500', '181544.302500', '181544.762500', '181545.222500', '181545.682500', '181546.142500', '181546.602500', '181547.062500', '181547.522500', '181547.982500', '181548.442500', '181548.902500', '181549.362500', '181549.822500', '181550.282500', '181550.742500', '181551.202500', '181551.662500', '181552.122500', '181552.582500', '181553.042500', '181553.502500', '181553.962500', '181554.422500', '181554.882500', '181555.342500', '181555.802500', '181556.262500', '181556.722500', '181557.182500', '181557.642500', '181558.102500', '181558.562500', '181559.022500', '181559.482500', '181559.942500', '181600.402500', '181600.862500', '181601.322500', '181601.782500', '181602.242500', '181602.702500', '181603.162500', '181603.622500', '181604.082500', '181604.542500', '181605.002500', '181605.462500', '181605.922500', '181606.382500', '181606.842500', '181607.302500', '181607.762500', '181608.222500', '181608.682500', '181609.142500', '181609.602500', '181610.062500', '181610.522500', '181610.982500', '181611.442500', '181611.902500', '181612.362500', '181612.822500', '181613.282500', '181613.742500', '181614.202500', '181614.662500', '181615.122500', '181615.582500', '181616.042500', '181616.502500', '181616.962500', '181617.422500', '181617.882500', '181618.342500', '181618.802500', '181619.262500', '181619.722500', '181620.182500', '181620.642500', '181621.102500', '181621.562500', '181622.022500', '181622.482500', '181622.942500', '181623.402500', '181623.862500', '181624.322500', '181624.782500', '181625.242500', '181625.702500', '181626.162500', '181626.622500', '181627.082500', '181627.542500', '181628.002500', '181628.462500', '181628.922500', '181629.382500', '181629.842500', '181630.302500', '181630.762500', '181631.222500', '181631.682500', '181632.142500', '181632.602500', '181633.062500', '181633.522500', '181633.982500', '181634.442500', '181634.902500', '181635.362500', '181635.822500', '181636.282500', '181636.742500', '181637.202500', '181637.662500', '181638.122500', '181638.582500', '181639.042500', '181639.502500', '181639.962500', '181640.422500', '181640.882500', '181641.342500', '181641.802500', '181642.262500', '181642.722500', '181643.182500', '181643.642500', '181644.102500', '181644.562500', '181645.022500', '181645.482500', '181645.942500', '181646.402500', '181646.862500', '181647.322500', '181647.782500', '181648.242500', '181648.702500', '181649.162500', '181649.622500', '181650.082500', '181650.542500', '181651.002500', '181651.462500', '181651.922500', '181652.382500', '181652.842500', '181653.302500', '181653.762500', '181654.222500', '181654.682500', '181655.142500', '181655.602500', '181656.062500', '181656.522500', '181656.982500', '181657.442500', '181657.902500', '181658.362500', '181658.822500', '181659.282500', '181659.742500', '181700.202500', '181700.662500', '181701.122500', '181701.582500', '181702.042500', '181702.502500', '181702.962500', '181703.422500', '181703.882500', '181704.342500', '181704.802500', '181705.262500', '181705.722500', '181706.182500', '181706.642500', '181707.102500', '181707.562500', '181708.022500', '181708.482500', '181708.942500', '181709.402500', '181709.862500', '181710.322500', '181710.782500', '181711.242500', '181711.702500', '181712.162500', '181712.622500', '181713.082500', '181713.542500', '181714.002500', '181714.462500', '181714.922500', '181715.382500', '181715.842500', '181716.302500', '181716.762500', '181717.222500', '181717.682500', '181718.142500', '181718.602500', '181719.062500', '181719.522500', '181719.982500', '181720.442500', '181720.902500', '181721.362500', '181721.822500', '181722.282500', '181722.742500', '181723.202500', '181723.662500', '181724.122500', '181724.582500', '181725.042500', '181725.502500', '181725.962500', '181726.422500', '181726.882500', '181727.342500', '181727.802500', '181728.262500', '181728.722500', '181729.182500', '181729.642500', '181730.102500', '181730.562500', '181731.022500', '181731.482500'], 'ContentTime': ['181113.698000', '181113.701000', '181113.704000', '181113.706000', '181113.709000', '181113.711000', '181113.714000', '181113.716000', '181113.719000', '181113.722000', '181113.724000', '181113.727000', '181113.729000', '181113.732000', '181113.735000', '181113.737000', '181113.740000', '181113.742000', '181113.745000', '181113.748000', '181113.750000', '181113.753000', '181113.756000', '181113.758000', '181113.761000', '181113.763000', '181113.766000', '181113.768000', '181113.771000', '181113.774000', '181113.776000', '181113.779000', '181113.781000', '181113.784000', '181113.790000', '181113.793000', '181113.795000', '181113.798000', '181113.800000', '181113.803000', '181113.805000', '181113.808000', '181113.811000', '181113.813000', '181113.816000', '181113.818000', '181113.821000', '181113.823000', '181133.647000', '181133.649000', '181133.652000', '181133.654000', '181133.657000', '181133.660000', '181133.662000', '181133.665000', '181133.667000', '181133.670000', '181133.672000', '181133.675000', '181133.677000', '181133.680000', '181133.683000', '181133.685000', '181133.688000', '181133.690000', '181133.693000', '181133.695000', '181133.698000', '181133.700000', '181133.703000', '181133.705000', '181133.708000', '181133.710000', '181133.713000', '181133.716000', '181133.718000', '181133.721000', '181133.723000', '181133.726000', '181133.728000', '181133.731000', '181133.733000', '181133.743000', '181133.746000', '181133.748000', '181133.751000', '181133.753000', '181133.756000', '181133.758000', '181133.761000', '181153.646000', '181153.649000', '181153.652000', '181153.654000', '181153.657000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.670000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.687000', '181153.690000', '181153.693000', '181153.695000', '181153.698000', '181153.712000', '181153.715000', '181153.724000', '181153.726000', '181153.729000', '181153.731000', '181153.734000', '181153.737000', '181153.739000', '181153.742000', '181153.744000', '181153.747000', '181153.750000', '181153.752000', '181153.755000', '181153.757000', '181153.760000', '181153.762000', '181153.765000', '181153.767000', '181153.770000', '181153.773000', '181213.646000', '181213.649000', '181213.652000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.665000', '181213.667000', '181213.670000', '181213.672000', '181213.675000', '181213.677000', '181213.680000', '181213.682000', '181213.685000', '181213.688000', '181213.690000', '181213.693000', '181213.695000', '181213.698000', '181213.700000', '181213.703000', '181213.705000', '181213.708000', '181213.710000', '181213.713000', '181213.719000', '181213.722000', '181213.724000', '181213.727000', '181213.730000', '181213.732000', '181213.735000', '181213.737000', '181213.740000', '181213.742000', '181213.745000', '181213.747000', '181213.750000', '181213.752000', '181213.755000', '181213.757000', '181213.760000', '181233.646000', '181233.649000', '181233.652000', '181233.654000', '181233.657000', '181233.660000', '181233.662000', '181233.665000', '181233.667000', '181233.670000', '181233.672000', '181233.675000', '181233.685000', '181233.688000', '181233.690000', '181233.693000', '181233.695000', '181233.698000', '181233.700000', '181233.703000', '181233.706000', '181233.708000', '181233.711000', '181233.713000', '181233.716000', '181233.718000', '181233.721000', '181233.724000', '181233.726000', '181233.729000', '181233.732000', '181233.735000', '181233.737000', '181233.740000', '181233.742000', '181233.745000', '181233.748000', '181233.750000', '181233.753000', '181233.755000', '181233.758000', '181233.760000', '181233.763000', '181253.646000', '181253.649000', '181253.652000', '181253.654000', '181253.657000', '181253.659000', '181253.662000', '181253.665000', '181253.667000', '181253.670000', '181253.672000', '181253.675000', '181253.677000', '181253.680000', '181253.682000', '181253.685000', '181253.688000', '181253.690000', '181253.693000', '181253.695000', '181253.698000', '181253.701000', '181253.703000', '181253.706000', '181253.709000', '181253.711000', '181253.714000', '181253.716000', '181253.719000', '181253.722000', '181253.724000', '181253.727000', '181253.729000', '181253.732000', '181253.734000', '181253.737000', '181253.740000', '181253.742000', '181253.745000', '181253.747000', '181253.750000', '181253.753000', '181253.755000', '181253.758000', '181313.645000', '181313.648000', '181313.651000', '181313.653000', '181313.656000', '181313.659000', '181313.661000', '181313.664000', '181313.666000', '181313.669000', '181313.671000', '181313.674000', '181313.676000', '181313.679000', '181313.682000', '181313.684000', '181313.687000', '181313.689000', '181313.692000', '181313.694000', '181313.697000', '181313.699000', '181313.702000', '181313.704000', '181313.707000', '181313.710000', '181313.713000', '181313.716000', '181313.718000', '181313.721000', '181313.723000', '181313.726000', '181313.729000', '181313.731000', '181313.734000', '181313.736000', '181313.739000', '181313.741000', '181313.744000', '181313.747000', '181313.749000', '181313.752000', '181313.754000', '181333.646000', '181333.649000', '181333.652000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.665000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.677000', '181333.680000', '181333.683000', '181333.685000', '181333.688000', '181333.704000', '181333.706000', '181333.709000', '181333.711000', '181333.714000', '181333.717000', '181333.719000', '181333.722000', '181333.724000', '181333.727000', '181333.729000', '181333.732000', '181333.735000', '181333.737000', '181333.740000', '181333.742000', '181333.745000', '181333.748000', '181333.750000', '181333.753000', '181333.755000', '181333.758000', '181333.761000', '181333.763000', '181333.766000', '181333.768000', '181333.771000', '181353.646000', '181353.649000', '181353.652000', '181353.654000', '181353.657000', '181353.660000', '181353.662000', '181353.665000', '181353.667000', '181353.670000', '181353.672000', '181353.675000', '181353.677000', '181353.680000', '181353.682000', '181353.685000', '181353.688000', '181353.690000', '181353.693000', '181353.695000', '181353.698000', '181353.700000', '181353.703000', '181353.705000', '181353.709000', '181353.711000', '181353.714000', '181353.716000', '181353.719000', '181353.722000', '181353.724000', '181353.727000', '181353.729000', '181353.732000', '181353.734000', '181353.737000', '181353.739000', '181353.742000', '181353.745000', '181353.747000', '181353.750000', '181353.752000', '181353.755000', '181413.646000', '181413.649000', '181413.652000', '181413.655000', '181413.657000', '181413.660000', '181413.662000', '181413.665000', '181413.667000', '181413.670000', '181413.673000', '181413.675000', '181413.678000', '181413.680000', '181413.683000', '181413.686000', '181413.688000', '181413.691000', '181413.693000', '181413.696000', '181413.699000', '181413.701000', '181413.704000', '181413.706000', '181413.709000', '181413.711000', '181413.714000', '181413.716000', '181413.719000', '181413.722000', '181413.724000', '181413.727000', '181413.729000', '181413.732000', '181413.734000', '181413.737000', '181413.740000', '181413.742000', '181413.745000', '181413.747000', '181413.750000', '181413.752000', '181413.755000', '181413.757000', '181433.646000', '181433.649000', '181433.652000', '181433.654000', '181433.657000', '181433.659000', '181433.662000', '181433.665000', '181433.667000', '181433.670000', '181433.672000', '181433.675000', '181433.678000', '181433.680000', '181433.683000', '181433.685000', '181433.688000', '181433.691000', '181433.693000', '181433.696000', '181433.698000', '181433.701000', '181433.703000', '181433.706000', '181433.709000', '181433.711000', '181433.714000', '181433.716000', '181433.719000', '181433.721000', '181433.724000', '181433.727000', '181433.729000', '181433.732000', '181433.734000', '181433.737000', '181433.739000', '181433.742000', '181433.745000', '181433.747000', '181433.750000', '181433.752000', '181433.755000', '181453.646000', '181453.649000', '181453.652000', '181453.654000', '181453.657000', '181453.660000', '181453.662000', '181453.665000', '181453.667000', '181453.670000', '181453.672000', '181453.675000', '181453.677000', '181453.680000', '181453.683000', '181453.685000', '181453.688000', '181453.690000', '181453.693000', '181453.695000', '181453.698000', '181453.701000', '181453.703000', '181453.706000', '181453.708000', '181453.711000', '181453.714000', '181453.716000', '181453.719000', '181453.721000', '181453.724000', '181453.727000', '181453.729000', '181453.732000', '181453.734000', '181453.737000', '181453.739000', '181453.742000', '181453.744000', '181453.747000', '181453.750000', '181453.752000', '181453.770000', '181453.772000', '181513.646000', '181513.649000', '181513.652000', '181513.654000', '181513.657000', '181513.659000', '181513.662000', '181513.664000', '181513.667000', '181513.670000', '181513.672000', '181513.675000', '181513.677000', '181513.680000', '181513.682000', '181513.685000', '181513.687000', '181513.690000', '181513.693000', '181513.695000', '181513.698000', '181513.700000', '181513.703000', '181513.706000', '181513.708000', '181513.711000', '181513.713000', '181513.716000', '181513.718000', '181513.721000', '181513.724000', '181513.726000', '181513.729000', '181513.731000', '181513.734000', '181513.736000', '181513.739000', '181513.741000', '181513.744000', '181513.747000', '181513.749000', '181513.752000', '181513.754000', '181533.646000', '181533.648000', '181533.651000', '181533.653000', '181533.656000', '181533.658000', '181533.661000', '181533.664000', '181533.666000', '181533.669000', '181533.671000', '181533.674000', '181533.677000', '181533.679000', '181533.682000', '181533.684000', '181533.687000', '181533.689000', '181533.692000', '181533.694000', '181533.697000', '181533.699000', '181533.702000', '181533.705000', '181533.707000', '181533.710000', '181533.712000', '181533.715000', '181533.718000', '181533.720000', '181533.723000', '181533.725000', '181533.728000', '181533.730000', '181533.733000', '181533.735000', '181533.738000', '181533.741000', '181533.743000', '181533.746000', '181533.748000', '181533.751000', '181533.753000', '181533.756000', '181553.646000', '181553.649000', '181553.652000', '181553.654000', '181553.657000', '181553.660000', '181553.662000', '181553.665000', '181553.667000', '181553.670000', '181553.672000', '181553.675000', '181553.678000', '181553.680000', '181553.683000', '181553.685000', '181553.688000', '181553.690000', '181553.693000', '181553.696000', '181553.698000', '181553.701000', '181553.703000', '181553.706000', '181553.708000', '181553.711000', '181553.713000', '181553.716000', '181553.719000', '181553.721000', '181553.724000', '181553.726000', '181553.729000', '181553.731000', '181553.734000', '181553.737000', '181553.739000', '181553.742000', '181553.744000', '181553.747000', '181553.750000', '181553.752000', '181553.755000', '181613.646000', '181613.649000', '181613.652000', '181613.654000', '181613.657000', '181613.659000', '181613.662000', '181613.665000', '181613.667000', '181613.670000', '181613.673000', '181613.675000', '181613.678000', '181613.680000', '181613.683000', '181613.686000', '181613.688000', '181613.691000', '181613.693000', '181613.696000', '181613.698000', '181613.701000', '181613.704000', '181613.706000', '181613.709000', '181613.711000', '181613.714000', '181613.717000', '181613.719000', '181613.722000', '181613.725000', '181613.727000', '181613.730000', '181613.732000', '181613.735000', '181613.737000', '181613.740000', '181613.743000', '181613.745000', '181613.748000', '181613.750000', '181613.753000', '181613.755000', '181613.758000', '181633.646000', '181633.649000', '181633.652000', '181633.654000', '181633.657000', '181633.660000', '181633.662000', '181633.665000', '181633.667000', '181633.682000', '181633.685000', '181633.688000', '181633.690000', '181633.693000', '181633.695000', '181633.698000', '181633.700000', '181633.703000', '181633.706000', '181633.708000', '181633.711000', '181633.713000', '181633.716000', '181633.719000', '181633.721000', '181633.724000', '181633.726000', '181633.729000', '181633.732000', '181633.734000', '181633.737000', '181633.739000', '181633.742000', '181633.744000', '181633.747000', '181633.750000', '181633.752000', '181633.755000', '181633.757000', '181633.760000', '181633.762000', '181633.765000', '181633.768000', '181653.647000', '181653.649000', '181653.652000', '181653.655000', '181653.657000', '181653.660000', '181653.662000', '181653.665000', '181653.668000', '181653.670000', '181653.673000', '181653.675000', '181653.678000', '181653.680000', '181653.683000', '181653.686000', '181653.688000', '181653.691000', '181653.693000', '181653.696000', '181653.699000', '181653.701000', '181653.704000', '181653.706000', '181653.709000', '181653.711000', '181653.714000', '181653.717000', '181653.719000', '181653.722000', '181653.724000', '181653.727000', '181653.729000', '181653.732000', '181653.735000', '181653.737000', '181653.740000', '181653.742000', '181653.745000', '181653.748000', '181653.750000', '181653.753000', '181653.755000', '181653.758000', '181713.647000', '181713.649000', '181713.652000', '181713.654000', '181713.657000', '181713.660000', '181713.662000', '181713.665000', '181713.667000', '181713.670000', '181713.672000', '181713.675000', '181713.677000', '181713.680000', '181713.683000', '181713.685000', '181713.688000', '181713.690000', '181713.693000', '181713.695000', '181713.698000', '181713.700000', '181713.703000', '181713.706000', '181713.708000', '181713.711000', '181713.713000', '181713.716000', '181713.718000', '181713.721000', '181713.724000', '181713.726000', '181713.729000', '181713.731000', '181713.734000', '181713.736000', '181713.739000', '181713.742000', '181713.744000', '181713.747000', '181713.749000', '181713.752000', '181713.755000', '181732.677000', '181732.680000', '181732.683000', '181732.686000', '181732.689000', '181732.692000', '181732.695000', '181732.698000', '181732.700000', '181732.703000', '181732.706000', '181732.708000', '181732.711000', '181732.714000', '181732.716000', '181732.719000', '181732.722000', '181732.725000', '181732.727000', '181732.730000', '181732.733000', '181732.736000', '181732.738000', '181732.741000', '181732.744000', '181732.746000', '181732.749000', '181732.752000', '181732.754000', '181732.757000', '181732.761000', '181732.764000', '181732.766000', '181732.769000', '181732.772000', '181732.775000', '181732.777000', '181732.780000', '181732.784000', '181732.788000', '181732.793000', '181732.795000'], 'InstanceCreationTime': ['181113.698000', '181113.701000', '181113.704000', '181113.706000', '181113.709000', '181113.711000', '181113.714000', '181113.716000', '181113.719000', '181113.722000', '181113.724000', '181113.727000', '181113.729000', '181113.732000', '181113.735000', '181113.737000', '181113.740000', '181113.742000', '181113.745000', '181113.748000', '181113.750000', '181113.753000', '181113.756000', '181113.758000', '181113.761000', '181113.763000', '181113.766000', '181113.768000', '181113.771000', '181113.774000', '181113.776000', '181113.779000', '181113.781000', '181113.784000', '181113.790000', '181113.793000', '181113.795000', '181113.798000', '181113.800000', '181113.803000', '181113.805000', '181113.808000', '181113.811000', '181113.813000', '181113.816000', '181113.818000', '181113.821000', '181113.823000', '181133.647000', '181133.649000', '181133.652000', '181133.654000', '181133.657000', '181133.660000', '181133.662000', '181133.665000', '181133.667000', '181133.670000', '181133.672000', '181133.675000', '181133.677000', '181133.680000', '181133.683000', '181133.685000', '181133.688000', '181133.690000', '181133.693000', '181133.695000', '181133.698000', '181133.700000', '181133.703000', '181133.705000', '181133.708000', '181133.710000', '181133.713000', '181133.716000', '181133.718000', '181133.721000', '181133.723000', '181133.726000', '181133.728000', '181133.731000', '181133.733000', '181133.743000', '181133.746000', '181133.748000', '181133.751000', '181133.753000', '181133.756000', '181133.758000', '181133.761000', '181153.646000', '181153.649000', '181153.652000', '181153.654000', '181153.657000', '181153.659000', '181153.662000', '181153.664000', '181153.667000', '181153.670000', '181153.672000', '181153.675000', '181153.677000', '181153.680000', '181153.682000', '181153.685000', '181153.687000', '181153.690000', '181153.693000', '181153.695000', '181153.698000', '181153.712000', '181153.715000', '181153.724000', '181153.726000', '181153.729000', '181153.731000', '181153.734000', '181153.737000', '181153.739000', '181153.742000', '181153.744000', '181153.747000', '181153.750000', '181153.752000', '181153.755000', '181153.757000', '181153.760000', '181153.762000', '181153.765000', '181153.767000', '181153.770000', '181153.773000', '181213.646000', '181213.649000', '181213.652000', '181213.654000', '181213.657000', '181213.659000', '181213.662000', '181213.665000', '181213.667000', '181213.670000', '181213.672000', '181213.675000', '181213.677000', '181213.680000', '181213.682000', '181213.685000', '181213.688000', '181213.690000', '181213.693000', '181213.695000', '181213.698000', '181213.700000', '181213.703000', '181213.705000', '181213.708000', '181213.710000', '181213.713000', '181213.719000', '181213.722000', '181213.724000', '181213.727000', '181213.730000', '181213.732000', '181213.735000', '181213.737000', '181213.740000', '181213.742000', '181213.745000', '181213.747000', '181213.750000', '181213.752000', '181213.755000', '181213.757000', '181213.760000', '181233.646000', '181233.649000', '181233.652000', '181233.654000', '181233.657000', '181233.660000', '181233.662000', '181233.665000', '181233.667000', '181233.670000', '181233.672000', '181233.675000', '181233.685000', '181233.688000', '181233.690000', '181233.693000', '181233.695000', '181233.698000', '181233.700000', '181233.703000', '181233.706000', '181233.708000', '181233.711000', '181233.713000', '181233.716000', '181233.718000', '181233.721000', '181233.724000', '181233.726000', '181233.729000', '181233.732000', '181233.735000', '181233.737000', '181233.740000', '181233.742000', '181233.745000', '181233.748000', '181233.750000', '181233.753000', '181233.755000', '181233.758000', '181233.760000', '181233.763000', '181253.646000', '181253.649000', '181253.652000', '181253.654000', '181253.657000', '181253.659000', '181253.662000', '181253.665000', '181253.667000', '181253.670000', '181253.672000', '181253.675000', '181253.677000', '181253.680000', '181253.682000', '181253.685000', '181253.688000', '181253.690000', '181253.693000', '181253.695000', '181253.698000', '181253.701000', '181253.703000', '181253.706000', '181253.709000', '181253.711000', '181253.714000', '181253.716000', '181253.719000', '181253.722000', '181253.724000', '181253.727000', '181253.729000', '181253.732000', '181253.734000', '181253.737000', '181253.740000', '181253.742000', '181253.745000', '181253.747000', '181253.750000', '181253.753000', '181253.755000', '181253.758000', '181313.645000', '181313.648000', '181313.651000', '181313.653000', '181313.656000', '181313.659000', '181313.661000', '181313.664000', '181313.666000', '181313.669000', '181313.671000', '181313.674000', '181313.676000', '181313.679000', '181313.682000', '181313.684000', '181313.687000', '181313.689000', '181313.692000', '181313.694000', '181313.697000', '181313.699000', '181313.702000', '181313.704000', '181313.707000', '181313.710000', '181313.713000', '181313.716000', '181313.718000', '181313.721000', '181313.723000', '181313.726000', '181313.729000', '181313.731000', '181313.734000', '181313.736000', '181313.739000', '181313.741000', '181313.744000', '181313.747000', '181313.749000', '181313.752000', '181313.754000', '181333.646000', '181333.649000', '181333.652000', '181333.654000', '181333.657000', '181333.659000', '181333.662000', '181333.665000', '181333.667000', '181333.670000', '181333.672000', '181333.675000', '181333.677000', '181333.680000', '181333.683000', '181333.685000', '181333.688000', '181333.704000', '181333.706000', '181333.709000', '181333.711000', '181333.714000', '181333.717000', '181333.719000', '181333.722000', '181333.724000', '181333.727000', '181333.729000', '181333.732000', '181333.735000', '181333.737000', '181333.740000', '181333.742000', '181333.745000', '181333.748000', '181333.750000', '181333.753000', '181333.755000', '181333.758000', '181333.761000', '181333.763000', '181333.766000', '181333.768000', '181333.771000', '181353.646000', '181353.649000', '181353.652000', '181353.654000', '181353.657000', '181353.660000', '181353.662000', '181353.665000', '181353.667000', '181353.670000', '181353.672000', '181353.675000', '181353.677000', '181353.680000', '181353.682000', '181353.685000', '181353.688000', '181353.690000', '181353.693000', '181353.695000', '181353.698000', '181353.700000', '181353.703000', '181353.705000', '181353.709000', '181353.711000', '181353.714000', '181353.716000', '181353.719000', '181353.722000', '181353.724000', '181353.727000', '181353.729000', '181353.732000', '181353.734000', '181353.737000', '181353.739000', '181353.742000', '181353.745000', '181353.747000', '181353.750000', '181353.752000', '181353.755000', '181413.646000', '181413.649000', '181413.652000', '181413.655000', '181413.657000', '181413.660000', '181413.662000', '181413.665000', '181413.667000', '181413.670000', '181413.673000', '181413.675000', '181413.678000', '181413.680000', '181413.683000', '181413.686000', '181413.688000', '181413.691000', '181413.693000', '181413.696000', '181413.699000', '181413.701000', '181413.704000', '181413.706000', '181413.709000', '181413.711000', '181413.714000', '181413.716000', '181413.719000', '181413.722000', '181413.724000', '181413.727000', '181413.729000', '181413.732000', '181413.734000', '181413.737000', '181413.740000', '181413.742000', '181413.745000', '181413.747000', '181413.750000', '181413.752000', '181413.755000', '181413.757000', '181433.646000', '181433.649000', '181433.652000', '181433.654000', '181433.657000', '181433.659000', '181433.662000', '181433.665000', '181433.667000', '181433.670000', '181433.672000', '181433.675000', '181433.678000', '181433.680000', '181433.683000', '181433.685000', '181433.688000', '181433.691000', '181433.693000', '181433.696000', '181433.698000', '181433.701000', '181433.703000', '181433.706000', '181433.709000', '181433.711000', '181433.714000', '181433.716000', '181433.719000', '181433.721000', '181433.724000', '181433.727000', '181433.729000', '181433.732000', '181433.734000', '181433.737000', '181433.739000', '181433.742000', '181433.745000', '181433.747000', '181433.750000', '181433.752000', '181433.755000', '181453.646000', '181453.649000', '181453.652000', '181453.654000', '181453.657000', '181453.660000', '181453.662000', '181453.665000', '181453.667000', '181453.670000', '181453.672000', '181453.675000', '181453.677000', '181453.680000', '181453.683000', '181453.685000', '181453.688000', '181453.690000', '181453.693000', '181453.695000', '181453.698000', '181453.701000', '181453.703000', '181453.706000', '181453.708000', '181453.711000', '181453.714000', '181453.716000', '181453.719000', '181453.721000', '181453.724000', '181453.727000', '181453.729000', '181453.732000', '181453.734000', '181453.737000', '181453.739000', '181453.742000', '181453.744000', '181453.747000', '181453.750000', '181453.752000', '181453.770000', '181453.772000', '181513.646000', '181513.649000', '181513.652000', '181513.654000', '181513.657000', '181513.659000', '181513.662000', '181513.664000', '181513.667000', '181513.670000', '181513.672000', '181513.675000', '181513.677000', '181513.680000', '181513.682000', '181513.685000', '181513.687000', '181513.690000', '181513.693000', '181513.695000', '181513.698000', '181513.700000', '181513.703000', '181513.706000', '181513.708000', '181513.711000', '181513.713000', '181513.716000', '181513.718000', '181513.721000', '181513.724000', '181513.726000', '181513.729000', '181513.731000', '181513.734000', '181513.736000', '181513.739000', '181513.741000', '181513.744000', '181513.747000', '181513.749000', '181513.752000', '181513.754000', '181533.646000', '181533.648000', '181533.651000', '181533.653000', '181533.656000', '181533.658000', '181533.661000', '181533.664000', '181533.666000', '181533.669000', '181533.671000', '181533.674000', '181533.677000', '181533.679000', '181533.682000', '181533.684000', '181533.687000', '181533.689000', '181533.692000', '181533.694000', '181533.697000', '181533.699000', '181533.702000', '181533.705000', '181533.707000', '181533.710000', '181533.712000', '181533.715000', '181533.718000', '181533.720000', '181533.723000', '181533.725000', '181533.728000', '181533.730000', '181533.733000', '181533.735000', '181533.738000', '181533.741000', '181533.743000', '181533.746000', '181533.748000', '181533.751000', '181533.753000', '181533.756000', '181553.646000', '181553.649000', '181553.652000', '181553.654000', '181553.657000', '181553.660000', '181553.662000', '181553.665000', '181553.667000', '181553.670000', '181553.672000', '181553.675000', '181553.678000', '181553.680000', '181553.683000', '181553.685000', '181553.688000', '181553.690000', '181553.693000', '181553.696000', '181553.698000', '181553.701000', '181553.703000', '181553.706000', '181553.708000', '181553.711000', '181553.713000', '181553.716000', '181553.719000', '181553.721000', '181553.724000', '181553.726000', '181553.729000', '181553.731000', '181553.734000', '181553.737000', '181553.739000', '181553.742000', '181553.744000', '181553.747000', '181553.750000', '181553.752000', '181553.755000', '181613.646000', '181613.649000', '181613.652000', '181613.654000', '181613.657000', '181613.659000', '181613.662000', '181613.665000', '181613.667000', '181613.670000', '181613.673000', '181613.675000', '181613.678000', '181613.680000', '181613.683000', '181613.686000', '181613.688000', '181613.691000', '181613.693000', '181613.696000', '181613.698000', '181613.701000', '181613.704000', '181613.706000', '181613.709000', '181613.711000', '181613.714000', '181613.717000', '181613.719000', '181613.722000', '181613.725000', '181613.727000', '181613.730000', '181613.732000', '181613.735000', '181613.737000', '181613.740000', '181613.743000', '181613.745000', '181613.748000', '181613.750000', '181613.753000', '181613.755000', '181613.758000', '181633.646000', '181633.649000', '181633.652000', '181633.654000', '181633.657000', '181633.660000', '181633.662000', '181633.665000', '181633.667000', '181633.682000', '181633.685000', '181633.688000', '181633.690000', '181633.693000', '181633.695000', '181633.698000', '181633.700000', '181633.703000', '181633.706000', '181633.708000', '181633.711000', '181633.713000', '181633.716000', '181633.719000', '181633.721000', '181633.724000', '181633.726000', '181633.729000', '181633.732000', '181633.734000', '181633.737000', '181633.739000', '181633.742000', '181633.744000', '181633.747000', '181633.750000', '181633.752000', '181633.755000', '181633.757000', '181633.760000', '181633.762000', '181633.765000', '181633.768000', '181653.647000', '181653.649000', '181653.652000', '181653.655000', '181653.657000', '181653.660000', '181653.662000', '181653.665000', '181653.668000', '181653.670000', '181653.673000', '181653.675000', '181653.678000', '181653.680000', '181653.683000', '181653.686000', '181653.688000', '181653.691000', '181653.693000', '181653.696000', '181653.699000', '181653.701000', '181653.704000', '181653.706000', '181653.709000', '181653.711000', '181653.714000', '181653.717000', '181653.719000', '181653.722000', '181653.724000', '181653.727000', '181653.729000', '181653.732000', '181653.735000', '181653.737000', '181653.740000', '181653.742000', '181653.745000', '181653.748000', '181653.750000', '181653.753000', '181653.755000', '181653.758000', '181713.647000', '181713.649000', '181713.652000', '181713.654000', '181713.657000', '181713.660000', '181713.662000', '181713.665000', '181713.667000', '181713.670000', '181713.672000', '181713.675000', '181713.677000', '181713.680000', '181713.683000', '181713.685000', '181713.688000', '181713.690000', '181713.693000', '181713.695000', '181713.698000', '181713.700000', '181713.703000', '181713.706000', '181713.708000', '181713.711000', '181713.713000', '181713.716000', '181713.718000', '181713.721000', '181713.724000', '181713.726000', '181713.729000', '181713.731000', '181713.734000', '181713.736000', '181713.739000', '181713.742000', '181713.744000', '181713.747000', '181713.749000', '181713.752000', '181713.755000', '181732.677000', '181732.680000', '181732.683000', '181732.686000', '181732.689000', '181732.692000', '181732.695000', '181732.698000', '181732.700000', '181732.703000', '181732.706000', '181732.708000', '181732.711000', '181732.714000', '181732.716000', '181732.719000', '181732.722000', '181732.725000', '181732.727000', '181732.730000', '181732.733000', '181732.736000', '181732.738000', '181732.741000', '181732.744000', '181732.746000', '181732.749000', '181732.752000', '181732.754000', '181732.757000', '181732.761000', '181732.764000', '181732.766000', '181732.769000', '181732.772000', '181732.775000', '181732.777000', '181732.780000', '181732.784000', '181732.788000', '181732.793000', '181732.795000'], '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': [8510, 8628, 8681, 10105, 8678, 9419, 8522, 9123, 9154, 8632, 8698, 8875, 8200, 8835, 8591, 8732, 8679, 8930, 8836, 8629, 8358, 8752, 8469, 8948, 8289, 8846, 8876, 8755, 8886, 8481, 8998, 8636, 7917, 8792, 8642, 8851, 8780, 8824, 8605, 8434, 8744, 10416, 8662, 8751, 9414, 8583, 8363, 8847, 8337, 8786, 8459, 8075, 8884, 8462, 8913, 9019, 8629, 8649, 8252, 8965, 9715, 8715, 8731, 8179, 8569, 8710, 8674, 8282, 8697, 8215, 8126, 8081, 8441, 8239, 8653, 8709, 8707, 8983, 8540, 9860, 8343, 8700, 10012, 8490, 9737, 9377, 8511, 12175, 9416, 11962, 9913, 8855, 9200, 8439, 10590, 8321, 11370, 8201, 8936, 9354, 8329, 8333, 8354, 8189, 8187, 8626, 8768, 8346, 8617, 8148, 8745, 8835, 8452, 8378, 8116, 8657, 7681, 8426, 7967, 8242, 8342, 7750, 8597, 8070, 8582, 8439, 7889, 8642, 8391, 8631, 9101, 9320, 8514, 8557, 8849, 8794, 9156, 8769, 7731, 8873, 8286, 9584, 8694, 8357, 8920, 8436, 8851, 8897, 7952, 8792, 8376, 8764, 8935, 9508, 8737, 8354, 8923, 8393, 8886, 8665, 7865, 8779, 10143, 8884, 8548, 8234, 8701, 8312, 8713, 8763, 8804, 8840, 7708, 8789, 8117, 8930, 8623, 7657, 8882, 8390, 8681, 9071, 9222, 8768, 7847, 8677, 8519, 8807, 8878, 9450, 8636, 7843, 8686, 9316, 8686, 8666, 7873, 8740, 8106, 8861, 8910, 8867, 8639, 8428, 8733, 9075, 9129, 8670, 7765, 8763, 8386, 8965, 8735, 7831, 8708, 9137, 8935, 8940, 8969, 8546, 7689, 8729, 8147, 8691, 8685, 8590, 8574, 7762, 8924, 8263, 8748, 8758, 8766, 8641, 8460, 8689, 8984, 9341, 8652, 7472, 8716, 8332, 8609, 8794, 9271, 8547, 8022, 8549, 9114, 8745, 8632, 8139, 8506, 8682, 8620, 8726, 9069, 8513, 7590, 8659, 8200, 8769, 8447, 7685, 8843, 8487, 8819, 8496, 8760, 8583, 7483, 8710, 8365, 8772, 9144, 8716, 8640, 8038, 8644, 8687, 8739, 8461, 8725, 8794, 9139, 8606, 8047, 8612, 8235, 8826, 8920, 9011, 8427, 7761, 8789, 8425, 8719, 8365, 8721, 8660, 8430, 8648, 9156, 8566, 8834, 9086, 8272, 7763, 8616, 9547, 8702, 8848, 8556, 8451, 8169, 8715, 8388, 8675, 8770, 8873, 8384, 7986, 8694, 8174, 8610, 8620, 8496, 8439, 10640, 8878, 8284, 7915, 8641, 7975, 8643, 8648, 8557, 8490, 8198, 8595, 9507, 8614, 8387, 7585, 8671, 8277, 8767, 8451, 8032, 8602, 7965, 8648, 8489, 7683, 8772, 8365, 8700, 8774, 8869, 8535, 8313, 8680, 8784, 8773, 8346, 7584, 8605, 8457, 8586, 8665, 9099, 8409, 7860, 8694, 8207, 8720, 8610, 8470, 8596, 7995, 8639, 9563, 8697, 8535, 9233, 8719, 8569, 8687, 8715, 8334, 8635, 9256, 8634, 8402, 8560, 8362, 8775, 8568, 8342, 8797, 8309, 8685, 8754, 8790, 8313, 11047, 8536, 8670, 8836, 8674, 8068, 8555, 10151, 8533, 8463, 7882, 8452, 8408, 8520, 8778, 8645, 8646, 8532, 8666, 8763, 8918, 8495, 8311, 8722, 8043, 8687, 8601, 8533, 8519, 8344, 8585, 9482, 8868, 8511, 7928, 8649, 8479, 8677, 8730, 9147, 8509, 8426, 8662, 8065, 8902, 8427, 7742, 8636, 8310, 8787, 8569, 8653, 8616, 8126, 8997, 8321, 8356, 8859, 8538, 8772, 8373, 7634, 8709, 8340, 8679, 8598, 8574, 8473, 9772, 8601, 10212, 8602, 8567, 9658, 8716, 8195, 8846, 8505, 7969, 8661, 8490, 8719, 8974, 8992, 8409, 7803, 8610, 8491, 8685, 8576, 8980, 8465, 8392, 8706, 8246, 8702, 9469, 8878, 8338, 8043, 8766, 8400, 8550, 9168, 8508, 8679, 9085, 8449, 7943, 8629, 8259, 8471, 8873, 9014, 8587, 8187, 8751, 8323, 8762, 8655, 8520, 8752, 8477, 8880, 9034, 8081, 8828, 8274, 8805, 8763, 9102, 8641, 8580, 8537, 8743, 8283, 8801, 8504, 8779, 8780, 7916, 8971, 8503, 8918, 8854, 9209, 8626, 11488, 8628, 11074, 8737, 8848, 8775, 8664, 8554, 8993, 8395, 9065, 8442, 7740, 8819, 8379, 8781, 8686, 9296, 8559, 8133, 8738, 8276, 8775, 8834, 9505, 8619, 7948, 8875, 8393, 8903, 8780, 8463, 8670, 8284, 9024, 8390, 8890, 8847, 9037, 8926, 7330, 8767, 8407, 8856, 8950, 9044, 8695, 8087, 8677, 8153, 8047, 6637, 8197, 7729, 8516, 8163, 8936, 8300, 8714, 7909, 9024, 8704, 8962, 8874, 9928, 8843, 10174, 9426, 8750, 9139, 8924, 9905, 8911, 9411, 8986, 8613, 11098, 8633, 11230, 8678, 8975, 8536, 8856, 8970, 8569, 9086, 8410, 8620, 8197, 8660, 7836, 8697, 8643, 8596, 8940, 9076, 8766, 8651, 8475, 8462, 8357, 8861, 9159, 8798, 8716, 8773, 7545, 8607, 8470, 8862, 8953, 8835, 9076, 8553, 8911, 8256, 9054, 8668, 7796, 8872, 8569, 8883, 8947, 9516, 8974, 7836, 9063, 8561, 8875, 8352, 9018, 9133, 9126, 9114, 8245, 8970, 7708, 9318, 8712, 8905, 8983, 9303, 8785, 7891, 9134, 8595, 9066, 9124, 8860, 8856, 8660, 9143, 8202, 9092, 8249, 9008, 8925, 8876, 9121, 7475, 8918, 8788, 8981, 9127, 9029, 8716, 8816, 8989, 9249, 8951, 8595, 8943, 8363, 9310, 8809, 7768, 9129, 8317, 8877, 9119, 9011, 8902, 7958, 9055, 8358, 8986, 8864, 9406, 8756, 7953, 8994, 8389, 8876, 9169, 9442, 8769, 8335, 8930, 8284, 8889, 10162, 8816, 8990, 9202, 8643, 7996, 8671, 10504, 9157, 8802, 8229, 9013, 8313, 8997, 8645, 8613, 8831, 8380, 8906, 8897, 9063, 8785, 7895, 8616, 8632, 8735, 10698, 8817, 8683, 8938, 8555, 7960, 8766, 10314, 8836, 8992, 8681, 8737, 9014, 8560, 8862, 8951, 8296, 8817, 8891, 9287, 8588, 7773, 8624, 8426, 8707, 8551, 8672, 9107, 8592, 8650, 8963, 8611, 8023, 8819, 8645, 8849, 8329, 8627, 8792, 9025, 8730, 8193, 8854, 8641, 8856, 9088, 9280, 8690, 8554, 8729, 9009, 9248, 8795, 8222, 8948, 9170, 9474, 8886, 7857, 8809, 8354, 8760, 8485, 8752, 9017, 8735, 8644, 8527, 8862, 8735, 8899, 8364, 8847, 8906, 8655, 9086, 8366, 8966, 8648, 9041, 8713, 7681, 8859, 8395, 8888, 9108, 9127, 8570, 7971, 8899, 8362, 8924, 8405, 8849], 'WindowCenter': [3939.0, 3923.0, 3909.0, 3917.0, 3896.0, 3894.0, 3894.0, 3893.0, 3893.0, 3882.0, 3880.0, 3893.0, 3882.0, 3892.0, 3891.0, 3892.0, 3893.0, 3893.0, 3892.0, 3894.0, 3895.0, 3894.0, 3882.0, 3894.0, 3881.0, 3893.0, 3892.0, 3892.0, 3891.0, 3892.0, 3893.0, 3893.0, 3882.0, 3893.0, 3892.0, 3893.0, 3893.0, 3894.0, 3883.0, 3883.0, 3893.0, 3901.0, 3892.0, 3880.0, 3891.0, 3882.0, 3882.0, 3892.0, 3881.0, 3882.0, 3882.0, 3883.0, 3893.0, 3881.0, 3893.0, 3892.0, 3892.0, 3881.0, 3882.0, 3890.0, 3892.0, 3882.0, 3892.0, 3879.0, 3881.0, 3883.0, 3882.0, 3884.0, 3883.0, 3881.0, 3885.0, 3883.0, 3883.0, 3882.0, 3891.0, 3892.0, 3893.0, 3892.0, 3880.0, 3891.0, 3882.0, 3879.0, 3892.0, 3879.0, 3877.0, 3877.0, 3868.0, 3898.0, 3865.0, 3883.0, 3864.0, 3854.0, 3863.0, 3852.0, 3871.0, 3852.0, 3872.0, 3851.0, 3851.0, 3850.0, 3839.0, 3840.0, 3850.0, 3851.0, 3852.0, 3849.0, 3852.0, 3851.0, 3852.0, 3851.0, 3862.0, 3864.0, 3854.0, 3854.0, 3853.0, 3865.0, 3857.0, 3866.0, 3868.0, 3880.0, 3880.0, 3870.0, 3881.0, 3869.0, 3881.0, 3881.0, 3880.0, 3881.0, 3880.0, 3880.0, 3879.0, 3891.0, 3881.0, 3880.0, 3892.0, 3880.0, 3891.0, 3880.0, 3882.0, 3891.0, 3882.0, 3902.0, 3894.0, 3894.0, 3892.0, 3894.0, 3905.0, 3893.0, 3883.0, 3893.0, 3881.0, 3895.0, 3895.0, 3903.0, 3892.0, 3894.0, 3894.0, 3894.0, 3894.0, 3894.0, 3885.0, 3891.0, 3902.0, 3894.0, 3892.0, 3881.0, 3894.0, 3882.0, 3895.0, 3891.0, 3894.0, 3891.0, 3884.0, 3894.0, 3883.0, 3895.0, 3894.0, 3884.0, 3895.0, 3892.0, 3896.0, 3895.0, 3906.0, 3894.0, 3883.0, 3893.0, 3892.0, 3893.0, 3893.0, 3903.0, 3883.0, 3883.0, 3893.0, 3892.0, 3892.0, 3882.0, 3883.0, 3892.0, 3882.0, 3893.0, 3894.0, 3894.0, 3892.0, 3882.0, 3892.0, 3892.0, 3904.0, 3893.0, 3884.0, 3896.0, 3894.0, 3905.0, 3893.0, 3882.0, 3892.0, 3894.0, 3892.0, 3892.0, 3891.0, 3892.0, 3881.0, 3893.0, 3883.0, 3892.0, 3891.0, 3893.0, 3892.0, 3882.0, 3892.0, 3881.0, 3893.0, 3882.0, 3881.0, 3891.0, 3882.0, 3893.0, 3891.0, 3893.0, 3893.0, 3883.0, 3894.0, 3882.0, 3894.0, 3893.0, 3903.0, 3893.0, 3882.0, 3894.0, 3891.0, 3894.0, 3891.0, 3882.0, 3892.0, 3892.0, 3893.0, 3882.0, 3893.0, 3893.0, 3882.0, 3892.0, 3880.0, 3891.0, 3892.0, 3883.0, 3892.0, 3894.0, 3893.0, 3891.0, 3892.0, 3892.0, 3882.0, 3894.0, 3882.0, 3894.0, 3893.0, 3894.0, 3883.0, 3880.0, 3881.0, 3880.0, 3880.0, 3881.0, 3881.0, 3879.0, 3890.0, 3881.0, 3882.0, 3880.0, 3880.0, 3892.0, 3892.0, 3890.0, 3879.0, 3883.0, 3893.0, 3882.0, 3893.0, 3891.0, 3893.0, 3892.0, 3883.0, 3893.0, 3890.0, 3883.0, 3892.0, 3893.0, 3881.0, 3883.0, 3891.0, 3890.0, 3892.0, 3891.0, 3891.0, 3880.0, 3882.0, 3880.0, 3881.0, 3891.0, 3890.0, 3891.0, 3893.0, 3882.0, 3892.0, 3883.0, 3891.0, 3892.0, 3893.0, 3882.0, 3904.0, 3893.0, 3882.0, 3881.0, 3892.0, 3882.0, 3894.0, 3892.0, 3894.0, 3889.0, 3883.0, 3892.0, 3891.0, 3892.0, 3882.0, 3872.0, 3891.0, 3882.0, 3893.0, 3892.0, 3883.0, 3892.0, 3882.0, 3892.0, 3892.0, 3882.0, 3894.0, 3883.0, 3894.0, 3892.0, 3894.0, 3890.0, 3882.0, 3892.0, 3881.0, 3893.0, 3882.0, 3872.0, 3893.0, 3881.0, 3893.0, 3882.0, 3893.0, 3879.0, 3881.0, 3891.0, 3881.0, 3893.0, 3893.0, 3882.0, 3893.0, 3880.0, 3892.0, 3901.0, 3882.0, 3882.0, 3892.0, 3893.0, 3892.0, 3891.0, 3894.0, 3893.0, 3892.0, 3894.0, 3892.0, 3881.0, 3893.0, 3881.0, 3882.0, 3892.0, 3883.0, 3883.0, 3880.0, 3890.0, 3880.0, 3891.0, 3880.0, 3902.0, 3882.0, 3879.0, 3890.0, 3879.0, 3870.0, 3881.0, 3891.0, 3881.0, 3880.0, 3869.0, 3880.0, 3879.0, 3882.0, 3880.0, 3881.0, 3880.0, 3880.0, 3892.0, 3892.0, 3891.0, 3892.0, 3881.0, 3892.0, 3881.0, 3890.0, 3880.0, 3882.0, 3880.0, 3881.0, 3881.0, 3890.0, 3879.0, 3880.0, 3869.0, 3878.0, 3869.0, 3881.0, 3879.0, 3890.0, 3879.0, 3881.0, 3890.0, 3879.0, 3892.0, 3880.0, 3872.0, 3893.0, 3882.0, 3892.0, 3892.0, 3893.0, 3894.0, 3883.0, 3893.0, 3883.0, 3883.0, 3893.0, 3892.0, 3896.0, 3895.0, 3884.0, 3894.0, 3894.0, 3894.0, 3895.0, 3895.0, 3895.0, 3905.0, 3893.0, 3903.0, 3884.0, 3882.0, 3893.0, 3882.0, 3881.0, 3891.0, 3882.0, 3881.0, 3892.0, 3882.0, 3892.0, 3893.0, 3894.0, 3883.0, 3883.0, 3891.0, 3879.0, 3892.0, 3891.0, 3893.0, 3881.0, 3880.0, 3879.0, 3880.0, 3881.0, 3889.0, 3880.0, 3879.0, 3879.0, 3879.0, 3881.0, 3879.0, 3889.0, 3879.0, 3878.0, 3879.0, 3879.0, 3867.0, 3881.0, 3881.0, 3881.0, 3880.0, 3880.0, 3881.0, 3881.0, 3879.0, 3879.0, 3893.0, 3891.0, 3892.0, 3894.0, 3894.0, 3906.0, 3895.0, 3894.0, 3906.0, 3892.0, 3905.0, 3905.0, 3906.0, 3896.0, 3896.0, 3895.0, 3896.0, 3895.0, 3894.0, 3895.0, 3905.0, 3895.0, 3896.0, 3906.0, 3894.0, 3907.0, 3905.0, 3906.0, 3893.0, 3915.0, 3893.0, 3914.0, 3880.0, 3892.0, 3894.0, 3882.0, 3881.0, 3890.0, 3880.0, 3893.0, 3882.0, 3871.0, 3893.0, 3882.0, 3891.0, 3891.0, 3893.0, 3882.0, 3882.0, 3881.0, 3878.0, 3892.0, 3890.0, 3890.0, 3882.0, 3881.0, 3892.0, 3880.0, 3893.0, 3880.0, 3880.0, 3891.0, 3881.0, 3893.0, 3892.0, 3892.0, 3892.0, 3894.0, 3893.0, 3873.0, 3895.0, 3893.0, 3892.0, 3903.0, 3906.0, 3905.0, 3897.0, 3896.0, 3897.0, 3898.0, 3873.0, 3895.0, 3872.0, 3893.0, 3883.0, 3894.0, 3883.0, 3893.0, 3882.0, 3894.0, 3892.0, 3891.0, 3894.0, 3907.0, 3894.0, 3888.0, 3879.0, 3867.0, 3876.0, 3865.0, 3878.0, 3876.0, 3878.0, 3878.0, 3866.0, 3888.0, 3867.0, 3887.0, 3865.0, 3864.0, 3854.0, 3852.0, 3853.0, 3851.0, 3852.0, 3851.0, 3865.0, 3854.0, 3862.0, 3854.0, 3865.0, 3863.0, 3867.0, 3876.0, 3876.0, 3867.0, 3867.0, 3866.0, 3864.0, 3867.0, 3878.0, 3876.0, 3866.0, 3868.0, 3868.0, 3858.0, 3869.0, 3867.0, 3880.0, 3879.0, 3881.0, 3893.0, 3879.0, 3894.0, 3881.0, 3893.0, 3894.0, 3883.0, 3894.0, 3893.0, 3894.0, 3906.0, 3904.0, 3893.0, 3883.0, 3895.0, 3892.0, 3894.0, 3892.0, 3906.0, 3905.0, 3906.0, 3905.0, 3896.0, 3905.0, 3885.0, 3906.0, 3895.0, 3906.0, 3904.0, 3906.0, 3895.0, 3896.0, 3907.0, 3896.0, 3904.0, 3905.0, 3904.0, 3896.0, 3907.0, 3904.0, 3896.0, 3896.0, 3893.0, 3906.0, 3906.0, 3905.0, 3906.0, 3885.0, 3906.0, 3896.0, 3905.0, 3894.0, 3895.0, 3893.0, 3894.0, 3893.0, 3891.0, 3894.0, 3882.0, 3893.0, 3883.0, 3894.0, 3892.0, 3883.0, 3903.0, 3894.0, 3895.0, 3893.0, 3893.0, 3894.0, 3883.0, 3904.0, 3893.0, 3895.0, 3894.0, 3904.0, 3893.0, 3883.0, 3894.0, 3892.0, 3906.0, 3905.0, 3905.0, 3895.0, 3895.0, 3894.0, 3893.0, 3895.0, 3905.0, 3895.0, 3893.0, 3893.0, 3894.0, 3884.0, 3891.0, 3905.0, 3892.0, 3894.0, 3883.0, 3892.0, 3892.0, 3903.0, 3893.0, 3894.0, 3904.0, 3895.0, 3904.0, 3903.0, 3907.0, 3894.0, 3896.0, 3895.0, 3894.0, 3894.0, 3913.0, 3895.0, 3893.0, 3892.0, 3881.0, 3880.0, 3882.0, 3901.0, 3893.0, 3890.0, 3880.0, 3880.0, 3892.0, 3880.0, 3892.0, 3890.0, 3881.0, 3893.0, 3892.0, 3904.0, 3894.0, 3886.0, 3893.0, 3892.0, 3893.0, 3892.0, 3894.0, 3891.0, 3890.0, 3880.0, 3892.0, 3893.0, 3883.0, 3891.0, 3881.0, 3893.0, 3881.0, 3891.0, 3892.0, 3894.0, 3893.0, 3891.0, 3894.0, 3893.0, 3894.0, 3892.0, 3906.0, 3895.0, 3894.0, 3895.0, 3892.0, 3905.0, 3893.0, 3896.0, 3904.0, 3904.0, 3905.0, 3905.0, 3894.0, 3906.0, 3894.0, 3894.0, 3895.0, 3895.0, 3893.0, 3894.0, 3893.0, 3895.0, 3891.0, 3893.0, 3893.0, 3893.0, 3895.0, 3894.0, 3894.0, 3894.0, 3893.0, 3904.0, 3894.0, 3892.0, 3892.0, 3883.0, 3906.0, 3895.0, 3906.0, 3905.0, 3906.0, 3893.0, 3884.0, 3894.0, 3894.0, 3893.0, 3881.0, 3895.0], 'WindowWidth': [8810.0, 8776.0, 8749.0, 8754.0, 8722.0, 8714.0, 8714.0, 8711.0, 8711.0, 8694.0, 8691.0, 8709.0, 8695.0, 8709.0, 8706.0, 8710.0, 8712.0, 8710.0, 8709.0, 8712.0, 8716.0, 8712.0, 8695.0, 8712.0, 8692.0, 8710.0, 8709.0, 8708.0, 8706.0, 8708.0, 8711.0, 8711.0, 8696.0, 8713.0, 8708.0, 8713.0, 8711.0, 8713.0, 8697.0, 8696.0, 8711.0, 8719.0, 8708.0, 8689.0, 8704.0, 8692.0, 8695.0, 8706.0, 8692.0, 8693.0, 8693.0, 8696.0, 8710.0, 8692.0, 8710.0, 8707.0, 8708.0, 8693.0, 8695.0, 8702.0, 8706.0, 8692.0, 8708.0, 8686.0, 8690.0, 8696.0, 8692.0, 8700.0, 8695.0, 8690.0, 8703.0, 8697.0, 8697.0, 8692.0, 8705.0, 8708.0, 8710.0, 8705.0, 8689.0, 8703.0, 8693.0, 8687.0, 8704.0, 8685.0, 8679.0, 8678.0, 8665.0, 8705.0, 8657.0, 8679.0, 8655.0, 8638.0, 8650.0, 8633.0, 8659.0, 8633.0, 8659.0, 8631.0, 8629.0, 8627.0, 8613.0, 8615.0, 8628.0, 8631.0, 8634.0, 8627.0, 8635.0, 8631.0, 8634.0, 8632.0, 8650.0, 8653.0, 8640.0, 8640.0, 8641.0, 8658.0, 8650.0, 8663.0, 8667.0, 8687.0, 8686.0, 8674.0, 8690.0, 8672.0, 8691.0, 8691.0, 8688.0, 8690.0, 8687.0, 8687.0, 8685.0, 8703.0, 8690.0, 8688.0, 8704.0, 8688.0, 8704.0, 8687.0, 8695.0, 8706.0, 8695.0, 8721.0, 8714.0, 8712.0, 8710.0, 8714.0, 8731.0, 8712.0, 8700.0, 8712.0, 8694.0, 8716.0, 8716.0, 8726.0, 8708.0, 8714.0, 8714.0, 8712.0, 8713.0, 8713.0, 8703.0, 8707.0, 8725.0, 8713.0, 8707.0, 8693.0, 8714.0, 8697.0, 8716.0, 8708.0, 8714.0, 8707.0, 8700.0, 8714.0, 8697.0, 8715.0, 8713.0, 8700.0, 8716.0, 8711.0, 8719.0, 8716.0, 8731.0, 8715.0, 8698.0, 8713.0, 8709.0, 8712.0, 8711.0, 8724.0, 8697.0, 8696.0, 8711.0, 8707.0, 8709.0, 8693.0, 8696.0, 8708.0, 8693.0, 8712.0, 8712.0, 8713.0, 8708.0, 8697.0, 8710.0, 8710.0, 8727.0, 8712.0, 8701.0, 8719.0, 8715.0, 8729.0, 8710.0, 8696.0, 8709.0, 8713.0, 8709.0, 8709.0, 8706.0, 8706.0, 8693.0, 8711.0, 8696.0, 8708.0, 8707.0, 8711.0, 8709.0, 8695.0, 8708.0, 8693.0, 8710.0, 8694.0, 8693.0, 8706.0, 8693.0, 8710.0, 8706.0, 8709.0, 8708.0, 8698.0, 8713.0, 8695.0, 8714.0, 8711.0, 8725.0, 8712.0, 8697.0, 8712.0, 8706.0, 8711.0, 8706.0, 8694.0, 8709.0, 8708.0, 8711.0, 8694.0, 8708.0, 8708.0, 8694.0, 8707.0, 8691.0, 8706.0, 8708.0, 8697.0, 8710.0, 8712.0, 8712.0, 8707.0, 8709.0, 8708.0, 8697.0, 8715.0, 8695.0, 8715.0, 8710.0, 8714.0, 8695.0, 8689.0, 8692.0, 8689.0, 8689.0, 8690.0, 8692.0, 8687.0, 8701.0, 8689.0, 8692.0, 8689.0, 8688.0, 8708.0, 8708.0, 8703.0, 8689.0, 8698.0, 8711.0, 8696.0, 8711.0, 8706.0, 8711.0, 8709.0, 8697.0, 8710.0, 8704.0, 8696.0, 8707.0, 8709.0, 8693.0, 8697.0, 8706.0, 8703.0, 8707.0, 8704.0, 8705.0, 8690.0, 8693.0, 8689.0, 8693.0, 8705.0, 8705.0, 8708.0, 8710.0, 8696.0, 8709.0, 8698.0, 8708.0, 8709.0, 8711.0, 8695.0, 8725.0, 8711.0, 8695.0, 8691.0, 8709.0, 8693.0, 8714.0, 8707.0, 8711.0, 8703.0, 8696.0, 8708.0, 8705.0, 8707.0, 8694.0, 8681.0, 8706.0, 8694.0, 8711.0, 8710.0, 8697.0, 8708.0, 8696.0, 8709.0, 8709.0, 8696.0, 8713.0, 8698.0, 8715.0, 8708.0, 8712.0, 8704.0, 8695.0, 8708.0, 8693.0, 8710.0, 8693.0, 8680.0, 8708.0, 8692.0, 8709.0, 8693.0, 8709.0, 8688.0, 8691.0, 8705.0, 8693.0, 8711.0, 8709.0, 8694.0, 8710.0, 8691.0, 8707.0, 8720.0, 8694.0, 8693.0, 8706.0, 8712.0, 8708.0, 8708.0, 8713.0, 8711.0, 8711.0, 8712.0, 8708.0, 8692.0, 8711.0, 8691.0, 8694.0, 8707.0, 8697.0, 8696.0, 8689.0, 8703.0, 8690.0, 8705.0, 8690.0, 8720.0, 8694.0, 8687.0, 8702.0, 8686.0, 8676.0, 8691.0, 8702.0, 8690.0, 8688.0, 8671.0, 8688.0, 8685.0, 8693.0, 8688.0, 8691.0, 8688.0, 8689.0, 8709.0, 8707.0, 8707.0, 8708.0, 8693.0, 8708.0, 8692.0, 8705.0, 8689.0, 8693.0, 8687.0, 8689.0, 8690.0, 8700.0, 8685.0, 8687.0, 8671.0, 8683.0, 8671.0, 8689.0, 8685.0, 8702.0, 8687.0, 8691.0, 8703.0, 8687.0, 8707.0, 8690.0, 8682.0, 8710.0, 8694.0, 8708.0, 8707.0, 8710.0, 8716.0, 8699.0, 8711.0, 8698.0, 8697.0, 8711.0, 8710.0, 8719.0, 8717.0, 8701.0, 8716.0, 8714.0, 8715.0, 8717.0, 8717.0, 8715.0, 8731.0, 8711.0, 8724.0, 8699.0, 8693.0, 8708.0, 8694.0, 8690.0, 8705.0, 8694.0, 8692.0, 8709.0, 8693.0, 8709.0, 8709.0, 8713.0, 8696.0, 8697.0, 8706.0, 8688.0, 8707.0, 8705.0, 8709.0, 8691.0, 8687.0, 8686.0, 8688.0, 8691.0, 8699.0, 8688.0, 8685.0, 8685.0, 8686.0, 8689.0, 8687.0, 8698.0, 8686.0, 8683.0, 8684.0, 8686.0, 8667.0, 8690.0, 8689.0, 8690.0, 8687.0, 8688.0, 8690.0, 8691.0, 8689.0, 8688.0, 8711.0, 8707.0, 8709.0, 8713.0, 8713.0, 8732.0, 8716.0, 8714.0, 8733.0, 8712.0, 8731.0, 8732.0, 8734.0, 8720.0, 8720.0, 8717.0, 8719.0, 8716.0, 8716.0, 8718.0, 8731.0, 8717.0, 8720.0, 8733.0, 8716.0, 8736.0, 8732.0, 8734.0, 8711.0, 8743.0, 8710.0, 8738.0, 8691.0, 8708.0, 8711.0, 8692.0, 8692.0, 8703.0, 8690.0, 8709.0, 8694.0, 8679.0, 8709.0, 8693.0, 8707.0, 8705.0, 8710.0, 8693.0, 8693.0, 8691.0, 8684.0, 8706.0, 8701.0, 8703.0, 8692.0, 8690.0, 8707.0, 8691.0, 8711.0, 8690.0, 8690.0, 8705.0, 8692.0, 8711.0, 8709.0, 8708.0, 8708.0, 8713.0, 8710.0, 8685.0, 8716.0, 8711.0, 8710.0, 8727.0, 8734.0, 8733.0, 8724.0, 8720.0, 8725.0, 8726.0, 8685.0, 8717.0, 8681.0, 8711.0, 8696.0, 8713.0, 8696.0, 8710.0, 8695.0, 8713.0, 8708.0, 8704.0, 8711.0, 8737.0, 8711.0, 8696.0, 8683.0, 8662.0, 8675.0, 8657.0, 8678.0, 8676.0, 8678.0, 8680.0, 8663.0, 8692.0, 8664.0, 8687.0, 8657.0, 8652.0, 8640.0, 8634.0, 8638.0, 8633.0, 8635.0, 8634.0, 8656.0, 8641.0, 8651.0, 8641.0, 8659.0, 8654.0, 8663.0, 8674.0, 8675.0, 8662.0, 8662.0, 8661.0, 8656.0, 8663.0, 8678.0, 8675.0, 8661.0, 8667.0, 8668.0, 8654.0, 8670.0, 8664.0, 8687.0, 8685.0, 8689.0, 8708.0, 8687.0, 8713.0, 8693.0, 8712.0, 8712.0, 8697.0, 8713.0, 8709.0, 8715.0, 8733.0, 8727.0, 8711.0, 8698.0, 8714.0, 8707.0, 8715.0, 8710.0, 8732.0, 8728.0, 8731.0, 8730.0, 8718.0, 8731.0, 8704.0, 8732.0, 8717.0, 8732.0, 8729.0, 8732.0, 8719.0, 8720.0, 8734.0, 8720.0, 8728.0, 8731.0, 8730.0, 8719.0, 8736.0, 8728.0, 8718.0, 8720.0, 8714.0, 8733.0, 8733.0, 8731.0, 8733.0, 8705.0, 8734.0, 8719.0, 8731.0, 8713.0, 8715.0, 8711.0, 8713.0, 8710.0, 8707.0, 8711.0, 8692.0, 8710.0, 8699.0, 8712.0, 8708.0, 8697.0, 8724.0, 8712.0, 8718.0, 8711.0, 8713.0, 8715.0, 8699.0, 8728.0, 8710.0, 8716.0, 8714.0, 8727.0, 8712.0, 8698.0, 8715.0, 8711.0, 8733.0, 8730.0, 8730.0, 8717.0, 8717.0, 8714.0, 8713.0, 8717.0, 8728.0, 8714.0, 8711.0, 8711.0, 8713.0, 8701.0, 8708.0, 8728.0, 8710.0, 8713.0, 8698.0, 8709.0, 8710.0, 8726.0, 8713.0, 8716.0, 8728.0, 8717.0, 8729.0, 8728.0, 8735.0, 8715.0, 8720.0, 8717.0, 8714.0, 8714.0, 8738.0, 8714.0, 8709.0, 8707.0, 8691.0, 8689.0, 8695.0, 8718.0, 8710.0, 8703.0, 8689.0, 8688.0, 8706.0, 8689.0, 8707.0, 8703.0, 8692.0, 8712.0, 8708.0, 8726.0, 8713.0, 8705.0, 8712.0, 8708.0, 8711.0, 8707.0, 8713.0, 8706.0, 8704.0, 8690.0, 8707.0, 8709.0, 8696.0, 8707.0, 8692.0, 8711.0, 8692.0, 8706.0, 8709.0, 8714.0, 8712.0, 8708.0, 8713.0, 8712.0, 8716.0, 8711.0, 8732.0, 8716.0, 8714.0, 8716.0, 8709.0, 8730.0, 8713.0, 8719.0, 8729.0, 8730.0, 8732.0, 8732.0, 8717.0, 8735.0, 8717.0, 8717.0, 8717.0, 8717.0, 8711.0, 8716.0, 8712.0, 8715.0, 8707.0, 8711.0, 8713.0, 8713.0, 8716.0, 8715.0, 8715.0, 8715.0, 8712.0, 8727.0, 8715.0, 8712.0, 8710.0, 8700.0, 8734.0, 8717.0, 8733.0, 8731.0, 8733.0, 8713.0, 8701.0, 8714.0, 8713.0, 8710.0, 8692.0, 8715.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.0008288940092165899</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016348920276497696</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.8203433146136</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1726254443829283</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0175696841868513</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4442</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7420.3301</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.055729952428343436</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9216589861751152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4415081956832028</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3510293984925457</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6753841180320537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2981110705250094</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0179207</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015824949368834496</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015445499680936337</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8486526477463117</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0516</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.3848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4696</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309091.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>668.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.3104</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.152</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.8327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3145.3051</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>67453.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4104.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>872.7665</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.62197974976152</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> |