=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0020_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0020_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0020_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-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-03/func/sub-0020_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>30d1115c5d203a96fc2217aff15423ed</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>12:47:23.080000</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_VE11C_LATEST_20160120</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.999852, 0.00550332, 0.0163178, -0.00785301, 0.989011, 0.147631]</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.117658</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7798, -7165, 479, -91, -193, 84, 56]</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>279.13</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>01074390-21a3-48ab-8f76-b05008ebecbe||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825289726257324, -0.021069053560495377, 0.04138023406267166, 111.2491455078125], [-0.014764993451535702, 2.653445243835449, 0.39888960123062134, -96.43854522705078], [0.0437794104218483, -0.39608219265937805, 2.6700515747070312, -7.356716156005859], [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': ['124723.080000', '124723.540000', '124724.000000', '124724.460000', '124724.920000', '124725.380000', '124725.840000', '124726.300000', '124726.760000', '124727.220000', '124727.680000', '124728.140000', '124728.600000', '124729.060000', '124729.520000', '124729.980000', '124730.440000', '124730.900000', '124731.360000', '124731.820000', '124732.280000', '124732.740000', '124733.200000', '124733.660000', '124734.120000', '124734.580000', '124735.040000', '124735.500000', '124735.960000', '124736.420000', '124736.880000', '124737.340000', '124737.800000', '124738.260000', '124738.720000', '124739.180000', '124739.640000', '124740.100000', '124740.560000', '124741.020000', '124741.480000', '124741.940000', '124742.400000', '124742.860000', '124743.320000', '124743.780000', '124744.240000', '124744.700000', '124745.160000', '124745.620000', '124746.080000', '124746.540000', '124747.000000', '124747.460000', '124747.920000', '124748.380000', '124748.840000', '124749.300000', '124749.760000', '124750.220000', '124750.680000', '124751.140000', '124751.600000', '124752.060000', '124752.520000', '124752.980000', '124753.440000', '124753.900000', '124754.360000', '124754.820000', '124755.280000', '124755.740000', '124756.200000', '124756.660000', '124757.120000', '124757.580000', '124758.040000', '124758.500000', '124758.960000', '124759.420000', '124759.880000', '124800.340000', '124800.800000', '124801.260000', '124801.720000', '124802.180000', '124802.640000', '124803.100000', '124803.560000', '124804.020000', '124804.480000', '124804.940000', '124805.400000', '124805.860000', '124806.320000', '124806.780000', '124807.240000', '124807.700000', '124808.160000', '124808.620000', '124809.080000', '124809.540000', '124810.000000', '124810.460000', '124810.920000', '124811.380000', '124811.840000', '124812.300000', '124812.760000', '124813.220000', '124813.680000', '124814.140000', '124814.600000', '124815.060000', '124815.520000', '124815.980000', '124816.440000', '124816.900000', '124817.360000', '124817.820000', '124818.280000', '124818.740000', '124819.200000', '124819.660000', '124820.120000', '124820.580000', '124821.040000', '124821.500000', '124821.960000', '124822.420000', '124822.880000', '124823.340000', '124823.800000', '124824.260000', '124824.720000', '124825.180000', '124825.640000', '124826.100000', '124826.560000', '124827.020000', '124827.480000', '124827.940000', '124828.400000', '124828.860000', '124829.320000', '124829.780000', '124830.240000', '124830.700000', '124831.160000', '124831.620000', '124832.080000', '124832.540000', '124833.000000', '124833.460000', '124833.920000', '124834.380000', '124834.840000', '124835.300000', '124835.760000', '124836.220000', '124836.680000', '124837.140000', '124837.600000', '124838.060000', '124838.520000', '124838.980000', '124839.440000', '124839.900000', '124840.360000', '124840.820000', '124841.280000', '124841.740000', '124842.200000', '124842.660000', '124843.120000', '124843.580000', '124844.040000', '124844.500000', '124844.960000', '124845.420000', '124845.880000', '124846.340000', '124846.800000', '124847.260000', '124847.720000', '124848.180000', '124848.640000', '124849.100000', '124849.560000', '124850.020000', '124850.480000', '124850.940000', '124851.400000', '124851.860000', '124852.320000', '124852.780000', '124853.240000', '124853.700000', '124854.160000', '124854.620000', '124855.080000', '124855.540000', '124856.000000', '124856.460000', '124856.920000', '124857.380000', '124857.840000', '124858.300000', '124858.760000', '124859.220000', '124859.680000', '124900.140000', '124900.600000', '124901.060000', '124901.520000', '124901.980000', '124902.440000', '124902.900000', '124903.360000', '124903.820000', '124904.280000', '124904.740000', '124905.200000', '124905.660000', '124906.120000', '124906.580000', '124907.040000', '124907.500000', '124907.960000', '124908.420000', '124908.880000', '124909.340000', '124909.800000', '124910.260000', '124910.720000', '124911.180000', '124911.640000', '124912.100000', '124912.560000', '124913.020000', '124913.480000', '124913.940000', '124914.400000', '124914.860000', '124915.320000', '124915.780000', '124916.240000', '124916.700000', '124917.160000', '124917.620000', '124918.080000', '124918.540000', '124919.000000', '124919.460000', '124919.920000', '124920.380000', '124920.840000', '124921.300000', '124921.760000', '124922.220000', '124922.680000', '124923.140000', '124923.600000', '124924.060000', '124924.520000', '124924.980000', '124925.440000', '124925.900000', '124926.360000', '124926.820000', '124927.280000', '124927.740000', '124928.200000', '124928.660000', '124929.120000', '124929.580000', '124930.040000', '124930.500000', '124930.960000', '124931.420000', '124931.880000', '124932.340000', '124932.800000', '124933.260000', '124933.720000', '124934.180000', '124934.640000', '124935.100000', '124935.560000', '124936.020000', '124936.480000', '124936.940000', '124937.400000', '124937.860000', '124938.320000', '124938.780000', '124939.240000', '124939.700000', '124940.160000', '124940.620000', '124941.080000', '124941.540000', '124942.000000', '124942.460000', '124942.920000', '124943.380000', '124943.840000', '124944.300000', '124944.760000', '124945.220000', '124945.680000', '124946.140000', '124946.600000', '124947.060000', '124947.520000', '124947.980000', '124948.440000', '124948.900000', '124949.360000', '124949.820000', '124950.280000', '124950.740000', '124951.200000', '124951.660000', '124952.120000', '124952.580000', '124953.040000', '124953.500000', '124953.960000', '124954.420000', '124954.880000', '124955.340000', '124955.800000', '124956.260000', '124956.720000', '124957.180000', '124957.640000', '124958.100000', '124958.560000', '124959.020000', '124959.480000', '124959.940000', '125000.400000', '125000.860000', '125001.320000', '125001.780000', '125002.240000', '125002.700000', '125003.160000', '125003.620000', '125004.080000', '125004.540000', '125005.000000', '125005.460000', '125005.920000', '125006.380000', '125006.840000', '125007.300000', '125007.760000', '125008.220000', '125008.680000', '125009.140000', '125009.600000', '125010.060000', '125010.520000', '125010.980000', '125011.440000', '125011.900000', '125012.360000', '125012.820000', '125013.280000', '125013.740000', '125014.200000', '125014.660000', '125015.120000', '125015.580000', '125016.040000', '125016.500000', '125016.960000', '125017.420000', '125017.880000', '125018.340000', '125018.800000', '125019.260000', '125019.720000', '125020.180000', '125020.640000', '125021.100000', '125021.560000', '125022.020000', '125022.480000', '125022.940000', '125023.400000', '125023.860000', '125024.320000', '125024.780000', '125025.240000', '125025.700000', '125026.160000', '125026.620000', '125027.080000', '125027.540000', '125028.000000', '125028.460000', '125028.920000', '125029.380000', '125029.840000', '125030.300000', '125030.760000', '125031.220000', '125031.680000', '125032.140000', '125032.600000', '125033.060000', '125033.520000', '125033.980000', '125034.440000', '125034.900000', '125035.360000', '125035.820000', '125036.280000', '125036.740000', '125037.200000', '125037.660000', '125038.120000', '125038.580000', '125039.040000', '125039.500000', '125039.960000', '125040.420000', '125040.880000', '125041.340000', '125041.800000', '125042.260000', '125042.720000', '125043.180000', '125043.640000', '125044.100000', '125044.560000', '125045.020000', '125045.480000', '125045.940000', '125046.400000', '125046.860000', '125047.320000', '125047.780000', '125048.240000', '125048.700000', '125049.160000', '125049.620000', '125050.080000', '125050.540000', '125051.000000', '125051.460000', '125051.920000', '125052.380000', '125052.840000', '125053.300000', '125053.760000', '125054.220000', '125054.680000', '125055.140000', '125055.600000', '125056.060000', '125056.520000', '125056.980000', '125057.440000', '125057.900000', '125058.360000', '125058.820000', '125059.280000', '125059.740000', '125100.200000', '125100.660000', '125101.120000', '125101.580000', '125102.040000', '125102.500000', '125102.960000', '125103.420000', '125103.880000', '125104.340000', '125104.800000', '125105.260000', '125105.720000', '125106.180000', '125106.640000', '125107.100000', '125107.560000', '125108.020000', '125108.480000', '125108.940000', '125109.400000', '125109.860000', '125110.320000', '125110.780000', '125111.240000', '125111.700000', '125112.160000', '125112.620000', '125113.080000', '125113.540000', '125114.000000', '125114.460000', '125114.920000', '125115.380000', '125115.840000', '125116.300000', '125116.760000', '125117.220000', '125117.680000', '125118.140000', '125118.600000', '125119.060000', '125119.520000', '125119.980000', '125120.440000', '125120.900000', '125121.360000', '125121.820000', '125122.280000', '125122.740000', '125123.200000', '125123.660000', '125124.120000', '125124.580000', '125125.040000', '125125.500000', '125125.960000', '125126.420000', '125126.880000', '125127.340000', '125127.800000', '125128.260000', '125128.720000', '125129.180000', '125129.640000', '125130.100000', '125130.560000', '125131.020000', '125131.480000', '125131.940000', '125132.400000', '125132.860000', '125133.320000', '125133.780000', '125134.240000', '125134.700000', '125135.160000', '125135.620000', '125136.080000', '125136.540000', '125137.000000', '125137.460000', '125137.920000', '125138.380000', '125138.840000', '125139.300000', '125139.760000', '125140.220000', '125140.680000', '125141.140000', '125141.600000', '125142.060000', '125142.520000', '125142.980000', '125143.440000', '125143.900000', '125144.360000', '125144.820000', '125145.280000', '125145.740000', '125146.200000', '125146.660000', '125147.120000', '125147.580000', '125148.040000', '125148.500000', '125148.960000', '125149.420000', '125149.880000', '125150.340000', '125150.800000', '125151.260000', '125151.720000', '125152.180000', '125152.640000', '125153.100000', '125153.560000', '125154.020000', '125154.480000', '125154.940000', '125155.400000', '125155.860000', '125156.320000', '125156.780000', '125157.240000', '125157.700000', '125158.160000', '125158.620000', '125159.080000', '125159.540000', '125200.000000', '125200.460000', '125200.920000', '125201.380000', '125201.840000', '125202.300000', '125202.760000', '125203.220000', '125203.680000', '125204.140000', '125204.600000', '125205.060000', '125205.520000', '125205.980000', '125206.440000', '125206.900000', '125207.360000', '125207.820000', '125208.280000', '125208.740000', '125209.200000', '125209.660000', '125210.120000', '125210.580000', '125211.040000', '125211.500000', '125211.960000', '125212.420000', '125212.880000', '125213.340000', '125213.800000', '125214.260000', '125214.720000', '125215.180000', '125215.640000', '125216.100000', '125216.560000', '125217.020000', '125217.480000', '125217.940000', '125218.400000', '125218.860000', '125219.320000', '125219.780000', '125220.240000', '125220.700000', '125221.160000', '125221.620000', '125222.080000', '125222.540000', '125223.000000', '125223.460000', '125223.920000', '125224.380000', '125224.840000', '125225.300000', '125225.760000', '125226.220000', '125226.680000', '125227.140000', '125227.600000', '125228.060000', '125228.520000', '125228.980000', '125229.440000', '125229.900000', '125230.360000', '125230.820000', '125231.280000', '125231.740000', '125232.200000', '125232.660000', '125233.120000', '125233.580000', '125234.040000', '125234.500000', '125234.960000', '125235.420000', '125235.880000', '125236.340000', '125236.800000', '125237.260000', '125237.720000', '125238.180000', '125238.640000', '125239.100000', '125239.560000', '125240.020000', '125240.480000', '125240.940000', '125241.400000', '125241.860000', '125242.320000', '125242.780000', '125243.240000', '125243.700000', '125244.160000', '125244.620000', '125245.080000', '125245.540000', '125246.000000', '125246.460000', '125246.920000', '125247.380000', '125247.840000', '125248.300000', '125248.760000', '125249.220000', '125249.680000', '125250.140000', '125250.600000', '125251.060000', '125251.520000', '125251.980000', '125252.440000', '125252.900000', '125253.360000', '125253.820000', '125254.280000', '125254.740000', '125255.200000', '125255.660000', '125256.120000', '125256.580000', '125257.040000', '125257.500000', '125257.960000', '125258.420000', '125258.880000', '125259.340000', '125259.800000', '125300.260000', '125300.720000', '125301.180000', '125301.640000', '125302.100000', '125302.560000', '125303.020000', '125303.480000', '125303.940000', '125304.400000', '125304.860000', '125305.320000', '125305.780000', '125306.240000', '125306.700000', '125307.160000', '125307.620000', '125308.080000', '125308.540000', '125309.000000', '125309.460000', '125309.920000', '125310.380000', '125310.840000', '125311.300000', '125311.760000', '125312.220000', '125312.680000', '125313.140000', '125313.600000', '125314.060000', '125314.520000', '125314.980000', '125315.440000', '125315.900000', '125316.360000', '125316.820000', '125317.280000', '125317.740000', '125318.200000', '125318.660000', '125319.120000', '125319.580000', '125320.040000', '125320.500000', '125320.960000', '125321.420000', '125321.880000', '125322.340000', '125322.800000', '125323.260000', '125323.720000', '125324.180000', '125324.640000', '125325.100000', '125325.560000', '125326.020000', '125326.480000', '125326.940000', '125327.400000', '125327.860000', '125328.320000', '125328.780000', '125329.240000', '125329.700000', '125330.160000', '125330.620000', '125331.080000', '125331.540000', '125332.000000', '125332.460000', '125332.920000', '125333.380000', '125333.840000', '125334.300000', '125334.760000', '125335.220000', '125335.680000', '125336.140000', '125336.600000', '125337.060000', '125337.520000', '125337.980000', '125338.440000', '125338.900000', '125339.360000', '125339.820000', '125340.280000', '125340.740000', '125341.200000', '125341.660000', '125342.120000', '125342.580000', '125343.040000', '125343.500000', '125343.960000', '125344.420000', '125344.880000', '125345.340000', '125345.800000', '125346.260000', '125346.720000', '125347.180000', '125347.640000', '125348.100000', '125348.560000', '125349.020000', '125349.480000', '125349.940000', '125350.400000', '125350.860000', '125351.320000', '125351.780000', '125352.240000', '125352.700000', '125353.160000', '125353.620000', '125354.080000', '125354.540000', '125355.000000', '125355.460000', '125355.920000', '125356.380000', '125356.840000', '125357.300000', '125357.760000', '125358.220000', '125358.680000', '125359.140000', '125359.600000', '125400.060000', '125400.520000', '125400.980000', '125401.440000', '125401.900000', '125402.360000', '125402.820000', '125403.280000', '125403.740000'], 'ContentTime': ['124735.778000', '124735.781000', '124735.787000', '124735.790000', '124735.793000', '124735.796000', '124735.799000', '124735.809000', '124735.812000', '124735.815000', '124735.818000', '124735.821000', '124735.824000', '124735.827000', '124735.830000', '124735.833000', '124735.836000', '124735.839000', '124735.842000', '124735.845000', '124735.862000', '124735.865000', '124735.868000', '124735.872000', '124735.876000', '124735.879000', '124755.731000', '124755.734000', '124755.737000', '124755.739000', '124755.742000', '124755.745000', '124755.748000', '124755.750000', '124755.758000', '124755.761000', '124755.763000', '124755.766000', '124755.769000', '124755.772000', '124755.774000', '124755.777000', '124755.780000', '124755.783000', '124755.786000', '124755.788000', '124755.791000', '124755.794000', '124755.797000', '124755.799000', '124755.802000', '124755.805000', '124755.811000', '124755.814000', '124755.816000', '124755.819000', '124755.822000', '124755.825000', '124755.828000', '124755.830000', '124755.833000', '124755.836000', '124755.839000', '124755.842000', '124755.844000', '124755.847000', '124755.850000', '124755.853000', '124755.856000', '124755.859000', '124815.731000', '124815.734000', '124815.737000', '124815.739000', '124815.742000', '124815.745000', '124815.748000', '124815.751000', '124815.753000', '124815.756000', '124815.759000', '124815.762000', '124815.765000', '124815.767000', '124815.770000', '124815.773000', '124815.776000', '124815.779000', '124815.781000', '124815.784000', '124815.787000', '124815.790000', '124815.793000', '124815.795000', '124815.798000', '124815.801000', '124815.804000', '124815.807000', '124815.809000', '124815.812000', '124815.815000', '124815.818000', '124815.820000', '124815.823000', '124815.826000', '124815.829000', '124815.832000', '124815.834000', '124815.837000', '124815.840000', '124815.843000', '124815.846000', '124815.848000', '124835.732000', '124835.736000', '124835.740000', '124835.743000', '124835.746000', '124835.749000', '124835.752000', '124835.755000', '124835.758000', '124835.760000', '124835.763000', '124835.766000', '124835.769000', '124835.772000', '124835.774000', '124835.777000', '124835.780000', '124835.783000', '124835.785000', '124835.788000', '124835.791000', '124835.794000', '124835.796000', '124835.799000', '124835.802000', '124835.805000', '124835.808000', '124835.819000', '124835.822000', '124835.825000', '124835.827000', '124835.830000', '124835.833000', '124835.836000', '124835.838000', '124835.841000', '124835.844000', '124835.847000', '124835.850000', '124835.852000', '124835.855000', '124835.858000', '124835.861000', '124855.732000', '124855.735000', '124855.737000', '124855.740000', '124855.743000', '124855.746000', '124855.749000', '124855.752000', '124855.754000', '124855.757000', '124855.760000', '124855.763000', '124855.765000', '124855.768000', '124855.771000', '124855.774000', '124855.777000', '124855.779000', '124855.782000', '124855.785000', '124855.788000', '124855.791000', '124855.793000', '124855.796000', '124855.799000', '124855.802000', '124855.804000', '124855.807000', '124855.810000', '124855.813000', '124855.816000', '124855.818000', '124855.821000', '124855.824000', '124855.827000', '124855.830000', '124855.832000', '124855.835000', '124855.838000', '124855.841000', '124855.843000', '124855.846000', '124855.849000', '124855.852000', '124915.732000', '124915.735000', '124915.737000', '124915.740000', '124915.744000', '124915.747000', '124915.749000', '124915.752000', '124915.755000', '124915.758000', '124915.761000', '124915.764000', '124915.766000', '124915.769000', '124915.772000', '124915.775000', '124915.778000', '124915.780000', '124915.783000', '124915.786000', '124915.789000', '124915.792000', '124915.794000', '124915.797000', '124915.800000', '124915.803000', '124915.805000', '124915.808000', '124915.811000', '124915.814000', '124915.817000', '124915.820000', '124915.822000', '124915.825000', '124915.828000', '124915.831000', '124915.834000', '124915.836000', '124915.839000', '124915.842000', '124915.845000', '124915.848000', '124915.850000', '124935.731000', '124935.734000', '124935.737000', '124935.740000', '124935.742000', '124935.745000', '124935.748000', '124935.751000', '124935.754000', '124935.761000', '124935.763000', '124935.766000', '124935.769000', '124935.772000', '124935.775000', '124935.778000', '124935.780000', '124935.783000', '124935.786000', '124935.789000', '124935.792000', '124935.795000', '124935.797000', '124935.800000', '124935.803000', '124935.806000', '124935.809000', '124935.811000', '124935.814000', '124935.817000', '124935.820000', '124935.823000', '124935.825000', '124935.828000', '124935.831000', '124935.834000', '124935.837000', '124935.840000', '124935.842000', '124935.845000', '124935.848000', '124935.851000', '124935.854000', '124935.856000', '124955.731000', '124955.734000', '124955.737000', '124955.739000', '124955.742000', '124955.745000', '124955.748000', '124955.751000', '124955.753000', '124955.756000', '124955.759000', '124955.762000', '124955.765000', '124955.768000', '124955.771000', '124955.774000', '124955.777000', '124955.783000', '124955.786000', '124955.789000', '124955.791000', '124955.794000', '124955.797000', '124955.800000', '124955.803000', '124955.806000', '124955.808000', '124955.811000', '124955.814000', '124955.817000', '124955.820000', '124955.822000', '124955.825000', '124955.828000', '124955.831000', '124955.834000', '124955.836000', '124955.839000', '124955.842000', '124955.845000', '124955.848000', '124955.851000', '124955.853000', '125015.731000', '125015.734000', '125015.737000', '125015.740000', '125015.742000', '125015.745000', '125015.748000', '125015.751000', '125015.754000', '125015.764000', '125015.767000', '125015.770000', '125015.772000', '125015.775000', '125015.778000', '125015.781000', '125015.784000', '125015.786000', '125015.789000', '125015.792000', '125015.795000', '125015.797000', '125015.800000', '125015.803000', '125015.806000', '125015.809000', '125015.811000', '125015.814000', '125015.817000', '125015.820000', '125015.823000', '125015.826000', '125015.828000', '125015.831000', '125015.834000', '125015.837000', '125015.840000', '125015.842000', '125015.845000', '125015.848000', '125015.851000', '125015.854000', '125015.856000', '125015.859000', '125035.731000', '125035.734000', '125035.737000', '125035.740000', '125035.742000', '125035.745000', '125035.748000', '125035.751000', '125035.754000', '125035.757000', '125035.759000', '125035.762000', '125035.765000', '125035.768000', '125035.771000', '125035.774000', '125035.776000', '125035.779000', '125035.782000', '125035.785000', '125035.788000', '125035.792000', '125035.797000', '125035.800000', '125035.803000', '125035.806000', '125035.808000', '125035.811000', '125035.814000', '125035.817000', '125035.820000', '125035.822000', '125035.825000', '125035.828000', '125035.831000', '125035.834000', '125035.837000', '125035.839000', '125035.842000', '125035.845000', '125035.848000', '125035.851000', '125035.854000', '125055.731000', '125055.734000', '125055.737000', '125055.739000', '125055.742000', '125055.745000', '125055.748000', '125055.751000', '125055.753000', '125055.756000', '125055.759000', '125055.762000', '125055.765000', '125055.767000', '125055.770000', '125055.773000', '125055.776000', '125055.779000', '125055.782000', '125055.784000', '125055.787000', '125055.790000', '125055.793000', '125055.796000', '125055.798000', '125055.801000', '125055.804000', '125055.807000', '125055.810000', '125055.813000', '125055.815000', '125055.818000', '125055.821000', '125055.824000', '125055.827000', '125055.829000', '125055.832000', '125055.835000', '125055.838000', '125055.841000', '125055.844000', '125055.847000', '125055.850000', '125055.852000', '125115.732000', '125115.735000', '125115.738000', '125115.741000', '125115.743000', '125115.747000', '125115.750000', '125115.753000', '125115.756000', '125115.759000', '125115.761000', '125115.764000', '125115.767000', '125115.770000', '125115.773000', '125115.776000', '125115.778000', '125115.781000', '125115.784000', '125115.787000', '125115.790000', '125115.793000', '125115.796000', '125115.798000', '125115.801000', '125115.804000', '125115.807000', '125115.810000', '125115.813000', '125115.816000', '125115.818000', '125115.821000', '125115.824000', '125115.827000', '125115.830000', '125115.833000', '125115.835000', '125115.838000', '125115.841000', '125115.844000', '125115.847000', '125115.849000', '125115.852000', '125135.732000', '125135.735000', '125135.738000', '125135.740000', '125135.743000', '125135.746000', '125135.749000', '125135.752000', '125135.755000', '125135.758000', '125135.760000', '125135.763000', '125135.766000', '125135.769000', '125135.772000', '125135.775000', '125135.778000', '125135.780000', '125135.783000', '125135.786000', '125135.789000', '125135.792000', '125135.795000', '125135.797000', '125135.800000', '125135.803000', '125135.806000', '125135.809000', '125135.811000', '125135.814000', '125135.817000', '125135.820000', '125135.823000', '125135.825000', '125135.828000', '125135.831000', '125135.834000', '125135.837000', '125135.840000', '125135.842000', '125135.845000', '125135.848000', '125135.851000', '125135.854000', '125155.731000', '125155.734000', '125155.737000', '125155.739000', '125155.742000', '125155.745000', '125155.748000', '125155.751000', '125155.754000', '125155.756000', '125155.759000', '125155.762000', '125155.765000', '125155.768000', '125155.771000', '125155.774000', '125155.776000', '125155.779000', '125155.782000', '125155.785000', '125155.788000', '125155.790000', '125155.793000', '125155.796000', '125155.799000', '125155.801000', '125155.804000', '125155.807000', '125155.810000', '125155.813000', '125155.815000', '125155.818000', '125155.821000', '125155.824000', '125155.827000', '125155.830000', '125155.834000', '125155.837000', '125155.839000', '125155.842000', '125155.845000', '125155.848000', '125155.851000', '125215.731000', '125215.734000', '125215.737000', '125215.739000', '125215.742000', '125215.745000', '125215.748000', '125215.751000', '125215.754000', '125215.756000', '125215.759000', '125215.762000', '125215.765000', '125215.768000', '125215.771000', '125215.773000', '125215.776000', '125215.779000', '125215.782000', '125215.785000', '125215.787000', '125215.790000', '125215.793000', '125215.796000', '125215.799000', '125215.801000', '125215.804000', '125215.807000', '125215.810000', '125215.813000', '125215.815000', '125215.818000', '125215.821000', '125215.824000', '125215.827000', '125215.829000', '125215.832000', '125215.835000', '125215.838000', '125215.841000', '125215.844000', '125215.846000', '125215.849000', '125215.852000', '125235.731000', '125235.734000', '125235.737000', '125235.740000', '125235.743000', '125235.746000', '125235.748000', '125235.751000', '125235.754000', '125235.757000', '125235.760000', '125235.762000', '125235.765000', '125235.768000', '125235.771000', '125235.774000', '125235.777000', '125235.780000', '125235.783000', '125235.786000', '125235.790000', '125235.793000', '125235.795000', '125235.798000', '125235.801000', '125235.804000', '125235.807000', '125235.809000', '125235.812000', '125235.815000', '125235.818000', '125235.821000', '125235.824000', '125235.826000', '125235.829000', '125235.832000', '125235.835000', '125235.838000', '125235.840000', '125235.843000', '125235.846000', '125235.849000', '125235.852000', '125255.731000', '125255.734000', '125255.737000', '125255.740000', '125255.743000', '125255.745000', '125255.748000', '125255.751000', '125255.754000', '125255.757000', '125255.760000', '125255.763000', '125255.765000', '125255.768000', '125255.771000', '125255.774000', '125255.777000', '125255.780000', '125255.782000', '125255.785000', '125255.788000', '125255.791000', '125255.794000', '125255.796000', '125255.799000', '125255.802000', '125255.805000', '125255.808000', '125255.811000', '125255.813000', '125255.816000', '125255.819000', '125255.822000', '125255.825000', '125255.827000', '125255.830000', '125255.833000', '125255.836000', '125255.839000', '125255.842000', '125255.845000', '125255.847000', '125255.850000', '125255.853000', '125315.731000', '125315.734000', '125315.737000', '125315.740000', '125315.743000', '125315.745000', '125315.748000', '125315.751000', '125315.754000', '125315.756000', '125315.759000', '125315.762000', '125315.765000', '125315.768000', '125315.770000', '125315.785000', '125315.788000', '125315.791000', '125315.793000', '125315.796000', '125315.799000', '125315.802000', '125315.805000', '125315.808000', '125315.810000', '125315.813000', '125315.816000', '125315.819000', '125315.822000', '125315.824000', '125315.827000', '125315.830000', '125315.833000', '125315.836000', '125315.838000', '125315.841000', '125315.844000', '125315.847000', '125315.850000', '125315.852000', '125315.855000', '125315.858000', '125315.861000', '125335.732000', '125335.735000', '125335.738000', '125335.741000', '125335.743000', '125335.746000', '125335.749000', '125335.752000', '125335.755000', '125335.758000', '125335.760000', '125335.763000', '125335.766000', '125335.769000', '125335.772000', '125335.775000', '125335.777000', '125335.780000', '125335.783000', '125335.786000', '125335.789000', '125335.792000', '125335.794000', '125335.797000', '125335.800000', '125335.803000', '125335.806000', '125335.808000', '125335.811000', '125335.814000', '125335.817000', '125335.820000', '125335.823000', '125335.825000', '125335.828000', '125335.831000', '125335.834000', '125335.837000', '125335.840000', '125335.842000', '125335.845000', '125335.848000', '125335.851000', '125335.854000', '125355.732000', '125355.735000', '125355.738000', '125355.741000', '125355.744000', '125355.746000', '125355.749000', '125355.752000', '125355.755000', '125355.758000', '125355.760000', '125355.763000', '125355.766000', '125355.769000', '125355.772000', '125355.775000', '125355.777000', '125355.780000', '125355.783000', '125355.786000', '125355.789000', '125355.791000', '125355.794000', '125355.797000', '125355.800000', '125355.803000', '125355.805000', '125355.808000', '125355.811000', '125355.814000', '125355.817000', '125355.820000', '125355.824000', '125355.827000', '125355.830000', '125355.832000', '125355.835000', '125355.838000', '125355.841000', '125355.844000', '125355.847000', '125355.849000', '125355.852000', '125404.681000', '125404.685000', '125404.688000', '125404.691000', '125404.694000', '125404.697000', '125404.700000', '125404.703000', '125404.706000', '125404.709000', '125404.712000', '125404.715000', '125404.718000', '125404.721000', '125404.724000', '125404.727000', '125404.729000', '125404.732000', '125404.735000', '125404.738000'], 'InstanceCreationTime': ['124735.778000', '124735.781000', '124735.787000', '124735.790000', '124735.793000', '124735.796000', '124735.799000', '124735.809000', '124735.812000', '124735.815000', '124735.818000', '124735.821000', '124735.824000', '124735.827000', '124735.830000', '124735.833000', '124735.836000', '124735.839000', '124735.842000', '124735.845000', '124735.862000', '124735.865000', '124735.868000', '124735.872000', '124735.876000', '124735.879000', '124755.731000', '124755.734000', '124755.737000', '124755.739000', '124755.742000', '124755.745000', '124755.748000', '124755.750000', '124755.758000', '124755.761000', '124755.763000', '124755.766000', '124755.769000', '124755.772000', '124755.774000', '124755.777000', '124755.780000', '124755.783000', '124755.786000', '124755.788000', '124755.791000', '124755.794000', '124755.797000', '124755.799000', '124755.802000', '124755.805000', '124755.811000', '124755.814000', '124755.816000', '124755.819000', '124755.822000', '124755.825000', '124755.828000', '124755.830000', '124755.833000', '124755.836000', '124755.839000', '124755.842000', '124755.844000', '124755.847000', '124755.850000', '124755.853000', '124755.856000', '124755.859000', '124815.731000', '124815.734000', '124815.737000', '124815.739000', '124815.742000', '124815.745000', '124815.748000', '124815.751000', '124815.753000', '124815.756000', '124815.759000', '124815.762000', '124815.765000', '124815.767000', '124815.770000', '124815.773000', '124815.776000', '124815.779000', '124815.781000', '124815.784000', '124815.787000', '124815.790000', '124815.793000', '124815.795000', '124815.798000', '124815.801000', '124815.804000', '124815.807000', '124815.809000', '124815.812000', '124815.815000', '124815.818000', '124815.820000', '124815.823000', '124815.826000', '124815.829000', '124815.832000', '124815.834000', '124815.837000', '124815.840000', '124815.843000', '124815.846000', '124815.848000', '124835.732000', '124835.736000', '124835.740000', '124835.743000', '124835.746000', '124835.749000', '124835.752000', '124835.755000', '124835.758000', '124835.760000', '124835.763000', '124835.766000', '124835.769000', '124835.772000', '124835.774000', '124835.777000', '124835.780000', '124835.783000', '124835.785000', '124835.788000', '124835.791000', '124835.794000', '124835.796000', '124835.799000', '124835.802000', '124835.805000', '124835.808000', '124835.819000', '124835.822000', '124835.825000', '124835.827000', '124835.830000', '124835.833000', '124835.836000', '124835.838000', '124835.841000', '124835.844000', '124835.847000', '124835.850000', '124835.852000', '124835.855000', '124835.858000', '124835.861000', '124855.732000', '124855.735000', '124855.737000', '124855.740000', '124855.743000', '124855.746000', '124855.749000', '124855.752000', '124855.754000', '124855.757000', '124855.760000', '124855.763000', '124855.765000', '124855.768000', '124855.771000', '124855.774000', '124855.777000', '124855.779000', '124855.782000', '124855.785000', '124855.788000', '124855.791000', '124855.793000', '124855.796000', '124855.799000', '124855.802000', '124855.804000', '124855.807000', '124855.810000', '124855.813000', '124855.816000', '124855.818000', '124855.821000', '124855.824000', '124855.827000', '124855.830000', '124855.832000', '124855.835000', '124855.838000', '124855.841000', '124855.843000', '124855.846000', '124855.849000', '124855.852000', '124915.732000', '124915.735000', '124915.737000', '124915.740000', '124915.744000', '124915.747000', '124915.749000', '124915.752000', '124915.755000', '124915.758000', '124915.761000', '124915.764000', '124915.766000', '124915.769000', '124915.772000', '124915.775000', '124915.778000', '124915.780000', '124915.783000', '124915.786000', '124915.789000', '124915.792000', '124915.794000', '124915.797000', '124915.800000', '124915.803000', '124915.805000', '124915.808000', '124915.811000', '124915.814000', '124915.817000', '124915.820000', '124915.822000', '124915.825000', '124915.828000', '124915.831000', '124915.834000', '124915.836000', '124915.839000', '124915.842000', '124915.845000', '124915.848000', '124915.850000', '124935.731000', '124935.734000', '124935.737000', '124935.740000', '124935.742000', '124935.745000', '124935.748000', '124935.751000', '124935.754000', '124935.761000', '124935.763000', '124935.766000', '124935.769000', '124935.772000', '124935.775000', '124935.778000', '124935.780000', '124935.783000', '124935.786000', '124935.789000', '124935.792000', '124935.795000', '124935.797000', '124935.800000', '124935.803000', '124935.806000', '124935.809000', '124935.811000', '124935.814000', '124935.817000', '124935.820000', '124935.823000', '124935.825000', '124935.828000', '124935.831000', '124935.834000', '124935.837000', '124935.840000', '124935.842000', '124935.845000', '124935.848000', '124935.851000', '124935.854000', '124935.856000', '124955.731000', '124955.734000', '124955.737000', '124955.739000', '124955.742000', '124955.745000', '124955.748000', '124955.751000', '124955.753000', '124955.756000', '124955.759000', '124955.762000', '124955.765000', '124955.768000', '124955.771000', '124955.774000', '124955.777000', '124955.783000', '124955.786000', '124955.789000', '124955.791000', '124955.794000', '124955.797000', '124955.800000', '124955.803000', '124955.806000', '124955.808000', '124955.811000', '124955.814000', '124955.817000', '124955.820000', '124955.822000', '124955.825000', '124955.828000', '124955.831000', '124955.834000', '124955.836000', '124955.839000', '124955.842000', '124955.845000', '124955.848000', '124955.851000', '124955.853000', '125015.731000', '125015.734000', '125015.737000', '125015.740000', '125015.742000', '125015.745000', '125015.748000', '125015.751000', '125015.754000', '125015.764000', '125015.767000', '125015.770000', '125015.772000', '125015.775000', '125015.778000', '125015.781000', '125015.784000', '125015.786000', '125015.789000', '125015.792000', '125015.795000', '125015.797000', '125015.800000', '125015.803000', '125015.806000', '125015.809000', '125015.811000', '125015.814000', '125015.817000', '125015.820000', '125015.823000', '125015.826000', '125015.828000', '125015.831000', '125015.834000', '125015.837000', '125015.840000', '125015.842000', '125015.845000', '125015.848000', '125015.851000', '125015.854000', '125015.856000', '125015.859000', '125035.731000', '125035.734000', '125035.737000', '125035.740000', '125035.742000', '125035.745000', '125035.748000', '125035.751000', '125035.754000', '125035.757000', '125035.759000', '125035.762000', '125035.765000', '125035.768000', '125035.771000', '125035.774000', '125035.776000', '125035.779000', '125035.782000', '125035.785000', '125035.788000', '125035.792000', '125035.797000', '125035.800000', '125035.803000', '125035.806000', '125035.808000', '125035.811000', '125035.814000', '125035.817000', '125035.820000', '125035.822000', '125035.825000', '125035.828000', '125035.831000', '125035.834000', '125035.837000', '125035.839000', '125035.842000', '125035.845000', '125035.848000', '125035.851000', '125035.854000', '125055.731000', '125055.734000', '125055.737000', '125055.739000', '125055.742000', '125055.745000', '125055.748000', '125055.751000', '125055.753000', '125055.756000', '125055.759000', '125055.762000', '125055.765000', '125055.767000', '125055.770000', '125055.773000', '125055.776000', '125055.779000', '125055.782000', '125055.784000', '125055.787000', '125055.790000', '125055.793000', '125055.796000', '125055.798000', '125055.801000', '125055.804000', '125055.807000', '125055.810000', '125055.813000', '125055.815000', '125055.818000', '125055.821000', '125055.824000', '125055.827000', '125055.829000', '125055.832000', '125055.835000', '125055.838000', '125055.841000', '125055.844000', '125055.847000', '125055.850000', '125055.852000', '125115.732000', '125115.735000', '125115.738000', '125115.741000', '125115.743000', '125115.747000', '125115.750000', '125115.753000', '125115.756000', '125115.759000', '125115.761000', '125115.764000', '125115.767000', '125115.770000', '125115.773000', '125115.776000', '125115.778000', '125115.781000', '125115.784000', '125115.787000', '125115.790000', '125115.793000', '125115.796000', '125115.798000', '125115.801000', '125115.804000', '125115.807000', '125115.810000', '125115.813000', '125115.816000', '125115.818000', '125115.821000', '125115.824000', '125115.827000', '125115.830000', '125115.833000', '125115.835000', '125115.838000', '125115.841000', '125115.844000', '125115.847000', '125115.849000', '125115.852000', '125135.732000', '125135.735000', '125135.738000', '125135.740000', '125135.743000', '125135.746000', '125135.749000', '125135.752000', '125135.755000', '125135.758000', '125135.760000', '125135.763000', '125135.766000', '125135.769000', '125135.772000', '125135.775000', '125135.778000', '125135.780000', '125135.783000', '125135.786000', '125135.789000', '125135.792000', '125135.795000', '125135.797000', '125135.800000', '125135.803000', '125135.806000', '125135.809000', '125135.811000', '125135.814000', '125135.817000', '125135.820000', '125135.823000', '125135.825000', '125135.828000', '125135.831000', '125135.834000', '125135.837000', '125135.840000', '125135.842000', '125135.845000', '125135.848000', '125135.851000', '125135.854000', '125155.731000', '125155.734000', '125155.737000', '125155.739000', '125155.742000', '125155.745000', '125155.748000', '125155.751000', '125155.754000', '125155.756000', '125155.759000', '125155.762000', '125155.765000', '125155.768000', '125155.771000', '125155.774000', '125155.776000', '125155.779000', '125155.782000', '125155.785000', '125155.788000', '125155.790000', '125155.793000', '125155.796000', '125155.799000', '125155.801000', '125155.804000', '125155.807000', '125155.810000', '125155.813000', '125155.815000', '125155.818000', '125155.821000', '125155.824000', '125155.827000', '125155.830000', '125155.834000', '125155.837000', '125155.839000', '125155.842000', '125155.845000', '125155.848000', '125155.851000', '125215.731000', '125215.734000', '125215.737000', '125215.739000', '125215.742000', '125215.745000', '125215.748000', '125215.751000', '125215.754000', '125215.756000', '125215.759000', '125215.762000', '125215.765000', '125215.768000', '125215.771000', '125215.773000', '125215.776000', '125215.779000', '125215.782000', '125215.785000', '125215.787000', '125215.790000', '125215.793000', '125215.796000', '125215.799000', '125215.801000', '125215.804000', '125215.807000', '125215.810000', '125215.813000', '125215.815000', '125215.818000', '125215.821000', '125215.824000', '125215.827000', '125215.829000', '125215.832000', '125215.835000', '125215.838000', '125215.841000', '125215.844000', '125215.846000', '125215.849000', '125215.852000', '125235.731000', '125235.734000', '125235.737000', '125235.740000', '125235.743000', '125235.746000', '125235.748000', '125235.751000', '125235.754000', '125235.757000', '125235.760000', '125235.762000', '125235.765000', '125235.768000', '125235.771000', '125235.774000', '125235.777000', '125235.780000', '125235.783000', '125235.786000', '125235.790000', '125235.793000', '125235.795000', '125235.798000', '125235.801000', '125235.804000', '125235.807000', '125235.809000', '125235.812000', '125235.815000', '125235.818000', '125235.821000', '125235.824000', '125235.826000', '125235.829000', '125235.832000', '125235.835000', '125235.838000', '125235.840000', '125235.843000', '125235.846000', '125235.849000', '125235.852000', '125255.731000', '125255.734000', '125255.737000', '125255.740000', '125255.743000', '125255.745000', '125255.748000', '125255.751000', '125255.754000', '125255.757000', '125255.760000', '125255.763000', '125255.765000', '125255.768000', '125255.771000', '125255.774000', '125255.777000', '125255.780000', '125255.782000', '125255.785000', '125255.788000', '125255.791000', '125255.794000', '125255.796000', '125255.799000', '125255.802000', '125255.805000', '125255.808000', '125255.811000', '125255.813000', '125255.816000', '125255.819000', '125255.822000', '125255.825000', '125255.827000', '125255.830000', '125255.833000', '125255.836000', '125255.839000', '125255.842000', '125255.845000', '125255.847000', '125255.850000', '125255.853000', '125315.731000', '125315.734000', '125315.737000', '125315.740000', '125315.743000', '125315.745000', '125315.748000', '125315.751000', '125315.754000', '125315.756000', '125315.759000', '125315.762000', '125315.765000', '125315.768000', '125315.770000', '125315.785000', '125315.788000', '125315.791000', '125315.793000', '125315.796000', '125315.799000', '125315.802000', '125315.805000', '125315.808000', '125315.810000', '125315.813000', '125315.816000', '125315.819000', '125315.822000', '125315.824000', '125315.827000', '125315.830000', '125315.833000', '125315.836000', '125315.838000', '125315.841000', '125315.844000', '125315.847000', '125315.850000', '125315.852000', '125315.855000', '125315.858000', '125315.861000', '125335.732000', '125335.735000', '125335.738000', '125335.741000', '125335.743000', '125335.746000', '125335.749000', '125335.752000', '125335.755000', '125335.758000', '125335.760000', '125335.763000', '125335.766000', '125335.769000', '125335.772000', '125335.775000', '125335.777000', '125335.780000', '125335.783000', '125335.786000', '125335.789000', '125335.792000', '125335.794000', '125335.797000', '125335.800000', '125335.803000', '125335.806000', '125335.808000', '125335.811000', '125335.814000', '125335.817000', '125335.820000', '125335.823000', '125335.825000', '125335.828000', '125335.831000', '125335.834000', '125335.837000', '125335.840000', '125335.842000', '125335.845000', '125335.848000', '125335.851000', '125335.854000', '125355.732000', '125355.735000', '125355.738000', '125355.741000', '125355.744000', '125355.746000', '125355.749000', '125355.752000', '125355.755000', '125355.758000', '125355.760000', '125355.763000', '125355.766000', '125355.769000', '125355.772000', '125355.775000', '125355.777000', '125355.780000', '125355.783000', '125355.786000', '125355.789000', '125355.791000', '125355.794000', '125355.797000', '125355.800000', '125355.803000', '125355.805000', '125355.808000', '125355.811000', '125355.814000', '125355.817000', '125355.820000', '125355.824000', '125355.827000', '125355.830000', '125355.832000', '125355.835000', '125355.838000', '125355.841000', '125355.844000', '125355.847000', '125355.849000', '125355.852000', '125404.681000', '125404.685000', '125404.688000', '125404.691000', '125404.694000', '125404.697000', '125404.700000', '125404.703000', '125404.706000', '125404.709000', '125404.712000', '125404.715000', '125404.718000', '125404.721000', '125404.724000', '125404.727000', '125404.729000', '125404.732000', '125404.735000', '125404.738000'], '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': [10063, 10606, 9892, 11828, 11852, 12694, 11544, 12148, 11640, 11328, 11192, 11276, 10899, 11218, 10794, 11126, 10556, 11538, 10359, 12303, 10858, 14071, 11834, 16990, 12521, 10526, 11977, 12562, 11250, 14450, 11856, 14557, 12897, 12978, 13300, 12384, 13368, 12517, 13237, 13305, 13007, 19759, 16980, 19065, 14262, 19217, 13434, 13075, 11543, 12203, 11164, 11592, 10889, 11129, 11014, 12164, 11569, 12451, 11333, 12244, 11286, 11992, 11688, 12420, 11840, 12618, 11356, 12463, 11291, 12093, 11181, 11686, 11762, 11582, 11852, 10921, 12345, 10258, 12017, 10887, 11637, 11163, 11177, 11903, 11708, 12304, 12243, 13267, 12424, 14817, 12517, 15288, 11668, 14399, 17989, 13132, 11986, 19779, 13218, 15678, 11807, 11659, 10628, 10697, 18786, 10797, 10764, 17611, 11002, 10859, 10770, 11046, 12302, 11420, 11919, 10754, 11754, 11911, 11680, 10789, 11813, 12018, 12143, 12313, 11274, 11582, 11561, 11543, 11650, 11243, 12122, 11963, 11684, 10991, 11490, 12251, 11527, 13488, 10908, 11457, 14868, 11240, 13925, 12436, 13135, 10926, 11241, 19288, 13550, 16373, 12233, 11801, 19982, 16600, 14844, 17400, 11449, 15826, 11992, 11589, 12433, 11927, 12597, 11084, 12148, 12196, 13570, 12364, 13396, 13342, 13038, 17324, 12714, 19794, 14843, 12056, 13412, 18423, 18386, 14139, 17122, 12469, 12829, 15091, 12047, 12353, 12529, 12092, 11053, 11862, 13786, 12892, 11845, 14316, 12560, 11622, 11482, 11804, 12457, 11803, 11834, 11475, 11676, 11409, 12027, 14140, 11583, 12867, 12180, 12140, 11713, 18411, 13398, 15399, 19083, 15156, 14044, 11434, 11919, 13224, 12411, 11149, 11261, 11749, 11357, 12515, 11960, 12960, 12218, 12697, 13203, 12140, 12070, 12449, 11661, 11305, 11690, 15106, 15035, 13398, 12927, 14435, 12771, 12554, 12557, 12557, 11565, 11998, 11822, 12211, 13074, 13701, 12788, 13022, 12353, 12612, 15638, 12011, 13009, 16294, 13145, 12981, 14797, 13255, 13043, 12606, 13593, 12542, 13028, 11505, 12926, 13104, 12870, 13153, 16843, 12978, 12987, 17140, 12998, 12816, 13746, 13004, 19408, 12619, 14454, 19905, 13029, 15551, 12749, 12289, 12801, 12403, 14649, 21262, 12614, 13904, 12808, 12168, 12082, 12001, 14821, 12039, 12605, 12463, 12040, 12654, 13009, 12572, 12776, 12635, 11908, 13044, 12836, 12776, 12840, 12783, 12965, 11971, 12930, 13058, 15477, 13505, 12941, 13053, 12865, 16428, 12890, 12870, 15175, 12675, 12906, 12851, 13083, 12548, 12698, 12356, 12888, 12746, 12914, 12894, 12746, 12452, 17575, 16042, 13128, 17729, 12444, 12416, 11665, 11934, 19636, 12716, 12273, 12426, 12569, 14698, 12011, 13015, 13061, 11919, 12958, 12847, 12213, 12939, 12694, 12844, 12823, 12560, 12562, 12175, 12512, 11312, 12400, 13263, 12489, 12762, 12136, 12743, 15380, 19669, 13361, 14456, 12762, 13109, 14180, 12087, 12643, 14149, 12531, 12676, 14168, 12698, 12548, 11533, 12982, 11661, 13004, 11478, 13095, 12763, 12865, 12931, 14236, 13115, 12795, 19194, 12825, 12688, 16605, 12920, 13470, 12934, 12650, 12863, 12917, 14816, 12796, 12488, 12826, 12540, 11580, 12652, 18131, 12683, 12661, 12756, 12376, 20410, 12456, 12408, 12468, 12237, 11747, 12054, 11768, 11972, 11415, 11938, 11613, 11880, 15768, 12436, 12267, 12371, 11801, 17304, 11809, 14391, 11392, 11760, 11952, 12370, 12064, 11900, 10489, 11499, 10695, 11423, 11791, 12062, 18313, 12207, 12458, 16906, 12061, 13470, 12091, 12751, 12193, 17112, 12356, 18632, 14240, 18464, 20015, 14665, 19636, 14770, 12234, 18681, 11480, 11190, 13126, 11920, 11346, 11901, 11885, 11307, 13413, 12747, 11884, 12707, 11444, 12909, 12108, 12498, 11839, 12753, 12455, 13042, 11790, 13275, 11800, 12905, 13051, 15576, 12983, 13335, 12093, 12727, 16247, 16238, 16003, 12495, 16035, 17455, 13729, 13024, 16343, 12700, 13158, 13256, 12685, 13177, 14276, 12901, 13373, 12170, 13451, 11908, 13304, 11735, 13193, 12552, 13228, 13086, 12952, 14657, 18117, 15508, 13003, 12813, 13042, 14891, 12914, 13326, 13479, 13546, 13024, 12992, 12723, 12573, 13495, 13142, 13840, 13390, 12751, 14860, 18537, 13834, 15746, 12343, 12751, 19699, 13125, 14244, 12659, 13073, 13212, 13286, 14677, 12861, 13440, 13180, 12527, 11753, 12633, 12606, 12839, 12797, 12518, 10048, 12796, 9784, 12300, 12331, 12091, 12364, 12234, 12749, 12609, 12939, 12409, 12753, 12329, 12190, 11977, 12388, 15873, 12645, 12679, 12698, 12178, 11778, 12603, 12765, 12567, 12668, 12352, 12137, 13594, 12149, 17226, 11648, 16881, 19974, 17309, 17993, 12557, 15034, 11250, 16065, 18830, 12827, 12279, 19212, 12467, 12031, 13615, 12499, 12202, 11858, 12581, 11138, 12734, 12088, 12770, 12470, 12646, 12648, 12863, 12883, 12795, 12752, 11817, 12503, 17890, 14479, 13146, 13805, 13132, 12827, 12507, 13065, 14421, 12965, 12683, 12976, 13098, 12764, 12521, 13032, 12332, 13374, 11796, 12149, 12677, 12991, 15158, 12137, 13145, 13070, 14129, 12330, 14960, 14966, 13034, 15259, 12486, 11999, 12255, 12313, 14339, 11923, 17439, 12735, 12770, 13288, 14012, 13189, 15971, 12193, 17513, 12799, 14961, 12181, 12424, 12394, 12935, 16953, 12594, 12705, 14085, 12114, 12539, 11338, 12600, 9677, 12521, 12102, 12896, 12226, 16509, 12689, 12595, 11605, 12646, 13275, 12559, 12673, 12938, 12456, 12229, 13138, 12006, 12429, 12676, 12734, 12661, 12805, 12951, 12794, 13245, 12537, 13414, 12872, 13474, 11904, 13235, 13211, 15923, 14969, 13437, 12788, 13131, 18970, 15243, 13672, 13496, 13466, 12004, 12712, 17871, 15036, 12485, 14898, 12207, 12575, 12493, 12592, 11868, 12632, 11866, 12429, 15867, 11565, 11869, 17497, 11446, 11640, 16798, 11403, 11325, 14680, 11614, 11769, 11888, 12390, 12539, 12382, 11499, 12166, 12269, 14043, 12498, 12187, 12968, 12595, 15372, 12658, 12464, 16671, 12694, 12081, 14491, 12052, 13278, 12296, 12122, 13097, 10867, 11775, 11709, 9303, 10354, 11856, 10475, 10312, 12744, 10388, 10505, 12670, 11489, 10446, 9860, 10614, 10103, 10394, 10676, 10189, 10211, 9682, 10301, 10654, 10276, 14625, 19090, 16668, 13643, 17466, 13782, 14650, 19336, 15423, 17257, 13871, 10758, 19491, 10106, 13590, 9938, 10610, 9657, 10503, 15712, 10113, 11354, 11261, 11184, 9946, 10807, 15545, 10527, 11579, 13311, 10950, 17909, 10502, 12947, 9548, 10515, 12950, 10360, 11808, 11211, 10795, 10207, 10135, 10281, 10177, 12636, 10340], 'WindowCenter': [4446.0, 4426.0, 4427.0, 4436.0, 4423.0, 4435.0, 4437.0, 4445.0, 4448.0, 4436.0, 4451.0, 4451.0, 4454.0, 4452.0, 4454.0, 4465.0, 4453.0, 4464.0, 4455.0, 4477.0, 4466.0, 4498.0, 4466.0, 4495.0, 4477.0, 4454.0, 4476.0, 4474.0, 4466.0, 4495.0, 4502.0, 4519.0, 4498.0, 4496.0, 4494.0, 4472.0, 4483.0, 4484.0, 4496.0, 4496.0, 4498.0, 4529.0, 4517.0, 4517.0, 4484.0, 4514.0, 4459.0, 4458.0, 4447.0, 4446.0, 4435.0, 4447.0, 4438.0, 4448.0, 4450.0, 4485.0, 4475.0, 4482.0, 4460.0, 4470.0, 4461.0, 4473.0, 4485.0, 4498.0, 4488.0, 4500.0, 4477.0, 4497.0, 4487.0, 4499.0, 4477.0, 4489.0, 4488.0, 4478.0, 4500.0, 4489.0, 4500.0, 4480.0, 4499.0, 4488.0, 4500.0, 4504.0, 4517.0, 4529.0, 4528.0, 4517.0, 4516.0, 4524.0, 4512.0, 4536.0, 4500.0, 4520.0, 4489.0, 4510.0, 4533.0, 4497.0, 4487.0, 4526.0, 4485.0, 4504.0, 4475.0, 4474.0, 4464.0, 4464.0, 4514.0, 4451.0, 4452.0, 4501.0, 4452.0, 4463.0, 4465.0, 4476.0, 4471.0, 4473.0, 4472.0, 4475.0, 4486.0, 4485.0, 4488.0, 4478.0, 4525.0, 4511.0, 4500.0, 4500.0, 4490.0, 4502.0, 4499.0, 4500.0, 4513.0, 4505.0, 4511.0, 4501.0, 4513.0, 4503.0, 4514.0, 4513.0, 4503.0, 4523.0, 4490.0, 4501.0, 4518.0, 4491.0, 4521.0, 4510.0, 4510.0, 4479.0, 4490.0, 4537.0, 4508.0, 4518.0, 4486.0, 4487.0, 4527.0, 4516.0, 4507.0, 4513.0, 4474.0, 4516.0, 4473.0, 4458.0, 4482.0, 4472.0, 4484.0, 4473.0, 4497.0, 4498.0, 4521.0, 4512.0, 4523.0, 4522.0, 4526.0, 4555.0, 4514.0, 4554.0, 4523.0, 4500.0, 4498.0, 4520.0, 4504.0, 4482.0, 4491.0, 4459.0, 4469.0, 4479.0, 4459.0, 4457.0, 4470.0, 4472.0, 4474.0, 4485.0, 4493.0, 4483.0, 4472.0, 4493.0, 4484.0, 4473.0, 4472.0, 4472.0, 4471.0, 4472.0, 4473.0, 4474.0, 4487.0, 4489.0, 4499.0, 4496.0, 4474.0, 4497.0, 4486.0, 4485.0, 4485.0, 4515.0, 4483.0, 4494.0, 4514.0, 4493.0, 4482.0, 4459.0, 4460.0, 4469.0, 4469.0, 4460.0, 4460.0, 4472.0, 4462.0, 4498.0, 4500.0, 4506.0, 4497.0, 4497.0, 4495.0, 4484.0, 4484.0, 4485.0, 4486.0, 4475.0, 4500.0, 4521.0, 4506.0, 4496.0, 4497.0, 4504.0, 4496.0, 4496.0, 4496.0, 4499.0, 4500.0, 4509.0, 4500.0, 4525.0, 4536.0, 4523.0, 4522.0, 4524.0, 4524.0, 4513.0, 4534.0, 4501.0, 4499.0, 4529.0, 4523.0, 4522.0, 4519.0, 4508.0, 4508.0, 4510.0, 4521.0, 4511.0, 4524.0, 4512.0, 4537.0, 4536.0, 4538.0, 4539.0, 4573.0, 4526.0, 4522.0, 4545.0, 4514.0, 4501.0, 4495.0, 4499.0, 4527.0, 4483.0, 4495.0, 4523.0, 4484.0, 4502.0, 4481.0, 4470.0, 4479.0, 4496.0, 4504.0, 4534.0, 4483.0, 4479.0, 4482.0, 4471.0, 4471.0, 4472.0, 4494.0, 4470.0, 4469.0, 4470.0, 4472.0, 4483.0, 4483.0, 4472.0, 4481.0, 4471.0, 4470.0, 4506.0, 4497.0, 4509.0, 4506.0, 4510.0, 4518.0, 4510.0, 4523.0, 4523.0, 4532.0, 4521.0, 4510.0, 4522.0, 4521.0, 4531.0, 4511.0, 4513.0, 4534.0, 4510.0, 4509.0, 4500.0, 4508.0, 4497.0, 4509.0, 4508.0, 4522.0, 4511.0, 4511.0, 4510.0, 4511.0, 4512.0, 4558.0, 4533.0, 4508.0, 4526.0, 4500.0, 4498.0, 4485.0, 4484.0, 4526.0, 4486.0, 4485.0, 4484.0, 4487.0, 4506.0, 4486.0, 4511.0, 4495.0, 4475.0, 4495.0, 4483.0, 4485.0, 4508.0, 4496.0, 4497.0, 4508.0, 4510.0, 4512.0, 4513.0, 4522.0, 4515.0, 4538.0, 4539.0, 4528.0, 4525.0, 4514.0, 4526.0, 4536.0, 4554.0, 4512.0, 4508.0, 4485.0, 4495.0, 4496.0, 4486.0, 4497.0, 4496.0, 4487.0, 4497.0, 4495.0, 4496.0, 4498.0, 4488.0, 4510.0, 4499.0, 4522.0, 4511.0, 4534.0, 4524.0, 4525.0, 4537.0, 4534.0, 4522.0, 4512.0, 4540.0, 4500.0, 4501.0, 4517.0, 4497.0, 4497.0, 4498.0, 4497.0, 4496.0, 4498.0, 4507.0, 4496.0, 4486.0, 4497.0, 4497.0, 4486.0, 4510.0, 4528.0, 4500.0, 4498.0, 4496.0, 4497.0, 4540.0, 4499.0, 4486.0, 4488.0, 4499.0, 4499.0, 4512.0, 4499.0, 4487.0, 4488.0, 4487.0, 4486.0, 4502.0, 4520.0, 4501.0, 4500.0, 4501.0, 4502.0, 4529.0, 4501.0, 4511.0, 4492.0, 4488.0, 4501.0, 4512.0, 4499.0, 4489.0, 4479.0, 4478.0, 4481.0, 4503.0, 4512.0, 4515.0, 4555.0, 4502.0, 4502.0, 4532.0, 4499.0, 4508.0, 4501.0, 4500.0, 4500.0, 4528.0, 4488.0, 4528.0, 4497.0, 4518.0, 4514.0, 4483.0, 4504.0, 4469.0, 4447.0, 4485.0, 4433.0, 4432.0, 4441.0, 4445.0, 4446.0, 4459.0, 4469.0, 4474.0, 4509.0, 4481.0, 4485.0, 4495.0, 4487.0, 4500.0, 4498.0, 4511.0, 4513.0, 4524.0, 4526.0, 4548.0, 4528.0, 4537.0, 4515.0, 4538.0, 4539.0, 4547.0, 4536.0, 4526.0, 4528.0, 4524.0, 4545.0, 4545.0, 4546.0, 4527.0, 4545.0, 4548.0, 4500.0, 4500.0, 4520.0, 4488.0, 4495.0, 4496.0, 4484.0, 4485.0, 4505.0, 4496.0, 4508.0, 4496.0, 4506.0, 4488.0, 4522.0, 4512.0, 4536.0, 4514.0, 4536.0, 4537.0, 4524.0, 4536.0, 4544.0, 4523.0, 4500.0, 4496.0, 4495.0, 4506.0, 4500.0, 4497.0, 4499.0, 4509.0, 4509.0, 4498.0, 4500.0, 4498.0, 4520.0, 4522.0, 4523.0, 4525.0, 4510.0, 4522.0, 4545.0, 4501.0, 4508.0, 4483.0, 4483.0, 4526.0, 4495.0, 4483.0, 4472.0, 4471.0, 4473.0, 4483.0, 4492.0, 4482.0, 4481.0, 4483.0, 4470.0, 4459.0, 4472.0, 4472.0, 4482.0, 4482.0, 4484.0, 4454.0, 4496.0, 4467.0, 4498.0, 4511.0, 4512.0, 4514.0, 4502.0, 4512.0, 4511.0, 4514.0, 4515.0, 4513.0, 4510.0, 4503.0, 4502.0, 4513.0, 4530.0, 4511.0, 4511.0, 4512.0, 4500.0, 4500.0, 4513.0, 4524.0, 4514.0, 4514.0, 4513.0, 4511.0, 4522.0, 4499.0, 4529.0, 4473.0, 4517.0, 4527.0, 4516.0, 4516.0, 4486.0, 4507.0, 4465.0, 4504.0, 4515.0, 4472.0, 4475.0, 4510.0, 4460.0, 4472.0, 4470.0, 4457.0, 4459.0, 4457.0, 4469.0, 4458.0, 4482.0, 4481.0, 4494.0, 4498.0, 4508.0, 4510.0, 4524.0, 4514.0, 4525.0, 4525.0, 4513.0, 4513.0, 4542.0, 4511.0, 4497.0, 4498.0, 4496.0, 4499.0, 4497.0, 4498.0, 4510.0, 4497.0, 4496.0, 4495.0, 4498.0, 4497.0, 4498.0, 4511.0, 4500.0, 4521.0, 4514.0, 4527.0, 4525.0, 4525.0, 4545.0, 4516.0, 4524.0, 4513.0, 4524.0, 4504.0, 4525.0, 4522.0, 4510.0, 4520.0, 4498.0, 4489.0, 4500.0, 4512.0, 4523.0, 4501.0, 4531.0, 4500.0, 4499.0, 4511.0, 4509.0, 4510.0, 4519.0, 4499.0, 4532.0, 4499.0, 4519.0, 4487.0, 4487.0, 4487.0, 4497.0, 4508.0, 4461.0, 4471.0, 4481.0, 4461.0, 4471.0, 4462.0, 4472.0, 4442.0, 4482.0, 4473.0, 4484.0, 4486.0, 4518.0, 4487.0, 4474.0, 4463.0, 4470.0, 4471.0, 4471.0, 4471.0, 4469.0, 4470.0, 4474.0, 4481.0, 4474.0, 4497.0, 4486.0, 4500.0, 4510.0, 4524.0, 4522.0, 4525.0, 4525.0, 4526.0, 4549.0, 4539.0, 4539.0, 4529.0, 4549.0, 4541.0, 4551.0, 4538.0, 4526.0, 4513.0, 4514.0, 4556.0, 4536.0, 4512.0, 4527.0, 4525.0, 4513.0, 4526.0, 4547.0, 4522.0, 4501.0, 4519.0, 4489.0, 4497.0, 4498.0, 4502.0, 4503.0, 4513.0, 4503.0, 4527.0, 4547.0, 4493.0, 4492.0, 4522.0, 4478.0, 4477.0, 4518.0, 4476.0, 4466.0, 4494.0, 4477.0, 4486.0, 4486.0, 4500.0, 4499.0, 4525.0, 4490.0, 4502.0, 4514.0, 4523.0, 4513.0, 4512.0, 4524.0, 4514.0, 4523.0, 4513.0, 4513.0, 4531.0, 4502.0, 4514.0, 4524.0, 4502.0, 4511.0, 4488.0, 4487.0, 4498.0, 4478.0, 4491.0, 4500.0, 4461.0, 4494.0, 4491.0, 4481.0, 4484.0, 4516.0, 4484.0, 4495.0, 4513.0, 4504.0, 4506.0, 4496.0, 4507.0, 4506.0, 4509.0, 4506.0, 4522.0, 4521.0, 4512.0, 4524.0, 4521.0, 4522.0, 4563.0, 4570.0, 4547.0, 4526.0, 4532.0, 4512.0, 4513.0, 4528.0, 4507.0, 4518.0, 4496.0, 4467.0, 4527.0, 4456.0, 4495.0, 4456.0, 4467.0, 4457.0, 4479.0, 4518.0, 4470.0, 4478.0, 4479.0, 4479.0, 4468.0, 4478.0, 4519.0, 4480.0, 4489.0, 4497.0, 4477.0, 4528.0, 4467.0, 4498.0, 4456.0, 4468.0, 4496.0, 4468.0, 4486.0, 4490.0, 4490.0, 4469.0, 4508.0, 4483.0, 4493.0, 4500.0, 4483.0], 'WindowWidth': [9805.0, 9761.0, 9762.0, 9770.0, 9747.0, 9763.0, 9772.0, 9783.0, 9793.0, 9773.0, 9800.0, 9803.0, 9810.0, 9805.0, 9810.0, 9824.0, 9810.0, 9825.0, 9811.0, 9849.0, 9834.0, 9877.0, 9830.0, 9868.0, 9846.0, 9812.0, 9845.0, 9839.0, 9831.0, 9870.0, 9895.0, 9916.0, 9881.0, 9877.0, 9868.0, 9836.0, 9852.0, 9856.0, 9875.0, 9876.0, 9882.0, 9933.0, 9906.0, 9913.0, 9856.0, 9905.0, 9809.0, 9804.0, 9787.0, 9785.0, 9770.0, 9789.0, 9779.0, 9794.0, 9801.0, 9861.0, 9845.0, 9847.0, 9814.0, 9828.0, 9816.0, 9838.0, 9860.0, 9881.0, 9869.0, 9887.0, 9851.0, 9876.0, 9866.0, 9883.0, 9850.0, 9871.0, 9867.0, 9852.0, 9889.0, 9874.0, 9887.0, 9860.0, 9886.0, 9871.0, 9890.0, 9900.0, 9922.0, 9946.0, 9941.0, 9924.0, 9918.0, 9927.0, 9908.0, 9947.0, 9888.0, 9920.0, 9869.0, 9903.0, 9951.0, 9881.0, 9867.0, 9922.0, 9860.0, 9886.0, 9843.0, 9844.0, 9826.0, 9827.0, 9901.0, 9805.0, 9807.0, 9875.0, 9806.0, 9824.0, 9832.0, 9850.0, 9833.0, 9839.0, 9840.0, 9847.0, 9862.0, 9860.0, 9869.0, 9857.0, 9937.0, 9908.0, 9890.0, 9888.0, 9875.0, 9897.0, 9887.0, 9888.0, 9914.0, 9906.0, 9909.0, 9891.0, 9912.0, 9902.0, 9919.0, 9914.0, 9898.0, 9929.0, 9879.0, 9893.0, 9917.0, 9879.0, 9923.0, 9907.0, 9906.0, 9859.0, 9877.0, 9941.0, 9896.0, 9916.0, 9864.0, 9868.0, 9927.0, 9904.0, 9898.0, 9896.0, 9846.0, 9907.0, 9841.0, 9812.0, 9850.0, 9840.0, 9858.0, 9842.0, 9879.0, 9884.0, 9920.0, 9910.0, 9928.0, 9925.0, 9938.0, 9977.0, 9914.0, 9973.0, 9928.0, 9888.0, 9881.0, 9929.0, 9886.0, 9849.0, 9864.0, 9811.0, 9827.0, 9845.0, 9813.0, 9807.0, 9832.0, 9838.0, 9845.0, 9860.0, 9866.0, 9851.0, 9837.0, 9870.0, 9857.0, 9840.0, 9836.0, 9837.0, 9834.0, 9837.0, 9838.0, 9842.0, 9870.0, 9873.0, 9886.0, 9877.0, 9842.0, 9878.0, 9864.0, 9861.0, 9862.0, 9909.0, 9855.0, 9875.0, 9904.0, 9868.0, 9851.0, 9815.0, 9816.0, 9829.0, 9827.0, 9817.0, 9817.0, 9835.0, 9824.0, 9884.0, 9891.0, 9894.0, 9878.0, 9882.0, 9874.0, 9856.0, 9856.0, 9858.0, 9864.0, 9847.0, 9889.0, 9924.0, 9894.0, 9877.0, 9879.0, 9885.0, 9878.0, 9877.0, 9879.0, 9889.0, 9891.0, 9902.0, 9892.0, 9937.0, 9952.0, 9927.0, 9925.0, 9931.0, 9928.0, 9914.0, 9951.0, 9894.0, 9886.0, 9931.0, 9925.0, 9923.0, 9913.0, 9898.0, 9902.0, 9906.0, 9922.0, 9906.0, 9930.0, 9911.0, 9956.0, 9950.0, 9957.0, 9959.0, 10023.0, 9936.0, 9924.0, 9968.0, 9915.0, 9891.0, 9874.0, 9884.0, 9924.0, 9854.0, 9878.0, 9913.0, 9858.0, 9882.0, 9847.0, 9833.0, 9844.0, 9878.0, 9891.0, 9932.0, 9857.0, 9844.0, 9850.0, 9835.0, 9834.0, 9836.0, 9876.0, 9830.0, 9828.0, 9828.0, 9835.0, 9851.0, 9854.0, 9837.0, 9847.0, 9832.0, 9831.0, 9892.0, 9882.0, 9901.0, 9895.0, 9905.0, 9915.0, 9905.0, 9928.0, 9931.0, 9939.0, 9921.0, 9905.0, 9924.0, 9924.0, 9937.0, 9905.0, 9915.0, 9944.0, 9906.0, 9903.0, 9889.0, 9898.0, 9883.0, 9901.0, 9899.0, 9925.0, 9911.0, 9909.0, 9908.0, 9908.0, 9911.0, 9997.0, 9947.0, 9901.0, 9924.0, 9888.0, 9884.0, 9862.0, 9860.0, 9929.0, 9865.0, 9859.0, 9858.0, 9865.0, 9895.0, 9862.0, 9904.0, 9878.0, 9845.0, 9873.0, 9854.0, 9860.0, 9899.0, 9882.0, 9881.0, 9897.0, 9904.0, 9912.0, 9915.0, 9928.0, 9920.0, 9958.0, 9965.0, 9943.0, 9932.0, 9916.0, 9937.0, 9953.0, 9979.0, 9911.0, 9900.0, 9859.0, 9873.0, 9877.0, 9862.0, 9879.0, 9877.0, 9864.0, 9879.0, 9874.0, 9875.0, 9883.0, 9869.0, 9904.0, 9890.0, 9926.0, 9911.0, 9946.0, 9933.0, 9935.0, 9954.0, 9950.0, 9925.0, 9912.0, 9953.0, 9889.0, 9896.0, 9913.0, 9881.0, 9879.0, 9880.0, 9878.0, 9878.0, 9882.0, 9895.0, 9878.0, 9864.0, 9880.0, 9881.0, 9867.0, 9903.0, 9928.0, 9887.0, 9885.0, 9878.0, 9881.0, 9948.0, 9885.0, 9866.0, 9866.0, 9888.0, 9889.0, 9913.0, 9888.0, 9870.0, 9870.0, 9869.0, 9866.0, 9894.0, 9921.0, 9893.0, 9890.0, 9893.0, 9895.0, 9933.0, 9895.0, 9909.0, 9882.0, 9870.0, 9892.0, 9909.0, 9886.0, 9874.0, 9857.0, 9853.0, 9863.0, 9897.0, 9912.0, 9919.0, 9978.0, 9895.0, 9895.0, 9940.0, 9886.0, 9899.0, 9892.0, 9890.0, 9891.0, 9928.0, 9868.0, 9932.0, 9880.0, 9923.0, 9902.0, 9855.0, 9898.0, 9826.0, 9794.0, 9845.0, 9767.0, 9765.0, 9775.0, 9788.0, 9790.0, 9814.0, 9831.0, 9845.0, 9898.0, 9849.0, 9861.0, 9876.0, 9867.0, 9886.0, 9884.0, 9905.0, 9915.0, 9932.0, 9936.0, 9972.0, 9944.0, 9954.0, 9922.0, 9957.0, 9960.0, 9974.0, 9952.0, 9936.0, 9942.0, 9929.0, 9967.0, 9960.0, 9966.0, 9939.0, 9964.0, 9983.0, 9891.0, 9886.0, 9916.0, 9866.0, 9873.0, 9878.0, 9857.0, 9857.0, 9889.0, 9878.0, 9898.0, 9879.0, 9893.0, 9869.0, 9920.0, 9912.0, 9950.0, 9917.0, 9951.0, 9953.0, 9933.0, 9956.0, 9965.0, 9927.0, 9891.0, 9877.0, 9874.0, 9895.0, 9889.0, 9881.0, 9884.0, 9898.0, 9899.0, 9881.0, 9889.0, 9883.0, 9919.0, 9926.0, 9925.0, 9934.0, 9905.0, 9926.0, 9967.0, 9891.0, 9899.0, 9856.0, 9855.0, 9925.0, 9875.0, 9856.0, 9831.0, 9833.0, 9836.0, 9854.0, 9863.0, 9848.0, 9849.0, 9852.0, 9831.0, 9815.0, 9834.0, 9833.0, 9850.0, 9850.0, 9859.0, 9819.0, 9877.0, 9839.0, 9886.0, 9907.0, 9912.0, 9913.0, 9896.0, 9909.0, 9906.0, 9911.0, 9916.0, 9912.0, 9904.0, 9897.0, 9894.0, 9911.0, 9934.0, 9905.0, 9908.0, 9906.0, 9890.0, 9892.0, 9914.0, 9930.0, 9915.0, 9915.0, 9913.0, 9909.0, 9922.0, 9886.0, 9930.0, 9840.0, 9910.0, 9927.0, 9907.0, 9910.0, 9863.0, 9895.0, 9832.0, 9888.0, 9911.0, 9836.0, 9848.0, 9891.0, 9814.0, 9835.0, 9826.0, 9807.0, 9812.0, 9806.0, 9828.0, 9812.0, 9852.0, 9849.0, 9873.0, 9883.0, 9897.0, 9905.0, 9929.0, 9914.0, 9931.0, 9932.0, 9914.0, 9913.0, 9961.0, 9904.0, 9879.0, 9882.0, 9874.0, 9881.0, 9878.0, 9881.0, 9903.0, 9880.0, 9878.0, 9874.0, 9881.0, 9882.0, 9886.0, 9905.0, 9888.0, 9920.0, 9918.0, 9940.0, 9932.0, 9934.0, 9965.0, 9925.0, 9930.0, 9912.0, 9932.0, 9900.0, 9932.0, 9922.0, 9901.0, 9913.0, 9883.0, 9871.0, 9890.0, 9911.0, 9928.0, 9890.0, 9936.0, 9885.0, 9888.0, 9904.0, 9900.0, 9904.0, 9918.0, 9888.0, 9942.0, 9883.0, 9914.0, 9867.0, 9864.0, 9862.0, 9880.0, 9902.0, 9818.0, 9832.0, 9848.0, 9818.0, 9831.0, 9820.0, 9835.0, 9795.0, 9851.0, 9838.0, 9854.0, 9861.0, 9910.0, 9864.0, 9843.0, 9822.0, 9827.0, 9831.0, 9830.0, 9830.0, 9824.0, 9826.0, 9840.0, 9846.0, 9840.0, 9878.0, 9861.0, 9886.0, 9904.0, 9931.0, 9923.0, 9931.0, 9932.0, 9937.0, 9976.0, 9957.0, 9958.0, 9945.0, 9973.0, 9964.0, 9981.0, 9952.0, 9934.0, 9911.0, 9913.0, 9978.0, 9946.0, 9911.0, 9933.0, 9935.0, 9912.0, 9933.0, 9976.0, 9921.0, 9892.0, 9915.0, 9870.0, 9878.0, 9881.0, 9893.0, 9896.0, 9910.0, 9897.0, 9936.0, 9969.0, 9883.0, 9882.0, 9930.0, 9853.0, 9848.0, 9913.0, 9846.0, 9830.0, 9868.0, 9851.0, 9863.0, 9861.0, 9885.0, 9884.0, 9930.0, 9877.0, 9894.0, 9913.0, 9925.0, 9910.0, 9909.0, 9927.0, 9913.0, 9926.0, 9909.0, 9911.0, 9933.0, 9891.0, 9915.0, 9927.0, 9894.0, 9907.0, 9867.0, 9861.0, 9881.0, 9852.0, 9874.0, 9890.0, 9835.0, 9889.0, 9876.0, 9861.0, 9873.0, 9919.0, 9874.0, 9890.0, 9913.0, 9900.0, 9909.0, 9896.0, 9911.0, 9909.0, 9917.0, 9913.0, 9942.0, 9941.0, 9928.0, 9948.0, 9938.0, 9941.0, 10002.0, 10007.0, 9966.0, 9937.0, 9939.0, 9906.0, 9916.0, 9928.0, 9894.0, 9914.0, 9875.0, 9839.0, 9925.0, 9822.0, 9874.0, 9824.0, 9839.0, 9823.0, 9858.0, 9910.0, 9847.0, 9857.0, 9858.0, 9857.0, 9842.0, 9856.0, 9914.0, 9860.0, 9873.0, 9878.0, 9852.0, 9923.0, 9836.0, 9879.0, 9821.0, 9839.0, 9876.0, 9842.0, 9865.0, 9874.0, 9875.0, 9845.0, 9915.0, 9871.0, 9886.0, 9889.0, 9871.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.006014529816513761</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05715181605504588</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.33607151362802</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.272633920126292</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0499938792422507</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4874</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4981.1831</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15421622775997623</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>197</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>22.591743119266056</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.976983869530969</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.894868294617325</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3166241027437016</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7194592112318814</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0149489</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013567650690674782</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02931324578821659</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5543621089915747</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>25.354</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.8733</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.3779</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296089.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.1112</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6679</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.4441</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3581.1754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3856.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80455.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4807.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1084.8574</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.347545689786784</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> |