=== 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-0065 --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-0065",
"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-0065_ses-01_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-0065_ses-01_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-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_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-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_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-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0065_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_ses-01_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_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-0065/ses-01/func/sub-0065_ses-01_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>073767d1c72b74390b7356bd7e7dae95</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>14:38:2.285000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998688, 0.0260359, 0.0440876, -0.0256283, 0.999624, -0.00978557]</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.0901349</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7788, -7267, 756, -75, -418, 311, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.939</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ecac64c0-1066-4446-b0f8-13c56df6ef2e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679407835006714, -0.0687587782740593, 0.11967960745096207, 110.11906433105469], [-0.06985235214233398, 2.681917190551758, -0.023335684090852737, -93.28150177001953], [0.11828380078077316, 0.026253968477249146, 2.6972453594207764, -74.25299835205078], [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': ['143802.285000', '143802.745000', '143803.205000', '143803.665000', '143804.125000', '143804.585000', '143805.045000', '143805.505000', '143805.965000', '143806.425000', '143806.885000', '143807.345000', '143807.805000', '143808.265000', '143808.725000', '143809.185000', '143809.645000', '143810.105000', '143810.565000', '143811.025000', '143811.485000', '143811.945000', '143812.405000', '143812.865000', '143813.325000', '143813.785000', '143814.245000', '143814.705000', '143815.165000', '143815.625000', '143816.085000', '143816.545000', '143817.005000', '143817.465000', '143817.925000', '143818.385000', '143818.845000', '143819.305000', '143819.765000', '143820.225000', '143820.685000', '143821.145000', '143821.605000', '143822.065000', '143822.525000', '143822.985000', '143823.445000', '143823.905000', '143824.365000', '143824.825000', '143825.285000', '143825.745000', '143826.205000', '143826.665000', '143827.125000', '143827.585000', '143828.045000', '143828.505000', '143828.965000', '143829.425000', '143829.885000', '143830.345000', '143830.805000', '143831.265000', '143831.725000', '143832.185000', '143832.645000', '143833.105000', '143833.565000', '143834.025000', '143834.485000', '143834.945000', '143835.405000', '143835.865000', '143836.325000', '143836.785000', '143837.245000', '143837.705000', '143838.165000', '143838.625000', '143839.085000', '143839.545000', '143840.005000', '143840.465000', '143840.925000', '143841.385000', '143841.845000', '143842.305000', '143842.765000', '143843.225000', '143843.685000', '143844.145000', '143844.605000', '143845.065000', '143845.525000', '143845.985000', '143846.445000', '143846.905000', '143847.365000', '143847.825000', '143848.285000', '143848.745000', '143849.205000', '143849.665000', '143850.125000', '143850.585000', '143851.045000', '143851.505000', '143851.965000', '143852.425000', '143852.885000', '143853.345000', '143853.805000', '143854.265000', '143854.725000', '143855.185000', '143855.645000', '143856.105000', '143856.565000', '143857.025000', '143857.485000', '143857.945000', '143858.405000', '143858.865000', '143859.325000', '143859.785000', '143900.245000', '143900.705000', '143901.165000', '143901.625000', '143902.085000', '143902.545000', '143903.005000', '143903.465000', '143903.925000', '143904.385000', '143904.845000', '143905.305000', '143905.765000', '143906.225000', '143906.685000', '143907.145000', '143907.605000', '143908.065000', '143908.525000', '143908.985000', '143909.445000', '143909.905000', '143910.365000', '143910.825000', '143911.285000', '143911.745000', '143912.205000', '143912.665000', '143913.125000', '143913.585000', '143914.045000', '143914.505000', '143914.965000', '143915.425000', '143915.885000', '143916.345000', '143916.805000', '143917.265000', '143917.725000', '143918.185000', '143918.645000', '143919.105000', '143919.565000', '143920.025000', '143920.485000', '143920.945000', '143921.405000', '143921.865000', '143922.325000', '143922.785000', '143923.245000', '143923.705000', '143924.165000', '143924.625000', '143925.085000', '143925.545000', '143926.005000', '143926.465000', '143926.925000', '143927.385000', '143927.845000', '143928.305000', '143928.765000', '143929.225000', '143929.685000', '143930.145000', '143930.605000', '143931.065000', '143931.525000', '143931.985000', '143932.445000', '143932.905000', '143933.365000', '143933.825000', '143934.285000', '143934.745000', '143935.205000', '143935.665000', '143936.125000', '143936.585000', '143937.045000', '143937.505000', '143937.965000', '143938.425000', '143938.885000', '143939.345000', '143939.805000', '143940.265000', '143940.725000', '143941.185000', '143941.645000', '143942.105000', '143942.565000', '143943.025000', '143943.485000', '143943.945000', '143944.405000', '143944.865000', '143945.325000', '143945.785000', '143946.245000', '143946.705000', '143947.165000', '143947.625000', '143948.085000', '143948.545000', '143949.005000', '143949.465000', '143949.925000', '143950.385000', '143950.845000', '143951.305000', '143951.765000', '143952.225000', '143952.685000', '143953.145000', '143953.605000', '143954.065000', '143954.525000', '143954.985000', '143955.445000', '143955.905000', '143956.365000', '143956.825000', '143957.285000', '143957.745000', '143958.205000', '143958.665000', '143959.125000', '143959.585000', '144000.045000', '144000.505000', '144000.965000', '144001.425000', '144001.885000', '144002.345000', '144002.805000', '144003.265000', '144003.725000', '144004.185000', '144004.645000', '144005.105000', '144005.565000', '144006.025000', '144006.485000', '144006.945000', '144007.405000', '144007.865000', '144008.325000', '144008.785000', '144009.245000', '144009.705000', '144010.165000', '144010.625000', '144011.085000', '144011.545000', '144012.005000', '144012.465000', '144012.925000', '144013.385000', '144013.845000', '144014.305000', '144014.765000', '144015.225000', '144015.685000', '144016.145000', '144016.605000', '144017.065000', '144017.525000', '144017.985000', '144018.445000', '144018.905000', '144019.365000', '144019.825000', '144020.285000', '144020.745000', '144021.205000', '144021.665000', '144022.125000', '144022.585000', '144023.045000', '144023.505000', '144023.965000', '144024.425000', '144024.885000', '144025.345000', '144025.805000', '144026.265000', '144026.725000', '144027.185000', '144027.645000', '144028.105000', '144028.565000', '144029.025000', '144029.485000', '144029.945000', '144030.405000', '144030.865000', '144031.325000', '144031.785000', '144032.245000', '144032.705000', '144033.165000', '144033.625000', '144034.085000', '144034.545000', '144035.005000', '144035.465000', '144035.925000', '144036.385000', '144036.845000', '144037.305000', '144037.765000', '144038.225000', '144038.685000', '144039.145000', '144039.605000', '144040.065000', '144040.525000', '144040.985000', '144041.445000', '144041.905000', '144042.365000', '144042.825000', '144043.285000', '144043.745000', '144044.205000', '144044.665000', '144045.125000', '144045.585000', '144046.045000', '144046.505000', '144046.965000', '144047.425000', '144047.885000', '144048.345000', '144048.805000', '144049.265000', '144049.725000', '144050.185000', '144050.645000', '144051.105000', '144051.565000', '144052.025000', '144052.485000', '144052.945000', '144053.405000', '144053.865000', '144054.325000', '144054.785000', '144055.245000', '144055.705000', '144056.165000', '144056.625000', '144057.085000', '144057.545000', '144058.005000', '144058.465000', '144058.925000', '144059.385000', '144059.845000', '144100.305000', '144100.765000', '144101.225000', '144101.685000', '144102.145000', '144102.605000', '144103.065000', '144103.525000', '144103.985000', '144104.445000', '144104.905000', '144105.365000', '144105.825000', '144106.285000', '144106.745000', '144107.205000', '144107.665000', '144108.125000', '144108.585000', '144109.045000', '144109.505000', '144109.965000', '144110.425000', '144110.885000', '144111.345000', '144111.805000', '144112.265000', '144112.725000', '144113.185000', '144113.645000', '144114.105000', '144114.565000', '144115.025000', '144115.485000', '144115.945000', '144116.405000', '144116.865000', '144117.325000', '144117.785000', '144118.245000', '144118.705000', '144119.165000', '144119.625000', '144120.085000', '144120.545000', '144121.005000', '144121.465000', '144121.925000', '144122.385000', '144122.845000', '144123.305000', '144123.765000', '144124.225000', '144124.685000', '144125.145000', '144125.605000', '144126.065000', '144126.525000', '144126.985000', '144127.445000', '144127.905000', '144128.365000', '144128.825000', '144129.285000', '144129.745000', '144130.205000', '144130.665000', '144131.125000', '144131.585000', '144132.045000', '144132.505000', '144132.965000', '144133.425000', '144133.885000', '144134.345000', '144134.805000', '144135.265000', '144135.725000', '144136.185000', '144136.645000', '144137.105000', '144137.565000', '144138.025000', '144138.485000', '144138.945000', '144139.405000', '144139.865000', '144140.325000', '144140.785000', '144141.245000', '144141.705000', '144142.165000', '144142.625000', '144143.085000', '144143.545000', '144144.005000', '144144.465000', '144144.925000', '144145.385000', '144145.845000', '144146.305000', '144146.765000', '144147.225000', '144147.685000', '144148.145000', '144148.605000', '144149.065000', '144149.525000', '144149.985000', '144150.445000', '144150.905000', '144151.365000', '144151.825000', '144152.285000', '144152.745000', '144153.205000', '144153.665000', '144154.125000', '144154.585000', '144155.045000', '144155.505000', '144155.965000', '144156.425000', '144156.885000', '144157.345000', '144157.805000', '144158.265000', '144158.725000', '144159.185000', '144159.645000', '144200.105000', '144200.565000', '144201.025000', '144201.485000', '144201.945000', '144202.405000', '144202.865000', '144203.325000', '144203.785000', '144204.245000', '144204.705000', '144205.165000', '144205.625000', '144206.085000', '144206.545000', '144207.005000', '144207.465000', '144207.925000', '144208.385000', '144208.845000', '144209.305000', '144209.765000', '144210.225000', '144210.685000', '144211.145000', '144211.605000', '144212.065000', '144212.525000', '144212.985000', '144213.445000', '144213.905000', '144214.365000', '144214.825000', '144215.285000', '144215.745000', '144216.205000', '144216.665000', '144217.125000', '144217.585000', '144218.045000', '144218.505000', '144218.965000', '144219.425000', '144219.885000', '144220.345000', '144220.805000', '144221.265000', '144221.725000', '144222.185000', '144222.645000', '144223.105000', '144223.565000', '144224.025000', '144224.485000', '144224.945000', '144225.405000', '144225.865000', '144226.325000', '144226.785000', '144227.245000', '144227.705000', '144228.165000', '144228.625000', '144229.085000', '144229.545000', '144230.005000', '144230.465000', '144230.925000', '144231.385000', '144231.845000', '144232.305000', '144232.765000', '144233.225000', '144233.685000', '144234.145000', '144234.605000', '144235.065000', '144235.525000', '144235.985000', '144236.445000', '144236.905000', '144237.365000', '144237.825000', '144238.285000', '144238.745000', '144239.205000', '144239.665000', '144240.125000', '144240.585000', '144241.045000', '144241.505000', '144241.965000', '144242.425000', '144242.885000', '144243.345000', '144243.805000', '144244.265000', '144244.725000', '144245.185000', '144245.645000', '144246.105000', '144246.565000', '144247.025000', '144247.485000', '144247.945000', '144248.405000', '144248.865000', '144249.325000', '144249.785000', '144250.245000', '144250.705000', '144251.165000', '144251.625000', '144252.085000', '144252.545000', '144253.005000', '144253.465000', '144253.925000', '144254.385000', '144254.845000', '144255.305000', '144255.765000', '144256.225000', '144256.685000', '144257.145000', '144257.605000', '144258.065000', '144258.525000', '144258.985000', '144259.445000', '144259.905000', '144300.365000', '144300.825000', '144301.285000', '144301.745000', '144302.205000', '144302.665000', '144303.125000', '144303.585000', '144304.045000', '144304.505000', '144304.965000', '144305.425000', '144305.885000', '144306.345000', '144306.805000', '144307.265000', '144307.725000', '144308.185000', '144308.645000', '144309.105000', '144309.565000', '144310.025000', '144310.485000', '144310.945000', '144311.405000', '144311.865000', '144312.325000', '144312.785000', '144313.245000', '144313.705000', '144314.165000', '144314.625000', '144315.085000', '144315.545000', '144316.005000', '144316.465000', '144316.925000', '144317.385000', '144317.845000', '144318.305000', '144318.765000', '144319.225000', '144319.685000', '144320.145000', '144320.605000', '144321.065000', '144321.525000', '144321.985000', '144322.445000', '144322.905000', '144323.365000', '144323.825000', '144324.285000', '144324.745000', '144325.205000', '144325.665000', '144326.125000', '144326.585000', '144327.045000', '144327.505000', '144327.965000', '144328.425000', '144328.885000', '144329.345000', '144329.805000', '144330.265000', '144330.725000', '144331.185000', '144331.645000', '144332.105000', '144332.565000', '144333.025000', '144333.485000', '144333.945000', '144334.405000', '144334.865000', '144335.325000', '144335.785000', '144336.245000', '144336.705000', '144337.165000', '144337.625000', '144338.085000', '144338.545000', '144339.005000', '144339.465000', '144339.925000', '144340.385000', '144340.845000', '144341.305000', '144341.765000', '144342.225000', '144342.685000', '144343.145000', '144343.605000', '144344.065000', '144344.525000', '144344.985000', '144345.445000', '144345.905000', '144346.365000', '144346.825000', '144347.285000', '144347.745000', '144348.205000', '144348.665000', '144349.125000', '144349.585000', '144350.045000', '144350.505000', '144350.965000', '144351.425000', '144351.885000', '144352.345000', '144352.805000', '144353.265000', '144353.725000', '144354.185000', '144354.645000', '144355.105000', '144355.565000', '144356.025000', '144356.485000', '144356.945000', '144357.405000', '144357.865000', '144358.325000', '144358.785000', '144359.245000', '144359.705000', '144400.165000', '144400.625000', '144401.085000', '144401.545000', '144402.005000', '144402.465000', '144402.925000', '144403.385000', '144403.845000', '144404.305000', '144404.765000', '144405.225000', '144405.685000', '144406.145000', '144406.605000', '144407.065000', '144407.525000', '144407.985000', '144408.445000', '144408.905000', '144409.365000', '144409.825000', '144410.285000', '144410.745000', '144411.205000', '144411.665000', '144412.125000', '144412.585000', '144413.045000', '144413.505000', '144413.965000', '144414.425000', '144414.885000', '144415.345000', '144415.805000', '144416.265000', '144416.725000', '144417.185000', '144417.645000', '144418.105000', '144418.565000', '144419.025000', '144419.485000', '144419.945000', '144420.405000', '144420.865000', '144421.325000', '144421.785000', '144422.245000', '144422.705000', '144423.165000', '144423.625000', '144424.085000', '144424.545000', '144425.005000', '144425.465000', '144425.925000', '144426.385000', '144426.845000', '144427.305000', '144427.765000', '144428.225000', '144428.685000', '144429.145000', '144429.605000', '144430.065000', '144430.525000', '144430.985000', '144431.445000', '144431.905000', '144432.365000', '144432.825000', '144433.285000', '144433.745000', '144434.205000', '144434.665000', '144435.125000', '144435.585000', '144436.045000', '144436.505000', '144436.965000', '144437.425000', '144437.885000', '144438.345000', '144438.805000', '144439.265000', '144439.725000', '144440.185000', '144440.645000', '144441.105000', '144441.565000', '144442.025000', '144442.485000', '144442.945000'], 'ContentTime': ['143813.695000', '143813.698000', '143813.700000', '143813.703000', '143813.707000', '143813.709000', '143813.712000', '143813.715000', '143813.717000', '143813.720000', '143813.722000', '143813.725000', '143813.736000', '143813.739000', '143813.741000', '143813.744000', '143813.751000', '143813.754000', '143813.756000', '143813.765000', '143813.768000', '143813.771000', '143833.657000', '143833.659000', '143833.662000', '143833.665000', '143833.667000', '143833.670000', '143833.673000', '143833.675000', '143833.678000', '143833.680000', '143833.683000', '143833.686000', '143833.688000', '143833.691000', '143833.694000', '143833.696000', '143833.707000', '143833.710000', '143833.713000', '143833.715000', '143833.718000', '143833.721000', '143833.723000', '143833.726000', '143833.728000', '143833.731000', '143833.734000', '143833.736000', '143833.739000', '143833.741000', '143833.744000', '143833.746000', '143833.749000', '143833.751000', '143833.754000', '143833.757000', '143833.759000', '143833.762000', '143833.765000', '143833.767000', '143833.770000', '143833.772000', '143833.775000', '143853.656000', '143853.659000', '143853.662000', '143853.665000', '143853.667000', '143853.670000', '143853.672000', '143853.675000', '143853.678000', '143853.680000', '143853.683000', '143853.686000', '143853.688000', '143853.691000', '143853.693000', '143853.696000', '143853.699000', '143853.701000', '143853.704000', '143853.707000', '143853.709000', '143853.712000', '143853.714000', '143853.717000', '143853.720000', '143853.722000', '143853.725000', '143853.727000', '143853.730000', '143853.733000', '143853.735000', '143853.738000', '143853.741000', '143853.743000', '143853.746000', '143853.748000', '143853.751000', '143853.754000', '143853.756000', '143853.759000', '143853.762000', '143853.764000', '143853.767000', '143853.769000', '143913.656000', '143913.659000', '143913.662000', '143913.665000', '143913.667000', '143913.670000', '143913.672000', '143913.675000', '143913.678000', '143913.680000', '143913.683000', '143913.685000', '143913.688000', '143913.691000', '143913.693000', '143913.696000', '143913.699000', '143913.713000', '143913.715000', '143913.718000', '143913.720000', '143913.723000', '143913.726000', '143913.728000', '143913.731000', '143913.734000', '143913.736000', '143913.739000', '143913.742000', '143913.744000', '143913.747000', '143913.750000', '143913.752000', '143913.755000', '143913.757000', '143913.760000', '143913.763000', '143913.766000', '143913.768000', '143913.771000', '143913.773000', '143913.776000', '143913.779000', '143933.655000', '143933.658000', '143933.661000', '143933.664000', '143933.666000', '143933.669000', '143933.671000', '143933.674000', '143933.677000', '143933.679000', '143933.682000', '143933.686000', '143933.688000', '143933.691000', '143933.694000', '143933.696000', '143933.699000', '143933.701000', '143933.704000', '143933.707000', '143933.709000', '143933.712000', '143933.715000', '143933.717000', '143933.720000', '143933.722000', '143933.725000', '143933.728000', '143933.730000', '143933.733000', '143933.735000', '143933.738000', '143933.741000', '143933.743000', '143933.746000', '143933.749000', '143933.751000', '143933.754000', '143933.756000', '143933.759000', '143933.762000', '143933.764000', '143933.767000', '143953.656000', '143953.659000', '143953.664000', '143953.667000', '143953.669000', '143953.672000', '143953.675000', '143953.678000', '143953.680000', '143953.683000', '143953.685000', '143953.688000', '143953.691000', '143953.693000', '143953.696000', '143953.699000', '143953.701000', '143953.704000', '143953.707000', '143953.709000', '143953.712000', '143953.714000', '143953.717000', '143953.719000', '143953.722000', '143953.725000', '143953.727000', '143953.730000', '143953.732000', '143953.735000', '143953.738000', '143953.741000', '143953.743000', '143953.746000', '143953.748000', '143953.751000', '143953.754000', '143953.757000', '143953.759000', '143953.762000', '143953.765000', '143953.767000', '143953.770000', '143953.773000', '144013.656000', '144013.659000', '144013.662000', '144013.665000', '144013.667000', '144013.670000', '144013.673000', '144013.675000', '144013.678000', '144013.681000', '144013.683000', '144013.686000', '144013.689000', '144013.694000', '144013.696000', '144013.699000', '144013.702000', '144013.704000', '144013.707000', '144013.710000', '144013.712000', '144013.715000', '144013.717000', '144013.720000', '144013.723000', '144013.725000', '144013.728000', '144013.731000', '144013.733000', '144013.736000', '144013.739000', '144013.741000', '144013.744000', '144013.746000', '144013.749000', '144013.752000', '144013.754000', '144013.757000', '144013.760000', '144013.762000', '144013.765000', '144013.767000', '144013.770000', '144033.657000', '144033.659000', '144033.662000', '144033.665000', '144033.668000', '144033.670000', '144033.673000', '144033.675000', '144033.678000', '144033.681000', '144033.683000', '144033.686000', '144033.688000', '144033.691000', '144033.694000', '144033.696000', '144033.699000', '144033.702000', '144033.704000', '144033.707000', '144033.710000', '144033.712000', '144033.715000', '144033.717000', '144033.720000', '144033.723000', '144033.725000', '144033.728000', '144033.730000', '144033.733000', '144033.736000', '144033.738000', '144033.741000', '144033.744000', '144033.746000', '144033.749000', '144033.752000', '144033.754000', '144033.757000', '144033.759000', '144033.762000', '144033.765000', '144033.767000', '144033.770000', '144053.656000', '144053.659000', '144053.662000', '144053.665000', '144053.668000', '144053.670000', '144053.673000', '144053.675000', '144053.678000', '144053.681000', '144053.683000', '144053.686000', '144053.689000', '144053.737000', '144053.740000', '144053.742000', '144053.745000', '144053.748000', '144053.750000', '144053.753000', '144053.756000', '144053.758000', '144053.761000', '144053.763000', '144053.766000', '144053.769000', '144053.771000', '144053.774000', '144053.777000', '144053.780000', '144053.782000', '144053.785000', '144053.788000', '144053.790000', '144053.793000', '144053.795000', '144053.798000', '144053.801000', '144053.803000', '144053.806000', '144053.809000', '144053.811000', '144053.814000', '144113.657000', '144113.659000', '144113.662000', '144113.665000', '144113.667000', '144113.670000', '144113.673000', '144113.675000', '144113.678000', '144113.680000', '144113.683000', '144113.686000', '144113.688000', '144113.691000', '144113.694000', '144113.696000', '144113.699000', '144113.702000', '144113.704000', '144113.707000', '144113.709000', '144113.712000', '144113.715000', '144113.717000', '144113.720000', '144113.722000', '144113.725000', '144113.728000', '144113.730000', '144113.733000', '144113.735000', '144113.738000', '144113.741000', '144113.743000', '144113.746000', '144113.749000', '144113.751000', '144113.754000', '144113.756000', '144113.759000', '144113.762000', '144113.764000', '144113.767000', '144113.770000', '144133.657000', '144133.660000', '144133.662000', '144133.665000', '144133.668000', '144133.671000', '144133.673000', '144133.684000', '144133.687000', '144133.690000', '144133.693000', '144133.695000', '144133.698000', '144133.701000', '144133.703000', '144133.706000', '144133.709000', '144133.711000', '144133.714000', '144133.717000', '144133.719000', '144133.722000', '144133.725000', '144133.727000', '144133.730000', '144133.732000', '144133.735000', '144133.738000', '144133.740000', '144133.743000', '144133.746000', '144133.748000', '144133.751000', '144133.754000', '144133.756000', '144133.759000', '144133.761000', '144133.764000', '144133.767000', '144133.769000', '144133.772000', '144133.775000', '144133.777000', '144153.655000', '144153.658000', '144153.661000', '144153.664000', '144153.666000', '144153.669000', '144153.672000', '144153.674000', '144153.677000', '144153.679000', '144153.682000', '144153.685000', '144153.688000', '144153.690000', '144153.693000', '144153.695000', '144153.698000', '144153.701000', '144153.703000', '144153.706000', '144153.709000', '144153.711000', '144153.714000', '144153.717000', '144153.719000', '144153.722000', '144153.724000', '144153.727000', '144153.730000', '144153.732000', '144153.735000', '144153.738000', '144153.740000', '144153.743000', '144153.746000', '144153.748000', '144153.751000', '144153.753000', '144153.756000', '144153.759000', '144153.761000', '144153.764000', '144153.767000', '144153.769000', '144213.657000', '144213.660000', '144213.662000', '144213.665000', '144213.668000', '144213.671000', '144213.673000', '144213.676000', '144213.679000', '144213.681000', '144213.684000', '144213.687000', '144213.689000', '144213.692000', '144213.694000', '144213.697000', '144213.700000', '144213.702000', '144213.705000', '144213.708000', '144213.710000', '144213.713000', '144213.715000', '144213.718000', '144213.721000', '144213.724000', '144213.727000', '144213.739000', '144213.741000', '144213.744000', '144213.747000', '144213.749000', '144213.752000', '144213.755000', '144213.757000', '144213.760000', '144213.763000', '144213.767000', '144213.783000', '144213.785000', '144213.788000', '144213.791000', '144213.794000', '144233.656000', '144233.660000', '144233.663000', '144233.665000', '144233.668000', '144233.670000', '144233.673000', '144233.676000', '144233.678000', '144233.681000', '144233.684000', '144233.686000', '144233.689000', '144233.692000', '144233.694000', '144233.697000', '144233.700000', '144233.702000', '144233.705000', '144233.707000', '144233.710000', '144233.713000', '144233.715000', '144233.718000', '144233.721000', '144233.723000', '144233.726000', '144233.728000', '144233.731000', '144233.734000', '144233.737000', '144233.739000', '144233.742000', '144233.745000', '144233.747000', '144233.750000', '144233.752000', '144233.755000', '144233.758000', '144233.760000', '144233.763000', '144233.766000', '144233.768000', '144233.771000', '144253.656000', '144253.659000', '144253.662000', '144253.665000', '144253.667000', '144253.670000', '144253.672000', '144253.675000', '144253.678000', '144253.680000', '144253.683000', '144253.686000', '144253.688000', '144253.691000', '144253.693000', '144253.696000', '144253.699000', '144253.701000', '144253.704000', '144253.706000', '144253.709000', '144253.711000', '144253.714000', '144253.717000', '144253.719000', '144253.722000', '144253.725000', '144253.727000', '144253.730000', '144253.733000', '144253.735000', '144253.738000', '144253.741000', '144253.743000', '144253.746000', '144253.749000', '144253.751000', '144253.754000', '144253.757000', '144253.759000', '144253.762000', '144253.764000', '144253.767000', '144313.657000', '144313.659000', '144313.662000', '144313.665000', '144313.668000', '144313.670000', '144313.673000', '144313.675000', '144313.678000', '144313.681000', '144313.683000', '144313.686000', '144313.689000', '144313.692000', '144313.694000', '144313.697000', '144313.700000', '144313.702000', '144313.705000', '144313.707000', '144313.710000', '144313.713000', '144313.715000', '144313.718000', '144313.721000', '144313.723000', '144313.726000', '144313.728000', '144313.731000', '144313.734000', '144313.736000', '144313.739000', '144313.742000', '144313.744000', '144313.747000', '144313.749000', '144313.752000', '144313.755000', '144313.757000', '144313.760000', '144313.763000', '144313.765000', '144313.768000', '144313.770000', '144333.657000', '144333.659000', '144333.662000', '144333.665000', '144333.667000', '144333.670000', '144333.673000', '144333.676000', '144333.678000', '144333.681000', '144333.683000', '144333.686000', '144333.689000', '144333.691000', '144333.694000', '144333.697000', '144333.699000', '144333.702000', '144333.704000', '144333.707000', '144333.710000', '144333.712000', '144333.715000', '144333.718000', '144333.720000', '144333.723000', '144333.726000', '144333.728000', '144333.731000', '144333.734000', '144333.737000', '144333.740000', '144333.743000', '144333.747000', '144333.750000', '144333.752000', '144333.755000', '144333.758000', '144333.760000', '144333.763000', '144333.766000', '144333.768000', '144333.771000', '144353.656000', '144353.659000', '144353.662000', '144353.665000', '144353.668000', '144353.670000', '144353.683000', '144353.686000', '144353.688000', '144353.691000', '144353.693000', '144353.696000', '144353.699000', '144353.701000', '144353.704000', '144353.707000', '144353.709000', '144353.712000', '144353.715000', '144353.717000', '144353.720000', '144353.723000', '144353.725000', '144353.728000', '144353.731000', '144353.733000', '144353.736000', '144353.739000', '144353.741000', '144353.744000', '144353.746000', '144353.749000', '144353.752000', '144353.754000', '144353.757000', '144353.760000', '144353.762000', '144353.765000', '144353.767000', '144353.770000', '144353.773000', '144353.775000', '144353.778000', '144353.781000', '144413.656000', '144413.659000', '144413.661000', '144413.664000', '144413.667000', '144413.669000', '144413.672000', '144413.675000', '144413.677000', '144413.680000', '144413.683000', '144413.685000', '144413.688000', '144413.691000', '144413.694000', '144413.696000', '144413.699000', '144413.702000', '144413.704000', '144413.707000', '144413.710000', '144413.712000', '144413.715000', '144413.718000', '144413.720000', '144413.723000', '144413.726000', '144413.728000', '144413.732000', '144413.735000', '144413.737000', '144413.740000', '144413.743000', '144413.746000', '144413.748000', '144413.751000', '144413.753000', '144413.756000', '144413.759000', '144413.761000', '144413.764000', '144413.767000', '144413.770000', '144433.657000', '144433.660000', '144433.663000', '144433.666000', '144433.668000', '144433.671000', '144433.674000', '144433.676000', '144433.679000', '144433.682000', '144433.684000', '144433.687000', '144433.690000', '144433.692000', '144433.695000', '144433.698000', '144433.700000', '144433.703000', '144433.706000', '144433.708000', '144433.711000', '144433.713000', '144433.716000', '144433.719000', '144433.721000', '144433.724000', '144433.727000', '144433.729000', '144433.732000', '144433.734000', '144433.737000', '144433.740000', '144433.742000', '144433.745000', '144433.748000', '144433.750000', '144433.753000', '144433.755000', '144433.758000', '144433.761000', '144433.763000', '144433.766000', '144433.769000', '144433.771000', '144444.593000', '144444.596000', '144444.599000', '144444.602000', '144444.605000', '144444.608000', '144444.611000', '144444.614000', '144444.616000', '144444.619000', '144444.622000', '144444.625000', '144444.627000', '144444.630000', '144444.633000', '144444.637000', '144444.640000', '144444.642000', '144444.645000', '144444.648000', '144444.650000', '144444.653000', '144444.656000', '144444.658000'], 'InstanceCreationTime': ['143813.695000', '143813.698000', '143813.700000', '143813.703000', '143813.707000', '143813.709000', '143813.712000', '143813.715000', '143813.717000', '143813.720000', '143813.722000', '143813.725000', '143813.736000', '143813.739000', '143813.741000', '143813.744000', '143813.751000', '143813.754000', '143813.756000', '143813.765000', '143813.768000', '143813.771000', '143833.657000', '143833.659000', '143833.662000', '143833.665000', '143833.667000', '143833.670000', '143833.673000', '143833.675000', '143833.678000', '143833.680000', '143833.683000', '143833.686000', '143833.688000', '143833.691000', '143833.694000', '143833.696000', '143833.707000', '143833.710000', '143833.713000', '143833.715000', '143833.718000', '143833.721000', '143833.723000', '143833.726000', '143833.728000', '143833.731000', '143833.734000', '143833.736000', '143833.739000', '143833.741000', '143833.744000', '143833.746000', '143833.749000', '143833.751000', '143833.754000', '143833.757000', '143833.759000', '143833.762000', '143833.765000', '143833.767000', '143833.770000', '143833.772000', '143833.775000', '143853.656000', '143853.659000', '143853.662000', '143853.665000', '143853.667000', '143853.670000', '143853.672000', '143853.675000', '143853.678000', '143853.680000', '143853.683000', '143853.686000', '143853.688000', '143853.691000', '143853.693000', '143853.696000', '143853.699000', '143853.701000', '143853.704000', '143853.707000', '143853.709000', '143853.712000', '143853.714000', '143853.717000', '143853.720000', '143853.722000', '143853.725000', '143853.727000', '143853.730000', '143853.733000', '143853.735000', '143853.738000', '143853.741000', '143853.743000', '143853.746000', '143853.748000', '143853.751000', '143853.754000', '143853.756000', '143853.759000', '143853.762000', '143853.764000', '143853.767000', '143853.769000', '143913.656000', '143913.659000', '143913.662000', '143913.665000', '143913.667000', '143913.670000', '143913.672000', '143913.675000', '143913.678000', '143913.680000', '143913.683000', '143913.685000', '143913.688000', '143913.691000', '143913.693000', '143913.696000', '143913.699000', '143913.713000', '143913.715000', '143913.718000', '143913.720000', '143913.723000', '143913.726000', '143913.728000', '143913.731000', '143913.734000', '143913.736000', '143913.739000', '143913.742000', '143913.744000', '143913.747000', '143913.750000', '143913.752000', '143913.755000', '143913.757000', '143913.760000', '143913.763000', '143913.766000', '143913.768000', '143913.771000', '143913.773000', '143913.776000', '143913.779000', '143933.655000', '143933.658000', '143933.661000', '143933.664000', '143933.666000', '143933.669000', '143933.671000', '143933.674000', '143933.677000', '143933.679000', '143933.682000', '143933.686000', '143933.688000', '143933.691000', '143933.694000', '143933.696000', '143933.699000', '143933.701000', '143933.704000', '143933.707000', '143933.709000', '143933.712000', '143933.715000', '143933.717000', '143933.720000', '143933.722000', '143933.725000', '143933.728000', '143933.730000', '143933.733000', '143933.735000', '143933.738000', '143933.741000', '143933.743000', '143933.746000', '143933.749000', '143933.751000', '143933.754000', '143933.756000', '143933.759000', '143933.762000', '143933.764000', '143933.767000', '143953.656000', '143953.659000', '143953.664000', '143953.667000', '143953.669000', '143953.672000', '143953.675000', '143953.678000', '143953.680000', '143953.683000', '143953.685000', '143953.688000', '143953.691000', '143953.693000', '143953.696000', '143953.699000', '143953.701000', '143953.704000', '143953.707000', '143953.709000', '143953.712000', '143953.714000', '143953.717000', '143953.719000', '143953.722000', '143953.725000', '143953.727000', '143953.730000', '143953.732000', '143953.735000', '143953.738000', '143953.741000', '143953.743000', '143953.746000', '143953.748000', '143953.751000', '143953.754000', '143953.757000', '143953.759000', '143953.762000', '143953.765000', '143953.767000', '143953.770000', '143953.773000', '144013.656000', '144013.659000', '144013.662000', '144013.665000', '144013.667000', '144013.670000', '144013.673000', '144013.675000', '144013.678000', '144013.681000', '144013.683000', '144013.686000', '144013.689000', '144013.694000', '144013.696000', '144013.699000', '144013.702000', '144013.704000', '144013.707000', '144013.710000', '144013.712000', '144013.715000', '144013.717000', '144013.720000', '144013.723000', '144013.725000', '144013.728000', '144013.731000', '144013.733000', '144013.736000', '144013.739000', '144013.741000', '144013.744000', '144013.746000', '144013.749000', '144013.752000', '144013.754000', '144013.757000', '144013.760000', '144013.762000', '144013.765000', '144013.767000', '144013.770000', '144033.657000', '144033.659000', '144033.662000', '144033.665000', '144033.668000', '144033.670000', '144033.673000', '144033.675000', '144033.678000', '144033.681000', '144033.683000', '144033.686000', '144033.688000', '144033.691000', '144033.694000', '144033.696000', '144033.699000', '144033.702000', '144033.704000', '144033.707000', '144033.710000', '144033.712000', '144033.715000', '144033.717000', '144033.720000', '144033.723000', '144033.725000', '144033.728000', '144033.730000', '144033.733000', '144033.736000', '144033.738000', '144033.741000', '144033.744000', '144033.746000', '144033.749000', '144033.752000', '144033.754000', '144033.757000', '144033.759000', '144033.762000', '144033.765000', '144033.767000', '144033.770000', '144053.656000', '144053.659000', '144053.662000', '144053.665000', '144053.668000', '144053.670000', '144053.673000', '144053.675000', '144053.678000', '144053.681000', '144053.683000', '144053.686000', '144053.689000', '144053.737000', '144053.740000', '144053.742000', '144053.745000', '144053.748000', '144053.750000', '144053.753000', '144053.756000', '144053.758000', '144053.761000', '144053.763000', '144053.766000', '144053.769000', '144053.771000', '144053.774000', '144053.777000', '144053.780000', '144053.782000', '144053.785000', '144053.788000', '144053.790000', '144053.793000', '144053.795000', '144053.798000', '144053.801000', '144053.803000', '144053.806000', '144053.809000', '144053.811000', '144053.814000', '144113.657000', '144113.659000', '144113.662000', '144113.665000', '144113.667000', '144113.670000', '144113.673000', '144113.675000', '144113.678000', '144113.680000', '144113.683000', '144113.686000', '144113.688000', '144113.691000', '144113.694000', '144113.696000', '144113.699000', '144113.702000', '144113.704000', '144113.707000', '144113.709000', '144113.712000', '144113.715000', '144113.717000', '144113.720000', '144113.722000', '144113.725000', '144113.728000', '144113.730000', '144113.733000', '144113.735000', '144113.738000', '144113.741000', '144113.743000', '144113.746000', '144113.749000', '144113.751000', '144113.754000', '144113.756000', '144113.759000', '144113.762000', '144113.764000', '144113.767000', '144113.770000', '144133.657000', '144133.660000', '144133.662000', '144133.665000', '144133.668000', '144133.671000', '144133.673000', '144133.684000', '144133.687000', '144133.690000', '144133.693000', '144133.695000', '144133.698000', '144133.701000', '144133.703000', '144133.706000', '144133.709000', '144133.711000', '144133.714000', '144133.717000', '144133.719000', '144133.722000', '144133.725000', '144133.727000', '144133.730000', '144133.732000', '144133.735000', '144133.738000', '144133.740000', '144133.743000', '144133.746000', '144133.748000', '144133.751000', '144133.754000', '144133.756000', '144133.759000', '144133.761000', '144133.764000', '144133.767000', '144133.769000', '144133.772000', '144133.775000', '144133.777000', '144153.655000', '144153.658000', '144153.661000', '144153.664000', '144153.666000', '144153.669000', '144153.672000', '144153.674000', '144153.677000', '144153.679000', '144153.682000', '144153.685000', '144153.688000', '144153.690000', '144153.693000', '144153.695000', '144153.698000', '144153.701000', '144153.703000', '144153.706000', '144153.709000', '144153.711000', '144153.714000', '144153.717000', '144153.719000', '144153.722000', '144153.724000', '144153.727000', '144153.730000', '144153.732000', '144153.735000', '144153.738000', '144153.740000', '144153.743000', '144153.746000', '144153.748000', '144153.751000', '144153.753000', '144153.756000', '144153.759000', '144153.761000', '144153.764000', '144153.767000', '144153.769000', '144213.657000', '144213.660000', '144213.662000', '144213.665000', '144213.668000', '144213.671000', '144213.673000', '144213.676000', '144213.679000', '144213.681000', '144213.684000', '144213.687000', '144213.689000', '144213.692000', '144213.694000', '144213.697000', '144213.700000', '144213.702000', '144213.705000', '144213.708000', '144213.710000', '144213.713000', '144213.715000', '144213.718000', '144213.721000', '144213.724000', '144213.727000', '144213.739000', '144213.741000', '144213.744000', '144213.747000', '144213.749000', '144213.752000', '144213.755000', '144213.757000', '144213.760000', '144213.763000', '144213.767000', '144213.783000', '144213.785000', '144213.788000', '144213.791000', '144213.794000', '144233.656000', '144233.660000', '144233.663000', '144233.665000', '144233.668000', '144233.670000', '144233.673000', '144233.676000', '144233.678000', '144233.681000', '144233.684000', '144233.686000', '144233.689000', '144233.692000', '144233.694000', '144233.697000', '144233.700000', '144233.702000', '144233.705000', '144233.707000', '144233.710000', '144233.713000', '144233.715000', '144233.718000', '144233.721000', '144233.723000', '144233.726000', '144233.728000', '144233.731000', '144233.734000', '144233.737000', '144233.739000', '144233.742000', '144233.745000', '144233.747000', '144233.750000', '144233.752000', '144233.755000', '144233.758000', '144233.760000', '144233.763000', '144233.766000', '144233.768000', '144233.771000', '144253.656000', '144253.659000', '144253.662000', '144253.665000', '144253.667000', '144253.670000', '144253.672000', '144253.675000', '144253.678000', '144253.680000', '144253.683000', '144253.686000', '144253.688000', '144253.691000', '144253.693000', '144253.696000', '144253.699000', '144253.701000', '144253.704000', '144253.706000', '144253.709000', '144253.711000', '144253.714000', '144253.717000', '144253.719000', '144253.722000', '144253.725000', '144253.727000', '144253.730000', '144253.733000', '144253.735000', '144253.738000', '144253.741000', '144253.743000', '144253.746000', '144253.749000', '144253.751000', '144253.754000', '144253.757000', '144253.759000', '144253.762000', '144253.764000', '144253.767000', '144313.657000', '144313.659000', '144313.662000', '144313.665000', '144313.668000', '144313.670000', '144313.673000', '144313.675000', '144313.678000', '144313.681000', '144313.683000', '144313.686000', '144313.689000', '144313.692000', '144313.694000', '144313.697000', '144313.700000', '144313.702000', '144313.705000', '144313.707000', '144313.710000', '144313.713000', '144313.715000', '144313.718000', '144313.721000', '144313.723000', '144313.726000', '144313.728000', '144313.731000', '144313.734000', '144313.736000', '144313.739000', '144313.742000', '144313.744000', '144313.747000', '144313.749000', '144313.752000', '144313.755000', '144313.757000', '144313.760000', '144313.763000', '144313.765000', '144313.768000', '144313.770000', '144333.657000', '144333.659000', '144333.662000', '144333.665000', '144333.667000', '144333.670000', '144333.673000', '144333.676000', '144333.678000', '144333.681000', '144333.683000', '144333.686000', '144333.689000', '144333.691000', '144333.694000', '144333.697000', '144333.699000', '144333.702000', '144333.704000', '144333.707000', '144333.710000', '144333.712000', '144333.715000', '144333.718000', '144333.720000', '144333.723000', '144333.726000', '144333.728000', '144333.731000', '144333.734000', '144333.737000', '144333.740000', '144333.743000', '144333.747000', '144333.750000', '144333.752000', '144333.755000', '144333.758000', '144333.760000', '144333.763000', '144333.766000', '144333.768000', '144333.771000', '144353.656000', '144353.659000', '144353.662000', '144353.665000', '144353.668000', '144353.670000', '144353.683000', '144353.686000', '144353.688000', '144353.691000', '144353.693000', '144353.696000', '144353.699000', '144353.701000', '144353.704000', '144353.707000', '144353.709000', '144353.712000', '144353.715000', '144353.717000', '144353.720000', '144353.723000', '144353.725000', '144353.728000', '144353.731000', '144353.733000', '144353.736000', '144353.739000', '144353.741000', '144353.744000', '144353.746000', '144353.749000', '144353.752000', '144353.754000', '144353.757000', '144353.760000', '144353.762000', '144353.765000', '144353.767000', '144353.770000', '144353.773000', '144353.775000', '144353.778000', '144353.781000', '144413.656000', '144413.659000', '144413.661000', '144413.664000', '144413.667000', '144413.669000', '144413.672000', '144413.675000', '144413.677000', '144413.680000', '144413.683000', '144413.685000', '144413.688000', '144413.691000', '144413.694000', '144413.696000', '144413.699000', '144413.702000', '144413.704000', '144413.707000', '144413.710000', '144413.712000', '144413.715000', '144413.718000', '144413.720000', '144413.723000', '144413.726000', '144413.728000', '144413.732000', '144413.735000', '144413.737000', '144413.740000', '144413.743000', '144413.746000', '144413.748000', '144413.751000', '144413.753000', '144413.756000', '144413.759000', '144413.761000', '144413.764000', '144413.767000', '144413.770000', '144433.657000', '144433.660000', '144433.663000', '144433.666000', '144433.668000', '144433.671000', '144433.674000', '144433.676000', '144433.679000', '144433.682000', '144433.684000', '144433.687000', '144433.690000', '144433.692000', '144433.695000', '144433.698000', '144433.700000', '144433.703000', '144433.706000', '144433.708000', '144433.711000', '144433.713000', '144433.716000', '144433.719000', '144433.721000', '144433.724000', '144433.727000', '144433.729000', '144433.732000', '144433.734000', '144433.737000', '144433.740000', '144433.742000', '144433.745000', '144433.748000', '144433.750000', '144433.753000', '144433.755000', '144433.758000', '144433.761000', '144433.763000', '144433.766000', '144433.769000', '144433.771000', '144444.593000', '144444.596000', '144444.599000', '144444.602000', '144444.605000', '144444.608000', '144444.611000', '144444.614000', '144444.616000', '144444.619000', '144444.622000', '144444.625000', '144444.627000', '144444.630000', '144444.633000', '144444.637000', '144444.640000', '144444.642000', '144444.645000', '144444.648000', '144444.650000', '144444.653000', '144444.656000', '144444.658000'], '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': [7249, 8392, 7193, 7275, 7042, 7927, 6902, 6102, 7214, 6196, 7138, 6596, 7444, 6943, 5932, 7251, 5966, 6962, 6588, 7658, 6413, 7221, 6472, 7634, 6480, 6961, 6535, 7497, 6839, 5904, 7135, 6080, 7432, 6550, 6831, 7095, 5963, 7105, 6523, 7525, 6858, 5930, 7148, 6213, 7653, 6978, 6229, 6790, 6261, 6800, 7340, 6096, 6159, 6490, 6269, 6541, 5879, 7295, 6530, 6630, 6221, 7608, 6674, 7833, 7446, 7599, 8277, 6707, 6891, 7016, 5973, 6479, 7022, 6150, 6044, 6818, 6944, 6030, 6663, 6651, 7453, 6204, 6052, 6942, 6826, 7168, 7271, 6259, 6774, 6988, 7052, 6380, 5822, 7144, 6711, 7315, 6553, 6601, 6542, 6068, 5961, 6624, 6084, 6715, 7146, 7770, 8604, 7722, 8711, 7749, 8088, 7253, 7881, 7198, 6926, 7242, 6131, 6535, 6461, 7574, 6172, 6431, 7374, 6905, 6009, 6452, 6209, 7497, 8044, 7604, 7191, 7248, 7390, 7251, 7008, 6891, 7078, 7187, 7391, 6686, 6186, 6443, 6604, 6773, 6783, 6320, 6316, 6658, 6394, 6919, 6679, 6676, 6965, 6726, 6366, 6436, 6368, 7317, 6298, 6057, 6404, 6321, 6596, 6724, 6608, 6957, 6649, 7338, 6997, 6944, 7235, 7230, 7232, 7124, 7499, 6938, 6742, 6952, 6265, 7677, 8531, 7538, 6468, 7226, 6765, 7270, 6892, 6389, 6368, 6792, 6437, 7684, 6524, 6293, 7320, 6889, 7244, 7578, 7230, 7734, 8356, 7842, 6998, 7435, 6453, 6379, 6406, 6320, 6454, 6315, 6430, 6304, 6377, 6413, 6489, 6457, 6858, 6678, 7090, 6971, 6888, 7128, 6501, 7345, 6516, 7642, 6412, 6088, 6397, 6490, 6562, 6119, 6200, 6506, 6335, 6888, 7087, 7174, 6894, 6917, 6805, 6994, 6223, 6181, 6568, 6377, 6571, 6700, 6507, 6282, 7919, 9055, 7408, 7013, 7425, 6392, 7649, 6126, 7347, 6005, 6391, 6269, 6390, 7661, 6513, 6403, 6786, 7215, 6459, 7036, 7725, 8200, 8215, 7518, 6684, 8558, 7319, 8018, 7458, 7078, 6062, 6174, 6421, 6583, 6781, 6451, 6238, 6304, 6103, 6140, 7883, 6259, 7974, 8016, 7581, 8343, 7385, 6866, 7164, 7004, 7276, 6822, 7001, 6668, 6929, 6315, 6562, 6398, 6726, 6265, 6632, 6520, 6467, 6160, 6904, 6545, 6454, 6338, 6473, 6461, 6905, 7102, 6421, 6807, 6686, 8264, 7584, 7716, 8324, 7370, 6816, 7403, 6685, 7487, 6793, 7229, 6907, 7469, 6852, 7379, 6808, 7651, 6923, 7331, 6812, 7490, 7076, 7483, 7138, 7300, 6630, 7376, 6572, 7313, 6246, 6966, 6601, 7302, 7426, 7293, 6738, 6875, 6521, 6984, 7568, 7377, 6869, 7359, 7099, 6780, 7642, 8475, 7428, 9881, 8912, 7918, 8086, 7560, 7900, 7397, 6153, 6717, 6127, 6907, 6467, 6935, 6700, 6987, 6784, 7153, 6876, 6620, 6496, 6884, 6682, 6221, 6171, 6120, 6878, 6308, 6778, 6744, 7733, 6224, 8836, 7297, 7367, 8515, 6837, 7532, 7029, 7032, 6951, 6909, 6491, 6551, 7070, 6875, 6753, 6298, 6779, 7094, 6884, 6871, 6424, 6651, 6091, 7177, 6287, 6496, 7429, 7097, 7959, 6745, 6284, 10050, 9046, 7696, 6265, 8068, 8657, 6651, 6333, 6755, 6662, 7071, 6691, 6968, 7136, 6593, 6480, 6138, 6949, 6311, 7378, 7333, 6798, 7090, 7027, 7096, 6725, 8934, 8546, 8310, 9579, 7966, 7667, 7289, 7180, 7045, 7229, 7604, 7395, 7310, 7197, 7209, 7259, 7779, 7667, 7108, 6809, 7428, 7665, 7762, 7189, 7893, 6967, 8729, 7890, 7742, 8163, 7476, 7558, 7932, 10372, 8364, 7298, 8054, 7440, 7931, 8270, 8023, 8303, 7841, 8592, 6596, 8133, 7201, 7117, 8338, 7224, 7527, 7665, 6144, 7125, 6959, 7877, 7297, 7163, 8070, 7427, 8330, 6533, 8211, 6656, 8133, 6728, 7691, 8008, 6169, 7419, 7850, 6857, 7517, 7848, 9093, 7769, 7985, 7417, 7473, 7353, 7062, 7051, 7330, 7211, 6296, 6940, 7118, 7090, 7121, 6679, 7403, 7900, 7111, 7287, 6983, 9569, 7285, 8422, 7104, 7868, 6428, 7147, 6635, 7398, 6077, 7067, 6707, 7809, 7080, 6384, 7128, 6397, 7327, 6214, 7796, 8446, 7285, 7280, 7043, 7674, 7523, 7793, 7129, 6037, 6930, 6404, 7260, 6577, 7353, 6649, 7149, 6685, 7460, 7120, 7109, 6995, 7460, 6419, 7434, 6580, 7155, 6743, 7554, 7132, 8851, 8676, 6301, 6403, 6623, 6685, 7175, 6194, 6959, 7563, 7440, 6325, 7458, 6793, 6878, 7979, 9255, 10093, 9257, 11874, 9276, 8486, 7515, 7404, 6827, 7671, 8491, 7669, 8755, 7900, 8402, 8070, 6189, 8473, 6131, 7457, 7151, 8250, 6379, 8009, 7003, 8390, 7546, 7353, 8097, 6266, 7633, 6161, 7831, 6524, 7727, 6247, 7683, 6180, 7472, 6747, 8050, 6241, 7756, 6037, 7856, 8627, 7803, 8795, 6932, 7395, 6664, 7544, 6283, 8107, 6462, 7792, 6047, 7556, 6497, 7760, 6528, 7698, 6007, 7572, 6289, 7831, 6293, 7857, 6604, 7927, 6359, 7740, 6809, 7057, 7332, 6157, 7882, 6174, 7863, 5889, 7840, 7711, 7765, 6793, 7525, 5893, 7371, 6317, 8052, 6388, 7968, 6856, 7405, 6534, 7366, 6445, 7479, 6481, 7798, 6550, 7456, 6699, 7548, 6755, 7470, 7070, 7389, 6454, 7414, 6686, 7455, 6920, 6701, 7291, 6079, 7922, 6199, 7711, 6961, 6282, 7828, 6321, 7678, 6380, 10395, 8073, 8422, 8578, 8423, 9768, 7836, 8473, 7983, 6293, 8255, 6100, 8086, 6810, 7762, 6451, 7688, 6582, 8198, 6571, 7972, 6173, 7827, 7168, 8058, 5869, 8187, 6364, 8277, 7210, 8153, 8715, 8098, 7250, 7868, 8292, 7695, 8402, 8066, 6122, 7647, 6607, 6568, 7654, 6531, 7867, 7963, 6128, 8725, 6256, 8828, 9066, 7827, 6130, 7979, 6209, 7299, 7828, 6823, 8396, 7679, 8969, 10110, 8160, 9509, 7311, 8088, 6993, 7864, 7177, 7761, 6854, 7211, 7623, 5946, 7677, 7296, 7553, 6009, 7710, 6016, 7862, 6239, 7897, 6245, 7585, 7011, 6960, 8015, 8168, 7549, 9143, 8097, 8239, 7382, 8133, 7458, 8761, 7240, 6169, 6887, 6920, 6725, 8067, 6498, 8544, 6654, 9246, 9610, 8542, 9278, 8154, 8407, 6769, 8415, 6655, 8266, 6242, 8177, 6106, 8104, 5977, 7943, 6564, 8076, 6414, 8024], 'WindowCenter': [3914.0, 3908.0, 3871.0, 3869.0, 3856.0, 3864.0, 3844.0, 3821.0, 3854.0, 3831.0, 3853.0, 3844.0, 3853.0, 3854.0, 3833.0, 3856.0, 3832.0, 3843.0, 3842.0, 3852.0, 3830.0, 3851.0, 3830.0, 3850.0, 3829.0, 3839.0, 3830.0, 3840.0, 3830.0, 3821.0, 3842.0, 3821.0, 3852.0, 3842.0, 3841.0, 3849.0, 3831.0, 3855.0, 3846.0, 3864.0, 3855.0, 3834.0, 3855.0, 3845.0, 3864.0, 3853.0, 3830.0, 3841.0, 3841.0, 3847.0, 3853.0, 3832.0, 3820.0, 3831.0, 3841.0, 3840.0, 3829.0, 3861.0, 3840.0, 3840.0, 3834.0, 3864.0, 3844.0, 3852.0, 3841.0, 3841.0, 3844.0, 3816.0, 3823.0, 3824.0, 3802.0, 3814.0, 3823.0, 3815.0, 3815.0, 3837.0, 3836.0, 3816.0, 3837.0, 3839.0, 3848.0, 3828.0, 3828.0, 3837.0, 3838.0, 3837.0, 3849.0, 3826.0, 3827.0, 3838.0, 3837.0, 3827.0, 3817.0, 3838.0, 3840.0, 3851.0, 3839.0, 3840.0, 3828.0, 3828.0, 3830.0, 3839.0, 3830.0, 3841.0, 3851.0, 3861.0, 3858.0, 3849.0, 3845.0, 3835.0, 3832.0, 3823.0, 3830.0, 3810.0, 3808.0, 3820.0, 3800.0, 3810.0, 3811.0, 3834.0, 3813.0, 3825.0, 3846.0, 3850.0, 3828.0, 3840.0, 3829.0, 3851.0, 3847.0, 3847.0, 3824.0, 3834.0, 3823.0, 3833.0, 3822.0, 3823.0, 3821.0, 3824.0, 3833.0, 3825.0, 3813.0, 3825.0, 3823.0, 3825.0, 3824.0, 3813.0, 3812.0, 3822.0, 3811.0, 3823.0, 3811.0, 3811.0, 3820.0, 3822.0, 3810.0, 3811.0, 3810.0, 3821.0, 3810.0, 3801.0, 3811.0, 3812.0, 3822.0, 3823.0, 3822.0, 3822.0, 3825.0, 3834.0, 3835.0, 3835.0, 3836.0, 3834.0, 3835.0, 3823.0, 3822.0, 3822.0, 3811.0, 3821.0, 3799.0, 3821.0, 3829.0, 3820.0, 3798.0, 3820.0, 3810.0, 3821.0, 3810.0, 3811.0, 3811.0, 3822.0, 3824.0, 3845.0, 3826.0, 3826.0, 3849.0, 3850.0, 3849.0, 3861.0, 3836.0, 3848.0, 3846.0, 3835.0, 3823.0, 3821.0, 3811.0, 3799.0, 3810.0, 3798.0, 3810.0, 3809.0, 3811.0, 3810.0, 3811.0, 3811.0, 3811.0, 3812.0, 3822.0, 3824.0, 3834.0, 3835.0, 3834.0, 3836.0, 3824.0, 3846.0, 3824.0, 3846.0, 3823.0, 3814.0, 3812.0, 3813.0, 3822.0, 3812.0, 3801.0, 3812.0, 3811.0, 3822.0, 3822.0, 3833.0, 3822.0, 3822.0, 3824.0, 3822.0, 3812.0, 3813.0, 3823.0, 3812.0, 3825.0, 3823.0, 3813.0, 3810.0, 3832.0, 3842.0, 3820.0, 3808.0, 3819.0, 3797.0, 3819.0, 3797.0, 3820.0, 3799.0, 3799.0, 3798.0, 3799.0, 3831.0, 3811.0, 3812.0, 3835.0, 3847.0, 3839.0, 3841.0, 3852.0, 3860.0, 3848.0, 3839.0, 3827.0, 3861.0, 3837.0, 3850.0, 3835.0, 3822.0, 3812.0, 3799.0, 3811.0, 3823.0, 3824.0, 3814.0, 3825.0, 3836.0, 3826.0, 3825.0, 3859.0, 3825.0, 3848.0, 3843.0, 3835.0, 3830.0, 3820.0, 3808.0, 3820.0, 3808.0, 3819.0, 3805.0, 3820.0, 3808.0, 3821.0, 3810.0, 3822.0, 3812.0, 3824.0, 3824.0, 3824.0, 3823.0, 3824.0, 3812.0, 3835.0, 3812.0, 3813.0, 3811.0, 3816.0, 3812.0, 3825.0, 3835.0, 3824.0, 3836.0, 3838.0, 3869.0, 3834.0, 3836.0, 3845.0, 3823.0, 3812.0, 3823.0, 3811.0, 3820.0, 3810.0, 3819.0, 3809.0, 3821.0, 3807.0, 3822.0, 3810.0, 3822.0, 3809.0, 3820.0, 3809.0, 3820.0, 3808.0, 3818.0, 3811.0, 3820.0, 3807.0, 3821.0, 3808.0, 3824.0, 3798.0, 3823.0, 3810.0, 3823.0, 3821.0, 3821.0, 3824.0, 3823.0, 3823.0, 3838.0, 3858.0, 3848.0, 3839.0, 3850.0, 3837.0, 3839.0, 3847.0, 3860.0, 3846.0, 3869.0, 3854.0, 3844.0, 3832.0, 3834.0, 3830.0, 3823.0, 3798.0, 3820.0, 3799.0, 3823.0, 3812.0, 3833.0, 3826.0, 3832.0, 3826.0, 3822.0, 3826.0, 3823.0, 3812.0, 3822.0, 3823.0, 3813.0, 3815.0, 3813.0, 3838.0, 3838.0, 3838.0, 3851.0, 3848.0, 3815.0, 3857.0, 3835.0, 3836.0, 3841.0, 3813.0, 3820.0, 3811.0, 3808.0, 3819.0, 3810.0, 3799.0, 3798.0, 3822.0, 3809.0, 3821.0, 3810.0, 3823.0, 3833.0, 3838.0, 3826.0, 3825.0, 3825.0, 3816.0, 3836.0, 3826.0, 3839.0, 3863.0, 3853.0, 3863.0, 3840.0, 3825.0, 3870.0, 3845.0, 3835.0, 3802.0, 3833.0, 3832.0, 3812.0, 3798.0, 3813.0, 3812.0, 3822.0, 3812.0, 3820.0, 3825.0, 3821.0, 3814.0, 3813.0, 3825.0, 3815.0, 3835.0, 3836.0, 3822.0, 3825.0, 3822.0, 3825.0, 3824.0, 3846.0, 3832.0, 3831.0, 3838.0, 3820.0, 3806.0, 3809.0, 3796.0, 3809.0, 3809.0, 3819.0, 3822.0, 3818.0, 3811.0, 3820.0, 3810.0, 3822.0, 3820.0, 3810.0, 3799.0, 3809.0, 3821.0, 3821.0, 3812.0, 3832.0, 3809.0, 3835.0, 3834.0, 3823.0, 3834.0, 3810.0, 3812.0, 3822.0, 3842.0, 3822.0, 3811.0, 3821.0, 3811.0, 3820.0, 3821.0, 3821.0, 3830.0, 3818.0, 3832.0, 3799.0, 3831.0, 3821.0, 3822.0, 3844.0, 3824.0, 3835.0, 3837.0, 3816.0, 3835.0, 3838.0, 3846.0, 3836.0, 3825.0, 3847.0, 3834.0, 3848.0, 3815.0, 3849.0, 3823.0, 3837.0, 3824.0, 3832.0, 3847.0, 3815.0, 3837.0, 3861.0, 3838.0, 3847.0, 3850.0, 3859.0, 3836.0, 3835.0, 3822.0, 3812.0, 3810.0, 3799.0, 3798.0, 3807.0, 3809.0, 3798.0, 3808.0, 3821.0, 3821.0, 3826.0, 3824.0, 3836.0, 3846.0, 3835.0, 3836.0, 3822.0, 3855.0, 3821.0, 3844.0, 3810.0, 3821.0, 3798.0, 3810.0, 3796.0, 3809.0, 3783.0, 3808.0, 3809.0, 3821.0, 3820.0, 3808.0, 3823.0, 3810.0, 3832.0, 3799.0, 3833.0, 3831.0, 3819.0, 3818.0, 3808.0, 3817.0, 3820.0, 3815.0, 3809.0, 3797.0, 3822.0, 3811.0, 3834.0, 3824.0, 3835.0, 3825.0, 3825.0, 3822.0, 3822.0, 3823.0, 3823.0, 3822.0, 3823.0, 3800.0, 3821.0, 3810.0, 3823.0, 3811.0, 3823.0, 3812.0, 3845.0, 3843.0, 3812.0, 3812.0, 3823.0, 3824.0, 3835.0, 3802.0, 3824.0, 3833.0, 3821.0, 3813.0, 3835.0, 3826.0, 3824.0, 3846.0, 3856.0, 3863.0, 3842.0, 3850.0, 3826.0, 3816.0, 3791.0, 3792.0, 3778.0, 3791.0, 3797.0, 3790.0, 3796.0, 3788.0, 3799.0, 3815.0, 3782.0, 3814.0, 3783.0, 3804.0, 3807.0, 3829.0, 3797.0, 3819.0, 3805.0, 3828.0, 3805.0, 3807.0, 3816.0, 3796.0, 3818.0, 3796.0, 3820.0, 3797.0, 3821.0, 3809.0, 3830.0, 3812.0, 3831.0, 3824.0, 3844.0, 3812.0, 3834.0, 3800.0, 3832.0, 3829.0, 3820.0, 3828.0, 3809.0, 3819.0, 3808.0, 3818.0, 3810.0, 3831.0, 3810.0, 3832.0, 3798.0, 3831.0, 3799.0, 3832.0, 3798.0, 3832.0, 3799.0, 3832.0, 3809.0, 3831.0, 3810.0, 3833.0, 3822.0, 3843.0, 3814.0, 3833.0, 3826.0, 3835.0, 3846.0, 3825.0, 3846.0, 3814.0, 3847.0, 3802.0, 3846.0, 3833.0, 3835.0, 3822.0, 3833.0, 3800.0, 3834.0, 3823.0, 3844.0, 3824.0, 3844.0, 3837.0, 3835.0, 3827.0, 3835.0, 3826.0, 3834.0, 3825.0, 3836.0, 3813.0, 3835.0, 3824.0, 3835.0, 3823.0, 3835.0, 3836.0, 3835.0, 3826.0, 3845.0, 3837.0, 3835.0, 3838.0, 3835.0, 3847.0, 3827.0, 3858.0, 3827.0, 3858.0, 3849.0, 3838.0, 3859.0, 3838.0, 3848.0, 3828.0, 3879.0, 3846.0, 3847.0, 3842.0, 3844.0, 3852.0, 3832.0, 3829.0, 3831.0, 3798.0, 3842.0, 3800.0, 3842.0, 3822.0, 3833.0, 3824.0, 3833.0, 3823.0, 3845.0, 3812.0, 3833.0, 3799.0, 3832.0, 3809.0, 3832.0, 3799.0, 3843.0, 3810.0, 3844.0, 3820.0, 3833.0, 3841.0, 3833.0, 3820.0, 3833.0, 3841.0, 3834.0, 3842.0, 3844.0, 3813.0, 3834.0, 3826.0, 3825.0, 3858.0, 3839.0, 3859.0, 3861.0, 3829.0, 3872.0, 3828.0, 3871.0, 3857.0, 3847.0, 3801.0, 3844.0, 3815.0, 3833.0, 3846.0, 3824.0, 3858.0, 3833.0, 3857.0, 3862.0, 3843.0, 3851.0, 3821.0, 3817.0, 3810.0, 3828.0, 3820.0, 3818.0, 3811.0, 3820.0, 3832.0, 3811.0, 3834.0, 3831.0, 3834.0, 3812.0, 3843.0, 3813.0, 3844.0, 3813.0, 3844.0, 3825.0, 3844.0, 3836.0, 3833.0, 3847.0, 3844.0, 3835.0, 3853.0, 3834.0, 3833.0, 3822.0, 3821.0, 3822.0, 3843.0, 3834.0, 3814.0, 3835.0, 3838.0, 3839.0, 3860.0, 3828.0, 3861.0, 3827.0, 3858.0, 3854.0, 3845.0, 3841.0, 3832.0, 3830.0, 3808.0, 3830.0, 3797.0, 3829.0, 3797.0, 3830.0, 3798.0, 3831.0, 3799.0, 3831.0, 3822.0, 3844.0, 3824.0, 3844.0], 'WindowWidth': [8781.0, 8755.0, 8696.0, 8685.0, 8662.0, 8669.0, 8641.0, 8608.0, 8653.0, 8622.0, 8653.0, 8642.0, 8651.0, 8655.0, 8625.0, 8659.0, 8624.0, 8638.0, 8635.0, 8648.0, 8617.0, 8645.0, 8616.0, 8641.0, 8613.0, 8625.0, 8614.0, 8627.0, 8615.0, 8605.0, 8635.0, 8606.0, 8648.0, 8636.0, 8634.0, 8642.0, 8621.0, 8658.0, 8648.0, 8670.0, 8658.0, 8628.0, 8658.0, 8646.0, 8669.0, 8655.0, 8619.0, 8636.0, 8634.0, 8648.0, 8655.0, 8626.0, 8605.0, 8617.0, 8635.0, 8634.0, 8619.0, 8663.0, 8634.0, 8635.0, 8629.0, 8669.0, 8642.0, 8650.0, 8630.0, 8628.0, 8625.0, 8589.0, 8594.0, 8597.0, 8567.0, 8586.0, 8597.0, 8590.0, 8590.0, 8623.0, 8621.0, 8592.0, 8623.0, 8628.0, 8639.0, 8613.0, 8613.0, 8624.0, 8625.0, 8623.0, 8641.0, 8607.0, 8608.0, 8625.0, 8624.0, 8612.0, 8598.0, 8626.0, 8632.0, 8649.0, 8629.0, 8631.0, 8611.0, 8614.0, 8619.0, 8630.0, 8622.0, 8635.0, 8649.0, 8660.0, 8652.0, 8640.0, 8628.0, 8614.0, 8604.0, 8594.0, 8599.0, 8573.0, 8566.0, 8585.0, 8559.0, 8572.0, 8578.0, 8613.0, 8586.0, 8606.0, 8635.0, 8645.0, 8616.0, 8636.0, 8617.0, 8650.0, 8637.0, 8635.0, 8600.0, 8612.0, 8595.0, 8610.0, 8594.0, 8597.0, 8591.0, 8599.0, 8611.0, 8605.0, 8587.0, 8604.0, 8599.0, 8603.0, 8599.0, 8586.0, 8581.0, 8594.0, 8577.0, 8595.0, 8579.0, 8577.0, 8587.0, 8593.0, 8575.0, 8579.0, 8575.0, 8592.0, 8575.0, 8566.0, 8578.0, 8581.0, 8593.0, 8597.0, 8595.0, 8596.0, 8602.0, 8615.0, 8618.0, 8617.0, 8621.0, 8615.0, 8616.0, 8597.0, 8593.0, 8594.0, 8576.0, 8591.0, 8558.0, 8589.0, 8596.0, 8586.0, 8556.0, 8587.0, 8571.0, 8590.0, 8573.0, 8578.0, 8578.0, 8595.0, 8602.0, 8632.0, 8610.0, 8610.0, 8643.0, 8647.0, 8646.0, 8662.0, 8621.0, 8640.0, 8634.0, 8614.0, 8595.0, 8590.0, 8576.0, 8560.0, 8573.0, 8556.0, 8575.0, 8572.0, 8578.0, 8575.0, 8579.0, 8580.0, 8581.0, 8583.0, 8597.0, 8600.0, 8616.0, 8617.0, 8614.0, 8619.0, 8602.0, 8633.0, 8601.0, 8633.0, 8598.0, 8588.0, 8581.0, 8584.0, 8594.0, 8582.0, 8564.0, 8581.0, 8579.0, 8595.0, 8595.0, 8612.0, 8596.0, 8594.0, 8599.0, 8594.0, 8582.0, 8583.0, 8598.0, 8583.0, 8603.0, 8596.0, 8584.0, 8576.0, 8607.0, 8615.0, 8585.0, 8567.0, 8583.0, 8552.0, 8585.0, 8552.0, 8587.0, 8556.0, 8557.0, 8554.0, 8558.0, 8603.0, 8580.0, 8584.0, 8619.0, 8636.0, 8630.0, 8635.0, 8648.0, 8658.0, 8637.0, 8625.0, 8609.0, 8658.0, 8620.0, 8640.0, 8615.0, 8596.0, 8582.0, 8560.0, 8578.0, 8599.0, 8599.0, 8585.0, 8605.0, 8625.0, 8611.0, 8608.0, 8658.0, 8605.0, 8638.0, 8622.0, 8614.0, 8600.0, 8587.0, 8569.0, 8586.0, 8567.0, 8586.0, 8562.0, 8588.0, 8570.0, 8591.0, 8575.0, 8595.0, 8583.0, 8601.0, 8601.0, 8603.0, 8598.0, 8602.0, 8582.0, 8617.0, 8581.0, 8584.0, 8580.0, 8591.0, 8583.0, 8603.0, 8616.0, 8602.0, 8621.0, 8627.0, 8670.0, 8614.0, 8617.0, 8626.0, 8595.0, 8578.0, 8594.0, 8578.0, 8587.0, 8575.0, 8583.0, 8571.0, 8588.0, 8566.0, 8590.0, 8572.0, 8591.0, 8570.0, 8586.0, 8570.0, 8585.0, 8567.0, 8579.0, 8573.0, 8586.0, 8565.0, 8590.0, 8570.0, 8598.0, 8557.0, 8594.0, 8573.0, 8593.0, 8589.0, 8590.0, 8597.0, 8600.0, 8601.0, 8627.0, 8655.0, 8642.0, 8632.0, 8648.0, 8627.0, 8629.0, 8636.0, 8659.0, 8634.0, 8667.0, 8639.0, 8627.0, 8607.0, 8610.0, 8601.0, 8594.0, 8557.0, 8590.0, 8561.0, 8596.0, 8584.0, 8613.0, 8606.0, 8611.0, 8606.0, 8597.0, 8607.0, 8599.0, 8584.0, 8596.0, 8600.0, 8586.0, 8591.0, 8587.0, 8627.0, 8630.0, 8629.0, 8651.0, 8643.0, 8594.0, 8649.0, 8616.0, 8617.0, 8618.0, 8582.0, 8587.0, 8577.0, 8571.0, 8586.0, 8573.0, 8559.0, 8557.0, 8592.0, 8573.0, 8591.0, 8576.0, 8599.0, 8613.0, 8624.0, 8607.0, 8604.0, 8605.0, 8592.0, 8618.0, 8608.0, 8631.0, 8668.0, 8654.0, 8668.0, 8632.0, 8605.0, 8666.0, 8627.0, 8614.0, 8564.0, 8608.0, 8604.0, 8578.0, 8556.0, 8580.0, 8579.0, 8593.0, 8580.0, 8589.0, 8600.0, 8593.0, 8587.0, 8586.0, 8602.0, 8588.0, 8615.0, 8617.0, 8595.0, 8601.0, 8593.0, 8601.0, 8598.0, 8629.0, 8603.0, 8602.0, 8606.0, 8585.0, 8558.0, 8568.0, 8547.0, 8569.0, 8567.0, 8581.0, 8589.0, 8580.0, 8576.0, 8585.0, 8571.0, 8590.0, 8587.0, 8572.0, 8554.0, 8567.0, 8585.0, 8586.0, 8576.0, 8602.0, 8569.0, 8608.0, 8607.0, 8592.0, 8606.0, 8571.0, 8573.0, 8589.0, 8613.0, 8588.0, 8571.0, 8586.0, 8571.0, 8583.0, 8585.0, 8587.0, 8598.0, 8578.0, 8600.0, 8554.0, 8601.0, 8590.0, 8592.0, 8624.0, 8596.0, 8613.0, 8619.0, 8594.0, 8618.0, 8625.0, 8634.0, 8621.0, 8603.0, 8634.0, 8613.0, 8636.0, 8589.0, 8638.0, 8599.0, 8616.0, 8598.0, 8609.0, 8634.0, 8594.0, 8623.0, 8660.0, 8628.0, 8636.0, 8643.0, 8652.0, 8617.0, 8612.0, 8590.0, 8575.0, 8569.0, 8552.0, 8551.0, 8561.0, 8568.0, 8556.0, 8569.0, 8590.0, 8591.0, 8604.0, 8600.0, 8618.0, 8634.0, 8617.0, 8616.0, 8594.0, 8641.0, 8590.0, 8624.0, 8573.0, 8588.0, 8553.0, 8570.0, 8548.0, 8570.0, 8528.0, 8567.0, 8570.0, 8587.0, 8589.0, 8572.0, 8596.0, 8577.0, 8610.0, 8561.0, 8609.0, 8603.0, 8583.0, 8581.0, 8569.0, 8577.0, 8586.0, 8574.0, 8572.0, 8555.0, 8593.0, 8579.0, 8613.0, 8601.0, 8616.0, 8604.0, 8603.0, 8597.0, 8595.0, 8596.0, 8595.0, 8594.0, 8595.0, 8560.0, 8591.0, 8575.0, 8595.0, 8576.0, 8592.0, 8578.0, 8628.0, 8623.0, 8581.0, 8584.0, 8600.0, 8601.0, 8618.0, 8567.0, 8599.0, 8608.0, 8589.0, 8582.0, 8617.0, 8607.0, 8602.0, 8636.0, 8646.0, 8652.0, 8618.0, 8625.0, 8585.0, 8570.0, 8528.0, 8532.0, 8508.0, 8529.0, 8532.0, 8526.0, 8529.0, 8522.0, 8540.0, 8571.0, 8523.0, 8567.0, 8527.0, 8556.0, 8565.0, 8597.0, 8550.0, 8583.0, 8559.0, 8593.0, 8560.0, 8563.0, 8575.0, 8550.0, 8580.0, 8550.0, 8587.0, 8553.0, 8589.0, 8572.0, 8603.0, 8582.0, 8606.0, 8601.0, 8627.0, 8583.0, 8612.0, 8561.0, 8607.0, 8596.0, 8587.0, 8595.0, 8571.0, 8583.0, 8569.0, 8582.0, 8575.0, 8603.0, 8575.0, 8605.0, 8558.0, 8603.0, 8559.0, 8606.0, 8557.0, 8606.0, 8558.0, 8606.0, 8574.0, 8604.0, 8575.0, 8610.0, 8595.0, 8625.0, 8586.0, 8613.0, 8607.0, 8617.0, 8635.0, 8606.0, 8635.0, 8590.0, 8635.0, 8571.0, 8633.0, 8611.0, 8615.0, 8594.0, 8610.0, 8565.0, 8613.0, 8599.0, 8628.0, 8605.0, 8630.0, 8624.0, 8618.0, 8611.0, 8619.0, 8608.0, 8615.0, 8603.0, 8619.0, 8584.0, 8616.0, 8600.0, 8617.0, 8600.0, 8618.0, 8620.0, 8618.0, 8609.0, 8633.0, 8624.0, 8618.0, 8626.0, 8621.0, 8637.0, 8613.0, 8654.0, 8614.0, 8653.0, 8645.0, 8628.0, 8658.0, 8630.0, 8641.0, 8615.0, 8684.0, 8631.0, 8636.0, 8619.0, 8625.0, 8631.0, 8606.0, 8599.0, 8604.0, 8557.0, 8618.0, 8563.0, 8622.0, 8597.0, 8611.0, 8603.0, 8612.0, 8600.0, 8629.0, 8581.0, 8609.0, 8559.0, 8607.0, 8571.0, 8606.0, 8561.0, 8622.0, 8575.0, 8626.0, 8587.0, 8611.0, 8616.0, 8608.0, 8589.0, 8608.0, 8616.0, 8612.0, 8620.0, 8627.0, 8585.0, 8615.0, 8606.0, 8606.0, 8656.0, 8633.0, 8657.0, 8662.0, 8619.0, 8678.0, 8615.0, 8675.0, 8649.0, 8635.0, 8564.0, 8626.0, 8592.0, 8613.0, 8632.0, 8601.0, 8652.0, 8611.0, 8645.0, 8646.0, 8621.0, 8629.0, 8588.0, 8579.0, 8573.0, 8596.0, 8588.0, 8584.0, 8579.0, 8588.0, 8609.0, 8580.0, 8614.0, 8606.0, 8613.0, 8583.0, 8625.0, 8586.0, 8627.0, 8587.0, 8627.0, 8604.0, 8627.0, 8620.0, 8614.0, 8635.0, 8626.0, 8616.0, 8635.0, 8610.0, 8606.0, 8591.0, 8587.0, 8590.0, 8622.0, 8614.0, 8589.0, 8616.0, 8627.0, 8630.0, 8659.0, 8614.0, 8660.0, 8608.0, 8651.0, 8638.0, 8626.0, 8616.0, 8605.0, 8600.0, 8568.0, 8598.0, 8551.0, 8597.0, 8550.0, 8599.0, 8554.0, 8603.0, 8561.0, 8605.0, 8594.0, 8626.0, 8600.0, 8626.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.0042865132336018415</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0835300416570771</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.04244439184336</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1015962448617507</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9539455638709678</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4523</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6520.7715</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09997116740947949</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.6823935558112773</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.67068004060201</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4561571232588326</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.881386749484205</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.674496249062993</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.006698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011610416695475578</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026196449995040894</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.921938034843666</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>30.2972</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3872</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.7923</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305517.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>567.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.2655</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1391</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.4854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3068.1801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3258.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71027.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1052.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4002.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.7059</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.837765678064898</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> |