=== 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-0070 --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-0070",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0070_ses-04_task-social_acq-mb8_run-06_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-0070_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-06_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-0070/ses-04/func/sub-0070_ses-04_task-social_acq-mb8_run-06_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>66975f532c2b1f5b5c21afedd3aa4232</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:19:48.760000</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</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-06_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.0885732</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7765, -7269, 465, -24, -294, 55, 62]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>276.163</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a1679a93-4ac0-49ab-9921-55e05b39fece||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['131948.760000', '131949.220000', '131949.680000', '131950.140000', '131950.600000', '131951.060000', '131951.520000', '131951.980000', '131952.440000', '131952.900000', '131953.360000', '131953.820000', '131954.280000', '131954.740000', '131955.200000', '131955.660000', '131956.120000', '131956.580000', '131957.040000', '131957.500000', '131957.960000', '131958.420000', '131958.880000', '131959.340000', '131959.800000', '132000.260000', '132000.720000', '132001.180000', '132001.640000', '132002.100000', '132002.560000', '132003.020000', '132003.480000', '132003.940000', '132004.400000', '132004.860000', '132005.320000', '132005.780000', '132006.240000', '132006.700000', '132007.160000', '132007.620000', '132008.080000', '132008.540000', '132009.000000', '132009.460000', '132009.920000', '132010.380000', '132010.840000', '132011.300000', '132011.760000', '132012.220000', '132012.680000', '132013.140000', '132013.600000', '132014.060000', '132014.520000', '132014.980000', '132015.440000', '132015.900000', '132016.360000', '132016.820000', '132017.280000', '132017.740000', '132018.200000', '132018.660000', '132019.120000', '132019.580000', '132020.040000', '132020.500000', '132020.960000', '132021.420000', '132021.880000', '132022.340000', '132022.800000', '132023.260000', '132023.720000', '132024.180000', '132024.640000', '132025.100000', '132025.560000', '132026.020000', '132026.480000', '132026.940000', '132027.400000', '132027.860000', '132028.320000', '132028.780000', '132029.240000', '132029.700000', '132030.160000', '132030.620000', '132031.080000', '132031.540000', '132032.000000', '132032.460000', '132032.920000', '132033.380000', '132033.840000', '132034.300000', '132034.760000', '132035.220000', '132035.680000', '132036.140000', '132036.600000', '132037.060000', '132037.520000', '132037.980000', '132038.440000', '132038.900000', '132039.360000', '132039.820000', '132040.280000', '132040.740000', '132041.200000', '132041.660000', '132042.120000', '132042.580000', '132043.040000', '132043.500000', '132043.960000', '132044.420000', '132044.880000', '132045.340000', '132045.800000', '132046.260000', '132046.720000', '132047.180000', '132047.640000', '132048.100000', '132048.560000', '132049.020000', '132049.480000', '132049.940000', '132050.400000', '132050.860000', '132051.320000', '132051.780000', '132052.240000', '132052.700000', '132053.160000', '132053.620000', '132054.080000', '132054.540000', '132055.000000', '132055.460000', '132055.920000', '132056.380000', '132056.840000', '132057.300000', '132057.760000', '132058.220000', '132058.680000', '132059.140000', '132059.600000', '132100.060000', '132100.520000', '132100.980000', '132101.440000', '132101.900000', '132102.360000', '132102.820000', '132103.280000', '132103.740000', '132104.200000', '132104.660000', '132105.120000', '132105.580000', '132106.040000', '132106.500000', '132106.960000', '132107.420000', '132107.880000', '132108.340000', '132108.800000', '132109.260000', '132109.720000', '132110.180000', '132110.640000', '132111.100000', '132111.560000', '132112.020000', '132112.480000', '132112.940000', '132113.400000', '132113.860000', '132114.320000', '132114.780000', '132115.240000', '132115.700000', '132116.160000', '132116.620000', '132117.080000', '132117.540000', '132118.000000', '132118.460000', '132118.920000', '132119.380000', '132119.840000', '132120.300000', '132120.760000', '132121.220000', '132121.680000', '132122.140000', '132122.600000', '132123.060000', '132123.520000', '132123.980000', '132124.440000', '132124.900000', '132125.360000', '132125.820000', '132126.280000', '132126.740000', '132127.200000', '132127.660000', '132128.120000', '132128.580000', '132129.040000', '132129.500000', '132129.960000', '132130.420000', '132130.880000', '132131.340000', '132131.800000', '132132.260000', '132132.720000', '132133.180000', '132133.640000', '132134.100000', '132134.560000', '132135.020000', '132135.480000', '132135.940000', '132136.400000', '132136.860000', '132137.320000', '132137.780000', '132138.240000', '132138.700000', '132139.160000', '132139.620000', '132140.080000', '132140.540000', '132141.000000', '132141.460000', '132141.920000', '132142.380000', '132142.840000', '132143.300000', '132143.760000', '132144.220000', '132144.680000', '132145.140000', '132145.600000', '132146.060000', '132146.520000', '132146.980000', '132147.440000', '132147.900000', '132148.360000', '132148.820000', '132149.280000', '132149.740000', '132150.200000', '132150.660000', '132151.120000', '132151.580000', '132152.040000', '132152.500000', '132152.960000', '132153.420000', '132153.880000', '132154.340000', '132154.800000', '132155.260000', '132155.720000', '132156.180000', '132156.640000', '132157.100000', '132157.560000', '132158.020000', '132158.480000', '132158.940000', '132159.400000', '132159.860000', '132200.320000', '132200.780000', '132201.240000', '132201.700000', '132202.160000', '132202.620000', '132203.080000', '132203.540000', '132204.000000', '132204.460000', '132204.920000', '132205.380000', '132205.840000', '132206.300000', '132206.760000', '132207.220000', '132207.680000', '132208.140000', '132208.600000', '132209.060000', '132209.520000', '132209.980000', '132210.440000', '132210.900000', '132211.360000', '132211.820000', '132212.280000', '132212.740000', '132213.200000', '132213.660000', '132214.120000', '132214.580000', '132215.040000', '132215.500000', '132215.960000', '132216.420000', '132216.880000', '132217.340000', '132217.800000', '132218.260000', '132218.720000', '132219.180000', '132219.640000', '132220.100000', '132220.560000', '132221.020000', '132221.480000', '132221.940000', '132222.400000', '132222.860000', '132223.320000', '132223.780000', '132224.240000', '132224.700000', '132225.160000', '132225.620000', '132226.080000', '132226.540000', '132227.000000', '132227.460000', '132227.920000', '132228.380000', '132228.840000', '132229.300000', '132229.760000', '132230.220000', '132230.680000', '132231.140000', '132231.600000', '132232.060000', '132232.520000', '132232.980000', '132233.440000', '132233.900000', '132234.360000', '132234.820000', '132235.280000', '132235.740000', '132236.200000', '132236.660000', '132237.120000', '132237.580000', '132238.040000', '132238.500000', '132238.960000', '132239.420000', '132239.880000', '132240.340000', '132240.800000', '132241.260000', '132241.720000', '132242.180000', '132242.640000', '132243.100000', '132243.560000', '132244.020000', '132244.480000', '132244.940000', '132245.400000', '132245.860000', '132246.320000', '132246.780000', '132247.240000', '132247.700000', '132248.160000', '132248.620000', '132249.080000', '132249.540000', '132250.000000', '132250.460000', '132250.920000', '132251.380000', '132251.840000', '132252.300000', '132252.760000', '132253.220000', '132253.680000', '132254.140000', '132254.600000', '132255.060000', '132255.520000', '132255.980000', '132256.440000', '132256.900000', '132257.360000', '132257.820000', '132258.280000', '132258.740000', '132259.200000', '132259.660000', '132300.120000', '132300.580000', '132301.040000', '132301.500000', '132301.960000', '132302.420000', '132302.880000', '132303.340000', '132303.800000', '132304.260000', '132304.720000', '132305.180000', '132305.640000', '132306.100000', '132306.560000', '132307.020000', '132307.480000', '132307.940000', '132308.400000', '132308.860000', '132309.320000', '132309.780000', '132310.240000', '132310.700000', '132311.160000', '132311.620000', '132312.080000', '132312.540000', '132313.000000', '132313.460000', '132313.920000', '132314.380000', '132314.840000', '132315.300000', '132315.760000', '132316.220000', '132316.680000', '132317.140000', '132317.600000', '132318.060000', '132318.520000', '132318.980000', '132319.440000', '132319.900000', '132320.360000', '132320.820000', '132321.280000', '132321.740000', '132322.200000', '132322.660000', '132323.120000', '132323.580000', '132324.040000', '132324.500000', '132324.960000', '132325.420000', '132325.880000', '132326.340000', '132326.800000', '132327.260000', '132327.720000', '132328.180000', '132328.640000', '132329.100000', '132329.560000', '132330.020000', '132330.480000', '132330.940000', '132331.400000', '132331.860000', '132332.320000', '132332.780000', '132333.240000', '132333.700000', '132334.160000', '132334.620000', '132335.080000', '132335.540000', '132336.000000', '132336.460000', '132336.920000', '132337.380000', '132337.840000', '132338.300000', '132338.760000', '132339.220000', '132339.680000', '132340.140000', '132340.600000', '132341.060000', '132341.520000', '132341.980000', '132342.440000', '132342.900000', '132343.360000', '132343.820000', '132344.280000', '132344.740000', '132345.200000', '132345.660000', '132346.120000', '132346.580000', '132347.040000', '132347.500000', '132347.960000', '132348.420000', '132348.880000', '132349.340000', '132349.800000', '132350.260000', '132350.720000', '132351.180000', '132351.640000', '132352.100000', '132352.560000', '132353.020000', '132353.480000', '132353.940000', '132354.400000', '132354.860000', '132355.320000', '132355.780000', '132356.240000', '132356.700000', '132357.160000', '132357.620000', '132358.080000', '132358.540000', '132359.000000', '132359.460000', '132359.920000', '132400.380000', '132400.840000', '132401.300000', '132401.760000', '132402.220000', '132402.680000', '132403.140000', '132403.600000', '132404.060000', '132404.520000', '132404.980000', '132405.440000', '132405.900000', '132406.360000', '132406.820000', '132407.280000', '132407.740000', '132408.200000', '132408.660000', '132409.120000', '132409.580000', '132410.040000', '132410.500000', '132410.960000', '132411.420000', '132411.880000', '132412.340000', '132412.800000', '132413.260000', '132413.720000', '132414.180000', '132414.640000', '132415.100000', '132415.560000', '132416.020000', '132416.480000', '132416.940000', '132417.400000', '132417.860000', '132418.320000', '132418.780000', '132419.240000', '132419.700000', '132420.160000', '132420.620000', '132421.080000', '132421.540000', '132422.000000', '132422.460000', '132422.920000', '132423.380000', '132423.840000', '132424.300000', '132424.760000', '132425.220000', '132425.680000', '132426.140000', '132426.600000', '132427.060000', '132427.520000', '132427.980000', '132428.440000', '132428.900000', '132429.360000', '132429.820000', '132430.280000', '132430.740000', '132431.200000', '132431.660000', '132432.120000', '132432.580000', '132433.040000', '132433.500000', '132433.960000', '132434.420000', '132434.880000', '132435.340000', '132435.800000', '132436.260000', '132436.720000', '132437.180000', '132437.640000', '132438.100000', '132438.560000', '132439.020000', '132439.480000', '132439.940000', '132440.400000', '132440.860000', '132441.320000', '132441.780000', '132442.240000', '132442.700000', '132443.160000', '132443.620000', '132444.080000', '132444.540000', '132445.000000', '132445.460000', '132445.920000', '132446.380000', '132446.840000', '132447.300000', '132447.760000', '132448.220000', '132448.680000', '132449.140000', '132449.600000', '132450.060000', '132450.520000', '132450.980000', '132451.440000', '132451.900000', '132452.360000', '132452.820000', '132453.280000', '132453.740000', '132454.200000', '132454.660000', '132455.120000', '132455.580000', '132456.040000', '132456.500000', '132456.960000', '132457.420000', '132457.880000', '132458.340000', '132458.800000', '132459.260000', '132459.720000', '132500.180000', '132500.640000', '132501.100000', '132501.560000', '132502.020000', '132502.480000', '132502.940000', '132503.400000', '132503.860000', '132504.320000', '132504.780000', '132505.240000', '132505.700000', '132506.160000', '132506.620000', '132507.080000', '132507.540000', '132508.000000', '132508.460000', '132508.920000', '132509.380000', '132509.840000', '132510.300000', '132510.760000', '132511.220000', '132511.680000', '132512.140000', '132512.600000', '132513.060000', '132513.520000', '132513.980000', '132514.440000', '132514.900000', '132515.360000', '132515.820000', '132516.280000', '132516.740000', '132517.200000', '132517.660000', '132518.120000', '132518.580000', '132519.040000', '132519.500000', '132519.960000', '132520.420000', '132520.880000', '132521.340000', '132521.800000', '132522.260000', '132522.720000', '132523.180000', '132523.640000', '132524.100000', '132524.560000', '132525.020000', '132525.480000', '132525.940000', '132526.400000', '132526.860000', '132527.320000', '132527.780000', '132528.240000', '132528.700000', '132529.160000', '132529.620000', '132530.080000', '132530.540000', '132531.000000', '132531.460000', '132531.920000', '132532.380000', '132532.840000', '132533.300000', '132533.760000', '132534.220000', '132534.680000', '132535.140000', '132535.600000', '132536.060000', '132536.520000', '132536.980000', '132537.440000', '132537.900000', '132538.360000', '132538.820000', '132539.280000', '132539.740000', '132540.200000', '132540.660000', '132541.120000', '132541.580000', '132542.040000', '132542.500000', '132542.960000', '132543.420000', '132543.880000', '132544.340000', '132544.800000', '132545.260000', '132545.720000', '132546.180000', '132546.640000', '132547.100000', '132547.560000', '132548.020000', '132548.480000', '132548.940000', '132549.400000', '132549.860000', '132550.320000', '132550.780000', '132551.240000', '132551.700000', '132552.160000', '132552.620000', '132553.080000', '132553.540000', '132554.000000', '132554.460000', '132554.920000', '132555.380000', '132555.840000', '132556.300000', '132556.760000', '132557.220000', '132557.680000', '132558.140000', '132558.600000', '132559.060000', '132559.520000', '132559.980000', '132600.440000', '132600.900000', '132601.360000', '132601.820000', '132602.280000', '132602.740000', '132603.200000', '132603.660000', '132604.120000', '132604.580000', '132605.040000', '132605.500000', '132605.960000', '132606.420000', '132606.880000', '132607.340000', '132607.800000', '132608.260000', '132608.720000', '132609.180000', '132609.640000', '132610.100000', '132610.560000', '132611.020000', '132611.480000', '132611.940000', '132612.400000', '132612.860000', '132613.320000', '132613.780000', '132614.240000', '132614.700000', '132615.160000', '132615.620000', '132616.080000', '132616.540000', '132617.000000', '132617.460000', '132617.920000', '132618.380000', '132618.840000', '132619.300000', '132619.760000', '132620.220000', '132620.680000', '132621.140000', '132621.600000', '132622.060000', '132622.520000', '132622.980000', '132623.440000', '132623.900000', '132624.360000', '132624.820000', '132625.280000', '132625.740000', '132626.200000', '132626.660000', '132627.120000', '132627.580000', '132628.040000', '132628.500000', '132628.960000', '132629.420000'], 'ContentTime': ['131958.577000', '131958.580000', '131958.583000', '131958.585000', '131958.588000', '131958.591000', '131958.593000', '131958.596000', '131958.599000', '131958.608000', '131958.611000', '131958.613000', '131958.616000', '131958.621000', '131958.623000', '131958.626000', '131958.628000', '131958.631000', '131958.633000', '131958.636000', '132018.548000', '132018.551000', '132018.554000', '132018.556000', '132018.559000', '132018.562000', '132018.564000', '132018.567000', '132018.569000', '132018.572000', '132018.575000', '132018.577000', '132018.580000', '132018.582000', '132018.585000', '132018.587000', '132018.590000', '132018.593000', '132018.595000', '132018.598000', '132018.600000', '132018.603000', '132018.605000', '132018.608000', '132018.610000', '132018.613000', '132018.615000', '132018.623000', '132018.625000', '132018.628000', '132018.630000', '132018.633000', '132018.641000', '132018.643000', '132018.646000', '132018.648000', '132018.651000', '132018.653000', '132018.656000', '132018.658000', '132018.661000', '132018.664000', '132018.666000', '132038.549000', '132038.552000', '132038.555000', '132038.557000', '132038.560000', '132038.562000', '132038.565000', '132038.568000', '132038.570000', '132038.573000', '132038.575000', '132038.578000', '132038.580000', '132038.583000', '132038.585000', '132038.588000', '132038.590000', '132038.593000', '132038.596000', '132038.598000', '132038.601000', '132038.603000', '132038.606000', '132038.608000', '132038.611000', '132038.613000', '132038.616000', '132038.618000', '132038.621000', '132038.623000', '132038.626000', '132038.629000', '132038.631000', '132038.634000', '132038.636000', '132038.639000', '132038.641000', '132038.644000', '132038.647000', '132038.649000', '132038.652000', '132038.654000', '132038.657000', '132038.659000', '132058.550000', '132058.552000', '132058.555000', '132058.557000', '132058.560000', '132058.563000', '132058.565000', '132058.568000', '132058.570000', '132058.573000', '132058.575000', '132058.578000', '132058.581000', '132058.583000', '132058.586000', '132058.588000', '132058.591000', '132058.594000', '132058.596000', '132058.599000', '132058.601000', '132058.614000', '132058.616000', '132058.619000', '132058.621000', '132058.624000', '132058.626000', '132058.629000', '132058.631000', '132058.634000', '132058.637000', '132058.639000', '132058.642000', '132058.644000', '132058.647000', '132058.650000', '132058.652000', '132058.655000', '132058.657000', '132058.660000', '132058.662000', '132058.665000', '132058.667000', '132118.549000', '132118.552000', '132118.555000', '132118.557000', '132118.560000', '132118.562000', '132118.565000', '132118.567000', '132118.570000', '132118.573000', '132118.575000', '132118.578000', '132118.580000', '132118.583000', '132118.586000', '132118.588000', '132118.591000', '132118.593000', '132118.596000', '132118.620000', '132118.623000', '132118.626000', '132118.628000', '132118.631000', '132118.633000', '132118.636000', '132118.638000', '132118.641000', '132118.644000', '132118.646000', '132118.649000', '132118.651000', '132118.654000', '132118.656000', '132118.659000', '132118.662000', '132118.664000', '132118.667000', '132118.669000', '132118.672000', '132118.674000', '132118.677000', '132118.679000', '132118.682000', '132138.550000', '132138.552000', '132138.555000', '132138.558000', '132138.560000', '132138.563000', '132138.566000', '132138.568000', '132138.571000', '132138.573000', '132138.576000', '132138.578000', '132138.581000', '132138.584000', '132138.586000', '132138.589000', '132138.592000', '132138.594000', '132138.597000', '132138.599000', '132138.602000', '132138.605000', '132138.607000', '132138.610000', '132138.612000', '132138.615000', '132138.617000', '132138.620000', '132138.622000', '132138.625000', '132138.628000', '132138.630000', '132138.633000', '132138.635000', '132138.638000', '132138.640000', '132138.643000', '132138.646000', '132138.648000', '132138.651000', '132138.653000', '132138.656000', '132138.658000', '132158.549000', '132158.552000', '132158.555000', '132158.557000', '132158.560000', '132158.563000', '132158.565000', '132158.568000', '132158.570000', '132158.573000', '132158.575000', '132158.578000', '132158.581000', '132158.583000', '132158.586000', '132158.589000', '132158.591000', '132158.594000', '132158.596000', '132158.599000', '132158.602000', '132158.604000', '132158.607000', '132158.609000', '132158.612000', '132158.614000', '132158.617000', '132158.620000', '132158.622000', '132158.625000', '132158.627000', '132158.630000', '132158.633000', '132158.635000', '132158.638000', '132158.640000', '132158.643000', '132158.645000', '132158.648000', '132158.651000', '132158.653000', '132158.656000', '132158.658000', '132158.661000', '132218.549000', '132218.551000', '132218.554000', '132218.556000', '132218.559000', '132218.562000', '132218.564000', '132218.567000', '132218.569000', '132218.572000', '132218.575000', '132218.577000', '132218.580000', '132218.582000', '132218.585000', '132218.587000', '132218.590000', '132218.593000', '132218.595000', '132218.598000', '132218.601000', '132218.603000', '132218.606000', '132218.608000', '132218.611000', '132218.614000', '132218.616000', '132218.619000', '132218.621000', '132218.624000', '132218.631000', '132218.633000', '132218.636000', '132218.639000', '132218.641000', '132218.644000', '132218.646000', '132218.649000', '132218.652000', '132218.654000', '132218.657000', '132218.659000', '132218.662000', '132238.548000', '132238.551000', '132238.554000', '132238.556000', '132238.559000', '132238.562000', '132238.564000', '132238.567000', '132238.569000', '132238.572000', '132238.574000', '132238.578000', '132238.581000', '132238.584000', '132238.586000', '132238.589000', '132238.592000', '132238.594000', '132238.597000', '132238.600000', '132238.602000', '132238.605000', '132238.607000', '132238.610000', '132238.612000', '132238.615000', '132238.618000', '132238.620000', '132238.623000', '132238.625000', '132238.628000', '132238.631000', '132238.633000', '132238.636000', '132238.639000', '132238.641000', '132238.644000', '132238.646000', '132238.649000', '132238.652000', '132238.654000', '132238.657000', '132238.659000', '132238.662000', '132258.558000', '132258.561000', '132258.564000', '132258.566000', '132258.569000', '132258.572000', '132258.574000', '132258.577000', '132258.579000', '132258.582000', '132258.585000', '132258.587000', '132258.590000', '132258.593000', '132258.595000', '132258.598000', '132258.600000', '132258.603000', '132258.606000', '132258.608000', '132258.611000', '132258.613000', '132258.616000', '132258.619000', '132258.621000', '132258.624000', '132258.626000', '132258.629000', '132258.632000', '132258.634000', '132258.637000', '132258.639000', '132258.642000', '132258.645000', '132258.647000', '132258.650000', '132258.652000', '132258.655000', '132258.657000', '132258.660000', '132258.663000', '132258.665000', '132258.668000', '132318.550000', '132318.552000', '132318.555000', '132318.558000', '132318.560000', '132318.563000', '132318.567000', '132318.570000', '132318.572000', '132318.575000', '132318.577000', '132318.580000', '132318.583000', '132318.585000', '132318.588000', '132318.591000', '132318.593000', '132318.596000', '132318.599000', '132318.601000', '132318.604000', '132318.606000', '132318.609000', '132318.611000', '132318.614000', '132318.617000', '132318.619000', '132318.622000', '132318.624000', '132318.627000', '132318.629000', '132318.632000', '132318.635000', '132318.637000', '132318.640000', '132318.642000', '132318.645000', '132318.648000', '132318.650000', '132318.653000', '132318.655000', '132318.658000', '132318.661000', '132338.549000', '132338.552000', '132338.555000', '132338.558000', '132338.560000', '132338.563000', '132338.565000', '132338.568000', '132338.570000', '132338.573000', '132338.576000', '132338.578000', '132338.581000', '132338.584000', '132338.586000', '132338.589000', '132338.591000', '132338.594000', '132338.597000', '132338.599000', '132338.602000', '132338.604000', '132338.607000', '132338.609000', '132338.612000', '132338.615000', '132338.617000', '132338.620000', '132338.622000', '132338.625000', '132338.628000', '132338.630000', '132338.633000', '132338.635000', '132338.638000', '132338.641000', '132338.643000', '132338.646000', '132338.648000', '132338.651000', '132338.654000', '132338.656000', '132338.659000', '132338.662000', '132358.549000', '132358.552000', '132358.555000', '132358.557000', '132358.560000', '132358.563000', '132358.565000', '132358.568000', '132358.572000', '132358.574000', '132358.577000', '132358.580000', '132358.582000', '132358.585000', '132358.588000', '132358.590000', '132358.593000', '132358.595000', '132358.598000', '132358.601000', '132358.603000', '132358.606000', '132358.608000', '132358.611000', '132358.613000', '132358.616000', '132358.620000', '132358.623000', '132358.626000', '132358.628000', '132358.631000', '132358.634000', '132358.636000', '132358.639000', '132358.641000', '132358.644000', '132358.647000', '132358.649000', '132358.652000', '132358.654000', '132358.657000', '132358.660000', '132358.662000', '132418.549000', '132418.552000', '132418.555000', '132418.558000', '132418.560000', '132418.563000', '132418.565000', '132418.568000', '132418.571000', '132418.573000', '132418.576000', '132418.578000', '132418.581000', '132418.584000', '132418.586000', '132418.589000', '132418.592000', '132418.594000', '132418.597000', '132418.599000', '132418.602000', '132418.605000', '132418.607000', '132418.610000', '132418.612000', '132418.615000', '132418.618000', '132418.620000', '132418.623000', '132418.625000', '132418.628000', '132418.630000', '132418.633000', '132418.636000', '132418.638000', '132418.641000', '132418.644000', '132418.646000', '132418.649000', '132418.651000', '132418.662000', '132418.665000', '132418.668000', '132418.670000', '132438.548000', '132438.551000', '132438.554000', '132438.556000', '132438.559000', '132438.562000', '132438.565000', '132438.567000', '132438.570000', '132438.572000', '132438.575000', '132438.578000', '132438.581000', '132438.584000', '132438.587000', '132438.589000', '132438.592000', '132438.594000', '132438.597000', '132438.600000', '132438.602000', '132438.605000', '132438.607000', '132438.610000', '132438.612000', '132438.615000', '132438.618000', '132438.620000', '132438.623000', '132438.625000', '132438.628000', '132438.631000', '132438.633000', '132438.636000', '132438.639000', '132438.641000', '132438.644000', '132438.646000', '132438.649000', '132438.651000', '132438.654000', '132438.657000', '132438.659000', '132458.548000', '132458.551000', '132458.554000', '132458.557000', '132458.559000', '132458.562000', '132458.565000', '132458.567000', '132458.570000', '132458.572000', '132458.575000', '132458.578000', '132458.580000', '132458.583000', '132458.585000', '132458.588000', '132458.591000', '132458.593000', '132458.596000', '132458.599000', '132458.601000', '132458.604000', '132458.606000', '132458.609000', '132458.612000', '132458.614000', '132458.617000', '132458.619000', '132458.622000', '132458.625000', '132458.627000', '132458.630000', '132458.632000', '132458.635000', '132458.638000', '132458.640000', '132458.643000', '132458.645000', '132458.648000', '132458.651000', '132458.653000', '132458.656000', '132458.658000', '132458.661000', '132518.549000', '132518.552000', '132518.555000', '132518.557000', '132518.560000', '132518.571000', '132518.574000', '132518.576000', '132518.579000', '132518.582000', '132518.584000', '132518.587000', '132518.589000', '132518.592000', '132518.594000', '132518.597000', '132518.600000', '132518.602000', '132518.605000', '132518.607000', '132518.610000', '132518.612000', '132518.615000', '132518.618000', '132518.620000', '132518.623000', '132518.626000', '132518.629000', '132518.632000', '132518.634000', '132518.637000', '132518.640000', '132518.642000', '132518.645000', '132518.648000', '132518.650000', '132518.653000', '132518.655000', '132518.659000', '132518.661000', '132518.664000', '132518.667000', '132518.669000', '132538.549000', '132538.552000', '132538.555000', '132538.557000', '132538.560000', '132538.563000', '132538.565000', '132538.568000', '132538.571000', '132538.573000', '132538.576000', '132538.578000', '132538.581000', '132538.584000', '132538.586000', '132538.589000', '132538.591000', '132538.594000', '132538.597000', '132538.599000', '132538.602000', '132538.604000', '132538.607000', '132538.610000', '132538.612000', '132538.615000', '132538.617000', '132538.620000', '132538.623000', '132538.625000', '132538.628000', '132538.631000', '132538.633000', '132538.636000', '132538.639000', '132538.641000', '132538.644000', '132538.647000', '132538.649000', '132538.652000', '132538.654000', '132538.657000', '132538.659000', '132538.662000', '132558.550000', '132558.553000', '132558.555000', '132558.558000', '132558.560000', '132558.563000', '132558.565000', '132558.568000', '132558.571000', '132558.573000', '132558.576000', '132558.578000', '132558.581000', '132558.583000', '132558.586000', '132558.589000', '132558.591000', '132558.594000', '132558.596000', '132558.599000', '132558.602000', '132558.604000', '132558.607000', '132558.609000', '132558.612000', '132558.615000', '132558.618000', '132558.621000', '132558.624000', '132558.626000', '132558.629000', '132558.632000', '132558.634000', '132558.637000', '132558.639000', '132558.642000', '132558.645000', '132558.647000', '132558.650000', '132558.652000', '132558.655000', '132558.658000', '132558.660000', '132618.549000', '132618.552000', '132618.555000', '132618.557000', '132618.560000', '132618.562000', '132618.565000', '132618.568000', '132618.570000', '132618.573000', '132618.576000', '132618.578000', '132618.581000', '132618.583000', '132618.586000', '132618.589000', '132618.591000', '132618.594000', '132618.596000', '132618.599000', '132618.602000', '132618.604000', '132618.607000', '132618.609000', '132618.612000', '132618.615000', '132618.617000', '132618.620000', '132618.622000', '132618.625000', '132618.628000', '132618.630000', '132618.633000', '132618.635000', '132618.638000', '132618.641000', '132618.643000', '132618.646000', '132618.648000', '132618.651000', '132618.654000', '132618.656000', '132618.659000', '132618.662000', '132630.371000', '132630.374000', '132630.376000', '132630.379000', '132630.381000', '132630.384000', '132630.386000', '132630.389000', '132630.392000', '132630.394000', '132630.397000', '132630.400000', '132630.402000', '132630.405000', '132630.407000', '132630.410000', '132630.412000', '132630.415000', '132630.418000', '132630.420000', '132630.423000', '132630.425000', '132630.428000', '132630.431000', '132630.433000', '132630.436000'], 'InstanceCreationTime': ['131958.577000', '131958.580000', '131958.583000', '131958.585000', '131958.588000', '131958.591000', '131958.593000', '131958.596000', '131958.599000', '131958.608000', '131958.611000', '131958.613000', '131958.616000', '131958.621000', '131958.623000', '131958.626000', '131958.628000', '131958.631000', '131958.633000', '131958.636000', '132018.548000', '132018.551000', '132018.554000', '132018.556000', '132018.559000', '132018.562000', '132018.564000', '132018.567000', '132018.569000', '132018.572000', '132018.575000', '132018.577000', '132018.580000', '132018.582000', '132018.585000', '132018.587000', '132018.590000', '132018.593000', '132018.595000', '132018.598000', '132018.600000', '132018.603000', '132018.605000', '132018.608000', '132018.610000', '132018.613000', '132018.615000', '132018.623000', '132018.625000', '132018.628000', '132018.630000', '132018.633000', '132018.641000', '132018.643000', '132018.646000', '132018.648000', '132018.651000', '132018.653000', '132018.656000', '132018.658000', '132018.661000', '132018.664000', '132018.666000', '132038.549000', '132038.552000', '132038.555000', '132038.557000', '132038.560000', '132038.562000', '132038.565000', '132038.568000', '132038.570000', '132038.573000', '132038.575000', '132038.578000', '132038.580000', '132038.583000', '132038.585000', '132038.588000', '132038.590000', '132038.593000', '132038.596000', '132038.598000', '132038.601000', '132038.603000', '132038.606000', '132038.608000', '132038.611000', '132038.613000', '132038.616000', '132038.618000', '132038.621000', '132038.623000', '132038.626000', '132038.629000', '132038.631000', '132038.634000', '132038.636000', '132038.639000', '132038.641000', '132038.644000', '132038.647000', '132038.649000', '132038.652000', '132038.654000', '132038.657000', '132038.659000', '132058.550000', '132058.552000', '132058.555000', '132058.557000', '132058.560000', '132058.563000', '132058.565000', '132058.568000', '132058.570000', '132058.573000', '132058.575000', '132058.578000', '132058.581000', '132058.583000', '132058.586000', '132058.588000', '132058.591000', '132058.594000', '132058.596000', '132058.599000', '132058.601000', '132058.614000', '132058.616000', '132058.619000', '132058.621000', '132058.624000', '132058.626000', '132058.629000', '132058.631000', '132058.634000', '132058.637000', '132058.639000', '132058.642000', '132058.644000', '132058.647000', '132058.650000', '132058.652000', '132058.655000', '132058.657000', '132058.660000', '132058.662000', '132058.665000', '132058.667000', '132118.549000', '132118.552000', '132118.555000', '132118.557000', '132118.560000', '132118.562000', '132118.565000', '132118.567000', '132118.570000', '132118.573000', '132118.575000', '132118.578000', '132118.580000', '132118.583000', '132118.586000', '132118.588000', '132118.591000', '132118.593000', '132118.596000', '132118.620000', '132118.623000', '132118.626000', '132118.628000', '132118.631000', '132118.633000', '132118.636000', '132118.638000', '132118.641000', '132118.644000', '132118.646000', '132118.649000', '132118.651000', '132118.654000', '132118.656000', '132118.659000', '132118.662000', '132118.664000', '132118.667000', '132118.669000', '132118.672000', '132118.674000', '132118.677000', '132118.679000', '132118.682000', '132138.550000', '132138.552000', '132138.555000', '132138.558000', '132138.560000', '132138.563000', '132138.566000', '132138.568000', '132138.571000', '132138.573000', '132138.576000', '132138.578000', '132138.581000', '132138.584000', '132138.586000', '132138.589000', '132138.592000', '132138.594000', '132138.597000', '132138.599000', '132138.602000', '132138.605000', '132138.607000', '132138.610000', '132138.612000', '132138.615000', '132138.617000', '132138.620000', '132138.622000', '132138.625000', '132138.628000', '132138.630000', '132138.633000', '132138.635000', '132138.638000', '132138.640000', '132138.643000', '132138.646000', '132138.648000', '132138.651000', '132138.653000', '132138.656000', '132138.658000', '132158.549000', '132158.552000', '132158.555000', '132158.557000', '132158.560000', '132158.563000', '132158.565000', '132158.568000', '132158.570000', '132158.573000', '132158.575000', '132158.578000', '132158.581000', '132158.583000', '132158.586000', '132158.589000', '132158.591000', '132158.594000', '132158.596000', '132158.599000', '132158.602000', '132158.604000', '132158.607000', '132158.609000', '132158.612000', '132158.614000', '132158.617000', '132158.620000', '132158.622000', '132158.625000', '132158.627000', '132158.630000', '132158.633000', '132158.635000', '132158.638000', '132158.640000', '132158.643000', '132158.645000', '132158.648000', '132158.651000', '132158.653000', '132158.656000', '132158.658000', '132158.661000', '132218.549000', '132218.551000', '132218.554000', '132218.556000', '132218.559000', '132218.562000', '132218.564000', '132218.567000', '132218.569000', '132218.572000', '132218.575000', '132218.577000', '132218.580000', '132218.582000', '132218.585000', '132218.587000', '132218.590000', '132218.593000', '132218.595000', '132218.598000', '132218.601000', '132218.603000', '132218.606000', '132218.608000', '132218.611000', '132218.614000', '132218.616000', '132218.619000', '132218.621000', '132218.624000', '132218.631000', '132218.633000', '132218.636000', '132218.639000', '132218.641000', '132218.644000', '132218.646000', '132218.649000', '132218.652000', '132218.654000', '132218.657000', '132218.659000', '132218.662000', '132238.548000', '132238.551000', '132238.554000', '132238.556000', '132238.559000', '132238.562000', '132238.564000', '132238.567000', '132238.569000', '132238.572000', '132238.574000', '132238.578000', '132238.581000', '132238.584000', '132238.586000', '132238.589000', '132238.592000', '132238.594000', '132238.597000', '132238.600000', '132238.602000', '132238.605000', '132238.607000', '132238.610000', '132238.612000', '132238.615000', '132238.618000', '132238.620000', '132238.623000', '132238.625000', '132238.628000', '132238.631000', '132238.633000', '132238.636000', '132238.639000', '132238.641000', '132238.644000', '132238.646000', '132238.649000', '132238.652000', '132238.654000', '132238.657000', '132238.659000', '132238.662000', '132258.558000', '132258.561000', '132258.564000', '132258.566000', '132258.569000', '132258.572000', '132258.574000', '132258.577000', '132258.579000', '132258.582000', '132258.585000', '132258.587000', '132258.590000', '132258.593000', '132258.595000', '132258.598000', '132258.600000', '132258.603000', '132258.606000', '132258.608000', '132258.611000', '132258.613000', '132258.616000', '132258.619000', '132258.621000', '132258.624000', '132258.626000', '132258.629000', '132258.632000', '132258.634000', '132258.637000', '132258.639000', '132258.642000', '132258.645000', '132258.647000', '132258.650000', '132258.652000', '132258.655000', '132258.657000', '132258.660000', '132258.663000', '132258.665000', '132258.668000', '132318.550000', '132318.552000', '132318.555000', '132318.558000', '132318.560000', '132318.563000', '132318.567000', '132318.570000', '132318.572000', '132318.575000', '132318.577000', '132318.580000', '132318.583000', '132318.585000', '132318.588000', '132318.591000', '132318.593000', '132318.596000', '132318.599000', '132318.601000', '132318.604000', '132318.606000', '132318.609000', '132318.611000', '132318.614000', '132318.617000', '132318.619000', '132318.622000', '132318.624000', '132318.627000', '132318.629000', '132318.632000', '132318.635000', '132318.637000', '132318.640000', '132318.642000', '132318.645000', '132318.648000', '132318.650000', '132318.653000', '132318.655000', '132318.658000', '132318.661000', '132338.549000', '132338.552000', '132338.555000', '132338.558000', '132338.560000', '132338.563000', '132338.565000', '132338.568000', '132338.570000', '132338.573000', '132338.576000', '132338.578000', '132338.581000', '132338.584000', '132338.586000', '132338.589000', '132338.591000', '132338.594000', '132338.597000', '132338.599000', '132338.602000', '132338.604000', '132338.607000', '132338.609000', '132338.612000', '132338.615000', '132338.617000', '132338.620000', '132338.622000', '132338.625000', '132338.628000', '132338.630000', '132338.633000', '132338.635000', '132338.638000', '132338.641000', '132338.643000', '132338.646000', '132338.648000', '132338.651000', '132338.654000', '132338.656000', '132338.659000', '132338.662000', '132358.549000', '132358.552000', '132358.555000', '132358.557000', '132358.560000', '132358.563000', '132358.565000', '132358.568000', '132358.572000', '132358.574000', '132358.577000', '132358.580000', '132358.582000', '132358.585000', '132358.588000', '132358.590000', '132358.593000', '132358.595000', '132358.598000', '132358.601000', '132358.603000', '132358.606000', '132358.608000', '132358.611000', '132358.613000', '132358.616000', '132358.620000', '132358.623000', '132358.626000', '132358.628000', '132358.631000', '132358.634000', '132358.636000', '132358.639000', '132358.641000', '132358.644000', '132358.647000', '132358.649000', '132358.652000', '132358.654000', '132358.657000', '132358.660000', '132358.662000', '132418.549000', '132418.552000', '132418.555000', '132418.558000', '132418.560000', '132418.563000', '132418.565000', '132418.568000', '132418.571000', '132418.573000', '132418.576000', '132418.578000', '132418.581000', '132418.584000', '132418.586000', '132418.589000', '132418.592000', '132418.594000', '132418.597000', '132418.599000', '132418.602000', '132418.605000', '132418.607000', '132418.610000', '132418.612000', '132418.615000', '132418.618000', '132418.620000', '132418.623000', '132418.625000', '132418.628000', '132418.630000', '132418.633000', '132418.636000', '132418.638000', '132418.641000', '132418.644000', '132418.646000', '132418.649000', '132418.651000', '132418.662000', '132418.665000', '132418.668000', '132418.670000', '132438.548000', '132438.551000', '132438.554000', '132438.556000', '132438.559000', '132438.562000', '132438.565000', '132438.567000', '132438.570000', '132438.572000', '132438.575000', '132438.578000', '132438.581000', '132438.584000', '132438.587000', '132438.589000', '132438.592000', '132438.594000', '132438.597000', '132438.600000', '132438.602000', '132438.605000', '132438.607000', '132438.610000', '132438.612000', '132438.615000', '132438.618000', '132438.620000', '132438.623000', '132438.625000', '132438.628000', '132438.631000', '132438.633000', '132438.636000', '132438.639000', '132438.641000', '132438.644000', '132438.646000', '132438.649000', '132438.651000', '132438.654000', '132438.657000', '132438.659000', '132458.548000', '132458.551000', '132458.554000', '132458.557000', '132458.559000', '132458.562000', '132458.565000', '132458.567000', '132458.570000', '132458.572000', '132458.575000', '132458.578000', '132458.580000', '132458.583000', '132458.585000', '132458.588000', '132458.591000', '132458.593000', '132458.596000', '132458.599000', '132458.601000', '132458.604000', '132458.606000', '132458.609000', '132458.612000', '132458.614000', '132458.617000', '132458.619000', '132458.622000', '132458.625000', '132458.627000', '132458.630000', '132458.632000', '132458.635000', '132458.638000', '132458.640000', '132458.643000', '132458.645000', '132458.648000', '132458.651000', '132458.653000', '132458.656000', '132458.658000', '132458.661000', '132518.549000', '132518.552000', '132518.555000', '132518.557000', '132518.560000', '132518.571000', '132518.574000', '132518.576000', '132518.579000', '132518.582000', '132518.584000', '132518.587000', '132518.589000', '132518.592000', '132518.594000', '132518.597000', '132518.600000', '132518.602000', '132518.605000', '132518.607000', '132518.610000', '132518.612000', '132518.615000', '132518.618000', '132518.620000', '132518.623000', '132518.626000', '132518.629000', '132518.632000', '132518.634000', '132518.637000', '132518.640000', '132518.642000', '132518.645000', '132518.648000', '132518.650000', '132518.653000', '132518.655000', '132518.659000', '132518.661000', '132518.664000', '132518.667000', '132518.669000', '132538.549000', '132538.552000', '132538.555000', '132538.557000', '132538.560000', '132538.563000', '132538.565000', '132538.568000', '132538.571000', '132538.573000', '132538.576000', '132538.578000', '132538.581000', '132538.584000', '132538.586000', '132538.589000', '132538.591000', '132538.594000', '132538.597000', '132538.599000', '132538.602000', '132538.604000', '132538.607000', '132538.610000', '132538.612000', '132538.615000', '132538.617000', '132538.620000', '132538.623000', '132538.625000', '132538.628000', '132538.631000', '132538.633000', '132538.636000', '132538.639000', '132538.641000', '132538.644000', '132538.647000', '132538.649000', '132538.652000', '132538.654000', '132538.657000', '132538.659000', '132538.662000', '132558.550000', '132558.553000', '132558.555000', '132558.558000', '132558.560000', '132558.563000', '132558.565000', '132558.568000', '132558.571000', '132558.573000', '132558.576000', '132558.578000', '132558.581000', '132558.583000', '132558.586000', '132558.589000', '132558.591000', '132558.594000', '132558.596000', '132558.599000', '132558.602000', '132558.604000', '132558.607000', '132558.609000', '132558.612000', '132558.615000', '132558.618000', '132558.621000', '132558.624000', '132558.626000', '132558.629000', '132558.632000', '132558.634000', '132558.637000', '132558.639000', '132558.642000', '132558.645000', '132558.647000', '132558.650000', '132558.652000', '132558.655000', '132558.658000', '132558.660000', '132618.549000', '132618.552000', '132618.555000', '132618.557000', '132618.560000', '132618.562000', '132618.565000', '132618.568000', '132618.570000', '132618.573000', '132618.576000', '132618.578000', '132618.581000', '132618.583000', '132618.586000', '132618.589000', '132618.591000', '132618.594000', '132618.596000', '132618.599000', '132618.602000', '132618.604000', '132618.607000', '132618.609000', '132618.612000', '132618.615000', '132618.617000', '132618.620000', '132618.622000', '132618.625000', '132618.628000', '132618.630000', '132618.633000', '132618.635000', '132618.638000', '132618.641000', '132618.643000', '132618.646000', '132618.648000', '132618.651000', '132618.654000', '132618.656000', '132618.659000', '132618.662000', '132630.371000', '132630.374000', '132630.376000', '132630.379000', '132630.381000', '132630.384000', '132630.386000', '132630.389000', '132630.392000', '132630.394000', '132630.397000', '132630.400000', '132630.402000', '132630.405000', '132630.407000', '132630.410000', '132630.412000', '132630.415000', '132630.418000', '132630.420000', '132630.423000', '132630.425000', '132630.428000', '132630.431000', '132630.433000', '132630.436000'], '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': [8714, 9221, 12195, 10219, 13516, 9935, 10108, 10358, 12222, 10216, 15381, 9944, 10478, 10016, 10598, 9766, 11282, 8456, 9211, 8267, 9469, 12820, 9787, 10316, 9859, 9946, 10124, 11671, 9590, 8948, 8148, 10237, 10705, 9808, 15100, 9850, 11112, 10407, 12523, 10462, 15623, 11245, 10043, 9650, 8957, 10276, 9806, 9292, 9165, 9060, 9224, 11665, 9819, 13491, 10136, 9957, 10953, 12732, 10427, 12942, 10130, 8399, 9354, 10300, 11478, 9640, 8939, 9805, 11357, 10278, 14613, 10133, 10290, 10121, 8397, 10559, 9998, 9622, 10240, 9212, 10240, 13970, 10220, 12561, 9635, 8902, 9449, 8322, 8734, 9246, 13798, 10191, 9565, 8043, 10493, 11337, 11079, 14561, 11771, 9032, 9549, 9419, 10931, 11440, 10838, 9293, 9196, 9731, 9440, 9923, 12350, 9467, 8551, 10071, 11090, 10366, 13366, 9975, 10186, 10306, 10479, 9863, 11707, 9739, 9852, 8375, 9431, 11415, 9946, 14488, 10084, 11350, 10522, 12552, 10308, 13188, 10238, 9375, 8508, 8988, 11659, 9729, 9158, 9941, 8384, 10098, 11651, 10610, 12987, 10267, 8243, 8525, 9848, 12381, 10239, 12221, 10142, 9106, 10663, 12589, 10606, 16272, 9953, 10936, 10464, 10458, 10232, 10314, 8603, 8997, 8846, 9813, 12372, 10422, 9274, 9815, 11024, 9977, 13876, 10032, 10245, 10477, 11061, 9422, 10958, 8785, 9718, 8797, 9694, 12890, 10148, 9595, 10554, 9934, 10295, 12009, 9797, 8492, 8344, 10040, 11940, 10215, 12665, 9427, 8937, 10111, 12540, 10138, 12846, 10157, 9950, 10719, 12373, 10232, 9896, 9530, 8245, 8775, 9011, 10676, 9366, 8242, 9258, 10557, 9195, 13417, 9776, 10402, 10451, 11241, 10340, 12480, 10163, 8012, 8854, 9143, 11335, 9436, 9347, 9732, 9520, 9866, 14347, 9719, 10853, 10368, 9948, 10788, 13644, 10536, 10157, 9945, 9061, 10426, 10071, 11061, 10103, 9114, 10211, 11291, 9914, 14055, 10141, 10667, 10266, 12788, 10435, 13161, 10614, 8890, 8865, 8337, 11246, 10255, 9682, 9631, 8090, 10289, 11326, 10108, 15070, 10542, 10131, 9717, 8537, 10393, 10767, 11808, 9383, 9312, 9745, 11032, 9929, 13777, 9955, 10391, 10181, 10926, 8728, 9073, 8593, 9288, 11231, 9981, 13817, 9920, 10785, 10394, 10992, 10661, 13588, 10341, 12293, 9915, 9195, 10390, 11861, 9366, 8312, 8186, 9374, 10130, 9607, 11243, 9060, 8583, 8922, 10662, 9782, 12328, 9774, 9304, 10298, 13454, 10337, 10546, 8283, 8932, 9128, 9540, 12368, 9365, 9963, 9957, 10867, 9905, 13684, 10054, 8358, 10099, 11068, 10768, 10826, 8724, 9445, 8985, 9029, 13353, 9346, 10129, 10090, 10029, 9950, 13383, 10901, 7800, 8455, 8923, 10782, 9693, 12458, 9497, 9125, 9932, 12041, 10580, 17491, 10135, 9558, 10596, 10254, 9885, 9641, 8765, 9205, 10440, 9163, 13789, 10158, 10273, 10095, 8875, 9612, 11069, 9311, 9154, 8206, 9658, 11452, 9744, 14109, 9675, 10990, 10361, 12424, 10476, 15783, 10980, 10445, 7860, 9895, 8905, 10797, 10780, 10715, 11117, 10800, 10539, 9974, 10075, 8954, 10226, 10402, 9947, 12697, 9952, 14031, 12146, 18830, 13968, 16049, 9714, 10486, 9980, 11473, 10684, 13515, 9960, 9775, 9831, 10987, 10244, 10841, 9541, 8868, 9938, 8268, 8544, 8882, 8084, 8929, 8512, 8787, 10361, 9536, 9219, 9332, 9559, 10181, 11609, 9753, 8855, 8382, 9565, 11088, 10230, 14729, 9946, 11725, 10243, 12936, 9999, 12955, 10638, 8981, 9251, 9785, 13704, 9603, 10871, 9780, 13195, 10482, 17300, 12720, 9729, 9718, 8151, 10519, 10072, 12150, 9676, 8910, 10040, 12128, 10040, 12306, 9563, 7900, 9986, 9512, 11889, 9527, 9494, 10463, 13072, 9817, 11437, 8255, 9492, 11070, 10006, 14366, 9906, 10855, 10531, 12406, 9839, 11230, 9712, 9063, 8853, 9525, 13302, 9783, 9958, 10091, 7913, 10101, 9601, 10589, 9388, 8212, 10532, 12484, 10454, 11236, 8438, 9102, 10711, 9891, 14308, 10123, 11051, 10118, 12802, 10577, 17315, 12044, 10003, 8589, 8773, 11929, 9691, 9419, 9493, 11359, 9840, 13437, 9981, 9975, 10032, 10261, 10282, 9235, 9150, 9067, 8810, 9871, 13628, 9993, 12800, 9906, 8515, 9023, 10348, 10128, 9288, 9114, 9597, 11562, 10150, 14220, 9721, 9406, 10357, 10221, 11148, 8914, 9442, 9240, 11276, 9492, 13123, 10147, 10503, 10573, 9687, 10638, 9173, 9176, 9663, 8720, 10145, 13174, 10526, 10451, 9360, 8233, 10638, 8582, 13732, 9612, 10311, 10020, 12518, 10050, 13441, 10186, 7609, 9488, 9260, 11532, 9072, 9297, 10046, 9786, 10612, 13374, 10186, 12932, 10051, 8581, 10040, 11785, 9910, 8549, 9104, 8910, 11348, 8844, 13372, 9144, 10038, 9975, 11711, 9615, 13262, 9808, 9454, 10255, 9840, 9740, 9351, 8856, 8560, 10648, 9082, 14055, 10218, 11577, 10594, 10924, 10685, 12424, 11641, 8816, 9469, 9415, 11673, 10134, 13728, 10159, 8494, 9869, 11852, 10743, 9088, 8913, 9916, 11237, 10057, 14595, 10451, 11336, 10825, 12563, 10461, 11119, 9460, 9268, 9929, 9010, 11828, 9375, 8779, 10115, 8980, 9962, 12668, 10591, 10433, 10149, 9252, 10162, 9465, 11446, 9460, 9445, 9410, 11865, 10305, 13901, 10039, 9437, 10640, 10067, 11751, 9256, 9164, 9439, 9927, 9378, 13147, 10421, 10474, 9751, 7473, 9285, 7978, 12120, 9154, 9224, 8903, 11365, 10297, 13975, 10104, 11127, 10336, 12117, 10173, 11518, 9122, 8828, 9436, 8659, 12281, 10045, 9147, 9113, 10716, 9087, 8657, 9290, 8381, 8435, 8685, 8307, 11102, 11121, 11366, 9340, 8405, 11521, 8532, 13981, 9007, 10376, 9617, 11536, 9414, 14377, 10307, 9462, 8890, 7982, 9386, 8681, 12671, 9411, 9953, 9497, 11836, 9939, 12519, 9111, 8265, 9916, 8918, 13834, 9349, 9349, 8885, 10205, 9763, 13438, 10239, 10555, 9945, 10578, 9039, 9838, 9122, 7955, 9142, 7636, 10614, 9149, 12079, 9639, 9565, 9981, 12365, 9877, 9219, 9144, 9045, 11458, 8802, 13894, 9451, 10696, 9290, 12108, 10187, 15879, 9732, 11055, 10314, 11269, 9644, 9683, 9230, 8826, 9968, 8794, 12163, 9117, 9650, 9967, 11686, 9340, 14451, 10196, 7208, 9331, 7781, 11804, 9098, 11658, 9680, 9158, 10275, 11605, 9735, 14224, 10473, 10231, 10399, 10957, 10949, 9847, 8987, 9323, 10406, 8340, 12405, 9099, 9601, 9930, 11106], 'WindowCenter': [4284.0, 4280.0, 4298.0, 4287.0, 4308.0, 4263.0, 4261.0, 4261.0, 4271.0, 4273.0, 4302.0, 4261.0, 4258.0, 4258.0, 4259.0, 4261.0, 4271.0, 4239.0, 4250.0, 4239.0, 4248.0, 4282.0, 4260.0, 4260.0, 4260.0, 4261.0, 4272.0, 4282.0, 4275.0, 4251.0, 4231.0, 4260.0, 4270.0, 4261.0, 4306.0, 4261.0, 4269.0, 4271.0, 4281.0, 4260.0, 4304.0, 4271.0, 4259.0, 4249.0, 4249.0, 4258.0, 4261.0, 4260.0, 4249.0, 4250.0, 4261.0, 4280.0, 4261.0, 4292.0, 4272.0, 4259.0, 4272.0, 4281.0, 4285.0, 4294.0, 4262.0, 4240.0, 4262.0, 4271.0, 4283.0, 4247.0, 4238.0, 4258.0, 4268.0, 4259.0, 4304.0, 4262.0, 4259.0, 4259.0, 4239.0, 4271.0, 4261.0, 4250.0, 4259.0, 4248.0, 4258.0, 4292.0, 4259.0, 4279.0, 4248.0, 4250.0, 4249.0, 4227.0, 4240.0, 4250.0, 4294.0, 4262.0, 4261.0, 4229.0, 4258.0, 4271.0, 4270.0, 4305.0, 4281.0, 4238.0, 4250.0, 4248.0, 4271.0, 4268.0, 4271.0, 4249.0, 4250.0, 4248.0, 4249.0, 4259.0, 4281.0, 4260.0, 4238.0, 4258.0, 4270.0, 4273.0, 4292.0, 4263.0, 4272.0, 4272.0, 4260.0, 4260.0, 4284.0, 4261.0, 4260.0, 4229.0, 4249.0, 4268.0, 4259.0, 4293.0, 4261.0, 4268.0, 4259.0, 4266.0, 4260.0, 4281.0, 4258.0, 4248.0, 4237.0, 4238.0, 4270.0, 4259.0, 4249.0, 4260.0, 4238.0, 4260.0, 4270.0, 4271.0, 4293.0, 4262.0, 4241.0, 4251.0, 4261.0, 4281.0, 4273.0, 4282.0, 4259.0, 4237.0, 4258.0, 4279.0, 4271.0, 4303.0, 4259.0, 4259.0, 4259.0, 4256.0, 4258.0, 4260.0, 4238.0, 4237.0, 4249.0, 4259.0, 4293.0, 4269.0, 4249.0, 4259.0, 4269.0, 4260.0, 4293.0, 4261.0, 4259.0, 4269.0, 4268.0, 4261.0, 4272.0, 4239.0, 4259.0, 4239.0, 4247.0, 4293.0, 4271.0, 4260.0, 4271.0, 4259.0, 4260.0, 4294.0, 4261.0, 4251.0, 4239.0, 4258.0, 4279.0, 4261.0, 4280.0, 4250.0, 4238.0, 4259.0, 4280.0, 4260.0, 4280.0, 4258.0, 4246.0, 4258.0, 4279.0, 4261.0, 4259.0, 4248.0, 4238.0, 4238.0, 4248.0, 4271.0, 4248.0, 4239.0, 4248.0, 4269.0, 4249.0, 4304.0, 4261.0, 4260.0, 4271.0, 4269.0, 4260.0, 4292.0, 4261.0, 4239.0, 4250.0, 4249.0, 4282.0, 4260.0, 4250.0, 4259.0, 4258.0, 4261.0, 4303.0, 4259.0, 4259.0, 4257.0, 4246.0, 4270.0, 4291.0, 4271.0, 4258.0, 4258.0, 4248.0, 4259.0, 4256.0, 4282.0, 4259.0, 4248.0, 4259.0, 4269.0, 4259.0, 4304.0, 4260.0, 4258.0, 4258.0, 4278.0, 4270.0, 4291.0, 4260.0, 4238.0, 4236.0, 4237.0, 4268.0, 4271.0, 4260.0, 4259.0, 4237.0, 4270.0, 4270.0, 4269.0, 4303.0, 4273.0, 4271.0, 4260.0, 4238.0, 4258.0, 4258.0, 4284.0, 4248.0, 4248.0, 4246.0, 4257.0, 4258.0, 4290.0, 4260.0, 4257.0, 4260.0, 4269.0, 4251.0, 4248.0, 4239.0, 4249.0, 4269.0, 4259.0, 4305.0, 4260.0, 4269.0, 4259.0, 4269.0, 4259.0, 4279.0, 4272.0, 4279.0, 4259.0, 4246.0, 4259.0, 4268.0, 4261.0, 4237.0, 4238.0, 4248.0, 4269.0, 4258.0, 4283.0, 4250.0, 4238.0, 4250.0, 4269.0, 4260.0, 4280.0, 4260.0, 4260.0, 4270.0, 4290.0, 4273.0, 4270.0, 4240.0, 4247.0, 4260.0, 4259.0, 4292.0, 4262.0, 4261.0, 4271.0, 4270.0, 4261.0, 4302.0, 4262.0, 4239.0, 4259.0, 4269.0, 4272.0, 4271.0, 4249.0, 4261.0, 4250.0, 4250.0, 4292.0, 4262.0, 4270.0, 4271.0, 4259.0, 4259.0, 4292.0, 4284.0, 4229.0, 4239.0, 4249.0, 4270.0, 4260.0, 4294.0, 4260.0, 4248.0, 4260.0, 4280.0, 4272.0, 4314.0, 4260.0, 4248.0, 4268.0, 4258.0, 4271.0, 4259.0, 4239.0, 4249.0, 4269.0, 4249.0, 4303.0, 4271.0, 4269.0, 4271.0, 4260.0, 4260.0, 4282.0, 4263.0, 4260.0, 4239.0, 4261.0, 4280.0, 4260.0, 4304.0, 4260.0, 4268.0, 4270.0, 4291.0, 4269.0, 4290.0, 4269.0, 4269.0, 4238.0, 4257.0, 4234.0, 4256.0, 4254.0, 4257.0, 4257.0, 4270.0, 4270.0, 4260.0, 4259.0, 4247.0, 4257.0, 4257.0, 4244.0, 4266.0, 4233.0, 4276.0, 4264.0, 4301.0, 4277.0, 4275.0, 4233.0, 4241.0, 4231.0, 4252.0, 4254.0, 4264.0, 4245.0, 4243.0, 4245.0, 4256.0, 4254.0, 4268.0, 4247.0, 4234.0, 4246.0, 4226.0, 4249.0, 4248.0, 4241.0, 4249.0, 4250.0, 4250.0, 4271.0, 4273.0, 4262.0, 4262.0, 4261.0, 4285.0, 4294.0, 4275.0, 4252.0, 4251.0, 4261.0, 4283.0, 4272.0, 4317.0, 4263.0, 4281.0, 4260.0, 4278.0, 4271.0, 4293.0, 4271.0, 4249.0, 4249.0, 4260.0, 4291.0, 4260.0, 4270.0, 4261.0, 4304.0, 4271.0, 4314.0, 4280.0, 4248.0, 4248.0, 4240.0, 4270.0, 4261.0, 4293.0, 4259.0, 4249.0, 4273.0, 4280.0, 4273.0, 4282.0, 4260.0, 4241.0, 4272.0, 4262.0, 4284.0, 4260.0, 4260.0, 4272.0, 4292.0, 4273.0, 4282.0, 4240.0, 4260.0, 4280.0, 4270.0, 4316.0, 4273.0, 4270.0, 4271.0, 4290.0, 4272.0, 4283.0, 4261.0, 4248.0, 4251.0, 4261.0, 4292.0, 4272.0, 4259.0, 4270.0, 4241.0, 4271.0, 4273.0, 4284.0, 4260.0, 4240.0, 4284.0, 4292.0, 4284.0, 4283.0, 4241.0, 4250.0, 4270.0, 4260.0, 4305.0, 4260.0, 4269.0, 4259.0, 4277.0, 4270.0, 4312.0, 4279.0, 4256.0, 4237.0, 4237.0, 4266.0, 4259.0, 4247.0, 4258.0, 4267.0, 4259.0, 4291.0, 4260.0, 4257.0, 4271.0, 4270.0, 4271.0, 4262.0, 4250.0, 4249.0, 4247.0, 4260.0, 4288.0, 4273.0, 4279.0, 4258.0, 4237.0, 4249.0, 4258.0, 4271.0, 4249.0, 4246.0, 4260.0, 4279.0, 4271.0, 4302.0, 4260.0, 4247.0, 4259.0, 4259.0, 4282.0, 4250.0, 4249.0, 4260.0, 4280.0, 4259.0, 4293.0, 4271.0, 4267.0, 4270.0, 4259.0, 4270.0, 4263.0, 4250.0, 4260.0, 4250.0, 4271.0, 4280.0, 4284.0, 4270.0, 4248.0, 4238.0, 4269.0, 4237.0, 4293.0, 4260.0, 4257.0, 4260.0, 4279.0, 4260.0, 4291.0, 4259.0, 4227.0, 4261.0, 4260.0, 4282.0, 4251.0, 4249.0, 4258.0, 4259.0, 4271.0, 4291.0, 4274.0, 4279.0, 4259.0, 4238.0, 4259.0, 4280.0, 4261.0, 4236.0, 4237.0, 4236.0, 4266.0, 4248.0, 4292.0, 4247.0, 4246.0, 4258.0, 4268.0, 4259.0, 4292.0, 4260.0, 4247.0, 4270.0, 4260.0, 4261.0, 4261.0, 4250.0, 4250.0, 4271.0, 4250.0, 4304.0, 4272.0, 4270.0, 4270.0, 4269.0, 4270.0, 4293.0, 4271.0, 4247.0, 4248.0, 4259.0, 4267.0, 4271.0, 4290.0, 4260.0, 4249.0, 4259.0, 4279.0, 4273.0, 4249.0, 4238.0, 4257.0, 4257.0, 4247.0, 4279.0, 4257.0, 4257.0, 4268.0, 4278.0, 4259.0, 4268.0, 4247.0, 4246.0, 4257.0, 4247.0, 4280.0, 4250.0, 4238.0, 4258.0, 4248.0, 4259.0, 4279.0, 4272.0, 4257.0, 4259.0, 4246.0, 4259.0, 4259.0, 4271.0, 4248.0, 4258.0, 4249.0, 4279.0, 4271.0, 4292.0, 4260.0, 4248.0, 4269.0, 4259.0, 4282.0, 4249.0, 4247.0, 4248.0, 4257.0, 4260.0, 4291.0, 4272.0, 4258.0, 4248.0, 4218.0, 4246.0, 4228.0, 4294.0, 4250.0, 4250.0, 4251.0, 4281.0, 4272.0, 4292.0, 4260.0, 4269.0, 4260.0, 4279.0, 4260.0, 4283.0, 4249.0, 4249.0, 4260.0, 4239.0, 4282.0, 4259.0, 4249.0, 4248.0, 4270.0, 4253.0, 4252.0, 4264.0, 4251.0, 4240.0, 4250.0, 4252.0, 4282.0, 4297.0, 4283.0, 4263.0, 4240.0, 4281.0, 4251.0, 4306.0, 4252.0, 4259.0, 4247.0, 4268.0, 4250.0, 4289.0, 4261.0, 4247.0, 4238.0, 4227.0, 4249.0, 4250.0, 4293.0, 4251.0, 4259.0, 4260.0, 4279.0, 4273.0, 4292.0, 4251.0, 4239.0, 4260.0, 4249.0, 4293.0, 4248.0, 4238.0, 4237.0, 4256.0, 4259.0, 4281.0, 4258.0, 4257.0, 4260.0, 4269.0, 4249.0, 4261.0, 4249.0, 4240.0, 4248.0, 4230.0, 4270.0, 4261.0, 4281.0, 4262.0, 4261.0, 4273.0, 4281.0, 4275.0, 4252.0, 4249.0, 4249.0, 4270.0, 4250.0, 4294.0, 4260.0, 4258.0, 4250.0, 4280.0, 4259.0, 4303.0, 4250.0, 4258.0, 4258.0, 4269.0, 4260.0, 4261.0, 4249.0, 4249.0, 4260.0, 4250.0, 4293.0, 4250.0, 4248.0, 4260.0, 4280.0, 4260.0, 4302.0, 4261.0, 4218.0, 4248.0, 4230.0, 4281.0, 4251.0, 4281.0, 4258.0, 4248.0, 4272.0, 4270.0, 4261.0, 4293.0, 4270.0, 4258.0, 4270.0, 4270.0, 4271.0, 4272.0, 4250.0, 4250.0, 4270.0, 4239.0, 4293.0, 4250.0, 4249.0, 4271.0, 4270.0], 'WindowWidth': [9495.0, 9482.0, 9505.0, 9486.0, 9519.0, 9443.0, 9438.0, 9437.0, 9453.0, 9458.0, 9501.0, 9437.0, 9429.0, 9429.0, 9432.0, 9437.0, 9451.0, 9405.0, 9418.0, 9405.0, 9416.0, 9470.0, 9436.0, 9434.0, 9434.0, 9437.0, 9455.0, 9470.0, 9465.0, 9425.0, 9397.0, 9434.0, 9450.0, 9438.0, 9514.0, 9438.0, 9445.0, 9449.0, 9465.0, 9436.0, 9508.0, 9451.0, 9431.0, 9416.0, 9418.0, 9432.0, 9438.0, 9438.0, 9419.0, 9419.0, 9438.0, 9464.0, 9440.0, 9484.0, 9451.0, 9431.0, 9455.0, 9467.0, 9479.0, 9491.0, 9439.0, 9409.0, 9443.0, 9454.0, 9475.0, 9415.0, 9402.0, 9428.0, 9442.0, 9433.0, 9506.0, 9441.0, 9433.0, 9431.0, 9403.0, 9452.0, 9440.0, 9422.0, 9430.0, 9416.0, 9428.0, 9488.0, 9433.0, 9461.0, 9417.0, 9419.0, 9417.0, 9385.0, 9409.0, 9422.0, 9493.0, 9442.0, 9438.0, 9392.0, 9430.0, 9452.0, 9451.0, 9509.0, 9467.0, 9403.0, 9419.0, 9415.0, 9451.0, 9445.0, 9455.0, 9418.0, 9420.0, 9415.0, 9417.0, 9432.0, 9468.0, 9434.0, 9402.0, 9429.0, 9448.0, 9458.0, 9486.0, 9443.0, 9454.0, 9453.0, 9434.0, 9437.0, 9477.0, 9439.0, 9434.0, 9389.0, 9416.0, 9444.0, 9433.0, 9489.0, 9437.0, 9444.0, 9430.0, 9437.0, 9435.0, 9466.0, 9431.0, 9413.0, 9400.0, 9402.0, 9452.0, 9433.0, 9419.0, 9432.0, 9401.0, 9433.0, 9449.0, 9453.0, 9487.0, 9440.0, 9410.0, 9423.0, 9437.0, 9468.0, 9459.0, 9471.0, 9431.0, 9399.0, 9430.0, 9461.0, 9451.0, 9506.0, 9433.0, 9431.0, 9430.0, 9424.0, 9431.0, 9434.0, 9403.0, 9399.0, 9419.0, 9432.0, 9488.0, 9444.0, 9417.0, 9431.0, 9447.0, 9434.0, 9490.0, 9439.0, 9432.0, 9446.0, 9446.0, 9440.0, 9457.0, 9407.0, 9432.0, 9405.0, 9412.0, 9487.0, 9452.0, 9437.0, 9450.0, 9432.0, 9436.0, 9489.0, 9440.0, 9424.0, 9406.0, 9430.0, 9463.0, 9438.0, 9467.0, 9421.0, 9402.0, 9432.0, 9465.0, 9436.0, 9462.0, 9428.0, 9411.0, 9429.0, 9460.0, 9441.0, 9433.0, 9416.0, 9401.0, 9404.0, 9417.0, 9456.0, 9416.0, 9404.0, 9416.0, 9447.0, 9420.0, 9505.0, 9439.0, 9435.0, 9449.0, 9446.0, 9438.0, 9487.0, 9439.0, 9407.0, 9422.0, 9420.0, 9470.0, 9438.0, 9423.0, 9433.0, 9432.0, 9439.0, 9505.0, 9435.0, 9432.0, 9427.0, 9408.0, 9446.0, 9480.0, 9454.0, 9430.0, 9429.0, 9415.0, 9432.0, 9427.0, 9473.0, 9431.0, 9416.0, 9432.0, 9444.0, 9433.0, 9505.0, 9436.0, 9429.0, 9428.0, 9456.0, 9450.0, 9482.0, 9433.0, 9401.0, 9397.0, 9402.0, 9445.0, 9454.0, 9437.0, 9433.0, 9401.0, 9448.0, 9449.0, 9448.0, 9506.0, 9460.0, 9455.0, 9435.0, 9401.0, 9431.0, 9431.0, 9479.0, 9416.0, 9414.0, 9411.0, 9426.0, 9430.0, 9481.0, 9436.0, 9427.0, 9434.0, 9447.0, 9427.0, 9417.0, 9405.0, 9419.0, 9448.0, 9434.0, 9508.0, 9437.0, 9446.0, 9431.0, 9444.0, 9432.0, 9464.0, 9456.0, 9458.0, 9432.0, 9412.0, 9431.0, 9445.0, 9441.0, 9402.0, 9405.0, 9416.0, 9447.0, 9432.0, 9473.0, 9423.0, 9403.0, 9422.0, 9447.0, 9436.0, 9462.0, 9435.0, 9435.0, 9451.0, 9479.0, 9460.0, 9451.0, 9410.0, 9417.0, 9436.0, 9433.0, 9486.0, 9443.0, 9440.0, 9452.0, 9450.0, 9440.0, 9502.0, 9442.0, 9406.0, 9433.0, 9447.0, 9457.0, 9455.0, 9422.0, 9437.0, 9423.0, 9422.0, 9485.0, 9442.0, 9449.0, 9451.0, 9434.0, 9436.0, 9485.0, 9477.0, 9393.0, 9405.0, 9420.0, 9449.0, 9436.0, 9490.0, 9436.0, 9418.0, 9437.0, 9465.0, 9456.0, 9522.0, 9436.0, 9416.0, 9445.0, 9432.0, 9455.0, 9432.0, 9404.0, 9420.0, 9447.0, 9419.0, 9502.0, 9453.0, 9447.0, 9452.0, 9439.0, 9438.0, 9471.0, 9446.0, 9436.0, 9407.0, 9439.0, 9464.0, 9438.0, 9506.0, 9437.0, 9445.0, 9449.0, 9481.0, 9449.0, 9481.0, 9449.0, 9447.0, 9407.0, 9428.0, 9393.0, 9422.0, 9417.0, 9424.0, 9425.0, 9450.0, 9451.0, 9437.0, 9432.0, 9415.0, 9426.0, 9425.0, 9402.0, 9436.0, 9386.0, 9457.0, 9433.0, 9505.0, 9453.0, 9450.0, 9387.0, 9394.0, 9380.0, 9412.0, 9418.0, 9435.0, 9405.0, 9399.0, 9405.0, 9425.0, 9421.0, 9443.0, 9412.0, 9389.0, 9407.0, 9383.0, 9422.0, 9421.0, 9414.0, 9420.0, 9423.0, 9425.0, 9456.0, 9461.0, 9442.0, 9441.0, 9439.0, 9478.0, 9492.0, 9465.0, 9428.0, 9427.0, 9437.0, 9472.0, 9455.0, 9529.0, 9444.0, 9467.0, 9436.0, 9461.0, 9456.0, 9487.0, 9452.0, 9418.0, 9419.0, 9434.0, 9483.0, 9436.0, 9447.0, 9439.0, 9504.0, 9454.0, 9523.0, 9465.0, 9416.0, 9415.0, 9410.0, 9451.0, 9438.0, 9490.0, 9433.0, 9419.0, 9458.0, 9468.0, 9462.0, 9472.0, 9435.0, 9412.0, 9457.0, 9442.0, 9475.0, 9435.0, 9435.0, 9457.0, 9483.0, 9462.0, 9468.0, 9411.0, 9438.0, 9467.0, 9452.0, 9527.0, 9458.0, 9448.0, 9451.0, 9478.0, 9455.0, 9474.0, 9438.0, 9417.0, 9425.0, 9439.0, 9484.0, 9455.0, 9433.0, 9449.0, 9415.0, 9454.0, 9460.0, 9477.0, 9437.0, 9409.0, 9477.0, 9486.0, 9477.0, 9473.0, 9411.0, 9420.0, 9451.0, 9435.0, 9508.0, 9436.0, 9445.0, 9433.0, 9458.0, 9449.0, 9517.0, 9461.0, 9424.0, 9398.0, 9399.0, 9442.0, 9432.0, 9413.0, 9430.0, 9442.0, 9434.0, 9481.0, 9435.0, 9428.0, 9451.0, 9449.0, 9453.0, 9443.0, 9424.0, 9417.0, 9413.0, 9435.0, 9474.0, 9460.0, 9460.0, 9429.0, 9400.0, 9420.0, 9433.0, 9455.0, 9417.0, 9412.0, 9437.0, 9462.0, 9453.0, 9502.0, 9436.0, 9414.0, 9431.0, 9434.0, 9470.0, 9424.0, 9419.0, 9436.0, 9464.0, 9435.0, 9489.0, 9452.0, 9443.0, 9447.0, 9435.0, 9451.0, 9446.0, 9424.0, 9433.0, 9423.0, 9452.0, 9467.0, 9478.0, 9451.0, 9416.0, 9402.0, 9446.0, 9403.0, 9490.0, 9434.0, 9427.0, 9435.0, 9462.0, 9439.0, 9483.0, 9433.0, 9387.0, 9439.0, 9436.0, 9471.0, 9427.0, 9420.0, 9430.0, 9434.0, 9452.0, 9480.0, 9463.0, 9462.0, 9432.0, 9404.0, 9434.0, 9464.0, 9438.0, 9398.0, 9399.0, 9397.0, 9440.0, 9416.0, 9485.0, 9415.0, 9410.0, 9430.0, 9444.0, 9433.0, 9484.0, 9435.0, 9413.0, 9449.0, 9436.0, 9442.0, 9440.0, 9422.0, 9423.0, 9454.0, 9426.0, 9507.0, 9455.0, 9449.0, 9450.0, 9449.0, 9452.0, 9490.0, 9454.0, 9414.0, 9415.0, 9435.0, 9444.0, 9456.0, 9479.0, 9435.0, 9421.0, 9435.0, 9463.0, 9460.0, 9418.0, 9401.0, 9426.0, 9426.0, 9414.0, 9463.0, 9426.0, 9424.0, 9442.0, 9459.0, 9433.0, 9442.0, 9411.0, 9408.0, 9426.0, 9412.0, 9465.0, 9421.0, 9402.0, 9428.0, 9415.0, 9434.0, 9460.0, 9457.0, 9429.0, 9430.0, 9411.0, 9434.0, 9434.0, 9453.0, 9415.0, 9431.0, 9418.0, 9461.0, 9454.0, 9483.0, 9436.0, 9416.0, 9449.0, 9434.0, 9470.0, 9420.0, 9413.0, 9414.0, 9427.0, 9437.0, 9483.0, 9456.0, 9432.0, 9416.0, 9376.0, 9415.0, 9391.0, 9489.0, 9422.0, 9423.0, 9427.0, 9467.0, 9455.0, 9486.0, 9435.0, 9443.0, 9435.0, 9459.0, 9438.0, 9472.0, 9419.0, 9418.0, 9435.0, 9405.0, 9471.0, 9433.0, 9417.0, 9417.0, 9452.0, 9432.0, 9428.0, 9447.0, 9425.0, 9410.0, 9424.0, 9427.0, 9470.0, 9498.0, 9471.0, 9442.0, 9409.0, 9465.0, 9425.0, 9511.0, 9427.0, 9430.0, 9411.0, 9443.0, 9421.0, 9478.0, 9439.0, 9413.0, 9400.0, 9385.0, 9419.0, 9423.0, 9487.0, 9424.0, 9430.0, 9434.0, 9461.0, 9459.0, 9485.0, 9424.0, 9403.0, 9435.0, 9419.0, 9488.0, 9417.0, 9402.0, 9398.0, 9422.0, 9431.0, 9467.0, 9431.0, 9425.0, 9435.0, 9445.0, 9420.0, 9438.0, 9420.0, 9407.0, 9418.0, 9397.0, 9451.0, 9443.0, 9468.0, 9441.0, 9438.0, 9457.0, 9468.0, 9465.0, 9427.0, 9419.0, 9418.0, 9450.0, 9421.0, 9493.0, 9435.0, 9429.0, 9420.0, 9462.0, 9434.0, 9504.0, 9422.0, 9428.0, 9430.0, 9446.0, 9437.0, 9439.0, 9417.0, 9418.0, 9437.0, 9424.0, 9487.0, 9424.0, 9417.0, 9435.0, 9461.0, 9436.0, 9501.0, 9440.0, 9375.0, 9416.0, 9396.0, 9465.0, 9426.0, 9469.0, 9430.0, 9416.0, 9453.0, 9450.0, 9439.0, 9489.0, 9449.0, 9429.0, 9450.0, 9448.0, 9455.0, 9457.0, 9421.0, 9420.0, 9449.0, 9406.0, 9488.0, 9422.0, 9417.0, 9453.0, 9451.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.0005333910034602076</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02657997474048443</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.1399893199885</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2313550265357969</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9973173698960746</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4863</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5309.7139</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13983850043329563</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.337946943483274</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497710395537457</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.358804489216264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.72953393492284</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4047927624732663</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00504947</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02660599909722805</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042581893503665924</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9098223932013534</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.0618</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9532</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9919</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296637.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>799.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9621</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5504</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.5729</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3429.6051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79907.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1125.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4468.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.5404</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.07231221348047</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> |