=== 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-0032 --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-0032",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0032_ses-03_task-social_acq-mb8_run-01_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-0032_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0032_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_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-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-03_task-social_acq-mb8_run-01_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-0032/ses-03/func/sub-0032_ses-03_task-social_acq-mb8_run-01_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>5776a8fad678cda57cd68e6fa32b7edd</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:09:43.025000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993762, -0.0593739, 0.0943986, 0.0694906, 0.991744, -0.107771]</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-01_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.0896896</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7781, -7216, 595, -149, -185, -102, 5]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>242.278</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>065816fe-c980-4545-874e-674866acf779||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666191816329956, 0.18643832206726074, 0.23549532890319824, 98.18782806396484], [0.15929588675498962, 2.6607770919799805, -0.3068787157535553, -101.95337677001953], [0.2532646358013153, 0.2891422510147095, 2.6721465587615967, -86.41835021972656], [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': ['130943.025000', '130943.485000', '130943.945000', '130944.405000', '130944.865000', '130945.325000', '130945.785000', '130946.245000', '130946.705000', '130947.165000', '130947.625000', '130948.085000', '130948.545000', '130949.005000', '130949.465000', '130949.925000', '130950.385000', '130950.845000', '130951.305000', '130951.765000', '130952.225000', '130952.685000', '130953.145000', '130953.605000', '130954.065000', '130954.525000', '130954.985000', '130955.445000', '130955.905000', '130956.365000', '130956.825000', '130957.285000', '130957.745000', '130958.205000', '130958.665000', '130959.125000', '130959.585000', '131000.045000', '131000.505000', '131000.965000', '131001.425000', '131001.885000', '131002.345000', '131002.805000', '131003.265000', '131003.725000', '131004.185000', '131004.645000', '131005.105000', '131005.565000', '131006.025000', '131006.485000', '131006.945000', '131007.405000', '131007.865000', '131008.325000', '131008.785000', '131009.245000', '131009.705000', '131010.165000', '131010.625000', '131011.085000', '131011.545000', '131012.005000', '131012.465000', '131012.925000', '131013.385000', '131013.845000', '131014.305000', '131014.765000', '131015.225000', '131015.685000', '131016.145000', '131016.605000', '131017.065000', '131017.525000', '131017.985000', '131018.445000', '131018.905000', '131019.365000', '131019.825000', '131020.285000', '131020.745000', '131021.205000', '131021.665000', '131022.125000', '131022.585000', '131023.045000', '131023.505000', '131023.965000', '131024.425000', '131024.885000', '131025.345000', '131025.805000', '131026.265000', '131026.725000', '131027.185000', '131027.645000', '131028.105000', '131028.565000', '131029.025000', '131029.485000', '131029.945000', '131030.405000', '131030.865000', '131031.325000', '131031.785000', '131032.245000', '131032.705000', '131033.165000', '131033.625000', '131034.085000', '131034.545000', '131035.005000', '131035.465000', '131035.925000', '131036.385000', '131036.845000', '131037.305000', '131037.765000', '131038.225000', '131038.685000', '131039.145000', '131039.605000', '131040.065000', '131040.525000', '131040.985000', '131041.445000', '131041.905000', '131042.365000', '131042.825000', '131043.285000', '131043.745000', '131044.205000', '131044.665000', '131045.125000', '131045.585000', '131046.045000', '131046.505000', '131046.965000', '131047.425000', '131047.885000', '131048.345000', '131048.805000', '131049.265000', '131049.725000', '131050.185000', '131050.645000', '131051.105000', '131051.565000', '131052.025000', '131052.485000', '131052.945000', '131053.405000', '131053.865000', '131054.325000', '131054.785000', '131055.245000', '131055.705000', '131056.165000', '131056.625000', '131057.085000', '131057.545000', '131058.005000', '131058.465000', '131058.925000', '131059.385000', '131059.845000', '131100.305000', '131100.765000', '131101.225000', '131101.685000', '131102.145000', '131102.605000', '131103.065000', '131103.525000', '131103.985000', '131104.445000', '131104.905000', '131105.365000', '131105.825000', '131106.285000', '131106.745000', '131107.205000', '131107.665000', '131108.125000', '131108.585000', '131109.045000', '131109.505000', '131109.965000', '131110.425000', '131110.885000', '131111.345000', '131111.805000', '131112.265000', '131112.725000', '131113.185000', '131113.645000', '131114.105000', '131114.565000', '131115.025000', '131115.485000', '131115.945000', '131116.405000', '131116.865000', '131117.325000', '131117.785000', '131118.245000', '131118.705000', '131119.165000', '131119.625000', '131120.085000', '131120.545000', '131121.005000', '131121.465000', '131121.925000', '131122.385000', '131122.845000', '131123.305000', '131123.765000', '131124.225000', '131124.685000', '131125.145000', '131125.605000', '131126.065000', '131126.525000', '131126.985000', '131127.445000', '131127.905000', '131128.365000', '131128.825000', '131129.285000', '131129.745000', '131130.205000', '131130.665000', '131131.125000', '131131.585000', '131132.045000', '131132.505000', '131132.965000', '131133.425000', '131133.885000', '131134.345000', '131134.805000', '131135.265000', '131135.725000', '131136.185000', '131136.645000', '131137.105000', '131137.565000', '131138.025000', '131138.485000', '131138.945000', '131139.405000', '131139.865000', '131140.325000', '131140.785000', '131141.245000', '131141.705000', '131142.165000', '131142.625000', '131143.085000', '131143.545000', '131144.005000', '131144.465000', '131144.925000', '131145.385000', '131145.845000', '131146.305000', '131146.765000', '131147.225000', '131147.685000', '131148.145000', '131148.605000', '131149.065000', '131149.525000', '131149.985000', '131150.445000', '131150.905000', '131151.365000', '131151.825000', '131152.285000', '131152.745000', '131153.205000', '131153.665000', '131154.125000', '131154.585000', '131155.045000', '131155.505000', '131155.965000', '131156.425000', '131156.885000', '131157.345000', '131157.805000', '131158.265000', '131158.725000', '131159.185000', '131159.645000', '131200.105000', '131200.565000', '131201.025000', '131201.485000', '131201.945000', '131202.405000', '131202.865000', '131203.325000', '131203.785000', '131204.245000', '131204.705000', '131205.165000', '131205.625000', '131206.085000', '131206.545000', '131207.005000', '131207.465000', '131207.925000', '131208.385000', '131208.845000', '131209.305000', '131209.765000', '131210.225000', '131210.685000', '131211.145000', '131211.605000', '131212.065000', '131212.525000', '131212.985000', '131213.445000', '131213.905000', '131214.365000', '131214.825000', '131215.285000', '131215.745000', '131216.205000', '131216.665000', '131217.125000', '131217.585000', '131218.045000', '131218.505000', '131218.965000', '131219.425000', '131219.885000', '131220.345000', '131220.805000', '131221.265000', '131221.725000', '131222.185000', '131222.645000', '131223.105000', '131223.565000', '131224.025000', '131224.485000', '131224.945000', '131225.405000', '131225.865000', '131226.325000', '131226.785000', '131227.245000', '131227.705000', '131228.165000', '131228.625000', '131229.085000', '131229.545000', '131230.005000', '131230.465000', '131230.925000', '131231.385000', '131231.845000', '131232.305000', '131232.765000', '131233.225000', '131233.685000', '131234.145000', '131234.605000', '131235.065000', '131235.525000', '131235.985000', '131236.445000', '131236.905000', '131237.365000', '131237.825000', '131238.285000', '131238.745000', '131239.205000', '131239.665000', '131240.125000', '131240.585000', '131241.045000', '131241.505000', '131241.965000', '131242.425000', '131242.885000', '131243.345000', '131243.805000', '131244.265000', '131244.725000', '131245.185000', '131245.645000', '131246.105000', '131246.565000', '131247.025000', '131247.485000', '131247.945000', '131248.405000', '131248.865000', '131249.325000', '131249.785000', '131250.245000', '131250.705000', '131251.165000', '131251.625000', '131252.085000', '131252.545000', '131253.005000', '131253.465000', '131253.925000', '131254.385000', '131254.845000', '131255.305000', '131255.765000', '131256.225000', '131256.685000', '131257.145000', '131257.605000', '131258.065000', '131258.525000', '131258.985000', '131259.445000', '131259.905000', '131300.365000', '131300.825000', '131301.285000', '131301.745000', '131302.205000', '131302.665000', '131303.125000', '131303.585000', '131304.045000', '131304.505000', '131304.965000', '131305.425000', '131305.885000', '131306.345000', '131306.805000', '131307.265000', '131307.725000', '131308.185000', '131308.645000', '131309.105000', '131309.565000', '131310.025000', '131310.485000', '131310.945000', '131311.405000', '131311.865000', '131312.325000', '131312.785000', '131313.245000', '131313.705000', '131314.165000', '131314.625000', '131315.085000', '131315.545000', '131316.005000', '131316.465000', '131316.925000', '131317.385000', '131317.845000', '131318.305000', '131318.765000', '131319.225000', '131319.685000', '131320.145000', '131320.605000', '131321.065000', '131321.525000', '131321.985000', '131322.445000', '131322.905000', '131323.365000', '131323.825000', '131324.285000', '131324.745000', '131325.205000', '131325.665000', '131326.125000', '131326.585000', '131327.045000', '131327.505000', '131327.965000', '131328.425000', '131328.885000', '131329.345000', '131329.805000', '131330.265000', '131330.725000', '131331.185000', '131331.645000', '131332.105000', '131332.565000', '131333.025000', '131333.485000', '131333.945000', '131334.405000', '131334.865000', '131335.325000', '131335.785000', '131336.245000', '131336.705000', '131337.165000', '131337.625000', '131338.085000', '131338.545000', '131339.005000', '131339.465000', '131339.925000', '131340.385000', '131340.845000', '131341.305000', '131341.765000', '131342.225000', '131342.685000', '131343.145000', '131343.605000', '131344.065000', '131344.525000', '131344.985000', '131345.445000', '131345.905000', '131346.365000', '131346.825000', '131347.285000', '131347.745000', '131348.205000', '131348.665000', '131349.125000', '131349.585000', '131350.045000', '131350.505000', '131350.965000', '131351.425000', '131351.885000', '131352.345000', '131352.805000', '131353.265000', '131353.725000', '131354.185000', '131354.645000', '131355.105000', '131355.565000', '131356.025000', '131356.485000', '131356.945000', '131357.405000', '131357.865000', '131358.325000', '131358.785000', '131359.245000', '131359.705000', '131400.165000', '131400.625000', '131401.085000', '131401.545000', '131402.005000', '131402.465000', '131402.925000', '131403.385000', '131403.845000', '131404.305000', '131404.765000', '131405.225000', '131405.685000', '131406.145000', '131406.605000', '131407.065000', '131407.525000', '131407.985000', '131408.445000', '131408.905000', '131409.365000', '131409.825000', '131410.285000', '131410.745000', '131411.205000', '131411.665000', '131412.125000', '131412.585000', '131413.045000', '131413.505000', '131413.965000', '131414.425000', '131414.885000', '131415.345000', '131415.805000', '131416.265000', '131416.725000', '131417.185000', '131417.645000', '131418.105000', '131418.565000', '131419.025000', '131419.485000', '131419.945000', '131420.405000', '131420.865000', '131421.325000', '131421.785000', '131422.245000', '131422.705000', '131423.165000', '131423.625000', '131424.085000', '131424.545000', '131425.005000', '131425.465000', '131425.925000', '131426.385000', '131426.845000', '131427.305000', '131427.765000', '131428.225000', '131428.685000', '131429.145000', '131429.605000', '131430.065000', '131430.525000', '131430.985000', '131431.445000', '131431.905000', '131432.365000', '131432.825000', '131433.285000', '131433.745000', '131434.205000', '131434.665000', '131435.125000', '131435.585000', '131436.045000', '131436.505000', '131436.965000', '131437.425000', '131437.885000', '131438.345000', '131438.805000', '131439.265000', '131439.725000', '131440.185000', '131440.645000', '131441.105000', '131441.565000', '131442.025000', '131442.485000', '131442.945000', '131443.405000', '131443.865000', '131444.325000', '131444.785000', '131445.245000', '131445.705000', '131446.165000', '131446.625000', '131447.085000', '131447.545000', '131448.005000', '131448.465000', '131448.925000', '131449.385000', '131449.845000', '131450.305000', '131450.765000', '131451.225000', '131451.685000', '131452.145000', '131452.605000', '131453.065000', '131453.525000', '131453.985000', '131454.445000', '131454.905000', '131455.365000', '131455.825000', '131456.285000', '131456.745000', '131457.205000', '131457.665000', '131458.125000', '131458.585000', '131459.045000', '131459.505000', '131459.965000', '131500.425000', '131500.885000', '131501.345000', '131501.805000', '131502.265000', '131502.725000', '131503.185000', '131503.645000', '131504.105000', '131504.565000', '131505.025000', '131505.485000', '131505.945000', '131506.405000', '131506.865000', '131507.325000', '131507.785000', '131508.245000', '131508.705000', '131509.165000', '131509.625000', '131510.085000', '131510.545000', '131511.005000', '131511.465000', '131511.925000', '131512.385000', '131512.845000', '131513.305000', '131513.765000', '131514.225000', '131514.685000', '131515.145000', '131515.605000', '131516.065000', '131516.525000', '131516.985000', '131517.445000', '131517.905000', '131518.365000', '131518.825000', '131519.285000', '131519.745000', '131520.205000', '131520.665000', '131521.125000', '131521.585000', '131522.045000', '131522.505000', '131522.965000', '131523.425000', '131523.885000', '131524.345000', '131524.805000', '131525.265000', '131525.725000', '131526.185000', '131526.645000', '131527.105000', '131527.565000', '131528.025000', '131528.485000', '131528.945000', '131529.405000', '131529.865000', '131530.325000', '131530.785000', '131531.245000', '131531.705000', '131532.165000', '131532.625000', '131533.085000', '131533.545000', '131534.005000', '131534.465000', '131534.925000', '131535.385000', '131535.845000', '131536.305000', '131536.765000', '131537.225000', '131537.685000', '131538.145000', '131538.605000', '131539.065000', '131539.525000', '131539.985000', '131540.445000', '131540.905000', '131541.365000', '131541.825000', '131542.285000', '131542.745000', '131543.205000', '131543.665000', '131544.125000', '131544.585000', '131545.045000', '131545.505000', '131545.965000', '131546.425000', '131546.885000', '131547.345000', '131547.805000', '131548.265000', '131548.725000', '131549.185000', '131549.645000', '131550.105000', '131550.565000', '131551.025000', '131551.485000', '131551.945000', '131552.405000', '131552.865000', '131553.325000', '131553.785000', '131554.245000', '131554.705000', '131555.165000', '131555.625000', '131556.085000', '131556.545000', '131557.005000', '131557.465000', '131557.925000', '131558.385000', '131558.845000', '131559.305000', '131559.765000', '131600.225000', '131600.685000', '131601.145000', '131601.605000', '131602.065000', '131602.525000', '131602.985000', '131603.445000', '131603.905000', '131604.365000', '131604.825000', '131605.285000', '131605.745000', '131606.205000', '131606.665000', '131607.125000', '131607.585000', '131608.045000', '131608.505000', '131608.965000', '131609.425000', '131609.885000', '131610.345000', '131610.805000', '131611.265000', '131611.725000', '131612.185000', '131612.645000', '131613.105000', '131613.565000', '131614.025000', '131614.485000', '131614.945000', '131615.405000', '131615.865000', '131616.325000', '131616.785000', '131617.245000', '131617.705000', '131618.165000', '131618.625000', '131619.085000', '131619.545000', '131620.005000', '131620.465000', '131620.925000', '131621.385000', '131621.845000', '131622.305000', '131622.765000', '131623.225000', '131623.685000'], 'ContentTime': ['131005.845000', '131005.849000', '131005.852000', '131005.855000', '131005.857000', '131005.860000', '131005.863000', '131005.866000', '131005.869000', '131005.871000', '131005.874000', '131005.877000', '131005.883000', '131005.886000', '131005.889000', '131005.892000', '131005.895000', '131005.897000', '131005.900000', '131005.903000', '131005.906000', '131005.909000', '131005.911000', '131005.914000', '131005.917000', '131005.920000', '131005.923000', '131005.926000', '131005.929000', '131005.937000', '131005.940000', '131005.943000', '131005.945000', '131005.948000', '131005.961000', '131005.964000', '131005.967000', '131005.970000', '131005.972000', '131005.975000', '131005.978000', '131005.981000', '131005.984000', '131005.986000', '131005.989000', '131005.992000', '131005.995000', '131005.998000', '131006.000000', '131025.815000', '131025.818000', '131025.821000', '131025.824000', '131025.826000', '131025.829000', '131025.832000', '131025.835000', '131025.838000', '131025.841000', '131025.844000', '131025.847000', '131025.850000', '131025.852000', '131025.855000', '131025.858000', '131025.861000', '131025.864000', '131025.866000', '131025.869000', '131025.872000', '131025.875000', '131025.878000', '131025.895000', '131025.898000', '131025.901000', '131025.903000', '131025.906000', '131025.909000', '131025.912000', '131025.915000', '131025.918000', '131025.920000', '131025.923000', '131025.926000', '131025.929000', '131025.932000', '131025.934000', '131025.937000', '131025.940000', '131025.943000', '131025.950000', '131025.953000', '131045.815000', '131045.818000', '131045.821000', '131045.823000', '131045.826000', '131045.829000', '131045.832000', '131045.835000', '131045.838000', '131045.840000', '131045.843000', '131045.846000', '131045.849000', '131045.852000', '131045.854000', '131045.857000', '131045.860000', '131045.868000', '131045.871000', '131045.874000', '131045.877000', '131045.880000', '131045.882000', '131045.885000', '131045.888000', '131045.891000', '131045.899000', '131045.902000', '131045.905000', '131045.908000', '131045.911000', '131045.913000', '131045.916000', '131045.919000', '131045.922000', '131045.925000', '131045.927000', '131045.930000', '131045.933000', '131045.936000', '131045.939000', '131045.941000', '131045.944000', '131045.947000', '131105.815000', '131105.818000', '131105.821000', '131105.824000', '131105.827000', '131105.829000', '131105.832000', '131105.835000', '131105.838000', '131105.841000', '131105.844000', '131105.846000', '131105.849000', '131105.852000', '131105.855000', '131105.858000', '131105.861000', '131105.863000', '131105.866000', '131105.875000', '131105.878000', '131105.880000', '131105.883000', '131105.886000', '131105.889000', '131105.892000', '131105.895000', '131105.897000', '131105.900000', '131105.903000', '131105.906000', '131105.909000', '131105.911000', '131105.923000', '131105.925000', '131105.928000', '131105.931000', '131105.934000', '131105.937000', '131105.939000', '131105.942000', '131105.945000', '131105.948000', '131125.815000', '131125.818000', '131125.821000', '131125.824000', '131125.827000', '131125.829000', '131125.832000', '131125.835000', '131125.838000', '131125.841000', '131125.844000', '131125.846000', '131125.849000', '131125.852000', '131125.855000', '131125.858000', '131125.860000', '131125.863000', '131125.866000', '131125.869000', '131125.872000', '131125.875000', '131125.877000', '131125.880000', '131125.883000', '131125.886000', '131125.889000', '131125.892000', '131125.894000', '131125.897000', '131125.909000', '131125.912000', '131125.914000', '131125.917000', '131125.920000', '131125.923000', '131125.926000', '131125.929000', '131125.932000', '131125.934000', '131125.937000', '131125.940000', '131125.943000', '131125.946000', '131145.814000', '131145.817000', '131145.820000', '131145.822000', '131145.825000', '131145.828000', '131145.831000', '131145.834000', '131145.837000', '131145.839000', '131145.842000', '131145.845000', '131145.848000', '131145.851000', '131145.853000', '131145.856000', '131145.859000', '131145.862000', '131145.865000', '131145.868000', '131145.871000', '131145.874000', '131145.877000', '131145.880000', '131145.883000', '131145.886000', '131145.888000', '131145.891000', '131145.894000', '131145.897000', '131145.900000', '131145.903000', '131145.905000', '131145.908000', '131145.911000', '131145.914000', '131145.917000', '131145.919000', '131145.922000', '131145.925000', '131145.928000', '131145.931000', '131145.935000', '131205.814000', '131205.817000', '131205.820000', '131205.823000', '131205.825000', '131205.828000', '131205.831000', '131205.834000', '131205.838000', '131205.841000', '131205.843000', '131205.846000', '131205.849000', '131205.852000', '131205.855000', '131205.858000', '131205.861000', '131205.863000', '131205.866000', '131205.869000', '131205.872000', '131205.875000', '131205.878000', '131205.880000', '131205.883000', '131205.886000', '131205.889000', '131205.892000', '131205.894000', '131205.897000', '131205.900000', '131205.903000', '131205.906000', '131205.909000', '131205.911000', '131205.914000', '131205.917000', '131205.920000', '131205.923000', '131205.926000', '131205.928000', '131205.931000', '131205.934000', '131205.937000', '131225.815000', '131225.818000', '131225.821000', '131225.824000', '131225.827000', '131225.829000', '131225.832000', '131225.835000', '131225.838000', '131225.841000', '131225.843000', '131225.846000', '131225.849000', '131225.852000', '131225.855000', '131225.858000', '131225.860000', '131225.863000', '131225.866000', '131225.869000', '131225.872000', '131225.875000', '131225.877000', '131225.880000', '131225.883000', '131225.886000', '131225.889000', '131225.892000', '131225.894000', '131225.897000', '131225.900000', '131225.903000', '131225.906000', '131225.909000', '131225.911000', '131225.914000', '131225.917000', '131225.920000', '131225.923000', '131225.926000', '131225.928000', '131225.931000', '131225.934000', '131245.815000', '131245.818000', '131245.821000', '131245.824000', '131245.826000', '131245.829000', '131245.832000', '131245.835000', '131245.838000', '131245.841000', '131245.843000', '131245.846000', '131245.849000', '131245.852000', '131245.855000', '131245.858000', '131245.860000', '131245.863000', '131245.866000', '131245.869000', '131245.872000', '131245.875000', '131245.877000', '131245.880000', '131245.883000', '131245.886000', '131245.889000', '131245.892000', '131245.894000', '131245.907000', '131245.920000', '131245.923000', '131245.925000', '131245.928000', '131245.931000', '131245.934000', '131245.937000', '131245.940000', '131245.942000', '131245.945000', '131245.948000', '131245.951000', '131245.954000', '131245.957000', '131305.815000', '131305.818000', '131305.821000', '131305.824000', '131305.827000', '131305.829000', '131305.832000', '131305.835000', '131305.838000', '131305.841000', '131305.844000', '131305.846000', '131305.849000', '131305.852000', '131305.855000', '131305.858000', '131305.861000', '131305.864000', '131305.866000', '131305.869000', '131305.872000', '131305.875000', '131305.878000', '131305.881000', '131305.883000', '131305.886000', '131305.889000', '131305.892000', '131305.895000', '131305.898000', '131305.901000', '131305.913000', '131305.916000', '131305.919000', '131305.922000', '131305.925000', '131305.928000', '131305.931000', '131305.933000', '131305.936000', '131305.939000', '131305.942000', '131305.945000', '131325.815000', '131325.818000', '131325.821000', '131325.824000', '131325.826000', '131325.829000', '131325.832000', '131325.835000', '131325.846000', '131325.849000', '131325.851000', '131325.854000', '131325.857000', '131325.860000', '131325.863000', '131325.866000', '131325.868000', '131325.871000', '131325.874000', '131325.878000', '131325.881000', '131325.884000', '131325.886000', '131325.889000', '131325.892000', '131325.895000', '131325.898000', '131325.901000', '131325.903000', '131325.906000', '131325.909000', '131325.912000', '131325.915000', '131325.918000', '131325.920000', '131325.923000', '131325.926000', '131325.929000', '131325.932000', '131325.934000', '131325.937000', '131325.940000', '131325.943000', '131325.946000', '131345.815000', '131345.818000', '131345.821000', '131345.824000', '131345.826000', '131345.829000', '131345.832000', '131345.835000', '131345.838000', '131345.841000', '131345.843000', '131345.846000', '131345.849000', '131345.852000', '131345.855000', '131345.858000', '131345.861000', '131345.863000', '131345.866000', '131345.869000', '131345.872000', '131345.875000', '131345.878000', '131345.880000', '131345.883000', '131345.886000', '131345.889000', '131345.892000', '131345.895000', '131345.898000', '131345.900000', '131345.903000', '131345.915000', '131345.918000', '131345.920000', '131345.923000', '131345.926000', '131345.929000', '131345.932000', '131345.934000', '131345.937000', '131345.940000', '131345.943000', '131405.814000', '131405.817000', '131405.820000', '131405.823000', '131405.826000', '131405.828000', '131405.831000', '131405.834000', '131405.837000', '131405.840000', '131405.842000', '131405.845000', '131405.848000', '131405.851000', '131405.854000', '131405.857000', '131405.860000', '131405.862000', '131405.865000', '131405.868000', '131405.871000', '131405.874000', '131405.877000', '131405.879000', '131405.882000', '131405.885000', '131405.888000', '131405.891000', '131405.894000', '131405.897000', '131405.899000', '131405.902000', '131405.905000', '131405.908000', '131405.911000', '131405.913000', '131405.923000', '131405.926000', '131405.929000', '131405.932000', '131405.935000', '131405.937000', '131405.940000', '131405.943000', '131425.814000', '131425.817000', '131425.820000', '131425.823000', '131425.826000', '131425.828000', '131425.831000', '131425.834000', '131425.837000', '131425.840000', '131425.843000', '131425.846000', '131425.848000', '131425.851000', '131425.854000', '131425.857000', '131425.860000', '131425.863000', '131425.865000', '131425.868000', '131425.871000', '131425.874000', '131425.877000', '131425.879000', '131425.882000', '131425.885000', '131425.888000', '131425.891000', '131425.894000', '131425.897000', '131425.899000', '131425.902000', '131425.905000', '131425.908000', '131425.911000', '131425.914000', '131425.916000', '131425.919000', '131425.922000', '131425.925000', '131425.928000', '131425.931000', '131425.934000', '131445.815000', '131445.818000', '131445.821000', '131445.824000', '131445.827000', '131445.830000', '131445.833000', '131445.835000', '131445.838000', '131445.841000', '131445.844000', '131445.847000', '131445.850000', '131445.853000', '131445.855000', '131445.858000', '131445.861000', '131445.864000', '131445.867000', '131445.869000', '131445.872000', '131445.875000', '131445.878000', '131445.881000', '131445.884000', '131445.887000', '131445.890000', '131445.892000', '131445.895000', '131445.898000', '131445.901000', '131445.904000', '131445.907000', '131445.909000', '131445.920000', '131445.923000', '131445.925000', '131445.928000', '131445.931000', '131445.934000', '131445.937000', '131445.940000', '131445.942000', '131505.815000', '131505.818000', '131505.821000', '131505.824000', '131505.827000', '131505.829000', '131505.832000', '131505.835000', '131505.838000', '131505.841000', '131505.844000', '131505.847000', '131505.849000', '131505.852000', '131505.855000', '131505.858000', '131505.861000', '131505.864000', '131505.866000', '131505.869000', '131505.872000', '131505.875000', '131505.878000', '131505.881000', '131505.884000', '131505.887000', '131505.889000', '131505.892000', '131505.895000', '131505.898000', '131505.901000', '131505.904000', '131505.906000', '131505.909000', '131505.913000', '131505.916000', '131505.919000', '131505.922000', '131505.925000', '131505.928000', '131505.930000', '131505.933000', '131505.936000', '131505.939000', '131525.815000', '131525.818000', '131525.828000', '131525.831000', '131525.833000', '131525.836000', '131525.839000', '131525.842000', '131525.845000', '131525.848000', '131525.851000', '131525.853000', '131525.856000', '131525.859000', '131525.862000', '131525.865000', '131525.868000', '131525.870000', '131525.873000', '131525.876000', '131525.879000', '131525.882000', '131525.885000', '131525.887000', '131525.890000', '131525.893000', '131525.896000', '131525.899000', '131525.902000', '131525.904000', '131525.907000', '131525.910000', '131525.913000', '131525.916000', '131525.918000', '131525.921000', '131525.924000', '131525.927000', '131525.930000', '131525.933000', '131525.936000', '131525.938000', '131525.941000', '131545.815000', '131545.818000', '131545.821000', '131545.824000', '131545.827000', '131545.829000', '131545.832000', '131545.835000', '131545.838000', '131545.841000', '131545.844000', '131545.847000', '131545.849000', '131545.852000', '131545.855000', '131545.858000', '131545.861000', '131545.864000', '131545.866000', '131545.869000', '131545.872000', '131545.875000', '131545.891000', '131545.894000', '131545.896000', '131545.899000', '131545.902000', '131545.905000', '131545.908000', '131545.910000', '131545.913000', '131545.916000', '131545.919000', '131545.922000', '131545.925000', '131545.927000', '131545.930000', '131545.933000', '131545.936000', '131545.939000', '131545.942000', '131545.945000', '131545.947000', '131545.950000', '131605.815000', '131605.818000', '131605.822000', '131605.825000', '131605.829000', '131605.831000', '131605.834000', '131605.837000', '131605.840000', '131605.843000', '131605.846000', '131605.849000', '131605.851000', '131605.854000', '131605.857000', '131605.860000', '131605.863000', '131605.866000', '131605.869000', '131605.871000', '131605.874000', '131605.877000', '131605.880000', '131605.883000', '131605.886000', '131605.888000', '131605.891000', '131605.894000', '131605.897000', '131605.900000', '131605.903000', '131605.906000', '131605.908000', '131605.911000', '131605.914000', '131605.917000', '131605.920000', '131605.923000', '131605.925000', '131605.928000', '131605.931000', '131605.934000', '131605.937000', '131624.309000', '131624.312000', '131624.315000', '131624.318000', '131624.321000', '131624.324000', '131624.328000', '131624.331000', '131624.334000', '131624.337000', '131624.340000', '131624.343000', '131624.346000', '131624.349000', '131624.352000', '131624.355000', '131624.357000', '131624.360000', '131624.363000', '131624.366000', '131624.369000', '131624.372000', '131624.375000', '131624.378000', '131624.381000', '131624.384000', '131624.387000', '131624.390000', '131624.393000', '131624.396000', '131624.398000', '131624.401000', '131624.404000', '131624.407000', '131624.410000', '131624.413000', '131624.416000', '131624.419000', '131624.421000', '131624.424000', '131624.427000'], 'InstanceCreationTime': ['131005.845000', '131005.849000', '131005.852000', '131005.855000', '131005.857000', '131005.860000', '131005.863000', '131005.866000', '131005.869000', '131005.871000', '131005.874000', '131005.877000', '131005.883000', '131005.886000', '131005.889000', '131005.892000', '131005.895000', '131005.897000', '131005.900000', '131005.903000', '131005.906000', '131005.909000', '131005.911000', '131005.914000', '131005.917000', '131005.920000', '131005.923000', '131005.926000', '131005.929000', '131005.937000', '131005.940000', '131005.943000', '131005.945000', '131005.948000', '131005.961000', '131005.964000', '131005.967000', '131005.970000', '131005.972000', '131005.975000', '131005.978000', '131005.981000', '131005.984000', '131005.986000', '131005.989000', '131005.992000', '131005.995000', '131005.998000', '131006.000000', '131025.815000', '131025.818000', '131025.821000', '131025.824000', '131025.826000', '131025.829000', '131025.832000', '131025.835000', '131025.838000', '131025.841000', '131025.844000', '131025.847000', '131025.850000', '131025.852000', '131025.855000', '131025.858000', '131025.861000', '131025.864000', '131025.866000', '131025.869000', '131025.872000', '131025.875000', '131025.878000', '131025.895000', '131025.898000', '131025.901000', '131025.903000', '131025.906000', '131025.909000', '131025.912000', '131025.915000', '131025.918000', '131025.920000', '131025.923000', '131025.926000', '131025.929000', '131025.932000', '131025.934000', '131025.937000', '131025.940000', '131025.943000', '131025.950000', '131025.953000', '131045.815000', '131045.818000', '131045.821000', '131045.823000', '131045.826000', '131045.829000', '131045.832000', '131045.835000', '131045.838000', '131045.840000', '131045.843000', '131045.846000', '131045.849000', '131045.852000', '131045.854000', '131045.857000', '131045.860000', '131045.868000', '131045.871000', '131045.874000', '131045.877000', '131045.880000', '131045.882000', '131045.885000', '131045.888000', '131045.891000', '131045.899000', '131045.902000', '131045.905000', '131045.908000', '131045.911000', '131045.913000', '131045.916000', '131045.919000', '131045.922000', '131045.925000', '131045.927000', '131045.930000', '131045.933000', '131045.936000', '131045.939000', '131045.941000', '131045.944000', '131045.947000', '131105.815000', '131105.818000', '131105.821000', '131105.824000', '131105.827000', '131105.829000', '131105.832000', '131105.835000', '131105.838000', '131105.841000', '131105.844000', '131105.846000', '131105.849000', '131105.852000', '131105.855000', '131105.858000', '131105.861000', '131105.863000', '131105.866000', '131105.875000', '131105.878000', '131105.880000', '131105.883000', '131105.886000', '131105.889000', '131105.892000', '131105.895000', '131105.897000', '131105.900000', '131105.903000', '131105.906000', '131105.909000', '131105.911000', '131105.923000', '131105.925000', '131105.928000', '131105.931000', '131105.934000', '131105.937000', '131105.939000', '131105.942000', '131105.945000', '131105.948000', '131125.815000', '131125.818000', '131125.821000', '131125.824000', '131125.827000', '131125.829000', '131125.832000', '131125.835000', '131125.838000', '131125.841000', '131125.844000', '131125.846000', '131125.849000', '131125.852000', '131125.855000', '131125.858000', '131125.860000', '131125.863000', '131125.866000', '131125.869000', '131125.872000', '131125.875000', '131125.877000', '131125.880000', '131125.883000', '131125.886000', '131125.889000', '131125.892000', '131125.894000', '131125.897000', '131125.909000', '131125.912000', '131125.914000', '131125.917000', '131125.920000', '131125.923000', '131125.926000', '131125.929000', '131125.932000', '131125.934000', '131125.937000', '131125.940000', '131125.943000', '131125.946000', '131145.814000', '131145.817000', '131145.820000', '131145.822000', '131145.825000', '131145.828000', '131145.831000', '131145.834000', '131145.837000', '131145.839000', '131145.842000', '131145.845000', '131145.848000', '131145.851000', '131145.853000', '131145.856000', '131145.859000', '131145.862000', '131145.865000', '131145.868000', '131145.871000', '131145.874000', '131145.877000', '131145.880000', '131145.883000', '131145.886000', '131145.888000', '131145.891000', '131145.894000', '131145.897000', '131145.900000', '131145.903000', '131145.905000', '131145.908000', '131145.911000', '131145.914000', '131145.917000', '131145.919000', '131145.922000', '131145.925000', '131145.928000', '131145.931000', '131145.935000', '131205.814000', '131205.817000', '131205.820000', '131205.823000', '131205.825000', '131205.828000', '131205.831000', '131205.834000', '131205.838000', '131205.841000', '131205.843000', '131205.846000', '131205.849000', '131205.852000', '131205.855000', '131205.858000', '131205.861000', '131205.863000', '131205.866000', '131205.869000', '131205.872000', '131205.875000', '131205.878000', '131205.880000', '131205.883000', '131205.886000', '131205.889000', '131205.892000', '131205.894000', '131205.897000', '131205.900000', '131205.903000', '131205.906000', '131205.909000', '131205.911000', '131205.914000', '131205.917000', '131205.920000', '131205.923000', '131205.926000', '131205.928000', '131205.931000', '131205.934000', '131205.937000', '131225.815000', '131225.818000', '131225.821000', '131225.824000', '131225.827000', '131225.829000', '131225.832000', '131225.835000', '131225.838000', '131225.841000', '131225.843000', '131225.846000', '131225.849000', '131225.852000', '131225.855000', '131225.858000', '131225.860000', '131225.863000', '131225.866000', '131225.869000', '131225.872000', '131225.875000', '131225.877000', '131225.880000', '131225.883000', '131225.886000', '131225.889000', '131225.892000', '131225.894000', '131225.897000', '131225.900000', '131225.903000', '131225.906000', '131225.909000', '131225.911000', '131225.914000', '131225.917000', '131225.920000', '131225.923000', '131225.926000', '131225.928000', '131225.931000', '131225.934000', '131245.815000', '131245.818000', '131245.821000', '131245.824000', '131245.826000', '131245.829000', '131245.832000', '131245.835000', '131245.838000', '131245.841000', '131245.843000', '131245.846000', '131245.849000', '131245.852000', '131245.855000', '131245.858000', '131245.860000', '131245.863000', '131245.866000', '131245.869000', '131245.872000', '131245.875000', '131245.877000', '131245.880000', '131245.883000', '131245.886000', '131245.889000', '131245.892000', '131245.894000', '131245.907000', '131245.920000', '131245.923000', '131245.925000', '131245.928000', '131245.931000', '131245.934000', '131245.937000', '131245.940000', '131245.942000', '131245.945000', '131245.948000', '131245.951000', '131245.954000', '131245.957000', '131305.815000', '131305.818000', '131305.821000', '131305.824000', '131305.827000', '131305.829000', '131305.832000', '131305.835000', '131305.838000', '131305.841000', '131305.844000', '131305.846000', '131305.849000', '131305.852000', '131305.855000', '131305.858000', '131305.861000', '131305.864000', '131305.866000', '131305.869000', '131305.872000', '131305.875000', '131305.878000', '131305.881000', '131305.883000', '131305.886000', '131305.889000', '131305.892000', '131305.895000', '131305.898000', '131305.901000', '131305.913000', '131305.916000', '131305.919000', '131305.922000', '131305.925000', '131305.928000', '131305.931000', '131305.933000', '131305.936000', '131305.939000', '131305.942000', '131305.945000', '131325.815000', '131325.818000', '131325.821000', '131325.824000', '131325.826000', '131325.829000', '131325.832000', '131325.835000', '131325.846000', '131325.849000', '131325.851000', '131325.854000', '131325.857000', '131325.860000', '131325.863000', '131325.866000', '131325.868000', '131325.871000', '131325.874000', '131325.878000', '131325.881000', '131325.884000', '131325.886000', '131325.889000', '131325.892000', '131325.895000', '131325.898000', '131325.901000', '131325.903000', '131325.906000', '131325.909000', '131325.912000', '131325.915000', '131325.918000', '131325.920000', '131325.923000', '131325.926000', '131325.929000', '131325.932000', '131325.934000', '131325.937000', '131325.940000', '131325.943000', '131325.946000', '131345.815000', '131345.818000', '131345.821000', '131345.824000', '131345.826000', '131345.829000', '131345.832000', '131345.835000', '131345.838000', '131345.841000', '131345.843000', '131345.846000', '131345.849000', '131345.852000', '131345.855000', '131345.858000', '131345.861000', '131345.863000', '131345.866000', '131345.869000', '131345.872000', '131345.875000', '131345.878000', '131345.880000', '131345.883000', '131345.886000', '131345.889000', '131345.892000', '131345.895000', '131345.898000', '131345.900000', '131345.903000', '131345.915000', '131345.918000', '131345.920000', '131345.923000', '131345.926000', '131345.929000', '131345.932000', '131345.934000', '131345.937000', '131345.940000', '131345.943000', '131405.814000', '131405.817000', '131405.820000', '131405.823000', '131405.826000', '131405.828000', '131405.831000', '131405.834000', '131405.837000', '131405.840000', '131405.842000', '131405.845000', '131405.848000', '131405.851000', '131405.854000', '131405.857000', '131405.860000', '131405.862000', '131405.865000', '131405.868000', '131405.871000', '131405.874000', '131405.877000', '131405.879000', '131405.882000', '131405.885000', '131405.888000', '131405.891000', '131405.894000', '131405.897000', '131405.899000', '131405.902000', '131405.905000', '131405.908000', '131405.911000', '131405.913000', '131405.923000', '131405.926000', '131405.929000', '131405.932000', '131405.935000', '131405.937000', '131405.940000', '131405.943000', '131425.814000', '131425.817000', '131425.820000', '131425.823000', '131425.826000', '131425.828000', '131425.831000', '131425.834000', '131425.837000', '131425.840000', '131425.843000', '131425.846000', '131425.848000', '131425.851000', '131425.854000', '131425.857000', '131425.860000', '131425.863000', '131425.865000', '131425.868000', '131425.871000', '131425.874000', '131425.877000', '131425.879000', '131425.882000', '131425.885000', '131425.888000', '131425.891000', '131425.894000', '131425.897000', '131425.899000', '131425.902000', '131425.905000', '131425.908000', '131425.911000', '131425.914000', '131425.916000', '131425.919000', '131425.922000', '131425.925000', '131425.928000', '131425.931000', '131425.934000', '131445.815000', '131445.818000', '131445.821000', '131445.824000', '131445.827000', '131445.830000', '131445.833000', '131445.835000', '131445.838000', '131445.841000', '131445.844000', '131445.847000', '131445.850000', '131445.853000', '131445.855000', '131445.858000', '131445.861000', '131445.864000', '131445.867000', '131445.869000', '131445.872000', '131445.875000', '131445.878000', '131445.881000', '131445.884000', '131445.887000', '131445.890000', '131445.892000', '131445.895000', '131445.898000', '131445.901000', '131445.904000', '131445.907000', '131445.909000', '131445.920000', '131445.923000', '131445.925000', '131445.928000', '131445.931000', '131445.934000', '131445.937000', '131445.940000', '131445.942000', '131505.815000', '131505.818000', '131505.821000', '131505.824000', '131505.827000', '131505.829000', '131505.832000', '131505.835000', '131505.838000', '131505.841000', '131505.844000', '131505.847000', '131505.849000', '131505.852000', '131505.855000', '131505.858000', '131505.861000', '131505.864000', '131505.866000', '131505.869000', '131505.872000', '131505.875000', '131505.878000', '131505.881000', '131505.884000', '131505.887000', '131505.889000', '131505.892000', '131505.895000', '131505.898000', '131505.901000', '131505.904000', '131505.906000', '131505.909000', '131505.913000', '131505.916000', '131505.919000', '131505.922000', '131505.925000', '131505.928000', '131505.930000', '131505.933000', '131505.936000', '131505.939000', '131525.815000', '131525.818000', '131525.828000', '131525.831000', '131525.833000', '131525.836000', '131525.839000', '131525.842000', '131525.845000', '131525.848000', '131525.851000', '131525.853000', '131525.856000', '131525.859000', '131525.862000', '131525.865000', '131525.868000', '131525.870000', '131525.873000', '131525.876000', '131525.879000', '131525.882000', '131525.885000', '131525.887000', '131525.890000', '131525.893000', '131525.896000', '131525.899000', '131525.902000', '131525.904000', '131525.907000', '131525.910000', '131525.913000', '131525.916000', '131525.918000', '131525.921000', '131525.924000', '131525.927000', '131525.930000', '131525.933000', '131525.936000', '131525.938000', '131525.941000', '131545.815000', '131545.818000', '131545.821000', '131545.824000', '131545.827000', '131545.829000', '131545.832000', '131545.835000', '131545.838000', '131545.841000', '131545.844000', '131545.847000', '131545.849000', '131545.852000', '131545.855000', '131545.858000', '131545.861000', '131545.864000', '131545.866000', '131545.869000', '131545.872000', '131545.875000', '131545.891000', '131545.894000', '131545.896000', '131545.899000', '131545.902000', '131545.905000', '131545.908000', '131545.910000', '131545.913000', '131545.916000', '131545.919000', '131545.922000', '131545.925000', '131545.927000', '131545.930000', '131545.933000', '131545.936000', '131545.939000', '131545.942000', '131545.945000', '131545.947000', '131545.950000', '131605.815000', '131605.818000', '131605.822000', '131605.825000', '131605.829000', '131605.831000', '131605.834000', '131605.837000', '131605.840000', '131605.843000', '131605.846000', '131605.849000', '131605.851000', '131605.854000', '131605.857000', '131605.860000', '131605.863000', '131605.866000', '131605.869000', '131605.871000', '131605.874000', '131605.877000', '131605.880000', '131605.883000', '131605.886000', '131605.888000', '131605.891000', '131605.894000', '131605.897000', '131605.900000', '131605.903000', '131605.906000', '131605.908000', '131605.911000', '131605.914000', '131605.917000', '131605.920000', '131605.923000', '131605.925000', '131605.928000', '131605.931000', '131605.934000', '131605.937000', '131624.309000', '131624.312000', '131624.315000', '131624.318000', '131624.321000', '131624.324000', '131624.328000', '131624.331000', '131624.334000', '131624.337000', '131624.340000', '131624.343000', '131624.346000', '131624.349000', '131624.352000', '131624.355000', '131624.357000', '131624.360000', '131624.363000', '131624.366000', '131624.369000', '131624.372000', '131624.375000', '131624.378000', '131624.381000', '131624.384000', '131624.387000', '131624.390000', '131624.393000', '131624.396000', '131624.398000', '131624.401000', '131624.404000', '131624.407000', '131624.410000', '131624.413000', '131624.416000', '131624.419000', '131624.421000', '131624.424000', '131624.427000'], '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': [9322, 10497, 9362, 11609, 8335, 8006, 11426, 8865, 8383, 9456, 8263, 10711, 9649, 10297, 10251, 8773, 10359, 8863, 11357, 8708, 8997, 9459, 8079, 9762, 8514, 10989, 8831, 8901, 9690, 8163, 10446, 8169, 7987, 8883, 7513, 9548, 7205, 7512, 9251, 8812, 8859, 7603, 6361, 10034, 7743, 7000, 9347, 9592, 8939, 7504, 12862, 10042, 9139, 11714, 9198, 12934, 9026, 7649, 11209, 8780, 8347, 10941, 8770, 9011, 11123, 8583, 12706, 10699, 10980, 10724, 9001, 11458, 8585, 11896, 9676, 8844, 8764, 7127, 9355, 7241, 9454, 8065, 6680, 9177, 7483, 9143, 7025, 6717, 9960, 8044, 6819, 8401, 6822, 8740, 7402, 7643, 9452, 7772, 11402, 8145, 9022, 8895, 8818, 11923, 9413, 12780, 8565, 7849, 9539, 7016, 10397, 9206, 8788, 9647, 7640, 11248, 8569, 7979, 9416, 8064, 12164, 9772, 10137, 8836, 7677, 9701, 8699, 11768, 8783, 11334, 7817, 9363, 8037, 7358, 10589, 9181, 8765, 7976, 6648, 8605, 7851, 8403, 8973, 8214, 10332, 8495, 11889, 9575, 10086, 10196, 8899, 10903, 8396, 12503, 11006, 11219, 10420, 8255, 11195, 7819, 7841, 8876, 7682, 11458, 8713, 12292, 8461, 8709, 9242, 8766, 11730, 9579, 12750, 9080, 7943, 9156, 7323, 10596, 8559, 8596, 8489, 7136, 9074, 7228, 10982, 8204, 8118, 8189, 7070, 9199, 7457, 11481, 8623, 8294, 7903, 6814, 9113, 7923, 12323, 8700, 7305, 8788, 6683, 9857, 9075, 11525, 8417, 7228, 10652, 7604, 6901, 8251, 8568, 8190, 9801, 8904, 8261, 11046, 10366, 15148, 10843, 9130, 10487, 8377, 11581, 8509, 12402, 9302, 8307, 9488, 7233, 10404, 7844, 6831, 8369, 7334, 10847, 9516, 8274, 11454, 8883, 10551, 8550, 9663, 10814, 9267, 10793, 8746, 10336, 7437, 10390, 8254, 12032, 8313, 10234, 7598, 7517, 8916, 6938, 10366, 7426, 9789, 7746, 9027, 10574, 8181, 11038, 7992, 10997, 9568, 10603, 9936, 8536, 10479, 7712, 11114, 9596, 11947, 9105, 7653, 9617, 8355, 10957, 8364, 7384, 10873, 8087, 7542, 9271, 8198, 8572, 9668, 10377, 8388, 12437, 9390, 10053, 11467, 9166, 12285, 9288, 9187, 9614, 8752, 11892, 9484, 12480, 8396, 7072, 8802, 7067, 8824, 7571, 8572, 8279, 6851, 8774, 6944, 8801, 8207, 11193, 8262, 10815, 7527, 10098, 8034, 12083, 9254, 10542, 8208, 7935, 8309, 7622, 9229, 9179, 11500, 8484, 9822, 7423, 9460, 8321, 11894, 8157, 10895, 7781, 10127, 8144, 12353, 10292, 11680, 10264, 7979, 9634, 7227, 10019, 7891, 10614, 8936, 12601, 9350, 11539, 8205, 11117, 8065, 12103, 9973, 13079, 9173, 11375, 8040, 10924, 7439, 10633, 8661, 11033, 8073, 10806, 7733, 10689, 7757, 8430, 7960, 7258, 9140, 6969, 9885, 7763, 8129, 7653, 7496, 9972, 8467, 11606, 8728, 10636, 8164, 11091, 9383, 12644, 8572, 10854, 7991, 10349, 7515, 10131, 8844, 11665, 7715, 7230, 7529, 6805, 7918, 6883, 11030, 9253, 11431, 8319, 10364, 8207, 11934, 9910, 13559, 9025, 12078, 8562, 11773, 8700, 12706, 10303, 9154, 9801, 7713, 9417, 8029, 10434, 9386, 12694, 9166, 11171, 8447, 11310, 8511, 14021, 9763, 9289, 9676, 7836, 9169, 7377, 9101, 7641, 11158, 8818, 11375, 8641, 10112, 8661, 8245, 10020, 9571, 11993, 8506, 11716, 8718, 11320, 7845, 8387, 8368, 7553, 10676, 8276, 11022, 7720, 9844, 8009, 11276, 9599, 8473, 9171, 7664, 9060, 8176, 11500, 8598, 10875, 7815, 9870, 8366, 8637, 10964, 8354, 10880, 8578, 11774, 9500, 10205, 10814, 8750, 10692, 8334, 12288, 9503, 13854, 9531, 12053, 8497, 11350, 8885, 13136, 9523, 7808, 9372, 7349, 8864, 7157, 9426, 7690, 12052, 9011, 11668, 8096, 8937, 8291, 7529, 9035, 8231, 11168, 8507, 12122, 8141, 9105, 8313, 7247, 9654, 8228, 8072, 9341, 8594, 11953, 8768, 8923, 9015, 8919, 12111, 9979, 12632, 8667, 8442, 9174, 8842, 11769, 8808, 11446, 7969, 10366, 8156, 9306, 10734, 8749, 10086, 7495, 9689, 8416, 12242, 9066, 10770, 8511, 8455, 9216, 9507, 11803, 8605, 10859, 8273, 10636, 8216, 12351, 9263, 11446, 8933, 9692, 8982, 12126, 8857, 14919, 9929, 13917, 9528, 8864, 8666, 7379, 8654, 7504, 9551, 7287, 10324, 8072, 10418, 8348, 10004, 8411, 10521, 10401, 9177, 9613, 7977, 9674, 9029, 11295, 9733, 10463, 8006, 9387, 7590, 9460, 8491, 10627, 7087, 9076, 7630, 8911, 7781, 8150, 8520, 7338, 8853, 7748, 10101, 8811, 12170, 8642, 11066, 8446, 12045, 9647, 13195, 9268, 8146, 8916, 8125, 10423, 9479, 13828, 10696, 8860, 11553, 8605, 7676, 8689, 7940, 9928, 7524, 10754, 8253, 10213, 8457, 8602, 11740, 10019, 9635, 10141, 8439, 11858, 9379, 8736, 9711, 10755, 12517, 10444, 7694, 9464, 7440, 9969, 8778, 12287, 8682, 7652, 8085, 7629, 8796, 8438, 9479, 8330, 7377, 8829, 7786, 9496, 8652, 11813, 8721, 7405, 8745, 7839, 9177, 8844, 11715, 8708, 7642, 9063, 7969, 9728, 9337, 11885, 9558, 8321, 10158, 8476, 10846, 8497, 11827, 8769, 13933, 10110, 10896, 9571, 7766, 9265, 7923, 10997, 8378, 6968, 8274, 7181, 8885, 8031, 7507, 8767, 7812, 7074, 9124, 7452, 7713, 9474, 8742, 9258, 12888, 9581, 14298, 9735, 9882, 10864, 10262, 13280, 10238, 12924, 8797, 11405, 8288, 9625, 8395, 8680, 9797, 8086, 9166, 7309, 8802, 8207, 10497, 8295, 10247, 7637, 7232, 7639, 6968, 7320, 7362, 12133, 8214, 10546, 8351, 12353, 9297, 15343, 10536, 12608, 8465, 11912, 8028, 12333, 8932, 10630, 7856, 7419, 7494, 6738, 7869, 7423, 9183, 7244, 9893, 7339, 9393, 7594, 10918, 9641, 12496, 9340, 11226, 8414, 11235, 8384, 11943, 9768, 12028, 8259, 10671, 7420, 10342, 7731, 11596, 8505, 8620, 7511, 6645, 8092, 7450, 9170, 7273, 9897, 7161, 9356, 7041, 9551, 7476, 10394, 8378, 12118, 8832, 10857, 8093, 7021, 8335, 6931, 9198, 8035, 11142, 9474, 8265, 9524, 8018, 9733, 8423, 14611, 10016, 10673, 8641, 12049, 8504, 13974, 10078, 13195, 8681, 10593, 7586, 10123, 8833, 11720, 7704, 10176, 7029, 9066, 7481, 9932, 8851, 10911, 7922, 10134, 7558, 9907, 8450, 11622, 8074], 'WindowCenter': [4279.0, 4271.0, 4243.0, 4249.0, 4195.0, 4194.0, 4234.0, 4204.0, 4193.0, 4212.0, 4179.0, 4199.0, 4200.0, 4199.0, 4198.0, 4178.0, 4196.0, 4177.0, 4195.0, 4177.0, 4177.0, 4186.0, 4167.0, 4185.0, 4177.0, 4195.0, 4176.0, 4176.0, 4185.0, 4166.0, 4195.0, 4176.0, 4165.0, 4187.0, 4157.0, 4186.0, 4157.0, 4157.0, 4200.0, 4202.0, 4213.0, 4196.0, 4165.0, 4212.0, 4183.0, 4162.0, 4202.0, 4213.0, 4203.0, 4174.0, 4245.0, 4213.0, 4190.0, 4206.0, 4187.0, 4204.0, 4175.0, 4156.0, 4207.0, 4176.0, 4167.0, 4195.0, 4175.0, 4159.0, 4181.0, 4151.0, 4190.0, 4172.0, 4170.0, 4169.0, 4148.0, 4166.0, 4148.0, 4176.0, 4155.0, 4145.0, 4134.0, 4104.0, 4145.0, 4128.0, 4169.0, 4151.0, 4131.0, 4172.0, 4143.0, 4172.0, 4143.0, 4136.0, 4198.0, 4178.0, 4148.0, 4178.0, 4150.0, 4189.0, 4183.0, 4181.0, 4214.0, 4183.0, 4222.0, 4181.0, 4189.0, 4190.0, 4190.0, 4222.0, 4201.0, 4231.0, 4189.0, 4168.0, 4187.0, 4147.0, 4197.0, 4200.0, 4191.0, 4201.0, 4169.0, 4208.0, 4179.0, 4167.0, 4188.0, 4179.0, 4219.0, 4200.0, 4199.0, 4187.0, 4155.0, 4188.0, 4177.0, 4218.0, 4176.0, 4208.0, 4167.0, 4186.0, 4178.0, 4157.0, 4211.0, 4201.0, 4191.0, 4181.0, 4159.0, 4189.0, 4182.0, 4193.0, 4202.0, 4192.0, 4211.0, 4193.0, 4232.0, 4215.0, 4212.0, 4212.0, 4201.0, 4209.0, 4168.0, 4218.0, 4211.0, 4209.0, 4208.0, 4179.0, 4205.0, 4156.0, 4164.0, 4187.0, 4168.0, 4219.0, 4180.0, 4218.0, 4177.0, 4176.0, 4188.0, 4177.0, 4206.0, 4197.0, 4203.0, 4174.0, 4154.0, 4173.0, 4144.0, 4194.0, 4175.0, 4174.0, 4175.0, 4144.0, 4174.0, 4156.0, 4194.0, 4165.0, 4165.0, 4177.0, 4143.0, 4186.0, 4155.0, 4206.0, 4178.0, 4174.0, 4166.0, 4134.0, 4187.0, 4178.0, 4228.0, 4189.0, 4168.0, 4189.0, 4147.0, 4210.0, 4202.0, 4233.0, 4181.0, 4170.0, 4209.0, 4180.0, 4160.0, 4192.0, 4203.0, 4195.0, 4225.0, 4204.0, 4194.0, 4224.0, 4226.0, 4253.0, 4223.0, 4189.0, 4196.0, 4166.0, 4206.0, 4176.0, 4217.0, 4199.0, 4177.0, 4188.0, 4158.0, 4221.0, 4177.0, 4147.0, 4179.0, 4169.0, 4223.0, 4212.0, 4191.0, 4221.0, 4192.0, 4209.0, 4189.0, 4199.0, 4209.0, 4186.0, 4195.0, 4165.0, 4184.0, 4142.0, 4183.0, 4165.0, 4215.0, 4177.0, 4195.0, 4153.0, 4143.0, 4185.0, 4156.0, 4208.0, 4169.0, 4198.0, 4169.0, 4188.0, 4209.0, 4179.0, 4207.0, 4167.0, 4195.0, 4197.0, 4208.0, 4197.0, 4189.0, 4207.0, 4155.0, 4206.0, 4186.0, 4217.0, 4186.0, 4168.0, 4210.0, 4190.0, 4207.0, 4177.0, 4167.0, 4204.0, 4165.0, 4167.0, 4186.0, 4176.0, 4188.0, 4199.0, 4209.0, 4178.0, 4215.0, 4189.0, 4186.0, 4205.0, 4173.0, 4202.0, 4171.0, 4160.0, 4170.0, 4159.0, 4202.0, 4183.0, 4202.0, 4160.0, 4129.0, 4158.0, 4130.0, 4169.0, 4153.0, 4175.0, 4174.0, 4145.0, 4174.0, 4144.0, 4173.0, 4174.0, 4206.0, 4177.0, 4194.0, 4155.0, 4182.0, 4163.0, 4216.0, 4186.0, 4195.0, 4176.0, 4164.0, 4165.0, 4152.0, 4186.0, 4186.0, 4204.0, 4176.0, 4195.0, 4154.0, 4182.0, 4175.0, 4216.0, 4165.0, 4203.0, 4165.0, 4193.0, 4166.0, 4217.0, 4210.0, 4230.0, 4221.0, 4179.0, 4196.0, 4156.0, 4194.0, 4164.0, 4194.0, 4186.0, 4216.0, 4188.0, 4205.0, 4174.0, 4191.0, 4150.0, 4189.0, 4169.0, 4200.0, 4170.0, 4189.0, 4149.0, 4177.0, 4127.0, 4178.0, 4172.0, 4190.0, 4150.0, 4178.0, 4139.0, 4179.0, 4152.0, 4161.0, 4162.0, 4154.0, 4184.0, 4145.0, 4194.0, 4169.0, 4179.0, 4177.0, 4156.0, 4194.0, 4177.0, 4216.0, 4186.0, 4194.0, 4164.0, 4205.0, 4186.0, 4214.0, 4174.0, 4192.0, 4163.0, 4181.0, 4142.0, 4182.0, 4184.0, 4204.0, 4165.0, 4166.0, 4168.0, 4146.0, 4177.0, 4159.0, 4221.0, 4210.0, 4233.0, 4191.0, 4208.0, 4177.0, 4216.0, 4198.0, 4239.0, 4201.0, 4216.0, 4177.0, 4203.0, 4176.0, 4216.0, 4197.0, 4186.0, 4196.0, 4153.0, 4183.0, 4152.0, 4205.0, 4186.0, 4226.0, 4185.0, 4205.0, 4173.0, 4192.0, 4175.0, 4223.0, 4196.0, 4183.0, 4184.0, 4152.0, 4182.0, 4142.0, 4172.0, 4165.0, 4206.0, 4187.0, 4218.0, 4189.0, 4195.0, 4174.0, 4164.0, 4195.0, 4186.0, 4219.0, 4175.0, 4206.0, 4175.0, 4206.0, 4168.0, 4166.0, 4175.0, 4163.0, 4205.0, 4187.0, 4206.0, 4166.0, 4193.0, 4178.0, 4218.0, 4199.0, 4178.0, 4198.0, 4167.0, 4186.0, 4176.0, 4218.0, 4188.0, 4206.0, 4169.0, 4196.0, 4177.0, 4188.0, 4221.0, 4191.0, 4209.0, 4189.0, 4216.0, 4200.0, 4199.0, 4208.0, 4177.0, 4197.0, 4164.0, 4206.0, 4185.0, 4215.0, 4184.0, 4202.0, 4160.0, 4177.0, 4161.0, 4200.0, 4172.0, 4140.0, 4171.0, 4140.0, 4172.0, 4130.0, 4172.0, 4153.0, 4204.0, 4174.0, 4204.0, 4166.0, 4172.0, 4163.0, 4152.0, 4175.0, 4163.0, 4209.0, 4179.0, 4229.0, 4194.0, 4187.0, 4177.0, 4155.0, 4184.0, 4177.0, 4177.0, 4198.0, 4190.0, 4218.0, 4188.0, 4174.0, 4186.0, 4187.0, 4219.0, 4196.0, 4215.0, 4174.0, 4164.0, 4184.0, 4175.0, 4216.0, 4186.0, 4205.0, 4166.0, 4193.0, 4165.0, 4186.0, 4207.0, 4177.0, 4199.0, 4167.0, 4185.0, 4177.0, 4216.0, 4189.0, 4206.0, 4189.0, 4165.0, 4188.0, 4198.0, 4218.0, 4179.0, 4208.0, 4178.0, 4195.0, 4165.0, 4217.0, 4188.0, 4206.0, 4187.0, 4186.0, 4175.0, 4203.0, 4173.0, 4223.0, 4185.0, 4213.0, 4182.0, 4162.0, 4161.0, 4141.0, 4175.0, 4155.0, 4186.0, 4155.0, 4195.0, 4166.0, 4195.0, 4176.0, 4183.0, 4175.0, 4197.0, 4196.0, 4187.0, 4186.0, 4154.0, 4185.0, 4173.0, 4194.0, 4172.0, 4193.0, 4150.0, 4170.0, 4139.0, 4183.0, 4163.0, 4195.0, 4146.0, 4184.0, 4166.0, 4187.0, 4167.0, 4177.0, 4190.0, 4158.0, 4188.0, 4156.0, 4208.0, 4188.0, 4220.0, 4179.0, 4207.0, 4165.0, 4206.0, 4186.0, 4216.0, 4187.0, 4165.0, 4175.0, 4163.0, 4196.0, 4196.0, 4217.0, 4221.0, 4213.0, 4232.0, 4201.0, 4180.0, 4187.0, 4165.0, 4198.0, 4170.0, 4207.0, 4179.0, 4197.0, 4177.0, 4176.0, 4207.0, 4186.0, 4187.0, 4186.0, 4154.0, 4195.0, 4162.0, 4177.0, 4186.0, 4208.0, 4204.0, 4181.0, 4139.0, 4157.0, 4115.0, 4157.0, 4147.0, 4190.0, 4159.0, 4140.0, 4151.0, 4139.0, 4147.0, 4149.0, 4169.0, 4150.0, 4141.0, 4174.0, 4141.0, 4181.0, 4174.0, 4203.0, 4176.0, 4154.0, 4174.0, 4153.0, 4171.0, 4175.0, 4204.0, 4175.0, 4156.0, 4175.0, 4164.0, 4182.0, 4186.0, 4216.0, 4196.0, 4176.0, 4196.0, 4176.0, 4194.0, 4173.0, 4203.0, 4175.0, 4225.0, 4195.0, 4195.0, 4184.0, 4152.0, 4172.0, 4162.0, 4204.0, 4175.0, 4155.0, 4177.0, 4157.0, 4187.0, 4180.0, 4184.0, 4202.0, 4182.0, 4159.0, 4211.0, 4171.0, 4183.0, 4214.0, 4202.0, 4203.0, 4243.0, 4214.0, 4241.0, 4188.0, 4185.0, 4196.0, 4195.0, 4217.0, 4195.0, 4214.0, 4174.0, 4191.0, 4162.0, 4170.0, 4161.0, 4163.0, 4195.0, 4165.0, 4184.0, 4143.0, 4188.0, 4179.0, 4209.0, 4178.0, 4210.0, 4168.0, 4161.0, 4168.0, 4174.0, 4183.0, 4184.0, 4231.0, 4194.0, 4211.0, 4179.0, 4216.0, 4187.0, 4239.0, 4210.0, 4217.0, 4178.0, 4205.0, 4164.0, 4205.0, 4175.0, 4194.0, 4165.0, 4155.0, 4156.0, 4134.0, 4178.0, 4167.0, 4201.0, 4172.0, 4211.0, 4171.0, 4189.0, 4167.0, 4208.0, 4199.0, 4218.0, 4189.0, 4206.0, 4176.0, 4195.0, 4164.0, 4205.0, 4185.0, 4204.0, 4164.0, 4194.0, 4154.0, 4181.0, 4155.0, 4206.0, 4176.0, 4175.0, 4157.0, 4135.0, 4165.0, 4154.0, 4187.0, 4157.0, 4199.0, 4159.0, 4188.0, 4158.0, 4189.0, 4160.0, 4200.0, 4182.0, 4235.0, 4193.0, 4211.0, 4170.0, 4148.0, 4178.0, 4161.0, 4201.0, 4181.0, 4223.0, 4214.0, 4206.0, 4214.0, 4196.0, 4201.0, 4192.0, 4242.0, 4212.0, 4213.0, 4190.0, 4206.0, 4176.0, 4226.0, 4187.0, 4217.0, 4179.0, 4193.0, 4143.0, 4184.0, 4176.0, 4205.0, 4155.0, 4195.0, 4146.0, 4174.0, 4145.0, 4187.0, 4177.0, 4197.0, 4167.0, 4184.0, 4156.0, 4185.0, 4165.0, 4205.0, 4167.0], 'WindowWidth': [9490.0, 9458.0, 9402.0, 9400.0, 9320.0, 9316.0, 9368.0, 9327.0, 9309.0, 9333.0, 9285.0, 9309.0, 9312.0, 9310.0, 9306.0, 9279.0, 9299.0, 9274.0, 9297.0, 9278.0, 9276.0, 9286.0, 9262.0, 9281.0, 9275.0, 9297.0, 9276.0, 9273.0, 9284.0, 9260.0, 9296.0, 9276.0, 9260.0, 9291.0, 9252.0, 9286.0, 9253.0, 9253.0, 9315.0, 9319.0, 9339.0, 9319.0, 9280.0, 9333.0, 9296.0, 9267.0, 9321.0, 9333.0, 9322.0, 9283.0, 9382.0, 9336.0, 9299.0, 9313.0, 9288.0, 9305.0, 9268.0, 9244.0, 9315.0, 9273.0, 9262.0, 9298.0, 9271.0, 9240.0, 9268.0, 9229.0, 9282.0, 9257.0, 9252.0, 9249.0, 9221.0, 9242.0, 9221.0, 9256.0, 9227.0, 9210.0, 9194.0, 9156.0, 9211.0, 9198.0, 9252.0, 9233.0, 9206.0, 9262.0, 9226.0, 9260.0, 9225.0, 9221.0, 9306.0, 9281.0, 9242.0, 9281.0, 9247.0, 9297.0, 9296.0, 9292.0, 9337.0, 9296.0, 9346.0, 9292.0, 9295.0, 9300.0, 9301.0, 9346.0, 9315.0, 9353.0, 9297.0, 9266.0, 9290.0, 9238.0, 9304.0, 9313.0, 9301.0, 9314.0, 9272.0, 9321.0, 9284.0, 9263.0, 9293.0, 9285.0, 9338.0, 9313.0, 9308.0, 9290.0, 9244.0, 9292.0, 9277.0, 9333.0, 9273.0, 9316.0, 9265.0, 9288.0, 9280.0, 9252.0, 9329.0, 9317.0, 9306.0, 9291.0, 9262.0, 9298.0, 9294.0, 9309.0, 9321.0, 9307.0, 9329.0, 9308.0, 9360.0, 9343.0, 9332.0, 9334.0, 9315.0, 9321.0, 9266.0, 9335.0, 9331.0, 9322.0, 9321.0, 9284.0, 9312.0, 9246.0, 9257.0, 9293.0, 9268.0, 9336.0, 9284.0, 9331.0, 9278.0, 9276.0, 9296.0, 9275.0, 9313.0, 9304.0, 9306.0, 9267.0, 9241.0, 9265.0, 9227.0, 9293.0, 9270.0, 9268.0, 9272.0, 9231.0, 9269.0, 9248.0, 9295.0, 9259.0, 9258.0, 9279.0, 9227.0, 9285.0, 9247.0, 9315.0, 9279.0, 9271.0, 9262.0, 9218.0, 9293.0, 9282.0, 9349.0, 9297.0, 9269.0, 9296.0, 9241.0, 9327.0, 9320.0, 9363.0, 9289.0, 9275.0, 9325.0, 9287.0, 9263.0, 9307.0, 9325.0, 9316.0, 9356.0, 9328.0, 9312.0, 9351.0, 9357.0, 9392.0, 9350.0, 9297.0, 9302.0, 9260.0, 9312.0, 9274.0, 9331.0, 9312.0, 9276.0, 9290.0, 9255.0, 9347.0, 9283.0, 9239.0, 9286.0, 9274.0, 9349.0, 9335.0, 9306.0, 9341.0, 9305.0, 9325.0, 9300.0, 9310.0, 9324.0, 9289.0, 9299.0, 9257.0, 9279.0, 9223.0, 9280.0, 9258.0, 9326.0, 9281.0, 9299.0, 9241.0, 9228.0, 9288.0, 9250.0, 9323.0, 9273.0, 9308.0, 9272.0, 9296.0, 9326.0, 9285.0, 9319.0, 9264.0, 9299.0, 9307.0, 9320.0, 9305.0, 9298.0, 9319.0, 9247.0, 9315.0, 9289.0, 9332.0, 9292.0, 9270.0, 9330.0, 9304.0, 9322.0, 9282.0, 9270.0, 9311.0, 9262.0, 9268.0, 9289.0, 9277.0, 9296.0, 9313.0, 9325.0, 9284.0, 9327.0, 9297.0, 9288.0, 9312.0, 9264.0, 9303.0, 9260.0, 9242.0, 9256.0, 9242.0, 9303.0, 9278.0, 9303.0, 9245.0, 9204.0, 9240.0, 9206.0, 9257.0, 9245.0, 9273.0, 9273.0, 9237.0, 9271.0, 9233.0, 9270.0, 9272.0, 9318.0, 9279.0, 9296.0, 9247.0, 9277.0, 9255.0, 9327.0, 9291.0, 9299.0, 9276.0, 9257.0, 9259.0, 9238.0, 9289.0, 9287.0, 9313.0, 9277.0, 9299.0, 9245.0, 9281.0, 9273.0, 9330.0, 9262.0, 9309.0, 9263.0, 9292.0, 9263.0, 9335.0, 9329.0, 9355.0, 9346.0, 9290.0, 9306.0, 9251.0, 9296.0, 9258.0, 9300.0, 9290.0, 9330.0, 9294.0, 9313.0, 9272.0, 9287.0, 9232.0, 9282.0, 9257.0, 9299.0, 9258.0, 9281.0, 9228.0, 9262.0, 9198.0, 9265.0, 9265.0, 9285.0, 9233.0, 9265.0, 9216.0, 9266.0, 9239.0, 9250.0, 9252.0, 9245.0, 9285.0, 9236.0, 9299.0, 9273.0, 9287.0, 9285.0, 9252.0, 9301.0, 9281.0, 9332.0, 9292.0, 9297.0, 9258.0, 9312.0, 9288.0, 9324.0, 9270.0, 9291.0, 9252.0, 9272.0, 9223.0, 9276.0, 9285.0, 9310.0, 9263.0, 9266.0, 9269.0, 9238.0, 9283.0, 9261.0, 9346.0, 9332.0, 9364.0, 9307.0, 9321.0, 9278.0, 9329.0, 9310.0, 9367.0, 9317.0, 9330.0, 9280.0, 9308.0, 9276.0, 9329.0, 9306.0, 9289.0, 9302.0, 9242.0, 9282.0, 9238.0, 9314.0, 9290.0, 9343.0, 9289.0, 9311.0, 9270.0, 9291.0, 9273.0, 9335.0, 9301.0, 9282.0, 9284.0, 9239.0, 9278.0, 9224.0, 9267.0, 9261.0, 9317.0, 9294.0, 9337.0, 9300.0, 9299.0, 9271.0, 9256.0, 9301.0, 9288.0, 9336.0, 9276.0, 9316.0, 9273.0, 9317.0, 9267.0, 9262.0, 9274.0, 9258.0, 9318.0, 9296.0, 9318.0, 9265.0, 9294.0, 9283.0, 9335.0, 9311.0, 9283.0, 9310.0, 9266.0, 9288.0, 9276.0, 9335.0, 9295.0, 9317.0, 9272.0, 9301.0, 9280.0, 9297.0, 9345.0, 9304.0, 9325.0, 9295.0, 9330.0, 9313.0, 9309.0, 9321.0, 9280.0, 9305.0, 9256.0, 9314.0, 9285.0, 9326.0, 9283.0, 9302.0, 9245.0, 9260.0, 9246.0, 9296.0, 9261.0, 9219.0, 9260.0, 9221.0, 9262.0, 9206.0, 9264.0, 9240.0, 9310.0, 9271.0, 9309.0, 9263.0, 9265.0, 9251.0, 9236.0, 9272.0, 9255.0, 9324.0, 9285.0, 9353.0, 9315.0, 9294.0, 9280.0, 9247.0, 9283.0, 9278.0, 9281.0, 9311.0, 9301.0, 9335.0, 9296.0, 9269.0, 9287.0, 9291.0, 9336.0, 9302.0, 9327.0, 9270.0, 9253.0, 9282.0, 9270.0, 9328.0, 9288.0, 9313.0, 9262.0, 9293.0, 9260.0, 9289.0, 9320.0, 9279.0, 9310.0, 9269.0, 9286.0, 9278.0, 9328.0, 9298.0, 9318.0, 9296.0, 9258.0, 9295.0, 9307.0, 9333.0, 9282.0, 9319.0, 9280.0, 9296.0, 9259.0, 9328.0, 9293.0, 9315.0, 9293.0, 9287.0, 9272.0, 9303.0, 9264.0, 9330.0, 9283.0, 9318.0, 9277.0, 9249.0, 9247.0, 9220.0, 9270.0, 9247.0, 9287.0, 9246.0, 9298.0, 9261.0, 9297.0, 9275.0, 9279.0, 9272.0, 9303.0, 9302.0, 9290.0, 9289.0, 9241.0, 9283.0, 9265.0, 9296.0, 9264.0, 9291.0, 9232.0, 9257.0, 9213.0, 9280.0, 9253.0, 9297.0, 9235.0, 9285.0, 9262.0, 9290.0, 9267.0, 9280.0, 9299.0, 9255.0, 9293.0, 9249.0, 9322.0, 9293.0, 9338.0, 9282.0, 9316.0, 9257.0, 9311.0, 9289.0, 9326.0, 9289.0, 9258.0, 9270.0, 9253.0, 9300.0, 9305.0, 9327.0, 9347.0, 9340.0, 9361.0, 9320.0, 9291.0, 9292.0, 9260.0, 9309.0, 9276.0, 9318.0, 9283.0, 9303.0, 9279.0, 9275.0, 9316.0, 9288.0, 9289.0, 9284.0, 9238.0, 9293.0, 9247.0, 9277.0, 9288.0, 9321.0, 9308.0, 9270.0, 9218.0, 9232.0, 9174.0, 9232.0, 9220.0, 9285.0, 9243.0, 9218.0, 9236.0, 9213.0, 9221.0, 9229.0, 9255.0, 9231.0, 9221.0, 9270.0, 9221.0, 9275.0, 9269.0, 9307.0, 9275.0, 9244.0, 9270.0, 9240.0, 9262.0, 9274.0, 9310.0, 9272.0, 9250.0, 9273.0, 9256.0, 9279.0, 9290.0, 9329.0, 9303.0, 9277.0, 9301.0, 9274.0, 9294.0, 9269.0, 9306.0, 9274.0, 9338.0, 9301.0, 9299.0, 9284.0, 9238.0, 9262.0, 9253.0, 9310.0, 9275.0, 9250.0, 9280.0, 9255.0, 9296.0, 9291.0, 9304.0, 9324.0, 9297.0, 9263.0, 9332.0, 9281.0, 9297.0, 9340.0, 9325.0, 9325.0, 9379.0, 9341.0, 9372.0, 9289.0, 9285.0, 9301.0, 9297.0, 9332.0, 9299.0, 9324.0, 9270.0, 9288.0, 9250.0, 9257.0, 9249.0, 9254.0, 9298.0, 9260.0, 9284.0, 9229.0, 9297.0, 9289.0, 9324.0, 9284.0, 9327.0, 9272.0, 9264.0, 9269.0, 9290.0, 9302.0, 9304.0, 9360.0, 9315.0, 9329.0, 9286.0, 9329.0, 9295.0, 9365.0, 9326.0, 9331.0, 9280.0, 9311.0, 9257.0, 9311.0, 9274.0, 9295.0, 9261.0, 9248.0, 9248.0, 9219.0, 9282.0, 9269.0, 9317.0, 9283.0, 9332.0, 9280.0, 9299.0, 9267.0, 9323.0, 9309.0, 9335.0, 9296.0, 9315.0, 9275.0, 9296.0, 9255.0, 9311.0, 9284.0, 9309.0, 9259.0, 9296.0, 9244.0, 9273.0, 9247.0, 9317.0, 9276.0, 9275.0, 9254.0, 9222.0, 9260.0, 9244.0, 9295.0, 9255.0, 9311.0, 9261.0, 9294.0, 9255.0, 9294.0, 9258.0, 9311.0, 9292.0, 9368.0, 9310.0, 9326.0, 9271.0, 9240.0, 9278.0, 9264.0, 9314.0, 9288.0, 9347.0, 9341.0, 9332.0, 9340.0, 9321.0, 9316.0, 9307.0, 9374.0, 9333.0, 9334.0, 9301.0, 9313.0, 9274.0, 9341.0, 9291.0, 9330.0, 9282.0, 9292.0, 9224.0, 9280.0, 9273.0, 9309.0, 9247.0, 9297.0, 9237.0, 9266.0, 9233.0, 9290.0, 9277.0, 9302.0, 9264.0, 9280.0, 9246.0, 9282.0, 9258.0, 9310.0, 9265.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.0027328620689655173</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02981668068965517</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.06830887951669</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.242708235040276</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0356371536823943</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3343.4185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1516430067185642</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.344827586206897</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520427058224761</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5488655755939456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.604811937896444</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4076036611838934</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0122846</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.00539002101868391</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02269725501537323</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9882853717696283</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>34.5671</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.9428</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.6837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300251.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.7497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6403</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.2858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3376.8925</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76293.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.0834</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.3445703816833</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> |