=== 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-0124 --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-0124",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0124_ses-04_task-social_acq-mb8_run-03_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-0124_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-03_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-03_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>31dc7f89d92e583e046b9b164863b50b</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>17:45:0.375000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.092308</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.982</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>39b780cb-143c-4ac1-90fa-64f9c3b6b82a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['174500.375000', '174500.835000', '174501.295000', '174501.755000', '174502.215000', '174502.675000', '174503.135000', '174503.595000', '174504.055000', '174504.515000', '174504.975000', '174505.435000', '174505.895000', '174506.355000', '174506.815000', '174507.275000', '174507.735000', '174508.195000', '174508.655000', '174509.115000', '174509.575000', '174510.035000', '174510.495000', '174510.955000', '174511.415000', '174511.875000', '174512.335000', '174512.795000', '174513.255000', '174513.715000', '174514.175000', '174514.635000', '174515.095000', '174515.555000', '174516.015000', '174516.475000', '174516.935000', '174517.395000', '174517.855000', '174518.315000', '174518.775000', '174519.235000', '174519.695000', '174520.155000', '174520.615000', '174521.075000', '174521.535000', '174521.995000', '174522.455000', '174522.915000', '174523.375000', '174523.835000', '174524.295000', '174524.755000', '174525.215000', '174525.675000', '174526.135000', '174526.595000', '174527.055000', '174527.515000', '174527.975000', '174528.435000', '174528.895000', '174529.355000', '174529.815000', '174530.275000', '174530.735000', '174531.195000', '174531.655000', '174532.115000', '174532.575000', '174533.035000', '174533.495000', '174533.955000', '174534.415000', '174534.875000', '174535.335000', '174535.795000', '174536.255000', '174536.715000', '174537.175000', '174537.635000', '174538.095000', '174538.555000', '174539.015000', '174539.475000', '174539.935000', '174540.395000', '174540.855000', '174541.315000', '174541.775000', '174542.235000', '174542.695000', '174543.155000', '174543.615000', '174544.075000', '174544.535000', '174544.995000', '174545.455000', '174545.915000', '174546.375000', '174546.835000', '174547.295000', '174547.755000', '174548.215000', '174548.675000', '174549.135000', '174549.595000', '174550.055000', '174550.515000', '174550.975000', '174551.435000', '174551.895000', '174552.355000', '174552.815000', '174553.275000', '174553.735000', '174554.195000', '174554.655000', '174555.115000', '174555.575000', '174556.035000', '174556.495000', '174556.955000', '174557.415000', '174557.875000', '174558.335000', '174558.795000', '174559.255000', '174559.715000', '174600.175000', '174600.635000', '174601.095000', '174601.555000', '174602.015000', '174602.475000', '174602.935000', '174603.395000', '174603.855000', '174604.315000', '174604.775000', '174605.235000', '174605.695000', '174606.155000', '174606.615000', '174607.075000', '174607.535000', '174607.995000', '174608.455000', '174608.915000', '174609.375000', '174609.835000', '174610.295000', '174610.755000', '174611.215000', '174611.675000', '174612.135000', '174612.595000', '174613.055000', '174613.515000', '174613.975000', '174614.435000', '174614.895000', '174615.355000', '174615.815000', '174616.275000', '174616.735000', '174617.195000', '174617.655000', '174618.115000', '174618.575000', '174619.035000', '174619.495000', '174619.955000', '174620.415000', '174620.875000', '174621.335000', '174621.795000', '174622.255000', '174622.715000', '174623.175000', '174623.635000', '174624.095000', '174624.555000', '174625.015000', '174625.475000', '174625.935000', '174626.395000', '174626.855000', '174627.315000', '174627.775000', '174628.235000', '174628.695000', '174629.155000', '174629.615000', '174630.075000', '174630.535000', '174630.995000', '174631.455000', '174631.915000', '174632.375000', '174632.835000', '174633.295000', '174633.755000', '174634.215000', '174634.675000', '174635.135000', '174635.595000', '174636.055000', '174636.515000', '174636.975000', '174637.435000', '174637.895000', '174638.355000', '174638.815000', '174639.275000', '174639.735000', '174640.195000', '174640.655000', '174641.115000', '174641.575000', '174642.035000', '174642.495000', '174642.955000', '174643.415000', '174643.875000', '174644.335000', '174644.795000', '174645.255000', '174645.715000', '174646.175000', '174646.635000', '174647.095000', '174647.555000', '174648.015000', '174648.475000', '174648.935000', '174649.395000', '174649.855000', '174650.315000', '174650.775000', '174651.235000', '174651.695000', '174652.155000', '174652.615000', '174653.075000', '174653.535000', '174653.995000', '174654.455000', '174654.915000', '174655.375000', '174655.835000', '174656.295000', '174656.755000', '174657.215000', '174657.675000', '174658.135000', '174658.595000', '174659.055000', '174659.515000', '174659.975000', '174700.435000', '174700.895000', '174701.355000', '174701.815000', '174702.275000', '174702.735000', '174703.195000', '174703.655000', '174704.115000', '174704.575000', '174705.035000', '174705.495000', '174705.955000', '174706.415000', '174706.875000', '174707.335000', '174707.795000', '174708.255000', '174708.715000', '174709.175000', '174709.635000', '174710.095000', '174710.555000', '174711.015000', '174711.475000', '174711.935000', '174712.395000', '174712.855000', '174713.315000', '174713.775000', '174714.235000', '174714.695000', '174715.155000', '174715.615000', '174716.075000', '174716.535000', '174716.995000', '174717.455000', '174717.915000', '174718.375000', '174718.835000', '174719.295000', '174719.755000', '174720.215000', '174720.675000', '174721.135000', '174721.595000', '174722.055000', '174722.515000', '174722.975000', '174723.435000', '174723.895000', '174724.355000', '174724.815000', '174725.275000', '174725.735000', '174726.195000', '174726.655000', '174727.115000', '174727.575000', '174728.035000', '174728.495000', '174728.955000', '174729.415000', '174729.875000', '174730.335000', '174730.795000', '174731.255000', '174731.715000', '174732.175000', '174732.635000', '174733.095000', '174733.555000', '174734.015000', '174734.475000', '174734.935000', '174735.395000', '174735.855000', '174736.315000', '174736.775000', '174737.235000', '174737.695000', '174738.155000', '174738.615000', '174739.075000', '174739.535000', '174739.995000', '174740.455000', '174740.915000', '174741.375000', '174741.835000', '174742.295000', '174742.755000', '174743.215000', '174743.675000', '174744.135000', '174744.595000', '174745.055000', '174745.515000', '174745.975000', '174746.435000', '174746.895000', '174747.355000', '174747.815000', '174748.275000', '174748.735000', '174749.195000', '174749.655000', '174750.115000', '174750.575000', '174751.035000', '174751.495000', '174751.955000', '174752.415000', '174752.875000', '174753.335000', '174753.795000', '174754.255000', '174754.715000', '174755.175000', '174755.635000', '174756.095000', '174756.555000', '174757.015000', '174757.475000', '174757.935000', '174758.395000', '174758.855000', '174759.315000', '174759.775000', '174800.235000', '174800.695000', '174801.155000', '174801.615000', '174802.075000', '174802.535000', '174802.995000', '174803.455000', '174803.915000', '174804.375000', '174804.835000', '174805.295000', '174805.755000', '174806.215000', '174806.675000', '174807.135000', '174807.595000', '174808.055000', '174808.515000', '174808.975000', '174809.435000', '174809.895000', '174810.355000', '174810.815000', '174811.275000', '174811.735000', '174812.195000', '174812.655000', '174813.115000', '174813.575000', '174814.035000', '174814.495000', '174814.955000', '174815.415000', '174815.875000', '174816.335000', '174816.795000', '174817.255000', '174817.715000', '174818.175000', '174818.635000', '174819.095000', '174819.555000', '174820.015000', '174820.475000', '174820.935000', '174821.395000', '174821.855000', '174822.315000', '174822.775000', '174823.235000', '174823.695000', '174824.155000', '174824.615000', '174825.075000', '174825.535000', '174825.995000', '174826.455000', '174826.915000', '174827.375000', '174827.835000', '174828.295000', '174828.755000', '174829.215000', '174829.675000', '174830.135000', '174830.595000', '174831.055000', '174831.515000', '174831.975000', '174832.435000', '174832.895000', '174833.355000', '174833.815000', '174834.275000', '174834.735000', '174835.195000', '174835.655000', '174836.115000', '174836.575000', '174837.035000', '174837.495000', '174837.955000', '174838.415000', '174838.875000', '174839.335000', '174839.795000', '174840.255000', '174840.715000', '174841.175000', '174841.635000', '174842.095000', '174842.555000', '174843.015000', '174843.475000', '174843.935000', '174844.395000', '174844.855000', '174845.315000', '174845.775000', '174846.235000', '174846.695000', '174847.155000', '174847.615000', '174848.075000', '174848.535000', '174848.995000', '174849.455000', '174849.915000', '174850.375000', '174850.835000', '174851.295000', '174851.755000', '174852.215000', '174852.675000', '174853.135000', '174853.595000', '174854.055000', '174854.515000', '174854.975000', '174855.435000', '174855.895000', '174856.355000', '174856.815000', '174857.275000', '174857.735000', '174858.195000', '174858.655000', '174859.115000', '174859.575000', '174900.035000', '174900.495000', '174900.955000', '174901.415000', '174901.875000', '174902.335000', '174902.795000', '174903.255000', '174903.715000', '174904.175000', '174904.635000', '174905.095000', '174905.555000', '174906.015000', '174906.475000', '174906.935000', '174907.395000', '174907.855000', '174908.315000', '174908.775000', '174909.235000', '174909.695000', '174910.155000', '174910.615000', '174911.075000', '174911.535000', '174911.995000', '174912.455000', '174912.915000', '174913.375000', '174913.835000', '174914.295000', '174914.755000', '174915.215000', '174915.675000', '174916.135000', '174916.595000', '174917.055000', '174917.515000', '174917.975000', '174918.435000', '174918.895000', '174919.355000', '174919.815000', '174920.275000', '174920.735000', '174921.195000', '174921.655000', '174922.115000', '174922.575000', '174923.035000', '174923.495000', '174923.955000', '174924.415000', '174924.875000', '174925.335000', '174925.795000', '174926.255000', '174926.715000', '174927.175000', '174927.635000', '174928.095000', '174928.555000', '174929.015000', '174929.475000', '174929.935000', '174930.395000', '174930.855000', '174931.315000', '174931.775000', '174932.235000', '174932.695000', '174933.155000', '174933.615000', '174934.075000', '174934.535000', '174934.995000', '174935.455000', '174935.915000', '174936.375000', '174936.835000', '174937.295000', '174937.755000', '174938.215000', '174938.675000', '174939.135000', '174939.595000', '174940.055000', '174940.515000', '174940.975000', '174941.435000', '174941.895000', '174942.355000', '174942.815000', '174943.275000', '174943.735000', '174944.195000', '174944.655000', '174945.115000', '174945.575000', '174946.035000', '174946.495000', '174946.955000', '174947.415000', '174947.875000', '174948.335000', '174948.795000', '174949.255000', '174949.715000', '174950.175000', '174950.635000', '174951.095000', '174951.555000', '174952.015000', '174952.475000', '174952.935000', '174953.395000', '174953.855000', '174954.315000', '174954.775000', '174955.235000', '174955.695000', '174956.155000', '174956.615000', '174957.075000', '174957.535000', '174957.995000', '174958.455000', '174958.915000', '174959.375000', '174959.835000', '175000.295000', '175000.755000', '175001.215000', '175001.675000', '175002.135000', '175002.595000', '175003.055000', '175003.515000', '175003.975000', '175004.435000', '175004.895000', '175005.355000', '175005.815000', '175006.275000', '175006.735000', '175007.195000', '175007.655000', '175008.115000', '175008.575000', '175009.035000', '175009.495000', '175009.955000', '175010.415000', '175010.875000', '175011.335000', '175011.795000', '175012.255000', '175012.715000', '175013.175000', '175013.635000', '175014.095000', '175014.555000', '175015.015000', '175015.475000', '175015.935000', '175016.395000', '175016.855000', '175017.315000', '175017.775000', '175018.235000', '175018.695000', '175019.155000', '175019.615000', '175020.075000', '175020.535000', '175020.995000', '175021.455000', '175021.915000', '175022.375000', '175022.835000', '175023.295000', '175023.755000', '175024.215000', '175024.675000', '175025.135000', '175025.595000', '175026.055000', '175026.515000', '175026.975000', '175027.435000', '175027.895000', '175028.355000', '175028.815000', '175029.275000', '175029.735000', '175030.195000', '175030.655000', '175031.115000', '175031.575000', '175032.035000', '175032.495000', '175032.955000', '175033.415000', '175033.875000', '175034.335000', '175034.795000', '175035.255000', '175035.715000', '175036.175000', '175036.635000', '175037.095000', '175037.555000', '175038.015000', '175038.475000', '175038.935000', '175039.395000', '175039.855000', '175040.315000', '175040.775000', '175041.235000', '175041.695000', '175042.155000', '175042.615000', '175043.075000', '175043.535000', '175043.995000', '175044.455000', '175044.915000', '175045.375000', '175045.835000', '175046.295000', '175046.755000', '175047.215000', '175047.675000', '175048.135000', '175048.595000', '175049.055000', '175049.515000', '175049.975000', '175050.435000', '175050.895000', '175051.355000', '175051.815000', '175052.275000', '175052.735000', '175053.195000', '175053.655000', '175054.115000', '175054.575000', '175055.035000', '175055.495000', '175055.955000', '175056.415000', '175056.875000', '175057.335000', '175057.795000', '175058.255000', '175058.715000', '175059.175000', '175059.635000', '175100.095000', '175100.555000', '175101.015000', '175101.475000', '175101.935000', '175102.395000', '175102.855000', '175103.315000', '175103.775000', '175104.235000', '175104.695000', '175105.155000', '175105.615000', '175106.075000', '175106.535000', '175106.995000', '175107.455000', '175107.915000', '175108.375000', '175108.835000', '175109.295000', '175109.755000', '175110.215000', '175110.675000', '175111.135000', '175111.595000', '175112.055000', '175112.515000', '175112.975000', '175113.435000', '175113.895000', '175114.355000', '175114.815000', '175115.275000', '175115.735000', '175116.195000', '175116.655000', '175117.115000', '175117.575000', '175118.035000', '175118.495000', '175118.955000', '175119.415000', '175119.875000', '175120.335000', '175120.795000', '175121.255000', '175121.715000', '175122.175000', '175122.635000', '175123.095000', '175123.555000', '175124.015000', '175124.475000', '175124.935000', '175125.395000', '175125.855000', '175126.315000', '175126.775000', '175127.235000', '175127.695000', '175128.155000', '175128.615000', '175129.075000', '175129.535000', '175129.995000', '175130.455000', '175130.915000', '175131.375000', '175131.835000', '175132.295000', '175132.755000', '175133.215000', '175133.675000', '175134.135000', '175134.595000', '175135.055000', '175135.515000', '175135.975000', '175136.435000', '175136.895000', '175137.355000', '175137.815000', '175138.275000', '175138.735000', '175139.195000', '175139.655000', '175140.115000', '175140.575000', '175141.035000'], 'ContentTime': ['174519.947000', '174519.950000', '174519.953000', '174519.955000', '174519.958000', '174519.961000', '174519.963000', '174519.966000', '174519.968000', '174519.971000', '174519.973000', '174519.976000', '174519.978000', '174519.981000', '174519.984000', '174519.986000', '174519.989000', '174519.991000', '174519.994000', '174519.996000', '174520.000000', '174520.002000', '174520.005000', '174520.011000', '174520.013000', '174520.016000', '174520.018000', '174520.021000', '174520.023000', '174520.026000', '174520.029000', '174520.031000', '174520.034000', '174520.036000', '174520.039000', '174520.041000', '174520.044000', '174520.046000', '174520.049000', '174520.051000', '174539.902000', '174539.905000', '174539.908000', '174539.910000', '174539.913000', '174539.915000', '174539.918000', '174539.920000', '174539.923000', '174539.926000', '174539.928000', '174539.931000', '174539.933000', '174539.936000', '174539.938000', '174539.941000', '174539.943000', '174539.946000', '174539.949000', '174539.951000', '174539.954000', '174539.956000', '174539.959000', '174539.961000', '174539.964000', '174539.966000', '174539.969000', '174539.971000', '174539.974000', '174539.977000', '174539.979000', '174539.982000', '174539.984000', '174539.987000', '174539.989000', '174539.992000', '174539.994000', '174539.997000', '174540.000000', '174540.003000', '174540.005000', '174540.008000', '174540.034000', '174540.037000', '174559.903000', '174559.905000', '174559.908000', '174559.911000', '174559.913000', '174559.916000', '174559.918000', '174559.921000', '174559.923000', '174559.935000', '174559.938000', '174559.940000', '174559.943000', '174559.946000', '174559.948000', '174559.951000', '174559.953000', '174559.956000', '174559.958000', '174559.961000', '174559.964000', '174559.966000', '174559.969000', '174559.971000', '174559.974000', '174559.976000', '174559.979000', '174559.982000', '174559.984000', '174559.987000', '174559.990000', '174559.992000', '174559.995000', '174559.997000', '174600.001000', '174600.004000', '174600.006000', '174600.009000', '174600.011000', '174600.014000', '174600.017000', '174600.019000', '174600.022000', '174619.902000', '174619.905000', '174619.908000', '174619.910000', '174619.913000', '174619.915000', '174619.918000', '174619.921000', '174619.923000', '174619.926000', '174619.928000', '174619.931000', '174619.933000', '174619.936000', '174619.939000', '174619.941000', '174619.944000', '174619.946000', '174619.949000', '174619.951000', '174619.954000', '174619.956000', '174619.959000', '174619.962000', '174619.964000', '174619.967000', '174619.970000', '174619.973000', '174619.976000', '174619.978000', '174619.981000', '174619.984000', '174619.986000', '174619.989000', '174619.991000', '174619.994000', '174619.996000', '174620.000000', '174620.002000', '174620.032000', '174620.035000', '174620.037000', '174620.040000', '174620.042000', '174639.904000', '174639.906000', '174639.909000', '174639.912000', '174639.914000', '174639.917000', '174639.919000', '174639.922000', '174639.924000', '174639.927000', '174639.929000', '174639.932000', '174639.934000', '174639.937000', '174639.940000', '174639.942000', '174639.945000', '174639.947000', '174639.950000', '174639.952000', '174639.955000', '174639.957000', '174639.960000', '174639.963000', '174639.965000', '174639.968000', '174639.979000', '174639.982000', '174639.984000', '174639.987000', '174639.990000', '174639.992000', '174639.995000', '174639.997000', '174640.001000', '174640.004000', '174640.006000', '174640.009000', '174640.011000', '174640.014000', '174640.016000', '174640.019000', '174640.022000', '174659.903000', '174659.905000', '174659.908000', '174659.910000', '174659.913000', '174659.916000', '174659.918000', '174659.921000', '174659.923000', '174659.926000', '174659.928000', '174659.931000', '174659.934000', '174659.936000', '174659.939000', '174659.941000', '174659.944000', '174659.947000', '174659.949000', '174659.952000', '174659.954000', '174659.957000', '174659.960000', '174659.962000', '174659.965000', '174659.967000', '174659.970000', '174659.972000', '174659.975000', '174659.978000', '174659.980000', '174659.983000', '174659.986000', '174659.988000', '174659.991000', '174659.993000', '174659.996000', '174659.998000', '174700.002000', '174700.005000', '174700.007000', '174700.010000', '174700.013000', '174700.015000', '174719.903000', '174719.905000', '174719.908000', '174719.911000', '174719.913000', '174719.916000', '174719.918000', '174719.921000', '174719.923000', '174719.926000', '174719.928000', '174719.931000', '174719.934000', '174719.936000', '174719.939000', '174719.941000', '174719.944000', '174719.947000', '174719.949000', '174719.952000', '174719.954000', '174719.957000', '174719.959000', '174719.962000', '174719.965000', '174719.967000', '174719.970000', '174719.972000', '174719.975000', '174719.977000', '174719.980000', '174719.982000', '174719.985000', '174719.988000', '174719.990000', '174719.993000', '174719.995000', '174719.998000', '174720.002000', '174720.004000', '174720.007000', '174720.009000', '174720.012000', '174739.903000', '174739.905000', '174739.908000', '174739.911000', '174739.913000', '174739.924000', '174739.926000', '174739.929000', '174739.931000', '174739.934000', '174739.937000', '174739.939000', '174739.942000', '174739.944000', '174739.947000', '174739.949000', '174739.952000', '174739.955000', '174739.957000', '174739.960000', '174739.962000', '174739.965000', '174739.968000', '174739.970000', '174739.973000', '174739.975000', '174739.978000', '174739.980000', '174739.983000', '174739.986000', '174739.988000', '174739.991000', '174739.993000', '174739.996000', '174739.998000', '174740.002000', '174740.004000', '174740.007000', '174740.011000', '174740.013000', '174740.016000', '174740.018000', '174740.021000', '174759.903000', '174759.905000', '174759.908000', '174759.911000', '174759.913000', '174759.916000', '174759.918000', '174759.921000', '174759.924000', '174759.926000', '174759.929000', '174759.932000', '174759.934000', '174759.937000', '174759.939000', '174759.942000', '174759.944000', '174759.947000', '174759.950000', '174759.952000', '174759.955000', '174759.957000', '174759.960000', '174759.962000', '174759.965000', '174759.968000', '174759.970000', '174759.973000', '174759.975000', '174759.978000', '174759.981000', '174759.983000', '174759.986000', '174759.988000', '174759.991000', '174759.993000', '174759.996000', '174800.000000', '174800.003000', '174800.005000', '174800.008000', '174800.010000', '174800.014000', '174800.017000', '174819.903000', '174819.905000', '174819.908000', '174819.911000', '174819.913000', '174819.916000', '174819.918000', '174819.921000', '174819.940000', '174819.943000', '174819.946000', '174819.948000', '174819.951000', '174819.953000', '174819.956000', '174819.959000', '174819.961000', '174819.964000', '174819.966000', '174819.969000', '174819.972000', '174819.974000', '174819.977000', '174819.979000', '174819.982000', '174819.985000', '174819.987000', '174819.990000', '174819.992000', '174819.995000', '174819.997000', '174820.001000', '174820.004000', '174820.006000', '174820.009000', '174820.011000', '174820.014000', '174820.017000', '174820.019000', '174820.022000', '174820.024000', '174820.027000', '174820.029000', '174820.032000', '174839.902000', '174839.905000', '174839.908000', '174839.910000', '174839.913000', '174839.915000', '174839.918000', '174839.921000', '174839.923000', '174839.926000', '174839.929000', '174839.931000', '174839.934000', '174839.936000', '174839.939000', '174839.941000', '174839.944000', '174839.946000', '174839.949000', '174839.952000', '174839.954000', '174839.957000', '174839.959000', '174839.962000', '174839.964000', '174839.967000', '174839.970000', '174839.972000', '174839.975000', '174839.977000', '174839.980000', '174839.982000', '174839.985000', '174839.987000', '174839.990000', '174839.993000', '174839.995000', '174839.998000', '174840.001000', '174840.004000', '174840.007000', '174840.009000', '174840.012000', '174859.904000', '174859.906000', '174859.909000', '174859.912000', '174859.914000', '174859.917000', '174859.919000', '174859.922000', '174859.925000', '174859.927000', '174859.930000', '174859.932000', '174859.935000', '174859.937000', '174859.940000', '174859.942000', '174859.945000', '174859.948000', '174859.950000', '174859.953000', '174859.955000', '174859.958000', '174859.960000', '174859.963000', '174859.966000', '174859.968000', '174859.971000', '174859.973000', '174859.976000', '174859.979000', '174859.981000', '174859.984000', '174859.986000', '174859.989000', '174859.992000', '174859.994000', '174859.997000', '174900.000000', '174900.003000', '174900.006000', '174900.008000', '174900.011000', '174900.013000', '174900.016000', '174919.902000', '174919.905000', '174919.908000', '174919.911000', '174919.913000', '174919.916000', '174919.918000', '174919.921000', '174919.924000', '174919.926000', '174919.929000', '174919.931000', '174919.934000', '174919.936000', '174919.939000', '174919.941000', '174919.944000', '174919.947000', '174919.949000', '174919.952000', '174919.954000', '174919.957000', '174919.960000', '174919.962000', '174919.965000', '174919.967000', '174919.970000', '174919.972000', '174919.975000', '174919.977000', '174919.980000', '174919.983000', '174919.985000', '174919.988000', '174919.990000', '174919.993000', '174919.996000', '174919.998000', '174920.002000', '174920.004000', '174920.007000', '174920.010000', '174920.012000', '174939.903000', '174939.905000', '174939.908000', '174939.911000', '174939.913000', '174939.916000', '174939.918000', '174939.921000', '174939.924000', '174939.926000', '174939.929000', '174939.931000', '174939.934000', '174939.937000', '174939.939000', '174939.942000', '174939.944000', '174939.947000', '174939.949000', '174939.952000', '174939.955000', '174939.957000', '174939.960000', '174939.963000', '174939.965000', '174939.968000', '174939.970000', '174939.973000', '174939.975000', '174939.978000', '174939.980000', '174939.983000', '174939.986000', '174940.000000', '174940.003000', '174940.005000', '174940.008000', '174940.011000', '174940.013000', '174940.016000', '174940.018000', '174940.021000', '174940.023000', '174940.026000', '174959.903000', '174959.905000', '174959.908000', '174959.911000', '174959.913000', '174959.916000', '174959.919000', '174959.921000', '174959.924000', '174959.926000', '174959.929000', '174959.931000', '174959.934000', '174959.937000', '174959.939000', '174959.942000', '174959.944000', '174959.947000', '174959.950000', '174959.952000', '174959.955000', '174959.958000', '174959.960000', '174959.963000', '174959.965000', '174959.968000', '174959.971000', '174959.973000', '174959.976000', '174959.978000', '174959.981000', '174959.983000', '174959.986000', '174959.989000', '174959.991000', '174959.994000', '174959.996000', '175000.000000', '175000.003000', '175000.005000', '175000.008000', '175000.010000', '175000.013000', '175019.903000', '175019.905000', '175019.914000', '175019.916000', '175019.919000', '175019.922000', '175019.924000', '175019.927000', '175019.929000', '175019.932000', '175019.935000', '175019.937000', '175019.940000', '175019.942000', '175019.945000', '175019.948000', '175019.950000', '175019.953000', '175019.955000', '175019.958000', '175019.961000', '175019.963000', '175019.966000', '175019.968000', '175019.971000', '175019.973000', '175019.976000', '175019.979000', '175019.981000', '175019.984000', '175019.986000', '175019.989000', '175019.992000', '175019.994000', '175019.997000', '175020.001000', '175020.003000', '175020.006000', '175020.008000', '175020.011000', '175020.013000', '175020.016000', '175020.019000', '175020.021000', '175039.902000', '175039.905000', '175039.908000', '175039.911000', '175039.913000', '175039.916000', '175039.918000', '175039.921000', '175039.923000', '175039.926000', '175039.929000', '175039.931000', '175039.934000', '175039.936000', '175039.939000', '175039.942000', '175039.944000', '175039.947000', '175039.949000', '175039.952000', '175039.954000', '175039.957000', '175039.959000', '175039.962000', '175039.965000', '175039.967000', '175039.970000', '175039.972000', '175039.975000', '175039.977000', '175039.980000', '175039.983000', '175039.985000', '175039.988000', '175039.990000', '175039.993000', '175039.996000', '175039.998000', '175040.002000', '175040.004000', '175040.007000', '175040.009000', '175040.012000', '175059.902000', '175059.906000', '175059.908000', '175059.911000', '175059.915000', '175059.918000', '175059.922000', '175059.924000', '175059.927000', '175059.930000', '175059.932000', '175059.935000', '175059.937000', '175059.940000', '175059.943000', '175059.945000', '175059.948000', '175059.951000', '175059.953000', '175059.956000', '175059.958000', '175059.961000', '175059.964000', '175059.966000', '175059.969000', '175059.971000', '175059.974000', '175059.977000', '175059.979000', '175059.982000', '175059.984000', '175059.987000', '175059.990000', '175059.992000', '175059.995000', '175059.997000', '175100.001000', '175100.004000', '175100.006000', '175100.009000', '175100.011000', '175100.014000', '175100.017000', '175119.903000', '175119.906000', '175119.909000', '175119.912000', '175119.914000', '175119.917000', '175119.919000', '175119.922000', '175119.924000', '175119.927000', '175119.930000', '175119.932000', '175119.935000', '175119.937000', '175119.940000', '175119.942000', '175119.945000', '175119.948000', '175119.950000', '175119.953000', '175119.955000', '175119.958000', '175119.960000', '175119.963000', '175119.965000', '175119.968000', '175119.971000', '175119.973000', '175119.976000', '175119.978000', '175119.981000', '175119.983000', '175119.986000', '175119.989000', '175119.991000', '175119.994000', '175119.996000', '175120.000000', '175120.002000', '175120.005000', '175120.007000', '175120.010000', '175120.013000', '175120.015000', '175139.903000', '175139.905000', '175139.908000', '175139.911000', '175139.913000', '175139.916000', '175139.918000', '175139.921000', '175139.923000', '175139.926000', '175139.929000', '175139.931000', '175139.934000', '175139.936000', '175139.939000', '175139.942000', '175139.944000', '175139.947000', '175139.949000', '175139.952000', '175139.954000', '175139.957000', '175139.960000', '175139.962000', '175139.965000', '175139.967000', '175139.970000', '175139.972000', '175139.975000', '175139.978000', '175139.980000', '175139.983000', '175139.986000', '175139.988000', '175139.991000', '175139.993000', '175139.996000', '175139.998000', '175140.002000', '175140.004000', '175140.007000', '175140.010000', '175140.012000', '175142.182000', '175142.185000', '175142.188000', '175142.191000', '175142.193000', '175142.196000'], 'InstanceCreationTime': ['174519.947000', '174519.950000', '174519.953000', '174519.955000', '174519.958000', '174519.961000', '174519.963000', '174519.966000', '174519.968000', '174519.971000', '174519.973000', '174519.976000', '174519.978000', '174519.981000', '174519.984000', '174519.986000', '174519.989000', '174519.991000', '174519.994000', '174519.996000', '174520.000000', '174520.002000', '174520.005000', '174520.011000', '174520.013000', '174520.016000', '174520.018000', '174520.021000', '174520.023000', '174520.026000', '174520.029000', '174520.031000', '174520.034000', '174520.036000', '174520.039000', '174520.041000', '174520.044000', '174520.046000', '174520.049000', '174520.051000', '174539.902000', '174539.905000', '174539.908000', '174539.910000', '174539.913000', '174539.915000', '174539.918000', '174539.920000', '174539.923000', '174539.926000', '174539.928000', '174539.931000', '174539.933000', '174539.936000', '174539.938000', '174539.941000', '174539.943000', '174539.946000', '174539.949000', '174539.951000', '174539.954000', '174539.956000', '174539.959000', '174539.961000', '174539.964000', '174539.966000', '174539.969000', '174539.971000', '174539.974000', '174539.977000', '174539.979000', '174539.982000', '174539.984000', '174539.987000', '174539.989000', '174539.992000', '174539.994000', '174539.997000', '174540.000000', '174540.003000', '174540.005000', '174540.008000', '174540.034000', '174540.037000', '174559.903000', '174559.905000', '174559.908000', '174559.911000', '174559.913000', '174559.916000', '174559.918000', '174559.921000', '174559.923000', '174559.935000', '174559.938000', '174559.940000', '174559.943000', '174559.946000', '174559.948000', '174559.951000', '174559.953000', '174559.956000', '174559.958000', '174559.961000', '174559.964000', '174559.966000', '174559.969000', '174559.971000', '174559.974000', '174559.976000', '174559.979000', '174559.982000', '174559.984000', '174559.987000', '174559.990000', '174559.992000', '174559.995000', '174559.997000', '174600.001000', '174600.004000', '174600.006000', '174600.009000', '174600.011000', '174600.014000', '174600.017000', '174600.019000', '174600.022000', '174619.902000', '174619.905000', '174619.908000', '174619.910000', '174619.913000', '174619.915000', '174619.918000', '174619.921000', '174619.923000', '174619.926000', '174619.928000', '174619.931000', '174619.933000', '174619.936000', '174619.939000', '174619.941000', '174619.944000', '174619.946000', '174619.949000', '174619.951000', '174619.954000', '174619.956000', '174619.959000', '174619.962000', '174619.964000', '174619.967000', '174619.970000', '174619.973000', '174619.976000', '174619.978000', '174619.981000', '174619.984000', '174619.986000', '174619.989000', '174619.991000', '174619.994000', '174619.996000', '174620.000000', '174620.002000', '174620.032000', '174620.035000', '174620.037000', '174620.040000', '174620.042000', '174639.904000', '174639.906000', '174639.909000', '174639.912000', '174639.914000', '174639.917000', '174639.919000', '174639.922000', '174639.924000', '174639.927000', '174639.929000', '174639.932000', '174639.934000', '174639.937000', '174639.940000', '174639.942000', '174639.945000', '174639.947000', '174639.950000', '174639.952000', '174639.955000', '174639.957000', '174639.960000', '174639.963000', '174639.965000', '174639.968000', '174639.979000', '174639.982000', '174639.984000', '174639.987000', '174639.990000', '174639.992000', '174639.995000', '174639.997000', '174640.001000', '174640.004000', '174640.006000', '174640.009000', '174640.011000', '174640.014000', '174640.016000', '174640.019000', '174640.022000', '174659.903000', '174659.905000', '174659.908000', '174659.910000', '174659.913000', '174659.916000', '174659.918000', '174659.921000', '174659.923000', '174659.926000', '174659.928000', '174659.931000', '174659.934000', '174659.936000', '174659.939000', '174659.941000', '174659.944000', '174659.947000', '174659.949000', '174659.952000', '174659.954000', '174659.957000', '174659.960000', '174659.962000', '174659.965000', '174659.967000', '174659.970000', '174659.972000', '174659.975000', '174659.978000', '174659.980000', '174659.983000', '174659.986000', '174659.988000', '174659.991000', '174659.993000', '174659.996000', '174659.998000', '174700.002000', '174700.005000', '174700.007000', '174700.010000', '174700.013000', '174700.015000', '174719.903000', '174719.905000', '174719.908000', '174719.911000', '174719.913000', '174719.916000', '174719.918000', '174719.921000', '174719.923000', '174719.926000', '174719.928000', '174719.931000', '174719.934000', '174719.936000', '174719.939000', '174719.941000', '174719.944000', '174719.947000', '174719.949000', '174719.952000', '174719.954000', '174719.957000', '174719.959000', '174719.962000', '174719.965000', '174719.967000', '174719.970000', '174719.972000', '174719.975000', '174719.977000', '174719.980000', '174719.982000', '174719.985000', '174719.988000', '174719.990000', '174719.993000', '174719.995000', '174719.998000', '174720.002000', '174720.004000', '174720.007000', '174720.009000', '174720.012000', '174739.903000', '174739.905000', '174739.908000', '174739.911000', '174739.913000', '174739.924000', '174739.926000', '174739.929000', '174739.931000', '174739.934000', '174739.937000', '174739.939000', '174739.942000', '174739.944000', '174739.947000', '174739.949000', '174739.952000', '174739.955000', '174739.957000', '174739.960000', '174739.962000', '174739.965000', '174739.968000', '174739.970000', '174739.973000', '174739.975000', '174739.978000', '174739.980000', '174739.983000', '174739.986000', '174739.988000', '174739.991000', '174739.993000', '174739.996000', '174739.998000', '174740.002000', '174740.004000', '174740.007000', '174740.011000', '174740.013000', '174740.016000', '174740.018000', '174740.021000', '174759.903000', '174759.905000', '174759.908000', '174759.911000', '174759.913000', '174759.916000', '174759.918000', '174759.921000', '174759.924000', '174759.926000', '174759.929000', '174759.932000', '174759.934000', '174759.937000', '174759.939000', '174759.942000', '174759.944000', '174759.947000', '174759.950000', '174759.952000', '174759.955000', '174759.957000', '174759.960000', '174759.962000', '174759.965000', '174759.968000', '174759.970000', '174759.973000', '174759.975000', '174759.978000', '174759.981000', '174759.983000', '174759.986000', '174759.988000', '174759.991000', '174759.993000', '174759.996000', '174800.000000', '174800.003000', '174800.005000', '174800.008000', '174800.010000', '174800.014000', '174800.017000', '174819.903000', '174819.905000', '174819.908000', '174819.911000', '174819.913000', '174819.916000', '174819.918000', '174819.921000', '174819.940000', '174819.943000', '174819.946000', '174819.948000', '174819.951000', '174819.953000', '174819.956000', '174819.959000', '174819.961000', '174819.964000', '174819.966000', '174819.969000', '174819.972000', '174819.974000', '174819.977000', '174819.979000', '174819.982000', '174819.985000', '174819.987000', '174819.990000', '174819.992000', '174819.995000', '174819.997000', '174820.001000', '174820.004000', '174820.006000', '174820.009000', '174820.011000', '174820.014000', '174820.017000', '174820.019000', '174820.022000', '174820.024000', '174820.027000', '174820.029000', '174820.032000', '174839.902000', '174839.905000', '174839.908000', '174839.910000', '174839.913000', '174839.915000', '174839.918000', '174839.921000', '174839.923000', '174839.926000', '174839.929000', '174839.931000', '174839.934000', '174839.936000', '174839.939000', '174839.941000', '174839.944000', '174839.946000', '174839.949000', '174839.952000', '174839.954000', '174839.957000', '174839.959000', '174839.962000', '174839.964000', '174839.967000', '174839.970000', '174839.972000', '174839.975000', '174839.977000', '174839.980000', '174839.982000', '174839.985000', '174839.987000', '174839.990000', '174839.993000', '174839.995000', '174839.998000', '174840.001000', '174840.004000', '174840.007000', '174840.009000', '174840.012000', '174859.904000', '174859.906000', '174859.909000', '174859.912000', '174859.914000', '174859.917000', '174859.919000', '174859.922000', '174859.925000', '174859.927000', '174859.930000', '174859.932000', '174859.935000', '174859.937000', '174859.940000', '174859.942000', '174859.945000', '174859.948000', '174859.950000', '174859.953000', '174859.955000', '174859.958000', '174859.960000', '174859.963000', '174859.966000', '174859.968000', '174859.971000', '174859.973000', '174859.976000', '174859.979000', '174859.981000', '174859.984000', '174859.986000', '174859.989000', '174859.992000', '174859.994000', '174859.997000', '174900.000000', '174900.003000', '174900.006000', '174900.008000', '174900.011000', '174900.013000', '174900.016000', '174919.902000', '174919.905000', '174919.908000', '174919.911000', '174919.913000', '174919.916000', '174919.918000', '174919.921000', '174919.924000', '174919.926000', '174919.929000', '174919.931000', '174919.934000', '174919.936000', '174919.939000', '174919.941000', '174919.944000', '174919.947000', '174919.949000', '174919.952000', '174919.954000', '174919.957000', '174919.960000', '174919.962000', '174919.965000', '174919.967000', '174919.970000', '174919.972000', '174919.975000', '174919.977000', '174919.980000', '174919.983000', '174919.985000', '174919.988000', '174919.990000', '174919.993000', '174919.996000', '174919.998000', '174920.002000', '174920.004000', '174920.007000', '174920.010000', '174920.012000', '174939.903000', '174939.905000', '174939.908000', '174939.911000', '174939.913000', '174939.916000', '174939.918000', '174939.921000', '174939.924000', '174939.926000', '174939.929000', '174939.931000', '174939.934000', '174939.937000', '174939.939000', '174939.942000', '174939.944000', '174939.947000', '174939.949000', '174939.952000', '174939.955000', '174939.957000', '174939.960000', '174939.963000', '174939.965000', '174939.968000', '174939.970000', '174939.973000', '174939.975000', '174939.978000', '174939.980000', '174939.983000', '174939.986000', '174940.000000', '174940.003000', '174940.005000', '174940.008000', '174940.011000', '174940.013000', '174940.016000', '174940.018000', '174940.021000', '174940.023000', '174940.026000', '174959.903000', '174959.905000', '174959.908000', '174959.911000', '174959.913000', '174959.916000', '174959.919000', '174959.921000', '174959.924000', '174959.926000', '174959.929000', '174959.931000', '174959.934000', '174959.937000', '174959.939000', '174959.942000', '174959.944000', '174959.947000', '174959.950000', '174959.952000', '174959.955000', '174959.958000', '174959.960000', '174959.963000', '174959.965000', '174959.968000', '174959.971000', '174959.973000', '174959.976000', '174959.978000', '174959.981000', '174959.983000', '174959.986000', '174959.989000', '174959.991000', '174959.994000', '174959.996000', '175000.000000', '175000.003000', '175000.005000', '175000.008000', '175000.010000', '175000.013000', '175019.903000', '175019.905000', '175019.914000', '175019.916000', '175019.919000', '175019.922000', '175019.924000', '175019.927000', '175019.929000', '175019.932000', '175019.935000', '175019.937000', '175019.940000', '175019.942000', '175019.945000', '175019.948000', '175019.950000', '175019.953000', '175019.955000', '175019.958000', '175019.961000', '175019.963000', '175019.966000', '175019.968000', '175019.971000', '175019.973000', '175019.976000', '175019.979000', '175019.981000', '175019.984000', '175019.986000', '175019.989000', '175019.992000', '175019.994000', '175019.997000', '175020.001000', '175020.003000', '175020.006000', '175020.008000', '175020.011000', '175020.013000', '175020.016000', '175020.019000', '175020.021000', '175039.902000', '175039.905000', '175039.908000', '175039.911000', '175039.913000', '175039.916000', '175039.918000', '175039.921000', '175039.923000', '175039.926000', '175039.929000', '175039.931000', '175039.934000', '175039.936000', '175039.939000', '175039.942000', '175039.944000', '175039.947000', '175039.949000', '175039.952000', '175039.954000', '175039.957000', '175039.959000', '175039.962000', '175039.965000', '175039.967000', '175039.970000', '175039.972000', '175039.975000', '175039.977000', '175039.980000', '175039.983000', '175039.985000', '175039.988000', '175039.990000', '175039.993000', '175039.996000', '175039.998000', '175040.002000', '175040.004000', '175040.007000', '175040.009000', '175040.012000', '175059.902000', '175059.906000', '175059.908000', '175059.911000', '175059.915000', '175059.918000', '175059.922000', '175059.924000', '175059.927000', '175059.930000', '175059.932000', '175059.935000', '175059.937000', '175059.940000', '175059.943000', '175059.945000', '175059.948000', '175059.951000', '175059.953000', '175059.956000', '175059.958000', '175059.961000', '175059.964000', '175059.966000', '175059.969000', '175059.971000', '175059.974000', '175059.977000', '175059.979000', '175059.982000', '175059.984000', '175059.987000', '175059.990000', '175059.992000', '175059.995000', '175059.997000', '175100.001000', '175100.004000', '175100.006000', '175100.009000', '175100.011000', '175100.014000', '175100.017000', '175119.903000', '175119.906000', '175119.909000', '175119.912000', '175119.914000', '175119.917000', '175119.919000', '175119.922000', '175119.924000', '175119.927000', '175119.930000', '175119.932000', '175119.935000', '175119.937000', '175119.940000', '175119.942000', '175119.945000', '175119.948000', '175119.950000', '175119.953000', '175119.955000', '175119.958000', '175119.960000', '175119.963000', '175119.965000', '175119.968000', '175119.971000', '175119.973000', '175119.976000', '175119.978000', '175119.981000', '175119.983000', '175119.986000', '175119.989000', '175119.991000', '175119.994000', '175119.996000', '175120.000000', '175120.002000', '175120.005000', '175120.007000', '175120.010000', '175120.013000', '175120.015000', '175139.903000', '175139.905000', '175139.908000', '175139.911000', '175139.913000', '175139.916000', '175139.918000', '175139.921000', '175139.923000', '175139.926000', '175139.929000', '175139.931000', '175139.934000', '175139.936000', '175139.939000', '175139.942000', '175139.944000', '175139.947000', '175139.949000', '175139.952000', '175139.954000', '175139.957000', '175139.960000', '175139.962000', '175139.965000', '175139.967000', '175139.970000', '175139.972000', '175139.975000', '175139.978000', '175139.980000', '175139.983000', '175139.986000', '175139.988000', '175139.991000', '175139.993000', '175139.996000', '175139.998000', '175140.002000', '175140.004000', '175140.007000', '175140.010000', '175140.012000', '175142.182000', '175142.185000', '175142.188000', '175142.191000', '175142.193000', '175142.196000'], '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': [11914, 14318, 9722, 12518, 8498, 12177, 8436, 10903, 7800, 10203, 8157, 9604, 14131, 8547, 12390, 8348, 12514, 8119, 12163, 9445, 11269, 8355, 11696, 7885, 11427, 8304, 10280, 7668, 9530, 14340, 9194, 13081, 9522, 12074, 8354, 11835, 8204, 12021, 8037, 11405, 8031, 10795, 9764, 9635, 8198, 9780, 11894, 9693, 14164, 9801, 12953, 8926, 13171, 9470, 12794, 9680, 12313, 8242, 11227, 8437, 11207, 7934, 9828, 10597, 9342, 13857, 8494, 12145, 8716, 12882, 8486, 12686, 9907, 11557, 8271, 11905, 8656, 12248, 8186, 11702, 7773, 10566, 8533, 10530, 8269, 9919, 8461, 10255, 14852, 10355, 14613, 9238, 13592, 9052, 12914, 9314, 12227, 8383, 12398, 7777, 11952, 7996, 11063, 7972, 10706, 8117, 10966, 10380, 9572, 13610, 9030, 13334, 9889, 12244, 8287, 12096, 8004, 9816, 14639, 9052, 12828, 9228, 12159, 7756, 11262, 8963, 9815, 7790, 9052, 8574, 8920, 12710, 8078, 11219, 7951, 11582, 7975, 11010, 7966, 10706, 9981, 9805, 15379, 10726, 13996, 9484, 12439, 8501, 12024, 9497, 10311, 12598, 9080, 13561, 9796, 12599, 8801, 11242, 7617, 11672, 8284, 10899, 9226, 14619, 9950, 13865, 8773, 13252, 10010, 13915, 9067, 12225, 7785, 10585, 10752, 9425, 15352, 8874, 12708, 7899, 12012, 8267, 11933, 9066, 11692, 7973, 11684, 7560, 11262, 9950, 9439, 11489, 9027, 13441, 8536, 12650, 9743, 11698, 7615, 11208, 7863, 11680, 7557, 10004, 9199, 9628, 14314, 9742, 12492, 8388, 12557, 8617, 12364, 9624, 11840, 7476, 11534, 7631, 11349, 8229, 10110, 9222, 9546, 14233, 9185, 13401, 8786, 13112, 9308, 12071, 8641, 12498, 8744, 11724, 8029, 10797, 10712, 9661, 9522, 9544, 13715, 9269, 13001, 9570, 12228, 8910, 12024, 8247, 11907, 7944, 11249, 7811, 9856, 15083, 9440, 12822, 8212, 12374, 8506, 11592, 8025, 11490, 7802, 10180, 8651, 9860, 10294, 9690, 14065, 9033, 13410, 10680, 12223, 8530, 12463, 8669, 12239, 9805, 11818, 8645, 12166, 8014, 11984, 8175, 10784, 7849, 10359, 14032, 10110, 15233, 9432, 13662, 9400, 12930, 9575, 12210, 7794, 11496, 7828, 10435, 13552, 8737, 12795, 8132, 12312, 8748, 11935, 8346, 11541, 7587, 9989, 10027, 9363, 14192, 8770, 13207, 8164, 12007, 8687, 11839, 7806, 10936, 7754, 9960, 15121, 9558, 13576, 8253, 12728, 9326, 12813, 8666, 12351, 7782, 11549, 7824, 12056, 9362, 12087, 8832, 12455, 8172, 13011, 8445, 11948, 8081, 11325, 7735, 11021, 15847, 10372, 14068, 8305, 13330, 9320, 12493, 9648, 12007, 7406, 11240, 7497, 11052, 8616, 9578, 8371, 9740, 12538, 9720, 13303, 10020, 12123, 8335, 12155, 9247, 11899, 8516, 11955, 7900, 11048, 8085, 9901, 14773, 10040, 12295, 8501, 12205, 8027, 11432, 7994, 10145, 7946, 9376, 7078, 9823, 10963, 9234, 9709, 9371, 12669, 9704, 13722, 9603, 12133, 8412, 12396, 10087, 12720, 9569, 12573, 8420, 12372, 9524, 12257, 8273, 12332, 8123, 11722, 9100, 10050, 7774, 9967, 8986, 9733, 12028, 9546, 11456, 9184, 12997, 9798, 12328, 10024, 12103, 7884, 12056, 7984, 11767, 8213, 11093, 7302, 10987, 7403, 11176, 10884, 10253, 14465, 9351, 12862, 10363, 12096, 9245, 11748, 8420, 11425, 9617, 9999, 12580, 9198, 12640, 8931, 11588, 8526, 11785, 7389, 10435, 8400, 10262, 9300, 8405, 7166, 9197, 7780, 9225, 13090, 9278, 13493, 9099, 12731, 10364, 13384, 9143, 12033, 8124, 11266, 9715, 10034, 9689, 9747, 13453, 10130, 13121, 10423, 11911, 8143, 11217, 8135, 11885, 8282, 10324, 11495, 9761, 13325, 10115, 12166, 8408, 12058, 8943, 11917, 8299, 11414, 7420, 10718, 7664, 11008, 7544, 10027, 13456, 9689, 13207, 10666, 13535, 9416, 11943, 7966, 11841, 8411, 11376, 7614, 10711, 7344, 10559, 13520, 9378, 13066, 8181, 12224, 9703, 11847, 8929, 11700, 7683, 10960, 9713, 9420, 9390, 9120, 12366, 9144, 12047, 9941, 11817, 8651, 11628, 7962, 11373, 8392, 10237, 8125, 9557, 13220, 9601, 12988, 8048, 12137, 8150, 11887, 9411, 11581, 8415, 11406, 7874, 11495, 8157, 11109, 7592, 10560, 7731, 10786, 11664, 9409, 9678, 9533, 11484, 9776, 13063, 9315, 10694, 9778, 12769, 9919, 13786, 10369, 12350, 9581, 12216, 8468, 12055, 7685, 10173, 9561, 9242, 12000, 9328, 11658, 8145, 11364, 7703, 10772, 8376, 10044, 8325, 9802, 12076, 9564, 12108, 8457, 12160, 8268, 11539, 8796, 11221, 8345, 11291, 8100, 11320, 8354, 10650, 7690, 10279, 13584, 9826, 13299, 9779, 12336, 8494, 11831, 8736, 11665, 7922, 11352, 7859, 11049, 13164, 9902, 13959, 8762, 12329, 9018, 11495, 8264, 11052, 7402, 10141, 7661, 9176, 8864, 8726, 11641, 7898, 11257, 8948, 10954, 7487, 10566, 13233, 8814, 11784, 9390, 11728, 7694, 10800, 8220, 11641, 7638, 9483, 9833, 9503, 12721, 9967, 12170, 8584, 11609, 8374, 11119, 8633, 10234, 13477, 8676, 12464, 9470, 11705, 8560, 11494, 8111, 11162, 8335, 10886, 8416, 10575, 7509, 10607, 9446, 10223, 11377, 9798, 13233, 9729, 13315, 9458, 12010, 8811, 12189, 9820, 12016, 9058, 11923, 7975, 11600, 8394, 10950, 8202, 9983, 9500, 9731, 13928, 9601, 12889, 8033, 11940, 8583, 10921, 8257, 11397, 7949, 7748, 8575, 7518, 11406, 8360, 11863, 8736, 13798, 9290, 12855, 10700, 10810, 15401, 9424, 13205, 10472, 12180, 9361, 11380, 8009, 12245, 8203, 10783, 7786, 10255, 7170, 9978, 10367, 9028, 11852, 8720, 11973, 8894, 11650, 9673, 11463, 7805, 11125, 7823, 10898, 8040, 10041, 10974, 8801, 12050, 9148, 11624, 8178, 11079, 10738, 9218, 12736, 9810, 11641, 7797, 10694, 7671, 9522, 12712, 9528, 11724, 8080, 10811, 7655, 10029, 7359, 9382, 11976, 8662, 11653, 8399, 11695, 9342, 11820, 7928, 11593, 8512, 11434, 7768, 10150, 11606, 9890, 13013, 10642, 12377, 8411, 11648, 8705, 11464, 9116, 11697, 7810, 11019, 8144, 11162, 7381, 9749, 13022, 8709, 11793, 9766, 11557, 8146, 11450, 7836, 10957, 12870, 9035, 12590, 8021, 11731, 8258, 11460, 8531, 10211, 8162, 9453, 12318, 8726, 11570, 8111, 11412, 8104, 10734, 8173, 10070, 7687, 9307, 12141, 9374, 12754, 8086, 11791, 8318, 11626, 8478, 11721, 7776, 10476], 'WindowCenter': [4570.0, 4562.0, 4507.0, 4523.0, 4482.0, 4523.0, 4470.0, 4498.0, 4455.0, 4487.0, 4457.0, 4488.0, 4518.0, 4476.0, 4508.0, 4469.0, 4507.0, 4471.0, 4510.0, 4490.0, 4499.0, 4469.0, 4508.0, 4469.0, 4510.0, 4468.0, 4501.0, 4459.0, 4489.0, 4519.0, 4491.0, 4508.0, 4490.0, 4506.0, 4476.0, 4508.0, 4480.0, 4510.0, 4469.0, 4509.0, 4466.0, 4499.0, 4487.0, 4489.0, 4468.0, 4498.0, 4509.0, 4490.0, 4519.0, 4489.0, 4508.0, 4491.0, 4518.0, 4490.0, 4509.0, 4489.0, 4508.0, 4466.0, 4498.0, 4468.0, 4498.0, 4457.0, 4488.0, 4487.0, 4488.0, 4518.0, 4479.0, 4509.0, 4479.0, 4517.0, 4481.0, 4520.0, 4501.0, 4510.0, 4481.0, 4509.0, 4479.0, 4522.0, 4481.0, 4508.0, 4459.0, 4499.0, 4479.0, 4500.0, 4481.0, 4500.0, 4470.0, 4500.0, 4531.0, 4501.0, 4529.0, 4490.0, 4520.0, 4490.0, 4520.0, 4489.0, 4508.0, 4481.0, 4509.0, 4468.0, 4511.0, 4470.0, 4509.0, 4469.0, 4501.0, 4470.0, 4511.0, 4498.0, 4489.0, 4518.0, 4479.0, 4517.0, 4500.0, 4510.0, 4469.0, 4509.0, 4458.0, 4487.0, 4517.0, 4479.0, 4507.0, 4476.0, 4508.0, 4457.0, 4508.0, 4478.0, 4488.0, 4457.0, 4479.0, 4478.0, 4492.0, 4520.0, 4482.0, 4512.0, 4484.0, 4523.0, 4485.0, 4513.0, 4483.0, 4514.0, 4502.0, 4502.0, 4533.0, 4510.0, 4520.0, 4490.0, 4520.0, 4478.0, 4510.0, 4489.0, 4499.0, 4507.0, 4478.0, 4507.0, 4499.0, 4509.0, 4477.0, 4499.0, 4468.0, 4508.0, 4480.0, 4510.0, 4505.0, 4543.0, 4513.0, 4531.0, 4491.0, 4519.0, 4501.0, 4520.0, 4479.0, 4508.0, 4456.0, 4487.0, 4485.0, 4477.0, 4516.0, 4467.0, 4506.0, 4465.0, 4497.0, 4469.0, 4508.0, 4479.0, 4509.0, 4469.0, 4509.0, 4458.0, 4510.0, 4489.0, 4489.0, 4497.0, 4478.0, 4507.0, 4479.0, 4508.0, 4488.0, 4509.0, 4458.0, 4498.0, 4470.0, 4510.0, 4468.0, 4500.0, 4479.0, 4489.0, 4519.0, 4490.0, 4510.0, 4480.0, 4507.0, 4481.0, 4520.0, 4489.0, 4509.0, 4459.0, 4509.0, 4470.0, 4510.0, 4483.0, 4501.0, 4488.0, 4489.0, 4521.0, 4490.0, 4520.0, 4479.0, 4519.0, 4489.0, 4509.0, 4480.0, 4509.0, 4479.0, 4508.0, 4469.0, 4500.0, 4498.0, 4489.0, 4477.0, 4489.0, 4518.0, 4492.0, 4520.0, 4489.0, 4509.0, 4478.0, 4509.0, 4480.0, 4510.0, 4469.0, 4498.0, 4458.0, 4489.0, 4519.0, 4489.0, 4507.0, 4469.0, 4507.0, 4479.0, 4508.0, 4469.0, 4509.0, 4458.0, 4498.0, 4478.0, 4500.0, 4499.0, 4491.0, 4530.0, 4491.0, 4522.0, 4501.0, 4510.0, 4481.0, 4519.0, 4493.0, 4521.0, 4500.0, 4510.0, 4480.0, 4510.0, 4481.0, 4523.0, 4480.0, 4500.0, 4470.0, 4499.0, 4519.0, 4500.0, 4529.0, 4490.0, 4518.0, 4478.0, 4508.0, 4488.0, 4508.0, 4456.0, 4498.0, 4457.0, 4500.0, 4509.0, 4478.0, 4508.0, 4469.0, 4507.0, 4479.0, 4507.0, 4468.0, 4508.0, 4457.0, 4487.0, 4488.0, 4490.0, 4519.0, 4481.0, 4519.0, 4480.0, 4509.0, 4479.0, 4508.0, 4459.0, 4507.0, 4458.0, 4502.0, 4531.0, 4490.0, 4519.0, 4469.0, 4507.0, 4490.0, 4521.0, 4481.0, 4510.0, 4469.0, 4507.0, 4469.0, 4520.0, 4490.0, 4510.0, 4492.0, 4520.0, 4481.0, 4520.0, 4479.0, 4512.0, 4468.0, 4510.0, 4459.0, 4500.0, 4528.0, 4487.0, 4517.0, 4467.0, 4506.0, 4477.0, 4506.0, 4477.0, 4508.0, 4447.0, 4497.0, 4446.0, 4498.0, 4467.0, 4489.0, 4466.0, 4488.0, 4508.0, 4489.0, 4507.0, 4489.0, 4507.0, 4469.0, 4507.0, 4479.0, 4497.0, 4468.0, 4499.0, 4457.0, 4497.0, 4458.0, 4489.0, 4517.0, 4487.0, 4496.0, 4466.0, 4495.0, 4466.0, 4497.0, 4455.0, 4487.0, 4456.0, 4476.0, 4448.0, 4489.0, 4498.0, 4489.0, 4488.0, 4488.0, 4520.0, 4501.0, 4520.0, 4503.0, 4508.0, 4480.0, 4520.0, 4499.0, 4509.0, 4490.0, 4509.0, 4480.0, 4520.0, 4490.0, 4509.0, 4470.0, 4509.0, 4468.0, 4511.0, 4491.0, 4489.0, 4459.0, 4487.0, 4476.0, 4490.0, 4509.0, 4489.0, 4497.0, 4488.0, 4518.0, 4491.0, 4508.0, 4487.0, 4496.0, 4467.0, 4497.0, 4470.0, 4509.0, 4467.0, 4500.0, 4458.0, 4512.0, 4461.0, 4512.0, 4499.0, 4498.0, 4506.0, 4480.0, 4508.0, 4488.0, 4508.0, 4477.0, 4499.0, 4467.0, 4507.0, 4478.0, 4487.0, 4497.0, 4477.0, 4505.0, 4476.0, 4498.0, 4466.0, 4496.0, 4446.0, 4485.0, 4467.0, 4499.0, 4479.0, 4467.0, 4450.0, 4491.0, 4470.0, 4503.0, 4520.0, 4494.0, 4531.0, 4492.0, 4521.0, 4504.0, 4523.0, 4489.0, 4510.0, 4470.0, 4498.0, 4490.0, 4488.0, 4488.0, 4489.0, 4517.0, 4500.0, 4507.0, 4498.0, 4496.0, 4456.0, 4498.0, 4457.0, 4497.0, 4470.0, 4499.0, 4497.0, 4489.0, 4507.0, 4488.0, 4498.0, 4467.0, 4506.0, 4477.0, 4507.0, 4467.0, 4496.0, 4446.0, 4498.0, 4458.0, 4499.0, 4459.0, 4489.0, 4518.0, 4490.0, 4508.0, 4487.0, 4507.0, 4476.0, 4496.0, 4467.0, 4499.0, 4467.0, 4497.0, 4457.0, 4497.0, 4446.0, 4498.0, 4507.0, 4476.0, 4507.0, 4468.0, 4496.0, 4488.0, 4497.0, 4477.0, 4499.0, 4456.0, 4498.0, 4476.0, 4477.0, 4477.0, 4477.0, 4506.0, 4478.0, 4509.0, 4489.0, 4508.0, 4480.0, 4508.0, 4469.0, 4511.0, 4469.0, 4487.0, 4468.0, 4487.0, 4505.0, 4488.0, 4507.0, 4469.0, 4507.0, 4468.0, 4498.0, 4478.0, 4499.0, 4469.0, 4497.0, 4466.0, 4511.0, 4469.0, 4510.0, 4468.0, 4499.0, 4469.0, 4512.0, 4510.0, 4488.0, 4489.0, 4489.0, 4509.0, 4500.0, 4521.0, 4490.0, 4499.0, 4500.0, 4521.0, 4490.0, 4519.0, 4488.0, 4507.0, 4477.0, 4499.0, 4465.0, 4497.0, 4446.0, 4486.0, 4476.0, 4477.0, 4496.0, 4477.0, 4498.0, 4455.0, 4497.0, 4457.0, 4499.0, 4466.0, 4488.0, 4466.0, 4487.0, 4506.0, 4488.0, 4508.0, 4467.0, 4506.0, 4480.0, 4511.0, 4481.0, 4509.0, 4480.0, 4508.0, 4471.0, 4510.0, 4470.0, 4501.0, 4467.0, 4499.0, 4518.0, 4489.0, 4517.0, 4489.0, 4508.0, 4479.0, 4508.0, 4479.0, 4507.0, 4467.0, 4500.0, 4467.0, 4499.0, 4509.0, 4487.0, 4518.0, 4467.0, 4505.0, 4477.0, 4495.0, 4465.0, 4495.0, 4445.0, 4487.0, 4455.0, 4488.0, 4477.0, 4479.0, 4508.0, 4483.0, 4509.0, 4480.0, 4499.0, 4458.0, 4499.0, 4509.0, 4480.0, 4508.0, 4489.0, 4509.0, 4458.0, 4500.0, 4479.0, 4522.0, 4470.0, 4490.0, 4489.0, 4490.0, 4520.0, 4491.0, 4509.0, 4480.0, 4508.0, 4479.0, 4500.0, 4479.0, 4489.0, 4508.0, 4467.0, 4508.0, 4477.0, 4507.0, 4478.0, 4496.0, 4468.0, 4509.0, 4468.0, 4499.0, 4468.0, 4499.0, 4459.0, 4500.0, 4490.0, 4500.0, 4499.0, 4489.0, 4509.0, 4489.0, 4519.0, 4490.0, 4509.0, 4479.0, 4509.0, 4489.0, 4508.0, 4478.0, 4509.0, 4467.0, 4499.0, 4466.0, 4496.0, 4467.0, 4486.0, 4478.0, 4487.0, 4517.0, 4478.0, 4506.0, 4467.0, 4507.0, 4479.0, 4499.0, 4478.0, 4512.0, 4482.0, 4481.0, 4504.0, 4488.0, 4535.0, 4494.0, 4533.0, 4495.0, 4534.0, 4493.0, 4522.0, 4501.0, 4501.0, 4516.0, 4477.0, 4506.0, 4487.0, 4498.0, 4476.0, 4496.0, 4467.0, 4507.0, 4466.0, 4497.0, 4455.0, 4486.0, 4446.0, 4486.0, 4489.0, 4477.0, 4498.0, 4478.0, 4497.0, 4477.0, 4510.0, 4479.0, 4496.0, 4457.0, 4499.0, 4456.0, 4498.0, 4470.0, 4489.0, 4498.0, 4479.0, 4507.0, 4478.0, 4499.0, 4467.0, 4498.0, 4498.0, 4478.0, 4505.0, 4487.0, 4496.0, 4455.0, 4487.0, 4453.0, 4489.0, 4508.0, 4477.0, 4496.0, 4468.0, 4496.0, 4459.0, 4489.0, 4459.0, 4490.0, 4510.0, 4491.0, 4509.0, 4485.0, 4511.0, 4492.0, 4512.0, 4482.0, 4525.0, 4494.0, 4524.0, 4472.0, 4501.0, 4498.0, 4490.0, 4508.0, 4499.0, 4508.0, 4467.0, 4497.0, 4479.0, 4498.0, 4478.0, 4506.0, 4458.0, 4500.0, 4469.0, 4496.0, 4459.0, 4489.0, 4507.0, 4478.0, 4509.0, 4487.0, 4496.0, 4469.0, 4499.0, 4455.0, 4498.0, 4507.0, 4478.0, 4507.0, 4468.0, 4495.0, 4469.0, 4509.0, 4479.0, 4498.0, 4467.0, 4488.0, 4509.0, 4479.0, 4496.0, 4468.0, 4498.0, 4468.0, 4498.0, 4469.0, 4498.0, 4468.0, 4489.0, 4507.0, 4490.0, 4520.0, 4471.0, 4508.0, 4480.0, 4510.0, 4469.0, 4509.0, 4459.0, 4498.0], 'WindowWidth': [10033.0, 10002.0, 9918.0, 9932.0, 9870.0, 9928.0, 9850.0, 9886.0, 9824.0, 9868.0, 9825.0, 9872.0, 9911.0, 9854.0, 9896.0, 9848.0, 9895.0, 9852.0, 9904.0, 9877.0, 9887.0, 9847.0, 9899.0, 9848.0, 9904.0, 9846.0, 9893.0, 9832.0, 9873.0, 9912.0, 9878.0, 9898.0, 9875.0, 9892.0, 9854.0, 9898.0, 9863.0, 9904.0, 9846.0, 9901.0, 9840.0, 9888.0, 9869.0, 9872.0, 9843.0, 9885.0, 9899.0, 9876.0, 9916.0, 9874.0, 9899.0, 9878.0, 9913.0, 9878.0, 9902.0, 9873.0, 9899.0, 9837.0, 9884.0, 9840.0, 9883.0, 9827.0, 9869.0, 9866.0, 9871.0, 9912.0, 9861.0, 9900.0, 9862.0, 9910.0, 9866.0, 9918.0, 9894.0, 9903.0, 9867.0, 9901.0, 9863.0, 9925.0, 9868.0, 9901.0, 9832.0, 9888.0, 9862.0, 9891.0, 9864.0, 9891.0, 9849.0, 9890.0, 9934.0, 9894.0, 9930.0, 9878.0, 9918.0, 9876.0, 9918.0, 9875.0, 9898.0, 9866.0, 9901.0, 9847.0, 9908.0, 9850.0, 9901.0, 9847.0, 9893.0, 9851.0, 9907.0, 9886.0, 9874.0, 9913.0, 9862.0, 9911.0, 9891.0, 9905.0, 9846.0, 9900.0, 9830.0, 9868.0, 9908.0, 9859.0, 9894.0, 9853.0, 9898.0, 9826.0, 9899.0, 9856.0, 9871.0, 9829.0, 9860.0, 9858.0, 9883.0, 9919.0, 9872.0, 9911.0, 9876.0, 9930.0, 9880.0, 9915.0, 9873.0, 9916.0, 9897.0, 9897.0, 9941.0, 9906.0, 9918.0, 9877.0, 9917.0, 9858.0, 9906.0, 9873.0, 9887.0, 9894.0, 9856.0, 9895.0, 9887.0, 9900.0, 9855.0, 9886.0, 9845.0, 9899.0, 9864.0, 9904.0, 9908.0, 9957.0, 9914.0, 9937.0, 9881.0, 9917.0, 9895.0, 9919.0, 9858.0, 9897.0, 9823.0, 9866.0, 9860.0, 9854.0, 9905.0, 9840.0, 9890.0, 9837.0, 9880.0, 9847.0, 9898.0, 9862.0, 9900.0, 9849.0, 9902.0, 9831.0, 9904.0, 9872.0, 9875.0, 9881.0, 9855.0, 9894.0, 9860.0, 9897.0, 9871.0, 9897.0, 9829.0, 9885.0, 9849.0, 9904.0, 9844.0, 9889.0, 9860.0, 9875.0, 9915.0, 9877.0, 9904.0, 9862.0, 9897.0, 9867.0, 9918.0, 9877.0, 9901.0, 9835.0, 9901.0, 9850.0, 9906.0, 9874.0, 9892.0, 9871.0, 9875.0, 9920.0, 9879.0, 9918.0, 9862.0, 9914.0, 9874.0, 9903.0, 9865.0, 9904.0, 9859.0, 9898.0, 9844.0, 9890.0, 9885.0, 9873.0, 9854.0, 9873.0, 9910.0, 9881.0, 9917.0, 9874.0, 9899.0, 9858.0, 9900.0, 9863.0, 9904.0, 9846.0, 9885.0, 9829.0, 9875.0, 9914.0, 9872.0, 9895.0, 9845.0, 9895.0, 9862.0, 9899.0, 9846.0, 9901.0, 9831.0, 9885.0, 9860.0, 9891.0, 9886.0, 9877.0, 9932.0, 9882.0, 9923.0, 9894.0, 9903.0, 9867.0, 9916.0, 9885.0, 9921.0, 9892.0, 9902.0, 9864.0, 9905.0, 9869.0, 9928.0, 9864.0, 9892.0, 9848.0, 9887.0, 9914.0, 9890.0, 9927.0, 9875.0, 9911.0, 9858.0, 9898.0, 9870.0, 9896.0, 9825.0, 9883.0, 9828.0, 9889.0, 9898.0, 9857.0, 9898.0, 9847.0, 9894.0, 9860.0, 9897.0, 9844.0, 9897.0, 9827.0, 9869.0, 9872.0, 9876.0, 9914.0, 9864.0, 9913.0, 9862.0, 9901.0, 9861.0, 9899.0, 9833.0, 9898.0, 9832.0, 9896.0, 9933.0, 9878.0, 9914.0, 9847.0, 9896.0, 9877.0, 9920.0, 9863.0, 9905.0, 9846.0, 9894.0, 9849.0, 9918.0, 9877.0, 9903.0, 9883.0, 9917.0, 9865.0, 9921.0, 9862.0, 9907.0, 9843.0, 9906.0, 9832.0, 9889.0, 9924.0, 9866.0, 9907.0, 9839.0, 9889.0, 9852.0, 9892.0, 9853.0, 9895.0, 9814.0, 9881.0, 9811.0, 9883.0, 9840.0, 9871.0, 9838.0, 9870.0, 9895.0, 9873.0, 9895.0, 9872.0, 9894.0, 9845.0, 9894.0, 9859.0, 9881.0, 9842.0, 9884.0, 9825.0, 9880.0, 9827.0, 9871.0, 9907.0, 9866.0, 9877.0, 9836.0, 9873.0, 9837.0, 9882.0, 9823.0, 9866.0, 9823.0, 9851.0, 9816.0, 9875.0, 9885.0, 9873.0, 9870.0, 9872.0, 9917.0, 9894.0, 9918.0, 9899.0, 9900.0, 9862.0, 9918.0, 9889.0, 9899.0, 9876.0, 9901.0, 9865.0, 9919.0, 9878.0, 9900.0, 9849.0, 9902.0, 9844.0, 9906.0, 9880.0, 9874.0, 9832.0, 9869.0, 9852.0, 9875.0, 9900.0, 9872.0, 9880.0, 9870.0, 9911.0, 9878.0, 9897.0, 9869.0, 9877.0, 9841.0, 9880.0, 9847.0, 9900.0, 9841.0, 9888.0, 9831.0, 9910.0, 9839.0, 9910.0, 9890.0, 9883.0, 9891.0, 9860.0, 9896.0, 9869.0, 9896.0, 9854.0, 9884.0, 9841.0, 9896.0, 9854.0, 9867.0, 9878.0, 9852.0, 9888.0, 9850.0, 9881.0, 9837.0, 9878.0, 9809.0, 9863.0, 9839.0, 9887.0, 9858.0, 9842.0, 9821.0, 9879.0, 9850.0, 9900.0, 9920.0, 9886.0, 9936.0, 9882.0, 9921.0, 9902.0, 9927.0, 9873.0, 9905.0, 9846.0, 9884.0, 9874.0, 9870.0, 9868.0, 9872.0, 9908.0, 9889.0, 9895.0, 9883.0, 9878.0, 9825.0, 9883.0, 9825.0, 9881.0, 9850.0, 9886.0, 9882.0, 9872.0, 9894.0, 9869.0, 9882.0, 9840.0, 9891.0, 9855.0, 9895.0, 9841.0, 9878.0, 9810.0, 9884.0, 9830.0, 9886.0, 9833.0, 9875.0, 9910.0, 9873.0, 9898.0, 9868.0, 9894.0, 9851.0, 9876.0, 9840.0, 9886.0, 9838.0, 9881.0, 9825.0, 9881.0, 9812.0, 9883.0, 9894.0, 9852.0, 9892.0, 9842.0, 9878.0, 9869.0, 9880.0, 9853.0, 9887.0, 9824.0, 9884.0, 9851.0, 9852.0, 9851.0, 9854.0, 9891.0, 9858.0, 9899.0, 9872.0, 9898.0, 9863.0, 9898.0, 9846.0, 9906.0, 9845.0, 9868.0, 9842.0, 9867.0, 9891.0, 9870.0, 9895.0, 9846.0, 9895.0, 9844.0, 9883.0, 9859.0, 9884.0, 9846.0, 9880.0, 9840.0, 9905.0, 9845.0, 9902.0, 9846.0, 9888.0, 9848.0, 9909.0, 9904.0, 9872.0, 9872.0, 9874.0, 9899.0, 9890.0, 9919.0, 9877.0, 9888.0, 9890.0, 9918.0, 9878.0, 9913.0, 9870.0, 9894.0, 9852.0, 9884.0, 9834.0, 9879.0, 9808.0, 9862.0, 9847.0, 9852.0, 9877.0, 9853.0, 9881.0, 9822.0, 9880.0, 9826.0, 9887.0, 9838.0, 9869.0, 9838.0, 9868.0, 9891.0, 9868.0, 9896.0, 9843.0, 9892.0, 9861.0, 9907.0, 9865.0, 9899.0, 9864.0, 9900.0, 9853.0, 9905.0, 9848.0, 9891.0, 9842.0, 9886.0, 9912.0, 9874.0, 9910.0, 9872.0, 9897.0, 9860.0, 9899.0, 9859.0, 9895.0, 9842.0, 9889.0, 9841.0, 9887.0, 9900.0, 9867.0, 9908.0, 9841.0, 9889.0, 9854.0, 9874.0, 9834.0, 9874.0, 9809.0, 9867.0, 9824.0, 9871.0, 9855.0, 9862.0, 9898.0, 9872.0, 9902.0, 9864.0, 9888.0, 9831.0, 9887.0, 9900.0, 9861.0, 9897.0, 9872.0, 9900.0, 9830.0, 9890.0, 9862.0, 9925.0, 9850.0, 9875.0, 9872.0, 9878.0, 9917.0, 9879.0, 9898.0, 9862.0, 9898.0, 9861.0, 9889.0, 9858.0, 9871.0, 9895.0, 9840.0, 9895.0, 9854.0, 9893.0, 9856.0, 9879.0, 9845.0, 9902.0, 9844.0, 9886.0, 9843.0, 9886.0, 9832.0, 9890.0, 9875.0, 9888.0, 9886.0, 9872.0, 9899.0, 9873.0, 9913.0, 9875.0, 9900.0, 9859.0, 9900.0, 9873.0, 9896.0, 9857.0, 9898.0, 9840.0, 9886.0, 9838.0, 9878.0, 9838.0, 9865.0, 9854.0, 9869.0, 9909.0, 9855.0, 9892.0, 9841.0, 9896.0, 9860.0, 9886.0, 9860.0, 9908.0, 9870.0, 9872.0, 9907.0, 9893.0, 9949.0, 9894.0, 9943.0, 9893.0, 9945.0, 9886.0, 9926.0, 9892.0, 9892.0, 9908.0, 9853.0, 9891.0, 9865.0, 9882.0, 9850.0, 9877.0, 9841.0, 9894.0, 9837.0, 9879.0, 9821.0, 9864.0, 9811.0, 9867.0, 9872.0, 9854.0, 9882.0, 9855.0, 9880.0, 9856.0, 9901.0, 9858.0, 9876.0, 9829.0, 9885.0, 9826.0, 9886.0, 9850.0, 9872.0, 9883.0, 9857.0, 9895.0, 9858.0, 9887.0, 9839.0, 9884.0, 9882.0, 9856.0, 9888.0, 9865.0, 9878.0, 9821.0, 9866.0, 9817.0, 9872.0, 9896.0, 9854.0, 9878.0, 9841.0, 9878.0, 9831.0, 9873.0, 9833.0, 9876.0, 9902.0, 9879.0, 9905.0, 9877.0, 9907.0, 9882.0, 9909.0, 9872.0, 9933.0, 9891.0, 9935.0, 9858.0, 9893.0, 9883.0, 9876.0, 9899.0, 9886.0, 9897.0, 9842.0, 9882.0, 9861.0, 9884.0, 9859.0, 9894.0, 9830.0, 9888.0, 9846.0, 9881.0, 9832.0, 9872.0, 9894.0, 9856.0, 9899.0, 9869.0, 9879.0, 9844.0, 9885.0, 9823.0, 9885.0, 9894.0, 9856.0, 9893.0, 9844.0, 9876.0, 9847.0, 9900.0, 9859.0, 9884.0, 9840.0, 9870.0, 9900.0, 9859.0, 9880.0, 9843.0, 9884.0, 9846.0, 9887.0, 9846.0, 9886.0, 9844.0, 9874.0, 9898.0, 9878.0, 9918.0, 9853.0, 9899.0, 9865.0, 9905.0, 9849.0, 9901.0, 9832.0, 9886.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.00029655926352128883</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01723741346375144</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.278900230046084</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2158724724884793</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935859959216576</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6697.0825</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07622670264841984</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.501325697127087</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.397497306475574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.777205751968073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3292740329376143</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0066019</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009740435518324375</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022345582023262978</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8862515682131002</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>27.9533</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7646</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.9844</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302389.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.274</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.6181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3701.1491</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3942.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4843.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.3382</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.68959917454049</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> |