=== 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-0051 --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-0051",
"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-0051_ses-04_task-social_acq-mb8_run-03_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-0051_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-03_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-0051/ses-04/func/sub-0051_ses-04_task-social_acq-mb8_run-03_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>790f04eb83d6beded7a7af7bdd34d8b7</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:54:31.670000</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.101022</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</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>251.595</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c94ae9b1-5a83-4fb4-b86a-bd341af173c0||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['145431.670000', '145432.130000', '145432.590000', '145433.050000', '145433.510000', '145433.970000', '145434.430000', '145434.890000', '145435.350000', '145435.810000', '145436.270000', '145436.730000', '145437.190000', '145437.650000', '145438.110000', '145438.570000', '145439.030000', '145439.490000', '145439.950000', '145440.410000', '145440.870000', '145441.330000', '145441.790000', '145442.250000', '145442.710000', '145443.170000', '145443.630000', '145444.090000', '145444.550000', '145445.010000', '145445.470000', '145445.930000', '145446.390000', '145446.850000', '145447.310000', '145447.770000', '145448.230000', '145448.690000', '145449.150000', '145449.610000', '145450.070000', '145450.530000', '145450.990000', '145451.450000', '145451.910000', '145452.370000', '145452.830000', '145453.290000', '145453.750000', '145454.210000', '145454.670000', '145455.130000', '145455.590000', '145456.050000', '145456.510000', '145456.970000', '145457.430000', '145457.890000', '145458.350000', '145458.810000', '145459.270000', '145459.730000', '145500.190000', '145500.650000', '145501.110000', '145501.570000', '145502.030000', '145502.490000', '145502.950000', '145503.410000', '145503.870000', '145504.330000', '145504.790000', '145505.250000', '145505.710000', '145506.170000', '145506.630000', '145507.090000', '145507.550000', '145508.010000', '145508.470000', '145508.930000', '145509.390000', '145509.850000', '145510.310000', '145510.770000', '145511.230000', '145511.690000', '145512.150000', '145512.610000', '145513.070000', '145513.530000', '145513.990000', '145514.450000', '145514.910000', '145515.370000', '145515.830000', '145516.290000', '145516.750000', '145517.210000', '145517.670000', '145518.130000', '145518.590000', '145519.050000', '145519.510000', '145519.970000', '145520.430000', '145520.890000', '145521.350000', '145521.810000', '145522.270000', '145522.730000', '145523.190000', '145523.650000', '145524.110000', '145524.570000', '145525.030000', '145525.490000', '145525.950000', '145526.410000', '145526.870000', '145527.330000', '145527.790000', '145528.250000', '145528.710000', '145529.170000', '145529.630000', '145530.090000', '145530.550000', '145531.010000', '145531.470000', '145531.930000', '145532.390000', '145532.850000', '145533.310000', '145533.770000', '145534.230000', '145534.690000', '145535.150000', '145535.610000', '145536.070000', '145536.530000', '145536.990000', '145537.450000', '145537.910000', '145538.370000', '145538.830000', '145539.290000', '145539.750000', '145540.210000', '145540.670000', '145541.130000', '145541.590000', '145542.050000', '145542.510000', '145542.970000', '145543.430000', '145543.890000', '145544.350000', '145544.810000', '145545.270000', '145545.730000', '145546.190000', '145546.650000', '145547.110000', '145547.570000', '145548.030000', '145548.490000', '145548.950000', '145549.410000', '145549.870000', '145550.330000', '145550.790000', '145551.250000', '145551.710000', '145552.170000', '145552.630000', '145553.090000', '145553.550000', '145554.010000', '145554.470000', '145554.930000', '145555.390000', '145555.850000', '145556.310000', '145556.770000', '145557.230000', '145557.690000', '145558.150000', '145558.610000', '145559.070000', '145559.530000', '145559.990000', '145600.450000', '145600.910000', '145601.370000', '145601.830000', '145602.290000', '145602.750000', '145603.210000', '145603.670000', '145604.130000', '145604.590000', '145605.050000', '145605.510000', '145605.970000', '145606.430000', '145606.890000', '145607.350000', '145607.810000', '145608.270000', '145608.730000', '145609.190000', '145609.650000', '145610.110000', '145610.570000', '145611.030000', '145611.490000', '145611.950000', '145612.410000', '145612.870000', '145613.330000', '145613.790000', '145614.250000', '145614.710000', '145615.170000', '145615.630000', '145616.090000', '145616.550000', '145617.010000', '145617.470000', '145617.930000', '145618.390000', '145618.850000', '145619.310000', '145619.770000', '145620.230000', '145620.690000', '145621.150000', '145621.610000', '145622.070000', '145622.530000', '145622.990000', '145623.450000', '145623.910000', '145624.370000', '145624.830000', '145625.290000', '145625.750000', '145626.210000', '145626.670000', '145627.130000', '145627.590000', '145628.050000', '145628.510000', '145628.970000', '145629.430000', '145629.890000', '145630.350000', '145630.810000', '145631.270000', '145631.730000', '145632.190000', '145632.650000', '145633.110000', '145633.570000', '145634.030000', '145634.490000', '145634.950000', '145635.410000', '145635.870000', '145636.330000', '145636.790000', '145637.250000', '145637.710000', '145638.170000', '145638.630000', '145639.090000', '145639.550000', '145640.010000', '145640.470000', '145640.930000', '145641.390000', '145641.850000', '145642.310000', '145642.770000', '145643.230000', '145643.690000', '145644.150000', '145644.610000', '145645.070000', '145645.530000', '145645.990000', '145646.450000', '145646.910000', '145647.370000', '145647.830000', '145648.290000', '145648.750000', '145649.210000', '145649.670000', '145650.130000', '145650.590000', '145651.050000', '145651.510000', '145651.970000', '145652.430000', '145652.890000', '145653.350000', '145653.810000', '145654.270000', '145654.730000', '145655.190000', '145655.650000', '145656.110000', '145656.570000', '145657.030000', '145657.490000', '145657.950000', '145658.410000', '145658.870000', '145659.330000', '145659.790000', '145700.250000', '145700.710000', '145701.170000', '145701.630000', '145702.090000', '145702.550000', '145703.010000', '145703.470000', '145703.930000', '145704.390000', '145704.850000', '145705.310000', '145705.770000', '145706.230000', '145706.690000', '145707.150000', '145707.610000', '145708.070000', '145708.530000', '145708.990000', '145709.450000', '145709.910000', '145710.370000', '145710.830000', '145711.290000', '145711.750000', '145712.210000', '145712.670000', '145713.130000', '145713.590000', '145714.050000', '145714.510000', '145714.970000', '145715.430000', '145715.890000', '145716.350000', '145716.810000', '145717.270000', '145717.730000', '145718.190000', '145718.650000', '145719.110000', '145719.570000', '145720.030000', '145720.490000', '145720.950000', '145721.410000', '145721.870000', '145722.330000', '145722.790000', '145723.250000', '145723.710000', '145724.170000', '145724.630000', '145725.090000', '145725.550000', '145726.010000', '145726.470000', '145726.930000', '145727.390000', '145727.850000', '145728.310000', '145728.770000', '145729.230000', '145729.690000', '145730.150000', '145730.610000', '145731.070000', '145731.530000', '145731.990000', '145732.450000', '145732.910000', '145733.370000', '145733.830000', '145734.290000', '145734.750000', '145735.210000', '145735.670000', '145736.130000', '145736.590000', '145737.050000', '145737.510000', '145737.970000', '145738.430000', '145738.890000', '145739.350000', '145739.810000', '145740.270000', '145740.730000', '145741.190000', '145741.650000', '145742.110000', '145742.570000', '145743.030000', '145743.490000', '145743.950000', '145744.410000', '145744.870000', '145745.330000', '145745.790000', '145746.250000', '145746.710000', '145747.170000', '145747.630000', '145748.090000', '145748.550000', '145749.010000', '145749.470000', '145749.930000', '145750.390000', '145750.850000', '145751.310000', '145751.770000', '145752.230000', '145752.690000', '145753.150000', '145753.610000', '145754.070000', '145754.530000', '145754.990000', '145755.450000', '145755.910000', '145756.370000', '145756.830000', '145757.290000', '145757.750000', '145758.210000', '145758.670000', '145759.130000', '145759.590000', '145800.050000', '145800.510000', '145800.970000', '145801.430000', '145801.890000', '145802.350000', '145802.810000', '145803.270000', '145803.730000', '145804.190000', '145804.650000', '145805.110000', '145805.570000', '145806.030000', '145806.490000', '145806.950000', '145807.410000', '145807.870000', '145808.330000', '145808.790000', '145809.250000', '145809.710000', '145810.170000', '145810.630000', '145811.090000', '145811.550000', '145812.010000', '145812.470000', '145812.930000', '145813.390000', '145813.850000', '145814.310000', '145814.770000', '145815.230000', '145815.690000', '145816.150000', '145816.610000', '145817.070000', '145817.530000', '145817.990000', '145818.450000', '145818.910000', '145819.370000', '145819.830000', '145820.290000', '145820.750000', '145821.210000', '145821.670000', '145822.130000', '145822.590000', '145823.050000', '145823.510000', '145823.970000', '145824.430000', '145824.890000', '145825.350000', '145825.810000', '145826.270000', '145826.730000', '145827.190000', '145827.650000', '145828.110000', '145828.570000', '145829.030000', '145829.490000', '145829.950000', '145830.410000', '145830.870000', '145831.330000', '145831.790000', '145832.250000', '145832.710000', '145833.170000', '145833.630000', '145834.090000', '145834.550000', '145835.010000', '145835.470000', '145835.930000', '145836.390000', '145836.850000', '145837.310000', '145837.770000', '145838.230000', '145838.690000', '145839.150000', '145839.610000', '145840.070000', '145840.530000', '145840.990000', '145841.450000', '145841.910000', '145842.370000', '145842.830000', '145843.290000', '145843.750000', '145844.210000', '145844.670000', '145845.130000', '145845.590000', '145846.050000', '145846.510000', '145846.970000', '145847.430000', '145847.890000', '145848.350000', '145848.810000', '145849.270000', '145849.730000', '145850.190000', '145850.650000', '145851.110000', '145851.570000', '145852.030000', '145852.490000', '145852.950000', '145853.410000', '145853.870000', '145854.330000', '145854.790000', '145855.250000', '145855.710000', '145856.170000', '145856.630000', '145857.090000', '145857.550000', '145858.010000', '145858.470000', '145858.930000', '145859.390000', '145859.850000', '145900.310000', '145900.770000', '145901.230000', '145901.690000', '145902.150000', '145902.610000', '145903.070000', '145903.530000', '145903.990000', '145904.450000', '145904.910000', '145905.370000', '145905.830000', '145906.290000', '145906.750000', '145907.210000', '145907.670000', '145908.130000', '145908.590000', '145909.050000', '145909.510000', '145909.970000', '145910.430000', '145910.890000', '145911.350000', '145911.810000', '145912.270000', '145912.730000', '145913.190000', '145913.650000', '145914.110000', '145914.570000', '145915.030000', '145915.490000', '145915.950000', '145916.410000', '145916.870000', '145917.330000', '145917.790000', '145918.250000', '145918.710000', '145919.170000', '145919.630000', '145920.090000', '145920.550000', '145921.010000', '145921.470000', '145921.930000', '145922.390000', '145922.850000', '145923.310000', '145923.770000', '145924.230000', '145924.690000', '145925.150000', '145925.610000', '145926.070000', '145926.530000', '145926.990000', '145927.450000', '145927.910000', '145928.370000', '145928.830000', '145929.290000', '145929.750000', '145930.210000', '145930.670000', '145931.130000', '145931.590000', '145932.050000', '145932.510000', '145932.970000', '145933.430000', '145933.890000', '145934.350000', '145934.810000', '145935.270000', '145935.730000', '145936.190000', '145936.650000', '145937.110000', '145937.570000', '145938.030000', '145938.490000', '145938.950000', '145939.410000', '145939.870000', '145940.330000', '145940.790000', '145941.250000', '145941.710000', '145942.170000', '145942.630000', '145943.090000', '145943.550000', '145944.010000', '145944.470000', '145944.930000', '145945.390000', '145945.850000', '145946.310000', '145946.770000', '145947.230000', '145947.690000', '145948.150000', '145948.610000', '145949.070000', '145949.530000', '145949.990000', '145950.450000', '145950.910000', '145951.370000', '145951.830000', '145952.290000', '145952.750000', '145953.210000', '145953.670000', '145954.130000', '145954.590000', '145955.050000', '145955.510000', '145955.970000', '145956.430000', '145956.890000', '145957.350000', '145957.810000', '145958.270000', '145958.730000', '145959.190000', '145959.650000', '150000.110000', '150000.570000', '150001.030000', '150001.490000', '150001.950000', '150002.410000', '150002.870000', '150003.330000', '150003.790000', '150004.250000', '150004.710000', '150005.170000', '150005.630000', '150006.090000', '150006.550000', '150007.010000', '150007.470000', '150007.930000', '150008.390000', '150008.850000', '150009.310000', '150009.770000', '150010.230000', '150010.690000', '150011.150000', '150011.610000', '150012.070000', '150012.530000', '150012.990000', '150013.450000', '150013.910000', '150014.370000', '150014.830000', '150015.290000', '150015.750000', '150016.210000', '150016.670000', '150017.130000', '150017.590000', '150018.050000', '150018.510000', '150018.970000', '150019.430000', '150019.890000', '150020.350000', '150020.810000', '150021.270000', '150021.730000', '150022.190000', '150022.650000', '150023.110000', '150023.570000', '150024.030000', '150024.490000', '150024.950000', '150025.410000', '150025.870000', '150026.330000', '150026.790000', '150027.250000', '150027.710000', '150028.170000', '150028.630000', '150029.090000', '150029.550000', '150030.010000', '150030.470000', '150030.930000', '150031.390000', '150031.850000', '150032.310000', '150032.770000', '150033.230000', '150033.690000', '150034.150000', '150034.610000', '150035.070000', '150035.530000', '150035.990000', '150036.450000', '150036.910000', '150037.370000', '150037.830000', '150038.290000', '150038.750000', '150039.210000', '150039.670000', '150040.130000', '150040.590000', '150041.050000', '150041.510000', '150041.970000', '150042.430000', '150042.890000', '150043.350000', '150043.810000', '150044.270000', '150044.730000', '150045.190000', '150045.650000', '150046.110000', '150046.570000', '150047.030000', '150047.490000', '150047.950000', '150048.410000', '150048.870000', '150049.330000', '150049.790000', '150050.250000', '150050.710000', '150051.170000', '150051.630000', '150052.090000', '150052.550000', '150053.010000', '150053.470000', '150053.930000', '150054.390000', '150054.850000', '150055.310000', '150055.770000', '150056.230000', '150056.690000', '150057.150000', '150057.610000', '150058.070000', '150058.530000', '150058.990000', '150059.450000', '150059.910000', '150100.370000', '150100.830000', '150101.290000', '150101.750000', '150102.210000', '150102.670000', '150103.130000', '150103.590000', '150104.050000', '150104.510000', '150104.970000', '150105.430000', '150105.890000', '150106.350000', '150106.810000', '150107.270000', '150107.730000', '150108.190000', '150108.650000', '150109.110000', '150109.570000', '150110.030000', '150110.490000', '150110.950000', '150111.410000', '150111.870000', '150112.330000'], 'ContentTime': ['145450.875000', '145450.878000', '145450.884000', '145450.887000', '145450.889000', '145450.892000', '145450.894000', '145450.897000', '145450.902000', '145450.905000', '145450.907000', '145450.910000', '145450.912000', '145450.915000', '145450.918000', '145450.920000', '145450.923000', '145450.925000', '145450.928000', '145450.930000', '145450.933000', '145450.935000', '145450.938000', '145450.941000', '145450.943000', '145450.946000', '145450.948000', '145450.951000', '145450.954000', '145450.956000', '145450.959000', '145450.962000', '145450.964000', '145450.967000', '145450.970000', '145450.972000', '145450.975000', '145450.977000', '145510.781000', '145510.784000', '145510.787000', '145510.790000', '145510.792000', '145510.795000', '145510.797000', '145510.804000', '145510.806000', '145510.809000', '145510.811000', '145510.814000', '145510.817000', '145510.819000', '145510.822000', '145510.824000', '145510.827000', '145510.829000', '145510.832000', '145510.835000', '145510.837000', '145510.840000', '145510.842000', '145510.845000', '145510.847000', '145510.850000', '145510.852000', '145510.855000', '145510.857000', '145510.860000', '145510.862000', '145510.865000', '145510.868000', '145510.870000', '145510.873000', '145510.875000', '145510.878000', '145510.880000', '145510.883000', '145510.885000', '145510.888000', '145510.891000', '145510.893000', '145510.899000', '145530.781000', '145530.784000', '145530.787000', '145530.790000', '145530.792000', '145530.803000', '145530.805000', '145530.808000', '145530.810000', '145530.813000', '145530.816000', '145530.818000', '145530.821000', '145530.823000', '145530.826000', '145530.829000', '145530.831000', '145530.834000', '145530.837000', '145530.840000', '145530.843000', '145530.846000', '145530.849000', '145530.851000', '145530.854000', '145530.856000', '145530.859000', '145530.861000', '145530.865000', '145530.867000', '145530.870000', '145530.873000', '145530.875000', '145530.879000', '145530.882000', '145530.884000', '145530.887000', '145530.889000', '145530.892000', '145530.895000', '145530.897000', '145530.900000', '145530.902000', '145550.781000', '145550.784000', '145550.787000', '145550.789000', '145550.792000', '145550.795000', '145550.797000', '145550.800000', '145550.802000', '145550.805000', '145550.807000', '145550.810000', '145550.812000', '145550.815000', '145550.818000', '145550.820000', '145550.823000', '145550.826000', '145550.828000', '145550.831000', '145550.833000', '145550.836000', '145550.838000', '145550.841000', '145550.844000', '145550.846000', '145550.852000', '145550.854000', '145550.857000', '145550.859000', '145550.873000', '145550.876000', '145550.878000', '145550.881000', '145550.883000', '145550.886000', '145550.889000', '145550.891000', '145550.894000', '145550.896000', '145550.899000', '145550.901000', '145550.904000', '145550.906000', '145610.781000', '145610.784000', '145610.787000', '145610.789000', '145610.792000', '145610.794000', '145610.797000', '145610.800000', '145610.802000', '145610.805000', '145610.807000', '145610.810000', '145610.812000', '145610.815000', '145610.818000', '145610.821000', '145610.823000', '145610.826000', '145610.828000', '145610.831000', '145610.833000', '145610.836000', '145610.839000', '145610.841000', '145610.844000', '145610.846000', '145610.849000', '145610.852000', '145610.854000', '145610.857000', '145610.859000', '145610.862000', '145610.865000', '145610.869000', '145610.871000', '145610.874000', '145610.876000', '145610.879000', '145610.881000', '145610.884000', '145610.893000', '145610.895000', '145610.898000', '145630.783000', '145630.785000', '145630.788000', '145630.791000', '145630.793000', '145630.796000', '145630.799000', '145630.802000', '145630.804000', '145630.807000', '145630.810000', '145630.812000', '145630.815000', '145630.818000', '145630.821000', '145630.823000', '145630.826000', '145630.828000', '145630.831000', '145630.834000', '145630.836000', '145630.839000', '145630.841000', '145630.844000', '145630.846000', '145630.849000', '145630.858000', '145630.860000', '145630.863000', '145630.866000', '145630.868000', '145630.871000', '145630.873000', '145630.876000', '145630.878000', '145630.881000', '145630.884000', '145630.886000', '145630.889000', '145630.891000', '145630.894000', '145630.896000', '145630.899000', '145630.902000', '145650.781000', '145650.784000', '145650.787000', '145650.790000', '145650.792000', '145650.795000', '145650.797000', '145650.800000', '145650.802000', '145650.805000', '145650.808000', '145650.810000', '145650.813000', '145650.853000', '145650.856000', '145650.858000', '145650.861000', '145650.863000', '145650.866000', '145650.869000', '145650.871000', '145650.874000', '145650.876000', '145650.879000', '145650.881000', '145650.884000', '145650.888000', '145650.891000', '145650.893000', '145650.896000', '145650.898000', '145650.901000', '145650.904000', '145650.907000', '145650.910000', '145650.912000', '145650.915000', '145650.917000', '145650.920000', '145650.922000', '145650.925000', '145650.928000', '145650.930000', '145710.781000', '145710.784000', '145710.787000', '145710.789000', '145710.792000', '145710.795000', '145710.797000', '145710.800000', '145710.802000', '145710.805000', '145710.808000', '145710.810000', '145710.813000', '145710.816000', '145710.818000', '145710.821000', '145710.824000', '145710.826000', '145710.829000', '145710.831000', '145710.834000', '145710.837000', '145710.839000', '145710.842000', '145710.844000', '145710.847000', '145710.849000', '145710.852000', '145710.855000', '145710.857000', '145710.860000', '145710.862000', '145710.865000', '145710.868000', '145710.870000', '145710.873000', '145710.875000', '145710.878000', '145710.881000', '145710.883000', '145710.886000', '145710.889000', '145710.891000', '145710.894000', '145730.782000', '145730.785000', '145730.787000', '145730.790000', '145730.793000', '145730.795000', '145730.798000', '145730.800000', '145730.803000', '145730.806000', '145730.808000', '145730.811000', '145730.814000', '145730.849000', '145730.852000', '145730.854000', '145730.857000', '145730.860000', '145730.862000', '145730.865000', '145730.867000', '145730.870000', '145730.873000', '145730.875000', '145730.878000', '145730.899000', '145730.902000', '145730.904000', '145730.907000', '145730.909000', '145730.912000', '145730.915000', '145730.917000', '145730.920000', '145730.922000', '145730.925000', '145730.928000', '145730.930000', '145730.933000', '145730.935000', '145730.938000', '145730.941000', '145730.943000', '145750.781000', '145750.784000', '145750.787000', '145750.789000', '145750.792000', '145750.795000', '145750.797000', '145750.800000', '145750.802000', '145750.805000', '145750.808000', '145750.810000', '145750.813000', '145750.874000', '145750.877000', '145750.879000', '145750.882000', '145750.884000', '145750.887000', '145750.890000', '145750.892000', '145750.895000', '145750.897000', '145750.900000', '145750.903000', '145750.905000', '145750.908000', '145750.910000', '145750.913000', '145750.916000', '145750.918000', '145750.921000', '145750.923000', '145750.926000', '145750.929000', '145750.931000', '145750.934000', '145750.936000', '145750.939000', '145750.942000', '145750.944000', '145750.947000', '145750.949000', '145750.952000', '145810.781000', '145810.784000', '145810.787000', '145810.790000', '145810.792000', '145810.795000', '145810.797000', '145810.800000', '145810.803000', '145810.806000', '145810.808000', '145810.811000', '145810.813000', '145810.871000', '145810.874000', '145810.876000', '145810.879000', '145810.882000', '145810.884000', '145810.887000', '145810.890000', '145810.892000', '145810.895000', '145810.898000', '145810.900000', '145810.903000', '145810.905000', '145810.908000', '145810.911000', '145810.914000', '145810.916000', '145810.919000', '145810.922000', '145810.924000', '145810.927000', '145810.930000', '145810.932000', '145810.935000', '145810.938000', '145810.940000', '145810.944000', '145810.947000', '145810.950000', '145830.782000', '145830.784000', '145830.787000', '145830.789000', '145830.792000', '145830.795000', '145830.797000', '145830.800000', '145830.802000', '145830.805000', '145830.808000', '145830.810000', '145830.813000', '145830.864000', '145830.867000', '145830.870000', '145830.872000', '145830.875000', '145830.877000', '145830.880000', '145830.882000', '145830.885000', '145830.888000', '145830.890000', '145830.893000', '145830.896000', '145830.898000', '145830.901000', '145830.903000', '145830.906000', '145830.908000', '145830.911000', '145830.914000', '145830.916000', '145830.919000', '145830.922000', '145830.924000', '145830.927000', '145830.929000', '145830.932000', '145830.935000', '145830.937000', '145830.940000', '145830.942000', '145850.783000', '145850.786000', '145850.788000', '145850.791000', '145850.793000', '145850.796000', '145850.799000', '145850.801000', '145850.804000', '145850.806000', '145850.809000', '145850.812000', '145850.814000', '145850.868000', '145850.871000', '145850.873000', '145850.876000', '145850.878000', '145850.881000', '145850.884000', '145850.886000', '145850.889000', '145850.891000', '145850.894000', '145850.897000', '145850.899000', '145850.902000', '145850.905000', '145850.907000', '145850.910000', '145850.912000', '145850.915000', '145850.917000', '145850.920000', '145850.923000', '145850.925000', '145850.928000', '145850.930000', '145850.933000', '145850.935000', '145850.938000', '145850.941000', '145850.943000', '145910.781000', '145910.784000', '145910.787000', '145910.790000', '145910.792000', '145910.795000', '145910.798000', '145910.808000', '145910.811000', '145910.814000', '145910.870000', '145910.872000', '145910.875000', '145910.877000', '145910.880000', '145910.883000', '145910.885000', '145910.888000', '145910.890000', '145910.893000', '145910.896000', '145910.898000', '145910.901000', '145910.903000', '145910.906000', '145910.909000', '145910.911000', '145910.914000', '145910.916000', '145910.919000', '145910.921000', '145910.924000', '145910.927000', '145910.929000', '145910.932000', '145910.934000', '145910.937000', '145910.939000', '145910.942000', '145910.945000', '145910.947000', '145910.950000', '145910.952000', '145910.955000', '145930.782000', '145930.784000', '145930.787000', '145930.790000', '145930.792000', '145930.795000', '145930.797000', '145930.800000', '145930.803000', '145930.805000', '145930.808000', '145930.810000', '145930.813000', '145930.867000', '145930.869000', '145930.872000', '145930.875000', '145930.877000', '145930.880000', '145930.883000', '145930.885000', '145930.888000', '145930.890000', '145930.893000', '145930.895000', '145930.898000', '145930.901000', '145930.903000', '145930.906000', '145930.908000', '145930.911000', '145930.914000', '145930.916000', '145930.919000', '145930.921000', '145930.924000', '145930.926000', '145930.929000', '145930.932000', '145930.934000', '145930.937000', '145930.940000', '145930.942000', '145950.781000', '145950.784000', '145950.787000', '145950.790000', '145950.792000', '145950.795000', '145950.798000', '145950.800000', '145950.803000', '145950.806000', '145950.808000', '145950.811000', '145950.813000', '145950.865000', '145950.868000', '145950.871000', '145950.873000', '145950.876000', '145950.878000', '145950.881000', '145950.884000', '145950.886000', '145950.889000', '145950.891000', '145950.894000', '145950.897000', '145950.899000', '145950.902000', '145950.904000', '145950.907000', '145950.909000', '145950.912000', '145950.915000', '145950.917000', '145950.920000', '145950.922000', '145950.925000', '145950.928000', '145950.930000', '145950.933000', '145950.935000', '145950.938000', '145950.941000', '145950.943000', '150010.781000', '150010.784000', '150010.787000', '150010.789000', '150010.792000', '150010.795000', '150010.797000', '150010.800000', '150010.802000', '150010.805000', '150010.808000', '150010.810000', '150010.813000', '150010.900000', '150010.902000', '150010.905000', '150010.908000', '150010.910000', '150010.913000', '150010.915000', '150010.918000', '150010.921000', '150010.923000', '150010.926000', '150010.928000', '150010.931000', '150010.933000', '150010.936000', '150010.939000', '150010.941000', '150010.944000', '150010.946000', '150010.949000', '150010.952000', '150010.954000', '150010.957000', '150010.959000', '150010.962000', '150010.964000', '150010.967000', '150010.969000', '150010.972000', '150010.975000', '150030.782000', '150030.785000', '150030.788000', '150030.826000', '150030.847000', '150030.850000', '150030.854000', '150030.857000', '150030.860000', '150030.863000', '150030.865000', '150030.868000', '150030.871000', '150030.873000', '150030.876000', '150030.878000', '150030.881000', '150030.884000', '150030.886000', '150030.889000', '150030.891000', '150030.894000', '150030.896000', '150030.899000', '150030.902000', '150030.904000', '150030.907000', '150030.909000', '150030.912000', '150030.914000', '150030.917000', '150030.920000', '150030.922000', '150030.925000', '150030.927000', '150030.930000', '150030.932000', '150030.935000', '150030.938000', '150030.940000', '150030.943000', '150030.945000', '150030.948000', '150050.782000', '150050.785000', '150050.787000', '150050.790000', '150050.792000', '150050.795000', '150050.798000', '150050.800000', '150050.803000', '150050.805000', '150050.808000', '150050.811000', '150050.813000', '150050.816000', '150050.819000', '150050.821000', '150050.824000', '150050.827000', '150050.829000', '150050.832000', '150050.835000', '150050.837000', '150050.840000', '150050.842000', '150050.845000', '150050.848000', '150050.850000', '150050.853000', '150050.855000', '150050.858000', '150050.861000', '150050.863000', '150050.866000', '150050.868000', '150050.871000', '150050.874000', '150050.876000', '150050.879000', '150050.881000', '150050.884000', '150050.886000', '150050.889000', '150050.892000', '150050.894000', '150110.782000', '150110.785000', '150110.788000', '150110.790000', '150110.793000', '150110.796000', '150110.798000', '150110.801000', '150110.803000', '150110.806000', '150110.808000', '150110.811000', '150110.814000', '150110.816000', '150110.819000', '150110.822000', '150110.824000', '150110.827000', '150110.829000', '150110.832000', '150110.835000', '150110.837000', '150110.840000', '150110.842000', '150110.845000', '150110.848000', '150110.850000', '150110.853000', '150110.855000', '150110.858000', '150110.861000', '150110.863000', '150110.866000', '150110.868000', '150110.871000', '150110.873000', '150110.876000', '150110.879000', '150110.881000', '150110.884000', '150110.886000', '150110.889000', '150110.892000', '150110.894000', '150113.958000', '150113.961000', '150113.964000', '150113.967000', '150113.970000', '150113.973000', '150113.976000'], 'InstanceCreationTime': ['145450.875000', '145450.878000', '145450.884000', '145450.887000', '145450.889000', '145450.892000', '145450.894000', '145450.897000', '145450.902000', '145450.905000', '145450.907000', '145450.910000', '145450.912000', '145450.915000', '145450.918000', '145450.920000', '145450.923000', '145450.925000', '145450.928000', '145450.930000', '145450.933000', '145450.935000', '145450.938000', '145450.941000', '145450.943000', '145450.946000', '145450.948000', '145450.951000', '145450.954000', '145450.956000', '145450.959000', '145450.962000', '145450.964000', '145450.967000', '145450.970000', '145450.972000', '145450.975000', '145450.977000', '145510.781000', '145510.784000', '145510.787000', '145510.790000', '145510.792000', '145510.795000', '145510.797000', '145510.804000', '145510.806000', '145510.809000', '145510.811000', '145510.814000', '145510.817000', '145510.819000', '145510.822000', '145510.824000', '145510.827000', '145510.829000', '145510.832000', '145510.835000', '145510.837000', '145510.840000', '145510.842000', '145510.845000', '145510.847000', '145510.850000', '145510.852000', '145510.855000', '145510.857000', '145510.860000', '145510.862000', '145510.865000', '145510.868000', '145510.870000', '145510.873000', '145510.875000', '145510.878000', '145510.880000', '145510.883000', '145510.885000', '145510.888000', '145510.891000', '145510.893000', '145510.899000', '145530.781000', '145530.784000', '145530.787000', '145530.790000', '145530.792000', '145530.803000', '145530.805000', '145530.808000', '145530.810000', '145530.813000', '145530.816000', '145530.818000', '145530.821000', '145530.823000', '145530.826000', '145530.829000', '145530.831000', '145530.834000', '145530.837000', '145530.840000', '145530.843000', '145530.846000', '145530.849000', '145530.851000', '145530.854000', '145530.856000', '145530.859000', '145530.861000', '145530.865000', '145530.867000', '145530.870000', '145530.873000', '145530.875000', '145530.879000', '145530.882000', '145530.884000', '145530.887000', '145530.889000', '145530.892000', '145530.895000', '145530.897000', '145530.900000', '145530.902000', '145550.781000', '145550.784000', '145550.787000', '145550.789000', '145550.792000', '145550.795000', '145550.797000', '145550.800000', '145550.802000', '145550.805000', '145550.807000', '145550.810000', '145550.812000', '145550.815000', '145550.818000', '145550.820000', '145550.823000', '145550.826000', '145550.828000', '145550.831000', '145550.833000', '145550.836000', '145550.838000', '145550.841000', '145550.844000', '145550.846000', '145550.852000', '145550.854000', '145550.857000', '145550.859000', '145550.873000', '145550.876000', '145550.878000', '145550.881000', '145550.883000', '145550.886000', '145550.889000', '145550.891000', '145550.894000', '145550.896000', '145550.899000', '145550.901000', '145550.904000', '145550.906000', '145610.781000', '145610.784000', '145610.787000', '145610.789000', '145610.792000', '145610.794000', '145610.797000', '145610.800000', '145610.802000', '145610.805000', '145610.807000', '145610.810000', '145610.812000', '145610.815000', '145610.818000', '145610.821000', '145610.823000', '145610.826000', '145610.828000', '145610.831000', '145610.833000', '145610.836000', '145610.839000', '145610.841000', '145610.844000', '145610.846000', '145610.849000', '145610.852000', '145610.854000', '145610.857000', '145610.859000', '145610.862000', '145610.865000', '145610.869000', '145610.871000', '145610.874000', '145610.876000', '145610.879000', '145610.881000', '145610.884000', '145610.893000', '145610.895000', '145610.898000', '145630.783000', '145630.785000', '145630.788000', '145630.791000', '145630.793000', '145630.796000', '145630.799000', '145630.802000', '145630.804000', '145630.807000', '145630.810000', '145630.812000', '145630.815000', '145630.818000', '145630.821000', '145630.823000', '145630.826000', '145630.828000', '145630.831000', '145630.834000', '145630.836000', '145630.839000', '145630.841000', '145630.844000', '145630.846000', '145630.849000', '145630.858000', '145630.860000', '145630.863000', '145630.866000', '145630.868000', '145630.871000', '145630.873000', '145630.876000', '145630.878000', '145630.881000', '145630.884000', '145630.886000', '145630.889000', '145630.891000', '145630.894000', '145630.896000', '145630.899000', '145630.902000', '145650.781000', '145650.784000', '145650.787000', '145650.790000', '145650.792000', '145650.795000', '145650.797000', '145650.800000', '145650.802000', '145650.805000', '145650.808000', '145650.810000', '145650.813000', '145650.853000', '145650.856000', '145650.858000', '145650.861000', '145650.863000', '145650.866000', '145650.869000', '145650.871000', '145650.874000', '145650.876000', '145650.879000', '145650.881000', '145650.884000', '145650.888000', '145650.891000', '145650.893000', '145650.896000', '145650.898000', '145650.901000', '145650.904000', '145650.907000', '145650.910000', '145650.912000', '145650.915000', '145650.917000', '145650.920000', '145650.922000', '145650.925000', '145650.928000', '145650.930000', '145710.781000', '145710.784000', '145710.787000', '145710.789000', '145710.792000', '145710.795000', '145710.797000', '145710.800000', '145710.802000', '145710.805000', '145710.808000', '145710.810000', '145710.813000', '145710.816000', '145710.818000', '145710.821000', '145710.824000', '145710.826000', '145710.829000', '145710.831000', '145710.834000', '145710.837000', '145710.839000', '145710.842000', '145710.844000', '145710.847000', '145710.849000', '145710.852000', '145710.855000', '145710.857000', '145710.860000', '145710.862000', '145710.865000', '145710.868000', '145710.870000', '145710.873000', '145710.875000', '145710.878000', '145710.881000', '145710.883000', '145710.886000', '145710.889000', '145710.891000', '145710.894000', '145730.782000', '145730.785000', '145730.787000', '145730.790000', '145730.793000', '145730.795000', '145730.798000', '145730.800000', '145730.803000', '145730.806000', '145730.808000', '145730.811000', '145730.814000', '145730.849000', '145730.852000', '145730.854000', '145730.857000', '145730.860000', '145730.862000', '145730.865000', '145730.867000', '145730.870000', '145730.873000', '145730.875000', '145730.878000', '145730.899000', '145730.902000', '145730.904000', '145730.907000', '145730.909000', '145730.912000', '145730.915000', '145730.917000', '145730.920000', '145730.922000', '145730.925000', '145730.928000', '145730.930000', '145730.933000', '145730.935000', '145730.938000', '145730.941000', '145730.943000', '145750.781000', '145750.784000', '145750.787000', '145750.789000', '145750.792000', '145750.795000', '145750.797000', '145750.800000', '145750.802000', '145750.805000', '145750.808000', '145750.810000', '145750.813000', '145750.874000', '145750.877000', '145750.879000', '145750.882000', '145750.884000', '145750.887000', '145750.890000', '145750.892000', '145750.895000', '145750.897000', '145750.900000', '145750.903000', '145750.905000', '145750.908000', '145750.910000', '145750.913000', '145750.916000', '145750.918000', '145750.921000', '145750.923000', '145750.926000', '145750.929000', '145750.931000', '145750.934000', '145750.936000', '145750.939000', '145750.942000', '145750.944000', '145750.947000', '145750.949000', '145750.952000', '145810.781000', '145810.784000', '145810.787000', '145810.790000', '145810.792000', '145810.795000', '145810.797000', '145810.800000', '145810.803000', '145810.806000', '145810.808000', '145810.811000', '145810.813000', '145810.871000', '145810.874000', '145810.876000', '145810.879000', '145810.882000', '145810.884000', '145810.887000', '145810.890000', '145810.892000', '145810.895000', '145810.898000', '145810.900000', '145810.903000', '145810.905000', '145810.908000', '145810.911000', '145810.914000', '145810.916000', '145810.919000', '145810.922000', '145810.924000', '145810.927000', '145810.930000', '145810.932000', '145810.935000', '145810.938000', '145810.940000', '145810.944000', '145810.947000', '145810.950000', '145830.782000', '145830.784000', '145830.787000', '145830.789000', '145830.792000', '145830.795000', '145830.797000', '145830.800000', '145830.802000', '145830.805000', '145830.808000', '145830.810000', '145830.813000', '145830.864000', '145830.867000', '145830.870000', '145830.872000', '145830.875000', '145830.877000', '145830.880000', '145830.882000', '145830.885000', '145830.888000', '145830.890000', '145830.893000', '145830.896000', '145830.898000', '145830.901000', '145830.903000', '145830.906000', '145830.908000', '145830.911000', '145830.914000', '145830.916000', '145830.919000', '145830.922000', '145830.924000', '145830.927000', '145830.929000', '145830.932000', '145830.935000', '145830.937000', '145830.940000', '145830.942000', '145850.783000', '145850.786000', '145850.788000', '145850.791000', '145850.793000', '145850.796000', '145850.799000', '145850.801000', '145850.804000', '145850.806000', '145850.809000', '145850.812000', '145850.814000', '145850.868000', '145850.871000', '145850.873000', '145850.876000', '145850.878000', '145850.881000', '145850.884000', '145850.886000', '145850.889000', '145850.891000', '145850.894000', '145850.897000', '145850.899000', '145850.902000', '145850.905000', '145850.907000', '145850.910000', '145850.912000', '145850.915000', '145850.917000', '145850.920000', '145850.923000', '145850.925000', '145850.928000', '145850.930000', '145850.933000', '145850.935000', '145850.938000', '145850.941000', '145850.943000', '145910.781000', '145910.784000', '145910.787000', '145910.790000', '145910.792000', '145910.795000', '145910.798000', '145910.808000', '145910.811000', '145910.814000', '145910.870000', '145910.872000', '145910.875000', '145910.877000', '145910.880000', '145910.883000', '145910.885000', '145910.888000', '145910.890000', '145910.893000', '145910.896000', '145910.898000', '145910.901000', '145910.903000', '145910.906000', '145910.909000', '145910.911000', '145910.914000', '145910.916000', '145910.919000', '145910.921000', '145910.924000', '145910.927000', '145910.929000', '145910.932000', '145910.934000', '145910.937000', '145910.939000', '145910.942000', '145910.945000', '145910.947000', '145910.950000', '145910.952000', '145910.955000', '145930.782000', '145930.784000', '145930.787000', '145930.790000', '145930.792000', '145930.795000', '145930.797000', '145930.800000', '145930.803000', '145930.805000', '145930.808000', '145930.810000', '145930.813000', '145930.867000', '145930.869000', '145930.872000', '145930.875000', '145930.877000', '145930.880000', '145930.883000', '145930.885000', '145930.888000', '145930.890000', '145930.893000', '145930.895000', '145930.898000', '145930.901000', '145930.903000', '145930.906000', '145930.908000', '145930.911000', '145930.914000', '145930.916000', '145930.919000', '145930.921000', '145930.924000', '145930.926000', '145930.929000', '145930.932000', '145930.934000', '145930.937000', '145930.940000', '145930.942000', '145950.781000', '145950.784000', '145950.787000', '145950.790000', '145950.792000', '145950.795000', '145950.798000', '145950.800000', '145950.803000', '145950.806000', '145950.808000', '145950.811000', '145950.813000', '145950.865000', '145950.868000', '145950.871000', '145950.873000', '145950.876000', '145950.878000', '145950.881000', '145950.884000', '145950.886000', '145950.889000', '145950.891000', '145950.894000', '145950.897000', '145950.899000', '145950.902000', '145950.904000', '145950.907000', '145950.909000', '145950.912000', '145950.915000', '145950.917000', '145950.920000', '145950.922000', '145950.925000', '145950.928000', '145950.930000', '145950.933000', '145950.935000', '145950.938000', '145950.941000', '145950.943000', '150010.781000', '150010.784000', '150010.787000', '150010.789000', '150010.792000', '150010.795000', '150010.797000', '150010.800000', '150010.802000', '150010.805000', '150010.808000', '150010.810000', '150010.813000', '150010.900000', '150010.902000', '150010.905000', '150010.908000', '150010.910000', '150010.913000', '150010.915000', '150010.918000', '150010.921000', '150010.923000', '150010.926000', '150010.928000', '150010.931000', '150010.933000', '150010.936000', '150010.939000', '150010.941000', '150010.944000', '150010.946000', '150010.949000', '150010.952000', '150010.954000', '150010.957000', '150010.959000', '150010.962000', '150010.964000', '150010.967000', '150010.969000', '150010.972000', '150010.975000', '150030.782000', '150030.785000', '150030.788000', '150030.826000', '150030.847000', '150030.850000', '150030.854000', '150030.857000', '150030.860000', '150030.863000', '150030.865000', '150030.868000', '150030.871000', '150030.873000', '150030.876000', '150030.878000', '150030.881000', '150030.884000', '150030.886000', '150030.889000', '150030.891000', '150030.894000', '150030.896000', '150030.899000', '150030.902000', '150030.904000', '150030.907000', '150030.909000', '150030.912000', '150030.914000', '150030.917000', '150030.920000', '150030.922000', '150030.925000', '150030.927000', '150030.930000', '150030.932000', '150030.935000', '150030.938000', '150030.940000', '150030.943000', '150030.945000', '150030.948000', '150050.782000', '150050.785000', '150050.787000', '150050.790000', '150050.792000', '150050.795000', '150050.798000', '150050.800000', '150050.803000', '150050.805000', '150050.808000', '150050.811000', '150050.813000', '150050.816000', '150050.819000', '150050.821000', '150050.824000', '150050.827000', '150050.829000', '150050.832000', '150050.835000', '150050.837000', '150050.840000', '150050.842000', '150050.845000', '150050.848000', '150050.850000', '150050.853000', '150050.855000', '150050.858000', '150050.861000', '150050.863000', '150050.866000', '150050.868000', '150050.871000', '150050.874000', '150050.876000', '150050.879000', '150050.881000', '150050.884000', '150050.886000', '150050.889000', '150050.892000', '150050.894000', '150110.782000', '150110.785000', '150110.788000', '150110.790000', '150110.793000', '150110.796000', '150110.798000', '150110.801000', '150110.803000', '150110.806000', '150110.808000', '150110.811000', '150110.814000', '150110.816000', '150110.819000', '150110.822000', '150110.824000', '150110.827000', '150110.829000', '150110.832000', '150110.835000', '150110.837000', '150110.840000', '150110.842000', '150110.845000', '150110.848000', '150110.850000', '150110.853000', '150110.855000', '150110.858000', '150110.861000', '150110.863000', '150110.866000', '150110.868000', '150110.871000', '150110.873000', '150110.876000', '150110.879000', '150110.881000', '150110.884000', '150110.886000', '150110.889000', '150110.892000', '150110.894000', '150113.958000', '150113.961000', '150113.964000', '150113.967000', '150113.970000', '150113.973000', '150113.976000'], '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': [12164, 13107, 13045, 10757, 14716, 12331, 13389, 12432, 10684, 15165, 12305, 10859, 12741, 11383, 14554, 12604, 11930, 13710, 11643, 15771, 12346, 17281, 13285, 11710, 12878, 10428, 13478, 12468, 13632, 12712, 11722, 12926, 11569, 13786, 11246, 14498, 11258, 12573, 12203, 13011, 10862, 13164, 10793, 11604, 11509, 11193, 11819, 10820, 13314, 12491, 13470, 12699, 11808, 13617, 10793, 15082, 12178, 16038, 12830, 12087, 13817, 11249, 13984, 11515, 11497, 14538, 12202, 12265, 14513, 11631, 12860, 14483, 11834, 15576, 12386, 13022, 14092, 12094, 15695, 12558, 15813, 12882, 14650, 11662, 11496, 12618, 11232, 11532, 11397, 11352, 13484, 10731, 10923, 11912, 10225, 13814, 11545, 13058, 10901, 13359, 12719, 11770, 13064, 13188, 12043, 12814, 13570, 13971, 12696, 16391, 12486, 13504, 12740, 12184, 12994, 13086, 11510, 11839, 13238, 11017, 10578, 12584, 10693, 11942, 12218, 13844, 12837, 11775, 12920, 12836, 14197, 13456, 11379, 13309, 12995, 11825, 13472, 10685, 13501, 13023, 12288, 12594, 12514, 13819, 12823, 10557, 11816, 12446, 11338, 12111, 11935, 15637, 12849, 14905, 12694, 15403, 12744, 10761, 11856, 9765, 11738, 9822, 11862, 10812, 9152, 11328, 11422, 11234, 12308, 11845, 13200, 10767, 13181, 10412, 13002, 11831, 12533, 11042, 12716, 9970, 13052, 10279, 12166, 9654, 9064, 12039, 8973, 12235, 10300, 12871, 10351, 12849, 10206, 13531, 11826, 13610, 10795, 13077, 11873, 13398, 12510, 11394, 12490, 11716, 10792, 12925, 11333, 15427, 13200, 12465, 13432, 15391, 12934, 11934, 13865, 13525, 13298, 15607, 13368, 13889, 12776, 10400, 13129, 11199, 11980, 11712, 11723, 12060, 11923, 13809, 12000, 12312, 12370, 13014, 11983, 12877, 12066, 12606, 11714, 12970, 11041, 13045, 11037, 12940, 10448, 12201, 10719, 11857, 10081, 8861, 11003, 9665, 11774, 10406, 12753, 10136, 13288, 11388, 13457, 11992, 13164, 12377, 14025, 13143, 13075, 12932, 11902, 14143, 11337, 12405, 11809, 12224, 12858, 10976, 12124, 11968, 11362, 13029, 12042, 13790, 13153, 11818, 13050, 10707, 13772, 12196, 13926, 12937, 11854, 14259, 11294, 15443, 12512, 13552, 12561, 11691, 13828, 10782, 14354, 11492, 14403, 11739, 13558, 12322, 11348, 12761, 11283, 10269, 12046, 11161, 12815, 13470, 10772, 11974, 11818, 13668, 12212, 15175, 13252, 14109, 13385, 13060, 13418, 10892, 12770, 12481, 11049, 13577, 11482, 12374, 10778, 13191, 10868, 13719, 10961, 13262, 11675, 13073, 12232, 10957, 11637, 10289, 11857, 10491, 11746, 10721, 10327, 12713, 11743, 12995, 11725, 11764, 10822, 14496, 12296, 10275, 11420, 12437, 10510, 12348, 11318, 13941, 12879, 15678, 12768, 10966, 13029, 10780, 13225, 11014, 13119, 12569, 13663, 11185, 13251, 11064, 12650, 10824, 14273, 10870, 10952, 11160, 10102, 11586, 11609, 10089, 9977, 11429, 11010, 13799, 12218, 13881, 12603, 14143, 12760, 15124, 13130, 13661, 13382, 12026, 12686, 12544, 13819, 12643, 12265, 12664, 12000, 13656, 13012, 11026, 13212, 12519, 13559, 13433, 12083, 13324, 12322, 14309, 13416, 11312, 12562, 12599, 13697, 11858, 13233, 12874, 13638, 12970, 12274, 12575, 11652, 12642, 11212, 12688, 12342, 12976, 12286, 10935, 12888, 10834, 13636, 11557, 10720, 11497, 11420, 12950, 12304, 14307, 11296, 13704, 10397, 13567, 10587, 12387, 11089, 13656, 11284, 9442, 11019, 10877, 10873, 12241, 10034, 13473, 10682, 14646, 11808, 14269, 12537, 11163, 12933, 11057, 13924, 12680, 11627, 13010, 11634, 11085, 11660, 11332, 11810, 11035, 12521, 12731, 13371, 13944, 13008, 13076, 14591, 13609, 12375, 17703, 13593, 13352, 11594, 13471, 11594, 15039, 13123, 11526, 14407, 13817, 12382, 12454, 12791, 10881, 11993, 15130, 12002, 12513, 13361, 16596, 13327, 13970, 14714, 16511, 13401, 13604, 13663, 14995, 13487, 13824, 15009, 11999, 13483, 12089, 12172, 13430, 12458, 13187, 13560, 11796, 13956, 11607, 13544, 11610, 14696, 11199, 12803, 11261, 12637, 12108, 9579, 12122, 10382, 12277, 11806, 12088, 12086, 10771, 12538, 11301, 13300, 11307, 13595, 10157, 13371, 11198, 13509, 10454, 13151, 10240, 13836, 11503, 9773, 11140, 9442, 12936, 9781, 8835, 11879, 9364, 14048, 10835, 14836, 12304, 15037, 12344, 14970, 11953, 14690, 12734, 14408, 11221, 13435, 10682, 13074, 10474, 12888, 10229, 12718, 10672, 9230, 11962, 9348, 11952, 10470, 13674, 12353, 14236, 12315, 14303, 11269, 13840, 11231, 13275, 9766, 13281, 10549, 12944, 9714, 12181, 9697, 12358, 9809, 11777, 10098, 9456, 12328, 9615, 13518, 9392, 14317, 11024, 14896, 13165, 13108, 12952, 12949, 13851, 11696, 13830, 11766, 13810, 12198, 13882, 12664, 13976, 12523, 13570, 13108, 13711, 13682, 11744, 12931, 10841, 13464, 9800, 13317, 10174, 12649, 9442, 12536, 10793, 12929, 11584, 12984, 9094, 12475, 9897, 13843, 11044, 12429, 12195, 10058, 13354, 15016, 12848, 15658, 13792, 15351, 13851, 13558, 13513, 11577, 12943, 13158, 13149, 12475, 12157, 13857, 12998, 15301, 13125, 11667, 13541, 11625, 12664, 12324, 13593, 13046, 10621, 12185, 11594, 13994, 13175, 13513, 12732, 12633, 14304, 12218, 14743, 12986, 12081, 13305, 13408, 11639, 12711, 13666, 16016, 12327, 11619, 13483, 12246, 13646, 13506, 11749, 13443, 11105, 13584, 12932, 11372, 12983, 10949, 14466, 12447, 10814, 13199, 12830, 13314, 11138, 14354, 11767, 13874, 10804, 14381, 10557, 12906, 10780, 13444, 11775, 13249, 11660, 13340, 9968, 8843, 12973, 9871, 14086, 12129, 12934, 12537, 9346, 13363, 11120, 14102, 11284, 15282, 13761, 12605, 13333, 12079, 13217, 11067, 13428, 11084, 14132, 12503, 12151, 13110, 11888, 14116, 12850, 14740, 13147, 11501, 13876, 17070, 13281, 14116, 11856, 13410, 10804, 13240, 10687, 13856, 10445, 13836, 10110, 12226, 10465, 9077, 13370, 9680, 13079, 13695, 12151, 14527, 14451, 14099, 14406, 14017, 12145, 13785, 11946, 13754, 12640, 13975, 11725, 13924, 12433, 12184, 13543, 11264, 13878, 10880, 13952, 10827, 13835, 12121, 13468, 11508, 13643, 12347, 10566, 13518, 11696, 12600, 12253, 13930, 13495, 11402, 13211, 11969, 13529, 12524, 14818, 13365, 14613, 12726, 13759, 10446, 13297, 10839, 12982, 11881, 13378, 10126, 9939, 12793, 10554, 12625, 13125, 10493, 14463, 13197, 10664, 11889, 14094, 12128, 14669, 12219, 13913, 12526, 15044, 14072, 14277, 12585, 14360, 12593, 14523, 13650], 'WindowCenter': [4944.0, 4923.0, 4925.0, 4881.0, 4908.0, 4886.0, 4884.0, 4875.0, 4854.0, 4892.0, 4864.0, 4852.0, 4870.0, 4850.0, 4879.0, 4862.0, 4849.0, 4868.0, 4848.0, 4876.0, 4858.0, 4884.0, 4866.0, 4834.0, 4843.0, 4823.0, 4852.0, 4844.0, 4852.0, 4854.0, 4858.0, 4878.0, 4859.0, 4867.0, 4847.0, 4865.0, 4820.0, 4843.0, 4831.0, 4841.0, 4836.0, 4851.0, 4832.0, 4844.0, 4858.0, 4847.0, 4860.0, 4862.0, 4895.0, 4887.0, 4882.0, 4887.0, 4864.0, 4883.0, 4853.0, 4893.0, 4863.0, 4878.0, 4860.0, 4848.0, 4858.0, 4837.0, 4841.0, 4824.0, 4863.0, 4867.0, 4847.0, 4834.0, 4857.0, 4837.0, 4844.0, 4855.0, 4836.0, 4864.0, 4832.0, 4832.0, 4841.0, 4821.0, 4850.0, 4832.0, 4861.0, 4860.0, 4865.0, 4820.0, 4819.0, 4816.0, 4832.0, 4819.0, 4834.0, 4835.0, 4853.0, 4834.0, 4837.0, 4871.0, 4896.0, 4938.0, 4894.0, 4873.0, 4826.0, 4845.0, 4842.0, 4835.0, 4859.0, 4857.0, 4848.0, 4850.0, 4859.0, 4846.0, 4833.0, 4864.0, 4834.0, 4833.0, 4819.0, 4820.0, 4788.0, 4801.0, 4803.0, 4805.0, 4827.0, 4809.0, 4807.0, 4829.0, 4810.0, 4834.0, 4844.0, 4851.0, 4843.0, 4834.0, 4845.0, 4856.0, 4867.0, 4855.0, 4836.0, 4866.0, 4857.0, 4835.0, 4857.0, 4826.0, 4855.0, 4858.0, 4835.0, 4856.0, 4844.0, 4852.0, 4842.0, 4823.0, 4832.0, 4845.0, 4835.0, 4845.0, 4845.0, 4863.0, 4846.0, 4861.0, 4844.0, 4859.0, 4841.0, 4820.0, 4831.0, 4810.0, 4844.0, 4828.0, 4855.0, 4847.0, 4829.0, 4847.0, 4862.0, 4861.0, 4872.0, 4862.0, 4883.0, 4862.0, 4871.0, 4836.0, 4856.0, 4845.0, 4845.0, 4832.0, 4843.0, 4812.0, 4851.0, 4824.0, 4854.0, 4828.0, 4828.0, 4870.0, 4841.0, 4872.0, 4850.0, 4872.0, 4840.0, 4859.0, 4827.0, 4869.0, 4846.0, 4855.0, 4821.0, 4842.0, 4832.0, 4841.0, 4843.0, 4834.0, 4842.0, 4843.0, 4833.0, 4854.0, 4834.0, 4874.0, 4855.0, 4845.0, 4865.0, 4864.0, 4844.0, 4821.0, 4841.0, 4827.0, 4838.0, 4847.0, 4827.0, 4824.0, 4827.0, 4793.0, 4824.0, 4817.0, 4828.0, 4831.0, 4830.0, 4842.0, 4855.0, 4866.0, 4856.0, 4845.0, 4856.0, 4856.0, 4844.0, 4842.0, 4832.0, 4829.0, 4818.0, 4828.0, 4808.0, 4827.0, 4807.0, 4828.0, 4821.0, 4829.0, 4820.0, 4831.0, 4834.0, 4827.0, 4858.0, 4842.0, 4869.0, 4863.0, 4882.0, 4852.0, 4881.0, 4861.0, 4869.0, 4850.0, 4856.0, 4846.0, 4854.0, 4854.0, 4842.0, 4841.0, 4844.0, 4863.0, 4833.0, 4842.0, 4842.0, 4840.0, 4857.0, 4848.0, 4858.0, 4861.0, 4815.0, 4809.0, 4810.0, 4851.0, 4881.0, 4861.0, 4882.0, 4839.0, 4835.0, 4796.0, 4815.0, 4805.0, 4796.0, 4815.0, 4811.0, 4825.0, 4820.0, 4838.0, 4844.0, 4819.0, 4817.0, 4798.0, 4828.0, 4830.0, 4859.0, 4846.0, 4855.0, 4857.0, 4845.0, 4854.0, 4833.0, 4823.0, 4866.0, 4858.0, 4867.0, 4879.0, 4873.0, 4871.0, 4860.0, 4868.0, 4859.0, 4877.0, 4866.0, 4851.0, 4854.0, 4852.0, 4854.0, 4834.0, 4843.0, 4855.0, 4844.0, 4863.0, 4846.0, 4844.0, 4833.0, 4852.0, 4832.0, 4851.0, 4821.0, 4840.0, 4831.0, 4840.0, 4854.0, 4831.0, 4842.0, 4823.0, 4844.0, 4835.0, 4856.0, 4849.0, 4849.0, 4880.0, 4858.0, 4880.0, 4858.0, 4861.0, 4850.0, 4875.0, 4870.0, 4852.0, 4860.0, 4872.0, 4862.0, 4871.0, 4864.0, 4891.0, 4885.0, 4900.0, 4871.0, 4850.0, 4869.0, 4838.0, 4856.0, 4837.0, 4844.0, 4833.0, 4841.0, 4822.0, 4839.0, 4820.0, 4839.0, 4820.0, 4865.0, 4878.0, 4890.0, 4875.0, 4867.0, 4889.0, 4873.0, 4854.0, 4837.0, 4845.0, 4849.0, 4894.0, 4858.0, 4880.0, 4858.0, 4853.0, 4854.0, 4865.0, 4856.0, 4854.0, 4854.0, 4833.0, 4843.0, 4845.0, 4854.0, 4831.0, 4830.0, 4839.0, 4842.0, 4850.0, 4841.0, 4833.0, 4851.0, 4856.0, 4854.0, 4854.0, 4842.0, 4854.0, 4844.0, 4851.0, 4838.0, 4820.0, 4827.0, 4839.0, 4839.0, 4820.0, 4828.0, 4841.0, 4837.0, 4838.0, 4840.0, 4849.0, 4830.0, 4840.0, 4843.0, 4840.0, 4841.0, 4849.0, 4852.0, 4832.0, 4864.0, 4846.0, 4875.0, 4859.0, 4849.0, 4859.0, 4873.0, 4881.0, 4872.0, 4879.0, 4850.0, 4866.0, 4827.0, 4855.0, 4836.0, 4857.0, 4848.0, 4877.0, 4847.0, 4841.0, 4859.0, 4873.0, 4861.0, 4883.0, 4853.0, 4893.0, 4866.0, 4880.0, 4874.0, 4869.0, 4860.0, 4839.0, 4859.0, 4852.0, 4866.0, 4870.0, 4878.0, 4896.0, 4864.0, 4851.0, 4849.0, 4846.0, 4863.0, 4852.0, 4874.0, 4871.0, 4871.0, 4854.0, 4842.0, 4841.0, 4864.0, 4842.0, 4831.0, 4871.0, 4839.0, 4853.0, 4830.0, 4841.0, 4821.0, 4863.0, 4843.0, 4820.0, 4851.0, 4851.0, 4844.0, 4854.0, 4840.0, 4834.0, 4847.0, 4862.0, 4830.0, 4829.0, 4839.0, 4871.0, 4854.0, 4862.0, 4865.0, 4847.0, 4800.0, 4799.0, 4797.0, 4795.0, 4786.0, 4795.0, 4804.0, 4776.0, 4807.0, 4787.0, 4789.0, 4809.0, 4797.0, 4810.0, 4809.0, 4800.0, 4822.0, 4801.0, 4823.0, 4803.0, 4847.0, 4804.0, 4824.0, 4806.0, 4824.0, 4827.0, 4796.0, 4828.0, 4824.0, 4854.0, 4856.0, 4856.0, 4857.0, 4837.0, 4857.0, 4836.0, 4866.0, 4835.0, 4855.0, 4813.0, 4841.0, 4821.0, 4842.0, 4822.0, 4839.0, 4824.0, 4851.0, 4832.0, 4812.0, 4833.0, 4836.0, 4877.0, 4851.0, 4843.0, 4873.0, 4844.0, 4893.0, 4865.0, 4890.0, 4863.0, 4878.0, 4859.0, 4866.0, 4848.0, 4865.0, 4845.0, 4853.0, 4823.0, 4840.0, 4820.0, 4839.0, 4811.0, 4838.0, 4821.0, 4839.0, 4835.0, 4814.0, 4855.0, 4828.0, 4860.0, 4862.0, 4892.0, 4871.0, 4879.0, 4860.0, 4869.0, 4837.0, 4858.0, 4835.0, 4845.0, 4813.0, 4854.0, 4821.0, 4844.0, 4813.0, 4843.0, 4815.0, 4853.0, 4837.0, 4857.0, 4852.0, 4841.0, 4884.0, 4843.0, 4882.0, 4842.0, 4891.0, 4853.0, 4890.0, 4872.0, 4857.0, 4859.0, 4857.0, 4866.0, 4845.0, 4855.0, 4844.0, 4854.0, 4845.0, 4850.0, 4840.0, 4850.0, 4842.0, 4839.0, 4853.0, 4850.0, 4852.0, 4830.0, 4841.0, 4823.0, 4852.0, 4823.0, 4866.0, 4824.0, 4844.0, 4813.0, 4856.0, 4847.0, 4869.0, 4836.0, 4855.0, 4816.0, 4856.0, 4854.0, 4893.0, 4865.0, 4874.0, 4877.0, 4857.0, 4910.0, 4892.0, 4886.0, 4892.0, 4875.0, 4866.0, 4870.0, 4844.0, 4840.0, 4820.0, 4828.0, 4840.0, 4837.0, 4830.0, 4841.0, 4851.0, 4868.0, 4875.0, 4854.0, 4830.0, 4848.0, 4831.0, 4853.0, 4855.0, 4850.0, 4852.0, 4822.0, 4843.0, 4847.0, 4875.0, 4865.0, 4868.0, 4856.0, 4855.0, 4865.0, 4845.0, 4891.0, 4910.0, 4874.0, 4868.0, 4869.0, 4849.0, 4859.0, 4880.0, 4876.0, 4844.0, 4836.0, 4855.0, 4820.0, 4811.0, 4801.0, 4804.0, 4825.0, 4818.0, 4839.0, 4840.0, 4821.0, 4840.0, 4823.0, 4851.0, 4845.0, 4834.0, 4857.0, 4855.0, 4857.0, 4836.0, 4866.0, 4847.0, 4853.0, 4837.0, 4865.0, 4838.0, 4855.0, 4847.0, 4865.0, 4858.0, 4867.0, 4859.0, 4867.0, 4840.0, 4841.0, 4906.0, 4867.0, 4920.0, 4900.0, 4886.0, 4887.0, 4860.0, 4912.0, 4853.0, 4881.0, 4852.0, 4879.0, 4871.0, 4858.0, 4869.0, 4846.0, 4857.0, 4834.0, 4856.0, 4836.0, 4866.0, 4856.0, 4846.0, 4854.0, 4835.0, 4864.0, 4858.0, 4866.0, 4855.0, 4823.0, 4855.0, 4861.0, 4843.0, 4839.0, 4831.0, 4838.0, 4821.0, 4828.0, 4810.0, 4838.0, 4822.0, 4850.0, 4821.0, 4843.0, 4838.0, 4829.0, 4879.0, 4842.0, 4880.0, 4893.0, 4871.0, 4894.0, 4879.0, 4883.0, 4880.0, 4870.0, 4844.0, 4866.0, 4833.0, 4855.0, 4855.0, 4853.0, 4844.0, 4853.0, 4845.0, 4844.0, 4864.0, 4836.0, 4855.0, 4836.0, 4864.0, 4836.0, 4864.0, 4845.0, 4853.0, 4845.0, 4854.0, 4854.0, 4823.0, 4855.0, 4843.0, 4844.0, 4857.0, 4866.0, 4867.0, 4846.0, 4868.0, 4857.0, 4866.0, 4856.0, 4877.0, 4864.0, 4862.0, 4852.0, 4851.0, 4824.0, 4850.0, 4831.0, 4839.0, 4842.0, 4850.0, 4835.0, 4839.0, 4877.0, 4860.0, 4897.0, 4911.0, 4879.0, 4906.0, 4888.0, 4880.0, 4890.0, 4896.0, 4875.0, 4906.0, 4887.0, 4906.0, 4885.0, 4907.0, 4883.0, 4882.0, 4849.0, 4855.0, 4846.0, 4853.0, 4843.0], 'WindowWidth': [10750.0, 10701.0, 10703.0, 10635.0, 10665.0, 10633.0, 10626.0, 10614.0, 10582.0, 10632.0, 10595.0, 10575.0, 10598.0, 10569.0, 10609.0, 10590.0, 10567.0, 10592.0, 10565.0, 10604.0, 10579.0, 10613.0, 10588.0, 10538.0, 10549.0, 10522.0, 10561.0, 10553.0, 10561.0, 10567.0, 10582.0, 10614.0, 10586.0, 10591.0, 10561.0, 10584.0, 10515.0, 10550.0, 10531.0, 10546.0, 10547.0, 10560.0, 10536.0, 10554.0, 10580.0, 10563.0, 10586.0, 10592.0, 10643.0, 10633.0, 10619.0, 10632.0, 10595.0, 10621.0, 10579.0, 10632.0, 10591.0, 10606.0, 10582.0, 10560.0, 10574.0, 10540.0, 10539.0, 10520.0, 10589.0, 10584.0, 10559.0, 10534.0, 10568.0, 10543.0, 10551.0, 10564.0, 10540.0, 10576.0, 10531.0, 10526.0, 10540.0, 10512.0, 10551.0, 10528.0, 10571.0, 10583.0, 10581.0, 10512.0, 10508.0, 10500.0, 10531.0, 10510.0, 10537.0, 10539.0, 10559.0, 10537.0, 10544.0, 10603.0, 10664.0, 10725.0, 10654.0, 10603.0, 10526.0, 10548.0, 10540.0, 10533.0, 10574.0, 10568.0, 10557.0, 10564.0, 10577.0, 10554.0, 10529.0, 10575.0, 10535.0, 10529.0, 10505.0, 10506.0, 10442.0, 10466.0, 10474.0, 10479.0, 10515.0, 10494.0, 10488.0, 10520.0, 10495.0, 10537.0, 10551.0, 10556.0, 10548.0, 10537.0, 10554.0, 10570.0, 10590.0, 10570.0, 10542.0, 10586.0, 10570.0, 10539.0, 10573.0, 10529.0, 10569.0, 10574.0, 10535.0, 10571.0, 10553.0, 10559.0, 10542.0, 10518.0, 10533.0, 10555.0, 10540.0, 10553.0, 10555.0, 10576.0, 10555.0, 10570.0, 10550.0, 10566.0, 10543.0, 10511.0, 10529.0, 10500.0, 10553.0, 10538.0, 10571.0, 10564.0, 10541.0, 10564.0, 10590.0, 10588.0, 10606.0, 10592.0, 10624.0, 10591.0, 10605.0, 10547.0, 10576.0, 10558.0, 10556.0, 10533.0, 10550.0, 10506.0, 10559.0, 10526.0, 10568.0, 10539.0, 10541.0, 10602.0, 10563.0, 10609.0, 10574.0, 10605.0, 10557.0, 10584.0, 10535.0, 10594.0, 10560.0, 10569.0, 10518.0, 10547.0, 10533.0, 10546.0, 10551.0, 10537.0, 10547.0, 10551.0, 10537.0, 10569.0, 10542.0, 10594.0, 10570.0, 10555.0, 10587.0, 10582.0, 10553.0, 10517.0, 10544.0, 10519.0, 10535.0, 10546.0, 10518.0, 10510.0, 10519.0, 10468.0, 10511.0, 10504.0, 10522.0, 10531.0, 10529.0, 10550.0, 10573.0, 10590.0, 10574.0, 10559.0, 10573.0, 10578.0, 10557.0, 10551.0, 10532.0, 10526.0, 10506.0, 10521.0, 10492.0, 10520.0, 10491.0, 10522.0, 10517.0, 10526.0, 10516.0, 10530.0, 10541.0, 10538.0, 10583.0, 10565.0, 10599.0, 10596.0, 10622.0, 10580.0, 10617.0, 10588.0, 10595.0, 10569.0, 10572.0, 10560.0, 10568.0, 10566.0, 10546.0, 10545.0, 10552.0, 10578.0, 10535.0, 10547.0, 10549.0, 10544.0, 10576.0, 10569.0, 10581.0, 10586.0, 10497.0, 10477.0, 10485.0, 10559.0, 10618.0, 10590.0, 10622.0, 10551.0, 10526.0, 10460.0, 10487.0, 10473.0, 10459.0, 10489.0, 10492.0, 10501.0, 10505.0, 10532.0, 10552.0, 10504.0, 10492.0, 10473.0, 10511.0, 10527.0, 10568.0, 10561.0, 10571.0, 10578.0, 10559.0, 10569.0, 10541.0, 10526.0, 10592.0, 10584.0, 10593.0, 10611.0, 10615.0, 10607.0, 10588.0, 10592.0, 10583.0, 10604.0, 10589.0, 10560.0, 10570.0, 10563.0, 10568.0, 10540.0, 10551.0, 10572.0, 10558.0, 10583.0, 10559.0, 10556.0, 10540.0, 10563.0, 10536.0, 10561.0, 10520.0, 10545.0, 10533.0, 10543.0, 10569.0, 10533.0, 10551.0, 10527.0, 10556.0, 10547.0, 10575.0, 10570.0, 10570.0, 10617.0, 10583.0, 10617.0, 10583.0, 10586.0, 10567.0, 10600.0, 10597.0, 10577.0, 10587.0, 10605.0, 10594.0, 10604.0, 10597.0, 10632.0, 10627.0, 10644.0, 10602.0, 10570.0, 10594.0, 10551.0, 10572.0, 10546.0, 10552.0, 10535.0, 10543.0, 10517.0, 10538.0, 10516.0, 10540.0, 10517.0, 10585.0, 10627.0, 10644.0, 10616.0, 10607.0, 10640.0, 10609.0, 10581.0, 10548.0, 10552.0, 10569.0, 10643.0, 10581.0, 10614.0, 10580.0, 10568.0, 10569.0, 10582.0, 10572.0, 10568.0, 10565.0, 10534.0, 10549.0, 10554.0, 10565.0, 10528.0, 10525.0, 10540.0, 10547.0, 10555.0, 10544.0, 10537.0, 10561.0, 10578.0, 10567.0, 10568.0, 10548.0, 10568.0, 10553.0, 10559.0, 10537.0, 10512.0, 10521.0, 10539.0, 10541.0, 10513.0, 10525.0, 10542.0, 10532.0, 10537.0, 10548.0, 10558.0, 10531.0, 10545.0, 10556.0, 10544.0, 10548.0, 10555.0, 10566.0, 10538.0, 10584.0, 10564.0, 10601.0, 10583.0, 10571.0, 10586.0, 10612.0, 10620.0, 10609.0, 10611.0, 10571.0, 10588.0, 10535.0, 10570.0, 10545.0, 10575.0, 10566.0, 10605.0, 10563.0, 10562.0, 10585.0, 10612.0, 10590.0, 10626.0, 10582.0, 10638.0, 10603.0, 10614.0, 10609.0, 10597.0, 10583.0, 10553.0, 10583.0, 10577.0, 10589.0, 10599.0, 10625.0, 10645.0, 10593.0, 10574.0, 10566.0, 10559.0, 10590.0, 10575.0, 10609.0, 10599.0, 10602.0, 10565.0, 10546.0, 10544.0, 10583.0, 10543.0, 10529.0, 10586.0, 10540.0, 10563.0, 10528.0, 10543.0, 10515.0, 10576.0, 10548.0, 10507.0, 10557.0, 10559.0, 10554.0, 10571.0, 10543.0, 10539.0, 10560.0, 10576.0, 10525.0, 10524.0, 10538.0, 10593.0, 10570.0, 10578.0, 10582.0, 10543.0, 10468.0, 10463.0, 10457.0, 10451.0, 10439.0, 10452.0, 10465.0, 10429.0, 10474.0, 10448.0, 10451.0, 10480.0, 10463.0, 10481.0, 10483.0, 10471.0, 10504.0, 10473.0, 10509.0, 10480.0, 10549.0, 10482.0, 10511.0, 10487.0, 10509.0, 10518.0, 10476.0, 10522.0, 10527.0, 10569.0, 10578.0, 10575.0, 10580.0, 10547.0, 10578.0, 10546.0, 10589.0, 10543.0, 10569.0, 10507.0, 10546.0, 10517.0, 10545.0, 10519.0, 10540.0, 10527.0, 10559.0, 10534.0, 10504.0, 10538.0, 10550.0, 10607.0, 10579.0, 10569.0, 10610.0, 10573.0, 10640.0, 10601.0, 10628.0, 10591.0, 10608.0, 10580.0, 10587.0, 10564.0, 10585.0, 10553.0, 10561.0, 10519.0, 10540.0, 10515.0, 10538.0, 10501.0, 10535.0, 10519.0, 10541.0, 10544.0, 10514.0, 10574.0, 10541.0, 10585.0, 10596.0, 10633.0, 10604.0, 10612.0, 10584.0, 10595.0, 10548.0, 10577.0, 10539.0, 10554.0, 10506.0, 10563.0, 10516.0, 10552.0, 10509.0, 10551.0, 10513.0, 10565.0, 10550.0, 10578.0, 10579.0, 10565.0, 10629.0, 10567.0, 10621.0, 10566.0, 10632.0, 10579.0, 10626.0, 10602.0, 10576.0, 10583.0, 10575.0, 10587.0, 10555.0, 10569.0, 10553.0, 10567.0, 10553.0, 10558.0, 10542.0, 10554.0, 10545.0, 10540.0, 10564.0, 10558.0, 10561.0, 10528.0, 10544.0, 10519.0, 10562.0, 10524.0, 10587.0, 10526.0, 10553.0, 10508.0, 10572.0, 10563.0, 10596.0, 10541.0, 10568.0, 10520.0, 10574.0, 10583.0, 10634.0, 10599.0, 10608.0, 10620.0, 10590.0, 10670.0, 10633.0, 10631.0, 10634.0, 10609.0, 10584.0, 10599.0, 10551.0, 10537.0, 10511.0, 10522.0, 10542.0, 10534.0, 10527.0, 10545.0, 10559.0, 10598.0, 10600.0, 10567.0, 10529.0, 10552.0, 10532.0, 10567.0, 10571.0, 10559.0, 10562.0, 10521.0, 10552.0, 10562.0, 10602.0, 10588.0, 10593.0, 10573.0, 10569.0, 10584.0, 10554.0, 10632.0, 10673.0, 10613.0, 10595.0, 10596.0, 10568.0, 10580.0, 10611.0, 10601.0, 10554.0, 10542.0, 10569.0, 10508.0, 10483.0, 10470.0, 10480.0, 10511.0, 10507.0, 10537.0, 10541.0, 10516.0, 10541.0, 10521.0, 10558.0, 10555.0, 10541.0, 10575.0, 10573.0, 10574.0, 10547.0, 10584.0, 10562.0, 10568.0, 10547.0, 10584.0, 10551.0, 10573.0, 10565.0, 10584.0, 10580.0, 10591.0, 10586.0, 10591.0, 10560.0, 10566.0, 10663.0, 10612.0, 10687.0, 10660.0, 10631.0, 10632.0, 10602.0, 10679.0, 10577.0, 10615.0, 10578.0, 10612.0, 10600.0, 10577.0, 10597.0, 10561.0, 10574.0, 10540.0, 10573.0, 10545.0, 10586.0, 10572.0, 10557.0, 10568.0, 10538.0, 10582.0, 10579.0, 10587.0, 10570.0, 10520.0, 10568.0, 10572.0, 10545.0, 10539.0, 10528.0, 10535.0, 10514.0, 10523.0, 10498.0, 10536.0, 10521.0, 10556.0, 10521.0, 10551.0, 10553.0, 10542.0, 10611.0, 10568.0, 10616.0, 10637.0, 10604.0, 10639.0, 10614.0, 10622.0, 10612.0, 10597.0, 10552.0, 10588.0, 10536.0, 10569.0, 10568.0, 10565.0, 10554.0, 10563.0, 10555.0, 10553.0, 10582.0, 10544.0, 10569.0, 10543.0, 10583.0, 10547.0, 10582.0, 10554.0, 10563.0, 10557.0, 10567.0, 10568.0, 10524.0, 10568.0, 10551.0, 10556.0, 10576.0, 10587.0, 10593.0, 10562.0, 10593.0, 10579.0, 10592.0, 10577.0, 10607.0, 10585.0, 10577.0, 10565.0, 10562.0, 10527.0, 10557.0, 10533.0, 10540.0, 10552.0, 10560.0, 10546.0, 10558.0, 10609.0, 10591.0, 10651.0, 10676.0, 10626.0, 10659.0, 10633.0, 10628.0, 10639.0, 10640.0, 10609.0, 10660.0, 10636.0, 10661.0, 10630.0, 10668.0, 10625.0, 10619.0, 10565.0, 10566.0, 10554.0, 10559.0, 10544.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.00556760045924225</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032326134328358215</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.52344003440234</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3589843308735632</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0990460632068961</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5047</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4869.3022</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1592914623283686</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.110218140068888</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.281535380932404</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1597606757800203</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.572634393209071</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1122110738081212</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0264466</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011034258641302586</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04636738449335098</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.280057556485439</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>19.1203</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.5321</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.9785</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293680.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1132.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.5084</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2721</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.9052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4040.0974</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82864.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1664.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5191.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.9621</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.02186989004258</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> |