=== 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-0015 --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-0015",
"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-0015_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0015_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0015/ses-01/func/sub-0015_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ac9405a2560706c7f27b9b01a2f1ca54</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:54:57.525000</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.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.105804</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7781, -7174, 565, -33, -216, -86, 73]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>251.157</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>99a471f6-9ecc-4847-ae19-922052497735||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.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['155457.525000', '155457.985000', '155458.445000', '155458.905000', '155459.365000', '155459.825000', '155500.285000', '155500.745000', '155501.205000', '155501.665000', '155502.125000', '155502.585000', '155503.045000', '155503.505000', '155503.965000', '155504.425000', '155504.885000', '155505.345000', '155505.805000', '155506.265000', '155506.725000', '155507.185000', '155507.645000', '155508.105000', '155508.565000', '155509.025000', '155509.485000', '155509.945000', '155510.405000', '155510.865000', '155511.325000', '155511.785000', '155512.245000', '155512.705000', '155513.165000', '155513.625000', '155514.085000', '155514.545000', '155515.005000', '155515.465000', '155515.925000', '155516.385000', '155516.845000', '155517.305000', '155517.765000', '155518.225000', '155518.685000', '155519.145000', '155519.605000', '155520.065000', '155520.525000', '155520.985000', '155521.445000', '155521.905000', '155522.365000', '155522.825000', '155523.285000', '155523.745000', '155524.205000', '155524.665000', '155525.125000', '155525.585000', '155526.045000', '155526.505000', '155526.965000', '155527.425000', '155527.885000', '155528.345000', '155528.805000', '155529.265000', '155529.725000', '155530.185000', '155530.645000', '155531.105000', '155531.565000', '155532.025000', '155532.485000', '155532.945000', '155533.405000', '155533.865000', '155534.325000', '155534.785000', '155535.245000', '155535.705000', '155536.165000', '155536.625000', '155537.085000', '155537.545000', '155538.005000', '155538.465000', '155538.925000', '155539.385000', '155539.845000', '155540.305000', '155540.765000', '155541.225000', '155541.685000', '155542.145000', '155542.605000', '155543.065000', '155543.525000', '155543.985000', '155544.445000', '155544.905000', '155545.365000', '155545.825000', '155546.285000', '155546.745000', '155547.205000', '155547.665000', '155548.125000', '155548.585000', '155549.045000', '155549.505000', '155549.965000', '155550.425000', '155550.885000', '155551.345000', '155551.805000', '155552.265000', '155552.725000', '155553.185000', '155553.645000', '155554.105000', '155554.565000', '155555.025000', '155555.485000', '155555.945000', '155556.405000', '155556.865000', '155557.325000', '155557.785000', '155558.245000', '155558.705000', '155559.165000', '155559.625000', '155600.085000', '155600.545000', '155601.005000', '155601.465000', '155601.925000', '155602.385000', '155602.845000', '155603.305000', '155603.765000', '155604.225000', '155604.685000', '155605.145000', '155605.605000', '155606.065000', '155606.525000', '155606.985000', '155607.445000', '155607.905000', '155608.365000', '155608.825000', '155609.285000', '155609.745000', '155610.205000', '155610.665000', '155611.125000', '155611.585000', '155612.045000', '155612.505000', '155612.965000', '155613.425000', '155613.885000', '155614.345000', '155614.805000', '155615.265000', '155615.725000', '155616.185000', '155616.645000', '155617.105000', '155617.565000', '155618.025000', '155618.485000', '155618.945000', '155619.405000', '155619.865000', '155620.325000', '155620.785000', '155621.245000', '155621.705000', '155622.165000', '155622.625000', '155623.085000', '155623.545000', '155624.005000', '155624.465000', '155624.925000', '155625.385000', '155625.845000', '155626.305000', '155626.765000', '155627.225000', '155627.685000', '155628.145000', '155628.605000', '155629.065000', '155629.525000', '155629.985000', '155630.445000', '155630.905000', '155631.365000', '155631.825000', '155632.285000', '155632.745000', '155633.205000', '155633.665000', '155634.125000', '155634.585000', '155635.045000', '155635.505000', '155635.965000', '155636.425000', '155636.885000', '155637.345000', '155637.805000', '155638.265000', '155638.725000', '155639.185000', '155639.645000', '155640.105000', '155640.565000', '155641.025000', '155641.485000', '155641.945000', '155642.405000', '155642.865000', '155643.325000', '155643.785000', '155644.245000', '155644.705000', '155645.165000', '155645.625000', '155646.085000', '155646.545000', '155647.005000', '155647.465000', '155647.925000', '155648.385000', '155648.845000', '155649.305000', '155649.765000', '155650.225000', '155650.685000', '155651.145000', '155651.605000', '155652.065000', '155652.525000', '155652.985000', '155653.445000', '155653.905000', '155654.365000', '155654.825000', '155655.285000', '155655.745000', '155656.205000', '155656.665000', '155657.125000', '155657.585000', '155658.045000', '155658.505000', '155658.965000', '155659.425000', '155659.885000', '155700.345000', '155700.805000', '155701.265000', '155701.725000', '155702.185000', '155702.645000', '155703.105000', '155703.565000', '155704.025000', '155704.485000', '155704.945000', '155705.405000', '155705.865000', '155706.325000', '155706.785000', '155707.245000', '155707.705000', '155708.165000', '155708.625000', '155709.085000', '155709.545000', '155710.005000', '155710.465000', '155710.925000', '155711.385000', '155711.845000', '155712.305000', '155712.765000', '155713.225000', '155713.685000', '155714.145000', '155714.605000', '155715.065000', '155715.525000', '155715.985000', '155716.445000', '155716.905000', '155717.365000', '155717.825000', '155718.285000', '155718.745000', '155719.205000', '155719.665000', '155720.125000', '155720.585000', '155721.045000', '155721.505000', '155721.965000', '155722.425000', '155722.885000', '155723.345000', '155723.805000', '155724.265000', '155724.725000', '155725.185000', '155725.645000', '155726.105000', '155726.565000', '155727.025000', '155727.485000', '155727.945000', '155728.405000', '155728.865000', '155729.325000', '155729.785000', '155730.245000', '155730.705000', '155731.165000', '155731.625000', '155732.085000', '155732.545000', '155733.005000', '155733.465000', '155733.925000', '155734.385000', '155734.845000', '155735.305000', '155735.765000', '155736.225000', '155736.685000', '155737.145000', '155737.605000', '155738.065000', '155738.525000', '155738.985000', '155739.445000', '155739.905000', '155740.365000', '155740.825000', '155741.285000', '155741.745000', '155742.205000', '155742.665000', '155743.125000', '155743.585000', '155744.045000', '155744.505000', '155744.965000', '155745.425000', '155745.885000', '155746.345000', '155746.805000', '155747.265000', '155747.725000', '155748.185000', '155748.645000', '155749.105000', '155749.565000', '155750.025000', '155750.485000', '155750.945000', '155751.405000', '155751.865000', '155752.325000', '155752.785000', '155753.245000', '155753.705000', '155754.165000', '155754.625000', '155755.085000', '155755.545000', '155756.005000', '155756.465000', '155756.925000', '155757.385000', '155757.845000', '155758.305000', '155758.765000', '155759.225000', '155759.685000', '155800.145000', '155800.605000', '155801.065000', '155801.525000', '155801.985000', '155802.445000', '155802.905000', '155803.365000', '155803.825000', '155804.285000', '155804.745000', '155805.205000', '155805.665000', '155806.125000', '155806.585000', '155807.045000', '155807.505000', '155807.965000', '155808.425000', '155808.885000', '155809.345000', '155809.805000', '155810.265000', '155810.725000', '155811.185000', '155811.645000', '155812.105000', '155812.565000', '155813.025000', '155813.485000', '155813.945000', '155814.405000', '155814.865000', '155815.325000', '155815.785000', '155816.245000', '155816.705000', '155817.165000', '155817.625000', '155818.085000', '155818.545000', '155819.005000', '155819.465000', '155819.925000', '155820.385000', '155820.845000', '155821.305000', '155821.765000', '155822.225000', '155822.685000', '155823.145000', '155823.605000', '155824.065000', '155824.525000', '155824.985000', '155825.445000', '155825.905000', '155826.365000', '155826.825000', '155827.285000', '155827.745000', '155828.205000', '155828.665000', '155829.125000', '155829.585000', '155830.045000', '155830.505000', '155830.965000', '155831.425000', '155831.885000', '155832.345000', '155832.805000', '155833.265000', '155833.725000', '155834.185000', '155834.645000', '155835.105000', '155835.565000', '155836.025000', '155836.485000', '155836.945000', '155837.405000', '155837.865000', '155838.325000', '155838.785000', '155839.245000', '155839.705000', '155840.165000', '155840.625000', '155841.085000', '155841.545000', '155842.005000', '155842.465000', '155842.925000', '155843.385000', '155843.845000', '155844.305000', '155844.765000', '155845.225000', '155845.685000', '155846.145000', '155846.605000', '155847.065000', '155847.525000', '155847.985000', '155848.445000', '155848.905000', '155849.365000', '155849.825000', '155850.285000', '155850.745000', '155851.205000', '155851.665000', '155852.125000', '155852.585000', '155853.045000', '155853.505000', '155853.965000', '155854.425000', '155854.885000', '155855.345000', '155855.805000', '155856.265000', '155856.725000', '155857.185000', '155857.645000', '155858.105000', '155858.565000', '155859.025000', '155859.485000', '155859.945000', '155900.405000', '155900.865000', '155901.325000', '155901.785000', '155902.245000', '155902.705000', '155903.165000', '155903.625000', '155904.085000', '155904.545000', '155905.005000', '155905.465000', '155905.925000', '155906.385000', '155906.845000', '155907.305000', '155907.765000', '155908.225000', '155908.685000', '155909.145000', '155909.605000', '155910.065000', '155910.525000', '155910.985000', '155911.445000', '155911.905000', '155912.365000', '155912.825000', '155913.285000', '155913.745000', '155914.205000', '155914.665000', '155915.125000', '155915.585000', '155916.045000', '155916.505000', '155916.965000', '155917.425000', '155917.885000', '155918.345000', '155918.805000', '155919.265000', '155919.725000', '155920.185000', '155920.645000', '155921.105000', '155921.565000', '155922.025000', '155922.485000', '155922.945000', '155923.405000', '155923.865000', '155924.325000', '155924.785000', '155925.245000', '155925.705000', '155926.165000', '155926.625000', '155927.085000', '155927.545000', '155928.005000', '155928.465000', '155928.925000', '155929.385000', '155929.845000', '155930.305000', '155930.765000', '155931.225000', '155931.685000', '155932.145000', '155932.605000', '155933.065000', '155933.525000', '155933.985000', '155934.445000', '155934.905000', '155935.365000', '155935.825000', '155936.285000', '155936.745000', '155937.205000', '155937.665000', '155938.125000', '155938.585000', '155939.045000', '155939.505000', '155939.965000', '155940.425000', '155940.885000', '155941.345000', '155941.805000', '155942.265000', '155942.725000', '155943.185000', '155943.645000', '155944.105000', '155944.565000', '155945.025000', '155945.485000', '155945.945000', '155946.405000', '155946.865000', '155947.325000', '155947.785000', '155948.245000', '155948.705000', '155949.165000', '155949.625000', '155950.085000', '155950.545000', '155951.005000', '155951.465000', '155951.925000', '155952.385000', '155952.845000', '155953.305000', '155953.765000', '155954.225000', '155954.685000', '155955.145000', '155955.605000', '155956.065000', '155956.525000', '155956.985000', '155957.445000', '155957.905000', '155958.365000', '155958.825000', '155959.285000', '155959.745000', '160000.205000', '160000.665000', '160001.125000', '160001.585000', '160002.045000', '160002.505000', '160002.965000', '160003.425000', '160003.885000', '160004.345000', '160004.805000', '160005.265000', '160005.725000', '160006.185000', '160006.645000', '160007.105000', '160007.565000', '160008.025000', '160008.485000', '160008.945000', '160009.405000', '160009.865000', '160010.325000', '160010.785000', '160011.245000', '160011.705000', '160012.165000', '160012.625000', '160013.085000', '160013.545000', '160014.005000', '160014.465000', '160014.925000', '160015.385000', '160015.845000', '160016.305000', '160016.765000', '160017.225000', '160017.685000', '160018.145000', '160018.605000', '160019.065000', '160019.525000', '160019.985000', '160020.445000', '160020.905000', '160021.365000', '160021.825000', '160022.285000', '160022.745000', '160023.205000', '160023.665000', '160024.125000', '160024.585000', '160025.045000', '160025.505000', '160025.965000', '160026.425000', '160026.885000', '160027.345000', '160027.805000', '160028.265000', '160028.725000', '160029.185000', '160029.645000', '160030.105000', '160030.565000', '160031.025000', '160031.485000', '160031.945000', '160032.405000', '160032.865000', '160033.325000', '160033.785000', '160034.245000', '160034.705000', '160035.165000', '160035.625000', '160036.085000', '160036.545000', '160037.005000', '160037.465000', '160037.925000', '160038.385000', '160038.845000', '160039.305000', '160039.765000', '160040.225000', '160040.685000', '160041.145000', '160041.605000', '160042.065000', '160042.525000', '160042.985000', '160043.445000', '160043.905000', '160044.365000', '160044.825000', '160045.285000', '160045.745000', '160046.205000', '160046.665000', '160047.125000', '160047.585000', '160048.045000', '160048.505000', '160048.965000', '160049.425000', '160049.885000', '160050.345000', '160050.805000', '160051.265000', '160051.725000', '160052.185000', '160052.645000', '160053.105000', '160053.565000', '160054.025000', '160054.485000', '160054.945000', '160055.405000', '160055.865000', '160056.325000', '160056.785000', '160057.245000', '160057.705000', '160058.165000', '160058.625000', '160059.085000', '160059.545000', '160100.005000', '160100.465000', '160100.925000', '160101.385000', '160101.845000', '160102.305000', '160102.765000', '160103.225000', '160103.685000', '160104.145000', '160104.605000', '160105.065000', '160105.525000', '160105.985000', '160106.445000', '160106.905000', '160107.365000', '160107.825000', '160108.285000', '160108.745000', '160109.205000', '160109.665000', '160110.125000', '160110.585000', '160111.045000', '160111.505000', '160111.965000', '160112.425000', '160112.885000', '160113.345000', '160113.805000', '160114.265000', '160114.725000', '160115.185000', '160115.645000', '160116.105000', '160116.565000', '160117.025000', '160117.485000', '160117.945000', '160118.405000', '160118.865000', '160119.325000', '160119.785000', '160120.245000', '160120.705000', '160121.165000', '160121.625000', '160122.085000', '160122.545000', '160123.005000', '160123.465000', '160123.925000', '160124.385000', '160124.845000', '160125.305000', '160125.765000', '160126.225000', '160126.685000', '160127.145000', '160127.605000', '160128.065000', '160128.525000', '160128.985000', '160129.445000', '160129.905000', '160130.365000', '160130.825000', '160131.285000', '160131.745000', '160132.205000', '160132.665000', '160133.125000', '160133.585000', '160134.045000', '160134.505000', '160134.965000', '160135.425000', '160135.885000', '160136.345000', '160136.805000', '160137.265000', '160137.725000', '160138.185000'], 'ContentTime': ['155513.888000', '155513.892000', '155513.895000', '155513.903000', '155513.906000', '155513.909000', '155513.912000', '155513.915000', '155513.918000', '155513.921000', '155513.924000', '155513.927000', '155513.930000', '155513.933000', '155513.936000', '155513.939000', '155513.941000', '155513.949000', '155513.952000', '155513.955000', '155513.958000', '155513.961000', '155513.964000', '155513.967000', '155513.970000', '155513.979000', '155513.982000', '155513.984000', '155513.987000', '155513.990000', '155513.993000', '155513.996000', '155514.000000', '155533.853000', '155533.856000', '155533.859000', '155533.862000', '155533.864000', '155533.867000', '155533.870000', '155533.873000', '155533.876000', '155533.879000', '155533.882000', '155533.885000', '155533.887000', '155533.890000', '155533.893000', '155533.896000', '155533.901000', '155533.905000', '155533.908000', '155533.911000', '155533.914000', '155533.916000', '155533.919000', '155533.922000', '155533.925000', '155533.928000', '155533.930000', '155533.938000', '155533.941000', '155533.944000', '155533.947000', '155533.950000', '155533.952000', '155533.955000', '155533.958000', '155533.961000', '155533.964000', '155533.967000', '155533.969000', '155533.972000', '155533.975000', '155533.978000', '155533.986000', '155553.853000', '155553.856000', '155553.859000', '155553.861000', '155553.864000', '155553.867000', '155553.870000', '155553.873000', '155553.876000', '155553.879000', '155553.881000', '155553.884000', '155553.887000', '155553.890000', '155553.893000', '155553.895000', '155553.898000', '155553.901000', '155553.904000', '155553.907000', '155553.909000', '155553.912000', '155553.915000', '155553.918000', '155553.921000', '155553.924000', '155553.926000', '155553.929000', '155553.932000', '155553.935000', '155553.938000', '155553.940000', '155553.943000', '155553.946000', '155553.949000', '155553.952000', '155553.955000', '155553.957000', '155553.960000', '155553.963000', '155553.966000', '155553.974000', '155553.977000', '155553.980000', '155613.853000', '155613.856000', '155613.859000', '155613.862000', '155613.865000', '155613.867000', '155613.870000', '155613.873000', '155613.876000', '155613.879000', '155613.882000', '155613.885000', '155613.888000', '155613.891000', '155613.894000', '155613.896000', '155613.899000', '155613.902000', '155613.905000', '155613.908000', '155613.911000', '155613.913000', '155613.916000', '155613.919000', '155613.922000', '155613.927000', '155613.931000', '155613.934000', '155613.937000', '155613.940000', '155613.943000', '155613.946000', '155613.949000', '155613.951000', '155613.954000', '155613.957000', '155613.960000', '155613.963000', '155613.966000', '155613.969000', '155613.971000', '155613.974000', '155613.977000', '155633.853000', '155633.856000', '155633.859000', '155633.862000', '155633.864000', '155633.867000', '155633.870000', '155633.873000', '155633.876000', '155633.879000', '155633.882000', '155633.885000', '155633.888000', '155633.890000', '155633.893000', '155633.896000', '155633.899000', '155633.902000', '155633.905000', '155633.908000', '155633.911000', '155633.913000', '155633.916000', '155633.919000', '155633.922000', '155633.925000', '155633.928000', '155633.931000', '155633.934000', '155633.936000', '155633.939000', '155633.942000', '155633.945000', '155633.948000', '155633.963000', '155633.966000', '155633.969000', '155633.972000', '155633.975000', '155633.978000', '155633.981000', '155633.983000', '155633.986000', '155633.989000', '155653.854000', '155653.857000', '155653.860000', '155653.863000', '155653.866000', '155653.869000', '155653.872000', '155653.875000', '155653.878000', '155653.881000', '155653.884000', '155653.887000', '155653.890000', '155653.892000', '155653.895000', '155653.898000', '155653.901000', '155653.904000', '155653.907000', '155653.910000', '155653.913000', '155653.915000', '155653.918000', '155653.921000', '155653.924000', '155653.927000', '155653.930000', '155653.933000', '155653.938000', '155653.942000', '155653.945000', '155653.948000', '155653.950000', '155653.953000', '155653.956000', '155653.959000', '155653.962000', '155653.965000', '155653.968000', '155653.971000', '155653.974000', '155653.977000', '155653.979000', '155713.853000', '155713.856000', '155713.859000', '155713.862000', '155713.865000', '155713.867000', '155713.870000', '155713.873000', '155713.876000', '155713.879000', '155713.882000', '155713.885000', '155713.887000', '155713.890000', '155713.893000', '155713.896000', '155713.899000', '155713.902000', '155713.905000', '155713.908000', '155713.910000', '155713.913000', '155713.916000', '155713.919000', '155713.922000', '155713.925000', '155713.927000', '155713.930000', '155713.933000', '155713.936000', '155713.939000', '155713.942000', '155713.944000', '155713.947000', '155713.950000', '155713.953000', '155713.956000', '155713.959000', '155713.961000', '155713.964000', '155713.967000', '155713.970000', '155713.973000', '155713.976000', '155733.853000', '155733.856000', '155733.859000', '155733.862000', '155733.865000', '155733.867000', '155733.870000', '155733.873000', '155733.876000', '155733.879000', '155733.882000', '155733.885000', '155733.887000', '155733.890000', '155733.893000', '155733.896000', '155733.899000', '155733.902000', '155733.905000', '155733.908000', '155733.911000', '155733.913000', '155733.916000', '155733.919000', '155733.922000', '155733.925000', '155733.928000', '155733.931000', '155733.934000', '155733.936000', '155733.939000', '155733.942000', '155733.945000', '155733.948000', '155733.951000', '155733.954000', '155733.959000', '155733.963000', '155733.966000', '155733.969000', '155733.971000', '155733.974000', '155733.977000', '155753.853000', '155753.856000', '155753.859000', '155753.862000', '155753.865000', '155753.867000', '155753.870000', '155753.873000', '155753.876000', '155753.879000', '155753.882000', '155753.885000', '155753.888000', '155753.890000', '155753.893000', '155753.896000', '155753.899000', '155753.902000', '155753.905000', '155753.908000', '155753.911000', '155753.913000', '155753.916000', '155753.919000', '155753.922000', '155753.925000', '155753.928000', '155753.931000', '155753.934000', '155753.936000', '155753.939000', '155753.942000', '155753.945000', '155753.948000', '155753.951000', '155753.954000', '155753.957000', '155753.960000', '155753.963000', '155753.965000', '155753.968000', '155753.971000', '155753.974000', '155753.977000', '155813.853000', '155813.856000', '155813.859000', '155813.862000', '155813.865000', '155813.867000', '155813.870000', '155813.873000', '155813.876000', '155813.879000', '155813.882000', '155813.885000', '155813.887000', '155813.890000', '155813.893000', '155813.896000', '155813.899000', '155813.902000', '155813.905000', '155813.909000', '155813.912000', '155813.915000', '155813.918000', '155813.920000', '155813.923000', '155813.926000', '155813.929000', '155813.932000', '155813.935000', '155813.948000', '155813.951000', '155813.954000', '155813.957000', '155813.960000', '155813.963000', '155813.966000', '155813.969000', '155813.972000', '155813.977000', '155813.980000', '155813.983000', '155813.986000', '155813.988000', '155833.853000', '155833.856000', '155833.859000', '155833.862000', '155833.865000', '155833.867000', '155833.870000', '155833.873000', '155833.876000', '155833.879000', '155833.882000', '155833.885000', '155833.888000', '155833.891000', '155833.893000', '155833.896000', '155833.899000', '155833.902000', '155833.905000', '155833.908000', '155833.911000', '155833.914000', '155833.916000', '155833.919000', '155833.922000', '155833.925000', '155833.928000', '155833.931000', '155833.933000', '155833.936000', '155833.939000', '155833.942000', '155833.945000', '155833.948000', '155833.951000', '155833.953000', '155833.956000', '155833.959000', '155833.962000', '155833.965000', '155833.968000', '155833.971000', '155833.974000', '155833.976000', '155853.853000', '155853.856000', '155853.859000', '155853.862000', '155853.865000', '155853.868000', '155853.871000', '155853.873000', '155853.876000', '155853.879000', '155853.882000', '155853.885000', '155853.888000', '155853.891000', '155853.894000', '155853.896000', '155853.899000', '155853.902000', '155853.905000', '155853.908000', '155853.911000', '155853.914000', '155853.916000', '155853.919000', '155853.922000', '155853.925000', '155853.928000', '155853.931000', '155853.934000', '155853.936000', '155853.939000', '155853.942000', '155853.945000', '155853.948000', '155853.951000', '155853.953000', '155853.956000', '155853.959000', '155853.962000', '155853.965000', '155853.968000', '155853.971000', '155853.974000', '155913.854000', '155913.857000', '155913.860000', '155913.863000', '155913.866000', '155913.868000', '155913.871000', '155913.874000', '155913.877000', '155913.880000', '155913.883000', '155913.885000', '155913.888000', '155913.891000', '155913.894000', '155913.897000', '155913.900000', '155913.903000', '155913.906000', '155913.908000', '155913.911000', '155913.914000', '155913.917000', '155913.920000', '155913.923000', '155913.926000', '155913.928000', '155913.931000', '155913.934000', '155913.937000', '155913.940000', '155913.943000', '155913.946000', '155913.949000', '155913.951000', '155913.954000', '155913.957000', '155913.960000', '155913.963000', '155913.966000', '155913.968000', '155913.971000', '155913.974000', '155913.977000', '155933.853000', '155933.856000', '155933.859000', '155933.862000', '155933.865000', '155933.867000', '155933.870000', '155933.873000', '155933.876000', '155933.879000', '155933.882000', '155933.885000', '155933.887000', '155933.890000', '155933.893000', '155933.896000', '155933.899000', '155933.902000', '155933.905000', '155933.908000', '155933.910000', '155933.913000', '155933.916000', '155933.919000', '155933.922000', '155933.925000', '155933.928000', '155933.931000', '155933.933000', '155933.936000', '155933.939000', '155933.942000', '155933.946000', '155933.949000', '155933.952000', '155933.955000', '155933.958000', '155933.960000', '155933.963000', '155933.966000', '155933.969000', '155933.972000', '155933.975000', '155953.853000', '155953.856000', '155953.859000', '155953.862000', '155953.865000', '155953.867000', '155953.870000', '155953.873000', '155953.876000', '155953.879000', '155953.882000', '155953.885000', '155953.888000', '155953.890000', '155953.893000', '155953.896000', '155953.899000', '155953.902000', '155953.905000', '155953.908000', '155953.911000', '155953.914000', '155953.917000', '155953.919000', '155953.922000', '155953.925000', '155953.928000', '155953.931000', '155953.934000', '155953.937000', '155953.940000', '155953.943000', '155953.946000', '155953.948000', '155953.951000', '155953.954000', '155953.957000', '155953.960000', '155953.963000', '155953.966000', '155953.969000', '155953.971000', '155953.974000', '155953.977000', '160013.853000', '160013.856000', '160013.859000', '160013.862000', '160013.865000', '160013.867000', '160013.870000', '160013.873000', '160013.876000', '160013.879000', '160013.882000', '160013.885000', '160013.888000', '160013.891000', '160013.893000', '160013.896000', '160013.899000', '160013.902000', '160013.905000', '160013.908000', '160013.911000', '160013.913000', '160013.916000', '160013.919000', '160013.922000', '160013.925000', '160013.928000', '160013.931000', '160013.934000', '160013.936000', '160013.939000', '160013.942000', '160013.945000', '160013.948000', '160013.951000', '160013.954000', '160013.956000', '160013.959000', '160013.962000', '160013.965000', '160013.968000', '160013.971000', '160013.974000', '160033.853000', '160033.856000', '160033.859000', '160033.862000', '160033.865000', '160033.867000', '160033.870000', '160033.873000', '160033.876000', '160033.879000', '160033.882000', '160033.885000', '160033.888000', '160033.891000', '160033.893000', '160033.896000', '160033.899000', '160033.902000', '160033.905000', '160033.908000', '160033.911000', '160033.914000', '160033.916000', '160033.919000', '160033.922000', '160033.925000', '160033.928000', '160033.931000', '160033.934000', '160033.937000', '160033.939000', '160033.942000', '160033.945000', '160033.948000', '160033.951000', '160033.954000', '160033.957000', '160033.960000', '160033.962000', '160033.965000', '160033.968000', '160033.971000', '160033.974000', '160033.977000', '160053.853000', '160053.856000', '160053.859000', '160053.862000', '160053.865000', '160053.869000', '160053.872000', '160053.875000', '160053.878000', '160053.881000', '160053.884000', '160053.887000', '160053.890000', '160053.892000', '160053.895000', '160053.898000', '160053.901000', '160053.904000', '160053.907000', '160053.910000', '160053.912000', '160053.915000', '160053.918000', '160053.921000', '160053.924000', '160053.927000', '160053.930000', '160053.932000', '160053.935000', '160053.938000', '160053.941000', '160053.944000', '160053.947000', '160053.950000', '160053.952000', '160053.955000', '160053.958000', '160053.961000', '160053.964000', '160053.967000', '160053.969000', '160053.972000', '160053.975000', '160113.853000', '160113.856000', '160113.859000', '160113.862000', '160113.865000', '160113.868000', '160113.870000', '160113.873000', '160113.876000', '160113.879000', '160113.882000', '160113.885000', '160113.888000', '160113.891000', '160113.894000', '160113.896000', '160113.899000', '160113.902000', '160113.905000', '160113.908000', '160113.911000', '160113.914000', '160113.929000', '160113.932000', '160113.935000', '160113.938000', '160113.941000', '160113.944000', '160113.947000', '160113.950000', '160113.952000', '160113.955000', '160113.958000', '160113.961000', '160113.964000', '160113.967000', '160113.970000', '160113.973000', '160113.975000', '160113.978000', '160113.981000', '160113.984000', '160113.987000', '160113.990000', '160133.854000', '160133.857000', '160133.860000', '160133.863000', '160133.866000', '160133.868000', '160133.871000', '160133.874000', '160133.877000', '160133.880000', '160133.883000', '160133.886000', '160133.889000', '160133.891000', '160133.894000', '160133.897000', '160133.900000', '160133.903000', '160133.906000', '160133.909000', '160133.911000', '160133.914000', '160133.917000', '160133.920000', '160133.923000', '160133.926000', '160133.929000', '160133.932000', '160133.934000', '160133.937000', '160133.940000', '160133.943000', '160133.946000', '160133.949000', '160133.951000', '160133.954000', '160133.957000', '160133.960000', '160133.963000', '160133.966000', '160133.969000', '160133.972000', '160133.974000', '160139.630000', '160139.634000', '160139.637000', '160139.640000', '160139.643000', '160139.647000', '160139.650000', '160139.653000', '160139.656000', '160139.659000', '160139.662000', '160139.666000', '160139.668000'], 'InstanceCreationTime': ['155513.888000', '155513.892000', '155513.895000', '155513.903000', '155513.906000', '155513.909000', '155513.912000', '155513.915000', '155513.918000', '155513.921000', '155513.924000', '155513.927000', '155513.930000', '155513.933000', '155513.936000', '155513.939000', '155513.941000', '155513.949000', '155513.952000', '155513.955000', '155513.958000', '155513.961000', '155513.964000', '155513.967000', '155513.970000', '155513.979000', '155513.982000', '155513.984000', '155513.987000', '155513.990000', '155513.993000', '155513.996000', '155514.000000', '155533.853000', '155533.856000', '155533.859000', '155533.862000', '155533.864000', '155533.867000', '155533.870000', '155533.873000', '155533.876000', '155533.879000', '155533.882000', '155533.885000', '155533.887000', '155533.890000', '155533.893000', '155533.896000', '155533.901000', '155533.905000', '155533.908000', '155533.911000', '155533.914000', '155533.916000', '155533.919000', '155533.922000', '155533.925000', '155533.928000', '155533.930000', '155533.938000', '155533.941000', '155533.944000', '155533.947000', '155533.950000', '155533.952000', '155533.955000', '155533.958000', '155533.961000', '155533.964000', '155533.967000', '155533.969000', '155533.972000', '155533.975000', '155533.978000', '155533.986000', '155553.853000', '155553.856000', '155553.859000', '155553.861000', '155553.864000', '155553.867000', '155553.870000', '155553.873000', '155553.876000', '155553.879000', '155553.881000', '155553.884000', '155553.887000', '155553.890000', '155553.893000', '155553.895000', '155553.898000', '155553.901000', '155553.904000', '155553.907000', '155553.909000', '155553.912000', '155553.915000', '155553.918000', '155553.921000', '155553.924000', '155553.926000', '155553.929000', '155553.932000', '155553.935000', '155553.938000', '155553.940000', '155553.943000', '155553.946000', '155553.949000', '155553.952000', '155553.955000', '155553.957000', '155553.960000', '155553.963000', '155553.966000', '155553.974000', '155553.977000', '155553.980000', '155613.853000', '155613.856000', '155613.859000', '155613.862000', '155613.865000', '155613.867000', '155613.870000', '155613.873000', '155613.876000', '155613.879000', '155613.882000', '155613.885000', '155613.888000', '155613.891000', '155613.894000', '155613.896000', '155613.899000', '155613.902000', '155613.905000', '155613.908000', '155613.911000', '155613.913000', '155613.916000', '155613.919000', '155613.922000', '155613.927000', '155613.931000', '155613.934000', '155613.937000', '155613.940000', '155613.943000', '155613.946000', '155613.949000', '155613.951000', '155613.954000', '155613.957000', '155613.960000', '155613.963000', '155613.966000', '155613.969000', '155613.971000', '155613.974000', '155613.977000', '155633.853000', '155633.856000', '155633.859000', '155633.862000', '155633.864000', '155633.867000', '155633.870000', '155633.873000', '155633.876000', '155633.879000', '155633.882000', '155633.885000', '155633.888000', '155633.890000', '155633.893000', '155633.896000', '155633.899000', '155633.902000', '155633.905000', '155633.908000', '155633.911000', '155633.913000', '155633.916000', '155633.919000', '155633.922000', '155633.925000', '155633.928000', '155633.931000', '155633.934000', '155633.936000', '155633.939000', '155633.942000', '155633.945000', '155633.948000', '155633.963000', '155633.966000', '155633.969000', '155633.972000', '155633.975000', '155633.978000', '155633.981000', '155633.983000', '155633.986000', '155633.989000', '155653.854000', '155653.857000', '155653.860000', '155653.863000', '155653.866000', '155653.869000', '155653.872000', '155653.875000', '155653.878000', '155653.881000', '155653.884000', '155653.887000', '155653.890000', '155653.892000', '155653.895000', '155653.898000', '155653.901000', '155653.904000', '155653.907000', '155653.910000', '155653.913000', '155653.915000', '155653.918000', '155653.921000', '155653.924000', '155653.927000', '155653.930000', '155653.933000', '155653.938000', '155653.942000', '155653.945000', '155653.948000', '155653.950000', '155653.953000', '155653.956000', '155653.959000', '155653.962000', '155653.965000', '155653.968000', '155653.971000', '155653.974000', '155653.977000', '155653.979000', '155713.853000', '155713.856000', '155713.859000', '155713.862000', '155713.865000', '155713.867000', '155713.870000', '155713.873000', '155713.876000', '155713.879000', '155713.882000', '155713.885000', '155713.887000', '155713.890000', '155713.893000', '155713.896000', '155713.899000', '155713.902000', '155713.905000', '155713.908000', '155713.910000', '155713.913000', '155713.916000', '155713.919000', '155713.922000', '155713.925000', '155713.927000', '155713.930000', '155713.933000', '155713.936000', '155713.939000', '155713.942000', '155713.944000', '155713.947000', '155713.950000', '155713.953000', '155713.956000', '155713.959000', '155713.961000', '155713.964000', '155713.967000', '155713.970000', '155713.973000', '155713.976000', '155733.853000', '155733.856000', '155733.859000', '155733.862000', '155733.865000', '155733.867000', '155733.870000', '155733.873000', '155733.876000', '155733.879000', '155733.882000', '155733.885000', '155733.887000', '155733.890000', '155733.893000', '155733.896000', '155733.899000', '155733.902000', '155733.905000', '155733.908000', '155733.911000', '155733.913000', '155733.916000', '155733.919000', '155733.922000', '155733.925000', '155733.928000', '155733.931000', '155733.934000', '155733.936000', '155733.939000', '155733.942000', '155733.945000', '155733.948000', '155733.951000', '155733.954000', '155733.959000', '155733.963000', '155733.966000', '155733.969000', '155733.971000', '155733.974000', '155733.977000', '155753.853000', '155753.856000', '155753.859000', '155753.862000', '155753.865000', '155753.867000', '155753.870000', '155753.873000', '155753.876000', '155753.879000', '155753.882000', '155753.885000', '155753.888000', '155753.890000', '155753.893000', '155753.896000', '155753.899000', '155753.902000', '155753.905000', '155753.908000', '155753.911000', '155753.913000', '155753.916000', '155753.919000', '155753.922000', '155753.925000', '155753.928000', '155753.931000', '155753.934000', '155753.936000', '155753.939000', '155753.942000', '155753.945000', '155753.948000', '155753.951000', '155753.954000', '155753.957000', '155753.960000', '155753.963000', '155753.965000', '155753.968000', '155753.971000', '155753.974000', '155753.977000', '155813.853000', '155813.856000', '155813.859000', '155813.862000', '155813.865000', '155813.867000', '155813.870000', '155813.873000', '155813.876000', '155813.879000', '155813.882000', '155813.885000', '155813.887000', '155813.890000', '155813.893000', '155813.896000', '155813.899000', '155813.902000', '155813.905000', '155813.909000', '155813.912000', '155813.915000', '155813.918000', '155813.920000', '155813.923000', '155813.926000', '155813.929000', '155813.932000', '155813.935000', '155813.948000', '155813.951000', '155813.954000', '155813.957000', '155813.960000', '155813.963000', '155813.966000', '155813.969000', '155813.972000', '155813.977000', '155813.980000', '155813.983000', '155813.986000', '155813.988000', '155833.853000', '155833.856000', '155833.859000', '155833.862000', '155833.865000', '155833.867000', '155833.870000', '155833.873000', '155833.876000', '155833.879000', '155833.882000', '155833.885000', '155833.888000', '155833.891000', '155833.893000', '155833.896000', '155833.899000', '155833.902000', '155833.905000', '155833.908000', '155833.911000', '155833.914000', '155833.916000', '155833.919000', '155833.922000', '155833.925000', '155833.928000', '155833.931000', '155833.933000', '155833.936000', '155833.939000', '155833.942000', '155833.945000', '155833.948000', '155833.951000', '155833.953000', '155833.956000', '155833.959000', '155833.962000', '155833.965000', '155833.968000', '155833.971000', '155833.974000', '155833.976000', '155853.853000', '155853.856000', '155853.859000', '155853.862000', '155853.865000', '155853.868000', '155853.871000', '155853.873000', '155853.876000', '155853.879000', '155853.882000', '155853.885000', '155853.888000', '155853.891000', '155853.894000', '155853.896000', '155853.899000', '155853.902000', '155853.905000', '155853.908000', '155853.911000', '155853.914000', '155853.916000', '155853.919000', '155853.922000', '155853.925000', '155853.928000', '155853.931000', '155853.934000', '155853.936000', '155853.939000', '155853.942000', '155853.945000', '155853.948000', '155853.951000', '155853.953000', '155853.956000', '155853.959000', '155853.962000', '155853.965000', '155853.968000', '155853.971000', '155853.974000', '155913.854000', '155913.857000', '155913.860000', '155913.863000', '155913.866000', '155913.868000', '155913.871000', '155913.874000', '155913.877000', '155913.880000', '155913.883000', '155913.885000', '155913.888000', '155913.891000', '155913.894000', '155913.897000', '155913.900000', '155913.903000', '155913.906000', '155913.908000', '155913.911000', '155913.914000', '155913.917000', '155913.920000', '155913.923000', '155913.926000', '155913.928000', '155913.931000', '155913.934000', '155913.937000', '155913.940000', '155913.943000', '155913.946000', '155913.949000', '155913.951000', '155913.954000', '155913.957000', '155913.960000', '155913.963000', '155913.966000', '155913.968000', '155913.971000', '155913.974000', '155913.977000', '155933.853000', '155933.856000', '155933.859000', '155933.862000', '155933.865000', '155933.867000', '155933.870000', '155933.873000', '155933.876000', '155933.879000', '155933.882000', '155933.885000', '155933.887000', '155933.890000', '155933.893000', '155933.896000', '155933.899000', '155933.902000', '155933.905000', '155933.908000', '155933.910000', '155933.913000', '155933.916000', '155933.919000', '155933.922000', '155933.925000', '155933.928000', '155933.931000', '155933.933000', '155933.936000', '155933.939000', '155933.942000', '155933.946000', '155933.949000', '155933.952000', '155933.955000', '155933.958000', '155933.960000', '155933.963000', '155933.966000', '155933.969000', '155933.972000', '155933.975000', '155953.853000', '155953.856000', '155953.859000', '155953.862000', '155953.865000', '155953.867000', '155953.870000', '155953.873000', '155953.876000', '155953.879000', '155953.882000', '155953.885000', '155953.888000', '155953.890000', '155953.893000', '155953.896000', '155953.899000', '155953.902000', '155953.905000', '155953.908000', '155953.911000', '155953.914000', '155953.917000', '155953.919000', '155953.922000', '155953.925000', '155953.928000', '155953.931000', '155953.934000', '155953.937000', '155953.940000', '155953.943000', '155953.946000', '155953.948000', '155953.951000', '155953.954000', '155953.957000', '155953.960000', '155953.963000', '155953.966000', '155953.969000', '155953.971000', '155953.974000', '155953.977000', '160013.853000', '160013.856000', '160013.859000', '160013.862000', '160013.865000', '160013.867000', '160013.870000', '160013.873000', '160013.876000', '160013.879000', '160013.882000', '160013.885000', '160013.888000', '160013.891000', '160013.893000', '160013.896000', '160013.899000', '160013.902000', '160013.905000', '160013.908000', '160013.911000', '160013.913000', '160013.916000', '160013.919000', '160013.922000', '160013.925000', '160013.928000', '160013.931000', '160013.934000', '160013.936000', '160013.939000', '160013.942000', '160013.945000', '160013.948000', '160013.951000', '160013.954000', '160013.956000', '160013.959000', '160013.962000', '160013.965000', '160013.968000', '160013.971000', '160013.974000', '160033.853000', '160033.856000', '160033.859000', '160033.862000', '160033.865000', '160033.867000', '160033.870000', '160033.873000', '160033.876000', '160033.879000', '160033.882000', '160033.885000', '160033.888000', '160033.891000', '160033.893000', '160033.896000', '160033.899000', '160033.902000', '160033.905000', '160033.908000', '160033.911000', '160033.914000', '160033.916000', '160033.919000', '160033.922000', '160033.925000', '160033.928000', '160033.931000', '160033.934000', '160033.937000', '160033.939000', '160033.942000', '160033.945000', '160033.948000', '160033.951000', '160033.954000', '160033.957000', '160033.960000', '160033.962000', '160033.965000', '160033.968000', '160033.971000', '160033.974000', '160033.977000', '160053.853000', '160053.856000', '160053.859000', '160053.862000', '160053.865000', '160053.869000', '160053.872000', '160053.875000', '160053.878000', '160053.881000', '160053.884000', '160053.887000', '160053.890000', '160053.892000', '160053.895000', '160053.898000', '160053.901000', '160053.904000', '160053.907000', '160053.910000', '160053.912000', '160053.915000', '160053.918000', '160053.921000', '160053.924000', '160053.927000', '160053.930000', '160053.932000', '160053.935000', '160053.938000', '160053.941000', '160053.944000', '160053.947000', '160053.950000', '160053.952000', '160053.955000', '160053.958000', '160053.961000', '160053.964000', '160053.967000', '160053.969000', '160053.972000', '160053.975000', '160113.853000', '160113.856000', '160113.859000', '160113.862000', '160113.865000', '160113.868000', '160113.870000', '160113.873000', '160113.876000', '160113.879000', '160113.882000', '160113.885000', '160113.888000', '160113.891000', '160113.894000', '160113.896000', '160113.899000', '160113.902000', '160113.905000', '160113.908000', '160113.911000', '160113.914000', '160113.929000', '160113.932000', '160113.935000', '160113.938000', '160113.941000', '160113.944000', '160113.947000', '160113.950000', '160113.952000', '160113.955000', '160113.958000', '160113.961000', '160113.964000', '160113.967000', '160113.970000', '160113.973000', '160113.975000', '160113.978000', '160113.981000', '160113.984000', '160113.987000', '160113.990000', '160133.854000', '160133.857000', '160133.860000', '160133.863000', '160133.866000', '160133.868000', '160133.871000', '160133.874000', '160133.877000', '160133.880000', '160133.883000', '160133.886000', '160133.889000', '160133.891000', '160133.894000', '160133.897000', '160133.900000', '160133.903000', '160133.906000', '160133.909000', '160133.911000', '160133.914000', '160133.917000', '160133.920000', '160133.923000', '160133.926000', '160133.929000', '160133.932000', '160133.934000', '160133.937000', '160133.940000', '160133.943000', '160133.946000', '160133.949000', '160133.951000', '160133.954000', '160133.957000', '160133.960000', '160133.963000', '160133.966000', '160133.969000', '160133.972000', '160133.974000', '160139.630000', '160139.634000', '160139.637000', '160139.640000', '160139.643000', '160139.647000', '160139.650000', '160139.653000', '160139.656000', '160139.659000', '160139.662000', '160139.666000', '160139.668000'], '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': [8332, 6006, 10302, 7141, 6787, 12448, 8764, 7090, 12369, 7750, 6256, 11714, 7443, 5548, 9243, 5226, 5533, 10854, 7289, 5442, 8304, 5469, 5567, 10427, 7414, 5432, 8022, 5465, 5278, 9619, 7967, 5532, 9422, 5346, 5347, 9771, 6937, 5513, 8642, 5074, 5271, 9601, 8228, 10301, 8345, 6330, 6639, 7377, 7075, 5248, 7004, 5084, 5436, 7934, 5287, 7836, 5878, 5431, 9015, 5566, 5262, 5563, 5455, 5394, 5426, 5137, 6791, 5216, 5062, 6623, 5201, 5767, 5196, 5158, 7037, 5393, 5346, 5457, 5306, 5393, 8651, 6204, 5459, 6640, 5397, 5194, 8092, 5917, 5061, 5139, 5282, 5349, 4957, 7155, 5320, 5204, 6692, 5182, 5214, 7581, 5861, 5643, 7217, 5311, 5126, 6465, 5457, 6095, 5751, 5585, 6323, 5328, 5238, 6329, 5366, 5117, 5118, 5360, 5272, 5215, 5320, 5025, 5239, 5063, 5322, 5232, 5169, 9930, 5347, 5208, 5505, 5116, 5311, 7853, 5475, 5139, 6383, 5308, 5212, 5400, 5096, 5139, 5216, 5398, 5437, 8210, 6214, 5501, 7589, 5797, 5359, 6716, 5390, 5438, 5847, 5491, 5253, 5918, 5435, 5215, 5165, 5583, 5593, 5315, 5517, 6589, 5275, 5429, 5505, 5124, 5549, 5558, 5139, 12080, 7101, 5449, 6841, 5282, 5524, 7336, 5384, 5347, 5276, 5593, 5091, 5729, 5962, 9538, 11463, 5482, 5199, 7547, 6250, 7752, 8418, 5546, 5212, 7988, 6382, 6917, 8991, 7103, 5121, 8884, 5800, 5243, 9760, 7826, 5956, 10484, 7941, 7323, 9756, 9144, 8047, 5495, 10194, 8043, 6316, 5354, 10316, 7792, 5681, 9884, 7712, 5549, 9503, 5352, 5596, 4930, 5129, 5277, 5081, 5436, 5231, 5043, 7184, 5300, 5489, 7360, 5434, 7358, 7896, 5268, 5359, 7316, 5462, 6820, 8708, 6191, 5318, 9127, 7172, 7743, 10536, 7833, 5653, 10445, 8204, 8583, 10959, 8203, 6335, 10476, 9151, 9144, 9653, 9291, 6547, 8689, 9274, 7274, 6895, 10383, 6110, 5353, 9019, 8457, 7930, 5230, 9480, 5279, 5404, 10259, 7879, 5824, 9584, 5234, 5425, 7676, 9291, 5233, 5627, 6478, 5351, 6609, 7398, 8818, 5384, 5247, 10808, 8160, 5698, 5264, 5708, 4939, 5734, 9461, 8495, 5307, 5657, 5119, 5224, 5451, 5549, 8284, 7540, 8719, 7480, 12060, 9822, 10068, 8360, 12594, 10791, 5558, 5670, 5764, 5330, 5321, 5328, 5488, 8073, 8043, 6600, 5737, 11005, 5669, 7296, 11182, 6282, 7005, 10360, 6076, 6973, 10439, 5586, 5624, 9436, 5596, 6744, 9345, 5425, 7600, 5464, 5574, 10984, 5414, 5496, 5900, 5611, 5678, 6065, 5427, 5628, 10497, 5177, 5717, 5831, 5293, 5333, 6745, 10732, 7982, 7579, 5645, 11811, 7589, 5345, 11859, 9993, 6144, 5453, 6441, 5442, 5533, 11329, 5199, 5654, 5419, 5354, 5282, 5533, 9609, 5400, 5548, 8139, 8605, 9941, 5549, 9296, 5489, 5912, 8629, 9507, 5257, 5698, 9793, 5347, 6002, 11254, 6863, 5427, 5675, 11205, 8271, 5655, 5542, 7537, 5344, 5634, 11323, 8840, 5329, 5541, 11373, 10990, 6620, 5682, 7693, 10731, 6631, 5508, 5534, 5847, 5161, 5014, 5886, 8708, 5182, 5221, 5660, 11933, 7150, 5451, 5648, 10790, 7710, 5112, 5761, 5485, 5076, 5517, 5555, 5943, 5329, 5697, 6109, 8092, 5336, 5275, 5524, 5222, 5634, 5617, 6544, 5290, 5578, 5574, 9937, 5477, 5580, 5682, 5725, 5136, 5541, 11937, 7663, 5358, 6332, 11007, 9223, 5935, 11251, 5792, 5406, 9367, 10643, 5272, 5518, 6593, 5695, 7028, 12913, 7103, 5434, 6270, 8326, 6234, 9401, 10254, 7959, 5656, 8150, 5288, 5142, 7398, 11521, 11300, 10267, 8144, 13500, 10394, 8545, 13435, 10804, 7232, 12359, 5785, 5548, 5767, 5622, 5450, 5304, 5468, 5795, 5315, 5483, 5361, 5732, 5256, 5363, 7405, 5425, 9652, 5267, 5214, 5882, 5354, 8813, 11570, 8449, 5527, 12273, 9496, 5386, 10417, 5480, 5513, 11614, 5463, 5504, 8379, 5150, 6389, 5355, 5376, 7345, 5407, 5270, 5362, 5455, 5507, 5363, 5450, 5421, 5432, 5295, 5388, 5412, 5396, 5193, 5153, 5091, 5334, 5382, 8536, 5476, 5487, 5367, 6327, 5441, 5466, 10575, 6427, 5268, 10903, 6001, 5391, 12175, 11872, 7929, 5689, 9505, 5183, 5391, 5383, 5369, 5314, 5608, 7774, 6246, 5485, 10140, 10049, 6589, 5562, 10601, 5935, 6389, 12056, 8408, 5716, 5822, 10271, 6266, 6022, 11618, 5458, 5580, 5597, 5898, 5374, 8633, 9437, 7196, 6723, 12144, 8340, 5711, 5196, 5351, 5302, 5327, 8941, 5845, 5071, 5156, 10569, 5824, 9776, 8240, 7213, 5410, 5210, 6123, 5922, 6860, 5264, 5440, 5165, 5246, 5148, 5421, 5417, 5373, 5309, 9101, 7074, 5302, 9441, 5368, 5598, 10223, 7333, 5860, 10585, 5381, 5194, 9066, 5363, 5439, 10444, 5208, 5087, 5281, 5197, 6459, 5777, 5357, 5310, 5509, 5693, 5369, 7213, 5516, 5348, 9437, 7380, 6019, 10712, 7790, 6106, 11403, 8351, 5346, 5449, 8658, 5236, 5189, 9639, 10834, 8575, 11270, 9493, 5681, 12043, 7152, 5288, 11254, 5583, 5411, 6253, 5226, 5515, 8881, 5402, 5236, 5292, 5349, 5453, 5299, 5555, 8021, 5369, 5546, 6751, 5518, 5729, 10171, 5347, 5417, 5315, 5270, 5267, 5564, 5356, 5214, 5910, 5192, 5495, 4923, 5534, 5129, 9416, 8075, 5202, 5258, 7207, 5303, 5380, 6638, 9040, 6364, 5492, 10936, 8839, 5431, 5083, 6343, 8632, 6085, 7650, 5784, 5513, 5482, 10231, 8698, 10792, 9330, 12972, 10103, 9250, 6979, 5934, 5893, 5535, 5349, 5541, 5909, 5297, 5413, 5695, 5920, 8081, 5669, 9573, 8661, 5728, 11097, 6267, 11311, 6695, 5446, 6523, 5393, 5326, 5256, 5186, 5299, 5426, 5360, 5439, 5353, 5545, 7524, 5371, 5312, 5225, 5265, 5180, 7244, 5289, 5257, 5079, 5459, 5306, 5201, 5372, 5738, 5151, 5468, 9185, 5553, 5523, 7391, 5480, 5659, 10819, 6409, 5324, 6362, 5482, 5640, 8783, 5408, 5522, 5764, 5413, 5384, 5376, 5361, 5526, 5114, 5336, 5263, 5449, 11943, 5378, 5712, 8323, 5265, 5885, 10932, 7303, 5695, 6506, 7214, 5431, 5673, 12517, 9990, 6773, 12097, 9851, 7532, 8940, 9266, 5233, 5645, 10370, 5707], 'WindowCenter': [3420.0, 3385.0, 3414.0, 3380.0, 3381.0, 3412.0, 3378.0, 3369.0, 3410.0, 3366.0, 3354.0, 3397.0, 3365.0, 3345.0, 3388.0, 3334.0, 3344.0, 3397.0, 3365.0, 3344.0, 3387.0, 3332.0, 3333.0, 3397.0, 3377.0, 3332.0, 3392.0, 3345.0, 3334.0, 3387.0, 3377.0, 3345.0, 3387.0, 3344.0, 3344.0, 3386.0, 3365.0, 3344.0, 3388.0, 3334.0, 3334.0, 3387.0, 3376.0, 3417.0, 3379.0, 3357.0, 3355.0, 3365.0, 3367.0, 3338.0, 3380.0, 3335.0, 3345.0, 3376.0, 3334.0, 3364.0, 3330.0, 3332.0, 3375.0, 3332.0, 3322.0, 3332.0, 3346.0, 3357.0, 3359.0, 3351.0, 3369.0, 3242.0, 3366.0, 3395.0, 3348.0, 3355.0, 3345.0, 3334.0, 3376.0, 3356.0, 3357.0, 3343.0, 3354.0, 3343.0, 3386.0, 3365.0, 3354.0, 3363.0, 3340.0, 3343.0, 3387.0, 3354.0, 3328.0, 3327.0, 3338.0, 3340.0, 3329.0, 3359.0, 3338.0, 3328.0, 3360.0, 3328.0, 3328.0, 3371.0, 3350.0, 3349.0, 3360.0, 3326.0, 3326.0, 3346.0, 3326.0, 3336.0, 3336.0, 3338.0, 3347.0, 3327.0, 3315.0, 3349.0, 3340.0, 3327.0, 3327.0, 3338.0, 3328.0, 3339.0, 3352.0, 3340.0, 3339.0, 3339.0, 3340.0, 3341.0, 3327.0, 3411.0, 3342.0, 3330.0, 3340.0, 3340.0, 3323.0, 3359.0, 3325.0, 3287.0, 3325.0, 3328.0, 3316.0, 3326.0, 3315.0, 3353.0, 3339.0, 3338.0, 3325.0, 3367.0, 3334.0, 3322.0, 3343.0, 3321.0, 3321.0, 3332.0, 3322.0, 3322.0, 3323.0, 3311.0, 3299.0, 3323.0, 3312.0, 3300.0, 3312.0, 3325.0, 3327.0, 3339.0, 3340.0, 3375.0, 3328.0, 3328.0, 3327.0, 3317.0, 3303.0, 3331.0, 3303.0, 3382.0, 3350.0, 3329.0, 3361.0, 3340.0, 3340.0, 3359.0, 3327.0, 3327.0, 3316.0, 3326.0, 3290.0, 3201.0, 3295.0, 3405.0, 3423.0, 3329.0, 3317.0, 3360.0, 3351.0, 3385.0, 3395.0, 3354.0, 3355.0, 3396.0, 3361.0, 3373.0, 3381.0, 3359.0, 3326.0, 3380.0, 3350.0, 3327.0, 3405.0, 3385.0, 3365.0, 3405.0, 3381.0, 3370.0, 3380.0, 3380.0, 3369.0, 3338.0, 3392.0, 3382.0, 3360.0, 3337.0, 3390.0, 3368.0, 3335.0, 3379.0, 3367.0, 3324.0, 3376.0, 3322.0, 3323.0, 3314.0, 3324.0, 3325.0, 3325.0, 3336.0, 3325.0, 3325.0, 3370.0, 3337.0, 3355.0, 3384.0, 3350.0, 3383.0, 3382.0, 3340.0, 3350.0, 3384.0, 3351.0, 3371.0, 3393.0, 3361.0, 3351.0, 3393.0, 3370.0, 3381.0, 3392.0, 3368.0, 3348.0, 3391.0, 3369.0, 3378.0, 3388.0, 3366.0, 3344.0, 3375.0, 3377.0, 3376.0, 3376.0, 3376.0, 3344.0, 3365.0, 3376.0, 3353.0, 3342.0, 3375.0, 3332.0, 3324.0, 3364.0, 3365.0, 3365.0, 3323.0, 3377.0, 3324.0, 3334.0, 3376.0, 3366.0, 3333.0, 3375.0, 3321.0, 3322.0, 3366.0, 3376.0, 3323.0, 3335.0, 3356.0, 3336.0, 3358.0, 3367.0, 3378.0, 3335.0, 3324.0, 3401.0, 3379.0, 3346.0, 3334.0, 3331.0, 3322.0, 3331.0, 3373.0, 3378.0, 3333.0, 3333.0, 3322.0, 3322.0, 3332.0, 3332.0, 3375.0, 3366.0, 3378.0, 3337.0, 3346.0, 3375.0, 3373.0, 3362.0, 3382.0, 3371.0, 3317.0, 3316.0, 3317.0, 3318.0, 3318.0, 3318.0, 3319.0, 3350.0, 3350.0, 3339.0, 3317.0, 3370.0, 3317.0, 3337.0, 3369.0, 3326.0, 3337.0, 3359.0, 3326.0, 3337.0, 3369.0, 3316.0, 3316.0, 3358.0, 3316.0, 3337.0, 3360.0, 3318.0, 3351.0, 3318.0, 3330.0, 3383.0, 3319.0, 3318.0, 3329.0, 3329.0, 3330.0, 3329.0, 3319.0, 3331.0, 3385.0, 3321.0, 3343.0, 3344.0, 3345.0, 3333.0, 3354.0, 3399.0, 3377.0, 3376.0, 3345.0, 3398.0, 3375.0, 3345.0, 3396.0, 3386.0, 3343.0, 3331.0, 3352.0, 3330.0, 3330.0, 3395.0, 3320.0, 3342.0, 3332.0, 3331.0, 3331.0, 3332.0, 3386.0, 3343.0, 3343.0, 3374.0, 3347.0, 3387.0, 3337.0, 3387.0, 3332.0, 3331.0, 3374.0, 3385.0, 3321.0, 3344.0, 3386.0, 3332.0, 3343.0, 3397.0, 3354.0, 3333.0, 3342.0, 3385.0, 3374.0, 3343.0, 3331.0, 3375.0, 3332.0, 3344.0, 3396.0, 3386.0, 3331.0, 3331.0, 3385.0, 3384.0, 3352.0, 3330.0, 3362.0, 3384.0, 3351.0, 3330.0, 3330.0, 3329.0, 3319.0, 3319.0, 3330.0, 3374.0, 3320.0, 3319.0, 3330.0, 3384.0, 3352.0, 3331.0, 3329.0, 3383.0, 3361.0, 3317.0, 3341.0, 3329.0, 3318.0, 3330.0, 3330.0, 3341.0, 3329.0, 3341.0, 3340.0, 3362.0, 3330.0, 3330.0, 3330.0, 3331.0, 3341.0, 3341.0, 3352.0, 3330.0, 3330.0, 3330.0, 3384.0, 3331.0, 3331.0, 3341.0, 3340.0, 3331.0, 3331.0, 3396.0, 3376.0, 3332.0, 3352.0, 3385.0, 3384.0, 3353.0, 3396.0, 3329.0, 3329.0, 3371.0, 3382.0, 3318.0, 3329.0, 3350.0, 3342.0, 3365.0, 3420.0, 3365.0, 3346.0, 3367.0, 3389.0, 3355.0, 3389.0, 3400.0, 3366.0, 3334.0, 3335.0, 3308.0, 3320.0, 3351.0, 3372.0, 3383.0, 3371.0, 3348.0, 3381.0, 3358.0, 3347.0, 3367.0, 3355.0, 3334.0, 3354.0, 3300.0, 3288.0, 3298.0, 3299.0, 3287.0, 3286.0, 3300.0, 3301.0, 3302.0, 3315.0, 3315.0, 3326.0, 3317.0, 3317.0, 3348.0, 3315.0, 3358.0, 3305.0, 3304.0, 3327.0, 3330.0, 3371.0, 3384.0, 3362.0, 3317.0, 3382.0, 3370.0, 3317.0, 3381.0, 3316.0, 3315.0, 3368.0, 3314.0, 3314.0, 3357.0, 3304.0, 3336.0, 3314.0, 3315.0, 3347.0, 3315.0, 3316.0, 3316.0, 3329.0, 3329.0, 3328.0, 3330.0, 3330.0, 3330.0, 3330.0, 3343.0, 3343.0, 3343.0, 3332.0, 3346.0, 3346.0, 3345.0, 3344.0, 3387.0, 3345.0, 3345.0, 3344.0, 3365.0, 3344.0, 3345.0, 3399.0, 3366.0, 3347.0, 3398.0, 3353.0, 3331.0, 3374.0, 3443.0, 3395.0, 3348.0, 3375.0, 3295.0, 3361.0, 3358.0, 3357.0, 3344.0, 3343.0, 3360.0, 3351.0, 3329.0, 3384.0, 3385.0, 3365.0, 3345.0, 3398.0, 3354.0, 3367.0, 3397.0, 3372.0, 3328.0, 3328.0, 3370.0, 3338.0, 3339.0, 3395.0, 3330.0, 3329.0, 3327.0, 3327.0, 3328.0, 3359.0, 3387.0, 3353.0, 3351.0, 3369.0, 3366.0, 3332.0, 3320.0, 3331.0, 3365.0, 3350.0, 3388.0, 3302.0, 3278.0, 3265.0, 3373.0, 3319.0, 3374.0, 3362.0, 3364.0, 3318.0, 3307.0, 3313.0, 3327.0, 3339.0, 3305.0, 3316.0, 3318.0, 3318.0, 3320.0, 3343.0, 3332.0, 3343.0, 3343.0, 3376.0, 3365.0, 3343.0, 3386.0, 3331.0, 3331.0, 3373.0, 3351.0, 3330.0, 3385.0, 3330.0, 3318.0, 3372.0, 3330.0, 3330.0, 3384.0, 3330.0, 3331.0, 3329.0, 3332.0, 3354.0, 3343.0, 3331.0, 3329.0, 3330.0, 3343.0, 3345.0, 3379.0, 3334.0, 3281.0, 3391.0, 3379.0, 3358.0, 3387.0, 3363.0, 3340.0, 3382.0, 3362.0, 3330.0, 3331.0, 3373.0, 3318.0, 3319.0, 3384.0, 3384.0, 3361.0, 3370.0, 3358.0, 3314.0, 3367.0, 3323.0, 3302.0, 3354.0, 3300.0, 3301.0, 3322.0, 3303.0, 3303.0, 3357.0, 3315.0, 3305.0, 3315.0, 3315.0, 3315.0, 3316.0, 3316.0, 3360.0, 3317.0, 3328.0, 3339.0, 3317.0, 3328.0, 3371.0, 3317.0, 3329.0, 3329.0, 3318.0, 3318.0, 3329.0, 3330.0, 3331.0, 3343.0, 3333.0, 3344.0, 3333.0, 3341.0, 3330.0, 3383.0, 3374.0, 3331.0, 3330.0, 3363.0, 3330.0, 3331.0, 3297.0, 3398.0, 3357.0, 3336.0, 3419.0, 3424.0, 3388.0, 3288.0, 3303.0, 3353.0, 3350.0, 3385.0, 3362.0, 3350.0, 3336.0, 3388.0, 3365.0, 3386.0, 3375.0, 3397.0, 3374.0, 3373.0, 3351.0, 3341.0, 3331.0, 3319.0, 3329.0, 3330.0, 3331.0, 3319.0, 3332.0, 3332.0, 3343.0, 3365.0, 3332.0, 3372.0, 3363.0, 3331.0, 3372.0, 3341.0, 3370.0, 3339.0, 3317.0, 3338.0, 3318.0, 3330.0, 3319.0, 3320.0, 3333.0, 3332.0, 3333.0, 3332.0, 3331.0, 3332.0, 3365.0, 3344.0, 3333.0, 3334.0, 3334.0, 3334.0, 3377.0, 3345.0, 3335.0, 3336.0, 3347.0, 3359.0, 3348.0, 3360.0, 3371.0, 3348.0, 3359.0, 3402.0, 3359.0, 3360.0, 3391.0, 3360.0, 3359.0, 3413.0, 3370.0, 3359.0, 3370.0, 3359.0, 3360.0, 3402.0, 3358.0, 3358.0, 3359.0, 3359.0, 3359.0, 3359.0, 3359.0, 3359.0, 3362.0, 3361.0, 3364.0, 3364.0, 3425.0, 3348.0, 3359.0, 3403.0, 3349.0, 3359.0, 3413.0, 3391.0, 3361.0, 3381.0, 3390.0, 3347.0, 3358.0, 3405.0, 3436.0, 3386.0, 3427.0, 3404.0, 3393.0, 3403.0, 3402.0, 3336.0, 3358.0, 3401.0, 3348.0], 'WindowWidth': [7780.0, 7726.0, 7760.0, 7708.0, 7712.0, 7755.0, 7704.0, 7691.0, 7747.0, 7681.0, 7663.0, 7724.0, 7680.0, 7655.0, 7716.0, 7641.0, 7653.0, 7725.0, 7680.0, 7651.0, 7711.0, 7634.0, 7635.0, 7726.0, 7700.0, 7632.0, 7732.0, 7657.0, 7642.0, 7713.0, 7700.0, 7657.0, 7714.0, 7653.0, 7652.0, 7709.0, 7680.0, 7654.0, 7717.0, 7640.0, 7638.0, 7714.0, 7696.0, 7775.0, 7705.0, 7672.0, 7664.0, 7679.0, 7686.0, 7651.0, 7707.0, 7642.0, 7653.0, 7695.0, 7636.0, 7673.0, 7625.0, 7630.0, 7691.0, 7631.0, 7617.0, 7633.0, 7660.0, 7678.0, 7683.0, 7677.0, 7691.0, 7466.0, 7711.0, 7741.0, 7665.0, 7669.0, 7656.0, 7639.0, 7699.0, 7676.0, 7680.0, 7652.0, 7668.0, 7654.0, 7714.0, 7684.0, 7670.0, 7678.0, 7646.0, 7654.0, 7717.0, 7671.0, 7628.0, 7624.0, 7639.0, 7645.0, 7629.0, 7668.0, 7639.0, 7627.0, 7672.0, 7627.0, 7625.0, 7685.0, 7658.0, 7655.0, 7669.0, 7620.0, 7618.0, 7644.0, 7618.0, 7632.0, 7632.0, 7639.0, 7647.0, 7621.0, 7601.0, 7653.0, 7646.0, 7624.0, 7623.0, 7639.0, 7627.0, 7643.0, 7666.0, 7649.0, 7645.0, 7645.0, 7646.0, 7650.0, 7623.0, 7762.0, 7651.0, 7630.0, 7646.0, 7648.0, 7609.0, 7663.0, 7612.0, 7545.0, 7608.0, 7619.0, 7604.0, 7619.0, 7602.0, 7674.0, 7646.0, 7640.0, 7616.0, 7674.0, 7624.0, 7607.0, 7632.0, 7604.0, 7603.0, 7619.0, 7605.0, 7607.0, 7606.0, 7588.0, 7569.0, 7610.0, 7596.0, 7575.0, 7592.0, 7614.0, 7621.0, 7642.0, 7643.0, 7699.0, 7626.0, 7625.0, 7620.0, 7607.0, 7576.0, 7629.0, 7575.0, 7696.0, 7650.0, 7626.0, 7671.0, 7641.0, 7641.0, 7665.0, 7619.0, 7619.0, 7602.0, 7617.0, 7553.0, 7380.0, 7572.0, 7778.0, 7786.0, 7635.0, 7612.0, 7672.0, 7661.0, 7716.0, 7729.0, 7676.0, 7682.0, 7735.0, 7681.0, 7698.0, 7705.0, 7672.0, 7625.0, 7702.0, 7665.0, 7628.0, 7744.0, 7718.0, 7692.0, 7742.0, 7707.0, 7688.0, 7698.0, 7700.0, 7685.0, 7643.0, 7722.0, 7707.0, 7676.0, 7643.0, 7716.0, 7682.0, 7635.0, 7699.0, 7680.0, 7617.0, 7688.0, 7614.0, 7618.0, 7607.0, 7620.0, 7623.0, 7625.0, 7640.0, 7624.0, 7626.0, 7691.0, 7642.0, 7686.0, 7719.0, 7667.0, 7712.0, 7710.0, 7651.0, 7667.0, 7716.0, 7668.0, 7695.0, 7727.0, 7682.0, 7670.0, 7727.0, 7693.0, 7707.0, 7723.0, 7686.0, 7658.0, 7718.0, 7686.0, 7696.0, 7711.0, 7678.0, 7645.0, 7688.0, 7693.0, 7690.0, 7691.0, 7691.0, 7645.0, 7676.0, 7689.0, 7654.0, 7638.0, 7687.0, 7627.0, 7620.0, 7672.0, 7672.0, 7675.0, 7617.0, 7695.0, 7621.0, 7634.0, 7691.0, 7677.0, 7629.0, 7688.0, 7613.0, 7615.0, 7678.0, 7692.0, 7618.0, 7636.0, 7667.0, 7641.0, 7670.0, 7683.0, 7697.0, 7637.0, 7623.0, 7734.0, 7704.0, 7654.0, 7639.0, 7629.0, 7616.0, 7626.0, 7685.0, 7698.0, 7632.0, 7633.0, 7618.0, 7617.0, 7630.0, 7630.0, 7689.0, 7678.0, 7697.0, 7625.0, 7632.0, 7689.0, 7682.0, 7666.0, 7694.0, 7674.0, 7598.0, 7597.0, 7599.0, 7604.0, 7604.0, 7603.0, 7606.0, 7648.0, 7648.0, 7630.0, 7601.0, 7674.0, 7598.0, 7624.0, 7670.0, 7609.0, 7624.0, 7657.0, 7611.0, 7625.0, 7671.0, 7599.0, 7596.0, 7655.0, 7597.0, 7627.0, 7661.0, 7606.0, 7651.0, 7606.0, 7626.0, 7696.0, 7608.0, 7606.0, 7623.0, 7620.0, 7626.0, 7622.0, 7609.0, 7628.0, 7706.0, 7615.0, 7649.0, 7651.0, 7654.0, 7636.0, 7664.0, 7731.0, 7700.0, 7697.0, 7654.0, 7730.0, 7693.0, 7656.0, 7722.0, 7710.0, 7646.0, 7626.0, 7658.0, 7627.0, 7625.0, 7719.0, 7614.0, 7644.0, 7633.0, 7630.0, 7630.0, 7632.0, 7709.0, 7649.0, 7650.0, 7689.0, 7636.0, 7708.0, 7648.0, 7710.0, 7631.0, 7628.0, 7686.0, 7705.0, 7616.0, 7650.0, 7708.0, 7633.0, 7648.0, 7722.0, 7663.0, 7634.0, 7645.0, 7704.0, 7688.0, 7646.0, 7629.0, 7694.0, 7630.0, 7650.0, 7722.0, 7707.0, 7630.0, 7629.0, 7704.0, 7702.0, 7655.0, 7626.0, 7668.0, 7700.0, 7652.0, 7624.0, 7627.0, 7624.0, 7611.0, 7611.0, 7627.0, 7688.0, 7613.0, 7609.0, 7624.0, 7700.0, 7656.0, 7628.0, 7621.0, 7697.0, 7666.0, 7605.0, 7643.0, 7625.0, 7607.0, 7624.0, 7627.0, 7644.0, 7625.0, 7642.0, 7640.0, 7669.0, 7625.0, 7628.0, 7626.0, 7631.0, 7643.0, 7644.0, 7658.0, 7627.0, 7627.0, 7626.0, 7703.0, 7630.0, 7631.0, 7645.0, 7642.0, 7631.0, 7632.0, 7723.0, 7695.0, 7633.0, 7657.0, 7705.0, 7703.0, 7661.0, 7721.0, 7623.0, 7621.0, 7679.0, 7697.0, 7607.0, 7622.0, 7652.0, 7646.0, 7687.0, 7767.0, 7685.0, 7659.0, 7690.0, 7719.0, 7667.0, 7715.0, 7730.0, 7679.0, 7638.0, 7615.0, 7594.0, 7610.0, 7652.0, 7680.0, 7697.0, 7676.0, 7641.0, 7690.0, 7653.0, 7637.0, 7666.0, 7643.0, 7614.0, 7640.0, 7563.0, 7547.0, 7559.0, 7561.0, 7542.0, 7541.0, 7565.0, 7569.0, 7571.0, 7595.0, 7597.0, 7611.0, 7601.0, 7601.0, 7642.0, 7595.0, 7654.0, 7581.0, 7577.0, 7615.0, 7625.0, 7678.0, 7700.0, 7667.0, 7604.0, 7695.0, 7675.0, 7603.0, 7692.0, 7599.0, 7597.0, 7668.0, 7592.0, 7592.0, 7653.0, 7581.0, 7625.0, 7595.0, 7596.0, 7640.0, 7598.0, 7602.0, 7602.0, 7625.0, 7625.0, 7623.0, 7627.0, 7628.0, 7629.0, 7630.0, 7650.0, 7650.0, 7651.0, 7637.0, 7660.0, 7663.0, 7658.0, 7653.0, 7715.0, 7658.0, 7657.0, 7654.0, 7683.0, 7655.0, 7658.0, 7734.0, 7684.0, 7665.0, 7733.0, 7664.0, 7629.0, 7689.0, 7830.0, 7744.0, 7664.0, 7689.0, 7565.0, 7688.0, 7682.0, 7676.0, 7654.0, 7650.0, 7666.0, 7653.0, 7622.0, 7701.0, 7706.0, 7680.0, 7659.0, 7731.0, 7668.0, 7688.0, 7726.0, 7684.0, 7621.0, 7620.0, 7677.0, 7632.0, 7635.0, 7720.0, 7628.0, 7626.0, 7621.0, 7619.0, 7623.0, 7661.0, 7715.0, 7661.0, 7656.0, 7673.0, 7683.0, 7629.0, 7610.0, 7629.0, 7701.0, 7670.0, 7715.0, 7570.0, 7531.0, 7506.0, 7685.0, 7606.0, 7685.0, 7667.0, 7675.0, 7605.0, 7586.0, 7586.0, 7614.0, 7632.0, 7583.0, 7599.0, 7608.0, 7608.0, 7615.0, 7651.0, 7633.0, 7651.0, 7650.0, 7695.0, 7680.0, 7650.0, 7708.0, 7629.0, 7629.0, 7685.0, 7653.0, 7625.0, 7706.0, 7626.0, 7608.0, 7684.0, 7628.0, 7625.0, 7702.0, 7626.0, 7630.0, 7626.0, 7635.0, 7664.0, 7651.0, 7631.0, 7624.0, 7628.0, 7647.0, 7655.0, 7703.0, 7639.0, 7543.0, 7722.0, 7702.0, 7677.0, 7709.0, 7672.0, 7637.0, 7695.0, 7667.0, 7626.0, 7628.0, 7686.0, 7608.0, 7612.0, 7703.0, 7700.0, 7665.0, 7676.0, 7655.0, 7593.0, 7666.0, 7601.0, 7571.0, 7644.0, 7568.0, 7571.0, 7600.0, 7577.0, 7576.0, 7654.0, 7596.0, 7584.0, 7597.0, 7597.0, 7598.0, 7598.0, 7600.0, 7662.0, 7605.0, 7621.0, 7635.0, 7606.0, 7618.0, 7679.0, 7604.0, 7622.0, 7624.0, 7608.0, 7608.0, 7623.0, 7626.0, 7632.0, 7653.0, 7639.0, 7656.0, 7641.0, 7645.0, 7630.0, 7702.0, 7690.0, 7633.0, 7630.0, 7677.0, 7627.0, 7630.0, 7553.0, 7760.0, 7681.0, 7644.0, 7777.0, 7789.0, 7748.0, 7556.0, 7566.0, 7653.0, 7664.0, 7719.0, 7687.0, 7667.0, 7645.0, 7712.0, 7677.0, 7705.0, 7689.0, 7721.0, 7684.0, 7683.0, 7652.0, 7640.0, 7627.0, 7609.0, 7622.0, 7625.0, 7627.0, 7607.0, 7628.0, 7632.0, 7645.0, 7676.0, 7630.0, 7682.0, 7669.0, 7626.0, 7680.0, 7638.0, 7674.0, 7633.0, 7604.0, 7631.0, 7605.0, 7625.0, 7610.0, 7614.0, 7634.0, 7633.0, 7635.0, 7633.0, 7629.0, 7632.0, 7678.0, 7653.0, 7637.0, 7639.0, 7638.0, 7641.0, 7698.0, 7656.0, 7645.0, 7646.0, 7663.0, 7681.0, 7666.0, 7683.0, 7701.0, 7667.0, 7682.0, 7742.0, 7683.0, 7684.0, 7728.0, 7685.0, 7683.0, 7757.0, 7697.0, 7683.0, 7699.0, 7684.0, 7684.0, 7741.0, 7681.0, 7682.0, 7683.0, 7683.0, 7683.0, 7683.0, 7684.0, 7684.0, 7693.0, 7689.0, 7701.0, 7696.0, 7777.0, 7666.0, 7682.0, 7745.0, 7668.0, 7682.0, 7759.0, 7726.0, 7688.0, 7715.0, 7725.0, 7662.0, 7677.0, 7759.0, 7819.0, 7728.0, 7783.0, 7748.0, 7730.0, 7742.0, 7739.0, 7646.0, 7677.0, 7736.0, 7662.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.014624165707710012</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1159923336018412</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.346265226036905</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1058874272926271</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1081273166935472</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4121</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8841.9336</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.5663104422845454</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>481</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>55.35097813578826</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1029794689163723</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.860118931809451</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3323010114608436</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>3.116518463478822</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00950884</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.006763017270714045</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03875385597348213</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.099197997567236</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>32.1892</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.4479</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>89.3501</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>316344.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>372.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>190.6136</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.4672</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2606.7943</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2757.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>60200.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>672.565</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>16.829576777585316</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> |