=== 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-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0122_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-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-01_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-01_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-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-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0122/ses-01/func/sub-0122_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>36d58c0421066b44c5100add53463930</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:20:34.607500</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[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>daede385-fb26-414f-a377-44a0ac208838||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': ['162034.607500', '162035.067500', '162035.527500', '162035.987500', '162036.447500', '162036.907500', '162037.367500', '162037.827500', '162038.287500', '162038.747500', '162039.207500', '162039.667500', '162040.127500', '162040.587500', '162041.047500', '162041.507500', '162041.967500', '162042.427500', '162042.887500', '162043.347500', '162043.807500', '162044.267500', '162044.727500', '162045.187500', '162045.647500', '162046.107500', '162046.567500', '162047.027500', '162047.487500', '162047.947500', '162048.407500', '162048.867500', '162049.327500', '162049.787500', '162050.247500', '162050.707500', '162051.167500', '162051.627500', '162052.087500', '162052.547500', '162053.007500', '162053.467500', '162053.927500', '162054.387500', '162054.847500', '162055.307500', '162055.767500', '162056.227500', '162056.687500', '162057.147500', '162057.607500', '162058.067500', '162058.527500', '162058.987500', '162059.447500', '162059.907500', '162100.367500', '162100.827500', '162101.287500', '162101.747500', '162102.207500', '162102.667500', '162103.127500', '162103.587500', '162104.047500', '162104.507500', '162104.967500', '162105.427500', '162105.887500', '162106.347500', '162106.807500', '162107.267500', '162107.727500', '162108.187500', '162108.647500', '162109.107500', '162109.567500', '162110.027500', '162110.487500', '162110.947500', '162111.407500', '162111.867500', '162112.327500', '162112.787500', '162113.247500', '162113.707500', '162114.167500', '162114.627500', '162115.087500', '162115.547500', '162116.007500', '162116.467500', '162116.927500', '162117.387500', '162117.847500', '162118.307500', '162118.767500', '162119.227500', '162119.687500', '162120.147500', '162120.607500', '162121.067500', '162121.527500', '162121.987500', '162122.447500', '162122.907500', '162123.367500', '162123.827500', '162124.287500', '162124.747500', '162125.207500', '162125.667500', '162126.127500', '162126.587500', '162127.047500', '162127.507500', '162127.967500', '162128.427500', '162128.887500', '162129.347500', '162129.807500', '162130.267500', '162130.727500', '162131.187500', '162131.647500', '162132.107500', '162132.567500', '162133.027500', '162133.487500', '162133.947500', '162134.407500', '162134.867500', '162135.327500', '162135.787500', '162136.247500', '162136.707500', '162137.167500', '162137.627500', '162138.087500', '162138.547500', '162139.007500', '162139.467500', '162139.927500', '162140.387500', '162140.847500', '162141.307500', '162141.767500', '162142.227500', '162142.687500', '162143.147500', '162143.607500', '162144.067500', '162144.527500', '162144.987500', '162145.447500', '162145.907500', '162146.367500', '162146.827500', '162147.287500', '162147.747500', '162148.207500', '162148.667500', '162149.127500', '162149.587500', '162150.047500', '162150.507500', '162150.967500', '162151.427500', '162151.887500', '162152.347500', '162152.807500', '162153.267500', '162153.727500', '162154.187500', '162154.647500', '162155.107500', '162155.567500', '162156.027500', '162156.487500', '162156.947500', '162157.407500', '162157.867500', '162158.327500', '162158.787500', '162159.247500', '162159.707500', '162200.167500', '162200.627500', '162201.087500', '162201.547500', '162202.007500', '162202.467500', '162202.927500', '162203.387500', '162203.847500', '162204.307500', '162204.767500', '162205.227500', '162205.687500', '162206.147500', '162206.607500', '162207.067500', '162207.527500', '162207.987500', '162208.447500', '162208.907500', '162209.367500', '162209.827500', '162210.287500', '162210.747500', '162211.207500', '162211.667500', '162212.127500', '162212.587500', '162213.047500', '162213.507500', '162213.967500', '162214.427500', '162214.887500', '162215.347500', '162215.807500', '162216.267500', '162216.727500', '162217.187500', '162217.647500', '162218.107500', '162218.567500', '162219.027500', '162219.487500', '162219.947500', '162220.407500', '162220.867500', '162221.327500', '162221.787500', '162222.247500', '162222.707500', '162223.167500', '162223.627500', '162224.087500', '162224.547500', '162225.007500', '162225.467500', '162225.927500', '162226.387500', '162226.847500', '162227.307500', '162227.767500', '162228.227500', '162228.687500', '162229.147500', '162229.607500', '162230.067500', '162230.527500', '162230.987500', '162231.447500', '162231.907500', '162232.367500', '162232.827500', '162233.287500', '162233.747500', '162234.207500', '162234.667500', '162235.127500', '162235.587500', '162236.047500', '162236.507500', '162236.967500', '162237.427500', '162237.887500', '162238.347500', '162238.807500', '162239.267500', '162239.727500', '162240.187500', '162240.647500', '162241.107500', '162241.567500', '162242.027500', '162242.487500', '162242.947500', '162243.407500', '162243.867500', '162244.327500', '162244.787500', '162245.247500', '162245.707500', '162246.167500', '162246.627500', '162247.087500', '162247.547500', '162248.007500', '162248.467500', '162248.927500', '162249.387500', '162249.847500', '162250.307500', '162250.767500', '162251.227500', '162251.687500', '162252.147500', '162252.607500', '162253.067500', '162253.527500', '162253.987500', '162254.447500', '162254.907500', '162255.367500', '162255.827500', '162256.287500', '162256.747500', '162257.207500', '162257.667500', '162258.127500', '162258.587500', '162259.047500', '162259.507500', '162259.967500', '162300.427500', '162300.887500', '162301.347500', '162301.807500', '162302.267500', '162302.727500', '162303.187500', '162303.647500', '162304.107500', '162304.567500', '162305.027500', '162305.487500', '162305.947500', '162306.407500', '162306.867500', '162307.327500', '162307.787500', '162308.247500', '162308.707500', '162309.167500', '162309.627500', '162310.087500', '162310.547500', '162311.007500', '162311.467500', '162311.927500', '162312.387500', '162312.847500', '162313.307500', '162313.767500', '162314.227500', '162314.687500', '162315.147500', '162315.607500', '162316.067500', '162316.527500', '162316.987500', '162317.447500', '162317.907500', '162318.367500', '162318.827500', '162319.287500', '162319.747500', '162320.207500', '162320.667500', '162321.127500', '162321.587500', '162322.047500', '162322.507500', '162322.967500', '162323.427500', '162323.887500', '162324.347500', '162324.807500', '162325.267500', '162325.727500', '162326.187500', '162326.647500', '162327.107500', '162327.567500', '162328.027500', '162328.487500', '162328.947500', '162329.407500', '162329.867500', '162330.327500', '162330.787500', '162331.247500', '162331.707500', '162332.167500', '162332.627500', '162333.087500', '162333.547500', '162334.007500', '162334.467500', '162334.927500', '162335.387500', '162335.847500', '162336.307500', '162336.767500', '162337.227500', '162337.687500', '162338.147500', '162338.607500', '162339.067500', '162339.527500', '162339.987500', '162340.447500', '162340.907500', '162341.367500', '162341.827500', '162342.287500', '162342.747500', '162343.207500', '162343.667500', '162344.127500', '162344.587500', '162345.047500', '162345.507500', '162345.967500', '162346.427500', '162346.887500', '162347.347500', '162347.807500', '162348.267500', '162348.727500', '162349.187500', '162349.647500', '162350.107500', '162350.567500', '162351.027500', '162351.487500', '162351.947500', '162352.407500', '162352.867500', '162353.327500', '162353.787500', '162354.247500', '162354.707500', '162355.167500', '162355.627500', '162356.087500', '162356.547500', '162357.007500', '162357.467500', '162357.927500', '162358.387500', '162358.847500', '162359.307500', '162359.767500', '162400.227500', '162400.687500', '162401.147500', '162401.607500', '162402.067500', '162402.527500', '162402.987500', '162403.447500', '162403.907500', '162404.367500', '162404.827500', '162405.287500', '162405.747500', '162406.207500', '162406.667500', '162407.127500', '162407.587500', '162408.047500', '162408.507500', '162408.967500', '162409.427500', '162409.887500', '162410.347500', '162410.807500', '162411.267500', '162411.727500', '162412.187500', '162412.647500', '162413.107500', '162413.567500', '162414.027500', '162414.487500', '162414.947500', '162415.407500', '162415.867500', '162416.327500', '162416.787500', '162417.247500', '162417.707500', '162418.167500', '162418.627500', '162419.087500', '162419.547500', '162420.007500', '162420.467500', '162420.927500', '162421.387500', '162421.847500', '162422.307500', '162422.767500', '162423.227500', '162423.687500', '162424.147500', '162424.607500', '162425.067500', '162425.527500', '162425.987500', '162426.447500', '162426.907500', '162427.367500', '162427.827500', '162428.287500', '162428.747500', '162429.207500', '162429.667500', '162430.127500', '162430.587500', '162431.047500', '162431.507500', '162431.967500', '162432.427500', '162432.887500', '162433.347500', '162433.807500', '162434.267500', '162434.727500', '162435.187500', '162435.647500', '162436.107500', '162436.567500', '162437.027500', '162437.487500', '162437.947500', '162438.407500', '162438.867500', '162439.327500', '162439.787500', '162440.247500', '162440.707500', '162441.167500', '162441.627500', '162442.087500', '162442.547500', '162443.007500', '162443.467500', '162443.927500', '162444.387500', '162444.847500', '162445.307500', '162445.767500', '162446.227500', '162446.687500', '162447.147500', '162447.607500', '162448.067500', '162448.527500', '162448.987500', '162449.447500', '162449.907500', '162450.367500', '162450.827500', '162451.287500', '162451.747500', '162452.207500', '162452.667500', '162453.127500', '162453.587500', '162454.047500', '162454.507500', '162454.967500', '162455.427500', '162455.887500', '162456.347500', '162456.807500', '162457.267500', '162457.727500', '162458.187500', '162458.647500', '162459.107500', '162459.567500', '162500.027500', '162500.487500', '162500.947500', '162501.407500', '162501.867500', '162502.327500', '162502.787500', '162503.247500', '162503.707500', '162504.167500', '162504.627500', '162505.087500', '162505.547500', '162506.007500', '162506.467500', '162506.927500', '162507.387500', '162507.847500', '162508.307500', '162508.767500', '162509.227500', '162509.687500', '162510.147500', '162510.607500', '162511.067500', '162511.527500', '162511.987500', '162512.447500', '162512.907500', '162513.367500', '162513.827500', '162514.287500', '162514.747500', '162515.207500', '162515.667500', '162516.127500', '162516.587500', '162517.047500', '162517.507500', '162517.967500', '162518.427500', '162518.887500', '162519.347500', '162519.807500', '162520.267500', '162520.727500', '162521.187500', '162521.647500', '162522.107500', '162522.567500', '162523.027500', '162523.487500', '162523.947500', '162524.407500', '162524.867500', '162525.327500', '162525.787500', '162526.247500', '162526.707500', '162527.167500', '162527.627500', '162528.087500', '162528.547500', '162529.007500', '162529.467500', '162529.927500', '162530.387500', '162530.847500', '162531.307500', '162531.767500', '162532.227500', '162532.687500', '162533.147500', '162533.607500', '162534.067500', '162534.527500', '162534.987500', '162535.447500', '162535.907500', '162536.367500', '162536.827500', '162537.287500', '162537.747500', '162538.207500', '162538.667500', '162539.127500', '162539.587500', '162540.047500', '162540.507500', '162540.967500', '162541.427500', '162541.887500', '162542.347500', '162542.807500', '162543.267500', '162543.727500', '162544.187500', '162544.647500', '162545.107500', '162545.567500', '162546.027500', '162546.487500', '162546.947500', '162547.407500', '162547.867500', '162548.327500', '162548.787500', '162549.247500', '162549.707500', '162550.167500', '162550.627500', '162551.087500', '162551.547500', '162552.007500', '162552.467500', '162552.927500', '162553.387500', '162553.847500', '162554.307500', '162554.767500', '162555.227500', '162555.687500', '162556.147500', '162556.607500', '162557.067500', '162557.527500', '162557.987500', '162558.447500', '162558.907500', '162559.367500', '162559.827500', '162600.287500', '162600.747500', '162601.207500', '162601.667500', '162602.127500', '162602.587500', '162603.047500', '162603.507500', '162603.967500', '162604.427500', '162604.887500', '162605.347500', '162605.807500', '162606.267500', '162606.727500', '162607.187500', '162607.647500', '162608.107500', '162608.567500', '162609.027500', '162609.487500', '162609.947500', '162610.407500', '162610.867500', '162611.327500', '162611.787500', '162612.247500', '162612.707500', '162613.167500', '162613.627500', '162614.087500', '162614.547500', '162615.007500', '162615.467500', '162615.927500', '162616.387500', '162616.847500', '162617.307500', '162617.767500', '162618.227500', '162618.687500', '162619.147500', '162619.607500', '162620.067500', '162620.527500', '162620.987500', '162621.447500', '162621.907500', '162622.367500', '162622.827500', '162623.287500', '162623.747500', '162624.207500', '162624.667500', '162625.127500', '162625.587500', '162626.047500', '162626.507500', '162626.967500', '162627.427500', '162627.887500', '162628.347500', '162628.807500', '162629.267500', '162629.727500', '162630.187500', '162630.647500', '162631.107500', '162631.567500', '162632.027500', '162632.487500', '162632.947500', '162633.407500', '162633.867500', '162634.327500', '162634.787500', '162635.247500', '162635.707500', '162636.167500', '162636.627500', '162637.087500', '162637.547500', '162638.007500', '162638.467500', '162638.927500', '162639.387500', '162639.847500', '162640.307500', '162640.767500', '162641.227500', '162641.687500', '162642.147500', '162642.607500', '162643.067500', '162643.527500', '162643.987500', '162644.447500', '162644.907500', '162645.367500', '162645.827500', '162646.287500', '162646.747500', '162647.207500', '162647.667500', '162648.127500', '162648.587500', '162649.047500', '162649.507500', '162649.967500', '162650.427500', '162650.887500', '162651.347500', '162651.807500', '162652.267500', '162652.727500', '162653.187500', '162653.647500', '162654.107500', '162654.567500', '162655.027500', '162655.487500', '162655.947500', '162656.407500', '162656.867500', '162657.327500', '162657.787500', '162658.247500', '162658.707500', '162659.167500', '162659.627500', '162700.087500', '162700.547500', '162701.007500', '162701.467500', '162701.927500', '162702.387500', '162702.847500', '162703.307500', '162703.767500', '162704.227500', '162704.687500', '162705.147500', '162705.607500', '162706.067500', '162706.527500', '162706.987500', '162707.447500', '162707.907500', '162708.367500', '162708.827500', '162709.287500', '162709.747500', '162710.207500', '162710.667500', '162711.127500', '162711.587500', '162712.047500', '162712.507500', '162712.967500', '162713.427500', '162713.887500', '162714.347500', '162714.807500', '162715.267500'], 'ContentTime': ['162100.712000', '162100.715000', '162100.718000', '162100.720000', '162100.723000', '162100.725000', '162100.728000', '162100.730000', '162100.733000', '162100.735000', '162100.738000', '162100.740000', '162100.743000', '162100.746000', '162100.748000', '162100.751000', '162100.753000', '162100.756000', '162100.758000', '162100.761000', '162100.763000', '162100.766000', '162100.774000', '162100.776000', '162100.779000', '162100.782000', '162100.784000', '162100.787000', '162100.789000', '162100.792000', '162100.794000', '162100.797000', '162100.799000', '162100.802000', '162100.805000', '162100.807000', '162100.810000', '162100.812000', '162100.815000', '162100.817000', '162100.820000', '162100.822000', '162100.825000', '162100.827000', '162100.830000', '162100.832000', '162100.835000', '162100.837000', '162100.840000', '162100.843000', '162100.846000', '162100.857000', '162100.859000', '162100.862000', '162100.864000', '162120.686000', '162120.689000', '162120.692000', '162120.694000', '162120.697000', '162120.699000', '162120.702000', '162120.705000', '162120.707000', '162120.710000', '162120.712000', '162120.715000', '162120.721000', '162120.724000', '162120.727000', '162120.730000', '162120.732000', '162120.735000', '162120.738000', '162120.740000', '162120.743000', '162120.745000', '162120.748000', '162120.750000', '162120.753000', '162120.755000', '162120.758000', '162120.760000', '162120.763000', '162120.766000', '162120.768000', '162120.771000', '162120.773000', '162120.776000', '162120.778000', '162120.781000', '162120.783000', '162120.786000', '162120.788000', '162120.791000', '162120.794000', '162120.796000', '162120.799000', '162140.688000', '162140.690000', '162140.693000', '162140.695000', '162140.698000', '162140.700000', '162140.703000', '162140.706000', '162140.708000', '162140.711000', '162140.713000', '162140.716000', '162140.718000', '162140.721000', '162140.723000', '162140.726000', '162140.728000', '162140.731000', '162140.733000', '162140.736000', '162140.738000', '162140.741000', '162140.744000', '162140.746000', '162140.749000', '162140.751000', '162140.754000', '162140.756000', '162140.759000', '162140.761000', '162140.764000', '162140.766000', '162140.769000', '162140.772000', '162140.774000', '162140.777000', '162140.779000', '162140.782000', '162140.784000', '162140.787000', '162140.789000', '162140.792000', '162140.808000', '162140.811000', '162200.688000', '162200.690000', '162200.693000', '162200.696000', '162200.698000', '162200.701000', '162200.708000', '162200.710000', '162200.713000', '162200.715000', '162200.718000', '162200.721000', '162200.723000', '162200.726000', '162200.729000', '162200.731000', '162200.734000', '162200.737000', '162200.739000', '162200.742000', '162200.744000', '162200.748000', '162200.751000', '162200.754000', '162200.756000', '162200.759000', '162200.762000', '162200.764000', '162200.767000', '162200.769000', '162200.772000', '162200.774000', '162200.777000', '162200.779000', '162200.782000', '162200.784000', '162200.787000', '162200.789000', '162200.792000', '162200.795000', '162200.797000', '162200.826000', '162200.828000', '162220.686000', '162220.689000', '162220.692000', '162220.694000', '162220.697000', '162220.699000', '162220.702000', '162220.707000', '162220.709000', '162220.712000', '162220.715000', '162220.717000', '162220.720000', '162220.722000', '162220.725000', '162220.728000', '162220.730000', '162220.733000', '162220.735000', '162220.738000', '162220.740000', '162220.743000', '162220.745000', '162220.748000', '162220.751000', '162220.753000', '162220.756000', '162220.758000', '162220.761000', '162220.763000', '162220.766000', '162220.769000', '162220.771000', '162220.774000', '162220.776000', '162220.779000', '162220.781000', '162220.784000', '162220.786000', '162220.789000', '162220.791000', '162220.794000', '162220.797000', '162220.845000', '162240.686000', '162240.689000', '162240.692000', '162240.703000', '162240.706000', '162240.708000', '162240.711000', '162240.713000', '162240.716000', '162240.719000', '162240.721000', '162240.724000', '162240.726000', '162240.729000', '162240.731000', '162240.734000', '162240.737000', '162240.739000', '162240.742000', '162240.744000', '162240.747000', '162240.749000', '162240.752000', '162240.755000', '162240.757000', '162240.760000', '162240.762000', '162240.765000', '162240.767000', '162240.770000', '162240.773000', '162240.775000', '162240.778000', '162240.780000', '162240.783000', '162240.785000', '162240.788000', '162240.790000', '162240.793000', '162240.796000', '162240.798000', '162240.801000', '162240.803000', '162240.806000', '162300.686000', '162300.689000', '162300.692000', '162300.694000', '162300.697000', '162300.700000', '162300.702000', '162300.705000', '162300.707000', '162300.710000', '162300.712000', '162300.715000', '162300.717000', '162300.720000', '162300.723000', '162300.725000', '162300.728000', '162300.730000', '162300.733000', '162300.735000', '162300.738000', '162300.740000', '162300.743000', '162300.746000', '162300.748000', '162300.751000', '162300.753000', '162300.756000', '162300.758000', '162300.761000', '162300.764000', '162300.766000', '162300.769000', '162300.771000', '162300.774000', '162300.776000', '162300.779000', '162300.781000', '162300.784000', '162300.786000', '162300.789000', '162300.792000', '162300.794000', '162320.687000', '162320.689000', '162320.692000', '162320.695000', '162320.698000', '162320.701000', '162320.703000', '162320.706000', '162320.709000', '162320.711000', '162320.714000', '162320.717000', '162320.721000', '162320.723000', '162320.726000', '162320.728000', '162320.731000', '162320.733000', '162320.736000', '162320.739000', '162320.741000', '162320.744000', '162320.746000', '162320.749000', '162320.752000', '162320.754000', '162320.757000', '162320.759000', '162320.762000', '162320.764000', '162320.767000', '162320.770000', '162320.772000', '162320.775000', '162320.778000', '162320.780000', '162320.783000', '162320.785000', '162320.854000', '162320.856000', '162320.859000', '162320.862000', '162320.864000', '162340.687000', '162340.689000', '162340.692000', '162340.694000', '162340.697000', '162340.700000', '162340.702000', '162340.705000', '162340.707000', '162340.710000', '162340.713000', '162340.715000', '162340.718000', '162340.720000', '162340.723000', '162340.725000', '162340.728000', '162340.730000', '162340.733000', '162340.735000', '162340.738000', '162340.741000', '162340.743000', '162340.746000', '162340.748000', '162340.751000', '162340.753000', '162340.756000', '162340.759000', '162340.761000', '162340.764000', '162340.766000', '162340.769000', '162340.771000', '162340.774000', '162340.776000', '162340.779000', '162340.781000', '162340.784000', '162340.787000', '162340.789000', '162340.792000', '162340.794000', '162340.797000', '162400.688000', '162400.690000', '162400.693000', '162400.696000', '162400.698000', '162400.701000', '162400.703000', '162400.706000', '162400.708000', '162400.711000', '162400.714000', '162400.716000', '162400.719000', '162400.721000', '162400.724000', '162400.726000', '162400.729000', '162400.731000', '162400.734000', '162400.736000', '162400.739000', '162400.741000', '162400.744000', '162400.747000', '162400.749000', '162400.752000', '162400.754000', '162400.757000', '162400.760000', '162400.762000', '162400.765000', '162400.767000', '162400.770000', '162400.772000', '162400.775000', '162400.777000', '162400.780000', '162400.782000', '162400.785000', '162400.787000', '162400.790000', '162400.793000', '162400.795000', '162420.688000', '162420.690000', '162420.693000', '162420.695000', '162420.698000', '162420.701000', '162420.703000', '162420.706000', '162420.708000', '162420.711000', '162420.713000', '162420.716000', '162420.719000', '162420.721000', '162420.724000', '162420.726000', '162420.729000', '162420.731000', '162420.734000', '162420.736000', '162420.739000', '162420.742000', '162420.744000', '162420.747000', '162420.749000', '162420.752000', '162420.754000', '162420.757000', '162420.759000', '162420.762000', '162420.764000', '162420.767000', '162420.770000', '162420.772000', '162420.775000', '162420.777000', '162420.780000', '162420.782000', '162420.785000', '162420.787000', '162420.790000', '162420.793000', '162420.795000', '162420.798000', '162440.686000', '162440.689000', '162440.701000', '162440.704000', '162440.706000', '162440.709000', '162440.712000', '162440.714000', '162440.717000', '162440.720000', '162440.722000', '162440.725000', '162440.727000', '162440.730000', '162440.732000', '162440.735000', '162440.737000', '162440.740000', '162440.743000', '162440.745000', '162440.748000', '162440.750000', '162440.753000', '162440.756000', '162440.759000', '162440.762000', '162440.764000', '162440.767000', '162440.769000', '162440.772000', '162440.775000', '162440.777000', '162440.780000', '162440.782000', '162440.785000', '162440.787000', '162440.790000', '162440.793000', '162440.795000', '162440.798000', '162440.846000', '162440.849000', '162440.851000', '162500.687000', '162500.690000', '162500.692000', '162500.695000', '162500.697000', '162500.713000', '162500.716000', '162500.718000', '162500.721000', '162500.723000', '162500.726000', '162500.729000', '162500.731000', '162500.734000', '162500.736000', '162500.739000', '162500.742000', '162500.744000', '162500.747000', '162500.749000', '162500.752000', '162500.755000', '162500.757000', '162500.760000', '162500.762000', '162500.765000', '162500.767000', '162500.770000', '162500.773000', '162500.775000', '162500.778000', '162500.780000', '162500.783000', '162500.785000', '162500.788000', '162500.791000', '162500.793000', '162500.796000', '162500.798000', '162500.853000', '162500.856000', '162500.858000', '162500.861000', '162500.863000', '162520.686000', '162520.689000', '162520.692000', '162520.694000', '162520.697000', '162520.699000', '162520.702000', '162520.705000', '162520.707000', '162520.710000', '162520.712000', '162520.715000', '162520.717000', '162520.720000', '162520.722000', '162520.725000', '162520.727000', '162520.730000', '162520.733000', '162520.735000', '162520.738000', '162520.740000', '162520.743000', '162520.746000', '162520.749000', '162520.752000', '162520.755000', '162520.757000', '162520.760000', '162520.763000', '162520.765000', '162520.768000', '162520.770000', '162520.773000', '162520.775000', '162520.778000', '162520.781000', '162520.783000', '162520.786000', '162520.788000', '162520.791000', '162520.793000', '162520.796000', '162540.686000', '162540.689000', '162540.692000', '162540.694000', '162540.697000', '162540.700000', '162540.702000', '162540.705000', '162540.707000', '162540.710000', '162540.712000', '162540.715000', '162540.717000', '162540.720000', '162540.723000', '162540.725000', '162540.728000', '162540.730000', '162540.733000', '162540.735000', '162540.738000', '162540.741000', '162540.743000', '162540.746000', '162540.748000', '162540.751000', '162540.753000', '162540.756000', '162540.758000', '162540.761000', '162540.764000', '162540.766000', '162540.769000', '162540.771000', '162540.774000', '162540.777000', '162540.779000', '162540.782000', '162540.784000', '162540.787000', '162540.789000', '162540.792000', '162540.794000', '162540.797000', '162600.686000', '162600.689000', '162600.692000', '162600.695000', '162600.697000', '162600.700000', '162600.702000', '162600.705000', '162600.707000', '162600.710000', '162600.713000', '162600.715000', '162600.718000', '162600.720000', '162600.723000', '162600.725000', '162600.728000', '162600.731000', '162600.733000', '162600.736000', '162600.738000', '162600.741000', '162600.744000', '162600.746000', '162600.749000', '162600.751000', '162600.754000', '162600.757000', '162600.759000', '162600.762000', '162600.764000', '162600.767000', '162600.769000', '162600.772000', '162600.774000', '162600.777000', '162600.780000', '162600.782000', '162600.785000', '162600.787000', '162600.790000', '162600.792000', '162600.795000', '162620.688000', '162620.690000', '162620.693000', '162620.696000', '162620.698000', '162620.701000', '162620.704000', '162620.706000', '162620.709000', '162620.711000', '162620.714000', '162620.717000', '162620.719000', '162620.722000', '162620.724000', '162620.727000', '162620.739000', '162620.741000', '162620.744000', '162620.746000', '162620.749000', '162620.752000', '162620.754000', '162620.757000', '162620.759000', '162620.762000', '162620.764000', '162620.767000', '162620.769000', '162620.772000', '162620.775000', '162620.777000', '162620.780000', '162620.782000', '162620.785000', '162620.788000', '162620.790000', '162620.793000', '162620.795000', '162620.798000', '162620.852000', '162620.854000', '162620.857000', '162620.860000', '162640.688000', '162640.690000', '162640.693000', '162640.696000', '162640.698000', '162640.701000', '162640.703000', '162640.706000', '162640.708000', '162640.711000', '162640.713000', '162640.716000', '162640.719000', '162640.721000', '162640.724000', '162640.726000', '162640.729000', '162640.732000', '162640.734000', '162640.737000', '162640.739000', '162640.742000', '162640.744000', '162640.747000', '162640.749000', '162640.752000', '162640.754000', '162640.757000', '162640.760000', '162640.762000', '162640.765000', '162640.767000', '162640.770000', '162640.772000', '162640.775000', '162640.778000', '162640.780000', '162640.783000', '162640.785000', '162640.788000', '162640.790000', '162640.794000', '162640.797000', '162700.687000', '162700.690000', '162700.692000', '162700.695000', '162700.697000', '162700.700000', '162700.702000', '162700.705000', '162700.707000', '162700.710000', '162700.713000', '162700.715000', '162700.718000', '162700.720000', '162700.723000', '162700.725000', '162700.728000', '162700.730000', '162700.733000', '162700.736000', '162700.738000', '162700.741000', '162700.743000', '162700.746000', '162700.748000', '162700.751000', '162700.753000', '162700.756000', '162700.759000', '162700.761000', '162700.764000', '162700.767000', '162700.769000', '162700.772000', '162700.774000', '162700.777000', '162700.779000', '162700.782000', '162700.784000', '162700.787000', '162700.790000', '162700.792000', '162700.795000', '162700.798000', '162716.191000', '162716.195000', '162716.198000', '162716.201000', '162716.204000', '162716.207000', '162716.209000', '162716.212000', '162716.215000', '162716.218000', '162716.228000', '162716.231000', '162716.234000', '162716.236000', '162716.239000', '162716.242000', '162716.244000', '162716.247000', '162716.250000', '162716.253000', '162716.255000', '162716.258000', '162716.261000', '162716.263000', '162716.266000', '162716.269000', '162716.271000', '162716.274000', '162716.277000', '162716.280000', '162716.282000', '162716.286000', '162716.291000', '162716.294000'], 'InstanceCreationTime': ['162100.712000', '162100.715000', '162100.718000', '162100.720000', '162100.723000', '162100.725000', '162100.728000', '162100.730000', '162100.733000', '162100.735000', '162100.738000', '162100.740000', '162100.743000', '162100.746000', '162100.748000', '162100.751000', '162100.753000', '162100.756000', '162100.758000', '162100.761000', '162100.763000', '162100.766000', '162100.774000', '162100.776000', '162100.779000', '162100.782000', '162100.784000', '162100.787000', '162100.789000', '162100.792000', '162100.794000', '162100.797000', '162100.799000', '162100.802000', '162100.805000', '162100.807000', '162100.810000', '162100.812000', '162100.815000', '162100.817000', '162100.820000', '162100.822000', '162100.825000', '162100.827000', '162100.830000', '162100.832000', '162100.835000', '162100.837000', '162100.840000', '162100.843000', '162100.846000', '162100.857000', '162100.859000', '162100.862000', '162100.864000', '162120.686000', '162120.689000', '162120.692000', '162120.694000', '162120.697000', '162120.699000', '162120.702000', '162120.705000', '162120.707000', '162120.710000', '162120.712000', '162120.715000', '162120.721000', '162120.724000', '162120.727000', '162120.730000', '162120.732000', '162120.735000', '162120.738000', '162120.740000', '162120.743000', '162120.745000', '162120.748000', '162120.750000', '162120.753000', '162120.755000', '162120.758000', '162120.760000', '162120.763000', '162120.766000', '162120.768000', '162120.771000', '162120.773000', '162120.776000', '162120.778000', '162120.781000', '162120.783000', '162120.786000', '162120.788000', '162120.791000', '162120.794000', '162120.796000', '162120.799000', '162140.688000', '162140.690000', '162140.693000', '162140.695000', '162140.698000', '162140.700000', '162140.703000', '162140.706000', '162140.708000', '162140.711000', '162140.713000', '162140.716000', '162140.718000', '162140.721000', '162140.723000', '162140.726000', '162140.728000', '162140.731000', '162140.733000', '162140.736000', '162140.738000', '162140.741000', '162140.744000', '162140.746000', '162140.749000', '162140.751000', '162140.754000', '162140.756000', '162140.759000', '162140.761000', '162140.764000', '162140.766000', '162140.769000', '162140.772000', '162140.774000', '162140.777000', '162140.779000', '162140.782000', '162140.784000', '162140.787000', '162140.789000', '162140.792000', '162140.808000', '162140.811000', '162200.688000', '162200.690000', '162200.693000', '162200.696000', '162200.698000', '162200.701000', '162200.708000', '162200.710000', '162200.713000', '162200.715000', '162200.718000', '162200.721000', '162200.723000', '162200.726000', '162200.729000', '162200.731000', '162200.734000', '162200.737000', '162200.739000', '162200.742000', '162200.744000', '162200.748000', '162200.751000', '162200.754000', '162200.756000', '162200.759000', '162200.762000', '162200.764000', '162200.767000', '162200.769000', '162200.772000', '162200.774000', '162200.777000', '162200.779000', '162200.782000', '162200.784000', '162200.787000', '162200.789000', '162200.792000', '162200.795000', '162200.797000', '162200.826000', '162200.828000', '162220.686000', '162220.689000', '162220.692000', '162220.694000', '162220.697000', '162220.699000', '162220.702000', '162220.707000', '162220.709000', '162220.712000', '162220.715000', '162220.717000', '162220.720000', '162220.722000', '162220.725000', '162220.728000', '162220.730000', '162220.733000', '162220.735000', '162220.738000', '162220.740000', '162220.743000', '162220.745000', '162220.748000', '162220.751000', '162220.753000', '162220.756000', '162220.758000', '162220.761000', '162220.763000', '162220.766000', '162220.769000', '162220.771000', '162220.774000', '162220.776000', '162220.779000', '162220.781000', '162220.784000', '162220.786000', '162220.789000', '162220.791000', '162220.794000', '162220.797000', '162220.845000', '162240.686000', '162240.689000', '162240.692000', '162240.703000', '162240.706000', '162240.708000', '162240.711000', '162240.713000', '162240.716000', '162240.719000', '162240.721000', '162240.724000', '162240.726000', '162240.729000', '162240.731000', '162240.734000', '162240.737000', '162240.739000', '162240.742000', '162240.744000', '162240.747000', '162240.749000', '162240.752000', '162240.755000', '162240.757000', '162240.760000', '162240.762000', '162240.765000', '162240.767000', '162240.770000', '162240.773000', '162240.775000', '162240.778000', '162240.780000', '162240.783000', '162240.785000', '162240.788000', '162240.790000', '162240.793000', '162240.796000', '162240.798000', '162240.801000', '162240.803000', '162240.806000', '162300.686000', '162300.689000', '162300.692000', '162300.694000', '162300.697000', '162300.700000', '162300.702000', '162300.705000', '162300.707000', '162300.710000', '162300.712000', '162300.715000', '162300.717000', '162300.720000', '162300.723000', '162300.725000', '162300.728000', '162300.730000', '162300.733000', '162300.735000', '162300.738000', '162300.740000', '162300.743000', '162300.746000', '162300.748000', '162300.751000', '162300.753000', '162300.756000', '162300.758000', '162300.761000', '162300.764000', '162300.766000', '162300.769000', '162300.771000', '162300.774000', '162300.776000', '162300.779000', '162300.781000', '162300.784000', '162300.786000', '162300.789000', '162300.792000', '162300.794000', '162320.687000', '162320.689000', '162320.692000', '162320.695000', '162320.698000', '162320.701000', '162320.703000', '162320.706000', '162320.709000', '162320.711000', '162320.714000', '162320.717000', '162320.721000', '162320.723000', '162320.726000', '162320.728000', '162320.731000', '162320.733000', '162320.736000', '162320.739000', '162320.741000', '162320.744000', '162320.746000', '162320.749000', '162320.752000', '162320.754000', '162320.757000', '162320.759000', '162320.762000', '162320.764000', '162320.767000', '162320.770000', '162320.772000', '162320.775000', '162320.778000', '162320.780000', '162320.783000', '162320.785000', '162320.854000', '162320.856000', '162320.859000', '162320.862000', '162320.864000', '162340.687000', '162340.689000', '162340.692000', '162340.694000', '162340.697000', '162340.700000', '162340.702000', '162340.705000', '162340.707000', '162340.710000', '162340.713000', '162340.715000', '162340.718000', '162340.720000', '162340.723000', '162340.725000', '162340.728000', '162340.730000', '162340.733000', '162340.735000', '162340.738000', '162340.741000', '162340.743000', '162340.746000', '162340.748000', '162340.751000', '162340.753000', '162340.756000', '162340.759000', '162340.761000', '162340.764000', '162340.766000', '162340.769000', '162340.771000', '162340.774000', '162340.776000', '162340.779000', '162340.781000', '162340.784000', '162340.787000', '162340.789000', '162340.792000', '162340.794000', '162340.797000', '162400.688000', '162400.690000', '162400.693000', '162400.696000', '162400.698000', '162400.701000', '162400.703000', '162400.706000', '162400.708000', '162400.711000', '162400.714000', '162400.716000', '162400.719000', '162400.721000', '162400.724000', '162400.726000', '162400.729000', '162400.731000', '162400.734000', '162400.736000', '162400.739000', '162400.741000', '162400.744000', '162400.747000', '162400.749000', '162400.752000', '162400.754000', '162400.757000', '162400.760000', '162400.762000', '162400.765000', '162400.767000', '162400.770000', '162400.772000', '162400.775000', '162400.777000', '162400.780000', '162400.782000', '162400.785000', '162400.787000', '162400.790000', '162400.793000', '162400.795000', '162420.688000', '162420.690000', '162420.693000', '162420.695000', '162420.698000', '162420.701000', '162420.703000', '162420.706000', '162420.708000', '162420.711000', '162420.713000', '162420.716000', '162420.719000', '162420.721000', '162420.724000', '162420.726000', '162420.729000', '162420.731000', '162420.734000', '162420.736000', '162420.739000', '162420.742000', '162420.744000', '162420.747000', '162420.749000', '162420.752000', '162420.754000', '162420.757000', '162420.759000', '162420.762000', '162420.764000', '162420.767000', '162420.770000', '162420.772000', '162420.775000', '162420.777000', '162420.780000', '162420.782000', '162420.785000', '162420.787000', '162420.790000', '162420.793000', '162420.795000', '162420.798000', '162440.686000', '162440.689000', '162440.701000', '162440.704000', '162440.706000', '162440.709000', '162440.712000', '162440.714000', '162440.717000', '162440.720000', '162440.722000', '162440.725000', '162440.727000', '162440.730000', '162440.732000', '162440.735000', '162440.737000', '162440.740000', '162440.743000', '162440.745000', '162440.748000', '162440.750000', '162440.753000', '162440.756000', '162440.759000', '162440.762000', '162440.764000', '162440.767000', '162440.769000', '162440.772000', '162440.775000', '162440.777000', '162440.780000', '162440.782000', '162440.785000', '162440.787000', '162440.790000', '162440.793000', '162440.795000', '162440.798000', '162440.846000', '162440.849000', '162440.851000', '162500.687000', '162500.690000', '162500.692000', '162500.695000', '162500.697000', '162500.713000', '162500.716000', '162500.718000', '162500.721000', '162500.723000', '162500.726000', '162500.729000', '162500.731000', '162500.734000', '162500.736000', '162500.739000', '162500.742000', '162500.744000', '162500.747000', '162500.749000', '162500.752000', '162500.755000', '162500.757000', '162500.760000', '162500.762000', '162500.765000', '162500.767000', '162500.770000', '162500.773000', '162500.775000', '162500.778000', '162500.780000', '162500.783000', '162500.785000', '162500.788000', '162500.791000', '162500.793000', '162500.796000', '162500.798000', '162500.853000', '162500.856000', '162500.858000', '162500.861000', '162500.863000', '162520.686000', '162520.689000', '162520.692000', '162520.694000', '162520.697000', '162520.699000', '162520.702000', '162520.705000', '162520.707000', '162520.710000', '162520.712000', '162520.715000', '162520.717000', '162520.720000', '162520.722000', '162520.725000', '162520.727000', '162520.730000', '162520.733000', '162520.735000', '162520.738000', '162520.740000', '162520.743000', '162520.746000', '162520.749000', '162520.752000', '162520.755000', '162520.757000', '162520.760000', '162520.763000', '162520.765000', '162520.768000', '162520.770000', '162520.773000', '162520.775000', '162520.778000', '162520.781000', '162520.783000', '162520.786000', '162520.788000', '162520.791000', '162520.793000', '162520.796000', '162540.686000', '162540.689000', '162540.692000', '162540.694000', '162540.697000', '162540.700000', '162540.702000', '162540.705000', '162540.707000', '162540.710000', '162540.712000', '162540.715000', '162540.717000', '162540.720000', '162540.723000', '162540.725000', '162540.728000', '162540.730000', '162540.733000', '162540.735000', '162540.738000', '162540.741000', '162540.743000', '162540.746000', '162540.748000', '162540.751000', '162540.753000', '162540.756000', '162540.758000', '162540.761000', '162540.764000', '162540.766000', '162540.769000', '162540.771000', '162540.774000', '162540.777000', '162540.779000', '162540.782000', '162540.784000', '162540.787000', '162540.789000', '162540.792000', '162540.794000', '162540.797000', '162600.686000', '162600.689000', '162600.692000', '162600.695000', '162600.697000', '162600.700000', '162600.702000', '162600.705000', '162600.707000', '162600.710000', '162600.713000', '162600.715000', '162600.718000', '162600.720000', '162600.723000', '162600.725000', '162600.728000', '162600.731000', '162600.733000', '162600.736000', '162600.738000', '162600.741000', '162600.744000', '162600.746000', '162600.749000', '162600.751000', '162600.754000', '162600.757000', '162600.759000', '162600.762000', '162600.764000', '162600.767000', '162600.769000', '162600.772000', '162600.774000', '162600.777000', '162600.780000', '162600.782000', '162600.785000', '162600.787000', '162600.790000', '162600.792000', '162600.795000', '162620.688000', '162620.690000', '162620.693000', '162620.696000', '162620.698000', '162620.701000', '162620.704000', '162620.706000', '162620.709000', '162620.711000', '162620.714000', '162620.717000', '162620.719000', '162620.722000', '162620.724000', '162620.727000', '162620.739000', '162620.741000', '162620.744000', '162620.746000', '162620.749000', '162620.752000', '162620.754000', '162620.757000', '162620.759000', '162620.762000', '162620.764000', '162620.767000', '162620.769000', '162620.772000', '162620.775000', '162620.777000', '162620.780000', '162620.782000', '162620.785000', '162620.788000', '162620.790000', '162620.793000', '162620.795000', '162620.798000', '162620.852000', '162620.854000', '162620.857000', '162620.860000', '162640.688000', '162640.690000', '162640.693000', '162640.696000', '162640.698000', '162640.701000', '162640.703000', '162640.706000', '162640.708000', '162640.711000', '162640.713000', '162640.716000', '162640.719000', '162640.721000', '162640.724000', '162640.726000', '162640.729000', '162640.732000', '162640.734000', '162640.737000', '162640.739000', '162640.742000', '162640.744000', '162640.747000', '162640.749000', '162640.752000', '162640.754000', '162640.757000', '162640.760000', '162640.762000', '162640.765000', '162640.767000', '162640.770000', '162640.772000', '162640.775000', '162640.778000', '162640.780000', '162640.783000', '162640.785000', '162640.788000', '162640.790000', '162640.794000', '162640.797000', '162700.687000', '162700.690000', '162700.692000', '162700.695000', '162700.697000', '162700.700000', '162700.702000', '162700.705000', '162700.707000', '162700.710000', '162700.713000', '162700.715000', '162700.718000', '162700.720000', '162700.723000', '162700.725000', '162700.728000', '162700.730000', '162700.733000', '162700.736000', '162700.738000', '162700.741000', '162700.743000', '162700.746000', '162700.748000', '162700.751000', '162700.753000', '162700.756000', '162700.759000', '162700.761000', '162700.764000', '162700.767000', '162700.769000', '162700.772000', '162700.774000', '162700.777000', '162700.779000', '162700.782000', '162700.784000', '162700.787000', '162700.790000', '162700.792000', '162700.795000', '162700.798000', '162716.191000', '162716.195000', '162716.198000', '162716.201000', '162716.204000', '162716.207000', '162716.209000', '162716.212000', '162716.215000', '162716.218000', '162716.228000', '162716.231000', '162716.234000', '162716.236000', '162716.239000', '162716.242000', '162716.244000', '162716.247000', '162716.250000', '162716.253000', '162716.255000', '162716.258000', '162716.261000', '162716.263000', '162716.266000', '162716.269000', '162716.271000', '162716.274000', '162716.277000', '162716.280000', '162716.282000', '162716.286000', '162716.291000', '162716.294000'], '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': [12229, 12950, 10316, 10316, 9831, 13603, 10069, 12122, 9232, 11080, 8676, 10177, 12867, 9788, 12427, 10037, 11619, 9649, 11203, 8930, 10059, 14564, 9630, 12148, 9853, 11984, 8538, 10599, 10031, 9880, 11650, 9625, 12957, 9454, 12053, 9655, 11190, 8918, 10701, 8532, 9787, 14078, 9609, 12946, 9544, 8777, 9779, 9405, 10061, 14171, 12297, 14279, 14203, 11141, 13980, 10389, 16522, 10760, 16380, 11939, 16732, 14562, 12079, 13919, 10476, 14564, 10507, 15630, 10600, 14629, 10331, 11682, 9397, 10951, 9608, 11499, 10377, 12029, 10023, 12349, 10302, 13236, 10470, 14646, 10113, 11531, 9472, 10771, 9002, 10341, 9707, 10776, 9053, 11129, 10020, 11751, 13473, 10615, 15560, 10219, 14031, 10381, 14790, 9527, 8982, 9958, 9012, 10909, 14212, 11719, 16866, 11458, 14946, 10347, 16074, 11066, 16444, 9644, 9182, 10400, 10268, 14518, 10220, 13888, 14120, 11939, 16970, 12894, 15878, 12562, 8644, 10317, 9742, 10077, 13606, 10054, 10628, 10359, 9448, 10947, 10462, 12564, 10326, 12110, 10486, 13051, 13183, 10336, 15758, 10560, 14057, 10110, 12787, 10333, 11508, 8998, 10507, 11344, 9851, 9049, 9970, 12493, 9792, 11384, 9841, 10627, 9669, 10440, 13006, 10141, 14678, 9984, 13182, 10163, 11142, 9217, 10207, 13566, 9817, 14724, 9838, 8956, 10129, 15779, 10202, 14972, 11394, 11580, 16899, 13154, 14748, 9797, 14041, 10394, 11666, 9291, 10258, 14597, 10330, 13317, 11815, 9062, 12061, 9576, 8690, 10285, 14704, 10413, 15292, 10280, 14014, 9878, 13168, 9790, 15045, 9752, 13574, 10418, 16033, 11920, 16809, 11926, 14568, 10776, 14922, 10851, 13478, 10541, 10652, 14360, 10084, 10370, 10075, 11853, 9977, 11036, 9204, 10355, 8670, 9916, 10154, 9791, 10995, 9451, 10919, 9388, 10919, 9444, 12372, 9295, 10132, 14703, 9570, 14281, 11667, 14574, 9675, 12930, 9842, 12626, 10100, 14370, 9970, 13786, 12778, 14398, 9252, 12209, 10142, 12460, 10324, 14880, 14093, 11981, 17357, 10560, 14099, 10083, 11823, 8954, 10328, 13692, 10083, 12117, 10012, 11418, 9255, 10103, 10080, 9849, 11310, 9937, 11975, 9875, 10967, 9751, 10788, 9356, 10594, 9323, 10656, 9543, 13197, 12923, 10034, 15623, 9900, 11373, 15244, 9867, 14555, 10173, 11892, 14897, 9537, 14286, 9624, 11511, 9720, 10521, 8599, 10139, 14372, 9719, 11725, 9994, 11533, 9821, 11078, 8682, 9970, 14898, 9443, 13253, 9298, 11273, 9562, 12161, 9999, 13137, 14680, 10943, 14514, 10120, 13945, 12808, 11615, 12625, 9952, 15753, 9905, 13331, 10338, 13371, 10560, 12134, 9091, 10867, 9775, 10989, 10070, 14663, 11825, 10412, 15772, 10253, 13069, 9225, 11181, 12442, 10374, 14513, 10101, 13320, 10354, 10064, 9642, 9016, 10360, 10178, 13779, 14914, 11562, 13510, 15117, 11380, 13308, 10118, 11038, 13162, 10038, 13448, 9917, 11099, 8671, 9850, 11932, 9882, 11126, 8708, 9943, 8652, 9409, 7849, 9570, 11716, 9547, 11002, 11563, 9400, 12974, 9159, 11641, 9477, 12340, 9200, 10579, 15882, 10888, 14700, 11597, 16282, 9777, 8452, 10182, 9087, 10523, 16161, 13244, 14887, 10805, 15051, 10406, 14746, 13799, 9652, 12968, 10509, 13828, 18005, 13105, 15264, 9938, 11423, 13700, 10083, 8380, 10076, 11486, 9842, 12096, 10080, 11557, 11575, 10127, 15841, 9777, 11893, 9800, 11378, 15241, 9718, 13760, 10064, 11546, 9099, 10690, 9176, 9971, 9466, 9837, 8538, 9878, 8609, 9885, 14967, 9818, 14069, 12583, 10649, 15728, 11650, 13174, 9480, 12254, 9573, 12626, 9954, 13539, 13029, 12071, 11690, 10842, 8869, 10991, 9740, 11412, 12684, 11095, 14826, 10157, 12192, 13096, 10070, 16404, 10067, 13871, 9903, 11679, 12949, 9739, 12754, 10069, 11858, 10739, 9888, 12379, 9661, 11011, 8945, 10112, 10907, 9447, 11690, 9348, 10933, 9472, 10557, 8778, 10058, 8929, 9807, 8304, 9679, 14504, 10103, 12528, 15325, 9853, 13908, 9573, 11511, 13601, 9595, 14692, 9539, 13186, 9206, 10699, 9977, 9575, 8459, 9715, 8603, 10743, 13574, 10066, 14934, 10596, 14435, 12806, 14850, 10618, 12238, 10016, 12334, 15426, 12314, 17690, 11409, 14441, 11044, 16638, 9881, 10811, 10195, 14282, 10244, 11720, 13673, 10609, 16460, 10112, 14241, 10125, 11987, 13577, 9992, 16220, 11739, 13440, 9580, 11220, 9800, 10740, 8957, 10163, 9314, 10719, 9922, 13527, 13662, 11389, 13813, 9754, 13205, 9198, 10498, 16150, 10204, 13845, 12031, 11400, 9429, 8321, 9950, 10588, 9693, 13121, 10070, 11811, 14431, 11629, 16332, 12426, 12342, 9867, 14008, 10898, 15651, 11483, 14035, 10003, 13502, 10349, 15642, 10806, 13970, 14565, 10347, 16020, 10245, 13380, 8922, 11029, 12650, 9822, 11512, 9709, 10847, 9760, 11007, 8356, 10087, 13789, 9814, 12240, 9219, 11211, 8833, 10457, 13881, 9357, 12749, 9306, 10688, 9390, 11936, 9397, 11586, 9900, 11843, 9633, 11495, 9528, 14847, 9464, 11569, 13708, 9609, 13627, 10035, 12300, 13326, 9722, 14005, 9935, 9460, 9462, 8453, 10448, 9097, 10898, 15010, 11866, 14522, 11379, 10697, 16108, 12959, 15131, 10420, 13111, 14642, 10723, 15202, 11451, 14069, 10749, 13117, 9654, 10830, 9801, 11715, 9898, 11047, 15277, 9820, 14368, 9867, 11690, 8885, 10278, 7943, 9542, 13735, 9353, 11980, 10368, 11445, 9519, 10851, 9935, 14727, 9712, 14487, 13287, 10366, 14741, 9917, 12163, 8609, 10112, 13923, 9338, 11871, 9072, 11614, 8323, 9990, 7894, 9547, 9600, 9228, 11796, 9303, 11875, 9431, 12135, 9454, 12054, 9133, 12280, 9470, 13550, 15562, 11245, 14793, 11414, 15486, 10620, 12933, 9552, 12313, 9587, 13140, 13597, 10436, 16502, 11813, 14521, 9506, 11150, 9906, 8748, 11076, 9850, 14254, 16432, 12043, 14364, 10347, 11681, 15488, 9802, 11934, 9810, 11442, 9714, 11383, 9018, 10882, 9184, 9382, 11867, 9310, 11339, 8171, 10510, 7996, 10229, 8380, 10229, 13625, 9042, 14068, 9391, 10508, 15538, 9772, 13427, 9592, 10807, 14597, 9296, 13474, 9459, 12159, 13659, 9609, 14999, 10394, 13024, 9060, 11100, 9084, 11154, 10876, 9572, 14862, 9805, 13096, 9488, 11853, 9275, 9829, 16202, 9449, 13106, 13277, 10374, 16213, 9652, 13457, 9716, 11945, 8697, 10219, 8083, 9295, 12722, 9304, 11633, 10406, 9727, 15643, 9720, 12534, 9158, 9721, 16226, 9384], 'WindowCenter': [4702.0, 4689.0, 4657.0, 4641.0, 4641.0, 4659.0, 4629.0, 4648.0, 4629.0, 4647.0, 4618.0, 4639.0, 4645.0, 4626.0, 4645.0, 4626.0, 4647.0, 4627.0, 4636.0, 4616.0, 4639.0, 4667.0, 4628.0, 4642.0, 4638.0, 4650.0, 4614.0, 4638.0, 4627.0, 4637.0, 4648.0, 4630.0, 4657.0, 4639.0, 4657.0, 4640.0, 4648.0, 4626.0, 4639.0, 4618.0, 4640.0, 4667.0, 4639.0, 4660.0, 4640.0, 4631.0, 4641.0, 4640.0, 4642.0, 4670.0, 4664.0, 4673.0, 4672.0, 4652.0, 4673.0, 4653.0, 4689.0, 4652.0, 4671.0, 4649.0, 4668.0, 4669.0, 4649.0, 4658.0, 4639.0, 4655.0, 4626.0, 4656.0, 4625.0, 4646.0, 4612.0, 4622.0, 4603.0, 4622.0, 4613.0, 4623.0, 4626.0, 4633.0, 4626.0, 4644.0, 4626.0, 4647.0, 4627.0, 4669.0, 4626.0, 4636.0, 4616.0, 4625.0, 4605.0, 4625.0, 4614.0, 4625.0, 4616.0, 4635.0, 4625.0, 4648.0, 4645.0, 4626.0, 4655.0, 4627.0, 4640.0, 4627.0, 4655.0, 4617.0, 4616.0, 4627.0, 4615.0, 4638.0, 4645.0, 4638.0, 4666.0, 4625.0, 4645.0, 4615.0, 4654.0, 4625.0, 4652.0, 4603.0, 4603.0, 4624.0, 4624.0, 4655.0, 4615.0, 4645.0, 4644.0, 4624.0, 4654.0, 4635.0, 4642.0, 4622.0, 4591.0, 4612.0, 4599.0, 4600.0, 4631.0, 4627.0, 4623.0, 4626.0, 4627.0, 4636.0, 4638.0, 4646.0, 4627.0, 4634.0, 4612.0, 4633.0, 4630.0, 4613.0, 4641.0, 4614.0, 4642.0, 4615.0, 4631.0, 4611.0, 4621.0, 4590.0, 4612.0, 4619.0, 4613.0, 4604.0, 4625.0, 4645.0, 4625.0, 4648.0, 4628.0, 4626.0, 4627.0, 4638.0, 4645.0, 4627.0, 4656.0, 4629.0, 4657.0, 4628.0, 4636.0, 4615.0, 4627.0, 4655.0, 4627.0, 4657.0, 4628.0, 4617.0, 4639.0, 4667.0, 4625.0, 4657.0, 4635.0, 4636.0, 4656.0, 4644.0, 4645.0, 4617.0, 4642.0, 4615.0, 4623.0, 4602.0, 4614.0, 4644.0, 4627.0, 4646.0, 4647.0, 4618.0, 4637.0, 4628.0, 4606.0, 4627.0, 4645.0, 4625.0, 4655.0, 4626.0, 4647.0, 4616.0, 4647.0, 4617.0, 4667.0, 4616.0, 4656.0, 4613.0, 4652.0, 4623.0, 4641.0, 4621.0, 4631.0, 4611.0, 4628.0, 4597.0, 4618.0, 4586.0, 4587.0, 4617.0, 4587.0, 4586.0, 4599.0, 4606.0, 4598.0, 4599.0, 4590.0, 4611.0, 4591.0, 4612.0, 4610.0, 4613.0, 4623.0, 4616.0, 4622.0, 4616.0, 4625.0, 4629.0, 4646.0, 4615.0, 4627.0, 4654.0, 4617.0, 4656.0, 4636.0, 4656.0, 4613.0, 4646.0, 4629.0, 4645.0, 4613.0, 4655.0, 4614.0, 4646.0, 4645.0, 4656.0, 4616.0, 4635.0, 4625.0, 4634.0, 4613.0, 4644.0, 4633.0, 4623.0, 4652.0, 4611.0, 4632.0, 4603.0, 4623.0, 4591.0, 4601.0, 4616.0, 4599.0, 4618.0, 4600.0, 4622.0, 4600.0, 4624.0, 4613.0, 4613.0, 4622.0, 4624.0, 4631.0, 4614.0, 4624.0, 4614.0, 4635.0, 4618.0, 4640.0, 4629.0, 4639.0, 4641.0, 4671.0, 4648.0, 4628.0, 4667.0, 4615.0, 4637.0, 4654.0, 4627.0, 4656.0, 4613.0, 4635.0, 4642.0, 4614.0, 4641.0, 4614.0, 4623.0, 4613.0, 4624.0, 4602.0, 4626.0, 4654.0, 4614.0, 4633.0, 4625.0, 4633.0, 4625.0, 4635.0, 4604.0, 4626.0, 4656.0, 4616.0, 4658.0, 4617.0, 4637.0, 4628.0, 4646.0, 4626.0, 4657.0, 4644.0, 4626.0, 4651.0, 4627.0, 4656.0, 4634.0, 4626.0, 4632.0, 4613.0, 4643.0, 4612.0, 4630.0, 4603.0, 4641.0, 4614.0, 4634.0, 4619.0, 4625.0, 4624.0, 4624.0, 4625.0, 4655.0, 4623.0, 4612.0, 4643.0, 4611.0, 4633.0, 4604.0, 4624.0, 4633.0, 4625.0, 4630.0, 4600.0, 4628.0, 4614.0, 4615.0, 4617.0, 4617.0, 4638.0, 4640.0, 4670.0, 4656.0, 4623.0, 4634.0, 4631.0, 4612.0, 4619.0, 4599.0, 4609.0, 4604.0, 4588.0, 4618.0, 4587.0, 4608.0, 4577.0, 4599.0, 4607.0, 4598.0, 4619.0, 4588.0, 4601.0, 4592.0, 4603.0, 4594.0, 4628.0, 4634.0, 4614.0, 4636.0, 4635.0, 4618.0, 4645.0, 4617.0, 4636.0, 4628.0, 4648.0, 4616.0, 4622.0, 4654.0, 4637.0, 4656.0, 4637.0, 4666.0, 4627.0, 4606.0, 4638.0, 4618.0, 4639.0, 4668.0, 4646.0, 4657.0, 4625.0, 4666.0, 4651.0, 4669.0, 4658.0, 4616.0, 4645.0, 4613.0, 4633.0, 4640.0, 4620.0, 4630.0, 4600.0, 4611.0, 4630.0, 4601.0, 4579.0, 4600.0, 4608.0, 4600.0, 4609.0, 4600.0, 4611.0, 4610.0, 4600.0, 4641.0, 4602.0, 4609.0, 4589.0, 4610.0, 4628.0, 4602.0, 4629.0, 4600.0, 4609.0, 4588.0, 4610.0, 4601.0, 4612.0, 4612.0, 4614.0, 4603.0, 4624.0, 4604.0, 4625.0, 4655.0, 4614.0, 4646.0, 4632.0, 4626.0, 4651.0, 4625.0, 4634.0, 4615.0, 4621.0, 4602.0, 4632.0, 4601.0, 4633.0, 4633.0, 4623.0, 4623.0, 4623.0, 4604.0, 4625.0, 4615.0, 4635.0, 4629.0, 4621.0, 4641.0, 4601.0, 4622.0, 4619.0, 4597.0, 4641.0, 4601.0, 4630.0, 4600.0, 4608.0, 4616.0, 4588.0, 4607.0, 4586.0, 4608.0, 4596.0, 4599.0, 4616.0, 4600.0, 4608.0, 4588.0, 4609.0, 4608.0, 4600.0, 4618.0, 4602.0, 4622.0, 4616.0, 4626.0, 4604.0, 4640.0, 4616.0, 4640.0, 4630.0, 4643.0, 4669.0, 4640.0, 4659.0, 4655.0, 4616.0, 4644.0, 4613.0, 4634.0, 4645.0, 4616.0, 4653.0, 4617.0, 4644.0, 4604.0, 4624.0, 4615.0, 4616.0, 4607.0, 4628.0, 4631.0, 4651.0, 4658.0, 4628.0, 4669.0, 4629.0, 4660.0, 4649.0, 4658.0, 4628.0, 4648.0, 4628.0, 4647.0, 4642.0, 4633.0, 4652.0, 4617.0, 4644.0, 4636.0, 4653.0, 4615.0, 4623.0, 4624.0, 4644.0, 4626.0, 4634.0, 4631.0, 4623.0, 4649.0, 4611.0, 4640.0, 4599.0, 4619.0, 4616.0, 4589.0, 4627.0, 4608.0, 4617.0, 4599.0, 4608.0, 4611.0, 4624.0, 4601.0, 4611.0, 4613.0, 4622.0, 4624.0, 4658.0, 4645.0, 4625.0, 4641.0, 4612.0, 4632.0, 4590.0, 4611.0, 4639.0, 4603.0, 4631.0, 4623.0, 4623.0, 4606.0, 4595.0, 4627.0, 4624.0, 4617.0, 4645.0, 4614.0, 4637.0, 4645.0, 4637.0, 4656.0, 4636.0, 4632.0, 4615.0, 4643.0, 4624.0, 4652.0, 4624.0, 4631.0, 4615.0, 4630.0, 4613.0, 4642.0, 4601.0, 4631.0, 4617.0, 4587.0, 4626.0, 4588.0, 4616.0, 4577.0, 4597.0, 4606.0, 4587.0, 4606.0, 4599.0, 4607.0, 4598.0, 4608.0, 4579.0, 4599.0, 4629.0, 4600.0, 4620.0, 4601.0, 4611.0, 4591.0, 4612.0, 4629.0, 4601.0, 4632.0, 4603.0, 4624.0, 4617.0, 4632.0, 4616.0, 4648.0, 4626.0, 4645.0, 4630.0, 4649.0, 4640.0, 4669.0, 4617.0, 4637.0, 4643.0, 4603.0, 4632.0, 4602.0, 4632.0, 4631.0, 4604.0, 4642.0, 4615.0, 4615.0, 4615.0, 4605.0, 4637.0, 4615.0, 4639.0, 4656.0, 4636.0, 4657.0, 4635.0, 4626.0, 4654.0, 4634.0, 4643.0, 4612.0, 4622.0, 4628.0, 4600.0, 4631.0, 4611.0, 4631.0, 4611.0, 4620.0, 4605.0, 4622.0, 4614.0, 4622.0, 4601.0, 4622.0, 4640.0, 4614.0, 4644.0, 4612.0, 4622.0, 4591.0, 4613.0, 4581.0, 4613.0, 4630.0, 4603.0, 4634.0, 4625.0, 4633.0, 4629.0, 4636.0, 4629.0, 4656.0, 4614.0, 4643.0, 4619.0, 4601.0, 4642.0, 4614.0, 4621.0, 4590.0, 4611.0, 4629.0, 4601.0, 4620.0, 4590.0, 4620.0, 4580.0, 4612.0, 4592.0, 4613.0, 4612.0, 4614.0, 4633.0, 4615.0, 4635.0, 4616.0, 4645.0, 4627.0, 4645.0, 4629.0, 4645.0, 4614.0, 4646.0, 4654.0, 4626.0, 4646.0, 4625.0, 4656.0, 4628.0, 4636.0, 4616.0, 4633.0, 4614.0, 4633.0, 4632.0, 4612.0, 4641.0, 4624.0, 4642.0, 4616.0, 4633.0, 4624.0, 4616.0, 4634.0, 4626.0, 4655.0, 4654.0, 4623.0, 4631.0, 4601.0, 4621.0, 4625.0, 4598.0, 4608.0, 4598.0, 4606.0, 4598.0, 4620.0, 4601.0, 4623.0, 4599.0, 4601.0, 4620.0, 4602.0, 4623.0, 4593.0, 4624.0, 4593.0, 4625.0, 4607.0, 4639.0, 4655.0, 4616.0, 4656.0, 4604.0, 4627.0, 4656.0, 4628.0, 4658.0, 4617.0, 4638.0, 4654.0, 4603.0, 4632.0, 4601.0, 4631.0, 4632.0, 4613.0, 4643.0, 4614.0, 4643.0, 4616.0, 4635.0, 4616.0, 4636.0, 4623.0, 4614.0, 4643.0, 4615.0, 4644.0, 4614.0, 4635.0, 4615.0, 4626.0, 4653.0, 4600.0, 4633.0, 4630.0, 4612.0, 4641.0, 4603.0, 4643.0, 4601.0, 4621.0, 4592.0, 4612.0, 4590.0, 4613.0, 4631.0, 4604.0, 4633.0, 4613.0, 4615.0, 4654.0, 4615.0, 4635.0, 4601.0, 4602.0, 4651.0, 4601.0], 'WindowWidth': [10293.0, 10261.0, 10208.0, 10177.0, 10175.0, 10197.0, 10154.0, 10179.0, 10152.0, 10176.0, 10135.0, 10165.0, 10170.0, 10145.0, 10168.0, 10146.0, 10173.0, 10145.0, 10159.0, 10130.0, 10167.0, 10201.0, 10151.0, 10165.0, 10164.0, 10182.0, 10127.0, 10163.0, 10148.0, 10163.0, 10175.0, 10154.0, 10188.0, 10168.0, 10188.0, 10168.0, 10179.0, 10147.0, 10166.0, 10138.0, 10170.0, 10205.0, 10168.0, 10198.0, 10172.0, 10159.0, 10175.0, 10170.0, 10174.0, 10212.0, 10209.0, 10219.0, 10216.0, 10186.0, 10218.0, 10192.0, 10241.0, 10186.0, 10215.0, 10180.0, 10207.0, 10209.0, 10178.0, 10191.0, 10166.0, 10183.0, 10141.0, 10185.0, 10141.0, 10170.0, 10117.0, 10130.0, 10104.0, 10131.0, 10121.0, 10135.0, 10142.0, 10148.0, 10143.0, 10163.0, 10143.0, 10171.0, 10145.0, 10211.0, 10144.0, 10155.0, 10125.0, 10138.0, 10111.0, 10140.0, 10124.0, 10138.0, 10129.0, 10154.0, 10143.0, 10177.0, 10168.0, 10143.0, 10181.0, 10144.0, 10157.0, 10143.0, 10179.0, 10132.0, 10128.0, 10145.0, 10126.0, 10161.0, 10168.0, 10160.0, 10200.0, 10140.0, 10169.0, 10124.0, 10180.0, 10138.0, 10172.0, 10105.0, 10107.0, 10134.0, 10137.0, 10181.0, 10126.0, 10167.0, 10161.0, 10136.0, 10178.0, 10151.0, 10158.0, 10131.0, 10085.0, 10115.0, 10093.0, 10097.0, 10140.0, 10144.0, 10136.0, 10143.0, 10148.0, 10158.0, 10164.0, 10172.0, 10147.0, 10150.0, 10116.0, 10145.0, 10138.0, 10119.0, 10156.0, 10120.0, 10157.0, 10124.0, 10141.0, 10114.0, 10127.0, 10083.0, 10115.0, 10123.0, 10120.0, 10108.0, 10140.0, 10166.0, 10140.0, 10176.0, 10149.0, 10142.0, 10147.0, 10162.0, 10167.0, 10146.0, 10184.0, 10152.0, 10187.0, 10146.0, 10157.0, 10126.0, 10144.0, 10181.0, 10147.0, 10186.0, 10147.0, 10134.0, 10165.0, 10201.0, 10140.0, 10187.0, 10152.0, 10157.0, 10184.0, 10164.0, 10167.0, 10129.0, 10159.0, 10124.0, 10133.0, 10101.0, 10122.0, 10161.0, 10142.0, 10172.0, 10175.0, 10137.0, 10158.0, 10148.0, 10116.0, 10145.0, 10169.0, 10139.0, 10181.0, 10142.0, 10174.0, 10128.0, 10172.0, 10132.0, 10202.0, 10130.0, 10184.0, 10121.0, 10173.0, 10131.0, 10156.0, 10127.0, 10138.0, 10112.0, 10133.0, 10086.0, 10117.0, 10069.0, 10071.0, 10111.0, 10071.0, 10070.0, 10093.0, 10098.0, 10091.0, 10092.0, 10080.0, 10115.0, 10087.0, 10117.0, 10110.0, 10119.0, 10131.0, 10127.0, 10134.0, 10130.0, 10140.0, 10150.0, 10171.0, 10126.0, 10144.0, 10178.0, 10130.0, 10183.0, 10157.0, 10181.0, 10125.0, 10170.0, 10149.0, 10167.0, 10121.0, 10181.0, 10124.0, 10170.0, 10166.0, 10184.0, 10128.0, 10153.0, 10140.0, 10151.0, 10118.0, 10163.0, 10144.0, 10130.0, 10172.0, 10114.0, 10146.0, 10103.0, 10130.0, 10084.0, 10098.0, 10112.0, 10093.0, 10116.0, 10095.0, 10131.0, 10096.0, 10136.0, 10121.0, 10122.0, 10132.0, 10138.0, 10143.0, 10123.0, 10137.0, 10124.0, 10155.0, 10136.0, 10169.0, 10155.0, 10167.0, 10174.0, 10214.0, 10179.0, 10149.0, 10203.0, 10127.0, 10159.0, 10178.0, 10144.0, 10184.0, 10120.0, 10155.0, 10157.0, 10120.0, 10154.0, 10122.0, 10132.0, 10121.0, 10137.0, 10105.0, 10140.0, 10177.0, 10124.0, 10146.0, 10139.0, 10148.0, 10140.0, 10153.0, 10110.0, 10142.0, 10183.0, 10128.0, 10193.0, 10134.0, 10160.0, 10151.0, 10174.0, 10143.0, 10186.0, 10166.0, 10141.0, 10175.0, 10144.0, 10185.0, 10150.0, 10141.0, 10145.0, 10121.0, 10162.0, 10115.0, 10140.0, 10103.0, 10157.0, 10120.0, 10151.0, 10139.0, 10140.0, 10139.0, 10135.0, 10142.0, 10183.0, 10133.0, 10118.0, 10160.0, 10116.0, 10149.0, 10109.0, 10137.0, 10147.0, 10141.0, 10140.0, 10098.0, 10132.0, 10122.0, 10125.0, 10132.0, 10134.0, 10165.0, 10170.0, 10210.0, 10190.0, 10134.0, 10148.0, 10140.0, 10113.0, 10119.0, 10092.0, 10107.0, 10094.0, 10074.0, 10115.0, 10073.0, 10101.0, 10061.0, 10094.0, 10103.0, 10094.0, 10122.0, 10078.0, 10100.0, 10089.0, 10108.0, 10097.0, 10149.0, 10150.0, 10125.0, 10155.0, 10152.0, 10134.0, 10167.0, 10133.0, 10157.0, 10152.0, 10178.0, 10129.0, 10136.0, 10181.0, 10159.0, 10186.0, 10160.0, 10198.0, 10148.0, 10118.0, 10163.0, 10135.0, 10162.0, 10207.0, 10170.0, 10185.0, 10138.0, 10200.0, 10187.0, 10207.0, 10192.0, 10130.0, 10165.0, 10117.0, 10148.0, 10153.0, 10123.0, 10139.0, 10095.0, 10111.0, 10136.0, 10096.0, 10068.0, 10098.0, 10103.0, 10095.0, 10106.0, 10093.0, 10111.0, 10107.0, 10097.0, 10153.0, 10102.0, 10107.0, 10078.0, 10108.0, 10130.0, 10102.0, 10136.0, 10097.0, 10106.0, 10078.0, 10111.0, 10098.0, 10116.0, 10119.0, 10123.0, 10108.0, 10139.0, 10110.0, 10141.0, 10181.0, 10122.0, 10168.0, 10145.0, 10139.0, 10171.0, 10138.0, 10148.0, 10124.0, 10128.0, 10104.0, 10145.0, 10100.0, 10147.0, 10145.0, 10133.0, 10132.0, 10133.0, 10109.0, 10138.0, 10127.0, 10153.0, 10136.0, 10127.0, 10155.0, 10099.0, 10128.0, 10122.0, 10093.0, 10155.0, 10099.0, 10138.0, 10094.0, 10104.0, 10110.0, 10076.0, 10100.0, 10072.0, 10103.0, 10084.0, 10093.0, 10113.0, 10097.0, 10105.0, 10078.0, 10108.0, 10104.0, 10099.0, 10121.0, 10106.0, 10131.0, 10129.0, 10142.0, 10111.0, 10170.0, 10132.0, 10170.0, 10158.0, 10181.0, 10211.0, 10169.0, 10196.0, 10183.0, 10128.0, 10166.0, 10122.0, 10151.0, 10166.0, 10129.0, 10178.0, 10130.0, 10167.0, 10109.0, 10138.0, 10126.0, 10129.0, 10120.0, 10151.0, 10159.0, 10187.0, 10191.0, 10151.0, 10209.0, 10151.0, 10195.0, 10176.0, 10191.0, 10147.0, 10174.0, 10148.0, 10174.0, 10160.0, 10146.0, 10176.0, 10119.0, 10166.0, 10157.0, 10175.0, 10126.0, 10132.0, 10137.0, 10166.0, 10145.0, 10151.0, 10140.0, 10132.0, 10165.0, 10113.0, 10152.0, 10095.0, 10122.0, 10111.0, 10078.0, 10130.0, 10102.0, 10113.0, 10094.0, 10104.0, 10115.0, 10136.0, 10100.0, 10114.0, 10121.0, 10133.0, 10141.0, 10191.0, 10169.0, 10137.0, 10156.0, 10118.0, 10144.0, 10083.0, 10114.0, 10151.0, 10103.0, 10140.0, 10131.0, 10130.0, 10111.0, 10098.0, 10145.0, 10136.0, 10129.0, 10167.0, 10120.0, 10157.0, 10164.0, 10156.0, 10184.0, 10154.0, 10144.0, 10125.0, 10162.0, 10134.0, 10173.0, 10134.0, 10138.0, 10123.0, 10138.0, 10118.0, 10158.0, 10095.0, 10138.0, 10111.0, 10072.0, 10126.0, 10072.0, 10111.0, 10062.0, 10086.0, 10095.0, 10071.0, 10097.0, 10093.0, 10100.0, 10089.0, 10104.0, 10066.0, 10094.0, 10135.0, 10097.0, 10123.0, 10101.0, 10112.0, 10086.0, 10115.0, 10134.0, 10100.0, 10142.0, 10106.0, 10135.0, 10132.0, 10146.0, 10130.0, 10176.0, 10144.0, 10167.0, 10156.0, 10180.0, 10170.0, 10208.0, 10130.0, 10159.0, 10160.0, 10106.0, 10143.0, 10103.0, 10143.0, 10139.0, 10106.0, 10158.0, 10123.0, 10125.0, 10126.0, 10114.0, 10160.0, 10131.0, 10167.0, 10186.0, 10157.0, 10186.0, 10153.0, 10142.0, 10182.0, 10152.0, 10164.0, 10116.0, 10126.0, 10129.0, 10093.0, 10138.0, 10110.0, 10137.0, 10111.0, 10124.0, 10111.0, 10131.0, 10123.0, 10130.0, 10099.0, 10129.0, 10151.0, 10121.0, 10166.0, 10118.0, 10131.0, 10087.0, 10117.0, 10071.0, 10118.0, 10138.0, 10105.0, 10151.0, 10140.0, 10153.0, 10153.0, 10161.0, 10152.0, 10186.0, 10125.0, 10163.0, 10119.0, 10099.0, 10158.0, 10123.0, 10127.0, 10082.0, 10113.0, 10135.0, 10101.0, 10124.0, 10085.0, 10125.0, 10072.0, 10116.0, 10091.0, 10122.0, 10118.0, 10125.0, 10148.0, 10128.0, 10154.0, 10131.0, 10168.0, 10146.0, 10168.0, 10152.0, 10171.0, 10124.0, 10171.0, 10180.0, 10143.0, 10172.0, 10140.0, 10183.0, 10145.0, 10156.0, 10129.0, 10148.0, 10121.0, 10147.0, 10142.0, 10116.0, 10156.0, 10134.0, 10155.0, 10127.0, 10147.0, 10138.0, 10132.0, 10153.0, 10143.0, 10183.0, 10184.0, 10132.0, 10141.0, 10098.0, 10126.0, 10125.0, 10090.0, 10102.0, 10091.0, 10099.0, 10091.0, 10124.0, 10104.0, 10132.0, 10094.0, 10102.0, 10125.0, 10104.0, 10135.0, 10093.0, 10136.0, 10094.0, 10141.0, 10122.0, 10167.0, 10182.0, 10130.0, 10184.0, 10109.0, 10144.0, 10184.0, 10150.0, 10191.0, 10130.0, 10161.0, 10177.0, 10106.0, 10145.0, 10101.0, 10144.0, 10143.0, 10120.0, 10162.0, 10122.0, 10160.0, 10132.0, 10154.0, 10131.0, 10156.0, 10133.0, 10124.0, 10164.0, 10127.0, 10166.0, 10124.0, 10155.0, 10127.0, 10144.0, 10177.0, 10097.0, 10145.0, 10137.0, 10116.0, 10156.0, 10107.0, 10161.0, 10102.0, 10130.0, 10089.0, 10116.0, 10088.0, 10122.0, 10143.0, 10108.0, 10148.0, 10119.0, 10126.0, 10176.0, 10124.0, 10152.0, 10100.0, 10102.0, 10170.0, 10100.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.00039205747126436777</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022765008735632183</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.95393987037977</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2767538177790576</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9870327064556973</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4821</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6685.6729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09328308402056469</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.632183908045977</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.305426384974814</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.271090582216617</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4734367592104904</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.171751813497335</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.015243</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01359435822814703</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023180685937404633</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.313524453611444</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>21.3243</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.3663</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.8974</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297065.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>945.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.8559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2258</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.4605</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3845.1833</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3996.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79479.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4964.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.3828</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.143154529854655</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> |