=== 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-0089 --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-0089",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0089_ses-01_task-social_acq-mb8_run-04_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-0089_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0089_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_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-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-01_task-social_acq-mb8_run-04_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-0089/ses-01/func/sub-0089_ses-01_task-social_acq-mb8_run-04_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>31574a7e9eb94583b45eafe68d98eb7c</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:50:42.740000</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.999676, 0.0220728, -0.0126497, -0.0165768, 0.94233, 0.334275]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.107006</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7826, -7224, 605, -42, -208, 62, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.558</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>97708d38-0daa-49c7-a156-6405c7e21e66||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.682058572769165, -0.04447425901889801, -0.05210617929697037, 117.03932189941406], [-0.05921979248523712, 2.5282015800476074, 0.9016851186752319, -114.65628051757812], [-0.0339382030069828, -0.8968362808227539, 2.544454574584961, -6.75306510925293], [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': ['175042.740000', '175043.200000', '175043.660000', '175044.120000', '175044.580000', '175045.040000', '175045.500000', '175045.960000', '175046.420000', '175046.880000', '175047.340000', '175047.800000', '175048.260000', '175048.720000', '175049.180000', '175049.640000', '175050.100000', '175050.560000', '175051.020000', '175051.480000', '175051.940000', '175052.400000', '175052.860000', '175053.320000', '175053.780000', '175054.240000', '175054.700000', '175055.160000', '175055.620000', '175056.080000', '175056.540000', '175057.000000', '175057.460000', '175057.920000', '175058.380000', '175058.840000', '175059.300000', '175059.760000', '175100.220000', '175100.680000', '175101.140000', '175101.600000', '175102.060000', '175102.520000', '175102.980000', '175103.440000', '175103.900000', '175104.360000', '175104.820000', '175105.280000', '175105.740000', '175106.200000', '175106.660000', '175107.120000', '175107.580000', '175108.040000', '175108.500000', '175108.960000', '175109.420000', '175109.880000', '175110.340000', '175110.800000', '175111.260000', '175111.720000', '175112.180000', '175112.640000', '175113.100000', '175113.560000', '175114.020000', '175114.480000', '175114.940000', '175115.400000', '175115.860000', '175116.320000', '175116.780000', '175117.240000', '175117.700000', '175118.160000', '175118.620000', '175119.080000', '175119.540000', '175120.000000', '175120.460000', '175120.920000', '175121.380000', '175121.840000', '175122.300000', '175122.760000', '175123.220000', '175123.680000', '175124.140000', '175124.600000', '175125.060000', '175125.520000', '175125.980000', '175126.440000', '175126.900000', '175127.360000', '175127.820000', '175128.280000', '175128.740000', '175129.200000', '175129.660000', '175130.120000', '175130.580000', '175131.040000', '175131.500000', '175131.960000', '175132.420000', '175132.880000', '175133.340000', '175133.800000', '175134.260000', '175134.720000', '175135.180000', '175135.640000', '175136.100000', '175136.560000', '175137.020000', '175137.480000', '175137.940000', '175138.400000', '175138.860000', '175139.320000', '175139.780000', '175140.240000', '175140.700000', '175141.160000', '175141.620000', '175142.080000', '175142.540000', '175143.000000', '175143.460000', '175143.920000', '175144.380000', '175144.840000', '175145.300000', '175145.760000', '175146.220000', '175146.680000', '175147.140000', '175147.600000', '175148.060000', '175148.520000', '175148.980000', '175149.440000', '175149.900000', '175150.360000', '175150.820000', '175151.280000', '175151.740000', '175152.200000', '175152.660000', '175153.120000', '175153.580000', '175154.040000', '175154.500000', '175154.960000', '175155.420000', '175155.880000', '175156.340000', '175156.800000', '175157.260000', '175157.720000', '175158.180000', '175158.640000', '175159.100000', '175159.560000', '175200.020000', '175200.480000', '175200.940000', '175201.400000', '175201.860000', '175202.320000', '175202.780000', '175203.240000', '175203.700000', '175204.160000', '175204.620000', '175205.080000', '175205.540000', '175206.000000', '175206.460000', '175206.920000', '175207.380000', '175207.840000', '175208.300000', '175208.760000', '175209.220000', '175209.680000', '175210.140000', '175210.600000', '175211.060000', '175211.520000', '175211.980000', '175212.440000', '175212.900000', '175213.360000', '175213.820000', '175214.280000', '175214.740000', '175215.200000', '175215.660000', '175216.120000', '175216.580000', '175217.040000', '175217.500000', '175217.960000', '175218.420000', '175218.880000', '175219.340000', '175219.800000', '175220.260000', '175220.720000', '175221.180000', '175221.640000', '175222.100000', '175222.560000', '175223.020000', '175223.480000', '175223.940000', '175224.400000', '175224.860000', '175225.320000', '175225.780000', '175226.240000', '175226.700000', '175227.160000', '175227.620000', '175228.080000', '175228.540000', '175229.000000', '175229.460000', '175229.920000', '175230.380000', '175230.840000', '175231.300000', '175231.760000', '175232.220000', '175232.680000', '175233.140000', '175233.600000', '175234.060000', '175234.520000', '175234.980000', '175235.440000', '175235.900000', '175236.360000', '175236.820000', '175237.280000', '175237.740000', '175238.200000', '175238.660000', '175239.120000', '175239.580000', '175240.040000', '175240.500000', '175240.960000', '175241.420000', '175241.880000', '175242.340000', '175242.800000', '175243.260000', '175243.720000', '175244.180000', '175244.640000', '175245.100000', '175245.560000', '175246.020000', '175246.480000', '175246.940000', '175247.400000', '175247.860000', '175248.320000', '175248.780000', '175249.240000', '175249.700000', '175250.160000', '175250.620000', '175251.080000', '175251.540000', '175252.000000', '175252.460000', '175252.920000', '175253.380000', '175253.840000', '175254.300000', '175254.760000', '175255.220000', '175255.680000', '175256.140000', '175256.600000', '175257.060000', '175257.520000', '175257.980000', '175258.440000', '175258.900000', '175259.360000', '175259.820000', '175300.280000', '175300.740000', '175301.200000', '175301.660000', '175302.120000', '175302.580000', '175303.040000', '175303.500000', '175303.960000', '175304.420000', '175304.880000', '175305.340000', '175305.800000', '175306.260000', '175306.720000', '175307.180000', '175307.640000', '175308.100000', '175308.560000', '175309.020000', '175309.480000', '175309.940000', '175310.400000', '175310.860000', '175311.320000', '175311.780000', '175312.240000', '175312.700000', '175313.160000', '175313.620000', '175314.080000', '175314.540000', '175315.000000', '175315.460000', '175315.920000', '175316.380000', '175316.840000', '175317.300000', '175317.760000', '175318.220000', '175318.680000', '175319.140000', '175319.600000', '175320.060000', '175320.520000', '175320.980000', '175321.440000', '175321.900000', '175322.360000', '175322.820000', '175323.280000', '175323.740000', '175324.200000', '175324.660000', '175325.120000', '175325.580000', '175326.040000', '175326.500000', '175326.960000', '175327.420000', '175327.880000', '175328.340000', '175328.800000', '175329.260000', '175329.720000', '175330.180000', '175330.640000', '175331.100000', '175331.560000', '175332.020000', '175332.480000', '175332.940000', '175333.400000', '175333.860000', '175334.320000', '175334.780000', '175335.240000', '175335.700000', '175336.160000', '175336.620000', '175337.080000', '175337.540000', '175338.000000', '175338.460000', '175338.920000', '175339.380000', '175339.840000', '175340.300000', '175340.760000', '175341.220000', '175341.680000', '175342.140000', '175342.600000', '175343.060000', '175343.520000', '175343.980000', '175344.440000', '175344.900000', '175345.360000', '175345.820000', '175346.280000', '175346.740000', '175347.200000', '175347.660000', '175348.120000', '175348.580000', '175349.040000', '175349.500000', '175349.960000', '175350.420000', '175350.880000', '175351.340000', '175351.800000', '175352.260000', '175352.720000', '175353.180000', '175353.640000', '175354.100000', '175354.560000', '175355.020000', '175355.480000', '175355.940000', '175356.400000', '175356.860000', '175357.320000', '175357.780000', '175358.240000', '175358.700000', '175359.160000', '175359.620000', '175400.080000', '175400.540000', '175401.000000', '175401.460000', '175401.920000', '175402.380000', '175402.840000', '175403.300000', '175403.760000', '175404.220000', '175404.680000', '175405.140000', '175405.600000', '175406.060000', '175406.520000', '175406.980000', '175407.440000', '175407.900000', '175408.360000', '175408.820000', '175409.280000', '175409.740000', '175410.200000', '175410.660000', '175411.120000', '175411.580000', '175412.040000', '175412.500000', '175412.960000', '175413.420000', '175413.880000', '175414.340000', '175414.800000', '175415.260000', '175415.720000', '175416.180000', '175416.640000', '175417.100000', '175417.560000', '175418.020000', '175418.480000', '175418.940000', '175419.400000', '175419.860000', '175420.320000', '175420.780000', '175421.240000', '175421.700000', '175422.160000', '175422.620000', '175423.080000', '175423.540000', '175424.000000', '175424.460000', '175424.920000', '175425.380000', '175425.840000', '175426.300000', '175426.760000', '175427.220000', '175427.680000', '175428.140000', '175428.600000', '175429.060000', '175429.520000', '175429.980000', '175430.440000', '175430.900000', '175431.360000', '175431.820000', '175432.280000', '175432.740000', '175433.200000', '175433.660000', '175434.120000', '175434.580000', '175435.040000', '175435.500000', '175435.960000', '175436.420000', '175436.880000', '175437.340000', '175437.800000', '175438.260000', '175438.720000', '175439.180000', '175439.640000', '175440.100000', '175440.560000', '175441.020000', '175441.480000', '175441.940000', '175442.400000', '175442.860000', '175443.320000', '175443.780000', '175444.240000', '175444.700000', '175445.160000', '175445.620000', '175446.080000', '175446.540000', '175447.000000', '175447.460000', '175447.920000', '175448.380000', '175448.840000', '175449.300000', '175449.760000', '175450.220000', '175450.680000', '175451.140000', '175451.600000', '175452.060000', '175452.520000', '175452.980000', '175453.440000', '175453.900000', '175454.360000', '175454.820000', '175455.280000', '175455.740000', '175456.200000', '175456.660000', '175457.120000', '175457.580000', '175458.040000', '175458.500000', '175458.960000', '175459.420000', '175459.880000', '175500.340000', '175500.800000', '175501.260000', '175501.720000', '175502.180000', '175502.640000', '175503.100000', '175503.560000', '175504.020000', '175504.480000', '175504.940000', '175505.400000', '175505.860000', '175506.320000', '175506.780000', '175507.240000', '175507.700000', '175508.160000', '175508.620000', '175509.080000', '175509.540000', '175510.000000', '175510.460000', '175510.920000', '175511.380000', '175511.840000', '175512.300000', '175512.760000', '175513.220000', '175513.680000', '175514.140000', '175514.600000', '175515.060000', '175515.520000', '175515.980000', '175516.440000', '175516.900000', '175517.360000', '175517.820000', '175518.280000', '175518.740000', '175519.200000', '175519.660000', '175520.120000', '175520.580000', '175521.040000', '175521.500000', '175521.960000', '175522.420000', '175522.880000', '175523.340000', '175523.800000', '175524.260000', '175524.720000', '175525.180000', '175525.640000', '175526.100000', '175526.560000', '175527.020000', '175527.480000', '175527.940000', '175528.400000', '175528.860000', '175529.320000', '175529.780000', '175530.240000', '175530.700000', '175531.160000', '175531.620000', '175532.080000', '175532.540000', '175533.000000', '175533.460000', '175533.920000', '175534.380000', '175534.840000', '175535.300000', '175535.760000', '175536.220000', '175536.680000', '175537.140000', '175537.600000', '175538.060000', '175538.520000', '175538.980000', '175539.440000', '175539.900000', '175540.360000', '175540.820000', '175541.280000', '175541.740000', '175542.200000', '175542.660000', '175543.120000', '175543.580000', '175544.040000', '175544.500000', '175544.960000', '175545.420000', '175545.880000', '175546.340000', '175546.800000', '175547.260000', '175547.720000', '175548.180000', '175548.640000', '175549.100000', '175549.560000', '175550.020000', '175550.480000', '175550.940000', '175551.400000', '175551.860000', '175552.320000', '175552.780000', '175553.240000', '175553.700000', '175554.160000', '175554.620000', '175555.080000', '175555.540000', '175556.000000', '175556.460000', '175556.920000', '175557.380000', '175557.840000', '175558.300000', '175558.760000', '175559.220000', '175559.680000', '175600.140000', '175600.600000', '175601.060000', '175601.520000', '175601.980000', '175602.440000', '175602.900000', '175603.360000', '175603.820000', '175604.280000', '175604.740000', '175605.200000', '175605.660000', '175606.120000', '175606.580000', '175607.040000', '175607.500000', '175607.960000', '175608.420000', '175608.880000', '175609.340000', '175609.800000', '175610.260000', '175610.720000', '175611.180000', '175611.640000', '175612.100000', '175612.560000', '175613.020000', '175613.480000', '175613.940000', '175614.400000', '175614.860000', '175615.320000', '175615.780000', '175616.240000', '175616.700000', '175617.160000', '175617.620000', '175618.080000', '175618.540000', '175619.000000', '175619.460000', '175619.920000', '175620.380000', '175620.840000', '175621.300000', '175621.760000', '175622.220000', '175622.680000', '175623.140000', '175623.600000', '175624.060000', '175624.520000', '175624.980000', '175625.440000', '175625.900000', '175626.360000', '175626.820000', '175627.280000', '175627.740000', '175628.200000', '175628.660000', '175629.120000', '175629.580000', '175630.040000', '175630.500000', '175630.960000', '175631.420000', '175631.880000', '175632.340000', '175632.800000', '175633.260000', '175633.720000', '175634.180000', '175634.640000', '175635.100000', '175635.560000', '175636.020000', '175636.480000', '175636.940000', '175637.400000', '175637.860000', '175638.320000', '175638.780000', '175639.240000', '175639.700000', '175640.160000', '175640.620000', '175641.080000', '175641.540000', '175642.000000', '175642.460000', '175642.920000', '175643.380000', '175643.840000', '175644.300000', '175644.760000', '175645.220000', '175645.680000', '175646.140000', '175646.600000', '175647.060000', '175647.520000', '175647.980000', '175648.440000', '175648.900000', '175649.360000', '175649.820000', '175650.280000', '175650.740000', '175651.200000', '175651.660000', '175652.120000', '175652.580000', '175653.040000', '175653.500000', '175653.960000', '175654.420000', '175654.880000', '175655.340000', '175655.800000', '175656.260000', '175656.720000', '175657.180000', '175657.640000', '175658.100000', '175658.560000', '175659.020000', '175659.480000', '175659.940000', '175700.400000', '175700.860000', '175701.320000', '175701.780000', '175702.240000', '175702.700000', '175703.160000', '175703.620000', '175704.080000', '175704.540000', '175705.000000', '175705.460000', '175705.920000', '175706.380000', '175706.840000', '175707.300000', '175707.760000', '175708.220000', '175708.680000', '175709.140000', '175709.600000', '175710.060000', '175710.520000', '175710.980000', '175711.440000', '175711.900000', '175712.360000', '175712.820000', '175713.280000', '175713.740000', '175714.200000', '175714.660000', '175715.120000', '175715.580000', '175716.040000', '175716.500000', '175716.960000', '175717.420000', '175717.880000', '175718.340000', '175718.800000', '175719.260000', '175719.720000', '175720.180000', '175720.640000', '175721.100000', '175721.560000', '175722.020000', '175722.480000', '175722.940000', '175723.400000'], 'ContentTime': ['175047.564000', '175047.567000', '175047.570000', '175047.573000', '175047.575000', '175107.524000', '175107.526000', '175107.529000', '175107.532000', '175107.534000', '175107.537000', '175107.540000', '175107.542000', '175107.545000', '175107.548000', '175107.550000', '175107.553000', '175107.555000', '175107.558000', '175107.561000', '175107.564000', '175107.566000', '175107.569000', '175107.572000', '175107.574000', '175107.577000', '175107.580000', '175107.583000', '175107.585000', '175107.588000', '175107.591000', '175107.593000', '175107.596000', '175107.599000', '175107.601000', '175107.604000', '175107.606000', '175107.609000', '175107.615000', '175107.617000', '175107.620000', '175107.651000', '175107.654000', '175107.656000', '175107.659000', '175107.661000', '175107.664000', '175107.667000', '175107.669000', '175107.672000', '175127.523000', '175127.526000', '175127.529000', '175127.532000', '175127.534000', '175127.537000', '175127.539000', '175127.542000', '175127.545000', '175127.547000', '175127.550000', '175127.552000', '175127.555000', '175127.558000', '175127.560000', '175127.563000', '175127.566000', '175127.568000', '175127.575000', '175127.578000', '175127.580000', '175127.583000', '175127.586000', '175127.588000', '175127.591000', '175127.593000', '175127.596000', '175127.598000', '175127.601000', '175127.604000', '175127.606000', '175127.609000', '175127.618000', '175127.620000', '175127.623000', '175127.626000', '175127.628000', '175127.631000', '175127.633000', '175127.636000', '175127.638000', '175127.641000', '175127.644000', '175127.646000', '175147.523000', '175147.526000', '175147.529000', '175147.531000', '175147.534000', '175147.537000', '175147.540000', '175147.542000', '175147.545000', '175147.548000', '175147.550000', '175147.553000', '175147.555000', '175147.558000', '175147.561000', '175147.571000', '175147.574000', '175147.577000', '175147.580000', '175147.582000', '175147.585000', '175147.587000', '175147.590000', '175147.593000', '175147.595000', '175147.598000', '175147.600000', '175147.603000', '175147.606000', '175147.608000', '175147.611000', '175147.614000', '175147.616000', '175147.619000', '175147.622000', '175147.624000', '175147.627000', '175147.629000', '175147.632000', '175147.636000', '175147.638000', '175147.641000', '175147.644000', '175207.523000', '175207.527000', '175207.529000', '175207.532000', '175207.535000', '175207.538000', '175207.540000', '175207.543000', '175207.545000', '175207.548000', '175207.551000', '175207.553000', '175207.556000', '175207.558000', '175207.561000', '175207.564000', '175207.566000', '175207.569000', '175207.572000', '175207.574000', '175207.577000', '175207.579000', '175207.582000', '175207.584000', '175207.587000', '175207.590000', '175207.592000', '175207.595000', '175207.597000', '175207.600000', '175207.603000', '175207.605000', '175207.608000', '175207.611000', '175207.613000', '175207.616000', '175207.618000', '175207.621000', '175207.624000', '175207.626000', '175207.629000', '175207.632000', '175207.634000', '175207.637000', '175227.524000', '175227.536000', '175227.539000', '175227.542000', '175227.544000', '175227.547000', '175227.549000', '175227.552000', '175227.555000', '175227.557000', '175227.560000', '175227.562000', '175227.565000', '175227.568000', '175227.570000', '175227.573000', '175227.575000', '175227.578000', '175227.581000', '175227.583000', '175227.586000', '175227.588000', '175227.591000', '175227.594000', '175227.596000', '175227.599000', '175227.602000', '175227.605000', '175227.607000', '175227.610000', '175227.612000', '175227.615000', '175227.618000', '175227.620000', '175227.623000', '175227.626000', '175227.628000', '175227.631000', '175227.634000', '175227.636000', '175227.639000', '175227.642000', '175227.644000', '175247.524000', '175247.527000', '175247.530000', '175247.533000', '175247.536000', '175247.539000', '175247.541000', '175247.544000', '175247.547000', '175247.549000', '175247.552000', '175247.555000', '175247.557000', '175247.560000', '175247.563000', '175247.565000', '175247.568000', '175247.570000', '175247.573000', '175247.576000', '175247.578000', '175247.581000', '175247.584000', '175247.593000', '175247.596000', '175247.598000', '175247.601000', '175247.603000', '175247.606000', '175247.609000', '175247.621000', '175247.624000', '175247.626000', '175247.629000', '175247.632000', '175247.634000', '175247.637000', '175247.639000', '175247.642000', '175247.645000', '175247.647000', '175247.650000', '175247.652000', '175247.655000', '175307.525000', '175307.527000', '175307.530000', '175307.533000', '175307.535000', '175307.538000', '175307.541000', '175307.543000', '175307.546000', '175307.548000', '175307.551000', '175307.554000', '175307.556000', '175307.559000', '175307.562000', '175307.564000', '175307.567000', '175307.569000', '175307.572000', '175307.575000', '175307.577000', '175307.580000', '175307.583000', '175307.585000', '175307.588000', '175307.590000', '175307.593000', '175307.596000', '175307.599000', '175307.601000', '175307.604000', '175307.607000', '175307.609000', '175307.612000', '175307.615000', '175307.617000', '175307.620000', '175307.623000', '175307.626000', '175307.628000', '175307.631000', '175307.634000', '175307.636000', '175327.523000', '175327.526000', '175327.529000', '175327.532000', '175327.535000', '175327.537000', '175327.540000', '175327.542000', '175327.545000', '175327.548000', '175327.550000', '175327.553000', '175327.555000', '175327.558000', '175327.561000', '175327.563000', '175327.566000', '175327.569000', '175327.571000', '175327.574000', '175327.577000', '175327.579000', '175327.582000', '175327.584000', '175327.591000', '175327.594000', '175327.596000', '175327.599000', '175327.602000', '175327.605000', '175327.607000', '175327.610000', '175327.613000', '175327.615000', '175327.618000', '175327.621000', '175327.623000', '175327.626000', '175327.629000', '175327.631000', '175327.634000', '175327.637000', '175327.639000', '175327.642000', '175347.523000', '175347.527000', '175347.529000', '175347.532000', '175347.534000', '175347.537000', '175347.540000', '175347.542000', '175347.545000', '175347.548000', '175347.550000', '175347.553000', '175347.555000', '175347.558000', '175347.561000', '175347.563000', '175347.566000', '175347.569000', '175347.571000', '175347.574000', '175347.577000', '175347.579000', '175347.582000', '175347.584000', '175347.587000', '175347.590000', '175347.592000', '175347.595000', '175347.598000', '175347.600000', '175347.603000', '175347.606000', '175347.608000', '175347.611000', '175347.614000', '175347.616000', '175347.619000', '175347.621000', '175347.624000', '175347.627000', '175347.629000', '175347.632000', '175347.635000', '175407.524000', '175407.526000', '175407.529000', '175407.532000', '175407.535000', '175407.537000', '175407.540000', '175407.543000', '175407.545000', '175407.548000', '175407.551000', '175407.554000', '175407.556000', '175407.559000', '175407.562000', '175407.564000', '175407.567000', '175407.569000', '175407.572000', '175407.575000', '175407.577000', '175407.580000', '175407.583000', '175407.585000', '175407.588000', '175407.590000', '175407.593000', '175407.596000', '175407.598000', '175407.601000', '175407.604000', '175407.606000', '175407.609000', '175407.612000', '175407.614000', '175407.617000', '175407.620000', '175407.622000', '175407.625000', '175407.628000', '175407.630000', '175407.633000', '175407.636000', '175407.638000', '175427.524000', '175427.526000', '175427.529000', '175427.532000', '175427.534000', '175427.537000', '175427.540000', '175427.542000', '175427.545000', '175427.548000', '175427.550000', '175427.553000', '175427.556000', '175427.558000', '175427.561000', '175427.563000', '175427.566000', '175427.569000', '175427.571000', '175427.574000', '175427.577000', '175427.579000', '175427.582000', '175427.585000', '175427.587000', '175427.601000', '175427.603000', '175427.606000', '175427.609000', '175427.611000', '175427.614000', '175427.617000', '175427.619000', '175427.622000', '175427.624000', '175427.627000', '175427.630000', '175427.632000', '175427.635000', '175427.637000', '175427.640000', '175427.643000', '175427.645000', '175447.524000', '175447.528000', '175447.530000', '175447.533000', '175447.536000', '175447.538000', '175447.541000', '175447.544000', '175447.546000', '175447.549000', '175447.552000', '175447.554000', '175447.557000', '175447.560000', '175447.562000', '175447.565000', '175447.567000', '175447.570000', '175447.573000', '175447.575000', '175447.578000', '175447.581000', '175447.583000', '175447.586000', '175447.588000', '175447.591000', '175447.594000', '175447.596000', '175447.599000', '175447.602000', '175447.604000', '175447.607000', '175447.610000', '175447.612000', '175447.615000', '175447.617000', '175447.620000', '175447.623000', '175447.625000', '175447.628000', '175447.631000', '175447.633000', '175447.636000', '175447.639000', '175507.525000', '175507.528000', '175507.530000', '175507.533000', '175507.536000', '175507.538000', '175507.541000', '175507.544000', '175507.546000', '175507.549000', '175507.552000', '175507.554000', '175507.557000', '175507.560000', '175507.562000', '175507.565000', '175507.568000', '175507.570000', '175507.573000', '175507.576000', '175507.578000', '175507.581000', '175507.584000', '175507.587000', '175507.589000', '175507.592000', '175507.595000', '175507.597000', '175507.600000', '175507.603000', '175507.605000', '175507.608000', '175507.611000', '175507.613000', '175507.617000', '175507.620000', '175507.623000', '175507.627000', '175507.629000', '175507.632000', '175507.635000', '175507.637000', '175507.640000', '175527.524000', '175527.527000', '175527.530000', '175527.532000', '175527.535000', '175527.538000', '175527.540000', '175527.543000', '175527.545000', '175527.548000', '175527.551000', '175527.553000', '175527.556000', '175527.558000', '175527.561000', '175527.564000', '175527.566000', '175527.570000', '175527.572000', '175527.575000', '175527.578000', '175527.580000', '175527.583000', '175527.586000', '175527.588000', '175527.591000', '175527.594000', '175527.596000', '175527.599000', '175527.602000', '175527.604000', '175527.607000', '175527.610000', '175527.613000', '175527.615000', '175527.618000', '175527.621000', '175527.624000', '175527.626000', '175527.629000', '175527.632000', '175527.634000', '175527.637000', '175527.640000', '175547.524000', '175547.526000', '175547.529000', '175547.532000', '175547.534000', '175547.537000', '175547.540000', '175547.542000', '175547.545000', '175547.548000', '175547.550000', '175547.553000', '175547.555000', '175547.558000', '175547.561000', '175547.563000', '175547.566000', '175547.569000', '175547.571000', '175547.574000', '175547.577000', '175547.579000', '175547.582000', '175547.585000', '175547.587000', '175547.590000', '175547.592000', '175547.595000', '175547.598000', '175547.600000', '175547.603000', '175547.606000', '175547.608000', '175547.611000', '175547.614000', '175547.616000', '175547.628000', '175547.630000', '175547.633000', '175547.636000', '175547.638000', '175547.641000', '175547.644000', '175607.524000', '175607.526000', '175607.529000', '175607.532000', '175607.534000', '175607.537000', '175607.539000', '175607.542000', '175607.545000', '175607.547000', '175607.550000', '175607.558000', '175607.560000', '175607.563000', '175607.566000', '175607.568000', '175607.571000', '175607.574000', '175607.576000', '175607.579000', '175607.582000', '175607.584000', '175607.587000', '175607.590000', '175607.592000', '175607.595000', '175607.598000', '175607.600000', '175607.603000', '175607.606000', '175607.608000', '175607.611000', '175607.614000', '175607.616000', '175607.619000', '175607.622000', '175607.624000', '175607.627000', '175607.630000', '175607.632000', '175607.635000', '175607.637000', '175607.640000', '175607.643000', '175627.523000', '175627.526000', '175627.529000', '175627.532000', '175627.534000', '175627.537000', '175627.540000', '175627.542000', '175627.545000', '175627.548000', '175627.550000', '175627.553000', '175627.556000', '175627.558000', '175627.561000', '175627.564000', '175627.566000', '175627.569000', '175627.571000', '175627.574000', '175627.577000', '175627.580000', '175627.582000', '175627.585000', '175627.587000', '175627.590000', '175627.593000', '175627.595000', '175627.598000', '175627.601000', '175627.603000', '175627.606000', '175627.608000', '175627.611000', '175627.614000', '175627.616000', '175627.619000', '175627.622000', '175627.624000', '175627.627000', '175627.630000', '175627.632000', '175627.635000', '175647.523000', '175647.526000', '175647.529000', '175647.532000', '175647.534000', '175647.537000', '175647.540000', '175647.543000', '175647.545000', '175647.550000', '175647.553000', '175647.556000', '175647.559000', '175647.562000', '175647.564000', '175647.567000', '175647.570000', '175647.572000', '175647.575000', '175647.578000', '175647.580000', '175647.583000', '175647.586000', '175647.588000', '175647.591000', '175647.593000', '175647.596000', '175647.599000', '175647.601000', '175647.604000', '175647.607000', '175647.609000', '175647.612000', '175647.615000', '175647.618000', '175647.620000', '175647.623000', '175647.625000', '175647.628000', '175647.631000', '175647.633000', '175647.636000', '175647.639000', '175647.641000', '175707.524000', '175707.527000', '175707.530000', '175707.533000', '175707.536000', '175707.538000', '175707.541000', '175707.543000', '175707.546000', '175707.549000', '175707.551000', '175707.554000', '175707.557000', '175707.559000', '175707.562000', '175707.565000', '175707.567000', '175707.570000', '175707.573000', '175707.575000', '175707.578000', '175707.580000', '175707.583000', '175707.586000', '175707.588000', '175707.591000', '175707.594000', '175707.596000', '175707.599000', '175707.602000', '175707.604000', '175707.607000', '175707.610000', '175707.612000', '175707.615000', '175707.618000', '175707.620000', '175707.623000', '175707.626000', '175707.628000', '175707.631000', '175707.634000', '175707.636000', '175725.205000', '175725.208000', '175725.211000', '175725.214000', '175725.217000', '175725.220000', '175725.223000', '175725.226000', '175725.228000', '175725.231000', '175725.234000', '175725.237000', '175725.239000', '175725.242000', '175725.245000', '175725.248000', '175725.251000', '175725.253000', '175725.256000', '175725.259000', '175725.262000', '175725.265000', '175725.268000', '175725.271000', '175725.274000', '175725.277000', '175725.280000', '175725.283000', '175725.286000', '175725.288000', '175725.291000', '175725.294000', '175725.297000', '175725.310000', '175725.313000', '175725.316000', '175725.320000', '175725.323000', '175725.326000'], 'InstanceCreationTime': ['175047.564000', '175047.567000', '175047.570000', '175047.573000', '175047.575000', '175107.524000', '175107.526000', '175107.529000', '175107.532000', '175107.534000', '175107.537000', '175107.540000', '175107.542000', '175107.545000', '175107.548000', '175107.550000', '175107.553000', '175107.555000', '175107.558000', '175107.561000', '175107.564000', '175107.566000', '175107.569000', '175107.572000', '175107.574000', '175107.577000', '175107.580000', '175107.583000', '175107.585000', '175107.588000', '175107.591000', '175107.593000', '175107.596000', '175107.599000', '175107.601000', '175107.604000', '175107.606000', '175107.609000', '175107.615000', '175107.617000', '175107.620000', '175107.651000', '175107.654000', '175107.656000', '175107.659000', '175107.661000', '175107.664000', '175107.667000', '175107.669000', '175107.672000', '175127.523000', '175127.526000', '175127.529000', '175127.532000', '175127.534000', '175127.537000', '175127.539000', '175127.542000', '175127.545000', '175127.547000', '175127.550000', '175127.552000', '175127.555000', '175127.558000', '175127.560000', '175127.563000', '175127.566000', '175127.568000', '175127.575000', '175127.578000', '175127.580000', '175127.583000', '175127.586000', '175127.588000', '175127.591000', '175127.593000', '175127.596000', '175127.598000', '175127.601000', '175127.604000', '175127.606000', '175127.609000', '175127.618000', '175127.620000', '175127.623000', '175127.626000', '175127.628000', '175127.631000', '175127.633000', '175127.636000', '175127.638000', '175127.641000', '175127.644000', '175127.646000', '175147.523000', '175147.526000', '175147.529000', '175147.531000', '175147.534000', '175147.537000', '175147.540000', '175147.542000', '175147.545000', '175147.548000', '175147.550000', '175147.553000', '175147.555000', '175147.558000', '175147.561000', '175147.571000', '175147.574000', '175147.577000', '175147.580000', '175147.582000', '175147.585000', '175147.587000', '175147.590000', '175147.593000', '175147.595000', '175147.598000', '175147.600000', '175147.603000', '175147.606000', '175147.608000', '175147.611000', '175147.614000', '175147.616000', '175147.619000', '175147.622000', '175147.624000', '175147.627000', '175147.629000', '175147.632000', '175147.636000', '175147.638000', '175147.641000', '175147.644000', '175207.523000', '175207.527000', '175207.529000', '175207.532000', '175207.535000', '175207.538000', '175207.540000', '175207.543000', '175207.545000', '175207.548000', '175207.551000', '175207.553000', '175207.556000', '175207.558000', '175207.561000', '175207.564000', '175207.566000', '175207.569000', '175207.572000', '175207.574000', '175207.577000', '175207.579000', '175207.582000', '175207.584000', '175207.587000', '175207.590000', '175207.592000', '175207.595000', '175207.597000', '175207.600000', '175207.603000', '175207.605000', '175207.608000', '175207.611000', '175207.613000', '175207.616000', '175207.618000', '175207.621000', '175207.624000', '175207.626000', '175207.629000', '175207.632000', '175207.634000', '175207.637000', '175227.524000', '175227.536000', '175227.539000', '175227.542000', '175227.544000', '175227.547000', '175227.549000', '175227.552000', '175227.555000', '175227.557000', '175227.560000', '175227.562000', '175227.565000', '175227.568000', '175227.570000', '175227.573000', '175227.575000', '175227.578000', '175227.581000', '175227.583000', '175227.586000', '175227.588000', '175227.591000', '175227.594000', '175227.596000', '175227.599000', '175227.602000', '175227.605000', '175227.607000', '175227.610000', '175227.612000', '175227.615000', '175227.618000', '175227.620000', '175227.623000', '175227.626000', '175227.628000', '175227.631000', '175227.634000', '175227.636000', '175227.639000', '175227.642000', '175227.644000', '175247.524000', '175247.527000', '175247.530000', '175247.533000', '175247.536000', '175247.539000', '175247.541000', '175247.544000', '175247.547000', '175247.549000', '175247.552000', '175247.555000', '175247.557000', '175247.560000', '175247.563000', '175247.565000', '175247.568000', '175247.570000', '175247.573000', '175247.576000', '175247.578000', '175247.581000', '175247.584000', '175247.593000', '175247.596000', '175247.598000', '175247.601000', '175247.603000', '175247.606000', '175247.609000', '175247.621000', '175247.624000', '175247.626000', '175247.629000', '175247.632000', '175247.634000', '175247.637000', '175247.639000', '175247.642000', '175247.645000', '175247.647000', '175247.650000', '175247.652000', '175247.655000', '175307.525000', '175307.527000', '175307.530000', '175307.533000', '175307.535000', '175307.538000', '175307.541000', '175307.543000', '175307.546000', '175307.548000', '175307.551000', '175307.554000', '175307.556000', '175307.559000', '175307.562000', '175307.564000', '175307.567000', '175307.569000', '175307.572000', '175307.575000', '175307.577000', '175307.580000', '175307.583000', '175307.585000', '175307.588000', '175307.590000', '175307.593000', '175307.596000', '175307.599000', '175307.601000', '175307.604000', '175307.607000', '175307.609000', '175307.612000', '175307.615000', '175307.617000', '175307.620000', '175307.623000', '175307.626000', '175307.628000', '175307.631000', '175307.634000', '175307.636000', '175327.523000', '175327.526000', '175327.529000', '175327.532000', '175327.535000', '175327.537000', '175327.540000', '175327.542000', '175327.545000', '175327.548000', '175327.550000', '175327.553000', '175327.555000', '175327.558000', '175327.561000', '175327.563000', '175327.566000', '175327.569000', '175327.571000', '175327.574000', '175327.577000', '175327.579000', '175327.582000', '175327.584000', '175327.591000', '175327.594000', '175327.596000', '175327.599000', '175327.602000', '175327.605000', '175327.607000', '175327.610000', '175327.613000', '175327.615000', '175327.618000', '175327.621000', '175327.623000', '175327.626000', '175327.629000', '175327.631000', '175327.634000', '175327.637000', '175327.639000', '175327.642000', '175347.523000', '175347.527000', '175347.529000', '175347.532000', '175347.534000', '175347.537000', '175347.540000', '175347.542000', '175347.545000', '175347.548000', '175347.550000', '175347.553000', '175347.555000', '175347.558000', '175347.561000', '175347.563000', '175347.566000', '175347.569000', '175347.571000', '175347.574000', '175347.577000', '175347.579000', '175347.582000', '175347.584000', '175347.587000', '175347.590000', '175347.592000', '175347.595000', '175347.598000', '175347.600000', '175347.603000', '175347.606000', '175347.608000', '175347.611000', '175347.614000', '175347.616000', '175347.619000', '175347.621000', '175347.624000', '175347.627000', '175347.629000', '175347.632000', '175347.635000', '175407.524000', '175407.526000', '175407.529000', '175407.532000', '175407.535000', '175407.537000', '175407.540000', '175407.543000', '175407.545000', '175407.548000', '175407.551000', '175407.554000', '175407.556000', '175407.559000', '175407.562000', '175407.564000', '175407.567000', '175407.569000', '175407.572000', '175407.575000', '175407.577000', '175407.580000', '175407.583000', '175407.585000', '175407.588000', '175407.590000', '175407.593000', '175407.596000', '175407.598000', '175407.601000', '175407.604000', '175407.606000', '175407.609000', '175407.612000', '175407.614000', '175407.617000', '175407.620000', '175407.622000', '175407.625000', '175407.628000', '175407.630000', '175407.633000', '175407.636000', '175407.638000', '175427.524000', '175427.526000', '175427.529000', '175427.532000', '175427.534000', '175427.537000', '175427.540000', '175427.542000', '175427.545000', '175427.548000', '175427.550000', '175427.553000', '175427.556000', '175427.558000', '175427.561000', '175427.563000', '175427.566000', '175427.569000', '175427.571000', '175427.574000', '175427.577000', '175427.579000', '175427.582000', '175427.585000', '175427.587000', '175427.601000', '175427.603000', '175427.606000', '175427.609000', '175427.611000', '175427.614000', '175427.617000', '175427.619000', '175427.622000', '175427.624000', '175427.627000', '175427.630000', '175427.632000', '175427.635000', '175427.637000', '175427.640000', '175427.643000', '175427.645000', '175447.524000', '175447.528000', '175447.530000', '175447.533000', '175447.536000', '175447.538000', '175447.541000', '175447.544000', '175447.546000', '175447.549000', '175447.552000', '175447.554000', '175447.557000', '175447.560000', '175447.562000', '175447.565000', '175447.567000', '175447.570000', '175447.573000', '175447.575000', '175447.578000', '175447.581000', '175447.583000', '175447.586000', '175447.588000', '175447.591000', '175447.594000', '175447.596000', '175447.599000', '175447.602000', '175447.604000', '175447.607000', '175447.610000', '175447.612000', '175447.615000', '175447.617000', '175447.620000', '175447.623000', '175447.625000', '175447.628000', '175447.631000', '175447.633000', '175447.636000', '175447.639000', '175507.525000', '175507.528000', '175507.530000', '175507.533000', '175507.536000', '175507.538000', '175507.541000', '175507.544000', '175507.546000', '175507.549000', '175507.552000', '175507.554000', '175507.557000', '175507.560000', '175507.562000', '175507.565000', '175507.568000', '175507.570000', '175507.573000', '175507.576000', '175507.578000', '175507.581000', '175507.584000', '175507.587000', '175507.589000', '175507.592000', '175507.595000', '175507.597000', '175507.600000', '175507.603000', '175507.605000', '175507.608000', '175507.611000', '175507.613000', '175507.617000', '175507.620000', '175507.623000', '175507.627000', '175507.629000', '175507.632000', '175507.635000', '175507.637000', '175507.640000', '175527.524000', '175527.527000', '175527.530000', '175527.532000', '175527.535000', '175527.538000', '175527.540000', '175527.543000', '175527.545000', '175527.548000', '175527.551000', '175527.553000', '175527.556000', '175527.558000', '175527.561000', '175527.564000', '175527.566000', '175527.570000', '175527.572000', '175527.575000', '175527.578000', '175527.580000', '175527.583000', '175527.586000', '175527.588000', '175527.591000', '175527.594000', '175527.596000', '175527.599000', '175527.602000', '175527.604000', '175527.607000', '175527.610000', '175527.613000', '175527.615000', '175527.618000', '175527.621000', '175527.624000', '175527.626000', '175527.629000', '175527.632000', '175527.634000', '175527.637000', '175527.640000', '175547.524000', '175547.526000', '175547.529000', '175547.532000', '175547.534000', '175547.537000', '175547.540000', '175547.542000', '175547.545000', '175547.548000', '175547.550000', '175547.553000', '175547.555000', '175547.558000', '175547.561000', '175547.563000', '175547.566000', '175547.569000', '175547.571000', '175547.574000', '175547.577000', '175547.579000', '175547.582000', '175547.585000', '175547.587000', '175547.590000', '175547.592000', '175547.595000', '175547.598000', '175547.600000', '175547.603000', '175547.606000', '175547.608000', '175547.611000', '175547.614000', '175547.616000', '175547.628000', '175547.630000', '175547.633000', '175547.636000', '175547.638000', '175547.641000', '175547.644000', '175607.524000', '175607.526000', '175607.529000', '175607.532000', '175607.534000', '175607.537000', '175607.539000', '175607.542000', '175607.545000', '175607.547000', '175607.550000', '175607.558000', '175607.560000', '175607.563000', '175607.566000', '175607.568000', '175607.571000', '175607.574000', '175607.576000', '175607.579000', '175607.582000', '175607.584000', '175607.587000', '175607.590000', '175607.592000', '175607.595000', '175607.598000', '175607.600000', '175607.603000', '175607.606000', '175607.608000', '175607.611000', '175607.614000', '175607.616000', '175607.619000', '175607.622000', '175607.624000', '175607.627000', '175607.630000', '175607.632000', '175607.635000', '175607.637000', '175607.640000', '175607.643000', '175627.523000', '175627.526000', '175627.529000', '175627.532000', '175627.534000', '175627.537000', '175627.540000', '175627.542000', '175627.545000', '175627.548000', '175627.550000', '175627.553000', '175627.556000', '175627.558000', '175627.561000', '175627.564000', '175627.566000', '175627.569000', '175627.571000', '175627.574000', '175627.577000', '175627.580000', '175627.582000', '175627.585000', '175627.587000', '175627.590000', '175627.593000', '175627.595000', '175627.598000', '175627.601000', '175627.603000', '175627.606000', '175627.608000', '175627.611000', '175627.614000', '175627.616000', '175627.619000', '175627.622000', '175627.624000', '175627.627000', '175627.630000', '175627.632000', '175627.635000', '175647.523000', '175647.526000', '175647.529000', '175647.532000', '175647.534000', '175647.537000', '175647.540000', '175647.543000', '175647.545000', '175647.550000', '175647.553000', '175647.556000', '175647.559000', '175647.562000', '175647.564000', '175647.567000', '175647.570000', '175647.572000', '175647.575000', '175647.578000', '175647.580000', '175647.583000', '175647.586000', '175647.588000', '175647.591000', '175647.593000', '175647.596000', '175647.599000', '175647.601000', '175647.604000', '175647.607000', '175647.609000', '175647.612000', '175647.615000', '175647.618000', '175647.620000', '175647.623000', '175647.625000', '175647.628000', '175647.631000', '175647.633000', '175647.636000', '175647.639000', '175647.641000', '175707.524000', '175707.527000', '175707.530000', '175707.533000', '175707.536000', '175707.538000', '175707.541000', '175707.543000', '175707.546000', '175707.549000', '175707.551000', '175707.554000', '175707.557000', '175707.559000', '175707.562000', '175707.565000', '175707.567000', '175707.570000', '175707.573000', '175707.575000', '175707.578000', '175707.580000', '175707.583000', '175707.586000', '175707.588000', '175707.591000', '175707.594000', '175707.596000', '175707.599000', '175707.602000', '175707.604000', '175707.607000', '175707.610000', '175707.612000', '175707.615000', '175707.618000', '175707.620000', '175707.623000', '175707.626000', '175707.628000', '175707.631000', '175707.634000', '175707.636000', '175725.205000', '175725.208000', '175725.211000', '175725.214000', '175725.217000', '175725.220000', '175725.223000', '175725.226000', '175725.228000', '175725.231000', '175725.234000', '175725.237000', '175725.239000', '175725.242000', '175725.245000', '175725.248000', '175725.251000', '175725.253000', '175725.256000', '175725.259000', '175725.262000', '175725.265000', '175725.268000', '175725.271000', '175725.274000', '175725.277000', '175725.280000', '175725.283000', '175725.286000', '175725.288000', '175725.291000', '175725.294000', '175725.297000', '175725.310000', '175725.313000', '175725.316000', '175725.320000', '175725.323000', '175725.326000'], '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': [11337, 8257, 11264, 8065, 11170, 7978, 10647, 8403, 10124, 7982, 9866, 8392, 9699, 8482, 10720, 8655, 14441, 10078, 12426, 8830, 11004, 8587, 14597, 8353, 13656, 8646, 13059, 8667, 12597, 8309, 9037, 8429, 8816, 9026, 9344, 11440, 8431, 14221, 8343, 14743, 8240, 13625, 8413, 12648, 8511, 12439, 8536, 11818, 8460, 9476, 8331, 12105, 8552, 12374, 10496, 8622, 9175, 9110, 8672, 13679, 8779, 12642, 8781, 8819, 8710, 8735, 8414, 8588, 9711, 8602, 9324, 8344, 10685, 8116, 13327, 8694, 14773, 8557, 14133, 8435, 12993, 8693, 12586, 8450, 10301, 10895, 8502, 9069, 8469, 11245, 8330, 12987, 8140, 14090, 8502, 13682, 8696, 13240, 8717, 12930, 9014, 10790, 8406, 8927, 11019, 8390, 12039, 8271, 13958, 9249, 11243, 10027, 10574, 9656, 8656, 8599, 8494, 8451, 8390, 11114, 8555, 10893, 8374, 11547, 8430, 9071, 11001, 8413, 11377, 8332, 12334, 8508, 14569, 8539, 14402, 8669, 13784, 9298, 11346, 8670, 8942, 10475, 8733, 10832, 8369, 11934, 8604, 10305, 8579, 11499, 8610, 11676, 9103, 9659, 10355, 8574, 9984, 8670, 11804, 8540, 13839, 8988, 13993, 10155, 8634, 10656, 8777, 12218, 8527, 11139, 9371, 11162, 10007, 9652, 8947, 8865, 10659, 8934, 9249, 8505, 9197, 8488, 9054, 8794, 8671, 10579, 8635, 10927, 8734, 11894, 8512, 13192, 8543, 11982, 8685, 10441, 8666, 10837, 8429, 9180, 11665, 8695, 10596, 8634, 14102, 8580, 12535, 10141, 12617, 10162, 11538, 9648, 9622, 8517, 8809, 8651, 8583, 9821, 8486, 10743, 8565, 12045, 8539, 12964, 8567, 12990, 8421, 13041, 8498, 10320, 10951, 8663, 10233, 8644, 9019, 10788, 8932, 12657, 8847, 14933, 10538, 14352, 9747, 11381, 9793, 13625, 8825, 10466, 8919, 9042, 10106, 9013, 8448, 9279, 8598, 11273, 8635, 10900, 9156, 8917, 8777, 9200, 9505, 9102, 8995, 9552, 8968, 10085, 8902, 9043, 9815, 9348, 14149, 8956, 14437, 9104, 13485, 10456, 10279, 9907, 9477, 9451, 9107, 13649, 9123, 9373, 11632, 9265, 14780, 9047, 9388, 10357, 9410, 13611, 9249, 14649, 8978, 9178, 9782, 9351, 9510, 9763, 9884, 9171, 8986, 8650, 9445, 10338, 9535, 14092, 9273, 13891, 9134, 13374, 9324, 10647, 9379, 9154, 10591, 9314, 10221, 9331, 11413, 9107, 12694, 9120, 12659, 9271, 13353, 9266, 13665, 9133, 12435, 9054, 12403, 9087, 11099, 9024, 9274, 8638, 9154, 9944, 9300, 11004, 9034, 11337, 8914, 9661, 9568, 9285, 13448, 9014, 14920, 8918, 10106, 9617, 9319, 8943, 9358, 10503, 9048, 10319, 9107, 10244, 9130, 10463, 9271, 11613, 8998, 12419, 9216, 11500, 9024, 12456, 8823, 11534, 8744, 9141, 10671, 8950, 9829, 9175, 10261, 9019, 11056, 8870, 12701, 8536, 12712, 8728, 12439, 8586, 11420, 9438, 9176, 8747, 9178, 8576, 13944, 8721, 12012, 9102, 9508, 8323, 8841, 8431, 8955, 10515, 8971, 11891, 8672, 10205, 8251, 9124, 9008, 9037, 11060, 8612, 10725, 8765, 10557, 8555, 12635, 8384, 11377, 8684, 11720, 8489, 9659, 8695, 11636, 8510, 11056, 9017, 9586, 8727, 11697, 8654, 12127, 8669, 9821, 8480, 9572, 8646, 10337, 8387, 11446, 8443, 8887, 10107, 8533, 9574, 8810, 12188, 8636, 10547, 8809, 9631, 9062, 8803, 9584, 8752, 11191, 8645, 12113, 8372, 13757, 8273, 13234, 8456, 12588, 8520, 9520, 8658, 8579, 9968, 8602, 13282, 8834, 11512, 9903, 10019, 9803, 9191, 9936, 9149, 11281, 9106, 12087, 8996, 12161, 8866, 12674, 8991, 12526, 8907, 9042, 8730, 9146, 8914, 9224, 10131, 8971, 13376, 8458, 9114, 9458, 9135, 12341, 9201, 13863, 8792, 9772, 9249, 9242, 11695, 9157, 13150, 8785, 13247, 8953, 13086, 8747, 12021, 8584, 9681, 8544, 9143, 9570, 9247, 10595, 9117, 11234, 8704, 12458, 8810, 12487, 8559, 8836, 8405, 10577, 8393, 10067, 8333, 8877, 10688, 8951, 9387, 8760, 10227, 8872, 11119, 9301, 12546, 9269, 12194, 9283, 9958, 9133, 8964, 9276, 10092, 9192, 10908, 9204, 8402, 9220, 8610, 9025, 9334, 8783, 10160, 8832, 11380, 8643, 11773, 8551, 12181, 8567, 10315, 9012, 9076, 9570, 9142, 9439, 9083, 8956, 8768, 9576, 8871, 10307, 8921, 10180, 8847, 9111, 8354, 10335, 8534, 12740, 9364, 11905, 9925, 8832, 9226, 8532, 10388, 8643, 11363, 8591, 11732, 8579, 11932, 9328, 9106, 9411, 8806, 11459, 8980, 11128, 8843, 11853, 8649, 11215, 8145, 8983, 8134, 11064, 8071, 13448, 8228, 12431, 8435, 10064, 9835, 8713, 10203, 8953, 12961, 8282, 13794, 8115, 13448, 8259, 12650, 9291, 11116, 8330, 10992, 8463, 10526, 8861, 8561, 9107, 8687, 9802, 8643, 12000, 8657, 13099, 8508, 11925, 8385, 11594, 9023, 12306, 8198, 13056, 8132, 12115, 8322, 11565, 9394, 11798, 8282, 11730, 8246, 12014, 8558, 11977, 8430, 12417, 8304, 12014, 8494, 12069, 8566, 9076, 8113, 12630, 8485, 12435, 8792, 11280, 8854, 11295, 8872, 8231, 8958, 8008, 10393, 8011, 8850, 8564, 9064, 10972, 9018, 10663, 8999, 10134, 8923, 12519, 8696, 12743, 8382, 12492, 8356, 13067, 8708, 13778, 9169, 13733, 8894, 12191, 8555, 10724, 8142, 12784, 8389, 12370, 8478, 12086, 8951, 12221, 8081, 9005, 9257, 8550, 8582, 8657, 8148, 12218, 9641, 13530, 10664, 15847, 13273, 14267, 10870, 14084, 8259, 12363, 7849, 11982, 7857, 12049, 7813, 8205, 9427, 8227, 10096, 7625, 12710, 7782, 13896, 9630, 13538, 8254, 13526, 8199, 12513, 9570, 11319, 8581, 9573, 8100, 13179, 8321, 13295, 8798, 10797, 8203, 10638, 8169, 13888, 8166, 11365, 8259, 7992, 8328, 8243, 8334, 9023, 11182, 8158, 9411, 7576, 11818, 7952, 13722, 8472, 10132, 9243, 8146, 9620, 7808, 11417, 7939, 14102, 10054, 11459, 9082, 9147, 8960, 14517, 10302, 12672, 9617, 8243, 8934, 8198, 8192, 8421, 8779, 8295, 10813, 8137, 12546, 7973, 12071, 7830, 12921, 8601, 8980, 11307, 8644, 10413, 8139, 13081, 7915, 14570, 8786, 10029, 8510, 8227, 8910, 9383, 10446, 8284, 12016, 7922, 11770, 8501, 12017, 7995, 13534, 8083, 12909, 7927, 12901, 8032, 12638, 8341, 10293, 8165, 9023, 8027, 8720, 9446, 8564, 10528, 8262, 12078], 'WindowCenter': [4147.0, 4090.0, 4118.0, 4075.0, 4115.0, 4063.0, 4101.0, 4072.0, 4091.0, 4061.0, 4091.0, 4073.0, 4093.0, 4085.0, 4114.0, 4085.0, 4134.0, 4105.0, 4113.0, 4083.0, 4102.0, 4084.0, 4133.0, 4074.0, 4133.0, 4074.0, 4121.0, 4072.0, 4122.0, 4072.0, 4082.0, 4085.0, 4083.0, 4094.0, 4084.0, 4113.0, 4073.0, 4134.0, 4073.0, 4134.0, 4073.0, 4123.0, 4062.0, 4123.0, 4073.0, 4112.0, 4072.0, 4101.0, 4073.0, 4093.0, 4075.0, 4114.0, 4084.0, 4113.0, 4105.0, 4072.0, 4083.0, 4071.0, 4072.0, 4121.0, 4071.0, 4111.0, 4072.0, 4070.0, 4070.0, 4060.0, 4072.0, 4072.0, 4082.0, 4072.0, 4083.0, 4073.0, 4102.0, 4063.0, 4123.0, 4073.0, 4133.0, 4073.0, 4122.0, 4062.0, 4122.0, 4072.0, 4113.0, 4073.0, 4092.0, 4104.0, 4073.0, 4084.0, 4073.0, 4115.0, 4073.0, 4124.0, 4064.0, 4134.0, 4074.0, 4123.0, 4073.0, 4122.0, 4073.0, 4111.0, 4072.0, 4091.0, 4061.0, 4071.0, 4103.0, 4074.0, 4113.0, 4074.0, 4123.0, 4096.0, 4129.0, 4107.0, 4104.0, 4083.0, 4072.0, 4072.0, 4060.0, 4061.0, 4060.0, 4103.0, 4072.0, 4102.0, 4073.0, 4114.0, 4073.0, 4083.0, 4104.0, 4074.0, 4115.0, 4075.0, 4124.0, 4075.0, 4134.0, 4084.0, 4134.0, 4073.0, 4123.0, 4084.0, 4102.0, 4072.0, 4082.0, 4103.0, 4074.0, 4105.0, 4075.0, 4125.0, 4086.0, 4105.0, 4087.0, 4115.0, 4085.0, 4114.0, 4085.0, 4083.0, 4094.0, 4073.0, 4095.0, 4074.0, 4114.0, 4084.0, 4135.0, 4085.0, 4134.0, 4104.0, 4074.0, 4104.0, 4084.0, 4114.0, 4086.0, 4104.0, 4095.0, 4104.0, 4095.0, 4083.0, 4074.0, 4074.0, 4094.0, 4083.0, 4082.0, 4084.0, 4094.0, 4086.0, 4085.0, 4086.0, 4085.0, 4105.0, 4085.0, 4105.0, 4085.0, 4116.0, 4074.0, 4125.0, 4073.0, 4113.0, 4073.0, 4092.0, 4073.0, 4103.0, 4074.0, 4084.0, 4116.0, 4086.0, 4117.0, 4087.0, 4147.0, 4087.0, 4125.0, 4106.0, 4115.0, 4095.0, 4103.0, 4083.0, 4081.0, 4072.0, 4072.0, 4072.0, 4072.0, 4082.0, 4073.0, 4103.0, 4073.0, 4113.0, 4073.0, 4112.0, 4073.0, 4123.0, 4073.0, 4123.0, 4074.0, 4092.0, 4103.0, 4073.0, 4104.0, 4086.0, 4097.0, 4118.0, 4097.0, 4138.0, 4097.0, 4147.0, 4107.0, 4137.0, 4096.0, 4104.0, 4095.0, 4124.0, 4085.0, 4093.0, 4084.0, 4083.0, 4104.0, 4085.0, 4075.0, 4095.0, 4086.0, 4115.0, 4086.0, 4105.0, 4085.0, 4084.0, 4086.0, 4084.0, 4094.0, 4086.0, 4096.0, 4108.0, 4109.0, 4117.0, 4098.0, 4097.0, 4107.0, 4097.0, 4138.0, 4087.0, 4147.0, 4087.0, 4137.0, 4107.0, 4094.0, 4094.0, 4083.0, 4094.0, 4085.0, 4136.0, 4086.0, 4084.0, 4115.0, 4086.0, 4135.0, 4085.0, 4084.0, 4094.0, 4084.0, 4124.0, 4085.0, 4134.0, 4074.0, 4084.0, 4096.0, 4097.0, 4096.0, 4107.0, 4106.0, 4109.0, 4097.0, 4087.0, 4097.0, 4107.0, 4096.0, 4137.0, 4098.0, 4137.0, 4096.0, 4136.0, 4096.0, 4094.0, 4096.0, 4084.0, 4106.0, 4085.0, 4106.0, 4097.0, 4117.0, 4086.0, 4125.0, 4096.0, 4125.0, 4085.0, 4125.0, 4085.0, 4123.0, 4084.0, 4113.0, 4084.0, 4113.0, 4075.0, 4103.0, 4084.0, 4083.0, 4074.0, 4084.0, 4095.0, 4085.0, 4105.0, 4086.0, 4105.0, 4086.0, 4096.0, 4097.0, 4086.0, 4126.0, 4085.0, 4135.0, 4085.0, 4095.0, 4095.0, 4084.0, 4085.0, 4084.0, 4094.0, 4073.0, 4094.0, 4084.0, 4105.0, 4085.0, 4105.0, 4085.0, 4114.0, 4085.0, 4115.0, 4084.0, 4103.0, 4074.0, 4114.0, 4085.0, 4114.0, 4085.0, 4096.0, 4107.0, 4086.0, 4107.0, 4085.0, 4106.0, 4086.0, 4104.0, 4086.0, 4125.0, 4086.0, 4125.0, 4086.0, 4115.0, 4076.0, 4105.0, 4086.0, 4084.0, 4076.0, 4084.0, 4075.0, 4125.0, 4074.0, 4103.0, 4073.0, 4083.0, 4063.0, 4072.0, 4063.0, 4084.0, 4105.0, 4074.0, 4114.0, 4075.0, 4095.0, 4075.0, 4085.0, 4086.0, 4074.0, 4105.0, 4073.0, 4104.0, 4073.0, 4093.0, 4062.0, 4113.0, 4063.0, 4104.0, 4074.0, 4114.0, 4074.0, 4083.0, 4074.0, 4104.0, 4075.0, 4103.0, 4074.0, 4082.0, 4074.0, 4104.0, 4074.0, 4103.0, 4073.0, 4081.0, 4074.0, 4081.0, 4073.0, 4093.0, 4074.0, 4103.0, 4073.0, 4083.0, 4105.0, 4087.0, 4096.0, 4099.0, 4127.0, 4089.0, 4107.0, 4098.0, 4097.0, 4087.0, 4086.0, 4097.0, 4077.0, 4107.0, 4076.0, 4117.0, 4075.0, 4125.0, 4075.0, 4124.0, 4075.0, 4114.0, 4075.0, 4084.0, 4085.0, 4086.0, 4096.0, 4087.0, 4137.0, 4098.0, 4117.0, 4109.0, 4096.0, 4096.0, 4085.0, 4095.0, 4085.0, 4105.0, 4086.0, 4114.0, 4085.0, 4114.0, 4084.0, 4125.0, 4074.0, 4115.0, 4085.0, 4073.0, 4076.0, 4084.0, 4085.0, 4085.0, 4096.0, 4086.0, 4125.0, 4075.0, 4086.0, 4097.0, 4085.0, 4126.0, 4086.0, 4126.0, 4075.0, 4095.0, 4086.0, 4085.0, 4116.0, 4085.0, 4125.0, 4074.0, 4124.0, 4074.0, 4113.0, 4074.0, 4104.0, 4073.0, 4083.0, 4075.0, 4085.0, 4084.0, 4085.0, 4105.0, 4085.0, 4116.0, 4075.0, 4125.0, 4085.0, 4114.0, 4074.0, 4084.0, 4088.0, 4106.0, 4077.0, 4095.0, 4076.0, 4085.0, 4106.0, 4086.0, 4086.0, 4087.0, 4107.0, 4087.0, 4117.0, 4087.0, 4127.0, 4086.0, 4117.0, 4085.0, 4094.0, 4073.0, 4073.0, 4072.0, 4084.0, 4072.0, 4093.0, 4072.0, 4062.0, 4072.0, 4073.0, 4072.0, 4072.0, 4074.0, 4094.0, 4075.0, 4115.0, 4075.0, 4114.0, 4075.0, 4115.0, 4076.0, 4094.0, 4086.0, 4075.0, 4085.0, 4084.0, 4084.0, 4073.0, 4073.0, 4063.0, 4084.0, 4074.0, 4094.0, 4086.0, 4094.0, 4086.0, 4086.0, 4078.0, 4107.0, 4089.0, 4127.0, 4087.0, 4115.0, 4096.0, 4074.0, 4085.0, 4075.0, 4094.0, 4075.0, 4105.0, 4075.0, 4115.0, 4076.0, 4115.0, 4086.0, 4076.0, 4088.0, 4088.0, 4118.0, 4086.0, 4107.0, 4075.0, 4116.0, 4076.0, 4105.0, 4066.0, 4075.0, 4067.0, 4106.0, 4067.0, 4126.0, 4066.0, 4115.0, 4065.0, 4085.0, 4096.0, 4075.0, 4097.0, 4086.0, 4127.0, 4066.0, 4126.0, 4066.0, 4125.0, 4066.0, 4115.0, 4075.0, 4093.0, 4064.0, 4094.0, 4064.0, 4094.0, 4075.0, 4074.0, 4074.0, 4075.0, 4096.0, 4088.0, 4141.0, 4088.0, 4126.0, 4077.0, 4116.0, 4076.0, 4105.0, 4086.0, 4115.0, 4065.0, 4114.0, 4054.0, 4103.0, 4064.0, 4092.0, 4073.0, 4092.0, 4053.0, 4102.0, 4064.0, 4114.0, 4064.0, 4103.0, 4064.0, 4103.0, 4064.0, 4103.0, 4075.0, 4115.0, 4076.0, 4075.0, 4067.0, 4117.0, 4078.0, 4117.0, 4077.0, 4107.0, 4075.0, 4106.0, 4075.0, 4065.0, 4074.0, 4065.0, 4095.0, 4065.0, 4075.0, 4077.0, 4086.0, 4107.0, 4087.0, 4108.0, 4088.0, 4098.0, 4087.0, 4127.0, 4077.0, 4127.0, 4077.0, 4116.0, 4067.0, 4127.0, 4078.0, 4127.0, 4075.0, 4114.0, 4074.0, 4116.0, 4075.0, 4093.0, 4065.0, 4115.0, 4065.0, 4114.0, 4063.0, 4103.0, 4063.0, 4103.0, 4053.0, 4073.0, 4074.0, 4075.0, 4076.0, 4088.0, 4079.0, 4130.0, 4101.0, 4139.0, 4110.0, 4137.0, 4118.0, 4125.0, 4095.0, 4114.0, 4053.0, 4102.0, 4053.0, 4092.0, 4053.0, 4102.0, 4053.0, 4063.0, 4074.0, 4065.0, 4095.0, 4056.0, 4116.0, 4056.0, 4125.0, 4086.0, 4114.0, 4065.0, 4114.0, 4065.0, 4104.0, 4085.0, 4093.0, 4064.0, 4073.0, 4054.0, 4113.0, 4064.0, 4113.0, 4064.0, 4083.0, 4064.0, 4082.0, 4064.0, 4113.0, 4053.0, 4092.0, 4052.0, 4052.0, 4064.0, 4053.0, 4064.0, 4063.0, 4094.0, 4053.0, 4074.0, 4055.0, 4105.0, 4066.0, 4126.0, 4066.0, 4096.0, 4086.0, 4065.0, 4086.0, 4067.0, 4117.0, 4068.0, 4138.0, 4098.0, 4106.0, 4077.0, 4088.0, 4088.0, 4127.0, 4085.0, 4103.0, 4073.0, 4052.0, 4062.0, 4052.0, 4063.0, 4052.0, 4063.0, 4063.0, 4093.0, 4053.0, 4103.0, 4053.0, 4103.0, 4054.0, 4114.0, 4065.0, 4074.0, 4105.0, 4065.0, 4095.0, 4055.0, 4115.0, 4055.0, 4125.0, 4065.0, 4084.0, 4065.0, 4064.0, 4075.0, 4074.0, 4084.0, 4064.0, 4103.0, 4053.0, 4104.0, 4065.0, 4104.0, 4054.0, 4114.0, 4055.0, 4103.0, 4054.0, 4103.0, 4054.0, 4103.0, 4064.0, 4083.0, 4064.0, 4075.0, 4065.0, 4064.0, 4084.0, 4075.0, 4095.0, 4077.0, 4116.0], 'WindowWidth': [9199.0, 9106.0, 9136.0, 9072.0, 9124.0, 9051.0, 9098.0, 9061.0, 9084.0, 9047.0, 9086.0, 9067.0, 9091.0, 9085.0, 9121.0, 9084.0, 9147.0, 9109.0, 9115.0, 9077.0, 9100.0, 9079.0, 9143.0, 9068.0, 9144.0, 9066.0, 9125.0, 9062.0, 9127.0, 9062.0, 9075.0, 9083.0, 9078.0, 9095.0, 9080.0, 9117.0, 9064.0, 9145.0, 9064.0, 9144.0, 9063.0, 9129.0, 9046.0, 9127.0, 9060.0, 9110.0, 9058.0, 9096.0, 9062.0, 9088.0, 9069.0, 9119.0, 9081.0, 9116.0, 9106.0, 9058.0, 9075.0, 9054.0, 9058.0, 9123.0, 9055.0, 9106.0, 9056.0, 9050.0, 9053.0, 9039.0, 9059.0, 9059.0, 9074.0, 9059.0, 9076.0, 9063.0, 9101.0, 9050.0, 9129.0, 9063.0, 9140.0, 9062.0, 9125.0, 9046.0, 9123.0, 9060.0, 9115.0, 9063.0, 9085.0, 9105.0, 9064.0, 9080.0, 9063.0, 9121.0, 9062.0, 9129.0, 9051.0, 9144.0, 9065.0, 9127.0, 9063.0, 9125.0, 9061.0, 9108.0, 9057.0, 9080.0, 9043.0, 9055.0, 9100.0, 9064.0, 9116.0, 9065.0, 9129.0, 9099.0, 9151.0, 9115.0, 9104.0, 9075.0, 9057.0, 9057.0, 9037.0, 9042.0, 9039.0, 9101.0, 9058.0, 9099.0, 9061.0, 9116.0, 9064.0, 9075.0, 9105.0, 9066.0, 9121.0, 9070.0, 9132.0, 9067.0, 9144.0, 9079.0, 9143.0, 9064.0, 9128.0, 9077.0, 9096.0, 9059.0, 9073.0, 9102.0, 9066.0, 9106.0, 9069.0, 9136.0, 9087.0, 9109.0, 9088.0, 9121.0, 9083.0, 9119.0, 9080.0, 9075.0, 9090.0, 9061.0, 9092.0, 9065.0, 9119.0, 9080.0, 9146.0, 9083.0, 9146.0, 9105.0, 9064.0, 9103.0, 9080.0, 9118.0, 9084.0, 9105.0, 9096.0, 9103.0, 9094.0, 9074.0, 9062.0, 9064.0, 9089.0, 9075.0, 9072.0, 9080.0, 9093.0, 9087.0, 9083.0, 9085.0, 9082.0, 9110.0, 9080.0, 9109.0, 9082.0, 9122.0, 9064.0, 9132.0, 9062.0, 9113.0, 9061.0, 9084.0, 9062.0, 9100.0, 9065.0, 9077.0, 9125.0, 9085.0, 9127.0, 9089.0, 9168.0, 9090.0, 9136.0, 9113.0, 9120.0, 9094.0, 9099.0, 9073.0, 9069.0, 9058.0, 9057.0, 9059.0, 9058.0, 9072.0, 9061.0, 9100.0, 9061.0, 9113.0, 9060.0, 9110.0, 9061.0, 9126.0, 9063.0, 9128.0, 9066.0, 9086.0, 9100.0, 9063.0, 9105.0, 9086.0, 9101.0, 9131.0, 9102.0, 9156.0, 9102.0, 9166.0, 9112.0, 9151.0, 9096.0, 9102.0, 9094.0, 9131.0, 9080.0, 9088.0, 9076.0, 9075.0, 9106.0, 9080.0, 9070.0, 9095.0, 9086.0, 9122.0, 9084.0, 9106.0, 9080.0, 9077.0, 9084.0, 9079.0, 9091.0, 9083.0, 9101.0, 9120.0, 9125.0, 9131.0, 9106.0, 9102.0, 9115.0, 9101.0, 9156.0, 9087.0, 9166.0, 9087.0, 9152.0, 9112.0, 9091.0, 9092.0, 9074.0, 9090.0, 9081.0, 9149.0, 9082.0, 9077.0, 9120.0, 9083.0, 9148.0, 9080.0, 9077.0, 9090.0, 9076.0, 9130.0, 9080.0, 9142.0, 9065.0, 9075.0, 9095.0, 9099.0, 9098.0, 9116.0, 9112.0, 9122.0, 9102.0, 9090.0, 9102.0, 9115.0, 9098.0, 9153.0, 9101.0, 9152.0, 9098.0, 9151.0, 9098.0, 9090.0, 9096.0, 9078.0, 9110.0, 9082.0, 9111.0, 9101.0, 9124.0, 9084.0, 9133.0, 9097.0, 9135.0, 9082.0, 9131.0, 9078.0, 9127.0, 9076.0, 9112.0, 9077.0, 9113.0, 9066.0, 9098.0, 9077.0, 9073.0, 9063.0, 9076.0, 9094.0, 9079.0, 9105.0, 9083.0, 9106.0, 9085.0, 9095.0, 9099.0, 9082.0, 9135.0, 9080.0, 9145.0, 9081.0, 9092.0, 9095.0, 9077.0, 9080.0, 9078.0, 9089.0, 9061.0, 9090.0, 9076.0, 9107.0, 9080.0, 9106.0, 9079.0, 9118.0, 9078.0, 9120.0, 9077.0, 9099.0, 9062.0, 9115.0, 9080.0, 9118.0, 9081.0, 9095.0, 9113.0, 9083.0, 9114.0, 9080.0, 9109.0, 9081.0, 9104.0, 9081.0, 9133.0, 9084.0, 9134.0, 9083.0, 9119.0, 9069.0, 9105.0, 9083.0, 9077.0, 9069.0, 9075.0, 9067.0, 9132.0, 9064.0, 9100.0, 9060.0, 9071.0, 9048.0, 9058.0, 9048.0, 9077.0, 9106.0, 9063.0, 9115.0, 9066.0, 9092.0, 9068.0, 9079.0, 9082.0, 9063.0, 9106.0, 9059.0, 9101.0, 9060.0, 9085.0, 9044.0, 9112.0, 9045.0, 9101.0, 9065.0, 9115.0, 9065.0, 9072.0, 9064.0, 9101.0, 9065.0, 9099.0, 9062.0, 9070.0, 9062.0, 9100.0, 9062.0, 9098.0, 9059.0, 9067.0, 9061.0, 9068.0, 9061.0, 9084.0, 9065.0, 9101.0, 9062.0, 9074.0, 9106.0, 9084.0, 9099.0, 9108.0, 9141.0, 9093.0, 9112.0, 9104.0, 9099.0, 9088.0, 9083.0, 9099.0, 9070.0, 9111.0, 9068.0, 9124.0, 9067.0, 9133.0, 9066.0, 9131.0, 9066.0, 9117.0, 9066.0, 9078.0, 9082.0, 9084.0, 9095.0, 9087.0, 9153.0, 9105.0, 9129.0, 9119.0, 9098.0, 9098.0, 9080.0, 9093.0, 9081.0, 9105.0, 9082.0, 9117.0, 9078.0, 9116.0, 9077.0, 9132.0, 9063.0, 9117.0, 9079.0, 9062.0, 9068.0, 9077.0, 9081.0, 9080.0, 9094.0, 9081.0, 9134.0, 9068.0, 9082.0, 9100.0, 9081.0, 9137.0, 9082.0, 9136.0, 9068.0, 9093.0, 9082.0, 9078.0, 9123.0, 9080.0, 9132.0, 9064.0, 9129.0, 9062.0, 9112.0, 9061.0, 9099.0, 9059.0, 9072.0, 9066.0, 9079.0, 9077.0, 9079.0, 9106.0, 9082.0, 9123.0, 9068.0, 9133.0, 9079.0, 9117.0, 9065.0, 9076.0, 9089.0, 9108.0, 9073.0, 9092.0, 9069.0, 9081.0, 9108.0, 9081.0, 9083.0, 9088.0, 9112.0, 9086.0, 9127.0, 9084.0, 9139.0, 9084.0, 9125.0, 9079.0, 9090.0, 9059.0, 9060.0, 9055.0, 9073.0, 9055.0, 9086.0, 9056.0, 9045.0, 9056.0, 9059.0, 9057.0, 9058.0, 9062.0, 9088.0, 9066.0, 9118.0, 9067.0, 9116.0, 9067.0, 9118.0, 9068.0, 9090.0, 9082.0, 9064.0, 9080.0, 9074.0, 9076.0, 9058.0, 9061.0, 9045.0, 9075.0, 9063.0, 9091.0, 9081.0, 9091.0, 9082.0, 9083.0, 9076.0, 9113.0, 9092.0, 9137.0, 9086.0, 9119.0, 9094.0, 9062.0, 9077.0, 9066.0, 9089.0, 9066.0, 9104.0, 9066.0, 9118.0, 9071.0, 9119.0, 9081.0, 9067.0, 9087.0, 9088.0, 9127.0, 9081.0, 9111.0, 9066.0, 9119.0, 9070.0, 9106.0, 9056.0, 9066.0, 9060.0, 9108.0, 9059.0, 9135.0, 9056.0, 9118.0, 9053.0, 9077.0, 9094.0, 9066.0, 9097.0, 9082.0, 9137.0, 9056.0, 9135.0, 9056.0, 9132.0, 9054.0, 9116.0, 9065.0, 9084.0, 9050.0, 9086.0, 9049.0, 9089.0, 9064.0, 9062.0, 9064.0, 9067.0, 9095.0, 9089.0, 9166.0, 9090.0, 9135.0, 9071.0, 9122.0, 9069.0, 9105.0, 9083.0, 9118.0, 9053.0, 9115.0, 9036.0, 9098.0, 9048.0, 9080.0, 9058.0, 9081.0, 9031.0, 9094.0, 9047.0, 9112.0, 9049.0, 9098.0, 9048.0, 9097.0, 9047.0, 9098.0, 9064.0, 9116.0, 9067.0, 9065.0, 9059.0, 9123.0, 9074.0, 9124.0, 9071.0, 9110.0, 9064.0, 9106.0, 9063.0, 9052.0, 9062.0, 9053.0, 9091.0, 9052.0, 9065.0, 9070.0, 9081.0, 9111.0, 9084.0, 9117.0, 9088.0, 9101.0, 9084.0, 9137.0, 9072.0, 9136.0, 9072.0, 9122.0, 9058.0, 9136.0, 9073.0, 9137.0, 9065.0, 9113.0, 9061.0, 9122.0, 9064.0, 9085.0, 9052.0, 9117.0, 9050.0, 9114.0, 9045.0, 9096.0, 9043.0, 9095.0, 9031.0, 9059.0, 9061.0, 9066.0, 9067.0, 9088.0, 9080.0, 9149.0, 9112.0, 9157.0, 9119.0, 9151.0, 9125.0, 9128.0, 9089.0, 9114.0, 9030.0, 9091.0, 9030.0, 9078.0, 9029.0, 9094.0, 9032.0, 9045.0, 9062.0, 9052.0, 9091.0, 9042.0, 9118.0, 9041.0, 9130.0, 9079.0, 9113.0, 9051.0, 9114.0, 9052.0, 9100.0, 9075.0, 9083.0, 9046.0, 9057.0, 9035.0, 9111.0, 9046.0, 9109.0, 9045.0, 9069.0, 9046.0, 9067.0, 9046.0, 9109.0, 9030.0, 9079.0, 9028.0, 9025.0, 9045.0, 9029.0, 9047.0, 9044.0, 9086.0, 9032.0, 9060.0, 9038.0, 9104.0, 9054.0, 9131.0, 9054.0, 9092.0, 9081.0, 9052.0, 9081.0, 9059.0, 9123.0, 9063.0, 9152.0, 9100.0, 9108.0, 9071.0, 9085.0, 9089.0, 9135.0, 9077.0, 9096.0, 9055.0, 9025.0, 9042.0, 9027.0, 9044.0, 9029.0, 9045.0, 9044.0, 9083.0, 9031.0, 9096.0, 9030.0, 9096.0, 9035.0, 9112.0, 9050.0, 9061.0, 9104.0, 9050.0, 9089.0, 9036.0, 9116.0, 9038.0, 9129.0, 9050.0, 9073.0, 9050.0, 9047.0, 9063.0, 9060.0, 9073.0, 9046.0, 9097.0, 9032.0, 9099.0, 9049.0, 9100.0, 9033.0, 9111.0, 9037.0, 9097.0, 9034.0, 9098.0, 9035.0, 9097.0, 9046.0, 9070.0, 9048.0, 9063.0, 9053.0, 9048.0, 9076.0, 9065.0, 9093.0, 9072.0, 9123.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.0010848390804597701</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.030337347701149427</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.08214828093212</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1649592507940154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9599302853049487</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4421</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6759.8896</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06216631853306118</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538968014966001</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.494007576901862</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7968298424092892</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.326066625586852</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0046669</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015164460986852646</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02042984776198864</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5090423394147123</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>38.5389</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8667</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>165.909</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312305.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>759.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.323</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.2321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3321.1723</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>64239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4473.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.0787</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.20539169863332</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> |