=== 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-0028 --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-0028",
"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-0028_ses-01_task-social_acq-mb8_run-06_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-0028_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0028_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_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-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0028/figures/sub-0028_ses-01_task-social_acq-mb8_run-06_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-0028/ses-01/func/sub-0028_ses-01_task-social_acq-mb8_run-06_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>cb93b5d99eb9a11682837c630c57f7c5</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:39:24.982500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991787, 0.0733625, 0.104765, -0.0691786, 0.996676, -0.0430311]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.10858</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4171, -7765, -7131, 742, -32, -105, -201, -3]</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>241.786</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>66baa160-0a7c-4fa6-ac04-861d2ef9a83e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660893201828003, -0.18560126423835754, 0.290448397397995, 116.07282257080078], [-0.19682632386684418, 2.674008369445801, -0.09566163271665573, -85.4970932006836], [0.28107646107673645, 0.11544935405254364, 2.6826272010803223, -48.687828063964844], [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': ['143924.982500', '143925.442500', '143925.902500', '143926.362500', '143926.822500', '143927.282500', '143927.742500', '143928.202500', '143928.662500', '143929.122500', '143929.582500', '143930.042500', '143930.502500', '143930.962500', '143931.422500', '143931.882500', '143932.342500', '143932.802500', '143933.262500', '143933.722500', '143934.182500', '143934.642500', '143935.102500', '143935.562500', '143936.022500', '143936.482500', '143936.942500', '143937.402500', '143937.862500', '143938.322500', '143938.782500', '143939.242500', '143939.702500', '143940.162500', '143940.622500', '143941.082500', '143941.542500', '143942.002500', '143942.462500', '143942.922500', '143943.382500', '143943.842500', '143944.302500', '143944.762500', '143945.222500', '143945.682500', '143946.142500', '143946.602500', '143947.062500', '143947.522500', '143947.982500', '143948.442500', '143948.902500', '143949.362500', '143949.822500', '143950.282500', '143950.742500', '143951.202500', '143951.662500', '143952.122500', '143952.582500', '143953.042500', '143953.502500', '143953.962500', '143954.422500', '143954.882500', '143955.342500', '143955.802500', '143956.262500', '143956.722500', '143957.182500', '143957.642500', '143958.102500', '143958.562500', '143959.022500', '143959.482500', '143959.942500', '144000.402500', '144000.862500', '144001.322500', '144001.782500', '144002.242500', '144002.702500', '144003.162500', '144003.622500', '144004.082500', '144004.542500', '144005.002500', '144005.462500', '144005.922500', '144006.382500', '144006.842500', '144007.302500', '144007.762500', '144008.222500', '144008.682500', '144009.142500', '144009.602500', '144010.062500', '144010.522500', '144010.982500', '144011.442500', '144011.902500', '144012.362500', '144012.822500', '144013.282500', '144013.742500', '144014.202500', '144014.662500', '144015.122500', '144015.582500', '144016.042500', '144016.502500', '144016.962500', '144017.422500', '144017.882500', '144018.342500', '144018.802500', '144019.262500', '144019.722500', '144020.182500', '144020.642500', '144021.102500', '144021.562500', '144022.022500', '144022.482500', '144022.942500', '144023.402500', '144023.862500', '144024.322500', '144024.782500', '144025.242500', '144025.702500', '144026.162500', '144026.622500', '144027.082500', '144027.542500', '144028.002500', '144028.462500', '144028.922500', '144029.382500', '144029.842500', '144030.302500', '144030.762500', '144031.222500', '144031.682500', '144032.142500', '144032.602500', '144033.062500', '144033.522500', '144033.982500', '144034.442500', '144034.902500', '144035.362500', '144035.822500', '144036.282500', '144036.742500', '144037.202500', '144037.662500', '144038.122500', '144038.582500', '144039.042500', '144039.502500', '144039.962500', '144040.422500', '144040.882500', '144041.342500', '144041.802500', '144042.262500', '144042.722500', '144043.182500', '144043.642500', '144044.102500', '144044.562500', '144045.022500', '144045.482500', '144045.942500', '144046.402500', '144046.862500', '144047.322500', '144047.782500', '144048.242500', '144048.702500', '144049.162500', '144049.622500', '144050.082500', '144050.542500', '144051.002500', '144051.462500', '144051.922500', '144052.382500', '144052.842500', '144053.302500', '144053.762500', '144054.222500', '144054.682500', '144055.142500', '144055.602500', '144056.062500', '144056.522500', '144056.982500', '144057.442500', '144057.902500', '144058.362500', '144058.822500', '144059.282500', '144059.742500', '144100.202500', '144100.662500', '144101.122500', '144101.582500', '144102.042500', '144102.502500', '144102.962500', '144103.422500', '144103.882500', '144104.342500', '144104.802500', '144105.262500', '144105.722500', '144106.182500', '144106.642500', '144107.102500', '144107.562500', '144108.022500', '144108.482500', '144108.942500', '144109.402500', '144109.862500', '144110.322500', '144110.782500', '144111.242500', '144111.702500', '144112.162500', '144112.622500', '144113.082500', '144113.542500', '144114.002500', '144114.462500', '144114.922500', '144115.382500', '144115.842500', '144116.302500', '144116.762500', '144117.222500', '144117.682500', '144118.142500', '144118.602500', '144119.062500', '144119.522500', '144119.982500', '144120.442500', '144120.902500', '144121.362500', '144121.822500', '144122.282500', '144122.742500', '144123.202500', '144123.662500', '144124.122500', '144124.582500', '144125.042500', '144125.502500', '144125.962500', '144126.422500', '144126.882500', '144127.342500', '144127.802500', '144128.262500', '144128.722500', '144129.182500', '144129.642500', '144130.102500', '144130.562500', '144131.022500', '144131.482500', '144131.942500', '144132.402500', '144132.862500', '144133.322500', '144133.782500', '144134.242500', '144134.702500', '144135.162500', '144135.622500', '144136.082500', '144136.542500', '144137.002500', '144137.462500', '144137.922500', '144138.382500', '144138.842500', '144139.302500', '144139.762500', '144140.222500', '144140.682500', '144141.142500', '144141.602500', '144142.062500', '144142.522500', '144142.982500', '144143.442500', '144143.902500', '144144.362500', '144144.822500', '144145.282500', '144145.742500', '144146.202500', '144146.662500', '144147.122500', '144147.582500', '144148.042500', '144148.502500', '144148.962500', '144149.422500', '144149.882500', '144150.342500', '144150.802500', '144151.262500', '144151.722500', '144152.182500', '144152.642500', '144153.102500', '144153.562500', '144154.022500', '144154.482500', '144154.942500', '144155.402500', '144155.862500', '144156.322500', '144156.782500', '144157.242500', '144157.702500', '144158.162500', '144158.622500', '144159.082500', '144159.542500', '144200.002500', '144200.462500', '144200.922500', '144201.382500', '144201.842500', '144202.302500', '144202.762500', '144203.222500', '144203.682500', '144204.142500', '144204.602500', '144205.062500', '144205.522500', '144205.982500', '144206.442500', '144206.902500', '144207.362500', '144207.822500', '144208.282500', '144208.742500', '144209.202500', '144209.662500', '144210.122500', '144210.582500', '144211.042500', '144211.502500', '144211.962500', '144212.422500', '144212.882500', '144213.342500', '144213.802500', '144214.262500', '144214.722500', '144215.182500', '144215.642500', '144216.102500', '144216.562500', '144217.022500', '144217.482500', '144217.942500', '144218.402500', '144218.862500', '144219.322500', '144219.782500', '144220.242500', '144220.702500', '144221.162500', '144221.622500', '144222.082500', '144222.542500', '144223.002500', '144223.462500', '144223.922500', '144224.382500', '144224.842500', '144225.302500', '144225.762500', '144226.222500', '144226.682500', '144227.142500', '144227.602500', '144228.062500', '144228.522500', '144228.982500', '144229.442500', '144229.902500', '144230.362500', '144230.822500', '144231.282500', '144231.742500', '144232.202500', '144232.662500', '144233.122500', '144233.582500', '144234.042500', '144234.502500', '144234.962500', '144235.422500', '144235.882500', '144236.342500', '144236.802500', '144237.262500', '144237.722500', '144238.182500', '144238.642500', '144239.102500', '144239.562500', '144240.022500', '144240.482500', '144240.942500', '144241.402500', '144241.862500', '144242.322500', '144242.782500', '144243.242500', '144243.702500', '144244.162500', '144244.622500', '144245.082500', '144245.542500', '144246.002500', '144246.462500', '144246.922500', '144247.382500', '144247.842500', '144248.302500', '144248.762500', '144249.222500', '144249.682500', '144250.142500', '144250.602500', '144251.062500', '144251.522500', '144251.982500', '144252.442500', '144252.902500', '144253.362500', '144253.822500', '144254.282500', '144254.742500', '144255.202500', '144255.662500', '144256.122500', '144256.582500', '144257.042500', '144257.502500', '144257.962500', '144258.422500', '144258.882500', '144259.342500', '144259.802500', '144300.262500', '144300.722500', '144301.182500', '144301.642500', '144302.102500', '144302.562500', '144303.022500', '144303.482500', '144303.942500', '144304.402500', '144304.862500', '144305.322500', '144305.782500', '144306.242500', '144306.702500', '144307.162500', '144307.622500', '144308.082500', '144308.542500', '144309.002500', '144309.462500', '144309.922500', '144310.382500', '144310.842500', '144311.302500', '144311.762500', '144312.222500', '144312.682500', '144313.142500', '144313.602500', '144314.062500', '144314.522500', '144314.982500', '144315.442500', '144315.902500', '144316.362500', '144316.822500', '144317.282500', '144317.742500', '144318.202500', '144318.662500', '144319.122500', '144319.582500', '144320.042500', '144320.502500', '144320.962500', '144321.422500', '144321.882500', '144322.342500', '144322.802500', '144323.262500', '144323.722500', '144324.182500', '144324.642500', '144325.102500', '144325.562500', '144326.022500', '144326.482500', '144326.942500', '144327.402500', '144327.862500', '144328.322500', '144328.782500', '144329.242500', '144329.702500', '144330.162500', '144330.622500', '144331.082500', '144331.542500', '144332.002500', '144332.462500', '144332.922500', '144333.382500', '144333.842500', '144334.302500', '144334.762500', '144335.222500', '144335.682500', '144336.142500', '144336.602500', '144337.062500', '144337.522500', '144337.982500', '144338.442500', '144338.902500', '144339.362500', '144339.822500', '144340.282500', '144340.742500', '144341.202500', '144341.662500', '144342.122500', '144342.582500', '144343.042500', '144343.502500', '144343.962500', '144344.422500', '144344.882500', '144345.342500', '144345.802500', '144346.262500', '144346.722500', '144347.182500', '144347.642500', '144348.102500', '144348.562500', '144349.022500', '144349.482500', '144349.942500', '144350.402500', '144350.862500', '144351.322500', '144351.782500', '144352.242500', '144352.702500', '144353.162500', '144353.622500', '144354.082500', '144354.542500', '144355.002500', '144355.462500', '144355.922500', '144356.382500', '144356.842500', '144357.302500', '144357.762500', '144358.222500', '144358.682500', '144359.142500', '144359.602500', '144400.062500', '144400.522500', '144400.982500', '144401.442500', '144401.902500', '144402.362500', '144402.822500', '144403.282500', '144403.742500', '144404.202500', '144404.662500', '144405.122500', '144405.582500', '144406.042500', '144406.502500', '144406.962500', '144407.422500', '144407.882500', '144408.342500', '144408.802500', '144409.262500', '144409.722500', '144410.182500', '144410.642500', '144411.102500', '144411.562500', '144412.022500', '144412.482500', '144412.942500', '144413.402500', '144413.862500', '144414.322500', '144414.782500', '144415.242500', '144415.702500', '144416.162500', '144416.622500', '144417.082500', '144417.542500', '144418.002500', '144418.462500', '144418.922500', '144419.382500', '144419.842500', '144420.302500', '144420.762500', '144421.222500', '144421.682500', '144422.142500', '144422.602500', '144423.062500', '144423.522500', '144423.982500', '144424.442500', '144424.902500', '144425.362500', '144425.822500', '144426.282500', '144426.742500', '144427.202500', '144427.662500', '144428.122500', '144428.582500', '144429.042500', '144429.502500', '144429.962500', '144430.422500', '144430.882500', '144431.342500', '144431.802500', '144432.262500', '144432.722500', '144433.182500', '144433.642500', '144434.102500', '144434.562500', '144435.022500', '144435.482500', '144435.942500', '144436.402500', '144436.862500', '144437.322500', '144437.782500', '144438.242500', '144438.702500', '144439.162500', '144439.622500', '144440.082500', '144440.542500', '144441.002500', '144441.462500', '144441.922500', '144442.382500', '144442.842500', '144443.302500', '144443.762500', '144444.222500', '144444.682500', '144445.142500', '144445.602500', '144446.062500', '144446.522500', '144446.982500', '144447.442500', '144447.902500', '144448.362500', '144448.822500', '144449.282500', '144449.742500', '144450.202500', '144450.662500', '144451.122500', '144451.582500', '144452.042500', '144452.502500', '144452.962500', '144453.422500', '144453.882500', '144454.342500', '144454.802500', '144455.262500', '144455.722500', '144456.182500', '144456.642500', '144457.102500', '144457.562500', '144458.022500', '144458.482500', '144458.942500', '144459.402500', '144459.862500', '144500.322500', '144500.782500', '144501.242500', '144501.702500', '144502.162500', '144502.622500', '144503.082500', '144503.542500', '144504.002500', '144504.462500', '144504.922500', '144505.382500', '144505.842500', '144506.302500', '144506.762500', '144507.222500', '144507.682500', '144508.142500', '144508.602500', '144509.062500', '144509.522500', '144509.982500', '144510.442500', '144510.902500', '144511.362500', '144511.822500', '144512.282500', '144512.742500', '144513.202500', '144513.662500', '144514.122500', '144514.582500', '144515.042500', '144515.502500', '144515.962500', '144516.422500', '144516.882500', '144517.342500', '144517.802500', '144518.262500', '144518.722500', '144519.182500', '144519.642500', '144520.102500', '144520.562500', '144521.022500', '144521.482500', '144521.942500', '144522.402500', '144522.862500', '144523.322500', '144523.782500', '144524.242500', '144524.702500', '144525.162500', '144525.622500', '144526.082500', '144526.542500', '144527.002500', '144527.462500', '144527.922500', '144528.382500', '144528.842500', '144529.302500', '144529.762500', '144530.222500', '144530.682500', '144531.142500', '144531.602500', '144532.062500', '144532.522500', '144532.982500', '144533.442500', '144533.902500', '144534.362500', '144534.822500', '144535.282500', '144535.742500', '144536.202500', '144536.662500', '144537.122500', '144537.582500', '144538.042500', '144538.502500', '144538.962500', '144539.422500', '144539.882500', '144540.342500', '144540.802500', '144541.262500', '144541.722500', '144542.182500', '144542.642500', '144543.102500', '144543.562500', '144544.022500', '144544.482500', '144544.942500', '144545.402500', '144545.862500', '144546.322500', '144546.782500', '144547.242500', '144547.702500', '144548.162500', '144548.622500', '144549.082500', '144549.542500', '144550.002500', '144550.462500', '144550.922500', '144551.382500', '144551.842500', '144552.302500', '144552.762500', '144553.222500', '144553.682500', '144554.142500', '144554.602500', '144555.062500', '144555.522500', '144555.982500', '144556.442500', '144556.902500', '144557.362500', '144557.822500', '144558.282500', '144558.742500', '144559.202500', '144559.662500', '144600.122500', '144600.582500', '144601.042500', '144601.502500', '144601.962500', '144602.422500', '144602.882500', '144603.342500', '144603.802500', '144604.262500', '144604.722500', '144605.182500', '144605.642500'], 'ContentTime': ['143938.680000', '143938.684000', '143938.687000', '143938.690000', '143938.693000', '143938.696000', '143938.699000', '143938.702000', '143938.704000', '143938.707000', '143938.713000', '143938.715000', '143938.719000', '143938.722000', '143938.725000', '143938.727000', '143938.730000', '143938.733000', '143938.737000', '143938.742000', '143938.746000', '143938.749000', '143938.752000', '143938.755000', '143938.757000', '143938.760000', '143938.763000', '143938.766000', '143938.769000', '143958.647000', '143958.650000', '143958.653000', '143958.656000', '143958.658000', '143958.661000', '143958.664000', '143958.667000', '143958.670000', '143958.672000', '143958.675000', '143958.678000', '143958.681000', '143958.684000', '143958.687000', '143958.690000', '143958.692000', '143958.697000', '143958.700000', '143958.702000', '143958.705000', '143958.708000', '143958.711000', '143958.714000', '143958.717000', '143958.719000', '143958.722000', '143958.725000', '143958.728000', '143958.732000', '143958.735000', '143958.738000', '143958.740000', '143958.743000', '143958.746000', '143958.749000', '143958.753000', '143958.757000', '143958.760000', '143958.762000', '143958.765000', '143958.768000', '143958.771000', '144018.647000', '144018.650000', '144018.653000', '144018.656000', '144018.658000', '144018.667000', '144018.670000', '144018.673000', '144018.676000', '144018.679000', '144018.681000', '144018.684000', '144018.687000', '144018.690000', '144018.693000', '144018.696000', '144018.699000', '144018.701000', '144018.704000', '144018.707000', '144018.710000', '144018.713000', '144018.716000', '144018.719000', '144018.721000', '144018.724000', '144018.727000', '144018.730000', '144018.733000', '144018.736000', '144018.739000', '144018.742000', '144018.744000', '144018.747000', '144018.750000', '144018.753000', '144018.756000', '144018.759000', '144018.761000', '144018.764000', '144018.767000', '144018.770000', '144018.773000', '144018.776000', '144038.647000', '144038.650000', '144038.653000', '144038.656000', '144038.658000', '144038.666000', '144038.668000', '144038.671000', '144038.674000', '144038.677000', '144038.680000', '144038.683000', '144038.686000', '144038.688000', '144038.691000', '144038.694000', '144038.697000', '144038.700000', '144038.703000', '144038.705000', '144038.708000', '144038.711000', '144038.714000', '144038.717000', '144038.720000', '144038.723000', '144038.725000', '144038.728000', '144038.731000', '144038.734000', '144038.737000', '144038.740000', '144038.743000', '144038.746000', '144038.748000', '144038.751000', '144038.754000', '144038.757000', '144038.760000', '144038.763000', '144038.766000', '144038.769000', '144038.772000', '144058.647000', '144058.650000', '144058.653000', '144058.656000', '144058.658000', '144058.661000', '144058.664000', '144058.667000', '144058.670000', '144058.673000', '144058.687000', '144058.690000', '144058.693000', '144058.695000', '144058.698000', '144058.701000', '144058.704000', '144058.707000', '144058.710000', '144058.713000', '144058.715000', '144058.718000', '144058.721000', '144058.724000', '144058.727000', '144058.730000', '144058.732000', '144058.735000', '144058.738000', '144058.741000', '144058.744000', '144058.747000', '144058.750000', '144058.752000', '144058.755000', '144058.758000', '144058.761000', '144058.764000', '144058.767000', '144058.770000', '144058.773000', '144058.775000', '144058.778000', '144058.781000', '144118.647000', '144118.650000', '144118.653000', '144118.656000', '144118.659000', '144118.662000', '144118.664000', '144118.667000', '144118.670000', '144118.673000', '144118.676000', '144118.679000', '144118.682000', '144118.684000', '144118.687000', '144118.690000', '144118.693000', '144118.696000', '144118.699000', '144118.702000', '144118.704000', '144118.707000', '144118.710000', '144118.713000', '144118.716000', '144118.719000', '144118.722000', '144118.725000', '144118.727000', '144118.730000', '144118.734000', '144118.737000', '144118.740000', '144118.743000', '144118.746000', '144118.749000', '144118.752000', '144118.755000', '144118.758000', '144118.761000', '144118.763000', '144118.766000', '144118.769000', '144138.646000', '144138.649000', '144138.652000', '144138.655000', '144138.658000', '144138.660000', '144138.663000', '144138.666000', '144138.669000', '144138.672000', '144138.675000', '144138.678000', '144138.681000', '144138.683000', '144138.686000', '144138.689000', '144138.692000', '144138.695000', '144138.698000', '144138.701000', '144138.704000', '144138.707000', '144138.709000', '144138.712000', '144138.715000', '144138.718000', '144138.721000', '144138.724000', '144138.727000', '144138.730000', '144138.732000', '144138.735000', '144138.738000', '144138.741000', '144138.744000', '144138.747000', '144138.750000', '144138.753000', '144138.755000', '144138.758000', '144138.761000', '144138.764000', '144138.767000', '144138.770000', '144158.647000', '144158.650000', '144158.653000', '144158.656000', '144158.659000', '144158.661000', '144158.664000', '144158.667000', '144158.670000', '144158.673000', '144158.676000', '144158.679000', '144158.681000', '144158.684000', '144158.687000', '144158.690000', '144158.693000', '144158.696000', '144158.699000', '144158.701000', '144158.704000', '144158.707000', '144158.710000', '144158.713000', '144158.716000', '144158.719000', '144158.722000', '144158.724000', '144158.727000', '144158.730000', '144158.733000', '144158.736000', '144158.739000', '144158.742000', '144158.745000', '144158.748000', '144158.750000', '144158.753000', '144158.756000', '144158.759000', '144158.762000', '144158.765000', '144158.768000', '144218.647000', '144218.650000', '144218.653000', '144218.656000', '144218.659000', '144218.662000', '144218.664000', '144218.667000', '144218.670000', '144218.673000', '144218.676000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.690000', '144218.693000', '144218.696000', '144218.699000', '144218.702000', '144218.705000', '144218.708000', '144218.710000', '144218.713000', '144218.716000', '144218.719000', '144218.722000', '144218.725000', '144218.728000', '144218.730000', '144218.733000', '144218.736000', '144218.739000', '144218.742000', '144218.745000', '144218.748000', '144218.751000', '144218.754000', '144218.756000', '144218.759000', '144218.762000', '144218.765000', '144218.768000', '144218.771000', '144238.647000', '144238.650000', '144238.653000', '144238.656000', '144238.659000', '144238.672000', '144238.675000', '144238.678000', '144238.680000', '144238.683000', '144238.686000', '144238.689000', '144238.692000', '144238.695000', '144238.698000', '144238.701000', '144238.703000', '144238.706000', '144238.709000', '144238.712000', '144238.715000', '144238.718000', '144238.721000', '144238.724000', '144238.726000', '144238.729000', '144238.732000', '144238.735000', '144238.738000', '144238.741000', '144238.744000', '144238.746000', '144238.749000', '144238.752000', '144238.755000', '144238.758000', '144238.761000', '144238.764000', '144238.767000', '144238.770000', '144238.774000', '144238.777000', '144238.779000', '144258.647000', '144258.650000', '144258.653000', '144258.656000', '144258.659000', '144258.662000', '144258.665000', '144258.668000', '144258.671000', '144258.673000', '144258.676000', '144258.679000', '144258.682000', '144258.685000', '144258.688000', '144258.691000', '144258.694000', '144258.696000', '144258.699000', '144258.702000', '144258.705000', '144258.708000', '144258.711000', '144258.714000', '144258.717000', '144258.719000', '144258.722000', '144258.725000', '144258.728000', '144258.731000', '144258.734000', '144258.737000', '144258.740000', '144258.743000', '144258.745000', '144258.748000', '144258.751000', '144258.754000', '144258.757000', '144258.760000', '144258.763000', '144258.766000', '144258.768000', '144318.647000', '144318.650000', '144318.653000', '144318.656000', '144318.659000', '144318.662000', '144318.664000', '144318.667000', '144318.670000', '144318.673000', '144318.676000', '144318.679000', '144318.682000', '144318.684000', '144318.687000', '144318.690000', '144318.693000', '144318.696000', '144318.699000', '144318.702000', '144318.705000', '144318.708000', '144318.710000', '144318.713000', '144318.716000', '144318.719000', '144318.722000', '144318.725000', '144318.728000', '144318.730000', '144318.733000', '144318.736000', '144318.739000', '144318.742000', '144318.745000', '144318.748000', '144318.751000', '144318.754000', '144318.756000', '144318.759000', '144318.762000', '144318.765000', '144318.768000', '144318.771000', '144338.647000', '144338.650000', '144338.653000', '144338.656000', '144338.659000', '144338.661000', '144338.664000', '144338.667000', '144338.670000', '144338.673000', '144338.676000', '144338.679000', '144338.682000', '144338.684000', '144338.687000', '144338.690000', '144338.693000', '144338.696000', '144338.699000', '144338.702000', '144338.705000', '144338.708000', '144338.710000', '144338.713000', '144338.716000', '144338.719000', '144338.722000', '144338.725000', '144338.728000', '144338.731000', '144338.733000', '144338.736000', '144338.739000', '144338.742000', '144338.745000', '144338.748000', '144338.751000', '144338.754000', '144338.756000', '144338.759000', '144338.762000', '144338.765000', '144338.768000', '144338.771000', '144358.646000', '144358.649000', '144358.652000', '144358.655000', '144358.658000', '144358.661000', '144358.664000', '144358.666000', '144358.669000', '144358.672000', '144358.675000', '144358.678000', '144358.681000', '144358.684000', '144358.687000', '144358.689000', '144358.692000', '144358.695000', '144358.698000', '144358.701000', '144358.704000', '144358.707000', '144358.710000', '144358.713000', '144358.715000', '144358.718000', '144358.721000', '144358.724000', '144358.727000', '144358.730000', '144358.742000', '144358.745000', '144358.748000', '144358.751000', '144358.754000', '144358.757000', '144358.760000', '144358.763000', '144358.765000', '144358.835000', '144358.838000', '144358.841000', '144358.844000', '144418.647000', '144418.650000', '144418.653000', '144418.656000', '144418.659000', '144418.663000', '144418.667000', '144418.670000', '144418.673000', '144418.675000', '144418.678000', '144418.681000', '144418.684000', '144418.687000', '144418.690000', '144418.693000', '144418.696000', '144418.699000', '144418.701000', '144418.704000', '144418.707000', '144418.710000', '144418.713000', '144418.716000', '144418.719000', '144418.722000', '144418.725000', '144418.727000', '144418.730000', '144418.733000', '144418.736000', '144418.739000', '144418.742000', '144418.745000', '144418.748000', '144418.751000', '144418.753000', '144418.756000', '144418.759000', '144418.762000', '144418.765000', '144418.768000', '144418.821000', '144438.647000', '144438.650000', '144438.653000', '144438.656000', '144438.659000', '144438.662000', '144438.664000', '144438.667000', '144438.670000', '144438.673000', '144438.676000', '144438.679000', '144438.682000', '144438.685000', '144438.687000', '144438.690000', '144438.693000', '144438.696000', '144438.699000', '144438.702000', '144438.705000', '144438.708000', '144438.711000', '144438.713000', '144438.716000', '144438.719000', '144438.722000', '144438.725000', '144438.728000', '144438.731000', '144438.734000', '144438.737000', '144438.740000', '144438.742000', '144438.745000', '144438.748000', '144438.751000', '144438.754000', '144438.757000', '144438.760000', '144438.762000', '144438.765000', '144438.768000', '144438.805000', '144458.647000', '144458.650000', '144458.653000', '144458.656000', '144458.659000', '144458.661000', '144458.664000', '144458.667000', '144458.670000', '144458.673000', '144458.676000', '144458.679000', '144458.682000', '144458.685000', '144458.688000', '144458.691000', '144458.694000', '144458.696000', '144458.699000', '144458.702000', '144458.705000', '144458.708000', '144458.711000', '144458.714000', '144458.716000', '144458.719000', '144458.722000', '144458.725000', '144458.728000', '144458.731000', '144458.734000', '144458.737000', '144458.740000', '144458.743000', '144458.745000', '144458.748000', '144458.751000', '144458.754000', '144458.757000', '144458.760000', '144458.763000', '144458.765000', '144458.768000', '144518.647000', '144518.650000', '144518.653000', '144518.656000', '144518.659000', '144518.662000', '144518.664000', '144518.667000', '144518.670000', '144518.673000', '144518.676000', '144518.681000', '144518.684000', '144518.687000', '144518.689000', '144518.692000', '144518.695000', '144518.698000', '144518.701000', '144518.704000', '144518.707000', '144518.710000', '144518.712000', '144518.715000', '144518.718000', '144518.721000', '144518.724000', '144518.727000', '144518.730000', '144518.733000', '144518.736000', '144518.739000', '144518.741000', '144518.744000', '144518.747000', '144518.750000', '144518.753000', '144518.756000', '144518.759000', '144518.761000', '144518.764000', '144518.767000', '144518.816000', '144518.819000', '144538.647000', '144538.650000', '144538.653000', '144538.656000', '144538.659000', '144538.662000', '144538.665000', '144538.668000', '144538.670000', '144538.673000', '144538.676000', '144538.679000', '144538.682000', '144538.685000', '144538.690000', '144538.695000', '144538.698000', '144538.701000', '144538.704000', '144538.707000', '144538.710000', '144538.712000', '144538.715000', '144538.718000', '144538.721000', '144538.724000', '144538.727000', '144538.730000', '144538.733000', '144538.735000', '144538.738000', '144538.741000', '144538.744000', '144538.747000', '144538.750000', '144538.753000', '144538.756000', '144538.758000', '144538.761000', '144538.764000', '144538.767000', '144538.840000', '144538.843000', '144558.647000', '144558.650000', '144558.653000', '144558.656000', '144558.659000', '144558.661000', '144558.664000', '144558.667000', '144558.670000', '144558.673000', '144558.676000', '144558.679000', '144558.682000', '144558.685000', '144558.688000', '144558.690000', '144558.693000', '144558.696000', '144558.699000', '144558.702000', '144558.705000', '144558.708000', '144558.711000', '144558.713000', '144558.716000', '144558.719000', '144558.722000', '144558.725000', '144558.728000', '144558.731000', '144558.734000', '144558.736000', '144558.739000', '144558.742000', '144558.745000', '144558.748000', '144558.751000', '144558.753000', '144558.756000', '144558.759000', '144558.762000', '144558.765000', '144558.814000', '144558.817000', '144606.355000', '144606.359000', '144606.367000', '144606.370000', '144606.374000', '144606.377000', '144606.382000', '144606.385000', '144606.389000', '144606.392000', '144606.395000', '144606.398000', '144606.403000', '144606.406000', '144606.410000', '144606.414000', '144606.418000'], 'InstanceCreationTime': ['143938.680000', '143938.684000', '143938.687000', '143938.690000', '143938.693000', '143938.696000', '143938.699000', '143938.702000', '143938.704000', '143938.707000', '143938.713000', '143938.715000', '143938.719000', '143938.722000', '143938.725000', '143938.727000', '143938.730000', '143938.733000', '143938.737000', '143938.742000', '143938.746000', '143938.749000', '143938.752000', '143938.755000', '143938.757000', '143938.760000', '143938.763000', '143938.766000', '143938.769000', '143958.647000', '143958.650000', '143958.653000', '143958.656000', '143958.658000', '143958.661000', '143958.664000', '143958.667000', '143958.670000', '143958.672000', '143958.675000', '143958.678000', '143958.681000', '143958.684000', '143958.687000', '143958.690000', '143958.692000', '143958.697000', '143958.700000', '143958.702000', '143958.705000', '143958.708000', '143958.711000', '143958.714000', '143958.717000', '143958.719000', '143958.722000', '143958.725000', '143958.728000', '143958.732000', '143958.735000', '143958.738000', '143958.740000', '143958.743000', '143958.746000', '143958.749000', '143958.753000', '143958.757000', '143958.760000', '143958.762000', '143958.765000', '143958.768000', '143958.771000', '144018.647000', '144018.650000', '144018.653000', '144018.656000', '144018.658000', '144018.667000', '144018.670000', '144018.673000', '144018.676000', '144018.679000', '144018.681000', '144018.684000', '144018.687000', '144018.690000', '144018.693000', '144018.696000', '144018.699000', '144018.701000', '144018.704000', '144018.707000', '144018.710000', '144018.713000', '144018.716000', '144018.719000', '144018.721000', '144018.724000', '144018.727000', '144018.730000', '144018.733000', '144018.736000', '144018.739000', '144018.742000', '144018.744000', '144018.747000', '144018.750000', '144018.753000', '144018.756000', '144018.759000', '144018.761000', '144018.764000', '144018.767000', '144018.770000', '144018.773000', '144018.776000', '144038.647000', '144038.650000', '144038.653000', '144038.656000', '144038.658000', '144038.666000', '144038.668000', '144038.671000', '144038.674000', '144038.677000', '144038.680000', '144038.683000', '144038.686000', '144038.688000', '144038.691000', '144038.694000', '144038.697000', '144038.700000', '144038.703000', '144038.705000', '144038.708000', '144038.711000', '144038.714000', '144038.717000', '144038.720000', '144038.723000', '144038.725000', '144038.728000', '144038.731000', '144038.734000', '144038.737000', '144038.740000', '144038.743000', '144038.746000', '144038.748000', '144038.751000', '144038.754000', '144038.757000', '144038.760000', '144038.763000', '144038.766000', '144038.769000', '144038.772000', '144058.647000', '144058.650000', '144058.653000', '144058.656000', '144058.658000', '144058.661000', '144058.664000', '144058.667000', '144058.670000', '144058.673000', '144058.687000', '144058.690000', '144058.693000', '144058.695000', '144058.698000', '144058.701000', '144058.704000', '144058.707000', '144058.710000', '144058.713000', '144058.715000', '144058.718000', '144058.721000', '144058.724000', '144058.727000', '144058.730000', '144058.732000', '144058.735000', '144058.738000', '144058.741000', '144058.744000', '144058.747000', '144058.750000', '144058.752000', '144058.755000', '144058.758000', '144058.761000', '144058.764000', '144058.767000', '144058.770000', '144058.773000', '144058.775000', '144058.778000', '144058.781000', '144118.647000', '144118.650000', '144118.653000', '144118.656000', '144118.659000', '144118.662000', '144118.664000', '144118.667000', '144118.670000', '144118.673000', '144118.676000', '144118.679000', '144118.682000', '144118.684000', '144118.687000', '144118.690000', '144118.693000', '144118.696000', '144118.699000', '144118.702000', '144118.704000', '144118.707000', '144118.710000', '144118.713000', '144118.716000', '144118.719000', '144118.722000', '144118.725000', '144118.727000', '144118.730000', '144118.734000', '144118.737000', '144118.740000', '144118.743000', '144118.746000', '144118.749000', '144118.752000', '144118.755000', '144118.758000', '144118.761000', '144118.763000', '144118.766000', '144118.769000', '144138.646000', '144138.649000', '144138.652000', '144138.655000', '144138.658000', '144138.660000', '144138.663000', '144138.666000', '144138.669000', '144138.672000', '144138.675000', '144138.678000', '144138.681000', '144138.683000', '144138.686000', '144138.689000', '144138.692000', '144138.695000', '144138.698000', '144138.701000', '144138.704000', '144138.707000', '144138.709000', '144138.712000', '144138.715000', '144138.718000', '144138.721000', '144138.724000', '144138.727000', '144138.730000', '144138.732000', '144138.735000', '144138.738000', '144138.741000', '144138.744000', '144138.747000', '144138.750000', '144138.753000', '144138.755000', '144138.758000', '144138.761000', '144138.764000', '144138.767000', '144138.770000', '144158.647000', '144158.650000', '144158.653000', '144158.656000', '144158.659000', '144158.661000', '144158.664000', '144158.667000', '144158.670000', '144158.673000', '144158.676000', '144158.679000', '144158.681000', '144158.684000', '144158.687000', '144158.690000', '144158.693000', '144158.696000', '144158.699000', '144158.701000', '144158.704000', '144158.707000', '144158.710000', '144158.713000', '144158.716000', '144158.719000', '144158.722000', '144158.724000', '144158.727000', '144158.730000', '144158.733000', '144158.736000', '144158.739000', '144158.742000', '144158.745000', '144158.748000', '144158.750000', '144158.753000', '144158.756000', '144158.759000', '144158.762000', '144158.765000', '144158.768000', '144218.647000', '144218.650000', '144218.653000', '144218.656000', '144218.659000', '144218.662000', '144218.664000', '144218.667000', '144218.670000', '144218.673000', '144218.676000', '144218.679000', '144218.682000', '144218.684000', '144218.687000', '144218.690000', '144218.693000', '144218.696000', '144218.699000', '144218.702000', '144218.705000', '144218.708000', '144218.710000', '144218.713000', '144218.716000', '144218.719000', '144218.722000', '144218.725000', '144218.728000', '144218.730000', '144218.733000', '144218.736000', '144218.739000', '144218.742000', '144218.745000', '144218.748000', '144218.751000', '144218.754000', '144218.756000', '144218.759000', '144218.762000', '144218.765000', '144218.768000', '144218.771000', '144238.647000', '144238.650000', '144238.653000', '144238.656000', '144238.659000', '144238.672000', '144238.675000', '144238.678000', '144238.680000', '144238.683000', '144238.686000', '144238.689000', '144238.692000', '144238.695000', '144238.698000', '144238.701000', '144238.703000', '144238.706000', '144238.709000', '144238.712000', '144238.715000', '144238.718000', '144238.721000', '144238.724000', '144238.726000', '144238.729000', '144238.732000', '144238.735000', '144238.738000', '144238.741000', '144238.744000', '144238.746000', '144238.749000', '144238.752000', '144238.755000', '144238.758000', '144238.761000', '144238.764000', '144238.767000', '144238.770000', '144238.774000', '144238.777000', '144238.779000', '144258.647000', '144258.650000', '144258.653000', '144258.656000', '144258.659000', '144258.662000', '144258.665000', '144258.668000', '144258.671000', '144258.673000', '144258.676000', '144258.679000', '144258.682000', '144258.685000', '144258.688000', '144258.691000', '144258.694000', '144258.696000', '144258.699000', '144258.702000', '144258.705000', '144258.708000', '144258.711000', '144258.714000', '144258.717000', '144258.719000', '144258.722000', '144258.725000', '144258.728000', '144258.731000', '144258.734000', '144258.737000', '144258.740000', '144258.743000', '144258.745000', '144258.748000', '144258.751000', '144258.754000', '144258.757000', '144258.760000', '144258.763000', '144258.766000', '144258.768000', '144318.647000', '144318.650000', '144318.653000', '144318.656000', '144318.659000', '144318.662000', '144318.664000', '144318.667000', '144318.670000', '144318.673000', '144318.676000', '144318.679000', '144318.682000', '144318.684000', '144318.687000', '144318.690000', '144318.693000', '144318.696000', '144318.699000', '144318.702000', '144318.705000', '144318.708000', '144318.710000', '144318.713000', '144318.716000', '144318.719000', '144318.722000', '144318.725000', '144318.728000', '144318.730000', '144318.733000', '144318.736000', '144318.739000', '144318.742000', '144318.745000', '144318.748000', '144318.751000', '144318.754000', '144318.756000', '144318.759000', '144318.762000', '144318.765000', '144318.768000', '144318.771000', '144338.647000', '144338.650000', '144338.653000', '144338.656000', '144338.659000', '144338.661000', '144338.664000', '144338.667000', '144338.670000', '144338.673000', '144338.676000', '144338.679000', '144338.682000', '144338.684000', '144338.687000', '144338.690000', '144338.693000', '144338.696000', '144338.699000', '144338.702000', '144338.705000', '144338.708000', '144338.710000', '144338.713000', '144338.716000', '144338.719000', '144338.722000', '144338.725000', '144338.728000', '144338.731000', '144338.733000', '144338.736000', '144338.739000', '144338.742000', '144338.745000', '144338.748000', '144338.751000', '144338.754000', '144338.756000', '144338.759000', '144338.762000', '144338.765000', '144338.768000', '144338.771000', '144358.646000', '144358.649000', '144358.652000', '144358.655000', '144358.658000', '144358.661000', '144358.664000', '144358.666000', '144358.669000', '144358.672000', '144358.675000', '144358.678000', '144358.681000', '144358.684000', '144358.687000', '144358.689000', '144358.692000', '144358.695000', '144358.698000', '144358.701000', '144358.704000', '144358.707000', '144358.710000', '144358.713000', '144358.715000', '144358.718000', '144358.721000', '144358.724000', '144358.727000', '144358.730000', '144358.742000', '144358.745000', '144358.748000', '144358.751000', '144358.754000', '144358.757000', '144358.760000', '144358.763000', '144358.765000', '144358.835000', '144358.838000', '144358.841000', '144358.844000', '144418.647000', '144418.650000', '144418.653000', '144418.656000', '144418.659000', '144418.663000', '144418.667000', '144418.670000', '144418.673000', '144418.675000', '144418.678000', '144418.681000', '144418.684000', '144418.687000', '144418.690000', '144418.693000', '144418.696000', '144418.699000', '144418.701000', '144418.704000', '144418.707000', '144418.710000', '144418.713000', '144418.716000', '144418.719000', '144418.722000', '144418.725000', '144418.727000', '144418.730000', '144418.733000', '144418.736000', '144418.739000', '144418.742000', '144418.745000', '144418.748000', '144418.751000', '144418.753000', '144418.756000', '144418.759000', '144418.762000', '144418.765000', '144418.768000', '144418.821000', '144438.647000', '144438.650000', '144438.653000', '144438.656000', '144438.659000', '144438.662000', '144438.664000', '144438.667000', '144438.670000', '144438.673000', '144438.676000', '144438.679000', '144438.682000', '144438.685000', '144438.687000', '144438.690000', '144438.693000', '144438.696000', '144438.699000', '144438.702000', '144438.705000', '144438.708000', '144438.711000', '144438.713000', '144438.716000', '144438.719000', '144438.722000', '144438.725000', '144438.728000', '144438.731000', '144438.734000', '144438.737000', '144438.740000', '144438.742000', '144438.745000', '144438.748000', '144438.751000', '144438.754000', '144438.757000', '144438.760000', '144438.762000', '144438.765000', '144438.768000', '144438.805000', '144458.647000', '144458.650000', '144458.653000', '144458.656000', '144458.659000', '144458.661000', '144458.664000', '144458.667000', '144458.670000', '144458.673000', '144458.676000', '144458.679000', '144458.682000', '144458.685000', '144458.688000', '144458.691000', '144458.694000', '144458.696000', '144458.699000', '144458.702000', '144458.705000', '144458.708000', '144458.711000', '144458.714000', '144458.716000', '144458.719000', '144458.722000', '144458.725000', '144458.728000', '144458.731000', '144458.734000', '144458.737000', '144458.740000', '144458.743000', '144458.745000', '144458.748000', '144458.751000', '144458.754000', '144458.757000', '144458.760000', '144458.763000', '144458.765000', '144458.768000', '144518.647000', '144518.650000', '144518.653000', '144518.656000', '144518.659000', '144518.662000', '144518.664000', '144518.667000', '144518.670000', '144518.673000', '144518.676000', '144518.681000', '144518.684000', '144518.687000', '144518.689000', '144518.692000', '144518.695000', '144518.698000', '144518.701000', '144518.704000', '144518.707000', '144518.710000', '144518.712000', '144518.715000', '144518.718000', '144518.721000', '144518.724000', '144518.727000', '144518.730000', '144518.733000', '144518.736000', '144518.739000', '144518.741000', '144518.744000', '144518.747000', '144518.750000', '144518.753000', '144518.756000', '144518.759000', '144518.761000', '144518.764000', '144518.767000', '144518.816000', '144518.819000', '144538.647000', '144538.650000', '144538.653000', '144538.656000', '144538.659000', '144538.662000', '144538.665000', '144538.668000', '144538.670000', '144538.673000', '144538.676000', '144538.679000', '144538.682000', '144538.685000', '144538.690000', '144538.695000', '144538.698000', '144538.701000', '144538.704000', '144538.707000', '144538.710000', '144538.712000', '144538.715000', '144538.718000', '144538.721000', '144538.724000', '144538.727000', '144538.730000', '144538.733000', '144538.735000', '144538.738000', '144538.741000', '144538.744000', '144538.747000', '144538.750000', '144538.753000', '144538.756000', '144538.758000', '144538.761000', '144538.764000', '144538.767000', '144538.840000', '144538.843000', '144558.647000', '144558.650000', '144558.653000', '144558.656000', '144558.659000', '144558.661000', '144558.664000', '144558.667000', '144558.670000', '144558.673000', '144558.676000', '144558.679000', '144558.682000', '144558.685000', '144558.688000', '144558.690000', '144558.693000', '144558.696000', '144558.699000', '144558.702000', '144558.705000', '144558.708000', '144558.711000', '144558.713000', '144558.716000', '144558.719000', '144558.722000', '144558.725000', '144558.728000', '144558.731000', '144558.734000', '144558.736000', '144558.739000', '144558.742000', '144558.745000', '144558.748000', '144558.751000', '144558.753000', '144558.756000', '144558.759000', '144558.762000', '144558.765000', '144558.814000', '144558.817000', '144606.355000', '144606.359000', '144606.367000', '144606.370000', '144606.374000', '144606.377000', '144606.382000', '144606.385000', '144606.389000', '144606.392000', '144606.395000', '144606.398000', '144606.403000', '144606.406000', '144606.410000', '144606.414000', '144606.418000'], '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': [9632, 8167, 8654, 8688, 7786, 9242, 8462, 8633, 8624, 7928, 8154, 8543, 10683, 8900, 8322, 8587, 8517, 8535, 7847, 8528, 8486, 8540, 8254, 8769, 8576, 8326, 8550, 8196, 8034, 8496, 9280, 8693, 8469, 8612, 8224, 8215, 8357, 9556, 8584, 8686, 8866, 8388, 8802, 7866, 8584, 8478, 9781, 8404, 11013, 8759, 10886, 8560, 8327, 8402, 8204, 8220, 8259, 8611, 7917, 7517, 8099, 7986, 7897, 8160, 8423, 9815, 8226, 10660, 7899, 11144, 8435, 11020, 8397, 8026, 9115, 7950, 8396, 8599, 8067, 8505, 7858, 7989, 8446, 10200, 8544, 7756, 8473, 8050, 8230, 8424, 8025, 8731, 7549, 8125, 8370, 10304, 8678, 7825, 8109, 8428, 9215, 8539, 8375, 8110, 7621, 8678, 8447, 11168, 8343, 11217, 8541, 8474, 8268, 7475, 7603, 7883, 8574, 8224, 8432, 8586, 7947, 8075, 7958, 9068, 8129, 9394, 8007, 8164, 8374, 8106, 9457, 8605, 8470, 8203, 7729, 9477, 8113, 8179, 8775, 7577, 8331, 7964, 11003, 8476, 11178, 8278, 8213, 8270, 8185, 8428, 7962, 8827, 8071, 8379, 8154, 7984, 7654, 8252, 10201, 8317, 8114, 8174, 7737, 8336, 8155, 10662, 8166, 8049, 8388, 7831, 8109, 8231, 8521, 8161, 10519, 8023, 8209, 8900, 7623, 8605, 8601, 8743, 10529, 8665, 8010, 9240, 7473, 9754, 8261, 8652, 8598, 7771, 7929, 8816, 10945, 8510, 7760, 8519, 8462, 8245, 7926, 7846, 9201, 8575, 10008, 8577, 7668, 8391, 8200, 9378, 8619, 8545, 8277, 7536, 7631, 8417, 8546, 8551, 7957, 7444, 8566, 8528, 8416, 9213, 8237, 7791, 7787, 8235, 8861, 8208, 8173, 8808, 7804, 7941, 8279, 9646, 8689, 11379, 8928, 8031, 8604, 8178, 8339, 7554, 8776, 8205, 9744, 8257, 9898, 8603, 10156, 8807, 9829, 8835, 8067, 8018, 7852, 8388, 7654, 9473, 8429, 10711, 8481, 8328, 8528, 7675, 7665, 8267, 10668, 8600, 8330, 8248, 7717, 8702, 8176, 11417, 8521, 8462, 8423, 7702, 8124, 8347, 9593, 8220, 12032, 8705, 10917, 8632, 8023, 7884, 7406, 7716, 8196, 11379, 8609, 8087, 8042, 8149, 8094, 8154, 11003, 8720, 8094, 7807, 8594, 8741, 8724, 8024, 8633, 7886, 9000, 8608, 8233, 8361, 7733, 7752, 8303, 10930, 8680, 11488, 8482, 9264, 8495, 8113, 8086, 8146, 7950, 8362, 8283, 8515, 8128, 7384, 8133, 10119, 8737, 7931, 7730, 8249, 10119, 8408, 8083, 9992, 8143, 8942, 8661, 10156, 8443, 7969, 8619, 7879, 8142, 8588, 7957, 8098, 8390, 8393, 9501, 9047, 9418, 9517, 9049, 10104, 10149, 10304, 8831, 9079, 8483, 8416, 7938, 7844, 8848, 8618, 9050, 8262, 8733, 8432, 8793, 9025, 9623, 8336, 7924, 8167, 8224, 9171, 8779, 10286, 8778, 9618, 8673, 8070, 8314, 7908, 8430, 8412, 9963, 8839, 9349, 8671, 8328, 8382, 7796, 8641, 8152, 8040, 8230, 8689, 8707, 8022, 8744, 7547, 7650, 8048, 8374, 8871, 8381, 8562, 8021, 8828, 8476, 10914, 8843, 8373, 8315, 8075, 8363, 8304, 11021, 8675, 8250, 8303, 7770, 7700, 8416, 8106, 8129, 7866, 8896, 8897, 8080, 8740, 7668, 9595, 8536, 10824, 8742, 7885, 8697, 7776, 7967, 8471, 9022, 8567, 9442, 8829, 7918, 7760, 8402, 8800, 8603, 8574, 8052, 7695, 8903, 8289, 8419, 8362, 7876, 7772, 8356, 11768, 8880, 7988, 8063, 7698, 8713, 8560, 8035, 9426, 7796, 10930, 8241, 7905, 8498, 8482, 8245, 8507, 7669, 8667, 8451, 11230, 8715, 8683, 8371, 7632, 7933, 8418, 10078, 8766, 10580, 8580, 8006, 7935, 8046, 8165, 8272, 9858, 8632, 8259, 7610, 8053, 8633, 8988, 8146, 8162, 7660, 8207, 8480, 8160, 7886, 8079, 8297, 8425, 8182, 8340, 8541, 8601, 7936, 8298, 10609, 8864, 10417, 11089, 7997, 11596, 8522, 9629, 8797, 8890, 8651, 7798, 7384, 8499, 9444, 8784, 7928, 8046, 8422, 10173, 8961, 8183, 8587, 7842, 8475, 8151, 8850, 8756, 11542, 8768, 8493, 8492, 7971, 8418, 8133, 9086, 8431, 9430, 8664, 8131, 8444, 7969, 7446, 7851, 8093, 8411, 8220, 8435, 7948, 7651, 7940, 8022, 8428, 8143, 8865, 8676, 10973, 8958, 8109, 9914, 7625, 9571, 8803, 9798, 8636, 7920, 8305, 8823, 9838, 9569, 8056, 7702, 8489, 10017, 8992, 11879, 8986, 7828, 7702, 8592, 8646, 8925, 7982, 8211, 7688, 8790, 8415, 9407, 8671, 7937, 7393, 8261, 10837, 8864, 8135, 7376, 8110, 8651, 8940, 7654, 7618, 8225, 8321, 8046, 8377, 9417, 8756, 8359, 9285, 8132, 10629, 8588, 10306, 8648, 7658, 8083, 8774, 8251, 7956, 7949, 7956, 8522, 10379, 8466, 7987, 8009, 8568, 9023, 8749, 8690, 8928, 7664, 8329, 7383, 7558, 7567, 8276, 7767, 8133, 8242, 9796, 8526, 11258, 8764, 10820, 8966, 11329, 8809, 8168, 9527, 8695, 9769, 8656, 7912, 8369, 8666, 9757, 9009, 11646, 8778, 8050, 7934, 8698, 8524, 8930, 10858, 9293, 7989, 7745, 8452, 8304, 8829, 9408, 8554, 7887, 7383, 8520, 8804, 8571, 8219, 8146, 7787, 8668, 8356, 8213, 8114, 8019, 8296, 8826, 10935, 8875, 8045, 8172, 7713, 8354, 8496, 11284, 8318, 7877, 7464, 8456, 9772, 8718, 7738, 7730, 8117, 10202, 8682, 8414, 8356, 7742, 8428, 8492, 11470, 8882, 8145, 7799, 7643, 8419, 8555, 11523, 8535, 7958, 7667, 8332, 9749, 8748, 7917, 8971, 7894, 8626, 8354, 9451, 8717, 7888, 8330, 7755, 8235, 8400, 7963, 8774, 7864, 7355, 8553, 10336, 8389, 10125, 8753, 8249, 8357, 7477, 7884, 8165, 11066, 8559, 10309, 8633, 7796, 8300, 7908, 8146, 8388, 8899, 8423, 8371, 8549, 7942, 7878, 8116, 9474, 8250, 9631, 8815, 7746, 8111, 8541, 8308, 8511, 7991, 7400, 8420, 11503, 8460, 7396, 8240, 7659, 7324, 8141, 8441, 7240, 9045, 8782, 12131, 8718, 12043, 8739, 7621, 7950, 8636, 9247, 8577, 8808, 9268, 8690, 10339, 8746, 7921, 7908, 8236, 8035, 8933, 10138, 8517, 7631, 9571, 8656, 10517, 8693, 7671, 7434, 8333, 8463, 8994, 10031, 8727, 8681, 9157, 7714, 8529, 7559, 8667, 7908, 8885, 8713, 10205, 8519, 10276, 8737, 7934, 8748, 7579, 7436, 8100, 8308], 'WindowCenter': [4208.0, 4183.0, 4168.0, 4178.0, 4156.0, 4160.0, 4153.0, 4150.0, 4149.0, 4141.0, 4142.0, 4151.0, 4158.0, 4148.0, 4124.0, 4138.0, 4136.0, 4139.0, 4126.0, 4136.0, 4135.0, 4135.0, 4126.0, 4135.0, 4148.0, 4140.0, 4137.0, 4135.0, 4125.0, 4138.0, 4148.0, 4150.0, 4149.0, 4152.0, 4150.0, 4139.0, 4140.0, 4159.0, 4150.0, 4149.0, 4148.0, 4151.0, 4150.0, 4139.0, 4149.0, 4139.0, 4158.0, 4137.0, 4169.0, 4138.0, 4155.0, 4137.0, 4125.0, 4125.0, 4134.0, 4138.0, 4140.0, 4149.0, 4138.0, 4126.0, 4138.0, 4149.0, 4151.0, 4161.0, 4163.0, 4185.0, 4151.0, 4172.0, 4140.0, 4169.0, 4137.0, 4157.0, 4137.0, 4125.0, 4146.0, 4138.0, 4135.0, 4132.0, 4124.0, 4136.0, 4124.0, 4126.0, 4149.0, 4159.0, 4135.0, 4124.0, 4139.0, 4126.0, 4135.0, 4137.0, 4126.0, 4135.0, 4125.0, 4126.0, 4136.0, 4157.0, 4149.0, 4124.0, 4125.0, 4125.0, 4145.0, 4137.0, 4124.0, 4137.0, 4128.0, 4135.0, 4125.0, 4154.0, 4125.0, 4152.0, 4121.0, 4124.0, 4135.0, 4114.0, 4113.0, 4124.0, 4133.0, 4134.0, 4135.0, 4145.0, 4137.0, 4138.0, 4137.0, 4135.0, 4137.0, 4145.0, 4139.0, 4138.0, 4150.0, 4139.0, 4158.0, 4152.0, 4150.0, 4151.0, 4153.0, 4169.0, 4140.0, 4150.0, 4151.0, 4140.0, 4150.0, 4140.0, 4181.0, 4149.0, 4168.0, 4139.0, 4125.0, 4135.0, 4135.0, 4148.0, 4139.0, 4135.0, 4138.0, 4134.0, 4138.0, 4137.0, 4140.0, 4163.0, 4170.0, 4139.0, 4137.0, 4149.0, 4130.0, 4140.0, 4140.0, 4168.0, 4151.0, 4128.0, 4137.0, 4126.0, 4139.0, 4138.0, 4150.0, 4151.0, 4169.0, 4139.0, 4139.0, 4150.0, 4138.0, 4147.0, 4151.0, 4152.0, 4179.0, 4162.0, 4138.0, 4150.0, 4118.0, 4149.0, 4139.0, 4136.0, 4137.0, 4128.0, 4140.0, 4151.0, 4169.0, 4138.0, 4127.0, 4136.0, 4139.0, 4138.0, 4139.0, 4141.0, 4158.0, 4138.0, 4158.0, 4138.0, 4127.0, 4138.0, 4139.0, 4147.0, 4136.0, 4136.0, 4137.0, 4125.0, 4127.0, 4149.0, 4136.0, 4135.0, 4139.0, 4128.0, 4136.0, 4147.0, 4150.0, 4148.0, 4137.0, 4125.0, 4128.0, 4139.0, 4149.0, 4151.0, 4152.0, 4150.0, 4129.0, 4138.0, 4151.0, 4161.0, 4163.0, 4192.0, 4161.0, 4139.0, 4151.0, 4139.0, 4138.0, 4140.0, 4147.0, 4135.0, 4147.0, 4127.0, 4146.0, 4136.0, 4156.0, 4147.0, 4156.0, 4136.0, 4125.0, 4126.0, 4127.0, 4137.0, 4140.0, 4147.0, 4127.0, 4156.0, 4137.0, 4136.0, 4148.0, 4140.0, 4128.0, 4138.0, 4168.0, 4149.0, 4139.0, 4140.0, 4128.0, 4150.0, 4150.0, 4180.0, 4137.0, 4126.0, 4138.0, 4126.0, 4128.0, 4137.0, 4157.0, 4139.0, 4167.0, 4134.0, 4155.0, 4137.0, 4124.0, 4125.0, 4115.0, 4125.0, 4137.0, 4166.0, 4136.0, 4127.0, 4138.0, 4138.0, 4128.0, 4140.0, 4168.0, 4136.0, 4127.0, 4128.0, 4138.0, 4137.0, 4146.0, 4140.0, 4150.0, 4139.0, 4148.0, 4149.0, 4139.0, 4139.0, 4127.0, 4127.0, 4138.0, 4168.0, 4137.0, 4167.0, 4136.0, 4135.0, 4135.0, 4125.0, 4126.0, 4126.0, 4122.0, 4125.0, 4125.0, 4137.0, 4125.0, 4129.0, 4152.0, 4169.0, 4149.0, 4139.0, 4137.0, 4151.0, 4171.0, 4150.0, 4141.0, 4161.0, 4126.0, 4150.0, 4149.0, 4155.0, 4140.0, 4138.0, 4149.0, 4140.0, 4140.0, 4149.0, 4152.0, 4152.0, 4160.0, 4165.0, 4174.0, 4163.0, 4160.0, 4161.0, 4148.0, 4159.0, 4147.0, 4146.0, 4123.0, 4123.0, 4123.0, 4112.0, 4111.0, 4101.0, 4121.0, 4119.0, 4120.0, 4125.0, 4137.0, 4125.0, 4122.0, 4123.0, 4133.0, 4123.0, 4111.0, 4123.0, 4123.0, 4134.0, 4135.0, 4141.0, 4121.0, 4132.0, 4123.0, 4113.0, 4136.0, 4124.0, 4125.0, 4135.0, 4146.0, 4135.0, 4134.0, 4135.0, 4125.0, 4126.0, 4127.0, 4136.0, 4124.0, 4123.0, 4126.0, 4125.0, 4136.0, 4138.0, 4134.0, 4128.0, 4127.0, 4138.0, 4138.0, 4160.0, 4149.0, 4151.0, 4153.0, 4161.0, 4140.0, 4169.0, 4151.0, 4137.0, 4139.0, 4140.0, 4149.0, 4138.0, 4169.0, 4139.0, 4136.0, 4138.0, 4140.0, 4139.0, 4139.0, 4128.0, 4139.0, 4139.0, 4146.0, 4146.0, 4141.0, 4151.0, 4127.0, 4147.0, 4137.0, 4166.0, 4138.0, 4138.0, 4138.0, 4125.0, 4126.0, 4136.0, 4136.0, 4138.0, 4160.0, 4149.0, 4139.0, 4128.0, 4137.0, 4149.0, 4149.0, 4145.0, 4140.0, 4141.0, 4150.0, 4138.0, 4138.0, 4152.0, 4140.0, 4141.0, 4152.0, 4182.0, 4149.0, 4140.0, 4140.0, 4127.0, 4150.0, 4148.0, 4141.0, 4158.0, 4139.0, 4182.0, 4139.0, 4140.0, 4149.0, 4161.0, 4150.0, 4151.0, 4130.0, 4150.0, 4151.0, 4170.0, 4138.0, 4136.0, 4124.0, 4114.0, 4125.0, 4122.0, 4146.0, 4136.0, 4157.0, 4125.0, 4125.0, 4113.0, 4125.0, 4124.0, 4136.0, 4158.0, 4136.0, 4122.0, 4125.0, 4127.0, 4135.0, 4159.0, 4141.0, 4151.0, 4142.0, 4150.0, 4148.0, 4152.0, 4150.0, 4153.0, 4150.0, 4149.0, 4162.0, 4163.0, 4163.0, 4163.0, 4153.0, 4153.0, 4181.0, 4163.0, 4182.0, 4184.0, 4140.0, 4170.0, 4138.0, 4145.0, 4137.0, 4135.0, 4138.0, 4128.0, 4117.0, 4137.0, 4147.0, 4137.0, 4125.0, 4126.0, 4137.0, 4157.0, 4148.0, 4126.0, 4135.0, 4125.0, 4125.0, 4127.0, 4145.0, 4135.0, 4166.0, 4136.0, 4124.0, 4123.0, 4126.0, 4126.0, 4126.0, 4134.0, 4126.0, 4133.0, 4135.0, 4114.0, 4137.0, 4126.0, 4116.0, 4125.0, 4126.0, 4136.0, 4137.0, 4149.0, 4153.0, 4141.0, 4137.0, 4151.0, 4149.0, 4151.0, 4162.0, 4162.0, 4180.0, 4163.0, 4150.0, 4175.0, 4140.0, 4149.0, 4149.0, 4159.0, 4138.0, 4137.0, 4136.0, 4160.0, 4161.0, 4158.0, 4128.0, 4129.0, 4138.0, 4156.0, 4150.0, 4179.0, 4148.0, 4114.0, 4114.0, 4126.0, 4124.0, 4134.0, 4126.0, 4138.0, 4124.0, 4137.0, 4135.0, 4146.0, 4136.0, 4126.0, 4126.0, 4139.0, 4169.0, 4147.0, 4139.0, 4128.0, 4139.0, 4147.0, 4157.0, 4140.0, 4129.0, 4140.0, 4138.0, 4141.0, 4148.0, 4161.0, 4163.0, 4153.0, 4162.0, 4141.0, 4168.0, 4148.0, 4158.0, 4150.0, 4128.0, 4127.0, 4139.0, 4138.0, 4127.0, 4128.0, 4138.0, 4151.0, 4157.0, 4136.0, 4126.0, 4128.0, 4136.0, 4147.0, 4147.0, 4151.0, 4150.0, 4131.0, 4139.0, 4117.0, 4128.0, 4138.0, 4151.0, 4143.0, 4152.0, 4162.0, 4183.0, 4161.0, 4182.0, 4153.0, 4168.0, 4149.0, 4180.0, 4161.0, 4138.0, 4145.0, 4125.0, 4145.0, 4137.0, 4126.0, 4125.0, 4125.0, 4143.0, 4137.0, 4152.0, 4123.0, 4112.0, 4111.0, 4122.0, 4124.0, 4134.0, 4155.0, 4135.0, 4113.0, 4112.0, 4111.0, 4111.0, 4122.0, 4135.0, 4136.0, 4113.0, 4103.0, 4122.0, 4131.0, 4125.0, 4125.0, 4136.0, 4127.0, 4134.0, 4138.0, 4124.0, 4137.0, 4134.0, 4138.0, 4149.0, 4167.0, 4148.0, 4138.0, 4137.0, 4126.0, 4138.0, 4150.0, 4168.0, 4138.0, 4126.0, 4127.0, 4137.0, 4156.0, 4149.0, 4139.0, 4128.0, 4137.0, 4168.0, 4146.0, 4138.0, 4139.0, 4141.0, 4137.0, 4139.0, 4166.0, 4148.0, 4124.0, 4127.0, 4128.0, 4138.0, 4148.0, 4177.0, 4150.0, 4136.0, 4129.0, 4137.0, 4158.0, 4149.0, 4140.0, 4150.0, 4126.0, 4136.0, 4139.0, 4147.0, 4138.0, 4139.0, 4139.0, 4128.0, 4135.0, 4139.0, 4127.0, 4139.0, 4125.0, 4129.0, 4150.0, 4158.0, 4138.0, 4158.0, 4137.0, 4125.0, 4139.0, 4130.0, 4127.0, 4126.0, 4167.0, 4138.0, 4157.0, 4137.0, 4126.0, 4137.0, 4125.0, 4124.0, 4125.0, 4136.0, 4138.0, 4137.0, 4148.0, 4139.0, 4139.0, 4138.0, 4158.0, 4137.0, 4169.0, 4163.0, 4138.0, 4139.0, 4151.0, 4138.0, 4152.0, 4138.0, 4132.0, 4153.0, 4182.0, 4155.0, 4142.0, 4152.0, 4141.0, 4128.0, 4139.0, 4153.0, 4140.0, 4163.0, 4151.0, 4191.0, 4139.0, 4168.0, 4138.0, 4114.0, 4125.0, 4125.0, 4131.0, 4123.0, 4123.0, 4145.0, 4134.0, 4142.0, 4122.0, 4111.0, 4111.0, 4111.0, 4111.0, 4131.0, 4142.0, 4123.0, 4114.0, 4146.0, 4137.0, 4144.0, 4124.0, 4111.0, 4113.0, 4125.0, 4122.0, 4136.0, 4144.0, 4137.0, 4138.0, 4147.0, 4114.0, 4125.0, 4114.0, 4125.0, 4113.0, 4135.0, 4135.0, 4142.0, 4124.0, 4144.0, 4122.0, 4123.0, 4125.0, 4112.0, 4114.0, 4125.0, 4123.0], 'WindowWidth': [9345.0, 9299.0, 9269.0, 9280.0, 9246.0, 9241.0, 9235.0, 9224.0, 9220.0, 9211.0, 9216.0, 9226.0, 9228.0, 9215.0, 9177.0, 9200.0, 9198.0, 9204.0, 9184.0, 9194.0, 9193.0, 9192.0, 9184.0, 9193.0, 9216.0, 9209.0, 9201.0, 9194.0, 9182.0, 9202.0, 9216.0, 9220.0, 9221.0, 9228.0, 9224.0, 9206.0, 9208.0, 9232.0, 9223.0, 9219.0, 9218.0, 9228.0, 9222.0, 9205.0, 9219.0, 9204.0, 9230.0, 9202.0, 9247.0, 9204.0, 9220.0, 9199.0, 9179.0, 9180.0, 9193.0, 9202.0, 9210.0, 9223.0, 9206.0, 9185.0, 9205.0, 9224.0, 9228.0, 9244.0, 9248.0, 9279.0, 9227.0, 9253.0, 9208.0, 9244.0, 9200.0, 9225.0, 9198.0, 9179.0, 9211.0, 9203.0, 9194.0, 9186.0, 9177.0, 9195.0, 9179.0, 9184.0, 9222.0, 9233.0, 9198.0, 9179.0, 9206.0, 9184.0, 9195.0, 9201.0, 9183.0, 9194.0, 9181.0, 9184.0, 9196.0, 9227.0, 9220.0, 9181.0, 9180.0, 9180.0, 9207.0, 9198.0, 9179.0, 9201.0, 9189.0, 9194.0, 9181.0, 9217.0, 9181.0, 9211.0, 9169.0, 9180.0, 9193.0, 9165.0, 9160.0, 9177.0, 9188.0, 9193.0, 9193.0, 9211.0, 9205.0, 9204.0, 9200.0, 9196.0, 9202.0, 9209.0, 9205.0, 9205.0, 9225.0, 9210.0, 9232.0, 9229.0, 9225.0, 9225.0, 9235.0, 9251.0, 9211.0, 9223.0, 9227.0, 9211.0, 9224.0, 9210.0, 9268.0, 9221.0, 9240.0, 9204.0, 9181.0, 9195.0, 9195.0, 9218.0, 9208.0, 9195.0, 9204.0, 9195.0, 9204.0, 9202.0, 9211.0, 9247.0, 9250.0, 9208.0, 9203.0, 9222.0, 9195.0, 9209.0, 9211.0, 9246.0, 9224.0, 9188.0, 9201.0, 9185.0, 9205.0, 9203.0, 9224.0, 9229.0, 9247.0, 9206.0, 9205.0, 9223.0, 9206.0, 9216.0, 9226.0, 9227.0, 9264.0, 9243.0, 9206.0, 9220.0, 9176.0, 9217.0, 9206.0, 9197.0, 9200.0, 9187.0, 9208.0, 9225.0, 9245.0, 9200.0, 9186.0, 9196.0, 9207.0, 9203.0, 9207.0, 9213.0, 9230.0, 9203.0, 9227.0, 9203.0, 9186.0, 9203.0, 9206.0, 9211.0, 9195.0, 9194.0, 9199.0, 9180.0, 9187.0, 9221.0, 9198.0, 9197.0, 9207.0, 9190.0, 9197.0, 9216.0, 9223.0, 9215.0, 9200.0, 9183.0, 9189.0, 9204.0, 9219.0, 9228.0, 9229.0, 9222.0, 9194.0, 9207.0, 9228.0, 9238.0, 9245.0, 9284.0, 9241.0, 9208.0, 9226.0, 9205.0, 9204.0, 9211.0, 9216.0, 9195.0, 9211.0, 9184.0, 9209.0, 9195.0, 9223.0, 9215.0, 9223.0, 9197.0, 9180.0, 9183.0, 9184.0, 9203.0, 9211.0, 9213.0, 9186.0, 9223.0, 9199.0, 9196.0, 9218.0, 9212.0, 9193.0, 9204.0, 9243.0, 9220.0, 9207.0, 9208.0, 9190.0, 9222.0, 9224.0, 9260.0, 9201.0, 9184.0, 9201.0, 9185.0, 9188.0, 9200.0, 9228.0, 9206.0, 9238.0, 9192.0, 9219.0, 9198.0, 9177.0, 9180.0, 9169.0, 9184.0, 9202.0, 9235.0, 9197.0, 9186.0, 9204.0, 9203.0, 9189.0, 9208.0, 9243.0, 9197.0, 9185.0, 9188.0, 9201.0, 9199.0, 9212.0, 9213.0, 9224.0, 9206.0, 9216.0, 9220.0, 9205.0, 9207.0, 9187.0, 9188.0, 9205.0, 9242.0, 9200.0, 9237.0, 9195.0, 9191.0, 9192.0, 9181.0, 9185.0, 9183.0, 9173.0, 9179.0, 9181.0, 9200.0, 9181.0, 9196.0, 9232.0, 9249.0, 9221.0, 9206.0, 9205.0, 9227.0, 9251.0, 9225.0, 9216.0, 9240.0, 9186.0, 9221.0, 9220.0, 9220.0, 9207.0, 9207.0, 9219.0, 9210.0, 9212.0, 9222.0, 9231.0, 9231.0, 9243.0, 9253.0, 9262.0, 9247.0, 9238.0, 9239.0, 9217.0, 9231.0, 9210.0, 9207.0, 9171.0, 9173.0, 9172.0, 9155.0, 9150.0, 9139.0, 9164.0, 9162.0, 9165.0, 9181.0, 9199.0, 9181.0, 9169.0, 9170.0, 9183.0, 9172.0, 9154.0, 9172.0, 9171.0, 9191.0, 9193.0, 9194.0, 9167.0, 9182.0, 9171.0, 9160.0, 9198.0, 9179.0, 9180.0, 9194.0, 9208.0, 9194.0, 9190.0, 9193.0, 9178.0, 9182.0, 9187.0, 9198.0, 9180.0, 9175.0, 9182.0, 9180.0, 9197.0, 9202.0, 9194.0, 9189.0, 9187.0, 9203.0, 9203.0, 9236.0, 9220.0, 9227.0, 9233.0, 9238.0, 9209.0, 9247.0, 9225.0, 9202.0, 9208.0, 9211.0, 9222.0, 9204.0, 9245.0, 9206.0, 9199.0, 9201.0, 9209.0, 9207.0, 9207.0, 9189.0, 9205.0, 9204.0, 9211.0, 9212.0, 9214.0, 9225.0, 9188.0, 9214.0, 9201.0, 9239.0, 9202.0, 9204.0, 9203.0, 9180.0, 9183.0, 9196.0, 9197.0, 9202.0, 9235.0, 9220.0, 9206.0, 9189.0, 9201.0, 9216.0, 9219.0, 9210.0, 9212.0, 9213.0, 9223.0, 9205.0, 9205.0, 9228.0, 9210.0, 9213.0, 9231.0, 9268.0, 9221.0, 9208.0, 9208.0, 9188.0, 9220.0, 9218.0, 9214.0, 9234.0, 9210.0, 9267.0, 9207.0, 9212.0, 9222.0, 9242.0, 9225.0, 9227.0, 9197.0, 9222.0, 9226.0, 9247.0, 9201.0, 9194.0, 9177.0, 9163.0, 9179.0, 9172.0, 9205.0, 9195.0, 9223.0, 9178.0, 9179.0, 9160.0, 9179.0, 9176.0, 9199.0, 9227.0, 9196.0, 9174.0, 9182.0, 9187.0, 9195.0, 9234.0, 9215.0, 9227.0, 9217.0, 9223.0, 9219.0, 9229.0, 9226.0, 9233.0, 9227.0, 9225.0, 9248.0, 9248.0, 9248.0, 9246.0, 9232.0, 9234.0, 9267.0, 9244.0, 9268.0, 9274.0, 9209.0, 9247.0, 9199.0, 9207.0, 9198.0, 9193.0, 9200.0, 9190.0, 9173.0, 9197.0, 9211.0, 9199.0, 9182.0, 9184.0, 9204.0, 9228.0, 9215.0, 9182.0, 9194.0, 9180.0, 9180.0, 9185.0, 9210.0, 9195.0, 9233.0, 9194.0, 9174.0, 9174.0, 9182.0, 9182.0, 9182.0, 9188.0, 9179.0, 9186.0, 9192.0, 9163.0, 9200.0, 9185.0, 9169.0, 9181.0, 9185.0, 9199.0, 9200.0, 9222.0, 9234.0, 9216.0, 9205.0, 9226.0, 9224.0, 9230.0, 9246.0, 9245.0, 9265.0, 9246.0, 9228.0, 9263.0, 9208.0, 9218.0, 9217.0, 9230.0, 9203.0, 9200.0, 9200.0, 9236.0, 9237.0, 9229.0, 9188.0, 9191.0, 9202.0, 9224.0, 9220.0, 9258.0, 9214.0, 9162.0, 9163.0, 9180.0, 9177.0, 9191.0, 9185.0, 9200.0, 9178.0, 9197.0, 9194.0, 9208.0, 9198.0, 9183.0, 9187.0, 9206.0, 9243.0, 9214.0, 9208.0, 9192.0, 9206.0, 9215.0, 9232.0, 9211.0, 9194.0, 9207.0, 9205.0, 9214.0, 9220.0, 9240.0, 9245.0, 9234.0, 9242.0, 9211.0, 9246.0, 9217.0, 9229.0, 9223.0, 9193.0, 9186.0, 9204.0, 9201.0, 9187.0, 9187.0, 9203.0, 9225.0, 9227.0, 9197.0, 9183.0, 9189.0, 9199.0, 9212.0, 9215.0, 9224.0, 9222.0, 9199.0, 9205.0, 9174.0, 9190.0, 9205.0, 9228.0, 9220.0, 9234.0, 9246.0, 9275.0, 9243.0, 9268.0, 9228.0, 9243.0, 9219.0, 9264.0, 9239.0, 9203.0, 9207.0, 9177.0, 9203.0, 9197.0, 9181.0, 9180.0, 9177.0, 9201.0, 9198.0, 9210.0, 9172.0, 9155.0, 9153.0, 9169.0, 9173.0, 9191.0, 9219.0, 9189.0, 9159.0, 9157.0, 9154.0, 9153.0, 9169.0, 9191.0, 9194.0, 9160.0, 9147.0, 9170.0, 9182.0, 9178.0, 9179.0, 9198.0, 9188.0, 9193.0, 9201.0, 9180.0, 9199.0, 9194.0, 9202.0, 9220.0, 9243.0, 9214.0, 9203.0, 9199.0, 9182.0, 9204.0, 9221.0, 9241.0, 9203.0, 9185.0, 9187.0, 9201.0, 9224.0, 9221.0, 9208.0, 9189.0, 9201.0, 9242.0, 9213.0, 9203.0, 9206.0, 9215.0, 9203.0, 9205.0, 9237.0, 9215.0, 9181.0, 9186.0, 9188.0, 9204.0, 9219.0, 9255.0, 9222.0, 9199.0, 9193.0, 9201.0, 9229.0, 9222.0, 9210.0, 9222.0, 9186.0, 9200.0, 9206.0, 9214.0, 9203.0, 9210.0, 9207.0, 9189.0, 9194.0, 9203.0, 9186.0, 9205.0, 9183.0, 9194.0, 9223.0, 9229.0, 9203.0, 9227.0, 9200.0, 9180.0, 9203.0, 9195.0, 9186.0, 9182.0, 9237.0, 9199.0, 9222.0, 9199.0, 9187.0, 9200.0, 9180.0, 9178.0, 9180.0, 9196.0, 9203.0, 9203.0, 9220.0, 9208.0, 9207.0, 9206.0, 9232.0, 9204.0, 9247.0, 9245.0, 9205.0, 9206.0, 9224.0, 9206.0, 9227.0, 9205.0, 9202.0, 9233.0, 9268.0, 9238.0, 9220.0, 9230.0, 9212.0, 9192.0, 9209.0, 9232.0, 9211.0, 9247.0, 9226.0, 9279.0, 9203.0, 9242.0, 9199.0, 9163.0, 9180.0, 9178.0, 9181.0, 9173.0, 9172.0, 9206.0, 9191.0, 9196.0, 9168.0, 9152.0, 9153.0, 9152.0, 9154.0, 9181.0, 9195.0, 9172.0, 9164.0, 9209.0, 9200.0, 9201.0, 9175.0, 9154.0, 9159.0, 9177.0, 9171.0, 9195.0, 9204.0, 9199.0, 9202.0, 9211.0, 9162.0, 9179.0, 9162.0, 9177.0, 9159.0, 9193.0, 9194.0, 9198.0, 9175.0, 9200.0, 9171.0, 9175.0, 9178.0, 9158.0, 9164.0, 9179.0, 9175.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.0003420622119815668</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015126539516129031</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.25018262798154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1702146949134955</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968147209342555</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4515</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5373.7017</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0746498418280057</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8064516129032258</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.389188720874694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3107860358156587</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.648987573206851</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.207792553601573</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0158281</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01594035141170025</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020622389391064644</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8078215751096693</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>26.1127</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4299</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.1129</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310279.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>852.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.6146</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0818</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.9015</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.3077</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3612.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66265.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4578.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.5667</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.98746820027009</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> |