=== 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-0078 --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-0078",
"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-0078_ses-01_task-social_acq-mb8_run-05_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-0078_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0078_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_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-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-01_task-social_acq-mb8_run-05_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-0078/ses-01/func/sub-0078_ses-01_task-social_acq-mb8_run-05_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>28bd16e694809dfc3b04bfc8bffa7f58</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>21:21:41.467500</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.993328, 0.113962, -0.0176507, -0.112473, 0.991189, 0.0699636]</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-05_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.0770008</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7754, -7331, 799, -83, -238, -83, 131]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.052</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a0976194-889f-4bab-b7bc-d9a812bc4897||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.665027379989624, -0.301756888628006, -0.06876460462808609, 122.1244888305664], [-0.30575090646743774, 2.6592867374420166, 0.18228138983249664, -97.98878479003906], [-0.04735560342669487, -0.1877073049545288, 2.692962169647217, -80.58750915527344], [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': ['212141.467500', '212141.927500', '212142.387500', '212142.847500', '212143.307500', '212143.767500', '212144.227500', '212144.687500', '212145.147500', '212145.607500', '212146.067500', '212146.527500', '212146.987500', '212147.447500', '212147.907500', '212148.367500', '212148.827500', '212149.287500', '212149.747500', '212150.207500', '212150.667500', '212151.127500', '212151.587500', '212152.047500', '212152.507500', '212152.967500', '212153.427500', '212153.887500', '212154.347500', '212154.807500', '212155.267500', '212155.727500', '212156.187500', '212156.647500', '212157.107500', '212157.567500', '212158.027500', '212158.487500', '212158.947500', '212159.407500', '212159.867500', '212200.327500', '212200.787500', '212201.247500', '212201.707500', '212202.167500', '212202.627500', '212203.087500', '212203.547500', '212204.007500', '212204.467500', '212204.927500', '212205.387500', '212205.847500', '212206.307500', '212206.767500', '212207.227500', '212207.687500', '212208.147500', '212208.607500', '212209.067500', '212209.527500', '212209.987500', '212210.447500', '212210.907500', '212211.367500', '212211.827500', '212212.287500', '212212.747500', '212213.207500', '212213.667500', '212214.127500', '212214.587500', '212215.047500', '212215.507500', '212215.967500', '212216.427500', '212216.887500', '212217.347500', '212217.807500', '212218.267500', '212218.727500', '212219.187500', '212219.647500', '212220.107500', '212220.567500', '212221.027500', '212221.487500', '212221.947500', '212222.407500', '212222.867500', '212223.327500', '212223.787500', '212224.247500', '212224.707500', '212225.167500', '212225.627500', '212226.087500', '212226.547500', '212227.007500', '212227.467500', '212227.927500', '212228.387500', '212228.847500', '212229.307500', '212229.767500', '212230.227500', '212230.687500', '212231.147500', '212231.607500', '212232.067500', '212232.527500', '212232.987500', '212233.447500', '212233.907500', '212234.367500', '212234.827500', '212235.287500', '212235.747500', '212236.207500', '212236.667500', '212237.127500', '212237.587500', '212238.047500', '212238.507500', '212238.967500', '212239.427500', '212239.887500', '212240.347500', '212240.807500', '212241.267500', '212241.727500', '212242.187500', '212242.647500', '212243.107500', '212243.567500', '212244.027500', '212244.487500', '212244.947500', '212245.407500', '212245.867500', '212246.327500', '212246.787500', '212247.247500', '212247.707500', '212248.167500', '212248.627500', '212249.087500', '212249.547500', '212250.007500', '212250.467500', '212250.927500', '212251.387500', '212251.847500', '212252.307500', '212252.767500', '212253.227500', '212253.687500', '212254.147500', '212254.607500', '212255.067500', '212255.527500', '212255.987500', '212256.447500', '212256.907500', '212257.367500', '212257.827500', '212258.287500', '212258.747500', '212259.207500', '212259.667500', '212300.127500', '212300.587500', '212301.047500', '212301.507500', '212301.967500', '212302.427500', '212302.887500', '212303.347500', '212303.807500', '212304.267500', '212304.727500', '212305.187500', '212305.647500', '212306.107500', '212306.567500', '212307.027500', '212307.487500', '212307.947500', '212308.407500', '212308.867500', '212309.327500', '212309.787500', '212310.247500', '212310.707500', '212311.167500', '212311.627500', '212312.087500', '212312.547500', '212313.007500', '212313.467500', '212313.927500', '212314.387500', '212314.847500', '212315.307500', '212315.767500', '212316.227500', '212316.687500', '212317.147500', '212317.607500', '212318.067500', '212318.527500', '212318.987500', '212319.447500', '212319.907500', '212320.367500', '212320.827500', '212321.287500', '212321.747500', '212322.207500', '212322.667500', '212323.127500', '212323.587500', '212324.047500', '212324.507500', '212324.967500', '212325.427500', '212325.887500', '212326.347500', '212326.807500', '212327.267500', '212327.727500', '212328.187500', '212328.647500', '212329.107500', '212329.567500', '212330.027500', '212330.487500', '212330.947500', '212331.407500', '212331.867500', '212332.327500', '212332.787500', '212333.247500', '212333.707500', '212334.167500', '212334.627500', '212335.087500', '212335.547500', '212336.007500', '212336.467500', '212336.927500', '212337.387500', '212337.847500', '212338.307500', '212338.767500', '212339.227500', '212339.687500', '212340.147500', '212340.607500', '212341.067500', '212341.527500', '212341.987500', '212342.447500', '212342.907500', '212343.367500', '212343.827500', '212344.287500', '212344.747500', '212345.207500', '212345.667500', '212346.127500', '212346.587500', '212347.047500', '212347.507500', '212347.967500', '212348.427500', '212348.887500', '212349.347500', '212349.807500', '212350.267500', '212350.727500', '212351.187500', '212351.647500', '212352.107500', '212352.567500', '212353.027500', '212353.487500', '212353.947500', '212354.407500', '212354.867500', '212355.327500', '212355.787500', '212356.247500', '212356.707500', '212357.167500', '212357.627500', '212358.087500', '212358.547500', '212359.007500', '212359.467500', '212359.927500', '212400.387500', '212400.847500', '212401.307500', '212401.767500', '212402.227500', '212402.687500', '212403.147500', '212403.607500', '212404.067500', '212404.527500', '212404.987500', '212405.447500', '212405.907500', '212406.367500', '212406.827500', '212407.287500', '212407.747500', '212408.207500', '212408.667500', '212409.127500', '212409.587500', '212410.047500', '212410.507500', '212410.967500', '212411.427500', '212411.887500', '212412.347500', '212412.807500', '212413.267500', '212413.727500', '212414.187500', '212414.647500', '212415.107500', '212415.567500', '212416.027500', '212416.487500', '212416.947500', '212417.407500', '212417.867500', '212418.327500', '212418.787500', '212419.247500', '212419.707500', '212420.167500', '212420.627500', '212421.087500', '212421.547500', '212422.007500', '212422.467500', '212422.927500', '212423.387500', '212423.847500', '212424.307500', '212424.767500', '212425.227500', '212425.687500', '212426.147500', '212426.607500', '212427.067500', '212427.527500', '212427.987500', '212428.447500', '212428.907500', '212429.367500', '212429.827500', '212430.287500', '212430.747500', '212431.207500', '212431.667500', '212432.127500', '212432.587500', '212433.047500', '212433.507500', '212433.967500', '212434.427500', '212434.887500', '212435.347500', '212435.807500', '212436.267500', '212436.727500', '212437.187500', '212437.647500', '212438.107500', '212438.567500', '212439.027500', '212439.487500', '212439.947500', '212440.407500', '212440.867500', '212441.327500', '212441.787500', '212442.247500', '212442.707500', '212443.167500', '212443.627500', '212444.087500', '212444.547500', '212445.007500', '212445.467500', '212445.927500', '212446.387500', '212446.847500', '212447.307500', '212447.767500', '212448.227500', '212448.687500', '212449.147500', '212449.607500', '212450.067500', '212450.527500', '212450.987500', '212451.447500', '212451.907500', '212452.367500', '212452.827500', '212453.287500', '212453.747500', '212454.207500', '212454.667500', '212455.127500', '212455.587500', '212456.047500', '212456.507500', '212456.967500', '212457.427500', '212457.887500', '212458.347500', '212458.807500', '212459.267500', '212459.727500', '212500.187500', '212500.647500', '212501.107500', '212501.567500', '212502.027500', '212502.487500', '212502.947500', '212503.407500', '212503.867500', '212504.327500', '212504.787500', '212505.247500', '212505.707500', '212506.167500', '212506.627500', '212507.087500', '212507.547500', '212508.007500', '212508.467500', '212508.927500', '212509.387500', '212509.847500', '212510.307500', '212510.767500', '212511.227500', '212511.687500', '212512.147500', '212512.607500', '212513.067500', '212513.527500', '212513.987500', '212514.447500', '212514.907500', '212515.367500', '212515.827500', '212516.287500', '212516.747500', '212517.207500', '212517.667500', '212518.127500', '212518.587500', '212519.047500', '212519.507500', '212519.967500', '212520.427500', '212520.887500', '212521.347500', '212521.807500', '212522.267500', '212522.727500', '212523.187500', '212523.647500', '212524.107500', '212524.567500', '212525.027500', '212525.487500', '212525.947500', '212526.407500', '212526.867500', '212527.327500', '212527.787500', '212528.247500', '212528.707500', '212529.167500', '212529.627500', '212530.087500', '212530.547500', '212531.007500', '212531.467500', '212531.927500', '212532.387500', '212532.847500', '212533.307500', '212533.767500', '212534.227500', '212534.687500', '212535.147500', '212535.607500', '212536.067500', '212536.527500', '212536.987500', '212537.447500', '212537.907500', '212538.367500', '212538.827500', '212539.287500', '212539.747500', '212540.207500', '212540.667500', '212541.127500', '212541.587500', '212542.047500', '212542.507500', '212542.967500', '212543.427500', '212543.887500', '212544.347500', '212544.807500', '212545.267500', '212545.727500', '212546.187500', '212546.647500', '212547.107500', '212547.567500', '212548.027500', '212548.487500', '212548.947500', '212549.407500', '212549.867500', '212550.327500', '212550.787500', '212551.247500', '212551.707500', '212552.167500', '212552.627500', '212553.087500', '212553.547500', '212554.007500', '212554.467500', '212554.927500', '212555.387500', '212555.847500', '212556.307500', '212556.767500', '212557.227500', '212557.687500', '212558.147500', '212558.607500', '212559.067500', '212559.527500', '212559.987500', '212600.447500', '212600.907500', '212601.367500', '212601.827500', '212602.287500', '212602.747500', '212603.207500', '212603.667500', '212604.127500', '212604.587500', '212605.047500', '212605.507500', '212605.967500', '212606.427500', '212606.887500', '212607.347500', '212607.807500', '212608.267500', '212608.727500', '212609.187500', '212609.647500', '212610.107500', '212610.567500', '212611.027500', '212611.487500', '212611.947500', '212612.407500', '212612.867500', '212613.327500', '212613.787500', '212614.247500', '212614.707500', '212615.167500', '212615.627500', '212616.087500', '212616.547500', '212617.007500', '212617.467500', '212617.927500', '212618.387500', '212618.847500', '212619.307500', '212619.767500', '212620.227500', '212620.687500', '212621.147500', '212621.607500', '212622.067500', '212622.527500', '212622.987500', '212623.447500', '212623.907500', '212624.367500', '212624.827500', '212625.287500', '212625.747500', '212626.207500', '212626.667500', '212627.127500', '212627.587500', '212628.047500', '212628.507500', '212628.967500', '212629.427500', '212629.887500', '212630.347500', '212630.807500', '212631.267500', '212631.727500', '212632.187500', '212632.647500', '212633.107500', '212633.567500', '212634.027500', '212634.487500', '212634.947500', '212635.407500', '212635.867500', '212636.327500', '212636.787500', '212637.247500', '212637.707500', '212638.167500', '212638.627500', '212639.087500', '212639.547500', '212640.007500', '212640.467500', '212640.927500', '212641.387500', '212641.847500', '212642.307500', '212642.767500', '212643.227500', '212643.687500', '212644.147500', '212644.607500', '212645.067500', '212645.527500', '212645.987500', '212646.447500', '212646.907500', '212647.367500', '212647.827500', '212648.287500', '212648.747500', '212649.207500', '212649.667500', '212650.127500', '212650.587500', '212651.047500', '212651.507500', '212651.967500', '212652.427500', '212652.887500', '212653.347500', '212653.807500', '212654.267500', '212654.727500', '212655.187500', '212655.647500', '212656.107500', '212656.567500', '212657.027500', '212657.487500', '212657.947500', '212658.407500', '212658.867500', '212659.327500', '212659.787500', '212700.247500', '212700.707500', '212701.167500', '212701.627500', '212702.087500', '212702.547500', '212703.007500', '212703.467500', '212703.927500', '212704.387500', '212704.847500', '212705.307500', '212705.767500', '212706.227500', '212706.687500', '212707.147500', '212707.607500', '212708.067500', '212708.527500', '212708.987500', '212709.447500', '212709.907500', '212710.367500', '212710.827500', '212711.287500', '212711.747500', '212712.207500', '212712.667500', '212713.127500', '212713.587500', '212714.047500', '212714.507500', '212714.967500', '212715.427500', '212715.887500', '212716.347500', '212716.807500', '212717.267500', '212717.727500', '212718.187500', '212718.647500', '212719.107500', '212719.567500', '212720.027500', '212720.487500', '212720.947500', '212721.407500', '212721.867500', '212722.327500', '212722.787500', '212723.247500', '212723.707500', '212724.167500', '212724.627500', '212725.087500', '212725.547500', '212726.007500', '212726.467500', '212726.927500', '212727.387500', '212727.847500', '212728.307500', '212728.767500', '212729.227500', '212729.687500', '212730.147500', '212730.607500', '212731.067500', '212731.527500', '212731.987500', '212732.447500', '212732.907500', '212733.367500', '212733.827500', '212734.287500', '212734.747500', '212735.207500', '212735.667500', '212736.127500', '212736.587500', '212737.047500', '212737.507500', '212737.967500', '212738.427500', '212738.887500', '212739.347500', '212739.807500', '212740.267500', '212740.727500', '212741.187500', '212741.647500', '212742.107500', '212742.567500', '212743.027500', '212743.487500', '212743.947500', '212744.407500', '212744.867500', '212745.327500', '212745.787500', '212746.247500', '212746.707500', '212747.167500', '212747.627500', '212748.087500', '212748.547500', '212749.007500', '212749.467500', '212749.927500', '212750.387500', '212750.847500', '212751.307500', '212751.767500', '212752.227500', '212752.687500', '212753.147500', '212753.607500', '212754.067500', '212754.527500', '212754.987500', '212755.447500', '212755.907500', '212756.367500', '212756.827500', '212757.287500', '212757.747500', '212758.207500', '212758.667500', '212759.127500', '212759.587500', '212800.047500', '212800.507500', '212800.967500', '212801.427500', '212801.887500', '212802.347500', '212802.807500', '212803.267500', '212803.727500', '212804.187500', '212804.647500', '212805.107500', '212805.567500', '212806.027500', '212806.487500', '212806.947500', '212807.407500', '212807.867500', '212808.327500', '212808.787500', '212809.247500', '212809.707500', '212810.167500', '212810.627500', '212811.087500', '212811.547500', '212812.007500', '212812.467500', '212812.927500', '212813.387500', '212813.847500', '212814.307500', '212814.767500', '212815.227500', '212815.687500', '212816.147500', '212816.607500', '212817.067500', '212817.527500', '212817.987500', '212818.447500', '212818.907500', '212819.367500', '212819.827500', '212820.287500', '212820.747500', '212821.207500', '212821.667500', '212822.127500'], 'ContentTime': ['212152.813000', '212152.816000', '212152.818000', '212152.827000', '212152.829000', '212152.832000', '212152.834000', '212152.837000', '212152.839000', '212152.842000', '212152.849000', '212152.852000', '212152.863000', '212152.866000', '212152.869000', '212152.871000', '212152.874000', '212152.877000', '212152.879000', '212152.882000', '212152.884000', '212152.887000', '212212.767000', '212212.770000', '212212.773000', '212212.776000', '212212.778000', '212212.781000', '212212.784000', '212212.786000', '212212.789000', '212212.791000', '212212.799000', '212212.802000', '212212.807000', '212212.809000', '212212.812000', '212212.815000', '212212.817000', '212212.820000', '212212.822000', '212212.825000', '212212.828000', '212212.830000', '212212.833000', '212212.835000', '212212.838000', '212212.841000', '212212.843000', '212212.846000', '212212.848000', '212212.851000', '212212.854000', '212212.856000', '212212.859000', '212212.861000', '212212.864000', '212212.867000', '212212.869000', '212212.872000', '212212.875000', '212212.877000', '212212.880000', '212212.882000', '212212.885000', '212232.769000', '212232.771000', '212232.774000', '212232.777000', '212232.779000', '212232.782000', '212232.785000', '212232.787000', '212232.790000', '212232.792000', '212232.795000', '212232.798000', '212232.800000', '212232.803000', '212232.805000', '212232.808000', '212232.811000', '212232.813000', '212232.816000', '212232.819000', '212232.821000', '212232.824000', '212232.826000', '212232.829000', '212232.832000', '212232.834000', '212232.837000', '212232.839000', '212232.842000', '212232.844000', '212232.847000', '212232.850000', '212232.852000', '212232.855000', '212232.857000', '212232.860000', '212232.862000', '212232.865000', '212232.868000', '212232.870000', '212232.873000', '212232.877000', '212232.880000', '212232.883000', '212252.769000', '212252.772000', '212252.774000', '212252.777000', '212252.779000', '212252.782000', '212252.785000', '212252.787000', '212252.790000', '212252.793000', '212252.795000', '212252.798000', '212252.800000', '212252.803000', '212252.806000', '212252.808000', '212252.811000', '212252.813000', '212252.816000', '212252.819000', '212252.821000', '212252.824000', '212252.827000', '212252.830000', '212252.832000', '212252.835000', '212252.838000', '212252.840000', '212252.843000', '212252.846000', '212252.848000', '212252.851000', '212252.853000', '212252.856000', '212252.859000', '212252.861000', '212252.864000', '212252.866000', '212252.869000', '212252.872000', '212252.874000', '212252.877000', '212252.879000', '212312.767000', '212312.770000', '212312.773000', '212312.776000', '212312.779000', '212312.781000', '212312.784000', '212312.787000', '212312.789000', '212312.792000', '212312.795000', '212312.797000', '212312.983000', '212312.986000', '212312.989000', '212312.991000', '212312.994000', '212312.996000', '212312.999000', '212313.002000', '212313.004000', '212313.007000', '212313.010000', '212313.012000', '212313.015000', '212313.017000', '212313.020000', '212313.023000', '212313.025000', '212313.028000', '212313.031000', '212313.034000', '212313.036000', '212313.040000', '212313.043000', '212313.046000', '212313.048000', '212313.051000', '212313.053000', '212313.056000', '212313.059000', '212313.061000', '212313.064000', '212313.066000', '212332.767000', '212332.782000', '212332.785000', '212332.788000', '212332.790000', '212332.793000', '212332.796000', '212332.798000', '212332.829000', '212332.832000', '212332.835000', '212332.851000', '212332.854000', '212332.856000', '212332.859000', '212332.862000', '212332.864000', '212332.867000', '212332.869000', '212332.872000', '212332.875000', '212332.877000', '212332.880000', '212332.882000', '212332.885000', '212332.888000', '212332.890000', '212332.893000', '212332.896000', '212332.898000', '212332.901000', '212332.904000', '212332.906000', '212332.909000', '212332.911000', '212332.914000', '212332.917000', '212332.919000', '212332.922000', '212332.924000', '212332.927000', '212332.929000', '212332.932000', '212352.767000', '212352.770000', '212352.773000', '212352.776000', '212352.778000', '212352.781000', '212352.783000', '212352.786000', '212352.788000', '212352.791000', '212352.794000', '212352.796000', '212352.799000', '212352.840000', '212352.843000', '212352.845000', '212352.848000', '212352.851000', '212352.853000', '212352.856000', '212352.859000', '212352.861000', '212352.864000', '212352.867000', '212352.869000', '212352.872000', '212352.875000', '212352.877000', '212352.880000', '212352.882000', '212352.885000', '212352.888000', '212352.890000', '212352.893000', '212352.895000', '212352.898000', '212352.901000', '212352.903000', '212352.906000', '212352.908000', '212352.911000', '212352.914000', '212352.916000', '212352.919000', '212412.768000', '212412.770000', '212412.773000', '212412.776000', '212412.778000', '212412.781000', '212412.784000', '212412.786000', '212412.789000', '212412.792000', '212412.794000', '212412.797000', '212412.800000', '212412.802000', '212412.805000', '212412.808000', '212412.810000', '212412.813000', '212412.815000', '212412.818000', '212412.821000', '212412.823000', '212412.826000', '212412.829000', '212412.831000', '212412.834000', '212412.837000', '212412.839000', '212412.842000', '212412.844000', '212412.847000', '212412.850000', '212412.852000', '212412.855000', '212412.857000', '212412.860000', '212412.863000', '212412.865000', '212412.868000', '212412.871000', '212412.873000', '212412.876000', '212412.879000', '212432.767000', '212432.770000', '212432.773000', '212432.775000', '212432.778000', '212432.781000', '212432.783000', '212432.786000', '212432.789000', '212432.791000', '212432.794000', '212432.796000', '212432.799000', '212432.802000', '212432.804000', '212432.807000', '212432.810000', '212432.812000', '212432.815000', '212432.818000', '212432.820000', '212432.823000', '212432.825000', '212432.828000', '212432.831000', '212432.833000', '212432.836000', '212432.838000', '212432.841000', '212432.844000', '212432.846000', '212432.849000', '212432.852000', '212432.854000', '212432.857000', '212432.859000', '212432.862000', '212432.865000', '212432.867000', '212432.870000', '212432.873000', '212432.875000', '212432.878000', '212432.880000', '212452.769000', '212452.771000', '212452.774000', '212452.777000', '212452.779000', '212452.782000', '212452.785000', '212452.787000', '212452.790000', '212452.793000', '212452.795000', '212452.798000', '212452.801000', '212452.803000', '212452.806000', '212452.809000', '212452.811000', '212452.814000', '212452.817000', '212452.819000', '212452.822000', '212452.824000', '212452.827000', '212452.830000', '212452.832000', '212452.835000', '212452.838000', '212452.840000', '212452.843000', '212452.845000', '212452.848000', '212452.851000', '212452.854000', '212452.857000', '212452.860000', '212452.862000', '212452.865000', '212452.868000', '212452.870000', '212452.873000', '212452.903000', '212452.906000', '212452.908000', '212512.768000', '212512.771000', '212512.774000', '212512.777000', '212512.779000', '212512.782000', '212512.785000', '212512.787000', '212512.790000', '212512.792000', '212512.795000', '212512.798000', '212512.828000', '212512.831000', '212512.833000', '212512.836000', '212512.838000', '212512.841000', '212512.844000', '212512.846000', '212512.849000', '212512.852000', '212512.854000', '212512.857000', '212512.860000', '212512.862000', '212512.865000', '212512.868000', '212512.870000', '212512.873000', '212512.875000', '212512.878000', '212512.881000', '212512.883000', '212512.886000', '212512.888000', '212512.891000', '212512.894000', '212512.896000', '212512.899000', '212512.902000', '212512.904000', '212512.907000', '212512.910000', '212532.767000', '212532.770000', '212532.773000', '212532.776000', '212532.778000', '212532.781000', '212532.784000', '212532.786000', '212532.789000', '212532.792000', '212532.794000', '212532.797000', '212532.826000', '212532.828000', '212532.831000', '212532.834000', '212532.836000', '212532.839000', '212532.841000', '212532.844000', '212532.846000', '212532.849000', '212532.852000', '212532.854000', '212532.857000', '212532.860000', '212532.862000', '212532.865000', '212532.867000', '212532.870000', '212532.873000', '212532.875000', '212532.878000', '212532.881000', '212532.884000', '212532.886000', '212532.891000', '212532.894000', '212532.896000', '212532.899000', '212532.901000', '212532.904000', '212532.907000', '212552.768000', '212552.770000', '212552.773000', '212552.776000', '212552.778000', '212552.781000', '212552.784000', '212552.786000', '212552.789000', '212552.792000', '212552.794000', '212552.797000', '212552.844000', '212552.847000', '212552.850000', '212552.852000', '212552.855000', '212552.858000', '212552.860000', '212552.863000', '212552.865000', '212552.868000', '212552.871000', '212552.873000', '212552.876000', '212552.879000', '212552.881000', '212552.884000', '212552.887000', '212552.889000', '212552.892000', '212552.895000', '212552.897000', '212552.900000', '212552.902000', '212552.905000', '212552.907000', '212552.910000', '212552.913000', '212552.915000', '212552.918000', '212552.920000', '212552.923000', '212552.926000', '212612.767000', '212612.770000', '212612.773000', '212612.776000', '212612.779000', '212612.781000', '212612.784000', '212612.786000', '212612.789000', '212612.792000', '212612.795000', '212612.797000', '212612.864000', '212612.867000', '212612.870000', '212612.872000', '212612.875000', '212612.877000', '212612.880000', '212612.882000', '212612.885000', '212612.887000', '212612.890000', '212612.893000', '212612.895000', '212612.898000', '212612.900000', '212612.903000', '212612.906000', '212612.909000', '212612.911000', '212612.914000', '212612.917000', '212612.919000', '212612.923000', '212612.925000', '212612.928000', '212612.931000', '212612.933000', '212612.936000', '212612.939000', '212612.941000', '212612.944000', '212632.767000', '212632.770000', '212632.773000', '212632.776000', '212632.778000', '212632.781000', '212632.784000', '212632.786000', '212632.806000', '212632.827000', '212632.829000', '212632.832000', '212632.834000', '212632.837000', '212632.840000', '212632.842000', '212632.845000', '212632.847000', '212632.850000', '212632.852000', '212632.855000', '212632.858000', '212632.860000', '212632.863000', '212632.865000', '212632.868000', '212632.870000', '212632.873000', '212632.876000', '212632.878000', '212632.881000', '212632.883000', '212632.886000', '212632.889000', '212632.891000', '212632.894000', '212632.897000', '212632.900000', '212632.902000', '212632.905000', '212632.907000', '212632.910000', '212632.913000', '212632.915000', '212652.768000', '212652.770000', '212652.773000', '212652.776000', '212652.779000', '212652.781000', '212652.784000', '212652.787000', '212652.789000', '212652.792000', '212652.795000', '212652.797000', '212652.845000', '212652.848000', '212652.850000', '212652.853000', '212652.856000', '212652.858000', '212652.861000', '212652.863000', '212652.866000', '212652.868000', '212652.871000', '212652.874000', '212652.876000', '212652.879000', '212652.881000', '212652.884000', '212652.887000', '212652.889000', '212652.892000', '212652.895000', '212652.897000', '212652.900000', '212652.902000', '212652.905000', '212652.908000', '212652.911000', '212652.913000', '212652.916000', '212652.919000', '212652.921000', '212652.924000', '212712.768000', '212712.771000', '212712.774000', '212712.777000', '212712.779000', '212712.782000', '212712.785000', '212712.787000', '212712.790000', '212712.793000', '212712.795000', '212712.798000', '212712.826000', '212712.829000', '212712.831000', '212712.834000', '212712.836000', '212712.839000', '212712.842000', '212712.844000', '212712.847000', '212712.850000', '212712.852000', '212712.855000', '212712.857000', '212712.860000', '212712.863000', '212712.865000', '212712.868000', '212712.870000', '212712.873000', '212712.875000', '212712.878000', '212712.881000', '212712.883000', '212712.886000', '212712.889000', '212712.891000', '212712.894000', '212712.896000', '212712.899000', '212712.901000', '212712.904000', '212712.907000', '212732.768000', '212732.771000', '212732.774000', '212732.777000', '212732.779000', '212732.782000', '212732.785000', '212732.787000', '212732.790000', '212732.792000', '212732.795000', '212732.798000', '212732.840000', '212732.842000', '212732.845000', '212732.847000', '212732.850000', '212732.852000', '212732.855000', '212732.858000', '212732.860000', '212732.863000', '212732.866000', '212732.868000', '212732.871000', '212732.873000', '212732.876000', '212732.879000', '212732.881000', '212732.884000', '212732.887000', '212732.891000', '212732.893000', '212732.896000', '212732.899000', '212732.901000', '212732.904000', '212732.907000', '212732.909000', '212732.912000', '212732.914000', '212732.917000', '212732.920000', '212752.768000', '212752.770000', '212752.773000', '212752.776000', '212752.778000', '212752.781000', '212752.784000', '212752.786000', '212752.789000', '212752.792000', '212752.794000', '212752.797000', '212752.831000', '212752.834000', '212752.837000', '212752.840000', '212752.842000', '212752.845000', '212752.847000', '212752.850000', '212752.853000', '212752.855000', '212752.858000', '212752.861000', '212752.863000', '212752.866000', '212752.869000', '212752.872000', '212752.874000', '212752.877000', '212752.879000', '212752.882000', '212752.885000', '212752.909000', '212752.912000', '212752.915000', '212752.918000', '212752.920000', '212752.923000', '212752.925000', '212752.928000', '212752.931000', '212752.933000', '212752.936000', '212812.767000', '212812.770000', '212812.773000', '212812.776000', '212812.778000', '212812.781000', '212812.784000', '212812.786000', '212812.789000', '212812.792000', '212812.794000', '212812.797000', '212812.847000', '212812.850000', '212812.852000', '212812.855000', '212812.857000', '212812.860000', '212812.863000', '212812.865000', '212812.868000', '212812.871000', '212812.873000', '212812.876000', '212812.878000', '212812.881000', '212812.884000', '212812.886000', '212812.889000', '212812.892000', '212812.894000', '212812.897000', '212812.900000', '212812.902000', '212812.905000', '212812.908000', '212812.910000', '212812.913000', '212812.916000', '212812.918000', '212812.921000', '212812.923000', '212812.926000', '212823.522000', '212823.524000', '212823.527000', '212823.530000', '212823.533000', '212823.535000', '212823.538000', '212823.541000', '212823.544000', '212823.547000', '212823.550000', '212823.552000', '212823.555000', '212823.558000', '212823.561000', '212823.563000', '212823.567000', '212823.570000', '212823.573000', '212823.575000', '212823.578000', '212823.581000', '212823.585000', '212823.587000'], 'InstanceCreationTime': ['212152.813000', '212152.816000', '212152.818000', '212152.827000', '212152.829000', '212152.832000', '212152.834000', '212152.837000', '212152.839000', '212152.842000', '212152.849000', '212152.852000', '212152.863000', '212152.866000', '212152.869000', '212152.871000', '212152.874000', '212152.877000', '212152.879000', '212152.882000', '212152.884000', '212152.887000', '212212.767000', '212212.770000', '212212.773000', '212212.776000', '212212.778000', '212212.781000', '212212.784000', '212212.786000', '212212.789000', '212212.791000', '212212.799000', '212212.802000', '212212.807000', '212212.809000', '212212.812000', '212212.815000', '212212.817000', '212212.820000', '212212.822000', '212212.825000', '212212.828000', '212212.830000', '212212.833000', '212212.835000', '212212.838000', '212212.841000', '212212.843000', '212212.846000', '212212.848000', '212212.851000', '212212.854000', '212212.856000', '212212.859000', '212212.861000', '212212.864000', '212212.867000', '212212.869000', '212212.872000', '212212.875000', '212212.877000', '212212.880000', '212212.882000', '212212.885000', '212232.769000', '212232.771000', '212232.774000', '212232.777000', '212232.779000', '212232.782000', '212232.785000', '212232.787000', '212232.790000', '212232.792000', '212232.795000', '212232.798000', '212232.800000', '212232.803000', '212232.805000', '212232.808000', '212232.811000', '212232.813000', '212232.816000', '212232.819000', '212232.821000', '212232.824000', '212232.826000', '212232.829000', '212232.832000', '212232.834000', '212232.837000', '212232.839000', '212232.842000', '212232.844000', '212232.847000', '212232.850000', '212232.852000', '212232.855000', '212232.857000', '212232.860000', '212232.862000', '212232.865000', '212232.868000', '212232.870000', '212232.873000', '212232.877000', '212232.880000', '212232.883000', '212252.769000', '212252.772000', '212252.774000', '212252.777000', '212252.779000', '212252.782000', '212252.785000', '212252.787000', '212252.790000', '212252.793000', '212252.795000', '212252.798000', '212252.800000', '212252.803000', '212252.806000', '212252.808000', '212252.811000', '212252.813000', '212252.816000', '212252.819000', '212252.821000', '212252.824000', '212252.827000', '212252.830000', '212252.832000', '212252.835000', '212252.838000', '212252.840000', '212252.843000', '212252.846000', '212252.848000', '212252.851000', '212252.853000', '212252.856000', '212252.859000', '212252.861000', '212252.864000', '212252.866000', '212252.869000', '212252.872000', '212252.874000', '212252.877000', '212252.879000', '212312.767000', '212312.770000', '212312.773000', '212312.776000', '212312.779000', '212312.781000', '212312.784000', '212312.787000', '212312.789000', '212312.792000', '212312.795000', '212312.797000', '212312.983000', '212312.986000', '212312.989000', '212312.991000', '212312.994000', '212312.996000', '212312.999000', '212313.002000', '212313.004000', '212313.007000', '212313.010000', '212313.012000', '212313.015000', '212313.017000', '212313.020000', '212313.023000', '212313.025000', '212313.028000', '212313.031000', '212313.034000', '212313.036000', '212313.040000', '212313.043000', '212313.046000', '212313.048000', '212313.051000', '212313.053000', '212313.056000', '212313.059000', '212313.061000', '212313.064000', '212313.066000', '212332.767000', '212332.782000', '212332.785000', '212332.788000', '212332.790000', '212332.793000', '212332.796000', '212332.798000', '212332.829000', '212332.832000', '212332.835000', '212332.851000', '212332.854000', '212332.856000', '212332.859000', '212332.862000', '212332.864000', '212332.867000', '212332.869000', '212332.872000', '212332.875000', '212332.877000', '212332.880000', '212332.882000', '212332.885000', '212332.888000', '212332.890000', '212332.893000', '212332.896000', '212332.898000', '212332.901000', '212332.904000', '212332.906000', '212332.909000', '212332.911000', '212332.914000', '212332.917000', '212332.919000', '212332.922000', '212332.924000', '212332.927000', '212332.929000', '212332.932000', '212352.767000', '212352.770000', '212352.773000', '212352.776000', '212352.778000', '212352.781000', '212352.783000', '212352.786000', '212352.788000', '212352.791000', '212352.794000', '212352.796000', '212352.799000', '212352.840000', '212352.843000', '212352.845000', '212352.848000', '212352.851000', '212352.853000', '212352.856000', '212352.859000', '212352.861000', '212352.864000', '212352.867000', '212352.869000', '212352.872000', '212352.875000', '212352.877000', '212352.880000', '212352.882000', '212352.885000', '212352.888000', '212352.890000', '212352.893000', '212352.895000', '212352.898000', '212352.901000', '212352.903000', '212352.906000', '212352.908000', '212352.911000', '212352.914000', '212352.916000', '212352.919000', '212412.768000', '212412.770000', '212412.773000', '212412.776000', '212412.778000', '212412.781000', '212412.784000', '212412.786000', '212412.789000', '212412.792000', '212412.794000', '212412.797000', '212412.800000', '212412.802000', '212412.805000', '212412.808000', '212412.810000', '212412.813000', '212412.815000', '212412.818000', '212412.821000', '212412.823000', '212412.826000', '212412.829000', '212412.831000', '212412.834000', '212412.837000', '212412.839000', '212412.842000', '212412.844000', '212412.847000', '212412.850000', '212412.852000', '212412.855000', '212412.857000', '212412.860000', '212412.863000', '212412.865000', '212412.868000', '212412.871000', '212412.873000', '212412.876000', '212412.879000', '212432.767000', '212432.770000', '212432.773000', '212432.775000', '212432.778000', '212432.781000', '212432.783000', '212432.786000', '212432.789000', '212432.791000', '212432.794000', '212432.796000', '212432.799000', '212432.802000', '212432.804000', '212432.807000', '212432.810000', '212432.812000', '212432.815000', '212432.818000', '212432.820000', '212432.823000', '212432.825000', '212432.828000', '212432.831000', '212432.833000', '212432.836000', '212432.838000', '212432.841000', '212432.844000', '212432.846000', '212432.849000', '212432.852000', '212432.854000', '212432.857000', '212432.859000', '212432.862000', '212432.865000', '212432.867000', '212432.870000', '212432.873000', '212432.875000', '212432.878000', '212432.880000', '212452.769000', '212452.771000', '212452.774000', '212452.777000', '212452.779000', '212452.782000', '212452.785000', '212452.787000', '212452.790000', '212452.793000', '212452.795000', '212452.798000', '212452.801000', '212452.803000', '212452.806000', '212452.809000', '212452.811000', '212452.814000', '212452.817000', '212452.819000', '212452.822000', '212452.824000', '212452.827000', '212452.830000', '212452.832000', '212452.835000', '212452.838000', '212452.840000', '212452.843000', '212452.845000', '212452.848000', '212452.851000', '212452.854000', '212452.857000', '212452.860000', '212452.862000', '212452.865000', '212452.868000', '212452.870000', '212452.873000', '212452.903000', '212452.906000', '212452.908000', '212512.768000', '212512.771000', '212512.774000', '212512.777000', '212512.779000', '212512.782000', '212512.785000', '212512.787000', '212512.790000', '212512.792000', '212512.795000', '212512.798000', '212512.828000', '212512.831000', '212512.833000', '212512.836000', '212512.838000', '212512.841000', '212512.844000', '212512.846000', '212512.849000', '212512.852000', '212512.854000', '212512.857000', '212512.860000', '212512.862000', '212512.865000', '212512.868000', '212512.870000', '212512.873000', '212512.875000', '212512.878000', '212512.881000', '212512.883000', '212512.886000', '212512.888000', '212512.891000', '212512.894000', '212512.896000', '212512.899000', '212512.902000', '212512.904000', '212512.907000', '212512.910000', '212532.767000', '212532.770000', '212532.773000', '212532.776000', '212532.778000', '212532.781000', '212532.784000', '212532.786000', '212532.789000', '212532.792000', '212532.794000', '212532.797000', '212532.826000', '212532.828000', '212532.831000', '212532.834000', '212532.836000', '212532.839000', '212532.841000', '212532.844000', '212532.846000', '212532.849000', '212532.852000', '212532.854000', '212532.857000', '212532.860000', '212532.862000', '212532.865000', '212532.867000', '212532.870000', '212532.873000', '212532.875000', '212532.878000', '212532.881000', '212532.884000', '212532.886000', '212532.891000', '212532.894000', '212532.896000', '212532.899000', '212532.901000', '212532.904000', '212532.907000', '212552.768000', '212552.770000', '212552.773000', '212552.776000', '212552.778000', '212552.781000', '212552.784000', '212552.786000', '212552.789000', '212552.792000', '212552.794000', '212552.797000', '212552.844000', '212552.847000', '212552.850000', '212552.852000', '212552.855000', '212552.858000', '212552.860000', '212552.863000', '212552.865000', '212552.868000', '212552.871000', '212552.873000', '212552.876000', '212552.879000', '212552.881000', '212552.884000', '212552.887000', '212552.889000', '212552.892000', '212552.895000', '212552.897000', '212552.900000', '212552.902000', '212552.905000', '212552.907000', '212552.910000', '212552.913000', '212552.915000', '212552.918000', '212552.920000', '212552.923000', '212552.926000', '212612.767000', '212612.770000', '212612.773000', '212612.776000', '212612.779000', '212612.781000', '212612.784000', '212612.786000', '212612.789000', '212612.792000', '212612.795000', '212612.797000', '212612.864000', '212612.867000', '212612.870000', '212612.872000', '212612.875000', '212612.877000', '212612.880000', '212612.882000', '212612.885000', '212612.887000', '212612.890000', '212612.893000', '212612.895000', '212612.898000', '212612.900000', '212612.903000', '212612.906000', '212612.909000', '212612.911000', '212612.914000', '212612.917000', '212612.919000', '212612.923000', '212612.925000', '212612.928000', '212612.931000', '212612.933000', '212612.936000', '212612.939000', '212612.941000', '212612.944000', '212632.767000', '212632.770000', '212632.773000', '212632.776000', '212632.778000', '212632.781000', '212632.784000', '212632.786000', '212632.806000', '212632.827000', '212632.829000', '212632.832000', '212632.834000', '212632.837000', '212632.840000', '212632.842000', '212632.845000', '212632.847000', '212632.850000', '212632.852000', '212632.855000', '212632.858000', '212632.860000', '212632.863000', '212632.865000', '212632.868000', '212632.870000', '212632.873000', '212632.876000', '212632.878000', '212632.881000', '212632.883000', '212632.886000', '212632.889000', '212632.891000', '212632.894000', '212632.897000', '212632.900000', '212632.902000', '212632.905000', '212632.907000', '212632.910000', '212632.913000', '212632.915000', '212652.768000', '212652.770000', '212652.773000', '212652.776000', '212652.779000', '212652.781000', '212652.784000', '212652.787000', '212652.789000', '212652.792000', '212652.795000', '212652.797000', '212652.845000', '212652.848000', '212652.850000', '212652.853000', '212652.856000', '212652.858000', '212652.861000', '212652.863000', '212652.866000', '212652.868000', '212652.871000', '212652.874000', '212652.876000', '212652.879000', '212652.881000', '212652.884000', '212652.887000', '212652.889000', '212652.892000', '212652.895000', '212652.897000', '212652.900000', '212652.902000', '212652.905000', '212652.908000', '212652.911000', '212652.913000', '212652.916000', '212652.919000', '212652.921000', '212652.924000', '212712.768000', '212712.771000', '212712.774000', '212712.777000', '212712.779000', '212712.782000', '212712.785000', '212712.787000', '212712.790000', '212712.793000', '212712.795000', '212712.798000', '212712.826000', '212712.829000', '212712.831000', '212712.834000', '212712.836000', '212712.839000', '212712.842000', '212712.844000', '212712.847000', '212712.850000', '212712.852000', '212712.855000', '212712.857000', '212712.860000', '212712.863000', '212712.865000', '212712.868000', '212712.870000', '212712.873000', '212712.875000', '212712.878000', '212712.881000', '212712.883000', '212712.886000', '212712.889000', '212712.891000', '212712.894000', '212712.896000', '212712.899000', '212712.901000', '212712.904000', '212712.907000', '212732.768000', '212732.771000', '212732.774000', '212732.777000', '212732.779000', '212732.782000', '212732.785000', '212732.787000', '212732.790000', '212732.792000', '212732.795000', '212732.798000', '212732.840000', '212732.842000', '212732.845000', '212732.847000', '212732.850000', '212732.852000', '212732.855000', '212732.858000', '212732.860000', '212732.863000', '212732.866000', '212732.868000', '212732.871000', '212732.873000', '212732.876000', '212732.879000', '212732.881000', '212732.884000', '212732.887000', '212732.891000', '212732.893000', '212732.896000', '212732.899000', '212732.901000', '212732.904000', '212732.907000', '212732.909000', '212732.912000', '212732.914000', '212732.917000', '212732.920000', '212752.768000', '212752.770000', '212752.773000', '212752.776000', '212752.778000', '212752.781000', '212752.784000', '212752.786000', '212752.789000', '212752.792000', '212752.794000', '212752.797000', '212752.831000', '212752.834000', '212752.837000', '212752.840000', '212752.842000', '212752.845000', '212752.847000', '212752.850000', '212752.853000', '212752.855000', '212752.858000', '212752.861000', '212752.863000', '212752.866000', '212752.869000', '212752.872000', '212752.874000', '212752.877000', '212752.879000', '212752.882000', '212752.885000', '212752.909000', '212752.912000', '212752.915000', '212752.918000', '212752.920000', '212752.923000', '212752.925000', '212752.928000', '212752.931000', '212752.933000', '212752.936000', '212812.767000', '212812.770000', '212812.773000', '212812.776000', '212812.778000', '212812.781000', '212812.784000', '212812.786000', '212812.789000', '212812.792000', '212812.794000', '212812.797000', '212812.847000', '212812.850000', '212812.852000', '212812.855000', '212812.857000', '212812.860000', '212812.863000', '212812.865000', '212812.868000', '212812.871000', '212812.873000', '212812.876000', '212812.878000', '212812.881000', '212812.884000', '212812.886000', '212812.889000', '212812.892000', '212812.894000', '212812.897000', '212812.900000', '212812.902000', '212812.905000', '212812.908000', '212812.910000', '212812.913000', '212812.916000', '212812.918000', '212812.921000', '212812.923000', '212812.926000', '212823.522000', '212823.524000', '212823.527000', '212823.530000', '212823.533000', '212823.535000', '212823.538000', '212823.541000', '212823.544000', '212823.547000', '212823.550000', '212823.552000', '212823.555000', '212823.558000', '212823.561000', '212823.563000', '212823.567000', '212823.570000', '212823.573000', '212823.575000', '212823.578000', '212823.581000', '212823.585000', '212823.587000'], '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': [9165, 10368, 8714, 9937, 8234, 10092, 8021, 8274, 8174, 7379, 7205, 7519, 8681, 7772, 9004, 7485, 9248, 7472, 9202, 7499, 8848, 7655, 9060, 7670, 8916, 7826, 9615, 8119, 7453, 7805, 7071, 8444, 7776, 7643, 7507, 10243, 8060, 9834, 8341, 8737, 9032, 8167, 8396, 7064, 7890, 8557, 8873, 10621, 8241, 10172, 8565, 10051, 8156, 9015, 7991, 6831, 7760, 7246, 8163, 7691, 8080, 7481, 7762, 7823, 7556, 7382, 8032, 7869, 8468, 7890, 9279, 7545, 8506, 7589, 8947, 7902, 9429, 8500, 10068, 7663, 9259, 7996, 7299, 8314, 7492, 7874, 7311, 7850, 7791, 8029, 8062, 7572, 8073, 9810, 7776, 10591, 8551, 10203, 8817, 9656, 8000, 9564, 7956, 9570, 7993, 9269, 7884, 8324, 8274, 8532, 8159, 9056, 8208, 9359, 8093, 9570, 8288, 9602, 8352, 9071, 8803, 8886, 8130, 8488, 7357, 8574, 7602, 8384, 8998, 7842, 8666, 8059, 8063, 7825, 7811, 7845, 7325, 8194, 8983, 8181, 8312, 8497, 7634, 6946, 8310, 7584, 8203, 7715, 8767, 10394, 8043, 9526, 7753, 9092, 7414, 9306, 7364, 8890, 7501, 7848, 7633, 8215, 8046, 7576, 7857, 7166, 7515, 7512, 7171, 7839, 7460, 7981, 9477, 7959, 9212, 7389, 8779, 7471, 9188, 7976, 8047, 7244, 8235, 8051, 7733, 7903, 8077, 7377, 7078, 7381, 8158, 7456, 8739, 7732, 10029, 8369, 9429, 8395, 9042, 10686, 8851, 9460, 8234, 8938, 8574, 8305, 7798, 8672, 7169, 8778, 8864, 8418, 8946, 8390, 9647, 8265, 8730, 8446, 8584, 8156, 8669, 7726, 8540, 7844, 8082, 7828, 8622, 7725, 8627, 7919, 9221, 8048, 9942, 7866, 8618, 8051, 8911, 8052, 8414, 8058, 9255, 7536, 9095, 7991, 8028, 7644, 7540, 7569, 8495, 8259, 8106, 9135, 7356, 7096, 8443, 7732, 9159, 7461, 9527, 10680, 9032, 9929, 9156, 9785, 9298, 9593, 9065, 9338, 9403, 10704, 9466, 9074, 8002, 7850, 9745, 8106, 9941, 9037, 9445, 9536, 8820, 8848, 7999, 8629, 8104, 8241, 8278, 7909, 8212, 8160, 7729, 8652, 8033, 8225, 8959, 8045, 7222, 7869, 8442, 8030, 8168, 9411, 8634, 7474, 7640, 8629, 8497, 8344, 8616, 7816, 8479, 8531, 8457, 8595, 7075, 7719, 8622, 8354, 8920, 8462, 8691, 9025, 8756, 9547, 7860, 8460, 9368, 7609, 7437, 7788, 7434, 8367, 8544, 7325, 8846, 7243, 9432, 7660, 9263, 8031, 9300, 7218, 7590, 7727, 7377, 9065, 7509, 9230, 7271, 7869, 7313, 8208, 7472, 8246, 7847, 8484, 8265, 7894, 8013, 8083, 7381, 7836, 7443, 7671, 7511, 7775, 7466, 7890, 7471, 7702, 8451, 7989, 9110, 8740, 8746, 8635, 8415, 9210, 8297, 8853, 8170, 8933, 8101, 8887, 8044, 8771, 8434, 10158, 8639, 9686, 8520, 9208, 8244, 8773, 7675, 8664, 7702, 8551, 7817, 8273, 7560, 8280, 7789, 8440, 7658, 9708, 8333, 7960, 7209, 8351, 7552, 8446, 7153, 8838, 7386, 8838, 7918, 8091, 7522, 9611, 10618, 9415, 9799, 9083, 8736, 8708, 7441, 7779, 9229, 7977, 8353, 8522, 8502, 8556, 8900, 8217, 8489, 8792, 8580, 9181, 8431, 7783, 7821, 7742, 7706, 8478, 8480, 8287, 8416, 8052, 8313, 7533, 8475, 8406, 6884, 7226, 7768, 8109, 8267, 7041, 7482, 7807, 10074, 9031, 7948, 9160, 8558, 10024, 9394, 8293, 8884, 10036, 8531, 9586, 8388, 9858, 8494, 10025, 8197, 8876, 8031, 8793, 7966, 6963, 7595, 7313, 7757, 7684, 8482, 8029, 7757, 8071, 7834, 7716, 8597, 8056, 8323, 7764, 7524, 8472, 8004, 8173, 8389, 7940, 8529, 7733, 9510, 8115, 8342, 8707, 8360, 9484, 8791, 8608, 7772, 8100, 7314, 8151, 7635, 7960, 7037, 8189, 7172, 8796, 7573, 7420, 8907, 8061, 8434, 8340, 8159, 9164, 8835, 7904, 8132, 7005, 7758, 7032, 8072, 7081, 8583, 7579, 8344, 8217, 8066, 7413, 8509, 7455, 7743, 7552, 9623, 8651, 9569, 10680, 9384, 9600, 9368, 9150, 9497, 9581, 9550, 9541, 10195, 9035, 8673, 8259, 7866, 8455, 7613, 9213, 7965, 9294, 8693, 8481, 8735, 8186, 7439, 7744, 9282, 9191, 8131, 7847, 7765, 8847, 8646, 9124, 9286, 9219, 8203, 8112, 7954, 7681, 8860, 8120, 8848, 8339, 9298, 8514, 9539, 8761, 9265, 8340, 9092, 8574, 8645, 8505, 8985, 7784, 7932, 8853, 7737, 8915, 8247, 8806, 8850, 9256, 7698, 8102, 7394, 8368, 8340, 8020, 8211, 8175, 9407, 8346, 8651, 9253, 8244, 8053, 9235, 8950, 8994, 9596, 10326, 9467, 8954, 9422, 7996, 9332, 8058, 9522, 8294, 9132, 9221, 8238, 7412, 7966, 7681, 7759, 9263, 8318, 8130, 8523, 8166, 9058, 9225, 7285, 8237, 7433, 7381, 8372, 7422, 9878, 7630, 9186, 8107, 8509, 8536, 8003, 8338, 8725, 8585, 7817, 9232, 8096, 8431, 7741, 7518, 7239, 8481, 9006, 8792, 9195, 8369, 8891, 8467, 8997, 9131, 8160, 9140, 7882, 7878, 8800, 8107, 9409, 9345, 8870, 8884, 8751, 7789, 8848, 8296, 7952, 8841, 8869, 8572, 6929, 7498, 7237, 7196, 7850, 8418, 8578, 9399, 8852, 9407, 8439, 10009, 8143, 8349, 8816, 8356, 9140, 8592, 9577, 8987, 9279, 8754, 8852, 8463, 9408, 7505, 8044, 9040, 8018, 9469, 8643, 8406, 8144, 9287, 7982, 7438, 8770, 8806, 8402, 7954, 8181, 8180, 7923, 7621, 7407, 7122, 7435, 7676, 7560, 8257, 8935, 10086, 7352, 7897, 7891, 9588, 9190, 6988, 8261, 7481, 7265, 8026, 8885, 7668, 9043, 9606, 10754, 9484, 10985, 10627, 10815, 10587, 10460, 9205, 7463, 7407, 7580, 7182, 7634, 7776, 7674, 8324, 9631, 7980, 8493, 9052, 9999, 10305, 11373, 9284, 11223, 8638, 9873, 8703, 9999, 9167, 10201, 9216, 10566, 8841, 9148, 9480, 8704, 8676, 8070, 8532, 8435, 7621, 7443, 7429, 7285, 7088, 7219, 7572, 9218, 8654, 9556, 7597, 8173, 8721, 8481, 10000, 7495, 12696, 7756, 10823, 7984, 9867, 8164, 8242, 8030, 7960, 7360, 7159, 8078, 7882, 8088, 8018, 8285, 7885, 8336, 8087, 8664, 8109, 7100, 6997, 6750, 7517, 7583, 8201, 7445, 11089, 8094, 11390, 7906, 11191, 7365, 11426, 7223, 11071, 7251, 10162, 8101, 9534, 7148], 'WindowCenter': [4278.0, 4271.0, 4238.0, 4242.0, 4222.0, 4253.0, 4224.0, 4223.0, 4223.0, 4212.0, 4212.0, 4213.0, 4232.0, 4224.0, 4245.0, 4215.0, 4245.0, 4215.0, 4244.0, 4213.0, 4233.0, 4223.0, 4233.0, 4214.0, 4232.0, 4224.0, 4244.0, 4224.0, 4213.0, 4226.0, 4204.0, 4233.0, 4223.0, 4226.0, 4214.0, 4254.0, 4224.0, 4245.0, 4233.0, 4233.0, 4244.0, 4222.0, 4222.0, 4201.0, 4225.0, 4220.0, 4232.0, 4240.0, 4211.0, 4239.0, 4235.0, 4243.0, 4222.0, 4233.0, 4222.0, 4191.0, 4211.0, 4210.0, 4222.0, 4212.0, 4224.0, 4227.0, 4226.0, 4225.0, 4224.0, 4214.0, 4222.0, 4225.0, 4234.0, 4226.0, 4244.0, 4224.0, 4234.0, 4225.0, 4243.0, 4226.0, 4247.0, 4235.0, 4244.0, 4216.0, 4231.0, 4213.0, 4200.0, 4222.0, 4211.0, 4226.0, 4214.0, 4224.0, 4212.0, 4222.0, 4222.0, 4223.0, 4225.0, 4253.0, 4225.0, 4254.0, 4234.0, 4243.0, 4233.0, 4230.0, 4211.0, 4230.0, 4211.0, 4231.0, 4211.0, 4217.0, 4209.0, 4209.0, 4209.0, 4218.0, 4209.0, 4220.0, 4209.0, 4229.0, 4211.0, 4230.0, 4222.0, 4229.0, 4219.0, 4233.0, 4232.0, 4232.0, 4225.0, 4230.0, 4213.0, 4219.0, 4208.0, 4221.0, 4233.0, 4210.0, 4232.0, 4221.0, 4220.0, 4209.0, 4211.0, 4210.0, 4212.0, 4233.0, 4244.0, 4234.0, 4237.0, 4247.0, 4224.0, 4213.0, 4237.0, 4226.0, 4248.0, 4224.0, 4250.0, 4255.0, 4226.0, 4245.0, 4212.0, 4232.0, 4201.0, 4230.0, 4200.0, 4220.0, 4200.0, 4210.0, 4199.0, 4210.0, 4209.0, 4212.0, 4222.0, 4201.0, 4202.0, 4214.0, 4199.0, 4211.0, 4199.0, 4222.0, 4229.0, 4212.0, 4233.0, 4212.0, 4221.0, 4213.0, 4231.0, 4212.0, 4223.0, 4214.0, 4222.0, 4223.0, 4241.0, 4237.0, 4238.0, 4226.0, 4214.0, 4226.0, 4223.0, 4217.0, 4235.0, 4226.0, 4257.0, 4235.0, 4246.0, 4224.0, 4234.0, 4241.0, 4222.0, 4229.0, 4209.0, 4217.0, 4207.0, 4210.0, 4198.0, 4220.0, 4187.0, 4221.0, 4219.0, 4221.0, 4219.0, 4210.0, 4229.0, 4210.0, 4219.0, 4220.0, 4220.0, 4212.0, 4221.0, 4213.0, 4222.0, 4222.0, 4211.0, 4211.0, 4220.0, 4210.0, 4221.0, 4223.0, 4234.0, 4222.0, 4242.0, 4222.0, 4221.0, 4221.0, 4230.0, 4211.0, 4220.0, 4211.0, 4232.0, 4211.0, 4222.0, 4212.0, 4210.0, 4210.0, 4198.0, 4212.0, 4233.0, 4248.0, 4248.0, 4258.0, 4226.0, 4217.0, 4250.0, 4224.0, 4247.0, 4212.0, 4244.0, 4241.0, 4233.0, 4242.0, 4232.0, 4228.0, 4231.0, 4217.0, 4219.0, 4218.0, 4219.0, 4228.0, 4218.0, 4205.0, 4197.0, 4194.0, 4217.0, 4184.0, 4216.0, 4204.0, 4217.0, 4217.0, 4205.0, 4205.0, 4196.0, 4205.0, 4195.0, 4198.0, 4207.0, 4209.0, 4208.0, 4207.0, 4198.0, 4207.0, 4208.0, 4222.0, 4230.0, 4221.0, 4211.0, 4222.0, 4223.0, 4224.0, 4235.0, 4244.0, 4233.0, 4212.0, 4223.0, 4235.0, 4223.0, 4223.0, 4222.0, 4213.0, 4223.0, 4234.0, 4225.0, 4223.0, 4203.0, 4214.0, 4222.0, 4221.0, 4232.0, 4221.0, 4223.0, 4232.0, 4222.0, 4231.0, 4221.0, 4222.0, 4246.0, 4213.0, 4212.0, 4224.0, 4214.0, 4236.0, 4246.0, 4214.0, 4246.0, 4214.0, 4247.0, 4215.0, 4248.0, 4223.0, 4233.0, 4201.0, 4211.0, 4210.0, 4214.0, 4245.0, 4214.0, 4246.0, 4213.0, 4223.0, 4212.0, 4225.0, 4202.0, 4223.0, 4211.0, 4224.0, 4211.0, 4209.0, 4199.0, 4199.0, 4187.0, 4198.0, 4198.0, 4200.0, 4199.0, 4198.0, 4188.0, 4210.0, 4202.0, 4212.0, 4220.0, 4211.0, 4221.0, 4219.0, 4221.0, 4221.0, 4221.0, 4231.0, 4222.0, 4219.0, 4221.0, 4218.0, 4211.0, 4219.0, 4211.0, 4221.0, 4222.0, 4239.0, 4222.0, 4229.0, 4209.0, 4218.0, 4210.0, 4221.0, 4212.0, 4221.0, 4210.0, 4219.0, 4211.0, 4211.0, 4199.0, 4220.0, 4212.0, 4236.0, 4225.0, 4244.0, 4225.0, 4236.0, 4226.0, 4239.0, 4226.0, 4237.0, 4202.0, 4236.0, 4213.0, 4233.0, 4213.0, 4226.0, 4200.0, 4232.0, 4241.0, 4220.0, 4230.0, 4220.0, 4218.0, 4210.0, 4187.0, 4198.0, 4217.0, 4209.0, 4209.0, 4209.0, 4219.0, 4221.0, 4220.0, 4209.0, 4222.0, 4220.0, 4221.0, 4231.0, 4224.0, 4212.0, 4212.0, 4209.0, 4210.0, 4222.0, 4220.0, 4220.0, 4220.0, 4224.0, 4224.0, 4214.0, 4224.0, 4224.0, 4203.0, 4214.0, 4213.0, 4225.0, 4237.0, 4217.0, 4231.0, 4240.0, 4255.0, 4246.0, 4226.0, 4258.0, 4248.0, 4245.0, 4236.0, 4212.0, 4223.0, 4230.0, 4222.0, 4230.0, 4211.0, 4231.0, 4209.0, 4228.0, 4209.0, 4220.0, 4211.0, 4223.0, 4210.0, 4192.0, 4211.0, 4200.0, 4212.0, 4214.0, 4237.0, 4224.0, 4216.0, 4224.0, 4214.0, 4212.0, 4235.0, 4223.0, 4226.0, 4213.0, 4213.0, 4223.0, 4212.0, 4222.0, 4223.0, 4225.0, 4233.0, 4213.0, 4243.0, 4223.0, 4224.0, 4224.0, 4221.0, 4244.0, 4222.0, 4222.0, 4200.0, 4211.0, 4201.0, 4213.0, 4210.0, 4213.0, 4191.0, 4222.0, 4200.0, 4222.0, 4210.0, 4201.0, 4221.0, 4209.0, 4210.0, 4222.0, 4212.0, 4234.0, 4234.0, 4212.0, 4212.0, 4189.0, 4210.0, 4190.0, 4213.0, 4192.0, 4237.0, 4224.0, 4237.0, 4234.0, 4222.0, 4213.0, 4222.0, 4212.0, 4237.0, 4239.0, 4259.0, 4235.0, 4246.0, 4241.0, 4234.0, 4243.0, 4233.0, 4219.0, 4229.0, 4217.0, 4220.0, 4217.0, 4230.0, 4206.0, 4208.0, 4197.0, 4196.0, 4195.0, 4186.0, 4215.0, 4196.0, 4217.0, 4206.0, 4208.0, 4207.0, 4210.0, 4213.0, 4212.0, 4233.0, 4230.0, 4212.0, 4210.0, 4211.0, 4231.0, 4219.0, 4230.0, 4232.0, 4235.0, 4224.0, 4214.0, 4211.0, 4212.0, 4221.0, 4210.0, 4220.0, 4208.0, 4221.0, 4220.0, 4231.0, 4210.0, 4221.0, 4209.0, 4220.0, 4219.0, 4219.0, 4220.0, 4221.0, 4199.0, 4210.0, 4218.0, 4212.0, 4221.0, 4222.0, 4232.0, 4232.0, 4245.0, 4226.0, 4236.0, 4214.0, 4223.0, 4236.0, 4240.0, 4247.0, 4237.0, 4247.0, 4224.0, 4235.0, 4234.0, 4223.0, 4213.0, 4234.0, 4232.0, 4223.0, 4230.0, 4228.0, 4218.0, 4207.0, 4206.0, 4185.0, 4204.0, 4196.0, 4216.0, 4195.0, 4217.0, 4217.0, 4209.0, 4188.0, 4199.0, 4199.0, 4200.0, 4231.0, 4211.0, 4212.0, 4220.0, 4224.0, 4230.0, 4246.0, 4216.0, 4222.0, 4213.0, 4212.0, 4224.0, 4214.0, 4256.0, 4226.0, 4246.0, 4225.0, 4234.0, 4235.0, 4213.0, 4223.0, 4223.0, 4224.0, 4226.0, 4249.0, 4228.0, 4237.0, 4215.0, 4214.0, 4214.0, 4236.0, 4247.0, 4248.0, 4245.0, 4225.0, 4235.0, 4224.0, 4233.0, 4234.0, 4210.0, 4220.0, 4199.0, 4200.0, 4209.0, 4199.0, 4218.0, 4218.0, 4220.0, 4218.0, 4209.0, 4188.0, 4209.0, 4209.0, 4199.0, 4235.0, 4233.0, 4223.0, 4202.0, 4199.0, 4214.0, 4202.0, 4225.0, 4237.0, 4247.0, 4249.0, 4235.0, 4234.0, 4224.0, 4233.0, 4198.0, 4211.0, 4210.0, 4197.0, 4207.0, 4196.0, 4206.0, 4207.0, 4206.0, 4194.0, 4207.0, 4195.0, 4207.0, 4175.0, 4196.0, 4206.0, 4196.0, 4217.0, 4206.0, 4199.0, 4197.0, 4220.0, 4200.0, 4186.0, 4209.0, 4219.0, 4211.0, 4212.0, 4224.0, 4224.0, 4212.0, 4213.0, 4215.0, 4216.0, 4227.0, 4224.0, 4228.0, 4238.0, 4246.0, 4268.0, 4217.0, 4229.0, 4227.0, 4247.0, 4260.0, 4218.0, 4238.0, 4226.0, 4228.0, 4239.0, 4261.0, 4229.0, 4247.0, 4248.0, 4256.0, 4245.0, 4243.0, 4245.0, 4241.0, 4243.0, 4242.0, 4234.0, 4199.0, 4201.0, 4199.0, 4217.0, 4226.0, 4237.0, 4224.0, 4237.0, 4246.0, 4224.0, 4235.0, 4237.0, 4246.0, 4244.0, 4253.0, 4232.0, 4240.0, 4211.0, 4230.0, 4210.0, 4217.0, 4217.0, 4216.0, 4206.0, 4215.0, 4205.0, 4205.0, 4205.0, 4195.0, 4195.0, 4187.0, 4207.0, 4208.0, 4197.0, 4199.0, 4200.0, 4211.0, 4205.0, 4215.0, 4225.0, 4249.0, 4238.0, 4249.0, 4228.0, 4236.0, 4239.0, 4236.0, 4246.0, 4205.0, 4252.0, 4198.0, 4231.0, 4199.0, 4219.0, 4199.0, 4210.0, 4201.0, 4198.0, 4190.0, 4189.0, 4212.0, 4210.0, 4212.0, 4209.0, 4213.0, 4225.0, 4226.0, 4213.0, 4235.0, 4213.0, 4203.0, 4206.0, 4207.0, 4213.0, 4213.0, 4236.0, 4216.0, 4268.0, 4226.0, 4267.0, 4214.0, 4254.0, 4190.0, 4252.0, 4190.0, 4240.0, 4176.0, 4229.0, 4186.0, 4206.0, 4175.0], 'WindowWidth': [9473.0, 9446.0, 9397.0, 9392.0, 9365.0, 9407.0, 9368.0, 9366.0, 9363.0, 9347.0, 9348.0, 9353.0, 9376.0, 9368.0, 9397.0, 9358.0, 9398.0, 9357.0, 9393.0, 9351.0, 9376.0, 9364.0, 9376.0, 9352.0, 9374.0, 9369.0, 9392.0, 9368.0, 9350.0, 9371.0, 9341.0, 9379.0, 9366.0, 9372.0, 9355.0, 9405.0, 9366.0, 9394.0, 9379.0, 9376.0, 9393.0, 9361.0, 9362.0, 9332.0, 9366.0, 9354.0, 9370.0, 9377.0, 9341.0, 9374.0, 9382.0, 9390.0, 9360.0, 9376.0, 9360.0, 9317.0, 9344.0, 9341.0, 9360.0, 9346.0, 9368.0, 9378.0, 9374.0, 9369.0, 9367.0, 9354.0, 9362.0, 9370.0, 9380.0, 9372.0, 9393.0, 9369.0, 9380.0, 9371.0, 9391.0, 9372.0, 9401.0, 9386.0, 9394.0, 9357.0, 9369.0, 9348.0, 9327.0, 9361.0, 9348.0, 9371.0, 9354.0, 9366.0, 9348.0, 9361.0, 9363.0, 9364.0, 9370.0, 9404.0, 9369.0, 9405.0, 9379.0, 9387.0, 9373.0, 9365.0, 9341.0, 9366.0, 9341.0, 9366.0, 9342.0, 9345.0, 9337.0, 9335.0, 9337.0, 9347.0, 9338.0, 9352.0, 9338.0, 9363.0, 9341.0, 9364.0, 9356.0, 9364.0, 9351.0, 9376.0, 9376.0, 9376.0, 9369.0, 9370.0, 9348.0, 9350.0, 9336.0, 9356.0, 9376.0, 9341.0, 9373.0, 9357.0, 9354.0, 9339.0, 9345.0, 9341.0, 9346.0, 9379.0, 9394.0, 9381.0, 9390.0, 9401.0, 9367.0, 9353.0, 9390.0, 9373.0, 9406.0, 9369.0, 9408.0, 9408.0, 9370.0, 9394.0, 9347.0, 9371.0, 9329.0, 9366.0, 9327.0, 9353.0, 9326.0, 9339.0, 9323.0, 9339.0, 9338.0, 9347.0, 9360.0, 9332.0, 9332.0, 9350.0, 9326.0, 9345.0, 9325.0, 9360.0, 9366.0, 9346.0, 9374.0, 9346.0, 9356.0, 9349.0, 9370.0, 9346.0, 9361.0, 9353.0, 9360.0, 9364.0, 9401.0, 9392.0, 9395.0, 9376.0, 9353.0, 9374.0, 9363.0, 9361.0, 9383.0, 9373.0, 9415.0, 9382.0, 9399.0, 9365.0, 9377.0, 9380.0, 9355.0, 9361.0, 9335.0, 9343.0, 9330.0, 9336.0, 9320.0, 9350.0, 9302.0, 9353.0, 9351.0, 9356.0, 9349.0, 9339.0, 9360.0, 9339.0, 9349.0, 9353.0, 9353.0, 9346.0, 9357.0, 9349.0, 9359.0, 9358.0, 9343.0, 9345.0, 9353.0, 9341.0, 9356.0, 9361.0, 9377.0, 9362.0, 9384.0, 9360.0, 9356.0, 9358.0, 9365.0, 9342.0, 9352.0, 9342.0, 9371.0, 9345.0, 9356.0, 9344.0, 9341.0, 9340.0, 9320.0, 9347.0, 9379.0, 9408.0, 9410.0, 9419.0, 9376.0, 9364.0, 9414.0, 9368.0, 9401.0, 9348.0, 9390.0, 9384.0, 9375.0, 9385.0, 9371.0, 9361.0, 9366.0, 9343.0, 9346.0, 9344.0, 9349.0, 9357.0, 9343.0, 9321.0, 9314.0, 9306.0, 9339.0, 9291.0, 9336.0, 9318.0, 9341.0, 9340.0, 9323.0, 9320.0, 9311.0, 9322.0, 9311.0, 9316.0, 9330.0, 9335.0, 9333.0, 9329.0, 9318.0, 9330.0, 9333.0, 9358.0, 9368.0, 9357.0, 9344.0, 9359.0, 9361.0, 9366.0, 9385.0, 9394.0, 9379.0, 9348.0, 9364.0, 9380.0, 9361.0, 9362.0, 9358.0, 9348.0, 9363.0, 9379.0, 9366.0, 9362.0, 9335.0, 9350.0, 9360.0, 9357.0, 9372.0, 9356.0, 9361.0, 9370.0, 9358.0, 9369.0, 9358.0, 9362.0, 9395.0, 9349.0, 9349.0, 9369.0, 9355.0, 9385.0, 9399.0, 9355.0, 9397.0, 9354.0, 9400.0, 9355.0, 9403.0, 9362.0, 9372.0, 9327.0, 9340.0, 9340.0, 9350.0, 9396.0, 9354.0, 9397.0, 9348.0, 9363.0, 9347.0, 9368.0, 9332.0, 9360.0, 9341.0, 9363.0, 9341.0, 9334.0, 9319.0, 9319.0, 9301.0, 9318.0, 9321.0, 9324.0, 9321.0, 9319.0, 9304.0, 9337.0, 9331.0, 9343.0, 9351.0, 9340.0, 9355.0, 9349.0, 9354.0, 9355.0, 9356.0, 9367.0, 9357.0, 9347.0, 9356.0, 9347.0, 9341.0, 9351.0, 9344.0, 9355.0, 9359.0, 9377.0, 9357.0, 9361.0, 9334.0, 9344.0, 9338.0, 9352.0, 9345.0, 9354.0, 9340.0, 9350.0, 9343.0, 9340.0, 9324.0, 9353.0, 9345.0, 9387.0, 9370.0, 9390.0, 9366.0, 9389.0, 9373.0, 9394.0, 9375.0, 9390.0, 9337.0, 9384.0, 9347.0, 9376.0, 9346.0, 9367.0, 9326.0, 9368.0, 9377.0, 9349.0, 9361.0, 9350.0, 9346.0, 9335.0, 9302.0, 9316.0, 9343.0, 9333.0, 9335.0, 9334.0, 9347.0, 9352.0, 9352.0, 9335.0, 9354.0, 9350.0, 9353.0, 9367.0, 9362.0, 9345.0, 9344.0, 9337.0, 9340.0, 9357.0, 9351.0, 9353.0, 9353.0, 9365.0, 9363.0, 9351.0, 9362.0, 9363.0, 9336.0, 9351.0, 9351.0, 9370.0, 9390.0, 9363.0, 9386.0, 9396.0, 9410.0, 9397.0, 9371.0, 9418.0, 9405.0, 9393.0, 9382.0, 9343.0, 9358.0, 9363.0, 9355.0, 9365.0, 9340.0, 9364.0, 9334.0, 9357.0, 9333.0, 9349.0, 9342.0, 9358.0, 9339.0, 9315.0, 9342.0, 9327.0, 9346.0, 9351.0, 9386.0, 9365.0, 9357.0, 9365.0, 9350.0, 9344.0, 9378.0, 9363.0, 9369.0, 9347.0, 9346.0, 9359.0, 9341.0, 9356.0, 9358.0, 9365.0, 9375.0, 9348.0, 9387.0, 9362.0, 9362.0, 9363.0, 9355.0, 9389.0, 9356.0, 9355.0, 9323.0, 9340.0, 9326.0, 9345.0, 9339.0, 9344.0, 9315.0, 9356.0, 9325.0, 9358.0, 9339.0, 9328.0, 9353.0, 9336.0, 9340.0, 9357.0, 9347.0, 9374.0, 9375.0, 9341.0, 9344.0, 9309.0, 9340.0, 9311.0, 9345.0, 9316.0, 9386.0, 9365.0, 9387.0, 9381.0, 9362.0, 9348.0, 9356.0, 9347.0, 9389.0, 9395.0, 9423.0, 9381.0, 9396.0, 9381.0, 9374.0, 9386.0, 9370.0, 9346.0, 9359.0, 9341.0, 9347.0, 9340.0, 9360.0, 9323.0, 9329.0, 9311.0, 9311.0, 9307.0, 9295.0, 9335.0, 9309.0, 9340.0, 9323.0, 9330.0, 9328.0, 9338.0, 9348.0, 9346.0, 9376.0, 9366.0, 9343.0, 9339.0, 9340.0, 9368.0, 9350.0, 9367.0, 9371.0, 9380.0, 9362.0, 9349.0, 9339.0, 9342.0, 9354.0, 9335.0, 9349.0, 9333.0, 9353.0, 9351.0, 9364.0, 9337.0, 9353.0, 9334.0, 9351.0, 9348.0, 9350.0, 9351.0, 9353.0, 9321.0, 9336.0, 9345.0, 9342.0, 9355.0, 9356.0, 9370.0, 9371.0, 9394.0, 9373.0, 9387.0, 9353.0, 9361.0, 9385.0, 9397.0, 9404.0, 9388.0, 9399.0, 9363.0, 9379.0, 9375.0, 9362.0, 9347.0, 9375.0, 9369.0, 9359.0, 9361.0, 9358.0, 9340.0, 9325.0, 9323.0, 9291.0, 9315.0, 9308.0, 9337.0, 9306.0, 9338.0, 9338.0, 9331.0, 9304.0, 9321.0, 9322.0, 9324.0, 9367.0, 9339.0, 9342.0, 9349.0, 9363.0, 9368.0, 9398.0, 9358.0, 9360.0, 9348.0, 9347.0, 9366.0, 9352.0, 9410.0, 9373.0, 9397.0, 9367.0, 9377.0, 9379.0, 9347.0, 9361.0, 9359.0, 9364.0, 9371.0, 9407.0, 9376.0, 9388.0, 9354.0, 9350.0, 9351.0, 9384.0, 9398.0, 9404.0, 9394.0, 9365.0, 9376.0, 9362.0, 9373.0, 9374.0, 9338.0, 9350.0, 9320.0, 9322.0, 9331.0, 9319.0, 9344.0, 9343.0, 9347.0, 9343.0, 9331.0, 9302.0, 9333.0, 9333.0, 9319.0, 9378.0, 9375.0, 9359.0, 9331.0, 9322.0, 9351.0, 9335.0, 9367.0, 9385.0, 9403.0, 9406.0, 9381.0, 9375.0, 9361.0, 9371.0, 9317.0, 9338.0, 9332.0, 9314.0, 9325.0, 9308.0, 9322.0, 9323.0, 9321.0, 9303.0, 9324.0, 9305.0, 9325.0, 9281.0, 9308.0, 9323.0, 9310.0, 9340.0, 9324.0, 9317.0, 9313.0, 9346.0, 9321.0, 9300.0, 9334.0, 9346.0, 9339.0, 9345.0, 9364.0, 9363.0, 9344.0, 9348.0, 9354.0, 9361.0, 9377.0, 9369.0, 9379.0, 9392.0, 9399.0, 9431.0, 9361.0, 9379.0, 9375.0, 9401.0, 9422.0, 9364.0, 9388.0, 9372.0, 9377.0, 9393.0, 9425.0, 9382.0, 9403.0, 9402.0, 9410.0, 9393.0, 9385.0, 9390.0, 9379.0, 9387.0, 9383.0, 9374.0, 9322.0, 9324.0, 9320.0, 9361.0, 9373.0, 9391.0, 9366.0, 9387.0, 9399.0, 9366.0, 9380.0, 9384.0, 9395.0, 9390.0, 9397.0, 9369.0, 9377.0, 9337.0, 9360.0, 9334.0, 9340.0, 9338.0, 9335.0, 9321.0, 9330.0, 9318.0, 9317.0, 9318.0, 9303.0, 9305.0, 9296.0, 9326.0, 9331.0, 9318.0, 9321.0, 9326.0, 9344.0, 9341.0, 9354.0, 9368.0, 9404.0, 9389.0, 9405.0, 9374.0, 9383.0, 9389.0, 9382.0, 9395.0, 9336.0, 9395.0, 9316.0, 9361.0, 9316.0, 9343.0, 9317.0, 9333.0, 9323.0, 9315.0, 9307.0, 9305.0, 9344.0, 9339.0, 9343.0, 9336.0, 9345.0, 9365.0, 9367.0, 9346.0, 9379.0, 9345.0, 9332.0, 9343.0, 9346.0, 9348.0, 9350.0, 9383.0, 9355.0, 9428.0, 9368.0, 9425.0, 9347.0, 9401.0, 9310.0, 9394.0, 9307.0, 9373.0, 9282.0, 9356.0, 9293.0, 9320.0, 9278.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.0015878300803673939</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02058711561423651</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.85094830521842</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2286544218045978</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0555529436781617</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4536</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6709.8457</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08641226339771652</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.199770378874857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.547783956586596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.477339213662903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7466756617868766</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4193369943100085</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0190278</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013696696609258652</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030243586748838425</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.747930879155511</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>24.1668</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.203</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.4244</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308196.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>794.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7003</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9469</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.5487</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3473.2399</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3729.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68348.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4551.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>994.9417</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.19305925187655</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> |