=== 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-0098 --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-0098",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0098_ses-04_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-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0098_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0098/figures/sub-0098_ses-04_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-0098/figures/sub-0098_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-04_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-0098/ses-04/func/sub-0098_ses-04_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>cf0f491677b5b026b0ad3df01b48bff1</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>17:58:17.277500</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</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.0881687</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>[4224, -7825, -7225, 227, -109, 77, -36, 90]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>245.19</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f7f7aca-34b9-41cc-9d19-9b95745da557||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['175817.277500', '175817.737500', '175818.197500', '175818.657500', '175819.117500', '175819.577500', '175820.037500', '175820.497500', '175820.957500', '175821.417500', '175821.877500', '175822.337500', '175822.797500', '175823.257500', '175823.717500', '175824.177500', '175824.637500', '175825.097500', '175825.557500', '175826.017500', '175826.477500', '175826.937500', '175827.397500', '175827.857500', '175828.317500', '175828.777500', '175829.237500', '175829.697500', '175830.157500', '175830.617500', '175831.077500', '175831.537500', '175831.997500', '175832.457500', '175832.917500', '175833.377500', '175833.837500', '175834.297500', '175834.757500', '175835.217500', '175835.677500', '175836.137500', '175836.597500', '175837.057500', '175837.517500', '175837.977500', '175838.437500', '175838.897500', '175839.357500', '175839.817500', '175840.277500', '175840.737500', '175841.197500', '175841.657500', '175842.117500', '175842.577500', '175843.037500', '175843.497500', '175843.957500', '175844.417500', '175844.877500', '175845.337500', '175845.797500', '175846.257500', '175846.717500', '175847.177500', '175847.637500', '175848.097500', '175848.557500', '175849.017500', '175849.477500', '175849.937500', '175850.397500', '175850.857500', '175851.317500', '175851.777500', '175852.237500', '175852.697500', '175853.157500', '175853.617500', '175854.077500', '175854.537500', '175854.997500', '175855.457500', '175855.917500', '175856.377500', '175856.837500', '175857.297500', '175857.757500', '175858.217500', '175858.677500', '175859.137500', '175859.597500', '175900.057500', '175900.517500', '175900.977500', '175901.437500', '175901.897500', '175902.357500', '175902.817500', '175903.277500', '175903.737500', '175904.197500', '175904.657500', '175905.117500', '175905.577500', '175906.037500', '175906.497500', '175906.957500', '175907.417500', '175907.877500', '175908.337500', '175908.797500', '175909.257500', '175909.717500', '175910.177500', '175910.637500', '175911.097500', '175911.557500', '175912.017500', '175912.477500', '175912.937500', '175913.397500', '175913.857500', '175914.317500', '175914.777500', '175915.237500', '175915.697500', '175916.157500', '175916.617500', '175917.077500', '175917.537500', '175917.997500', '175918.457500', '175918.917500', '175919.377500', '175919.837500', '175920.297500', '175920.757500', '175921.217500', '175921.677500', '175922.137500', '175922.597500', '175923.057500', '175923.517500', '175923.977500', '175924.437500', '175924.897500', '175925.357500', '175925.817500', '175926.277500', '175926.737500', '175927.197500', '175927.657500', '175928.117500', '175928.577500', '175929.037500', '175929.497500', '175929.957500', '175930.417500', '175930.877500', '175931.337500', '175931.797500', '175932.257500', '175932.717500', '175933.177500', '175933.637500', '175934.097500', '175934.557500', '175935.017500', '175935.477500', '175935.937500', '175936.397500', '175936.857500', '175937.317500', '175937.777500', '175938.237500', '175938.697500', '175939.157500', '175939.617500', '175940.077500', '175940.537500', '175940.997500', '175941.457500', '175941.917500', '175942.377500', '175942.837500', '175943.297500', '175943.757500', '175944.217500', '175944.677500', '175945.137500', '175945.597500', '175946.057500', '175946.517500', '175946.977500', '175947.437500', '175947.897500', '175948.357500', '175948.817500', '175949.277500', '175949.737500', '175950.197500', '175950.657500', '175951.117500', '175951.577500', '175952.037500', '175952.497500', '175952.957500', '175953.417500', '175953.877500', '175954.337500', '175954.797500', '175955.257500', '175955.717500', '175956.177500', '175956.637500', '175957.097500', '175957.557500', '175958.017500', '175958.477500', '175958.937500', '175959.397500', '175959.857500', '180000.317500', '180000.777500', '180001.237500', '180001.697500', '180002.157500', '180002.617500', '180003.077500', '180003.537500', '180003.997500', '180004.457500', '180004.917500', '180005.377500', '180005.837500', '180006.297500', '180006.757500', '180007.217500', '180007.677500', '180008.137500', '180008.597500', '180009.057500', '180009.517500', '180009.977500', '180010.437500', '180010.897500', '180011.357500', '180011.817500', '180012.277500', '180012.737500', '180013.197500', '180013.657500', '180014.117500', '180014.577500', '180015.037500', '180015.497500', '180015.957500', '180016.417500', '180016.877500', '180017.337500', '180017.797500', '180018.257500', '180018.717500', '180019.177500', '180019.637500', '180020.097500', '180020.557500', '180021.017500', '180021.477500', '180021.937500', '180022.397500', '180022.857500', '180023.317500', '180023.777500', '180024.237500', '180024.697500', '180025.157500', '180025.617500', '180026.077500', '180026.537500', '180026.997500', '180027.457500', '180027.917500', '180028.377500', '180028.837500', '180029.297500', '180029.757500', '180030.217500', '180030.677500', '180031.137500', '180031.597500', '180032.057500', '180032.517500', '180032.977500', '180033.437500', '180033.897500', '180034.357500', '180034.817500', '180035.277500', '180035.737500', '180036.197500', '180036.657500', '180037.117500', '180037.577500', '180038.037500', '180038.497500', '180038.957500', '180039.417500', '180039.877500', '180040.337500', '180040.797500', '180041.257500', '180041.717500', '180042.177500', '180042.637500', '180043.097500', '180043.557500', '180044.017500', '180044.477500', '180044.937500', '180045.397500', '180045.857500', '180046.317500', '180046.777500', '180047.237500', '180047.697500', '180048.157500', '180048.617500', '180049.077500', '180049.537500', '180049.997500', '180050.457500', '180050.917500', '180051.377500', '180051.837500', '180052.297500', '180052.757500', '180053.217500', '180053.677500', '180054.137500', '180054.597500', '180055.057500', '180055.517500', '180055.977500', '180056.437500', '180056.897500', '180057.357500', '180057.817500', '180058.277500', '180058.737500', '180059.197500', '180059.657500', '180100.117500', '180100.577500', '180101.037500', '180101.497500', '180101.957500', '180102.417500', '180102.877500', '180103.337500', '180103.797500', '180104.257500', '180104.717500', '180105.177500', '180105.637500', '180106.097500', '180106.557500', '180107.017500', '180107.477500', '180107.937500', '180108.397500', '180108.857500', '180109.317500', '180109.777500', '180110.237500', '180110.697500', '180111.157500', '180111.617500', '180112.077500', '180112.537500', '180112.997500', '180113.457500', '180113.917500', '180114.377500', '180114.837500', '180115.297500', '180115.757500', '180116.217500', '180116.677500', '180117.137500', '180117.597500', '180118.057500', '180118.517500', '180118.977500', '180119.437500', '180119.897500', '180120.357500', '180120.817500', '180121.277500', '180121.737500', '180122.197500', '180122.657500', '180123.117500', '180123.577500', '180124.037500', '180124.497500', '180124.957500', '180125.417500', '180125.877500', '180126.337500', '180126.797500', '180127.257500', '180127.717500', '180128.177500', '180128.637500', '180129.097500', '180129.557500', '180130.017500', '180130.477500', '180130.937500', '180131.397500', '180131.857500', '180132.317500', '180132.777500', '180133.237500', '180133.697500', '180134.157500', '180134.617500', '180135.077500', '180135.537500', '180135.997500', '180136.457500', '180136.917500', '180137.377500', '180137.837500', '180138.297500', '180138.757500', '180139.217500', '180139.677500', '180140.137500', '180140.597500', '180141.057500', '180141.517500', '180141.977500', '180142.437500', '180142.897500', '180143.357500', '180143.817500', '180144.277500', '180144.737500', '180145.197500', '180145.657500', '180146.117500', '180146.577500', '180147.037500', '180147.497500', '180147.957500', '180148.417500', '180148.877500', '180149.337500', '180149.797500', '180150.257500', '180150.717500', '180151.177500', '180151.637500', '180152.097500', '180152.557500', '180153.017500', '180153.477500', '180153.937500', '180154.397500', '180154.857500', '180155.317500', '180155.777500', '180156.237500', '180156.697500', '180157.157500', '180157.617500', '180158.077500', '180158.537500', '180158.997500', '180159.457500', '180159.917500', '180200.377500', '180200.837500', '180201.297500', '180201.757500', '180202.217500', '180202.677500', '180203.137500', '180203.597500', '180204.057500', '180204.517500', '180204.977500', '180205.437500', '180205.897500', '180206.357500', '180206.817500', '180207.277500', '180207.737500', '180208.197500', '180208.657500', '180209.117500', '180209.577500', '180210.037500', '180210.497500', '180210.957500', '180211.417500', '180211.877500', '180212.337500', '180212.797500', '180213.257500', '180213.717500', '180214.177500', '180214.637500', '180215.097500', '180215.557500', '180216.017500', '180216.477500', '180216.937500', '180217.397500', '180217.857500', '180218.317500', '180218.777500', '180219.237500', '180219.697500', '180220.157500', '180220.617500', '180221.077500', '180221.537500', '180221.997500', '180222.457500', '180222.917500', '180223.377500', '180223.837500', '180224.297500', '180224.757500', '180225.217500', '180225.677500', '180226.137500', '180226.597500', '180227.057500', '180227.517500', '180227.977500', '180228.437500', '180228.897500', '180229.357500', '180229.817500', '180230.277500', '180230.737500', '180231.197500', '180231.657500', '180232.117500', '180232.577500', '180233.037500', '180233.497500', '180233.957500', '180234.417500', '180234.877500', '180235.337500', '180235.797500', '180236.257500', '180236.717500', '180237.177500', '180237.637500', '180238.097500', '180238.557500', '180239.017500', '180239.477500', '180239.937500', '180240.397500', '180240.857500', '180241.317500', '180241.777500', '180242.237500', '180242.697500', '180243.157500', '180243.617500', '180244.077500', '180244.537500', '180244.997500', '180245.457500', '180245.917500', '180246.377500', '180246.837500', '180247.297500', '180247.757500', '180248.217500', '180248.677500', '180249.137500', '180249.597500', '180250.057500', '180250.517500', '180250.977500', '180251.437500', '180251.897500', '180252.357500', '180252.817500', '180253.277500', '180253.737500', '180254.197500', '180254.657500', '180255.117500', '180255.577500', '180256.037500', '180256.497500', '180256.957500', '180257.417500', '180257.877500', '180258.337500', '180258.797500', '180259.257500', '180259.717500', '180300.177500', '180300.637500', '180301.097500', '180301.557500', '180302.017500', '180302.477500', '180302.937500', '180303.397500', '180303.857500', '180304.317500', '180304.777500', '180305.237500', '180305.697500', '180306.157500', '180306.617500', '180307.077500', '180307.537500', '180307.997500', '180308.457500', '180308.917500', '180309.377500', '180309.837500', '180310.297500', '180310.757500', '180311.217500', '180311.677500', '180312.137500', '180312.597500', '180313.057500', '180313.517500', '180313.977500', '180314.437500', '180314.897500', '180315.357500', '180315.817500', '180316.277500', '180316.737500', '180317.197500', '180317.657500', '180318.117500', '180318.577500', '180319.037500', '180319.497500', '180319.957500', '180320.417500', '180320.877500', '180321.337500', '180321.797500', '180322.257500', '180322.717500', '180323.177500', '180323.637500', '180324.097500', '180324.557500', '180325.017500', '180325.477500', '180325.937500', '180326.397500', '180326.857500', '180327.317500', '180327.777500', '180328.237500', '180328.697500', '180329.157500', '180329.617500', '180330.077500', '180330.537500', '180330.997500', '180331.457500', '180331.917500', '180332.377500', '180332.837500', '180333.297500', '180333.757500', '180334.217500', '180334.677500', '180335.137500', '180335.597500', '180336.057500', '180336.517500', '180336.977500', '180337.437500', '180337.897500', '180338.357500', '180338.817500', '180339.277500', '180339.737500', '180340.197500', '180340.657500', '180341.117500', '180341.577500', '180342.037500', '180342.497500', '180342.957500', '180343.417500', '180343.877500', '180344.337500', '180344.797500', '180345.257500', '180345.717500', '180346.177500', '180346.637500', '180347.097500', '180347.557500', '180348.017500', '180348.477500', '180348.937500', '180349.397500', '180349.857500', '180350.317500', '180350.777500', '180351.237500', '180351.697500', '180352.157500', '180352.617500', '180353.077500', '180353.537500', '180353.997500', '180354.457500', '180354.917500', '180355.377500', '180355.837500', '180356.297500', '180356.757500', '180357.217500', '180357.677500', '180358.137500', '180358.597500', '180359.057500', '180359.517500', '180359.977500', '180400.437500', '180400.897500', '180401.357500', '180401.817500', '180402.277500', '180402.737500', '180403.197500', '180403.657500', '180404.117500', '180404.577500', '180405.037500', '180405.497500', '180405.957500', '180406.417500', '180406.877500', '180407.337500', '180407.797500', '180408.257500', '180408.717500', '180409.177500', '180409.637500', '180410.097500', '180410.557500', '180411.017500', '180411.477500', '180411.937500', '180412.397500', '180412.857500', '180413.317500', '180413.777500', '180414.237500', '180414.697500', '180415.157500', '180415.617500', '180416.077500', '180416.537500', '180416.997500', '180417.457500', '180417.917500', '180418.377500', '180418.837500', '180419.297500', '180419.757500', '180420.217500', '180420.677500', '180421.137500', '180421.597500', '180422.057500', '180422.517500', '180422.977500', '180423.437500', '180423.897500', '180424.357500', '180424.817500', '180425.277500', '180425.737500', '180426.197500', '180426.657500', '180427.117500', '180427.577500', '180428.037500', '180428.497500', '180428.957500', '180429.417500', '180429.877500', '180430.337500', '180430.797500', '180431.257500', '180431.717500', '180432.177500', '180432.637500', '180433.097500', '180433.557500', '180434.017500', '180434.477500', '180434.937500', '180435.397500', '180435.857500', '180436.317500', '180436.777500', '180437.237500', '180437.697500', '180438.157500', '180438.617500', '180439.077500', '180439.537500', '180439.997500', '180440.457500', '180440.917500', '180441.377500', '180441.837500', '180442.297500', '180442.757500', '180443.217500', '180443.677500', '180444.137500', '180444.597500', '180445.057500', '180445.517500', '180445.977500', '180446.437500', '180446.897500', '180447.357500', '180447.817500', '180448.277500', '180448.737500', '180449.197500', '180449.657500', '180450.117500', '180450.577500', '180451.037500', '180451.497500', '180451.957500', '180452.417500', '180452.877500', '180453.337500', '180453.797500', '180454.257500', '180454.717500', '180455.177500', '180455.637500', '180456.097500', '180456.557500', '180457.017500', '180457.477500', '180457.937500'], 'ContentTime': ['175837.429000', '175837.432000', '175837.435000', '175837.438000', '175837.440000', '175837.443000', '175837.446000', '175837.448000', '175837.451000', '175837.453000', '175837.456000', '175837.459000', '175837.461000', '175837.464000', '175837.466000', '175837.469000', '175837.472000', '175837.474000', '175837.477000', '175837.480000', '175837.482000', '175837.485000', '175837.487000', '175837.490000', '175837.493000', '175837.495000', '175837.498000', '175837.510000', '175837.512000', '175837.515000', '175837.517000', '175837.520000', '175837.523000', '175837.525000', '175837.528000', '175837.531000', '175837.533000', '175837.539000', '175837.542000', '175837.544000', '175837.547000', '175857.398000', '175857.400000', '175857.403000', '175857.406000', '175857.408000', '175857.411000', '175857.414000', '175857.417000', '175857.419000', '175857.422000', '175857.425000', '175857.428000', '175857.430000', '175857.433000', '175857.436000', '175857.438000', '175857.441000', '175857.444000', '175857.446000', '175857.449000', '175857.451000', '175857.455000', '175857.457000', '175857.460000', '175857.462000', '175857.465000', '175857.468000', '175857.470000', '175857.473000', '175857.483000', '175857.485000', '175857.488000', '175857.490000', '175857.493000', '175857.496000', '175857.498000', '175857.501000', '175857.504000', '175857.506000', '175857.509000', '175857.511000', '175857.514000', '175857.517000', '175917.397000', '175917.400000', '175917.411000', '175917.413000', '175917.416000', '175917.419000', '175917.421000', '175917.424000', '175917.427000', '175917.429000', '175917.432000', '175917.434000', '175917.437000', '175917.440000', '175917.442000', '175917.445000', '175917.447000', '175917.450000', '175917.453000', '175917.455000', '175917.458000', '175917.460000', '175917.463000', '175917.466000', '175917.468000', '175917.471000', '175917.473000', '175917.476000', '175917.479000', '175917.481000', '175917.484000', '175917.486000', '175917.489000', '175917.492000', '175917.494000', '175917.497000', '175917.505000', '175917.508000', '175917.510000', '175917.513000', '175917.516000', '175917.518000', '175917.521000', '175917.523000', '175937.397000', '175937.400000', '175937.403000', '175937.405000', '175937.408000', '175937.411000', '175937.413000', '175937.416000', '175937.419000', '175937.421000', '175937.424000', '175937.426000', '175937.429000', '175937.432000', '175937.434000', '175937.437000', '175937.439000', '175937.442000', '175937.445000', '175937.447000', '175937.450000', '175937.452000', '175937.455000', '175937.458000', '175937.460000', '175937.463000', '175937.465000', '175937.468000', '175937.471000', '175937.474000', '175937.477000', '175937.479000', '175937.482000', '175937.484000', '175937.487000', '175937.490000', '175937.492000', '175937.495000', '175937.498000', '175937.500000', '175937.503000', '175937.505000', '175937.508000', '175957.396000', '175957.399000', '175957.402000', '175957.405000', '175957.408000', '175957.410000', '175957.413000', '175957.416000', '175957.418000', '175957.421000', '175957.423000', '175957.426000', '175957.429000', '175957.431000', '175957.434000', '175957.436000', '175957.439000', '175957.442000', '175957.444000', '175957.447000', '175957.450000', '175957.452000', '175957.455000', '175957.457000', '175957.460000', '175957.463000', '175957.465000', '175957.468000', '175957.471000', '175957.473000', '175957.476000', '175957.478000', '175957.481000', '175957.484000', '175957.486000', '175957.489000', '175957.492000', '175957.494000', '175957.497000', '175957.500000', '175957.524000', '175957.527000', '175957.530000', '175957.532000', '180017.396000', '180017.399000', '180017.402000', '180017.405000', '180017.407000', '180017.410000', '180017.413000', '180017.415000', '180017.418000', '180017.420000', '180017.423000', '180017.426000', '180017.428000', '180017.431000', '180017.434000', '180017.436000', '180017.439000', '180017.441000', '180017.444000', '180017.447000', '180017.450000', '180017.453000', '180017.456000', '180017.459000', '180017.462000', '180017.464000', '180017.467000', '180017.470000', '180017.472000', '180017.475000', '180017.477000', '180017.480000', '180017.483000', '180017.485000', '180017.488000', '180017.491000', '180017.493000', '180017.496000', '180017.499000', '180017.501000', '180017.504000', '180017.507000', '180017.509000', '180037.396000', '180037.399000', '180037.403000', '180037.405000', '180037.408000', '180037.411000', '180037.414000', '180037.416000', '180037.419000', '180037.422000', '180037.424000', '180037.427000', '180037.430000', '180037.432000', '180037.435000', '180037.437000', '180037.440000', '180037.443000', '180037.445000', '180037.448000', '180037.451000', '180037.453000', '180037.456000', '180037.459000', '180037.461000', '180037.464000', '180037.467000', '180037.469000', '180037.472000', '180037.474000', '180037.477000', '180037.480000', '180037.482000', '180037.485000', '180037.488000', '180037.490000', '180037.493000', '180037.495000', '180037.498000', '180037.501000', '180037.503000', '180037.506000', '180037.509000', '180037.511000', '180057.396000', '180057.399000', '180057.402000', '180057.404000', '180057.407000', '180057.410000', '180057.412000', '180057.415000', '180057.418000', '180057.421000', '180057.423000', '180057.426000', '180057.429000', '180057.431000', '180057.434000', '180057.436000', '180057.439000', '180057.442000', '180057.445000', '180057.447000', '180057.450000', '180057.453000', '180057.456000', '180057.459000', '180057.461000', '180057.464000', '180057.467000', '180057.469000', '180057.472000', '180057.475000', '180057.477000', '180057.480000', '180057.483000', '180057.485000', '180057.488000', '180057.490000', '180057.493000', '180057.496000', '180057.498000', '180057.501000', '180057.504000', '180057.506000', '180057.509000', '180117.397000', '180117.401000', '180117.403000', '180117.406000', '180117.408000', '180117.411000', '180117.414000', '180117.416000', '180117.419000', '180117.422000', '180117.424000', '180117.427000', '180117.429000', '180117.432000', '180117.435000', '180117.437000', '180117.440000', '180117.443000', '180117.445000', '180117.448000', '180117.450000', '180117.453000', '180117.456000', '180117.458000', '180117.461000', '180117.464000', '180117.466000', '180117.469000', '180117.472000', '180117.474000', '180117.477000', '180117.480000', '180117.482000', '180117.485000', '180117.488000', '180117.490000', '180117.493000', '180117.495000', '180117.498000', '180117.501000', '180117.503000', '180117.506000', '180117.508000', '180117.511000', '180137.397000', '180137.400000', '180137.403000', '180137.406000', '180137.408000', '180137.411000', '180137.413000', '180137.416000', '180137.419000', '180137.422000', '180137.424000', '180137.427000', '180137.429000', '180137.432000', '180137.435000', '180137.437000', '180137.440000', '180137.443000', '180137.445000', '180137.448000', '180137.451000', '180137.453000', '180137.456000', '180137.459000', '180137.461000', '180137.464000', '180137.467000', '180137.469000', '180137.472000', '180137.475000', '180137.477000', '180137.480000', '180137.483000', '180137.485000', '180137.488000', '180137.490000', '180137.504000', '180137.507000', '180137.509000', '180137.525000', '180137.528000', '180137.530000', '180137.533000', '180157.398000', '180157.400000', '180157.403000', '180157.406000', '180157.408000', '180157.411000', '180157.414000', '180157.416000', '180157.419000', '180157.422000', '180157.424000', '180157.427000', '180157.429000', '180157.432000', '180157.435000', '180157.437000', '180157.440000', '180157.443000', '180157.445000', '180157.448000', '180157.450000', '180157.453000', '180157.456000', '180157.458000', '180157.461000', '180157.464000', '180157.467000', '180157.469000', '180157.472000', '180157.475000', '180157.477000', '180157.480000', '180157.483000', '180157.485000', '180157.488000', '180157.490000', '180157.493000', '180157.496000', '180157.498000', '180157.501000', '180157.504000', '180157.506000', '180157.509000', '180157.512000', '180217.396000', '180217.399000', '180217.402000', '180217.405000', '180217.407000', '180217.410000', '180217.413000', '180217.416000', '180217.418000', '180217.421000', '180217.423000', '180217.426000', '180217.429000', '180217.431000', '180217.434000', '180217.437000', '180217.439000', '180217.442000', '180217.445000', '180217.447000', '180217.450000', '180217.452000', '180217.455000', '180217.458000', '180217.460000', '180217.463000', '180217.465000', '180217.468000', '180217.471000', '180217.473000', '180217.476000', '180217.479000', '180217.482000', '180217.484000', '180217.487000', '180217.489000', '180217.492000', '180217.495000', '180217.497000', '180217.500000', '180217.503000', '180217.505000', '180217.508000', '180237.396000', '180237.399000', '180237.402000', '180237.405000', '180237.408000', '180237.410000', '180237.413000', '180237.416000', '180237.418000', '180237.421000', '180237.423000', '180237.426000', '180237.429000', '180237.431000', '180237.434000', '180237.437000', '180237.439000', '180237.442000', '180237.444000', '180237.447000', '180237.450000', '180237.452000', '180237.455000', '180237.458000', '180237.460000', '180237.463000', '180237.466000', '180237.468000', '180237.471000', '180237.473000', '180237.476000', '180237.479000', '180237.481000', '180237.484000', '180237.487000', '180237.489000', '180237.492000', '180237.495000', '180237.497000', '180237.500000', '180237.503000', '180237.505000', '180237.508000', '180237.510000', '180257.396000', '180257.400000', '180257.402000', '180257.405000', '180257.407000', '180257.410000', '180257.413000', '180257.415000', '180257.418000', '180257.421000', '180257.423000', '180257.426000', '180257.429000', '180257.431000', '180257.434000', '180257.436000', '180257.439000', '180257.442000', '180257.444000', '180257.447000', '180257.450000', '180257.453000', '180257.455000', '180257.458000', '180257.460000', '180257.463000', '180257.466000', '180257.468000', '180257.471000', '180257.474000', '180257.476000', '180257.479000', '180257.481000', '180257.484000', '180257.487000', '180257.489000', '180257.492000', '180257.495000', '180257.497000', '180257.500000', '180257.502000', '180257.505000', '180257.508000', '180317.396000', '180317.399000', '180317.402000', '180317.413000', '180317.416000', '180317.418000', '180317.421000', '180317.424000', '180317.426000', '180317.429000', '180317.432000', '180317.434000', '180317.437000', '180317.440000', '180317.442000', '180317.445000', '180317.448000', '180317.450000', '180317.453000', '180317.455000', '180317.458000', '180317.461000', '180317.464000', '180317.466000', '180317.469000', '180317.472000', '180317.474000', '180317.477000', '180317.480000', '180317.482000', '180317.485000', '180317.487000', '180317.490000', '180317.493000', '180317.495000', '180317.498000', '180317.501000', '180317.503000', '180317.506000', '180317.509000', '180317.511000', '180317.514000', '180317.516000', '180317.519000', '180337.398000', '180337.401000', '180337.403000', '180337.406000', '180337.409000', '180337.411000', '180337.414000', '180337.417000', '180337.419000', '180337.422000', '180337.425000', '180337.427000', '180337.430000', '180337.433000', '180337.435000', '180337.438000', '180337.441000', '180337.443000', '180337.446000', '180337.449000', '180337.451000', '180337.454000', '180337.457000', '180337.459000', '180337.462000', '180337.465000', '180337.467000', '180337.470000', '180337.473000', '180337.475000', '180337.478000', '180337.480000', '180337.483000', '180337.486000', '180337.488000', '180337.491000', '180337.493000', '180337.496000', '180337.499000', '180337.501000', '180337.504000', '180337.507000', '180337.509000', '180357.398000', '180357.401000', '180357.404000', '180357.407000', '180357.409000', '180357.412000', '180357.415000', '180357.417000', '180357.420000', '180357.422000', '180357.425000', '180357.428000', '180357.430000', '180357.433000', '180357.436000', '180357.438000', '180357.441000', '180357.444000', '180357.446000', '180357.449000', '180357.451000', '180357.454000', '180357.457000', '180357.459000', '180357.462000', '180357.464000', '180357.467000', '180357.470000', '180357.472000', '180357.475000', '180357.478000', '180357.480000', '180357.483000', '180357.486000', '180357.488000', '180357.491000', '180357.493000', '180357.496000', '180357.499000', '180357.501000', '180357.504000', '180357.507000', '180357.509000', '180357.512000', '180417.398000', '180417.400000', '180417.403000', '180417.406000', '180417.409000', '180417.411000', '180417.414000', '180417.425000', '180417.428000', '180417.430000', '180417.433000', '180417.436000', '180417.438000', '180417.441000', '180417.444000', '180417.446000', '180417.449000', '180417.452000', '180417.454000', '180417.457000', '180417.460000', '180417.462000', '180417.465000', '180417.468000', '180417.470000', '180417.473000', '180417.476000', '180417.478000', '180417.482000', '180417.485000', '180417.488000', '180417.490000', '180417.493000', '180417.496000', '180417.498000', '180417.501000', '180417.504000', '180417.506000', '180417.509000', '180417.512000', '180417.514000', '180417.517000', '180417.520000', '180437.396000', '180437.399000', '180437.402000', '180437.404000', '180437.407000', '180437.410000', '180437.412000', '180437.415000', '180437.418000', '180437.420000', '180437.423000', '180437.425000', '180437.428000', '180437.431000', '180437.446000', '180437.448000', '180437.451000', '180437.454000', '180437.456000', '180437.459000', '180437.462000', '180437.464000', '180437.467000', '180437.469000', '180437.472000', '180437.475000', '180437.477000', '180437.480000', '180437.483000', '180437.485000', '180437.488000', '180437.490000', '180437.493000', '180437.496000', '180437.498000', '180437.501000', '180437.503000', '180437.506000', '180437.508000', '180437.511000', '180437.514000', '180437.516000', '180437.519000', '180437.522000', '180457.397000', '180457.400000', '180457.402000', '180457.405000', '180457.407000', '180457.410000', '180457.413000', '180457.415000', '180457.418000', '180457.420000', '180457.423000', '180457.426000', '180457.428000', '180457.431000', '180457.434000', '180457.436000', '180457.439000', '180457.441000', '180457.444000', '180457.447000', '180457.449000', '180457.452000', '180457.455000', '180457.457000', '180457.460000', '180457.462000', '180457.465000', '180457.468000', '180457.470000', '180457.473000', '180457.476000', '180457.478000', '180457.481000', '180457.483000', '180457.486000', '180457.489000', '180457.491000', '180457.494000', '180457.497000', '180457.499000', '180457.502000', '180457.504000', '180457.507000', '180459.402000', '180459.405000', '180459.408000', '180459.411000', '180459.413000'], 'InstanceCreationTime': ['175837.429000', '175837.432000', '175837.435000', '175837.438000', '175837.440000', '175837.443000', '175837.446000', '175837.448000', '175837.451000', '175837.453000', '175837.456000', '175837.459000', '175837.461000', '175837.464000', '175837.466000', '175837.469000', '175837.472000', '175837.474000', '175837.477000', '175837.480000', '175837.482000', '175837.485000', '175837.487000', '175837.490000', '175837.493000', '175837.495000', '175837.498000', '175837.510000', '175837.512000', '175837.515000', '175837.517000', '175837.520000', '175837.523000', '175837.525000', '175837.528000', '175837.531000', '175837.533000', '175837.539000', '175837.542000', '175837.544000', '175837.547000', '175857.398000', '175857.400000', '175857.403000', '175857.406000', '175857.408000', '175857.411000', '175857.414000', '175857.417000', '175857.419000', '175857.422000', '175857.425000', '175857.428000', '175857.430000', '175857.433000', '175857.436000', '175857.438000', '175857.441000', '175857.444000', '175857.446000', '175857.449000', '175857.451000', '175857.455000', '175857.457000', '175857.460000', '175857.462000', '175857.465000', '175857.468000', '175857.470000', '175857.473000', '175857.483000', '175857.485000', '175857.488000', '175857.490000', '175857.493000', '175857.496000', '175857.498000', '175857.501000', '175857.504000', '175857.506000', '175857.509000', '175857.511000', '175857.514000', '175857.517000', '175917.397000', '175917.400000', '175917.411000', '175917.413000', '175917.416000', '175917.419000', '175917.421000', '175917.424000', '175917.427000', '175917.429000', '175917.432000', '175917.434000', '175917.437000', '175917.440000', '175917.442000', '175917.445000', '175917.447000', '175917.450000', '175917.453000', '175917.455000', '175917.458000', '175917.460000', '175917.463000', '175917.466000', '175917.468000', '175917.471000', '175917.473000', '175917.476000', '175917.479000', '175917.481000', '175917.484000', '175917.486000', '175917.489000', '175917.492000', '175917.494000', '175917.497000', '175917.505000', '175917.508000', '175917.510000', '175917.513000', '175917.516000', '175917.518000', '175917.521000', '175917.523000', '175937.397000', '175937.400000', '175937.403000', '175937.405000', '175937.408000', '175937.411000', '175937.413000', '175937.416000', '175937.419000', '175937.421000', '175937.424000', '175937.426000', '175937.429000', '175937.432000', '175937.434000', '175937.437000', '175937.439000', '175937.442000', '175937.445000', '175937.447000', '175937.450000', '175937.452000', '175937.455000', '175937.458000', '175937.460000', '175937.463000', '175937.465000', '175937.468000', '175937.471000', '175937.474000', '175937.477000', '175937.479000', '175937.482000', '175937.484000', '175937.487000', '175937.490000', '175937.492000', '175937.495000', '175937.498000', '175937.500000', '175937.503000', '175937.505000', '175937.508000', '175957.396000', '175957.399000', '175957.402000', '175957.405000', '175957.408000', '175957.410000', '175957.413000', '175957.416000', '175957.418000', '175957.421000', '175957.423000', '175957.426000', '175957.429000', '175957.431000', '175957.434000', '175957.436000', '175957.439000', '175957.442000', '175957.444000', '175957.447000', '175957.450000', '175957.452000', '175957.455000', '175957.457000', '175957.460000', '175957.463000', '175957.465000', '175957.468000', '175957.471000', '175957.473000', '175957.476000', '175957.478000', '175957.481000', '175957.484000', '175957.486000', '175957.489000', '175957.492000', '175957.494000', '175957.497000', '175957.500000', '175957.524000', '175957.527000', '175957.530000', '175957.532000', '180017.396000', '180017.399000', '180017.402000', '180017.405000', '180017.407000', '180017.410000', '180017.413000', '180017.415000', '180017.418000', '180017.420000', '180017.423000', '180017.426000', '180017.428000', '180017.431000', '180017.434000', '180017.436000', '180017.439000', '180017.441000', '180017.444000', '180017.447000', '180017.450000', '180017.453000', '180017.456000', '180017.459000', '180017.462000', '180017.464000', '180017.467000', '180017.470000', '180017.472000', '180017.475000', '180017.477000', '180017.480000', '180017.483000', '180017.485000', '180017.488000', '180017.491000', '180017.493000', '180017.496000', '180017.499000', '180017.501000', '180017.504000', '180017.507000', '180017.509000', '180037.396000', '180037.399000', '180037.403000', '180037.405000', '180037.408000', '180037.411000', '180037.414000', '180037.416000', '180037.419000', '180037.422000', '180037.424000', '180037.427000', '180037.430000', '180037.432000', '180037.435000', '180037.437000', '180037.440000', '180037.443000', '180037.445000', '180037.448000', '180037.451000', '180037.453000', '180037.456000', '180037.459000', '180037.461000', '180037.464000', '180037.467000', '180037.469000', '180037.472000', '180037.474000', '180037.477000', '180037.480000', '180037.482000', '180037.485000', '180037.488000', '180037.490000', '180037.493000', '180037.495000', '180037.498000', '180037.501000', '180037.503000', '180037.506000', '180037.509000', '180037.511000', '180057.396000', '180057.399000', '180057.402000', '180057.404000', '180057.407000', '180057.410000', '180057.412000', '180057.415000', '180057.418000', '180057.421000', '180057.423000', '180057.426000', '180057.429000', '180057.431000', '180057.434000', '180057.436000', '180057.439000', '180057.442000', '180057.445000', '180057.447000', '180057.450000', '180057.453000', '180057.456000', '180057.459000', '180057.461000', '180057.464000', '180057.467000', '180057.469000', '180057.472000', '180057.475000', '180057.477000', '180057.480000', '180057.483000', '180057.485000', '180057.488000', '180057.490000', '180057.493000', '180057.496000', '180057.498000', '180057.501000', '180057.504000', '180057.506000', '180057.509000', '180117.397000', '180117.401000', '180117.403000', '180117.406000', '180117.408000', '180117.411000', '180117.414000', '180117.416000', '180117.419000', '180117.422000', '180117.424000', '180117.427000', '180117.429000', '180117.432000', '180117.435000', '180117.437000', '180117.440000', '180117.443000', '180117.445000', '180117.448000', '180117.450000', '180117.453000', '180117.456000', '180117.458000', '180117.461000', '180117.464000', '180117.466000', '180117.469000', '180117.472000', '180117.474000', '180117.477000', '180117.480000', '180117.482000', '180117.485000', '180117.488000', '180117.490000', '180117.493000', '180117.495000', '180117.498000', '180117.501000', '180117.503000', '180117.506000', '180117.508000', '180117.511000', '180137.397000', '180137.400000', '180137.403000', '180137.406000', '180137.408000', '180137.411000', '180137.413000', '180137.416000', '180137.419000', '180137.422000', '180137.424000', '180137.427000', '180137.429000', '180137.432000', '180137.435000', '180137.437000', '180137.440000', '180137.443000', '180137.445000', '180137.448000', '180137.451000', '180137.453000', '180137.456000', '180137.459000', '180137.461000', '180137.464000', '180137.467000', '180137.469000', '180137.472000', '180137.475000', '180137.477000', '180137.480000', '180137.483000', '180137.485000', '180137.488000', '180137.490000', '180137.504000', '180137.507000', '180137.509000', '180137.525000', '180137.528000', '180137.530000', '180137.533000', '180157.398000', '180157.400000', '180157.403000', '180157.406000', '180157.408000', '180157.411000', '180157.414000', '180157.416000', '180157.419000', '180157.422000', '180157.424000', '180157.427000', '180157.429000', '180157.432000', '180157.435000', '180157.437000', '180157.440000', '180157.443000', '180157.445000', '180157.448000', '180157.450000', '180157.453000', '180157.456000', '180157.458000', '180157.461000', '180157.464000', '180157.467000', '180157.469000', '180157.472000', '180157.475000', '180157.477000', '180157.480000', '180157.483000', '180157.485000', '180157.488000', '180157.490000', '180157.493000', '180157.496000', '180157.498000', '180157.501000', '180157.504000', '180157.506000', '180157.509000', '180157.512000', '180217.396000', '180217.399000', '180217.402000', '180217.405000', '180217.407000', '180217.410000', '180217.413000', '180217.416000', '180217.418000', '180217.421000', '180217.423000', '180217.426000', '180217.429000', '180217.431000', '180217.434000', '180217.437000', '180217.439000', '180217.442000', '180217.445000', '180217.447000', '180217.450000', '180217.452000', '180217.455000', '180217.458000', '180217.460000', '180217.463000', '180217.465000', '180217.468000', '180217.471000', '180217.473000', '180217.476000', '180217.479000', '180217.482000', '180217.484000', '180217.487000', '180217.489000', '180217.492000', '180217.495000', '180217.497000', '180217.500000', '180217.503000', '180217.505000', '180217.508000', '180237.396000', '180237.399000', '180237.402000', '180237.405000', '180237.408000', '180237.410000', '180237.413000', '180237.416000', '180237.418000', '180237.421000', '180237.423000', '180237.426000', '180237.429000', '180237.431000', '180237.434000', '180237.437000', '180237.439000', '180237.442000', '180237.444000', '180237.447000', '180237.450000', '180237.452000', '180237.455000', '180237.458000', '180237.460000', '180237.463000', '180237.466000', '180237.468000', '180237.471000', '180237.473000', '180237.476000', '180237.479000', '180237.481000', '180237.484000', '180237.487000', '180237.489000', '180237.492000', '180237.495000', '180237.497000', '180237.500000', '180237.503000', '180237.505000', '180237.508000', '180237.510000', '180257.396000', '180257.400000', '180257.402000', '180257.405000', '180257.407000', '180257.410000', '180257.413000', '180257.415000', '180257.418000', '180257.421000', '180257.423000', '180257.426000', '180257.429000', '180257.431000', '180257.434000', '180257.436000', '180257.439000', '180257.442000', '180257.444000', '180257.447000', '180257.450000', '180257.453000', '180257.455000', '180257.458000', '180257.460000', '180257.463000', '180257.466000', '180257.468000', '180257.471000', '180257.474000', '180257.476000', '180257.479000', '180257.481000', '180257.484000', '180257.487000', '180257.489000', '180257.492000', '180257.495000', '180257.497000', '180257.500000', '180257.502000', '180257.505000', '180257.508000', '180317.396000', '180317.399000', '180317.402000', '180317.413000', '180317.416000', '180317.418000', '180317.421000', '180317.424000', '180317.426000', '180317.429000', '180317.432000', '180317.434000', '180317.437000', '180317.440000', '180317.442000', '180317.445000', '180317.448000', '180317.450000', '180317.453000', '180317.455000', '180317.458000', '180317.461000', '180317.464000', '180317.466000', '180317.469000', '180317.472000', '180317.474000', '180317.477000', '180317.480000', '180317.482000', '180317.485000', '180317.487000', '180317.490000', '180317.493000', '180317.495000', '180317.498000', '180317.501000', '180317.503000', '180317.506000', '180317.509000', '180317.511000', '180317.514000', '180317.516000', '180317.519000', '180337.398000', '180337.401000', '180337.403000', '180337.406000', '180337.409000', '180337.411000', '180337.414000', '180337.417000', '180337.419000', '180337.422000', '180337.425000', '180337.427000', '180337.430000', '180337.433000', '180337.435000', '180337.438000', '180337.441000', '180337.443000', '180337.446000', '180337.449000', '180337.451000', '180337.454000', '180337.457000', '180337.459000', '180337.462000', '180337.465000', '180337.467000', '180337.470000', '180337.473000', '180337.475000', '180337.478000', '180337.480000', '180337.483000', '180337.486000', '180337.488000', '180337.491000', '180337.493000', '180337.496000', '180337.499000', '180337.501000', '180337.504000', '180337.507000', '180337.509000', '180357.398000', '180357.401000', '180357.404000', '180357.407000', '180357.409000', '180357.412000', '180357.415000', '180357.417000', '180357.420000', '180357.422000', '180357.425000', '180357.428000', '180357.430000', '180357.433000', '180357.436000', '180357.438000', '180357.441000', '180357.444000', '180357.446000', '180357.449000', '180357.451000', '180357.454000', '180357.457000', '180357.459000', '180357.462000', '180357.464000', '180357.467000', '180357.470000', '180357.472000', '180357.475000', '180357.478000', '180357.480000', '180357.483000', '180357.486000', '180357.488000', '180357.491000', '180357.493000', '180357.496000', '180357.499000', '180357.501000', '180357.504000', '180357.507000', '180357.509000', '180357.512000', '180417.398000', '180417.400000', '180417.403000', '180417.406000', '180417.409000', '180417.411000', '180417.414000', '180417.425000', '180417.428000', '180417.430000', '180417.433000', '180417.436000', '180417.438000', '180417.441000', '180417.444000', '180417.446000', '180417.449000', '180417.452000', '180417.454000', '180417.457000', '180417.460000', '180417.462000', '180417.465000', '180417.468000', '180417.470000', '180417.473000', '180417.476000', '180417.478000', '180417.482000', '180417.485000', '180417.488000', '180417.490000', '180417.493000', '180417.496000', '180417.498000', '180417.501000', '180417.504000', '180417.506000', '180417.509000', '180417.512000', '180417.514000', '180417.517000', '180417.520000', '180437.396000', '180437.399000', '180437.402000', '180437.404000', '180437.407000', '180437.410000', '180437.412000', '180437.415000', '180437.418000', '180437.420000', '180437.423000', '180437.425000', '180437.428000', '180437.431000', '180437.446000', '180437.448000', '180437.451000', '180437.454000', '180437.456000', '180437.459000', '180437.462000', '180437.464000', '180437.467000', '180437.469000', '180437.472000', '180437.475000', '180437.477000', '180437.480000', '180437.483000', '180437.485000', '180437.488000', '180437.490000', '180437.493000', '180437.496000', '180437.498000', '180437.501000', '180437.503000', '180437.506000', '180437.508000', '180437.511000', '180437.514000', '180437.516000', '180437.519000', '180437.522000', '180457.397000', '180457.400000', '180457.402000', '180457.405000', '180457.407000', '180457.410000', '180457.413000', '180457.415000', '180457.418000', '180457.420000', '180457.423000', '180457.426000', '180457.428000', '180457.431000', '180457.434000', '180457.436000', '180457.439000', '180457.441000', '180457.444000', '180457.447000', '180457.449000', '180457.452000', '180457.455000', '180457.457000', '180457.460000', '180457.462000', '180457.465000', '180457.468000', '180457.470000', '180457.473000', '180457.476000', '180457.478000', '180457.481000', '180457.483000', '180457.486000', '180457.489000', '180457.491000', '180457.494000', '180457.497000', '180457.499000', '180457.502000', '180457.504000', '180457.507000', '180459.402000', '180459.405000', '180459.408000', '180459.411000', '180459.413000'], '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': [11643, 16112, 11208, 14982, 12204, 15978, 13436, 14687, 11858, 10288, 15425, 16959, 15992, 14154, 9395, 9415, 8244, 9599, 12086, 12772, 10377, 8586, 13060, 11802, 16072, 14194, 18292, 18490, 14908, 21241, 15770, 20914, 14461, 19220, 13159, 17005, 11325, 14517, 12526, 13435, 12378, 12794, 11061, 12151, 11246, 9630, 12006, 11011, 12343, 10711, 12339, 10446, 12665, 10168, 12401, 11062, 13312, 11029, 13044, 10612, 11985, 10734, 9608, 11655, 9987, 12029, 9338, 11261, 10615, 12407, 10699, 11653, 11217, 9316, 11664, 10166, 13069, 9963, 13249, 10212, 13352, 11031, 14935, 12123, 12316, 12002, 9880, 13310, 10467, 15425, 12573, 13240, 11783, 8829, 13839, 10753, 13012, 11025, 9506, 12227, 11472, 13260, 11727, 9381, 12473, 10055, 15636, 13038, 16962, 11532, 13527, 10902, 9556, 13903, 12010, 15095, 12422, 12616, 13202, 9159, 11879, 11551, 9467, 13615, 11549, 15223, 15617, 10909, 9272, 12405, 11352, 14300, 13129, 9951, 15295, 11392, 15990, 12410, 16303, 13351, 13214, 14224, 10566, 14315, 11482, 15490, 12480, 14167, 12121, 10575, 12927, 10526, 13562, 10550, 13516, 11162, 13339, 11372, 14926, 11792, 11583, 11839, 11257, 12799, 10450, 13265, 10562, 14264, 11133, 13945, 11246, 14813, 13078, 15325, 11986, 14436, 11369, 14523, 11411, 13096, 11280, 11760, 12309, 11086, 14484, 11236, 15944, 12368, 15497, 12758, 16932, 14432, 18365, 14075, 13161, 12575, 13032, 14193, 12244, 15771, 11965, 15735, 11651, 16204, 13007, 16895, 12987, 16478, 11903, 15696, 11695, 16600, 12277, 17321, 12807, 16633, 12418, 15602, 11496, 15303, 11677, 14975, 11399, 14287, 10988, 14708, 12406, 15279, 11196, 12922, 11120, 12334, 13019, 12984, 11362, 13080, 11124, 12286, 13547, 14878, 11214, 12562, 10648, 13595, 10166, 15331, 11638, 15374, 12291, 15629, 13790, 16854, 12912, 15943, 12348, 17720, 13813, 12557, 12808, 10876, 13735, 11380, 15484, 10582, 14530, 10303, 15458, 11585, 15270, 12594, 14890, 12373, 15498, 13226, 11323, 11993, 10701, 13246, 10204, 15102, 10903, 13845, 10649, 15682, 13286, 15755, 11760, 12320, 11944, 10462, 13246, 10062, 14946, 11737, 15249, 12668, 15806, 12383, 10193, 13274, 10086, 15523, 11824, 15758, 11886, 14391, 11314, 11326, 14684, 10593, 15389, 10937, 15234, 12694, 12440, 11757, 10350, 14440, 10800, 15678, 12547, 16256, 11478, 13605, 14030, 10500, 12016, 10410, 14286, 11977, 16272, 11669, 11299, 12455, 10697, 14684, 10804, 16242, 12036, 15922, 11907, 12450, 14174, 11123, 14333, 11119, 12548, 12453, 10668, 15530, 12122, 15762, 11692, 14054, 14625, 11203, 16150, 11637, 16045, 12751, 16575, 13638, 10744, 15293, 11075, 16013, 12736, 10387, 12662, 11419, 16449, 13995, 10794, 17421, 12517, 10864, 16237, 12606, 14448, 14759, 11059, 16690, 12074, 11472, 14288, 11341, 16898, 12101, 15784, 12235, 15634, 14554, 10981, 15831, 11262, 11113, 12050, 8095, 8281, 7625, 9750, 11880, 9400, 8263, 7886, 9303, 10568, 8796, 14199, 12375, 14465, 14225, 13322, 15836, 13197, 19135, 14668, 18749, 13352, 15923, 11291, 13929, 11265, 13382, 11873, 10001, 11905, 10822, 12265, 11199, 13589, 11390, 8172, 12055, 10639, 12363, 10347, 13132, 11000, 11711, 10902, 8606, 11782, 11094, 12416, 10789, 12631, 10579, 12955, 11345, 13527, 11590, 9575, 12335, 10943, 12829, 11293, 14526, 12337, 9230, 12266, 10906, 13041, 10902, 14159, 10720, 15025, 11133, 12924, 11041, 13128, 11254, 8450, 11992, 8048, 12823, 10761, 10032, 11906, 7940, 12733, 8545, 12315, 10309, 11945, 11723, 7999, 12382, 9440, 13593, 10186, 13187, 11226, 13418, 12286, 11917, 12919, 11286, 13175, 12038, 13397, 10702, 12898, 8926, 13122, 9626, 10198, 11377, 7863, 11870, 9519, 14774, 12900, 11784, 14182, 9495, 15084, 11534, 12948, 13508, 9221, 16992, 11874, 12052, 12224, 9139, 16184, 12603, 9501, 14655, 11790, 9058, 11763, 9052, 15033, 10082, 9338, 13281, 13336, 10170, 15401, 10476, 16291, 13837, 10977, 16108, 9821, 17761, 13746, 14518, 15009, 10259, 15971, 10341, 17550, 11585, 17097, 11735, 17100, 11851, 17493, 14261, 14995, 13805, 8233, 15205, 9706, 16225, 13950, 8992, 13530, 8524, 16978, 13392, 9625, 14026, 9905, 14444, 13055, 8861, 13493, 9856, 14957, 9797, 14757, 11807, 14815, 12634, 8993, 14062, 10412, 12498, 12112, 9191, 13970, 10422, 13621, 11625, 10213, 12954, 9631, 15193, 11152, 13179, 12041, 8659, 13380, 9916, 15128, 11689, 15552, 12243, 15672, 12166, 15936, 12825, 16337, 12609, 13810, 12281, 8408, 13106, 9823, 15342, 12086, 13557, 12233, 11397, 13134, 9219, 15182, 12081, 14590, 12483, 8832, 13575, 9614, 16348, 10912, 15407, 11034, 14332, 12202, 13989, 12941, 8445, 12571, 9478, 15013, 11817, 8934, 12895, 9121, 13762, 9855, 13867, 10345, 14317, 9352, 13495, 11769, 16497, 13781, 13937, 12804, 8723, 13891, 9190, 14282, 9832, 15805, 10347, 14826, 11918, 14546, 12867, 15705, 13219, 15531, 12679, 14778, 12513, 15349, 12107, 15723, 11933, 14733, 11561, 16119, 12414, 16204, 12416, 15474, 12269, 16341, 13404, 15935, 13194, 15514, 12737, 15075, 12847, 16391, 13267, 13243, 12750, 11047, 13052, 9720, 15041, 9353, 14444, 9180, 14513, 9619, 15873, 11558, 16408, 12707, 15060, 12336, 15222, 13305, 15884, 12840, 12868, 12620, 12787, 13555, 10420, 14442, 9199, 13854, 9875, 15488, 12116, 15924, 11985, 15830, 12140, 15095, 11721, 14755, 11458, 15626, 11926, 13408, 11878, 13912, 12578, 14692, 12461, 13609, 12419, 13148, 13237, 9338, 13894, 8804, 13999, 9150, 14480, 9081, 14733, 9349, 14056, 9641, 14714, 10219, 15738, 12601, 14997, 12428, 14139, 12516, 14165, 13491, 10125, 13657, 8652, 13871, 9186, 15609, 9279, 15423, 12750, 12386, 12027, 8501, 13522, 10808, 16013, 13132, 11090, 13409, 8827, 13886, 10675, 15191, 10093, 16238, 13533, 12276, 13198, 9897, 14624, 10163, 16744, 13209, 13570, 11821, 8208, 10523, 10457, 11696, 11510, 7826, 8286, 9643, 9314, 8540, 12885, 11649, 11485, 9910, 10717, 9279, 8861, 12580, 16345, 12405, 9252, 9610, 10925, 11022, 9938, 18692, 15577, 12156, 18450, 14528, 18010, 15365, 10183, 16864, 14024, 17958, 14627, 8826, 15015, 9455, 15696, 9339, 16394, 12947, 15091, 13348, 13709, 13537, 8619, 13846, 9019, 14267, 8902, 13913, 11089, 14030, 13155, 12248, 13097, 8066, 13777], 'WindowCenter': [4832.0, 4844.0, 4791.0, 4817.0, 4787.0, 4816.0, 4796.0, 4804.0, 4785.0, 4765.0, 4816.0, 4829.0, 4826.0, 4798.0, 4749.0, 4736.0, 4724.0, 4734.0, 4787.0, 4774.0, 4766.0, 4747.0, 4795.0, 4790.0, 4817.0, 4802.0, 4827.0, 4827.0, 4795.0, 4824.0, 4781.0, 4798.0, 4756.0, 4774.0, 4732.0, 4762.0, 4711.0, 4739.0, 4730.0, 4728.0, 4728.0, 4727.0, 4720.0, 4728.0, 4719.0, 4709.0, 4744.0, 4733.0, 4743.0, 4735.0, 4755.0, 4738.0, 4755.0, 4735.0, 4757.0, 4748.0, 4766.0, 4749.0, 4766.0, 4751.0, 4758.0, 4761.0, 4751.0, 4772.0, 4751.0, 4771.0, 4743.0, 4761.0, 4763.0, 4783.0, 4777.0, 4783.0, 4786.0, 4758.0, 4786.0, 4779.0, 4809.0, 4768.0, 4796.0, 4765.0, 4795.0, 4777.0, 4805.0, 4787.0, 4784.0, 4775.0, 4756.0, 4794.0, 4766.0, 4804.0, 4785.0, 4783.0, 4788.0, 4770.0, 4794.0, 4766.0, 4794.0, 4775.0, 4756.0, 4782.0, 4786.0, 4795.0, 4786.0, 4756.0, 4785.0, 4754.0, 4814.0, 4796.0, 4814.0, 4775.0, 4782.0, 4762.0, 4752.0, 4781.0, 4772.0, 4801.0, 4784.0, 4793.0, 4807.0, 4755.0, 4764.0, 4752.0, 4722.0, 4760.0, 4726.0, 4772.0, 4776.0, 4738.0, 4731.0, 4762.0, 4754.0, 4783.0, 4773.0, 4744.0, 4793.0, 4762.0, 4791.0, 4761.0, 4777.0, 4770.0, 4757.0, 4755.0, 4725.0, 4754.0, 4733.0, 4763.0, 4740.0, 4754.0, 4745.0, 4726.0, 4745.0, 4723.0, 4755.0, 4725.0, 4752.0, 4735.0, 4752.0, 4745.0, 4774.0, 4759.0, 4749.0, 4760.0, 4748.0, 4770.0, 4749.0, 4770.0, 4751.0, 4779.0, 4760.0, 4790.0, 4773.0, 4791.0, 4792.0, 4801.0, 4772.0, 4790.0, 4784.0, 4803.0, 4787.0, 4794.0, 4775.0, 4784.0, 4786.0, 4787.0, 4818.0, 4799.0, 4826.0, 4798.0, 4816.0, 4808.0, 4838.0, 4819.0, 4836.0, 4807.0, 4795.0, 4797.0, 4807.0, 4817.0, 4797.0, 4828.0, 4797.0, 4830.0, 4799.0, 4838.0, 4809.0, 4838.0, 4809.0, 4827.0, 4797.0, 4828.0, 4786.0, 4827.0, 4797.0, 4825.0, 4795.0, 4825.0, 4784.0, 4813.0, 4786.0, 4814.0, 4785.0, 4828.0, 4798.0, 4817.0, 4799.0, 4831.0, 4821.0, 4842.0, 4802.0, 4810.0, 4797.0, 4809.0, 4820.0, 4821.0, 4800.0, 4808.0, 4787.0, 4797.0, 4816.0, 4831.0, 4788.0, 4793.0, 4773.0, 4806.0, 4779.0, 4816.0, 4787.0, 4812.0, 4784.0, 4812.0, 4804.0, 4814.0, 4782.0, 4798.0, 4770.0, 4809.0, 4778.0, 4766.0, 4769.0, 4747.0, 4778.0, 4757.0, 4785.0, 4745.0, 4776.0, 4734.0, 4775.0, 4743.0, 4771.0, 4753.0, 4772.0, 4754.0, 4771.0, 4755.0, 4734.0, 4745.0, 4731.0, 4753.0, 4731.0, 4775.0, 4736.0, 4765.0, 4736.0, 4783.0, 4765.0, 4783.0, 4756.0, 4752.0, 4755.0, 4735.0, 4779.0, 4736.0, 4786.0, 4757.0, 4784.0, 4767.0, 4783.0, 4759.0, 4736.0, 4766.0, 4748.0, 4786.0, 4757.0, 4784.0, 4759.0, 4776.0, 4757.0, 4759.0, 4787.0, 4747.0, 4785.0, 4748.0, 4786.0, 4767.0, 4768.0, 4756.0, 4748.0, 4778.0, 4759.0, 4787.0, 4779.0, 4797.0, 4770.0, 4777.0, 4778.0, 4761.0, 4770.0, 4760.0, 4791.0, 4771.0, 4798.0, 4772.0, 4759.0, 4779.0, 4759.0, 4803.0, 4760.0, 4800.0, 4772.0, 4797.0, 4772.0, 4783.0, 4789.0, 4770.0, 4790.0, 4771.0, 4779.0, 4780.0, 4761.0, 4801.0, 4784.0, 4812.0, 4782.0, 4789.0, 4790.0, 4773.0, 4813.0, 4771.0, 4800.0, 4782.0, 4798.0, 4782.0, 4748.0, 4789.0, 4747.0, 4788.0, 4768.0, 4749.0, 4770.0, 4759.0, 4796.0, 4779.0, 4761.0, 4809.0, 4772.0, 4762.0, 4801.0, 4783.0, 4791.0, 4792.0, 4760.0, 4799.0, 4769.0, 4759.0, 4789.0, 4759.0, 4797.0, 4759.0, 4788.0, 4769.0, 4787.0, 4789.0, 4773.0, 4815.0, 4773.0, 4794.0, 4807.0, 4729.0, 4738.0, 4726.0, 4680.0, 4746.0, 4730.0, 4708.0, 4710.0, 4731.0, 4755.0, 4748.0, 4796.0, 4789.0, 4794.0, 4784.0, 4757.0, 4764.0, 4743.0, 4772.0, 4740.0, 4771.0, 4731.0, 4747.0, 4710.0, 4738.0, 4718.0, 4724.0, 4715.0, 4694.0, 4713.0, 4707.0, 4725.0, 4719.0, 4749.0, 4731.0, 4690.0, 4740.0, 4733.0, 4743.0, 4724.0, 4753.0, 4733.0, 4743.0, 4746.0, 4704.0, 4743.0, 4746.0, 4756.0, 4749.0, 4756.0, 4737.0, 4756.0, 4748.0, 4766.0, 4747.0, 4725.0, 4756.0, 4746.0, 4767.0, 4760.0, 4778.0, 4768.0, 4728.0, 4757.0, 4747.0, 4765.0, 4746.0, 4778.0, 4749.0, 4778.0, 4761.0, 4769.0, 4761.0, 4765.0, 4746.0, 4704.0, 4744.0, 4707.0, 4754.0, 4746.0, 4749.0, 4770.0, 4720.0, 4782.0, 4757.0, 4772.0, 4764.0, 4772.0, 4772.0, 4721.0, 4770.0, 4751.0, 4782.0, 4762.0, 4780.0, 4760.0, 4780.0, 4771.0, 4772.0, 4781.0, 4760.0, 4779.0, 4769.0, 4764.0, 4734.0, 4742.0, 4714.0, 4771.0, 4729.0, 4735.0, 4742.0, 4706.0, 4730.0, 4702.0, 4754.0, 4777.0, 4778.0, 4802.0, 4749.0, 4796.0, 4756.0, 4764.0, 4773.0, 4740.0, 4803.0, 4781.0, 4774.0, 4773.0, 4745.0, 4806.0, 4774.0, 4746.0, 4782.0, 4765.0, 4759.0, 4788.0, 4762.0, 4806.0, 4769.0, 4755.0, 4799.0, 4794.0, 4748.0, 4787.0, 4748.0, 4797.0, 4791.0, 4773.0, 4812.0, 4751.0, 4822.0, 4792.0, 4793.0, 4800.0, 4748.0, 4786.0, 4748.0, 4796.0, 4757.0, 4796.0, 4756.0, 4794.0, 4754.0, 4791.0, 4773.0, 4773.0, 4763.0, 4714.0, 4782.0, 4733.0, 4795.0, 4779.0, 4726.0, 4765.0, 4726.0, 4797.0, 4779.0, 4738.0, 4790.0, 4750.0, 4790.0, 4779.0, 4729.0, 4778.0, 4748.0, 4789.0, 4737.0, 4777.0, 4755.0, 4777.0, 4767.0, 4729.0, 4778.0, 4749.0, 4766.0, 4767.0, 4737.0, 4779.0, 4762.0, 4778.0, 4759.0, 4750.0, 4780.0, 4741.0, 4790.0, 4762.0, 4779.0, 4770.0, 4730.0, 4778.0, 4750.0, 4790.0, 4770.0, 4801.0, 4771.0, 4788.0, 4769.0, 4786.0, 4766.0, 4785.0, 4757.0, 4765.0, 4756.0, 4717.0, 4767.0, 4749.0, 4788.0, 4770.0, 4793.0, 4783.0, 4772.0, 4782.0, 4742.0, 4801.0, 4773.0, 4792.0, 4781.0, 4742.0, 4793.0, 4753.0, 4812.0, 4777.0, 4801.0, 4761.0, 4792.0, 4785.0, 4802.0, 4780.0, 4731.0, 4770.0, 4751.0, 4800.0, 4783.0, 4742.0, 4781.0, 4752.0, 4792.0, 4752.0, 4782.0, 4751.0, 4780.0, 4739.0, 4776.0, 4772.0, 4797.0, 4780.0, 4776.0, 4769.0, 4730.0, 4779.0, 4737.0, 4777.0, 4748.0, 4799.0, 4750.0, 4789.0, 4769.0, 4788.0, 4779.0, 4797.0, 4782.0, 4798.0, 4769.0, 4789.0, 4771.0, 4790.0, 4772.0, 4797.0, 4760.0, 4788.0, 4757.0, 4785.0, 4768.0, 4797.0, 4768.0, 4786.0, 4759.0, 4786.0, 4768.0, 4799.0, 4781.0, 4786.0, 4768.0, 4787.0, 4770.0, 4795.0, 4769.0, 4768.0, 4779.0, 4758.0, 4780.0, 4740.0, 4791.0, 4751.0, 4789.0, 4742.0, 4794.0, 4767.0, 4815.0, 4784.0, 4813.0, 4783.0, 4790.0, 4782.0, 4802.0, 4782.0, 4798.0, 4781.0, 4769.0, 4770.0, 4770.0, 4806.0, 4763.0, 4792.0, 4743.0, 4793.0, 4752.0, 4802.0, 4772.0, 4813.0, 4773.0, 4800.0, 4773.0, 4788.0, 4770.0, 4789.0, 4760.0, 4788.0, 4759.0, 4768.0, 4759.0, 4776.0, 4768.0, 4777.0, 4771.0, 4779.0, 4769.0, 4767.0, 4779.0, 4741.0, 4779.0, 4742.0, 4789.0, 4739.0, 4777.0, 4729.0, 4779.0, 4730.0, 4776.0, 4738.0, 4777.0, 4749.0, 4788.0, 4771.0, 4801.0, 4770.0, 4774.0, 4757.0, 4777.0, 4779.0, 4736.0, 4767.0, 4718.0, 4767.0, 4728.0, 4800.0, 4740.0, 4785.0, 4770.0, 4767.0, 4768.0, 4716.0, 4778.0, 4759.0, 4787.0, 4777.0, 4760.0, 4780.0, 4731.0, 4780.0, 4748.0, 4778.0, 4747.0, 4786.0, 4766.0, 4756.0, 4766.0, 4738.0, 4778.0, 4740.0, 4799.0, 4791.0, 4790.0, 4830.0, 4774.0, 4779.0, 4767.0, 4774.0, 4762.0, 4723.0, 4733.0, 4750.0, 4741.0, 4737.0, 4785.0, 4779.0, 4793.0, 4762.0, 4758.0, 4737.0, 4716.0, 4745.0, 4789.0, 4750.0, 4721.0, 4716.0, 4725.0, 4726.0, 4720.0, 4774.0, 4754.0, 4724.0, 4762.0, 4743.0, 4760.0, 4740.0, 4689.0, 4749.0, 4728.0, 4746.0, 4739.0, 4676.0, 4736.0, 4688.0, 4734.0, 4677.0, 4746.0, 4718.0, 4735.0, 4729.0, 4726.0, 4730.0, 4679.0, 4739.0, 4690.0, 4740.0, 4694.0, 4752.0, 4724.0, 4766.0, 4756.0, 4745.0, 4758.0, 4699.0, 4767.0], 'WindowWidth': [10539.0, 10545.0, 10462.0, 10491.0, 10448.0, 10484.0, 10455.0, 10465.0, 10440.0, 10415.0, 10484.0, 10509.0, 10508.0, 10463.0, 10397.0, 10375.0, 10354.0, 10367.0, 10445.0, 10420.0, 10413.0, 10391.0, 10451.0, 10451.0, 10486.0, 10468.0, 10498.0, 10500.0, 10447.0, 10492.0, 10420.0, 10448.0, 10377.0, 10404.0, 10337.0, 10381.0, 10310.0, 10346.0, 10335.0, 10330.0, 10332.0, 10328.0, 10323.0, 10332.0, 10321.0, 10308.0, 10362.0, 10348.0, 10362.0, 10353.0, 10383.0, 10362.0, 10383.0, 10355.0, 10388.0, 10376.0, 10396.0, 10379.0, 10400.0, 10385.0, 10392.0, 10402.0, 10389.0, 10417.0, 10388.0, 10417.0, 10380.0, 10402.0, 10411.0, 10436.0, 10434.0, 10438.0, 10445.0, 10406.0, 10446.0, 10437.0, 10481.0, 10422.0, 10456.0, 10411.0, 10452.0, 10430.0, 10467.0, 10445.0, 10437.0, 10425.0, 10399.0, 10452.0, 10414.0, 10465.0, 10440.0, 10435.0, 10450.0, 10431.0, 10449.0, 10410.0, 10451.0, 10424.0, 10401.0, 10432.0, 10443.0, 10453.0, 10443.0, 10401.0, 10442.0, 10396.0, 10481.0, 10457.0, 10480.0, 10425.0, 10431.0, 10406.0, 10389.0, 10430.0, 10418.0, 10460.0, 10440.0, 10456.0, 10484.0, 10404.0, 10411.0, 10389.0, 10345.0, 10392.0, 10336.0, 10406.0, 10407.0, 10355.0, 10350.0, 10397.0, 10389.0, 10427.0, 10415.0, 10376.0, 10445.0, 10400.0, 10440.0, 10396.0, 10412.0, 10409.0, 10381.0, 10379.0, 10335.0, 10377.0, 10347.0, 10388.0, 10359.0, 10376.0, 10366.0, 10338.0, 10363.0, 10331.0, 10379.0, 10339.0, 10372.0, 10352.0, 10373.0, 10367.0, 10407.0, 10393.0, 10378.0, 10396.0, 10375.0, 10409.0, 10381.0, 10408.0, 10385.0, 10423.0, 10395.0, 10439.0, 10417.0, 10442.0, 10446.0, 10456.0, 10417.0, 10438.0, 10438.0, 10462.0, 10446.0, 10453.0, 10428.0, 10437.0, 10442.0, 10446.0, 10491.0, 10465.0, 10501.0, 10463.0, 10485.0, 10477.0, 10519.0, 10493.0, 10512.0, 10472.0, 10455.0, 10460.0, 10472.0, 10489.0, 10459.0, 10506.0, 10462.0, 10511.0, 10466.0, 10522.0, 10482.0, 10523.0, 10480.0, 10503.0, 10460.0, 10505.0, 10443.0, 10502.0, 10460.0, 10499.0, 10453.0, 10499.0, 10439.0, 10477.0, 10445.0, 10480.0, 10441.0, 10508.0, 10464.0, 10491.0, 10470.0, 10517.0, 10505.0, 10533.0, 10478.0, 10486.0, 10464.0, 10486.0, 10502.0, 10503.0, 10473.0, 10482.0, 10452.0, 10467.0, 10491.0, 10516.0, 10450.0, 10453.0, 10424.0, 10475.0, 10441.0, 10488.0, 10446.0, 10479.0, 10441.0, 10479.0, 10470.0, 10483.0, 10435.0, 10454.0, 10415.0, 10469.0, 10425.0, 10403.0, 10411.0, 10376.0, 10421.0, 10390.0, 10431.0, 10372.0, 10414.0, 10354.0, 10412.0, 10367.0, 10406.0, 10379.0, 10404.0, 10382.0, 10403.0, 10383.0, 10353.0, 10368.0, 10346.0, 10378.0, 10347.0, 10410.0, 10356.0, 10397.0, 10358.0, 10421.0, 10400.0, 10422.0, 10386.0, 10377.0, 10383.0, 10356.0, 10424.0, 10362.0, 10428.0, 10392.0, 10425.0, 10403.0, 10422.0, 10392.0, 10358.0, 10402.0, 10376.0, 10432.0, 10391.0, 10428.0, 10395.0, 10416.0, 10391.0, 10394.0, 10435.0, 10377.0, 10429.0, 10381.0, 10430.0, 10406.0, 10406.0, 10390.0, 10379.0, 10422.0, 10395.0, 10434.0, 10426.0, 10446.0, 10413.0, 10418.0, 10423.0, 10405.0, 10416.0, 10402.0, 10444.0, 10417.0, 10452.0, 10419.0, 10396.0, 10426.0, 10398.0, 10464.0, 10402.0, 10455.0, 10417.0, 10446.0, 10420.0, 10436.0, 10440.0, 10414.0, 10441.0, 10417.0, 10428.0, 10430.0, 10405.0, 10457.0, 10437.0, 10474.0, 10436.0, 10439.0, 10445.0, 10424.0, 10478.0, 10417.0, 10456.0, 10433.0, 10450.0, 10431.0, 10377.0, 10434.0, 10377.0, 10434.0, 10407.0, 10381.0, 10412.0, 10396.0, 10442.0, 10425.0, 10400.0, 10466.0, 10417.0, 10401.0, 10458.0, 10433.0, 10442.0, 10445.0, 10399.0, 10451.0, 10409.0, 10395.0, 10436.0, 10394.0, 10448.0, 10394.0, 10432.0, 10408.0, 10431.0, 10440.0, 10424.0, 10488.0, 10429.0, 10465.0, 10491.0, 10374.0, 10382.0, 10364.0, 10258.0, 10370.0, 10356.0, 10319.0, 10323.0, 10352.0, 10393.0, 10392.0, 10455.0, 10447.0, 10448.0, 10433.0, 10386.0, 10392.0, 10355.0, 10399.0, 10349.0, 10397.0, 10340.0, 10357.0, 10309.0, 10345.0, 10317.0, 10321.0, 10309.0, 10278.0, 10304.0, 10302.0, 10326.0, 10321.0, 10364.0, 10344.0, 10287.0, 10356.0, 10348.0, 10362.0, 10337.0, 10377.0, 10352.0, 10364.0, 10371.0, 10312.0, 10364.0, 10370.0, 10387.0, 10379.0, 10383.0, 10359.0, 10381.0, 10378.0, 10397.0, 10374.0, 10342.0, 10385.0, 10373.0, 10401.0, 10395.0, 10418.0, 10406.0, 10350.0, 10389.0, 10373.0, 10400.0, 10372.0, 10419.0, 10378.0, 10418.0, 10401.0, 10407.0, 10401.0, 10398.0, 10372.0, 10311.0, 10363.0, 10318.0, 10380.0, 10374.0, 10382.0, 10413.0, 10346.0, 10434.0, 10407.0, 10418.0, 10411.0, 10419.0, 10419.0, 10347.0, 10412.0, 10390.0, 10435.0, 10408.0, 10428.0, 10400.0, 10429.0, 10418.0, 10419.0, 10430.0, 10398.0, 10425.0, 10411.0, 10394.0, 10350.0, 10359.0, 10324.0, 10414.0, 10350.0, 10355.0, 10358.0, 10313.0, 10338.0, 10290.0, 10368.0, 10421.0, 10428.0, 10468.0, 10388.0, 10448.0, 10390.0, 10397.0, 10410.0, 10374.0, 10456.0, 10438.0, 10421.0, 10417.0, 10381.0, 10463.0, 10418.0, 10382.0, 10425.0, 10406.0, 10408.0, 10447.0, 10415.0, 10470.0, 10419.0, 10398.0, 10461.0, 10456.0, 10380.0, 10431.0, 10380.0, 10446.0, 10444.0, 10426.0, 10476.0, 10393.0, 10493.0, 10448.0, 10452.0, 10456.0, 10380.0, 10431.0, 10379.0, 10447.0, 10394.0, 10446.0, 10390.0, 10437.0, 10383.0, 10430.0, 10408.0, 10407.0, 10391.0, 10330.0, 10420.0, 10355.0, 10442.0, 10423.0, 10348.0, 10398.0, 10347.0, 10444.0, 10422.0, 10369.0, 10440.0, 10387.0, 10441.0, 10424.0, 10356.0, 10420.0, 10379.0, 10435.0, 10362.0, 10416.0, 10384.0, 10416.0, 10402.0, 10352.0, 10419.0, 10382.0, 10402.0, 10404.0, 10363.0, 10423.0, 10403.0, 10421.0, 10396.0, 10384.0, 10423.0, 10372.0, 10440.0, 10403.0, 10423.0, 10412.0, 10357.0, 10420.0, 10382.0, 10441.0, 10413.0, 10455.0, 10414.0, 10432.0, 10406.0, 10428.0, 10401.0, 10424.0, 10387.0, 10397.0, 10386.0, 10336.0, 10403.0, 10381.0, 10435.0, 10414.0, 10446.0, 10433.0, 10417.0, 10432.0, 10376.0, 10455.0, 10421.0, 10446.0, 10430.0, 10376.0, 10450.0, 10396.0, 10474.0, 10432.0, 10456.0, 10403.0, 10447.0, 10441.0, 10462.0, 10429.0, 10361.0, 10411.0, 10389.0, 10454.0, 10437.0, 10379.0, 10430.0, 10391.0, 10444.0, 10390.0, 10431.0, 10386.0, 10425.0, 10369.0, 10413.0, 10416.0, 10447.0, 10425.0, 10417.0, 10408.0, 10358.0, 10424.0, 10363.0, 10418.0, 10380.0, 10451.0, 10385.0, 10436.0, 10409.0, 10434.0, 10424.0, 10446.0, 10430.0, 10449.0, 10411.0, 10436.0, 10414.0, 10440.0, 10417.0, 10446.0, 10397.0, 10433.0, 10390.0, 10428.0, 10405.0, 10445.0, 10407.0, 10428.0, 10394.0, 10427.0, 10405.0, 10449.0, 10430.0, 10430.0, 10406.0, 10432.0, 10412.0, 10440.0, 10408.0, 10405.0, 10423.0, 10395.0, 10425.0, 10368.0, 10441.0, 10388.0, 10438.0, 10376.0, 10449.0, 10418.0, 10481.0, 10439.0, 10477.0, 10433.0, 10439.0, 10432.0, 10458.0, 10430.0, 10450.0, 10427.0, 10409.0, 10411.0, 10411.0, 10470.0, 10406.0, 10442.0, 10377.0, 10446.0, 10389.0, 10458.0, 10417.0, 10477.0, 10422.0, 10455.0, 10419.0, 10437.0, 10410.0, 10436.0, 10395.0, 10434.0, 10395.0, 10404.0, 10395.0, 10416.0, 10405.0, 10417.0, 10411.0, 10420.0, 10407.0, 10402.0, 10422.0, 10372.0, 10423.0, 10377.0, 10438.0, 10368.0, 10419.0, 10353.0, 10423.0, 10354.0, 10415.0, 10366.0, 10417.0, 10380.0, 10433.0, 10413.0, 10456.0, 10411.0, 10408.0, 10387.0, 10417.0, 10423.0, 10358.0, 10401.0, 10334.0, 10401.0, 10349.0, 10454.0, 10371.0, 10425.0, 10409.0, 10402.0, 10405.0, 10333.0, 10422.0, 10394.0, 10431.0, 10419.0, 10396.0, 10423.0, 10358.0, 10423.0, 10377.0, 10420.0, 10375.0, 10429.0, 10402.0, 10387.0, 10398.0, 10360.0, 10418.0, 10366.0, 10451.0, 10445.0, 10443.0, 10530.0, 10447.0, 10439.0, 10419.0, 10421.0, 10403.0, 10350.0, 10367.0, 10388.0, 10374.0, 10375.0, 10439.0, 10438.0, 10462.0, 10416.0, 10404.0, 10372.0, 10339.0, 10370.0, 10434.0, 10376.0, 10336.0, 10321.0, 10334.0, 10340.0, 10330.0, 10402.0, 10372.0, 10326.0, 10381.0, 10355.0, 10374.0, 10345.0, 10273.0, 10356.0, 10328.0, 10350.0, 10344.0, 10252.0, 10334.0, 10270.0, 10329.0, 10255.0, 10349.0, 10314.0, 10332.0, 10328.0, 10323.0, 10332.0, 10264.0, 10346.0, 10282.0, 10348.0, 10293.0, 10369.0, 10335.0, 10393.0, 10381.0, 10363.0, 10387.0, 10308.0, 10397.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.01223540137614679</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.11328653440366972</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.87102278611941</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1607995470838124</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.101402997898967</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3620.748</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2397570932298532</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>244</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>27.98165137614679</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.879879875328816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6060158469586496</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.258009013232103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.775614765795694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00686891</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013038422912359238</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029081206768751144</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.864200650276301</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>13.1798</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.2784</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>250.2211</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291299.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1180.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.5601</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.4713</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3855.3326</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4080.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85245.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.8396</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.48839005222544</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> |