=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0050_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>efc0a3798a367a0690a701c1483fb48a</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:42:31.765000</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.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</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>233.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5a9bb9a9-8d03-4ec2-ae75-9abc00b4cdd0||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.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['164231.765000', '164232.225000', '164232.685000', '164233.145000', '164233.605000', '164234.065000', '164234.525000', '164234.985000', '164235.445000', '164235.905000', '164236.365000', '164236.825000', '164237.285000', '164237.745000', '164238.205000', '164238.665000', '164239.125000', '164239.585000', '164240.045000', '164240.505000', '164240.965000', '164241.425000', '164241.885000', '164242.345000', '164242.805000', '164243.265000', '164243.725000', '164244.185000', '164244.645000', '164245.105000', '164245.565000', '164246.025000', '164246.485000', '164246.945000', '164247.405000', '164247.865000', '164248.325000', '164248.785000', '164249.245000', '164249.705000', '164250.165000', '164250.625000', '164251.085000', '164251.545000', '164252.005000', '164252.465000', '164252.925000', '164253.385000', '164253.845000', '164254.305000', '164254.765000', '164255.225000', '164255.685000', '164256.145000', '164256.605000', '164257.065000', '164257.525000', '164257.985000', '164258.445000', '164258.905000', '164259.365000', '164259.825000', '164300.285000', '164300.745000', '164301.205000', '164301.665000', '164302.125000', '164302.585000', '164303.045000', '164303.505000', '164303.965000', '164304.425000', '164304.885000', '164305.345000', '164305.805000', '164306.265000', '164306.725000', '164307.185000', '164307.645000', '164308.105000', '164308.565000', '164309.025000', '164309.485000', '164309.945000', '164310.405000', '164310.865000', '164311.325000', '164311.785000', '164312.245000', '164312.705000', '164313.165000', '164313.625000', '164314.085000', '164314.545000', '164315.005000', '164315.465000', '164315.925000', '164316.385000', '164316.845000', '164317.305000', '164317.765000', '164318.225000', '164318.685000', '164319.145000', '164319.605000', '164320.065000', '164320.525000', '164320.985000', '164321.445000', '164321.905000', '164322.365000', '164322.825000', '164323.285000', '164323.745000', '164324.205000', '164324.665000', '164325.125000', '164325.585000', '164326.045000', '164326.505000', '164326.965000', '164327.425000', '164327.885000', '164328.345000', '164328.805000', '164329.265000', '164329.725000', '164330.185000', '164330.645000', '164331.105000', '164331.565000', '164332.025000', '164332.485000', '164332.945000', '164333.405000', '164333.865000', '164334.325000', '164334.785000', '164335.245000', '164335.705000', '164336.165000', '164336.625000', '164337.085000', '164337.545000', '164338.005000', '164338.465000', '164338.925000', '164339.385000', '164339.845000', '164340.305000', '164340.765000', '164341.225000', '164341.685000', '164342.145000', '164342.605000', '164343.065000', '164343.525000', '164343.985000', '164344.445000', '164344.905000', '164345.365000', '164345.825000', '164346.285000', '164346.745000', '164347.205000', '164347.665000', '164348.125000', '164348.585000', '164349.045000', '164349.505000', '164349.965000', '164350.425000', '164350.885000', '164351.345000', '164351.805000', '164352.265000', '164352.725000', '164353.185000', '164353.645000', '164354.105000', '164354.565000', '164355.025000', '164355.485000', '164355.945000', '164356.405000', '164356.865000', '164357.325000', '164357.785000', '164358.245000', '164358.705000', '164359.165000', '164359.625000', '164400.085000', '164400.545000', '164401.005000', '164401.465000', '164401.925000', '164402.385000', '164402.845000', '164403.305000', '164403.765000', '164404.225000', '164404.685000', '164405.145000', '164405.605000', '164406.065000', '164406.525000', '164406.985000', '164407.445000', '164407.905000', '164408.365000', '164408.825000', '164409.285000', '164409.745000', '164410.205000', '164410.665000', '164411.125000', '164411.585000', '164412.045000', '164412.505000', '164412.965000', '164413.425000', '164413.885000', '164414.345000', '164414.805000', '164415.265000', '164415.725000', '164416.185000', '164416.645000', '164417.105000', '164417.565000', '164418.025000', '164418.485000', '164418.945000', '164419.405000', '164419.865000', '164420.325000', '164420.785000', '164421.245000', '164421.705000', '164422.165000', '164422.625000', '164423.085000', '164423.545000', '164424.005000', '164424.465000', '164424.925000', '164425.385000', '164425.845000', '164426.305000', '164426.765000', '164427.225000', '164427.685000', '164428.145000', '164428.605000', '164429.065000', '164429.525000', '164429.985000', '164430.445000', '164430.905000', '164431.365000', '164431.825000', '164432.285000', '164432.745000', '164433.205000', '164433.665000', '164434.125000', '164434.585000', '164435.045000', '164435.505000', '164435.965000', '164436.425000', '164436.885000', '164437.345000', '164437.805000', '164438.265000', '164438.725000', '164439.185000', '164439.645000', '164440.105000', '164440.565000', '164441.025000', '164441.485000', '164441.945000', '164442.405000', '164442.865000', '164443.325000', '164443.785000', '164444.245000', '164444.705000', '164445.165000', '164445.625000', '164446.085000', '164446.545000', '164447.005000', '164447.465000', '164447.925000', '164448.385000', '164448.845000', '164449.305000', '164449.765000', '164450.225000', '164450.685000', '164451.145000', '164451.605000', '164452.065000', '164452.525000', '164452.985000', '164453.445000', '164453.905000', '164454.365000', '164454.825000', '164455.285000', '164455.745000', '164456.205000', '164456.665000', '164457.125000', '164457.585000', '164458.045000', '164458.505000', '164458.965000', '164459.425000', '164459.885000', '164500.345000', '164500.805000', '164501.265000', '164501.725000', '164502.185000', '164502.645000', '164503.105000', '164503.565000', '164504.025000', '164504.485000', '164504.945000', '164505.405000', '164505.865000', '164506.325000', '164506.785000', '164507.245000', '164507.705000', '164508.165000', '164508.625000', '164509.085000', '164509.545000', '164510.005000', '164510.465000', '164510.925000', '164511.385000', '164511.845000', '164512.305000', '164512.765000', '164513.225000', '164513.685000', '164514.145000', '164514.605000', '164515.065000', '164515.525000', '164515.985000', '164516.445000', '164516.905000', '164517.365000', '164517.825000', '164518.285000', '164518.745000', '164519.205000', '164519.665000', '164520.125000', '164520.585000', '164521.045000', '164521.505000', '164521.965000', '164522.425000', '164522.885000', '164523.345000', '164523.805000', '164524.265000', '164524.725000', '164525.185000', '164525.645000', '164526.105000', '164526.565000', '164527.025000', '164527.485000', '164527.945000', '164528.405000', '164528.865000', '164529.325000', '164529.785000', '164530.245000', '164530.705000', '164531.165000', '164531.625000', '164532.085000', '164532.545000', '164533.005000', '164533.465000', '164533.925000', '164534.385000', '164534.845000', '164535.305000', '164535.765000', '164536.225000', '164536.685000', '164537.145000', '164537.605000', '164538.065000', '164538.525000', '164538.985000', '164539.445000', '164539.905000', '164540.365000', '164540.825000', '164541.285000', '164541.745000', '164542.205000', '164542.665000', '164543.125000', '164543.585000', '164544.045000', '164544.505000', '164544.965000', '164545.425000', '164545.885000', '164546.345000', '164546.805000', '164547.265000', '164547.725000', '164548.185000', '164548.645000', '164549.105000', '164549.565000', '164550.025000', '164550.485000', '164550.945000', '164551.405000', '164551.865000', '164552.325000', '164552.785000', '164553.245000', '164553.705000', '164554.165000', '164554.625000', '164555.085000', '164555.545000', '164556.005000', '164556.465000', '164556.925000', '164557.385000', '164557.845000', '164558.305000', '164558.765000', '164559.225000', '164559.685000', '164600.145000', '164600.605000', '164601.065000', '164601.525000', '164601.985000', '164602.445000', '164602.905000', '164603.365000', '164603.825000', '164604.285000', '164604.745000', '164605.205000', '164605.665000', '164606.125000', '164606.585000', '164607.045000', '164607.505000', '164607.965000', '164608.425000', '164608.885000', '164609.345000', '164609.805000', '164610.265000', '164610.725000', '164611.185000', '164611.645000', '164612.105000', '164612.565000', '164613.025000', '164613.485000', '164613.945000', '164614.405000', '164614.865000', '164615.325000', '164615.785000', '164616.245000', '164616.705000', '164617.165000', '164617.625000', '164618.085000', '164618.545000', '164619.005000', '164619.465000', '164619.925000', '164620.385000', '164620.845000', '164621.305000', '164621.765000', '164622.225000', '164622.685000', '164623.145000', '164623.605000', '164624.065000', '164624.525000', '164624.985000', '164625.445000', '164625.905000', '164626.365000', '164626.825000', '164627.285000', '164627.745000', '164628.205000', '164628.665000', '164629.125000', '164629.585000', '164630.045000', '164630.505000', '164630.965000', '164631.425000', '164631.885000', '164632.345000', '164632.805000', '164633.265000', '164633.725000', '164634.185000', '164634.645000', '164635.105000', '164635.565000', '164636.025000', '164636.485000', '164636.945000', '164637.405000', '164637.865000', '164638.325000', '164638.785000', '164639.245000', '164639.705000', '164640.165000', '164640.625000', '164641.085000', '164641.545000', '164642.005000', '164642.465000', '164642.925000', '164643.385000', '164643.845000', '164644.305000', '164644.765000', '164645.225000', '164645.685000', '164646.145000', '164646.605000', '164647.065000', '164647.525000', '164647.985000', '164648.445000', '164648.905000', '164649.365000', '164649.825000', '164650.285000', '164650.745000', '164651.205000', '164651.665000', '164652.125000', '164652.585000', '164653.045000', '164653.505000', '164653.965000', '164654.425000', '164654.885000', '164655.345000', '164655.805000', '164656.265000', '164656.725000', '164657.185000', '164657.645000', '164658.105000', '164658.565000', '164659.025000', '164659.485000', '164659.945000', '164700.405000', '164700.865000', '164701.325000', '164701.785000', '164702.245000', '164702.705000', '164703.165000', '164703.625000', '164704.085000', '164704.545000', '164705.005000', '164705.465000', '164705.925000', '164706.385000', '164706.845000', '164707.305000', '164707.765000', '164708.225000', '164708.685000', '164709.145000', '164709.605000', '164710.065000', '164710.525000', '164710.985000', '164711.445000', '164711.905000', '164712.365000', '164712.825000', '164713.285000', '164713.745000', '164714.205000', '164714.665000', '164715.125000', '164715.585000', '164716.045000', '164716.505000', '164716.965000', '164717.425000', '164717.885000', '164718.345000', '164718.805000', '164719.265000', '164719.725000', '164720.185000', '164720.645000', '164721.105000', '164721.565000', '164722.025000', '164722.485000', '164722.945000', '164723.405000', '164723.865000', '164724.325000', '164724.785000', '164725.245000', '164725.705000', '164726.165000', '164726.625000', '164727.085000', '164727.545000', '164728.005000', '164728.465000', '164728.925000', '164729.385000', '164729.845000', '164730.305000', '164730.765000', '164731.225000', '164731.685000', '164732.145000', '164732.605000', '164733.065000', '164733.525000', '164733.985000', '164734.445000', '164734.905000', '164735.365000', '164735.825000', '164736.285000', '164736.745000', '164737.205000', '164737.665000', '164738.125000', '164738.585000', '164739.045000', '164739.505000', '164739.965000', '164740.425000', '164740.885000', '164741.345000', '164741.805000', '164742.265000', '164742.725000', '164743.185000', '164743.645000', '164744.105000', '164744.565000', '164745.025000', '164745.485000', '164745.945000', '164746.405000', '164746.865000', '164747.325000', '164747.785000', '164748.245000', '164748.705000', '164749.165000', '164749.625000', '164750.085000', '164750.545000', '164751.005000', '164751.465000', '164751.925000', '164752.385000', '164752.845000', '164753.305000', '164753.765000', '164754.225000', '164754.685000', '164755.145000', '164755.605000', '164756.065000', '164756.525000', '164756.985000', '164757.445000', '164757.905000', '164758.365000', '164758.825000', '164759.285000', '164759.745000', '164800.205000', '164800.665000', '164801.125000', '164801.585000', '164802.045000', '164802.505000', '164802.965000', '164803.425000', '164803.885000', '164804.345000', '164804.805000', '164805.265000', '164805.725000', '164806.185000', '164806.645000', '164807.105000', '164807.565000', '164808.025000', '164808.485000', '164808.945000', '164809.405000', '164809.865000', '164810.325000', '164810.785000', '164811.245000', '164811.705000', '164812.165000', '164812.625000', '164813.085000', '164813.545000', '164814.005000', '164814.465000', '164814.925000', '164815.385000', '164815.845000', '164816.305000', '164816.765000', '164817.225000', '164817.685000', '164818.145000', '164818.605000', '164819.065000', '164819.525000', '164819.985000', '164820.445000', '164820.905000', '164821.365000', '164821.825000', '164822.285000', '164822.745000', '164823.205000', '164823.665000', '164824.125000', '164824.585000', '164825.045000', '164825.505000', '164825.965000', '164826.425000', '164826.885000', '164827.345000', '164827.805000', '164828.265000', '164828.725000', '164829.185000', '164829.645000', '164830.105000', '164830.565000', '164831.025000', '164831.485000', '164831.945000', '164832.405000', '164832.865000', '164833.325000', '164833.785000', '164834.245000', '164834.705000', '164835.165000', '164835.625000', '164836.085000', '164836.545000', '164837.005000', '164837.465000', '164837.925000', '164838.385000', '164838.845000', '164839.305000', '164839.765000', '164840.225000', '164840.685000', '164841.145000', '164841.605000', '164842.065000', '164842.525000', '164842.985000', '164843.445000', '164843.905000', '164844.365000', '164844.825000', '164845.285000', '164845.745000', '164846.205000', '164846.665000', '164847.125000', '164847.585000', '164848.045000', '164848.505000', '164848.965000', '164849.425000', '164849.885000', '164850.345000', '164850.805000', '164851.265000', '164851.725000', '164852.185000', '164852.645000', '164853.105000', '164853.565000', '164854.025000', '164854.485000', '164854.945000', '164855.405000', '164855.865000', '164856.325000', '164856.785000', '164857.245000', '164857.705000', '164858.165000', '164858.625000', '164859.085000', '164859.545000', '164900.005000', '164900.465000', '164900.925000', '164901.385000', '164901.845000', '164902.305000', '164902.765000', '164903.225000', '164903.685000', '164904.145000', '164904.605000', '164905.065000', '164905.525000', '164905.985000', '164906.445000', '164906.905000', '164907.365000', '164907.825000', '164908.285000', '164908.745000', '164909.205000', '164909.665000', '164910.125000', '164910.585000', '164911.045000', '164911.505000', '164911.965000', '164912.425000'], 'ContentTime': ['164253.621000', '164253.624000', '164253.627000', '164253.629000', '164253.632000', '164253.634000', '164253.637000', '164253.639000', '164253.642000', '164253.645000', '164253.647000', '164253.650000', '164253.652000', '164253.655000', '164253.677000', '164253.679000', '164253.682000', '164253.684000', '164253.687000', '164253.689000', '164253.692000', '164253.694000', '164253.697000', '164253.700000', '164253.702000', '164253.705000', '164253.707000', '164253.710000', '164253.712000', '164253.715000', '164253.717000', '164253.720000', '164253.723000', '164253.725000', '164253.728000', '164253.730000', '164253.733000', '164253.735000', '164253.738000', '164253.740000', '164253.743000', '164253.745000', '164253.748000', '164253.751000', '164253.753000', '164313.589000', '164313.591000', '164313.594000', '164313.597000', '164313.599000', '164313.602000', '164313.604000', '164313.607000', '164313.609000', '164313.612000', '164313.615000', '164313.617000', '164313.620000', '164313.622000', '164313.625000', '164313.627000', '164313.630000', '164313.632000', '164313.635000', '164313.638000', '164313.640000', '164313.643000', '164313.645000', '164313.648000', '164313.650000', '164313.653000', '164313.655000', '164313.658000', '164313.660000', '164313.663000', '164313.666000', '164313.668000', '164313.671000', '164313.673000', '164313.676000', '164313.678000', '164313.681000', '164313.683000', '164313.686000', '164313.706000', '164313.708000', '164313.711000', '164313.714000', '164313.716000', '164333.588000', '164333.591000', '164333.594000', '164333.596000', '164333.599000', '164333.602000', '164333.604000', '164333.607000', '164333.609000', '164333.612000', '164333.614000', '164333.617000', '164333.620000', '164333.622000', '164333.625000', '164333.627000', '164333.630000', '164333.632000', '164333.635000', '164333.637000', '164333.640000', '164333.642000', '164333.645000', '164333.648000', '164333.650000', '164333.655000', '164333.657000', '164333.660000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.672000', '164333.675000', '164333.677000', '164333.680000', '164333.682000', '164333.685000', '164333.688000', '164333.690000', '164333.693000', '164333.695000', '164333.698000', '164353.588000', '164353.591000', '164353.594000', '164353.596000', '164353.599000', '164353.602000', '164353.604000', '164353.607000', '164353.609000', '164353.612000', '164353.615000', '164353.617000', '164353.620000', '164353.622000', '164353.625000', '164353.627000', '164353.630000', '164353.632000', '164353.636000', '164353.638000', '164353.641000', '164353.644000', '164353.647000', '164353.651000', '164353.653000', '164353.656000', '164353.658000', '164353.661000', '164353.664000', '164353.666000', '164353.669000', '164353.671000', '164353.674000', '164353.676000', '164353.679000', '164353.682000', '164353.684000', '164353.687000', '164353.689000', '164353.692000', '164353.694000', '164353.697000', '164353.700000', '164413.588000', '164413.591000', '164413.594000', '164413.596000', '164413.599000', '164413.602000', '164413.604000', '164413.607000', '164413.609000', '164413.612000', '164413.615000', '164413.617000', '164413.620000', '164413.622000', '164413.625000', '164413.627000', '164413.630000', '164413.632000', '164413.635000', '164413.638000', '164413.640000', '164413.643000', '164413.645000', '164413.648000', '164413.651000', '164413.653000', '164413.656000', '164413.658000', '164413.661000', '164413.663000', '164413.666000', '164413.669000', '164413.671000', '164413.674000', '164413.676000', '164413.679000', '164413.681000', '164413.684000', '164413.687000', '164413.689000', '164413.692000', '164413.694000', '164413.697000', '164413.699000', '164433.588000', '164433.591000', '164433.594000', '164433.596000', '164433.599000', '164433.602000', '164433.604000', '164433.607000', '164433.609000', '164433.612000', '164433.615000', '164433.617000', '164433.620000', '164433.623000', '164433.626000', '164433.628000', '164433.631000', '164433.633000', '164433.636000', '164433.638000', '164433.641000', '164433.644000', '164433.646000', '164433.649000', '164433.651000', '164433.654000', '164433.656000', '164433.659000', '164433.662000', '164433.664000', '164433.667000', '164433.669000', '164433.672000', '164433.675000', '164433.677000', '164433.680000', '164433.682000', '164433.685000', '164433.688000', '164433.690000', '164433.693000', '164433.695000', '164433.698000', '164453.589000', '164453.592000', '164453.594000', '164453.597000', '164453.599000', '164453.602000', '164453.605000', '164453.607000', '164453.610000', '164453.613000', '164453.615000', '164453.618000', '164453.620000', '164453.623000', '164453.625000', '164453.628000', '164453.631000', '164453.633000', '164453.636000', '164453.638000', '164453.641000', '164453.644000', '164453.646000', '164453.649000', '164453.651000', '164453.654000', '164453.656000', '164453.659000', '164453.662000', '164453.664000', '164453.667000', '164453.669000', '164453.672000', '164453.675000', '164453.677000', '164453.691000', '164453.694000', '164453.696000', '164453.699000', '164453.702000', '164453.704000', '164453.707000', '164453.709000', '164453.712000', '164513.589000', '164513.591000', '164513.594000', '164513.597000', '164513.599000', '164513.602000', '164513.604000', '164513.607000', '164513.610000', '164513.612000', '164513.615000', '164513.617000', '164513.620000', '164513.622000', '164513.625000', '164513.627000', '164513.630000', '164513.633000', '164513.635000', '164513.638000', '164513.642000', '164513.645000', '164513.647000', '164513.650000', '164513.652000', '164513.655000', '164513.658000', '164513.660000', '164513.663000', '164513.669000', '164513.672000', '164513.674000', '164513.677000', '164513.679000', '164513.682000', '164513.684000', '164513.687000', '164513.690000', '164513.693000', '164513.695000', '164513.698000', '164513.700000', '164513.703000', '164533.589000', '164533.591000', '164533.594000', '164533.597000', '164533.599000', '164533.602000', '164533.605000', '164533.607000', '164533.610000', '164533.612000', '164533.615000', '164533.618000', '164533.620000', '164533.623000', '164533.625000', '164533.628000', '164533.630000', '164533.633000', '164533.636000', '164533.638000', '164533.641000', '164533.643000', '164533.646000', '164533.649000', '164533.651000', '164533.654000', '164533.657000', '164533.659000', '164533.662000', '164533.664000', '164533.667000', '164533.669000', '164533.672000', '164533.675000', '164533.677000', '164533.680000', '164533.683000', '164533.685000', '164533.688000', '164533.690000', '164533.693000', '164533.695000', '164533.698000', '164533.701000', '164553.589000', '164553.591000', '164553.594000', '164553.597000', '164553.599000', '164553.602000', '164553.605000', '164553.607000', '164553.610000', '164553.612000', '164553.615000', '164553.617000', '164553.620000', '164553.623000', '164553.625000', '164553.628000', '164553.630000', '164553.633000', '164553.636000', '164553.638000', '164553.641000', '164553.643000', '164553.646000', '164553.648000', '164553.651000', '164553.654000', '164553.657000', '164553.660000', '164553.663000', '164553.666000', '164553.668000', '164553.671000', '164553.673000', '164553.676000', '164553.679000', '164553.681000', '164553.684000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164613.589000', '164613.592000', '164613.594000', '164613.597000', '164613.600000', '164613.602000', '164613.605000', '164613.607000', '164613.610000', '164613.613000', '164613.615000', '164613.618000', '164613.620000', '164613.623000', '164613.625000', '164613.629000', '164613.631000', '164613.634000', '164613.637000', '164613.639000', '164613.642000', '164613.644000', '164613.647000', '164613.649000', '164613.652000', '164613.655000', '164613.657000', '164613.660000', '164613.662000', '164613.665000', '164613.667000', '164613.670000', '164613.673000', '164613.675000', '164613.678000', '164613.680000', '164613.683000', '164613.685000', '164613.688000', '164613.690000', '164613.693000', '164613.696000', '164613.698000', '164613.701000', '164633.589000', '164633.591000', '164633.594000', '164633.597000', '164633.599000', '164633.602000', '164633.605000', '164633.607000', '164633.610000', '164633.612000', '164633.615000', '164633.618000', '164633.620000', '164633.623000', '164633.625000', '164633.628000', '164633.638000', '164633.641000', '164633.643000', '164633.646000', '164633.649000', '164633.651000', '164633.654000', '164633.656000', '164633.659000', '164633.661000', '164633.664000', '164633.667000', '164633.669000', '164633.672000', '164633.674000', '164633.677000', '164633.680000', '164633.683000', '164633.686000', '164633.689000', '164633.692000', '164633.694000', '164633.697000', '164633.699000', '164633.702000', '164633.704000', '164633.707000', '164653.589000', '164653.591000', '164653.594000', '164653.597000', '164653.599000', '164653.602000', '164653.604000', '164653.607000', '164653.610000', '164653.612000', '164653.615000', '164653.617000', '164653.620000', '164653.622000', '164653.625000', '164653.628000', '164653.630000', '164653.633000', '164653.635000', '164653.638000', '164653.641000', '164653.643000', '164653.646000', '164653.648000', '164653.651000', '164653.653000', '164653.656000', '164653.659000', '164653.661000', '164653.664000', '164653.666000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.679000', '164653.682000', '164653.684000', '164653.687000', '164653.689000', '164653.692000', '164653.695000', '164653.697000', '164653.700000', '164713.589000', '164713.591000', '164713.594000', '164713.597000', '164713.599000', '164713.602000', '164713.605000', '164713.607000', '164713.610000', '164713.612000', '164713.615000', '164713.618000', '164713.620000', '164713.623000', '164713.625000', '164713.628000', '164713.631000', '164713.633000', '164713.636000', '164713.639000', '164713.641000', '164713.644000', '164713.646000', '164713.649000', '164713.651000', '164713.654000', '164713.657000', '164713.659000', '164713.662000', '164713.665000', '164713.667000', '164713.670000', '164713.672000', '164713.675000', '164713.677000', '164713.680000', '164713.682000', '164713.685000', '164713.688000', '164713.691000', '164713.694000', '164713.697000', '164713.699000', '164733.589000', '164733.591000', '164733.594000', '164733.597000', '164733.599000', '164733.602000', '164733.605000', '164733.607000', '164733.610000', '164733.612000', '164733.615000', '164733.618000', '164733.620000', '164733.623000', '164733.625000', '164733.628000', '164733.630000', '164733.633000', '164733.636000', '164733.638000', '164733.641000', '164733.643000', '164733.646000', '164733.648000', '164733.651000', '164733.654000', '164733.656000', '164733.659000', '164733.662000', '164733.664000', '164733.667000', '164733.669000', '164733.672000', '164733.674000', '164733.677000', '164733.680000', '164733.682000', '164733.685000', '164733.687000', '164733.690000', '164733.692000', '164733.695000', '164733.698000', '164733.700000', '164753.589000', '164753.592000', '164753.594000', '164753.597000', '164753.599000', '164753.602000', '164753.604000', '164753.607000', '164753.610000', '164753.612000', '164753.615000', '164753.617000', '164753.620000', '164753.623000', '164753.625000', '164753.628000', '164753.630000', '164753.633000', '164753.635000', '164753.638000', '164753.641000', '164753.643000', '164753.646000', '164753.648000', '164753.651000', '164753.653000', '164753.656000', '164753.659000', '164753.661000', '164753.664000', '164753.666000', '164753.669000', '164753.672000', '164753.674000', '164753.677000', '164753.679000', '164753.682000', '164753.684000', '164753.687000', '164753.690000', '164753.692000', '164753.704000', '164753.707000', '164813.589000', '164813.591000', '164813.594000', '164813.597000', '164813.599000', '164813.602000', '164813.604000', '164813.607000', '164813.609000', '164813.612000', '164813.615000', '164813.617000', '164813.620000', '164813.622000', '164813.625000', '164813.627000', '164813.630000', '164813.633000', '164813.635000', '164813.638000', '164813.640000', '164813.643000', '164813.645000', '164813.648000', '164813.650000', '164813.653000', '164813.656000', '164813.658000', '164813.661000', '164813.663000', '164813.666000', '164813.669000', '164813.671000', '164813.674000', '164813.676000', '164813.679000', '164813.681000', '164813.684000', '164813.686000', '164813.689000', '164813.692000', '164813.694000', '164813.697000', '164813.699000', '164833.589000', '164833.592000', '164833.595000', '164833.599000', '164833.602000', '164833.605000', '164833.607000', '164833.610000', '164833.612000', '164833.615000', '164833.617000', '164833.620000', '164833.623000', '164833.625000', '164833.628000', '164833.630000', '164833.633000', '164833.636000', '164833.638000', '164833.641000', '164833.643000', '164833.646000', '164833.649000', '164833.651000', '164833.654000', '164833.656000', '164833.659000', '164833.662000', '164833.664000', '164833.667000', '164833.669000', '164833.672000', '164833.674000', '164833.677000', '164833.679000', '164833.682000', '164833.684000', '164833.687000', '164833.690000', '164833.692000', '164833.695000', '164833.697000', '164833.700000', '164853.589000', '164853.591000', '164853.594000', '164853.597000', '164853.599000', '164853.602000', '164853.605000', '164853.607000', '164853.610000', '164853.612000', '164853.615000', '164853.618000', '164853.620000', '164853.623000', '164853.625000', '164853.628000', '164853.631000', '164853.633000', '164853.636000', '164853.638000', '164853.641000', '164853.643000', '164853.646000', '164853.649000', '164853.651000', '164853.654000', '164853.657000', '164853.659000', '164853.662000', '164853.664000', '164853.667000', '164853.669000', '164853.672000', '164853.675000', '164853.677000', '164853.680000', '164853.682000', '164853.685000', '164853.687000', '164853.690000', '164853.693000', '164853.695000', '164853.698000', '164853.700000', '164913.588000', '164913.591000', '164913.594000', '164913.597000', '164913.599000', '164913.602000', '164913.605000', '164913.607000', '164913.610000', '164913.613000', '164913.615000', '164913.618000', '164913.620000', '164913.623000', '164913.626000', '164913.628000', '164913.631000', '164913.633000', '164913.636000', '164913.638000', '164913.641000', '164913.644000', '164913.646000', '164913.649000', '164913.651000', '164913.654000', '164913.657000', '164913.659000', '164913.662000', '164913.664000', '164913.667000', '164913.670000', '164913.672000', '164913.675000', '164913.677000', '164913.680000', '164913.683000', '164913.685000', '164913.688000', '164913.691000', '164913.693000', '164913.696000', '164913.699000', '164913.760000'], 'InstanceCreationTime': ['164253.621000', '164253.624000', '164253.627000', '164253.629000', '164253.632000', '164253.634000', '164253.637000', '164253.639000', '164253.642000', '164253.645000', '164253.647000', '164253.650000', '164253.652000', '164253.655000', '164253.677000', '164253.679000', '164253.682000', '164253.684000', '164253.687000', '164253.689000', '164253.692000', '164253.694000', '164253.697000', '164253.700000', '164253.702000', '164253.705000', '164253.707000', '164253.710000', '164253.712000', '164253.715000', '164253.717000', '164253.720000', '164253.723000', '164253.725000', '164253.728000', '164253.730000', '164253.733000', '164253.735000', '164253.738000', '164253.740000', '164253.743000', '164253.745000', '164253.748000', '164253.751000', '164253.753000', '164313.589000', '164313.591000', '164313.594000', '164313.597000', '164313.599000', '164313.602000', '164313.604000', '164313.607000', '164313.609000', '164313.612000', '164313.615000', '164313.617000', '164313.620000', '164313.622000', '164313.625000', '164313.627000', '164313.630000', '164313.632000', '164313.635000', '164313.638000', '164313.640000', '164313.643000', '164313.645000', '164313.648000', '164313.650000', '164313.653000', '164313.655000', '164313.658000', '164313.660000', '164313.663000', '164313.666000', '164313.668000', '164313.671000', '164313.673000', '164313.676000', '164313.678000', '164313.681000', '164313.683000', '164313.686000', '164313.706000', '164313.708000', '164313.711000', '164313.714000', '164313.716000', '164333.588000', '164333.591000', '164333.594000', '164333.596000', '164333.599000', '164333.602000', '164333.604000', '164333.607000', '164333.609000', '164333.612000', '164333.614000', '164333.617000', '164333.620000', '164333.622000', '164333.625000', '164333.627000', '164333.630000', '164333.632000', '164333.635000', '164333.637000', '164333.640000', '164333.642000', '164333.645000', '164333.648000', '164333.650000', '164333.655000', '164333.657000', '164333.660000', '164333.662000', '164333.665000', '164333.667000', '164333.670000', '164333.672000', '164333.675000', '164333.677000', '164333.680000', '164333.682000', '164333.685000', '164333.688000', '164333.690000', '164333.693000', '164333.695000', '164333.698000', '164353.588000', '164353.591000', '164353.594000', '164353.596000', '164353.599000', '164353.602000', '164353.604000', '164353.607000', '164353.609000', '164353.612000', '164353.615000', '164353.617000', '164353.620000', '164353.622000', '164353.625000', '164353.627000', '164353.630000', '164353.632000', '164353.636000', '164353.638000', '164353.641000', '164353.644000', '164353.647000', '164353.651000', '164353.653000', '164353.656000', '164353.658000', '164353.661000', '164353.664000', '164353.666000', '164353.669000', '164353.671000', '164353.674000', '164353.676000', '164353.679000', '164353.682000', '164353.684000', '164353.687000', '164353.689000', '164353.692000', '164353.694000', '164353.697000', '164353.700000', '164413.588000', '164413.591000', '164413.594000', '164413.596000', '164413.599000', '164413.602000', '164413.604000', '164413.607000', '164413.609000', '164413.612000', '164413.615000', '164413.617000', '164413.620000', '164413.622000', '164413.625000', '164413.627000', '164413.630000', '164413.632000', '164413.635000', '164413.638000', '164413.640000', '164413.643000', '164413.645000', '164413.648000', '164413.651000', '164413.653000', '164413.656000', '164413.658000', '164413.661000', '164413.663000', '164413.666000', '164413.669000', '164413.671000', '164413.674000', '164413.676000', '164413.679000', '164413.681000', '164413.684000', '164413.687000', '164413.689000', '164413.692000', '164413.694000', '164413.697000', '164413.699000', '164433.588000', '164433.591000', '164433.594000', '164433.596000', '164433.599000', '164433.602000', '164433.604000', '164433.607000', '164433.609000', '164433.612000', '164433.615000', '164433.617000', '164433.620000', '164433.623000', '164433.626000', '164433.628000', '164433.631000', '164433.633000', '164433.636000', '164433.638000', '164433.641000', '164433.644000', '164433.646000', '164433.649000', '164433.651000', '164433.654000', '164433.656000', '164433.659000', '164433.662000', '164433.664000', '164433.667000', '164433.669000', '164433.672000', '164433.675000', '164433.677000', '164433.680000', '164433.682000', '164433.685000', '164433.688000', '164433.690000', '164433.693000', '164433.695000', '164433.698000', '164453.589000', '164453.592000', '164453.594000', '164453.597000', '164453.599000', '164453.602000', '164453.605000', '164453.607000', '164453.610000', '164453.613000', '164453.615000', '164453.618000', '164453.620000', '164453.623000', '164453.625000', '164453.628000', '164453.631000', '164453.633000', '164453.636000', '164453.638000', '164453.641000', '164453.644000', '164453.646000', '164453.649000', '164453.651000', '164453.654000', '164453.656000', '164453.659000', '164453.662000', '164453.664000', '164453.667000', '164453.669000', '164453.672000', '164453.675000', '164453.677000', '164453.691000', '164453.694000', '164453.696000', '164453.699000', '164453.702000', '164453.704000', '164453.707000', '164453.709000', '164453.712000', '164513.589000', '164513.591000', '164513.594000', '164513.597000', '164513.599000', '164513.602000', '164513.604000', '164513.607000', '164513.610000', '164513.612000', '164513.615000', '164513.617000', '164513.620000', '164513.622000', '164513.625000', '164513.627000', '164513.630000', '164513.633000', '164513.635000', '164513.638000', '164513.642000', '164513.645000', '164513.647000', '164513.650000', '164513.652000', '164513.655000', '164513.658000', '164513.660000', '164513.663000', '164513.669000', '164513.672000', '164513.674000', '164513.677000', '164513.679000', '164513.682000', '164513.684000', '164513.687000', '164513.690000', '164513.693000', '164513.695000', '164513.698000', '164513.700000', '164513.703000', '164533.589000', '164533.591000', '164533.594000', '164533.597000', '164533.599000', '164533.602000', '164533.605000', '164533.607000', '164533.610000', '164533.612000', '164533.615000', '164533.618000', '164533.620000', '164533.623000', '164533.625000', '164533.628000', '164533.630000', '164533.633000', '164533.636000', '164533.638000', '164533.641000', '164533.643000', '164533.646000', '164533.649000', '164533.651000', '164533.654000', '164533.657000', '164533.659000', '164533.662000', '164533.664000', '164533.667000', '164533.669000', '164533.672000', '164533.675000', '164533.677000', '164533.680000', '164533.683000', '164533.685000', '164533.688000', '164533.690000', '164533.693000', '164533.695000', '164533.698000', '164533.701000', '164553.589000', '164553.591000', '164553.594000', '164553.597000', '164553.599000', '164553.602000', '164553.605000', '164553.607000', '164553.610000', '164553.612000', '164553.615000', '164553.617000', '164553.620000', '164553.623000', '164553.625000', '164553.628000', '164553.630000', '164553.633000', '164553.636000', '164553.638000', '164553.641000', '164553.643000', '164553.646000', '164553.648000', '164553.651000', '164553.654000', '164553.657000', '164553.660000', '164553.663000', '164553.666000', '164553.668000', '164553.671000', '164553.673000', '164553.676000', '164553.679000', '164553.681000', '164553.684000', '164553.686000', '164553.689000', '164553.691000', '164553.694000', '164553.697000', '164553.699000', '164613.589000', '164613.592000', '164613.594000', '164613.597000', '164613.600000', '164613.602000', '164613.605000', '164613.607000', '164613.610000', '164613.613000', '164613.615000', '164613.618000', '164613.620000', '164613.623000', '164613.625000', '164613.629000', '164613.631000', '164613.634000', '164613.637000', '164613.639000', '164613.642000', '164613.644000', '164613.647000', '164613.649000', '164613.652000', '164613.655000', '164613.657000', '164613.660000', '164613.662000', '164613.665000', '164613.667000', '164613.670000', '164613.673000', '164613.675000', '164613.678000', '164613.680000', '164613.683000', '164613.685000', '164613.688000', '164613.690000', '164613.693000', '164613.696000', '164613.698000', '164613.701000', '164633.589000', '164633.591000', '164633.594000', '164633.597000', '164633.599000', '164633.602000', '164633.605000', '164633.607000', '164633.610000', '164633.612000', '164633.615000', '164633.618000', '164633.620000', '164633.623000', '164633.625000', '164633.628000', '164633.638000', '164633.641000', '164633.643000', '164633.646000', '164633.649000', '164633.651000', '164633.654000', '164633.656000', '164633.659000', '164633.661000', '164633.664000', '164633.667000', '164633.669000', '164633.672000', '164633.674000', '164633.677000', '164633.680000', '164633.683000', '164633.686000', '164633.689000', '164633.692000', '164633.694000', '164633.697000', '164633.699000', '164633.702000', '164633.704000', '164633.707000', '164653.589000', '164653.591000', '164653.594000', '164653.597000', '164653.599000', '164653.602000', '164653.604000', '164653.607000', '164653.610000', '164653.612000', '164653.615000', '164653.617000', '164653.620000', '164653.622000', '164653.625000', '164653.628000', '164653.630000', '164653.633000', '164653.635000', '164653.638000', '164653.641000', '164653.643000', '164653.646000', '164653.648000', '164653.651000', '164653.653000', '164653.656000', '164653.659000', '164653.661000', '164653.664000', '164653.666000', '164653.669000', '164653.672000', '164653.674000', '164653.677000', '164653.679000', '164653.682000', '164653.684000', '164653.687000', '164653.689000', '164653.692000', '164653.695000', '164653.697000', '164653.700000', '164713.589000', '164713.591000', '164713.594000', '164713.597000', '164713.599000', '164713.602000', '164713.605000', '164713.607000', '164713.610000', '164713.612000', '164713.615000', '164713.618000', '164713.620000', '164713.623000', '164713.625000', '164713.628000', '164713.631000', '164713.633000', '164713.636000', '164713.639000', '164713.641000', '164713.644000', '164713.646000', '164713.649000', '164713.651000', '164713.654000', '164713.657000', '164713.659000', '164713.662000', '164713.665000', '164713.667000', '164713.670000', '164713.672000', '164713.675000', '164713.677000', '164713.680000', '164713.682000', '164713.685000', '164713.688000', '164713.691000', '164713.694000', '164713.697000', '164713.699000', '164733.589000', '164733.591000', '164733.594000', '164733.597000', '164733.599000', '164733.602000', '164733.605000', '164733.607000', '164733.610000', '164733.612000', '164733.615000', '164733.618000', '164733.620000', '164733.623000', '164733.625000', '164733.628000', '164733.630000', '164733.633000', '164733.636000', '164733.638000', '164733.641000', '164733.643000', '164733.646000', '164733.648000', '164733.651000', '164733.654000', '164733.656000', '164733.659000', '164733.662000', '164733.664000', '164733.667000', '164733.669000', '164733.672000', '164733.674000', '164733.677000', '164733.680000', '164733.682000', '164733.685000', '164733.687000', '164733.690000', '164733.692000', '164733.695000', '164733.698000', '164733.700000', '164753.589000', '164753.592000', '164753.594000', '164753.597000', '164753.599000', '164753.602000', '164753.604000', '164753.607000', '164753.610000', '164753.612000', '164753.615000', '164753.617000', '164753.620000', '164753.623000', '164753.625000', '164753.628000', '164753.630000', '164753.633000', '164753.635000', '164753.638000', '164753.641000', '164753.643000', '164753.646000', '164753.648000', '164753.651000', '164753.653000', '164753.656000', '164753.659000', '164753.661000', '164753.664000', '164753.666000', '164753.669000', '164753.672000', '164753.674000', '164753.677000', '164753.679000', '164753.682000', '164753.684000', '164753.687000', '164753.690000', '164753.692000', '164753.704000', '164753.707000', '164813.589000', '164813.591000', '164813.594000', '164813.597000', '164813.599000', '164813.602000', '164813.604000', '164813.607000', '164813.609000', '164813.612000', '164813.615000', '164813.617000', '164813.620000', '164813.622000', '164813.625000', '164813.627000', '164813.630000', '164813.633000', '164813.635000', '164813.638000', '164813.640000', '164813.643000', '164813.645000', '164813.648000', '164813.650000', '164813.653000', '164813.656000', '164813.658000', '164813.661000', '164813.663000', '164813.666000', '164813.669000', '164813.671000', '164813.674000', '164813.676000', '164813.679000', '164813.681000', '164813.684000', '164813.686000', '164813.689000', '164813.692000', '164813.694000', '164813.697000', '164813.699000', '164833.589000', '164833.592000', '164833.595000', '164833.599000', '164833.602000', '164833.605000', '164833.607000', '164833.610000', '164833.612000', '164833.615000', '164833.617000', '164833.620000', '164833.623000', '164833.625000', '164833.628000', '164833.630000', '164833.633000', '164833.636000', '164833.638000', '164833.641000', '164833.643000', '164833.646000', '164833.649000', '164833.651000', '164833.654000', '164833.656000', '164833.659000', '164833.662000', '164833.664000', '164833.667000', '164833.669000', '164833.672000', '164833.674000', '164833.677000', '164833.679000', '164833.682000', '164833.684000', '164833.687000', '164833.690000', '164833.692000', '164833.695000', '164833.697000', '164833.700000', '164853.589000', '164853.591000', '164853.594000', '164853.597000', '164853.599000', '164853.602000', '164853.605000', '164853.607000', '164853.610000', '164853.612000', '164853.615000', '164853.618000', '164853.620000', '164853.623000', '164853.625000', '164853.628000', '164853.631000', '164853.633000', '164853.636000', '164853.638000', '164853.641000', '164853.643000', '164853.646000', '164853.649000', '164853.651000', '164853.654000', '164853.657000', '164853.659000', '164853.662000', '164853.664000', '164853.667000', '164853.669000', '164853.672000', '164853.675000', '164853.677000', '164853.680000', '164853.682000', '164853.685000', '164853.687000', '164853.690000', '164853.693000', '164853.695000', '164853.698000', '164853.700000', '164913.588000', '164913.591000', '164913.594000', '164913.597000', '164913.599000', '164913.602000', '164913.605000', '164913.607000', '164913.610000', '164913.613000', '164913.615000', '164913.618000', '164913.620000', '164913.623000', '164913.626000', '164913.628000', '164913.631000', '164913.633000', '164913.636000', '164913.638000', '164913.641000', '164913.644000', '164913.646000', '164913.649000', '164913.651000', '164913.654000', '164913.657000', '164913.659000', '164913.662000', '164913.664000', '164913.667000', '164913.670000', '164913.672000', '164913.675000', '164913.677000', '164913.680000', '164913.683000', '164913.685000', '164913.688000', '164913.691000', '164913.693000', '164913.696000', '164913.699000', '164913.760000'], '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': [16771, 11893, 11961, 12733, 8799, 16539, 12028, 11649, 12696, 9774, 16197, 11935, 11211, 13123, 9038, 16021, 11544, 13293, 12487, 8560, 15136, 10747, 15136, 12045, 8755, 14057, 10512, 9270, 13259, 10357, 15955, 12512, 9303, 13888, 9667, 17073, 12110, 15735, 12638, 9083, 14185, 10360, 15960, 11728, 8712, 13506, 10255, 12309, 12015, 8893, 16391, 11415, 14359, 12741, 8968, 14869, 10620, 15511, 11581, 8997, 13444, 9836, 15508, 12050, 8743, 13742, 10082, 16021, 11520, 9936, 12062, 8855, 16546, 11344, 14410, 11822, 8960, 13742, 10075, 15776, 12323, 9382, 14018, 10501, 10431, 12212, 9190, 14060, 8992, 16268, 11142, 17134, 12188, 16684, 12318, 14949, 12499, 9972, 12767, 8660, 14489, 9499, 15789, 11503, 12702, 11573, 8710, 14249, 9903, 15719, 11814, 10138, 13334, 9018, 15628, 11374, 12401, 12446, 8728, 15586, 11262, 11589, 11994, 8625, 15350, 10886, 11281, 12331, 9403, 16137, 12098, 9606, 13079, 8914, 16757, 11474, 14661, 12527, 8688, 14300, 10299, 17295, 11906, 8816, 13242, 8912, 16351, 11593, 12841, 11784, 8560, 13368, 9126, 16145, 11650, 14814, 12118, 8757, 13301, 8955, 15815, 11446, 11873, 11722, 8449, 15823, 11472, 10893, 12180, 8704, 16446, 11680, 11555, 12366, 8978, 16845, 11933, 10536, 12803, 9292, 16712, 11576, 9721, 13230, 9413, 16453, 11484, 8623, 13788, 9896, 16557, 12289, 8599, 13740, 9890, 16299, 11360, 10640, 12380, 8753, 15777, 11027, 14936, 11674, 8839, 12915, 9760, 15728, 11384, 10802, 12291, 8878, 15719, 10662, 13232, 11739, 9189, 13272, 9422, 16584, 11812, 11858, 12208, 9363, 16391, 11433, 8726, 13655, 10257, 16990, 11505, 14271, 11709, 8518, 12917, 8782, 15628, 10661, 15664, 11428, 8712, 13381, 9862, 16172, 11122, 14704, 12002, 8901, 12578, 8526, 14391, 8783, 15441, 9673, 15651, 11158, 15781, 11362, 13549, 11639, 8562, 13671, 9713, 16363, 11343, 14555, 11569, 8544, 12642, 9341, 15812, 10594, 15184, 10976, 9998, 11093, 8590, 13710, 8801, 15415, 10720, 15971, 11393, 10278, 11868, 8799, 14958, 10847, 14086, 11537, 8524, 13415, 9381, 16132, 11037, 16615, 11749, 11968, 12165, 8695, 14286, 10242, 16586, 11696, 8543, 12554, 9689, 15406, 11523, 8998, 13415, 9750, 15509, 10766, 14610, 11549, 8496, 13691, 9992, 16565, 11681, 11850, 12555, 8549, 15288, 10910, 15268, 11446, 8807, 13563, 10127, 15942, 11952, 9086, 13112, 8841, 15776, 11228, 12701, 11469, 8830, 14337, 10161, 16297, 11581, 9945, 12066, 8837, 15193, 10833, 15004, 10814, 10830, 11577, 8641, 13828, 8839, 15995, 10743, 16002, 11574, 15223, 11831, 8649, 13121, 8746, 15636, 10791, 15155, 11595, 8821, 12483, 8540, 15401, 10444, 16055, 11570, 15387, 11453, 13840, 11219, 11883, 11512, 8426, 13502, 8693, 15318, 10259, 15738, 11110, 14309, 11519, 9971, 11835, 8619, 14103, 8988, 15398, 10405, 15761, 11257, 15810, 11418, 13474, 11189, 9342, 11809, 8442, 14361, 9689, 15558, 10863, 14287, 11243, 9892, 12359, 8698, 14954, 10017, 16174, 11246, 15723, 11902, 10487, 11466, 8537, 14951, 10393, 13206, 11878, 9565, 14414, 10993, 12615, 11827, 9382, 13132, 9166, 15633, 11188, 15687, 11874, 9576, 13332, 9176, 17351, 11676, 16453, 12364, 8828, 13658, 9159, 16644, 11540, 14818, 12077, 8874, 13139, 8847, 15901, 10925, 15621, 11536, 9036, 13073, 9391, 14633, 11120, 8914, 12266, 8688, 15175, 10230, 15867, 11291, 15263, 11693, 11343, 11907, 8459, 14426, 9708, 15372, 10846, 10175, 11996, 9119, 14402, 10779, 8937, 12471, 8776, 16110, 10938, 15547, 11394, 10469, 11855, 8841, 14694, 9660, 16074, 11405, 14069, 11565, 9641, 12478, 8742, 14530, 10530, 15288, 11008, 11584, 11737, 8655, 14323, 10299, 15482, 10723, 13087, 11882, 8578, 12749, 8586, 14811, 9351, 15598, 10843, 15136, 11374, 11819, 11170, 8718, 13969, 9645, 14486, 11251, 9278, 12109, 9068, 15551, 10890, 15874, 11502, 10598, 12453, 8644, 15360, 10709, 15509, 11642, 10253, 11823, 8591, 15094, 10563, 15775, 11858, 8682, 13647, 10008, 8922, 13869, 9864, 8685, 15559, 10731, 13364, 11736, 8369, 15977, 10783, 15731, 12125, 8662, 14462, 10647, 9437, 11430, 9235, 13124, 10270, 8457, 12769, 9741, 10305, 11075, 8574, 16264, 10657, 15136, 11656, 9014, 13485, 9425, 16422, 11637, 10013, 13215, 9112, 16969, 11462, 10488, 12516, 9044, 16818, 10746, 16081, 11449, 9111, 12896, 8860, 15202, 10251, 14654, 10642, 13945, 11359, 8911, 12560, 8592, 15135, 10573, 15389, 10875, 9151, 11439, 8678, 14625, 9871, 14827, 10592, 9535, 11481, 8576, 13636, 8835, 15347, 10551, 9616, 11338, 8569, 14507, 10260, 8863, 11901, 8967, 15043, 10182, 11404, 10852, 8945, 14569, 9995, 16806, 10890, 9831, 12022, 8972, 14915, 9979, 16146, 10777, 11460, 11257, 9195, 13086, 8438, 14916, 10625, 14080, 10733, 9238, 11776, 8817, 14582, 9422, 15204, 10415, 12005, 10938, 8918, 12155, 8890, 14159, 9483, 10761, 10717, 8769, 13949, 9439, 14356, 10465, 9650, 11136, 8729, 14508, 9725, 15186, 10826, 11122, 11253, 8985, 13752, 9613, 15369, 10585, 9220, 11420, 8775, 14981, 10746, 8684, 12892, 9485, 16113, 11331, 14086, 11772, 8989, 13277, 9019, 15790, 10965, 16551, 11161, 9071, 12200, 8759, 15258, 10485, 10186, 11473, 8794, 14791, 9956, 14730, 10925, 9013, 12143, 8773, 15032, 10437, 16530, 11132, 13532, 11496, 8730, 13517, 9222, 15373, 10782, 10551, 10781, 9161, 14098, 9819, 13709, 10850, 8861, 13152, 9042, 14424, 10166, 10011, 11561, 8857, 15488, 10868, 11263, 11802, 8775, 14511, 10372, 15914, 11448, 9321, 12287, 9326, 16150, 11061, 8535, 14577, 9258, 10822, 11710, 9161, 9038, 13688, 9881, 11746, 13005, 9614, 16455, 11573, 10632, 14968, 10049, 14331, 10843, 8431, 13678, 10001, 15784, 10410, 8534, 11864, 8656, 14968, 10342, 8321, 12164, 8717, 16090, 10588, 13561, 11758, 8813, 13151, 9316, 15339, 10901, 9496, 12846, 9138, 13736, 10740, 8919, 14380, 10014, 11980, 10978, 8838, 14580, 10136, 15338, 10933, 9100, 12306, 8696, 14958, 10315, 15510, 11204, 8713, 12733, 9382, 14219, 10576, 8931, 12136, 9473, 15082, 10468, 9448, 11534, 8916, 15179, 9937, 14768, 11154, 8953, 12407, 8861, 15086, 10169, 8910, 11340, 8409, 15321, 10097, 8629], 'WindowCenter': [4766.0, 4711.0, 4696.0, 4695.0, 4646.0, 4735.0, 4695.0, 4673.0, 4692.0, 4662.0, 4720.0, 4681.0, 4669.0, 4691.0, 4642.0, 4711.0, 4671.0, 4689.0, 4681.0, 4632.0, 4710.0, 4671.0, 4710.0, 4682.0, 4643.0, 4714.0, 4685.0, 4654.0, 4703.0, 4675.0, 4723.0, 4704.0, 4654.0, 4703.0, 4654.0, 4721.0, 4681.0, 4712.0, 4680.0, 4629.0, 4689.0, 4661.0, 4710.0, 4682.0, 4640.0, 4691.0, 4662.0, 4681.0, 4692.0, 4653.0, 4732.0, 4683.0, 4702.0, 4692.0, 4642.0, 4701.0, 4661.0, 4700.0, 4671.0, 4642.0, 4692.0, 4651.0, 4711.0, 4681.0, 4642.0, 4691.0, 4659.0, 4710.0, 4670.0, 4649.0, 4681.0, 4639.0, 4720.0, 4670.0, 4689.0, 4670.0, 4640.0, 4702.0, 4662.0, 4711.0, 4692.0, 4653.0, 4702.0, 4672.0, 4673.0, 4696.0, 4653.0, 4691.0, 4629.0, 4712.0, 4660.0, 4707.0, 4669.0, 4708.0, 4669.0, 4687.0, 4666.0, 4637.0, 4666.0, 4616.0, 4686.0, 4637.0, 4698.0, 4667.0, 4677.0, 4669.0, 4629.0, 4699.0, 4650.0, 4708.0, 4680.0, 4662.0, 4691.0, 4640.0, 4709.0, 4672.0, 4680.0, 4682.0, 4642.0, 4710.0, 4672.0, 4671.0, 4670.0, 4641.0, 4712.0, 4672.0, 4671.0, 4692.0, 4654.0, 4721.0, 4692.0, 4652.0, 4691.0, 4641.0, 4720.0, 4671.0, 4699.0, 4680.0, 4639.0, 4697.0, 4660.0, 4719.0, 4670.0, 4631.0, 4680.0, 4641.0, 4709.0, 4670.0, 4680.0, 4670.0, 4631.0, 4691.0, 4639.0, 4711.0, 4669.0, 4698.0, 4680.0, 4629.0, 4689.0, 4641.0, 4710.0, 4681.0, 4682.0, 4683.0, 4633.0, 4721.0, 4682.0, 4671.0, 4683.0, 4642.0, 4723.0, 4681.0, 4682.0, 4682.0, 4642.0, 4722.0, 4681.0, 4661.0, 4680.0, 4640.0, 4709.0, 4671.0, 4641.0, 4680.0, 4640.0, 4711.0, 4670.0, 4629.0, 4688.0, 4650.0, 4709.0, 4679.0, 4628.0, 4688.0, 4649.0, 4709.0, 4670.0, 4659.0, 4679.0, 4630.0, 4710.0, 4660.0, 4699.0, 4672.0, 4641.0, 4680.0, 4650.0, 4711.0, 4670.0, 4661.0, 4680.0, 4642.0, 4711.0, 4673.0, 4701.0, 4682.0, 4654.0, 4704.0, 4653.0, 4723.0, 4681.0, 4672.0, 4681.0, 4643.0, 4710.0, 4669.0, 4630.0, 4689.0, 4650.0, 4709.0, 4669.0, 4687.0, 4670.0, 4628.0, 4679.0, 4629.0, 4697.0, 4659.0, 4697.0, 4668.0, 4629.0, 4688.0, 4649.0, 4709.0, 4670.0, 4700.0, 4680.0, 4628.0, 4679.0, 4630.0, 4698.0, 4618.0, 4686.0, 4626.0, 4685.0, 4647.0, 4695.0, 4655.0, 4675.0, 4656.0, 4616.0, 4677.0, 4636.0, 4707.0, 4658.0, 4686.0, 4657.0, 4619.0, 4677.0, 4638.0, 4698.0, 4659.0, 4696.0, 4661.0, 4638.0, 4659.0, 4630.0, 4689.0, 4640.0, 4709.0, 4660.0, 4708.0, 4668.0, 4647.0, 4669.0, 4630.0, 4700.0, 4673.0, 4701.0, 4682.0, 4632.0, 4690.0, 4641.0, 4711.0, 4661.0, 4721.0, 4681.0, 4669.0, 4680.0, 4630.0, 4698.0, 4650.0, 4710.0, 4671.0, 4630.0, 4679.0, 4663.0, 4723.0, 4684.0, 4654.0, 4705.0, 4664.0, 4724.0, 4685.0, 4713.0, 4686.0, 4645.0, 4704.0, 4664.0, 4723.0, 4684.0, 4682.0, 4693.0, 4642.0, 4712.0, 4671.0, 4711.0, 4673.0, 4642.0, 4691.0, 4662.0, 4721.0, 4683.0, 4643.0, 4692.0, 4643.0, 4712.0, 4672.0, 4691.0, 4682.0, 4643.0, 4702.0, 4662.0, 4721.0, 4683.0, 4651.0, 4681.0, 4653.0, 4712.0, 4673.0, 4712.0, 4674.0, 4673.0, 4683.0, 4643.0, 4703.0, 4643.0, 4713.0, 4672.0, 4711.0, 4682.0, 4711.0, 4683.0, 4633.0, 4691.0, 4632.0, 4711.0, 4672.0, 4712.0, 4682.0, 4643.0, 4681.0, 4643.0, 4712.0, 4663.0, 4712.0, 4672.0, 4699.0, 4671.0, 4690.0, 4659.0, 4669.0, 4660.0, 4619.0, 4689.0, 4629.0, 4699.0, 4651.0, 4699.0, 4661.0, 4688.0, 4671.0, 4650.0, 4672.0, 4630.0, 4690.0, 4628.0, 4698.0, 4651.0, 4699.0, 4660.0, 4699.0, 4659.0, 4677.0, 4659.0, 4628.0, 4670.0, 4631.0, 4698.0, 4641.0, 4710.0, 4661.0, 4701.0, 4673.0, 4653.0, 4682.0, 4633.0, 4712.0, 4653.0, 4721.0, 4684.0, 4712.0, 4685.0, 4662.0, 4673.0, 4634.0, 4712.0, 4675.0, 4704.0, 4682.0, 4665.0, 4714.0, 4687.0, 4694.0, 4685.0, 4655.0, 4694.0, 4653.0, 4712.0, 4673.0, 4711.0, 4682.0, 4652.0, 4690.0, 4641.0, 4720.0, 4669.0, 4709.0, 4680.0, 4629.0, 4688.0, 4628.0, 4710.0, 4657.0, 4688.0, 4669.0, 4629.0, 4678.0, 4631.0, 4698.0, 4648.0, 4697.0, 4658.0, 4628.0, 4678.0, 4640.0, 4698.0, 4670.0, 4641.0, 4681.0, 4630.0, 4701.0, 4651.0, 4710.0, 4671.0, 4701.0, 4672.0, 4660.0, 4670.0, 4620.0, 4689.0, 4640.0, 4700.0, 4671.0, 4651.0, 4670.0, 4642.0, 4697.0, 4671.0, 4643.0, 4692.0, 4644.0, 4712.0, 4672.0, 4711.0, 4672.0, 4661.0, 4672.0, 4641.0, 4701.0, 4651.0, 4710.0, 4671.0, 4691.0, 4672.0, 4640.0, 4680.0, 4630.0, 4688.0, 4660.0, 4698.0, 4661.0, 4671.0, 4671.0, 4631.0, 4700.0, 4662.0, 4711.0, 4673.0, 4691.0, 4682.0, 4632.0, 4682.0, 4631.0, 4700.0, 4642.0, 4699.0, 4660.0, 4699.0, 4671.0, 4670.0, 4670.0, 4631.0, 4689.0, 4640.0, 4690.0, 4672.0, 4641.0, 4681.0, 4640.0, 4712.0, 4662.0, 4711.0, 4672.0, 4660.0, 4681.0, 4630.0, 4700.0, 4650.0, 4699.0, 4659.0, 4650.0, 4670.0, 4618.0, 4698.0, 4649.0, 4700.0, 4682.0, 4633.0, 4702.0, 4653.0, 4641.0, 4701.0, 4664.0, 4645.0, 4724.0, 4673.0, 4690.0, 4672.0, 4621.0, 4709.0, 4661.0, 4699.0, 4669.0, 4620.0, 4688.0, 4650.0, 4640.0, 4669.0, 4642.0, 4691.0, 4661.0, 4634.0, 4692.0, 4666.0, 4674.0, 4686.0, 4648.0, 4736.0, 4678.0, 4716.0, 4685.0, 4647.0, 4694.0, 4646.0, 4724.0, 4686.0, 4654.0, 4692.0, 4643.0, 4722.0, 4673.0, 4661.0, 4680.0, 4630.0, 4711.0, 4661.0, 4700.0, 4660.0, 4633.0, 4680.0, 4631.0, 4700.0, 4650.0, 4688.0, 4662.0, 4679.0, 4661.0, 4630.0, 4670.0, 4620.0, 4689.0, 4649.0, 4699.0, 4660.0, 4630.0, 4660.0, 4631.0, 4701.0, 4652.0, 4701.0, 4662.0, 4641.0, 4661.0, 4631.0, 4690.0, 4629.0, 4700.0, 4648.0, 4640.0, 4661.0, 4631.0, 4700.0, 4662.0, 4641.0, 4672.0, 4632.0, 4702.0, 4652.0, 4671.0, 4662.0, 4642.0, 4690.0, 4641.0, 4709.0, 4661.0, 4640.0, 4669.0, 4629.0, 4688.0, 4639.0, 4697.0, 4649.0, 4656.0, 4658.0, 4628.0, 4667.0, 4606.0, 4683.0, 4638.0, 4677.0, 4649.0, 4627.0, 4657.0, 4614.0, 4687.0, 4628.0, 4688.0, 4649.0, 4656.0, 4648.0, 4628.0, 4669.0, 4630.0, 4690.0, 4652.0, 4661.0, 4662.0, 4633.0, 4702.0, 4654.0, 4702.0, 4663.0, 4653.0, 4673.0, 4631.0, 4702.0, 4653.0, 4701.0, 4662.0, 4661.0, 4660.0, 4632.0, 4691.0, 4642.0, 4701.0, 4662.0, 4642.0, 4670.0, 4644.0, 4713.0, 4674.0, 4643.0, 4693.0, 4654.0, 4713.0, 4674.0, 4692.0, 4672.0, 4631.0, 4680.0, 4630.0, 4699.0, 4660.0, 4698.0, 4660.0, 4629.0, 4669.0, 4620.0, 4698.0, 4651.0, 4650.0, 4670.0, 4631.0, 4701.0, 4653.0, 4702.0, 4662.0, 4630.0, 4670.0, 4631.0, 4697.0, 4651.0, 4709.0, 4661.0, 4679.0, 4660.0, 4619.0, 4679.0, 4641.0, 4699.0, 4660.0, 4650.0, 4660.0, 4639.0, 4690.0, 4652.0, 4690.0, 4661.0, 4641.0, 4692.0, 4643.0, 4703.0, 4663.0, 4677.0, 4685.0, 4657.0, 4725.0, 4687.0, 4685.0, 4683.0, 4633.0, 4703.0, 4663.0, 4711.0, 4672.0, 4653.0, 4682.0, 4641.0, 4710.0, 4672.0, 4646.0, 4715.0, 4654.0, 4661.0, 4672.0, 4642.0, 4640.0, 4702.0, 4666.0, 4683.0, 4693.0, 4641.0, 4711.0, 4659.0, 4650.0, 4689.0, 4638.0, 4677.0, 4646.0, 4606.0, 4665.0, 4636.0, 4687.0, 4637.0, 4606.0, 4655.0, 4618.0, 4686.0, 4639.0, 4619.0, 4669.0, 4630.0, 4698.0, 4650.0, 4680.0, 4660.0, 4629.0, 4668.0, 4629.0, 4686.0, 4649.0, 4639.0, 4669.0, 4628.0, 4678.0, 4648.0, 4629.0, 4688.0, 4638.0, 4659.0, 4648.0, 4629.0, 4688.0, 4648.0, 4699.0, 4649.0, 4618.0, 4657.0, 4618.0, 4685.0, 4638.0, 4687.0, 4648.0, 4617.0, 4667.0, 4626.0, 4688.0, 4649.0, 4629.0, 4669.0, 4635.0, 4689.0, 4650.0, 4639.0, 4660.0, 4630.0, 4687.0, 4639.0, 4688.0, 4649.0, 4617.0, 4667.0, 4618.0, 4687.0, 4639.0, 4629.0, 4659.0, 4621.0, 4700.0, 4650.0, 4632.0], 'WindowWidth': [10395.0, 10305.0, 10275.0, 10270.0, 10203.0, 10324.0, 10269.0, 10233.0, 10259.0, 10218.0, 10294.0, 10243.0, 10223.0, 10255.0, 10188.0, 10280.0, 10226.0, 10250.0, 10242.0, 10174.0, 10280.0, 10226.0, 10280.0, 10243.0, 10195.0, 10293.0, 10254.0, 10211.0, 10275.0, 10239.0, 10304.0, 10280.0, 10209.0, 10275.0, 10207.0, 10297.0, 10240.0, 10284.0, 10238.0, 10168.0, 10250.0, 10213.0, 10278.0, 10241.0, 10184.0, 10255.0, 10216.0, 10242.0, 10259.0, 10207.0, 10314.0, 10248.0, 10272.0, 10257.0, 10188.0, 10267.0, 10212.0, 10265.0, 10226.0, 10190.0, 10257.0, 10200.0, 10282.0, 10242.0, 10190.0, 10254.0, 10209.0, 10279.0, 10224.0, 10195.0, 10241.0, 10183.0, 10294.0, 10224.0, 10248.0, 10224.0, 10184.0, 10269.0, 10216.0, 10284.0, 10257.0, 10206.0, 10272.0, 10232.0, 10234.0, 10271.0, 10205.0, 10253.0, 10165.0, 10283.0, 10208.0, 10271.0, 10219.0, 10271.0, 10218.0, 10240.0, 10212.0, 10170.0, 10211.0, 10143.0, 10237.0, 10173.0, 10257.0, 10215.0, 10229.0, 10221.0, 10166.0, 10262.0, 10196.0, 10273.0, 10238.0, 10215.0, 10253.0, 10184.0, 10276.0, 10229.0, 10236.0, 10241.0, 10189.0, 10279.0, 10227.0, 10227.0, 10225.0, 10187.0, 10284.0, 10231.0, 10230.0, 10257.0, 10209.0, 10298.0, 10258.0, 10205.0, 10255.0, 10187.0, 10294.0, 10226.0, 10264.0, 10237.0, 10183.0, 10258.0, 10211.0, 10293.0, 10224.0, 10171.0, 10237.0, 10187.0, 10277.0, 10224.0, 10238.0, 10223.0, 10170.0, 10254.0, 10180.0, 10279.0, 10219.0, 10260.0, 10237.0, 10168.0, 10249.0, 10185.0, 10279.0, 10241.0, 10242.0, 10245.0, 10178.0, 10297.0, 10244.0, 10229.0, 10247.0, 10191.0, 10300.0, 10241.0, 10244.0, 10244.0, 10188.0, 10296.0, 10241.0, 10212.0, 10237.0, 10182.0, 10276.0, 10224.0, 10185.0, 10237.0, 10182.0, 10283.0, 10224.0, 10167.0, 10245.0, 10195.0, 10275.0, 10234.0, 10164.0, 10245.0, 10194.0, 10277.0, 10222.0, 10207.0, 10235.0, 10167.0, 10277.0, 10210.0, 10263.0, 10227.0, 10184.0, 10236.0, 10196.0, 10279.0, 10225.0, 10212.0, 10239.0, 10188.0, 10281.0, 10234.0, 10273.0, 10245.0, 10208.0, 10277.0, 10205.0, 10299.0, 10241.0, 10229.0, 10240.0, 10190.0, 10280.0, 10221.0, 10170.0, 10249.0, 10196.0, 10275.0, 10220.0, 10244.0, 10224.0, 10162.0, 10232.0, 10165.0, 10257.0, 10207.0, 10257.0, 10218.0, 10165.0, 10244.0, 10193.0, 10276.0, 10224.0, 10263.0, 10237.0, 10163.0, 10232.0, 10166.0, 10260.0, 10148.0, 10240.0, 10154.0, 10235.0, 10185.0, 10247.0, 10194.0, 10221.0, 10196.0, 10142.0, 10224.0, 10171.0, 10268.0, 10204.0, 10239.0, 10200.0, 10150.0, 10227.0, 10177.0, 10257.0, 10206.0, 10254.0, 10210.0, 10177.0, 10207.0, 10168.0, 10248.0, 10183.0, 10276.0, 10210.0, 10273.0, 10219.0, 10190.0, 10219.0, 10170.0, 10266.0, 10232.0, 10271.0, 10242.0, 10175.0, 10253.0, 10184.0, 10282.0, 10212.0, 10295.0, 10239.0, 10222.0, 10236.0, 10169.0, 10259.0, 10196.0, 10280.0, 10225.0, 10169.0, 10236.0, 10219.0, 10301.0, 10249.0, 10208.0, 10279.0, 10223.0, 10304.0, 10251.0, 10290.0, 10255.0, 10197.0, 10276.0, 10222.0, 10302.0, 10249.0, 10244.0, 10259.0, 10188.0, 10283.0, 10227.0, 10282.0, 10231.0, 10189.0, 10255.0, 10219.0, 10297.0, 10246.0, 10192.0, 10256.0, 10190.0, 10286.0, 10228.0, 10254.0, 10243.0, 10193.0, 10271.0, 10215.0, 10296.0, 10245.0, 10200.0, 10241.0, 10207.0, 10284.0, 10233.0, 10284.0, 10235.0, 10231.0, 10246.0, 10193.0, 10272.0, 10190.0, 10285.0, 10229.0, 10282.0, 10243.0, 10280.0, 10244.0, 10177.0, 10254.0, 10175.0, 10281.0, 10230.0, 10284.0, 10244.0, 10190.0, 10240.0, 10192.0, 10286.0, 10220.0, 10286.0, 10228.0, 10262.0, 10224.0, 10250.0, 10208.0, 10219.0, 10208.0, 10153.0, 10247.0, 10165.0, 10261.0, 10198.0, 10260.0, 10211.0, 10246.0, 10224.0, 10197.0, 10227.0, 10168.0, 10250.0, 10164.0, 10260.0, 10196.0, 10261.0, 10210.0, 10262.0, 10205.0, 10227.0, 10205.0, 10162.0, 10222.0, 10172.0, 10259.0, 10183.0, 10276.0, 10214.0, 10268.0, 10234.0, 10204.0, 10244.0, 10177.0, 10284.0, 10206.0, 10296.0, 10249.0, 10284.0, 10252.0, 10215.0, 10231.0, 10179.0, 10285.0, 10240.0, 10279.0, 10246.0, 10226.0, 10291.0, 10258.0, 10262.0, 10253.0, 10212.0, 10262.0, 10205.0, 10285.0, 10231.0, 10282.0, 10243.0, 10201.0, 10250.0, 10185.0, 10291.0, 10221.0, 10276.0, 10235.0, 10166.0, 10244.0, 10163.0, 10277.0, 10202.0, 10244.0, 10219.0, 10166.0, 10230.0, 10168.0, 10258.0, 10188.0, 10255.0, 10203.0, 10163.0, 10231.0, 10180.0, 10259.0, 10224.0, 10185.0, 10240.0, 10170.0, 10269.0, 10199.0, 10278.0, 10226.0, 10267.0, 10228.0, 10208.0, 10223.0, 10155.0, 10247.0, 10182.0, 10263.0, 10225.0, 10198.0, 10223.0, 10189.0, 10260.0, 10228.0, 10192.0, 10258.0, 10195.0, 10285.0, 10229.0, 10281.0, 10229.0, 10211.0, 10227.0, 10186.0, 10266.0, 10198.0, 10279.0, 10227.0, 10253.0, 10228.0, 10181.0, 10236.0, 10167.0, 10246.0, 10207.0, 10260.0, 10213.0, 10226.0, 10226.0, 10172.0, 10264.0, 10214.0, 10280.0, 10230.0, 10255.0, 10245.0, 10175.0, 10241.0, 10170.0, 10265.0, 10186.0, 10261.0, 10208.0, 10260.0, 10222.0, 10221.0, 10225.0, 10171.0, 10247.0, 10181.0, 10250.0, 10228.0, 10185.0, 10241.0, 10184.0, 10281.0, 10214.0, 10280.0, 10228.0, 10209.0, 10239.0, 10168.0, 10264.0, 10195.0, 10260.0, 10206.0, 10194.0, 10220.0, 10150.0, 10258.0, 10191.0, 10263.0, 10243.0, 10175.0, 10269.0, 10205.0, 10187.0, 10268.0, 10221.0, 10197.0, 10302.0, 10231.0, 10250.0, 10226.0, 10155.0, 10275.0, 10209.0, 10260.0, 10217.0, 10151.0, 10242.0, 10193.0, 10179.0, 10218.0, 10185.0, 10253.0, 10213.0, 10178.0, 10257.0, 10224.0, 10235.0, 10255.0, 10206.0, 10322.0, 10244.0, 10295.0, 10251.0, 10199.0, 10260.0, 10197.0, 10302.0, 10252.0, 10204.0, 10255.0, 10190.0, 10296.0, 10229.0, 10210.0, 10236.0, 10166.0, 10278.0, 10208.0, 10263.0, 10208.0, 10172.0, 10234.0, 10168.0, 10260.0, 10192.0, 10244.0, 10211.0, 10231.0, 10210.0, 10164.0, 10220.0, 10151.0, 10245.0, 10191.0, 10260.0, 10208.0, 10167.0, 10208.0, 10169.0, 10263.0, 10198.0, 10267.0, 10212.0, 10181.0, 10210.0, 10169.0, 10249.0, 10165.0, 10261.0, 10188.0, 10180.0, 10208.0, 10171.0, 10263.0, 10214.0, 10183.0, 10227.0, 10172.0, 10267.0, 10200.0, 10224.0, 10213.0, 10186.0, 10248.0, 10183.0, 10273.0, 10210.0, 10177.0, 10218.0, 10162.0, 10241.0, 10175.0, 10252.0, 10189.0, 10195.0, 10201.0, 10158.0, 10211.0, 10127.0, 10230.0, 10172.0, 10226.0, 10190.0, 10157.0, 10198.0, 10137.0, 10237.0, 10159.0, 10241.0, 10189.0, 10195.0, 10189.0, 10160.0, 10216.0, 10165.0, 10248.0, 10200.0, 10209.0, 10214.0, 10175.0, 10268.0, 10206.0, 10271.0, 10219.0, 10203.0, 10231.0, 10170.0, 10268.0, 10202.0, 10266.0, 10214.0, 10210.0, 10209.0, 10171.0, 10251.0, 10184.0, 10265.0, 10213.0, 10185.0, 10223.0, 10193.0, 10286.0, 10234.0, 10190.0, 10258.0, 10207.0, 10286.0, 10232.0, 10255.0, 10227.0, 10169.0, 10234.0, 10166.0, 10260.0, 10208.0, 10257.0, 10208.0, 10162.0, 10217.0, 10154.0, 10259.0, 10197.0, 10195.0, 10223.0, 10171.0, 10264.0, 10202.0, 10267.0, 10214.0, 10169.0, 10223.0, 10168.0, 10258.0, 10195.0, 10274.0, 10208.0, 10231.0, 10206.0, 10149.0, 10230.0, 10183.0, 10258.0, 10207.0, 10193.0, 10207.0, 10178.0, 10248.0, 10199.0, 10251.0, 10213.0, 10184.0, 10253.0, 10189.0, 10273.0, 10219.0, 10244.0, 10250.0, 10218.0, 10308.0, 10257.0, 10255.0, 10248.0, 10178.0, 10271.0, 10216.0, 10280.0, 10227.0, 10205.0, 10243.0, 10185.0, 10278.0, 10229.0, 10201.0, 10293.0, 10206.0, 10213.0, 10228.0, 10187.0, 10185.0, 10269.0, 10225.0, 10244.0, 10255.0, 10184.0, 10279.0, 10205.0, 10190.0, 10244.0, 10173.0, 10224.0, 10182.0, 10129.0, 10206.0, 10168.0, 10238.0, 10171.0, 10127.0, 10193.0, 10147.0, 10236.0, 10175.0, 10149.0, 10218.0, 10168.0, 10257.0, 10194.0, 10235.0, 10206.0, 10162.0, 10214.0, 10161.0, 10239.0, 10189.0, 10175.0, 10216.0, 10162.0, 10229.0, 10187.0, 10162.0, 10243.0, 10175.0, 10203.0, 10188.0, 10162.0, 10241.0, 10188.0, 10258.0, 10191.0, 10146.0, 10199.0, 10144.0, 10234.0, 10174.0, 10239.0, 10186.0, 10144.0, 10210.0, 10156.0, 10243.0, 10191.0, 10163.0, 10217.0, 10169.0, 10244.0, 10194.0, 10178.0, 10206.0, 10163.0, 10240.0, 10174.0, 10240.0, 10189.0, 10146.0, 10211.0, 10146.0, 10239.0, 10175.0, 10164.0, 10205.0, 10158.0, 10261.0, 10196.0, 10172.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.0002369080459770115</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017542495862068967</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.18501260234752</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2852983846490216</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9766926121979287</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5068.333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07724465195806086</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.412572030230287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3836877613502736</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.574024665903197</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.28000366343739</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00909439</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013597100041806698</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02826187200844288</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9071360896033487</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>21.9899</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2728</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.9579</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295981.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>936.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.8834</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4242</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.7096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3841.2695</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4012.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80563.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1392.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.8327</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.07974788174033</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> |