=== 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
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0133_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0133_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_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-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c542378c0cd5011d8f26b3afe7ddc9a7</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>20:33:32.575000</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.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0889012</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2954d1a3-eeba-4938-9d62-ef0b0c1b3c8f||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.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [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': ['203332.575000', '203333.035000', '203333.495000', '203333.955000', '203334.415000', '203334.875000', '203335.335000', '203335.795000', '203336.255000', '203336.715000', '203337.175000', '203337.635000', '203338.095000', '203338.555000', '203339.015000', '203339.475000', '203339.935000', '203340.395000', '203340.855000', '203341.315000', '203341.775000', '203342.235000', '203342.695000', '203343.155000', '203343.615000', '203344.075000', '203344.535000', '203344.995000', '203345.455000', '203345.915000', '203346.375000', '203346.835000', '203347.295000', '203347.755000', '203348.215000', '203348.675000', '203349.135000', '203349.595000', '203350.055000', '203350.515000', '203350.975000', '203351.435000', '203351.895000', '203352.355000', '203352.815000', '203353.275000', '203353.735000', '203354.195000', '203354.655000', '203355.115000', '203355.575000', '203356.035000', '203356.495000', '203356.955000', '203357.415000', '203357.875000', '203358.335000', '203358.795000', '203359.255000', '203359.715000', '203400.175000', '203400.635000', '203401.095000', '203401.555000', '203402.015000', '203402.475000', '203402.935000', '203403.395000', '203403.855000', '203404.315000', '203404.775000', '203405.235000', '203405.695000', '203406.155000', '203406.615000', '203407.075000', '203407.535000', '203407.995000', '203408.455000', '203408.915000', '203409.375000', '203409.835000', '203410.295000', '203410.755000', '203411.215000', '203411.675000', '203412.135000', '203412.595000', '203413.055000', '203413.515000', '203413.975000', '203414.435000', '203414.895000', '203415.355000', '203415.815000', '203416.275000', '203416.735000', '203417.195000', '203417.655000', '203418.115000', '203418.575000', '203419.035000', '203419.495000', '203419.955000', '203420.415000', '203420.875000', '203421.335000', '203421.795000', '203422.255000', '203422.715000', '203423.175000', '203423.635000', '203424.095000', '203424.555000', '203425.015000', '203425.475000', '203425.935000', '203426.395000', '203426.855000', '203427.315000', '203427.775000', '203428.235000', '203428.695000', '203429.155000', '203429.615000', '203430.075000', '203430.535000', '203430.995000', '203431.455000', '203431.915000', '203432.375000', '203432.835000', '203433.295000', '203433.755000', '203434.215000', '203434.675000', '203435.135000', '203435.595000', '203436.055000', '203436.515000', '203436.975000', '203437.435000', '203437.895000', '203438.355000', '203438.815000', '203439.275000', '203439.735000', '203440.195000', '203440.655000', '203441.115000', '203441.575000', '203442.035000', '203442.495000', '203442.955000', '203443.415000', '203443.875000', '203444.335000', '203444.795000', '203445.255000', '203445.715000', '203446.175000', '203446.635000', '203447.095000', '203447.555000', '203448.015000', '203448.475000', '203448.935000', '203449.395000', '203449.855000', '203450.315000', '203450.775000', '203451.235000', '203451.695000', '203452.155000', '203452.615000', '203453.075000', '203453.535000', '203453.995000', '203454.455000', '203454.915000', '203455.375000', '203455.835000', '203456.295000', '203456.755000', '203457.215000', '203457.675000', '203458.135000', '203458.595000', '203459.055000', '203459.515000', '203459.975000', '203500.435000', '203500.895000', '203501.355000', '203501.815000', '203502.275000', '203502.735000', '203503.195000', '203503.655000', '203504.115000', '203504.575000', '203505.035000', '203505.495000', '203505.955000', '203506.415000', '203506.875000', '203507.335000', '203507.795000', '203508.255000', '203508.715000', '203509.175000', '203509.635000', '203510.095000', '203510.555000', '203511.015000', '203511.475000', '203511.935000', '203512.395000', '203512.855000', '203513.315000', '203513.775000', '203514.235000', '203514.695000', '203515.155000', '203515.615000', '203516.075000', '203516.535000', '203516.995000', '203517.455000', '203517.915000', '203518.375000', '203518.835000', '203519.295000', '203519.755000', '203520.215000', '203520.675000', '203521.135000', '203521.595000', '203522.055000', '203522.515000', '203522.975000', '203523.435000', '203523.895000', '203524.355000', '203524.815000', '203525.275000', '203525.735000', '203526.195000', '203526.655000', '203527.115000', '203527.575000', '203528.035000', '203528.495000', '203528.955000', '203529.415000', '203529.875000', '203530.335000', '203530.795000', '203531.255000', '203531.715000', '203532.175000', '203532.635000', '203533.095000', '203533.555000', '203534.015000', '203534.475000', '203534.935000', '203535.395000', '203535.855000', '203536.315000', '203536.775000', '203537.235000', '203537.695000', '203538.155000', '203538.615000', '203539.075000', '203539.535000', '203539.995000', '203540.455000', '203540.915000', '203541.375000', '203541.835000', '203542.295000', '203542.755000', '203543.215000', '203543.675000', '203544.135000', '203544.595000', '203545.055000', '203545.515000', '203545.975000', '203546.435000', '203546.895000', '203547.355000', '203547.815000', '203548.275000', '203548.735000', '203549.195000', '203549.655000', '203550.115000', '203550.575000', '203551.035000', '203551.495000', '203551.955000', '203552.415000', '203552.875000', '203553.335000', '203553.795000', '203554.255000', '203554.715000', '203555.175000', '203555.635000', '203556.095000', '203556.555000', '203557.015000', '203557.475000', '203557.935000', '203558.395000', '203558.855000', '203559.315000', '203559.775000', '203600.235000', '203600.695000', '203601.155000', '203601.615000', '203602.075000', '203602.535000', '203602.995000', '203603.455000', '203603.915000', '203604.375000', '203604.835000', '203605.295000', '203605.755000', '203606.215000', '203606.675000', '203607.135000', '203607.595000', '203608.055000', '203608.515000', '203608.975000', '203609.435000', '203609.895000', '203610.355000', '203610.815000', '203611.275000', '203611.735000', '203612.195000', '203612.655000', '203613.115000', '203613.575000', '203614.035000', '203614.495000', '203614.955000', '203615.415000', '203615.875000', '203616.335000', '203616.795000', '203617.255000', '203617.715000', '203618.175000', '203618.635000', '203619.095000', '203619.555000', '203620.015000', '203620.475000', '203620.935000', '203621.395000', '203621.855000', '203622.315000', '203622.775000', '203623.235000', '203623.695000', '203624.155000', '203624.615000', '203625.075000', '203625.535000', '203625.995000', '203626.455000', '203626.915000', '203627.375000', '203627.835000', '203628.295000', '203628.755000', '203629.215000', '203629.675000', '203630.135000', '203630.595000', '203631.055000', '203631.515000', '203631.975000', '203632.435000', '203632.895000', '203633.355000', '203633.815000', '203634.275000', '203634.735000', '203635.195000', '203635.655000', '203636.115000', '203636.575000', '203637.035000', '203637.495000', '203637.955000', '203638.415000', '203638.875000', '203639.335000', '203639.795000', '203640.255000', '203640.715000', '203641.175000', '203641.635000', '203642.095000', '203642.555000', '203643.015000', '203643.475000', '203643.935000', '203644.395000', '203644.855000', '203645.315000', '203645.775000', '203646.235000', '203646.695000', '203647.155000', '203647.615000', '203648.075000', '203648.535000', '203648.995000', '203649.455000', '203649.915000', '203650.375000', '203650.835000', '203651.295000', '203651.755000', '203652.215000', '203652.675000', '203653.135000', '203653.595000', '203654.055000', '203654.515000', '203654.975000', '203655.435000', '203655.895000', '203656.355000', '203656.815000', '203657.275000', '203657.735000', '203658.195000', '203658.655000', '203659.115000', '203659.575000', '203700.035000', '203700.495000', '203700.955000', '203701.415000', '203701.875000', '203702.335000', '203702.795000', '203703.255000', '203703.715000', '203704.175000', '203704.635000', '203705.095000', '203705.555000', '203706.015000', '203706.475000', '203706.935000', '203707.395000', '203707.855000', '203708.315000', '203708.775000', '203709.235000', '203709.695000', '203710.155000', '203710.615000', '203711.075000', '203711.535000', '203711.995000', '203712.455000', '203712.915000', '203713.375000', '203713.835000', '203714.295000', '203714.755000', '203715.215000', '203715.675000', '203716.135000', '203716.595000', '203717.055000', '203717.515000', '203717.975000', '203718.435000', '203718.895000', '203719.355000', '203719.815000', '203720.275000', '203720.735000', '203721.195000', '203721.655000', '203722.115000', '203722.575000', '203723.035000', '203723.495000', '203723.955000', '203724.415000', '203724.875000', '203725.335000', '203725.795000', '203726.255000', '203726.715000', '203727.175000', '203727.635000', '203728.095000', '203728.555000', '203729.015000', '203729.475000', '203729.935000', '203730.395000', '203730.855000', '203731.315000', '203731.775000', '203732.235000', '203732.695000', '203733.155000', '203733.615000', '203734.075000', '203734.535000', '203734.995000', '203735.455000', '203735.915000', '203736.375000', '203736.835000', '203737.295000', '203737.755000', '203738.215000', '203738.675000', '203739.135000', '203739.595000', '203740.055000', '203740.515000', '203740.975000', '203741.435000', '203741.895000', '203742.355000', '203742.815000', '203743.275000', '203743.735000', '203744.195000', '203744.655000', '203745.115000', '203745.575000', '203746.035000', '203746.495000', '203746.955000', '203747.415000', '203747.875000', '203748.335000', '203748.795000', '203749.255000', '203749.715000', '203750.175000', '203750.635000', '203751.095000', '203751.555000', '203752.015000', '203752.475000', '203752.935000', '203753.395000', '203753.855000', '203754.315000', '203754.775000', '203755.235000', '203755.695000', '203756.155000', '203756.615000', '203757.075000', '203757.535000', '203757.995000', '203758.455000', '203758.915000', '203759.375000', '203759.835000', '203800.295000', '203800.755000', '203801.215000', '203801.675000', '203802.135000', '203802.595000', '203803.055000', '203803.515000', '203803.975000', '203804.435000', '203804.895000', '203805.355000', '203805.815000', '203806.275000', '203806.735000', '203807.195000', '203807.655000', '203808.115000', '203808.575000', '203809.035000', '203809.495000', '203809.955000', '203810.415000', '203810.875000', '203811.335000', '203811.795000', '203812.255000', '203812.715000', '203813.175000', '203813.635000', '203814.095000', '203814.555000', '203815.015000', '203815.475000', '203815.935000', '203816.395000', '203816.855000', '203817.315000', '203817.775000', '203818.235000', '203818.695000', '203819.155000', '203819.615000', '203820.075000', '203820.535000', '203820.995000', '203821.455000', '203821.915000', '203822.375000', '203822.835000', '203823.295000', '203823.755000', '203824.215000', '203824.675000', '203825.135000', '203825.595000', '203826.055000', '203826.515000', '203826.975000', '203827.435000', '203827.895000', '203828.355000', '203828.815000', '203829.275000', '203829.735000', '203830.195000', '203830.655000', '203831.115000', '203831.575000', '203832.035000', '203832.495000', '203832.955000', '203833.415000', '203833.875000', '203834.335000', '203834.795000', '203835.255000', '203835.715000', '203836.175000', '203836.635000', '203837.095000', '203837.555000', '203838.015000', '203838.475000', '203838.935000', '203839.395000', '203839.855000', '203840.315000', '203840.775000', '203841.235000', '203841.695000', '203842.155000', '203842.615000', '203843.075000', '203843.535000', '203843.995000', '203844.455000', '203844.915000', '203845.375000', '203845.835000', '203846.295000', '203846.755000', '203847.215000', '203847.675000', '203848.135000', '203848.595000', '203849.055000', '203849.515000', '203849.975000', '203850.435000', '203850.895000', '203851.355000', '203851.815000', '203852.275000', '203852.735000', '203853.195000', '203853.655000', '203854.115000', '203854.575000', '203855.035000', '203855.495000', '203855.955000', '203856.415000', '203856.875000', '203857.335000', '203857.795000', '203858.255000', '203858.715000', '203859.175000', '203859.635000', '203900.095000', '203900.555000', '203901.015000', '203901.475000', '203901.935000', '203902.395000', '203902.855000', '203903.315000', '203903.775000', '203904.235000', '203904.695000', '203905.155000', '203905.615000', '203906.075000', '203906.535000', '203906.995000', '203907.455000', '203907.915000', '203908.375000', '203908.835000', '203909.295000', '203909.755000', '203910.215000', '203910.675000', '203911.135000', '203911.595000', '203912.055000', '203912.515000', '203912.975000', '203913.435000', '203913.895000', '203914.355000', '203914.815000', '203915.275000', '203915.735000', '203916.195000', '203916.655000', '203917.115000', '203917.575000', '203918.035000', '203918.495000', '203918.955000', '203919.415000', '203919.875000', '203920.335000', '203920.795000', '203921.255000', '203921.715000', '203922.175000', '203922.635000', '203923.095000', '203923.555000', '203924.015000', '203924.475000', '203924.935000', '203925.395000', '203925.855000', '203926.315000', '203926.775000', '203927.235000', '203927.695000', '203928.155000', '203928.615000', '203929.075000', '203929.535000', '203929.995000', '203930.455000', '203930.915000', '203931.375000', '203931.835000', '203932.295000', '203932.755000', '203933.215000', '203933.675000', '203934.135000', '203934.595000', '203935.055000', '203935.515000', '203935.975000', '203936.435000', '203936.895000', '203937.355000', '203937.815000', '203938.275000', '203938.735000', '203939.195000', '203939.655000', '203940.115000', '203940.575000', '203941.035000', '203941.495000', '203941.955000', '203942.415000', '203942.875000', '203943.335000', '203943.795000', '203944.255000', '203944.715000', '203945.175000', '203945.635000', '203946.095000', '203946.555000', '203947.015000', '203947.475000', '203947.935000', '203948.395000', '203948.855000', '203949.315000', '203949.775000', '203950.235000', '203950.695000', '203951.155000', '203951.615000', '203952.075000', '203952.535000', '203952.995000', '203953.455000', '203953.915000', '203954.375000', '203954.835000', '203955.295000', '203955.755000', '203956.215000', '203956.675000', '203957.135000', '203957.595000', '203958.055000', '203958.515000', '203958.975000', '203959.435000', '203959.895000', '204000.355000', '204000.815000', '204001.275000', '204001.735000', '204002.195000', '204002.655000', '204003.115000', '204003.575000', '204004.035000', '204004.495000', '204004.955000', '204005.415000', '204005.875000', '204006.335000', '204006.795000', '204007.255000', '204007.715000', '204008.175000', '204008.635000', '204009.095000', '204009.555000', '204010.015000', '204010.475000', '204010.935000', '204011.395000', '204011.855000', '204012.315000', '204012.775000', '204013.235000'], 'ContentTime': ['203354.619000', '203354.621000', '203354.624000', '203354.627000', '203354.629000', '203354.638000', '203354.641000', '203354.643000', '203354.646000', '203354.649000', '203354.656000', '203354.658000', '203354.661000', '203354.664000', '203354.666000', '203354.669000', '203354.671000', '203354.674000', '203354.676000', '203354.679000', '203354.681000', '203354.684000', '203354.687000', '203354.689000', '203354.692000', '203354.694000', '203354.697000', '203354.699000', '203354.702000', '203354.705000', '203354.707000', '203354.715000', '203354.718000', '203354.720000', '203354.723000', '203354.726000', '203354.728000', '203354.731000', '203354.733000', '203354.735000', '203354.738000', '203354.741000', '203354.743000', '203354.746000', '203414.588000', '203414.591000', '203414.594000', '203414.596000', '203414.599000', '203414.606000', '203414.609000', '203414.611000', '203414.614000', '203414.616000', '203414.619000', '203414.621000', '203414.624000', '203414.626000', '203414.629000', '203414.631000', '203414.634000', '203414.636000', '203414.639000', '203414.641000', '203414.644000', '203414.646000', '203414.649000', '203414.651000', '203414.654000', '203414.656000', '203414.659000', '203414.661000', '203414.664000', '203414.666000', '203414.669000', '203414.672000', '203414.674000', '203414.677000', '203414.679000', '203414.682000', '203414.684000', '203414.687000', '203414.689000', '203414.692000', '203414.694000', '203414.704000', '203414.706000', '203414.709000', '203434.588000', '203434.591000', '203434.594000', '203434.596000', '203434.599000', '203434.601000', '203434.604000', '203434.606000', '203434.609000', '203434.612000', '203434.615000', '203434.618000', '203434.621000', '203434.623000', '203434.626000', '203434.628000', '203434.631000', '203434.633000', '203434.636000', '203434.638000', '203434.641000', '203434.643000', '203434.646000', '203434.648000', '203434.651000', '203434.653000', '203434.656000', '203434.658000', '203434.662000', '203434.665000', '203434.667000', '203434.670000', '203434.672000', '203434.675000', '203434.678000', '203434.680000', '203434.683000', '203434.685000', '203434.688000', '203434.690000', '203434.693000', '203434.695000', '203434.698000', '203454.587000', '203454.590000', '203454.593000', '203454.595000', '203454.598000', '203454.601000', '203454.603000', '203454.606000', '203454.608000', '203454.634000', '203454.637000', '203454.639000', '203454.642000', '203454.649000', '203454.652000', '203454.654000', '203454.657000', '203454.659000', '203454.662000', '203454.664000', '203454.667000', '203454.670000', '203454.672000', '203454.675000', '203454.677000', '203454.680000', '203454.682000', '203454.685000', '203454.687000', '203454.690000', '203454.693000', '203454.695000', '203454.698000', '203454.700000', '203454.703000', '203454.706000', '203454.708000', '203454.711000', '203454.713000', '203454.716000', '203454.718000', '203454.721000', '203454.723000', '203454.726000', '203514.588000', '203514.590000', '203514.593000', '203514.595000', '203514.598000', '203514.601000', '203514.603000', '203514.606000', '203514.608000', '203514.611000', '203514.613000', '203514.616000', '203514.618000', '203514.621000', '203514.623000', '203514.627000', '203514.630000', '203514.633000', '203514.636000', '203514.638000', '203514.641000', '203514.643000', '203514.646000', '203514.648000', '203514.651000', '203514.653000', '203514.656000', '203514.659000', '203514.661000', '203514.664000', '203514.666000', '203514.669000', '203514.671000', '203514.674000', '203514.676000', '203514.679000', '203514.681000', '203514.684000', '203514.687000', '203514.689000', '203514.692000', '203514.694000', '203514.697000', '203534.588000', '203534.590000', '203534.593000', '203534.595000', '203534.598000', '203534.601000', '203534.603000', '203534.606000', '203534.608000', '203534.611000', '203534.613000', '203534.616000', '203534.619000', '203534.621000', '203534.624000', '203534.626000', '203534.629000', '203534.631000', '203534.634000', '203534.637000', '203534.639000', '203534.642000', '203534.644000', '203534.647000', '203534.649000', '203534.652000', '203534.655000', '203534.657000', '203534.660000', '203534.662000', '203534.665000', '203534.668000', '203534.670000', '203534.673000', '203534.675000', '203534.678000', '203534.680000', '203534.683000', '203534.685000', '203534.688000', '203534.690000', '203534.693000', '203534.703000', '203534.706000', '203554.587000', '203554.590000', '203554.593000', '203554.595000', '203554.598000', '203554.600000', '203554.603000', '203554.606000', '203554.608000', '203554.611000', '203554.613000', '203554.616000', '203554.618000', '203554.621000', '203554.623000', '203554.626000', '203554.628000', '203554.631000', '203554.634000', '203554.637000', '203554.639000', '203554.642000', '203554.644000', '203554.647000', '203554.649000', '203554.652000', '203554.655000', '203554.658000', '203554.660000', '203554.663000', '203554.666000', '203554.668000', '203554.671000', '203554.673000', '203554.676000', '203554.679000', '203554.681000', '203554.684000', '203554.686000', '203554.689000', '203554.691000', '203554.694000', '203554.697000', '203614.588000', '203614.591000', '203614.594000', '203614.596000', '203614.599000', '203614.601000', '203614.604000', '203614.607000', '203614.609000', '203614.612000', '203614.614000', '203614.617000', '203614.619000', '203614.622000', '203614.624000', '203614.627000', '203614.630000', '203614.632000', '203614.635000', '203614.637000', '203614.640000', '203614.642000', '203614.645000', '203614.647000', '203614.650000', '203614.653000', '203614.655000', '203614.658000', '203614.660000', '203614.663000', '203614.665000', '203614.668000', '203614.670000', '203614.673000', '203614.676000', '203614.678000', '203614.681000', '203614.683000', '203614.686000', '203614.688000', '203614.691000', '203614.694000', '203614.696000', '203614.699000', '203634.589000', '203634.592000', '203634.594000', '203634.597000', '203634.600000', '203634.602000', '203634.605000', '203634.607000', '203634.610000', '203634.612000', '203634.615000', '203634.617000', '203634.620000', '203634.622000', '203634.625000', '203634.627000', '203634.630000', '203634.633000', '203634.635000', '203634.638000', '203634.640000', '203634.643000', '203634.645000', '203634.648000', '203634.650000', '203634.653000', '203634.656000', '203634.659000', '203634.662000', '203634.665000', '203634.667000', '203634.670000', '203634.672000', '203634.675000', '203634.678000', '203634.680000', '203634.683000', '203634.685000', '203634.688000', '203634.691000', '203634.693000', '203634.696000', '203634.698000', '203654.588000', '203654.591000', '203654.594000', '203654.597000', '203654.599000', '203654.602000', '203654.604000', '203654.607000', '203654.609000', '203654.612000', '203654.615000', '203654.617000', '203654.620000', '203654.622000', '203654.625000', '203654.627000', '203654.630000', '203654.632000', '203654.635000', '203654.637000', '203654.640000', '203654.643000', '203654.645000', '203654.648000', '203654.650000', '203654.653000', '203654.655000', '203654.658000', '203654.660000', '203654.663000', '203654.665000', '203654.668000', '203654.670000', '203654.673000', '203654.676000', '203654.678000', '203654.692000', '203654.694000', '203654.697000', '203654.700000', '203654.702000', '203654.705000', '203654.707000', '203654.710000', '203714.588000', '203714.590000', '203714.593000', '203714.595000', '203714.598000', '203714.601000', '203714.603000', '203714.606000', '203714.608000', '203714.611000', '203714.614000', '203714.616000', '203714.619000', '203714.621000', '203714.624000', '203714.626000', '203714.629000', '203714.632000', '203714.634000', '203714.637000', '203714.639000', '203714.642000', '203714.644000', '203714.647000', '203714.649000', '203714.652000', '203714.654000', '203714.657000', '203714.659000', '203714.662000', '203714.665000', '203714.667000', '203714.670000', '203714.673000', '203714.676000', '203714.679000', '203714.682000', '203714.684000', '203714.687000', '203714.689000', '203714.692000', '203714.694000', '203714.697000', '203734.588000', '203734.590000', '203734.593000', '203734.595000', '203734.598000', '203734.601000', '203734.603000', '203734.606000', '203734.608000', '203734.611000', '203734.613000', '203734.616000', '203734.618000', '203734.621000', '203734.624000', '203734.626000', '203734.629000', '203734.631000', '203734.634000', '203734.636000', '203734.639000', '203734.641000', '203734.644000', '203734.647000', '203734.649000', '203734.652000', '203734.654000', '203734.657000', '203734.659000', '203734.662000', '203734.665000', '203734.667000', '203734.670000', '203734.672000', '203734.675000', '203734.678000', '203734.680000', '203734.683000', '203734.685000', '203734.688000', '203734.690000', '203734.693000', '203734.696000', '203734.698000', '203754.587000', '203754.590000', '203754.593000', '203754.595000', '203754.598000', '203754.601000', '203754.603000', '203754.606000', '203754.608000', '203754.611000', '203754.613000', '203754.616000', '203754.618000', '203754.621000', '203754.624000', '203754.626000', '203754.629000', '203754.631000', '203754.634000', '203754.636000', '203754.639000', '203754.642000', '203754.644000', '203754.647000', '203754.649000', '203754.652000', '203754.654000', '203754.657000', '203754.659000', '203754.669000', '203754.672000', '203754.674000', '203754.677000', '203754.679000', '203754.682000', '203754.685000', '203754.687000', '203754.690000', '203754.692000', '203754.695000', '203754.698000', '203754.700000', '203754.703000', '203814.587000', '203814.590000', '203814.593000', '203814.596000', '203814.599000', '203814.601000', '203814.604000', '203814.606000', '203814.609000', '203814.611000', '203814.614000', '203814.616000', '203814.619000', '203814.621000', '203814.624000', '203814.627000', '203814.629000', '203814.632000', '203814.634000', '203814.637000', '203814.640000', '203814.642000', '203814.645000', '203814.647000', '203814.650000', '203814.652000', '203814.655000', '203814.657000', '203814.660000', '203814.663000', '203814.665000', '203814.668000', '203814.670000', '203814.673000', '203814.675000', '203814.678000', '203814.680000', '203814.683000', '203814.685000', '203814.688000', '203814.691000', '203814.693000', '203814.696000', '203814.698000', '203834.589000', '203834.591000', '203834.594000', '203834.597000', '203834.599000', '203834.602000', '203834.604000', '203834.607000', '203834.609000', '203834.612000', '203834.615000', '203834.617000', '203834.620000', '203834.622000', '203834.625000', '203834.627000', '203834.630000', '203834.633000', '203834.635000', '203834.638000', '203834.640000', '203834.643000', '203834.645000', '203834.648000', '203834.650000', '203834.653000', '203834.656000', '203834.658000', '203834.661000', '203834.663000', '203834.666000', '203834.668000', '203834.671000', '203834.673000', '203834.676000', '203834.678000', '203834.681000', '203834.684000', '203834.686000', '203834.689000', '203834.692000', '203834.694000', '203834.697000', '203854.588000', '203854.591000', '203854.594000', '203854.596000', '203854.599000', '203854.602000', '203854.604000', '203854.607000', '203854.609000', '203854.612000', '203854.614000', '203854.617000', '203854.619000', '203854.622000', '203854.625000', '203854.627000', '203854.630000', '203854.632000', '203854.635000', '203854.638000', '203854.640000', '203854.643000', '203854.645000', '203854.648000', '203854.650000', '203854.653000', '203854.655000', '203854.658000', '203854.660000', '203854.663000', '203854.666000', '203854.668000', '203854.671000', '203854.673000', '203854.676000', '203854.678000', '203854.681000', '203854.683000', '203854.686000', '203854.688000', '203854.691000', '203854.693000', '203854.696000', '203854.699000', '203914.589000', '203914.591000', '203914.594000', '203914.597000', '203914.599000', '203914.602000', '203914.604000', '203914.607000', '203914.609000', '203914.612000', '203914.614000', '203914.617000', '203914.620000', '203914.622000', '203914.625000', '203914.627000', '203914.630000', '203914.632000', '203914.635000', '203914.637000', '203914.640000', '203914.643000', '203914.645000', '203914.648000', '203914.650000', '203914.653000', '203914.656000', '203914.658000', '203914.661000', '203914.663000', '203914.666000', '203914.668000', '203914.671000', '203914.673000', '203914.676000', '203914.678000', '203914.681000', '203914.683000', '203914.686000', '203914.688000', '203914.708000', '203914.710000', '203914.713000', '203934.588000', '203934.591000', '203934.593000', '203934.596000', '203934.598000', '203934.601000', '203934.603000', '203934.606000', '203934.609000', '203934.611000', '203934.614000', '203934.616000', '203934.619000', '203934.621000', '203934.624000', '203934.626000', '203934.629000', '203934.632000', '203934.634000', '203934.637000', '203934.640000', '203934.642000', '203934.645000', '203934.647000', '203934.650000', '203934.653000', '203934.655000', '203934.658000', '203934.660000', '203934.663000', '203934.665000', '203934.668000', '203934.671000', '203934.673000', '203934.676000', '203934.678000', '203934.682000', '203934.685000', '203934.687000', '203934.690000', '203934.692000', '203934.695000', '203934.697000', '203934.700000', '203954.587000', '203954.590000', '203954.593000', '203954.595000', '203954.598000', '203954.601000', '203954.603000', '203954.606000', '203954.608000', '203954.611000', '203954.613000', '203954.616000', '203954.619000', '203954.621000', '203954.624000', '203954.626000', '203954.629000', '203954.632000', '203954.634000', '203954.637000', '203954.639000', '203954.642000', '203954.644000', '203954.647000', '203954.650000', '203954.652000', '203954.655000', '203954.657000', '203954.660000', '203954.662000', '203954.665000', '203954.667000', '203954.670000', '203954.672000', '203954.675000', '203954.677000', '203954.680000', '203954.682000', '203954.685000', '203954.688000', '203954.721000', '203954.723000', '203954.726000', '204014.587000', '204014.590000', '204014.593000', '204014.595000', '204014.598000', '204014.601000', '204014.604000', '204014.607000', '204014.609000', '204014.612000', '204014.615000', '204014.617000', '204014.622000', '204014.625000', '204014.627000', '204014.630000', '204014.633000', '204014.635000', '204014.638000', '204014.641000', '204014.643000', '204014.646000', '204014.648000', '204014.651000', '204014.653000', '204014.656000', '204014.659000', '204014.661000', '204014.664000', '204014.667000', '204014.674000', '204014.676000', '204014.679000', '204014.682000', '204014.693000', '204014.696000', '204014.698000', '204014.701000', '204014.704000', '204014.706000', '204014.709000', '204014.712000', '204014.714000', '204014.717000', '204015.023000'], 'InstanceCreationTime': ['203354.619000', '203354.621000', '203354.624000', '203354.627000', '203354.629000', '203354.638000', '203354.641000', '203354.643000', '203354.646000', '203354.649000', '203354.656000', '203354.658000', '203354.661000', '203354.664000', '203354.666000', '203354.669000', '203354.671000', '203354.674000', '203354.676000', '203354.679000', '203354.681000', '203354.684000', '203354.687000', '203354.689000', '203354.692000', '203354.694000', '203354.697000', '203354.699000', '203354.702000', '203354.705000', '203354.707000', '203354.715000', '203354.718000', '203354.720000', '203354.723000', '203354.726000', '203354.728000', '203354.731000', '203354.733000', '203354.735000', '203354.738000', '203354.741000', '203354.743000', '203354.746000', '203414.588000', '203414.591000', '203414.594000', '203414.596000', '203414.599000', '203414.606000', '203414.609000', '203414.611000', '203414.614000', '203414.616000', '203414.619000', '203414.621000', '203414.624000', '203414.626000', '203414.629000', '203414.631000', '203414.634000', '203414.636000', '203414.639000', '203414.641000', '203414.644000', '203414.646000', '203414.649000', '203414.651000', '203414.654000', '203414.656000', '203414.659000', '203414.661000', '203414.664000', '203414.666000', '203414.669000', '203414.672000', '203414.674000', '203414.677000', '203414.679000', '203414.682000', '203414.684000', '203414.687000', '203414.689000', '203414.692000', '203414.694000', '203414.704000', '203414.706000', '203414.709000', '203434.588000', '203434.591000', '203434.594000', '203434.596000', '203434.599000', '203434.601000', '203434.604000', '203434.606000', '203434.609000', '203434.612000', '203434.615000', '203434.618000', '203434.621000', '203434.623000', '203434.626000', '203434.628000', '203434.631000', '203434.633000', '203434.636000', '203434.638000', '203434.641000', '203434.643000', '203434.646000', '203434.648000', '203434.651000', '203434.653000', '203434.656000', '203434.658000', '203434.662000', '203434.665000', '203434.667000', '203434.670000', '203434.672000', '203434.675000', '203434.678000', '203434.680000', '203434.683000', '203434.685000', '203434.688000', '203434.690000', '203434.693000', '203434.695000', '203434.698000', '203454.587000', '203454.590000', '203454.593000', '203454.595000', '203454.598000', '203454.601000', '203454.603000', '203454.606000', '203454.608000', '203454.634000', '203454.637000', '203454.639000', '203454.642000', '203454.649000', '203454.652000', '203454.654000', '203454.657000', '203454.659000', '203454.662000', '203454.664000', '203454.667000', '203454.670000', '203454.672000', '203454.675000', '203454.677000', '203454.680000', '203454.682000', '203454.685000', '203454.687000', '203454.690000', '203454.693000', '203454.695000', '203454.698000', '203454.700000', '203454.703000', '203454.706000', '203454.708000', '203454.711000', '203454.713000', '203454.716000', '203454.718000', '203454.721000', '203454.723000', '203454.726000', '203514.588000', '203514.590000', '203514.593000', '203514.595000', '203514.598000', '203514.601000', '203514.603000', '203514.606000', '203514.608000', '203514.611000', '203514.613000', '203514.616000', '203514.618000', '203514.621000', '203514.623000', '203514.627000', '203514.630000', '203514.633000', '203514.636000', '203514.638000', '203514.641000', '203514.643000', '203514.646000', '203514.648000', '203514.651000', '203514.653000', '203514.656000', '203514.659000', '203514.661000', '203514.664000', '203514.666000', '203514.669000', '203514.671000', '203514.674000', '203514.676000', '203514.679000', '203514.681000', '203514.684000', '203514.687000', '203514.689000', '203514.692000', '203514.694000', '203514.697000', '203534.588000', '203534.590000', '203534.593000', '203534.595000', '203534.598000', '203534.601000', '203534.603000', '203534.606000', '203534.608000', '203534.611000', '203534.613000', '203534.616000', '203534.619000', '203534.621000', '203534.624000', '203534.626000', '203534.629000', '203534.631000', '203534.634000', '203534.637000', '203534.639000', '203534.642000', '203534.644000', '203534.647000', '203534.649000', '203534.652000', '203534.655000', '203534.657000', '203534.660000', '203534.662000', '203534.665000', '203534.668000', '203534.670000', '203534.673000', '203534.675000', '203534.678000', '203534.680000', '203534.683000', '203534.685000', '203534.688000', '203534.690000', '203534.693000', '203534.703000', '203534.706000', '203554.587000', '203554.590000', '203554.593000', '203554.595000', '203554.598000', '203554.600000', '203554.603000', '203554.606000', '203554.608000', '203554.611000', '203554.613000', '203554.616000', '203554.618000', '203554.621000', '203554.623000', '203554.626000', '203554.628000', '203554.631000', '203554.634000', '203554.637000', '203554.639000', '203554.642000', '203554.644000', '203554.647000', '203554.649000', '203554.652000', '203554.655000', '203554.658000', '203554.660000', '203554.663000', '203554.666000', '203554.668000', '203554.671000', '203554.673000', '203554.676000', '203554.679000', '203554.681000', '203554.684000', '203554.686000', '203554.689000', '203554.691000', '203554.694000', '203554.697000', '203614.588000', '203614.591000', '203614.594000', '203614.596000', '203614.599000', '203614.601000', '203614.604000', '203614.607000', '203614.609000', '203614.612000', '203614.614000', '203614.617000', '203614.619000', '203614.622000', '203614.624000', '203614.627000', '203614.630000', '203614.632000', '203614.635000', '203614.637000', '203614.640000', '203614.642000', '203614.645000', '203614.647000', '203614.650000', '203614.653000', '203614.655000', '203614.658000', '203614.660000', '203614.663000', '203614.665000', '203614.668000', '203614.670000', '203614.673000', '203614.676000', '203614.678000', '203614.681000', '203614.683000', '203614.686000', '203614.688000', '203614.691000', '203614.694000', '203614.696000', '203614.699000', '203634.589000', '203634.592000', '203634.594000', '203634.597000', '203634.600000', '203634.602000', '203634.605000', '203634.607000', '203634.610000', '203634.612000', '203634.615000', '203634.617000', '203634.620000', '203634.622000', '203634.625000', '203634.627000', '203634.630000', '203634.633000', '203634.635000', '203634.638000', '203634.640000', '203634.643000', '203634.645000', '203634.648000', '203634.650000', '203634.653000', '203634.656000', '203634.659000', '203634.662000', '203634.665000', '203634.667000', '203634.670000', '203634.672000', '203634.675000', '203634.678000', '203634.680000', '203634.683000', '203634.685000', '203634.688000', '203634.691000', '203634.693000', '203634.696000', '203634.698000', '203654.588000', '203654.591000', '203654.594000', '203654.597000', '203654.599000', '203654.602000', '203654.604000', '203654.607000', '203654.609000', '203654.612000', '203654.615000', '203654.617000', '203654.620000', '203654.622000', '203654.625000', '203654.627000', '203654.630000', '203654.632000', '203654.635000', '203654.637000', '203654.640000', '203654.643000', '203654.645000', '203654.648000', '203654.650000', '203654.653000', '203654.655000', '203654.658000', '203654.660000', '203654.663000', '203654.665000', '203654.668000', '203654.670000', '203654.673000', '203654.676000', '203654.678000', '203654.692000', '203654.694000', '203654.697000', '203654.700000', '203654.702000', '203654.705000', '203654.707000', '203654.710000', '203714.588000', '203714.590000', '203714.593000', '203714.595000', '203714.598000', '203714.601000', '203714.603000', '203714.606000', '203714.608000', '203714.611000', '203714.614000', '203714.616000', '203714.619000', '203714.621000', '203714.624000', '203714.626000', '203714.629000', '203714.632000', '203714.634000', '203714.637000', '203714.639000', '203714.642000', '203714.644000', '203714.647000', '203714.649000', '203714.652000', '203714.654000', '203714.657000', '203714.659000', '203714.662000', '203714.665000', '203714.667000', '203714.670000', '203714.673000', '203714.676000', '203714.679000', '203714.682000', '203714.684000', '203714.687000', '203714.689000', '203714.692000', '203714.694000', '203714.697000', '203734.588000', '203734.590000', '203734.593000', '203734.595000', '203734.598000', '203734.601000', '203734.603000', '203734.606000', '203734.608000', '203734.611000', '203734.613000', '203734.616000', '203734.618000', '203734.621000', '203734.624000', '203734.626000', '203734.629000', '203734.631000', '203734.634000', '203734.636000', '203734.639000', '203734.641000', '203734.644000', '203734.647000', '203734.649000', '203734.652000', '203734.654000', '203734.657000', '203734.659000', '203734.662000', '203734.665000', '203734.667000', '203734.670000', '203734.672000', '203734.675000', '203734.678000', '203734.680000', '203734.683000', '203734.685000', '203734.688000', '203734.690000', '203734.693000', '203734.696000', '203734.698000', '203754.587000', '203754.590000', '203754.593000', '203754.595000', '203754.598000', '203754.601000', '203754.603000', '203754.606000', '203754.608000', '203754.611000', '203754.613000', '203754.616000', '203754.618000', '203754.621000', '203754.624000', '203754.626000', '203754.629000', '203754.631000', '203754.634000', '203754.636000', '203754.639000', '203754.642000', '203754.644000', '203754.647000', '203754.649000', '203754.652000', '203754.654000', '203754.657000', '203754.659000', '203754.669000', '203754.672000', '203754.674000', '203754.677000', '203754.679000', '203754.682000', '203754.685000', '203754.687000', '203754.690000', '203754.692000', '203754.695000', '203754.698000', '203754.700000', '203754.703000', '203814.587000', '203814.590000', '203814.593000', '203814.596000', '203814.599000', '203814.601000', '203814.604000', '203814.606000', '203814.609000', '203814.611000', '203814.614000', '203814.616000', '203814.619000', '203814.621000', '203814.624000', '203814.627000', '203814.629000', '203814.632000', '203814.634000', '203814.637000', '203814.640000', '203814.642000', '203814.645000', '203814.647000', '203814.650000', '203814.652000', '203814.655000', '203814.657000', '203814.660000', '203814.663000', '203814.665000', '203814.668000', '203814.670000', '203814.673000', '203814.675000', '203814.678000', '203814.680000', '203814.683000', '203814.685000', '203814.688000', '203814.691000', '203814.693000', '203814.696000', '203814.698000', '203834.589000', '203834.591000', '203834.594000', '203834.597000', '203834.599000', '203834.602000', '203834.604000', '203834.607000', '203834.609000', '203834.612000', '203834.615000', '203834.617000', '203834.620000', '203834.622000', '203834.625000', '203834.627000', '203834.630000', '203834.633000', '203834.635000', '203834.638000', '203834.640000', '203834.643000', '203834.645000', '203834.648000', '203834.650000', '203834.653000', '203834.656000', '203834.658000', '203834.661000', '203834.663000', '203834.666000', '203834.668000', '203834.671000', '203834.673000', '203834.676000', '203834.678000', '203834.681000', '203834.684000', '203834.686000', '203834.689000', '203834.692000', '203834.694000', '203834.697000', '203854.588000', '203854.591000', '203854.594000', '203854.596000', '203854.599000', '203854.602000', '203854.604000', '203854.607000', '203854.609000', '203854.612000', '203854.614000', '203854.617000', '203854.619000', '203854.622000', '203854.625000', '203854.627000', '203854.630000', '203854.632000', '203854.635000', '203854.638000', '203854.640000', '203854.643000', '203854.645000', '203854.648000', '203854.650000', '203854.653000', '203854.655000', '203854.658000', '203854.660000', '203854.663000', '203854.666000', '203854.668000', '203854.671000', '203854.673000', '203854.676000', '203854.678000', '203854.681000', '203854.683000', '203854.686000', '203854.688000', '203854.691000', '203854.693000', '203854.696000', '203854.699000', '203914.589000', '203914.591000', '203914.594000', '203914.597000', '203914.599000', '203914.602000', '203914.604000', '203914.607000', '203914.609000', '203914.612000', '203914.614000', '203914.617000', '203914.620000', '203914.622000', '203914.625000', '203914.627000', '203914.630000', '203914.632000', '203914.635000', '203914.637000', '203914.640000', '203914.643000', '203914.645000', '203914.648000', '203914.650000', '203914.653000', '203914.656000', '203914.658000', '203914.661000', '203914.663000', '203914.666000', '203914.668000', '203914.671000', '203914.673000', '203914.676000', '203914.678000', '203914.681000', '203914.683000', '203914.686000', '203914.688000', '203914.708000', '203914.710000', '203914.713000', '203934.588000', '203934.591000', '203934.593000', '203934.596000', '203934.598000', '203934.601000', '203934.603000', '203934.606000', '203934.609000', '203934.611000', '203934.614000', '203934.616000', '203934.619000', '203934.621000', '203934.624000', '203934.626000', '203934.629000', '203934.632000', '203934.634000', '203934.637000', '203934.640000', '203934.642000', '203934.645000', '203934.647000', '203934.650000', '203934.653000', '203934.655000', '203934.658000', '203934.660000', '203934.663000', '203934.665000', '203934.668000', '203934.671000', '203934.673000', '203934.676000', '203934.678000', '203934.682000', '203934.685000', '203934.687000', '203934.690000', '203934.692000', '203934.695000', '203934.697000', '203934.700000', '203954.587000', '203954.590000', '203954.593000', '203954.595000', '203954.598000', '203954.601000', '203954.603000', '203954.606000', '203954.608000', '203954.611000', '203954.613000', '203954.616000', '203954.619000', '203954.621000', '203954.624000', '203954.626000', '203954.629000', '203954.632000', '203954.634000', '203954.637000', '203954.639000', '203954.642000', '203954.644000', '203954.647000', '203954.650000', '203954.652000', '203954.655000', '203954.657000', '203954.660000', '203954.662000', '203954.665000', '203954.667000', '203954.670000', '203954.672000', '203954.675000', '203954.677000', '203954.680000', '203954.682000', '203954.685000', '203954.688000', '203954.721000', '203954.723000', '203954.726000', '204014.587000', '204014.590000', '204014.593000', '204014.595000', '204014.598000', '204014.601000', '204014.604000', '204014.607000', '204014.609000', '204014.612000', '204014.615000', '204014.617000', '204014.622000', '204014.625000', '204014.627000', '204014.630000', '204014.633000', '204014.635000', '204014.638000', '204014.641000', '204014.643000', '204014.646000', '204014.648000', '204014.651000', '204014.653000', '204014.656000', '204014.659000', '204014.661000', '204014.664000', '204014.667000', '204014.674000', '204014.676000', '204014.679000', '204014.682000', '204014.693000', '204014.696000', '204014.698000', '204014.701000', '204014.704000', '204014.706000', '204014.709000', '204014.712000', '204014.714000', '204014.717000', '204015.023000'], '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': [12820, 8285, 13767, 11203, 12079, 10717, 7644, 12556, 10529, 14394, 9631, 11559, 9104, 12691, 11514, 8670, 10722, 9750, 12911, 11231, 11964, 9361, 8598, 10060, 9623, 11941, 10583, 7844, 10104, 13448, 11402, 12010, 10450, 10984, 9840, 11212, 10103, 10414, 9483, 10859, 10320, 9959, 9379, 8468, 10265, 10019, 12116, 10888, 12241, 10207, 13392, 12501, 11218, 9680, 11315, 9131, 11514, 8645, 9514, 9137, 10363, 11290, 13502, 11883, 8590, 10124, 9019, 10758, 11993, 12822, 13844, 10956, 12190, 9517, 11795, 11280, 10671, 9986, 11380, 10638, 12723, 11802, 9473, 11743, 9020, 13291, 11562, 12134, 10187, 9129, 12110, 9765, 10295, 9574, 8692, 12946, 11633, 9399, 11827, 9429, 9640, 12060, 8762, 11855, 9930, 8844, 12221, 9534, 11764, 9870, 9578, 13098, 11041, 7756, 11450, 9316, 13795, 11211, 9379, 12429, 11296, 14521, 10462, 12182, 10061, 13019, 12461, 9144, 10949, 9408, 12371, 10294, 11681, 9603, 8181, 11197, 9881, 13005, 9491, 10632, 9524, 13693, 11384, 8771, 11211, 9348, 13267, 11773, 10469, 10325, 9036, 12359, 9936, 11775, 9485, 12219, 11212, 8863, 10412, 8343, 12335, 10371, 12792, 8661, 11736, 10113, 12645, 9154, 11217, 9136, 11864, 10997, 10067, 9598, 8623, 10638, 11950, 11709, 8851, 11204, 9249, 11748, 10896, 8044, 11092, 9610, 12608, 9460, 11881, 9767, 11926, 10619, 10812, 9789, 10791, 9987, 10464, 9848, 8079, 9546, 9761, 11976, 9645, 11417, 9442, 12418, 11656, 10713, 9607, 11874, 10005, 13084, 10976, 8602, 10243, 9955, 11529, 9889, 10243, 9700, 12760, 11490, 9493, 10003, 9454, 9009, 11566, 11302, 10771, 11955, 9025, 12461, 13781, 13045, 8707, 11113, 10049, 11560, 10353, 11278, 9451, 10961, 9814, 12294, 10550, 9692, 10803, 10394, 10126, 10892, 9719, 11474, 9667, 12492, 10278, 11694, 9659, 10811, 9880, 12703, 10555, 8594, 10350, 9867, 12354, 8882, 10658, 9845, 11427, 10329, 8336, 9281, 8714, 10262, 9887, 11851, 10019, 10298, 10256, 11226, 10810, 10328, 10143, 9219, 11236, 10071, 12285, 9320, 10610, 10021, 11370, 9088, 10313, 9237, 10680, 9790, 11733, 9354, 8459, 10191, 10177, 11496, 10116, 11327, 10420, 12495, 11485, 10794, 10132, 11873, 10212, 12372, 10866, 8350, 9475, 9029, 10813, 9268, 11554, 9212, 11241, 9975, 12031, 10346, 10846, 9724, 11306, 10401, 12063, 10667, 12044, 9823, 12201, 10566, 8583, 10203, 8401, 11049, 11720, 11213, 8686, 10729, 9122, 11642, 9662, 11480, 8726, 10736, 10070, 11583, 9548, 10536, 9723, 11293, 9763, 10262, 10002, 10599, 9924, 12189, 9465, 11058, 9319, 11459, 9988, 11300, 9885, 10614, 10180, 11003, 9671, 8321, 9671, 10052, 11862, 9869, 11499, 10027, 12315, 10086, 12232, 9724, 11332, 9864, 11239, 9788, 10745, 9844, 11612, 10723, 10270, 9472, 9739, 10464, 10382, 11018, 9124, 11299, 9605, 13331, 10669, 10030, 10900, 9849, 9484, 11753, 10698, 12504, 9292, 12322, 10607, 11450, 10203, 11784, 10017, 12128, 11044, 9512, 10913, 9510, 11915, 11129, 10823, 10071, 8890, 10915, 9744, 12742, 9213, 10830, 9716, 12049, 11105, 8273, 10063, 9242, 10993, 9172, 11106, 8914, 10717, 9907, 11410, 9867, 9866, 10267, 10847, 10404, 9668, 9521, 10981, 9930, 9880, 12438, 9656, 10770, 9529, 11737, 11111, 10794, 9394, 8952, 10302, 10551, 12182, 9539, 11144, 10074, 12115, 11085, 11102, 9741, 11286, 10183, 12973, 10875, 8497, 9883, 9690, 11047, 10468, 11324, 9055, 10846, 9908, 8763, 9649, 9914, 10786, 9854, 12017, 9772, 11207, 9714, 11230, 9521, 11070, 9491, 10853, 9964, 11582, 10600, 10033, 8974, 8846, 10109, 10428, 12234, 9152, 11146, 9547, 11771, 10248, 12043, 9671, 10419, 10292, 11633, 9752, 9048, 10721, 10151, 12317, 9884, 11889, 9977, 11090, 10377, 10496, 9644, 8563, 10553, 11644, 12179, 9191, 10758, 10360, 11661, 9960, 12146, 9490, 10459, 9734, 9030, 10545, 9778, 11861, 11282, 13393, 9665, 11123, 10220, 11937, 9691, 10730, 9740, 10136, 10025, 11652, 9474, 8618, 10097, 10172, 12168, 10509, 8889, 10966, 13375, 12508, 8933, 11183, 10304, 12205, 10613, 10612, 9797, 10046, 11161, 10151, 11985, 9965, 10885, 9642, 12077, 10947, 8200, 9316, 8848, 10506, 10341, 10879, 9909, 10301, 9880, 9455, 10967, 9156, 11360, 10211, 12668, 10358, 10998, 9514, 10494, 10071, 9805, 11450, 9867, 11010, 9836, 11879, 10472, 9141, 10186, 10064, 11642, 10247, 11806, 10180, 10634, 9853, 11968, 11054, 8986, 10478, 10317, 11444, 10211, 9011, 9415, 10296, 11373, 9892, 9779, 9667, 9171, 11082, 10524, 12490, 8852, 12108, 10701, 9299, 11857, 10388, 8273, 12012, 10835, 12445, 13062, 10433, 13176, 15151, 11951, 12655, 11120, 12402, 10717, 11695, 10886, 9219, 9983, 9661, 9573, 11778, 9529, 11823, 9876, 12409, 10597, 12641, 9187, 11486, 10078, 12504, 11713, 10541, 10426, 13267, 10620, 12049, 11056, 8420, 10372, 9845, 12316, 11095, 9199, 11516, 9879, 12665, 11949, 11388, 10011, 12678, 10859, 8983, 10804, 9620, 11448, 10339, 12609, 9133, 11190, 9324, 11565, 11150, 9866, 9706, 8838, 11137, 10555, 11871, 9637, 11281, 9939, 12073, 10965, 8053, 9613, 9738, 11332, 10416, 11005, 9734, 11220, 10574, 12318, 9424, 10582, 10143, 11507, 11048, 9551, 10032, 8688, 10822, 10187, 12160, 9127, 10937, 9937, 11923, 10388, 10357, 9405, 9770, 11663, 10484, 9468, 10450, 9662, 11876, 12832, 13301, 9041, 10870, 10451, 12477, 9357, 10947, 10065, 11956, 11384, 9678, 10977, 9629, 12041, 10905, 10985, 9608, 11890, 10120, 12404, 10140, 8650, 10182, 9456, 11446, 10271, 9266, 11015, 9727, 11676, 10612, 11334, 10302, 10827, 9734, 10672, 10106, 10087, 8797, 8474, 9728, 10143, 11979, 9828, 11257, 9687, 10093, 12547, 10008, 10318, 9236, 9787, 11337, 9816, 11189, 9972, 11436, 11003, 11033, 10073, 9334, 10620, 10164, 12850, 9951, 10806, 10244, 10535, 12585, 10782, 8483, 10620, 10279, 13519, 11076, 9374, 10925, 10450, 10471, 10786, 9826, 12208, 11156, 9556, 11089, 10112, 11767, 10324, 8995, 10793, 9610, 12315, 10397, 12725, 10583, 9030, 10236, 10491, 12326, 9734, 9362, 11329, 10485, 10162, 11163, 9874, 12147, 10847, 12224, 10639, 9506, 11469, 9982, 12078, 10297, 8976, 11446, 10533], 'WindowCenter': [4095.0, 4038.0, 4076.0, 4058.0, 4053.0, 4042.0, 3986.0, 4038.0, 4016.0, 4049.0, 4017.0, 4023.0, 3993.0, 4032.0, 4024.0, 3980.0, 4010.0, 4001.0, 4034.0, 4023.0, 4022.0, 4004.0, 3993.0, 4000.0, 4002.0, 4022.0, 4027.0, 3983.0, 4015.0, 4033.0, 4024.0, 4022.0, 4003.0, 3998.0, 4002.0, 4011.0, 4003.0, 4014.0, 4002.0, 4009.0, 4002.0, 3997.0, 3992.0, 3993.0, 4015.0, 4017.0, 4023.0, 4013.0, 4020.0, 4002.0, 4029.0, 4022.0, 3998.0, 3988.0, 4010.0, 3989.0, 4008.0, 3980.0, 3988.0, 4003.0, 4012.0, 4026.0, 4035.0, 4036.0, 3992.0, 4011.0, 3992.0, 4013.0, 4009.0, 4021.0, 4018.0, 3999.0, 4008.0, 3989.0, 4008.0, 3999.0, 3986.0, 3987.0, 3995.0, 3997.0, 4006.0, 3997.0, 3971.0, 3994.0, 3965.0, 4005.0, 3995.0, 3995.0, 3986.0, 3975.0, 3994.0, 3986.0, 3985.0, 3985.0, 3977.0, 4019.0, 4022.0, 3991.0, 4009.0, 4003.0, 4001.0, 4023.0, 3982.0, 4021.0, 4002.0, 3992.0, 4023.0, 4003.0, 4021.0, 4003.0, 4004.0, 4047.0, 4027.0, 3983.0, 4025.0, 4007.0, 4047.0, 4028.0, 3994.0, 4037.0, 4015.0, 4036.0, 4001.0, 4012.0, 4002.0, 4020.0, 4023.0, 3974.0, 3999.0, 3977.0, 4009.0, 4002.0, 4019.0, 4002.0, 3980.0, 4011.0, 4000.0, 4030.0, 4003.0, 4011.0, 4004.0, 4033.0, 4026.0, 3991.0, 4013.0, 3992.0, 4034.0, 4024.0, 4009.0, 4011.0, 3991.0, 4035.0, 4016.0, 4023.0, 4001.0, 4023.0, 4026.0, 3989.0, 4014.0, 3980.0, 4035.0, 4002.0, 4023.0, 3976.0, 4012.0, 3999.0, 4022.0, 3978.0, 3999.0, 3988.0, 4010.0, 4013.0, 4000.0, 4002.0, 3979.0, 4015.0, 4023.0, 4026.0, 3993.0, 4013.0, 4003.0, 4024.0, 4027.0, 3980.0, 4026.0, 4004.0, 4037.0, 4006.0, 4025.0, 4005.0, 4023.0, 4013.0, 4011.0, 4003.0, 4012.0, 4001.0, 4012.0, 4003.0, 3981.0, 4003.0, 4014.0, 4027.0, 4004.0, 4025.0, 4003.0, 4024.0, 4025.0, 4003.0, 3991.0, 4005.0, 4003.0, 4018.0, 4013.0, 3975.0, 3999.0, 4000.0, 4012.0, 4004.0, 4001.0, 4003.0, 4031.0, 4026.0, 4002.0, 4001.0, 4017.0, 3995.0, 4024.0, 4028.0, 4026.0, 4026.0, 3994.0, 4036.0, 4031.0, 4025.0, 3963.0, 4000.0, 3976.0, 4000.0, 3984.0, 3987.0, 3975.0, 3985.0, 3987.0, 4008.0, 4001.0, 3990.0, 3999.0, 4015.0, 4002.0, 4015.0, 4004.0, 4024.0, 4004.0, 4024.0, 4004.0, 4013.0, 3989.0, 4000.0, 3991.0, 4009.0, 4001.0, 3962.0, 3989.0, 3988.0, 4010.0, 3977.0, 3988.0, 3989.0, 4010.0, 4002.0, 3968.0, 3991.0, 3980.0, 4013.0, 4002.0, 4024.0, 4003.0, 4002.0, 4015.0, 4024.0, 4027.0, 4000.0, 4014.0, 3990.0, 4012.0, 4002.0, 4023.0, 3991.0, 4001.0, 4001.0, 4010.0, 3992.0, 3999.0, 3992.0, 4010.0, 4003.0, 4023.0, 3993.0, 3980.0, 4003.0, 4010.0, 4024.0, 4015.0, 4011.0, 4015.0, 4022.0, 4026.0, 4009.0, 4004.0, 4010.0, 4002.0, 4020.0, 4013.0, 3965.0, 3991.0, 3979.0, 4012.0, 3993.0, 4024.0, 3992.0, 4013.0, 4016.0, 4024.0, 4017.0, 4013.0, 4004.0, 4012.0, 4016.0, 4023.0, 4015.0, 4023.0, 4004.0, 4022.0, 4004.0, 3980.0, 4003.0, 3979.0, 4014.0, 4011.0, 4014.0, 3979.0, 4002.0, 3990.0, 4014.0, 3991.0, 4013.0, 3979.0, 4001.0, 4000.0, 4013.0, 3991.0, 4002.0, 4003.0, 4025.0, 4005.0, 4015.0, 4005.0, 4015.0, 4003.0, 4027.0, 4004.0, 4012.0, 3990.0, 4013.0, 4002.0, 4013.0, 3992.0, 3998.0, 3990.0, 3997.0, 3992.0, 3969.0, 3991.0, 4000.0, 4013.0, 4003.0, 4011.0, 4002.0, 4020.0, 4002.0, 4010.0, 3979.0, 3997.0, 3989.0, 3998.0, 3989.0, 3998.0, 3990.0, 3999.0, 4001.0, 3986.0, 3990.0, 3977.0, 4001.0, 3985.0, 3997.0, 3977.0, 3999.0, 3990.0, 4032.0, 4002.0, 3990.0, 4012.0, 4003.0, 4002.0, 4027.0, 4017.0, 4026.0, 3994.0, 4023.0, 4014.0, 4013.0, 4003.0, 4009.0, 3991.0, 4008.0, 4013.0, 3990.0, 4000.0, 3991.0, 4022.0, 4015.0, 4013.0, 4003.0, 3980.0, 4001.0, 3992.0, 4023.0, 3991.0, 4000.0, 3992.0, 4011.0, 4013.0, 3969.0, 3992.0, 3974.0, 4002.0, 3976.0, 4001.0, 3980.0, 3998.0, 3989.0, 4012.0, 3990.0, 4000.0, 3999.0, 4013.0, 4016.0, 4002.0, 4004.0, 4011.0, 4004.0, 4003.0, 4025.0, 3991.0, 4001.0, 3989.0, 4011.0, 4012.0, 4001.0, 3992.0, 3980.0, 4002.0, 4001.0, 4022.0, 3993.0, 3998.0, 3991.0, 4011.0, 4014.0, 4000.0, 3987.0, 3996.0, 3991.0, 4010.0, 4001.0, 3963.0, 3977.0, 3976.0, 3997.0, 3988.0, 3997.0, 3979.0, 3999.0, 3991.0, 3976.0, 3990.0, 3991.0, 4000.0, 4004.0, 4021.0, 4002.0, 4000.0, 3990.0, 4000.0, 3989.0, 3999.0, 3991.0, 3998.0, 3989.0, 3999.0, 4002.0, 3988.0, 3980.0, 3980.0, 4001.0, 4002.0, 4025.0, 3992.0, 4013.0, 3992.0, 4014.0, 4003.0, 4012.0, 3992.0, 3999.0, 4002.0, 4011.0, 3990.0, 3981.0, 4001.0, 4003.0, 4027.0, 4004.0, 4013.0, 3992.0, 4012.0, 4003.0, 4002.0, 3994.0, 3978.0, 4015.0, 4012.0, 4024.0, 3981.0, 4001.0, 3990.0, 4013.0, 3992.0, 4011.0, 3987.0, 3999.0, 3992.0, 3991.0, 4000.0, 4003.0, 4024.0, 4013.0, 4034.0, 3990.0, 4001.0, 4001.0, 4011.0, 3992.0, 4000.0, 3991.0, 3988.0, 3991.0, 4010.0, 3992.0, 3981.0, 4001.0, 4002.0, 4024.0, 4016.0, 3993.0, 4016.0, 4031.0, 4026.0, 3978.0, 4000.0, 3987.0, 4010.0, 3990.0, 3988.0, 3989.0, 3990.0, 3999.0, 4001.0, 4010.0, 3992.0, 4000.0, 3990.0, 4009.0, 4001.0, 3966.0, 3978.0, 3978.0, 3999.0, 3999.0, 4001.0, 4002.0, 4000.0, 4004.0, 3992.0, 4013.0, 3993.0, 4013.0, 4002.0, 4023.0, 4004.0, 3999.0, 3992.0, 3988.0, 3990.0, 3991.0, 4012.0, 3990.0, 3999.0, 3988.0, 4010.0, 4003.0, 3980.0, 4001.0, 3991.0, 4012.0, 4004.0, 4013.0, 4000.0, 3986.0, 3990.0, 4010.0, 4001.0, 3979.0, 3988.0, 4001.0, 4011.0, 4002.0, 3979.0, 3979.0, 4000.0, 4012.0, 4004.0, 3990.0, 3993.0, 3993.0, 4014.0, 4003.0, 4025.0, 3996.0, 4023.0, 4015.0, 3994.0, 4026.0, 4018.0, 3996.0, 4035.0, 4018.0, 4038.0, 4052.0, 4006.0, 4027.0, 4030.0, 4011.0, 4012.0, 4002.0, 4009.0, 3988.0, 3999.0, 3999.0, 3978.0, 3987.0, 3992.0, 3990.0, 4024.0, 4006.0, 4025.0, 4005.0, 4038.0, 4006.0, 4026.0, 3981.0, 4001.0, 3991.0, 4011.0, 4014.0, 3987.0, 4002.0, 4020.0, 4003.0, 4010.0, 4003.0, 3968.0, 3988.0, 3991.0, 4022.0, 4014.0, 3993.0, 4012.0, 3993.0, 4022.0, 4014.0, 4001.0, 3990.0, 4010.0, 4001.0, 3965.0, 3988.0, 3979.0, 4012.0, 3990.0, 4012.0, 3978.0, 3986.0, 3978.0, 3996.0, 4000.0, 3976.0, 3979.0, 3964.0, 3999.0, 3999.0, 4007.0, 3988.0, 4000.0, 3989.0, 4010.0, 4003.0, 3955.0, 3991.0, 3991.0, 4014.0, 4014.0, 4013.0, 3992.0, 4016.0, 4014.0, 4026.0, 3992.0, 4002.0, 4005.0, 4014.0, 4014.0, 3990.0, 4003.0, 3980.0, 4003.0, 4001.0, 4012.0, 3990.0, 4001.0, 3991.0, 4012.0, 4003.0, 4015.0, 4005.0, 4001.0, 4024.0, 4016.0, 3991.0, 4001.0, 3991.0, 4014.0, 4008.0, 4022.0, 3967.0, 3988.0, 3989.0, 4010.0, 3977.0, 3986.0, 3988.0, 4007.0, 4011.0, 3990.0, 3988.0, 3991.0, 4010.0, 4000.0, 3988.0, 3977.0, 3991.0, 3989.0, 3995.0, 3986.0, 3955.0, 3974.0, 3978.0, 3998.0, 3989.0, 3979.0, 3999.0, 3979.0, 4011.0, 3999.0, 3998.0, 3989.0, 3988.0, 3990.0, 3988.0, 3990.0, 3987.0, 3969.0, 3965.0, 3990.0, 3998.0, 4012.0, 3992.0, 3998.0, 3992.0, 4000.0, 4024.0, 4005.0, 4000.0, 3993.0, 3988.0, 4013.0, 4002.0, 4000.0, 3991.0, 4010.0, 4001.0, 4001.0, 3991.0, 3978.0, 4000.0, 3989.0, 4009.0, 3990.0, 3993.0, 3986.0, 4000.0, 4012.0, 3997.0, 3967.0, 4001.0, 3990.0, 4023.0, 4001.0, 3979.0, 3999.0, 4000.0, 4001.0, 4001.0, 3989.0, 4009.0, 4000.0, 3977.0, 4000.0, 3989.0, 4010.0, 3997.0, 3978.0, 3999.0, 3990.0, 4023.0, 4003.0, 4022.0, 4003.0, 3978.0, 4002.0, 4002.0, 4020.0, 4003.0, 3993.0, 4024.0, 4016.0, 4003.0, 4016.0, 4004.0, 4022.0, 4014.0, 4024.0, 4015.0, 3991.0, 4011.0, 4003.0, 4024.0, 4005.0, 3978.0, 4013.0, 4013.0], 'WindowWidth': [9108.0, 9020.0, 9061.0, 9040.0, 9025.0, 9005.0, 8922.0, 8994.0, 8961.0, 9009.0, 8964.0, 8965.0, 8925.0, 8976.0, 8967.0, 8902.0, 8942.0, 8933.0, 8980.0, 8964.0, 8964.0, 8943.0, 8924.0, 8928.0, 8933.0, 8962.0, 8975.0, 8911.0, 8955.0, 8978.0, 8967.0, 8962.0, 8935.0, 8923.0, 8934.0, 8944.0, 8936.0, 8951.0, 8932.0, 8938.0, 8933.0, 8924.0, 8919.0, 8925.0, 8958.0, 8964.0, 8965.0, 8950.0, 8954.0, 8932.0, 8967.0, 8959.0, 8921.0, 8910.0, 8938.0, 8911.0, 8936.0, 8900.0, 8910.0, 8936.0, 8948.0, 8971.0, 8983.0, 8986.0, 8923.0, 8946.0, 8921.0, 8949.0, 8939.0, 8956.0, 8950.0, 8923.0, 8932.0, 8911.0, 8934.0, 8925.0, 8902.0, 8905.0, 8911.0, 8918.0, 8928.0, 8917.0, 8877.0, 8909.0, 8872.0, 8928.0, 8913.0, 8912.0, 8903.0, 8886.0, 8909.0, 8901.0, 8901.0, 8901.0, 8894.0, 8952.0, 8961.0, 8916.0, 8937.0, 8938.0, 8931.0, 8964.0, 8906.0, 8957.0, 8934.0, 8919.0, 8962.0, 8937.0, 8958.0, 8938.0, 8940.0, 9002.0, 8975.0, 8912.0, 8969.0, 8948.0, 9002.0, 8976.0, 8927.0, 8986.0, 8955.0, 8986.0, 8931.0, 8945.0, 8931.0, 8955.0, 8961.0, 8886.0, 8923.0, 8892.0, 8938.0, 8934.0, 8955.0, 8933.0, 8901.0, 8945.0, 8931.0, 8973.0, 8936.0, 8944.0, 8939.0, 8978.0, 8970.0, 8919.0, 8948.0, 8919.0, 8977.0, 8968.0, 8943.0, 8947.0, 8919.0, 8981.0, 8958.0, 8962.0, 8931.0, 8962.0, 8971.0, 8913.0, 8950.0, 8902.0, 8981.0, 8932.0, 8963.0, 8892.0, 8944.0, 8925.0, 8959.0, 8895.0, 8923.0, 8912.0, 8941.0, 8949.0, 8928.0, 8932.0, 8900.0, 8956.0, 8963.0, 8970.0, 8922.0, 8946.0, 8937.0, 8966.0, 8973.0, 8905.0, 8970.0, 8941.0, 8988.0, 8945.0, 8968.0, 8941.0, 8963.0, 8951.0, 8947.0, 8937.0, 8945.0, 8933.0, 8946.0, 8938.0, 8906.0, 8938.0, 8953.0, 8974.0, 8939.0, 8966.0, 8935.0, 8965.0, 8968.0, 8933.0, 8916.0, 8931.0, 8933.0, 8951.0, 8947.0, 8889.0, 8924.0, 8929.0, 8946.0, 8939.0, 8930.0, 8933.0, 8973.0, 8970.0, 8931.0, 8932.0, 8961.0, 8929.0, 8968.0, 8977.0, 8973.0, 8971.0, 8924.0, 8986.0, 8974.0, 8966.0, 8870.0, 8923.0, 8885.0, 8923.0, 8896.0, 8903.0, 8884.0, 8896.0, 8905.0, 8935.0, 8928.0, 8914.0, 8923.0, 8954.0, 8933.0, 8954.0, 8938.0, 8963.0, 8937.0, 8964.0, 8938.0, 8946.0, 8911.0, 8924.0, 8917.0, 8938.0, 8928.0, 8867.0, 8909.0, 8906.0, 8939.0, 8893.0, 8906.0, 8909.0, 8938.0, 8931.0, 8882.0, 8916.0, 8902.0, 8948.0, 8933.0, 8965.0, 8935.0, 8934.0, 8957.0, 8966.0, 8974.0, 8930.0, 8951.0, 8914.0, 8947.0, 8931.0, 8962.0, 8917.0, 8929.0, 8928.0, 8940.0, 8918.0, 8925.0, 8919.0, 8941.0, 8937.0, 8961.0, 8921.0, 8903.0, 8934.0, 8944.0, 8966.0, 8956.0, 8946.0, 8953.0, 8962.0, 8970.0, 8940.0, 8935.0, 8941.0, 8933.0, 8955.0, 8948.0, 8876.0, 8917.0, 8897.0, 8947.0, 8920.0, 8965.0, 8919.0, 8947.0, 8957.0, 8967.0, 8960.0, 8949.0, 8937.0, 8947.0, 8955.0, 8963.0, 8953.0, 8958.0, 8935.0, 8959.0, 8936.0, 8899.0, 8932.0, 8899.0, 8950.0, 8942.0, 8951.0, 8898.0, 8931.0, 8913.0, 8951.0, 8916.0, 8948.0, 8898.0, 8928.0, 8927.0, 8947.0, 8916.0, 8932.0, 8938.0, 8968.0, 8941.0, 8954.0, 8939.0, 8952.0, 8936.0, 8971.0, 8936.0, 8946.0, 8912.0, 8946.0, 8932.0, 8949.0, 8917.0, 8919.0, 8912.0, 8919.0, 8917.0, 8881.0, 8913.0, 8926.0, 8948.0, 8931.0, 8942.0, 8930.0, 8955.0, 8929.0, 8939.0, 8893.0, 8917.0, 8908.0, 8919.0, 8907.0, 8917.0, 8910.0, 8920.0, 8928.0, 8900.0, 8908.0, 8890.0, 8926.0, 8900.0, 8919.0, 8891.0, 8921.0, 8915.0, 8974.0, 8931.0, 8911.0, 8945.0, 8935.0, 8932.0, 8971.0, 8959.0, 8967.0, 8922.0, 8960.0, 8950.0, 8947.0, 8932.0, 8935.0, 8914.0, 8934.0, 8947.0, 8911.0, 8924.0, 8915.0, 8958.0, 8952.0, 8945.0, 8933.0, 8898.0, 8930.0, 8918.0, 8962.0, 8916.0, 8925.0, 8917.0, 8942.0, 8948.0, 8882.0, 8915.0, 8887.0, 8930.0, 8891.0, 8928.0, 8898.0, 8921.0, 8908.0, 8944.0, 8911.0, 8924.0, 8926.0, 8947.0, 8955.0, 8933.0, 8938.0, 8943.0, 8937.0, 8936.0, 8967.0, 8914.0, 8926.0, 8911.0, 8943.0, 8946.0, 8927.0, 8915.0, 8896.0, 8930.0, 8927.0, 8958.0, 8918.0, 8921.0, 8915.0, 8942.0, 8949.0, 8926.0, 8906.0, 8914.0, 8912.0, 8937.0, 8924.0, 8866.0, 8887.0, 8883.0, 8915.0, 8904.0, 8914.0, 8895.0, 8920.0, 8912.0, 8888.0, 8910.0, 8914.0, 8925.0, 8937.0, 8956.0, 8932.0, 8923.0, 8911.0, 8923.0, 8911.0, 8922.0, 8913.0, 8917.0, 8910.0, 8921.0, 8930.0, 8906.0, 8897.0, 8896.0, 8929.0, 8930.0, 8965.0, 8919.0, 8945.0, 8918.0, 8948.0, 8933.0, 8944.0, 8915.0, 8922.0, 8931.0, 8942.0, 8915.0, 8902.0, 8928.0, 8933.0, 8972.0, 8935.0, 8946.0, 8915.0, 8941.0, 8932.0, 8930.0, 8921.0, 8895.0, 8950.0, 8946.0, 8963.0, 8899.0, 8925.0, 8910.0, 8945.0, 8915.0, 8941.0, 8905.0, 8923.0, 8918.0, 8916.0, 8928.0, 8933.0, 8965.0, 8947.0, 8978.0, 8911.0, 8924.0, 8928.0, 8940.0, 8915.0, 8923.0, 8913.0, 8904.0, 8914.0, 8936.0, 8915.0, 8899.0, 8926.0, 8932.0, 8963.0, 8956.0, 8920.0, 8954.0, 8971.0, 8968.0, 8893.0, 8922.0, 8903.0, 8937.0, 8911.0, 8906.0, 8906.0, 8909.0, 8922.0, 8927.0, 8939.0, 8916.0, 8923.0, 8910.0, 8936.0, 8927.0, 8873.0, 8892.0, 8890.0, 8922.0, 8922.0, 8927.0, 8930.0, 8925.0, 8936.0, 8918.0, 8950.0, 8918.0, 8944.0, 8930.0, 8960.0, 8934.0, 8922.0, 8913.0, 8904.0, 8911.0, 8911.0, 8942.0, 8909.0, 8919.0, 8907.0, 8937.0, 8930.0, 8896.0, 8926.0, 8914.0, 8942.0, 8935.0, 8945.0, 8926.0, 8902.0, 8912.0, 8936.0, 8928.0, 8892.0, 8904.0, 8927.0, 8938.0, 8928.0, 8895.0, 8895.0, 8923.0, 8941.0, 8935.0, 8913.0, 8919.0, 8920.0, 8950.0, 8934.0, 8969.0, 8927.0, 8960.0, 8952.0, 8921.0, 8968.0, 8961.0, 8932.0, 8980.0, 8961.0, 8987.0, 9012.0, 8939.0, 8966.0, 8966.0, 8939.0, 8938.0, 8925.0, 8933.0, 8902.0, 8916.0, 8918.0, 8890.0, 8901.0, 8916.0, 8912.0, 8962.0, 8939.0, 8964.0, 8939.0, 8984.0, 8939.0, 8965.0, 8899.0, 8923.0, 8913.0, 8938.0, 8948.0, 8903.0, 8926.0, 8953.0, 8929.0, 8937.0, 8929.0, 8878.0, 8904.0, 8913.0, 8957.0, 8950.0, 8918.0, 8942.0, 8917.0, 8956.0, 8948.0, 8923.0, 8907.0, 8934.0, 8924.0, 8871.0, 8902.0, 8890.0, 8941.0, 8907.0, 8943.0, 8888.0, 8896.0, 8890.0, 8913.0, 8921.0, 8884.0, 8890.0, 8869.0, 8921.0, 8920.0, 8929.0, 8905.0, 8920.0, 8908.0, 8936.0, 8930.0, 8860.0, 8912.0, 8915.0, 8948.0, 8949.0, 8945.0, 8917.0, 8953.0, 8950.0, 8967.0, 8918.0, 8928.0, 8938.0, 8948.0, 8950.0, 8912.0, 8931.0, 8898.0, 8932.0, 8926.0, 8944.0, 8911.0, 8928.0, 8913.0, 8941.0, 8930.0, 8956.0, 8941.0, 8929.0, 8964.0, 8956.0, 8914.0, 8928.0, 8910.0, 8946.0, 8934.0, 8956.0, 8873.0, 8902.0, 8906.0, 8936.0, 8887.0, 8897.0, 8906.0, 8931.0, 8940.0, 8909.0, 8903.0, 8910.0, 8935.0, 8924.0, 8901.0, 8887.0, 8901.0, 8904.0, 8911.0, 8899.0, 8855.0, 8879.0, 8891.0, 8917.0, 8906.0, 8893.0, 8920.0, 8894.0, 8939.0, 8922.0, 8920.0, 8909.0, 8903.0, 8908.0, 8903.0, 8909.0, 8901.0, 8879.0, 8870.0, 8910.0, 8921.0, 8943.0, 8914.0, 8921.0, 8915.0, 8924.0, 8961.0, 8938.0, 8924.0, 8918.0, 8907.0, 8945.0, 8928.0, 8922.0, 8913.0, 8937.0, 8927.0, 8926.0, 8913.0, 8890.0, 8923.0, 8907.0, 8936.0, 8908.0, 8907.0, 8902.0, 8923.0, 8943.0, 8919.0, 8877.0, 8926.0, 8911.0, 8959.0, 8926.0, 8892.0, 8920.0, 8924.0, 8924.0, 8924.0, 8908.0, 8936.0, 8926.0, 8890.0, 8922.0, 8907.0, 8936.0, 8918.0, 8893.0, 8922.0, 8910.0, 8957.0, 8933.0, 8957.0, 8930.0, 8894.0, 8930.0, 8932.0, 8956.0, 8932.0, 8920.0, 8963.0, 8955.0, 8936.0, 8952.0, 8933.0, 8957.0, 8950.0, 8965.0, 8950.0, 8915.0, 8942.0, 8934.0, 8964.0, 8935.0, 8895.0, 8946.0, 8947.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.0035327829099307158</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030139150346420323</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.46816555758385</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2601820977919085</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0521273539075149</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3647.947</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14247140241808068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>188</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>21.709006928406467</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3184095831065337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2230013106358824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5656532115573336</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.166574227126385</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00682093</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02532855235040188</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.045265305787324905</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</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.163675193133354</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.766</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5827</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.9037</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293802.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>996.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.208</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8759</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.2402</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3183.1623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3322.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82742.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1290.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4153.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.848</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.997829653089866</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> |