=== 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-0008 --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-0008",
"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-0008_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0008_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-04/func/sub-0008_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c47ed63c2264f818d4c96c541236e330</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:40:39.640000</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.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0880803</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</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>227.908</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>95d686c7-6e9b-4733-bd2e-e2dcc2d54cac||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.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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': ['124039.640000', '124040.100000', '124040.560000', '124041.020000', '124041.480000', '124041.940000', '124042.400000', '124042.860000', '124043.320000', '124043.780000', '124044.240000', '124044.700000', '124045.160000', '124045.620000', '124046.080000', '124046.540000', '124047.000000', '124047.460000', '124047.920000', '124048.380000', '124048.840000', '124049.300000', '124049.760000', '124050.220000', '124050.680000', '124051.140000', '124051.600000', '124052.060000', '124052.520000', '124052.980000', '124053.440000', '124053.900000', '124054.360000', '124054.820000', '124055.280000', '124055.740000', '124056.200000', '124056.660000', '124057.120000', '124057.580000', '124058.040000', '124058.500000', '124058.960000', '124059.420000', '124059.880000', '124100.340000', '124100.800000', '124101.260000', '124101.720000', '124102.180000', '124102.640000', '124103.100000', '124103.560000', '124104.020000', '124104.480000', '124104.940000', '124105.400000', '124105.860000', '124106.320000', '124106.780000', '124107.240000', '124107.700000', '124108.160000', '124108.620000', '124109.080000', '124109.540000', '124110.000000', '124110.460000', '124110.920000', '124111.380000', '124111.840000', '124112.300000', '124112.760000', '124113.220000', '124113.680000', '124114.140000', '124114.600000', '124115.060000', '124115.520000', '124115.980000', '124116.440000', '124116.900000', '124117.360000', '124117.820000', '124118.280000', '124118.740000', '124119.200000', '124119.660000', '124120.120000', '124120.580000', '124121.040000', '124121.500000', '124121.960000', '124122.420000', '124122.880000', '124123.340000', '124123.800000', '124124.260000', '124124.720000', '124125.180000', '124125.640000', '124126.100000', '124126.560000', '124127.020000', '124127.480000', '124127.940000', '124128.400000', '124128.860000', '124129.320000', '124129.780000', '124130.240000', '124130.700000', '124131.160000', '124131.620000', '124132.080000', '124132.540000', '124133.000000', '124133.460000', '124133.920000', '124134.380000', '124134.840000', '124135.300000', '124135.760000', '124136.220000', '124136.680000', '124137.140000', '124137.600000', '124138.060000', '124138.520000', '124138.980000', '124139.440000', '124139.900000', '124140.360000', '124140.820000', '124141.280000', '124141.740000', '124142.200000', '124142.660000', '124143.120000', '124143.580000', '124144.040000', '124144.500000', '124144.960000', '124145.420000', '124145.880000', '124146.340000', '124146.800000', '124147.260000', '124147.720000', '124148.180000', '124148.640000', '124149.100000', '124149.560000', '124150.020000', '124150.480000', '124150.940000', '124151.400000', '124151.860000', '124152.320000', '124152.780000', '124153.240000', '124153.700000', '124154.160000', '124154.620000', '124155.080000', '124155.540000', '124156.000000', '124156.460000', '124156.920000', '124157.380000', '124157.840000', '124158.300000', '124158.760000', '124159.220000', '124159.680000', '124200.140000', '124200.600000', '124201.060000', '124201.520000', '124201.980000', '124202.440000', '124202.900000', '124203.360000', '124203.820000', '124204.280000', '124204.740000', '124205.200000', '124205.660000', '124206.120000', '124206.580000', '124207.040000', '124207.500000', '124207.960000', '124208.420000', '124208.880000', '124209.340000', '124209.800000', '124210.260000', '124210.720000', '124211.180000', '124211.640000', '124212.100000', '124212.560000', '124213.020000', '124213.480000', '124213.940000', '124214.400000', '124214.860000', '124215.320000', '124215.780000', '124216.240000', '124216.700000', '124217.160000', '124217.620000', '124218.080000', '124218.540000', '124219.000000', '124219.460000', '124219.920000', '124220.380000', '124220.840000', '124221.300000', '124221.760000', '124222.220000', '124222.680000', '124223.140000', '124223.600000', '124224.060000', '124224.520000', '124224.980000', '124225.440000', '124225.900000', '124226.360000', '124226.820000', '124227.280000', '124227.740000', '124228.200000', '124228.660000', '124229.120000', '124229.580000', '124230.040000', '124230.500000', '124230.960000', '124231.420000', '124231.880000', '124232.340000', '124232.800000', '124233.260000', '124233.720000', '124234.180000', '124234.640000', '124235.100000', '124235.560000', '124236.020000', '124236.480000', '124236.940000', '124237.400000', '124237.860000', '124238.320000', '124238.780000', '124239.240000', '124239.700000', '124240.160000', '124240.620000', '124241.080000', '124241.540000', '124242.000000', '124242.460000', '124242.920000', '124243.380000', '124243.840000', '124244.300000', '124244.760000', '124245.220000', '124245.680000', '124246.140000', '124246.600000', '124247.060000', '124247.520000', '124247.980000', '124248.440000', '124248.900000', '124249.360000', '124249.820000', '124250.280000', '124250.740000', '124251.200000', '124251.660000', '124252.120000', '124252.580000', '124253.040000', '124253.500000', '124253.960000', '124254.420000', '124254.880000', '124255.340000', '124255.800000', '124256.260000', '124256.720000', '124257.180000', '124257.640000', '124258.100000', '124258.560000', '124259.020000', '124259.480000', '124259.940000', '124300.400000', '124300.860000', '124301.320000', '124301.780000', '124302.240000', '124302.700000', '124303.160000', '124303.620000', '124304.080000', '124304.540000', '124305.000000', '124305.460000', '124305.920000', '124306.380000', '124306.840000', '124307.300000', '124307.760000', '124308.220000', '124308.680000', '124309.140000', '124309.600000', '124310.060000', '124310.520000', '124310.980000', '124311.440000', '124311.900000', '124312.360000', '124312.820000', '124313.280000', '124313.740000', '124314.200000', '124314.660000', '124315.120000', '124315.580000', '124316.040000', '124316.500000', '124316.960000', '124317.420000', '124317.880000', '124318.340000', '124318.800000', '124319.260000', '124319.720000', '124320.180000', '124320.640000', '124321.100000', '124321.560000', '124322.020000', '124322.480000', '124322.940000', '124323.400000', '124323.860000', '124324.320000', '124324.780000', '124325.240000', '124325.700000', '124326.160000', '124326.620000', '124327.080000', '124327.540000', '124328.000000', '124328.460000', '124328.920000', '124329.380000', '124329.840000', '124330.300000', '124330.760000', '124331.220000', '124331.680000', '124332.140000', '124332.600000', '124333.060000', '124333.520000', '124333.980000', '124334.440000', '124334.900000', '124335.360000', '124335.820000', '124336.280000', '124336.740000', '124337.200000', '124337.660000', '124338.120000', '124338.580000', '124339.040000', '124339.500000', '124339.960000', '124340.420000', '124340.880000', '124341.340000', '124341.800000', '124342.260000', '124342.720000', '124343.180000', '124343.640000', '124344.100000', '124344.560000', '124345.020000', '124345.480000', '124345.940000', '124346.400000', '124346.860000', '124347.320000', '124347.780000', '124348.240000', '124348.700000', '124349.160000', '124349.620000', '124350.080000', '124350.540000', '124351.000000', '124351.460000', '124351.920000', '124352.380000', '124352.840000', '124353.300000', '124353.760000', '124354.220000', '124354.680000', '124355.140000', '124355.600000', '124356.060000', '124356.520000', '124356.980000', '124357.440000', '124357.900000', '124358.360000', '124358.820000', '124359.280000', '124359.740000', '124400.200000', '124400.660000', '124401.120000', '124401.580000', '124402.040000', '124402.500000', '124402.960000', '124403.420000', '124403.880000', '124404.340000', '124404.800000', '124405.260000', '124405.720000', '124406.180000', '124406.640000', '124407.100000', '124407.560000', '124408.020000', '124408.480000', '124408.940000', '124409.400000', '124409.860000', '124410.320000', '124410.780000', '124411.240000', '124411.700000', '124412.160000', '124412.620000', '124413.080000', '124413.540000', '124414.000000', '124414.460000', '124414.920000', '124415.380000', '124415.840000', '124416.300000', '124416.760000', '124417.220000', '124417.680000', '124418.140000', '124418.600000', '124419.060000', '124419.520000', '124419.980000', '124420.440000', '124420.900000', '124421.360000', '124421.820000', '124422.280000', '124422.740000', '124423.200000', '124423.660000', '124424.120000', '124424.580000', '124425.040000', '124425.500000', '124425.960000', '124426.420000', '124426.880000', '124427.340000', '124427.800000', '124428.260000', '124428.720000', '124429.180000', '124429.640000', '124430.100000', '124430.560000', '124431.020000', '124431.480000', '124431.940000', '124432.400000', '124432.860000', '124433.320000', '124433.780000', '124434.240000', '124434.700000', '124435.160000', '124435.620000', '124436.080000', '124436.540000', '124437.000000', '124437.460000', '124437.920000', '124438.380000', '124438.840000', '124439.300000', '124439.760000', '124440.220000', '124440.680000', '124441.140000', '124441.600000', '124442.060000', '124442.520000', '124442.980000', '124443.440000', '124443.900000', '124444.360000', '124444.820000', '124445.280000', '124445.740000', '124446.200000', '124446.660000', '124447.120000', '124447.580000', '124448.040000', '124448.500000', '124448.960000', '124449.420000', '124449.880000', '124450.340000', '124450.800000', '124451.260000', '124451.720000', '124452.180000', '124452.640000', '124453.100000', '124453.560000', '124454.020000', '124454.480000', '124454.940000', '124455.400000', '124455.860000', '124456.320000', '124456.780000', '124457.240000', '124457.700000', '124458.160000', '124458.620000', '124459.080000', '124459.540000', '124500.000000', '124500.460000', '124500.920000', '124501.380000', '124501.840000', '124502.300000', '124502.760000', '124503.220000', '124503.680000', '124504.140000', '124504.600000', '124505.060000', '124505.520000', '124505.980000', '124506.440000', '124506.900000', '124507.360000', '124507.820000', '124508.280000', '124508.740000', '124509.200000', '124509.660000', '124510.120000', '124510.580000', '124511.040000', '124511.500000', '124511.960000', '124512.420000', '124512.880000', '124513.340000', '124513.800000', '124514.260000', '124514.720000', '124515.180000', '124515.640000', '124516.100000', '124516.560000', '124517.020000', '124517.480000', '124517.940000', '124518.400000', '124518.860000', '124519.320000', '124519.780000', '124520.240000', '124520.700000', '124521.160000', '124521.620000', '124522.080000', '124522.540000', '124523.000000', '124523.460000', '124523.920000', '124524.380000', '124524.840000', '124525.300000', '124525.760000', '124526.220000', '124526.680000', '124527.140000', '124527.600000', '124528.060000', '124528.520000', '124528.980000', '124529.440000', '124529.900000', '124530.360000', '124530.820000', '124531.280000', '124531.740000', '124532.200000', '124532.660000', '124533.120000', '124533.580000', '124534.040000', '124534.500000', '124534.960000', '124535.420000', '124535.880000', '124536.340000', '124536.800000', '124537.260000', '124537.720000', '124538.180000', '124538.640000', '124539.100000', '124539.560000', '124540.020000', '124540.480000', '124540.940000', '124541.400000', '124541.860000', '124542.320000', '124542.780000', '124543.240000', '124543.700000', '124544.160000', '124544.620000', '124545.080000', '124545.540000', '124546.000000', '124546.460000', '124546.920000', '124547.380000', '124547.840000', '124548.300000', '124548.760000', '124549.220000', '124549.680000', '124550.140000', '124550.600000', '124551.060000', '124551.520000', '124551.980000', '124552.440000', '124552.900000', '124553.360000', '124553.820000', '124554.280000', '124554.740000', '124555.200000', '124555.660000', '124556.120000', '124556.580000', '124557.040000', '124557.500000', '124557.960000', '124558.420000', '124558.880000', '124559.340000', '124559.800000', '124600.260000', '124600.720000', '124601.180000', '124601.640000', '124602.100000', '124602.560000', '124603.020000', '124603.480000', '124603.940000', '124604.400000', '124604.860000', '124605.320000', '124605.780000', '124606.240000', '124606.700000', '124607.160000', '124607.620000', '124608.080000', '124608.540000', '124609.000000', '124609.460000', '124609.920000', '124610.380000', '124610.840000', '124611.300000', '124611.760000', '124612.220000', '124612.680000', '124613.140000', '124613.600000', '124614.060000', '124614.520000', '124614.980000', '124615.440000', '124615.900000', '124616.360000', '124616.820000', '124617.280000', '124617.740000', '124618.200000', '124618.660000', '124619.120000', '124619.580000', '124620.040000', '124620.500000', '124620.960000', '124621.420000', '124621.880000', '124622.340000', '124622.800000', '124623.260000', '124623.720000', '124624.180000', '124624.640000', '124625.100000', '124625.560000', '124626.020000', '124626.480000', '124626.940000', '124627.400000', '124627.860000', '124628.320000', '124628.780000', '124629.240000', '124629.700000', '124630.160000', '124630.620000', '124631.080000', '124631.540000', '124632.000000', '124632.460000', '124632.920000', '124633.380000', '124633.840000', '124634.300000', '124634.760000', '124635.220000', '124635.680000', '124636.140000', '124636.600000', '124637.060000', '124637.520000', '124637.980000', '124638.440000', '124638.900000', '124639.360000', '124639.820000', '124640.280000', '124640.740000', '124641.200000', '124641.660000', '124642.120000', '124642.580000', '124643.040000', '124643.500000', '124643.960000', '124644.420000', '124644.880000', '124645.340000', '124645.800000', '124646.260000', '124646.720000', '124647.180000', '124647.640000', '124648.100000', '124648.560000', '124649.020000', '124649.480000', '124649.940000', '124650.400000', '124650.860000', '124651.320000', '124651.780000', '124652.240000', '124652.700000', '124653.160000', '124653.620000', '124654.080000', '124654.540000', '124655.000000', '124655.460000', '124655.920000', '124656.380000', '124656.840000', '124657.300000', '124657.760000', '124658.220000', '124658.680000', '124659.140000', '124659.600000', '124700.060000', '124700.520000', '124700.980000', '124701.440000', '124701.900000', '124702.360000', '124702.820000', '124703.280000', '124703.740000', '124704.200000', '124704.660000', '124705.120000', '124705.580000', '124706.040000', '124706.500000', '124706.960000', '124707.420000', '124707.880000', '124708.340000', '124708.800000', '124709.260000', '124709.720000', '124710.180000', '124710.640000', '124711.100000', '124711.560000', '124712.020000', '124712.480000', '124712.940000', '124713.400000', '124713.860000', '124714.320000', '124714.780000', '124715.240000', '124715.700000', '124716.160000', '124716.620000', '124717.080000', '124717.540000', '124718.000000', '124718.460000', '124718.920000', '124719.380000', '124719.840000', '124720.300000'], 'ContentTime': ['124100.915000', '124100.918000', '124100.921000', '124100.925000', '124100.928000', '124100.930000', '124100.933000', '124100.936000', '124100.939000', '124100.942000', '124100.945000', '124100.949000', '124100.952000', '124100.955000', '124100.958000', '124100.961000', '124100.964000', '124100.967000', '124100.970000', '124100.973000', '124100.975000', '124100.978000', '124100.981000', '124100.984000', '124100.987000', '124100.990000', '124100.993000', '124100.996000', '124101.001000', '124101.004000', '124101.007000', '124101.010000', '124101.013000', '124101.016000', '124101.019000', '124101.022000', '124101.025000', '124101.028000', '124101.031000', '124101.034000', '124101.037000', '124101.039000', '124101.042000', '124101.045000', '124120.885000', '124120.888000', '124120.891000', '124120.894000', '124120.897000', '124120.900000', '124120.903000', '124120.906000', '124120.908000', '124120.911000', '124120.914000', '124120.917000', '124120.920000', '124120.923000', '124120.926000', '124120.929000', '124120.932000', '124120.935000', '124120.938000', '124120.941000', '124120.943000', '124120.946000', '124120.949000', '124120.952000', '124120.955000', '124120.958000', '124120.961000', '124120.964000', '124120.967000', '124120.970000', '124120.973000', '124120.976000', '124120.978000', '124120.981000', '124120.984000', '124120.987000', '124120.990000', '124120.993000', '124120.996000', '124121.000000', '124121.003000', '124121.006000', '124121.009000', '124121.012000', '124140.884000', '124140.887000', '124140.890000', '124140.893000', '124140.896000', '124140.899000', '124140.902000', '124140.904000', '124140.908000', '124140.910000', '124140.913000', '124140.916000', '124140.919000', '124140.922000', '124140.925000', '124140.928000', '124140.931000', '124140.934000', '124140.937000', '124140.939000', '124140.942000', '124140.945000', '124140.948000', '124140.951000', '124140.954000', '124140.957000', '124140.960000', '124140.963000', '124140.966000', '124140.969000', '124140.971000', '124140.974000', '124140.977000', '124140.980000', '124140.983000', '124140.986000', '124140.989000', '124140.992000', '124141.003000', '124141.006000', '124141.009000', '124141.012000', '124141.015000', '124200.885000', '124200.888000', '124200.891000', '124200.894000', '124200.897000', '124200.900000', '124200.903000', '124200.906000', '124200.908000', '124200.911000', '124200.914000', '124200.917000', '124200.920000', '124200.923000', '124200.926000', '124200.929000', '124200.932000', '124200.935000', '124200.938000', '124200.941000', '124200.943000', '124200.947000', '124200.949000', '124200.952000', '124200.955000', '124200.958000', '124200.961000', '124200.964000', '124200.967000', '124200.970000', '124200.973000', '124200.976000', '124200.978000', '124200.981000', '124200.984000', '124200.987000', '124200.990000', '124200.998000', '124201.002000', '124201.005000', '124201.008000', '124201.011000', '124201.014000', '124220.885000', '124220.888000', '124220.891000', '124220.894000', '124220.897000', '124220.900000', '124220.903000', '124220.906000', '124220.909000', '124220.912000', '124220.915000', '124220.918000', '124220.921000', '124220.924000', '124220.926000', '124220.929000', '124220.932000', '124220.935000', '124220.938000', '124220.941000', '124220.944000', '124220.947000', '124220.950000', '124220.953000', '124220.956000', '124220.959000', '124220.961000', '124220.964000', '124220.967000', '124220.977000', '124220.980000', '124220.983000', '124220.986000', '124220.989000', '124220.991000', '124220.994000', '124220.997000', '124221.001000', '124221.004000', '124221.007000', '124221.010000', '124221.013000', '124221.016000', '124221.019000', '124240.885000', '124240.888000', '124240.892000', '124240.895000', '124240.898000', '124240.901000', '124240.904000', '124240.907000', '124240.910000', '124240.913000', '124240.915000', '124240.918000', '124240.921000', '124240.924000', '124240.927000', '124240.930000', '124240.933000', '124240.936000', '124240.939000', '124240.942000', '124240.945000', '124240.948000', '124240.951000', '124240.953000', '124240.957000', '124240.959000', '124240.962000', '124240.965000', '124240.968000', '124240.971000', '124240.974000', '124240.977000', '124240.980000', '124240.983000', '124240.985000', '124240.988000', '124240.992000', '124240.994000', '124240.997000', '124241.001000', '124241.004000', '124241.007000', '124241.010000', '124300.885000', '124300.888000', '124300.891000', '124300.894000', '124300.897000', '124300.900000', '124300.903000', '124300.906000', '124300.909000', '124300.912000', '124300.914000', '124300.917000', '124300.920000', '124300.923000', '124300.926000', '124300.929000', '124300.932000', '124300.935000', '124300.938000', '124300.941000', '124300.944000', '124300.946000', '124300.949000', '124300.952000', '124300.955000', '124300.958000', '124300.961000', '124300.964000', '124300.967000', '124300.970000', '124300.973000', '124300.976000', '124300.978000', '124300.981000', '124300.984000', '124300.987000', '124300.990000', '124300.993000', '124300.996000', '124301.000000', '124301.003000', '124301.006000', '124301.008000', '124301.011000', '124320.885000', '124320.888000', '124320.891000', '124320.894000', '124320.897000', '124320.900000', '124320.903000', '124320.907000', '124320.910000', '124320.913000', '124320.923000', '124320.926000', '124320.928000', '124320.931000', '124320.934000', '124320.937000', '124320.940000', '124320.943000', '124320.946000', '124320.949000', '124320.952000', '124320.955000', '124320.958000', '124320.961000', '124320.964000', '124320.966000', '124320.969000', '124320.972000', '124320.975000', '124320.978000', '124320.981000', '124320.984000', '124320.987000', '124320.990000', '124321.005000', '124321.008000', '124321.011000', '124321.014000', '124321.017000', '124321.020000', '124321.023000', '124321.026000', '124321.029000', '124340.885000', '124340.888000', '124340.891000', '124340.894000', '124340.897000', '124340.900000', '124340.903000', '124340.906000', '124340.909000', '124340.911000', '124340.915000', '124340.917000', '124340.920000', '124340.923000', '124340.926000', '124340.929000', '124340.932000', '124340.935000', '124340.938000', '124340.941000', '124340.944000', '124340.947000', '124340.950000', '124340.953000', '124340.955000', '124340.958000', '124340.961000', '124340.964000', '124340.967000', '124340.970000', '124340.973000', '124340.976000', '124340.979000', '124340.982000', '124340.985000', '124340.988000', '124340.990000', '124340.993000', '124340.996000', '124341.000000', '124341.003000', '124341.006000', '124341.009000', '124341.012000', '124400.884000', '124400.887000', '124400.890000', '124400.893000', '124400.896000', '124400.899000', '124400.902000', '124400.905000', '124400.908000', '124400.911000', '124400.914000', '124400.916000', '124400.920000', '124400.922000', '124400.925000', '124400.929000', '124400.933000', '124400.936000', '124400.939000', '124400.942000', '124400.945000', '124400.948000', '124400.951000', '124400.954000', '124400.957000', '124400.959000', '124400.963000', '124400.965000', '124400.968000', '124400.971000', '124400.974000', '124400.977000', '124400.980000', '124400.983000', '124400.986000', '124400.989000', '124400.992000', '124400.995000', '124400.998000', '124401.001000', '124401.004000', '124401.007000', '124401.010000', '124420.885000', '124420.888000', '124420.891000', '124420.894000', '124420.897000', '124420.900000', '124420.903000', '124420.906000', '124420.909000', '124420.912000', '124420.915000', '124420.918000', '124420.920000', '124420.924000', '124420.926000', '124420.929000', '124420.932000', '124420.935000', '124420.938000', '124420.941000', '124420.944000', '124420.947000', '124420.950000', '124420.953000', '124420.956000', '124420.959000', '124420.961000', '124420.964000', '124420.967000', '124420.970000', '124420.973000', '124420.976000', '124420.979000', '124420.982000', '124420.985000', '124420.988000', '124420.990000', '124420.994000', '124420.996000', '124421.000000', '124421.003000', '124421.006000', '124421.009000', '124421.012000', '124440.885000', '124440.888000', '124440.891000', '124440.899000', '124440.902000', '124440.905000', '124440.908000', '124440.911000', '124440.914000', '124440.916000', '124440.919000', '124440.922000', '124440.925000', '124440.928000', '124440.931000', '124440.934000', '124440.937000', '124440.940000', '124440.943000', '124440.947000', '124440.950000', '124440.953000', '124440.956000', '124440.959000', '124440.962000', '124440.965000', '124440.968000', '124440.971000', '124440.973000', '124440.977000', '124440.979000', '124440.982000', '124440.985000', '124440.988000', '124440.991000', '124440.994000', '124440.997000', '124441.001000', '124441.004000', '124441.007000', '124441.010000', '124441.013000', '124441.016000', '124500.885000', '124500.888000', '124500.891000', '124500.894000', '124500.904000', '124500.907000', '124500.910000', '124500.913000', '124500.916000', '124500.919000', '124500.922000', '124500.924000', '124500.927000', '124500.930000', '124500.933000', '124500.936000', '124500.950000', '124500.953000', '124500.956000', '124500.959000', '124500.962000', '124500.965000', '124500.968000', '124500.971000', '124500.974000', '124500.977000', '124500.979000', '124500.982000', '124500.985000', '124500.988000', '124500.991000', '124500.994000', '124500.997000', '124501.001000', '124501.004000', '124501.007000', '124501.010000', '124501.013000', '124501.015000', '124501.018000', '124501.021000', '124501.024000', '124501.027000', '124501.030000', '124520.885000', '124520.889000', '124520.892000', '124520.895000', '124520.898000', '124520.901000', '124520.904000', '124520.907000', '124520.910000', '124520.913000', '124520.916000', '124520.919000', '124520.922000', '124520.925000', '124520.928000', '124520.931000', '124520.934000', '124520.937000', '124520.940000', '124520.943000', '124520.946000', '124520.950000', '124520.953000', '124520.956000', '124520.959000', '124520.962000', '124520.965000', '124520.968000', '124520.971000', '124520.974000', '124520.977000', '124520.980000', '124520.983000', '124520.986000', '124520.989000', '124520.992000', '124520.995000', '124520.998000', '124521.002000', '124521.005000', '124521.008000', '124521.011000', '124521.014000', '124540.885000', '124540.888000', '124540.891000', '124540.894000', '124540.897000', '124540.900000', '124540.903000', '124540.906000', '124540.909000', '124540.912000', '124540.914000', '124540.917000', '124540.920000', '124540.923000', '124540.926000', '124540.929000', '124540.932000', '124540.935000', '124540.938000', '124540.941000', '124540.944000', '124540.947000', '124540.950000', '124540.953000', '124540.956000', '124540.958000', '124540.961000', '124540.964000', '124540.967000', '124540.970000', '124540.973000', '124540.976000', '124540.979000', '124540.982000', '124540.985000', '124540.988000', '124540.991000', '124540.993000', '124540.996000', '124541.000000', '124541.003000', '124541.006000', '124541.009000', '124541.012000', '124600.885000', '124600.888000', '124600.891000', '124600.894000', '124600.897000', '124600.900000', '124600.903000', '124600.906000', '124600.909000', '124600.912000', '124600.916000', '124600.919000', '124600.922000', '124600.925000', '124600.928000', '124600.931000', '124600.934000', '124600.937000', '124600.940000', '124600.943000', '124600.946000', '124600.949000', '124600.952000', '124600.955000', '124600.958000', '124600.961000', '124600.964000', '124600.967000', '124600.970000', '124600.973000', '124600.976000', '124600.979000', '124600.982000', '124600.986000', '124600.989000', '124600.992000', '124600.995000', '124600.998000', '124601.001000', '124601.004000', '124601.007000', '124601.010000', '124601.013000', '124620.884000', '124620.887000', '124620.890000', '124620.893000', '124620.896000', '124620.899000', '124620.908000', '124620.911000', '124620.914000', '124620.917000', '124620.920000', '124620.923000', '124620.926000', '124620.929000', '124620.932000', '124620.935000', '124620.938000', '124620.941000', '124620.944000', '124620.947000', '124620.950000', '124620.952000', '124620.955000', '124620.958000', '124620.961000', '124620.964000', '124620.967000', '124620.970000', '124620.973000', '124620.976000', '124620.979000', '124620.982000', '124620.985000', '124620.987000', '124620.990000', '124620.993000', '124620.996000', '124621.000000', '124621.003000', '124621.006000', '124621.009000', '124621.021000', '124621.024000', '124621.027000', '124640.885000', '124640.888000', '124640.891000', '124640.894000', '124640.897000', '124640.900000', '124640.903000', '124640.906000', '124640.909000', '124640.912000', '124640.915000', '124640.918000', '124640.921000', '124640.924000', '124640.926000', '124640.929000', '124640.932000', '124640.935000', '124640.938000', '124640.941000', '124640.944000', '124640.947000', '124640.952000', '124640.954000', '124640.958000', '124640.960000', '124640.963000', '124640.966000', '124640.969000', '124640.972000', '124640.975000', '124640.978000', '124640.981000', '124640.984000', '124640.987000', '124640.990000', '124640.993000', '124640.996000', '124641.002000', '124641.006000', '124641.009000', '124641.012000', '124641.015000', '124700.885000', '124700.888000', '124700.891000', '124700.894000', '124700.897000', '124700.900000', '124700.903000', '124700.906000', '124700.909000', '124700.912000', '124700.915000', '124700.917000', '124700.920000', '124700.923000', '124700.926000', '124700.929000', '124700.932000', '124700.935000', '124700.938000', '124700.941000', '124700.944000', '124700.947000', '124700.950000', '124700.952000', '124700.955000', '124700.958000', '124700.961000', '124700.964000', '124700.967000', '124700.970000', '124700.973000', '124700.976000', '124700.979000', '124700.982000', '124700.985000', '124700.988000', '124700.990000', '124700.993000', '124700.996000', '124701.000000', '124701.003000', '124701.006000', '124701.009000', '124701.012000', '124720.885000', '124720.888000', '124720.891000', '124720.894000', '124720.897000', '124720.900000', '124720.903000', '124720.906000', '124720.909000', '124720.912000', '124720.914000', '124720.917000', '124720.920000', '124720.923000', '124720.926000', '124720.929000', '124720.932000', '124720.935000', '124720.938000', '124720.941000', '124720.944000', '124720.947000', '124720.950000', '124720.955000', '124720.958000', '124720.961000', '124720.963000', '124720.967000', '124720.969000', '124720.972000', '124720.975000', '124720.978000', '124720.981000', '124720.984000', '124720.987000', '124720.990000', '124720.993000', '124720.996000', '124721.000000', '124721.003000', '124721.006000', '124721.009000', '124721.012000', '124721.538000', '124721.542000'], 'InstanceCreationTime': ['124100.915000', '124100.918000', '124100.921000', '124100.925000', '124100.928000', '124100.930000', '124100.933000', '124100.936000', '124100.939000', '124100.942000', '124100.945000', '124100.949000', '124100.952000', '124100.955000', '124100.958000', '124100.961000', '124100.964000', '124100.967000', '124100.970000', '124100.973000', '124100.975000', '124100.978000', '124100.981000', '124100.984000', '124100.987000', '124100.990000', '124100.993000', '124100.996000', '124101.001000', '124101.004000', '124101.007000', '124101.010000', '124101.013000', '124101.016000', '124101.019000', '124101.022000', '124101.025000', '124101.028000', '124101.031000', '124101.034000', '124101.037000', '124101.039000', '124101.042000', '124101.045000', '124120.885000', '124120.888000', '124120.891000', '124120.894000', '124120.897000', '124120.900000', '124120.903000', '124120.906000', '124120.908000', '124120.911000', '124120.914000', '124120.917000', '124120.920000', '124120.923000', '124120.926000', '124120.929000', '124120.932000', '124120.935000', '124120.938000', '124120.941000', '124120.943000', '124120.946000', '124120.949000', '124120.952000', '124120.955000', '124120.958000', '124120.961000', '124120.964000', '124120.967000', '124120.970000', '124120.973000', '124120.976000', '124120.978000', '124120.981000', '124120.984000', '124120.987000', '124120.990000', '124120.993000', '124120.996000', '124121.000000', '124121.003000', '124121.006000', '124121.009000', '124121.012000', '124140.884000', '124140.887000', '124140.890000', '124140.893000', '124140.896000', '124140.899000', '124140.902000', '124140.904000', '124140.908000', '124140.910000', '124140.913000', '124140.916000', '124140.919000', '124140.922000', '124140.925000', '124140.928000', '124140.931000', '124140.934000', '124140.937000', '124140.939000', '124140.942000', '124140.945000', '124140.948000', '124140.951000', '124140.954000', '124140.957000', '124140.960000', '124140.963000', '124140.966000', '124140.969000', '124140.971000', '124140.974000', '124140.977000', '124140.980000', '124140.983000', '124140.986000', '124140.989000', '124140.992000', '124141.003000', '124141.006000', '124141.009000', '124141.012000', '124141.015000', '124200.885000', '124200.888000', '124200.891000', '124200.894000', '124200.897000', '124200.900000', '124200.903000', '124200.906000', '124200.908000', '124200.911000', '124200.914000', '124200.917000', '124200.920000', '124200.923000', '124200.926000', '124200.929000', '124200.932000', '124200.935000', '124200.938000', '124200.941000', '124200.943000', '124200.947000', '124200.949000', '124200.952000', '124200.955000', '124200.958000', '124200.961000', '124200.964000', '124200.967000', '124200.970000', '124200.973000', '124200.976000', '124200.978000', '124200.981000', '124200.984000', '124200.987000', '124200.990000', '124200.998000', '124201.002000', '124201.005000', '124201.008000', '124201.011000', '124201.014000', '124220.885000', '124220.888000', '124220.891000', '124220.894000', '124220.897000', '124220.900000', '124220.903000', '124220.906000', '124220.909000', '124220.912000', '124220.915000', '124220.918000', '124220.921000', '124220.924000', '124220.926000', '124220.929000', '124220.932000', '124220.935000', '124220.938000', '124220.941000', '124220.944000', '124220.947000', '124220.950000', '124220.953000', '124220.956000', '124220.959000', '124220.961000', '124220.964000', '124220.967000', '124220.977000', '124220.980000', '124220.983000', '124220.986000', '124220.989000', '124220.991000', '124220.994000', '124220.997000', '124221.001000', '124221.004000', '124221.007000', '124221.010000', '124221.013000', '124221.016000', '124221.019000', '124240.885000', '124240.888000', '124240.892000', '124240.895000', '124240.898000', '124240.901000', '124240.904000', '124240.907000', '124240.910000', '124240.913000', '124240.915000', '124240.918000', '124240.921000', '124240.924000', '124240.927000', '124240.930000', '124240.933000', '124240.936000', '124240.939000', '124240.942000', '124240.945000', '124240.948000', '124240.951000', '124240.953000', '124240.957000', '124240.959000', '124240.962000', '124240.965000', '124240.968000', '124240.971000', '124240.974000', '124240.977000', '124240.980000', '124240.983000', '124240.985000', '124240.988000', '124240.992000', '124240.994000', '124240.997000', '124241.001000', '124241.004000', '124241.007000', '124241.010000', '124300.885000', '124300.888000', '124300.891000', '124300.894000', '124300.897000', '124300.900000', '124300.903000', '124300.906000', '124300.909000', '124300.912000', '124300.914000', '124300.917000', '124300.920000', '124300.923000', '124300.926000', '124300.929000', '124300.932000', '124300.935000', '124300.938000', '124300.941000', '124300.944000', '124300.946000', '124300.949000', '124300.952000', '124300.955000', '124300.958000', '124300.961000', '124300.964000', '124300.967000', '124300.970000', '124300.973000', '124300.976000', '124300.978000', '124300.981000', '124300.984000', '124300.987000', '124300.990000', '124300.993000', '124300.996000', '124301.000000', '124301.003000', '124301.006000', '124301.008000', '124301.011000', '124320.885000', '124320.888000', '124320.891000', '124320.894000', '124320.897000', '124320.900000', '124320.903000', '124320.907000', '124320.910000', '124320.913000', '124320.923000', '124320.926000', '124320.928000', '124320.931000', '124320.934000', '124320.937000', '124320.940000', '124320.943000', '124320.946000', '124320.949000', '124320.952000', '124320.955000', '124320.958000', '124320.961000', '124320.964000', '124320.966000', '124320.969000', '124320.972000', '124320.975000', '124320.978000', '124320.981000', '124320.984000', '124320.987000', '124320.990000', '124321.005000', '124321.008000', '124321.011000', '124321.014000', '124321.017000', '124321.020000', '124321.023000', '124321.026000', '124321.029000', '124340.885000', '124340.888000', '124340.891000', '124340.894000', '124340.897000', '124340.900000', '124340.903000', '124340.906000', '124340.909000', '124340.911000', '124340.915000', '124340.917000', '124340.920000', '124340.923000', '124340.926000', '124340.929000', '124340.932000', '124340.935000', '124340.938000', '124340.941000', '124340.944000', '124340.947000', '124340.950000', '124340.953000', '124340.955000', '124340.958000', '124340.961000', '124340.964000', '124340.967000', '124340.970000', '124340.973000', '124340.976000', '124340.979000', '124340.982000', '124340.985000', '124340.988000', '124340.990000', '124340.993000', '124340.996000', '124341.000000', '124341.003000', '124341.006000', '124341.009000', '124341.012000', '124400.884000', '124400.887000', '124400.890000', '124400.893000', '124400.896000', '124400.899000', '124400.902000', '124400.905000', '124400.908000', '124400.911000', '124400.914000', '124400.916000', '124400.920000', '124400.922000', '124400.925000', '124400.929000', '124400.933000', '124400.936000', '124400.939000', '124400.942000', '124400.945000', '124400.948000', '124400.951000', '124400.954000', '124400.957000', '124400.959000', '124400.963000', '124400.965000', '124400.968000', '124400.971000', '124400.974000', '124400.977000', '124400.980000', '124400.983000', '124400.986000', '124400.989000', '124400.992000', '124400.995000', '124400.998000', '124401.001000', '124401.004000', '124401.007000', '124401.010000', '124420.885000', '124420.888000', '124420.891000', '124420.894000', '124420.897000', '124420.900000', '124420.903000', '124420.906000', '124420.909000', '124420.912000', '124420.915000', '124420.918000', '124420.920000', '124420.924000', '124420.926000', '124420.929000', '124420.932000', '124420.935000', '124420.938000', '124420.941000', '124420.944000', '124420.947000', '124420.950000', '124420.953000', '124420.956000', '124420.959000', '124420.961000', '124420.964000', '124420.967000', '124420.970000', '124420.973000', '124420.976000', '124420.979000', '124420.982000', '124420.985000', '124420.988000', '124420.990000', '124420.994000', '124420.996000', '124421.000000', '124421.003000', '124421.006000', '124421.009000', '124421.012000', '124440.885000', '124440.888000', '124440.891000', '124440.899000', '124440.902000', '124440.905000', '124440.908000', '124440.911000', '124440.914000', '124440.916000', '124440.919000', '124440.922000', '124440.925000', '124440.928000', '124440.931000', '124440.934000', '124440.937000', '124440.940000', '124440.943000', '124440.947000', '124440.950000', '124440.953000', '124440.956000', '124440.959000', '124440.962000', '124440.965000', '124440.968000', '124440.971000', '124440.973000', '124440.977000', '124440.979000', '124440.982000', '124440.985000', '124440.988000', '124440.991000', '124440.994000', '124440.997000', '124441.001000', '124441.004000', '124441.007000', '124441.010000', '124441.013000', '124441.016000', '124500.885000', '124500.888000', '124500.891000', '124500.894000', '124500.904000', '124500.907000', '124500.910000', '124500.913000', '124500.916000', '124500.919000', '124500.922000', '124500.924000', '124500.927000', '124500.930000', '124500.933000', '124500.936000', '124500.950000', '124500.953000', '124500.956000', '124500.959000', '124500.962000', '124500.965000', '124500.968000', '124500.971000', '124500.974000', '124500.977000', '124500.979000', '124500.982000', '124500.985000', '124500.988000', '124500.991000', '124500.994000', '124500.997000', '124501.001000', '124501.004000', '124501.007000', '124501.010000', '124501.013000', '124501.015000', '124501.018000', '124501.021000', '124501.024000', '124501.027000', '124501.030000', '124520.885000', '124520.889000', '124520.892000', '124520.895000', '124520.898000', '124520.901000', '124520.904000', '124520.907000', '124520.910000', '124520.913000', '124520.916000', '124520.919000', '124520.922000', '124520.925000', '124520.928000', '124520.931000', '124520.934000', '124520.937000', '124520.940000', '124520.943000', '124520.946000', '124520.950000', '124520.953000', '124520.956000', '124520.959000', '124520.962000', '124520.965000', '124520.968000', '124520.971000', '124520.974000', '124520.977000', '124520.980000', '124520.983000', '124520.986000', '124520.989000', '124520.992000', '124520.995000', '124520.998000', '124521.002000', '124521.005000', '124521.008000', '124521.011000', '124521.014000', '124540.885000', '124540.888000', '124540.891000', '124540.894000', '124540.897000', '124540.900000', '124540.903000', '124540.906000', '124540.909000', '124540.912000', '124540.914000', '124540.917000', '124540.920000', '124540.923000', '124540.926000', '124540.929000', '124540.932000', '124540.935000', '124540.938000', '124540.941000', '124540.944000', '124540.947000', '124540.950000', '124540.953000', '124540.956000', '124540.958000', '124540.961000', '124540.964000', '124540.967000', '124540.970000', '124540.973000', '124540.976000', '124540.979000', '124540.982000', '124540.985000', '124540.988000', '124540.991000', '124540.993000', '124540.996000', '124541.000000', '124541.003000', '124541.006000', '124541.009000', '124541.012000', '124600.885000', '124600.888000', '124600.891000', '124600.894000', '124600.897000', '124600.900000', '124600.903000', '124600.906000', '124600.909000', '124600.912000', '124600.916000', '124600.919000', '124600.922000', '124600.925000', '124600.928000', '124600.931000', '124600.934000', '124600.937000', '124600.940000', '124600.943000', '124600.946000', '124600.949000', '124600.952000', '124600.955000', '124600.958000', '124600.961000', '124600.964000', '124600.967000', '124600.970000', '124600.973000', '124600.976000', '124600.979000', '124600.982000', '124600.986000', '124600.989000', '124600.992000', '124600.995000', '124600.998000', '124601.001000', '124601.004000', '124601.007000', '124601.010000', '124601.013000', '124620.884000', '124620.887000', '124620.890000', '124620.893000', '124620.896000', '124620.899000', '124620.908000', '124620.911000', '124620.914000', '124620.917000', '124620.920000', '124620.923000', '124620.926000', '124620.929000', '124620.932000', '124620.935000', '124620.938000', '124620.941000', '124620.944000', '124620.947000', '124620.950000', '124620.952000', '124620.955000', '124620.958000', '124620.961000', '124620.964000', '124620.967000', '124620.970000', '124620.973000', '124620.976000', '124620.979000', '124620.982000', '124620.985000', '124620.987000', '124620.990000', '124620.993000', '124620.996000', '124621.000000', '124621.003000', '124621.006000', '124621.009000', '124621.021000', '124621.024000', '124621.027000', '124640.885000', '124640.888000', '124640.891000', '124640.894000', '124640.897000', '124640.900000', '124640.903000', '124640.906000', '124640.909000', '124640.912000', '124640.915000', '124640.918000', '124640.921000', '124640.924000', '124640.926000', '124640.929000', '124640.932000', '124640.935000', '124640.938000', '124640.941000', '124640.944000', '124640.947000', '124640.952000', '124640.954000', '124640.958000', '124640.960000', '124640.963000', '124640.966000', '124640.969000', '124640.972000', '124640.975000', '124640.978000', '124640.981000', '124640.984000', '124640.987000', '124640.990000', '124640.993000', '124640.996000', '124641.002000', '124641.006000', '124641.009000', '124641.012000', '124641.015000', '124700.885000', '124700.888000', '124700.891000', '124700.894000', '124700.897000', '124700.900000', '124700.903000', '124700.906000', '124700.909000', '124700.912000', '124700.915000', '124700.917000', '124700.920000', '124700.923000', '124700.926000', '124700.929000', '124700.932000', '124700.935000', '124700.938000', '124700.941000', '124700.944000', '124700.947000', '124700.950000', '124700.952000', '124700.955000', '124700.958000', '124700.961000', '124700.964000', '124700.967000', '124700.970000', '124700.973000', '124700.976000', '124700.979000', '124700.982000', '124700.985000', '124700.988000', '124700.990000', '124700.993000', '124700.996000', '124701.000000', '124701.003000', '124701.006000', '124701.009000', '124701.012000', '124720.885000', '124720.888000', '124720.891000', '124720.894000', '124720.897000', '124720.900000', '124720.903000', '124720.906000', '124720.909000', '124720.912000', '124720.914000', '124720.917000', '124720.920000', '124720.923000', '124720.926000', '124720.929000', '124720.932000', '124720.935000', '124720.938000', '124720.941000', '124720.944000', '124720.947000', '124720.950000', '124720.955000', '124720.958000', '124720.961000', '124720.963000', '124720.967000', '124720.969000', '124720.972000', '124720.975000', '124720.978000', '124720.981000', '124720.984000', '124720.987000', '124720.990000', '124720.993000', '124720.996000', '124721.000000', '124721.003000', '124721.006000', '124721.009000', '124721.012000', '124721.538000', '124721.542000'], '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': [11174, 10814, 11002, 10472, 10238, 10910, 10232, 11295, 10735, 11042, 10310, 10752, 10519, 11402, 10088, 11769, 10102, 11520, 10035, 11044, 10296, 11285, 10478, 11369, 10312, 10212, 10391, 11140, 10209, 10999, 10359, 11265, 10176, 11447, 10045, 11253, 10459, 11727, 10077, 11828, 10063, 11390, 10060, 11592, 10088, 11575, 10030, 11086, 9793, 11032, 10208, 11084, 10208, 10081, 10181, 10512, 10163, 10485, 10408, 10974, 10779, 11279, 10756, 11011, 10455, 10385, 10180, 10500, 10218, 10418, 9948, 11163, 10069, 11476, 10007, 11631, 9962, 11066, 9964, 11140, 10108, 10512, 9862, 9835, 9971, 10917, 10086, 10569, 9563, 10798, 9748, 11158, 9658, 10665, 9717, 10679, 9605, 10883, 9973, 10703, 9962, 11174, 9775, 11537, 10854, 11446, 9928, 11384, 10007, 11560, 9883, 11620, 10813, 11655, 9799, 11233, 9799, 10305, 9572, 10187, 9824, 10449, 9902, 10835, 9794, 10561, 9687, 10704, 9973, 11532, 10151, 11570, 10240, 10698, 10023, 10574, 10055, 10742, 9946, 11105, 11198, 11282, 10136, 10279, 10973, 11024, 9830, 10939, 10016, 10209, 9995, 11070, 10346, 10436, 10063, 10794, 10146, 11723, 10043, 11696, 9885, 10697, 11884, 10480, 12179, 10747, 12713, 10398, 11911, 10452, 10841, 11269, 10070, 10073, 10813, 10063, 10105, 10770, 10156, 11160, 9846, 11064, 9963, 11213, 10070, 11300, 10180, 10661, 10252, 10038, 10006, 10076, 10034, 10250, 9973, 10391, 10069, 10575, 10338, 10988, 10212, 10939, 10264, 11245, 10299, 11899, 10827, 11612, 10923, 11786, 10908, 11880, 11021, 11882, 11074, 11824, 10874, 11478, 10547, 11394, 10557, 12682, 10668, 12608, 10433, 11551, 10642, 11120, 10490, 10866, 10904, 10329, 11496, 9831, 11801, 9705, 11720, 9837, 11704, 9879, 11710, 9910, 11332, 10073, 11309, 10019, 11491, 9872, 11352, 11848, 11468, 10065, 11703, 9857, 11475, 9989, 10890, 9943, 10801, 10083, 11348, 9858, 10745, 10013, 10592, 10070, 10157, 10374, 10072, 10399, 10109, 10473, 10430, 10650, 10137, 10126, 10537, 10490, 11199, 10304, 11137, 10259, 11633, 10029, 11610, 10042, 11189, 11153, 10938, 10147, 11225, 9960, 11105, 10300, 10281, 9966, 9872, 10116, 10484, 10051, 9976, 10526, 10222, 10768, 10105, 10572, 10200, 10586, 10671, 10783, 11478, 10849, 10956, 10451, 11140, 10704, 11427, 11091, 11183, 10920, 11597, 11097, 12301, 11104, 11961, 10866, 12199, 11081, 12092, 11102, 11464, 10943, 12062, 10998, 11373, 11173, 11444, 10859, 10695, 10687, 11194, 11035, 10084, 11573, 9870, 11744, 9908, 10900, 9897, 11707, 10102, 11607, 10173, 11250, 10363, 11723, 10160, 11664, 10443, 11004, 10588, 11469, 10110, 11285, 11319, 10350, 11713, 10917, 9954, 10670, 10090, 10624, 10280, 11662, 10504, 11164, 10519, 12107, 10717, 10579, 10808, 10055, 11194, 9757, 11799, 9820, 11880, 9869, 11996, 10095, 11267, 10079, 11279, 10364, 11278, 10242, 11486, 10009, 11324, 9955, 11072, 10366, 10666, 10145, 10566, 9922, 10124, 10396, 10211, 10466, 10341, 10451, 10825, 10437, 10697, 10191, 10186, 10095, 10339, 9997, 10427, 10307, 10503, 9835, 10307, 10049, 10492, 10572, 11092, 10741, 11018, 10631, 11464, 10807, 11063, 10857, 11025, 11000, 10750, 10947, 11128, 10937, 11393, 10904, 10981, 10957, 11273, 10838, 11209, 10934, 11155, 10896, 11738, 10460, 11592, 10711, 11223, 10876, 12198, 10957, 12181, 10558, 12231, 10737, 11801, 10836, 11209, 10853, 11479, 10684, 10680, 11020, 10671, 10997, 10731, 10840, 10898, 10767, 11681, 10673, 10793, 10537, 10736, 10703, 11300, 10643, 10593, 10626, 10068, 10774, 10499, 10880, 9958, 11095, 10036, 11252, 9733, 11326, 11684, 10964, 10176, 11120, 9897, 11442, 10056, 10699, 10013, 10436, 10544, 10751, 10247, 10778, 10087, 9764, 10237, 10025, 9902, 10087, 10110, 10431, 10362, 10918, 10625, 11346, 10633, 11079, 10705, 10760, 10837, 11555, 10735, 11270, 10564, 10786, 10755, 10189, 10905, 10138, 10865, 9929, 10950, 9762, 10614, 10185, 10760, 9990, 10968, 9767, 10906, 9905, 10839, 10016, 11113, 11416, 11082, 11936, 11135, 10736, 11366, 10571, 11140, 11112, 11233, 9997, 11620, 9833, 11737, 9835, 11386, 9966, 11615, 10071, 11644, 10035, 11544, 10113, 11269, 10099, 10390, 9957, 9982, 10165, 11110, 10188, 10948, 9963, 11296, 10022, 11439, 10126, 11469, 10140, 11000, 10040, 10945, 9891, 11126, 11444, 11419, 10000, 11548, 10051, 11605, 10037, 11113, 9932, 10927, 10057, 10760, 10012, 10654, 12230, 10214, 11337, 10446, 10794, 10496, 11525, 10569, 10879, 10549, 11551, 10870, 11532, 10689, 10119, 10404, 10359, 10085, 11148, 10254, 10110, 10158, 11140, 10087, 10954, 9897, 10764, 11543, 10528, 11191, 10461, 11909, 10250, 11802, 10480, 12209, 10380, 11690, 10262, 11657, 10326, 11484, 10360, 10951, 10458, 10022, 11004, 9817, 10864, 9881, 10865, 10121, 11427, 10434, 11518, 11566, 11072, 11223, 10803, 11660, 9929, 11076, 11309, 10932, 11410, 10405, 11605, 12182, 10865, 13048, 11236, 10486, 10456, 11930, 12161, 10932, 10656, 10749, 10534, 10593, 10190, 10564, 10075, 10218, 10123, 10331, 10147, 10289, 10116, 10560, 10245, 10577, 10174, 10571, 10207, 9999, 11077, 9930, 10977, 9900, 11246, 9922, 10428, 9959, 11370, 10255, 11922, 10385, 11808, 10179, 11627, 10185, 11397, 9922, 11328, 10345, 11156, 10624, 11354, 9996, 11096, 10921, 10965, 11629, 11173, 10932, 11246, 10860, 11425, 11150, 11195, 11297, 11335, 11893, 11303, 12165, 11120, 11374, 10899, 10888, 11407, 10889, 10998, 10491, 11011, 10497, 11239, 10925, 11098, 10441, 10906, 10246, 10859, 10362, 10866, 10222, 10610, 10507, 11335, 10961, 10582, 11232, 10383, 11204, 11409, 11230, 10499, 10734, 10791, 10839, 10222, 10799, 10430, 10280, 10895, 10873, 10707, 10245, 11375, 10156, 11390, 10128, 11189, 10013, 11326, 9952, 10887, 9884, 11188, 9862, 11415, 11238, 11204, 10131, 10654, 9974, 10724, 10110, 10542, 10435, 10568, 10352, 10252, 10383, 10155, 10246, 10347, 10270, 10237, 10406, 10693, 10480, 10043, 10373, 10756, 10560, 12707, 10861, 12032, 10678, 11279, 10267, 11038, 10306, 10222, 10525, 9967, 11081, 9814, 11199, 9975, 11031, 10020, 11089, 9940, 11236, 10027, 10481, 10749, 10407, 10155, 10763, 10090, 10466, 10214, 9609, 10151, 11607, 10166, 11326, 10349, 11268, 10483, 11546, 10582, 9894, 10166, 10070, 10981, 9984, 10199], 'WindowCenter': [4392.0, 4377.0, 4364.0, 4348.0, 4339.0, 4333.0, 4333.0, 4343.0, 4334.0, 4346.0, 4336.0, 4334.0, 4334.0, 4343.0, 4335.0, 4355.0, 4334.0, 4346.0, 4334.0, 4344.0, 4334.0, 4344.0, 4333.0, 4345.0, 4335.0, 4334.0, 4333.0, 4342.0, 4334.0, 4333.0, 4333.0, 4344.0, 4333.0, 4343.0, 4346.0, 4356.0, 4345.0, 4354.0, 4334.0, 4354.0, 4336.0, 4356.0, 4348.0, 4355.0, 4336.0, 4344.0, 4334.0, 4345.0, 4333.0, 4333.0, 4333.0, 4343.0, 4334.0, 4333.0, 4333.0, 4334.0, 4334.0, 4333.0, 4334.0, 4343.0, 4345.0, 4345.0, 4346.0, 4343.0, 4345.0, 4334.0, 4335.0, 4344.0, 4335.0, 4345.0, 4336.0, 4345.0, 4335.0, 4343.0, 4335.0, 4355.0, 4336.0, 4343.0, 4334.0, 4344.0, 4334.0, 4344.0, 4334.0, 4333.0, 4321.0, 4333.0, 4333.0, 4333.0, 4334.0, 4343.0, 4323.0, 4344.0, 4334.0, 4333.0, 4333.0, 4344.0, 4324.0, 4344.0, 4335.0, 4334.0, 4323.0, 4342.0, 4322.0, 4343.0, 4333.0, 4342.0, 4335.0, 4343.0, 4322.0, 4343.0, 4333.0, 4343.0, 4343.0, 4343.0, 4323.0, 4343.0, 4322.0, 4333.0, 4322.0, 4333.0, 4322.0, 4332.0, 4322.0, 4333.0, 4333.0, 4335.0, 4323.0, 4333.0, 4333.0, 4345.0, 4334.0, 4344.0, 4334.0, 4346.0, 4335.0, 4346.0, 4335.0, 4345.0, 4335.0, 4345.0, 4345.0, 4346.0, 4334.0, 4333.0, 4344.0, 4334.0, 4336.0, 4343.0, 4332.0, 4322.0, 4322.0, 4331.0, 4321.0, 4331.0, 4321.0, 4332.0, 4332.0, 4343.0, 4335.0, 4355.0, 4334.0, 4345.0, 4356.0, 4344.0, 4354.0, 4346.0, 4355.0, 4348.0, 4355.0, 4332.0, 4332.0, 4342.0, 4321.0, 4322.0, 4332.0, 4321.0, 4320.0, 4331.0, 4321.0, 4331.0, 4322.0, 4331.0, 4321.0, 4332.0, 4321.0, 4332.0, 4332.0, 4331.0, 4333.0, 4333.0, 4333.0, 4323.0, 4323.0, 4333.0, 4332.0, 4332.0, 4332.0, 4332.0, 4332.0, 4344.0, 4334.0, 4333.0, 4333.0, 4344.0, 4333.0, 4343.0, 4344.0, 4342.0, 4344.0, 4343.0, 4345.0, 4353.0, 4345.0, 4356.0, 4346.0, 4355.0, 4346.0, 4344.0, 4345.0, 4343.0, 4344.0, 4354.0, 4336.0, 4353.0, 4335.0, 4343.0, 4334.0, 4344.0, 4333.0, 4331.0, 4332.0, 4331.0, 4342.0, 4322.0, 4343.0, 4323.0, 4343.0, 4332.0, 4354.0, 4335.0, 4356.0, 4334.0, 4344.0, 4333.0, 4344.0, 4334.0, 4345.0, 4334.0, 4343.0, 4343.0, 4343.0, 4334.0, 4354.0, 4334.0, 4343.0, 4334.0, 4345.0, 4334.0, 4343.0, 4334.0, 4346.0, 4335.0, 4344.0, 4334.0, 4345.0, 4333.0, 4321.0, 4332.0, 4321.0, 4334.0, 4335.0, 4344.0, 4344.0, 4346.0, 4347.0, 4346.0, 4344.0, 4345.0, 4344.0, 4345.0, 4345.0, 4359.0, 4357.0, 4347.0, 4356.0, 4336.0, 4346.0, 4346.0, 4344.0, 4335.0, 4343.0, 4322.0, 4331.0, 4333.0, 4331.0, 4334.0, 4323.0, 4333.0, 4334.0, 4333.0, 4322.0, 4333.0, 4333.0, 4344.0, 4334.0, 4344.0, 4335.0, 4345.0, 4344.0, 4347.0, 4355.0, 4348.0, 4344.0, 4346.0, 4343.0, 4346.0, 4355.0, 4358.0, 4346.0, 4346.0, 4356.0, 4357.0, 4355.0, 4358.0, 4355.0, 4347.0, 4355.0, 4345.0, 4354.0, 4346.0, 4344.0, 4345.0, 4355.0, 4344.0, 4345.0, 4344.0, 4343.0, 4345.0, 4333.0, 4334.0, 4343.0, 4334.0, 4333.0, 4344.0, 4334.0, 4344.0, 4323.0, 4334.0, 4333.0, 4345.0, 4334.0, 4343.0, 4334.0, 4343.0, 4335.0, 4343.0, 4335.0, 4344.0, 4346.0, 4347.0, 4348.0, 4358.0, 4347.0, 4347.0, 4346.0, 4336.0, 4347.0, 4334.0, 4323.0, 4332.0, 4322.0, 4331.0, 4322.0, 4332.0, 4331.0, 4330.0, 4332.0, 4340.0, 4332.0, 4331.0, 4331.0, 4321.0, 4331.0, 4320.0, 4341.0, 4333.0, 4352.0, 4332.0, 4342.0, 4334.0, 4343.0, 4333.0, 4345.0, 4334.0, 4345.0, 4334.0, 4343.0, 4333.0, 4332.0, 4324.0, 4333.0, 4333.0, 4332.0, 4334.0, 4331.0, 4323.0, 4332.0, 4332.0, 4331.0, 4333.0, 4333.0, 4334.0, 4343.0, 4333.0, 4333.0, 4333.0, 4332.0, 4333.0, 4332.0, 4323.0, 4332.0, 4333.0, 4332.0, 4322.0, 4331.0, 4323.0, 4332.0, 4333.0, 4331.0, 4332.0, 4332.0, 4333.0, 4341.0, 4344.0, 4343.0, 4344.0, 4342.0, 4344.0, 4344.0, 4345.0, 4344.0, 4345.0, 4344.0, 4345.0, 4344.0, 4345.0, 4343.0, 4344.0, 4344.0, 4346.0, 4345.0, 4346.0, 4355.0, 4345.0, 4356.0, 4345.0, 4345.0, 4344.0, 4355.0, 4346.0, 4355.0, 4336.0, 4353.0, 4343.0, 4342.0, 4344.0, 4342.0, 4344.0, 4343.0, 4333.0, 4332.0, 4345.0, 4344.0, 4346.0, 4344.0, 4345.0, 4345.0, 4345.0, 4355.0, 4345.0, 4345.0, 4345.0, 4345.0, 4335.0, 4344.0, 4334.0, 4333.0, 4335.0, 4333.0, 4345.0, 4345.0, 4344.0, 4333.0, 4345.0, 4333.0, 4344.0, 4334.0, 4344.0, 4344.0, 4344.0, 4333.0, 4344.0, 4333.0, 4344.0, 4334.0, 4334.0, 4335.0, 4334.0, 4334.0, 4333.0, 4332.0, 4331.0, 4331.0, 4321.0, 4333.0, 4323.0, 4322.0, 4331.0, 4332.0, 4333.0, 4333.0, 4342.0, 4333.0, 4342.0, 4344.0, 4342.0, 4345.0, 4343.0, 4345.0, 4343.0, 4345.0, 4343.0, 4334.0, 4334.0, 4345.0, 4333.0, 4343.0, 4333.0, 4345.0, 4333.0, 4344.0, 4335.0, 4344.0, 4335.0, 4346.0, 4334.0, 4346.0, 4335.0, 4347.0, 4336.0, 4345.0, 4334.0, 4345.0, 4345.0, 4346.0, 4355.0, 4343.0, 4333.0, 4345.0, 4333.0, 4343.0, 4344.0, 4341.0, 4322.0, 4344.0, 4334.0, 4344.0, 4334.0, 4345.0, 4334.0, 4343.0, 4333.0, 4344.0, 4334.0, 4355.0, 4333.0, 4343.0, 4334.0, 4332.0, 4333.0, 4324.0, 4333.0, 4333.0, 4332.0, 4333.0, 4334.0, 4343.0, 4333.0, 4344.0, 4333.0, 4344.0, 4335.0, 4344.0, 4334.0, 4346.0, 4335.0, 4344.0, 4345.0, 4343.0, 4322.0, 4343.0, 4333.0, 4345.0, 4334.0, 4345.0, 4335.0, 4346.0, 4335.0, 4345.0, 4335.0, 4335.0, 4344.0, 4334.0, 4344.0, 4333.0, 4343.0, 4348.0, 4343.0, 4346.0, 4345.0, 4344.0, 4343.0, 4345.0, 4344.0, 4345.0, 4333.0, 4344.0, 4334.0, 4336.0, 4345.0, 4347.0, 4336.0, 4335.0, 4345.0, 4335.0, 4347.0, 4336.0, 4357.0, 4355.0, 4346.0, 4345.0, 4347.0, 4354.0, 4335.0, 4344.0, 4335.0, 4353.0, 4335.0, 4344.0, 4333.0, 4343.0, 4334.0, 4342.0, 4334.0, 4343.0, 4346.0, 4333.0, 4345.0, 4333.0, 4345.0, 4333.0, 4345.0, 4335.0, 4355.0, 4345.0, 4356.0, 4356.0, 4357.0, 4357.0, 4347.0, 4358.0, 4350.0, 4360.0, 4348.0, 4347.0, 4346.0, 4335.0, 4346.0, 4354.0, 4346.0, 4356.0, 4347.0, 4337.0, 4347.0, 4345.0, 4355.0, 4344.0, 4334.0, 4344.0, 4332.0, 4333.0, 4322.0, 4333.0, 4322.0, 4323.0, 4321.0, 4321.0, 4320.0, 4320.0, 4319.0, 4319.0, 4309.0, 4319.0, 4320.0, 4319.0, 4309.0, 4309.0, 4319.0, 4308.0, 4317.0, 4309.0, 4319.0, 4310.0, 4318.0, 4308.0, 4329.0, 4319.0, 4341.0, 4322.0, 4341.0, 4321.0, 4344.0, 4323.0, 4343.0, 4324.0, 4344.0, 4333.0, 4344.0, 4333.0, 4344.0, 4323.0, 4343.0, 4333.0, 4333.0, 4342.0, 4333.0, 4331.0, 4343.0, 4332.0, 4344.0, 4332.0, 4346.0, 4344.0, 4344.0, 4344.0, 4344.0, 4344.0, 4335.0, 4343.0, 4333.0, 4333.0, 4344.0, 4333.0, 4344.0, 4333.0, 4344.0, 4335.0, 4345.0, 4344.0, 4345.0, 4334.0, 4345.0, 4333.0, 4335.0, 4333.0, 4346.0, 4334.0, 4334.0, 4334.0, 4345.0, 4343.0, 4335.0, 4344.0, 4335.0, 4357.0, 4358.0, 4359.0, 4350.0, 4348.0, 4346.0, 4346.0, 4334.0, 4346.0, 4335.0, 4335.0, 4332.0, 4332.0, 4332.0, 4323.0, 4343.0, 4333.0, 4344.0, 4335.0, 4344.0, 4334.0, 4346.0, 4335.0, 4345.0, 4335.0, 4345.0, 4336.0, 4345.0, 4345.0, 4344.0, 4335.0, 4333.0, 4335.0, 4333.0, 4333.0, 4332.0, 4335.0, 4330.0, 4333.0, 4333.0, 4333.0, 4333.0, 4334.0, 4335.0, 4335.0, 4334.0, 4336.0, 4334.0, 4345.0, 4335.0, 4345.0, 4345.0, 4345.0, 4355.0, 4346.0, 4356.0, 4345.0, 4357.0, 4335.0, 4343.0, 4333.0, 4333.0, 4333.0, 4322.0, 4343.0, 4323.0, 4344.0, 4334.0, 4344.0, 4334.0, 4345.0, 4335.0, 4344.0, 4335.0, 4335.0, 4344.0, 4333.0, 4333.0, 4333.0, 4333.0, 4331.0, 4331.0, 4321.0, 4333.0, 4343.0, 4333.0, 4333.0, 4333.0, 4343.0, 4335.0, 4344.0, 4347.0, 4336.0, 4336.0, 4335.0, 4359.0, 4389.0, 4376.0], 'WindowWidth': [9691.0, 9656.0, 9631.0, 9599.0, 9586.0, 9569.0, 9567.0, 9581.0, 9569.0, 9590.0, 9577.0, 9569.0, 9569.0, 9582.0, 9574.0, 9598.0, 9571.0, 9588.0, 9572.0, 9584.0, 9571.0, 9583.0, 9568.0, 9585.0, 9571.0, 9569.0, 9568.0, 9579.0, 9569.0, 9568.0, 9569.0, 9581.0, 9568.0, 9583.0, 9594.0, 9603.0, 9587.0, 9597.0, 9572.0, 9599.0, 9577.0, 9603.0, 9598.0, 9601.0, 9578.0, 9585.0, 9572.0, 9586.0, 9569.0, 9567.0, 9568.0, 9581.0, 9570.0, 9568.0, 9569.0, 9569.0, 9571.0, 9567.0, 9571.0, 9581.0, 9589.0, 9587.0, 9591.0, 9583.0, 9588.0, 9572.0, 9574.0, 9584.0, 9575.0, 9588.0, 9575.0, 9585.0, 9573.0, 9583.0, 9574.0, 9605.0, 9578.0, 9583.0, 9572.0, 9583.0, 9571.0, 9586.0, 9572.0, 9569.0, 9551.0, 9568.0, 9567.0, 9570.0, 9572.0, 9581.0, 9555.0, 9583.0, 9570.0, 9568.0, 9570.0, 9586.0, 9559.0, 9583.0, 9573.0, 9571.0, 9554.0, 9579.0, 9552.0, 9581.0, 9567.0, 9579.0, 9575.0, 9583.0, 9552.0, 9580.0, 9567.0, 9581.0, 9581.0, 9581.0, 9554.0, 9580.0, 9551.0, 9567.0, 9552.0, 9566.0, 9550.0, 9565.0, 9551.0, 9567.0, 9568.0, 9572.0, 9555.0, 9567.0, 9569.0, 9586.0, 9571.0, 9585.0, 9572.0, 9589.0, 9575.0, 9590.0, 9574.0, 9588.0, 9574.0, 9588.0, 9587.0, 9589.0, 9571.0, 9568.0, 9586.0, 9570.0, 9576.0, 9582.0, 9566.0, 9550.0, 9550.0, 9562.0, 9549.0, 9560.0, 9550.0, 9564.0, 9564.0, 9581.0, 9573.0, 9600.0, 9573.0, 9589.0, 9603.0, 9587.0, 9599.0, 9592.0, 9601.0, 9597.0, 9602.0, 9567.0, 9567.0, 9577.0, 9551.0, 9551.0, 9564.0, 9546.0, 9545.0, 9560.0, 9547.0, 9561.0, 9551.0, 9560.0, 9549.0, 9564.0, 9550.0, 9564.0, 9565.0, 9562.0, 9567.0, 9568.0, 9569.0, 9554.0, 9554.0, 9567.0, 9567.0, 9565.0, 9565.0, 9564.0, 9567.0, 9584.0, 9572.0, 9567.0, 9568.0, 9584.0, 9569.0, 9581.0, 9586.0, 9579.0, 9584.0, 9581.0, 9589.0, 9595.0, 9588.0, 9602.0, 9590.0, 9602.0, 9592.0, 9586.0, 9588.0, 9583.0, 9585.0, 9598.0, 9575.0, 9595.0, 9572.0, 9580.0, 9570.0, 9584.0, 9569.0, 9562.0, 9566.0, 9563.0, 9577.0, 9551.0, 9581.0, 9555.0, 9581.0, 9567.0, 9598.0, 9574.0, 9603.0, 9572.0, 9585.0, 9570.0, 9586.0, 9571.0, 9587.0, 9572.0, 9581.0, 9581.0, 9581.0, 9573.0, 9597.0, 9571.0, 9583.0, 9570.0, 9587.0, 9572.0, 9581.0, 9573.0, 9588.0, 9573.0, 9582.0, 9571.0, 9590.0, 9570.0, 9548.0, 9564.0, 9549.0, 9570.0, 9573.0, 9585.0, 9587.0, 9591.0, 9593.0, 9590.0, 9585.0, 9587.0, 9586.0, 9588.0, 9587.0, 9616.0, 9608.0, 9594.0, 9603.0, 9577.0, 9589.0, 9591.0, 9585.0, 9574.0, 9582.0, 9552.0, 9561.0, 9567.0, 9563.0, 9570.0, 9554.0, 9567.0, 9570.0, 9568.0, 9551.0, 9568.0, 9567.0, 9586.0, 9571.0, 9585.0, 9574.0, 9588.0, 9586.0, 9593.0, 9601.0, 9597.0, 9585.0, 9590.0, 9582.0, 9590.0, 9601.0, 9610.0, 9589.0, 9591.0, 9606.0, 9607.0, 9604.0, 9609.0, 9601.0, 9591.0, 9601.0, 9586.0, 9598.0, 9590.0, 9584.0, 9588.0, 9599.0, 9585.0, 9587.0, 9585.0, 9582.0, 9589.0, 9570.0, 9572.0, 9582.0, 9571.0, 9568.0, 9584.0, 9570.0, 9584.0, 9553.0, 9570.0, 9570.0, 9584.0, 9570.0, 9580.0, 9571.0, 9580.0, 9572.0, 9582.0, 9573.0, 9586.0, 9590.0, 9595.0, 9597.0, 9609.0, 9594.0, 9594.0, 9592.0, 9577.0, 9593.0, 9570.0, 9555.0, 9563.0, 9551.0, 9562.0, 9551.0, 9562.0, 9562.0, 9558.0, 9563.0, 9573.0, 9563.0, 9560.0, 9561.0, 9546.0, 9561.0, 9545.0, 9575.0, 9566.0, 9593.0, 9566.0, 9579.0, 9569.0, 9582.0, 9568.0, 9588.0, 9572.0, 9585.0, 9572.0, 9582.0, 9569.0, 9565.0, 9556.0, 9566.0, 9566.0, 9565.0, 9569.0, 9562.0, 9555.0, 9566.0, 9565.0, 9561.0, 9567.0, 9567.0, 9571.0, 9582.0, 9567.0, 9568.0, 9568.0, 9565.0, 9568.0, 9563.0, 9554.0, 9567.0, 9568.0, 9565.0, 9552.0, 9562.0, 9552.0, 9563.0, 9567.0, 9562.0, 9565.0, 9564.0, 9568.0, 9576.0, 9585.0, 9583.0, 9585.0, 9580.0, 9584.0, 9584.0, 9587.0, 9585.0, 9587.0, 9585.0, 9589.0, 9584.0, 9588.0, 9582.0, 9585.0, 9586.0, 9590.0, 9588.0, 9592.0, 9601.0, 9589.0, 9608.0, 9588.0, 9587.0, 9586.0, 9601.0, 9590.0, 9599.0, 9575.0, 9595.0, 9581.0, 9579.0, 9584.0, 9580.0, 9584.0, 9581.0, 9568.0, 9565.0, 9588.0, 9586.0, 9590.0, 9586.0, 9589.0, 9588.0, 9588.0, 9600.0, 9588.0, 9587.0, 9588.0, 9586.0, 9573.0, 9584.0, 9571.0, 9567.0, 9574.0, 9570.0, 9589.0, 9587.0, 9586.0, 9569.0, 9585.0, 9568.0, 9586.0, 9571.0, 9585.0, 9584.0, 9584.0, 9567.0, 9584.0, 9568.0, 9584.0, 9572.0, 9571.0, 9573.0, 9571.0, 9572.0, 9567.0, 9566.0, 9562.0, 9563.0, 9548.0, 9566.0, 9555.0, 9552.0, 9562.0, 9566.0, 9567.0, 9569.0, 9580.0, 9570.0, 9579.0, 9584.0, 9580.0, 9587.0, 9583.0, 9587.0, 9582.0, 9588.0, 9583.0, 9571.0, 9570.0, 9587.0, 9569.0, 9584.0, 9569.0, 9588.0, 9569.0, 9586.0, 9573.0, 9586.0, 9575.0, 9591.0, 9572.0, 9589.0, 9574.0, 9593.0, 9576.0, 9588.0, 9573.0, 9589.0, 9587.0, 9590.0, 9601.0, 9582.0, 9568.0, 9586.0, 9569.0, 9581.0, 9584.0, 9577.0, 9552.0, 9584.0, 9571.0, 9583.0, 9570.0, 9586.0, 9570.0, 9581.0, 9569.0, 9584.0, 9572.0, 9600.0, 9568.0, 9581.0, 9570.0, 9566.0, 9569.0, 9556.0, 9568.0, 9568.0, 9564.0, 9568.0, 9571.0, 9583.0, 9568.0, 9584.0, 9568.0, 9586.0, 9575.0, 9584.0, 9572.0, 9590.0, 9574.0, 9584.0, 9587.0, 9582.0, 9554.0, 9581.0, 9569.0, 9588.0, 9570.0, 9587.0, 9573.0, 9589.0, 9572.0, 9588.0, 9574.0, 9574.0, 9585.0, 9570.0, 9583.0, 9569.0, 9583.0, 9594.0, 9583.0, 9589.0, 9588.0, 9585.0, 9582.0, 9587.0, 9585.0, 9587.0, 9570.0, 9586.0, 9571.0, 9577.0, 9588.0, 9592.0, 9578.0, 9576.0, 9589.0, 9575.0, 9595.0, 9579.0, 9608.0, 9603.0, 9591.0, 9588.0, 9592.0, 9599.0, 9574.0, 9584.0, 9574.0, 9596.0, 9572.0, 9583.0, 9568.0, 9581.0, 9571.0, 9579.0, 9570.0, 9582.0, 9590.0, 9568.0, 9588.0, 9570.0, 9587.0, 9569.0, 9587.0, 9573.0, 9603.0, 9588.0, 9606.0, 9605.0, 9608.0, 9607.0, 9595.0, 9611.0, 9604.0, 9615.0, 9595.0, 9591.0, 9587.0, 9574.0, 9589.0, 9598.0, 9588.0, 9604.0, 9593.0, 9578.0, 9591.0, 9587.0, 9600.0, 9585.0, 9570.0, 9585.0, 9564.0, 9568.0, 9551.0, 9567.0, 9550.0, 9552.0, 9546.0, 9547.0, 9543.0, 9542.0, 9540.0, 9541.0, 9525.0, 9539.0, 9541.0, 9539.0, 9526.0, 9526.0, 9539.0, 9525.0, 9534.0, 9529.0, 9539.0, 9530.0, 9538.0, 9525.0, 9552.0, 9540.0, 9573.0, 9549.0, 9575.0, 9549.0, 9583.0, 9551.0, 9581.0, 9556.0, 9583.0, 9567.0, 9584.0, 9567.0, 9582.0, 9553.0, 9581.0, 9566.0, 9567.0, 9577.0, 9566.0, 9563.0, 9581.0, 9565.0, 9583.0, 9565.0, 9587.0, 9583.0, 9583.0, 9583.0, 9584.0, 9583.0, 9572.0, 9580.0, 9568.0, 9567.0, 9583.0, 9569.0, 9585.0, 9569.0, 9585.0, 9574.0, 9587.0, 9584.0, 9586.0, 9570.0, 9585.0, 9567.0, 9573.0, 9568.0, 9587.0, 9569.0, 9570.0, 9570.0, 9584.0, 9582.0, 9571.0, 9583.0, 9573.0, 9606.0, 9610.0, 9612.0, 9601.0, 9596.0, 9588.0, 9590.0, 9570.0, 9590.0, 9571.0, 9571.0, 9564.0, 9563.0, 9562.0, 9554.0, 9579.0, 9566.0, 9583.0, 9572.0, 9584.0, 9571.0, 9587.0, 9572.0, 9586.0, 9573.0, 9588.0, 9577.0, 9588.0, 9586.0, 9582.0, 9571.0, 9568.0, 9573.0, 9565.0, 9567.0, 9564.0, 9571.0, 9560.0, 9567.0, 9567.0, 9569.0, 9568.0, 9572.0, 9573.0, 9573.0, 9570.0, 9576.0, 9570.0, 9588.0, 9575.0, 9589.0, 9587.0, 9587.0, 9600.0, 9591.0, 9602.0, 9586.0, 9609.0, 9571.0, 9583.0, 9568.0, 9568.0, 9568.0, 9552.0, 9581.0, 9553.0, 9583.0, 9571.0, 9585.0, 9572.0, 9587.0, 9574.0, 9586.0, 9574.0, 9573.0, 9586.0, 9568.0, 9569.0, 9567.0, 9567.0, 9562.0, 9563.0, 9549.0, 9566.0, 9581.0, 9567.0, 9567.0, 9567.0, 9581.0, 9573.0, 9584.0, 9592.0, 9577.0, 9578.0, 9576.0, 9615.0, 9679.0, 9652.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.0003839010356731877</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.013971058688147296</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.97641003508068</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.185835532995391</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0018788025806449</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4729</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5427.1733</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06783697963338796</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6904487917146145</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.60314165571546</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.533602394139666</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8021300241011047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.47369254890561</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00654753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009391317144036293</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024010993540287018</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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.6950702289473636</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>27.4778</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7769</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.4179</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300623.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>877.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.5916</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9351</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.9205</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.7208</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3736.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75921.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1037.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4653.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.0702</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.662725870963186</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> |