=== 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-0069 --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-0069",
"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-0069_ses-04_task-social_acq-mb8_run-03_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-0069_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-03_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-0069/ses-04/func/sub-0069_ses-04_task-social_acq-mb8_run-03_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>40962744a083c1248306fd92db5d61da</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:23:31.637500</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</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-03_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.0866508</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7710, -7285, 532, -77, -47, 35, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.208</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>633f2e25-ceb3-4eb8-9f88-fc0cd7c0acef||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['182331.637500', '182332.097500', '182332.557500', '182333.017500', '182333.477500', '182333.937500', '182334.397500', '182334.857500', '182335.317500', '182335.777500', '182336.237500', '182336.697500', '182337.157500', '182337.617500', '182338.077500', '182338.537500', '182338.997500', '182339.457500', '182339.917500', '182340.377500', '182340.837500', '182341.297500', '182341.757500', '182342.217500', '182342.677500', '182343.137500', '182343.597500', '182344.057500', '182344.517500', '182344.977500', '182345.437500', '182345.897500', '182346.357500', '182346.817500', '182347.277500', '182347.737500', '182348.197500', '182348.657500', '182349.117500', '182349.577500', '182350.037500', '182350.497500', '182350.957500', '182351.417500', '182351.877500', '182352.337500', '182352.797500', '182353.257500', '182353.717500', '182354.177500', '182354.637500', '182355.097500', '182355.557500', '182356.017500', '182356.477500', '182356.937500', '182357.397500', '182357.857500', '182358.317500', '182358.777500', '182359.237500', '182359.697500', '182400.157500', '182400.617500', '182401.077500', '182401.537500', '182401.997500', '182402.457500', '182402.917500', '182403.377500', '182403.837500', '182404.297500', '182404.757500', '182405.217500', '182405.677500', '182406.137500', '182406.597500', '182407.057500', '182407.517500', '182407.977500', '182408.437500', '182408.897500', '182409.357500', '182409.817500', '182410.277500', '182410.737500', '182411.197500', '182411.657500', '182412.117500', '182412.577500', '182413.037500', '182413.497500', '182413.957500', '182414.417500', '182414.877500', '182415.337500', '182415.797500', '182416.257500', '182416.717500', '182417.177500', '182417.637500', '182418.097500', '182418.557500', '182419.017500', '182419.477500', '182419.937500', '182420.397500', '182420.857500', '182421.317500', '182421.777500', '182422.237500', '182422.697500', '182423.157500', '182423.617500', '182424.077500', '182424.537500', '182424.997500', '182425.457500', '182425.917500', '182426.377500', '182426.837500', '182427.297500', '182427.757500', '182428.217500', '182428.677500', '182429.137500', '182429.597500', '182430.057500', '182430.517500', '182430.977500', '182431.437500', '182431.897500', '182432.357500', '182432.817500', '182433.277500', '182433.737500', '182434.197500', '182434.657500', '182435.117500', '182435.577500', '182436.037500', '182436.497500', '182436.957500', '182437.417500', '182437.877500', '182438.337500', '182438.797500', '182439.257500', '182439.717500', '182440.177500', '182440.637500', '182441.097500', '182441.557500', '182442.017500', '182442.477500', '182442.937500', '182443.397500', '182443.857500', '182444.317500', '182444.777500', '182445.237500', '182445.697500', '182446.157500', '182446.617500', '182447.077500', '182447.537500', '182447.997500', '182448.457500', '182448.917500', '182449.377500', '182449.837500', '182450.297500', '182450.757500', '182451.217500', '182451.677500', '182452.137500', '182452.597500', '182453.057500', '182453.517500', '182453.977500', '182454.437500', '182454.897500', '182455.357500', '182455.817500', '182456.277500', '182456.737500', '182457.197500', '182457.657500', '182458.117500', '182458.577500', '182459.037500', '182459.497500', '182459.957500', '182500.417500', '182500.877500', '182501.337500', '182501.797500', '182502.257500', '182502.717500', '182503.177500', '182503.637500', '182504.097500', '182504.557500', '182505.017500', '182505.477500', '182505.937500', '182506.397500', '182506.857500', '182507.317500', '182507.777500', '182508.237500', '182508.697500', '182509.157500', '182509.617500', '182510.077500', '182510.537500', '182510.997500', '182511.457500', '182511.917500', '182512.377500', '182512.837500', '182513.297500', '182513.757500', '182514.217500', '182514.677500', '182515.137500', '182515.597500', '182516.057500', '182516.517500', '182516.977500', '182517.437500', '182517.897500', '182518.357500', '182518.817500', '182519.277500', '182519.737500', '182520.197500', '182520.657500', '182521.117500', '182521.577500', '182522.037500', '182522.497500', '182522.957500', '182523.417500', '182523.877500', '182524.337500', '182524.797500', '182525.257500', '182525.717500', '182526.177500', '182526.637500', '182527.097500', '182527.557500', '182528.017500', '182528.477500', '182528.937500', '182529.397500', '182529.857500', '182530.317500', '182530.777500', '182531.237500', '182531.697500', '182532.157500', '182532.617500', '182533.077500', '182533.537500', '182533.997500', '182534.457500', '182534.917500', '182535.377500', '182535.837500', '182536.297500', '182536.757500', '182537.217500', '182537.677500', '182538.137500', '182538.597500', '182539.057500', '182539.517500', '182539.977500', '182540.437500', '182540.897500', '182541.357500', '182541.817500', '182542.277500', '182542.737500', '182543.197500', '182543.657500', '182544.117500', '182544.577500', '182545.037500', '182545.497500', '182545.957500', '182546.417500', '182546.877500', '182547.337500', '182547.797500', '182548.257500', '182548.717500', '182549.177500', '182549.637500', '182550.097500', '182550.557500', '182551.017500', '182551.477500', '182551.937500', '182552.397500', '182552.857500', '182553.317500', '182553.777500', '182554.237500', '182554.697500', '182555.157500', '182555.617500', '182556.077500', '182556.537500', '182556.997500', '182557.457500', '182557.917500', '182558.377500', '182558.837500', '182559.297500', '182559.757500', '182600.217500', '182600.677500', '182601.137500', '182601.597500', '182602.057500', '182602.517500', '182602.977500', '182603.437500', '182603.897500', '182604.357500', '182604.817500', '182605.277500', '182605.737500', '182606.197500', '182606.657500', '182607.117500', '182607.577500', '182608.037500', '182608.497500', '182608.957500', '182609.417500', '182609.877500', '182610.337500', '182610.797500', '182611.257500', '182611.717500', '182612.177500', '182612.637500', '182613.097500', '182613.557500', '182614.017500', '182614.477500', '182614.937500', '182615.397500', '182615.857500', '182616.317500', '182616.777500', '182617.237500', '182617.697500', '182618.157500', '182618.617500', '182619.077500', '182619.537500', '182619.997500', '182620.457500', '182620.917500', '182621.377500', '182621.837500', '182622.297500', '182622.757500', '182623.217500', '182623.677500', '182624.137500', '182624.597500', '182625.057500', '182625.517500', '182625.977500', '182626.437500', '182626.897500', '182627.357500', '182627.817500', '182628.277500', '182628.737500', '182629.197500', '182629.657500', '182630.117500', '182630.577500', '182631.037500', '182631.497500', '182631.957500', '182632.417500', '182632.877500', '182633.337500', '182633.797500', '182634.257500', '182634.717500', '182635.177500', '182635.637500', '182636.097500', '182636.557500', '182637.017500', '182637.477500', '182637.937500', '182638.397500', '182638.857500', '182639.317500', '182639.777500', '182640.237500', '182640.697500', '182641.157500', '182641.617500', '182642.077500', '182642.537500', '182642.997500', '182643.457500', '182643.917500', '182644.377500', '182644.837500', '182645.297500', '182645.757500', '182646.217500', '182646.677500', '182647.137500', '182647.597500', '182648.057500', '182648.517500', '182648.977500', '182649.437500', '182649.897500', '182650.357500', '182650.817500', '182651.277500', '182651.737500', '182652.197500', '182652.657500', '182653.117500', '182653.577500', '182654.037500', '182654.497500', '182654.957500', '182655.417500', '182655.877500', '182656.337500', '182656.797500', '182657.257500', '182657.717500', '182658.177500', '182658.637500', '182659.097500', '182659.557500', '182700.017500', '182700.477500', '182700.937500', '182701.397500', '182701.857500', '182702.317500', '182702.777500', '182703.237500', '182703.697500', '182704.157500', '182704.617500', '182705.077500', '182705.537500', '182705.997500', '182706.457500', '182706.917500', '182707.377500', '182707.837500', '182708.297500', '182708.757500', '182709.217500', '182709.677500', '182710.137500', '182710.597500', '182711.057500', '182711.517500', '182711.977500', '182712.437500', '182712.897500', '182713.357500', '182713.817500', '182714.277500', '182714.737500', '182715.197500', '182715.657500', '182716.117500', '182716.577500', '182717.037500', '182717.497500', '182717.957500', '182718.417500', '182718.877500', '182719.337500', '182719.797500', '182720.257500', '182720.717500', '182721.177500', '182721.637500', '182722.097500', '182722.557500', '182723.017500', '182723.477500', '182723.937500', '182724.397500', '182724.857500', '182725.317500', '182725.777500', '182726.237500', '182726.697500', '182727.157500', '182727.617500', '182728.077500', '182728.537500', '182728.997500', '182729.457500', '182729.917500', '182730.377500', '182730.837500', '182731.297500', '182731.757500', '182732.217500', '182732.677500', '182733.137500', '182733.597500', '182734.057500', '182734.517500', '182734.977500', '182735.437500', '182735.897500', '182736.357500', '182736.817500', '182737.277500', '182737.737500', '182738.197500', '182738.657500', '182739.117500', '182739.577500', '182740.037500', '182740.497500', '182740.957500', '182741.417500', '182741.877500', '182742.337500', '182742.797500', '182743.257500', '182743.717500', '182744.177500', '182744.637500', '182745.097500', '182745.557500', '182746.017500', '182746.477500', '182746.937500', '182747.397500', '182747.857500', '182748.317500', '182748.777500', '182749.237500', '182749.697500', '182750.157500', '182750.617500', '182751.077500', '182751.537500', '182751.997500', '182752.457500', '182752.917500', '182753.377500', '182753.837500', '182754.297500', '182754.757500', '182755.217500', '182755.677500', '182756.137500', '182756.597500', '182757.057500', '182757.517500', '182757.977500', '182758.437500', '182758.897500', '182759.357500', '182759.817500', '182800.277500', '182800.737500', '182801.197500', '182801.657500', '182802.117500', '182802.577500', '182803.037500', '182803.497500', '182803.957500', '182804.417500', '182804.877500', '182805.337500', '182805.797500', '182806.257500', '182806.717500', '182807.177500', '182807.637500', '182808.097500', '182808.557500', '182809.017500', '182809.477500', '182809.937500', '182810.397500', '182810.857500', '182811.317500', '182811.777500', '182812.237500', '182812.697500', '182813.157500', '182813.617500', '182814.077500', '182814.537500', '182814.997500', '182815.457500', '182815.917500', '182816.377500', '182816.837500', '182817.297500', '182817.757500', '182818.217500', '182818.677500', '182819.137500', '182819.597500', '182820.057500', '182820.517500', '182820.977500', '182821.437500', '182821.897500', '182822.357500', '182822.817500', '182823.277500', '182823.737500', '182824.197500', '182824.657500', '182825.117500', '182825.577500', '182826.037500', '182826.497500', '182826.957500', '182827.417500', '182827.877500', '182828.337500', '182828.797500', '182829.257500', '182829.717500', '182830.177500', '182830.637500', '182831.097500', '182831.557500', '182832.017500', '182832.477500', '182832.937500', '182833.397500', '182833.857500', '182834.317500', '182834.777500', '182835.237500', '182835.697500', '182836.157500', '182836.617500', '182837.077500', '182837.537500', '182837.997500', '182838.457500', '182838.917500', '182839.377500', '182839.837500', '182840.297500', '182840.757500', '182841.217500', '182841.677500', '182842.137500', '182842.597500', '182843.057500', '182843.517500', '182843.977500', '182844.437500', '182844.897500', '182845.357500', '182845.817500', '182846.277500', '182846.737500', '182847.197500', '182847.657500', '182848.117500', '182848.577500', '182849.037500', '182849.497500', '182849.957500', '182850.417500', '182850.877500', '182851.337500', '182851.797500', '182852.257500', '182852.717500', '182853.177500', '182853.637500', '182854.097500', '182854.557500', '182855.017500', '182855.477500', '182855.937500', '182856.397500', '182856.857500', '182857.317500', '182857.777500', '182858.237500', '182858.697500', '182859.157500', '182859.617500', '182900.077500', '182900.537500', '182900.997500', '182901.457500', '182901.917500', '182902.377500', '182902.837500', '182903.297500', '182903.757500', '182904.217500', '182904.677500', '182905.137500', '182905.597500', '182906.057500', '182906.517500', '182906.977500', '182907.437500', '182907.897500', '182908.357500', '182908.817500', '182909.277500', '182909.737500', '182910.197500', '182910.657500', '182911.117500', '182911.577500', '182912.037500', '182912.497500', '182912.957500', '182913.417500', '182913.877500', '182914.337500', '182914.797500', '182915.257500', '182915.717500', '182916.177500', '182916.637500', '182917.097500', '182917.557500', '182918.017500', '182918.477500', '182918.937500', '182919.397500', '182919.857500', '182920.317500', '182920.777500', '182921.237500', '182921.697500', '182922.157500', '182922.617500', '182923.077500', '182923.537500', '182923.997500', '182924.457500', '182924.917500', '182925.377500', '182925.837500', '182926.297500', '182926.757500', '182927.217500', '182927.677500', '182928.137500', '182928.597500', '182929.057500', '182929.517500', '182929.977500', '182930.437500', '182930.897500', '182931.357500', '182931.817500', '182932.277500', '182932.737500', '182933.197500', '182933.657500', '182934.117500', '182934.577500', '182935.037500', '182935.497500', '182935.957500', '182936.417500', '182936.877500', '182937.337500', '182937.797500', '182938.257500', '182938.717500', '182939.177500', '182939.637500', '182940.097500', '182940.557500', '182941.017500', '182941.477500', '182941.937500', '182942.397500', '182942.857500', '182943.317500', '182943.777500', '182944.237500', '182944.697500', '182945.157500', '182945.617500', '182946.077500', '182946.537500', '182946.997500', '182947.457500', '182947.917500', '182948.377500', '182948.837500', '182949.297500', '182949.757500', '182950.217500', '182950.677500', '182951.137500', '182951.597500', '182952.057500', '182952.517500', '182952.977500', '182953.437500', '182953.897500', '182954.357500', '182954.817500', '182955.277500', '182955.737500', '182956.197500', '182956.657500', '182957.117500', '182957.577500', '182958.037500', '182958.497500', '182958.957500', '182959.417500', '182959.877500', '183000.337500', '183000.797500', '183001.257500', '183001.717500', '183002.177500', '183002.637500', '183003.097500', '183003.557500', '183004.017500', '183004.477500', '183004.937500', '183005.397500', '183005.857500', '183006.317500', '183006.777500', '183007.237500', '183007.697500', '183008.157500', '183008.617500', '183009.077500', '183009.537500', '183009.997500', '183010.457500', '183010.917500', '183011.377500', '183011.837500', '183012.297500'], 'ContentTime': ['182355.296000', '182355.299000', '182355.302000', '182355.305000', '182355.307000', '182355.310000', '182355.313000', '182355.315000', '182355.318000', '182355.320000', '182355.323000', '182355.326000', '182355.328000', '182355.331000', '182355.334000', '182355.336000', '182355.339000', '182355.341000', '182355.344000', '182355.347000', '182355.349000', '182355.352000', '182355.354000', '182355.357000', '182355.360000', '182355.362000', '182355.365000', '182355.367000', '182355.370000', '182355.373000', '182355.375000', '182355.378000', '182355.380000', '182355.389000', '182355.391000', '182355.394000', '182355.396000', '182355.399000', '182355.402000', '182355.404000', '182355.407000', '182355.409000', '182355.412000', '182355.415000', '182355.417000', '182355.420000', '182355.422000', '182355.425000', '182355.428000', '182355.430000', '182415.253000', '182415.256000', '182415.259000', '182415.262000', '182415.264000', '182415.267000', '182415.270000', '182415.272000', '182415.275000', '182415.277000', '182415.280000', '182415.283000', '182415.285000', '182415.288000', '182415.290000', '182415.293000', '182415.295000', '182415.298000', '182415.301000', '182415.303000', '182415.306000', '182415.308000', '182415.311000', '182415.314000', '182415.316000', '182415.319000', '182415.321000', '182415.324000', '182415.326000', '182415.329000', '182415.332000', '182415.334000', '182415.337000', '182415.339000', '182415.342000', '182415.344000', '182415.349000', '182415.351000', '182415.354000', '182415.357000', '182415.359000', '182415.362000', '182415.364000', '182435.253000', '182435.256000', '182435.259000', '182435.261000', '182435.264000', '182435.290000', '182435.293000', '182435.296000', '182435.298000', '182435.301000', '182435.303000', '182435.306000', '182435.309000', '182435.311000', '182435.314000', '182435.316000', '182435.319000', '182435.321000', '182435.324000', '182435.327000', '182435.329000', '182435.332000', '182435.334000', '182435.337000', '182435.340000', '182435.342000', '182435.345000', '182435.347000', '182435.350000', '182435.353000', '182435.355000', '182435.358000', '182435.360000', '182435.363000', '182435.366000', '182435.368000', '182435.371000', '182435.373000', '182435.376000', '182435.378000', '182435.381000', '182435.384000', '182435.386000', '182435.389000', '182455.253000', '182455.256000', '182455.259000', '182455.262000', '182455.264000', '182455.267000', '182455.270000', '182455.272000', '182455.275000', '182455.278000', '182455.280000', '182455.283000', '182455.285000', '182455.288000', '182455.291000', '182455.293000', '182455.296000', '182455.298000', '182455.301000', '182455.304000', '182455.306000', '182455.309000', '182455.312000', '182455.314000', '182455.317000', '182455.319000', '182455.322000', '182455.324000', '182455.327000', '182455.330000', '182455.332000', '182455.335000', '182455.337000', '182455.340000', '182455.343000', '182455.345000', '182455.348000', '182455.351000', '182455.354000', '182455.356000', '182455.359000', '182455.362000', '182455.364000', '182515.253000', '182515.256000', '182515.259000', '182515.263000', '182515.266000', '182515.269000', '182515.271000', '182515.274000', '182515.276000', '182515.279000', '182515.282000', '182515.284000', '182515.287000', '182515.289000', '182515.292000', '182515.295000', '182515.297000', '182515.300000', '182515.302000', '182515.305000', '182515.308000', '182515.310000', '182515.313000', '182515.315000', '182515.318000', '182515.320000', '182515.323000', '182515.326000', '182515.328000', '182515.331000', '182515.334000', '182515.336000', '182515.339000', '182515.342000', '182515.344000', '182515.347000', '182515.349000', '182515.352000', '182515.355000', '182515.357000', '182515.360000', '182515.362000', '182515.365000', '182515.367000', '182535.253000', '182535.256000', '182535.259000', '182535.261000', '182535.264000', '182535.267000', '182535.269000', '182535.272000', '182535.275000', '182535.277000', '182535.280000', '182535.282000', '182535.285000', '182535.288000', '182535.290000', '182535.293000', '182535.296000', '182535.298000', '182535.309000', '182535.312000', '182535.315000', '182535.317000', '182535.320000', '182535.322000', '182535.325000', '182535.328000', '182535.330000', '182535.333000', '182535.335000', '182535.338000', '182535.341000', '182535.343000', '182535.346000', '182535.348000', '182535.351000', '182535.354000', '182535.356000', '182535.359000', '182535.362000', '182535.364000', '182535.367000', '182535.369000', '182535.372000', '182555.253000', '182555.256000', '182555.259000', '182555.261000', '182555.264000', '182555.267000', '182555.269000', '182555.272000', '182555.274000', '182555.277000', '182555.280000', '182555.282000', '182555.285000', '182555.287000', '182555.290000', '182555.293000', '182555.295000', '182555.298000', '182555.300000', '182555.303000', '182555.306000', '182555.308000', '182555.311000', '182555.313000', '182555.316000', '182555.319000', '182555.321000', '182555.324000', '182555.326000', '182555.329000', '182555.332000', '182555.334000', '182555.337000', '182555.340000', '182555.342000', '182555.345000', '182555.348000', '182555.350000', '182555.353000', '182555.355000', '182555.358000', '182555.361000', '182555.363000', '182555.366000', '182615.273000', '182615.276000', '182615.278000', '182615.281000', '182615.284000', '182615.286000', '182615.295000', '182615.298000', '182615.300000', '182615.303000', '182615.306000', '182615.308000', '182615.311000', '182615.313000', '182615.316000', '182615.319000', '182615.321000', '182615.324000', '182615.327000', '182615.329000', '182615.332000', '182615.335000', '182615.337000', '182615.340000', '182615.342000', '182615.345000', '182615.347000', '182615.350000', '182615.353000', '182615.355000', '182615.358000', '182615.361000', '182615.363000', '182615.366000', '182615.369000', '182615.371000', '182615.374000', '182615.376000', '182615.379000', '182615.382000', '182615.384000', '182615.387000', '182615.389000', '182635.253000', '182635.256000', '182635.259000', '182635.261000', '182635.264000', '182635.267000', '182635.269000', '182635.272000', '182635.274000', '182635.277000', '182635.280000', '182635.282000', '182635.285000', '182635.288000', '182635.290000', '182635.293000', '182635.297000', '182635.299000', '182635.303000', '182635.306000', '182635.309000', '182635.311000', '182635.314000', '182635.316000', '182635.319000', '182635.321000', '182635.324000', '182635.327000', '182635.329000', '182635.332000', '182635.334000', '182635.337000', '182635.340000', '182635.342000', '182635.345000', '182635.347000', '182635.350000', '182635.353000', '182635.355000', '182635.358000', '182635.361000', '182635.363000', '182635.366000', '182635.369000', '182655.254000', '182655.256000', '182655.259000', '182655.262000', '182655.265000', '182655.267000', '182655.270000', '182655.273000', '182655.275000', '182655.278000', '182655.280000', '182655.283000', '182655.285000', '182655.288000', '182655.291000', '182655.293000', '182655.296000', '182655.299000', '182655.301000', '182655.304000', '182655.307000', '182655.309000', '182655.312000', '182655.314000', '182655.317000', '182655.320000', '182655.322000', '182655.325000', '182655.328000', '182655.330000', '182655.333000', '182655.335000', '182655.338000', '182655.349000', '182655.352000', '182655.355000', '182655.357000', '182655.360000', '182655.363000', '182655.365000', '182655.368000', '182655.370000', '182655.373000', '182715.253000', '182715.256000', '182715.259000', '182715.262000', '182715.264000', '182715.267000', '182715.270000', '182715.272000', '182715.275000', '182715.278000', '182715.280000', '182715.283000', '182715.286000', '182715.288000', '182715.291000', '182715.294000', '182715.296000', '182715.299000', '182715.301000', '182715.304000', '182715.307000', '182715.309000', '182715.312000', '182715.315000', '182715.317000', '182715.320000', '182715.323000', '182715.326000', '182715.328000', '182715.331000', '182715.333000', '182715.336000', '182715.339000', '182715.341000', '182715.344000', '182715.347000', '182715.349000', '182715.352000', '182715.354000', '182715.357000', '182715.360000', '182715.362000', '182715.365000', '182735.254000', '182735.257000', '182735.260000', '182735.262000', '182735.265000', '182735.267000', '182735.270000', '182735.273000', '182735.275000', '182735.278000', '182735.281000', '182735.283000', '182735.286000', '182735.289000', '182735.291000', '182735.294000', '182735.296000', '182735.299000', '182735.302000', '182735.304000', '182735.307000', '182735.309000', '182735.312000', '182735.315000', '182735.317000', '182735.320000', '182735.323000', '182735.325000', '182735.328000', '182735.330000', '182735.333000', '182735.336000', '182735.338000', '182735.341000', '182735.344000', '182735.346000', '182735.349000', '182735.352000', '182735.354000', '182735.357000', '182735.370000', '182735.372000', '182735.375000', '182735.377000', '182755.253000', '182755.256000', '182755.259000', '182755.261000', '182755.264000', '182755.267000', '182755.269000', '182755.272000', '182755.274000', '182755.277000', '182755.280000', '182755.282000', '182755.285000', '182755.287000', '182755.290000', '182755.293000', '182755.295000', '182755.298000', '182755.300000', '182755.303000', '182755.307000', '182755.310000', '182755.312000', '182755.316000', '182755.319000', '182755.321000', '182755.324000', '182755.326000', '182755.329000', '182755.332000', '182755.334000', '182755.337000', '182755.340000', '182755.343000', '182755.346000', '182755.349000', '182755.352000', '182755.354000', '182755.357000', '182755.360000', '182755.362000', '182755.365000', '182755.367000', '182815.253000', '182815.256000', '182815.259000', '182815.262000', '182815.264000', '182815.267000', '182815.270000', '182815.272000', '182815.275000', '182815.278000', '182815.280000', '182815.283000', '182815.285000', '182815.289000', '182815.291000', '182815.294000', '182815.296000', '182815.299000', '182815.302000', '182815.304000', '182815.307000', '182815.310000', '182815.312000', '182815.315000', '182815.318000', '182815.320000', '182815.323000', '182815.326000', '182815.328000', '182815.331000', '182815.333000', '182815.336000', '182815.339000', '182815.341000', '182815.344000', '182815.347000', '182815.349000', '182815.352000', '182815.355000', '182815.357000', '182815.360000', '182815.363000', '182815.365000', '182815.368000', '182835.254000', '182835.256000', '182835.259000', '182835.262000', '182835.264000', '182835.267000', '182835.270000', '182835.272000', '182835.275000', '182835.278000', '182835.280000', '182835.283000', '182835.285000', '182835.288000', '182835.291000', '182835.293000', '182835.296000', '182835.299000', '182835.301000', '182835.304000', '182835.307000', '182835.309000', '182835.312000', '182835.315000', '182835.317000', '182835.320000', '182835.322000', '182835.325000', '182835.328000', '182835.331000', '182835.333000', '182835.336000', '182835.339000', '182835.342000', '182835.345000', '182835.347000', '182835.350000', '182835.352000', '182835.355000', '182835.358000', '182835.360000', '182835.363000', '182835.365000', '182855.255000', '182855.257000', '182855.260000', '182855.263000', '182855.266000', '182855.268000', '182855.271000', '182855.273000', '182855.276000', '182855.279000', '182855.281000', '182855.284000', '182855.287000', '182855.289000', '182855.292000', '182855.294000', '182855.297000', '182855.300000', '182855.302000', '182855.305000', '182855.308000', '182855.310000', '182855.313000', '182855.315000', '182855.318000', '182855.321000', '182855.323000', '182855.326000', '182855.328000', '182855.331000', '182855.334000', '182855.336000', '182855.339000', '182855.342000', '182855.344000', '182855.347000', '182855.350000', '182855.352000', '182855.355000', '182855.357000', '182855.360000', '182855.363000', '182855.365000', '182855.368000', '182915.254000', '182915.256000', '182915.259000', '182915.262000', '182915.265000', '182915.267000', '182915.270000', '182915.282000', '182915.285000', '182915.287000', '182915.290000', '182915.293000', '182915.295000', '182915.298000', '182915.301000', '182915.303000', '182915.306000', '182915.309000', '182915.312000', '182915.314000', '182915.317000', '182915.320000', '182915.323000', '182915.325000', '182915.328000', '182915.331000', '182915.333000', '182915.336000', '182915.339000', '182915.341000', '182915.344000', '182915.346000', '182915.349000', '182915.352000', '182915.354000', '182915.357000', '182915.359000', '182915.362000', '182915.365000', '182915.367000', '182915.370000', '182915.372000', '182915.375000', '182935.254000', '182935.256000', '182935.259000', '182935.262000', '182935.264000', '182935.268000', '182935.271000', '182935.274000', '182935.276000', '182935.279000', '182935.281000', '182935.284000', '182935.287000', '182935.289000', '182935.292000', '182935.295000', '182935.297000', '182935.300000', '182935.303000', '182935.305000', '182935.308000', '182935.311000', '182935.313000', '182935.316000', '182935.318000', '182935.321000', '182935.324000', '182935.327000', '182935.329000', '182935.332000', '182935.334000', '182935.337000', '182935.340000', '182935.342000', '182935.345000', '182935.348000', '182935.350000', '182935.353000', '182935.355000', '182935.358000', '182935.361000', '182935.363000', '182935.366000', '182935.368000', '182955.253000', '182955.257000', '182955.259000', '182955.262000', '182955.264000', '182955.267000', '182955.270000', '182955.272000', '182955.275000', '182955.277000', '182955.280000', '182955.283000', '182955.285000', '182955.288000', '182955.290000', '182955.293000', '182955.295000', '182955.298000', '182955.301000', '182955.303000', '182955.306000', '182955.309000', '182955.311000', '182955.314000', '182955.316000', '182955.319000', '182955.322000', '182955.324000', '182955.327000', '182955.330000', '182955.332000', '182955.335000', '182955.338000', '182955.340000', '182955.343000', '182955.345000', '182955.348000', '182955.351000', '182955.353000', '182955.356000', '182955.358000', '182955.361000', '182955.364000', '183013.345000', '183013.348000', '183013.351000', '183013.354000', '183013.356000', '183013.359000', '183013.362000', '183013.365000', '183013.368000', '183013.370000', '183013.373000', '183013.376000', '183013.379000', '183013.382000', '183013.385000', '183013.388000', '183013.391000', '183013.394000', '183013.398000', '183013.401000', '183013.404000', '183013.410000', '183013.415000', '183013.418000', '183013.420000', '183013.423000', '183013.428000', '183013.432000', '183013.435000', '183013.437000', '183013.441000', '183013.444000', '183013.447000', '183013.451000', '183013.455000', '183013.457000', '183013.460000', '183013.463000', '183013.465000', '183013.468000'], 'InstanceCreationTime': ['182355.296000', '182355.299000', '182355.302000', '182355.305000', '182355.307000', '182355.310000', '182355.313000', '182355.315000', '182355.318000', '182355.320000', '182355.323000', '182355.326000', '182355.328000', '182355.331000', '182355.334000', '182355.336000', '182355.339000', '182355.341000', '182355.344000', '182355.347000', '182355.349000', '182355.352000', '182355.354000', '182355.357000', '182355.360000', '182355.362000', '182355.365000', '182355.367000', '182355.370000', '182355.373000', '182355.375000', '182355.378000', '182355.380000', '182355.389000', '182355.391000', '182355.394000', '182355.396000', '182355.399000', '182355.402000', '182355.404000', '182355.407000', '182355.409000', '182355.412000', '182355.415000', '182355.417000', '182355.420000', '182355.422000', '182355.425000', '182355.428000', '182355.430000', '182415.253000', '182415.256000', '182415.259000', '182415.262000', '182415.264000', '182415.267000', '182415.270000', '182415.272000', '182415.275000', '182415.277000', '182415.280000', '182415.283000', '182415.285000', '182415.288000', '182415.290000', '182415.293000', '182415.295000', '182415.298000', '182415.301000', '182415.303000', '182415.306000', '182415.308000', '182415.311000', '182415.314000', '182415.316000', '182415.319000', '182415.321000', '182415.324000', '182415.326000', '182415.329000', '182415.332000', '182415.334000', '182415.337000', '182415.339000', '182415.342000', '182415.344000', '182415.349000', '182415.351000', '182415.354000', '182415.357000', '182415.359000', '182415.362000', '182415.364000', '182435.253000', '182435.256000', '182435.259000', '182435.261000', '182435.264000', '182435.290000', '182435.293000', '182435.296000', '182435.298000', '182435.301000', '182435.303000', '182435.306000', '182435.309000', '182435.311000', '182435.314000', '182435.316000', '182435.319000', '182435.321000', '182435.324000', '182435.327000', '182435.329000', '182435.332000', '182435.334000', '182435.337000', '182435.340000', '182435.342000', '182435.345000', '182435.347000', '182435.350000', '182435.353000', '182435.355000', '182435.358000', '182435.360000', '182435.363000', '182435.366000', '182435.368000', '182435.371000', '182435.373000', '182435.376000', '182435.378000', '182435.381000', '182435.384000', '182435.386000', '182435.389000', '182455.253000', '182455.256000', '182455.259000', '182455.262000', '182455.264000', '182455.267000', '182455.270000', '182455.272000', '182455.275000', '182455.278000', '182455.280000', '182455.283000', '182455.285000', '182455.288000', '182455.291000', '182455.293000', '182455.296000', '182455.298000', '182455.301000', '182455.304000', '182455.306000', '182455.309000', '182455.312000', '182455.314000', '182455.317000', '182455.319000', '182455.322000', '182455.324000', '182455.327000', '182455.330000', '182455.332000', '182455.335000', '182455.337000', '182455.340000', '182455.343000', '182455.345000', '182455.348000', '182455.351000', '182455.354000', '182455.356000', '182455.359000', '182455.362000', '182455.364000', '182515.253000', '182515.256000', '182515.259000', '182515.263000', '182515.266000', '182515.269000', '182515.271000', '182515.274000', '182515.276000', '182515.279000', '182515.282000', '182515.284000', '182515.287000', '182515.289000', '182515.292000', '182515.295000', '182515.297000', '182515.300000', '182515.302000', '182515.305000', '182515.308000', '182515.310000', '182515.313000', '182515.315000', '182515.318000', '182515.320000', '182515.323000', '182515.326000', '182515.328000', '182515.331000', '182515.334000', '182515.336000', '182515.339000', '182515.342000', '182515.344000', '182515.347000', '182515.349000', '182515.352000', '182515.355000', '182515.357000', '182515.360000', '182515.362000', '182515.365000', '182515.367000', '182535.253000', '182535.256000', '182535.259000', '182535.261000', '182535.264000', '182535.267000', '182535.269000', '182535.272000', '182535.275000', '182535.277000', '182535.280000', '182535.282000', '182535.285000', '182535.288000', '182535.290000', '182535.293000', '182535.296000', '182535.298000', '182535.309000', '182535.312000', '182535.315000', '182535.317000', '182535.320000', '182535.322000', '182535.325000', '182535.328000', '182535.330000', '182535.333000', '182535.335000', '182535.338000', '182535.341000', '182535.343000', '182535.346000', '182535.348000', '182535.351000', '182535.354000', '182535.356000', '182535.359000', '182535.362000', '182535.364000', '182535.367000', '182535.369000', '182535.372000', '182555.253000', '182555.256000', '182555.259000', '182555.261000', '182555.264000', '182555.267000', '182555.269000', '182555.272000', '182555.274000', '182555.277000', '182555.280000', '182555.282000', '182555.285000', '182555.287000', '182555.290000', '182555.293000', '182555.295000', '182555.298000', '182555.300000', '182555.303000', '182555.306000', '182555.308000', '182555.311000', '182555.313000', '182555.316000', '182555.319000', '182555.321000', '182555.324000', '182555.326000', '182555.329000', '182555.332000', '182555.334000', '182555.337000', '182555.340000', '182555.342000', '182555.345000', '182555.348000', '182555.350000', '182555.353000', '182555.355000', '182555.358000', '182555.361000', '182555.363000', '182555.366000', '182615.273000', '182615.276000', '182615.278000', '182615.281000', '182615.284000', '182615.286000', '182615.295000', '182615.298000', '182615.300000', '182615.303000', '182615.306000', '182615.308000', '182615.311000', '182615.313000', '182615.316000', '182615.319000', '182615.321000', '182615.324000', '182615.327000', '182615.329000', '182615.332000', '182615.335000', '182615.337000', '182615.340000', '182615.342000', '182615.345000', '182615.347000', '182615.350000', '182615.353000', '182615.355000', '182615.358000', '182615.361000', '182615.363000', '182615.366000', '182615.369000', '182615.371000', '182615.374000', '182615.376000', '182615.379000', '182615.382000', '182615.384000', '182615.387000', '182615.389000', '182635.253000', '182635.256000', '182635.259000', '182635.261000', '182635.264000', '182635.267000', '182635.269000', '182635.272000', '182635.274000', '182635.277000', '182635.280000', '182635.282000', '182635.285000', '182635.288000', '182635.290000', '182635.293000', '182635.297000', '182635.299000', '182635.303000', '182635.306000', '182635.309000', '182635.311000', '182635.314000', '182635.316000', '182635.319000', '182635.321000', '182635.324000', '182635.327000', '182635.329000', '182635.332000', '182635.334000', '182635.337000', '182635.340000', '182635.342000', '182635.345000', '182635.347000', '182635.350000', '182635.353000', '182635.355000', '182635.358000', '182635.361000', '182635.363000', '182635.366000', '182635.369000', '182655.254000', '182655.256000', '182655.259000', '182655.262000', '182655.265000', '182655.267000', '182655.270000', '182655.273000', '182655.275000', '182655.278000', '182655.280000', '182655.283000', '182655.285000', '182655.288000', '182655.291000', '182655.293000', '182655.296000', '182655.299000', '182655.301000', '182655.304000', '182655.307000', '182655.309000', '182655.312000', '182655.314000', '182655.317000', '182655.320000', '182655.322000', '182655.325000', '182655.328000', '182655.330000', '182655.333000', '182655.335000', '182655.338000', '182655.349000', '182655.352000', '182655.355000', '182655.357000', '182655.360000', '182655.363000', '182655.365000', '182655.368000', '182655.370000', '182655.373000', '182715.253000', '182715.256000', '182715.259000', '182715.262000', '182715.264000', '182715.267000', '182715.270000', '182715.272000', '182715.275000', '182715.278000', '182715.280000', '182715.283000', '182715.286000', '182715.288000', '182715.291000', '182715.294000', '182715.296000', '182715.299000', '182715.301000', '182715.304000', '182715.307000', '182715.309000', '182715.312000', '182715.315000', '182715.317000', '182715.320000', '182715.323000', '182715.326000', '182715.328000', '182715.331000', '182715.333000', '182715.336000', '182715.339000', '182715.341000', '182715.344000', '182715.347000', '182715.349000', '182715.352000', '182715.354000', '182715.357000', '182715.360000', '182715.362000', '182715.365000', '182735.254000', '182735.257000', '182735.260000', '182735.262000', '182735.265000', '182735.267000', '182735.270000', '182735.273000', '182735.275000', '182735.278000', '182735.281000', '182735.283000', '182735.286000', '182735.289000', '182735.291000', '182735.294000', '182735.296000', '182735.299000', '182735.302000', '182735.304000', '182735.307000', '182735.309000', '182735.312000', '182735.315000', '182735.317000', '182735.320000', '182735.323000', '182735.325000', '182735.328000', '182735.330000', '182735.333000', '182735.336000', '182735.338000', '182735.341000', '182735.344000', '182735.346000', '182735.349000', '182735.352000', '182735.354000', '182735.357000', '182735.370000', '182735.372000', '182735.375000', '182735.377000', '182755.253000', '182755.256000', '182755.259000', '182755.261000', '182755.264000', '182755.267000', '182755.269000', '182755.272000', '182755.274000', '182755.277000', '182755.280000', '182755.282000', '182755.285000', '182755.287000', '182755.290000', '182755.293000', '182755.295000', '182755.298000', '182755.300000', '182755.303000', '182755.307000', '182755.310000', '182755.312000', '182755.316000', '182755.319000', '182755.321000', '182755.324000', '182755.326000', '182755.329000', '182755.332000', '182755.334000', '182755.337000', '182755.340000', '182755.343000', '182755.346000', '182755.349000', '182755.352000', '182755.354000', '182755.357000', '182755.360000', '182755.362000', '182755.365000', '182755.367000', '182815.253000', '182815.256000', '182815.259000', '182815.262000', '182815.264000', '182815.267000', '182815.270000', '182815.272000', '182815.275000', '182815.278000', '182815.280000', '182815.283000', '182815.285000', '182815.289000', '182815.291000', '182815.294000', '182815.296000', '182815.299000', '182815.302000', '182815.304000', '182815.307000', '182815.310000', '182815.312000', '182815.315000', '182815.318000', '182815.320000', '182815.323000', '182815.326000', '182815.328000', '182815.331000', '182815.333000', '182815.336000', '182815.339000', '182815.341000', '182815.344000', '182815.347000', '182815.349000', '182815.352000', '182815.355000', '182815.357000', '182815.360000', '182815.363000', '182815.365000', '182815.368000', '182835.254000', '182835.256000', '182835.259000', '182835.262000', '182835.264000', '182835.267000', '182835.270000', '182835.272000', '182835.275000', '182835.278000', '182835.280000', '182835.283000', '182835.285000', '182835.288000', '182835.291000', '182835.293000', '182835.296000', '182835.299000', '182835.301000', '182835.304000', '182835.307000', '182835.309000', '182835.312000', '182835.315000', '182835.317000', '182835.320000', '182835.322000', '182835.325000', '182835.328000', '182835.331000', '182835.333000', '182835.336000', '182835.339000', '182835.342000', '182835.345000', '182835.347000', '182835.350000', '182835.352000', '182835.355000', '182835.358000', '182835.360000', '182835.363000', '182835.365000', '182855.255000', '182855.257000', '182855.260000', '182855.263000', '182855.266000', '182855.268000', '182855.271000', '182855.273000', '182855.276000', '182855.279000', '182855.281000', '182855.284000', '182855.287000', '182855.289000', '182855.292000', '182855.294000', '182855.297000', '182855.300000', '182855.302000', '182855.305000', '182855.308000', '182855.310000', '182855.313000', '182855.315000', '182855.318000', '182855.321000', '182855.323000', '182855.326000', '182855.328000', '182855.331000', '182855.334000', '182855.336000', '182855.339000', '182855.342000', '182855.344000', '182855.347000', '182855.350000', '182855.352000', '182855.355000', '182855.357000', '182855.360000', '182855.363000', '182855.365000', '182855.368000', '182915.254000', '182915.256000', '182915.259000', '182915.262000', '182915.265000', '182915.267000', '182915.270000', '182915.282000', '182915.285000', '182915.287000', '182915.290000', '182915.293000', '182915.295000', '182915.298000', '182915.301000', '182915.303000', '182915.306000', '182915.309000', '182915.312000', '182915.314000', '182915.317000', '182915.320000', '182915.323000', '182915.325000', '182915.328000', '182915.331000', '182915.333000', '182915.336000', '182915.339000', '182915.341000', '182915.344000', '182915.346000', '182915.349000', '182915.352000', '182915.354000', '182915.357000', '182915.359000', '182915.362000', '182915.365000', '182915.367000', '182915.370000', '182915.372000', '182915.375000', '182935.254000', '182935.256000', '182935.259000', '182935.262000', '182935.264000', '182935.268000', '182935.271000', '182935.274000', '182935.276000', '182935.279000', '182935.281000', '182935.284000', '182935.287000', '182935.289000', '182935.292000', '182935.295000', '182935.297000', '182935.300000', '182935.303000', '182935.305000', '182935.308000', '182935.311000', '182935.313000', '182935.316000', '182935.318000', '182935.321000', '182935.324000', '182935.327000', '182935.329000', '182935.332000', '182935.334000', '182935.337000', '182935.340000', '182935.342000', '182935.345000', '182935.348000', '182935.350000', '182935.353000', '182935.355000', '182935.358000', '182935.361000', '182935.363000', '182935.366000', '182935.368000', '182955.253000', '182955.257000', '182955.259000', '182955.262000', '182955.264000', '182955.267000', '182955.270000', '182955.272000', '182955.275000', '182955.277000', '182955.280000', '182955.283000', '182955.285000', '182955.288000', '182955.290000', '182955.293000', '182955.295000', '182955.298000', '182955.301000', '182955.303000', '182955.306000', '182955.309000', '182955.311000', '182955.314000', '182955.316000', '182955.319000', '182955.322000', '182955.324000', '182955.327000', '182955.330000', '182955.332000', '182955.335000', '182955.338000', '182955.340000', '182955.343000', '182955.345000', '182955.348000', '182955.351000', '182955.353000', '182955.356000', '182955.358000', '182955.361000', '182955.364000', '183013.345000', '183013.348000', '183013.351000', '183013.354000', '183013.356000', '183013.359000', '183013.362000', '183013.365000', '183013.368000', '183013.370000', '183013.373000', '183013.376000', '183013.379000', '183013.382000', '183013.385000', '183013.388000', '183013.391000', '183013.394000', '183013.398000', '183013.401000', '183013.404000', '183013.410000', '183013.415000', '183013.418000', '183013.420000', '183013.423000', '183013.428000', '183013.432000', '183013.435000', '183013.437000', '183013.441000', '183013.444000', '183013.447000', '183013.451000', '183013.455000', '183013.457000', '183013.460000', '183013.463000', '183013.465000', '183013.468000'], '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': [9724, 9896, 8307, 10210, 10150, 9607, 9483, 8417, 9580, 8779, 8080, 9784, 9107, 7730, 9307, 9160, 9671, 8439, 7704, 9422, 7705, 9297, 9115, 9659, 8725, 8395, 8360, 8425, 8894, 8325, 8263, 7819, 8048, 8631, 8024, 9013, 8301, 8084, 7819, 7987, 8575, 8008, 8727, 7887, 8664, 8079, 8503, 7743, 8817, 8056, 8210, 8353, 7741, 8039, 7440, 7934, 7698, 8430, 8147, 8342, 8178, 8297, 8290, 7708, 7836, 7807, 8574, 7527, 8754, 7875, 8420, 8514, 7694, 7585, 7557, 8287, 8311, 8077, 8224, 7502, 8307, 7308, 7661, 8275, 7293, 7731, 8048, 8030, 8091, 8049, 8129, 8382, 7082, 7107, 7604, 8375, 7960, 7889, 8450, 6937, 7909, 8049, 7944, 8100, 8238, 8138, 8022, 8284, 9453, 8422, 7430, 7588, 7401, 7859, 7670, 7843, 7968, 7821, 7946, 8112, 8352, 7961, 8517, 7457, 7341, 7912, 8461, 8230, 7996, 8493, 7997, 7396, 7859, 8566, 8107, 8118, 8378, 7849, 7483, 7838, 8317, 8606, 8202, 8347, 7541, 7448, 7857, 8219, 8409, 7617, 7355, 7916, 8357, 8457, 7268, 8006, 7923, 7969, 7430, 7731, 8881, 7457, 8092, 8140, 8914, 8329, 9203, 9120, 10516, 8513, 7885, 7871, 7955, 8376, 7241, 8012, 8568, 8333, 8157, 8732, 7546, 7354, 7952, 8213, 8717, 7567, 7330, 8096, 8130, 8518, 9387, 8316, 8041, 8128, 8202, 8311, 8359, 8299, 8237, 7983, 8669, 8668, 8320, 7570, 8053, 8708, 8588, 8617, 8802, 8248, 8070, 8087, 8933, 8424, 8508, 8682, 8617, 8795, 8457, 8022, 8176, 8674, 7849, 8715, 8490, 8531, 8015, 7950, 7761, 7927, 8337, 8418, 8488, 8838, 8564, 8036, 8041, 8346, 8390, 8703, 8464, 8037, 8461, 7901, 7898, 8731, 8257, 7911, 8297, 8117, 8419, 8040, 7626, 8067, 8583, 8413, 8122, 8222, 7835, 7684, 7817, 8029, 8120, 7759, 7879, 7853, 8521, 8105, 8509, 8171, 8808, 7943, 8020, 8236, 7875, 8483, 8061, 8677, 8067, 7732, 7809, 7980, 7750, 8137, 7468, 8520, 7695, 8293, 8565, 7988, 7116, 7776, 8108, 7717, 8047, 8201, 8035, 8530, 8126, 7385, 8057, 8188, 8142, 7885, 8371, 8189, 8618, 8327, 7303, 8029, 8194, 8392, 10063, 8451, 8006, 7782, 8138, 8059, 8157, 8275, 8287, 8644, 8595, 8295, 8752, 8239, 8744, 7981, 7534, 7822, 8080, 7740, 8189, 7863, 7508, 8133, 8099, 8215, 8445, 7991, 8246, 7807, 8067, 8246, 8546, 8371, 8259, 8665, 8091, 8642, 7825, 7861, 7785, 8296, 7921, 8122, 8234, 9511, 8822, 8453, 8673, 8453, 8591, 8270, 8784, 8202, 8643, 8448, 8697, 8252, 8793, 8201, 7499, 7597, 8112, 7860, 8347, 8197, 8000, 8275, 9267, 8185, 8639, 8466, 8462, 8681, 9753, 8524, 8450, 8522, 7445, 8857, 7791, 7566, 7552, 8246, 7589, 8137, 7650, 7849, 8253, 9018, 8254, 8925, 8235, 8543, 8151, 9168, 8186, 8411, 8582, 8032, 7306, 7851, 8532, 8213, 8607, 8421, 8419, 8576, 9844, 8389, 8188, 8765, 7698, 7442, 8133, 8641, 8245, 8804, 8640, 8546, 8702, 10438, 8221, 8320, 8238, 8171, 8728, 8200, 8057, 8317, 8830, 7971, 8863, 8290, 8187, 8073, 8166, 8423, 8235, 8454, 8636, 8206, 8432, 8267, 8965, 8194, 8894, 8522, 9757, 8261, 8951, 8217, 8237, 8305, 8358, 8405, 8488, 8155, 8192, 8204, 7939, 8596, 7893, 8208, 7853, 8706, 8086, 8747, 8003, 8298, 8316, 8683, 8376, 8955, 8538, 8650, 8677, 9130, 8457, 8365, 8531, 8469, 8503, 8459, 8752, 8544, 7742, 8239, 8678, 8157, 8652, 8544, 8555, 8415, 9424, 8483, 8983, 8533, 9058, 8615, 8691, 8614, 9861, 8376, 8639, 8505, 8776, 8684, 8118, 8583, 8657, 8416, 7962, 8722, 7944, 7926, 7974, 8632, 8235, 8670, 8386, 8698, 8091, 8736, 8353, 8733, 8288, 8738, 8194, 8564, 8290, 8443, 8390, 8294, 8689, 8481, 8913, 8245, 8619, 8491, 8582, 9454, 8718, 9016, 8532, 9016, 8598, 8350, 8613, 8763, 8782, 8359, 8261, 8209, 8924, 8715, 8234, 8709, 9014, 8770, 8110, 8495, 8071, 8657, 8192, 7898, 8094, 8794, 8279, 8937, 8377, 8764, 8536, 10086, 8406, 8449, 8428, 8370, 8283, 8209, 8450, 8028, 8893, 8710, 8517, 7386, 8117, 8962, 8399, 8982, 8650, 8927, 8702, 9182, 8567, 9078, 8680, 9013, 8703, 9563, 8406, 8715, 8478, 8209, 8389, 8187, 8732, 8845, 8467, 8229, 8567, 8583, 8718, 8772, 8868, 8814, 8448, 8536, 8445, 8773, 8838, 8742, 8767, 8439, 8409, 8079, 8598, 8306, 8636, 8621, 8579, 8487, 8619, 8576, 8465, 8845, 8792, 8043, 8281, 8946, 8297, 9143, 8721, 8610, 8723, 8633, 8370, 8104, 8947, 8608, 8942, 8568, 9591, 8523, 8658, 8235, 8722, 8566, 8682, 8583, 8451, 8711, 8324, 8955, 8915, 8952, 8293, 8610, 9065, 8330, 9002, 8566, 8755, 8248, 8374, 8698, 8624, 9025, 8624, 8680, 8489, 8325, 8396, 8264, 8742, 8557, 9042, 8477, 9429, 8337, 8533, 8661, 8574, 8284, 8326, 8806, 8363, 8454, 8542, 8703, 7710, 8286, 8865, 8411, 8451, 8866, 8805, 8614, 8439, 8188, 7865, 8806, 8364, 9015, 8275, 8612, 8588, 7960, 7700, 7864, 8928, 8557, 8691, 8558, 8499, 8349, 8234, 8411, 8229, 8537, 8349, 8701, 8617, 8435, 8449, 8642, 8708, 8517, 8515, 8169, 8380, 8023, 8747, 8287, 8435, 8420, 9470, 8459, 9024, 8486, 8930, 8584, 8902, 8576, 9186, 8506, 8627, 8693, 8218, 7747, 8589, 8704, 8441, 8377, 8717, 8960, 9007, 8929, 8394, 8281, 8372, 8114, 8583, 8676, 8368, 8385, 8902, 8403, 9111, 8670, 8437, 8773, 8407, 8428, 8140, 8463, 8445, 8737, 8842, 8595, 8727, 8509, 8396, 8638, 8663, 8464, 8790, 8446, 8685, 8446, 8213, 8608, 8238, 8654, 8353, 8292, 8209, 8625, 8042, 8765, 8314, 8535, 8659, 8563, 8244, 8637, 8254, 8751, 8373, 8247, 8390, 8493, 8278, 8945, 8236, 8481, 8366, 8401, 8371, 8661, 8002, 8943, 8154, 8374, 8352, 8778, 8386, 8615, 8180, 8533, 8274, 8412, 8331, 8186, 8582, 8524, 8554, 8672, 8837, 8545, 8284, 7927, 8322, 7942, 8626, 8055, 8300, 8268, 8506, 8146], 'WindowCenter': [3672.0, 3657.0, 3644.0, 3652.0, 3653.0, 3638.0, 3641.0, 3642.0, 3651.0, 3657.0, 3646.0, 3666.0, 3656.0, 3647.0, 3668.0, 3669.0, 3668.0, 3660.0, 3648.0, 3670.0, 3658.0, 3671.0, 3672.0, 3686.0, 3685.0, 3675.0, 3688.0, 3673.0, 3685.0, 3675.0, 3674.0, 3662.0, 3675.0, 3686.0, 3675.0, 3685.0, 3688.0, 3678.0, 3676.0, 3676.0, 3687.0, 3676.0, 3687.0, 3676.0, 3686.0, 3676.0, 3674.0, 3676.0, 3687.0, 3676.0, 3687.0, 3690.0, 3690.0, 3690.0, 3679.0, 3684.0, 3689.0, 3689.0, 3690.0, 3689.0, 3691.0, 3702.0, 3689.0, 3690.0, 3678.0, 3676.0, 3687.0, 3679.0, 3687.0, 3690.0, 3690.0, 3701.0, 3689.0, 3690.0, 3690.0, 3687.0, 3703.0, 3691.0, 3702.0, 3688.0, 3690.0, 3680.0, 3690.0, 3704.0, 3690.0, 3691.0, 3691.0, 3690.0, 3688.0, 3690.0, 3689.0, 3704.0, 3693.0, 3691.0, 3691.0, 3701.0, 3691.0, 3691.0, 3705.0, 3691.0, 3702.0, 3703.0, 3691.0, 3692.0, 3691.0, 3692.0, 3692.0, 3703.0, 3702.0, 3691.0, 3680.0, 3676.0, 3678.0, 3686.0, 3678.0, 3690.0, 3689.0, 3675.0, 3690.0, 3687.0, 3688.0, 3689.0, 3701.0, 3693.0, 3691.0, 3690.0, 3686.0, 3691.0, 3689.0, 3702.0, 3692.0, 3679.0, 3691.0, 3687.0, 3689.0, 3689.0, 3689.0, 3691.0, 3680.0, 3690.0, 3689.0, 3690.0, 3689.0, 3690.0, 3690.0, 3679.0, 3692.0, 3690.0, 3690.0, 3690.0, 3680.0, 3706.0, 3703.0, 3703.0, 3691.0, 3689.0, 3691.0, 3688.0, 3691.0, 3690.0, 3702.0, 3693.0, 3692.0, 3692.0, 3701.0, 3699.0, 3699.0, 3702.0, 3712.0, 3689.0, 3689.0, 3687.0, 3692.0, 3689.0, 3679.0, 3689.0, 3685.0, 3686.0, 3689.0, 3700.0, 3688.0, 3675.0, 3691.0, 3689.0, 3702.0, 3679.0, 3680.0, 3690.0, 3690.0, 3703.0, 3699.0, 3689.0, 3688.0, 3689.0, 3690.0, 3689.0, 3688.0, 3689.0, 3689.0, 3688.0, 3689.0, 3702.0, 3690.0, 3686.0, 3688.0, 3688.0, 3689.0, 3689.0, 3702.0, 3701.0, 3686.0, 3690.0, 3688.0, 3687.0, 3687.0, 3688.0, 3688.0, 3689.0, 3688.0, 3677.0, 3675.0, 3687.0, 3675.0, 3686.0, 3689.0, 3689.0, 3689.0, 3690.0, 3686.0, 3689.0, 3688.0, 3689.0, 3688.0, 3701.0, 3688.0, 3677.0, 3677.0, 3688.0, 3690.0, 3702.0, 3689.0, 3688.0, 3688.0, 3678.0, 3688.0, 3689.0, 3690.0, 3691.0, 3690.0, 3687.0, 3690.0, 3690.0, 3691.0, 3692.0, 3690.0, 3690.0, 3678.0, 3688.0, 3677.0, 3690.0, 3692.0, 3689.0, 3690.0, 3677.0, 3689.0, 3689.0, 3686.0, 3689.0, 3688.0, 3690.0, 3686.0, 3688.0, 3678.0, 3686.0, 3689.0, 3687.0, 3689.0, 3688.0, 3689.0, 3678.0, 3691.0, 3703.0, 3689.0, 3691.0, 3680.0, 3701.0, 3690.0, 3701.0, 3703.0, 3692.0, 3680.0, 3689.0, 3689.0, 3691.0, 3690.0, 3691.0, 3687.0, 3701.0, 3690.0, 3691.0, 3689.0, 3703.0, 3705.0, 3703.0, 3703.0, 3702.0, 3700.0, 3688.0, 3679.0, 3690.0, 3691.0, 3691.0, 3701.0, 3690.0, 3677.0, 3677.0, 3686.0, 3689.0, 3688.0, 3689.0, 3688.0, 3686.0, 3688.0, 3676.0, 3688.0, 3688.0, 3689.0, 3676.0, 3678.0, 3676.0, 3677.0, 3677.0, 3688.0, 3690.0, 3679.0, 3690.0, 3689.0, 3689.0, 3688.0, 3689.0, 3690.0, 3678.0, 3686.0, 3689.0, 3687.0, 3689.0, 3690.0, 3703.0, 3690.0, 3702.0, 3690.0, 3690.0, 3690.0, 3689.0, 3692.0, 3691.0, 3691.0, 3702.0, 3702.0, 3689.0, 3689.0, 3689.0, 3702.0, 3690.0, 3701.0, 3690.0, 3701.0, 3689.0, 3700.0, 3690.0, 3700.0, 3701.0, 3691.0, 3690.0, 3690.0, 3689.0, 3702.0, 3702.0, 3688.0, 3691.0, 3697.0, 3688.0, 3689.0, 3690.0, 3687.0, 3690.0, 3700.0, 3686.0, 3688.0, 3688.0, 3679.0, 3700.0, 3690.0, 3692.0, 3691.0, 3689.0, 3689.0, 3687.0, 3692.0, 3690.0, 3701.0, 3698.0, 3689.0, 3686.0, 3691.0, 3688.0, 3690.0, 3700.0, 3685.0, 3687.0, 3687.0, 3688.0, 3678.0, 3689.0, 3689.0, 3689.0, 3689.0, 3689.0, 3688.0, 3700.0, 3711.0, 3690.0, 3689.0, 3700.0, 3690.0, 3679.0, 3689.0, 3698.0, 3689.0, 3699.0, 3701.0, 3701.0, 3700.0, 3698.0, 3689.0, 3687.0, 3687.0, 3686.0, 3686.0, 3688.0, 3689.0, 3689.0, 3698.0, 3689.0, 3700.0, 3702.0, 3701.0, 3690.0, 3690.0, 3689.0, 3689.0, 3689.0, 3700.0, 3700.0, 3689.0, 3689.0, 3688.0, 3689.0, 3688.0, 3688.0, 3698.0, 3687.0, 3685.0, 3687.0, 3686.0, 3688.0, 3686.0, 3686.0, 3685.0, 3675.0, 3686.0, 3687.0, 3687.0, 3687.0, 3686.0, 3689.0, 3689.0, 3687.0, 3688.0, 3698.0, 3690.0, 3689.0, 3688.0, 3686.0, 3688.0, 3687.0, 3687.0, 3689.0, 3687.0, 3699.0, 3689.0, 3687.0, 3687.0, 3688.0, 3688.0, 3688.0, 3688.0, 3687.0, 3688.0, 3688.0, 3687.0, 3688.0, 3686.0, 3690.0, 3699.0, 3689.0, 3700.0, 3687.0, 3687.0, 3688.0, 3688.0, 3688.0, 3687.0, 3700.0, 3697.0, 3688.0, 3686.0, 3686.0, 3686.0, 3688.0, 3676.0, 3689.0, 3686.0, 3686.0, 3676.0, 3688.0, 3689.0, 3688.0, 3688.0, 3689.0, 3689.0, 3685.0, 3689.0, 3700.0, 3689.0, 3698.0, 3689.0, 3687.0, 3688.0, 3686.0, 3689.0, 3688.0, 3687.0, 3688.0, 3689.0, 3688.0, 3701.0, 3701.0, 3701.0, 3701.0, 3700.0, 3687.0, 3688.0, 3700.0, 3690.0, 3688.0, 3685.0, 3686.0, 3686.0, 3686.0, 3688.0, 3688.0, 3688.0, 3688.0, 3689.0, 3689.0, 3698.0, 3700.0, 3689.0, 3701.0, 3699.0, 3688.0, 3687.0, 3688.0, 3689.0, 3702.0, 3690.0, 3691.0, 3690.0, 3686.0, 3688.0, 3696.0, 3689.0, 3688.0, 3690.0, 3699.0, 3687.0, 3687.0, 3684.0, 3689.0, 3687.0, 3684.0, 3690.0, 3689.0, 3698.0, 3700.0, 3699.0, 3690.0, 3691.0, 3698.0, 3689.0, 3700.0, 3702.0, 3700.0, 3690.0, 3700.0, 3689.0, 3687.0, 3684.0, 3688.0, 3688.0, 3685.0, 3687.0, 3684.0, 3675.0, 3674.0, 3686.0, 3687.0, 3688.0, 3686.0, 3688.0, 3687.0, 3686.0, 3687.0, 3687.0, 3687.0, 3688.0, 3687.0, 3687.0, 3687.0, 3687.0, 3687.0, 3699.0, 3686.0, 3687.0, 3688.0, 3687.0, 3687.0, 3687.0, 3701.0, 3688.0, 3688.0, 3699.0, 3698.0, 3689.0, 3689.0, 3688.0, 3700.0, 3689.0, 3689.0, 3689.0, 3688.0, 3688.0, 3696.0, 3689.0, 3687.0, 3688.0, 3687.0, 3685.0, 3676.0, 3685.0, 3689.0, 3699.0, 3687.0, 3698.0, 3688.0, 3685.0, 3687.0, 3687.0, 3687.0, 3688.0, 3700.0, 3688.0, 3688.0, 3689.0, 3699.0, 3698.0, 3700.0, 3689.0, 3689.0, 3687.0, 3687.0, 3699.0, 3688.0, 3685.0, 3688.0, 3676.0, 3687.0, 3686.0, 3687.0, 3688.0, 3685.0, 3689.0, 3686.0, 3687.0, 3687.0, 3687.0, 3688.0, 3687.0, 3688.0, 3685.0, 3686.0, 3686.0, 3688.0, 3688.0, 3689.0, 3688.0, 3686.0, 3676.0, 3675.0, 3687.0, 3686.0, 3676.0, 3687.0, 3687.0, 3687.0, 3687.0, 3700.0, 3699.0, 3688.0, 3687.0, 3688.0, 3689.0, 3687.0, 3690.0, 3700.0, 3690.0, 3689.0, 3702.0, 3688.0, 3678.0, 3689.0, 3700.0, 3700.0, 3688.0, 3698.0, 3689.0, 3687.0, 3689.0, 3688.0, 3689.0, 3689.0, 3689.0, 3689.0, 3689.0, 3690.0, 3690.0, 3700.0, 3702.0, 3689.0, 3701.0, 3689.0, 3688.0, 3677.0, 3688.0, 3690.0, 3687.0, 3688.0, 3699.0, 3687.0, 3686.0, 3686.0, 3687.0, 3688.0, 3687.0, 3689.0, 3698.0, 3688.0, 3685.0, 3688.0, 3688.0, 3677.0, 3688.0, 3687.0, 3688.0, 3687.0, 3701.0, 3700.0, 3701.0, 3699.0, 3689.0, 3688.0, 3688.0, 3676.0, 3689.0, 3688.0, 3689.0, 3689.0, 3689.0, 3688.0, 3687.0, 3701.0, 3688.0, 3688.0, 3688.0, 3689.0, 3688.0, 3689.0, 3688.0, 3697.0, 3700.0, 3686.0, 3688.0, 3688.0, 3673.0, 3686.0, 3687.0, 3688.0, 3687.0, 3686.0, 3687.0, 3685.0, 3675.0, 3687.0, 3688.0, 3688.0, 3687.0, 3688.0, 3687.0, 3688.0, 3689.0, 3689.0, 3690.0, 3687.0, 3687.0, 3689.0, 3687.0, 3687.0, 3686.0, 3685.0, 3689.0, 3688.0, 3685.0, 3687.0, 3687.0, 3687.0, 3689.0, 3686.0, 3687.0, 3689.0, 3688.0, 3683.0, 3688.0, 3688.0, 3691.0, 3689.0, 3688.0, 3701.0, 3688.0, 3685.0, 3689.0, 3685.0, 3691.0, 3689.0, 3688.0, 3689.0, 3698.0, 3689.0, 3700.0, 3701.0, 3699.0, 3688.0, 3702.0, 3689.0, 3690.0, 3689.0, 3701.0, 3691.0, 3689.0, 3689.0, 3688.0, 3689.0], 'WindowWidth': [8297.0, 8267.0, 8243.0, 8250.0, 8251.0, 8228.0, 8233.0, 8237.0, 8249.0, 8268.0, 8250.0, 8275.0, 8264.0, 8252.0, 8283.0, 8285.0, 8283.0, 8275.0, 8256.0, 8288.0, 8271.0, 8290.0, 8294.0, 8319.0, 8317.0, 8302.0, 8326.0, 8301.0, 8318.0, 8304.0, 8300.0, 8283.0, 8302.0, 8320.0, 8303.0, 8317.0, 8328.0, 8310.0, 8307.0, 8307.0, 8320.0, 8307.0, 8321.0, 8306.0, 8318.0, 8306.0, 8302.0, 8306.0, 8321.0, 8305.0, 8322.0, 8331.0, 8333.0, 8332.0, 8316.0, 8320.0, 8329.0, 8329.0, 8331.0, 8330.0, 8336.0, 8351.0, 8332.0, 8332.0, 8313.0, 8309.0, 8325.0, 8315.0, 8323.0, 8330.0, 8333.0, 8350.0, 8330.0, 8332.0, 8330.0, 8327.0, 8356.0, 8337.0, 8353.0, 8329.0, 8333.0, 8318.0, 8334.0, 8360.0, 8335.0, 8335.0, 8336.0, 8332.0, 8328.0, 8332.0, 8331.0, 8357.0, 8342.0, 8336.0, 8335.0, 8349.0, 8336.0, 8336.0, 8362.0, 8340.0, 8352.0, 8355.0, 8337.0, 8338.0, 8334.0, 8337.0, 8337.0, 8357.0, 8351.0, 8335.0, 8318.0, 8310.0, 8313.0, 8322.0, 8313.0, 8333.0, 8331.0, 8309.0, 8331.0, 8324.0, 8326.0, 8327.0, 8348.0, 8342.0, 8335.0, 8332.0, 8324.0, 8333.0, 8328.0, 8350.0, 8339.0, 8318.0, 8334.0, 8326.0, 8328.0, 8327.0, 8332.0, 8336.0, 8318.0, 8332.0, 8329.0, 8331.0, 8328.0, 8333.0, 8335.0, 8317.0, 8337.0, 8332.0, 8331.0, 8331.0, 8320.0, 8364.0, 8354.0, 8353.0, 8335.0, 8330.0, 8336.0, 8330.0, 8337.0, 8333.0, 8354.0, 8340.0, 8337.0, 8337.0, 8350.0, 8345.0, 8345.0, 8349.0, 8363.0, 8327.0, 8327.0, 8326.0, 8336.0, 8329.0, 8316.0, 8327.0, 8318.0, 8320.0, 8328.0, 8348.0, 8330.0, 8309.0, 8334.0, 8328.0, 8348.0, 8316.0, 8317.0, 8334.0, 8332.0, 8355.0, 8343.0, 8329.0, 8326.0, 8329.0, 8332.0, 8328.0, 8328.0, 8327.0, 8327.0, 8327.0, 8331.0, 8350.0, 8331.0, 8325.0, 8328.0, 8326.0, 8328.0, 8328.0, 8351.0, 8350.0, 8325.0, 8331.0, 8328.0, 8325.0, 8324.0, 8327.0, 8328.0, 8330.0, 8325.0, 8309.0, 8306.0, 8321.0, 8305.0, 8320.0, 8332.0, 8329.0, 8331.0, 8331.0, 8323.0, 8328.0, 8326.0, 8328.0, 8327.0, 8345.0, 8326.0, 8309.0, 8307.0, 8326.0, 8330.0, 8351.0, 8330.0, 8326.0, 8326.0, 8310.0, 8327.0, 8330.0, 8332.0, 8333.0, 8331.0, 8324.0, 8330.0, 8332.0, 8335.0, 8337.0, 8331.0, 8333.0, 8313.0, 8325.0, 8311.0, 8333.0, 8337.0, 8329.0, 8332.0, 8310.0, 8328.0, 8326.0, 8324.0, 8330.0, 8327.0, 8333.0, 8322.0, 8325.0, 8311.0, 8321.0, 8329.0, 8324.0, 8329.0, 8327.0, 8329.0, 8312.0, 8335.0, 8357.0, 8333.0, 8336.0, 8318.0, 8347.0, 8331.0, 8350.0, 8354.0, 8338.0, 8319.0, 8329.0, 8329.0, 8334.0, 8333.0, 8334.0, 8326.0, 8349.0, 8333.0, 8335.0, 8331.0, 8354.0, 8361.0, 8356.0, 8353.0, 8352.0, 8345.0, 8327.0, 8315.0, 8329.0, 8334.0, 8333.0, 8347.0, 8329.0, 8308.0, 8309.0, 8321.0, 8328.0, 8327.0, 8328.0, 8324.0, 8320.0, 8323.0, 8306.0, 8325.0, 8327.0, 8327.0, 8308.0, 8311.0, 8307.0, 8310.0, 8312.0, 8327.0, 8333.0, 8315.0, 8330.0, 8328.0, 8328.0, 8326.0, 8328.0, 8330.0, 8315.0, 8323.0, 8328.0, 8323.0, 8329.0, 8331.0, 8354.0, 8333.0, 8351.0, 8332.0, 8332.0, 8332.0, 8330.0, 8338.0, 8336.0, 8335.0, 8352.0, 8349.0, 8329.0, 8330.0, 8329.0, 8351.0, 8332.0, 8350.0, 8333.0, 8347.0, 8330.0, 8344.0, 8333.0, 8346.0, 8349.0, 8335.0, 8333.0, 8332.0, 8331.0, 8350.0, 8351.0, 8330.0, 8335.0, 8339.0, 8327.0, 8327.0, 8333.0, 8326.0, 8331.0, 8344.0, 8323.0, 8326.0, 8326.0, 8318.0, 8346.0, 8332.0, 8340.0, 8334.0, 8331.0, 8330.0, 8329.0, 8337.0, 8334.0, 8350.0, 8342.0, 8329.0, 8324.0, 8335.0, 8329.0, 8332.0, 8346.0, 8321.0, 8324.0, 8326.0, 8327.0, 8314.0, 8331.0, 8329.0, 8329.0, 8328.0, 8331.0, 8330.0, 8347.0, 8363.0, 8333.0, 8329.0, 8347.0, 8332.0, 8317.0, 8332.0, 8343.0, 8331.0, 8343.0, 8349.0, 8349.0, 8346.0, 8341.0, 8329.0, 8324.0, 8324.0, 8322.0, 8324.0, 8327.0, 8331.0, 8328.0, 8340.0, 8329.0, 8348.0, 8355.0, 8352.0, 8334.0, 8334.0, 8330.0, 8329.0, 8331.0, 8347.0, 8347.0, 8330.0, 8327.0, 8326.0, 8328.0, 8327.0, 8326.0, 8341.0, 8324.0, 8318.0, 8322.0, 8320.0, 8326.0, 8323.0, 8323.0, 8319.0, 8305.0, 8319.0, 8322.0, 8325.0, 8325.0, 8324.0, 8329.0, 8329.0, 8324.0, 8327.0, 8341.0, 8332.0, 8330.0, 8327.0, 8323.0, 8326.0, 8323.0, 8325.0, 8330.0, 8326.0, 8342.0, 8330.0, 8323.0, 8324.0, 8328.0, 8327.0, 8328.0, 8327.0, 8324.0, 8329.0, 8326.0, 8325.0, 8326.0, 8323.0, 8333.0, 8344.0, 8329.0, 8348.0, 8325.0, 8324.0, 8325.0, 8328.0, 8330.0, 8324.0, 8347.0, 8339.0, 8327.0, 8322.0, 8322.0, 8321.0, 8327.0, 8307.0, 8329.0, 8321.0, 8320.0, 8307.0, 8328.0, 8331.0, 8329.0, 8327.0, 8329.0, 8330.0, 8322.0, 8331.0, 8345.0, 8331.0, 8344.0, 8329.0, 8324.0, 8326.0, 8322.0, 8331.0, 8325.0, 8328.0, 8327.0, 8330.0, 8328.0, 8350.0, 8348.0, 8350.0, 8350.0, 8348.0, 8326.0, 8329.0, 8347.0, 8331.0, 8327.0, 8322.0, 8323.0, 8321.0, 8320.0, 8328.0, 8328.0, 8328.0, 8328.0, 8330.0, 8330.0, 8340.0, 8347.0, 8332.0, 8348.0, 8344.0, 8328.0, 8325.0, 8328.0, 8330.0, 8352.0, 8334.0, 8338.0, 8333.0, 8323.0, 8327.0, 8336.0, 8331.0, 8328.0, 8332.0, 8343.0, 8325.0, 8323.0, 8319.0, 8330.0, 8325.0, 8320.0, 8333.0, 8330.0, 8340.0, 8346.0, 8344.0, 8335.0, 8335.0, 8342.0, 8332.0, 8346.0, 8352.0, 8348.0, 8333.0, 8346.0, 8329.0, 8324.0, 8317.0, 8327.0, 8327.0, 8320.0, 8323.0, 8315.0, 8304.0, 8302.0, 8322.0, 8324.0, 8326.0, 8322.0, 8327.0, 8322.0, 8322.0, 8322.0, 8327.0, 8324.0, 8327.0, 8326.0, 8323.0, 8323.0, 8324.0, 8325.0, 8344.0, 8323.0, 8326.0, 8327.0, 8324.0, 8324.0, 8324.0, 8350.0, 8329.0, 8328.0, 8346.0, 8342.0, 8329.0, 8330.0, 8329.0, 8347.0, 8328.0, 8329.0, 8328.0, 8326.0, 8325.0, 8335.0, 8328.0, 8324.0, 8326.0, 8323.0, 8320.0, 8307.0, 8320.0, 8330.0, 8343.0, 8325.0, 8342.0, 8327.0, 8321.0, 8324.0, 8326.0, 8325.0, 8326.0, 8346.0, 8327.0, 8327.0, 8329.0, 8346.0, 8343.0, 8344.0, 8332.0, 8328.0, 8325.0, 8324.0, 8343.0, 8329.0, 8321.0, 8327.0, 8308.0, 8321.0, 8320.0, 8325.0, 8326.0, 8320.0, 8328.0, 8321.0, 8323.0, 8324.0, 8324.0, 8327.0, 8325.0, 8326.0, 8319.0, 8321.0, 8321.0, 8327.0, 8326.0, 8328.0, 8326.0, 8320.0, 8308.0, 8305.0, 8326.0, 8323.0, 8310.0, 8325.0, 8323.0, 8324.0, 8322.0, 8344.0, 8342.0, 8328.0, 8325.0, 8327.0, 8327.0, 8324.0, 8331.0, 8347.0, 8334.0, 8329.0, 8352.0, 8327.0, 8314.0, 8328.0, 8345.0, 8348.0, 8328.0, 8342.0, 8329.0, 8326.0, 8327.0, 8326.0, 8330.0, 8329.0, 8329.0, 8330.0, 8330.0, 8334.0, 8334.0, 8349.0, 8351.0, 8330.0, 8350.0, 8328.0, 8327.0, 8311.0, 8326.0, 8335.0, 8326.0, 8325.0, 8343.0, 8324.0, 8321.0, 8322.0, 8324.0, 8328.0, 8325.0, 8331.0, 8340.0, 8326.0, 8317.0, 8326.0, 8326.0, 8312.0, 8329.0, 8326.0, 8328.0, 8326.0, 8348.0, 8347.0, 8348.0, 8344.0, 8330.0, 8325.0, 8325.0, 8309.0, 8330.0, 8328.0, 8330.0, 8330.0, 8327.0, 8326.0, 8324.0, 8349.0, 8327.0, 8329.0, 8327.0, 8328.0, 8326.0, 8328.0, 8327.0, 8342.0, 8345.0, 8323.0, 8327.0, 8325.0, 8301.0, 8322.0, 8324.0, 8326.0, 8322.0, 8321.0, 8322.0, 8319.0, 8305.0, 8324.0, 8328.0, 8326.0, 8325.0, 8329.0, 8324.0, 8328.0, 8329.0, 8329.0, 8334.0, 8327.0, 8325.0, 8329.0, 8322.0, 8323.0, 8320.0, 8321.0, 8329.0, 8325.0, 8319.0, 8324.0, 8323.0, 8323.0, 8331.0, 8324.0, 8326.0, 8329.0, 8327.0, 8316.0, 8326.0, 8325.0, 8335.0, 8329.0, 8328.0, 8349.0, 8329.0, 8322.0, 8329.0, 8324.0, 8335.0, 8329.0, 8329.0, 8331.0, 8342.0, 8330.0, 8345.0, 8350.0, 8344.0, 8329.0, 8351.0, 8330.0, 8332.0, 8331.0, 8349.0, 8336.0, 8331.0, 8330.0, 8329.0, 8330.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.0025659174311926606</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020988515366972476</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.155834062307655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2562667636854177</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0361057347187135</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4959</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5239.9727</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08518691848654641</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.522935779816514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.328552307071015</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.246706764616155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5241761216371335</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.214774034959757</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119425</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008819741196930408</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023530129343271255</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.249218920213432</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>24.3443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8528</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.1966</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292217.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.3894</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2328</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>423.3557</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2879.8389</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3005.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84327.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3705.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>707.1846</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.12592993909493</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> |