=== 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-0008 --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-0008",
"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-0008_ses-01_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-0008_ses-01_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-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0008_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-01_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-0008/figures/sub-0008_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-01_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-0008/ses-01/func/sub-0008_ses-01_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>07fb324741588fb1e89814f4cec58e1a</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>12:32:45.690000</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_VE11C_LATEST_20160120</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.998519, -0.0107825, 0.0533258, 0.00801676, 0.998625, 0.0518095]</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.0836529</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>[4156, -7711, -7332, 630, -69, -183, -77, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.322</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>02278599-71ed-4de7-84b1-76c93c7e8906||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6789534091949463, 0.021508393809199333, 0.1452900916337967, 109.66510772705078], [0.028928671032190323, 2.6792373657226562, 0.13852418959140778, -105.00067138671875], [0.1430693417787552, -0.13900107145309448, 2.6925270557403564, -73.69952392578125], [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': ['123245.690000', '123246.150000', '123246.610000', '123247.070000', '123247.530000', '123247.990000', '123248.450000', '123248.910000', '123249.370000', '123249.830000', '123250.290000', '123250.750000', '123251.210000', '123251.670000', '123252.130000', '123252.590000', '123253.050000', '123253.510000', '123253.970000', '123254.430000', '123254.890000', '123255.350000', '123255.810000', '123256.270000', '123256.730000', '123257.190000', '123257.650000', '123258.110000', '123258.570000', '123259.030000', '123259.490000', '123259.950000', '123300.410000', '123300.870000', '123301.330000', '123301.790000', '123302.250000', '123302.710000', '123303.170000', '123303.630000', '123304.090000', '123304.550000', '123305.010000', '123305.470000', '123305.930000', '123306.390000', '123306.850000', '123307.310000', '123307.770000', '123308.230000', '123308.690000', '123309.150000', '123309.610000', '123310.070000', '123310.530000', '123310.990000', '123311.450000', '123311.910000', '123312.370000', '123312.830000', '123313.290000', '123313.750000', '123314.210000', '123314.670000', '123315.130000', '123315.590000', '123316.050000', '123316.510000', '123316.970000', '123317.430000', '123317.890000', '123318.350000', '123318.810000', '123319.270000', '123319.730000', '123320.190000', '123320.650000', '123321.110000', '123321.570000', '123322.030000', '123322.490000', '123322.950000', '123323.410000', '123323.870000', '123324.330000', '123324.790000', '123325.250000', '123325.710000', '123326.170000', '123326.630000', '123327.090000', '123327.550000', '123328.010000', '123328.470000', '123328.930000', '123329.390000', '123329.850000', '123330.310000', '123330.770000', '123331.230000', '123331.690000', '123332.150000', '123332.610000', '123333.070000', '123333.530000', '123333.990000', '123334.450000', '123334.910000', '123335.370000', '123335.830000', '123336.290000', '123336.750000', '123337.210000', '123337.670000', '123338.130000', '123338.590000', '123339.050000', '123339.510000', '123339.970000', '123340.430000', '123340.890000', '123341.350000', '123341.810000', '123342.270000', '123342.730000', '123343.190000', '123343.650000', '123344.110000', '123344.570000', '123345.030000', '123345.490000', '123345.950000', '123346.410000', '123346.870000', '123347.330000', '123347.790000', '123348.250000', '123348.710000', '123349.170000', '123349.630000', '123350.090000', '123350.550000', '123351.010000', '123351.470000', '123351.930000', '123352.390000', '123352.850000', '123353.310000', '123353.770000', '123354.230000', '123354.690000', '123355.150000', '123355.610000', '123356.070000', '123356.530000', '123356.990000', '123357.450000', '123357.910000', '123358.370000', '123358.830000', '123359.290000', '123359.750000', '123400.210000', '123400.670000', '123401.130000', '123401.590000', '123402.050000', '123402.510000', '123402.970000', '123403.430000', '123403.890000', '123404.350000', '123404.810000', '123405.270000', '123405.730000', '123406.190000', '123406.650000', '123407.110000', '123407.570000', '123408.030000', '123408.490000', '123408.950000', '123409.410000', '123409.870000', '123410.330000', '123410.790000', '123411.250000', '123411.710000', '123412.170000', '123412.630000', '123413.090000', '123413.550000', '123414.010000', '123414.470000', '123414.930000', '123415.390000', '123415.850000', '123416.310000', '123416.770000', '123417.230000', '123417.690000', '123418.150000', '123418.610000', '123419.070000', '123419.530000', '123419.990000', '123420.450000', '123420.910000', '123421.370000', '123421.830000', '123422.290000', '123422.750000', '123423.210000', '123423.670000', '123424.130000', '123424.590000', '123425.050000', '123425.510000', '123425.970000', '123426.430000', '123426.890000', '123427.350000', '123427.810000', '123428.270000', '123428.730000', '123429.190000', '123429.650000', '123430.110000', '123430.570000', '123431.030000', '123431.490000', '123431.950000', '123432.410000', '123432.870000', '123433.330000', '123433.790000', '123434.250000', '123434.710000', '123435.170000', '123435.630000', '123436.090000', '123436.550000', '123437.010000', '123437.470000', '123437.930000', '123438.390000', '123438.850000', '123439.310000', '123439.770000', '123440.230000', '123440.690000', '123441.150000', '123441.610000', '123442.070000', '123442.530000', '123442.990000', '123443.450000', '123443.910000', '123444.370000', '123444.830000', '123445.290000', '123445.750000', '123446.210000', '123446.670000', '123447.130000', '123447.590000', '123448.050000', '123448.510000', '123448.970000', '123449.430000', '123449.890000', '123450.350000', '123450.810000', '123451.270000', '123451.730000', '123452.190000', '123452.650000', '123453.110000', '123453.570000', '123454.030000', '123454.490000', '123454.950000', '123455.410000', '123455.870000', '123456.330000', '123456.790000', '123457.250000', '123457.710000', '123458.170000', '123458.630000', '123459.090000', '123459.550000', '123500.010000', '123500.470000', '123500.930000', '123501.390000', '123501.850000', '123502.310000', '123502.770000', '123503.230000', '123503.690000', '123504.150000', '123504.610000', '123505.070000', '123505.530000', '123505.990000', '123506.450000', '123506.910000', '123507.370000', '123507.830000', '123508.290000', '123508.750000', '123509.210000', '123509.670000', '123510.130000', '123510.590000', '123511.050000', '123511.510000', '123511.970000', '123512.430000', '123512.890000', '123513.350000', '123513.810000', '123514.270000', '123514.730000', '123515.190000', '123515.650000', '123516.110000', '123516.570000', '123517.030000', '123517.490000', '123517.950000', '123518.410000', '123518.870000', '123519.330000', '123519.790000', '123520.250000', '123520.710000', '123521.170000', '123521.630000', '123522.090000', '123522.550000', '123523.010000', '123523.470000', '123523.930000', '123524.390000', '123524.850000', '123525.310000', '123525.770000', '123526.230000', '123526.690000', '123527.150000', '123527.610000', '123528.070000', '123528.530000', '123528.990000', '123529.450000', '123529.910000', '123530.370000', '123530.830000', '123531.290000', '123531.750000', '123532.210000', '123532.670000', '123533.130000', '123533.590000', '123534.050000', '123534.510000', '123534.970000', '123535.430000', '123535.890000', '123536.350000', '123536.810000', '123537.270000', '123537.730000', '123538.190000', '123538.650000', '123539.110000', '123539.570000', '123540.030000', '123540.490000', '123540.950000', '123541.410000', '123541.870000', '123542.330000', '123542.790000', '123543.250000', '123543.710000', '123544.170000', '123544.630000', '123545.090000', '123545.550000', '123546.010000', '123546.470000', '123546.930000', '123547.390000', '123547.850000', '123548.310000', '123548.770000', '123549.230000', '123549.690000', '123550.150000', '123550.610000', '123551.070000', '123551.530000', '123551.990000', '123552.450000', '123552.910000', '123553.370000', '123553.830000', '123554.290000', '123554.750000', '123555.210000', '123555.670000', '123556.130000', '123556.590000', '123557.050000', '123557.510000', '123557.970000', '123558.430000', '123558.890000', '123559.350000', '123559.810000', '123600.270000', '123600.730000', '123601.190000', '123601.650000', '123602.110000', '123602.570000', '123603.030000', '123603.490000', '123603.950000', '123604.410000', '123604.870000', '123605.330000', '123605.790000', '123606.250000', '123606.710000', '123607.170000', '123607.630000', '123608.090000', '123608.550000', '123609.010000', '123609.470000', '123609.930000', '123610.390000', '123610.850000', '123611.310000', '123611.770000', '123612.230000', '123612.690000', '123613.150000', '123613.610000', '123614.070000', '123614.530000', '123614.990000', '123615.450000', '123615.910000', '123616.370000', '123616.830000', '123617.290000', '123617.750000', '123618.210000', '123618.670000', '123619.130000', '123619.590000', '123620.050000', '123620.510000', '123620.970000', '123621.430000', '123621.890000', '123622.350000', '123622.810000', '123623.270000', '123623.730000', '123624.190000', '123624.650000', '123625.110000', '123625.570000', '123626.030000', '123626.490000', '123626.950000', '123627.410000', '123627.870000', '123628.330000', '123628.790000', '123629.250000', '123629.710000', '123630.170000', '123630.630000', '123631.090000', '123631.550000', '123632.010000', '123632.470000', '123632.930000', '123633.390000', '123633.850000', '123634.310000', '123634.770000', '123635.230000', '123635.690000', '123636.150000', '123636.610000', '123637.070000', '123637.530000', '123637.990000', '123638.450000', '123638.910000', '123639.370000', '123639.830000', '123640.290000', '123640.750000', '123641.210000', '123641.670000', '123642.130000', '123642.590000', '123643.050000', '123643.510000', '123643.970000', '123644.430000', '123644.890000', '123645.350000', '123645.810000', '123646.270000', '123646.730000', '123647.190000', '123647.650000', '123648.110000', '123648.570000', '123649.030000', '123649.490000', '123649.950000', '123650.410000', '123650.870000', '123651.330000', '123651.790000', '123652.250000', '123652.710000', '123653.170000', '123653.630000', '123654.090000', '123654.550000', '123655.010000', '123655.470000', '123655.930000', '123656.390000', '123656.850000', '123657.310000', '123657.770000', '123658.230000', '123658.690000', '123659.150000', '123659.610000', '123700.070000', '123700.530000', '123700.990000', '123701.450000', '123701.910000', '123702.370000', '123702.830000', '123703.290000', '123703.750000', '123704.210000', '123704.670000', '123705.130000', '123705.590000', '123706.050000', '123706.510000', '123706.970000', '123707.430000', '123707.890000', '123708.350000', '123708.810000', '123709.270000', '123709.730000', '123710.190000', '123710.650000', '123711.110000', '123711.570000', '123712.030000', '123712.490000', '123712.950000', '123713.410000', '123713.870000', '123714.330000', '123714.790000', '123715.250000', '123715.710000', '123716.170000', '123716.630000', '123717.090000', '123717.550000', '123718.010000', '123718.470000', '123718.930000', '123719.390000', '123719.850000', '123720.310000', '123720.770000', '123721.230000', '123721.690000', '123722.150000', '123722.610000', '123723.070000', '123723.530000', '123723.990000', '123724.450000', '123724.910000', '123725.370000', '123725.830000', '123726.290000', '123726.750000', '123727.210000', '123727.670000', '123728.130000', '123728.590000', '123729.050000', '123729.510000', '123729.970000', '123730.430000', '123730.890000', '123731.350000', '123731.810000', '123732.270000', '123732.730000', '123733.190000', '123733.650000', '123734.110000', '123734.570000', '123735.030000', '123735.490000', '123735.950000', '123736.410000', '123736.870000', '123737.330000', '123737.790000', '123738.250000', '123738.710000', '123739.170000', '123739.630000', '123740.090000', '123740.550000', '123741.010000', '123741.470000', '123741.930000', '123742.390000', '123742.850000', '123743.310000', '123743.770000', '123744.230000', '123744.690000', '123745.150000', '123745.610000', '123746.070000', '123746.530000', '123746.990000', '123747.450000', '123747.910000', '123748.370000', '123748.830000', '123749.290000', '123749.750000', '123750.210000', '123750.670000', '123751.130000', '123751.590000', '123752.050000', '123752.510000', '123752.970000', '123753.430000', '123753.890000', '123754.350000', '123754.810000', '123755.270000', '123755.730000', '123756.190000', '123756.650000', '123757.110000', '123757.570000', '123758.030000', '123758.490000', '123758.950000', '123759.410000', '123759.870000', '123800.330000', '123800.790000', '123801.250000', '123801.710000', '123802.170000', '123802.630000', '123803.090000', '123803.550000', '123804.010000', '123804.470000', '123804.930000', '123805.390000', '123805.850000', '123806.310000', '123806.770000', '123807.230000', '123807.690000', '123808.150000', '123808.610000', '123809.070000', '123809.530000', '123809.990000', '123810.450000', '123810.910000', '123811.370000', '123811.830000', '123812.290000', '123812.750000', '123813.210000', '123813.670000', '123814.130000', '123814.590000', '123815.050000', '123815.510000', '123815.970000', '123816.430000', '123816.890000', '123817.350000', '123817.810000', '123818.270000', '123818.730000', '123819.190000', '123819.650000', '123820.110000', '123820.570000', '123821.030000', '123821.490000', '123821.950000', '123822.410000', '123822.870000', '123823.330000', '123823.790000', '123824.250000', '123824.710000', '123825.170000', '123825.630000', '123826.090000', '123826.550000', '123827.010000', '123827.470000', '123827.930000', '123828.390000', '123828.850000', '123829.310000', '123829.770000', '123830.230000', '123830.690000', '123831.150000', '123831.610000', '123832.070000', '123832.530000', '123832.990000', '123833.450000', '123833.910000', '123834.370000', '123834.830000', '123835.290000', '123835.750000', '123836.210000', '123836.670000', '123837.130000', '123837.590000', '123838.050000', '123838.510000', '123838.970000', '123839.430000', '123839.890000', '123840.350000', '123840.810000', '123841.270000', '123841.730000', '123842.190000', '123842.650000', '123843.110000', '123843.570000', '123844.030000', '123844.490000', '123844.950000', '123845.410000', '123845.870000', '123846.330000', '123846.790000', '123847.250000', '123847.710000', '123848.170000', '123848.630000', '123849.090000', '123849.550000', '123850.010000', '123850.470000', '123850.930000', '123851.390000', '123851.850000', '123852.310000', '123852.770000', '123853.230000', '123853.690000', '123854.150000', '123854.610000', '123855.070000', '123855.530000', '123855.990000', '123856.450000', '123856.910000', '123857.370000', '123857.830000', '123858.290000', '123858.750000', '123859.210000', '123859.670000', '123900.130000', '123900.590000', '123901.050000', '123901.510000', '123901.970000', '123902.430000', '123902.890000', '123903.350000', '123903.810000', '123904.270000', '123904.730000', '123905.190000', '123905.650000', '123906.110000', '123906.570000', '123907.030000', '123907.490000', '123907.950000', '123908.410000', '123908.870000', '123909.330000', '123909.790000', '123910.250000', '123910.710000', '123911.170000', '123911.630000', '123912.090000', '123912.550000', '123913.010000', '123913.470000', '123913.930000', '123914.390000', '123914.850000', '123915.310000', '123915.770000', '123916.230000', '123916.690000', '123917.150000', '123917.610000', '123918.070000', '123918.530000', '123918.990000', '123919.450000', '123919.910000', '123920.370000', '123920.830000', '123921.290000', '123921.750000', '123922.210000', '123922.670000', '123923.130000', '123923.590000', '123924.050000', '123924.510000', '123924.970000', '123925.430000', '123925.890000', '123926.350000'], 'ContentTime': ['123309.201000', '123309.218000', '123309.221000', '123309.224000', '123309.227000', '123309.230000', '123309.233000', '123309.236000', '123309.239000', '123309.242000', '123309.245000', '123309.248000', '123309.250000', '123309.259000', '123309.262000', '123309.264000', '123309.267000', '123309.270000', '123309.273000', '123309.276000', '123309.279000', '123309.282000', '123309.285000', '123309.288000', '123309.291000', '123309.306000', '123309.309000', '123309.312000', '123309.315000', '123309.319000', '123309.321000', '123309.324000', '123309.327000', '123309.330000', '123309.333000', '123309.336000', '123309.339000', '123309.342000', '123309.345000', '123309.348000', '123309.351000', '123309.354000', '123309.357000', '123309.360000', '123309.363000', '123309.366000', '123309.369000', '123309.372000', '123309.375000', '123329.177000', '123329.180000', '123329.183000', '123329.186000', '123329.189000', '123329.192000', '123329.195000', '123329.197000', '123329.200000', '123329.203000', '123329.206000', '123329.209000', '123329.211000', '123329.214000', '123329.222000', '123329.224000', '123329.227000', '123329.230000', '123329.233000', '123329.236000', '123329.240000', '123329.245000', '123329.248000', '123329.251000', '123329.253000', '123329.256000', '123329.259000', '123329.262000', '123329.265000', '123329.267000', '123329.270000', '123329.273000', '123329.276000', '123329.279000', '123329.281000', '123329.284000', '123329.287000', '123329.290000', '123329.293000', '123329.295000', '123329.298000', '123329.301000', '123329.304000', '123349.177000', '123349.180000', '123349.183000', '123349.185000', '123349.188000', '123349.191000', '123349.194000', '123349.197000', '123349.199000', '123349.202000', '123349.205000', '123349.208000', '123349.211000', '123349.213000', '123349.216000', '123349.219000', '123349.222000', '123349.225000', '123349.228000', '123349.230000', '123349.233000', '123349.236000', '123349.239000', '123349.242000', '123349.245000', '123349.247000', '123349.250000', '123349.253000', '123349.256000', '123349.259000', '123349.261000', '123349.264000', '123349.267000', '123349.270000', '123349.273000', '123349.276000', '123349.278000', '123349.281000', '123349.284000', '123349.287000', '123349.293000', '123349.296000', '123349.299000', '123349.302000', '123409.177000', '123409.180000', '123409.182000', '123409.185000', '123409.196000', '123409.199000', '123409.202000', '123409.205000', '123409.208000', '123409.210000', '123409.213000', '123409.216000', '123409.219000', '123409.222000', '123409.224000', '123409.227000', '123409.230000', '123409.233000', '123409.236000', '123409.241000', '123409.244000', '123409.247000', '123409.249000', '123409.252000', '123409.255000', '123409.258000', '123409.261000', '123409.263000', '123409.268000', '123409.272000', '123409.275000', '123409.278000', '123409.281000', '123409.284000', '123409.287000', '123409.289000', '123409.292000', '123409.295000', '123409.298000', '123409.301000', '123409.303000', '123409.306000', '123409.309000', '123429.176000', '123429.179000', '123429.181000', '123429.184000', '123429.187000', '123429.190000', '123429.193000', '123429.196000', '123429.198000', '123429.201000', '123429.204000', '123429.207000', '123429.210000', '123429.213000', '123429.215000', '123429.218000', '123429.221000', '123429.224000', '123429.227000', '123429.230000', '123429.232000', '123429.235000', '123429.238000', '123429.241000', '123429.244000', '123429.247000', '123429.249000', '123429.252000', '123429.255000', '123429.262000', '123429.265000', '123429.267000', '123429.270000', '123429.273000', '123429.276000', '123429.279000', '123429.288000', '123429.291000', '123429.294000', '123429.297000', '123429.300000', '123429.303000', '123429.305000', '123429.308000', '123449.177000', '123449.180000', '123449.183000', '123449.186000', '123449.188000', '123449.191000', '123449.194000', '123449.197000', '123449.200000', '123449.203000', '123449.205000', '123449.208000', '123449.212000', '123449.215000', '123449.218000', '123449.221000', '123449.224000', '123449.227000', '123449.230000', '123449.233000', '123449.236000', '123449.238000', '123449.241000', '123449.244000', '123449.251000', '123449.254000', '123449.257000', '123449.260000', '123449.262000', '123449.265000', '123449.268000', '123449.271000', '123449.274000', '123449.277000', '123449.279000', '123449.282000', '123449.287000', '123449.289000', '123449.292000', '123449.295000', '123449.298000', '123449.301000', '123449.304000', '123509.177000', '123509.180000', '123509.183000', '123509.185000', '123509.188000', '123509.191000', '123509.194000', '123509.197000', '123509.200000', '123509.203000', '123509.205000', '123509.208000', '123509.211000', '123509.214000', '123509.217000', '123509.219000', '123509.228000', '123509.231000', '123509.234000', '123509.236000', '123509.239000', '123509.242000', '123509.245000', '123509.248000', '123509.250000', '123509.253000', '123509.256000', '123509.259000', '123509.262000', '123509.264000', '123509.267000', '123509.270000', '123509.273000', '123509.276000', '123509.278000', '123509.281000', '123509.284000', '123509.287000', '123509.290000', '123509.293000', '123509.295000', '123509.298000', '123509.301000', '123509.304000', '123529.177000', '123529.180000', '123529.183000', '123529.186000', '123529.188000', '123529.191000', '123529.194000', '123529.197000', '123529.200000', '123529.202000', '123529.205000', '123529.208000', '123529.211000', '123529.214000', '123529.217000', '123529.220000', '123529.223000', '123529.225000', '123529.228000', '123529.231000', '123529.234000', '123529.237000', '123529.240000', '123529.242000', '123529.245000', '123529.248000', '123529.251000', '123529.254000', '123529.256000', '123529.259000', '123529.262000', '123529.265000', '123529.268000', '123529.270000', '123529.273000', '123529.276000', '123529.279000', '123529.282000', '123529.284000', '123529.287000', '123529.290000', '123529.293000', '123529.296000', '123549.198000', '123549.201000', '123549.204000', '123549.207000', '123549.210000', '123549.213000', '123549.216000', '123549.219000', '123549.221000', '123549.224000', '123549.227000', '123549.230000', '123549.233000', '123549.235000', '123549.238000', '123549.241000', '123549.244000', '123549.247000', '123549.250000', '123549.253000', '123549.255000', '123549.258000', '123549.261000', '123549.264000', '123549.267000', '123549.269000', '123549.272000', '123549.275000', '123549.278000', '123549.281000', '123549.284000', '123549.286000', '123549.289000', '123549.292000', '123549.295000', '123549.298000', '123549.300000', '123549.303000', '123549.306000', '123549.309000', '123549.312000', '123549.314000', '123549.317000', '123549.320000', '123609.177000', '123609.180000', '123609.183000', '123609.185000', '123609.188000', '123609.191000', '123609.194000', '123609.197000', '123609.200000', '123609.203000', '123609.206000', '123609.208000', '123609.211000', '123609.214000', '123609.217000', '123609.220000', '123609.223000', '123609.226000', '123609.228000', '123609.231000', '123609.234000', '123609.237000', '123609.240000', '123609.242000', '123609.245000', '123609.248000', '123609.252000', '123609.255000', '123609.258000', '123609.261000', '123609.264000', '123609.266000', '123609.269000', '123609.272000', '123609.275000', '123609.278000', '123609.281000', '123609.284000', '123609.286000', '123609.289000', '123609.292000', '123609.295000', '123609.298000', '123629.177000', '123629.180000', '123629.183000', '123629.185000', '123629.188000', '123629.191000', '123629.194000', '123629.197000', '123629.199000', '123629.202000', '123629.205000', '123629.208000', '123629.211000', '123629.214000', '123629.218000', '123629.221000', '123629.224000', '123629.226000', '123629.229000', '123629.232000', '123629.235000', '123629.238000', '123629.241000', '123629.243000', '123629.246000', '123629.249000', '123629.252000', '123629.255000', '123629.258000', '123629.260000', '123629.263000', '123629.266000', '123629.269000', '123629.272000', '123629.274000', '123629.277000', '123629.280000', '123629.283000', '123629.286000', '123629.289000', '123629.291000', '123629.294000', '123629.297000', '123629.300000', '123649.176000', '123649.179000', '123649.182000', '123649.184000', '123649.187000', '123649.190000', '123649.193000', '123649.196000', '123649.199000', '123649.202000', '123649.205000', '123649.207000', '123649.211000', '123649.213000', '123649.216000', '123649.219000', '123649.222000', '123649.225000', '123649.228000', '123649.230000', '123649.233000', '123649.236000', '123649.239000', '123649.242000', '123649.245000', '123649.247000', '123649.250000', '123649.253000', '123649.256000', '123649.259000', '123649.262000', '123649.264000', '123649.267000', '123649.270000', '123649.273000', '123649.276000', '123649.279000', '123649.281000', '123649.284000', '123649.287000', '123649.290000', '123649.293000', '123649.295000', '123709.177000', '123709.180000', '123709.183000', '123709.186000', '123709.188000', '123709.191000', '123709.194000', '123709.197000', '123709.200000', '123709.203000', '123709.206000', '123709.208000', '123709.211000', '123709.214000', '123709.217000', '123709.220000', '123709.223000', '123709.226000', '123709.228000', '123709.231000', '123709.234000', '123709.237000', '123709.240000', '123709.243000', '123709.245000', '123709.258000', '123709.261000', '123709.264000', '123709.267000', '123709.270000', '123709.273000', '123709.275000', '123709.278000', '123709.281000', '123709.284000', '123709.287000', '123709.290000', '123709.292000', '123709.295000', '123709.298000', '123709.301000', '123709.304000', '123709.307000', '123709.309000', '123729.177000', '123729.180000', '123729.183000', '123729.186000', '123729.188000', '123729.191000', '123729.194000', '123729.197000', '123729.200000', '123729.203000', '123729.205000', '123729.208000', '123729.211000', '123729.214000', '123729.217000', '123729.220000', '123729.223000', '123729.225000', '123729.228000', '123729.231000', '123729.234000', '123729.237000', '123729.239000', '123729.242000', '123729.245000', '123729.248000', '123729.251000', '123729.254000', '123729.256000', '123729.259000', '123729.262000', '123729.265000', '123729.268000', '123729.270000', '123729.273000', '123729.276000', '123729.279000', '123729.282000', '123729.284000', '123729.287000', '123729.291000', '123729.294000', '123729.297000', '123749.177000', '123749.180000', '123749.183000', '123749.185000', '123749.192000', '123749.195000', '123749.198000', '123749.201000', '123749.204000', '123749.207000', '123749.210000', '123749.212000', '123749.216000', '123749.218000', '123749.221000', '123749.224000', '123749.227000', '123749.230000', '123749.233000', '123749.235000', '123749.238000', '123749.241000', '123749.244000', '123749.247000', '123749.250000', '123749.253000', '123749.257000', '123749.259000', '123749.262000', '123749.265000', '123749.268000', '123749.271000', '123749.274000', '123749.276000', '123749.279000', '123749.282000', '123749.285000', '123749.288000', '123749.291000', '123749.293000', '123749.296000', '123749.299000', '123749.302000', '123749.305000', '123809.177000', '123809.180000', '123809.183000', '123809.186000', '123809.189000', '123809.191000', '123809.194000', '123809.197000', '123809.200000', '123809.203000', '123809.206000', '123809.209000', '123809.211000', '123809.214000', '123809.217000', '123809.226000', '123809.229000', '123809.232000', '123809.235000', '123809.237000', '123809.240000', '123809.243000', '123809.246000', '123809.249000', '123809.252000', '123809.254000', '123809.257000', '123809.260000', '123809.263000', '123809.266000', '123809.269000', '123809.272000', '123809.274000', '123809.277000', '123809.280000', '123809.283000', '123809.286000', '123809.288000', '123809.291000', '123809.294000', '123809.297000', '123809.300000', '123809.303000', '123829.177000', '123829.180000', '123829.183000', '123829.186000', '123829.188000', '123829.191000', '123829.194000', '123829.197000', '123829.200000', '123829.203000', '123829.206000', '123829.209000', '123829.211000', '123829.214000', '123829.217000', '123829.220000', '123829.223000', '123829.226000', '123829.228000', '123829.231000', '123829.234000', '123829.237000', '123829.240000', '123829.242000', '123829.245000', '123829.248000', '123829.251000', '123829.254000', '123829.257000', '123829.259000', '123829.262000', '123829.265000', '123829.268000', '123829.271000', '123829.274000', '123829.277000', '123829.289000', '123829.292000', '123829.295000', '123829.298000', '123829.300000', '123829.303000', '123829.306000', '123829.309000', '123849.177000', '123849.180000', '123849.183000', '123849.186000', '123849.189000', '123849.192000', '123849.195000', '123849.197000', '123849.200000', '123849.203000', '123849.206000', '123849.209000', '123849.212000', '123849.215000', '123849.217000', '123849.220000', '123849.223000', '123849.226000', '123849.229000', '123849.232000', '123849.234000', '123849.238000', '123849.240000', '123849.243000', '123849.246000', '123849.249000', '123849.252000', '123849.254000', '123849.257000', '123849.260000', '123849.263000', '123849.266000', '123849.269000', '123849.271000', '123849.274000', '123849.279000', '123849.281000', '123849.284000', '123849.287000', '123849.290000', '123849.293000', '123849.296000', '123849.299000', '123909.178000', '123909.181000', '123909.184000', '123909.187000', '123909.190000', '123909.192000', '123909.195000', '123909.198000', '123909.201000', '123909.204000', '123909.207000', '123909.210000', '123909.213000', '123909.215000', '123909.218000', '123909.221000', '123909.224000', '123909.227000', '123909.230000', '123909.232000', '123909.235000', '123909.238000', '123909.241000', '123909.244000', '123909.247000', '123909.250000', '123909.252000', '123909.255000', '123909.258000', '123909.261000', '123909.264000', '123909.267000', '123909.270000', '123909.272000', '123909.275000', '123909.278000', '123909.281000', '123909.284000', '123909.287000', '123909.289000', '123909.292000', '123909.295000', '123909.298000', '123927.622000', '123927.626000', '123927.629000', '123927.637000', '123927.640000', '123927.643000', '123927.646000', '123927.649000', '123927.652000', '123927.655000', '123927.658000', '123927.661000', '123927.664000', '123927.667000', '123927.669000', '123927.672000', '123927.675000', '123927.678000', '123927.682000', '123927.685000', '123927.688000', '123927.691000', '123927.693000', '123927.696000', '123927.699000', '123927.702000', '123927.705000', '123927.708000', '123927.711000', '123927.714000', '123927.716000', '123927.719000', '123927.722000', '123927.725000', '123927.728000', '123927.731000', '123927.734000', '123927.736000', '123927.740000', '123927.743000', '123927.746000'], 'InstanceCreationTime': ['123309.201000', '123309.218000', '123309.221000', '123309.224000', '123309.227000', '123309.230000', '123309.233000', '123309.236000', '123309.239000', '123309.242000', '123309.245000', '123309.248000', '123309.250000', '123309.259000', '123309.262000', '123309.264000', '123309.267000', '123309.270000', '123309.273000', '123309.276000', '123309.279000', '123309.282000', '123309.285000', '123309.288000', '123309.291000', '123309.306000', '123309.309000', '123309.312000', '123309.315000', '123309.319000', '123309.321000', '123309.324000', '123309.327000', '123309.330000', '123309.333000', '123309.336000', '123309.339000', '123309.342000', '123309.345000', '123309.348000', '123309.351000', '123309.354000', '123309.357000', '123309.360000', '123309.363000', '123309.366000', '123309.369000', '123309.372000', '123309.375000', '123329.177000', '123329.180000', '123329.183000', '123329.186000', '123329.189000', '123329.192000', '123329.195000', '123329.197000', '123329.200000', '123329.203000', '123329.206000', '123329.209000', '123329.211000', '123329.214000', '123329.222000', '123329.224000', '123329.227000', '123329.230000', '123329.233000', '123329.236000', '123329.240000', '123329.245000', '123329.248000', '123329.251000', '123329.253000', '123329.256000', '123329.259000', '123329.262000', '123329.265000', '123329.267000', '123329.270000', '123329.273000', '123329.276000', '123329.279000', '123329.281000', '123329.284000', '123329.287000', '123329.290000', '123329.293000', '123329.295000', '123329.298000', '123329.301000', '123329.304000', '123349.177000', '123349.180000', '123349.183000', '123349.185000', '123349.188000', '123349.191000', '123349.194000', '123349.197000', '123349.199000', '123349.202000', '123349.205000', '123349.208000', '123349.211000', '123349.213000', '123349.216000', '123349.219000', '123349.222000', '123349.225000', '123349.228000', '123349.230000', '123349.233000', '123349.236000', '123349.239000', '123349.242000', '123349.245000', '123349.247000', '123349.250000', '123349.253000', '123349.256000', '123349.259000', '123349.261000', '123349.264000', '123349.267000', '123349.270000', '123349.273000', '123349.276000', '123349.278000', '123349.281000', '123349.284000', '123349.287000', '123349.293000', '123349.296000', '123349.299000', '123349.302000', '123409.177000', '123409.180000', '123409.182000', '123409.185000', '123409.196000', '123409.199000', '123409.202000', '123409.205000', '123409.208000', '123409.210000', '123409.213000', '123409.216000', '123409.219000', '123409.222000', '123409.224000', '123409.227000', '123409.230000', '123409.233000', '123409.236000', '123409.241000', '123409.244000', '123409.247000', '123409.249000', '123409.252000', '123409.255000', '123409.258000', '123409.261000', '123409.263000', '123409.268000', '123409.272000', '123409.275000', '123409.278000', '123409.281000', '123409.284000', '123409.287000', '123409.289000', '123409.292000', '123409.295000', '123409.298000', '123409.301000', '123409.303000', '123409.306000', '123409.309000', '123429.176000', '123429.179000', '123429.181000', '123429.184000', '123429.187000', '123429.190000', '123429.193000', '123429.196000', '123429.198000', '123429.201000', '123429.204000', '123429.207000', '123429.210000', '123429.213000', '123429.215000', '123429.218000', '123429.221000', '123429.224000', '123429.227000', '123429.230000', '123429.232000', '123429.235000', '123429.238000', '123429.241000', '123429.244000', '123429.247000', '123429.249000', '123429.252000', '123429.255000', '123429.262000', '123429.265000', '123429.267000', '123429.270000', '123429.273000', '123429.276000', '123429.279000', '123429.288000', '123429.291000', '123429.294000', '123429.297000', '123429.300000', '123429.303000', '123429.305000', '123429.308000', '123449.177000', '123449.180000', '123449.183000', '123449.186000', '123449.188000', '123449.191000', '123449.194000', '123449.197000', '123449.200000', '123449.203000', '123449.205000', '123449.208000', '123449.212000', '123449.215000', '123449.218000', '123449.221000', '123449.224000', '123449.227000', '123449.230000', '123449.233000', '123449.236000', '123449.238000', '123449.241000', '123449.244000', '123449.251000', '123449.254000', '123449.257000', '123449.260000', '123449.262000', '123449.265000', '123449.268000', '123449.271000', '123449.274000', '123449.277000', '123449.279000', '123449.282000', '123449.287000', '123449.289000', '123449.292000', '123449.295000', '123449.298000', '123449.301000', '123449.304000', '123509.177000', '123509.180000', '123509.183000', '123509.185000', '123509.188000', '123509.191000', '123509.194000', '123509.197000', '123509.200000', '123509.203000', '123509.205000', '123509.208000', '123509.211000', '123509.214000', '123509.217000', '123509.219000', '123509.228000', '123509.231000', '123509.234000', '123509.236000', '123509.239000', '123509.242000', '123509.245000', '123509.248000', '123509.250000', '123509.253000', '123509.256000', '123509.259000', '123509.262000', '123509.264000', '123509.267000', '123509.270000', '123509.273000', '123509.276000', '123509.278000', '123509.281000', '123509.284000', '123509.287000', '123509.290000', '123509.293000', '123509.295000', '123509.298000', '123509.301000', '123509.304000', '123529.177000', '123529.180000', '123529.183000', '123529.186000', '123529.188000', '123529.191000', '123529.194000', '123529.197000', '123529.200000', '123529.202000', '123529.205000', '123529.208000', '123529.211000', '123529.214000', '123529.217000', '123529.220000', '123529.223000', '123529.225000', '123529.228000', '123529.231000', '123529.234000', '123529.237000', '123529.240000', '123529.242000', '123529.245000', '123529.248000', '123529.251000', '123529.254000', '123529.256000', '123529.259000', '123529.262000', '123529.265000', '123529.268000', '123529.270000', '123529.273000', '123529.276000', '123529.279000', '123529.282000', '123529.284000', '123529.287000', '123529.290000', '123529.293000', '123529.296000', '123549.198000', '123549.201000', '123549.204000', '123549.207000', '123549.210000', '123549.213000', '123549.216000', '123549.219000', '123549.221000', '123549.224000', '123549.227000', '123549.230000', '123549.233000', '123549.235000', '123549.238000', '123549.241000', '123549.244000', '123549.247000', '123549.250000', '123549.253000', '123549.255000', '123549.258000', '123549.261000', '123549.264000', '123549.267000', '123549.269000', '123549.272000', '123549.275000', '123549.278000', '123549.281000', '123549.284000', '123549.286000', '123549.289000', '123549.292000', '123549.295000', '123549.298000', '123549.300000', '123549.303000', '123549.306000', '123549.309000', '123549.312000', '123549.314000', '123549.317000', '123549.320000', '123609.177000', '123609.180000', '123609.183000', '123609.185000', '123609.188000', '123609.191000', '123609.194000', '123609.197000', '123609.200000', '123609.203000', '123609.206000', '123609.208000', '123609.211000', '123609.214000', '123609.217000', '123609.220000', '123609.223000', '123609.226000', '123609.228000', '123609.231000', '123609.234000', '123609.237000', '123609.240000', '123609.242000', '123609.245000', '123609.248000', '123609.252000', '123609.255000', '123609.258000', '123609.261000', '123609.264000', '123609.266000', '123609.269000', '123609.272000', '123609.275000', '123609.278000', '123609.281000', '123609.284000', '123609.286000', '123609.289000', '123609.292000', '123609.295000', '123609.298000', '123629.177000', '123629.180000', '123629.183000', '123629.185000', '123629.188000', '123629.191000', '123629.194000', '123629.197000', '123629.199000', '123629.202000', '123629.205000', '123629.208000', '123629.211000', '123629.214000', '123629.218000', '123629.221000', '123629.224000', '123629.226000', '123629.229000', '123629.232000', '123629.235000', '123629.238000', '123629.241000', '123629.243000', '123629.246000', '123629.249000', '123629.252000', '123629.255000', '123629.258000', '123629.260000', '123629.263000', '123629.266000', '123629.269000', '123629.272000', '123629.274000', '123629.277000', '123629.280000', '123629.283000', '123629.286000', '123629.289000', '123629.291000', '123629.294000', '123629.297000', '123629.300000', '123649.176000', '123649.179000', '123649.182000', '123649.184000', '123649.187000', '123649.190000', '123649.193000', '123649.196000', '123649.199000', '123649.202000', '123649.205000', '123649.207000', '123649.211000', '123649.213000', '123649.216000', '123649.219000', '123649.222000', '123649.225000', '123649.228000', '123649.230000', '123649.233000', '123649.236000', '123649.239000', '123649.242000', '123649.245000', '123649.247000', '123649.250000', '123649.253000', '123649.256000', '123649.259000', '123649.262000', '123649.264000', '123649.267000', '123649.270000', '123649.273000', '123649.276000', '123649.279000', '123649.281000', '123649.284000', '123649.287000', '123649.290000', '123649.293000', '123649.295000', '123709.177000', '123709.180000', '123709.183000', '123709.186000', '123709.188000', '123709.191000', '123709.194000', '123709.197000', '123709.200000', '123709.203000', '123709.206000', '123709.208000', '123709.211000', '123709.214000', '123709.217000', '123709.220000', '123709.223000', '123709.226000', '123709.228000', '123709.231000', '123709.234000', '123709.237000', '123709.240000', '123709.243000', '123709.245000', '123709.258000', '123709.261000', '123709.264000', '123709.267000', '123709.270000', '123709.273000', '123709.275000', '123709.278000', '123709.281000', '123709.284000', '123709.287000', '123709.290000', '123709.292000', '123709.295000', '123709.298000', '123709.301000', '123709.304000', '123709.307000', '123709.309000', '123729.177000', '123729.180000', '123729.183000', '123729.186000', '123729.188000', '123729.191000', '123729.194000', '123729.197000', '123729.200000', '123729.203000', '123729.205000', '123729.208000', '123729.211000', '123729.214000', '123729.217000', '123729.220000', '123729.223000', '123729.225000', '123729.228000', '123729.231000', '123729.234000', '123729.237000', '123729.239000', '123729.242000', '123729.245000', '123729.248000', '123729.251000', '123729.254000', '123729.256000', '123729.259000', '123729.262000', '123729.265000', '123729.268000', '123729.270000', '123729.273000', '123729.276000', '123729.279000', '123729.282000', '123729.284000', '123729.287000', '123729.291000', '123729.294000', '123729.297000', '123749.177000', '123749.180000', '123749.183000', '123749.185000', '123749.192000', '123749.195000', '123749.198000', '123749.201000', '123749.204000', '123749.207000', '123749.210000', '123749.212000', '123749.216000', '123749.218000', '123749.221000', '123749.224000', '123749.227000', '123749.230000', '123749.233000', '123749.235000', '123749.238000', '123749.241000', '123749.244000', '123749.247000', '123749.250000', '123749.253000', '123749.257000', '123749.259000', '123749.262000', '123749.265000', '123749.268000', '123749.271000', '123749.274000', '123749.276000', '123749.279000', '123749.282000', '123749.285000', '123749.288000', '123749.291000', '123749.293000', '123749.296000', '123749.299000', '123749.302000', '123749.305000', '123809.177000', '123809.180000', '123809.183000', '123809.186000', '123809.189000', '123809.191000', '123809.194000', '123809.197000', '123809.200000', '123809.203000', '123809.206000', '123809.209000', '123809.211000', '123809.214000', '123809.217000', '123809.226000', '123809.229000', '123809.232000', '123809.235000', '123809.237000', '123809.240000', '123809.243000', '123809.246000', '123809.249000', '123809.252000', '123809.254000', '123809.257000', '123809.260000', '123809.263000', '123809.266000', '123809.269000', '123809.272000', '123809.274000', '123809.277000', '123809.280000', '123809.283000', '123809.286000', '123809.288000', '123809.291000', '123809.294000', '123809.297000', '123809.300000', '123809.303000', '123829.177000', '123829.180000', '123829.183000', '123829.186000', '123829.188000', '123829.191000', '123829.194000', '123829.197000', '123829.200000', '123829.203000', '123829.206000', '123829.209000', '123829.211000', '123829.214000', '123829.217000', '123829.220000', '123829.223000', '123829.226000', '123829.228000', '123829.231000', '123829.234000', '123829.237000', '123829.240000', '123829.242000', '123829.245000', '123829.248000', '123829.251000', '123829.254000', '123829.257000', '123829.259000', '123829.262000', '123829.265000', '123829.268000', '123829.271000', '123829.274000', '123829.277000', '123829.289000', '123829.292000', '123829.295000', '123829.298000', '123829.300000', '123829.303000', '123829.306000', '123829.309000', '123849.177000', '123849.180000', '123849.183000', '123849.186000', '123849.189000', '123849.192000', '123849.195000', '123849.197000', '123849.200000', '123849.203000', '123849.206000', '123849.209000', '123849.212000', '123849.215000', '123849.217000', '123849.220000', '123849.223000', '123849.226000', '123849.229000', '123849.232000', '123849.234000', '123849.238000', '123849.240000', '123849.243000', '123849.246000', '123849.249000', '123849.252000', '123849.254000', '123849.257000', '123849.260000', '123849.263000', '123849.266000', '123849.269000', '123849.271000', '123849.274000', '123849.279000', '123849.281000', '123849.284000', '123849.287000', '123849.290000', '123849.293000', '123849.296000', '123849.299000', '123909.178000', '123909.181000', '123909.184000', '123909.187000', '123909.190000', '123909.192000', '123909.195000', '123909.198000', '123909.201000', '123909.204000', '123909.207000', '123909.210000', '123909.213000', '123909.215000', '123909.218000', '123909.221000', '123909.224000', '123909.227000', '123909.230000', '123909.232000', '123909.235000', '123909.238000', '123909.241000', '123909.244000', '123909.247000', '123909.250000', '123909.252000', '123909.255000', '123909.258000', '123909.261000', '123909.264000', '123909.267000', '123909.270000', '123909.272000', '123909.275000', '123909.278000', '123909.281000', '123909.284000', '123909.287000', '123909.289000', '123909.292000', '123909.295000', '123909.298000', '123927.622000', '123927.626000', '123927.629000', '123927.637000', '123927.640000', '123927.643000', '123927.646000', '123927.649000', '123927.652000', '123927.655000', '123927.658000', '123927.661000', '123927.664000', '123927.667000', '123927.669000', '123927.672000', '123927.675000', '123927.678000', '123927.682000', '123927.685000', '123927.688000', '123927.691000', '123927.693000', '123927.696000', '123927.699000', '123927.702000', '123927.705000', '123927.708000', '123927.711000', '123927.714000', '123927.716000', '123927.719000', '123927.722000', '123927.725000', '123927.728000', '123927.731000', '123927.734000', '123927.736000', '123927.740000', '123927.743000', '123927.746000'], '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': [12526, 11194, 12432, 11155, 12193, 11148, 11727, 10673, 11570, 10609, 11731, 10235, 11576, 10268, 11177, 10142, 10861, 10288, 11764, 10308, 11605, 10286, 11775, 10618, 12313, 10432, 11929, 10548, 11813, 10536, 11739, 10244, 11380, 11637, 11051, 11320, 10531, 11926, 10166, 11959, 10256, 11931, 10289, 11205, 10281, 11800, 10753, 11998, 11264, 10667, 12031, 10668, 12226, 10855, 12236, 10787, 11970, 10688, 11686, 10800, 12461, 11188, 12418, 11559, 12942, 12077, 11047, 11854, 10945, 12494, 10833, 12408, 10820, 11718, 10888, 12466, 11701, 12938, 12150, 10925, 12491, 10906, 12536, 10970, 12322, 10917, 11390, 11145, 12234, 12157, 11915, 12229, 10738, 12036, 10955, 12142, 10937, 11648, 10809, 12650, 11497, 11922, 11680, 13315, 12255, 10743, 12411, 10906, 12150, 10874, 12015, 10489, 12013, 10694, 12714, 10976, 13218, 11434, 10535, 11838, 10403, 11603, 10441, 11607, 10436, 12307, 11105, 12769, 11805, 10542, 12038, 10605, 12049, 10580, 12003, 10390, 11467, 10438, 11718, 10534, 11314, 10719, 12302, 11229, 12124, 11557, 10304, 11795, 10566, 12036, 10494, 10860, 10575, 11819, 10334, 11429, 10676, 12475, 10984, 11678, 11131, 12826, 11677, 10636, 11648, 10437, 10683, 10006, 11723, 11128, 10207, 11547, 10438, 11348, 10511, 10733, 10362, 11985, 10806, 10930, 11319, 10338, 12081, 10608, 11466, 10187, 11843, 10613, 10928, 11190, 10262, 11759, 10189, 11337, 10222, 12095, 10657, 11354, 11276, 10184, 11279, 10185, 10885, 10238, 12376, 11211, 10062, 11425, 10330, 11196, 10541, 11797, 10531, 12330, 11174, 12486, 11857, 10304, 11541, 10565, 11936, 10362, 12327, 10997, 11678, 11876, 10449, 11753, 10758, 12264, 10859, 12092, 10561, 11731, 10801, 11552, 11555, 10577, 11928, 10939, 10349, 10651, 13020, 11865, 10631, 11930, 10848, 11507, 10735, 11108, 10651, 10550, 11531, 10354, 11883, 10476, 12053, 10471, 12461, 11182, 10307, 11810, 10625, 11571, 10136, 10972, 10590, 12810, 11614, 10537, 11791, 10623, 11532, 10537, 12444, 11083, 10240, 12127, 10541, 11894, 10575, 12368, 10942, 10440, 11395, 10415, 11796, 10373, 11726, 10410, 11157, 10265, 11994, 10558, 11194, 10828, 10717, 11262, 10097, 10577, 10115, 11518, 10863, 10780, 10879, 10021, 10454, 9773, 10622, 12293, 10965, 12116, 11219, 10017, 11225, 10341, 10863, 10002, 11069, 11288, 10166, 11033, 10101, 10434, 9977, 10787, 10759, 10328, 10618, 9938, 9939, 10168, 11440, 10460, 9992, 10737, 10050, 11368, 10181, 9780, 10439, 9789, 9891, 9812, 10201, 9950, 12365, 10553, 9994, 11187, 9895, 10448, 9984, 10953, 10958, 9995, 11256, 10244, 10968, 10109, 10763, 10201, 12216, 11263, 10392, 11627, 10483, 12272, 10665, 11642, 11577, 10234, 11534, 10455, 11501, 10478, 11489, 10466, 11545, 10259, 11040, 10512, 11675, 11397, 12559, 11282, 10058, 11227, 10064, 10964, 9851, 11276, 9850, 10868, 11609, 10803, 10823, 10131, 10822, 9801, 10660, 9539, 10617, 10603, 10529, 10769, 9920, 10835, 9877, 10243, 9931, 10141, 9732, 9785, 9802, 9602, 10479, 9831, 11080, 9841, 10596, 9849, 10254, 9749, 10365, 10076, 10106, 10178, 9990, 10655, 10154, 10145, 9800, 9880, 10049, 9907, 10071, 10448, 10332, 9879, 10425, 9912, 10573, 9961, 10664, 9889, 10916, 9945, 10392, 10104, 10274, 10045, 11565, 10153, 10882, 10855, 9870, 11008, 9956, 11074, 10081, 10858, 10080, 10615, 10010, 11446, 10122, 11523, 10262, 11187, 10308, 11246, 10637, 10884, 10500, 12489, 11057, 11104, 10699, 10877, 10439, 10767, 10671, 9958, 11117, 9969, 10401, 10156, 10640, 10262, 10891, 10200, 11100, 10468, 9884, 10473, 9792, 10786, 9904, 10574, 9907, 10626, 9849, 10222, 9765, 11568, 10539, 9731, 10657, 9748, 10906, 9893, 10669, 9987, 11676, 10101, 12477, 10473, 10280, 10211, 9948, 10177, 9623, 10287, 10039, 10817, 9924, 10203, 10056, 11779, 10297, 10695, 10318, 9735, 10749, 9883, 9967, 9965, 10102, 10150, 10227, 9914, 10165, 9818, 10214, 10021, 11184, 10113, 11145, 10159, 10308, 10227, 9932, 11067, 10111, 10625, 10204, 10061, 10010, 9755, 10603, 9892, 12399, 10423, 9822, 10778, 9754, 10691, 10084, 11596, 9938, 10758, 10518, 9825, 10570, 9985, 10735, 9596, 11456, 9871, 10790, 10574, 9792, 10679, 9658, 10180, 9733, 9965, 9664, 12253, 10705, 9961, 10824, 9683, 10864, 9598, 10308, 9799, 10792, 10631, 10388, 10576, 10563, 10415, 11801, 10570, 11803, 10431, 10010, 10092, 10285, 10600, 9925, 10861, 9706, 9994, 9807, 10091, 9937, 10504, 9862, 10641, 10602, 9953, 9851, 9929, 9824, 10177, 9756, 10161, 9825, 11103, 10069, 10949, 9901, 10247, 10344, 9798, 10713, 9817, 9901, 9703, 10463, 9732, 9807, 9948, 9889, 9768, 9205, 10183, 9448, 10102, 9679, 10308, 9886, 10581, 9949, 9893, 9632, 11730, 10126, 9872, 10418, 9909, 10205, 9777, 9931, 10109, 10810, 10011, 10488, 9950, 10638, 9788, 10141, 9811, 10808, 9954, 11999, 10103, 9951, 10491, 9851, 10966, 10206, 10733, 10038, 9957, 9974, 9955, 9860, 10048, 10404, 10130, 10320, 10265, 9651, 10228, 9715, 10550, 10174, 10432, 9954, 10166, 10056, 10680, 9916, 10583, 9786, 10793, 10670, 9885, 10480, 9776, 10915, 10473, 9857, 10692, 10055, 10204, 9729, 10774, 10028, 11787, 10220, 10612, 11136, 9947, 11088, 9938, 10537, 9939, 11106, 10073, 10923, 10297, 10729, 9730, 10000, 9465, 10872, 9917, 10659, 10425, 9775, 10519, 9906, 10421, 9363, 10088, 9851, 11557, 10462, 9832, 10388, 9896, 10067, 9983, 9873, 9718, 10403, 9947, 10053, 10184, 10416, 10064, 9775, 10259, 10060, 10430, 10015, 9823, 9905, 10196, 9976, 10198, 9998, 10518, 10300, 10036, 10752, 9864, 10381, 10054, 11408, 10164, 9693, 10521, 10051, 10222, 10084, 10062, 9842, 10825, 10076, 10788, 10664, 10013, 10620, 9736, 10516, 9799, 10650, 10149, 10396, 9951, 11044, 9972, 10720, 10280, 9719, 10024, 9910, 10844, 10101, 12139, 10514, 9851, 10741, 9647, 10965, 9765, 11008, 10017, 10693, 9952, 12071, 11023, 9954, 10894, 10008, 10493, 10009, 11551, 10610, 9901, 11017, 9993, 11648, 10094, 11312, 9974, 11316, 10835, 9997, 11212, 10103, 10795, 9874, 10277, 10026, 12650, 10847, 9979, 10835, 9817, 10440, 9853, 10239, 9814, 12440, 10835, 9959, 10761, 9891, 10387, 9959, 11058, 9851, 10997, 10021, 12361], 'WindowCenter': [4240.0, 4205.0, 4200.0, 4189.0, 4197.0, 4187.0, 4184.0, 4173.0, 4172.0, 4173.0, 4172.0, 4162.0, 4171.0, 4162.0, 4171.0, 4162.0, 4161.0, 4160.0, 4170.0, 4160.0, 4170.0, 4161.0, 4183.0, 4175.0, 4184.0, 4173.0, 4183.0, 4174.0, 4185.0, 4173.0, 4185.0, 4173.0, 4174.0, 4173.0, 4173.0, 4172.0, 4173.0, 4182.0, 4174.0, 4183.0, 4173.0, 4184.0, 4173.0, 4173.0, 4174.0, 4183.0, 4173.0, 4182.0, 4172.0, 4171.0, 4183.0, 4185.0, 4183.0, 4171.0, 4181.0, 4170.0, 4170.0, 4171.0, 4181.0, 4172.0, 4181.0, 4173.0, 4181.0, 4183.0, 4181.0, 4183.0, 4172.0, 4183.0, 4173.0, 4183.0, 4173.0, 4183.0, 4173.0, 4182.0, 4174.0, 4195.0, 4184.0, 4193.0, 4183.0, 4173.0, 4194.0, 4174.0, 4195.0, 4174.0, 4183.0, 4173.0, 4172.0, 4173.0, 4183.0, 4184.0, 4183.0, 4183.0, 4172.0, 4183.0, 4173.0, 4183.0, 4174.0, 4183.0, 4185.0, 4194.0, 4184.0, 4183.0, 4184.0, 4205.0, 4196.0, 4198.0, 4197.0, 4186.0, 4195.0, 4185.0, 4195.0, 4175.0, 4184.0, 4174.0, 4193.0, 4173.0, 4182.0, 4172.0, 4162.0, 4171.0, 4162.0, 4170.0, 4160.0, 4170.0, 4162.0, 4171.0, 4172.0, 4182.0, 4184.0, 4172.0, 4183.0, 4174.0, 4184.0, 4174.0, 4183.0, 4173.0, 4183.0, 4174.0, 4183.0, 4185.0, 4186.0, 4186.0, 4196.0, 4186.0, 4185.0, 4185.0, 4174.0, 4185.0, 4173.0, 4183.0, 4163.0, 4172.0, 4162.0, 4171.0, 4162.0, 4171.0, 4172.0, 4182.0, 4173.0, 4172.0, 4173.0, 4182.0, 4184.0, 4172.0, 4183.0, 4174.0, 4172.0, 4162.0, 4170.0, 4171.0, 4161.0, 4170.0, 4161.0, 4159.0, 4161.0, 4170.0, 4162.0, 4169.0, 4161.0, 4159.0, 4160.0, 4160.0, 4171.0, 4161.0, 4183.0, 4163.0, 4171.0, 4160.0, 4160.0, 4170.0, 4161.0, 4171.0, 4161.0, 4170.0, 4161.0, 4170.0, 4161.0, 4160.0, 4170.0, 4161.0, 4171.0, 4160.0, 4159.0, 4160.0, 4169.0, 4159.0, 4149.0, 4169.0, 4160.0, 4171.0, 4162.0, 4172.0, 4173.0, 4183.0, 4186.0, 4195.0, 4197.0, 4175.0, 4185.0, 4175.0, 4185.0, 4174.0, 4183.0, 4174.0, 4185.0, 4184.0, 4162.0, 4172.0, 4161.0, 4181.0, 4171.0, 4182.0, 4174.0, 4182.0, 4174.0, 4172.0, 4184.0, 4173.0, 4183.0, 4173.0, 4160.0, 4172.0, 4181.0, 4183.0, 4172.0, 4183.0, 4172.0, 4182.0, 4173.0, 4171.0, 4173.0, 4162.0, 4183.0, 4162.0, 4184.0, 4174.0, 4182.0, 4173.0, 4184.0, 4174.0, 4163.0, 4183.0, 4174.0, 4184.0, 4174.0, 4171.0, 4173.0, 4182.0, 4172.0, 4162.0, 4172.0, 4162.0, 4171.0, 4162.0, 4181.0, 4173.0, 4162.0, 4182.0, 4161.0, 4171.0, 4162.0, 4181.0, 4173.0, 4162.0, 4172.0, 4161.0, 4172.0, 4161.0, 4171.0, 4162.0, 4171.0, 4163.0, 4183.0, 4163.0, 4172.0, 4173.0, 4161.0, 4171.0, 4162.0, 4160.0, 4151.0, 4159.0, 4159.0, 4159.0, 4160.0, 4148.0, 4149.0, 4162.0, 4173.0, 4170.0, 4170.0, 4181.0, 4173.0, 4161.0, 4172.0, 4162.0, 4160.0, 4165.0, 4172.0, 4171.0, 4160.0, 4159.0, 4160.0, 4159.0, 4149.0, 4158.0, 4147.0, 4147.0, 4146.0, 4136.0, 4134.0, 4135.0, 4144.0, 4145.0, 4134.0, 4145.0, 4136.0, 4155.0, 4146.0, 4135.0, 4147.0, 4147.0, 4146.0, 4136.0, 4145.0, 4146.0, 4156.0, 4147.0, 4146.0, 4158.0, 4148.0, 4147.0, 4149.0, 4158.0, 4160.0, 4160.0, 4173.0, 4162.0, 4171.0, 4161.0, 4170.0, 4173.0, 4182.0, 4173.0, 4163.0, 4172.0, 4173.0, 4181.0, 4172.0, 4170.0, 4171.0, 4162.0, 4182.0, 4172.0, 4183.0, 4173.0, 4183.0, 4173.0, 4184.0, 4174.0, 4172.0, 4175.0, 4184.0, 4184.0, 4183.0, 4185.0, 4175.0, 4186.0, 4163.0, 4172.0, 4163.0, 4172.0, 4162.0, 4172.0, 4172.0, 4174.0, 4174.0, 4176.0, 4185.0, 4176.0, 4175.0, 4164.0, 4175.0, 4175.0, 4174.0, 4174.0, 4163.0, 4173.0, 4161.0, 4161.0, 4162.0, 4161.0, 4151.0, 4150.0, 4149.0, 4149.0, 4158.0, 4149.0, 4171.0, 4161.0, 4161.0, 4162.0, 4173.0, 4163.0, 4161.0, 4163.0, 4162.0, 4163.0, 4162.0, 4173.0, 4163.0, 4162.0, 4162.0, 4150.0, 4151.0, 4150.0, 4160.0, 4160.0, 4162.0, 4162.0, 4162.0, 4162.0, 4162.0, 4162.0, 4162.0, 4163.0, 4174.0, 4162.0, 4173.0, 4174.0, 4161.0, 4164.0, 4173.0, 4174.0, 4175.0, 4186.0, 4163.0, 4173.0, 4163.0, 4184.0, 4174.0, 4174.0, 4175.0, 4174.0, 4175.0, 4185.0, 4174.0, 4184.0, 4174.0, 4173.0, 4174.0, 4173.0, 4174.0, 4173.0, 4174.0, 4195.0, 4186.0, 4186.0, 4187.0, 4185.0, 4176.0, 4174.0, 4174.0, 4164.0, 4173.0, 4164.0, 4163.0, 4162.0, 4160.0, 4161.0, 4159.0, 4160.0, 4159.0, 4159.0, 4149.0, 4160.0, 4150.0, 4160.0, 4149.0, 4159.0, 4160.0, 4160.0, 4161.0, 4160.0, 4163.0, 4170.0, 4162.0, 4151.0, 4162.0, 4162.0, 4171.0, 4162.0, 4161.0, 4161.0, 4170.0, 4161.0, 4171.0, 4161.0, 4160.0, 4161.0, 4150.0, 4161.0, 4150.0, 4162.0, 4160.0, 4172.0, 4162.0, 4161.0, 4164.0, 4184.0, 4174.0, 4174.0, 4163.0, 4151.0, 4161.0, 4161.0, 4150.0, 4153.0, 4160.0, 4161.0, 4160.0, 4161.0, 4160.0, 4161.0, 4161.0, 4161.0, 4170.0, 4161.0, 4161.0, 4161.0, 4162.0, 4160.0, 4150.0, 4159.0, 4160.0, 4158.0, 4148.0, 4149.0, 4148.0, 4149.0, 4147.0, 4149.0, 4168.0, 4160.0, 4149.0, 4159.0, 4148.0, 4147.0, 4149.0, 4158.0, 4150.0, 4159.0, 4161.0, 4161.0, 4173.0, 4162.0, 4171.0, 4152.0, 4171.0, 4163.0, 4161.0, 4172.0, 4162.0, 4173.0, 4163.0, 4162.0, 4163.0, 4161.0, 4162.0, 4182.0, 4172.0, 4162.0, 4172.0, 4152.0, 4172.0, 4162.0, 4161.0, 4163.0, 4172.0, 4173.0, 4173.0, 4174.0, 4173.0, 4174.0, 4184.0, 4175.0, 4184.0, 4175.0, 4164.0, 4164.0, 4164.0, 4163.0, 4163.0, 4161.0, 4151.0, 4160.0, 4161.0, 4162.0, 4163.0, 4174.0, 4162.0, 4162.0, 4161.0, 4151.0, 4150.0, 4161.0, 4151.0, 4160.0, 4150.0, 4150.0, 4151.0, 4160.0, 4151.0, 4159.0, 4150.0, 4148.0, 4160.0, 4149.0, 4160.0, 4161.0, 4160.0, 4163.0, 4162.0, 4163.0, 4162.0, 4163.0, 4162.0, 4162.0, 4152.0, 4165.0, 4153.0, 4161.0, 4151.0, 4175.0, 4165.0, 4173.0, 4164.0, 4162.0, 4164.0, 4172.0, 4162.0, 4163.0, 4162.0, 4161.0, 4161.0, 4151.0, 4150.0, 4151.0, 4158.0, 4148.0, 4148.0, 4148.0, 4147.0, 4137.0, 4147.0, 4148.0, 4157.0, 4148.0, 4158.0, 4148.0, 4147.0, 4147.0, 4147.0, 4146.0, 4147.0, 4146.0, 4136.0, 4136.0, 4135.0, 4147.0, 4146.0, 4148.0, 4158.0, 4148.0, 4147.0, 4148.0, 4148.0, 4159.0, 4149.0, 4160.0, 4161.0, 4173.0, 4162.0, 4162.0, 4162.0, 4173.0, 4163.0, 4162.0, 4163.0, 4172.0, 4172.0, 4162.0, 4172.0, 4163.0, 4171.0, 4162.0, 4151.0, 4161.0, 4160.0, 4161.0, 4150.0, 4160.0, 4161.0, 4171.0, 4162.0, 4162.0, 4173.0, 4163.0, 4172.0, 4163.0, 4162.0, 4164.0, 4173.0, 4176.0, 4173.0, 4163.0, 4172.0, 4163.0, 4163.0, 4165.0, 4173.0, 4164.0, 4173.0, 4172.0, 4164.0, 4174.0, 4164.0, 4174.0, 4164.0, 4162.0, 4164.0, 4184.0, 4173.0, 4162.0, 4161.0, 4161.0, 4150.0, 4150.0, 4149.0, 4149.0, 4159.0, 4150.0, 4149.0, 4161.0, 4160.0, 4150.0, 4150.0, 4161.0, 4150.0, 4160.0, 4150.0, 4150.0, 4150.0, 4149.0, 4150.0, 4160.0, 4162.0, 4160.0, 4162.0, 4162.0, 4161.0, 4161.0, 4160.0, 4162.0, 4170.0, 4161.0, 4150.0, 4160.0, 4150.0, 4160.0, 4160.0, 4149.0, 4150.0, 4159.0, 4150.0, 4159.0, 4161.0, 4161.0, 4172.0, 4163.0, 4173.0, 4175.0, 4174.0, 4175.0, 4163.0, 4164.0, 4172.0, 4163.0, 4162.0, 4163.0, 4152.0, 4151.0, 4151.0, 4160.0, 4161.0, 4170.0, 4160.0, 4148.0, 4159.0, 4148.0, 4171.0, 4161.0, 4172.0, 4175.0, 4174.0, 4175.0, 4184.0, 4185.0, 4164.0, 4174.0, 4164.0, 4173.0, 4164.0, 4184.0, 4174.0, 4163.0, 4173.0, 4162.0, 4172.0, 4162.0, 4173.0, 4163.0, 4173.0, 4173.0, 4162.0, 4172.0, 4163.0, 4172.0, 4163.0, 4161.0, 4162.0, 4182.0, 4173.0, 4162.0, 4171.0, 4161.0, 4161.0, 4160.0, 4160.0, 4162.0, 4181.0, 4173.0, 4162.0, 4172.0, 4164.0, 4174.0, 4163.0, 4172.0, 4163.0, 4172.0, 4174.0, 4184.0], 'WindowWidth': [9387.0, 9328.0, 9310.0, 9289.0, 9297.0, 9281.0, 9271.0, 9257.0, 9254.0, 9255.0, 9252.0, 9240.0, 9251.0, 9239.0, 9250.0, 9238.0, 9235.0, 9233.0, 9246.0, 9232.0, 9248.0, 9238.0, 9268.0, 9263.0, 9271.0, 9255.0, 9270.0, 9258.0, 9274.0, 9256.0, 9275.0, 9257.0, 9258.0, 9256.0, 9255.0, 9252.0, 9254.0, 9266.0, 9257.0, 9270.0, 9256.0, 9269.0, 9256.0, 9256.0, 9258.0, 9272.0, 9257.0, 9266.0, 9254.0, 9251.0, 9268.0, 9277.0, 9270.0, 9251.0, 9262.0, 9247.0, 9247.0, 9249.0, 9264.0, 9254.0, 9264.0, 9255.0, 9265.0, 9269.0, 9264.0, 9268.0, 9254.0, 9269.0, 9257.0, 9268.0, 9257.0, 9269.0, 9257.0, 9267.0, 9260.0, 9289.0, 9274.0, 9282.0, 9270.0, 9256.0, 9285.0, 9261.0, 9289.0, 9258.0, 9269.0, 9256.0, 9253.0, 9257.0, 9269.0, 9272.0, 9268.0, 9269.0, 9254.0, 9268.0, 9256.0, 9268.0, 9258.0, 9269.0, 9276.0, 9288.0, 9273.0, 9269.0, 9272.0, 9302.0, 9293.0, 9300.0, 9296.0, 9279.0, 9289.0, 9277.0, 9288.0, 9263.0, 9271.0, 9260.0, 9282.0, 9257.0, 9268.0, 9251.0, 9239.0, 9249.0, 9237.0, 9247.0, 9233.0, 9246.0, 9238.0, 9248.0, 9252.0, 9265.0, 9271.0, 9252.0, 9270.0, 9260.0, 9271.0, 9259.0, 9268.0, 9257.0, 9269.0, 9259.0, 9269.0, 9277.0, 9279.0, 9280.0, 9294.0, 9280.0, 9275.0, 9275.0, 9258.0, 9273.0, 9256.0, 9269.0, 9243.0, 9252.0, 9239.0, 9250.0, 9238.0, 9249.0, 9253.0, 9265.0, 9255.0, 9252.0, 9256.0, 9267.0, 9271.0, 9254.0, 9267.0, 9257.0, 9251.0, 9239.0, 9248.0, 9249.0, 9235.0, 9246.0, 9234.0, 9230.0, 9234.0, 9246.0, 9237.0, 9243.0, 9233.0, 9229.0, 9232.0, 9232.0, 9247.0, 9236.0, 9270.0, 9242.0, 9249.0, 9235.0, 9233.0, 9246.0, 9234.0, 9248.0, 9235.0, 9246.0, 9234.0, 9244.0, 9235.0, 9233.0, 9246.0, 9234.0, 9247.0, 9231.0, 9227.0, 9232.0, 9243.0, 9230.0, 9216.0, 9243.0, 9233.0, 9249.0, 9238.0, 9251.0, 9257.0, 9269.0, 9278.0, 9288.0, 9295.0, 9262.0, 9275.0, 9261.0, 9274.0, 9259.0, 9269.0, 9258.0, 9274.0, 9271.0, 9240.0, 9251.0, 9237.0, 9263.0, 9250.0, 9266.0, 9258.0, 9266.0, 9258.0, 9253.0, 9272.0, 9257.0, 9268.0, 9255.0, 9233.0, 9251.0, 9264.0, 9267.0, 9253.0, 9269.0, 9252.0, 9267.0, 9255.0, 9250.0, 9256.0, 9240.0, 9269.0, 9239.0, 9269.0, 9258.0, 9266.0, 9255.0, 9270.0, 9257.0, 9243.0, 9269.0, 9259.0, 9271.0, 9257.0, 9250.0, 9255.0, 9265.0, 9251.0, 9238.0, 9252.0, 9238.0, 9248.0, 9237.0, 9262.0, 9253.0, 9238.0, 9263.0, 9236.0, 9247.0, 9237.0, 9262.0, 9253.0, 9238.0, 9253.0, 9236.0, 9252.0, 9236.0, 9248.0, 9237.0, 9249.0, 9243.0, 9267.0, 9242.0, 9251.0, 9253.0, 9237.0, 9249.0, 9237.0, 9232.0, 9220.0, 9228.0, 9228.0, 9229.0, 9230.0, 9211.0, 9215.0, 9238.0, 9254.0, 9247.0, 9246.0, 9262.0, 9254.0, 9235.0, 9253.0, 9238.0, 9232.0, 9247.0, 9250.0, 9250.0, 9233.0, 9229.0, 9231.0, 9226.0, 9214.0, 9225.0, 9208.0, 9206.0, 9203.0, 9189.0, 9183.0, 9187.0, 9198.0, 9201.0, 9185.0, 9201.0, 9192.0, 9216.0, 9206.0, 9190.0, 9207.0, 9208.0, 9206.0, 9192.0, 9203.0, 9206.0, 9218.0, 9207.0, 9207.0, 9222.0, 9212.0, 9210.0, 9216.0, 9226.0, 9232.0, 9234.0, 9256.0, 9238.0, 9249.0, 9236.0, 9247.0, 9255.0, 9267.0, 9255.0, 9241.0, 9253.0, 9255.0, 9262.0, 9252.0, 9246.0, 9248.0, 9238.0, 9267.0, 9252.0, 9268.0, 9254.0, 9269.0, 9257.0, 9270.0, 9258.0, 9253.0, 9259.0, 9273.0, 9271.0, 9267.0, 9275.0, 9262.0, 9278.0, 9242.0, 9252.0, 9240.0, 9253.0, 9237.0, 9253.0, 9252.0, 9256.0, 9258.0, 9265.0, 9275.0, 9265.0, 9262.0, 9247.0, 9261.0, 9262.0, 9258.0, 9258.0, 9242.0, 9253.0, 9235.0, 9235.0, 9236.0, 9235.0, 9219.0, 9218.0, 9215.0, 9214.0, 9226.0, 9215.0, 9248.0, 9236.0, 9234.0, 9239.0, 9257.0, 9243.0, 9237.0, 9241.0, 9238.0, 9240.0, 9239.0, 9255.0, 9240.0, 9237.0, 9236.0, 9218.0, 9220.0, 9217.0, 9233.0, 9232.0, 9236.0, 9236.0, 9238.0, 9236.0, 9238.0, 9239.0, 9239.0, 9240.0, 9258.0, 9240.0, 9256.0, 9258.0, 9237.0, 9245.0, 9256.0, 9257.0, 9262.0, 9277.0, 9243.0, 9256.0, 9243.0, 9272.0, 9259.0, 9259.0, 9260.0, 9258.0, 9261.0, 9275.0, 9259.0, 9269.0, 9259.0, 9254.0, 9257.0, 9256.0, 9258.0, 9254.0, 9259.0, 9288.0, 9278.0, 9276.0, 9282.0, 9276.0, 9264.0, 9258.0, 9257.0, 9244.0, 9254.0, 9244.0, 9240.0, 9236.0, 9232.0, 9234.0, 9229.0, 9231.0, 9230.0, 9227.0, 9216.0, 9231.0, 9217.0, 9231.0, 9216.0, 9230.0, 9231.0, 9233.0, 9236.0, 9233.0, 9240.0, 9247.0, 9238.0, 9222.0, 9237.0, 9238.0, 9249.0, 9239.0, 9236.0, 9236.0, 9246.0, 9236.0, 9248.0, 9235.0, 9231.0, 9235.0, 9217.0, 9235.0, 9219.0, 9237.0, 9234.0, 9250.0, 9238.0, 9234.0, 9243.0, 9270.0, 9257.0, 9257.0, 9240.0, 9223.0, 9234.0, 9234.0, 9219.0, 9224.0, 9231.0, 9232.0, 9231.0, 9233.0, 9232.0, 9234.0, 9234.0, 9235.0, 9245.0, 9234.0, 9234.0, 9234.0, 9239.0, 9232.0, 9218.0, 9229.0, 9231.0, 9225.0, 9212.0, 9215.0, 9211.0, 9212.0, 9208.0, 9213.0, 9239.0, 9230.0, 9216.0, 9226.0, 9212.0, 9209.0, 9214.0, 9227.0, 9218.0, 9230.0, 9234.0, 9236.0, 9253.0, 9237.0, 9248.0, 9224.0, 9247.0, 9239.0, 9236.0, 9253.0, 9239.0, 9254.0, 9242.0, 9239.0, 9241.0, 9235.0, 9239.0, 9265.0, 9252.0, 9239.0, 9251.0, 9224.0, 9251.0, 9238.0, 9236.0, 9240.0, 9251.0, 9255.0, 9255.0, 9258.0, 9256.0, 9257.0, 9272.0, 9261.0, 9271.0, 9261.0, 9246.0, 9244.0, 9244.0, 9241.0, 9241.0, 9236.0, 9221.0, 9232.0, 9236.0, 9238.0, 9239.0, 9257.0, 9238.0, 9237.0, 9233.0, 9220.0, 9219.0, 9235.0, 9220.0, 9232.0, 9219.0, 9217.0, 9221.0, 9230.0, 9219.0, 9228.0, 9216.0, 9214.0, 9231.0, 9216.0, 9232.0, 9234.0, 9232.0, 9241.0, 9237.0, 9240.0, 9239.0, 9240.0, 9237.0, 9236.0, 9224.0, 9245.0, 9226.0, 9235.0, 9220.0, 9262.0, 9247.0, 9255.0, 9245.0, 9238.0, 9243.0, 9252.0, 9240.0, 9243.0, 9237.0, 9236.0, 9235.0, 9221.0, 9218.0, 9218.0, 9225.0, 9211.0, 9211.0, 9210.0, 9209.0, 9194.0, 9208.0, 9210.0, 9222.0, 9213.0, 9225.0, 9212.0, 9210.0, 9207.0, 9208.0, 9204.0, 9207.0, 9203.0, 9191.0, 9192.0, 9190.0, 9208.0, 9204.0, 9209.0, 9225.0, 9212.0, 9207.0, 9212.0, 9213.0, 9229.0, 9216.0, 9233.0, 9237.0, 9256.0, 9239.0, 9239.0, 9239.0, 9253.0, 9241.0, 9237.0, 9242.0, 9251.0, 9252.0, 9239.0, 9252.0, 9240.0, 9249.0, 9236.0, 9220.0, 9235.0, 9234.0, 9233.0, 9219.0, 9233.0, 9236.0, 9248.0, 9240.0, 9237.0, 9254.0, 9241.0, 9254.0, 9242.0, 9238.0, 9242.0, 9256.0, 9266.0, 9256.0, 9241.0, 9252.0, 9240.0, 9242.0, 9247.0, 9256.0, 9246.0, 9256.0, 9254.0, 9246.0, 9257.0, 9247.0, 9260.0, 9245.0, 9237.0, 9244.0, 9272.0, 9254.0, 9237.0, 9234.0, 9235.0, 9218.0, 9217.0, 9215.0, 9215.0, 9229.0, 9217.0, 9215.0, 9233.0, 9230.0, 9219.0, 9218.0, 9233.0, 9219.0, 9231.0, 9218.0, 9216.0, 9217.0, 9214.0, 9219.0, 9231.0, 9237.0, 9231.0, 9238.0, 9240.0, 9236.0, 9235.0, 9232.0, 9236.0, 9245.0, 9233.0, 9217.0, 9231.0, 9219.0, 9230.0, 9230.0, 9214.0, 9219.0, 9228.0, 9218.0, 9229.0, 9233.0, 9235.0, 9251.0, 9240.0, 9256.0, 9260.0, 9259.0, 9262.0, 9242.0, 9244.0, 9253.0, 9241.0, 9238.0, 9240.0, 9225.0, 9219.0, 9221.0, 9232.0, 9234.0, 9244.0, 9229.0, 9212.0, 9228.0, 9215.0, 9251.0, 9237.0, 9254.0, 9261.0, 9259.0, 9262.0, 9273.0, 9276.0, 9247.0, 9257.0, 9245.0, 9253.0, 9243.0, 9271.0, 9259.0, 9241.0, 9254.0, 9240.0, 9251.0, 9237.0, 9255.0, 9243.0, 9254.0, 9256.0, 9237.0, 9251.0, 9240.0, 9252.0, 9241.0, 9236.0, 9239.0, 9265.0, 9253.0, 9239.0, 9249.0, 9235.0, 9234.0, 9234.0, 9233.0, 9238.0, 9263.0, 9253.0, 9239.0, 9253.0, 9243.0, 9257.0, 9242.0, 9252.0, 9243.0, 9252.0, 9259.0, 9272.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.0003833831990794016</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014037354430379744</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.76540129078342</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1655713710023061</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983623516129019</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4696</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6007.6074</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05997084516352012</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.23014959723820483</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6608308632200277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.588508847376049</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8592467500120633</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.534736992271971</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104703</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01039875764399767</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020902391523122787</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6250323152267905</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.5077</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6739</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.138</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300343.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>801.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.8983</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7803</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.7743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76201.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>926.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.9159</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.7906871039886</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> |