=== 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-0128 --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-0128",
"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-0128_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0128_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d6fec77100f68ce18a3a2f2f1faa523c</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>19:47:9.125000</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</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.259</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-01_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.084234</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>219.13</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e9f6da15-b7bb-410b-aa3c-6137d87853d4||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['194709.125000', '194709.585000', '194710.045000', '194710.505000', '194710.965000', '194711.425000', '194711.885000', '194712.345000', '194712.805000', '194713.265000', '194713.725000', '194714.185000', '194714.645000', '194715.105000', '194715.565000', '194716.025000', '194716.485000', '194716.945000', '194717.405000', '194717.865000', '194718.325000', '194718.785000', '194719.245000', '194719.705000', '194720.165000', '194720.625000', '194721.085000', '194721.545000', '194722.005000', '194722.465000', '194722.925000', '194723.385000', '194723.845000', '194724.305000', '194724.765000', '194725.225000', '194725.685000', '194726.145000', '194726.605000', '194727.065000', '194727.525000', '194727.985000', '194728.445000', '194728.905000', '194729.365000', '194729.825000', '194730.285000', '194730.745000', '194731.205000', '194731.665000', '194732.125000', '194732.585000', '194733.045000', '194733.505000', '194733.965000', '194734.425000', '194734.885000', '194735.345000', '194735.805000', '194736.265000', '194736.725000', '194737.185000', '194737.645000', '194738.105000', '194738.565000', '194739.025000', '194739.485000', '194739.945000', '194740.405000', '194740.865000', '194741.325000', '194741.785000', '194742.245000', '194742.705000', '194743.165000', '194743.625000', '194744.085000', '194744.545000', '194745.005000', '194745.465000', '194745.925000', '194746.385000', '194746.845000', '194747.305000', '194747.765000', '194748.225000', '194748.685000', '194749.145000', '194749.605000', '194750.065000', '194750.525000', '194750.985000', '194751.445000', '194751.905000', '194752.365000', '194752.825000', '194753.285000', '194753.745000', '194754.205000', '194754.665000', '194755.125000', '194755.585000', '194756.045000', '194756.505000', '194756.965000', '194757.425000', '194757.885000', '194758.345000', '194758.805000', '194759.265000', '194759.725000', '194800.185000', '194800.645000', '194801.105000', '194801.565000', '194802.025000', '194802.485000', '194802.945000', '194803.405000', '194803.865000', '194804.325000', '194804.785000', '194805.245000', '194805.705000', '194806.165000', '194806.625000', '194807.085000', '194807.545000', '194808.005000', '194808.465000', '194808.925000', '194809.385000', '194809.845000', '194810.305000', '194810.765000', '194811.225000', '194811.685000', '194812.145000', '194812.605000', '194813.065000', '194813.525000', '194813.985000', '194814.445000', '194814.905000', '194815.365000', '194815.825000', '194816.285000', '194816.745000', '194817.205000', '194817.665000', '194818.125000', '194818.585000', '194819.045000', '194819.505000', '194819.965000', '194820.425000', '194820.885000', '194821.345000', '194821.805000', '194822.265000', '194822.725000', '194823.185000', '194823.645000', '194824.105000', '194824.565000', '194825.025000', '194825.485000', '194825.945000', '194826.405000', '194826.865000', '194827.325000', '194827.785000', '194828.245000', '194828.705000', '194829.165000', '194829.625000', '194830.085000', '194830.545000', '194831.005000', '194831.465000', '194831.925000', '194832.385000', '194832.845000', '194833.305000', '194833.765000', '194834.225000', '194834.685000', '194835.145000', '194835.605000', '194836.065000', '194836.525000', '194836.985000', '194837.445000', '194837.905000', '194838.365000', '194838.825000', '194839.285000', '194839.745000', '194840.205000', '194840.665000', '194841.125000', '194841.585000', '194842.045000', '194842.505000', '194842.965000', '194843.425000', '194843.885000', '194844.345000', '194844.805000', '194845.265000', '194845.725000', '194846.185000', '194846.645000', '194847.105000', '194847.565000', '194848.025000', '194848.485000', '194848.945000', '194849.405000', '194849.865000', '194850.325000', '194850.785000', '194851.245000', '194851.705000', '194852.165000', '194852.625000', '194853.085000', '194853.545000', '194854.005000', '194854.465000', '194854.925000', '194855.385000', '194855.845000', '194856.305000', '194856.765000', '194857.225000', '194857.685000', '194858.145000', '194858.605000', '194859.065000', '194859.525000', '194859.985000', '194900.445000', '194900.905000', '194901.365000', '194901.825000', '194902.285000', '194902.745000', '194903.205000', '194903.665000', '194904.125000', '194904.585000', '194905.045000', '194905.505000', '194905.965000', '194906.425000', '194906.885000', '194907.345000', '194907.805000', '194908.265000', '194908.725000', '194909.185000', '194909.645000', '194910.105000', '194910.565000', '194911.025000', '194911.485000', '194911.945000', '194912.405000', '194912.865000', '194913.325000', '194913.785000', '194914.245000', '194914.705000', '194915.165000', '194915.625000', '194916.085000', '194916.545000', '194917.005000', '194917.465000', '194917.925000', '194918.385000', '194918.845000', '194919.305000', '194919.765000', '194920.225000', '194920.685000', '194921.145000', '194921.605000', '194922.065000', '194922.525000', '194922.985000', '194923.445000', '194923.905000', '194924.365000', '194924.825000', '194925.285000', '194925.745000', '194926.205000', '194926.665000', '194927.125000', '194927.585000', '194928.045000', '194928.505000', '194928.965000', '194929.425000', '194929.885000', '194930.345000', '194930.805000', '194931.265000', '194931.725000', '194932.185000', '194932.645000', '194933.105000', '194933.565000', '194934.025000', '194934.485000', '194934.945000', '194935.405000', '194935.865000', '194936.325000', '194936.785000', '194937.245000', '194937.705000', '194938.165000', '194938.625000', '194939.085000', '194939.545000', '194940.005000', '194940.465000', '194940.925000', '194941.385000', '194941.845000', '194942.305000', '194942.765000', '194943.225000', '194943.685000', '194944.145000', '194944.605000', '194945.065000', '194945.525000', '194945.985000', '194946.445000', '194946.905000', '194947.365000', '194947.825000', '194948.285000', '194948.745000', '194949.205000', '194949.665000', '194950.125000', '194950.585000', '194951.045000', '194951.505000', '194951.965000', '194952.425000', '194952.885000', '194953.345000', '194953.805000', '194954.265000', '194954.725000', '194955.185000', '194955.645000', '194956.105000', '194956.565000', '194957.025000', '194957.485000', '194957.945000', '194958.405000', '194958.865000', '194959.325000', '194959.785000', '195000.245000', '195000.705000', '195001.165000', '195001.625000', '195002.085000', '195002.545000', '195003.005000', '195003.465000', '195003.925000', '195004.385000', '195004.845000', '195005.305000', '195005.765000', '195006.225000', '195006.685000', '195007.145000', '195007.605000', '195008.065000', '195008.525000', '195008.985000', '195009.445000', '195009.905000', '195010.365000', '195010.825000', '195011.285000', '195011.745000', '195012.205000', '195012.665000', '195013.125000', '195013.585000', '195014.045000', '195014.505000', '195014.965000', '195015.425000', '195015.885000', '195016.345000', '195016.805000', '195017.265000', '195017.725000', '195018.185000', '195018.645000', '195019.105000', '195019.565000', '195020.025000', '195020.485000', '195020.945000', '195021.405000', '195021.865000', '195022.325000', '195022.785000', '195023.245000', '195023.705000', '195024.165000', '195024.625000', '195025.085000', '195025.545000', '195026.005000', '195026.465000', '195026.925000', '195027.385000', '195027.845000', '195028.305000', '195028.765000', '195029.225000', '195029.685000', '195030.145000', '195030.605000', '195031.065000', '195031.525000', '195031.985000', '195032.445000', '195032.905000', '195033.365000', '195033.825000', '195034.285000', '195034.745000', '195035.205000', '195035.665000', '195036.125000', '195036.585000', '195037.045000', '195037.505000', '195037.965000', '195038.425000', '195038.885000', '195039.345000', '195039.805000', '195040.265000', '195040.725000', '195041.185000', '195041.645000', '195042.105000', '195042.565000', '195043.025000', '195043.485000', '195043.945000', '195044.405000', '195044.865000', '195045.325000', '195045.785000', '195046.245000', '195046.705000', '195047.165000', '195047.625000', '195048.085000', '195048.545000', '195049.005000', '195049.465000', '195049.925000', '195050.385000', '195050.845000', '195051.305000', '195051.765000', '195052.225000', '195052.685000', '195053.145000', '195053.605000', '195054.065000', '195054.525000', '195054.985000', '195055.445000', '195055.905000', '195056.365000', '195056.825000', '195057.285000', '195057.745000', '195058.205000', '195058.665000', '195059.125000', '195059.585000', '195100.045000', '195100.505000', '195100.965000', '195101.425000', '195101.885000', '195102.345000', '195102.805000', '195103.265000', '195103.725000', '195104.185000', '195104.645000', '195105.105000', '195105.565000', '195106.025000', '195106.485000', '195106.945000', '195107.405000', '195107.865000', '195108.325000', '195108.785000', '195109.245000', '195109.705000', '195110.165000', '195110.625000', '195111.085000', '195111.545000', '195112.005000', '195112.465000', '195112.925000', '195113.385000', '195113.845000', '195114.305000', '195114.765000', '195115.225000', '195115.685000', '195116.145000', '195116.605000', '195117.065000', '195117.525000', '195117.985000', '195118.445000', '195118.905000', '195119.365000', '195119.825000', '195120.285000', '195120.745000', '195121.205000', '195121.665000', '195122.125000', '195122.585000', '195123.045000', '195123.505000', '195123.965000', '195124.425000', '195124.885000', '195125.345000', '195125.805000', '195126.265000', '195126.725000', '195127.185000', '195127.645000', '195128.105000', '195128.565000', '195129.025000', '195129.485000', '195129.945000', '195130.405000', '195130.865000', '195131.325000', '195131.785000', '195132.245000', '195132.705000', '195133.165000', '195133.625000', '195134.085000', '195134.545000', '195135.005000', '195135.465000', '195135.925000', '195136.385000', '195136.845000', '195137.305000', '195137.765000', '195138.225000', '195138.685000', '195139.145000', '195139.605000', '195140.065000', '195140.525000', '195140.985000', '195141.445000', '195141.905000', '195142.365000', '195142.825000', '195143.285000', '195143.745000', '195144.205000', '195144.665000', '195145.125000', '195145.585000', '195146.045000', '195146.505000', '195146.965000', '195147.425000', '195147.885000', '195148.345000', '195148.805000', '195149.265000', '195149.725000', '195150.185000', '195150.645000', '195151.105000', '195151.565000', '195152.025000', '195152.485000', '195152.945000', '195153.405000', '195153.865000', '195154.325000', '195154.785000', '195155.245000', '195155.705000', '195156.165000', '195156.625000', '195157.085000', '195157.545000', '195158.005000', '195158.465000', '195158.925000', '195159.385000', '195159.845000', '195200.305000', '195200.765000', '195201.225000', '195201.685000', '195202.145000', '195202.605000', '195203.065000', '195203.525000', '195203.985000', '195204.445000', '195204.905000', '195205.365000', '195205.825000', '195206.285000', '195206.745000', '195207.205000', '195207.665000', '195208.125000', '195208.585000', '195209.045000', '195209.505000', '195209.965000', '195210.425000', '195210.885000', '195211.345000', '195211.805000', '195212.265000', '195212.725000', '195213.185000', '195213.645000', '195214.105000', '195214.565000', '195215.025000', '195215.485000', '195215.945000', '195216.405000', '195216.865000', '195217.325000', '195217.785000', '195218.245000', '195218.705000', '195219.165000', '195219.625000', '195220.085000', '195220.545000', '195221.005000', '195221.465000', '195221.925000', '195222.385000', '195222.845000', '195223.305000', '195223.765000', '195224.225000', '195224.685000', '195225.145000', '195225.605000', '195226.065000', '195226.525000', '195226.985000', '195227.445000', '195227.905000', '195228.365000', '195228.825000', '195229.285000', '195229.745000', '195230.205000', '195230.665000', '195231.125000', '195231.585000', '195232.045000', '195232.505000', '195232.965000', '195233.425000', '195233.885000', '195234.345000', '195234.805000', '195235.265000', '195235.725000', '195236.185000', '195236.645000', '195237.105000', '195237.565000', '195238.025000', '195238.485000', '195238.945000', '195239.405000', '195239.865000', '195240.325000', '195240.785000', '195241.245000', '195241.705000', '195242.165000', '195242.625000', '195243.085000', '195243.545000', '195244.005000', '195244.465000', '195244.925000', '195245.385000', '195245.845000', '195246.305000', '195246.765000', '195247.225000', '195247.685000', '195248.145000', '195248.605000', '195249.065000', '195249.525000', '195249.985000', '195250.445000', '195250.905000', '195251.365000', '195251.825000', '195252.285000', '195252.745000', '195253.205000', '195253.665000', '195254.125000', '195254.585000', '195255.045000', '195255.505000', '195255.965000', '195256.425000', '195256.885000', '195257.345000', '195257.805000', '195258.265000', '195258.725000', '195259.185000', '195259.645000', '195300.105000', '195300.565000', '195301.025000', '195301.485000', '195301.945000', '195302.405000', '195302.865000', '195303.325000', '195303.785000', '195304.245000', '195304.705000', '195305.165000', '195305.625000', '195306.085000', '195306.545000', '195307.005000', '195307.465000', '195307.925000', '195308.385000', '195308.845000', '195309.305000', '195309.765000', '195310.225000', '195310.685000', '195311.145000', '195311.605000', '195312.065000', '195312.525000', '195312.985000', '195313.445000', '195313.905000', '195314.365000', '195314.825000', '195315.285000', '195315.745000', '195316.205000', '195316.665000', '195317.125000', '195317.585000', '195318.045000', '195318.505000', '195318.965000', '195319.425000', '195319.885000', '195320.345000', '195320.805000', '195321.265000', '195321.725000', '195322.185000', '195322.645000', '195323.105000', '195323.565000', '195324.025000', '195324.485000', '195324.945000', '195325.405000', '195325.865000', '195326.325000', '195326.785000', '195327.245000', '195327.705000', '195328.165000', '195328.625000', '195329.085000', '195329.545000', '195330.005000', '195330.465000', '195330.925000', '195331.385000', '195331.845000', '195332.305000', '195332.765000', '195333.225000', '195333.685000', '195334.145000', '195334.605000', '195335.065000', '195335.525000', '195335.985000', '195336.445000', '195336.905000', '195337.365000', '195337.825000', '195338.285000', '195338.745000', '195339.205000', '195339.665000', '195340.125000', '195340.585000', '195341.045000', '195341.505000', '195341.965000', '195342.425000', '195342.885000', '195343.345000', '195343.805000', '195344.265000', '195344.725000', '195345.185000', '195345.645000', '195346.105000', '195346.565000', '195347.025000', '195347.485000', '195347.945000', '195348.405000', '195348.865000', '195349.325000', '195349.785000'], 'ContentTime': ['194727.129000', '194727.132000', '194727.135000', '194727.137000', '194727.140000', '194727.142000', '194727.145000', '194727.147000', '194727.150000', '194727.153000', '194727.155000', '194727.162000', '194727.165000', '194727.167000', '194727.170000', '194727.172000', '194727.175000', '194727.177000', '194727.180000', '194727.183000', '194727.185000', '194727.188000', '194727.190000', '194727.193000', '194727.196000', '194727.198000', '194727.201000', '194727.203000', '194727.206000', '194727.208000', '194727.211000', '194727.214000', '194727.216000', '194727.219000', '194727.221000', '194727.224000', '194747.085000', '194747.088000', '194747.091000', '194747.093000', '194747.096000', '194747.098000', '194747.101000', '194747.103000', '194747.109000', '194747.112000', '194747.114000', '194747.117000', '194747.119000', '194747.122000', '194747.125000', '194747.127000', '194747.130000', '194747.132000', '194747.135000', '194747.137000', '194747.140000', '194747.142000', '194747.145000', '194747.148000', '194747.150000', '194747.153000', '194747.155000', '194747.158000', '194747.160000', '194747.163000', '194747.166000', '194747.168000', '194747.171000', '194747.173000', '194747.176000', '194747.178000', '194747.181000', '194747.184000', '194747.186000', '194747.189000', '194747.191000', '194747.194000', '194747.196000', '194747.199000', '194807.085000', '194807.088000', '194807.091000', '194807.093000', '194807.096000', '194807.098000', '194807.101000', '194807.106000', '194807.108000', '194807.111000', '194807.113000', '194807.116000', '194807.118000', '194807.121000', '194807.124000', '194807.126000', '194807.129000', '194807.131000', '194807.134000', '194807.136000', '194807.139000', '194807.142000', '194807.144000', '194807.147000', '194807.150000', '194807.152000', '194807.155000', '194807.157000', '194807.160000', '194807.162000', '194807.165000', '194807.167000', '194807.170000', '194807.172000', '194807.175000', '194807.178000', '194807.180000', '194807.183000', '194807.185000', '194807.188000', '194807.190000', '194807.193000', '194807.195000', '194827.085000', '194827.088000', '194827.091000', '194827.093000', '194827.096000', '194827.099000', '194827.101000', '194827.104000', '194827.106000', '194827.109000', '194827.112000', '194827.114000', '194827.117000', '194827.120000', '194827.122000', '194827.125000', '194827.127000', '194827.130000', '194827.133000', '194827.135000', '194827.138000', '194827.140000', '194827.143000', '194827.145000', '194827.148000', '194827.150000', '194827.153000', '194827.156000', '194827.158000', '194827.161000', '194827.163000', '194827.166000', '194827.169000', '194827.171000', '194827.174000', '194827.176000', '194827.179000', '194827.181000', '194827.184000', '194827.186000', '194827.189000', '194827.192000', '194827.194000', '194827.197000', '194847.085000', '194847.088000', '194847.117000', '194847.119000', '194847.122000', '194847.125000', '194847.127000', '194847.130000', '194847.132000', '194847.135000', '194847.137000', '194847.151000', '194847.154000', '194847.156000', '194847.159000', '194847.162000', '194847.164000', '194847.167000', '194847.169000', '194847.172000', '194847.174000', '194847.177000', '194847.180000', '194847.182000', '194847.185000', '194847.187000', '194847.190000', '194847.192000', '194847.195000', '194847.197000', '194847.200000', '194847.203000', '194847.205000', '194847.208000', '194847.210000', '194847.213000', '194847.215000', '194847.218000', '194847.221000', '194847.223000', '194847.226000', '194847.228000', '194847.231000', '194907.085000', '194907.088000', '194907.091000', '194907.094000', '194907.096000', '194907.099000', '194907.101000', '194907.104000', '194907.106000', '194907.109000', '194907.112000', '194907.114000', '194907.117000', '194907.119000', '194907.122000', '194907.124000', '194907.127000', '194907.129000', '194907.132000', '194907.135000', '194907.137000', '194907.140000', '194907.142000', '194907.145000', '194907.147000', '194907.150000', '194907.153000', '194907.155000', '194907.158000', '194907.160000', '194907.163000', '194907.166000', '194907.168000', '194907.171000', '194907.173000', '194907.176000', '194907.178000', '194907.181000', '194907.183000', '194907.186000', '194907.188000', '194907.191000', '194907.193000', '194907.196000', '194927.086000', '194927.088000', '194927.091000', '194927.094000', '194927.096000', '194927.099000', '194927.101000', '194927.104000', '194927.106000', '194927.109000', '194927.111000', '194927.114000', '194927.117000', '194927.119000', '194927.122000', '194927.124000', '194927.127000', '194927.130000', '194927.132000', '194927.135000', '194927.137000', '194927.140000', '194927.142000', '194927.145000', '194927.148000', '194927.150000', '194927.153000', '194927.155000', '194927.158000', '194927.160000', '194927.163000', '194927.166000', '194927.168000', '194927.171000', '194927.173000', '194927.176000', '194927.179000', '194927.181000', '194927.184000', '194927.186000', '194927.189000', '194927.192000', '194927.194000', '194947.085000', '194947.088000', '194947.091000', '194947.093000', '194947.096000', '194947.098000', '194947.101000', '194947.104000', '194947.106000', '194947.109000', '194947.111000', '194947.114000', '194947.116000', '194947.119000', '194947.122000', '194947.124000', '194947.127000', '194947.129000', '194947.132000', '194947.134000', '194947.137000', '194947.139000', '194947.142000', '194947.145000', '194947.147000', '194947.150000', '194947.152000', '194947.155000', '194947.157000', '194947.160000', '194947.163000', '194947.165000', '194947.168000', '194947.170000', '194947.173000', '194947.176000', '194947.178000', '194947.181000', '194947.183000', '194947.186000', '194947.188000', '194947.191000', '194947.193000', '194947.196000', '195007.085000', '195007.088000', '195007.091000', '195007.093000', '195007.096000', '195007.099000', '195007.101000', '195007.104000', '195007.106000', '195007.109000', '195007.111000', '195007.114000', '195007.117000', '195007.119000', '195007.122000', '195007.124000', '195007.127000', '195007.130000', '195007.132000', '195007.135000', '195007.137000', '195007.140000', '195007.142000', '195007.145000', '195007.148000', '195007.150000', '195007.153000', '195007.156000', '195007.158000', '195007.161000', '195007.163000', '195007.166000', '195007.168000', '195007.171000', '195007.174000', '195007.176000', '195007.179000', '195007.181000', '195007.184000', '195007.186000', '195007.189000', '195007.206000', '195007.209000', '195027.085000', '195027.088000', '195027.091000', '195027.094000', '195027.097000', '195027.100000', '195027.102000', '195027.105000', '195027.107000', '195027.110000', '195027.113000', '195027.115000', '195027.118000', '195027.120000', '195027.123000', '195027.125000', '195027.128000', '195027.131000', '195027.133000', '195027.136000', '195027.138000', '195027.141000', '195027.143000', '195027.146000', '195027.149000', '195027.151000', '195027.154000', '195027.157000', '195027.159000', '195027.162000', '195027.164000', '195027.167000', '195027.170000', '195027.172000', '195027.175000', '195027.177000', '195027.180000', '195027.182000', '195027.185000', '195027.187000', '195027.190000', '195027.193000', '195027.195000', '195027.198000', '195047.085000', '195047.088000', '195047.091000', '195047.093000', '195047.096000', '195047.099000', '195047.101000', '195047.104000', '195047.106000', '195047.109000', '195047.112000', '195047.114000', '195047.117000', '195047.119000', '195047.122000', '195047.125000', '195047.127000', '195047.130000', '195047.132000', '195047.135000', '195047.138000', '195047.140000', '195047.143000', '195047.145000', '195047.148000', '195047.150000', '195047.153000', '195047.156000', '195047.158000', '195047.161000', '195047.163000', '195047.166000', '195047.169000', '195047.171000', '195047.174000', '195047.176000', '195047.179000', '195047.181000', '195047.184000', '195047.187000', '195047.189000', '195047.192000', '195047.194000', '195107.085000', '195107.088000', '195107.091000', '195107.093000', '195107.096000', '195107.099000', '195107.101000', '195107.104000', '195107.106000', '195107.109000', '195107.111000', '195107.114000', '195107.116000', '195107.119000', '195107.128000', '195107.131000', '195107.133000', '195107.136000', '195107.138000', '195107.141000', '195107.143000', '195107.146000', '195107.148000', '195107.151000', '195107.154000', '195107.156000', '195107.159000', '195107.162000', '195107.164000', '195107.167000', '195107.169000', '195107.172000', '195107.174000', '195107.177000', '195107.179000', '195107.182000', '195107.184000', '195107.187000', '195107.190000', '195107.192000', '195107.195000', '195107.197000', '195107.200000', '195127.085000', '195127.088000', '195127.091000', '195127.093000', '195127.096000', '195127.099000', '195127.101000', '195127.104000', '195127.106000', '195127.109000', '195127.112000', '195127.114000', '195127.117000', '195127.119000', '195127.122000', '195127.124000', '195127.127000', '195127.130000', '195127.132000', '195127.135000', '195127.137000', '195127.140000', '195127.142000', '195127.145000', '195127.147000', '195127.150000', '195127.153000', '195127.155000', '195127.158000', '195127.160000', '195127.163000', '195127.165000', '195127.168000', '195127.170000', '195127.173000', '195127.176000', '195127.178000', '195127.181000', '195127.183000', '195127.186000', '195127.188000', '195127.191000', '195127.193000', '195127.196000', '195147.086000', '195147.088000', '195147.091000', '195147.094000', '195147.096000', '195147.099000', '195147.101000', '195147.104000', '195147.106000', '195147.109000', '195147.112000', '195147.114000', '195147.117000', '195147.119000', '195147.122000', '195147.124000', '195147.127000', '195147.130000', '195147.133000', '195147.136000', '195147.139000', '195147.141000', '195147.144000', '195147.163000', '195147.166000', '195147.168000', '195147.171000', '195147.174000', '195147.176000', '195147.179000', '195147.181000', '195147.184000', '195147.186000', '195147.189000', '195147.192000', '195147.194000', '195147.197000', '195147.200000', '195147.202000', '195147.205000', '195147.207000', '195147.210000', '195147.213000', '195207.086000', '195207.089000', '195207.091000', '195207.094000', '195207.096000', '195207.099000', '195207.102000', '195207.104000', '195207.107000', '195207.109000', '195207.112000', '195207.115000', '195207.117000', '195207.120000', '195207.122000', '195207.125000', '195207.128000', '195207.130000', '195207.133000', '195207.135000', '195207.138000', '195207.140000', '195207.143000', '195207.145000', '195207.148000', '195207.151000', '195207.153000', '195207.156000', '195207.159000', '195207.161000', '195207.164000', '195207.166000', '195207.169000', '195207.171000', '195207.174000', '195207.176000', '195207.179000', '195207.182000', '195207.184000', '195207.187000', '195207.189000', '195207.192000', '195207.194000', '195207.197000', '195227.086000', '195227.088000', '195227.091000', '195227.094000', '195227.096000', '195227.099000', '195227.101000', '195227.104000', '195227.107000', '195227.109000', '195227.112000', '195227.115000', '195227.118000', '195227.120000', '195227.123000', '195227.125000', '195227.128000', '195227.130000', '195227.133000', '195227.136000', '195227.138000', '195227.141000', '195227.143000', '195227.146000', '195227.149000', '195227.151000', '195227.154000', '195227.156000', '195227.159000', '195227.162000', '195227.164000', '195227.167000', '195227.169000', '195227.172000', '195227.175000', '195227.177000', '195227.180000', '195227.182000', '195227.185000', '195227.188000', '195227.190000', '195227.193000', '195227.195000', '195247.086000', '195247.088000', '195247.091000', '195247.093000', '195247.096000', '195247.099000', '195247.101000', '195247.104000', '195247.106000', '195247.109000', '195247.111000', '195247.114000', '195247.117000', '195247.119000', '195247.122000', '195247.124000', '195247.135000', '195247.137000', '195247.140000', '195247.142000', '195247.145000', '195247.147000', '195247.150000', '195247.153000', '195247.155000', '195247.158000', '195247.160000', '195247.163000', '195247.166000', '195247.168000', '195247.171000', '195247.173000', '195247.176000', '195247.178000', '195247.181000', '195247.184000', '195247.186000', '195247.189000', '195247.191000', '195247.194000', '195247.196000', '195247.199000', '195247.202000', '195247.204000', '195307.086000', '195307.088000', '195307.091000', '195307.094000', '195307.096000', '195307.099000', '195307.101000', '195307.104000', '195307.107000', '195307.109000', '195307.112000', '195307.115000', '195307.117000', '195307.120000', '195307.122000', '195307.125000', '195307.128000', '195307.130000', '195307.133000', '195307.135000', '195307.138000', '195307.141000', '195307.143000', '195307.146000', '195307.149000', '195307.152000', '195307.155000', '195307.158000', '195307.160000', '195307.163000', '195307.165000', '195307.168000', '195307.170000', '195307.174000', '195307.207000', '195307.210000', '195307.213000', '195307.215000', '195307.218000', '195307.220000', '195307.223000', '195307.225000', '195307.228000', '195327.085000', '195327.088000', '195327.091000', '195327.094000', '195327.096000', '195327.099000', '195327.101000', '195327.104000', '195327.107000', '195327.109000', '195327.113000', '195327.116000', '195327.118000', '195327.121000', '195327.124000', '195327.126000', '195327.129000', '195327.131000', '195327.134000', '195327.136000', '195327.139000', '195327.142000', '195327.144000', '195327.147000', '195327.149000', '195327.152000', '195327.154000', '195327.157000', '195327.160000', '195327.162000', '195327.165000', '195327.167000', '195327.170000', '195327.173000', '195327.175000', '195327.178000', '195327.180000', '195327.183000', '195327.185000', '195327.188000', '195327.191000', '195327.193000', '195327.196000', '195327.198000', '195347.086000', '195347.089000', '195347.091000', '195347.094000', '195347.096000', '195347.099000', '195347.101000', '195347.104000', '195347.107000', '195347.109000', '195347.112000', '195347.114000', '195347.117000', '195347.119000', '195347.122000', '195347.124000', '195347.127000', '195347.129000', '195347.132000', '195347.135000', '195347.137000', '195347.140000', '195347.142000', '195347.145000', '195347.147000', '195347.150000', '195347.152000', '195347.155000', '195347.158000', '195347.160000', '195347.163000', '195347.165000', '195347.168000', '195347.172000', '195347.175000', '195347.177000', '195347.180000', '195347.182000', '195347.185000', '195347.187000', '195347.190000', '195347.193000', '195347.195000', '195351.278000', '195351.282000', '195351.292000', '195351.295000', '195351.298000', '195351.301000', '195351.304000', '195351.306000', '195351.309000', '195351.312000'], 'InstanceCreationTime': ['194727.129000', '194727.132000', '194727.135000', '194727.137000', '194727.140000', '194727.142000', '194727.145000', '194727.147000', '194727.150000', '194727.153000', '194727.155000', '194727.162000', '194727.165000', '194727.167000', '194727.170000', '194727.172000', '194727.175000', '194727.177000', '194727.180000', '194727.183000', '194727.185000', '194727.188000', '194727.190000', '194727.193000', '194727.196000', '194727.198000', '194727.201000', '194727.203000', '194727.206000', '194727.208000', '194727.211000', '194727.214000', '194727.216000', '194727.219000', '194727.221000', '194727.224000', '194747.085000', '194747.088000', '194747.091000', '194747.093000', '194747.096000', '194747.098000', '194747.101000', '194747.103000', '194747.109000', '194747.112000', '194747.114000', '194747.117000', '194747.119000', '194747.122000', '194747.125000', '194747.127000', '194747.130000', '194747.132000', '194747.135000', '194747.137000', '194747.140000', '194747.142000', '194747.145000', '194747.148000', '194747.150000', '194747.153000', '194747.155000', '194747.158000', '194747.160000', '194747.163000', '194747.166000', '194747.168000', '194747.171000', '194747.173000', '194747.176000', '194747.178000', '194747.181000', '194747.184000', '194747.186000', '194747.189000', '194747.191000', '194747.194000', '194747.196000', '194747.199000', '194807.085000', '194807.088000', '194807.091000', '194807.093000', '194807.096000', '194807.098000', '194807.101000', '194807.106000', '194807.108000', '194807.111000', '194807.113000', '194807.116000', '194807.118000', '194807.121000', '194807.124000', '194807.126000', '194807.129000', '194807.131000', '194807.134000', '194807.136000', '194807.139000', '194807.142000', '194807.144000', '194807.147000', '194807.150000', '194807.152000', '194807.155000', '194807.157000', '194807.160000', '194807.162000', '194807.165000', '194807.167000', '194807.170000', '194807.172000', '194807.175000', '194807.178000', '194807.180000', '194807.183000', '194807.185000', '194807.188000', '194807.190000', '194807.193000', '194807.195000', '194827.085000', '194827.088000', '194827.091000', '194827.093000', '194827.096000', '194827.099000', '194827.101000', '194827.104000', '194827.106000', '194827.109000', '194827.112000', '194827.114000', '194827.117000', '194827.120000', '194827.122000', '194827.125000', '194827.127000', '194827.130000', '194827.133000', '194827.135000', '194827.138000', '194827.140000', '194827.143000', '194827.145000', '194827.148000', '194827.150000', '194827.153000', '194827.156000', '194827.158000', '194827.161000', '194827.163000', '194827.166000', '194827.169000', '194827.171000', '194827.174000', '194827.176000', '194827.179000', '194827.181000', '194827.184000', '194827.186000', '194827.189000', '194827.192000', '194827.194000', '194827.197000', '194847.085000', '194847.088000', '194847.117000', '194847.119000', '194847.122000', '194847.125000', '194847.127000', '194847.130000', '194847.132000', '194847.135000', '194847.137000', '194847.151000', '194847.154000', '194847.156000', '194847.159000', '194847.162000', '194847.164000', '194847.167000', '194847.169000', '194847.172000', '194847.174000', '194847.177000', '194847.180000', '194847.182000', '194847.185000', '194847.187000', '194847.190000', '194847.192000', '194847.195000', '194847.197000', '194847.200000', '194847.203000', '194847.205000', '194847.208000', '194847.210000', '194847.213000', '194847.215000', '194847.218000', '194847.221000', '194847.223000', '194847.226000', '194847.228000', '194847.231000', '194907.085000', '194907.088000', '194907.091000', '194907.094000', '194907.096000', '194907.099000', '194907.101000', '194907.104000', '194907.106000', '194907.109000', '194907.112000', '194907.114000', '194907.117000', '194907.119000', '194907.122000', '194907.124000', '194907.127000', '194907.129000', '194907.132000', '194907.135000', '194907.137000', '194907.140000', '194907.142000', '194907.145000', '194907.147000', '194907.150000', '194907.153000', '194907.155000', '194907.158000', '194907.160000', '194907.163000', '194907.166000', '194907.168000', '194907.171000', '194907.173000', '194907.176000', '194907.178000', '194907.181000', '194907.183000', '194907.186000', '194907.188000', '194907.191000', '194907.193000', '194907.196000', '194927.086000', '194927.088000', '194927.091000', '194927.094000', '194927.096000', '194927.099000', '194927.101000', '194927.104000', '194927.106000', '194927.109000', '194927.111000', '194927.114000', '194927.117000', '194927.119000', '194927.122000', '194927.124000', '194927.127000', '194927.130000', '194927.132000', '194927.135000', '194927.137000', '194927.140000', '194927.142000', '194927.145000', '194927.148000', '194927.150000', '194927.153000', '194927.155000', '194927.158000', '194927.160000', '194927.163000', '194927.166000', '194927.168000', '194927.171000', '194927.173000', '194927.176000', '194927.179000', '194927.181000', '194927.184000', '194927.186000', '194927.189000', '194927.192000', '194927.194000', '194947.085000', '194947.088000', '194947.091000', '194947.093000', '194947.096000', '194947.098000', '194947.101000', '194947.104000', '194947.106000', '194947.109000', '194947.111000', '194947.114000', '194947.116000', '194947.119000', '194947.122000', '194947.124000', '194947.127000', '194947.129000', '194947.132000', '194947.134000', '194947.137000', '194947.139000', '194947.142000', '194947.145000', '194947.147000', '194947.150000', '194947.152000', '194947.155000', '194947.157000', '194947.160000', '194947.163000', '194947.165000', '194947.168000', '194947.170000', '194947.173000', '194947.176000', '194947.178000', '194947.181000', '194947.183000', '194947.186000', '194947.188000', '194947.191000', '194947.193000', '194947.196000', '195007.085000', '195007.088000', '195007.091000', '195007.093000', '195007.096000', '195007.099000', '195007.101000', '195007.104000', '195007.106000', '195007.109000', '195007.111000', '195007.114000', '195007.117000', '195007.119000', '195007.122000', '195007.124000', '195007.127000', '195007.130000', '195007.132000', '195007.135000', '195007.137000', '195007.140000', '195007.142000', '195007.145000', '195007.148000', '195007.150000', '195007.153000', '195007.156000', '195007.158000', '195007.161000', '195007.163000', '195007.166000', '195007.168000', '195007.171000', '195007.174000', '195007.176000', '195007.179000', '195007.181000', '195007.184000', '195007.186000', '195007.189000', '195007.206000', '195007.209000', '195027.085000', '195027.088000', '195027.091000', '195027.094000', '195027.097000', '195027.100000', '195027.102000', '195027.105000', '195027.107000', '195027.110000', '195027.113000', '195027.115000', '195027.118000', '195027.120000', '195027.123000', '195027.125000', '195027.128000', '195027.131000', '195027.133000', '195027.136000', '195027.138000', '195027.141000', '195027.143000', '195027.146000', '195027.149000', '195027.151000', '195027.154000', '195027.157000', '195027.159000', '195027.162000', '195027.164000', '195027.167000', '195027.170000', '195027.172000', '195027.175000', '195027.177000', '195027.180000', '195027.182000', '195027.185000', '195027.187000', '195027.190000', '195027.193000', '195027.195000', '195027.198000', '195047.085000', '195047.088000', '195047.091000', '195047.093000', '195047.096000', '195047.099000', '195047.101000', '195047.104000', '195047.106000', '195047.109000', '195047.112000', '195047.114000', '195047.117000', '195047.119000', '195047.122000', '195047.125000', '195047.127000', '195047.130000', '195047.132000', '195047.135000', '195047.138000', '195047.140000', '195047.143000', '195047.145000', '195047.148000', '195047.150000', '195047.153000', '195047.156000', '195047.158000', '195047.161000', '195047.163000', '195047.166000', '195047.169000', '195047.171000', '195047.174000', '195047.176000', '195047.179000', '195047.181000', '195047.184000', '195047.187000', '195047.189000', '195047.192000', '195047.194000', '195107.085000', '195107.088000', '195107.091000', '195107.093000', '195107.096000', '195107.099000', '195107.101000', '195107.104000', '195107.106000', '195107.109000', '195107.111000', '195107.114000', '195107.116000', '195107.119000', '195107.128000', '195107.131000', '195107.133000', '195107.136000', '195107.138000', '195107.141000', '195107.143000', '195107.146000', '195107.148000', '195107.151000', '195107.154000', '195107.156000', '195107.159000', '195107.162000', '195107.164000', '195107.167000', '195107.169000', '195107.172000', '195107.174000', '195107.177000', '195107.179000', '195107.182000', '195107.184000', '195107.187000', '195107.190000', '195107.192000', '195107.195000', '195107.197000', '195107.200000', '195127.085000', '195127.088000', '195127.091000', '195127.093000', '195127.096000', '195127.099000', '195127.101000', '195127.104000', '195127.106000', '195127.109000', '195127.112000', '195127.114000', '195127.117000', '195127.119000', '195127.122000', '195127.124000', '195127.127000', '195127.130000', '195127.132000', '195127.135000', '195127.137000', '195127.140000', '195127.142000', '195127.145000', '195127.147000', '195127.150000', '195127.153000', '195127.155000', '195127.158000', '195127.160000', '195127.163000', '195127.165000', '195127.168000', '195127.170000', '195127.173000', '195127.176000', '195127.178000', '195127.181000', '195127.183000', '195127.186000', '195127.188000', '195127.191000', '195127.193000', '195127.196000', '195147.086000', '195147.088000', '195147.091000', '195147.094000', '195147.096000', '195147.099000', '195147.101000', '195147.104000', '195147.106000', '195147.109000', '195147.112000', '195147.114000', '195147.117000', '195147.119000', '195147.122000', '195147.124000', '195147.127000', '195147.130000', '195147.133000', '195147.136000', '195147.139000', '195147.141000', '195147.144000', '195147.163000', '195147.166000', '195147.168000', '195147.171000', '195147.174000', '195147.176000', '195147.179000', '195147.181000', '195147.184000', '195147.186000', '195147.189000', '195147.192000', '195147.194000', '195147.197000', '195147.200000', '195147.202000', '195147.205000', '195147.207000', '195147.210000', '195147.213000', '195207.086000', '195207.089000', '195207.091000', '195207.094000', '195207.096000', '195207.099000', '195207.102000', '195207.104000', '195207.107000', '195207.109000', '195207.112000', '195207.115000', '195207.117000', '195207.120000', '195207.122000', '195207.125000', '195207.128000', '195207.130000', '195207.133000', '195207.135000', '195207.138000', '195207.140000', '195207.143000', '195207.145000', '195207.148000', '195207.151000', '195207.153000', '195207.156000', '195207.159000', '195207.161000', '195207.164000', '195207.166000', '195207.169000', '195207.171000', '195207.174000', '195207.176000', '195207.179000', '195207.182000', '195207.184000', '195207.187000', '195207.189000', '195207.192000', '195207.194000', '195207.197000', '195227.086000', '195227.088000', '195227.091000', '195227.094000', '195227.096000', '195227.099000', '195227.101000', '195227.104000', '195227.107000', '195227.109000', '195227.112000', '195227.115000', '195227.118000', '195227.120000', '195227.123000', '195227.125000', '195227.128000', '195227.130000', '195227.133000', '195227.136000', '195227.138000', '195227.141000', '195227.143000', '195227.146000', '195227.149000', '195227.151000', '195227.154000', '195227.156000', '195227.159000', '195227.162000', '195227.164000', '195227.167000', '195227.169000', '195227.172000', '195227.175000', '195227.177000', '195227.180000', '195227.182000', '195227.185000', '195227.188000', '195227.190000', '195227.193000', '195227.195000', '195247.086000', '195247.088000', '195247.091000', '195247.093000', '195247.096000', '195247.099000', '195247.101000', '195247.104000', '195247.106000', '195247.109000', '195247.111000', '195247.114000', '195247.117000', '195247.119000', '195247.122000', '195247.124000', '195247.135000', '195247.137000', '195247.140000', '195247.142000', '195247.145000', '195247.147000', '195247.150000', '195247.153000', '195247.155000', '195247.158000', '195247.160000', '195247.163000', '195247.166000', '195247.168000', '195247.171000', '195247.173000', '195247.176000', '195247.178000', '195247.181000', '195247.184000', '195247.186000', '195247.189000', '195247.191000', '195247.194000', '195247.196000', '195247.199000', '195247.202000', '195247.204000', '195307.086000', '195307.088000', '195307.091000', '195307.094000', '195307.096000', '195307.099000', '195307.101000', '195307.104000', '195307.107000', '195307.109000', '195307.112000', '195307.115000', '195307.117000', '195307.120000', '195307.122000', '195307.125000', '195307.128000', '195307.130000', '195307.133000', '195307.135000', '195307.138000', '195307.141000', '195307.143000', '195307.146000', '195307.149000', '195307.152000', '195307.155000', '195307.158000', '195307.160000', '195307.163000', '195307.165000', '195307.168000', '195307.170000', '195307.174000', '195307.207000', '195307.210000', '195307.213000', '195307.215000', '195307.218000', '195307.220000', '195307.223000', '195307.225000', '195307.228000', '195327.085000', '195327.088000', '195327.091000', '195327.094000', '195327.096000', '195327.099000', '195327.101000', '195327.104000', '195327.107000', '195327.109000', '195327.113000', '195327.116000', '195327.118000', '195327.121000', '195327.124000', '195327.126000', '195327.129000', '195327.131000', '195327.134000', '195327.136000', '195327.139000', '195327.142000', '195327.144000', '195327.147000', '195327.149000', '195327.152000', '195327.154000', '195327.157000', '195327.160000', '195327.162000', '195327.165000', '195327.167000', '195327.170000', '195327.173000', '195327.175000', '195327.178000', '195327.180000', '195327.183000', '195327.185000', '195327.188000', '195327.191000', '195327.193000', '195327.196000', '195327.198000', '195347.086000', '195347.089000', '195347.091000', '195347.094000', '195347.096000', '195347.099000', '195347.101000', '195347.104000', '195347.107000', '195347.109000', '195347.112000', '195347.114000', '195347.117000', '195347.119000', '195347.122000', '195347.124000', '195347.127000', '195347.129000', '195347.132000', '195347.135000', '195347.137000', '195347.140000', '195347.142000', '195347.145000', '195347.147000', '195347.150000', '195347.152000', '195347.155000', '195347.158000', '195347.160000', '195347.163000', '195347.165000', '195347.168000', '195347.172000', '195347.175000', '195347.177000', '195347.180000', '195347.182000', '195347.185000', '195347.187000', '195347.190000', '195347.193000', '195347.195000', '195351.278000', '195351.282000', '195351.292000', '195351.295000', '195351.298000', '195351.301000', '195351.304000', '195351.306000', '195351.309000', '195351.312000'], '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': [8135, 8068, 8343, 8512, 7907, 8334, 8017, 8132, 8062, 8618, 8202, 8462, 8038, 8202, 8504, 8191, 9339, 8024, 8923, 7471, 8919, 7601, 8349, 8026, 8283, 7837, 8814, 7701, 9487, 7567, 10777, 8119, 8226, 8809, 7603, 11100, 11204, 10363, 13350, 9293, 11590, 7958, 8863, 7578, 8144, 10213, 8249, 7695, 8445, 7758, 8438, 8007, 8123, 7540, 8087, 7868, 8164, 9967, 8549, 10400, 8441, 9298, 8164, 8797, 8335, 8679, 8117, 8033, 8229, 8540, 8392, 8437, 7826, 8363, 7460, 8345, 7289, 8240, 7633, 8180, 10992, 8554, 7531, 8128, 7444, 8222, 8655, 8197, 11009, 7823, 8097, 7305, 8252, 7813, 8475, 8164, 8277, 7943, 8259, 7656, 8485, 8045, 9527, 8132, 8970, 7433, 8355, 11355, 8348, 11841, 9317, 8986, 7239, 7867, 8090, 8310, 8811, 8350, 7541, 7984, 7732, 8077, 9508, 8595, 11497, 8260, 9723, 8070, 9054, 7758, 8214, 8076, 8200, 8077, 8197, 7672, 8067, 7783, 8260, 8421, 8580, 7521, 8218, 7762, 8369, 11144, 8179, 10571, 8121, 8076, 7602, 8170, 8054, 8434, 8965, 8268, 7752, 8515, 7999, 8413, 9485, 8842, 9416, 8462, 7846, 8236, 13067, 7964, 9683, 7610, 7829, 7547, 8077, 7999, 9874, 7802, 8480, 8508, 8382, 11934, 8260, 10389, 7720, 8295, 13828, 8217, 10473, 7438, 8172, 7383, 8237, 9015, 8447, 7918, 8272, 7753, 8060, 9897, 8431, 9256, 7807, 8476, 7574, 8474, 9679, 8297, 8840, 7841, 7652, 7801, 7761, 7899, 7536, 8284, 9193, 8093, 10611, 9034, 8754, 8008, 7789, 8287, 8842, 7674, 8279, 12146, 8453, 7849, 8167, 7802, 8577, 8916, 8292, 8553, 7308, 8351, 7740, 8116, 8012, 8138, 8540, 7791, 8481, 8245, 7541, 8316, 7970, 8257, 10914, 8307, 9774, 7849, 8019, 7539, 8209, 7393, 8483, 12806, 8435, 12255, 9234, 9693, 8140, 8762, 8186, 8233, 7891, 8370, 8807, 8328, 11224, 8338, 9070, 7627, 8295, 7944, 8443, 7727, 8418, 8073, 8218, 10389, 7708, 8372, 7414, 8391, 7670, 8305, 8729, 8465, 12622, 7944, 8106, 7950, 8412, 7738, 8256, 7596, 8248, 9670, 8077, 8969, 7976, 7791, 7724, 7981, 7555, 8228, 11786, 8163, 9081, 7692, 8401, 7454, 8211, 8023, 8210, 9920, 8073, 9449, 7259, 8194, 7609, 8182, 7846, 9219, 8578, 7703, 10945, 8338, 12352, 14206, 9363, 14729, 8678, 8956, 7958, 7993, 7785, 8078, 7416, 8178, 8007, 8399, 8046, 8867, 7514, 8179, 7567, 8514, 10583, 8478, 9962, 7668, 8330, 8224, 8290, 10100, 8260, 8233, 8178, 8714, 8056, 8853, 7887, 8618, 7982, 8654, 10679, 8630, 9959, 7741, 7696, 7574, 7739, 7536, 8544, 14568, 8394, 11153, 8785, 8468, 7636, 8367, 8344, 8445, 9986, 8675, 8983, 8190, 8228, 8150, 8426, 7819, 8466, 12050, 8591, 10642, 8370, 8670, 7992, 8021, 7656, 8186, 8226, 8829, 8135, 8136, 7736, 7982, 8104, 8550, 8258, 8569, 11579, 8862, 7688, 8210, 8208, 8576, 9062, 7881, 8389, 8475, 8858, 8289, 8393, 9154, 7354, 7945, 7733, 7995, 8405, 7926, 7870, 8512, 11137, 7894, 8599, 13502, 8583, 12121, 8396, 8268, 7624, 8386, 10595, 8675, 10944, 8248, 7634, 7789, 8339, 7979, 8749, 9549, 8020, 8327, 7811, 8334, 7449, 8658, 9689, 8122, 8824, 7999, 8300, 9484, 8411, 9636, 7819, 9562, 7920, 8464, 11872, 8378, 10906, 8343, 8253, 7752, 8405, 13982, 8114, 8607, 8903, 8380, 9334, 7840, 8500, 7810, 8171, 8112, 8541, 8036, 8487, 8925, 8414, 11976, 8093, 8476, 10623, 8653, 10749, 8659, 9949, 8298, 8266, 9791, 8849, 11836, 8493, 9236, 8410, 8516, 7661, 8308, 11216, 8499, 10254, 8385, 8424, 7522, 8204, 8132, 8865, 7705, 8645, 9079, 8543, 8776, 7559, 8452, 8998, 8491, 10546, 8249, 9104, 7635, 8329, 8126, 8626, 7870, 8576, 7737, 8221, 8483, 8521, 10745, 7987, 8461, 7806, 8429, 7894, 8412, 13664, 8236, 10496, 8376, 8690, 9333, 8368, 9107, 7590, 8341, 8528, 8466, 7843, 8533, 10049, 8650, 8755, 7861, 8318, 7991, 8373, 8154, 8494, 7879, 8644, 10325, 8692, 10275, 7763, 8417, 8211, 8326, 12882, 8246, 8418, 7589, 8380, 10246, 8515, 9459, 7982, 8453, 7539, 8306, 7809, 8384, 10975, 7751, 8831, 7825, 8416, 7378, 8325, 8029, 8650, 8975, 8739, 8217, 8472, 11009, 8286, 9559, 8119, 8462, 8049, 8814, 7668, 8554, 8185, 8194, 10264, 7720, 8523, 8214, 8156, 10127, 8456, 9093, 7891, 8502, 14893, 9483, 10449, 7556, 8335, 8418, 8693, 11789, 8641, 8897, 7828, 8156, 7775, 8561, 9617, 8713, 8997, 7819, 8497, 7700, 8328, 7637, 8590, 9334, 8362, 8448, 7840, 8454, 8632, 8835, 8107, 8386, 9369, 8098, 8305, 10276, 8321, 9468, 7772, 8433, 7703, 8460, 10803, 8426, 9518, 7974, 8605, 8237, 8788, 7861, 8636, 8176, 8780, 10450, 8387, 8544, 7895, 8310, 7887, 8590, 13830, 8496, 11000, 8031, 8759, 7857, 8671, 8073, 8464, 11921, 8897, 11243, 8621, 8921, 8512, 8637, 8052, 8762, 13955, 8984, 10586, 8238, 8402, 7789, 8725, 12010, 8807, 10299, 8715, 7964, 8637, 7738, 8509, 8151, 8327, 8227, 8141, 8504, 8151, 8584, 12678, 8735, 10762, 8602, 8196, 8596, 8205, 8283, 8351, 8290, 8825, 12985, 8982, 7935, 8716, 8207, 8808, 8744, 7938, 8590, 8033, 8233, 7657, 8067, 8260, 8202, 7808, 8824, 8076, 8606, 7837, 8334, 7643, 8548, 12190, 8616, 10380, 7810, 8234, 7867, 8460, 8024, 8286, 8305, 8522, 8247, 8695, 8196, 8798, 8112, 8488, 12249, 8559, 10228, 7815, 8467, 7851, 8810, 11836, 8433, 8979, 8252, 8618, 8126, 8676, 7852, 8708, 7993, 8786, 8481, 8970, 8223, 8491, 8224, 8677, 12597, 8533, 8664, 8233, 8655, 8408, 8592, 10600, 8406, 8162, 7729, 8344, 7575, 8239, 7569, 8535, 7986, 8832, 8942, 8581, 9537, 8598, 8742, 7918, 8587, 8396, 8583, 7872, 8594, 7747, 8626, 9128, 8930, 10788, 8837, 10116, 8687, 9579, 7765, 8388, 8351, 8753, 8023, 8608, 8507, 8725, 12694, 8626, 10520, 8973, 8419, 8088, 8609, 7994, 8336, 8359, 8659, 8033, 8483, 7819, 8465, 10149, 8764], 'WindowCenter': [4420.0, 4406.0, 4403.0, 4388.0, 4365.0, 4374.0, 4363.0, 4364.0, 4362.0, 4385.0, 4362.0, 4372.0, 4361.0, 4373.0, 4360.0, 4374.0, 4395.0, 4374.0, 4383.0, 4363.0, 4384.0, 4389.0, 4388.0, 4376.0, 4387.0, 4377.0, 4396.0, 4375.0, 4397.0, 4377.0, 4407.0, 4387.0, 4387.0, 4398.0, 4378.0, 4419.0, 4408.0, 4397.0, 4403.0, 4373.0, 4393.0, 4361.0, 4371.0, 4364.0, 4375.0, 4381.0, 4362.0, 4351.0, 4362.0, 4361.0, 4386.0, 4375.0, 4375.0, 4364.0, 4375.0, 4362.0, 4375.0, 4394.0, 4374.0, 4393.0, 4374.0, 4372.0, 4362.0, 4373.0, 4376.0, 4373.0, 4362.0, 4362.0, 4373.0, 4373.0, 4373.0, 4374.0, 4374.0, 4373.0, 4364.0, 4375.0, 4363.0, 4373.0, 4363.0, 4376.0, 4393.0, 4372.0, 4351.0, 4361.0, 4351.0, 4375.0, 4374.0, 4376.0, 4392.0, 4363.0, 4362.0, 4364.0, 4375.0, 4363.0, 4375.0, 4373.0, 4374.0, 4373.0, 4374.0, 4364.0, 4386.0, 4377.0, 4398.0, 4375.0, 4385.0, 4364.0, 4375.0, 4393.0, 4373.0, 4392.0, 4371.0, 4372.0, 4351.0, 4360.0, 4363.0, 4372.0, 4372.0, 4362.0, 4351.0, 4362.0, 4362.0, 4374.0, 4395.0, 4383.0, 4402.0, 4372.0, 4380.0, 4361.0, 4371.0, 4362.0, 4385.0, 4375.0, 4374.0, 4373.0, 4373.0, 4362.0, 4374.0, 4373.0, 4386.0, 4374.0, 4374.0, 4364.0, 4374.0, 4364.0, 4375.0, 4405.0, 4387.0, 4393.0, 4364.0, 4374.0, 4364.0, 4373.0, 4362.0, 4373.0, 4383.0, 4375.0, 4363.0, 4385.0, 4374.0, 4386.0, 4395.0, 4385.0, 4371.0, 4362.0, 4362.0, 4373.0, 4402.0, 4362.0, 4371.0, 4351.0, 4349.0, 4362.0, 4363.0, 4376.0, 4405.0, 4377.0, 4385.0, 4374.0, 4374.0, 4403.0, 4374.0, 4393.0, 4362.0, 4374.0, 4402.0, 4360.0, 4380.0, 4338.0, 4361.0, 4348.0, 4361.0, 4371.0, 4361.0, 4359.0, 4362.0, 4360.0, 4373.0, 4383.0, 4373.0, 4382.0, 4363.0, 4362.0, 4350.0, 4360.0, 4381.0, 4361.0, 4371.0, 4360.0, 4360.0, 4361.0, 4361.0, 4363.0, 4362.0, 4373.0, 4384.0, 4375.0, 4393.0, 4373.0, 4361.0, 4362.0, 4349.0, 4361.0, 4372.0, 4351.0, 4362.0, 4389.0, 4349.0, 4348.0, 4358.0, 4348.0, 4371.0, 4370.0, 4372.0, 4372.0, 4352.0, 4359.0, 4361.0, 4362.0, 4360.0, 4361.0, 4370.0, 4362.0, 4372.0, 4373.0, 4363.0, 4375.0, 4374.0, 4385.0, 4406.0, 4376.0, 4395.0, 4363.0, 4362.0, 4353.0, 4362.0, 4352.0, 4372.0, 4403.0, 4362.0, 4392.0, 4371.0, 4370.0, 4361.0, 4359.0, 4361.0, 4362.0, 4362.0, 4360.0, 4360.0, 4361.0, 4379.0, 4362.0, 4371.0, 4351.0, 4362.0, 4361.0, 4360.0, 4351.0, 4372.0, 4361.0, 4373.0, 4393.0, 4363.0, 4372.0, 4352.0, 4362.0, 4350.0, 4372.0, 4361.0, 4362.0, 4401.0, 4363.0, 4361.0, 4362.0, 4360.0, 4350.0, 4372.0, 4359.0, 4373.0, 4392.0, 4373.0, 4373.0, 4364.0, 4362.0, 4364.0, 4375.0, 4361.0, 4372.0, 4402.0, 4362.0, 4372.0, 4363.0, 4373.0, 4364.0, 4386.0, 4387.0, 4388.0, 4394.0, 4375.0, 4395.0, 4366.0, 4376.0, 4378.0, 4388.0, 4389.0, 4398.0, 4387.0, 4376.0, 4407.0, 4387.0, 4418.0, 4414.0, 4375.0, 4412.0, 4362.0, 4361.0, 4352.0, 4350.0, 4351.0, 4350.0, 4341.0, 4362.0, 4362.0, 4362.0, 4362.0, 4372.0, 4352.0, 4363.0, 4364.0, 4386.0, 4395.0, 4375.0, 4385.0, 4354.0, 4363.0, 4360.0, 4362.0, 4381.0, 4363.0, 4363.0, 4361.0, 4362.0, 4351.0, 4372.0, 4363.0, 4372.0, 4363.0, 4386.0, 4394.0, 4375.0, 4384.0, 4365.0, 4352.0, 4363.0, 4363.0, 4362.0, 4373.0, 4414.0, 4375.0, 4393.0, 4374.0, 4363.0, 4351.0, 4374.0, 4361.0, 4373.0, 4393.0, 4373.0, 4373.0, 4361.0, 4361.0, 4363.0, 4373.0, 4352.0, 4364.0, 4403.0, 4372.0, 4381.0, 4361.0, 4360.0, 4361.0, 4350.0, 4351.0, 4372.0, 4362.0, 4371.0, 4351.0, 4360.0, 4363.0, 4362.0, 4373.0, 4384.0, 4374.0, 4374.0, 4392.0, 4372.0, 4351.0, 4364.0, 4361.0, 4372.0, 4373.0, 4363.0, 4374.0, 4363.0, 4372.0, 4372.0, 4374.0, 4373.0, 4368.0, 4374.0, 4363.0, 4364.0, 4375.0, 4377.0, 4376.0, 4400.0, 4420.0, 4376.0, 4376.0, 4404.0, 4363.0, 4391.0, 4351.0, 4351.0, 4339.0, 4361.0, 4379.0, 4372.0, 4381.0, 4349.0, 4350.0, 4350.0, 4362.0, 4349.0, 4361.0, 4381.0, 4363.0, 4361.0, 4351.0, 4360.0, 4353.0, 4374.0, 4384.0, 4364.0, 4384.0, 4377.0, 4387.0, 4384.0, 4386.0, 4394.0, 4374.0, 4396.0, 4364.0, 4376.0, 4405.0, 4374.0, 4393.0, 4362.0, 4362.0, 4352.0, 4363.0, 4413.0, 4362.0, 4374.0, 4370.0, 4363.0, 4371.0, 4363.0, 4373.0, 4363.0, 4373.0, 4363.0, 4374.0, 4364.0, 4385.0, 4384.0, 4386.0, 4406.0, 4375.0, 4374.0, 4383.0, 4362.0, 4380.0, 4363.0, 4373.0, 4362.0, 4362.0, 4383.0, 4372.0, 4389.0, 4360.0, 4369.0, 4360.0, 4372.0, 4351.0, 4362.0, 4382.0, 4361.0, 4370.0, 4361.0, 4360.0, 4350.0, 4362.0, 4361.0, 4372.0, 4350.0, 4374.0, 4372.0, 4374.0, 4373.0, 4364.0, 4375.0, 4372.0, 4371.0, 4381.0, 4362.0, 4371.0, 4363.0, 4375.0, 4362.0, 4372.0, 4362.0, 4373.0, 4363.0, 4375.0, 4385.0, 4386.0, 4408.0, 4376.0, 4364.0, 4352.0, 4362.0, 4362.0, 4373.0, 4413.0, 4372.0, 4393.0, 4373.0, 4374.0, 4383.0, 4373.0, 4374.0, 4364.0, 4373.0, 4371.0, 4374.0, 4360.0, 4373.0, 4383.0, 4372.0, 4375.0, 4362.0, 4361.0, 4362.0, 4373.0, 4364.0, 4374.0, 4376.0, 4386.0, 4394.0, 4373.0, 4382.0, 4363.0, 4373.0, 4362.0, 4374.0, 4401.0, 4362.0, 4362.0, 4351.0, 4363.0, 4380.0, 4373.0, 4382.0, 4362.0, 4361.0, 4351.0, 4374.0, 4351.0, 4373.0, 4393.0, 4364.0, 4372.0, 4363.0, 4373.0, 4351.0, 4373.0, 4374.0, 4386.0, 4373.0, 4375.0, 4373.0, 4374.0, 4394.0, 4375.0, 4385.0, 4362.0, 4360.0, 4349.0, 4360.0, 4351.0, 4373.0, 4376.0, 4388.0, 4406.0, 4377.0, 4385.0, 4374.0, 4377.0, 4395.0, 4387.0, 4386.0, 4364.0, 4375.0, 4414.0, 4371.0, 4371.0, 4350.0, 4361.0, 4349.0, 4361.0, 4391.0, 4362.0, 4361.0, 4350.0, 4349.0, 4349.0, 4361.0, 4369.0, 4361.0, 4371.0, 4350.0, 4361.0, 4349.0, 4350.0, 4349.0, 4372.0, 4371.0, 4364.0, 4363.0, 4365.0, 4373.0, 4361.0, 4372.0, 4361.0, 4375.0, 4384.0, 4366.0, 4376.0, 4395.0, 4377.0, 4385.0, 4366.0, 4374.0, 4364.0, 4377.0, 4394.0, 4375.0, 4385.0, 4364.0, 4374.0, 4363.0, 4374.0, 4362.0, 4386.0, 4375.0, 4385.0, 4407.0, 4375.0, 4375.0, 4364.0, 4362.0, 4364.0, 4385.0, 4414.0, 4374.0, 4392.0, 4362.0, 4373.0, 4363.0, 4373.0, 4361.0, 4376.0, 4392.0, 4373.0, 4381.0, 4362.0, 4371.0, 4362.0, 4371.0, 4362.0, 4372.0, 4402.0, 4361.0, 4369.0, 4351.0, 4360.0, 4350.0, 4373.0, 4391.0, 4359.0, 4368.0, 4359.0, 4351.0, 4371.0, 4363.0, 4373.0, 4363.0, 4374.0, 4374.0, 4376.0, 4386.0, 4364.0, 4375.0, 4404.0, 4373.0, 4382.0, 4362.0, 4361.0, 4372.0, 4363.0, 4363.0, 4363.0, 4363.0, 4362.0, 4390.0, 4360.0, 4350.0, 4361.0, 4349.0, 4371.0, 4373.0, 4364.0, 4361.0, 4351.0, 4360.0, 4353.0, 4362.0, 4373.0, 4374.0, 4364.0, 4374.0, 4363.0, 4363.0, 4351.0, 4364.0, 4352.0, 4373.0, 4403.0, 4374.0, 4380.0, 4352.0, 4362.0, 4349.0, 4360.0, 4349.0, 4362.0, 4372.0, 4374.0, 4362.0, 4372.0, 4375.0, 4374.0, 4362.0, 4385.0, 4405.0, 4375.0, 4384.0, 4351.0, 4363.0, 4350.0, 4373.0, 4390.0, 4363.0, 4370.0, 4350.0, 4360.0, 4349.0, 4361.0, 4350.0, 4372.0, 4361.0, 4375.0, 4373.0, 4375.0, 4365.0, 4375.0, 4375.0, 4386.0, 4418.0, 4375.0, 4375.0, 4363.0, 4363.0, 4360.0, 4373.0, 4383.0, 4374.0, 4373.0, 4351.0, 4362.0, 4352.0, 4374.0, 4364.0, 4374.0, 4364.0, 4374.0, 4372.0, 4374.0, 4383.0, 4375.0, 4375.0, 4377.0, 4386.0, 4363.0, 4373.0, 4363.0, 4374.0, 4364.0, 4385.0, 4387.0, 4387.0, 4395.0, 4376.0, 4382.0, 4374.0, 4383.0, 4362.0, 4374.0, 4363.0, 4363.0, 4362.0, 4374.0, 4373.0, 4374.0, 4404.0, 4374.0, 4383.0, 4362.0, 4360.0, 4351.0, 4360.0, 4362.0, 4374.0, 4372.0, 4375.0, 4364.0, 4375.0, 4363.0, 4375.0, 4395.0, 4387.0], 'WindowWidth': [9750.0, 9726.0, 9710.0, 9679.0, 9639.0, 9651.0, 9632.0, 9635.0, 9633.0, 9667.0, 9630.0, 9645.0, 9627.0, 9645.0, 9626.0, 9652.0, 9683.0, 9651.0, 9661.0, 9636.0, 9665.0, 9681.0, 9679.0, 9658.0, 9674.0, 9661.0, 9686.0, 9657.0, 9688.0, 9662.0, 9702.0, 9676.0, 9674.0, 9692.0, 9664.0, 9724.0, 9704.0, 9685.0, 9689.0, 9645.0, 9674.0, 9628.0, 9639.0, 9635.0, 9654.0, 9654.0, 9627.0, 9612.0, 9628.0, 9628.0, 9671.0, 9653.0, 9654.0, 9636.0, 9652.0, 9630.0, 9651.0, 9680.0, 9651.0, 9673.0, 9648.0, 9645.0, 9632.0, 9646.0, 9657.0, 9649.0, 9632.0, 9630.0, 9647.0, 9645.0, 9648.0, 9654.0, 9653.0, 9647.0, 9636.0, 9652.0, 9634.0, 9647.0, 9637.0, 9658.0, 9674.0, 9643.0, 9613.0, 9628.0, 9615.0, 9653.0, 9650.0, 9656.0, 9672.0, 9632.0, 9630.0, 9636.0, 9655.0, 9637.0, 9654.0, 9647.0, 9650.0, 9647.0, 9653.0, 9638.0, 9670.0, 9662.0, 9690.0, 9654.0, 9667.0, 9638.0, 9654.0, 9676.0, 9647.0, 9669.0, 9641.0, 9642.0, 9613.0, 9626.0, 9634.0, 9644.0, 9641.0, 9630.0, 9614.0, 9632.0, 9630.0, 9651.0, 9684.0, 9663.0, 9686.0, 9644.0, 9654.0, 9627.0, 9642.0, 9630.0, 9669.0, 9656.0, 9651.0, 9648.0, 9647.0, 9631.0, 9651.0, 9651.0, 9673.0, 9651.0, 9652.0, 9636.0, 9651.0, 9636.0, 9654.0, 9696.0, 9674.0, 9677.0, 9636.0, 9651.0, 9636.0, 9648.0, 9632.0, 9650.0, 9663.0, 9653.0, 9636.0, 9669.0, 9650.0, 9672.0, 9684.0, 9667.0, 9642.0, 9630.0, 9629.0, 9645.0, 9685.0, 9630.0, 9640.0, 9613.0, 9607.0, 9630.0, 9634.0, 9658.0, 9698.0, 9661.0, 9669.0, 9650.0, 9651.0, 9689.0, 9650.0, 9675.0, 9632.0, 9650.0, 9684.0, 9622.0, 9647.0, 9591.0, 9625.0, 9606.0, 9627.0, 9640.0, 9627.0, 9623.0, 9629.0, 9627.0, 9648.0, 9660.0, 9646.0, 9660.0, 9634.0, 9628.0, 9609.0, 9624.0, 9654.0, 9627.0, 9640.0, 9626.0, 9624.0, 9628.0, 9629.0, 9635.0, 9631.0, 9650.0, 9664.0, 9653.0, 9675.0, 9645.0, 9626.0, 9629.0, 9608.0, 9627.0, 9643.0, 9615.0, 9630.0, 9659.0, 9607.0, 9602.0, 9616.0, 9604.0, 9640.0, 9638.0, 9643.0, 9645.0, 9616.0, 9622.0, 9627.0, 9632.0, 9624.0, 9626.0, 9640.0, 9631.0, 9644.0, 9648.0, 9636.0, 9654.0, 9652.0, 9670.0, 9698.0, 9656.0, 9679.0, 9633.0, 9629.0, 9618.0, 9631.0, 9615.0, 9645.0, 9687.0, 9629.0, 9669.0, 9638.0, 9636.0, 9626.0, 9621.0, 9626.0, 9630.0, 9629.0, 9626.0, 9622.0, 9625.0, 9648.0, 9629.0, 9639.0, 9614.0, 9629.0, 9625.0, 9624.0, 9612.0, 9644.0, 9628.0, 9647.0, 9675.0, 9635.0, 9644.0, 9617.0, 9628.0, 9612.0, 9644.0, 9628.0, 9630.0, 9683.0, 9633.0, 9629.0, 9628.0, 9623.0, 9609.0, 9643.0, 9622.0, 9648.0, 9675.0, 9648.0, 9647.0, 9635.0, 9631.0, 9636.0, 9653.0, 9626.0, 9645.0, 9684.0, 9630.0, 9643.0, 9633.0, 9647.0, 9640.0, 9673.0, 9676.0, 9677.0, 9680.0, 9653.0, 9681.0, 9644.0, 9657.0, 9665.0, 9678.0, 9680.0, 9690.0, 9675.0, 9657.0, 9700.0, 9674.0, 9720.0, 9703.0, 9649.0, 9698.0, 9626.0, 9624.0, 9614.0, 9607.0, 9611.0, 9609.0, 9597.0, 9626.0, 9630.0, 9629.0, 9627.0, 9641.0, 9616.0, 9632.0, 9637.0, 9669.0, 9680.0, 9651.0, 9662.0, 9620.0, 9630.0, 9622.0, 9629.0, 9652.0, 9631.0, 9632.0, 9626.0, 9626.0, 9610.0, 9641.0, 9630.0, 9645.0, 9632.0, 9669.0, 9679.0, 9652.0, 9664.0, 9636.0, 9616.0, 9632.0, 9632.0, 9629.0, 9648.0, 9703.0, 9653.0, 9672.0, 9646.0, 9631.0, 9612.0, 9648.0, 9628.0, 9650.0, 9677.0, 9647.0, 9645.0, 9628.0, 9627.0, 9633.0, 9646.0, 9616.0, 9634.0, 9688.0, 9643.0, 9653.0, 9625.0, 9623.0, 9626.0, 9609.0, 9613.0, 9644.0, 9630.0, 9639.0, 9610.0, 9624.0, 9631.0, 9630.0, 9648.0, 9666.0, 9652.0, 9650.0, 9671.0, 9642.0, 9613.0, 9633.0, 9627.0, 9644.0, 9647.0, 9631.0, 9648.0, 9630.0, 9643.0, 9644.0, 9650.0, 9647.0, 9646.0, 9651.0, 9634.0, 9636.0, 9654.0, 9661.0, 9660.0, 9696.0, 9724.0, 9655.0, 9656.0, 9690.0, 9629.0, 9667.0, 9611.0, 9610.0, 9591.0, 9623.0, 9647.0, 9643.0, 9652.0, 9606.0, 9607.0, 9608.0, 9627.0, 9606.0, 9626.0, 9655.0, 9631.0, 9625.0, 9613.0, 9623.0, 9620.0, 9651.0, 9661.0, 9637.0, 9664.0, 9659.0, 9674.0, 9665.0, 9671.0, 9680.0, 9652.0, 9685.0, 9637.0, 9655.0, 9696.0, 9650.0, 9673.0, 9630.0, 9631.0, 9614.0, 9632.0, 9699.0, 9630.0, 9646.0, 9636.0, 9630.0, 9641.0, 9632.0, 9645.0, 9632.0, 9649.0, 9634.0, 9650.0, 9635.0, 9668.0, 9664.0, 9670.0, 9697.0, 9654.0, 9650.0, 9658.0, 9628.0, 9649.0, 9629.0, 9643.0, 9627.0, 9628.0, 9657.0, 9640.0, 9660.0, 9622.0, 9634.0, 9624.0, 9643.0, 9613.0, 9632.0, 9655.0, 9624.0, 9637.0, 9625.0, 9623.0, 9610.0, 9631.0, 9628.0, 9642.0, 9611.0, 9647.0, 9643.0, 9648.0, 9649.0, 9637.0, 9653.0, 9642.0, 9641.0, 9654.0, 9628.0, 9641.0, 9635.0, 9653.0, 9631.0, 9642.0, 9629.0, 9646.0, 9633.0, 9655.0, 9667.0, 9672.0, 9704.0, 9658.0, 9636.0, 9616.0, 9629.0, 9630.0, 9648.0, 9701.0, 9643.0, 9674.0, 9647.0, 9651.0, 9659.0, 9647.0, 9649.0, 9637.0, 9650.0, 9640.0, 9647.0, 9625.0, 9648.0, 9660.0, 9645.0, 9652.0, 9631.0, 9627.0, 9630.0, 9646.0, 9637.0, 9650.0, 9657.0, 9672.0, 9677.0, 9646.0, 9659.0, 9631.0, 9649.0, 9630.0, 9649.0, 9682.0, 9629.0, 9627.0, 9611.0, 9632.0, 9650.0, 9647.0, 9657.0, 9627.0, 9625.0, 9612.0, 9649.0, 9614.0, 9648.0, 9677.0, 9636.0, 9645.0, 9633.0, 9647.0, 9614.0, 9647.0, 9652.0, 9668.0, 9647.0, 9653.0, 9648.0, 9653.0, 9679.0, 9653.0, 9667.0, 9630.0, 9624.0, 9606.0, 9622.0, 9613.0, 9648.0, 9659.0, 9677.0, 9699.0, 9658.0, 9668.0, 9650.0, 9659.0, 9681.0, 9673.0, 9671.0, 9635.0, 9652.0, 9704.0, 9639.0, 9638.0, 9609.0, 9624.0, 9605.0, 9624.0, 9667.0, 9627.0, 9623.0, 9610.0, 9608.0, 9605.0, 9626.0, 9633.0, 9626.0, 9639.0, 9609.0, 9622.0, 9605.0, 9608.0, 9606.0, 9642.0, 9640.0, 9634.0, 9634.0, 9639.0, 9647.0, 9627.0, 9642.0, 9627.0, 9652.0, 9664.0, 9642.0, 9657.0, 9681.0, 9660.0, 9667.0, 9639.0, 9648.0, 9636.0, 9659.0, 9678.0, 9653.0, 9666.0, 9637.0, 9649.0, 9633.0, 9648.0, 9632.0, 9669.0, 9653.0, 9667.0, 9702.0, 9655.0, 9653.0, 9636.0, 9632.0, 9635.0, 9668.0, 9707.0, 9650.0, 9671.0, 9628.0, 9644.0, 9633.0, 9646.0, 9629.0, 9654.0, 9673.0, 9645.0, 9653.0, 9627.0, 9638.0, 9629.0, 9642.0, 9630.0, 9643.0, 9681.0, 9625.0, 9633.0, 9609.0, 9623.0, 9608.0, 9644.0, 9664.0, 9619.0, 9629.0, 9619.0, 9611.0, 9639.0, 9635.0, 9649.0, 9634.0, 9651.0, 9650.0, 9655.0, 9670.0, 9635.0, 9654.0, 9692.0, 9645.0, 9655.0, 9627.0, 9624.0, 9642.0, 9631.0, 9632.0, 9632.0, 9629.0, 9628.0, 9663.0, 9622.0, 9607.0, 9623.0, 9605.0, 9639.0, 9647.0, 9633.0, 9625.0, 9611.0, 9622.0, 9617.0, 9629.0, 9648.0, 9649.0, 9638.0, 9648.0, 9631.0, 9628.0, 9610.0, 9632.0, 9615.0, 9645.0, 9686.0, 9647.0, 9651.0, 9615.0, 9626.0, 9605.0, 9623.0, 9607.0, 9631.0, 9644.0, 9649.0, 9630.0, 9645.0, 9652.0, 9651.0, 9631.0, 9667.0, 9694.0, 9651.0, 9661.0, 9611.0, 9629.0, 9608.0, 9642.0, 9664.0, 9630.0, 9638.0, 9608.0, 9621.0, 9605.0, 9624.0, 9609.0, 9642.0, 9627.0, 9652.0, 9647.0, 9651.0, 9636.0, 9654.0, 9653.0, 9670.0, 9718.0, 9653.0, 9650.0, 9630.0, 9631.0, 9623.0, 9646.0, 9659.0, 9650.0, 9648.0, 9612.0, 9628.0, 9617.0, 9648.0, 9636.0, 9651.0, 9637.0, 9649.0, 9641.0, 9648.0, 9660.0, 9650.0, 9652.0, 9660.0, 9670.0, 9631.0, 9645.0, 9632.0, 9648.0, 9635.0, 9668.0, 9674.0, 9671.0, 9678.0, 9652.0, 9657.0, 9647.0, 9659.0, 9631.0, 9650.0, 9632.0, 9631.0, 9628.0, 9647.0, 9644.0, 9647.0, 9690.0, 9648.0, 9656.0, 9628.0, 9622.0, 9612.0, 9623.0, 9627.0, 9648.0, 9646.0, 9650.0, 9635.0, 9652.0, 9633.0, 9655.0, 9681.0, 9671.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.000668448275862069</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015065679540229884</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.25060766062136</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2149464773762941</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059039215304948</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8603.4512</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08423785238367247</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.1494252873563218</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3754808558118476</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.295138945279623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6573888457338217</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1739147764220985</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0102216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013233008794486523</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.014526408165693283</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.816593115251473</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>28.0252</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8596</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.3939</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309936.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>891.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.5617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1836</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3650.226</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4784.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.012</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.485676704440266</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> |