=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0109_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0109_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0109_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-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-04/func/sub-0109_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>52083a4467b53d5eb2499ecced4d83da</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>15:05:55.480000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99979, 0.0178514, -0.0101093, -0.0165787, 0.993296, 0.114405]</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.259</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.0912745</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>[4223, -7777, -7181, 414, -112, 64, 65, 75]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>234.211</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2e3b4bad-b0d7-40d4-bc11-2d8e59893247||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823623180389404, -0.04447931796312332, -0.032626159489154816, 115.63626861572266], [-0.04789397120475769, 2.664940118789673, 0.30837520956993103, -111.92510986328125], [-0.027122387662529945, -0.3069394826889038, 2.682133436203003, -39.916603088378906], [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': ['150555.480000', '150555.940000', '150556.400000', '150556.860000', '150557.320000', '150557.780000', '150558.240000', '150558.700000', '150559.160000', '150559.620000', '150600.080000', '150600.540000', '150601.000000', '150601.460000', '150601.920000', '150602.380000', '150602.840000', '150603.300000', '150603.760000', '150604.220000', '150604.680000', '150605.140000', '150605.600000', '150606.060000', '150606.520000', '150606.980000', '150607.440000', '150607.900000', '150608.360000', '150608.820000', '150609.280000', '150609.740000', '150610.200000', '150610.660000', '150611.120000', '150611.580000', '150612.040000', '150612.500000', '150612.960000', '150613.420000', '150613.880000', '150614.340000', '150614.800000', '150615.260000', '150615.720000', '150616.180000', '150616.640000', '150617.100000', '150617.560000', '150618.020000', '150618.480000', '150618.940000', '150619.400000', '150619.860000', '150620.320000', '150620.780000', '150621.240000', '150621.700000', '150622.160000', '150622.620000', '150623.080000', '150623.540000', '150624.000000', '150624.460000', '150624.920000', '150625.380000', '150625.840000', '150626.300000', '150626.760000', '150627.220000', '150627.680000', '150628.140000', '150628.600000', '150629.060000', '150629.520000', '150629.980000', '150630.440000', '150630.900000', '150631.360000', '150631.820000', '150632.280000', '150632.740000', '150633.200000', '150633.660000', '150634.120000', '150634.580000', '150635.040000', '150635.500000', '150635.960000', '150636.420000', '150636.880000', '150637.340000', '150637.800000', '150638.260000', '150638.720000', '150639.180000', '150639.640000', '150640.100000', '150640.560000', '150641.020000', '150641.480000', '150641.940000', '150642.400000', '150642.860000', '150643.320000', '150643.780000', '150644.240000', '150644.700000', '150645.160000', '150645.620000', '150646.080000', '150646.540000', '150647.000000', '150647.460000', '150647.920000', '150648.380000', '150648.840000', '150649.300000', '150649.760000', '150650.220000', '150650.680000', '150651.140000', '150651.600000', '150652.060000', '150652.520000', '150652.980000', '150653.440000', '150653.900000', '150654.360000', '150654.820000', '150655.280000', '150655.740000', '150656.200000', '150656.660000', '150657.120000', '150657.580000', '150658.040000', '150658.500000', '150658.960000', '150659.420000', '150659.880000', '150700.340000', '150700.800000', '150701.260000', '150701.720000', '150702.180000', '150702.640000', '150703.100000', '150703.560000', '150704.020000', '150704.480000', '150704.940000', '150705.400000', '150705.860000', '150706.320000', '150706.780000', '150707.240000', '150707.700000', '150708.160000', '150708.620000', '150709.080000', '150709.540000', '150710.000000', '150710.460000', '150710.920000', '150711.380000', '150711.840000', '150712.300000', '150712.760000', '150713.220000', '150713.680000', '150714.140000', '150714.600000', '150715.060000', '150715.520000', '150715.980000', '150716.440000', '150716.900000', '150717.360000', '150717.820000', '150718.280000', '150718.740000', '150719.200000', '150719.660000', '150720.120000', '150720.580000', '150721.040000', '150721.500000', '150721.960000', '150722.420000', '150722.880000', '150723.340000', '150723.800000', '150724.260000', '150724.720000', '150725.180000', '150725.640000', '150726.100000', '150726.560000', '150727.020000', '150727.480000', '150727.940000', '150728.400000', '150728.860000', '150729.320000', '150729.780000', '150730.240000', '150730.700000', '150731.160000', '150731.620000', '150732.080000', '150732.540000', '150733.000000', '150733.460000', '150733.920000', '150734.380000', '150734.840000', '150735.300000', '150735.760000', '150736.220000', '150736.680000', '150737.140000', '150737.600000', '150738.060000', '150738.520000', '150738.980000', '150739.440000', '150739.900000', '150740.360000', '150740.820000', '150741.280000', '150741.740000', '150742.200000', '150742.660000', '150743.120000', '150743.580000', '150744.040000', '150744.500000', '150744.960000', '150745.420000', '150745.880000', '150746.340000', '150746.800000', '150747.260000', '150747.720000', '150748.180000', '150748.640000', '150749.100000', '150749.560000', '150750.020000', '150750.480000', '150750.940000', '150751.400000', '150751.860000', '150752.320000', '150752.780000', '150753.240000', '150753.700000', '150754.160000', '150754.620000', '150755.080000', '150755.540000', '150756.000000', '150756.460000', '150756.920000', '150757.380000', '150757.840000', '150758.300000', '150758.760000', '150759.220000', '150759.680000', '150800.140000', '150800.600000', '150801.060000', '150801.520000', '150801.980000', '150802.440000', '150802.900000', '150803.360000', '150803.820000', '150804.280000', '150804.740000', '150805.200000', '150805.660000', '150806.120000', '150806.580000', '150807.040000', '150807.500000', '150807.960000', '150808.420000', '150808.880000', '150809.340000', '150809.800000', '150810.260000', '150810.720000', '150811.180000', '150811.640000', '150812.100000', '150812.560000', '150813.020000', '150813.480000', '150813.940000', '150814.400000', '150814.860000', '150815.320000', '150815.780000', '150816.240000', '150816.700000', '150817.160000', '150817.620000', '150818.080000', '150818.540000', '150819.000000', '150819.460000', '150819.920000', '150820.380000', '150820.840000', '150821.300000', '150821.760000', '150822.220000', '150822.680000', '150823.140000', '150823.600000', '150824.060000', '150824.520000', '150824.980000', '150825.440000', '150825.900000', '150826.360000', '150826.820000', '150827.280000', '150827.740000', '150828.200000', '150828.660000', '150829.120000', '150829.580000', '150830.040000', '150830.500000', '150830.960000', '150831.420000', '150831.880000', '150832.340000', '150832.800000', '150833.260000', '150833.720000', '150834.180000', '150834.640000', '150835.100000', '150835.560000', '150836.020000', '150836.480000', '150836.940000', '150837.400000', '150837.860000', '150838.320000', '150838.780000', '150839.240000', '150839.700000', '150840.160000', '150840.620000', '150841.080000', '150841.540000', '150842.000000', '150842.460000', '150842.920000', '150843.380000', '150843.840000', '150844.300000', '150844.760000', '150845.220000', '150845.680000', '150846.140000', '150846.600000', '150847.060000', '150847.520000', '150847.980000', '150848.440000', '150848.900000', '150849.360000', '150849.820000', '150850.280000', '150850.740000', '150851.200000', '150851.660000', '150852.120000', '150852.580000', '150853.040000', '150853.500000', '150853.960000', '150854.420000', '150854.880000', '150855.340000', '150855.800000', '150856.260000', '150856.720000', '150857.180000', '150857.640000', '150858.100000', '150858.560000', '150859.020000', '150859.480000', '150859.940000', '150900.400000', '150900.860000', '150901.320000', '150901.780000', '150902.240000', '150902.700000', '150903.160000', '150903.620000', '150904.080000', '150904.540000', '150905.000000', '150905.460000', '150905.920000', '150906.380000', '150906.840000', '150907.300000', '150907.760000', '150908.220000', '150908.680000', '150909.140000', '150909.600000', '150910.060000', '150910.520000', '150910.980000', '150911.440000', '150911.900000', '150912.360000', '150912.820000', '150913.280000', '150913.740000', '150914.200000', '150914.660000', '150915.120000', '150915.580000', '150916.040000', '150916.500000', '150916.960000', '150917.420000', '150917.880000', '150918.340000', '150918.800000', '150919.260000', '150919.720000', '150920.180000', '150920.640000', '150921.100000', '150921.560000', '150922.020000', '150922.480000', '150922.940000', '150923.400000', '150923.860000', '150924.320000', '150924.780000', '150925.240000', '150925.700000', '150926.160000', '150926.620000', '150927.080000', '150927.540000', '150928.000000', '150928.460000', '150928.920000', '150929.380000', '150929.840000', '150930.300000', '150930.760000', '150931.220000', '150931.680000', '150932.140000', '150932.600000', '150933.060000', '150933.520000', '150933.980000', '150934.440000', '150934.900000', '150935.360000', '150935.820000', '150936.280000', '150936.740000', '150937.200000', '150937.660000', '150938.120000', '150938.580000', '150939.040000', '150939.500000', '150939.960000', '150940.420000', '150940.880000', '150941.340000', '150941.800000', '150942.260000', '150942.720000', '150943.180000', '150943.640000', '150944.100000', '150944.560000', '150945.020000', '150945.480000', '150945.940000', '150946.400000', '150946.860000', '150947.320000', '150947.780000', '150948.240000', '150948.700000', '150949.160000', '150949.620000', '150950.080000', '150950.540000', '150951.000000', '150951.460000', '150951.920000', '150952.380000', '150952.840000', '150953.300000', '150953.760000', '150954.220000', '150954.680000', '150955.140000', '150955.600000', '150956.060000', '150956.520000', '150956.980000', '150957.440000', '150957.900000', '150958.360000', '150958.820000', '150959.280000', '150959.740000', '151000.200000', '151000.660000', '151001.120000', '151001.580000', '151002.040000', '151002.500000', '151002.960000', '151003.420000', '151003.880000', '151004.340000', '151004.800000', '151005.260000', '151005.720000', '151006.180000', '151006.640000', '151007.100000', '151007.560000', '151008.020000', '151008.480000', '151008.940000', '151009.400000', '151009.860000', '151010.320000', '151010.780000', '151011.240000', '151011.700000', '151012.160000', '151012.620000', '151013.080000', '151013.540000', '151014.000000', '151014.460000', '151014.920000', '151015.380000', '151015.840000', '151016.300000', '151016.760000', '151017.220000', '151017.680000', '151018.140000', '151018.600000', '151019.060000', '151019.520000', '151019.980000', '151020.440000', '151020.900000', '151021.360000', '151021.820000', '151022.280000', '151022.740000', '151023.200000', '151023.660000', '151024.120000', '151024.580000', '151025.040000', '151025.500000', '151025.960000', '151026.420000', '151026.880000', '151027.340000', '151027.800000', '151028.260000', '151028.720000', '151029.180000', '151029.640000', '151030.100000', '151030.560000', '151031.020000', '151031.480000', '151031.940000', '151032.400000', '151032.860000', '151033.320000', '151033.780000', '151034.240000', '151034.700000', '151035.160000', '151035.620000', '151036.080000', '151036.540000', '151037.000000', '151037.460000', '151037.920000', '151038.380000', '151038.840000', '151039.300000', '151039.760000', '151040.220000', '151040.680000', '151041.140000', '151041.600000', '151042.060000', '151042.520000', '151042.980000', '151043.440000', '151043.900000', '151044.360000', '151044.820000', '151045.280000', '151045.740000', '151046.200000', '151046.660000', '151047.120000', '151047.580000', '151048.040000', '151048.500000', '151048.960000', '151049.420000', '151049.880000', '151050.340000', '151050.800000', '151051.260000', '151051.720000', '151052.180000', '151052.640000', '151053.100000', '151053.560000', '151054.020000', '151054.480000', '151054.940000', '151055.400000', '151055.860000', '151056.320000', '151056.780000', '151057.240000', '151057.700000', '151058.160000', '151058.620000', '151059.080000', '151059.540000', '151100.000000', '151100.460000', '151100.920000', '151101.380000', '151101.840000', '151102.300000', '151102.760000', '151103.220000', '151103.680000', '151104.140000', '151104.600000', '151105.060000', '151105.520000', '151105.980000', '151106.440000', '151106.900000', '151107.360000', '151107.820000', '151108.280000', '151108.740000', '151109.200000', '151109.660000', '151110.120000', '151110.580000', '151111.040000', '151111.500000', '151111.960000', '151112.420000', '151112.880000', '151113.340000', '151113.800000', '151114.260000', '151114.720000', '151115.180000', '151115.640000', '151116.100000', '151116.560000', '151117.020000', '151117.480000', '151117.940000', '151118.400000', '151118.860000', '151119.320000', '151119.780000', '151120.240000', '151120.700000', '151121.160000', '151121.620000', '151122.080000', '151122.540000', '151123.000000', '151123.460000', '151123.920000', '151124.380000', '151124.840000', '151125.300000', '151125.760000', '151126.220000', '151126.680000', '151127.140000', '151127.600000', '151128.060000', '151128.520000', '151128.980000', '151129.440000', '151129.900000', '151130.360000', '151130.820000', '151131.280000', '151131.740000', '151132.200000', '151132.660000', '151133.120000', '151133.580000', '151134.040000', '151134.500000', '151134.960000', '151135.420000', '151135.880000', '151136.340000', '151136.800000', '151137.260000', '151137.720000', '151138.180000', '151138.640000', '151139.100000', '151139.560000', '151140.020000', '151140.480000', '151140.940000', '151141.400000', '151141.860000', '151142.320000', '151142.780000', '151143.240000', '151143.700000', '151144.160000', '151144.620000', '151145.080000', '151145.540000', '151146.000000', '151146.460000', '151146.920000', '151147.380000', '151147.840000', '151148.300000', '151148.760000', '151149.220000', '151149.680000', '151150.140000', '151150.600000', '151151.060000', '151151.520000', '151151.980000', '151152.440000', '151152.900000', '151153.360000', '151153.820000', '151154.280000', '151154.740000', '151155.200000', '151155.660000', '151156.120000', '151156.580000', '151157.040000', '151157.500000', '151157.960000', '151158.420000', '151158.880000', '151159.340000', '151159.800000', '151200.260000', '151200.720000', '151201.180000', '151201.640000', '151202.100000', '151202.560000', '151203.020000', '151203.480000', '151203.940000', '151204.400000', '151204.860000', '151205.320000', '151205.780000', '151206.240000', '151206.700000', '151207.160000', '151207.620000', '151208.080000', '151208.540000', '151209.000000', '151209.460000', '151209.920000', '151210.380000', '151210.840000', '151211.300000', '151211.760000', '151212.220000', '151212.680000', '151213.140000', '151213.600000', '151214.060000', '151214.520000', '151214.980000', '151215.440000', '151215.900000', '151216.360000', '151216.820000', '151217.280000', '151217.740000', '151218.200000', '151218.660000', '151219.120000', '151219.580000', '151220.040000', '151220.500000', '151220.960000', '151221.420000', '151221.880000', '151222.340000', '151222.800000', '151223.260000', '151223.720000', '151224.180000', '151224.640000', '151225.100000', '151225.560000', '151226.020000', '151226.480000', '151226.940000', '151227.400000', '151227.860000', '151228.320000', '151228.780000', '151229.240000', '151229.700000', '151230.160000', '151230.620000', '151231.080000', '151231.540000', '151232.000000', '151232.460000', '151232.920000', '151233.380000', '151233.840000', '151234.300000', '151234.760000', '151235.220000', '151235.680000', '151236.140000'], 'ContentTime': ['150611.738000', '150611.742000', '150611.744000', '150611.747000', '150611.756000', '150611.759000', '150611.761000', '150611.764000', '150611.766000', '150611.769000', '150611.772000', '150611.774000', '150611.777000', '150611.779000', '150611.782000', '150611.784000', '150611.787000', '150611.790000', '150611.792000', '150611.795000', '150611.797000', '150611.800000', '150611.803000', '150611.805000', '150611.808000', '150611.810000', '150611.818000', '150611.821000', '150611.824000', '150611.826000', '150611.829000', '150611.831000', '150611.834000', '150631.712000', '150631.716000', '150631.718000', '150631.721000', '150631.723000', '150631.726000', '150631.728000', '150631.731000', '150631.734000', '150631.736000', '150631.739000', '150631.741000', '150631.744000', '150631.754000', '150631.757000', '150631.759000', '150631.762000', '150631.765000', '150631.767000', '150631.770000', '150631.772000', '150631.775000', '150631.778000', '150631.780000', '150631.783000', '150631.785000', '150631.788000', '150631.791000', '150631.793000', '150631.796000', '150631.798000', '150631.801000', '150631.804000', '150631.806000', '150631.809000', '150631.811000', '150631.814000', '150631.816000', '150631.819000', '150631.821000', '150631.824000', '150631.827000', '150631.830000', '150651.711000', '150651.714000', '150651.717000', '150651.719000', '150651.722000', '150651.730000', '150651.733000', '150651.735000', '150651.738000', '150651.740000', '150651.743000', '150651.746000', '150651.748000', '150651.751000', '150651.754000', '150651.756000', '150651.759000', '150651.761000', '150651.764000', '150651.767000', '150651.769000', '150651.772000', '150651.774000', '150651.777000', '150651.780000', '150651.782000', '150651.785000', '150651.787000', '150651.790000', '150651.792000', '150651.795000', '150651.798000', '150651.800000', '150651.803000', '150651.806000', '150651.808000', '150651.811000', '150651.813000', '150651.816000', '150651.819000', '150651.821000', '150651.824000', '150651.826000', '150651.829000', '150711.711000', '150711.714000', '150711.717000', '150711.719000', '150711.722000', '150711.725000', '150711.728000', '150711.730000', '150711.733000', '150711.736000', '150711.738000', '150711.741000', '150711.743000', '150711.746000', '150711.749000', '150711.751000', '150711.754000', '150711.756000', '150711.759000', '150711.762000', '150711.777000', '150711.779000', '150711.782000', '150711.784000', '150711.787000', '150711.790000', '150711.792000', '150711.795000', '150711.797000', '150711.800000', '150711.803000', '150711.805000', '150711.808000', '150711.810000', '150711.813000', '150711.816000', '150711.818000', '150711.821000', '150711.824000', '150711.826000', '150711.829000', '150711.832000', '150711.834000', '150731.711000', '150731.714000', '150731.717000', '150731.719000', '150731.722000', '150731.725000', '150731.727000', '150731.730000', '150731.732000', '150731.735000', '150731.738000', '150731.740000', '150731.743000', '150731.745000', '150731.748000', '150731.751000', '150731.753000', '150731.756000', '150731.759000', '150731.761000', '150731.764000', '150731.767000', '150731.769000', '150731.772000', '150731.774000', '150731.777000', '150731.780000', '150731.782000', '150731.785000', '150731.787000', '150731.790000', '150731.792000', '150731.795000', '150731.798000', '150731.800000', '150731.803000', '150731.806000', '150731.808000', '150731.811000', '150731.814000', '150731.816000', '150731.819000', '150731.822000', '150751.712000', '150751.715000', '150751.718000', '150751.720000', '150751.723000', '150751.726000', '150751.728000', '150751.731000', '150751.734000', '150751.737000', '150751.739000', '150751.742000', '150751.744000', '150751.747000', '150751.750000', '150751.752000', '150751.755000', '150751.758000', '150751.760000', '150751.763000', '150751.766000', '150751.768000', '150751.771000', '150751.774000', '150751.776000', '150751.779000', '150751.781000', '150751.784000', '150751.787000', '150751.789000', '150751.792000', '150751.795000', '150751.797000', '150751.800000', '150751.803000', '150751.805000', '150751.808000', '150751.811000', '150751.813000', '150751.816000', '150751.819000', '150751.821000', '150751.824000', '150751.826000', '150811.713000', '150811.715000', '150811.718000', '150811.721000', '150811.723000', '150811.726000', '150811.729000', '150811.731000', '150811.734000', '150811.737000', '150811.740000', '150811.743000', '150811.746000', '150811.748000', '150811.751000', '150811.754000', '150811.756000', '150811.759000', '150811.762000', '150811.764000', '150811.767000', '150811.770000', '150811.772000', '150811.775000', '150811.778000', '150811.780000', '150811.783000', '150811.785000', '150811.788000', '150811.791000', '150811.794000', '150811.796000', '150811.799000', '150811.802000', '150811.804000', '150811.807000', '150811.810000', '150811.812000', '150811.815000', '150811.817000', '150811.820000', '150811.823000', '150811.825000', '150811.828000', '150831.712000', '150831.715000', '150831.718000', '150831.721000', '150831.723000', '150831.726000', '150831.729000', '150831.731000', '150831.734000', '150831.737000', '150831.739000', '150831.742000', '150831.744000', '150831.747000', '150831.750000', '150831.752000', '150831.755000', '150831.757000', '150831.760000', '150831.763000', '150831.765000', '150831.768000', '150831.771000', '150831.773000', '150831.776000', '150831.778000', '150831.781000', '150831.784000', '150831.786000', '150831.789000', '150831.791000', '150831.794000', '150831.797000', '150831.799000', '150831.802000', '150831.805000', '150831.807000', '150831.810000', '150831.813000', '150831.815000', '150831.818000', '150831.820000', '150831.823000', '150851.713000', '150851.715000', '150851.729000', '150851.732000', '150851.734000', '150851.737000', '150851.739000', '150851.742000', '150851.745000', '150851.747000', '150851.750000', '150851.753000', '150851.755000', '150851.758000', '150851.760000', '150851.763000', '150851.766000', '150851.768000', '150851.771000', '150851.774000', '150851.776000', '150851.779000', '150851.782000', '150851.784000', '150851.787000', '150851.790000', '150851.792000', '150851.795000', '150851.798000', '150851.800000', '150851.803000', '150851.806000', '150851.808000', '150851.811000', '150851.814000', '150851.816000', '150851.819000', '150851.822000', '150851.824000', '150851.827000', '150851.830000', '150851.832000', '150851.835000', '150851.837000', '150911.712000', '150911.715000', '150911.717000', '150911.720000', '150911.723000', '150911.725000', '150911.728000', '150911.730000', '150911.733000', '150911.736000', '150911.738000', '150911.741000', '150911.743000', '150911.746000', '150911.749000', '150911.751000', '150911.754000', '150911.756000', '150911.759000', '150911.761000', '150911.764000', '150911.767000', '150911.769000', '150911.772000', '150911.774000', '150911.777000', '150911.779000', '150911.782000', '150911.785000', '150911.787000', '150911.790000', '150911.792000', '150911.795000', '150911.798000', '150911.800000', '150911.803000', '150911.805000', '150911.808000', '150911.810000', '150911.813000', '150911.816000', '150911.818000', '150911.821000', '150931.712000', '150931.714000', '150931.717000', '150931.720000', '150931.722000', '150931.725000', '150931.727000', '150931.730000', '150931.733000', '150931.735000', '150931.738000', '150931.740000', '150931.743000', '150931.745000', '150931.748000', '150931.751000', '150931.753000', '150931.756000', '150931.758000', '150931.761000', '150931.764000', '150931.766000', '150931.769000', '150931.771000', '150931.774000', '150931.776000', '150931.780000', '150931.783000', '150931.786000', '150931.789000', '150931.791000', '150931.794000', '150931.796000', '150931.799000', '150931.802000', '150931.811000', '150931.813000', '150931.816000', '150931.819000', '150931.821000', '150931.824000', '150931.826000', '150931.829000', '150951.712000', '150951.714000', '150951.717000', '150951.720000', '150951.722000', '150951.725000', '150951.727000', '150951.730000', '150951.732000', '150951.735000', '150951.738000', '150951.740000', '150951.743000', '150951.745000', '150951.748000', '150951.751000', '150951.753000', '150951.756000', '150951.758000', '150951.761000', '150951.763000', '150951.766000', '150951.769000', '150951.771000', '150951.774000', '150951.776000', '150951.779000', '150951.782000', '150951.784000', '150951.787000', '150951.790000', '150951.792000', '150951.795000', '150951.797000', '150951.800000', '150951.803000', '150951.805000', '150951.808000', '150951.810000', '150951.813000', '150951.816000', '150951.818000', '150951.821000', '150951.824000', '151011.712000', '151011.715000', '151011.718000', '151011.721000', '151011.723000', '151011.726000', '151011.729000', '151011.731000', '151011.734000', '151011.736000', '151011.739000', '151011.742000', '151011.744000', '151011.747000', '151011.749000', '151011.752000', '151011.755000', '151011.758000', '151011.761000', '151011.764000', '151011.766000', '151011.769000', '151011.772000', '151011.774000', '151011.777000', '151011.780000', '151011.782000', '151011.786000', '151011.789000', '151011.792000', '151011.794000', '151011.797000', '151011.800000', '151011.802000', '151011.805000', '151011.814000', '151011.817000', '151011.819000', '151011.822000', '151011.825000', '151011.827000', '151011.836000', '151011.838000', '151031.712000', '151031.715000', '151031.718000', '151031.721000', '151031.723000', '151031.726000', '151031.729000', '151031.732000', '151031.734000', '151031.737000', '151031.739000', '151031.742000', '151031.745000', '151031.747000', '151031.750000', '151031.753000', '151031.755000', '151031.758000', '151031.761000', '151031.763000', '151031.766000', '151031.769000', '151031.771000', '151031.774000', '151031.777000', '151031.779000', '151031.782000', '151031.785000', '151031.787000', '151031.790000', '151031.793000', '151031.795000', '151031.798000', '151031.800000', '151031.803000', '151031.806000', '151031.808000', '151031.811000', '151031.814000', '151031.816000', '151031.819000', '151031.822000', '151031.825000', '151031.827000', '151051.713000', '151051.715000', '151051.718000', '151051.721000', '151051.724000', '151051.726000', '151051.729000', '151051.731000', '151051.734000', '151051.737000', '151051.739000', '151051.742000', '151051.745000', '151051.747000', '151051.750000', '151051.753000', '151051.755000', '151051.758000', '151051.761000', '151051.763000', '151051.766000', '151051.768000', '151051.771000', '151051.774000', '151051.776000', '151051.779000', '151051.782000', '151051.784000', '151051.787000', '151051.790000', '151051.792000', '151051.795000', '151051.797000', '151051.800000', '151051.803000', '151051.805000', '151051.808000', '151051.811000', '151051.813000', '151051.816000', '151051.819000', '151051.822000', '151051.825000', '151111.713000', '151111.716000', '151111.718000', '151111.721000', '151111.724000', '151111.726000', '151111.729000', '151111.731000', '151111.734000', '151111.737000', '151111.739000', '151111.742000', '151111.745000', '151111.748000', '151111.750000', '151111.753000', '151111.756000', '151111.758000', '151111.761000', '151111.764000', '151111.766000', '151111.769000', '151111.772000', '151111.774000', '151111.777000', '151111.780000', '151111.782000', '151111.785000', '151111.788000', '151111.791000', '151111.794000', '151111.796000', '151111.799000', '151111.802000', '151111.804000', '151111.807000', '151111.809000', '151111.812000', '151111.815000', '151111.818000', '151111.820000', '151111.823000', '151111.826000', '151111.828000', '151131.711000', '151131.714000', '151131.717000', '151131.720000', '151131.722000', '151131.725000', '151131.728000', '151131.730000', '151131.741000', '151131.744000', '151131.747000', '151131.749000', '151131.752000', '151131.755000', '151131.757000', '151131.760000', '151131.763000', '151131.765000', '151131.768000', '151131.771000', '151131.773000', '151131.776000', '151131.778000', '151131.781000', '151131.784000', '151131.787000', '151131.789000', '151131.792000', '151131.795000', '151131.797000', '151131.800000', '151131.803000', '151131.805000', '151131.808000', '151131.811000', '151131.814000', '151131.817000', '151131.820000', '151131.823000', '151131.826000', '151131.828000', '151131.831000', '151131.834000', '151151.711000', '151151.714000', '151151.717000', '151151.719000', '151151.723000', '151151.726000', '151151.728000', '151151.731000', '151151.733000', '151151.736000', '151151.739000', '151151.741000', '151151.744000', '151151.747000', '151151.749000', '151151.752000', '151151.755000', '151151.757000', '151151.760000', '151151.762000', '151151.765000', '151151.768000', '151151.770000', '151151.773000', '151151.776000', '151151.778000', '151151.783000', '151151.785000', '151151.788000', '151151.791000', '151151.793000', '151151.796000', '151151.799000', '151151.801000', '151151.804000', '151151.806000', '151151.809000', '151151.812000', '151151.814000', '151151.817000', '151151.820000', '151151.822000', '151151.825000', '151151.828000', '151211.711000', '151211.714000', '151211.717000', '151211.719000', '151211.722000', '151211.725000', '151211.728000', '151211.730000', '151211.733000', '151211.735000', '151211.738000', '151211.741000', '151211.743000', '151211.746000', '151211.749000', '151211.751000', '151211.754000', '151211.756000', '151211.759000', '151211.762000', '151211.764000', '151211.767000', '151211.769000', '151211.772000', '151211.775000', '151211.777000', '151211.780000', '151211.783000', '151211.785000', '151211.788000', '151211.791000', '151211.793000', '151211.796000', '151211.799000', '151211.801000', '151211.804000', '151211.807000', '151211.809000', '151211.812000', '151211.815000', '151211.817000', '151211.820000', '151211.823000', '151231.713000', '151231.715000', '151231.718000', '151231.721000', '151231.724000', '151231.726000', '151231.729000', '151231.732000', '151231.734000', '151231.737000', '151231.740000', '151231.742000', '151231.745000', '151231.747000', '151231.750000', '151231.753000', '151231.755000', '151231.758000', '151231.767000', '151231.769000', '151231.772000', '151231.775000', '151231.777000', '151231.780000', '151231.783000', '151231.785000', '151231.788000', '151231.791000', '151231.793000', '151231.796000', '151231.799000', '151231.801000', '151231.804000', '151231.807000', '151231.809000', '151231.812000', '151231.815000', '151231.817000', '151231.820000', '151231.823000', '151231.825000', '151231.828000', '151231.831000', '151231.833000', '151237.555000', '151237.558000', '151237.561000', '151237.563000', '151237.566000', '151237.569000', '151237.572000', '151237.575000', '151237.578000', '151237.580000', '151237.583000', '151237.586000', '151237.588000'], 'InstanceCreationTime': ['150611.738000', '150611.742000', '150611.744000', '150611.747000', '150611.756000', '150611.759000', '150611.761000', '150611.764000', '150611.766000', '150611.769000', '150611.772000', '150611.774000', '150611.777000', '150611.779000', '150611.782000', '150611.784000', '150611.787000', '150611.790000', '150611.792000', '150611.795000', '150611.797000', '150611.800000', '150611.803000', '150611.805000', '150611.808000', '150611.810000', '150611.818000', '150611.821000', '150611.824000', '150611.826000', '150611.829000', '150611.831000', '150611.834000', '150631.712000', '150631.716000', '150631.718000', '150631.721000', '150631.723000', '150631.726000', '150631.728000', '150631.731000', '150631.734000', '150631.736000', '150631.739000', '150631.741000', '150631.744000', '150631.754000', '150631.757000', '150631.759000', '150631.762000', '150631.765000', '150631.767000', '150631.770000', '150631.772000', '150631.775000', '150631.778000', '150631.780000', '150631.783000', '150631.785000', '150631.788000', '150631.791000', '150631.793000', '150631.796000', '150631.798000', '150631.801000', '150631.804000', '150631.806000', '150631.809000', '150631.811000', '150631.814000', '150631.816000', '150631.819000', '150631.821000', '150631.824000', '150631.827000', '150631.830000', '150651.711000', '150651.714000', '150651.717000', '150651.719000', '150651.722000', '150651.730000', '150651.733000', '150651.735000', '150651.738000', '150651.740000', '150651.743000', '150651.746000', '150651.748000', '150651.751000', '150651.754000', '150651.756000', '150651.759000', '150651.761000', '150651.764000', '150651.767000', '150651.769000', '150651.772000', '150651.774000', '150651.777000', '150651.780000', '150651.782000', '150651.785000', '150651.787000', '150651.790000', '150651.792000', '150651.795000', '150651.798000', '150651.800000', '150651.803000', '150651.806000', '150651.808000', '150651.811000', '150651.813000', '150651.816000', '150651.819000', '150651.821000', '150651.824000', '150651.826000', '150651.829000', '150711.711000', '150711.714000', '150711.717000', '150711.719000', '150711.722000', '150711.725000', '150711.728000', '150711.730000', '150711.733000', '150711.736000', '150711.738000', '150711.741000', '150711.743000', '150711.746000', '150711.749000', '150711.751000', '150711.754000', '150711.756000', '150711.759000', '150711.762000', '150711.777000', '150711.779000', '150711.782000', '150711.784000', '150711.787000', '150711.790000', '150711.792000', '150711.795000', '150711.797000', '150711.800000', '150711.803000', '150711.805000', '150711.808000', '150711.810000', '150711.813000', '150711.816000', '150711.818000', '150711.821000', '150711.824000', '150711.826000', '150711.829000', '150711.832000', '150711.834000', '150731.711000', '150731.714000', '150731.717000', '150731.719000', '150731.722000', '150731.725000', '150731.727000', '150731.730000', '150731.732000', '150731.735000', '150731.738000', '150731.740000', '150731.743000', '150731.745000', '150731.748000', '150731.751000', '150731.753000', '150731.756000', '150731.759000', '150731.761000', '150731.764000', '150731.767000', '150731.769000', '150731.772000', '150731.774000', '150731.777000', '150731.780000', '150731.782000', '150731.785000', '150731.787000', '150731.790000', '150731.792000', '150731.795000', '150731.798000', '150731.800000', '150731.803000', '150731.806000', '150731.808000', '150731.811000', '150731.814000', '150731.816000', '150731.819000', '150731.822000', '150751.712000', '150751.715000', '150751.718000', '150751.720000', '150751.723000', '150751.726000', '150751.728000', '150751.731000', '150751.734000', '150751.737000', '150751.739000', '150751.742000', '150751.744000', '150751.747000', '150751.750000', '150751.752000', '150751.755000', '150751.758000', '150751.760000', '150751.763000', '150751.766000', '150751.768000', '150751.771000', '150751.774000', '150751.776000', '150751.779000', '150751.781000', '150751.784000', '150751.787000', '150751.789000', '150751.792000', '150751.795000', '150751.797000', '150751.800000', '150751.803000', '150751.805000', '150751.808000', '150751.811000', '150751.813000', '150751.816000', '150751.819000', '150751.821000', '150751.824000', '150751.826000', '150811.713000', '150811.715000', '150811.718000', '150811.721000', '150811.723000', '150811.726000', '150811.729000', '150811.731000', '150811.734000', '150811.737000', '150811.740000', '150811.743000', '150811.746000', '150811.748000', '150811.751000', '150811.754000', '150811.756000', '150811.759000', '150811.762000', '150811.764000', '150811.767000', '150811.770000', '150811.772000', '150811.775000', '150811.778000', '150811.780000', '150811.783000', '150811.785000', '150811.788000', '150811.791000', '150811.794000', '150811.796000', '150811.799000', '150811.802000', '150811.804000', '150811.807000', '150811.810000', '150811.812000', '150811.815000', '150811.817000', '150811.820000', '150811.823000', '150811.825000', '150811.828000', '150831.712000', '150831.715000', '150831.718000', '150831.721000', '150831.723000', '150831.726000', '150831.729000', '150831.731000', '150831.734000', '150831.737000', '150831.739000', '150831.742000', '150831.744000', '150831.747000', '150831.750000', '150831.752000', '150831.755000', '150831.757000', '150831.760000', '150831.763000', '150831.765000', '150831.768000', '150831.771000', '150831.773000', '150831.776000', '150831.778000', '150831.781000', '150831.784000', '150831.786000', '150831.789000', '150831.791000', '150831.794000', '150831.797000', '150831.799000', '150831.802000', '150831.805000', '150831.807000', '150831.810000', '150831.813000', '150831.815000', '150831.818000', '150831.820000', '150831.823000', '150851.713000', '150851.715000', '150851.729000', '150851.732000', '150851.734000', '150851.737000', '150851.739000', '150851.742000', '150851.745000', '150851.747000', '150851.750000', '150851.753000', '150851.755000', '150851.758000', '150851.760000', '150851.763000', '150851.766000', '150851.768000', '150851.771000', '150851.774000', '150851.776000', '150851.779000', '150851.782000', '150851.784000', '150851.787000', '150851.790000', '150851.792000', '150851.795000', '150851.798000', '150851.800000', '150851.803000', '150851.806000', '150851.808000', '150851.811000', '150851.814000', '150851.816000', '150851.819000', '150851.822000', '150851.824000', '150851.827000', '150851.830000', '150851.832000', '150851.835000', '150851.837000', '150911.712000', '150911.715000', '150911.717000', '150911.720000', '150911.723000', '150911.725000', '150911.728000', '150911.730000', '150911.733000', '150911.736000', '150911.738000', '150911.741000', '150911.743000', '150911.746000', '150911.749000', '150911.751000', '150911.754000', '150911.756000', '150911.759000', '150911.761000', '150911.764000', '150911.767000', '150911.769000', '150911.772000', '150911.774000', '150911.777000', '150911.779000', '150911.782000', '150911.785000', '150911.787000', '150911.790000', '150911.792000', '150911.795000', '150911.798000', '150911.800000', '150911.803000', '150911.805000', '150911.808000', '150911.810000', '150911.813000', '150911.816000', '150911.818000', '150911.821000', '150931.712000', '150931.714000', '150931.717000', '150931.720000', '150931.722000', '150931.725000', '150931.727000', '150931.730000', '150931.733000', '150931.735000', '150931.738000', '150931.740000', '150931.743000', '150931.745000', '150931.748000', '150931.751000', '150931.753000', '150931.756000', '150931.758000', '150931.761000', '150931.764000', '150931.766000', '150931.769000', '150931.771000', '150931.774000', '150931.776000', '150931.780000', '150931.783000', '150931.786000', '150931.789000', '150931.791000', '150931.794000', '150931.796000', '150931.799000', '150931.802000', '150931.811000', '150931.813000', '150931.816000', '150931.819000', '150931.821000', '150931.824000', '150931.826000', '150931.829000', '150951.712000', '150951.714000', '150951.717000', '150951.720000', '150951.722000', '150951.725000', '150951.727000', '150951.730000', '150951.732000', '150951.735000', '150951.738000', '150951.740000', '150951.743000', '150951.745000', '150951.748000', '150951.751000', '150951.753000', '150951.756000', '150951.758000', '150951.761000', '150951.763000', '150951.766000', '150951.769000', '150951.771000', '150951.774000', '150951.776000', '150951.779000', '150951.782000', '150951.784000', '150951.787000', '150951.790000', '150951.792000', '150951.795000', '150951.797000', '150951.800000', '150951.803000', '150951.805000', '150951.808000', '150951.810000', '150951.813000', '150951.816000', '150951.818000', '150951.821000', '150951.824000', '151011.712000', '151011.715000', '151011.718000', '151011.721000', '151011.723000', '151011.726000', '151011.729000', '151011.731000', '151011.734000', '151011.736000', '151011.739000', '151011.742000', '151011.744000', '151011.747000', '151011.749000', '151011.752000', '151011.755000', '151011.758000', '151011.761000', '151011.764000', '151011.766000', '151011.769000', '151011.772000', '151011.774000', '151011.777000', '151011.780000', '151011.782000', '151011.786000', '151011.789000', '151011.792000', '151011.794000', '151011.797000', '151011.800000', '151011.802000', '151011.805000', '151011.814000', '151011.817000', '151011.819000', '151011.822000', '151011.825000', '151011.827000', '151011.836000', '151011.838000', '151031.712000', '151031.715000', '151031.718000', '151031.721000', '151031.723000', '151031.726000', '151031.729000', '151031.732000', '151031.734000', '151031.737000', '151031.739000', '151031.742000', '151031.745000', '151031.747000', '151031.750000', '151031.753000', '151031.755000', '151031.758000', '151031.761000', '151031.763000', '151031.766000', '151031.769000', '151031.771000', '151031.774000', '151031.777000', '151031.779000', '151031.782000', '151031.785000', '151031.787000', '151031.790000', '151031.793000', '151031.795000', '151031.798000', '151031.800000', '151031.803000', '151031.806000', '151031.808000', '151031.811000', '151031.814000', '151031.816000', '151031.819000', '151031.822000', '151031.825000', '151031.827000', '151051.713000', '151051.715000', '151051.718000', '151051.721000', '151051.724000', '151051.726000', '151051.729000', '151051.731000', '151051.734000', '151051.737000', '151051.739000', '151051.742000', '151051.745000', '151051.747000', '151051.750000', '151051.753000', '151051.755000', '151051.758000', '151051.761000', '151051.763000', '151051.766000', '151051.768000', '151051.771000', '151051.774000', '151051.776000', '151051.779000', '151051.782000', '151051.784000', '151051.787000', '151051.790000', '151051.792000', '151051.795000', '151051.797000', '151051.800000', '151051.803000', '151051.805000', '151051.808000', '151051.811000', '151051.813000', '151051.816000', '151051.819000', '151051.822000', '151051.825000', '151111.713000', '151111.716000', '151111.718000', '151111.721000', '151111.724000', '151111.726000', '151111.729000', '151111.731000', '151111.734000', '151111.737000', '151111.739000', '151111.742000', '151111.745000', '151111.748000', '151111.750000', '151111.753000', '151111.756000', '151111.758000', '151111.761000', '151111.764000', '151111.766000', '151111.769000', '151111.772000', '151111.774000', '151111.777000', '151111.780000', '151111.782000', '151111.785000', '151111.788000', '151111.791000', '151111.794000', '151111.796000', '151111.799000', '151111.802000', '151111.804000', '151111.807000', '151111.809000', '151111.812000', '151111.815000', '151111.818000', '151111.820000', '151111.823000', '151111.826000', '151111.828000', '151131.711000', '151131.714000', '151131.717000', '151131.720000', '151131.722000', '151131.725000', '151131.728000', '151131.730000', '151131.741000', '151131.744000', '151131.747000', '151131.749000', '151131.752000', '151131.755000', '151131.757000', '151131.760000', '151131.763000', '151131.765000', '151131.768000', '151131.771000', '151131.773000', '151131.776000', '151131.778000', '151131.781000', '151131.784000', '151131.787000', '151131.789000', '151131.792000', '151131.795000', '151131.797000', '151131.800000', '151131.803000', '151131.805000', '151131.808000', '151131.811000', '151131.814000', '151131.817000', '151131.820000', '151131.823000', '151131.826000', '151131.828000', '151131.831000', '151131.834000', '151151.711000', '151151.714000', '151151.717000', '151151.719000', '151151.723000', '151151.726000', '151151.728000', '151151.731000', '151151.733000', '151151.736000', '151151.739000', '151151.741000', '151151.744000', '151151.747000', '151151.749000', '151151.752000', '151151.755000', '151151.757000', '151151.760000', '151151.762000', '151151.765000', '151151.768000', '151151.770000', '151151.773000', '151151.776000', '151151.778000', '151151.783000', '151151.785000', '151151.788000', '151151.791000', '151151.793000', '151151.796000', '151151.799000', '151151.801000', '151151.804000', '151151.806000', '151151.809000', '151151.812000', '151151.814000', '151151.817000', '151151.820000', '151151.822000', '151151.825000', '151151.828000', '151211.711000', '151211.714000', '151211.717000', '151211.719000', '151211.722000', '151211.725000', '151211.728000', '151211.730000', '151211.733000', '151211.735000', '151211.738000', '151211.741000', '151211.743000', '151211.746000', '151211.749000', '151211.751000', '151211.754000', '151211.756000', '151211.759000', '151211.762000', '151211.764000', '151211.767000', '151211.769000', '151211.772000', '151211.775000', '151211.777000', '151211.780000', '151211.783000', '151211.785000', '151211.788000', '151211.791000', '151211.793000', '151211.796000', '151211.799000', '151211.801000', '151211.804000', '151211.807000', '151211.809000', '151211.812000', '151211.815000', '151211.817000', '151211.820000', '151211.823000', '151231.713000', '151231.715000', '151231.718000', '151231.721000', '151231.724000', '151231.726000', '151231.729000', '151231.732000', '151231.734000', '151231.737000', '151231.740000', '151231.742000', '151231.745000', '151231.747000', '151231.750000', '151231.753000', '151231.755000', '151231.758000', '151231.767000', '151231.769000', '151231.772000', '151231.775000', '151231.777000', '151231.780000', '151231.783000', '151231.785000', '151231.788000', '151231.791000', '151231.793000', '151231.796000', '151231.799000', '151231.801000', '151231.804000', '151231.807000', '151231.809000', '151231.812000', '151231.815000', '151231.817000', '151231.820000', '151231.823000', '151231.825000', '151231.828000', '151231.831000', '151231.833000', '151237.555000', '151237.558000', '151237.561000', '151237.563000', '151237.566000', '151237.569000', '151237.572000', '151237.575000', '151237.578000', '151237.580000', '151237.583000', '151237.586000', '151237.588000'], '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': [13434, 9848, 13585, 9847, 13644, 9775, 13471, 12072, 13539, 16132, 14426, 12214, 12868, 14983, 12568, 17683, 12110, 18425, 12222, 15523, 11123, 14545, 10024, 11872, 10796, 11702, 11119, 12675, 9495, 11886, 9914, 11635, 10100, 12090, 9706, 11791, 10012, 11581, 9318, 11526, 9639, 11945, 8948, 12181, 9287, 12667, 9454, 12056, 17708, 11635, 17063, 12938, 14224, 9490, 12870, 9740, 12305, 10162, 12557, 9030, 11840, 11802, 11095, 12211, 10404, 14210, 10788, 14255, 11222, 14070, 10712, 13256, 10394, 12268, 18770, 12049, 13883, 10627, 12399, 10162, 11676, 9999, 11507, 9616, 11885, 9194, 11925, 12095, 10758, 13621, 11346, 8918, 11797, 9832, 11735, 13800, 11288, 17910, 11897, 18213, 11905, 16068, 11452, 14073, 11490, 13259, 11380, 14921, 11230, 14336, 10101, 13984, 10107, 13098, 9936, 12614, 11592, 11867, 10117, 11984, 10220, 10889, 12988, 10638, 13667, 11445, 13070, 10397, 13136, 9729, 11765, 11047, 11849, 10888, 13999, 9961, 12424, 9960, 12774, 9936, 12900, 10698, 11957, 15986, 11699, 16788, 10366, 12507, 10950, 12121, 11802, 13763, 9927, 12133, 10661, 11844, 9665, 14272, 10103, 12783, 10260, 12447, 11386, 11366, 15422, 11196, 15033, 12471, 15361, 10856, 13244, 10389, 13163, 11874, 12120, 11116, 11198, 15696, 11209, 12751, 11916, 11717, 10326, 11796, 9881, 11547, 9431, 11008, 9317, 11082, 11937, 10973, 13224, 11493, 14943, 10502, 10920, 10608, 9531, 12382, 16149, 12805, 16793, 10829, 15001, 10774, 13128, 11183, 13643, 10429, 12322, 9927, 12181, 9727, 12583, 9768, 11962, 9395, 11330, 9379, 11443, 12191, 10777, 13663, 11270, 9200, 10690, 12027, 10741, 17249, 12256, 16552, 11167, 14135, 11943, 16351, 12436, 16042, 11743, 13077, 12401, 11771, 13975, 11419, 13955, 10096, 13335, 10754, 12425, 11495, 13654, 10768, 12205, 9681, 12447, 9742, 11980, 9797, 11388, 9137, 12506, 10419, 12372, 16697, 11478, 18795, 11062, 13922, 11571, 12322, 11533, 12875, 9996, 11811, 10241, 11574, 9605, 11100, 9849, 11585, 10048, 11299, 11199, 11041, 9505, 10283, 11790, 10526, 14214, 11861, 16241, 12247, 15490, 11480, 14055, 10184, 14909, 13114, 12685, 11737, 11502, 15110, 11722, 15135, 12269, 14371, 10404, 12046, 10490, 11598, 9831, 12576, 10443, 12460, 9199, 11830, 12304, 10971, 15351, 11394, 16535, 10382, 12075, 10837, 12175, 11894, 12823, 10053, 11504, 10077, 11709, 9731, 11635, 10119, 12159, 9731, 11655, 9708, 11536, 9039, 11807, 10868, 11226, 9291, 12446, 11912, 11662, 15294, 11556, 15090, 10880, 16372, 11307, 14417, 11603, 14412, 10243, 13035, 10353, 11625, 9976, 11649, 10427, 12097, 9574, 11172, 16328, 11035, 17753, 10772, 12384, 11053, 11900, 9697, 12015, 9228, 11949, 10771, 10868, 11869, 10423, 13195, 10506, 11845, 10696, 12751, 9598, 11194, 10328, 11623, 9805, 14770, 12838, 14724, 11479, 12187, 16910, 11662, 18303, 12334, 14056, 11040, 12153, 10268, 11821, 9310, 12160, 9113, 11565, 10435, 11402, 9500, 11124, 9033, 11162, 11133, 10784, 17606, 11375, 16437, 10066, 12241, 10538, 11957, 10200, 11385, 10248, 11746, 9808, 11348, 9814, 11617, 16793, 11297, 14980, 11919, 13547, 10798, 11545, 10541, 11307, 10059, 11664, 9542, 11865, 9782, 12448, 10086, 12240, 9494, 12196, 14883, 11710, 11462, 11772, 12371, 11289, 16463, 11708, 13621, 10603, 11433, 10499, 12526, 10363, 13780, 10905, 11480, 11351, 9752, 12872, 9913, 12311, 12475, 12678, 16078, 12552, 12851, 12032, 9478, 12102, 9363, 12290, 9450, 12133, 10493, 12127, 14470, 12109, 13101, 11455, 18406, 11712, 16029, 12983, 15399, 11131, 13706, 11441, 13306, 10684, 12788, 9360, 12240, 10248, 12823, 9716, 12883, 10434, 12869, 9857, 12316, 12124, 12026, 17835, 11021, 15261, 11980, 12600, 11096, 12559, 10848, 11418, 10559, 12176, 9370, 11893, 10994, 11809, 9375, 12523, 9066, 11945, 10402, 12048, 9936, 11657, 9528, 11638, 9272, 11573, 9762, 12118, 10073, 12229, 10143, 11902, 12005, 12229, 19850, 12505, 17683, 11279, 13233, 10831, 12162, 10808, 12482, 9506, 11882, 9609, 11370, 9360, 10992, 9587, 11713, 10435, 11337, 12624, 11088, 14203, 10741, 14668, 11056, 16215, 11838, 10900, 10512, 11804, 10410, 15896, 11637, 15262, 13120, 15814, 10673, 12674, 10375, 12342, 9892, 11942, 9457, 11413, 12059, 10838, 13271, 11658, 13177, 10480, 13343, 10916, 13566, 11532, 18270, 10922, 13210, 11365, 12769, 11621, 14325, 10176, 11966, 10184, 12274, 9755, 11658, 9722, 11840, 9262, 12233, 11355, 11183, 13165, 10530, 13418, 10860, 12951, 10498, 13833, 10622, 12906, 11604, 14500, 10156, 11617, 9830, 11633, 9510, 11684, 9666, 12348, 9645, 12404, 9426, 11858, 9819, 12576, 9825, 13093, 9674, 12622, 10646, 11870, 9141, 12107, 10658, 11742, 11858, 11732, 15348, 10697, 14421, 11398, 14085, 10965, 17210, 11588, 16966, 12846, 17039, 10944, 15256, 11466, 14854, 12555, 16350, 10729, 12316, 11352, 12655, 11801, 14103, 10384, 11629, 10824, 11519, 11555, 12982, 10680, 12228, 11403, 14315, 12113, 15688, 11026, 12111, 11263, 12129, 11177, 14080, 10097, 11863, 9985, 12938, 9995, 12397, 9757, 12438, 12559, 11532, 9645, 12478, 10421, 11055, 13950, 10772, 14239, 11490, 14183, 10312, 11598, 11123, 11146, 10063, 11394, 10172, 11939, 9779, 11366, 9651, 11380, 9675, 11994, 9868, 12800, 9922, 12555, 9879, 11824, 9920, 11790, 9330, 11137, 15927, 11265, 15619, 10803, 17275, 11355, 14031, 12229, 13516, 10309, 11986, 10621, 11785, 9722, 11580, 10218, 11197, 9943, 11733, 9252, 11876, 10568, 11106, 18888, 11929, 16381, 11210, 12941, 11142, 12416, 9932, 12276, 10245, 12198, 17523, 11612, 17869, 10513, 12366, 11388, 12318, 11048, 12256, 9905, 11746, 9621, 11835, 10522, 11107, 14987, 10519, 12394, 11605, 12008, 9776, 11456, 9938, 11349, 9730, 11285, 9660, 11497, 9567, 10910, 10454, 11584, 16653, 11472, 13275, 11420, 12102, 11329, 11502, 11772, 12391, 11017, 13349, 11129, 9693, 12190, 16940, 11638, 19681, 12467, 16831, 10763, 12679, 10547, 12011, 11360, 14059, 10227, 11940, 10506, 12602, 11744, 15846, 10740, 13535, 11607, 15547, 13321, 16625, 11144, 13074, 10853, 12223, 10308, 12747, 10278, 12563, 12225, 11741, 14569, 11483, 11645, 11252, 11646, 11107, 16268, 11719, 12412, 10807, 14539, 10807, 14362, 11915, 15205, 10990], 'WindowCenter': [4816.0, 4758.0, 4785.0, 4721.0, 4762.0, 4716.0, 4744.0, 4723.0, 4733.0, 4752.0, 4732.0, 4707.0, 4721.0, 4728.0, 4717.0, 4738.0, 4694.0, 4749.0, 4710.0, 4737.0, 4698.0, 4715.0, 4689.0, 4694.0, 4713.0, 4710.0, 4710.0, 4718.0, 4691.0, 4720.0, 4689.0, 4710.0, 4698.0, 4721.0, 4692.0, 4708.0, 4703.0, 4722.0, 4680.0, 4708.0, 4690.0, 4709.0, 4691.0, 4733.0, 4706.0, 4734.0, 4703.0, 4723.0, 4752.0, 4710.0, 4750.0, 4720.0, 4729.0, 4689.0, 4718.0, 4690.0, 4718.0, 4699.0, 4706.0, 4679.0, 4720.0, 4721.0, 4709.0, 4707.0, 4701.0, 4728.0, 4699.0, 4741.0, 4710.0, 4729.0, 4689.0, 4706.0, 4688.0, 4708.0, 4748.0, 4707.0, 4717.0, 4699.0, 4706.0, 4687.0, 4698.0, 4700.0, 4708.0, 4690.0, 4707.0, 4677.0, 4720.0, 4721.0, 4712.0, 4729.0, 4712.0, 4666.0, 4709.0, 4690.0, 4707.0, 4729.0, 4710.0, 4747.0, 4722.0, 4749.0, 4721.0, 4724.0, 4697.0, 4718.0, 4706.0, 4704.0, 4707.0, 4727.0, 4698.0, 4716.0, 4686.0, 4726.0, 4687.0, 4706.0, 4675.0, 4707.0, 4710.0, 4698.0, 4687.0, 4697.0, 4685.0, 4687.0, 4716.0, 4698.0, 4728.0, 4709.0, 4720.0, 4699.0, 4718.0, 4689.0, 4709.0, 4713.0, 4711.0, 4710.0, 4729.0, 4676.0, 4722.0, 4690.0, 4718.0, 4688.0, 4717.0, 4689.0, 4722.0, 4740.0, 4719.0, 4738.0, 4687.0, 4719.0, 4711.0, 4720.0, 4722.0, 4728.0, 4699.0, 4707.0, 4700.0, 4709.0, 4691.0, 4717.0, 4688.0, 4717.0, 4698.0, 4709.0, 4709.0, 4710.0, 4713.0, 4697.0, 4726.0, 4721.0, 4738.0, 4699.0, 4704.0, 4687.0, 4706.0, 4707.0, 4708.0, 4687.0, 4696.0, 4724.0, 4697.0, 4731.0, 4710.0, 4695.0, 4686.0, 4695.0, 4687.0, 4708.0, 4679.0, 4700.0, 4679.0, 4698.0, 4708.0, 4710.0, 4704.0, 4699.0, 4728.0, 4699.0, 4700.0, 4710.0, 4691.0, 4731.0, 4742.0, 4721.0, 4736.0, 4700.0, 4739.0, 4699.0, 4717.0, 4708.0, 4705.0, 4699.0, 4719.0, 4690.0, 4706.0, 4689.0, 4717.0, 4699.0, 4722.0, 4690.0, 4711.0, 4678.0, 4709.0, 4707.0, 4713.0, 4729.0, 4699.0, 4691.0, 4711.0, 4720.0, 4712.0, 4750.0, 4723.0, 4741.0, 4710.0, 4730.0, 4721.0, 4749.0, 4719.0, 4737.0, 4698.0, 4718.0, 4708.0, 4709.0, 4727.0, 4711.0, 4704.0, 4690.0, 4703.0, 4699.0, 4707.0, 4699.0, 4730.0, 4698.0, 4707.0, 4678.0, 4707.0, 4678.0, 4711.0, 4688.0, 4697.0, 4666.0, 4717.0, 4686.0, 4720.0, 4737.0, 4710.0, 4735.0, 4698.0, 4714.0, 4710.0, 4709.0, 4709.0, 4704.0, 4678.0, 4696.0, 4687.0, 4711.0, 4679.0, 4698.0, 4676.0, 4699.0, 4687.0, 4712.0, 4701.0, 4684.0, 4687.0, 4700.0, 4708.0, 4715.0, 4729.0, 4722.0, 4741.0, 4710.0, 4739.0, 4696.0, 4728.0, 4700.0, 4728.0, 4720.0, 4720.0, 4708.0, 4710.0, 4728.0, 4707.0, 4728.0, 4707.0, 4716.0, 4700.0, 4707.0, 4685.0, 4709.0, 4688.0, 4707.0, 4690.0, 4706.0, 4666.0, 4695.0, 4708.0, 4700.0, 4729.0, 4708.0, 4736.0, 4689.0, 4695.0, 4701.0, 4706.0, 4710.0, 4708.0, 4688.0, 4699.0, 4691.0, 4708.0, 4688.0, 4699.0, 4687.0, 4705.0, 4691.0, 4710.0, 4688.0, 4710.0, 4679.0, 4707.0, 4713.0, 4672.0, 4680.0, 4720.0, 4697.0, 4700.0, 4728.0, 4712.0, 4725.0, 4701.0, 4737.0, 4697.0, 4717.0, 4712.0, 4717.0, 4687.0, 4706.0, 4686.0, 4709.0, 4677.0, 4710.0, 4700.0, 4710.0, 4689.0, 4712.0, 4738.0, 4700.0, 4738.0, 4697.0, 4706.0, 4697.0, 4708.0, 4678.0, 4707.0, 4678.0, 4711.0, 4699.0, 4697.0, 4695.0, 4698.0, 4716.0, 4699.0, 4709.0, 4712.0, 4720.0, 4691.0, 4708.0, 4703.0, 4711.0, 4689.0, 4743.0, 4720.0, 4728.0, 4685.0, 4695.0, 4724.0, 4699.0, 4748.0, 4709.0, 4718.0, 4699.0, 4683.0, 4689.0, 4708.0, 4677.0, 4709.0, 4656.0, 4695.0, 4687.0, 4709.0, 4688.0, 4697.0, 4678.0, 4709.0, 4739.0, 4725.0, 4751.0, 4710.0, 4736.0, 4689.0, 4708.0, 4701.0, 4719.0, 4701.0, 4709.0, 4688.0, 4708.0, 4691.0, 4713.0, 4691.0, 4709.0, 4736.0, 4700.0, 4726.0, 4709.0, 4716.0, 4701.0, 4710.0, 4701.0, 4699.0, 4690.0, 4696.0, 4690.0, 4720.0, 4701.0, 4719.0, 4688.0, 4710.0, 4679.0, 4708.0, 4741.0, 4710.0, 4698.0, 4710.0, 4705.0, 4698.0, 4740.0, 4709.0, 4726.0, 4699.0, 4698.0, 4701.0, 4707.0, 4702.0, 4716.0, 4727.0, 4725.0, 4700.0, 4691.0, 4722.0, 4675.0, 4711.0, 4720.0, 4709.0, 4724.0, 4720.0, 4720.0, 4709.0, 4690.0, 4708.0, 4690.0, 4720.0, 4690.0, 4723.0, 4698.0, 4721.0, 4741.0, 4722.0, 4730.0, 4723.0, 4749.0, 4721.0, 4752.0, 4720.0, 4729.0, 4697.0, 4704.0, 4698.0, 4719.0, 4687.0, 4707.0, 4678.0, 4706.0, 4689.0, 4718.0, 4678.0, 4709.0, 4689.0, 4708.0, 4689.0, 4710.0, 4709.0, 4706.0, 4724.0, 4686.0, 4728.0, 4708.0, 4705.0, 4684.0, 4707.0, 4700.0, 4695.0, 4675.0, 4694.0, 4667.0, 4695.0, 4684.0, 4707.0, 4679.0, 4695.0, 4669.0, 4696.0, 4687.0, 4693.0, 4665.0, 4710.0, 4690.0, 4709.0, 4679.0, 4698.0, 4689.0, 4722.0, 4677.0, 4712.0, 4689.0, 4708.0, 4707.0, 4719.0, 4747.0, 4709.0, 4737.0, 4682.0, 4705.0, 4699.0, 4707.0, 4686.0, 4705.0, 4678.0, 4693.0, 4664.0, 4694.0, 4677.0, 4700.0, 4677.0, 4696.0, 4700.0, 4711.0, 4695.0, 4697.0, 4717.0, 4699.0, 4728.0, 4713.0, 4740.0, 4711.0, 4699.0, 4674.0, 4695.0, 4699.0, 4738.0, 4722.0, 4738.0, 4720.0, 4715.0, 4687.0, 4706.0, 4688.0, 4708.0, 4674.0, 4708.0, 4678.0, 4709.0, 4708.0, 4698.0, 4718.0, 4698.0, 4707.0, 4688.0, 4718.0, 4710.0, 4743.0, 4712.0, 4745.0, 4700.0, 4717.0, 4712.0, 4705.0, 4709.0, 4689.0, 4688.0, 4696.0, 4688.0, 4711.0, 4678.0, 4696.0, 4667.0, 4709.0, 4679.0, 4720.0, 4710.0, 4709.0, 4717.0, 4699.0, 4730.0, 4700.0, 4720.0, 4699.0, 4717.0, 4712.0, 4719.0, 4712.0, 4714.0, 4688.0, 4708.0, 4689.0, 4710.0, 4678.0, 4720.0, 4691.0, 4721.0, 4693.0, 4719.0, 4681.0, 4709.0, 4692.0, 4722.0, 4690.0, 4717.0, 4676.0, 4709.0, 4698.0, 4709.0, 4680.0, 4717.0, 4700.0, 4721.0, 4711.0, 4712.0, 4714.0, 4701.0, 4742.0, 4711.0, 4727.0, 4698.0, 4739.0, 4711.0, 4741.0, 4709.0, 4738.0, 4698.0, 4726.0, 4698.0, 4729.0, 4710.0, 4726.0, 4685.0, 4706.0, 4699.0, 4707.0, 4708.0, 4715.0, 4688.0, 4708.0, 4713.0, 4698.0, 4710.0, 4718.0, 4689.0, 4709.0, 4710.0, 4727.0, 4710.0, 4726.0, 4698.0, 4707.0, 4699.0, 4695.0, 4695.0, 4716.0, 4678.0, 4709.0, 4688.0, 4705.0, 4686.0, 4707.0, 4676.0, 4708.0, 4710.0, 4696.0, 4664.0, 4707.0, 4687.0, 4685.0, 4715.0, 4699.0, 4715.0, 4699.0, 4714.0, 4687.0, 4707.0, 4700.0, 4698.0, 4678.0, 4698.0, 4676.0, 4707.0, 4689.0, 4696.0, 4681.0, 4698.0, 4677.0, 4709.0, 4692.0, 4705.0, 4691.0, 4709.0, 4691.0, 4706.0, 4688.0, 4709.0, 4667.0, 4698.0, 4740.0, 4700.0, 4726.0, 4689.0, 4724.0, 4697.0, 4729.0, 4706.0, 4716.0, 4689.0, 4696.0, 4700.0, 4707.0, 4690.0, 4709.0, 4691.0, 4710.0, 4689.0, 4721.0, 4678.0, 4709.0, 4701.0, 4724.0, 4751.0, 4707.0, 4725.0, 4698.0, 4719.0, 4711.0, 4708.0, 4689.0, 4709.0, 4674.0, 4711.0, 4724.0, 4696.0, 4736.0, 4686.0, 4706.0, 4710.0, 4693.0, 4687.0, 4707.0, 4677.0, 4709.0, 4689.0, 4699.0, 4688.0, 4699.0, 4715.0, 4701.0, 4706.0, 4708.0, 4709.0, 4689.0, 4709.0, 4678.0, 4710.0, 4690.0, 4711.0, 4692.0, 4721.0, 4692.0, 4711.0, 4699.0, 4710.0, 4739.0, 4708.0, 4717.0, 4710.0, 4708.0, 4699.0, 4698.0, 4711.0, 4720.0, 4714.0, 4729.0, 4713.0, 4680.0, 4722.0, 4738.0, 4713.0, 4759.0, 4721.0, 4737.0, 4701.0, 4707.0, 4701.0, 4721.0, 4722.0, 4729.0, 4689.0, 4709.0, 4701.0, 4721.0, 4722.0, 4739.0, 4702.0, 4716.0, 4712.0, 4743.0, 4721.0, 4727.0, 4687.0, 4708.0, 4699.0, 4709.0, 4688.0, 4709.0, 4677.0, 4708.0, 4697.0, 4709.0, 4729.0, 4700.0, 4697.0, 4698.0, 4696.0, 4696.0, 4740.0, 4710.0, 4694.0, 4699.0, 4728.0, 4696.0, 4728.0, 4711.0, 4727.0, 4699.0], 'WindowWidth': [10510.0, 10412.0, 10438.0, 10341.0, 10394.0, 10323.0, 10355.0, 10325.0, 10340.0, 10363.0, 10330.0, 10290.0, 10314.0, 10322.0, 10305.0, 10334.0, 10265.0, 10354.0, 10297.0, 10334.0, 10282.0, 10298.0, 10269.0, 10264.0, 10309.0, 10301.0, 10299.0, 10307.0, 10276.0, 10316.0, 10268.0, 10301.0, 10283.0, 10313.0, 10279.0, 10293.0, 10294.0, 10321.0, 10258.0, 10295.0, 10273.0, 10297.0, 10278.0, 10341.0, 10305.0, 10343.0, 10295.0, 10323.0, 10359.0, 10297.0, 10356.0, 10314.0, 10324.0, 10270.0, 10307.0, 10273.0, 10308.0, 10284.0, 10287.0, 10256.0, 10315.0, 10315.0, 10298.0, 10292.0, 10288.0, 10322.0, 10284.0, 10343.0, 10302.0, 10323.0, 10268.0, 10286.0, 10264.0, 10291.0, 10350.0, 10291.0, 10301.0, 10282.0, 10286.0, 10265.0, 10279.0, 10288.0, 10295.0, 10272.0, 10290.0, 10253.0, 10312.0, 10318.0, 10308.0, 10323.0, 10307.0, 10230.0, 10299.0, 10271.0, 10290.0, 10324.0, 10298.0, 10347.0, 10318.0, 10353.0, 10318.0, 10310.0, 10275.0, 10306.0, 10288.0, 10282.0, 10291.0, 10317.0, 10281.0, 10302.0, 10258.0, 10315.0, 10262.0, 10284.0, 10241.0, 10290.0, 10298.0, 10276.0, 10263.0, 10273.0, 10258.0, 10260.0, 10301.0, 10280.0, 10324.0, 10298.0, 10314.0, 10285.0, 10309.0, 10271.0, 10298.0, 10308.0, 10302.0, 10303.0, 10324.0, 10246.0, 10316.0, 10274.0, 10309.0, 10265.0, 10304.0, 10268.0, 10320.0, 10340.0, 10311.0, 10336.0, 10264.0, 10310.0, 10301.0, 10316.0, 10320.0, 10322.0, 10285.0, 10289.0, 10285.0, 10297.0, 10274.0, 10303.0, 10267.0, 10307.0, 10282.0, 10294.0, 10296.0, 10299.0, 10292.0, 10278.0, 10313.0, 10315.0, 10333.0, 10282.0, 10282.0, 10262.0, 10286.0, 10290.0, 10294.0, 10261.0, 10273.0, 10309.0, 10278.0, 10333.0, 10297.0, 10268.0, 10260.0, 10270.0, 10262.0, 10295.0, 10254.0, 10285.0, 10253.0, 10279.0, 10293.0, 10299.0, 10276.0, 10278.0, 10320.0, 10283.0, 10287.0, 10302.0, 10276.0, 10333.0, 10346.0, 10316.0, 10331.0, 10283.0, 10339.0, 10281.0, 10305.0, 10295.0, 10280.0, 10282.0, 10312.0, 10273.0, 10287.0, 10268.0, 10306.0, 10285.0, 10320.0, 10272.0, 10302.0, 10251.0, 10298.0, 10292.0, 10307.0, 10326.0, 10282.0, 10276.0, 10305.0, 10313.0, 10308.0, 10354.0, 10323.0, 10343.0, 10300.0, 10326.0, 10318.0, 10353.0, 10311.0, 10332.0, 10278.0, 10304.0, 10292.0, 10297.0, 10319.0, 10300.0, 10278.0, 10271.0, 10279.0, 10282.0, 10288.0, 10283.0, 10326.0, 10281.0, 10289.0, 10251.0, 10287.0, 10254.0, 10301.0, 10263.0, 10275.0, 10233.0, 10307.0, 10260.0, 10312.0, 10331.0, 10300.0, 10324.0, 10278.0, 10295.0, 10300.0, 10296.0, 10295.0, 10283.0, 10251.0, 10272.0, 10264.0, 10302.0, 10255.0, 10280.0, 10247.0, 10279.0, 10265.0, 10304.0, 10287.0, 10253.0, 10265.0, 10286.0, 10295.0, 10314.0, 10328.0, 10322.0, 10342.0, 10297.0, 10338.0, 10273.0, 10320.0, 10287.0, 10319.0, 10311.0, 10311.0, 10292.0, 10297.0, 10321.0, 10290.0, 10321.0, 10290.0, 10298.0, 10286.0, 10291.0, 10256.0, 10297.0, 10265.0, 10287.0, 10270.0, 10287.0, 10230.0, 10269.0, 10295.0, 10287.0, 10321.0, 10293.0, 10327.0, 10267.0, 10269.0, 10288.0, 10287.0, 10300.0, 10293.0, 10266.0, 10281.0, 10275.0, 10294.0, 10268.0, 10280.0, 10260.0, 10285.0, 10276.0, 10299.0, 10268.0, 10299.0, 10255.0, 10290.0, 10308.0, 10228.0, 10259.0, 10314.0, 10273.0, 10282.0, 10320.0, 10303.0, 10312.0, 10287.0, 10333.0, 10275.0, 10303.0, 10303.0, 10301.0, 10261.0, 10285.0, 10258.0, 10297.0, 10248.0, 10297.0, 10284.0, 10298.0, 10269.0, 10306.0, 10336.0, 10284.0, 10334.0, 10276.0, 10287.0, 10277.0, 10293.0, 10253.0, 10290.0, 10251.0, 10303.0, 10282.0, 10274.0, 10270.0, 10279.0, 10304.0, 10281.0, 10296.0, 10306.0, 10312.0, 10277.0, 10295.0, 10293.0, 10301.0, 10267.0, 10348.0, 10313.0, 10322.0, 10252.0, 10267.0, 10307.0, 10278.0, 10350.0, 10293.0, 10304.0, 10278.0, 10248.0, 10268.0, 10292.0, 10249.0, 10292.0, 10217.0, 10270.0, 10263.0, 10298.0, 10268.0, 10276.0, 10253.0, 10299.0, 10357.0, 10330.0, 10357.0, 10301.0, 10328.0, 10270.0, 10294.0, 10287.0, 10311.0, 10290.0, 10295.0, 10263.0, 10292.0, 10272.0, 10307.0, 10273.0, 10296.0, 10329.0, 10283.0, 10312.0, 10295.0, 10300.0, 10284.0, 10297.0, 10288.0, 10280.0, 10271.0, 10270.0, 10271.0, 10314.0, 10290.0, 10309.0, 10265.0, 10297.0, 10253.0, 10291.0, 10342.0, 10297.0, 10279.0, 10297.0, 10286.0, 10281.0, 10341.0, 10298.0, 10317.0, 10283.0, 10279.0, 10288.0, 10290.0, 10292.0, 10302.0, 10336.0, 10331.0, 10285.0, 10275.0, 10316.0, 10241.0, 10301.0, 10312.0, 10293.0, 10308.0, 10312.0, 10312.0, 10296.0, 10272.0, 10292.0, 10274.0, 10316.0, 10273.0, 10321.0, 10278.0, 10315.0, 10344.0, 10320.0, 10328.0, 10319.0, 10352.0, 10317.0, 10361.0, 10313.0, 10321.0, 10275.0, 10281.0, 10277.0, 10308.0, 10260.0, 10289.0, 10251.0, 10286.0, 10270.0, 10307.0, 10252.0, 10294.0, 10265.0, 10292.0, 10270.0, 10297.0, 10292.0, 10286.0, 10309.0, 10258.0, 10321.0, 10291.0, 10285.0, 10251.0, 10288.0, 10285.0, 10271.0, 10238.0, 10265.0, 10235.0, 10271.0, 10251.0, 10290.0, 10257.0, 10270.0, 10240.0, 10270.0, 10261.0, 10263.0, 10226.0, 10298.0, 10274.0, 10296.0, 10257.0, 10277.0, 10266.0, 10319.0, 10248.0, 10302.0, 10268.0, 10293.0, 10289.0, 10310.0, 10347.0, 10294.0, 10329.0, 10245.0, 10283.0, 10279.0, 10291.0, 10258.0, 10283.0, 10250.0, 10265.0, 10224.0, 10267.0, 10251.0, 10284.0, 10250.0, 10272.0, 10285.0, 10301.0, 10268.0, 10278.0, 10303.0, 10281.0, 10321.0, 10307.0, 10339.0, 10303.0, 10281.0, 10237.0, 10269.0, 10282.0, 10336.0, 10319.0, 10335.0, 10311.0, 10295.0, 10263.0, 10287.0, 10264.0, 10291.0, 10239.0, 10292.0, 10251.0, 10293.0, 10291.0, 10278.0, 10306.0, 10276.0, 10286.0, 10265.0, 10304.0, 10300.0, 10350.0, 10306.0, 10344.0, 10286.0, 10303.0, 10304.0, 10283.0, 10296.0, 10245.0, 10267.0, 10273.0, 10264.0, 10302.0, 10249.0, 10273.0, 10232.0, 10295.0, 10255.0, 10313.0, 10301.0, 10298.0, 10303.0, 10285.0, 10327.0, 10285.0, 10313.0, 10281.0, 10305.0, 10305.0, 10311.0, 10304.0, 10293.0, 10268.0, 10292.0, 10268.0, 10298.0, 10251.0, 10314.0, 10276.0, 10318.0, 10280.0, 10312.0, 10260.0, 10296.0, 10277.0, 10318.0, 10269.0, 10305.0, 10244.0, 10294.0, 10279.0, 10296.0, 10258.0, 10307.0, 10286.0, 10316.0, 10302.0, 10304.0, 10291.0, 10287.0, 10346.0, 10304.0, 10319.0, 10279.0, 10336.0, 10301.0, 10343.0, 10295.0, 10332.0, 10279.0, 10313.0, 10280.0, 10325.0, 10298.0, 10315.0, 10254.0, 10287.0, 10284.0, 10288.0, 10294.0, 10300.0, 10265.0, 10296.0, 10307.0, 10279.0, 10298.0, 10305.0, 10268.0, 10295.0, 10298.0, 10316.0, 10298.0, 10314.0, 10278.0, 10289.0, 10284.0, 10268.0, 10271.0, 10301.0, 10249.0, 10297.0, 10263.0, 10285.0, 10261.0, 10286.0, 10246.0, 10291.0, 10296.0, 10273.0, 10225.0, 10288.0, 10260.0, 10253.0, 10301.0, 10283.0, 10298.0, 10280.0, 10295.0, 10261.0, 10291.0, 10284.0, 10278.0, 10253.0, 10276.0, 10243.0, 10289.0, 10270.0, 10272.0, 10259.0, 10278.0, 10251.0, 10297.0, 10275.0, 10283.0, 10274.0, 10295.0, 10273.0, 10289.0, 10264.0, 10294.0, 10235.0, 10278.0, 10340.0, 10286.0, 10316.0, 10265.0, 10307.0, 10274.0, 10324.0, 10286.0, 10300.0, 10267.0, 10270.0, 10286.0, 10292.0, 10273.0, 10295.0, 10273.0, 10299.0, 10270.0, 10318.0, 10253.0, 10296.0, 10290.0, 10325.0, 10357.0, 10290.0, 10312.0, 10277.0, 10311.0, 10301.0, 10292.0, 10267.0, 10295.0, 10239.0, 10300.0, 10304.0, 10269.0, 10328.0, 10261.0, 10287.0, 10298.0, 10260.0, 10261.0, 10287.0, 10249.0, 10296.0, 10270.0, 10279.0, 10265.0, 10282.0, 10293.0, 10288.0, 10285.0, 10292.0, 10293.0, 10268.0, 10297.0, 10249.0, 10300.0, 10271.0, 10303.0, 10275.0, 10319.0, 10276.0, 10303.0, 10282.0, 10298.0, 10338.0, 10292.0, 10306.0, 10298.0, 10293.0, 10281.0, 10276.0, 10302.0, 10312.0, 10313.0, 10325.0, 10310.0, 10258.0, 10318.0, 10335.0, 10306.0, 10367.0, 10313.0, 10330.0, 10284.0, 10290.0, 10288.0, 10315.0, 10320.0, 10322.0, 10266.0, 10295.0, 10287.0, 10318.0, 10320.0, 10337.0, 10289.0, 10299.0, 10305.0, 10347.0, 10314.0, 10316.0, 10264.0, 10290.0, 10281.0, 10295.0, 10265.0, 10294.0, 10243.0, 10291.0, 10273.0, 10294.0, 10322.0, 10284.0, 10275.0, 10278.0, 10273.0, 10272.0, 10340.0, 10297.0, 10264.0, 10282.0, 10319.0, 10275.0, 10320.0, 10301.0, 10317.0, 10281.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.0006277277970011535</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015086970818915801</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.24104822699773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2106457310969971</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0124312771593527</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4691</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6595.4507</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08121729331796074</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0380622837370241</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.452132195513147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4890353952022264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5288501215256964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3385110698115197</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113893</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016637882217764854</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02514449879527092</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.997791797508551</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>38.6844</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.4221</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300662.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>839.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.7035</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9261</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.0483</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3930.1551</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75882.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5136.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1033.0635</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>49.20868198736571</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> |