=== 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-0064 --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-0064",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
109 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
109 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-0064_ses-02_task-faces_acq-mb8_run-01_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-0064_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0064_suffix-bold_task-faces" 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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_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-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-faces_acq-mb8_run-01_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-0064/ses-02/func/sub-0064_ses-02_task-faces_acq-mb8_run-01_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>c1a4863a15de5abe66c9318a60ac5a81</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>09:42:47.737500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</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-01_task-faces_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.0870736</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-01_task-faces_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>faces</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8cd506fc-d731-498f-a439-ea4c7e3e5c88||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['094247.737500', '094248.197500', '094248.657500', '094249.117500', '094249.577500', '094250.037500', '094250.497500', '094250.957500', '094251.417500', '094251.877500', '094252.337500', '094252.797500', '094253.257500', '094253.717500', '094254.177500', '094254.637500', '094255.097500', '094255.557500', '094256.017500', '094256.477500', '094256.937500', '094257.397500', '094257.857500', '094258.317500', '094258.777500', '094259.237500', '094259.697500', '094300.157500', '094300.617500', '094301.077500', '094301.537500', '094301.997500', '094302.457500', '094302.917500', '094303.377500', '094303.837500', '094304.297500', '094304.757500', '094305.217500', '094305.677500', '094306.137500', '094306.597500', '094307.057500', '094307.517500', '094307.977500', '094308.437500', '094308.897500', '094309.357500', '094309.817500', '094310.277500', '094310.737500', '094311.197500', '094311.657500', '094312.117500', '094312.577500', '094313.037500', '094313.497500', '094313.957500', '094314.417500', '094314.877500', '094315.337500', '094315.797500', '094316.257500', '094316.717500', '094317.177500', '094317.637500', '094318.097500', '094318.557500', '094319.017500', '094319.477500', '094319.937500', '094320.397500', '094320.857500', '094321.317500', '094321.777500', '094322.237500', '094322.697500', '094323.157500', '094323.617500', '094324.077500', '094324.537500', '094324.997500', '094325.457500', '094325.917500', '094326.377500', '094326.837500', '094327.297500', '094327.757500', '094328.217500', '094328.677500', '094329.137500', '094329.597500', '094330.057500', '094330.517500', '094330.977500', '094331.437500', '094331.897500', '094332.357500', '094332.817500', '094333.277500', '094333.737500', '094334.197500', '094334.657500', '094335.117500', '094335.577500', '094336.037500', '094336.497500', '094336.957500', '094337.417500', '094337.877500', '094338.337500', '094338.797500', '094339.257500', '094339.717500', '094340.177500', '094340.637500', '094341.097500', '094341.557500', '094342.017500', '094342.477500', '094342.937500', '094343.397500', '094343.857500', '094344.317500', '094344.777500', '094345.237500', '094345.697500', '094346.157500', '094346.617500', '094347.077500', '094347.537500', '094347.997500', '094348.457500', '094348.917500', '094349.377500', '094349.837500', '094350.297500', '094350.757500', '094351.217500', '094351.677500', '094352.137500', '094352.597500', '094353.057500', '094353.517500', '094353.977500', '094354.437500', '094354.897500', '094355.357500', '094355.817500', '094356.277500', '094356.737500', '094357.197500', '094357.657500', '094358.117500', '094358.577500', '094359.037500', '094359.497500', '094359.957500', '094400.417500', '094400.877500', '094401.337500', '094401.797500', '094402.257500', '094402.717500', '094403.177500', '094403.637500', '094404.097500', '094404.557500', '094405.017500', '094405.477500', '094405.937500', '094406.397500', '094406.857500', '094407.317500', '094407.777500', '094408.237500', '094408.697500', '094409.157500', '094409.617500', '094410.077500', '094410.537500', '094410.997500', '094411.457500', '094411.917500', '094412.377500', '094412.837500', '094413.297500', '094413.757500', '094414.217500', '094414.677500', '094415.137500', '094415.597500', '094416.057500', '094416.517500', '094416.977500', '094417.437500', '094417.897500', '094418.357500', '094418.817500', '094419.277500', '094419.737500', '094420.197500', '094420.657500', '094421.117500', '094421.577500', '094422.037500', '094422.497500', '094422.957500', '094423.417500', '094423.877500', '094424.337500', '094424.797500', '094425.257500', '094425.717500', '094426.177500', '094426.637500', '094427.097500', '094427.557500', '094428.017500', '094428.477500', '094428.937500', '094429.397500', '094429.857500', '094430.317500', '094430.777500', '094431.237500', '094431.697500', '094432.157500', '094432.617500', '094433.077500', '094433.537500', '094433.997500', '094434.457500', '094434.917500', '094435.377500', '094435.837500', '094436.297500', '094436.757500', '094437.217500', '094437.677500', '094438.137500', '094438.597500', '094439.057500', '094439.517500', '094439.977500', '094440.437500', '094440.897500', '094441.357500', '094441.817500', '094442.277500', '094442.737500', '094443.197500', '094443.657500', '094444.117500', '094444.577500', '094445.037500', '094445.497500', '094445.957500', '094446.417500', '094446.877500', '094447.337500', '094447.797500', '094448.257500', '094448.717500', '094449.177500', '094449.637500', '094450.097500', '094450.557500', '094451.017500', '094451.477500', '094451.937500', '094452.397500', '094452.857500', '094453.317500', '094453.777500', '094454.237500', '094454.697500', '094455.157500', '094455.617500', '094456.077500', '094456.537500', '094456.997500', '094457.457500', '094457.917500', '094458.377500', '094458.837500', '094459.297500', '094459.757500', '094500.217500', '094500.677500', '094501.137500', '094501.597500', '094502.057500', '094502.517500', '094502.977500', '094503.437500', '094503.897500', '094504.357500', '094504.817500', '094505.277500', '094505.737500', '094506.197500', '094506.657500', '094507.117500', '094507.577500', '094508.037500', '094508.497500', '094508.957500', '094509.417500', '094509.877500', '094510.337500', '094510.797500', '094511.257500', '094511.717500', '094512.177500', '094512.637500', '094513.097500', '094513.557500', '094514.017500', '094514.477500', '094514.937500', '094515.397500', '094515.857500', '094516.317500', '094516.777500', '094517.237500', '094517.697500', '094518.157500', '094518.617500', '094519.077500', '094519.537500', '094519.997500', '094520.457500', '094520.917500', '094521.377500', '094521.837500', '094522.297500', '094522.757500', '094523.217500', '094523.677500', '094524.137500', '094524.597500', '094525.057500', '094525.517500', '094525.977500', '094526.437500', '094526.897500', '094527.357500', '094527.817500', '094528.277500', '094528.737500', '094529.197500', '094529.657500', '094530.117500', '094530.577500', '094531.037500', '094531.497500', '094531.957500', '094532.417500', '094532.877500', '094533.337500', '094533.797500', '094534.257500', '094534.717500', '094535.177500', '094535.637500', '094536.097500', '094536.557500', '094537.017500', '094537.477500', '094537.937500', '094538.397500', '094538.857500', '094539.317500', '094539.777500', '094540.237500', '094540.697500', '094541.157500', '094541.617500', '094542.077500', '094542.537500', '094542.997500', '094543.457500', '094543.917500', '094544.377500', '094544.837500', '094545.297500', '094545.757500', '094546.217500', '094546.677500', '094547.137500', '094547.597500', '094548.057500', '094548.517500', '094548.977500', '094549.437500', '094549.897500', '094550.357500', '094550.817500', '094551.277500', '094551.737500', '094552.197500', '094552.657500', '094553.117500', '094553.577500', '094554.037500', '094554.497500', '094554.957500', '094555.417500', '094555.877500', '094556.337500', '094556.797500', '094557.257500', '094557.717500', '094558.177500', '094558.637500', '094559.097500', '094559.557500', '094600.017500', '094600.477500', '094600.937500', '094601.397500', '094601.857500', '094602.317500', '094602.777500', '094603.237500', '094603.697500', '094604.157500', '094604.617500', '094605.077500', '094605.537500', '094605.997500', '094606.457500', '094606.917500', '094607.377500', '094607.837500', '094608.297500', '094608.757500', '094609.217500', '094609.677500', '094610.137500', '094610.597500', '094611.057500', '094611.517500', '094611.977500', '094612.437500', '094612.897500', '094613.357500', '094613.817500', '094614.277500', '094614.737500', '094615.197500', '094615.657500', '094616.117500', '094616.577500', '094617.037500', '094617.497500', '094617.957500', '094618.417500', '094618.877500', '094619.337500', '094619.797500', '094620.257500', '094620.717500', '094621.177500', '094621.637500', '094622.097500', '094622.557500', '094623.017500', '094623.477500', '094623.937500', '094624.397500', '094624.857500', '094625.317500', '094625.777500', '094626.237500', '094626.697500', '094627.157500', '094627.617500', '094628.077500', '094628.537500', '094628.997500', '094629.457500', '094629.917500', '094630.377500', '094630.837500', '094631.297500', '094631.757500', '094632.217500', '094632.677500', '094633.137500', '094633.597500', '094634.057500', '094634.517500', '094634.977500', '094635.437500', '094635.897500', '094636.357500', '094636.817500', '094637.277500', '094637.737500', '094638.197500', '094638.657500', '094639.117500', '094639.577500', '094640.037500', '094640.497500', '094640.957500', '094641.417500', '094641.877500', '094642.337500', '094642.797500', '094643.257500', '094643.717500', '094644.177500', '094644.637500', '094645.097500', '094645.557500', '094646.017500', '094646.477500', '094646.937500', '094647.397500', '094647.857500', '094648.317500', '094648.777500', '094649.237500', '094649.697500', '094650.157500', '094650.617500', '094651.077500', '094651.537500', '094651.997500', '094652.457500', '094652.917500', '094653.377500', '094653.837500', '094654.297500', '094654.757500', '094655.217500', '094655.677500', '094656.137500', '094656.597500', '094657.057500', '094657.517500', '094657.977500', '094658.437500', '094658.897500', '094659.357500', '094659.817500', '094700.277500', '094700.737500', '094701.197500', '094701.657500', '094702.117500', '094702.577500', '094703.037500', '094703.497500', '094703.957500', '094704.417500', '094704.877500', '094705.337500', '094705.797500', '094706.257500', '094706.717500', '094707.177500', '094707.637500', '094708.097500', '094708.557500', '094709.017500', '094709.477500', '094709.937500', '094710.397500', '094710.857500', '094711.317500', '094711.777500', '094712.237500', '094712.697500', '094713.157500', '094713.617500', '094714.077500', '094714.537500', '094714.997500', '094715.457500', '094715.917500', '094716.377500', '094716.837500', '094717.297500', '094717.757500', '094718.217500', '094718.677500', '094719.137500', '094719.597500', '094720.057500', '094720.517500', '094720.977500', '094721.437500', '094721.897500', '094722.357500', '094722.817500', '094723.277500', '094723.737500', '094724.197500', '094724.657500', '094725.117500', '094725.577500', '094726.037500', '094726.497500', '094726.957500', '094727.417500', '094727.877500', '094728.337500', '094728.797500', '094729.257500', '094729.717500', '094730.177500', '094730.637500', '094731.097500', '094731.557500', '094732.017500', '094732.477500', '094732.937500', '094733.397500', '094733.857500', '094734.317500', '094734.777500', '094735.237500', '094735.697500', '094736.157500', '094736.617500', '094737.077500', '094737.537500', '094737.997500', '094738.457500', '094738.917500', '094739.377500', '094739.837500', '094740.297500', '094740.757500', '094741.217500', '094741.677500', '094742.137500', '094742.597500', '094743.057500', '094743.517500', '094743.977500', '094744.437500', '094744.897500', '094745.357500', '094745.817500', '094746.277500', '094746.737500', '094747.197500', '094747.657500', '094748.117500', '094748.577500', '094749.037500', '094749.497500', '094749.957500', '094750.417500', '094750.877500', '094751.337500', '094751.797500', '094752.257500', '094752.717500', '094753.177500', '094753.637500', '094754.097500', '094754.557500', '094755.017500', '094755.477500', '094755.937500', '094756.397500', '094756.857500', '094757.317500', '094757.777500', '094758.237500', '094758.697500', '094759.157500', '094759.617500', '094800.077500', '094800.537500', '094800.997500', '094801.457500', '094801.917500', '094802.377500', '094802.837500', '094803.297500', '094803.757500', '094804.217500', '094804.677500', '094805.137500', '094805.597500', '094806.057500', '094806.517500', '094806.977500', '094807.437500', '094807.897500', '094808.357500', '094808.817500', '094809.277500', '094809.737500', '094810.197500', '094810.657500', '094811.117500', '094811.577500', '094812.037500', '094812.497500', '094812.957500', '094813.417500', '094813.877500', '094814.337500', '094814.797500', '094815.257500', '094815.717500', '094816.177500', '094816.637500', '094817.097500', '094817.557500', '094818.017500', '094818.477500', '094818.937500', '094819.397500', '094819.857500', '094820.317500', '094820.777500', '094821.237500', '094821.697500', '094822.157500', '094822.617500', '094823.077500', '094823.537500', '094823.997500', '094824.457500', '094824.917500', '094825.377500', '094825.837500', '094826.297500', '094826.757500', '094827.217500', '094827.677500', '094828.137500', '094828.597500', '094829.057500', '094829.517500', '094829.977500', '094830.437500', '094830.897500', '094831.357500', '094831.817500', '094832.277500', '094832.737500', '094833.197500', '094833.657500', '094834.117500', '094834.577500', '094835.037500', '094835.497500', '094835.957500', '094836.417500', '094836.877500', '094837.337500', '094837.797500', '094838.257500', '094838.717500', '094839.177500', '094839.637500', '094840.097500', '094840.557500', '094841.017500', '094841.477500', '094841.937500', '094842.397500', '094842.857500', '094843.317500', '094843.777500', '094844.237500', '094844.697500', '094845.157500', '094845.617500', '094846.077500', '094846.537500', '094846.997500', '094847.457500', '094847.917500', '094848.377500', '094848.837500', '094849.297500', '094849.757500', '094850.217500', '094850.677500', '094851.137500', '094851.597500', '094852.057500', '094852.517500', '094852.977500', '094853.437500', '094853.897500', '094854.357500', '094854.817500', '094855.277500', '094855.737500', '094856.197500', '094856.657500', '094857.117500', '094857.577500', '094858.037500', '094858.497500', '094858.957500', '094859.417500', '094859.877500', '094900.337500', '094900.797500', '094901.257500', '094901.717500', '094902.177500', '094902.637500', '094903.097500', '094903.557500', '094904.017500', '094904.477500', '094904.937500', '094905.397500', '094905.857500', '094906.317500', '094906.777500', '094907.237500', '094907.697500', '094908.157500', '094908.617500', '094909.077500', '094909.537500', '094909.997500', '094910.457500', '094910.917500', '094911.377500', '094911.837500', '094912.297500', '094912.757500', '094913.217500', '094913.677500', '094914.137500', '094914.597500', '094915.057500', '094915.517500', '094915.977500', '094916.437500', '094916.897500', '094917.357500', '094917.817500', '094918.277500', '094918.737500', '094919.197500', '094919.657500', '094920.117500', '094920.577500', '094921.037500', '094921.497500', '094921.957500', '094922.417500', '094922.877500', '094923.337500', '094923.797500', '094924.257500', '094924.717500', '094925.177500', '094925.637500', '094926.097500', '094926.557500', '094927.017500', '094927.477500', '094927.937500', '094928.397500', '094928.857500', '094929.317500', '094929.777500', '094930.237500', '094930.697500', '094931.157500', '094931.617500', '094932.077500', '094932.537500', '094932.997500', '094933.457500', '094933.917500', '094934.377500', '094934.837500', '094935.297500', '094935.757500', '094936.217500', '094936.677500', '094937.137500', '094937.597500', '094938.057500', '094938.517500', '094938.977500', '094939.437500', '094939.897500', '094940.357500', '094940.817500', '094941.277500', '094941.737500', '094942.197500', '094942.657500', '094943.117500', '094943.577500', '094944.037500', '094944.497500', '094944.957500', '094945.417500', '094945.877500', '094946.337500', '094946.797500', '094947.257500', '094947.717500'], 'ContentTime': ['094309.681000', '094309.684000', '094309.686000', '094309.689000', '094309.692000', '094309.694000', '094309.697000', '094309.699000', '094309.702000', '094309.704000', '094309.707000', '094309.710000', '094309.712000', '094309.722000', '094309.725000', '094309.728000', '094309.730000', '094309.733000', '094309.735000', '094309.738000', '094309.740000', '094309.743000', '094309.746000', '094309.748000', '094309.751000', '094309.753000', '094309.756000', '094309.758000', '094309.761000', '094309.764000', '094309.766000', '094309.769000', '094309.773000', '094309.775000', '094309.778000', '094309.781000', '094309.783000', '094309.786000', '094309.789000', '094309.791000', '094309.794000', '094309.796000', '094309.799000', '094309.802000', '094329.611000', '094329.614000', '094329.617000', '094329.620000', '094329.622000', '094329.625000', '094329.628000', '094329.630000', '094329.633000', '094329.635000', '094329.638000', '094329.640000', '094329.643000', '094329.646000', '094329.648000', '094329.651000', '094329.653000', '094329.656000', '094329.659000', '094329.661000', '094329.664000', '094329.667000', '094329.669000', '094329.672000', '094329.674000', '094329.677000', '094329.679000', '094329.682000', '094329.685000', '094329.687000', '094329.690000', '094329.692000', '094329.695000', '094329.697000', '094329.700000', '094329.703000', '094329.705000', '094329.708000', '094329.710000', '094329.713000', '094329.715000', '094329.718000', '094329.721000', '094329.723000', '094349.612000', '094349.614000', '094349.617000', '094349.620000', '094349.622000', '094349.625000', '094349.628000', '094349.630000', '094349.633000', '094349.635000', '094349.638000', '094349.641000', '094349.643000', '094349.646000', '094349.648000', '094349.651000', '094349.653000', '094349.656000', '094349.659000', '094349.661000', '094349.664000', '094349.666000', '094349.669000', '094349.671000', '094349.674000', '094349.677000', '094349.679000', '094349.682000', '094349.684000', '094349.687000', '094349.689000', '094349.692000', '094349.695000', '094349.697000', '094349.700000', '094349.702000', '094349.705000', '094349.707000', '094349.710000', '094349.713000', '094349.715000', '094349.718000', '094349.720000', '094409.612000', '094409.614000', '094409.617000', '094409.620000', '094409.622000', '094409.625000', '094409.628000', '094409.630000', '094409.633000', '094409.635000', '094409.638000', '094409.641000', '094409.643000', '094409.646000', '094409.648000', '094409.651000', '094409.654000', '094409.656000', '094409.659000', '094409.661000', '094409.665000', '094409.668000', '094409.671000', '094409.685000', '094409.688000', '094409.690000', '094409.693000', '094409.696000', '094409.698000', '094409.701000', '094409.703000', '094409.706000', '094409.708000', '094409.711000', '094409.714000', '094409.716000', '094409.719000', '094409.721000', '094409.724000', '094409.727000', '094409.729000', '094409.732000', '094409.734000', '094429.611000', '094429.613000', '094429.616000', '094429.619000', '094429.621000', '094429.624000', '094429.626000', '094429.629000', '094429.632000', '094429.924000', '094429.927000', '094429.929000', '094429.932000', '094429.934000', '094429.937000', '094429.940000', '094429.942000', '094429.945000', '094429.947000', '094429.950000', '094429.952000', '094429.955000', '094429.958000', '094429.960000', '094429.963000', '094429.965000', '094429.968000', '094429.971000', '094429.973000', '094429.976000', '094429.978000', '094429.981000', '094429.984000', '094429.986000', '094429.989000', '094429.991000', '094429.994000', '094429.997000', '094430.000000', '094430.003000', '094430.005000', '094430.008000', '094430.011000', '094430.013000', '094449.613000', '094449.615000', '094449.618000', '094449.621000', '094449.623000', '094449.626000', '094449.628000', '094449.631000', '094449.634000', '094449.637000', '094449.639000', '094449.642000', '094449.644000', '094449.647000', '094449.649000', '094449.652000', '094449.655000', '094449.657000', '094449.660000', '094449.662000', '094449.665000', '094449.668000', '094449.670000', '094449.673000', '094449.675000', '094449.678000', '094449.681000', '094449.683000', '094449.686000', '094449.689000', '094449.691000', '094449.694000', '094449.696000', '094449.699000', '094449.702000', '094449.704000', '094449.707000', '094449.710000', '094449.712000', '094449.715000', '094449.717000', '094449.720000', '094449.722000', '094449.725000', '094509.611000', '094509.614000', '094509.617000', '094509.620000', '094509.622000', '094509.625000', '094509.627000', '094509.630000', '094509.633000', '094509.635000', '094509.638000', '094509.640000', '094509.643000', '094509.645000', '094509.648000', '094509.651000', '094509.653000', '094509.656000', '094509.658000', '094509.661000', '094509.664000', '094509.666000', '094509.669000', '094509.671000', '094509.674000', '094509.677000', '094509.679000', '094509.682000', '094509.684000', '094509.687000', '094509.690000', '094509.692000', '094509.695000', '094509.697000', '094509.700000', '094509.703000', '094509.705000', '094509.708000', '094509.710000', '094509.713000', '094509.715000', '094509.718000', '094509.721000', '094529.611000', '094529.614000', '094529.617000', '094529.619000', '094529.622000', '094529.625000', '094529.627000', '094529.630000', '094529.633000', '094529.635000', '094529.638000', '094529.641000', '094529.643000', '094529.646000', '094529.649000', '094529.651000', '094529.654000', '094529.656000', '094529.659000', '094529.662000', '094529.664000', '094529.667000', '094529.670000', '094529.680000', '094529.683000', '094529.685000', '094529.688000', '094529.691000', '094529.693000', '094529.696000', '094529.698000', '094529.701000', '094529.704000', '094529.706000', '094529.709000', '094529.711000', '094529.714000', '094529.717000', '094529.719000', '094529.722000', '094529.724000', '094529.727000', '094529.729000', '094529.732000', '094549.612000', '094549.614000', '094549.617000', '094549.620000', '094549.622000', '094549.625000', '094549.628000', '094549.630000', '094549.633000', '094549.636000', '094549.638000', '094549.641000', '094549.643000', '094549.646000', '094549.648000', '094549.651000', '094549.654000', '094549.656000', '094549.659000', '094549.662000', '094549.664000', '094549.667000', '094549.669000', '094549.672000', '094549.674000', '094549.677000', '094549.680000', '094549.682000', '094549.685000', '094549.687000', '094549.690000', '094549.693000', '094549.695000', '094549.698000', '094549.701000', '094549.703000', '094549.706000', '094549.708000', '094549.711000', '094549.713000', '094549.716000', '094549.719000', '094549.721000', '094609.612000', '094609.614000', '094609.617000', '094609.620000', '094609.630000', '094609.633000', '094609.635000', '094609.638000', '094609.641000', '094609.643000', '094609.646000', '094609.649000', '094609.653000', '094609.655000', '094609.658000', '094609.660000', '094609.663000', '094609.666000', '094609.668000', '094609.671000', '094609.674000', '094609.676000', '094609.679000', '094609.682000', '094609.684000', '094609.687000', '094609.689000', '094609.692000', '094609.695000', '094609.697000', '094609.700000', '094609.702000', '094609.705000', '094609.708000', '094609.710000', '094609.713000', '094609.716000', '094609.718000', '094609.721000', '094609.723000', '094609.726000', '094609.729000', '094609.731000', '094629.612000', '094630.292000', '094630.295000', '094630.297000', '094630.300000', '094630.303000', '094630.305000', '094630.308000', '094630.311000', '094630.313000', '094630.316000', '094630.318000', '094630.321000', '094630.323000', '094630.326000', '094630.329000', '094630.331000', '094630.334000', '094630.336000', '094630.339000', '094630.342000', '094630.344000', '094630.347000', '094630.349000', '094630.352000', '094630.354000', '094630.357000', '094630.360000', '094630.362000', '094630.365000', '094630.367000', '094630.370000', '094630.373000', '094630.375000', '094630.378000', '094630.380000', '094630.383000', '094630.386000', '094630.388000', '094630.391000', '094630.393000', '094630.396000', '094649.611000', '094649.613000', '094649.616000', '094649.619000', '094649.847000', '094649.850000', '094649.853000', '094649.855000', '094649.858000', '094649.861000', '094649.863000', '094649.866000', '094649.869000', '094649.871000', '094649.874000', '094649.876000', '094649.879000', '094649.882000', '094649.884000', '094649.887000', '094649.890000', '094649.892000', '094649.895000', '094649.897000', '094649.900000', '094649.903000', '094649.906000', '094649.908000', '094649.911000', '094649.914000', '094649.916000', '094649.919000', '094649.922000', '094649.924000', '094649.927000', '094649.930000', '094649.932000', '094649.935000', '094649.937000', '094649.940000', '094649.942000', '094649.945000', '094649.948000', '094649.950000', '094649.953000', '094709.611000', '094709.614000', '094709.617000', '094709.620000', '094709.622000', '094709.625000', '094709.627000', '094709.630000', '094709.633000', '094709.635000', '094709.638000', '094709.640000', '094709.643000', '094709.646000', '094709.648000', '094709.651000', '094709.653000', '094709.656000', '094709.659000', '094709.661000', '094709.664000', '094709.666000', '094709.669000', '094709.672000', '094709.674000', '094709.677000', '094709.679000', '094709.682000', '094709.684000', '094709.687000', '094709.690000', '094709.692000', '094709.695000', '094709.698000', '094709.700000', '094709.703000', '094709.705000', '094709.708000', '094709.710000', '094709.713000', '094709.716000', '094709.718000', '094709.721000', '094709.723000', '094729.612000', '094729.614000', '094729.617000', '094729.620000', '094729.622000', '094729.625000', '094729.627000', '094729.630000', '094729.633000', '094729.635000', '094729.638000', '094729.640000', '094729.643000', '094729.646000', '094729.648000', '094729.651000', '094729.654000', '094729.656000', '094729.659000', '094729.661000', '094729.664000', '094729.667000', '094729.669000', '094729.673000', '094729.676000', '094729.679000', '094729.681000', '094729.684000', '094729.687000', '094729.703000', '094729.706000', '094729.708000', '094729.711000', '094729.713000', '094729.716000', '094729.718000', '094729.721000', '094729.724000', '094729.726000', '094729.729000', '094729.731000', '094729.734000', '094729.737000', '094749.612000', '094749.615000', '094749.617000', '094749.620000', '094749.622000', '094749.625000', '094749.628000', '094749.630000', '094749.633000', '094749.635000', '094749.638000', '094749.641000', '094749.643000', '094749.646000', '094749.648000', '094749.651000', '094749.654000', '094749.656000', '094749.659000', '094749.661000', '094749.664000', '094749.667000', '094749.669000', '094749.672000', '094749.675000', '094749.677000', '094749.680000', '094749.682000', '094749.685000', '094749.688000', '094749.690000', '094749.693000', '094749.695000', '094749.698000', '094749.701000', '094749.703000', '094749.706000', '094749.709000', '094749.711000', '094749.714000', '094749.716000', '094749.719000', '094749.722000', '094749.724000', '094809.612000', '094809.614000', '094809.617000', '094809.620000', '094809.622000', '094809.625000', '094809.627000', '094809.630000', '094809.633000', '094809.635000', '094809.638000', '094809.640000', '094809.643000', '094809.646000', '094809.648000', '094809.651000', '094809.654000', '094809.656000', '094809.659000', '094809.661000', '094809.664000', '094809.666000', '094809.669000', '094809.672000', '094809.675000', '094809.678000', '094809.681000', '094809.684000', '094809.687000', '094809.689000', '094809.692000', '094809.695000', '094809.697000', '094809.700000', '094809.702000', '094809.705000', '094809.708000', '094809.710000', '094809.713000', '094809.716000', '094809.718000', '094809.721000', '094809.723000', '094829.612000', '094829.615000', '094829.617000', '094829.621000', '094829.623000', '094829.626000', '094829.628000', '094829.631000', '094829.634000', '094829.636000', '094829.639000', '094829.641000', '094829.644000', '094829.647000', '094829.649000', '094829.652000', '094829.654000', '094829.657000', '094829.660000', '094829.662000', '094829.665000', '094829.667000', '094829.670000', '094829.673000', '094829.675000', '094829.678000', '094829.680000', '094829.683000', '094829.686000', '094829.688000', '094829.691000', '094829.694000', '094829.696000', '094829.699000', '094829.701000', '094829.704000', '094829.706000', '094829.709000', '094829.712000', '094829.714000', '094829.717000', '094829.720000', '094829.724000', '094829.727000', '094849.612000', '094849.614000', '094849.617000', '094849.620000', '094849.622000', '094849.625000', '094849.627000', '094849.630000', '094849.633000', '094849.635000', '094849.638000', '094849.640000', '094849.643000', '094849.646000', '094849.648000', '094849.651000', '094849.654000', '094849.656000', '094849.659000', '094849.661000', '094849.664000', '094849.666000', '094849.669000', '094849.672000', '094849.674000', '094849.677000', '094849.679000', '094849.682000', '094849.685000', '094849.687000', '094849.690000', '094849.693000', '094849.695000', '094849.698000', '094849.700000', '094849.703000', '094849.706000', '094849.708000', '094849.711000', '094849.713000', '094849.723000', '094849.726000', '094849.730000', '094909.610000', '094909.613000', '094909.616000', '094909.619000', '094909.621000', '094909.624000', '094909.626000', '094909.629000', '094909.632000', '094909.634000', '094909.637000', '094909.640000', '094909.642000', '094909.645000', '094909.648000', '094909.650000', '094909.653000', '094909.655000', '094909.658000', '094909.660000', '094909.663000', '094909.666000', '094909.668000', '094909.671000', '094909.673000', '094909.676000', '094909.679000', '094909.681000', '094909.684000', '094909.686000', '094909.689000', '094909.692000', '094909.694000', '094909.697000', '094909.699000', '094909.702000', '094909.704000', '094909.707000', '094909.710000', '094909.712000', '094909.715000', '094909.718000', '094909.720000', '094909.723000', '094929.612000', '094929.614000', '094929.617000', '094929.620000', '094929.622000', '094929.625000', '094929.627000', '094929.630000', '094929.633000', '094929.635000', '094929.638000', '094929.641000', '094929.644000', '094929.646000', '094929.649000', '094929.651000', '094929.654000', '094929.657000', '094929.659000', '094929.662000', '094929.664000', '094929.667000', '094929.670000', '094929.672000', '094929.675000', '094929.677000', '094929.680000', '094929.683000', '094929.685000', '094929.688000', '094929.691000', '094929.693000', '094929.696000', '094929.698000', '094929.701000', '094929.703000', '094929.706000', '094929.709000', '094929.712000', '094929.714000', '094929.718000', '094929.720000', '094929.723000', '094949.495000', '094949.498000', '094949.501000', '094949.504000', '094949.506000', '094949.509000', '094949.511000', '094949.514000', '094949.517000', '094949.519000', '094949.522000', '094949.525000', '094949.527000', '094949.530000', '094949.532000', '094949.535000', '094949.538000', '094949.540000', '094949.543000', '094949.546000', '094949.548000', '094949.551000', '094949.554000', '094949.556000', '094949.559000', '094949.562000', '094949.564000', '094949.567000', '094949.569000', '094949.572000', '094949.575000', '094949.577000', '094949.580000', '094949.582000', '094949.585000', '094949.588000', '094949.590000', '094949.593000', '094949.596000', '094949.598000', '094949.601000', '094949.603000', '094949.606000', '094949.609000'], 'InstanceCreationTime': ['094309.681000', '094309.684000', '094309.686000', '094309.689000', '094309.692000', '094309.694000', '094309.697000', '094309.699000', '094309.702000', '094309.704000', '094309.707000', '094309.710000', '094309.712000', '094309.722000', '094309.725000', '094309.728000', '094309.730000', '094309.733000', '094309.735000', '094309.738000', '094309.740000', '094309.743000', '094309.746000', '094309.748000', '094309.751000', '094309.753000', '094309.756000', '094309.758000', '094309.761000', '094309.764000', '094309.766000', '094309.769000', '094309.773000', '094309.775000', '094309.778000', '094309.781000', '094309.783000', '094309.786000', '094309.789000', '094309.791000', '094309.794000', '094309.796000', '094309.799000', '094309.802000', '094329.611000', '094329.614000', '094329.617000', '094329.620000', '094329.622000', '094329.625000', '094329.628000', '094329.630000', '094329.633000', '094329.635000', '094329.638000', '094329.640000', '094329.643000', '094329.646000', '094329.648000', '094329.651000', '094329.653000', '094329.656000', '094329.659000', '094329.661000', '094329.664000', '094329.667000', '094329.669000', '094329.672000', '094329.674000', '094329.677000', '094329.679000', '094329.682000', '094329.685000', '094329.687000', '094329.690000', '094329.692000', '094329.695000', '094329.697000', '094329.700000', '094329.703000', '094329.705000', '094329.708000', '094329.710000', '094329.713000', '094329.715000', '094329.718000', '094329.721000', '094329.723000', '094349.612000', '094349.614000', '094349.617000', '094349.620000', '094349.622000', '094349.625000', '094349.628000', '094349.630000', '094349.633000', '094349.635000', '094349.638000', '094349.641000', '094349.643000', '094349.646000', '094349.648000', '094349.651000', '094349.653000', '094349.656000', '094349.659000', '094349.661000', '094349.664000', '094349.666000', '094349.669000', '094349.671000', '094349.674000', '094349.677000', '094349.679000', '094349.682000', '094349.684000', '094349.687000', '094349.689000', '094349.692000', '094349.695000', '094349.697000', '094349.700000', '094349.702000', '094349.705000', '094349.707000', '094349.710000', '094349.713000', '094349.715000', '094349.718000', '094349.720000', '094409.612000', '094409.614000', '094409.617000', '094409.620000', '094409.622000', '094409.625000', '094409.628000', '094409.630000', '094409.633000', '094409.635000', '094409.638000', '094409.641000', '094409.643000', '094409.646000', '094409.648000', '094409.651000', '094409.654000', '094409.656000', '094409.659000', '094409.661000', '094409.665000', '094409.668000', '094409.671000', '094409.685000', '094409.688000', '094409.690000', '094409.693000', '094409.696000', '094409.698000', '094409.701000', '094409.703000', '094409.706000', '094409.708000', '094409.711000', '094409.714000', '094409.716000', '094409.719000', '094409.721000', '094409.724000', '094409.727000', '094409.729000', '094409.732000', '094409.734000', '094429.611000', '094429.613000', '094429.616000', '094429.619000', '094429.621000', '094429.624000', '094429.626000', '094429.629000', '094429.632000', '094429.924000', '094429.927000', '094429.929000', '094429.932000', '094429.934000', '094429.937000', '094429.940000', '094429.942000', '094429.945000', '094429.947000', '094429.950000', '094429.952000', '094429.955000', '094429.958000', '094429.960000', '094429.963000', '094429.965000', '094429.968000', '094429.971000', '094429.973000', '094429.976000', '094429.978000', '094429.981000', '094429.984000', '094429.986000', '094429.989000', '094429.991000', '094429.994000', '094429.997000', '094430.000000', '094430.003000', '094430.005000', '094430.008000', '094430.011000', '094430.013000', '094449.613000', '094449.615000', '094449.618000', '094449.621000', '094449.623000', '094449.626000', '094449.628000', '094449.631000', '094449.634000', '094449.637000', '094449.639000', '094449.642000', '094449.644000', '094449.647000', '094449.649000', '094449.652000', '094449.655000', '094449.657000', '094449.660000', '094449.662000', '094449.665000', '094449.668000', '094449.670000', '094449.673000', '094449.675000', '094449.678000', '094449.681000', '094449.683000', '094449.686000', '094449.689000', '094449.691000', '094449.694000', '094449.696000', '094449.699000', '094449.702000', '094449.704000', '094449.707000', '094449.710000', '094449.712000', '094449.715000', '094449.717000', '094449.720000', '094449.722000', '094449.725000', '094509.611000', '094509.614000', '094509.617000', '094509.620000', '094509.622000', '094509.625000', '094509.627000', '094509.630000', '094509.633000', '094509.635000', '094509.638000', '094509.640000', '094509.643000', '094509.645000', '094509.648000', '094509.651000', '094509.653000', '094509.656000', '094509.658000', '094509.661000', '094509.664000', '094509.666000', '094509.669000', '094509.671000', '094509.674000', '094509.677000', '094509.679000', '094509.682000', '094509.684000', '094509.687000', '094509.690000', '094509.692000', '094509.695000', '094509.697000', '094509.700000', '094509.703000', '094509.705000', '094509.708000', '094509.710000', '094509.713000', '094509.715000', '094509.718000', '094509.721000', '094529.611000', '094529.614000', '094529.617000', '094529.619000', '094529.622000', '094529.625000', '094529.627000', '094529.630000', '094529.633000', '094529.635000', '094529.638000', '094529.641000', '094529.643000', '094529.646000', '094529.649000', '094529.651000', '094529.654000', '094529.656000', '094529.659000', '094529.662000', '094529.664000', '094529.667000', '094529.670000', '094529.680000', '094529.683000', '094529.685000', '094529.688000', '094529.691000', '094529.693000', '094529.696000', '094529.698000', '094529.701000', '094529.704000', '094529.706000', '094529.709000', '094529.711000', '094529.714000', '094529.717000', '094529.719000', '094529.722000', '094529.724000', '094529.727000', '094529.729000', '094529.732000', '094549.612000', '094549.614000', '094549.617000', '094549.620000', '094549.622000', '094549.625000', '094549.628000', '094549.630000', '094549.633000', '094549.636000', '094549.638000', '094549.641000', '094549.643000', '094549.646000', '094549.648000', '094549.651000', '094549.654000', '094549.656000', '094549.659000', '094549.662000', '094549.664000', '094549.667000', '094549.669000', '094549.672000', '094549.674000', '094549.677000', '094549.680000', '094549.682000', '094549.685000', '094549.687000', '094549.690000', '094549.693000', '094549.695000', '094549.698000', '094549.701000', '094549.703000', '094549.706000', '094549.708000', '094549.711000', '094549.713000', '094549.716000', '094549.719000', '094549.721000', '094609.612000', '094609.614000', '094609.617000', '094609.620000', '094609.630000', '094609.633000', '094609.635000', '094609.638000', '094609.641000', '094609.643000', '094609.646000', '094609.649000', '094609.653000', '094609.655000', '094609.658000', '094609.660000', '094609.663000', '094609.666000', '094609.668000', '094609.671000', '094609.674000', '094609.676000', '094609.679000', '094609.682000', '094609.684000', '094609.687000', '094609.689000', '094609.692000', '094609.695000', '094609.697000', '094609.700000', '094609.702000', '094609.705000', '094609.708000', '094609.710000', '094609.713000', '094609.716000', '094609.718000', '094609.721000', '094609.723000', '094609.726000', '094609.729000', '094609.731000', '094629.612000', '094630.292000', '094630.295000', '094630.297000', '094630.300000', '094630.303000', '094630.305000', '094630.308000', '094630.311000', '094630.313000', '094630.316000', '094630.318000', '094630.321000', '094630.323000', '094630.326000', '094630.329000', '094630.331000', '094630.334000', '094630.336000', '094630.339000', '094630.342000', '094630.344000', '094630.347000', '094630.349000', '094630.352000', '094630.354000', '094630.357000', '094630.360000', '094630.362000', '094630.365000', '094630.367000', '094630.370000', '094630.373000', '094630.375000', '094630.378000', '094630.380000', '094630.383000', '094630.386000', '094630.388000', '094630.391000', '094630.393000', '094630.396000', '094649.611000', '094649.613000', '094649.616000', '094649.619000', '094649.847000', '094649.850000', '094649.853000', '094649.855000', '094649.858000', '094649.861000', '094649.863000', '094649.866000', '094649.869000', '094649.871000', '094649.874000', '094649.876000', '094649.879000', '094649.882000', '094649.884000', '094649.887000', '094649.890000', '094649.892000', '094649.895000', '094649.897000', '094649.900000', '094649.903000', '094649.906000', '094649.908000', '094649.911000', '094649.914000', '094649.916000', '094649.919000', '094649.922000', '094649.924000', '094649.927000', '094649.930000', '094649.932000', '094649.935000', '094649.937000', '094649.940000', '094649.942000', '094649.945000', '094649.948000', '094649.950000', '094649.953000', '094709.611000', '094709.614000', '094709.617000', '094709.620000', '094709.622000', '094709.625000', '094709.627000', '094709.630000', '094709.633000', '094709.635000', '094709.638000', '094709.640000', '094709.643000', '094709.646000', '094709.648000', '094709.651000', '094709.653000', '094709.656000', '094709.659000', '094709.661000', '094709.664000', '094709.666000', '094709.669000', '094709.672000', '094709.674000', '094709.677000', '094709.679000', '094709.682000', '094709.684000', '094709.687000', '094709.690000', '094709.692000', '094709.695000', '094709.698000', '094709.700000', '094709.703000', '094709.705000', '094709.708000', '094709.710000', '094709.713000', '094709.716000', '094709.718000', '094709.721000', '094709.723000', '094729.612000', '094729.614000', '094729.617000', '094729.620000', '094729.622000', '094729.625000', '094729.627000', '094729.630000', '094729.633000', '094729.635000', '094729.638000', '094729.640000', '094729.643000', '094729.646000', '094729.648000', '094729.651000', '094729.654000', '094729.656000', '094729.659000', '094729.661000', '094729.664000', '094729.667000', '094729.669000', '094729.673000', '094729.676000', '094729.679000', '094729.681000', '094729.684000', '094729.687000', '094729.703000', '094729.706000', '094729.708000', '094729.711000', '094729.713000', '094729.716000', '094729.718000', '094729.721000', '094729.724000', '094729.726000', '094729.729000', '094729.731000', '094729.734000', '094729.737000', '094749.612000', '094749.615000', '094749.617000', '094749.620000', '094749.622000', '094749.625000', '094749.628000', '094749.630000', '094749.633000', '094749.635000', '094749.638000', '094749.641000', '094749.643000', '094749.646000', '094749.648000', '094749.651000', '094749.654000', '094749.656000', '094749.659000', '094749.661000', '094749.664000', '094749.667000', '094749.669000', '094749.672000', '094749.675000', '094749.677000', '094749.680000', '094749.682000', '094749.685000', '094749.688000', '094749.690000', '094749.693000', '094749.695000', '094749.698000', '094749.701000', '094749.703000', '094749.706000', '094749.709000', '094749.711000', '094749.714000', '094749.716000', '094749.719000', '094749.722000', '094749.724000', '094809.612000', '094809.614000', '094809.617000', '094809.620000', '094809.622000', '094809.625000', '094809.627000', '094809.630000', '094809.633000', '094809.635000', '094809.638000', '094809.640000', '094809.643000', '094809.646000', '094809.648000', '094809.651000', '094809.654000', '094809.656000', '094809.659000', '094809.661000', '094809.664000', '094809.666000', '094809.669000', '094809.672000', '094809.675000', '094809.678000', '094809.681000', '094809.684000', '094809.687000', '094809.689000', '094809.692000', '094809.695000', '094809.697000', '094809.700000', '094809.702000', '094809.705000', '094809.708000', '094809.710000', '094809.713000', '094809.716000', '094809.718000', '094809.721000', '094809.723000', '094829.612000', '094829.615000', '094829.617000', '094829.621000', '094829.623000', '094829.626000', '094829.628000', '094829.631000', '094829.634000', '094829.636000', '094829.639000', '094829.641000', '094829.644000', '094829.647000', '094829.649000', '094829.652000', '094829.654000', '094829.657000', '094829.660000', '094829.662000', '094829.665000', '094829.667000', '094829.670000', '094829.673000', '094829.675000', '094829.678000', '094829.680000', '094829.683000', '094829.686000', '094829.688000', '094829.691000', '094829.694000', '094829.696000', '094829.699000', '094829.701000', '094829.704000', '094829.706000', '094829.709000', '094829.712000', '094829.714000', '094829.717000', '094829.720000', '094829.724000', '094829.727000', '094849.612000', '094849.614000', '094849.617000', '094849.620000', '094849.622000', '094849.625000', '094849.627000', '094849.630000', '094849.633000', '094849.635000', '094849.638000', '094849.640000', '094849.643000', '094849.646000', '094849.648000', '094849.651000', '094849.654000', '094849.656000', '094849.659000', '094849.661000', '094849.664000', '094849.666000', '094849.669000', '094849.672000', '094849.674000', '094849.677000', '094849.679000', '094849.682000', '094849.685000', '094849.687000', '094849.690000', '094849.693000', '094849.695000', '094849.698000', '094849.700000', '094849.703000', '094849.706000', '094849.708000', '094849.711000', '094849.713000', '094849.723000', '094849.726000', '094849.730000', '094909.610000', '094909.613000', '094909.616000', '094909.619000', '094909.621000', '094909.624000', '094909.626000', '094909.629000', '094909.632000', '094909.634000', '094909.637000', '094909.640000', '094909.642000', '094909.645000', '094909.648000', '094909.650000', '094909.653000', '094909.655000', '094909.658000', '094909.660000', '094909.663000', '094909.666000', '094909.668000', '094909.671000', '094909.673000', '094909.676000', '094909.679000', '094909.681000', '094909.684000', '094909.686000', '094909.689000', '094909.692000', '094909.694000', '094909.697000', '094909.699000', '094909.702000', '094909.704000', '094909.707000', '094909.710000', '094909.712000', '094909.715000', '094909.718000', '094909.720000', '094909.723000', '094929.612000', '094929.614000', '094929.617000', '094929.620000', '094929.622000', '094929.625000', '094929.627000', '094929.630000', '094929.633000', '094929.635000', '094929.638000', '094929.641000', '094929.644000', '094929.646000', '094929.649000', '094929.651000', '094929.654000', '094929.657000', '094929.659000', '094929.662000', '094929.664000', '094929.667000', '094929.670000', '094929.672000', '094929.675000', '094929.677000', '094929.680000', '094929.683000', '094929.685000', '094929.688000', '094929.691000', '094929.693000', '094929.696000', '094929.698000', '094929.701000', '094929.703000', '094929.706000', '094929.709000', '094929.712000', '094929.714000', '094929.718000', '094929.720000', '094929.723000', '094949.495000', '094949.498000', '094949.501000', '094949.504000', '094949.506000', '094949.509000', '094949.511000', '094949.514000', '094949.517000', '094949.519000', '094949.522000', '094949.525000', '094949.527000', '094949.530000', '094949.532000', '094949.535000', '094949.538000', '094949.540000', '094949.543000', '094949.546000', '094949.548000', '094949.551000', '094949.554000', '094949.556000', '094949.559000', '094949.562000', '094949.564000', '094949.567000', '094949.569000', '094949.572000', '094949.575000', '094949.577000', '094949.580000', '094949.582000', '094949.585000', '094949.588000', '094949.590000', '094949.593000', '094949.596000', '094949.598000', '094949.601000', '094949.603000', '094949.606000', '094949.609000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [10606, 10756, 7587, 12421, 6942, 7300, 8607, 7107, 11655, 7546, 11970, 9846, 6924, 10092, 7208, 8224, 9090, 7037, 11697, 8204, 6914, 9402, 7461, 12523, 9677, 8936, 9904, 7243, 10480, 7529, 11890, 7536, 12236, 7530, 6921, 9406, 7307, 12279, 7718, 6749, 9249, 7192, 12068, 7842, 10629, 9552, 7943, 10071, 7210, 11477, 7855, 9816, 10156, 8127, 11354, 7457, 9250, 9104, 7129, 11315, 7479, 12720, 9200, 10535, 8912, 7183, 10078, 7683, 11527, 10126, 7565, 10342, 7349, 10587, 8722, 10409, 9878, 7628, 10109, 7056, 11921, 7561, 11881, 8775, 7721, 9295, 7194, 9304, 7719, 10630, 9858, 7362, 10495, 7189, 10483, 8633, 9305, 9364, 7146, 11734, 7014, 7954, 9752, 7903, 10662, 7406, 11647, 7380, 11959, 7750, 10912, 10190, 7734, 9773, 7213, 11172, 7317, 12339, 7690, 11934, 9466, 6926, 8571, 6895, 10755, 7362, 11971, 7859, 11282, 7681, 7069, 8855, 7068, 11506, 7274, 11951, 7502, 10506, 9976, 9641, 9186, 7364, 8560, 7870, 12173, 10222, 9858, 10366, 8101, 9328, 7590, 8376, 7178, 7184, 10478, 7701, 11725, 7167, 11076, 7409, 10618, 6732, 7847, 9962, 7462, 9808, 10033, 7555, 11257, 8237, 12785, 8022, 12545, 7858, 12338, 7792, 12512, 7935, 13720, 9835, 7087, 7850, 7681, 9939, 7607, 8760, 9914, 7840, 9363, 7395, 10329, 7020, 9993, 7583, 11507, 8663, 11039, 7474, 11481, 7646, 11755, 7772, 12206, 9701, 10573, 8293, 7127, 9964, 7537, 11545, 8569, 11052, 7862, 9269, 8071, 7592, 8848, 7281, 10646, 7432, 11734, 7873, 12035, 8315, 11649, 8035, 10770, 8681, 10321, 11017, 10048, 9376, 7438, 8630, 7292, 9692, 7349, 11494, 7541, 12539, 7879, 10269, 8043, 7571, 10256, 8189, 10174, 7124, 10162, 7267, 11062, 7408, 11028, 7406, 11439, 7659, 10892, 6764, 6917, 8571, 9537, 11176, 9207, 10392, 8257, 10723, 7107, 8350, 7230, 10066, 7182, 12046, 8404, 10961, 7775, 6827, 8891, 7026, 10756, 7295, 8853, 7297, 11579, 9332, 12306, 9086, 12683, 8195, 11846, 9700, 11522, 8991, 8235, 9609, 7215, 10909, 7839, 9937, 7364, 10917, 7573, 11127, 7126, 11135, 7498, 11655, 7494, 12218, 8351, 8105, 9051, 7055, 9632, 7421, 10971, 7941, 7112, 6922, 10480, 7216, 12133, 7422, 10895, 9511, 9787, 8531, 6941, 8395, 7034, 10810, 7080, 11023, 7279, 11758, 8449, 10609, 9787, 8591, 10478, 7884, 9809, 7146, 6893, 7257, 11805, 9776, 11329, 9685, 9678, 8926, 8057, 10860, 8407, 10524, 7121, 13867, 7158, 8817, 9211, 7415, 12748, 9802, 11315, 7288, 8924, 8308, 7481, 9163, 6977, 12543, 7849, 12692, 9080, 10856, 9195, 8831, 9927, 8113, 13578, 9255, 11798, 7333, 11741, 7004, 12220, 9207, 11736, 8713, 9853, 8140, 6945, 8772, 7093, 11052, 8591, 9820, 10211, 9474, 8785, 7071, 9170, 7170, 11326, 7049, 10126, 7328, 10039, 7065, 9199, 7217, 10164, 6866, 11246, 8352, 11939, 8022, 9091, 9274, 7579, 10384, 8227, 9128, 7231, 10363, 7346, 11518, 7291, 6920, 9247, 11387, 8085, 11545, 9948, 8772, 8452, 6953, 6964, 10112, 8282, 9814, 7430, 7851, 11162, 8670, 12455, 8453, 11715, 6845, 12371, 8378, 13273, 8428, 12264, 9835, 8159, 8378, 6913, 11204, 7997, 10073, 9221, 10983, 9731, 8170, 7381, 6924, 8503, 7359, 13111, 7994, 12243, 6997, 11734, 7275, 9329, 11309, 7659, 8729, 7124, 11715, 8999, 11341, 9119, 7174, 11425, 7764, 11816, 11503, 9489, 12482, 10550, 11262, 8437, 6868, 9196, 6967, 11578, 8117, 13377, 10636, 10555, 8840, 6864, 9877, 6983, 11713, 7465, 12412, 7388, 11582, 7670, 12017, 9585, 12956, 7220, 12142, 7687, 10046, 10425, 10086, 9820, 7466, 8233, 7126, 8083, 7355, 9571, 7435, 11455, 7452, 12236, 8093, 11337, 8470, 9246, 8986, 7225, 8781, 6821, 10392, 7664, 13187, 9701, 10541, 9885, 7367, 11629, 7793, 13042, 7333, 6917, 10988, 8313, 11371, 7698, 12486, 8009, 13015, 10718, 9146, 7879, 7273, 10957, 7620, 9263, 9379, 7678, 8342, 6920, 10486, 6858, 6828, 8000, 6998, 10873, 7100, 11122, 7106, 10848, 7288, 12067, 9222, 7632, 8150, 7047, 12346, 7354, 6912, 7309, 7036, 12170, 9648, 9387, 10335, 7694, 10761, 7573, 12072, 7493, 10593, 6878, 9270, 7168, 9070, 7124, 9937, 6986, 6694, 6803, 6716, 9275, 6979, 12227, 7437, 11666, 8373, 11641, 9341, 10311, 9398, 7092, 9103, 7067, 8221, 9912, 8892, 10908, 10579, 10312, 9543, 9318, 7098, 8564, 7251, 11519, 7825, 11469, 7448, 6935, 6846, 7232, 11115, 10915, 8251, 9904, 9365, 9324, 8546, 7178, 10536, 7210, 9446, 8583, 11203, 8660, 10710, 9692, 7437, 10028, 7260, 10165, 7003, 11575, 7603, 12790, 8676, 13316, 10537, 10655, 9771, 7144, 10504, 7439, 10217, 7430, 12033, 7421, 12557, 9339, 10883, 7296, 9560, 7272, 9739, 7101, 9929, 7265, 10003, 7423, 9463, 9430, 8716, 9864, 7575, 11591, 7609, 12050, 8002, 11823, 8608, 11280, 9738, 8285, 7477, 7293, 9139, 7607, 10245, 7726, 9744, 7621, 11259, 8997, 8834, 8618, 7112, 6779, 7088, 10982, 8116, 11798, 7806, 11984, 7993, 11730, 7589, 8140, 7241, 7270, 10656, 7627, 11758, 8633, 10974, 7620, 8531, 7282, 11279, 7389, 11706, 7260, 8725, 9432, 8448, 10219, 6997, 10821, 7668, 12115, 7743, 12927, 8049, 12390, 9207, 11555, 7583, 10310, 8770, 7340, 8878, 7715, 9703, 6968, 9298, 7600, 12482, 7575, 11108, 9991, 9760, 7926, 7023, 9002, 7164, 11442, 8512, 8948, 9832, 7471, 10100, 7742, 12488, 7761, 10784, 9625, 10251, 8656, 6972, 8393, 7114, 11446, 7295, 11576, 7194, 10061, 7197, 8208, 7232, 10897, 7390, 11072, 9197, 9363, 10222, 7831, 8523, 7059, 11386, 7481, 12008, 8552, 10779, 9789, 10188, 9570, 9312, 8784, 6773, 6787, 6741, 9195, 7680, 8192, 10563, 7251, 8400, 6931, 10085, 7481, 10751, 8597, 6767, 10859, 6939, 11040, 6997, 9366, 6980, 11458, 7246, 6993, 7950, 6988, 9159, 6953, 10541, 6867, 10552, 7126, 11244, 7856, 10933, 10166, 9174, 10441, 7069, 9794, 6964, 8365, 6917, 9394, 7171, 12159, 8027, 12456, 8082, 11908, 8665, 11037, 7619, 7134, 8486, 6917, 9039, 7216, 7628, 7482, 7134, 10773, 7315, 11247, 7110, 11587, 7779, 10512, 10189, 7290, 8334, 6906, 8935, 10466, 8178, 10626, 7699, 7155, 9353, 7859, 13741, 10862, 9547, 8850, 7188, 9219, 7361, 11415, 8904, 8139, 8882, 7070, 8228, 6921, 7898, 6821, 6707], 'WindowCenter': [4034.0, 4018.0, 3972.0, 4011.0, 3971.0, 3960.0, 3979.0, 3958.0, 3998.0, 3967.0, 4001.0, 3989.0, 3959.0, 3989.0, 3967.0, 3969.0, 3979.0, 3960.0, 4011.0, 3979.0, 3959.0, 3979.0, 3970.0, 4011.0, 3991.0, 3977.0, 3988.0, 3958.0, 3989.0, 3954.0, 4000.0, 3968.0, 3997.0, 3957.0, 3946.0, 3976.0, 3957.0, 3997.0, 3957.0, 3949.0, 3992.0, 3957.0, 3998.0, 3967.0, 3988.0, 3978.0, 3968.0, 3991.0, 3959.0, 3998.0, 3968.0, 3976.0, 3987.0, 3957.0, 3998.0, 3959.0, 3978.0, 3978.0, 3958.0, 3999.0, 3958.0, 3996.0, 3977.0, 3976.0, 3966.0, 3945.0, 3975.0, 3956.0, 3985.0, 3976.0, 3956.0, 3975.0, 3955.0, 3976.0, 3967.0, 3976.0, 3977.0, 3957.0, 3976.0, 3945.0, 3985.0, 3955.0, 3985.0, 3966.0, 3958.0, 3976.0, 3944.0, 3976.0, 3957.0, 3986.0, 3978.0, 3956.0, 3987.0, 3969.0, 3987.0, 3968.0, 3975.0, 3978.0, 3959.0, 4013.0, 3960.0, 3970.0, 3990.0, 3981.0, 4002.0, 3958.0, 3999.0, 3957.0, 3996.0, 3959.0, 3988.0, 3988.0, 3956.0, 3989.0, 3972.0, 3998.0, 3956.0, 3997.0, 3956.0, 3997.0, 3991.0, 3956.0, 3978.0, 3957.0, 3986.0, 3958.0, 3999.0, 3956.0, 3984.0, 3955.0, 3946.0, 3978.0, 3957.0, 3998.0, 3959.0, 3998.0, 3970.0, 3986.0, 3977.0, 3980.0, 3991.0, 3957.0, 3967.0, 3967.0, 3999.0, 3987.0, 3975.0, 3988.0, 3980.0, 3978.0, 3958.0, 3967.0, 3958.0, 3971.0, 4013.0, 3981.0, 4000.0, 3946.0, 3988.0, 3957.0, 3987.0, 3947.0, 3967.0, 4002.0, 3959.0, 3988.0, 3977.0, 3956.0, 3988.0, 3966.0, 3997.0, 3956.0, 3986.0, 3954.0, 3985.0, 3942.0, 3971.0, 3940.0, 3981.0, 3962.0, 3932.0, 3940.0, 3941.0, 3973.0, 3956.0, 3966.0, 3975.0, 3954.0, 3976.0, 3957.0, 3986.0, 3945.0, 3975.0, 3944.0, 3986.0, 3964.0, 3975.0, 3945.0, 3998.0, 3956.0, 3986.0, 3956.0, 3997.0, 3976.0, 3976.0, 3955.0, 3946.0, 3987.0, 3969.0, 3986.0, 3966.0, 3987.0, 3956.0, 3963.0, 3955.0, 3956.0, 3966.0, 3955.0, 4001.0, 3957.0, 3998.0, 3967.0, 3985.0, 3955.0, 3984.0, 3956.0, 3974.0, 3953.0, 3961.0, 3973.0, 3962.0, 3963.0, 3931.0, 3951.0, 3942.0, 3974.0, 3942.0, 3972.0, 3942.0, 3983.0, 3953.0, 3974.0, 3953.0, 3955.0, 3974.0, 3965.0, 3974.0, 3944.0, 3975.0, 3943.0, 3985.0, 3945.0, 3985.0, 3945.0, 3986.0, 3956.0, 3998.0, 3946.0, 3943.0, 3964.0, 3975.0, 3986.0, 3964.0, 3975.0, 3954.0, 3985.0, 3945.0, 3968.0, 3943.0, 3974.0, 3944.0, 3996.0, 3970.0, 3987.0, 3968.0, 3962.0, 3976.0, 3958.0, 3987.0, 3946.0, 3965.0, 3945.0, 3986.0, 3977.0, 4009.0, 3978.0, 3995.0, 3951.0, 3983.0, 3963.0, 3973.0, 3952.0, 3952.0, 3976.0, 3931.0, 3972.0, 3941.0, 3962.0, 3931.0, 3969.0, 3941.0, 3972.0, 3931.0, 3959.0, 3928.0, 3956.0, 3929.0, 3970.0, 3940.0, 3940.0, 3949.0, 3929.0, 3962.0, 3929.0, 3970.0, 3941.0, 3931.0, 3932.0, 3973.0, 3941.0, 3983.0, 3944.0, 3973.0, 3964.0, 3974.0, 3965.0, 3945.0, 3968.0, 3945.0, 3983.0, 3945.0, 3986.0, 3955.0, 3986.0, 3966.0, 3986.0, 3989.0, 3962.0, 3975.0, 3954.0, 3975.0, 3945.0, 3943.0, 3944.0, 3982.0, 3975.0, 3982.0, 3975.0, 3964.0, 3979.0, 3966.0, 3986.0, 3963.0, 3985.0, 3945.0, 4006.0, 3957.0, 3976.0, 3977.0, 3969.0, 4008.0, 3974.0, 3998.0, 3956.0, 3974.0, 3974.0, 3964.0, 3975.0, 3967.0, 4006.0, 3965.0, 4004.0, 3974.0, 3994.0, 3974.0, 3973.0, 3985.0, 3976.0, 4017.0, 3973.0, 3993.0, 3952.0, 3981.0, 3941.0, 3980.0, 3974.0, 3982.0, 3963.0, 3960.0, 3938.0, 3940.0, 3961.0, 3941.0, 3980.0, 3974.0, 3971.0, 3973.0, 3960.0, 3962.0, 3941.0, 3962.0, 3954.0, 3996.0, 3942.0, 3970.0, 3939.0, 3971.0, 3941.0, 3961.0, 3953.0, 3983.0, 3940.0, 3982.0, 3952.0, 3982.0, 3952.0, 3960.0, 3974.0, 3940.0, 3972.0, 3951.0, 3962.0, 3953.0, 3985.0, 3955.0, 3993.0, 3953.0, 3940.0, 3973.0, 3980.0, 3950.0, 3995.0, 3998.0, 3975.0, 3963.0, 3954.0, 3952.0, 3985.0, 3964.0, 3985.0, 3967.0, 3978.0, 4008.0, 3977.0, 4010.0, 3976.0, 3996.0, 3944.0, 4006.0, 3965.0, 4019.0, 3966.0, 3982.0, 3971.0, 3951.0, 3952.0, 3941.0, 3995.0, 3966.0, 3973.0, 3963.0, 3984.0, 3986.0, 3965.0, 3955.0, 3955.0, 3974.0, 3955.0, 3993.0, 3964.0, 3993.0, 3942.0, 3982.0, 3942.0, 3962.0, 3984.0, 3954.0, 3963.0, 3942.0, 4007.0, 3988.0, 3996.0, 3976.0, 3955.0, 3996.0, 3954.0, 3996.0, 3982.0, 3962.0, 3981.0, 3970.0, 3970.0, 3951.0, 3928.0, 3958.0, 3927.0, 3980.0, 3949.0, 3990.0, 3969.0, 3958.0, 3948.0, 3928.0, 3958.0, 3927.0, 3978.0, 3926.0, 3966.0, 3925.0, 3955.0, 3925.0, 3965.0, 3945.0, 3965.0, 3924.0, 3964.0, 3924.0, 3942.0, 3954.0, 3955.0, 3945.0, 3924.0, 3935.0, 3925.0, 3947.0, 3950.0, 3958.0, 3937.0, 3968.0, 3937.0, 3980.0, 3951.0, 3969.0, 3949.0, 3959.0, 3960.0, 3940.0, 3960.0, 3941.0, 3984.0, 3955.0, 3996.0, 3974.0, 3972.0, 3973.0, 3939.0, 3981.0, 3967.0, 4008.0, 3956.0, 3942.0, 3972.0, 3938.0, 3969.0, 3942.0, 3981.0, 3952.0, 3993.0, 3971.0, 3959.0, 3939.0, 3938.0, 3969.0, 3938.0, 3960.0, 3973.0, 3950.0, 3949.0, 3940.0, 3971.0, 3941.0, 3941.0, 3950.0, 3940.0, 3971.0, 3939.0, 3970.0, 3929.0, 3970.0, 3954.0, 4005.0, 3972.0, 3950.0, 3950.0, 3941.0, 3991.0, 3952.0, 3942.0, 3940.0, 3942.0, 3993.0, 3985.0, 3974.0, 3984.0, 3951.0, 3971.0, 3939.0, 3980.0, 3928.0, 3969.0, 3929.0, 3959.0, 3927.0, 3959.0, 3942.0, 3971.0, 3939.0, 3927.0, 3927.0, 3943.0, 3971.0, 3955.0, 3994.0, 3952.0, 3982.0, 3962.0, 3981.0, 3962.0, 3971.0, 3961.0, 3941.0, 3960.0, 3942.0, 3963.0, 3985.0, 3976.0, 3984.0, 3972.0, 3971.0, 3962.0, 3974.0, 3942.0, 3962.0, 3953.0, 3981.0, 3939.0, 3970.0, 3940.0, 3939.0, 3929.0, 3938.0, 3984.0, 3970.0, 3950.0, 3970.0, 3972.0, 3973.0, 3963.0, 3942.0, 3982.0, 3952.0, 3960.0, 3962.0, 3994.0, 3964.0, 3971.0, 3973.0, 3942.0, 3972.0, 3941.0, 3972.0, 3942.0, 3983.0, 3966.0, 3992.0, 3963.0, 3994.0, 3971.0, 3970.0, 3960.0, 3929.0, 3969.0, 3928.0, 3959.0, 3926.0, 3966.0, 3914.0, 3966.0, 3946.0, 3956.0, 3925.0, 3946.0, 3924.0, 3944.0, 3914.0, 3956.0, 3926.0, 3956.0, 3926.0, 3956.0, 3959.0, 3950.0, 3971.0, 3943.0, 3981.0, 3965.0, 3992.0, 3952.0, 3979.0, 3961.0, 3984.0, 3974.0, 3950.0, 3940.0, 3953.0, 3961.0, 3940.0, 3970.0, 3939.0, 3958.0, 3939.0, 3981.0, 3959.0, 3962.0, 3961.0, 3939.0, 3928.0, 3928.0, 3968.0, 3949.0, 3993.0, 3941.0, 3980.0, 3950.0, 3982.0, 3939.0, 3937.0, 3940.0, 3940.0, 3969.0, 3937.0, 3982.0, 3950.0, 3958.0, 3925.0, 3936.0, 3926.0, 3956.0, 3926.0, 3967.0, 3938.0, 3961.0, 3959.0, 3948.0, 3970.0, 3927.0, 3958.0, 3938.0, 3969.0, 3941.0, 3982.0, 3938.0, 3979.0, 3948.0, 3955.0, 3925.0, 3945.0, 3935.0, 3928.0, 3947.0, 3926.0, 3957.0, 3927.0, 3947.0, 3937.0, 3965.0, 3924.0, 3954.0, 3945.0, 3946.0, 3936.0, 3926.0, 3948.0, 3928.0, 3966.0, 3936.0, 3946.0, 3957.0, 3937.0, 3969.0, 3938.0, 3978.0, 3938.0, 3957.0, 3957.0, 3946.0, 3936.0, 3914.0, 3935.0, 3913.0, 3955.0, 3925.0, 3966.0, 3913.0, 3944.0, 3913.0, 3923.0, 3923.0, 3954.0, 3926.0, 3955.0, 3947.0, 3944.0, 3945.0, 3925.0, 3947.0, 3929.0, 3979.0, 3939.0, 3980.0, 3961.0, 3969.0, 3960.0, 3970.0, 3958.0, 3972.0, 3960.0, 3927.0, 3926.0, 3929.0, 3958.0, 3949.0, 3949.0, 3969.0, 3937.0, 3948.0, 3928.0, 3969.0, 3953.0, 3981.0, 3959.0, 3941.0, 3981.0, 3938.0, 3968.0, 3927.0, 3960.0, 3940.0, 3994.0, 3942.0, 3929.0, 3950.0, 3942.0, 3959.0, 3939.0, 3982.0, 3928.0, 3969.0, 3929.0, 3970.0, 3950.0, 3970.0, 3970.0, 3961.0, 3970.0, 3928.0, 3959.0, 3928.0, 3947.0, 3927.0, 3946.0, 3928.0, 3979.0, 3939.0, 3978.0, 3938.0, 3978.0, 3947.0, 3956.0, 3925.0, 3914.0, 3935.0, 3928.0, 3959.0, 3938.0, 3939.0, 3939.0, 3940.0, 3981.0, 3952.0, 3994.0, 3941.0, 3980.0, 3940.0, 3970.0, 3971.0, 3941.0, 3950.0, 3940.0, 3961.0, 3973.0, 3950.0, 3971.0, 3953.0, 3942.0, 3973.0, 3965.0, 3993.0, 3971.0, 3960.0, 3949.0, 3929.0, 3948.0, 3926.0, 3967.0, 3947.0, 3937.0, 3949.0, 3940.0, 3961.0, 3941.0, 3949.0, 3926.0, 3928.0], 'WindowWidth': [8993.0, 8959.0, 8889.0, 8939.0, 8884.0, 8867.0, 8891.0, 8861.0, 8913.0, 8873.0, 8918.0, 8903.0, 8866.0, 8903.0, 8873.0, 8875.0, 8888.0, 8866.0, 8935.0, 8890.0, 8862.0, 8890.0, 8879.0, 8937.0, 8908.0, 8885.0, 8900.0, 8859.0, 8899.0, 8849.0, 8916.0, 8873.0, 8908.0, 8854.0, 8839.0, 8878.0, 8855.0, 8909.0, 8855.0, 8850.0, 8913.0, 8858.0, 8911.0, 8870.0, 8898.0, 8886.0, 8871.0, 8909.0, 8862.0, 8912.0, 8872.0, 8878.0, 8895.0, 8854.0, 8912.0, 8860.0, 8884.0, 8885.0, 8859.0, 8915.0, 8859.0, 8907.0, 8883.0, 8878.0, 8865.0, 8836.0, 8876.0, 8853.0, 8888.0, 8879.0, 8854.0, 8876.0, 8849.0, 8878.0, 8868.0, 8879.0, 8882.0, 8857.0, 8879.0, 8836.0, 8889.0, 8850.0, 8889.0, 8865.0, 8859.0, 8880.0, 8836.0, 8878.0, 8856.0, 8892.0, 8884.0, 8854.0, 8895.0, 8881.0, 8896.0, 8870.0, 8878.0, 8886.0, 8865.0, 8943.0, 8867.0, 8878.0, 8907.0, 8896.0, 8923.0, 8858.0, 8914.0, 8857.0, 8907.0, 8861.0, 8898.0, 8899.0, 8853.0, 8902.0, 8888.0, 8912.0, 8854.0, 8907.0, 8853.0, 8908.0, 8908.0, 8854.0, 8885.0, 8857.0, 8892.0, 8857.0, 8914.0, 8853.0, 8888.0, 8850.0, 8840.0, 8885.0, 8857.0, 8911.0, 8862.0, 8914.0, 8879.0, 8892.0, 8882.0, 8891.0, 8907.0, 8858.0, 8867.0, 8868.0, 8916.0, 8897.0, 8875.0, 8899.0, 8895.0, 8887.0, 8861.0, 8870.0, 8858.0, 8884.0, 8942.0, 8898.0, 8918.0, 8842.0, 8897.0, 8858.0, 8896.0, 8844.0, 8868.0, 8925.0, 8863.0, 8897.0, 8883.0, 8854.0, 8897.0, 8867.0, 8910.0, 8852.0, 8892.0, 8846.0, 8891.0, 8827.0, 8860.0, 8820.0, 8873.0, 8851.0, 8812.0, 8821.0, 8826.0, 8870.0, 8853.0, 8865.0, 8877.0, 8847.0, 8880.0, 8857.0, 8894.0, 8836.0, 8876.0, 8834.0, 8893.0, 8860.0, 8875.0, 8836.0, 8911.0, 8853.0, 8892.0, 8853.0, 8908.0, 8879.0, 8877.0, 8848.0, 8841.0, 8896.0, 8878.0, 8894.0, 8865.0, 8897.0, 8851.0, 8856.0, 8850.0, 8854.0, 8867.0, 8850.0, 8921.0, 8857.0, 8913.0, 8868.0, 8889.0, 8851.0, 8887.0, 8853.0, 8871.0, 8843.0, 8850.0, 8869.0, 8852.0, 8857.0, 8811.0, 8836.0, 8826.0, 8873.0, 8825.0, 8865.0, 8827.0, 8881.0, 8844.0, 8871.0, 8845.0, 8852.0, 8874.0, 8865.0, 8874.0, 8833.0, 8876.0, 8831.0, 8888.0, 8837.0, 8890.0, 8836.0, 8894.0, 8853.0, 8912.0, 8841.0, 8832.0, 8861.0, 8875.0, 8893.0, 8859.0, 8877.0, 8848.0, 8891.0, 8837.0, 8873.0, 8832.0, 8871.0, 8834.0, 8905.0, 8880.0, 8898.0, 8876.0, 8875.0, 8885.0, 8861.0, 8897.0, 8839.0, 8863.0, 8836.0, 8891.0, 8884.0, 8929.0, 8889.0, 8905.0, 8841.0, 8884.0, 8856.0, 8867.0, 8840.0, 8840.0, 8879.0, 8810.0, 8868.0, 8824.0, 8853.0, 8811.0, 8860.0, 8824.0, 8864.0, 8811.0, 8844.0, 8802.0, 8837.0, 8803.0, 8859.0, 8820.0, 8821.0, 8834.0, 8808.0, 8851.0, 8805.0, 8862.0, 8825.0, 8811.0, 8812.0, 8867.0, 8826.0, 8885.0, 8835.0, 8871.0, 8862.0, 8873.0, 8864.0, 8838.0, 8873.0, 8839.0, 8885.0, 8837.0, 8891.0, 8851.0, 8893.0, 8866.0, 8894.0, 8903.0, 8858.0, 8878.0, 8847.0, 8878.0, 8838.0, 8832.0, 8834.0, 8883.0, 8877.0, 8882.0, 8879.0, 8859.0, 8890.0, 8868.0, 8894.0, 8864.0, 8893.0, 8839.0, 8924.0, 8860.0, 8883.0, 8886.0, 8881.0, 8930.0, 8876.0, 8914.0, 8855.0, 8877.0, 8883.0, 8867.0, 8881.0, 8877.0, 8924.0, 8869.0, 8918.0, 8880.0, 8905.0, 8879.0, 8874.0, 8895.0, 8887.0, 8943.0, 8875.0, 8903.0, 8845.0, 8882.0, 8829.0, 8877.0, 8879.0, 8883.0, 8859.0, 8850.0, 8819.0, 8825.0, 8853.0, 8831.0, 8878.0, 8879.0, 8867.0, 8872.0, 8852.0, 8856.0, 8829.0, 8859.0, 8853.0, 8909.0, 8832.0, 8865.0, 8822.0, 8866.0, 8828.0, 8854.0, 8846.0, 8885.0, 8827.0, 8882.0, 8842.0, 8882.0, 8845.0, 8853.0, 8877.0, 8826.0, 8871.0, 8841.0, 8857.0, 8848.0, 8892.0, 8854.0, 8903.0, 8847.0, 8825.0, 8874.0, 8877.0, 8840.0, 8907.0, 8919.0, 8881.0, 8863.0, 8853.0, 8845.0, 8895.0, 8865.0, 8896.0, 8875.0, 8893.0, 8931.0, 8888.0, 8936.0, 8886.0, 8911.0, 8840.0, 8924.0, 8866.0, 8945.0, 8868.0, 8883.0, 8866.0, 8839.0, 8843.0, 8829.0, 8906.0, 8873.0, 8871.0, 8859.0, 8888.0, 8898.0, 8866.0, 8854.0, 8856.0, 8879.0, 8853.0, 8901.0, 8865.0, 8899.0, 8831.0, 8882.0, 8831.0, 8856.0, 8888.0, 8850.0, 8860.0, 8831.0, 8925.0, 8902.0, 8908.0, 8882.0, 8854.0, 8908.0, 8852.0, 8909.0, 8882.0, 8856.0, 8877.0, 8863.0, 8862.0, 8840.0, 8806.0, 8845.0, 8803.0, 8879.0, 8834.0, 8891.0, 8861.0, 8843.0, 8830.0, 8805.0, 8846.0, 8802.0, 8872.0, 8800.0, 8850.0, 8794.0, 8834.0, 8795.0, 8848.0, 8822.0, 8847.0, 8792.0, 8845.0, 8791.0, 8813.0, 8830.0, 8835.0, 8822.0, 8792.0, 8808.0, 8794.0, 8831.0, 8841.0, 8845.0, 8816.0, 8855.0, 8815.0, 8876.0, 8843.0, 8859.0, 8836.0, 8847.0, 8851.0, 8824.0, 8851.0, 8829.0, 8890.0, 8854.0, 8904.0, 8875.0, 8868.0, 8870.0, 8822.0, 8882.0, 8871.0, 8930.0, 8856.0, 8830.0, 8868.0, 8817.0, 8860.0, 8828.0, 8879.0, 8845.0, 8901.0, 8867.0, 8847.0, 8821.0, 8820.0, 8861.0, 8820.0, 8853.0, 8875.0, 8839.0, 8836.0, 8823.0, 8867.0, 8829.0, 8828.0, 8838.0, 8827.0, 8866.0, 8823.0, 8863.0, 8808.0, 8864.0, 8852.0, 8921.0, 8870.0, 8840.0, 8841.0, 8829.0, 8895.0, 8845.0, 8830.0, 8826.0, 8832.0, 8899.0, 8895.0, 8877.0, 8890.0, 8840.0, 8865.0, 8819.0, 8875.0, 8804.0, 8861.0, 8809.0, 8847.0, 8802.0, 8847.0, 8833.0, 8866.0, 8822.0, 8801.0, 8803.0, 8836.0, 8867.0, 8855.0, 8901.0, 8843.0, 8883.0, 8858.0, 8878.0, 8855.0, 8867.0, 8854.0, 8826.0, 8850.0, 8832.0, 8862.0, 8894.0, 8886.0, 8890.0, 8870.0, 8869.0, 8856.0, 8876.0, 8832.0, 8858.0, 8848.0, 8880.0, 8821.0, 8863.0, 8823.0, 8822.0, 8809.0, 8818.0, 8888.0, 8865.0, 8838.0, 8866.0, 8873.0, 8874.0, 8860.0, 8832.0, 8885.0, 8843.0, 8850.0, 8858.0, 8905.0, 8863.0, 8867.0, 8873.0, 8830.0, 8869.0, 8827.0, 8870.0, 8830.0, 8886.0, 8870.0, 8898.0, 8859.0, 8904.0, 8866.0, 8862.0, 8849.0, 8807.0, 8861.0, 8805.0, 8848.0, 8798.0, 8850.0, 8776.0, 8849.0, 8824.0, 8838.0, 8795.0, 8824.0, 8792.0, 8818.0, 8778.0, 8837.0, 8798.0, 8839.0, 8800.0, 8838.0, 8847.0, 8838.0, 8870.0, 8830.0, 8882.0, 8869.0, 8898.0, 8844.0, 8874.0, 8855.0, 8891.0, 8879.0, 8837.0, 8825.0, 8848.0, 8852.0, 8823.0, 8864.0, 8821.0, 8841.0, 8821.0, 8879.0, 8849.0, 8859.0, 8855.0, 8823.0, 8806.0, 8805.0, 8857.0, 8836.0, 8899.0, 8827.0, 8875.0, 8838.0, 8885.0, 8818.0, 8811.0, 8823.0, 8823.0, 8858.0, 8815.0, 8883.0, 8837.0, 8844.0, 8795.0, 8812.0, 8796.0, 8836.0, 8797.0, 8852.0, 8817.0, 8854.0, 8847.0, 8832.0, 8862.0, 8802.0, 8843.0, 8817.0, 8859.0, 8826.0, 8881.0, 8819.0, 8873.0, 8831.0, 8832.0, 8792.0, 8820.0, 8807.0, 8804.0, 8827.0, 8797.0, 8840.0, 8802.0, 8826.0, 8814.0, 8848.0, 8790.0, 8830.0, 8820.0, 8823.0, 8809.0, 8799.0, 8830.0, 8806.0, 8849.0, 8810.0, 8824.0, 8838.0, 8816.0, 8862.0, 8818.0, 8872.0, 8816.0, 8840.0, 8842.0, 8823.0, 8811.0, 8778.0, 8806.0, 8775.0, 8833.0, 8796.0, 8850.0, 8776.0, 8816.0, 8774.0, 8788.0, 8791.0, 8831.0, 8800.0, 8834.0, 8826.0, 8818.0, 8819.0, 8794.0, 8828.0, 8808.0, 8872.0, 8820.0, 8878.0, 8853.0, 8859.0, 8850.0, 8864.0, 8845.0, 8873.0, 8853.0, 8805.0, 8799.0, 8808.0, 8844.0, 8836.0, 8836.0, 8859.0, 8816.0, 8831.0, 8806.0, 8861.0, 8848.0, 8881.0, 8851.0, 8829.0, 8883.0, 8818.0, 8859.0, 8802.0, 8851.0, 8826.0, 8904.0, 8831.0, 8809.0, 8838.0, 8831.0, 8848.0, 8823.0, 8884.0, 8806.0, 8860.0, 8808.0, 8863.0, 8836.0, 8865.0, 8864.0, 8853.0, 8863.0, 8804.0, 8847.0, 8803.0, 8828.0, 8804.0, 8826.0, 8805.0, 8874.0, 8820.0, 8870.0, 8819.0, 8871.0, 8827.0, 8836.0, 8796.0, 8780.0, 8809.0, 8806.0, 8850.0, 8818.0, 8820.0, 8820.0, 8826.0, 8881.0, 8845.0, 8905.0, 8827.0, 8876.0, 8824.0, 8862.0, 8867.0, 8827.0, 8839.0, 8824.0, 8855.0, 8871.0, 8836.0, 8864.0, 8847.0, 8832.0, 8873.0, 8868.0, 8900.0, 8867.0, 8851.0, 8833.0, 8808.0, 8828.0, 8798.0, 8852.0, 8825.0, 8813.0, 8832.0, 8826.0, 8854.0, 8830.0, 8834.0, 8800.0, 8805.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.0056188157894736844</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05606882620614035</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.31602929395176</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2091494664105378</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0056067067069148</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.446</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7133.2275</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1536734628491012</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>22.69736842105263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.428590423845876</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3384908533369426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6390767552613252</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.30820366293936</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00892079</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008676987141370773</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029775189235806465</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>912</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.049986883990118</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.2592</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5248</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.9368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307494.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>629.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.7049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.9486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3232.2697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>839.2559</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.456177409738302</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> |