=== 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-0099 --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-0099",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0099_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0099_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0ed998004d663a05f0b91ab78d20ea78</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>14:55:11.360000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0814999</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2a5309e9-0854-4517-8aca-c3a9b004b046||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['145511.360000', '145511.820000', '145512.280000', '145512.740000', '145513.200000', '145513.660000', '145514.120000', '145514.580000', '145515.040000', '145515.500000', '145515.960000', '145516.420000', '145516.880000', '145517.340000', '145517.800000', '145518.260000', '145518.720000', '145519.180000', '145519.640000', '145520.100000', '145520.560000', '145521.020000', '145521.480000', '145521.940000', '145522.400000', '145522.860000', '145523.320000', '145523.780000', '145524.240000', '145524.700000', '145525.160000', '145525.620000', '145526.080000', '145526.540000', '145527.000000', '145527.460000', '145527.920000', '145528.380000', '145528.840000', '145529.300000', '145529.760000', '145530.220000', '145530.680000', '145531.140000', '145531.600000', '145532.060000', '145532.520000', '145532.980000', '145533.440000', '145533.900000', '145534.360000', '145534.820000', '145535.280000', '145535.740000', '145536.200000', '145536.660000', '145537.120000', '145537.580000', '145538.040000', '145538.500000', '145538.960000', '145539.420000', '145539.880000', '145540.340000', '145540.800000', '145541.260000', '145541.720000', '145542.180000', '145542.640000', '145543.100000', '145543.560000', '145544.020000', '145544.480000', '145544.940000', '145545.400000', '145545.860000', '145546.320000', '145546.780000', '145547.240000', '145547.700000', '145548.160000', '145548.620000', '145549.080000', '145549.540000', '145550.000000', '145550.460000', '145550.920000', '145551.380000', '145551.840000', '145552.300000', '145552.760000', '145553.220000', '145553.680000', '145554.140000', '145554.600000', '145555.060000', '145555.520000', '145555.980000', '145556.440000', '145556.900000', '145557.360000', '145557.820000', '145558.280000', '145558.740000', '145559.200000', '145559.660000', '145600.120000', '145600.580000', '145601.040000', '145601.500000', '145601.960000', '145602.420000', '145602.880000', '145603.340000', '145603.800000', '145604.260000', '145604.720000', '145605.180000', '145605.640000', '145606.100000', '145606.560000', '145607.020000', '145607.480000', '145607.940000', '145608.400000', '145608.860000', '145609.320000', '145609.780000', '145610.240000', '145610.700000', '145611.160000', '145611.620000', '145612.080000', '145612.540000', '145613.000000', '145613.460000', '145613.920000', '145614.380000', '145614.840000', '145615.300000', '145615.760000', '145616.220000', '145616.680000', '145617.140000', '145617.600000', '145618.060000', '145618.520000', '145618.980000', '145619.440000', '145619.900000', '145620.360000', '145620.820000', '145621.280000', '145621.740000', '145622.200000', '145622.660000', '145623.120000', '145623.580000', '145624.040000', '145624.500000', '145624.960000', '145625.420000', '145625.880000', '145626.340000', '145626.800000', '145627.260000', '145627.720000', '145628.180000', '145628.640000', '145629.100000', '145629.560000', '145630.020000', '145630.480000', '145630.940000', '145631.400000', '145631.860000', '145632.320000', '145632.780000', '145633.240000', '145633.700000', '145634.160000', '145634.620000', '145635.080000', '145635.540000', '145636.000000', '145636.460000', '145636.920000', '145637.380000', '145637.840000', '145638.300000', '145638.760000', '145639.220000', '145639.680000', '145640.140000', '145640.600000', '145641.060000', '145641.520000', '145641.980000', '145642.440000', '145642.900000', '145643.360000', '145643.820000', '145644.280000', '145644.740000', '145645.200000', '145645.660000', '145646.120000', '145646.580000', '145647.040000', '145647.500000', '145647.960000', '145648.420000', '145648.880000', '145649.340000', '145649.800000', '145650.260000', '145650.720000', '145651.180000', '145651.640000', '145652.100000', '145652.560000', '145653.020000', '145653.480000', '145653.940000', '145654.400000', '145654.860000', '145655.320000', '145655.780000', '145656.240000', '145656.700000', '145657.160000', '145657.620000', '145658.080000', '145658.540000', '145659.000000', '145659.460000', '145659.920000', '145700.380000', '145700.840000', '145701.300000', '145701.760000', '145702.220000', '145702.680000', '145703.140000', '145703.600000', '145704.060000', '145704.520000', '145704.980000', '145705.440000', '145705.900000', '145706.360000', '145706.820000', '145707.280000', '145707.740000', '145708.200000', '145708.660000', '145709.120000', '145709.580000', '145710.040000', '145710.500000', '145710.960000', '145711.420000', '145711.880000', '145712.340000', '145712.800000', '145713.260000', '145713.720000', '145714.180000', '145714.640000', '145715.100000', '145715.560000', '145716.020000', '145716.480000', '145716.940000', '145717.400000', '145717.860000', '145718.320000', '145718.780000', '145719.240000', '145719.700000', '145720.160000', '145720.620000', '145721.080000', '145721.540000', '145722.000000', '145722.460000', '145722.920000', '145723.380000', '145723.840000', '145724.300000', '145724.760000', '145725.220000', '145725.680000', '145726.140000', '145726.600000', '145727.060000', '145727.520000', '145727.980000', '145728.440000', '145728.900000', '145729.360000', '145729.820000', '145730.280000', '145730.740000', '145731.200000', '145731.660000', '145732.120000', '145732.580000', '145733.040000', '145733.500000', '145733.960000', '145734.420000', '145734.880000', '145735.340000', '145735.800000', '145736.260000', '145736.720000', '145737.180000', '145737.640000', '145738.100000', '145738.560000', '145739.020000', '145739.480000', '145739.940000', '145740.400000', '145740.860000', '145741.320000', '145741.780000', '145742.240000', '145742.700000', '145743.160000', '145743.620000', '145744.080000', '145744.540000', '145745.000000', '145745.460000', '145745.920000', '145746.380000', '145746.840000', '145747.300000', '145747.760000', '145748.220000', '145748.680000', '145749.140000', '145749.600000', '145750.060000', '145750.520000', '145750.980000', '145751.440000', '145751.900000', '145752.360000', '145752.820000', '145753.280000', '145753.740000', '145754.200000', '145754.660000', '145755.120000', '145755.580000', '145756.040000', '145756.500000', '145756.960000', '145757.420000', '145757.880000', '145758.340000', '145758.800000', '145759.260000', '145759.720000', '145800.180000', '145800.640000', '145801.100000', '145801.560000', '145802.020000', '145802.480000', '145802.940000', '145803.400000', '145803.860000', '145804.320000', '145804.780000', '145805.240000', '145805.700000', '145806.160000', '145806.620000', '145807.080000', '145807.540000', '145808.000000', '145808.460000', '145808.920000', '145809.380000', '145809.840000', '145810.300000', '145810.760000', '145811.220000', '145811.680000', '145812.140000', '145812.600000', '145813.060000', '145813.520000', '145813.980000', '145814.440000', '145814.900000', '145815.360000', '145815.820000', '145816.280000', '145816.740000', '145817.200000', '145817.660000', '145818.120000', '145818.580000', '145819.040000', '145819.500000', '145819.960000', '145820.420000', '145820.880000', '145821.340000', '145821.800000', '145822.260000', '145822.720000', '145823.180000', '145823.640000', '145824.100000', '145824.560000', '145825.020000', '145825.480000', '145825.940000', '145826.400000', '145826.860000', '145827.320000', '145827.780000', '145828.240000', '145828.700000', '145829.160000', '145829.620000', '145830.080000', '145830.540000', '145831.000000', '145831.460000', '145831.920000', '145832.380000', '145832.840000', '145833.300000', '145833.760000', '145834.220000', '145834.680000', '145835.140000', '145835.600000', '145836.060000', '145836.520000', '145836.980000', '145837.440000', '145837.900000', '145838.360000', '145838.820000', '145839.280000', '145839.740000', '145840.200000', '145840.660000', '145841.120000', '145841.580000', '145842.040000', '145842.500000', '145842.960000', '145843.420000', '145843.880000', '145844.340000', '145844.800000', '145845.260000', '145845.720000', '145846.180000', '145846.640000', '145847.100000', '145847.560000', '145848.020000', '145848.480000', '145848.940000', '145849.400000', '145849.860000', '145850.320000', '145850.780000', '145851.240000', '145851.700000', '145852.160000', '145852.620000', '145853.080000', '145853.540000', '145854.000000', '145854.460000', '145854.920000', '145855.380000', '145855.840000', '145856.300000', '145856.760000', '145857.220000', '145857.680000', '145858.140000', '145858.600000', '145859.060000', '145859.520000', '145859.980000', '145900.440000', '145900.900000', '145901.360000', '145901.820000', '145902.280000', '145902.740000', '145903.200000', '145903.660000', '145904.120000', '145904.580000', '145905.040000', '145905.500000', '145905.960000', '145906.420000', '145906.880000', '145907.340000', '145907.800000', '145908.260000', '145908.720000', '145909.180000', '145909.640000', '145910.100000', '145910.560000', '145911.020000', '145911.480000', '145911.940000', '145912.400000', '145912.860000', '145913.320000', '145913.780000', '145914.240000', '145914.700000', '145915.160000', '145915.620000', '145916.080000', '145916.540000', '145917.000000', '145917.460000', '145917.920000', '145918.380000', '145918.840000', '145919.300000', '145919.760000', '145920.220000', '145920.680000', '145921.140000', '145921.600000', '145922.060000', '145922.520000', '145922.980000', '145923.440000', '145923.900000', '145924.360000', '145924.820000', '145925.280000', '145925.740000', '145926.200000', '145926.660000', '145927.120000', '145927.580000', '145928.040000', '145928.500000', '145928.960000', '145929.420000', '145929.880000', '145930.340000', '145930.800000', '145931.260000', '145931.720000', '145932.180000', '145932.640000', '145933.100000', '145933.560000', '145934.020000', '145934.480000', '145934.940000', '145935.400000', '145935.860000', '145936.320000', '145936.780000', '145937.240000', '145937.700000', '145938.160000', '145938.620000', '145939.080000', '145939.540000', '145940.000000', '145940.460000', '145940.920000', '145941.380000', '145941.840000', '145942.300000', '145942.760000', '145943.220000', '145943.680000', '145944.140000', '145944.600000', '145945.060000', '145945.520000', '145945.980000', '145946.440000', '145946.900000', '145947.360000', '145947.820000', '145948.280000', '145948.740000', '145949.200000', '145949.660000', '145950.120000', '145950.580000', '145951.040000', '145951.500000', '145951.960000', '145952.420000', '145952.880000', '145953.340000', '145953.800000', '145954.260000', '145954.720000', '145955.180000', '145955.640000', '145956.100000', '145956.560000', '145957.020000', '145957.480000', '145957.940000', '145958.400000', '145958.860000', '145959.320000', '145959.780000', '150000.240000', '150000.700000', '150001.160000', '150001.620000', '150002.080000', '150002.540000', '150003.000000', '150003.460000', '150003.920000', '150004.380000', '150004.840000', '150005.300000', '150005.760000', '150006.220000', '150006.680000', '150007.140000', '150007.600000', '150008.060000', '150008.520000', '150008.980000', '150009.440000', '150009.900000', '150010.360000', '150010.820000', '150011.280000', '150011.740000', '150012.200000', '150012.660000', '150013.120000', '150013.580000', '150014.040000', '150014.500000', '150014.960000', '150015.420000', '150015.880000', '150016.340000', '150016.800000', '150017.260000', '150017.720000', '150018.180000', '150018.640000', '150019.100000', '150019.560000', '150020.020000', '150020.480000', '150020.940000', '150021.400000', '150021.860000', '150022.320000', '150022.780000', '150023.240000', '150023.700000', '150024.160000', '150024.620000', '150025.080000', '150025.540000', '150026.000000', '150026.460000', '150026.920000', '150027.380000', '150027.840000', '150028.300000', '150028.760000', '150029.220000', '150029.680000', '150030.140000', '150030.600000', '150031.060000', '150031.520000', '150031.980000', '150032.440000', '150032.900000', '150033.360000', '150033.820000', '150034.280000', '150034.740000', '150035.200000', '150035.660000', '150036.120000', '150036.580000', '150037.040000', '150037.500000', '150037.960000', '150038.420000', '150038.880000', '150039.340000', '150039.800000', '150040.260000', '150040.720000', '150041.180000', '150041.640000', '150042.100000', '150042.560000', '150043.020000', '150043.480000', '150043.940000', '150044.400000', '150044.860000', '150045.320000', '150045.780000', '150046.240000', '150046.700000', '150047.160000', '150047.620000', '150048.080000', '150048.540000', '150049.000000', '150049.460000', '150049.920000', '150050.380000', '150050.840000', '150051.300000', '150051.760000', '150052.220000', '150052.680000', '150053.140000', '150053.600000', '150054.060000', '150054.520000', '150054.980000', '150055.440000', '150055.900000', '150056.360000', '150056.820000', '150057.280000', '150057.740000', '150058.200000', '150058.660000', '150059.120000', '150059.580000', '150100.040000', '150100.500000', '150100.960000', '150101.420000', '150101.880000', '150102.340000', '150102.800000', '150103.260000', '150103.720000', '150104.180000', '150104.640000', '150105.100000', '150105.560000', '150106.020000', '150106.480000', '150106.940000', '150107.400000', '150107.860000', '150108.320000', '150108.780000', '150109.240000', '150109.700000', '150110.160000', '150110.620000', '150111.080000', '150111.540000', '150112.000000', '150112.460000', '150112.920000', '150113.380000', '150113.840000', '150114.300000', '150114.760000', '150115.220000', '150115.680000', '150116.140000', '150116.600000', '150117.060000', '150117.520000', '150117.980000', '150118.440000', '150118.900000', '150119.360000', '150119.820000', '150120.280000', '150120.740000', '150121.200000', '150121.660000', '150122.120000', '150122.580000', '150123.040000', '150123.500000', '150123.960000', '150124.420000', '150124.880000', '150125.340000', '150125.800000', '150126.260000', '150126.720000', '150127.180000', '150127.640000', '150128.100000', '150128.560000', '150129.020000', '150129.480000', '150129.940000', '150130.400000', '150130.860000', '150131.320000', '150131.780000', '150132.240000', '150132.700000', '150133.160000', '150133.620000', '150134.080000', '150134.540000', '150135.000000', '150135.460000', '150135.920000', '150136.380000', '150136.840000', '150137.300000', '150137.760000', '150138.220000', '150138.680000', '150139.140000', '150139.600000', '150140.060000', '150140.520000', '150140.980000', '150141.440000', '150141.900000', '150142.360000', '150142.820000', '150143.280000', '150143.740000', '150144.200000', '150144.660000', '150145.120000', '150145.580000', '150146.040000', '150146.500000', '150146.960000', '150147.420000', '150147.880000', '150148.340000', '150148.800000', '150149.260000', '150149.720000', '150150.180000', '150150.640000', '150151.100000', '150151.560000', '150152.020000'], 'ContentTime': ['145517.686000', '145517.689000', '145517.692000', '145517.694000', '145517.697000', '145517.699000', '145517.702000', '145517.705000', '145517.707000', '145517.710000', '145517.713000', '145517.715000', '145537.593000', '145537.596000', '145537.599000', '145537.601000', '145537.604000', '145537.607000', '145537.609000', '145537.612000', '145537.618000', '145537.621000', '145537.624000', '145537.626000', '145537.629000', '145537.631000', '145537.634000', '145537.637000', '145537.639000', '145537.642000', '145537.644000', '145537.647000', '145537.649000', '145537.652000', '145537.655000', '145537.657000', '145537.667000', '145537.669000', '145537.672000', '145537.674000', '145537.677000', '145537.680000', '145537.683000', '145537.685000', '145537.688000', '145537.690000', '145537.693000', '145537.695000', '145537.698000', '145537.701000', '145537.703000', '145537.706000', '145537.708000', '145537.711000', '145537.714000', '145557.594000', '145557.597000', '145557.600000', '145557.602000', '145557.610000', '145557.612000', '145557.615000', '145557.618000', '145557.620000', '145557.623000', '145557.625000', '145557.628000', '145557.631000', '145557.633000', '145557.636000', '145557.638000', '145557.641000', '145557.644000', '145557.646000', '145557.649000', '145557.651000', '145557.654000', '145557.656000', '145557.659000', '145557.662000', '145557.664000', '145557.667000', '145557.669000', '145557.672000', '145557.675000', '145557.677000', '145557.680000', '145557.682000', '145557.685000', '145557.688000', '145557.690000', '145557.693000', '145557.695000', '145557.698000', '145557.701000', '145557.703000', '145557.706000', '145557.708000', '145557.711000', '145617.594000', '145617.597000', '145617.606000', '145617.609000', '145617.611000', '145617.614000', '145617.617000', '145617.619000', '145617.622000', '145617.624000', '145617.627000', '145617.630000', '145617.632000', '145617.635000', '145617.638000', '145617.640000', '145617.643000', '145617.645000', '145617.648000', '145617.651000', '145617.653000', '145617.656000', '145617.658000', '145617.661000', '145617.663000', '145617.666000', '145617.669000', '145617.672000', '145617.674000', '145617.677000', '145617.679000', '145617.682000', '145617.685000', '145617.687000', '145617.690000', '145617.693000', '145617.695000', '145617.698000', '145617.700000', '145617.703000', '145617.706000', '145617.740000', '145617.743000', '145637.594000', '145637.598000', '145637.600000', '145637.603000', '145637.605000', '145637.608000', '145637.611000', '145637.613000', '145637.616000', '145637.618000', '145637.621000', '145637.623000', '145637.626000', '145637.629000', '145637.631000', '145637.634000', '145637.637000', '145637.639000', '145637.642000', '145637.644000', '145637.647000', '145637.650000', '145637.652000', '145637.655000', '145637.658000', '145637.660000', '145637.663000', '145637.665000', '145637.668000', '145637.671000', '145637.673000', '145637.676000', '145637.678000', '145637.681000', '145637.683000', '145637.686000', '145637.689000', '145637.691000', '145637.694000', '145637.696000', '145637.699000', '145637.702000', '145637.704000', '145637.707000', '145657.594000', '145657.597000', '145657.600000', '145657.602000', '145657.605000', '145657.607000', '145657.610000', '145657.613000', '145657.615000', '145657.618000', '145657.620000', '145657.623000', '145657.626000', '145657.628000', '145657.631000', '145657.634000', '145657.636000', '145657.639000', '145657.641000', '145657.644000', '145657.646000', '145657.649000', '145657.652000', '145657.654000', '145657.663000', '145657.665000', '145657.668000', '145657.670000', '145657.673000', '145657.676000', '145657.678000', '145657.681000', '145657.683000', '145657.686000', '145657.689000', '145657.691000', '145657.694000', '145657.696000', '145657.699000', '145657.702000', '145657.704000', '145657.707000', '145657.709000', '145717.594000', '145717.597000', '145717.600000', '145717.603000', '145717.605000', '145717.608000', '145717.610000', '145717.613000', '145717.616000', '145717.618000', '145717.621000', '145717.624000', '145717.626000', '145717.629000', '145717.632000', '145717.634000', '145717.637000', '145717.639000', '145717.642000', '145717.644000', '145717.647000', '145717.650000', '145717.652000', '145717.655000', '145717.657000', '145717.660000', '145717.663000', '145717.665000', '145717.668000', '145717.670000', '145717.673000', '145717.676000', '145717.678000', '145717.681000', '145717.684000', '145717.686000', '145717.689000', '145717.692000', '145717.694000', '145717.697000', '145717.699000', '145717.702000', '145717.705000', '145737.593000', '145737.596000', '145737.599000', '145737.601000', '145737.604000', '145737.606000', '145737.609000', '145737.612000', '145737.614000', '145737.617000', '145737.620000', '145737.622000', '145737.625000', '145737.628000', '145737.630000', '145737.633000', '145737.635000', '145737.638000', '145737.641000', '145737.643000', '145737.646000', '145737.648000', '145737.651000', '145737.654000', '145737.656000', '145737.659000', '145737.662000', '145737.664000', '145737.667000', '145737.669000', '145737.672000', '145737.675000', '145737.677000', '145737.680000', '145737.683000', '145737.685000', '145737.688000', '145737.690000', '145737.693000', '145737.696000', '145737.698000', '145737.701000', '145737.704000', '145737.706000', '145757.594000', '145757.596000', '145757.599000', '145757.602000', '145757.604000', '145757.607000', '145757.609000', '145757.612000', '145757.615000', '145757.618000', '145757.620000', '145757.623000', '145757.626000', '145757.628000', '145757.631000', '145757.633000', '145757.636000', '145757.639000', '145757.642000', '145757.644000', '145757.647000', '145757.649000', '145757.652000', '145757.655000', '145757.657000', '145757.660000', '145757.662000', '145757.665000', '145757.668000', '145757.670000', '145757.673000', '145757.675000', '145757.678000', '145757.681000', '145757.683000', '145757.686000', '145757.689000', '145757.717000', '145757.720000', '145757.723000', '145757.725000', '145757.728000', '145757.731000', '145817.594000', '145817.597000', '145817.600000', '145817.602000', '145817.605000', '145817.608000', '145817.610000', '145817.613000', '145817.615000', '145817.618000', '145817.620000', '145817.623000', '145817.626000', '145817.628000', '145817.631000', '145817.633000', '145817.636000', '145817.639000', '145817.641000', '145817.644000', '145817.646000', '145817.649000', '145817.652000', '145817.654000', '145817.657000', '145817.660000', '145817.662000', '145817.665000', '145817.668000', '145817.670000', '145817.673000', '145817.675000', '145817.678000', '145817.681000', '145817.683000', '145817.686000', '145817.689000', '145817.691000', '145817.694000', '145817.696000', '145817.699000', '145817.702000', '145817.704000', '145817.707000', '145837.594000', '145837.597000', '145837.600000', '145837.602000', '145837.605000', '145837.608000', '145837.610000', '145837.613000', '145837.616000', '145837.619000', '145837.622000', '145837.624000', '145837.627000', '145837.630000', '145837.632000', '145837.635000', '145837.637000', '145837.640000', '145837.643000', '145837.645000', '145837.648000', '145837.651000', '145837.653000', '145837.656000', '145837.659000', '145837.662000', '145837.664000', '145837.667000', '145837.670000', '145837.672000', '145837.675000', '145837.678000', '145837.680000', '145837.683000', '145837.685000', '145837.688000', '145837.691000', '145837.694000', '145837.696000', '145837.699000', '145837.701000', '145837.704000', '145837.707000', '145857.595000', '145857.597000', '145857.600000', '145857.603000', '145857.605000', '145857.608000', '145857.610000', '145857.613000', '145857.616000', '145857.618000', '145857.621000', '145857.623000', '145857.626000', '145857.629000', '145857.631000', '145857.634000', '145857.637000', '145857.639000', '145857.642000', '145857.644000', '145857.647000', '145857.650000', '145857.652000', '145857.655000', '145857.657000', '145857.660000', '145857.663000', '145857.665000', '145857.668000', '145857.670000', '145857.673000', '145857.676000', '145857.678000', '145857.681000', '145857.684000', '145857.686000', '145857.689000', '145857.692000', '145857.694000', '145857.697000', '145857.700000', '145857.702000', '145857.705000', '145857.707000', '145917.595000', '145917.598000', '145917.600000', '145917.603000', '145917.605000', '145917.608000', '145917.611000', '145917.614000', '145917.616000', '145917.620000', '145917.623000', '145917.625000', '145917.628000', '145917.631000', '145917.634000', '145917.636000', '145917.639000', '145917.642000', '145917.644000', '145917.647000', '145917.650000', '145917.652000', '145917.655000', '145917.657000', '145917.660000', '145917.663000', '145917.665000', '145917.668000', '145917.671000', '145917.673000', '145917.676000', '145917.679000', '145917.681000', '145917.684000', '145917.687000', '145917.689000', '145917.693000', '145917.695000', '145917.698000', '145917.701000', '145917.703000', '145917.706000', '145917.709000', '145937.594000', '145937.597000', '145937.600000', '145937.603000', '145937.605000', '145937.608000', '145937.611000', '145937.613000', '145937.616000', '145937.619000', '145937.621000', '145937.624000', '145937.627000', '145937.629000', '145937.632000', '145937.635000', '145937.637000', '145937.640000', '145937.642000', '145937.656000', '145937.658000', '145937.661000', '145937.663000', '145937.666000', '145937.669000', '145937.671000', '145937.674000', '145937.676000', '145937.679000', '145937.682000', '145937.684000', '145937.687000', '145937.690000', '145937.692000', '145937.695000', '145937.698000', '145937.700000', '145937.703000', '145937.705000', '145937.708000', '145937.711000', '145937.713000', '145937.716000', '145937.719000', '145957.593000', '145957.597000', '145957.599000', '145957.602000', '145957.605000', '145957.607000', '145957.610000', '145957.613000', '145957.615000', '145957.618000', '145957.620000', '145957.623000', '145957.626000', '145957.628000', '145957.631000', '145957.634000', '145957.636000', '145957.639000', '145957.641000', '145957.644000', '145957.647000', '145957.649000', '145957.652000', '145957.655000', '145957.657000', '145957.660000', '145957.663000', '145957.665000', '145957.668000', '145957.670000', '145957.673000', '145957.676000', '145957.678000', '145957.681000', '145957.683000', '145957.686000', '145957.689000', '145957.691000', '145957.694000', '145957.697000', '145957.700000', '145957.702000', '145957.705000', '150017.593000', '150017.596000', '150017.599000', '150017.602000', '150017.604000', '150017.607000', '150017.610000', '150017.612000', '150017.615000', '150017.617000', '150017.620000', '150017.623000', '150017.625000', '150017.628000', '150017.631000', '150017.633000', '150017.636000', '150017.638000', '150017.645000', '150017.648000', '150017.651000', '150017.653000', '150017.656000', '150017.659000', '150017.661000', '150017.664000', '150017.667000', '150017.669000', '150017.672000', '150017.675000', '150017.677000', '150017.680000', '150017.683000', '150017.685000', '150017.688000', '150017.690000', '150017.693000', '150017.696000', '150017.698000', '150017.701000', '150017.704000', '150017.706000', '150017.709000', '150017.712000', '150037.595000', '150037.597000', '150037.600000', '150037.603000', '150037.605000', '150037.608000', '150037.611000', '150037.613000', '150037.616000', '150037.619000', '150037.621000', '150037.624000', '150037.627000', '150037.629000', '150037.632000', '150037.635000', '150037.637000', '150037.640000', '150037.642000', '150037.645000', '150037.648000', '150037.650000', '150037.653000', '150037.656000', '150037.659000', '150037.662000', '150037.665000', '150037.668000', '150037.671000', '150037.673000', '150037.683000', '150037.685000', '150037.688000', '150037.691000', '150037.694000', '150037.696000', '150037.699000', '150037.702000', '150037.704000', '150037.707000', '150037.710000', '150037.712000', '150037.715000', '150057.595000', '150057.598000', '150057.601000', '150057.603000', '150057.606000', '150057.609000', '150057.611000', '150057.614000', '150057.617000', '150057.619000', '150057.622000', '150057.624000', '150057.627000', '150057.630000', '150057.632000', '150057.635000', '150057.638000', '150057.640000', '150057.643000', '150057.646000', '150057.648000', '150057.651000', '150057.653000', '150057.656000', '150057.659000', '150057.661000', '150057.664000', '150057.667000', '150057.669000', '150057.672000', '150057.675000', '150057.677000', '150057.680000', '150057.682000', '150057.685000', '150057.688000', '150057.690000', '150057.693000', '150057.695000', '150057.698000', '150057.701000', '150057.704000', '150057.706000', '150057.709000', '150117.595000', '150117.597000', '150117.600000', '150117.603000', '150117.606000', '150117.608000', '150117.611000', '150117.613000', '150117.616000', '150117.619000', '150117.623000', '150117.625000', '150117.628000', '150117.630000', '150117.633000', '150117.636000', '150117.638000', '150117.641000', '150117.644000', '150117.646000', '150117.649000', '150117.651000', '150117.654000', '150117.657000', '150117.659000', '150117.662000', '150117.664000', '150117.667000', '150117.670000', '150117.672000', '150117.675000', '150117.678000', '150117.680000', '150117.683000', '150117.686000', '150117.688000', '150117.691000', '150117.694000', '150117.696000', '150117.699000', '150117.702000', '150117.705000', '150117.707000', '150137.594000', '150137.597000', '150137.600000', '150137.603000', '150137.605000', '150137.608000', '150137.611000', '150137.613000', '150137.616000', '150137.618000', '150137.621000', '150137.624000', '150137.626000', '150137.629000', '150137.631000', '150137.634000', '150137.636000', '150137.639000', '150137.642000', '150137.644000', '150137.647000', '150137.649000', '150137.652000', '150137.655000', '150137.657000', '150137.660000', '150137.662000', '150137.665000', '150137.668000', '150137.670000', '150137.673000', '150137.675000', '150137.678000', '150137.681000', '150137.683000', '150137.686000', '150137.689000', '150137.691000', '150137.694000', '150137.696000', '150137.699000', '150137.702000', '150137.704000', '150137.707000', '150153.044000', '150153.047000', '150153.050000', '150153.053000', '150153.055000', '150153.058000', '150153.061000', '150153.064000', '150153.066000', '150153.069000', '150153.072000', '150153.074000', '150153.077000', '150153.080000', '150153.083000', '150153.085000', '150153.088000', '150153.091000', '150153.093000', '150153.096000', '150153.099000', '150153.102000', '150153.104000', '150153.107000', '150153.110000', '150153.113000', '150153.115000', '150153.118000', '150153.122000', '150153.124000', '150153.127000', '150153.130000', '150153.133000', '150153.136000'], 'InstanceCreationTime': ['145517.686000', '145517.689000', '145517.692000', '145517.694000', '145517.697000', '145517.699000', '145517.702000', '145517.705000', '145517.707000', '145517.710000', '145517.713000', '145517.715000', '145537.593000', '145537.596000', '145537.599000', '145537.601000', '145537.604000', '145537.607000', '145537.609000', '145537.612000', '145537.618000', '145537.621000', '145537.624000', '145537.626000', '145537.629000', '145537.631000', '145537.634000', '145537.637000', '145537.639000', '145537.642000', '145537.644000', '145537.647000', '145537.649000', '145537.652000', '145537.655000', '145537.657000', '145537.667000', '145537.669000', '145537.672000', '145537.674000', '145537.677000', '145537.680000', '145537.683000', '145537.685000', '145537.688000', '145537.690000', '145537.693000', '145537.695000', '145537.698000', '145537.701000', '145537.703000', '145537.706000', '145537.708000', '145537.711000', '145537.714000', '145557.594000', '145557.597000', '145557.600000', '145557.602000', '145557.610000', '145557.612000', '145557.615000', '145557.618000', '145557.620000', '145557.623000', '145557.625000', '145557.628000', '145557.631000', '145557.633000', '145557.636000', '145557.638000', '145557.641000', '145557.644000', '145557.646000', '145557.649000', '145557.651000', '145557.654000', '145557.656000', '145557.659000', '145557.662000', '145557.664000', '145557.667000', '145557.669000', '145557.672000', '145557.675000', '145557.677000', '145557.680000', '145557.682000', '145557.685000', '145557.688000', '145557.690000', '145557.693000', '145557.695000', '145557.698000', '145557.701000', '145557.703000', '145557.706000', '145557.708000', '145557.711000', '145617.594000', '145617.597000', '145617.606000', '145617.609000', '145617.611000', '145617.614000', '145617.617000', '145617.619000', '145617.622000', '145617.624000', '145617.627000', '145617.630000', '145617.632000', '145617.635000', '145617.638000', '145617.640000', '145617.643000', '145617.645000', '145617.648000', '145617.651000', '145617.653000', '145617.656000', '145617.658000', '145617.661000', '145617.663000', '145617.666000', '145617.669000', '145617.672000', '145617.674000', '145617.677000', '145617.679000', '145617.682000', '145617.685000', '145617.687000', '145617.690000', '145617.693000', '145617.695000', '145617.698000', '145617.700000', '145617.703000', '145617.706000', '145617.740000', '145617.743000', '145637.594000', '145637.598000', '145637.600000', '145637.603000', '145637.605000', '145637.608000', '145637.611000', '145637.613000', '145637.616000', '145637.618000', '145637.621000', '145637.623000', '145637.626000', '145637.629000', '145637.631000', '145637.634000', '145637.637000', '145637.639000', '145637.642000', '145637.644000', '145637.647000', '145637.650000', '145637.652000', '145637.655000', '145637.658000', '145637.660000', '145637.663000', '145637.665000', '145637.668000', '145637.671000', '145637.673000', '145637.676000', '145637.678000', '145637.681000', '145637.683000', '145637.686000', '145637.689000', '145637.691000', '145637.694000', '145637.696000', '145637.699000', '145637.702000', '145637.704000', '145637.707000', '145657.594000', '145657.597000', '145657.600000', '145657.602000', '145657.605000', '145657.607000', '145657.610000', '145657.613000', '145657.615000', '145657.618000', '145657.620000', '145657.623000', '145657.626000', '145657.628000', '145657.631000', '145657.634000', '145657.636000', '145657.639000', '145657.641000', '145657.644000', '145657.646000', '145657.649000', '145657.652000', '145657.654000', '145657.663000', '145657.665000', '145657.668000', '145657.670000', '145657.673000', '145657.676000', '145657.678000', '145657.681000', '145657.683000', '145657.686000', '145657.689000', '145657.691000', '145657.694000', '145657.696000', '145657.699000', '145657.702000', '145657.704000', '145657.707000', '145657.709000', '145717.594000', '145717.597000', '145717.600000', '145717.603000', '145717.605000', '145717.608000', '145717.610000', '145717.613000', '145717.616000', '145717.618000', '145717.621000', '145717.624000', '145717.626000', '145717.629000', '145717.632000', '145717.634000', '145717.637000', '145717.639000', '145717.642000', '145717.644000', '145717.647000', '145717.650000', '145717.652000', '145717.655000', '145717.657000', '145717.660000', '145717.663000', '145717.665000', '145717.668000', '145717.670000', '145717.673000', '145717.676000', '145717.678000', '145717.681000', '145717.684000', '145717.686000', '145717.689000', '145717.692000', '145717.694000', '145717.697000', '145717.699000', '145717.702000', '145717.705000', '145737.593000', '145737.596000', '145737.599000', '145737.601000', '145737.604000', '145737.606000', '145737.609000', '145737.612000', '145737.614000', '145737.617000', '145737.620000', '145737.622000', '145737.625000', '145737.628000', '145737.630000', '145737.633000', '145737.635000', '145737.638000', '145737.641000', '145737.643000', '145737.646000', '145737.648000', '145737.651000', '145737.654000', '145737.656000', '145737.659000', '145737.662000', '145737.664000', '145737.667000', '145737.669000', '145737.672000', '145737.675000', '145737.677000', '145737.680000', '145737.683000', '145737.685000', '145737.688000', '145737.690000', '145737.693000', '145737.696000', '145737.698000', '145737.701000', '145737.704000', '145737.706000', '145757.594000', '145757.596000', '145757.599000', '145757.602000', '145757.604000', '145757.607000', '145757.609000', '145757.612000', '145757.615000', '145757.618000', '145757.620000', '145757.623000', '145757.626000', '145757.628000', '145757.631000', '145757.633000', '145757.636000', '145757.639000', '145757.642000', '145757.644000', '145757.647000', '145757.649000', '145757.652000', '145757.655000', '145757.657000', '145757.660000', '145757.662000', '145757.665000', '145757.668000', '145757.670000', '145757.673000', '145757.675000', '145757.678000', '145757.681000', '145757.683000', '145757.686000', '145757.689000', '145757.717000', '145757.720000', '145757.723000', '145757.725000', '145757.728000', '145757.731000', '145817.594000', '145817.597000', '145817.600000', '145817.602000', '145817.605000', '145817.608000', '145817.610000', '145817.613000', '145817.615000', '145817.618000', '145817.620000', '145817.623000', '145817.626000', '145817.628000', '145817.631000', '145817.633000', '145817.636000', '145817.639000', '145817.641000', '145817.644000', '145817.646000', '145817.649000', '145817.652000', '145817.654000', '145817.657000', '145817.660000', '145817.662000', '145817.665000', '145817.668000', '145817.670000', '145817.673000', '145817.675000', '145817.678000', '145817.681000', '145817.683000', '145817.686000', '145817.689000', '145817.691000', '145817.694000', '145817.696000', '145817.699000', '145817.702000', '145817.704000', '145817.707000', '145837.594000', '145837.597000', '145837.600000', '145837.602000', '145837.605000', '145837.608000', '145837.610000', '145837.613000', '145837.616000', '145837.619000', '145837.622000', '145837.624000', '145837.627000', '145837.630000', '145837.632000', '145837.635000', '145837.637000', '145837.640000', '145837.643000', '145837.645000', '145837.648000', '145837.651000', '145837.653000', '145837.656000', '145837.659000', '145837.662000', '145837.664000', '145837.667000', '145837.670000', '145837.672000', '145837.675000', '145837.678000', '145837.680000', '145837.683000', '145837.685000', '145837.688000', '145837.691000', '145837.694000', '145837.696000', '145837.699000', '145837.701000', '145837.704000', '145837.707000', '145857.595000', '145857.597000', '145857.600000', '145857.603000', '145857.605000', '145857.608000', '145857.610000', '145857.613000', '145857.616000', '145857.618000', '145857.621000', '145857.623000', '145857.626000', '145857.629000', '145857.631000', '145857.634000', '145857.637000', '145857.639000', '145857.642000', '145857.644000', '145857.647000', '145857.650000', '145857.652000', '145857.655000', '145857.657000', '145857.660000', '145857.663000', '145857.665000', '145857.668000', '145857.670000', '145857.673000', '145857.676000', '145857.678000', '145857.681000', '145857.684000', '145857.686000', '145857.689000', '145857.692000', '145857.694000', '145857.697000', '145857.700000', '145857.702000', '145857.705000', '145857.707000', '145917.595000', '145917.598000', '145917.600000', '145917.603000', '145917.605000', '145917.608000', '145917.611000', '145917.614000', '145917.616000', '145917.620000', '145917.623000', '145917.625000', '145917.628000', '145917.631000', '145917.634000', '145917.636000', '145917.639000', '145917.642000', '145917.644000', '145917.647000', '145917.650000', '145917.652000', '145917.655000', '145917.657000', '145917.660000', '145917.663000', '145917.665000', '145917.668000', '145917.671000', '145917.673000', '145917.676000', '145917.679000', '145917.681000', '145917.684000', '145917.687000', '145917.689000', '145917.693000', '145917.695000', '145917.698000', '145917.701000', '145917.703000', '145917.706000', '145917.709000', '145937.594000', '145937.597000', '145937.600000', '145937.603000', '145937.605000', '145937.608000', '145937.611000', '145937.613000', '145937.616000', '145937.619000', '145937.621000', '145937.624000', '145937.627000', '145937.629000', '145937.632000', '145937.635000', '145937.637000', '145937.640000', '145937.642000', '145937.656000', '145937.658000', '145937.661000', '145937.663000', '145937.666000', '145937.669000', '145937.671000', '145937.674000', '145937.676000', '145937.679000', '145937.682000', '145937.684000', '145937.687000', '145937.690000', '145937.692000', '145937.695000', '145937.698000', '145937.700000', '145937.703000', '145937.705000', '145937.708000', '145937.711000', '145937.713000', '145937.716000', '145937.719000', '145957.593000', '145957.597000', '145957.599000', '145957.602000', '145957.605000', '145957.607000', '145957.610000', '145957.613000', '145957.615000', '145957.618000', '145957.620000', '145957.623000', '145957.626000', '145957.628000', '145957.631000', '145957.634000', '145957.636000', '145957.639000', '145957.641000', '145957.644000', '145957.647000', '145957.649000', '145957.652000', '145957.655000', '145957.657000', '145957.660000', '145957.663000', '145957.665000', '145957.668000', '145957.670000', '145957.673000', '145957.676000', '145957.678000', '145957.681000', '145957.683000', '145957.686000', '145957.689000', '145957.691000', '145957.694000', '145957.697000', '145957.700000', '145957.702000', '145957.705000', '150017.593000', '150017.596000', '150017.599000', '150017.602000', '150017.604000', '150017.607000', '150017.610000', '150017.612000', '150017.615000', '150017.617000', '150017.620000', '150017.623000', '150017.625000', '150017.628000', '150017.631000', '150017.633000', '150017.636000', '150017.638000', '150017.645000', '150017.648000', '150017.651000', '150017.653000', '150017.656000', '150017.659000', '150017.661000', '150017.664000', '150017.667000', '150017.669000', '150017.672000', '150017.675000', '150017.677000', '150017.680000', '150017.683000', '150017.685000', '150017.688000', '150017.690000', '150017.693000', '150017.696000', '150017.698000', '150017.701000', '150017.704000', '150017.706000', '150017.709000', '150017.712000', '150037.595000', '150037.597000', '150037.600000', '150037.603000', '150037.605000', '150037.608000', '150037.611000', '150037.613000', '150037.616000', '150037.619000', '150037.621000', '150037.624000', '150037.627000', '150037.629000', '150037.632000', '150037.635000', '150037.637000', '150037.640000', '150037.642000', '150037.645000', '150037.648000', '150037.650000', '150037.653000', '150037.656000', '150037.659000', '150037.662000', '150037.665000', '150037.668000', '150037.671000', '150037.673000', '150037.683000', '150037.685000', '150037.688000', '150037.691000', '150037.694000', '150037.696000', '150037.699000', '150037.702000', '150037.704000', '150037.707000', '150037.710000', '150037.712000', '150037.715000', '150057.595000', '150057.598000', '150057.601000', '150057.603000', '150057.606000', '150057.609000', '150057.611000', '150057.614000', '150057.617000', '150057.619000', '150057.622000', '150057.624000', '150057.627000', '150057.630000', '150057.632000', '150057.635000', '150057.638000', '150057.640000', '150057.643000', '150057.646000', '150057.648000', '150057.651000', '150057.653000', '150057.656000', '150057.659000', '150057.661000', '150057.664000', '150057.667000', '150057.669000', '150057.672000', '150057.675000', '150057.677000', '150057.680000', '150057.682000', '150057.685000', '150057.688000', '150057.690000', '150057.693000', '150057.695000', '150057.698000', '150057.701000', '150057.704000', '150057.706000', '150057.709000', '150117.595000', '150117.597000', '150117.600000', '150117.603000', '150117.606000', '150117.608000', '150117.611000', '150117.613000', '150117.616000', '150117.619000', '150117.623000', '150117.625000', '150117.628000', '150117.630000', '150117.633000', '150117.636000', '150117.638000', '150117.641000', '150117.644000', '150117.646000', '150117.649000', '150117.651000', '150117.654000', '150117.657000', '150117.659000', '150117.662000', '150117.664000', '150117.667000', '150117.670000', '150117.672000', '150117.675000', '150117.678000', '150117.680000', '150117.683000', '150117.686000', '150117.688000', '150117.691000', '150117.694000', '150117.696000', '150117.699000', '150117.702000', '150117.705000', '150117.707000', '150137.594000', '150137.597000', '150137.600000', '150137.603000', '150137.605000', '150137.608000', '150137.611000', '150137.613000', '150137.616000', '150137.618000', '150137.621000', '150137.624000', '150137.626000', '150137.629000', '150137.631000', '150137.634000', '150137.636000', '150137.639000', '150137.642000', '150137.644000', '150137.647000', '150137.649000', '150137.652000', '150137.655000', '150137.657000', '150137.660000', '150137.662000', '150137.665000', '150137.668000', '150137.670000', '150137.673000', '150137.675000', '150137.678000', '150137.681000', '150137.683000', '150137.686000', '150137.689000', '150137.691000', '150137.694000', '150137.696000', '150137.699000', '150137.702000', '150137.704000', '150137.707000', '150153.044000', '150153.047000', '150153.050000', '150153.053000', '150153.055000', '150153.058000', '150153.061000', '150153.064000', '150153.066000', '150153.069000', '150153.072000', '150153.074000', '150153.077000', '150153.080000', '150153.083000', '150153.085000', '150153.088000', '150153.091000', '150153.093000', '150153.096000', '150153.099000', '150153.102000', '150153.104000', '150153.107000', '150153.110000', '150153.113000', '150153.115000', '150153.118000', '150153.122000', '150153.124000', '150153.127000', '150153.130000', '150153.133000', '150153.136000'], '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': [8094, 7060, 8446, 10313, 7629, 10854, 8901, 6787, 6631, 6893, 7561, 6816, 9222, 7004, 10167, 7444, 6602, 6721, 6901, 8235, 6970, 8873, 6775, 8225, 9231, 9335, 6665, 7249, 7191, 7295, 6624, 7490, 7201, 8263, 6745, 7257, 7193, 7112, 7084, 7351, 6769, 7474, 9455, 7249, 9992, 7347, 13439, 7455, 11780, 8988, 11541, 7181, 10437, 7068, 10047, 7310, 8944, 7054, 7103, 6770, 7248, 7205, 6647, 7433, 10749, 6797, 7398, 6704, 6780, 7478, 9584, 7665, 12783, 7312, 11763, 8007, 10152, 7085, 9286, 7422, 9104, 7179, 11030, 6912, 6657, 6791, 7269, 7371, 7552, 11091, 7141, 8648, 8435, 7401, 8688, 7348, 9331, 7287, 9229, 7970, 11587, 7300, 8635, 7287, 7583, 7307, 7394, 7588, 7579, 7449, 7767, 7253, 7019, 7199, 7946, 6786, 7269, 6921, 7406, 7831, 7611, 8513, 7274, 8579, 7673, 10968, 7242, 7714, 7429, 7180, 7320, 7650, 7359, 9856, 7299, 7555, 7416, 7511, 7393, 7911, 7303, 7811, 7049, 7074, 6975, 7348, 7388, 8469, 8916, 8528, 10437, 7235, 7273, 7331, 7225, 7213, 8934, 7408, 11160, 7474, 7774, 7409, 7417, 7344, 8330, 6839, 7155, 6908, 7531, 7040, 7293, 7144, 7219, 6955, 7572, 6860, 7136, 7029, 7234, 6907, 7252, 8127, 7218, 8387, 7392, 7431, 7521, 7456, 7557, 7317, 7325, 8117, 7427, 7611, 7345, 7217, 7515, 7589, 7504, 8064, 7512, 8121, 7117, 8529, 7333, 9780, 7326, 9318, 7325, 9163, 7435, 9306, 7527, 9975, 6841, 7375, 6980, 7275, 7628, 7528, 8953, 7401, 11425, 7561, 9599, 7631, 10187, 7381, 11159, 7460, 11329, 7291, 9388, 6883, 7050, 6972, 7160, 6841, 7543, 8033, 7668, 8066, 7508, 8493, 7424, 10417, 7402, 10215, 7430, 7771, 7296, 8101, 7219, 8953, 7375, 8302, 7467, 8104, 7281, 7654, 7321, 9065, 7322, 8149, 7643, 8034, 6998, 8117, 7344, 8955, 7079, 6821, 6672, 6685, 6855, 7364, 6704, 9664, 6705, 7319, 6953, 7238, 7091, 7173, 7192, 11150, 10887, 8328, 8579, 7158, 6990, 7025, 6907, 7037, 7030, 7034, 6843, 6989, 7040, 7080, 6956, 7058, 7022, 7143, 6923, 7477, 7312, 7415, 8593, 7334, 9006, 6852, 6818, 7281, 8006, 7193, 11765, 8302, 7617, 8209, 7791, 8902, 7756, 10348, 7371, 12327, 7716, 10434, 7365, 7867, 7742, 11135, 6823, 6977, 6859, 7267, 7189, 7356, 6958, 9442, 6757, 7791, 6821, 6879, 7055, 6782, 6944, 7295, 6884, 7061, 6882, 7015, 7143, 7149, 7237, 7794, 7775, 7478, 8193, 7564, 8358, 7354, 10604, 6974, 11179, 8990, 7285, 7613, 7541, 8452, 7587, 10587, 9178, 12578, 7484, 8421, 7594, 8329, 7355, 9829, 7487, 9466, 6867, 6881, 6767, 7427, 7293, 7472, 9221, 7471, 9377, 7358, 7507, 6784, 8406, 6738, 8516, 9387, 7663, 8263, 7417, 8387, 7277, 9794, 7684, 10975, 6834, 6816, 7203, 6875, 7107, 7304, 7666, 7367, 7398, 7200, 6767, 7325, 11278, 6777, 8365, 6982, 6739, 7107, 6987, 6893, 6871, 6803, 7165, 6842, 7080, 7325, 7266, 7581, 7410, 9058, 7217, 7203, 7297, 7616, 8580, 7559, 10075, 8389, 12294, 7371, 9337, 7346, 8390, 7302, 8731, 7255, 10802, 6947, 7128, 7217, 7493, 7947, 7437, 9572, 7368, 7859, 7695, 8732, 7520, 10772, 7118, 7260, 7377, 7180, 8011, 7262, 7249, 8978, 11107, 7066, 7159, 7527, 7749, 7509, 8851, 6707, 6844, 6840, 7358, 7607, 7259, 7039, 7295, 8739, 7238, 7792, 7513, 7782, 7324, 7732, 7364, 11315, 7726, 8302, 7510, 7961, 7412, 8295, 7209, 7921, 6780, 6888, 7049, 7071, 7477, 7163, 8170, 7377, 7907, 7375, 8195, 7514, 8777, 7375, 11327, 7582, 9831, 7681, 8624, 7643, 8735, 7500, 8515, 7072, 7053, 6716, 7257, 7535, 7485, 8188, 7715, 9483, 7293, 7648, 7407, 10456, 7338, 11282, 7485, 10808, 7574, 8308, 7505, 8230, 6642, 6705, 6728, 7269, 7351, 7355, 7107, 7325, 7015, 8690, 6807, 7673, 12168, 7335, 10759, 7464, 11612, 7511, 12405, 9191, 10599, 6693, 7091, 7517, 7200, 7838, 7319, 8948, 6784, 7132, 7134, 7402, 7480, 7183, 10436, 7398, 9049, 7288, 8467, 7289, 9799, 7022, 7036, 7466, 7477, 8134, 7398, 9355, 6873, 7422, 7148, 7756, 8598, 7702, 9966, 7537, 10619, 6686, 7036, 6925, 7106, 7933, 7405, 9900, 6925, 6994, 6778, 7044, 6844, 7326, 10192, 7395, 8088, 7363, 8266, 7576, 9760, 6853, 7498, 6845, 7086, 7370, 7333, 7806, 7379, 9774, 6876, 7130, 7486, 7385, 8289, 7660, 9969, 7658, 10803, 6800, 7616, 7305, 8338, 6798, 7131, 7913, 7156, 7571, 7201, 7030, 7071, 7376, 8039, 7275, 8033, 7302, 8759, 7203, 10210, 7522, 11055, 6768, 7059, 6876, 7210, 7177, 7131, 9614, 7462, 8677, 7314, 8012, 6992, 7314, 7162, 7550, 7942, 7330, 8971, 7580, 10453, 6730, 7648, 7505, 7406, 8136, 7394, 8501, 7285, 10933, 7099, 7048, 6675, 7314, 7275, 7028, 7135, 9101, 9690, 7254, 7664, 7268, 8328, 7558, 8515, 7474, 9421, 6709, 7088, 6928, 6864, 6796, 9171, 7433, 7272, 7103, 7241, 7564, 7472, 8125, 7339, 6894, 7207, 7249, 6953, 7206, 7325, 7199, 10124, 7042, 8398, 7423, 8828, 7467, 8373, 7456, 9975, 7202, 7466, 7219, 8018, 7176, 8019, 7836, 7357, 8386, 7281, 8103, 7557, 9846, 7158, 10311, 7368, 7030, 7218, 7494, 8330, 7606, 10097, 7487, 12870, 6853, 7117, 7334, 7529, 8643, 7389, 12365, 7148, 8299, 6749, 6887, 6977, 7662, 7666, 7322, 9858, 7203, 8298, 7168, 8404, 7334, 9598, 6837, 7110, 6773, 6941, 7269, 7448, 6901, 8297, 7397, 7030, 6811, 7177, 7654, 7177, 8100, 7542, 9218, 6995, 6915, 6985, 7123, 7301, 7187, 9610, 7297, 8481, 7509, 8812, 7535, 9189, 6955, 6991, 7280, 7356, 8489, 7274, 8524, 7377, 11994, 7339, 8761, 7061, 6950, 6968, 7063, 7866, 7183, 8257, 7535, 8561, 7081, 9818, 6946, 6887, 7102, 7208, 8099, 7133, 8820, 6991, 8010, 6771, 7089, 7784, 7172, 8755, 6833, 8198, 7608, 7356, 7728, 7179, 7967, 6914, 7557, 7496, 7271, 8154, 7178, 7749, 7029, 8461, 7026], 'WindowCenter': [4040.0, 3992.0, 4010.0, 4015.0, 3984.0, 4012.0, 3990.0, 3946.0, 3946.0, 3957.0, 3966.0, 3946.0, 3987.0, 3959.0, 3998.0, 3966.0, 3946.0, 3946.0, 3956.0, 3977.0, 3955.0, 3977.0, 3945.0, 3977.0, 3987.0, 3986.0, 3944.0, 3954.0, 3944.0, 3954.0, 3945.0, 3955.0, 3956.0, 3977.0, 3945.0, 3966.0, 3915.0, 3969.0, 3956.0, 3954.0, 3943.0, 3964.0, 3985.0, 3967.0, 3997.0, 3966.0, 4017.0, 3967.0, 4006.0, 3987.0, 3993.0, 3942.0, 3982.0, 3942.0, 3981.0, 3953.0, 3971.0, 3953.0, 3942.0, 3944.0, 3954.0, 3954.0, 3946.0, 3966.0, 3996.0, 3944.0, 3965.0, 3943.0, 3944.0, 3965.0, 3987.0, 3967.0, 4006.0, 3953.0, 3995.0, 3965.0, 3984.0, 3944.0, 3973.0, 3952.0, 3972.0, 3942.0, 3981.0, 3942.0, 3942.0, 3943.0, 3952.0, 3953.0, 3965.0, 3995.0, 3955.0, 3974.0, 3963.0, 3952.0, 3973.0, 3951.0, 3973.0, 3941.0, 3973.0, 3951.0, 3992.0, 3940.0, 3960.0, 3940.0, 3949.0, 3939.0, 3951.0, 3951.0, 3952.0, 3952.0, 3950.0, 3952.0, 3941.0, 3952.0, 3965.0, 3945.0, 3954.0, 3954.0, 3954.0, 3964.0, 3964.0, 3974.0, 3952.0, 3974.0, 3953.0, 3994.0, 3950.0, 3951.0, 3939.0, 3941.0, 3951.0, 3953.0, 3952.0, 3983.0, 3941.0, 3950.0, 3952.0, 3952.0, 3952.0, 3964.0, 3955.0, 3952.0, 3954.0, 3942.0, 3953.0, 3953.0, 3954.0, 3975.0, 3973.0, 3973.0, 3993.0, 3940.0, 3939.0, 3940.0, 3950.0, 3950.0, 3972.0, 3940.0, 3991.0, 3940.0, 3950.0, 3940.0, 3939.0, 3952.0, 3962.0, 3941.0, 3941.0, 3953.0, 3963.0, 3953.0, 3952.0, 3953.0, 3952.0, 3953.0, 3952.0, 3941.0, 3941.0, 3952.0, 3951.0, 3942.0, 3953.0, 3962.0, 3953.0, 3961.0, 3951.0, 3952.0, 3952.0, 3952.0, 3964.0, 3953.0, 3954.0, 3963.0, 3953.0, 3951.0, 3953.0, 3952.0, 3953.0, 3964.0, 3953.0, 3962.0, 3954.0, 3961.0, 3953.0, 3972.0, 3964.0, 3995.0, 3964.0, 3982.0, 3953.0, 3971.0, 3953.0, 3971.0, 3964.0, 3983.0, 3943.0, 3951.0, 3941.0, 3952.0, 3952.0, 3962.0, 3973.0, 3952.0, 3993.0, 3953.0, 3982.0, 3962.0, 3982.0, 3953.0, 3992.0, 3952.0, 3991.0, 3951.0, 3969.0, 3940.0, 3940.0, 3941.0, 3940.0, 3942.0, 3952.0, 3963.0, 3952.0, 3961.0, 3952.0, 3961.0, 3951.0, 3992.0, 3950.0, 3980.0, 3939.0, 3948.0, 3951.0, 3949.0, 3951.0, 3971.0, 3951.0, 3958.0, 3950.0, 3949.0, 3950.0, 3949.0, 3951.0, 3973.0, 3952.0, 3960.0, 3952.0, 3961.0, 3941.0, 3961.0, 3952.0, 3973.0, 3954.0, 3942.0, 3942.0, 3941.0, 3943.0, 3951.0, 3943.0, 3985.0, 3945.0, 3951.0, 3954.0, 3951.0, 3942.0, 3940.0, 3952.0, 3994.0, 3992.0, 3961.0, 3960.0, 3938.0, 3939.0, 3940.0, 3941.0, 3940.0, 3942.0, 3940.0, 3941.0, 3940.0, 3953.0, 3940.0, 3953.0, 3952.0, 3953.0, 3941.0, 3953.0, 3963.0, 3953.0, 3965.0, 3986.0, 3963.0, 3983.0, 3944.0, 3954.0, 3964.0, 3974.0, 3955.0, 4005.0, 3973.0, 3963.0, 3962.0, 3962.0, 3972.0, 3963.0, 3994.0, 3953.0, 4003.0, 3963.0, 3982.0, 3951.0, 3960.0, 3961.0, 3991.0, 3942.0, 3941.0, 3941.0, 3951.0, 3940.0, 3949.0, 3942.0, 3981.0, 3942.0, 3950.0, 3930.0, 3929.0, 3939.0, 3928.0, 3940.0, 3949.0, 3953.0, 3940.0, 3940.0, 3940.0, 3941.0, 3941.0, 3953.0, 3963.0, 3962.0, 3963.0, 3973.0, 3964.0, 3973.0, 3953.0, 3993.0, 3953.0, 3993.0, 3985.0, 3952.0, 3951.0, 3962.0, 3972.0, 3962.0, 3993.0, 3969.0, 3992.0, 3949.0, 3959.0, 3950.0, 3960.0, 3952.0, 3981.0, 3952.0, 3980.0, 3940.0, 3939.0, 3939.0, 3950.0, 3952.0, 3952.0, 3981.0, 3951.0, 3971.0, 3951.0, 3951.0, 3942.0, 3962.0, 3941.0, 3971.0, 3972.0, 3951.0, 3961.0, 3951.0, 3960.0, 3951.0, 3980.0, 3949.0, 3990.0, 3930.0, 3929.0, 3949.0, 3940.0, 3952.0, 3952.0, 3963.0, 3952.0, 3952.0, 3951.0, 3942.0, 3954.0, 4004.0, 3942.0, 3972.0, 3952.0, 3939.0, 3951.0, 3950.0, 3953.0, 3941.0, 3943.0, 3952.0, 3941.0, 3952.0, 3952.0, 3952.0, 3962.0, 3964.0, 3983.0, 3963.0, 3952.0, 3951.0, 3963.0, 3972.0, 3961.0, 3982.0, 3959.0, 3990.0, 3938.0, 3970.0, 3948.0, 3959.0, 3950.0, 3969.0, 3950.0, 3979.0, 3938.0, 3937.0, 3949.0, 3950.0, 3960.0, 3951.0, 3981.0, 3952.0, 3960.0, 3961.0, 3971.0, 3962.0, 3993.0, 3952.0, 3950.0, 3950.0, 3940.0, 3961.0, 3950.0, 3951.0, 3969.0, 3991.0, 3937.0, 3939.0, 3949.0, 3950.0, 3952.0, 3971.0, 3942.0, 3941.0, 3940.0, 3950.0, 3961.0, 3950.0, 3952.0, 3951.0, 3972.0, 3949.0, 3950.0, 3949.0, 3949.0, 3949.0, 3960.0, 3949.0, 3991.0, 3949.0, 3959.0, 3949.0, 3960.0, 3949.0, 3971.0, 3950.0, 3960.0, 3940.0, 3950.0, 3951.0, 3952.0, 3964.0, 3951.0, 3973.0, 3952.0, 3962.0, 3962.0, 3973.0, 3952.0, 3973.0, 3962.0, 3993.0, 3961.0, 3981.0, 3962.0, 3971.0, 3960.0, 3971.0, 3952.0, 3971.0, 3952.0, 3939.0, 3940.0, 3951.0, 3962.0, 3962.0, 3973.0, 3963.0, 3982.0, 3952.0, 3950.0, 3952.0, 3991.0, 3951.0, 3992.0, 3951.0, 3990.0, 3951.0, 3960.0, 3950.0, 3958.0, 3940.0, 3941.0, 3940.0, 3952.0, 3963.0, 3965.0, 3965.0, 3964.0, 3965.0, 3985.0, 3956.0, 3965.0, 4018.0, 3965.0, 3993.0, 3953.0, 3992.0, 3952.0, 4003.0, 3982.0, 3980.0, 3930.0, 3938.0, 3940.0, 3949.0, 3963.0, 3951.0, 3971.0, 3941.0, 3952.0, 3952.0, 3952.0, 3964.0, 3952.0, 3995.0, 3954.0, 3972.0, 3952.0, 3962.0, 3953.0, 3983.0, 3952.0, 3940.0, 3952.0, 3952.0, 3961.0, 3953.0, 3982.0, 3942.0, 3951.0, 3941.0, 3961.0, 3973.0, 3962.0, 3982.0, 3952.0, 3991.0, 3941.0, 3941.0, 3952.0, 3950.0, 3963.0, 3952.0, 3982.0, 3942.0, 3940.0, 3941.0, 3941.0, 3942.0, 3951.0, 3993.0, 3951.0, 3961.0, 3952.0, 3960.0, 3961.0, 3981.0, 3941.0, 3950.0, 3940.0, 3951.0, 3952.0, 3952.0, 3961.0, 3952.0, 3982.0, 3943.0, 3952.0, 3952.0, 3952.0, 3973.0, 3963.0, 3992.0, 3962.0, 3994.0, 3941.0, 3949.0, 3952.0, 3961.0, 3942.0, 3941.0, 3961.0, 3951.0, 3952.0, 3952.0, 3951.0, 3955.0, 3963.0, 3963.0, 3953.0, 3964.0, 3964.0, 3972.0, 3954.0, 3994.0, 3963.0, 3992.0, 3941.0, 3940.0, 3940.0, 3950.0, 3951.0, 3942.0, 3983.0, 3952.0, 3972.0, 3953.0, 3962.0, 3952.0, 3952.0, 3951.0, 3962.0, 3961.0, 3952.0, 3973.0, 3963.0, 3994.0, 3942.0, 3963.0, 3952.0, 3952.0, 3962.0, 3950.0, 3971.0, 3951.0, 3991.0, 3941.0, 3939.0, 3929.0, 3949.0, 3951.0, 3940.0, 3951.0, 3970.0, 3981.0, 3938.0, 3949.0, 3950.0, 3959.0, 3951.0, 3971.0, 3951.0, 3970.0, 3929.0, 3939.0, 3940.0, 3929.0, 3941.0, 3969.0, 3950.0, 3948.0, 3939.0, 3951.0, 3962.0, 3951.0, 3962.0, 3964.0, 3942.0, 3952.0, 3952.0, 3953.0, 3953.0, 3963.0, 3952.0, 3995.0, 3951.0, 3961.0, 3953.0, 3971.0, 3952.0, 3973.0, 3951.0, 3982.0, 3950.0, 3950.0, 3953.0, 3960.0, 3952.0, 3961.0, 3962.0, 3953.0, 3961.0, 3953.0, 3961.0, 3963.0, 3983.0, 3954.0, 3993.0, 3952.0, 3939.0, 3951.0, 3951.0, 3961.0, 3961.0, 3992.0, 3951.0, 4002.0, 3940.0, 3939.0, 3950.0, 3950.0, 3972.0, 3951.0, 4002.0, 3940.0, 3960.0, 3941.0, 3939.0, 3940.0, 3950.0, 3951.0, 3951.0, 3980.0, 3939.0, 3959.0, 3940.0, 3959.0, 3950.0, 3969.0, 3939.0, 3939.0, 3939.0, 3938.0, 3949.0, 3949.0, 3940.0, 3959.0, 3949.0, 3938.0, 3929.0, 3940.0, 3950.0, 3940.0, 3959.0, 3960.0, 3981.0, 3942.0, 3951.0, 3951.0, 3951.0, 3963.0, 3952.0, 3984.0, 3952.0, 3971.0, 3964.0, 3970.0, 3962.0, 3983.0, 3952.0, 3951.0, 3950.0, 3950.0, 3972.0, 3951.0, 3973.0, 3950.0, 4003.0, 3949.0, 3960.0, 3941.0, 3939.0, 3952.0, 3951.0, 3961.0, 3952.0, 3961.0, 3962.0, 3972.0, 3951.0, 3992.0, 3951.0, 3939.0, 3940.0, 3950.0, 3960.0, 3951.0, 3982.0, 3953.0, 3961.0, 3940.0, 3951.0, 3951.0, 3951.0, 3971.0, 3942.0, 3971.0, 3961.0, 3950.0, 3960.0, 3953.0, 3962.0, 3953.0, 3964.0, 3963.0, 3954.0, 3961.0, 3952.0, 3962.0, 3951.0, 3972.0, 3953.0], 'WindowWidth': [9017.0, 8935.0, 8950.0, 8946.0, 8901.0, 8934.0, 8900.0, 8834.0, 8834.0, 8852.0, 8861.0, 8837.0, 8891.0, 8857.0, 8907.0, 8864.0, 8836.0, 8835.0, 8849.0, 8877.0, 8845.0, 8878.0, 8833.0, 8879.0, 8889.0, 8889.0, 8827.0, 8841.0, 8829.0, 8842.0, 8833.0, 8845.0, 8848.0, 8876.0, 8832.0, 8865.0, 8773.0, 8874.0, 8851.0, 8845.0, 8829.0, 8856.0, 8885.0, 8865.0, 8905.0, 8865.0, 8934.0, 8868.0, 8918.0, 8891.0, 8894.0, 8823.0, 8874.0, 8822.0, 8873.0, 8841.0, 8863.0, 8842.0, 8825.0, 8828.0, 8843.0, 8845.0, 8837.0, 8864.0, 8901.0, 8833.0, 8862.0, 8828.0, 8830.0, 8859.0, 8891.0, 8866.0, 8917.0, 8838.0, 8898.0, 8857.0, 8878.0, 8826.0, 8863.0, 8835.0, 8862.0, 8824.0, 8874.0, 8825.0, 8823.0, 8825.0, 8837.0, 8840.0, 8859.0, 8899.0, 8848.0, 8869.0, 8853.0, 8838.0, 8867.0, 8835.0, 8866.0, 8820.0, 8866.0, 8832.0, 8889.0, 8817.0, 8843.0, 8816.0, 8827.0, 8814.0, 8834.0, 8835.0, 8835.0, 8835.0, 8830.0, 8838.0, 8822.0, 8839.0, 8860.0, 8835.0, 8843.0, 8843.0, 8843.0, 8857.0, 8857.0, 8871.0, 8839.0, 8871.0, 8839.0, 8896.0, 8832.0, 8835.0, 8817.0, 8821.0, 8835.0, 8841.0, 8837.0, 8880.0, 8822.0, 8833.0, 8837.0, 8836.0, 8839.0, 8857.0, 8846.0, 8839.0, 8843.0, 8826.0, 8843.0, 8840.0, 8844.0, 8873.0, 8868.0, 8866.0, 8892.0, 8819.0, 8816.0, 8817.0, 8830.0, 8832.0, 8864.0, 8819.0, 8888.0, 8816.0, 8830.0, 8817.0, 8816.0, 8837.0, 8852.0, 8824.0, 8825.0, 8841.0, 8853.0, 8842.0, 8838.0, 8844.0, 8842.0, 8843.0, 8838.0, 8824.0, 8823.0, 8840.0, 8835.0, 8825.0, 8841.0, 8854.0, 8840.0, 8850.0, 8837.0, 8837.0, 8838.0, 8838.0, 8858.0, 8844.0, 8845.0, 8854.0, 8840.0, 8836.0, 8841.0, 8837.0, 8843.0, 8858.0, 8844.0, 8853.0, 8845.0, 8850.0, 8842.0, 8866.0, 8861.0, 8901.0, 8860.0, 8880.0, 8842.0, 8862.0, 8842.0, 8863.0, 8860.0, 8883.0, 8828.0, 8836.0, 8824.0, 8837.0, 8840.0, 8853.0, 8870.0, 8839.0, 8895.0, 8840.0, 8878.0, 8852.0, 8877.0, 8840.0, 8893.0, 8839.0, 8888.0, 8836.0, 8855.0, 8818.0, 8817.0, 8821.0, 8822.0, 8827.0, 8838.0, 8853.0, 8839.0, 8849.0, 8839.0, 8848.0, 8836.0, 8892.0, 8834.0, 8872.0, 8817.0, 8827.0, 8835.0, 8830.0, 8837.0, 8863.0, 8835.0, 8841.0, 8832.0, 8830.0, 8833.0, 8828.0, 8836.0, 8868.0, 8840.0, 8847.0, 8839.0, 8847.0, 8823.0, 8848.0, 8842.0, 8869.0, 8845.0, 8827.0, 8827.0, 8823.0, 8830.0, 8838.0, 8833.0, 8888.0, 8834.0, 8838.0, 8844.0, 8836.0, 8826.0, 8820.0, 8841.0, 8895.0, 8893.0, 8847.0, 8846.0, 8814.0, 8818.0, 8820.0, 8825.0, 8820.0, 8826.0, 8819.0, 8822.0, 8822.0, 8842.0, 8822.0, 8845.0, 8840.0, 8844.0, 8824.0, 8843.0, 8857.0, 8844.0, 8864.0, 8891.0, 8859.0, 8884.0, 8835.0, 8848.0, 8860.0, 8874.0, 8852.0, 8914.0, 8869.0, 8856.0, 8852.0, 8854.0, 8865.0, 8857.0, 8899.0, 8843.0, 8909.0, 8855.0, 8877.0, 8836.0, 8847.0, 8851.0, 8891.0, 8826.0, 8824.0, 8824.0, 8837.0, 8823.0, 8832.0, 8826.0, 8876.0, 8826.0, 8835.0, 8808.0, 8804.0, 8818.0, 8801.0, 8822.0, 8833.0, 8841.0, 8820.0, 8820.0, 8820.0, 8824.0, 8822.0, 8843.0, 8857.0, 8853.0, 8857.0, 8869.0, 8859.0, 8869.0, 8845.0, 8897.0, 8845.0, 8896.0, 8888.0, 8840.0, 8835.0, 8854.0, 8868.0, 8852.0, 8896.0, 8858.0, 8890.0, 8830.0, 8843.0, 8835.0, 8846.0, 8838.0, 8878.0, 8840.0, 8875.0, 8822.0, 8818.0, 8819.0, 8833.0, 8839.0, 8840.0, 8878.0, 8837.0, 8861.0, 8837.0, 8835.0, 8827.0, 8853.0, 8825.0, 8863.0, 8867.0, 8834.0, 8849.0, 8835.0, 8847.0, 8837.0, 8874.0, 8832.0, 8886.0, 8807.0, 8804.0, 8832.0, 8820.0, 8842.0, 8841.0, 8855.0, 8842.0, 8838.0, 8839.0, 8827.0, 8845.0, 8915.0, 8829.0, 8868.0, 8842.0, 8819.0, 8838.0, 8834.0, 8842.0, 8827.0, 8829.0, 8840.0, 8826.0, 8839.0, 8840.0, 8839.0, 8855.0, 8863.0, 8885.0, 8858.0, 8842.0, 8839.0, 8855.0, 8866.0, 8851.0, 8882.0, 8844.0, 8888.0, 8815.0, 8858.0, 8829.0, 8843.0, 8833.0, 8860.0, 8833.0, 8870.0, 8815.0, 8814.0, 8833.0, 8834.0, 8851.0, 8839.0, 8878.0, 8841.0, 8847.0, 8852.0, 8862.0, 8853.0, 8895.0, 8840.0, 8834.0, 8834.0, 8819.0, 8848.0, 8833.0, 8837.0, 8858.0, 8890.0, 8812.0, 8817.0, 8831.0, 8832.0, 8841.0, 8865.0, 8827.0, 8824.0, 8821.0, 8835.0, 8852.0, 8834.0, 8842.0, 8837.0, 8866.0, 8830.0, 8834.0, 8830.0, 8831.0, 8831.0, 8848.0, 8832.0, 8890.0, 8830.0, 8842.0, 8830.0, 8847.0, 8833.0, 8864.0, 8836.0, 8847.0, 8823.0, 8836.0, 8840.0, 8841.0, 8861.0, 8839.0, 8871.0, 8841.0, 8855.0, 8856.0, 8869.0, 8842.0, 8874.0, 8856.0, 8897.0, 8851.0, 8875.0, 8854.0, 8863.0, 8849.0, 8865.0, 8841.0, 8865.0, 8841.0, 8820.0, 8823.0, 8838.0, 8854.0, 8855.0, 8870.0, 8856.0, 8879.0, 8840.0, 8834.0, 8840.0, 8891.0, 8838.0, 8894.0, 8838.0, 8886.0, 8836.0, 8848.0, 8835.0, 8843.0, 8821.0, 8826.0, 8824.0, 8842.0, 8858.0, 8862.0, 8863.0, 8861.0, 8866.0, 8890.0, 8853.0, 8862.0, 8937.0, 8860.0, 8895.0, 8843.0, 8894.0, 8840.0, 8909.0, 8878.0, 8873.0, 8805.0, 8814.0, 8819.0, 8832.0, 8856.0, 8838.0, 8863.0, 8824.0, 8839.0, 8842.0, 8840.0, 8860.0, 8842.0, 8900.0, 8844.0, 8865.0, 8840.0, 8852.0, 8842.0, 8883.0, 8840.0, 8821.0, 8838.0, 8840.0, 8849.0, 8843.0, 8881.0, 8827.0, 8837.0, 8823.0, 8851.0, 8867.0, 8852.0, 8880.0, 8839.0, 8889.0, 8821.0, 8822.0, 8839.0, 8835.0, 8856.0, 8840.0, 8880.0, 8825.0, 8820.0, 8825.0, 8824.0, 8829.0, 8837.0, 8896.0, 8836.0, 8850.0, 8839.0, 8847.0, 8852.0, 8877.0, 8823.0, 8832.0, 8819.0, 8838.0, 8839.0, 8841.0, 8851.0, 8842.0, 8881.0, 8829.0, 8842.0, 8839.0, 8841.0, 8867.0, 8857.0, 8894.0, 8854.0, 8896.0, 8823.0, 8830.0, 8838.0, 8850.0, 8825.0, 8823.0, 8852.0, 8838.0, 8838.0, 8841.0, 8838.0, 8851.0, 8858.0, 8857.0, 8845.0, 8857.0, 8858.0, 8866.0, 8845.0, 8900.0, 8857.0, 8893.0, 8823.0, 8820.0, 8821.0, 8834.0, 8839.0, 8825.0, 8883.0, 8841.0, 8865.0, 8842.0, 8852.0, 8841.0, 8840.0, 8839.0, 8853.0, 8849.0, 8841.0, 8867.0, 8855.0, 8900.0, 8829.0, 8855.0, 8839.0, 8837.0, 8851.0, 8835.0, 8861.0, 8839.0, 8891.0, 8824.0, 8818.0, 8806.0, 8830.0, 8835.0, 8820.0, 8839.0, 8859.0, 8876.0, 8815.0, 8830.0, 8832.0, 8843.0, 8835.0, 8864.0, 8835.0, 8858.0, 8804.0, 8816.0, 8821.0, 8804.0, 8826.0, 8859.0, 8835.0, 8829.0, 8818.0, 8836.0, 8851.0, 8838.0, 8852.0, 8859.0, 8826.0, 8841.0, 8839.0, 8845.0, 8842.0, 8859.0, 8841.0, 8900.0, 8837.0, 8850.0, 8841.0, 8865.0, 8841.0, 8870.0, 8837.0, 8879.0, 8834.0, 8834.0, 8841.0, 8848.0, 8841.0, 8851.0, 8854.0, 8842.0, 8850.0, 8843.0, 8852.0, 8857.0, 8883.0, 8847.0, 8895.0, 8841.0, 8819.0, 8835.0, 8836.0, 8852.0, 8850.0, 8893.0, 8838.0, 8907.0, 8822.0, 8819.0, 8835.0, 8835.0, 8867.0, 8838.0, 8907.0, 8822.0, 8845.0, 8823.0, 8817.0, 8820.0, 8836.0, 8836.0, 8835.0, 8872.0, 8817.0, 8843.0, 8819.0, 8843.0, 8835.0, 8857.0, 8819.0, 8816.0, 8818.0, 8814.0, 8832.0, 8830.0, 8821.0, 8844.0, 8831.0, 8815.0, 8804.0, 8818.0, 8832.0, 8822.0, 8846.0, 8849.0, 8877.0, 8825.0, 8836.0, 8838.0, 8839.0, 8857.0, 8842.0, 8885.0, 8842.0, 8865.0, 8859.0, 8862.0, 8854.0, 8881.0, 8841.0, 8837.0, 8836.0, 8836.0, 8865.0, 8835.0, 8869.0, 8835.0, 8908.0, 8832.0, 8845.0, 8822.0, 8819.0, 8842.0, 8837.0, 8851.0, 8841.0, 8850.0, 8853.0, 8865.0, 8841.0, 8895.0, 8838.0, 8819.0, 8821.0, 8835.0, 8848.0, 8837.0, 8880.0, 8843.0, 8851.0, 8823.0, 8837.0, 8836.0, 8839.0, 8866.0, 8830.0, 8864.0, 8852.0, 8836.0, 8849.0, 8843.0, 8854.0, 8847.0, 8860.0, 8856.0, 8846.0, 8851.0, 8840.0, 8853.0, 8839.0, 8868.0, 8844.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.0031008650519031146</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03749018339100346</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.75430097854502</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.148920210808315</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9987631080369517</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4322</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7792.6484</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13010440767168607</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.686274509803921</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4384508188385525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2766777639015903</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6498858459127073</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3887888467013596</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00260018</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010003099218010902</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0438527911901474</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.992795705604796</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>25.8238</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.0997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3413</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312887.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>588.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>288.1676</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3064</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.3778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3273.3907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>63657.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4287.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.7954</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.120591301238164</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> |