=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0122_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0122_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0122_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-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-01/func/sub-0122_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>6312b5a41202d1276f9bbf883f764486</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>16:42:12.987500</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.999732, -0.0051843, -0.0225391, 0.00610707, 0.999138, 0.0410665]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0878736</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4208, -7751, -7194, 417, -140, 90, 40, 58]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.137</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>36dc5e0f-6e36-4ea2-bac2-0d482da7229f||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.6822092533111572, 0.01638481207191944, -0.06022818386554718, 113.28207397460938], [0.013909101486206055, 2.6806135177612305, 0.11122161895036697, -108.11051177978516], [-0.06047067791223526, -0.11017849296331406, 2.697036027908325, -58.367530822753906], [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': ['164212.987500', '164213.447500', '164213.907500', '164214.367500', '164214.827500', '164215.287500', '164215.747500', '164216.207500', '164216.667500', '164217.127500', '164217.587500', '164218.047500', '164218.507500', '164218.967500', '164219.427500', '164219.887500', '164220.347500', '164220.807500', '164221.267500', '164221.727500', '164222.187500', '164222.647500', '164223.107500', '164223.567500', '164224.027500', '164224.487500', '164224.947500', '164225.407500', '164225.867500', '164226.327500', '164226.787500', '164227.247500', '164227.707500', '164228.167500', '164228.627500', '164229.087500', '164229.547500', '164230.007500', '164230.467500', '164230.927500', '164231.387500', '164231.847500', '164232.307500', '164232.767500', '164233.227500', '164233.687500', '164234.147500', '164234.607500', '164235.067500', '164235.527500', '164235.987500', '164236.447500', '164236.907500', '164237.367500', '164237.827500', '164238.287500', '164238.747500', '164239.207500', '164239.667500', '164240.127500', '164240.587500', '164241.047500', '164241.507500', '164241.967500', '164242.427500', '164242.887500', '164243.347500', '164243.807500', '164244.267500', '164244.727500', '164245.187500', '164245.647500', '164246.107500', '164246.567500', '164247.027500', '164247.487500', '164247.947500', '164248.407500', '164248.867500', '164249.327500', '164249.787500', '164250.247500', '164250.707500', '164251.167500', '164251.627500', '164252.087500', '164252.547500', '164253.007500', '164253.467500', '164253.927500', '164254.387500', '164254.847500', '164255.307500', '164255.767500', '164256.227500', '164256.687500', '164257.147500', '164257.607500', '164258.067500', '164258.527500', '164258.987500', '164259.447500', '164259.907500', '164300.367500', '164300.827500', '164301.287500', '164301.747500', '164302.207500', '164302.667500', '164303.127500', '164303.587500', '164304.047500', '164304.507500', '164304.967500', '164305.427500', '164305.887500', '164306.347500', '164306.807500', '164307.267500', '164307.727500', '164308.187500', '164308.647500', '164309.107500', '164309.567500', '164310.027500', '164310.487500', '164310.947500', '164311.407500', '164311.867500', '164312.327500', '164312.787500', '164313.247500', '164313.707500', '164314.167500', '164314.627500', '164315.087500', '164315.547500', '164316.007500', '164316.467500', '164316.927500', '164317.387500', '164317.847500', '164318.307500', '164318.767500', '164319.227500', '164319.687500', '164320.147500', '164320.607500', '164321.067500', '164321.527500', '164321.987500', '164322.447500', '164322.907500', '164323.367500', '164323.827500', '164324.287500', '164324.747500', '164325.207500', '164325.667500', '164326.127500', '164326.587500', '164327.047500', '164327.507500', '164327.967500', '164328.427500', '164328.887500', '164329.347500', '164329.807500', '164330.267500', '164330.727500', '164331.187500', '164331.647500', '164332.107500', '164332.567500', '164333.027500', '164333.487500', '164333.947500', '164334.407500', '164334.867500', '164335.327500', '164335.787500', '164336.247500', '164336.707500', '164337.167500', '164337.627500', '164338.087500', '164338.547500', '164339.007500', '164339.467500', '164339.927500', '164340.387500', '164340.847500', '164341.307500', '164341.767500', '164342.227500', '164342.687500', '164343.147500', '164343.607500', '164344.067500', '164344.527500', '164344.987500', '164345.447500', '164345.907500', '164346.367500', '164346.827500', '164347.287500', '164347.747500', '164348.207500', '164348.667500', '164349.127500', '164349.587500', '164350.047500', '164350.507500', '164350.967500', '164351.427500', '164351.887500', '164352.347500', '164352.807500', '164353.267500', '164353.727500', '164354.187500', '164354.647500', '164355.107500', '164355.567500', '164356.027500', '164356.487500', '164356.947500', '164357.407500', '164357.867500', '164358.327500', '164358.787500', '164359.247500', '164359.707500', '164400.167500', '164400.627500', '164401.087500', '164401.547500', '164402.007500', '164402.467500', '164402.927500', '164403.387500', '164403.847500', '164404.307500', '164404.767500', '164405.227500', '164405.687500', '164406.147500', '164406.607500', '164407.067500', '164407.527500', '164407.987500', '164408.447500', '164408.907500', '164409.367500', '164409.827500', '164410.287500', '164410.747500', '164411.207500', '164411.667500', '164412.127500', '164412.587500', '164413.047500', '164413.507500', '164413.967500', '164414.427500', '164414.887500', '164415.347500', '164415.807500', '164416.267500', '164416.727500', '164417.187500', '164417.647500', '164418.107500', '164418.567500', '164419.027500', '164419.487500', '164419.947500', '164420.407500', '164420.867500', '164421.327500', '164421.787500', '164422.247500', '164422.707500', '164423.167500', '164423.627500', '164424.087500', '164424.547500', '164425.007500', '164425.467500', '164425.927500', '164426.387500', '164426.847500', '164427.307500', '164427.767500', '164428.227500', '164428.687500', '164429.147500', '164429.607500', '164430.067500', '164430.527500', '164430.987500', '164431.447500', '164431.907500', '164432.367500', '164432.827500', '164433.287500', '164433.747500', '164434.207500', '164434.667500', '164435.127500', '164435.587500', '164436.047500', '164436.507500', '164436.967500', '164437.427500', '164437.887500', '164438.347500', '164438.807500', '164439.267500', '164439.727500', '164440.187500', '164440.647500', '164441.107500', '164441.567500', '164442.027500', '164442.487500', '164442.947500', '164443.407500', '164443.867500', '164444.327500', '164444.787500', '164445.247500', '164445.707500', '164446.167500', '164446.627500', '164447.087500', '164447.547500', '164448.007500', '164448.467500', '164448.927500', '164449.387500', '164449.847500', '164450.307500', '164450.767500', '164451.227500', '164451.687500', '164452.147500', '164452.607500', '164453.067500', '164453.527500', '164453.987500', '164454.447500', '164454.907500', '164455.367500', '164455.827500', '164456.287500', '164456.747500', '164457.207500', '164457.667500', '164458.127500', '164458.587500', '164459.047500', '164459.507500', '164459.967500', '164500.427500', '164500.887500', '164501.347500', '164501.807500', '164502.267500', '164502.727500', '164503.187500', '164503.647500', '164504.107500', '164504.567500', '164505.027500', '164505.487500', '164505.947500', '164506.407500', '164506.867500', '164507.327500', '164507.787500', '164508.247500', '164508.707500', '164509.167500', '164509.627500', '164510.087500', '164510.547500', '164511.007500', '164511.467500', '164511.927500', '164512.387500', '164512.847500', '164513.307500', '164513.767500', '164514.227500', '164514.687500', '164515.147500', '164515.607500', '164516.067500', '164516.527500', '164516.987500', '164517.447500', '164517.907500', '164518.367500', '164518.827500', '164519.287500', '164519.747500', '164520.207500', '164520.667500', '164521.127500', '164521.587500', '164522.047500', '164522.507500', '164522.967500', '164523.427500', '164523.887500', '164524.347500', '164524.807500', '164525.267500', '164525.727500', '164526.187500', '164526.647500', '164527.107500', '164527.567500', '164528.027500', '164528.487500', '164528.947500', '164529.407500', '164529.867500', '164530.327500', '164530.787500', '164531.247500', '164531.707500', '164532.167500', '164532.627500', '164533.087500', '164533.547500', '164534.007500', '164534.467500', '164534.927500', '164535.387500', '164535.847500', '164536.307500', '164536.767500', '164537.227500', '164537.687500', '164538.147500', '164538.607500', '164539.067500', '164539.527500', '164539.987500', '164540.447500', '164540.907500', '164541.367500', '164541.827500', '164542.287500', '164542.747500', '164543.207500', '164543.667500', '164544.127500', '164544.587500', '164545.047500', '164545.507500', '164545.967500', '164546.427500', '164546.887500', '164547.347500', '164547.807500', '164548.267500', '164548.727500', '164549.187500', '164549.647500', '164550.107500', '164550.567500', '164551.027500', '164551.487500', '164551.947500', '164552.407500', '164552.867500', '164553.327500', '164553.787500', '164554.247500', '164554.707500', '164555.167500', '164555.627500', '164556.087500', '164556.547500', '164557.007500', '164557.467500', '164557.927500', '164558.387500', '164558.847500', '164559.307500', '164559.767500', '164600.227500', '164600.687500', '164601.147500', '164601.607500', '164602.067500', '164602.527500', '164602.987500', '164603.447500', '164603.907500', '164604.367500', '164604.827500', '164605.287500', '164605.747500', '164606.207500', '164606.667500', '164607.127500', '164607.587500', '164608.047500', '164608.507500', '164608.967500', '164609.427500', '164609.887500', '164610.347500', '164610.807500', '164611.267500', '164611.727500', '164612.187500', '164612.647500', '164613.107500', '164613.567500', '164614.027500', '164614.487500', '164614.947500', '164615.407500', '164615.867500', '164616.327500', '164616.787500', '164617.247500', '164617.707500', '164618.167500', '164618.627500', '164619.087500', '164619.547500', '164620.007500', '164620.467500', '164620.927500', '164621.387500', '164621.847500', '164622.307500', '164622.767500', '164623.227500', '164623.687500', '164624.147500', '164624.607500', '164625.067500', '164625.527500', '164625.987500', '164626.447500', '164626.907500', '164627.367500', '164627.827500', '164628.287500', '164628.747500', '164629.207500', '164629.667500', '164630.127500', '164630.587500', '164631.047500', '164631.507500', '164631.967500', '164632.427500', '164632.887500', '164633.347500', '164633.807500', '164634.267500', '164634.727500', '164635.187500', '164635.647500', '164636.107500', '164636.567500', '164637.027500', '164637.487500', '164637.947500', '164638.407500', '164638.867500', '164639.327500', '164639.787500', '164640.247500', '164640.707500', '164641.167500', '164641.627500', '164642.087500', '164642.547500', '164643.007500', '164643.467500', '164643.927500', '164644.387500', '164644.847500', '164645.307500', '164645.767500', '164646.227500', '164646.687500', '164647.147500', '164647.607500', '164648.067500', '164648.527500', '164648.987500', '164649.447500', '164649.907500', '164650.367500', '164650.827500', '164651.287500', '164651.747500', '164652.207500', '164652.667500', '164653.127500', '164653.587500', '164654.047500', '164654.507500', '164654.967500', '164655.427500', '164655.887500', '164656.347500', '164656.807500', '164657.267500', '164657.727500', '164658.187500', '164658.647500', '164659.107500', '164659.567500', '164700.027500', '164700.487500', '164700.947500', '164701.407500', '164701.867500', '164702.327500', '164702.787500', '164703.247500', '164703.707500', '164704.167500', '164704.627500', '164705.087500', '164705.547500', '164706.007500', '164706.467500', '164706.927500', '164707.387500', '164707.847500', '164708.307500', '164708.767500', '164709.227500', '164709.687500', '164710.147500', '164710.607500', '164711.067500', '164711.527500', '164711.987500', '164712.447500', '164712.907500', '164713.367500', '164713.827500', '164714.287500', '164714.747500', '164715.207500', '164715.667500', '164716.127500', '164716.587500', '164717.047500', '164717.507500', '164717.967500', '164718.427500', '164718.887500', '164719.347500', '164719.807500', '164720.267500', '164720.727500', '164721.187500', '164721.647500', '164722.107500', '164722.567500', '164723.027500', '164723.487500', '164723.947500', '164724.407500', '164724.867500', '164725.327500', '164725.787500', '164726.247500', '164726.707500', '164727.167500', '164727.627500', '164728.087500', '164728.547500', '164729.007500', '164729.467500', '164729.927500', '164730.387500', '164730.847500', '164731.307500', '164731.767500', '164732.227500', '164732.687500', '164733.147500', '164733.607500', '164734.067500', '164734.527500', '164734.987500', '164735.447500', '164735.907500', '164736.367500', '164736.827500', '164737.287500', '164737.747500', '164738.207500', '164738.667500', '164739.127500', '164739.587500', '164740.047500', '164740.507500', '164740.967500', '164741.427500', '164741.887500', '164742.347500', '164742.807500', '164743.267500', '164743.727500', '164744.187500', '164744.647500', '164745.107500', '164745.567500', '164746.027500', '164746.487500', '164746.947500', '164747.407500', '164747.867500', '164748.327500', '164748.787500', '164749.247500', '164749.707500', '164750.167500', '164750.627500', '164751.087500', '164751.547500', '164752.007500', '164752.467500', '164752.927500', '164753.387500', '164753.847500', '164754.307500', '164754.767500', '164755.227500', '164755.687500', '164756.147500', '164756.607500', '164757.067500', '164757.527500', '164757.987500', '164758.447500', '164758.907500', '164759.367500', '164759.827500', '164800.287500', '164800.747500', '164801.207500', '164801.667500', '164802.127500', '164802.587500', '164803.047500', '164803.507500', '164803.967500', '164804.427500', '164804.887500', '164805.347500', '164805.807500', '164806.267500', '164806.727500', '164807.187500', '164807.647500', '164808.107500', '164808.567500', '164809.027500', '164809.487500', '164809.947500', '164810.407500', '164810.867500', '164811.327500', '164811.787500', '164812.247500', '164812.707500', '164813.167500', '164813.627500', '164814.087500', '164814.547500', '164815.007500', '164815.467500', '164815.927500', '164816.387500', '164816.847500', '164817.307500', '164817.767500', '164818.227500', '164818.687500', '164819.147500', '164819.607500', '164820.067500', '164820.527500', '164820.987500', '164821.447500', '164821.907500', '164822.367500', '164822.827500', '164823.287500', '164823.747500', '164824.207500', '164824.667500', '164825.127500', '164825.587500', '164826.047500', '164826.507500', '164826.967500', '164827.427500', '164827.887500', '164828.347500', '164828.807500', '164829.267500', '164829.727500', '164830.187500', '164830.647500', '164831.107500', '164831.567500', '164832.027500', '164832.487500', '164832.947500', '164833.407500', '164833.867500', '164834.327500', '164834.787500', '164835.247500', '164835.707500', '164836.167500', '164836.627500', '164837.087500', '164837.547500', '164838.007500', '164838.467500', '164838.927500', '164839.387500', '164839.847500', '164840.307500', '164840.767500', '164841.227500', '164841.687500', '164842.147500', '164842.607500', '164843.067500', '164843.527500', '164843.987500', '164844.447500', '164844.907500', '164845.367500', '164845.827500', '164846.287500', '164846.747500', '164847.207500', '164847.667500', '164848.127500', '164848.587500', '164849.047500', '164849.507500', '164849.967500', '164850.427500', '164850.887500', '164851.347500', '164851.807500', '164852.267500', '164852.727500', '164853.187500', '164853.647500'], 'ContentTime': ['164240.737000', '164240.740000', '164240.743000', '164240.746000', '164240.748000', '164240.751000', '164240.753000', '164240.756000', '164240.759000', '164240.763000', '164240.766000', '164240.768000', '164240.771000', '164240.774000', '164240.776000', '164240.779000', '164240.781000', '164240.784000', '164240.786000', '164240.789000', '164240.791000', '164240.794000', '164240.796000', '164240.799000', '164240.802000', '164240.804000', '164240.807000', '164240.809000', '164240.812000', '164240.815000', '164240.817000', '164240.820000', '164240.822000', '164240.825000', '164240.827000', '164240.830000', '164240.832000', '164240.835000', '164240.838000', '164240.840000', '164240.843000', '164240.851000', '164240.854000', '164240.856000', '164240.859000', '164240.861000', '164240.864000', '164240.867000', '164240.869000', '164240.872000', '164240.874000', '164240.877000', '164240.879000', '164240.882000', '164240.885000', '164240.887000', '164240.890000', '164240.892000', '164300.687000', '164300.690000', '164300.693000', '164300.695000', '164300.699000', '164300.702000', '164300.705000', '164300.707000', '164300.710000', '164300.712000', '164300.715000', '164300.717000', '164300.720000', '164300.722000', '164300.725000', '164300.727000', '164300.730000', '164300.732000', '164300.735000', '164300.738000', '164300.740000', '164300.743000', '164300.745000', '164300.748000', '164300.750000', '164300.753000', '164300.755000', '164300.758000', '164300.760000', '164300.763000', '164300.766000', '164300.768000', '164300.771000', '164300.773000', '164300.776000', '164300.778000', '164300.781000', '164300.783000', '164300.786000', '164300.788000', '164300.791000', '164300.794000', '164300.796000', '164300.799000', '164320.686000', '164320.689000', '164320.692000', '164320.694000', '164320.697000', '164320.699000', '164320.702000', '164320.705000', '164320.707000', '164320.710000', '164320.712000', '164320.715000', '164320.717000', '164320.720000', '164320.722000', '164320.725000', '164320.727000', '164320.730000', '164320.733000', '164320.735000', '164320.738000', '164320.740000', '164320.743000', '164320.745000', '164320.748000', '164320.750000', '164320.753000', '164320.756000', '164320.759000', '164320.762000', '164320.765000', '164320.767000', '164320.770000', '164320.773000', '164320.775000', '164320.778000', '164320.781000', '164320.784000', '164320.786000', '164320.789000', '164320.792000', '164320.794000', '164320.797000', '164340.687000', '164340.696000', '164340.699000', '164340.701000', '164340.704000', '164340.706000', '164340.709000', '164340.711000', '164340.714000', '164340.717000', '164340.719000', '164340.722000', '164340.724000', '164340.727000', '164340.729000', '164340.732000', '164340.735000', '164340.737000', '164340.740000', '164340.742000', '164340.745000', '164340.747000', '164340.750000', '164340.753000', '164340.755000', '164340.758000', '164340.761000', '164340.763000', '164340.766000', '164340.768000', '164340.771000', '164340.773000', '164340.776000', '164340.778000', '164340.781000', '164340.784000', '164340.786000', '164340.789000', '164340.791000', '164340.794000', '164340.797000', '164340.799000', '164340.802000', '164340.804000', '164400.686000', '164400.689000', '164400.692000', '164400.694000', '164400.697000', '164400.700000', '164400.702000', '164400.705000', '164400.707000', '164400.710000', '164400.712000', '164400.715000', '164400.717000', '164400.720000', '164400.722000', '164400.725000', '164400.728000', '164400.730000', '164400.733000', '164400.735000', '164400.738000', '164400.740000', '164400.743000', '164400.745000', '164400.748000', '164400.751000', '164400.753000', '164400.756000', '164400.758000', '164400.761000', '164400.763000', '164400.766000', '164400.768000', '164400.771000', '164400.773000', '164400.776000', '164400.778000', '164400.788000', '164400.790000', '164400.793000', '164400.795000', '164400.798000', '164400.801000', '164420.687000', '164420.689000', '164420.692000', '164420.694000', '164420.697000', '164420.700000', '164420.702000', '164420.705000', '164420.707000', '164420.710000', '164420.713000', '164420.715000', '164420.718000', '164420.720000', '164420.723000', '164420.725000', '164420.728000', '164420.731000', '164420.733000', '164420.736000', '164420.738000', '164420.741000', '164420.743000', '164420.746000', '164420.748000', '164420.751000', '164420.754000', '164420.756000', '164420.759000', '164420.761000', '164420.764000', '164420.766000', '164420.769000', '164420.771000', '164420.774000', '164420.777000', '164420.779000', '164420.782000', '164420.784000', '164420.787000', '164420.789000', '164420.792000', '164420.795000', '164420.797000', '164440.688000', '164440.691000', '164440.693000', '164440.696000', '164440.698000', '164440.701000', '164440.703000', '164440.706000', '164440.709000', '164440.711000', '164440.714000', '164440.716000', '164440.719000', '164440.722000', '164440.724000', '164440.727000', '164440.729000', '164440.732000', '164440.734000', '164440.737000', '164440.739000', '164440.742000', '164440.745000', '164440.747000', '164440.750000', '164440.752000', '164440.755000', '164440.757000', '164440.760000', '164440.762000', '164440.765000', '164440.767000', '164440.770000', '164440.773000', '164440.775000', '164440.778000', '164440.780000', '164440.783000', '164440.785000', '164440.789000', '164440.792000', '164440.795000', '164440.797000', '164500.687000', '164500.690000', '164500.693000', '164500.695000', '164500.698000', '164500.700000', '164500.703000', '164500.712000', '164500.714000', '164500.717000', '164500.720000', '164500.722000', '164500.725000', '164500.727000', '164500.730000', '164500.732000', '164500.735000', '164500.738000', '164500.740000', '164500.743000', '164500.745000', '164500.748000', '164500.751000', '164500.753000', '164500.756000', '164500.758000', '164500.761000', '164500.763000', '164500.766000', '164500.768000', '164500.771000', '164500.773000', '164500.776000', '164500.779000', '164500.781000', '164500.784000', '164500.786000', '164500.789000', '164500.791000', '164500.794000', '164500.797000', '164500.799000', '164500.802000', '164500.804000', '164520.688000', '164520.691000', '164520.693000', '164520.696000', '164520.698000', '164520.701000', '164520.703000', '164520.706000', '164520.709000', '164520.711000', '164520.714000', '164520.716000', '164520.719000', '164520.721000', '164520.724000', '164520.726000', '164520.729000', '164520.731000', '164520.734000', '164520.737000', '164520.739000', '164520.742000', '164520.744000', '164520.747000', '164520.750000', '164520.752000', '164520.755000', '164520.758000', '164520.760000', '164520.763000', '164520.765000', '164520.768000', '164520.770000', '164520.773000', '164520.775000', '164520.778000', '164520.781000', '164520.783000', '164520.786000', '164520.788000', '164520.791000', '164520.794000', '164520.796000', '164540.686000', '164540.689000', '164540.692000', '164540.695000', '164540.697000', '164540.700000', '164540.702000', '164540.705000', '164540.707000', '164540.710000', '164540.713000', '164540.715000', '164540.718000', '164540.720000', '164540.723000', '164540.725000', '164540.728000', '164540.730000', '164540.733000', '164540.746000', '164540.749000', '164540.751000', '164540.754000', '164540.756000', '164540.759000', '164540.762000', '164540.764000', '164540.767000', '164540.769000', '164540.772000', '164540.774000', '164540.777000', '164540.779000', '164540.782000', '164540.784000', '164540.787000', '164540.789000', '164540.792000', '164540.795000', '164540.797000', '164540.800000', '164540.803000', '164540.805000', '164540.808000', '164600.686000', '164600.689000', '164600.692000', '164600.695000', '164600.697000', '164600.700000', '164600.702000', '164600.705000', '164600.707000', '164600.710000', '164600.713000', '164600.715000', '164600.718000', '164600.720000', '164600.723000', '164600.725000', '164600.728000', '164600.730000', '164600.733000', '164600.735000', '164600.738000', '164600.741000', '164600.743000', '164600.746000', '164600.748000', '164600.751000', '164600.753000', '164600.756000', '164600.758000', '164600.761000', '164600.763000', '164600.766000', '164600.769000', '164600.771000', '164600.774000', '164600.776000', '164600.779000', '164600.781000', '164600.784000', '164600.786000', '164600.789000', '164600.792000', '164600.794000', '164620.686000', '164620.689000', '164620.692000', '164620.694000', '164620.697000', '164620.700000', '164620.702000', '164620.705000', '164620.708000', '164620.710000', '164620.713000', '164620.715000', '164620.718000', '164620.720000', '164620.723000', '164620.725000', '164620.728000', '164620.731000', '164620.733000', '164620.736000', '164620.738000', '164620.741000', '164620.743000', '164620.746000', '164620.748000', '164620.751000', '164620.753000', '164620.756000', '164620.759000', '164620.761000', '164620.764000', '164620.766000', '164620.769000', '164620.771000', '164620.774000', '164620.777000', '164620.779000', '164620.782000', '164620.784000', '164620.787000', '164620.789000', '164620.792000', '164620.794000', '164620.797000', '164640.686000', '164640.689000', '164640.692000', '164640.695000', '164640.697000', '164640.700000', '164640.702000', '164640.705000', '164640.707000', '164640.710000', '164640.713000', '164640.715000', '164640.718000', '164640.720000', '164640.723000', '164640.725000', '164640.728000', '164640.730000', '164640.733000', '164640.736000', '164640.738000', '164640.741000', '164640.743000', '164640.746000', '164640.748000', '164640.751000', '164640.753000', '164640.756000', '164640.758000', '164640.761000', '164640.764000', '164640.766000', '164640.769000', '164640.771000', '164640.774000', '164640.776000', '164640.779000', '164640.781000', '164640.784000', '164640.786000', '164640.789000', '164640.792000', '164640.794000', '164700.688000', '164700.691000', '164700.693000', '164700.696000', '164700.698000', '164700.701000', '164700.703000', '164700.706000', '164700.708000', '164700.711000', '164700.713000', '164700.716000', '164700.719000', '164700.722000', '164700.724000', '164700.727000', '164700.730000', '164700.732000', '164700.735000', '164700.737000', '164700.740000', '164700.743000', '164700.745000', '164700.748000', '164700.750000', '164700.753000', '164700.755000', '164700.758000', '164700.760000', '164700.763000', '164700.766000', '164700.768000', '164700.771000', '164700.773000', '164700.776000', '164700.778000', '164700.781000', '164700.783000', '164700.786000', '164700.789000', '164700.791000', '164700.794000', '164700.796000', '164700.805000', '164720.687000', '164720.690000', '164720.699000', '164720.702000', '164720.705000', '164720.707000', '164720.710000', '164720.712000', '164720.715000', '164720.717000', '164720.720000', '164720.723000', '164720.725000', '164720.728000', '164720.730000', '164720.733000', '164720.736000', '164720.738000', '164720.741000', '164720.743000', '164720.746000', '164720.748000', '164720.751000', '164720.753000', '164720.756000', '164720.758000', '164720.761000', '164720.763000', '164720.766000', '164720.769000', '164720.771000', '164720.774000', '164720.776000', '164720.779000', '164720.782000', '164720.784000', '164720.787000', '164720.789000', '164720.792000', '164720.794000', '164720.797000', '164720.800000', '164720.802000', '164740.688000', '164740.690000', '164740.693000', '164740.696000', '164740.698000', '164740.701000', '164740.703000', '164740.706000', '164740.708000', '164740.711000', '164740.713000', '164740.716000', '164740.718000', '164740.721000', '164740.724000', '164740.726000', '164740.729000', '164740.731000', '164740.734000', '164740.737000', '164740.739000', '164740.742000', '164740.744000', '164740.747000', '164740.749000', '164740.752000', '164740.754000', '164740.757000', '164740.760000', '164740.762000', '164740.765000', '164740.767000', '164740.770000', '164740.773000', '164740.775000', '164740.803000', '164740.805000', '164740.808000', '164740.811000', '164740.813000', '164740.816000', '164740.818000', '164740.821000', '164740.824000', '164800.686000', '164800.689000', '164800.692000', '164800.694000', '164800.697000', '164800.700000', '164800.702000', '164800.705000', '164800.707000', '164800.710000', '164800.712000', '164800.715000', '164800.718000', '164800.720000', '164800.723000', '164800.725000', '164800.728000', '164800.730000', '164800.733000', '164800.736000', '164800.738000', '164800.741000', '164800.743000', '164800.746000', '164800.748000', '164800.751000', '164800.754000', '164800.756000', '164800.759000', '164800.761000', '164800.764000', '164800.766000', '164800.769000', '164800.772000', '164800.774000', '164800.777000', '164800.779000', '164800.782000', '164800.785000', '164800.787000', '164800.790000', '164800.792000', '164800.795000', '164820.687000', '164820.690000', '164820.692000', '164820.695000', '164820.697000', '164820.701000', '164820.703000', '164820.706000', '164820.708000', '164820.711000', '164820.714000', '164820.716000', '164820.719000', '164820.721000', '164820.724000', '164820.727000', '164820.729000', '164820.732000', '164820.734000', '164820.737000', '164820.739000', '164820.742000', '164820.744000', '164820.747000', '164820.749000', '164820.752000', '164820.755000', '164820.758000', '164820.760000', '164820.763000', '164820.765000', '164820.768000', '164820.771000', '164820.773000', '164820.776000', '164820.778000', '164820.781000', '164820.783000', '164820.786000', '164820.788000', '164820.791000', '164820.794000', '164820.796000', '164840.687000', '164840.689000', '164840.692000', '164840.695000', '164840.697000', '164840.700000', '164840.702000', '164840.705000', '164840.707000', '164840.710000', '164840.713000', '164840.728000', '164840.730000', '164840.733000', '164840.735000', '164840.738000', '164840.741000', '164840.743000', '164840.746000', '164840.748000', '164840.751000', '164840.753000', '164840.756000', '164840.758000', '164840.761000', '164840.763000', '164840.766000', '164840.769000', '164840.771000', '164840.774000', '164840.776000', '164840.779000', '164840.781000', '164840.784000', '164840.786000', '164840.789000', '164840.791000', '164840.794000', '164840.796000', '164840.799000', '164840.802000', '164840.804000', '164840.807000', '164840.809000', '164854.685000', '164854.688000', '164854.691000', '164854.693000', '164854.696000', '164854.699000', '164854.701000', '164854.705000', '164854.707000', '164854.710000', '164854.713000', '164854.715000', '164854.718000', '164854.721000', '164854.724000', '164854.727000', '164854.729000', '164854.732000', '164854.735000', '164854.737000', '164854.740000', '164854.743000', '164854.746000', '164854.748000', '164854.751000', '164854.755000', '164854.758000', '164854.760000', '164854.763000', '164854.766000', '164854.769000'], 'InstanceCreationTime': ['164240.737000', '164240.740000', '164240.743000', '164240.746000', '164240.748000', '164240.751000', '164240.753000', '164240.756000', '164240.759000', '164240.763000', '164240.766000', '164240.768000', '164240.771000', '164240.774000', '164240.776000', '164240.779000', '164240.781000', '164240.784000', '164240.786000', '164240.789000', '164240.791000', '164240.794000', '164240.796000', '164240.799000', '164240.802000', '164240.804000', '164240.807000', '164240.809000', '164240.812000', '164240.815000', '164240.817000', '164240.820000', '164240.822000', '164240.825000', '164240.827000', '164240.830000', '164240.832000', '164240.835000', '164240.838000', '164240.840000', '164240.843000', '164240.851000', '164240.854000', '164240.856000', '164240.859000', '164240.861000', '164240.864000', '164240.867000', '164240.869000', '164240.872000', '164240.874000', '164240.877000', '164240.879000', '164240.882000', '164240.885000', '164240.887000', '164240.890000', '164240.892000', '164300.687000', '164300.690000', '164300.693000', '164300.695000', '164300.699000', '164300.702000', '164300.705000', '164300.707000', '164300.710000', '164300.712000', '164300.715000', '164300.717000', '164300.720000', '164300.722000', '164300.725000', '164300.727000', '164300.730000', '164300.732000', '164300.735000', '164300.738000', '164300.740000', '164300.743000', '164300.745000', '164300.748000', '164300.750000', '164300.753000', '164300.755000', '164300.758000', '164300.760000', '164300.763000', '164300.766000', '164300.768000', '164300.771000', '164300.773000', '164300.776000', '164300.778000', '164300.781000', '164300.783000', '164300.786000', '164300.788000', '164300.791000', '164300.794000', '164300.796000', '164300.799000', '164320.686000', '164320.689000', '164320.692000', '164320.694000', '164320.697000', '164320.699000', '164320.702000', '164320.705000', '164320.707000', '164320.710000', '164320.712000', '164320.715000', '164320.717000', '164320.720000', '164320.722000', '164320.725000', '164320.727000', '164320.730000', '164320.733000', '164320.735000', '164320.738000', '164320.740000', '164320.743000', '164320.745000', '164320.748000', '164320.750000', '164320.753000', '164320.756000', '164320.759000', '164320.762000', '164320.765000', '164320.767000', '164320.770000', '164320.773000', '164320.775000', '164320.778000', '164320.781000', '164320.784000', '164320.786000', '164320.789000', '164320.792000', '164320.794000', '164320.797000', '164340.687000', '164340.696000', '164340.699000', '164340.701000', '164340.704000', '164340.706000', '164340.709000', '164340.711000', '164340.714000', '164340.717000', '164340.719000', '164340.722000', '164340.724000', '164340.727000', '164340.729000', '164340.732000', '164340.735000', '164340.737000', '164340.740000', '164340.742000', '164340.745000', '164340.747000', '164340.750000', '164340.753000', '164340.755000', '164340.758000', '164340.761000', '164340.763000', '164340.766000', '164340.768000', '164340.771000', '164340.773000', '164340.776000', '164340.778000', '164340.781000', '164340.784000', '164340.786000', '164340.789000', '164340.791000', '164340.794000', '164340.797000', '164340.799000', '164340.802000', '164340.804000', '164400.686000', '164400.689000', '164400.692000', '164400.694000', '164400.697000', '164400.700000', '164400.702000', '164400.705000', '164400.707000', '164400.710000', '164400.712000', '164400.715000', '164400.717000', '164400.720000', '164400.722000', '164400.725000', '164400.728000', '164400.730000', '164400.733000', '164400.735000', '164400.738000', '164400.740000', '164400.743000', '164400.745000', '164400.748000', '164400.751000', '164400.753000', '164400.756000', '164400.758000', '164400.761000', '164400.763000', '164400.766000', '164400.768000', '164400.771000', '164400.773000', '164400.776000', '164400.778000', '164400.788000', '164400.790000', '164400.793000', '164400.795000', '164400.798000', '164400.801000', '164420.687000', '164420.689000', '164420.692000', '164420.694000', '164420.697000', '164420.700000', '164420.702000', '164420.705000', '164420.707000', '164420.710000', '164420.713000', '164420.715000', '164420.718000', '164420.720000', '164420.723000', '164420.725000', '164420.728000', '164420.731000', '164420.733000', '164420.736000', '164420.738000', '164420.741000', '164420.743000', '164420.746000', '164420.748000', '164420.751000', '164420.754000', '164420.756000', '164420.759000', '164420.761000', '164420.764000', '164420.766000', '164420.769000', '164420.771000', '164420.774000', '164420.777000', '164420.779000', '164420.782000', '164420.784000', '164420.787000', '164420.789000', '164420.792000', '164420.795000', '164420.797000', '164440.688000', '164440.691000', '164440.693000', '164440.696000', '164440.698000', '164440.701000', '164440.703000', '164440.706000', '164440.709000', '164440.711000', '164440.714000', '164440.716000', '164440.719000', '164440.722000', '164440.724000', '164440.727000', '164440.729000', '164440.732000', '164440.734000', '164440.737000', '164440.739000', '164440.742000', '164440.745000', '164440.747000', '164440.750000', '164440.752000', '164440.755000', '164440.757000', '164440.760000', '164440.762000', '164440.765000', '164440.767000', '164440.770000', '164440.773000', '164440.775000', '164440.778000', '164440.780000', '164440.783000', '164440.785000', '164440.789000', '164440.792000', '164440.795000', '164440.797000', '164500.687000', '164500.690000', '164500.693000', '164500.695000', '164500.698000', '164500.700000', '164500.703000', '164500.712000', '164500.714000', '164500.717000', '164500.720000', '164500.722000', '164500.725000', '164500.727000', '164500.730000', '164500.732000', '164500.735000', '164500.738000', '164500.740000', '164500.743000', '164500.745000', '164500.748000', '164500.751000', '164500.753000', '164500.756000', '164500.758000', '164500.761000', '164500.763000', '164500.766000', '164500.768000', '164500.771000', '164500.773000', '164500.776000', '164500.779000', '164500.781000', '164500.784000', '164500.786000', '164500.789000', '164500.791000', '164500.794000', '164500.797000', '164500.799000', '164500.802000', '164500.804000', '164520.688000', '164520.691000', '164520.693000', '164520.696000', '164520.698000', '164520.701000', '164520.703000', '164520.706000', '164520.709000', '164520.711000', '164520.714000', '164520.716000', '164520.719000', '164520.721000', '164520.724000', '164520.726000', '164520.729000', '164520.731000', '164520.734000', '164520.737000', '164520.739000', '164520.742000', '164520.744000', '164520.747000', '164520.750000', '164520.752000', '164520.755000', '164520.758000', '164520.760000', '164520.763000', '164520.765000', '164520.768000', '164520.770000', '164520.773000', '164520.775000', '164520.778000', '164520.781000', '164520.783000', '164520.786000', '164520.788000', '164520.791000', '164520.794000', '164520.796000', '164540.686000', '164540.689000', '164540.692000', '164540.695000', '164540.697000', '164540.700000', '164540.702000', '164540.705000', '164540.707000', '164540.710000', '164540.713000', '164540.715000', '164540.718000', '164540.720000', '164540.723000', '164540.725000', '164540.728000', '164540.730000', '164540.733000', '164540.746000', '164540.749000', '164540.751000', '164540.754000', '164540.756000', '164540.759000', '164540.762000', '164540.764000', '164540.767000', '164540.769000', '164540.772000', '164540.774000', '164540.777000', '164540.779000', '164540.782000', '164540.784000', '164540.787000', '164540.789000', '164540.792000', '164540.795000', '164540.797000', '164540.800000', '164540.803000', '164540.805000', '164540.808000', '164600.686000', '164600.689000', '164600.692000', '164600.695000', '164600.697000', '164600.700000', '164600.702000', '164600.705000', '164600.707000', '164600.710000', '164600.713000', '164600.715000', '164600.718000', '164600.720000', '164600.723000', '164600.725000', '164600.728000', '164600.730000', '164600.733000', '164600.735000', '164600.738000', '164600.741000', '164600.743000', '164600.746000', '164600.748000', '164600.751000', '164600.753000', '164600.756000', '164600.758000', '164600.761000', '164600.763000', '164600.766000', '164600.769000', '164600.771000', '164600.774000', '164600.776000', '164600.779000', '164600.781000', '164600.784000', '164600.786000', '164600.789000', '164600.792000', '164600.794000', '164620.686000', '164620.689000', '164620.692000', '164620.694000', '164620.697000', '164620.700000', '164620.702000', '164620.705000', '164620.708000', '164620.710000', '164620.713000', '164620.715000', '164620.718000', '164620.720000', '164620.723000', '164620.725000', '164620.728000', '164620.731000', '164620.733000', '164620.736000', '164620.738000', '164620.741000', '164620.743000', '164620.746000', '164620.748000', '164620.751000', '164620.753000', '164620.756000', '164620.759000', '164620.761000', '164620.764000', '164620.766000', '164620.769000', '164620.771000', '164620.774000', '164620.777000', '164620.779000', '164620.782000', '164620.784000', '164620.787000', '164620.789000', '164620.792000', '164620.794000', '164620.797000', '164640.686000', '164640.689000', '164640.692000', '164640.695000', '164640.697000', '164640.700000', '164640.702000', '164640.705000', '164640.707000', '164640.710000', '164640.713000', '164640.715000', '164640.718000', '164640.720000', '164640.723000', '164640.725000', '164640.728000', '164640.730000', '164640.733000', '164640.736000', '164640.738000', '164640.741000', '164640.743000', '164640.746000', '164640.748000', '164640.751000', '164640.753000', '164640.756000', '164640.758000', '164640.761000', '164640.764000', '164640.766000', '164640.769000', '164640.771000', '164640.774000', '164640.776000', '164640.779000', '164640.781000', '164640.784000', '164640.786000', '164640.789000', '164640.792000', '164640.794000', '164700.688000', '164700.691000', '164700.693000', '164700.696000', '164700.698000', '164700.701000', '164700.703000', '164700.706000', '164700.708000', '164700.711000', '164700.713000', '164700.716000', '164700.719000', '164700.722000', '164700.724000', '164700.727000', '164700.730000', '164700.732000', '164700.735000', '164700.737000', '164700.740000', '164700.743000', '164700.745000', '164700.748000', '164700.750000', '164700.753000', '164700.755000', '164700.758000', '164700.760000', '164700.763000', '164700.766000', '164700.768000', '164700.771000', '164700.773000', '164700.776000', '164700.778000', '164700.781000', '164700.783000', '164700.786000', '164700.789000', '164700.791000', '164700.794000', '164700.796000', '164700.805000', '164720.687000', '164720.690000', '164720.699000', '164720.702000', '164720.705000', '164720.707000', '164720.710000', '164720.712000', '164720.715000', '164720.717000', '164720.720000', '164720.723000', '164720.725000', '164720.728000', '164720.730000', '164720.733000', '164720.736000', '164720.738000', '164720.741000', '164720.743000', '164720.746000', '164720.748000', '164720.751000', '164720.753000', '164720.756000', '164720.758000', '164720.761000', '164720.763000', '164720.766000', '164720.769000', '164720.771000', '164720.774000', '164720.776000', '164720.779000', '164720.782000', '164720.784000', '164720.787000', '164720.789000', '164720.792000', '164720.794000', '164720.797000', '164720.800000', '164720.802000', '164740.688000', '164740.690000', '164740.693000', '164740.696000', '164740.698000', '164740.701000', '164740.703000', '164740.706000', '164740.708000', '164740.711000', '164740.713000', '164740.716000', '164740.718000', '164740.721000', '164740.724000', '164740.726000', '164740.729000', '164740.731000', '164740.734000', '164740.737000', '164740.739000', '164740.742000', '164740.744000', '164740.747000', '164740.749000', '164740.752000', '164740.754000', '164740.757000', '164740.760000', '164740.762000', '164740.765000', '164740.767000', '164740.770000', '164740.773000', '164740.775000', '164740.803000', '164740.805000', '164740.808000', '164740.811000', '164740.813000', '164740.816000', '164740.818000', '164740.821000', '164740.824000', '164800.686000', '164800.689000', '164800.692000', '164800.694000', '164800.697000', '164800.700000', '164800.702000', '164800.705000', '164800.707000', '164800.710000', '164800.712000', '164800.715000', '164800.718000', '164800.720000', '164800.723000', '164800.725000', '164800.728000', '164800.730000', '164800.733000', '164800.736000', '164800.738000', '164800.741000', '164800.743000', '164800.746000', '164800.748000', '164800.751000', '164800.754000', '164800.756000', '164800.759000', '164800.761000', '164800.764000', '164800.766000', '164800.769000', '164800.772000', '164800.774000', '164800.777000', '164800.779000', '164800.782000', '164800.785000', '164800.787000', '164800.790000', '164800.792000', '164800.795000', '164820.687000', '164820.690000', '164820.692000', '164820.695000', '164820.697000', '164820.701000', '164820.703000', '164820.706000', '164820.708000', '164820.711000', '164820.714000', '164820.716000', '164820.719000', '164820.721000', '164820.724000', '164820.727000', '164820.729000', '164820.732000', '164820.734000', '164820.737000', '164820.739000', '164820.742000', '164820.744000', '164820.747000', '164820.749000', '164820.752000', '164820.755000', '164820.758000', '164820.760000', '164820.763000', '164820.765000', '164820.768000', '164820.771000', '164820.773000', '164820.776000', '164820.778000', '164820.781000', '164820.783000', '164820.786000', '164820.788000', '164820.791000', '164820.794000', '164820.796000', '164840.687000', '164840.689000', '164840.692000', '164840.695000', '164840.697000', '164840.700000', '164840.702000', '164840.705000', '164840.707000', '164840.710000', '164840.713000', '164840.728000', '164840.730000', '164840.733000', '164840.735000', '164840.738000', '164840.741000', '164840.743000', '164840.746000', '164840.748000', '164840.751000', '164840.753000', '164840.756000', '164840.758000', '164840.761000', '164840.763000', '164840.766000', '164840.769000', '164840.771000', '164840.774000', '164840.776000', '164840.779000', '164840.781000', '164840.784000', '164840.786000', '164840.789000', '164840.791000', '164840.794000', '164840.796000', '164840.799000', '164840.802000', '164840.804000', '164840.807000', '164840.809000', '164854.685000', '164854.688000', '164854.691000', '164854.693000', '164854.696000', '164854.699000', '164854.701000', '164854.705000', '164854.707000', '164854.710000', '164854.713000', '164854.715000', '164854.718000', '164854.721000', '164854.724000', '164854.727000', '164854.729000', '164854.732000', '164854.735000', '164854.737000', '164854.740000', '164854.743000', '164854.746000', '164854.748000', '164854.751000', '164854.755000', '164854.758000', '164854.760000', '164854.763000', '164854.766000', '164854.769000'], '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': [15231, 8780, 12380, 8429, 9307, 13805, 9019, 12394, 7961, 10764, 9183, 9240, 8535, 9028, 14578, 8500, 13009, 12562, 9674, 16143, 9904, 14370, 8553, 12041, 18499, 9822, 14815, 10053, 11777, 12968, 9402, 15062, 8707, 13333, 8835, 12622, 7937, 11625, 18370, 9660, 15084, 9920, 11192, 10059, 9497, 17778, 9347, 13690, 9004, 11157, 13052, 9349, 15675, 8724, 13385, 10364, 9649, 17076, 10007, 13476, 9143, 12110, 16312, 9440, 14096, 9434, 12367, 8135, 9828, 13903, 9369, 14338, 9092, 13190, 8636, 11255, 15671, 9525, 18310, 10368, 15225, 12408, 11243, 19614, 9789, 16467, 9809, 12733, 15431, 9382, 17312, 9107, 13002, 8257, 10105, 8632, 8826, 11743, 8512, 13224, 8653, 12242, 8144, 10002, 7695, 9103, 15949, 9100, 13685, 8656, 11162, 15816, 9178, 16266, 9541, 14663, 11095, 10986, 19121, 9589, 16884, 10191, 13198, 9781, 9936, 15017, 9668, 14309, 11007, 12705, 9928, 9042, 9940, 9510, 11727, 18929, 11203, 13422, 17044, 10575, 15332, 11779, 13712, 9854, 12524, 10005, 10151, 17186, 11506, 14208, 9515, 14315, 10493, 12657, 17854, 11123, 15018, 9860, 12911, 11158, 10122, 17059, 10671, 13091, 8908, 10267, 14995, 10604, 12021, 17336, 9398, 12969, 9390, 10248, 14257, 9106, 11892, 8622, 10187, 7872, 9341, 8174, 9814, 15124, 8932, 12776, 9587, 10123, 9877, 9378, 15810, 9592, 14544, 9913, 14610, 9151, 13635, 8757, 12878, 18548, 14999, 17442, 12714, 15525, 9676, 14548, 10533, 14355, 14996, 11295, 18798, 9309, 13908, 9023, 10914, 16192, 9522, 14392, 9375, 12273, 8488, 9403, 14700, 9477, 13097, 9447, 11183, 12673, 9076, 13568, 9406, 12561, 8463, 10058, 11049, 9341, 14096, 8669, 10801, 17456, 8893, 13411, 9343, 9105, 14493, 8932, 13120, 9253, 10794, 8156, 10124, 15138, 8846, 12749, 9654, 11932, 16088, 10132, 13561, 9096, 14269, 10767, 15557, 8861, 12739, 18824, 11193, 14524, 10533, 10139, 15064, 9481, 13397, 8815, 10083, 14613, 8896, 12410, 8532, 9767, 14645, 8927, 12130, 7998, 8874, 13984, 8678, 12384, 7815, 9106, 14108, 9653, 12030, 10593, 9649, 14833, 9760, 12054, 17892, 9794, 14251, 9520, 10205, 17544, 9076, 12929, 9781, 10618, 8357, 9570, 9793, 9688, 14612, 15590, 11776, 14955, 10099, 11691, 18577, 9480, 13222, 12945, 10642, 16828, 9798, 14308, 9218, 13234, 13823, 10582, 16938, 10552, 13161, 8741, 9570, 15891, 9855, 12822, 13544, 9390, 15046, 9269, 12880, 9166, 9920, 16281, 9052, 13059, 9580, 10645, 16616, 9880, 12866, 14986, 9448, 15175, 9860, 12630, 8964, 9723, 14712, 9564, 12334, 8708, 9923, 14805, 9929, 12076, 17664, 9427, 12091, 9213, 9497, 14243, 9575, 12529, 9556, 9857, 11795, 8438, 13539, 7998, 10647, 8201, 9702, 12378, 9537, 13678, 8395, 12068, 8661, 9696, 10712, 9070, 13242, 8076, 10994, 9666, 9130, 8296, 8662, 7596, 9382, 7737, 11045, 16662, 11057, 13655, 9309, 11542, 17242, 9552, 16299, 13326, 12859, 18143, 11789, 15319, 9053, 10810, 18754, 9338, 15727, 9501, 11021, 17743, 9040, 14423, 9870, 9889, 18483, 9639, 13776, 9793, 9665, 14063, 9407, 11492, 11499, 9533, 13390, 9218, 9413, 13278, 8854, 11378, 8680, 10207, 16604, 9347, 11219, 18377, 9186, 13141, 9582, 10111, 17935, 9853, 11559, 14787, 9977, 12665, 9896, 10904, 18164, 9806, 13247, 14987, 10285, 16107, 10681, 10325, 17998, 9975, 10834, 18504, 10070, 12561, 9749, 9799, 14674, 9938, 12061, 9682, 10271, 14394, 9807, 11467, 9639, 10219, 14251, 10061, 11046, 8466, 9983, 13547, 9966, 12095, 9427, 10387, 15149, 9690, 12341, 10044, 10624, 18729, 10359, 13513, 16576, 11186, 16163, 10113, 12668, 13420, 10544, 16620, 9816, 10547, 9117, 10232, 12975, 9859, 10255, 17668, 10012, 11867, 10049, 10564, 13451, 10205, 12635, 10073, 12230, 10104, 9297, 10698, 15416, 17729, 12474, 15823, 11299, 11396, 13930, 10189, 12531, 10141, 10225, 18549, 9939, 14752, 10072, 10084, 11049, 9844, 11887, 9519, 9951, 9086, 9750, 11333, 9105, 9608, 13540, 9793, 11911, 9595, 9888, 15377, 9652, 12430, 10188, 10893, 9063, 10760, 14955, 10315, 11210, 18953, 10537, 16328, 11117, 11994, 19536, 10420, 15826, 10527, 11581, 19397, 10504, 11512, 11259, 10548, 12639, 10367, 11304, 10199, 10154, 13518, 9614, 10476, 19061, 10349, 11925, 10907, 10101, 18552, 10351, 14529, 9567, 10330, 16628, 10079, 11268, 9755, 10404, 14603, 10140, 11150, 10096, 10402, 14548, 10163, 11470, 9443, 10330, 15461, 10402, 11058, 17381, 10394, 16491, 10190, 10381, 17752, 10151, 11996, 10026, 10559, 10262, 10312, 11538, 9698, 10135, 10533, 10193, 12062, 9726, 10329, 14871, 9687, 12326, 10265, 10746, 8388, 9261, 9606, 8133, 9760, 15488, 18832, 10323, 13796, 15432, 11094, 16186, 13579, 12590, 18893, 10900, 16096, 18970, 13551, 16235, 11400, 11642, 19333, 10717, 16731, 10340, 10696, 16960, 10409, 11389, 10220, 10629, 13829, 10519, 10879, 9945, 10283, 10159, 9987, 11465, 10012, 10316, 13111, 10185, 11123, 9882, 10418, 9934, 10365, 11084, 10172, 10218, 11926, 10512, 12027, 10307, 10377, 11982, 10389, 12552, 10014, 10432, 8623, 10591, 14435, 10565, 10753, 19270, 10519, 16477, 10861, 11043, 17196, 10907, 12225, 10277, 10614, 8910, 10861, 13920, 10439, 11269, 10109, 10644, 15091, 10500, 11721, 9522, 10938, 14917, 10522, 11134, 9525, 11052, 9725, 11019, 8997, 11172, 10167, 11500, 17181, 11578, 13215, 16280, 11130, 14312, 10852, 11266, 18929, 11235, 15728, 10390, 11327, 16585, 10971, 11459, 10508, 11099, 13314, 10837, 11049, 9116, 10895, 12393, 10747, 10864, 9125, 10731, 12510, 10423, 10661, 9003, 11003, 14428, 10141, 11048, 18466, 10741, 13600, 16670, 11042, 16592, 10622, 11521, 18394, 10641, 11067, 12347, 10549, 13751, 10248, 10034, 13567, 9568, 11342, 9828, 10299, 12583, 10231, 11166, 9358, 10185, 12535, 10334, 11910, 9747, 10577, 15010, 9927, 11875, 9674, 10506, 14450, 10127, 11131, 11660, 10159, 16625, 10063, 12358, 9431, 10090, 15287, 9583, 11507, 9467, 9826, 15325, 9476, 10837, 8249, 10037, 13580, 9415, 11490, 8874, 10068, 18104, 9764, 13429, 14987, 10812, 16828, 9987, 12907, 9442, 9699, 17312, 9730, 11898, 8826, 9710, 13023, 8932, 11071, 8169, 8972, 8060, 9210], 'WindowCenter': [4672.0, 4608.0, 4636.0, 4581.0, 4590.0, 4628.0, 4602.0, 4631.0, 4605.0, 4623.0, 4601.0, 4601.0, 4587.0, 4601.0, 4639.0, 4591.0, 4633.0, 4631.0, 4603.0, 4640.0, 4612.0, 4641.0, 4589.0, 4626.0, 4650.0, 4612.0, 4642.0, 4602.0, 4622.0, 4642.0, 4603.0, 4652.0, 4603.0, 4636.0, 4602.0, 4626.0, 4593.0, 4629.0, 4661.0, 4602.0, 4643.0, 4612.0, 4617.0, 4611.0, 4613.0, 4651.0, 4601.0, 4631.0, 4592.0, 4622.0, 4631.0, 4602.0, 4652.0, 4604.0, 4632.0, 4625.0, 4614.0, 4650.0, 4613.0, 4625.0, 4602.0, 4633.0, 4651.0, 4615.0, 4643.0, 4601.0, 4632.0, 4592.0, 4613.0, 4630.0, 4603.0, 4647.0, 4604.0, 4639.0, 4592.0, 4624.0, 4651.0, 4603.0, 4652.0, 4612.0, 4642.0, 4620.0, 4611.0, 4650.0, 4600.0, 4639.0, 4599.0, 4619.0, 4638.0, 4589.0, 4637.0, 4589.0, 4627.0, 4580.0, 4610.0, 4590.0, 4601.0, 4619.0, 4591.0, 4631.0, 4603.0, 4632.0, 4592.0, 4613.0, 4592.0, 4604.0, 4653.0, 4604.0, 4644.0, 4593.0, 4624.0, 4651.0, 4603.0, 4647.0, 4613.0, 4638.0, 4612.0, 4613.0, 4660.0, 4602.0, 4651.0, 4611.0, 4631.0, 4601.0, 4601.0, 4642.0, 4615.0, 4654.0, 4623.0, 4646.0, 4627.0, 4616.0, 4626.0, 4627.0, 4661.0, 4667.0, 4625.0, 4633.0, 4639.0, 4609.0, 4630.0, 4615.0, 4629.0, 4601.0, 4620.0, 4599.0, 4600.0, 4638.0, 4609.0, 4629.0, 4601.0, 4624.0, 4599.0, 4632.0, 4649.0, 4609.0, 4628.0, 4598.0, 4620.0, 4608.0, 4600.0, 4638.0, 4597.0, 4619.0, 4577.0, 4599.0, 4626.0, 4598.0, 4620.0, 4639.0, 4587.0, 4617.0, 4586.0, 4600.0, 4628.0, 4588.0, 4618.0, 4589.0, 4610.0, 4580.0, 4602.0, 4593.0, 4625.0, 4652.0, 4614.0, 4644.0, 4602.0, 4609.0, 4615.0, 4616.0, 4660.0, 4614.0, 4643.0, 4613.0, 4641.0, 4604.0, 4643.0, 4592.0, 4634.0, 4663.0, 4643.0, 4653.0, 4632.0, 4641.0, 4596.0, 4630.0, 4598.0, 4624.0, 4628.0, 4599.0, 4647.0, 4588.0, 4617.0, 4588.0, 4609.0, 4636.0, 4589.0, 4628.0, 4577.0, 4607.0, 4577.0, 4600.0, 4628.0, 4589.0, 4618.0, 4589.0, 4610.0, 4617.0, 4577.0, 4612.0, 4591.0, 4618.0, 4579.0, 4600.0, 4609.0, 4600.0, 4630.0, 4590.0, 4609.0, 4650.0, 4591.0, 4630.0, 4587.0, 4590.0, 4629.0, 4590.0, 4628.0, 4600.0, 4621.0, 4595.0, 4625.0, 4652.0, 4615.0, 4645.0, 4615.0, 4649.0, 4653.0, 4614.0, 4645.0, 4618.0, 4656.0, 4613.0, 4640.0, 4591.0, 4633.0, 4650.0, 4608.0, 4629.0, 4598.0, 4600.0, 4629.0, 4599.0, 4628.0, 4589.0, 4599.0, 4629.0, 4590.0, 4620.0, 4588.0, 4602.0, 4628.0, 4590.0, 4621.0, 4581.0, 4602.0, 4630.0, 4592.0, 4631.0, 4569.0, 4592.0, 4630.0, 4601.0, 4634.0, 4624.0, 4615.0, 4637.0, 4612.0, 4634.0, 4664.0, 4613.0, 4637.0, 4601.0, 4614.0, 4651.0, 4602.0, 4632.0, 4602.0, 4613.0, 4592.0, 4615.0, 4612.0, 4614.0, 4656.0, 4653.0, 4634.0, 4653.0, 4612.0, 4634.0, 4651.0, 4602.0, 4644.0, 4631.0, 4611.0, 4650.0, 4612.0, 4640.0, 4602.0, 4633.0, 4629.0, 4611.0, 4641.0, 4599.0, 4630.0, 4578.0, 4599.0, 4622.0, 4597.0, 4620.0, 4617.0, 4589.0, 4627.0, 4589.0, 4618.0, 4588.0, 4599.0, 4638.0, 4591.0, 4630.0, 4599.0, 4610.0, 4637.0, 4596.0, 4619.0, 4627.0, 4589.0, 4628.0, 4599.0, 4618.0, 4577.0, 4587.0, 4627.0, 4589.0, 4619.0, 4578.0, 4598.0, 4626.0, 4598.0, 4614.0, 4649.0, 4590.0, 4621.0, 4615.0, 4614.0, 4639.0, 4611.0, 4630.0, 4599.0, 4612.0, 4630.0, 4604.0, 4570.0, 4489.0, 4637.0, 4605.0, 4625.0, 4619.0, 4599.0, 4625.0, 4591.0, 4618.0, 4588.0, 4601.0, 4597.0, 4601.0, 4618.0, 4578.0, 4609.0, 4587.0, 4599.0, 4591.0, 4604.0, 4593.0, 4628.0, 4617.0, 4662.0, 4681.0, 4636.0, 4656.0, 4604.0, 4636.0, 4662.0, 4615.0, 4651.0, 4631.0, 4632.0, 4653.0, 4623.0, 4642.0, 4590.0, 4622.0, 4649.0, 4601.0, 4641.0, 4600.0, 4622.0, 4649.0, 4601.0, 4641.0, 4600.0, 4612.0, 4650.0, 4600.0, 4630.0, 4587.0, 4589.0, 4629.0, 4598.0, 4619.0, 4609.0, 4602.0, 4642.0, 4599.0, 4602.0, 4630.0, 4589.0, 4620.0, 4591.0, 4622.0, 4650.0, 4590.0, 4621.0, 4651.0, 4602.0, 4633.0, 4600.0, 4612.0, 4650.0, 4600.0, 4623.0, 4639.0, 4613.0, 4631.0, 4611.0, 4623.0, 4663.0, 4614.0, 4645.0, 4641.0, 4612.0, 4642.0, 4599.0, 4601.0, 4650.0, 4599.0, 4608.0, 4637.0, 4598.0, 4618.0, 4587.0, 4593.0, 4626.0, 4598.0, 4607.0, 4589.0, 4600.0, 4629.0, 4600.0, 4621.0, 4599.0, 4611.0, 4629.0, 4600.0, 4622.0, 4591.0, 4611.0, 4629.0, 4601.0, 4621.0, 4590.0, 4613.0, 4642.0, 4603.0, 4632.0, 4601.0, 4613.0, 4650.0, 4613.0, 4644.0, 4639.0, 4612.0, 4639.0, 4611.0, 4631.0, 4617.0, 4610.0, 4650.0, 4598.0, 4610.0, 4588.0, 4609.0, 4618.0, 4587.0, 4610.0, 4649.0, 4600.0, 4618.0, 4599.0, 4611.0, 4629.0, 4612.0, 4620.0, 4613.0, 4632.0, 4625.0, 4613.0, 4627.0, 4657.0, 4677.0, 4634.0, 4641.0, 4599.0, 4610.0, 4616.0, 4598.0, 4606.0, 4586.0, 4599.0, 4637.0, 4587.0, 4616.0, 4585.0, 4597.0, 4595.0, 4598.0, 4608.0, 4587.0, 4598.0, 4586.0, 4599.0, 4607.0, 4590.0, 4602.0, 4629.0, 4600.0, 4620.0, 4602.0, 4614.0, 4652.0, 4614.0, 4627.0, 4625.0, 4637.0, 4603.0, 4638.0, 4651.0, 4626.0, 4637.0, 4663.0, 4613.0, 4653.0, 4621.0, 4633.0, 4663.0, 4613.0, 4642.0, 4600.0, 4610.0, 4648.0, 4599.0, 4616.0, 4610.0, 4611.0, 4620.0, 4611.0, 4622.0, 4612.0, 4624.0, 4632.0, 4600.0, 4611.0, 4650.0, 4610.0, 4623.0, 4610.0, 4611.0, 4651.0, 4601.0, 4630.0, 4588.0, 4598.0, 4651.0, 4601.0, 4610.0, 4589.0, 4610.0, 4628.0, 4600.0, 4622.0, 4600.0, 4612.0, 4629.0, 4600.0, 4610.0, 4588.0, 4600.0, 4629.0, 4609.0, 4610.0, 4639.0, 4599.0, 4638.0, 4596.0, 4594.0, 4638.0, 4599.0, 4608.0, 4588.0, 4599.0, 4597.0, 4599.0, 4610.0, 4599.0, 4601.0, 4600.0, 4610.0, 4620.0, 4600.0, 4612.0, 4642.0, 4601.0, 4633.0, 4625.0, 4624.0, 4605.0, 4603.0, 4615.0, 4595.0, 4639.0, 4681.0, 4677.0, 4615.0, 4640.0, 4642.0, 4623.0, 4651.0, 4634.0, 4627.0, 4650.0, 4599.0, 4628.0, 4625.0, 4606.0, 4616.0, 4578.0, 4584.0, 4623.0, 4572.0, 4612.0, 4570.0, 4571.0, 4610.0, 4571.0, 4580.0, 4570.0, 4583.0, 4601.0, 4583.0, 4583.0, 4573.0, 4585.0, 4572.0, 4585.0, 4594.0, 4573.0, 4585.0, 4604.0, 4586.0, 4595.0, 4585.0, 4586.0, 4585.0, 4597.0, 4594.0, 4596.0, 4598.0, 4608.0, 4600.0, 4619.0, 4600.0, 4611.0, 4608.0, 4611.0, 4632.0, 4610.0, 4613.0, 4590.0, 4611.0, 4631.0, 4608.0, 4612.0, 4651.0, 4611.0, 4647.0, 4610.0, 4616.0, 4639.0, 4611.0, 4622.0, 4611.0, 4607.0, 4591.0, 4613.0, 4631.0, 4611.0, 4623.0, 4612.0, 4624.0, 4642.0, 4611.0, 4617.0, 4600.0, 4612.0, 4634.0, 4611.0, 4620.0, 4604.0, 4627.0, 4605.0, 4623.0, 4605.0, 4637.0, 4638.0, 4634.0, 4667.0, 4624.0, 4630.0, 4641.0, 4612.0, 4632.0, 4610.0, 4606.0, 4650.0, 4608.0, 4624.0, 4588.0, 4609.0, 4639.0, 4610.0, 4603.0, 4597.0, 4609.0, 4617.0, 4610.0, 4611.0, 4591.0, 4611.0, 4619.0, 4612.0, 4612.0, 4590.0, 4612.0, 4627.0, 4613.0, 4625.0, 4604.0, 4624.0, 4651.0, 4625.0, 4624.0, 4665.0, 4625.0, 4645.0, 4641.0, 4626.0, 4653.0, 4611.0, 4622.0, 4649.0, 4610.0, 4609.0, 4607.0, 4598.0, 4616.0, 4586.0, 4599.0, 4629.0, 4600.0, 4610.0, 4598.0, 4611.0, 4619.0, 4610.0, 4621.0, 4601.0, 4612.0, 4620.0, 4612.0, 4622.0, 4600.0, 4613.0, 4642.0, 4626.0, 4636.0, 4614.0, 4622.0, 4655.0, 4623.0, 4635.0, 4621.0, 4611.0, 4651.0, 4601.0, 4621.0, 4589.0, 4611.0, 4642.0, 4613.0, 4622.0, 4600.0, 4612.0, 4642.0, 4624.0, 4624.0, 4591.0, 4613.0, 4631.0, 4603.0, 4623.0, 4591.0, 4613.0, 4652.0, 4613.0, 4632.0, 4630.0, 4611.0, 4638.0, 4601.0, 4621.0, 4600.0, 4601.0, 4638.0, 4590.0, 4609.0, 4588.0, 4600.0, 4629.0, 4602.0, 4611.0, 4580.0, 4591.0, 4581.0, 4603.0], 'WindowWidth': [10228.0, 10131.0, 10161.0, 10077.0, 10086.0, 10132.0, 10106.0, 10146.0, 10119.0, 10135.0, 10103.0, 10100.0, 10076.0, 10100.0, 10149.0, 10085.0, 10146.0, 10140.0, 10103.0, 10154.0, 10116.0, 10155.0, 10081.0, 10132.0, 10167.0, 10117.0, 10159.0, 10103.0, 10130.0, 10157.0, 10107.0, 10172.0, 10108.0, 10146.0, 10105.0, 10133.0, 10094.0, 10140.0, 10187.0, 10102.0, 10162.0, 10119.0, 10123.0, 10115.0, 10119.0, 10169.0, 10101.0, 10142.0, 10089.0, 10130.0, 10141.0, 10105.0, 10172.0, 10108.0, 10146.0, 10141.0, 10124.0, 10169.0, 10120.0, 10129.0, 10103.0, 10146.0, 10168.0, 10125.0, 10159.0, 10100.0, 10142.0, 10089.0, 10121.0, 10141.0, 10106.0, 10165.0, 10109.0, 10157.0, 10091.0, 10136.0, 10168.0, 10105.0, 10175.0, 10118.0, 10159.0, 10124.0, 10112.0, 10166.0, 10095.0, 10149.0, 10095.0, 10122.0, 10145.0, 10079.0, 10145.0, 10080.0, 10130.0, 10070.0, 10110.0, 10084.0, 10100.0, 10122.0, 10089.0, 10141.0, 10107.0, 10143.0, 10091.0, 10120.0, 10092.0, 10111.0, 10178.0, 10112.0, 10165.0, 10093.0, 10135.0, 10168.0, 10106.0, 10165.0, 10120.0, 10152.0, 10116.0, 10118.0, 10182.0, 10101.0, 10169.0, 10115.0, 10142.0, 10099.0, 10100.0, 10158.0, 10127.0, 10176.0, 10135.0, 10169.0, 10146.0, 10132.0, 10145.0, 10148.0, 10199.0, 10206.0, 10140.0, 10146.0, 10149.0, 10108.0, 10137.0, 10112.0, 10134.0, 10099.0, 10123.0, 10094.0, 10095.0, 10146.0, 10109.0, 10133.0, 10098.0, 10125.0, 10093.0, 10144.0, 10164.0, 10106.0, 10130.0, 10090.0, 10122.0, 10102.0, 10093.0, 10144.0, 10086.0, 10119.0, 10058.0, 10091.0, 10126.0, 10091.0, 10122.0, 10150.0, 10075.0, 10112.0, 10071.0, 10096.0, 10131.0, 10076.0, 10118.0, 10082.0, 10109.0, 10071.0, 10103.0, 10094.0, 10139.0, 10174.0, 10128.0, 10163.0, 10105.0, 10112.0, 10126.0, 10129.0, 10189.0, 10125.0, 10161.0, 10120.0, 10156.0, 10110.0, 10161.0, 10088.0, 10148.0, 10193.0, 10161.0, 10177.0, 10144.0, 10155.0, 10090.0, 10138.0, 10092.0, 10125.0, 10130.0, 10091.0, 10158.0, 10076.0, 10114.0, 10076.0, 10107.0, 10141.0, 10081.0, 10128.0, 10059.0, 10098.0, 10059.0, 10097.0, 10133.0, 10079.0, 10117.0, 10078.0, 10108.0, 10112.0, 10060.0, 10106.0, 10085.0, 10118.0, 10067.0, 10096.0, 10106.0, 10097.0, 10138.0, 10084.0, 10108.0, 10165.0, 10086.0, 10137.0, 10073.0, 10082.0, 10136.0, 10082.0, 10131.0, 10098.0, 10127.0, 10099.0, 10138.0, 10173.0, 10128.0, 10167.0, 10127.0, 10176.0, 10175.0, 10123.0, 10168.0, 10136.0, 10185.0, 10120.0, 10151.0, 10086.0, 10145.0, 10171.0, 10107.0, 10134.0, 10091.0, 10094.0, 10135.0, 10093.0, 10132.0, 10078.0, 10091.0, 10135.0, 10084.0, 10123.0, 10078.0, 10100.0, 10130.0, 10083.0, 10125.0, 10073.0, 10101.0, 10138.0, 10088.0, 10140.0, 10053.0, 10087.0, 10136.0, 10100.0, 10148.0, 10135.0, 10126.0, 10149.0, 10116.0, 10148.0, 10194.0, 10119.0, 10150.0, 10098.0, 10121.0, 10171.0, 10104.0, 10144.0, 10101.0, 10119.0, 10091.0, 10125.0, 10119.0, 10125.0, 10184.0, 10178.0, 10151.0, 10176.0, 10118.0, 10149.0, 10171.0, 10102.0, 10164.0, 10141.0, 10112.0, 10166.0, 10115.0, 10152.0, 10103.0, 10147.0, 10134.0, 10114.0, 10156.0, 10094.0, 10137.0, 10064.0, 10094.0, 10120.0, 10088.0, 10123.0, 10116.0, 10078.0, 10131.0, 10081.0, 10119.0, 10077.0, 10094.0, 10146.0, 10087.0, 10138.0, 10093.0, 10110.0, 10145.0, 10087.0, 10121.0, 10130.0, 10080.0, 10133.0, 10092.0, 10118.0, 10060.0, 10075.0, 10130.0, 10079.0, 10121.0, 10063.0, 10093.0, 10129.0, 10092.0, 10112.0, 10166.0, 10083.0, 10126.0, 10127.0, 10126.0, 10152.0, 10116.0, 10138.0, 10094.0, 10117.0, 10144.0, 10113.0, 10023.0, 9896.0, 10168.0, 10118.0, 10144.0, 10121.0, 10094.0, 10123.0, 10086.0, 10120.0, 10078.0, 10097.0, 10089.0, 10099.0, 10118.0, 10067.0, 10108.0, 10075.0, 10095.0, 10088.0, 10110.0, 10097.0, 10153.0, 10140.0, 10206.0, 10235.0, 10158.0, 10184.0, 10109.0, 10157.0, 10189.0, 10124.0, 10180.0, 10143.0, 10145.0, 10178.0, 10134.0, 10157.0, 10084.0, 10131.0, 10167.0, 10100.0, 10157.0, 10098.0, 10129.0, 10163.0, 10100.0, 10157.0, 10096.0, 10116.0, 10169.0, 10095.0, 10138.0, 10073.0, 10079.0, 10135.0, 10094.0, 10123.0, 10108.0, 10103.0, 10160.0, 10094.0, 10103.0, 10137.0, 10082.0, 10125.0, 10087.0, 10130.0, 10168.0, 10083.0, 10127.0, 10171.0, 10104.0, 10146.0, 10097.0, 10117.0, 10167.0, 10098.0, 10132.0, 10150.0, 10118.0, 10141.0, 10114.0, 10134.0, 10193.0, 10124.0, 10167.0, 10153.0, 10114.0, 10159.0, 10091.0, 10097.0, 10167.0, 10092.0, 10104.0, 10143.0, 10089.0, 10118.0, 10074.0, 10081.0, 10127.0, 10090.0, 10102.0, 10078.0, 10095.0, 10136.0, 10099.0, 10127.0, 10093.0, 10111.0, 10135.0, 10095.0, 10128.0, 10087.0, 10113.0, 10136.0, 10099.0, 10126.0, 10081.0, 10119.0, 10161.0, 10107.0, 10145.0, 10100.0, 10120.0, 10170.0, 10119.0, 10164.0, 10150.0, 10116.0, 10150.0, 10113.0, 10141.0, 10114.0, 10109.0, 10166.0, 10090.0, 10109.0, 10075.0, 10107.0, 10119.0, 10073.0, 10111.0, 10163.0, 10096.0, 10118.0, 10093.0, 10113.0, 10134.0, 10116.0, 10124.0, 10120.0, 10143.0, 10141.0, 10122.0, 10145.0, 10188.0, 10219.0, 10150.0, 10157.0, 10090.0, 10107.0, 10111.0, 10088.0, 10099.0, 10068.0, 10093.0, 10144.0, 10074.0, 10109.0, 10067.0, 10087.0, 10080.0, 10088.0, 10101.0, 10072.0, 10088.0, 10072.0, 10092.0, 10102.0, 10084.0, 10102.0, 10134.0, 10098.0, 10124.0, 10104.0, 10123.0, 10173.0, 10123.0, 10135.0, 10138.0, 10158.0, 10107.0, 10162.0, 10177.0, 10141.0, 10158.0, 10189.0, 10119.0, 10175.0, 10127.0, 10146.0, 10193.0, 10118.0, 10158.0, 10096.0, 10110.0, 10161.0, 10092.0, 10116.0, 10110.0, 10111.0, 10122.0, 10113.0, 10130.0, 10119.0, 10138.0, 10146.0, 10095.0, 10112.0, 10168.0, 10110.0, 10133.0, 10111.0, 10112.0, 10170.0, 10099.0, 10138.0, 10074.0, 10089.0, 10169.0, 10098.0, 10110.0, 10080.0, 10110.0, 10133.0, 10095.0, 10128.0, 10096.0, 10113.0, 10135.0, 10096.0, 10109.0, 10076.0, 10095.0, 10135.0, 10107.0, 10108.0, 10148.0, 10093.0, 10145.0, 10084.0, 10081.0, 10148.0, 10093.0, 10104.0, 10074.0, 10092.0, 10086.0, 10091.0, 10109.0, 10096.0, 10099.0, 10095.0, 10109.0, 10123.0, 10095.0, 10115.0, 10158.0, 10100.0, 10147.0, 10142.0, 10135.0, 10111.0, 10106.0, 10125.0, 10099.0, 10165.0, 10230.0, 10220.0, 10125.0, 10156.0, 10155.0, 10132.0, 10176.0, 10150.0, 10132.0, 10166.0, 10091.0, 10135.0, 10123.0, 10095.0, 10114.0, 10051.0, 10062.0, 10115.0, 10043.0, 10099.0, 10035.0, 10039.0, 10093.0, 10039.0, 10050.0, 10036.0, 10060.0, 10081.0, 10058.0, 10061.0, 10046.0, 10064.0, 10045.0, 10065.0, 10076.0, 10045.0, 10065.0, 10090.0, 10071.0, 10079.0, 10065.0, 10069.0, 10066.0, 10085.0, 10079.0, 10083.0, 10090.0, 10102.0, 10094.0, 10118.0, 10095.0, 10112.0, 10104.0, 10112.0, 10144.0, 10112.0, 10117.0, 10083.0, 10112.0, 10140.0, 10105.0, 10113.0, 10170.0, 10112.0, 10162.0, 10109.0, 10117.0, 10146.0, 10113.0, 10132.0, 10114.0, 10106.0, 10085.0, 10116.0, 10139.0, 10113.0, 10132.0, 10116.0, 10133.0, 10159.0, 10114.0, 10121.0, 10096.0, 10114.0, 10142.0, 10113.0, 10129.0, 10106.0, 10141.0, 10106.0, 10131.0, 10112.0, 10158.0, 10164.0, 10154.0, 10205.0, 10136.0, 10143.0, 10153.0, 10112.0, 10143.0, 10108.0, 10100.0, 10165.0, 10103.0, 10124.0, 10075.0, 10103.0, 10146.0, 10106.0, 10093.0, 10085.0, 10104.0, 10115.0, 10106.0, 10112.0, 10084.0, 10112.0, 10120.0, 10115.0, 10114.0, 10080.0, 10115.0, 10133.0, 10117.0, 10136.0, 10108.0, 10136.0, 10176.0, 10139.0, 10135.0, 10197.0, 10139.0, 10164.0, 10153.0, 10139.0, 10177.0, 10114.0, 10129.0, 10164.0, 10110.0, 10106.0, 10097.0, 10088.0, 10112.0, 10069.0, 10093.0, 10137.0, 10098.0, 10109.0, 10090.0, 10113.0, 10121.0, 10110.0, 10126.0, 10099.0, 10115.0, 10125.0, 10116.0, 10129.0, 10096.0, 10117.0, 10159.0, 10141.0, 10156.0, 10123.0, 10131.0, 10183.0, 10137.0, 10154.0, 10126.0, 10114.0, 10170.0, 10101.0, 10128.0, 10081.0, 10111.0, 10158.0, 10121.0, 10129.0, 10097.0, 10117.0, 10161.0, 10139.0, 10137.0, 10088.0, 10121.0, 10143.0, 10104.0, 10132.0, 10086.0, 10118.0, 10172.0, 10120.0, 10144.0, 10137.0, 10112.0, 10146.0, 10098.0, 10128.0, 10094.0, 10099.0, 10147.0, 10081.0, 10106.0, 10077.0, 10097.0, 10136.0, 10105.0, 10112.0, 10070.0, 10085.0, 10074.0, 10108.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.002243931034482759</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021985329540229883</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.64067040767555</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3024958715535093</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016077360368239</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6774.2881</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10547359035172431</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.666666666666667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.334385879294368</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.311091672172008</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4909474860657292</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.201118479645367</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0128609</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013721169903874397</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023907585069537163</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.278009424130986</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>20.9524</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1819</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.9803</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296833.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>933.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.3316</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.5821</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3829.3996</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79711.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4948.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.8009</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.97838609595783</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> |