=== 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-0046 --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-0046",
"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-0046_ses-04_task-social_acq-mb8_run-04_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-0046_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0046_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_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-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-social_acq-mb8_run-04_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-0046/ses-04/func/sub-0046_ses-04_task-social_acq-mb8_run-04_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>8b6f9b62480461e235a5b84c8e15771d</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>16:31:44.092500</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.11319</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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.932</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2a78b9aa-ceb5-4177-b497-25c06926efd1||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['163144.092500', '163144.552500', '163145.012500', '163145.472500', '163145.932500', '163146.392500', '163146.852500', '163147.312500', '163147.772500', '163148.232500', '163148.692500', '163149.152500', '163149.612500', '163150.072500', '163150.532500', '163150.992500', '163151.452500', '163151.912500', '163152.372500', '163152.832500', '163153.292500', '163153.752500', '163154.212500', '163154.672500', '163155.132500', '163155.592500', '163156.052500', '163156.512500', '163156.972500', '163157.432500', '163157.892500', '163158.352500', '163158.812500', '163159.272500', '163159.732500', '163200.192500', '163200.652500', '163201.112500', '163201.572500', '163202.032500', '163202.492500', '163202.952500', '163203.412500', '163203.872500', '163204.332500', '163204.792500', '163205.252500', '163205.712500', '163206.172500', '163206.632500', '163207.092500', '163207.552500', '163208.012500', '163208.472500', '163208.932500', '163209.392500', '163209.852500', '163210.312500', '163210.772500', '163211.232500', '163211.692500', '163212.152500', '163212.612500', '163213.072500', '163213.532500', '163213.992500', '163214.452500', '163214.912500', '163215.372500', '163215.832500', '163216.292500', '163216.752500', '163217.212500', '163217.672500', '163218.132500', '163218.592500', '163219.052500', '163219.512500', '163219.972500', '163220.432500', '163220.892500', '163221.352500', '163221.812500', '163222.272500', '163222.732500', '163223.192500', '163223.652500', '163224.112500', '163224.572500', '163225.032500', '163225.492500', '163225.952500', '163226.412500', '163226.872500', '163227.332500', '163227.792500', '163228.252500', '163228.712500', '163229.172500', '163229.632500', '163230.092500', '163230.552500', '163231.012500', '163231.472500', '163231.932500', '163232.392500', '163232.852500', '163233.312500', '163233.772500', '163234.232500', '163234.692500', '163235.152500', '163235.612500', '163236.072500', '163236.532500', '163236.992500', '163237.452500', '163237.912500', '163238.372500', '163238.832500', '163239.292500', '163239.752500', '163240.212500', '163240.672500', '163241.132500', '163241.592500', '163242.052500', '163242.512500', '163242.972500', '163243.432500', '163243.892500', '163244.352500', '163244.812500', '163245.272500', '163245.732500', '163246.192500', '163246.652500', '163247.112500', '163247.572500', '163248.032500', '163248.492500', '163248.952500', '163249.412500', '163249.872500', '163250.332500', '163250.792500', '163251.252500', '163251.712500', '163252.172500', '163252.632500', '163253.092500', '163253.552500', '163254.012500', '163254.472500', '163254.932500', '163255.392500', '163255.852500', '163256.312500', '163256.772500', '163257.232500', '163257.692500', '163258.152500', '163258.612500', '163259.072500', '163259.532500', '163259.992500', '163300.452500', '163300.912500', '163301.372500', '163301.832500', '163302.292500', '163302.752500', '163303.212500', '163303.672500', '163304.132500', '163304.592500', '163305.052500', '163305.512500', '163305.972500', '163306.432500', '163306.892500', '163307.352500', '163307.812500', '163308.272500', '163308.732500', '163309.192500', '163309.652500', '163310.112500', '163310.572500', '163311.032500', '163311.492500', '163311.952500', '163312.412500', '163312.872500', '163313.332500', '163313.792500', '163314.252500', '163314.712500', '163315.172500', '163315.632500', '163316.092500', '163316.552500', '163317.012500', '163317.472500', '163317.932500', '163318.392500', '163318.852500', '163319.312500', '163319.772500', '163320.232500', '163320.692500', '163321.152500', '163321.612500', '163322.072500', '163322.532500', '163322.992500', '163323.452500', '163323.912500', '163324.372500', '163324.832500', '163325.292500', '163325.752500', '163326.212500', '163326.672500', '163327.132500', '163327.592500', '163328.052500', '163328.512500', '163328.972500', '163329.432500', '163329.892500', '163330.352500', '163330.812500', '163331.272500', '163331.732500', '163332.192500', '163332.652500', '163333.112500', '163333.572500', '163334.032500', '163334.492500', '163334.952500', '163335.412500', '163335.872500', '163336.332500', '163336.792500', '163337.252500', '163337.712500', '163338.172500', '163338.632500', '163339.092500', '163339.552500', '163340.012500', '163340.472500', '163340.932500', '163341.392500', '163341.852500', '163342.312500', '163342.772500', '163343.232500', '163343.692500', '163344.152500', '163344.612500', '163345.072500', '163345.532500', '163345.992500', '163346.452500', '163346.912500', '163347.372500', '163347.832500', '163348.292500', '163348.752500', '163349.212500', '163349.672500', '163350.132500', '163350.592500', '163351.052500', '163351.512500', '163351.972500', '163352.432500', '163352.892500', '163353.352500', '163353.812500', '163354.272500', '163354.732500', '163355.192500', '163355.652500', '163356.112500', '163356.572500', '163357.032500', '163357.492500', '163357.952500', '163358.412500', '163358.872500', '163359.332500', '163359.792500', '163400.252500', '163400.712500', '163401.172500', '163401.632500', '163402.092500', '163402.552500', '163403.012500', '163403.472500', '163403.932500', '163404.392500', '163404.852500', '163405.312500', '163405.772500', '163406.232500', '163406.692500', '163407.152500', '163407.612500', '163408.072500', '163408.532500', '163408.992500', '163409.452500', '163409.912500', '163410.372500', '163410.832500', '163411.292500', '163411.752500', '163412.212500', '163412.672500', '163413.132500', '163413.592500', '163414.052500', '163414.512500', '163414.972500', '163415.432500', '163415.892500', '163416.352500', '163416.812500', '163417.272500', '163417.732500', '163418.192500', '163418.652500', '163419.112500', '163419.572500', '163420.032500', '163420.492500', '163420.952500', '163421.412500', '163421.872500', '163422.332500', '163422.792500', '163423.252500', '163423.712500', '163424.172500', '163424.632500', '163425.092500', '163425.552500', '163426.012500', '163426.472500', '163426.932500', '163427.392500', '163427.852500', '163428.312500', '163428.772500', '163429.232500', '163429.692500', '163430.152500', '163430.612500', '163431.072500', '163431.532500', '163431.992500', '163432.452500', '163432.912500', '163433.372500', '163433.832500', '163434.292500', '163434.752500', '163435.212500', '163435.672500', '163436.132500', '163436.592500', '163437.052500', '163437.512500', '163437.972500', '163438.432500', '163438.892500', '163439.352500', '163439.812500', '163440.272500', '163440.732500', '163441.192500', '163441.652500', '163442.112500', '163442.572500', '163443.032500', '163443.492500', '163443.952500', '163444.412500', '163444.872500', '163445.332500', '163445.792500', '163446.252500', '163446.712500', '163447.172500', '163447.632500', '163448.092500', '163448.552500', '163449.012500', '163449.472500', '163449.932500', '163450.392500', '163450.852500', '163451.312500', '163451.772500', '163452.232500', '163452.692500', '163453.152500', '163453.612500', '163454.072500', '163454.532500', '163454.992500', '163455.452500', '163455.912500', '163456.372500', '163456.832500', '163457.292500', '163457.752500', '163458.212500', '163458.672500', '163459.132500', '163459.592500', '163500.052500', '163500.512500', '163500.972500', '163501.432500', '163501.892500', '163502.352500', '163502.812500', '163503.272500', '163503.732500', '163504.192500', '163504.652500', '163505.112500', '163505.572500', '163506.032500', '163506.492500', '163506.952500', '163507.412500', '163507.872500', '163508.332500', '163508.792500', '163509.252500', '163509.712500', '163510.172500', '163510.632500', '163511.092500', '163511.552500', '163512.012500', '163512.472500', '163512.932500', '163513.392500', '163513.852500', '163514.312500', '163514.772500', '163515.232500', '163515.692500', '163516.152500', '163516.612500', '163517.072500', '163517.532500', '163517.992500', '163518.452500', '163518.912500', '163519.372500', '163519.832500', '163520.292500', '163520.752500', '163521.212500', '163521.672500', '163522.132500', '163522.592500', '163523.052500', '163523.512500', '163523.972500', '163524.432500', '163524.892500', '163525.352500', '163525.812500', '163526.272500', '163526.732500', '163527.192500', '163527.652500', '163528.112500', '163528.572500', '163529.032500', '163529.492500', '163529.952500', '163530.412500', '163530.872500', '163531.332500', '163531.792500', '163532.252500', '163532.712500', '163533.172500', '163533.632500', '163534.092500', '163534.552500', '163535.012500', '163535.472500', '163535.932500', '163536.392500', '163536.852500', '163537.312500', '163537.772500', '163538.232500', '163538.692500', '163539.152500', '163539.612500', '163540.072500', '163540.532500', '163540.992500', '163541.452500', '163541.912500', '163542.372500', '163542.832500', '163543.292500', '163543.752500', '163544.212500', '163544.672500', '163545.132500', '163545.592500', '163546.052500', '163546.512500', '163546.972500', '163547.432500', '163547.892500', '163548.352500', '163548.812500', '163549.272500', '163549.732500', '163550.192500', '163550.652500', '163551.112500', '163551.572500', '163552.032500', '163552.492500', '163552.952500', '163553.412500', '163553.872500', '163554.332500', '163554.792500', '163555.252500', '163555.712500', '163556.172500', '163556.632500', '163557.092500', '163557.552500', '163558.012500', '163558.472500', '163558.932500', '163559.392500', '163559.852500', '163600.312500', '163600.772500', '163601.232500', '163601.692500', '163602.152500', '163602.612500', '163603.072500', '163603.532500', '163603.992500', '163604.452500', '163604.912500', '163605.372500', '163605.832500', '163606.292500', '163606.752500', '163607.212500', '163607.672500', '163608.132500', '163608.592500', '163609.052500', '163609.512500', '163609.972500', '163610.432500', '163610.892500', '163611.352500', '163611.812500', '163612.272500', '163612.732500', '163613.192500', '163613.652500', '163614.112500', '163614.572500', '163615.032500', '163615.492500', '163615.952500', '163616.412500', '163616.872500', '163617.332500', '163617.792500', '163618.252500', '163618.712500', '163619.172500', '163619.632500', '163620.092500', '163620.552500', '163621.012500', '163621.472500', '163621.932500', '163622.392500', '163622.852500', '163623.312500', '163623.772500', '163624.232500', '163624.692500', '163625.152500', '163625.612500', '163626.072500', '163626.532500', '163626.992500', '163627.452500', '163627.912500', '163628.372500', '163628.832500', '163629.292500', '163629.752500', '163630.212500', '163630.672500', '163631.132500', '163631.592500', '163632.052500', '163632.512500', '163632.972500', '163633.432500', '163633.892500', '163634.352500', '163634.812500', '163635.272500', '163635.732500', '163636.192500', '163636.652500', '163637.112500', '163637.572500', '163638.032500', '163638.492500', '163638.952500', '163639.412500', '163639.872500', '163640.332500', '163640.792500', '163641.252500', '163641.712500', '163642.172500', '163642.632500', '163643.092500', '163643.552500', '163644.012500', '163644.472500', '163644.932500', '163645.392500', '163645.852500', '163646.312500', '163646.772500', '163647.232500', '163647.692500', '163648.152500', '163648.612500', '163649.072500', '163649.532500', '163649.992500', '163650.452500', '163650.912500', '163651.372500', '163651.832500', '163652.292500', '163652.752500', '163653.212500', '163653.672500', '163654.132500', '163654.592500', '163655.052500', '163655.512500', '163655.972500', '163656.432500', '163656.892500', '163657.352500', '163657.812500', '163658.272500', '163658.732500', '163659.192500', '163659.652500', '163700.112500', '163700.572500', '163701.032500', '163701.492500', '163701.952500', '163702.412500', '163702.872500', '163703.332500', '163703.792500', '163704.252500', '163704.712500', '163705.172500', '163705.632500', '163706.092500', '163706.552500', '163707.012500', '163707.472500', '163707.932500', '163708.392500', '163708.852500', '163709.312500', '163709.772500', '163710.232500', '163710.692500', '163711.152500', '163711.612500', '163712.072500', '163712.532500', '163712.992500', '163713.452500', '163713.912500', '163714.372500', '163714.832500', '163715.292500', '163715.752500', '163716.212500', '163716.672500', '163717.132500', '163717.592500', '163718.052500', '163718.512500', '163718.972500', '163719.432500', '163719.892500', '163720.352500', '163720.812500', '163721.272500', '163721.732500', '163722.192500', '163722.652500', '163723.112500', '163723.572500', '163724.032500', '163724.492500', '163724.952500', '163725.412500', '163725.872500', '163726.332500', '163726.792500', '163727.252500', '163727.712500', '163728.172500', '163728.632500', '163729.092500', '163729.552500', '163730.012500', '163730.472500', '163730.932500', '163731.392500', '163731.852500', '163732.312500', '163732.772500', '163733.232500', '163733.692500', '163734.152500', '163734.612500', '163735.072500', '163735.532500', '163735.992500', '163736.452500', '163736.912500', '163737.372500', '163737.832500', '163738.292500', '163738.752500', '163739.212500', '163739.672500', '163740.132500', '163740.592500', '163741.052500', '163741.512500', '163741.972500', '163742.432500', '163742.892500', '163743.352500', '163743.812500', '163744.272500', '163744.732500', '163745.192500', '163745.652500', '163746.112500', '163746.572500', '163747.032500', '163747.492500', '163747.952500', '163748.412500', '163748.872500', '163749.332500', '163749.792500', '163750.252500', '163750.712500', '163751.172500', '163751.632500', '163752.092500', '163752.552500', '163753.012500', '163753.472500', '163753.932500', '163754.392500', '163754.852500', '163755.312500', '163755.772500', '163756.232500', '163756.692500', '163757.152500', '163757.612500', '163758.072500', '163758.532500', '163758.992500', '163759.452500', '163759.912500', '163800.372500', '163800.832500', '163801.292500', '163801.752500', '163802.212500', '163802.672500', '163803.132500', '163803.592500', '163804.052500', '163804.512500', '163804.972500', '163805.432500', '163805.892500', '163806.352500', '163806.812500', '163807.272500', '163807.732500', '163808.192500', '163808.652500', '163809.112500', '163809.572500', '163810.032500', '163810.492500', '163810.952500', '163811.412500', '163811.872500', '163812.332500', '163812.792500', '163813.252500', '163813.712500', '163814.172500', '163814.632500', '163815.092500', '163815.552500', '163816.012500', '163816.472500', '163816.932500', '163817.392500', '163817.852500', '163818.312500', '163818.772500', '163819.232500', '163819.692500', '163820.152500', '163820.612500', '163821.072500', '163821.532500', '163821.992500', '163822.452500', '163822.912500', '163823.372500', '163823.832500', '163824.292500', '163824.752500'], 'ContentTime': ['163213.580000', '163213.583000', '163213.586000', '163213.589000', '163213.591000', '163213.594000', '163213.596000', '163213.599000', '163213.602000', '163213.604000', '163213.611000', '163213.613000', '163213.616000', '163213.619000', '163213.621000', '163213.624000', '163213.626000', '163213.629000', '163213.631000', '163213.634000', '163213.636000', '163213.639000', '163213.642000', '163213.644000', '163213.647000', '163213.649000', '163213.652000', '163213.662000', '163213.664000', '163213.667000', '163213.670000', '163213.672000', '163213.675000', '163213.677000', '163213.680000', '163213.682000', '163213.685000', '163213.687000', '163213.690000', '163213.694000', '163213.696000', '163213.699000', '163213.701000', '163213.704000', '163213.706000', '163213.709000', '163213.711000', '163213.714000', '163213.716000', '163213.719000', '163213.722000', '163213.724000', '163213.727000', '163213.729000', '163213.732000', '163213.735000', '163213.737000', '163213.740000', '163213.742000', '163213.745000', '163213.747000', '163213.750000', '163233.551000', '163233.553000', '163233.560000', '163233.563000', '163233.565000', '163233.568000', '163233.570000', '163233.573000', '163233.575000', '163233.578000', '163233.580000', '163233.583000', '163233.585000', '163233.588000', '163233.591000', '163233.593000', '163233.596000', '163233.598000', '163233.601000', '163233.604000', '163233.606000', '163233.609000', '163233.611000', '163233.614000', '163233.616000', '163233.619000', '163233.622000', '163233.624000', '163233.627000', '163233.629000', '163233.632000', '163233.634000', '163233.637000', '163233.639000', '163233.642000', '163233.645000', '163233.647000', '163233.650000', '163233.652000', '163233.655000', '163233.661000', '163233.664000', '163233.666000', '163253.551000', '163253.553000', '163253.556000', '163253.558000', '163253.561000', '163253.564000', '163253.566000', '163253.569000', '163253.571000', '163253.574000', '163253.576000', '163253.579000', '163253.587000', '163253.590000', '163253.592000', '163253.595000', '163253.598000', '163253.600000', '163253.603000', '163253.605000', '163253.608000', '163253.610000', '163253.613000', '163253.616000', '163253.618000', '163253.621000', '163253.623000', '163253.626000', '163253.628000', '163253.631000', '163253.633000', '163253.636000', '163253.639000', '163253.641000', '163253.644000', '163253.646000', '163253.649000', '163253.652000', '163253.654000', '163253.657000', '163253.659000', '163253.662000', '163253.664000', '163253.667000', '163313.550000', '163313.553000', '163313.556000', '163313.558000', '163313.561000', '163313.563000', '163313.566000', '163313.569000', '163313.571000', '163313.574000', '163313.576000', '163313.579000', '163313.581000', '163313.584000', '163313.587000', '163313.589000', '163313.592000', '163313.595000', '163313.597000', '163313.600000', '163313.602000', '163313.605000', '163313.607000', '163313.610000', '163313.613000', '163313.615000', '163313.618000', '163313.620000', '163313.623000', '163313.625000', '163313.628000', '163313.631000', '163313.633000', '163313.636000', '163313.639000', '163313.641000', '163313.644000', '163313.646000', '163313.649000', '163313.651000', '163313.654000', '163313.657000', '163313.659000', '163333.552000', '163333.555000', '163333.557000', '163333.560000', '163333.563000', '163333.567000', '163333.569000', '163333.572000', '163333.575000', '163333.577000', '163333.580000', '163333.582000', '163333.585000', '163333.587000', '163333.590000', '163333.593000', '163333.595000', '163333.598000', '163333.600000', '163333.603000', '163333.606000', '163333.608000', '163333.611000', '163333.613000', '163333.616000', '163333.619000', '163333.621000', '163333.624000', '163333.626000', '163333.629000', '163333.631000', '163333.634000', '163333.637000', '163333.639000', '163333.642000', '163333.645000', '163333.647000', '163333.650000', '163333.652000', '163333.655000', '163333.657000', '163333.660000', '163333.662000', '163353.552000', '163353.554000', '163353.557000', '163353.560000', '163353.562000', '163353.573000', '163353.575000', '163353.578000', '163353.581000', '163353.583000', '163353.586000', '163353.588000', '163353.591000', '163353.593000', '163353.596000', '163353.599000', '163353.601000', '163353.604000', '163353.607000', '163353.609000', '163353.612000', '163353.614000', '163353.617000', '163353.619000', '163353.622000', '163353.624000', '163353.627000', '163353.630000', '163353.632000', '163353.635000', '163353.637000', '163353.640000', '163353.642000', '163353.645000', '163353.648000', '163353.650000', '163353.653000', '163353.655000', '163353.658000', '163353.661000', '163353.663000', '163353.666000', '163353.668000', '163353.671000', '163413.550000', '163413.553000', '163413.556000', '163413.559000', '163413.561000', '163413.564000', '163413.567000', '163413.569000', '163413.572000', '163413.574000', '163413.577000', '163413.579000', '163413.582000', '163413.584000', '163413.587000', '163413.590000', '163413.592000', '163413.595000', '163413.597000', '163413.600000', '163413.602000', '163413.605000', '163413.607000', '163413.610000', '163413.613000', '163413.615000', '163413.618000', '163413.620000', '163413.623000', '163413.625000', '163413.628000', '163413.631000', '163413.633000', '163413.636000', '163413.638000', '163413.641000', '163413.644000', '163413.646000', '163413.649000', '163413.651000', '163413.654000', '163413.657000', '163413.659000', '163433.550000', '163433.553000', '163433.556000', '163433.558000', '163433.561000', '163433.563000', '163433.566000', '163433.569000', '163433.571000', '163433.574000', '163433.576000', '163433.579000', '163433.581000', '163433.584000', '163433.587000', '163433.589000', '163433.592000', '163433.594000', '163433.597000', '163433.599000', '163433.602000', '163433.605000', '163433.607000', '163433.610000', '163433.612000', '163433.615000', '163433.617000', '163433.620000', '163433.623000', '163433.625000', '163433.628000', '163433.630000', '163433.633000', '163433.635000', '163433.638000', '163433.640000', '163433.643000', '163433.646000', '163433.648000', '163433.651000', '163433.653000', '163433.656000', '163433.658000', '163433.661000', '163453.550000', '163453.553000', '163453.556000', '163453.558000', '163453.561000', '163453.564000', '163453.566000', '163453.569000', '163453.571000', '163453.574000', '163453.577000', '163453.579000', '163453.582000', '163453.584000', '163453.587000', '163453.590000', '163453.592000', '163453.595000', '163453.598000', '163453.600000', '163453.604000', '163453.607000', '163453.609000', '163453.612000', '163453.614000', '163453.617000', '163453.620000', '163453.622000', '163453.625000', '163453.627000', '163453.630000', '163453.633000', '163453.635000', '163453.638000', '163453.640000', '163453.643000', '163453.646000', '163453.648000', '163453.651000', '163453.653000', '163453.656000', '163453.659000', '163453.661000', '163513.551000', '163513.553000', '163513.556000', '163513.559000', '163513.561000', '163513.564000', '163513.566000', '163513.569000', '163513.572000', '163513.575000', '163513.578000', '163513.580000', '163513.583000', '163513.585000', '163513.588000', '163513.590000', '163513.593000', '163513.596000', '163513.598000', '163513.601000', '163513.603000', '163513.606000', '163513.609000', '163513.611000', '163513.614000', '163513.616000', '163513.619000', '163513.621000', '163513.624000', '163513.627000', '163513.629000', '163513.632000', '163513.635000', '163513.637000', '163513.640000', '163513.642000', '163513.645000', '163513.648000', '163513.650000', '163513.653000', '163513.655000', '163513.658000', '163513.660000', '163513.663000', '163533.551000', '163533.553000', '163533.556000', '163533.559000', '163533.561000', '163533.564000', '163533.566000', '163533.569000', '163533.571000', '163533.574000', '163533.576000', '163533.579000', '163533.581000', '163533.584000', '163533.587000', '163533.590000', '163533.592000', '163533.595000', '163533.597000', '163533.600000', '163533.603000', '163533.605000', '163533.608000', '163533.610000', '163533.613000', '163533.616000', '163533.618000', '163533.621000', '163533.623000', '163533.626000', '163533.628000', '163533.631000', '163533.634000', '163533.636000', '163533.639000', '163533.641000', '163533.644000', '163533.646000', '163533.649000', '163533.651000', '163533.654000', '163533.656000', '163533.659000', '163553.551000', '163553.554000', '163553.557000', '163553.559000', '163553.562000', '163553.565000', '163553.567000', '163553.570000', '163553.572000', '163553.575000', '163553.577000', '163553.580000', '163553.582000', '163553.585000', '163553.588000', '163553.590000', '163553.593000', '163553.595000', '163553.598000', '163553.600000', '163553.603000', '163553.605000', '163553.608000', '163553.611000', '163553.613000', '163553.616000', '163553.618000', '163553.621000', '163553.623000', '163553.626000', '163553.629000', '163553.631000', '163553.634000', '163553.636000', '163553.639000', '163553.641000', '163553.644000', '163553.646000', '163553.649000', '163553.652000', '163553.654000', '163553.657000', '163553.659000', '163553.662000', '163613.551000', '163613.554000', '163613.557000', '163613.560000', '163613.562000', '163613.565000', '163613.567000', '163613.570000', '163613.572000', '163613.575000', '163613.577000', '163613.580000', '163613.583000', '163613.585000', '163613.588000', '163613.590000', '163613.593000', '163613.596000', '163613.599000', '163613.602000', '163613.605000', '163613.607000', '163613.610000', '163613.613000', '163613.615000', '163613.618000', '163613.620000', '163613.623000', '163613.625000', '163613.628000', '163613.631000', '163613.633000', '163613.636000', '163613.638000', '163613.641000', '163613.644000', '163613.647000', '163613.650000', '163613.652000', '163613.655000', '163613.657000', '163613.660000', '163613.663000', '163633.551000', '163633.553000', '163633.556000', '163633.559000', '163633.561000', '163633.564000', '163633.566000', '163633.569000', '163633.571000', '163633.574000', '163633.576000', '163633.579000', '163633.582000', '163633.584000', '163633.587000', '163633.590000', '163633.592000', '163633.595000', '163633.597000', '163633.600000', '163633.603000', '163633.605000', '163633.608000', '163633.610000', '163633.613000', '163633.615000', '163633.618000', '163633.621000', '163633.623000', '163633.626000', '163633.628000', '163633.631000', '163633.633000', '163633.636000', '163633.639000', '163633.641000', '163633.644000', '163633.646000', '163633.649000', '163633.651000', '163633.654000', '163633.657000', '163633.659000', '163633.662000', '163653.550000', '163653.553000', '163653.556000', '163653.558000', '163653.561000', '163653.563000', '163653.566000', '163653.569000', '163653.571000', '163653.574000', '163653.576000', '163653.592000', '163653.594000', '163653.597000', '163653.600000', '163653.602000', '163653.605000', '163653.607000', '163653.610000', '163653.612000', '163653.615000', '163653.618000', '163653.620000', '163653.623000', '163653.625000', '163653.628000', '163653.630000', '163653.633000', '163653.636000', '163653.638000', '163653.641000', '163653.643000', '163653.646000', '163653.648000', '163653.651000', '163653.653000', '163653.656000', '163653.659000', '163653.661000', '163653.664000', '163653.666000', '163653.669000', '163653.672000', '163713.551000', '163713.554000', '163713.556000', '163713.559000', '163713.561000', '163713.564000', '163713.566000', '163713.569000', '163713.572000', '163713.574000', '163713.577000', '163713.579000', '163713.582000', '163713.585000', '163713.587000', '163713.590000', '163713.592000', '163713.595000', '163713.597000', '163713.600000', '163713.603000', '163713.605000', '163713.608000', '163713.611000', '163713.613000', '163713.616000', '163713.618000', '163713.621000', '163713.624000', '163713.626000', '163713.629000', '163713.631000', '163713.634000', '163713.636000', '163713.639000', '163713.642000', '163713.644000', '163713.647000', '163713.649000', '163713.652000', '163713.655000', '163713.657000', '163713.660000', '163713.662000', '163733.550000', '163733.553000', '163733.556000', '163733.558000', '163733.561000', '163733.564000', '163733.566000', '163733.569000', '163733.571000', '163733.574000', '163733.576000', '163733.579000', '163733.581000', '163733.584000', '163733.587000', '163733.589000', '163733.592000', '163733.594000', '163733.599000', '163733.601000', '163733.604000', '163733.606000', '163733.609000', '163733.612000', '163733.614000', '163733.617000', '163733.619000', '163733.622000', '163733.624000', '163733.627000', '163733.630000', '163733.632000', '163733.635000', '163733.637000', '163733.640000', '163733.642000', '163733.645000', '163733.648000', '163733.650000', '163733.653000', '163733.656000', '163733.659000', '163733.662000', '163753.551000', '163753.553000', '163753.556000', '163753.559000', '163753.562000', '163753.565000', '163753.568000', '163753.570000', '163753.573000', '163753.576000', '163753.578000', '163753.581000', '163753.583000', '163753.586000', '163753.589000', '163753.591000', '163753.594000', '163753.596000', '163753.599000', '163753.601000', '163753.604000', '163753.606000', '163753.609000', '163753.612000', '163753.614000', '163753.617000', '163753.619000', '163753.622000', '163753.624000', '163753.627000', '163753.630000', '163753.632000', '163753.635000', '163753.638000', '163753.640000', '163753.643000', '163753.645000', '163753.648000', '163753.651000', '163753.653000', '163753.656000', '163753.659000', '163753.661000', '163813.552000', '163813.554000', '163813.557000', '163813.560000', '163813.562000', '163813.565000', '163813.567000', '163813.570000', '163813.573000', '163813.575000', '163813.578000', '163813.580000', '163813.583000', '163813.585000', '163813.588000', '163813.591000', '163813.593000', '163813.596000', '163813.599000', '163813.602000', '163813.605000', '163813.608000', '163813.610000', '163813.613000', '163813.616000', '163813.618000', '163813.621000', '163813.623000', '163813.626000', '163813.628000', '163813.631000', '163813.633000', '163813.636000', '163813.639000', '163813.641000', '163813.644000', '163813.646000', '163813.659000', '163813.661000', '163813.664000', '163813.666000', '163813.669000', '163813.672000', '163813.674000', '163826.054000', '163826.057000', '163826.059000', '163826.062000', '163826.064000', '163826.067000', '163826.070000', '163826.073000', '163826.075000', '163826.078000', '163826.081000', '163826.084000', '163826.086000', '163826.089000', '163826.092000', '163826.095000', '163826.098000', '163826.101000', '163826.103000', '163826.106000', '163826.109000', '163826.112000', '163826.115000', '163826.117000', '163826.120000', '163826.122000', '163826.125000', '163826.128000'], 'InstanceCreationTime': ['163213.580000', '163213.583000', '163213.586000', '163213.589000', '163213.591000', '163213.594000', '163213.596000', '163213.599000', '163213.602000', '163213.604000', '163213.611000', '163213.613000', '163213.616000', '163213.619000', '163213.621000', '163213.624000', '163213.626000', '163213.629000', '163213.631000', '163213.634000', '163213.636000', '163213.639000', '163213.642000', '163213.644000', '163213.647000', '163213.649000', '163213.652000', '163213.662000', '163213.664000', '163213.667000', '163213.670000', '163213.672000', '163213.675000', '163213.677000', '163213.680000', '163213.682000', '163213.685000', '163213.687000', '163213.690000', '163213.694000', '163213.696000', '163213.699000', '163213.701000', '163213.704000', '163213.706000', '163213.709000', '163213.711000', '163213.714000', '163213.716000', '163213.719000', '163213.722000', '163213.724000', '163213.727000', '163213.729000', '163213.732000', '163213.735000', '163213.737000', '163213.740000', '163213.742000', '163213.745000', '163213.747000', '163213.750000', '163233.551000', '163233.553000', '163233.560000', '163233.563000', '163233.565000', '163233.568000', '163233.570000', '163233.573000', '163233.575000', '163233.578000', '163233.580000', '163233.583000', '163233.585000', '163233.588000', '163233.591000', '163233.593000', '163233.596000', '163233.598000', '163233.601000', '163233.604000', '163233.606000', '163233.609000', '163233.611000', '163233.614000', '163233.616000', '163233.619000', '163233.622000', '163233.624000', '163233.627000', '163233.629000', '163233.632000', '163233.634000', '163233.637000', '163233.639000', '163233.642000', '163233.645000', '163233.647000', '163233.650000', '163233.652000', '163233.655000', '163233.661000', '163233.664000', '163233.666000', '163253.551000', '163253.553000', '163253.556000', '163253.558000', '163253.561000', '163253.564000', '163253.566000', '163253.569000', '163253.571000', '163253.574000', '163253.576000', '163253.579000', '163253.587000', '163253.590000', '163253.592000', '163253.595000', '163253.598000', '163253.600000', '163253.603000', '163253.605000', '163253.608000', '163253.610000', '163253.613000', '163253.616000', '163253.618000', '163253.621000', '163253.623000', '163253.626000', '163253.628000', '163253.631000', '163253.633000', '163253.636000', '163253.639000', '163253.641000', '163253.644000', '163253.646000', '163253.649000', '163253.652000', '163253.654000', '163253.657000', '163253.659000', '163253.662000', '163253.664000', '163253.667000', '163313.550000', '163313.553000', '163313.556000', '163313.558000', '163313.561000', '163313.563000', '163313.566000', '163313.569000', '163313.571000', '163313.574000', '163313.576000', '163313.579000', '163313.581000', '163313.584000', '163313.587000', '163313.589000', '163313.592000', '163313.595000', '163313.597000', '163313.600000', '163313.602000', '163313.605000', '163313.607000', '163313.610000', '163313.613000', '163313.615000', '163313.618000', '163313.620000', '163313.623000', '163313.625000', '163313.628000', '163313.631000', '163313.633000', '163313.636000', '163313.639000', '163313.641000', '163313.644000', '163313.646000', '163313.649000', '163313.651000', '163313.654000', '163313.657000', '163313.659000', '163333.552000', '163333.555000', '163333.557000', '163333.560000', '163333.563000', '163333.567000', '163333.569000', '163333.572000', '163333.575000', '163333.577000', '163333.580000', '163333.582000', '163333.585000', '163333.587000', '163333.590000', '163333.593000', '163333.595000', '163333.598000', '163333.600000', '163333.603000', '163333.606000', '163333.608000', '163333.611000', '163333.613000', '163333.616000', '163333.619000', '163333.621000', '163333.624000', '163333.626000', '163333.629000', '163333.631000', '163333.634000', '163333.637000', '163333.639000', '163333.642000', '163333.645000', '163333.647000', '163333.650000', '163333.652000', '163333.655000', '163333.657000', '163333.660000', '163333.662000', '163353.552000', '163353.554000', '163353.557000', '163353.560000', '163353.562000', '163353.573000', '163353.575000', '163353.578000', '163353.581000', '163353.583000', '163353.586000', '163353.588000', '163353.591000', '163353.593000', '163353.596000', '163353.599000', '163353.601000', '163353.604000', '163353.607000', '163353.609000', '163353.612000', '163353.614000', '163353.617000', '163353.619000', '163353.622000', '163353.624000', '163353.627000', '163353.630000', '163353.632000', '163353.635000', '163353.637000', '163353.640000', '163353.642000', '163353.645000', '163353.648000', '163353.650000', '163353.653000', '163353.655000', '163353.658000', '163353.661000', '163353.663000', '163353.666000', '163353.668000', '163353.671000', '163413.550000', '163413.553000', '163413.556000', '163413.559000', '163413.561000', '163413.564000', '163413.567000', '163413.569000', '163413.572000', '163413.574000', '163413.577000', '163413.579000', '163413.582000', '163413.584000', '163413.587000', '163413.590000', '163413.592000', '163413.595000', '163413.597000', '163413.600000', '163413.602000', '163413.605000', '163413.607000', '163413.610000', '163413.613000', '163413.615000', '163413.618000', '163413.620000', '163413.623000', '163413.625000', '163413.628000', '163413.631000', '163413.633000', '163413.636000', '163413.638000', '163413.641000', '163413.644000', '163413.646000', '163413.649000', '163413.651000', '163413.654000', '163413.657000', '163413.659000', '163433.550000', '163433.553000', '163433.556000', '163433.558000', '163433.561000', '163433.563000', '163433.566000', '163433.569000', '163433.571000', '163433.574000', '163433.576000', '163433.579000', '163433.581000', '163433.584000', '163433.587000', '163433.589000', '163433.592000', '163433.594000', '163433.597000', '163433.599000', '163433.602000', '163433.605000', '163433.607000', '163433.610000', '163433.612000', '163433.615000', '163433.617000', '163433.620000', '163433.623000', '163433.625000', '163433.628000', '163433.630000', '163433.633000', '163433.635000', '163433.638000', '163433.640000', '163433.643000', '163433.646000', '163433.648000', '163433.651000', '163433.653000', '163433.656000', '163433.658000', '163433.661000', '163453.550000', '163453.553000', '163453.556000', '163453.558000', '163453.561000', '163453.564000', '163453.566000', '163453.569000', '163453.571000', '163453.574000', '163453.577000', '163453.579000', '163453.582000', '163453.584000', '163453.587000', '163453.590000', '163453.592000', '163453.595000', '163453.598000', '163453.600000', '163453.604000', '163453.607000', '163453.609000', '163453.612000', '163453.614000', '163453.617000', '163453.620000', '163453.622000', '163453.625000', '163453.627000', '163453.630000', '163453.633000', '163453.635000', '163453.638000', '163453.640000', '163453.643000', '163453.646000', '163453.648000', '163453.651000', '163453.653000', '163453.656000', '163453.659000', '163453.661000', '163513.551000', '163513.553000', '163513.556000', '163513.559000', '163513.561000', '163513.564000', '163513.566000', '163513.569000', '163513.572000', '163513.575000', '163513.578000', '163513.580000', '163513.583000', '163513.585000', '163513.588000', '163513.590000', '163513.593000', '163513.596000', '163513.598000', '163513.601000', '163513.603000', '163513.606000', '163513.609000', '163513.611000', '163513.614000', '163513.616000', '163513.619000', '163513.621000', '163513.624000', '163513.627000', '163513.629000', '163513.632000', '163513.635000', '163513.637000', '163513.640000', '163513.642000', '163513.645000', '163513.648000', '163513.650000', '163513.653000', '163513.655000', '163513.658000', '163513.660000', '163513.663000', '163533.551000', '163533.553000', '163533.556000', '163533.559000', '163533.561000', '163533.564000', '163533.566000', '163533.569000', '163533.571000', '163533.574000', '163533.576000', '163533.579000', '163533.581000', '163533.584000', '163533.587000', '163533.590000', '163533.592000', '163533.595000', '163533.597000', '163533.600000', '163533.603000', '163533.605000', '163533.608000', '163533.610000', '163533.613000', '163533.616000', '163533.618000', '163533.621000', '163533.623000', '163533.626000', '163533.628000', '163533.631000', '163533.634000', '163533.636000', '163533.639000', '163533.641000', '163533.644000', '163533.646000', '163533.649000', '163533.651000', '163533.654000', '163533.656000', '163533.659000', '163553.551000', '163553.554000', '163553.557000', '163553.559000', '163553.562000', '163553.565000', '163553.567000', '163553.570000', '163553.572000', '163553.575000', '163553.577000', '163553.580000', '163553.582000', '163553.585000', '163553.588000', '163553.590000', '163553.593000', '163553.595000', '163553.598000', '163553.600000', '163553.603000', '163553.605000', '163553.608000', '163553.611000', '163553.613000', '163553.616000', '163553.618000', '163553.621000', '163553.623000', '163553.626000', '163553.629000', '163553.631000', '163553.634000', '163553.636000', '163553.639000', '163553.641000', '163553.644000', '163553.646000', '163553.649000', '163553.652000', '163553.654000', '163553.657000', '163553.659000', '163553.662000', '163613.551000', '163613.554000', '163613.557000', '163613.560000', '163613.562000', '163613.565000', '163613.567000', '163613.570000', '163613.572000', '163613.575000', '163613.577000', '163613.580000', '163613.583000', '163613.585000', '163613.588000', '163613.590000', '163613.593000', '163613.596000', '163613.599000', '163613.602000', '163613.605000', '163613.607000', '163613.610000', '163613.613000', '163613.615000', '163613.618000', '163613.620000', '163613.623000', '163613.625000', '163613.628000', '163613.631000', '163613.633000', '163613.636000', '163613.638000', '163613.641000', '163613.644000', '163613.647000', '163613.650000', '163613.652000', '163613.655000', '163613.657000', '163613.660000', '163613.663000', '163633.551000', '163633.553000', '163633.556000', '163633.559000', '163633.561000', '163633.564000', '163633.566000', '163633.569000', '163633.571000', '163633.574000', '163633.576000', '163633.579000', '163633.582000', '163633.584000', '163633.587000', '163633.590000', '163633.592000', '163633.595000', '163633.597000', '163633.600000', '163633.603000', '163633.605000', '163633.608000', '163633.610000', '163633.613000', '163633.615000', '163633.618000', '163633.621000', '163633.623000', '163633.626000', '163633.628000', '163633.631000', '163633.633000', '163633.636000', '163633.639000', '163633.641000', '163633.644000', '163633.646000', '163633.649000', '163633.651000', '163633.654000', '163633.657000', '163633.659000', '163633.662000', '163653.550000', '163653.553000', '163653.556000', '163653.558000', '163653.561000', '163653.563000', '163653.566000', '163653.569000', '163653.571000', '163653.574000', '163653.576000', '163653.592000', '163653.594000', '163653.597000', '163653.600000', '163653.602000', '163653.605000', '163653.607000', '163653.610000', '163653.612000', '163653.615000', '163653.618000', '163653.620000', '163653.623000', '163653.625000', '163653.628000', '163653.630000', '163653.633000', '163653.636000', '163653.638000', '163653.641000', '163653.643000', '163653.646000', '163653.648000', '163653.651000', '163653.653000', '163653.656000', '163653.659000', '163653.661000', '163653.664000', '163653.666000', '163653.669000', '163653.672000', '163713.551000', '163713.554000', '163713.556000', '163713.559000', '163713.561000', '163713.564000', '163713.566000', '163713.569000', '163713.572000', '163713.574000', '163713.577000', '163713.579000', '163713.582000', '163713.585000', '163713.587000', '163713.590000', '163713.592000', '163713.595000', '163713.597000', '163713.600000', '163713.603000', '163713.605000', '163713.608000', '163713.611000', '163713.613000', '163713.616000', '163713.618000', '163713.621000', '163713.624000', '163713.626000', '163713.629000', '163713.631000', '163713.634000', '163713.636000', '163713.639000', '163713.642000', '163713.644000', '163713.647000', '163713.649000', '163713.652000', '163713.655000', '163713.657000', '163713.660000', '163713.662000', '163733.550000', '163733.553000', '163733.556000', '163733.558000', '163733.561000', '163733.564000', '163733.566000', '163733.569000', '163733.571000', '163733.574000', '163733.576000', '163733.579000', '163733.581000', '163733.584000', '163733.587000', '163733.589000', '163733.592000', '163733.594000', '163733.599000', '163733.601000', '163733.604000', '163733.606000', '163733.609000', '163733.612000', '163733.614000', '163733.617000', '163733.619000', '163733.622000', '163733.624000', '163733.627000', '163733.630000', '163733.632000', '163733.635000', '163733.637000', '163733.640000', '163733.642000', '163733.645000', '163733.648000', '163733.650000', '163733.653000', '163733.656000', '163733.659000', '163733.662000', '163753.551000', '163753.553000', '163753.556000', '163753.559000', '163753.562000', '163753.565000', '163753.568000', '163753.570000', '163753.573000', '163753.576000', '163753.578000', '163753.581000', '163753.583000', '163753.586000', '163753.589000', '163753.591000', '163753.594000', '163753.596000', '163753.599000', '163753.601000', '163753.604000', '163753.606000', '163753.609000', '163753.612000', '163753.614000', '163753.617000', '163753.619000', '163753.622000', '163753.624000', '163753.627000', '163753.630000', '163753.632000', '163753.635000', '163753.638000', '163753.640000', '163753.643000', '163753.645000', '163753.648000', '163753.651000', '163753.653000', '163753.656000', '163753.659000', '163753.661000', '163813.552000', '163813.554000', '163813.557000', '163813.560000', '163813.562000', '163813.565000', '163813.567000', '163813.570000', '163813.573000', '163813.575000', '163813.578000', '163813.580000', '163813.583000', '163813.585000', '163813.588000', '163813.591000', '163813.593000', '163813.596000', '163813.599000', '163813.602000', '163813.605000', '163813.608000', '163813.610000', '163813.613000', '163813.616000', '163813.618000', '163813.621000', '163813.623000', '163813.626000', '163813.628000', '163813.631000', '163813.633000', '163813.636000', '163813.639000', '163813.641000', '163813.644000', '163813.646000', '163813.659000', '163813.661000', '163813.664000', '163813.666000', '163813.669000', '163813.672000', '163813.674000', '163826.054000', '163826.057000', '163826.059000', '163826.062000', '163826.064000', '163826.067000', '163826.070000', '163826.073000', '163826.075000', '163826.078000', '163826.081000', '163826.084000', '163826.086000', '163826.089000', '163826.092000', '163826.095000', '163826.098000', '163826.101000', '163826.103000', '163826.106000', '163826.109000', '163826.112000', '163826.115000', '163826.117000', '163826.120000', '163826.122000', '163826.125000', '163826.128000'], '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': [9871, 14905, 12111, 13254, 14400, 14785, 19018, 15787, 13221, 20202, 15528, 13609, 18679, 16569, 14390, 12451, 9967, 16580, 13347, 16008, 13304, 9073, 14500, 11170, 16643, 11914, 8672, 13478, 10042, 13806, 10045, 8521, 13236, 9843, 14132, 10155, 12569, 10491, 10167, 14813, 9914, 14798, 10356, 16444, 11453, 13473, 11701, 8313, 12700, 9130, 13572, 10683, 17036, 10338, 9258, 11182, 8665, 14816, 10314, 10345, 11940, 9610, 11737, 10418, 9973, 15773, 13539, 12002, 11107, 9131, 16481, 10483, 8002, 15609, 14073, 18031, 11822, 10065, 12589, 10119, 17271, 13428, 16233, 10606, 9020, 11586, 8643, 14875, 11153, 15576, 10044, 14495, 9350, 12960, 9618, 9729, 9601, 8155, 11147, 8021, 12791, 9098, 12766, 9135, 11699, 9024, 12458, 9592, 14843, 8882, 9614, 9298, 7628, 10666, 7531, 12594, 9267, 11717, 9104, 8810, 12189, 9733, 16173, 14160, 14900, 10617, 8601, 13935, 11792, 17295, 16354, 17251, 12007, 9411, 13742, 11160, 19269, 13886, 13566, 11212, 8222, 14154, 11399, 18825, 14229, 12088, 10838, 7792, 12836, 9859, 16650, 10442, 9205, 9735, 7623, 12787, 10455, 8008, 10519, 8661, 13039, 9663, 7708, 13122, 10677, 8049, 12323, 9387, 10083, 11235, 9038, 16605, 14558, 16156, 11016, 7862, 14530, 10987, 19100, 13653, 9996, 13754, 9994, 14151, 9737, 9020, 11153, 8551, 12696, 8912, 13792, 9885, 12428, 9511, 14201, 9546, 12518, 10301, 8488, 12353, 7495, 11627, 7861, 12282, 10154, 13352, 8966, 9838, 8829, 7740, 10926, 8952, 12743, 9199, 7648, 9335, 7851, 12174, 10355, 11641, 9887, 7576, 11768, 9702, 13993, 11906, 14036, 9549, 7829, 12574, 10380, 17592, 16470, 15539, 10977, 8074, 15567, 13119, 15482, 10317, 7525, 13037, 10226, 16883, 13012, 10944, 11264, 9619, 14820, 10723, 8160, 15978, 12746, 9173, 12783, 10153, 11343, 13042, 10852, 16623, 11958, 10864, 17567, 15660, 14772, 11406, 8391, 13830, 9818, 15759, 13115, 17506, 10142, 11138, 10243, 7712, 12251, 8236, 12468, 9168, 11310, 8751, 10345, 8822, 7339, 9673, 7782, 11536, 9686, 11646, 8782, 8208, 10313, 7900, 12947, 11212, 18187, 10735, 14312, 9760, 14701, 13221, 10028, 14628, 9861, 16208, 14173, 18868, 15547, 14328, 12203, 8235, 15790, 12658, 19127, 15904, 15483, 10944, 9724, 13311, 9250, 17209, 13444, 18019, 10233, 12720, 9281, 7837, 11693, 9111, 12764, 9686, 9931, 10041, 8459, 14528, 10309, 14915, 10776, 15987, 11897, 10505, 10923, 7576, 12107, 9877, 13293, 10127, 7593, 11254, 9395, 10118, 10056, 8290, 14278, 10945, 7887, 12679, 9955, 14912, 10879, 11995, 17559, 13835, 17451, 14472, 15729, 10696, 9986, 14473, 10197, 15782, 10438, 11871, 9535, 7737, 11618, 8251, 11830, 9120, 8168, 10793, 7670, 12643, 9883, 8526, 10257, 7886, 13729, 10474, 12761, 10010, 7834, 13514, 11245, 9940, 13628, 12594, 19076, 14984, 9965, 13553, 10771, 17161, 11995, 8407, 14067, 11144, 10923, 14422, 13514, 19393, 13711, 9951, 13125, 10190, 14779, 11971, 17535, 14255, 13300, 10250, 7356, 12130, 8868, 14443, 11002, 14521, 9383, 9203, 10369, 7433, 12967, 8740, 13562, 10044, 12059, 9080, 7736, 12324, 9349, 13598, 9886, 13092, 9080, 10756, 12250, 9528, 15677, 10388, 15369, 10859, 14699, 13164, 8807, 15860, 10514, 16085, 9731, 8970, 14283, 10186, 15310, 10306, 12598, 10266, 7861, 14919, 11903, 18898, 11687, 14221, 9729, 8550, 13734, 9721, 16433, 11339, 15395, 9478, 8878, 12692, 9448, 15093, 9917, 12248, 9470, 7912, 14966, 10626, 16402, 12651, 16633, 10344, 13115, 11205, 8020, 12947, 10004, 13492, 9353, 9032, 11271, 8542, 13134, 9967, 12140, 8818, 10252, 10501, 7600, 11666, 8730, 12027, 9339, 11070, 9434, 7702, 11219, 8480, 12545, 10033, 15013, 11889, 8646, 11681, 8955, 14109, 10067, 18190, 13524, 10636, 12253, 8022, 13555, 9889, 15662, 11735, 13930, 9969, 8009, 12589, 9859, 18949, 12881, 8847, 12655, 9775, 8499, 11735, 10205, 11053, 11367, 9568, 7534, 10566, 8843, 7497, 16026, 11457, 8722, 14654, 13407, 12243, 19309, 14346, 11531, 18245, 15952, 18895, 14737, 9925, 18191, 14172, 19570, 14774, 17817, 14744, 10036, 16206, 10470, 8698, 8961, 8259, 14137, 10462, 7686, 11471, 8897, 12575, 8973, 10830, 9771, 8870, 12230, 8935, 12219, 9302, 12457, 9331, 9446, 10564, 7682, 12289, 9562, 8382, 10521, 9683, 10510, 13354, 9590, 14730, 9720, 8039, 12303, 9928, 15966, 13952, 19310, 12620, 11857, 10156, 7601, 14092, 10646, 14149, 9144, 7399, 9671, 8073, 13475, 10862, 13921, 9364, 7724, 10066, 8076, 12142, 10392, 14715, 9879, 9704, 9845, 7711, 11288, 8786, 14666, 13160, 16989, 11177, 14842, 9582, 12816, 10733, 8092, 11534, 8948, 12017, 9764, 11218, 10328, 7820, 11373, 9415, 12402, 9273, 11458, 9704, 7414, 10527, 7820, 11672, 9552, 14136, 13356, 15991, 10541, 10757, 10720, 8194, 15761, 9777, 14903, 9932, 15590, 10173, 11140, 10700, 8126, 12478, 9478, 15026, 12106, 17051, 12919, 8848, 14171, 9802, 8901, 10660, 9830, 16846, 12407, 10051, 11788, 10816, 15903, 10654, 8148, 15076, 12257, 14775, 15342, 9662, 16632, 11238, 15917, 13174, 17352, 11949, 8127, 11593, 8622, 13080, 10090, 9851, 9044, 7777, 10982, 9297, 13315, 9825, 9236, 9609, 7560, 11553, 9930, 15593, 10352, 8590, 10420, 8073, 13126, 10976, 17354, 13486, 13190, 10116, 8845, 11914, 8743, 16168, 9755, 15735, 10637, 13930, 9791, 14214, 11431, 16393, 9129, 7945, 9304, 7553, 11356, 10026, 13417, 10016, 7863, 9771, 7852, 12151, 10380, 15827, 12711, 13953, 10157, 7893, 10962, 9088, 16952, 11395, 16242, 9886, 10826, 10352, 8503, 14978, 11934, 12785, 9009, 7451, 10214, 8033, 12839, 10664, 16057, 11628, 15687, 10776, 14434, 9866, 11136, 14931, 9710, 16611, 11283, 14871, 9699, 11963, 9472, 8480, 12027, 9031, 12173, 9521, 12747, 9810, 8384, 12561, 9751, 15353, 9606, 10240, 11097, 9226, 16390, 11415, 14916, 9333, 10029, 13008, 10483, 17074, 14164, 15887, 10560, 11719, 10996, 8521, 14114, 9366, 12411, 9184, 11744, 9560, 7465, 10222, 7950, 11701, 10118, 13167, 10328, 9870, 9238, 7357, 11243, 9666, 12857, 10387, 10588, 9621, 7616, 11165, 10117, 12933, 10250, 9545, 9697, 8170, 12873, 9855], 'WindowCenter': [4697.0, 4721.0, 4687.0, 4685.0, 4679.0, 4666.0, 4698.0, 4674.0, 4655.0, 4682.0, 4661.0, 4651.0, 4672.0, 4660.0, 4650.0, 4637.0, 4609.0, 4657.0, 4640.0, 4656.0, 4626.0, 4587.0, 4648.0, 4616.0, 4656.0, 4630.0, 4588.0, 4635.0, 4607.0, 4637.0, 4609.0, 4599.0, 4638.0, 4606.0, 4646.0, 4607.0, 4627.0, 4619.0, 4608.0, 4652.0, 4606.0, 4646.0, 4607.0, 4656.0, 4615.0, 4637.0, 4627.0, 4575.0, 4627.0, 4607.0, 4638.0, 4606.0, 4658.0, 4609.0, 4598.0, 4629.0, 4600.0, 4660.0, 4625.0, 4609.0, 4630.0, 4612.0, 4627.0, 4618.0, 4611.0, 4662.0, 4650.0, 4643.0, 4620.0, 4602.0, 4659.0, 4608.0, 4579.0, 4649.0, 4649.0, 4655.0, 4614.0, 4611.0, 4627.0, 4610.0, 4658.0, 4638.0, 4655.0, 4605.0, 4586.0, 4617.0, 4585.0, 4646.0, 4605.0, 4634.0, 4595.0, 4634.0, 4596.0, 4623.0, 4596.0, 4592.0, 4592.0, 4574.0, 4604.0, 4563.0, 4625.0, 4587.0, 4623.0, 4596.0, 4614.0, 4584.0, 4624.0, 4595.0, 4635.0, 4598.0, 4608.0, 4597.0, 4565.0, 4619.0, 4578.0, 4629.0, 4598.0, 4628.0, 4598.0, 4597.0, 4640.0, 4611.0, 4658.0, 4637.0, 4647.0, 4606.0, 4588.0, 4636.0, 4628.0, 4660.0, 4661.0, 4656.0, 4615.0, 4583.0, 4623.0, 4616.0, 4667.0, 4636.0, 4637.0, 4615.0, 4573.0, 4633.0, 4615.0, 4656.0, 4637.0, 4614.0, 4605.0, 4565.0, 4613.0, 4594.0, 4641.0, 4592.0, 4583.0, 4583.0, 4565.0, 4626.0, 4619.0, 4589.0, 4619.0, 4588.0, 4637.0, 4597.0, 4577.0, 4638.0, 4632.0, 4588.0, 4638.0, 4610.0, 4619.0, 4631.0, 4600.0, 4658.0, 4649.0, 4656.0, 4606.0, 4577.0, 4636.0, 4616.0, 4680.0, 4639.0, 4596.0, 4635.0, 4605.0, 4636.0, 4608.0, 4597.0, 4616.0, 4585.0, 4625.0, 4598.0, 4646.0, 4608.0, 4627.0, 4598.0, 4648.0, 4598.0, 4626.0, 4606.0, 4575.0, 4626.0, 4566.0, 4615.0, 4565.0, 4625.0, 4609.0, 4636.0, 4586.0, 4597.0, 4589.0, 4579.0, 4618.0, 4612.0, 4639.0, 4612.0, 4592.0, 4609.0, 4578.0, 4629.0, 4620.0, 4617.0, 4607.0, 4579.0, 4626.0, 4598.0, 4637.0, 4627.0, 4637.0, 4600.0, 4566.0, 4629.0, 4621.0, 4659.0, 4648.0, 4644.0, 4606.0, 4575.0, 4645.0, 4628.0, 4660.0, 4606.0, 4567.0, 4626.0, 4606.0, 4669.0, 4639.0, 4619.0, 4631.0, 4608.0, 4660.0, 4618.0, 4589.0, 4659.0, 4653.0, 4600.0, 4641.0, 4622.0, 4620.0, 4639.0, 4619.0, 4658.0, 4628.0, 4618.0, 4658.0, 4647.0, 4647.0, 4615.0, 4574.0, 4623.0, 4595.0, 4635.0, 4626.0, 4645.0, 4593.0, 4606.0, 4596.0, 4564.0, 4614.0, 4564.0, 4613.0, 4586.0, 4603.0, 4575.0, 4607.0, 4598.0, 4568.0, 4610.0, 4579.0, 4639.0, 4624.0, 4630.0, 4600.0, 4590.0, 4620.0, 4591.0, 4641.0, 4628.0, 4668.0, 4630.0, 4661.0, 4611.0, 4648.0, 4653.0, 4620.0, 4659.0, 4610.0, 4657.0, 4650.0, 4671.0, 4646.0, 4648.0, 4629.0, 4587.0, 4648.0, 4627.0, 4668.0, 4647.0, 4645.0, 4606.0, 4593.0, 4624.0, 4584.0, 4645.0, 4625.0, 4656.0, 4604.0, 4625.0, 4586.0, 4565.0, 4616.0, 4587.0, 4636.0, 4597.0, 4596.0, 4608.0, 4589.0, 4647.0, 4607.0, 4645.0, 4604.0, 4645.0, 4618.0, 4605.0, 4606.0, 4567.0, 4616.0, 4595.0, 4636.0, 4620.0, 4581.0, 4617.0, 4599.0, 4609.0, 4607.0, 4589.0, 4649.0, 4618.0, 4581.0, 4639.0, 4609.0, 4646.0, 4609.0, 4617.0, 4670.0, 4625.0, 4657.0, 4637.0, 4645.0, 4595.0, 4583.0, 4634.0, 4592.0, 4634.0, 4594.0, 4617.0, 4593.0, 4564.0, 4606.0, 4578.0, 4627.0, 4600.0, 4589.0, 4633.0, 4594.0, 4652.0, 4623.0, 4601.0, 4620.0, 4591.0, 4651.0, 4621.0, 4641.0, 4623.0, 4595.0, 4640.0, 4632.0, 4613.0, 4653.0, 4642.0, 4669.0, 4649.0, 4608.0, 4642.0, 4632.0, 4670.0, 4632.0, 4590.0, 4649.0, 4630.0, 4630.0, 4650.0, 4639.0, 4668.0, 4637.0, 4597.0, 4638.0, 4606.0, 4638.0, 4629.0, 4670.0, 4638.0, 4626.0, 4594.0, 4554.0, 4627.0, 4587.0, 4637.0, 4605.0, 4636.0, 4597.0, 4588.0, 4596.0, 4565.0, 4637.0, 4577.0, 4627.0, 4598.0, 4614.0, 4587.0, 4568.0, 4628.0, 4598.0, 4639.0, 4610.0, 4639.0, 4587.0, 4620.0, 4629.0, 4600.0, 4647.0, 4598.0, 4635.0, 4607.0, 4636.0, 4638.0, 4587.0, 4646.0, 4607.0, 4646.0, 4597.0, 4585.0, 4648.0, 4605.0, 4648.0, 4609.0, 4625.0, 4618.0, 4580.0, 4648.0, 4617.0, 4666.0, 4615.0, 4635.0, 4594.0, 4584.0, 4636.0, 4596.0, 4645.0, 4616.0, 4646.0, 4597.0, 4586.0, 4626.0, 4595.0, 4634.0, 4597.0, 4616.0, 4595.0, 4566.0, 4648.0, 4605.0, 4644.0, 4627.0, 4645.0, 4606.0, 4625.0, 4618.0, 4564.0, 4627.0, 4597.0, 4624.0, 4596.0, 4586.0, 4616.0, 4586.0, 4627.0, 4607.0, 4626.0, 4588.0, 4608.0, 4606.0, 4565.0, 4615.0, 4585.0, 4628.0, 4599.0, 4618.0, 4596.0, 4578.0, 4618.0, 4589.0, 4638.0, 4608.0, 4660.0, 4630.0, 4587.0, 4619.0, 4587.0, 4638.0, 4608.0, 4656.0, 4639.0, 4607.0, 4615.0, 4578.0, 4626.0, 4597.0, 4648.0, 4615.0, 4637.0, 4596.0, 4577.0, 4628.0, 4599.0, 4666.0, 4629.0, 4588.0, 4641.0, 4612.0, 4601.0, 4630.0, 4620.0, 4631.0, 4644.0, 4610.0, 4582.0, 4632.0, 4625.0, 4582.0, 4672.0, 4628.0, 4600.0, 4664.0, 4652.0, 4644.0, 4683.0, 4649.0, 4617.0, 4660.0, 4647.0, 4655.0, 4637.0, 4598.0, 4656.0, 4626.0, 4657.0, 4624.0, 4645.0, 4623.0, 4582.0, 4634.0, 4594.0, 4588.0, 4572.0, 4562.0, 4624.0, 4592.0, 4552.0, 4605.0, 4584.0, 4614.0, 4573.0, 4605.0, 4584.0, 4574.0, 4604.0, 4585.0, 4616.0, 4586.0, 4614.0, 4585.0, 4584.0, 4608.0, 4567.0, 4629.0, 4598.0, 4591.0, 4620.0, 4599.0, 4607.0, 4641.0, 4601.0, 4651.0, 4600.0, 4578.0, 4629.0, 4599.0, 4648.0, 4650.0, 4668.0, 4629.0, 4616.0, 4607.0, 4579.0, 4649.0, 4607.0, 4638.0, 4596.0, 4570.0, 4596.0, 4579.0, 4640.0, 4620.0, 4637.0, 4587.0, 4567.0, 4595.0, 4578.0, 4627.0, 4610.0, 4648.0, 4596.0, 4598.0, 4596.0, 4567.0, 4617.0, 4589.0, 4647.0, 4628.0, 4658.0, 4604.0, 4635.0, 4596.0, 4626.0, 4606.0, 4565.0, 4605.0, 4585.0, 4614.0, 4596.0, 4617.0, 4605.0, 4566.0, 4616.0, 4596.0, 4627.0, 4609.0, 4627.0, 4598.0, 4569.0, 4618.0, 4577.0, 4627.0, 4600.0, 4639.0, 4639.0, 4656.0, 4617.0, 4618.0, 4617.0, 4578.0, 4659.0, 4597.0, 4647.0, 4598.0, 4645.0, 4607.0, 4617.0, 4605.0, 4576.0, 4626.0, 4596.0, 4647.0, 4630.0, 4669.0, 4642.0, 4588.0, 4638.0, 4608.0, 4588.0, 4609.0, 4608.0, 4658.0, 4640.0, 4607.0, 4628.0, 4619.0, 4661.0, 4618.0, 4579.0, 4662.0, 4631.0, 4639.0, 4649.0, 4599.0, 4657.0, 4619.0, 4644.0, 4626.0, 4658.0, 4616.0, 4566.0, 4604.0, 4575.0, 4625.0, 4607.0, 4596.0, 4586.0, 4579.0, 4615.0, 4599.0, 4636.0, 4609.0, 4598.0, 4596.0, 4568.0, 4616.0, 4607.0, 4660.0, 4606.0, 4588.0, 4608.0, 4579.0, 4635.0, 4618.0, 4659.0, 4637.0, 4638.0, 4597.0, 4588.0, 4617.0, 4575.0, 4646.0, 4584.0, 4634.0, 4592.0, 4623.0, 4582.0, 4621.0, 4615.0, 4633.0, 4583.0, 4561.0, 4583.0, 4562.0, 4614.0, 4609.0, 4639.0, 4599.0, 4578.0, 4607.0, 4590.0, 4630.0, 4608.0, 4647.0, 4629.0, 4636.0, 4607.0, 4576.0, 4607.0, 4587.0, 4656.0, 4617.0, 4647.0, 4597.0, 4604.0, 4608.0, 4599.0, 4650.0, 4628.0, 4638.0, 4599.0, 4569.0, 4609.0, 4578.0, 4639.0, 4620.0, 4661.0, 4629.0, 4660.0, 4617.0, 4648.0, 4596.0, 4606.0, 4648.0, 4598.0, 4657.0, 4618.0, 4635.0, 4586.0, 4614.0, 4596.0, 4590.0, 4617.0, 4587.0, 4615.0, 4599.0, 4627.0, 4609.0, 4578.0, 4628.0, 4599.0, 4647.0, 4598.0, 4608.0, 4619.0, 4599.0, 4661.0, 4629.0, 4647.0, 4598.0, 4597.0, 4627.0, 4607.0, 4656.0, 4636.0, 4647.0, 4606.0, 4615.0, 4603.0, 4574.0, 4625.0, 4583.0, 4626.0, 4586.0, 4615.0, 4597.0, 4566.0, 4606.0, 4576.0, 4617.0, 4605.0, 4626.0, 4608.0, 4608.0, 4597.0, 4569.0, 4617.0, 4597.0, 4627.0, 4607.0, 4608.0, 4596.0, 4566.0, 4618.0, 4607.0, 4626.0, 4606.0, 4598.0, 4610.0, 4601.0, 4642.0, 4623.0], 'WindowWidth': [10278.0, 10298.0, 10240.0, 10228.0, 10214.0, 10191.0, 10238.0, 10200.0, 10171.0, 10209.0, 10176.0, 10161.0, 10200.0, 10173.0, 10157.0, 10140.0, 10102.0, 10169.0, 10144.0, 10160.0, 10118.0, 10066.0, 10151.0, 10108.0, 10162.0, 10132.0, 10069.0, 10130.0, 10094.0, 10136.0, 10100.0, 10089.0, 10140.0, 10093.0, 10149.0, 10095.0, 10123.0, 10114.0, 10098.0, 10163.0, 10093.0, 10147.0, 10094.0, 10162.0, 10104.0, 10134.0, 10120.0, 10050.0, 10120.0, 10099.0, 10136.0, 10095.0, 10167.0, 10099.0, 10084.0, 10127.0, 10091.0, 10175.0, 10130.0, 10101.0, 10128.0, 10109.0, 10121.0, 10111.0, 10105.0, 10181.0, 10159.0, 10151.0, 10116.0, 10093.0, 10172.0, 10096.0, 10058.0, 10156.0, 10154.0, 10158.0, 10098.0, 10104.0, 10119.0, 10099.0, 10170.0, 10137.0, 10157.0, 10088.0, 10063.0, 10106.0, 10063.0, 10146.0, 10085.0, 10127.0, 10074.0, 10126.0, 10076.0, 10108.0, 10075.0, 10068.0, 10068.0, 10045.0, 10083.0, 10029.0, 10115.0, 10064.0, 10110.0, 10075.0, 10097.0, 10059.0, 10113.0, 10075.0, 10128.0, 10084.0, 10097.0, 10083.0, 10036.0, 10113.0, 10059.0, 10125.0, 10083.0, 10123.0, 10087.0, 10084.0, 10148.0, 10105.0, 10168.0, 10135.0, 10145.0, 10091.0, 10068.0, 10133.0, 10122.0, 10175.0, 10173.0, 10158.0, 10099.0, 10054.0, 10109.0, 10102.0, 10179.0, 10132.0, 10134.0, 10104.0, 10043.0, 10124.0, 10101.0, 10162.0, 10136.0, 10098.0, 10087.0, 10031.0, 10094.0, 10071.0, 10133.0, 10064.0, 10053.0, 10054.0, 10034.0, 10117.0, 10113.0, 10073.0, 10113.0, 10067.0, 10135.0, 10081.0, 10054.0, 10141.0, 10139.0, 10073.0, 10139.0, 10104.0, 10114.0, 10133.0, 10091.0, 10171.0, 10155.0, 10160.0, 10091.0, 10053.0, 10132.0, 10104.0, 10203.0, 10141.0, 10078.0, 10129.0, 10089.0, 10134.0, 10099.0, 10082.0, 10103.0, 10064.0, 10117.0, 10084.0, 10150.0, 10099.0, 10119.0, 10081.0, 10152.0, 10082.0, 10117.0, 10091.0, 10047.0, 10116.0, 10037.0, 10099.0, 10032.0, 10118.0, 10102.0, 10130.0, 10062.0, 10076.0, 10070.0, 10060.0, 10111.0, 10108.0, 10142.0, 10110.0, 10082.0, 10101.0, 10056.0, 10125.0, 10116.0, 10107.0, 10093.0, 10057.0, 10118.0, 10083.0, 10134.0, 10120.0, 10133.0, 10084.0, 10037.0, 10125.0, 10120.0, 10170.0, 10148.0, 10138.0, 10088.0, 10045.0, 10144.0, 10122.0, 10171.0, 10092.0, 10039.0, 10116.0, 10091.0, 10184.0, 10141.0, 10111.0, 10131.0, 10097.0, 10172.0, 10111.0, 10072.0, 10170.0, 10165.0, 10089.0, 10141.0, 10120.0, 10116.0, 10140.0, 10112.0, 10163.0, 10122.0, 10109.0, 10169.0, 10150.0, 10147.0, 10100.0, 10044.0, 10107.0, 10071.0, 10127.0, 10115.0, 10140.0, 10068.0, 10088.0, 10073.0, 10030.0, 10096.0, 10026.0, 10095.0, 10061.0, 10082.0, 10047.0, 10094.0, 10085.0, 10041.0, 10100.0, 10063.0, 10143.0, 10128.0, 10133.0, 10090.0, 10076.0, 10114.0, 10077.0, 10146.0, 10126.0, 10183.0, 10130.0, 10173.0, 10105.0, 10150.0, 10166.0, 10117.0, 10170.0, 10102.0, 10166.0, 10156.0, 10192.0, 10148.0, 10150.0, 10123.0, 10068.0, 10152.0, 10121.0, 10185.0, 10148.0, 10142.0, 10090.0, 10069.0, 10110.0, 10055.0, 10144.0, 10112.0, 10161.0, 10088.0, 10113.0, 10061.0, 10034.0, 10106.0, 10066.0, 10133.0, 10081.0, 10077.0, 10096.0, 10073.0, 10150.0, 10094.0, 10143.0, 10087.0, 10144.0, 10107.0, 10087.0, 10089.0, 10040.0, 10104.0, 10072.0, 10132.0, 10117.0, 10063.0, 10106.0, 10084.0, 10098.0, 10093.0, 10072.0, 10156.0, 10110.0, 10062.0, 10139.0, 10097.0, 10146.0, 10097.0, 10104.0, 10189.0, 10116.0, 10165.0, 10129.0, 10140.0, 10071.0, 10053.0, 10125.0, 10065.0, 10126.0, 10069.0, 10106.0, 10069.0, 10030.0, 10087.0, 10053.0, 10120.0, 10090.0, 10072.0, 10139.0, 10086.0, 10164.0, 10128.0, 10095.0, 10118.0, 10079.0, 10161.0, 10120.0, 10146.0, 10125.0, 10087.0, 10143.0, 10133.0, 10108.0, 10165.0, 10150.0, 10185.0, 10153.0, 10094.0, 10146.0, 10134.0, 10185.0, 10132.0, 10076.0, 10156.0, 10129.0, 10132.0, 10158.0, 10139.0, 10180.0, 10133.0, 10080.0, 10134.0, 10089.0, 10134.0, 10124.0, 10187.0, 10134.0, 10116.0, 10071.0, 10017.0, 10119.0, 10067.0, 10134.0, 10085.0, 10129.0, 10077.0, 10065.0, 10075.0, 10034.0, 10134.0, 10050.0, 10119.0, 10081.0, 10099.0, 10064.0, 10040.0, 10124.0, 10083.0, 10139.0, 10101.0, 10139.0, 10068.0, 10114.0, 10126.0, 10086.0, 10148.0, 10079.0, 10129.0, 10092.0, 10127.0, 10137.0, 10064.0, 10144.0, 10091.0, 10144.0, 10079.0, 10060.0, 10151.0, 10087.0, 10150.0, 10096.0, 10114.0, 10111.0, 10061.0, 10154.0, 10106.0, 10174.0, 10101.0, 10127.0, 10071.0, 10057.0, 10133.0, 10077.0, 10143.0, 10102.0, 10143.0, 10079.0, 10062.0, 10117.0, 10073.0, 10128.0, 10079.0, 10103.0, 10074.0, 10036.0, 10150.0, 10087.0, 10142.0, 10117.0, 10141.0, 10089.0, 10111.0, 10108.0, 10031.0, 10116.0, 10075.0, 10112.0, 10076.0, 10062.0, 10103.0, 10062.0, 10119.0, 10093.0, 10118.0, 10068.0, 10093.0, 10090.0, 10033.0, 10100.0, 10062.0, 10120.0, 10085.0, 10110.0, 10079.0, 10056.0, 10108.0, 10071.0, 10139.0, 10097.0, 10170.0, 10127.0, 10066.0, 10110.0, 10068.0, 10136.0, 10096.0, 10161.0, 10137.0, 10090.0, 10100.0, 10055.0, 10117.0, 10078.0, 10149.0, 10101.0, 10130.0, 10074.0, 10052.0, 10120.0, 10084.0, 10175.0, 10123.0, 10069.0, 10146.0, 10106.0, 10092.0, 10130.0, 10117.0, 10130.0, 10156.0, 10105.0, 10069.0, 10142.0, 10137.0, 10072.0, 10201.0, 10127.0, 10089.0, 10182.0, 10161.0, 10151.0, 10211.0, 10155.0, 10105.0, 10171.0, 10148.0, 10158.0, 10132.0, 10078.0, 10160.0, 10115.0, 10164.0, 10109.0, 10136.0, 10109.0, 10049.0, 10126.0, 10069.0, 10065.0, 10034.0, 10023.0, 10108.0, 10064.0, 10009.0, 10081.0, 10055.0, 10095.0, 10039.0, 10083.0, 10055.0, 10039.0, 10081.0, 10058.0, 10101.0, 10061.0, 10094.0, 10060.0, 10055.0, 10093.0, 10036.0, 10125.0, 10082.0, 10074.0, 10113.0, 10084.0, 10091.0, 10143.0, 10086.0, 10155.0, 10086.0, 10053.0, 10122.0, 10082.0, 10151.0, 10155.0, 10181.0, 10121.0, 10099.0, 10093.0, 10058.0, 10153.0, 10093.0, 10135.0, 10075.0, 10048.0, 10078.0, 10058.0, 10143.0, 10110.0, 10130.0, 10063.0, 10035.0, 10072.0, 10053.0, 10119.0, 10100.0, 10150.0, 10076.0, 10080.0, 10075.0, 10037.0, 10105.0, 10068.0, 10149.0, 10121.0, 10162.0, 10083.0, 10125.0, 10075.0, 10116.0, 10090.0, 10031.0, 10084.0, 10058.0, 10096.0, 10075.0, 10106.0, 10087.0, 10037.0, 10105.0, 10079.0, 10123.0, 10101.0, 10122.0, 10082.0, 10044.0, 10108.0, 10055.0, 10123.0, 10086.0, 10141.0, 10141.0, 10160.0, 10108.0, 10109.0, 10104.0, 10054.0, 10168.0, 10076.0, 10146.0, 10081.0, 10141.0, 10091.0, 10104.0, 10088.0, 10051.0, 10117.0, 10076.0, 10148.0, 10129.0, 10181.0, 10148.0, 10067.0, 10137.0, 10096.0, 10069.0, 10096.0, 10097.0, 10168.0, 10143.0, 10093.0, 10124.0, 10111.0, 10172.0, 10112.0, 10060.0, 10179.0, 10132.0, 10135.0, 10150.0, 10083.0, 10162.0, 10111.0, 10141.0, 10115.0, 10163.0, 10100.0, 10035.0, 10084.0, 10045.0, 10112.0, 10091.0, 10075.0, 10063.0, 10057.0, 10102.0, 10088.0, 10132.0, 10096.0, 10082.0, 10078.0, 10040.0, 10103.0, 10094.0, 10170.0, 10091.0, 10068.0, 10096.0, 10057.0, 10132.0, 10110.0, 10169.0, 10133.0, 10134.0, 10078.0, 10065.0, 10103.0, 10044.0, 10145.0, 10055.0, 10126.0, 10065.0, 10106.0, 10052.0, 10103.0, 10103.0, 10121.0, 10052.0, 10022.0, 10054.0, 10026.0, 10100.0, 10098.0, 10140.0, 10082.0, 10055.0, 10093.0, 10075.0, 10128.0, 10096.0, 10149.0, 10123.0, 10130.0, 10093.0, 10050.0, 10091.0, 10063.0, 10158.0, 10104.0, 10147.0, 10079.0, 10084.0, 10097.0, 10087.0, 10155.0, 10121.0, 10138.0, 10085.0, 10044.0, 10096.0, 10057.0, 10140.0, 10116.0, 10174.0, 10126.0, 10171.0, 10108.0, 10150.0, 10077.0, 10088.0, 10151.0, 10082.0, 10163.0, 10108.0, 10130.0, 10062.0, 10099.0, 10077.0, 10073.0, 10105.0, 10065.0, 10102.0, 10082.0, 10120.0, 10098.0, 10053.0, 10123.0, 10084.0, 10150.0, 10083.0, 10096.0, 10114.0, 10086.0, 10172.0, 10127.0, 10147.0, 10081.0, 10079.0, 10121.0, 10092.0, 10163.0, 10130.0, 10147.0, 10090.0, 10100.0, 10082.0, 10042.0, 10112.0, 10056.0, 10116.0, 10063.0, 10100.0, 10076.0, 10037.0, 10090.0, 10049.0, 10103.0, 10087.0, 10118.0, 10095.0, 10097.0, 10081.0, 10045.0, 10106.0, 10081.0, 10120.0, 10094.0, 10091.0, 10074.0, 10038.0, 10105.0, 10090.0, 10116.0, 10090.0, 10081.0, 10103.0, 10091.0, 10148.0, 10125.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.0021102658959537574</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021021142427745665</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.38835813805562</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2076067942361115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.028685601875</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.52</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2775.9792</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12433787690942605</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.017341040462428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.543669019589767</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5024163039741096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.68288339058053</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.445707364214661</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00541408</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.003016520058736205</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022475192323327065</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>865</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.024656435158918</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.597</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.0231</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.0898</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291465.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1251.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.1556</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6271</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.2076</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.6923</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3952.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85079.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1396.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4879.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.9414</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.79460867960006</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> |