=== 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-0109 --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-0109",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0109_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0109_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0109_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-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-03/func/sub-0109_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>fef9ceaee2c25606a83da45f40d817d1</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>16:42:32.347500</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.999862, -0.0100209, 0.013271, 0.00855113, 0.994274, 0.106513]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0923893</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4235, -7784, -7210, 386, -86, 40, 50, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>237.436</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>65761263-a291-4ee4-88ac-6488705934a5||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.682555913925171, 0.02294205129146576, 0.03850828856229782, 110.25814056396484], [0.026885224506258965, 2.6675658226013184, 0.287240207195282, -114.78016662597656], [0.03560500591993332, -0.28576788306236267, 2.684401273727417, -56.71669006347656], [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': ['164232.347500', '164232.807500', '164233.267500', '164233.727500', '164234.187500', '164234.647500', '164235.107500', '164235.567500', '164236.027500', '164236.487500', '164236.947500', '164237.407500', '164237.867500', '164238.327500', '164238.787500', '164239.247500', '164239.707500', '164240.167500', '164240.627500', '164241.087500', '164241.547500', '164242.007500', '164242.467500', '164242.927500', '164243.387500', '164243.847500', '164244.307500', '164244.767500', '164245.227500', '164245.687500', '164246.147500', '164246.607500', '164247.067500', '164247.527500', '164247.987500', '164248.447500', '164248.907500', '164249.367500', '164249.827500', '164250.287500', '164250.747500', '164251.207500', '164251.667500', '164252.127500', '164252.587500', '164253.047500', '164253.507500', '164253.967500', '164254.427500', '164254.887500', '164255.347500', '164255.807500', '164256.267500', '164256.727500', '164257.187500', '164257.647500', '164258.107500', '164258.567500', '164259.027500', '164259.487500', '164259.947500', '164300.407500', '164300.867500', '164301.327500', '164301.787500', '164302.247500', '164302.707500', '164303.167500', '164303.627500', '164304.087500', '164304.547500', '164305.007500', '164305.467500', '164305.927500', '164306.387500', '164306.847500', '164307.307500', '164307.767500', '164308.227500', '164308.687500', '164309.147500', '164309.607500', '164310.067500', '164310.527500', '164310.987500', '164311.447500', '164311.907500', '164312.367500', '164312.827500', '164313.287500', '164313.747500', '164314.207500', '164314.667500', '164315.127500', '164315.587500', '164316.047500', '164316.507500', '164316.967500', '164317.427500', '164317.887500', '164318.347500', '164318.807500', '164319.267500', '164319.727500', '164320.187500', '164320.647500', '164321.107500', '164321.567500', '164322.027500', '164322.487500', '164322.947500', '164323.407500', '164323.867500', '164324.327500', '164324.787500', '164325.247500', '164325.707500', '164326.167500', '164326.627500', '164327.087500', '164327.547500', '164328.007500', '164328.467500', '164328.927500', '164329.387500', '164329.847500', '164330.307500', '164330.767500', '164331.227500', '164331.687500', '164332.147500', '164332.607500', '164333.067500', '164333.527500', '164333.987500', '164334.447500', '164334.907500', '164335.367500', '164335.827500', '164336.287500', '164336.747500', '164337.207500', '164337.667500', '164338.127500', '164338.587500', '164339.047500', '164339.507500', '164339.967500', '164340.427500', '164340.887500', '164341.347500', '164341.807500', '164342.267500', '164342.727500', '164343.187500', '164343.647500', '164344.107500', '164344.567500', '164345.027500', '164345.487500', '164345.947500', '164346.407500', '164346.867500', '164347.327500', '164347.787500', '164348.247500', '164348.707500', '164349.167500', '164349.627500', '164350.087500', '164350.547500', '164351.007500', '164351.467500', '164351.927500', '164352.387500', '164352.847500', '164353.307500', '164353.767500', '164354.227500', '164354.687500', '164355.147500', '164355.607500', '164356.067500', '164356.527500', '164356.987500', '164357.447500', '164357.907500', '164358.367500', '164358.827500', '164359.287500', '164359.747500', '164400.207500', '164400.667500', '164401.127500', '164401.587500', '164402.047500', '164402.507500', '164402.967500', '164403.427500', '164403.887500', '164404.347500', '164404.807500', '164405.267500', '164405.727500', '164406.187500', '164406.647500', '164407.107500', '164407.567500', '164408.027500', '164408.487500', '164408.947500', '164409.407500', '164409.867500', '164410.327500', '164410.787500', '164411.247500', '164411.707500', '164412.167500', '164412.627500', '164413.087500', '164413.547500', '164414.007500', '164414.467500', '164414.927500', '164415.387500', '164415.847500', '164416.307500', '164416.767500', '164417.227500', '164417.687500', '164418.147500', '164418.607500', '164419.067500', '164419.527500', '164419.987500', '164420.447500', '164420.907500', '164421.367500', '164421.827500', '164422.287500', '164422.747500', '164423.207500', '164423.667500', '164424.127500', '164424.587500', '164425.047500', '164425.507500', '164425.967500', '164426.427500', '164426.887500', '164427.347500', '164427.807500', '164428.267500', '164428.727500', '164429.187500', '164429.647500', '164430.107500', '164430.567500', '164431.027500', '164431.487500', '164431.947500', '164432.407500', '164432.867500', '164433.327500', '164433.787500', '164434.247500', '164434.707500', '164435.167500', '164435.627500', '164436.087500', '164436.547500', '164437.007500', '164437.467500', '164437.927500', '164438.387500', '164438.847500', '164439.307500', '164439.767500', '164440.227500', '164440.687500', '164441.147500', '164441.607500', '164442.067500', '164442.527500', '164442.987500', '164443.447500', '164443.907500', '164444.367500', '164444.827500', '164445.287500', '164445.747500', '164446.207500', '164446.667500', '164447.127500', '164447.587500', '164448.047500', '164448.507500', '164448.967500', '164449.427500', '164449.887500', '164450.347500', '164450.807500', '164451.267500', '164451.727500', '164452.187500', '164452.647500', '164453.107500', '164453.567500', '164454.027500', '164454.487500', '164454.947500', '164455.407500', '164455.867500', '164456.327500', '164456.787500', '164457.247500', '164457.707500', '164458.167500', '164458.627500', '164459.087500', '164459.547500', '164500.007500', '164500.467500', '164500.927500', '164501.387500', '164501.847500', '164502.307500', '164502.767500', '164503.227500', '164503.687500', '164504.147500', '164504.607500', '164505.067500', '164505.527500', '164505.987500', '164506.447500', '164506.907500', '164507.367500', '164507.827500', '164508.287500', '164508.747500', '164509.207500', '164509.667500', '164510.127500', '164510.587500', '164511.047500', '164511.507500', '164511.967500', '164512.427500', '164512.887500', '164513.347500', '164513.807500', '164514.267500', '164514.727500', '164515.187500', '164515.647500', '164516.107500', '164516.567500', '164517.027500', '164517.487500', '164517.947500', '164518.407500', '164518.867500', '164519.327500', '164519.787500', '164520.247500', '164520.707500', '164521.167500', '164521.627500', '164522.087500', '164522.547500', '164523.007500', '164523.467500', '164523.927500', '164524.387500', '164524.847500', '164525.307500', '164525.767500', '164526.227500', '164526.687500', '164527.147500', '164527.607500', '164528.067500', '164528.527500', '164528.987500', '164529.447500', '164529.907500', '164530.367500', '164530.827500', '164531.287500', '164531.747500', '164532.207500', '164532.667500', '164533.127500', '164533.587500', '164534.047500', '164534.507500', '164534.967500', '164535.427500', '164535.887500', '164536.347500', '164536.807500', '164537.267500', '164537.727500', '164538.187500', '164538.647500', '164539.107500', '164539.567500', '164540.027500', '164540.487500', '164540.947500', '164541.407500', '164541.867500', '164542.327500', '164542.787500', '164543.247500', '164543.707500', '164544.167500', '164544.627500', '164545.087500', '164545.547500', '164546.007500', '164546.467500', '164546.927500', '164547.387500', '164547.847500', '164548.307500', '164548.767500', '164549.227500', '164549.687500', '164550.147500', '164550.607500', '164551.067500', '164551.527500', '164551.987500', '164552.447500', '164552.907500', '164553.367500', '164553.827500', '164554.287500', '164554.747500', '164555.207500', '164555.667500', '164556.127500', '164556.587500', '164557.047500', '164557.507500', '164557.967500', '164558.427500', '164558.887500', '164559.347500', '164559.807500', '164600.267500', '164600.727500', '164601.187500', '164601.647500', '164602.107500', '164602.567500', '164603.027500', '164603.487500', '164603.947500', '164604.407500', '164604.867500', '164605.327500', '164605.787500', '164606.247500', '164606.707500', '164607.167500', '164607.627500', '164608.087500', '164608.547500', '164609.007500', '164609.467500', '164609.927500', '164610.387500', '164610.847500', '164611.307500', '164611.767500', '164612.227500', '164612.687500', '164613.147500', '164613.607500', '164614.067500', '164614.527500', '164614.987500', '164615.447500', '164615.907500', '164616.367500', '164616.827500', '164617.287500', '164617.747500', '164618.207500', '164618.667500', '164619.127500', '164619.587500', '164620.047500', '164620.507500', '164620.967500', '164621.427500', '164621.887500', '164622.347500', '164622.807500', '164623.267500', '164623.727500', '164624.187500', '164624.647500', '164625.107500', '164625.567500', '164626.027500', '164626.487500', '164626.947500', '164627.407500', '164627.867500', '164628.327500', '164628.787500', '164629.247500', '164629.707500', '164630.167500', '164630.627500', '164631.087500', '164631.547500', '164632.007500', '164632.467500', '164632.927500', '164633.387500', '164633.847500', '164634.307500', '164634.767500', '164635.227500', '164635.687500', '164636.147500', '164636.607500', '164637.067500', '164637.527500', '164637.987500', '164638.447500', '164638.907500', '164639.367500', '164639.827500', '164640.287500', '164640.747500', '164641.207500', '164641.667500', '164642.127500', '164642.587500', '164643.047500', '164643.507500', '164643.967500', '164644.427500', '164644.887500', '164645.347500', '164645.807500', '164646.267500', '164646.727500', '164647.187500', '164647.647500', '164648.107500', '164648.567500', '164649.027500', '164649.487500', '164649.947500', '164650.407500', '164650.867500', '164651.327500', '164651.787500', '164652.247500', '164652.707500', '164653.167500', '164653.627500', '164654.087500', '164654.547500', '164655.007500', '164655.467500', '164655.927500', '164656.387500', '164656.847500', '164657.307500', '164657.767500', '164658.227500', '164658.687500', '164659.147500', '164659.607500', '164700.067500', '164700.527500', '164700.987500', '164701.447500', '164701.907500', '164702.367500', '164702.827500', '164703.287500', '164703.747500', '164704.207500', '164704.667500', '164705.127500', '164705.587500', '164706.047500', '164706.507500', '164706.967500', '164707.427500', '164707.887500', '164708.347500', '164708.807500', '164709.267500', '164709.727500', '164710.187500', '164710.647500', '164711.107500', '164711.567500', '164712.027500', '164712.487500', '164712.947500', '164713.407500', '164713.867500', '164714.327500', '164714.787500', '164715.247500', '164715.707500', '164716.167500', '164716.627500', '164717.087500', '164717.547500', '164718.007500', '164718.467500', '164718.927500', '164719.387500', '164719.847500', '164720.307500', '164720.767500', '164721.227500', '164721.687500', '164722.147500', '164722.607500', '164723.067500', '164723.527500', '164723.987500', '164724.447500', '164724.907500', '164725.367500', '164725.827500', '164726.287500', '164726.747500', '164727.207500', '164727.667500', '164728.127500', '164728.587500', '164729.047500', '164729.507500', '164729.967500', '164730.427500', '164730.887500', '164731.347500', '164731.807500', '164732.267500', '164732.727500', '164733.187500', '164733.647500', '164734.107500', '164734.567500', '164735.027500', '164735.487500', '164735.947500', '164736.407500', '164736.867500', '164737.327500', '164737.787500', '164738.247500', '164738.707500', '164739.167500', '164739.627500', '164740.087500', '164740.547500', '164741.007500', '164741.467500', '164741.927500', '164742.387500', '164742.847500', '164743.307500', '164743.767500', '164744.227500', '164744.687500', '164745.147500', '164745.607500', '164746.067500', '164746.527500', '164746.987500', '164747.447500', '164747.907500', '164748.367500', '164748.827500', '164749.287500', '164749.747500', '164750.207500', '164750.667500', '164751.127500', '164751.587500', '164752.047500', '164752.507500', '164752.967500', '164753.427500', '164753.887500', '164754.347500', '164754.807500', '164755.267500', '164755.727500', '164756.187500', '164756.647500', '164757.107500', '164757.567500', '164758.027500', '164758.487500', '164758.947500', '164759.407500', '164759.867500', '164800.327500', '164800.787500', '164801.247500', '164801.707500', '164802.167500', '164802.627500', '164803.087500', '164803.547500', '164804.007500', '164804.467500', '164804.927500', '164805.387500', '164805.847500', '164806.307500', '164806.767500', '164807.227500', '164807.687500', '164808.147500', '164808.607500', '164809.067500', '164809.527500', '164809.987500', '164810.447500', '164810.907500', '164811.367500', '164811.827500', '164812.287500', '164812.747500', '164813.207500', '164813.667500', '164814.127500', '164814.587500', '164815.047500', '164815.507500', '164815.967500', '164816.427500', '164816.887500', '164817.347500', '164817.807500', '164818.267500', '164818.727500', '164819.187500', '164819.647500', '164820.107500', '164820.567500', '164821.027500', '164821.487500', '164821.947500', '164822.407500', '164822.867500', '164823.327500', '164823.787500', '164824.247500', '164824.707500', '164825.167500', '164825.627500', '164826.087500', '164826.547500', '164827.007500', '164827.467500', '164827.927500', '164828.387500', '164828.847500', '164829.307500', '164829.767500', '164830.227500', '164830.687500', '164831.147500', '164831.607500', '164832.067500', '164832.527500', '164832.987500', '164833.447500', '164833.907500', '164834.367500', '164834.827500', '164835.287500', '164835.747500', '164836.207500', '164836.667500', '164837.127500', '164837.587500', '164838.047500', '164838.507500', '164838.967500', '164839.427500', '164839.887500', '164840.347500', '164840.807500', '164841.267500', '164841.727500', '164842.187500', '164842.647500', '164843.107500', '164843.567500', '164844.027500', '164844.487500', '164844.947500', '164845.407500', '164845.867500', '164846.327500', '164846.787500', '164847.247500', '164847.707500', '164848.167500', '164848.627500', '164849.087500', '164849.547500', '164850.007500', '164850.467500', '164850.927500', '164851.387500', '164851.847500', '164852.307500', '164852.767500', '164853.227500', '164853.687500', '164854.147500', '164854.607500', '164855.067500', '164855.527500', '164855.987500', '164856.447500', '164856.907500', '164857.367500', '164857.827500', '164858.287500', '164858.747500', '164859.207500', '164859.667500', '164900.127500', '164900.587500', '164901.047500', '164901.507500', '164901.967500', '164902.427500', '164902.887500', '164903.347500', '164903.807500', '164904.267500', '164904.727500', '164905.187500', '164905.647500', '164906.107500', '164906.567500', '164907.027500', '164907.487500', '164907.947500', '164908.407500', '164908.867500', '164909.327500', '164909.787500', '164910.247500', '164910.707500', '164911.167500', '164911.627500', '164912.087500', '164912.547500', '164913.007500'], 'ContentTime': ['164251.886000', '164251.895000', '164251.898000', '164251.900000', '164251.903000', '164251.905000', '164251.908000', '164251.911000', '164251.913000', '164251.916000', '164251.918000', '164251.921000', '164251.924000', '164251.926000', '164251.929000', '164251.931000', '164251.934000', '164251.936000', '164251.939000', '164251.942000', '164251.944000', '164251.947000', '164251.952000', '164251.955000', '164251.957000', '164251.960000', '164251.962000', '164251.965000', '164251.968000', '164251.970000', '164251.973000', '164251.975000', '164251.978000', '164251.980000', '164251.983000', '164251.985000', '164251.988000', '164251.991000', '164251.993000', '164251.996000', '164311.852000', '164311.854000', '164311.858000', '164311.860000', '164311.863000', '164311.866000', '164311.869000', '164311.872000', '164311.875000', '164311.877000', '164311.880000', '164311.882000', '164311.885000', '164311.888000', '164311.890000', '164311.893000', '164311.896000', '164311.898000', '164311.901000', '164311.903000', '164311.906000', '164311.909000', '164311.911000', '164311.914000', '164311.917000', '164311.919000', '164311.922000', '164311.924000', '164311.927000', '164311.929000', '164311.932000', '164311.934000', '164311.937000', '164311.940000', '164311.942000', '164311.945000', '164311.947000', '164311.950000', '164311.952000', '164311.955000', '164311.957000', '164311.960000', '164311.962000', '164331.850000', '164331.853000', '164331.856000', '164331.858000', '164331.861000', '164331.863000', '164331.866000', '164331.869000', '164331.871000', '164331.874000', '164331.876000', '164331.879000', '164331.881000', '164331.884000', '164331.886000', '164331.889000', '164331.892000', '164331.894000', '164331.897000', '164331.899000', '164331.902000', '164331.904000', '164331.907000', '164331.910000', '164331.912000', '164331.915000', '164331.917000', '164331.920000', '164331.922000', '164331.925000', '164331.927000', '164331.930000', '164331.933000', '164331.935000', '164331.938000', '164331.940000', '164331.943000', '164331.946000', '164331.948000', '164331.951000', '164331.953000', '164331.956000', '164331.958000', '164331.961000', '164351.850000', '164351.853000', '164351.856000', '164351.858000', '164351.861000', '164351.864000', '164351.866000', '164351.869000', '164351.871000', '164351.874000', '164351.877000', '164351.880000', '164351.882000', '164351.885000', '164351.887000', '164351.890000', '164351.893000', '164351.895000', '164351.898000', '164351.900000', '164351.903000', '164351.905000', '164351.908000', '164351.911000', '164351.913000', '164351.916000', '164351.918000', '164351.921000', '164351.939000', '164351.941000', '164351.944000', '164351.946000', '164351.949000', '164351.951000', '164351.954000', '164351.956000', '164351.959000', '164351.962000', '164351.964000', '164351.967000', '164351.969000', '164351.975000', '164351.978000', '164351.980000', '164411.851000', '164411.854000', '164411.857000', '164411.859000', '164411.862000', '164411.865000', '164411.867000', '164411.870000', '164411.872000', '164411.875000', '164411.877000', '164411.880000', '164411.883000', '164411.885000', '164411.888000', '164411.890000', '164411.893000', '164411.895000', '164411.898000', '164411.900000', '164411.903000', '164411.906000', '164411.908000', '164411.911000', '164411.913000', '164411.916000', '164411.919000', '164411.921000', '164411.924000', '164411.926000', '164411.929000', '164411.931000', '164411.934000', '164411.937000', '164411.939000', '164411.942000', '164411.944000', '164411.947000', '164411.949000', '164411.956000', '164411.959000', '164411.961000', '164411.964000', '164431.851000', '164431.857000', '164431.859000', '164431.862000', '164431.865000', '164431.867000', '164431.882000', '164431.885000', '164431.887000', '164431.890000', '164431.892000', '164431.895000', '164431.899000', '164431.901000', '164431.904000', '164431.906000', '164431.909000', '164431.912000', '164431.914000', '164431.917000', '164431.919000', '164431.922000', '164431.924000', '164431.927000', '164431.930000', '164431.932000', '164431.935000', '164431.937000', '164431.940000', '164431.943000', '164431.945000', '164431.948000', '164431.950000', '164431.953000', '164431.955000', '164431.958000', '164431.961000', '164431.963000', '164431.966000', '164431.969000', '164431.971000', '164431.974000', '164431.977000', '164451.851000', '164451.854000', '164451.857000', '164451.860000', '164451.862000', '164451.865000', '164451.867000', '164451.870000', '164451.873000', '164451.875000', '164451.878000', '164451.881000', '164451.883000', '164451.886000', '164451.888000', '164451.891000', '164451.894000', '164451.896000', '164451.899000', '164451.902000', '164451.904000', '164451.907000', '164451.910000', '164451.912000', '164451.915000', '164451.918000', '164451.920000', '164451.923000', '164451.925000', '164451.928000', '164451.931000', '164451.933000', '164451.936000', '164451.939000', '164451.941000', '164451.944000', '164451.946000', '164451.949000', '164451.952000', '164451.954000', '164451.957000', '164451.960000', '164451.962000', '164451.965000', '164511.852000', '164511.855000', '164511.857000', '164511.860000', '164511.863000', '164511.865000', '164511.868000', '164511.870000', '164511.873000', '164511.876000', '164511.878000', '164511.881000', '164511.883000', '164511.886000', '164511.889000', '164511.891000', '164511.894000', '164511.897000', '164511.901000', '164511.903000', '164511.906000', '164511.908000', '164511.911000', '164511.914000', '164511.916000', '164511.919000', '164511.921000', '164511.924000', '164511.927000', '164511.929000', '164511.932000', '164511.934000', '164511.937000', '164511.939000', '164511.942000', '164511.945000', '164511.947000', '164511.950000', '164511.952000', '164511.955000', '164511.958000', '164511.960000', '164511.963000', '164531.851000', '164531.854000', '164531.857000', '164531.864000', '164531.867000', '164531.869000', '164531.872000', '164531.875000', '164531.877000', '164531.894000', '164531.897000', '164531.900000', '164531.903000', '164531.905000', '164531.908000', '164531.911000', '164531.913000', '164531.916000', '164531.918000', '164531.921000', '164531.923000', '164531.926000', '164531.929000', '164531.931000', '164531.934000', '164531.936000', '164531.939000', '164531.941000', '164531.944000', '164531.947000', '164531.949000', '164531.952000', '164531.954000', '164531.957000', '164531.960000', '164531.962000', '164531.965000', '164531.967000', '164531.970000', '164531.973000', '164531.975000', '164531.978000', '164531.981000', '164531.983000', '164551.850000', '164551.853000', '164551.856000', '164551.858000', '164551.861000', '164551.864000', '164551.866000', '164551.869000', '164551.871000', '164551.874000', '164551.877000', '164551.880000', '164551.882000', '164551.885000', '164551.888000', '164551.890000', '164551.893000', '164551.896000', '164551.899000', '164551.901000', '164551.904000', '164551.906000', '164551.909000', '164551.911000', '164551.914000', '164551.917000', '164551.919000', '164551.922000', '164551.924000', '164551.927000', '164551.929000', '164551.932000', '164551.936000', '164551.939000', '164551.942000', '164551.945000', '164551.947000', '164551.950000', '164551.952000', '164551.955000', '164551.958000', '164551.960000', '164551.963000', '164611.850000', '164611.853000', '164611.856000', '164611.859000', '164611.861000', '164611.864000', '164611.866000', '164611.869000', '164611.872000', '164611.874000', '164611.877000', '164611.879000', '164611.882000', '164611.884000', '164611.887000', '164611.890000', '164611.892000', '164611.895000', '164611.897000', '164611.900000', '164611.902000', '164611.905000', '164611.908000', '164611.910000', '164611.913000', '164611.916000', '164611.918000', '164611.921000', '164611.923000', '164611.926000', '164611.929000', '164611.931000', '164611.934000', '164611.937000', '164611.939000', '164611.942000', '164611.944000', '164611.947000', '164611.950000', '164611.952000', '164611.955000', '164611.957000', '164611.960000', '164611.962000', '164631.851000', '164631.856000', '164631.858000', '164631.861000', '164631.864000', '164631.866000', '164631.869000', '164631.872000', '164631.874000', '164631.877000', '164631.880000', '164631.882000', '164631.885000', '164631.888000', '164631.891000', '164631.894000', '164631.896000', '164631.899000', '164631.902000', '164631.904000', '164631.907000', '164631.909000', '164631.912000', '164631.915000', '164631.917000', '164631.920000', '164631.923000', '164631.925000', '164631.928000', '164631.930000', '164631.933000', '164631.936000', '164631.938000', '164631.941000', '164631.944000', '164631.946000', '164631.949000', '164631.952000', '164631.954000', '164631.957000', '164631.959000', '164631.962000', '164631.965000', '164651.851000', '164652.057000', '164652.060000', '164652.062000', '164652.065000', '164652.068000', '164652.070000', '164652.073000', '164652.075000', '164652.078000', '164652.081000', '164652.083000', '164652.086000', '164652.088000', '164652.091000', '164652.093000', '164652.096000', '164652.099000', '164652.102000', '164652.104000', '164652.107000', '164652.109000', '164652.112000', '164652.114000', '164652.117000', '164652.120000', '164652.122000', '164652.125000', '164652.127000', '164652.130000', '164652.133000', '164652.136000', '164652.138000', '164652.141000', '164652.144000', '164652.146000', '164652.149000', '164652.152000', '164652.154000', '164652.157000', '164652.160000', '164652.162000', '164652.165000', '164652.168000', '164711.852000', '164711.872000', '164711.875000', '164711.877000', '164711.880000', '164711.883000', '164711.886000', '164711.889000', '164711.891000', '164711.894000', '164711.897000', '164711.900000', '164711.902000', '164711.905000', '164711.908000', '164711.911000', '164711.914000', '164711.916000', '164711.919000', '164711.922000', '164711.925000', '164711.928000', '164711.931000', '164711.934000', '164711.936000', '164711.939000', '164711.942000', '164711.946000', '164711.949000', '164711.951000', '164711.954000', '164711.957000', '164711.960000', '164711.963000', '164711.966000', '164711.968000', '164711.972000', '164711.975000', '164711.979000', '164711.983000', '164711.985000', '164711.988000', '164711.991000', '164731.852000', '164731.855000', '164731.858000', '164731.861000', '164731.864000', '164731.867000', '164731.869000', '164731.872000', '164731.875000', '164731.878000', '164731.880000', '164731.883000', '164731.886000', '164731.889000', '164731.892000', '164731.895000', '164731.898000', '164731.900000', '164731.903000', '164731.906000', '164731.909000', '164731.912000', '164731.915000', '164731.918000', '164731.920000', '164731.923000', '164731.926000', '164731.929000', '164731.931000', '164731.934000', '164731.937000', '164731.940000', '164731.943000', '164731.946000', '164731.949000', '164731.952000', '164731.954000', '164731.957000', '164731.960000', '164731.963000', '164731.966000', '164731.968000', '164731.971000', '164731.974000', '164751.852000', '164752.084000', '164752.087000', '164752.090000', '164752.093000', '164752.095000', '164752.098000', '164752.100000', '164752.103000', '164752.106000', '164752.108000', '164752.111000', '164752.113000', '164752.116000', '164752.119000', '164752.122000', '164752.125000', '164752.127000', '164752.130000', '164752.132000', '164752.135000', '164752.138000', '164752.140000', '164752.143000', '164752.145000', '164752.148000', '164752.150000', '164752.153000', '164752.156000', '164752.158000', '164752.161000', '164752.164000', '164752.166000', '164752.169000', '164752.172000', '164752.174000', '164752.177000', '164752.180000', '164752.182000', '164752.185000', '164752.188000', '164752.191000', '164752.194000', '164811.850000', '164811.892000', '164811.895000', '164811.898000', '164811.900000', '164811.903000', '164811.905000', '164811.908000', '164811.910000', '164811.913000', '164811.916000', '164811.918000', '164811.921000', '164811.923000', '164811.926000', '164811.929000', '164811.931000', '164811.934000', '164811.936000', '164811.946000', '164811.948000', '164811.951000', '164811.953000', '164811.956000', '164811.958000', '164811.961000', '164811.964000', '164811.966000', '164811.969000', '164811.972000', '164811.974000', '164811.977000', '164811.979000', '164811.982000', '164811.985000', '164811.987000', '164811.990000', '164811.992000', '164811.995000', '164811.998000', '164812.001000', '164812.004000', '164812.006000', '164812.009000', '164831.850000', '164831.873000', '164831.876000', '164831.879000', '164831.881000', '164831.884000', '164831.886000', '164831.889000', '164831.891000', '164831.894000', '164831.897000', '164831.899000', '164831.902000', '164831.904000', '164831.907000', '164831.910000', '164831.912000', '164831.915000', '164831.917000', '164831.920000', '164831.923000', '164831.925000', '164831.928000', '164831.930000', '164831.933000', '164831.935000', '164831.938000', '164831.941000', '164831.943000', '164831.946000', '164831.948000', '164831.951000', '164831.954000', '164831.956000', '164831.959000', '164831.961000', '164831.964000', '164831.966000', '164831.969000', '164831.972000', '164831.974000', '164831.977000', '164831.979000', '164851.851000', '164851.887000', '164851.890000', '164851.893000', '164851.895000', '164851.898000', '164851.901000', '164851.903000', '164851.906000', '164851.908000', '164851.911000', '164851.914000', '164851.916000', '164851.919000', '164851.921000', '164851.924000', '164851.927000', '164851.929000', '164851.932000', '164851.935000', '164851.937000', '164851.940000', '164851.943000', '164851.945000', '164851.948000', '164851.950000', '164851.953000', '164851.955000', '164851.958000', '164851.961000', '164851.963000', '164851.966000', '164851.968000', '164851.971000', '164851.973000', '164851.976000', '164851.979000', '164851.981000', '164851.984000', '164851.986000', '164851.989000', '164851.992000', '164851.994000', '164851.997000', '164911.852000', '164911.854000', '164911.857000', '164911.859000', '164911.862000', '164911.865000', '164911.867000', '164911.870000', '164911.872000', '164911.875000', '164911.877000', '164911.880000', '164911.883000', '164911.885000', '164911.888000', '164911.890000', '164911.893000', '164911.896000', '164911.898000', '164911.901000', '164911.903000', '164911.906000', '164911.908000', '164911.911000', '164911.914000', '164911.916000', '164911.919000', '164911.921000', '164911.924000', '164911.926000', '164911.929000', '164911.932000', '164911.934000', '164911.937000', '164911.939000', '164911.942000', '164911.944000', '164911.947000', '164911.950000', '164911.952000', '164911.955000', '164911.958000', '164911.960000', '164914.299000', '164914.302000', '164914.305000', '164914.308000', '164914.311000', '164914.313000'], 'InstanceCreationTime': ['164251.886000', '164251.895000', '164251.898000', '164251.900000', '164251.903000', '164251.905000', '164251.908000', '164251.911000', '164251.913000', '164251.916000', '164251.918000', '164251.921000', '164251.924000', '164251.926000', '164251.929000', '164251.931000', '164251.934000', '164251.936000', '164251.939000', '164251.942000', '164251.944000', '164251.947000', '164251.952000', '164251.955000', '164251.957000', '164251.960000', '164251.962000', '164251.965000', '164251.968000', '164251.970000', '164251.973000', '164251.975000', '164251.978000', '164251.980000', '164251.983000', '164251.985000', '164251.988000', '164251.991000', '164251.993000', '164251.996000', '164311.852000', '164311.854000', '164311.858000', '164311.860000', '164311.863000', '164311.866000', '164311.869000', '164311.872000', '164311.875000', '164311.877000', '164311.880000', '164311.882000', '164311.885000', '164311.888000', '164311.890000', '164311.893000', '164311.896000', '164311.898000', '164311.901000', '164311.903000', '164311.906000', '164311.909000', '164311.911000', '164311.914000', '164311.917000', '164311.919000', '164311.922000', '164311.924000', '164311.927000', '164311.929000', '164311.932000', '164311.934000', '164311.937000', '164311.940000', '164311.942000', '164311.945000', '164311.947000', '164311.950000', '164311.952000', '164311.955000', '164311.957000', '164311.960000', '164311.962000', '164331.850000', '164331.853000', '164331.856000', '164331.858000', '164331.861000', '164331.863000', '164331.866000', '164331.869000', '164331.871000', '164331.874000', '164331.876000', '164331.879000', '164331.881000', '164331.884000', '164331.886000', '164331.889000', '164331.892000', '164331.894000', '164331.897000', '164331.899000', '164331.902000', '164331.904000', '164331.907000', '164331.910000', '164331.912000', '164331.915000', '164331.917000', '164331.920000', '164331.922000', '164331.925000', '164331.927000', '164331.930000', '164331.933000', '164331.935000', '164331.938000', '164331.940000', '164331.943000', '164331.946000', '164331.948000', '164331.951000', '164331.953000', '164331.956000', '164331.958000', '164331.961000', '164351.850000', '164351.853000', '164351.856000', '164351.858000', '164351.861000', '164351.864000', '164351.866000', '164351.869000', '164351.871000', '164351.874000', '164351.877000', '164351.880000', '164351.882000', '164351.885000', '164351.887000', '164351.890000', '164351.893000', '164351.895000', '164351.898000', '164351.900000', '164351.903000', '164351.905000', '164351.908000', '164351.911000', '164351.913000', '164351.916000', '164351.918000', '164351.921000', '164351.939000', '164351.941000', '164351.944000', '164351.946000', '164351.949000', '164351.951000', '164351.954000', '164351.956000', '164351.959000', '164351.962000', '164351.964000', '164351.967000', '164351.969000', '164351.975000', '164351.978000', '164351.980000', '164411.851000', '164411.854000', '164411.857000', '164411.859000', '164411.862000', '164411.865000', '164411.867000', '164411.870000', '164411.872000', '164411.875000', '164411.877000', '164411.880000', '164411.883000', '164411.885000', '164411.888000', '164411.890000', '164411.893000', '164411.895000', '164411.898000', '164411.900000', '164411.903000', '164411.906000', '164411.908000', '164411.911000', '164411.913000', '164411.916000', '164411.919000', '164411.921000', '164411.924000', '164411.926000', '164411.929000', '164411.931000', '164411.934000', '164411.937000', '164411.939000', '164411.942000', '164411.944000', '164411.947000', '164411.949000', '164411.956000', '164411.959000', '164411.961000', '164411.964000', '164431.851000', '164431.857000', '164431.859000', '164431.862000', '164431.865000', '164431.867000', '164431.882000', '164431.885000', '164431.887000', '164431.890000', '164431.892000', '164431.895000', '164431.899000', '164431.901000', '164431.904000', '164431.906000', '164431.909000', '164431.912000', '164431.914000', '164431.917000', '164431.919000', '164431.922000', '164431.924000', '164431.927000', '164431.930000', '164431.932000', '164431.935000', '164431.937000', '164431.940000', '164431.943000', '164431.945000', '164431.948000', '164431.950000', '164431.953000', '164431.955000', '164431.958000', '164431.961000', '164431.963000', '164431.966000', '164431.969000', '164431.971000', '164431.974000', '164431.977000', '164451.851000', '164451.854000', '164451.857000', '164451.860000', '164451.862000', '164451.865000', '164451.867000', '164451.870000', '164451.873000', '164451.875000', '164451.878000', '164451.881000', '164451.883000', '164451.886000', '164451.888000', '164451.891000', '164451.894000', '164451.896000', '164451.899000', '164451.902000', '164451.904000', '164451.907000', '164451.910000', '164451.912000', '164451.915000', '164451.918000', '164451.920000', '164451.923000', '164451.925000', '164451.928000', '164451.931000', '164451.933000', '164451.936000', '164451.939000', '164451.941000', '164451.944000', '164451.946000', '164451.949000', '164451.952000', '164451.954000', '164451.957000', '164451.960000', '164451.962000', '164451.965000', '164511.852000', '164511.855000', '164511.857000', '164511.860000', '164511.863000', '164511.865000', '164511.868000', '164511.870000', '164511.873000', '164511.876000', '164511.878000', '164511.881000', '164511.883000', '164511.886000', '164511.889000', '164511.891000', '164511.894000', '164511.897000', '164511.901000', '164511.903000', '164511.906000', '164511.908000', '164511.911000', '164511.914000', '164511.916000', '164511.919000', '164511.921000', '164511.924000', '164511.927000', '164511.929000', '164511.932000', '164511.934000', '164511.937000', '164511.939000', '164511.942000', '164511.945000', '164511.947000', '164511.950000', '164511.952000', '164511.955000', '164511.958000', '164511.960000', '164511.963000', '164531.851000', '164531.854000', '164531.857000', '164531.864000', '164531.867000', '164531.869000', '164531.872000', '164531.875000', '164531.877000', '164531.894000', '164531.897000', '164531.900000', '164531.903000', '164531.905000', '164531.908000', '164531.911000', '164531.913000', '164531.916000', '164531.918000', '164531.921000', '164531.923000', '164531.926000', '164531.929000', '164531.931000', '164531.934000', '164531.936000', '164531.939000', '164531.941000', '164531.944000', '164531.947000', '164531.949000', '164531.952000', '164531.954000', '164531.957000', '164531.960000', '164531.962000', '164531.965000', '164531.967000', '164531.970000', '164531.973000', '164531.975000', '164531.978000', '164531.981000', '164531.983000', '164551.850000', '164551.853000', '164551.856000', '164551.858000', '164551.861000', '164551.864000', '164551.866000', '164551.869000', '164551.871000', '164551.874000', '164551.877000', '164551.880000', '164551.882000', '164551.885000', '164551.888000', '164551.890000', '164551.893000', '164551.896000', '164551.899000', '164551.901000', '164551.904000', '164551.906000', '164551.909000', '164551.911000', '164551.914000', '164551.917000', '164551.919000', '164551.922000', '164551.924000', '164551.927000', '164551.929000', '164551.932000', '164551.936000', '164551.939000', '164551.942000', '164551.945000', '164551.947000', '164551.950000', '164551.952000', '164551.955000', '164551.958000', '164551.960000', '164551.963000', '164611.850000', '164611.853000', '164611.856000', '164611.859000', '164611.861000', '164611.864000', '164611.866000', '164611.869000', '164611.872000', '164611.874000', '164611.877000', '164611.879000', '164611.882000', '164611.884000', '164611.887000', '164611.890000', '164611.892000', '164611.895000', '164611.897000', '164611.900000', '164611.902000', '164611.905000', '164611.908000', '164611.910000', '164611.913000', '164611.916000', '164611.918000', '164611.921000', '164611.923000', '164611.926000', '164611.929000', '164611.931000', '164611.934000', '164611.937000', '164611.939000', '164611.942000', '164611.944000', '164611.947000', '164611.950000', '164611.952000', '164611.955000', '164611.957000', '164611.960000', '164611.962000', '164631.851000', '164631.856000', '164631.858000', '164631.861000', '164631.864000', '164631.866000', '164631.869000', '164631.872000', '164631.874000', '164631.877000', '164631.880000', '164631.882000', '164631.885000', '164631.888000', '164631.891000', '164631.894000', '164631.896000', '164631.899000', '164631.902000', '164631.904000', '164631.907000', '164631.909000', '164631.912000', '164631.915000', '164631.917000', '164631.920000', '164631.923000', '164631.925000', '164631.928000', '164631.930000', '164631.933000', '164631.936000', '164631.938000', '164631.941000', '164631.944000', '164631.946000', '164631.949000', '164631.952000', '164631.954000', '164631.957000', '164631.959000', '164631.962000', '164631.965000', '164651.851000', '164652.057000', '164652.060000', '164652.062000', '164652.065000', '164652.068000', '164652.070000', '164652.073000', '164652.075000', '164652.078000', '164652.081000', '164652.083000', '164652.086000', '164652.088000', '164652.091000', '164652.093000', '164652.096000', '164652.099000', '164652.102000', '164652.104000', '164652.107000', '164652.109000', '164652.112000', '164652.114000', '164652.117000', '164652.120000', '164652.122000', '164652.125000', '164652.127000', '164652.130000', '164652.133000', '164652.136000', '164652.138000', '164652.141000', '164652.144000', '164652.146000', '164652.149000', '164652.152000', '164652.154000', '164652.157000', '164652.160000', '164652.162000', '164652.165000', '164652.168000', '164711.852000', '164711.872000', '164711.875000', '164711.877000', '164711.880000', '164711.883000', '164711.886000', '164711.889000', '164711.891000', '164711.894000', '164711.897000', '164711.900000', '164711.902000', '164711.905000', '164711.908000', '164711.911000', '164711.914000', '164711.916000', '164711.919000', '164711.922000', '164711.925000', '164711.928000', '164711.931000', '164711.934000', '164711.936000', '164711.939000', '164711.942000', '164711.946000', '164711.949000', '164711.951000', '164711.954000', '164711.957000', '164711.960000', '164711.963000', '164711.966000', '164711.968000', '164711.972000', '164711.975000', '164711.979000', '164711.983000', '164711.985000', '164711.988000', '164711.991000', '164731.852000', '164731.855000', '164731.858000', '164731.861000', '164731.864000', '164731.867000', '164731.869000', '164731.872000', '164731.875000', '164731.878000', '164731.880000', '164731.883000', '164731.886000', '164731.889000', '164731.892000', '164731.895000', '164731.898000', '164731.900000', '164731.903000', '164731.906000', '164731.909000', '164731.912000', '164731.915000', '164731.918000', '164731.920000', '164731.923000', '164731.926000', '164731.929000', '164731.931000', '164731.934000', '164731.937000', '164731.940000', '164731.943000', '164731.946000', '164731.949000', '164731.952000', '164731.954000', '164731.957000', '164731.960000', '164731.963000', '164731.966000', '164731.968000', '164731.971000', '164731.974000', '164751.852000', '164752.084000', '164752.087000', '164752.090000', '164752.093000', '164752.095000', '164752.098000', '164752.100000', '164752.103000', '164752.106000', '164752.108000', '164752.111000', '164752.113000', '164752.116000', '164752.119000', '164752.122000', '164752.125000', '164752.127000', '164752.130000', '164752.132000', '164752.135000', '164752.138000', '164752.140000', '164752.143000', '164752.145000', '164752.148000', '164752.150000', '164752.153000', '164752.156000', '164752.158000', '164752.161000', '164752.164000', '164752.166000', '164752.169000', '164752.172000', '164752.174000', '164752.177000', '164752.180000', '164752.182000', '164752.185000', '164752.188000', '164752.191000', '164752.194000', '164811.850000', '164811.892000', '164811.895000', '164811.898000', '164811.900000', '164811.903000', '164811.905000', '164811.908000', '164811.910000', '164811.913000', '164811.916000', '164811.918000', '164811.921000', '164811.923000', '164811.926000', '164811.929000', '164811.931000', '164811.934000', '164811.936000', '164811.946000', '164811.948000', '164811.951000', '164811.953000', '164811.956000', '164811.958000', '164811.961000', '164811.964000', '164811.966000', '164811.969000', '164811.972000', '164811.974000', '164811.977000', '164811.979000', '164811.982000', '164811.985000', '164811.987000', '164811.990000', '164811.992000', '164811.995000', '164811.998000', '164812.001000', '164812.004000', '164812.006000', '164812.009000', '164831.850000', '164831.873000', '164831.876000', '164831.879000', '164831.881000', '164831.884000', '164831.886000', '164831.889000', '164831.891000', '164831.894000', '164831.897000', '164831.899000', '164831.902000', '164831.904000', '164831.907000', '164831.910000', '164831.912000', '164831.915000', '164831.917000', '164831.920000', '164831.923000', '164831.925000', '164831.928000', '164831.930000', '164831.933000', '164831.935000', '164831.938000', '164831.941000', '164831.943000', '164831.946000', '164831.948000', '164831.951000', '164831.954000', '164831.956000', '164831.959000', '164831.961000', '164831.964000', '164831.966000', '164831.969000', '164831.972000', '164831.974000', '164831.977000', '164831.979000', '164851.851000', '164851.887000', '164851.890000', '164851.893000', '164851.895000', '164851.898000', '164851.901000', '164851.903000', '164851.906000', '164851.908000', '164851.911000', '164851.914000', '164851.916000', '164851.919000', '164851.921000', '164851.924000', '164851.927000', '164851.929000', '164851.932000', '164851.935000', '164851.937000', '164851.940000', '164851.943000', '164851.945000', '164851.948000', '164851.950000', '164851.953000', '164851.955000', '164851.958000', '164851.961000', '164851.963000', '164851.966000', '164851.968000', '164851.971000', '164851.973000', '164851.976000', '164851.979000', '164851.981000', '164851.984000', '164851.986000', '164851.989000', '164851.992000', '164851.994000', '164851.997000', '164911.852000', '164911.854000', '164911.857000', '164911.859000', '164911.862000', '164911.865000', '164911.867000', '164911.870000', '164911.872000', '164911.875000', '164911.877000', '164911.880000', '164911.883000', '164911.885000', '164911.888000', '164911.890000', '164911.893000', '164911.896000', '164911.898000', '164911.901000', '164911.903000', '164911.906000', '164911.908000', '164911.911000', '164911.914000', '164911.916000', '164911.919000', '164911.921000', '164911.924000', '164911.926000', '164911.929000', '164911.932000', '164911.934000', '164911.937000', '164911.939000', '164911.942000', '164911.944000', '164911.947000', '164911.950000', '164911.952000', '164911.955000', '164911.958000', '164911.960000', '164914.299000', '164914.302000', '164914.305000', '164914.308000', '164914.311000', '164914.313000'], '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': [12006, 9250, 13009, 8474, 12317, 9092, 12770, 9171, 13071, 8992, 13359, 9471, 12772, 9478, 12999, 9332, 12214, 7859, 11902, 9842, 11337, 9954, 9928, 11394, 9922, 10936, 9792, 10552, 10675, 11346, 8747, 11817, 8587, 11774, 9353, 12538, 8312, 11893, 8051, 12447, 8610, 12257, 8066, 12688, 8394, 12367, 8447, 11911, 8124, 12117, 8160, 12882, 9002, 12867, 9001, 12561, 8221, 12856, 9085, 13021, 8378, 12643, 8925, 12944, 9773, 12977, 8920, 13046, 9090, 13427, 9599, 12623, 8645, 12194, 8590, 12762, 8909, 11829, 8050, 11645, 8269, 12468, 8430, 11709, 8517, 11041, 7975, 11500, 8222, 11356, 7821, 10596, 8600, 11704, 9704, 11608, 8627, 11465, 9391, 11676, 10081, 12105, 8098, 11190, 9235, 11489, 10356, 12685, 9787, 11911, 9630, 11192, 11408, 11754, 12992, 10932, 12438, 9766, 12773, 9684, 13138, 9932, 12008, 8305, 12668, 8710, 12092, 8685, 11330, 8050, 11666, 7853, 11931, 7988, 12028, 7914, 12338, 8423, 12377, 7903, 12000, 8045, 12213, 8382, 10447, 7923, 10291, 8517, 13188, 9345, 12659, 9793, 13424, 10607, 12630, 10383, 7760, 11248, 8123, 12494, 9004, 12214, 8324, 11824, 8278, 11572, 8112, 11861, 9307, 11310, 8286, 9240, 9387, 11414, 7936, 12564, 8978, 13095, 9874, 13283, 8712, 13020, 9172, 13297, 8846, 13024, 9024, 11873, 8020, 11316, 7876, 11486, 8154, 11641, 9013, 11693, 8999, 11119, 10278, 10244, 11940, 10187, 14075, 10272, 12537, 8689, 12526, 8630, 12504, 9880, 11654, 9256, 12172, 8624, 12477, 9366, 12291, 9804, 12150, 7933, 11695, 8064, 12329, 9487, 12064, 9879, 13831, 9501, 13506, 9896, 13680, 11467, 12892, 10782, 13038, 8946, 13047, 8815, 12989, 9374, 12877, 8603, 11748, 8110, 12141, 8047, 12060, 8381, 12050, 8061, 12010, 7924, 12689, 8287, 13002, 8828, 13163, 9920, 12302, 8943, 12452, 8741, 13193, 9487, 13534, 9236, 12597, 8886, 12407, 8670, 11908, 7949, 12234, 8011, 12259, 8279, 11611, 8645, 12195, 8163, 12105, 8176, 12352, 8626, 12017, 9567, 12685, 8963, 12635, 10010, 12524, 10120, 13244, 9381, 13114, 10379, 13741, 10500, 14221, 9408, 11635, 10192, 10492, 10028, 9803, 10900, 9940, 11955, 9452, 13256, 8939, 12117, 8266, 13131, 9646, 13655, 10282, 13950, 10986, 14460, 10767, 14164, 9881, 12692, 10144, 12469, 10597, 12746, 9021, 12631, 9577, 12283, 9899, 12661, 8839, 12251, 8700, 11652, 8956, 12012, 8219, 10676, 9868, 7921, 10729, 8338, 11383, 8549, 12389, 8567, 11333, 8603, 12325, 8093, 13046, 9359, 13282, 10152, 10048, 12362, 9162, 12407, 9431, 12686, 11320, 12308, 8395, 11187, 8836, 11813, 9812, 11481, 7889, 11033, 8101, 11980, 9482, 11555, 7944, 11297, 8241, 11597, 9410, 11634, 9223, 11463, 8100, 11251, 10139, 11237, 11025, 11802, 10848, 10798, 11160, 10418, 13071, 10819, 12561, 10191, 12589, 9246, 12766, 9884, 11662, 9407, 10841, 9586, 12373, 9937, 10787, 9984, 8156, 10328, 7939, 11407, 7894, 12304, 7908, 12172, 8497, 12717, 8726, 13542, 10373, 12520, 12697, 12213, 8775, 11313, 9342, 11240, 10484, 11927, 8088, 10728, 8034, 11131, 9166, 11440, 8338, 10962, 9542, 10391, 10267, 10755, 8280, 10193, 9356, 10877, 10026, 11893, 8499, 11463, 8124, 11455, 8895, 12250, 9795, 12200, 8344, 11025, 10228, 11152, 9468, 10286, 10089, 10731, 10056, 10856, 9066, 10161, 9580, 11132, 9979, 11761, 7927, 11261, 7797, 12269, 8595, 12764, 8582, 12844, 8573, 12308, 8786, 12684, 8568, 12579, 8635, 11533, 8657, 11854, 8361, 10801, 8145, 10906, 7924, 11612, 8699, 12587, 8362, 12617, 8810, 12989, 8931, 12671, 9041, 13434, 9348, 11330, 8083, 12783, 9034, 13132, 9763, 13241, 9295, 13002, 8904, 12289, 8748, 12552, 9108, 12050, 9070, 11460, 10847, 11264, 11516, 11041, 10676, 9751, 10252, 10194, 11112, 9903, 10590, 9522, 10485, 10334, 11244, 10450, 8446, 9994, 8569, 10796, 9633, 11111, 7832, 10770, 9188, 11672, 9976, 11852, 9541, 11120, 9489, 10675, 10625, 11101, 13511, 10998, 14179, 10121, 14608, 9235, 12681, 8820, 12388, 9641, 11030, 9517, 11389, 8663, 9173, 10287, 10483, 11416, 8760, 10533, 10490, 10981, 14145, 10690, 13662, 10544, 12647, 8373, 11669, 8858, 12293, 9393, 11971, 9363, 10189, 8493, 11115, 9021, 12914, 9730, 11777, 8890, 12219, 8892, 12904, 10002, 13485, 10310, 13013, 10930, 11971, 8720, 12822, 8916, 12775, 9750, 13081, 10171, 12347, 9156, 12660, 8874, 12641, 8768, 11923, 8541, 12493, 8535, 12368, 8490, 11838, 8221, 12094, 7951, 11783, 8501, 11924, 8044, 11188, 8356, 11206, 10038, 11121, 8084, 9875, 8072, 10150, 9703, 11216, 9412, 10798, 7745, 10460, 7863, 11632, 9008, 11378, 8512, 10999, 9618, 11701, 12446, 12124, 11173, 10818, 13197, 10596, 14070, 10782, 14069, 11109, 14934, 10142, 8131, 9695, 7656, 10951, 7912, 12047, 11035, 11367, 16002, 10647, 13931, 10540, 13449, 10793, 13372, 10731, 12816, 9518, 12725, 9301, 12813, 9283, 12720, 8913, 12300, 9182, 11552, 8363, 11341, 8927, 12318, 9404, 9923, 10459, 8194, 12720, 9043, 11835, 8762, 12282, 9299, 12338, 9857, 10913, 9367, 10676, 9283, 13116, 10191, 12407, 9946, 15971, 10028, 13816, 11488, 12902, 11249, 13097, 8764, 12629, 9578, 13065, 10428, 12474, 8832, 12720, 9108, 13031, 9588, 12007, 9451, 12322, 8433, 12174, 8308, 12389, 8480, 12017, 8346, 10569, 9385, 10645, 11156, 10631, 12238, 10550, 10822, 9137, 11812, 9784, 13295, 10244, 12178, 8846, 12359, 8920, 12507, 9398, 12280, 9377, 12555, 8651, 12418, 9394, 12719, 9826, 11640, 8881, 11475, 9454, 10070, 10827, 7920, 11382, 7941, 12848, 8826, 13092, 9780, 13515, 10699, 13201, 8996, 12704, 9381, 12789, 10322, 12617, 9415, 12680, 9502, 12824, 10229, 12553, 8891, 12590, 9405, 12636, 10324, 11800, 8593, 12289, 8622, 12300, 9235, 11672, 8444, 12174, 8847, 12349, 9406, 11794, 8815, 12307, 8991, 12459, 9858, 13115, 10609, 10432, 9916, 7633, 11094, 8717, 11913, 9146, 12254, 10280, 12722, 8985, 12598, 8323, 12201, 8749, 12566, 9235, 12609, 8150, 11504, 8960, 10883, 10798, 10795, 9596, 9878, 10109, 10297, 10969, 10114, 8923, 10115, 8844, 11003, 7926, 11630, 7814, 11617], 'WindowCenter': [4481.0, 4434.0, 4447.0, 4381.0, 4409.0, 4376.0, 4406.0, 4378.0, 4406.0, 4364.0, 4392.0, 4361.0, 4393.0, 4375.0, 4402.0, 4362.0, 4378.0, 4339.0, 4378.0, 4372.0, 4381.0, 4375.0, 4385.0, 4395.0, 4373.0, 4382.0, 4360.0, 4371.0, 4371.0, 4382.0, 4349.0, 4381.0, 4350.0, 4381.0, 4362.0, 4381.0, 4340.0, 4380.0, 4339.0, 4393.0, 4352.0, 4380.0, 4341.0, 4390.0, 4340.0, 4392.0, 4340.0, 4380.0, 4338.0, 4380.0, 4351.0, 4392.0, 4351.0, 4380.0, 4349.0, 4378.0, 4340.0, 4391.0, 4350.0, 4378.0, 4340.0, 4379.0, 4362.0, 4392.0, 4371.0, 4391.0, 4349.0, 4377.0, 4350.0, 4390.0, 4359.0, 4379.0, 4339.0, 4368.0, 4339.0, 4380.0, 4349.0, 4380.0, 4338.0, 4377.0, 4351.0, 4392.0, 4340.0, 4380.0, 4349.0, 4380.0, 4340.0, 4382.0, 4350.0, 4381.0, 4331.0, 4382.0, 4362.0, 4394.0, 4363.0, 4382.0, 4339.0, 4370.0, 4348.0, 4381.0, 4370.0, 4382.0, 4339.0, 4370.0, 4350.0, 4380.0, 4372.0, 4391.0, 4357.0, 4369.0, 4347.0, 4368.0, 4367.0, 4380.0, 4377.0, 4369.0, 4368.0, 4358.0, 4375.0, 4360.0, 4378.0, 4358.0, 4368.0, 4336.0, 4376.0, 4338.0, 4380.0, 4349.0, 4369.0, 4337.0, 4378.0, 4338.0, 4380.0, 4339.0, 4379.0, 4340.0, 4392.0, 4350.0, 4380.0, 4339.0, 4379.0, 4338.0, 4380.0, 4351.0, 4372.0, 4340.0, 4369.0, 4351.0, 4389.0, 4362.0, 4390.0, 4386.0, 4405.0, 4384.0, 4392.0, 4372.0, 4331.0, 4381.0, 4341.0, 4392.0, 4361.0, 4382.0, 4339.0, 4380.0, 4339.0, 4380.0, 4341.0, 4393.0, 4360.0, 4380.0, 4338.0, 4348.0, 4349.0, 4381.0, 4342.0, 4392.0, 4364.0, 4404.0, 4371.0, 4391.0, 4339.0, 4379.0, 4348.0, 4379.0, 4349.0, 4391.0, 4349.0, 4380.0, 4338.0, 4367.0, 4339.0, 4380.0, 4337.0, 4380.0, 4351.0, 4382.0, 4348.0, 4381.0, 4368.0, 4371.0, 4377.0, 4370.0, 4386.0, 4360.0, 4376.0, 4350.0, 4377.0, 4350.0, 4391.0, 4369.0, 4382.0, 4361.0, 4378.0, 4351.0, 4379.0, 4362.0, 4381.0, 4373.0, 4379.0, 4339.0, 4380.0, 4353.0, 4405.0, 4384.0, 4392.0, 4373.0, 4394.0, 4361.0, 4389.0, 4372.0, 4392.0, 4384.0, 4378.0, 4370.0, 4378.0, 4348.0, 4378.0, 4352.0, 4389.0, 4359.0, 4379.0, 4349.0, 4379.0, 4330.0, 4380.0, 4340.0, 4391.0, 4341.0, 4380.0, 4340.0, 4380.0, 4340.0, 4390.0, 4350.0, 4392.0, 4363.0, 4393.0, 4362.0, 4380.0, 4351.0, 4381.0, 4350.0, 4389.0, 4359.0, 4390.0, 4361.0, 4380.0, 4349.0, 4390.0, 4350.0, 4380.0, 4341.0, 4379.0, 4337.0, 4381.0, 4338.0, 4380.0, 4352.0, 4380.0, 4340.0, 4379.0, 4351.0, 4389.0, 4364.0, 4392.0, 4375.0, 4389.0, 4362.0, 4391.0, 4385.0, 4390.0, 4385.0, 4391.0, 4362.0, 4391.0, 4374.0, 4389.0, 4372.0, 4391.0, 4360.0, 4380.0, 4372.0, 4368.0, 4371.0, 4359.0, 4382.0, 4373.0, 4394.0, 4371.0, 4391.0, 4351.0, 4391.0, 4351.0, 4390.0, 4362.0, 4391.0, 4371.0, 4390.0, 4370.0, 4389.0, 4370.0, 4377.0, 4359.0, 4378.0, 4359.0, 4377.0, 4358.0, 4367.0, 4347.0, 4367.0, 4360.0, 4368.0, 4358.0, 4366.0, 4337.0, 4366.0, 4340.0, 4367.0, 4347.0, 4367.0, 4341.0, 4371.0, 4372.0, 4341.0, 4382.0, 4350.0, 4382.0, 4352.0, 4392.0, 4350.0, 4381.0, 4351.0, 4379.0, 4341.0, 4379.0, 4362.0, 4404.0, 4385.0, 4373.0, 4395.0, 4362.0, 4392.0, 4350.0, 4392.0, 4372.0, 4381.0, 4339.0, 4369.0, 4349.0, 4382.0, 4359.0, 4370.0, 4327.0, 4369.0, 4328.0, 4380.0, 4360.0, 4382.0, 4329.0, 4369.0, 4339.0, 4380.0, 4350.0, 4381.0, 4350.0, 4380.0, 4327.0, 4369.0, 4356.0, 4369.0, 4368.0, 4379.0, 4371.0, 4370.0, 4367.0, 4369.0, 4380.0, 4369.0, 4377.0, 4360.0, 4365.0, 4349.0, 4378.0, 4359.0, 4368.0, 4349.0, 4366.0, 4359.0, 4390.0, 4370.0, 4371.0, 4360.0, 4338.0, 4371.0, 4352.0, 4383.0, 4342.0, 4391.0, 4340.0, 4392.0, 4363.0, 4393.0, 4351.0, 4393.0, 4358.0, 4380.0, 4379.0, 4380.0, 4337.0, 4369.0, 4347.0, 4370.0, 4368.0, 4368.0, 4327.0, 4367.0, 4328.0, 4369.0, 4361.0, 4380.0, 4339.0, 4369.0, 4348.0, 4371.0, 4371.0, 4371.0, 4339.0, 4371.0, 4348.0, 4372.0, 4359.0, 4381.0, 4352.0, 4380.0, 4328.0, 4378.0, 4349.0, 4382.0, 4359.0, 4382.0, 4339.0, 4382.0, 4372.0, 4380.0, 4359.0, 4372.0, 4357.0, 4381.0, 4361.0, 4371.0, 4349.0, 4370.0, 4359.0, 4382.0, 4360.0, 4380.0, 4330.0, 4369.0, 4328.0, 4381.0, 4363.0, 4391.0, 4349.0, 4391.0, 4348.0, 4381.0, 4352.0, 4382.0, 4339.0, 4379.0, 4338.0, 4369.0, 4352.0, 4380.0, 4339.0, 4370.0, 4338.0, 4382.0, 4353.0, 4391.0, 4365.0, 4391.0, 4351.0, 4390.0, 4349.0, 4390.0, 4350.0, 4392.0, 4351.0, 4393.0, 4350.0, 4369.0, 4338.0, 4378.0, 4351.0, 4390.0, 4362.0, 4391.0, 4348.0, 4378.0, 4349.0, 4379.0, 4350.0, 4390.0, 4349.0, 4380.0, 4336.0, 4366.0, 4357.0, 4370.0, 4367.0, 4368.0, 4356.0, 4348.0, 4357.0, 4371.0, 4366.0, 4359.0, 4357.0, 4358.0, 4358.0, 4371.0, 4380.0, 4371.0, 4340.0, 4359.0, 4339.0, 4382.0, 4360.0, 4382.0, 4330.0, 4370.0, 4349.0, 4383.0, 4361.0, 4381.0, 4349.0, 4370.0, 4348.0, 4371.0, 4368.0, 4370.0, 4389.0, 4383.0, 4389.0, 4360.0, 4388.0, 4348.0, 4379.0, 4351.0, 4378.0, 4359.0, 4356.0, 4360.0, 4378.0, 4350.0, 4362.0, 4384.0, 4384.0, 4383.0, 4350.0, 4371.0, 4358.0, 4370.0, 4388.0, 4370.0, 4389.0, 4371.0, 4378.0, 4341.0, 4368.0, 4358.0, 4382.0, 4361.0, 4380.0, 4363.0, 4372.0, 4352.0, 4381.0, 4363.0, 4393.0, 4374.0, 4382.0, 4363.0, 4380.0, 4362.0, 4392.0, 4372.0, 4392.0, 4375.0, 4390.0, 4371.0, 4381.0, 4351.0, 4378.0, 4349.0, 4378.0, 4359.0, 4392.0, 4372.0, 4380.0, 4350.0, 4380.0, 4348.0, 4379.0, 4349.0, 4368.0, 4338.0, 4377.0, 4336.0, 4379.0, 4351.0, 4380.0, 4341.0, 4378.0, 4337.0, 4381.0, 4350.0, 4381.0, 4329.0, 4368.0, 4327.0, 4382.0, 4359.0, 4371.0, 4327.0, 4358.0, 4330.0, 4369.0, 4362.0, 4384.0, 4359.0, 4381.0, 4327.0, 4370.0, 4338.0, 4382.0, 4362.0, 4383.0, 4351.0, 4383.0, 4359.0, 4384.0, 4392.0, 4381.0, 4368.0, 4370.0, 4379.0, 4368.0, 4390.0, 4371.0, 4402.0, 4383.0, 4400.0, 4357.0, 4329.0, 4358.0, 4329.0, 4382.0, 4340.0, 4392.0, 4370.0, 4381.0, 4397.0, 4372.0, 4377.0, 4359.0, 4378.0, 4358.0, 4389.0, 4357.0, 4366.0, 4345.0, 4364.0, 4336.0, 4364.0, 4338.0, 4366.0, 4336.0, 4364.0, 4346.0, 4366.0, 4336.0, 4355.0, 4348.0, 4378.0, 4362.0, 4373.0, 4382.0, 4353.0, 4390.0, 4364.0, 4379.0, 4361.0, 4381.0, 4375.0, 4403.0, 4384.0, 4381.0, 4376.0, 4382.0, 4375.0, 4404.0, 4386.0, 4391.0, 4374.0, 4401.0, 4372.0, 4390.0, 4384.0, 4380.0, 4382.0, 4381.0, 4350.0, 4377.0, 4362.0, 4391.0, 4370.0, 4380.0, 4350.0, 4379.0, 4351.0, 4378.0, 4359.0, 4380.0, 4361.0, 4379.0, 4338.0, 4378.0, 4340.0, 4380.0, 4338.0, 4380.0, 4338.0, 4359.0, 4346.0, 4369.0, 4369.0, 4370.0, 4379.0, 4369.0, 4366.0, 4350.0, 4379.0, 4361.0, 4390.0, 4361.0, 4379.0, 4348.0, 4379.0, 4348.0, 4379.0, 4359.0, 4377.0, 4360.0, 4380.0, 4349.0, 4378.0, 4361.0, 4380.0, 4372.0, 4378.0, 4350.0, 4378.0, 4373.0, 4372.0, 4382.0, 4343.0, 4381.0, 4342.0, 4392.0, 4360.0, 4391.0, 4373.0, 4392.0, 4371.0, 4379.0, 4349.0, 4379.0, 4362.0, 4391.0, 4371.0, 4379.0, 4350.0, 4376.0, 4362.0, 4379.0, 4358.0, 4377.0, 4350.0, 4378.0, 4360.0, 4390.0, 4371.0, 4377.0, 4349.0, 4376.0, 4348.0, 4380.0, 4362.0, 4379.0, 4349.0, 4379.0, 4361.0, 4392.0, 4361.0, 4380.0, 4359.0, 4380.0, 4361.0, 4392.0, 4374.0, 4405.0, 4383.0, 4371.0, 4372.0, 4331.0, 4381.0, 4349.0, 4381.0, 4360.0, 4381.0, 4370.0, 4391.0, 4350.0, 4382.0, 4338.0, 4381.0, 4338.0, 4378.0, 4351.0, 4380.0, 4329.0, 4369.0, 4349.0, 4371.0, 4371.0, 4369.0, 4346.0, 4359.0, 4356.0, 4371.0, 4369.0, 4372.0, 4349.0, 4371.0, 4359.0, 4383.0, 4343.0, 4393.0, 4342.0, 4382.0], 'WindowWidth': [9866.0, 9787.0, 9789.0, 9687.0, 9717.0, 9668.0, 9708.0, 9674.0, 9706.0, 9645.0, 9680.0, 9637.0, 9680.0, 9662.0, 9694.0, 9640.0, 9655.0, 9605.0, 9655.0, 9655.0, 9664.0, 9661.0, 9677.0, 9689.0, 9655.0, 9667.0, 9633.0, 9650.0, 9649.0, 9665.0, 9618.0, 9661.0, 9619.0, 9663.0, 9639.0, 9663.0, 9606.0, 9659.0, 9605.0, 9681.0, 9625.0, 9659.0, 9608.0, 9673.0, 9607.0, 9679.0, 9609.0, 9659.0, 9602.0, 9658.0, 9624.0, 9680.0, 9621.0, 9659.0, 9616.0, 9654.0, 9607.0, 9675.0, 9620.0, 9654.0, 9607.0, 9658.0, 9641.0, 9681.0, 9650.0, 9674.0, 9617.0, 9652.0, 9619.0, 9673.0, 9630.0, 9654.0, 9601.0, 9638.0, 9602.0, 9659.0, 9617.0, 9658.0, 9601.0, 9653.0, 9621.0, 9680.0, 9606.0, 9658.0, 9616.0, 9660.0, 9609.0, 9665.0, 9620.0, 9663.0, 9596.0, 9667.0, 9642.0, 9687.0, 9640.0, 9667.0, 9605.0, 9645.0, 9613.0, 9662.0, 9648.0, 9664.0, 9604.0, 9645.0, 9617.0, 9661.0, 9652.0, 9675.0, 9626.0, 9641.0, 9609.0, 9640.0, 9638.0, 9661.0, 9651.0, 9642.0, 9638.0, 9625.0, 9645.0, 9633.0, 9655.0, 9628.0, 9637.0, 9596.0, 9648.0, 9600.0, 9658.0, 9619.0, 9642.0, 9600.0, 9654.0, 9602.0, 9659.0, 9603.0, 9658.0, 9609.0, 9680.0, 9621.0, 9660.0, 9604.0, 9657.0, 9603.0, 9661.0, 9624.0, 9650.0, 9607.0, 9644.0, 9622.0, 9671.0, 9641.0, 9675.0, 9679.0, 9705.0, 9672.0, 9678.0, 9652.0, 9595.0, 9662.0, 9609.0, 9679.0, 9638.0, 9666.0, 9605.0, 9661.0, 9604.0, 9660.0, 9608.0, 9683.0, 9634.0, 9660.0, 9601.0, 9612.0, 9617.0, 9664.0, 9613.0, 9679.0, 9649.0, 9699.0, 9652.0, 9674.0, 9603.0, 9656.0, 9613.0, 9655.0, 9617.0, 9676.0, 9617.0, 9658.0, 9602.0, 9638.0, 9602.0, 9658.0, 9599.0, 9660.0, 9622.0, 9665.0, 9616.0, 9663.0, 9641.0, 9649.0, 9652.0, 9646.0, 9665.0, 9631.0, 9648.0, 9618.0, 9651.0, 9619.0, 9678.0, 9648.0, 9662.0, 9637.0, 9654.0, 9623.0, 9656.0, 9640.0, 9662.0, 9655.0, 9657.0, 9607.0, 9660.0, 9632.0, 9704.0, 9676.0, 9682.0, 9659.0, 9683.0, 9639.0, 9672.0, 9652.0, 9679.0, 9671.0, 9655.0, 9647.0, 9653.0, 9614.0, 9654.0, 9624.0, 9673.0, 9631.0, 9657.0, 9616.0, 9655.0, 9592.0, 9660.0, 9610.0, 9676.0, 9608.0, 9659.0, 9607.0, 9659.0, 9606.0, 9675.0, 9621.0, 9680.0, 9643.0, 9681.0, 9638.0, 9658.0, 9623.0, 9660.0, 9619.0, 9671.0, 9631.0, 9673.0, 9636.0, 9660.0, 9617.0, 9674.0, 9619.0, 9660.0, 9610.0, 9658.0, 9600.0, 9662.0, 9599.0, 9659.0, 9624.0, 9660.0, 9607.0, 9657.0, 9623.0, 9671.0, 9646.0, 9680.0, 9659.0, 9671.0, 9639.0, 9679.0, 9676.0, 9676.0, 9675.0, 9676.0, 9639.0, 9678.0, 9660.0, 9673.0, 9654.0, 9674.0, 9634.0, 9661.0, 9653.0, 9641.0, 9648.0, 9630.0, 9664.0, 9654.0, 9686.0, 9651.0, 9677.0, 9623.0, 9676.0, 9624.0, 9673.0, 9640.0, 9677.0, 9650.0, 9674.0, 9650.0, 9670.0, 9646.0, 9651.0, 9628.0, 9650.0, 9631.0, 9649.0, 9626.0, 9634.0, 9609.0, 9635.0, 9632.0, 9637.0, 9626.0, 9632.0, 9596.0, 9633.0, 9605.0, 9635.0, 9611.0, 9636.0, 9608.0, 9650.0, 9653.0, 9611.0, 9667.0, 9621.0, 9666.0, 9628.0, 9681.0, 9620.0, 9663.0, 9621.0, 9656.0, 9607.0, 9656.0, 9638.0, 9699.0, 9677.0, 9656.0, 9688.0, 9639.0, 9678.0, 9618.0, 9679.0, 9650.0, 9661.0, 9601.0, 9642.0, 9618.0, 9666.0, 9631.0, 9644.0, 9584.0, 9643.0, 9586.0, 9662.0, 9631.0, 9663.0, 9589.0, 9644.0, 9602.0, 9661.0, 9621.0, 9663.0, 9619.0, 9660.0, 9584.0, 9643.0, 9622.0, 9642.0, 9642.0, 9657.0, 9644.0, 9645.0, 9636.0, 9643.0, 9658.0, 9643.0, 9650.0, 9630.0, 9630.0, 9616.0, 9655.0, 9630.0, 9639.0, 9617.0, 9634.0, 9630.0, 9674.0, 9647.0, 9648.0, 9632.0, 9602.0, 9649.0, 9626.0, 9668.0, 9613.0, 9677.0, 9608.0, 9680.0, 9642.0, 9682.0, 9621.0, 9680.0, 9627.0, 9661.0, 9656.0, 9657.0, 9595.0, 9640.0, 9609.0, 9646.0, 9641.0, 9640.0, 9582.0, 9637.0, 9586.0, 9643.0, 9635.0, 9661.0, 9604.0, 9644.0, 9614.0, 9648.0, 9651.0, 9648.0, 9604.0, 9650.0, 9614.0, 9651.0, 9633.0, 9662.0, 9621.0, 9659.0, 9586.0, 9655.0, 9616.0, 9665.0, 9629.0, 9664.0, 9603.0, 9665.0, 9654.0, 9661.0, 9628.0, 9648.0, 9627.0, 9665.0, 9634.0, 9648.0, 9617.0, 9645.0, 9631.0, 9665.0, 9632.0, 9660.0, 9592.0, 9642.0, 9588.0, 9664.0, 9643.0, 9677.0, 9618.0, 9676.0, 9614.0, 9662.0, 9625.0, 9664.0, 9601.0, 9658.0, 9599.0, 9643.0, 9624.0, 9659.0, 9604.0, 9645.0, 9602.0, 9664.0, 9631.0, 9678.0, 9646.0, 9677.0, 9624.0, 9675.0, 9618.0, 9674.0, 9620.0, 9679.0, 9623.0, 9683.0, 9618.0, 9643.0, 9604.0, 9654.0, 9622.0, 9673.0, 9637.0, 9675.0, 9615.0, 9655.0, 9615.0, 9658.0, 9621.0, 9672.0, 9614.0, 9656.0, 9593.0, 9635.0, 9622.0, 9645.0, 9637.0, 9639.0, 9620.0, 9613.0, 9623.0, 9647.0, 9636.0, 9631.0, 9623.0, 9626.0, 9626.0, 9648.0, 9660.0, 9648.0, 9605.0, 9631.0, 9603.0, 9666.0, 9634.0, 9664.0, 9592.0, 9646.0, 9615.0, 9667.0, 9636.0, 9661.0, 9614.0, 9646.0, 9613.0, 9646.0, 9639.0, 9646.0, 9672.0, 9667.0, 9670.0, 9631.0, 9667.0, 9615.0, 9655.0, 9621.0, 9653.0, 9630.0, 9619.0, 9631.0, 9654.0, 9621.0, 9637.0, 9674.0, 9673.0, 9668.0, 9619.0, 9647.0, 9627.0, 9644.0, 9668.0, 9646.0, 9670.0, 9648.0, 9653.0, 9608.0, 9641.0, 9630.0, 9663.0, 9637.0, 9660.0, 9641.0, 9650.0, 9626.0, 9661.0, 9641.0, 9684.0, 9659.0, 9664.0, 9641.0, 9661.0, 9639.0, 9676.0, 9650.0, 9679.0, 9659.0, 9672.0, 9648.0, 9659.0, 9622.0, 9653.0, 9616.0, 9654.0, 9632.0, 9677.0, 9651.0, 9656.0, 9618.0, 9657.0, 9614.0, 9654.0, 9618.0, 9638.0, 9600.0, 9650.0, 9595.0, 9657.0, 9623.0, 9658.0, 9606.0, 9653.0, 9598.0, 9663.0, 9619.0, 9659.0, 9587.0, 9640.0, 9583.0, 9663.0, 9630.0, 9647.0, 9584.0, 9628.0, 9591.0, 9645.0, 9640.0, 9670.0, 9631.0, 9662.0, 9586.0, 9646.0, 9601.0, 9666.0, 9638.0, 9669.0, 9621.0, 9666.0, 9630.0, 9670.0, 9681.0, 9663.0, 9642.0, 9646.0, 9654.0, 9640.0, 9672.0, 9650.0, 9693.0, 9668.0, 9687.0, 9623.0, 9585.0, 9627.0, 9590.0, 9665.0, 9606.0, 9677.0, 9644.0, 9661.0, 9678.0, 9649.0, 9650.0, 9628.0, 9651.0, 9625.0, 9670.0, 9623.0, 9632.0, 9603.0, 9626.0, 9592.0, 9626.0, 9595.0, 9632.0, 9594.0, 9628.0, 9608.0, 9631.0, 9594.0, 9617.0, 9611.0, 9653.0, 9637.0, 9657.0, 9669.0, 9629.0, 9676.0, 9643.0, 9660.0, 9638.0, 9663.0, 9660.0, 9699.0, 9674.0, 9667.0, 9664.0, 9668.0, 9661.0, 9700.0, 9676.0, 9678.0, 9657.0, 9692.0, 9651.0, 9676.0, 9671.0, 9659.0, 9665.0, 9660.0, 9620.0, 9651.0, 9637.0, 9676.0, 9646.0, 9656.0, 9619.0, 9654.0, 9620.0, 9655.0, 9632.0, 9657.0, 9634.0, 9656.0, 9602.0, 9654.0, 9605.0, 9660.0, 9599.0, 9658.0, 9599.0, 9629.0, 9608.0, 9642.0, 9642.0, 9648.0, 9654.0, 9641.0, 9635.0, 9618.0, 9654.0, 9633.0, 9673.0, 9635.0, 9655.0, 9613.0, 9653.0, 9614.0, 9656.0, 9633.0, 9652.0, 9634.0, 9657.0, 9617.0, 9654.0, 9637.0, 9658.0, 9650.0, 9654.0, 9619.0, 9656.0, 9656.0, 9654.0, 9666.0, 9613.0, 9664.0, 9613.0, 9678.0, 9635.0, 9676.0, 9655.0, 9678.0, 9649.0, 9656.0, 9618.0, 9656.0, 9638.0, 9674.0, 9648.0, 9655.0, 9619.0, 9650.0, 9638.0, 9656.0, 9628.0, 9650.0, 9618.0, 9652.0, 9633.0, 9673.0, 9648.0, 9650.0, 9617.0, 9649.0, 9615.0, 9659.0, 9639.0, 9656.0, 9620.0, 9655.0, 9637.0, 9679.0, 9639.0, 9659.0, 9634.0, 9659.0, 9638.0, 9679.0, 9659.0, 9701.0, 9668.0, 9649.0, 9652.0, 9596.0, 9663.0, 9618.0, 9662.0, 9632.0, 9662.0, 9649.0, 9676.0, 9619.0, 9664.0, 9601.0, 9660.0, 9600.0, 9654.0, 9621.0, 9658.0, 9589.0, 9643.0, 9614.0, 9647.0, 9648.0, 9643.0, 9609.0, 9630.0, 9622.0, 9649.0, 9645.0, 9651.0, 9617.0, 9649.0, 9634.0, 9672.0, 9615.0, 9683.0, 9614.0, 9666.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.00031131336405529954</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01787720138248848</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.4897479549135</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2368448025605527</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002057503229524</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4691</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6291.7681</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0734693190397609</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.1152073732718894</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5075024490880824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5398828485353833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5833763929529616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.399248105775902</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00694543</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014811079949140549</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027966909110546112</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.9600498921078278</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>31.6423</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7313</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.7114</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300314.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.0182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0314</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.1235</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3577.4599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3762.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76230.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4670.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.9818</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.72218011808582</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> |