=== 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-0065 --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-0065",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0065_ses-01_task-social_acq-mb8_run-02_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-0065_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0065_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_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-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-01_task-social_acq-mb8_run-02_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-0065/ses-01/func/sub-0065_ses-01_task-social_acq-mb8_run-02_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>17387697a610cfa87274196b2fe70f18</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:45:4.070000</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.998688, 0.0260359, 0.0440876, -0.0256283, 0.999624, -0.00978557]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0901349</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7788, -7267, 756, -75, -418, 311, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.939</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b17fdcaf-d05c-480c-83b5-b7317da35f88||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.679407835006714, -0.0687587782740593, 0.11967960745096207, 110.11906433105469], [-0.06985235214233398, 2.681917190551758, -0.023335684090852737, -93.28150177001953], [0.11828380078077316, 0.026253968477249146, 2.6972453594207764, -74.25299835205078], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['144504.070000', '144504.530000', '144504.990000', '144505.450000', '144505.910000', '144506.370000', '144506.830000', '144507.290000', '144507.750000', '144508.210000', '144508.670000', '144509.130000', '144509.590000', '144510.050000', '144510.510000', '144510.970000', '144511.430000', '144511.890000', '144512.350000', '144512.810000', '144513.270000', '144513.730000', '144514.190000', '144514.650000', '144515.110000', '144515.570000', '144516.030000', '144516.490000', '144516.950000', '144517.410000', '144517.870000', '144518.330000', '144518.790000', '144519.250000', '144519.710000', '144520.170000', '144520.630000', '144521.090000', '144521.550000', '144522.010000', '144522.470000', '144522.930000', '144523.390000', '144523.850000', '144524.310000', '144524.770000', '144525.230000', '144525.690000', '144526.150000', '144526.610000', '144527.070000', '144527.530000', '144527.990000', '144528.450000', '144528.910000', '144529.370000', '144529.830000', '144530.290000', '144530.750000', '144531.210000', '144531.670000', '144532.130000', '144532.590000', '144533.050000', '144533.510000', '144533.970000', '144534.430000', '144534.890000', '144535.350000', '144535.810000', '144536.270000', '144536.730000', '144537.190000', '144537.650000', '144538.110000', '144538.570000', '144539.030000', '144539.490000', '144539.950000', '144540.410000', '144540.870000', '144541.330000', '144541.790000', '144542.250000', '144542.710000', '144543.170000', '144543.630000', '144544.090000', '144544.550000', '144545.010000', '144545.470000', '144545.930000', '144546.390000', '144546.850000', '144547.310000', '144547.770000', '144548.230000', '144548.690000', '144549.150000', '144549.610000', '144550.070000', '144550.530000', '144550.990000', '144551.450000', '144551.910000', '144552.370000', '144552.830000', '144553.290000', '144553.750000', '144554.210000', '144554.670000', '144555.130000', '144555.590000', '144556.050000', '144556.510000', '144556.970000', '144557.430000', '144557.890000', '144558.350000', '144558.810000', '144559.270000', '144559.730000', '144600.190000', '144600.650000', '144601.110000', '144601.570000', '144602.030000', '144602.490000', '144602.950000', '144603.410000', '144603.870000', '144604.330000', '144604.790000', '144605.250000', '144605.710000', '144606.170000', '144606.630000', '144607.090000', '144607.550000', '144608.010000', '144608.470000', '144608.930000', '144609.390000', '144609.850000', '144610.310000', '144610.770000', '144611.230000', '144611.690000', '144612.150000', '144612.610000', '144613.070000', '144613.530000', '144613.990000', '144614.450000', '144614.910000', '144615.370000', '144615.830000', '144616.290000', '144616.750000', '144617.210000', '144617.670000', '144618.130000', '144618.590000', '144619.050000', '144619.510000', '144619.970000', '144620.430000', '144620.890000', '144621.350000', '144621.810000', '144622.270000', '144622.730000', '144623.190000', '144623.650000', '144624.110000', '144624.570000', '144625.030000', '144625.490000', '144625.950000', '144626.410000', '144626.870000', '144627.330000', '144627.790000', '144628.250000', '144628.710000', '144629.170000', '144629.630000', '144630.090000', '144630.550000', '144631.010000', '144631.470000', '144631.930000', '144632.390000', '144632.850000', '144633.310000', '144633.770000', '144634.230000', '144634.690000', '144635.150000', '144635.610000', '144636.070000', '144636.530000', '144636.990000', '144637.450000', '144637.910000', '144638.370000', '144638.830000', '144639.290000', '144639.750000', '144640.210000', '144640.670000', '144641.130000', '144641.590000', '144642.050000', '144642.510000', '144642.970000', '144643.430000', '144643.890000', '144644.350000', '144644.810000', '144645.270000', '144645.730000', '144646.190000', '144646.650000', '144647.110000', '144647.570000', '144648.030000', '144648.490000', '144648.950000', '144649.410000', '144649.870000', '144650.330000', '144650.790000', '144651.250000', '144651.710000', '144652.170000', '144652.630000', '144653.090000', '144653.550000', '144654.010000', '144654.470000', '144654.930000', '144655.390000', '144655.850000', '144656.310000', '144656.770000', '144657.230000', '144657.690000', '144658.150000', '144658.610000', '144659.070000', '144659.530000', '144659.990000', '144700.450000', '144700.910000', '144701.370000', '144701.830000', '144702.290000', '144702.750000', '144703.210000', '144703.670000', '144704.130000', '144704.590000', '144705.050000', '144705.510000', '144705.970000', '144706.430000', '144706.890000', '144707.350000', '144707.810000', '144708.270000', '144708.730000', '144709.190000', '144709.650000', '144710.110000', '144710.570000', '144711.030000', '144711.490000', '144711.950000', '144712.410000', '144712.870000', '144713.330000', '144713.790000', '144714.250000', '144714.710000', '144715.170000', '144715.630000', '144716.090000', '144716.550000', '144717.010000', '144717.470000', '144717.930000', '144718.390000', '144718.850000', '144719.310000', '144719.770000', '144720.230000', '144720.690000', '144721.150000', '144721.610000', '144722.070000', '144722.530000', '144722.990000', '144723.450000', '144723.910000', '144724.370000', '144724.830000', '144725.290000', '144725.750000', '144726.210000', '144726.670000', '144727.130000', '144727.590000', '144728.050000', '144728.510000', '144728.970000', '144729.430000', '144729.890000', '144730.350000', '144730.810000', '144731.270000', '144731.730000', '144732.190000', '144732.650000', '144733.110000', '144733.570000', '144734.030000', '144734.490000', '144734.950000', '144735.410000', '144735.870000', '144736.330000', '144736.790000', '144737.250000', '144737.710000', '144738.170000', '144738.630000', '144739.090000', '144739.550000', '144740.010000', '144740.470000', '144740.930000', '144741.390000', '144741.850000', '144742.310000', '144742.770000', '144743.230000', '144743.690000', '144744.150000', '144744.610000', '144745.070000', '144745.530000', '144745.990000', '144746.450000', '144746.910000', '144747.370000', '144747.830000', '144748.290000', '144748.750000', '144749.210000', '144749.670000', '144750.130000', '144750.590000', '144751.050000', '144751.510000', '144751.970000', '144752.430000', '144752.890000', '144753.350000', '144753.810000', '144754.270000', '144754.730000', '144755.190000', '144755.650000', '144756.110000', '144756.570000', '144757.030000', '144757.490000', '144757.950000', '144758.410000', '144758.870000', '144759.330000', '144759.790000', '144800.250000', '144800.710000', '144801.170000', '144801.630000', '144802.090000', '144802.550000', '144803.010000', '144803.470000', '144803.930000', '144804.390000', '144804.850000', '144805.310000', '144805.770000', '144806.230000', '144806.690000', '144807.150000', '144807.610000', '144808.070000', '144808.530000', '144808.990000', '144809.450000', '144809.910000', '144810.370000', '144810.830000', '144811.290000', '144811.750000', '144812.210000', '144812.670000', '144813.130000', '144813.590000', '144814.050000', '144814.510000', '144814.970000', '144815.430000', '144815.890000', '144816.350000', '144816.810000', '144817.270000', '144817.730000', '144818.190000', '144818.650000', '144819.110000', '144819.570000', '144820.030000', '144820.490000', '144820.950000', '144821.410000', '144821.870000', '144822.330000', '144822.790000', '144823.250000', '144823.710000', '144824.170000', '144824.630000', '144825.090000', '144825.550000', '144826.010000', '144826.470000', '144826.930000', '144827.390000', '144827.850000', '144828.310000', '144828.770000', '144829.230000', '144829.690000', '144830.150000', '144830.610000', '144831.070000', '144831.530000', '144831.990000', '144832.450000', '144832.910000', '144833.370000', '144833.830000', '144834.290000', '144834.750000', '144835.210000', '144835.670000', '144836.130000', '144836.590000', '144837.050000', '144837.510000', '144837.970000', '144838.430000', '144838.890000', '144839.350000', '144839.810000', '144840.270000', '144840.730000', '144841.190000', '144841.650000', '144842.110000', '144842.570000', '144843.030000', '144843.490000', '144843.950000', '144844.410000', '144844.870000', '144845.330000', '144845.790000', '144846.250000', '144846.710000', '144847.170000', '144847.630000', '144848.090000', '144848.550000', '144849.010000', '144849.470000', '144849.930000', '144850.390000', '144850.850000', '144851.310000', '144851.770000', '144852.230000', '144852.690000', '144853.150000', '144853.610000', '144854.070000', '144854.530000', '144854.990000', '144855.450000', '144855.910000', '144856.370000', '144856.830000', '144857.290000', '144857.750000', '144858.210000', '144858.670000', '144859.130000', '144859.590000', '144900.050000', '144900.510000', '144900.970000', '144901.430000', '144901.890000', '144902.350000', '144902.810000', '144903.270000', '144903.730000', '144904.190000', '144904.650000', '144905.110000', '144905.570000', '144906.030000', '144906.490000', '144906.950000', '144907.410000', '144907.870000', '144908.330000', '144908.790000', '144909.250000', '144909.710000', '144910.170000', '144910.630000', '144911.090000', '144911.550000', '144912.010000', '144912.470000', '144912.930000', '144913.390000', '144913.850000', '144914.310000', '144914.770000', '144915.230000', '144915.690000', '144916.150000', '144916.610000', '144917.070000', '144917.530000', '144917.990000', '144918.450000', '144918.910000', '144919.370000', '144919.830000', '144920.290000', '144920.750000', '144921.210000', '144921.670000', '144922.130000', '144922.590000', '144923.050000', '144923.510000', '144923.970000', '144924.430000', '144924.890000', '144925.350000', '144925.810000', '144926.270000', '144926.730000', '144927.190000', '144927.650000', '144928.110000', '144928.570000', '144929.030000', '144929.490000', '144929.950000', '144930.410000', '144930.870000', '144931.330000', '144931.790000', '144932.250000', '144932.710000', '144933.170000', '144933.630000', '144934.090000', '144934.550000', '144935.010000', '144935.470000', '144935.930000', '144936.390000', '144936.850000', '144937.310000', '144937.770000', '144938.230000', '144938.690000', '144939.150000', '144939.610000', '144940.070000', '144940.530000', '144940.990000', '144941.450000', '144941.910000', '144942.370000', '144942.830000', '144943.290000', '144943.750000', '144944.210000', '144944.670000', '144945.130000', '144945.590000', '144946.050000', '144946.510000', '144946.970000', '144947.430000', '144947.890000', '144948.350000', '144948.810000', '144949.270000', '144949.730000', '144950.190000', '144950.650000', '144951.110000', '144951.570000', '144952.030000', '144952.490000', '144952.950000', '144953.410000', '144953.870000', '144954.330000', '144954.790000', '144955.250000', '144955.710000', '144956.170000', '144956.630000', '144957.090000', '144957.550000', '144958.010000', '144958.470000', '144958.930000', '144959.390000', '144959.850000', '145000.310000', '145000.770000', '145001.230000', '145001.690000', '145002.150000', '145002.610000', '145003.070000', '145003.530000', '145003.990000', '145004.450000', '145004.910000', '145005.370000', '145005.830000', '145006.290000', '145006.750000', '145007.210000', '145007.670000', '145008.130000', '145008.590000', '145009.050000', '145009.510000', '145009.970000', '145010.430000', '145010.890000', '145011.350000', '145011.810000', '145012.270000', '145012.730000', '145013.190000', '145013.650000', '145014.110000', '145014.570000', '145015.030000', '145015.490000', '145015.950000', '145016.410000', '145016.870000', '145017.330000', '145017.790000', '145018.250000', '145018.710000', '145019.170000', '145019.630000', '145020.090000', '145020.550000', '145021.010000', '145021.470000', '145021.930000', '145022.390000', '145022.850000', '145023.310000', '145023.770000', '145024.230000', '145024.690000', '145025.150000', '145025.610000', '145026.070000', '145026.530000', '145026.990000', '145027.450000', '145027.910000', '145028.370000', '145028.830000', '145029.290000', '145029.750000', '145030.210000', '145030.670000', '145031.130000', '145031.590000', '145032.050000', '145032.510000', '145032.970000', '145033.430000', '145033.890000', '145034.350000', '145034.810000', '145035.270000', '145035.730000', '145036.190000', '145036.650000', '145037.110000', '145037.570000', '145038.030000', '145038.490000', '145038.950000', '145039.410000', '145039.870000', '145040.330000', '145040.790000', '145041.250000', '145041.710000', '145042.170000', '145042.630000', '145043.090000', '145043.550000', '145044.010000', '145044.470000', '145044.930000', '145045.390000', '145045.850000', '145046.310000', '145046.770000', '145047.230000', '145047.690000', '145048.150000', '145048.610000', '145049.070000', '145049.530000', '145049.990000', '145050.450000', '145050.910000', '145051.370000', '145051.830000', '145052.290000', '145052.750000', '145053.210000', '145053.670000', '145054.130000', '145054.590000', '145055.050000', '145055.510000', '145055.970000', '145056.430000', '145056.890000', '145057.350000', '145057.810000', '145058.270000', '145058.730000', '145059.190000', '145059.650000', '145100.110000', '145100.570000', '145101.030000', '145101.490000', '145101.950000', '145102.410000', '145102.870000', '145103.330000', '145103.790000', '145104.250000', '145104.710000', '145105.170000', '145105.630000', '145106.090000', '145106.550000', '145107.010000', '145107.470000', '145107.930000', '145108.390000', '145108.850000', '145109.310000', '145109.770000', '145110.230000', '145110.690000', '145111.150000', '145111.610000', '145112.070000', '145112.530000', '145112.990000', '145113.450000', '145113.910000', '145114.370000', '145114.830000', '145115.290000', '145115.750000', '145116.210000', '145116.670000', '145117.130000', '145117.590000', '145118.050000', '145118.510000', '145118.970000', '145119.430000', '145119.890000', '145120.350000', '145120.810000', '145121.270000', '145121.730000', '145122.190000', '145122.650000', '145123.110000', '145123.570000', '145124.030000', '145124.490000', '145124.950000', '145125.410000', '145125.870000', '145126.330000', '145126.790000', '145127.250000', '145127.710000', '145128.170000', '145128.630000', '145129.090000', '145129.550000', '145130.010000', '145130.470000', '145130.930000', '145131.390000', '145131.850000', '145132.310000', '145132.770000', '145133.230000', '145133.690000', '145134.150000', '145134.610000', '145135.070000', '145135.530000', '145135.990000', '145136.450000', '145136.910000', '145137.370000', '145137.830000', '145138.290000', '145138.750000', '145139.210000', '145139.670000', '145140.130000', '145140.590000', '145141.050000', '145141.510000', '145141.970000', '145142.430000', '145142.890000', '145143.350000', '145143.810000', '145144.270000', '145144.730000'], 'ContentTime': ['144533.765000', '144533.768000', '144533.771000', '144533.774000', '144533.776000', '144533.779000', '144533.782000', '144533.792000', '144533.794000', '144533.797000', '144533.800000', '144533.802000', '144533.805000', '144533.807000', '144533.810000', '144533.813000', '144533.815000', '144533.818000', '144533.820000', '144533.823000', '144533.825000', '144533.828000', '144533.830000', '144533.833000', '144533.836000', '144533.838000', '144533.841000', '144533.843000', '144533.846000', '144533.849000', '144533.851000', '144533.854000', '144533.856000', '144533.859000', '144533.861000', '144533.864000', '144533.867000', '144533.869000', '144533.872000', '144533.874000', '144533.877000', '144533.880000', '144533.882000', '144533.885000', '144533.888000', '144533.890000', '144533.893000', '144533.895000', '144533.898000', '144533.901000', '144533.903000', '144533.906000', '144533.908000', '144533.911000', '144533.913000', '144533.916000', '144533.919000', '144533.921000', '144533.924000', '144533.926000', '144533.929000', '144533.931000', '144533.940000', '144553.743000', '144553.745000', '144553.748000', '144553.751000', '144553.753000', '144553.756000', '144553.758000', '144553.761000', '144553.763000', '144553.766000', '144553.769000', '144553.771000', '144553.774000', '144553.776000', '144553.779000', '144553.781000', '144553.784000', '144553.787000', '144553.789000', '144553.792000', '144553.794000', '144553.797000', '144553.799000', '144553.802000', '144553.804000', '144553.807000', '144553.810000', '144553.812000', '144553.815000', '144553.817000', '144553.820000', '144553.822000', '144553.825000', '144553.828000', '144553.830000', '144553.833000', '144553.836000', '144553.838000', '144553.841000', '144553.843000', '144553.846000', '144553.853000', '144553.856000', '144613.742000', '144613.745000', '144613.748000', '144613.757000', '144613.759000', '144613.762000', '144613.765000', '144613.767000', '144613.770000', '144613.773000', '144613.775000', '144613.778000', '144613.780000', '144613.783000', '144613.786000', '144613.788000', '144613.791000', '144613.793000', '144613.796000', '144613.799000', '144613.801000', '144613.804000', '144613.807000', '144613.809000', '144613.812000', '144613.814000', '144613.817000', '144613.819000', '144613.822000', '144613.825000', '144613.827000', '144613.830000', '144613.832000', '144613.835000', '144613.837000', '144613.840000', '144613.843000', '144613.845000', '144613.848000', '144613.850000', '144613.853000', '144613.856000', '144613.858000', '144613.861000', '144633.742000', '144633.744000', '144633.747000', '144633.750000', '144633.753000', '144633.756000', '144633.758000', '144633.761000', '144633.764000', '144633.766000', '144633.769000', '144633.771000', '144633.774000', '144633.777000', '144633.779000', '144633.782000', '144633.785000', '144633.787000', '144633.790000', '144633.804000', '144633.807000', '144633.809000', '144633.812000', '144633.815000', '144633.817000', '144633.820000', '144633.822000', '144633.825000', '144633.828000', '144633.830000', '144633.833000', '144633.836000', '144633.838000', '144633.841000', '144633.844000', '144633.846000', '144633.849000', '144633.852000', '144633.854000', '144633.857000', '144633.859000', '144633.862000', '144633.865000', '144653.742000', '144653.745000', '144653.748000', '144653.751000', '144653.753000', '144653.756000', '144653.758000', '144653.761000', '144653.764000', '144653.766000', '144653.769000', '144653.771000', '144653.774000', '144653.777000', '144653.779000', '144653.782000', '144653.784000', '144653.787000', '144653.790000', '144653.792000', '144653.795000', '144653.798000', '144653.800000', '144653.803000', '144653.805000', '144653.808000', '144653.811000', '144653.813000', '144653.816000', '144653.818000', '144653.821000', '144653.824000', '144653.826000', '144653.829000', '144653.831000', '144653.834000', '144653.837000', '144653.839000', '144653.842000', '144653.844000', '144653.847000', '144653.850000', '144653.852000', '144653.855000', '144713.742000', '144713.745000', '144713.748000', '144713.751000', '144713.753000', '144713.756000', '144713.758000', '144713.761000', '144713.763000', '144713.766000', '144713.768000', '144713.771000', '144713.774000', '144713.776000', '144713.779000', '144713.782000', '144713.785000', '144713.787000', '144713.790000', '144713.792000', '144713.795000', '144713.798000', '144713.800000', '144713.803000', '144713.805000', '144713.808000', '144713.810000', '144713.813000', '144713.815000', '144713.818000', '144713.821000', '144713.823000', '144713.826000', '144713.829000', '144713.831000', '144713.834000', '144713.837000', '144713.839000', '144713.842000', '144713.844000', '144713.847000', '144713.850000', '144713.852000', '144733.742000', '144733.745000', '144733.748000', '144733.750000', '144733.754000', '144733.757000', '144733.760000', '144733.762000', '144733.765000', '144733.768000', '144733.770000', '144733.773000', '144733.775000', '144733.778000', '144733.781000', '144733.783000', '144733.786000', '144733.788000', '144733.791000', '144733.794000', '144733.796000', '144733.799000', '144733.801000', '144733.804000', '144733.807000', '144733.809000', '144733.812000', '144733.815000', '144733.817000', '144733.820000', '144733.822000', '144733.825000', '144733.828000', '144733.830000', '144733.833000', '144733.835000', '144733.838000', '144733.841000', '144733.843000', '144733.846000', '144733.848000', '144733.851000', '144733.854000', '144733.856000', '144753.742000', '144753.745000', '144753.748000', '144753.751000', '144753.753000', '144753.756000', '144753.758000', '144753.761000', '144753.763000', '144753.766000', '144753.769000', '144753.771000', '144753.774000', '144753.776000', '144753.779000', '144753.782000', '144753.784000', '144753.787000', '144753.790000', '144753.792000', '144753.795000', '144753.797000', '144753.800000', '144753.803000', '144753.805000', '144753.808000', '144753.810000', '144753.813000', '144753.816000', '144753.818000', '144753.821000', '144753.823000', '144753.826000', '144753.829000', '144753.831000', '144753.834000', '144753.836000', '144753.839000', '144753.842000', '144753.844000', '144753.847000', '144753.849000', '144753.852000', '144813.743000', '144813.746000', '144813.748000', '144813.751000', '144813.754000', '144813.758000', '144813.760000', '144813.763000', '144813.766000', '144813.768000', '144813.771000', '144813.773000', '144813.776000', '144813.778000', '144813.781000', '144813.815000', '144813.818000', '144813.820000', '144813.823000', '144813.828000', '144813.831000', '144813.833000', '144813.836000', '144813.839000', '144813.841000', '144813.844000', '144813.846000', '144813.849000', '144813.851000', '144813.854000', '144813.857000', '144813.859000', '144813.862000', '144813.865000', '144813.867000', '144813.870000', '144813.872000', '144813.875000', '144813.877000', '144813.880000', '144813.883000', '144813.885000', '144813.888000', '144833.743000', '144833.746000', '144833.748000', '144833.751000', '144833.754000', '144833.756000', '144833.759000', '144833.762000', '144833.764000', '144833.767000', '144833.769000', '144833.772000', '144833.775000', '144833.777000', '144833.780000', '144833.782000', '144833.785000', '144833.788000', '144833.790000', '144833.793000', '144833.795000', '144833.798000', '144833.801000', '144833.803000', '144833.806000', '144833.808000', '144833.811000', '144833.814000', '144833.816000', '144833.819000', '144833.822000', '144833.824000', '144833.827000', '144833.829000', '144833.832000', '144833.835000', '144833.837000', '144833.840000', '144833.842000', '144833.845000', '144833.848000', '144833.850000', '144833.853000', '144833.856000', '144853.741000', '144853.744000', '144853.747000', '144853.749000', '144853.752000', '144853.755000', '144853.758000', '144853.761000', '144853.764000', '144853.767000', '144853.769000', '144853.772000', '144853.775000', '144853.777000', '144853.780000', '144853.782000', '144853.785000', '144853.788000', '144853.790000', '144853.794000', '144853.797000', '144853.799000', '144853.802000', '144853.805000', '144853.807000', '144853.810000', '144853.813000', '144853.815000', '144853.818000', '144853.820000', '144853.823000', '144853.826000', '144853.828000', '144853.831000', '144853.833000', '144853.836000', '144853.839000', '144853.841000', '144853.844000', '144853.847000', '144853.849000', '144853.852000', '144853.855000', '144913.742000', '144913.745000', '144913.748000', '144913.750000', '144913.753000', '144913.756000', '144913.758000', '144913.761000', '144913.764000', '144913.766000', '144913.769000', '144913.772000', '144913.774000', '144913.777000', '144913.779000', '144913.782000', '144913.785000', '144913.787000', '144913.790000', '144913.793000', '144913.795000', '144913.798000', '144913.801000', '144913.803000', '144913.806000', '144913.809000', '144913.811000', '144913.814000', '144913.816000', '144913.819000', '144913.822000', '144913.824000', '144913.827000', '144913.829000', '144913.832000', '144913.834000', '144913.837000', '144913.840000', '144913.842000', '144913.845000', '144913.847000', '144913.850000', '144913.853000', '144913.855000', '144933.742000', '144933.745000', '144933.748000', '144933.751000', '144933.753000', '144933.756000', '144933.758000', '144933.761000', '144933.764000', '144933.766000', '144933.769000', '144933.772000', '144933.774000', '144933.777000', '144933.780000', '144933.783000', '144933.785000', '144933.789000', '144933.791000', '144933.794000', '144933.796000', '144933.799000', '144933.801000', '144933.804000', '144933.807000', '144933.809000', '144933.824000', '144933.827000', '144933.829000', '144933.832000', '144933.835000', '144933.837000', '144933.840000', '144933.842000', '144933.845000', '144933.848000', '144933.850000', '144933.853000', '144933.855000', '144933.858000', '144933.860000', '144933.863000', '144933.866000', '144953.742000', '144953.745000', '144953.748000', '144953.751000', '144953.754000', '144953.756000', '144953.759000', '144953.761000', '144953.764000', '144953.767000', '144953.770000', '144953.772000', '144953.775000', '144953.778000', '144953.780000', '144953.783000', '144953.786000', '144953.788000', '144953.791000', '144953.793000', '144953.796000', '144953.799000', '144953.801000', '144953.804000', '144953.806000', '144953.809000', '144953.812000', '144953.814000', '144953.817000', '144953.820000', '144953.822000', '144953.825000', '144953.827000', '144953.830000', '144953.833000', '144953.835000', '144953.838000', '144953.841000', '144953.843000', '144953.846000', '144953.848000', '144953.851000', '144953.854000', '144953.856000', '145013.743000', '145013.745000', '145013.748000', '145013.751000', '145013.753000', '145013.756000', '145013.759000', '145013.761000', '145013.764000', '145013.766000', '145013.769000', '145013.772000', '145013.774000', '145013.777000', '145013.779000', '145013.782000', '145013.785000', '145013.787000', '145013.790000', '145013.793000', '145013.795000', '145013.798000', '145013.800000', '145013.803000', '145013.806000', '145013.809000', '145013.812000', '145013.814000', '145013.817000', '145013.820000', '145013.822000', '145013.825000', '145013.828000', '145013.830000', '145013.834000', '145013.836000', '145013.839000', '145013.842000', '145013.844000', '145013.847000', '145013.850000', '145013.852000', '145013.855000', '145033.742000', '145033.745000', '145033.748000', '145033.751000', '145033.753000', '145033.756000', '145033.758000', '145033.761000', '145033.764000', '145033.766000', '145033.769000', '145033.772000', '145033.774000', '145033.777000', '145033.779000', '145033.782000', '145033.784000', '145033.787000', '145033.790000', '145033.792000', '145033.795000', '145033.798000', '145033.800000', '145033.803000', '145033.805000', '145033.808000', '145033.811000', '145033.813000', '145033.816000', '145033.818000', '145033.821000', '145033.824000', '145033.826000', '145033.829000', '145033.831000', '145033.834000', '145033.837000', '145033.839000', '145033.842000', '145033.845000', '145033.847000', '145033.850000', '145033.852000', '145033.855000', '145053.743000', '145053.746000', '145053.748000', '145053.751000', '145053.753000', '145053.756000', '145053.759000', '145053.761000', '145053.764000', '145053.767000', '145053.769000', '145053.772000', '145053.774000', '145053.777000', '145053.779000', '145053.782000', '145053.785000', '145053.787000', '145053.790000', '145053.792000', '145053.795000', '145053.798000', '145053.800000', '145053.803000', '145053.806000', '145053.810000', '145053.812000', '145053.815000', '145053.818000', '145053.820000', '145053.823000', '145053.826000', '145053.828000', '145053.831000', '145053.833000', '145053.836000', '145053.839000', '145053.841000', '145053.844000', '145053.847000', '145053.849000', '145053.852000', '145053.854000', '145113.743000', '145113.745000', '145113.749000', '145113.751000', '145113.754000', '145113.756000', '145113.759000', '145113.762000', '145113.765000', '145113.767000', '145113.770000', '145113.772000', '145113.775000', '145113.778000', '145113.781000', '145113.783000', '145113.786000', '145113.788000', '145113.791000', '145113.795000', '145113.798000', '145113.800000', '145113.815000', '145113.818000', '145113.820000', '145113.823000', '145113.826000', '145113.828000', '145113.831000', '145113.833000', '145113.836000', '145113.839000', '145113.841000', '145113.844000', '145113.846000', '145113.849000', '145113.852000', '145113.854000', '145113.857000', '145113.859000', '145113.862000', '145113.865000', '145113.867000', '145113.870000', '145133.743000', '145133.746000', '145133.748000', '145133.751000', '145133.753000', '145133.756000', '145133.759000', '145133.761000', '145133.764000', '145133.767000', '145133.769000', '145133.772000', '145133.774000', '145133.777000', '145133.780000', '145133.782000', '145133.785000', '145133.787000', '145133.790000', '145133.792000', '145133.795000', '145133.798000', '145133.800000', '145133.803000', '145133.806000', '145133.808000', '145133.811000', '145133.814000', '145133.816000', '145133.819000', '145133.822000', '145133.825000', '145133.828000', '145133.831000', '145133.834000', '145133.836000', '145133.839000', '145133.841000', '145133.844000', '145133.847000', '145133.849000', '145133.852000', '145133.854000', '145145.765000', '145145.768000', '145145.771000', '145145.774000', '145145.777000', '145145.779000', '145145.782000', '145145.786000', '145145.788000', '145145.791000', '145145.794000', '145145.797000', '145145.800000', '145145.803000', '145145.805000', '145145.808000', '145145.811000', '145145.814000', '145145.817000', '145145.822000', '145145.826000', '145145.829000', '145145.832000', '145145.835000', '145145.838000', '145145.840000', '145145.843000'], 'InstanceCreationTime': ['144533.765000', '144533.768000', '144533.771000', '144533.774000', '144533.776000', '144533.779000', '144533.782000', '144533.792000', '144533.794000', '144533.797000', '144533.800000', '144533.802000', '144533.805000', '144533.807000', '144533.810000', '144533.813000', '144533.815000', '144533.818000', '144533.820000', '144533.823000', '144533.825000', '144533.828000', '144533.830000', '144533.833000', '144533.836000', '144533.838000', '144533.841000', '144533.843000', '144533.846000', '144533.849000', '144533.851000', '144533.854000', '144533.856000', '144533.859000', '144533.861000', '144533.864000', '144533.867000', '144533.869000', '144533.872000', '144533.874000', '144533.877000', '144533.880000', '144533.882000', '144533.885000', '144533.888000', '144533.890000', '144533.893000', '144533.895000', '144533.898000', '144533.901000', '144533.903000', '144533.906000', '144533.908000', '144533.911000', '144533.913000', '144533.916000', '144533.919000', '144533.921000', '144533.924000', '144533.926000', '144533.929000', '144533.931000', '144533.940000', '144553.743000', '144553.745000', '144553.748000', '144553.751000', '144553.753000', '144553.756000', '144553.758000', '144553.761000', '144553.763000', '144553.766000', '144553.769000', '144553.771000', '144553.774000', '144553.776000', '144553.779000', '144553.781000', '144553.784000', '144553.787000', '144553.789000', '144553.792000', '144553.794000', '144553.797000', '144553.799000', '144553.802000', '144553.804000', '144553.807000', '144553.810000', '144553.812000', '144553.815000', '144553.817000', '144553.820000', '144553.822000', '144553.825000', '144553.828000', '144553.830000', '144553.833000', '144553.836000', '144553.838000', '144553.841000', '144553.843000', '144553.846000', '144553.853000', '144553.856000', '144613.742000', '144613.745000', '144613.748000', '144613.757000', '144613.759000', '144613.762000', '144613.765000', '144613.767000', '144613.770000', '144613.773000', '144613.775000', '144613.778000', '144613.780000', '144613.783000', '144613.786000', '144613.788000', '144613.791000', '144613.793000', '144613.796000', '144613.799000', '144613.801000', '144613.804000', '144613.807000', '144613.809000', '144613.812000', '144613.814000', '144613.817000', '144613.819000', '144613.822000', '144613.825000', '144613.827000', '144613.830000', '144613.832000', '144613.835000', '144613.837000', '144613.840000', '144613.843000', '144613.845000', '144613.848000', '144613.850000', '144613.853000', '144613.856000', '144613.858000', '144613.861000', '144633.742000', '144633.744000', '144633.747000', '144633.750000', '144633.753000', '144633.756000', '144633.758000', '144633.761000', '144633.764000', '144633.766000', '144633.769000', '144633.771000', '144633.774000', '144633.777000', '144633.779000', '144633.782000', '144633.785000', '144633.787000', '144633.790000', '144633.804000', '144633.807000', '144633.809000', '144633.812000', '144633.815000', '144633.817000', '144633.820000', '144633.822000', '144633.825000', '144633.828000', '144633.830000', '144633.833000', '144633.836000', '144633.838000', '144633.841000', '144633.844000', '144633.846000', '144633.849000', '144633.852000', '144633.854000', '144633.857000', '144633.859000', '144633.862000', '144633.865000', '144653.742000', '144653.745000', '144653.748000', '144653.751000', '144653.753000', '144653.756000', '144653.758000', '144653.761000', '144653.764000', '144653.766000', '144653.769000', '144653.771000', '144653.774000', '144653.777000', '144653.779000', '144653.782000', '144653.784000', '144653.787000', '144653.790000', '144653.792000', '144653.795000', '144653.798000', '144653.800000', '144653.803000', '144653.805000', '144653.808000', '144653.811000', '144653.813000', '144653.816000', '144653.818000', '144653.821000', '144653.824000', '144653.826000', '144653.829000', '144653.831000', '144653.834000', '144653.837000', '144653.839000', '144653.842000', '144653.844000', '144653.847000', '144653.850000', '144653.852000', '144653.855000', '144713.742000', '144713.745000', '144713.748000', '144713.751000', '144713.753000', '144713.756000', '144713.758000', '144713.761000', '144713.763000', '144713.766000', '144713.768000', '144713.771000', '144713.774000', '144713.776000', '144713.779000', '144713.782000', '144713.785000', '144713.787000', '144713.790000', '144713.792000', '144713.795000', '144713.798000', '144713.800000', '144713.803000', '144713.805000', '144713.808000', '144713.810000', '144713.813000', '144713.815000', '144713.818000', '144713.821000', '144713.823000', '144713.826000', '144713.829000', '144713.831000', '144713.834000', '144713.837000', '144713.839000', '144713.842000', '144713.844000', '144713.847000', '144713.850000', '144713.852000', '144733.742000', '144733.745000', '144733.748000', '144733.750000', '144733.754000', '144733.757000', '144733.760000', '144733.762000', '144733.765000', '144733.768000', '144733.770000', '144733.773000', '144733.775000', '144733.778000', '144733.781000', '144733.783000', '144733.786000', '144733.788000', '144733.791000', '144733.794000', '144733.796000', '144733.799000', '144733.801000', '144733.804000', '144733.807000', '144733.809000', '144733.812000', '144733.815000', '144733.817000', '144733.820000', '144733.822000', '144733.825000', '144733.828000', '144733.830000', '144733.833000', '144733.835000', '144733.838000', '144733.841000', '144733.843000', '144733.846000', '144733.848000', '144733.851000', '144733.854000', '144733.856000', '144753.742000', '144753.745000', '144753.748000', '144753.751000', '144753.753000', '144753.756000', '144753.758000', '144753.761000', '144753.763000', '144753.766000', '144753.769000', '144753.771000', '144753.774000', '144753.776000', '144753.779000', '144753.782000', '144753.784000', '144753.787000', '144753.790000', '144753.792000', '144753.795000', '144753.797000', '144753.800000', '144753.803000', '144753.805000', '144753.808000', '144753.810000', '144753.813000', '144753.816000', '144753.818000', '144753.821000', '144753.823000', '144753.826000', '144753.829000', '144753.831000', '144753.834000', '144753.836000', '144753.839000', '144753.842000', '144753.844000', '144753.847000', '144753.849000', '144753.852000', '144813.743000', '144813.746000', '144813.748000', '144813.751000', '144813.754000', '144813.758000', '144813.760000', '144813.763000', '144813.766000', '144813.768000', '144813.771000', '144813.773000', '144813.776000', '144813.778000', '144813.781000', '144813.815000', '144813.818000', '144813.820000', '144813.823000', '144813.828000', '144813.831000', '144813.833000', '144813.836000', '144813.839000', '144813.841000', '144813.844000', '144813.846000', '144813.849000', '144813.851000', '144813.854000', '144813.857000', '144813.859000', '144813.862000', '144813.865000', '144813.867000', '144813.870000', '144813.872000', '144813.875000', '144813.877000', '144813.880000', '144813.883000', '144813.885000', '144813.888000', '144833.743000', '144833.746000', '144833.748000', '144833.751000', '144833.754000', '144833.756000', '144833.759000', '144833.762000', '144833.764000', '144833.767000', '144833.769000', '144833.772000', '144833.775000', '144833.777000', '144833.780000', '144833.782000', '144833.785000', '144833.788000', '144833.790000', '144833.793000', '144833.795000', '144833.798000', '144833.801000', '144833.803000', '144833.806000', '144833.808000', '144833.811000', '144833.814000', '144833.816000', '144833.819000', '144833.822000', '144833.824000', '144833.827000', '144833.829000', '144833.832000', '144833.835000', '144833.837000', '144833.840000', '144833.842000', '144833.845000', '144833.848000', '144833.850000', '144833.853000', '144833.856000', '144853.741000', '144853.744000', '144853.747000', '144853.749000', '144853.752000', '144853.755000', '144853.758000', '144853.761000', '144853.764000', '144853.767000', '144853.769000', '144853.772000', '144853.775000', '144853.777000', '144853.780000', '144853.782000', '144853.785000', '144853.788000', '144853.790000', '144853.794000', '144853.797000', '144853.799000', '144853.802000', '144853.805000', '144853.807000', '144853.810000', '144853.813000', '144853.815000', '144853.818000', '144853.820000', '144853.823000', '144853.826000', '144853.828000', '144853.831000', '144853.833000', '144853.836000', '144853.839000', '144853.841000', '144853.844000', '144853.847000', '144853.849000', '144853.852000', '144853.855000', '144913.742000', '144913.745000', '144913.748000', '144913.750000', '144913.753000', '144913.756000', '144913.758000', '144913.761000', '144913.764000', '144913.766000', '144913.769000', '144913.772000', '144913.774000', '144913.777000', '144913.779000', '144913.782000', '144913.785000', '144913.787000', '144913.790000', '144913.793000', '144913.795000', '144913.798000', '144913.801000', '144913.803000', '144913.806000', '144913.809000', '144913.811000', '144913.814000', '144913.816000', '144913.819000', '144913.822000', '144913.824000', '144913.827000', '144913.829000', '144913.832000', '144913.834000', '144913.837000', '144913.840000', '144913.842000', '144913.845000', '144913.847000', '144913.850000', '144913.853000', '144913.855000', '144933.742000', '144933.745000', '144933.748000', '144933.751000', '144933.753000', '144933.756000', '144933.758000', '144933.761000', '144933.764000', '144933.766000', '144933.769000', '144933.772000', '144933.774000', '144933.777000', '144933.780000', '144933.783000', '144933.785000', '144933.789000', '144933.791000', '144933.794000', '144933.796000', '144933.799000', '144933.801000', '144933.804000', '144933.807000', '144933.809000', '144933.824000', '144933.827000', '144933.829000', '144933.832000', '144933.835000', '144933.837000', '144933.840000', '144933.842000', '144933.845000', '144933.848000', '144933.850000', '144933.853000', '144933.855000', '144933.858000', '144933.860000', '144933.863000', '144933.866000', '144953.742000', '144953.745000', '144953.748000', '144953.751000', '144953.754000', '144953.756000', '144953.759000', '144953.761000', '144953.764000', '144953.767000', '144953.770000', '144953.772000', '144953.775000', '144953.778000', '144953.780000', '144953.783000', '144953.786000', '144953.788000', '144953.791000', '144953.793000', '144953.796000', '144953.799000', '144953.801000', '144953.804000', '144953.806000', '144953.809000', '144953.812000', '144953.814000', '144953.817000', '144953.820000', '144953.822000', '144953.825000', '144953.827000', '144953.830000', '144953.833000', '144953.835000', '144953.838000', '144953.841000', '144953.843000', '144953.846000', '144953.848000', '144953.851000', '144953.854000', '144953.856000', '145013.743000', '145013.745000', '145013.748000', '145013.751000', '145013.753000', '145013.756000', '145013.759000', '145013.761000', '145013.764000', '145013.766000', '145013.769000', '145013.772000', '145013.774000', '145013.777000', '145013.779000', '145013.782000', '145013.785000', '145013.787000', '145013.790000', '145013.793000', '145013.795000', '145013.798000', '145013.800000', '145013.803000', '145013.806000', '145013.809000', '145013.812000', '145013.814000', '145013.817000', '145013.820000', '145013.822000', '145013.825000', '145013.828000', '145013.830000', '145013.834000', '145013.836000', '145013.839000', '145013.842000', '145013.844000', '145013.847000', '145013.850000', '145013.852000', '145013.855000', '145033.742000', '145033.745000', '145033.748000', '145033.751000', '145033.753000', '145033.756000', '145033.758000', '145033.761000', '145033.764000', '145033.766000', '145033.769000', '145033.772000', '145033.774000', '145033.777000', '145033.779000', '145033.782000', '145033.784000', '145033.787000', '145033.790000', '145033.792000', '145033.795000', '145033.798000', '145033.800000', '145033.803000', '145033.805000', '145033.808000', '145033.811000', '145033.813000', '145033.816000', '145033.818000', '145033.821000', '145033.824000', '145033.826000', '145033.829000', '145033.831000', '145033.834000', '145033.837000', '145033.839000', '145033.842000', '145033.845000', '145033.847000', '145033.850000', '145033.852000', '145033.855000', '145053.743000', '145053.746000', '145053.748000', '145053.751000', '145053.753000', '145053.756000', '145053.759000', '145053.761000', '145053.764000', '145053.767000', '145053.769000', '145053.772000', '145053.774000', '145053.777000', '145053.779000', '145053.782000', '145053.785000', '145053.787000', '145053.790000', '145053.792000', '145053.795000', '145053.798000', '145053.800000', '145053.803000', '145053.806000', '145053.810000', '145053.812000', '145053.815000', '145053.818000', '145053.820000', '145053.823000', '145053.826000', '145053.828000', '145053.831000', '145053.833000', '145053.836000', '145053.839000', '145053.841000', '145053.844000', '145053.847000', '145053.849000', '145053.852000', '145053.854000', '145113.743000', '145113.745000', '145113.749000', '145113.751000', '145113.754000', '145113.756000', '145113.759000', '145113.762000', '145113.765000', '145113.767000', '145113.770000', '145113.772000', '145113.775000', '145113.778000', '145113.781000', '145113.783000', '145113.786000', '145113.788000', '145113.791000', '145113.795000', '145113.798000', '145113.800000', '145113.815000', '145113.818000', '145113.820000', '145113.823000', '145113.826000', '145113.828000', '145113.831000', '145113.833000', '145113.836000', '145113.839000', '145113.841000', '145113.844000', '145113.846000', '145113.849000', '145113.852000', '145113.854000', '145113.857000', '145113.859000', '145113.862000', '145113.865000', '145113.867000', '145113.870000', '145133.743000', '145133.746000', '145133.748000', '145133.751000', '145133.753000', '145133.756000', '145133.759000', '145133.761000', '145133.764000', '145133.767000', '145133.769000', '145133.772000', '145133.774000', '145133.777000', '145133.780000', '145133.782000', '145133.785000', '145133.787000', '145133.790000', '145133.792000', '145133.795000', '145133.798000', '145133.800000', '145133.803000', '145133.806000', '145133.808000', '145133.811000', '145133.814000', '145133.816000', '145133.819000', '145133.822000', '145133.825000', '145133.828000', '145133.831000', '145133.834000', '145133.836000', '145133.839000', '145133.841000', '145133.844000', '145133.847000', '145133.849000', '145133.852000', '145133.854000', '145145.765000', '145145.768000', '145145.771000', '145145.774000', '145145.777000', '145145.779000', '145145.782000', '145145.786000', '145145.788000', '145145.791000', '145145.794000', '145145.797000', '145145.800000', '145145.803000', '145145.805000', '145145.808000', '145145.811000', '145145.814000', '145145.817000', '145145.822000', '145145.826000', '145145.829000', '145145.832000', '145145.835000', '145145.838000', '145145.840000', '145145.843000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [9053, 7274, 8656, 6855, 8902, 6983, 8516, 7102, 7874, 7231, 6958, 7694, 6979, 8020, 6997, 8341, 6934, 8246, 7129, 8645, 6762, 8470, 7024, 8754, 6918, 8605, 6783, 8493, 6999, 8391, 7143, 7716, 7700, 7903, 8249, 8379, 7764, 7721, 7862, 8045, 7234, 7835, 8016, 6548, 7640, 6636, 7520, 6626, 7384, 7991, 7706, 8148, 6399, 7853, 6742, 8164, 8862, 8489, 6610, 8394, 8616, 8658, 8931, 8519, 7870, 8422, 8395, 8426, 6567, 8028, 6591, 7841, 7316, 7871, 6999, 6279, 7558, 7968, 7402, 7854, 7055, 7887, 7424, 8400, 7494, 8019, 7853, 8142, 8092, 7138, 8515, 6992, 8160, 7042, 8334, 7239, 8301, 7580, 8320, 7777, 8099, 7998, 8208, 7098, 7848, 7863, 8054, 8001, 7659, 8218, 6651, 8168, 7174, 8222, 6944, 8410, 6914, 8217, 7300, 8285, 7179, 8381, 6959, 7882, 7587, 8283, 8440, 6302, 8429, 7114, 8476, 6607, 8384, 6916, 8334, 6975, 8427, 7173, 8143, 7874, 8504, 7838, 6254, 8080, 6675, 8359, 6960, 8213, 8186, 7991, 8786, 7716, 8474, 7463, 8169, 7587, 8072, 7010, 8273, 6775, 8044, 7062, 7930, 7105, 8043, 6894, 8256, 7270, 8492, 7366, 8121, 7682, 8330, 6940, 6109, 7722, 6234, 7889, 8235, 7454, 7958, 7239, 8993, 7433, 8398, 6789, 6106, 7704, 6581, 7712, 7688, 7116, 8425, 7482, 8437, 8420, 8609, 7466, 8642, 7395, 8215, 7500, 8503, 6598, 8287, 6719, 8485, 6985, 7894, 6770, 7692, 7535, 7809, 7861, 6270, 7933, 6699, 8314, 6431, 8440, 6856, 8132, 7821, 8243, 6496, 8391, 7540, 8273, 6809, 8513, 6755, 8425, 6923, 8257, 8141, 8479, 6551, 8292, 6650, 8085, 7125, 8196, 6590, 8043, 7861, 8129, 9275, 7952, 6861, 8268, 6858, 7928, 7302, 7835, 6465, 7176, 7051, 7765, 8121, 7053, 7157, 7516, 9277, 9349, 7974, 8626, 7370, 8771, 7621, 8489, 7709, 8218, 7487, 8421, 6604, 8013, 7685, 8382, 6192, 7950, 6741, 7976, 6916, 8307, 6747, 8013, 7541, 8015, 6502, 7823, 6415, 7967, 7383, 8087, 6918, 7871, 8466, 7913, 7880, 8216, 7083, 8181, 7437, 8601, 7215, 8598, 7593, 7957, 7643, 8377, 7499, 8462, 7520, 8567, 7480, 8479, 7739, 8514, 7422, 8669, 7781, 7995, 7658, 8191, 7677, 8284, 7685, 8281, 8330, 8257, 7921, 8668, 8090, 8414, 8145, 8379, 7942, 8157, 8278, 6416, 7910, 7411, 8360, 7611, 8309, 7275, 7831, 8046, 8185, 7613, 8305, 7531, 8603, 7554, 8588, 7390, 8556, 7876, 7984, 7292, 8031, 7397, 7969, 7437, 6668, 8037, 6400, 7364, 7084, 6614, 7788, 7373, 8372, 7451, 9185, 7656, 9328, 7402, 8712, 6787, 8297, 6028, 7720, 6734, 8015, 6612, 8082, 6981, 7861, 7111, 8001, 7241, 6373, 7267, 7247, 7676, 6024, 7478, 9529, 7101, 8537, 7220, 8378, 7041, 8207, 7140, 6545, 7642, 7058, 8144, 7299, 7823, 7565, 8556, 7261, 8430, 9555, 8480, 9685, 7838, 8558, 7339, 8848, 7064, 8505, 7247, 8335, 7331, 8638, 7066, 8464, 7687, 8404, 7295, 8553, 7279, 8185, 7340, 8381, 7126, 8399, 6944, 8154, 7144, 8222, 7237, 8210, 7641, 8200, 7239, 7994, 7576, 7675, 7095, 7809, 6979, 8171, 7291, 8214, 6832, 7769, 6818, 7833, 7155, 8087, 7501, 6176, 7300, 6749, 7395, 7563, 7697, 8804, 7278, 8171, 6967, 8262, 7391, 8197, 7390, 8831, 7291, 8257, 7309, 8261, 7010, 7902, 6865, 8260, 7597, 8342, 7164, 8477, 8097, 8377, 8986, 8850, 6723, 8307, 7304, 7289, 7995, 8251, 8487, 7612, 9228, 7447, 8352, 7812, 8113, 10202, 7715, 9480, 7394, 8386, 7370, 8026, 7406, 6305, 7533, 6626, 7635, 6874, 7620, 6172, 7716, 7805, 7444, 6282, 7666, 6837, 7947, 7019, 8577, 6980, 8306, 7102, 8595, 6844, 8355, 6728, 7857, 6801, 8045, 6721, 8009, 6710, 8319, 7486, 8567, 6807, 8027, 7985, 8337, 7236, 8037, 7389, 8613, 7575, 8046, 7550, 7895, 8039, 8516, 7858, 8437, 7345, 7775, 6801, 8127, 7178, 6416, 7895, 6654, 7672, 7181, 8390, 6575, 8100, 6679, 8038, 7354, 7763, 7661, 7869, 8874, 7555, 6086, 7359, 6844, 8107, 8205, 8298, 7216, 6784, 7333, 6403, 6698, 7712, 9543, 8026, 8464, 7343, 8213, 6474, 8471, 6793, 7955, 6814, 8247, 8172, 8348, 7277, 8191, 7745, 8384, 8146, 8213, 7541, 8224, 8138, 8071, 8000, 7852, 7826, 8142, 8205, 7996, 7665, 8060, 7988, 8490, 7960, 8178, 7262, 8124, 7556, 8137, 7403, 8381, 8009, 7975, 8213, 7794, 7995, 7829, 7724, 8827, 7984, 8151, 7661, 8059, 7389, 8073, 7722, 8358, 7658, 7885, 7750, 8161, 7641, 7883, 7492, 8131, 8028, 7365, 7965, 6603, 8231, 7378, 7848, 8290, 8142, 6739, 8224, 7442, 8607, 7895, 8499, 7488, 8449, 7621, 8394, 7912, 8410, 7805, 8363, 8168, 8001, 8216, 7330, 8336, 8466, 7826, 8719, 7550, 8022, 7010, 8617, 7850, 7927, 7263, 7863, 7917, 7164, 7577, 7318, 8120, 7238, 8504, 7850, 8295, 6657, 8596, 9971, 7806, 8247, 7568, 8166, 7608, 8155, 7796, 6979, 7754, 6171, 8335, 7124, 8192, 6601, 8255, 6735, 8173, 6577, 8410, 6763, 8307, 6577, 8256, 7461, 8222, 6023, 8182, 7161, 6284, 7385, 7484, 7839, 8188, 9764, 8151, 9874, 7836, 8820, 8079, 8687, 6736, 8421, 6619, 8525, 6621, 8212, 6664, 8167, 6524, 7720, 6777, 7998, 7070, 7898, 7079, 7826, 6907, 7882, 7027, 6263, 7667, 6434, 7725, 8020, 7675, 7951, 7416, 8025, 6742, 8588, 6827, 8323, 7136, 8254, 7108, 8264, 6558, 8088, 6622, 8466, 6722, 8278, 6847, 7970, 7079, 8081, 6540, 8223, 6735, 8123, 6926, 8088, 7072, 8269, 7598, 7801, 7488, 7896, 7451, 7979, 7344, 8086, 7145, 8666, 7114, 8578, 7729, 8506, 7011, 8422, 7495, 8540, 7632, 7906, 7221, 7943, 7390, 8898, 7339, 8761, 7490, 8435, 7226, 8695, 7707, 7844, 7519, 7081, 7872, 6856, 8304, 7362, 8150, 7347, 8775, 6684, 8406, 9285, 8388, 9456, 8357, 8278, 7525, 7991, 7516, 7518, 7247, 7848, 7090, 7149, 7233, 6934, 7868, 7334, 7961, 6856, 7777], 'WindowCenter': [3912.0, 3866.0, 3872.0, 3840.0, 3856.0, 3835.0, 3844.0, 3825.0, 3843.0, 3835.0, 3833.0, 3846.0, 3834.0, 3845.0, 3835.0, 3845.0, 3824.0, 3843.0, 3823.0, 3844.0, 3812.0, 3832.0, 3810.0, 3831.0, 3810.0, 3830.0, 3810.0, 3840.0, 3821.0, 3830.0, 3822.0, 3831.0, 3833.0, 3831.0, 3842.0, 3830.0, 3832.0, 3820.0, 3831.0, 3829.0, 3821.0, 3829.0, 3832.0, 3809.0, 3831.0, 3822.0, 3843.0, 3825.0, 3834.0, 3858.0, 3845.0, 3847.0, 3823.0, 3846.0, 3822.0, 3845.0, 3842.0, 3843.0, 3809.0, 3832.0, 3839.0, 3842.0, 3839.0, 3830.0, 3828.0, 3830.0, 3830.0, 3844.0, 3823.0, 3833.0, 3809.0, 3830.0, 3832.0, 3843.0, 3834.0, 3838.0, 3860.0, 3847.0, 3848.0, 3843.0, 3824.0, 3831.0, 3833.0, 3829.0, 3833.0, 3830.0, 3832.0, 3829.0, 3832.0, 3820.0, 3844.0, 3820.0, 3842.0, 3821.0, 3842.0, 3833.0, 3842.0, 3845.0, 3843.0, 3834.0, 3843.0, 3833.0, 3830.0, 3822.0, 3831.0, 3832.0, 3830.0, 3844.0, 3831.0, 3842.0, 3822.0, 3843.0, 3823.0, 3845.0, 3823.0, 3843.0, 3823.0, 3844.0, 3821.0, 3833.0, 3821.0, 3830.0, 3821.0, 3831.0, 3832.0, 3841.0, 3843.0, 3812.0, 3843.0, 3820.0, 3844.0, 3809.0, 3842.0, 3808.0, 3831.0, 3818.0, 3831.0, 3820.0, 3831.0, 3844.0, 3851.0, 3844.0, 3823.0, 3856.0, 3835.0, 3859.0, 3836.0, 3858.0, 3844.0, 3846.0, 3843.0, 3834.0, 3842.0, 3822.0, 3832.0, 3832.0, 3832.0, 3821.0, 3841.0, 3822.0, 3834.0, 3822.0, 3843.0, 3820.0, 3843.0, 3835.0, 3855.0, 3836.0, 3857.0, 3837.0, 3845.0, 3847.0, 3844.0, 3836.0, 3814.0, 3846.0, 3814.0, 3848.0, 3845.0, 3837.0, 3844.0, 3835.0, 3854.0, 3834.0, 3843.0, 3824.0, 3811.0, 3844.0, 3836.0, 3846.0, 3858.0, 3849.0, 3860.0, 3849.0, 3858.0, 3858.0, 3844.0, 3834.0, 3842.0, 3822.0, 3830.0, 3820.0, 3830.0, 3810.0, 3829.0, 3809.0, 3840.0, 3822.0, 3830.0, 3823.0, 3831.0, 3833.0, 3833.0, 3845.0, 3812.0, 3845.0, 3822.0, 3845.0, 3812.0, 3845.0, 3821.0, 3834.0, 3831.0, 3843.0, 3811.0, 3843.0, 3832.0, 3844.0, 3822.0, 3844.0, 3822.0, 3843.0, 3821.0, 3843.0, 3831.0, 3843.0, 3810.0, 3842.0, 3810.0, 3833.0, 3821.0, 3843.0, 3811.0, 3833.0, 3832.0, 3845.0, 3841.0, 3832.0, 3809.0, 3842.0, 3810.0, 3833.0, 3831.0, 3834.0, 3812.0, 3824.0, 3835.0, 3833.0, 3846.0, 3847.0, 3848.0, 3860.0, 3884.0, 3868.0, 3848.0, 3855.0, 3835.0, 3843.0, 3820.0, 3832.0, 3819.0, 3829.0, 3818.0, 3829.0, 3808.0, 3831.0, 3818.0, 3829.0, 3797.0, 3830.0, 3808.0, 3831.0, 3819.0, 3842.0, 3820.0, 3834.0, 3820.0, 3832.0, 3807.0, 3832.0, 3809.0, 3843.0, 3820.0, 3833.0, 3820.0, 3833.0, 3830.0, 3833.0, 3830.0, 3843.0, 3822.0, 3843.0, 3833.0, 3854.0, 3834.0, 3843.0, 3834.0, 3844.0, 3833.0, 3842.0, 3833.0, 3842.0, 3832.0, 3843.0, 3820.0, 3842.0, 3832.0, 3842.0, 3821.0, 3842.0, 3833.0, 3831.0, 3833.0, 3842.0, 3832.0, 3839.0, 3833.0, 3830.0, 3843.0, 3841.0, 3831.0, 3840.0, 3832.0, 3831.0, 3831.0, 3830.0, 3832.0, 3830.0, 3843.0, 3810.0, 3842.0, 3833.0, 3843.0, 3845.0, 3855.0, 3846.0, 3844.0, 3846.0, 3844.0, 3835.0, 3843.0, 3832.0, 3842.0, 3832.0, 3840.0, 3820.0, 3840.0, 3831.0, 3831.0, 3834.0, 3831.0, 3832.0, 3843.0, 3835.0, 3823.0, 3845.0, 3822.0, 3832.0, 3835.0, 3834.0, 3845.0, 3846.0, 3856.0, 3848.0, 3855.0, 3834.0, 3855.0, 3821.0, 3831.0, 3797.0, 3829.0, 3785.0, 3818.0, 3807.0, 3831.0, 3810.0, 3830.0, 3821.0, 3831.0, 3834.0, 3843.0, 3846.0, 3824.0, 3847.0, 3835.0, 3847.0, 3813.0, 3847.0, 3865.0, 3835.0, 3845.0, 3834.0, 3844.0, 3823.0, 3841.0, 3833.0, 3820.0, 3843.0, 3836.0, 3856.0, 3849.0, 3847.0, 3846.0, 3858.0, 3834.0, 3845.0, 3851.0, 3842.0, 3840.0, 3831.0, 3828.0, 3820.0, 3839.0, 3820.0, 3839.0, 3820.0, 3830.0, 3820.0, 3841.0, 3821.0, 3840.0, 3831.0, 3840.0, 3821.0, 3842.0, 3820.0, 3830.0, 3821.0, 3831.0, 3820.0, 3831.0, 3819.0, 3830.0, 3821.0, 3841.0, 3832.0, 3842.0, 3845.0, 3853.0, 3835.0, 3843.0, 3846.0, 3830.0, 3823.0, 3832.0, 3822.0, 3841.0, 3819.0, 3841.0, 3809.0, 3830.0, 3822.0, 3831.0, 3833.0, 3845.0, 3846.0, 3825.0, 3849.0, 3838.0, 3850.0, 3844.0, 3848.0, 3855.0, 3836.0, 3845.0, 3824.0, 3842.0, 3832.0, 3842.0, 3822.0, 3840.0, 3821.0, 3841.0, 3821.0, 3841.0, 3821.0, 3831.0, 3821.0, 3842.0, 3833.0, 3843.0, 3834.0, 3842.0, 3846.0, 3843.0, 3852.0, 3842.0, 3810.0, 3840.0, 3831.0, 3832.0, 3843.0, 3844.0, 3844.0, 3833.0, 3853.0, 3821.0, 3832.0, 3817.0, 3819.0, 3837.0, 3818.0, 3838.0, 3819.0, 3826.0, 3819.0, 3828.0, 3821.0, 3811.0, 3832.0, 3822.0, 3845.0, 3823.0, 3834.0, 3811.0, 3834.0, 3833.0, 3833.0, 3811.0, 3833.0, 3824.0, 3844.0, 3831.0, 3855.0, 3835.0, 3844.0, 3823.0, 3844.0, 3811.0, 3843.0, 3809.0, 3831.0, 3809.0, 3843.0, 3822.0, 3842.0, 3821.0, 3842.0, 3833.0, 3844.0, 3825.0, 3843.0, 3846.0, 3843.0, 3834.0, 3831.0, 3833.0, 3841.0, 3832.0, 3831.0, 3832.0, 3829.0, 3832.0, 3842.0, 3831.0, 3831.0, 3821.0, 3831.0, 3810.0, 3829.0, 3822.0, 3811.0, 3843.0, 3823.0, 3844.0, 3824.0, 3845.0, 3824.0, 3841.0, 3822.0, 3833.0, 3819.0, 3821.0, 3820.0, 3831.0, 3840.0, 3832.0, 3799.0, 3829.0, 3822.0, 3843.0, 3845.0, 3842.0, 3834.0, 3822.0, 3846.0, 3824.0, 3835.0, 3860.0, 3867.0, 3846.0, 3842.0, 3822.0, 3831.0, 3810.0, 3831.0, 3807.0, 3828.0, 3810.0, 3830.0, 3843.0, 3832.0, 3820.0, 3833.0, 3833.0, 3844.0, 3845.0, 3846.0, 3847.0, 3855.0, 3848.0, 3845.0, 3847.0, 3845.0, 3835.0, 3833.0, 3845.0, 3833.0, 3835.0, 3833.0, 3834.0, 3843.0, 3834.0, 3845.0, 3834.0, 3845.0, 3834.0, 3845.0, 3835.0, 3846.0, 3846.0, 3845.0, 3857.0, 3845.0, 3858.0, 3846.0, 3848.0, 3857.0, 3846.0, 3847.0, 3835.0, 3834.0, 3834.0, 3834.0, 3834.0, 3845.0, 3835.0, 3846.0, 3847.0, 3845.0, 3847.0, 3845.0, 3836.0, 3845.0, 3847.0, 3835.0, 3847.0, 3824.0, 3846.0, 3834.0, 3847.0, 3843.0, 3834.0, 3822.0, 3844.0, 3833.0, 3843.0, 3834.0, 3845.0, 3836.0, 3843.0, 3835.0, 3844.0, 3834.0, 3832.0, 3834.0, 3842.0, 3844.0, 3832.0, 3845.0, 3822.0, 3845.0, 3832.0, 3834.0, 3843.0, 3832.0, 3833.0, 3822.0, 3842.0, 3832.0, 3832.0, 3835.0, 3844.0, 3845.0, 3834.0, 3847.0, 3846.0, 3848.0, 3848.0, 3858.0, 3846.0, 3847.0, 3823.0, 3845.0, 3852.0, 3822.0, 3831.0, 3822.0, 3831.0, 3832.0, 3831.0, 3833.0, 3822.0, 3834.0, 3814.0, 3857.0, 3836.0, 3858.0, 3825.0, 3847.0, 3825.0, 3847.0, 3825.0, 3846.0, 3825.0, 3846.0, 3812.0, 3845.0, 3833.0, 3844.0, 3813.0, 3844.0, 3835.0, 3827.0, 3846.0, 3849.0, 3847.0, 3860.0, 3866.0, 3847.0, 3854.0, 3833.0, 3842.0, 3821.0, 3830.0, 3809.0, 3829.0, 3809.0, 3830.0, 3808.0, 3830.0, 3811.0, 3829.0, 3811.0, 3832.0, 3823.0, 3833.0, 3823.0, 3831.0, 3823.0, 3832.0, 3823.0, 3843.0, 3824.0, 3812.0, 3846.0, 3823.0, 3847.0, 3834.0, 3835.0, 3832.0, 3834.0, 3833.0, 3813.0, 3843.0, 3812.0, 3833.0, 3821.0, 3832.0, 3821.0, 3832.0, 3812.0, 3833.0, 3824.0, 3845.0, 3824.0, 3845.0, 3824.0, 3845.0, 3820.0, 3835.0, 3812.0, 3844.0, 3822.0, 3844.0, 3823.0, 3845.0, 3824.0, 3846.0, 3846.0, 3845.0, 3838.0, 3845.0, 3837.0, 3846.0, 3836.0, 3834.0, 3824.0, 3843.0, 3821.0, 3833.0, 3821.0, 3832.0, 3821.0, 3832.0, 3821.0, 3842.0, 3832.0, 3832.0, 3822.0, 3833.0, 3822.0, 3844.0, 3822.0, 3842.0, 3822.0, 3844.0, 3835.0, 3842.0, 3831.0, 3832.0, 3834.0, 3823.0, 3846.0, 3824.0, 3846.0, 3836.0, 3849.0, 3837.0, 3858.0, 3825.0, 3845.0, 3841.0, 3833.0, 3841.0, 3831.0, 3832.0, 3821.0, 3831.0, 3822.0, 3820.0, 3823.0, 3832.0, 3824.0, 3822.0, 3834.0, 3822.0, 3845.0, 3835.0, 3847.0, 3836.0, 3847.0], 'WindowWidth': [8760.0, 8685.0, 8684.0, 8635.0, 8651.0, 8618.0, 8628.0, 8604.0, 8627.0, 8619.0, 8614.0, 8633.0, 8615.0, 8632.0, 8617.0, 8629.0, 8600.0, 8625.0, 8597.0, 8625.0, 8579.0, 8605.0, 8575.0, 8602.0, 8573.0, 8600.0, 8573.0, 8612.0, 8590.0, 8601.0, 8592.0, 8605.0, 8609.0, 8603.0, 8620.0, 8601.0, 8607.0, 8587.0, 8604.0, 8597.0, 8589.0, 8599.0, 8608.0, 8573.0, 8604.0, 8595.0, 8625.0, 8605.0, 8615.0, 8651.0, 8630.0, 8636.0, 8600.0, 8631.0, 8596.0, 8630.0, 8620.0, 8623.0, 8574.0, 8606.0, 8611.0, 8620.0, 8609.0, 8601.0, 8593.0, 8601.0, 8597.0, 8629.0, 8600.0, 8609.0, 8572.0, 8603.0, 8608.0, 8624.0, 8617.0, 8631.0, 8660.0, 8636.0, 8641.0, 8625.0, 8600.0, 8606.0, 8611.0, 8600.0, 8610.0, 8603.0, 8606.0, 8599.0, 8608.0, 8589.0, 8626.0, 8590.0, 8621.0, 8590.0, 8621.0, 8612.0, 8621.0, 8630.0, 8624.0, 8614.0, 8624.0, 8609.0, 8603.0, 8594.0, 8603.0, 8608.0, 8602.0, 8625.0, 8604.0, 8620.0, 8595.0, 8624.0, 8597.0, 8629.0, 8597.0, 8624.0, 8598.0, 8624.0, 8591.0, 8609.0, 8590.0, 8603.0, 8591.0, 8603.0, 8608.0, 8618.0, 8624.0, 8581.0, 8623.0, 8588.0, 8626.0, 8573.0, 8619.0, 8568.0, 8603.0, 8584.0, 8603.0, 8589.0, 8605.0, 8627.0, 8633.0, 8629.0, 8601.0, 8650.0, 8621.0, 8656.0, 8622.0, 8654.0, 8627.0, 8634.0, 8624.0, 8611.0, 8621.0, 8592.0, 8605.0, 8604.0, 8605.0, 8591.0, 8617.0, 8593.0, 8613.0, 8594.0, 8623.0, 8593.0, 8624.0, 8617.0, 8645.0, 8619.0, 8649.0, 8622.0, 8630.0, 8634.0, 8629.0, 8620.0, 8591.0, 8635.0, 8589.0, 8640.0, 8631.0, 8622.0, 8629.0, 8618.0, 8641.0, 8613.0, 8625.0, 8600.0, 8579.0, 8628.0, 8621.0, 8637.0, 8655.0, 8643.0, 8660.0, 8643.0, 8653.0, 8652.0, 8627.0, 8613.0, 8620.0, 8591.0, 8601.0, 8586.0, 8600.0, 8573.0, 8599.0, 8572.0, 8614.0, 8592.0, 8603.0, 8597.0, 8605.0, 8611.0, 8609.0, 8630.0, 8582.0, 8630.0, 8594.0, 8630.0, 8582.0, 8628.0, 8593.0, 8612.0, 8603.0, 8622.0, 8577.0, 8624.0, 8606.0, 8626.0, 8594.0, 8625.0, 8594.0, 8624.0, 8590.0, 8624.0, 8606.0, 8621.0, 8576.0, 8621.0, 8576.0, 8611.0, 8590.0, 8624.0, 8578.0, 8609.0, 8608.0, 8629.0, 8615.0, 8606.0, 8571.0, 8619.0, 8575.0, 8611.0, 8605.0, 8611.0, 8582.0, 8600.0, 8615.0, 8611.0, 8636.0, 8640.0, 8643.0, 8661.0, 8698.0, 8667.0, 8638.0, 8645.0, 8614.0, 8622.0, 8588.0, 8605.0, 8582.0, 8597.0, 8582.0, 8599.0, 8568.0, 8604.0, 8580.0, 8598.0, 8554.0, 8601.0, 8568.0, 8605.0, 8587.0, 8620.0, 8591.0, 8612.0, 8587.0, 8607.0, 8570.0, 8607.0, 8574.0, 8623.0, 8589.0, 8610.0, 8588.0, 8609.0, 8601.0, 8609.0, 8602.0, 8624.0, 8593.0, 8622.0, 8610.0, 8640.0, 8613.0, 8624.0, 8613.0, 8625.0, 8609.0, 8621.0, 8610.0, 8620.0, 8609.0, 8623.0, 8589.0, 8620.0, 8606.0, 8620.0, 8592.0, 8620.0, 8610.0, 8607.0, 8611.0, 8620.0, 8610.0, 8614.0, 8611.0, 8603.0, 8622.0, 8617.0, 8606.0, 8615.0, 8607.0, 8602.0, 8606.0, 8601.0, 8607.0, 8601.0, 8622.0, 8577.0, 8622.0, 8612.0, 8626.0, 8632.0, 8645.0, 8635.0, 8628.0, 8634.0, 8628.0, 8617.0, 8623.0, 8608.0, 8619.0, 8606.0, 8614.0, 8587.0, 8613.0, 8604.0, 8605.0, 8613.0, 8605.0, 8609.0, 8624.0, 8617.0, 8599.0, 8633.0, 8596.0, 8609.0, 8618.0, 8616.0, 8633.0, 8637.0, 8649.0, 8639.0, 8646.0, 8614.0, 8641.0, 8590.0, 8601.0, 8551.0, 8596.0, 8534.0, 8581.0, 8564.0, 8602.0, 8574.0, 8601.0, 8593.0, 8605.0, 8614.0, 8626.0, 8634.0, 8603.0, 8638.0, 8618.0, 8636.0, 8587.0, 8636.0, 8656.0, 8617.0, 8628.0, 8614.0, 8627.0, 8598.0, 8620.0, 8613.0, 8593.0, 8628.0, 8622.0, 8650.0, 8644.0, 8638.0, 8636.0, 8653.0, 8614.0, 8629.0, 8630.0, 8620.0, 8614.0, 8602.0, 8596.0, 8588.0, 8612.0, 8588.0, 8611.0, 8587.0, 8600.0, 8588.0, 8617.0, 8591.0, 8616.0, 8605.0, 8616.0, 8591.0, 8620.0, 8588.0, 8601.0, 8589.0, 8603.0, 8588.0, 8604.0, 8586.0, 8602.0, 8590.0, 8618.0, 8609.0, 8622.0, 8630.0, 8640.0, 8619.0, 8625.0, 8632.0, 8605.0, 8599.0, 8608.0, 8594.0, 8618.0, 8585.0, 8619.0, 8572.0, 8604.0, 8596.0, 8606.0, 8612.0, 8631.0, 8637.0, 8610.0, 8644.0, 8628.0, 8647.0, 8632.0, 8640.0, 8645.0, 8620.0, 8630.0, 8600.0, 8623.0, 8609.0, 8622.0, 8594.0, 8617.0, 8592.0, 8618.0, 8593.0, 8619.0, 8591.0, 8605.0, 8593.0, 8621.0, 8611.0, 8625.0, 8614.0, 8623.0, 8634.0, 8625.0, 8637.0, 8621.0, 8574.0, 8616.0, 8605.0, 8609.0, 8625.0, 8628.0, 8627.0, 8611.0, 8636.0, 8591.0, 8606.0, 8577.0, 8584.0, 8603.0, 8581.0, 8609.0, 8583.0, 8590.0, 8584.0, 8597.0, 8591.0, 8578.0, 8608.0, 8597.0, 8630.0, 8597.0, 8615.0, 8580.0, 8614.0, 8610.0, 8611.0, 8579.0, 8612.0, 8601.0, 8627.0, 8608.0, 8644.0, 8618.0, 8627.0, 8598.0, 8627.0, 8579.0, 8623.0, 8573.0, 8604.0, 8573.0, 8623.0, 8599.0, 8623.0, 8593.0, 8622.0, 8611.0, 8626.0, 8604.0, 8627.0, 8635.0, 8625.0, 8613.0, 8605.0, 8610.0, 8617.0, 8607.0, 8603.0, 8606.0, 8600.0, 8608.0, 8618.0, 8605.0, 8603.0, 8591.0, 8605.0, 8576.0, 8599.0, 8594.0, 8579.0, 8625.0, 8598.0, 8628.0, 8600.0, 8629.0, 8601.0, 8621.0, 8595.0, 8609.0, 8586.0, 8590.0, 8587.0, 8603.0, 8612.0, 8605.0, 8559.0, 8602.0, 8597.0, 8627.0, 8629.0, 8621.0, 8615.0, 8598.0, 8637.0, 8606.0, 8621.0, 8659.0, 8665.0, 8632.0, 8622.0, 8593.0, 8604.0, 8575.0, 8602.0, 8568.0, 8595.0, 8573.0, 8602.0, 8622.0, 8605.0, 8587.0, 8606.0, 8608.0, 8624.0, 8629.0, 8632.0, 8636.0, 8644.0, 8638.0, 8629.0, 8635.0, 8628.0, 8616.0, 8610.0, 8628.0, 8608.0, 8614.0, 8609.0, 8612.0, 8623.0, 8612.0, 8627.0, 8613.0, 8628.0, 8612.0, 8628.0, 8616.0, 8632.0, 8635.0, 8632.0, 8648.0, 8632.0, 8652.0, 8633.0, 8638.0, 8647.0, 8631.0, 8634.0, 8615.0, 8613.0, 8611.0, 8611.0, 8613.0, 8627.0, 8616.0, 8632.0, 8633.0, 8628.0, 8634.0, 8630.0, 8620.0, 8628.0, 8634.0, 8615.0, 8635.0, 8602.0, 8633.0, 8612.0, 8633.0, 8623.0, 8611.0, 8595.0, 8625.0, 8610.0, 8623.0, 8613.0, 8628.0, 8617.0, 8624.0, 8615.0, 8625.0, 8612.0, 8607.0, 8611.0, 8619.0, 8624.0, 8606.0, 8629.0, 8593.0, 8629.0, 8606.0, 8610.0, 8620.0, 8607.0, 8609.0, 8594.0, 8619.0, 8606.0, 8606.0, 8613.0, 8625.0, 8630.0, 8615.0, 8635.0, 8635.0, 8638.0, 8638.0, 8652.0, 8632.0, 8635.0, 8595.0, 8627.0, 8632.0, 8591.0, 8602.0, 8592.0, 8602.0, 8604.0, 8602.0, 8608.0, 8593.0, 8613.0, 8587.0, 8648.0, 8619.0, 8651.0, 8603.0, 8635.0, 8602.0, 8634.0, 8604.0, 8632.0, 8602.0, 8630.0, 8582.0, 8629.0, 8609.0, 8624.0, 8584.0, 8626.0, 8616.0, 8611.0, 8636.0, 8643.0, 8636.0, 8657.0, 8660.0, 8634.0, 8639.0, 8608.0, 8618.0, 8586.0, 8597.0, 8569.0, 8596.0, 8569.0, 8598.0, 8569.0, 8600.0, 8576.0, 8597.0, 8578.0, 8605.0, 8597.0, 8612.0, 8597.0, 8605.0, 8595.0, 8606.0, 8598.0, 8624.0, 8601.0, 8584.0, 8633.0, 8600.0, 8636.0, 8612.0, 8616.0, 8607.0, 8612.0, 8608.0, 8581.0, 8620.0, 8578.0, 8608.0, 8590.0, 8606.0, 8589.0, 8606.0, 8581.0, 8611.0, 8602.0, 8627.0, 8601.0, 8627.0, 8599.0, 8627.0, 8589.0, 8614.0, 8581.0, 8625.0, 8593.0, 8626.0, 8596.0, 8629.0, 8600.0, 8631.0, 8633.0, 8631.0, 8625.0, 8631.0, 8624.0, 8632.0, 8619.0, 8611.0, 8599.0, 8621.0, 8591.0, 8607.0, 8587.0, 8605.0, 8589.0, 8604.0, 8590.0, 8619.0, 8606.0, 8605.0, 8595.0, 8609.0, 8593.0, 8622.0, 8592.0, 8619.0, 8592.0, 8624.0, 8616.0, 8618.0, 8603.0, 8605.0, 8614.0, 8598.0, 8631.0, 8602.0, 8634.0, 8621.0, 8641.0, 8621.0, 8650.0, 8601.0, 8628.0, 8617.0, 8608.0, 8615.0, 8603.0, 8604.0, 8589.0, 8601.0, 8592.0, 8588.0, 8594.0, 8605.0, 8598.0, 8594.0, 8615.0, 8596.0, 8631.0, 8615.0, 8637.0, 8622.0, 8637.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.00029342528735632183</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023685093103448275</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.09532108891826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1925825837514394</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9819747494821642</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7118.1875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0839899709854009</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4570234356149014</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3156426720635035</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6980869356725945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.357340699108606</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00750913</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010229736566543579</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027829980477690697</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8619481291404223</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>33.2439</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8361</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>130.2266</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305657.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>568.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.0633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2537</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.8463</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3076.9442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1018.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.1276</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.71189943619538</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> |