=== 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-0023 --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-0023",
"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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-04/func/sub-0023_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>4d3e15b587cd02688a23b33448d17fac</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:48:45.330000</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.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</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.10312</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>270.675</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6541eb43-6771-4d0f-be34-f6f8e32ee33f||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.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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': ['124845.330000', '124845.790000', '124846.250000', '124846.710000', '124847.170000', '124847.630000', '124848.090000', '124848.550000', '124849.010000', '124849.470000', '124849.930000', '124850.390000', '124850.850000', '124851.310000', '124851.770000', '124852.230000', '124852.690000', '124853.150000', '124853.610000', '124854.070000', '124854.530000', '124854.990000', '124855.450000', '124855.910000', '124856.370000', '124856.830000', '124857.290000', '124857.750000', '124858.210000', '124858.670000', '124859.130000', '124859.590000', '124900.050000', '124900.510000', '124900.970000', '124901.430000', '124901.890000', '124902.350000', '124902.810000', '124903.270000', '124903.730000', '124904.190000', '124904.650000', '124905.110000', '124905.570000', '124906.030000', '124906.490000', '124906.950000', '124907.410000', '124907.870000', '124908.330000', '124908.790000', '124909.250000', '124909.710000', '124910.170000', '124910.630000', '124911.090000', '124911.550000', '124912.010000', '124912.470000', '124912.930000', '124913.390000', '124913.850000', '124914.310000', '124914.770000', '124915.230000', '124915.690000', '124916.150000', '124916.610000', '124917.070000', '124917.530000', '124917.990000', '124918.450000', '124918.910000', '124919.370000', '124919.830000', '124920.290000', '124920.750000', '124921.210000', '124921.670000', '124922.130000', '124922.590000', '124923.050000', '124923.510000', '124923.970000', '124924.430000', '124924.890000', '124925.350000', '124925.810000', '124926.270000', '124926.730000', '124927.190000', '124927.650000', '124928.110000', '124928.570000', '124929.030000', '124929.490000', '124929.950000', '124930.410000', '124930.870000', '124931.330000', '124931.790000', '124932.250000', '124932.710000', '124933.170000', '124933.630000', '124934.090000', '124934.550000', '124935.010000', '124935.470000', '124935.930000', '124936.390000', '124936.850000', '124937.310000', '124937.770000', '124938.230000', '124938.690000', '124939.150000', '124939.610000', '124940.070000', '124940.530000', '124940.990000', '124941.450000', '124941.910000', '124942.370000', '124942.830000', '124943.290000', '124943.750000', '124944.210000', '124944.670000', '124945.130000', '124945.590000', '124946.050000', '124946.510000', '124946.970000', '124947.430000', '124947.890000', '124948.350000', '124948.810000', '124949.270000', '124949.730000', '124950.190000', '124950.650000', '124951.110000', '124951.570000', '124952.030000', '124952.490000', '124952.950000', '124953.410000', '124953.870000', '124954.330000', '124954.790000', '124955.250000', '124955.710000', '124956.170000', '124956.630000', '124957.090000', '124957.550000', '124958.010000', '124958.470000', '124958.930000', '124959.390000', '124959.850000', '125000.310000', '125000.770000', '125001.230000', '125001.690000', '125002.150000', '125002.610000', '125003.070000', '125003.530000', '125003.990000', '125004.450000', '125004.910000', '125005.370000', '125005.830000', '125006.290000', '125006.750000', '125007.210000', '125007.670000', '125008.130000', '125008.590000', '125009.050000', '125009.510000', '125009.970000', '125010.430000', '125010.890000', '125011.350000', '125011.810000', '125012.270000', '125012.730000', '125013.190000', '125013.650000', '125014.110000', '125014.570000', '125015.030000', '125015.490000', '125015.950000', '125016.410000', '125016.870000', '125017.330000', '125017.790000', '125018.250000', '125018.710000', '125019.170000', '125019.630000', '125020.090000', '125020.550000', '125021.010000', '125021.470000', '125021.930000', '125022.390000', '125022.850000', '125023.310000', '125023.770000', '125024.230000', '125024.690000', '125025.150000', '125025.610000', '125026.070000', '125026.530000', '125026.990000', '125027.450000', '125027.910000', '125028.370000', '125028.830000', '125029.290000', '125029.750000', '125030.210000', '125030.670000', '125031.130000', '125031.590000', '125032.050000', '125032.510000', '125032.970000', '125033.430000', '125033.890000', '125034.350000', '125034.810000', '125035.270000', '125035.730000', '125036.190000', '125036.650000', '125037.110000', '125037.570000', '125038.030000', '125038.490000', '125038.950000', '125039.410000', '125039.870000', '125040.330000', '125040.790000', '125041.250000', '125041.710000', '125042.170000', '125042.630000', '125043.090000', '125043.550000', '125044.010000', '125044.470000', '125044.930000', '125045.390000', '125045.850000', '125046.310000', '125046.770000', '125047.230000', '125047.690000', '125048.150000', '125048.610000', '125049.070000', '125049.530000', '125049.990000', '125050.450000', '125050.910000', '125051.370000', '125051.830000', '125052.290000', '125052.750000', '125053.210000', '125053.670000', '125054.130000', '125054.590000', '125055.050000', '125055.510000', '125055.970000', '125056.430000', '125056.890000', '125057.350000', '125057.810000', '125058.270000', '125058.730000', '125059.190000', '125059.650000', '125100.110000', '125100.570000', '125101.030000', '125101.490000', '125101.950000', '125102.410000', '125102.870000', '125103.330000', '125103.790000', '125104.250000', '125104.710000', '125105.170000', '125105.630000', '125106.090000', '125106.550000', '125107.010000', '125107.470000', '125107.930000', '125108.390000', '125108.850000', '125109.310000', '125109.770000', '125110.230000', '125110.690000', '125111.150000', '125111.610000', '125112.070000', '125112.530000', '125112.990000', '125113.450000', '125113.910000', '125114.370000', '125114.830000', '125115.290000', '125115.750000', '125116.210000', '125116.670000', '125117.130000', '125117.590000', '125118.050000', '125118.510000', '125118.970000', '125119.430000', '125119.890000', '125120.350000', '125120.810000', '125121.270000', '125121.730000', '125122.190000', '125122.650000', '125123.110000', '125123.570000', '125124.030000', '125124.490000', '125124.950000', '125125.410000', '125125.870000', '125126.330000', '125126.790000', '125127.250000', '125127.710000', '125128.170000', '125128.630000', '125129.090000', '125129.550000', '125130.010000', '125130.470000', '125130.930000', '125131.390000', '125131.850000', '125132.310000', '125132.770000', '125133.230000', '125133.690000', '125134.150000', '125134.610000', '125135.070000', '125135.530000', '125135.990000', '125136.450000', '125136.910000', '125137.370000', '125137.830000', '125138.290000', '125138.750000', '125139.210000', '125139.670000', '125140.130000', '125140.590000', '125141.050000', '125141.510000', '125141.970000', '125142.430000', '125142.890000', '125143.350000', '125143.810000', '125144.270000', '125144.730000', '125145.190000', '125145.650000', '125146.110000', '125146.570000', '125147.030000', '125147.490000', '125147.950000', '125148.410000', '125148.870000', '125149.330000', '125149.790000', '125150.250000', '125150.710000', '125151.170000', '125151.630000', '125152.090000', '125152.550000', '125153.010000', '125153.470000', '125153.930000', '125154.390000', '125154.850000', '125155.310000', '125155.770000', '125156.230000', '125156.690000', '125157.150000', '125157.610000', '125158.070000', '125158.530000', '125158.990000', '125159.450000', '125159.910000', '125200.370000', '125200.830000', '125201.290000', '125201.750000', '125202.210000', '125202.670000', '125203.130000', '125203.590000', '125204.050000', '125204.510000', '125204.970000', '125205.430000', '125205.890000', '125206.350000', '125206.810000', '125207.270000', '125207.730000', '125208.190000', '125208.650000', '125209.110000', '125209.570000', '125210.030000', '125210.490000', '125210.950000', '125211.410000', '125211.870000', '125212.330000', '125212.790000', '125213.250000', '125213.710000', '125214.170000', '125214.630000', '125215.090000', '125215.550000', '125216.010000', '125216.470000', '125216.930000', '125217.390000', '125217.850000', '125218.310000', '125218.770000', '125219.230000', '125219.690000', '125220.150000', '125220.610000', '125221.070000', '125221.530000', '125221.990000', '125222.450000', '125222.910000', '125223.370000', '125223.830000', '125224.290000', '125224.750000', '125225.210000', '125225.670000', '125226.130000', '125226.590000', '125227.050000', '125227.510000', '125227.970000', '125228.430000', '125228.890000', '125229.350000', '125229.810000', '125230.270000', '125230.730000', '125231.190000', '125231.650000', '125232.110000', '125232.570000', '125233.030000', '125233.490000', '125233.950000', '125234.410000', '125234.870000', '125235.330000', '125235.790000', '125236.250000', '125236.710000', '125237.170000', '125237.630000', '125238.090000', '125238.550000', '125239.010000', '125239.470000', '125239.930000', '125240.390000', '125240.850000', '125241.310000', '125241.770000', '125242.230000', '125242.690000', '125243.150000', '125243.610000', '125244.070000', '125244.530000', '125244.990000', '125245.450000', '125245.910000', '125246.370000', '125246.830000', '125247.290000', '125247.750000', '125248.210000', '125248.670000', '125249.130000', '125249.590000', '125250.050000', '125250.510000', '125250.970000', '125251.430000', '125251.890000', '125252.350000', '125252.810000', '125253.270000', '125253.730000', '125254.190000', '125254.650000', '125255.110000', '125255.570000', '125256.030000', '125256.490000', '125256.950000', '125257.410000', '125257.870000', '125258.330000', '125258.790000', '125259.250000', '125259.710000', '125300.170000', '125300.630000', '125301.090000', '125301.550000', '125302.010000', '125302.470000', '125302.930000', '125303.390000', '125303.850000', '125304.310000', '125304.770000', '125305.230000', '125305.690000', '125306.150000', '125306.610000', '125307.070000', '125307.530000', '125307.990000', '125308.450000', '125308.910000', '125309.370000', '125309.830000', '125310.290000', '125310.750000', '125311.210000', '125311.670000', '125312.130000', '125312.590000', '125313.050000', '125313.510000', '125313.970000', '125314.430000', '125314.890000', '125315.350000', '125315.810000', '125316.270000', '125316.730000', '125317.190000', '125317.650000', '125318.110000', '125318.570000', '125319.030000', '125319.490000', '125319.950000', '125320.410000', '125320.870000', '125321.330000', '125321.790000', '125322.250000', '125322.710000', '125323.170000', '125323.630000', '125324.090000', '125324.550000', '125325.010000', '125325.470000', '125325.930000', '125326.390000', '125326.850000', '125327.310000', '125327.770000', '125328.230000', '125328.690000', '125329.150000', '125329.610000', '125330.070000', '125330.530000', '125330.990000', '125331.450000', '125331.910000', '125332.370000', '125332.830000', '125333.290000', '125333.750000', '125334.210000', '125334.670000', '125335.130000', '125335.590000', '125336.050000', '125336.510000', '125336.970000', '125337.430000', '125337.890000', '125338.350000', '125338.810000', '125339.270000', '125339.730000', '125340.190000', '125340.650000', '125341.110000', '125341.570000', '125342.030000', '125342.490000', '125342.950000', '125343.410000', '125343.870000', '125344.330000', '125344.790000', '125345.250000', '125345.710000', '125346.170000', '125346.630000', '125347.090000', '125347.550000', '125348.010000', '125348.470000', '125348.930000', '125349.390000', '125349.850000', '125350.310000', '125350.770000', '125351.230000', '125351.690000', '125352.150000', '125352.610000', '125353.070000', '125353.530000', '125353.990000', '125354.450000', '125354.910000', '125355.370000', '125355.830000', '125356.290000', '125356.750000', '125357.210000', '125357.670000', '125358.130000', '125358.590000', '125359.050000', '125359.510000', '125359.970000', '125400.430000', '125400.890000', '125401.350000', '125401.810000', '125402.270000', '125402.730000', '125403.190000', '125403.650000', '125404.110000', '125404.570000', '125405.030000', '125405.490000', '125405.950000', '125406.410000', '125406.870000', '125407.330000', '125407.790000', '125408.250000', '125408.710000', '125409.170000', '125409.630000', '125410.090000', '125410.550000', '125411.010000', '125411.470000', '125411.930000', '125412.390000', '125412.850000', '125413.310000', '125413.770000', '125414.230000', '125414.690000', '125415.150000', '125415.610000', '125416.070000', '125416.530000', '125416.990000', '125417.450000', '125417.910000', '125418.370000', '125418.830000', '125419.290000', '125419.750000', '125420.210000', '125420.670000', '125421.130000', '125421.590000', '125422.050000', '125422.510000', '125422.970000', '125423.430000', '125423.890000', '125424.350000', '125424.810000', '125425.270000', '125425.730000', '125426.190000', '125426.650000', '125427.110000', '125427.570000', '125428.030000', '125428.490000', '125428.950000', '125429.410000', '125429.870000', '125430.330000', '125430.790000', '125431.250000', '125431.710000', '125432.170000', '125432.630000', '125433.090000', '125433.550000', '125434.010000', '125434.470000', '125434.930000', '125435.390000', '125435.850000', '125436.310000', '125436.770000', '125437.230000', '125437.690000', '125438.150000', '125438.610000', '125439.070000', '125439.530000', '125439.990000', '125440.450000', '125440.910000', '125441.370000', '125441.830000', '125442.290000', '125442.750000', '125443.210000', '125443.670000', '125444.130000', '125444.590000', '125445.050000', '125445.510000', '125445.970000', '125446.430000', '125446.890000', '125447.350000', '125447.810000', '125448.270000', '125448.730000', '125449.190000', '125449.650000', '125450.110000', '125450.570000', '125451.030000', '125451.490000', '125451.950000', '125452.410000', '125452.870000', '125453.330000', '125453.790000', '125454.250000', '125454.710000', '125455.170000', '125455.630000', '125456.090000', '125456.550000', '125457.010000', '125457.470000', '125457.930000', '125458.390000', '125458.850000', '125459.310000', '125459.770000', '125500.230000', '125500.690000', '125501.150000', '125501.610000', '125502.070000', '125502.530000', '125502.990000', '125503.450000', '125503.910000', '125504.370000', '125504.830000', '125505.290000', '125505.750000', '125506.210000', '125506.670000', '125507.130000', '125507.590000', '125508.050000', '125508.510000', '125508.970000', '125509.430000', '125509.890000', '125510.350000', '125510.810000', '125511.270000', '125511.730000', '125512.190000', '125512.650000', '125513.110000', '125513.570000', '125514.030000', '125514.490000', '125514.950000', '125515.410000', '125515.870000', '125516.330000', '125516.790000', '125517.250000', '125517.710000', '125518.170000', '125518.630000', '125519.090000', '125519.550000', '125520.010000', '125520.470000', '125520.930000', '125521.390000', '125521.850000', '125522.310000', '125522.770000', '125523.230000', '125523.690000', '125524.150000', '125524.610000', '125525.070000', '125525.530000', '125525.990000'], 'ContentTime': ['124852.286000', '124852.290000', '124852.301000', '124852.304000', '124852.307000', '124852.322000', '124852.326000', '124852.328000', '124852.331000', '124852.334000', '124852.337000', '124852.340000', '124852.343000', '124852.346000', '124912.255000', '124912.258000', '124912.261000', '124912.264000', '124912.267000', '124912.270000', '124912.273000', '124912.275000', '124912.278000', '124912.281000', '124912.284000', '124912.287000', '124912.290000', '124912.293000', '124912.296000', '124912.299000', '124912.301000', '124912.304000', '124912.307000', '124912.310000', '124912.313000', '124912.316000', '124912.319000', '124912.322000', '124912.325000', '124912.328000', '124912.331000', '124912.334000', '124912.337000', '124912.340000', '124912.343000', '124912.345000', '124912.348000', '124912.351000', '124912.354000', '124912.357000', '124912.360000', '124912.363000', '124912.366000', '124912.369000', '124912.372000', '124912.375000', '124912.378000', '124932.253000', '124932.256000', '124932.259000', '124932.279000', '124932.282000', '124932.285000', '124932.288000', '124932.290000', '124932.293000', '124932.296000', '124932.299000', '124932.302000', '124932.305000', '124932.308000', '124932.311000', '124932.314000', '124932.317000', '124932.320000', '124932.323000', '124932.326000', '124932.329000', '124932.332000', '124932.335000', '124932.338000', '124932.340000', '124932.343000', '124932.346000', '124932.349000', '124932.352000', '124932.355000', '124932.358000', '124932.361000', '124932.364000', '124932.366000', '124932.369000', '124932.372000', '124932.375000', '124932.378000', '124932.381000', '124932.384000', '124932.387000', '124932.390000', '124932.393000', '124952.253000', '124952.256000', '124952.259000', '124952.262000', '124952.265000', '124952.268000', '124952.271000', '124952.273000', '124952.276000', '124952.280000', '124952.282000', '124952.285000', '124952.288000', '124952.291000', '124952.294000', '124952.297000', '124952.300000', '124952.303000', '124952.307000', '124952.310000', '124952.313000', '124952.316000', '124952.319000', '124952.322000', '124952.325000', '124952.328000', '124952.340000', '124952.343000', '124952.346000', '124952.349000', '124952.351000', '124952.354000', '124952.357000', '124952.360000', '124952.363000', '124952.366000', '124952.369000', '124952.372000', '124952.375000', '124952.378000', '124952.381000', '124952.384000', '124952.387000', '124952.390000', '125012.252000', '125012.255000', '125012.258000', '125012.267000', '125012.270000', '125012.273000', '125012.276000', '125012.280000', '125012.282000', '125012.286000', '125012.288000', '125012.291000', '125012.294000', '125012.297000', '125012.300000', '125012.303000', '125012.306000', '125012.309000', '125012.312000', '125012.315000', '125012.318000', '125012.321000', '125012.324000', '125012.327000', '125012.330000', '125012.333000', '125012.336000', '125012.339000', '125012.341000', '125012.351000', '125012.354000', '125012.357000', '125012.360000', '125012.363000', '125012.366000', '125012.369000', '125012.372000', '125012.375000', '125012.378000', '125012.380000', '125012.383000', '125012.386000', '125012.389000', '125032.252000', '125032.255000', '125032.258000', '125032.261000', '125032.264000', '125032.267000', '125032.270000', '125032.272000', '125032.275000', '125032.278000', '125032.281000', '125032.284000', '125032.287000', '125032.290000', '125032.293000', '125032.296000', '125032.299000', '125032.302000', '125032.311000', '125032.314000', '125032.317000', '125032.320000', '125032.323000', '125032.325000', '125032.329000', '125032.331000', '125032.334000', '125032.337000', '125032.340000', '125032.343000', '125032.346000', '125032.349000', '125032.352000', '125032.355000', '125032.358000', '125032.361000', '125032.364000', '125032.367000', '125032.370000', '125032.373000', '125032.376000', '125032.378000', '125032.381000', '125032.384000', '125052.253000', '125052.256000', '125052.259000', '125052.262000', '125052.265000', '125052.268000', '125052.271000', '125052.274000', '125052.277000', '125052.287000', '125052.291000', '125052.293000', '125052.296000', '125052.299000', '125052.302000', '125052.312000', '125052.315000', '125052.317000', '125052.320000', '125052.323000', '125052.327000', '125052.330000', '125052.332000', '125052.335000', '125052.338000', '125052.341000', '125052.344000', '125052.347000', '125052.350000', '125052.353000', '125052.356000', '125052.359000', '125052.362000', '125052.365000', '125052.368000', '125052.371000', '125052.374000', '125052.377000', '125052.380000', '125052.382000', '125052.385000', '125052.388000', '125052.391000', '125112.253000', '125112.256000', '125112.259000', '125112.262000', '125112.265000', '125112.268000', '125112.271000', '125112.274000', '125112.277000', '125112.280000', '125112.282000', '125112.286000', '125112.288000', '125112.291000', '125112.294000', '125112.297000', '125112.300000', '125112.303000', '125112.306000', '125112.309000', '125112.312000', '125112.315000', '125112.318000', '125112.321000', '125112.324000', '125112.327000', '125112.329000', '125112.333000', '125112.336000', '125112.338000', '125112.341000', '125112.344000', '125112.347000', '125112.350000', '125112.353000', '125112.356000', '125112.359000', '125112.362000', '125112.365000', '125112.368000', '125112.371000', '125112.374000', '125112.377000', '125112.380000', '125132.253000', '125132.256000', '125132.259000', '125132.262000', '125132.265000', '125132.268000', '125132.271000', '125132.274000', '125132.277000', '125132.280000', '125132.283000', '125132.286000', '125132.288000', '125132.292000', '125132.294000', '125132.297000', '125132.300000', '125132.303000', '125132.306000', '125132.309000', '125132.312000', '125132.325000', '125132.328000', '125132.331000', '125132.333000', '125132.336000', '125132.339000', '125132.342000', '125132.345000', '125132.348000', '125132.351000', '125132.354000', '125132.357000', '125132.360000', '125132.363000', '125132.366000', '125132.369000', '125132.372000', '125132.375000', '125132.378000', '125132.380000', '125132.383000', '125132.386000', '125152.253000', '125152.256000', '125152.259000', '125152.262000', '125152.265000', '125152.268000', '125152.271000', '125152.274000', '125152.277000', '125152.280000', '125152.283000', '125152.286000', '125152.288000', '125152.291000', '125152.294000', '125152.297000', '125152.300000', '125152.303000', '125152.306000', '125152.309000', '125152.312000', '125152.315000', '125152.318000', '125152.321000', '125152.324000', '125152.327000', '125152.330000', '125152.333000', '125152.336000', '125152.338000', '125152.342000', '125152.344000', '125152.347000', '125152.350000', '125152.353000', '125152.356000', '125152.359000', '125152.362000', '125152.365000', '125152.368000', '125152.371000', '125152.374000', '125152.377000', '125152.380000', '125212.253000', '125212.256000', '125212.259000', '125212.262000', '125212.265000', '125212.268000', '125212.272000', '125212.275000', '125212.278000', '125212.281000', '125212.284000', '125212.287000', '125212.290000', '125212.293000', '125212.314000', '125212.317000', '125212.320000', '125212.323000', '125212.326000', '125212.329000', '125212.333000', '125212.336000', '125212.339000', '125212.342000', '125212.345000', '125212.347000', '125212.351000', '125212.353000', '125212.356000', '125212.359000', '125212.362000', '125212.365000', '125212.374000', '125212.377000', '125212.380000', '125212.383000', '125212.386000', '125212.388000', '125212.392000', '125212.394000', '125212.397000', '125212.400000', '125212.403000', '125232.252000', '125232.255000', '125232.258000', '125232.261000', '125232.264000', '125232.267000', '125232.270000', '125232.273000', '125232.276000', '125232.279000', '125232.282000', '125232.285000', '125232.288000', '125232.291000', '125232.294000', '125232.297000', '125232.299000', '125232.302000', '125232.305000', '125232.308000', '125232.311000', '125232.314000', '125232.317000', '125232.320000', '125232.323000', '125232.326000', '125232.329000', '125232.332000', '125232.335000', '125232.338000', '125232.341000', '125232.344000', '125232.347000', '125232.350000', '125232.353000', '125232.355000', '125232.358000', '125232.361000', '125232.364000', '125232.367000', '125232.370000', '125232.373000', '125232.376000', '125232.379000', '125252.252000', '125252.255000', '125252.258000', '125252.261000', '125252.264000', '125252.267000', '125252.270000', '125252.280000', '125252.283000', '125252.286000', '125252.289000', '125252.292000', '125252.295000', '125252.298000', '125252.301000', '125252.304000', '125252.307000', '125252.310000', '125252.313000', '125252.316000', '125252.319000', '125252.321000', '125252.324000', '125252.327000', '125252.330000', '125252.333000', '125252.336000', '125252.339000', '125252.342000', '125252.345000', '125252.348000', '125252.351000', '125252.354000', '125252.357000', '125252.360000', '125252.363000', '125252.366000', '125252.369000', '125252.372000', '125252.375000', '125252.399000', '125252.402000', '125252.405000', '125312.253000', '125312.256000', '125312.259000', '125312.275000', '125312.278000', '125312.281000', '125312.284000', '125312.287000', '125312.290000', '125312.293000', '125312.296000', '125312.298000', '125312.302000', '125312.304000', '125312.307000', '125312.310000', '125312.313000', '125312.316000', '125312.319000', '125312.322000', '125312.325000', '125312.328000', '125312.331000', '125312.334000', '125312.337000', '125312.340000', '125312.342000', '125312.345000', '125312.348000', '125312.351000', '125312.354000', '125312.357000', '125312.360000', '125312.363000', '125312.366000', '125312.369000', '125312.372000', '125312.375000', '125312.378000', '125312.381000', '125312.384000', '125312.386000', '125312.389000', '125312.392000', '125332.253000', '125332.256000', '125332.259000', '125332.262000', '125332.265000', '125332.268000', '125332.271000', '125332.274000', '125332.277000', '125332.279000', '125332.282000', '125332.285000', '125332.288000', '125332.291000', '125332.294000', '125332.297000', '125332.300000', '125332.303000', '125332.306000', '125332.310000', '125332.314000', '125332.317000', '125332.320000', '125332.323000', '125332.325000', '125332.328000', '125332.331000', '125332.334000', '125332.337000', '125332.340000', '125332.343000', '125332.346000', '125332.349000', '125332.352000', '125332.355000', '125332.358000', '125332.361000', '125332.364000', '125332.368000', '125332.371000', '125332.374000', '125332.377000', '125332.380000', '125352.253000', '125352.256000', '125352.259000', '125352.262000', '125352.265000', '125352.268000', '125352.271000', '125352.274000', '125352.277000', '125352.280000', '125352.283000', '125352.286000', '125352.289000', '125352.292000', '125352.295000', '125352.298000', '125352.301000', '125352.304000', '125352.306000', '125352.310000', '125352.312000', '125352.315000', '125352.318000', '125352.321000', '125352.324000', '125352.327000', '125352.330000', '125352.333000', '125352.336000', '125352.339000', '125352.342000', '125352.345000', '125352.348000', '125352.351000', '125352.354000', '125352.357000', '125352.360000', '125352.363000', '125352.365000', '125352.369000', '125352.371000', '125352.374000', '125352.377000', '125352.380000', '125412.253000', '125412.256000', '125412.259000', '125412.262000', '125412.265000', '125412.268000', '125412.271000', '125412.274000', '125412.277000', '125412.280000', '125412.283000', '125412.285000', '125412.288000', '125412.291000', '125412.294000', '125412.297000', '125412.300000', '125412.303000', '125412.306000', '125412.309000', '125412.312000', '125412.315000', '125412.318000', '125412.321000', '125412.324000', '125412.327000', '125412.330000', '125412.333000', '125412.336000', '125412.339000', '125412.342000', '125412.345000', '125412.348000', '125412.351000', '125412.354000', '125412.356000', '125412.359000', '125412.362000', '125412.365000', '125412.368000', '125412.371000', '125412.374000', '125412.377000', '125432.253000', '125432.256000', '125432.259000', '125432.262000', '125432.265000', '125432.268000', '125432.271000', '125432.274000', '125432.277000', '125432.280000', '125432.283000', '125432.286000', '125432.289000', '125432.292000', '125432.295000', '125432.298000', '125432.301000', '125432.304000', '125432.307000', '125432.310000', '125432.313000', '125432.315000', '125432.319000', '125432.321000', '125432.324000', '125432.327000', '125432.330000', '125432.333000', '125432.351000', '125432.354000', '125432.357000', '125432.360000', '125432.363000', '125432.366000', '125432.369000', '125432.372000', '125432.375000', '125432.378000', '125432.381000', '125432.384000', '125432.387000', '125432.390000', '125432.393000', '125432.396000', '125452.252000', '125452.255000', '125452.258000', '125452.261000', '125452.264000', '125452.267000', '125452.270000', '125452.284000', '125452.287000', '125452.290000', '125452.293000', '125452.296000', '125452.299000', '125452.302000', '125452.305000', '125452.307000', '125452.311000', '125452.313000', '125452.316000', '125452.319000', '125452.322000', '125452.325000', '125452.328000', '125452.331000', '125452.334000', '125452.337000', '125452.340000', '125452.343000', '125452.347000', '125452.350000', '125452.353000', '125452.356000', '125452.359000', '125452.362000', '125452.365000', '125452.368000', '125452.371000', '125452.374000', '125452.377000', '125452.379000', '125452.383000', '125452.386000', '125452.389000', '125512.252000', '125512.262000', '125512.265000', '125512.268000', '125512.271000', '125512.274000', '125512.277000', '125512.280000', '125512.283000', '125512.286000', '125512.289000', '125512.292000', '125512.295000', '125512.298000', '125512.301000', '125512.303000', '125512.306000', '125512.309000', '125512.312000', '125512.315000', '125512.318000', '125512.321000', '125512.324000', '125512.327000', '125512.330000', '125512.333000', '125512.336000', '125512.339000', '125512.342000', '125512.345000', '125512.348000', '125512.351000', '125512.353000', '125512.357000', '125512.359000', '125512.362000', '125512.365000', '125512.368000', '125512.371000', '125512.374000', '125512.377000', '125512.380000', '125512.383000', '125512.386000', '125526.965000', '125526.969000', '125526.973000', '125526.976000', '125526.979000', '125526.983000', '125526.987000', '125526.990000', '125526.993000', '125526.997000', '125527.001000', '125527.004000', '125527.007000', '125527.010000', '125527.013000', '125527.016000', '125527.019000', '125527.022000', '125527.025000', '125527.029000', '125527.032000', '125527.035000', '125527.038000', '125527.041000', '125527.044000', '125527.047000', '125527.050000', '125527.053000', '125527.056000', '125527.059000', '125527.067000', '125527.070000'], 'InstanceCreationTime': ['124852.286000', '124852.290000', '124852.301000', '124852.304000', '124852.307000', '124852.322000', '124852.326000', '124852.328000', '124852.331000', '124852.334000', '124852.337000', '124852.340000', '124852.343000', '124852.346000', '124912.255000', '124912.258000', '124912.261000', '124912.264000', '124912.267000', '124912.270000', '124912.273000', '124912.275000', '124912.278000', '124912.281000', '124912.284000', '124912.287000', '124912.290000', '124912.293000', '124912.296000', '124912.299000', '124912.301000', '124912.304000', '124912.307000', '124912.310000', '124912.313000', '124912.316000', '124912.319000', '124912.322000', '124912.325000', '124912.328000', '124912.331000', '124912.334000', '124912.337000', '124912.340000', '124912.343000', '124912.345000', '124912.348000', '124912.351000', '124912.354000', '124912.357000', '124912.360000', '124912.363000', '124912.366000', '124912.369000', '124912.372000', '124912.375000', '124912.378000', '124932.253000', '124932.256000', '124932.259000', '124932.279000', '124932.282000', '124932.285000', '124932.288000', '124932.290000', '124932.293000', '124932.296000', '124932.299000', '124932.302000', '124932.305000', '124932.308000', '124932.311000', '124932.314000', '124932.317000', '124932.320000', '124932.323000', '124932.326000', '124932.329000', '124932.332000', '124932.335000', '124932.338000', '124932.340000', '124932.343000', '124932.346000', '124932.349000', '124932.352000', '124932.355000', '124932.358000', '124932.361000', '124932.364000', '124932.366000', '124932.369000', '124932.372000', '124932.375000', '124932.378000', '124932.381000', '124932.384000', '124932.387000', '124932.390000', '124932.393000', '124952.253000', '124952.256000', '124952.259000', '124952.262000', '124952.265000', '124952.268000', '124952.271000', '124952.273000', '124952.276000', '124952.280000', '124952.282000', '124952.285000', '124952.288000', '124952.291000', '124952.294000', '124952.297000', '124952.300000', '124952.303000', '124952.307000', '124952.310000', '124952.313000', '124952.316000', '124952.319000', '124952.322000', '124952.325000', '124952.328000', '124952.340000', '124952.343000', '124952.346000', '124952.349000', '124952.351000', '124952.354000', '124952.357000', '124952.360000', '124952.363000', '124952.366000', '124952.369000', '124952.372000', '124952.375000', '124952.378000', '124952.381000', '124952.384000', '124952.387000', '124952.390000', '125012.252000', '125012.255000', '125012.258000', '125012.267000', '125012.270000', '125012.273000', '125012.276000', '125012.280000', '125012.282000', '125012.286000', '125012.288000', '125012.291000', '125012.294000', '125012.297000', '125012.300000', '125012.303000', '125012.306000', '125012.309000', '125012.312000', '125012.315000', '125012.318000', '125012.321000', '125012.324000', '125012.327000', '125012.330000', '125012.333000', '125012.336000', '125012.339000', '125012.341000', '125012.351000', '125012.354000', '125012.357000', '125012.360000', '125012.363000', '125012.366000', '125012.369000', '125012.372000', '125012.375000', '125012.378000', '125012.380000', '125012.383000', '125012.386000', '125012.389000', '125032.252000', '125032.255000', '125032.258000', '125032.261000', '125032.264000', '125032.267000', '125032.270000', '125032.272000', '125032.275000', '125032.278000', '125032.281000', '125032.284000', '125032.287000', '125032.290000', '125032.293000', '125032.296000', '125032.299000', '125032.302000', '125032.311000', '125032.314000', '125032.317000', '125032.320000', '125032.323000', '125032.325000', '125032.329000', '125032.331000', '125032.334000', '125032.337000', '125032.340000', '125032.343000', '125032.346000', '125032.349000', '125032.352000', '125032.355000', '125032.358000', '125032.361000', '125032.364000', '125032.367000', '125032.370000', '125032.373000', '125032.376000', '125032.378000', '125032.381000', '125032.384000', '125052.253000', '125052.256000', '125052.259000', '125052.262000', '125052.265000', '125052.268000', '125052.271000', '125052.274000', '125052.277000', '125052.287000', '125052.291000', '125052.293000', '125052.296000', '125052.299000', '125052.302000', '125052.312000', '125052.315000', '125052.317000', '125052.320000', '125052.323000', '125052.327000', '125052.330000', '125052.332000', '125052.335000', '125052.338000', '125052.341000', '125052.344000', '125052.347000', '125052.350000', '125052.353000', '125052.356000', '125052.359000', '125052.362000', '125052.365000', '125052.368000', '125052.371000', '125052.374000', '125052.377000', '125052.380000', '125052.382000', '125052.385000', '125052.388000', '125052.391000', '125112.253000', '125112.256000', '125112.259000', '125112.262000', '125112.265000', '125112.268000', '125112.271000', '125112.274000', '125112.277000', '125112.280000', '125112.282000', '125112.286000', '125112.288000', '125112.291000', '125112.294000', '125112.297000', '125112.300000', '125112.303000', '125112.306000', '125112.309000', '125112.312000', '125112.315000', '125112.318000', '125112.321000', '125112.324000', '125112.327000', '125112.329000', '125112.333000', '125112.336000', '125112.338000', '125112.341000', '125112.344000', '125112.347000', '125112.350000', '125112.353000', '125112.356000', '125112.359000', '125112.362000', '125112.365000', '125112.368000', '125112.371000', '125112.374000', '125112.377000', '125112.380000', '125132.253000', '125132.256000', '125132.259000', '125132.262000', '125132.265000', '125132.268000', '125132.271000', '125132.274000', '125132.277000', '125132.280000', '125132.283000', '125132.286000', '125132.288000', '125132.292000', '125132.294000', '125132.297000', '125132.300000', '125132.303000', '125132.306000', '125132.309000', '125132.312000', '125132.325000', '125132.328000', '125132.331000', '125132.333000', '125132.336000', '125132.339000', '125132.342000', '125132.345000', '125132.348000', '125132.351000', '125132.354000', '125132.357000', '125132.360000', '125132.363000', '125132.366000', '125132.369000', '125132.372000', '125132.375000', '125132.378000', '125132.380000', '125132.383000', '125132.386000', '125152.253000', '125152.256000', '125152.259000', '125152.262000', '125152.265000', '125152.268000', '125152.271000', '125152.274000', '125152.277000', '125152.280000', '125152.283000', '125152.286000', '125152.288000', '125152.291000', '125152.294000', '125152.297000', '125152.300000', '125152.303000', '125152.306000', '125152.309000', '125152.312000', '125152.315000', '125152.318000', '125152.321000', '125152.324000', '125152.327000', '125152.330000', '125152.333000', '125152.336000', '125152.338000', '125152.342000', '125152.344000', '125152.347000', '125152.350000', '125152.353000', '125152.356000', '125152.359000', '125152.362000', '125152.365000', '125152.368000', '125152.371000', '125152.374000', '125152.377000', '125152.380000', '125212.253000', '125212.256000', '125212.259000', '125212.262000', '125212.265000', '125212.268000', '125212.272000', '125212.275000', '125212.278000', '125212.281000', '125212.284000', '125212.287000', '125212.290000', '125212.293000', '125212.314000', '125212.317000', '125212.320000', '125212.323000', '125212.326000', '125212.329000', '125212.333000', '125212.336000', '125212.339000', '125212.342000', '125212.345000', '125212.347000', '125212.351000', '125212.353000', '125212.356000', '125212.359000', '125212.362000', '125212.365000', '125212.374000', '125212.377000', '125212.380000', '125212.383000', '125212.386000', '125212.388000', '125212.392000', '125212.394000', '125212.397000', '125212.400000', '125212.403000', '125232.252000', '125232.255000', '125232.258000', '125232.261000', '125232.264000', '125232.267000', '125232.270000', '125232.273000', '125232.276000', '125232.279000', '125232.282000', '125232.285000', '125232.288000', '125232.291000', '125232.294000', '125232.297000', '125232.299000', '125232.302000', '125232.305000', '125232.308000', '125232.311000', '125232.314000', '125232.317000', '125232.320000', '125232.323000', '125232.326000', '125232.329000', '125232.332000', '125232.335000', '125232.338000', '125232.341000', '125232.344000', '125232.347000', '125232.350000', '125232.353000', '125232.355000', '125232.358000', '125232.361000', '125232.364000', '125232.367000', '125232.370000', '125232.373000', '125232.376000', '125232.379000', '125252.252000', '125252.255000', '125252.258000', '125252.261000', '125252.264000', '125252.267000', '125252.270000', '125252.280000', '125252.283000', '125252.286000', '125252.289000', '125252.292000', '125252.295000', '125252.298000', '125252.301000', '125252.304000', '125252.307000', '125252.310000', '125252.313000', '125252.316000', '125252.319000', '125252.321000', '125252.324000', '125252.327000', '125252.330000', '125252.333000', '125252.336000', '125252.339000', '125252.342000', '125252.345000', '125252.348000', '125252.351000', '125252.354000', '125252.357000', '125252.360000', '125252.363000', '125252.366000', '125252.369000', '125252.372000', '125252.375000', '125252.399000', '125252.402000', '125252.405000', '125312.253000', '125312.256000', '125312.259000', '125312.275000', '125312.278000', '125312.281000', '125312.284000', '125312.287000', '125312.290000', '125312.293000', '125312.296000', '125312.298000', '125312.302000', '125312.304000', '125312.307000', '125312.310000', '125312.313000', '125312.316000', '125312.319000', '125312.322000', '125312.325000', '125312.328000', '125312.331000', '125312.334000', '125312.337000', '125312.340000', '125312.342000', '125312.345000', '125312.348000', '125312.351000', '125312.354000', '125312.357000', '125312.360000', '125312.363000', '125312.366000', '125312.369000', '125312.372000', '125312.375000', '125312.378000', '125312.381000', '125312.384000', '125312.386000', '125312.389000', '125312.392000', '125332.253000', '125332.256000', '125332.259000', '125332.262000', '125332.265000', '125332.268000', '125332.271000', '125332.274000', '125332.277000', '125332.279000', '125332.282000', '125332.285000', '125332.288000', '125332.291000', '125332.294000', '125332.297000', '125332.300000', '125332.303000', '125332.306000', '125332.310000', '125332.314000', '125332.317000', '125332.320000', '125332.323000', '125332.325000', '125332.328000', '125332.331000', '125332.334000', '125332.337000', '125332.340000', '125332.343000', '125332.346000', '125332.349000', '125332.352000', '125332.355000', '125332.358000', '125332.361000', '125332.364000', '125332.368000', '125332.371000', '125332.374000', '125332.377000', '125332.380000', '125352.253000', '125352.256000', '125352.259000', '125352.262000', '125352.265000', '125352.268000', '125352.271000', '125352.274000', '125352.277000', '125352.280000', '125352.283000', '125352.286000', '125352.289000', '125352.292000', '125352.295000', '125352.298000', '125352.301000', '125352.304000', '125352.306000', '125352.310000', '125352.312000', '125352.315000', '125352.318000', '125352.321000', '125352.324000', '125352.327000', '125352.330000', '125352.333000', '125352.336000', '125352.339000', '125352.342000', '125352.345000', '125352.348000', '125352.351000', '125352.354000', '125352.357000', '125352.360000', '125352.363000', '125352.365000', '125352.369000', '125352.371000', '125352.374000', '125352.377000', '125352.380000', '125412.253000', '125412.256000', '125412.259000', '125412.262000', '125412.265000', '125412.268000', '125412.271000', '125412.274000', '125412.277000', '125412.280000', '125412.283000', '125412.285000', '125412.288000', '125412.291000', '125412.294000', '125412.297000', '125412.300000', '125412.303000', '125412.306000', '125412.309000', '125412.312000', '125412.315000', '125412.318000', '125412.321000', '125412.324000', '125412.327000', '125412.330000', '125412.333000', '125412.336000', '125412.339000', '125412.342000', '125412.345000', '125412.348000', '125412.351000', '125412.354000', '125412.356000', '125412.359000', '125412.362000', '125412.365000', '125412.368000', '125412.371000', '125412.374000', '125412.377000', '125432.253000', '125432.256000', '125432.259000', '125432.262000', '125432.265000', '125432.268000', '125432.271000', '125432.274000', '125432.277000', '125432.280000', '125432.283000', '125432.286000', '125432.289000', '125432.292000', '125432.295000', '125432.298000', '125432.301000', '125432.304000', '125432.307000', '125432.310000', '125432.313000', '125432.315000', '125432.319000', '125432.321000', '125432.324000', '125432.327000', '125432.330000', '125432.333000', '125432.351000', '125432.354000', '125432.357000', '125432.360000', '125432.363000', '125432.366000', '125432.369000', '125432.372000', '125432.375000', '125432.378000', '125432.381000', '125432.384000', '125432.387000', '125432.390000', '125432.393000', '125432.396000', '125452.252000', '125452.255000', '125452.258000', '125452.261000', '125452.264000', '125452.267000', '125452.270000', '125452.284000', '125452.287000', '125452.290000', '125452.293000', '125452.296000', '125452.299000', '125452.302000', '125452.305000', '125452.307000', '125452.311000', '125452.313000', '125452.316000', '125452.319000', '125452.322000', '125452.325000', '125452.328000', '125452.331000', '125452.334000', '125452.337000', '125452.340000', '125452.343000', '125452.347000', '125452.350000', '125452.353000', '125452.356000', '125452.359000', '125452.362000', '125452.365000', '125452.368000', '125452.371000', '125452.374000', '125452.377000', '125452.379000', '125452.383000', '125452.386000', '125452.389000', '125512.252000', '125512.262000', '125512.265000', '125512.268000', '125512.271000', '125512.274000', '125512.277000', '125512.280000', '125512.283000', '125512.286000', '125512.289000', '125512.292000', '125512.295000', '125512.298000', '125512.301000', '125512.303000', '125512.306000', '125512.309000', '125512.312000', '125512.315000', '125512.318000', '125512.321000', '125512.324000', '125512.327000', '125512.330000', '125512.333000', '125512.336000', '125512.339000', '125512.342000', '125512.345000', '125512.348000', '125512.351000', '125512.353000', '125512.357000', '125512.359000', '125512.362000', '125512.365000', '125512.368000', '125512.371000', '125512.374000', '125512.377000', '125512.380000', '125512.383000', '125512.386000', '125526.965000', '125526.969000', '125526.973000', '125526.976000', '125526.979000', '125526.983000', '125526.987000', '125526.990000', '125526.993000', '125526.997000', '125527.001000', '125527.004000', '125527.007000', '125527.010000', '125527.013000', '125527.016000', '125527.019000', '125527.022000', '125527.025000', '125527.029000', '125527.032000', '125527.035000', '125527.038000', '125527.041000', '125527.044000', '125527.047000', '125527.050000', '125527.053000', '125527.056000', '125527.059000', '125527.067000', '125527.070000'], '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': [10498, 11123, 10679, 15071, 10714, 11307, 15921, 11216, 10949, 11085, 10307, 10156, 10673, 10945, 11020, 10204, 11364, 11469, 10711, 10293, 9203, 9991, 9994, 9037, 10212, 12189, 9882, 9896, 9611, 9470, 10890, 10650, 11158, 10495, 10926, 10844, 10316, 10689, 10450, 9431, 10787, 10564, 10851, 10215, 11023, 11017, 10494, 10504, 10180, 10693, 12168, 10560, 10996, 10548, 10019, 10121, 10815, 10762, 10473, 10548, 10022, 10825, 10468, 10569, 10951, 10657, 10891, 10910, 11041, 12612, 10702, 10710, 10864, 10628, 11003, 9956, 11615, 10424, 8852, 11576, 10064, 8638, 11524, 10768, 11584, 11471, 11236, 11949, 9578, 11110, 9449, 11394, 11105, 10759, 11128, 9553, 11414, 11284, 8778, 11346, 11027, 11435, 11487, 11638, 11562, 11425, 11340, 10463, 10182, 9698, 11794, 11344, 11038, 11750, 11653, 9036, 11891, 10696, 11266, 12326, 11207, 12813, 12426, 11580, 13920, 11036, 11877, 10883, 11191, 10372, 11102, 11310, 10627, 11086, 9752, 11484, 10782, 11341, 11201, 10867, 11370, 9976, 11816, 11302, 9783, 11675, 9551, 11735, 11064, 11763, 11237, 11669, 11462, 11694, 12758, 11304, 11639, 9767, 11705, 9746, 12056, 11569, 11545, 10884, 9467, 11682, 11464, 11724, 11358, 11399, 11464, 9571, 11647, 11480, 11630, 12380, 11088, 11892, 9477, 11723, 11126, 11435, 11504, 8941, 11631, 11155, 11371, 11539, 9328, 11990, 11609, 11734, 11422, 9404, 11669, 11092, 11814, 11064, 9200, 11669, 10919, 11697, 11228, 9741, 11788, 10352, 11964, 10340, 9462, 12183, 11050, 11921, 11940, 11559, 12064, 10822, 11690, 11175, 11844, 13106, 11286, 11351, 10041, 11362, 9575, 11659, 12615, 11465, 13719, 9731, 11427, 10807, 11781, 11832, 9103, 11695, 10238, 11841, 11682, 11419, 11303, 9094, 11502, 12740, 11198, 11098, 9605, 11590, 11438, 11733, 10546, 9351, 11689, 10944, 11703, 10623, 9492, 11669, 11110, 11740, 10657, 9433, 11374, 10811, 11715, 9935, 8793, 11690, 10935, 11667, 11023, 11560, 11602, 9472, 11586, 11551, 11800, 11455, 9464, 11833, 10972, 11762, 11321, 9209, 12142, 11067, 12179, 11600, 11994, 10313, 11614, 10919, 9291, 11174, 10519, 11570, 12590, 11532, 12588, 9983, 11603, 12114, 11674, 14391, 11327, 12409, 10818, 11078, 10765, 11512, 10997, 10988, 12317, 8901, 11438, 11673, 11463, 11072, 10557, 11756, 9049, 11655, 11379, 11603, 10961, 8551, 12117, 11597, 11942, 11398, 10991, 11552, 11139, 10700, 12147, 10990, 8467, 11716, 9965, 12167, 11400, 12009, 11694, 11603, 10993, 9704, 11791, 9123, 11545, 10574, 11945, 10018, 8533, 11481, 9673, 11533, 11083, 11622, 10839, 8914, 11862, 10475, 12107, 10469, 9163, 11897, 10318, 11933, 11775, 11868, 11119, 10786, 11774, 10728, 9023, 11883, 10483, 11822, 14180, 11697, 12141, 11546, 10457, 11658, 11371, 10951, 11739, 9665, 11567, 10999, 11597, 10083, 9166, 11545, 10534, 11743, 10197, 8439, 11218, 10371, 11485, 10330, 11757, 11310, 11464, 10161, 8300, 11057, 9434, 11668, 10536, 11660, 10150, 11054, 11278, 8561, 11367, 10204, 11457, 10910, 10143, 11266, 9993, 11607, 10837, 9219, 11068, 10247, 11177, 10359, 17434, 12907, 10452, 10803, 9403, 11424, 10018, 11246, 9071, 9644, 13398, 10159, 11685, 10364, 9951, 11913, 9946, 14460, 10352, 9701, 9189, 10382, 8753, 10276, 9707, 10539, 10181, 8902, 10467, 8981, 10538, 9880, 10507, 10158, 10320, 9972, 9329, 10272, 9228, 10379, 9820, 10502, 9842, 9731, 10718, 8629, 10971, 9918, 10627, 10847, 8879, 10748, 8695, 10686, 10040, 10956, 9713, 10730, 10233, 9113, 11057, 9813, 10830, 10118, 10345, 9798, 8657, 10800, 8928, 11068, 9997, 10499, 10222, 9224, 11022, 9766, 11151, 9879, 11025, 9610, 9469, 10686, 9947, 11190, 10002, 10967, 9607, 9421, 9917, 9533, 11139, 10040, 8870, 10591, 9189, 10018, 9532, 9396, 10649, 9667, 11293, 10306, 9431, 12472, 11422, 9842, 11822, 13818, 10953, 11285, 11451, 11944, 12626, 11625, 13038, 11144, 11189, 9580, 11693, 10308, 11380, 9754, 9531, 10949, 10136, 11713, 9916, 9463, 12195, 11806, 13390, 12549, 11350, 11137, 11877, 10329, 12715, 9617, 12781, 12089, 12573, 12708, 12138, 12640, 10095, 12660, 12198, 12450, 13624, 10849, 13301, 14955, 14361, 15126, 11682, 11933, 12277, 11942, 13801, 11856, 11323, 9047, 12592, 12491, 12411, 11359, 9388, 12606, 12706, 12526, 11666, 9345, 12250, 11482, 12331, 10304, 9392, 12330, 10563, 12392, 10465, 9371, 11458, 11057, 9334, 12066, 9773, 12380, 10412, 9198, 10950, 9306, 9646, 10182, 8614, 8608, 10574, 8783, 11140, 9563, 12281, 13244, 11827, 14135, 11305, 12784, 14213, 12402, 14079, 13669, 13388, 15159, 12929, 15367, 12419, 15388, 13230, 12184, 13002, 11737, 12424, 8588, 12440, 12816, 12124, 11854, 8525, 12635, 12825, 12066, 11474, 9463, 12775, 12198, 12451, 11488, 9082, 12545, 11634, 12741, 12436, 11441, 12836, 10467, 9758, 10613, 10096, 9480, 11956, 10475, 10610, 11238, 9546, 12130, 13123, 11307, 14226, 12095, 11119, 9344, 11615, 13238, 11475, 12396, 11930, 10797, 9475, 11259, 9564, 11009, 10077, 11709, 10548, 9266, 11269, 9466, 11750, 10126, 11242, 9799, 9294, 11165, 9310, 11242, 9831, 10566, 10957, 8926, 10471, 9366, 10965, 10223, 9113, 10217, 9435, 10837, 9876, 9275, 10525, 10565, 10307, 10640, 9385, 10808, 9553, 10354, 14065, 10624, 10393, 11460, 10806, 10014, 10135, 11171, 10886, 10277, 10472, 9301, 10512, 10159, 10094, 10773, 9585, 10498, 13433, 10140, 9667, 8926, 11024, 10840, 10067, 10157, 9299, 10240, 10345, 11156, 10755, 9074, 10346, 9214, 10060, 10264, 10119, 11304, 10503, 10419, 9848, 10476, 9943, 10339, 11144, 8890, 10654, 11970, 10174, 13395, 10294, 11427, 10223, 10956, 9272, 9880, 10279, 10209, 10768, 9844, 12434, 9995, 10640, 11873, 9061, 12668, 12411, 10815, 10149, 9514, 11191, 9608, 10323, 11538, 10013, 11915, 11564, 10371, 10231, 9292, 10748, 9845, 10325, 10375, 9969, 10386, 13077, 9966, 10627, 9303, 10956, 11809, 10601, 10315, 9331, 10437, 10613, 11027, 11264, 10890, 11128, 9043, 10730, 10907, 10341, 11510, 10643, 11914, 9588, 10948, 11051, 10285, 11143, 10135, 11397, 8984, 11925, 11134, 10736, 10691, 10441, 11153, 10507, 12056, 10858, 11466, 11198, 10471, 11253, 10304, 11156, 10904, 12146, 10129, 11045, 13096], 'WindowCenter': [4009.0, 3990.0, 3964.0, 3983.0, 3937.0, 3935.0, 3969.0, 3933.0, 3919.0, 3875.0, 3880.0, 3906.0, 3906.0, 3917.0, 3935.0, 3969.0, 3963.0, 3947.0, 3921.0, 3892.0, 3862.0, 3890.0, 3893.0, 3895.0, 3907.0, 3929.0, 3905.0, 3919.0, 3905.0, 3904.0, 3921.0, 3933.0, 3931.0, 3917.0, 3917.0, 3917.0, 3920.0, 3932.0, 3930.0, 3911.0, 3934.0, 3933.0, 3946.0, 3936.0, 3948.0, 3935.0, 3934.0, 3934.0, 3935.0, 3922.0, 3931.0, 3919.0, 3917.0, 3919.0, 3911.0, 3934.0, 3931.0, 3919.0, 3919.0, 3919.0, 3907.0, 3919.0, 3919.0, 3920.0, 3920.0, 3921.0, 3933.0, 3922.0, 3932.0, 3930.0, 3919.0, 3918.0, 3933.0, 3949.0, 3933.0, 3921.0, 3945.0, 3919.0, 3909.0, 3930.0, 3920.0, 3911.0, 3930.0, 3919.0, 3930.0, 3931.0, 3930.0, 3943.0, 3910.0, 3918.0, 3908.0, 3930.0, 3919.0, 3931.0, 3929.0, 3908.0, 3927.0, 3917.0, 3897.0, 3929.0, 3931.0, 3943.0, 3944.0, 3930.0, 3929.0, 3930.0, 3920.0, 3931.0, 3918.0, 3908.0, 3928.0, 3918.0, 3916.0, 3929.0, 3931.0, 3910.0, 3929.0, 3919.0, 3917.0, 3917.0, 3916.0, 3916.0, 3928.0, 3915.0, 3924.0, 3903.0, 3902.0, 3891.0, 3904.0, 3891.0, 3900.0, 3901.0, 3901.0, 3902.0, 3892.0, 3914.0, 3903.0, 3903.0, 3903.0, 3905.0, 3916.0, 3907.0, 3928.0, 3917.0, 3906.0, 3929.0, 3919.0, 3941.0, 3931.0, 3930.0, 3918.0, 3929.0, 3918.0, 3929.0, 3929.0, 3917.0, 3917.0, 3905.0, 3915.0, 3905.0, 3928.0, 3918.0, 3929.0, 3917.0, 3906.0, 3927.0, 3916.0, 3929.0, 3919.0, 3930.0, 3929.0, 3907.0, 3919.0, 3917.0, 3918.0, 3928.0, 3918.0, 3917.0, 3895.0, 3916.0, 3915.0, 3916.0, 3917.0, 3896.0, 3928.0, 3918.0, 3930.0, 3928.0, 3906.0, 3929.0, 3931.0, 3932.0, 3932.0, 3908.0, 3929.0, 3919.0, 3928.0, 3918.0, 3906.0, 3929.0, 3921.0, 3930.0, 3929.0, 3907.0, 3930.0, 3921.0, 3941.0, 3933.0, 3910.0, 3943.0, 3944.0, 3945.0, 3946.0, 3932.0, 3944.0, 3934.0, 3931.0, 3932.0, 3931.0, 3941.0, 3931.0, 3919.0, 3908.0, 3918.0, 3894.0, 3917.0, 3928.0, 3931.0, 3939.0, 3897.0, 3918.0, 3915.0, 3927.0, 3915.0, 3898.0, 3927.0, 3918.0, 3929.0, 3927.0, 3916.0, 3915.0, 3896.0, 3917.0, 3927.0, 3916.0, 3917.0, 3894.0, 3914.0, 3914.0, 3915.0, 3905.0, 3894.0, 3915.0, 3915.0, 3916.0, 3918.0, 3906.0, 3928.0, 3930.0, 3928.0, 3918.0, 3897.0, 3928.0, 3919.0, 3930.0, 3908.0, 3897.0, 3928.0, 3919.0, 3928.0, 3917.0, 3916.0, 3930.0, 3908.0, 3918.0, 3929.0, 3929.0, 3929.0, 3907.0, 3928.0, 3918.0, 3929.0, 3919.0, 3907.0, 3940.0, 3929.0, 3944.0, 3946.0, 3933.0, 3881.0, 3859.0, 3906.0, 3907.0, 3917.0, 3918.0, 3932.0, 3944.0, 3944.0, 3954.0, 3924.0, 3946.0, 3956.0, 3932.0, 3951.0, 3918.0, 3927.0, 3915.0, 3915.0, 3917.0, 3917.0, 3917.0, 3917.0, 3915.0, 3882.0, 3912.0, 3916.0, 3915.0, 3902.0, 3903.0, 3916.0, 3883.0, 3913.0, 3914.0, 3927.0, 3903.0, 3884.0, 3941.0, 3944.0, 3925.0, 3913.0, 3902.0, 3915.0, 3915.0, 3917.0, 3939.0, 3929.0, 3898.0, 3940.0, 3933.0, 3939.0, 3929.0, 3929.0, 3927.0, 3916.0, 3916.0, 3895.0, 3927.0, 3908.0, 3928.0, 3917.0, 3929.0, 3907.0, 3896.0, 3928.0, 3907.0, 3927.0, 3929.0, 3929.0, 3929.0, 3908.0, 3940.0, 3917.0, 3942.0, 3933.0, 3923.0, 3943.0, 3921.0, 3942.0, 3930.0, 3930.0, 3930.0, 3920.0, 3944.0, 3932.0, 3910.0, 3942.0, 3932.0, 3942.0, 3952.0, 3942.0, 3941.0, 3929.0, 3918.0, 3928.0, 3928.0, 3930.0, 3928.0, 3906.0, 3927.0, 3916.0, 3916.0, 3919.0, 3908.0, 3928.0, 3918.0, 3928.0, 3918.0, 3897.0, 3929.0, 3919.0, 3928.0, 3918.0, 3929.0, 3918.0, 3927.0, 3918.0, 3886.0, 3928.0, 3897.0, 3927.0, 3916.0, 3928.0, 3919.0, 3929.0, 3932.0, 3898.0, 3929.0, 3919.0, 3929.0, 3929.0, 3920.0, 3928.0, 3908.0, 3929.0, 3928.0, 3926.0, 3931.0, 3931.0, 3945.0, 3935.0, 3980.0, 3959.0, 3948.0, 3947.0, 3924.0, 3959.0, 3940.0, 3948.0, 3939.0, 3937.0, 3960.0, 3935.0, 3944.0, 3922.0, 3921.0, 3944.0, 3921.0, 3951.0, 3919.0, 3908.0, 3896.0, 3906.0, 3898.0, 3920.0, 3907.0, 3916.0, 3918.0, 3896.0, 3918.0, 3907.0, 3919.0, 3919.0, 3931.0, 3921.0, 3921.0, 3920.0, 3908.0, 3918.0, 3907.0, 3918.0, 3934.0, 3932.0, 3921.0, 3920.0, 3920.0, 3898.0, 3929.0, 3918.0, 3920.0, 3919.0, 3909.0, 3919.0, 3898.0, 3919.0, 3918.0, 3930.0, 3920.0, 3931.0, 3920.0, 3908.0, 3929.0, 3908.0, 3929.0, 3918.0, 3920.0, 3920.0, 3899.0, 3931.0, 3910.0, 3931.0, 3921.0, 3931.0, 3932.0, 3909.0, 3929.0, 3920.0, 3930.0, 3919.0, 3930.0, 3920.0, 3920.0, 3919.0, 3918.0, 3929.0, 3907.0, 3929.0, 3908.0, 3908.0, 3920.0, 3922.0, 3930.0, 3920.0, 3909.0, 3931.0, 3920.0, 3932.0, 3921.0, 3922.0, 3932.0, 3937.0, 3958.0, 3979.0, 3981.0, 3986.0, 3961.0, 3936.0, 3944.0, 3951.0, 3930.0, 3930.0, 3930.0, 3940.0, 3928.0, 3929.0, 3940.0, 3931.0, 3929.0, 3907.0, 3927.0, 3905.0, 3926.0, 3906.0, 3907.0, 3917.0, 3917.0, 3928.0, 3918.0, 3919.0, 3939.0, 3916.0, 3911.0, 3914.0, 3903.0, 3903.0, 3927.0, 3905.0, 3939.0, 3906.0, 3938.0, 3927.0, 3926.0, 3927.0, 3928.0, 3939.0, 3917.0, 3939.0, 3926.0, 3926.0, 3935.0, 3915.0, 3924.0, 3951.0, 3937.0, 3936.0, 3902.0, 3899.0, 3897.0, 3886.0, 3897.0, 3885.0, 3883.0, 3863.0, 3897.0, 3896.0, 3907.0, 3897.0, 3876.0, 3909.0, 3908.0, 3909.0, 3899.0, 3878.0, 3910.0, 3910.0, 3923.0, 3904.0, 3894.0, 3925.0, 3902.0, 3923.0, 3903.0, 3893.0, 3927.0, 3915.0, 3906.0, 3928.0, 3905.0, 3938.0, 3917.0, 3909.0, 3932.0, 3923.0, 3923.0, 3934.0, 3914.0, 3910.0, 3933.0, 3897.0, 3931.0, 3909.0, 3944.0, 3944.0, 3930.0, 3953.0, 3934.0, 3954.0, 3956.0, 3941.0, 3951.0, 3939.0, 3939.0, 3939.0, 3927.0, 3937.0, 3915.0, 3925.0, 3912.0, 3900.0, 3911.0, 3899.0, 3897.0, 3867.0, 3909.0, 3908.0, 3898.0, 3898.0, 3865.0, 3897.0, 3908.0, 3912.0, 3900.0, 3878.0, 3910.0, 3908.0, 3910.0, 3900.0, 3879.0, 3924.0, 3914.0, 3941.0, 3969.0, 3943.0, 3952.0, 3931.0, 3906.0, 3916.0, 3919.0, 3906.0, 3928.0, 3917.0, 3917.0, 3916.0, 3905.0, 3926.0, 3937.0, 3916.0, 3937.0, 3926.0, 3915.0, 3893.0, 3914.0, 3926.0, 3914.0, 3924.0, 3913.0, 3903.0, 3890.0, 3913.0, 3892.0, 3915.0, 3905.0, 3927.0, 3916.0, 3905.0, 3916.0, 3905.0, 3927.0, 3916.0, 3929.0, 3919.0, 3907.0, 3927.0, 3906.0, 3930.0, 3917.0, 3917.0, 3901.0, 3879.0, 3913.0, 3904.0, 3928.0, 3918.0, 3909.0, 3930.0, 3919.0, 3930.0, 3918.0, 3919.0, 3931.0, 3931.0, 3932.0, 3931.0, 3920.0, 3929.0, 3907.0, 3919.0, 3950.0, 3919.0, 3918.0, 3929.0, 3928.0, 3907.0, 3918.0, 3929.0, 3930.0, 3919.0, 3918.0, 3907.0, 3917.0, 3916.0, 3918.0, 3928.0, 3919.0, 3918.0, 3938.0, 3902.0, 3903.0, 3893.0, 3914.0, 3915.0, 3906.0, 3918.0, 3906.0, 3917.0, 3918.0, 3929.0, 3929.0, 3908.0, 3919.0, 3908.0, 3919.0, 3918.0, 3930.0, 3930.0, 3919.0, 3932.0, 3921.0, 3929.0, 3917.0, 3931.0, 3929.0, 3909.0, 3930.0, 3940.0, 3919.0, 3952.0, 3932.0, 3929.0, 3917.0, 3916.0, 3905.0, 3917.0, 3916.0, 3916.0, 3928.0, 3950.0, 3942.0, 3895.0, 3918.0, 3903.0, 3884.0, 3923.0, 3940.0, 3929.0, 3903.0, 3905.0, 3928.0, 3917.0, 3916.0, 3924.0, 3904.0, 3927.0, 3930.0, 3920.0, 3918.0, 3909.0, 3930.0, 3920.0, 3930.0, 3919.0, 3906.0, 3916.0, 3936.0, 3905.0, 3916.0, 3905.0, 3927.0, 3940.0, 3918.0, 3918.0, 3906.0, 3916.0, 3915.0, 3916.0, 3915.0, 3928.0, 3928.0, 3895.0, 3927.0, 3916.0, 3916.0, 3926.0, 3916.0, 3927.0, 3906.0, 3927.0, 3928.0, 3917.0, 3926.0, 3917.0, 3928.0, 3907.0, 3928.0, 3929.0, 3928.0, 3917.0, 3917.0, 3927.0, 3917.0, 3938.0, 3929.0, 3940.0, 3929.0, 3930.0, 3940.0, 3919.0, 3930.0, 3929.0, 3941.0, 3932.0, 3931.0, 3940.0], 'WindowWidth': [8942.0, 8900.0, 8852.0, 8880.0, 8804.0, 8795.0, 8848.0, 8792.0, 8763.0, 8676.0, 8691.0, 8739.0, 8741.0, 8758.0, 8798.0, 8868.0, 8848.0, 8817.0, 8770.0, 8714.0, 8658.0, 8708.0, 8722.0, 8729.0, 8746.0, 8783.0, 8741.0, 8765.0, 8741.0, 8739.0, 8773.0, 8792.0, 8783.0, 8760.0, 8760.0, 8758.0, 8767.0, 8788.0, 8784.0, 8756.0, 8793.0, 8793.0, 8815.0, 8800.0, 8816.0, 8796.0, 8793.0, 8794.0, 8798.0, 8774.0, 8787.0, 8765.0, 8761.0, 8764.0, 8755.0, 8794.0, 8784.0, 8764.0, 8764.0, 8764.0, 8748.0, 8766.0, 8765.0, 8768.0, 8767.0, 8770.0, 8791.0, 8775.0, 8787.0, 8782.0, 8763.0, 8761.0, 8789.0, 8820.0, 8788.0, 8772.0, 8811.0, 8767.0, 8753.0, 8781.0, 8770.0, 8758.0, 8779.0, 8767.0, 8780.0, 8785.0, 8782.0, 8805.0, 8755.0, 8760.0, 8749.0, 8780.0, 8766.0, 8783.0, 8777.0, 8750.0, 8772.0, 8761.0, 8732.0, 8778.0, 8790.0, 8805.0, 8806.0, 8783.0, 8777.0, 8778.0, 8766.0, 8784.0, 8759.0, 8749.0, 8773.0, 8760.0, 8756.0, 8778.0, 8782.0, 8755.0, 8778.0, 8765.0, 8759.0, 8757.0, 8753.0, 8755.0, 8777.0, 8752.0, 8768.0, 8731.0, 8733.0, 8714.0, 8734.0, 8714.0, 8725.0, 8726.0, 8726.0, 8731.0, 8717.0, 8747.0, 8735.0, 8734.0, 8733.0, 8736.0, 8755.0, 8746.0, 8776.0, 8761.0, 8743.0, 8779.0, 8766.0, 8798.0, 8785.0, 8782.0, 8764.0, 8776.0, 8764.0, 8779.0, 8778.0, 8760.0, 8758.0, 8739.0, 8752.0, 8740.0, 8774.0, 8761.0, 8776.0, 8757.0, 8741.0, 8769.0, 8756.0, 8778.0, 8765.0, 8780.0, 8777.0, 8745.0, 8761.0, 8758.0, 8760.0, 8776.0, 8761.0, 8756.0, 8726.0, 8754.0, 8751.0, 8755.0, 8759.0, 8730.0, 8776.0, 8760.0, 8778.0, 8775.0, 8743.0, 8777.0, 8782.0, 8784.0, 8784.0, 8749.0, 8776.0, 8762.0, 8774.0, 8761.0, 8743.0, 8778.0, 8769.0, 8780.0, 8778.0, 8747.0, 8781.0, 8770.0, 8799.0, 8791.0, 8756.0, 8802.0, 8806.0, 8809.0, 8813.0, 8786.0, 8806.0, 8793.0, 8784.0, 8785.0, 8784.0, 8799.0, 8784.0, 8764.0, 8748.0, 8761.0, 8725.0, 8758.0, 8776.0, 8783.0, 8793.0, 8731.0, 8759.0, 8753.0, 8772.0, 8754.0, 8735.0, 8772.0, 8763.0, 8777.0, 8772.0, 8757.0, 8753.0, 8728.0, 8756.0, 8773.0, 8756.0, 8757.0, 8721.0, 8749.0, 8751.0, 8753.0, 8739.0, 8724.0, 8752.0, 8753.0, 8755.0, 8761.0, 8743.0, 8775.0, 8780.0, 8775.0, 8761.0, 8731.0, 8772.0, 8763.0, 8779.0, 8750.0, 8734.0, 8776.0, 8764.0, 8775.0, 8757.0, 8756.0, 8778.0, 8748.0, 8760.0, 8779.0, 8778.0, 8778.0, 8747.0, 8776.0, 8762.0, 8776.0, 8763.0, 8746.0, 8795.0, 8778.0, 8802.0, 8809.0, 8788.0, 8694.0, 8644.0, 8745.0, 8748.0, 8759.0, 8765.0, 8788.0, 8812.0, 8810.0, 8823.0, 8782.0, 8817.0, 8830.0, 8787.0, 8814.0, 8765.0, 8774.0, 8754.0, 8754.0, 8758.0, 8759.0, 8761.0, 8761.0, 8753.0, 8704.0, 8744.0, 8760.0, 8755.0, 8733.0, 8734.0, 8756.0, 8709.0, 8745.0, 8749.0, 8775.0, 8735.0, 8713.0, 8801.0, 8812.0, 8769.0, 8746.0, 8732.0, 8754.0, 8754.0, 8762.0, 8793.0, 8780.0, 8739.0, 8797.0, 8793.0, 8794.0, 8779.0, 8779.0, 8772.0, 8756.0, 8755.0, 8726.0, 8772.0, 8749.0, 8774.0, 8760.0, 8779.0, 8746.0, 8730.0, 8775.0, 8749.0, 8775.0, 8779.0, 8778.0, 8780.0, 8750.0, 8794.0, 8763.0, 8800.0, 8793.0, 8779.0, 8804.0, 8775.0, 8800.0, 8783.0, 8783.0, 8782.0, 8770.0, 8807.0, 8790.0, 8760.0, 8802.0, 8792.0, 8803.0, 8820.0, 8804.0, 8802.0, 8781.0, 8765.0, 8777.0, 8778.0, 8783.0, 8775.0, 8747.0, 8773.0, 8757.0, 8759.0, 8765.0, 8751.0, 8778.0, 8766.0, 8778.0, 8765.0, 8736.0, 8779.0, 8767.0, 8778.0, 8766.0, 8778.0, 8762.0, 8775.0, 8762.0, 8718.0, 8776.0, 8734.0, 8775.0, 8757.0, 8778.0, 8768.0, 8779.0, 8790.0, 8738.0, 8779.0, 8766.0, 8780.0, 8782.0, 8768.0, 8776.0, 8749.0, 8779.0, 8776.0, 8788.0, 8785.0, 8789.0, 8810.0, 8796.0, 8877.0, 8840.0, 8819.0, 8816.0, 8782.0, 8835.0, 8809.0, 8819.0, 8811.0, 8803.0, 8842.0, 8798.0, 8808.0, 8773.0, 8770.0, 8809.0, 8772.0, 8814.0, 8765.0, 8748.0, 8729.0, 8742.0, 8740.0, 8771.0, 8747.0, 8758.0, 8761.0, 8730.0, 8762.0, 8748.0, 8765.0, 8766.0, 8786.0, 8773.0, 8774.0, 8767.0, 8749.0, 8763.0, 8745.0, 8764.0, 8795.0, 8787.0, 8775.0, 8770.0, 8769.0, 8737.0, 8779.0, 8766.0, 8769.0, 8767.0, 8752.0, 8766.0, 8736.0, 8765.0, 8764.0, 8782.0, 8771.0, 8786.0, 8769.0, 8751.0, 8779.0, 8749.0, 8779.0, 8765.0, 8771.0, 8771.0, 8742.0, 8784.0, 8757.0, 8784.0, 8772.0, 8785.0, 8791.0, 8757.0, 8781.0, 8769.0, 8782.0, 8768.0, 8783.0, 8772.0, 8769.0, 8767.0, 8765.0, 8778.0, 8748.0, 8778.0, 8751.0, 8750.0, 8768.0, 8779.0, 8785.0, 8770.0, 8753.0, 8786.0, 8772.0, 8790.0, 8775.0, 8777.0, 8787.0, 8805.0, 8836.0, 8882.0, 8891.0, 8883.0, 8845.0, 8802.0, 8807.0, 8814.0, 8783.0, 8783.0, 8784.0, 8796.0, 8778.0, 8780.0, 8799.0, 8788.0, 8777.0, 8748.0, 8772.0, 8743.0, 8771.0, 8745.0, 8747.0, 8760.0, 8762.0, 8777.0, 8765.0, 8766.0, 8793.0, 8753.0, 8736.0, 8743.0, 8728.0, 8731.0, 8771.0, 8741.0, 8792.0, 8746.0, 8791.0, 8776.0, 8772.0, 8778.0, 8778.0, 8793.0, 8764.0, 8793.0, 8771.0, 8770.0, 8782.0, 8757.0, 8769.0, 8822.0, 8793.0, 8790.0, 8736.0, 8726.0, 8721.0, 8700.0, 8718.0, 8697.0, 8692.0, 8666.0, 8716.0, 8715.0, 8731.0, 8717.0, 8689.0, 8736.0, 8734.0, 8736.0, 8722.0, 8695.0, 8740.0, 8740.0, 8763.0, 8739.0, 8724.0, 8766.0, 8733.0, 8763.0, 8734.0, 8724.0, 8775.0, 8754.0, 8744.0, 8775.0, 8743.0, 8789.0, 8762.0, 8754.0, 8788.0, 8778.0, 8779.0, 8794.0, 8769.0, 8757.0, 8790.0, 8735.0, 8786.0, 8755.0, 8807.0, 8809.0, 8783.0, 8820.0, 8796.0, 8824.0, 8831.0, 8800.0, 8815.0, 8796.0, 8794.0, 8800.0, 8774.0, 8795.0, 8757.0, 8769.0, 8746.0, 8725.0, 8741.0, 8721.0, 8714.0, 8676.0, 8732.0, 8732.0, 8719.0, 8717.0, 8673.0, 8716.0, 8732.0, 8744.0, 8727.0, 8693.0, 8739.0, 8734.0, 8739.0, 8725.0, 8696.0, 8762.0, 8750.0, 8798.0, 8851.0, 8806.0, 8816.0, 8787.0, 8745.0, 8757.0, 8764.0, 8745.0, 8775.0, 8761.0, 8761.0, 8758.0, 8743.0, 8770.0, 8787.0, 8757.0, 8788.0, 8770.0, 8752.0, 8721.0, 8751.0, 8770.0, 8751.0, 8766.0, 8748.0, 8732.0, 8715.0, 8747.0, 8720.0, 8754.0, 8741.0, 8772.0, 8756.0, 8740.0, 8757.0, 8741.0, 8772.0, 8759.0, 8780.0, 8767.0, 8748.0, 8772.0, 8747.0, 8784.0, 8761.0, 8762.0, 8727.0, 8695.0, 8749.0, 8740.0, 8777.0, 8765.0, 8754.0, 8784.0, 8769.0, 8783.0, 8765.0, 8767.0, 8785.0, 8789.0, 8790.0, 8788.0, 8770.0, 8781.0, 8751.0, 8769.0, 8814.0, 8770.0, 8764.0, 8782.0, 8777.0, 8748.0, 8763.0, 8779.0, 8785.0, 8768.0, 8765.0, 8747.0, 8762.0, 8761.0, 8765.0, 8779.0, 8768.0, 8765.0, 8792.0, 8732.0, 8738.0, 8725.0, 8753.0, 8755.0, 8747.0, 8765.0, 8747.0, 8761.0, 8765.0, 8783.0, 8782.0, 8752.0, 8768.0, 8753.0, 8768.0, 8767.0, 8786.0, 8785.0, 8767.0, 8791.0, 8775.0, 8782.0, 8763.0, 8789.0, 8781.0, 8755.0, 8782.0, 8799.0, 8768.0, 8819.0, 8791.0, 8783.0, 8763.0, 8759.0, 8744.0, 8762.0, 8759.0, 8757.0, 8777.0, 8830.0, 8800.0, 8726.0, 8759.0, 8729.0, 8709.0, 8759.0, 8795.0, 8782.0, 8734.0, 8742.0, 8779.0, 8764.0, 8759.0, 8766.0, 8742.0, 8775.0, 8785.0, 8770.0, 8766.0, 8754.0, 8785.0, 8773.0, 8784.0, 8769.0, 8748.0, 8758.0, 8785.0, 8741.0, 8757.0, 8744.0, 8776.0, 8798.0, 8767.0, 8765.0, 8746.0, 8760.0, 8758.0, 8760.0, 8756.0, 8777.0, 8779.0, 8731.0, 8775.0, 8759.0, 8760.0, 8774.0, 8759.0, 8776.0, 8747.0, 8775.0, 8778.0, 8763.0, 8773.0, 8761.0, 8779.0, 8749.0, 8778.0, 8781.0, 8779.0, 8763.0, 8761.0, 8773.0, 8761.0, 8793.0, 8782.0, 8799.0, 8783.0, 8785.0, 8798.0, 8768.0, 8784.0, 8783.0, 8801.0, 8792.0, 8786.0, 8800.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.003756750861079219</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06825526061997703</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.306745897333315</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0955993401724151</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.975947988655172</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5035</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4567.0728</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.19261574504895543</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>216</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.799081515499427</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6309653005493097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4759638500593306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8680580225292593</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.548874029059339</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00846319</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012721684761345387</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04243927076458931</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.033995314370798</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>23.5993</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.8907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292932.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.6602</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2979</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.1305</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3056.1131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3223.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83612.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3977.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.955</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.15373296837788</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> |