=== 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-0078 --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-0078",
"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-0078_ses-03_task-social_acq-mb8_run-01_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-0078_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-01_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-0078/ses-03/func/sub-0078_ses-03_task-social_acq-mb8_run-01_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>7b2bc387ab7f326d9f4d5647d874efa8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:43:58.662500</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0817987</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7770, -7214, 760, -50, -191, -43, 106]</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>234.869</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6a969f87-fa1c-4d01-ba00-2ead8d8bd0d3||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['104358.662500', '104359.122500', '104359.582500', '104400.042500', '104400.502500', '104400.962500', '104401.422500', '104401.882500', '104402.342500', '104402.802500', '104403.262500', '104403.722500', '104404.182500', '104404.642500', '104405.102500', '104405.562500', '104406.022500', '104406.482500', '104406.942500', '104407.402500', '104407.862500', '104408.322500', '104408.782500', '104409.242500', '104409.702500', '104410.162500', '104410.622500', '104411.082500', '104411.542500', '104412.002500', '104412.462500', '104412.922500', '104413.382500', '104413.842500', '104414.302500', '104414.762500', '104415.222500', '104415.682500', '104416.142500', '104416.602500', '104417.062500', '104417.522500', '104417.982500', '104418.442500', '104418.902500', '104419.362500', '104419.822500', '104420.282500', '104420.742500', '104421.202500', '104421.662500', '104422.122500', '104422.582500', '104423.042500', '104423.502500', '104423.962500', '104424.422500', '104424.882500', '104425.342500', '104425.802500', '104426.262500', '104426.722500', '104427.182500', '104427.642500', '104428.102500', '104428.562500', '104429.022500', '104429.482500', '104429.942500', '104430.402500', '104430.862500', '104431.322500', '104431.782500', '104432.242500', '104432.702500', '104433.162500', '104433.622500', '104434.082500', '104434.542500', '104435.002500', '104435.462500', '104435.922500', '104436.382500', '104436.842500', '104437.302500', '104437.762500', '104438.222500', '104438.682500', '104439.142500', '104439.602500', '104440.062500', '104440.522500', '104440.982500', '104441.442500', '104441.902500', '104442.362500', '104442.822500', '104443.282500', '104443.742500', '104444.202500', '104444.662500', '104445.122500', '104445.582500', '104446.042500', '104446.502500', '104446.962500', '104447.422500', '104447.882500', '104448.342500', '104448.802500', '104449.262500', '104449.722500', '104450.182500', '104450.642500', '104451.102500', '104451.562500', '104452.022500', '104452.482500', '104452.942500', '104453.402500', '104453.862500', '104454.322500', '104454.782500', '104455.242500', '104455.702500', '104456.162500', '104456.622500', '104457.082500', '104457.542500', '104458.002500', '104458.462500', '104458.922500', '104459.382500', '104459.842500', '104500.302500', '104500.762500', '104501.222500', '104501.682500', '104502.142500', '104502.602500', '104503.062500', '104503.522500', '104503.982500', '104504.442500', '104504.902500', '104505.362500', '104505.822500', '104506.282500', '104506.742500', '104507.202500', '104507.662500', '104508.122500', '104508.582500', '104509.042500', '104509.502500', '104509.962500', '104510.422500', '104510.882500', '104511.342500', '104511.802500', '104512.262500', '104512.722500', '104513.182500', '104513.642500', '104514.102500', '104514.562500', '104515.022500', '104515.482500', '104515.942500', '104516.402500', '104516.862500', '104517.322500', '104517.782500', '104518.242500', '104518.702500', '104519.162500', '104519.622500', '104520.082500', '104520.542500', '104521.002500', '104521.462500', '104521.922500', '104522.382500', '104522.842500', '104523.302500', '104523.762500', '104524.222500', '104524.682500', '104525.142500', '104525.602500', '104526.062500', '104526.522500', '104526.982500', '104527.442500', '104527.902500', '104528.362500', '104528.822500', '104529.282500', '104529.742500', '104530.202500', '104530.662500', '104531.122500', '104531.582500', '104532.042500', '104532.502500', '104532.962500', '104533.422500', '104533.882500', '104534.342500', '104534.802500', '104535.262500', '104535.722500', '104536.182500', '104536.642500', '104537.102500', '104537.562500', '104538.022500', '104538.482500', '104538.942500', '104539.402500', '104539.862500', '104540.322500', '104540.782500', '104541.242500', '104541.702500', '104542.162500', '104542.622500', '104543.082500', '104543.542500', '104544.002500', '104544.462500', '104544.922500', '104545.382500', '104545.842500', '104546.302500', '104546.762500', '104547.222500', '104547.682500', '104548.142500', '104548.602500', '104549.062500', '104549.522500', '104549.982500', '104550.442500', '104550.902500', '104551.362500', '104551.822500', '104552.282500', '104552.742500', '104553.202500', '104553.662500', '104554.122500', '104554.582500', '104555.042500', '104555.502500', '104555.962500', '104556.422500', '104556.882500', '104557.342500', '104557.802500', '104558.262500', '104558.722500', '104559.182500', '104559.642500', '104600.102500', '104600.562500', '104601.022500', '104601.482500', '104601.942500', '104602.402500', '104602.862500', '104603.322500', '104603.782500', '104604.242500', '104604.702500', '104605.162500', '104605.622500', '104606.082500', '104606.542500', '104607.002500', '104607.462500', '104607.922500', '104608.382500', '104608.842500', '104609.302500', '104609.762500', '104610.222500', '104610.682500', '104611.142500', '104611.602500', '104612.062500', '104612.522500', '104612.982500', '104613.442500', '104613.902500', '104614.362500', '104614.822500', '104615.282500', '104615.742500', '104616.202500', '104616.662500', '104617.122500', '104617.582500', '104618.042500', '104618.502500', '104618.962500', '104619.422500', '104619.882500', '104620.342500', '104620.802500', '104621.262500', '104621.722500', '104622.182500', '104622.642500', '104623.102500', '104623.562500', '104624.022500', '104624.482500', '104624.942500', '104625.402500', '104625.862500', '104626.322500', '104626.782500', '104627.242500', '104627.702500', '104628.162500', '104628.622500', '104629.082500', '104629.542500', '104630.002500', '104630.462500', '104630.922500', '104631.382500', '104631.842500', '104632.302500', '104632.762500', '104633.222500', '104633.682500', '104634.142500', '104634.602500', '104635.062500', '104635.522500', '104635.982500', '104636.442500', '104636.902500', '104637.362500', '104637.822500', '104638.282500', '104638.742500', '104639.202500', '104639.662500', '104640.122500', '104640.582500', '104641.042500', '104641.502500', '104641.962500', '104642.422500', '104642.882500', '104643.342500', '104643.802500', '104644.262500', '104644.722500', '104645.182500', '104645.642500', '104646.102500', '104646.562500', '104647.022500', '104647.482500', '104647.942500', '104648.402500', '104648.862500', '104649.322500', '104649.782500', '104650.242500', '104650.702500', '104651.162500', '104651.622500', '104652.082500', '104652.542500', '104653.002500', '104653.462500', '104653.922500', '104654.382500', '104654.842500', '104655.302500', '104655.762500', '104656.222500', '104656.682500', '104657.142500', '104657.602500', '104658.062500', '104658.522500', '104658.982500', '104659.442500', '104659.902500', '104700.362500', '104700.822500', '104701.282500', '104701.742500', '104702.202500', '104702.662500', '104703.122500', '104703.582500', '104704.042500', '104704.502500', '104704.962500', '104705.422500', '104705.882500', '104706.342500', '104706.802500', '104707.262500', '104707.722500', '104708.182500', '104708.642500', '104709.102500', '104709.562500', '104710.022500', '104710.482500', '104710.942500', '104711.402500', '104711.862500', '104712.322500', '104712.782500', '104713.242500', '104713.702500', '104714.162500', '104714.622500', '104715.082500', '104715.542500', '104716.002500', '104716.462500', '104716.922500', '104717.382500', '104717.842500', '104718.302500', '104718.762500', '104719.222500', '104719.682500', '104720.142500', '104720.602500', '104721.062500', '104721.522500', '104721.982500', '104722.442500', '104722.902500', '104723.362500', '104723.822500', '104724.282500', '104724.742500', '104725.202500', '104725.662500', '104726.122500', '104726.582500', '104727.042500', '104727.502500', '104727.962500', '104728.422500', '104728.882500', '104729.342500', '104729.802500', '104730.262500', '104730.722500', '104731.182500', '104731.642500', '104732.102500', '104732.562500', '104733.022500', '104733.482500', '104733.942500', '104734.402500', '104734.862500', '104735.322500', '104735.782500', '104736.242500', '104736.702500', '104737.162500', '104737.622500', '104738.082500', '104738.542500', '104739.002500', '104739.462500', '104739.922500', '104740.382500', '104740.842500', '104741.302500', '104741.762500', '104742.222500', '104742.682500', '104743.142500', '104743.602500', '104744.062500', '104744.522500', '104744.982500', '104745.442500', '104745.902500', '104746.362500', '104746.822500', '104747.282500', '104747.742500', '104748.202500', '104748.662500', '104749.122500', '104749.582500', '104750.042500', '104750.502500', '104750.962500', '104751.422500', '104751.882500', '104752.342500', '104752.802500', '104753.262500', '104753.722500', '104754.182500', '104754.642500', '104755.102500', '104755.562500', '104756.022500', '104756.482500', '104756.942500', '104757.402500', '104757.862500', '104758.322500', '104758.782500', '104759.242500', '104759.702500', '104800.162500', '104800.622500', '104801.082500', '104801.542500', '104802.002500', '104802.462500', '104802.922500', '104803.382500', '104803.842500', '104804.302500', '104804.762500', '104805.222500', '104805.682500', '104806.142500', '104806.602500', '104807.062500', '104807.522500', '104807.982500', '104808.442500', '104808.902500', '104809.362500', '104809.822500', '104810.282500', '104810.742500', '104811.202500', '104811.662500', '104812.122500', '104812.582500', '104813.042500', '104813.502500', '104813.962500', '104814.422500', '104814.882500', '104815.342500', '104815.802500', '104816.262500', '104816.722500', '104817.182500', '104817.642500', '104818.102500', '104818.562500', '104819.022500', '104819.482500', '104819.942500', '104820.402500', '104820.862500', '104821.322500', '104821.782500', '104822.242500', '104822.702500', '104823.162500', '104823.622500', '104824.082500', '104824.542500', '104825.002500', '104825.462500', '104825.922500', '104826.382500', '104826.842500', '104827.302500', '104827.762500', '104828.222500', '104828.682500', '104829.142500', '104829.602500', '104830.062500', '104830.522500', '104830.982500', '104831.442500', '104831.902500', '104832.362500', '104832.822500', '104833.282500', '104833.742500', '104834.202500', '104834.662500', '104835.122500', '104835.582500', '104836.042500', '104836.502500', '104836.962500', '104837.422500', '104837.882500', '104838.342500', '104838.802500', '104839.262500', '104839.722500', '104840.182500', '104840.642500', '104841.102500', '104841.562500', '104842.022500', '104842.482500', '104842.942500', '104843.402500', '104843.862500', '104844.322500', '104844.782500', '104845.242500', '104845.702500', '104846.162500', '104846.622500', '104847.082500', '104847.542500', '104848.002500', '104848.462500', '104848.922500', '104849.382500', '104849.842500', '104850.302500', '104850.762500', '104851.222500', '104851.682500', '104852.142500', '104852.602500', '104853.062500', '104853.522500', '104853.982500', '104854.442500', '104854.902500', '104855.362500', '104855.822500', '104856.282500', '104856.742500', '104857.202500', '104857.662500', '104858.122500', '104858.582500', '104859.042500', '104859.502500', '104859.962500', '104900.422500', '104900.882500', '104901.342500', '104901.802500', '104902.262500', '104902.722500', '104903.182500', '104903.642500', '104904.102500', '104904.562500', '104905.022500', '104905.482500', '104905.942500', '104906.402500', '104906.862500', '104907.322500', '104907.782500', '104908.242500', '104908.702500', '104909.162500', '104909.622500', '104910.082500', '104910.542500', '104911.002500', '104911.462500', '104911.922500', '104912.382500', '104912.842500', '104913.302500', '104913.762500', '104914.222500', '104914.682500', '104915.142500', '104915.602500', '104916.062500', '104916.522500', '104916.982500', '104917.442500', '104917.902500', '104918.362500', '104918.822500', '104919.282500', '104919.742500', '104920.202500', '104920.662500', '104921.122500', '104921.582500', '104922.042500', '104922.502500', '104922.962500', '104923.422500', '104923.882500', '104924.342500', '104924.802500', '104925.262500', '104925.722500', '104926.182500', '104926.642500', '104927.102500', '104927.562500', '104928.022500', '104928.482500', '104928.942500', '104929.402500', '104929.862500', '104930.322500', '104930.782500', '104931.242500', '104931.702500', '104932.162500', '104932.622500', '104933.082500', '104933.542500', '104934.002500', '104934.462500', '104934.922500', '104935.382500', '104935.842500', '104936.302500', '104936.762500', '104937.222500', '104937.682500', '104938.142500', '104938.602500', '104939.062500', '104939.522500', '104939.982500', '104940.442500', '104940.902500', '104941.362500', '104941.822500', '104942.282500', '104942.742500', '104943.202500', '104943.662500', '104944.122500', '104944.582500', '104945.042500', '104945.502500', '104945.962500', '104946.422500', '104946.882500', '104947.342500', '104947.802500', '104948.262500', '104948.722500', '104949.182500', '104949.642500', '104950.102500', '104950.562500', '104951.022500', '104951.482500', '104951.942500', '104952.402500', '104952.862500', '104953.322500', '104953.782500', '104954.242500', '104954.702500', '104955.162500', '104955.622500', '104956.082500', '104956.542500', '104957.002500', '104957.462500', '104957.922500', '104958.382500', '104958.842500', '104959.302500', '104959.762500', '105000.222500', '105000.682500', '105001.142500', '105001.602500', '105002.062500', '105002.522500', '105002.982500', '105003.442500', '105003.902500', '105004.362500', '105004.822500', '105005.282500', '105005.742500', '105006.202500', '105006.662500', '105007.122500', '105007.582500', '105008.042500', '105008.502500', '105008.962500', '105009.422500', '105009.882500', '105010.342500', '105010.802500', '105011.262500', '105011.722500', '105012.182500', '105012.642500', '105013.102500', '105013.562500', '105014.022500', '105014.482500', '105014.942500', '105015.402500', '105015.862500', '105016.322500', '105016.782500', '105017.242500', '105017.702500', '105018.162500', '105018.622500', '105019.082500', '105019.542500', '105020.002500', '105020.462500', '105020.922500', '105021.382500', '105021.842500', '105022.302500', '105022.762500', '105023.222500', '105023.682500', '105024.142500', '105024.602500', '105025.062500', '105025.522500', '105025.982500', '105026.442500', '105026.902500', '105027.362500', '105027.822500', '105028.282500', '105028.742500', '105029.202500', '105029.662500', '105030.122500', '105030.582500', '105031.042500', '105031.502500', '105031.962500', '105032.422500', '105032.882500', '105033.342500', '105033.802500', '105034.262500', '105034.722500', '105035.182500', '105035.642500', '105036.102500', '105036.562500', '105037.022500', '105037.482500', '105037.942500', '105038.402500', '105038.862500', '105039.322500'], 'ContentTime': ['104416.821000', '104416.825000', '104416.828000', '104416.830000', '104416.837000', '104416.840000', '104416.843000', '104416.845000', '104416.848000', '104416.850000', '104416.853000', '104416.855000', '104416.858000', '104416.861000', '104416.863000', '104416.866000', '104416.874000', '104416.877000', '104416.880000', '104416.882000', '104416.885000', '104416.887000', '104416.890000', '104416.892000', '104416.895000', '104416.898000', '104416.900000', '104416.903000', '104416.905000', '104416.908000', '104416.910000', '104416.913000', '104416.915000', '104416.918000', '104416.920000', '104416.923000', '104436.792000', '104436.794000', '104436.797000', '104436.800000', '104436.802000', '104436.805000', '104436.808000', '104436.810000', '104436.813000', '104436.815000', '104436.818000', '104436.820000', '104436.823000', '104436.825000', '104436.828000', '104436.830000', '104436.833000', '104436.841000', '104436.844000', '104436.846000', '104436.850000', '104436.854000', '104436.856000', '104436.859000', '104436.861000', '104436.864000', '104436.866000', '104436.869000', '104436.872000', '104436.874000', '104436.877000', '104436.879000', '104436.882000', '104436.885000', '104436.887000', '104436.890000', '104436.892000', '104436.895000', '104436.897000', '104436.900000', '104436.903000', '104436.906000', '104436.908000', '104456.791000', '104456.793000', '104456.796000', '104456.798000', '104456.801000', '104456.804000', '104456.806000', '104456.809000', '104456.811000', '104456.814000', '104456.816000', '104456.819000', '104456.822000', '104456.824000', '104456.827000', '104456.829000', '104456.832000', '104456.835000', '104456.837000', '104456.840000', '104456.842000', '104456.845000', '104456.847000', '104456.850000', '104456.852000', '104456.855000', '104456.857000', '104456.860000', '104456.862000', '104456.865000', '104456.867000', '104456.870000', '104456.872000', '104456.875000', '104456.878000', '104456.880000', '104456.883000', '104456.885000', '104456.888000', '104456.890000', '104456.893000', '104456.895000', '104456.898000', '104456.900000', '104516.790000', '104516.793000', '104516.796000', '104516.838000', '104516.841000', '104516.843000', '104516.846000', '104516.848000', '104516.851000', '104516.853000', '104516.856000', '104516.859000', '104516.861000', '104516.864000', '104516.866000', '104516.869000', '104516.872000', '104516.874000', '104516.877000', '104516.879000', '104516.882000', '104516.885000', '104516.887000', '104516.890000', '104516.892000', '104516.895000', '104516.898000', '104516.900000', '104516.903000', '104516.906000', '104516.908000', '104516.911000', '104516.914000', '104516.916000', '104516.919000', '104516.921000', '104516.924000', '104516.926000', '104516.929000', '104516.932000', '104516.934000', '104516.937000', '104516.939000', '104536.792000', '104536.794000', '104536.797000', '104536.800000', '104536.802000', '104536.805000', '104536.807000', '104536.810000', '104536.813000', '104536.815000', '104536.818000', '104536.821000', '104536.823000', '104536.826000', '104536.828000', '104536.831000', '104536.834000', '104536.836000', '104536.839000', '104536.841000', '104536.844000', '104536.846000', '104536.849000', '104536.852000', '104536.854000', '104536.857000', '104536.860000', '104536.863000', '104536.865000', '104536.868000', '104536.870000', '104536.873000', '104536.875000', '104536.878000', '104536.880000', '104536.883000', '104536.885000', '104536.888000', '104536.890000', '104536.893000', '104536.895000', '104536.898000', '104536.900000', '104536.903000', '104556.791000', '104556.794000', '104556.797000', '104556.800000', '104556.802000', '104556.805000', '104556.807000', '104556.810000', '104556.812000', '104556.815000', '104556.818000', '104556.821000', '104556.823000', '104556.826000', '104556.828000', '104556.831000', '104556.833000', '104556.836000', '104556.839000', '104556.841000', '104556.844000', '104556.846000', '104556.849000', '104556.851000', '104556.854000', '104556.856000', '104556.859000', '104556.862000', '104556.864000', '104556.867000', '104556.869000', '104556.872000', '104556.875000', '104556.877000', '104556.880000', '104556.882000', '104556.885000', '104556.888000', '104556.891000', '104556.894000', '104556.897000', '104556.899000', '104556.902000', '104616.792000', '104616.794000', '104616.798000', '104616.800000', '104616.803000', '104616.805000', '104616.808000', '104616.811000', '104616.813000', '104616.816000', '104616.818000', '104616.821000', '104616.823000', '104616.826000', '104616.829000', '104616.831000', '104616.834000', '104616.836000', '104616.839000', '104616.842000', '104616.844000', '104616.847000', '104616.849000', '104616.852000', '104616.854000', '104616.857000', '104616.860000', '104616.862000', '104616.865000', '104616.868000', '104616.870000', '104616.873000', '104616.875000', '104616.878000', '104616.880000', '104616.883000', '104616.885000', '104616.888000', '104616.891000', '104616.893000', '104616.896000', '104616.898000', '104616.901000', '104616.904000', '104636.792000', '104636.794000', '104636.797000', '104636.800000', '104636.802000', '104636.805000', '104636.807000', '104636.810000', '104636.812000', '104636.815000', '104636.817000', '104636.820000', '104636.823000', '104636.825000', '104636.828000', '104636.830000', '104636.833000', '104636.835000', '104636.838000', '104636.840000', '104636.843000', '104636.846000', '104636.848000', '104636.851000', '104636.853000', '104636.857000', '104636.860000', '104636.863000', '104636.865000', '104636.868000', '104636.870000', '104636.873000', '104636.876000', '104636.878000', '104636.881000', '104636.883000', '104636.886000', '104636.888000', '104636.891000', '104636.893000', '104636.896000', '104636.899000', '104636.921000', '104656.792000', '104656.794000', '104656.797000', '104656.799000', '104656.802000', '104656.805000', '104656.808000', '104656.810000', '104656.813000', '104656.815000', '104656.818000', '104656.820000', '104656.823000', '104656.826000', '104656.828000', '104656.831000', '104656.833000', '104656.836000', '104656.839000', '104656.841000', '104656.844000', '104656.846000', '104656.849000', '104656.851000', '104656.854000', '104656.856000', '104656.859000', '104656.861000', '104656.864000', '104656.867000', '104656.869000', '104656.872000', '104656.874000', '104656.877000', '104656.879000', '104656.882000', '104656.884000', '104656.887000', '104656.890000', '104656.892000', '104656.895000', '104656.897000', '104656.900000', '104656.902000', '104716.791000', '104716.794000', '104716.796000', '104716.799000', '104716.801000', '104716.804000', '104716.806000', '104716.809000', '104716.812000', '104716.814000', '104716.817000', '104716.819000', '104716.822000', '104716.825000', '104716.827000', '104716.830000', '104716.832000', '104716.835000', '104716.838000', '104716.840000', '104716.843000', '104716.845000', '104716.848000', '104716.850000', '104716.853000', '104716.855000', '104716.858000', '104716.861000', '104716.863000', '104716.866000', '104716.869000', '104716.871000', '104716.874000', '104716.876000', '104716.879000', '104716.882000', '104716.884000', '104716.887000', '104716.889000', '104716.892000', '104716.895000', '104716.897000', '104716.900000', '104736.790000', '104736.793000', '104736.796000', '104736.798000', '104736.801000', '104736.803000', '104736.806000', '104736.809000', '104736.811000', '104736.814000', '104736.816000', '104736.819000', '104736.821000', '104736.824000', '104736.827000', '104736.829000', '104736.832000', '104736.834000', '104736.837000', '104736.839000', '104736.842000', '104736.844000', '104736.847000', '104736.849000', '104736.852000', '104736.855000', '104736.857000', '104736.860000', '104736.863000', '104736.865000', '104736.868000', '104736.870000', '104736.873000', '104736.884000', '104736.886000', '104736.889000', '104736.892000', '104736.894000', '104736.897000', '104736.899000', '104736.902000', '104736.905000', '104736.907000', '104736.910000', '104756.792000', '104756.794000', '104756.797000', '104756.799000', '104756.802000', '104756.805000', '104756.807000', '104756.810000', '104756.812000', '104756.815000', '104756.817000', '104756.820000', '104756.823000', '104756.825000', '104756.828000', '104756.830000', '104756.833000', '104756.836000', '104756.838000', '104756.841000', '104756.843000', '104756.846000', '104756.848000', '104756.851000', '104756.854000', '104756.857000', '104756.859000', '104756.862000', '104756.864000', '104756.867000', '104756.870000', '104756.872000', '104756.875000', '104756.877000', '104756.880000', '104756.883000', '104756.885000', '104756.888000', '104756.890000', '104756.893000', '104756.896000', '104756.898000', '104756.901000', '104816.791000', '104816.794000', '104816.797000', '104816.806000', '104816.808000', '104816.811000', '104816.813000', '104816.816000', '104816.819000', '104816.821000', '104816.824000', '104816.826000', '104816.829000', '104816.832000', '104816.834000', '104816.837000', '104816.839000', '104816.842000', '104816.844000', '104816.847000', '104816.850000', '104816.852000', '104816.855000', '104816.857000', '104816.873000', '104816.876000', '104816.878000', '104816.881000', '104816.883000', '104816.886000', '104816.888000', '104816.891000', '104816.893000', '104816.896000', '104816.899000', '104816.901000', '104816.904000', '104816.906000', '104816.909000', '104816.912000', '104816.914000', '104816.917000', '104816.919000', '104816.922000', '104836.792000', '104836.800000', '104836.802000', '104836.805000', '104836.807000', '104836.810000', '104836.813000', '104836.815000', '104836.818000', '104836.821000', '104836.823000', '104836.826000', '104836.828000', '104836.831000', '104836.833000', '104836.836000', '104836.839000', '104836.841000', '104836.844000', '104836.846000', '104836.849000', '104836.851000', '104836.854000', '104836.857000', '104836.859000', '104836.862000', '104836.865000', '104836.867000', '104836.870000', '104836.872000', '104836.875000', '104836.878000', '104836.880000', '104836.883000', '104836.885000', '104836.888000', '104836.890000', '104836.894000', '104836.896000', '104836.899000', '104836.901000', '104836.904000', '104836.907000', '104856.791000', '104856.794000', '104856.797000', '104856.799000', '104856.802000', '104856.804000', '104856.807000', '104856.810000', '104856.812000', '104856.815000', '104856.817000', '104856.820000', '104856.822000', '104856.825000', '104856.827000', '104856.830000', '104856.833000', '104856.835000', '104856.838000', '104856.840000', '104856.843000', '104856.845000', '104856.848000', '104856.851000', '104856.853000', '104856.856000', '104856.858000', '104856.861000', '104856.863000', '104856.866000', '104856.869000', '104856.871000', '104856.874000', '104856.876000', '104856.879000', '104856.881000', '104856.884000', '104856.887000', '104856.889000', '104856.892000', '104856.894000', '104856.897000', '104856.899000', '104856.902000', '104916.791000', '104916.794000', '104916.797000', '104916.799000', '104916.802000', '104916.805000', '104916.807000', '104916.810000', '104916.813000', '104916.815000', '104916.818000', '104916.820000', '104916.823000', '104916.826000', '104916.828000', '104916.831000', '104916.833000', '104916.836000', '104916.839000', '104916.841000', '104916.844000', '104916.846000', '104916.849000', '104916.851000', '104916.854000', '104916.857000', '104916.859000', '104916.862000', '104916.864000', '104916.867000', '104916.869000', '104916.872000', '104916.875000', '104916.877000', '104916.880000', '104916.882000', '104916.885000', '104916.888000', '104916.890000', '104916.893000', '104916.895000', '104916.898000', '104916.901000', '104936.791000', '104936.794000', '104936.796000', '104936.799000', '104936.801000', '104936.804000', '104936.807000', '104936.809000', '104936.812000', '104936.815000', '104936.817000', '104936.820000', '104936.822000', '104936.825000', '104936.828000', '104936.830000', '104936.833000', '104936.835000', '104936.838000', '104936.840000', '104936.843000', '104936.846000', '104936.848000', '104936.851000', '104936.853000', '104936.856000', '104936.858000', '104936.861000', '104936.864000', '104936.866000', '104936.869000', '104936.871000', '104936.874000', '104936.877000', '104936.879000', '104936.906000', '104936.908000', '104936.911000', '104936.914000', '104936.916000', '104936.919000', '104936.921000', '104936.924000', '104936.926000', '104956.790000', '104956.793000', '104956.796000', '104956.799000', '104956.802000', '104956.804000', '104956.807000', '104956.810000', '104956.812000', '104956.815000', '104956.817000', '104956.820000', '104956.822000', '104956.825000', '104956.828000', '104956.830000', '104956.833000', '104956.835000', '104956.838000', '104956.841000', '104956.843000', '104956.846000', '104956.848000', '104956.851000', '104956.854000', '104956.856000', '104956.859000', '104956.861000', '104956.864000', '104956.866000', '104956.869000', '104956.872000', '104956.874000', '104956.877000', '104956.879000', '104956.882000', '104956.885000', '104956.887000', '104956.890000', '104956.892000', '104956.895000', '104956.898000', '104956.900000', '105016.791000', '105016.794000', '105016.797000', '105016.799000', '105016.802000', '105016.805000', '105016.807000', '105016.810000', '105016.812000', '105016.815000', '105016.817000', '105016.820000', '105016.823000', '105016.825000', '105016.828000', '105016.830000', '105016.833000', '105016.835000', '105016.839000', '105016.842000', '105016.844000', '105016.847000', '105016.850000', '105016.852000', '105016.855000', '105016.857000', '105016.860000', '105016.862000', '105016.865000', '105016.867000', '105016.870000', '105016.873000', '105016.875000', '105016.878000', '105016.880000', '105016.883000', '105016.886000', '105016.888000', '105016.891000', '105016.893000', '105016.896000', '105016.898000', '105016.901000', '105016.904000', '105036.792000', '105036.794000', '105036.797000', '105036.800000', '105036.802000', '105036.805000', '105036.808000', '105036.810000', '105036.813000', '105036.815000', '105036.818000', '105036.821000', '105036.823000', '105036.826000', '105036.829000', '105036.831000', '105036.834000', '105036.836000', '105036.839000', '105036.842000', '105036.844000', '105036.847000', '105036.849000', '105036.852000', '105036.855000', '105036.857000', '105036.860000', '105036.862000', '105036.865000', '105036.867000', '105036.870000', '105036.873000', '105036.875000', '105036.878000', '105036.880000', '105036.883000', '105036.885000', '105036.888000', '105036.891000', '105036.893000', '105036.896000', '105036.899000', '105036.901000', '105041.118000', '105041.121000', '105041.124000', '105041.127000', '105041.130000', '105041.133000', '105041.135000', '105041.138000', '105041.141000', '105041.143000'], 'InstanceCreationTime': ['104416.821000', '104416.825000', '104416.828000', '104416.830000', '104416.837000', '104416.840000', '104416.843000', '104416.845000', '104416.848000', '104416.850000', '104416.853000', '104416.855000', '104416.858000', '104416.861000', '104416.863000', '104416.866000', '104416.874000', '104416.877000', '104416.880000', '104416.882000', '104416.885000', '104416.887000', '104416.890000', '104416.892000', '104416.895000', '104416.898000', '104416.900000', '104416.903000', '104416.905000', '104416.908000', '104416.910000', '104416.913000', '104416.915000', '104416.918000', '104416.920000', '104416.923000', '104436.792000', '104436.794000', '104436.797000', '104436.800000', '104436.802000', '104436.805000', '104436.808000', '104436.810000', '104436.813000', '104436.815000', '104436.818000', '104436.820000', '104436.823000', '104436.825000', '104436.828000', '104436.830000', '104436.833000', '104436.841000', '104436.844000', '104436.846000', '104436.850000', '104436.854000', '104436.856000', '104436.859000', '104436.861000', '104436.864000', '104436.866000', '104436.869000', '104436.872000', '104436.874000', '104436.877000', '104436.879000', '104436.882000', '104436.885000', '104436.887000', '104436.890000', '104436.892000', '104436.895000', '104436.897000', '104436.900000', '104436.903000', '104436.906000', '104436.908000', '104456.791000', '104456.793000', '104456.796000', '104456.798000', '104456.801000', '104456.804000', '104456.806000', '104456.809000', '104456.811000', '104456.814000', '104456.816000', '104456.819000', '104456.822000', '104456.824000', '104456.827000', '104456.829000', '104456.832000', '104456.835000', '104456.837000', '104456.840000', '104456.842000', '104456.845000', '104456.847000', '104456.850000', '104456.852000', '104456.855000', '104456.857000', '104456.860000', '104456.862000', '104456.865000', '104456.867000', '104456.870000', '104456.872000', '104456.875000', '104456.878000', '104456.880000', '104456.883000', '104456.885000', '104456.888000', '104456.890000', '104456.893000', '104456.895000', '104456.898000', '104456.900000', '104516.790000', '104516.793000', '104516.796000', '104516.838000', '104516.841000', '104516.843000', '104516.846000', '104516.848000', '104516.851000', '104516.853000', '104516.856000', '104516.859000', '104516.861000', '104516.864000', '104516.866000', '104516.869000', '104516.872000', '104516.874000', '104516.877000', '104516.879000', '104516.882000', '104516.885000', '104516.887000', '104516.890000', '104516.892000', '104516.895000', '104516.898000', '104516.900000', '104516.903000', '104516.906000', '104516.908000', '104516.911000', '104516.914000', '104516.916000', '104516.919000', '104516.921000', '104516.924000', '104516.926000', '104516.929000', '104516.932000', '104516.934000', '104516.937000', '104516.939000', '104536.792000', '104536.794000', '104536.797000', '104536.800000', '104536.802000', '104536.805000', '104536.807000', '104536.810000', '104536.813000', '104536.815000', '104536.818000', '104536.821000', '104536.823000', '104536.826000', '104536.828000', '104536.831000', '104536.834000', '104536.836000', '104536.839000', '104536.841000', '104536.844000', '104536.846000', '104536.849000', '104536.852000', '104536.854000', '104536.857000', '104536.860000', '104536.863000', '104536.865000', '104536.868000', '104536.870000', '104536.873000', '104536.875000', '104536.878000', '104536.880000', '104536.883000', '104536.885000', '104536.888000', '104536.890000', '104536.893000', '104536.895000', '104536.898000', '104536.900000', '104536.903000', '104556.791000', '104556.794000', '104556.797000', '104556.800000', '104556.802000', '104556.805000', '104556.807000', '104556.810000', '104556.812000', '104556.815000', '104556.818000', '104556.821000', '104556.823000', '104556.826000', '104556.828000', '104556.831000', '104556.833000', '104556.836000', '104556.839000', '104556.841000', '104556.844000', '104556.846000', '104556.849000', '104556.851000', '104556.854000', '104556.856000', '104556.859000', '104556.862000', '104556.864000', '104556.867000', '104556.869000', '104556.872000', '104556.875000', '104556.877000', '104556.880000', '104556.882000', '104556.885000', '104556.888000', '104556.891000', '104556.894000', '104556.897000', '104556.899000', '104556.902000', '104616.792000', '104616.794000', '104616.798000', '104616.800000', '104616.803000', '104616.805000', '104616.808000', '104616.811000', '104616.813000', '104616.816000', '104616.818000', '104616.821000', '104616.823000', '104616.826000', '104616.829000', '104616.831000', '104616.834000', '104616.836000', '104616.839000', '104616.842000', '104616.844000', '104616.847000', '104616.849000', '104616.852000', '104616.854000', '104616.857000', '104616.860000', '104616.862000', '104616.865000', '104616.868000', '104616.870000', '104616.873000', '104616.875000', '104616.878000', '104616.880000', '104616.883000', '104616.885000', '104616.888000', '104616.891000', '104616.893000', '104616.896000', '104616.898000', '104616.901000', '104616.904000', '104636.792000', '104636.794000', '104636.797000', '104636.800000', '104636.802000', '104636.805000', '104636.807000', '104636.810000', '104636.812000', '104636.815000', '104636.817000', '104636.820000', '104636.823000', '104636.825000', '104636.828000', '104636.830000', '104636.833000', '104636.835000', '104636.838000', '104636.840000', '104636.843000', '104636.846000', '104636.848000', '104636.851000', '104636.853000', '104636.857000', '104636.860000', '104636.863000', '104636.865000', '104636.868000', '104636.870000', '104636.873000', '104636.876000', '104636.878000', '104636.881000', '104636.883000', '104636.886000', '104636.888000', '104636.891000', '104636.893000', '104636.896000', '104636.899000', '104636.921000', '104656.792000', '104656.794000', '104656.797000', '104656.799000', '104656.802000', '104656.805000', '104656.808000', '104656.810000', '104656.813000', '104656.815000', '104656.818000', '104656.820000', '104656.823000', '104656.826000', '104656.828000', '104656.831000', '104656.833000', '104656.836000', '104656.839000', '104656.841000', '104656.844000', '104656.846000', '104656.849000', '104656.851000', '104656.854000', '104656.856000', '104656.859000', '104656.861000', '104656.864000', '104656.867000', '104656.869000', '104656.872000', '104656.874000', '104656.877000', '104656.879000', '104656.882000', '104656.884000', '104656.887000', '104656.890000', '104656.892000', '104656.895000', '104656.897000', '104656.900000', '104656.902000', '104716.791000', '104716.794000', '104716.796000', '104716.799000', '104716.801000', '104716.804000', '104716.806000', '104716.809000', '104716.812000', '104716.814000', '104716.817000', '104716.819000', '104716.822000', '104716.825000', '104716.827000', '104716.830000', '104716.832000', '104716.835000', '104716.838000', '104716.840000', '104716.843000', '104716.845000', '104716.848000', '104716.850000', '104716.853000', '104716.855000', '104716.858000', '104716.861000', '104716.863000', '104716.866000', '104716.869000', '104716.871000', '104716.874000', '104716.876000', '104716.879000', '104716.882000', '104716.884000', '104716.887000', '104716.889000', '104716.892000', '104716.895000', '104716.897000', '104716.900000', '104736.790000', '104736.793000', '104736.796000', '104736.798000', '104736.801000', '104736.803000', '104736.806000', '104736.809000', '104736.811000', '104736.814000', '104736.816000', '104736.819000', '104736.821000', '104736.824000', '104736.827000', '104736.829000', '104736.832000', '104736.834000', '104736.837000', '104736.839000', '104736.842000', '104736.844000', '104736.847000', '104736.849000', '104736.852000', '104736.855000', '104736.857000', '104736.860000', '104736.863000', '104736.865000', '104736.868000', '104736.870000', '104736.873000', '104736.884000', '104736.886000', '104736.889000', '104736.892000', '104736.894000', '104736.897000', '104736.899000', '104736.902000', '104736.905000', '104736.907000', '104736.910000', '104756.792000', '104756.794000', '104756.797000', '104756.799000', '104756.802000', '104756.805000', '104756.807000', '104756.810000', '104756.812000', '104756.815000', '104756.817000', '104756.820000', '104756.823000', '104756.825000', '104756.828000', '104756.830000', '104756.833000', '104756.836000', '104756.838000', '104756.841000', '104756.843000', '104756.846000', '104756.848000', '104756.851000', '104756.854000', '104756.857000', '104756.859000', '104756.862000', '104756.864000', '104756.867000', '104756.870000', '104756.872000', '104756.875000', '104756.877000', '104756.880000', '104756.883000', '104756.885000', '104756.888000', '104756.890000', '104756.893000', '104756.896000', '104756.898000', '104756.901000', '104816.791000', '104816.794000', '104816.797000', '104816.806000', '104816.808000', '104816.811000', '104816.813000', '104816.816000', '104816.819000', '104816.821000', '104816.824000', '104816.826000', '104816.829000', '104816.832000', '104816.834000', '104816.837000', '104816.839000', '104816.842000', '104816.844000', '104816.847000', '104816.850000', '104816.852000', '104816.855000', '104816.857000', '104816.873000', '104816.876000', '104816.878000', '104816.881000', '104816.883000', '104816.886000', '104816.888000', '104816.891000', '104816.893000', '104816.896000', '104816.899000', '104816.901000', '104816.904000', '104816.906000', '104816.909000', '104816.912000', '104816.914000', '104816.917000', '104816.919000', '104816.922000', '104836.792000', '104836.800000', '104836.802000', '104836.805000', '104836.807000', '104836.810000', '104836.813000', '104836.815000', '104836.818000', '104836.821000', '104836.823000', '104836.826000', '104836.828000', '104836.831000', '104836.833000', '104836.836000', '104836.839000', '104836.841000', '104836.844000', '104836.846000', '104836.849000', '104836.851000', '104836.854000', '104836.857000', '104836.859000', '104836.862000', '104836.865000', '104836.867000', '104836.870000', '104836.872000', '104836.875000', '104836.878000', '104836.880000', '104836.883000', '104836.885000', '104836.888000', '104836.890000', '104836.894000', '104836.896000', '104836.899000', '104836.901000', '104836.904000', '104836.907000', '104856.791000', '104856.794000', '104856.797000', '104856.799000', '104856.802000', '104856.804000', '104856.807000', '104856.810000', '104856.812000', '104856.815000', '104856.817000', '104856.820000', '104856.822000', '104856.825000', '104856.827000', '104856.830000', '104856.833000', '104856.835000', '104856.838000', '104856.840000', '104856.843000', '104856.845000', '104856.848000', '104856.851000', '104856.853000', '104856.856000', '104856.858000', '104856.861000', '104856.863000', '104856.866000', '104856.869000', '104856.871000', '104856.874000', '104856.876000', '104856.879000', '104856.881000', '104856.884000', '104856.887000', '104856.889000', '104856.892000', '104856.894000', '104856.897000', '104856.899000', '104856.902000', '104916.791000', '104916.794000', '104916.797000', '104916.799000', '104916.802000', '104916.805000', '104916.807000', '104916.810000', '104916.813000', '104916.815000', '104916.818000', '104916.820000', '104916.823000', '104916.826000', '104916.828000', '104916.831000', '104916.833000', '104916.836000', '104916.839000', '104916.841000', '104916.844000', '104916.846000', '104916.849000', '104916.851000', '104916.854000', '104916.857000', '104916.859000', '104916.862000', '104916.864000', '104916.867000', '104916.869000', '104916.872000', '104916.875000', '104916.877000', '104916.880000', '104916.882000', '104916.885000', '104916.888000', '104916.890000', '104916.893000', '104916.895000', '104916.898000', '104916.901000', '104936.791000', '104936.794000', '104936.796000', '104936.799000', '104936.801000', '104936.804000', '104936.807000', '104936.809000', '104936.812000', '104936.815000', '104936.817000', '104936.820000', '104936.822000', '104936.825000', '104936.828000', '104936.830000', '104936.833000', '104936.835000', '104936.838000', '104936.840000', '104936.843000', '104936.846000', '104936.848000', '104936.851000', '104936.853000', '104936.856000', '104936.858000', '104936.861000', '104936.864000', '104936.866000', '104936.869000', '104936.871000', '104936.874000', '104936.877000', '104936.879000', '104936.906000', '104936.908000', '104936.911000', '104936.914000', '104936.916000', '104936.919000', '104936.921000', '104936.924000', '104936.926000', '104956.790000', '104956.793000', '104956.796000', '104956.799000', '104956.802000', '104956.804000', '104956.807000', '104956.810000', '104956.812000', '104956.815000', '104956.817000', '104956.820000', '104956.822000', '104956.825000', '104956.828000', '104956.830000', '104956.833000', '104956.835000', '104956.838000', '104956.841000', '104956.843000', '104956.846000', '104956.848000', '104956.851000', '104956.854000', '104956.856000', '104956.859000', '104956.861000', '104956.864000', '104956.866000', '104956.869000', '104956.872000', '104956.874000', '104956.877000', '104956.879000', '104956.882000', '104956.885000', '104956.887000', '104956.890000', '104956.892000', '104956.895000', '104956.898000', '104956.900000', '105016.791000', '105016.794000', '105016.797000', '105016.799000', '105016.802000', '105016.805000', '105016.807000', '105016.810000', '105016.812000', '105016.815000', '105016.817000', '105016.820000', '105016.823000', '105016.825000', '105016.828000', '105016.830000', '105016.833000', '105016.835000', '105016.839000', '105016.842000', '105016.844000', '105016.847000', '105016.850000', '105016.852000', '105016.855000', '105016.857000', '105016.860000', '105016.862000', '105016.865000', '105016.867000', '105016.870000', '105016.873000', '105016.875000', '105016.878000', '105016.880000', '105016.883000', '105016.886000', '105016.888000', '105016.891000', '105016.893000', '105016.896000', '105016.898000', '105016.901000', '105016.904000', '105036.792000', '105036.794000', '105036.797000', '105036.800000', '105036.802000', '105036.805000', '105036.808000', '105036.810000', '105036.813000', '105036.815000', '105036.818000', '105036.821000', '105036.823000', '105036.826000', '105036.829000', '105036.831000', '105036.834000', '105036.836000', '105036.839000', '105036.842000', '105036.844000', '105036.847000', '105036.849000', '105036.852000', '105036.855000', '105036.857000', '105036.860000', '105036.862000', '105036.865000', '105036.867000', '105036.870000', '105036.873000', '105036.875000', '105036.878000', '105036.880000', '105036.883000', '105036.885000', '105036.888000', '105036.891000', '105036.893000', '105036.896000', '105036.899000', '105036.901000', '105041.118000', '105041.121000', '105041.124000', '105041.127000', '105041.130000', '105041.133000', '105041.135000', '105041.138000', '105041.141000', '105041.143000'], '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': [13180, 10073, 10750, 10294, 9133, 10567, 8181, 10895, 7901, 12213, 9567, 11030, 8333, 12527, 8623, 11392, 8999, 11295, 9242, 9105, 10121, 7778, 11247, 8212, 10700, 9410, 9640, 10565, 8116, 11554, 8465, 10759, 8494, 13901, 9392, 14243, 8501, 12045, 9618, 12750, 10474, 8022, 10531, 8154, 11796, 8641, 12300, 10205, 8086, 10295, 8334, 11759, 8469, 12976, 10177, 14565, 8365, 14339, 9773, 11450, 10277, 9910, 11540, 8118, 11901, 8639, 12086, 9310, 12564, 9526, 10608, 12097, 7775, 11805, 8623, 11775, 9514, 9239, 10063, 8514, 10444, 8125, 11951, 8838, 9689, 9992, 8037, 11005, 9116, 14794, 8925, 8317, 10424, 7971, 10435, 8000, 11795, 8278, 12211, 9639, 7904, 11480, 8419, 11430, 9096, 7874, 10244, 7880, 11240, 8929, 13303, 8983, 7903, 11154, 8414, 12035, 10135, 8662, 10461, 8406, 11710, 8558, 12380, 10252, 8220, 10241, 8251, 10956, 8869, 12614, 9116, 8057, 11319, 8299, 12214, 9899, 11235, 11956, 8418, 12866, 8478, 11673, 9461, 13500, 10484, 14799, 9441, 8081, 10540, 7957, 10648, 7900, 11271, 8576, 11824, 8254, 11627, 9584, 8799, 10623, 8446, 12269, 8565, 11282, 9837, 9140, 10232, 9010, 10927, 8093, 12088, 8142, 11584, 8654, 12217, 10285, 7941, 10312, 8073, 11653, 8225, 11078, 9543, 9376, 11029, 8306, 11933, 8414, 11706, 9988, 13853, 10214, 8125, 10596, 8115, 10772, 8194, 10736, 8474, 11493, 8878, 7912, 10679, 8197, 11239, 9564, 14550, 8283, 12901, 9667, 12309, 9662, 13744, 10230, 9211, 10376, 7988, 11114, 8155, 11168, 8533, 12967, 9450, 9165, 9926, 8510, 10075, 8478, 10974, 8243, 11675, 8792, 9696, 10165, 9105, 11521, 8645, 14296, 8720, 12528, 9790, 13558, 9398, 15161, 10546, 10758, 10227, 7899, 11621, 7778, 11088, 7870, 10602, 8128, 10961, 8351, 11655, 8694, 7654, 11032, 7778, 10751, 7994, 12274, 8861, 14129, 9227, 14047, 10433, 8127, 10267, 8284, 12003, 8813, 14017, 9800, 15016, 9951, 14273, 9218, 14422, 9576, 7580, 10855, 7474, 10960, 7766, 11566, 8824, 12166, 8657, 11803, 9025, 8067, 9713, 8103, 10551, 8444, 10183, 7789, 11131, 7910, 10985, 8333, 11179, 9213, 8638, 9763, 7774, 10308, 8118, 11208, 9554, 14041, 8822, 8541, 10392, 7932, 10076, 8698, 12201, 8386, 12122, 8656, 12665, 9343, 10018, 11277, 7956, 10847, 8223, 11593, 9667, 10901, 10882, 8071, 9841, 8092, 10980, 8624, 11486, 10005, 8897, 9820, 7940, 10790, 8331, 11072, 9591, 14172, 9949, 8043, 10570, 7841, 10900, 7934, 10682, 8055, 11017, 8779, 12413, 8379, 12452, 9785, 7699, 11334, 7723, 10536, 7939, 10754, 8171, 10721, 8157, 10977, 8036, 11395, 7914, 11096, 8037, 10591, 8044, 10351, 7948, 10878, 7865, 11059, 7836, 10473, 7973, 11352, 8144, 11438, 8010, 11922, 8822, 10193, 9985, 7952, 10008, 7929, 11070, 8796, 11602, 9398, 15596, 9644, 7768, 10948, 7907, 11187, 9148, 11400, 8310, 12365, 8504, 10908, 9979, 9505, 11247, 8165, 10963, 8353, 10716, 9812, 8734, 11594, 8380, 14364, 9454, 8555, 9911, 9979, 10840, 10753, 11132, 8151, 10881, 9548, 10853, 7912, 10579, 7983, 11272, 7954, 11448, 8450, 11971, 9634, 13403, 8891, 9542, 9587, 8020, 10487, 8209, 11033, 8176, 11570, 8120, 11632, 9519, 11274, 10558, 9195, 11431, 8091, 11684, 8047, 11810, 9771, 13946, 10223, 11885, 9906, 7902, 10768, 7830, 10548, 7998, 11115, 8844, 11109, 8109, 9270, 9381, 7900, 11113, 8672, 8508, 10143, 7947, 10340, 8129, 10906, 9098, 12452, 8381, 12374, 8346, 13032, 8390, 12970, 8828, 13014, 8705, 10947, 9275, 9633, 9832, 9709, 10902, 8121, 11291, 8131, 10782, 9576, 9550, 10375, 8844, 12140, 8207, 11772, 8128, 12323, 9187, 12711, 10721, 10341, 11960, 8106, 10608, 9303, 7667, 11018, 8326, 11912, 8504, 13905, 9353, 14927, 9230, 10082, 9932, 8038, 10503, 7848, 10320, 8090, 11789, 8727, 12487, 8670, 12237, 9392, 11956, 9415, 12948, 9337, 8646, 10216, 7994, 10820, 7813, 10561, 8095, 10466, 7781, 10291, 7909, 11403, 8097, 11760, 9600, 9705, 10824, 8145, 11316, 8263, 11859, 8565, 13043, 10763, 7976, 9994, 8122, 11146, 8576, 10310, 11821, 8403, 12100, 8816, 8202, 10046, 8242, 12225, 8941, 14968, 8894, 11298, 9923, 10622, 11532, 8205, 12006, 8268, 12045, 9379, 11354, 9522, 9476, 13307, 8256, 8731, 9660, 7878, 11165, 8335, 12989, 10377, 14723, 8997, 10622, 9684, 8080, 10288, 8652, 11472, 8732, 9629, 9985, 7878, 10748, 8916, 13416, 8583, 10058, 10148, 7920, 10463, 7857, 11258, 8354, 12718, 9959, 8791, 10232, 7870, 9949, 9688, 7720, 10609, 8123, 11903, 9218, 13834, 9054, 11050, 9865, 8256, 10353, 8570, 12808, 8516, 12048, 9461, 8163, 10493, 8015, 10600, 8962, 11583, 8168, 11431, 9759, 9064, 10058, 8113, 10225, 8039, 11502, 8077, 11586, 8709, 12149, 9821, 8310, 9893, 8152, 11445, 8175, 10913, 8316, 10788, 8852, 11376, 8391, 12256, 8365, 11728, 9684, 9402, 11280, 9603, 12382, 8434, 10251, 10094, 8738, 11742, 9612, 13420, 8257, 13171, 9600, 12842, 9468, 14816, 10140, 11342, 11278, 7930, 11307, 7952, 11645, 9256, 12289, 9532, 7738, 10608, 8043, 11464, 9562, 9385, 10475, 9425, 12909, 8267, 12529, 9470, 9502, 9787, 9161, 12553, 8200, 11882, 8560, 10397, 9808, 9003, 11731, 8447, 12204, 9241, 9010, 10080, 8293, 10261, 9416, 12781, 9153, 7897, 10643, 7893, 11056, 8128, 11754, 8640, 14963, 8979, 8287, 11583, 8222, 12218, 9361, 14082, 8808, 14194, 10206, 12988, 9386, 8106, 10704, 7964, 10592, 9249, 12781, 10012, 7980, 10475, 8212, 11732, 9037, 12309, 11322, 7925, 10926, 8616, 11293, 9886, 9708, 11437, 9707, 14601, 10208, 8203, 9856, 9697, 7850, 10433, 8918, 11292, 9491, 8331, 11021, 9718, 8556, 14690, 11259, 10208, 15289, 9200, 16090, 10377, 8135, 10482, 9227, 10051, 10637, 9203, 11575, 9962, 7975, 11713, 10124, 7819, 11167, 9692, 8297, 10204, 9812, 8273, 11935, 10298, 8152, 10036, 8188, 10960, 8458, 12376, 9717, 15075, 9518, 8027, 10449, 8071, 10310, 8312, 11188, 9055, 7924, 10322, 8346, 11175, 10055, 10564, 11253, 8385, 11705, 8582, 15302, 11016], 'WindowCenter': [4579.0, 4537.0, 4542.0, 4533.0, 4511.0, 4519.0, 4487.0, 4517.0, 4488.0, 4541.0, 4509.0, 4506.0, 4475.0, 4522.0, 4487.0, 4515.0, 4487.0, 4502.0, 4509.0, 4496.0, 4519.0, 4476.0, 4525.0, 4485.0, 4528.0, 4511.0, 4519.0, 4529.0, 4490.0, 4540.0, 4500.0, 4543.0, 4513.0, 4550.0, 4511.0, 4547.0, 4499.0, 4526.0, 4507.0, 4538.0, 4518.0, 4489.0, 4518.0, 4477.0, 4536.0, 4499.0, 4540.0, 4521.0, 4487.0, 4520.0, 4487.0, 4527.0, 4487.0, 4537.0, 4504.0, 4536.0, 4474.0, 4522.0, 4493.0, 4500.0, 4504.0, 4492.0, 4512.0, 4462.0, 4512.0, 4471.0, 4510.0, 4480.0, 4510.0, 4493.0, 4500.0, 4511.0, 4449.0, 4511.0, 4472.0, 4509.0, 4493.0, 4480.0, 4491.0, 4471.0, 4502.0, 4462.0, 4512.0, 4483.0, 4490.0, 4493.0, 4475.0, 4515.0, 4483.0, 4533.0, 4485.0, 4472.0, 4503.0, 4464.0, 4505.0, 4465.0, 4512.0, 4474.0, 4510.0, 4492.0, 4461.0, 4514.0, 4476.0, 4515.0, 4497.0, 4474.0, 4505.0, 4475.0, 4527.0, 4499.0, 4545.0, 4497.0, 4478.0, 4527.0, 4499.0, 4538.0, 4520.0, 4497.0, 4518.0, 4488.0, 4527.0, 4499.0, 4538.0, 4519.0, 4488.0, 4517.0, 4478.0, 4528.0, 4510.0, 4537.0, 4511.0, 4486.0, 4528.0, 4487.0, 4540.0, 4520.0, 4528.0, 4527.0, 4474.0, 4526.0, 4476.0, 4515.0, 4495.0, 4535.0, 4505.0, 4530.0, 4494.0, 4461.0, 4501.0, 4462.0, 4504.0, 4474.0, 4514.0, 4485.0, 4512.0, 4473.0, 4501.0, 4494.0, 4487.0, 4503.0, 4475.0, 4515.0, 4484.0, 4503.0, 4494.0, 4494.0, 4516.0, 4485.0, 4507.0, 4463.0, 4513.0, 4474.0, 4512.0, 4486.0, 4525.0, 4504.0, 4473.0, 4505.0, 4475.0, 4525.0, 4486.0, 4528.0, 4510.0, 4506.0, 4517.0, 4486.0, 4527.0, 4487.0, 4538.0, 4518.0, 4546.0, 4519.0, 4476.0, 4517.0, 4475.0, 4517.0, 4487.0, 4515.0, 4487.0, 4525.0, 4499.0, 4477.0, 4519.0, 4501.0, 4531.0, 4509.0, 4547.0, 4488.0, 4537.0, 4507.0, 4526.0, 4508.0, 4535.0, 4508.0, 4494.0, 4506.0, 4464.0, 4516.0, 4477.0, 4516.0, 4486.0, 4537.0, 4505.0, 4495.0, 4505.0, 4486.0, 4508.0, 4487.0, 4517.0, 4476.0, 4515.0, 4486.0, 4495.0, 4518.0, 4499.0, 4527.0, 4487.0, 4546.0, 4486.0, 4524.0, 4505.0, 4523.0, 4494.0, 4534.0, 4504.0, 4501.0, 4493.0, 4451.0, 4501.0, 4450.0, 4503.0, 4463.0, 4504.0, 4475.0, 4504.0, 4475.0, 4514.0, 4501.0, 4466.0, 4515.0, 4477.0, 4516.0, 4486.0, 4536.0, 4511.0, 4548.0, 4511.0, 4558.0, 4530.0, 4487.0, 4519.0, 4476.0, 4525.0, 4474.0, 4525.0, 4482.0, 4521.0, 4480.0, 4523.0, 4471.0, 4507.0, 4470.0, 4437.0, 4489.0, 4437.0, 4489.0, 4450.0, 4510.0, 4483.0, 4511.0, 4472.0, 4500.0, 4482.0, 4461.0, 4483.0, 4462.0, 4504.0, 4474.0, 4504.0, 4463.0, 4513.0, 4476.0, 4516.0, 4489.0, 4516.0, 4508.0, 4495.0, 4508.0, 4478.0, 4518.0, 4489.0, 4528.0, 4509.0, 4549.0, 4500.0, 4487.0, 4519.0, 4477.0, 4509.0, 4488.0, 4528.0, 4477.0, 4527.0, 4486.0, 4536.0, 4498.0, 4495.0, 4517.0, 4474.0, 4516.0, 4488.0, 4516.0, 4508.0, 4517.0, 4518.0, 4478.0, 4508.0, 4476.0, 4515.0, 4487.0, 4526.0, 4508.0, 4486.0, 4505.0, 4475.0, 4516.0, 4476.0, 4527.0, 4507.0, 4547.0, 4508.0, 4476.0, 4505.0, 4465.0, 4516.0, 4475.0, 4507.0, 4475.0, 4518.0, 4488.0, 4535.0, 4487.0, 4523.0, 4507.0, 4465.0, 4516.0, 4464.0, 4517.0, 4478.0, 4518.0, 4488.0, 4517.0, 4475.0, 4517.0, 4463.0, 4515.0, 4463.0, 4513.0, 4464.0, 4506.0, 4463.0, 4506.0, 4464.0, 4514.0, 4465.0, 4515.0, 4464.0, 4505.0, 4465.0, 4514.0, 4465.0, 4514.0, 4464.0, 4524.0, 4498.0, 4517.0, 4508.0, 4479.0, 4508.0, 4476.0, 4527.0, 4489.0, 4528.0, 4509.0, 4558.0, 4511.0, 4468.0, 4518.0, 4478.0, 4530.0, 4510.0, 4529.0, 4490.0, 4537.0, 4501.0, 4518.0, 4520.0, 4508.0, 4529.0, 4490.0, 4530.0, 4501.0, 4519.0, 4523.0, 4510.0, 4541.0, 4502.0, 4550.0, 4511.0, 4488.0, 4509.0, 4507.0, 4519.0, 4506.0, 4517.0, 4464.0, 4503.0, 4482.0, 4504.0, 4463.0, 4504.0, 4462.0, 4503.0, 4464.0, 4513.0, 4475.0, 4516.0, 4494.0, 4524.0, 4486.0, 4482.0, 4495.0, 4466.0, 4506.0, 4476.0, 4516.0, 4477.0, 4515.0, 4475.0, 4514.0, 4498.0, 4527.0, 4517.0, 4496.0, 4517.0, 4477.0, 4514.0, 4475.0, 4514.0, 4507.0, 4548.0, 4508.0, 4515.0, 4508.0, 4464.0, 4504.0, 4465.0, 4507.0, 4476.0, 4516.0, 4488.0, 4516.0, 4477.0, 4495.0, 4510.0, 4490.0, 4530.0, 4502.0, 4501.0, 4531.0, 4490.0, 4519.0, 4490.0, 4530.0, 4498.0, 4539.0, 4489.0, 4528.0, 4488.0, 4535.0, 4477.0, 4537.0, 4487.0, 4525.0, 4488.0, 4505.0, 4496.0, 4495.0, 4507.0, 4495.0, 4506.0, 4467.0, 4515.0, 4476.0, 4514.0, 4507.0, 4510.0, 4519.0, 4487.0, 4527.0, 4476.0, 4514.0, 4476.0, 4524.0, 4486.0, 4525.0, 4519.0, 4517.0, 4526.0, 4490.0, 4517.0, 4497.0, 4466.0, 4516.0, 4488.0, 4527.0, 4488.0, 4548.0, 4498.0, 4546.0, 4496.0, 4505.0, 4497.0, 4465.0, 4504.0, 4462.0, 4506.0, 4467.0, 4514.0, 4474.0, 4513.0, 4474.0, 4510.0, 4483.0, 4500.0, 4483.0, 4525.0, 4483.0, 4471.0, 4493.0, 4461.0, 4503.0, 4452.0, 4503.0, 4464.0, 4505.0, 4464.0, 4506.0, 4475.0, 4515.0, 4476.0, 4527.0, 4509.0, 4507.0, 4530.0, 4477.0, 4528.0, 4489.0, 4529.0, 4501.0, 4539.0, 4530.0, 4479.0, 4509.0, 4480.0, 4529.0, 4513.0, 4530.0, 4542.0, 4501.0, 4539.0, 4500.0, 4490.0, 4522.0, 4491.0, 4539.0, 4501.0, 4549.0, 4499.0, 4516.0, 4509.0, 4518.0, 4528.0, 4476.0, 4527.0, 4476.0, 4525.0, 4495.0, 4518.0, 4499.0, 4495.0, 4536.0, 4476.0, 4476.0, 4495.0, 4476.0, 4515.0, 4487.0, 4535.0, 4507.0, 4545.0, 4487.0, 4504.0, 4497.0, 4477.0, 4506.0, 4476.0, 4515.0, 4484.0, 4495.0, 4495.0, 4476.0, 4518.0, 4487.0, 4526.0, 4488.0, 4494.0, 4505.0, 4462.0, 4503.0, 4465.0, 4516.0, 4475.0, 4525.0, 4494.0, 4475.0, 4495.0, 4466.0, 4506.0, 4497.0, 4467.0, 4517.0, 4480.0, 4541.0, 4499.0, 4549.0, 4499.0, 4518.0, 4506.0, 4488.0, 4520.0, 4486.0, 4536.0, 4487.0, 4524.0, 4497.0, 4473.0, 4504.0, 4477.0, 4506.0, 4485.0, 4516.0, 4475.0, 4515.0, 4495.0, 4484.0, 4507.0, 4476.0, 4505.0, 4477.0, 4516.0, 4477.0, 4516.0, 4497.0, 4539.0, 4510.0, 4478.0, 4507.0, 4478.0, 4528.0, 4489.0, 4530.0, 4489.0, 4532.0, 4501.0, 4530.0, 4501.0, 4539.0, 4490.0, 4527.0, 4522.0, 4511.0, 4529.0, 4510.0, 4540.0, 4489.0, 4508.0, 4521.0, 4501.0, 4530.0, 4509.0, 4539.0, 4478.0, 4525.0, 4495.0, 4524.0, 4497.0, 4546.0, 4496.0, 4502.0, 4505.0, 4462.0, 4502.0, 4463.0, 4514.0, 4496.0, 4524.0, 4497.0, 4468.0, 4516.0, 4478.0, 4526.0, 4511.0, 4511.0, 4520.0, 4497.0, 4537.0, 4488.0, 4526.0, 4497.0, 4499.0, 4509.0, 4497.0, 4529.0, 4478.0, 4516.0, 4487.0, 4505.0, 4508.0, 4498.0, 4527.0, 4477.0, 4525.0, 4495.0, 4486.0, 4507.0, 4477.0, 4507.0, 4496.0, 4525.0, 4495.0, 4475.0, 4506.0, 4476.0, 4527.0, 4478.0, 4530.0, 4489.0, 4547.0, 4486.0, 4476.0, 4515.0, 4488.0, 4526.0, 4497.0, 4536.0, 4487.0, 4537.0, 4506.0, 4522.0, 4487.0, 4464.0, 4505.0, 4465.0, 4505.0, 4486.0, 4512.0, 4495.0, 4463.0, 4503.0, 4474.0, 4514.0, 4485.0, 4514.0, 4503.0, 4463.0, 4504.0, 4486.0, 4502.0, 4506.0, 4496.0, 4516.0, 4509.0, 4560.0, 4506.0, 4489.0, 4520.0, 4522.0, 4477.0, 4518.0, 4510.0, 4529.0, 4508.0, 4491.0, 4530.0, 4509.0, 4500.0, 4550.0, 4520.0, 4506.0, 4546.0, 4495.0, 4545.0, 4494.0, 4463.0, 4492.0, 4483.0, 4494.0, 4506.0, 4497.0, 4518.0, 4497.0, 4464.0, 4516.0, 4507.0, 4468.0, 4516.0, 4495.0, 4478.0, 4506.0, 4510.0, 4491.0, 4542.0, 4522.0, 4478.0, 4508.0, 4479.0, 4508.0, 4478.0, 4528.0, 4498.0, 4546.0, 4510.0, 4466.0, 4508.0, 4478.0, 4521.0, 4491.0, 4530.0, 4512.0, 4491.0, 4521.0, 4503.0, 4544.0, 4535.0, 4534.0, 4543.0, 4502.0, 4542.0, 4503.0, 4560.0, 4531.0], 'WindowWidth': [10030.0, 9965.0, 9962.0, 9951.0, 9910.0, 9920.0, 9871.0, 9911.0, 9877.0, 9952.0, 9901.0, 9891.0, 9847.0, 9909.0, 9869.0, 9901.0, 9868.0, 9881.0, 9906.0, 9883.0, 9916.0, 9854.0, 9920.0, 9866.0, 9929.0, 9911.0, 9920.0, 9933.0, 9881.0, 9949.0, 9897.0, 9960.0, 9917.0, 9961.0, 9912.0, 9952.0, 9889.0, 9921.0, 9898.0, 9940.0, 9914.0, 9876.0, 9913.0, 9858.0, 9937.0, 9890.0, 9948.0, 9923.0, 9872.0, 9918.0, 9870.0, 9923.0, 9870.0, 9938.0, 9887.0, 9934.0, 9847.0, 9906.0, 9868.0, 9876.0, 9888.0, 9870.0, 9896.0, 9826.0, 9893.0, 9836.0, 9888.0, 9848.0, 9886.0, 9870.0, 9875.0, 9890.0, 9806.0, 9891.0, 9839.0, 9886.0, 9871.0, 9848.0, 9867.0, 9837.0, 9881.0, 9827.0, 9894.0, 9857.0, 9862.0, 9872.0, 9851.0, 9904.0, 9857.0, 9925.0, 9862.0, 9840.0, 9882.0, 9829.0, 9888.0, 9834.0, 9896.0, 9846.0, 9890.0, 9868.0, 9825.0, 9903.0, 9854.0, 9903.0, 9887.0, 9848.0, 9890.0, 9849.0, 9926.0, 9889.0, 9947.0, 9885.0, 9859.0, 9925.0, 9892.0, 9946.0, 9921.0, 9884.0, 9915.0, 9873.0, 9924.0, 9888.0, 9941.0, 9917.0, 9875.0, 9912.0, 9856.0, 9928.0, 9906.0, 9938.0, 9909.0, 9868.0, 9927.0, 9872.0, 9947.0, 9921.0, 9925.0, 9924.0, 9848.0, 9921.0, 9852.0, 9903.0, 9879.0, 9931.0, 9890.0, 9917.0, 9872.0, 9825.0, 9879.0, 9826.0, 9889.0, 9847.0, 9899.0, 9861.0, 9895.0, 9843.0, 9878.0, 9875.0, 9868.0, 9887.0, 9850.0, 9903.0, 9860.0, 9884.0, 9874.0, 9874.0, 9908.0, 9863.0, 9893.0, 9829.0, 9897.0, 9845.0, 9893.0, 9864.0, 9916.0, 9888.0, 9846.0, 9891.0, 9849.0, 9918.0, 9867.0, 9926.0, 9907.0, 9895.0, 9911.0, 9867.0, 9922.0, 9869.0, 9943.0, 9915.0, 9948.0, 9918.0, 9852.0, 9911.0, 9849.0, 9909.0, 9870.0, 9906.0, 9871.0, 9917.0, 9890.0, 9856.0, 9918.0, 9896.0, 9936.0, 9903.0, 9952.0, 9873.0, 9937.0, 9897.0, 9923.0, 9899.0, 9932.0, 9898.0, 9875.0, 9891.0, 9831.0, 9906.0, 9856.0, 9907.0, 9867.0, 9934.0, 9892.0, 9877.0, 9892.0, 9868.0, 9900.0, 9867.0, 9909.0, 9851.0, 9904.0, 9868.0, 9877.0, 9915.0, 9889.0, 9924.0, 9870.0, 9948.0, 9866.0, 9913.0, 9889.0, 9909.0, 9875.0, 9928.0, 9886.0, 9876.0, 9867.0, 9809.0, 9878.0, 9806.0, 9881.0, 9827.0, 9888.0, 9850.0, 9887.0, 9848.0, 9902.0, 9898.0, 9841.0, 9906.0, 9858.0, 9907.0, 9870.0, 9936.0, 9910.0, 9955.0, 9910.0, 9971.0, 9935.0, 9871.0, 9915.0, 9852.0, 9918.0, 9845.0, 9914.0, 9850.0, 9904.0, 9846.0, 9910.0, 9834.0, 9877.0, 9831.0, 9784.0, 9856.0, 9784.0, 9856.0, 9804.0, 9890.0, 9857.0, 9889.0, 9841.0, 9875.0, 9854.0, 9824.0, 9856.0, 9828.0, 9888.0, 9846.0, 9888.0, 9831.0, 9899.0, 9851.0, 9907.0, 9875.0, 9909.0, 9901.0, 9880.0, 9899.0, 9858.0, 9916.0, 9878.0, 9929.0, 9902.0, 9955.0, 9890.0, 9868.0, 9915.0, 9858.0, 9902.0, 9870.0, 9926.0, 9855.0, 9923.0, 9865.0, 9934.0, 9885.0, 9876.0, 9909.0, 9847.0, 9906.0, 9871.0, 9906.0, 9902.0, 9912.0, 9913.0, 9858.0, 9900.0, 9852.0, 9904.0, 9870.0, 9921.0, 9897.0, 9865.0, 9892.0, 9851.0, 9907.0, 9853.0, 9925.0, 9897.0, 9950.0, 9898.0, 9852.0, 9891.0, 9835.0, 9906.0, 9848.0, 9896.0, 9850.0, 9915.0, 9872.0, 9932.0, 9869.0, 9911.0, 9896.0, 9837.0, 9907.0, 9833.0, 9909.0, 9857.0, 9914.0, 9871.0, 9908.0, 9850.0, 9907.0, 9830.0, 9903.0, 9829.0, 9897.0, 9833.0, 9892.0, 9829.0, 9892.0, 9832.0, 9899.0, 9833.0, 9901.0, 9834.0, 9891.0, 9834.0, 9900.0, 9834.0, 9900.0, 9834.0, 9913.0, 9885.0, 9910.0, 9901.0, 9861.0, 9899.0, 9853.0, 9922.0, 9875.0, 9928.0, 9904.0, 9967.0, 9907.0, 9845.0, 9914.0, 9859.0, 9933.0, 9907.0, 9930.0, 9881.0, 9939.0, 9898.0, 9915.0, 9920.0, 9903.0, 9930.0, 9879.0, 9933.0, 9896.0, 9916.0, 9932.0, 9910.0, 9951.0, 9899.0, 9959.0, 9908.0, 9871.0, 9902.0, 9897.0, 9916.0, 9891.0, 9907.0, 9831.0, 9883.0, 9851.0, 9886.0, 9830.0, 9885.0, 9825.0, 9884.0, 9832.0, 9897.0, 9850.0, 9905.0, 9873.0, 9912.0, 9865.0, 9853.0, 9875.0, 9835.0, 9894.0, 9852.0, 9906.0, 9854.0, 9903.0, 9849.0, 9900.0, 9885.0, 9926.0, 9910.0, 9877.0, 9908.0, 9853.0, 9901.0, 9850.0, 9900.0, 9896.0, 9952.0, 9898.0, 9903.0, 9897.0, 9833.0, 9887.0, 9833.0, 9896.0, 9854.0, 9907.0, 9870.0, 9906.0, 9855.0, 9877.0, 9907.0, 9882.0, 9934.0, 9899.0, 9894.0, 9937.0, 9879.0, 9919.0, 9880.0, 9933.0, 9887.0, 9943.0, 9873.0, 9925.0, 9872.0, 9931.0, 9856.0, 9935.0, 9867.0, 9915.0, 9871.0, 9888.0, 9879.0, 9874.0, 9896.0, 9877.0, 9891.0, 9841.0, 9904.0, 9853.0, 9899.0, 9896.0, 9905.0, 9916.0, 9868.0, 9924.0, 9851.0, 9902.0, 9853.0, 9914.0, 9864.0, 9918.0, 9914.0, 9911.0, 9922.0, 9878.0, 9908.0, 9883.0, 9841.0, 9908.0, 9870.0, 9923.0, 9873.0, 9956.0, 9887.0, 9946.0, 9880.0, 9891.0, 9881.0, 9833.0, 9886.0, 9825.0, 9894.0, 9839.0, 9899.0, 9846.0, 9896.0, 9843.0, 9887.0, 9855.0, 9872.0, 9856.0, 9914.0, 9857.0, 9836.0, 9870.0, 9823.0, 9884.0, 9812.0, 9883.0, 9833.0, 9888.0, 9832.0, 9891.0, 9849.0, 9903.0, 9853.0, 9923.0, 9902.0, 9898.0, 9934.0, 9858.0, 9927.0, 9875.0, 9930.0, 9895.0, 9944.0, 9932.0, 9861.0, 9901.0, 9864.0, 9931.0, 9917.0, 9938.0, 9951.0, 9897.0, 9944.0, 9894.0, 9878.0, 9926.0, 9882.0, 9945.0, 9895.0, 9955.0, 9887.0, 9906.0, 9902.0, 9914.0, 9925.0, 9852.0, 9922.0, 9850.0, 9916.0, 9876.0, 9912.0, 9887.0, 9876.0, 9933.0, 9852.0, 9850.0, 9874.0, 9851.0, 9904.0, 9869.0, 9933.0, 9896.0, 9944.0, 9868.0, 9887.0, 9880.0, 9854.0, 9893.0, 9851.0, 9903.0, 9861.0, 9873.0, 9877.0, 9854.0, 9911.0, 9868.0, 9918.0, 9869.0, 9872.0, 9888.0, 9826.0, 9882.0, 9834.0, 9906.0, 9849.0, 9913.0, 9871.0, 9850.0, 9874.0, 9837.0, 9890.0, 9882.0, 9842.0, 9911.0, 9863.0, 9949.0, 9889.0, 9957.0, 9887.0, 9910.0, 9894.0, 9872.0, 9917.0, 9867.0, 9934.0, 9868.0, 9914.0, 9880.0, 9843.0, 9887.0, 9854.0, 9891.0, 9861.0, 9904.0, 9848.0, 9900.0, 9875.0, 9859.0, 9895.0, 9852.0, 9891.0, 9856.0, 9906.0, 9856.0, 9905.0, 9883.0, 9944.0, 9906.0, 9858.0, 9898.0, 9859.0, 9925.0, 9875.0, 9933.0, 9877.0, 9939.0, 9896.0, 9933.0, 9896.0, 9943.0, 9879.0, 9924.0, 9925.0, 9909.0, 9930.0, 9907.0, 9946.0, 9876.0, 9898.0, 9923.0, 9894.0, 9933.0, 9900.0, 9943.0, 9857.0, 9917.0, 9877.0, 9912.0, 9880.0, 9948.0, 9878.0, 9879.0, 9888.0, 9824.0, 9880.0, 9827.0, 9900.0, 9879.0, 9913.0, 9882.0, 9843.0, 9906.0, 9859.0, 9921.0, 9908.0, 9907.0, 9919.0, 9883.0, 9938.0, 9872.0, 9920.0, 9881.0, 9887.0, 9903.0, 9881.0, 9927.0, 9856.0, 9906.0, 9867.0, 9891.0, 9901.0, 9883.0, 9921.0, 9855.0, 9917.0, 9878.0, 9863.0, 9894.0, 9855.0, 9896.0, 9877.0, 9916.0, 9876.0, 9849.0, 9893.0, 9851.0, 9924.0, 9860.0, 9932.0, 9878.0, 9950.0, 9865.0, 9851.0, 9905.0, 9871.0, 9920.0, 9885.0, 9934.0, 9869.0, 9936.0, 9891.0, 9908.0, 9866.0, 9830.0, 9888.0, 9832.0, 9890.0, 9864.0, 9895.0, 9877.0, 9829.0, 9881.0, 9844.0, 9899.0, 9862.0, 9898.0, 9883.0, 9828.0, 9886.0, 9863.0, 9882.0, 9892.0, 9880.0, 9908.0, 9902.0, 9976.0, 9893.0, 9876.0, 9918.0, 9927.0, 9857.0, 9913.0, 9907.0, 9928.0, 9901.0, 9880.0, 9932.0, 9905.0, 9891.0, 9958.0, 9918.0, 9891.0, 9950.0, 9878.0, 9942.0, 9872.0, 9825.0, 9865.0, 9856.0, 9870.0, 9889.0, 9878.0, 9907.0, 9876.0, 9826.0, 9899.0, 9891.0, 9843.0, 9903.0, 9875.0, 9855.0, 9891.0, 9901.0, 9880.0, 9952.0, 9923.0, 9858.0, 9899.0, 9858.0, 9894.0, 9856.0, 9923.0, 9884.0, 9944.0, 9904.0, 9837.0, 9896.0, 9856.0, 9920.0, 9881.0, 9931.0, 9912.0, 9881.0, 9922.0, 9902.0, 9960.0, 9949.0, 9945.0, 9958.0, 9899.0, 9952.0, 9900.0, 9972.0, 9935.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.0009350229885057472</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016393034022988508</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.87071333797467</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2405163005868811</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0159150784234763</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.452</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6218.0142</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09655099769915611</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.7586206896551726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.615192947299272</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.55126593917308</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7894722062210726</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.504840696503662</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0122043</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01688201166689396</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023710958659648895</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6057631712034612</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>34.256</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7865</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7595</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307776.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.3657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7282</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>649.3832</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3723.778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3999.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68768.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1008.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4975.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1109.0498</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.40316187299322</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> |