=== 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-0013 --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-0013",
"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-0013_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0013_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-03/func/sub-0013_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5a5f471d5a593fd8d29d014f65bd3f39</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>10:05:11.557500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0975402</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3c61aa37-8272-40b3-bfd6-2fee24dca530||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['100511.557500', '100512.017500', '100512.477500', '100512.937500', '100513.397500', '100513.857500', '100514.317500', '100514.777500', '100515.237500', '100515.697500', '100516.157500', '100516.617500', '100517.077500', '100517.537500', '100517.997500', '100518.457500', '100518.917500', '100519.377500', '100519.837500', '100520.297500', '100520.757500', '100521.217500', '100521.677500', '100522.137500', '100522.597500', '100523.057500', '100523.517500', '100523.977500', '100524.437500', '100524.897500', '100525.357500', '100525.817500', '100526.277500', '100526.737500', '100527.197500', '100527.657500', '100528.117500', '100528.577500', '100529.037500', '100529.497500', '100529.957500', '100530.417500', '100530.877500', '100531.337500', '100531.797500', '100532.257500', '100532.717500', '100533.177500', '100533.637500', '100534.097500', '100534.557500', '100535.017500', '100535.477500', '100535.937500', '100536.397500', '100536.857500', '100537.317500', '100537.777500', '100538.237500', '100538.697500', '100539.157500', '100539.617500', '100540.077500', '100540.537500', '100540.997500', '100541.457500', '100541.917500', '100542.377500', '100542.837500', '100543.297500', '100543.757500', '100544.217500', '100544.677500', '100545.137500', '100545.597500', '100546.057500', '100546.517500', '100546.977500', '100547.437500', '100547.897500', '100548.357500', '100548.817500', '100549.277500', '100549.737500', '100550.197500', '100550.657500', '100551.117500', '100551.577500', '100552.037500', '100552.497500', '100552.957500', '100553.417500', '100553.877500', '100554.337500', '100554.797500', '100555.257500', '100555.717500', '100556.177500', '100556.637500', '100557.097500', '100557.557500', '100558.017500', '100558.477500', '100558.937500', '100559.397500', '100559.857500', '100600.317500', '100600.777500', '100601.237500', '100601.697500', '100602.157500', '100602.617500', '100603.077500', '100603.537500', '100603.997500', '100604.457500', '100604.917500', '100605.377500', '100605.837500', '100606.297500', '100606.757500', '100607.217500', '100607.677500', '100608.137500', '100608.597500', '100609.057500', '100609.517500', '100609.977500', '100610.437500', '100610.897500', '100611.357500', '100611.817500', '100612.277500', '100612.737500', '100613.197500', '100613.657500', '100614.117500', '100614.577500', '100615.037500', '100615.497500', '100615.957500', '100616.417500', '100616.877500', '100617.337500', '100617.797500', '100618.257500', '100618.717500', '100619.177500', '100619.637500', '100620.097500', '100620.557500', '100621.017500', '100621.477500', '100621.937500', '100622.397500', '100622.857500', '100623.317500', '100623.777500', '100624.237500', '100624.697500', '100625.157500', '100625.617500', '100626.077500', '100626.537500', '100626.997500', '100627.457500', '100627.917500', '100628.377500', '100628.837500', '100629.297500', '100629.757500', '100630.217500', '100630.677500', '100631.137500', '100631.597500', '100632.057500', '100632.517500', '100632.977500', '100633.437500', '100633.897500', '100634.357500', '100634.817500', '100635.277500', '100635.737500', '100636.197500', '100636.657500', '100637.117500', '100637.577500', '100638.037500', '100638.497500', '100638.957500', '100639.417500', '100639.877500', '100640.337500', '100640.797500', '100641.257500', '100641.717500', '100642.177500', '100642.637500', '100643.097500', '100643.557500', '100644.017500', '100644.477500', '100644.937500', '100645.397500', '100645.857500', '100646.317500', '100646.777500', '100647.237500', '100647.697500', '100648.157500', '100648.617500', '100649.077500', '100649.537500', '100649.997500', '100650.457500', '100650.917500', '100651.377500', '100651.837500', '100652.297500', '100652.757500', '100653.217500', '100653.677500', '100654.137500', '100654.597500', '100655.057500', '100655.517500', '100655.977500', '100656.437500', '100656.897500', '100657.357500', '100657.817500', '100658.277500', '100658.737500', '100659.197500', '100659.657500', '100700.117500', '100700.577500', '100701.037500', '100701.497500', '100701.957500', '100702.417500', '100702.877500', '100703.337500', '100703.797500', '100704.257500', '100704.717500', '100705.177500', '100705.637500', '100706.097500', '100706.557500', '100707.017500', '100707.477500', '100707.937500', '100708.397500', '100708.857500', '100709.317500', '100709.777500', '100710.237500', '100710.697500', '100711.157500', '100711.617500', '100712.077500', '100712.537500', '100712.997500', '100713.457500', '100713.917500', '100714.377500', '100714.837500', '100715.297500', '100715.757500', '100716.217500', '100716.677500', '100717.137500', '100717.597500', '100718.057500', '100718.517500', '100718.977500', '100719.437500', '100719.897500', '100720.357500', '100720.817500', '100721.277500', '100721.737500', '100722.197500', '100722.657500', '100723.117500', '100723.577500', '100724.037500', '100724.497500', '100724.957500', '100725.417500', '100725.877500', '100726.337500', '100726.797500', '100727.257500', '100727.717500', '100728.177500', '100728.637500', '100729.097500', '100729.557500', '100730.017500', '100730.477500', '100730.937500', '100731.397500', '100731.857500', '100732.317500', '100732.777500', '100733.237500', '100733.697500', '100734.157500', '100734.617500', '100735.077500', '100735.537500', '100735.997500', '100736.457500', '100736.917500', '100737.377500', '100737.837500', '100738.297500', '100738.757500', '100739.217500', '100739.677500', '100740.137500', '100740.597500', '100741.057500', '100741.517500', '100741.977500', '100742.437500', '100742.897500', '100743.357500', '100743.817500', '100744.277500', '100744.737500', '100745.197500', '100745.657500', '100746.117500', '100746.577500', '100747.037500', '100747.497500', '100747.957500', '100748.417500', '100748.877500', '100749.337500', '100749.797500', '100750.257500', '100750.717500', '100751.177500', '100751.637500', '100752.097500', '100752.557500', '100753.017500', '100753.477500', '100753.937500', '100754.397500', '100754.857500', '100755.317500', '100755.777500', '100756.237500', '100756.697500', '100757.157500', '100757.617500', '100758.077500', '100758.537500', '100758.997500', '100759.457500', '100759.917500', '100800.377500', '100800.837500', '100801.297500', '100801.757500', '100802.217500', '100802.677500', '100803.137500', '100803.597500', '100804.057500', '100804.517500', '100804.977500', '100805.437500', '100805.897500', '100806.357500', '100806.817500', '100807.277500', '100807.737500', '100808.197500', '100808.657500', '100809.117500', '100809.577500', '100810.037500', '100810.497500', '100810.957500', '100811.417500', '100811.877500', '100812.337500', '100812.797500', '100813.257500', '100813.717500', '100814.177500', '100814.637500', '100815.097500', '100815.557500', '100816.017500', '100816.477500', '100816.937500', '100817.397500', '100817.857500', '100818.317500', '100818.777500', '100819.237500', '100819.697500', '100820.157500', '100820.617500', '100821.077500', '100821.537500', '100821.997500', '100822.457500', '100822.917500', '100823.377500', '100823.837500', '100824.297500', '100824.757500', '100825.217500', '100825.677500', '100826.137500', '100826.597500', '100827.057500', '100827.517500', '100827.977500', '100828.437500', '100828.897500', '100829.357500', '100829.817500', '100830.277500', '100830.737500', '100831.197500', '100831.657500', '100832.117500', '100832.577500', '100833.037500', '100833.497500', '100833.957500', '100834.417500', '100834.877500', '100835.337500', '100835.797500', '100836.257500', '100836.717500', '100837.177500', '100837.637500', '100838.097500', '100838.557500', '100839.017500', '100839.477500', '100839.937500', '100840.397500', '100840.857500', '100841.317500', '100841.777500', '100842.237500', '100842.697500', '100843.157500', '100843.617500', '100844.077500', '100844.537500', '100844.997500', '100845.457500', '100845.917500', '100846.377500', '100846.837500', '100847.297500', '100847.757500', '100848.217500', '100848.677500', '100849.137500', '100849.597500', '100850.057500', '100850.517500', '100850.977500', '100851.437500', '100851.897500', '100852.357500', '100852.817500', '100853.277500', '100853.737500', '100854.197500', '100854.657500', '100855.117500', '100855.577500', '100856.037500', '100856.497500', '100856.957500', '100857.417500', '100857.877500', '100858.337500', '100858.797500', '100859.257500', '100859.717500', '100900.177500', '100900.637500', '100901.097500', '100901.557500', '100902.017500', '100902.477500', '100902.937500', '100903.397500', '100903.857500', '100904.317500', '100904.777500', '100905.237500', '100905.697500', '100906.157500', '100906.617500', '100907.077500', '100907.537500', '100907.997500', '100908.457500', '100908.917500', '100909.377500', '100909.837500', '100910.297500', '100910.757500', '100911.217500', '100911.677500', '100912.137500', '100912.597500', '100913.057500', '100913.517500', '100913.977500', '100914.437500', '100914.897500', '100915.357500', '100915.817500', '100916.277500', '100916.737500', '100917.197500', '100917.657500', '100918.117500', '100918.577500', '100919.037500', '100919.497500', '100919.957500', '100920.417500', '100920.877500', '100921.337500', '100921.797500', '100922.257500', '100922.717500', '100923.177500', '100923.637500', '100924.097500', '100924.557500', '100925.017500', '100925.477500', '100925.937500', '100926.397500', '100926.857500', '100927.317500', '100927.777500', '100928.237500', '100928.697500', '100929.157500', '100929.617500', '100930.077500', '100930.537500', '100930.997500', '100931.457500', '100931.917500', '100932.377500', '100932.837500', '100933.297500', '100933.757500', '100934.217500', '100934.677500', '100935.137500', '100935.597500', '100936.057500', '100936.517500', '100936.977500', '100937.437500', '100937.897500', '100938.357500', '100938.817500', '100939.277500', '100939.737500', '100940.197500', '100940.657500', '100941.117500', '100941.577500', '100942.037500', '100942.497500', '100942.957500', '100943.417500', '100943.877500', '100944.337500', '100944.797500', '100945.257500', '100945.717500', '100946.177500', '100946.637500', '100947.097500', '100947.557500', '100948.017500', '100948.477500', '100948.937500', '100949.397500', '100949.857500', '100950.317500', '100950.777500', '100951.237500', '100951.697500', '100952.157500', '100952.617500', '100953.077500', '100953.537500', '100953.997500', '100954.457500', '100954.917500', '100955.377500', '100955.837500', '100956.297500', '100956.757500', '100957.217500', '100957.677500', '100958.137500', '100958.597500', '100959.057500', '100959.517500', '100959.977500', '101000.437500', '101000.897500', '101001.357500', '101001.817500', '101002.277500', '101002.737500', '101003.197500', '101003.657500', '101004.117500', '101004.577500', '101005.037500', '101005.497500', '101005.957500', '101006.417500', '101006.877500', '101007.337500', '101007.797500', '101008.257500', '101008.717500', '101009.177500', '101009.637500', '101010.097500', '101010.557500', '101011.017500', '101011.477500', '101011.937500', '101012.397500', '101012.857500', '101013.317500', '101013.777500', '101014.237500', '101014.697500', '101015.157500', '101015.617500', '101016.077500', '101016.537500', '101016.997500', '101017.457500', '101017.917500', '101018.377500', '101018.837500', '101019.297500', '101019.757500', '101020.217500', '101020.677500', '101021.137500', '101021.597500', '101022.057500', '101022.517500', '101022.977500', '101023.437500', '101023.897500', '101024.357500', '101024.817500', '101025.277500', '101025.737500', '101026.197500', '101026.657500', '101027.117500', '101027.577500', '101028.037500', '101028.497500', '101028.957500', '101029.417500', '101029.877500', '101030.337500', '101030.797500', '101031.257500', '101031.717500', '101032.177500', '101032.637500', '101033.097500', '101033.557500', '101034.017500', '101034.477500', '101034.937500', '101035.397500', '101035.857500', '101036.317500', '101036.777500', '101037.237500', '101037.697500', '101038.157500', '101038.617500', '101039.077500', '101039.537500', '101039.997500', '101040.457500', '101040.917500', '101041.377500', '101041.837500', '101042.297500', '101042.757500', '101043.217500', '101043.677500', '101044.137500', '101044.597500', '101045.057500', '101045.517500', '101045.977500', '101046.437500', '101046.897500', '101047.357500', '101047.817500', '101048.277500', '101048.737500', '101049.197500', '101049.657500', '101050.117500', '101050.577500', '101051.037500', '101051.497500', '101051.957500', '101052.417500', '101052.877500', '101053.337500', '101053.797500', '101054.257500', '101054.717500', '101055.177500', '101055.637500', '101056.097500', '101056.557500', '101057.017500', '101057.477500', '101057.937500', '101058.397500', '101058.857500', '101059.317500', '101059.777500', '101100.237500', '101100.697500', '101101.157500', '101101.617500', '101102.077500', '101102.537500', '101102.997500', '101103.457500', '101103.917500', '101104.377500', '101104.837500', '101105.297500', '101105.757500', '101106.217500', '101106.677500', '101107.137500', '101107.597500', '101108.057500', '101108.517500', '101108.977500', '101109.437500', '101109.897500', '101110.357500', '101110.817500', '101111.277500', '101111.737500', '101112.197500', '101112.657500', '101113.117500', '101113.577500', '101114.037500', '101114.497500', '101114.957500', '101115.417500', '101115.877500', '101116.337500', '101116.797500', '101117.257500', '101117.717500', '101118.177500', '101118.637500', '101119.097500', '101119.557500', '101120.017500', '101120.477500', '101120.937500', '101121.397500', '101121.857500', '101122.317500', '101122.777500', '101123.237500', '101123.697500', '101124.157500', '101124.617500', '101125.077500', '101125.537500', '101125.997500', '101126.457500', '101126.917500', '101127.377500', '101127.837500', '101128.297500', '101128.757500', '101129.217500', '101129.677500', '101130.137500', '101130.597500', '101131.057500', '101131.517500', '101131.977500', '101132.437500', '101132.897500', '101133.357500', '101133.817500', '101134.277500', '101134.737500', '101135.197500', '101135.657500', '101136.117500', '101136.577500', '101137.037500', '101137.497500', '101137.957500', '101138.417500', '101138.877500', '101139.337500', '101139.797500', '101140.257500', '101140.717500', '101141.177500', '101141.637500', '101142.097500', '101142.557500', '101143.017500', '101143.477500', '101143.937500', '101144.397500', '101144.857500', '101145.317500', '101145.777500', '101146.237500', '101146.697500', '101147.157500', '101147.617500', '101148.077500', '101148.537500', '101148.997500', '101149.457500', '101149.917500', '101150.377500', '101150.837500', '101151.297500', '101151.757500', '101152.217500'], 'ContentTime': ['100523.209000', '100523.213000', '100523.215000', '100523.218000', '100523.221000', '100523.224000', '100523.227000', '100523.230000', '100523.233000', '100523.235000', '100523.238000', '100523.246000', '100523.249000', '100523.252000', '100523.255000', '100523.263000', '100523.266000', '100523.269000', '100523.271000', '100523.274000', '100523.277000', '100523.280000', '100523.283000', '100543.181000', '100543.184000', '100543.187000', '100543.190000', '100543.192000', '100543.195000', '100543.198000', '100543.201000', '100543.204000', '100543.206000', '100543.219000', '100543.222000', '100543.225000', '100543.228000', '100543.230000', '100543.233000', '100543.236000', '100543.239000', '100543.242000', '100543.245000', '100543.247000', '100543.250000', '100543.253000', '100543.256000', '100543.258000', '100543.263000', '100543.266000', '100543.269000', '100543.272000', '100543.274000', '100543.277000', '100543.280000', '100543.283000', '100543.286000', '100543.289000', '100543.291000', '100543.294000', '100543.297000', '100543.300000', '100543.308000', '100543.311000', '100543.314000', '100543.317000', '100603.182000', '100603.185000', '100603.187000', '100603.202000', '100603.205000', '100603.208000', '100603.211000', '100603.213000', '100603.216000', '100603.219000', '100603.222000', '100603.225000', '100603.228000', '100603.231000', '100603.233000', '100603.236000', '100603.239000', '100603.242000', '100603.245000', '100603.247000', '100603.250000', '100603.253000', '100603.256000', '100603.259000', '100603.261000', '100603.264000', '100603.267000', '100603.270000', '100603.273000', '100603.275000', '100603.278000', '100603.281000', '100603.284000', '100603.287000', '100603.290000', '100603.292000', '100603.295000', '100603.304000', '100603.306000', '100603.309000', '100603.312000', '100603.315000', '100603.318000', '100603.320000', '100623.182000', '100623.185000', '100623.188000', '100623.190000', '100623.193000', '100623.196000', '100623.199000', '100623.202000', '100623.204000', '100623.207000', '100623.210000', '100623.213000', '100623.216000', '100623.218000', '100623.221000', '100623.224000', '100623.227000', '100623.230000', '100623.233000', '100623.236000', '100623.239000', '100623.241000', '100623.244000', '100623.247000', '100623.250000', '100623.253000', '100623.255000', '100623.258000', '100623.261000', '100623.264000', '100623.267000', '100623.270000', '100623.272000', '100623.275000', '100623.278000', '100623.281000', '100623.284000', '100623.286000', '100623.289000', '100623.292000', '100623.295000', '100623.298000', '100623.301000', '100643.182000', '100643.185000', '100643.188000', '100643.191000', '100643.194000', '100643.196000', '100643.199000', '100643.202000', '100643.205000', '100643.208000', '100643.210000', '100643.213000', '100643.216000', '100643.219000', '100643.222000', '100643.225000', '100643.227000', '100643.230000', '100643.233000', '100643.236000', '100643.239000', '100643.242000', '100643.244000', '100643.247000', '100643.250000', '100643.253000', '100643.256000', '100643.258000', '100643.261000', '100643.264000', '100643.267000', '100643.270000', '100643.273000', '100643.275000', '100643.278000', '100643.281000', '100643.284000', '100643.287000', '100643.289000', '100643.292000', '100643.295000', '100643.298000', '100643.301000', '100643.304000', '100703.182000', '100703.185000', '100703.188000', '100703.191000', '100703.193000', '100703.196000', '100703.199000', '100703.202000', '100703.205000', '100703.207000', '100703.210000', '100703.213000', '100703.216000', '100703.219000', '100703.222000', '100703.225000', '100703.227000', '100703.230000', '100703.233000', '100703.236000', '100703.239000', '100703.241000', '100703.244000', '100703.247000', '100703.250000', '100703.253000', '100703.255000', '100703.258000', '100703.261000', '100703.264000', '100703.267000', '100703.270000', '100703.272000', '100703.275000', '100703.278000', '100703.281000', '100703.284000', '100703.287000', '100703.289000', '100703.292000', '100703.295000', '100703.298000', '100703.302000', '100723.181000', '100723.184000', '100723.187000', '100723.189000', '100723.192000', '100723.195000', '100723.198000', '100723.201000', '100723.204000', '100723.206000', '100723.209000', '100723.212000', '100723.215000', '100723.218000', '100723.221000', '100723.223000', '100723.226000', '100723.229000', '100723.232000', '100723.235000', '100723.238000', '100723.240000', '100723.243000', '100723.246000', '100723.249000', '100723.252000', '100723.255000', '100723.257000', '100723.260000', '100723.263000', '100723.266000', '100723.269000', '100723.272000', '100723.274000', '100723.277000', '100723.280000', '100723.283000', '100723.286000', '100723.289000', '100723.292000', '100723.294000', '100723.297000', '100723.313000', '100723.316000', '100743.181000', '100743.184000', '100743.187000', '100743.189000', '100743.192000', '100743.195000', '100743.198000', '100743.201000', '100743.204000', '100743.206000', '100743.209000', '100743.212000', '100743.215000', '100743.218000', '100743.221000', '100743.224000', '100743.226000', '100743.229000', '100743.232000', '100743.235000', '100743.238000', '100743.241000', '100743.243000', '100743.246000', '100743.249000', '100743.252000', '100743.255000', '100743.258000', '100743.261000', '100743.263000', '100743.266000', '100743.269000', '100743.272000', '100743.275000', '100743.278000', '100743.280000', '100743.283000', '100743.286000', '100743.289000', '100743.292000', '100743.295000', '100743.297000', '100743.300000', '100803.181000', '100803.184000', '100803.187000', '100803.190000', '100803.193000', '100803.195000', '100803.198000', '100803.201000', '100803.204000', '100803.207000', '100803.210000', '100803.212000', '100803.215000', '100803.218000', '100803.221000', '100803.224000', '100803.227000', '100803.230000', '100803.232000', '100803.235000', '100803.238000', '100803.241000', '100803.244000', '100803.247000', '100803.249000', '100803.252000', '100803.255000', '100803.258000', '100803.261000', '100803.264000', '100803.266000', '100803.269000', '100803.272000', '100803.275000', '100803.278000', '100803.281000', '100803.284000', '100803.286000', '100803.289000', '100803.292000', '100803.295000', '100803.298000', '100803.301000', '100823.182000', '100823.185000', '100823.188000', '100823.190000', '100823.193000', '100823.196000', '100823.199000', '100823.202000', '100823.205000', '100823.208000', '100823.210000', '100823.213000', '100823.216000', '100823.219000', '100823.222000', '100823.225000', '100823.228000', '100823.230000', '100823.233000', '100823.236000', '100823.239000', '100823.242000', '100823.245000', '100823.247000', '100823.250000', '100823.253000', '100823.256000', '100823.259000', '100823.262000', '100823.264000', '100823.267000', '100823.270000', '100823.273000', '100823.276000', '100823.279000', '100823.281000', '100823.284000', '100823.287000', '100823.290000', '100823.293000', '100823.295000', '100823.298000', '100823.301000', '100823.304000', '100843.182000', '100843.185000', '100843.188000', '100843.191000', '100843.194000', '100843.197000', '100843.200000', '100843.202000', '100843.205000', '100843.208000', '100843.211000', '100843.214000', '100843.217000', '100843.220000', '100843.223000', '100843.225000', '100843.228000', '100843.231000', '100843.234000', '100843.237000', '100843.240000', '100843.243000', '100843.245000', '100843.248000', '100843.251000', '100843.254000', '100843.257000', '100843.260000', '100843.262000', '100843.265000', '100843.268000', '100843.271000', '100843.274000', '100843.277000', '100843.280000', '100843.282000', '100843.285000', '100843.288000', '100843.291000', '100843.294000', '100843.297000', '100843.299000', '100843.302000', '100903.182000', '100903.185000', '100903.188000', '100903.191000', '100903.193000', '100903.196000', '100903.199000', '100903.202000', '100903.205000', '100903.207000', '100903.210000', '100903.213000', '100903.216000', '100903.219000', '100903.222000', '100903.225000', '100903.227000', '100903.230000', '100903.233000', '100903.236000', '100903.239000', '100903.242000', '100903.244000', '100903.247000', '100903.263000', '100903.266000', '100903.269000', '100903.272000', '100903.275000', '100903.277000', '100903.280000', '100903.283000', '100903.286000', '100903.289000', '100903.291000', '100903.294000', '100903.297000', '100903.300000', '100903.303000', '100903.306000', '100903.309000', '100903.311000', '100903.314000', '100903.317000', '100923.182000', '100923.185000', '100923.188000', '100923.191000', '100923.194000', '100923.197000', '100923.200000', '100923.203000', '100923.206000', '100923.209000', '100923.212000', '100923.214000', '100923.217000', '100923.220000', '100923.223000', '100923.226000', '100923.229000', '100923.231000', '100923.234000', '100923.237000', '100923.240000', '100923.243000', '100923.246000', '100923.249000', '100923.251000', '100923.254000', '100923.257000', '100923.260000', '100923.263000', '100923.266000', '100923.268000', '100923.271000', '100923.274000', '100923.277000', '100923.280000', '100923.283000', '100923.285000', '100923.288000', '100923.291000', '100923.294000', '100923.297000', '100923.300000', '100923.303000', '100943.181000', '100943.184000', '100943.187000', '100943.189000', '100943.192000', '100943.195000', '100943.198000', '100943.201000', '100943.204000', '100943.207000', '100943.209000', '100943.212000', '100943.216000', '100943.218000', '100943.221000', '100943.224000', '100943.227000', '100943.230000', '100943.232000', '100943.235000', '100943.238000', '100943.241000', '100943.244000', '100943.247000', '100943.250000', '100943.253000', '100943.255000', '100943.258000', '100943.261000', '100943.264000', '100943.267000', '100943.270000', '100943.272000', '100943.275000', '100943.278000', '100943.281000', '100943.284000', '100943.287000', '100943.290000', '100943.292000', '100943.295000', '100943.298000', '100943.301000', '100943.304000', '101003.181000', '101003.184000', '101003.187000', '101003.190000', '101003.193000', '101003.195000', '101003.198000', '101003.201000', '101003.204000', '101003.207000', '101003.210000', '101003.212000', '101003.215000', '101003.218000', '101003.221000', '101003.224000', '101003.228000', '101003.231000', '101003.235000', '101003.237000', '101003.240000', '101003.243000', '101003.246000', '101003.249000', '101003.252000', '101003.255000', '101003.257000', '101003.260000', '101003.263000', '101003.266000', '101003.269000', '101003.272000', '101003.275000', '101003.277000', '101003.280000', '101003.283000', '101003.286000', '101003.289000', '101003.292000', '101003.294000', '101003.297000', '101003.300000', '101003.303000', '101023.181000', '101023.184000', '101023.187000', '101023.190000', '101023.193000', '101023.195000', '101023.198000', '101023.201000', '101023.204000', '101023.207000', '101023.210000', '101023.212000', '101023.215000', '101023.218000', '101023.221000', '101023.224000', '101023.226000', '101023.229000', '101023.232000', '101023.235000', '101023.238000', '101023.241000', '101023.244000', '101023.246000', '101023.249000', '101023.252000', '101023.255000', '101023.258000', '101023.261000', '101023.263000', '101023.266000', '101023.269000', '101023.272000', '101023.275000', '101023.278000', '101023.281000', '101023.283000', '101023.286000', '101023.289000', '101023.292000', '101023.295000', '101023.298000', '101023.301000', '101023.304000', '101043.182000', '101043.185000', '101043.188000', '101043.191000', '101043.193000', '101043.196000', '101043.199000', '101043.202000', '101043.205000', '101043.208000', '101043.210000', '101043.213000', '101043.216000', '101043.219000', '101043.222000', '101043.225000', '101043.228000', '101043.231000', '101043.233000', '101043.236000', '101043.239000', '101043.242000', '101043.245000', '101043.248000', '101043.253000', '101043.256000', '101043.259000', '101043.262000', '101043.265000', '101043.268000', '101043.270000', '101043.273000', '101043.276000', '101043.279000', '101043.282000', '101043.285000', '101043.287000', '101043.290000', '101043.293000', '101043.296000', '101043.299000', '101043.302000', '101043.304000', '101103.182000', '101103.185000', '101103.188000', '101103.191000', '101103.194000', '101103.196000', '101103.199000', '101103.202000', '101103.205000', '101103.208000', '101103.211000', '101103.213000', '101103.216000', '101103.219000', '101103.222000', '101103.225000', '101103.228000', '101103.230000', '101103.233000', '101103.236000', '101103.239000', '101103.242000', '101103.245000', '101103.248000', '101103.250000', '101103.253000', '101103.256000', '101103.259000', '101103.262000', '101103.265000', '101103.267000', '101103.270000', '101103.273000', '101103.276000', '101103.279000', '101103.282000', '101103.284000', '101103.287000', '101103.290000', '101103.293000', '101103.296000', '101103.299000', '101103.301000', '101103.304000', '101123.182000', '101123.185000', '101123.188000', '101123.191000', '101123.194000', '101123.196000', '101123.199000', '101123.202000', '101123.205000', '101123.208000', '101123.210000', '101123.213000', '101123.216000', '101123.219000', '101123.222000', '101123.225000', '101123.227000', '101123.230000', '101123.233000', '101123.236000', '101123.239000', '101123.242000', '101123.246000', '101123.249000', '101123.252000', '101123.255000', '101123.258000', '101123.261000', '101123.263000', '101123.266000', '101123.269000', '101123.272000', '101123.275000', '101123.278000', '101123.281000', '101123.284000', '101123.286000', '101123.289000', '101123.292000', '101123.295000', '101123.298000', '101123.301000', '101123.303000', '101143.182000', '101143.185000', '101143.188000', '101143.191000', '101143.194000', '101143.196000', '101143.199000', '101143.202000', '101143.205000', '101143.208000', '101143.210000', '101143.213000', '101143.216000', '101143.219000', '101143.222000', '101143.225000', '101143.228000', '101143.230000', '101143.233000', '101143.236000', '101143.239000', '101143.242000', '101143.245000', '101143.247000', '101143.250000', '101143.253000', '101143.256000', '101143.259000', '101143.262000', '101143.265000', '101143.267000', '101143.270000', '101143.273000', '101143.276000', '101143.279000', '101143.282000', '101143.284000', '101143.287000', '101143.290000', '101143.293000', '101143.296000', '101143.299000', '101143.301000', '101143.304000', '101153.660000', '101153.664000', '101153.680000', '101153.683000', '101153.686000', '101153.689000', '101153.692000', '101153.696000', '101153.699000', '101153.701000', '101153.704000', '101153.707000', '101153.710000', '101153.713000', '101153.716000', '101153.719000', '101153.722000', '101153.725000', '101153.728000', '101153.731000', '101153.733000', '101153.736000', '101153.739000'], 'InstanceCreationTime': ['100523.209000', '100523.213000', '100523.215000', '100523.218000', '100523.221000', '100523.224000', '100523.227000', '100523.230000', '100523.233000', '100523.235000', '100523.238000', '100523.246000', '100523.249000', '100523.252000', '100523.255000', '100523.263000', '100523.266000', '100523.269000', '100523.271000', '100523.274000', '100523.277000', '100523.280000', '100523.283000', '100543.181000', '100543.184000', '100543.187000', '100543.190000', '100543.192000', '100543.195000', '100543.198000', '100543.201000', '100543.204000', '100543.206000', '100543.219000', '100543.222000', '100543.225000', '100543.228000', '100543.230000', '100543.233000', '100543.236000', '100543.239000', '100543.242000', '100543.245000', '100543.247000', '100543.250000', '100543.253000', '100543.256000', '100543.258000', '100543.263000', '100543.266000', '100543.269000', '100543.272000', '100543.274000', '100543.277000', '100543.280000', '100543.283000', '100543.286000', '100543.289000', '100543.291000', '100543.294000', '100543.297000', '100543.300000', '100543.308000', '100543.311000', '100543.314000', '100543.317000', '100603.182000', '100603.185000', '100603.187000', '100603.202000', '100603.205000', '100603.208000', '100603.211000', '100603.213000', '100603.216000', '100603.219000', '100603.222000', '100603.225000', '100603.228000', '100603.231000', '100603.233000', '100603.236000', '100603.239000', '100603.242000', '100603.245000', '100603.247000', '100603.250000', '100603.253000', '100603.256000', '100603.259000', '100603.261000', '100603.264000', '100603.267000', '100603.270000', '100603.273000', '100603.275000', '100603.278000', '100603.281000', '100603.284000', '100603.287000', '100603.290000', '100603.292000', '100603.295000', '100603.304000', '100603.306000', '100603.309000', '100603.312000', '100603.315000', '100603.318000', '100603.320000', '100623.182000', '100623.185000', '100623.188000', '100623.190000', '100623.193000', '100623.196000', '100623.199000', '100623.202000', '100623.204000', '100623.207000', '100623.210000', '100623.213000', '100623.216000', '100623.218000', '100623.221000', '100623.224000', '100623.227000', '100623.230000', '100623.233000', '100623.236000', '100623.239000', '100623.241000', '100623.244000', '100623.247000', '100623.250000', '100623.253000', '100623.255000', '100623.258000', '100623.261000', '100623.264000', '100623.267000', '100623.270000', '100623.272000', '100623.275000', '100623.278000', '100623.281000', '100623.284000', '100623.286000', '100623.289000', '100623.292000', '100623.295000', '100623.298000', '100623.301000', '100643.182000', '100643.185000', '100643.188000', '100643.191000', '100643.194000', '100643.196000', '100643.199000', '100643.202000', '100643.205000', '100643.208000', '100643.210000', '100643.213000', '100643.216000', '100643.219000', '100643.222000', '100643.225000', '100643.227000', '100643.230000', '100643.233000', '100643.236000', '100643.239000', '100643.242000', '100643.244000', '100643.247000', '100643.250000', '100643.253000', '100643.256000', '100643.258000', '100643.261000', '100643.264000', '100643.267000', '100643.270000', '100643.273000', '100643.275000', '100643.278000', '100643.281000', '100643.284000', '100643.287000', '100643.289000', '100643.292000', '100643.295000', '100643.298000', '100643.301000', '100643.304000', '100703.182000', '100703.185000', '100703.188000', '100703.191000', '100703.193000', '100703.196000', '100703.199000', '100703.202000', '100703.205000', '100703.207000', '100703.210000', '100703.213000', '100703.216000', '100703.219000', '100703.222000', '100703.225000', '100703.227000', '100703.230000', '100703.233000', '100703.236000', '100703.239000', '100703.241000', '100703.244000', '100703.247000', '100703.250000', '100703.253000', '100703.255000', '100703.258000', '100703.261000', '100703.264000', '100703.267000', '100703.270000', '100703.272000', '100703.275000', '100703.278000', '100703.281000', '100703.284000', '100703.287000', '100703.289000', '100703.292000', '100703.295000', '100703.298000', '100703.302000', '100723.181000', '100723.184000', '100723.187000', '100723.189000', '100723.192000', '100723.195000', '100723.198000', '100723.201000', '100723.204000', '100723.206000', '100723.209000', '100723.212000', '100723.215000', '100723.218000', '100723.221000', '100723.223000', '100723.226000', '100723.229000', '100723.232000', '100723.235000', '100723.238000', '100723.240000', '100723.243000', '100723.246000', '100723.249000', '100723.252000', '100723.255000', '100723.257000', '100723.260000', '100723.263000', '100723.266000', '100723.269000', '100723.272000', '100723.274000', '100723.277000', '100723.280000', '100723.283000', '100723.286000', '100723.289000', '100723.292000', '100723.294000', '100723.297000', '100723.313000', '100723.316000', '100743.181000', '100743.184000', '100743.187000', '100743.189000', '100743.192000', '100743.195000', '100743.198000', '100743.201000', '100743.204000', '100743.206000', '100743.209000', '100743.212000', '100743.215000', '100743.218000', '100743.221000', '100743.224000', '100743.226000', '100743.229000', '100743.232000', '100743.235000', '100743.238000', '100743.241000', '100743.243000', '100743.246000', '100743.249000', '100743.252000', '100743.255000', '100743.258000', '100743.261000', '100743.263000', '100743.266000', '100743.269000', '100743.272000', '100743.275000', '100743.278000', '100743.280000', '100743.283000', '100743.286000', '100743.289000', '100743.292000', '100743.295000', '100743.297000', '100743.300000', '100803.181000', '100803.184000', '100803.187000', '100803.190000', '100803.193000', '100803.195000', '100803.198000', '100803.201000', '100803.204000', '100803.207000', '100803.210000', '100803.212000', '100803.215000', '100803.218000', '100803.221000', '100803.224000', '100803.227000', '100803.230000', '100803.232000', '100803.235000', '100803.238000', '100803.241000', '100803.244000', '100803.247000', '100803.249000', '100803.252000', '100803.255000', '100803.258000', '100803.261000', '100803.264000', '100803.266000', '100803.269000', '100803.272000', '100803.275000', '100803.278000', '100803.281000', '100803.284000', '100803.286000', '100803.289000', '100803.292000', '100803.295000', '100803.298000', '100803.301000', '100823.182000', '100823.185000', '100823.188000', '100823.190000', '100823.193000', '100823.196000', '100823.199000', '100823.202000', '100823.205000', '100823.208000', '100823.210000', '100823.213000', '100823.216000', '100823.219000', '100823.222000', '100823.225000', '100823.228000', '100823.230000', '100823.233000', '100823.236000', '100823.239000', '100823.242000', '100823.245000', '100823.247000', '100823.250000', '100823.253000', '100823.256000', '100823.259000', '100823.262000', '100823.264000', '100823.267000', '100823.270000', '100823.273000', '100823.276000', '100823.279000', '100823.281000', '100823.284000', '100823.287000', '100823.290000', '100823.293000', '100823.295000', '100823.298000', '100823.301000', '100823.304000', '100843.182000', '100843.185000', '100843.188000', '100843.191000', '100843.194000', '100843.197000', '100843.200000', '100843.202000', '100843.205000', '100843.208000', '100843.211000', '100843.214000', '100843.217000', '100843.220000', '100843.223000', '100843.225000', '100843.228000', '100843.231000', '100843.234000', '100843.237000', '100843.240000', '100843.243000', '100843.245000', '100843.248000', '100843.251000', '100843.254000', '100843.257000', '100843.260000', '100843.262000', '100843.265000', '100843.268000', '100843.271000', '100843.274000', '100843.277000', '100843.280000', '100843.282000', '100843.285000', '100843.288000', '100843.291000', '100843.294000', '100843.297000', '100843.299000', '100843.302000', '100903.182000', '100903.185000', '100903.188000', '100903.191000', '100903.193000', '100903.196000', '100903.199000', '100903.202000', '100903.205000', '100903.207000', '100903.210000', '100903.213000', '100903.216000', '100903.219000', '100903.222000', '100903.225000', '100903.227000', '100903.230000', '100903.233000', '100903.236000', '100903.239000', '100903.242000', '100903.244000', '100903.247000', '100903.263000', '100903.266000', '100903.269000', '100903.272000', '100903.275000', '100903.277000', '100903.280000', '100903.283000', '100903.286000', '100903.289000', '100903.291000', '100903.294000', '100903.297000', '100903.300000', '100903.303000', '100903.306000', '100903.309000', '100903.311000', '100903.314000', '100903.317000', '100923.182000', '100923.185000', '100923.188000', '100923.191000', '100923.194000', '100923.197000', '100923.200000', '100923.203000', '100923.206000', '100923.209000', '100923.212000', '100923.214000', '100923.217000', '100923.220000', '100923.223000', '100923.226000', '100923.229000', '100923.231000', '100923.234000', '100923.237000', '100923.240000', '100923.243000', '100923.246000', '100923.249000', '100923.251000', '100923.254000', '100923.257000', '100923.260000', '100923.263000', '100923.266000', '100923.268000', '100923.271000', '100923.274000', '100923.277000', '100923.280000', '100923.283000', '100923.285000', '100923.288000', '100923.291000', '100923.294000', '100923.297000', '100923.300000', '100923.303000', '100943.181000', '100943.184000', '100943.187000', '100943.189000', '100943.192000', '100943.195000', '100943.198000', '100943.201000', '100943.204000', '100943.207000', '100943.209000', '100943.212000', '100943.216000', '100943.218000', '100943.221000', '100943.224000', '100943.227000', '100943.230000', '100943.232000', '100943.235000', '100943.238000', '100943.241000', '100943.244000', '100943.247000', '100943.250000', '100943.253000', '100943.255000', '100943.258000', '100943.261000', '100943.264000', '100943.267000', '100943.270000', '100943.272000', '100943.275000', '100943.278000', '100943.281000', '100943.284000', '100943.287000', '100943.290000', '100943.292000', '100943.295000', '100943.298000', '100943.301000', '100943.304000', '101003.181000', '101003.184000', '101003.187000', '101003.190000', '101003.193000', '101003.195000', '101003.198000', '101003.201000', '101003.204000', '101003.207000', '101003.210000', '101003.212000', '101003.215000', '101003.218000', '101003.221000', '101003.224000', '101003.228000', '101003.231000', '101003.235000', '101003.237000', '101003.240000', '101003.243000', '101003.246000', '101003.249000', '101003.252000', '101003.255000', '101003.257000', '101003.260000', '101003.263000', '101003.266000', '101003.269000', '101003.272000', '101003.275000', '101003.277000', '101003.280000', '101003.283000', '101003.286000', '101003.289000', '101003.292000', '101003.294000', '101003.297000', '101003.300000', '101003.303000', '101023.181000', '101023.184000', '101023.187000', '101023.190000', '101023.193000', '101023.195000', '101023.198000', '101023.201000', '101023.204000', '101023.207000', '101023.210000', '101023.212000', '101023.215000', '101023.218000', '101023.221000', '101023.224000', '101023.226000', '101023.229000', '101023.232000', '101023.235000', '101023.238000', '101023.241000', '101023.244000', '101023.246000', '101023.249000', '101023.252000', '101023.255000', '101023.258000', '101023.261000', '101023.263000', '101023.266000', '101023.269000', '101023.272000', '101023.275000', '101023.278000', '101023.281000', '101023.283000', '101023.286000', '101023.289000', '101023.292000', '101023.295000', '101023.298000', '101023.301000', '101023.304000', '101043.182000', '101043.185000', '101043.188000', '101043.191000', '101043.193000', '101043.196000', '101043.199000', '101043.202000', '101043.205000', '101043.208000', '101043.210000', '101043.213000', '101043.216000', '101043.219000', '101043.222000', '101043.225000', '101043.228000', '101043.231000', '101043.233000', '101043.236000', '101043.239000', '101043.242000', '101043.245000', '101043.248000', '101043.253000', '101043.256000', '101043.259000', '101043.262000', '101043.265000', '101043.268000', '101043.270000', '101043.273000', '101043.276000', '101043.279000', '101043.282000', '101043.285000', '101043.287000', '101043.290000', '101043.293000', '101043.296000', '101043.299000', '101043.302000', '101043.304000', '101103.182000', '101103.185000', '101103.188000', '101103.191000', '101103.194000', '101103.196000', '101103.199000', '101103.202000', '101103.205000', '101103.208000', '101103.211000', '101103.213000', '101103.216000', '101103.219000', '101103.222000', '101103.225000', '101103.228000', '101103.230000', '101103.233000', '101103.236000', '101103.239000', '101103.242000', '101103.245000', '101103.248000', '101103.250000', '101103.253000', '101103.256000', '101103.259000', '101103.262000', '101103.265000', '101103.267000', '101103.270000', '101103.273000', '101103.276000', '101103.279000', '101103.282000', '101103.284000', '101103.287000', '101103.290000', '101103.293000', '101103.296000', '101103.299000', '101103.301000', '101103.304000', '101123.182000', '101123.185000', '101123.188000', '101123.191000', '101123.194000', '101123.196000', '101123.199000', '101123.202000', '101123.205000', '101123.208000', '101123.210000', '101123.213000', '101123.216000', '101123.219000', '101123.222000', '101123.225000', '101123.227000', '101123.230000', '101123.233000', '101123.236000', '101123.239000', '101123.242000', '101123.246000', '101123.249000', '101123.252000', '101123.255000', '101123.258000', '101123.261000', '101123.263000', '101123.266000', '101123.269000', '101123.272000', '101123.275000', '101123.278000', '101123.281000', '101123.284000', '101123.286000', '101123.289000', '101123.292000', '101123.295000', '101123.298000', '101123.301000', '101123.303000', '101143.182000', '101143.185000', '101143.188000', '101143.191000', '101143.194000', '101143.196000', '101143.199000', '101143.202000', '101143.205000', '101143.208000', '101143.210000', '101143.213000', '101143.216000', '101143.219000', '101143.222000', '101143.225000', '101143.228000', '101143.230000', '101143.233000', '101143.236000', '101143.239000', '101143.242000', '101143.245000', '101143.247000', '101143.250000', '101143.253000', '101143.256000', '101143.259000', '101143.262000', '101143.265000', '101143.267000', '101143.270000', '101143.273000', '101143.276000', '101143.279000', '101143.282000', '101143.284000', '101143.287000', '101143.290000', '101143.293000', '101143.296000', '101143.299000', '101143.301000', '101143.304000', '101153.660000', '101153.664000', '101153.680000', '101153.683000', '101153.686000', '101153.689000', '101153.692000', '101153.696000', '101153.699000', '101153.701000', '101153.704000', '101153.707000', '101153.710000', '101153.713000', '101153.716000', '101153.719000', '101153.722000', '101153.725000', '101153.728000', '101153.731000', '101153.733000', '101153.736000', '101153.739000'], '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': [9628, 15376, 9969, 12136, 13081, 8418, 14476, 8234, 11431, 7693, 10089, 8146, 8387, 13758, 8191, 13026, 8055, 10146, 7636, 8057, 11182, 7511, 10300, 7973, 7616, 11039, 7494, 8988, 7899, 7561, 10181, 7559, 9560, 7597, 8880, 7940, 7697, 10655, 7793, 11851, 8064, 9221, 12560, 8030, 10099, 11040, 7585, 12139, 7536, 8535, 7703, 8263, 10258, 7589, 9148, 11264, 7641, 10351, 8073, 7340, 10853, 8043, 8708, 7508, 7827, 7550, 7334, 10293, 8642, 7961, 10973, 8605, 8552, 13692, 7820, 9897, 7281, 8551, 11669, 7794, 9226, 12923, 8409, 10001, 8181, 7814, 10967, 7460, 9759, 8356, 7844, 7821, 7799, 10823, 7728, 11942, 8486, 11405, 9804, 8635, 11956, 7487, 10925, 8288, 7385, 11483, 7581, 8969, 13540, 7591, 10718, 7813, 8376, 9641, 7296, 9629, 7622, 7839, 10456, 7330, 9388, 10146, 7394, 10051, 7531, 8714, 8449, 7232, 10168, 7568, 9750, 8081, 7560, 11007, 7815, 9847, 14914, 8082, 11089, 7931, 8772, 11645, 8049, 10368, 10858, 7587, 11642, 7751, 9862, 7444, 8326, 8208, 7640, 11747, 8057, 11125, 7983, 9262, 12067, 8058, 11008, 8334, 8267, 12205, 8146, 10098, 8218, 8007, 12532, 7479, 11444, 7796, 10262, 7391, 8458, 9498, 7461, 10925, 8129, 10644, 8056, 8757, 7882, 7709, 11006, 7480, 10833, 8194, 9115, 13748, 8229, 11119, 7802, 9638, 8583, 7462, 11608, 7854, 10043, 7821, 7996, 11920, 7288, 10380, 7577, 9514, 7413, 7740, 10534, 7243, 10735, 7678, 9870, 9001, 7407, 11173, 7481, 9502, 7476, 7644, 11198, 7377, 10329, 7728, 9477, 7537, 8628, 11996, 7721, 10648, 8543, 8096, 11174, 7606, 9659, 8198, 7384, 8800, 7510, 10260, 7633, 8817, 14156, 7987, 11750, 7871, 11213, 7892, 10358, 13262, 8126, 11233, 8819, 8004, 12813, 8449, 11585, 8168, 11000, 8475, 9673, 14320, 9915, 9355, 13728, 8355, 9655, 12340, 7503, 9746, 7932, 7440, 10303, 7356, 9391, 7555, 8599, 11305, 7672, 9642, 13135, 7863, 10239, 8803, 7391, 11446, 7297, 10640, 7492, 9646, 8137, 8214, 11423, 7517, 11034, 7497, 9334, 12684, 8160, 10744, 11862, 7653, 10747, 7580, 9431, 7834, 7907, 10612, 7452, 10518, 7471, 9757, 7684, 9550, 12405, 8352, 11901, 11840, 7758, 11706, 7510, 8829, 11272, 7632, 10390, 8666, 7997, 8314, 7329, 10048, 7337, 9720, 7457, 9603, 7819, 7548, 10736, 7655, 10968, 10088, 8019, 11108, 7554, 9911, 7637, 9013, 10704, 8090, 12808, 7500, 10584, 7761, 10038, 7781, 8849, 12733, 8578, 9697, 10315, 7625, 10243, 7467, 8514, 10891, 7587, 9998, 7374, 8807, 11430, 8065, 10285, 7584, 8544, 12087, 7577, 10240, 7841, 8172, 10957, 7878, 10437, 7697, 9861, 11747, 8214, 10496, 9444, 7465, 11270, 7413, 9548, 10008, 7430, 10151, 7878, 8035, 9868, 7158, 10337, 7218, 10239, 7982, 7438, 10509, 8006, 8790, 12217, 8258, 9227, 7309, 7971, 10312, 7800, 10686, 8314, 8545, 7368, 7678, 10567, 7608, 9827, 13099, 8206, 10868, 7657, 8240, 8177, 7153, 10082, 7334, 8380, 11282, 7531, 10570, 7639, 9457, 10668, 7464, 11170, 8659, 8964, 7785, 7647, 10687, 7364, 10603, 9367, 7593, 11376, 7452, 10171, 7624, 7603, 10844, 7456, 10027, 7918, 7607, 11240, 7212, 9701, 9519, 7370, 10365, 7212, 8107, 7640, 7070, 9797, 7504, 8108, 7331, 7226, 10053, 7052, 9708, 10416, 7711, 10833, 7783, 10265, 7666, 9932, 11483, 8279, 13516, 7633, 10875, 7864, 10244, 10113, 8020, 11442, 8256, 8664, 12216, 7810, 10218, 7489, 8930, 7096, 7886, 10035, 7701, 9917, 7382, 8715, 11532, 8081, 10783, 7554, 9712, 7720, 8921, 10406, 7315, 11326, 8137, 10735, 7555, 9610, 12213, 8032, 10012, 10235, 7494, 11300, 7373, 8408, 7019, 7332, 9695, 7358, 9178, 9130, 7183, 10228, 7309, 9567, 12902, 7689, 10880, 8492, 8224, 11334, 7462, 9740, 7596, 7134, 10719, 7482, 9475, 7635, 7268, 8703, 7162, 9539, 9356, 7286, 10602, 7228, 8593, 10712, 7662, 10140, 12639, 7647, 10950, 7657, 8870, 7100, 7803, 7968, 7031, 10156, 10665, 7579, 11217, 7332, 8597, 11918, 7700, 9172, 7955, 7328, 10525, 7361, 9409, 7242, 8645, 11031, 8197, 9527, 8149, 7275, 11010, 7518, 8372, 11106, 7800, 9449, 7133, 7940, 7298, 7136, 9990, 7974, 7665, 10553, 8044, 8281, 11065, 7476, 8819, 11263, 7713, 9898, 7958, 7360, 8932, 7217, 10260, 10163, 7256, 11021, 8009, 8492, 10979, 7496, 9783, 8943, 7070, 10356, 7590, 8020, 6932, 7364, 10531, 7044, 8108, 10730, 7360, 8521, 11084, 8071, 9939, 7837, 9492, 7875, 8104, 9538, 7219, 11220, 9550, 8809, 11538, 7690, 9159, 10269, 7231, 11653, 7637, 9634, 7363, 9185, 10667, 7699, 9952, 7575, 8091, 7000, 6932, 9725, 7183, 9812, 11967, 7712, 10276, 8360, 7715, 11259, 7373, 10225, 7921, 7797, 11735, 7933, 10919, 7855, 9981, 12146, 8225, 10179, 9864, 7401, 10953, 7512, 7509, 10019, 7419, 7830, 7039, 6979, 9226, 7108, 9705, 7548, 7604, 10041, 7318, 8981, 9864, 7569, 10186, 7280, 7967, 10547, 7470, 10501, 7416, 9100, 11614, 7522, 9452, 9648, 7197, 11230, 7443, 9219, 8040, 7411, 10833, 7751, 8530, 11435, 7352, 10810, 7350, 7779, 10838, 7130, 8167, 11193, 7586, 9757, 7944, 7414, 10211, 7253, 8794, 7434, 7416, 10930, 8745, 7799, 11110, 7177, 8218, 10739, 7855, 8640, 10546, 7451, 9702, 7239, 7944, 7910, 7139, 9732, 9906, 7180, 10338, 7295, 7766, 10614, 7594, 9291, 9732, 7387, 10275, 7438, 7775, 10360, 7651, 8751, 11942, 7824, 9551, 9841, 7418, 10012, 8184, 7632, 11335, 7603, 10297, 7579, 8090, 7417, 8315, 10862, 8679, 8151, 10960, 7704, 8670, 9718, 7368, 10392, 7704, 8143, 11790, 7722, 9189, 7187, 7442, 10326, 7359, 8439, 8819, 7187, 10402, 7141, 7904, 10468, 7373, 9375, 7722, 7853, 6952, 7448, 10506, 7365, 8936, 8232, 7463, 10744, 7829, 9471, 8072, 7215, 10538, 7038, 8997, 8257, 7656, 11255, 7449, 9218, 11658, 7680, 10647, 8033, 8197, 12021, 7557, 9548, 7294, 7574, 10012, 7183, 9641, 7538, 7717, 10138, 7480, 9314, 7643, 7923, 10897, 7432, 10273], 'WindowCenter': [4170.0, 4195.0, 4138.0, 4146.0, 4142.0, 4090.0, 4139.0, 4087.0, 4117.0, 4076.0, 4107.0, 4073.0, 4087.0, 4138.0, 4087.0, 4136.0, 4075.0, 4105.0, 4064.0, 4088.0, 4115.0, 4064.0, 4106.0, 4073.0, 4066.0, 4115.0, 4065.0, 4097.0, 4076.0, 4078.0, 4117.0, 4079.0, 4120.0, 4091.0, 4112.0, 4101.0, 4094.0, 4132.0, 4106.0, 4155.0, 4105.0, 4126.0, 4142.0, 4090.0, 4122.0, 4131.0, 4091.0, 4141.0, 4090.0, 4112.0, 4102.0, 4115.0, 4132.0, 4104.0, 4136.0, 4144.0, 4105.0, 4146.0, 4104.0, 4095.0, 4159.0, 4116.0, 4126.0, 4106.0, 4117.0, 4116.0, 4107.0, 4160.0, 4128.0, 4119.0, 4158.0, 4128.0, 4139.0, 4178.0, 4118.0, 4149.0, 4108.0, 4140.0, 4158.0, 4107.0, 4140.0, 4168.0, 4128.0, 4147.0, 4116.0, 4107.0, 4145.0, 4093.0, 4148.0, 4118.0, 4117.0, 4107.0, 4118.0, 4159.0, 4118.0, 4168.0, 4141.0, 4158.0, 4134.0, 4114.0, 4145.0, 4093.0, 4135.0, 4101.0, 4093.0, 4142.0, 4091.0, 4112.0, 4150.0, 4091.0, 4130.0, 4090.0, 4102.0, 4121.0, 4092.0, 4123.0, 4092.0, 4105.0, 4145.0, 4094.0, 4138.0, 4146.0, 4095.0, 4136.0, 4106.0, 4126.0, 4115.0, 4106.0, 4159.0, 4118.0, 4149.0, 4118.0, 4118.0, 4159.0, 4107.0, 4149.0, 4177.0, 4117.0, 4157.0, 4115.0, 4128.0, 4156.0, 4115.0, 4147.0, 4147.0, 4107.0, 4157.0, 4107.0, 4144.0, 4105.0, 4116.0, 4115.0, 4117.0, 4168.0, 4118.0, 4159.0, 4118.0, 4137.0, 4155.0, 4105.0, 4146.0, 4101.0, 4115.0, 4154.0, 4104.0, 4134.0, 4103.0, 4102.0, 4154.0, 4096.0, 4155.0, 4103.0, 4145.0, 4093.0, 4114.0, 4134.0, 4095.0, 4145.0, 4103.0, 4146.0, 4103.0, 4113.0, 4104.0, 4105.0, 4144.0, 4092.0, 4145.0, 4101.0, 4125.0, 4164.0, 4113.0, 4144.0, 4092.0, 4134.0, 4111.0, 4082.0, 4141.0, 4092.0, 4132.0, 4092.0, 4104.0, 4143.0, 4093.0, 4132.0, 4092.0, 4135.0, 4092.0, 4104.0, 4144.0, 4093.0, 4144.0, 4104.0, 4136.0, 4112.0, 4093.0, 4144.0, 4093.0, 4123.0, 4093.0, 4105.0, 4155.0, 4110.0, 4147.0, 4119.0, 4150.0, 4120.0, 4141.0, 4158.0, 4118.0, 4158.0, 4125.0, 4116.0, 4146.0, 4105.0, 4138.0, 4116.0, 4096.0, 4126.0, 4107.0, 4161.0, 4118.0, 4140.0, 4191.0, 4118.0, 4171.0, 4133.0, 4170.0, 4130.0, 4160.0, 4169.0, 4118.0, 4157.0, 4125.0, 4117.0, 4168.0, 4116.0, 4157.0, 4116.0, 4147.0, 4116.0, 4136.0, 4167.0, 4123.0, 4112.0, 4153.0, 4089.0, 4110.0, 4138.0, 4078.0, 4109.0, 4076.0, 4080.0, 4120.0, 4082.0, 4122.0, 4092.0, 4112.0, 4142.0, 4093.0, 4124.0, 4151.0, 4103.0, 4133.0, 4113.0, 4094.0, 4155.0, 4094.0, 4144.0, 4095.0, 4137.0, 4116.0, 4128.0, 4157.0, 4106.0, 4157.0, 4095.0, 4137.0, 4155.0, 4114.0, 4146.0, 4155.0, 4094.0, 4131.0, 4093.0, 4123.0, 4093.0, 4105.0, 4145.0, 4106.0, 4147.0, 4107.0, 4137.0, 4109.0, 4148.0, 4156.0, 4116.0, 4159.0, 4145.0, 4095.0, 4145.0, 4083.0, 4113.0, 4131.0, 4092.0, 4133.0, 4113.0, 4103.0, 4103.0, 4094.0, 4134.0, 4094.0, 4135.0, 4094.0, 4138.0, 4107.0, 4107.0, 4147.0, 4108.0, 4160.0, 4148.0, 4116.0, 4146.0, 4104.0, 4136.0, 4093.0, 4125.0, 4145.0, 4116.0, 4167.0, 4106.0, 4145.0, 4105.0, 4136.0, 4105.0, 4127.0, 4157.0, 4102.0, 4125.0, 4121.0, 4091.0, 4131.0, 4081.0, 4114.0, 4142.0, 4104.0, 4135.0, 4095.0, 4127.0, 4157.0, 4105.0, 4134.0, 4105.0, 4127.0, 4154.0, 4104.0, 4135.0, 4102.0, 4117.0, 4159.0, 4116.0, 4147.0, 4107.0, 4148.0, 4155.0, 4114.0, 4145.0, 4123.0, 4093.0, 4144.0, 4094.0, 4136.0, 4122.0, 4093.0, 4134.0, 4092.0, 4104.0, 4148.0, 4095.0, 4145.0, 4106.0, 4147.0, 4104.0, 4096.0, 4147.0, 4104.0, 4128.0, 4157.0, 4116.0, 4125.0, 4093.0, 4115.0, 4133.0, 4104.0, 4148.0, 4114.0, 4125.0, 4096.0, 4107.0, 4145.0, 4094.0, 4136.0, 4154.0, 4114.0, 4144.0, 4092.0, 4114.0, 4114.0, 4085.0, 4145.0, 4094.0, 4127.0, 4156.0, 4106.0, 4147.0, 4107.0, 4149.0, 4145.0, 4107.0, 4159.0, 4127.0, 4127.0, 4104.0, 4106.0, 4146.0, 4094.0, 4159.0, 4137.0, 4105.0, 4143.0, 4093.0, 4134.0, 4091.0, 4093.0, 4135.0, 4091.0, 4135.0, 4102.0, 4104.0, 4143.0, 4093.0, 4134.0, 4122.0, 4094.0, 4133.0, 4092.0, 4103.0, 4093.0, 4095.0, 4146.0, 4106.0, 4116.0, 4106.0, 4109.0, 4147.0, 4097.0, 4149.0, 4159.0, 4117.0, 4158.0, 4107.0, 4148.0, 4106.0, 4148.0, 4156.0, 4117.0, 4167.0, 4106.0, 4147.0, 4105.0, 4147.0, 4135.0, 4104.0, 4156.0, 4114.0, 4115.0, 4156.0, 4092.0, 4133.0, 4094.0, 4124.0, 4083.0, 4117.0, 4147.0, 4106.0, 4147.0, 4106.0, 4127.0, 4156.0, 4106.0, 4157.0, 4107.0, 4136.0, 4107.0, 4139.0, 4145.0, 4094.0, 4157.0, 4116.0, 4145.0, 4104.0, 4135.0, 4154.0, 4102.0, 4122.0, 4131.0, 4082.0, 4130.0, 4080.0, 4101.0, 4079.0, 4091.0, 4122.0, 4092.0, 4135.0, 4125.0, 4096.0, 4133.0, 4105.0, 4138.0, 4154.0, 4104.0, 4145.0, 4112.0, 4114.0, 4142.0, 4093.0, 4132.0, 4091.0, 4083.0, 4144.0, 4094.0, 4134.0, 4091.0, 4094.0, 4113.0, 4095.0, 4136.0, 4124.0, 4094.0, 4144.0, 4094.0, 4126.0, 4134.0, 4104.0, 4146.0, 4154.0, 4093.0, 4146.0, 4117.0, 4126.0, 4084.0, 4105.0, 4104.0, 4096.0, 4148.0, 4145.0, 4106.0, 4145.0, 4093.0, 4114.0, 4142.0, 4092.0, 4123.0, 4101.0, 4094.0, 4145.0, 4094.0, 4135.0, 4094.0, 4126.0, 4145.0, 4114.0, 4137.0, 4102.0, 4094.0, 4145.0, 4093.0, 4115.0, 4146.0, 4104.0, 4135.0, 4094.0, 4117.0, 4095.0, 4096.0, 4148.0, 4104.0, 4105.0, 4147.0, 4104.0, 4115.0, 4144.0, 4081.0, 4123.0, 4132.0, 4091.0, 4133.0, 4103.0, 4093.0, 4112.0, 4095.0, 4135.0, 4133.0, 4093.0, 4144.0, 4090.0, 4112.0, 4130.0, 4081.0, 4132.0, 4110.0, 4081.0, 4132.0, 4103.0, 4104.0, 4082.0, 4094.0, 4145.0, 4082.0, 4104.0, 4157.0, 4095.0, 4129.0, 4159.0, 4116.0, 4134.0, 4117.0, 4151.0, 4128.0, 4118.0, 4137.0, 4108.0, 4171.0, 4138.0, 4126.0, 4157.0, 4105.0, 4125.0, 4133.0, 4093.0, 4142.0, 4104.0, 4122.0, 4094.0, 4136.0, 4133.0, 4103.0, 4135.0, 4104.0, 4115.0, 4083.0, 4096.0, 4135.0, 4094.0, 4148.0, 4157.0, 4106.0, 4148.0, 4114.0, 4106.0, 4145.0, 4093.0, 4134.0, 4102.0, 4093.0, 4143.0, 4103.0, 4144.0, 4103.0, 4135.0, 4142.0, 4101.0, 4133.0, 4119.0, 4079.0, 4130.0, 4078.0, 4079.0, 4120.0, 4081.0, 4090.0, 4080.0, 4095.0, 4135.0, 4095.0, 4136.0, 4104.0, 4105.0, 4132.0, 4095.0, 4139.0, 4135.0, 4107.0, 4146.0, 4095.0, 4114.0, 4144.0, 4092.0, 4146.0, 4108.0, 4139.0, 4156.0, 4107.0, 4137.0, 4135.0, 4096.0, 4157.0, 4094.0, 4135.0, 4104.0, 4094.0, 4146.0, 4093.0, 4114.0, 4144.0, 4092.0, 4142.0, 4092.0, 4103.0, 4143.0, 4082.0, 4113.0, 4143.0, 4093.0, 4134.0, 4102.0, 4094.0, 4133.0, 4094.0, 4112.0, 4094.0, 4097.0, 4147.0, 4115.0, 4093.0, 4143.0, 4081.0, 4113.0, 4131.0, 4103.0, 4114.0, 4131.0, 4093.0, 4123.0, 4091.0, 4104.0, 4103.0, 4095.0, 4136.0, 4143.0, 4096.0, 4142.0, 4093.0, 4106.0, 4144.0, 4104.0, 4138.0, 4134.0, 4105.0, 4146.0, 4094.0, 4105.0, 4146.0, 4093.0, 4123.0, 4155.0, 4105.0, 4136.0, 4133.0, 4095.0, 4133.0, 4100.0, 4104.0, 4142.0, 4103.0, 4132.0, 4103.0, 4116.0, 4107.0, 4127.0, 4148.0, 4114.0, 4116.0, 4145.0, 4103.0, 4115.0, 4120.0, 4094.0, 4131.0, 4092.0, 4103.0, 4143.0, 4093.0, 4123.0, 4079.0, 4093.0, 4133.0, 4092.0, 4115.0, 4122.0, 4084.0, 4147.0, 4094.0, 4114.0, 4144.0, 4094.0, 4124.0, 4103.0, 4104.0, 4093.0, 4107.0, 4147.0, 4094.0, 4126.0, 4114.0, 4096.0, 4158.0, 4103.0, 4136.0, 4103.0, 4096.0, 4142.0, 4083.0, 4123.0, 4114.0, 4106.0, 4157.0, 4096.0, 4137.0, 4146.0, 4105.0, 4142.0, 4102.0, 4114.0, 4155.0, 4104.0, 4134.0, 4090.0, 4105.0, 4131.0, 4092.0, 4137.0, 4105.0, 4106.0, 4146.0, 4106.0, 4135.0, 4117.0, 4118.0, 4148.0, 4097.0, 4149.0], 'WindowWidth': [9264.0, 9289.0, 9194.0, 9202.0, 9187.0, 9114.0, 9180.0, 9105.0, 9146.0, 9090.0, 9134.0, 9082.0, 9105.0, 9177.0, 9109.0, 9172.0, 9088.0, 9128.0, 9070.0, 9110.0, 9139.0, 9070.0, 9129.0, 9081.0, 9076.0, 9140.0, 9073.0, 9119.0, 9089.0, 9097.0, 9145.0, 9099.0, 9156.0, 9119.0, 9151.0, 9134.0, 9128.0, 9177.0, 9147.0, 9214.0, 9144.0, 9172.0, 9191.0, 9117.0, 9161.0, 9170.0, 9121.0, 9186.0, 9119.0, 9149.0, 9140.0, 9158.0, 9177.0, 9142.0, 9190.0, 9195.0, 9146.0, 9202.0, 9143.0, 9135.0, 9224.0, 9163.0, 9175.0, 9151.0, 9168.0, 9166.0, 9158.0, 9230.0, 9182.0, 9174.0, 9224.0, 9184.0, 9202.0, 9250.0, 9171.0, 9211.0, 9156.0, 9201.0, 9224.0, 9153.0, 9201.0, 9240.0, 9182.0, 9205.0, 9164.0, 9154.0, 9202.0, 9129.0, 9211.0, 9167.0, 9166.0, 9153.0, 9170.0, 9224.0, 9170.0, 9238.0, 9205.0, 9225.0, 9184.0, 9157.0, 9198.0, 9127.0, 9184.0, 9133.0, 9126.0, 9191.0, 9119.0, 9150.0, 9198.0, 9120.0, 9172.0, 9118.0, 9137.0, 9162.0, 9125.0, 9167.0, 9124.0, 9148.0, 9200.0, 9133.0, 9196.0, 9204.0, 9135.0, 9188.0, 9152.0, 9178.0, 9161.0, 9154.0, 9227.0, 9171.0, 9215.0, 9171.0, 9173.0, 9227.0, 9152.0, 9213.0, 9250.0, 9168.0, 9221.0, 9163.0, 9183.0, 9216.0, 9161.0, 9207.0, 9204.0, 9154.0, 9220.0, 9152.0, 9200.0, 9149.0, 9164.0, 9161.0, 9168.0, 9240.0, 9171.0, 9226.0, 9169.0, 9195.0, 9215.0, 9145.0, 9202.0, 9135.0, 9158.0, 9211.0, 9143.0, 9185.0, 9140.0, 9139.0, 9209.0, 9135.0, 9213.0, 9141.0, 9199.0, 9130.0, 9159.0, 9184.0, 9134.0, 9201.0, 9143.0, 9204.0, 9141.0, 9156.0, 9143.0, 9146.0, 9198.0, 9127.0, 9200.0, 9136.0, 9173.0, 9224.0, 9155.0, 9196.0, 9126.0, 9184.0, 9148.0, 9111.0, 9190.0, 9124.0, 9178.0, 9124.0, 9142.0, 9194.0, 9128.0, 9179.0, 9127.0, 9186.0, 9126.0, 9145.0, 9198.0, 9130.0, 9197.0, 9146.0, 9191.0, 9153.0, 9128.0, 9196.0, 9128.0, 9168.0, 9127.0, 9148.0, 9213.0, 9161.0, 9207.0, 9173.0, 9216.0, 9179.0, 9205.0, 9221.0, 9173.0, 9224.0, 9172.0, 9165.0, 9202.0, 9147.0, 9195.0, 9162.0, 9136.0, 9176.0, 9155.0, 9232.0, 9170.0, 9204.0, 9272.0, 9170.0, 9246.0, 9198.0, 9242.0, 9190.0, 9231.0, 9238.0, 9167.0, 9218.0, 9171.0, 9164.0, 9235.0, 9162.0, 9219.0, 9162.0, 9205.0, 9163.0, 9189.0, 9233.0, 9164.0, 9148.0, 9205.0, 9113.0, 9144.0, 9178.0, 9099.0, 9141.0, 9093.0, 9103.0, 9155.0, 9111.0, 9166.0, 9124.0, 9154.0, 9191.0, 9125.0, 9171.0, 9199.0, 9139.0, 9180.0, 9152.0, 9133.0, 9214.0, 9133.0, 9198.0, 9135.0, 9193.0, 9165.0, 9183.0, 9220.0, 9152.0, 9219.0, 9133.0, 9193.0, 9214.0, 9156.0, 9203.0, 9214.0, 9130.0, 9176.0, 9125.0, 9166.0, 9127.0, 9148.0, 9202.0, 9151.0, 9206.0, 9154.0, 9193.0, 9158.0, 9211.0, 9218.0, 9164.0, 9224.0, 9198.0, 9133.0, 9198.0, 9113.0, 9152.0, 9174.0, 9123.0, 9182.0, 9152.0, 9143.0, 9139.0, 9131.0, 9183.0, 9133.0, 9187.0, 9133.0, 9194.0, 9151.0, 9153.0, 9207.0, 9155.0, 9229.0, 9209.0, 9162.0, 9202.0, 9146.0, 9188.0, 9129.0, 9175.0, 9201.0, 9163.0, 9233.0, 9150.0, 9202.0, 9148.0, 9190.0, 9146.0, 9179.0, 9220.0, 9137.0, 9169.0, 9160.0, 9121.0, 9174.0, 9109.0, 9156.0, 9190.0, 9145.0, 9186.0, 9134.0, 9181.0, 9222.0, 9148.0, 9184.0, 9148.0, 9178.0, 9210.0, 9143.0, 9186.0, 9139.0, 9167.0, 9227.0, 9166.0, 9205.0, 9155.0, 9209.0, 9212.0, 9156.0, 9199.0, 9166.0, 9128.0, 9197.0, 9130.0, 9187.0, 9165.0, 9127.0, 9182.0, 9122.0, 9144.0, 9210.0, 9137.0, 9201.0, 9152.0, 9207.0, 9144.0, 9137.0, 9205.0, 9144.0, 9181.0, 9219.0, 9162.0, 9174.0, 9128.0, 9163.0, 9183.0, 9146.0, 9208.0, 9159.0, 9173.0, 9137.0, 9154.0, 9203.0, 9130.0, 9187.0, 9212.0, 9157.0, 9197.0, 9125.0, 9157.0, 9156.0, 9121.0, 9199.0, 9133.0, 9183.0, 9218.0, 9152.0, 9206.0, 9153.0, 9214.0, 9202.0, 9153.0, 9227.0, 9182.0, 9178.0, 9144.0, 9150.0, 9204.0, 9133.0, 9225.0, 9196.0, 9148.0, 9196.0, 9129.0, 9185.0, 9123.0, 9128.0, 9185.0, 9123.0, 9186.0, 9137.0, 9144.0, 9194.0, 9129.0, 9186.0, 9163.0, 9129.0, 9182.0, 9124.0, 9142.0, 9129.0, 9136.0, 9205.0, 9153.0, 9166.0, 9150.0, 9160.0, 9208.0, 9142.0, 9214.0, 9225.0, 9169.0, 9221.0, 9154.0, 9210.0, 9152.0, 9210.0, 9218.0, 9168.0, 9234.0, 9150.0, 9204.0, 9145.0, 9205.0, 9184.0, 9144.0, 9217.0, 9157.0, 9159.0, 9217.0, 9125.0, 9178.0, 9131.0, 9169.0, 9117.0, 9167.0, 9208.0, 9152.0, 9206.0, 9152.0, 9182.0, 9218.0, 9149.0, 9220.0, 9154.0, 9190.0, 9154.0, 9196.0, 9201.0, 9132.0, 9222.0, 9165.0, 9200.0, 9145.0, 9189.0, 9211.0, 9138.0, 9165.0, 9173.0, 9110.0, 9172.0, 9105.0, 9134.0, 9104.0, 9123.0, 9165.0, 9126.0, 9190.0, 9175.0, 9136.0, 9183.0, 9148.0, 9195.0, 9212.0, 9145.0, 9201.0, 9150.0, 9156.0, 9191.0, 9128.0, 9179.0, 9122.0, 9115.0, 9200.0, 9132.0, 9184.0, 9123.0, 9133.0, 9156.0, 9136.0, 9192.0, 9173.0, 9133.0, 9198.0, 9131.0, 9176.0, 9184.0, 9144.0, 9203.0, 9211.0, 9128.0, 9205.0, 9170.0, 9176.0, 9117.0, 9147.0, 9145.0, 9139.0, 9210.0, 9201.0, 9150.0, 9200.0, 9128.0, 9159.0, 9191.0, 9125.0, 9167.0, 9134.0, 9130.0, 9198.0, 9132.0, 9188.0, 9132.0, 9178.0, 9202.0, 9159.0, 9190.0, 9139.0, 9130.0, 9199.0, 9128.0, 9160.0, 9203.0, 9146.0, 9187.0, 9133.0, 9165.0, 9134.0, 9139.0, 9209.0, 9143.0, 9149.0, 9208.0, 9143.0, 9160.0, 9196.0, 9109.0, 9168.0, 9178.0, 9121.0, 9182.0, 9139.0, 9128.0, 9152.0, 9133.0, 9188.0, 9181.0, 9129.0, 9197.0, 9118.0, 9149.0, 9173.0, 9108.0, 9178.0, 9144.0, 9108.0, 9177.0, 9143.0, 9145.0, 9112.0, 9133.0, 9198.0, 9112.0, 9145.0, 9220.0, 9135.0, 9186.0, 9226.0, 9164.0, 9187.0, 9170.0, 9220.0, 9184.0, 9171.0, 9192.0, 9157.0, 9249.0, 9194.0, 9177.0, 9218.0, 9145.0, 9172.0, 9181.0, 9127.0, 9192.0, 9143.0, 9166.0, 9131.0, 9189.0, 9179.0, 9141.0, 9189.0, 9146.0, 9161.0, 9116.0, 9138.0, 9189.0, 9134.0, 9211.0, 9218.0, 9149.0, 9207.0, 9157.0, 9150.0, 9199.0, 9127.0, 9183.0, 9138.0, 9128.0, 9196.0, 9142.0, 9198.0, 9142.0, 9187.0, 9193.0, 9134.0, 9179.0, 9152.0, 9102.0, 9170.0, 9097.0, 9101.0, 9156.0, 9108.0, 9120.0, 9107.0, 9136.0, 9187.0, 9135.0, 9190.0, 9147.0, 9149.0, 9181.0, 9134.0, 9199.0, 9188.0, 9152.0, 9204.0, 9135.0, 9160.0, 9198.0, 9130.0, 9205.0, 9155.0, 9199.0, 9217.0, 9151.0, 9192.0, 9188.0, 9138.0, 9220.0, 9132.0, 9189.0, 9145.0, 9133.0, 9203.0, 9128.0, 9159.0, 9197.0, 9127.0, 9195.0, 9126.0, 9142.0, 9192.0, 9111.0, 9154.0, 9194.0, 9128.0, 9183.0, 9137.0, 9130.0, 9182.0, 9131.0, 9154.0, 9129.0, 9139.0, 9208.0, 9160.0, 9128.0, 9195.0, 9110.0, 9153.0, 9175.0, 9139.0, 9155.0, 9175.0, 9127.0, 9166.0, 9125.0, 9144.0, 9142.0, 9135.0, 9193.0, 9199.0, 9136.0, 9194.0, 9130.0, 9150.0, 9197.0, 9146.0, 9196.0, 9188.0, 9147.0, 9203.0, 9132.0, 9150.0, 9204.0, 9128.0, 9171.0, 9214.0, 9146.0, 9189.0, 9181.0, 9131.0, 9182.0, 9133.0, 9143.0, 9195.0, 9143.0, 9181.0, 9145.0, 9165.0, 9154.0, 9181.0, 9209.0, 9157.0, 9163.0, 9202.0, 9142.0, 9160.0, 9160.0, 9131.0, 9178.0, 9124.0, 9141.0, 9195.0, 9128.0, 9167.0, 9107.0, 9130.0, 9181.0, 9127.0, 9159.0, 9165.0, 9119.0, 9206.0, 9132.0, 9159.0, 9198.0, 9131.0, 9172.0, 9143.0, 9145.0, 9130.0, 9155.0, 9206.0, 9133.0, 9177.0, 9156.0, 9139.0, 9223.0, 9144.0, 9191.0, 9144.0, 9136.0, 9196.0, 9115.0, 9170.0, 9158.0, 9154.0, 9221.0, 9136.0, 9192.0, 9202.0, 9147.0, 9195.0, 9140.0, 9157.0, 9212.0, 9143.0, 9184.0, 9122.0, 9148.0, 9179.0, 9130.0, 9194.0, 9148.0, 9152.0, 9203.0, 9151.0, 9190.0, 9169.0, 9172.0, 9207.0, 9139.0, 9209.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.0004702988505747127</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02494686172413793</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.88631830769845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1712953576179523</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.98718797192175</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4715</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4416.7163</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08217448219894506</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.528735632183908</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.484342939874226</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.467051941180898</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6965028448012713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.289474033640508</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102285</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019033482298254967</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01851765625178814</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.697981861802515</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>38.9415</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.7684</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302199.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>721.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.2968</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2268</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.0537</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.1089</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3530.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74345.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>931.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4385.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.5683</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.48069748142734</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> |