=== 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-0029 --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-0029",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0029_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0029_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0029_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-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>49345a656528165500953ca8297e6aeb</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:31:32.362500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112428</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>[4148, -7766, -7203, 613, -41, -175, 43, 53]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dbec4168-897a-40d6-9ce7-9403d6cde6e3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['133132.362500', '133132.822500', '133133.282500', '133133.742500', '133134.202500', '133134.662500', '133135.122500', '133135.582500', '133136.042500', '133136.502500', '133136.962500', '133137.422500', '133137.882500', '133138.342500', '133138.802500', '133139.262500', '133139.722500', '133140.182500', '133140.642500', '133141.102500', '133141.562500', '133142.022500', '133142.482500', '133142.942500', '133143.402500', '133143.862500', '133144.322500', '133144.782500', '133145.242500', '133145.702500', '133146.162500', '133146.622500', '133147.082500', '133147.542500', '133148.002500', '133148.462500', '133148.922500', '133149.382500', '133149.842500', '133150.302500', '133150.762500', '133151.222500', '133151.682500', '133152.142500', '133152.602500', '133153.062500', '133153.522500', '133153.982500', '133154.442500', '133154.902500', '133155.362500', '133155.822500', '133156.282500', '133156.742500', '133157.202500', '133157.662500', '133158.122500', '133158.582500', '133159.042500', '133159.502500', '133159.962500', '133200.422500', '133200.882500', '133201.342500', '133201.802500', '133202.262500', '133202.722500', '133203.182500', '133203.642500', '133204.102500', '133204.562500', '133205.022500', '133205.482500', '133205.942500', '133206.402500', '133206.862500', '133207.322500', '133207.782500', '133208.242500', '133208.702500', '133209.162500', '133209.622500', '133210.082500', '133210.542500', '133211.002500', '133211.462500', '133211.922500', '133212.382500', '133212.842500', '133213.302500', '133213.762500', '133214.222500', '133214.682500', '133215.142500', '133215.602500', '133216.062500', '133216.522500', '133216.982500', '133217.442500', '133217.902500', '133218.362500', '133218.822500', '133219.282500', '133219.742500', '133220.202500', '133220.662500', '133221.122500', '133221.582500', '133222.042500', '133222.502500', '133222.962500', '133223.422500', '133223.882500', '133224.342500', '133224.802500', '133225.262500', '133225.722500', '133226.182500', '133226.642500', '133227.102500', '133227.562500', '133228.022500', '133228.482500', '133228.942500', '133229.402500', '133229.862500', '133230.322500', '133230.782500', '133231.242500', '133231.702500', '133232.162500', '133232.622500', '133233.082500', '133233.542500', '133234.002500', '133234.462500', '133234.922500', '133235.382500', '133235.842500', '133236.302500', '133236.762500', '133237.222500', '133237.682500', '133238.142500', '133238.602500', '133239.062500', '133239.522500', '133239.982500', '133240.442500', '133240.902500', '133241.362500', '133241.822500', '133242.282500', '133242.742500', '133243.202500', '133243.662500', '133244.122500', '133244.582500', '133245.042500', '133245.502500', '133245.962500', '133246.422500', '133246.882500', '133247.342500', '133247.802500', '133248.262500', '133248.722500', '133249.182500', '133249.642500', '133250.102500', '133250.562500', '133251.022500', '133251.482500', '133251.942500', '133252.402500', '133252.862500', '133253.322500', '133253.782500', '133254.242500', '133254.702500', '133255.162500', '133255.622500', '133256.082500', '133256.542500', '133257.002500', '133257.462500', '133257.922500', '133258.382500', '133258.842500', '133259.302500', '133259.762500', '133300.222500', '133300.682500', '133301.142500', '133301.602500', '133302.062500', '133302.522500', '133302.982500', '133303.442500', '133303.902500', '133304.362500', '133304.822500', '133305.282500', '133305.742500', '133306.202500', '133306.662500', '133307.122500', '133307.582500', '133308.042500', '133308.502500', '133308.962500', '133309.422500', '133309.882500', '133310.342500', '133310.802500', '133311.262500', '133311.722500', '133312.182500', '133312.642500', '133313.102500', '133313.562500', '133314.022500', '133314.482500', '133314.942500', '133315.402500', '133315.862500', '133316.322500', '133316.782500', '133317.242500', '133317.702500', '133318.162500', '133318.622500', '133319.082500', '133319.542500', '133320.002500', '133320.462500', '133320.922500', '133321.382500', '133321.842500', '133322.302500', '133322.762500', '133323.222500', '133323.682500', '133324.142500', '133324.602500', '133325.062500', '133325.522500', '133325.982500', '133326.442500', '133326.902500', '133327.362500', '133327.822500', '133328.282500', '133328.742500', '133329.202500', '133329.662500', '133330.122500', '133330.582500', '133331.042500', '133331.502500', '133331.962500', '133332.422500', '133332.882500', '133333.342500', '133333.802500', '133334.262500', '133334.722500', '133335.182500', '133335.642500', '133336.102500', '133336.562500', '133337.022500', '133337.482500', '133337.942500', '133338.402500', '133338.862500', '133339.322500', '133339.782500', '133340.242500', '133340.702500', '133341.162500', '133341.622500', '133342.082500', '133342.542500', '133343.002500', '133343.462500', '133343.922500', '133344.382500', '133344.842500', '133345.302500', '133345.762500', '133346.222500', '133346.682500', '133347.142500', '133347.602500', '133348.062500', '133348.522500', '133348.982500', '133349.442500', '133349.902500', '133350.362500', '133350.822500', '133351.282500', '133351.742500', '133352.202500', '133352.662500', '133353.122500', '133353.582500', '133354.042500', '133354.502500', '133354.962500', '133355.422500', '133355.882500', '133356.342500', '133356.802500', '133357.262500', '133357.722500', '133358.182500', '133358.642500', '133359.102500', '133359.562500', '133400.022500', '133400.482500', '133400.942500', '133401.402500', '133401.862500', '133402.322500', '133402.782500', '133403.242500', '133403.702500', '133404.162500', '133404.622500', '133405.082500', '133405.542500', '133406.002500', '133406.462500', '133406.922500', '133407.382500', '133407.842500', '133408.302500', '133408.762500', '133409.222500', '133409.682500', '133410.142500', '133410.602500', '133411.062500', '133411.522500', '133411.982500', '133412.442500', '133412.902500', '133413.362500', '133413.822500', '133414.282500', '133414.742500', '133415.202500', '133415.662500', '133416.122500', '133416.582500', '133417.042500', '133417.502500', '133417.962500', '133418.422500', '133418.882500', '133419.342500', '133419.802500', '133420.262500', '133420.722500', '133421.182500', '133421.642500', '133422.102500', '133422.562500', '133423.022500', '133423.482500', '133423.942500', '133424.402500', '133424.862500', '133425.322500', '133425.782500', '133426.242500', '133426.702500', '133427.162500', '133427.622500', '133428.082500', '133428.542500', '133429.002500', '133429.462500', '133429.922500', '133430.382500', '133430.842500', '133431.302500', '133431.762500', '133432.222500', '133432.682500', '133433.142500', '133433.602500', '133434.062500', '133434.522500', '133434.982500', '133435.442500', '133435.902500', '133436.362500', '133436.822500', '133437.282500', '133437.742500', '133438.202500', '133438.662500', '133439.122500', '133439.582500', '133440.042500', '133440.502500', '133440.962500', '133441.422500', '133441.882500', '133442.342500', '133442.802500', '133443.262500', '133443.722500', '133444.182500', '133444.642500', '133445.102500', '133445.562500', '133446.022500', '133446.482500', '133446.942500', '133447.402500', '133447.862500', '133448.322500', '133448.782500', '133449.242500', '133449.702500', '133450.162500', '133450.622500', '133451.082500', '133451.542500', '133452.002500', '133452.462500', '133452.922500', '133453.382500', '133453.842500', '133454.302500', '133454.762500', '133455.222500', '133455.682500', '133456.142500', '133456.602500', '133457.062500', '133457.522500', '133457.982500', '133458.442500', '133458.902500', '133459.362500', '133459.822500', '133500.282500', '133500.742500', '133501.202500', '133501.662500', '133502.122500', '133502.582500', '133503.042500', '133503.502500', '133503.962500', '133504.422500', '133504.882500', '133505.342500', '133505.802500', '133506.262500', '133506.722500', '133507.182500', '133507.642500', '133508.102500', '133508.562500', '133509.022500', '133509.482500', '133509.942500', '133510.402500', '133510.862500', '133511.322500', '133511.782500', '133512.242500', '133512.702500', '133513.162500', '133513.622500', '133514.082500', '133514.542500', '133515.002500', '133515.462500', '133515.922500', '133516.382500', '133516.842500', '133517.302500', '133517.762500', '133518.222500', '133518.682500', '133519.142500', '133519.602500', '133520.062500', '133520.522500', '133520.982500', '133521.442500', '133521.902500', '133522.362500', '133522.822500', '133523.282500', '133523.742500', '133524.202500', '133524.662500', '133525.122500', '133525.582500', '133526.042500', '133526.502500', '133526.962500', '133527.422500', '133527.882500', '133528.342500', '133528.802500', '133529.262500', '133529.722500', '133530.182500', '133530.642500', '133531.102500', '133531.562500', '133532.022500', '133532.482500', '133532.942500', '133533.402500', '133533.862500', '133534.322500', '133534.782500', '133535.242500', '133535.702500', '133536.162500', '133536.622500', '133537.082500', '133537.542500', '133538.002500', '133538.462500', '133538.922500', '133539.382500', '133539.842500', '133540.302500', '133540.762500', '133541.222500', '133541.682500', '133542.142500', '133542.602500', '133543.062500', '133543.522500', '133543.982500', '133544.442500', '133544.902500', '133545.362500', '133545.822500', '133546.282500', '133546.742500', '133547.202500', '133547.662500', '133548.122500', '133548.582500', '133549.042500', '133549.502500', '133549.962500', '133550.422500', '133550.882500', '133551.342500', '133551.802500', '133552.262500', '133552.722500', '133553.182500', '133553.642500', '133554.102500', '133554.562500', '133555.022500', '133555.482500', '133555.942500', '133556.402500', '133556.862500', '133557.322500', '133557.782500', '133558.242500', '133558.702500', '133559.162500', '133559.622500', '133600.082500', '133600.542500', '133601.002500', '133601.462500', '133601.922500', '133602.382500', '133602.842500', '133603.302500', '133603.762500', '133604.222500', '133604.682500', '133605.142500', '133605.602500', '133606.062500', '133606.522500', '133606.982500', '133607.442500', '133607.902500', '133608.362500', '133608.822500', '133609.282500', '133609.742500', '133610.202500', '133610.662500', '133611.122500', '133611.582500', '133612.042500', '133612.502500', '133612.962500', '133613.422500', '133613.882500', '133614.342500', '133614.802500', '133615.262500', '133615.722500', '133616.182500', '133616.642500', '133617.102500', '133617.562500', '133618.022500', '133618.482500', '133618.942500', '133619.402500', '133619.862500', '133620.322500', '133620.782500', '133621.242500', '133621.702500', '133622.162500', '133622.622500', '133623.082500', '133623.542500', '133624.002500', '133624.462500', '133624.922500', '133625.382500', '133625.842500', '133626.302500', '133626.762500', '133627.222500', '133627.682500', '133628.142500', '133628.602500', '133629.062500', '133629.522500', '133629.982500', '133630.442500', '133630.902500', '133631.362500', '133631.822500', '133632.282500', '133632.742500', '133633.202500', '133633.662500', '133634.122500', '133634.582500', '133635.042500', '133635.502500', '133635.962500', '133636.422500', '133636.882500', '133637.342500', '133637.802500', '133638.262500', '133638.722500', '133639.182500', '133639.642500', '133640.102500', '133640.562500', '133641.022500', '133641.482500', '133641.942500', '133642.402500', '133642.862500', '133643.322500', '133643.782500', '133644.242500', '133644.702500', '133645.162500', '133645.622500', '133646.082500', '133646.542500', '133647.002500', '133647.462500', '133647.922500', '133648.382500', '133648.842500', '133649.302500', '133649.762500', '133650.222500', '133650.682500', '133651.142500', '133651.602500', '133652.062500', '133652.522500', '133652.982500', '133653.442500', '133653.902500', '133654.362500', '133654.822500', '133655.282500', '133655.742500', '133656.202500', '133656.662500', '133657.122500', '133657.582500', '133658.042500', '133658.502500', '133658.962500', '133659.422500', '133659.882500', '133700.342500', '133700.802500', '133701.262500', '133701.722500', '133702.182500', '133702.642500', '133703.102500', '133703.562500', '133704.022500', '133704.482500', '133704.942500', '133705.402500', '133705.862500', '133706.322500', '133706.782500', '133707.242500', '133707.702500', '133708.162500', '133708.622500', '133709.082500', '133709.542500', '133710.002500', '133710.462500', '133710.922500', '133711.382500', '133711.842500', '133712.302500', '133712.762500', '133713.222500', '133713.682500', '133714.142500', '133714.602500', '133715.062500', '133715.522500', '133715.982500', '133716.442500', '133716.902500', '133717.362500', '133717.822500', '133718.282500', '133718.742500', '133719.202500', '133719.662500', '133720.122500', '133720.582500', '133721.042500', '133721.502500', '133721.962500', '133722.422500', '133722.882500', '133723.342500', '133723.802500', '133724.262500', '133724.722500', '133725.182500', '133725.642500', '133726.102500', '133726.562500', '133727.022500', '133727.482500', '133727.942500', '133728.402500', '133728.862500', '133729.322500', '133729.782500', '133730.242500', '133730.702500', '133731.162500', '133731.622500', '133732.082500', '133732.542500', '133733.002500', '133733.462500', '133733.922500', '133734.382500', '133734.842500', '133735.302500', '133735.762500', '133736.222500', '133736.682500', '133737.142500', '133737.602500', '133738.062500', '133738.522500', '133738.982500', '133739.442500', '133739.902500', '133740.362500', '133740.822500', '133741.282500', '133741.742500', '133742.202500', '133742.662500', '133743.122500', '133743.582500', '133744.042500', '133744.502500', '133744.962500', '133745.422500', '133745.882500', '133746.342500', '133746.802500', '133747.262500', '133747.722500', '133748.182500', '133748.642500', '133749.102500', '133749.562500', '133750.022500', '133750.482500', '133750.942500', '133751.402500', '133751.862500', '133752.322500', '133752.782500', '133753.242500', '133753.702500', '133754.162500', '133754.622500', '133755.082500', '133755.542500', '133756.002500', '133756.462500', '133756.922500', '133757.382500', '133757.842500', '133758.302500', '133758.762500', '133759.222500', '133759.682500', '133800.142500', '133800.602500', '133801.062500', '133801.522500', '133801.982500', '133802.442500', '133802.902500', '133803.362500', '133803.822500', '133804.282500', '133804.742500', '133805.202500', '133805.662500', '133806.122500', '133806.582500', '133807.042500', '133807.502500', '133807.962500', '133808.422500', '133808.882500', '133809.342500', '133809.802500', '133810.262500', '133810.722500', '133811.182500', '133811.642500', '133812.102500', '133812.562500', '133813.022500'], 'ContentTime': ['133159.915000', '133159.918000', '133159.921000', '133159.924000', '133159.927000', '133159.930000', '133159.933000', '133159.944000', '133159.947000', '133159.950000', '133159.953000', '133159.956000', '133159.959000', '133159.962000', '133159.965000', '133159.968000', '133159.971000', '133159.974000', '133159.976000', '133159.979000', '133159.982000', '133159.985000', '133159.988000', '133159.991000', '133159.994000', '133159.997000', '133200.000000', '133200.003000', '133200.006000', '133200.009000', '133200.011000', '133200.014000', '133200.017000', '133200.020000', '133200.023000', '133200.026000', '133200.029000', '133200.032000', '133200.035000', '133200.038000', '133200.041000', '133200.044000', '133200.047000', '133200.050000', '133200.053000', '133200.056000', '133200.058000', '133200.061000', '133200.064000', '133200.067000', '133200.070000', '133200.073000', '133200.076000', '133200.079000', '133200.082000', '133200.085000', '133200.088000', '133200.091000', '133200.093000', '133219.878000', '133219.881000', '133219.884000', '133219.887000', '133219.890000', '133219.893000', '133219.896000', '133219.899000', '133219.902000', '133219.905000', '133219.908000', '133219.911000', '133219.918000', '133219.921000', '133219.924000', '133219.927000', '133219.930000', '133219.933000', '133219.935000', '133219.938000', '133219.941000', '133219.944000', '133219.947000', '133219.950000', '133219.953000', '133219.956000', '133219.959000', '133219.962000', '133219.965000', '133219.968000', '133219.971000', '133219.973000', '133219.976000', '133219.979000', '133219.982000', '133219.985000', '133219.988000', '133219.991000', '133219.994000', '133219.997000', '133220.001000', '133220.004000', '133220.007000', '133220.010000', '133239.878000', '133239.881000', '133239.884000', '133239.887000', '133239.890000', '133239.893000', '133239.896000', '133239.899000', '133239.902000', '133239.905000', '133239.907000', '133239.910000', '133239.913000', '133239.916000', '133239.919000', '133239.928000', '133239.931000', '133239.934000', '133239.937000', '133239.940000', '133239.943000', '133239.946000', '133239.949000', '133239.952000', '133239.955000', '133239.958000', '133239.960000', '133239.964000', '133239.966000', '133239.969000', '133239.973000', '133239.977000', '133239.980000', '133239.983000', '133239.985000', '133239.989000', '133239.991000', '133239.994000', '133239.997000', '133240.001000', '133240.004000', '133240.007000', '133240.010000', '133259.878000', '133259.881000', '133259.884000', '133259.887000', '133259.893000', '133259.896000', '133259.899000', '133259.902000', '133259.905000', '133259.908000', '133259.911000', '133259.914000', '133259.917000', '133259.920000', '133259.923000', '133259.925000', '133259.929000', '133259.931000', '133259.934000', '133259.937000', '133259.940000', '133259.943000', '133259.946000', '133259.962000', '133259.974000', '133259.976000', '133259.979000', '133259.982000', '133259.985000', '133259.988000', '133259.991000', '133259.994000', '133259.997000', '133300.001000', '133300.004000', '133300.007000', '133300.010000', '133300.013000', '133300.016000', '133300.019000', '133300.022000', '133300.025000', '133300.027000', '133300.030000', '133319.878000', '133319.881000', '133319.884000', '133319.887000', '133319.890000', '133319.893000', '133319.896000', '133319.899000', '133319.902000', '133319.905000', '133319.908000', '133319.911000', '133319.913000', '133319.916000', '133319.919000', '133319.922000', '133319.925000', '133319.928000', '133319.931000', '133319.934000', '133319.937000', '133319.940000', '133319.943000', '133319.946000', '133319.949000', '133319.952000', '133319.955000', '133319.958000', '133319.961000', '133319.963000', '133319.966000', '133319.969000', '133319.972000', '133319.975000', '133319.978000', '133319.981000', '133319.984000', '133319.987000', '133319.990000', '133319.993000', '133319.996000', '133320.000000', '133320.003000', '133339.878000', '133339.881000', '133339.884000', '133339.887000', '133339.890000', '133339.893000', '133339.896000', '133339.899000', '133339.902000', '133339.904000', '133339.907000', '133339.910000', '133339.913000', '133339.916000', '133339.919000', '133339.922000', '133339.925000', '133339.928000', '133339.931000', '133339.934000', '133339.937000', '133339.940000', '133339.943000', '133339.946000', '133339.949000', '133339.952000', '133339.955000', '133339.958000', '133339.961000', '133339.964000', '133339.966000', '133339.970000', '133339.972000', '133339.975000', '133339.978000', '133339.981000', '133339.984000', '133339.987000', '133339.990000', '133339.993000', '133339.996000', '133340.000000', '133340.003000', '133340.006000', '133359.877000', '133359.881000', '133359.884000', '133359.886000', '133359.889000', '133359.893000', '133359.895000', '133359.898000', '133359.901000', '133359.904000', '133359.907000', '133359.910000', '133359.913000', '133359.916000', '133359.919000', '133359.922000', '133359.925000', '133359.928000', '133359.931000', '133359.933000', '133359.936000', '133359.939000', '133359.942000', '133359.945000', '133359.948000', '133359.951000', '133359.954000', '133359.957000', '133359.960000', '133359.963000', '133359.966000', '133359.969000', '133359.972000', '133359.975000', '133359.978000', '133359.981000', '133359.984000', '133359.987000', '133359.990000', '133359.993000', '133359.996000', '133400.000000', '133400.003000', '133419.878000', '133419.881000', '133419.884000', '133419.887000', '133419.890000', '133419.893000', '133419.896000', '133419.899000', '133419.902000', '133419.905000', '133419.908000', '133419.911000', '133419.914000', '133419.916000', '133419.920000', '133419.922000', '133419.925000', '133419.928000', '133419.931000', '133419.934000', '133419.937000', '133419.940000', '133419.943000', '133419.946000', '133419.949000', '133419.952000', '133419.955000', '133419.958000', '133419.961000', '133419.964000', '133419.967000', '133419.970000', '133419.973000', '133419.976000', '133419.979000', '133419.982000', '133419.984000', '133419.987000', '133419.990000', '133419.993000', '133419.996000', '133419.999000', '133420.002000', '133420.005000', '133439.878000', '133439.881000', '133439.884000', '133439.887000', '133439.908000', '133439.911000', '133439.914000', '133439.916000', '133439.920000', '133439.922000', '133439.925000', '133439.928000', '133439.931000', '133439.934000', '133439.937000', '133439.940000', '133439.943000', '133439.946000', '133439.949000', '133439.952000', '133439.955000', '133439.958000', '133439.961000', '133439.963000', '133439.967000', '133439.969000', '133439.972000', '133439.975000', '133439.978000', '133439.981000', '133439.984000', '133439.987000', '133439.990000', '133439.993000', '133439.996000', '133440.000000', '133440.003000', '133440.006000', '133440.009000', '133440.011000', '133440.015000', '133440.017000', '133440.020000', '133459.878000', '133459.881000', '133459.891000', '133459.894000', '133459.897000', '133459.900000', '133459.903000', '133459.906000', '133459.909000', '133459.912000', '133459.915000', '133459.918000', '133459.920000', '133459.924000', '133459.926000', '133459.929000', '133459.932000', '133459.935000', '133459.938000', '133459.941000', '133459.944000', '133459.947000', '133459.950000', '133459.953000', '133459.956000', '133459.959000', '133459.962000', '133459.965000', '133459.967000', '133459.971000', '133459.973000', '133459.976000', '133459.979000', '133459.982000', '133459.985000', '133459.988000', '133459.991000', '133459.994000', '133459.997000', '133500.001000', '133500.004000', '133500.007000', '133500.010000', '133519.878000', '133519.881000', '133519.884000', '133519.887000', '133519.890000', '133519.893000', '133519.896000', '133519.899000', '133519.902000', '133519.905000', '133519.908000', '133519.910000', '133519.914000', '133519.916000', '133519.919000', '133519.922000', '133519.925000', '133519.928000', '133519.931000', '133519.934000', '133519.937000', '133519.940000', '133519.943000', '133519.946000', '133519.949000', '133519.952000', '133519.955000', '133519.958000', '133519.961000', '133519.964000', '133519.966000', '133519.969000', '133519.973000', '133519.975000', '133519.978000', '133519.981000', '133519.984000', '133519.987000', '133519.990000', '133519.993000', '133519.996000', '133520.000000', '133520.003000', '133520.006000', '133539.878000', '133539.881000', '133539.884000', '133539.887000', '133539.890000', '133539.895000', '133539.898000', '133539.901000', '133539.904000', '133539.907000', '133539.910000', '133539.913000', '133539.916000', '133539.919000', '133539.922000', '133539.925000', '133539.928000', '133539.931000', '133539.934000', '133539.937000', '133539.940000', '133539.943000', '133539.945000', '133539.948000', '133539.951000', '133539.954000', '133539.957000', '133539.960000', '133539.963000', '133539.966000', '133539.969000', '133539.972000', '133539.975000', '133539.978000', '133539.981000', '133539.984000', '133539.987000', '133539.989000', '133540.001000', '133540.004000', '133540.007000', '133540.010000', '133540.013000', '133559.878000', '133559.881000', '133559.884000', '133559.887000', '133559.890000', '133559.893000', '133559.896000', '133559.899000', '133559.902000', '133559.905000', '133559.908000', '133559.911000', '133559.914000', '133559.917000', '133559.920000', '133559.923000', '133559.926000', '133559.928000', '133559.931000', '133559.934000', '133559.937000', '133559.940000', '133559.943000', '133559.946000', '133559.949000', '133559.952000', '133559.955000', '133559.958000', '133559.961000', '133559.964000', '133559.967000', '133559.970000', '133559.973000', '133559.975000', '133559.978000', '133559.981000', '133559.984000', '133559.987000', '133559.990000', '133559.993000', '133559.996000', '133600.000000', '133600.003000', '133600.006000', '133619.877000', '133619.880000', '133619.883000', '133619.886000', '133619.889000', '133619.892000', '133619.895000', '133619.898000', '133619.901000', '133619.904000', '133619.907000', '133619.910000', '133619.913000', '133619.916000', '133619.920000', '133619.923000', '133619.926000', '133619.929000', '133619.932000', '133619.935000', '133619.938000', '133619.941000', '133619.944000', '133619.947000', '133619.950000', '133619.952000', '133619.955000', '133619.958000', '133619.961000', '133619.964000', '133619.967000', '133619.970000', '133619.973000', '133619.976000', '133619.979000', '133619.982000', '133619.985000', '133619.988000', '133619.991000', '133619.994000', '133619.997000', '133620.001000', '133620.004000', '133639.878000', '133639.881000', '133639.884000', '133639.887000', '133639.890000', '133639.893000', '133639.896000', '133639.899000', '133639.902000', '133639.905000', '133639.908000', '133639.911000', '133639.914000', '133639.917000', '133639.920000', '133639.923000', '133639.926000', '133639.928000', '133639.931000', '133639.934000', '133639.937000', '133639.940000', '133639.943000', '133639.946000', '133639.949000', '133639.952000', '133639.955000', '133639.958000', '133639.961000', '133639.964000', '133639.967000', '133639.970000', '133639.973000', '133639.976000', '133639.979000', '133639.982000', '133639.985000', '133639.988000', '133639.991000', '133639.994000', '133639.996000', '133639.999000', '133640.003000', '133640.006000', '133659.878000', '133659.881000', '133659.884000', '133659.887000', '133659.890000', '133659.893000', '133659.896000', '133659.899000', '133659.902000', '133659.905000', '133659.908000', '133659.911000', '133659.914000', '133659.917000', '133659.920000', '133659.922000', '133659.925000', '133659.928000', '133659.931000', '133659.934000', '133659.938000', '133659.941000', '133659.944000', '133659.947000', '133659.950000', '133659.953000', '133659.956000', '133659.959000', '133659.962000', '133659.965000', '133659.968000', '133659.971000', '133659.974000', '133659.977000', '133659.980000', '133659.983000', '133659.986000', '133659.988000', '133659.991000', '133659.994000', '133659.997000', '133700.001000', '133700.004000', '133719.878000', '133719.881000', '133719.884000', '133719.887000', '133719.890000', '133719.893000', '133719.896000', '133719.899000', '133719.902000', '133719.905000', '133719.908000', '133719.911000', '133719.914000', '133719.917000', '133719.920000', '133719.923000', '133719.925000', '133719.929000', '133719.932000', '133719.934000', '133719.937000', '133719.940000', '133719.943000', '133719.946000', '133719.949000', '133719.952000', '133719.955000', '133719.958000', '133719.961000', '133719.964000', '133719.967000', '133719.970000', '133719.973000', '133719.976000', '133719.979000', '133719.982000', '133719.985000', '133719.988000', '133719.991000', '133719.994000', '133719.997000', '133720.001000', '133720.004000', '133720.006000', '133739.878000', '133739.881000', '133739.885000', '133739.888000', '133739.891000', '133739.894000', '133739.897000', '133739.900000', '133739.903000', '133739.906000', '133739.909000', '133739.912000', '133739.915000', '133739.918000', '133739.921000', '133739.924000', '133739.927000', '133739.930000', '133739.933000', '133739.936000', '133739.939000', '133739.942000', '133739.945000', '133739.949000', '133739.952000', '133739.955000', '133739.958000', '133739.961000', '133739.964000', '133739.967000', '133739.971000', '133739.974000', '133739.977000', '133739.980000', '133739.983000', '133739.986000', '133739.989000', '133739.992000', '133739.995000', '133739.998000', '133740.002000', '133740.005000', '133740.008000', '133759.878000', '133759.881000', '133759.884000', '133759.887000', '133759.890000', '133759.893000', '133759.896000', '133759.899000', '133759.902000', '133759.905000', '133759.908000', '133759.911000', '133759.914000', '133759.917000', '133759.919000', '133759.922000', '133759.925000', '133759.928000', '133759.931000', '133759.934000', '133759.937000', '133759.940000', '133759.943000', '133759.946000', '133759.949000', '133759.952000', '133759.955000', '133759.958000', '133759.961000', '133759.964000', '133759.967000', '133759.970000', '133759.973000', '133759.975000', '133759.978000', '133759.981000', '133759.984000', '133759.987000', '133759.990000', '133759.993000', '133759.996000', '133800.000000', '133800.003000', '133800.006000', '133813.588000', '133813.592000', '133813.595000', '133813.599000', '133813.610000', '133813.614000', '133813.617000', '133813.620000', '133813.623000', '133813.626000', '133813.629000', '133813.632000', '133813.635000', '133813.638000', '133813.641000', '133813.644000', '133813.648000', '133813.651000', '133813.654000', '133813.657000', '133813.660000', '133813.663000', '133813.666000', '133813.669000', '133813.672000', '133813.675000', '133813.678000', '133813.682000', '133813.685000', '133813.688000'], 'InstanceCreationTime': ['133159.915000', '133159.918000', '133159.921000', '133159.924000', '133159.927000', '133159.930000', '133159.933000', '133159.944000', '133159.947000', '133159.950000', '133159.953000', '133159.956000', '133159.959000', '133159.962000', '133159.965000', '133159.968000', '133159.971000', '133159.974000', '133159.976000', '133159.979000', '133159.982000', '133159.985000', '133159.988000', '133159.991000', '133159.994000', '133159.997000', '133200.000000', '133200.003000', '133200.006000', '133200.009000', '133200.011000', '133200.014000', '133200.017000', '133200.020000', '133200.023000', '133200.026000', '133200.029000', '133200.032000', '133200.035000', '133200.038000', '133200.041000', '133200.044000', '133200.047000', '133200.050000', '133200.053000', '133200.056000', '133200.058000', '133200.061000', '133200.064000', '133200.067000', '133200.070000', '133200.073000', '133200.076000', '133200.079000', '133200.082000', '133200.085000', '133200.088000', '133200.091000', '133200.093000', '133219.878000', '133219.881000', '133219.884000', '133219.887000', '133219.890000', '133219.893000', '133219.896000', '133219.899000', '133219.902000', '133219.905000', '133219.908000', '133219.911000', '133219.918000', '133219.921000', '133219.924000', '133219.927000', '133219.930000', '133219.933000', '133219.935000', '133219.938000', '133219.941000', '133219.944000', '133219.947000', '133219.950000', '133219.953000', '133219.956000', '133219.959000', '133219.962000', '133219.965000', '133219.968000', '133219.971000', '133219.973000', '133219.976000', '133219.979000', '133219.982000', '133219.985000', '133219.988000', '133219.991000', '133219.994000', '133219.997000', '133220.001000', '133220.004000', '133220.007000', '133220.010000', '133239.878000', '133239.881000', '133239.884000', '133239.887000', '133239.890000', '133239.893000', '133239.896000', '133239.899000', '133239.902000', '133239.905000', '133239.907000', '133239.910000', '133239.913000', '133239.916000', '133239.919000', '133239.928000', '133239.931000', '133239.934000', '133239.937000', '133239.940000', '133239.943000', '133239.946000', '133239.949000', '133239.952000', '133239.955000', '133239.958000', '133239.960000', '133239.964000', '133239.966000', '133239.969000', '133239.973000', '133239.977000', '133239.980000', '133239.983000', '133239.985000', '133239.989000', '133239.991000', '133239.994000', '133239.997000', '133240.001000', '133240.004000', '133240.007000', '133240.010000', '133259.878000', '133259.881000', '133259.884000', '133259.887000', '133259.893000', '133259.896000', '133259.899000', '133259.902000', '133259.905000', '133259.908000', '133259.911000', '133259.914000', '133259.917000', '133259.920000', '133259.923000', '133259.925000', '133259.929000', '133259.931000', '133259.934000', '133259.937000', '133259.940000', '133259.943000', '133259.946000', '133259.962000', '133259.974000', '133259.976000', '133259.979000', '133259.982000', '133259.985000', '133259.988000', '133259.991000', '133259.994000', '133259.997000', '133300.001000', '133300.004000', '133300.007000', '133300.010000', '133300.013000', '133300.016000', '133300.019000', '133300.022000', '133300.025000', '133300.027000', '133300.030000', '133319.878000', '133319.881000', '133319.884000', '133319.887000', '133319.890000', '133319.893000', '133319.896000', '133319.899000', '133319.902000', '133319.905000', '133319.908000', '133319.911000', '133319.913000', '133319.916000', '133319.919000', '133319.922000', '133319.925000', '133319.928000', '133319.931000', '133319.934000', '133319.937000', '133319.940000', '133319.943000', '133319.946000', '133319.949000', '133319.952000', '133319.955000', '133319.958000', '133319.961000', '133319.963000', '133319.966000', '133319.969000', '133319.972000', '133319.975000', '133319.978000', '133319.981000', '133319.984000', '133319.987000', '133319.990000', '133319.993000', '133319.996000', '133320.000000', '133320.003000', '133339.878000', '133339.881000', '133339.884000', '133339.887000', '133339.890000', '133339.893000', '133339.896000', '133339.899000', '133339.902000', '133339.904000', '133339.907000', '133339.910000', '133339.913000', '133339.916000', '133339.919000', '133339.922000', '133339.925000', '133339.928000', '133339.931000', '133339.934000', '133339.937000', '133339.940000', '133339.943000', '133339.946000', '133339.949000', '133339.952000', '133339.955000', '133339.958000', '133339.961000', '133339.964000', '133339.966000', '133339.970000', '133339.972000', '133339.975000', '133339.978000', '133339.981000', '133339.984000', '133339.987000', '133339.990000', '133339.993000', '133339.996000', '133340.000000', '133340.003000', '133340.006000', '133359.877000', '133359.881000', '133359.884000', '133359.886000', '133359.889000', '133359.893000', '133359.895000', '133359.898000', '133359.901000', '133359.904000', '133359.907000', '133359.910000', '133359.913000', '133359.916000', '133359.919000', '133359.922000', '133359.925000', '133359.928000', '133359.931000', '133359.933000', '133359.936000', '133359.939000', '133359.942000', '133359.945000', '133359.948000', '133359.951000', '133359.954000', '133359.957000', '133359.960000', '133359.963000', '133359.966000', '133359.969000', '133359.972000', '133359.975000', '133359.978000', '133359.981000', '133359.984000', '133359.987000', '133359.990000', '133359.993000', '133359.996000', '133400.000000', '133400.003000', '133419.878000', '133419.881000', '133419.884000', '133419.887000', '133419.890000', '133419.893000', '133419.896000', '133419.899000', '133419.902000', '133419.905000', '133419.908000', '133419.911000', '133419.914000', '133419.916000', '133419.920000', '133419.922000', '133419.925000', '133419.928000', '133419.931000', '133419.934000', '133419.937000', '133419.940000', '133419.943000', '133419.946000', '133419.949000', '133419.952000', '133419.955000', '133419.958000', '133419.961000', '133419.964000', '133419.967000', '133419.970000', '133419.973000', '133419.976000', '133419.979000', '133419.982000', '133419.984000', '133419.987000', '133419.990000', '133419.993000', '133419.996000', '133419.999000', '133420.002000', '133420.005000', '133439.878000', '133439.881000', '133439.884000', '133439.887000', '133439.908000', '133439.911000', '133439.914000', '133439.916000', '133439.920000', '133439.922000', '133439.925000', '133439.928000', '133439.931000', '133439.934000', '133439.937000', '133439.940000', '133439.943000', '133439.946000', '133439.949000', '133439.952000', '133439.955000', '133439.958000', '133439.961000', '133439.963000', '133439.967000', '133439.969000', '133439.972000', '133439.975000', '133439.978000', '133439.981000', '133439.984000', '133439.987000', '133439.990000', '133439.993000', '133439.996000', '133440.000000', '133440.003000', '133440.006000', '133440.009000', '133440.011000', '133440.015000', '133440.017000', '133440.020000', '133459.878000', '133459.881000', '133459.891000', '133459.894000', '133459.897000', '133459.900000', '133459.903000', '133459.906000', '133459.909000', '133459.912000', '133459.915000', '133459.918000', '133459.920000', '133459.924000', '133459.926000', '133459.929000', '133459.932000', '133459.935000', '133459.938000', '133459.941000', '133459.944000', '133459.947000', '133459.950000', '133459.953000', '133459.956000', '133459.959000', '133459.962000', '133459.965000', '133459.967000', '133459.971000', '133459.973000', '133459.976000', '133459.979000', '133459.982000', '133459.985000', '133459.988000', '133459.991000', '133459.994000', '133459.997000', '133500.001000', '133500.004000', '133500.007000', '133500.010000', '133519.878000', '133519.881000', '133519.884000', '133519.887000', '133519.890000', '133519.893000', '133519.896000', '133519.899000', '133519.902000', '133519.905000', '133519.908000', '133519.910000', '133519.914000', '133519.916000', '133519.919000', '133519.922000', '133519.925000', '133519.928000', '133519.931000', '133519.934000', '133519.937000', '133519.940000', '133519.943000', '133519.946000', '133519.949000', '133519.952000', '133519.955000', '133519.958000', '133519.961000', '133519.964000', '133519.966000', '133519.969000', '133519.973000', '133519.975000', '133519.978000', '133519.981000', '133519.984000', '133519.987000', '133519.990000', '133519.993000', '133519.996000', '133520.000000', '133520.003000', '133520.006000', '133539.878000', '133539.881000', '133539.884000', '133539.887000', '133539.890000', '133539.895000', '133539.898000', '133539.901000', '133539.904000', '133539.907000', '133539.910000', '133539.913000', '133539.916000', '133539.919000', '133539.922000', '133539.925000', '133539.928000', '133539.931000', '133539.934000', '133539.937000', '133539.940000', '133539.943000', '133539.945000', '133539.948000', '133539.951000', '133539.954000', '133539.957000', '133539.960000', '133539.963000', '133539.966000', '133539.969000', '133539.972000', '133539.975000', '133539.978000', '133539.981000', '133539.984000', '133539.987000', '133539.989000', '133540.001000', '133540.004000', '133540.007000', '133540.010000', '133540.013000', '133559.878000', '133559.881000', '133559.884000', '133559.887000', '133559.890000', '133559.893000', '133559.896000', '133559.899000', '133559.902000', '133559.905000', '133559.908000', '133559.911000', '133559.914000', '133559.917000', '133559.920000', '133559.923000', '133559.926000', '133559.928000', '133559.931000', '133559.934000', '133559.937000', '133559.940000', '133559.943000', '133559.946000', '133559.949000', '133559.952000', '133559.955000', '133559.958000', '133559.961000', '133559.964000', '133559.967000', '133559.970000', '133559.973000', '133559.975000', '133559.978000', '133559.981000', '133559.984000', '133559.987000', '133559.990000', '133559.993000', '133559.996000', '133600.000000', '133600.003000', '133600.006000', '133619.877000', '133619.880000', '133619.883000', '133619.886000', '133619.889000', '133619.892000', '133619.895000', '133619.898000', '133619.901000', '133619.904000', '133619.907000', '133619.910000', '133619.913000', '133619.916000', '133619.920000', '133619.923000', '133619.926000', '133619.929000', '133619.932000', '133619.935000', '133619.938000', '133619.941000', '133619.944000', '133619.947000', '133619.950000', '133619.952000', '133619.955000', '133619.958000', '133619.961000', '133619.964000', '133619.967000', '133619.970000', '133619.973000', '133619.976000', '133619.979000', '133619.982000', '133619.985000', '133619.988000', '133619.991000', '133619.994000', '133619.997000', '133620.001000', '133620.004000', '133639.878000', '133639.881000', '133639.884000', '133639.887000', '133639.890000', '133639.893000', '133639.896000', '133639.899000', '133639.902000', '133639.905000', '133639.908000', '133639.911000', '133639.914000', '133639.917000', '133639.920000', '133639.923000', '133639.926000', '133639.928000', '133639.931000', '133639.934000', '133639.937000', '133639.940000', '133639.943000', '133639.946000', '133639.949000', '133639.952000', '133639.955000', '133639.958000', '133639.961000', '133639.964000', '133639.967000', '133639.970000', '133639.973000', '133639.976000', '133639.979000', '133639.982000', '133639.985000', '133639.988000', '133639.991000', '133639.994000', '133639.996000', '133639.999000', '133640.003000', '133640.006000', '133659.878000', '133659.881000', '133659.884000', '133659.887000', '133659.890000', '133659.893000', '133659.896000', '133659.899000', '133659.902000', '133659.905000', '133659.908000', '133659.911000', '133659.914000', '133659.917000', '133659.920000', '133659.922000', '133659.925000', '133659.928000', '133659.931000', '133659.934000', '133659.938000', '133659.941000', '133659.944000', '133659.947000', '133659.950000', '133659.953000', '133659.956000', '133659.959000', '133659.962000', '133659.965000', '133659.968000', '133659.971000', '133659.974000', '133659.977000', '133659.980000', '133659.983000', '133659.986000', '133659.988000', '133659.991000', '133659.994000', '133659.997000', '133700.001000', '133700.004000', '133719.878000', '133719.881000', '133719.884000', '133719.887000', '133719.890000', '133719.893000', '133719.896000', '133719.899000', '133719.902000', '133719.905000', '133719.908000', '133719.911000', '133719.914000', '133719.917000', '133719.920000', '133719.923000', '133719.925000', '133719.929000', '133719.932000', '133719.934000', '133719.937000', '133719.940000', '133719.943000', '133719.946000', '133719.949000', '133719.952000', '133719.955000', '133719.958000', '133719.961000', '133719.964000', '133719.967000', '133719.970000', '133719.973000', '133719.976000', '133719.979000', '133719.982000', '133719.985000', '133719.988000', '133719.991000', '133719.994000', '133719.997000', '133720.001000', '133720.004000', '133720.006000', '133739.878000', '133739.881000', '133739.885000', '133739.888000', '133739.891000', '133739.894000', '133739.897000', '133739.900000', '133739.903000', '133739.906000', '133739.909000', '133739.912000', '133739.915000', '133739.918000', '133739.921000', '133739.924000', '133739.927000', '133739.930000', '133739.933000', '133739.936000', '133739.939000', '133739.942000', '133739.945000', '133739.949000', '133739.952000', '133739.955000', '133739.958000', '133739.961000', '133739.964000', '133739.967000', '133739.971000', '133739.974000', '133739.977000', '133739.980000', '133739.983000', '133739.986000', '133739.989000', '133739.992000', '133739.995000', '133739.998000', '133740.002000', '133740.005000', '133740.008000', '133759.878000', '133759.881000', '133759.884000', '133759.887000', '133759.890000', '133759.893000', '133759.896000', '133759.899000', '133759.902000', '133759.905000', '133759.908000', '133759.911000', '133759.914000', '133759.917000', '133759.919000', '133759.922000', '133759.925000', '133759.928000', '133759.931000', '133759.934000', '133759.937000', '133759.940000', '133759.943000', '133759.946000', '133759.949000', '133759.952000', '133759.955000', '133759.958000', '133759.961000', '133759.964000', '133759.967000', '133759.970000', '133759.973000', '133759.975000', '133759.978000', '133759.981000', '133759.984000', '133759.987000', '133759.990000', '133759.993000', '133759.996000', '133800.000000', '133800.003000', '133800.006000', '133813.588000', '133813.592000', '133813.595000', '133813.599000', '133813.610000', '133813.614000', '133813.617000', '133813.620000', '133813.623000', '133813.626000', '133813.629000', '133813.632000', '133813.635000', '133813.638000', '133813.641000', '133813.644000', '133813.648000', '133813.651000', '133813.654000', '133813.657000', '133813.660000', '133813.663000', '133813.666000', '133813.669000', '133813.672000', '133813.675000', '133813.678000', '133813.682000', '133813.685000', '133813.688000'], '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': [14969, 11756, 12505, 11283, 12847, 11235, 12720, 11173, 11009, 11063, 11020, 11148, 11342, 11329, 10444, 10958, 11442, 10697, 12496, 10772, 11122, 10488, 11588, 10356, 11596, 10725, 11618, 10594, 12571, 11217, 13896, 11211, 13017, 11206, 14984, 11376, 15847, 10902, 14778, 10453, 15577, 10929, 16571, 11279, 13156, 10757, 12402, 10795, 12735, 10983, 12374, 10511, 12457, 11018, 13111, 10889, 12738, 10304, 13318, 10731, 13862, 10956, 13649, 10131, 11043, 11164, 10069, 11219, 10541, 11200, 10583, 11536, 10631, 12654, 10415, 11855, 11057, 13352, 11188, 13537, 10584, 10561, 10568, 10554, 12416, 10661, 13572, 10804, 13567, 10540, 16305, 10982, 16140, 10297, 12803, 10851, 13221, 10407, 16393, 10745, 11724, 10918, 16855, 11300, 19339, 14794, 15168, 10635, 13843, 10050, 13047, 10372, 12002, 10310, 11544, 10174, 12070, 10343, 12204, 10607, 12847, 10389, 11998, 9713, 12751, 9932, 13661, 10714, 13108, 10001, 12848, 10381, 14808, 10183, 12308, 10010, 11627, 10224, 13350, 10291, 11844, 10280, 12093, 11027, 13000, 10187, 10728, 9831, 10503, 10422, 15465, 10297, 14613, 9744, 14410, 10062, 14827, 10814, 13337, 10714, 14156, 10265, 14891, 10535, 13598, 9795, 13047, 10087, 14546, 10480, 13858, 9982, 14925, 10364, 16886, 12433, 14650, 9414, 11756, 9659, 11268, 20013, 15592, 14514, 9898, 11694, 9345, 11330, 9586, 11261, 9722, 11328, 9366, 10780, 12120, 10473, 14928, 10489, 12670, 9791, 11251, 9667, 11794, 10016, 11436, 9537, 11314, 10024, 11082, 8091, 11420, 10301, 11268, 9932, 12656, 10424, 14423, 9945, 10477, 11054, 10128, 10320, 13470, 10041, 9034, 10841, 9524, 10581, 14631, 10252, 14843, 9596, 13308, 9268, 14930, 10021, 13263, 9944, 12147, 9639, 11834, 10677, 10921, 19347, 10150, 12670, 9722, 13393, 9801, 12532, 10049, 10997, 9560, 10919, 9806, 10461, 17209, 10276, 13024, 10028, 11624, 9932, 10282, 9076, 10610, 9356, 10181, 12423, 10682, 12066, 10349, 12003, 10290, 12394, 9787, 10932, 10097, 10497, 9336, 10304, 15641, 10104, 13752, 10123, 12713, 10387, 14197, 10230, 12409, 9830, 12720, 11679, 12466, 21262, 16333, 15406, 10254, 13003, 9527, 11886, 9595, 11109, 9798, 11035, 9023, 10791, 16269, 9868, 12746, 14284, 10250, 14007, 9873, 11754, 9672, 10556, 9667, 10287, 14015, 10231, 11278, 14414, 10236, 15048, 9628, 10639, 18986, 9551, 12709, 11938, 9690, 13886, 9711, 10567, 9246, 9415, 11502, 9477, 11874, 8706, 10464, 8702, 9456, 14869, 9756, 12192, 11319, 9643, 17052, 9791, 12148, 9148, 10222, 17529, 9919, 13963, 9718, 11858, 9443, 10776, 20023, 10297, 14263, 9869, 11024, 19654, 12717, 14147, 9529, 11168, 8847, 10250, 11118, 9305, 11589, 9741, 11542, 9698, 10939, 9991, 10467, 9607, 10957, 11014, 10660, 18279, 12597, 13993, 9674, 11588, 9804, 11986, 10821, 10828, 8985, 10441, 12010, 10189, 17606, 10342, 13494, 10016, 12707, 8897, 12073, 17601, 11083, 13565, 9892, 13766, 9891, 12596, 9076, 11525, 9074, 11547, 8894, 11862, 9955, 10838, 9548, 10917, 9129, 11027, 9371, 10554, 8617, 10410, 8599, 10333, 9617, 10077, 8821, 10032, 10349, 9794, 13443, 9836, 11734, 9371, 13326, 10010, 13408, 9746, 12120, 9634, 12485, 9447, 12119, 9523, 11470, 9152, 11045, 10003, 10935, 9653, 11165, 9568, 10919, 11933, 10469, 12821, 9766, 14318, 9849, 15845, 10613, 14887, 10305, 12781, 9863, 12377, 9755, 11717, 15696, 10281, 15977, 9789, 13316, 10223, 11815, 9923, 10907, 9427, 11044, 8870, 10652, 12173, 9694, 13683, 9640, 13317, 9928, 12184, 10314, 11036, 9796, 11065, 9859, 10981, 9162, 10600, 9081, 10429, 8924, 10409, 16757, 10737, 12789, 10173, 11733, 9752, 11530, 9509, 10589, 8708, 10499, 13306, 9976, 15997, 10238, 10765, 18386, 9726, 12667, 9182, 10061, 8440, 9573, 13984, 10199, 12266, 9924, 10162, 11903, 9813, 14390, 10333, 11819, 13844, 10225, 18848, 10591, 12527, 17540, 10427, 17501, 10005, 12393, 9546, 10815, 9804, 10076, 13561, 9759, 12873, 9940, 11027, 13664, 9801, 15451, 10130, 11386, 13328, 10301, 16808, 10654, 11142, 9321, 10168, 15388, 10189, 12046, 9631, 10457, 10025, 9904, 9943, 10891, 10061, 10739, 18157, 11333, 11582, 10079, 10789, 18669, 10172, 12843, 9889, 11016, 9353, 10427, 16858, 9688, 11883, 10009, 10534, 12787, 9548, 13683, 9502, 9725, 9814, 9516, 13944, 9361, 10524, 8524, 10049, 12748, 9357, 14304, 10059, 10751, 9501, 10361, 12958, 9994, 14746, 9949, 11244, 9458, 10662, 19110, 10195, 15821, 10777, 11485, 9136, 10764, 9017, 10132, 16982, 10116, 12010, 9508, 10798, 20565, 12684, 12963, 12002, 10578, 19106, 10639, 12373, 9170, 10770, 12549, 9318, 12216, 9887, 11484, 9045, 10833, 10906, 9899, 13725, 9321, 11236, 16167, 9407, 13444, 9567, 10839, 11948, 9580, 12637, 9734, 9859, 8585, 9727, 13149, 10185, 11508, 9407, 9308, 8695, 9891, 15807, 9591, 12032, 9514, 10713, 19632, 9225, 13964, 9836, 10698, 9626, 10716, 10266, 9814, 16365, 9480, 12399, 9463, 11154, 9372, 10502, 20768, 10493, 15127, 10003, 11839, 9533, 11099, 15496, 10061, 15652, 10231, 12998, 9185, 11653, 10739, 10538, 16071, 10651, 13215, 9592, 11361, 9472, 11261, 10382, 10497, 14322, 9553, 12255, 9957, 10950, 9021, 10954, 15051, 10078, 12194, 9915, 10879, 9120, 10335, 15439, 10295, 11691, 9428, 10963, 9542, 10612, 12617, 9788, 15009, 9230, 12494, 9350, 11651, 9383, 10053, 9956, 9742, 12065, 9472, 14504, 9735, 11580, 9593, 11945, 9410, 11431, 9543, 10490, 9391, 10632, 17238, 9801, 14173, 10244, 11351, 9309, 11245, 9518, 11865, 9358, 10502, 8902, 10688, 9283, 10261, 15566, 9543, 13268, 9555, 11592, 9164, 11529, 9129, 12106, 13509, 11117, 11771, 10267, 13064, 9781, 12892, 9763, 10378, 9806, 11326, 9765, 10700, 9914, 10469, 9685, 10425, 15923, 9748, 14580, 9495, 12410, 9236, 12215, 9644, 10646, 9322, 11162, 9756, 10455, 10219, 9773, 9497, 9648, 14390, 9872, 13249, 9688, 11197, 9560, 11230, 9046, 11219, 12514, 10119, 11340, 9666, 16888, 15743, 11423, 17878, 11022, 11189, 9537, 10582, 10830, 9761, 12494, 10024, 11335, 9497, 10905, 10091, 10566, 9819, 9908, 13756, 9681, 15705, 9972, 12285, 16221, 10194, 15035, 9630, 12347, 9295, 10204], 'WindowCenter': [4430.0, 4395.0, 4381.0, 4369.0, 4377.0, 4356.0, 4365.0, 4356.0, 4345.0, 4344.0, 4344.0, 4353.0, 4356.0, 4354.0, 4344.0, 4354.0, 4355.0, 4354.0, 4368.0, 4357.0, 4358.0, 4357.0, 4368.0, 4347.0, 4369.0, 4358.0, 4368.0, 4356.0, 4368.0, 4369.0, 4379.0, 4368.0, 4377.0, 4367.0, 4388.0, 4357.0, 4389.0, 4357.0, 4375.0, 4344.0, 4374.0, 4343.0, 4385.0, 4344.0, 4352.0, 4343.0, 4351.0, 4341.0, 4353.0, 4343.0, 4353.0, 4344.0, 4353.0, 4343.0, 4363.0, 4344.0, 4363.0, 4345.0, 4363.0, 4343.0, 4364.0, 4355.0, 4374.0, 4345.0, 4354.0, 4356.0, 4333.0, 4358.0, 4356.0, 4356.0, 4344.0, 4366.0, 4344.0, 4366.0, 4358.0, 4366.0, 4367.0, 4376.0, 4369.0, 4377.0, 4358.0, 4359.0, 4360.0, 4358.0, 4379.0, 4370.0, 4379.0, 4369.0, 4377.0, 4357.0, 4398.0, 4369.0, 4389.0, 4357.0, 4366.0, 4357.0, 4365.0, 4356.0, 4385.0, 4355.0, 4354.0, 4355.0, 4384.0, 4355.0, 4395.0, 4374.0, 4362.0, 4343.0, 4361.0, 4332.0, 4351.0, 4331.0, 4351.0, 4333.0, 4342.0, 4332.0, 4341.0, 4333.0, 4351.0, 4342.0, 4363.0, 4344.0, 4353.0, 4335.0, 4363.0, 4345.0, 4364.0, 4346.0, 4364.0, 4346.0, 4363.0, 4344.0, 4375.0, 4346.0, 4354.0, 4346.0, 4356.0, 4347.0, 4375.0, 4347.0, 4364.0, 4347.0, 4365.0, 4357.0, 4377.0, 4359.0, 4357.0, 4359.0, 4357.0, 4370.0, 4389.0, 4359.0, 4387.0, 4348.0, 4377.0, 4348.0, 4387.0, 4357.0, 4365.0, 4356.0, 4374.0, 4348.0, 4375.0, 4346.0, 4365.0, 4346.0, 4364.0, 4346.0, 4376.0, 4346.0, 4364.0, 4335.0, 4373.0, 4344.0, 4384.0, 4353.0, 4362.0, 4323.0, 4342.0, 4320.0, 4340.0, 4384.0, 4359.0, 4349.0, 4321.0, 4338.0, 4320.0, 4329.0, 4321.0, 4342.0, 4320.0, 4342.0, 4321.0, 4343.0, 4341.0, 4333.0, 4361.0, 4343.0, 4350.0, 4330.0, 4340.0, 4331.0, 4352.0, 4345.0, 4341.0, 4332.0, 4342.0, 4333.0, 4354.0, 4325.0, 4354.0, 4345.0, 4355.0, 4347.0, 4376.0, 4358.0, 4388.0, 4349.0, 4356.0, 4357.0, 4345.0, 4347.0, 4377.0, 4346.0, 4335.0, 4356.0, 4335.0, 4346.0, 4374.0, 4346.0, 4375.0, 4335.0, 4364.0, 4334.0, 4373.0, 4334.0, 4353.0, 4334.0, 4353.0, 4322.0, 4353.0, 4332.0, 4344.0, 4382.0, 4332.0, 4350.0, 4322.0, 4351.0, 4333.0, 4353.0, 4334.0, 4342.0, 4333.0, 4344.0, 4332.0, 4344.0, 4384.0, 4333.0, 4353.0, 4333.0, 4343.0, 4332.0, 4332.0, 4321.0, 4343.0, 4321.0, 4344.0, 4352.0, 4356.0, 4354.0, 4358.0, 4365.0, 4358.0, 4366.0, 4346.0, 4357.0, 4345.0, 4356.0, 4334.0, 4347.0, 4386.0, 4347.0, 4365.0, 4347.0, 4365.0, 4357.0, 4377.0, 4346.0, 4365.0, 4335.0, 4366.0, 4353.0, 4355.0, 4395.0, 4374.0, 4361.0, 4332.0, 4351.0, 4321.0, 4340.0, 4332.0, 4342.0, 4332.0, 4343.0, 4321.0, 4342.0, 4371.0, 4331.0, 4352.0, 4360.0, 4331.0, 4349.0, 4331.0, 4340.0, 4332.0, 4345.0, 4334.0, 4345.0, 4373.0, 4344.0, 4355.0, 4363.0, 4344.0, 4375.0, 4322.0, 4332.0, 4371.0, 4320.0, 4351.0, 4341.0, 4322.0, 4349.0, 4320.0, 4341.0, 4323.0, 4333.0, 4341.0, 4335.0, 4354.0, 4325.0, 4357.0, 4335.0, 4347.0, 4375.0, 4346.0, 4367.0, 4354.0, 4346.0, 4385.0, 4335.0, 4354.0, 4323.0, 4344.0, 4383.0, 4334.0, 4362.0, 4334.0, 4353.0, 4332.0, 4344.0, 4394.0, 4333.0, 4362.0, 4331.0, 4342.0, 4382.0, 4352.0, 4351.0, 4320.0, 4330.0, 4308.0, 4331.0, 4341.0, 4322.0, 4341.0, 4335.0, 4353.0, 4346.0, 4355.0, 4344.0, 4344.0, 4333.0, 4344.0, 4344.0, 4347.0, 4384.0, 4353.0, 4361.0, 4322.0, 4341.0, 4321.0, 4341.0, 4330.0, 4331.0, 4310.0, 4330.0, 4340.0, 4333.0, 4373.0, 4331.0, 4351.0, 4319.0, 4350.0, 4309.0, 4339.0, 4369.0, 4329.0, 4347.0, 4319.0, 4347.0, 4319.0, 4338.0, 4320.0, 4339.0, 4322.0, 4340.0, 4321.0, 4352.0, 4332.0, 4342.0, 4321.0, 4342.0, 4321.0, 4343.0, 4322.0, 4344.0, 4311.0, 4343.0, 4322.0, 4345.0, 4333.0, 4345.0, 4322.0, 4344.0, 4344.0, 4346.0, 4365.0, 4345.0, 4354.0, 4336.0, 4364.0, 4345.0, 4365.0, 4335.0, 4354.0, 4335.0, 4365.0, 4335.0, 4365.0, 4334.0, 4353.0, 4334.0, 4354.0, 4346.0, 4355.0, 4345.0, 4356.0, 4334.0, 4356.0, 4355.0, 4346.0, 4363.0, 4335.0, 4364.0, 4334.0, 4373.0, 4346.0, 4373.0, 4333.0, 4351.0, 4322.0, 4352.0, 4320.0, 4343.0, 4360.0, 4331.0, 4360.0, 4321.0, 4350.0, 4332.0, 4341.0, 4320.0, 4341.0, 4321.0, 4342.0, 4321.0, 4344.0, 4353.0, 4334.0, 4362.0, 4334.0, 4362.0, 4334.0, 4353.0, 4333.0, 4342.0, 4333.0, 4343.0, 4334.0, 4344.0, 4334.0, 4357.0, 4324.0, 4346.0, 4324.0, 4346.0, 4385.0, 4357.0, 4365.0, 4345.0, 4354.0, 4335.0, 4356.0, 4335.0, 4346.0, 4324.0, 4346.0, 4363.0, 4334.0, 4386.0, 4332.0, 4343.0, 4383.0, 4322.0, 4352.0, 4323.0, 4335.0, 4312.0, 4336.0, 4374.0, 4346.0, 4367.0, 4346.0, 4347.0, 4355.0, 4346.0, 4376.0, 4346.0, 4367.0, 4364.0, 4344.0, 4385.0, 4343.0, 4354.0, 4382.0, 4333.0, 4373.0, 4322.0, 4342.0, 4320.0, 4332.0, 4321.0, 4333.0, 4352.0, 4333.0, 4352.0, 4332.0, 4344.0, 4363.0, 4333.0, 4361.0, 4332.0, 4343.0, 4350.0, 4330.0, 4371.0, 4331.0, 4330.0, 4310.0, 4322.0, 4360.0, 4332.0, 4342.0, 4323.0, 4333.0, 4334.0, 4335.0, 4334.0, 4346.0, 4335.0, 4347.0, 4387.0, 4346.0, 4344.0, 4333.0, 4344.0, 4385.0, 4346.0, 4354.0, 4333.0, 4343.0, 4321.0, 4344.0, 4384.0, 4335.0, 4353.0, 4334.0, 4345.0, 4352.0, 4334.0, 4364.0, 4334.0, 4334.0, 4322.0, 4334.0, 4364.0, 4335.0, 4344.0, 4313.0, 4335.0, 4353.0, 4335.0, 4376.0, 4346.0, 4345.0, 4334.0, 4346.0, 4354.0, 4346.0, 4375.0, 4335.0, 4345.0, 4334.0, 4346.0, 4384.0, 4335.0, 4374.0, 4343.0, 4343.0, 4322.0, 4343.0, 4322.0, 4334.0, 4374.0, 4333.0, 4353.0, 4321.0, 4333.0, 4383.0, 4352.0, 4352.0, 4340.0, 4332.0, 4371.0, 4320.0, 4339.0, 4308.0, 4330.0, 4338.0, 4320.0, 4339.0, 4321.0, 4341.0, 4321.0, 4343.0, 4342.0, 4333.0, 4350.0, 4321.0, 4342.0, 4360.0, 4320.0, 4352.0, 4311.0, 4331.0, 4328.0, 4320.0, 4340.0, 4332.0, 4331.0, 4310.0, 4333.0, 4352.0, 4345.0, 4356.0, 4334.0, 4336.0, 4324.0, 4347.0, 4385.0, 4336.0, 4356.0, 4334.0, 4345.0, 4384.0, 4324.0, 4365.0, 4346.0, 4343.0, 4333.0, 4344.0, 4333.0, 4335.0, 4385.0, 4335.0, 4353.0, 4333.0, 4344.0, 4324.0, 4345.0, 4395.0, 4333.0, 4362.0, 4322.0, 4342.0, 4320.0, 4342.0, 4361.0, 4322.0, 4360.0, 4331.0, 4351.0, 4320.0, 4341.0, 4329.0, 4330.0, 4360.0, 4330.0, 4349.0, 4320.0, 4329.0, 4319.0, 4331.0, 4318.0, 4331.0, 4349.0, 4322.0, 4340.0, 4322.0, 4331.0, 4309.0, 4332.0, 4361.0, 4333.0, 4352.0, 4332.0, 4341.0, 4320.0, 4334.0, 4372.0, 4344.0, 4352.0, 4323.0, 4343.0, 4333.0, 4345.0, 4353.0, 4334.0, 4373.0, 4324.0, 4353.0, 4323.0, 4344.0, 4323.0, 4333.0, 4332.0, 4334.0, 4352.0, 4334.0, 4364.0, 4335.0, 4353.0, 4334.0, 4353.0, 4333.0, 4355.0, 4334.0, 4344.0, 4323.0, 4345.0, 4384.0, 4334.0, 4364.0, 4333.0, 4342.0, 4323.0, 4342.0, 4323.0, 4354.0, 4323.0, 4333.0, 4310.0, 4333.0, 4322.0, 4333.0, 4362.0, 4334.0, 4352.0, 4323.0, 4341.0, 4323.0, 4342.0, 4322.0, 4354.0, 4353.0, 4342.0, 4341.0, 4332.0, 4350.0, 4333.0, 4364.0, 4334.0, 4332.0, 4345.0, 4344.0, 4334.0, 4345.0, 4334.0, 4344.0, 4333.0, 4345.0, 4385.0, 4335.0, 4364.0, 4334.0, 4354.0, 4324.0, 4355.0, 4336.0, 4344.0, 4323.0, 4344.0, 4333.0, 4345.0, 4343.0, 4335.0, 4333.0, 4335.0, 4363.0, 4335.0, 4364.0, 4334.0, 4343.0, 4334.0, 4344.0, 4322.0, 4345.0, 4353.0, 4333.0, 4343.0, 4323.0, 4375.0, 4361.0, 4341.0, 4372.0, 4330.0, 4329.0, 4308.0, 4330.0, 4328.0, 4321.0, 4339.0, 4333.0, 4343.0, 4334.0, 4344.0, 4334.0, 4345.0, 4346.0, 4347.0, 4365.0, 4337.0, 4375.0, 4333.0, 4354.0, 4373.0, 4334.0, 4362.0, 4322.0, 4352.0, 4322.0, 4332.0], 'WindowWidth': [9745.0, 9684.0, 9656.0, 9635.0, 9641.0, 9611.0, 9622.0, 9608.0, 9592.0, 9588.0, 9592.0, 9600.0, 9609.0, 9603.0, 9590.0, 9603.0, 9608.0, 9605.0, 9626.0, 9611.0, 9613.0, 9611.0, 9629.0, 9598.0, 9631.0, 9614.0, 9627.0, 9610.0, 9629.0, 9630.0, 9646.0, 9628.0, 9640.0, 9628.0, 9658.0, 9612.0, 9661.0, 9612.0, 9636.0, 9591.0, 9634.0, 9587.0, 9650.0, 9588.0, 9596.0, 9584.0, 9594.0, 9581.0, 9599.0, 9586.0, 9598.0, 9587.0, 9599.0, 9585.0, 9613.0, 9590.0, 9614.0, 9592.0, 9614.0, 9588.0, 9617.0, 9607.0, 9632.0, 9592.0, 9604.0, 9608.0, 9576.0, 9615.0, 9613.0, 9610.0, 9590.0, 9625.0, 9590.0, 9623.0, 9616.0, 9622.0, 9626.0, 9637.0, 9632.0, 9642.0, 9619.0, 9620.0, 9622.0, 9616.0, 9648.0, 9637.0, 9648.0, 9632.0, 9642.0, 9615.0, 9674.0, 9635.0, 9662.0, 9615.0, 9624.0, 9612.0, 9620.0, 9612.0, 9647.0, 9607.0, 9603.0, 9607.0, 9647.0, 9606.0, 9670.0, 9630.0, 9612.0, 9586.0, 9609.0, 9569.0, 9594.0, 9567.0, 9592.0, 9570.0, 9581.0, 9568.0, 9580.0, 9571.0, 9594.0, 9583.0, 9612.0, 9590.0, 9599.0, 9579.0, 9613.0, 9592.0, 9616.0, 9597.0, 9617.0, 9595.0, 9615.0, 9590.0, 9633.0, 9595.0, 9602.0, 9596.0, 9607.0, 9599.0, 9633.0, 9599.0, 9618.0, 9599.0, 9620.0, 9614.0, 9640.0, 9619.0, 9614.0, 9620.0, 9615.0, 9636.0, 9663.0, 9619.0, 9657.0, 9604.0, 9641.0, 9603.0, 9656.0, 9612.0, 9620.0, 9608.0, 9632.0, 9601.0, 9636.0, 9595.0, 9619.0, 9596.0, 9618.0, 9598.0, 9638.0, 9596.0, 9619.0, 9579.0, 9629.0, 9588.0, 9649.0, 9601.0, 9610.0, 9556.0, 9581.0, 9547.0, 9576.0, 9650.0, 9601.0, 9587.0, 9549.0, 9571.0, 9548.0, 9560.0, 9550.0, 9580.0, 9550.0, 9583.0, 9552.0, 9585.0, 9580.0, 9570.0, 9610.0, 9585.0, 9590.0, 9565.0, 9578.0, 9568.0, 9597.0, 9593.0, 9580.0, 9570.0, 9583.0, 9572.0, 9604.0, 9566.0, 9603.0, 9594.0, 9607.0, 9600.0, 9637.0, 9617.0, 9660.0, 9605.0, 9608.0, 9612.0, 9592.0, 9599.0, 9640.0, 9597.0, 9578.0, 9609.0, 9578.0, 9596.0, 9634.0, 9595.0, 9635.0, 9579.0, 9616.0, 9575.0, 9628.0, 9576.0, 9598.0, 9574.0, 9598.0, 9555.0, 9599.0, 9568.0, 9587.0, 9639.0, 9567.0, 9591.0, 9555.0, 9593.0, 9572.0, 9599.0, 9575.0, 9583.0, 9572.0, 9590.0, 9568.0, 9590.0, 9648.0, 9573.0, 9598.0, 9571.0, 9585.0, 9568.0, 9569.0, 9553.0, 9586.0, 9552.0, 9588.0, 9598.0, 9608.0, 9605.0, 9615.0, 9621.0, 9616.0, 9624.0, 9596.0, 9611.0, 9592.0, 9609.0, 9577.0, 9598.0, 9652.0, 9598.0, 9622.0, 9598.0, 9621.0, 9613.0, 9640.0, 9597.0, 9619.0, 9578.0, 9621.0, 9598.0, 9605.0, 9668.0, 9629.0, 9610.0, 9567.0, 9593.0, 9553.0, 9578.0, 9568.0, 9581.0, 9568.0, 9584.0, 9551.0, 9583.0, 9623.0, 9566.0, 9598.0, 9602.0, 9565.0, 9587.0, 9565.0, 9576.0, 9570.0, 9590.0, 9575.0, 9592.0, 9628.0, 9590.0, 9607.0, 9615.0, 9589.0, 9634.0, 9554.0, 9569.0, 9626.0, 9549.0, 9593.0, 9577.0, 9554.0, 9587.0, 9550.0, 9581.0, 9557.0, 9573.0, 9580.0, 9579.0, 9603.0, 9568.0, 9614.0, 9580.0, 9599.0, 9635.0, 9597.0, 9628.0, 9604.0, 9596.0, 9651.0, 9578.0, 9604.0, 9559.0, 9588.0, 9643.0, 9574.0, 9612.0, 9575.0, 9600.0, 9570.0, 9590.0, 9663.0, 9571.0, 9612.0, 9566.0, 9583.0, 9643.0, 9595.0, 9594.0, 9548.0, 9560.0, 9529.0, 9567.0, 9580.0, 9555.0, 9580.0, 9577.0, 9600.0, 9595.0, 9607.0, 9590.0, 9589.0, 9573.0, 9590.0, 9590.0, 9597.0, 9651.0, 9599.0, 9608.0, 9553.0, 9579.0, 9553.0, 9579.0, 9562.0, 9565.0, 9534.0, 9564.0, 9576.0, 9570.0, 9631.0, 9564.0, 9591.0, 9548.0, 9589.0, 9531.0, 9574.0, 9613.0, 9559.0, 9580.0, 9546.0, 9582.0, 9545.0, 9571.0, 9551.0, 9574.0, 9556.0, 9577.0, 9555.0, 9595.0, 9568.0, 9580.0, 9553.0, 9582.0, 9553.0, 9587.0, 9555.0, 9586.0, 9540.0, 9586.0, 9557.0, 9592.0, 9575.0, 9593.0, 9559.0, 9592.0, 9590.0, 9595.0, 9621.0, 9594.0, 9603.0, 9582.0, 9618.0, 9594.0, 9620.0, 9580.0, 9601.0, 9578.0, 9618.0, 9578.0, 9618.0, 9576.0, 9599.0, 9574.0, 9602.0, 9597.0, 9607.0, 9593.0, 9608.0, 9576.0, 9610.0, 9607.0, 9595.0, 9615.0, 9580.0, 9617.0, 9576.0, 9629.0, 9593.0, 9626.0, 9572.0, 9593.0, 9554.0, 9596.0, 9550.0, 9583.0, 9604.0, 9566.0, 9603.0, 9550.0, 9589.0, 9567.0, 9579.0, 9550.0, 9579.0, 9552.0, 9583.0, 9553.0, 9589.0, 9600.0, 9574.0, 9611.0, 9575.0, 9611.0, 9575.0, 9598.0, 9572.0, 9582.0, 9570.0, 9585.0, 9573.0, 9589.0, 9576.0, 9611.0, 9562.0, 9594.0, 9562.0, 9595.0, 9650.0, 9612.0, 9618.0, 9593.0, 9603.0, 9578.0, 9607.0, 9578.0, 9593.0, 9561.0, 9594.0, 9614.0, 9576.0, 9652.0, 9570.0, 9585.0, 9645.0, 9555.0, 9594.0, 9558.0, 9577.0, 9544.0, 9580.0, 9629.0, 9594.0, 9624.0, 9593.0, 9597.0, 9604.0, 9594.0, 9636.0, 9594.0, 9623.0, 9617.0, 9589.0, 9651.0, 9585.0, 9601.0, 9638.0, 9571.0, 9629.0, 9552.0, 9581.0, 9549.0, 9566.0, 9552.0, 9572.0, 9595.0, 9572.0, 9596.0, 9569.0, 9588.0, 9612.0, 9571.0, 9607.0, 9567.0, 9583.0, 9589.0, 9563.0, 9622.0, 9564.0, 9560.0, 9532.0, 9552.0, 9600.0, 9565.0, 9578.0, 9554.0, 9570.0, 9573.0, 9576.0, 9574.0, 9592.0, 9576.0, 9596.0, 9657.0, 9593.0, 9587.0, 9568.0, 9587.0, 9651.0, 9593.0, 9600.0, 9571.0, 9583.0, 9551.0, 9587.0, 9646.0, 9576.0, 9597.0, 9575.0, 9589.0, 9596.0, 9572.0, 9614.0, 9572.0, 9573.0, 9553.0, 9574.0, 9614.0, 9577.0, 9588.0, 9544.0, 9578.0, 9599.0, 9578.0, 9637.0, 9596.0, 9588.0, 9575.0, 9593.0, 9602.0, 9593.0, 9632.0, 9576.0, 9590.0, 9575.0, 9592.0, 9647.0, 9576.0, 9631.0, 9585.0, 9583.0, 9554.0, 9583.0, 9554.0, 9575.0, 9631.0, 9572.0, 9598.0, 9550.0, 9568.0, 9646.0, 9592.0, 9595.0, 9574.0, 9566.0, 9624.0, 9545.0, 9572.0, 9526.0, 9559.0, 9570.0, 9548.0, 9571.0, 9550.0, 9578.0, 9552.0, 9584.0, 9580.0, 9570.0, 9590.0, 9552.0, 9582.0, 9604.0, 9549.0, 9596.0, 9534.0, 9563.0, 9555.0, 9546.0, 9575.0, 9570.0, 9566.0, 9534.0, 9572.0, 9595.0, 9593.0, 9608.0, 9576.0, 9580.0, 9562.0, 9597.0, 9648.0, 9581.0, 9608.0, 9574.0, 9591.0, 9646.0, 9560.0, 9619.0, 9595.0, 9585.0, 9571.0, 9588.0, 9571.0, 9579.0, 9647.0, 9577.0, 9599.0, 9572.0, 9588.0, 9562.0, 9590.0, 9664.0, 9570.0, 9610.0, 9553.0, 9579.0, 9547.0, 9580.0, 9607.0, 9554.0, 9603.0, 9562.0, 9592.0, 9548.0, 9579.0, 9559.0, 9561.0, 9604.0, 9560.0, 9585.0, 9546.0, 9559.0, 9546.0, 9564.0, 9543.0, 9564.0, 9587.0, 9554.0, 9575.0, 9554.0, 9564.0, 9533.0, 9567.0, 9608.0, 9571.0, 9594.0, 9568.0, 9578.0, 9547.0, 9573.0, 9623.0, 9587.0, 9596.0, 9560.0, 9585.0, 9573.0, 9590.0, 9601.0, 9576.0, 9626.0, 9560.0, 9597.0, 9559.0, 9587.0, 9558.0, 9572.0, 9566.0, 9573.0, 9594.0, 9574.0, 9617.0, 9578.0, 9600.0, 9576.0, 9599.0, 9572.0, 9604.0, 9575.0, 9587.0, 9557.0, 9591.0, 9647.0, 9576.0, 9614.0, 9572.0, 9581.0, 9557.0, 9581.0, 9556.0, 9600.0, 9556.0, 9569.0, 9537.0, 9570.0, 9552.0, 9570.0, 9611.0, 9574.0, 9596.0, 9558.0, 9580.0, 9557.0, 9582.0, 9553.0, 9599.0, 9597.0, 9582.0, 9576.0, 9569.0, 9590.0, 9572.0, 9617.0, 9573.0, 9569.0, 9590.0, 9588.0, 9576.0, 9591.0, 9575.0, 9589.0, 9572.0, 9592.0, 9649.0, 9577.0, 9615.0, 9575.0, 9599.0, 9561.0, 9605.0, 9581.0, 9586.0, 9559.0, 9587.0, 9569.0, 9592.0, 9587.0, 9576.0, 9570.0, 9576.0, 9615.0, 9576.0, 9616.0, 9576.0, 9584.0, 9573.0, 9587.0, 9555.0, 9590.0, 9597.0, 9570.0, 9582.0, 9557.0, 9637.0, 9604.0, 9577.0, 9623.0, 9558.0, 9556.0, 9526.0, 9561.0, 9555.0, 9549.0, 9573.0, 9568.0, 9581.0, 9572.0, 9585.0, 9571.0, 9590.0, 9594.0, 9596.0, 9619.0, 9581.0, 9633.0, 9572.0, 9601.0, 9624.0, 9574.0, 9608.0, 9555.0, 9594.0, 9555.0, 9568.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.0017252528735632188</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020426113793103447</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.44172136428077</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3391564149597253</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0295442690218652</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4587</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7151.5557</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08500290486029054</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8045977011494253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4654614117402613</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3765202160666155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.713212208039253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3066518111149152</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102532</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01572154089808464</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017008939757943153</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.9122174128673404</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>26.4768</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.413</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.8984</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305362.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>819.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.1826</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.8545</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3581.3521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3795.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71182.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1243.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.0313</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.70583712612279</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> |