=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0133_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0133_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-01/func/sub-0133_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>eda8411707783499d4155ce8ed5e9b6a</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>19:55:11.922500</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.998446, 0.0428515, -0.0356304, -0.042371, 0.999002, 0.0141341]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105059</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7792, -7226, 203, -129, -84, 24, 86]</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>277.601</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>60a6a207-b351-4e71-8c6f-cf67bde4c387||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.678757429122925, -0.1136782318353653, -0.09774124622344971, 119.00777435302734], [-0.11496744304895401, 2.6802492141723633, 0.034026723355054855, -90.63561248779297], [-0.0955936387181282, -0.037920888513326645, 2.6980156898498535, -57.229801177978516], [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': ['195511.922500', '195512.382500', '195512.842500', '195513.302500', '195513.762500', '195514.222500', '195514.682500', '195515.142500', '195515.602500', '195516.062500', '195516.522500', '195516.982500', '195517.442500', '195517.902500', '195518.362500', '195518.822500', '195519.282500', '195519.742500', '195520.202500', '195520.662500', '195521.122500', '195521.582500', '195522.042500', '195522.502500', '195522.962500', '195523.422500', '195523.882500', '195524.342500', '195524.802500', '195525.262500', '195525.722500', '195526.182500', '195526.642500', '195527.102500', '195527.562500', '195528.022500', '195528.482500', '195528.942500', '195529.402500', '195529.862500', '195530.322500', '195530.782500', '195531.242500', '195531.702500', '195532.162500', '195532.622500', '195533.082500', '195533.542500', '195534.002500', '195534.462500', '195534.922500', '195535.382500', '195535.842500', '195536.302500', '195536.762500', '195537.222500', '195537.682500', '195538.142500', '195538.602500', '195539.062500', '195539.522500', '195539.982500', '195540.442500', '195540.902500', '195541.362500', '195541.822500', '195542.282500', '195542.742500', '195543.202500', '195543.662500', '195544.122500', '195544.582500', '195545.042500', '195545.502500', '195545.962500', '195546.422500', '195546.882500', '195547.342500', '195547.802500', '195548.262500', '195548.722500', '195549.182500', '195549.642500', '195550.102500', '195550.562500', '195551.022500', '195551.482500', '195551.942500', '195552.402500', '195552.862500', '195553.322500', '195553.782500', '195554.242500', '195554.702500', '195555.162500', '195555.622500', '195556.082500', '195556.542500', '195557.002500', '195557.462500', '195557.922500', '195558.382500', '195558.842500', '195559.302500', '195559.762500', '195600.222500', '195600.682500', '195601.142500', '195601.602500', '195602.062500', '195602.522500', '195602.982500', '195603.442500', '195603.902500', '195604.362500', '195604.822500', '195605.282500', '195605.742500', '195606.202500', '195606.662500', '195607.122500', '195607.582500', '195608.042500', '195608.502500', '195608.962500', '195609.422500', '195609.882500', '195610.342500', '195610.802500', '195611.262500', '195611.722500', '195612.182500', '195612.642500', '195613.102500', '195613.562500', '195614.022500', '195614.482500', '195614.942500', '195615.402500', '195615.862500', '195616.322500', '195616.782500', '195617.242500', '195617.702500', '195618.162500', '195618.622500', '195619.082500', '195619.542500', '195620.002500', '195620.462500', '195620.922500', '195621.382500', '195621.842500', '195622.302500', '195622.762500', '195623.222500', '195623.682500', '195624.142500', '195624.602500', '195625.062500', '195625.522500', '195625.982500', '195626.442500', '195626.902500', '195627.362500', '195627.822500', '195628.282500', '195628.742500', '195629.202500', '195629.662500', '195630.122500', '195630.582500', '195631.042500', '195631.502500', '195631.962500', '195632.422500', '195632.882500', '195633.342500', '195633.802500', '195634.262500', '195634.722500', '195635.182500', '195635.642500', '195636.102500', '195636.562500', '195637.022500', '195637.482500', '195637.942500', '195638.402500', '195638.862500', '195639.322500', '195639.782500', '195640.242500', '195640.702500', '195641.162500', '195641.622500', '195642.082500', '195642.542500', '195643.002500', '195643.462500', '195643.922500', '195644.382500', '195644.842500', '195645.302500', '195645.762500', '195646.222500', '195646.682500', '195647.142500', '195647.602500', '195648.062500', '195648.522500', '195648.982500', '195649.442500', '195649.902500', '195650.362500', '195650.822500', '195651.282500', '195651.742500', '195652.202500', '195652.662500', '195653.122500', '195653.582500', '195654.042500', '195654.502500', '195654.962500', '195655.422500', '195655.882500', '195656.342500', '195656.802500', '195657.262500', '195657.722500', '195658.182500', '195658.642500', '195659.102500', '195659.562500', '195700.022500', '195700.482500', '195700.942500', '195701.402500', '195701.862500', '195702.322500', '195702.782500', '195703.242500', '195703.702500', '195704.162500', '195704.622500', '195705.082500', '195705.542500', '195706.002500', '195706.462500', '195706.922500', '195707.382500', '195707.842500', '195708.302500', '195708.762500', '195709.222500', '195709.682500', '195710.142500', '195710.602500', '195711.062500', '195711.522500', '195711.982500', '195712.442500', '195712.902500', '195713.362500', '195713.822500', '195714.282500', '195714.742500', '195715.202500', '195715.662500', '195716.122500', '195716.582500', '195717.042500', '195717.502500', '195717.962500', '195718.422500', '195718.882500', '195719.342500', '195719.802500', '195720.262500', '195720.722500', '195721.182500', '195721.642500', '195722.102500', '195722.562500', '195723.022500', '195723.482500', '195723.942500', '195724.402500', '195724.862500', '195725.322500', '195725.782500', '195726.242500', '195726.702500', '195727.162500', '195727.622500', '195728.082500', '195728.542500', '195729.002500', '195729.462500', '195729.922500', '195730.382500', '195730.842500', '195731.302500', '195731.762500', '195732.222500', '195732.682500', '195733.142500', '195733.602500', '195734.062500', '195734.522500', '195734.982500', '195735.442500', '195735.902500', '195736.362500', '195736.822500', '195737.282500', '195737.742500', '195738.202500', '195738.662500', '195739.122500', '195739.582500', '195740.042500', '195740.502500', '195740.962500', '195741.422500', '195741.882500', '195742.342500', '195742.802500', '195743.262500', '195743.722500', '195744.182500', '195744.642500', '195745.102500', '195745.562500', '195746.022500', '195746.482500', '195746.942500', '195747.402500', '195747.862500', '195748.322500', '195748.782500', '195749.242500', '195749.702500', '195750.162500', '195750.622500', '195751.082500', '195751.542500', '195752.002500', '195752.462500', '195752.922500', '195753.382500', '195753.842500', '195754.302500', '195754.762500', '195755.222500', '195755.682500', '195756.142500', '195756.602500', '195757.062500', '195757.522500', '195757.982500', '195758.442500', '195758.902500', '195759.362500', '195759.822500', '195800.282500', '195800.742500', '195801.202500', '195801.662500', '195802.122500', '195802.582500', '195803.042500', '195803.502500', '195803.962500', '195804.422500', '195804.882500', '195805.342500', '195805.802500', '195806.262500', '195806.722500', '195807.182500', '195807.642500', '195808.102500', '195808.562500', '195809.022500', '195809.482500', '195809.942500', '195810.402500', '195810.862500', '195811.322500', '195811.782500', '195812.242500', '195812.702500', '195813.162500', '195813.622500', '195814.082500', '195814.542500', '195815.002500', '195815.462500', '195815.922500', '195816.382500', '195816.842500', '195817.302500', '195817.762500', '195818.222500', '195818.682500', '195819.142500', '195819.602500', '195820.062500', '195820.522500', '195820.982500', '195821.442500', '195821.902500', '195822.362500', '195822.822500', '195823.282500', '195823.742500', '195824.202500', '195824.662500', '195825.122500', '195825.582500', '195826.042500', '195826.502500', '195826.962500', '195827.422500', '195827.882500', '195828.342500', '195828.802500', '195829.262500', '195829.722500', '195830.182500', '195830.642500', '195831.102500', '195831.562500', '195832.022500', '195832.482500', '195832.942500', '195833.402500', '195833.862500', '195834.322500', '195834.782500', '195835.242500', '195835.702500', '195836.162500', '195836.622500', '195837.082500', '195837.542500', '195838.002500', '195838.462500', '195838.922500', '195839.382500', '195839.842500', '195840.302500', '195840.762500', '195841.222500', '195841.682500', '195842.142500', '195842.602500', '195843.062500', '195843.522500', '195843.982500', '195844.442500', '195844.902500', '195845.362500', '195845.822500', '195846.282500', '195846.742500', '195847.202500', '195847.662500', '195848.122500', '195848.582500', '195849.042500', '195849.502500', '195849.962500', '195850.422500', '195850.882500', '195851.342500', '195851.802500', '195852.262500', '195852.722500', '195853.182500', '195853.642500', '195854.102500', '195854.562500', '195855.022500', '195855.482500', '195855.942500', '195856.402500', '195856.862500', '195857.322500', '195857.782500', '195858.242500', '195858.702500', '195859.162500', '195859.622500', '195900.082500', '195900.542500', '195901.002500', '195901.462500', '195901.922500', '195902.382500', '195902.842500', '195903.302500', '195903.762500', '195904.222500', '195904.682500', '195905.142500', '195905.602500', '195906.062500', '195906.522500', '195906.982500', '195907.442500', '195907.902500', '195908.362500', '195908.822500', '195909.282500', '195909.742500', '195910.202500', '195910.662500', '195911.122500', '195911.582500', '195912.042500', '195912.502500', '195912.962500', '195913.422500', '195913.882500', '195914.342500', '195914.802500', '195915.262500', '195915.722500', '195916.182500', '195916.642500', '195917.102500', '195917.562500', '195918.022500', '195918.482500', '195918.942500', '195919.402500', '195919.862500', '195920.322500', '195920.782500', '195921.242500', '195921.702500', '195922.162500', '195922.622500', '195923.082500', '195923.542500', '195924.002500', '195924.462500', '195924.922500', '195925.382500', '195925.842500', '195926.302500', '195926.762500', '195927.222500', '195927.682500', '195928.142500', '195928.602500', '195929.062500', '195929.522500', '195929.982500', '195930.442500', '195930.902500', '195931.362500', '195931.822500', '195932.282500', '195932.742500', '195933.202500', '195933.662500', '195934.122500', '195934.582500', '195935.042500', '195935.502500', '195935.962500', '195936.422500', '195936.882500', '195937.342500', '195937.802500', '195938.262500', '195938.722500', '195939.182500', '195939.642500', '195940.102500', '195940.562500', '195941.022500', '195941.482500', '195941.942500', '195942.402500', '195942.862500', '195943.322500', '195943.782500', '195944.242500', '195944.702500', '195945.162500', '195945.622500', '195946.082500', '195946.542500', '195947.002500', '195947.462500', '195947.922500', '195948.382500', '195948.842500', '195949.302500', '195949.762500', '195950.222500', '195950.682500', '195951.142500', '195951.602500', '195952.062500', '195952.522500', '195952.982500', '195953.442500', '195953.902500', '195954.362500', '195954.822500', '195955.282500', '195955.742500', '195956.202500', '195956.662500', '195957.122500', '195957.582500', '195958.042500', '195958.502500', '195958.962500', '195959.422500', '195959.882500', '200000.342500', '200000.802500', '200001.262500', '200001.722500', '200002.182500', '200002.642500', '200003.102500', '200003.562500', '200004.022500', '200004.482500', '200004.942500', '200005.402500', '200005.862500', '200006.322500', '200006.782500', '200007.242500', '200007.702500', '200008.162500', '200008.622500', '200009.082500', '200009.542500', '200010.002500', '200010.462500', '200010.922500', '200011.382500', '200011.842500', '200012.302500', '200012.762500', '200013.222500', '200013.682500', '200014.142500', '200014.602500', '200015.062500', '200015.522500', '200015.982500', '200016.442500', '200016.902500', '200017.362500', '200017.822500', '200018.282500', '200018.742500', '200019.202500', '200019.662500', '200020.122500', '200020.582500', '200021.042500', '200021.502500', '200021.962500', '200022.422500', '200022.882500', '200023.342500', '200023.802500', '200024.262500', '200024.722500', '200025.182500', '200025.642500', '200026.102500', '200026.562500', '200027.022500', '200027.482500', '200027.942500', '200028.402500', '200028.862500', '200029.322500', '200029.782500', '200030.242500', '200030.702500', '200031.162500', '200031.622500', '200032.082500', '200032.542500', '200033.002500', '200033.462500', '200033.922500', '200034.382500', '200034.842500', '200035.302500', '200035.762500', '200036.222500', '200036.682500', '200037.142500', '200037.602500', '200038.062500', '200038.522500', '200038.982500', '200039.442500', '200039.902500', '200040.362500', '200040.822500', '200041.282500', '200041.742500', '200042.202500', '200042.662500', '200043.122500', '200043.582500', '200044.042500', '200044.502500', '200044.962500', '200045.422500', '200045.882500', '200046.342500', '200046.802500', '200047.262500', '200047.722500', '200048.182500', '200048.642500', '200049.102500', '200049.562500', '200050.022500', '200050.482500', '200050.942500', '200051.402500', '200051.862500', '200052.322500', '200052.782500', '200053.242500', '200053.702500', '200054.162500', '200054.622500', '200055.082500', '200055.542500', '200056.002500', '200056.462500', '200056.922500', '200057.382500', '200057.842500', '200058.302500', '200058.762500', '200059.222500', '200059.682500', '200100.142500', '200100.602500', '200101.062500', '200101.522500', '200101.982500', '200102.442500', '200102.902500', '200103.362500', '200103.822500', '200104.282500', '200104.742500', '200105.202500', '200105.662500', '200106.122500', '200106.582500', '200107.042500', '200107.502500', '200107.962500', '200108.422500', '200108.882500', '200109.342500', '200109.802500', '200110.262500', '200110.722500', '200111.182500', '200111.642500', '200112.102500', '200112.562500', '200113.022500', '200113.482500', '200113.942500', '200114.402500', '200114.862500', '200115.322500', '200115.782500', '200116.242500', '200116.702500', '200117.162500', '200117.622500', '200118.082500', '200118.542500', '200119.002500', '200119.462500', '200119.922500', '200120.382500', '200120.842500', '200121.302500', '200121.762500', '200122.222500', '200122.682500', '200123.142500', '200123.602500', '200124.062500', '200124.522500', '200124.982500', '200125.442500', '200125.902500', '200126.362500', '200126.822500', '200127.282500', '200127.742500', '200128.202500', '200128.662500', '200129.122500', '200129.582500', '200130.042500', '200130.502500', '200130.962500', '200131.422500', '200131.882500', '200132.342500', '200132.802500', '200133.262500', '200133.722500', '200134.182500', '200134.642500', '200135.102500', '200135.562500', '200136.022500', '200136.482500', '200136.942500', '200137.402500', '200137.862500', '200138.322500', '200138.782500', '200139.242500', '200139.702500', '200140.162500', '200140.622500', '200141.082500', '200141.542500', '200142.002500', '200142.462500', '200142.922500', '200143.382500', '200143.842500', '200144.302500', '200144.762500', '200145.222500', '200145.682500', '200146.142500', '200146.602500', '200147.062500', '200147.522500', '200147.982500', '200148.442500', '200148.902500', '200149.362500', '200149.822500', '200150.282500', '200150.742500', '200151.202500', '200151.662500', '200152.122500', '200152.582500'], 'ContentTime': ['195539.717000', '195539.720000', '195539.723000', '195539.725000', '195539.728000', '195539.730000', '195539.733000', '195539.735000', '195539.738000', '195539.740000', '195539.743000', '195539.746000', '195539.748000', '195539.751000', '195539.753000', '195539.756000', '195539.758000', '195539.761000', '195539.764000', '195539.766000', '195539.769000', '195539.771000', '195539.774000', '195539.776000', '195539.779000', '195539.782000', '195539.784000', '195539.787000', '195539.789000', '195539.792000', '195539.794000', '195539.797000', '195539.799000', '195539.802000', '195539.811000', '195539.814000', '195539.817000', '195539.819000', '195539.822000', '195539.825000', '195539.827000', '195539.830000', '195539.832000', '195539.835000', '195539.838000', '195539.840000', '195539.843000', '195539.845000', '195539.848000', '195539.850000', '195539.853000', '195539.855000', '195539.858000', '195539.860000', '195539.863000', '195539.865000', '195539.868000', '195559.679000', '195559.681000', '195559.684000', '195559.687000', '195559.689000', '195559.692000', '195559.694000', '195559.697000', '195559.700000', '195559.702000', '195559.705000', '195559.707000', '195559.710000', '195559.712000', '195559.715000', '195559.718000', '195559.720000', '195559.723000', '195559.725000', '195559.728000', '195559.730000', '195559.733000', '195559.735000', '195559.738000', '195559.741000', '195559.743000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.757000', '195559.759000', '195559.762000', '195559.765000', '195559.767000', '195559.770000', '195559.772000', '195559.775000', '195559.777000', '195559.780000', '195559.782000', '195559.785000', '195559.787000', '195619.678000', '195619.680000', '195619.683000', '195619.685000', '195619.688000', '195619.691000', '195619.693000', '195619.696000', '195619.698000', '195619.701000', '195619.703000', '195619.706000', '195619.708000', '195619.711000', '195619.713000', '195619.716000', '195619.718000', '195619.721000', '195619.724000', '195619.726000', '195619.729000', '195619.731000', '195619.734000', '195619.736000', '195619.739000', '195619.741000', '195619.744000', '195619.746000', '195619.749000', '195619.751000', '195619.754000', '195619.756000', '195619.759000', '195619.761000', '195619.764000', '195619.766000', '195619.769000', '195619.771000', '195619.774000', '195619.777000', '195619.805000', '195619.808000', '195619.810000', '195619.813000', '195639.678000', '195639.680000', '195639.683000', '195639.692000', '195639.695000', '195639.697000', '195639.700000', '195639.702000', '195639.705000', '195639.707000', '195639.710000', '195639.713000', '195639.715000', '195639.718000', '195639.720000', '195639.723000', '195639.725000', '195639.728000', '195639.731000', '195639.733000', '195639.736000', '195639.738000', '195639.741000', '195639.744000', '195639.747000', '195639.750000', '195639.752000', '195639.755000', '195639.758000', '195639.760000', '195639.763000', '195639.765000', '195639.768000', '195639.770000', '195639.773000', '195639.775000', '195639.778000', '195639.780000', '195639.783000', '195639.786000', '195639.789000', '195639.792000', '195639.794000', '195659.678000', '195659.681000', '195659.684000', '195659.686000', '195659.689000', '195659.691000', '195659.694000', '195659.696000', '195659.699000', '195659.702000', '195659.704000', '195659.707000', '195659.709000', '195659.712000', '195659.714000', '195659.717000', '195659.719000', '195659.722000', '195659.725000', '195659.727000', '195659.730000', '195659.732000', '195659.735000', '195659.737000', '195659.751000', '195659.754000', '195659.756000', '195659.759000', '195659.762000', '195659.764000', '195659.767000', '195659.769000', '195659.772000', '195659.774000', '195659.777000', '195659.780000', '195659.782000', '195659.785000', '195659.787000', '195659.790000', '195659.792000', '195659.795000', '195659.798000', '195659.800000', '195719.677000', '195719.680000', '195719.683000', '195719.685000', '195719.688000', '195719.691000', '195719.693000', '195719.696000', '195719.698000', '195719.701000', '195719.704000', '195719.706000', '195719.709000', '195719.711000', '195719.714000', '195719.716000', '195719.719000', '195719.721000', '195719.724000', '195719.727000', '195719.729000', '195719.732000', '195719.734000', '195719.737000', '195719.739000', '195719.742000', '195719.744000', '195719.747000', '195719.750000', '195719.752000', '195719.755000', '195719.757000', '195719.760000', '195719.762000', '195719.765000', '195719.767000', '195719.770000', '195719.772000', '195719.775000', '195719.777000', '195719.780000', '195719.782000', '195719.785000', '195739.678000', '195739.681000', '195739.684000', '195739.686000', '195739.689000', '195739.691000', '195739.694000', '195739.697000', '195739.699000', '195739.702000', '195739.704000', '195739.707000', '195739.709000', '195739.712000', '195739.714000', '195739.717000', '195739.719000', '195739.722000', '195739.725000', '195739.727000', '195739.730000', '195739.732000', '195739.735000', '195739.737000', '195739.740000', '195739.742000', '195739.745000', '195739.748000', '195739.750000', '195739.753000', '195739.755000', '195739.758000', '195739.761000', '195739.763000', '195739.766000', '195739.768000', '195739.771000', '195739.773000', '195739.776000', '195739.778000', '195739.781000', '195739.783000', '195739.786000', '195739.789000', '195759.678000', '195759.681000', '195759.684000', '195759.686000', '195759.689000', '195759.692000', '195759.694000', '195759.697000', '195759.699000', '195759.702000', '195759.704000', '195759.707000', '195759.709000', '195759.712000', '195759.715000', '195759.717000', '195759.720000', '195759.722000', '195759.725000', '195759.727000', '195759.730000', '195759.732000', '195759.735000', '195759.738000', '195759.740000', '195759.743000', '195759.745000', '195759.748000', '195759.750000', '195759.753000', '195759.755000', '195759.758000', '195759.760000', '195759.763000', '195759.765000', '195759.768000', '195759.778000', '195759.781000', '195759.783000', '195759.786000', '195759.788000', '195759.791000', '195759.794000', '195819.679000', '195819.681000', '195819.684000', '195819.686000', '195819.689000', '195819.692000', '195819.694000', '195819.697000', '195819.699000', '195819.702000', '195819.705000', '195819.707000', '195819.710000', '195819.713000', '195819.715000', '195819.718000', '195819.720000', '195819.723000', '195819.725000', '195819.728000', '195819.730000', '195819.733000', '195819.736000', '195819.738000', '195819.741000', '195819.743000', '195819.746000', '195819.749000', '195819.751000', '195819.754000', '195819.756000', '195819.759000', '195819.762000', '195819.764000', '195819.767000', '195819.769000', '195819.772000', '195819.775000', '195819.777000', '195819.780000', '195819.782000', '195819.785000', '195819.787000', '195819.790000', '195839.678000', '195839.680000', '195839.683000', '195839.685000', '195839.688000', '195839.691000', '195839.693000', '195839.696000', '195839.698000', '195839.701000', '195839.704000', '195839.706000', '195839.709000', '195839.711000', '195839.714000', '195839.716000', '195839.719000', '195839.722000', '195839.724000', '195839.727000', '195839.729000', '195839.732000', '195839.734000', '195839.737000', '195839.740000', '195839.742000', '195839.745000', '195839.747000', '195839.750000', '195839.752000', '195839.755000', '195839.757000', '195839.760000', '195839.763000', '195839.765000', '195839.768000', '195839.770000', '195839.773000', '195839.775000', '195839.778000', '195839.781000', '195839.783000', '195839.786000', '195859.677000', '195859.680000', '195859.683000', '195859.686000', '195859.689000', '195859.691000', '195859.694000', '195859.696000', '195859.699000', '195859.701000', '195859.704000', '195859.706000', '195859.709000', '195859.712000', '195859.714000', '195859.717000', '195859.719000', '195859.722000', '195859.724000', '195859.727000', '195859.729000', '195859.732000', '195859.735000', '195859.737000', '195859.740000', '195859.742000', '195859.745000', '195859.747000', '195859.750000', '195859.753000', '195859.755000', '195859.758000', '195859.760000', '195859.763000', '195859.765000', '195859.768000', '195859.770000', '195859.773000', '195859.776000', '195859.778000', '195859.781000', '195859.783000', '195859.786000', '195859.788000', '195919.677000', '195919.680000', '195919.683000', '195919.685000', '195919.688000', '195919.703000', '195919.705000', '195919.708000', '195919.710000', '195919.713000', '195919.716000', '195919.718000', '195919.721000', '195919.723000', '195919.726000', '195919.728000', '195919.731000', '195919.733000', '195919.736000', '195919.739000', '195919.741000', '195919.744000', '195919.746000', '195919.749000', '195919.751000', '195919.754000', '195919.756000', '195919.759000', '195919.761000', '195919.764000', '195919.766000', '195919.769000', '195919.772000', '195919.774000', '195919.777000', '195919.779000', '195919.782000', '195919.784000', '195919.787000', '195919.789000', '195919.792000', '195919.795000', '195919.797000', '195939.677000', '195939.680000', '195939.683000', '195939.686000', '195939.688000', '195939.691000', '195939.693000', '195939.696000', '195939.699000', '195939.701000', '195939.704000', '195939.706000', '195939.709000', '195939.711000', '195939.714000', '195939.716000', '195939.719000', '195939.733000', '195939.735000', '195939.738000', '195939.740000', '195939.743000', '195939.745000', '195939.748000', '195939.750000', '195939.753000', '195939.755000', '195939.758000', '195939.760000', '195939.763000', '195939.766000', '195939.768000', '195939.771000', '195939.773000', '195939.776000', '195939.779000', '195939.781000', '195939.784000', '195939.786000', '195939.789000', '195939.791000', '195939.794000', '195939.797000', '195939.799000', '195959.678000', '195959.681000', '195959.684000', '195959.686000', '195959.689000', '195959.692000', '195959.694000', '195959.697000', '195959.699000', '195959.702000', '195959.704000', '195959.707000', '195959.710000', '195959.712000', '195959.715000', '195959.717000', '195959.720000', '195959.722000', '195959.725000', '195959.727000', '195959.730000', '195959.732000', '195959.735000', '195959.738000', '195959.740000', '195959.743000', '195959.745000', '195959.748000', '195959.750000', '195959.753000', '195959.756000', '195959.758000', '195959.761000', '195959.763000', '195959.766000', '195959.768000', '195959.771000', '195959.774000', '195959.776000', '195959.779000', '195959.781000', '195959.784000', '195959.786000', '200019.679000', '200019.681000', '200019.684000', '200019.687000', '200019.689000', '200019.692000', '200019.694000', '200019.697000', '200019.700000', '200019.702000', '200019.705000', '200019.707000', '200019.710000', '200019.712000', '200019.715000', '200019.717000', '200019.720000', '200019.723000', '200019.726000', '200019.728000', '200019.731000', '200019.733000', '200019.736000', '200019.739000', '200019.741000', '200019.744000', '200019.746000', '200019.749000', '200019.752000', '200019.754000', '200019.757000', '200019.759000', '200019.762000', '200019.765000', '200019.767000', '200019.770000', '200019.772000', '200019.775000', '200019.777000', '200019.780000', '200019.783000', '200019.785000', '200019.788000', '200019.790000', '200039.679000', '200039.681000', '200039.684000', '200039.686000', '200039.689000', '200039.692000', '200039.694000', '200039.697000', '200039.699000', '200039.702000', '200039.704000', '200039.707000', '200039.710000', '200039.712000', '200039.715000', '200039.717000', '200039.720000', '200039.723000', '200039.725000', '200039.728000', '200039.731000', '200039.733000', '200039.736000', '200039.738000', '200039.741000', '200039.744000', '200039.746000', '200039.749000', '200039.751000', '200039.754000', '200039.757000', '200039.759000', '200039.762000', '200039.764000', '200039.767000', '200039.770000', '200039.772000', '200039.775000', '200039.777000', '200039.780000', '200039.782000', '200039.785000', '200039.787000', '200059.678000', '200059.680000', '200059.683000', '200059.685000', '200059.688000', '200059.691000', '200059.693000', '200059.696000', '200059.698000', '200059.701000', '200059.703000', '200059.706000', '200059.709000', '200059.711000', '200059.714000', '200059.716000', '200059.719000', '200059.722000', '200059.724000', '200059.727000', '200059.729000', '200059.732000', '200059.734000', '200059.737000', '200059.739000', '200059.742000', '200059.745000', '200059.747000', '200059.765000', '200059.768000', '200059.770000', '200059.773000', '200059.775000', '200059.778000', '200059.780000', '200059.783000', '200059.786000', '200059.788000', '200059.791000', '200059.793000', '200059.796000', '200059.799000', '200059.803000', '200059.805000', '200119.678000', '200119.681000', '200119.683000', '200119.686000', '200119.688000', '200119.691000', '200119.694000', '200119.696000', '200119.699000', '200119.702000', '200119.704000', '200119.707000', '200119.709000', '200119.712000', '200119.715000', '200119.717000', '200119.720000', '200119.722000', '200119.725000', '200119.728000', '200119.730000', '200119.733000', '200119.735000', '200119.738000', '200119.741000', '200119.743000', '200119.746000', '200119.748000', '200119.751000', '200119.754000', '200119.756000', '200119.759000', '200119.761000', '200119.764000', '200119.767000', '200119.769000', '200119.772000', '200119.774000', '200119.777000', '200119.779000', '200119.782000', '200119.785000', '200119.787000', '200139.678000', '200139.681000', '200139.683000', '200139.686000', '200139.689000', '200139.691000', '200139.694000', '200139.696000', '200139.699000', '200139.702000', '200139.704000', '200139.707000', '200139.710000', '200139.712000', '200139.715000', '200139.718000', '200139.720000', '200139.723000', '200139.725000', '200139.728000', '200139.730000', '200139.733000', '200139.736000', '200139.738000', '200139.741000', '200139.743000', '200139.746000', '200139.748000', '200139.751000', '200139.753000', '200139.756000', '200139.758000', '200139.761000', '200139.764000', '200139.766000', '200139.769000', '200139.771000', '200139.774000', '200139.776000', '200139.779000', '200139.781000', '200139.784000', '200139.787000', '200154.400000', '200154.403000', '200154.406000', '200154.409000', '200154.411000', '200154.414000', '200154.417000', '200154.419000', '200154.422000', '200154.425000', '200154.428000', '200154.454000', '200154.463000', '200154.466000', '200154.469000', '200154.472000', '200154.475000', '200154.477000', '200154.480000', '200154.483000', '200154.485000', '200154.488000', '200154.491000', '200154.493000', '200154.497000', '200154.500000', '200154.504000', '200154.506000', '200154.509000', '200154.512000', '200154.515000', '200154.517000', '200154.520000'], 'InstanceCreationTime': ['195539.717000', '195539.720000', '195539.723000', '195539.725000', '195539.728000', '195539.730000', '195539.733000', '195539.735000', '195539.738000', '195539.740000', '195539.743000', '195539.746000', '195539.748000', '195539.751000', '195539.753000', '195539.756000', '195539.758000', '195539.761000', '195539.764000', '195539.766000', '195539.769000', '195539.771000', '195539.774000', '195539.776000', '195539.779000', '195539.782000', '195539.784000', '195539.787000', '195539.789000', '195539.792000', '195539.794000', '195539.797000', '195539.799000', '195539.802000', '195539.811000', '195539.814000', '195539.817000', '195539.819000', '195539.822000', '195539.825000', '195539.827000', '195539.830000', '195539.832000', '195539.835000', '195539.838000', '195539.840000', '195539.843000', '195539.845000', '195539.848000', '195539.850000', '195539.853000', '195539.855000', '195539.858000', '195539.860000', '195539.863000', '195539.865000', '195539.868000', '195559.679000', '195559.681000', '195559.684000', '195559.687000', '195559.689000', '195559.692000', '195559.694000', '195559.697000', '195559.700000', '195559.702000', '195559.705000', '195559.707000', '195559.710000', '195559.712000', '195559.715000', '195559.718000', '195559.720000', '195559.723000', '195559.725000', '195559.728000', '195559.730000', '195559.733000', '195559.735000', '195559.738000', '195559.741000', '195559.743000', '195559.746000', '195559.749000', '195559.751000', '195559.754000', '195559.757000', '195559.759000', '195559.762000', '195559.765000', '195559.767000', '195559.770000', '195559.772000', '195559.775000', '195559.777000', '195559.780000', '195559.782000', '195559.785000', '195559.787000', '195619.678000', '195619.680000', '195619.683000', '195619.685000', '195619.688000', '195619.691000', '195619.693000', '195619.696000', '195619.698000', '195619.701000', '195619.703000', '195619.706000', '195619.708000', '195619.711000', '195619.713000', '195619.716000', '195619.718000', '195619.721000', '195619.724000', '195619.726000', '195619.729000', '195619.731000', '195619.734000', '195619.736000', '195619.739000', '195619.741000', '195619.744000', '195619.746000', '195619.749000', '195619.751000', '195619.754000', '195619.756000', '195619.759000', '195619.761000', '195619.764000', '195619.766000', '195619.769000', '195619.771000', '195619.774000', '195619.777000', '195619.805000', '195619.808000', '195619.810000', '195619.813000', '195639.678000', '195639.680000', '195639.683000', '195639.692000', '195639.695000', '195639.697000', '195639.700000', '195639.702000', '195639.705000', '195639.707000', '195639.710000', '195639.713000', '195639.715000', '195639.718000', '195639.720000', '195639.723000', '195639.725000', '195639.728000', '195639.731000', '195639.733000', '195639.736000', '195639.738000', '195639.741000', '195639.744000', '195639.747000', '195639.750000', '195639.752000', '195639.755000', '195639.758000', '195639.760000', '195639.763000', '195639.765000', '195639.768000', '195639.770000', '195639.773000', '195639.775000', '195639.778000', '195639.780000', '195639.783000', '195639.786000', '195639.789000', '195639.792000', '195639.794000', '195659.678000', '195659.681000', '195659.684000', '195659.686000', '195659.689000', '195659.691000', '195659.694000', '195659.696000', '195659.699000', '195659.702000', '195659.704000', '195659.707000', '195659.709000', '195659.712000', '195659.714000', '195659.717000', '195659.719000', '195659.722000', '195659.725000', '195659.727000', '195659.730000', '195659.732000', '195659.735000', '195659.737000', '195659.751000', '195659.754000', '195659.756000', '195659.759000', '195659.762000', '195659.764000', '195659.767000', '195659.769000', '195659.772000', '195659.774000', '195659.777000', '195659.780000', '195659.782000', '195659.785000', '195659.787000', '195659.790000', '195659.792000', '195659.795000', '195659.798000', '195659.800000', '195719.677000', '195719.680000', '195719.683000', '195719.685000', '195719.688000', '195719.691000', '195719.693000', '195719.696000', '195719.698000', '195719.701000', '195719.704000', '195719.706000', '195719.709000', '195719.711000', '195719.714000', '195719.716000', '195719.719000', '195719.721000', '195719.724000', '195719.727000', '195719.729000', '195719.732000', '195719.734000', '195719.737000', '195719.739000', '195719.742000', '195719.744000', '195719.747000', '195719.750000', '195719.752000', '195719.755000', '195719.757000', '195719.760000', '195719.762000', '195719.765000', '195719.767000', '195719.770000', '195719.772000', '195719.775000', '195719.777000', '195719.780000', '195719.782000', '195719.785000', '195739.678000', '195739.681000', '195739.684000', '195739.686000', '195739.689000', '195739.691000', '195739.694000', '195739.697000', '195739.699000', '195739.702000', '195739.704000', '195739.707000', '195739.709000', '195739.712000', '195739.714000', '195739.717000', '195739.719000', '195739.722000', '195739.725000', '195739.727000', '195739.730000', '195739.732000', '195739.735000', '195739.737000', '195739.740000', '195739.742000', '195739.745000', '195739.748000', '195739.750000', '195739.753000', '195739.755000', '195739.758000', '195739.761000', '195739.763000', '195739.766000', '195739.768000', '195739.771000', '195739.773000', '195739.776000', '195739.778000', '195739.781000', '195739.783000', '195739.786000', '195739.789000', '195759.678000', '195759.681000', '195759.684000', '195759.686000', '195759.689000', '195759.692000', '195759.694000', '195759.697000', '195759.699000', '195759.702000', '195759.704000', '195759.707000', '195759.709000', '195759.712000', '195759.715000', '195759.717000', '195759.720000', '195759.722000', '195759.725000', '195759.727000', '195759.730000', '195759.732000', '195759.735000', '195759.738000', '195759.740000', '195759.743000', '195759.745000', '195759.748000', '195759.750000', '195759.753000', '195759.755000', '195759.758000', '195759.760000', '195759.763000', '195759.765000', '195759.768000', '195759.778000', '195759.781000', '195759.783000', '195759.786000', '195759.788000', '195759.791000', '195759.794000', '195819.679000', '195819.681000', '195819.684000', '195819.686000', '195819.689000', '195819.692000', '195819.694000', '195819.697000', '195819.699000', '195819.702000', '195819.705000', '195819.707000', '195819.710000', '195819.713000', '195819.715000', '195819.718000', '195819.720000', '195819.723000', '195819.725000', '195819.728000', '195819.730000', '195819.733000', '195819.736000', '195819.738000', '195819.741000', '195819.743000', '195819.746000', '195819.749000', '195819.751000', '195819.754000', '195819.756000', '195819.759000', '195819.762000', '195819.764000', '195819.767000', '195819.769000', '195819.772000', '195819.775000', '195819.777000', '195819.780000', '195819.782000', '195819.785000', '195819.787000', '195819.790000', '195839.678000', '195839.680000', '195839.683000', '195839.685000', '195839.688000', '195839.691000', '195839.693000', '195839.696000', '195839.698000', '195839.701000', '195839.704000', '195839.706000', '195839.709000', '195839.711000', '195839.714000', '195839.716000', '195839.719000', '195839.722000', '195839.724000', '195839.727000', '195839.729000', '195839.732000', '195839.734000', '195839.737000', '195839.740000', '195839.742000', '195839.745000', '195839.747000', '195839.750000', '195839.752000', '195839.755000', '195839.757000', '195839.760000', '195839.763000', '195839.765000', '195839.768000', '195839.770000', '195839.773000', '195839.775000', '195839.778000', '195839.781000', '195839.783000', '195839.786000', '195859.677000', '195859.680000', '195859.683000', '195859.686000', '195859.689000', '195859.691000', '195859.694000', '195859.696000', '195859.699000', '195859.701000', '195859.704000', '195859.706000', '195859.709000', '195859.712000', '195859.714000', '195859.717000', '195859.719000', '195859.722000', '195859.724000', '195859.727000', '195859.729000', '195859.732000', '195859.735000', '195859.737000', '195859.740000', '195859.742000', '195859.745000', '195859.747000', '195859.750000', '195859.753000', '195859.755000', '195859.758000', '195859.760000', '195859.763000', '195859.765000', '195859.768000', '195859.770000', '195859.773000', '195859.776000', '195859.778000', '195859.781000', '195859.783000', '195859.786000', '195859.788000', '195919.677000', '195919.680000', '195919.683000', '195919.685000', '195919.688000', '195919.703000', '195919.705000', '195919.708000', '195919.710000', '195919.713000', '195919.716000', '195919.718000', '195919.721000', '195919.723000', '195919.726000', '195919.728000', '195919.731000', '195919.733000', '195919.736000', '195919.739000', '195919.741000', '195919.744000', '195919.746000', '195919.749000', '195919.751000', '195919.754000', '195919.756000', '195919.759000', '195919.761000', '195919.764000', '195919.766000', '195919.769000', '195919.772000', '195919.774000', '195919.777000', '195919.779000', '195919.782000', '195919.784000', '195919.787000', '195919.789000', '195919.792000', '195919.795000', '195919.797000', '195939.677000', '195939.680000', '195939.683000', '195939.686000', '195939.688000', '195939.691000', '195939.693000', '195939.696000', '195939.699000', '195939.701000', '195939.704000', '195939.706000', '195939.709000', '195939.711000', '195939.714000', '195939.716000', '195939.719000', '195939.733000', '195939.735000', '195939.738000', '195939.740000', '195939.743000', '195939.745000', '195939.748000', '195939.750000', '195939.753000', '195939.755000', '195939.758000', '195939.760000', '195939.763000', '195939.766000', '195939.768000', '195939.771000', '195939.773000', '195939.776000', '195939.779000', '195939.781000', '195939.784000', '195939.786000', '195939.789000', '195939.791000', '195939.794000', '195939.797000', '195939.799000', '195959.678000', '195959.681000', '195959.684000', '195959.686000', '195959.689000', '195959.692000', '195959.694000', '195959.697000', '195959.699000', '195959.702000', '195959.704000', '195959.707000', '195959.710000', '195959.712000', '195959.715000', '195959.717000', '195959.720000', '195959.722000', '195959.725000', '195959.727000', '195959.730000', '195959.732000', '195959.735000', '195959.738000', '195959.740000', '195959.743000', '195959.745000', '195959.748000', '195959.750000', '195959.753000', '195959.756000', '195959.758000', '195959.761000', '195959.763000', '195959.766000', '195959.768000', '195959.771000', '195959.774000', '195959.776000', '195959.779000', '195959.781000', '195959.784000', '195959.786000', '200019.679000', '200019.681000', '200019.684000', '200019.687000', '200019.689000', '200019.692000', '200019.694000', '200019.697000', '200019.700000', '200019.702000', '200019.705000', '200019.707000', '200019.710000', '200019.712000', '200019.715000', '200019.717000', '200019.720000', '200019.723000', '200019.726000', '200019.728000', '200019.731000', '200019.733000', '200019.736000', '200019.739000', '200019.741000', '200019.744000', '200019.746000', '200019.749000', '200019.752000', '200019.754000', '200019.757000', '200019.759000', '200019.762000', '200019.765000', '200019.767000', '200019.770000', '200019.772000', '200019.775000', '200019.777000', '200019.780000', '200019.783000', '200019.785000', '200019.788000', '200019.790000', '200039.679000', '200039.681000', '200039.684000', '200039.686000', '200039.689000', '200039.692000', '200039.694000', '200039.697000', '200039.699000', '200039.702000', '200039.704000', '200039.707000', '200039.710000', '200039.712000', '200039.715000', '200039.717000', '200039.720000', '200039.723000', '200039.725000', '200039.728000', '200039.731000', '200039.733000', '200039.736000', '200039.738000', '200039.741000', '200039.744000', '200039.746000', '200039.749000', '200039.751000', '200039.754000', '200039.757000', '200039.759000', '200039.762000', '200039.764000', '200039.767000', '200039.770000', '200039.772000', '200039.775000', '200039.777000', '200039.780000', '200039.782000', '200039.785000', '200039.787000', '200059.678000', '200059.680000', '200059.683000', '200059.685000', '200059.688000', '200059.691000', '200059.693000', '200059.696000', '200059.698000', '200059.701000', '200059.703000', '200059.706000', '200059.709000', '200059.711000', '200059.714000', '200059.716000', '200059.719000', '200059.722000', '200059.724000', '200059.727000', '200059.729000', '200059.732000', '200059.734000', '200059.737000', '200059.739000', '200059.742000', '200059.745000', '200059.747000', '200059.765000', '200059.768000', '200059.770000', '200059.773000', '200059.775000', '200059.778000', '200059.780000', '200059.783000', '200059.786000', '200059.788000', '200059.791000', '200059.793000', '200059.796000', '200059.799000', '200059.803000', '200059.805000', '200119.678000', '200119.681000', '200119.683000', '200119.686000', '200119.688000', '200119.691000', '200119.694000', '200119.696000', '200119.699000', '200119.702000', '200119.704000', '200119.707000', '200119.709000', '200119.712000', '200119.715000', '200119.717000', '200119.720000', '200119.722000', '200119.725000', '200119.728000', '200119.730000', '200119.733000', '200119.735000', '200119.738000', '200119.741000', '200119.743000', '200119.746000', '200119.748000', '200119.751000', '200119.754000', '200119.756000', '200119.759000', '200119.761000', '200119.764000', '200119.767000', '200119.769000', '200119.772000', '200119.774000', '200119.777000', '200119.779000', '200119.782000', '200119.785000', '200119.787000', '200139.678000', '200139.681000', '200139.683000', '200139.686000', '200139.689000', '200139.691000', '200139.694000', '200139.696000', '200139.699000', '200139.702000', '200139.704000', '200139.707000', '200139.710000', '200139.712000', '200139.715000', '200139.718000', '200139.720000', '200139.723000', '200139.725000', '200139.728000', '200139.730000', '200139.733000', '200139.736000', '200139.738000', '200139.741000', '200139.743000', '200139.746000', '200139.748000', '200139.751000', '200139.753000', '200139.756000', '200139.758000', '200139.761000', '200139.764000', '200139.766000', '200139.769000', '200139.771000', '200139.774000', '200139.776000', '200139.779000', '200139.781000', '200139.784000', '200139.787000', '200154.400000', '200154.403000', '200154.406000', '200154.409000', '200154.411000', '200154.414000', '200154.417000', '200154.419000', '200154.422000', '200154.425000', '200154.428000', '200154.454000', '200154.463000', '200154.466000', '200154.469000', '200154.472000', '200154.475000', '200154.477000', '200154.480000', '200154.483000', '200154.485000', '200154.488000', '200154.491000', '200154.493000', '200154.497000', '200154.500000', '200154.504000', '200154.506000', '200154.509000', '200154.512000', '200154.515000', '200154.517000', '200154.520000'], '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': [18504, 10723, 11862, 15990, 12558, 18596, 14874, 14529, 10580, 11976, 11836, 15214, 10865, 7775, 10557, 8148, 11265, 18721, 15131, 13242, 10445, 10539, 9504, 16489, 9367, 13138, 15648, 10938, 15964, 13316, 10435, 10218, 10043, 10334, 17515, 14882, 10367, 10484, 8119, 11088, 20597, 16592, 13157, 10306, 10883, 13612, 13317, 20359, 14747, 13322, 10332, 11101, 11927, 16507, 10210, 12824, 9400, 9865, 10377, 10688, 9711, 10670, 9759, 16339, 17407, 11733, 9754, 10755, 9997, 18578, 11088, 15495, 8617, 10923, 11202, 15319, 8987, 11754, 10588, 15625, 13427, 8156, 12248, 9240, 16452, 15598, 17889, 12278, 8717, 13893, 10788, 17864, 11298, 9652, 13340, 11428, 19426, 12132, 7929, 12575, 12790, 14141, 13626, 10750, 12229, 12115, 9320, 13289, 11242, 8643, 13179, 11613, 20466, 14102, 8953, 12458, 10483, 22084, 15991, 9404, 12225, 9662, 17518, 13826, 8011, 12214, 9775, 15811, 14150, 9411, 12755, 9847, 17262, 14074, 8552, 12763, 10805, 17788, 13438, 20148, 11667, 12520, 10864, 16212, 14528, 14764, 11108, 13812, 11868, 14554, 15662, 8806, 11591, 10073, 15027, 13818, 10671, 11234, 9433, 11169, 12374, 15064, 8081, 10946, 8949, 16834, 12022, 16727, 9761, 11894, 11682, 18195, 12689, 14280, 10783, 15213, 15061, 11750, 10208, 11713, 11030, 16566, 14090, 14427, 10739, 14538, 12276, 9498, 11163, 15746, 12407, 16290, 14130, 10788, 10263, 9636, 11122, 9515, 12579, 9174, 14305, 13723, 11316, 12652, 8604, 12747, 19319, 16118, 8173, 11773, 10636, 13296, 9387, 12630, 8432, 12911, 9827, 13279, 8071, 12765, 12219, 12717, 11609, 8350, 12777, 12008, 18172, 12564, 16443, 12601, 18308, 14817, 13624, 10525, 11049, 11093, 8152, 11503, 10415, 7373, 10829, 9578, 14846, 8912, 11533, 16132, 12501, 19485, 13251, 15320, 10429, 12904, 13627, 13525, 10729, 11317, 9993, 13217, 9964, 11464, 8344, 12546, 9760, 13158, 8555, 11969, 23372, 15245, 17813, 12406, 13059, 9678, 12431, 11877, 12896, 7952, 11730, 16607, 12594, 12330, 10870, 13218, 11680, 16123, 9665, 12141, 8620, 11981, 11261, 14092, 7519, 11526, 14570, 12093, 19963, 15327, 13163, 9972, 11653, 10320, 11142, 9893, 10894, 10019, 11303, 10675, 14362, 11211, 11104, 10236, 19358, 17948, 13226, 10671, 12148, 10035, 14744, 13034, 13033, 8623, 10820, 11475, 13037, 7859, 11116, 8287, 11262, 12554, 14176, 7951, 11271, 16881, 12185, 17407, 12983, 12777, 10663, 14007, 12331, 11102, 10662, 13129, 11117, 17285, 13761, 12993, 10651, 11958, 11078, 14774, 12137, 12442, 10219, 12212, 11219, 13071, 10347, 12641, 9354, 11942, 10745, 16236, 11054, 13154, 11023, 13454, 12638, 16451, 11132, 11688, 10461, 9178, 11174, 7511, 11005, 10791, 12774, 19856, 14143, 13279, 10241, 16537, 12425, 19738, 17522, 14244, 10836, 11049, 10345, 13475, 11437, 11536, 8435, 10771, 9413, 13851, 9359, 14216, 8859, 11265, 10431, 17128, 18383, 15903, 13310, 11342, 15977, 14540, 11766, 10949, 11286, 10063, 14154, 13857, 11312, 10036, 10922, 9363, 12861, 13515, 11328, 16845, 11997, 14260, 13818, 11600, 10094, 8747, 10961, 18927, 17217, 13755, 11105, 13361, 11683, 14930, 11262, 10755, 9077, 11178, 10755, 10721, 10052, 13762, 14002, 19307, 13778, 14681, 9889, 11681, 11334, 14192, 11144, 12379, 10594, 16746, 14056, 12855, 10558, 14602, 12889, 8140, 10993, 8182, 11500, 10913, 15217, 11238, 14316, 10741, 15244, 10442, 13767, 9998, 11687, 10824, 14787, 13625, 12955, 10840, 12052, 11129, 12061, 11582, 9130, 12324, 12611, 14862, 8356, 11753, 10283, 13772, 12448, 12993, 11119, 14027, 11277, 15820, 11506, 14684, 9356, 11622, 9928, 13512, 12439, 11521, 10685, 7577, 10805, 8489, 12024, 9000, 12811, 13341, 12481, 21831, 15555, 12282, 10104, 15174, 12856, 14820, 14854, 11768, 8982, 10295, 18004, 12209, 10063, 10195, 12283, 12338, 11005, 10133, 12841, 10542, 16371, 13889, 13104, 8446, 11359, 13561, 12685, 10870, 10753, 14124, 12290, 13590, 10333, 11203, 9101, 11898, 9373, 11830, 8722, 11199, 9305, 14017, 8748, 13802, 12009, 12706, 12478, 14260, 9302, 11338, 10796, 10501, 11101, 14440, 11843, 15503, 10947, 18239, 15123, 13396, 10635, 15874, 16909, 16065, 11702, 13275, 10900, 16475, 14879, 11893, 10924, 9931, 11695, 17405, 12586, 16450, 11432, 12058, 12915, 9395, 11523, 10078, 8986, 11295, 10127, 10323, 14574, 11367, 18700, 11767, 13042, 20082, 14435, 16157, 15420, 11595, 10819, 7690, 11015, 9708, 13364, 8753, 11159, 10056, 11596, 11778, 14209, 10865, 12158, 10915, 8640, 12289, 9675, 11280, 10408, 12854, 13686, 15627, 18629, 14260, 16698, 11234, 12275, 12662, 13232, 10050, 10140, 9690, 10926, 10314, 9856, 9734, 10515, 9501, 11981, 12951, 12654, 11891, 10247, 21714, 15484, 11928, 10421, 12941, 10555, 15161, 13722, 12618, 10325, 12264, 10947, 15351, 12879, 13886, 10881, 12878, 11666, 12674, 10331, 10510, 10830, 18112, 15886, 13143, 11072, 12568, 10908, 15227, 12115, 12329, 10369, 12805, 12167, 9444, 11260, 8096, 11287, 10265, 17923, 11696, 15571, 8835, 11276, 10010, 11244, 11064, 11254, 10030, 10909, 9447, 12221, 11563, 13984, 9335, 13417, 9463, 13493, 14914, 15839, 8292, 10738, 8854, 12217, 10670, 14218, 8427, 11037, 10429, 14895, 12360, 10912, 10934, 10738, 13244, 8119, 11850, 11187, 15132, 19325, 14898, 9347, 11640, 11093, 12324, 13349, 12364, 8436, 11900, 9743, 16143, 9950, 13519, 10507, 15874, 13800, 14196, 10953, 13054, 11153, 14626, 13804, 8505, 11652, 10517, 14802, 13917, 15525, 11571, 14113, 11364, 15051, 13149, 10850, 10997, 7712, 11244, 10152, 15748, 11589, 7681, 11270, 8938, 13191, 9981, 13265, 10181, 12270, 11409, 14909, 12634, 8319, 11462, 9839, 18838, 13533, 15101, 11176, 8081, 11407, 10172, 17126, 10008, 14676, 10900, 16202, 14028, 14860, 11414, 8284, 13316, 9694, 14230, 10909, 8568, 11010, 18555, 14760, 13483, 10879, 12744, 10757, 12546, 10628, 8218, 11719, 9113, 14280, 10576, 8341, 10890, 8396, 15198, 10557, 15454, 10382, 15060, 11343, 15559, 10066, 12620, 11121, 15557, 11645, 7661, 10694, 8783, 11244, 10921, 12492, 10453, 7560, 11230, 15896, 16960, 9360, 11239, 16683, 12809, 20199, 13954, 13584, 11516, 14151, 11402, 12462, 11941, 7764, 10763, 9819, 13219, 11976, 12247, 10613, 9158, 10815, 18754], 'WindowCenter': [4701.0, 4601.0, 4609.0, 4623.0, 4603.0, 4641.0, 4612.0, 4610.0, 4569.0, 4576.0, 4577.0, 4607.0, 4567.0, 4529.0, 4569.0, 4541.0, 4596.0, 4653.0, 4625.0, 4603.0, 4581.0, 4570.0, 4558.0, 4617.0, 4548.0, 4600.0, 4618.0, 4568.0, 4607.0, 4600.0, 4568.0, 4570.0, 4558.0, 4569.0, 4630.0, 4622.0, 4569.0, 4583.0, 4551.0, 4592.0, 4651.0, 4630.0, 4588.0, 4569.0, 4568.0, 4587.0, 4587.0, 4626.0, 4595.0, 4585.0, 4555.0, 4565.0, 4574.0, 4615.0, 4555.0, 4573.0, 4545.0, 4553.0, 4557.0, 4566.0, 4570.0, 4578.0, 4572.0, 4628.0, 4630.0, 4590.0, 4559.0, 4567.0, 4556.0, 4626.0, 4567.0, 4607.0, 4535.0, 4564.0, 4564.0, 4603.0, 4547.0, 4576.0, 4565.0, 4604.0, 4596.0, 4526.0, 4575.0, 4546.0, 4615.0, 4607.0, 4615.0, 4575.0, 4534.0, 4584.0, 4566.0, 4614.0, 4565.0, 4543.0, 4584.0, 4576.0, 4636.0, 4584.0, 4536.0, 4585.0, 4586.0, 4595.0, 4596.0, 4567.0, 4585.0, 4587.0, 4560.0, 4599.0, 4580.0, 4549.0, 4599.0, 4590.0, 4651.0, 4612.0, 4549.0, 4589.0, 4566.0, 4649.0, 4619.0, 4547.0, 4574.0, 4557.0, 4627.0, 4610.0, 4538.0, 4587.0, 4566.0, 4619.0, 4610.0, 4558.0, 4600.0, 4569.0, 4629.0, 4612.0, 4561.0, 4600.0, 4579.0, 4630.0, 4600.0, 4641.0, 4577.0, 4576.0, 4566.0, 4614.0, 4596.0, 4595.0, 4566.0, 4583.0, 4576.0, 4596.0, 4607.0, 4548.0, 4577.0, 4568.0, 4607.0, 4611.0, 4568.0, 4581.0, 4573.0, 4590.0, 4599.0, 4620.0, 4540.0, 4580.0, 4559.0, 4631.0, 4590.0, 4629.0, 4569.0, 4577.0, 4577.0, 4628.0, 4587.0, 4596.0, 4565.0, 4604.0, 4608.0, 4575.0, 4558.0, 4574.0, 4567.0, 4617.0, 4598.0, 4595.0, 4566.0, 4595.0, 4576.0, 4545.0, 4575.0, 4605.0, 4588.0, 4605.0, 4596.0, 4562.0, 4557.0, 4558.0, 4578.0, 4570.0, 4598.0, 4557.0, 4607.0, 4609.0, 4578.0, 4596.0, 4547.0, 4589.0, 4627.0, 4616.0, 4536.0, 4575.0, 4566.0, 4597.0, 4547.0, 4584.0, 4535.0, 4598.0, 4556.0, 4599.0, 4537.0, 4586.0, 4588.0, 4598.0, 4589.0, 4548.0, 4598.0, 4590.0, 4640.0, 4589.0, 4607.0, 4577.0, 4614.0, 4599.0, 4586.0, 4554.0, 4552.0, 4563.0, 4526.0, 4577.0, 4581.0, 4542.0, 4595.0, 4584.0, 4633.0, 4574.0, 4592.0, 4622.0, 4593.0, 4640.0, 4601.0, 4608.0, 4568.0, 4587.0, 4598.0, 4589.0, 4568.0, 4565.0, 4558.0, 4587.0, 4557.0, 4575.0, 4537.0, 4586.0, 4568.0, 4599.0, 4548.0, 4590.0, 4649.0, 4609.0, 4616.0, 4577.0, 4586.0, 4545.0, 4587.0, 4564.0, 4574.0, 4525.0, 4575.0, 4615.0, 4586.0, 4586.0, 4567.0, 4585.0, 4577.0, 4616.0, 4557.0, 4575.0, 4536.0, 4576.0, 4567.0, 4597.0, 4527.0, 4579.0, 4606.0, 4589.0, 4639.0, 4609.0, 4587.0, 4556.0, 4577.0, 4568.0, 4578.0, 4569.0, 4579.0, 4583.0, 4592.0, 4583.0, 4622.0, 4595.0, 4592.0, 4584.0, 4653.0, 4644.0, 4601.0, 4572.0, 4589.0, 4559.0, 4597.0, 4587.0, 4588.0, 4537.0, 4565.0, 4565.0, 4585.0, 4538.0, 4577.0, 4537.0, 4578.0, 4587.0, 4595.0, 4526.0, 4566.0, 4614.0, 4578.0, 4616.0, 4587.0, 4575.0, 4557.0, 4596.0, 4575.0, 4565.0, 4567.0, 4586.0, 4576.0, 4628.0, 4598.0, 4587.0, 4569.0, 4576.0, 4568.0, 4607.0, 4588.0, 4588.0, 4569.0, 4576.0, 4578.0, 4599.0, 4568.0, 4590.0, 4550.0, 4577.0, 4567.0, 4620.0, 4580.0, 4588.0, 4579.0, 4599.0, 4589.0, 4620.0, 4578.0, 4578.0, 4571.0, 4573.0, 4595.0, 4545.0, 4595.0, 4594.0, 4615.0, 4654.0, 4614.0, 4602.0, 4573.0, 4621.0, 4592.0, 4640.0, 4622.0, 4597.0, 4567.0, 4566.0, 4556.0, 4584.0, 4566.0, 4566.0, 4526.0, 4568.0, 4548.0, 4598.0, 4559.0, 4598.0, 4550.0, 4578.0, 4570.0, 4630.0, 4629.0, 4608.0, 4585.0, 4566.0, 4605.0, 4596.0, 4564.0, 4567.0, 4565.0, 4558.0, 4597.0, 4598.0, 4567.0, 4560.0, 4568.0, 4561.0, 4601.0, 4600.0, 4579.0, 4617.0, 4578.0, 4597.0, 4600.0, 4579.0, 4570.0, 4548.0, 4579.0, 4641.0, 4642.0, 4599.0, 4580.0, 4599.0, 4578.0, 4595.0, 4569.0, 4566.0, 4547.0, 4567.0, 4568.0, 4568.0, 4571.0, 4599.0, 4599.0, 4627.0, 4596.0, 4595.0, 4545.0, 4563.0, 4565.0, 4584.0, 4564.0, 4573.0, 4558.0, 4604.0, 4585.0, 4575.0, 4553.0, 4582.0, 4587.0, 4524.0, 4564.0, 4535.0, 4577.0, 4567.0, 4607.0, 4581.0, 4596.0, 4565.0, 4596.0, 4555.0, 4585.0, 4545.0, 4564.0, 4567.0, 4595.0, 4598.0, 4586.0, 4567.0, 4575.0, 4578.0, 4576.0, 4579.0, 4561.0, 4589.0, 4586.0, 4610.0, 4539.0, 4578.0, 4570.0, 4599.0, 4600.0, 4600.0, 4581.0, 4600.0, 4579.0, 4609.0, 4579.0, 4598.0, 4549.0, 4567.0, 4558.0, 4597.0, 4590.0, 4580.0, 4572.0, 4540.0, 4594.0, 4565.0, 4607.0, 4575.0, 4614.0, 4614.0, 4604.0, 4653.0, 4624.0, 4580.0, 4560.0, 4598.0, 4589.0, 4597.0, 4596.0, 4566.0, 4534.0, 4554.0, 4614.0, 4575.0, 4545.0, 4554.0, 4574.0, 4587.0, 4565.0, 4559.0, 4585.0, 4569.0, 4607.0, 4589.0, 4585.0, 4524.0, 4555.0, 4575.0, 4576.0, 4554.0, 4566.0, 4584.0, 4576.0, 4584.0, 4555.0, 4566.0, 4535.0, 4573.0, 4546.0, 4577.0, 4549.0, 4579.0, 4558.0, 4599.0, 4538.0, 4601.0, 4576.0, 4588.0, 4579.0, 4598.0, 4550.0, 4569.0, 4581.0, 4570.0, 4593.0, 4612.0, 4594.0, 4621.0, 4584.0, 4630.0, 4612.0, 4600.0, 4569.0, 4596.0, 4609.0, 4597.0, 4566.0, 4587.0, 4566.0, 4604.0, 4594.0, 4561.0, 4554.0, 4545.0, 4565.0, 4604.0, 4574.0, 4592.0, 4565.0, 4574.0, 4589.0, 4546.0, 4566.0, 4563.0, 4548.0, 4580.0, 4570.0, 4560.0, 4612.0, 4579.0, 4631.0, 4568.0, 4578.0, 4614.0, 4573.0, 4585.0, 4586.0, 4552.0, 4555.0, 4515.0, 4566.0, 4546.0, 4588.0, 4538.0, 4566.0, 4558.0, 4578.0, 4580.0, 4599.0, 4582.0, 4590.0, 4571.0, 4550.0, 4591.0, 4573.0, 4582.0, 4584.0, 4603.0, 4602.0, 4612.0, 4629.0, 4600.0, 4608.0, 4569.0, 4577.0, 4578.0, 4587.0, 4548.0, 4557.0, 4561.0, 4568.0, 4571.0, 4571.0, 4574.0, 4581.0, 4562.0, 4593.0, 4602.0, 4591.0, 4580.0, 4559.0, 4640.0, 4609.0, 4578.0, 4569.0, 4576.0, 4557.0, 4597.0, 4587.0, 4576.0, 4558.0, 4575.0, 4567.0, 4596.0, 4589.0, 4586.0, 4557.0, 4575.0, 4565.0, 4575.0, 4558.0, 4555.0, 4568.0, 4626.0, 4622.0, 4585.0, 4568.0, 4575.0, 4556.0, 4595.0, 4567.0, 4564.0, 4544.0, 4573.0, 4577.0, 4545.0, 4568.0, 4529.0, 4568.0, 4557.0, 4629.0, 4577.0, 4609.0, 4537.0, 4568.0, 4558.0, 4568.0, 4582.0, 4579.0, 4572.0, 4582.0, 4572.0, 4604.0, 4593.0, 4612.0, 4563.0, 4600.0, 4560.0, 4603.0, 4610.0, 4611.0, 4538.0, 4567.0, 4549.0, 4580.0, 4556.0, 4596.0, 4537.0, 4568.0, 4568.0, 4607.0, 4591.0, 4567.0, 4579.0, 4579.0, 4602.0, 4542.0, 4592.0, 4580.0, 4609.0, 4627.0, 4609.0, 4547.0, 4566.0, 4566.0, 4578.0, 4585.0, 4577.0, 4523.0, 4577.0, 4545.0, 4606.0, 4545.0, 4586.0, 4568.0, 4605.0, 4597.0, 4585.0, 4555.0, 4574.0, 4565.0, 4595.0, 4587.0, 4537.0, 4566.0, 4555.0, 4596.0, 4586.0, 4596.0, 4565.0, 4582.0, 4566.0, 4584.0, 4575.0, 4554.0, 4555.0, 4516.0, 4565.0, 4557.0, 4608.0, 4579.0, 4529.0, 4579.0, 4548.0, 4600.0, 4570.0, 4601.0, 4573.0, 4588.0, 4581.0, 4609.0, 4590.0, 4539.0, 4579.0, 4558.0, 4631.0, 4601.0, 4608.0, 4568.0, 4526.0, 4578.0, 4558.0, 4618.0, 4558.0, 4598.0, 4570.0, 4607.0, 4597.0, 4596.0, 4567.0, 4525.0, 4585.0, 4545.0, 4595.0, 4568.0, 4537.0, 4568.0, 4616.0, 4597.0, 4585.0, 4555.0, 4575.0, 4567.0, 4573.0, 4557.0, 4534.0, 4577.0, 4535.0, 4595.0, 4570.0, 4537.0, 4580.0, 4550.0, 4610.0, 4570.0, 4611.0, 4571.0, 4599.0, 4567.0, 4607.0, 4548.0, 4577.0, 4567.0, 4606.0, 4567.0, 4530.0, 4569.0, 4549.0, 4578.0, 4582.0, 4601.0, 4584.0, 4543.0, 4580.0, 4622.0, 4634.0, 4549.0, 4567.0, 4606.0, 4576.0, 4626.0, 4586.0, 4574.0, 4564.0, 4582.0, 4564.0, 4563.0, 4564.0, 4514.0, 4555.0, 4546.0, 4584.0, 4578.0, 4577.0, 4568.0, 4546.0, 4569.0, 4625.0], 'WindowWidth': [10256.0, 10101.0, 10102.0, 10112.0, 10085.0, 10135.0, 10095.0, 10089.0, 10034.0, 10035.0, 10041.0, 10079.0, 10029.0, 9981.0, 10035.0, 10000.0, 10080.0, 10155.0, 10116.0, 10083.0, 10053.0, 10035.0, 10014.0, 10096.0, 10002.0, 10076.0, 10098.0, 10029.0, 10083.0, 10076.0, 10030.0, 10037.0, 10018.0, 10034.0, 10117.0, 10111.0, 10035.0, 10059.0, 10014.0, 10068.0, 10151.0, 10119.0, 10057.0, 10032.0, 10029.0, 10051.0, 10052.0, 10107.0, 10062.0, 10046.0, 10008.0, 10018.0, 10033.0, 10089.0, 10007.0, 10029.0, 9995.0, 10002.0, 10013.0, 10025.0, 10037.0, 10047.0, 10042.0, 10115.0, 10120.0, 10060.0, 10021.0, 10028.0, 10013.0, 10109.0, 10026.0, 10080.0, 9981.0, 10016.0, 10019.0, 10070.0, 9999.0, 10036.0, 10021.0, 10073.0, 10067.0, 9972.0, 10036.0, 9997.0, 10089.0, 10081.0, 10091.0, 10036.0, 9979.0, 10046.0, 10024.0, 10087.0, 10021.0, 9990.0, 10047.0, 10037.0, 10122.0, 10049.0, 9985.0, 10050.0, 10054.0, 10064.0, 10067.0, 10028.0, 10051.0, 10057.0, 10024.0, 10076.0, 10051.0, 10007.0, 10076.0, 10065.0, 10152.0, 10095.0, 10007.0, 10058.0, 10026.0, 10145.0, 10101.0, 10000.0, 10034.0, 10013.0, 10110.0, 10090.0, 9992.0, 10057.0, 10027.0, 10105.0, 10091.0, 10019.0, 10075.0, 10033.0, 10117.0, 10097.0, 10027.0, 10077.0, 10049.0, 10119.0, 10079.0, 10135.0, 10041.0, 10036.0, 10025.0, 10088.0, 10066.0, 10063.0, 10026.0, 10044.0, 10039.0, 10066.0, 10082.0, 10006.0, 10042.0, 10030.0, 10083.0, 10092.0, 10032.0, 10052.0, 10046.0, 10065.0, 10075.0, 10106.0, 9997.0, 10050.0, 10020.0, 10119.0, 10065.0, 10115.0, 10032.0, 10041.0, 10041.0, 10113.0, 10055.0, 10065.0, 10023.0, 10073.0, 10085.0, 10033.0, 10015.0, 10032.0, 10026.0, 10094.0, 10070.0, 10063.0, 10025.0, 10063.0, 10038.0, 9993.0, 10037.0, 10076.0, 10057.0, 10075.0, 10064.0, 10015.0, 10013.0, 10019.0, 10043.0, 10039.0, 10072.0, 10015.0, 10082.0, 10087.0, 10044.0, 10068.0, 10001.0, 10058.0, 10109.0, 10094.0, 9984.0, 10035.0, 10025.0, 10069.0, 10000.0, 10048.0, 9983.0, 10072.0, 10011.0, 10071.0, 9987.0, 10051.0, 10057.0, 10069.0, 10059.0, 10005.0, 10071.0, 10063.0, 10131.0, 10060.0, 10080.0, 10038.0, 10089.0, 10072.0, 10048.0, 10001.0, 9998.0, 10014.0, 9972.0, 10041.0, 10051.0, 10003.0, 10079.0, 10063.0, 10130.0, 10049.0, 10071.0, 10109.0, 10068.0, 10131.0, 10076.0, 10083.0, 10028.0, 10050.0, 10068.0, 10055.0, 10026.0, 10021.0, 10015.0, 10052.0, 10015.0, 10034.0, 9983.0, 10050.0, 10029.0, 10072.0, 10003.0, 10062.0, 10144.0, 10084.0, 10092.0, 10039.0, 10047.0, 9994.0, 10052.0, 10017.0, 10032.0, 9966.0, 10034.0, 10090.0, 10052.0, 10049.0, 10029.0, 10049.0, 10039.0, 10092.0, 10013.0, 10035.0, 9983.0, 10036.0, 10025.0, 10068.0, 9973.0, 10046.0, 10077.0, 10056.0, 10127.0, 10086.0, 10051.0, 10009.0, 10036.0, 10027.0, 10041.0, 10033.0, 10047.0, 10058.0, 10067.0, 10059.0, 10109.0, 10076.0, 10068.0, 10060.0, 10153.0, 10142.0, 10078.0, 10039.0, 10056.0, 10016.0, 10067.0, 10053.0, 10054.0, 9984.0, 10018.0, 10018.0, 10048.0, 9987.0, 10040.0, 9986.0, 10042.0, 10052.0, 10064.0, 9969.0, 10022.0, 10086.0, 10041.0, 10090.0, 10051.0, 10032.0, 10009.0, 10062.0, 10035.0, 10020.0, 10026.0, 10049.0, 10038.0, 10110.0, 10070.0, 10052.0, 10029.0, 10034.0, 10027.0, 10079.0, 10056.0, 10054.0, 10031.0, 10037.0, 10042.0, 10072.0, 10029.0, 10060.0, 10006.0, 10039.0, 10027.0, 10101.0, 10047.0, 10055.0, 10045.0, 10071.0, 10058.0, 10100.0, 10043.0, 10042.0, 10038.0, 10044.0, 10076.0, 10009.0, 10078.0, 10075.0, 10102.0, 10155.0, 10100.0, 10079.0, 10040.0, 10103.0, 10064.0, 10131.0, 10106.0, 10064.0, 10023.0, 10018.0, 10005.0, 10043.0, 10019.0, 10019.0, 9968.0, 10026.0, 10001.0, 10069.0, 10018.0, 10069.0, 10006.0, 10041.0, 10034.0, 10117.0, 10113.0, 10081.0, 10044.0, 10019.0, 10071.0, 10061.0, 10014.0, 10024.0, 10017.0, 10014.0, 10065.0, 10069.0, 10025.0, 10021.0, 10030.0, 10026.0, 10077.0, 10075.0, 10046.0, 10094.0, 10040.0, 10065.0, 10073.0, 10042.0, 10034.0, 10001.0, 10047.0, 10135.0, 10137.0, 10072.0, 10048.0, 10070.0, 10040.0, 10061.0, 10029.0, 10022.0, 9998.0, 10023.0, 10028.0, 10027.0, 10039.0, 10072.0, 10073.0, 10109.0, 10063.0, 10060.0, 9989.0, 10011.0, 10018.0, 10043.0, 10016.0, 10026.0, 10012.0, 10071.0, 10045.0, 10029.0, 9999.0, 10036.0, 10050.0, 9963.0, 10016.0, 9980.0, 10036.0, 10026.0, 10079.0, 10046.0, 10062.0, 10020.0, 10062.0, 10005.0, 10045.0, 9991.0, 10016.0, 10023.0, 10060.0, 10066.0, 10047.0, 10024.0, 10033.0, 10042.0, 10036.0, 10044.0, 10021.0, 10057.0, 10050.0, 10087.0, 9992.0, 10041.0, 10034.0, 10072.0, 10077.0, 10073.0, 10050.0, 10072.0, 10043.0, 10084.0, 10045.0, 10068.0, 10001.0, 10023.0, 10014.0, 10065.0, 10061.0, 10046.0, 10039.0, 9997.0, 10072.0, 10038.0, 10094.0, 10051.0, 10103.0, 10099.0, 10084.0, 10154.0, 10111.0, 10045.0, 10019.0, 10067.0, 10056.0, 10065.0, 10062.0, 10019.0, 9974.0, 10000.0, 10085.0, 10031.0, 9988.0, 10003.0, 10027.0, 10051.0, 10018.0, 10015.0, 10046.0, 10027.0, 10078.0, 10055.0, 10044.0, 9961.0, 10002.0, 10030.0, 10032.0, 10000.0, 10019.0, 10040.0, 10034.0, 10041.0, 10003.0, 10020.0, 9980.0, 10027.0, 9995.0, 10037.0, 10003.0, 10043.0, 10017.0, 10071.0, 9988.0, 10074.0, 10035.0, 10055.0, 10041.0, 10067.0, 10002.0, 10027.0, 10048.0, 10033.0, 10068.0, 10095.0, 10072.0, 10105.0, 10056.0, 10117.0, 10092.0, 10072.0, 10029.0, 10062.0, 10083.0, 10062.0, 10021.0, 10051.0, 10024.0, 10070.0, 10056.0, 10009.0, 10002.0, 9990.0, 10017.0, 10068.0, 10031.0, 10051.0, 10015.0, 10028.0, 10056.0, 9995.0, 10022.0, 10026.0, 10000.0, 10046.0, 10036.0, 10018.0, 10089.0, 10042.0, 10119.0, 10024.0, 10036.0, 10082.0, 10022.0, 10040.0, 10046.0, 9993.0, 10000.0, 9949.0, 10021.0, 9993.0, 10052.0, 9985.0, 10022.0, 10012.0, 10039.0, 10045.0, 10071.0, 10051.0, 10058.0, 10034.0, 10006.0, 10063.0, 10042.0, 10053.0, 10058.0, 10082.0, 10077.0, 10092.0, 10113.0, 10072.0, 10080.0, 10027.0, 10036.0, 10039.0, 10049.0, 9998.0, 10008.0, 10019.0, 10027.0, 10036.0, 10036.0, 10044.0, 10051.0, 10025.0, 10067.0, 10078.0, 10063.0, 10045.0, 10015.0, 10129.0, 10085.0, 10040.0, 10030.0, 10032.0, 10008.0, 10062.0, 10050.0, 10032.0, 10011.0, 10031.0, 10022.0, 10062.0, 10055.0, 10047.0, 10007.0, 10029.0, 10018.0, 10032.0, 10011.0, 10004.0, 10026.0, 10105.0, 10106.0, 10046.0, 10025.0, 10029.0, 10006.0, 10058.0, 10020.0, 10011.0, 9985.0, 10023.0, 10036.0, 9992.0, 10026.0, 9976.0, 10027.0, 10010.0, 10110.0, 10037.0, 10081.0, 9984.0, 10025.0, 10013.0, 10026.0, 10052.0, 10045.0, 10039.0, 10052.0, 10041.0, 10084.0, 10068.0, 10091.0, 10025.0, 10074.0, 10019.0, 10080.0, 10086.0, 10087.0, 9986.0, 10022.0, 10002.0, 10043.0, 10007.0, 10063.0, 9984.0, 10024.0, 10029.0, 10078.0, 10061.0, 10026.0, 10044.0, 10046.0, 10080.0, 9999.0, 10067.0, 10045.0, 10085.0, 10108.0, 10082.0, 9996.0, 10021.0, 10017.0, 10038.0, 10044.0, 10036.0, 9961.0, 10034.0, 9990.0, 10076.0, 9993.0, 10047.0, 10027.0, 10074.0, 10065.0, 10043.0, 10002.0, 10025.0, 10016.0, 10055.0, 10050.0, 9981.0, 10019.0, 10006.0, 10059.0, 10047.0, 10060.0, 10017.0, 10035.0, 10017.0, 10040.0, 10031.0, 10000.0, 10004.0, 9951.0, 10018.0, 10009.0, 10081.0, 10043.0, 9976.0, 10044.0, 10005.0, 10074.0, 10033.0, 10078.0, 10041.0, 10056.0, 10050.0, 10086.0, 10061.0, 9990.0, 10044.0, 10015.0, 10118.0, 10076.0, 10081.0, 10025.0, 9969.0, 10039.0, 10014.0, 10096.0, 10013.0, 10066.0, 10032.0, 10080.0, 10065.0, 10064.0, 10022.0, 9964.0, 10045.0, 9993.0, 10061.0, 10025.0, 9982.0, 10028.0, 10093.0, 10064.0, 10045.0, 10003.0, 10032.0, 10024.0, 10027.0, 10008.0, 9978.0, 10035.0, 9980.0, 10062.0, 10032.0, 9988.0, 10048.0, 10008.0, 10090.0, 10035.0, 10090.0, 10035.0, 10071.0, 10025.0, 10079.0, 9999.0, 10034.0, 10023.0, 10074.0, 10023.0, 9980.0, 10031.0, 10004.0, 10042.0, 10053.0, 10077.0, 10057.0, 10003.0, 10049.0, 10107.0, 10127.0, 10002.0, 10026.0, 10076.0, 10034.0, 10103.0, 10046.0, 10026.0, 10013.0, 10035.0, 10014.0, 10011.0, 10014.0, 9948.0, 10003.0, 9992.0, 10044.0, 10040.0, 10036.0, 10026.0, 9995.0, 10028.0, 10103.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.0005289195402298851</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02225353724137931</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.36347075998853</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2480162393785963</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004016462991945</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5117</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4898.6885</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10553268308936886</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.747126436781609</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.311703537429644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1963774021797366</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5829962111438443</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.155736998965352</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00799717</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024925630539655685</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04377370327711105</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>4.102645379501738</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>13.8789</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7958</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.4375</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293394.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1206.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.3454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8173</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.2681</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3746.1885</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1450.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.4503</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.34112862194888</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> |