=== 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-0038 --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-0038",
"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-0038_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0038_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d67ce4b1cb4afa8830de24b72bdb68f4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:45:24.927500</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.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0718788</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>229.808</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>245211ef-6326-4afc-b87a-721703ae7860||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.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['154524.927500', '154525.387500', '154525.847500', '154526.307500', '154526.767500', '154527.227500', '154527.687500', '154528.147500', '154528.607500', '154529.067500', '154529.527500', '154529.987500', '154530.447500', '154530.907500', '154531.367500', '154531.827500', '154532.287500', '154532.747500', '154533.207500', '154533.667500', '154534.127500', '154534.587500', '154535.047500', '154535.507500', '154535.967500', '154536.427500', '154536.887500', '154537.347500', '154537.807500', '154538.267500', '154538.727500', '154539.187500', '154539.647500', '154540.107500', '154540.567500', '154541.027500', '154541.487500', '154541.947500', '154542.407500', '154542.867500', '154543.327500', '154543.787500', '154544.247500', '154544.707500', '154545.167500', '154545.627500', '154546.087500', '154546.547500', '154547.007500', '154547.467500', '154547.927500', '154548.387500', '154548.847500', '154549.307500', '154549.767500', '154550.227500', '154550.687500', '154551.147500', '154551.607500', '154552.067500', '154552.527500', '154552.987500', '154553.447500', '154553.907500', '154554.367500', '154554.827500', '154555.287500', '154555.747500', '154556.207500', '154556.667500', '154557.127500', '154557.587500', '154558.047500', '154558.507500', '154558.967500', '154559.427500', '154559.887500', '154600.347500', '154600.807500', '154601.267500', '154601.727500', '154602.187500', '154602.647500', '154603.107500', '154603.567500', '154604.027500', '154604.487500', '154604.947500', '154605.407500', '154605.867500', '154606.327500', '154606.787500', '154607.247500', '154607.707500', '154608.167500', '154608.627500', '154609.087500', '154609.547500', '154610.007500', '154610.467500', '154610.927500', '154611.387500', '154611.847500', '154612.307500', '154612.767500', '154613.227500', '154613.687500', '154614.147500', '154614.607500', '154615.067500', '154615.527500', '154615.987500', '154616.447500', '154616.907500', '154617.367500', '154617.827500', '154618.287500', '154618.747500', '154619.207500', '154619.667500', '154620.127500', '154620.587500', '154621.047500', '154621.507500', '154621.967500', '154622.427500', '154622.887500', '154623.347500', '154623.807500', '154624.267500', '154624.727500', '154625.187500', '154625.647500', '154626.107500', '154626.567500', '154627.027500', '154627.487500', '154627.947500', '154628.407500', '154628.867500', '154629.327500', '154629.787500', '154630.247500', '154630.707500', '154631.167500', '154631.627500', '154632.087500', '154632.547500', '154633.007500', '154633.467500', '154633.927500', '154634.387500', '154634.847500', '154635.307500', '154635.767500', '154636.227500', '154636.687500', '154637.147500', '154637.607500', '154638.067500', '154638.527500', '154638.987500', '154639.447500', '154639.907500', '154640.367500', '154640.827500', '154641.287500', '154641.747500', '154642.207500', '154642.667500', '154643.127500', '154643.587500', '154644.047500', '154644.507500', '154644.967500', '154645.427500', '154645.887500', '154646.347500', '154646.807500', '154647.267500', '154647.727500', '154648.187500', '154648.647500', '154649.107500', '154649.567500', '154650.027500', '154650.487500', '154650.947500', '154651.407500', '154651.867500', '154652.327500', '154652.787500', '154653.247500', '154653.707500', '154654.167500', '154654.627500', '154655.087500', '154655.547500', '154656.007500', '154656.467500', '154656.927500', '154657.387500', '154657.847500', '154658.307500', '154658.767500', '154659.227500', '154659.687500', '154700.147500', '154700.607500', '154701.067500', '154701.527500', '154701.987500', '154702.447500', '154702.907500', '154703.367500', '154703.827500', '154704.287500', '154704.747500', '154705.207500', '154705.667500', '154706.127500', '154706.587500', '154707.047500', '154707.507500', '154707.967500', '154708.427500', '154708.887500', '154709.347500', '154709.807500', '154710.267500', '154710.727500', '154711.187500', '154711.647500', '154712.107500', '154712.567500', '154713.027500', '154713.487500', '154713.947500', '154714.407500', '154714.867500', '154715.327500', '154715.787500', '154716.247500', '154716.707500', '154717.167500', '154717.627500', '154718.087500', '154718.547500', '154719.007500', '154719.467500', '154719.927500', '154720.387500', '154720.847500', '154721.307500', '154721.767500', '154722.227500', '154722.687500', '154723.147500', '154723.607500', '154724.067500', '154724.527500', '154724.987500', '154725.447500', '154725.907500', '154726.367500', '154726.827500', '154727.287500', '154727.747500', '154728.207500', '154728.667500', '154729.127500', '154729.587500', '154730.047500', '154730.507500', '154730.967500', '154731.427500', '154731.887500', '154732.347500', '154732.807500', '154733.267500', '154733.727500', '154734.187500', '154734.647500', '154735.107500', '154735.567500', '154736.027500', '154736.487500', '154736.947500', '154737.407500', '154737.867500', '154738.327500', '154738.787500', '154739.247500', '154739.707500', '154740.167500', '154740.627500', '154741.087500', '154741.547500', '154742.007500', '154742.467500', '154742.927500', '154743.387500', '154743.847500', '154744.307500', '154744.767500', '154745.227500', '154745.687500', '154746.147500', '154746.607500', '154747.067500', '154747.527500', '154747.987500', '154748.447500', '154748.907500', '154749.367500', '154749.827500', '154750.287500', '154750.747500', '154751.207500', '154751.667500', '154752.127500', '154752.587500', '154753.047500', '154753.507500', '154753.967500', '154754.427500', '154754.887500', '154755.347500', '154755.807500', '154756.267500', '154756.727500', '154757.187500', '154757.647500', '154758.107500', '154758.567500', '154759.027500', '154759.487500', '154759.947500', '154800.407500', '154800.867500', '154801.327500', '154801.787500', '154802.247500', '154802.707500', '154803.167500', '154803.627500', '154804.087500', '154804.547500', '154805.007500', '154805.467500', '154805.927500', '154806.387500', '154806.847500', '154807.307500', '154807.767500', '154808.227500', '154808.687500', '154809.147500', '154809.607500', '154810.067500', '154810.527500', '154810.987500', '154811.447500', '154811.907500', '154812.367500', '154812.827500', '154813.287500', '154813.747500', '154814.207500', '154814.667500', '154815.127500', '154815.587500', '154816.047500', '154816.507500', '154816.967500', '154817.427500', '154817.887500', '154818.347500', '154818.807500', '154819.267500', '154819.727500', '154820.187500', '154820.647500', '154821.107500', '154821.567500', '154822.027500', '154822.487500', '154822.947500', '154823.407500', '154823.867500', '154824.327500', '154824.787500', '154825.247500', '154825.707500', '154826.167500', '154826.627500', '154827.087500', '154827.547500', '154828.007500', '154828.467500', '154828.927500', '154829.387500', '154829.847500', '154830.307500', '154830.767500', '154831.227500', '154831.687500', '154832.147500', '154832.607500', '154833.067500', '154833.527500', '154833.987500', '154834.447500', '154834.907500', '154835.367500', '154835.827500', '154836.287500', '154836.747500', '154837.207500', '154837.667500', '154838.127500', '154838.587500', '154839.047500', '154839.507500', '154839.967500', '154840.427500', '154840.887500', '154841.347500', '154841.807500', '154842.267500', '154842.727500', '154843.187500', '154843.647500', '154844.107500', '154844.567500', '154845.027500', '154845.487500', '154845.947500', '154846.407500', '154846.867500', '154847.327500', '154847.787500', '154848.247500', '154848.707500', '154849.167500', '154849.627500', '154850.087500', '154850.547500', '154851.007500', '154851.467500', '154851.927500', '154852.387500', '154852.847500', '154853.307500', '154853.767500', '154854.227500', '154854.687500', '154855.147500', '154855.607500', '154856.067500', '154856.527500', '154856.987500', '154857.447500', '154857.907500', '154858.367500', '154858.827500', '154859.287500', '154859.747500', '154900.207500', '154900.667500', '154901.127500', '154901.587500', '154902.047500', '154902.507500', '154902.967500', '154903.427500', '154903.887500', '154904.347500', '154904.807500', '154905.267500', '154905.727500', '154906.187500', '154906.647500', '154907.107500', '154907.567500', '154908.027500', '154908.487500', '154908.947500', '154909.407500', '154909.867500', '154910.327500', '154910.787500', '154911.247500', '154911.707500', '154912.167500', '154912.627500', '154913.087500', '154913.547500', '154914.007500', '154914.467500', '154914.927500', '154915.387500', '154915.847500', '154916.307500', '154916.767500', '154917.227500', '154917.687500', '154918.147500', '154918.607500', '154919.067500', '154919.527500', '154919.987500', '154920.447500', '154920.907500', '154921.367500', '154921.827500', '154922.287500', '154922.747500', '154923.207500', '154923.667500', '154924.127500', '154924.587500', '154925.047500', '154925.507500', '154925.967500', '154926.427500', '154926.887500', '154927.347500', '154927.807500', '154928.267500', '154928.727500', '154929.187500', '154929.647500', '154930.107500', '154930.567500', '154931.027500', '154931.487500', '154931.947500', '154932.407500', '154932.867500', '154933.327500', '154933.787500', '154934.247500', '154934.707500', '154935.167500', '154935.627500', '154936.087500', '154936.547500', '154937.007500', '154937.467500', '154937.927500', '154938.387500', '154938.847500', '154939.307500', '154939.767500', '154940.227500', '154940.687500', '154941.147500', '154941.607500', '154942.067500', '154942.527500', '154942.987500', '154943.447500', '154943.907500', '154944.367500', '154944.827500', '154945.287500', '154945.747500', '154946.207500', '154946.667500', '154947.127500', '154947.587500', '154948.047500', '154948.507500', '154948.967500', '154949.427500', '154949.887500', '154950.347500', '154950.807500', '154951.267500', '154951.727500', '154952.187500', '154952.647500', '154953.107500', '154953.567500', '154954.027500', '154954.487500', '154954.947500', '154955.407500', '154955.867500', '154956.327500', '154956.787500', '154957.247500', '154957.707500', '154958.167500', '154958.627500', '154959.087500', '154959.547500', '155000.007500', '155000.467500', '155000.927500', '155001.387500', '155001.847500', '155002.307500', '155002.767500', '155003.227500', '155003.687500', '155004.147500', '155004.607500', '155005.067500', '155005.527500', '155005.987500', '155006.447500', '155006.907500', '155007.367500', '155007.827500', '155008.287500', '155008.747500', '155009.207500', '155009.667500', '155010.127500', '155010.587500', '155011.047500', '155011.507500', '155011.967500', '155012.427500', '155012.887500', '155013.347500', '155013.807500', '155014.267500', '155014.727500', '155015.187500', '155015.647500', '155016.107500', '155016.567500', '155017.027500', '155017.487500', '155017.947500', '155018.407500', '155018.867500', '155019.327500', '155019.787500', '155020.247500', '155020.707500', '155021.167500', '155021.627500', '155022.087500', '155022.547500', '155023.007500', '155023.467500', '155023.927500', '155024.387500', '155024.847500', '155025.307500', '155025.767500', '155026.227500', '155026.687500', '155027.147500', '155027.607500', '155028.067500', '155028.527500', '155028.987500', '155029.447500', '155029.907500', '155030.367500', '155030.827500', '155031.287500', '155031.747500', '155032.207500', '155032.667500', '155033.127500', '155033.587500', '155034.047500', '155034.507500', '155034.967500', '155035.427500', '155035.887500', '155036.347500', '155036.807500', '155037.267500', '155037.727500', '155038.187500', '155038.647500', '155039.107500', '155039.567500', '155040.027500', '155040.487500', '155040.947500', '155041.407500', '155041.867500', '155042.327500', '155042.787500', '155043.247500', '155043.707500', '155044.167500', '155044.627500', '155045.087500', '155045.547500', '155046.007500', '155046.467500', '155046.927500', '155047.387500', '155047.847500', '155048.307500', '155048.767500', '155049.227500', '155049.687500', '155050.147500', '155050.607500', '155051.067500', '155051.527500', '155051.987500', '155052.447500', '155052.907500', '155053.367500', '155053.827500', '155054.287500', '155054.747500', '155055.207500', '155055.667500', '155056.127500', '155056.587500', '155057.047500', '155057.507500', '155057.967500', '155058.427500', '155058.887500', '155059.347500', '155059.807500', '155100.267500', '155100.727500', '155101.187500', '155101.647500', '155102.107500', '155102.567500', '155103.027500', '155103.487500', '155103.947500', '155104.407500', '155104.867500', '155105.327500', '155105.787500', '155106.247500', '155106.707500', '155107.167500', '155107.627500', '155108.087500', '155108.547500', '155109.007500', '155109.467500', '155109.927500', '155110.387500', '155110.847500', '155111.307500', '155111.767500', '155112.227500', '155112.687500', '155113.147500', '155113.607500', '155114.067500', '155114.527500', '155114.987500', '155115.447500', '155115.907500', '155116.367500', '155116.827500', '155117.287500', '155117.747500', '155118.207500', '155118.667500', '155119.127500', '155119.587500', '155120.047500', '155120.507500', '155120.967500', '155121.427500', '155121.887500', '155122.347500', '155122.807500', '155123.267500', '155123.727500', '155124.187500', '155124.647500', '155125.107500', '155125.567500', '155126.027500', '155126.487500', '155126.947500', '155127.407500', '155127.867500', '155128.327500', '155128.787500', '155129.247500', '155129.707500', '155130.167500', '155130.627500', '155131.087500', '155131.547500', '155132.007500', '155132.467500', '155132.927500', '155133.387500', '155133.847500', '155134.307500', '155134.767500', '155135.227500', '155135.687500', '155136.147500', '155136.607500', '155137.067500', '155137.527500', '155137.987500', '155138.447500', '155138.907500', '155139.367500', '155139.827500', '155140.287500', '155140.747500', '155141.207500', '155141.667500', '155142.127500', '155142.587500', '155143.047500', '155143.507500', '155143.967500', '155144.427500', '155144.887500', '155145.347500', '155145.807500', '155146.267500', '155146.727500', '155147.187500', '155147.647500', '155148.107500', '155148.567500', '155149.027500', '155149.487500', '155149.947500', '155150.407500', '155150.867500', '155151.327500', '155151.787500', '155152.247500', '155152.707500', '155153.167500', '155153.627500', '155154.087500', '155154.547500', '155155.007500', '155155.467500', '155155.927500', '155156.387500', '155156.847500', '155157.307500', '155157.767500', '155158.227500', '155158.687500', '155159.147500', '155159.607500', '155200.067500', '155200.527500', '155200.987500', '155201.447500', '155201.907500', '155202.367500', '155202.827500', '155203.287500', '155203.747500', '155204.207500', '155204.667500', '155205.127500', '155205.587500'], 'ContentTime': ['154547.070000', '154547.075000', '154547.078000', '154547.080000', '154547.083000', '154547.086000', '154547.089000', '154547.092000', '154547.106000', '154547.108000', '154547.111000', '154547.114000', '154547.117000', '154547.120000', '154547.123000', '154547.126000', '154547.128000', '154547.131000', '154547.134000', '154547.137000', '154547.140000', '154547.143000', '154547.146000', '154547.148000', '154547.151000', '154547.154000', '154547.157000', '154547.160000', '154547.163000', '154547.166000', '154547.168000', '154547.171000', '154547.174000', '154547.177000', '154547.180000', '154547.182000', '154547.185000', '154547.188000', '154547.191000', '154547.194000', '154547.197000', '154547.199000', '154547.202000', '154547.205000', '154547.208000', '154547.211000', '154607.035000', '154607.038000', '154607.041000', '154607.043000', '154607.046000', '154607.057000', '154607.060000', '154607.063000', '154607.065000', '154607.069000', '154607.071000', '154607.074000', '154607.077000', '154607.080000', '154607.083000', '154607.085000', '154607.088000', '154607.091000', '154607.094000', '154607.097000', '154607.099000', '154607.102000', '154607.105000', '154607.108000', '154607.111000', '154607.114000', '154607.117000', '154607.119000', '154607.122000', '154607.125000', '154607.128000', '154607.131000', '154607.133000', '154607.136000', '154607.149000', '154607.152000', '154607.155000', '154607.158000', '154607.160000', '154607.163000', '154607.166000', '154607.169000', '154607.172000', '154607.174000', '154627.035000', '154627.038000', '154627.041000', '154627.044000', '154627.046000', '154627.049000', '154627.052000', '154627.055000', '154627.058000', '154627.061000', '154627.063000', '154627.066000', '154627.069000', '154627.072000', '154627.075000', '154627.079000', '154627.084000', '154627.087000', '154627.090000', '154627.092000', '154627.095000', '154627.098000', '154627.101000', '154627.104000', '154627.106000', '154627.109000', '154627.112000', '154627.115000', '154627.118000', '154627.121000', '154627.123000', '154627.126000', '154627.129000', '154627.132000', '154627.135000', '154627.137000', '154627.140000', '154627.146000', '154627.149000', '154627.151000', '154627.154000', '154627.157000', '154627.160000', '154647.035000', '154647.038000', '154647.040000', '154647.043000', '154647.046000', '154647.049000', '154647.052000', '154647.055000', '154647.058000', '154647.060000', '154647.063000', '154647.066000', '154647.069000', '154647.072000', '154647.075000', '154647.078000', '154647.081000', '154647.083000', '154647.086000', '154647.089000', '154647.092000', '154647.095000', '154647.098000', '154647.100000', '154647.103000', '154647.106000', '154647.109000', '154647.112000', '154647.115000', '154647.118000', '154647.120000', '154647.123000', '154647.126000', '154647.129000', '154647.132000', '154647.135000', '154647.138000', '154647.141000', '154647.144000', '154647.146000', '154647.149000', '154647.152000', '154647.155000', '154647.158000', '154707.034000', '154707.038000', '154707.041000', '154707.044000', '154707.047000', '154707.050000', '154707.064000', '154707.067000', '154707.070000', '154707.072000', '154707.075000', '154707.078000', '154707.081000', '154707.084000', '154707.091000', '154707.094000', '154707.097000', '154707.100000', '154707.103000', '154707.106000', '154707.109000', '154707.111000', '154707.116000', '154707.119000', '154707.122000', '154707.125000', '154707.128000', '154707.130000', '154707.133000', '154707.136000', '154707.139000', '154707.142000', '154707.145000', '154707.148000', '154707.151000', '154707.153000', '154707.156000', '154707.159000', '154707.162000', '154707.165000', '154707.168000', '154707.170000', '154707.173000', '154727.034000', '154727.037000', '154727.039000', '154727.042000', '154727.045000', '154727.048000', '154727.051000', '154727.054000', '154727.057000', '154727.060000', '154727.062000', '154727.065000', '154727.068000', '154727.071000', '154727.074000', '154727.077000', '154727.079000', '154727.082000', '154727.085000', '154727.088000', '154727.091000', '154727.094000', '154727.096000', '154727.099000', '154727.102000', '154727.105000', '154727.108000', '154727.111000', '154727.113000', '154727.116000', '154727.119000', '154727.122000', '154727.125000', '154727.127000', '154727.130000', '154727.133000', '154727.136000', '154727.139000', '154727.141000', '154727.144000', '154727.147000', '154727.150000', '154727.153000', '154727.156000', '154747.034000', '154747.037000', '154747.040000', '154747.042000', '154747.045000', '154747.048000', '154747.051000', '154747.054000', '154747.057000', '154747.060000', '154747.063000', '154747.065000', '154747.068000', '154747.071000', '154747.074000', '154747.077000', '154747.080000', '154747.083000', '154747.086000', '154747.088000', '154747.091000', '154747.094000', '154747.097000', '154747.100000', '154747.103000', '154747.106000', '154747.109000', '154747.111000', '154747.114000', '154747.117000', '154747.120000', '154747.123000', '154747.125000', '154747.130000', '154747.134000', '154747.138000', '154747.140000', '154747.143000', '154747.146000', '154747.149000', '154747.152000', '154747.155000', '154747.157000', '154807.035000', '154807.038000', '154807.041000', '154807.044000', '154807.047000', '154807.049000', '154807.052000', '154807.055000', '154807.058000', '154807.061000', '154807.064000', '154807.067000', '154807.069000', '154807.072000', '154807.075000', '154807.078000', '154807.081000', '154807.083000', '154807.087000', '154807.089000', '154807.092000', '154807.095000', '154807.098000', '154807.106000', '154807.108000', '154807.111000', '154807.114000', '154807.117000', '154807.120000', '154807.123000', '154807.126000', '154807.128000', '154807.131000', '154807.134000', '154807.137000', '154807.140000', '154807.143000', '154807.145000', '154807.148000', '154807.151000', '154807.154000', '154807.157000', '154807.160000', '154807.163000', '154827.035000', '154827.038000', '154827.041000', '154827.043000', '154827.046000', '154827.049000', '154827.052000', '154827.055000', '154827.058000', '154827.061000', '154827.064000', '154827.066000', '154827.069000', '154827.072000', '154827.075000', '154827.079000', '154827.082000', '154827.085000', '154827.088000', '154827.090000', '154827.093000', '154827.096000', '154827.099000', '154827.102000', '154827.105000', '154827.107000', '154827.110000', '154827.113000', '154827.116000', '154827.119000', '154827.121000', '154827.124000', '154827.127000', '154827.130000', '154827.133000', '154827.136000', '154827.139000', '154827.143000', '154827.148000', '154827.151000', '154827.154000', '154827.156000', '154827.159000', '154847.035000', '154847.038000', '154847.041000', '154847.044000', '154847.046000', '154847.050000', '154847.052000', '154847.055000', '154847.058000', '154847.061000', '154847.064000', '154847.067000', '154847.070000', '154847.073000', '154847.075000', '154847.078000', '154847.081000', '154847.084000', '154847.087000', '154847.090000', '154847.093000', '154847.096000', '154847.098000', '154847.101000', '154847.104000', '154847.107000', '154847.110000', '154847.113000', '154847.115000', '154847.118000', '154847.121000', '154847.124000', '154847.127000', '154847.130000', '154847.133000', '154847.135000', '154847.138000', '154847.141000', '154847.144000', '154847.147000', '154847.150000', '154847.153000', '154847.155000', '154847.158000', '154907.035000', '154907.038000', '154907.041000', '154907.044000', '154907.046000', '154907.049000', '154907.052000', '154907.055000', '154907.058000', '154907.061000', '154907.064000', '154907.067000', '154907.069000', '154907.072000', '154907.075000', '154907.078000', '154907.081000', '154907.084000', '154907.086000', '154907.089000', '154907.092000', '154907.095000', '154907.098000', '154907.101000', '154907.104000', '154907.106000', '154907.109000', '154907.112000', '154907.115000', '154907.118000', '154907.121000', '154907.124000', '154907.127000', '154907.130000', '154907.133000', '154907.135000', '154907.138000', '154907.141000', '154907.144000', '154907.147000', '154907.150000', '154907.152000', '154907.155000', '154927.034000', '154927.037000', '154927.040000', '154927.043000', '154927.046000', '154927.049000', '154927.051000', '154927.054000', '154927.057000', '154927.060000', '154927.063000', '154927.065000', '154927.069000', '154927.071000', '154927.074000', '154927.077000', '154927.080000', '154927.083000', '154927.086000', '154927.088000', '154927.091000', '154927.094000', '154927.097000', '154927.100000', '154927.103000', '154927.106000', '154927.108000', '154927.111000', '154927.114000', '154927.117000', '154927.120000', '154927.122000', '154927.125000', '154927.128000', '154927.131000', '154927.134000', '154927.137000', '154927.139000', '154927.142000', '154927.145000', '154927.148000', '154927.151000', '154927.154000', '154927.156000', '154947.034000', '154947.037000', '154947.040000', '154947.043000', '154947.045000', '154947.048000', '154947.051000', '154947.054000', '154947.057000', '154947.060000', '154947.063000', '154947.066000', '154947.068000', '154947.071000', '154947.074000', '154947.077000', '154947.080000', '154947.083000', '154947.086000', '154947.089000', '154947.091000', '154947.094000', '154947.097000', '154947.100000', '154947.103000', '154947.106000', '154947.109000', '154947.112000', '154947.115000', '154947.118000', '154947.121000', '154947.124000', '154947.127000', '154947.130000', '154947.133000', '154947.135000', '154947.138000', '154947.141000', '154947.144000', '154947.147000', '154947.150000', '154947.152000', '154947.155000', '155007.034000', '155007.037000', '155007.040000', '155007.043000', '155007.045000', '155007.048000', '155007.051000', '155007.060000', '155007.063000', '155007.066000', '155007.069000', '155007.072000', '155007.075000', '155007.085000', '155007.088000', '155007.091000', '155007.094000', '155007.097000', '155007.100000', '155007.103000', '155007.106000', '155007.108000', '155007.111000', '155007.114000', '155007.117000', '155007.120000', '155007.122000', '155007.126000', '155007.128000', '155007.131000', '155007.134000', '155007.137000', '155007.140000', '155007.147000', '155007.150000', '155007.153000', '155007.156000', '155007.158000', '155007.161000', '155007.164000', '155007.167000', '155007.170000', '155007.173000', '155007.176000', '155027.035000', '155027.038000', '155027.041000', '155027.044000', '155027.047000', '155027.050000', '155027.053000', '155027.056000', '155027.058000', '155027.061000', '155027.064000', '155027.067000', '155027.070000', '155027.073000', '155027.079000', '155027.082000', '155027.085000', '155027.088000', '155027.090000', '155027.093000', '155027.096000', '155027.099000', '155027.102000', '155027.105000', '155027.107000', '155027.110000', '155027.113000', '155027.116000', '155027.119000', '155027.122000', '155027.125000', '155027.127000', '155027.130000', '155027.133000', '155027.136000', '155027.139000', '155027.142000', '155027.145000', '155027.147000', '155027.150000', '155027.153000', '155027.156000', '155027.159000', '155047.035000', '155047.038000', '155047.041000', '155047.044000', '155047.046000', '155047.049000', '155047.052000', '155047.055000', '155047.058000', '155047.061000', '155047.064000', '155047.067000', '155047.070000', '155047.073000', '155047.075000', '155047.078000', '155047.081000', '155047.084000', '155047.087000', '155047.090000', '155047.092000', '155047.095000', '155047.098000', '155047.101000', '155047.104000', '155047.107000', '155047.110000', '155047.113000', '155047.115000', '155047.118000', '155047.121000', '155047.124000', '155047.127000', '155047.130000', '155047.132000', '155047.135000', '155047.138000', '155047.141000', '155047.144000', '155047.147000', '155047.150000', '155047.152000', '155047.155000', '155047.158000', '155107.035000', '155107.038000', '155107.041000', '155107.044000', '155107.047000', '155107.049000', '155107.052000', '155107.055000', '155107.058000', '155107.061000', '155107.064000', '155107.067000', '155107.070000', '155107.073000', '155107.075000', '155107.078000', '155107.081000', '155107.084000', '155107.087000', '155107.090000', '155107.093000', '155107.095000', '155107.098000', '155107.101000', '155107.104000', '155107.107000', '155107.110000', '155107.112000', '155107.115000', '155107.118000', '155107.121000', '155107.124000', '155107.127000', '155107.130000', '155107.132000', '155107.135000', '155107.138000', '155107.141000', '155107.144000', '155107.147000', '155107.149000', '155107.153000', '155107.156000', '155127.035000', '155127.038000', '155127.041000', '155127.043000', '155127.046000', '155127.049000', '155127.052000', '155127.055000', '155127.058000', '155127.061000', '155127.064000', '155127.067000', '155127.070000', '155127.073000', '155127.075000', '155127.078000', '155127.081000', '155127.084000', '155127.087000', '155127.089000', '155127.092000', '155127.095000', '155127.100000', '155127.102000', '155127.105000', '155127.108000', '155127.111000', '155127.114000', '155127.117000', '155127.120000', '155127.123000', '155127.125000', '155127.128000', '155127.131000', '155127.134000', '155127.137000', '155127.139000', '155127.142000', '155127.151000', '155127.154000', '155127.157000', '155127.160000', '155127.163000', '155127.165000', '155147.034000', '155147.037000', '155147.040000', '155147.043000', '155147.045000', '155147.048000', '155147.051000', '155147.054000', '155147.057000', '155147.060000', '155147.062000', '155147.066000', '155147.068000', '155147.071000', '155147.074000', '155147.077000', '155147.080000', '155147.083000', '155147.085000', '155147.088000', '155147.091000', '155147.094000', '155147.097000', '155147.100000', '155147.103000', '155147.105000', '155147.108000', '155147.111000', '155147.114000', '155147.117000', '155147.119000', '155147.122000', '155147.125000', '155147.128000', '155147.131000', '155147.134000', '155147.137000', '155147.140000', '155147.142000', '155147.145000', '155147.148000', '155147.151000', '155147.154000', '155206.611000', '155206.615000', '155206.617000', '155206.621000', '155206.624000', '155206.627000', '155206.630000', '155206.633000', '155206.636000', '155206.640000', '155206.643000', '155206.646000', '155206.649000', '155206.652000', '155206.655000', '155206.658000', '155206.660000', '155206.663000', '155206.667000', '155206.670000', '155206.673000', '155206.676000', '155206.679000', '155206.682000', '155206.685000', '155206.688000', '155206.690000', '155206.693000', '155206.696000', '155206.699000', '155206.702000', '155206.705000', '155206.707000', '155206.710000', '155206.713000', '155206.716000', '155206.719000', '155206.722000', '155206.725000', '155206.728000', '155206.732000', '155206.735000', '155206.737000'], 'InstanceCreationTime': ['154547.070000', '154547.075000', '154547.078000', '154547.080000', '154547.083000', '154547.086000', '154547.089000', '154547.092000', '154547.106000', '154547.108000', '154547.111000', '154547.114000', '154547.117000', '154547.120000', '154547.123000', '154547.126000', '154547.128000', '154547.131000', '154547.134000', '154547.137000', '154547.140000', '154547.143000', '154547.146000', '154547.148000', '154547.151000', '154547.154000', '154547.157000', '154547.160000', '154547.163000', '154547.166000', '154547.168000', '154547.171000', '154547.174000', '154547.177000', '154547.180000', '154547.182000', '154547.185000', '154547.188000', '154547.191000', '154547.194000', '154547.197000', '154547.199000', '154547.202000', '154547.205000', '154547.208000', '154547.211000', '154607.035000', '154607.038000', '154607.041000', '154607.043000', '154607.046000', '154607.057000', '154607.060000', '154607.063000', '154607.065000', '154607.069000', '154607.071000', '154607.074000', '154607.077000', '154607.080000', '154607.083000', '154607.085000', '154607.088000', '154607.091000', '154607.094000', '154607.097000', '154607.099000', '154607.102000', '154607.105000', '154607.108000', '154607.111000', '154607.114000', '154607.117000', '154607.119000', '154607.122000', '154607.125000', '154607.128000', '154607.131000', '154607.133000', '154607.136000', '154607.149000', '154607.152000', '154607.155000', '154607.158000', '154607.160000', '154607.163000', '154607.166000', '154607.169000', '154607.172000', '154607.174000', '154627.035000', '154627.038000', '154627.041000', '154627.044000', '154627.046000', '154627.049000', '154627.052000', '154627.055000', '154627.058000', '154627.061000', '154627.063000', '154627.066000', '154627.069000', '154627.072000', '154627.075000', '154627.079000', '154627.084000', '154627.087000', '154627.090000', '154627.092000', '154627.095000', '154627.098000', '154627.101000', '154627.104000', '154627.106000', '154627.109000', '154627.112000', '154627.115000', '154627.118000', '154627.121000', '154627.123000', '154627.126000', '154627.129000', '154627.132000', '154627.135000', '154627.137000', '154627.140000', '154627.146000', '154627.149000', '154627.151000', '154627.154000', '154627.157000', '154627.160000', '154647.035000', '154647.038000', '154647.040000', '154647.043000', '154647.046000', '154647.049000', '154647.052000', '154647.055000', '154647.058000', '154647.060000', '154647.063000', '154647.066000', '154647.069000', '154647.072000', '154647.075000', '154647.078000', '154647.081000', '154647.083000', '154647.086000', '154647.089000', '154647.092000', '154647.095000', '154647.098000', '154647.100000', '154647.103000', '154647.106000', '154647.109000', '154647.112000', '154647.115000', '154647.118000', '154647.120000', '154647.123000', '154647.126000', '154647.129000', '154647.132000', '154647.135000', '154647.138000', '154647.141000', '154647.144000', '154647.146000', '154647.149000', '154647.152000', '154647.155000', '154647.158000', '154707.034000', '154707.038000', '154707.041000', '154707.044000', '154707.047000', '154707.050000', '154707.064000', '154707.067000', '154707.070000', '154707.072000', '154707.075000', '154707.078000', '154707.081000', '154707.084000', '154707.091000', '154707.094000', '154707.097000', '154707.100000', '154707.103000', '154707.106000', '154707.109000', '154707.111000', '154707.116000', '154707.119000', '154707.122000', '154707.125000', '154707.128000', '154707.130000', '154707.133000', '154707.136000', '154707.139000', '154707.142000', '154707.145000', '154707.148000', '154707.151000', '154707.153000', '154707.156000', '154707.159000', '154707.162000', '154707.165000', '154707.168000', '154707.170000', '154707.173000', '154727.034000', '154727.037000', '154727.039000', '154727.042000', '154727.045000', '154727.048000', '154727.051000', '154727.054000', '154727.057000', '154727.060000', '154727.062000', '154727.065000', '154727.068000', '154727.071000', '154727.074000', '154727.077000', '154727.079000', '154727.082000', '154727.085000', '154727.088000', '154727.091000', '154727.094000', '154727.096000', '154727.099000', '154727.102000', '154727.105000', '154727.108000', '154727.111000', '154727.113000', '154727.116000', '154727.119000', '154727.122000', '154727.125000', '154727.127000', '154727.130000', '154727.133000', '154727.136000', '154727.139000', '154727.141000', '154727.144000', '154727.147000', '154727.150000', '154727.153000', '154727.156000', '154747.034000', '154747.037000', '154747.040000', '154747.042000', '154747.045000', '154747.048000', '154747.051000', '154747.054000', '154747.057000', '154747.060000', '154747.063000', '154747.065000', '154747.068000', '154747.071000', '154747.074000', '154747.077000', '154747.080000', '154747.083000', '154747.086000', '154747.088000', '154747.091000', '154747.094000', '154747.097000', '154747.100000', '154747.103000', '154747.106000', '154747.109000', '154747.111000', '154747.114000', '154747.117000', '154747.120000', '154747.123000', '154747.125000', '154747.130000', '154747.134000', '154747.138000', '154747.140000', '154747.143000', '154747.146000', '154747.149000', '154747.152000', '154747.155000', '154747.157000', '154807.035000', '154807.038000', '154807.041000', '154807.044000', '154807.047000', '154807.049000', '154807.052000', '154807.055000', '154807.058000', '154807.061000', '154807.064000', '154807.067000', '154807.069000', '154807.072000', '154807.075000', '154807.078000', '154807.081000', '154807.083000', '154807.087000', '154807.089000', '154807.092000', '154807.095000', '154807.098000', '154807.106000', '154807.108000', '154807.111000', '154807.114000', '154807.117000', '154807.120000', '154807.123000', '154807.126000', '154807.128000', '154807.131000', '154807.134000', '154807.137000', '154807.140000', '154807.143000', '154807.145000', '154807.148000', '154807.151000', '154807.154000', '154807.157000', '154807.160000', '154807.163000', '154827.035000', '154827.038000', '154827.041000', '154827.043000', '154827.046000', '154827.049000', '154827.052000', '154827.055000', '154827.058000', '154827.061000', '154827.064000', '154827.066000', '154827.069000', '154827.072000', '154827.075000', '154827.079000', '154827.082000', '154827.085000', '154827.088000', '154827.090000', '154827.093000', '154827.096000', '154827.099000', '154827.102000', '154827.105000', '154827.107000', '154827.110000', '154827.113000', '154827.116000', '154827.119000', '154827.121000', '154827.124000', '154827.127000', '154827.130000', '154827.133000', '154827.136000', '154827.139000', '154827.143000', '154827.148000', '154827.151000', '154827.154000', '154827.156000', '154827.159000', '154847.035000', '154847.038000', '154847.041000', '154847.044000', '154847.046000', '154847.050000', '154847.052000', '154847.055000', '154847.058000', '154847.061000', '154847.064000', '154847.067000', '154847.070000', '154847.073000', '154847.075000', '154847.078000', '154847.081000', '154847.084000', '154847.087000', '154847.090000', '154847.093000', '154847.096000', '154847.098000', '154847.101000', '154847.104000', '154847.107000', '154847.110000', '154847.113000', '154847.115000', '154847.118000', '154847.121000', '154847.124000', '154847.127000', '154847.130000', '154847.133000', '154847.135000', '154847.138000', '154847.141000', '154847.144000', '154847.147000', '154847.150000', '154847.153000', '154847.155000', '154847.158000', '154907.035000', '154907.038000', '154907.041000', '154907.044000', '154907.046000', '154907.049000', '154907.052000', '154907.055000', '154907.058000', '154907.061000', '154907.064000', '154907.067000', '154907.069000', '154907.072000', '154907.075000', '154907.078000', '154907.081000', '154907.084000', '154907.086000', '154907.089000', '154907.092000', '154907.095000', '154907.098000', '154907.101000', '154907.104000', '154907.106000', '154907.109000', '154907.112000', '154907.115000', '154907.118000', '154907.121000', '154907.124000', '154907.127000', '154907.130000', '154907.133000', '154907.135000', '154907.138000', '154907.141000', '154907.144000', '154907.147000', '154907.150000', '154907.152000', '154907.155000', '154927.034000', '154927.037000', '154927.040000', '154927.043000', '154927.046000', '154927.049000', '154927.051000', '154927.054000', '154927.057000', '154927.060000', '154927.063000', '154927.065000', '154927.069000', '154927.071000', '154927.074000', '154927.077000', '154927.080000', '154927.083000', '154927.086000', '154927.088000', '154927.091000', '154927.094000', '154927.097000', '154927.100000', '154927.103000', '154927.106000', '154927.108000', '154927.111000', '154927.114000', '154927.117000', '154927.120000', '154927.122000', '154927.125000', '154927.128000', '154927.131000', '154927.134000', '154927.137000', '154927.139000', '154927.142000', '154927.145000', '154927.148000', '154927.151000', '154927.154000', '154927.156000', '154947.034000', '154947.037000', '154947.040000', '154947.043000', '154947.045000', '154947.048000', '154947.051000', '154947.054000', '154947.057000', '154947.060000', '154947.063000', '154947.066000', '154947.068000', '154947.071000', '154947.074000', '154947.077000', '154947.080000', '154947.083000', '154947.086000', '154947.089000', '154947.091000', '154947.094000', '154947.097000', '154947.100000', '154947.103000', '154947.106000', '154947.109000', '154947.112000', '154947.115000', '154947.118000', '154947.121000', '154947.124000', '154947.127000', '154947.130000', '154947.133000', '154947.135000', '154947.138000', '154947.141000', '154947.144000', '154947.147000', '154947.150000', '154947.152000', '154947.155000', '155007.034000', '155007.037000', '155007.040000', '155007.043000', '155007.045000', '155007.048000', '155007.051000', '155007.060000', '155007.063000', '155007.066000', '155007.069000', '155007.072000', '155007.075000', '155007.085000', '155007.088000', '155007.091000', '155007.094000', '155007.097000', '155007.100000', '155007.103000', '155007.106000', '155007.108000', '155007.111000', '155007.114000', '155007.117000', '155007.120000', '155007.122000', '155007.126000', '155007.128000', '155007.131000', '155007.134000', '155007.137000', '155007.140000', '155007.147000', '155007.150000', '155007.153000', '155007.156000', '155007.158000', '155007.161000', '155007.164000', '155007.167000', '155007.170000', '155007.173000', '155007.176000', '155027.035000', '155027.038000', '155027.041000', '155027.044000', '155027.047000', '155027.050000', '155027.053000', '155027.056000', '155027.058000', '155027.061000', '155027.064000', '155027.067000', '155027.070000', '155027.073000', '155027.079000', '155027.082000', '155027.085000', '155027.088000', '155027.090000', '155027.093000', '155027.096000', '155027.099000', '155027.102000', '155027.105000', '155027.107000', '155027.110000', '155027.113000', '155027.116000', '155027.119000', '155027.122000', '155027.125000', '155027.127000', '155027.130000', '155027.133000', '155027.136000', '155027.139000', '155027.142000', '155027.145000', '155027.147000', '155027.150000', '155027.153000', '155027.156000', '155027.159000', '155047.035000', '155047.038000', '155047.041000', '155047.044000', '155047.046000', '155047.049000', '155047.052000', '155047.055000', '155047.058000', '155047.061000', '155047.064000', '155047.067000', '155047.070000', '155047.073000', '155047.075000', '155047.078000', '155047.081000', '155047.084000', '155047.087000', '155047.090000', '155047.092000', '155047.095000', '155047.098000', '155047.101000', '155047.104000', '155047.107000', '155047.110000', '155047.113000', '155047.115000', '155047.118000', '155047.121000', '155047.124000', '155047.127000', '155047.130000', '155047.132000', '155047.135000', '155047.138000', '155047.141000', '155047.144000', '155047.147000', '155047.150000', '155047.152000', '155047.155000', '155047.158000', '155107.035000', '155107.038000', '155107.041000', '155107.044000', '155107.047000', '155107.049000', '155107.052000', '155107.055000', '155107.058000', '155107.061000', '155107.064000', '155107.067000', '155107.070000', '155107.073000', '155107.075000', '155107.078000', '155107.081000', '155107.084000', '155107.087000', '155107.090000', '155107.093000', '155107.095000', '155107.098000', '155107.101000', '155107.104000', '155107.107000', '155107.110000', '155107.112000', '155107.115000', '155107.118000', '155107.121000', '155107.124000', '155107.127000', '155107.130000', '155107.132000', '155107.135000', '155107.138000', '155107.141000', '155107.144000', '155107.147000', '155107.149000', '155107.153000', '155107.156000', '155127.035000', '155127.038000', '155127.041000', '155127.043000', '155127.046000', '155127.049000', '155127.052000', '155127.055000', '155127.058000', '155127.061000', '155127.064000', '155127.067000', '155127.070000', '155127.073000', '155127.075000', '155127.078000', '155127.081000', '155127.084000', '155127.087000', '155127.089000', '155127.092000', '155127.095000', '155127.100000', '155127.102000', '155127.105000', '155127.108000', '155127.111000', '155127.114000', '155127.117000', '155127.120000', '155127.123000', '155127.125000', '155127.128000', '155127.131000', '155127.134000', '155127.137000', '155127.139000', '155127.142000', '155127.151000', '155127.154000', '155127.157000', '155127.160000', '155127.163000', '155127.165000', '155147.034000', '155147.037000', '155147.040000', '155147.043000', '155147.045000', '155147.048000', '155147.051000', '155147.054000', '155147.057000', '155147.060000', '155147.062000', '155147.066000', '155147.068000', '155147.071000', '155147.074000', '155147.077000', '155147.080000', '155147.083000', '155147.085000', '155147.088000', '155147.091000', '155147.094000', '155147.097000', '155147.100000', '155147.103000', '155147.105000', '155147.108000', '155147.111000', '155147.114000', '155147.117000', '155147.119000', '155147.122000', '155147.125000', '155147.128000', '155147.131000', '155147.134000', '155147.137000', '155147.140000', '155147.142000', '155147.145000', '155147.148000', '155147.151000', '155147.154000', '155206.611000', '155206.615000', '155206.617000', '155206.621000', '155206.624000', '155206.627000', '155206.630000', '155206.633000', '155206.636000', '155206.640000', '155206.643000', '155206.646000', '155206.649000', '155206.652000', '155206.655000', '155206.658000', '155206.660000', '155206.663000', '155206.667000', '155206.670000', '155206.673000', '155206.676000', '155206.679000', '155206.682000', '155206.685000', '155206.688000', '155206.690000', '155206.693000', '155206.696000', '155206.699000', '155206.702000', '155206.705000', '155206.707000', '155206.710000', '155206.713000', '155206.716000', '155206.719000', '155206.722000', '155206.725000', '155206.728000', '155206.732000', '155206.735000', '155206.737000'], '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': [11951, 9076, 9337, 14291, 9240, 12476, 9023, 11735, 9069, 10643, 9343, 10624, 9219, 8787, 9011, 9009, 9035, 9578, 9273, 8613, 8960, 8450, 9325, 9072, 9157, 8699, 9269, 8442, 9002, 8845, 9168, 8908, 8926, 8564, 9153, 8176, 8994, 8378, 8880, 8355, 8478, 8862, 12271, 8986, 11263, 8991, 10821, 8991, 10199, 9292, 9347, 9384, 9359, 9484, 8503, 9044, 8691, 8417, 8903, 11923, 9260, 11398, 9087, 10111, 9007, 8334, 9161, 8670, 8943, 8792, 8629, 9220, 11844, 9369, 11534, 9170, 10583, 9353, 10258, 9331, 9448, 9443, 9334, 9518, 9741, 9381, 9371, 9184, 9120, 9504, 9393, 9417, 8623, 9442, 9501, 9527, 10182, 9280, 11251, 9069, 10907, 9218, 11244, 8709, 9873, 8608, 8614, 9272, 8802, 8954, 8189, 8960, 8573, 11109, 9046, 12001, 8907, 11369, 9097, 10412, 9152, 10702, 8882, 10524, 9022, 10743, 8883, 10337, 8877, 10353, 8968, 10774, 8885, 10412, 9013, 10105, 9165, 10386, 8866, 9658, 9052, 8103, 8844, 8762, 11593, 8581, 11472, 8900, 10612, 9274, 10517, 9044, 9470, 9266, 9910, 8895, 10211, 8911, 11233, 9004, 11183, 8842, 10178, 8935, 10207, 9166, 10921, 9613, 12156, 11714, 8766, 8258, 9585, 9085, 10158, 8855, 11756, 8950, 9975, 9155, 8918, 8607, 8442, 8864, 8257, 9232, 9443, 8943, 9210, 8679, 9185, 8763, 8162, 8706, 7874, 8864, 8300, 8877, 8292, 8847, 8752, 8237, 9387, 8365, 10080, 8267, 9760, 8548, 10077, 8736, 10503, 8485, 10433, 8554, 10345, 8748, 10129, 8732, 10290, 8726, 10455, 8881, 9174, 8884, 9842, 8992, 10537, 8906, 10072, 9128, 9712, 9094, 9951, 8757, 9929, 8811, 10364, 9059, 10663, 8745, 10077, 9033, 8783, 9118, 8355, 9214, 9282, 9207, 10358, 9205, 10300, 8974, 10162, 9103, 10395, 9173, 9550, 9088, 8414, 9048, 8697, 9113, 8130, 8963, 8582, 9045, 9091, 8937, 9244, 9145, 10126, 9051, 10905, 8774, 10813, 9044, 11395, 8891, 10623, 8702, 9997, 9158, 10782, 8632, 10395, 8707, 8959, 9403, 9116, 8442, 9114, 10077, 9150, 10593, 8728, 8480, 8783, 8456, 9136, 9774, 8152, 9614, 8474, 10081, 8682, 9721, 8616, 9961, 8837, 11146, 8150, 11013, 8438, 11079, 8901, 10860, 8274, 10929, 8642, 10826, 8907, 9836, 8719, 9501, 8723, 10226, 8568, 10122, 8393, 10174, 8496, 10959, 8098, 10974, 8335, 10823, 8599, 10775, 8246, 10708, 8531, 10841, 8915, 9980, 8399, 8856, 8436, 8686, 9278, 8847, 8735, 9004, 8900, 9065, 9951, 8317, 9317, 8327, 9838, 8912, 10618, 8494, 8689, 8331, 9914, 8792, 11256, 8486, 9902, 8338, 10197, 8742, 11567, 8160, 11019, 8255, 11162, 8351, 10787, 8198, 10971, 8434, 11728, 8187, 10263, 8321, 11009, 8357, 9093, 8047, 8332, 8037, 8546, 8203, 8922, 8083, 8302, 8232, 10210, 8663, 10813, 8249, 11480, 8264, 11016, 8721, 10841, 8559, 10478, 8737, 10528, 8655, 11124, 8452, 11073, 8594, 11381, 8380, 11389, 8339, 11350, 8343, 11130, 8195, 10524, 8022, 10553, 8091, 10775, 7990, 10380, 8019, 10290, 8239, 11088, 8304, 11079, 8060, 11114, 8024, 7949, 8011, 8327, 10273, 8392, 10544, 8790, 10400, 8244, 8460, 7920, 8623, 10958, 8023, 11351, 8098, 11103, 8697, 10083, 8149, 10240, 8691, 11708, 8295, 8381, 8097, 8528, 9379, 8604, 8566, 8353, 8207, 8365, 8244, 9318, 8093, 10713, 8459, 10559, 8499, 8515, 8025, 8458, 9472, 8341, 9000, 8305, 8009, 12142, 8439, 12044, 8189, 11540, 8349, 10638, 8710, 8212, 8027, 8580, 9893, 8506, 9083, 8492, 9800, 8546, 10049, 8272, 8450, 8277, 10034, 8539, 10656, 8056, 10953, 8502, 11593, 9097, 8883, 9949, 9101, 9177, 9099, 8794, 8922, 12683, 8697, 11732, 8840, 10900, 8807, 9147, 8307, 9773, 8436, 13252, 8702, 13759, 9797, 8432, 8404, 8564, 10075, 8269, 12210, 8167, 11390, 8438, 8551, 8609, 8466, 8184, 8265, 7823, 8438, 8317, 9373, 8675, 8290, 8516, 9190, 8475, 9978, 8568, 10055, 8311, 9375, 8327, 9265, 8503, 9728, 8404, 8002, 8327, 8136, 8355, 8509, 8204, 8263, 11560, 8278, 11751, 8235, 11504, 8273, 10014, 8443, 9789, 8672, 9654, 8581, 9131, 8593, 8899, 8480, 8602, 8623, 9369, 8900, 9874, 8818, 10304, 8608, 9413, 8833, 10187, 8746, 10015, 8455, 10088, 8312, 11235, 8557, 9123, 8507, 10404, 8454, 11743, 9070, 7831, 8571, 8223, 8416, 8450, 10606, 8781, 10693, 8831, 9794, 8622, 10541, 8674, 11203, 8373, 12007, 8403, 11394, 8532, 11334, 9042, 12383, 8553, 10608, 8439, 10717, 8575, 11155, 8785, 11126, 8502, 10812, 8796, 10102, 8591, 10297, 8736, 10112, 8870, 10919, 8793, 9643, 8627, 8591, 8307, 8032, 8345, 8216, 8594, 7983, 8444, 8311, 9677, 8379, 9990, 8640, 10296, 8616, 10096, 8456, 9960, 8568, 10366, 8174, 11513, 8774, 10943, 8771, 9306, 8636, 8137, 8518, 8709, 8970, 8700, 9599, 8888, 8532, 8733, 8853, 8563, 8592, 8978, 8525, 9156, 9540, 8805, 9788, 8829, 10640, 8896, 11372, 8737, 11420, 8866, 11001, 8866, 11353, 8764, 11201, 8779, 10611, 8883, 11040, 8959, 8212, 11186, 8374, 7891, 8495, 10012, 8522, 10014, 8831, 8521, 8384, 8665, 8325, 8560, 10473, 8563, 10476, 8552, 10354, 9042, 12912, 9432, 8747, 8508, 7824, 8428, 11656, 8617, 11448, 8555, 10928, 8555, 10372, 8515, 9194, 8286, 9165, 8709, 8808, 8648, 9803, 8638, 10286, 8744, 7558, 8583, 8402, 9246, 8867, 9589, 8837, 10571, 8652, 9981, 8444, 8556, 8446, 8626, 8071, 8582, 7953, 8547, 11729, 8776, 11636, 8869, 10681, 8669, 8038, 8682, 8627, 10422, 8739, 7937, 8971, 11670, 8914, 11112, 8749, 11132, 8896, 10729, 8815, 10919, 8708, 10566, 9181, 9886, 8821, 10893, 8789, 8768, 8656, 8737, 8479, 8694, 8249, 8522, 8661, 8671, 8764, 9569, 8948, 8615, 8715, 9362, 8756, 10792, 8768, 9917, 8628, 8131, 8853, 8228, 8720, 11350, 8603, 11471, 8851, 11076, 8897, 10864, 8801, 10911, 8800, 10837, 8952, 10862, 8737, 11078, 8774, 10052, 9067, 9606, 8878, 8262, 8895, 8199, 8773, 9651, 8919, 11208, 8682, 11312, 8994, 10900, 8495, 10938, 8856], 'WindowCenter': [4149.0, 4103.0, 4091.0, 4130.0, 4088.0, 4104.0, 4061.0, 4081.0, 4058.0, 4070.0, 4058.0, 4069.0, 4057.0, 4047.0, 4046.0, 4047.0, 4058.0, 4058.0, 4058.0, 4048.0, 4057.0, 4048.0, 4058.0, 4059.0, 4059.0, 4049.0, 4058.0, 4048.0, 4057.0, 4058.0, 4058.0, 4059.0, 4059.0, 4049.0, 4058.0, 4049.0, 4059.0, 4048.0, 4058.0, 4049.0, 4047.0, 4059.0, 4078.0, 4060.0, 4078.0, 4060.0, 4078.0, 4060.0, 4069.0, 4071.0, 4070.0, 4072.0, 4071.0, 4072.0, 4073.0, 4073.0, 4063.0, 4060.0, 4072.0, 4091.0, 4071.0, 4081.0, 4060.0, 4071.0, 4060.0, 4060.0, 4070.0, 4061.0, 4059.0, 4061.0, 4059.0, 4072.0, 4091.0, 4072.0, 4091.0, 4073.0, 4080.0, 4073.0, 4084.0, 4084.0, 4073.0, 4084.0, 4072.0, 4083.0, 4083.0, 4084.0, 4073.0, 4073.0, 4072.0, 4073.0, 4074.0, 4073.0, 4073.0, 4083.0, 4083.0, 4084.0, 4084.0, 4074.0, 4094.0, 4073.0, 4081.0, 4072.0, 4082.0, 4060.0, 4070.0, 4049.0, 4048.0, 4058.0, 4059.0, 4047.0, 4049.0, 4047.0, 4048.0, 4067.0, 4059.0, 4079.0, 4059.0, 4078.0, 4059.0, 4068.0, 4070.0, 4079.0, 4060.0, 4069.0, 4061.0, 4080.0, 4071.0, 4071.0, 4072.0, 4080.0, 4073.0, 4081.0, 4072.0, 4081.0, 4061.0, 4069.0, 4070.0, 4071.0, 4061.0, 4071.0, 4058.0, 4050.0, 4058.0, 4059.0, 4079.0, 4048.0, 4078.0, 4058.0, 4067.0, 4069.0, 4068.0, 4059.0, 4069.0, 4070.0, 4070.0, 4072.0, 4081.0, 4074.0, 4091.0, 4073.0, 4092.0, 4073.0, 4071.0, 4072.0, 4070.0, 4072.0, 4082.0, 4073.0, 4093.0, 4093.0, 4062.0, 4062.0, 4071.0, 4071.0, 4069.0, 4059.0, 4079.0, 4059.0, 4070.0, 4058.0, 4062.0, 4058.0, 4049.0, 4045.0, 4036.0, 4045.0, 4057.0, 4045.0, 4046.0, 4034.0, 4046.0, 4034.0, 4036.0, 4032.0, 4023.0, 4032.0, 4034.0, 4043.0, 4033.0, 4044.0, 4044.0, 4034.0, 4057.0, 4047.0, 4067.0, 4047.0, 4057.0, 4048.0, 4067.0, 4060.0, 4070.0, 4061.0, 4068.0, 4059.0, 4069.0, 4061.0, 4070.0, 4060.0, 4069.0, 4061.0, 4081.0, 4060.0, 4058.0, 4059.0, 4069.0, 4072.0, 4082.0, 4072.0, 4070.0, 4071.0, 4070.0, 4073.0, 4071.0, 4063.0, 4070.0, 4072.0, 4082.0, 4074.0, 4081.0, 4061.0, 4070.0, 4061.0, 4061.0, 4071.0, 4061.0, 4072.0, 4071.0, 4073.0, 4094.0, 4085.0, 4084.0, 4075.0, 4083.0, 4086.0, 4095.0, 4085.0, 4084.0, 4074.0, 4064.0, 4073.0, 4074.0, 4073.0, 4065.0, 4074.0, 4075.0, 4075.0, 4075.0, 4074.0, 4086.0, 4087.0, 4098.0, 4086.0, 4095.0, 4075.0, 4095.0, 4075.0, 4095.0, 4074.0, 4082.0, 4062.0, 4071.0, 4074.0, 4083.0, 4074.0, 4083.0, 4073.0, 4074.0, 4086.0, 4074.0, 4065.0, 4074.0, 4084.0, 4074.0, 4084.0, 4061.0, 4063.0, 4049.0, 4050.0, 4060.0, 4070.0, 4049.0, 4059.0, 4050.0, 4070.0, 4060.0, 4059.0, 4060.0, 4071.0, 4073.0, 4080.0, 4051.0, 4069.0, 4062.0, 4094.0, 4072.0, 4080.0, 4062.0, 4069.0, 4049.0, 4068.0, 4059.0, 4058.0, 4048.0, 4058.0, 4060.0, 4070.0, 4061.0, 4069.0, 4061.0, 4081.0, 4063.0, 4082.0, 4053.0, 4081.0, 4051.0, 4081.0, 4062.0, 4080.0, 4051.0, 4070.0, 4062.0, 4082.0, 4074.0, 4071.0, 4062.0, 4060.0, 4062.0, 4063.0, 4074.0, 4072.0, 4063.0, 4062.0, 4074.0, 4062.0, 4073.0, 4061.0, 4071.0, 4050.0, 4071.0, 4061.0, 4071.0, 4049.0, 4049.0, 4049.0, 4069.0, 4061.0, 4080.0, 4051.0, 4059.0, 4051.0, 4069.0, 4061.0, 4080.0, 4062.0, 4081.0, 4051.0, 4080.0, 4052.0, 4069.0, 4050.0, 4069.0, 4052.0, 4080.0, 4052.0, 4068.0, 4051.0, 4080.0, 4063.0, 4060.0, 4051.0, 4051.0, 4052.0, 4061.0, 4064.0, 4060.0, 4052.0, 4049.0, 4051.0, 4070.0, 4062.0, 4071.0, 4052.0, 4082.0, 4051.0, 4081.0, 4062.0, 4071.0, 4064.0, 4082.0, 4063.0, 4082.0, 4064.0, 4093.0, 4065.0, 4083.0, 4063.0, 4082.0, 4064.0, 4083.0, 4063.0, 4081.0, 4063.0, 4083.0, 4063.0, 4072.0, 4052.0, 4071.0, 4053.0, 4082.0, 4053.0, 4072.0, 4053.0, 4083.0, 4063.0, 4082.0, 4064.0, 4082.0, 4053.0, 4083.0, 4065.0, 4064.0, 4065.0, 4065.0, 4084.0, 4066.0, 4085.0, 4075.0, 4083.0, 4065.0, 4065.0, 4066.0, 4076.0, 4098.0, 4066.0, 4096.0, 4065.0, 4085.0, 4065.0, 4073.0, 4053.0, 4072.0, 4064.0, 4094.0, 4064.0, 4062.0, 4053.0, 4064.0, 4074.0, 4063.0, 4065.0, 4063.0, 4064.0, 4063.0, 4065.0, 4073.0, 4054.0, 4083.0, 4065.0, 4085.0, 4077.0, 4076.0, 4067.0, 4067.0, 4088.0, 4077.0, 4078.0, 4065.0, 4055.0, 4095.0, 4065.0, 4084.0, 4054.0, 4071.0, 4052.0, 4073.0, 4063.0, 4053.0, 4054.0, 4063.0, 4085.0, 4064.0, 4064.0, 4064.0, 4074.0, 4063.0, 4075.0, 4053.0, 4053.0, 4064.0, 4085.0, 4065.0, 4084.0, 4066.0, 4084.0, 4078.0, 4097.0, 4076.0, 4063.0, 4062.0, 4063.0, 4061.0, 4064.0, 4062.0, 4075.0, 4094.0, 4063.0, 4082.0, 4062.0, 4084.0, 4052.0, 4061.0, 4038.0, 4060.0, 4037.0, 4080.0, 4037.0, 4078.0, 4047.0, 4025.0, 4025.0, 4036.0, 4046.0, 4037.0, 4069.0, 4036.0, 4058.0, 4025.0, 4035.0, 4023.0, 4023.0, 4024.0, 4025.0, 4014.0, 4036.0, 4025.0, 4046.0, 4036.0, 4036.0, 4037.0, 4048.0, 4038.0, 4060.0, 4050.0, 4061.0, 4051.0, 4060.0, 4050.0, 4061.0, 4051.0, 4062.0, 4040.0, 4040.0, 4040.0, 4040.0, 4050.0, 4051.0, 4050.0, 4052.0, 4080.0, 4052.0, 4082.0, 4052.0, 4080.0, 4051.0, 4061.0, 4051.0, 4059.0, 4062.0, 4075.0, 4063.0, 4062.0, 4062.0, 4064.0, 4064.0, 4064.0, 4064.0, 4075.0, 4064.0, 4076.0, 4065.0, 4075.0, 4055.0, 4066.0, 4063.0, 4075.0, 4064.0, 4075.0, 4065.0, 4084.0, 4064.0, 4096.0, 4067.0, 4074.0, 4078.0, 4084.0, 4066.0, 4095.0, 4065.0, 4041.0, 4065.0, 4052.0, 4066.0, 4065.0, 4087.0, 4063.0, 4074.0, 4065.0, 4073.0, 4065.0, 4083.0, 4065.0, 4083.0, 4055.0, 4084.0, 4055.0, 4083.0, 4053.0, 4082.0, 4062.0, 4080.0, 4051.0, 4058.0, 4039.0, 4057.0, 4039.0, 4057.0, 4040.0, 4057.0, 4038.0, 4057.0, 4038.0, 4058.0, 4049.0, 4058.0, 4050.0, 4057.0, 4050.0, 4069.0, 4051.0, 4060.0, 4062.0, 4050.0, 4052.0, 4042.0, 4052.0, 4051.0, 4064.0, 4039.0, 4054.0, 4053.0, 4062.0, 4051.0, 4073.0, 4063.0, 4073.0, 4063.0, 4074.0, 4052.0, 4072.0, 4064.0, 4085.0, 4066.0, 4083.0, 4065.0, 4083.0, 4064.0, 4075.0, 4066.0, 4055.0, 4065.0, 4065.0, 4075.0, 4075.0, 4087.0, 4065.0, 4064.0, 4063.0, 4064.0, 4065.0, 4065.0, 4064.0, 4064.0, 4077.0, 4088.0, 4075.0, 4085.0, 4065.0, 4083.0, 4065.0, 4085.0, 4066.0, 4083.0, 4065.0, 4072.0, 4065.0, 4085.0, 4063.0, 4069.0, 4052.0, 4071.0, 4063.0, 4096.0, 4064.0, 4052.0, 4084.0, 4053.0, 4052.0, 4065.0, 4084.0, 4064.0, 4075.0, 4063.0, 4065.0, 4054.0, 4067.0, 4053.0, 4065.0, 4072.0, 4052.0, 4058.0, 4038.0, 4047.0, 4038.0, 4067.0, 4049.0, 4024.0, 4036.0, 4013.0, 4026.0, 4054.0, 4036.0, 4054.0, 4035.0, 4043.0, 4036.0, 4045.0, 4036.0, 4046.0, 4038.0, 4047.0, 4049.0, 4049.0, 4049.0, 4071.0, 4063.0, 4072.0, 4065.0, 4053.0, 4065.0, 4065.0, 4076.0, 4066.0, 4075.0, 4064.0, 4087.0, 4055.0, 4075.0, 4041.0, 4051.0, 4039.0, 4053.0, 4041.0, 4052.0, 4039.0, 4051.0, 4081.0, 4052.0, 4082.0, 4061.0, 4070.0, 4053.0, 4052.0, 4076.0, 4065.0, 4085.0, 4077.0, 4066.0, 4090.0, 4098.0, 4078.0, 4096.0, 4068.0, 4086.0, 4065.0, 4086.0, 4064.0, 4084.0, 4053.0, 4074.0, 4061.0, 4063.0, 4050.0, 4070.0, 4038.0, 4038.0, 4037.0, 4039.0, 4037.0, 4038.0, 4038.0, 4037.0, 4038.0, 4038.0, 4039.0, 4060.0, 4050.0, 4051.0, 4051.0, 4061.0, 4063.0, 4083.0, 4065.0, 4074.0, 4064.0, 4053.0, 4064.0, 4052.0, 4064.0, 4083.0, 4064.0, 4083.0, 4064.0, 4072.0, 4063.0, 4084.0, 4064.0, 4072.0, 4064.0, 4071.0, 4053.0, 4071.0, 4053.0, 4072.0, 4053.0, 4061.0, 4063.0, 4062.0, 4063.0, 4052.0, 4063.0, 4041.0, 4052.0, 4060.0, 4052.0, 4071.0, 4053.0, 4072.0, 4063.0, 4073.0, 4054.0, 4072.0, 4066.0], 'WindowWidth': [9205.0, 9127.0, 9107.0, 9157.0, 9097.0, 9111.0, 9045.0, 9072.0, 9037.0, 9056.0, 9036.0, 9054.0, 9034.0, 9019.0, 9019.0, 9021.0, 9036.0, 9039.0, 9037.0, 9024.0, 9035.0, 9024.0, 9038.0, 9042.0, 9041.0, 9027.0, 9037.0, 9024.0, 9033.0, 9038.0, 9037.0, 9039.0, 9038.0, 9026.0, 9035.0, 9026.0, 9038.0, 9023.0, 9036.0, 9026.0, 9020.0, 9040.0, 9064.0, 9043.0, 9065.0, 9043.0, 9065.0, 9042.0, 9055.0, 9060.0, 9056.0, 9063.0, 9061.0, 9063.0, 9067.0, 9065.0, 9052.0, 9045.0, 9064.0, 9087.0, 9060.0, 9073.0, 9045.0, 9058.0, 9042.0, 9044.0, 9056.0, 9049.0, 9043.0, 9046.0, 9041.0, 9063.0, 9087.0, 9065.0, 9089.0, 9067.0, 9072.0, 9066.0, 9084.0, 9083.0, 9066.0, 9082.0, 9064.0, 9079.0, 9083.0, 9083.0, 9069.0, 9067.0, 9066.0, 9066.0, 9070.0, 9067.0, 9068.0, 9081.0, 9080.0, 9083.0, 9083.0, 9071.0, 9096.0, 9067.0, 9073.0, 9062.0, 9077.0, 9044.0, 9057.0, 9026.0, 9022.0, 9035.0, 9040.0, 9020.0, 9025.0, 9020.0, 9024.0, 9047.0, 9040.0, 9067.0, 9040.0, 9062.0, 9041.0, 9050.0, 9057.0, 9067.0, 9046.0, 9052.0, 9049.0, 9070.0, 9062.0, 9058.0, 9063.0, 9072.0, 9067.0, 9074.0, 9065.0, 9073.0, 9046.0, 9054.0, 9058.0, 9061.0, 9046.0, 9059.0, 9038.0, 9029.0, 9038.0, 9041.0, 9065.0, 9026.0, 9063.0, 9039.0, 9047.0, 9056.0, 9052.0, 9042.0, 9054.0, 9058.0, 9057.0, 9065.0, 9075.0, 9069.0, 9088.0, 9067.0, 9091.0, 9066.0, 9060.0, 9062.0, 9056.0, 9063.0, 9076.0, 9067.0, 9093.0, 9097.0, 9053.0, 9051.0, 9061.0, 9061.0, 9052.0, 9040.0, 9065.0, 9039.0, 9055.0, 9038.0, 9048.0, 9039.0, 9025.0, 9015.0, 9003.0, 9012.0, 9032.0, 9012.0, 9017.0, 8998.0, 9017.0, 8996.0, 9000.0, 8991.0, 8982.0, 8989.0, 8997.0, 9006.0, 8996.0, 9010.0, 9012.0, 8999.0, 9032.0, 9022.0, 9047.0, 9023.0, 9033.0, 9024.0, 9048.0, 9043.0, 9055.0, 9046.0, 9051.0, 9040.0, 9054.0, 9046.0, 9054.0, 9044.0, 9051.0, 9046.0, 9071.0, 9043.0, 9036.0, 9042.0, 9053.0, 9063.0, 9076.0, 9063.0, 9058.0, 9061.0, 9058.0, 9068.0, 9060.0, 9052.0, 9058.0, 9063.0, 9077.0, 9071.0, 9074.0, 9048.0, 9059.0, 9046.0, 9047.0, 9060.0, 9046.0, 9063.0, 9061.0, 9067.0, 9097.0, 9087.0, 9082.0, 9073.0, 9081.0, 9091.0, 9101.0, 9085.0, 9084.0, 9067.0, 9055.0, 9067.0, 9069.0, 9067.0, 9059.0, 9067.0, 9072.0, 9072.0, 9073.0, 9069.0, 9088.0, 9091.0, 9106.0, 9090.0, 9098.0, 9072.0, 9098.0, 9073.0, 9098.0, 9068.0, 9074.0, 9048.0, 9058.0, 9069.0, 9077.0, 9068.0, 9078.0, 9067.0, 9070.0, 9088.0, 9071.0, 9059.0, 9068.0, 9083.0, 9068.0, 9083.0, 9046.0, 9049.0, 9026.0, 9028.0, 9041.0, 9056.0, 9026.0, 9039.0, 9029.0, 9055.0, 9041.0, 9038.0, 9041.0, 9057.0, 9066.0, 9068.0, 9033.0, 9053.0, 9050.0, 9096.0, 9065.0, 9067.0, 9048.0, 9050.0, 9024.0, 9048.0, 9038.0, 9034.0, 9023.0, 9034.0, 9044.0, 9055.0, 9047.0, 9053.0, 9047.0, 9072.0, 9053.0, 9076.0, 9038.0, 9070.0, 9034.0, 9071.0, 9049.0, 9068.0, 9034.0, 9055.0, 9047.0, 9075.0, 9067.0, 9058.0, 9048.0, 9043.0, 9049.0, 9053.0, 9068.0, 9062.0, 9051.0, 9049.0, 9067.0, 9050.0, 9065.0, 9046.0, 9059.0, 9029.0, 9060.0, 9045.0, 9060.0, 9025.0, 9025.0, 9024.0, 9052.0, 9047.0, 9069.0, 9031.0, 9037.0, 9030.0, 9051.0, 9045.0, 9069.0, 9050.0, 9069.0, 9031.0, 9068.0, 9034.0, 9052.0, 9030.0, 9052.0, 9033.0, 9069.0, 9034.0, 9050.0, 9031.0, 9067.0, 9050.0, 9042.0, 9033.0, 9030.0, 9036.0, 9045.0, 9053.0, 9043.0, 9035.0, 9025.0, 9031.0, 9054.0, 9046.0, 9057.0, 9034.0, 9071.0, 9031.0, 9069.0, 9046.0, 9058.0, 9054.0, 9074.0, 9051.0, 9073.0, 9054.0, 9091.0, 9056.0, 9076.0, 9052.0, 9075.0, 9054.0, 9075.0, 9051.0, 9071.0, 9051.0, 9077.0, 9050.0, 9060.0, 9036.0, 9058.0, 9038.0, 9075.0, 9039.0, 9059.0, 9038.0, 9077.0, 9053.0, 9074.0, 9054.0, 9074.0, 9039.0, 9078.0, 9058.0, 9056.0, 9057.0, 9056.0, 9081.0, 9061.0, 9085.0, 9071.0, 9078.0, 9058.0, 9059.0, 9061.0, 9077.0, 9107.0, 9063.0, 9099.0, 9057.0, 9083.0, 9057.0, 9062.0, 9036.0, 9059.0, 9054.0, 9094.0, 9055.0, 9048.0, 9037.0, 9052.0, 9068.0, 9052.0, 9056.0, 9050.0, 9054.0, 9051.0, 9057.0, 9063.0, 9040.0, 9075.0, 9057.0, 9082.0, 9074.0, 9072.0, 9062.0, 9061.0, 9094.0, 9076.0, 9078.0, 9055.0, 9042.0, 9092.0, 9054.0, 9077.0, 9037.0, 9054.0, 9032.0, 9060.0, 9050.0, 9035.0, 9040.0, 9052.0, 9083.0, 9052.0, 9052.0, 9051.0, 9064.0, 9050.0, 9068.0, 9036.0, 9034.0, 9052.0, 9082.0, 9057.0, 9080.0, 9058.0, 9078.0, 9078.0, 9102.0, 9073.0, 9050.0, 9045.0, 9049.0, 9044.0, 9052.0, 9046.0, 9069.0, 9092.0, 9050.0, 9073.0, 9047.0, 9079.0, 9030.0, 9041.0, 9007.0, 9037.0, 9004.0, 9066.0, 9004.0, 9057.0, 9016.0, 8982.0, 8983.0, 9001.0, 9012.0, 9005.0, 9047.0, 8999.0, 9030.0, 8981.0, 8994.0, 8977.0, 8978.0, 8978.0, 8982.0, 8966.0, 8998.0, 8983.0, 9013.0, 8998.0, 9000.0, 9002.0, 9019.0, 9006.0, 9038.0, 9027.0, 9043.0, 9029.0, 9039.0, 9027.0, 9041.0, 9028.0, 9046.0, 9014.0, 9012.0, 9011.0, 9013.0, 9025.0, 9030.0, 9026.0, 9031.0, 9067.0, 9031.0, 9071.0, 9032.0, 9066.0, 9029.0, 9041.0, 9028.0, 9038.0, 9046.0, 9067.0, 9049.0, 9047.0, 9047.0, 9052.0, 9052.0, 9051.0, 9051.0, 9067.0, 9050.0, 9069.0, 9054.0, 9068.0, 9039.0, 9055.0, 9048.0, 9066.0, 9051.0, 9065.0, 9055.0, 9078.0, 9055.0, 9097.0, 9061.0, 9065.0, 9076.0, 9078.0, 9059.0, 9097.0, 9055.0, 9017.0, 9052.0, 9033.0, 9059.0, 9058.0, 9087.0, 9050.0, 9066.0, 9053.0, 9061.0, 9056.0, 9076.0, 9055.0, 9076.0, 9041.0, 9078.0, 9041.0, 9074.0, 9035.0, 9071.0, 9046.0, 9063.0, 9027.0, 9029.0, 9007.0, 9026.0, 9007.0, 9028.0, 9010.0, 9028.0, 9007.0, 9028.0, 9005.0, 9032.0, 9022.0, 9030.0, 9023.0, 9029.0, 9026.0, 9049.0, 9031.0, 9038.0, 9046.0, 9025.0, 9034.0, 9018.0, 9031.0, 9029.0, 9052.0, 9012.0, 9038.0, 9036.0, 9047.0, 9029.0, 9060.0, 9048.0, 9062.0, 9051.0, 9062.0, 9033.0, 9059.0, 9051.0, 9082.0, 9061.0, 9076.0, 9055.0, 9075.0, 9053.0, 9069.0, 9058.0, 9042.0, 9058.0, 9053.0, 9070.0, 9072.0, 9089.0, 9055.0, 9052.0, 9049.0, 9053.0, 9055.0, 9057.0, 9052.0, 9054.0, 9075.0, 9092.0, 9072.0, 9084.0, 9055.0, 9077.0, 9055.0, 9081.0, 9059.0, 9075.0, 9053.0, 9059.0, 9056.0, 9081.0, 9051.0, 9051.0, 9032.0, 9055.0, 9051.0, 9097.0, 9054.0, 9034.0, 9079.0, 9039.0, 9035.0, 9057.0, 9081.0, 9052.0, 9068.0, 9049.0, 9056.0, 9038.0, 9062.0, 9038.0, 9054.0, 9058.0, 9031.0, 9030.0, 9005.0, 9013.0, 9005.0, 9043.0, 9019.0, 8980.0, 8997.0, 8964.0, 8984.0, 9019.0, 9000.0, 9020.0, 8997.0, 9003.0, 9000.0, 9009.0, 9000.0, 9012.0, 9008.0, 9017.0, 9022.0, 9022.0, 9025.0, 9056.0, 9050.0, 9058.0, 9054.0, 9035.0, 9057.0, 9055.0, 9071.0, 9056.0, 9067.0, 9052.0, 9086.0, 9038.0, 9067.0, 9015.0, 9028.0, 9009.0, 9033.0, 9015.0, 9030.0, 9008.0, 9028.0, 9069.0, 9031.0, 9072.0, 9042.0, 9052.0, 9034.0, 9034.0, 9074.0, 9058.0, 9084.0, 9077.0, 9060.0, 9098.0, 9106.0, 9077.0, 9100.0, 9063.0, 9083.0, 9056.0, 9081.0, 9053.0, 9078.0, 9035.0, 9063.0, 9041.0, 9046.0, 9023.0, 9052.0, 9005.0, 9005.0, 9001.0, 9005.0, 9002.0, 9006.0, 9003.0, 9002.0, 9004.0, 9006.0, 9009.0, 9040.0, 9026.0, 9028.0, 9029.0, 9041.0, 9048.0, 9074.0, 9054.0, 9066.0, 9054.0, 9034.0, 9052.0, 9033.0, 9051.0, 9076.0, 9051.0, 9074.0, 9049.0, 9057.0, 9048.0, 9078.0, 9051.0, 9058.0, 9050.0, 9055.0, 9033.0, 9053.0, 9034.0, 9057.0, 9034.0, 9042.0, 9046.0, 9046.0, 9048.0, 9030.0, 9047.0, 9014.0, 9031.0, 9039.0, 9031.0, 9053.0, 9034.0, 9055.0, 9046.0, 9058.0, 9037.0, 9057.0, 9055.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.0016701270207852194</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06158876339491917</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.78576855089018</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1033668984393064</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.922529161942196</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7728.5654</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0943742803802851</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.695150115473441</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4553262513970435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3306002171614337</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7729082066159894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2624703304137066</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00774142</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015453256666660309</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026450814679265022</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</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.8980550303113852</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>34.8474</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.6325</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.1024</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309568.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.6368</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1227</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.6682</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3332.8936</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4342.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.2953</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.067797001684085</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> |