=== 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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-02_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-02_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>d97079c86c50eeb0226b523d3f944cc1</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:47:56.200000</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-02_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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>6ed60fb6-4bfc-46b0-901f-3ee1d34f07e7||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': ['124756.200000', '124756.660000', '124757.120000', '124757.580000', '124758.040000', '124758.500000', '124758.960000', '124759.420000', '124759.880000', '124800.340000', '124800.800000', '124801.260000', '124801.720000', '124802.180000', '124802.640000', '124803.100000', '124803.560000', '124804.020000', '124804.480000', '124804.940000', '124805.400000', '124805.860000', '124806.320000', '124806.780000', '124807.240000', '124807.700000', '124808.160000', '124808.620000', '124809.080000', '124809.540000', '124810.000000', '124810.460000', '124810.920000', '124811.380000', '124811.840000', '124812.300000', '124812.760000', '124813.220000', '124813.680000', '124814.140000', '124814.600000', '124815.060000', '124815.520000', '124815.980000', '124816.440000', '124816.900000', '124817.360000', '124817.820000', '124818.280000', '124818.740000', '124819.200000', '124819.660000', '124820.120000', '124820.580000', '124821.040000', '124821.500000', '124821.960000', '124822.420000', '124822.880000', '124823.340000', '124823.800000', '124824.260000', '124824.720000', '124825.180000', '124825.640000', '124826.100000', '124826.560000', '124827.020000', '124827.480000', '124827.940000', '124828.400000', '124828.860000', '124829.320000', '124829.780000', '124830.240000', '124830.700000', '124831.160000', '124831.620000', '124832.080000', '124832.540000', '124833.000000', '124833.460000', '124833.920000', '124834.380000', '124834.840000', '124835.300000', '124835.760000', '124836.220000', '124836.680000', '124837.140000', '124837.600000', '124838.060000', '124838.520000', '124838.980000', '124839.440000', '124839.900000', '124840.360000', '124840.820000', '124841.280000', '124841.740000', '124842.200000', '124842.660000', '124843.120000', '124843.580000', '124844.040000', '124844.500000', '124844.960000', '124845.420000', '124845.880000', '124846.340000', '124846.800000', '124847.260000', '124847.720000', '124848.180000', '124848.640000', '124849.100000', '124849.560000', '124850.020000', '124850.480000', '124850.940000', '124851.400000', '124851.860000', '124852.320000', '124852.780000', '124853.240000', '124853.700000', '124854.160000', '124854.620000', '124855.080000', '124855.540000', '124856.000000', '124856.460000', '124856.920000', '124857.380000', '124857.840000', '124858.300000', '124858.760000', '124859.220000', '124859.680000', '124900.140000', '124900.600000', '124901.060000', '124901.520000', '124901.980000', '124902.440000', '124902.900000', '124903.360000', '124903.820000', '124904.280000', '124904.740000', '124905.200000', '124905.660000', '124906.120000', '124906.580000', '124907.040000', '124907.500000', '124907.960000', '124908.420000', '124908.880000', '124909.340000', '124909.800000', '124910.260000', '124910.720000', '124911.180000', '124911.640000', '124912.100000', '124912.560000', '124913.020000', '124913.480000', '124913.940000', '124914.400000', '124914.860000', '124915.320000', '124915.780000', '124916.240000', '124916.700000', '124917.160000', '124917.620000', '124918.080000', '124918.540000', '124919.000000', '124919.460000', '124919.920000', '124920.380000', '124920.840000', '124921.300000', '124921.760000', '124922.220000', '124922.680000', '124923.140000', '124923.600000', '124924.060000', '124924.520000', '124924.980000', '124925.440000', '124925.900000', '124926.360000', '124926.820000', '124927.280000', '124927.740000', '124928.200000', '124928.660000', '124929.120000', '124929.580000', '124930.040000', '124930.500000', '124930.960000', '124931.420000', '124931.880000', '124932.340000', '124932.800000', '124933.260000', '124933.720000', '124934.180000', '124934.640000', '124935.100000', '124935.560000', '124936.020000', '124936.480000', '124936.940000', '124937.400000', '124937.860000', '124938.320000', '124938.780000', '124939.240000', '124939.700000', '124940.160000', '124940.620000', '124941.080000', '124941.540000', '124942.000000', '124942.460000', '124942.920000', '124943.380000', '124943.840000', '124944.300000', '124944.760000', '124945.220000', '124945.680000', '124946.140000', '124946.600000', '124947.060000', '124947.520000', '124947.980000', '124948.440000', '124948.900000', '124949.360000', '124949.820000', '124950.280000', '124950.740000', '124951.200000', '124951.660000', '124952.120000', '124952.580000', '124953.040000', '124953.500000', '124953.960000', '124954.420000', '124954.880000', '124955.340000', '124955.800000', '124956.260000', '124956.720000', '124957.180000', '124957.640000', '124958.100000', '124958.560000', '124959.020000', '124959.480000', '124959.940000', '125000.400000', '125000.860000', '125001.320000', '125001.780000', '125002.240000', '125002.700000', '125003.160000', '125003.620000', '125004.080000', '125004.540000', '125005.000000', '125005.460000', '125005.920000', '125006.380000', '125006.840000', '125007.300000', '125007.760000', '125008.220000', '125008.680000', '125009.140000', '125009.600000', '125010.060000', '125010.520000', '125010.980000', '125011.440000', '125011.900000', '125012.360000', '125012.820000', '125013.280000', '125013.740000', '125014.200000', '125014.660000', '125015.120000', '125015.580000', '125016.040000', '125016.500000', '125016.960000', '125017.420000', '125017.880000', '125018.340000', '125018.800000', '125019.260000', '125019.720000', '125020.180000', '125020.640000', '125021.100000', '125021.560000', '125022.020000', '125022.480000', '125022.940000', '125023.400000', '125023.860000', '125024.320000', '125024.780000', '125025.240000', '125025.700000', '125026.160000', '125026.620000', '125027.080000', '125027.540000', '125028.000000', '125028.460000', '125028.920000', '125029.380000', '125029.840000', '125030.300000', '125030.760000', '125031.220000', '125031.680000', '125032.140000', '125032.600000', '125033.060000', '125033.520000', '125033.980000', '125034.440000', '125034.900000', '125035.360000', '125035.820000', '125036.280000', '125036.740000', '125037.200000', '125037.660000', '125038.120000', '125038.580000', '125039.040000', '125039.500000', '125039.960000', '125040.420000', '125040.880000', '125041.340000', '125041.800000', '125042.260000', '125042.720000', '125043.180000', '125043.640000', '125044.100000', '125044.560000', '125045.020000', '125045.480000', '125045.940000', '125046.400000', '125046.860000', '125047.320000', '125047.780000', '125048.240000', '125048.700000', '125049.160000', '125049.620000', '125050.080000', '125050.540000', '125051.000000', '125051.460000', '125051.920000', '125052.380000', '125052.840000', '125053.300000', '125053.760000', '125054.220000', '125054.680000', '125055.140000', '125055.600000', '125056.060000', '125056.520000', '125056.980000', '125057.440000', '125057.900000', '125058.360000', '125058.820000', '125059.280000', '125059.740000', '125100.200000', '125100.660000', '125101.120000', '125101.580000', '125102.040000', '125102.500000', '125102.960000', '125103.420000', '125103.880000', '125104.340000', '125104.800000', '125105.260000', '125105.720000', '125106.180000', '125106.640000', '125107.100000', '125107.560000', '125108.020000', '125108.480000', '125108.940000', '125109.400000', '125109.860000', '125110.320000', '125110.780000', '125111.240000', '125111.700000', '125112.160000', '125112.620000', '125113.080000', '125113.540000', '125114.000000', '125114.460000', '125114.920000', '125115.380000', '125115.840000', '125116.300000', '125116.760000', '125117.220000', '125117.680000', '125118.140000', '125118.600000', '125119.060000', '125119.520000', '125119.980000', '125120.440000', '125120.900000', '125121.360000', '125121.820000', '125122.280000', '125122.740000', '125123.200000', '125123.660000', '125124.120000', '125124.580000', '125125.040000', '125125.500000', '125125.960000', '125126.420000', '125126.880000', '125127.340000', '125127.800000', '125128.260000', '125128.720000', '125129.180000', '125129.640000', '125130.100000', '125130.560000', '125131.020000', '125131.480000', '125131.940000', '125132.400000', '125132.860000', '125133.320000', '125133.780000', '125134.240000', '125134.700000', '125135.160000', '125135.620000', '125136.080000', '125136.540000', '125137.000000', '125137.460000', '125137.920000', '125138.380000', '125138.840000', '125139.300000', '125139.760000', '125140.220000', '125140.680000', '125141.140000', '125141.600000', '125142.060000', '125142.520000', '125142.980000', '125143.440000', '125143.900000', '125144.360000', '125144.820000', '125145.280000', '125145.740000', '125146.200000', '125146.660000', '125147.120000', '125147.580000', '125148.040000', '125148.500000', '125148.960000', '125149.420000', '125149.880000', '125150.340000', '125150.800000', '125151.260000', '125151.720000', '125152.180000', '125152.640000', '125153.100000', '125153.560000', '125154.020000', '125154.480000', '125154.940000', '125155.400000', '125155.860000', '125156.320000', '125156.780000', '125157.240000', '125157.700000', '125158.160000', '125158.620000', '125159.080000', '125159.540000', '125200.000000', '125200.460000', '125200.920000', '125201.380000', '125201.840000', '125202.300000', '125202.760000', '125203.220000', '125203.680000', '125204.140000', '125204.600000', '125205.060000', '125205.520000', '125205.980000', '125206.440000', '125206.900000', '125207.360000', '125207.820000', '125208.280000', '125208.740000', '125209.200000', '125209.660000', '125210.120000', '125210.580000', '125211.040000', '125211.500000', '125211.960000', '125212.420000', '125212.880000', '125213.340000', '125213.800000', '125214.260000', '125214.720000', '125215.180000', '125215.640000', '125216.100000', '125216.560000', '125217.020000', '125217.480000', '125217.940000', '125218.400000', '125218.860000', '125219.320000', '125219.780000', '125220.240000', '125220.700000', '125221.160000', '125221.620000', '125222.080000', '125222.540000', '125223.000000', '125223.460000', '125223.920000', '125224.380000', '125224.840000', '125225.300000', '125225.760000', '125226.220000', '125226.680000', '125227.140000', '125227.600000', '125228.060000', '125228.520000', '125228.980000', '125229.440000', '125229.900000', '125230.360000', '125230.820000', '125231.280000', '125231.740000', '125232.200000', '125232.660000', '125233.120000', '125233.580000', '125234.040000', '125234.500000', '125234.960000', '125235.420000', '125235.880000', '125236.340000', '125236.800000', '125237.260000', '125237.720000', '125238.180000', '125238.640000', '125239.100000', '125239.560000', '125240.020000', '125240.480000', '125240.940000', '125241.400000', '125241.860000', '125242.320000', '125242.780000', '125243.240000', '125243.700000', '125244.160000', '125244.620000', '125245.080000', '125245.540000', '125246.000000', '125246.460000', '125246.920000', '125247.380000', '125247.840000', '125248.300000', '125248.760000', '125249.220000', '125249.680000', '125250.140000', '125250.600000', '125251.060000', '125251.520000', '125251.980000', '125252.440000', '125252.900000', '125253.360000', '125253.820000', '125254.280000', '125254.740000', '125255.200000', '125255.660000', '125256.120000', '125256.580000', '125257.040000', '125257.500000', '125257.960000', '125258.420000', '125258.880000', '125259.340000', '125259.800000', '125300.260000', '125300.720000', '125301.180000', '125301.640000', '125302.100000', '125302.560000', '125303.020000', '125303.480000', '125303.940000', '125304.400000', '125304.860000', '125305.320000', '125305.780000', '125306.240000', '125306.700000', '125307.160000', '125307.620000', '125308.080000', '125308.540000', '125309.000000', '125309.460000', '125309.920000', '125310.380000', '125310.840000', '125311.300000', '125311.760000', '125312.220000', '125312.680000', '125313.140000', '125313.600000', '125314.060000', '125314.520000', '125314.980000', '125315.440000', '125315.900000', '125316.360000', '125316.820000', '125317.280000', '125317.740000', '125318.200000', '125318.660000', '125319.120000', '125319.580000', '125320.040000', '125320.500000', '125320.960000', '125321.420000', '125321.880000', '125322.340000', '125322.800000', '125323.260000', '125323.720000', '125324.180000', '125324.640000', '125325.100000', '125325.560000', '125326.020000', '125326.480000', '125326.940000', '125327.400000', '125327.860000', '125328.320000', '125328.780000', '125329.240000', '125329.700000', '125330.160000', '125330.620000', '125331.080000', '125331.540000', '125332.000000', '125332.460000', '125332.920000', '125333.380000', '125333.840000', '125334.300000', '125334.760000', '125335.220000', '125335.680000', '125336.140000', '125336.600000', '125337.060000', '125337.520000', '125337.980000', '125338.440000', '125338.900000', '125339.360000', '125339.820000', '125340.280000', '125340.740000', '125341.200000', '125341.660000', '125342.120000', '125342.580000', '125343.040000', '125343.500000', '125343.960000', '125344.420000', '125344.880000', '125345.340000', '125345.800000', '125346.260000', '125346.720000', '125347.180000', '125347.640000', '125348.100000', '125348.560000', '125349.020000', '125349.480000', '125349.940000', '125350.400000', '125350.860000', '125351.320000', '125351.780000', '125352.240000', '125352.700000', '125353.160000', '125353.620000', '125354.080000', '125354.540000', '125355.000000', '125355.460000', '125355.920000', '125356.380000', '125356.840000', '125357.300000', '125357.760000', '125358.220000', '125358.680000', '125359.140000', '125359.600000', '125400.060000', '125400.520000', '125400.980000', '125401.440000', '125401.900000', '125402.360000', '125402.820000', '125403.280000', '125403.740000', '125404.200000', '125404.660000', '125405.120000', '125405.580000', '125406.040000', '125406.500000', '125406.960000', '125407.420000', '125407.880000', '125408.340000', '125408.800000', '125409.260000', '125409.720000', '125410.180000', '125410.640000', '125411.100000', '125411.560000', '125412.020000', '125412.480000', '125412.940000', '125413.400000', '125413.860000', '125414.320000', '125414.780000', '125415.240000', '125415.700000', '125416.160000', '125416.620000', '125417.080000', '125417.540000', '125418.000000', '125418.460000', '125418.920000', '125419.380000', '125419.840000', '125420.300000', '125420.760000', '125421.220000', '125421.680000', '125422.140000', '125422.600000', '125423.060000', '125423.520000', '125423.980000', '125424.440000', '125424.900000', '125425.360000', '125425.820000', '125426.280000', '125426.740000', '125427.200000', '125427.660000', '125428.120000', '125428.580000', '125429.040000', '125429.500000', '125429.960000', '125430.420000', '125430.880000', '125431.340000', '125431.800000', '125432.260000', '125432.720000', '125433.180000', '125433.640000', '125434.100000', '125434.560000', '125435.020000', '125435.480000', '125435.940000', '125436.400000', '125436.860000'], 'ContentTime': ['124800.773000', '124800.776000', '124800.779000', '124800.782000', '124800.785000', '124800.788000', '124820.744000', '124820.747000', '124820.750000', '124820.753000', '124820.756000', '124820.759000', '124820.762000', '124820.765000', '124820.767000', '124820.770000', '124820.773000', '124820.776000', '124820.779000', '124820.782000', '124820.785000', '124820.788000', '124820.790000', '124820.793000', '124820.796000', '124820.799000', '124820.802000', '124820.818000', '124820.821000', '124820.828000', '124820.831000', '124820.834000', '124820.837000', '124820.840000', '124820.843000', '124820.846000', '124820.849000', '124820.852000', '124820.854000', '124820.857000', '124820.860000', '124820.863000', '124820.866000', '124820.869000', '124820.872000', '124820.875000', '124820.878000', '124820.880000', '124820.883000', '124820.886000', '124820.889000', '124820.892000', '124840.743000', '124840.746000', '124840.749000', '124840.752000', '124840.755000', '124840.758000', '124840.761000', '124840.764000', '124840.767000', '124840.769000', '124840.772000', '124840.776000', '124840.779000', '124840.782000', '124840.785000', '124840.788000', '124840.791000', '124840.794000', '124840.814000', '124840.817000', '124840.820000', '124840.823000', '124840.826000', '124840.829000', '124840.832000', '124840.835000', '124840.838000', '124840.840000', '124840.844000', '124840.846000', '124840.849000', '124840.852000', '124840.855000', '124840.858000', '124840.861000', '124840.864000', '124840.867000', '124840.870000', '124840.873000', '124840.875000', '124840.878000', '124840.881000', '124840.884000', '124900.744000', '124900.747000', '124900.750000', '124900.753000', '124900.756000', '124900.759000', '124900.762000', '124900.765000', '124900.767000', '124900.770000', '124900.773000', '124900.776000', '124900.779000', '124900.782000', '124900.884000', '124900.887000', '124900.890000', '124900.893000', '124900.896000', '124900.899000', '124900.901000', '124900.904000', '124900.907000', '124900.910000', '124900.913000', '124900.916000', '124900.919000', '124900.922000', '124900.925000', '124900.927000', '124900.930000', '124900.933000', '124900.936000', '124900.939000', '124900.942000', '124900.945000', '124900.948000', '124900.951000', '124900.954000', '124900.957000', '124900.959000', '124900.962000', '124900.965000', '124900.968000', '124920.744000', '124920.747000', '124920.750000', '124920.753000', '124920.756000', '124920.759000', '124920.762000', '124920.765000', '124920.768000', '124920.771000', '124920.774000', '124920.777000', '124920.779000', '124920.783000', '124920.786000', '124920.789000', '124920.794000', '124920.797000', '124920.800000', '124920.803000', '124920.806000', '124920.809000', '124920.812000', '124920.815000', '124920.818000', '124920.821000', '124920.824000', '124920.827000', '124920.830000', '124920.832000', '124920.835000', '124920.838000', '124920.841000', '124920.844000', '124920.847000', '124920.850000', '124920.853000', '124920.856000', '124920.859000', '124920.862000', '124920.865000', '124920.867000', '124920.870000', '124940.744000', '124940.747000', '124940.750000', '124940.753000', '124940.756000', '124940.759000', '124940.762000', '124940.765000', '124940.768000', '124940.770000', '124940.773000', '124940.776000', '124940.779000', '124940.782000', '124940.785000', '124940.788000', '124940.791000', '124940.794000', '124940.797000', '124940.800000', '124940.803000', '124940.805000', '124940.808000', '124940.811000', '124940.819000', '124940.822000', '124940.825000', '124940.827000', '124940.830000', '124940.833000', '124940.836000', '124940.839000', '124940.842000', '124940.845000', '124940.848000', '124940.851000', '124940.853000', '124940.856000', '124940.859000', '124940.862000', '124940.865000', '124940.868000', '124940.871000', '124940.874000', '125000.744000', '125000.748000', '125000.751000', '125000.754000', '125000.757000', '125000.760000', '125000.763000', '125000.766000', '125000.769000', '125000.772000', '125000.775000', '125000.778000', '125000.781000', '125000.784000', '125000.808000', '125000.811000', '125000.814000', '125000.817000', '125000.820000', '125000.823000', '125000.826000', '125000.829000', '125000.832000', '125000.834000', '125000.837000', '125000.840000', '125000.843000', '125000.846000', '125000.864000', '125000.867000', '125000.877000', '125000.880000', '125000.883000', '125000.885000', '125000.888000', '125000.891000', '125000.894000', '125000.897000', '125000.900000', '125000.903000', '125000.906000', '125000.909000', '125000.912000', '125020.744000', '125020.747000', '125020.750000', '125020.753000', '125020.756000', '125020.759000', '125020.762000', '125020.765000', '125020.767000', '125020.770000', '125020.773000', '125020.776000', '125020.779000', '125020.782000', '125020.785000', '125020.788000', '125020.791000', '125020.794000', '125020.797000', '125020.800000', '125020.802000', '125020.805000', '125020.808000', '125020.811000', '125020.814000', '125020.817000', '125020.820000', '125020.823000', '125020.826000', '125020.829000', '125020.832000', '125020.835000', '125020.837000', '125020.840000', '125020.843000', '125020.846000', '125020.849000', '125020.852000', '125020.855000', '125020.858000', '125020.861000', '125020.864000', '125020.867000', '125020.869000', '125040.744000', '125040.747000', '125040.750000', '125040.753000', '125040.756000', '125040.759000', '125040.762000', '125040.765000', '125040.769000', '125040.772000', '125040.775000', '125040.778000', '125040.781000', '125040.808000', '125040.811000', '125040.814000', '125040.817000', '125040.820000', '125040.823000', '125040.826000', '125040.830000', '125040.833000', '125040.836000', '125040.839000', '125040.842000', '125040.845000', '125040.848000', '125040.851000', '125040.861000', '125040.864000', '125040.867000', '125040.869000', '125040.872000', '125040.875000', '125040.878000', '125040.881000', '125040.884000', '125040.887000', '125040.890000', '125040.893000', '125040.896000', '125040.899000', '125040.902000', '125100.743000', '125100.746000', '125100.749000', '125100.752000', '125100.755000', '125100.758000', '125100.761000', '125100.764000', '125100.767000', '125100.769000', '125100.772000', '125100.775000', '125100.778000', '125100.781000', '125100.808000', '125100.811000', '125100.814000', '125100.817000', '125100.819000', '125100.822000', '125100.825000', '125100.828000', '125100.831000', '125100.834000', '125100.837000', '125100.840000', '125100.843000', '125100.846000', '125100.849000', '125100.852000', '125100.855000', '125100.857000', '125100.860000', '125100.863000', '125100.866000', '125100.869000', '125100.872000', '125100.875000', '125100.878000', '125100.881000', '125100.884000', '125100.887000', '125100.890000', '125100.892000', '125120.744000', '125120.747000', '125120.750000', '125120.753000', '125120.756000', '125120.759000', '125120.762000', '125120.765000', '125120.768000', '125120.771000', '125120.774000', '125120.777000', '125120.780000', '125120.782000', '125120.805000', '125120.808000', '125120.811000', '125120.813000', '125120.817000', '125120.819000', '125120.822000', '125120.825000', '125120.828000', '125120.831000', '125120.834000', '125120.837000', '125120.840000', '125120.843000', '125120.846000', '125120.849000', '125120.852000', '125120.855000', '125120.858000', '125120.861000', '125120.864000', '125120.867000', '125120.870000', '125120.873000', '125120.876000', '125120.879000', '125120.882000', '125120.885000', '125120.887000', '125140.744000', '125140.747000', '125140.750000', '125140.753000', '125140.756000', '125140.759000', '125140.762000', '125140.765000', '125140.768000', '125140.770000', '125140.786000', '125140.849000', '125140.852000', '125140.854000', '125140.857000', '125140.860000', '125140.863000', '125140.866000', '125140.869000', '125140.872000', '125140.875000', '125140.878000', '125140.881000', '125140.888000', '125140.890000', '125140.893000', '125140.896000', '125140.899000', '125140.902000', '125140.905000', '125140.908000', '125140.911000', '125140.914000', '125140.917000', '125140.920000', '125140.923000', '125140.925000', '125140.928000', '125140.931000', '125140.934000', '125140.937000', '125140.940000', '125140.943000', '125140.946000', '125200.744000', '125200.747000', '125200.750000', '125200.753000', '125200.756000', '125200.759000', '125200.762000', '125200.765000', '125200.768000', '125200.771000', '125200.774000', '125200.777000', '125200.779000', '125200.782000', '125200.785000', '125200.788000', '125200.791000', '125200.794000', '125200.797000', '125200.800000', '125200.803000', '125200.808000', '125200.811000', '125200.814000', '125200.816000', '125200.820000', '125200.822000', '125200.825000', '125200.828000', '125200.831000', '125200.834000', '125200.837000', '125200.840000', '125200.843000', '125200.846000', '125200.848000', '125200.851000', '125200.854000', '125200.857000', '125200.861000', '125200.864000', '125200.867000', '125200.870000', '125220.744000', '125220.747000', '125220.750000', '125220.753000', '125220.756000', '125220.759000', '125220.762000', '125220.765000', '125220.768000', '125220.771000', '125220.774000', '125220.777000', '125220.779000', '125220.782000', '125220.824000', '125220.827000', '125220.830000', '125220.833000', '125220.836000', '125220.838000', '125220.841000', '125220.844000', '125220.847000', '125220.850000', '125220.853000', '125220.856000', '125220.859000', '125220.862000', '125220.865000', '125220.868000', '125220.871000', '125220.874000', '125220.876000', '125220.879000', '125220.882000', '125220.885000', '125220.888000', '125220.891000', '125220.894000', '125220.897000', '125220.900000', '125220.903000', '125220.906000', '125220.908000', '125240.744000', '125240.747000', '125240.750000', '125240.753000', '125240.756000', '125240.759000', '125240.762000', '125240.765000', '125240.768000', '125240.771000', '125240.774000', '125240.776000', '125240.779000', '125240.782000', '125240.785000', '125240.788000', '125240.791000', '125240.794000', '125240.797000', '125240.800000', '125240.803000', '125240.806000', '125240.809000', '125240.811000', '125240.815000', '125240.817000', '125240.820000', '125240.823000', '125240.826000', '125240.829000', '125240.832000', '125240.835000', '125240.838000', '125240.841000', '125240.844000', '125240.847000', '125240.850000', '125240.853000', '125240.855000', '125240.858000', '125240.861000', '125240.864000', '125240.867000', '125300.744000', '125300.747000', '125300.750000', '125300.753000', '125300.756000', '125300.759000', '125300.762000', '125300.765000', '125300.768000', '125300.771000', '125300.774000', '125300.777000', '125300.779000', '125300.783000', '125300.808000', '125300.811000', '125300.813000', '125300.817000', '125300.819000', '125300.822000', '125300.825000', '125300.828000', '125300.831000', '125300.834000', '125300.837000', '125300.840000', '125300.843000', '125300.846000', '125300.849000', '125300.852000', '125300.855000', '125300.857000', '125300.860000', '125300.863000', '125300.866000', '125300.879000', '125300.882000', '125300.885000', '125300.888000', '125300.891000', '125300.894000', '125300.897000', '125300.900000', '125300.903000', '125320.743000', '125320.746000', '125320.749000', '125320.752000', '125320.755000', '125320.758000', '125320.761000', '125320.764000', '125320.767000', '125320.770000', '125320.773000', '125320.776000', '125320.779000', '125320.782000', '125320.831000', '125320.834000', '125320.837000', '125320.840000', '125320.844000', '125320.852000', '125320.855000', '125320.858000', '125320.860000', '125320.864000', '125320.867000', '125320.869000', '125320.872000', '125320.875000', '125320.878000', '125320.881000', '125320.884000', '125320.887000', '125320.890000', '125320.893000', '125320.896000', '125320.899000', '125320.902000', '125320.905000', '125320.908000', '125320.912000', '125320.915000', '125320.919000', '125320.922000', '125340.744000', '125340.747000', '125340.750000', '125340.753000', '125340.756000', '125340.759000', '125340.762000', '125340.765000', '125340.768000', '125340.771000', '125340.773000', '125340.776000', '125340.779000', '125340.782000', '125340.823000', '125340.826000', '125340.829000', '125340.832000', '125340.835000', '125340.838000', '125340.841000', '125340.844000', '125340.847000', '125340.850000', '125340.853000', '125340.856000', '125340.859000', '125340.862000', '125340.865000', '125340.868000', '125340.870000', '125340.873000', '125340.876000', '125340.879000', '125340.882000', '125340.885000', '125340.888000', '125340.891000', '125340.894000', '125340.897000', '125340.900000', '125340.903000', '125340.906000', '125340.908000', '125400.744000', '125400.747000', '125400.750000', '125400.753000', '125400.756000', '125400.759000', '125400.762000', '125400.765000', '125400.768000', '125400.771000', '125400.774000', '125400.777000', '125400.780000', '125400.782000', '125400.835000', '125400.838000', '125400.841000', '125400.844000', '125400.847000', '125400.850000', '125400.853000', '125400.855000', '125400.858000', '125400.861000', '125400.864000', '125400.867000', '125400.870000', '125400.873000', '125400.876000', '125400.879000', '125400.882000', '125400.885000', '125400.888000', '125400.891000', '125400.894000', '125400.897000', '125400.899000', '125400.902000', '125400.905000', '125400.908000', '125400.911000', '125400.914000', '125400.917000', '125420.744000', '125420.747000', '125420.750000', '125420.753000', '125420.756000', '125420.759000', '125420.762000', '125420.765000', '125420.768000', '125420.770000', '125420.773000', '125420.776000', '125420.779000', '125420.782000', '125420.823000', '125420.826000', '125420.829000', '125420.832000', '125420.835000', '125420.838000', '125420.841000', '125420.844000', '125420.846000', '125420.850000', '125420.852000', '125420.855000', '125420.858000', '125420.861000', '125420.864000', '125420.867000', '125420.870000', '125420.873000', '125420.876000', '125420.879000', '125420.882000', '125420.885000', '125420.887000', '125420.890000', '125420.893000', '125420.896000', '125420.899000', '125420.902000', '125420.905000', '125420.908000', '125437.789000', '125437.793000', '125437.796000', '125437.799000', '125437.803000', '125437.806000', '125437.809000', '125437.812000', '125437.815000', '125437.818000', '125437.821000', '125437.824000', '125437.827000', '125437.830000', '125437.833000', '125437.836000', '125437.839000', '125437.843000', '125437.846000', '125437.849000', '125437.852000', '125437.855000', '125437.857000', '125437.861000', '125437.863000', '125437.867000', '125437.870000', '125437.872000', '125437.875000', '125437.879000', '125437.882000', '125437.885000', '125437.887000', '125437.891000', '125437.893000', '125437.896000', '125437.900000'], 'InstanceCreationTime': ['124800.773000', '124800.776000', '124800.779000', '124800.782000', '124800.785000', '124800.788000', '124820.744000', '124820.747000', '124820.750000', '124820.753000', '124820.756000', '124820.759000', '124820.762000', '124820.765000', '124820.767000', '124820.770000', '124820.773000', '124820.776000', '124820.779000', '124820.782000', '124820.785000', '124820.788000', '124820.790000', '124820.793000', '124820.796000', '124820.799000', '124820.802000', '124820.818000', '124820.821000', '124820.828000', '124820.831000', '124820.834000', '124820.837000', '124820.840000', '124820.843000', '124820.846000', '124820.849000', '124820.852000', '124820.854000', '124820.857000', '124820.860000', '124820.863000', '124820.866000', '124820.869000', '124820.872000', '124820.875000', '124820.878000', '124820.880000', '124820.883000', '124820.886000', '124820.889000', '124820.892000', '124840.743000', '124840.746000', '124840.749000', '124840.752000', '124840.755000', '124840.758000', '124840.761000', '124840.764000', '124840.767000', '124840.769000', '124840.772000', '124840.776000', '124840.779000', '124840.782000', '124840.785000', '124840.788000', '124840.791000', '124840.794000', '124840.814000', '124840.817000', '124840.820000', '124840.823000', '124840.826000', '124840.829000', '124840.832000', '124840.835000', '124840.838000', '124840.840000', '124840.844000', '124840.846000', '124840.849000', '124840.852000', '124840.855000', '124840.858000', '124840.861000', '124840.864000', '124840.867000', '124840.870000', '124840.873000', '124840.875000', '124840.878000', '124840.881000', '124840.884000', '124900.744000', '124900.747000', '124900.750000', '124900.753000', '124900.756000', '124900.759000', '124900.762000', '124900.765000', '124900.767000', '124900.770000', '124900.773000', '124900.776000', '124900.779000', '124900.782000', '124900.884000', '124900.887000', '124900.890000', '124900.893000', '124900.896000', '124900.899000', '124900.901000', '124900.904000', '124900.907000', '124900.910000', '124900.913000', '124900.916000', '124900.919000', '124900.922000', '124900.925000', '124900.927000', '124900.930000', '124900.933000', '124900.936000', '124900.939000', '124900.942000', '124900.945000', '124900.948000', '124900.951000', '124900.954000', '124900.957000', '124900.959000', '124900.962000', '124900.965000', '124900.968000', '124920.744000', '124920.747000', '124920.750000', '124920.753000', '124920.756000', '124920.759000', '124920.762000', '124920.765000', '124920.768000', '124920.771000', '124920.774000', '124920.777000', '124920.779000', '124920.783000', '124920.786000', '124920.789000', '124920.794000', '124920.797000', '124920.800000', '124920.803000', '124920.806000', '124920.809000', '124920.812000', '124920.815000', '124920.818000', '124920.821000', '124920.824000', '124920.827000', '124920.830000', '124920.832000', '124920.835000', '124920.838000', '124920.841000', '124920.844000', '124920.847000', '124920.850000', '124920.853000', '124920.856000', '124920.859000', '124920.862000', '124920.865000', '124920.867000', '124920.870000', '124940.744000', '124940.747000', '124940.750000', '124940.753000', '124940.756000', '124940.759000', '124940.762000', '124940.765000', '124940.768000', '124940.770000', '124940.773000', '124940.776000', '124940.779000', '124940.782000', '124940.785000', '124940.788000', '124940.791000', '124940.794000', '124940.797000', '124940.800000', '124940.803000', '124940.805000', '124940.808000', '124940.811000', '124940.819000', '124940.822000', '124940.825000', '124940.827000', '124940.830000', '124940.833000', '124940.836000', '124940.839000', '124940.842000', '124940.845000', '124940.848000', '124940.851000', '124940.853000', '124940.856000', '124940.859000', '124940.862000', '124940.865000', '124940.868000', '124940.871000', '124940.874000', '125000.744000', '125000.748000', '125000.751000', '125000.754000', '125000.757000', '125000.760000', '125000.763000', '125000.766000', '125000.769000', '125000.772000', '125000.775000', '125000.778000', '125000.781000', '125000.784000', '125000.808000', '125000.811000', '125000.814000', '125000.817000', '125000.820000', '125000.823000', '125000.826000', '125000.829000', '125000.832000', '125000.834000', '125000.837000', '125000.840000', '125000.843000', '125000.846000', '125000.864000', '125000.867000', '125000.877000', '125000.880000', '125000.883000', '125000.885000', '125000.888000', '125000.891000', '125000.894000', '125000.897000', '125000.900000', '125000.903000', '125000.906000', '125000.909000', '125000.912000', '125020.744000', '125020.747000', '125020.750000', '125020.753000', '125020.756000', '125020.759000', '125020.762000', '125020.765000', '125020.767000', '125020.770000', '125020.773000', '125020.776000', '125020.779000', '125020.782000', '125020.785000', '125020.788000', '125020.791000', '125020.794000', '125020.797000', '125020.800000', '125020.802000', '125020.805000', '125020.808000', '125020.811000', '125020.814000', '125020.817000', '125020.820000', '125020.823000', '125020.826000', '125020.829000', '125020.832000', '125020.835000', '125020.837000', '125020.840000', '125020.843000', '125020.846000', '125020.849000', '125020.852000', '125020.855000', '125020.858000', '125020.861000', '125020.864000', '125020.867000', '125020.869000', '125040.744000', '125040.747000', '125040.750000', '125040.753000', '125040.756000', '125040.759000', '125040.762000', '125040.765000', '125040.769000', '125040.772000', '125040.775000', '125040.778000', '125040.781000', '125040.808000', '125040.811000', '125040.814000', '125040.817000', '125040.820000', '125040.823000', '125040.826000', '125040.830000', '125040.833000', '125040.836000', '125040.839000', '125040.842000', '125040.845000', '125040.848000', '125040.851000', '125040.861000', '125040.864000', '125040.867000', '125040.869000', '125040.872000', '125040.875000', '125040.878000', '125040.881000', '125040.884000', '125040.887000', '125040.890000', '125040.893000', '125040.896000', '125040.899000', '125040.902000', '125100.743000', '125100.746000', '125100.749000', '125100.752000', '125100.755000', '125100.758000', '125100.761000', '125100.764000', '125100.767000', '125100.769000', '125100.772000', '125100.775000', '125100.778000', '125100.781000', '125100.808000', '125100.811000', '125100.814000', '125100.817000', '125100.819000', '125100.822000', '125100.825000', '125100.828000', '125100.831000', '125100.834000', '125100.837000', '125100.840000', '125100.843000', '125100.846000', '125100.849000', '125100.852000', '125100.855000', '125100.857000', '125100.860000', '125100.863000', '125100.866000', '125100.869000', '125100.872000', '125100.875000', '125100.878000', '125100.881000', '125100.884000', '125100.887000', '125100.890000', '125100.892000', '125120.744000', '125120.747000', '125120.750000', '125120.753000', '125120.756000', '125120.759000', '125120.762000', '125120.765000', '125120.768000', '125120.771000', '125120.774000', '125120.777000', '125120.780000', '125120.782000', '125120.805000', '125120.808000', '125120.811000', '125120.813000', '125120.817000', '125120.819000', '125120.822000', '125120.825000', '125120.828000', '125120.831000', '125120.834000', '125120.837000', '125120.840000', '125120.843000', '125120.846000', '125120.849000', '125120.852000', '125120.855000', '125120.858000', '125120.861000', '125120.864000', '125120.867000', '125120.870000', '125120.873000', '125120.876000', '125120.879000', '125120.882000', '125120.885000', '125120.887000', '125140.744000', '125140.747000', '125140.750000', '125140.753000', '125140.756000', '125140.759000', '125140.762000', '125140.765000', '125140.768000', '125140.770000', '125140.786000', '125140.849000', '125140.852000', '125140.854000', '125140.857000', '125140.860000', '125140.863000', '125140.866000', '125140.869000', '125140.872000', '125140.875000', '125140.878000', '125140.881000', '125140.888000', '125140.890000', '125140.893000', '125140.896000', '125140.899000', '125140.902000', '125140.905000', '125140.908000', '125140.911000', '125140.914000', '125140.917000', '125140.920000', '125140.923000', '125140.925000', '125140.928000', '125140.931000', '125140.934000', '125140.937000', '125140.940000', '125140.943000', '125140.946000', '125200.744000', '125200.747000', '125200.750000', '125200.753000', '125200.756000', '125200.759000', '125200.762000', '125200.765000', '125200.768000', '125200.771000', '125200.774000', '125200.777000', '125200.779000', '125200.782000', '125200.785000', '125200.788000', '125200.791000', '125200.794000', '125200.797000', '125200.800000', '125200.803000', '125200.808000', '125200.811000', '125200.814000', '125200.816000', '125200.820000', '125200.822000', '125200.825000', '125200.828000', '125200.831000', '125200.834000', '125200.837000', '125200.840000', '125200.843000', '125200.846000', '125200.848000', '125200.851000', '125200.854000', '125200.857000', '125200.861000', '125200.864000', '125200.867000', '125200.870000', '125220.744000', '125220.747000', '125220.750000', '125220.753000', '125220.756000', '125220.759000', '125220.762000', '125220.765000', '125220.768000', '125220.771000', '125220.774000', '125220.777000', '125220.779000', '125220.782000', '125220.824000', '125220.827000', '125220.830000', '125220.833000', '125220.836000', '125220.838000', '125220.841000', '125220.844000', '125220.847000', '125220.850000', '125220.853000', '125220.856000', '125220.859000', '125220.862000', '125220.865000', '125220.868000', '125220.871000', '125220.874000', '125220.876000', '125220.879000', '125220.882000', '125220.885000', '125220.888000', '125220.891000', '125220.894000', '125220.897000', '125220.900000', '125220.903000', '125220.906000', '125220.908000', '125240.744000', '125240.747000', '125240.750000', '125240.753000', '125240.756000', '125240.759000', '125240.762000', '125240.765000', '125240.768000', '125240.771000', '125240.774000', '125240.776000', '125240.779000', '125240.782000', '125240.785000', '125240.788000', '125240.791000', '125240.794000', '125240.797000', '125240.800000', '125240.803000', '125240.806000', '125240.809000', '125240.811000', '125240.815000', '125240.817000', '125240.820000', '125240.823000', '125240.826000', '125240.829000', '125240.832000', '125240.835000', '125240.838000', '125240.841000', '125240.844000', '125240.847000', '125240.850000', '125240.853000', '125240.855000', '125240.858000', '125240.861000', '125240.864000', '125240.867000', '125300.744000', '125300.747000', '125300.750000', '125300.753000', '125300.756000', '125300.759000', '125300.762000', '125300.765000', '125300.768000', '125300.771000', '125300.774000', '125300.777000', '125300.779000', '125300.783000', '125300.808000', '125300.811000', '125300.813000', '125300.817000', '125300.819000', '125300.822000', '125300.825000', '125300.828000', '125300.831000', '125300.834000', '125300.837000', '125300.840000', '125300.843000', '125300.846000', '125300.849000', '125300.852000', '125300.855000', '125300.857000', '125300.860000', '125300.863000', '125300.866000', '125300.879000', '125300.882000', '125300.885000', '125300.888000', '125300.891000', '125300.894000', '125300.897000', '125300.900000', '125300.903000', '125320.743000', '125320.746000', '125320.749000', '125320.752000', '125320.755000', '125320.758000', '125320.761000', '125320.764000', '125320.767000', '125320.770000', '125320.773000', '125320.776000', '125320.779000', '125320.782000', '125320.831000', '125320.834000', '125320.837000', '125320.840000', '125320.844000', '125320.852000', '125320.855000', '125320.858000', '125320.860000', '125320.864000', '125320.867000', '125320.869000', '125320.872000', '125320.875000', '125320.878000', '125320.881000', '125320.884000', '125320.887000', '125320.890000', '125320.893000', '125320.896000', '125320.899000', '125320.902000', '125320.905000', '125320.908000', '125320.912000', '125320.915000', '125320.919000', '125320.922000', '125340.744000', '125340.747000', '125340.750000', '125340.753000', '125340.756000', '125340.759000', '125340.762000', '125340.765000', '125340.768000', '125340.771000', '125340.773000', '125340.776000', '125340.779000', '125340.782000', '125340.823000', '125340.826000', '125340.829000', '125340.832000', '125340.835000', '125340.838000', '125340.841000', '125340.844000', '125340.847000', '125340.850000', '125340.853000', '125340.856000', '125340.859000', '125340.862000', '125340.865000', '125340.868000', '125340.870000', '125340.873000', '125340.876000', '125340.879000', '125340.882000', '125340.885000', '125340.888000', '125340.891000', '125340.894000', '125340.897000', '125340.900000', '125340.903000', '125340.906000', '125340.908000', '125400.744000', '125400.747000', '125400.750000', '125400.753000', '125400.756000', '125400.759000', '125400.762000', '125400.765000', '125400.768000', '125400.771000', '125400.774000', '125400.777000', '125400.780000', '125400.782000', '125400.835000', '125400.838000', '125400.841000', '125400.844000', '125400.847000', '125400.850000', '125400.853000', '125400.855000', '125400.858000', '125400.861000', '125400.864000', '125400.867000', '125400.870000', '125400.873000', '125400.876000', '125400.879000', '125400.882000', '125400.885000', '125400.888000', '125400.891000', '125400.894000', '125400.897000', '125400.899000', '125400.902000', '125400.905000', '125400.908000', '125400.911000', '125400.914000', '125400.917000', '125420.744000', '125420.747000', '125420.750000', '125420.753000', '125420.756000', '125420.759000', '125420.762000', '125420.765000', '125420.768000', '125420.770000', '125420.773000', '125420.776000', '125420.779000', '125420.782000', '125420.823000', '125420.826000', '125420.829000', '125420.832000', '125420.835000', '125420.838000', '125420.841000', '125420.844000', '125420.846000', '125420.850000', '125420.852000', '125420.855000', '125420.858000', '125420.861000', '125420.864000', '125420.867000', '125420.870000', '125420.873000', '125420.876000', '125420.879000', '125420.882000', '125420.885000', '125420.887000', '125420.890000', '125420.893000', '125420.896000', '125420.899000', '125420.902000', '125420.905000', '125420.908000', '125437.789000', '125437.793000', '125437.796000', '125437.799000', '125437.803000', '125437.806000', '125437.809000', '125437.812000', '125437.815000', '125437.818000', '125437.821000', '125437.824000', '125437.827000', '125437.830000', '125437.833000', '125437.836000', '125437.839000', '125437.843000', '125437.846000', '125437.849000', '125437.852000', '125437.855000', '125437.857000', '125437.861000', '125437.863000', '125437.867000', '125437.870000', '125437.872000', '125437.875000', '125437.879000', '125437.882000', '125437.885000', '125437.887000', '125437.891000', '125437.893000', '125437.896000', '125437.900000'], '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': [10861, 10497, 12984, 10494, 10262, 10833, 11054, 10615, 11001, 11166, 10878, 11381, 11054, 10766, 11111, 10504, 10629, 12040, 10302, 11037, 10457, 10523, 10621, 11313, 10573, 11323, 10885, 11105, 12139, 10810, 10975, 10770, 11788, 10809, 10348, 11109, 11481, 12259, 10934, 11133, 10334, 12214, 10569, 11788, 10370, 10943, 10592, 11902, 12392, 11047, 10920, 10556, 11869, 10671, 11386, 10832, 11483, 10699, 11765, 10554, 10910, 10373, 11971, 10332, 11098, 10280, 12252, 10303, 10989, 12545, 10918, 10936, 10617, 11449, 10863, 11598, 10940, 11615, 12065, 11115, 12437, 11440, 11329, 11560, 10346, 11887, 10384, 11459, 10499, 10768, 12233, 11529, 11220, 10937, 11945, 11119, 11615, 12128, 10884, 11214, 10284, 10978, 12156, 10473, 11580, 10663, 11940, 12139, 11289, 12074, 10597, 10904, 12171, 10325, 11382, 12449, 11387, 11249, 10312, 11128, 10430, 11137, 12642, 11416, 12378, 11253, 11963, 11111, 11840, 11578, 10963, 11675, 10143, 11023, 9998, 11125, 10196, 12287, 10223, 12147, 10359, 11596, 10386, 12187, 10388, 12488, 10587, 11681, 10570, 12436, 10344, 11981, 10351, 12205, 10030, 11527, 11047, 11373, 11963, 12333, 10532, 12285, 11140, 11092, 11388, 10701, 11243, 10561, 10858, 11699, 10527, 11859, 10265, 11935, 12267, 10764, 11546, 10677, 12958, 10725, 11781, 10348, 11191, 11341, 10475, 11787, 10085, 11957, 10367, 11339, 10117, 11757, 10361, 12047, 10249, 11912, 10256, 11946, 10383, 11673, 10705, 11240, 10655, 11458, 10342, 10192, 10305, 10567, 10448, 10669, 10335, 12184, 10800, 12765, 10928, 12476, 10968, 10392, 11217, 10269, 11953, 10308, 11914, 10156, 12058, 10000, 12077, 10306, 10505, 10346, 11103, 10320, 12160, 10551, 12746, 10802, 11727, 11485, 11108, 10978, 12826, 11915, 12472, 12876, 11174, 12257, 10365, 11582, 12676, 10845, 11484, 10542, 11226, 10373, 13207, 10745, 12347, 10855, 11372, 11748, 10369, 11927, 9791, 11837, 10383, 11674, 10365, 11859, 10332, 12071, 10206, 11279, 12613, 10812, 11585, 10738, 12617, 10771, 12234, 10776, 12753, 10887, 11282, 10712, 11504, 10885, 12451, 11016, 11966, 10840, 11587, 10563, 11363, 10528, 10959, 10469, 12183, 10630, 10714, 10326, 12203, 10430, 12869, 10545, 11591, 10352, 10475, 11430, 10296, 11697, 10152, 11687, 10274, 11623, 10388, 11947, 10412, 11825, 10329, 11823, 10401, 10850, 12575, 10768, 11262, 10464, 11659, 10594, 10687, 10315, 12595, 10670, 12847, 10553, 12465, 10721, 12148, 10698, 12060, 10805, 12218, 10831, 12459, 10841, 12288, 10878, 12133, 10312, 11809, 10024, 10806, 10343, 10878, 10327, 10784, 10145, 11228, 10334, 11243, 10472, 10322, 11050, 11844, 10119, 11799, 10115, 10666, 10014, 11987, 10105, 11672, 10120, 12118, 10061, 12097, 10109, 11779, 9977, 11741, 9685, 11831, 9945, 11640, 10054, 11551, 9947, 11366, 10938, 11767, 9946, 11951, 10120, 11339, 11116, 10576, 9815, 11828, 9862, 10854, 9932, 10670, 10213, 10517, 10192, 11219, 10491, 11418, 10580, 11823, 10462, 12744, 10931, 12427, 10907, 12110, 10565, 10987, 10622, 10347, 11641, 10412, 11480, 10182, 11616, 10030, 11849, 10076, 11622, 10572, 10782, 13070, 11096, 13229, 10596, 11523, 10419, 12069, 10523, 11171, 10951, 10959, 11189, 10223, 10047, 10238, 11396, 10331, 11446, 10486, 10228, 10467, 12120, 10342, 12713, 10381, 12941, 10630, 12520, 11251, 12580, 11228, 11985, 11085, 10158, 11162, 10648, 10847, 12821, 10739, 13025, 10921, 12903, 10632, 11458, 10346, 11237, 10297, 12383, 10240, 12177, 10556, 11500, 10282, 11340, 10286, 11004, 11120, 10340, 11683, 9955, 11654, 9970, 11784, 10125, 12042, 9866, 11346, 10448, 10937, 12858, 11028, 11698, 10433, 11534, 10433, 11071, 10421, 11902, 12098, 10871, 10529, 12056, 10958, 11099, 11922, 10269, 11339, 11613, 11685, 13183, 10658, 11865, 10210, 12155, 10086, 11369, 10897, 11706, 11522, 12016, 12005, 11932, 10719, 11964, 9984, 12301, 9546, 12360, 9856, 11467, 12319, 11120, 12655, 11308, 12410, 11080, 11973, 10914, 11561, 10648, 11581, 11517, 10857, 11671, 11752, 11407, 10160, 10402, 10158, 9973, 10182, 10035, 10040, 9965, 10089, 10012, 10057, 9885, 9974, 10688, 10097, 11470, 10138, 11474, 10078, 11145, 10944, 11383, 11277, 11012, 12541, 11195, 11694, 11801, 12087, 9826, 11344, 11864, 10403, 11266, 10722, 11388, 12892, 10688, 11350, 10388, 12266, 10242, 12828, 10786, 12812, 10699, 12183, 11088, 12131, 11368, 12711, 11313, 11801, 11308, 10995, 11188, 12390, 10673, 12324, 9798, 12027, 10302, 11314, 11709, 10876, 12108, 11109, 11467, 11201, 11610, 11980, 11312, 11425, 10041, 11782, 10005, 12050, 9532, 12087, 9773, 11547, 11184, 11260, 12708, 11363, 11625, 10143, 11751, 10106, 11958, 10023, 11511, 11717, 11876, 12638, 11258, 11311, 10955, 12437, 12199, 11953, 11718, 10210, 11516, 12156, 10412, 11123, 11240, 10781, 10051, 10472, 10199, 11287, 10192, 12113, 10379, 11874, 10286, 10528, 10026, 10274, 10158, 12018, 13052, 10881, 11607, 10209, 11079, 10235, 10472, 10131, 11400, 11781, 10238, 12019, 11629, 10245, 11662, 10151, 11616, 9993, 11521, 10117, 11949, 10051, 12017, 9776, 10592, 10035, 10396, 10101, 11792, 10183, 11438, 10075, 10134, 10110, 11745, 12925, 11709, 11832, 10568, 12369, 10234, 12009, 12067, 10598, 13017, 10409, 10793, 10465, 10506, 10244, 12971, 10159, 12586, 10075, 13086, 10463, 13274, 10682, 12860, 10941, 12977, 10945, 12739, 10776, 11264, 10795, 10316, 10646, 12753, 10753, 13061, 10768, 12661, 10923, 12155, 10578, 11159, 10197, 10781, 10177, 10688, 10079, 10626, 10315, 11172, 11546, 10479, 11599, 10351, 10814, 10262, 12758, 10349, 12524, 10135, 11616, 10119, 11871, 9936, 12383, 9934, 11428, 9940, 11111, 10254, 12167, 10823, 11090, 10432, 11701, 10583, 11937, 12745, 11008, 11214, 10088, 11350, 10620, 10294, 10498, 10825, 10186, 12422, 10694, 11284, 12662, 11096, 11382, 10492, 12404, 11454, 11235, 11431, 10740, 12780, 10441, 11324, 10411, 11819, 11570, 12316, 9967, 10890, 10269, 11424, 10271, 11300, 9925, 10722, 9852, 12153, 9714, 12124, 9929, 10920, 12869, 10868, 11587, 10515, 11090, 10113, 10293, 11873, 10528, 11834, 10327, 12129, 10377, 11405, 12100, 10243, 11782, 10033, 12160, 9811, 11083, 10617, 10663, 11605, 10396, 9977, 9871, 9895, 9692, 10438, 9785, 11542, 9717, 10877, 9686, 10846, 9667, 11909], 'WindowCenter': [4406.0, 4391.0, 4398.0, 4365.0, 4361.0, 4360.0, 4358.0, 4347.0, 4345.0, 4346.0, 4334.0, 4344.0, 4343.0, 4343.0, 4343.0, 4333.0, 4335.0, 4354.0, 4335.0, 4343.0, 4344.0, 4345.0, 4346.0, 4356.0, 4358.0, 4372.0, 4358.0, 4357.0, 4357.0, 4348.0, 4346.0, 4346.0, 4357.0, 4346.0, 4346.0, 4346.0, 4345.0, 4354.0, 4344.0, 4343.0, 4333.0, 4342.0, 4333.0, 4353.0, 4335.0, 4332.0, 4332.0, 4342.0, 4353.0, 4343.0, 4343.0, 4345.0, 4353.0, 4345.0, 4345.0, 4346.0, 4345.0, 4346.0, 4354.0, 4334.0, 4332.0, 4332.0, 4341.0, 4330.0, 4341.0, 4333.0, 4353.0, 4334.0, 4344.0, 4365.0, 4346.0, 4346.0, 4346.0, 4345.0, 4346.0, 4355.0, 4345.0, 4353.0, 4355.0, 4344.0, 4356.0, 4343.0, 4332.0, 4342.0, 4333.0, 4342.0, 4332.0, 4342.0, 4332.0, 4344.0, 4354.0, 4345.0, 4344.0, 4344.0, 4353.0, 4344.0, 4345.0, 4356.0, 4346.0, 4357.0, 4347.0, 4347.0, 4356.0, 4335.0, 4342.0, 4335.0, 4344.0, 4353.0, 4331.0, 4343.0, 4321.0, 4320.0, 4341.0, 4330.0, 4341.0, 4351.0, 4343.0, 4343.0, 4334.0, 4343.0, 4332.0, 4344.0, 4353.0, 4354.0, 4353.0, 4344.0, 4343.0, 4342.0, 4342.0, 4340.0, 4331.0, 4342.0, 4321.0, 4330.0, 4319.0, 4329.0, 4320.0, 4342.0, 4331.0, 4341.0, 4333.0, 4343.0, 4333.0, 4352.0, 4332.0, 4352.0, 4332.0, 4354.0, 4346.0, 4366.0, 4345.0, 4356.0, 4347.0, 4356.0, 4335.0, 4356.0, 4345.0, 4344.0, 4345.0, 4353.0, 4333.0, 4353.0, 4342.0, 4344.0, 4354.0, 4344.0, 4356.0, 4357.0, 4356.0, 4355.0, 4345.0, 4354.0, 4333.0, 4354.0, 4353.0, 4344.0, 4343.0, 4332.0, 4351.0, 4331.0, 4339.0, 4319.0, 4329.0, 4329.0, 4320.0, 4339.0, 4318.0, 4339.0, 4329.0, 4341.0, 4333.0, 4353.0, 4332.0, 4353.0, 4333.0, 4354.0, 4344.0, 4355.0, 4335.0, 4343.0, 4344.0, 4344.0, 4334.0, 4343.0, 4334.0, 4332.0, 4322.0, 4330.0, 4329.0, 4330.0, 4333.0, 4352.0, 4343.0, 4352.0, 4343.0, 4352.0, 4344.0, 4333.0, 4343.0, 4332.0, 4353.0, 4345.0, 4354.0, 4334.0, 4354.0, 4335.0, 4354.0, 4345.0, 4332.0, 4333.0, 4342.0, 4333.0, 4351.0, 4332.0, 4352.0, 4342.0, 4342.0, 4343.0, 4353.0, 4344.0, 4364.0, 4355.0, 4366.0, 4365.0, 4356.0, 4366.0, 4348.0, 4357.0, 4366.0, 4345.0, 4343.0, 4333.0, 4332.0, 4331.0, 4350.0, 4331.0, 4340.0, 4331.0, 4329.0, 4339.0, 4318.0, 4339.0, 4318.0, 4339.0, 4319.0, 4340.0, 4330.0, 4351.0, 4332.0, 4352.0, 4333.0, 4355.0, 4364.0, 4347.0, 4355.0, 4357.0, 4366.0, 4356.0, 4354.0, 4345.0, 4352.0, 4342.0, 4342.0, 4333.0, 4342.0, 4332.0, 4351.0, 4341.0, 4352.0, 4343.0, 4353.0, 4344.0, 4343.0, 4333.0, 4343.0, 4343.0, 4352.0, 4344.0, 4343.0, 4333.0, 4342.0, 4333.0, 4351.0, 4330.0, 4330.0, 4319.0, 4318.0, 4328.0, 4318.0, 4338.0, 4318.0, 4340.0, 4329.0, 4340.0, 4330.0, 4341.0, 4331.0, 4351.0, 4331.0, 4352.0, 4342.0, 4343.0, 4352.0, 4343.0, 4342.0, 4341.0, 4342.0, 4333.0, 4331.0, 4332.0, 4350.0, 4332.0, 4350.0, 4331.0, 4338.0, 4329.0, 4339.0, 4330.0, 4351.0, 4331.0, 4339.0, 4331.0, 4350.0, 4341.0, 4350.0, 4342.0, 4352.0, 4332.0, 4342.0, 4333.0, 4343.0, 4332.0, 4331.0, 4332.0, 4331.0, 4332.0, 4341.0, 4331.0, 4330.0, 4331.0, 4331.0, 4341.0, 4340.0, 4331.0, 4341.0, 4331.0, 4330.0, 4320.0, 4340.0, 4332.0, 4341.0, 4331.0, 4352.0, 4321.0, 4341.0, 4330.0, 4342.0, 4331.0, 4343.0, 4322.0, 4352.0, 4332.0, 4344.0, 4332.0, 4353.0, 4332.0, 4343.0, 4344.0, 4342.0, 4323.0, 4342.0, 4332.0, 4331.0, 4342.0, 4330.0, 4321.0, 4340.0, 4321.0, 4330.0, 4321.0, 4330.0, 4331.0, 4330.0, 4332.0, 4341.0, 4332.0, 4341.0, 4332.0, 4340.0, 4333.0, 4352.0, 4343.0, 4351.0, 4343.0, 4351.0, 4332.0, 4331.0, 4331.0, 4330.0, 4341.0, 4330.0, 4341.0, 4333.0, 4342.0, 4330.0, 4352.0, 4332.0, 4343.0, 4331.0, 4343.0, 4362.0, 4343.0, 4352.0, 4343.0, 4342.0, 4344.0, 4352.0, 4332.0, 4331.0, 4331.0, 4330.0, 4330.0, 4320.0, 4319.0, 4319.0, 4329.0, 4319.0, 4328.0, 4330.0, 4319.0, 4332.0, 4341.0, 4331.0, 4350.0, 4331.0, 4350.0, 4332.0, 4352.0, 4343.0, 4352.0, 4355.0, 4354.0, 4344.0, 4333.0, 4344.0, 4343.0, 4345.0, 4353.0, 4344.0, 4363.0, 4344.0, 4353.0, 4343.0, 4344.0, 4334.0, 4343.0, 4334.0, 4352.0, 4333.0, 4353.0, 4332.0, 4341.0, 4332.0, 4330.0, 4320.0, 4329.0, 4330.0, 4320.0, 4341.0, 4321.0, 4343.0, 4321.0, 4341.0, 4331.0, 4352.0, 4332.0, 4343.0, 4331.0, 4344.0, 4363.0, 4345.0, 4355.0, 4345.0, 4355.0, 4346.0, 4355.0, 4346.0, 4354.0, 4355.0, 4333.0, 4332.0, 4341.0, 4330.0, 4343.0, 4353.0, 4333.0, 4354.0, 4354.0, 4354.0, 4352.0, 4332.0, 4341.0, 4331.0, 4351.0, 4329.0, 4341.0, 4330.0, 4340.0, 4330.0, 4340.0, 4339.0, 4339.0, 4330.0, 4339.0, 4318.0, 4338.0, 4319.0, 4341.0, 4320.0, 4353.0, 4341.0, 4342.0, 4353.0, 4342.0, 4350.0, 4342.0, 4340.0, 4332.0, 4341.0, 4333.0, 4330.0, 4341.0, 4332.0, 4340.0, 4340.0, 4328.0, 4318.0, 4329.0, 4319.0, 4319.0, 4330.0, 4319.0, 4319.0, 4317.0, 4318.0, 4318.0, 4319.0, 4319.0, 4319.0, 4319.0, 4318.0, 4329.0, 4319.0, 4329.0, 4320.0, 4330.0, 4330.0, 4331.0, 4329.0, 4330.0, 4351.0, 4331.0, 4341.0, 4342.0, 4353.0, 4333.0, 4344.0, 4354.0, 4345.0, 4357.0, 4345.0, 4355.0, 4354.0, 4334.0, 4342.0, 4322.0, 4340.0, 4321.0, 4340.0, 4331.0, 4338.0, 4319.0, 4339.0, 4330.0, 4339.0, 4340.0, 4351.0, 4340.0, 4340.0, 4342.0, 4343.0, 4354.0, 4365.0, 4346.0, 4366.0, 4346.0, 4366.0, 4345.0, 4346.0, 4355.0, 4345.0, 4354.0, 4344.0, 4342.0, 4343.0, 4344.0, 4354.0, 4342.0, 4342.0, 4321.0, 4341.0, 4333.0, 4354.0, 4332.0, 4353.0, 4332.0, 4343.0, 4342.0, 4353.0, 4364.0, 4355.0, 4355.0, 4347.0, 4354.0, 4345.0, 4355.0, 4347.0, 4356.0, 4356.0, 4355.0, 4353.0, 4343.0, 4343.0, 4344.0, 4354.0, 4354.0, 4356.0, 4354.0, 4347.0, 4371.0, 4367.0, 4345.0, 4344.0, 4343.0, 4331.0, 4321.0, 4318.0, 4320.0, 4317.0, 4317.0, 4326.0, 4317.0, 4326.0, 4306.0, 4317.0, 4317.0, 4318.0, 4319.0, 4340.0, 4351.0, 4343.0, 4352.0, 4334.0, 4343.0, 4334.0, 4344.0, 4335.0, 4342.0, 4354.0, 4334.0, 4353.0, 4342.0, 4331.0, 4341.0, 4332.0, 4343.0, 4332.0, 4341.0, 4331.0, 4340.0, 4332.0, 4352.0, 4333.0, 4332.0, 4332.0, 4331.0, 4332.0, 4343.0, 4333.0, 4344.0, 4333.0, 4332.0, 4332.0, 4351.0, 4352.0, 4352.0, 4353.0, 4344.0, 4354.0, 4345.0, 4355.0, 4366.0, 4346.0, 4365.0, 4345.0, 4343.0, 4332.0, 4330.0, 4320.0, 4340.0, 4319.0, 4338.0, 4320.0, 4338.0, 4318.0, 4348.0, 4329.0, 4349.0, 4341.0, 4350.0, 4342.0, 4351.0, 4343.0, 4342.0, 4343.0, 4334.0, 4344.0, 4352.0, 4343.0, 4351.0, 4343.0, 4353.0, 4344.0, 4354.0, 4345.0, 4344.0, 4344.0, 4343.0, 4345.0, 4345.0, 4334.0, 4344.0, 4334.0, 4344.0, 4342.0, 4344.0, 4353.0, 4346.0, 4356.0, 4334.0, 4352.0, 4332.0, 4341.0, 4321.0, 4330.0, 4321.0, 4330.0, 4319.0, 4337.0, 4307.0, 4326.0, 4307.0, 4316.0, 4307.0, 4327.0, 4329.0, 4330.0, 4331.0, 4340.0, 4329.0, 4340.0, 4348.0, 4341.0, 4341.0, 4332.0, 4340.0, 4331.0, 4320.0, 4331.0, 4330.0, 4320.0, 4340.0, 4316.0, 4329.0, 4339.0, 4330.0, 4341.0, 4343.0, 4353.0, 4342.0, 4343.0, 4343.0, 4342.0, 4352.0, 4343.0, 4343.0, 4344.0, 4354.0, 4343.0, 4354.0, 4332.0, 4343.0, 4333.0, 4331.0, 4330.0, 4330.0, 4321.0, 4331.0, 4330.0, 4353.0, 4333.0, 4352.0, 4334.0, 4344.0, 4354.0, 4344.0, 4344.0, 4344.0, 4345.0, 4335.0, 4334.0, 4355.0, 4345.0, 4353.0, 4344.0, 4352.0, 4333.0, 4353.0, 4353.0, 4333.0, 4341.0, 4322.0, 4340.0, 4320.0, 4329.0, 4317.0, 4317.0, 4325.0, 4316.0, 4306.0, 4305.0, 4317.0, 4308.0, 4317.0, 4317.0, 4338.0, 4319.0, 4341.0, 4331.0, 4342.0, 4334.0, 4353.0], 'WindowWidth': [9719.0, 9686.0, 9687.0, 9636.0, 9623.0, 9618.0, 9611.0, 9594.0, 9588.0, 9591.0, 9569.0, 9585.0, 9581.0, 9580.0, 9581.0, 9568.0, 9573.0, 9596.0, 9574.0, 9583.0, 9586.0, 9588.0, 9593.0, 9605.0, 9611.0, 9640.0, 9612.0, 9610.0, 9606.0, 9596.0, 9591.0, 9593.0, 9606.0, 9592.0, 9592.0, 9591.0, 9587.0, 9599.0, 9584.0, 9582.0, 9569.0, 9580.0, 9570.0, 9597.0, 9573.0, 9566.0, 9567.0, 9580.0, 9595.0, 9584.0, 9581.0, 9590.0, 9597.0, 9589.0, 9587.0, 9592.0, 9586.0, 9589.0, 9598.0, 9571.0, 9564.0, 9566.0, 9574.0, 9560.0, 9576.0, 9568.0, 9594.0, 9570.0, 9587.0, 9614.0, 9591.0, 9593.0, 9592.0, 9588.0, 9591.0, 9600.0, 9587.0, 9597.0, 9603.0, 9586.0, 9602.0, 9580.0, 9564.0, 9579.0, 9568.0, 9580.0, 9564.0, 9579.0, 9565.0, 9584.0, 9599.0, 9587.0, 9584.0, 9584.0, 9596.0, 9584.0, 9587.0, 9605.0, 9590.0, 9607.0, 9595.0, 9593.0, 9604.0, 9574.0, 9580.0, 9572.0, 9581.0, 9596.0, 9562.0, 9579.0, 9547.0, 9545.0, 9574.0, 9559.0, 9575.0, 9592.0, 9582.0, 9581.0, 9572.0, 9582.0, 9567.0, 9586.0, 9596.0, 9599.0, 9595.0, 9585.0, 9582.0, 9579.0, 9577.0, 9574.0, 9561.0, 9577.0, 9549.0, 9558.0, 9542.0, 9555.0, 9547.0, 9577.0, 9563.0, 9576.0, 9570.0, 9581.0, 9567.0, 9591.0, 9566.0, 9592.0, 9567.0, 9597.0, 9591.0, 9620.0, 9590.0, 9605.0, 9594.0, 9604.0, 9576.0, 9603.0, 9589.0, 9585.0, 9587.0, 9595.0, 9568.0, 9595.0, 9580.0, 9584.0, 9598.0, 9585.0, 9606.0, 9610.0, 9606.0, 9603.0, 9589.0, 9598.0, 9570.0, 9598.0, 9596.0, 9585.0, 9583.0, 9569.0, 9590.0, 9563.0, 9571.0, 9543.0, 9557.0, 9556.0, 9545.0, 9571.0, 9541.0, 9569.0, 9558.0, 9579.0, 9568.0, 9596.0, 9568.0, 9597.0, 9569.0, 9601.0, 9589.0, 9602.0, 9575.0, 9586.0, 9587.0, 9584.0, 9571.0, 9582.0, 9573.0, 9567.0, 9551.0, 9560.0, 9559.0, 9561.0, 9568.0, 9594.0, 9581.0, 9593.0, 9583.0, 9593.0, 9585.0, 9569.0, 9583.0, 9567.0, 9596.0, 9586.0, 9601.0, 9573.0, 9599.0, 9575.0, 9599.0, 9588.0, 9568.0, 9569.0, 9580.0, 9569.0, 9591.0, 9566.0, 9593.0, 9580.0, 9579.0, 9585.0, 9598.0, 9587.0, 9615.0, 9605.0, 9618.0, 9617.0, 9607.0, 9619.0, 9599.0, 9609.0, 9618.0, 9590.0, 9584.0, 9570.0, 9565.0, 9562.0, 9587.0, 9561.0, 9576.0, 9561.0, 9555.0, 9568.0, 9541.0, 9568.0, 9541.0, 9568.0, 9544.0, 9573.0, 9560.0, 9592.0, 9566.0, 9595.0, 9569.0, 9603.0, 9615.0, 9594.0, 9602.0, 9608.0, 9622.0, 9608.0, 9601.0, 9589.0, 9594.0, 9581.0, 9579.0, 9569.0, 9580.0, 9565.0, 9590.0, 9577.0, 9594.0, 9583.0, 9597.0, 9587.0, 9583.0, 9570.0, 9582.0, 9584.0, 9594.0, 9585.0, 9582.0, 9569.0, 9579.0, 9568.0, 9588.0, 9561.0, 9559.0, 9543.0, 9542.0, 9553.0, 9541.0, 9567.0, 9540.0, 9572.0, 9559.0, 9573.0, 9561.0, 9577.0, 9565.0, 9591.0, 9564.0, 9593.0, 9583.0, 9584.0, 9594.0, 9583.0, 9580.0, 9580.0, 9581.0, 9570.0, 9563.0, 9567.0, 9589.0, 9565.0, 9586.0, 9563.0, 9571.0, 9558.0, 9570.0, 9561.0, 9592.0, 9562.0, 9572.0, 9562.0, 9588.0, 9576.0, 9588.0, 9580.0, 9592.0, 9569.0, 9581.0, 9572.0, 9583.0, 9567.0, 9562.0, 9566.0, 9563.0, 9568.0, 9575.0, 9563.0, 9559.0, 9563.0, 9564.0, 9577.0, 9574.0, 9563.0, 9578.0, 9563.0, 9561.0, 9548.0, 9575.0, 9565.0, 9578.0, 9565.0, 9594.0, 9551.0, 9577.0, 9561.0, 9580.0, 9565.0, 9583.0, 9553.0, 9593.0, 9567.0, 9585.0, 9566.0, 9597.0, 9568.0, 9583.0, 9584.0, 9581.0, 9554.0, 9578.0, 9567.0, 9564.0, 9580.0, 9560.0, 9549.0, 9573.0, 9551.0, 9558.0, 9550.0, 9561.0, 9564.0, 9561.0, 9566.0, 9578.0, 9566.0, 9577.0, 9567.0, 9576.0, 9569.0, 9593.0, 9583.0, 9591.0, 9583.0, 9590.0, 9566.0, 9564.0, 9563.0, 9561.0, 9575.0, 9558.0, 9576.0, 9569.0, 9582.0, 9564.0, 9594.0, 9567.0, 9583.0, 9564.0, 9585.0, 9608.0, 9584.0, 9594.0, 9584.0, 9581.0, 9586.0, 9593.0, 9566.0, 9562.0, 9562.0, 9561.0, 9561.0, 9546.0, 9543.0, 9544.0, 9555.0, 9543.0, 9554.0, 9559.0, 9544.0, 9566.0, 9577.0, 9563.0, 9586.0, 9562.0, 9588.0, 9565.0, 9592.0, 9584.0, 9594.0, 9602.0, 9599.0, 9585.0, 9569.0, 9586.0, 9584.0, 9588.0, 9598.0, 9586.0, 9609.0, 9586.0, 9597.0, 9584.0, 9585.0, 9574.0, 9584.0, 9574.0, 9595.0, 9571.0, 9597.0, 9567.0, 9577.0, 9564.0, 9559.0, 9547.0, 9558.0, 9561.0, 9547.0, 9577.0, 9548.0, 9582.0, 9549.0, 9577.0, 9565.0, 9595.0, 9567.0, 9584.0, 9566.0, 9586.0, 9611.0, 9588.0, 9602.0, 9590.0, 9602.0, 9592.0, 9602.0, 9591.0, 9599.0, 9601.0, 9568.0, 9568.0, 9576.0, 9562.0, 9582.0, 9596.0, 9569.0, 9600.0, 9600.0, 9597.0, 9593.0, 9566.0, 9574.0, 9563.0, 9591.0, 9558.0, 9576.0, 9560.0, 9573.0, 9559.0, 9574.0, 9570.0, 9569.0, 9561.0, 9571.0, 9539.0, 9567.0, 9545.0, 9574.0, 9544.0, 9597.0, 9575.0, 9580.0, 9596.0, 9580.0, 9587.0, 9577.0, 9574.0, 9565.0, 9576.0, 9566.0, 9561.0, 9573.0, 9563.0, 9572.0, 9572.0, 9554.0, 9542.0, 9556.0, 9541.0, 9543.0, 9560.0, 9541.0, 9543.0, 9538.0, 9538.0, 9538.0, 9543.0, 9542.0, 9543.0, 9542.0, 9540.0, 9554.0, 9541.0, 9556.0, 9544.0, 9558.0, 9560.0, 9562.0, 9556.0, 9560.0, 9588.0, 9559.0, 9575.0, 9578.0, 9595.0, 9569.0, 9588.0, 9601.0, 9590.0, 9608.0, 9592.0, 9602.0, 9598.0, 9572.0, 9577.0, 9552.0, 9572.0, 9548.0, 9573.0, 9561.0, 9566.0, 9542.0, 9568.0, 9557.0, 9570.0, 9573.0, 9588.0, 9574.0, 9574.0, 9580.0, 9584.0, 9600.0, 9617.0, 9593.0, 9620.0, 9592.0, 9620.0, 9590.0, 9593.0, 9603.0, 9589.0, 9598.0, 9585.0, 9581.0, 9582.0, 9584.0, 9597.0, 9580.0, 9578.0, 9549.0, 9576.0, 9569.0, 9600.0, 9567.0, 9595.0, 9567.0, 9582.0, 9580.0, 9598.0, 9614.0, 9602.0, 9602.0, 9594.0, 9602.0, 9590.0, 9602.0, 9596.0, 9604.0, 9604.0, 9601.0, 9595.0, 9582.0, 9581.0, 9584.0, 9599.0, 9599.0, 9606.0, 9599.0, 9596.0, 9636.0, 9626.0, 9591.0, 9585.0, 9584.0, 9561.0, 9549.0, 9538.0, 9544.0, 9536.0, 9535.0, 9544.0, 9533.0, 9547.0, 9520.0, 9534.0, 9538.0, 9539.0, 9543.0, 9575.0, 9589.0, 9583.0, 9595.0, 9572.0, 9583.0, 9573.0, 9584.0, 9573.0, 9581.0, 9600.0, 9571.0, 9596.0, 9577.0, 9562.0, 9576.0, 9566.0, 9582.0, 9566.0, 9578.0, 9563.0, 9574.0, 9564.0, 9593.0, 9569.0, 9565.0, 9567.0, 9565.0, 9567.0, 9580.0, 9569.0, 9585.0, 9569.0, 9566.0, 9565.0, 9590.0, 9593.0, 9595.0, 9597.0, 9587.0, 9599.0, 9589.0, 9602.0, 9621.0, 9594.0, 9616.0, 9588.0, 9581.0, 9566.0, 9559.0, 9547.0, 9571.0, 9543.0, 9565.0, 9546.0, 9565.0, 9540.0, 9579.0, 9557.0, 9582.0, 9576.0, 9587.0, 9579.0, 9592.0, 9582.0, 9580.0, 9584.0, 9572.0, 9585.0, 9594.0, 9581.0, 9590.0, 9582.0, 9597.0, 9588.0, 9601.0, 9588.0, 9585.0, 9587.0, 9583.0, 9588.0, 9590.0, 9572.0, 9585.0, 9573.0, 9583.0, 9580.0, 9584.0, 9597.0, 9592.0, 9607.0, 9573.0, 9592.0, 9565.0, 9575.0, 9549.0, 9559.0, 9547.0, 9559.0, 9542.0, 9564.0, 9524.0, 9545.0, 9521.0, 9531.0, 9523.0, 9548.0, 9554.0, 9558.0, 9564.0, 9572.0, 9556.0, 9572.0, 9582.0, 9577.0, 9575.0, 9566.0, 9573.0, 9563.0, 9545.0, 9562.0, 9561.0, 9547.0, 9572.0, 9536.0, 9557.0, 9570.0, 9560.0, 9575.0, 9582.0, 9596.0, 9578.0, 9581.0, 9582.0, 9579.0, 9593.0, 9583.0, 9584.0, 9587.0, 9597.0, 9583.0, 9596.0, 9566.0, 9581.0, 9568.0, 9560.0, 9559.0, 9558.0, 9549.0, 9563.0, 9563.0, 9595.0, 9568.0, 9594.0, 9571.0, 9585.0, 9598.0, 9585.0, 9585.0, 9585.0, 9589.0, 9575.0, 9571.0, 9601.0, 9590.0, 9598.0, 9585.0, 9595.0, 9570.0, 9597.0, 9596.0, 9569.0, 9578.0, 9552.0, 9574.0, 9547.0, 9555.0, 9536.0, 9536.0, 9546.0, 9535.0, 9519.0, 9519.0, 9537.0, 9525.0, 9537.0, 9538.0, 9569.0, 9546.0, 9576.0, 9564.0, 9581.0, 9571.0, 9598.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.0003635714285714286</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015641831451612905</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.95806553904271</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1764687870934247</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9986446316147624</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4726</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5391.8428</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0648004638298731</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.2304147465437788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6434304516949485</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.575213665874849</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.841303659530769</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5137740296792273</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00956919</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008793190121650696</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022990981116890907</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.64803536612444</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>29.8582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6975</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.1471</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>300385.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>866.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.582</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8405</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.9448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3490.2778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76159.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4645.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.2838</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.052905693650246</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> |