=== 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-0016 --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-0016",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0016_ses-03_task-social_acq-mb8_run-05_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-0016_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-05_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-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-05_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>d5b8fd8544b83be9a8707f267fab8c6d</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>13:09:5.450000</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.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</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-05_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.0857559</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>231.495</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>79668cde-dd5d-4af3-959d-44a974d6acf8||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.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['130905.450000', '130905.910000', '130906.370000', '130906.830000', '130907.290000', '130907.750000', '130908.210000', '130908.670000', '130909.130000', '130909.590000', '130910.050000', '130910.510000', '130910.970000', '130911.430000', '130911.890000', '130912.350000', '130912.810000', '130913.270000', '130913.730000', '130914.190000', '130914.650000', '130915.110000', '130915.570000', '130916.030000', '130916.490000', '130916.950000', '130917.410000', '130917.870000', '130918.330000', '130918.790000', '130919.250000', '130919.710000', '130920.170000', '130920.630000', '130921.090000', '130921.550000', '130922.010000', '130922.470000', '130922.930000', '130923.390000', '130923.850000', '130924.310000', '130924.770000', '130925.230000', '130925.690000', '130926.150000', '130926.610000', '130927.070000', '130927.530000', '130927.990000', '130928.450000', '130928.910000', '130929.370000', '130929.830000', '130930.290000', '130930.750000', '130931.210000', '130931.670000', '130932.130000', '130932.590000', '130933.050000', '130933.510000', '130933.970000', '130934.430000', '130934.890000', '130935.350000', '130935.810000', '130936.270000', '130936.730000', '130937.190000', '130937.650000', '130938.110000', '130938.570000', '130939.030000', '130939.490000', '130939.950000', '130940.410000', '130940.870000', '130941.330000', '130941.790000', '130942.250000', '130942.710000', '130943.170000', '130943.630000', '130944.090000', '130944.550000', '130945.010000', '130945.470000', '130945.930000', '130946.390000', '130946.850000', '130947.310000', '130947.770000', '130948.230000', '130948.690000', '130949.150000', '130949.610000', '130950.070000', '130950.530000', '130950.990000', '130951.450000', '130951.910000', '130952.370000', '130952.830000', '130953.290000', '130953.750000', '130954.210000', '130954.670000', '130955.130000', '130955.590000', '130956.050000', '130956.510000', '130956.970000', '130957.430000', '130957.890000', '130958.350000', '130958.810000', '130959.270000', '130959.730000', '131000.190000', '131000.650000', '131001.110000', '131001.570000', '131002.030000', '131002.490000', '131002.950000', '131003.410000', '131003.870000', '131004.330000', '131004.790000', '131005.250000', '131005.710000', '131006.170000', '131006.630000', '131007.090000', '131007.550000', '131008.010000', '131008.470000', '131008.930000', '131009.390000', '131009.850000', '131010.310000', '131010.770000', '131011.230000', '131011.690000', '131012.150000', '131012.610000', '131013.070000', '131013.530000', '131013.990000', '131014.450000', '131014.910000', '131015.370000', '131015.830000', '131016.290000', '131016.750000', '131017.210000', '131017.670000', '131018.130000', '131018.590000', '131019.050000', '131019.510000', '131019.970000', '131020.430000', '131020.890000', '131021.350000', '131021.810000', '131022.270000', '131022.730000', '131023.190000', '131023.650000', '131024.110000', '131024.570000', '131025.030000', '131025.490000', '131025.950000', '131026.410000', '131026.870000', '131027.330000', '131027.790000', '131028.250000', '131028.710000', '131029.170000', '131029.630000', '131030.090000', '131030.550000', '131031.010000', '131031.470000', '131031.930000', '131032.390000', '131032.850000', '131033.310000', '131033.770000', '131034.230000', '131034.690000', '131035.150000', '131035.610000', '131036.070000', '131036.530000', '131036.990000', '131037.450000', '131037.910000', '131038.370000', '131038.830000', '131039.290000', '131039.750000', '131040.210000', '131040.670000', '131041.130000', '131041.590000', '131042.050000', '131042.510000', '131042.970000', '131043.430000', '131043.890000', '131044.350000', '131044.810000', '131045.270000', '131045.730000', '131046.190000', '131046.650000', '131047.110000', '131047.570000', '131048.030000', '131048.490000', '131048.950000', '131049.410000', '131049.870000', '131050.330000', '131050.790000', '131051.250000', '131051.710000', '131052.170000', '131052.630000', '131053.090000', '131053.550000', '131054.010000', '131054.470000', '131054.930000', '131055.390000', '131055.850000', '131056.310000', '131056.770000', '131057.230000', '131057.690000', '131058.150000', '131058.610000', '131059.070000', '131059.530000', '131059.990000', '131100.450000', '131100.910000', '131101.370000', '131101.830000', '131102.290000', '131102.750000', '131103.210000', '131103.670000', '131104.130000', '131104.590000', '131105.050000', '131105.510000', '131105.970000', '131106.430000', '131106.890000', '131107.350000', '131107.810000', '131108.270000', '131108.730000', '131109.190000', '131109.650000', '131110.110000', '131110.570000', '131111.030000', '131111.490000', '131111.950000', '131112.410000', '131112.870000', '131113.330000', '131113.790000', '131114.250000', '131114.710000', '131115.170000', '131115.630000', '131116.090000', '131116.550000', '131117.010000', '131117.470000', '131117.930000', '131118.390000', '131118.850000', '131119.310000', '131119.770000', '131120.230000', '131120.690000', '131121.150000', '131121.610000', '131122.070000', '131122.530000', '131122.990000', '131123.450000', '131123.910000', '131124.370000', '131124.830000', '131125.290000', '131125.750000', '131126.210000', '131126.670000', '131127.130000', '131127.590000', '131128.050000', '131128.510000', '131128.970000', '131129.430000', '131129.890000', '131130.350000', '131130.810000', '131131.270000', '131131.730000', '131132.190000', '131132.650000', '131133.110000', '131133.570000', '131134.030000', '131134.490000', '131134.950000', '131135.410000', '131135.870000', '131136.330000', '131136.790000', '131137.250000', '131137.710000', '131138.170000', '131138.630000', '131139.090000', '131139.550000', '131140.010000', '131140.470000', '131140.930000', '131141.390000', '131141.850000', '131142.310000', '131142.770000', '131143.230000', '131143.690000', '131144.150000', '131144.610000', '131145.070000', '131145.530000', '131145.990000', '131146.450000', '131146.910000', '131147.370000', '131147.830000', '131148.290000', '131148.750000', '131149.210000', '131149.670000', '131150.130000', '131150.590000', '131151.050000', '131151.510000', '131151.970000', '131152.430000', '131152.890000', '131153.350000', '131153.810000', '131154.270000', '131154.730000', '131155.190000', '131155.650000', '131156.110000', '131156.570000', '131157.030000', '131157.490000', '131157.950000', '131158.410000', '131158.870000', '131159.330000', '131159.790000', '131200.250000', '131200.710000', '131201.170000', '131201.630000', '131202.090000', '131202.550000', '131203.010000', '131203.470000', '131203.930000', '131204.390000', '131204.850000', '131205.310000', '131205.770000', '131206.230000', '131206.690000', '131207.150000', '131207.610000', '131208.070000', '131208.530000', '131208.990000', '131209.450000', '131209.910000', '131210.370000', '131210.830000', '131211.290000', '131211.750000', '131212.210000', '131212.670000', '131213.130000', '131213.590000', '131214.050000', '131214.510000', '131214.970000', '131215.430000', '131215.890000', '131216.350000', '131216.810000', '131217.270000', '131217.730000', '131218.190000', '131218.650000', '131219.110000', '131219.570000', '131220.030000', '131220.490000', '131220.950000', '131221.410000', '131221.870000', '131222.330000', '131222.790000', '131223.250000', '131223.710000', '131224.170000', '131224.630000', '131225.090000', '131225.550000', '131226.010000', '131226.470000', '131226.930000', '131227.390000', '131227.850000', '131228.310000', '131228.770000', '131229.230000', '131229.690000', '131230.150000', '131230.610000', '131231.070000', '131231.530000', '131231.990000', '131232.450000', '131232.910000', '131233.370000', '131233.830000', '131234.290000', '131234.750000', '131235.210000', '131235.670000', '131236.130000', '131236.590000', '131237.050000', '131237.510000', '131237.970000', '131238.430000', '131238.890000', '131239.350000', '131239.810000', '131240.270000', '131240.730000', '131241.190000', '131241.650000', '131242.110000', '131242.570000', '131243.030000', '131243.490000', '131243.950000', '131244.410000', '131244.870000', '131245.330000', '131245.790000', '131246.250000', '131246.710000', '131247.170000', '131247.630000', '131248.090000', '131248.550000', '131249.010000', '131249.470000', '131249.930000', '131250.390000', '131250.850000', '131251.310000', '131251.770000', '131252.230000', '131252.690000', '131253.150000', '131253.610000', '131254.070000', '131254.530000', '131254.990000', '131255.450000', '131255.910000', '131256.370000', '131256.830000', '131257.290000', '131257.750000', '131258.210000', '131258.670000', '131259.130000', '131259.590000', '131300.050000', '131300.510000', '131300.970000', '131301.430000', '131301.890000', '131302.350000', '131302.810000', '131303.270000', '131303.730000', '131304.190000', '131304.650000', '131305.110000', '131305.570000', '131306.030000', '131306.490000', '131306.950000', '131307.410000', '131307.870000', '131308.330000', '131308.790000', '131309.250000', '131309.710000', '131310.170000', '131310.630000', '131311.090000', '131311.550000', '131312.010000', '131312.470000', '131312.930000', '131313.390000', '131313.850000', '131314.310000', '131314.770000', '131315.230000', '131315.690000', '131316.150000', '131316.610000', '131317.070000', '131317.530000', '131317.990000', '131318.450000', '131318.910000', '131319.370000', '131319.830000', '131320.290000', '131320.750000', '131321.210000', '131321.670000', '131322.130000', '131322.590000', '131323.050000', '131323.510000', '131323.970000', '131324.430000', '131324.890000', '131325.350000', '131325.810000', '131326.270000', '131326.730000', '131327.190000', '131327.650000', '131328.110000', '131328.570000', '131329.030000', '131329.490000', '131329.950000', '131330.410000', '131330.870000', '131331.330000', '131331.790000', '131332.250000', '131332.710000', '131333.170000', '131333.630000', '131334.090000', '131334.550000', '131335.010000', '131335.470000', '131335.930000', '131336.390000', '131336.850000', '131337.310000', '131337.770000', '131338.230000', '131338.690000', '131339.150000', '131339.610000', '131340.070000', '131340.530000', '131340.990000', '131341.450000', '131341.910000', '131342.370000', '131342.830000', '131343.290000', '131343.750000', '131344.210000', '131344.670000', '131345.130000', '131345.590000', '131346.050000', '131346.510000', '131346.970000', '131347.430000', '131347.890000', '131348.350000', '131348.810000', '131349.270000', '131349.730000', '131350.190000', '131350.650000', '131351.110000', '131351.570000', '131352.030000', '131352.490000', '131352.950000', '131353.410000', '131353.870000', '131354.330000', '131354.790000', '131355.250000', '131355.710000', '131356.170000', '131356.630000', '131357.090000', '131357.550000', '131358.010000', '131358.470000', '131358.930000', '131359.390000', '131359.850000', '131400.310000', '131400.770000', '131401.230000', '131401.690000', '131402.150000', '131402.610000', '131403.070000', '131403.530000', '131403.990000', '131404.450000', '131404.910000', '131405.370000', '131405.830000', '131406.290000', '131406.750000', '131407.210000', '131407.670000', '131408.130000', '131408.590000', '131409.050000', '131409.510000', '131409.970000', '131410.430000', '131410.890000', '131411.350000', '131411.810000', '131412.270000', '131412.730000', '131413.190000', '131413.650000', '131414.110000', '131414.570000', '131415.030000', '131415.490000', '131415.950000', '131416.410000', '131416.870000', '131417.330000', '131417.790000', '131418.250000', '131418.710000', '131419.170000', '131419.630000', '131420.090000', '131420.550000', '131421.010000', '131421.470000', '131421.930000', '131422.390000', '131422.850000', '131423.310000', '131423.770000', '131424.230000', '131424.690000', '131425.150000', '131425.610000', '131426.070000', '131426.530000', '131426.990000', '131427.450000', '131427.910000', '131428.370000', '131428.830000', '131429.290000', '131429.750000', '131430.210000', '131430.670000', '131431.130000', '131431.590000', '131432.050000', '131432.510000', '131432.970000', '131433.430000', '131433.890000', '131434.350000', '131434.810000', '131435.270000', '131435.730000', '131436.190000', '131436.650000', '131437.110000', '131437.570000', '131438.030000', '131438.490000', '131438.950000', '131439.410000', '131439.870000', '131440.330000', '131440.790000', '131441.250000', '131441.710000', '131442.170000', '131442.630000', '131443.090000', '131443.550000', '131444.010000', '131444.470000', '131444.930000', '131445.390000', '131445.850000', '131446.310000', '131446.770000', '131447.230000', '131447.690000', '131448.150000', '131448.610000', '131449.070000', '131449.530000', '131449.990000', '131450.450000', '131450.910000', '131451.370000', '131451.830000', '131452.290000', '131452.750000', '131453.210000', '131453.670000', '131454.130000', '131454.590000', '131455.050000', '131455.510000', '131455.970000', '131456.430000', '131456.890000', '131457.350000', '131457.810000', '131458.270000', '131458.730000', '131459.190000', '131459.650000', '131500.110000', '131500.570000', '131501.030000', '131501.490000', '131501.950000', '131502.410000', '131502.870000', '131503.330000', '131503.790000', '131504.250000', '131504.710000', '131505.170000', '131505.630000', '131506.090000', '131506.550000', '131507.010000', '131507.470000', '131507.930000', '131508.390000', '131508.850000', '131509.310000', '131509.770000', '131510.230000', '131510.690000', '131511.150000', '131511.610000', '131512.070000', '131512.530000', '131512.990000', '131513.450000', '131513.910000', '131514.370000', '131514.830000', '131515.290000', '131515.750000', '131516.210000', '131516.670000', '131517.130000', '131517.590000', '131518.050000', '131518.510000', '131518.970000', '131519.430000', '131519.890000', '131520.350000', '131520.810000', '131521.270000', '131521.730000', '131522.190000', '131522.650000', '131523.110000', '131523.570000', '131524.030000', '131524.490000', '131524.950000', '131525.410000', '131525.870000', '131526.330000', '131526.790000', '131527.250000', '131527.710000', '131528.170000', '131528.630000', '131529.090000', '131529.550000', '131530.010000', '131530.470000', '131530.930000', '131531.390000', '131531.850000', '131532.310000', '131532.770000', '131533.230000', '131533.690000', '131534.150000', '131534.610000', '131535.070000', '131535.530000', '131535.990000', '131536.450000', '131536.910000', '131537.370000', '131537.830000', '131538.290000', '131538.750000', '131539.210000', '131539.670000', '131540.130000', '131540.590000', '131541.050000', '131541.510000', '131541.970000', '131542.430000', '131542.890000', '131543.350000', '131543.810000', '131544.270000', '131544.730000', '131545.190000', '131545.650000', '131546.110000'], 'ContentTime': ['130923.458000', '130923.461000', '130923.464000', '130923.467000', '130923.470000', '130923.473000', '130923.476000', '130923.484000', '130923.487000', '130923.490000', '130923.493000', '130923.496000', '130923.499000', '130923.503000', '130923.506000', '130923.508000', '130923.511000', '130923.514000', '130923.517000', '130923.520000', '130923.523000', '130923.526000', '130923.529000', '130923.532000', '130923.535000', '130923.538000', '130923.541000', '130923.543000', '130923.546000', '130923.549000', '130923.552000', '130923.555000', '130923.558000', '130923.568000', '130923.571000', '130923.574000', '130923.577000', '130943.419000', '130943.424000', '130943.426000', '130943.429000', '130943.432000', '130943.435000', '130943.438000', '130943.441000', '130943.444000', '130943.446000', '130943.449000', '130943.452000', '130943.455000', '130943.458000', '130943.461000', '130943.463000', '130943.466000', '130943.469000', '130943.485000', '130943.488000', '130943.491000', '130943.494000', '130943.497000', '130943.500000', '130943.525000', '130943.528000', '130943.531000', '130943.534000', '130943.537000', '130943.539000', '130943.542000', '130943.545000', '130943.548000', '130943.551000', '130943.554000', '130943.556000', '130943.559000', '130943.562000', '130943.565000', '130943.568000', '130943.571000', '130943.573000', '130943.576000', '131003.419000', '131003.422000', '131003.425000', '131003.428000', '131003.431000', '131003.433000', '131003.436000', '131003.444000', '131003.446000', '131003.449000', '131003.452000', '131003.455000', '131003.458000', '131003.461000', '131003.464000', '131003.466000', '131003.469000', '131003.472000', '131003.475000', '131003.478000', '131003.481000', '131003.490000', '131003.493000', '131003.496000', '131003.499000', '131003.501000', '131003.504000', '131003.507000', '131003.510000', '131003.513000', '131003.516000', '131003.519000', '131003.521000', '131003.524000', '131003.527000', '131003.530000', '131003.533000', '131003.536000', '131003.539000', '131003.541000', '131003.544000', '131003.547000', '131003.550000', '131003.553000', '131023.419000', '131023.432000', '131023.435000', '131023.438000', '131023.440000', '131023.443000', '131023.446000', '131023.449000', '131023.452000', '131023.455000', '131023.458000', '131023.461000', '131023.463000', '131023.466000', '131023.469000', '131023.472000', '131023.475000', '131023.478000', '131023.481000', '131023.483000', '131023.486000', '131023.489000', '131023.492000', '131023.495000', '131023.498000', '131023.501000', '131023.504000', '131023.507000', '131023.511000', '131023.514000', '131023.517000', '131023.520000', '131023.523000', '131023.525000', '131023.528000', '131023.531000', '131023.534000', '131023.537000', '131023.540000', '131023.542000', '131023.545000', '131023.548000', '131023.551000', '131043.419000', '131043.422000', '131043.425000', '131043.428000', '131043.431000', '131043.433000', '131043.442000', '131043.445000', '131043.448000', '131043.451000', '131043.454000', '131043.456000', '131043.459000', '131043.462000', '131043.465000', '131043.468000', '131043.471000', '131043.474000', '131043.476000', '131043.479000', '131043.482000', '131043.485000', '131043.488000', '131043.491000', '131043.494000', '131043.496000', '131043.499000', '131043.502000', '131043.505000', '131043.508000', '131043.511000', '131043.513000', '131043.516000', '131043.519000', '131043.522000', '131043.525000', '131043.528000', '131043.530000', '131043.533000', '131043.536000', '131043.539000', '131043.542000', '131043.545000', '131043.547000', '131103.419000', '131103.422000', '131103.425000', '131103.428000', '131103.431000', '131103.433000', '131103.436000', '131103.439000', '131103.442000', '131103.445000', '131103.454000', '131103.457000', '131103.460000', '131103.463000', '131103.466000', '131103.469000', '131103.472000', '131103.475000', '131103.478000', '131103.481000', '131103.483000', '131103.486000', '131103.489000', '131103.492000', '131103.495000', '131103.498000', '131103.501000', '131103.503000', '131103.506000', '131103.509000', '131103.512000', '131103.515000', '131103.518000', '131103.521000', '131103.524000', '131103.529000', '131103.532000', '131103.535000', '131103.538000', '131103.541000', '131103.544000', '131103.547000', '131103.549000', '131123.419000', '131123.422000', '131123.425000', '131123.428000', '131123.431000', '131123.433000', '131123.436000', '131123.439000', '131123.442000', '131123.445000', '131123.448000', '131123.451000', '131123.454000', '131123.457000', '131123.470000', '131123.473000', '131123.476000', '131123.479000', '131123.481000', '131123.484000', '131123.487000', '131123.490000', '131123.493000', '131123.496000', '131123.499000', '131123.501000', '131123.504000', '131123.507000', '131123.510000', '131123.513000', '131123.516000', '131123.519000', '131123.522000', '131123.525000', '131123.527000', '131123.530000', '131123.533000', '131123.536000', '131123.539000', '131123.542000', '131123.545000', '131123.547000', '131123.550000', '131123.553000', '131143.419000', '131143.422000', '131143.425000', '131143.428000', '131143.431000', '131143.434000', '131143.436000', '131143.439000', '131143.442000', '131143.445000', '131143.448000', '131143.451000', '131143.454000', '131143.457000', '131143.459000', '131143.462000', '131143.465000', '131143.468000', '131143.471000', '131143.474000', '131143.477000', '131143.479000', '131143.482000', '131143.485000', '131143.488000', '131143.491000', '131143.494000', '131143.497000', '131143.500000', '131143.503000', '131143.505000', '131143.508000', '131143.511000', '131143.514000', '131143.533000', '131143.536000', '131143.538000', '131143.542000', '131143.545000', '131143.547000', '131143.550000', '131143.553000', '131143.556000', '131203.419000', '131203.422000', '131203.425000', '131203.428000', '131203.431000', '131203.434000', '131203.436000', '131203.439000', '131203.442000', '131203.445000', '131203.448000', '131203.457000', '131203.459000', '131203.462000', '131203.465000', '131203.468000', '131203.471000', '131203.474000', '131203.477000', '131203.480000', '131203.482000', '131203.485000', '131203.488000', '131203.491000', '131203.494000', '131203.497000', '131203.500000', '131203.502000', '131203.505000', '131203.508000', '131203.511000', '131203.514000', '131203.517000', '131203.520000', '131203.522000', '131203.525000', '131203.528000', '131203.531000', '131203.534000', '131203.537000', '131203.540000', '131203.543000', '131203.545000', '131203.548000', '131223.419000', '131223.422000', '131223.425000', '131223.428000', '131223.430000', '131223.433000', '131223.436000', '131223.439000', '131223.442000', '131223.445000', '131223.448000', '131223.451000', '131223.454000', '131223.457000', '131223.460000', '131223.462000', '131223.465000', '131223.468000', '131223.471000', '131223.474000', '131223.477000', '131223.480000', '131223.483000', '131223.485000', '131223.488000', '131223.491000', '131223.494000', '131223.498000', '131223.501000', '131223.504000', '131223.507000', '131223.510000', '131223.513000', '131223.515000', '131223.518000', '131223.521000', '131223.524000', '131223.527000', '131223.530000', '131223.533000', '131223.536000', '131223.539000', '131223.541000', '131243.419000', '131243.422000', '131243.425000', '131243.428000', '131243.430000', '131243.433000', '131243.436000', '131243.439000', '131243.442000', '131243.445000', '131243.448000', '131243.451000', '131243.454000', '131243.457000', '131243.459000', '131243.462000', '131243.465000', '131243.468000', '131243.471000', '131243.483000', '131243.486000', '131243.489000', '131243.492000', '131243.494000', '131243.497000', '131243.500000', '131243.503000', '131243.506000', '131243.509000', '131243.512000', '131243.515000', '131243.518000', '131243.521000', '131243.523000', '131243.526000', '131243.529000', '131243.532000', '131243.535000', '131243.538000', '131243.541000', '131243.544000', '131243.547000', '131243.550000', '131243.553000', '131303.419000', '131303.422000', '131303.425000', '131303.428000', '131303.431000', '131303.434000', '131303.436000', '131303.439000', '131303.442000', '131303.445000', '131303.448000', '131303.451000', '131303.454000', '131303.457000', '131303.460000', '131303.462000', '131303.465000', '131303.468000', '131303.471000', '131303.474000', '131303.477000', '131303.480000', '131303.483000', '131303.486000', '131303.488000', '131303.491000', '131303.494000', '131303.497000', '131303.500000', '131303.503000', '131303.506000', '131303.509000', '131303.512000', '131303.514000', '131303.517000', '131303.520000', '131303.523000', '131303.526000', '131303.529000', '131303.532000', '131303.535000', '131303.537000', '131303.540000', '131323.419000', '131323.422000', '131323.425000', '131323.428000', '131323.430000', '131323.433000', '131323.436000', '131323.439000', '131323.442000', '131323.445000', '131323.448000', '131323.451000', '131323.453000', '131323.456000', '131323.459000', '131323.462000', '131323.465000', '131323.468000', '131323.471000', '131323.474000', '131323.477000', '131323.480000', '131323.482000', '131323.485000', '131323.488000', '131323.491000', '131323.494000', '131323.497000', '131323.500000', '131323.503000', '131323.506000', '131323.509000', '131323.511000', '131323.514000', '131323.517000', '131323.520000', '131323.523000', '131323.526000', '131323.529000', '131323.532000', '131323.535000', '131323.537000', '131323.540000', '131323.543000', '131343.419000', '131343.422000', '131343.425000', '131343.428000', '131343.431000', '131343.434000', '131343.436000', '131343.439000', '131343.442000', '131343.445000', '131343.448000', '131343.451000', '131343.454000', '131343.457000', '131343.459000', '131343.462000', '131343.465000', '131343.468000', '131343.471000', '131343.474000', '131343.477000', '131343.480000', '131343.483000', '131343.486000', '131343.488000', '131343.491000', '131343.494000', '131343.497000', '131343.500000', '131343.503000', '131343.506000', '131343.508000', '131343.521000', '131343.524000', '131343.527000', '131343.530000', '131343.533000', '131343.536000', '131343.539000', '131343.542000', '131343.545000', '131343.548000', '131343.551000', '131403.419000', '131403.422000', '131403.425000', '131403.428000', '131403.431000', '131403.434000', '131403.437000', '131403.440000', '131403.443000', '131403.446000', '131403.449000', '131403.452000', '131403.454000', '131403.457000', '131403.460000', '131403.463000', '131403.466000', '131403.469000', '131403.472000', '131403.475000', '131403.477000', '131403.480000', '131403.483000', '131403.486000', '131403.489000', '131403.492000', '131403.495000', '131403.498000', '131403.500000', '131403.503000', '131403.506000', '131403.509000', '131403.512000', '131403.515000', '131403.518000', '131403.521000', '131403.524000', '131403.526000', '131403.529000', '131403.532000', '131403.535000', '131403.538000', '131403.541000', '131403.544000', '131423.419000', '131423.422000', '131423.425000', '131423.428000', '131423.431000', '131423.434000', '131423.437000', '131423.440000', '131423.442000', '131423.445000', '131423.448000', '131423.451000', '131423.454000', '131423.457000', '131423.460000', '131423.463000', '131423.466000', '131423.468000', '131423.471000', '131423.474000', '131423.491000', '131423.494000', '131423.497000', '131423.500000', '131423.503000', '131423.506000', '131423.509000', '131423.511000', '131423.514000', '131423.517000', '131423.520000', '131423.523000', '131423.526000', '131423.529000', '131423.532000', '131423.534000', '131423.537000', '131423.540000', '131423.543000', '131423.546000', '131423.549000', '131423.552000', '131423.555000', '131443.419000', '131443.422000', '131443.425000', '131443.428000', '131443.431000', '131443.434000', '131443.437000', '131443.439000', '131443.442000', '131443.445000', '131443.448000', '131443.451000', '131443.454000', '131443.457000', '131443.459000', '131443.462000', '131443.465000', '131443.478000', '131443.481000', '131443.484000', '131443.487000', '131443.490000', '131443.493000', '131443.496000', '131443.498000', '131443.501000', '131443.504000', '131443.507000', '131443.510000', '131443.513000', '131443.516000', '131443.519000', '131443.521000', '131443.524000', '131443.527000', '131443.530000', '131443.533000', '131443.536000', '131443.539000', '131443.541000', '131443.544000', '131443.547000', '131443.550000', '131503.419000', '131503.431000', '131503.434000', '131503.437000', '131503.440000', '131503.443000', '131503.446000', '131503.449000', '131503.452000', '131503.455000', '131503.458000', '131503.461000', '131503.464000', '131503.467000', '131503.469000', '131503.472000', '131503.475000', '131503.478000', '131503.481000', '131503.484000', '131503.487000', '131503.491000', '131503.494000', '131503.497000', '131503.500000', '131503.503000', '131503.506000', '131503.509000', '131503.511000', '131503.514000', '131503.517000', '131503.520000', '131503.523000', '131503.526000', '131503.529000', '131503.532000', '131503.535000', '131503.538000', '131503.540000', '131503.543000', '131503.546000', '131503.549000', '131503.552000', '131503.555000', '131523.419000', '131523.422000', '131523.426000', '131523.429000', '131523.432000', '131523.435000', '131523.438000', '131523.440000', '131523.443000', '131523.453000', '131523.456000', '131523.459000', '131523.462000', '131523.465000', '131523.468000', '131523.471000', '131523.474000', '131523.477000', '131523.479000', '131523.482000', '131523.485000', '131523.488000', '131523.491000', '131523.494000', '131523.497000', '131523.500000', '131523.502000', '131523.505000', '131523.508000', '131523.511000', '131523.514000', '131523.517000', '131523.520000', '131523.528000', '131523.530000', '131523.533000', '131523.536000', '131523.539000', '131523.542000', '131523.545000', '131523.548000', '131523.551000', '131523.554000', '131543.419000', '131543.422000', '131543.425000', '131543.428000', '131543.431000', '131543.434000', '131543.436000', '131543.439000', '131543.442000', '131543.445000', '131543.448000', '131543.451000', '131543.454000', '131543.457000', '131543.459000', '131543.462000', '131543.465000', '131543.468000', '131543.471000', '131543.474000', '131543.477000', '131543.480000', '131543.482000', '131543.485000', '131543.488000', '131543.491000', '131543.494000', '131543.497000', '131543.500000', '131543.503000', '131543.505000', '131543.508000', '131543.523000', '131543.526000', '131543.528000', '131543.531000', '131543.534000', '131543.537000', '131543.540000', '131543.543000', '131543.546000', '131543.549000', '131543.551000', '131543.554000', '131547.406000', '131547.410000', '131547.412000', '131547.415000', '131547.418000', '131547.430000', '131547.433000', '131547.436000', '131547.439000'], 'InstanceCreationTime': ['130923.458000', '130923.461000', '130923.464000', '130923.467000', '130923.470000', '130923.473000', '130923.476000', '130923.484000', '130923.487000', '130923.490000', '130923.493000', '130923.496000', '130923.499000', '130923.503000', '130923.506000', '130923.508000', '130923.511000', '130923.514000', '130923.517000', '130923.520000', '130923.523000', '130923.526000', '130923.529000', '130923.532000', '130923.535000', '130923.538000', '130923.541000', '130923.543000', '130923.546000', '130923.549000', '130923.552000', '130923.555000', '130923.558000', '130923.568000', '130923.571000', '130923.574000', '130923.577000', '130943.419000', '130943.424000', '130943.426000', '130943.429000', '130943.432000', '130943.435000', '130943.438000', '130943.441000', '130943.444000', '130943.446000', '130943.449000', '130943.452000', '130943.455000', '130943.458000', '130943.461000', '130943.463000', '130943.466000', '130943.469000', '130943.485000', '130943.488000', '130943.491000', '130943.494000', '130943.497000', '130943.500000', '130943.525000', '130943.528000', '130943.531000', '130943.534000', '130943.537000', '130943.539000', '130943.542000', '130943.545000', '130943.548000', '130943.551000', '130943.554000', '130943.556000', '130943.559000', '130943.562000', '130943.565000', '130943.568000', '130943.571000', '130943.573000', '130943.576000', '131003.419000', '131003.422000', '131003.425000', '131003.428000', '131003.431000', '131003.433000', '131003.436000', '131003.444000', '131003.446000', '131003.449000', '131003.452000', '131003.455000', '131003.458000', '131003.461000', '131003.464000', '131003.466000', '131003.469000', '131003.472000', '131003.475000', '131003.478000', '131003.481000', '131003.490000', '131003.493000', '131003.496000', '131003.499000', '131003.501000', '131003.504000', '131003.507000', '131003.510000', '131003.513000', '131003.516000', '131003.519000', '131003.521000', '131003.524000', '131003.527000', '131003.530000', '131003.533000', '131003.536000', '131003.539000', '131003.541000', '131003.544000', '131003.547000', '131003.550000', '131003.553000', '131023.419000', '131023.432000', '131023.435000', '131023.438000', '131023.440000', '131023.443000', '131023.446000', '131023.449000', '131023.452000', '131023.455000', '131023.458000', '131023.461000', '131023.463000', '131023.466000', '131023.469000', '131023.472000', '131023.475000', '131023.478000', '131023.481000', '131023.483000', '131023.486000', '131023.489000', '131023.492000', '131023.495000', '131023.498000', '131023.501000', '131023.504000', '131023.507000', '131023.511000', '131023.514000', '131023.517000', '131023.520000', '131023.523000', '131023.525000', '131023.528000', '131023.531000', '131023.534000', '131023.537000', '131023.540000', '131023.542000', '131023.545000', '131023.548000', '131023.551000', '131043.419000', '131043.422000', '131043.425000', '131043.428000', '131043.431000', '131043.433000', '131043.442000', '131043.445000', '131043.448000', '131043.451000', '131043.454000', '131043.456000', '131043.459000', '131043.462000', '131043.465000', '131043.468000', '131043.471000', '131043.474000', '131043.476000', '131043.479000', '131043.482000', '131043.485000', '131043.488000', '131043.491000', '131043.494000', '131043.496000', '131043.499000', '131043.502000', '131043.505000', '131043.508000', '131043.511000', '131043.513000', '131043.516000', '131043.519000', '131043.522000', '131043.525000', '131043.528000', '131043.530000', '131043.533000', '131043.536000', '131043.539000', '131043.542000', '131043.545000', '131043.547000', '131103.419000', '131103.422000', '131103.425000', '131103.428000', '131103.431000', '131103.433000', '131103.436000', '131103.439000', '131103.442000', '131103.445000', '131103.454000', '131103.457000', '131103.460000', '131103.463000', '131103.466000', '131103.469000', '131103.472000', '131103.475000', '131103.478000', '131103.481000', '131103.483000', '131103.486000', '131103.489000', '131103.492000', '131103.495000', '131103.498000', '131103.501000', '131103.503000', '131103.506000', '131103.509000', '131103.512000', '131103.515000', '131103.518000', '131103.521000', '131103.524000', '131103.529000', '131103.532000', '131103.535000', '131103.538000', '131103.541000', '131103.544000', '131103.547000', '131103.549000', '131123.419000', '131123.422000', '131123.425000', '131123.428000', '131123.431000', '131123.433000', '131123.436000', '131123.439000', '131123.442000', '131123.445000', '131123.448000', '131123.451000', '131123.454000', '131123.457000', '131123.470000', '131123.473000', '131123.476000', '131123.479000', '131123.481000', '131123.484000', '131123.487000', '131123.490000', '131123.493000', '131123.496000', '131123.499000', '131123.501000', '131123.504000', '131123.507000', '131123.510000', '131123.513000', '131123.516000', '131123.519000', '131123.522000', '131123.525000', '131123.527000', '131123.530000', '131123.533000', '131123.536000', '131123.539000', '131123.542000', '131123.545000', '131123.547000', '131123.550000', '131123.553000', '131143.419000', '131143.422000', '131143.425000', '131143.428000', '131143.431000', '131143.434000', '131143.436000', '131143.439000', '131143.442000', '131143.445000', '131143.448000', '131143.451000', '131143.454000', '131143.457000', '131143.459000', '131143.462000', '131143.465000', '131143.468000', '131143.471000', '131143.474000', '131143.477000', '131143.479000', '131143.482000', '131143.485000', '131143.488000', '131143.491000', '131143.494000', '131143.497000', '131143.500000', '131143.503000', '131143.505000', '131143.508000', '131143.511000', '131143.514000', '131143.533000', '131143.536000', '131143.538000', '131143.542000', '131143.545000', '131143.547000', '131143.550000', '131143.553000', '131143.556000', '131203.419000', '131203.422000', '131203.425000', '131203.428000', '131203.431000', '131203.434000', '131203.436000', '131203.439000', '131203.442000', '131203.445000', '131203.448000', '131203.457000', '131203.459000', '131203.462000', '131203.465000', '131203.468000', '131203.471000', '131203.474000', '131203.477000', '131203.480000', '131203.482000', '131203.485000', '131203.488000', '131203.491000', '131203.494000', '131203.497000', '131203.500000', '131203.502000', '131203.505000', '131203.508000', '131203.511000', '131203.514000', '131203.517000', '131203.520000', '131203.522000', '131203.525000', '131203.528000', '131203.531000', '131203.534000', '131203.537000', '131203.540000', '131203.543000', '131203.545000', '131203.548000', '131223.419000', '131223.422000', '131223.425000', '131223.428000', '131223.430000', '131223.433000', '131223.436000', '131223.439000', '131223.442000', '131223.445000', '131223.448000', '131223.451000', '131223.454000', '131223.457000', '131223.460000', '131223.462000', '131223.465000', '131223.468000', '131223.471000', '131223.474000', '131223.477000', '131223.480000', '131223.483000', '131223.485000', '131223.488000', '131223.491000', '131223.494000', '131223.498000', '131223.501000', '131223.504000', '131223.507000', '131223.510000', '131223.513000', '131223.515000', '131223.518000', '131223.521000', '131223.524000', '131223.527000', '131223.530000', '131223.533000', '131223.536000', '131223.539000', '131223.541000', '131243.419000', '131243.422000', '131243.425000', '131243.428000', '131243.430000', '131243.433000', '131243.436000', '131243.439000', '131243.442000', '131243.445000', '131243.448000', '131243.451000', '131243.454000', '131243.457000', '131243.459000', '131243.462000', '131243.465000', '131243.468000', '131243.471000', '131243.483000', '131243.486000', '131243.489000', '131243.492000', '131243.494000', '131243.497000', '131243.500000', '131243.503000', '131243.506000', '131243.509000', '131243.512000', '131243.515000', '131243.518000', '131243.521000', '131243.523000', '131243.526000', '131243.529000', '131243.532000', '131243.535000', '131243.538000', '131243.541000', '131243.544000', '131243.547000', '131243.550000', '131243.553000', '131303.419000', '131303.422000', '131303.425000', '131303.428000', '131303.431000', '131303.434000', '131303.436000', '131303.439000', '131303.442000', '131303.445000', '131303.448000', '131303.451000', '131303.454000', '131303.457000', '131303.460000', '131303.462000', '131303.465000', '131303.468000', '131303.471000', '131303.474000', '131303.477000', '131303.480000', '131303.483000', '131303.486000', '131303.488000', '131303.491000', '131303.494000', '131303.497000', '131303.500000', '131303.503000', '131303.506000', '131303.509000', '131303.512000', '131303.514000', '131303.517000', '131303.520000', '131303.523000', '131303.526000', '131303.529000', '131303.532000', '131303.535000', '131303.537000', '131303.540000', '131323.419000', '131323.422000', '131323.425000', '131323.428000', '131323.430000', '131323.433000', '131323.436000', '131323.439000', '131323.442000', '131323.445000', '131323.448000', '131323.451000', '131323.453000', '131323.456000', '131323.459000', '131323.462000', '131323.465000', '131323.468000', '131323.471000', '131323.474000', '131323.477000', '131323.480000', '131323.482000', '131323.485000', '131323.488000', '131323.491000', '131323.494000', '131323.497000', '131323.500000', '131323.503000', '131323.506000', '131323.509000', '131323.511000', '131323.514000', '131323.517000', '131323.520000', '131323.523000', '131323.526000', '131323.529000', '131323.532000', '131323.535000', '131323.537000', '131323.540000', '131323.543000', '131343.419000', '131343.422000', '131343.425000', '131343.428000', '131343.431000', '131343.434000', '131343.436000', '131343.439000', '131343.442000', '131343.445000', '131343.448000', '131343.451000', '131343.454000', '131343.457000', '131343.459000', '131343.462000', '131343.465000', '131343.468000', '131343.471000', '131343.474000', '131343.477000', '131343.480000', '131343.483000', '131343.486000', '131343.488000', '131343.491000', '131343.494000', '131343.497000', '131343.500000', '131343.503000', '131343.506000', '131343.508000', '131343.521000', '131343.524000', '131343.527000', '131343.530000', '131343.533000', '131343.536000', '131343.539000', '131343.542000', '131343.545000', '131343.548000', '131343.551000', '131403.419000', '131403.422000', '131403.425000', '131403.428000', '131403.431000', '131403.434000', '131403.437000', '131403.440000', '131403.443000', '131403.446000', '131403.449000', '131403.452000', '131403.454000', '131403.457000', '131403.460000', '131403.463000', '131403.466000', '131403.469000', '131403.472000', '131403.475000', '131403.477000', '131403.480000', '131403.483000', '131403.486000', '131403.489000', '131403.492000', '131403.495000', '131403.498000', '131403.500000', '131403.503000', '131403.506000', '131403.509000', '131403.512000', '131403.515000', '131403.518000', '131403.521000', '131403.524000', '131403.526000', '131403.529000', '131403.532000', '131403.535000', '131403.538000', '131403.541000', '131403.544000', '131423.419000', '131423.422000', '131423.425000', '131423.428000', '131423.431000', '131423.434000', '131423.437000', '131423.440000', '131423.442000', '131423.445000', '131423.448000', '131423.451000', '131423.454000', '131423.457000', '131423.460000', '131423.463000', '131423.466000', '131423.468000', '131423.471000', '131423.474000', '131423.491000', '131423.494000', '131423.497000', '131423.500000', '131423.503000', '131423.506000', '131423.509000', '131423.511000', '131423.514000', '131423.517000', '131423.520000', '131423.523000', '131423.526000', '131423.529000', '131423.532000', '131423.534000', '131423.537000', '131423.540000', '131423.543000', '131423.546000', '131423.549000', '131423.552000', '131423.555000', '131443.419000', '131443.422000', '131443.425000', '131443.428000', '131443.431000', '131443.434000', '131443.437000', '131443.439000', '131443.442000', '131443.445000', '131443.448000', '131443.451000', '131443.454000', '131443.457000', '131443.459000', '131443.462000', '131443.465000', '131443.478000', '131443.481000', '131443.484000', '131443.487000', '131443.490000', '131443.493000', '131443.496000', '131443.498000', '131443.501000', '131443.504000', '131443.507000', '131443.510000', '131443.513000', '131443.516000', '131443.519000', '131443.521000', '131443.524000', '131443.527000', '131443.530000', '131443.533000', '131443.536000', '131443.539000', '131443.541000', '131443.544000', '131443.547000', '131443.550000', '131503.419000', '131503.431000', '131503.434000', '131503.437000', '131503.440000', '131503.443000', '131503.446000', '131503.449000', '131503.452000', '131503.455000', '131503.458000', '131503.461000', '131503.464000', '131503.467000', '131503.469000', '131503.472000', '131503.475000', '131503.478000', '131503.481000', '131503.484000', '131503.487000', '131503.491000', '131503.494000', '131503.497000', '131503.500000', '131503.503000', '131503.506000', '131503.509000', '131503.511000', '131503.514000', '131503.517000', '131503.520000', '131503.523000', '131503.526000', '131503.529000', '131503.532000', '131503.535000', '131503.538000', '131503.540000', '131503.543000', '131503.546000', '131503.549000', '131503.552000', '131503.555000', '131523.419000', '131523.422000', '131523.426000', '131523.429000', '131523.432000', '131523.435000', '131523.438000', '131523.440000', '131523.443000', '131523.453000', '131523.456000', '131523.459000', '131523.462000', '131523.465000', '131523.468000', '131523.471000', '131523.474000', '131523.477000', '131523.479000', '131523.482000', '131523.485000', '131523.488000', '131523.491000', '131523.494000', '131523.497000', '131523.500000', '131523.502000', '131523.505000', '131523.508000', '131523.511000', '131523.514000', '131523.517000', '131523.520000', '131523.528000', '131523.530000', '131523.533000', '131523.536000', '131523.539000', '131523.542000', '131523.545000', '131523.548000', '131523.551000', '131523.554000', '131543.419000', '131543.422000', '131543.425000', '131543.428000', '131543.431000', '131543.434000', '131543.436000', '131543.439000', '131543.442000', '131543.445000', '131543.448000', '131543.451000', '131543.454000', '131543.457000', '131543.459000', '131543.462000', '131543.465000', '131543.468000', '131543.471000', '131543.474000', '131543.477000', '131543.480000', '131543.482000', '131543.485000', '131543.488000', '131543.491000', '131543.494000', '131543.497000', '131543.500000', '131543.503000', '131543.505000', '131543.508000', '131543.523000', '131543.526000', '131543.528000', '131543.531000', '131543.534000', '131543.537000', '131543.540000', '131543.543000', '131543.546000', '131543.549000', '131543.551000', '131543.554000', '131547.406000', '131547.410000', '131547.412000', '131547.415000', '131547.418000', '131547.430000', '131547.433000', '131547.436000', '131547.439000'], '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': [8504, 8344, 7935, 7803, 8040, 7745, 8267, 7905, 8966, 8111, 8982, 8591, 9125, 9028, 9120, 10041, 9035, 8238, 9090, 8146, 8210, 8438, 7910, 8495, 7701, 8730, 7935, 7992, 8031, 7930, 8551, 8188, 9008, 8245, 8046, 8360, 8281, 8388, 7908, 8469, 7953, 8283, 7846, 8063, 8148, 8403, 8351, 8448, 9369, 9007, 8717, 8114, 8708, 7960, 8747, 8380, 8467, 8565, 9645, 8712, 8730, 8817, 8625, 8832, 8785, 8485, 8590, 8549, 10065, 8624, 8559, 8577, 8879, 8534, 8631, 7746, 7845, 7703, 8526, 8024, 8303, 8119, 9478, 8217, 8670, 8299, 8769, 9199, 8280, 9786, 8161, 9075, 8318, 8459, 8343, 8781, 8374, 9769, 8531, 8726, 8403, 8366, 8373, 8105, 7793, 8377, 7892, 7768, 7822, 7765, 8342, 9248, 8515, 9541, 8568, 9325, 8225, 8356, 8058, 8470, 8000, 8318, 8282, 9016, 8080, 8720, 8222, 8370, 7890, 7801, 8099, 7507, 8543, 7605, 8572, 8465, 8398, 9474, 7829, 7491, 7761, 7356, 9493, 7480, 9555, 7466, 8465, 7521, 8468, 8038, 8649, 7702, 8307, 7334, 9257, 7386, 9321, 7584, 9143, 7565, 8205, 8716, 8392, 9940, 8719, 9848, 8227, 8220, 7877, 7486, 8530, 7361, 8895, 7778, 8427, 7804, 8377, 7834, 7968, 7920, 7928, 8226, 8062, 8370, 8204, 8817, 8314, 8627, 8389, 8249, 8334, 7880, 7638, 7992, 7817, 8169, 8165, 8190, 8295, 8133, 8110, 10074, 7999, 8372, 8465, 7664, 8543, 8575, 8241, 8040, 8274, 8231, 8820, 8473, 9464, 8089, 8458, 8023, 9519, 8251, 8242, 8026, 8370, 8030, 8428, 9992, 7869, 9093, 7671, 8686, 7652, 8713, 7511, 8222, 7500, 8928, 7498, 8185, 8449, 8396, 9021, 7808, 8936, 7676, 8406, 7654, 8621, 7676, 8497, 8021, 8678, 8182, 8547, 8098, 8850, 7975, 9205, 7171, 9028, 7087, 9047, 7535, 8762, 7839, 8099, 7849, 10398, 8438, 8785, 8039, 8699, 9220, 8719, 8360, 8930, 8596, 8948, 8550, 8819, 9966, 8816, 10286, 8849, 9484, 8766, 9137, 8583, 10304, 8042, 10729, 8078, 8857, 7927, 8599, 9074, 8538, 9522, 8455, 8829, 8330, 8939, 7564, 9016, 7463, 8766, 6996, 8420, 7135, 8536, 7451, 8797, 7841, 8576, 8035, 8602, 8120, 8826, 8311, 8351, 8264, 9786, 7689, 10239, 7336, 8990, 7282, 8206, 7382, 8227, 7513, 8639, 7982, 8620, 8130, 9133, 8288, 9405, 7695, 8925, 7420, 8680, 7776, 8905, 8181, 8863, 8333, 9552, 7791, 9315, 7200, 8799, 7408, 8957, 7542, 8572, 7649, 8478, 7987, 9738, 9216, 9434, 9531, 8766, 8971, 8106, 8305, 7860, 8478, 8015, 8230, 7658, 8353, 8937, 8360, 8600, 8429, 8726, 7899, 8315, 7196, 7772, 7455, 8599, 7482, 7761, 7493, 8996, 7456, 7605, 8028, 8488, 8658, 8475, 9159, 8244, 8222, 7617, 8028, 8092, 7932, 8016, 7638, 8156, 7819, 8210, 7481, 7621, 7488, 7361, 7636, 7360, 7951, 7380, 7783, 7858, 7850, 7993, 9684, 7287, 8621, 7193, 7947, 7225, 8135, 7420, 10922, 7534, 8882, 8197, 8315, 9679, 8208, 10211, 7841, 8819, 7586, 9247, 7561, 9051, 7799, 8919, 7942, 8568, 8043, 8327, 7508, 8744, 7357, 8706, 7848, 8745, 8081, 8320, 7727, 8490, 7897, 8983, 7296, 9118, 7586, 9131, 7889, 8564, 7787, 8569, 7720, 8924, 7572, 8255, 7475, 8590, 7494, 8361, 7546, 10185, 8207, 8870, 8377, 8552, 8457, 8692, 7691, 8632, 8550, 8559, 8147, 8280, 8214, 8360, 8181, 8431, 7975, 8738, 7527, 8854, 7637, 8803, 7740, 9253, 7768, 9973, 7864, 7737, 7869, 8283, 7756, 7711, 8150, 7527, 8278, 7300, 8084, 8139, 8554, 8196, 9785, 8356, 8701, 7903, 8857, 7756, 8670, 7674, 9008, 7831, 8868, 7968, 8958, 8122, 8729, 8030, 8892, 7552, 9103, 7605, 8971, 7795, 8761, 8028, 8776, 7969, 9135, 7646, 8772, 7536, 8666, 7722, 9057, 7596, 8792, 7648, 9980, 7681, 7433, 7618, 7163, 7675, 8745, 7882, 7995, 8040, 8152, 8002, 9449, 8111, 8194, 8301, 7834, 8058, 7826, 8390, 7635, 8480, 7809, 8539, 8233, 8894, 8163, 8729, 8977, 7302, 8333, 7921, 8390, 7847, 10161, 8017, 10465, 8170, 9773, 9076, 8434, 9349, 8291, 7640, 9866, 7773, 7753, 7980, 8352, 8293, 7923, 7859, 9126, 7627, 9240, 7409, 7845, 7678, 8019, 8408, 8313, 8734, 8563, 9474, 8297, 8776, 7826, 8275, 9067, 8576, 8443, 8404, 8496, 8517, 8074, 8568, 8777, 7455, 8319, 7739, 8808, 7936, 10316, 8058, 9856, 8023, 7632, 7629, 8414, 7255, 8143, 7754, 11152, 9323, 8193, 8166, 10387, 8578, 10419, 8906, 9263, 8965, 9366, 8989, 9190, 9835, 9199, 9597, 9052, 8477, 9262, 8348, 8323, 8477, 9146, 8543, 9909, 8632, 9461, 8548, 8318, 8535, 7867, 8685, 7689, 8739, 8111, 8487, 7227, 7300, 7315, 9069, 7592, 9009, 7485, 8841, 7602, 8877, 7785, 8973, 7769, 9067, 7744, 9052, 7706, 8423, 7723, 8803, 7623, 8842, 8405, 7775, 8017, 7378, 8402, 7480, 8451, 7315, 8471, 7681, 8715, 7795, 9299, 7656, 8369, 9049, 7262, 8313, 7537, 9226, 7854, 8364, 7879, 9664, 8024, 8245, 9439, 7689, 8601, 7457, 9249, 7658, 8472, 7797, 7864, 10644, 7828, 8307, 7276, 8723, 7784, 9212, 7960, 8714, 7936, 8295, 7988, 8353, 7865, 8394, 7923, 8009, 8584, 7479, 8550, 7694, 8441, 8523, 7248, 7482, 7394, 8702, 7235, 8692, 7429, 8387, 9058, 7572, 7635, 7217, 8582, 7515, 7757, 8148, 7361, 8369, 8863, 7304, 8373, 7765, 9314, 7823, 10261, 7848, 9952, 8766, 7528, 8947, 7757, 8491, 7601, 8662, 7712, 7544, 7929, 7852, 7865, 7529, 8324, 7649, 8679, 7686, 8225, 7780, 7376, 8111, 7170, 8659, 7209, 8350, 7439, 8526, 7405, 8302, 8291, 7560, 8255, 7357, 8191, 7288, 8468, 7583, 8151, 7713, 7629, 8461, 7396, 8765, 7575, 8430, 7538, 8323, 7600, 8298, 7907, 8404, 8030, 7836, 8571, 7543, 8423, 7322, 8112, 7648, 8024, 7529, 8326, 7730, 8616, 8033, 8020, 8463, 8435, 8247, 9272, 7901, 8841, 7847, 8563, 7899, 8366, 7880, 8514, 8007, 8440, 8205, 7748, 8280, 7442, 8105, 7667], 'WindowCenter': [3947.0, 3930.0, 3915.0, 3889.0, 3889.0, 3874.0, 3886.0, 3885.0, 3896.0, 3873.0, 3882.0, 3871.0, 3882.0, 3869.0, 3879.0, 3880.0, 3883.0, 3883.0, 3880.0, 3859.0, 3869.0, 3881.0, 3869.0, 3870.0, 3858.0, 3868.0, 3870.0, 3883.0, 3873.0, 3869.0, 3868.0, 3871.0, 3867.0, 3869.0, 3859.0, 3870.0, 3870.0, 3871.0, 3868.0, 3869.0, 3870.0, 3885.0, 3882.0, 3873.0, 3860.0, 3872.0, 3868.0, 3883.0, 3894.0, 3895.0, 3881.0, 3884.0, 3893.0, 3885.0, 3881.0, 3882.0, 3881.0, 3882.0, 3890.0, 3880.0, 3868.0, 3881.0, 3869.0, 3880.0, 3880.0, 3881.0, 3868.0, 3867.0, 3890.0, 3868.0, 3869.0, 3867.0, 3867.0, 3866.0, 3883.0, 3872.0, 3870.0, 3860.0, 3866.0, 3869.0, 3868.0, 3867.0, 3892.0, 3881.0, 3882.0, 3870.0, 3882.0, 3893.0, 3884.0, 3906.0, 3883.0, 3879.0, 3871.0, 3867.0, 3870.0, 3867.0, 3872.0, 3890.0, 3882.0, 3869.0, 3871.0, 3869.0, 3879.0, 3884.0, 3874.0, 3871.0, 3871.0, 3856.0, 3857.0, 3856.0, 3872.0, 3880.0, 3882.0, 3876.0, 3881.0, 3878.0, 3871.0, 3881.0, 3871.0, 3870.0, 3872.0, 3882.0, 3869.0, 3879.0, 3870.0, 3881.0, 3881.0, 3882.0, 3884.0, 3873.0, 3872.0, 3859.0, 3882.0, 3871.0, 3883.0, 3870.0, 3870.0, 3892.0, 3874.0, 3859.0, 3861.0, 3858.0, 3879.0, 3849.0, 3894.0, 3848.0, 3858.0, 3847.0, 3855.0, 3856.0, 3867.0, 3858.0, 3883.0, 3859.0, 3879.0, 3846.0, 3866.0, 3844.0, 3868.0, 3845.0, 3868.0, 3856.0, 3857.0, 3876.0, 3869.0, 3875.0, 3869.0, 3881.0, 3868.0, 3857.0, 3868.0, 3858.0, 3880.0, 3870.0, 3882.0, 3868.0, 3870.0, 3869.0, 3883.0, 3870.0, 3869.0, 3867.0, 3867.0, 3864.0, 3879.0, 3868.0, 3872.0, 3867.0, 3869.0, 3868.0, 3870.0, 3871.0, 3872.0, 3869.0, 3858.0, 3869.0, 3880.0, 3869.0, 3870.0, 3870.0, 3871.0, 3904.0, 3871.0, 3883.0, 3881.0, 3873.0, 3878.0, 3878.0, 3869.0, 3884.0, 3879.0, 3882.0, 3877.0, 3882.0, 3891.0, 3883.0, 3882.0, 3868.0, 3879.0, 3881.0, 3868.0, 3855.0, 3867.0, 3857.0, 3868.0, 3892.0, 3872.0, 3882.0, 3858.0, 3867.0, 3845.0, 3855.0, 3845.0, 3856.0, 3856.0, 3875.0, 3860.0, 3870.0, 3869.0, 3883.0, 3880.0, 3872.0, 3892.0, 3869.0, 3866.0, 3857.0, 3866.0, 3869.0, 3867.0, 3871.0, 3867.0, 3870.0, 3867.0, 3859.0, 3866.0, 3854.0, 3881.0, 3859.0, 3879.0, 3858.0, 3879.0, 3857.0, 3870.0, 3860.0, 3872.0, 3868.0, 3891.0, 3865.0, 3867.0, 3844.0, 3867.0, 3867.0, 3868.0, 3867.0, 3879.0, 3868.0, 3878.0, 3866.0, 3866.0, 3866.0, 3853.0, 3862.0, 3841.0, 3863.0, 3853.0, 3851.0, 3853.0, 3863.0, 3841.0, 3860.0, 3825.0, 3827.0, 3815.0, 3826.0, 3824.0, 3825.0, 3837.0, 3826.0, 3838.0, 3840.0, 3852.0, 3857.0, 3867.0, 3843.0, 3853.0, 3832.0, 3851.0, 3833.0, 3864.0, 3856.0, 3864.0, 3868.0, 3866.0, 3870.0, 3869.0, 3870.0, 3879.0, 3867.0, 3868.0, 3868.0, 3887.0, 3871.0, 3888.0, 3860.0, 3877.0, 3847.0, 3853.0, 3844.0, 3866.0, 3857.0, 3884.0, 3881.0, 3878.0, 3873.0, 3882.0, 3882.0, 3895.0, 3882.0, 3895.0, 3874.0, 3878.0, 3861.0, 3892.0, 3884.0, 3878.0, 3884.0, 3891.0, 3873.0, 3905.0, 3875.0, 3891.0, 3859.0, 3881.0, 3869.0, 3878.0, 3869.0, 3880.0, 3883.0, 3905.0, 3897.0, 3882.0, 3881.0, 3882.0, 3895.0, 3873.0, 3882.0, 3858.0, 3867.0, 3871.0, 3869.0, 3857.0, 3870.0, 3869.0, 3868.0, 3870.0, 3870.0, 3869.0, 3872.0, 3884.0, 3871.0, 3872.0, 3869.0, 3877.0, 3859.0, 3861.0, 3859.0, 3879.0, 3856.0, 3873.0, 3871.0, 3883.0, 3866.0, 3870.0, 3877.0, 3869.0, 3884.0, 3874.0, 3873.0, 3872.0, 3870.0, 3884.0, 3872.0, 3882.0, 3871.0, 3880.0, 3875.0, 3885.0, 3875.0, 3872.0, 3870.0, 3860.0, 3870.0, 3857.0, 3872.0, 3869.0, 3870.0, 3882.0, 3903.0, 3873.0, 3881.0, 3858.0, 3867.0, 3859.0, 3869.0, 3859.0, 3902.0, 3861.0, 3881.0, 3869.0, 3870.0, 3877.0, 3869.0, 3891.0, 3870.0, 3880.0, 3855.0, 3865.0, 3844.0, 3863.0, 3856.0, 3868.0, 3859.0, 3882.0, 3868.0, 3867.0, 3859.0, 3881.0, 3858.0, 3869.0, 3871.0, 3878.0, 3868.0, 3869.0, 3857.0, 3868.0, 3868.0, 3881.0, 3873.0, 3881.0, 3857.0, 3894.0, 3870.0, 3882.0, 3860.0, 3880.0, 3870.0, 3881.0, 3884.0, 3895.0, 3870.0, 3884.0, 3859.0, 3866.0, 3857.0, 3890.0, 3868.0, 3868.0, 3868.0, 3868.0, 3868.0, 3880.0, 3874.0, 3880.0, 3883.0, 3878.0, 3880.0, 3869.0, 3867.0, 3869.0, 3867.0, 3869.0, 3869.0, 3894.0, 3870.0, 3880.0, 3859.0, 3863.0, 3843.0, 3866.0, 3844.0, 3878.0, 3856.0, 3858.0, 3858.0, 3868.0, 3860.0, 3869.0, 3867.0, 3858.0, 3865.0, 3858.0, 3857.0, 3868.0, 3869.0, 3870.0, 3879.0, 3867.0, 3869.0, 3873.0, 3893.0, 3873.0, 3882.0, 3868.0, 3881.0, 3869.0, 3879.0, 3886.0, 3880.0, 3872.0, 3882.0, 3883.0, 3897.0, 3882.0, 3883.0, 3872.0, 3881.0, 3869.0, 3878.0, 3883.0, 3881.0, 3873.0, 3891.0, 3872.0, 3883.0, 3872.0, 3868.0, 3858.0, 3869.0, 3858.0, 3868.0, 3844.0, 3879.0, 3847.0, 3848.0, 3854.0, 3851.0, 3858.0, 3870.0, 3869.0, 3872.0, 3879.0, 3870.0, 3870.0, 3889.0, 3870.0, 3883.0, 3895.0, 3874.0, 3873.0, 3861.0, 3864.0, 3856.0, 3864.0, 3857.0, 3869.0, 3882.0, 3881.0, 3872.0, 3882.0, 3882.0, 3871.0, 3879.0, 3896.0, 3883.0, 3870.0, 3893.0, 3869.0, 3901.0, 3869.0, 3892.0, 3883.0, 3884.0, 3876.0, 3855.0, 3843.0, 3885.0, 3843.0, 3857.0, 3856.0, 3868.0, 3868.0, 3870.0, 3856.0, 3877.0, 3858.0, 3874.0, 3845.0, 3859.0, 3854.0, 3859.0, 3854.0, 3869.0, 3867.0, 3868.0, 3877.0, 3868.0, 3880.0, 3859.0, 3858.0, 3876.0, 3884.0, 3880.0, 3880.0, 3883.0, 3879.0, 3885.0, 3894.0, 3883.0, 3861.0, 3870.0, 3866.0, 3883.0, 3870.0, 3903.0, 3868.0, 3889.0, 3871.0, 3873.0, 3873.0, 3881.0, 3858.0, 3869.0, 3859.0, 3890.0, 3877.0, 3841.0, 3870.0, 3878.0, 3855.0, 3876.0, 3853.0, 3867.0, 3868.0, 3880.0, 3879.0, 3880.0, 3879.0, 3877.0, 3877.0, 3881.0, 3855.0, 3853.0, 3854.0, 3854.0, 3856.0, 3864.0, 3850.0, 3852.0, 3826.0, 3838.0, 3824.0, 3825.0, 3828.0, 3827.0, 3838.0, 3816.0, 3839.0, 3842.0, 3850.0, 3830.0, 3828.0, 3831.0, 3849.0, 3839.0, 3853.0, 3830.0, 3849.0, 3828.0, 3851.0, 3830.0, 3852.0, 3839.0, 3852.0, 3840.0, 3853.0, 3842.0, 3856.0, 3856.0, 3879.0, 3869.0, 3893.0, 3884.0, 3882.0, 3882.0, 3873.0, 3878.0, 3859.0, 3868.0, 3872.0, 3880.0, 3871.0, 3880.0, 3871.0, 3892.0, 3873.0, 3895.0, 3894.0, 3871.0, 3880.0, 3883.0, 3900.0, 3881.0, 3880.0, 3869.0, 3891.0, 3871.0, 3879.0, 3904.0, 3871.0, 3878.0, 3857.0, 3880.0, 3858.0, 3868.0, 3868.0, 3868.0, 3904.0, 3867.0, 3880.0, 3871.0, 3894.0, 3872.0, 3877.0, 3867.0, 3866.0, 3867.0, 3866.0, 3867.0, 3866.0, 3869.0, 3867.0, 3868.0, 3868.0, 3894.0, 3871.0, 3882.0, 3870.0, 3877.0, 3879.0, 3872.0, 3873.0, 3873.0, 3879.0, 3870.0, 3905.0, 3884.0, 3894.0, 3894.0, 3871.0, 3873.0, 3883.0, 3895.0, 3884.0, 3883.0, 3880.0, 3872.0, 3882.0, 3896.0, 3857.0, 3868.0, 3859.0, 3878.0, 3858.0, 3888.0, 3858.0, 3895.0, 3880.0, 3857.0, 3864.0, 3844.0, 3853.0, 3857.0, 3865.0, 3857.0, 3843.0, 3858.0, 3855.0, 3870.0, 3872.0, 3869.0, 3872.0, 3867.0, 3857.0, 3856.0, 3856.0, 3843.0, 3856.0, 3845.0, 3867.0, 3847.0, 3867.0, 3857.0, 3880.0, 3859.0, 3870.0, 3868.0, 3857.0, 3868.0, 3858.0, 3867.0, 3846.0, 3871.0, 3861.0, 3868.0, 3872.0, 3870.0, 3868.0, 3858.0, 3866.0, 3858.0, 3867.0, 3858.0, 3868.0, 3858.0, 3868.0, 3869.0, 3870.0, 3873.0, 3872.0, 3881.0, 3859.0, 3867.0, 3858.0, 3871.0, 3859.0, 3872.0, 3857.0, 3867.0, 3869.0, 3881.0, 3868.0, 3867.0, 3867.0, 3865.0, 3867.0, 3866.0, 3856.0, 3865.0, 3867.0, 3868.0, 3856.0, 3866.0, 3873.0, 3880.0, 3868.0, 3866.0, 3867.0, 3855.0, 3869.0, 3858.0, 3869.0, 3858.0], 'WindowWidth': [8845.0, 8811.0, 8777.0, 8728.0, 8725.0, 8698.0, 8716.0, 8712.0, 8727.0, 8691.0, 8701.0, 8683.0, 8699.0, 8677.0, 8691.0, 8691.0, 8701.0, 8704.0, 8695.0, 8664.0, 8677.0, 8699.0, 8678.0, 8681.0, 8659.0, 8675.0, 8682.0, 8706.0, 8689.0, 8680.0, 8675.0, 8681.0, 8671.0, 8677.0, 8663.0, 8682.0, 8679.0, 8683.0, 8676.0, 8679.0, 8682.0, 8710.0, 8702.0, 8690.0, 8666.0, 8687.0, 8679.0, 8706.0, 8721.0, 8724.0, 8699.0, 8707.0, 8719.0, 8710.0, 8700.0, 8701.0, 8699.0, 8703.0, 8708.0, 8696.0, 8678.0, 8697.0, 8678.0, 8693.0, 8695.0, 8699.0, 8674.0, 8672.0, 8709.0, 8674.0, 8678.0, 8671.0, 8671.0, 8669.0, 8704.0, 8689.0, 8684.0, 8669.0, 8672.0, 8679.0, 8677.0, 8677.0, 8714.0, 8700.0, 8703.0, 8683.0, 8702.0, 8720.0, 8709.0, 8740.0, 8706.0, 8694.0, 8682.0, 8674.0, 8682.0, 8673.0, 8687.0, 8706.0, 8699.0, 8678.0, 8684.0, 8679.0, 8695.0, 8707.0, 8694.0, 8686.0, 8685.0, 8658.0, 8662.0, 8658.0, 8687.0, 8695.0, 8700.0, 8684.0, 8696.0, 8690.0, 8685.0, 8698.0, 8686.0, 8682.0, 8687.0, 8704.0, 8678.0, 8692.0, 8680.0, 8698.0, 8702.0, 8704.0, 8708.0, 8693.0, 8688.0, 8668.0, 8700.0, 8687.0, 8702.0, 8682.0, 8681.0, 8712.0, 8695.0, 8669.0, 8672.0, 8664.0, 8692.0, 8650.0, 8720.0, 8649.0, 8662.0, 8645.0, 8654.0, 8656.0, 8672.0, 8665.0, 8703.0, 8669.0, 8691.0, 8644.0, 8669.0, 8639.0, 8675.0, 8640.0, 8674.0, 8654.0, 8660.0, 8682.0, 8677.0, 8681.0, 8680.0, 8699.0, 8678.0, 8661.0, 8676.0, 8664.0, 8695.0, 8685.0, 8703.0, 8678.0, 8683.0, 8683.0, 8706.0, 8685.0, 8679.0, 8674.0, 8676.0, 8667.0, 8695.0, 8677.0, 8685.0, 8674.0, 8680.0, 8674.0, 8680.0, 8686.0, 8691.0, 8680.0, 8663.0, 8678.0, 8697.0, 8680.0, 8685.0, 8681.0, 8684.0, 8735.0, 8687.0, 8704.0, 8701.0, 8693.0, 8693.0, 8690.0, 8679.0, 8711.0, 8697.0, 8704.0, 8689.0, 8701.0, 8711.0, 8704.0, 8703.0, 8680.0, 8693.0, 8698.0, 8676.0, 8653.0, 8674.0, 8658.0, 8674.0, 8714.0, 8690.0, 8702.0, 8665.0, 8671.0, 8642.0, 8652.0, 8641.0, 8655.0, 8660.0, 8683.0, 8666.0, 8682.0, 8679.0, 8705.0, 8695.0, 8687.0, 8716.0, 8680.0, 8671.0, 8660.0, 8671.0, 8680.0, 8675.0, 8685.0, 8674.0, 8682.0, 8674.0, 8663.0, 8669.0, 8653.0, 8700.0, 8671.0, 8694.0, 8668.0, 8694.0, 8660.0, 8680.0, 8669.0, 8685.0, 8678.0, 8714.0, 8668.0, 8671.0, 8634.0, 8671.0, 8670.0, 8675.0, 8674.0, 8693.0, 8676.0, 8689.0, 8669.0, 8668.0, 8666.0, 8643.0, 8655.0, 8624.0, 8659.0, 8644.0, 8640.0, 8648.0, 8659.0, 8627.0, 8648.0, 8595.0, 8600.0, 8581.0, 8596.0, 8592.0, 8594.0, 8613.0, 8599.0, 8616.0, 8623.0, 8644.0, 8659.0, 8674.0, 8638.0, 8646.0, 8619.0, 8643.0, 8622.0, 8662.0, 8658.0, 8665.0, 8681.0, 8672.0, 8681.0, 8677.0, 8681.0, 8691.0, 8674.0, 8676.0, 8676.0, 8700.0, 8686.0, 8704.0, 8669.0, 8685.0, 8645.0, 8648.0, 8641.0, 8669.0, 8665.0, 8707.0, 8702.0, 8693.0, 8691.0, 8699.0, 8702.0, 8724.0, 8705.0, 8724.0, 8693.0, 8691.0, 8670.0, 8714.0, 8707.0, 8690.0, 8706.0, 8711.0, 8692.0, 8737.0, 8698.0, 8714.0, 8670.0, 8698.0, 8681.0, 8691.0, 8684.0, 8696.0, 8707.0, 8738.0, 8729.0, 8701.0, 8696.0, 8702.0, 8723.0, 8691.0, 8703.0, 8664.0, 8674.0, 8684.0, 8679.0, 8660.0, 8681.0, 8679.0, 8677.0, 8681.0, 8679.0, 8679.0, 8688.0, 8708.0, 8689.0, 8689.0, 8682.0, 8689.0, 8668.0, 8670.0, 8668.0, 8694.0, 8661.0, 8689.0, 8684.0, 8703.0, 8673.0, 8682.0, 8687.0, 8680.0, 8708.0, 8696.0, 8690.0, 8690.0, 8681.0, 8710.0, 8689.0, 8702.0, 8684.0, 8698.0, 8699.0, 8715.0, 8698.0, 8691.0, 8683.0, 8669.0, 8680.0, 8665.0, 8688.0, 8683.0, 8683.0, 8705.0, 8733.0, 8691.0, 8699.0, 8667.0, 8676.0, 8667.0, 8681.0, 8667.0, 8728.0, 8670.0, 8699.0, 8678.0, 8681.0, 8686.0, 8678.0, 8710.0, 8684.0, 8694.0, 8656.0, 8666.0, 8639.0, 8662.0, 8658.0, 8675.0, 8664.0, 8698.0, 8678.0, 8672.0, 8668.0, 8698.0, 8666.0, 8677.0, 8683.0, 8691.0, 8681.0, 8680.0, 8663.0, 8676.0, 8676.0, 8697.0, 8692.0, 8698.0, 8662.0, 8718.0, 8683.0, 8702.0, 8668.0, 8696.0, 8681.0, 8698.0, 8709.0, 8724.0, 8685.0, 8707.0, 8669.0, 8670.0, 8662.0, 8709.0, 8680.0, 8675.0, 8676.0, 8674.0, 8674.0, 8697.0, 8693.0, 8694.0, 8705.0, 8690.0, 8698.0, 8677.0, 8676.0, 8679.0, 8677.0, 8679.0, 8684.0, 8723.0, 8687.0, 8694.0, 8663.0, 8661.0, 8635.0, 8668.0, 8637.0, 8687.0, 8655.0, 8661.0, 8660.0, 8675.0, 8671.0, 8681.0, 8676.0, 8662.0, 8668.0, 8662.0, 8660.0, 8680.0, 8678.0, 8683.0, 8691.0, 8675.0, 8679.0, 8691.0, 8718.0, 8690.0, 8700.0, 8679.0, 8695.0, 8682.0, 8693.0, 8712.0, 8697.0, 8689.0, 8699.0, 8704.0, 8730.0, 8706.0, 8704.0, 8688.0, 8698.0, 8681.0, 8691.0, 8705.0, 8701.0, 8690.0, 8714.0, 8690.0, 8705.0, 8688.0, 8676.0, 8662.0, 8676.0, 8661.0, 8673.0, 8638.0, 8689.0, 8645.0, 8648.0, 8653.0, 8657.0, 8665.0, 8679.0, 8682.0, 8687.0, 8697.0, 8681.0, 8682.0, 8707.0, 8682.0, 8705.0, 8725.0, 8694.0, 8690.0, 8669.0, 8667.0, 8658.0, 8665.0, 8661.0, 8678.0, 8704.0, 8698.0, 8685.0, 8702.0, 8702.0, 8687.0, 8695.0, 8729.0, 8705.0, 8684.0, 8715.0, 8679.0, 8726.0, 8679.0, 8713.0, 8705.0, 8706.0, 8687.0, 8653.0, 8634.0, 8697.0, 8636.0, 8659.0, 8654.0, 8675.0, 8679.0, 8682.0, 8657.0, 8686.0, 8661.0, 8678.0, 8640.0, 8664.0, 8652.0, 8666.0, 8652.0, 8677.0, 8670.0, 8674.0, 8685.0, 8676.0, 8695.0, 8664.0, 8661.0, 8684.0, 8706.0, 8697.0, 8697.0, 8703.0, 8692.0, 8713.0, 8721.0, 8705.0, 8674.0, 8682.0, 8673.0, 8702.0, 8684.0, 8730.0, 8677.0, 8707.0, 8682.0, 8694.0, 8694.0, 8701.0, 8663.0, 8678.0, 8666.0, 8706.0, 8687.0, 8626.0, 8679.0, 8686.0, 8651.0, 8678.0, 8646.0, 8671.0, 8673.0, 8694.0, 8693.0, 8695.0, 8691.0, 8686.0, 8686.0, 8699.0, 8654.0, 8646.0, 8649.0, 8651.0, 8655.0, 8661.0, 8638.0, 8640.0, 8599.0, 8616.0, 8593.0, 8593.0, 8601.0, 8598.0, 8616.0, 8583.0, 8619.0, 8628.0, 8639.0, 8613.0, 8608.0, 8616.0, 8637.0, 8622.0, 8644.0, 8611.0, 8635.0, 8607.0, 8641.0, 8611.0, 8642.0, 8623.0, 8643.0, 8627.0, 8646.0, 8632.0, 8653.0, 8658.0, 8694.0, 8683.0, 8719.0, 8708.0, 8705.0, 8705.0, 8692.0, 8692.0, 8668.0, 8678.0, 8692.0, 8696.0, 8687.0, 8696.0, 8686.0, 8715.0, 8693.0, 8725.0, 8721.0, 8689.0, 8695.0, 8710.0, 8726.0, 8700.0, 8695.0, 8682.0, 8710.0, 8684.0, 8699.0, 8736.0, 8690.0, 8692.0, 8664.0, 8693.0, 8665.0, 8676.0, 8679.0, 8680.0, 8734.0, 8678.0, 8696.0, 8688.0, 8721.0, 8689.0, 8689.0, 8675.0, 8672.0, 8674.0, 8671.0, 8677.0, 8671.0, 8679.0, 8674.0, 8676.0, 8679.0, 8720.0, 8690.0, 8704.0, 8686.0, 8691.0, 8696.0, 8693.0, 8694.0, 8694.0, 8697.0, 8689.0, 8743.0, 8713.0, 8722.0, 8724.0, 8688.0, 8692.0, 8709.0, 8724.0, 8711.0, 8708.0, 8701.0, 8689.0, 8704.0, 8728.0, 8664.0, 8678.0, 8664.0, 8690.0, 8664.0, 8701.0, 8663.0, 8722.0, 8697.0, 8661.0, 8665.0, 8635.0, 8646.0, 8662.0, 8667.0, 8660.0, 8635.0, 8660.0, 8654.0, 8683.0, 8689.0, 8682.0, 8686.0, 8674.0, 8659.0, 8655.0, 8657.0, 8637.0, 8659.0, 8641.0, 8672.0, 8645.0, 8672.0, 8661.0, 8698.0, 8670.0, 8682.0, 8677.0, 8660.0, 8676.0, 8664.0, 8673.0, 8646.0, 8683.0, 8671.0, 8678.0, 8688.0, 8685.0, 8678.0, 8664.0, 8671.0, 8663.0, 8674.0, 8664.0, 8677.0, 8666.0, 8676.0, 8680.0, 8680.0, 8690.0, 8689.0, 8698.0, 8667.0, 8674.0, 8664.0, 8684.0, 8669.0, 8686.0, 8661.0, 8674.0, 8682.0, 8698.0, 8677.0, 8675.0, 8675.0, 8667.0, 8674.0, 8668.0, 8658.0, 8668.0, 8675.0, 8673.0, 8657.0, 8671.0, 8691.0, 8696.0, 8678.0, 8669.0, 8673.0, 8656.0, 8680.0, 8665.0, 8683.0, 8664.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.0009342462600690449</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022343749597238203</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.01721744267285</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2363257137096777</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0080280463364062</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4568</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6593.2832</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11948705847947924</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.852704257767549</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542313945347271</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5468975756408665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7317591166879693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3482851437129773</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0172448</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007143142633140087</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020139100030064583</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8799780829541466</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>34.5844</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3185</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305414.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>658.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.9024</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3475</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.581</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3116.3154</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3294.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71130.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4096.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.9679</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.814081398246344</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> |