=== 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-0079 --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-0079",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0079_ses-03_task-social_acq-mb8_run-04_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-0079_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-04_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-0079/ses-03/func/sub-0079_ses-03_task-social_acq-mb8_run-04_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>1dcb05efb4d420bf9165581d936d9a18</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:01:52.730000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999927, 0.00939499, -0.00759102, -0.00872622, 0.996446, 0.0837849]</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-04_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.104914</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7778, -7243, 488, 18, -82, 62, 14]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>256.292</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e61ca00c-03f7-43f6-9552-314395b2889c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827311515808105, -0.023411806672811508, -0.022548237815499306, 115.82984161376953], [-0.0252060666680336, 2.6733908653259277, 0.22602394223213196, -90.91085052490234], [-0.020366156473755836, -0.2247888296842575, 2.6904282569885254, -42.00956344604492], [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': ['130152.730000', '130153.190000', '130153.650000', '130154.110000', '130154.570000', '130155.030000', '130155.490000', '130155.950000', '130156.410000', '130156.870000', '130157.330000', '130157.790000', '130158.250000', '130158.710000', '130159.170000', '130159.630000', '130200.090000', '130200.550000', '130201.010000', '130201.470000', '130201.930000', '130202.390000', '130202.850000', '130203.310000', '130203.770000', '130204.230000', '130204.690000', '130205.150000', '130205.610000', '130206.070000', '130206.530000', '130206.990000', '130207.450000', '130207.910000', '130208.370000', '130208.830000', '130209.290000', '130209.750000', '130210.210000', '130210.670000', '130211.130000', '130211.590000', '130212.050000', '130212.510000', '130212.970000', '130213.430000', '130213.890000', '130214.350000', '130214.810000', '130215.270000', '130215.730000', '130216.190000', '130216.650000', '130217.110000', '130217.570000', '130218.030000', '130218.490000', '130218.950000', '130219.410000', '130219.870000', '130220.330000', '130220.790000', '130221.250000', '130221.710000', '130222.170000', '130222.630000', '130223.090000', '130223.550000', '130224.010000', '130224.470000', '130224.930000', '130225.390000', '130225.850000', '130226.310000', '130226.770000', '130227.230000', '130227.690000', '130228.150000', '130228.610000', '130229.070000', '130229.530000', '130229.990000', '130230.450000', '130230.910000', '130231.370000', '130231.830000', '130232.290000', '130232.750000', '130233.210000', '130233.670000', '130234.130000', '130234.590000', '130235.050000', '130235.510000', '130235.970000', '130236.430000', '130236.890000', '130237.350000', '130237.810000', '130238.270000', '130238.730000', '130239.190000', '130239.650000', '130240.110000', '130240.570000', '130241.030000', '130241.490000', '130241.950000', '130242.410000', '130242.870000', '130243.330000', '130243.790000', '130244.250000', '130244.710000', '130245.170000', '130245.630000', '130246.090000', '130246.550000', '130247.010000', '130247.470000', '130247.930000', '130248.390000', '130248.850000', '130249.310000', '130249.770000', '130250.230000', '130250.690000', '130251.150000', '130251.610000', '130252.070000', '130252.530000', '130252.990000', '130253.450000', '130253.910000', '130254.370000', '130254.830000', '130255.290000', '130255.750000', '130256.210000', '130256.670000', '130257.130000', '130257.590000', '130258.050000', '130258.510000', '130258.970000', '130259.430000', '130259.890000', '130300.350000', '130300.810000', '130301.270000', '130301.730000', '130302.190000', '130302.650000', '130303.110000', '130303.570000', '130304.030000', '130304.490000', '130304.950000', '130305.410000', '130305.870000', '130306.330000', '130306.790000', '130307.250000', '130307.710000', '130308.170000', '130308.630000', '130309.090000', '130309.550000', '130310.010000', '130310.470000', '130310.930000', '130311.390000', '130311.850000', '130312.310000', '130312.770000', '130313.230000', '130313.690000', '130314.150000', '130314.610000', '130315.070000', '130315.530000', '130315.990000', '130316.450000', '130316.910000', '130317.370000', '130317.830000', '130318.290000', '130318.750000', '130319.210000', '130319.670000', '130320.130000', '130320.590000', '130321.050000', '130321.510000', '130321.970000', '130322.430000', '130322.890000', '130323.350000', '130323.810000', '130324.270000', '130324.730000', '130325.190000', '130325.650000', '130326.110000', '130326.570000', '130327.030000', '130327.490000', '130327.950000', '130328.410000', '130328.870000', '130329.330000', '130329.790000', '130330.250000', '130330.710000', '130331.170000', '130331.630000', '130332.090000', '130332.550000', '130333.010000', '130333.470000', '130333.930000', '130334.390000', '130334.850000', '130335.310000', '130335.770000', '130336.230000', '130336.690000', '130337.150000', '130337.610000', '130338.070000', '130338.530000', '130338.990000', '130339.450000', '130339.910000', '130340.370000', '130340.830000', '130341.290000', '130341.750000', '130342.210000', '130342.670000', '130343.130000', '130343.590000', '130344.050000', '130344.510000', '130344.970000', '130345.430000', '130345.890000', '130346.350000', '130346.810000', '130347.270000', '130347.730000', '130348.190000', '130348.650000', '130349.110000', '130349.570000', '130350.030000', '130350.490000', '130350.950000', '130351.410000', '130351.870000', '130352.330000', '130352.790000', '130353.250000', '130353.710000', '130354.170000', '130354.630000', '130355.090000', '130355.550000', '130356.010000', '130356.470000', '130356.930000', '130357.390000', '130357.850000', '130358.310000', '130358.770000', '130359.230000', '130359.690000', '130400.150000', '130400.610000', '130401.070000', '130401.530000', '130401.990000', '130402.450000', '130402.910000', '130403.370000', '130403.830000', '130404.290000', '130404.750000', '130405.210000', '130405.670000', '130406.130000', '130406.590000', '130407.050000', '130407.510000', '130407.970000', '130408.430000', '130408.890000', '130409.350000', '130409.810000', '130410.270000', '130410.730000', '130411.190000', '130411.650000', '130412.110000', '130412.570000', '130413.030000', '130413.490000', '130413.950000', '130414.410000', '130414.870000', '130415.330000', '130415.790000', '130416.250000', '130416.710000', '130417.170000', '130417.630000', '130418.090000', '130418.550000', '130419.010000', '130419.470000', '130419.930000', '130420.390000', '130420.850000', '130421.310000', '130421.770000', '130422.230000', '130422.690000', '130423.150000', '130423.610000', '130424.070000', '130424.530000', '130424.990000', '130425.450000', '130425.910000', '130426.370000', '130426.830000', '130427.290000', '130427.750000', '130428.210000', '130428.670000', '130429.130000', '130429.590000', '130430.050000', '130430.510000', '130430.970000', '130431.430000', '130431.890000', '130432.350000', '130432.810000', '130433.270000', '130433.730000', '130434.190000', '130434.650000', '130435.110000', '130435.570000', '130436.030000', '130436.490000', '130436.950000', '130437.410000', '130437.870000', '130438.330000', '130438.790000', '130439.250000', '130439.710000', '130440.170000', '130440.630000', '130441.090000', '130441.550000', '130442.010000', '130442.470000', '130442.930000', '130443.390000', '130443.850000', '130444.310000', '130444.770000', '130445.230000', '130445.690000', '130446.150000', '130446.610000', '130447.070000', '130447.530000', '130447.990000', '130448.450000', '130448.910000', '130449.370000', '130449.830000', '130450.290000', '130450.750000', '130451.210000', '130451.670000', '130452.130000', '130452.590000', '130453.050000', '130453.510000', '130453.970000', '130454.430000', '130454.890000', '130455.350000', '130455.810000', '130456.270000', '130456.730000', '130457.190000', '130457.650000', '130458.110000', '130458.570000', '130459.030000', '130459.490000', '130459.950000', '130500.410000', '130500.870000', '130501.330000', '130501.790000', '130502.250000', '130502.710000', '130503.170000', '130503.630000', '130504.090000', '130504.550000', '130505.010000', '130505.470000', '130505.930000', '130506.390000', '130506.850000', '130507.310000', '130507.770000', '130508.230000', '130508.690000', '130509.150000', '130509.610000', '130510.070000', '130510.530000', '130510.990000', '130511.450000', '130511.910000', '130512.370000', '130512.830000', '130513.290000', '130513.750000', '130514.210000', '130514.670000', '130515.130000', '130515.590000', '130516.050000', '130516.510000', '130516.970000', '130517.430000', '130517.890000', '130518.350000', '130518.810000', '130519.270000', '130519.730000', '130520.190000', '130520.650000', '130521.110000', '130521.570000', '130522.030000', '130522.490000', '130522.950000', '130523.410000', '130523.870000', '130524.330000', '130524.790000', '130525.250000', '130525.710000', '130526.170000', '130526.630000', '130527.090000', '130527.550000', '130528.010000', '130528.470000', '130528.930000', '130529.390000', '130529.850000', '130530.310000', '130530.770000', '130531.230000', '130531.690000', '130532.150000', '130532.610000', '130533.070000', '130533.530000', '130533.990000', '130534.450000', '130534.910000', '130535.370000', '130535.830000', '130536.290000', '130536.750000', '130537.210000', '130537.670000', '130538.130000', '130538.590000', '130539.050000', '130539.510000', '130539.970000', '130540.430000', '130540.890000', '130541.350000', '130541.810000', '130542.270000', '130542.730000', '130543.190000', '130543.650000', '130544.110000', '130544.570000', '130545.030000', '130545.490000', '130545.950000', '130546.410000', '130546.870000', '130547.330000', '130547.790000', '130548.250000', '130548.710000', '130549.170000', '130549.630000', '130550.090000', '130550.550000', '130551.010000', '130551.470000', '130551.930000', '130552.390000', '130552.850000', '130553.310000', '130553.770000', '130554.230000', '130554.690000', '130555.150000', '130555.610000', '130556.070000', '130556.530000', '130556.990000', '130557.450000', '130557.910000', '130558.370000', '130558.830000', '130559.290000', '130559.750000', '130600.210000', '130600.670000', '130601.130000', '130601.590000', '130602.050000', '130602.510000', '130602.970000', '130603.430000', '130603.890000', '130604.350000', '130604.810000', '130605.270000', '130605.730000', '130606.190000', '130606.650000', '130607.110000', '130607.570000', '130608.030000', '130608.490000', '130608.950000', '130609.410000', '130609.870000', '130610.330000', '130610.790000', '130611.250000', '130611.710000', '130612.170000', '130612.630000', '130613.090000', '130613.550000', '130614.010000', '130614.470000', '130614.930000', '130615.390000', '130615.850000', '130616.310000', '130616.770000', '130617.230000', '130617.690000', '130618.150000', '130618.610000', '130619.070000', '130619.530000', '130619.990000', '130620.450000', '130620.910000', '130621.370000', '130621.830000', '130622.290000', '130622.750000', '130623.210000', '130623.670000', '130624.130000', '130624.590000', '130625.050000', '130625.510000', '130625.970000', '130626.430000', '130626.890000', '130627.350000', '130627.810000', '130628.270000', '130628.730000', '130629.190000', '130629.650000', '130630.110000', '130630.570000', '130631.030000', '130631.490000', '130631.950000', '130632.410000', '130632.870000', '130633.330000', '130633.790000', '130634.250000', '130634.710000', '130635.170000', '130635.630000', '130636.090000', '130636.550000', '130637.010000', '130637.470000', '130637.930000', '130638.390000', '130638.850000', '130639.310000', '130639.770000', '130640.230000', '130640.690000', '130641.150000', '130641.610000', '130642.070000', '130642.530000', '130642.990000', '130643.450000', '130643.910000', '130644.370000', '130644.830000', '130645.290000', '130645.750000', '130646.210000', '130646.670000', '130647.130000', '130647.590000', '130648.050000', '130648.510000', '130648.970000', '130649.430000', '130649.890000', '130650.350000', '130650.810000', '130651.270000', '130651.730000', '130652.190000', '130652.650000', '130653.110000', '130653.570000', '130654.030000', '130654.490000', '130654.950000', '130655.410000', '130655.870000', '130656.330000', '130656.790000', '130657.250000', '130657.710000', '130658.170000', '130658.630000', '130659.090000', '130659.550000', '130700.010000', '130700.470000', '130700.930000', '130701.390000', '130701.850000', '130702.310000', '130702.770000', '130703.230000', '130703.690000', '130704.150000', '130704.610000', '130705.070000', '130705.530000', '130705.990000', '130706.450000', '130706.910000', '130707.370000', '130707.830000', '130708.290000', '130708.750000', '130709.210000', '130709.670000', '130710.130000', '130710.590000', '130711.050000', '130711.510000', '130711.970000', '130712.430000', '130712.890000', '130713.350000', '130713.810000', '130714.270000', '130714.730000', '130715.190000', '130715.650000', '130716.110000', '130716.570000', '130717.030000', '130717.490000', '130717.950000', '130718.410000', '130718.870000', '130719.330000', '130719.790000', '130720.250000', '130720.710000', '130721.170000', '130721.630000', '130722.090000', '130722.550000', '130723.010000', '130723.470000', '130723.930000', '130724.390000', '130724.850000', '130725.310000', '130725.770000', '130726.230000', '130726.690000', '130727.150000', '130727.610000', '130728.070000', '130728.530000', '130728.990000', '130729.450000', '130729.910000', '130730.370000', '130730.830000', '130731.290000', '130731.750000', '130732.210000', '130732.670000', '130733.130000', '130733.590000', '130734.050000', '130734.510000', '130734.970000', '130735.430000', '130735.890000', '130736.350000', '130736.810000', '130737.270000', '130737.730000', '130738.190000', '130738.650000', '130739.110000', '130739.570000', '130740.030000', '130740.490000', '130740.950000', '130741.410000', '130741.870000', '130742.330000', '130742.790000', '130743.250000', '130743.710000', '130744.170000', '130744.630000', '130745.090000', '130745.550000', '130746.010000', '130746.470000', '130746.930000', '130747.390000', '130747.850000', '130748.310000', '130748.770000', '130749.230000', '130749.690000', '130750.150000', '130750.610000', '130751.070000', '130751.530000', '130751.990000', '130752.450000', '130752.910000', '130753.370000', '130753.830000', '130754.290000', '130754.750000', '130755.210000', '130755.670000', '130756.130000', '130756.590000', '130757.050000', '130757.510000', '130757.970000', '130758.430000', '130758.890000', '130759.350000', '130759.810000', '130800.270000', '130800.730000', '130801.190000', '130801.650000', '130802.110000', '130802.570000', '130803.030000', '130803.490000', '130803.950000', '130804.410000', '130804.870000', '130805.330000', '130805.790000', '130806.250000', '130806.710000', '130807.170000', '130807.630000', '130808.090000', '130808.550000', '130809.010000', '130809.470000', '130809.930000', '130810.390000', '130810.850000', '130811.310000', '130811.770000', '130812.230000', '130812.690000', '130813.150000', '130813.610000', '130814.070000', '130814.530000', '130814.990000', '130815.450000', '130815.910000', '130816.370000', '130816.830000', '130817.290000', '130817.750000', '130818.210000', '130818.670000', '130819.130000', '130819.590000', '130820.050000', '130820.510000', '130820.970000', '130821.430000', '130821.890000', '130822.350000', '130822.810000', '130823.270000', '130823.730000', '130824.190000', '130824.650000', '130825.110000', '130825.570000', '130826.030000', '130826.490000', '130826.950000', '130827.410000', '130827.870000', '130828.330000', '130828.790000', '130829.250000', '130829.710000', '130830.170000', '130830.630000', '130831.090000', '130831.550000', '130832.010000', '130832.470000', '130832.930000', '130833.390000'], 'ContentTime': ['130204.692000', '130204.695000', '130204.697000', '130204.700000', '130204.702000', '130204.705000', '130204.707000', '130204.710000', '130204.713000', '130204.721000', '130204.724000', '130204.727000', '130204.729000', '130204.732000', '130204.734000', '130204.737000', '130204.739000', '130204.748000', '130204.751000', '130204.753000', '130204.756000', '130204.758000', '130204.761000', '130204.764000', '130224.652000', '130224.655000', '130224.658000', '130224.660000', '130224.663000', '130224.665000', '130224.668000', '130224.670000', '130224.673000', '130224.675000', '130224.685000', '130224.688000', '130224.690000', '130224.693000', '130224.695000', '130224.698000', '130224.701000', '130224.703000', '130224.706000', '130224.708000', '130224.711000', '130224.714000', '130224.716000', '130224.719000', '130224.727000', '130224.729000', '130224.732000', '130224.735000', '130224.737000', '130224.740000', '130224.742000', '130224.745000', '130224.748000', '130224.750000', '130224.753000', '130224.755000', '130224.758000', '130224.760000', '130224.763000', '130224.766000', '130224.769000', '130224.772000', '130224.774000', '130244.652000', '130244.655000', '130244.658000', '130244.660000', '130244.663000', '130244.665000', '130244.668000', '130244.670000', '130244.673000', '130244.675000', '130244.678000', '130244.680000', '130244.683000', '130244.685000', '130244.688000', '130244.691000', '130244.693000', '130244.696000', '130244.699000', '130244.701000', '130244.704000', '130244.706000', '130244.709000', '130244.711000', '130244.720000', '130244.722000', '130244.725000', '130244.728000', '130244.730000', '130244.733000', '130244.735000', '130244.738000', '130244.740000', '130244.743000', '130244.745000', '130244.748000', '130244.750000', '130244.753000', '130244.755000', '130244.758000', '130244.760000', '130244.763000', '130244.766000', '130244.768000', '130304.651000', '130304.654000', '130304.657000', '130304.659000', '130304.662000', '130304.665000', '130304.667000', '130304.670000', '130304.672000', '130304.675000', '130304.677000', '130304.680000', '130304.682000', '130304.685000', '130304.688000', '130304.704000', '130304.707000', '130304.709000', '130304.712000', '130304.714000', '130304.717000', '130304.719000', '130304.722000', '130304.724000', '130304.727000', '130304.729000', '130304.732000', '130304.735000', '130304.737000', '130304.740000', '130304.742000', '130304.745000', '130304.748000', '130304.751000', '130304.754000', '130304.757000', '130304.759000', '130304.762000', '130304.764000', '130304.767000', '130304.769000', '130304.772000', '130304.775000', '130324.651000', '130324.654000', '130324.657000', '130324.659000', '130324.662000', '130324.664000', '130324.667000', '130324.670000', '130324.672000', '130324.675000', '130324.677000', '130324.680000', '130324.682000', '130324.685000', '130324.687000', '130324.690000', '130324.693000', '130324.695000', '130324.698000', '130324.700000', '130324.703000', '130324.705000', '130324.708000', '130324.710000', '130324.713000', '130324.716000', '130324.718000', '130324.721000', '130324.723000', '130324.726000', '130324.728000', '130324.731000', '130324.734000', '130324.736000', '130324.739000', '130324.741000', '130324.744000', '130324.746000', '130324.749000', '130324.751000', '130324.754000', '130324.756000', '130324.759000', '130324.762000', '130344.651000', '130344.654000', '130344.657000', '130344.659000', '130344.662000', '130344.664000', '130344.667000', '130344.670000', '130344.672000', '130344.675000', '130344.677000', '130344.680000', '130344.682000', '130344.685000', '130344.688000', '130344.690000', '130344.693000', '130344.695000', '130344.698000', '130344.700000', '130344.703000', '130344.705000', '130344.708000', '130344.711000', '130344.713000', '130344.716000', '130344.718000', '130344.721000', '130344.723000', '130344.726000', '130344.729000', '130344.731000', '130344.734000', '130344.736000', '130344.739000', '130344.741000', '130344.744000', '130344.746000', '130344.749000', '130344.751000', '130344.754000', '130344.756000', '130344.759000', '130404.652000', '130404.654000', '130404.657000', '130404.659000', '130404.662000', '130404.664000', '130404.667000', '130404.670000', '130404.672000', '130404.675000', '130404.677000', '130404.680000', '130404.682000', '130404.685000', '130404.688000', '130404.690000', '130404.693000', '130404.696000', '130404.698000', '130404.701000', '130404.703000', '130404.706000', '130404.708000', '130404.711000', '130404.713000', '130404.716000', '130404.719000', '130404.721000', '130404.724000', '130404.726000', '130404.729000', '130404.731000', '130404.734000', '130404.737000', '130404.739000', '130404.742000', '130404.744000', '130404.747000', '130404.749000', '130404.752000', '130404.754000', '130404.757000', '130404.760000', '130404.762000', '130424.651000', '130424.654000', '130424.657000', '130424.659000', '130424.662000', '130424.664000', '130424.667000', '130424.670000', '130424.672000', '130424.675000', '130424.677000', '130424.680000', '130424.683000', '130424.685000', '130424.688000', '130424.690000', '130424.693000', '130424.696000', '130424.698000', '130424.701000', '130424.703000', '130424.706000', '130424.709000', '130424.711000', '130424.714000', '130424.716000', '130424.719000', '130424.721000', '130424.724000', '130424.727000', '130424.729000', '130424.732000', '130424.734000', '130424.737000', '130424.739000', '130424.742000', '130424.744000', '130424.747000', '130424.750000', '130424.752000', '130424.755000', '130424.758000', '130424.760000', '130444.652000', '130444.655000', '130444.658000', '130444.660000', '130444.663000', '130444.666000', '130444.668000', '130444.671000', '130444.673000', '130444.676000', '130444.678000', '130444.690000', '130444.693000', '130444.696000', '130444.698000', '130444.701000', '130444.703000', '130444.706000', '130444.708000', '130444.711000', '130444.714000', '130444.716000', '130444.719000', '130444.721000', '130444.724000', '130444.726000', '130444.729000', '130444.732000', '130444.734000', '130444.737000', '130444.739000', '130444.742000', '130444.744000', '130444.747000', '130444.749000', '130444.752000', '130444.754000', '130444.757000', '130444.760000', '130444.762000', '130444.765000', '130444.767000', '130444.770000', '130444.772000', '130504.653000', '130504.655000', '130504.658000', '130504.661000', '130504.663000', '130504.666000', '130504.668000', '130504.671000', '130504.674000', '130504.676000', '130504.679000', '130504.681000', '130504.684000', '130504.687000', '130504.689000', '130504.692000', '130504.694000', '130504.697000', '130504.700000', '130504.702000', '130504.705000', '130504.707000', '130504.710000', '130504.713000', '130504.715000', '130504.718000', '130504.720000', '130504.723000', '130504.726000', '130504.728000', '130504.731000', '130504.733000', '130504.736000', '130504.739000', '130504.741000', '130504.744000', '130504.746000', '130504.749000', '130504.751000', '130504.754000', '130504.756000', '130504.759000', '130504.762000', '130524.651000', '130524.654000', '130524.657000', '130524.659000', '130524.662000', '130524.665000', '130524.667000', '130524.670000', '130524.672000', '130524.675000', '130524.678000', '130524.680000', '130524.683000', '130524.685000', '130524.688000', '130524.691000', '130524.693000', '130524.696000', '130524.698000', '130524.701000', '130524.703000', '130524.706000', '130524.709000', '130524.711000', '130524.714000', '130524.716000', '130524.719000', '130524.722000', '130524.724000', '130524.727000', '130524.729000', '130524.732000', '130524.734000', '130524.737000', '130524.739000', '130524.742000', '130524.745000', '130524.747000', '130524.750000', '130524.752000', '130524.755000', '130524.758000', '130524.760000', '130524.763000', '130544.651000', '130544.654000', '130544.657000', '130544.659000', '130544.662000', '130544.665000', '130544.667000', '130544.670000', '130544.673000', '130544.675000', '130544.678000', '130544.681000', '130544.683000', '130544.686000', '130544.688000', '130544.691000', '130544.694000', '130544.696000', '130544.699000', '130544.701000', '130544.704000', '130544.707000', '130544.709000', '130544.712000', '130544.714000', '130544.717000', '130544.720000', '130544.722000', '130544.725000', '130544.727000', '130544.730000', '130544.732000', '130544.735000', '130544.738000', '130544.740000', '130544.743000', '130544.745000', '130544.748000', '130544.751000', '130544.753000', '130544.756000', '130544.758000', '130544.761000', '130604.651000', '130604.654000', '130604.657000', '130604.659000', '130604.662000', '130604.665000', '130604.667000', '130604.670000', '130604.673000', '130604.675000', '130604.678000', '130604.681000', '130604.683000', '130604.686000', '130604.689000', '130604.691000', '130604.694000', '130604.697000', '130604.699000', '130604.702000', '130604.705000', '130604.707000', '130604.710000', '130604.713000', '130604.715000', '130604.718000', '130604.720000', '130604.723000', '130604.725000', '130604.728000', '130604.731000', '130604.733000', '130604.736000', '130604.738000', '130604.741000', '130604.743000', '130604.756000', '130604.759000', '130604.762000', '130604.764000', '130604.767000', '130604.769000', '130604.772000', '130624.651000', '130624.654000', '130624.657000', '130624.659000', '130624.662000', '130624.665000', '130624.667000', '130624.670000', '130624.672000', '130624.675000', '130624.677000', '130624.680000', '130624.682000', '130624.685000', '130624.688000', '130624.690000', '130624.693000', '130624.695000', '130624.698000', '130624.701000', '130624.703000', '130624.706000', '130624.708000', '130624.711000', '130624.713000', '130624.716000', '130624.719000', '130624.721000', '130624.724000', '130624.726000', '130624.729000', '130624.731000', '130624.734000', '130624.737000', '130624.739000', '130624.742000', '130624.744000', '130624.747000', '130624.750000', '130624.752000', '130624.755000', '130624.757000', '130624.760000', '130624.762000', '130644.651000', '130644.654000', '130644.657000', '130644.659000', '130644.662000', '130644.664000', '130644.667000', '130644.670000', '130644.672000', '130644.675000', '130644.677000', '130644.680000', '130644.683000', '130644.685000', '130644.688000', '130644.691000', '130644.693000', '130644.696000', '130644.699000', '130644.701000', '130644.704000', '130644.706000', '130644.709000', '130644.711000', '130644.714000', '130644.717000', '130644.719000', '130644.722000', '130644.724000', '130644.727000', '130644.730000', '130644.732000', '130644.735000', '130644.737000', '130644.740000', '130644.742000', '130644.745000', '130644.748000', '130644.750000', '130644.753000', '130644.755000', '130644.758000', '130644.760000', '130704.653000', '130704.655000', '130704.658000', '130704.661000', '130704.663000', '130704.666000', '130704.668000', '130704.671000', '130704.674000', '130704.676000', '130704.679000', '130704.681000', '130704.684000', '130704.686000', '130704.689000', '130704.692000', '130704.694000', '130704.697000', '130704.699000', '130704.702000', '130704.705000', '130704.707000', '130704.710000', '130704.712000', '130704.715000', '130704.717000', '130704.720000', '130704.723000', '130704.725000', '130704.728000', '130704.730000', '130704.733000', '130704.735000', '130704.738000', '130704.741000', '130704.743000', '130704.746000', '130704.749000', '130704.751000', '130704.754000', '130704.756000', '130704.759000', '130704.762000', '130704.764000', '130724.652000', '130724.655000', '130724.658000', '130724.661000', '130724.664000', '130724.667000', '130724.670000', '130724.672000', '130724.675000', '130724.678000', '130724.680000', '130724.683000', '130724.686000', '130724.689000', '130724.692000', '130724.694000', '130724.697000', '130724.699000', '130724.702000', '130724.705000', '130724.707000', '130724.710000', '130724.712000', '130724.715000', '130724.717000', '130724.720000', '130724.722000', '130724.725000', '130724.728000', '130724.730000', '130724.733000', '130724.735000', '130724.738000', '130724.741000', '130724.743000', '130724.746000', '130724.749000', '130724.751000', '130724.754000', '130724.756000', '130724.759000', '130724.762000', '130724.764000', '130744.651000', '130744.654000', '130744.657000', '130744.659000', '130744.677000', '130744.679000', '130744.682000', '130744.684000', '130744.687000', '130744.690000', '130744.692000', '130744.695000', '130744.698000', '130744.700000', '130744.703000', '130744.705000', '130744.708000', '130744.710000', '130744.713000', '130744.716000', '130744.718000', '130744.721000', '130744.723000', '130744.726000', '130744.729000', '130744.731000', '130744.734000', '130744.736000', '130744.739000', '130744.742000', '130744.744000', '130744.747000', '130744.749000', '130744.752000', '130744.755000', '130744.757000', '130744.760000', '130744.762000', '130744.765000', '130744.768000', '130744.770000', '130744.773000', '130744.775000', '130744.780000', '130804.652000', '130804.654000', '130804.657000', '130804.660000', '130804.662000', '130804.665000', '130804.667000', '130804.670000', '130804.672000', '130804.675000', '130804.678000', '130804.680000', '130804.683000', '130804.686000', '130804.688000', '130804.691000', '130804.693000', '130804.696000', '130804.699000', '130804.701000', '130804.704000', '130804.706000', '130804.709000', '130804.712000', '130804.714000', '130804.717000', '130804.720000', '130804.722000', '130804.725000', '130804.727000', '130804.730000', '130804.733000', '130804.735000', '130804.738000', '130804.740000', '130804.743000', '130804.745000', '130804.748000', '130804.751000', '130804.753000', '130804.756000', '130804.758000', '130804.761000', '130824.651000', '130824.654000', '130824.657000', '130824.659000', '130824.662000', '130824.664000', '130824.667000', '130824.670000', '130824.672000', '130824.675000', '130824.678000', '130824.680000', '130824.683000', '130824.685000', '130824.688000', '130824.690000', '130824.693000', '130824.696000', '130824.698000', '130824.701000', '130824.703000', '130824.706000', '130824.708000', '130824.711000', '130824.714000', '130824.716000', '130824.719000', '130824.721000', '130824.724000', '130824.726000', '130824.729000', '130824.732000', '130824.735000', '130824.737000', '130824.740000', '130824.742000', '130824.745000', '130824.747000', '130824.750000', '130824.752000', '130824.755000', '130824.758000', '130824.760000', '130824.763000', '130834.544000', '130834.547000', '130834.550000', '130834.553000', '130834.555000', '130834.558000', '130834.561000', '130834.563000', '130834.566000', '130834.568000', '130834.571000', '130834.574000', '130834.576000', '130834.579000', '130834.582000', '130834.585000', '130834.587000', '130834.590000', '130834.593000', '130834.595000', '130834.598000', '130834.601000'], 'InstanceCreationTime': ['130204.692000', '130204.695000', '130204.697000', '130204.700000', '130204.702000', '130204.705000', '130204.707000', '130204.710000', '130204.713000', '130204.721000', '130204.724000', '130204.727000', '130204.729000', '130204.732000', '130204.734000', '130204.737000', '130204.739000', '130204.748000', '130204.751000', '130204.753000', '130204.756000', '130204.758000', '130204.761000', '130204.764000', '130224.652000', '130224.655000', '130224.658000', '130224.660000', '130224.663000', '130224.665000', '130224.668000', '130224.670000', '130224.673000', '130224.675000', '130224.685000', '130224.688000', '130224.690000', '130224.693000', '130224.695000', '130224.698000', '130224.701000', '130224.703000', '130224.706000', '130224.708000', '130224.711000', '130224.714000', '130224.716000', '130224.719000', '130224.727000', '130224.729000', '130224.732000', '130224.735000', '130224.737000', '130224.740000', '130224.742000', '130224.745000', '130224.748000', '130224.750000', '130224.753000', '130224.755000', '130224.758000', '130224.760000', '130224.763000', '130224.766000', '130224.769000', '130224.772000', '130224.774000', '130244.652000', '130244.655000', '130244.658000', '130244.660000', '130244.663000', '130244.665000', '130244.668000', '130244.670000', '130244.673000', '130244.675000', '130244.678000', '130244.680000', '130244.683000', '130244.685000', '130244.688000', '130244.691000', '130244.693000', '130244.696000', '130244.699000', '130244.701000', '130244.704000', '130244.706000', '130244.709000', '130244.711000', '130244.720000', '130244.722000', '130244.725000', '130244.728000', '130244.730000', '130244.733000', '130244.735000', '130244.738000', '130244.740000', '130244.743000', '130244.745000', '130244.748000', '130244.750000', '130244.753000', '130244.755000', '130244.758000', '130244.760000', '130244.763000', '130244.766000', '130244.768000', '130304.651000', '130304.654000', '130304.657000', '130304.659000', '130304.662000', '130304.665000', '130304.667000', '130304.670000', '130304.672000', '130304.675000', '130304.677000', '130304.680000', '130304.682000', '130304.685000', '130304.688000', '130304.704000', '130304.707000', '130304.709000', '130304.712000', '130304.714000', '130304.717000', '130304.719000', '130304.722000', '130304.724000', '130304.727000', '130304.729000', '130304.732000', '130304.735000', '130304.737000', '130304.740000', '130304.742000', '130304.745000', '130304.748000', '130304.751000', '130304.754000', '130304.757000', '130304.759000', '130304.762000', '130304.764000', '130304.767000', '130304.769000', '130304.772000', '130304.775000', '130324.651000', '130324.654000', '130324.657000', '130324.659000', '130324.662000', '130324.664000', '130324.667000', '130324.670000', '130324.672000', '130324.675000', '130324.677000', '130324.680000', '130324.682000', '130324.685000', '130324.687000', '130324.690000', '130324.693000', '130324.695000', '130324.698000', '130324.700000', '130324.703000', '130324.705000', '130324.708000', '130324.710000', '130324.713000', '130324.716000', '130324.718000', '130324.721000', '130324.723000', '130324.726000', '130324.728000', '130324.731000', '130324.734000', '130324.736000', '130324.739000', '130324.741000', '130324.744000', '130324.746000', '130324.749000', '130324.751000', '130324.754000', '130324.756000', '130324.759000', '130324.762000', '130344.651000', '130344.654000', '130344.657000', '130344.659000', '130344.662000', '130344.664000', '130344.667000', '130344.670000', '130344.672000', '130344.675000', '130344.677000', '130344.680000', '130344.682000', '130344.685000', '130344.688000', '130344.690000', '130344.693000', '130344.695000', '130344.698000', '130344.700000', '130344.703000', '130344.705000', '130344.708000', '130344.711000', '130344.713000', '130344.716000', '130344.718000', '130344.721000', '130344.723000', '130344.726000', '130344.729000', '130344.731000', '130344.734000', '130344.736000', '130344.739000', '130344.741000', '130344.744000', '130344.746000', '130344.749000', '130344.751000', '130344.754000', '130344.756000', '130344.759000', '130404.652000', '130404.654000', '130404.657000', '130404.659000', '130404.662000', '130404.664000', '130404.667000', '130404.670000', '130404.672000', '130404.675000', '130404.677000', '130404.680000', '130404.682000', '130404.685000', '130404.688000', '130404.690000', '130404.693000', '130404.696000', '130404.698000', '130404.701000', '130404.703000', '130404.706000', '130404.708000', '130404.711000', '130404.713000', '130404.716000', '130404.719000', '130404.721000', '130404.724000', '130404.726000', '130404.729000', '130404.731000', '130404.734000', '130404.737000', '130404.739000', '130404.742000', '130404.744000', '130404.747000', '130404.749000', '130404.752000', '130404.754000', '130404.757000', '130404.760000', '130404.762000', '130424.651000', '130424.654000', '130424.657000', '130424.659000', '130424.662000', '130424.664000', '130424.667000', '130424.670000', '130424.672000', '130424.675000', '130424.677000', '130424.680000', '130424.683000', '130424.685000', '130424.688000', '130424.690000', '130424.693000', '130424.696000', '130424.698000', '130424.701000', '130424.703000', '130424.706000', '130424.709000', '130424.711000', '130424.714000', '130424.716000', '130424.719000', '130424.721000', '130424.724000', '130424.727000', '130424.729000', '130424.732000', '130424.734000', '130424.737000', '130424.739000', '130424.742000', '130424.744000', '130424.747000', '130424.750000', '130424.752000', '130424.755000', '130424.758000', '130424.760000', '130444.652000', '130444.655000', '130444.658000', '130444.660000', '130444.663000', '130444.666000', '130444.668000', '130444.671000', '130444.673000', '130444.676000', '130444.678000', '130444.690000', '130444.693000', '130444.696000', '130444.698000', '130444.701000', '130444.703000', '130444.706000', '130444.708000', '130444.711000', '130444.714000', '130444.716000', '130444.719000', '130444.721000', '130444.724000', '130444.726000', '130444.729000', '130444.732000', '130444.734000', '130444.737000', '130444.739000', '130444.742000', '130444.744000', '130444.747000', '130444.749000', '130444.752000', '130444.754000', '130444.757000', '130444.760000', '130444.762000', '130444.765000', '130444.767000', '130444.770000', '130444.772000', '130504.653000', '130504.655000', '130504.658000', '130504.661000', '130504.663000', '130504.666000', '130504.668000', '130504.671000', '130504.674000', '130504.676000', '130504.679000', '130504.681000', '130504.684000', '130504.687000', '130504.689000', '130504.692000', '130504.694000', '130504.697000', '130504.700000', '130504.702000', '130504.705000', '130504.707000', '130504.710000', '130504.713000', '130504.715000', '130504.718000', '130504.720000', '130504.723000', '130504.726000', '130504.728000', '130504.731000', '130504.733000', '130504.736000', '130504.739000', '130504.741000', '130504.744000', '130504.746000', '130504.749000', '130504.751000', '130504.754000', '130504.756000', '130504.759000', '130504.762000', '130524.651000', '130524.654000', '130524.657000', '130524.659000', '130524.662000', '130524.665000', '130524.667000', '130524.670000', '130524.672000', '130524.675000', '130524.678000', '130524.680000', '130524.683000', '130524.685000', '130524.688000', '130524.691000', '130524.693000', '130524.696000', '130524.698000', '130524.701000', '130524.703000', '130524.706000', '130524.709000', '130524.711000', '130524.714000', '130524.716000', '130524.719000', '130524.722000', '130524.724000', '130524.727000', '130524.729000', '130524.732000', '130524.734000', '130524.737000', '130524.739000', '130524.742000', '130524.745000', '130524.747000', '130524.750000', '130524.752000', '130524.755000', '130524.758000', '130524.760000', '130524.763000', '130544.651000', '130544.654000', '130544.657000', '130544.659000', '130544.662000', '130544.665000', '130544.667000', '130544.670000', '130544.673000', '130544.675000', '130544.678000', '130544.681000', '130544.683000', '130544.686000', '130544.688000', '130544.691000', '130544.694000', '130544.696000', '130544.699000', '130544.701000', '130544.704000', '130544.707000', '130544.709000', '130544.712000', '130544.714000', '130544.717000', '130544.720000', '130544.722000', '130544.725000', '130544.727000', '130544.730000', '130544.732000', '130544.735000', '130544.738000', '130544.740000', '130544.743000', '130544.745000', '130544.748000', '130544.751000', '130544.753000', '130544.756000', '130544.758000', '130544.761000', '130604.651000', '130604.654000', '130604.657000', '130604.659000', '130604.662000', '130604.665000', '130604.667000', '130604.670000', '130604.673000', '130604.675000', '130604.678000', '130604.681000', '130604.683000', '130604.686000', '130604.689000', '130604.691000', '130604.694000', '130604.697000', '130604.699000', '130604.702000', '130604.705000', '130604.707000', '130604.710000', '130604.713000', '130604.715000', '130604.718000', '130604.720000', '130604.723000', '130604.725000', '130604.728000', '130604.731000', '130604.733000', '130604.736000', '130604.738000', '130604.741000', '130604.743000', '130604.756000', '130604.759000', '130604.762000', '130604.764000', '130604.767000', '130604.769000', '130604.772000', '130624.651000', '130624.654000', '130624.657000', '130624.659000', '130624.662000', '130624.665000', '130624.667000', '130624.670000', '130624.672000', '130624.675000', '130624.677000', '130624.680000', '130624.682000', '130624.685000', '130624.688000', '130624.690000', '130624.693000', '130624.695000', '130624.698000', '130624.701000', '130624.703000', '130624.706000', '130624.708000', '130624.711000', '130624.713000', '130624.716000', '130624.719000', '130624.721000', '130624.724000', '130624.726000', '130624.729000', '130624.731000', '130624.734000', '130624.737000', '130624.739000', '130624.742000', '130624.744000', '130624.747000', '130624.750000', '130624.752000', '130624.755000', '130624.757000', '130624.760000', '130624.762000', '130644.651000', '130644.654000', '130644.657000', '130644.659000', '130644.662000', '130644.664000', '130644.667000', '130644.670000', '130644.672000', '130644.675000', '130644.677000', '130644.680000', '130644.683000', '130644.685000', '130644.688000', '130644.691000', '130644.693000', '130644.696000', '130644.699000', '130644.701000', '130644.704000', '130644.706000', '130644.709000', '130644.711000', '130644.714000', '130644.717000', '130644.719000', '130644.722000', '130644.724000', '130644.727000', '130644.730000', '130644.732000', '130644.735000', '130644.737000', '130644.740000', '130644.742000', '130644.745000', '130644.748000', '130644.750000', '130644.753000', '130644.755000', '130644.758000', '130644.760000', '130704.653000', '130704.655000', '130704.658000', '130704.661000', '130704.663000', '130704.666000', '130704.668000', '130704.671000', '130704.674000', '130704.676000', '130704.679000', '130704.681000', '130704.684000', '130704.686000', '130704.689000', '130704.692000', '130704.694000', '130704.697000', '130704.699000', '130704.702000', '130704.705000', '130704.707000', '130704.710000', '130704.712000', '130704.715000', '130704.717000', '130704.720000', '130704.723000', '130704.725000', '130704.728000', '130704.730000', '130704.733000', '130704.735000', '130704.738000', '130704.741000', '130704.743000', '130704.746000', '130704.749000', '130704.751000', '130704.754000', '130704.756000', '130704.759000', '130704.762000', '130704.764000', '130724.652000', '130724.655000', '130724.658000', '130724.661000', '130724.664000', '130724.667000', '130724.670000', '130724.672000', '130724.675000', '130724.678000', '130724.680000', '130724.683000', '130724.686000', '130724.689000', '130724.692000', '130724.694000', '130724.697000', '130724.699000', '130724.702000', '130724.705000', '130724.707000', '130724.710000', '130724.712000', '130724.715000', '130724.717000', '130724.720000', '130724.722000', '130724.725000', '130724.728000', '130724.730000', '130724.733000', '130724.735000', '130724.738000', '130724.741000', '130724.743000', '130724.746000', '130724.749000', '130724.751000', '130724.754000', '130724.756000', '130724.759000', '130724.762000', '130724.764000', '130744.651000', '130744.654000', '130744.657000', '130744.659000', '130744.677000', '130744.679000', '130744.682000', '130744.684000', '130744.687000', '130744.690000', '130744.692000', '130744.695000', '130744.698000', '130744.700000', '130744.703000', '130744.705000', '130744.708000', '130744.710000', '130744.713000', '130744.716000', '130744.718000', '130744.721000', '130744.723000', '130744.726000', '130744.729000', '130744.731000', '130744.734000', '130744.736000', '130744.739000', '130744.742000', '130744.744000', '130744.747000', '130744.749000', '130744.752000', '130744.755000', '130744.757000', '130744.760000', '130744.762000', '130744.765000', '130744.768000', '130744.770000', '130744.773000', '130744.775000', '130744.780000', '130804.652000', '130804.654000', '130804.657000', '130804.660000', '130804.662000', '130804.665000', '130804.667000', '130804.670000', '130804.672000', '130804.675000', '130804.678000', '130804.680000', '130804.683000', '130804.686000', '130804.688000', '130804.691000', '130804.693000', '130804.696000', '130804.699000', '130804.701000', '130804.704000', '130804.706000', '130804.709000', '130804.712000', '130804.714000', '130804.717000', '130804.720000', '130804.722000', '130804.725000', '130804.727000', '130804.730000', '130804.733000', '130804.735000', '130804.738000', '130804.740000', '130804.743000', '130804.745000', '130804.748000', '130804.751000', '130804.753000', '130804.756000', '130804.758000', '130804.761000', '130824.651000', '130824.654000', '130824.657000', '130824.659000', '130824.662000', '130824.664000', '130824.667000', '130824.670000', '130824.672000', '130824.675000', '130824.678000', '130824.680000', '130824.683000', '130824.685000', '130824.688000', '130824.690000', '130824.693000', '130824.696000', '130824.698000', '130824.701000', '130824.703000', '130824.706000', '130824.708000', '130824.711000', '130824.714000', '130824.716000', '130824.719000', '130824.721000', '130824.724000', '130824.726000', '130824.729000', '130824.732000', '130824.735000', '130824.737000', '130824.740000', '130824.742000', '130824.745000', '130824.747000', '130824.750000', '130824.752000', '130824.755000', '130824.758000', '130824.760000', '130824.763000', '130834.544000', '130834.547000', '130834.550000', '130834.553000', '130834.555000', '130834.558000', '130834.561000', '130834.563000', '130834.566000', '130834.568000', '130834.571000', '130834.574000', '130834.576000', '130834.579000', '130834.582000', '130834.585000', '130834.587000', '130834.590000', '130834.593000', '130834.595000', '130834.598000', '130834.601000'], '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': [17469, 16761, 10793, 17334, 15505, 11761, 12968, 11728, 8985, 8292, 16090, 11522, 11760, 10283, 11590, 8764, 8394, 11563, 8837, 11622, 14360, 12978, 17086, 11977, 8410, 14210, 8890, 10601, 13978, 10500, 9394, 12730, 8992, 8690, 13046, 10306, 15060, 14865, 9898, 8782, 10493, 8421, 12848, 16731, 12951, 9758, 16227, 9657, 9708, 20245, 15497, 12556, 19358, 11646, 8893, 15311, 14737, 14281, 17419, 16425, 9743, 8060, 15192, 14084, 14569, 16537, 13967, 9597, 8245, 18978, 16330, 21106, 18580, 12758, 9547, 10474, 17880, 13936, 10083, 15905, 9599, 8294, 16094, 11271, 11994, 17973, 11470, 8226, 16146, 9381, 12671, 16549, 14912, 17307, 14362, 9509, 11480, 10052, 8579, 13167, 17321, 11140, 8033, 13098, 8856, 8268, 17135, 13840, 10043, 10992, 11552, 9065, 13677, 21188, 15632, 9606, 14736, 11011, 11921, 18336, 21639, 15158, 8404, 13558, 10209, 10991, 17672, 20179, 15758, 10390, 13607, 10626, 9681, 16668, 22950, 16787, 10340, 13735, 11909, 12574, 20515, 21859, 15071, 7967, 14117, 9808, 10755, 17523, 16366, 11024, 10228, 10175, 8847, 13251, 18725, 14374, 8985, 11723, 8849, 10047, 15734, 12959, 12365, 14878, 9072, 8604, 12302, 10375, 13469, 16038, 8807, 7947, 11791, 8916, 12031, 19242, 12810, 12667, 17744, 14189, 10559, 17727, 21296, 18197, 18537, 15752, 9811, 19672, 14357, 24429, 14098, 14651, 19006, 11222, 8728, 8230, 10875, 9190, 9069, 12493, 13062, 8592, 9154, 13130, 10103, 17710, 16744, 9077, 11479, 9399, 8501, 17232, 15208, 14047, 18878, 10474, 8236, 14114, 9070, 8497, 16608, 14741, 10685, 11132, 9818, 8504, 13556, 13587, 15498, 21520, 16426, 11693, 16408, 10448, 11016, 20426, 16763, 14504, 19479, 11156, 8757, 16961, 11449, 10231, 21936, 11799, 8188, 16751, 11599, 21152, 16624, 10428, 19791, 9885, 12178, 17947, 12531, 9623, 9973, 8541, 14328, 10074, 10247, 18908, 12303, 7949, 12999, 8581, 11873, 14749, 11901, 16092, 10518, 8137, 12986, 9138, 18997, 13273, 9583, 11556, 9220, 13789, 12404, 9408, 8039, 12934, 9186, 10365, 18680, 12674, 8015, 15718, 9092, 18944, 13064, 13577, 21589, 10699, 8368, 10934, 9096, 12775, 17941, 14351, 12476, 16764, 9202, 11964, 15147, 12763, 23095, 13822, 8528, 17945, 11005, 18378, 19992, 12670, 17958, 10351, 8350, 15639, 9242, 16494, 17616, 12341, 21817, 9952, 8089, 12860, 9622, 18466, 14909, 9094, 14524, 8566, 11237, 10121, 15596, 14523, 11635, 13712, 8989, 15517, 8951, 14123, 11629, 11410, 13281, 8550, 12947, 8465, 14415, 10741, 17829, 11532, 9204, 9403, 8112, 11585, 8976, 16897, 12094, 11619, 10179, 19632, 14009, 17677, 14497, 21040, 17349, 17017, 9990, 14153, 9125, 18646, 12755, 19045, 13342, 11050, 10232, 8220, 10704, 8861, 17406, 12280, 21471, 9905, 13882, 9437, 10708, 11270, 13900, 18808, 10994, 17443, 8454, 15292, 10129, 18365, 12921, 13905, 9407, 8700, 9603, 10518, 15895, 9329, 16286, 8683, 15816, 9200, 16122, 9778, 14636, 17936, 10791, 7905, 10346, 8851, 12126, 13074, 8358, 17020, 13492, 11841, 18886, 13887, 13791, 14202, 8301, 11965, 8001, 14069, 9498, 15556, 11353, 8626, 12036, 8176, 16453, 9343, 18368, 12818, 15524, 13563, 9116, 18453, 9137, 13521, 13588, 12605, 23242, 14228, 10404, 14272, 10216, 21303, 15980, 10152, 13656, 8556, 16118, 10333, 20971, 14912, 20556, 8868, 8403, 15560, 11190, 8269, 10909, 9019, 10393, 16437, 11266, 13888, 9552, 17120, 12234, 18646, 15144, 9654, 13898, 9020, 15010, 8709, 13463, 11632, 9792, 19039, 9023, 10481, 9666, 10859, 12112, 14095, 18660, 11868, 17658, 9670, 8237, 15438, 10202, 15694, 16640, 11343, 21027, 12786, 22410, 18390, 20030, 12074, 16060, 8610, 14186, 9466, 14295, 11440, 7918, 9578, 8028, 11804, 8816, 13345, 10446, 8095, 10442, 7953, 14486, 10766, 19473, 12607, 16509, 10580, 18917, 13459, 14639, 18146, 8570, 9986, 8919, 9897, 10283, 14550, 14247, 11394, 11479, 8169, 12484, 8052, 18714, 12914, 23160, 19732, 19283, 13085, 18310, 13002, 19368, 15056, 13232, 15591, 8122, 11815, 8346, 15092, 11345, 8934, 12413, 8289, 13328, 7974, 14988, 11541, 19064, 10087, 13127, 8850, 10076, 11886, 8375, 15710, 15546, 13246, 11479, 8760, 10808, 9723, 10096, 17476, 11767, 18419, 9691, 16657, 10382, 16695, 11154, 21683, 9176, 8702, 8833, 8109, 10854, 8637, 13823, 10701, 8265, 11522, 8264, 15356, 10958, 18946, 14753, 18789, 12523, 12458, 10124, 12562, 11592, 13398, 20999, 15521, 20007, 12147, 8181, 14768, 9332, 13083, 15667, 10606, 21729, 9559, 13296, 10117, 24694, 17872, 23112, 12508, 14213, 9802, 10187, 10432, 9353, 18818, 8824, 8255, 10040, 7969, 14231, 10077, 16798, 13012, 11507, 9231, 8115, 11438, 11124, 17697, 9920, 15404, 8499, 14651, 9786, 17367, 12443, 19474, 8055, 11196, 8980, 8667, 11064, 9006, 11479, 8959, 7960, 11389, 8953, 18366, 13023, 12414, 20437, 16617, 9382, 12734, 9426, 15632, 11781, 17509, 21348, 15045, 15686, 11428, 8153, 16244, 12313, 22669, 17129, 13215, 11656, 8368, 8010, 9703, 8718, 18409, 13139, 9151, 13577, 8466, 13353, 11174, 13970, 18601, 8194, 15855, 8696, 15790, 12532, 18253, 12789, 7861, 11239, 8252, 14487, 10402, 9526, 15694, 8199, 8877, 8891, 10029, 13655, 12410, 18855, 8950, 16079, 8498, 9796, 12959, 12004, 18974, 9001, 8673, 9813, 8825, 18442, 12431, 12425, 9422, 8091, 14547, 12063, 16697, 13913, 7869, 13643, 8476, 10628, 15015, 12237, 16743, 10820, 7735, 12021, 9445, 18488, 14822, 23670, 13803, 8029, 10079, 7905, 14101, 9587, 17194, 11979, 12604, 14210, 8469, 14299, 8576, 15278, 12188, 22831, 15147, 11325, 10855, 7878, 13517, 9066, 19913, 13645, 11490, 10694, 8372, 10330, 10408, 14603, 8971, 14761, 8045, 14909, 8866, 11807, 13305, 8214, 13493, 8244, 14492, 10108, 17475, 13232, 16582, 9907, 8946, 9870, 8233, 14599, 9719, 17457, 8555, 9427, 8979, 10819, 10975, 11987, 17914, 10262, 7898, 10265, 8825, 12501, 13169, 11584, 18287, 11206, 18037, 10967, 17744, 13063, 22282, 16769, 16485, 9105, 8067, 9912, 8729, 13363, 10646, 17942, 8755, 10629, 9005, 7899, 12095, 9009, 15073, 10640, 8261, 10849, 8101, 15666, 12586, 21326, 15890, 10753, 10817, 19944, 10374, 19510, 14938], 'WindowCenter': [4901.0, 4863.0, 4788.0, 4829.0, 4793.0, 4765.0, 4770.0, 4750.0, 4722.0, 4710.0, 4780.0, 4753.0, 4749.0, 4742.0, 4750.0, 4710.0, 4711.0, 4749.0, 4721.0, 4751.0, 4779.0, 4769.0, 4789.0, 4751.0, 4712.0, 4768.0, 4721.0, 4740.0, 4768.0, 4741.0, 4722.0, 4760.0, 4734.0, 4736.0, 4783.0, 4744.0, 4793.0, 4783.0, 4743.0, 4724.0, 4740.0, 4722.0, 4773.0, 4804.0, 4774.0, 4745.0, 4793.0, 4729.0, 4732.0, 4823.0, 4789.0, 4763.0, 4811.0, 4754.0, 4725.0, 4783.0, 4782.0, 4782.0, 4804.0, 4793.0, 4733.0, 4714.0, 4793.0, 4781.0, 4782.0, 4790.0, 4771.0, 4730.0, 4708.0, 4799.0, 4791.0, 4822.0, 4800.0, 4759.0, 4727.0, 4743.0, 4797.0, 4771.0, 4742.0, 4791.0, 4729.0, 4710.0, 4778.0, 4750.0, 4751.0, 4800.0, 4747.0, 4709.0, 4788.0, 4721.0, 4757.0, 4777.0, 4778.0, 4788.0, 4758.0, 4717.0, 4737.0, 4717.0, 4720.0, 4758.0, 4787.0, 4737.0, 4699.0, 4759.0, 4719.0, 4722.0, 4789.0, 4770.0, 4732.0, 4743.0, 4752.0, 4721.0, 4770.0, 4822.0, 4781.0, 4731.0, 4777.0, 4740.0, 4749.0, 4802.0, 4822.0, 4779.0, 4712.0, 4759.0, 4730.0, 4739.0, 4788.0, 4810.0, 4777.0, 4729.0, 4761.0, 4729.0, 4720.0, 4781.0, 4824.0, 4780.0, 4732.0, 4761.0, 4739.0, 4749.0, 4812.0, 4810.0, 4768.0, 4701.0, 4758.0, 4720.0, 4730.0, 4792.0, 4780.0, 4739.0, 4731.0, 4727.0, 4709.0, 4758.0, 4801.0, 4767.0, 4720.0, 4747.0, 4706.0, 4728.0, 4776.0, 4759.0, 4749.0, 4768.0, 4710.0, 4708.0, 4747.0, 4729.0, 4759.0, 4780.0, 4734.0, 4709.0, 4750.0, 4721.0, 4761.0, 4815.0, 4762.0, 4772.0, 4801.0, 4771.0, 4741.0, 4794.0, 4821.0, 4802.0, 4800.0, 4778.0, 4716.0, 4797.0, 4758.0, 4808.0, 4759.0, 4767.0, 4786.0, 4728.0, 4708.0, 4709.0, 4739.0, 4719.0, 4720.0, 4763.0, 4761.0, 4724.0, 4734.0, 4772.0, 4742.0, 4803.0, 4791.0, 4736.0, 4751.0, 4732.0, 4711.0, 4790.0, 4781.0, 4770.0, 4799.0, 4728.0, 4710.0, 4759.0, 4708.0, 4709.0, 4788.0, 4771.0, 4738.0, 4753.0, 4731.0, 4723.0, 4763.0, 4762.0, 4781.0, 4824.0, 4781.0, 4751.0, 4778.0, 4731.0, 4755.0, 4813.0, 4791.0, 4770.0, 4801.0, 4740.0, 4711.0, 4789.0, 4740.0, 4733.0, 4822.0, 4750.0, 4709.0, 4776.0, 4740.0, 4808.0, 4777.0, 4728.0, 4797.0, 4718.0, 4748.0, 4788.0, 4747.0, 4718.0, 4717.0, 4707.0, 4755.0, 4716.0, 4728.0, 4797.0, 4747.0, 4699.0, 4759.0, 4722.0, 4749.0, 4768.0, 4750.0, 4779.0, 4727.0, 4700.0, 4758.0, 4718.0, 4794.0, 4758.0, 4716.0, 4738.0, 4722.0, 4769.0, 4757.0, 4720.0, 4710.0, 4759.0, 4720.0, 4741.0, 4800.0, 4760.0, 4714.0, 4778.0, 4723.0, 4797.0, 4761.0, 4757.0, 4810.0, 4741.0, 4712.0, 4736.0, 4706.0, 4760.0, 4791.0, 4771.0, 4751.0, 4779.0, 4721.0, 4752.0, 4770.0, 4762.0, 4821.0, 4761.0, 4710.0, 4791.0, 4740.0, 4788.0, 4800.0, 4749.0, 4789.0, 4712.0, 4697.0, 4765.0, 4707.0, 4774.0, 4788.0, 4745.0, 4818.0, 4725.0, 4686.0, 4735.0, 4705.0, 4781.0, 4767.0, 4707.0, 4767.0, 4710.0, 4737.0, 4727.0, 4760.0, 4753.0, 4727.0, 4745.0, 4708.0, 4765.0, 4707.0, 4757.0, 4737.0, 4737.0, 4758.0, 4709.0, 4746.0, 4711.0, 4768.0, 4740.0, 4785.0, 4737.0, 4722.0, 4718.0, 4712.0, 4750.0, 4724.0, 4803.0, 4765.0, 4754.0, 4745.0, 4805.0, 4771.0, 4779.0, 4760.0, 4799.0, 4778.0, 4775.0, 4717.0, 4756.0, 4708.0, 4787.0, 4747.0, 4799.0, 4748.0, 4727.0, 4716.0, 4699.0, 4728.0, 4711.0, 4777.0, 4738.0, 4808.0, 4719.0, 4757.0, 4707.0, 4728.0, 4724.0, 4753.0, 4799.0, 4728.0, 4777.0, 4697.0, 4754.0, 4715.0, 4775.0, 4737.0, 4747.0, 4705.0, 4694.0, 4705.0, 4715.0, 4764.0, 4706.0, 4763.0, 4696.0, 4776.0, 4715.0, 4779.0, 4718.0, 4768.0, 4785.0, 4738.0, 4709.0, 4726.0, 4718.0, 4748.0, 4757.0, 4710.0, 4779.0, 4748.0, 4735.0, 4789.0, 4746.0, 4745.0, 4743.0, 4697.0, 4736.0, 4681.0, 4756.0, 4717.0, 4768.0, 4740.0, 4710.0, 4738.0, 4712.0, 4776.0, 4723.0, 4791.0, 4749.0, 4772.0, 4749.0, 4710.0, 4790.0, 4711.0, 4760.0, 4759.0, 4750.0, 4820.0, 4754.0, 4727.0, 4755.0, 4712.0, 4807.0, 4767.0, 4715.0, 4746.0, 4695.0, 4765.0, 4716.0, 4794.0, 4767.0, 4790.0, 4696.0, 4696.0, 4765.0, 4736.0, 4707.0, 4736.0, 4708.0, 4728.0, 4790.0, 4751.0, 4760.0, 4718.0, 4779.0, 4749.0, 4775.0, 4757.0, 4707.0, 4744.0, 4696.0, 4757.0, 4699.0, 4747.0, 4737.0, 4719.0, 4787.0, 4711.0, 4732.0, 4720.0, 4732.0, 4749.0, 4759.0, 4788.0, 4742.0, 4791.0, 4734.0, 4727.0, 4783.0, 4741.0, 4780.0, 4780.0, 4739.0, 4798.0, 4747.0, 4810.0, 4778.0, 4786.0, 4725.0, 4753.0, 4694.0, 4741.0, 4706.0, 4743.0, 4726.0, 4686.0, 4705.0, 4687.0, 4733.0, 4709.0, 4759.0, 4730.0, 4712.0, 4728.0, 4700.0, 4767.0, 4741.0, 4799.0, 4750.0, 4778.0, 4731.0, 4789.0, 4748.0, 4758.0, 4787.0, 4708.0, 4718.0, 4708.0, 4730.0, 4731.0, 4759.0, 4760.0, 4737.0, 4729.0, 4699.0, 4750.0, 4688.0, 4787.0, 4738.0, 4811.0, 4790.0, 4786.0, 4737.0, 4776.0, 4738.0, 4787.0, 4755.0, 4736.0, 4754.0, 4676.0, 4711.0, 4685.0, 4753.0, 4722.0, 4694.0, 4733.0, 4692.0, 4741.0, 4672.0, 4746.0, 4723.0, 4772.0, 4703.0, 4745.0, 4694.0, 4705.0, 4724.0, 4687.0, 4765.0, 4776.0, 4759.0, 4737.0, 4709.0, 4739.0, 4718.0, 4727.0, 4788.0, 4736.0, 4776.0, 4701.0, 4762.0, 4704.0, 4754.0, 4714.0, 4793.0, 4693.0, 4683.0, 4692.0, 4686.0, 4725.0, 4708.0, 4770.0, 4729.0, 4711.0, 4738.0, 4700.0, 4768.0, 4731.0, 4789.0, 4758.0, 4788.0, 4738.0, 4735.0, 4716.0, 4737.0, 4727.0, 4746.0, 4797.0, 4768.0, 4797.0, 4738.0, 4701.0, 4771.0, 4710.0, 4750.0, 4768.0, 4727.0, 4798.0, 4706.0, 4747.0, 4728.0, 4817.0, 4776.0, 4796.0, 4724.0, 4746.0, 4707.0, 4700.0, 4713.0, 4693.0, 4772.0, 4692.0, 4687.0, 4702.0, 4686.0, 4754.0, 4717.0, 4765.0, 4745.0, 4738.0, 4706.0, 4688.0, 4734.0, 4728.0, 4771.0, 4717.0, 4765.0, 4696.0, 4743.0, 4701.0, 4764.0, 4724.0, 4773.0, 4684.0, 4723.0, 4694.0, 4695.0, 4725.0, 4710.0, 4738.0, 4721.0, 4700.0, 4739.0, 4722.0, 4804.0, 4777.0, 4753.0, 4815.0, 4793.0, 4733.0, 4762.0, 4722.0, 4770.0, 4729.0, 4767.0, 4797.0, 4757.0, 4756.0, 4725.0, 4689.0, 4754.0, 4725.0, 4784.0, 4753.0, 4723.0, 4711.0, 4675.0, 4684.0, 4707.0, 4695.0, 4776.0, 4735.0, 4696.0, 4732.0, 4685.0, 4744.0, 4725.0, 4746.0, 4774.0, 4685.0, 4754.0, 4695.0, 4752.0, 4724.0, 4772.0, 4723.0, 4672.0, 4711.0, 4685.0, 4754.0, 4714.0, 4706.0, 4765.0, 4698.0, 4709.0, 4705.0, 4715.0, 4758.0, 4748.0, 4787.0, 4708.0, 4765.0, 4695.0, 4704.0, 4736.0, 4736.0, 4787.0, 4706.0, 4695.0, 4716.0, 4696.0, 4785.0, 4735.0, 4735.0, 4694.0, 4687.0, 4745.0, 4737.0, 4778.0, 4746.0, 4686.0, 4744.0, 4695.0, 4715.0, 4756.0, 4736.0, 4766.0, 4715.0, 4676.0, 4723.0, 4693.0, 4773.0, 4743.0, 4795.0, 4732.0, 4672.0, 4704.0, 4686.0, 4745.0, 4708.0, 4776.0, 4740.0, 4737.0, 4757.0, 4701.0, 4757.0, 4699.0, 4756.0, 4737.0, 4809.0, 4756.0, 4714.0, 4714.0, 4685.0, 4743.0, 4695.0, 4786.0, 4747.0, 4723.0, 4714.0, 4684.0, 4701.0, 4703.0, 4743.0, 4694.0, 4742.0, 4686.0, 4742.0, 4694.0, 4723.0, 4743.0, 4685.0, 4733.0, 4686.0, 4741.0, 4715.0, 4764.0, 4735.0, 4763.0, 4704.0, 4693.0, 4702.0, 4686.0, 4742.0, 4703.0, 4774.0, 4697.0, 4706.0, 4695.0, 4726.0, 4739.0, 4749.0, 4790.0, 4729.0, 4701.0, 4729.0, 4709.0, 4748.0, 4750.0, 4738.0, 4774.0, 4726.0, 4773.0, 4714.0, 4750.0, 4721.0, 4778.0, 4752.0, 4750.0, 4680.0, 4669.0, 4691.0, 4682.0, 4732.0, 4704.0, 4765.0, 4686.0, 4716.0, 4694.0, 4687.0, 4735.0, 4708.0, 4770.0, 4731.0, 4700.0, 4731.0, 4703.0, 4769.0, 4749.0, 4811.0, 4767.0, 4728.0, 4729.0, 4785.0, 4705.0, 4774.0, 4740.0], 'WindowWidth': [10663.0, 10587.0, 10466.0, 10508.0, 10447.0, 10406.0, 10408.0, 10374.0, 10343.0, 10322.0, 10416.0, 10384.0, 10371.0, 10367.0, 10373.0, 10319.0, 10323.0, 10371.0, 10336.0, 10377.0, 10413.0, 10399.0, 10430.0, 10376.0, 10323.0, 10396.0, 10334.0, 10359.0, 10394.0, 10364.0, 10339.0, 10387.0, 10359.0, 10365.0, 10425.0, 10373.0, 10437.0, 10424.0, 10369.0, 10346.0, 10362.0, 10340.0, 10408.0, 10458.0, 10413.0, 10374.0, 10439.0, 10348.0, 10352.0, 10483.0, 10432.0, 10395.0, 10461.0, 10381.0, 10344.0, 10421.0, 10417.0, 10419.0, 10452.0, 10438.0, 10354.0, 10332.0, 10436.0, 10419.0, 10421.0, 10430.0, 10401.0, 10348.0, 10317.0, 10441.0, 10434.0, 10480.0, 10444.0, 10384.0, 10341.0, 10369.0, 10438.0, 10405.0, 10365.0, 10430.0, 10345.0, 10320.0, 10410.0, 10376.0, 10377.0, 10444.0, 10366.0, 10318.0, 10423.0, 10336.0, 10379.0, 10406.0, 10410.0, 10422.0, 10378.0, 10325.0, 10352.0, 10324.0, 10333.0, 10379.0, 10422.0, 10350.0, 10302.0, 10383.0, 10331.0, 10339.0, 10427.0, 10403.0, 10349.0, 10367.0, 10379.0, 10335.0, 10400.0, 10483.0, 10417.0, 10349.0, 10408.0, 10358.0, 10369.0, 10446.0, 10484.0, 10410.0, 10321.0, 10383.0, 10344.0, 10355.0, 10424.0, 10462.0, 10406.0, 10342.0, 10387.0, 10341.0, 10328.0, 10412.0, 10486.0, 10412.0, 10347.0, 10386.0, 10355.0, 10367.0, 10459.0, 10463.0, 10394.0, 10306.0, 10379.0, 10328.0, 10341.0, 10432.0, 10413.0, 10356.0, 10346.0, 10338.0, 10316.0, 10378.0, 10447.0, 10395.0, 10332.0, 10365.0, 10311.0, 10341.0, 10402.0, 10387.0, 10369.0, 10395.0, 10317.0, 10314.0, 10365.0, 10342.0, 10382.0, 10412.0, 10357.0, 10319.0, 10374.0, 10335.0, 10387.0, 10469.0, 10393.0, 10408.0, 10448.0, 10403.0, 10363.0, 10433.0, 10480.0, 10449.0, 10443.0, 10409.0, 10322.0, 10436.0, 10378.0, 10451.0, 10382.0, 10390.0, 10420.0, 10337.0, 10314.0, 10315.0, 10357.0, 10331.0, 10331.0, 10392.0, 10387.0, 10341.0, 10359.0, 10405.0, 10363.0, 10451.0, 10433.0, 10364.0, 10374.0, 10352.0, 10320.0, 10428.0, 10418.0, 10400.0, 10442.0, 10340.0, 10317.0, 10381.0, 10312.0, 10315.0, 10422.0, 10403.0, 10356.0, 10379.0, 10347.0, 10339.0, 10391.0, 10388.0, 10413.0, 10481.0, 10416.0, 10374.0, 10411.0, 10346.0, 10385.0, 10465.0, 10430.0, 10399.0, 10445.0, 10356.0, 10319.0, 10423.0, 10358.0, 10350.0, 10478.0, 10370.0, 10315.0, 10402.0, 10356.0, 10451.0, 10407.0, 10338.0, 10435.0, 10326.0, 10368.0, 10424.0, 10364.0, 10325.0, 10322.0, 10311.0, 10372.0, 10320.0, 10337.0, 10435.0, 10365.0, 10304.0, 10385.0, 10339.0, 10369.0, 10396.0, 10373.0, 10410.0, 10337.0, 10304.0, 10378.0, 10328.0, 10430.0, 10382.0, 10321.0, 10351.0, 10336.0, 10401.0, 10381.0, 10333.0, 10321.0, 10385.0, 10333.0, 10362.0, 10443.0, 10385.0, 10327.0, 10408.0, 10339.0, 10436.0, 10387.0, 10379.0, 10463.0, 10360.0, 10324.0, 10350.0, 10309.0, 10383.0, 10430.0, 10401.0, 10372.0, 10410.0, 10333.0, 10376.0, 10397.0, 10386.0, 10476.0, 10385.0, 10318.0, 10428.0, 10358.0, 10420.0, 10441.0, 10367.0, 10422.0, 10312.0, 10294.0, 10384.0, 10309.0, 10396.0, 10421.0, 10359.0, 10468.0, 10334.0, 10278.0, 10341.0, 10303.0, 10405.0, 10391.0, 10310.0, 10391.0, 10316.0, 10349.0, 10336.0, 10377.0, 10371.0, 10333.0, 10356.0, 10310.0, 10385.0, 10309.0, 10375.0, 10349.0, 10350.0, 10378.0, 10313.0, 10360.0, 10320.0, 10393.0, 10355.0, 10417.0, 10351.0, 10334.0, 10327.0, 10323.0, 10373.0, 10342.0, 10449.0, 10396.0, 10380.0, 10369.0, 10459.0, 10400.0, 10413.0, 10384.0, 10442.0, 10406.0, 10400.0, 10320.0, 10373.0, 10309.0, 10420.0, 10363.0, 10436.0, 10364.0, 10334.0, 10318.0, 10298.0, 10336.0, 10317.0, 10402.0, 10350.0, 10451.0, 10324.0, 10376.0, 10307.0, 10336.0, 10328.0, 10366.0, 10442.0, 10338.0, 10404.0, 10294.0, 10366.0, 10316.0, 10401.0, 10347.0, 10361.0, 10304.0, 10287.0, 10301.0, 10316.0, 10384.0, 10303.0, 10379.0, 10291.0, 10402.0, 10320.0, 10409.0, 10326.0, 10396.0, 10417.0, 10354.0, 10317.0, 10334.0, 10325.0, 10365.0, 10377.0, 10315.0, 10411.0, 10360.0, 10342.0, 10423.0, 10358.0, 10356.0, 10350.0, 10292.0, 10341.0, 10269.0, 10370.0, 10320.0, 10389.0, 10353.0, 10313.0, 10350.0, 10319.0, 10401.0, 10335.0, 10428.0, 10366.0, 10400.0, 10367.0, 10314.0, 10424.0, 10316.0, 10382.0, 10379.0, 10367.0, 10474.0, 10370.0, 10334.0, 10370.0, 10311.0, 10450.0, 10390.0, 10317.0, 10358.0, 10290.0, 10383.0, 10318.0, 10425.0, 10388.0, 10420.0, 10291.0, 10290.0, 10386.0, 10351.0, 10313.0, 10349.0, 10311.0, 10337.0, 10429.0, 10374.0, 10384.0, 10325.0, 10407.0, 10366.0, 10400.0, 10377.0, 10305.0, 10353.0, 10291.0, 10372.0, 10298.0, 10358.0, 10348.0, 10325.0, 10419.0, 10318.0, 10345.0, 10327.0, 10345.0, 10367.0, 10380.0, 10424.0, 10358.0, 10427.0, 10355.0, 10349.0, 10422.0, 10363.0, 10413.0, 10411.0, 10353.0, 10438.0, 10361.0, 10465.0, 10405.0, 10417.0, 10328.0, 10365.0, 10284.0, 10344.0, 10303.0, 10348.0, 10328.0, 10279.0, 10301.0, 10280.0, 10338.0, 10314.0, 10379.0, 10341.0, 10323.0, 10338.0, 10305.0, 10391.0, 10359.0, 10439.0, 10372.0, 10406.0, 10343.0, 10420.0, 10361.0, 10376.0, 10419.0, 10309.0, 10323.0, 10312.0, 10343.0, 10344.0, 10381.0, 10382.0, 10346.0, 10336.0, 10297.0, 10365.0, 10280.0, 10415.0, 10349.0, 10461.0, 10422.0, 10415.0, 10345.0, 10400.0, 10348.0, 10415.0, 10370.0, 10341.0, 10363.0, 10260.0, 10302.0, 10272.0, 10360.0, 10321.0, 10283.0, 10334.0, 10283.0, 10344.0, 10254.0, 10347.0, 10321.0, 10391.0, 10293.0, 10354.0, 10285.0, 10300.0, 10325.0, 10278.0, 10385.0, 10405.0, 10383.0, 10350.0, 10314.0, 10355.0, 10327.0, 10335.0, 10420.0, 10345.0, 10401.0, 10293.0, 10376.0, 10299.0, 10365.0, 10309.0, 10423.0, 10281.0, 10269.0, 10279.0, 10279.0, 10331.0, 10310.0, 10397.0, 10340.0, 10318.0, 10349.0, 10301.0, 10391.0, 10344.0, 10423.0, 10376.0, 10419.0, 10346.0, 10343.0, 10314.0, 10344.0, 10331.0, 10356.0, 10433.0, 10389.0, 10432.0, 10349.0, 10302.0, 10400.0, 10313.0, 10367.0, 10392.0, 10331.0, 10435.0, 10303.0, 10359.0, 10334.0, 10468.0, 10402.0, 10434.0, 10323.0, 10356.0, 10305.0, 10287.0, 10307.0, 10282.0, 10391.0, 10281.0, 10278.0, 10294.0, 10278.0, 10367.0, 10320.0, 10386.0, 10358.0, 10350.0, 10306.0, 10282.0, 10342.0, 10334.0, 10394.0, 10319.0, 10381.0, 10291.0, 10348.0, 10289.0, 10378.0, 10321.0, 10392.0, 10272.0, 10324.0, 10285.0, 10289.0, 10330.0, 10314.0, 10352.0, 10330.0, 10304.0, 10354.0, 10334.0, 10449.0, 10415.0, 10376.0, 10478.0, 10435.0, 10351.0, 10387.0, 10334.0, 10393.0, 10335.0, 10385.0, 10435.0, 10371.0, 10369.0, 10325.0, 10279.0, 10363.0, 10322.0, 10413.0, 10362.0, 10318.0, 10298.0, 10257.0, 10271.0, 10302.0, 10287.0, 10397.0, 10339.0, 10286.0, 10332.0, 10272.0, 10352.0, 10326.0, 10356.0, 10396.0, 10272.0, 10364.0, 10286.0, 10359.0, 10323.0, 10391.0, 10318.0, 10252.0, 10304.0, 10273.0, 10365.0, 10313.0, 10302.0, 10384.0, 10296.0, 10310.0, 10303.0, 10316.0, 10375.0, 10362.0, 10418.0, 10308.0, 10383.0, 10287.0, 10297.0, 10343.0, 10342.0, 10416.0, 10304.0, 10288.0, 10316.0, 10288.0, 10413.0, 10341.0, 10339.0, 10282.0, 10278.0, 10354.0, 10343.0, 10404.0, 10356.0, 10278.0, 10352.0, 10288.0, 10313.0, 10372.0, 10343.0, 10384.0, 10312.0, 10260.0, 10318.0, 10280.0, 10391.0, 10349.0, 10432.0, 10330.0, 10252.0, 10295.0, 10276.0, 10352.0, 10307.0, 10397.0, 10351.0, 10347.0, 10373.0, 10300.0, 10373.0, 10296.0, 10371.0, 10347.0, 10452.0, 10371.0, 10310.0, 10310.0, 10274.0, 10349.0, 10289.0, 10414.0, 10358.0, 10322.0, 10309.0, 10271.0, 10290.0, 10292.0, 10347.0, 10282.0, 10345.0, 10275.0, 10347.0, 10283.0, 10321.0, 10351.0, 10273.0, 10336.0, 10275.0, 10344.0, 10314.0, 10381.0, 10340.0, 10377.0, 10296.0, 10280.0, 10291.0, 10275.0, 10346.0, 10296.0, 10392.0, 10291.0, 10303.0, 10287.0, 10329.0, 10354.0, 10368.0, 10429.0, 10344.0, 10308.0, 10339.0, 10314.0, 10362.0, 10368.0, 10349.0, 10400.0, 10331.0, 10394.0, 10309.0, 10356.0, 10316.0, 10400.0, 10359.0, 10354.0, 10259.0, 10244.0, 10274.0, 10265.0, 10331.0, 10293.0, 10378.0, 10270.0, 10312.0, 10282.0, 10279.0, 10339.0, 10307.0, 10394.0, 10339.0, 10299.0, 10341.0, 10310.0, 10392.0, 10365.0, 10463.0, 10392.0, 10335.0, 10335.0, 10415.0, 10298.0, 10393.0, 10341.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.0009425661680092059</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022942907825086307</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.15903938329495</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1986084669009214</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863101758410144</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3347.4053</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09061876545363043</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.25776754890679</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503347807238354</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3536310347941543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7442902072982958</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.412122179622612</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00663133</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016778556630015373</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035885103046894073</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.065996491089964</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>14.3341</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.2372</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>282.0935</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291860.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1429.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>510.6679</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.4893</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3908.3437</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84684.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5173.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.6005</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.547241657972336</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> |