=== 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-0055 --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-0055",
"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-0055_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0055_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0055_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-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-04/func/sub-0055_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5c9a901513a503a5e5627ef7a0ae97af</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>14:30:28.020000</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.999783, 0.0174232, 0.0114601, -0.0165786, 0.997405, -0.0700651]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10038</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7708, -7238, 522, -14, -118, -29, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>259.274</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3406cfbd-5e94-4bed-a1e1-183c4c3857fc||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.6823434829711914, -0.04447918012738228, 0.034158047288656235, 114.17583465576172], [-0.046745091676712036, 2.6759636402130127, -0.18862159550189972, -83.30810546875], [0.03074665181338787, 0.18797948956489563, 2.6931867599487305, -72.12518310546875], [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': ['143028.020000', '143028.480000', '143028.940000', '143029.400000', '143029.860000', '143030.320000', '143030.780000', '143031.240000', '143031.700000', '143032.160000', '143032.620000', '143033.080000', '143033.540000', '143034.000000', '143034.460000', '143034.920000', '143035.380000', '143035.840000', '143036.300000', '143036.760000', '143037.220000', '143037.680000', '143038.140000', '143038.600000', '143039.060000', '143039.520000', '143039.980000', '143040.440000', '143040.900000', '143041.360000', '143041.820000', '143042.280000', '143042.740000', '143043.200000', '143043.660000', '143044.120000', '143044.580000', '143045.040000', '143045.500000', '143045.960000', '143046.420000', '143046.880000', '143047.340000', '143047.800000', '143048.260000', '143048.720000', '143049.180000', '143049.640000', '143050.100000', '143050.560000', '143051.020000', '143051.480000', '143051.940000', '143052.400000', '143052.860000', '143053.320000', '143053.780000', '143054.240000', '143054.700000', '143055.160000', '143055.620000', '143056.080000', '143056.540000', '143057.000000', '143057.460000', '143057.920000', '143058.380000', '143058.840000', '143059.300000', '143059.760000', '143100.220000', '143100.680000', '143101.140000', '143101.600000', '143102.060000', '143102.520000', '143102.980000', '143103.440000', '143103.900000', '143104.360000', '143104.820000', '143105.280000', '143105.740000', '143106.200000', '143106.660000', '143107.120000', '143107.580000', '143108.040000', '143108.500000', '143108.960000', '143109.420000', '143109.880000', '143110.340000', '143110.800000', '143111.260000', '143111.720000', '143112.180000', '143112.640000', '143113.100000', '143113.560000', '143114.020000', '143114.480000', '143114.940000', '143115.400000', '143115.860000', '143116.320000', '143116.780000', '143117.240000', '143117.700000', '143118.160000', '143118.620000', '143119.080000', '143119.540000', '143120.000000', '143120.460000', '143120.920000', '143121.380000', '143121.840000', '143122.300000', '143122.760000', '143123.220000', '143123.680000', '143124.140000', '143124.600000', '143125.060000', '143125.520000', '143125.980000', '143126.440000', '143126.900000', '143127.360000', '143127.820000', '143128.280000', '143128.740000', '143129.200000', '143129.660000', '143130.120000', '143130.580000', '143131.040000', '143131.500000', '143131.960000', '143132.420000', '143132.880000', '143133.340000', '143133.800000', '143134.260000', '143134.720000', '143135.180000', '143135.640000', '143136.100000', '143136.560000', '143137.020000', '143137.480000', '143137.940000', '143138.400000', '143138.860000', '143139.320000', '143139.780000', '143140.240000', '143140.700000', '143141.160000', '143141.620000', '143142.080000', '143142.540000', '143143.000000', '143143.460000', '143143.920000', '143144.380000', '143144.840000', '143145.300000', '143145.760000', '143146.220000', '143146.680000', '143147.140000', '143147.600000', '143148.060000', '143148.520000', '143148.980000', '143149.440000', '143149.900000', '143150.360000', '143150.820000', '143151.280000', '143151.740000', '143152.200000', '143152.660000', '143153.120000', '143153.580000', '143154.040000', '143154.500000', '143154.960000', '143155.420000', '143155.880000', '143156.340000', '143156.800000', '143157.260000', '143157.720000', '143158.180000', '143158.640000', '143159.100000', '143159.560000', '143200.020000', '143200.480000', '143200.940000', '143201.400000', '143201.860000', '143202.320000', '143202.780000', '143203.240000', '143203.700000', '143204.160000', '143204.620000', '143205.080000', '143205.540000', '143206.000000', '143206.460000', '143206.920000', '143207.380000', '143207.840000', '143208.300000', '143208.760000', '143209.220000', '143209.680000', '143210.140000', '143210.600000', '143211.060000', '143211.520000', '143211.980000', '143212.440000', '143212.900000', '143213.360000', '143213.820000', '143214.280000', '143214.740000', '143215.200000', '143215.660000', '143216.120000', '143216.580000', '143217.040000', '143217.500000', '143217.960000', '143218.420000', '143218.880000', '143219.340000', '143219.800000', '143220.260000', '143220.720000', '143221.180000', '143221.640000', '143222.100000', '143222.560000', '143223.020000', '143223.480000', '143223.940000', '143224.400000', '143224.860000', '143225.320000', '143225.780000', '143226.240000', '143226.700000', '143227.160000', '143227.620000', '143228.080000', '143228.540000', '143229.000000', '143229.460000', '143229.920000', '143230.380000', '143230.840000', '143231.300000', '143231.760000', '143232.220000', '143232.680000', '143233.140000', '143233.600000', '143234.060000', '143234.520000', '143234.980000', '143235.440000', '143235.900000', '143236.360000', '143236.820000', '143237.280000', '143237.740000', '143238.200000', '143238.660000', '143239.120000', '143239.580000', '143240.040000', '143240.500000', '143240.960000', '143241.420000', '143241.880000', '143242.340000', '143242.800000', '143243.260000', '143243.720000', '143244.180000', '143244.640000', '143245.100000', '143245.560000', '143246.020000', '143246.480000', '143246.940000', '143247.400000', '143247.860000', '143248.320000', '143248.780000', '143249.240000', '143249.700000', '143250.160000', '143250.620000', '143251.080000', '143251.540000', '143252.000000', '143252.460000', '143252.920000', '143253.380000', '143253.840000', '143254.300000', '143254.760000', '143255.220000', '143255.680000', '143256.140000', '143256.600000', '143257.060000', '143257.520000', '143257.980000', '143258.440000', '143258.900000', '143259.360000', '143259.820000', '143300.280000', '143300.740000', '143301.200000', '143301.660000', '143302.120000', '143302.580000', '143303.040000', '143303.500000', '143303.960000', '143304.420000', '143304.880000', '143305.340000', '143305.800000', '143306.260000', '143306.720000', '143307.180000', '143307.640000', '143308.100000', '143308.560000', '143309.020000', '143309.480000', '143309.940000', '143310.400000', '143310.860000', '143311.320000', '143311.780000', '143312.240000', '143312.700000', '143313.160000', '143313.620000', '143314.080000', '143314.540000', '143315.000000', '143315.460000', '143315.920000', '143316.380000', '143316.840000', '143317.300000', '143317.760000', '143318.220000', '143318.680000', '143319.140000', '143319.600000', '143320.060000', '143320.520000', '143320.980000', '143321.440000', '143321.900000', '143322.360000', '143322.820000', '143323.280000', '143323.740000', '143324.200000', '143324.660000', '143325.120000', '143325.580000', '143326.040000', '143326.500000', '143326.960000', '143327.420000', '143327.880000', '143328.340000', '143328.800000', '143329.260000', '143329.720000', '143330.180000', '143330.640000', '143331.100000', '143331.560000', '143332.020000', '143332.480000', '143332.940000', '143333.400000', '143333.860000', '143334.320000', '143334.780000', '143335.240000', '143335.700000', '143336.160000', '143336.620000', '143337.080000', '143337.540000', '143338.000000', '143338.460000', '143338.920000', '143339.380000', '143339.840000', '143340.300000', '143340.760000', '143341.220000', '143341.680000', '143342.140000', '143342.600000', '143343.060000', '143343.520000', '143343.980000', '143344.440000', '143344.900000', '143345.360000', '143345.820000', '143346.280000', '143346.740000', '143347.200000', '143347.660000', '143348.120000', '143348.580000', '143349.040000', '143349.500000', '143349.960000', '143350.420000', '143350.880000', '143351.340000', '143351.800000', '143352.260000', '143352.720000', '143353.180000', '143353.640000', '143354.100000', '143354.560000', '143355.020000', '143355.480000', '143355.940000', '143356.400000', '143356.860000', '143357.320000', '143357.780000', '143358.240000', '143358.700000', '143359.160000', '143359.620000', '143400.080000', '143400.540000', '143401.000000', '143401.460000', '143401.920000', '143402.380000', '143402.840000', '143403.300000', '143403.760000', '143404.220000', '143404.680000', '143405.140000', '143405.600000', '143406.060000', '143406.520000', '143406.980000', '143407.440000', '143407.900000', '143408.360000', '143408.820000', '143409.280000', '143409.740000', '143410.200000', '143410.660000', '143411.120000', '143411.580000', '143412.040000', '143412.500000', '143412.960000', '143413.420000', '143413.880000', '143414.340000', '143414.800000', '143415.260000', '143415.720000', '143416.180000', '143416.640000', '143417.100000', '143417.560000', '143418.020000', '143418.480000', '143418.940000', '143419.400000', '143419.860000', '143420.320000', '143420.780000', '143421.240000', '143421.700000', '143422.160000', '143422.620000', '143423.080000', '143423.540000', '143424.000000', '143424.460000', '143424.920000', '143425.380000', '143425.840000', '143426.300000', '143426.760000', '143427.220000', '143427.680000', '143428.140000', '143428.600000', '143429.060000', '143429.520000', '143429.980000', '143430.440000', '143430.900000', '143431.360000', '143431.820000', '143432.280000', '143432.740000', '143433.200000', '143433.660000', '143434.120000', '143434.580000', '143435.040000', '143435.500000', '143435.960000', '143436.420000', '143436.880000', '143437.340000', '143437.800000', '143438.260000', '143438.720000', '143439.180000', '143439.640000', '143440.100000', '143440.560000', '143441.020000', '143441.480000', '143441.940000', '143442.400000', '143442.860000', '143443.320000', '143443.780000', '143444.240000', '143444.700000', '143445.160000', '143445.620000', '143446.080000', '143446.540000', '143447.000000', '143447.460000', '143447.920000', '143448.380000', '143448.840000', '143449.300000', '143449.760000', '143450.220000', '143450.680000', '143451.140000', '143451.600000', '143452.060000', '143452.520000', '143452.980000', '143453.440000', '143453.900000', '143454.360000', '143454.820000', '143455.280000', '143455.740000', '143456.200000', '143456.660000', '143457.120000', '143457.580000', '143458.040000', '143458.500000', '143458.960000', '143459.420000', '143459.880000', '143500.340000', '143500.800000', '143501.260000', '143501.720000', '143502.180000', '143502.640000', '143503.100000', '143503.560000', '143504.020000', '143504.480000', '143504.940000', '143505.400000', '143505.860000', '143506.320000', '143506.780000', '143507.240000', '143507.700000', '143508.160000', '143508.620000', '143509.080000', '143509.540000', '143510.000000', '143510.460000', '143510.920000', '143511.380000', '143511.840000', '143512.300000', '143512.760000', '143513.220000', '143513.680000', '143514.140000', '143514.600000', '143515.060000', '143515.520000', '143515.980000', '143516.440000', '143516.900000', '143517.360000', '143517.820000', '143518.280000', '143518.740000', '143519.200000', '143519.660000', '143520.120000', '143520.580000', '143521.040000', '143521.500000', '143521.960000', '143522.420000', '143522.880000', '143523.340000', '143523.800000', '143524.260000', '143524.720000', '143525.180000', '143525.640000', '143526.100000', '143526.560000', '143527.020000', '143527.480000', '143527.940000', '143528.400000', '143528.860000', '143529.320000', '143529.780000', '143530.240000', '143530.700000', '143531.160000', '143531.620000', '143532.080000', '143532.540000', '143533.000000', '143533.460000', '143533.920000', '143534.380000', '143534.840000', '143535.300000', '143535.760000', '143536.220000', '143536.680000', '143537.140000', '143537.600000', '143538.060000', '143538.520000', '143538.980000', '143539.440000', '143539.900000', '143540.360000', '143540.820000', '143541.280000', '143541.740000', '143542.200000', '143542.660000', '143543.120000', '143543.580000', '143544.040000', '143544.500000', '143544.960000', '143545.420000', '143545.880000', '143546.340000', '143546.800000', '143547.260000', '143547.720000', '143548.180000', '143548.640000', '143549.100000', '143549.560000', '143550.020000', '143550.480000', '143550.940000', '143551.400000', '143551.860000', '143552.320000', '143552.780000', '143553.240000', '143553.700000', '143554.160000', '143554.620000', '143555.080000', '143555.540000', '143556.000000', '143556.460000', '143556.920000', '143557.380000', '143557.840000', '143558.300000', '143558.760000', '143559.220000', '143559.680000', '143600.140000', '143600.600000', '143601.060000', '143601.520000', '143601.980000', '143602.440000', '143602.900000', '143603.360000', '143603.820000', '143604.280000', '143604.740000', '143605.200000', '143605.660000', '143606.120000', '143606.580000', '143607.040000', '143607.500000', '143607.960000', '143608.420000', '143608.880000', '143609.340000', '143609.800000', '143610.260000', '143610.720000', '143611.180000', '143611.640000', '143612.100000', '143612.560000', '143613.020000', '143613.480000', '143613.940000', '143614.400000', '143614.860000', '143615.320000', '143615.780000', '143616.240000', '143616.700000', '143617.160000', '143617.620000', '143618.080000', '143618.540000', '143619.000000', '143619.460000', '143619.920000', '143620.380000', '143620.840000', '143621.300000', '143621.760000', '143622.220000', '143622.680000', '143623.140000', '143623.600000', '143624.060000', '143624.520000', '143624.980000', '143625.440000', '143625.900000', '143626.360000', '143626.820000', '143627.280000', '143627.740000', '143628.200000', '143628.660000', '143629.120000', '143629.580000', '143630.040000', '143630.500000', '143630.960000', '143631.420000', '143631.880000', '143632.340000', '143632.800000', '143633.260000', '143633.720000', '143634.180000', '143634.640000', '143635.100000', '143635.560000', '143636.020000', '143636.480000', '143636.940000', '143637.400000', '143637.860000', '143638.320000', '143638.780000', '143639.240000', '143639.700000', '143640.160000', '143640.620000', '143641.080000', '143641.540000', '143642.000000', '143642.460000', '143642.920000', '143643.380000', '143643.840000', '143644.300000', '143644.760000', '143645.220000', '143645.680000', '143646.140000', '143646.600000', '143647.060000', '143647.520000', '143647.980000', '143648.440000', '143648.900000', '143649.360000', '143649.820000', '143650.280000', '143650.740000', '143651.200000', '143651.660000', '143652.120000', '143652.580000', '143653.040000', '143653.500000', '143653.960000', '143654.420000', '143654.880000', '143655.340000', '143655.800000', '143656.260000', '143656.720000', '143657.180000', '143657.640000', '143658.100000', '143658.560000', '143659.020000', '143659.480000', '143659.940000', '143700.400000', '143700.860000', '143701.320000', '143701.780000', '143702.240000', '143702.700000', '143703.160000', '143703.620000', '143704.080000', '143704.540000', '143705.000000', '143705.460000', '143705.920000', '143706.380000', '143706.840000', '143707.300000', '143707.760000', '143708.220000', '143708.680000'], 'ContentTime': ['143038.558000', '143038.568000', '143038.571000', '143038.573000', '143038.576000', '143038.578000', '143038.581000', '143038.583000', '143038.586000', '143038.588000', '143038.591000', '143038.593000', '143038.596000', '143038.599000', '143038.601000', '143038.604000', '143038.606000', '143038.609000', '143038.612000', '143038.614000', '143058.529000', '143058.531000', '143058.534000', '143058.536000', '143058.539000', '143058.542000', '143058.544000', '143058.547000', '143058.549000', '143058.552000', '143058.554000', '143058.557000', '143058.559000', '143058.570000', '143058.580000', '143058.582000', '143058.585000', '143058.587000', '143058.591000', '143058.594000', '143058.596000', '143058.599000', '143058.602000', '143058.604000', '143058.607000', '143058.609000', '143058.612000', '143058.614000', '143058.617000', '143058.620000', '143058.622000', '143058.625000', '143058.627000', '143058.630000', '143058.632000', '143058.635000', '143058.637000', '143058.645000', '143058.648000', '143058.650000', '143058.653000', '143058.655000', '143058.658000', '143118.529000', '143118.531000', '143118.534000', '143118.536000', '143118.539000', '143118.542000', '143118.544000', '143118.547000', '143118.549000', '143118.552000', '143118.555000', '143118.557000', '143118.560000', '143118.563000', '143118.565000', '143118.568000', '143118.570000', '143118.573000', '143118.575000', '143118.578000', '143118.580000', '143118.583000', '143118.586000', '143118.588000', '143118.591000', '143118.593000', '143118.596000', '143118.598000', '143118.601000', '143118.603000', '143118.606000', '143118.608000', '143118.611000', '143118.614000', '143118.616000', '143118.619000', '143118.622000', '143118.624000', '143118.627000', '143118.629000', '143118.632000', '143118.634000', '143118.637000', '143118.642000', '143138.529000', '143138.532000', '143138.535000', '143138.537000', '143138.540000', '143138.542000', '143138.545000', '143138.548000', '143138.551000', '143138.558000', '143138.560000', '143138.563000', '143138.566000', '143138.568000', '143138.571000', '143138.573000', '143138.576000', '143138.579000', '143138.581000', '143138.584000', '143138.586000', '143138.589000', '143138.591000', '143138.594000', '143138.597000', '143138.599000', '143138.602000', '143138.604000', '143138.607000', '143138.609000', '143138.612000', '143138.614000', '143138.617000', '143138.620000', '143138.622000', '143138.625000', '143138.627000', '143138.630000', '143138.632000', '143138.635000', '143138.637000', '143138.640000', '143138.643000', '143158.529000', '143158.532000', '143158.535000', '143158.537000', '143158.540000', '143158.542000', '143158.545000', '143158.548000', '143158.550000', '143158.553000', '143158.555000', '143158.558000', '143158.560000', '143158.563000', '143158.566000', '143158.568000', '143158.571000', '143158.573000', '143158.576000', '143158.578000', '143158.581000', '143158.584000', '143158.586000', '143158.589000', '143158.591000', '143158.594000', '143158.596000', '143158.599000', '143158.601000', '143158.604000', '143158.607000', '143158.609000', '143158.612000', '143158.624000', '143158.627000', '143158.629000', '143158.632000', '143158.635000', '143158.638000', '143158.640000', '143158.643000', '143158.645000', '143158.648000', '143158.650000', '143218.530000', '143218.532000', '143218.535000', '143218.541000', '143218.544000', '143218.546000', '143218.549000', '143218.552000', '143218.554000', '143218.557000', '143218.559000', '143218.562000', '143218.564000', '143218.567000', '143218.570000', '143218.573000', '143218.576000', '143218.579000', '143218.582000', '143218.584000', '143218.587000', '143218.589000', '143218.592000', '143218.595000', '143218.597000', '143218.600000', '143218.602000', '143218.605000', '143218.607000', '143218.610000', '143218.613000', '143218.615000', '143218.618000', '143218.621000', '143218.623000', '143218.626000', '143218.628000', '143218.633000', '143218.635000', '143218.638000', '143218.641000', '143218.643000', '143218.646000', '143238.528000', '143238.531000', '143238.534000', '143238.536000', '143238.539000', '143238.541000', '143238.544000', '143238.546000', '143238.549000', '143238.552000', '143238.554000', '143238.557000', '143238.559000', '143238.562000', '143238.564000', '143238.567000', '143238.570000', '143238.572000', '143238.575000', '143238.577000', '143238.580000', '143238.582000', '143238.585000', '143238.587000', '143238.590000', '143238.593000', '143238.595000', '143238.598000', '143238.600000', '143238.603000', '143238.606000', '143238.608000', '143238.611000', '143238.613000', '143238.616000', '143238.618000', '143238.621000', '143238.624000', '143238.626000', '143238.629000', '143238.631000', '143238.634000', '143238.636000', '143238.639000', '143258.529000', '143258.531000', '143258.534000', '143258.537000', '143258.539000', '143258.542000', '143258.544000', '143258.547000', '143258.549000', '143258.552000', '143258.555000', '143258.557000', '143258.560000', '143258.562000', '143258.565000', '143258.567000', '143258.570000', '143258.573000', '143258.576000', '143258.578000', '143258.581000', '143258.583000', '143258.586000', '143258.588000', '143258.591000', '143258.594000', '143258.596000', '143258.599000', '143258.601000', '143258.604000', '143258.607000', '143258.609000', '143258.612000', '143258.614000', '143258.617000', '143258.620000', '143258.622000', '143258.625000', '143258.627000', '143258.630000', '143258.633000', '143258.635000', '143258.638000', '143318.528000', '143318.531000', '143318.534000', '143318.536000', '143318.539000', '143318.541000', '143318.544000', '143318.547000', '143318.549000', '143318.552000', '143318.554000', '143318.557000', '143318.560000', '143318.562000', '143318.565000', '143318.567000', '143318.570000', '143318.573000', '143318.575000', '143318.578000', '143318.580000', '143318.583000', '143318.585000', '143318.588000', '143318.591000', '143318.593000', '143318.596000', '143318.598000', '143318.601000', '143318.603000', '143318.606000', '143318.609000', '143318.611000', '143318.614000', '143318.616000', '143318.619000', '143318.622000', '143318.624000', '143318.627000', '143318.629000', '143318.632000', '143318.634000', '143318.637000', '143318.639000', '143338.528000', '143338.531000', '143338.534000', '143338.536000', '143338.539000', '143338.542000', '143338.544000', '143338.547000', '143338.549000', '143338.552000', '143338.554000', '143338.557000', '143338.560000', '143338.562000', '143338.565000', '143338.568000', '143338.570000', '143338.573000', '143338.575000', '143338.578000', '143338.580000', '143338.583000', '143338.585000', '143338.588000', '143338.591000', '143338.593000', '143338.596000', '143338.599000', '143338.610000', '143338.612000', '143338.615000', '143338.617000', '143338.620000', '143338.623000', '143338.625000', '143338.628000', '143338.631000', '143338.633000', '143338.636000', '143338.638000', '143338.641000', '143338.644000', '143338.646000', '143358.529000', '143358.532000', '143358.535000', '143358.537000', '143358.540000', '143358.542000', '143358.545000', '143358.548000', '143358.550000', '143358.553000', '143358.555000', '143358.558000', '143358.560000', '143358.563000', '143358.566000', '143358.568000', '143358.571000', '143358.574000', '143358.576000', '143358.579000', '143358.581000', '143358.584000', '143358.586000', '143358.589000', '143358.592000', '143358.594000', '143358.597000', '143358.599000', '143358.602000', '143358.604000', '143358.607000', '143358.610000', '143358.612000', '143358.615000', '143358.618000', '143358.620000', '143358.623000', '143358.625000', '143358.628000', '143358.631000', '143358.633000', '143358.636000', '143358.638000', '143358.641000', '143418.529000', '143418.532000', '143418.535000', '143418.541000', '143418.544000', '143418.547000', '143418.549000', '143418.552000', '143418.554000', '143418.557000', '143418.559000', '143418.562000', '143418.565000', '143418.567000', '143418.570000', '143418.572000', '143418.575000', '143418.578000', '143418.580000', '143418.583000', '143418.585000', '143418.588000', '143418.590000', '143418.593000', '143418.595000', '143418.598000', '143418.601000', '143418.603000', '143418.606000', '143418.608000', '143418.611000', '143418.614000', '143418.616000', '143418.619000', '143418.621000', '143418.624000', '143418.627000', '143418.629000', '143418.632000', '143418.634000', '143418.637000', '143418.639000', '143418.642000', '143438.529000', '143438.532000', '143438.535000', '143438.537000', '143438.540000', '143438.543000', '143438.545000', '143438.548000', '143438.550000', '143438.553000', '143438.555000', '143438.558000', '143438.561000', '143438.563000', '143438.566000', '143438.568000', '143438.571000', '143438.574000', '143438.576000', '143438.579000', '143438.581000', '143438.584000', '143438.586000', '143438.589000', '143438.591000', '143438.594000', '143438.597000', '143438.599000', '143438.602000', '143438.605000', '143438.607000', '143438.610000', '143438.612000', '143438.615000', '143438.618000', '143438.620000', '143438.623000', '143438.625000', '143438.628000', '143438.630000', '143438.633000', '143438.636000', '143438.638000', '143438.641000', '143458.528000', '143458.531000', '143458.534000', '143458.536000', '143458.539000', '143458.542000', '143458.544000', '143458.547000', '143458.549000', '143458.552000', '143458.554000', '143458.557000', '143458.559000', '143458.562000', '143458.565000', '143458.567000', '143458.570000', '143458.572000', '143458.575000', '143458.577000', '143458.580000', '143458.583000', '143458.585000', '143458.588000', '143458.590000', '143458.593000', '143458.596000', '143458.598000', '143458.601000', '143458.603000', '143458.606000', '143458.608000', '143458.611000', '143458.614000', '143458.616000', '143458.619000', '143458.628000', '143458.630000', '143458.633000', '143458.636000', '143458.638000', '143458.641000', '143458.643000', '143518.528000', '143518.531000', '143518.534000', '143518.536000', '143518.539000', '143518.541000', '143518.544000', '143518.546000', '143518.549000', '143518.552000', '143518.567000', '143518.570000', '143518.573000', '143518.575000', '143518.578000', '143518.580000', '143518.583000', '143518.585000', '143518.588000', '143518.591000', '143518.593000', '143518.596000', '143518.598000', '143518.601000', '143518.604000', '143518.606000', '143518.609000', '143518.611000', '143518.614000', '143518.617000', '143518.619000', '143518.622000', '143518.624000', '143518.627000', '143518.629000', '143518.632000', '143518.634000', '143518.637000', '143518.640000', '143518.642000', '143518.645000', '143518.647000', '143518.650000', '143518.652000', '143538.529000', '143538.531000', '143538.534000', '143538.537000', '143538.539000', '143538.542000', '143538.544000', '143538.547000', '143538.549000', '143538.552000', '143538.555000', '143538.557000', '143538.560000', '143538.562000', '143538.565000', '143538.568000', '143538.570000', '143538.573000', '143538.575000', '143538.578000', '143538.580000', '143538.583000', '143538.585000', '143538.588000', '143538.591000', '143538.593000', '143538.596000', '143538.598000', '143538.601000', '143538.603000', '143538.606000', '143538.609000', '143538.611000', '143538.614000', '143538.617000', '143538.619000', '143538.622000', '143538.624000', '143538.627000', '143538.630000', '143538.632000', '143538.635000', '143538.637000', '143558.529000', '143558.532000', '143558.534000', '143558.537000', '143558.539000', '143558.542000', '143558.544000', '143558.547000', '143558.550000', '143558.552000', '143558.555000', '143558.557000', '143558.560000', '143558.563000', '143558.571000', '143558.573000', '143558.576000', '143558.578000', '143558.581000', '143558.583000', '143558.586000', '143558.589000', '143558.591000', '143558.602000', '143558.605000', '143558.607000', '143558.610000', '143558.613000', '143558.615000', '143558.618000', '143558.621000', '143558.623000', '143558.626000', '143558.628000', '143558.631000', '143558.633000', '143558.636000', '143558.639000', '143558.641000', '143558.644000', '143558.646000', '143558.649000', '143558.651000', '143558.654000', '143618.530000', '143618.533000', '143618.535000', '143618.538000', '143618.540000', '143618.543000', '143618.545000', '143618.548000', '143618.551000', '143618.553000', '143618.556000', '143618.558000', '143618.561000', '143618.563000', '143618.566000', '143618.569000', '143618.571000', '143618.574000', '143618.576000', '143618.579000', '143618.581000', '143618.584000', '143618.587000', '143618.589000', '143618.592000', '143618.594000', '143618.597000', '143618.600000', '143618.602000', '143618.605000', '143618.607000', '143618.610000', '143618.613000', '143618.615000', '143618.618000', '143618.621000', '143618.623000', '143618.626000', '143618.628000', '143618.631000', '143618.633000', '143618.637000', '143618.640000', '143638.529000', '143638.532000', '143638.535000', '143638.537000', '143638.540000', '143638.542000', '143638.545000', '143638.548000', '143638.550000', '143638.553000', '143638.555000', '143638.558000', '143638.561000', '143638.563000', '143638.566000', '143638.568000', '143638.571000', '143638.573000', '143638.585000', '143638.587000', '143638.590000', '143638.606000', '143638.609000', '143638.611000', '143638.614000', '143638.616000', '143638.619000', '143638.622000', '143638.624000', '143638.627000', '143638.629000', '143638.632000', '143638.634000', '143638.637000', '143638.640000', '143638.642000', '143638.645000', '143638.647000', '143638.650000', '143638.652000', '143638.655000', '143638.658000', '143638.660000', '143638.663000', '143658.529000', '143658.532000', '143658.535000', '143658.537000', '143658.540000', '143658.543000', '143658.545000', '143658.548000', '143658.550000', '143658.553000', '143658.556000', '143658.558000', '143658.561000', '143658.563000', '143658.566000', '143658.568000', '143658.571000', '143658.573000', '143658.576000', '143658.579000', '143658.581000', '143658.584000', '143658.586000', '143658.589000', '143658.592000', '143658.594000', '143658.597000', '143658.599000', '143658.602000', '143658.604000', '143658.607000', '143658.609000', '143658.612000', '143658.615000', '143658.617000', '143658.620000', '143658.623000', '143658.625000', '143658.628000', '143658.630000', '143658.633000', '143658.635000', '143658.638000', '143710.197000', '143710.200000', '143710.202000', '143710.205000', '143710.207000', '143710.210000', '143710.213000', '143710.215000', '143710.218000', '143710.221000', '143710.224000', '143710.226000', '143710.229000', '143710.232000', '143710.235000', '143710.237000', '143710.240000', '143710.243000', '143710.246000', '143710.249000', '143710.252000', '143710.255000', '143710.257000', '143710.260000', '143710.263000', '143710.266000'], 'InstanceCreationTime': ['143038.558000', '143038.568000', '143038.571000', '143038.573000', '143038.576000', '143038.578000', '143038.581000', '143038.583000', '143038.586000', '143038.588000', '143038.591000', '143038.593000', '143038.596000', '143038.599000', '143038.601000', '143038.604000', '143038.606000', '143038.609000', '143038.612000', '143038.614000', '143058.529000', '143058.531000', '143058.534000', '143058.536000', '143058.539000', '143058.542000', '143058.544000', '143058.547000', '143058.549000', '143058.552000', '143058.554000', '143058.557000', '143058.559000', '143058.570000', '143058.580000', '143058.582000', '143058.585000', '143058.587000', '143058.591000', '143058.594000', '143058.596000', '143058.599000', '143058.602000', '143058.604000', '143058.607000', '143058.609000', '143058.612000', '143058.614000', '143058.617000', '143058.620000', '143058.622000', '143058.625000', '143058.627000', '143058.630000', '143058.632000', '143058.635000', '143058.637000', '143058.645000', '143058.648000', '143058.650000', '143058.653000', '143058.655000', '143058.658000', '143118.529000', '143118.531000', '143118.534000', '143118.536000', '143118.539000', '143118.542000', '143118.544000', '143118.547000', '143118.549000', '143118.552000', '143118.555000', '143118.557000', '143118.560000', '143118.563000', '143118.565000', '143118.568000', '143118.570000', '143118.573000', '143118.575000', '143118.578000', '143118.580000', '143118.583000', '143118.586000', '143118.588000', '143118.591000', '143118.593000', '143118.596000', '143118.598000', '143118.601000', '143118.603000', '143118.606000', '143118.608000', '143118.611000', '143118.614000', '143118.616000', '143118.619000', '143118.622000', '143118.624000', '143118.627000', '143118.629000', '143118.632000', '143118.634000', '143118.637000', '143118.642000', '143138.529000', '143138.532000', '143138.535000', '143138.537000', '143138.540000', '143138.542000', '143138.545000', '143138.548000', '143138.551000', '143138.558000', '143138.560000', '143138.563000', '143138.566000', '143138.568000', '143138.571000', '143138.573000', '143138.576000', '143138.579000', '143138.581000', '143138.584000', '143138.586000', '143138.589000', '143138.591000', '143138.594000', '143138.597000', '143138.599000', '143138.602000', '143138.604000', '143138.607000', '143138.609000', '143138.612000', '143138.614000', '143138.617000', '143138.620000', '143138.622000', '143138.625000', '143138.627000', '143138.630000', '143138.632000', '143138.635000', '143138.637000', '143138.640000', '143138.643000', '143158.529000', '143158.532000', '143158.535000', '143158.537000', '143158.540000', '143158.542000', '143158.545000', '143158.548000', '143158.550000', '143158.553000', '143158.555000', '143158.558000', '143158.560000', '143158.563000', '143158.566000', '143158.568000', '143158.571000', '143158.573000', '143158.576000', '143158.578000', '143158.581000', '143158.584000', '143158.586000', '143158.589000', '143158.591000', '143158.594000', '143158.596000', '143158.599000', '143158.601000', '143158.604000', '143158.607000', '143158.609000', '143158.612000', '143158.624000', '143158.627000', '143158.629000', '143158.632000', '143158.635000', '143158.638000', '143158.640000', '143158.643000', '143158.645000', '143158.648000', '143158.650000', '143218.530000', '143218.532000', '143218.535000', '143218.541000', '143218.544000', '143218.546000', '143218.549000', '143218.552000', '143218.554000', '143218.557000', '143218.559000', '143218.562000', '143218.564000', '143218.567000', '143218.570000', '143218.573000', '143218.576000', '143218.579000', '143218.582000', '143218.584000', '143218.587000', '143218.589000', '143218.592000', '143218.595000', '143218.597000', '143218.600000', '143218.602000', '143218.605000', '143218.607000', '143218.610000', '143218.613000', '143218.615000', '143218.618000', '143218.621000', '143218.623000', '143218.626000', '143218.628000', '143218.633000', '143218.635000', '143218.638000', '143218.641000', '143218.643000', '143218.646000', '143238.528000', '143238.531000', '143238.534000', '143238.536000', '143238.539000', '143238.541000', '143238.544000', '143238.546000', '143238.549000', '143238.552000', '143238.554000', '143238.557000', '143238.559000', '143238.562000', '143238.564000', '143238.567000', '143238.570000', '143238.572000', '143238.575000', '143238.577000', '143238.580000', '143238.582000', '143238.585000', '143238.587000', '143238.590000', '143238.593000', '143238.595000', '143238.598000', '143238.600000', '143238.603000', '143238.606000', '143238.608000', '143238.611000', '143238.613000', '143238.616000', '143238.618000', '143238.621000', '143238.624000', '143238.626000', '143238.629000', '143238.631000', '143238.634000', '143238.636000', '143238.639000', '143258.529000', '143258.531000', '143258.534000', '143258.537000', '143258.539000', '143258.542000', '143258.544000', '143258.547000', '143258.549000', '143258.552000', '143258.555000', '143258.557000', '143258.560000', '143258.562000', '143258.565000', '143258.567000', '143258.570000', '143258.573000', '143258.576000', '143258.578000', '143258.581000', '143258.583000', '143258.586000', '143258.588000', '143258.591000', '143258.594000', '143258.596000', '143258.599000', '143258.601000', '143258.604000', '143258.607000', '143258.609000', '143258.612000', '143258.614000', '143258.617000', '143258.620000', '143258.622000', '143258.625000', '143258.627000', '143258.630000', '143258.633000', '143258.635000', '143258.638000', '143318.528000', '143318.531000', '143318.534000', '143318.536000', '143318.539000', '143318.541000', '143318.544000', '143318.547000', '143318.549000', '143318.552000', '143318.554000', '143318.557000', '143318.560000', '143318.562000', '143318.565000', '143318.567000', '143318.570000', '143318.573000', '143318.575000', '143318.578000', '143318.580000', '143318.583000', '143318.585000', '143318.588000', '143318.591000', '143318.593000', '143318.596000', '143318.598000', '143318.601000', '143318.603000', '143318.606000', '143318.609000', '143318.611000', '143318.614000', '143318.616000', '143318.619000', '143318.622000', '143318.624000', '143318.627000', '143318.629000', '143318.632000', '143318.634000', '143318.637000', '143318.639000', '143338.528000', '143338.531000', '143338.534000', '143338.536000', '143338.539000', '143338.542000', '143338.544000', '143338.547000', '143338.549000', '143338.552000', '143338.554000', '143338.557000', '143338.560000', '143338.562000', '143338.565000', '143338.568000', '143338.570000', '143338.573000', '143338.575000', '143338.578000', '143338.580000', '143338.583000', '143338.585000', '143338.588000', '143338.591000', '143338.593000', '143338.596000', '143338.599000', '143338.610000', '143338.612000', '143338.615000', '143338.617000', '143338.620000', '143338.623000', '143338.625000', '143338.628000', '143338.631000', '143338.633000', '143338.636000', '143338.638000', '143338.641000', '143338.644000', '143338.646000', '143358.529000', '143358.532000', '143358.535000', '143358.537000', '143358.540000', '143358.542000', '143358.545000', '143358.548000', '143358.550000', '143358.553000', '143358.555000', '143358.558000', '143358.560000', '143358.563000', '143358.566000', '143358.568000', '143358.571000', '143358.574000', '143358.576000', '143358.579000', '143358.581000', '143358.584000', '143358.586000', '143358.589000', '143358.592000', '143358.594000', '143358.597000', '143358.599000', '143358.602000', '143358.604000', '143358.607000', '143358.610000', '143358.612000', '143358.615000', '143358.618000', '143358.620000', '143358.623000', '143358.625000', '143358.628000', '143358.631000', '143358.633000', '143358.636000', '143358.638000', '143358.641000', '143418.529000', '143418.532000', '143418.535000', '143418.541000', '143418.544000', '143418.547000', '143418.549000', '143418.552000', '143418.554000', '143418.557000', '143418.559000', '143418.562000', '143418.565000', '143418.567000', '143418.570000', '143418.572000', '143418.575000', '143418.578000', '143418.580000', '143418.583000', '143418.585000', '143418.588000', '143418.590000', '143418.593000', '143418.595000', '143418.598000', '143418.601000', '143418.603000', '143418.606000', '143418.608000', '143418.611000', '143418.614000', '143418.616000', '143418.619000', '143418.621000', '143418.624000', '143418.627000', '143418.629000', '143418.632000', '143418.634000', '143418.637000', '143418.639000', '143418.642000', '143438.529000', '143438.532000', '143438.535000', '143438.537000', '143438.540000', '143438.543000', '143438.545000', '143438.548000', '143438.550000', '143438.553000', '143438.555000', '143438.558000', '143438.561000', '143438.563000', '143438.566000', '143438.568000', '143438.571000', '143438.574000', '143438.576000', '143438.579000', '143438.581000', '143438.584000', '143438.586000', '143438.589000', '143438.591000', '143438.594000', '143438.597000', '143438.599000', '143438.602000', '143438.605000', '143438.607000', '143438.610000', '143438.612000', '143438.615000', '143438.618000', '143438.620000', '143438.623000', '143438.625000', '143438.628000', '143438.630000', '143438.633000', '143438.636000', '143438.638000', '143438.641000', '143458.528000', '143458.531000', '143458.534000', '143458.536000', '143458.539000', '143458.542000', '143458.544000', '143458.547000', '143458.549000', '143458.552000', '143458.554000', '143458.557000', '143458.559000', '143458.562000', '143458.565000', '143458.567000', '143458.570000', '143458.572000', '143458.575000', '143458.577000', '143458.580000', '143458.583000', '143458.585000', '143458.588000', '143458.590000', '143458.593000', '143458.596000', '143458.598000', '143458.601000', '143458.603000', '143458.606000', '143458.608000', '143458.611000', '143458.614000', '143458.616000', '143458.619000', '143458.628000', '143458.630000', '143458.633000', '143458.636000', '143458.638000', '143458.641000', '143458.643000', '143518.528000', '143518.531000', '143518.534000', '143518.536000', '143518.539000', '143518.541000', '143518.544000', '143518.546000', '143518.549000', '143518.552000', '143518.567000', '143518.570000', '143518.573000', '143518.575000', '143518.578000', '143518.580000', '143518.583000', '143518.585000', '143518.588000', '143518.591000', '143518.593000', '143518.596000', '143518.598000', '143518.601000', '143518.604000', '143518.606000', '143518.609000', '143518.611000', '143518.614000', '143518.617000', '143518.619000', '143518.622000', '143518.624000', '143518.627000', '143518.629000', '143518.632000', '143518.634000', '143518.637000', '143518.640000', '143518.642000', '143518.645000', '143518.647000', '143518.650000', '143518.652000', '143538.529000', '143538.531000', '143538.534000', '143538.537000', '143538.539000', '143538.542000', '143538.544000', '143538.547000', '143538.549000', '143538.552000', '143538.555000', '143538.557000', '143538.560000', '143538.562000', '143538.565000', '143538.568000', '143538.570000', '143538.573000', '143538.575000', '143538.578000', '143538.580000', '143538.583000', '143538.585000', '143538.588000', '143538.591000', '143538.593000', '143538.596000', '143538.598000', '143538.601000', '143538.603000', '143538.606000', '143538.609000', '143538.611000', '143538.614000', '143538.617000', '143538.619000', '143538.622000', '143538.624000', '143538.627000', '143538.630000', '143538.632000', '143538.635000', '143538.637000', '143558.529000', '143558.532000', '143558.534000', '143558.537000', '143558.539000', '143558.542000', '143558.544000', '143558.547000', '143558.550000', '143558.552000', '143558.555000', '143558.557000', '143558.560000', '143558.563000', '143558.571000', '143558.573000', '143558.576000', '143558.578000', '143558.581000', '143558.583000', '143558.586000', '143558.589000', '143558.591000', '143558.602000', '143558.605000', '143558.607000', '143558.610000', '143558.613000', '143558.615000', '143558.618000', '143558.621000', '143558.623000', '143558.626000', '143558.628000', '143558.631000', '143558.633000', '143558.636000', '143558.639000', '143558.641000', '143558.644000', '143558.646000', '143558.649000', '143558.651000', '143558.654000', '143618.530000', '143618.533000', '143618.535000', '143618.538000', '143618.540000', '143618.543000', '143618.545000', '143618.548000', '143618.551000', '143618.553000', '143618.556000', '143618.558000', '143618.561000', '143618.563000', '143618.566000', '143618.569000', '143618.571000', '143618.574000', '143618.576000', '143618.579000', '143618.581000', '143618.584000', '143618.587000', '143618.589000', '143618.592000', '143618.594000', '143618.597000', '143618.600000', '143618.602000', '143618.605000', '143618.607000', '143618.610000', '143618.613000', '143618.615000', '143618.618000', '143618.621000', '143618.623000', '143618.626000', '143618.628000', '143618.631000', '143618.633000', '143618.637000', '143618.640000', '143638.529000', '143638.532000', '143638.535000', '143638.537000', '143638.540000', '143638.542000', '143638.545000', '143638.548000', '143638.550000', '143638.553000', '143638.555000', '143638.558000', '143638.561000', '143638.563000', '143638.566000', '143638.568000', '143638.571000', '143638.573000', '143638.585000', '143638.587000', '143638.590000', '143638.606000', '143638.609000', '143638.611000', '143638.614000', '143638.616000', '143638.619000', '143638.622000', '143638.624000', '143638.627000', '143638.629000', '143638.632000', '143638.634000', '143638.637000', '143638.640000', '143638.642000', '143638.645000', '143638.647000', '143638.650000', '143638.652000', '143638.655000', '143638.658000', '143638.660000', '143638.663000', '143658.529000', '143658.532000', '143658.535000', '143658.537000', '143658.540000', '143658.543000', '143658.545000', '143658.548000', '143658.550000', '143658.553000', '143658.556000', '143658.558000', '143658.561000', '143658.563000', '143658.566000', '143658.568000', '143658.571000', '143658.573000', '143658.576000', '143658.579000', '143658.581000', '143658.584000', '143658.586000', '143658.589000', '143658.592000', '143658.594000', '143658.597000', '143658.599000', '143658.602000', '143658.604000', '143658.607000', '143658.609000', '143658.612000', '143658.615000', '143658.617000', '143658.620000', '143658.623000', '143658.625000', '143658.628000', '143658.630000', '143658.633000', '143658.635000', '143658.638000', '143710.197000', '143710.200000', '143710.202000', '143710.205000', '143710.207000', '143710.210000', '143710.213000', '143710.215000', '143710.218000', '143710.221000', '143710.224000', '143710.226000', '143710.229000', '143710.232000', '143710.235000', '143710.237000', '143710.240000', '143710.243000', '143710.246000', '143710.249000', '143710.252000', '143710.255000', '143710.257000', '143710.260000', '143710.263000', '143710.266000'], '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': [11304, 16753, 13723, 20256, 14476, 19956, 13565, 16754, 11168, 18633, 11939, 17330, 12448, 9568, 10374, 9474, 11154, 9775, 12219, 10276, 10620, 9511, 10244, 9504, 11584, 8015, 11951, 8414, 12480, 10229, 9370, 9765, 8449, 11898, 8625, 7950, 12825, 9616, 8448, 11755, 9170, 8587, 14243, 10160, 17322, 20086, 14611, 17368, 14496, 13844, 8452, 12240, 9331, 13301, 9351, 11754, 9142, 11659, 9423, 11889, 8785, 12053, 8934, 13428, 9821, 11762, 9264, 9898, 10157, 10002, 12486, 8955, 14348, 9394, 16205, 12261, 17312, 11404, 10108, 11159, 9861, 15533, 8812, 13365, 9207, 14693, 10445, 17948, 10279, 10931, 10693, 8968, 12646, 8961, 13514, 9296, 13581, 9217, 13956, 9146, 10866, 9162, 10892, 9087, 11279, 8960, 11265, 9210, 12702, 9681, 10147, 9468, 16009, 9301, 12219, 17057, 11527, 19533, 8938, 15734, 12633, 15823, 8976, 12324, 8942, 15839, 10146, 11886, 8782, 11028, 8976, 12371, 8450, 11830, 8708, 12987, 9320, 12760, 9551, 10108, 10201, 10020, 12338, 8825, 15031, 9703, 19684, 9460, 14284, 10164, 10819, 10663, 10183, 11777, 8965, 12879, 9682, 12389, 9002, 10634, 16165, 9986, 13585, 9324, 12936, 9050, 13491, 9108, 12122, 9088, 10751, 9637, 9016, 11075, 8972, 13292, 9141, 12795, 8689, 12514, 8811, 17562, 8857, 12483, 8922, 12003, 10378, 12196, 8716, 10878, 8850, 11425, 10601, 11094, 8541, 10509, 9376, 10723, 11039, 10488, 9311, 10030, 9681, 10380, 10692, 10231, 8955, 10179, 9493, 10355, 10898, 10331, 9062, 10319, 9104, 11006, 10096, 10216, 10193, 9929, 14517, 9320, 12781, 9069, 11762, 8806, 11591, 8828, 10679, 8807, 11012, 8902, 10862, 8990, 10803, 8758, 10900, 9311, 9936, 15520, 9418, 14635, 11318, 13645, 9040, 11963, 8750, 11038, 8435, 11230, 8330, 10693, 8542, 11551, 9007, 9675, 9301, 8791, 12449, 18842, 13084, 19593, 16624, 20226, 10579, 8564, 10695, 18185, 16781, 19723, 16218, 19700, 11293, 16332, 11844, 14544, 10863, 18071, 9374, 13666, 9955, 13004, 10795, 13452, 10332, 11894, 10461, 12159, 9766, 12457, 8982, 10609, 8749, 10761, 11048, 10518, 9678, 10197, 9951, 10214, 9185, 9968, 8998, 10486, 10176, 10689, 8780, 9969, 9016, 11067, 10160, 12703, 8786, 12376, 9381, 12530, 9554, 15100, 9856, 12570, 8673, 11495, 9724, 10930, 8750, 9994, 8679, 9603, 10014, 9744, 8627, 9645, 10315, 9296, 14863, 9766, 13914, 9289, 11878, 9140, 11466, 8850, 11627, 8934, 10616, 13319, 9631, 18736, 9559, 14576, 9059, 12287, 8860, 11665, 8754, 11778, 8753, 12239, 8731, 12943, 10534, 9723, 9566, 8941, 11070, 15465, 11743, 16072, 9835, 15936, 10974, 19149, 15654, 18262, 11397, 18006, 10923, 20092, 15483, 18704, 10248, 16969, 9589, 13675, 10236, 13394, 9511, 12717, 9323, 13365, 9928, 12339, 10118, 11152, 10442, 10886, 10649, 11150, 10564, 15374, 9426, 12127, 8969, 11504, 8445, 10818, 7819, 9256, 10962, 9091, 13831, 8620, 12130, 8729, 11138, 8663, 10960, 8453, 11257, 8136, 10153, 12083, 9490, 15901, 8870, 14796, 10146, 15344, 11359, 12501, 8754, 10137, 14961, 10178, 19354, 11432, 16004, 8987, 14732, 9373, 12891, 9973, 8670, 10183, 8190, 10333, 11051, 9361, 9070, 11777, 9859, 14151, 12112, 20360, 15635, 19871, 14068, 18709, 10584, 11938, 9987, 12430, 9618, 12368, 9625, 12230, 8944, 12657, 9859, 8637, 11588, 9327, 12412, 9992, 8879, 10173, 9216, 11380, 9730, 13401, 8899, 13965, 8980, 15372, 12446, 12151, 9728, 10729, 16429, 9899, 13491, 9092, 12821, 8636, 13077, 8960, 12743, 9102, 13109, 9021, 12353, 9076, 11566, 8626, 10620, 8734, 9833, 8399, 9342, 11860, 9192, 10754, 9293, 10055, 9050, 7890, 11177, 8337, 11679, 8375, 11683, 15011, 10421, 15642, 9513, 18375, 12431, 19882, 12812, 17134, 12892, 18307, 14684, 19406, 9244, 15769, 9595, 13817, 10456, 16687, 9173, 13063, 9106, 12747, 9390, 12504, 10300, 13570, 10016, 11852, 9625, 12177, 8825, 10472, 12223, 9681, 13482, 9113, 12788, 9248, 12124, 8761, 11206, 9013, 10929, 8353, 9969, 8647, 9556, 11145, 9141, 11631, 9149, 14020, 8725, 11553, 8503, 10293, 8033, 9379, 9743, 8863, 13295, 8730, 13187, 9646, 11773, 9074, 11258, 8710, 8778, 9805, 9015, 11990, 8952, 14333, 19722, 13334, 18181, 14738, 12626, 20183, 14125, 17319, 15199, 18231, 10122, 10857, 10337, 12110, 14869, 11687, 13837, 8969, 15056, 10394, 19215, 14439, 18967, 10744, 12899, 10789, 10391, 18368, 15760, 18889, 17478, 9834, 9141, 10037, 15441, 10341, 13149, 9811, 13230, 9851, 12448, 9660, 13717, 10535, 10172, 12893, 12569, 12041, 20107, 15736, 20555, 17866, 19073, 14010, 16004, 12106, 15411, 10598, 15483, 9982, 9643, 11518, 9487, 12024, 9465, 11362, 10039, 10173, 11863, 9704, 10048, 10439, 8939, 9935, 9963, 9038, 12060, 8969, 14417, 9904, 9328, 11146, 8801, 15964, 10135, 12740, 10043, 8904, 12021, 8600, 15253, 9181, 10966, 9858, 9806, 12957, 8721, 11885, 9701, 8870, 10526, 8740, 12036, 8662, 12453, 9537, 9724, 9847, 8797, 11338, 8897, 11479, 9960, 9331, 10634, 8892, 9942, 9567, 9851, 10309, 8976, 10786, 15170, 10039, 19281, 15208, 18540, 10108, 16023, 10894, 15444, 13917, 17510, 9769, 13228, 9699, 10746, 9989, 9057, 11683, 9140, 12403, 9256, 12227, 9349, 10183, 9530, 9031, 11728, 9061, 14620, 9388, 14578, 9766, 17328, 12424, 14422, 9602, 9121, 10383, 9828, 12963, 9370, 14024, 9252, 16457, 10827, 18133, 9799, 14539, 10366, 13912, 10994, 11012, 9996, 8916, 10355, 8983, 10345, 8489, 11815, 8705, 12154, 8840, 11121, 8701, 11121, 8814, 11052, 8816, 12141, 8964, 11224, 9751, 9743, 9688, 14346, 9240, 13780, 10373, 13230, 9082, 8356, 10436, 8954, 11657, 8981, 8464, 10667, 8365, 9667, 11541, 8940, 12320, 10423, 8906, 18625, 19594, 18374, 20252, 16455, 18133, 11885, 18488, 15869, 18845, 10729, 15007, 10675, 13651, 11537, 13655, 9956, 14616, 9938, 11653, 10340, 10375, 10037, 9142, 10527, 10589, 12731, 9608, 13027, 10607, 11362, 10322, 9388, 10995, 10121, 13269, 10046, 18148, 10172, 16673, 9755, 12224, 10309, 9095, 10308, 9922, 11284, 9486, 11405, 9180, 11344, 9853, 10525, 9290, 10015, 9531, 9508, 9722, 9701, 9511], 'WindowCenter': [4472.0, 4483.0, 4446.0, 4463.0, 4430.0, 4446.0, 4404.0, 4421.0, 4381.0, 4419.0, 4362.0, 4393.0, 4375.0, 4353.0, 4366.0, 4368.0, 4390.0, 4382.0, 4402.0, 4381.0, 4382.0, 4372.0, 4382.0, 4383.0, 4393.0, 4376.0, 4417.0, 4390.0, 4446.0, 4439.0, 4400.0, 4412.0, 4405.0, 4433.0, 4403.0, 4393.0, 4446.0, 4430.0, 4408.0, 4437.0, 4417.0, 4407.0, 4459.0, 4417.0, 4470.0, 4479.0, 4445.0, 4453.0, 4445.0, 4419.0, 4367.0, 4408.0, 4388.0, 4429.0, 4389.0, 4407.0, 4400.0, 4420.0, 4401.0, 4433.0, 4404.0, 4433.0, 4418.0, 4457.0, 4441.0, 4448.0, 4418.0, 4441.0, 4442.0, 4441.0, 4464.0, 4421.0, 4460.0, 4432.0, 4484.0, 4453.0, 4482.0, 4439.0, 4430.0, 4451.0, 4428.0, 4482.0, 4418.0, 4446.0, 4419.0, 4458.0, 4427.0, 4467.0, 4429.0, 4426.0, 4438.0, 4418.0, 4449.0, 4418.0, 4447.0, 4419.0, 4459.0, 4418.0, 4459.0, 4407.0, 4424.0, 4415.0, 4424.0, 4404.0, 4424.0, 4405.0, 4426.0, 4429.0, 4447.0, 4432.0, 4442.0, 4444.0, 4486.0, 4432.0, 4451.0, 4470.0, 4438.0, 4480.0, 4417.0, 4456.0, 4435.0, 4455.0, 4404.0, 4435.0, 4406.0, 4455.0, 4415.0, 4423.0, 4392.0, 4411.0, 4392.0, 4435.0, 4391.0, 4423.0, 4404.0, 4433.0, 4402.0, 4431.0, 4415.0, 4424.0, 4413.0, 4413.0, 4433.0, 4404.0, 4454.0, 4403.0, 4474.0, 4402.0, 4441.0, 4425.0, 4410.0, 4411.0, 4400.0, 4409.0, 4390.0, 4432.0, 4388.0, 4421.0, 4376.0, 4395.0, 4436.0, 4400.0, 4416.0, 4386.0, 4403.0, 4375.0, 4414.0, 4400.0, 4432.0, 4401.0, 4422.0, 4414.0, 4404.0, 4437.0, 4419.0, 4459.0, 4419.0, 4449.0, 4407.0, 4437.0, 4405.0, 4468.0, 4404.0, 4423.0, 4404.0, 4423.0, 4401.0, 4422.0, 4379.0, 4410.0, 4402.0, 4421.0, 4409.0, 4421.0, 4392.0, 4413.0, 4402.0, 4412.0, 4411.0, 4412.0, 4390.0, 4400.0, 4413.0, 4412.0, 4410.0, 4412.0, 4389.0, 4400.0, 4402.0, 4413.0, 4410.0, 4401.0, 4390.0, 4402.0, 4402.0, 4424.0, 4411.0, 4426.0, 4400.0, 4401.0, 4443.0, 4416.0, 4432.0, 4390.0, 4419.0, 4389.0, 4410.0, 4404.0, 4425.0, 4404.0, 4425.0, 4407.0, 4426.0, 4420.0, 4441.0, 4420.0, 4441.0, 4420.0, 4433.0, 4471.0, 4421.0, 4461.0, 4427.0, 4445.0, 4405.0, 4424.0, 4394.0, 4413.0, 4393.0, 4427.0, 4438.0, 4468.0, 4449.0, 4467.0, 4433.0, 4400.0, 4417.0, 4418.0, 4464.0, 4482.0, 4448.0, 4481.0, 4470.0, 4480.0, 4416.0, 4405.0, 4426.0, 4468.0, 4454.0, 4463.0, 4443.0, 4464.0, 4410.0, 4438.0, 4407.0, 4417.0, 4385.0, 4436.0, 4363.0, 4402.0, 4373.0, 4402.0, 4394.0, 4403.0, 4372.0, 4391.0, 4383.0, 4404.0, 4373.0, 4403.0, 4362.0, 4383.0, 4376.0, 4393.0, 4393.0, 4396.0, 4374.0, 4384.0, 4383.0, 4384.0, 4375.0, 4386.0, 4375.0, 4410.0, 4396.0, 4398.0, 4376.0, 4386.0, 4388.0, 4409.0, 4399.0, 4421.0, 4390.0, 4420.0, 4402.0, 4431.0, 4401.0, 4440.0, 4402.0, 4421.0, 4391.0, 4422.0, 4399.0, 4398.0, 4376.0, 4397.0, 4391.0, 4414.0, 4412.0, 4401.0, 4391.0, 4413.0, 4413.0, 4416.0, 4457.0, 4415.0, 4445.0, 4405.0, 4423.0, 4406.0, 4423.0, 4393.0, 4427.0, 4404.0, 4415.0, 4445.0, 4416.0, 4465.0, 4399.0, 4429.0, 4389.0, 4418.0, 4401.0, 4420.0, 4404.0, 4449.0, 4420.0, 4448.0, 4410.0, 4463.0, 4466.0, 4458.0, 4445.0, 4431.0, 4440.0, 4469.0, 4452.0, 4456.0, 4416.0, 4468.0, 4426.0, 4477.0, 4459.0, 4465.0, 4424.0, 4451.0, 4412.0, 4462.0, 4442.0, 4451.0, 4398.0, 4436.0, 4400.0, 4429.0, 4399.0, 4429.0, 4386.0, 4417.0, 4387.0, 4427.0, 4398.0, 4415.0, 4396.0, 4407.0, 4409.0, 4408.0, 4410.0, 4420.0, 4413.0, 4441.0, 4400.0, 4419.0, 4390.0, 4422.0, 4391.0, 4411.0, 4379.0, 4402.0, 4411.0, 4401.0, 4443.0, 4392.0, 4422.0, 4404.0, 4423.0, 4404.0, 4424.0, 4408.0, 4439.0, 4407.0, 4430.0, 4449.0, 4430.0, 4469.0, 4418.0, 4458.0, 4427.0, 4457.0, 4413.0, 4436.0, 4391.0, 4413.0, 4443.0, 4413.0, 4463.0, 4424.0, 4452.0, 4393.0, 4444.0, 4415.0, 4432.0, 4413.0, 4403.0, 4424.0, 4406.0, 4440.0, 4438.0, 4428.0, 4443.0, 4451.0, 4430.0, 4460.0, 4450.0, 4485.0, 4458.0, 4467.0, 4431.0, 4450.0, 4398.0, 4407.0, 4401.0, 4419.0, 4389.0, 4420.0, 4389.0, 4419.0, 4401.0, 4429.0, 4411.0, 4402.0, 4422.0, 4430.0, 4448.0, 4428.0, 4417.0, 4426.0, 4431.0, 4449.0, 4417.0, 4448.0, 4407.0, 4446.0, 4417.0, 4459.0, 4434.0, 4423.0, 4401.0, 4412.0, 4439.0, 4402.0, 4431.0, 4388.0, 4418.0, 4390.0, 4430.0, 4406.0, 4445.0, 4418.0, 4445.0, 4418.0, 4447.0, 4418.0, 4450.0, 4419.0, 4441.0, 4408.0, 4428.0, 4408.0, 4432.0, 4449.0, 4417.0, 4427.0, 4418.0, 4430.0, 4430.0, 4411.0, 4454.0, 4423.0, 4454.0, 4436.0, 4455.0, 4487.0, 4445.0, 4471.0, 4433.0, 4482.0, 4450.0, 4480.0, 4447.0, 4467.0, 4447.0, 4465.0, 4445.0, 4465.0, 4392.0, 4441.0, 4414.0, 4431.0, 4400.0, 4440.0, 4388.0, 4417.0, 4391.0, 4418.0, 4388.0, 4419.0, 4399.0, 4428.0, 4412.0, 4422.0, 4400.0, 4419.0, 4377.0, 4399.0, 4406.0, 4401.0, 4429.0, 4387.0, 4417.0, 4390.0, 4418.0, 4403.0, 4421.0, 4390.0, 4411.0, 4379.0, 4413.0, 4403.0, 4415.0, 4423.0, 4403.0, 4424.0, 4418.0, 4456.0, 4407.0, 4439.0, 4406.0, 4416.0, 4395.0, 4417.0, 4416.0, 4418.0, 4458.0, 4417.0, 4447.0, 4431.0, 4437.0, 4420.0, 4449.0, 4433.0, 4433.0, 4456.0, 4447.0, 4478.0, 4450.0, 4491.0, 4510.0, 4465.0, 4485.0, 4461.0, 4466.0, 4482.0, 4446.0, 4456.0, 4444.0, 4466.0, 4413.0, 4422.0, 4426.0, 4434.0, 4443.0, 4424.0, 4432.0, 4389.0, 4443.0, 4412.0, 4450.0, 4430.0, 4448.0, 4396.0, 4404.0, 4382.0, 4396.0, 4448.0, 4424.0, 4436.0, 4436.0, 4399.0, 4432.0, 4384.0, 4410.0, 4411.0, 4421.0, 4403.0, 4430.0, 4403.0, 4419.0, 4401.0, 4427.0, 4384.0, 4384.0, 4404.0, 4405.0, 4406.0, 4452.0, 4427.0, 4436.0, 4423.0, 4421.0, 4388.0, 4397.0, 4376.0, 4396.0, 4366.0, 4395.0, 4368.0, 4371.0, 4391.0, 4371.0, 4391.0, 4384.0, 4419.0, 4385.0, 4396.0, 4433.0, 4401.0, 4400.0, 4411.0, 4403.0, 4412.0, 4414.0, 4404.0, 4435.0, 4406.0, 4446.0, 4414.0, 4405.0, 4425.0, 4407.0, 4456.0, 4415.0, 4434.0, 4403.0, 4406.0, 4435.0, 4395.0, 4455.0, 4404.0, 4414.0, 4416.0, 4416.0, 4436.0, 4406.0, 4424.0, 4417.0, 4407.0, 4426.0, 4408.0, 4436.0, 4406.0, 4436.0, 4416.0, 4417.0, 4418.0, 4407.0, 4439.0, 4433.0, 4451.0, 4430.0, 4420.0, 4429.0, 4421.0, 4443.0, 4445.0, 4432.0, 4443.0, 4422.0, 4444.0, 4485.0, 4445.0, 4494.0, 4473.0, 4481.0, 4418.0, 4459.0, 4441.0, 4469.0, 4448.0, 4467.0, 4416.0, 4435.0, 4429.0, 4438.0, 4416.0, 4407.0, 4436.0, 4417.0, 4449.0, 4418.0, 4437.0, 4419.0, 4427.0, 4418.0, 4420.0, 4449.0, 4422.0, 4472.0, 4421.0, 4461.0, 4431.0, 4470.0, 4450.0, 4458.0, 4418.0, 4420.0, 4416.0, 4415.0, 4447.0, 4405.0, 4446.0, 4418.0, 4455.0, 4415.0, 4467.0, 4415.0, 4443.0, 4415.0, 4433.0, 4413.0, 4410.0, 4400.0, 4389.0, 4413.0, 4404.0, 4401.0, 4393.0, 4423.0, 4393.0, 4423.0, 4420.0, 4425.0, 4393.0, 4425.0, 4393.0, 4423.0, 4405.0, 4449.0, 4419.0, 4437.0, 4420.0, 4418.0, 4431.0, 4472.0, 4422.0, 4448.0, 4418.0, 4447.0, 4420.0, 4409.0, 4439.0, 4421.0, 4467.0, 4448.0, 4439.0, 4456.0, 4425.0, 4448.0, 4456.0, 4435.0, 4466.0, 4446.0, 4425.0, 4501.0, 4498.0, 4484.0, 4483.0, 4459.0, 4456.0, 4425.0, 4466.0, 4455.0, 4454.0, 4412.0, 4444.0, 4413.0, 4419.0, 4412.0, 4419.0, 4402.0, 4443.0, 4403.0, 4411.0, 4414.0, 4402.0, 4403.0, 4406.0, 4415.0, 4414.0, 4435.0, 4406.0, 4434.0, 4429.0, 4425.0, 4414.0, 4404.0, 4414.0, 4403.0, 4437.0, 4416.0, 4454.0, 4402.0, 4441.0, 4390.0, 4435.0, 4412.0, 4390.0, 4401.0, 4400.0, 4410.0, 4401.0, 4421.0, 4391.0, 4410.0, 4431.0, 4456.0, 4419.0, 4417.0, 4416.0, 4416.0, 4429.0, 4431.0, 4433.0], 'WindowWidth': [9856.0, 9854.0, 9784.0, 9809.0, 9751.0, 9770.0, 9703.0, 9722.0, 9667.0, 9721.0, 9625.0, 9673.0, 9648.0, 9616.0, 9637.0, 9641.0, 9677.0, 9669.0, 9698.0, 9667.0, 9669.0, 9655.0, 9670.0, 9671.0, 9685.0, 9668.0, 9725.0, 9694.0, 9781.0, 9774.0, 9705.0, 9723.0, 9719.0, 9755.0, 9716.0, 9700.0, 9778.0, 9762.0, 9729.0, 9765.0, 9737.0, 9726.0, 9802.0, 9737.0, 9818.0, 9834.0, 9772.0, 9786.0, 9772.0, 9728.0, 9655.0, 9709.0, 9685.0, 9741.0, 9686.0, 9707.0, 9705.0, 9734.0, 9709.0, 9756.0, 9718.0, 9755.0, 9744.0, 9796.0, 9780.0, 9784.0, 9742.0, 9777.0, 9781.0, 9779.0, 9814.0, 9750.0, 9803.0, 9770.0, 9845.0, 9797.0, 9839.0, 9774.0, 9758.0, 9791.0, 9757.0, 9840.0, 9743.0, 9776.0, 9744.0, 9797.0, 9752.0, 9813.0, 9757.0, 9750.0, 9770.0, 9743.0, 9784.0, 9742.0, 9779.0, 9744.0, 9800.0, 9740.0, 9801.0, 9723.0, 9742.0, 9734.0, 9742.0, 9717.0, 9746.0, 9720.0, 9748.0, 9760.0, 9782.0, 9768.0, 9784.0, 9787.0, 9850.0, 9770.0, 9793.0, 9817.0, 9769.0, 9833.0, 9741.0, 9795.0, 9762.0, 9790.0, 9718.0, 9761.0, 9724.0, 9789.0, 9731.0, 9741.0, 9699.0, 9722.0, 9698.0, 9762.0, 9695.0, 9739.0, 9717.0, 9754.0, 9713.0, 9750.0, 9734.0, 9748.0, 9729.0, 9729.0, 9755.0, 9718.0, 9787.0, 9714.0, 9819.0, 9709.0, 9765.0, 9746.0, 9721.0, 9724.0, 9705.0, 9715.0, 9692.0, 9755.0, 9688.0, 9736.0, 9664.0, 9689.0, 9751.0, 9705.0, 9723.0, 9681.0, 9701.0, 9666.0, 9716.0, 9709.0, 9754.0, 9710.0, 9738.0, 9731.0, 9717.0, 9769.0, 9747.0, 9800.0, 9747.0, 9787.0, 9724.0, 9766.0, 9719.0, 9812.0, 9716.0, 9740.0, 9717.0, 9741.0, 9707.0, 9738.0, 9675.0, 9717.0, 9712.0, 9736.0, 9717.0, 9735.0, 9696.0, 9725.0, 9713.0, 9724.0, 9720.0, 9724.0, 9690.0, 9706.0, 9731.0, 9726.0, 9718.0, 9724.0, 9690.0, 9705.0, 9711.0, 9729.0, 9720.0, 9709.0, 9692.0, 9710.0, 9711.0, 9743.0, 9723.0, 9750.0, 9706.0, 9706.0, 9772.0, 9736.0, 9752.0, 9693.0, 9729.0, 9690.0, 9717.0, 9716.0, 9746.0, 9718.0, 9747.0, 9725.0, 9750.0, 9749.0, 9776.0, 9746.0, 9775.0, 9747.0, 9769.0, 9823.0, 9749.0, 9807.0, 9749.0, 9774.0, 9717.0, 9744.0, 9703.0, 9725.0, 9701.0, 9751.0, 9788.0, 9825.0, 9806.0, 9823.0, 9771.0, 9705.0, 9736.0, 9740.0, 9813.0, 9845.0, 9781.0, 9840.0, 9815.0, 9832.0, 9733.0, 9720.0, 9749.0, 9815.0, 9784.0, 9802.0, 9767.0, 9800.0, 9716.0, 9756.0, 9709.0, 9726.0, 9677.0, 9751.0, 9643.0, 9695.0, 9654.0, 9696.0, 9686.0, 9700.0, 9656.0, 9677.0, 9672.0, 9700.0, 9657.0, 9699.0, 9641.0, 9669.0, 9666.0, 9685.0, 9684.0, 9694.0, 9661.0, 9674.0, 9673.0, 9674.0, 9663.0, 9679.0, 9664.0, 9717.0, 9695.0, 9700.0, 9666.0, 9679.0, 9688.0, 9717.0, 9703.0, 9735.0, 9693.0, 9730.0, 9713.0, 9751.0, 9709.0, 9762.0, 9711.0, 9736.0, 9693.0, 9739.0, 9703.0, 9700.0, 9667.0, 9696.0, 9695.0, 9729.0, 9723.0, 9710.0, 9695.0, 9727.0, 9728.0, 9736.0, 9797.0, 9735.0, 9776.0, 9718.0, 9743.0, 9721.0, 9741.0, 9698.0, 9753.0, 9716.0, 9732.0, 9772.0, 9737.0, 9808.0, 9702.0, 9745.0, 9689.0, 9726.0, 9710.0, 9733.0, 9717.0, 9785.0, 9752.0, 9782.0, 9733.0, 9812.0, 9823.0, 9815.0, 9792.0, 9766.0, 9776.0, 9817.0, 9795.0, 9795.0, 9736.0, 9815.0, 9753.0, 9829.0, 9802.0, 9804.0, 9743.0, 9781.0, 9724.0, 9804.0, 9768.0, 9779.0, 9702.0, 9753.0, 9707.0, 9747.0, 9703.0, 9744.0, 9682.0, 9728.0, 9686.0, 9739.0, 9704.0, 9719.0, 9695.0, 9712.0, 9719.0, 9716.0, 9722.0, 9734.0, 9729.0, 9766.0, 9707.0, 9733.0, 9692.0, 9739.0, 9694.0, 9723.0, 9677.0, 9713.0, 9723.0, 9709.0, 9767.0, 9699.0, 9738.0, 9716.0, 9742.0, 9719.0, 9746.0, 9728.0, 9772.0, 9728.0, 9762.0, 9785.0, 9758.0, 9814.0, 9741.0, 9801.0, 9751.0, 9794.0, 9727.0, 9763.0, 9694.0, 9725.0, 9767.0, 9724.0, 9805.0, 9745.0, 9784.0, 9700.0, 9772.0, 9736.0, 9753.0, 9729.0, 9715.0, 9746.0, 9723.0, 9778.0, 9770.0, 9758.0, 9788.0, 9794.0, 9762.0, 9803.0, 9791.0, 9863.0, 9798.0, 9813.0, 9747.0, 9775.0, 9697.0, 9710.0, 9707.0, 9728.0, 9686.0, 9731.0, 9688.0, 9731.0, 9709.0, 9744.0, 9724.0, 9711.0, 9740.0, 9763.0, 9786.0, 9758.0, 9741.0, 9750.0, 9763.0, 9788.0, 9740.0, 9784.0, 9726.0, 9781.0, 9740.0, 9805.0, 9756.0, 9742.0, 9704.0, 9723.0, 9760.0, 9709.0, 9752.0, 9686.0, 9726.0, 9692.0, 9747.0, 9720.0, 9777.0, 9742.0, 9777.0, 9742.0, 9780.0, 9744.0, 9791.0, 9745.0, 9780.0, 9729.0, 9756.0, 9729.0, 9766.0, 9786.0, 9738.0, 9752.0, 9743.0, 9759.0, 9762.0, 9736.0, 9800.0, 9757.0, 9801.0, 9779.0, 9801.0, 9848.0, 9790.0, 9819.0, 9768.0, 9843.0, 9787.0, 9839.0, 9778.0, 9812.0, 9779.0, 9810.0, 9777.0, 9808.0, 9697.0, 9764.0, 9733.0, 9752.0, 9706.0, 9761.0, 9685.0, 9724.0, 9698.0, 9726.0, 9688.0, 9726.0, 9703.0, 9741.0, 9727.0, 9743.0, 9705.0, 9729.0, 9670.0, 9701.0, 9708.0, 9709.0, 9745.0, 9684.0, 9726.0, 9691.0, 9726.0, 9717.0, 9736.0, 9692.0, 9721.0, 9676.0, 9728.0, 9715.0, 9734.0, 9742.0, 9714.0, 9742.0, 9741.0, 9793.0, 9726.0, 9772.0, 9724.0, 9735.0, 9707.0, 9740.0, 9736.0, 9741.0, 9798.0, 9740.0, 9779.0, 9765.0, 9767.0, 9750.0, 9785.0, 9771.0, 9773.0, 9806.0, 9794.0, 9841.0, 9806.0, 9866.0, 9900.0, 9815.0, 9852.0, 9804.0, 9819.0, 9843.0, 9775.0, 9794.0, 9773.0, 9805.0, 9728.0, 9739.0, 9750.0, 9757.0, 9772.0, 9744.0, 9755.0, 9690.0, 9772.0, 9724.0, 9783.0, 9749.0, 9773.0, 9694.0, 9702.0, 9670.0, 9694.0, 9774.0, 9729.0, 9753.0, 9752.0, 9705.0, 9771.0, 9674.0, 9706.0, 9724.0, 9736.0, 9713.0, 9747.0, 9713.0, 9729.0, 9709.0, 9740.0, 9676.0, 9673.0, 9702.0, 9703.0, 9705.0, 9790.0, 9743.0, 9761.0, 9727.0, 9726.0, 9666.0, 9683.0, 9651.0, 9680.0, 9638.0, 9674.0, 9644.0, 9652.0, 9679.0, 9652.0, 9680.0, 9676.0, 9729.0, 9680.0, 9694.0, 9757.0, 9708.0, 9707.0, 9721.0, 9713.0, 9725.0, 9728.0, 9716.0, 9759.0, 9721.0, 9776.0, 9728.0, 9717.0, 9744.0, 9723.0, 9792.0, 9731.0, 9755.0, 9713.0, 9721.0, 9757.0, 9704.0, 9788.0, 9716.0, 9727.0, 9734.0, 9733.0, 9762.0, 9720.0, 9743.0, 9737.0, 9726.0, 9747.0, 9724.0, 9761.0, 9722.0, 9762.0, 9734.0, 9738.0, 9741.0, 9725.0, 9770.0, 9770.0, 9791.0, 9761.0, 9748.0, 9757.0, 9751.0, 9785.0, 9787.0, 9766.0, 9783.0, 9751.0, 9785.0, 9846.0, 9789.0, 9865.0, 9826.0, 9836.0, 9741.0, 9799.0, 9777.0, 9816.0, 9783.0, 9808.0, 9734.0, 9759.0, 9759.0, 9768.0, 9735.0, 9724.0, 9763.0, 9739.0, 9786.0, 9742.0, 9765.0, 9744.0, 9753.0, 9741.0, 9750.0, 9784.0, 9753.0, 9822.0, 9750.0, 9807.0, 9762.0, 9821.0, 9790.0, 9797.0, 9739.0, 9749.0, 9735.0, 9733.0, 9779.0, 9720.0, 9779.0, 9742.0, 9793.0, 9731.0, 9809.0, 9734.0, 9770.0, 9734.0, 9756.0, 9725.0, 9716.0, 9703.0, 9686.0, 9728.0, 9718.0, 9708.0, 9700.0, 9739.0, 9701.0, 9741.0, 9748.0, 9748.0, 9702.0, 9744.0, 9700.0, 9741.0, 9719.0, 9785.0, 9746.0, 9766.0, 9747.0, 9743.0, 9763.0, 9824.0, 9751.0, 9785.0, 9741.0, 9779.0, 9748.0, 9732.0, 9773.0, 9751.0, 9826.0, 9801.0, 9788.0, 9806.0, 9761.0, 9797.0, 9806.0, 9773.0, 9818.0, 9790.0, 9760.0, 9886.0, 9874.0, 9843.0, 9848.0, 9798.0, 9792.0, 9744.0, 9809.0, 9785.0, 9788.0, 9722.0, 9771.0, 9725.0, 9731.0, 9723.0, 9731.0, 9706.0, 9765.0, 9713.0, 9719.0, 9729.0, 9709.0, 9711.0, 9722.0, 9733.0, 9729.0, 9762.0, 9719.0, 9757.0, 9758.0, 9747.0, 9730.0, 9715.0, 9728.0, 9710.0, 9766.0, 9732.0, 9788.0, 9709.0, 9765.0, 9689.0, 9760.0, 9724.0, 9690.0, 9706.0, 9703.0, 9715.0, 9707.0, 9735.0, 9692.0, 9716.0, 9762.0, 9807.0, 9746.0, 9739.0, 9736.0, 9737.0, 9759.0, 9763.0, 9764.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.0006857224770642202</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026120435894495416</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.997278539770356</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3254742230424779</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984404372789899</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5349</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3728.042</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11959521904777982</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.582568807339449</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4169027990193723</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2933088544141653</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.632144028153887</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3252555144900655</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0312121</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024277273565530777</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04800285026431084</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.3191711451721755</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0236</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.8266</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.3113</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283124.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1146.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.6753</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5456</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.7564</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3538.3595</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>93420.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1642.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.9074</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.13644272275269</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> |