=== 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-0127 --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-0127",
"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-0127_ses-01_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-0127_ses-01_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-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_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-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_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-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0127_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_ses-01_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-0127/figures/sub-0127_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-01_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-0127/ses-01/func/sub-0127_ses-01_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>6877d930c4ec7765fb56956288031046</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>11:14:39.552500</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_VE11E_LATEST_20181129</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.995502, 0.0668574, -0.0671223, -0.0764249, 0.985432, -0.151928]</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.259</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.0832372</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>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4188, -7739, -7253, 205, -167, 115, -65, 124]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>243.555</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>76583652-1c6b-47b6-a652-f2aa8e761272||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6708598136901855, -0.20504248142242432, -0.1511649340391159, 126.71813201904297], [-0.1793733835220337, 2.643843173980713, -0.4222117066383362, -80.26376342773438], [-0.18008433282375336, 0.40761232376098633, 2.662496328353882, -91.35884857177734], [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': ['111439.552500', '111440.012500', '111440.472500', '111440.932500', '111441.392500', '111441.852500', '111442.312500', '111442.772500', '111443.232500', '111443.692500', '111444.152500', '111444.612500', '111445.072500', '111445.532500', '111445.992500', '111446.452500', '111446.912500', '111447.372500', '111447.832500', '111448.292500', '111448.752500', '111449.212500', '111449.672500', '111450.132500', '111450.592500', '111451.052500', '111451.512500', '111451.972500', '111452.432500', '111452.892500', '111453.352500', '111453.812500', '111454.272500', '111454.732500', '111455.192500', '111455.652500', '111456.112500', '111456.572500', '111457.032500', '111457.492500', '111457.952500', '111458.412500', '111458.872500', '111459.332500', '111459.792500', '111500.252500', '111500.712500', '111501.172500', '111501.632500', '111502.092500', '111502.552500', '111503.012500', '111503.472500', '111503.932500', '111504.392500', '111504.852500', '111505.312500', '111505.772500', '111506.232500', '111506.692500', '111507.152500', '111507.612500', '111508.072500', '111508.532500', '111508.992500', '111509.452500', '111509.912500', '111510.372500', '111510.832500', '111511.292500', '111511.752500', '111512.212500', '111512.672500', '111513.132500', '111513.592500', '111514.052500', '111514.512500', '111514.972500', '111515.432500', '111515.892500', '111516.352500', '111516.812500', '111517.272500', '111517.732500', '111518.192500', '111518.652500', '111519.112500', '111519.572500', '111520.032500', '111520.492500', '111520.952500', '111521.412500', '111521.872500', '111522.332500', '111522.792500', '111523.252500', '111523.712500', '111524.172500', '111524.632500', '111525.092500', '111525.552500', '111526.012500', '111526.472500', '111526.932500', '111527.392500', '111527.852500', '111528.312500', '111528.772500', '111529.232500', '111529.692500', '111530.152500', '111530.612500', '111531.072500', '111531.532500', '111531.992500', '111532.452500', '111532.912500', '111533.372500', '111533.832500', '111534.292500', '111534.752500', '111535.212500', '111535.672500', '111536.132500', '111536.592500', '111537.052500', '111537.512500', '111537.972500', '111538.432500', '111538.892500', '111539.352500', '111539.812500', '111540.272500', '111540.732500', '111541.192500', '111541.652500', '111542.112500', '111542.572500', '111543.032500', '111543.492500', '111543.952500', '111544.412500', '111544.872500', '111545.332500', '111545.792500', '111546.252500', '111546.712500', '111547.172500', '111547.632500', '111548.092500', '111548.552500', '111549.012500', '111549.472500', '111549.932500', '111550.392500', '111550.852500', '111551.312500', '111551.772500', '111552.232500', '111552.692500', '111553.152500', '111553.612500', '111554.072500', '111554.532500', '111554.992500', '111555.452500', '111555.912500', '111556.372500', '111556.832500', '111557.292500', '111557.752500', '111558.212500', '111558.672500', '111559.132500', '111559.592500', '111600.052500', '111600.512500', '111600.972500', '111601.432500', '111601.892500', '111602.352500', '111602.812500', '111603.272500', '111603.732500', '111604.192500', '111604.652500', '111605.112500', '111605.572500', '111606.032500', '111606.492500', '111606.952500', '111607.412500', '111607.872500', '111608.332500', '111608.792500', '111609.252500', '111609.712500', '111610.172500', '111610.632500', '111611.092500', '111611.552500', '111612.012500', '111612.472500', '111612.932500', '111613.392500', '111613.852500', '111614.312500', '111614.772500', '111615.232500', '111615.692500', '111616.152500', '111616.612500', '111617.072500', '111617.532500', '111617.992500', '111618.452500', '111618.912500', '111619.372500', '111619.832500', '111620.292500', '111620.752500', '111621.212500', '111621.672500', '111622.132500', '111622.592500', '111623.052500', '111623.512500', '111623.972500', '111624.432500', '111624.892500', '111625.352500', '111625.812500', '111626.272500', '111626.732500', '111627.192500', '111627.652500', '111628.112500', '111628.572500', '111629.032500', '111629.492500', '111629.952500', '111630.412500', '111630.872500', '111631.332500', '111631.792500', '111632.252500', '111632.712500', '111633.172500', '111633.632500', '111634.092500', '111634.552500', '111635.012500', '111635.472500', '111635.932500', '111636.392500', '111636.852500', '111637.312500', '111637.772500', '111638.232500', '111638.692500', '111639.152500', '111639.612500', '111640.072500', '111640.532500', '111640.992500', '111641.452500', '111641.912500', '111642.372500', '111642.832500', '111643.292500', '111643.752500', '111644.212500', '111644.672500', '111645.132500', '111645.592500', '111646.052500', '111646.512500', '111646.972500', '111647.432500', '111647.892500', '111648.352500', '111648.812500', '111649.272500', '111649.732500', '111650.192500', '111650.652500', '111651.112500', '111651.572500', '111652.032500', '111652.492500', '111652.952500', '111653.412500', '111653.872500', '111654.332500', '111654.792500', '111655.252500', '111655.712500', '111656.172500', '111656.632500', '111657.092500', '111657.552500', '111658.012500', '111658.472500', '111658.932500', '111659.392500', '111659.852500', '111700.312500', '111700.772500', '111701.232500', '111701.692500', '111702.152500', '111702.612500', '111703.072500', '111703.532500', '111703.992500', '111704.452500', '111704.912500', '111705.372500', '111705.832500', '111706.292500', '111706.752500', '111707.212500', '111707.672500', '111708.132500', '111708.592500', '111709.052500', '111709.512500', '111709.972500', '111710.432500', '111710.892500', '111711.352500', '111711.812500', '111712.272500', '111712.732500', '111713.192500', '111713.652500', '111714.112500', '111714.572500', '111715.032500', '111715.492500', '111715.952500', '111716.412500', '111716.872500', '111717.332500', '111717.792500', '111718.252500', '111718.712500', '111719.172500', '111719.632500', '111720.092500', '111720.552500', '111721.012500', '111721.472500', '111721.932500', '111722.392500', '111722.852500', '111723.312500', '111723.772500', '111724.232500', '111724.692500', '111725.152500', '111725.612500', '111726.072500', '111726.532500', '111726.992500', '111727.452500', '111727.912500', '111728.372500', '111728.832500', '111729.292500', '111729.752500', '111730.212500', '111730.672500', '111731.132500', '111731.592500', '111732.052500', '111732.512500', '111732.972500', '111733.432500', '111733.892500', '111734.352500', '111734.812500', '111735.272500', '111735.732500', '111736.192500', '111736.652500', '111737.112500', '111737.572500', '111738.032500', '111738.492500', '111738.952500', '111739.412500', '111739.872500', '111740.332500', '111740.792500', '111741.252500', '111741.712500', '111742.172500', '111742.632500', '111743.092500', '111743.552500', '111744.012500', '111744.472500', '111744.932500', '111745.392500', '111745.852500', '111746.312500', '111746.772500', '111747.232500', '111747.692500', '111748.152500', '111748.612500', '111749.072500', '111749.532500', '111749.992500', '111750.452500', '111750.912500', '111751.372500', '111751.832500', '111752.292500', '111752.752500', '111753.212500', '111753.672500', '111754.132500', '111754.592500', '111755.052500', '111755.512500', '111755.972500', '111756.432500', '111756.892500', '111757.352500', '111757.812500', '111758.272500', '111758.732500', '111759.192500', '111759.652500', '111800.112500', '111800.572500', '111801.032500', '111801.492500', '111801.952500', '111802.412500', '111802.872500', '111803.332500', '111803.792500', '111804.252500', '111804.712500', '111805.172500', '111805.632500', '111806.092500', '111806.552500', '111807.012500', '111807.472500', '111807.932500', '111808.392500', '111808.852500', '111809.312500', '111809.772500', '111810.232500', '111810.692500', '111811.152500', '111811.612500', '111812.072500', '111812.532500', '111812.992500', '111813.452500', '111813.912500', '111814.372500', '111814.832500', '111815.292500', '111815.752500', '111816.212500', '111816.672500', '111817.132500', '111817.592500', '111818.052500', '111818.512500', '111818.972500', '111819.432500', '111819.892500', '111820.352500', '111820.812500', '111821.272500', '111821.732500', '111822.192500', '111822.652500', '111823.112500', '111823.572500', '111824.032500', '111824.492500', '111824.952500', '111825.412500', '111825.872500', '111826.332500', '111826.792500', '111827.252500', '111827.712500', '111828.172500', '111828.632500', '111829.092500', '111829.552500', '111830.012500', '111830.472500', '111830.932500', '111831.392500', '111831.852500', '111832.312500', '111832.772500', '111833.232500', '111833.692500', '111834.152500', '111834.612500', '111835.072500', '111835.532500', '111835.992500', '111836.452500', '111836.912500', '111837.372500', '111837.832500', '111838.292500', '111838.752500', '111839.212500', '111839.672500', '111840.132500', '111840.592500', '111841.052500', '111841.512500', '111841.972500', '111842.432500', '111842.892500', '111843.352500', '111843.812500', '111844.272500', '111844.732500', '111845.192500', '111845.652500', '111846.112500', '111846.572500', '111847.032500', '111847.492500', '111847.952500', '111848.412500', '111848.872500', '111849.332500', '111849.792500', '111850.252500', '111850.712500', '111851.172500', '111851.632500', '111852.092500', '111852.552500', '111853.012500', '111853.472500', '111853.932500', '111854.392500', '111854.852500', '111855.312500', '111855.772500', '111856.232500', '111856.692500', '111857.152500', '111857.612500', '111858.072500', '111858.532500', '111858.992500', '111859.452500', '111859.912500', '111900.372500', '111900.832500', '111901.292500', '111901.752500', '111902.212500', '111902.672500', '111903.132500', '111903.592500', '111904.052500', '111904.512500', '111904.972500', '111905.432500', '111905.892500', '111906.352500', '111906.812500', '111907.272500', '111907.732500', '111908.192500', '111908.652500', '111909.112500', '111909.572500', '111910.032500', '111910.492500', '111910.952500', '111911.412500', '111911.872500', '111912.332500', '111912.792500', '111913.252500', '111913.712500', '111914.172500', '111914.632500', '111915.092500', '111915.552500', '111916.012500', '111916.472500', '111916.932500', '111917.392500', '111917.852500', '111918.312500', '111918.772500', '111919.232500', '111919.692500', '111920.152500', '111920.612500', '111921.072500', '111921.532500', '111921.992500', '111922.452500', '111922.912500', '111923.372500', '111923.832500', '111924.292500', '111924.752500', '111925.212500', '111925.672500', '111926.132500', '111926.592500', '111927.052500', '111927.512500', '111927.972500', '111928.432500', '111928.892500', '111929.352500', '111929.812500', '111930.272500', '111930.732500', '111931.192500', '111931.652500', '111932.112500', '111932.572500', '111933.032500', '111933.492500', '111933.952500', '111934.412500', '111934.872500', '111935.332500', '111935.792500', '111936.252500', '111936.712500', '111937.172500', '111937.632500', '111938.092500', '111938.552500', '111939.012500', '111939.472500', '111939.932500', '111940.392500', '111940.852500', '111941.312500', '111941.772500', '111942.232500', '111942.692500', '111943.152500', '111943.612500', '111944.072500', '111944.532500', '111944.992500', '111945.452500', '111945.912500', '111946.372500', '111946.832500', '111947.292500', '111947.752500', '111948.212500', '111948.672500', '111949.132500', '111949.592500', '111950.052500', '111950.512500', '111950.972500', '111951.432500', '111951.892500', '111952.352500', '111952.812500', '111953.272500', '111953.732500', '111954.192500', '111954.652500', '111955.112500', '111955.572500', '111956.032500', '111956.492500', '111956.952500', '111957.412500', '111957.872500', '111958.332500', '111958.792500', '111959.252500', '111959.712500', '112000.172500', '112000.632500', '112001.092500', '112001.552500', '112002.012500', '112002.472500', '112002.932500', '112003.392500', '112003.852500', '112004.312500', '112004.772500', '112005.232500', '112005.692500', '112006.152500', '112006.612500', '112007.072500', '112007.532500', '112007.992500', '112008.452500', '112008.912500', '112009.372500', '112009.832500', '112010.292500', '112010.752500', '112011.212500', '112011.672500', '112012.132500', '112012.592500', '112013.052500', '112013.512500', '112013.972500', '112014.432500', '112014.892500', '112015.352500', '112015.812500', '112016.272500', '112016.732500', '112017.192500', '112017.652500', '112018.112500', '112018.572500', '112019.032500', '112019.492500', '112019.952500', '112020.412500', '112020.872500', '112021.332500', '112021.792500', '112022.252500', '112022.712500', '112023.172500', '112023.632500', '112024.092500', '112024.552500', '112025.012500', '112025.472500', '112025.932500', '112026.392500', '112026.852500', '112027.312500', '112027.772500', '112028.232500', '112028.692500', '112029.152500', '112029.612500', '112030.072500', '112030.532500', '112030.992500', '112031.452500', '112031.912500', '112032.372500', '112032.832500', '112033.292500', '112033.752500', '112034.212500', '112034.672500', '112035.132500', '112035.592500', '112036.052500', '112036.512500', '112036.972500', '112037.432500', '112037.892500', '112038.352500', '112038.812500', '112039.272500', '112039.732500', '112040.192500', '112040.652500', '112041.112500', '112041.572500', '112042.032500', '112042.492500', '112042.952500', '112043.412500', '112043.872500', '112044.332500', '112044.792500', '112045.252500', '112045.712500', '112046.172500', '112046.632500', '112047.092500', '112047.552500', '112048.012500', '112048.472500', '112048.932500', '112049.392500', '112049.852500', '112050.312500', '112050.772500', '112051.232500', '112051.692500', '112052.152500', '112052.612500', '112053.072500', '112053.532500', '112053.992500', '112054.452500', '112054.912500', '112055.372500', '112055.832500', '112056.292500', '112056.752500', '112057.212500', '112057.672500', '112058.132500', '112058.592500', '112059.052500', '112059.512500', '112059.972500', '112100.432500', '112100.892500', '112101.352500', '112101.812500', '112102.272500', '112102.732500', '112103.192500', '112103.652500', '112104.112500', '112104.572500', '112105.032500', '112105.492500', '112105.952500', '112106.412500', '112106.872500', '112107.332500', '112107.792500', '112108.252500', '112108.712500', '112109.172500', '112109.632500', '112110.092500', '112110.552500', '112111.012500', '112111.472500', '112111.932500', '112112.392500', '112112.852500', '112113.312500', '112113.772500', '112114.232500', '112114.692500', '112115.152500', '112115.612500', '112116.072500', '112116.532500', '112116.992500', '112117.452500', '112117.912500', '112118.372500', '112118.832500', '112119.292500', '112119.752500', '112120.212500'], 'ContentTime': ['111451.071000', '111451.074000', '111451.077000', '111451.080000', '111451.082000', '111451.085000', '111451.088000', '111451.090000', '111451.093000', '111451.096000', '111451.101000', '111451.103000', '111451.123000', '111451.126000', '111451.128000', '111451.131000', '111451.134000', '111451.136000', '111451.139000', '111451.141000', '111451.144000', '111451.147000', '111511.030000', '111511.033000', '111511.036000', '111511.039000', '111511.042000', '111511.044000', '111511.047000', '111511.049000', '111511.052000', '111511.055000', '111511.057000', '111511.060000', '111511.063000', '111511.065000', '111511.068000', '111511.071000', '111511.073000', '111511.076000', '111511.078000', '111511.081000', '111511.086000', '111511.089000', '111511.091000', '111511.094000', '111511.097000', '111511.099000', '111511.102000', '111511.104000', '111511.107000', '111511.110000', '111511.112000', '111511.115000', '111511.117000', '111511.120000', '111511.122000', '111511.125000', '111511.127000', '111511.130000', '111511.132000', '111511.138000', '111511.140000', '111511.143000', '111511.145000', '111511.148000', '111531.030000', '111531.033000', '111531.036000', '111531.039000', '111531.041000', '111531.044000', '111531.046000', '111531.049000', '111531.051000', '111531.054000', '111531.057000', '111531.059000', '111531.062000', '111531.064000', '111531.067000', '111531.070000', '111531.072000', '111531.075000', '111531.078000', '111531.080000', '111531.083000', '111531.086000', '111531.088000', '111531.091000', '111531.093000', '111531.096000', '111531.099000', '111531.101000', '111531.104000', '111531.106000', '111531.109000', '111531.111000', '111531.114000', '111531.117000', '111531.119000', '111531.122000', '111531.124000', '111531.127000', '111531.129000', '111531.132000', '111531.134000', '111531.137000', '111531.139000', '111551.030000', '111551.033000', '111551.036000', '111551.057000', '111551.059000', '111551.062000', '111551.064000', '111551.067000', '111551.070000', '111551.072000', '111551.075000', '111551.077000', '111551.080000', '111551.082000', '111551.085000', '111551.088000', '111551.090000', '111551.093000', '111551.095000', '111551.098000', '111551.101000', '111551.103000', '111551.106000', '111551.108000', '111551.111000', '111551.114000', '111551.116000', '111551.119000', '111551.121000', '111551.124000', '111551.127000', '111551.129000', '111551.132000', '111551.134000', '111551.137000', '111551.140000', '111551.142000', '111551.145000', '111551.147000', '111551.150000', '111551.152000', '111551.155000', '111551.158000', '111551.160000', '111611.029000', '111611.032000', '111611.035000', '111611.037000', '111611.040000', '111611.043000', '111611.045000', '111611.048000', '111611.051000', '111611.053000', '111611.056000', '111611.058000', '111611.061000', '111611.064000', '111611.066000', '111611.069000', '111611.072000', '111611.074000', '111611.077000', '111611.079000', '111611.082000', '111611.085000', '111611.087000', '111611.090000', '111611.093000', '111611.095000', '111611.098000', '111611.100000', '111611.103000', '111611.106000', '111611.108000', '111611.111000', '111611.113000', '111611.116000', '111611.119000', '111611.121000', '111611.124000', '111611.126000', '111611.129000', '111611.132000', '111611.134000', '111611.137000', '111611.140000', '111631.029000', '111631.033000', '111631.036000', '111631.038000', '111631.041000', '111631.044000', '111631.046000', '111631.049000', '111631.051000', '111631.054000', '111631.057000', '111631.059000', '111631.062000', '111631.065000', '111631.067000', '111631.070000', '111631.072000', '111631.075000', '111631.078000', '111631.080000', '111631.083000', '111631.085000', '111631.088000', '111631.090000', '111631.093000', '111631.096000', '111631.098000', '111631.101000', '111631.103000', '111631.106000', '111631.109000', '111631.111000', '111631.114000', '111631.117000', '111631.119000', '111631.122000', '111631.124000', '111631.127000', '111631.129000', '111631.132000', '111631.135000', '111631.137000', '111631.140000', '111631.142000', '111651.031000', '111651.033000', '111651.036000', '111651.039000', '111651.041000', '111651.044000', '111651.046000', '111651.049000', '111651.052000', '111651.054000', '111651.057000', '111651.060000', '111651.062000', '111651.065000', '111651.067000', '111651.070000', '111651.072000', '111651.075000', '111651.078000', '111651.080000', '111651.083000', '111651.085000', '111651.088000', '111651.090000', '111651.093000', '111651.095000', '111651.098000', '111651.101000', '111651.103000', '111651.106000', '111651.108000', '111651.111000', '111651.113000', '111651.116000', '111651.118000', '111651.121000', '111651.124000', '111651.126000', '111651.129000', '111651.131000', '111651.134000', '111651.137000', '111651.139000', '111711.030000', '111711.033000', '111711.036000', '111711.038000', '111711.041000', '111711.044000', '111711.046000', '111711.049000', '111711.051000', '111711.054000', '111711.056000', '111711.059000', '111711.062000', '111711.065000', '111711.067000', '111711.070000', '111711.073000', '111711.075000', '111711.078000', '111711.081000', '111711.083000', '111711.086000', '111711.088000', '111711.091000', '111711.093000', '111711.096000', '111711.099000', '111711.101000', '111711.104000', '111711.106000', '111711.109000', '111711.111000', '111711.114000', '111711.117000', '111711.119000', '111711.122000', '111711.124000', '111711.127000', '111711.130000', '111711.132000', '111711.135000', '111711.137000', '111711.150000', '111711.153000', '111731.030000', '111731.033000', '111731.036000', '111731.039000', '111731.041000', '111731.044000', '111731.047000', '111731.049000', '111731.052000', '111731.054000', '111731.057000', '111731.059000', '111731.062000', '111731.065000', '111731.067000', '111731.070000', '111731.073000', '111731.075000', '111731.078000', '111731.080000', '111731.083000', '111731.086000', '111731.088000', '111731.091000', '111731.093000', '111731.096000', '111731.098000', '111731.101000', '111731.104000', '111731.106000', '111731.109000', '111731.111000', '111731.114000', '111731.116000', '111731.119000', '111731.121000', '111731.124000', '111731.127000', '111731.129000', '111731.132000', '111731.134000', '111731.137000', '111731.140000', '111751.030000', '111751.036000', '111751.039000', '111751.042000', '111751.045000', '111751.047000', '111751.050000', '111751.052000', '111751.055000', '111751.057000', '111751.060000', '111751.063000', '111751.065000', '111751.068000', '111751.071000', '111751.073000', '111751.076000', '111751.078000', '111751.081000', '111751.084000', '111751.086000', '111751.089000', '111751.091000', '111751.094000', '111751.097000', '111751.099000', '111751.102000', '111751.105000', '111751.107000', '111751.110000', '111751.112000', '111751.115000', '111751.118000', '111751.120000', '111751.123000', '111751.125000', '111751.128000', '111751.131000', '111751.133000', '111751.136000', '111751.138000', '111751.141000', '111751.144000', '111751.146000', '111811.031000', '111811.033000', '111811.036000', '111811.039000', '111811.041000', '111811.044000', '111811.046000', '111811.049000', '111811.051000', '111811.054000', '111811.057000', '111811.059000', '111811.062000', '111811.064000', '111811.067000', '111811.069000', '111811.072000', '111811.075000', '111811.077000', '111811.080000', '111811.083000', '111811.085000', '111811.088000', '111811.091000', '111811.093000', '111811.096000', '111811.099000', '111811.101000', '111811.104000', '111811.112000', '111811.114000', '111811.117000', '111811.120000', '111811.123000', '111811.125000', '111811.128000', '111811.130000', '111811.133000', '111811.135000', '111811.138000', '111811.141000', '111811.143000', '111811.146000', '111831.029000', '111831.032000', '111831.035000', '111831.037000', '111831.040000', '111831.043000', '111831.045000', '111831.048000', '111831.050000', '111831.053000', '111831.055000', '111831.058000', '111831.060000', '111831.063000', '111831.066000', '111831.068000', '111831.071000', '111831.073000', '111831.076000', '111831.078000', '111831.081000', '111831.084000', '111831.086000', '111831.089000', '111831.092000', '111831.094000', '111831.097000', '111831.099000', '111831.102000', '111831.105000', '111831.107000', '111831.110000', '111831.112000', '111831.115000', '111831.117000', '111831.120000', '111831.122000', '111831.125000', '111831.128000', '111831.130000', '111831.133000', '111831.135000', '111831.138000', '111831.140000', '111851.029000', '111851.032000', '111851.035000', '111851.037000', '111851.040000', '111851.043000', '111851.045000', '111851.048000', '111851.050000', '111851.053000', '111851.056000', '111851.058000', '111851.061000', '111851.063000', '111851.066000', '111851.069000', '111851.071000', '111851.074000', '111851.076000', '111851.079000', '111851.082000', '111851.085000', '111851.087000', '111851.096000', '111851.099000', '111851.101000', '111851.104000', '111851.106000', '111851.109000', '111851.112000', '111851.124000', '111851.127000', '111851.129000', '111851.132000', '111851.134000', '111851.137000', '111851.139000', '111851.142000', '111851.145000', '111851.147000', '111851.150000', '111851.152000', '111851.155000', '111911.030000', '111911.033000', '111911.036000', '111911.039000', '111911.041000', '111911.044000', '111911.046000', '111911.049000', '111911.052000', '111911.054000', '111911.057000', '111911.059000', '111911.062000', '111911.064000', '111911.067000', '111911.070000', '111911.072000', '111911.075000', '111911.078000', '111911.080000', '111911.083000', '111911.085000', '111911.088000', '111911.091000', '111911.093000', '111911.096000', '111911.099000', '111911.101000', '111911.104000', '111911.106000', '111911.109000', '111911.111000', '111911.114000', '111911.116000', '111911.119000', '111911.121000', '111911.124000', '111911.127000', '111911.129000', '111911.132000', '111911.134000', '111911.137000', '111911.140000', '111911.142000', '111931.030000', '111931.033000', '111931.036000', '111931.039000', '111931.041000', '111931.044000', '111931.046000', '111931.049000', '111931.052000', '111931.054000', '111931.057000', '111931.059000', '111931.062000', '111931.065000', '111931.067000', '111931.070000', '111931.072000', '111931.075000', '111931.077000', '111931.080000', '111931.083000', '111931.085000', '111931.088000', '111931.091000', '111931.093000', '111931.096000', '111931.098000', '111931.101000', '111931.103000', '111931.106000', '111931.109000', '111931.111000', '111931.114000', '111931.117000', '111931.119000', '111931.122000', '111931.124000', '111931.127000', '111931.130000', '111931.132000', '111931.135000', '111931.137000', '111931.140000', '111951.030000', '111951.033000', '111951.036000', '111951.038000', '111951.041000', '111951.044000', '111951.047000', '111951.049000', '111951.052000', '111951.055000', '111951.057000', '111951.060000', '111951.062000', '111951.065000', '111951.068000', '111951.070000', '111951.073000', '111951.075000', '111951.078000', '111951.081000', '111951.083000', '111951.086000', '111951.089000', '111951.091000', '111951.094000', '111951.096000', '111951.099000', '111951.102000', '111951.104000', '111951.107000', '111951.110000', '111951.112000', '111951.115000', '111951.117000', '111951.120000', '111951.123000', '111951.125000', '111951.128000', '111951.138000', '111951.140000', '111951.143000', '111951.146000', '111951.148000', '111951.151000', '112011.030000', '112011.033000', '112011.036000', '112011.038000', '112011.041000', '112011.043000', '112011.047000', '112011.050000', '112011.052000', '112011.055000', '112011.058000', '112011.060000', '112011.063000', '112011.065000', '112011.068000', '112011.071000', '112011.073000', '112011.076000', '112011.079000', '112011.081000', '112011.084000', '112011.087000', '112011.089000', '112011.092000', '112011.094000', '112011.097000', '112011.100000', '112011.102000', '112011.105000', '112011.107000', '112011.110000', '112011.113000', '112011.115000', '112011.118000', '112011.120000', '112011.123000', '112011.126000', '112011.128000', '112011.131000', '112011.133000', '112011.136000', '112011.139000', '112011.141000', '112031.031000', '112031.034000', '112031.036000', '112031.039000', '112031.041000', '112031.044000', '112031.047000', '112031.049000', '112031.052000', '112031.054000', '112031.057000', '112031.061000', '112031.064000', '112031.067000', '112031.070000', '112031.073000', '112031.076000', '112031.078000', '112031.081000', '112031.084000', '112031.086000', '112031.089000', '112031.091000', '112031.094000', '112031.097000', '112031.099000', '112031.102000', '112031.104000', '112031.107000', '112031.109000', '112031.112000', '112031.117000', '112031.119000', '112031.122000', '112031.125000', '112031.127000', '112031.130000', '112031.132000', '112031.135000', '112031.138000', '112031.140000', '112031.143000', '112031.145000', '112051.030000', '112051.032000', '112051.035000', '112051.038000', '112051.041000', '112051.043000', '112051.046000', '112051.048000', '112051.051000', '112051.053000', '112051.056000', '112051.059000', '112051.061000', '112051.064000', '112051.067000', '112051.069000', '112051.072000', '112051.074000', '112051.077000', '112051.080000', '112051.082000', '112051.085000', '112051.087000', '112051.090000', '112051.092000', '112051.095000', '112051.098000', '112051.101000', '112051.103000', '112051.106000', '112051.108000', '112051.111000', '112051.113000', '112051.116000', '112051.119000', '112051.121000', '112051.124000', '112051.126000', '112051.129000', '112051.131000', '112051.134000', '112051.137000', '112051.139000', '112051.142000', '112111.029000', '112111.032000', '112111.035000', '112111.037000', '112111.041000', '112111.057000', '112111.060000', '112111.063000', '112111.066000', '112111.068000', '112111.071000', '112111.073000', '112111.076000', '112111.079000', '112111.081000', '112111.084000', '112111.086000', '112111.089000', '112111.092000', '112111.094000', '112111.097000', '112111.100000', '112111.102000', '112111.105000', '112111.107000', '112111.110000', '112111.113000', '112111.115000', '112111.118000', '112111.120000', '112111.123000', '112111.125000', '112111.128000', '112111.130000', '112111.133000', '112111.136000', '112111.138000', '112111.141000', '112111.143000', '112111.146000', '112111.148000', '112111.151000', '112111.154000', '112121.598000', '112121.601000', '112121.604000', '112121.607000', '112121.609000', '112121.612000', '112121.614000', '112121.617000', '112121.620000', '112121.622000', '112121.625000', '112121.628000', '112121.631000', '112121.633000', '112121.636000', '112121.639000', '112121.641000', '112121.645000', '112121.647000', '112121.654000', '112121.657000', '112121.660000', '112121.663000', '112121.666000'], 'InstanceCreationTime': ['111451.071000', '111451.074000', '111451.077000', '111451.080000', '111451.082000', '111451.085000', '111451.088000', '111451.090000', '111451.093000', '111451.096000', '111451.101000', '111451.103000', '111451.123000', '111451.126000', '111451.128000', '111451.131000', '111451.134000', '111451.136000', '111451.139000', '111451.141000', '111451.144000', '111451.147000', '111511.030000', '111511.033000', '111511.036000', '111511.039000', '111511.042000', '111511.044000', '111511.047000', '111511.049000', '111511.052000', '111511.055000', '111511.057000', '111511.060000', '111511.063000', '111511.065000', '111511.068000', '111511.071000', '111511.073000', '111511.076000', '111511.078000', '111511.081000', '111511.086000', '111511.089000', '111511.091000', '111511.094000', '111511.097000', '111511.099000', '111511.102000', '111511.104000', '111511.107000', '111511.110000', '111511.112000', '111511.115000', '111511.117000', '111511.120000', '111511.122000', '111511.125000', '111511.127000', '111511.130000', '111511.132000', '111511.138000', '111511.140000', '111511.143000', '111511.145000', '111511.148000', '111531.030000', '111531.033000', '111531.036000', '111531.039000', '111531.041000', '111531.044000', '111531.046000', '111531.049000', '111531.051000', '111531.054000', '111531.057000', '111531.059000', '111531.062000', '111531.064000', '111531.067000', '111531.070000', '111531.072000', '111531.075000', '111531.078000', '111531.080000', '111531.083000', '111531.086000', '111531.088000', '111531.091000', '111531.093000', '111531.096000', '111531.099000', '111531.101000', '111531.104000', '111531.106000', '111531.109000', '111531.111000', '111531.114000', '111531.117000', '111531.119000', '111531.122000', '111531.124000', '111531.127000', '111531.129000', '111531.132000', '111531.134000', '111531.137000', '111531.139000', '111551.030000', '111551.033000', '111551.036000', '111551.057000', '111551.059000', '111551.062000', '111551.064000', '111551.067000', '111551.070000', '111551.072000', '111551.075000', '111551.077000', '111551.080000', '111551.082000', '111551.085000', '111551.088000', '111551.090000', '111551.093000', '111551.095000', '111551.098000', '111551.101000', '111551.103000', '111551.106000', '111551.108000', '111551.111000', '111551.114000', '111551.116000', '111551.119000', '111551.121000', '111551.124000', '111551.127000', '111551.129000', '111551.132000', '111551.134000', '111551.137000', '111551.140000', '111551.142000', '111551.145000', '111551.147000', '111551.150000', '111551.152000', '111551.155000', '111551.158000', '111551.160000', '111611.029000', '111611.032000', '111611.035000', '111611.037000', '111611.040000', '111611.043000', '111611.045000', '111611.048000', '111611.051000', '111611.053000', '111611.056000', '111611.058000', '111611.061000', '111611.064000', '111611.066000', '111611.069000', '111611.072000', '111611.074000', '111611.077000', '111611.079000', '111611.082000', '111611.085000', '111611.087000', '111611.090000', '111611.093000', '111611.095000', '111611.098000', '111611.100000', '111611.103000', '111611.106000', '111611.108000', '111611.111000', '111611.113000', '111611.116000', '111611.119000', '111611.121000', '111611.124000', '111611.126000', '111611.129000', '111611.132000', '111611.134000', '111611.137000', '111611.140000', '111631.029000', '111631.033000', '111631.036000', '111631.038000', '111631.041000', '111631.044000', '111631.046000', '111631.049000', '111631.051000', '111631.054000', '111631.057000', '111631.059000', '111631.062000', '111631.065000', '111631.067000', '111631.070000', '111631.072000', '111631.075000', '111631.078000', '111631.080000', '111631.083000', '111631.085000', '111631.088000', '111631.090000', '111631.093000', '111631.096000', '111631.098000', '111631.101000', '111631.103000', '111631.106000', '111631.109000', '111631.111000', '111631.114000', '111631.117000', '111631.119000', '111631.122000', '111631.124000', '111631.127000', '111631.129000', '111631.132000', '111631.135000', '111631.137000', '111631.140000', '111631.142000', '111651.031000', '111651.033000', '111651.036000', '111651.039000', '111651.041000', '111651.044000', '111651.046000', '111651.049000', '111651.052000', '111651.054000', '111651.057000', '111651.060000', '111651.062000', '111651.065000', '111651.067000', '111651.070000', '111651.072000', '111651.075000', '111651.078000', '111651.080000', '111651.083000', '111651.085000', '111651.088000', '111651.090000', '111651.093000', '111651.095000', '111651.098000', '111651.101000', '111651.103000', '111651.106000', '111651.108000', '111651.111000', '111651.113000', '111651.116000', '111651.118000', '111651.121000', '111651.124000', '111651.126000', '111651.129000', '111651.131000', '111651.134000', '111651.137000', '111651.139000', '111711.030000', '111711.033000', '111711.036000', '111711.038000', '111711.041000', '111711.044000', '111711.046000', '111711.049000', '111711.051000', '111711.054000', '111711.056000', '111711.059000', '111711.062000', '111711.065000', '111711.067000', '111711.070000', '111711.073000', '111711.075000', '111711.078000', '111711.081000', '111711.083000', '111711.086000', '111711.088000', '111711.091000', '111711.093000', '111711.096000', '111711.099000', '111711.101000', '111711.104000', '111711.106000', '111711.109000', '111711.111000', '111711.114000', '111711.117000', '111711.119000', '111711.122000', '111711.124000', '111711.127000', '111711.130000', '111711.132000', '111711.135000', '111711.137000', '111711.150000', '111711.153000', '111731.030000', '111731.033000', '111731.036000', '111731.039000', '111731.041000', '111731.044000', '111731.047000', '111731.049000', '111731.052000', '111731.054000', '111731.057000', '111731.059000', '111731.062000', '111731.065000', '111731.067000', '111731.070000', '111731.073000', '111731.075000', '111731.078000', '111731.080000', '111731.083000', '111731.086000', '111731.088000', '111731.091000', '111731.093000', '111731.096000', '111731.098000', '111731.101000', '111731.104000', '111731.106000', '111731.109000', '111731.111000', '111731.114000', '111731.116000', '111731.119000', '111731.121000', '111731.124000', '111731.127000', '111731.129000', '111731.132000', '111731.134000', '111731.137000', '111731.140000', '111751.030000', '111751.036000', '111751.039000', '111751.042000', '111751.045000', '111751.047000', '111751.050000', '111751.052000', '111751.055000', '111751.057000', '111751.060000', '111751.063000', '111751.065000', '111751.068000', '111751.071000', '111751.073000', '111751.076000', '111751.078000', '111751.081000', '111751.084000', '111751.086000', '111751.089000', '111751.091000', '111751.094000', '111751.097000', '111751.099000', '111751.102000', '111751.105000', '111751.107000', '111751.110000', '111751.112000', '111751.115000', '111751.118000', '111751.120000', '111751.123000', '111751.125000', '111751.128000', '111751.131000', '111751.133000', '111751.136000', '111751.138000', '111751.141000', '111751.144000', '111751.146000', '111811.031000', '111811.033000', '111811.036000', '111811.039000', '111811.041000', '111811.044000', '111811.046000', '111811.049000', '111811.051000', '111811.054000', '111811.057000', '111811.059000', '111811.062000', '111811.064000', '111811.067000', '111811.069000', '111811.072000', '111811.075000', '111811.077000', '111811.080000', '111811.083000', '111811.085000', '111811.088000', '111811.091000', '111811.093000', '111811.096000', '111811.099000', '111811.101000', '111811.104000', '111811.112000', '111811.114000', '111811.117000', '111811.120000', '111811.123000', '111811.125000', '111811.128000', '111811.130000', '111811.133000', '111811.135000', '111811.138000', '111811.141000', '111811.143000', '111811.146000', '111831.029000', '111831.032000', '111831.035000', '111831.037000', '111831.040000', '111831.043000', '111831.045000', '111831.048000', '111831.050000', '111831.053000', '111831.055000', '111831.058000', '111831.060000', '111831.063000', '111831.066000', '111831.068000', '111831.071000', '111831.073000', '111831.076000', '111831.078000', '111831.081000', '111831.084000', '111831.086000', '111831.089000', '111831.092000', '111831.094000', '111831.097000', '111831.099000', '111831.102000', '111831.105000', '111831.107000', '111831.110000', '111831.112000', '111831.115000', '111831.117000', '111831.120000', '111831.122000', '111831.125000', '111831.128000', '111831.130000', '111831.133000', '111831.135000', '111831.138000', '111831.140000', '111851.029000', '111851.032000', '111851.035000', '111851.037000', '111851.040000', '111851.043000', '111851.045000', '111851.048000', '111851.050000', '111851.053000', '111851.056000', '111851.058000', '111851.061000', '111851.063000', '111851.066000', '111851.069000', '111851.071000', '111851.074000', '111851.076000', '111851.079000', '111851.082000', '111851.085000', '111851.087000', '111851.096000', '111851.099000', '111851.101000', '111851.104000', '111851.106000', '111851.109000', '111851.112000', '111851.124000', '111851.127000', '111851.129000', '111851.132000', '111851.134000', '111851.137000', '111851.139000', '111851.142000', '111851.145000', '111851.147000', '111851.150000', '111851.152000', '111851.155000', '111911.030000', '111911.033000', '111911.036000', '111911.039000', '111911.041000', '111911.044000', '111911.046000', '111911.049000', '111911.052000', '111911.054000', '111911.057000', '111911.059000', '111911.062000', '111911.064000', '111911.067000', '111911.070000', '111911.072000', '111911.075000', '111911.078000', '111911.080000', '111911.083000', '111911.085000', '111911.088000', '111911.091000', '111911.093000', '111911.096000', '111911.099000', '111911.101000', '111911.104000', '111911.106000', '111911.109000', '111911.111000', '111911.114000', '111911.116000', '111911.119000', '111911.121000', '111911.124000', '111911.127000', '111911.129000', '111911.132000', '111911.134000', '111911.137000', '111911.140000', '111911.142000', '111931.030000', '111931.033000', '111931.036000', '111931.039000', '111931.041000', '111931.044000', '111931.046000', '111931.049000', '111931.052000', '111931.054000', '111931.057000', '111931.059000', '111931.062000', '111931.065000', '111931.067000', '111931.070000', '111931.072000', '111931.075000', '111931.077000', '111931.080000', '111931.083000', '111931.085000', '111931.088000', '111931.091000', '111931.093000', '111931.096000', '111931.098000', '111931.101000', '111931.103000', '111931.106000', '111931.109000', '111931.111000', '111931.114000', '111931.117000', '111931.119000', '111931.122000', '111931.124000', '111931.127000', '111931.130000', '111931.132000', '111931.135000', '111931.137000', '111931.140000', '111951.030000', '111951.033000', '111951.036000', '111951.038000', '111951.041000', '111951.044000', '111951.047000', '111951.049000', '111951.052000', '111951.055000', '111951.057000', '111951.060000', '111951.062000', '111951.065000', '111951.068000', '111951.070000', '111951.073000', '111951.075000', '111951.078000', '111951.081000', '111951.083000', '111951.086000', '111951.089000', '111951.091000', '111951.094000', '111951.096000', '111951.099000', '111951.102000', '111951.104000', '111951.107000', '111951.110000', '111951.112000', '111951.115000', '111951.117000', '111951.120000', '111951.123000', '111951.125000', '111951.128000', '111951.138000', '111951.140000', '111951.143000', '111951.146000', '111951.148000', '111951.151000', '112011.030000', '112011.033000', '112011.036000', '112011.038000', '112011.041000', '112011.043000', '112011.047000', '112011.050000', '112011.052000', '112011.055000', '112011.058000', '112011.060000', '112011.063000', '112011.065000', '112011.068000', '112011.071000', '112011.073000', '112011.076000', '112011.079000', '112011.081000', '112011.084000', '112011.087000', '112011.089000', '112011.092000', '112011.094000', '112011.097000', '112011.100000', '112011.102000', '112011.105000', '112011.107000', '112011.110000', '112011.113000', '112011.115000', '112011.118000', '112011.120000', '112011.123000', '112011.126000', '112011.128000', '112011.131000', '112011.133000', '112011.136000', '112011.139000', '112011.141000', '112031.031000', '112031.034000', '112031.036000', '112031.039000', '112031.041000', '112031.044000', '112031.047000', '112031.049000', '112031.052000', '112031.054000', '112031.057000', '112031.061000', '112031.064000', '112031.067000', '112031.070000', '112031.073000', '112031.076000', '112031.078000', '112031.081000', '112031.084000', '112031.086000', '112031.089000', '112031.091000', '112031.094000', '112031.097000', '112031.099000', '112031.102000', '112031.104000', '112031.107000', '112031.109000', '112031.112000', '112031.117000', '112031.119000', '112031.122000', '112031.125000', '112031.127000', '112031.130000', '112031.132000', '112031.135000', '112031.138000', '112031.140000', '112031.143000', '112031.145000', '112051.030000', '112051.032000', '112051.035000', '112051.038000', '112051.041000', '112051.043000', '112051.046000', '112051.048000', '112051.051000', '112051.053000', '112051.056000', '112051.059000', '112051.061000', '112051.064000', '112051.067000', '112051.069000', '112051.072000', '112051.074000', '112051.077000', '112051.080000', '112051.082000', '112051.085000', '112051.087000', '112051.090000', '112051.092000', '112051.095000', '112051.098000', '112051.101000', '112051.103000', '112051.106000', '112051.108000', '112051.111000', '112051.113000', '112051.116000', '112051.119000', '112051.121000', '112051.124000', '112051.126000', '112051.129000', '112051.131000', '112051.134000', '112051.137000', '112051.139000', '112051.142000', '112111.029000', '112111.032000', '112111.035000', '112111.037000', '112111.041000', '112111.057000', '112111.060000', '112111.063000', '112111.066000', '112111.068000', '112111.071000', '112111.073000', '112111.076000', '112111.079000', '112111.081000', '112111.084000', '112111.086000', '112111.089000', '112111.092000', '112111.094000', '112111.097000', '112111.100000', '112111.102000', '112111.105000', '112111.107000', '112111.110000', '112111.113000', '112111.115000', '112111.118000', '112111.120000', '112111.123000', '112111.125000', '112111.128000', '112111.130000', '112111.133000', '112111.136000', '112111.138000', '112111.141000', '112111.143000', '112111.146000', '112111.148000', '112111.151000', '112111.154000', '112121.598000', '112121.601000', '112121.604000', '112121.607000', '112121.609000', '112121.612000', '112121.614000', '112121.617000', '112121.620000', '112121.622000', '112121.625000', '112121.628000', '112121.631000', '112121.633000', '112121.636000', '112121.639000', '112121.641000', '112121.645000', '112121.647000', '112121.654000', '112121.657000', '112121.660000', '112121.663000', '112121.666000'], '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': [8191, 10474, 8001, 10784, 7971, 11134, 7948, 10227, 8375, 8498, 11596, 8925, 13310, 10292, 8628, 13171, 10455, 13229, 8054, 11420, 13009, 7435, 10020, 12140, 7380, 9946, 7459, 7997, 6785, 7173, 8515, 7510, 9148, 8193, 10405, 8042, 10371, 7481, 10170, 7851, 10654, 7153, 6857, 12228, 14341, 10528, 7809, 8761, 13890, 7716, 10120, 13562, 7415, 9747, 8790, 7727, 6833, 9532, 8322, 8203, 7363, 10961, 11537, 7936, 10050, 7363, 11180, 7855, 12108, 7881, 12176, 7866, 10520, 6860, 9653, 6822, 15310, 12833, 14859, 11539, 9192, 6683, 9501, 6898, 9672, 7016, 9474, 7150, 9428, 6927, 8463, 7902, 12300, 10733, 7922, 7374, 7259, 9747, 8396, 7138, 10946, 7425, 9901, 8180, 11199, 8191, 6763, 10047, 7446, 9175, 8128, 10001, 8218, 7112, 8729, 8265, 8638, 7224, 10129, 8219, 7199, 9485, 6940, 9796, 7701, 11365, 7695, 10316, 7173, 9908, 8103, 10765, 11694, 12744, 7789, 9331, 7566, 11417, 7750, 8299, 12036, 11135, 12401, 9130, 6624, 8124, 6982, 9394, 9577, 9665, 11852, 9146, 11500, 8746, 14475, 10308, 14989, 9552, 8551, 14206, 15237, 12995, 14359, 9772, 6705, 9027, 12436, 7893, 9074, 6758, 9089, 7676, 9701, 7587, 10103, 8249, 6958, 10076, 9371, 8535, 9731, 7913, 10623, 7797, 10918, 7669, 6981, 10233, 8165, 8193, 6953, 10549, 11844, 7940, 10012, 8635, 8459, 7870, 10128, 7028, 8917, 6945, 9686, 12393, 7945, 9319, 9211, 8744, 9580, 12126, 9420, 13503, 10403, 6759, 8782, 13519, 9787, 8895, 12188, 8135, 8799, 10426, 7848, 7169, 10181, 12848, 8991, 10768, 14764, 13168, 10324, 8305, 11152, 6822, 7588, 8749, 12206, 9139, 10288, 7562, 7523, 8130, 12090, 8253, 9665, 6805, 7996, 7033, 7467, 8967, 7003, 11511, 7392, 8220, 6538, 8996, 7305, 7918, 6836, 11068, 8239, 8996, 7321, 11064, 7296, 8465, 11450, 7239, 8106, 11216, 7674, 8370, 8734, 8617, 7406, 9156, 6734, 8244, 8719, 8407, 10791, 8324, 11486, 9114, 8155, 10377, 11249, 7029, 11707, 11685, 8449, 13332, 10796, 11143, 13694, 9692, 10404, 7037, 10954, 14966, 9164, 10065, 13844, 8156, 9133, 13360, 8297, 7561, 7800, 11432, 8833, 10516, 7936, 13638, 7309, 9912, 7052, 7930, 7759, 8025, 9562, 8145, 11559, 8086, 6930, 7946, 13504, 7004, 8917, 6731, 7637, 7642, 8224, 8805, 8016, 6828, 10278, 12371, 7845, 8734, 10514, 7207, 6645, 9184, 11792, 8037, 8995, 7406, 9021, 8445, 9023, 9018, 9406, 8405, 10918, 8298, 9366, 6716, 9262, 12158, 7371, 10153, 10362, 7397, 10939, 8812, 8027, 10457, 6716, 6550, 7441, 11775, 8399, 11591, 9669, 12680, 11436, 13105, 8261, 12003, 8568, 11646, 14603, 11400, 10987, 13772, 9377, 9820, 13209, 7697, 10522, 7177, 10674, 7079, 10249, 7276, 10035, 6556, 8798, 6703, 10736, 12762, 8073, 9724, 11145, 7106, 10166, 6804, 9114, 7325, 10750, 8326, 7641, 7975, 11356, 9054, 7633, 11176, 8143, 9677, 8526, 9578, 6773, 7142, 6879, 10968, 7065, 11025, 8252, 10377, 10651, 7849, 10476, 8969, 11225, 13135, 9529, 11552, 8931, 10959, 14349, 11560, 9204, 12632, 9122, 10122, 6788, 10407, 7580, 14266, 9654, 14082, 14636, 11080, 7649, 9503, 14373, 10012, 10232, 6718, 8961, 6662, 8345, 6867, 10811, 8553, 8367, 8435, 6808, 9055, 11158, 7594, 10083, 6682, 8535, 7232, 11094, 9124, 11355, 7664, 7818, 6792, 10732, 8979, 8116, 11080, 8362, 9779, 8593, 8711, 9063, 6570, 10884, 7371, 10197, 13724, 10314, 11918, 8485, 13391, 11187, 10288, 7723, 11128, 7451, 9895, 8958, 8867, 8216, 9065, 10024, 8829, 11634, 8096, 6621, 10185, 9604, 9297, 6669, 9488, 11433, 8121, 9915, 10251, 8078, 7371, 7224, 6661, 8429, 11466, 6833, 8812, 8272, 7110, 10391, 7738, 7021, 9944, 8919, 11110, 9888, 13731, 11826, 13621, 9189, 10331, 7084, 7838, 10386, 7501, 11867, 7083, 8959, 12314, 11949, 14207, 12341, 7904, 8225, 11661, 7945, 9347, 13296, 8078, 9480, 7593, 8535, 8712, 8127, 6436, 10406, 13898, 10914, 13068, 9074, 10914, 7722, 10515, 7316, 10751, 8289, 10953, 15805, 9011, 10271, 6733, 8432, 10725, 7814, 10466, 7104, 7531, 7362, 10823, 7451, 6419, 8247, 11471, 7665, 9130, 6547, 8302, 6824, 8404, 7214, 7742, 8755, 7663, 11359, 7882, 12119, 8128, 6790, 11853, 11608, 7353, 6818, 11007, 7778, 11539, 9615, 10169, 13768, 8935, 6493, 7640, 7598, 10042, 7955, 12224, 15041, 12899, 15796, 10990, 14711, 12232, 12264, 9181, 13795, 14021, 13456, 11170, 9599, 6580, 13615, 11934, 11988, 8681, 8898, 7280, 10318, 7524, 11029, 8770, 10501, 8053, 8828, 10827, 8231, 6538, 9384, 9643, 8948, 7017, 10584, 8069, 6597, 7625, 11049, 7191, 9903, 6691, 9743, 8669, 11272, 9466, 12160, 8317, 7041, 8031, 11102, 8742, 11449, 14830, 9524, 11708, 9388, 13511, 9201, 13398, 11197, 6442, 8804, 11127, 8144, 9729, 16292, 10255, 13141, 14729, 11552, 6775, 7436, 11263, 8780, 11533, 10130, 12812, 14916, 12268, 8571, 8235, 11254, 7815, 10303, 6775, 9859, 12026, 10428, 10351, 10012, 7592, 11648, 10169, 12101, 10239, 10887, 10417, 7211, 11008, 7884, 10814, 8512, 11367, 7669, 11776, 9565, 10062, 9907, 7692, 11330, 10470, 6524, 9893, 7227, 10604, 8030, 11119, 9341, 7789, 10908, 10700, 10583, 7928, 9221, 6803, 10302, 6523, 9579, 6602, 11023, 9541, 12526, 10306, 7815, 8030, 6891, 10865, 8547, 11574, 10370, 14577, 15275, 12990, 9905, 8056, 12336, 8462, 11057, 9282, 10735, 16332, 9490, 10884, 8261, 10656, 8070, 11785, 9872, 11724, 9659, 7980, 9777, 14882, 12233, 10295, 12025, 7760, 9885, 6544, 9168, 11759, 7448, 9946, 8184, 11444, 7499, 10783, 7612, 11308, 9154, 10759, 9367, 9773, 9617, 11398, 9696, 11947, 9326, 7085, 9065, 6567, 9311, 11763, 8011, 10208, 6972, 8515, 7821, 9539, 7650, 10853, 6842, 10163, 6550, 10341, 9507, 9082, 8448, 13289, 13597, 14856, 11784, 8002, 9149, 13363, 9141, 12989, 15805, 11534, 9115, 7852, 10502, 7261, 8697, 11450, 7437, 10738, 7118, 11885, 8781, 10694, 8043, 11483, 9304, 10623, 10034, 14305, 9694, 6679, 10215, 11929], 'WindowCenter': [4311.0, 4315.0, 4283.0, 4298.0, 4267.0, 4296.0, 4254.0, 4273.0, 4252.0, 4264.0, 4283.0, 4249.0, 4279.0, 4256.0, 4236.0, 4266.0, 4245.0, 4265.0, 4236.0, 4268.0, 4263.0, 4211.0, 4231.0, 4238.0, 4209.0, 4230.0, 4209.0, 4220.0, 4200.0, 4223.0, 4233.0, 4225.0, 4246.0, 4249.0, 4270.0, 4250.0, 4269.0, 4240.0, 4270.0, 4252.0, 4283.0, 4241.0, 4231.0, 4284.0, 4291.0, 4272.0, 4239.0, 4248.0, 4276.0, 4223.0, 4244.0, 4263.0, 4212.0, 4259.0, 4235.0, 4223.0, 4213.0, 4244.0, 4232.0, 4233.0, 4225.0, 4267.0, 4265.0, 4224.0, 4244.0, 4225.0, 4255.0, 4225.0, 4264.0, 4223.0, 4251.0, 4210.0, 4239.0, 4197.0, 4229.0, 4199.0, 4271.0, 4263.0, 4273.0, 4251.0, 4216.0, 4198.0, 4216.0, 4197.0, 4228.0, 4211.0, 4231.0, 4212.0, 4258.0, 4239.0, 4260.0, 4248.0, 4192.0, 4255.0, 4204.0, 4151.0, 4220.0, 4244.0, 4221.0, 4200.0, 4241.0, 4209.0, 4229.0, 4220.0, 4238.0, 4220.0, 4198.0, 4241.0, 4210.0, 4243.0, 4220.0, 4242.0, 4233.0, 4212.0, 4234.0, 4221.0, 4233.0, 4226.0, 4254.0, 4234.0, 4214.0, 4245.0, 4226.0, 4259.0, 4239.0, 4268.0, 4237.0, 4256.0, 4215.0, 4245.0, 4238.0, 4258.0, 4269.0, 4268.0, 4226.0, 4235.0, 4226.0, 4255.0, 4226.0, 4238.0, 4282.0, 4271.0, 4269.0, 4250.0, 4216.0, 4226.0, 4214.0, 4247.0, 4246.0, 4246.0, 4255.0, 4236.0, 4255.0, 4225.0, 4264.0, 4245.0, 4273.0, 4232.0, 4220.0, 4253.0, 4250.0, 4238.0, 4236.0, 4204.0, 4175.0, 4206.0, 4223.0, 4180.0, 4190.0, 4170.0, 4202.0, 4194.0, 4215.0, 4196.0, 4215.0, 4206.0, 4196.0, 4219.0, 4204.0, 4206.0, 4214.0, 4195.0, 4225.0, 4197.0, 4226.0, 4198.0, 4200.0, 4231.0, 4221.0, 4211.0, 4212.0, 4243.0, 4239.0, 4197.0, 4229.0, 4208.0, 4208.0, 4211.0, 4233.0, 4202.0, 4222.0, 4212.0, 4245.0, 4255.0, 4211.0, 4233.0, 4232.0, 4236.0, 4248.0, 4272.0, 4252.0, 4267.0, 4243.0, 4190.0, 4222.0, 4251.0, 4216.0, 4207.0, 4238.0, 4195.0, 4208.0, 4227.0, 4209.0, 4200.0, 4243.0, 4250.0, 4206.0, 4227.0, 4238.0, 4239.0, 4202.0, 4194.0, 4224.0, 4173.0, 4195.0, 4206.0, 4236.0, 4219.0, 4226.0, 4196.0, 4195.0, 4206.0, 4238.0, 4194.0, 4203.0, 4172.0, 4193.0, 4182.0, 4195.0, 4217.0, 4196.0, 4237.0, 4184.0, 4205.0, 4174.0, 4217.0, 4208.0, 4220.0, 4202.0, 4253.0, 4222.0, 4247.0, 4215.0, 4255.0, 4212.0, 4222.0, 4240.0, 4197.0, 4209.0, 4240.0, 4197.0, 4210.0, 4221.0, 4223.0, 4214.0, 4245.0, 4215.0, 4236.0, 4235.0, 4250.0, 4270.0, 4251.0, 4273.0, 4255.0, 4255.0, 4263.0, 4257.0, 4216.0, 4255.0, 4242.0, 4223.0, 4255.0, 4246.0, 4255.0, 4267.0, 4235.0, 4241.0, 4198.0, 4242.0, 4258.0, 4204.0, 4215.0, 4235.0, 4194.0, 4216.0, 4232.0, 4205.0, 4192.0, 4193.0, 4222.0, 4201.0, 4211.0, 4193.0, 4232.0, 4170.0, 4202.0, 4170.0, 4179.0, 4168.0, 4180.0, 4199.0, 4180.0, 4209.0, 4181.0, 4169.0, 4182.0, 4221.0, 4168.0, 4188.0, 4156.0, 4179.0, 4180.0, 4204.0, 4205.0, 4194.0, 4184.0, 4226.0, 4235.0, 4179.0, 4191.0, 4200.0, 4169.0, 4171.0, 4216.0, 4224.0, 4192.0, 4202.0, 4182.0, 4205.0, 4205.0, 4216.0, 4216.0, 4219.0, 4210.0, 4241.0, 4209.0, 4222.0, 4190.0, 4222.0, 4238.0, 4198.0, 4229.0, 4216.0, 4201.0, 4242.0, 4234.0, 4225.0, 4257.0, 4220.0, 4219.0, 4240.0, 4267.0, 4223.0, 4266.0, 4248.0, 4279.0, 4270.0, 4264.0, 4234.0, 4253.0, 4220.0, 4239.0, 4245.0, 4212.0, 4213.0, 4221.0, 4201.0, 4201.0, 4218.0, 4166.0, 4197.0, 4167.0, 4197.0, 4168.0, 4198.0, 4168.0, 4198.0, 4158.0, 4188.0, 4170.0, 4223.0, 4219.0, 4176.0, 4189.0, 4195.0, 4169.0, 4209.0, 4168.0, 4198.0, 4183.0, 4222.0, 4192.0, 4193.0, 4207.0, 4227.0, 4201.0, 4184.0, 4226.0, 4182.0, 4203.0, 4206.0, 4216.0, 4188.0, 4199.0, 4202.0, 4252.0, 4217.0, 4256.0, 4238.0, 4261.0, 4261.0, 4253.0, 4259.0, 4239.0, 4257.0, 4268.0, 4246.0, 4245.0, 4210.0, 4230.0, 4251.0, 4215.0, 4204.0, 4225.0, 4203.0, 4202.0, 4160.0, 4201.0, 4181.0, 4220.0, 4187.0, 4220.0, 4216.0, 4184.0, 4155.0, 4174.0, 4203.0, 4160.0, 4169.0, 4127.0, 4159.0, 4139.0, 4162.0, 4158.0, 4208.0, 4191.0, 4180.0, 4180.0, 4169.0, 4202.0, 4199.0, 4168.0, 4197.0, 4158.0, 4190.0, 4196.0, 4227.0, 4206.0, 4215.0, 4185.0, 4183.0, 4175.0, 4216.0, 4194.0, 4182.0, 4212.0, 4183.0, 4204.0, 4208.0, 4206.0, 4205.0, 4175.0, 4213.0, 4170.0, 4202.0, 4219.0, 4188.0, 4197.0, 4177.0, 4218.0, 4197.0, 4185.0, 4166.0, 4195.0, 4150.0, 4171.0, 4160.0, 4161.0, 4149.0, 4161.0, 4172.0, 4173.0, 4192.0, 4161.0, 4142.0, 4185.0, 4172.0, 4172.0, 4141.0, 4174.0, 4182.0, 4152.0, 4175.0, 4174.0, 4166.0, 4151.0, 4154.0, 4156.0, 4190.0, 4208.0, 4157.0, 4203.0, 4190.0, 4181.0, 4210.0, 4196.0, 4196.0, 4242.0, 4236.0, 4253.0, 4233.0, 4253.0, 4228.0, 4235.0, 4207.0, 4203.0, 4161.0, 4184.0, 4201.0, 4186.0, 4224.0, 4185.0, 4207.0, 4240.0, 4229.0, 4238.0, 4238.0, 4194.0, 4205.0, 4214.0, 4168.0, 4178.0, 4206.0, 4154.0, 4175.0, 4155.0, 4177.0, 4165.0, 4165.0, 4156.0, 4199.0, 4205.0, 4183.0, 4190.0, 4162.0, 4171.0, 4151.0, 4171.0, 4151.0, 4182.0, 4162.0, 4171.0, 4188.0, 4147.0, 4155.0, 4115.0, 4149.0, 4166.0, 4150.0, 4181.0, 4155.0, 4163.0, 4180.0, 4210.0, 4181.0, 4159.0, 4192.0, 4211.0, 4170.0, 4189.0, 4159.0, 4191.0, 4170.0, 4194.0, 4182.0, 4195.0, 4204.0, 4196.0, 4227.0, 4210.0, 4240.0, 4201.0, 4204.0, 4254.0, 4242.0, 4200.0, 4216.0, 4242.0, 4225.0, 4255.0, 4234.0, 4246.0, 4267.0, 4237.0, 4217.0, 4238.0, 4226.0, 4243.0, 4214.0, 4256.0, 4252.0, 4240.0, 4247.0, 4217.0, 4249.0, 4213.0, 4209.0, 4191.0, 4209.0, 4205.0, 4195.0, 4169.0, 4162.0, 4143.0, 4205.0, 4195.0, 4194.0, 4151.0, 4159.0, 4141.0, 4168.0, 4151.0, 4181.0, 4165.0, 4182.0, 4148.0, 4162.0, 4180.0, 4161.0, 4141.0, 4186.0, 4188.0, 4190.0, 4173.0, 4211.0, 4195.0, 4171.0, 4185.0, 4212.0, 4160.0, 4191.0, 4162.0, 4205.0, 4208.0, 4229.0, 4208.0, 4228.0, 4197.0, 4174.0, 4196.0, 4213.0, 4195.0, 4227.0, 4233.0, 4193.0, 4213.0, 4192.0, 4223.0, 4192.0, 4221.0, 4199.0, 4146.0, 4178.0, 4197.0, 4156.0, 4187.0, 4228.0, 4187.0, 4209.0, 4233.0, 4210.0, 4146.0, 4181.0, 4209.0, 4177.0, 4197.0, 4189.0, 4224.0, 4235.0, 4222.0, 4178.0, 4180.0, 4196.0, 4153.0, 4171.0, 4128.0, 4184.0, 4195.0, 4184.0, 4172.0, 4172.0, 4154.0, 4194.0, 4183.0, 4180.0, 4159.0, 4156.0, 4171.0, 4139.0, 4170.0, 4137.0, 4167.0, 4147.0, 4167.0, 4137.0, 4178.0, 4160.0, 4158.0, 4170.0, 4153.0, 4184.0, 4184.0, 4144.0, 4175.0, 4155.0, 4184.0, 4154.0, 4184.0, 4175.0, 4156.0, 4200.0, 4200.0, 4198.0, 4169.0, 4176.0, 4171.0, 4199.0, 4145.0, 4187.0, 4160.0, 4214.0, 4206.0, 4238.0, 4217.0, 4184.0, 4171.0, 4159.0, 4200.0, 4194.0, 4213.0, 4203.0, 4248.0, 4237.0, 4212.0, 4188.0, 4169.0, 4196.0, 4167.0, 4184.0, 4160.0, 4184.0, 4201.0, 4161.0, 4169.0, 4150.0, 4168.0, 4150.0, 4179.0, 4159.0, 4167.0, 4158.0, 4138.0, 4172.0, 4201.0, 4169.0, 4159.0, 4167.0, 4140.0, 4158.0, 4104.0, 4146.0, 4164.0, 4124.0, 4157.0, 4162.0, 4194.0, 4167.0, 4184.0, 4180.0, 4195.0, 4188.0, 4196.0, 4188.0, 4187.0, 4188.0, 4198.0, 4189.0, 4197.0, 4178.0, 4158.0, 4189.0, 4159.0, 4189.0, 4195.0, 4155.0, 4185.0, 4144.0, 4177.0, 4156.0, 4190.0, 4185.0, 4214.0, 4162.0, 4190.0, 4148.0, 4190.0, 4189.0, 4180.0, 4182.0, 4238.0, 4236.0, 4234.0, 4211.0, 4168.0, 4192.0, 4195.0, 4163.0, 4195.0, 4207.0, 4199.0, 4166.0, 4181.0, 4186.0, 4142.0, 4150.0, 4169.0, 4141.0, 4168.0, 4127.0, 4169.0, 4149.0, 4156.0, 4127.0, 4156.0, 4146.0, 4154.0, 4146.0, 4174.0, 4144.0, 4102.0, 4145.0, 4153.0], 'WindowWidth': [9547.0, 9541.0, 9493.0, 9505.0, 9462.0, 9501.0, 9438.0, 9463.0, 9429.0, 9447.0, 9473.0, 9421.0, 9460.0, 9424.0, 9398.0, 9439.0, 9409.0, 9437.0, 9398.0, 9444.0, 9430.0, 9358.0, 9385.0, 9389.0, 9351.0, 9383.0, 9354.0, 9369.0, 9344.0, 9380.0, 9389.0, 9383.0, 9415.0, 9422.0, 9453.0, 9426.0, 9450.0, 9412.0, 9454.0, 9430.0, 9475.0, 9417.0, 9404.0, 9476.0, 9482.0, 9458.0, 9409.0, 9418.0, 9456.0, 9378.0, 9407.0, 9432.0, 9362.0, 9437.0, 9399.0, 9379.0, 9366.0, 9410.0, 9390.0, 9392.0, 9386.0, 9446.0, 9438.0, 9382.0, 9407.0, 9383.0, 9423.0, 9383.0, 9435.0, 9378.0, 9412.0, 9355.0, 9392.0, 9333.0, 9381.0, 9339.0, 9442.0, 9435.0, 9450.0, 9413.0, 9356.0, 9336.0, 9355.0, 9335.0, 9376.0, 9357.0, 9384.0, 9362.0, 9435.0, 9412.0, 9442.0, 9422.0, 9293.0, 9427.0, 9337.0, 9239.0, 9381.0, 9410.0, 9371.0, 9340.0, 9397.0, 9353.0, 9380.0, 9370.0, 9391.0, 9366.0, 9335.0, 9401.0, 9358.0, 9404.0, 9369.0, 9401.0, 9392.0, 9362.0, 9396.0, 9372.0, 9391.0, 9389.0, 9420.0, 9394.0, 9367.0, 9412.0, 9390.0, 9436.0, 9410.0, 9448.0, 9403.0, 9426.0, 9368.0, 9410.0, 9403.0, 9428.0, 9444.0, 9443.0, 9384.0, 9395.0, 9384.0, 9421.0, 9386.0, 9404.0, 9470.0, 9453.0, 9446.0, 9421.0, 9371.0, 9384.0, 9365.0, 9415.0, 9409.0, 9410.0, 9422.0, 9394.0, 9420.0, 9380.0, 9432.0, 9407.0, 9443.0, 9384.0, 9364.0, 9416.0, 9407.0, 9385.0, 9377.0, 9330.0, 9294.0, 9338.0, 9355.0, 9294.0, 9307.0, 9280.0, 9326.0, 9320.0, 9351.0, 9330.0, 9352.0, 9341.0, 9329.0, 9361.0, 9336.0, 9338.0, 9348.0, 9325.0, 9364.0, 9329.0, 9367.0, 9333.0, 9338.0, 9383.0, 9366.0, 9353.0, 9361.0, 9401.0, 9388.0, 9330.0, 9376.0, 9344.0, 9344.0, 9353.0, 9386.0, 9341.0, 9370.0, 9359.0, 9407.0, 9419.0, 9357.0, 9389.0, 9386.0, 9395.0, 9415.0, 9454.0, 9427.0, 9442.0, 9399.0, 9324.0, 9369.0, 9408.0, 9352.0, 9342.0, 9386.0, 9322.0, 9343.0, 9369.0, 9349.0, 9341.0, 9402.0, 9407.0, 9339.0, 9366.0, 9385.0, 9389.0, 9326.0, 9319.0, 9359.0, 9292.0, 9323.0, 9340.0, 9383.0, 9362.0, 9367.0, 9327.0, 9325.0, 9343.0, 9386.0, 9321.0, 9329.0, 9286.0, 9318.0, 9303.0, 9327.0, 9356.0, 9329.0, 9383.0, 9306.0, 9340.0, 9297.0, 9356.0, 9348.0, 9365.0, 9346.0, 9414.0, 9371.0, 9415.0, 9369.0, 9419.0, 9356.0, 9368.0, 9392.0, 9329.0, 9348.0, 9390.0, 9329.0, 9350.0, 9366.0, 9374.0, 9366.0, 9407.0, 9369.0, 9400.0, 9397.0, 9424.0, 9451.0, 9428.0, 9458.0, 9435.0, 9434.0, 9443.0, 9424.0, 9368.0, 9422.0, 9395.0, 9372.0, 9418.0, 9407.0, 9420.0, 9439.0, 9394.0, 9395.0, 9336.0, 9400.0, 9416.0, 9335.0, 9351.0, 9380.0, 9321.0, 9352.0, 9370.0, 9337.0, 9316.0, 9319.0, 9357.0, 9325.0, 9339.0, 9318.0, 9366.0, 9282.0, 9327.0, 9279.0, 9294.0, 9277.0, 9295.0, 9318.0, 9297.0, 9334.0, 9298.0, 9280.0, 9301.0, 9351.0, 9277.0, 9302.0, 9258.0, 9295.0, 9297.0, 9334.0, 9337.0, 9321.0, 9310.0, 9369.0, 9379.0, 9293.0, 9310.0, 9320.0, 9280.0, 9285.0, 9352.0, 9362.0, 9316.0, 9328.0, 9304.0, 9337.0, 9338.0, 9355.0, 9355.0, 9362.0, 9353.0, 9395.0, 9347.0, 9367.0, 9325.0, 9368.0, 9385.0, 9331.0, 9375.0, 9354.0, 9341.0, 9397.0, 9391.0, 9383.0, 9428.0, 9383.0, 9384.0, 9412.0, 9442.0, 9378.0, 9440.0, 9417.0, 9462.0, 9450.0, 9430.0, 9392.0, 9417.0, 9368.0, 9391.0, 9396.0, 9341.0, 9343.0, 9354.0, 9326.0, 9325.0, 9342.0, 9273.0, 9313.0, 9275.0, 9314.0, 9274.0, 9316.0, 9277.0, 9318.0, 9266.0, 9303.0, 9283.0, 9359.0, 9347.0, 9284.0, 9304.0, 9306.0, 9280.0, 9333.0, 9280.0, 9319.0, 9306.0, 9357.0, 9318.0, 9320.0, 9343.0, 9372.0, 9328.0, 9306.0, 9367.0, 9299.0, 9329.0, 9339.0, 9351.0, 9321.0, 9338.0, 9347.0, 9416.0, 9373.0, 9425.0, 9406.0, 9439.0, 9439.0, 9432.0, 9435.0, 9404.0, 9425.0, 9445.0, 9408.0, 9404.0, 9348.0, 9375.0, 9411.0, 9348.0, 9330.0, 9363.0, 9327.0, 9324.0, 9264.0, 9321.0, 9294.0, 9347.0, 9298.0, 9349.0, 9335.0, 9288.0, 9249.0, 9275.0, 9314.0, 9248.0, 9260.0, 9203.0, 9249.0, 9223.0, 9259.0, 9264.0, 9331.0, 9312.0, 9293.0, 9292.0, 9279.0, 9326.0, 9317.0, 9274.0, 9313.0, 9262.0, 9305.0, 9328.0, 9368.0, 9337.0, 9347.0, 9305.0, 9301.0, 9294.0, 9350.0, 9316.0, 9299.0, 9337.0, 9301.0, 9331.0, 9344.0, 9337.0, 9335.0, 9295.0, 9342.0, 9279.0, 9324.0, 9347.0, 9300.0, 9310.0, 9283.0, 9341.0, 9312.0, 9292.0, 9268.0, 9305.0, 9239.0, 9268.0, 9250.0, 9254.0, 9235.0, 9254.0, 9269.0, 9272.0, 9296.0, 9254.0, 9229.0, 9292.0, 9270.0, 9271.0, 9228.0, 9276.0, 9284.0, 9243.0, 9277.0, 9274.0, 9265.0, 9240.0, 9249.0, 9260.0, 9311.0, 9330.0, 9261.0, 9329.0, 9307.0, 9299.0, 9336.0, 9327.0, 9331.0, 9398.0, 9396.0, 9415.0, 9384.0, 9416.0, 9370.0, 9374.0, 9335.0, 9328.0, 9264.0, 9301.0, 9323.0, 9313.0, 9359.0, 9309.0, 9340.0, 9391.0, 9372.0, 9388.0, 9382.0, 9318.0, 9337.0, 9344.0, 9271.0, 9282.0, 9319.0, 9246.0, 9276.0, 9250.0, 9282.0, 9264.0, 9265.0, 9257.0, 9318.0, 9318.0, 9283.0, 9290.0, 9252.0, 9264.0, 9240.0, 9264.0, 9240.0, 9280.0, 9254.0, 9266.0, 9283.0, 9224.0, 9233.0, 9181.0, 9232.0, 9252.0, 9238.0, 9278.0, 9252.0, 9264.0, 9295.0, 9335.0, 9297.0, 9265.0, 9314.0, 9338.0, 9278.0, 9302.0, 9262.0, 9310.0, 9282.0, 9319.0, 9301.0, 9323.0, 9334.0, 9326.0, 9369.0, 9351.0, 9391.0, 9337.0, 9347.0, 9417.0, 9396.0, 9339.0, 9370.0, 9398.0, 9378.0, 9415.0, 9387.0, 9405.0, 9438.0, 9395.0, 9374.0, 9403.0, 9383.0, 9400.0, 9360.0, 9423.0, 9405.0, 9389.0, 9392.0, 9354.0, 9401.0, 9341.0, 9328.0, 9306.0, 9334.0, 9316.0, 9302.0, 9258.0, 9251.0, 9230.0, 9318.0, 9304.0, 9303.0, 9235.0, 9243.0, 9223.0, 9258.0, 9238.0, 9278.0, 9262.0, 9284.0, 9229.0, 9253.0, 9276.0, 9254.0, 9228.0, 9294.0, 9300.0, 9305.0, 9289.0, 9339.0, 9320.0, 9284.0, 9306.0, 9337.0, 9264.0, 9306.0, 9269.0, 9331.0, 9343.0, 9371.0, 9341.0, 9363.0, 9321.0, 9288.0, 9322.0, 9340.0, 9321.0, 9366.0, 9366.0, 9311.0, 9338.0, 9308.0, 9352.0, 9310.0, 9347.0, 9311.0, 9238.0, 9284.0, 9312.0, 9249.0, 9297.0, 9352.0, 9294.0, 9329.0, 9368.0, 9331.0, 9241.0, 9298.0, 9332.0, 9284.0, 9311.0, 9302.0, 9356.0, 9376.0, 9354.0, 9287.0, 9292.0, 9309.0, 9245.0, 9263.0, 9202.0, 9288.0, 9302.0, 9286.0, 9267.0, 9270.0, 9248.0, 9301.0, 9284.0, 9273.0, 9245.0, 9234.0, 9263.0, 9215.0, 9264.0, 9210.0, 9251.0, 9225.0, 9252.0, 9212.0, 9265.0, 9245.0, 9243.0, 9261.0, 9245.0, 9286.0, 9283.0, 9235.0, 9275.0, 9249.0, 9284.0, 9245.0, 9285.0, 9274.0, 9251.0, 9317.0, 9317.0, 9312.0, 9271.0, 9280.0, 9286.0, 9317.0, 9237.0, 9295.0, 9266.0, 9341.0, 9336.0, 9383.0, 9349.0, 9300.0, 9277.0, 9262.0, 9316.0, 9316.0, 9339.0, 9328.0, 9397.0, 9383.0, 9336.0, 9296.0, 9275.0, 9304.0, 9268.0, 9286.0, 9246.0, 9288.0, 9306.0, 9252.0, 9262.0, 9235.0, 9257.0, 9234.0, 9271.0, 9245.0, 9253.0, 9241.0, 9215.0, 9268.0, 9303.0, 9258.0, 9243.0, 9250.0, 9222.0, 9241.0, 9163.0, 9221.0, 9243.0, 9189.0, 9238.0, 9256.0, 9300.0, 9270.0, 9288.0, 9295.0, 9307.0, 9300.0, 9308.0, 9300.0, 9297.0, 9300.0, 9314.0, 9301.0, 9305.0, 9283.0, 9257.0, 9301.0, 9264.0, 9301.0, 9299.0, 9246.0, 9289.0, 9232.0, 9280.0, 9250.0, 9302.0, 9303.0, 9341.0, 9268.0, 9301.0, 9242.0, 9303.0, 9299.0, 9288.0, 9295.0, 9381.0, 9376.0, 9370.0, 9333.0, 9268.0, 9309.0, 9301.0, 9256.0, 9302.0, 9324.0, 9315.0, 9263.0, 9295.0, 9294.0, 9222.0, 9233.0, 9256.0, 9221.0, 9254.0, 9195.0, 9253.0, 9229.0, 9233.0, 9194.0, 9230.0, 9220.0, 9227.0, 9218.0, 9253.0, 9212.0, 9154.0, 9217.0, 9223.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.001938254879448909</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06526721756601607</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.98848083322994</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.173329330241379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9730005365977008</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.503</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5833.1514</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16350996427098868</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>203</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.30654420206659</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4953974472081093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3699564889503795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.680058117920617</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.436177734753331</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0542416</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015154741704463959</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.048006586730480194</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.520879150742225</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>18.4139</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.8176</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.4114</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293399.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>960.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.519</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4627</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.1212</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.7482</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1507.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4317.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.3375</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.33057491108775</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> |