=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0005_ses-04_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-0005_ses-04_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-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-04_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_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-0005/ses-04/func/sub-0005_ses-04_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>95bd21f4328e3cb665fe463c27304d37</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>15:43:57.387500</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_VE11C_LATEST_20160120</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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.0921018</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7765, -7209, 519, -60, 29, -87, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ecb1c8ee-0ea3-45e1-8f1b-5627b47bfe72||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['154357.387500', '154357.847500', '154358.307500', '154358.767500', '154359.227500', '154359.687500', '154400.147500', '154400.607500', '154401.067500', '154401.527500', '154401.987500', '154402.447500', '154402.907500', '154403.367500', '154403.827500', '154404.287500', '154404.747500', '154405.207500', '154405.667500', '154406.127500', '154406.587500', '154407.047500', '154407.507500', '154407.967500', '154408.427500', '154408.887500', '154409.347500', '154409.807500', '154410.267500', '154410.727500', '154411.187500', '154411.647500', '154412.107500', '154412.567500', '154413.027500', '154413.487500', '154413.947500', '154414.407500', '154414.867500', '154415.327500', '154415.787500', '154416.247500', '154416.707500', '154417.167500', '154417.627500', '154418.087500', '154418.547500', '154419.007500', '154419.467500', '154419.927500', '154420.387500', '154420.847500', '154421.307500', '154421.767500', '154422.227500', '154422.687500', '154423.147500', '154423.607500', '154424.067500', '154424.527500', '154424.987500', '154425.447500', '154425.907500', '154426.367500', '154426.827500', '154427.287500', '154427.747500', '154428.207500', '154428.667500', '154429.127500', '154429.587500', '154430.047500', '154430.507500', '154430.967500', '154431.427500', '154431.887500', '154432.347500', '154432.807500', '154433.267500', '154433.727500', '154434.187500', '154434.647500', '154435.107500', '154435.567500', '154436.027500', '154436.487500', '154436.947500', '154437.407500', '154437.867500', '154438.327500', '154438.787500', '154439.247500', '154439.707500', '154440.167500', '154440.627500', '154441.087500', '154441.547500', '154442.007500', '154442.467500', '154442.927500', '154443.387500', '154443.847500', '154444.307500', '154444.767500', '154445.227500', '154445.687500', '154446.147500', '154446.607500', '154447.067500', '154447.527500', '154447.987500', '154448.447500', '154448.907500', '154449.367500', '154449.827500', '154450.287500', '154450.747500', '154451.207500', '154451.667500', '154452.127500', '154452.587500', '154453.047500', '154453.507500', '154453.967500', '154454.427500', '154454.887500', '154455.347500', '154455.807500', '154456.267500', '154456.727500', '154457.187500', '154457.647500', '154458.107500', '154458.567500', '154459.027500', '154459.487500', '154459.947500', '154500.407500', '154500.867500', '154501.327500', '154501.787500', '154502.247500', '154502.707500', '154503.167500', '154503.627500', '154504.087500', '154504.547500', '154505.007500', '154505.467500', '154505.927500', '154506.387500', '154506.847500', '154507.307500', '154507.767500', '154508.227500', '154508.687500', '154509.147500', '154509.607500', '154510.067500', '154510.527500', '154510.987500', '154511.447500', '154511.907500', '154512.367500', '154512.827500', '154513.287500', '154513.747500', '154514.207500', '154514.667500', '154515.127500', '154515.587500', '154516.047500', '154516.507500', '154516.967500', '154517.427500', '154517.887500', '154518.347500', '154518.807500', '154519.267500', '154519.727500', '154520.187500', '154520.647500', '154521.107500', '154521.567500', '154522.027500', '154522.487500', '154522.947500', '154523.407500', '154523.867500', '154524.327500', '154524.787500', '154525.247500', '154525.707500', '154526.167500', '154526.627500', '154527.087500', '154527.547500', '154528.007500', '154528.467500', '154528.927500', '154529.387500', '154529.847500', '154530.307500', '154530.767500', '154531.227500', '154531.687500', '154532.147500', '154532.607500', '154533.067500', '154533.527500', '154533.987500', '154534.447500', '154534.907500', '154535.367500', '154535.827500', '154536.287500', '154536.747500', '154537.207500', '154537.667500', '154538.127500', '154538.587500', '154539.047500', '154539.507500', '154539.967500', '154540.427500', '154540.887500', '154541.347500', '154541.807500', '154542.267500', '154542.727500', '154543.187500', '154543.647500', '154544.107500', '154544.567500', '154545.027500', '154545.487500', '154545.947500', '154546.407500', '154546.867500', '154547.327500', '154547.787500', '154548.247500', '154548.707500', '154549.167500', '154549.627500', '154550.087500', '154550.547500', '154551.007500', '154551.467500', '154551.927500', '154552.387500', '154552.847500', '154553.307500', '154553.767500', '154554.227500', '154554.687500', '154555.147500', '154555.607500', '154556.067500', '154556.527500', '154556.987500', '154557.447500', '154557.907500', '154558.367500', '154558.827500', '154559.287500', '154559.747500', '154600.207500', '154600.667500', '154601.127500', '154601.587500', '154602.047500', '154602.507500', '154602.967500', '154603.427500', '154603.887500', '154604.347500', '154604.807500', '154605.267500', '154605.727500', '154606.187500', '154606.647500', '154607.107500', '154607.567500', '154608.027500', '154608.487500', '154608.947500', '154609.407500', '154609.867500', '154610.327500', '154610.787500', '154611.247500', '154611.707500', '154612.167500', '154612.627500', '154613.087500', '154613.547500', '154614.007500', '154614.467500', '154614.927500', '154615.387500', '154615.847500', '154616.307500', '154616.767500', '154617.227500', '154617.687500', '154618.147500', '154618.607500', '154619.067500', '154619.527500', '154619.987500', '154620.447500', '154620.907500', '154621.367500', '154621.827500', '154622.287500', '154622.747500', '154623.207500', '154623.667500', '154624.127500', '154624.587500', '154625.047500', '154625.507500', '154625.967500', '154626.427500', '154626.887500', '154627.347500', '154627.807500', '154628.267500', '154628.727500', '154629.187500', '154629.647500', '154630.107500', '154630.567500', '154631.027500', '154631.487500', '154631.947500', '154632.407500', '154632.867500', '154633.327500', '154633.787500', '154634.247500', '154634.707500', '154635.167500', '154635.627500', '154636.087500', '154636.547500', '154637.007500', '154637.467500', '154637.927500', '154638.387500', '154638.847500', '154639.307500', '154639.767500', '154640.227500', '154640.687500', '154641.147500', '154641.607500', '154642.067500', '154642.527500', '154642.987500', '154643.447500', '154643.907500', '154644.367500', '154644.827500', '154645.287500', '154645.747500', '154646.207500', '154646.667500', '154647.127500', '154647.587500', '154648.047500', '154648.507500', '154648.967500', '154649.427500', '154649.887500', '154650.347500', '154650.807500', '154651.267500', '154651.727500', '154652.187500', '154652.647500', '154653.107500', '154653.567500', '154654.027500', '154654.487500', '154654.947500', '154655.407500', '154655.867500', '154656.327500', '154656.787500', '154657.247500', '154657.707500', '154658.167500', '154658.627500', '154659.087500', '154659.547500', '154700.007500', '154700.467500', '154700.927500', '154701.387500', '154701.847500', '154702.307500', '154702.767500', '154703.227500', '154703.687500', '154704.147500', '154704.607500', '154705.067500', '154705.527500', '154705.987500', '154706.447500', '154706.907500', '154707.367500', '154707.827500', '154708.287500', '154708.747500', '154709.207500', '154709.667500', '154710.127500', '154710.587500', '154711.047500', '154711.507500', '154711.967500', '154712.427500', '154712.887500', '154713.347500', '154713.807500', '154714.267500', '154714.727500', '154715.187500', '154715.647500', '154716.107500', '154716.567500', '154717.027500', '154717.487500', '154717.947500', '154718.407500', '154718.867500', '154719.327500', '154719.787500', '154720.247500', '154720.707500', '154721.167500', '154721.627500', '154722.087500', '154722.547500', '154723.007500', '154723.467500', '154723.927500', '154724.387500', '154724.847500', '154725.307500', '154725.767500', '154726.227500', '154726.687500', '154727.147500', '154727.607500', '154728.067500', '154728.527500', '154728.987500', '154729.447500', '154729.907500', '154730.367500', '154730.827500', '154731.287500', '154731.747500', '154732.207500', '154732.667500', '154733.127500', '154733.587500', '154734.047500', '154734.507500', '154734.967500', '154735.427500', '154735.887500', '154736.347500', '154736.807500', '154737.267500', '154737.727500', '154738.187500', '154738.647500', '154739.107500', '154739.567500', '154740.027500', '154740.487500', '154740.947500', '154741.407500', '154741.867500', '154742.327500', '154742.787500', '154743.247500', '154743.707500', '154744.167500', '154744.627500', '154745.087500', '154745.547500', '154746.007500', '154746.467500', '154746.927500', '154747.387500', '154747.847500', '154748.307500', '154748.767500', '154749.227500', '154749.687500', '154750.147500', '154750.607500', '154751.067500', '154751.527500', '154751.987500', '154752.447500', '154752.907500', '154753.367500', '154753.827500', '154754.287500', '154754.747500', '154755.207500', '154755.667500', '154756.127500', '154756.587500', '154757.047500', '154757.507500', '154757.967500', '154758.427500', '154758.887500', '154759.347500', '154759.807500', '154800.267500', '154800.727500', '154801.187500', '154801.647500', '154802.107500', '154802.567500', '154803.027500', '154803.487500', '154803.947500', '154804.407500', '154804.867500', '154805.327500', '154805.787500', '154806.247500', '154806.707500', '154807.167500', '154807.627500', '154808.087500', '154808.547500', '154809.007500', '154809.467500', '154809.927500', '154810.387500', '154810.847500', '154811.307500', '154811.767500', '154812.227500', '154812.687500', '154813.147500', '154813.607500', '154814.067500', '154814.527500', '154814.987500', '154815.447500', '154815.907500', '154816.367500', '154816.827500', '154817.287500', '154817.747500', '154818.207500', '154818.667500', '154819.127500', '154819.587500', '154820.047500', '154820.507500', '154820.967500', '154821.427500', '154821.887500', '154822.347500', '154822.807500', '154823.267500', '154823.727500', '154824.187500', '154824.647500', '154825.107500', '154825.567500', '154826.027500', '154826.487500', '154826.947500', '154827.407500', '154827.867500', '154828.327500', '154828.787500', '154829.247500', '154829.707500', '154830.167500', '154830.627500', '154831.087500', '154831.547500', '154832.007500', '154832.467500', '154832.927500', '154833.387500', '154833.847500', '154834.307500', '154834.767500', '154835.227500', '154835.687500', '154836.147500', '154836.607500', '154837.067500', '154837.527500', '154837.987500', '154838.447500', '154838.907500', '154839.367500', '154839.827500', '154840.287500', '154840.747500', '154841.207500', '154841.667500', '154842.127500', '154842.587500', '154843.047500', '154843.507500', '154843.967500', '154844.427500', '154844.887500', '154845.347500', '154845.807500', '154846.267500', '154846.727500', '154847.187500', '154847.647500', '154848.107500', '154848.567500', '154849.027500', '154849.487500', '154849.947500', '154850.407500', '154850.867500', '154851.327500', '154851.787500', '154852.247500', '154852.707500', '154853.167500', '154853.627500', '154854.087500', '154854.547500', '154855.007500', '154855.467500', '154855.927500', '154856.387500', '154856.847500', '154857.307500', '154857.767500', '154858.227500', '154858.687500', '154859.147500', '154859.607500', '154900.067500', '154900.527500', '154900.987500', '154901.447500', '154901.907500', '154902.367500', '154902.827500', '154903.287500', '154903.747500', '154904.207500', '154904.667500', '154905.127500', '154905.587500', '154906.047500', '154906.507500', '154906.967500', '154907.427500', '154907.887500', '154908.347500', '154908.807500', '154909.267500', '154909.727500', '154910.187500', '154910.647500', '154911.107500', '154911.567500', '154912.027500', '154912.487500', '154912.947500', '154913.407500', '154913.867500', '154914.327500', '154914.787500', '154915.247500', '154915.707500', '154916.167500', '154916.627500', '154917.087500', '154917.547500', '154918.007500', '154918.467500', '154918.927500', '154919.387500', '154919.847500', '154920.307500', '154920.767500', '154921.227500', '154921.687500', '154922.147500', '154922.607500', '154923.067500', '154923.527500', '154923.987500', '154924.447500', '154924.907500', '154925.367500', '154925.827500', '154926.287500', '154926.747500', '154927.207500', '154927.667500', '154928.127500', '154928.587500', '154929.047500', '154929.507500', '154929.967500', '154930.427500', '154930.887500', '154931.347500', '154931.807500', '154932.267500', '154932.727500', '154933.187500', '154933.647500', '154934.107500', '154934.567500', '154935.027500', '154935.487500', '154935.947500', '154936.407500', '154936.867500', '154937.327500', '154937.787500', '154938.247500', '154938.707500', '154939.167500', '154939.627500', '154940.087500', '154940.547500', '154941.007500', '154941.467500', '154941.927500', '154942.387500', '154942.847500', '154943.307500', '154943.767500', '154944.227500', '154944.687500', '154945.147500', '154945.607500', '154946.067500', '154946.527500', '154946.987500', '154947.447500', '154947.907500', '154948.367500', '154948.827500', '154949.287500', '154949.747500', '154950.207500', '154950.667500', '154951.127500', '154951.587500', '154952.047500', '154952.507500', '154952.967500', '154953.427500', '154953.887500', '154954.347500', '154954.807500', '154955.267500', '154955.727500', '154956.187500', '154956.647500', '154957.107500', '154957.567500', '154958.027500', '154958.487500', '154958.947500', '154959.407500', '154959.867500', '155000.327500', '155000.787500', '155001.247500', '155001.707500', '155002.167500', '155002.627500', '155003.087500', '155003.547500', '155004.007500', '155004.467500', '155004.927500', '155005.387500', '155005.847500', '155006.307500', '155006.767500', '155007.227500', '155007.687500', '155008.147500', '155008.607500', '155009.067500', '155009.527500', '155009.987500', '155010.447500', '155010.907500', '155011.367500', '155011.827500', '155012.287500', '155012.747500', '155013.207500', '155013.667500', '155014.127500', '155014.587500', '155015.047500', '155015.507500', '155015.967500', '155016.427500', '155016.887500', '155017.347500', '155017.807500', '155018.267500', '155018.727500', '155019.187500', '155019.647500', '155020.107500', '155020.567500', '155021.027500', '155021.487500', '155021.947500', '155022.407500', '155022.867500', '155023.327500', '155023.787500', '155024.247500', '155024.707500', '155025.167500', '155025.627500', '155026.087500', '155026.547500', '155027.007500', '155027.467500', '155027.927500', '155028.387500', '155028.847500', '155029.307500', '155029.767500', '155030.227500', '155030.687500', '155031.147500', '155031.607500', '155032.067500', '155032.527500', '155032.987500', '155033.447500', '155033.907500', '155034.367500', '155034.827500', '155035.287500', '155035.747500', '155036.207500', '155036.667500', '155037.127500', '155037.587500', '155038.047500'], 'ContentTime': ['154418.867000', '154418.870000', '154418.873000', '154418.876000', '154418.879000', '154418.882000', '154418.885000', '154418.888000', '154418.891000', '154418.894000', '154418.896000', '154418.899000', '154418.902000', '154418.905000', '154418.908000', '154418.911000', '154418.915000', '154418.918000', '154418.921000', '154418.924000', '154418.927000', '154418.930000', '154418.933000', '154418.936000', '154418.939000', '154418.942000', '154418.945000', '154418.968000', '154418.971000', '154418.974000', '154418.977000', '154418.980000', '154418.983000', '154418.986000', '154418.989000', '154418.992000', '154418.995000', '154418.998000', '154419.001000', '154419.004000', '154419.007000', '154419.010000', '154419.013000', '154419.016000', '154438.832000', '154438.835000', '154438.838000', '154438.841000', '154438.844000', '154438.847000', '154438.850000', '154438.852000', '154438.855000', '154438.858000', '154438.861000', '154438.864000', '154438.867000', '154438.870000', '154438.873000', '154438.876000', '154438.879000', '154438.882000', '154438.885000', '154438.888000', '154438.891000', '154438.902000', '154438.905000', '154438.908000', '154438.910000', '154438.913000', '154438.916000', '154438.919000', '154438.922000', '154438.925000', '154438.928000', '154438.931000', '154438.934000', '154438.937000', '154438.940000', '154438.943000', '154438.946000', '154438.948000', '154438.951000', '154438.958000', '154438.961000', '154438.964000', '154438.967000', '154458.831000', '154458.834000', '154458.837000', '154458.840000', '154458.843000', '154458.846000', '154458.849000', '154458.852000', '154458.855000', '154458.857000', '154458.860000', '154458.863000', '154458.866000', '154458.869000', '154458.872000', '154458.875000', '154458.878000', '154458.881000', '154458.884000', '154458.887000', '154458.890000', '154458.893000', '154458.896000', '154458.898000', '154458.901000', '154458.904000', '154458.907000', '154458.910000', '154458.913000', '154458.916000', '154458.919000', '154458.922000', '154458.925000', '154458.927000', '154458.930000', '154458.933000', '154458.936000', '154458.942000', '154458.945000', '154458.948000', '154458.951000', '154458.954000', '154458.957000', '154458.960000', '154518.831000', '154518.834000', '154518.837000', '154518.840000', '154518.843000', '154518.846000', '154518.848000', '154518.851000', '154518.855000', '154518.858000', '154518.861000', '154518.864000', '154518.867000', '154518.870000', '154518.873000', '154518.876000', '154518.879000', '154518.882000', '154518.885000', '154518.888000', '154518.891000', '154518.894000', '154518.897000', '154518.899000', '154518.902000', '154518.905000', '154518.909000', '154518.913000', '154518.917000', '154518.920000', '154518.923000', '154518.926000', '154518.929000', '154518.932000', '154518.935000', '154518.938000', '154518.940000', '154518.943000', '154518.946000', '154518.949000', '154518.952000', '154518.957000', '154518.960000', '154538.831000', '154538.834000', '154538.837000', '154538.840000', '154538.843000', '154538.846000', '154538.849000', '154538.852000', '154538.854000', '154538.857000', '154538.860000', '154538.863000', '154538.866000', '154538.869000', '154538.872000', '154538.875000', '154538.878000', '154538.881000', '154538.884000', '154538.887000', '154538.890000', '154538.893000', '154538.895000', '154538.898000', '154538.901000', '154538.904000', '154538.907000', '154538.910000', '154538.913000', '154538.916000', '154538.919000', '154538.922000', '154538.925000', '154538.928000', '154538.931000', '154538.934000', '154538.936000', '154538.940000', '154538.942000', '154538.945000', '154538.948000', '154538.951000', '154538.954000', '154538.957000', '154558.831000', '154558.834000', '154558.837000', '154558.840000', '154558.843000', '154558.846000', '154558.849000', '154558.852000', '154558.855000', '154558.858000', '154558.861000', '154558.864000', '154558.867000', '154558.870000', '154558.873000', '154558.876000', '154558.879000', '154558.882000', '154558.885000', '154558.888000', '154558.890000', '154558.893000', '154558.896000', '154558.899000', '154558.902000', '154558.905000', '154558.908000', '154558.911000', '154558.914000', '154558.917000', '154558.920000', '154558.923000', '154558.926000', '154558.929000', '154558.932000', '154558.935000', '154558.946000', '154558.950000', '154558.952000', '154558.955000', '154558.958000', '154558.961000', '154558.964000', '154618.831000', '154618.834000', '154618.837000', '154618.840000', '154618.843000', '154618.846000', '154618.849000', '154618.852000', '154618.855000', '154618.857000', '154618.860000', '154618.863000', '154618.866000', '154618.869000', '154618.872000', '154618.876000', '154618.879000', '154618.882000', '154618.885000', '154618.888000', '154618.891000', '154618.894000', '154618.896000', '154618.899000', '154618.902000', '154618.905000', '154618.908000', '154618.911000', '154618.914000', '154618.917000', '154618.920000', '154618.923000', '154618.926000', '154618.929000', '154618.932000', '154618.935000', '154618.938000', '154618.941000', '154618.943000', '154618.946000', '154618.949000', '154618.952000', '154618.955000', '154618.958000', '154638.832000', '154638.835000', '154638.838000', '154638.841000', '154638.844000', '154638.847000', '154638.850000', '154638.853000', '154638.856000', '154638.859000', '154638.862000', '154638.864000', '154638.867000', '154638.870000', '154638.873000', '154638.876000', '154638.879000', '154638.882000', '154638.885000', '154638.888000', '154638.891000', '154638.895000', '154638.898000', '154638.901000', '154638.904000', '154638.907000', '154638.910000', '154638.913000', '154638.916000', '154638.919000', '154638.922000', '154638.925000', '154638.927000', '154638.930000', '154638.933000', '154638.936000', '154638.939000', '154638.942000', '154638.945000', '154638.948000', '154638.951000', '154638.954000', '154638.958000', '154658.832000', '154658.835000', '154658.838000', '154658.841000', '154658.844000', '154658.847000', '154658.850000', '154658.853000', '154658.856000', '154658.858000', '154658.861000', '154658.864000', '154658.867000', '154658.870000', '154658.873000', '154658.876000', '154658.879000', '154658.882000', '154658.885000', '154658.888000', '154658.891000', '154658.894000', '154658.897000', '154658.900000', '154658.903000', '154658.906000', '154658.909000', '154658.912000', '154658.915000', '154658.917000', '154658.920000', '154658.923000', '154658.926000', '154658.929000', '154658.932000', '154658.935000', '154658.938000', '154658.941000', '154658.944000', '154658.947000', '154658.950000', '154658.953000', '154658.955000', '154658.959000', '154718.831000', '154718.834000', '154718.837000', '154718.840000', '154718.843000', '154718.846000', '154718.849000', '154718.852000', '154718.855000', '154718.858000', '154718.861000', '154718.864000', '154718.867000', '154718.870000', '154718.873000', '154718.875000', '154718.878000', '154718.881000', '154718.884000', '154718.887000', '154718.890000', '154718.893000', '154718.896000', '154718.899000', '154718.902000', '154718.905000', '154718.908000', '154718.911000', '154718.914000', '154718.917000', '154718.920000', '154718.922000', '154718.925000', '154718.929000', '154718.931000', '154718.934000', '154718.937000', '154718.940000', '154718.943000', '154718.946000', '154718.949000', '154718.952000', '154718.955000', '154738.831000', '154738.834000', '154738.837000', '154738.840000', '154738.843000', '154738.846000', '154738.849000', '154738.852000', '154738.855000', '154738.858000', '154738.861000', '154738.864000', '154738.866000', '154738.869000', '154738.872000', '154738.875000', '154738.878000', '154738.881000', '154738.891000', '154738.894000', '154738.897000', '154738.900000', '154738.903000', '154738.906000', '154738.909000', '154738.912000', '154738.915000', '154738.918000', '154738.921000', '154738.923000', '154738.926000', '154738.929000', '154738.932000', '154738.935000', '154738.938000', '154738.941000', '154738.944000', '154738.947000', '154738.950000', '154738.953000', '154738.956000', '154738.959000', '154738.962000', '154738.965000', '154758.831000', '154758.834000', '154758.837000', '154758.840000', '154758.843000', '154758.846000', '154758.849000', '154758.852000', '154758.855000', '154758.858000', '154758.860000', '154758.863000', '154758.866000', '154758.869000', '154758.872000', '154758.875000', '154758.878000', '154758.881000', '154758.884000', '154758.887000', '154758.890000', '154758.893000', '154758.896000', '154758.899000', '154758.902000', '154758.905000', '154758.908000', '154758.911000', '154758.914000', '154758.917000', '154758.920000', '154758.923000', '154758.926000', '154758.929000', '154758.933000', '154758.936000', '154758.939000', '154758.942000', '154758.945000', '154758.948000', '154758.951000', '154758.954000', '154758.957000', '154818.831000', '154818.841000', '154818.844000', '154818.847000', '154818.850000', '154818.853000', '154818.856000', '154818.859000', '154818.862000', '154818.865000', '154818.868000', '154818.871000', '154818.874000', '154818.877000', '154818.880000', '154818.883000', '154818.886000', '154818.889000', '154818.891000', '154818.894000', '154818.897000', '154818.900000', '154818.903000', '154818.906000', '154818.909000', '154818.912000', '154818.915000', '154818.918000', '154818.921000', '154818.924000', '154818.927000', '154818.930000', '154818.933000', '154818.936000', '154818.938000', '154818.941000', '154818.944000', '154818.947000', '154818.950000', '154818.953000', '154818.956000', '154818.959000', '154818.962000', '154818.965000', '154838.832000', '154838.835000', '154838.838000', '154838.841000', '154838.844000', '154838.847000', '154838.850000', '154838.853000', '154838.856000', '154838.859000', '154838.862000', '154838.865000', '154838.868000', '154838.870000', '154838.873000', '154838.877000', '154838.879000', '154838.882000', '154838.885000', '154838.888000', '154838.891000', '154838.894000', '154838.897000', '154838.900000', '154838.903000', '154838.906000', '154838.909000', '154838.912000', '154838.915000', '154838.918000', '154838.921000', '154838.924000', '154838.926000', '154838.929000', '154838.932000', '154838.935000', '154838.938000', '154838.941000', '154838.944000', '154838.947000', '154838.950000', '154838.953000', '154838.956000', '154858.832000', '154858.835000', '154858.838000', '154858.841000', '154858.844000', '154858.847000', '154858.850000', '154858.853000', '154858.856000', '154858.858000', '154858.861000', '154858.864000', '154858.867000', '154858.870000', '154858.873000', '154858.876000', '154858.879000', '154858.882000', '154858.885000', '154858.888000', '154858.891000', '154858.894000', '154858.897000', '154858.899000', '154858.902000', '154858.905000', '154858.908000', '154858.911000', '154858.914000', '154858.917000', '154858.920000', '154858.923000', '154858.926000', '154858.929000', '154858.932000', '154858.935000', '154858.938000', '154858.941000', '154858.944000', '154858.947000', '154858.950000', '154858.953000', '154858.956000', '154858.969000', '154918.832000', '154918.835000', '154918.838000', '154918.841000', '154918.844000', '154918.847000', '154918.850000', '154918.853000', '154918.856000', '154918.859000', '154918.862000', '154918.864000', '154918.867000', '154918.870000', '154918.873000', '154918.876000', '154918.879000', '154918.882000', '154918.885000', '154918.888000', '154918.891000', '154918.894000', '154918.897000', '154918.900000', '154918.903000', '154918.906000', '154918.909000', '154918.912000', '154918.915000', '154918.917000', '154918.926000', '154918.929000', '154918.932000', '154918.935000', '154918.938000', '154918.941000', '154918.944000', '154918.947000', '154918.950000', '154918.953000', '154918.956000', '154918.958000', '154918.962000', '154938.831000', '154938.834000', '154938.837000', '154938.840000', '154938.843000', '154938.846000', '154938.849000', '154938.852000', '154938.855000', '154938.858000', '154938.861000', '154938.864000', '154938.867000', '154938.870000', '154938.873000', '154938.876000', '154938.879000', '154938.881000', '154938.884000', '154938.887000', '154938.890000', '154938.893000', '154938.896000', '154938.899000', '154938.902000', '154938.905000', '154938.908000', '154938.913000', '154938.916000', '154938.919000', '154938.922000', '154938.925000', '154938.928000', '154938.931000', '154938.934000', '154938.938000', '154938.941000', '154938.944000', '154938.946000', '154938.949000', '154938.952000', '154938.955000', '154938.958000', '154958.831000', '154958.834000', '154958.837000', '154958.840000', '154958.843000', '154958.846000', '154958.849000', '154958.852000', '154958.855000', '154958.858000', '154958.861000', '154958.863000', '154958.866000', '154958.869000', '154958.872000', '154958.875000', '154958.878000', '154958.881000', '154958.884000', '154958.887000', '154958.890000', '154958.893000', '154958.896000', '154958.898000', '154958.901000', '154958.904000', '154958.907000', '154958.910000', '154958.913000', '154958.916000', '154958.919000', '154958.922000', '154958.925000', '154958.928000', '154958.931000', '154958.934000', '154958.937000', '154958.940000', '154958.943000', '154958.946000', '154958.949000', '154958.952000', '154958.955000', '154958.958000', '155018.831000', '155018.834000', '155018.837000', '155018.840000', '155018.843000', '155018.846000', '155018.849000', '155018.852000', '155018.855000', '155018.858000', '155018.861000', '155018.864000', '155018.867000', '155018.870000', '155018.873000', '155018.876000', '155018.879000', '155018.882000', '155018.885000', '155018.888000', '155018.891000', '155018.893000', '155018.896000', '155018.899000', '155018.902000', '155018.905000', '155018.908000', '155018.911000', '155018.914000', '155018.917000', '155018.920000', '155018.923000', '155018.926000', '155018.929000', '155018.932000', '155018.934000', '155018.937000', '155018.940000', '155018.943000', '155018.946000', '155018.949000', '155018.952000', '155018.955000', '155038.831000', '155038.834000', '155038.837000', '155038.840000', '155038.843000', '155038.846000', '155038.849000', '155038.852000', '155038.855000', '155038.858000', '155038.861000', '155038.863000', '155038.866000', '155038.869000', '155038.872000', '155038.875000', '155038.878000', '155038.881000', '155038.884000', '155038.887000', '155038.890000', '155038.893000', '155038.896000', '155038.899000', '155038.902000', '155038.905000', '155038.907000', '155038.910000', '155038.913000', '155038.916000', '155038.919000', '155038.922000', '155038.925000', '155038.928000', '155038.931000', '155038.934000', '155038.937000', '155038.940000', '155038.943000', '155038.946000', '155038.949000', '155038.952000', '155038.955000', '155038.957000', '155039.587000', '155039.590000'], 'InstanceCreationTime': ['154418.867000', '154418.870000', '154418.873000', '154418.876000', '154418.879000', '154418.882000', '154418.885000', '154418.888000', '154418.891000', '154418.894000', '154418.896000', '154418.899000', '154418.902000', '154418.905000', '154418.908000', '154418.911000', '154418.915000', '154418.918000', '154418.921000', '154418.924000', '154418.927000', '154418.930000', '154418.933000', '154418.936000', '154418.939000', '154418.942000', '154418.945000', '154418.968000', '154418.971000', '154418.974000', '154418.977000', '154418.980000', '154418.983000', '154418.986000', '154418.989000', '154418.992000', '154418.995000', '154418.998000', '154419.001000', '154419.004000', '154419.007000', '154419.010000', '154419.013000', '154419.016000', '154438.832000', '154438.835000', '154438.838000', '154438.841000', '154438.844000', '154438.847000', '154438.850000', '154438.852000', '154438.855000', '154438.858000', '154438.861000', '154438.864000', '154438.867000', '154438.870000', '154438.873000', '154438.876000', '154438.879000', '154438.882000', '154438.885000', '154438.888000', '154438.891000', '154438.902000', '154438.905000', '154438.908000', '154438.910000', '154438.913000', '154438.916000', '154438.919000', '154438.922000', '154438.925000', '154438.928000', '154438.931000', '154438.934000', '154438.937000', '154438.940000', '154438.943000', '154438.946000', '154438.948000', '154438.951000', '154438.958000', '154438.961000', '154438.964000', '154438.967000', '154458.831000', '154458.834000', '154458.837000', '154458.840000', '154458.843000', '154458.846000', '154458.849000', '154458.852000', '154458.855000', '154458.857000', '154458.860000', '154458.863000', '154458.866000', '154458.869000', '154458.872000', '154458.875000', '154458.878000', '154458.881000', '154458.884000', '154458.887000', '154458.890000', '154458.893000', '154458.896000', '154458.898000', '154458.901000', '154458.904000', '154458.907000', '154458.910000', '154458.913000', '154458.916000', '154458.919000', '154458.922000', '154458.925000', '154458.927000', '154458.930000', '154458.933000', '154458.936000', '154458.942000', '154458.945000', '154458.948000', '154458.951000', '154458.954000', '154458.957000', '154458.960000', '154518.831000', '154518.834000', '154518.837000', '154518.840000', '154518.843000', '154518.846000', '154518.848000', '154518.851000', '154518.855000', '154518.858000', '154518.861000', '154518.864000', '154518.867000', '154518.870000', '154518.873000', '154518.876000', '154518.879000', '154518.882000', '154518.885000', '154518.888000', '154518.891000', '154518.894000', '154518.897000', '154518.899000', '154518.902000', '154518.905000', '154518.909000', '154518.913000', '154518.917000', '154518.920000', '154518.923000', '154518.926000', '154518.929000', '154518.932000', '154518.935000', '154518.938000', '154518.940000', '154518.943000', '154518.946000', '154518.949000', '154518.952000', '154518.957000', '154518.960000', '154538.831000', '154538.834000', '154538.837000', '154538.840000', '154538.843000', '154538.846000', '154538.849000', '154538.852000', '154538.854000', '154538.857000', '154538.860000', '154538.863000', '154538.866000', '154538.869000', '154538.872000', '154538.875000', '154538.878000', '154538.881000', '154538.884000', '154538.887000', '154538.890000', '154538.893000', '154538.895000', '154538.898000', '154538.901000', '154538.904000', '154538.907000', '154538.910000', '154538.913000', '154538.916000', '154538.919000', '154538.922000', '154538.925000', '154538.928000', '154538.931000', '154538.934000', '154538.936000', '154538.940000', '154538.942000', '154538.945000', '154538.948000', '154538.951000', '154538.954000', '154538.957000', '154558.831000', '154558.834000', '154558.837000', '154558.840000', '154558.843000', '154558.846000', '154558.849000', '154558.852000', '154558.855000', '154558.858000', '154558.861000', '154558.864000', '154558.867000', '154558.870000', '154558.873000', '154558.876000', '154558.879000', '154558.882000', '154558.885000', '154558.888000', '154558.890000', '154558.893000', '154558.896000', '154558.899000', '154558.902000', '154558.905000', '154558.908000', '154558.911000', '154558.914000', '154558.917000', '154558.920000', '154558.923000', '154558.926000', '154558.929000', '154558.932000', '154558.935000', '154558.946000', '154558.950000', '154558.952000', '154558.955000', '154558.958000', '154558.961000', '154558.964000', '154618.831000', '154618.834000', '154618.837000', '154618.840000', '154618.843000', '154618.846000', '154618.849000', '154618.852000', '154618.855000', '154618.857000', '154618.860000', '154618.863000', '154618.866000', '154618.869000', '154618.872000', '154618.876000', '154618.879000', '154618.882000', '154618.885000', '154618.888000', '154618.891000', '154618.894000', '154618.896000', '154618.899000', '154618.902000', '154618.905000', '154618.908000', '154618.911000', '154618.914000', '154618.917000', '154618.920000', '154618.923000', '154618.926000', '154618.929000', '154618.932000', '154618.935000', '154618.938000', '154618.941000', '154618.943000', '154618.946000', '154618.949000', '154618.952000', '154618.955000', '154618.958000', '154638.832000', '154638.835000', '154638.838000', '154638.841000', '154638.844000', '154638.847000', '154638.850000', '154638.853000', '154638.856000', '154638.859000', '154638.862000', '154638.864000', '154638.867000', '154638.870000', '154638.873000', '154638.876000', '154638.879000', '154638.882000', '154638.885000', '154638.888000', '154638.891000', '154638.895000', '154638.898000', '154638.901000', '154638.904000', '154638.907000', '154638.910000', '154638.913000', '154638.916000', '154638.919000', '154638.922000', '154638.925000', '154638.927000', '154638.930000', '154638.933000', '154638.936000', '154638.939000', '154638.942000', '154638.945000', '154638.948000', '154638.951000', '154638.954000', '154638.958000', '154658.832000', '154658.835000', '154658.838000', '154658.841000', '154658.844000', '154658.847000', '154658.850000', '154658.853000', '154658.856000', '154658.858000', '154658.861000', '154658.864000', '154658.867000', '154658.870000', '154658.873000', '154658.876000', '154658.879000', '154658.882000', '154658.885000', '154658.888000', '154658.891000', '154658.894000', '154658.897000', '154658.900000', '154658.903000', '154658.906000', '154658.909000', '154658.912000', '154658.915000', '154658.917000', '154658.920000', '154658.923000', '154658.926000', '154658.929000', '154658.932000', '154658.935000', '154658.938000', '154658.941000', '154658.944000', '154658.947000', '154658.950000', '154658.953000', '154658.955000', '154658.959000', '154718.831000', '154718.834000', '154718.837000', '154718.840000', '154718.843000', '154718.846000', '154718.849000', '154718.852000', '154718.855000', '154718.858000', '154718.861000', '154718.864000', '154718.867000', '154718.870000', '154718.873000', '154718.875000', '154718.878000', '154718.881000', '154718.884000', '154718.887000', '154718.890000', '154718.893000', '154718.896000', '154718.899000', '154718.902000', '154718.905000', '154718.908000', '154718.911000', '154718.914000', '154718.917000', '154718.920000', '154718.922000', '154718.925000', '154718.929000', '154718.931000', '154718.934000', '154718.937000', '154718.940000', '154718.943000', '154718.946000', '154718.949000', '154718.952000', '154718.955000', '154738.831000', '154738.834000', '154738.837000', '154738.840000', '154738.843000', '154738.846000', '154738.849000', '154738.852000', '154738.855000', '154738.858000', '154738.861000', '154738.864000', '154738.866000', '154738.869000', '154738.872000', '154738.875000', '154738.878000', '154738.881000', '154738.891000', '154738.894000', '154738.897000', '154738.900000', '154738.903000', '154738.906000', '154738.909000', '154738.912000', '154738.915000', '154738.918000', '154738.921000', '154738.923000', '154738.926000', '154738.929000', '154738.932000', '154738.935000', '154738.938000', '154738.941000', '154738.944000', '154738.947000', '154738.950000', '154738.953000', '154738.956000', '154738.959000', '154738.962000', '154738.965000', '154758.831000', '154758.834000', '154758.837000', '154758.840000', '154758.843000', '154758.846000', '154758.849000', '154758.852000', '154758.855000', '154758.858000', '154758.860000', '154758.863000', '154758.866000', '154758.869000', '154758.872000', '154758.875000', '154758.878000', '154758.881000', '154758.884000', '154758.887000', '154758.890000', '154758.893000', '154758.896000', '154758.899000', '154758.902000', '154758.905000', '154758.908000', '154758.911000', '154758.914000', '154758.917000', '154758.920000', '154758.923000', '154758.926000', '154758.929000', '154758.933000', '154758.936000', '154758.939000', '154758.942000', '154758.945000', '154758.948000', '154758.951000', '154758.954000', '154758.957000', '154818.831000', '154818.841000', '154818.844000', '154818.847000', '154818.850000', '154818.853000', '154818.856000', '154818.859000', '154818.862000', '154818.865000', '154818.868000', '154818.871000', '154818.874000', '154818.877000', '154818.880000', '154818.883000', '154818.886000', '154818.889000', '154818.891000', '154818.894000', '154818.897000', '154818.900000', '154818.903000', '154818.906000', '154818.909000', '154818.912000', '154818.915000', '154818.918000', '154818.921000', '154818.924000', '154818.927000', '154818.930000', '154818.933000', '154818.936000', '154818.938000', '154818.941000', '154818.944000', '154818.947000', '154818.950000', '154818.953000', '154818.956000', '154818.959000', '154818.962000', '154818.965000', '154838.832000', '154838.835000', '154838.838000', '154838.841000', '154838.844000', '154838.847000', '154838.850000', '154838.853000', '154838.856000', '154838.859000', '154838.862000', '154838.865000', '154838.868000', '154838.870000', '154838.873000', '154838.877000', '154838.879000', '154838.882000', '154838.885000', '154838.888000', '154838.891000', '154838.894000', '154838.897000', '154838.900000', '154838.903000', '154838.906000', '154838.909000', '154838.912000', '154838.915000', '154838.918000', '154838.921000', '154838.924000', '154838.926000', '154838.929000', '154838.932000', '154838.935000', '154838.938000', '154838.941000', '154838.944000', '154838.947000', '154838.950000', '154838.953000', '154838.956000', '154858.832000', '154858.835000', '154858.838000', '154858.841000', '154858.844000', '154858.847000', '154858.850000', '154858.853000', '154858.856000', '154858.858000', '154858.861000', '154858.864000', '154858.867000', '154858.870000', '154858.873000', '154858.876000', '154858.879000', '154858.882000', '154858.885000', '154858.888000', '154858.891000', '154858.894000', '154858.897000', '154858.899000', '154858.902000', '154858.905000', '154858.908000', '154858.911000', '154858.914000', '154858.917000', '154858.920000', '154858.923000', '154858.926000', '154858.929000', '154858.932000', '154858.935000', '154858.938000', '154858.941000', '154858.944000', '154858.947000', '154858.950000', '154858.953000', '154858.956000', '154858.969000', '154918.832000', '154918.835000', '154918.838000', '154918.841000', '154918.844000', '154918.847000', '154918.850000', '154918.853000', '154918.856000', '154918.859000', '154918.862000', '154918.864000', '154918.867000', '154918.870000', '154918.873000', '154918.876000', '154918.879000', '154918.882000', '154918.885000', '154918.888000', '154918.891000', '154918.894000', '154918.897000', '154918.900000', '154918.903000', '154918.906000', '154918.909000', '154918.912000', '154918.915000', '154918.917000', '154918.926000', '154918.929000', '154918.932000', '154918.935000', '154918.938000', '154918.941000', '154918.944000', '154918.947000', '154918.950000', '154918.953000', '154918.956000', '154918.958000', '154918.962000', '154938.831000', '154938.834000', '154938.837000', '154938.840000', '154938.843000', '154938.846000', '154938.849000', '154938.852000', '154938.855000', '154938.858000', '154938.861000', '154938.864000', '154938.867000', '154938.870000', '154938.873000', '154938.876000', '154938.879000', '154938.881000', '154938.884000', '154938.887000', '154938.890000', '154938.893000', '154938.896000', '154938.899000', '154938.902000', '154938.905000', '154938.908000', '154938.913000', '154938.916000', '154938.919000', '154938.922000', '154938.925000', '154938.928000', '154938.931000', '154938.934000', '154938.938000', '154938.941000', '154938.944000', '154938.946000', '154938.949000', '154938.952000', '154938.955000', '154938.958000', '154958.831000', '154958.834000', '154958.837000', '154958.840000', '154958.843000', '154958.846000', '154958.849000', '154958.852000', '154958.855000', '154958.858000', '154958.861000', '154958.863000', '154958.866000', '154958.869000', '154958.872000', '154958.875000', '154958.878000', '154958.881000', '154958.884000', '154958.887000', '154958.890000', '154958.893000', '154958.896000', '154958.898000', '154958.901000', '154958.904000', '154958.907000', '154958.910000', '154958.913000', '154958.916000', '154958.919000', '154958.922000', '154958.925000', '154958.928000', '154958.931000', '154958.934000', '154958.937000', '154958.940000', '154958.943000', '154958.946000', '154958.949000', '154958.952000', '154958.955000', '154958.958000', '155018.831000', '155018.834000', '155018.837000', '155018.840000', '155018.843000', '155018.846000', '155018.849000', '155018.852000', '155018.855000', '155018.858000', '155018.861000', '155018.864000', '155018.867000', '155018.870000', '155018.873000', '155018.876000', '155018.879000', '155018.882000', '155018.885000', '155018.888000', '155018.891000', '155018.893000', '155018.896000', '155018.899000', '155018.902000', '155018.905000', '155018.908000', '155018.911000', '155018.914000', '155018.917000', '155018.920000', '155018.923000', '155018.926000', '155018.929000', '155018.932000', '155018.934000', '155018.937000', '155018.940000', '155018.943000', '155018.946000', '155018.949000', '155018.952000', '155018.955000', '155038.831000', '155038.834000', '155038.837000', '155038.840000', '155038.843000', '155038.846000', '155038.849000', '155038.852000', '155038.855000', '155038.858000', '155038.861000', '155038.863000', '155038.866000', '155038.869000', '155038.872000', '155038.875000', '155038.878000', '155038.881000', '155038.884000', '155038.887000', '155038.890000', '155038.893000', '155038.896000', '155038.899000', '155038.902000', '155038.905000', '155038.907000', '155038.910000', '155038.913000', '155038.916000', '155038.919000', '155038.922000', '155038.925000', '155038.928000', '155038.931000', '155038.934000', '155038.937000', '155038.940000', '155038.943000', '155038.946000', '155038.949000', '155038.952000', '155038.955000', '155038.957000', '155039.587000', '155039.590000'], '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': [10330, 8873, 15412, 14600, 11994, 17462, 12360, 13584, 8011, 12817, 7993, 11453, 8575, 11231, 8245, 10944, 7935, 10623, 7980, 11170, 8551, 14430, 8570, 12374, 7988, 10773, 10711, 11609, 7951, 8448, 17604, 8818, 17212, 12222, 14462, 7893, 12002, 7903, 11243, 7945, 11471, 8195, 11584, 7907, 11576, 15286, 7907, 10390, 10323, 7881, 10825, 7918, 11460, 9505, 18373, 13508, 17113, 8790, 13977, 11344, 8300, 18140, 10107, 13254, 7842, 11358, 7816, 11223, 7876, 11085, 7885, 11356, 7842, 11450, 7845, 10708, 8733, 11876, 8096, 11895, 8699, 8568, 9780, 14020, 13416, 7849, 9675, 18638, 15139, 14748, 16552, 9242, 16205, 9142, 11197, 7762, 7793, 13232, 7945, 11110, 7719, 10538, 7886, 10034, 7766, 10732, 7747, 9414, 16450, 10049, 11301, 13876, 7951, 12168, 8426, 8268, 7785, 7477, 10644, 18777, 14695, 14871, 8167, 9086, 18098, 8686, 14077, 8138, 8953, 7738, 8060, 7744, 7848, 9502, 7752, 7750, 7877, 14949, 8178, 14153, 9798, 12152, 7898, 14555, 9477, 10503, 9109, 7808, 13015, 17799, 13839, 11192, 8814, 19390, 11309, 15945, 10116, 11972, 7903, 10315, 7901, 10777, 7912, 10226, 8838, 8511, 8250, 7936, 11570, 9442, 17331, 13337, 16719, 10788, 16355, 9284, 9071, 18758, 14108, 14707, 7786, 8722, 7732, 7815, 11996, 7784, 10338, 7740, 11743, 8078, 10713, 8179, 8939, 16651, 9202, 14606, 7788, 11410, 7853, 11371, 8238, 11861, 7866, 11818, 7835, 12034, 7944, 13018, 7826, 12841, 7850, 14979, 15370, 13109, 7758, 8439, 7860, 9095, 8297, 10138, 7837, 10660, 7864, 10871, 7777, 10548, 7752, 10866, 8301, 15185, 10050, 18176, 13175, 16432, 11127, 15608, 8092, 11698, 7799, 10973, 7791, 10539, 7760, 10720, 7741, 10652, 8185, 8044, 7646, 7687, 11244, 7894, 12348, 9161, 9860, 7685, 11473, 8803, 14402, 10004, 8642, 7745, 7609, 11714, 9336, 7871, 9821, 8022, 16732, 11882, 15486, 8828, 8431, 7855, 9557, 7912, 10326, 7843, 10791, 11620, 8113, 18789, 14672, 14557, 7768, 10589, 7731, 8665, 15581, 8513, 13549, 7740, 11111, 7708, 8771, 15538, 8776, 12516, 7697, 12333, 7793, 8864, 12386, 7793, 9271, 7750, 15937, 8133, 12730, 8182, 8733, 7729, 7791, 11798, 7776, 13350, 7805, 10691, 7781, 7791, 10152, 7795, 12394, 7831, 10316, 8953, 7864, 9408, 7833, 13612, 8190, 11064, 7856, 10648, 7768, 10162, 7686, 7836, 17544, 10287, 14909, 8949, 13866, 7718, 11059, 8388, 7803, 11047, 7751, 12709, 7703, 12175, 7711, 10008, 11896, 7750, 11597, 7670, 13649, 8486, 13220, 8093, 12079, 7741, 10921, 9103, 9861, 7729, 7777, 9802, 8192, 17073, 11519, 17589, 10273, 14291, 11403, 9703, 13003, 8510, 7725, 7662, 7719, 9363, 7749, 10911, 7490, 9106, 8506, 7713, 10381, 8882, 14525, 10858, 18127, 11194, 13547, 7704, 8594, 18913, 9034, 14672, 8884, 8444, 16763, 8777, 12707, 7711, 9234, 7642, 7807, 12087, 7860, 10499, 7689, 9672, 7743, 9776, 7810, 8666, 7727, 8553, 11655, 7830, 16225, 9681, 11126, 7729, 11371, 9129, 16338, 11634, 11277, 8825, 17177, 10706, 17503, 13572, 13193, 8032, 15975, 9292, 14491, 10998, 7821, 7701, 7720, 9434, 7791, 11849, 8064, 14504, 16188, 11900, 18963, 14602, 14100, 7867, 9584, 7940, 8456, 7740, 7784, 10094, 7884, 14857, 17979, 15276, 18189, 13614, 13533, 7843, 10018, 7743, 7822, 11749, 7844, 10159, 7762, 11036, 7789, 11680, 8664, 12098, 8358, 13557, 7913, 10769, 12760, 8501, 16780, 8371, 15926, 7784, 9910, 7847, 8094, 10421, 7764, 13602, 8177, 10889, 7858, 10077, 7760, 9786, 7850, 9912, 7790, 10394, 7748, 8528, 9953, 8224, 15441, 8456, 16349, 8870, 15936, 12142, 13699, 8731, 15822, 9305, 15697, 9853, 13977, 8091, 15381, 9688, 7697, 9249, 7729, 12310, 17209, 13978, 16667, 8404, 15659, 8393, 10948, 7823, 9350, 7781, 7761, 7659, 7761, 7826, 7777, 7751, 8657, 9580, 8504, 7796, 8979, 17416, 9201, 14131, 7736, 13908, 8198, 11486, 7736, 7808, 9688, 14352, 11281, 13118, 8334, 13273, 9218, 12331, 9505, 7858, 9130, 9761, 8841, 11743, 8918, 8908, 8728, 7754, 9540, 7806, 9559, 7882, 10266, 9240, 8432, 9314, 7775, 14463, 7895, 12355, 7704, 10760, 9960, 7980, 13401, 9601, 18339, 13983, 18310, 12631, 16593, 9019, 9454, 19123, 10337, 14531, 7825, 7870, 7817, 8611, 7739, 9422, 8428, 7774, 10486, 7796, 10349, 7759, 12339, 9071, 12282, 8282, 14264, 8243, 12349, 11946, 9797, 7858, 7843, 7828, 9453, 9835, 9808, 7883, 10567, 7911, 12561, 15416, 12606, 13774, 8800, 13402, 8290, 12726, 8803, 10429, 8637, 7767, 10203, 7773, 10017, 17447, 15410, 15523, 9177, 16421, 9174, 14314, 7820, 10404, 7748, 8273, 8134, 8117, 16855, 8869, 15013, 8764, 11548, 7694, 7681, 18281, 8665, 11779, 8359, 7655, 8835, 7598, 11934, 7713, 10883, 7704, 9639, 7634, 7779, 10752, 7641, 10966, 7767, 9596, 7647, 8808, 7889, 8501, 17499, 12264, 15066, 9471, 13596, 7622, 11059, 10423, 7883, 18866, 10662, 15379, 7645, 12515, 7596, 10393, 14142, 7767, 14637, 8521, 11362, 7681, 11483, 8260, 11624, 7663, 12986, 7651, 10663, 7623, 9523, 8903, 8797, 7755, 9392, 7768, 8899, 17134, 8984, 14365, 9179, 7566, 8288, 13017, 8210, 17337, 10908, 14418, 7626, 13406, 8605, 9201, 8035, 7576, 11658, 16157, 12710, 17462, 8349, 16558, 8713, 14619, 9337, 12192, 7593, 12063, 7915, 11785, 7753, 11074, 7672, 10188, 7660, 9807, 10540, 7650, 10804, 7649, 12440, 8171, 12298, 8047, 10624, 7680, 10780, 8196, 8141, 16099, 7744, 14927, 9140, 12231, 7515, 12314, 7586, 9477, 10181, 8632, 16743, 8573, 12224, 7579, 14467, 8519, 12135, 7708, 10548, 7550, 9966, 7580, 9350, 7592, 8717, 7579, 8474, 9291, 7576, 17176, 8809, 14506, 8789, 13647, 7484, 10776, 7952, 9153, 8778, 8184, 7665, 8677, 7936, 9309, 13161, 8124, 7485, 10111, 7540, 11189, 8046, 15643, 9989, 17332, 12829, 15231, 8442, 15377, 8574, 12963, 9788, 10367, 7875, 8608, 10702, 7453, 12260, 8239, 10440, 7582, 8660, 7538, 7754, 12541, 8055, 12594, 7878, 10701, 7780, 9985, 7955, 7770, 15649, 8845, 12422, 7757], 'WindowCenter': [4636.0, 4599.0, 4645.0, 4619.0, 4586.0, 4612.0, 4568.0, 4579.0, 4516.0, 4566.0, 4518.0, 4568.0, 4527.0, 4557.0, 4526.0, 4556.0, 4516.0, 4546.0, 4518.0, 4559.0, 4539.0, 4590.0, 4530.0, 4569.0, 4518.0, 4557.0, 4545.0, 4556.0, 4506.0, 4514.0, 4595.0, 4524.0, 4584.0, 4555.0, 4574.0, 4505.0, 4555.0, 4515.0, 4554.0, 4516.0, 4555.0, 4515.0, 4554.0, 4516.0, 4569.0, 4600.0, 4519.0, 4549.0, 4546.0, 4517.0, 4556.0, 4517.0, 4555.0, 4551.0, 4610.0, 4577.0, 4598.0, 4516.0, 4575.0, 4542.0, 4515.0, 4593.0, 4535.0, 4563.0, 4502.0, 4542.0, 4505.0, 4554.0, 4517.0, 4554.0, 4515.0, 4556.0, 4516.0, 4555.0, 4518.0, 4557.0, 4528.0, 4567.0, 4530.0, 4569.0, 4528.0, 4527.0, 4574.0, 4604.0, 4590.0, 4516.0, 4538.0, 4611.0, 4585.0, 4574.0, 4573.0, 4512.0, 4570.0, 4510.0, 4531.0, 4489.0, 4488.0, 4547.0, 4491.0, 4541.0, 4502.0, 4544.0, 4530.0, 4549.0, 4529.0, 4570.0, 4519.0, 4537.0, 4587.0, 4545.0, 4557.0, 4578.0, 4506.0, 4566.0, 4515.0, 4515.0, 4504.0, 4507.0, 4559.0, 4608.0, 4585.0, 4586.0, 4515.0, 4524.0, 4592.0, 4512.0, 4574.0, 4503.0, 4511.0, 4503.0, 4503.0, 4503.0, 4502.0, 4533.0, 4503.0, 4506.0, 4515.0, 4587.0, 4528.0, 4588.0, 4548.0, 4567.0, 4518.0, 4587.0, 4549.0, 4545.0, 4525.0, 4506.0, 4578.0, 4608.0, 4575.0, 4557.0, 4524.0, 4594.0, 4543.0, 4583.0, 4532.0, 4551.0, 4514.0, 4543.0, 4504.0, 4540.0, 4514.0, 4547.0, 4537.0, 4527.0, 4514.0, 4514.0, 4564.0, 4536.0, 4596.0, 4578.0, 4597.0, 4544.0, 4582.0, 4510.0, 4512.0, 4593.0, 4561.0, 4560.0, 4490.0, 4501.0, 4490.0, 4491.0, 4551.0, 4502.0, 4543.0, 4505.0, 4553.0, 4517.0, 4545.0, 4514.0, 4526.0, 4597.0, 4524.0, 4574.0, 4503.0, 4554.0, 4515.0, 4555.0, 4518.0, 4567.0, 4518.0, 4566.0, 4506.0, 4566.0, 4517.0, 4575.0, 4506.0, 4565.0, 4515.0, 4586.0, 4585.0, 4566.0, 4503.0, 4513.0, 4502.0, 4512.0, 4513.0, 4533.0, 4503.0, 4542.0, 4515.0, 4542.0, 4503.0, 4546.0, 4504.0, 4541.0, 4513.0, 4581.0, 4535.0, 4594.0, 4578.0, 4583.0, 4543.0, 4574.0, 4502.0, 4540.0, 4491.0, 4541.0, 4493.0, 4532.0, 4495.0, 4544.0, 4495.0, 4534.0, 4502.0, 4504.0, 4492.0, 4492.0, 4542.0, 4503.0, 4552.0, 4524.0, 4535.0, 4506.0, 4553.0, 4526.0, 4577.0, 4535.0, 4526.0, 4507.0, 4520.0, 4570.0, 4538.0, 4517.0, 4536.0, 4518.0, 4598.0, 4567.0, 4588.0, 4516.0, 4504.0, 4503.0, 4522.0, 4504.0, 4545.0, 4506.0, 4545.0, 4544.0, 4506.0, 4595.0, 4572.0, 4572.0, 4492.0, 4532.0, 4492.0, 4513.0, 4584.0, 4514.0, 4561.0, 4493.0, 4543.0, 4493.0, 4514.0, 4583.0, 4514.0, 4553.0, 4494.0, 4552.0, 4495.0, 4513.0, 4554.0, 4494.0, 4523.0, 4494.0, 4584.0, 4503.0, 4563.0, 4501.0, 4513.0, 4493.0, 4492.0, 4553.0, 4490.0, 4563.0, 4494.0, 4532.0, 4493.0, 4502.0, 4532.0, 4502.0, 4553.0, 4492.0, 4533.0, 4511.0, 4505.0, 4523.0, 4503.0, 4574.0, 4514.0, 4543.0, 4504.0, 4543.0, 4503.0, 4544.0, 4504.0, 4506.0, 4596.0, 4545.0, 4584.0, 4524.0, 4575.0, 4506.0, 4545.0, 4501.0, 4493.0, 4543.0, 4504.0, 4564.0, 4503.0, 4552.0, 4504.0, 4533.0, 4551.0, 4494.0, 4553.0, 4503.0, 4573.0, 4514.0, 4563.0, 4505.0, 4554.0, 4507.0, 4557.0, 4527.0, 4534.0, 4504.0, 4504.0, 4532.0, 4516.0, 4594.0, 4554.0, 4596.0, 4534.0, 4572.0, 4558.0, 4537.0, 4562.0, 4511.0, 4489.0, 4492.0, 4502.0, 4522.0, 4504.0, 4558.0, 4509.0, 4541.0, 4539.0, 4519.0, 4547.0, 4536.0, 4587.0, 4546.0, 4608.0, 4546.0, 4564.0, 4492.0, 4513.0, 4593.0, 4512.0, 4559.0, 4511.0, 4502.0, 4571.0, 4500.0, 4549.0, 4490.0, 4511.0, 4489.0, 4492.0, 4551.0, 4504.0, 4542.0, 4505.0, 4531.0, 4507.0, 4546.0, 4505.0, 4526.0, 4507.0, 4526.0, 4557.0, 4507.0, 4598.0, 4536.0, 4556.0, 4519.0, 4555.0, 4538.0, 4596.0, 4557.0, 4556.0, 4525.0, 4595.0, 4547.0, 4596.0, 4576.0, 4565.0, 4505.0, 4583.0, 4536.0, 4598.0, 4557.0, 4504.0, 4503.0, 4514.0, 4523.0, 4502.0, 4552.0, 4502.0, 4572.0, 4584.0, 4555.0, 4606.0, 4584.0, 4572.0, 4502.0, 4521.0, 4501.0, 4503.0, 4491.0, 4502.0, 4532.0, 4505.0, 4576.0, 4594.0, 4573.0, 4582.0, 4551.0, 4550.0, 4488.0, 4507.0, 4477.0, 4478.0, 4540.0, 4489.0, 4529.0, 4491.0, 4541.0, 4492.0, 4551.0, 4514.0, 4553.0, 4514.0, 4565.0, 4503.0, 4532.0, 4551.0, 4512.0, 4583.0, 4502.0, 4571.0, 4490.0, 4519.0, 4490.0, 4490.0, 4532.0, 4492.0, 4561.0, 4500.0, 4531.0, 4501.0, 4521.0, 4492.0, 4531.0, 4517.0, 4536.0, 4506.0, 4543.0, 4506.0, 4526.0, 4535.0, 4517.0, 4585.0, 4516.0, 4584.0, 4526.0, 4587.0, 4566.0, 4576.0, 4524.0, 4584.0, 4526.0, 4585.0, 4536.0, 4563.0, 4516.0, 4584.0, 4534.0, 4502.0, 4522.0, 4503.0, 4554.0, 4584.0, 4572.0, 4583.0, 4501.0, 4570.0, 4499.0, 4528.0, 4479.0, 4510.0, 4490.0, 4491.0, 4493.0, 4500.0, 4501.0, 4503.0, 4501.0, 4526.0, 4536.0, 4527.0, 4519.0, 4539.0, 4607.0, 4538.0, 4573.0, 4506.0, 4576.0, 4527.0, 4553.0, 4504.0, 4506.0, 4538.0, 4586.0, 4556.0, 4576.0, 4515.0, 4565.0, 4522.0, 4563.0, 4535.0, 4504.0, 4525.0, 4534.0, 4538.0, 4580.0, 4528.0, 4524.0, 4512.0, 4505.0, 4534.0, 4505.0, 4535.0, 4516.0, 4556.0, 4536.0, 4525.0, 4537.0, 4505.0, 4586.0, 4516.0, 4580.0, 4518.0, 4569.0, 4545.0, 4517.0, 4577.0, 4536.0, 4605.0, 4576.0, 4598.0, 4565.0, 4585.0, 4514.0, 4524.0, 4593.0, 4524.0, 4561.0, 4492.0, 4491.0, 4493.0, 4512.0, 4504.0, 4524.0, 4514.0, 4506.0, 4546.0, 4506.0, 4546.0, 4506.0, 4565.0, 4527.0, 4567.0, 4529.0, 4586.0, 4516.0, 4569.0, 4558.0, 4537.0, 4514.0, 4517.0, 4516.0, 4534.0, 4545.0, 4546.0, 4517.0, 4546.0, 4516.0, 4568.0, 4595.0, 4568.0, 4575.0, 4522.0, 4564.0, 4514.0, 4563.0, 4522.0, 4544.0, 4511.0, 4503.0, 4544.0, 4505.0, 4545.0, 4597.0, 4585.0, 4585.0, 4523.0, 4582.0, 4520.0, 4573.0, 4491.0, 4532.0, 4492.0, 4502.0, 4502.0, 4502.0, 4582.0, 4511.0, 4571.0, 4503.0, 4541.0, 4491.0, 4491.0, 4580.0, 4500.0, 4542.0, 4497.0, 4490.0, 4509.0, 4490.0, 4540.0, 4491.0, 4541.0, 4503.0, 4523.0, 4504.0, 4502.0, 4554.0, 4506.0, 4555.0, 4517.0, 4547.0, 4517.0, 4537.0, 4518.0, 4527.0, 4607.0, 4566.0, 4586.0, 4534.0, 4575.0, 4504.0, 4554.0, 4545.0, 4505.0, 4605.0, 4544.0, 4584.0, 4502.0, 4561.0, 4504.0, 4533.0, 4574.0, 4504.0, 4572.0, 4512.0, 4554.0, 4506.0, 4554.0, 4517.0, 4557.0, 4504.0, 4564.0, 4505.0, 4542.0, 4503.0, 4521.0, 4513.0, 4514.0, 4504.0, 4524.0, 4503.0, 4525.0, 4620.0, 4526.0, 4575.0, 4523.0, 4493.0, 4514.0, 4563.0, 4514.0, 4595.0, 4543.0, 4575.0, 4506.0, 4575.0, 4526.0, 4522.0, 4502.0, 4503.0, 4554.0, 4585.0, 4565.0, 4593.0, 4502.0, 4581.0, 4502.0, 4571.0, 4511.0, 4541.0, 4491.0, 4550.0, 4503.0, 4552.0, 4492.0, 4544.0, 4492.0, 4531.0, 4502.0, 4535.0, 4532.0, 4492.0, 4543.0, 4493.0, 4554.0, 4513.0, 4553.0, 4505.0, 4544.0, 4506.0, 4545.0, 4515.0, 4503.0, 4584.0, 4505.0, 4583.0, 4526.0, 4565.0, 4507.0, 4565.0, 4506.0, 4535.0, 4546.0, 4527.0, 4584.0, 4513.0, 4553.0, 4504.0, 4587.0, 4527.0, 4554.0, 4493.0, 4532.0, 4492.0, 4533.0, 4506.0, 4548.0, 4516.0, 4515.0, 4507.0, 4514.0, 4524.0, 4503.0, 4584.0, 4524.0, 4573.0, 4515.0, 4563.0, 4494.0, 4542.0, 4503.0, 4522.0, 4514.0, 4503.0, 4504.0, 4511.0, 4503.0, 4523.0, 4565.0, 4506.0, 4506.0, 4547.0, 4518.0, 4568.0, 4530.0, 4610.0, 4560.0, 4607.0, 4567.0, 4583.0, 4513.0, 4582.0, 4513.0, 4564.0, 4531.0, 4533.0, 4503.0, 4513.0, 4533.0, 4491.0, 4552.0, 4501.0, 4529.0, 4492.0, 4512.0, 4502.0, 4502.0, 4565.0, 4517.0, 4581.0, 4515.0, 4544.0, 4505.0, 4532.0, 4503.0, 4492.0, 4582.0, 4522.0, 4565.0, 4506.0], 'WindowWidth': [10181.0, 10113.0, 10165.0, 10115.0, 10060.0, 10091.0, 10023.0, 10040.0, 9950.0, 10016.0, 9953.0, 10023.0, 9964.0, 10004.0, 9963.0, 10002.0, 9950.0, 9987.0, 9952.0, 10010.0, 9987.0, 10054.0, 9972.0, 10025.0, 9953.0, 10006.0, 9985.0, 10001.0, 9932.0, 9943.0, 10056.0, 9954.0, 10039.0, 9996.0, 10022.0, 9932.0, 9998.0, 9946.0, 9995.0, 9949.0, 9997.0, 9947.0, 9999.0, 9949.0, 10029.0, 10070.0, 9955.0, 9996.0, 9991.0, 9951.0, 10001.0, 9950.0, 9998.0, 10002.0, 10089.0, 10032.0, 10060.0, 9947.0, 10026.0, 9976.0, 9943.0, 10047.0, 9969.0, 10007.0, 9923.0, 9977.0, 9929.0, 9995.0, 9949.0, 9996.0, 9945.0, 9999.0, 9947.0, 10000.0, 9952.0, 10005.0, 9968.0, 10017.0, 9974.0, 10023.0, 9967.0, 9965.0, 10043.0, 10082.0, 10055.0, 9949.0, 9978.0, 10093.0, 10042.0, 10023.0, 10018.0, 9930.0, 10013.0, 9929.0, 9957.0, 9897.0, 9897.0, 9974.0, 9905.0, 9971.0, 9922.0, 9982.0, 9975.0, 9996.0, 9976.0, 10029.0, 9958.0, 9976.0, 10046.0, 9987.0, 10003.0, 10033.0, 9932.0, 10014.0, 9946.0, 9945.0, 9931.0, 9938.0, 10010.0, 10083.0, 10042.0, 10045.0, 9944.0, 9954.0, 10048.0, 9936.0, 10024.0, 9924.0, 9933.0, 9924.0, 9925.0, 9924.0, 9924.0, 9966.0, 9928.0, 9935.0, 9949.0, 10046.0, 9968.0, 10051.0, 9996.0, 10018.0, 9957.0, 10049.0, 9998.0, 9986.0, 9959.0, 9932.0, 10035.0, 10079.0, 10027.0, 10004.0, 9955.0, 10054.0, 9979.0, 10035.0, 9961.0, 9987.0, 9944.0, 9983.0, 9929.0, 9975.0, 9943.0, 9992.0, 9979.0, 9966.0, 9945.0, 9944.0, 10014.0, 9975.0, 10059.0, 10035.0, 10062.0, 9983.0, 10036.0, 9931.0, 9934.0, 10050.0, 9999.0, 9997.0, 9902.0, 9917.0, 9902.0, 9906.0, 9987.0, 9924.0, 9980.0, 9932.0, 9995.0, 9948.0, 9985.0, 9944.0, 9961.0, 10061.0, 9956.0, 10024.0, 9926.0, 9995.0, 9947.0, 10001.0, 9954.0, 10018.0, 9956.0, 10016.0, 9937.0, 10019.0, 9952.0, 10025.0, 9934.0, 10012.0, 9946.0, 10043.0, 10038.0, 10012.0, 9926.0, 9940.0, 9924.0, 9937.0, 9939.0, 9968.0, 9927.0, 9978.0, 9946.0, 9979.0, 9928.0, 9988.0, 9931.0, 9976.0, 9940.0, 10032.0, 9974.0, 10053.0, 10032.0, 10037.0, 9980.0, 10021.0, 9922.0, 9970.0, 9904.0, 9972.0, 9911.0, 9961.0, 9914.0, 9981.0, 9915.0, 9965.0, 9922.0, 9926.0, 9910.0, 9909.0, 9975.0, 9924.0, 9991.0, 9953.0, 9968.0, 9932.0, 9993.0, 9959.0, 10030.0, 9972.0, 9962.0, 9937.0, 9960.0, 10030.0, 9980.0, 9949.0, 9973.0, 9952.0, 10067.0, 10019.0, 10047.0, 9943.0, 9925.0, 9922.0, 9949.0, 9924.0, 9984.0, 9933.0, 9985.0, 9980.0, 9930.0, 10053.0, 10015.0, 10018.0, 9909.0, 9962.0, 9910.0, 9940.0, 10039.0, 9941.0, 10002.0, 9912.0, 9978.0, 9911.0, 9942.0, 10035.0, 9942.0, 9993.0, 9914.0, 9991.0, 9914.0, 9938.0, 9993.0, 9914.0, 9952.0, 9914.0, 10035.0, 9924.0, 10008.0, 9920.0, 9939.0, 9912.0, 9908.0, 9991.0, 9906.0, 10006.0, 9914.0, 9964.0, 9910.0, 9924.0, 9964.0, 9924.0, 9994.0, 9911.0, 9965.0, 9933.0, 9930.0, 9951.0, 9927.0, 10022.0, 9942.0, 9980.0, 9929.0, 9980.0, 9929.0, 9982.0, 9928.0, 9936.0, 10057.0, 9986.0, 10038.0, 9955.0, 10026.0, 9935.0, 9985.0, 9920.0, 9912.0, 9978.0, 9928.0, 10010.0, 9926.0, 9992.0, 9928.0, 9967.0, 9989.0, 9914.0, 9992.0, 9924.0, 10021.0, 9940.0, 10010.0, 9932.0, 9996.0, 9939.0, 10007.0, 9965.0, 9970.0, 9928.0, 9928.0, 9965.0, 9947.0, 10055.0, 9997.0, 10058.0, 9968.0, 10019.0, 10008.0, 9979.0, 10005.0, 9934.0, 9902.0, 9908.0, 9923.0, 9950.0, 9931.0, 10009.0, 9944.0, 9993.0, 9987.0, 9959.0, 9993.0, 9976.0, 10046.0, 9988.0, 10082.0, 9988.0, 10009.0, 9910.0, 9938.0, 10049.0, 9932.0, 9995.0, 9930.0, 9920.0, 10014.0, 9915.0, 9982.0, 9904.0, 9932.0, 9901.0, 9909.0, 9988.0, 9926.0, 9977.0, 9931.0, 9964.0, 9937.0, 9988.0, 9932.0, 9962.0, 9936.0, 9962.0, 10004.0, 9937.0, 10061.0, 9975.0, 10004.0, 9957.0, 10000.0, 9981.0, 10061.0, 10005.0, 10003.0, 9961.0, 10055.0, 9990.0, 10059.0, 10027.0, 10011.0, 9932.0, 10036.0, 9980.0, 10068.0, 10010.0, 9933.0, 9930.0, 9946.0, 9954.0, 9925.0, 9993.0, 9926.0, 10022.0, 10038.0, 9998.0, 10074.0, 10036.0, 10020.0, 9922.0, 9946.0, 9920.0, 9924.0, 9906.0, 9923.0, 9964.0, 9929.0, 10030.0, 10055.0, 10019.0, 10033.0, 9983.0, 9982.0, 9895.0, 9920.0, 9877.0, 9882.0, 9967.0, 9901.0, 9953.0, 9905.0, 9973.0, 9910.0, 9989.0, 9940.0, 9993.0, 9942.0, 10010.0, 9925.0, 9963.0, 9986.0, 9935.0, 10034.0, 9920.0, 10014.0, 9902.0, 9940.0, 9902.0, 9903.0, 9959.0, 9906.0, 10000.0, 9917.0, 9958.0, 9920.0, 9946.0, 9911.0, 9963.0, 9948.0, 9972.0, 9934.0, 9982.0, 9934.0, 9961.0, 9974.0, 9952.0, 10042.0, 9948.0, 10041.0, 9961.0, 10044.0, 10014.0, 10028.0, 9958.0, 10038.0, 9961.0, 10042.0, 9973.0, 10007.0, 9952.0, 10041.0, 9969.0, 9923.0, 9949.0, 9926.0, 9997.0, 10037.0, 10014.0, 10034.0, 9918.0, 10012.0, 9913.0, 9950.0, 9886.0, 9929.0, 9901.0, 9904.0, 9912.0, 9921.0, 9922.0, 9927.0, 9923.0, 9961.0, 9978.0, 9966.0, 9958.0, 9987.0, 10079.0, 9981.0, 10021.0, 9936.0, 10032.0, 9964.0, 9994.0, 9928.0, 9934.0, 9982.0, 10044.0, 10001.0, 10028.0, 9946.0, 10013.0, 9950.0, 10007.0, 9970.0, 9929.0, 9958.0, 9969.0, 9983.0, 10045.0, 9965.0, 9956.0, 9939.0, 9931.0, 9971.0, 9933.0, 9975.0, 9953.0, 10007.0, 9980.0, 9964.0, 9979.0, 9931.0, 10044.0, 9949.0, 10039.0, 9955.0, 10028.0, 9989.0, 9951.0, 10032.0, 9975.0, 10071.0, 10028.0, 10062.0, 10010.0, 10041.0, 9938.0, 9950.0, 10049.0, 9950.0, 9999.0, 9906.0, 9902.0, 9908.0, 9933.0, 9927.0, 9955.0, 9943.0, 9933.0, 9987.0, 9935.0, 9987.0, 9935.0, 10014.0, 9965.0, 10018.0, 9969.0, 10046.0, 9950.0, 10024.0, 10005.0, 9975.0, 9946.0, 9954.0, 9952.0, 9972.0, 9987.0, 9993.0, 9951.0, 9990.0, 9948.0, 10024.0, 10058.0, 10021.0, 10026.0, 9952.0, 10011.0, 9941.0, 10009.0, 9951.0, 9981.0, 9936.0, 9928.0, 9984.0, 9932.0, 9989.0, 10062.0, 10040.0, 10041.0, 9951.0, 10033.0, 9946.0, 10019.0, 9908.0, 9961.0, 9908.0, 9921.0, 9921.0, 9922.0, 10034.0, 9935.0, 10017.0, 9924.0, 9974.0, 9905.0, 9905.0, 10028.0, 9917.0, 9976.0, 9909.0, 9903.0, 9926.0, 9903.0, 9969.0, 9905.0, 9975.0, 9925.0, 9951.0, 9930.0, 9927.0, 9998.0, 9934.0, 10000.0, 9952.0, 9992.0, 9953.0, 9981.0, 9953.0, 9965.0, 10077.0, 10017.0, 10046.0, 9970.0, 10025.0, 9930.0, 9996.0, 9984.0, 9932.0, 10069.0, 9986.0, 10038.0, 9925.0, 10003.0, 9928.0, 9968.0, 10022.0, 9930.0, 10019.0, 9937.0, 9996.0, 9933.0, 9996.0, 9949.0, 10005.0, 9930.0, 10009.0, 9932.0, 9978.0, 9925.0, 9949.0, 9939.0, 9941.0, 9929.0, 9955.0, 9927.0, 9959.0, 10101.0, 9962.0, 10026.0, 9953.0, 9913.0, 9943.0, 10008.0, 9943.0, 10056.0, 9983.0, 10026.0, 9937.0, 10027.0, 9964.0, 9952.0, 9926.0, 9928.0, 9999.0, 10039.0, 10012.0, 10050.0, 9921.0, 10029.0, 9920.0, 10014.0, 9932.0, 9974.0, 9906.0, 9986.0, 9924.0, 9991.0, 9910.0, 9979.0, 9909.0, 9960.0, 9923.0, 9969.0, 9965.0, 9910.0, 9979.0, 9911.0, 9996.0, 9939.0, 9992.0, 9931.0, 9981.0, 9935.0, 9987.0, 9945.0, 9928.0, 10039.0, 9933.0, 10036.0, 9961.0, 10013.0, 9937.0, 10014.0, 9933.0, 9973.0, 9988.0, 9964.0, 10039.0, 9938.0, 9992.0, 9927.0, 10048.0, 9965.0, 9997.0, 9912.0, 9963.0, 9910.0, 9963.0, 9933.0, 10001.0, 9951.0, 9944.0, 9938.0, 9942.0, 9953.0, 9925.0, 10036.0, 9955.0, 10020.0, 9942.0, 10006.0, 9914.0, 9978.0, 9925.0, 9951.0, 9938.0, 9924.0, 9930.0, 9934.0, 9926.0, 9951.0, 10012.0, 9934.0, 9934.0, 9993.0, 9955.0, 10024.0, 9975.0, 10085.0, 10017.0, 10077.0, 10016.0, 10037.0, 9939.0, 10033.0, 9939.0, 10011.0, 9961.0, 9965.0, 9926.0, 9939.0, 9964.0, 9906.0, 9991.0, 9921.0, 9958.0, 9908.0, 9936.0, 9925.0, 9926.0, 10011.0, 9952.0, 10045.0, 9947.0, 9982.0, 9931.0, 9964.0, 9925.0, 9910.0, 10033.0, 9951.0, 10013.0, 9935.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.0006705069124423963</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016423678917050693</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86349098791236</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2509730074509824</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0088792517070355</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4951</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5922.5508</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10241876468795968</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>76</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.755760368663594</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4942312418893207</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.460596304971176</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.566208575180456</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.455888845516331</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0091719</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.009459389373660088</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03532661870121956</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.093601803515971</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>24.3831</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0589</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.302</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294374.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1000.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.4456</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6041</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.1496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3718.7781</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3869.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82170.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1531.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4888.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.1277</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.88954023492988</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> |