=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0036_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0036_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0036_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-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-01/func/sub-0036_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ae42de3d200363a850f8ba2040229111</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>09:20:46.045000</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_VE11C_LATEST_20160120</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.998058, 0.0622678, -0.00176523, -0.0622679, 0.998059, 3.10083e-05]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.141833</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7715, -7174, 535, -68, -41, 85, 71]</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>323.927</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>aa130892-bf5b-4f74-86ad-bc9be8075496||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777164936065674, -0.16706013679504395, -0.004762074910104275, 122.21985626220703], [-0.1670600175857544, 2.677720546722412, -0.00021321581152733415, -74.5042724609375], [-0.004735972266644239, -8.319289918290451e-05, 2.699995756149292, -29.525524139404297], [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': ['092046.045000', '092046.505000', '092046.965000', '092047.425000', '092047.885000', '092048.345000', '092048.805000', '092049.265000', '092049.725000', '092050.185000', '092050.645000', '092051.105000', '092051.565000', '092052.025000', '092052.485000', '092052.945000', '092053.405000', '092053.865000', '092054.325000', '092054.785000', '092055.245000', '092055.705000', '092056.165000', '092056.625000', '092057.085000', '092057.545000', '092058.005000', '092058.465000', '092058.925000', '092059.385000', '092059.845000', '092100.305000', '092100.765000', '092101.225000', '092101.685000', '092102.145000', '092102.605000', '092103.065000', '092103.525000', '092103.985000', '092104.445000', '092104.905000', '092105.365000', '092105.825000', '092106.285000', '092106.745000', '092107.205000', '092107.665000', '092108.125000', '092108.585000', '092109.045000', '092109.505000', '092109.965000', '092110.425000', '092110.885000', '092111.345000', '092111.805000', '092112.265000', '092112.725000', '092113.185000', '092113.645000', '092114.105000', '092114.565000', '092115.025000', '092115.485000', '092115.945000', '092116.405000', '092116.865000', '092117.325000', '092117.785000', '092118.245000', '092118.705000', '092119.165000', '092119.625000', '092120.085000', '092120.545000', '092121.005000', '092121.465000', '092121.925000', '092122.385000', '092122.845000', '092123.305000', '092123.765000', '092124.225000', '092124.685000', '092125.145000', '092125.605000', '092126.065000', '092126.525000', '092126.985000', '092127.445000', '092127.905000', '092128.365000', '092128.825000', '092129.285000', '092129.745000', '092130.205000', '092130.665000', '092131.125000', '092131.585000', '092132.045000', '092132.505000', '092132.965000', '092133.425000', '092133.885000', '092134.345000', '092134.805000', '092135.265000', '092135.725000', '092136.185000', '092136.645000', '092137.105000', '092137.565000', '092138.025000', '092138.485000', '092138.945000', '092139.405000', '092139.865000', '092140.325000', '092140.785000', '092141.245000', '092141.705000', '092142.165000', '092142.625000', '092143.085000', '092143.545000', '092144.005000', '092144.465000', '092144.925000', '092145.385000', '092145.845000', '092146.305000', '092146.765000', '092147.225000', '092147.685000', '092148.145000', '092148.605000', '092149.065000', '092149.525000', '092149.985000', '092150.445000', '092150.905000', '092151.365000', '092151.825000', '092152.285000', '092152.745000', '092153.205000', '092153.665000', '092154.125000', '092154.585000', '092155.045000', '092155.505000', '092155.965000', '092156.425000', '092156.885000', '092157.345000', '092157.805000', '092158.265000', '092158.725000', '092159.185000', '092159.645000', '092200.105000', '092200.565000', '092201.025000', '092201.485000', '092201.945000', '092202.405000', '092202.865000', '092203.325000', '092203.785000', '092204.245000', '092204.705000', '092205.165000', '092205.625000', '092206.085000', '092206.545000', '092207.005000', '092207.465000', '092207.925000', '092208.385000', '092208.845000', '092209.305000', '092209.765000', '092210.225000', '092210.685000', '092211.145000', '092211.605000', '092212.065000', '092212.525000', '092212.985000', '092213.445000', '092213.905000', '092214.365000', '092214.825000', '092215.285000', '092215.745000', '092216.205000', '092216.665000', '092217.125000', '092217.585000', '092218.045000', '092218.505000', '092218.965000', '092219.425000', '092219.885000', '092220.345000', '092220.805000', '092221.265000', '092221.725000', '092222.185000', '092222.645000', '092223.105000', '092223.565000', '092224.025000', '092224.485000', '092224.945000', '092225.405000', '092225.865000', '092226.325000', '092226.785000', '092227.245000', '092227.705000', '092228.165000', '092228.625000', '092229.085000', '092229.545000', '092230.005000', '092230.465000', '092230.925000', '092231.385000', '092231.845000', '092232.305000', '092232.765000', '092233.225000', '092233.685000', '092234.145000', '092234.605000', '092235.065000', '092235.525000', '092235.985000', '092236.445000', '092236.905000', '092237.365000', '092237.825000', '092238.285000', '092238.745000', '092239.205000', '092239.665000', '092240.125000', '092240.585000', '092241.045000', '092241.505000', '092241.965000', '092242.425000', '092242.885000', '092243.345000', '092243.805000', '092244.265000', '092244.725000', '092245.185000', '092245.645000', '092246.105000', '092246.565000', '092247.025000', '092247.485000', '092247.945000', '092248.405000', '092248.865000', '092249.325000', '092249.785000', '092250.245000', '092250.705000', '092251.165000', '092251.625000', '092252.085000', '092252.545000', '092253.005000', '092253.465000', '092253.925000', '092254.385000', '092254.845000', '092255.305000', '092255.765000', '092256.225000', '092256.685000', '092257.145000', '092257.605000', '092258.065000', '092258.525000', '092258.985000', '092259.445000', '092259.905000', '092300.365000', '092300.825000', '092301.285000', '092301.745000', '092302.205000', '092302.665000', '092303.125000', '092303.585000', '092304.045000', '092304.505000', '092304.965000', '092305.425000', '092305.885000', '092306.345000', '092306.805000', '092307.265000', '092307.725000', '092308.185000', '092308.645000', '092309.105000', '092309.565000', '092310.025000', '092310.485000', '092310.945000', '092311.405000', '092311.865000', '092312.325000', '092312.785000', '092313.245000', '092313.705000', '092314.165000', '092314.625000', '092315.085000', '092315.545000', '092316.005000', '092316.465000', '092316.925000', '092317.385000', '092317.845000', '092318.305000', '092318.765000', '092319.225000', '092319.685000', '092320.145000', '092320.605000', '092321.065000', '092321.525000', '092321.985000', '092322.445000', '092322.905000', '092323.365000', '092323.825000', '092324.285000', '092324.745000', '092325.205000', '092325.665000', '092326.125000', '092326.585000', '092327.045000', '092327.505000', '092327.965000', '092328.425000', '092328.885000', '092329.345000', '092329.805000', '092330.265000', '092330.725000', '092331.185000', '092331.645000', '092332.105000', '092332.565000', '092333.025000', '092333.485000', '092333.945000', '092334.405000', '092334.865000', '092335.325000', '092335.785000', '092336.245000', '092336.705000', '092337.165000', '092337.625000', '092338.085000', '092338.545000', '092339.005000', '092339.465000', '092339.925000', '092340.385000', '092340.845000', '092341.305000', '092341.765000', '092342.225000', '092342.685000', '092343.145000', '092343.605000', '092344.065000', '092344.525000', '092344.985000', '092345.445000', '092345.905000', '092346.365000', '092346.825000', '092347.285000', '092347.745000', '092348.205000', '092348.665000', '092349.125000', '092349.585000', '092350.045000', '092350.505000', '092350.965000', '092351.425000', '092351.885000', '092352.345000', '092352.805000', '092353.265000', '092353.725000', '092354.185000', '092354.645000', '092355.105000', '092355.565000', '092356.025000', '092356.485000', '092356.945000', '092357.405000', '092357.865000', '092358.325000', '092358.785000', '092359.245000', '092359.705000', '092400.165000', '092400.625000', '092401.085000', '092401.545000', '092402.005000', '092402.465000', '092402.925000', '092403.385000', '092403.845000', '092404.305000', '092404.765000', '092405.225000', '092405.685000', '092406.145000', '092406.605000', '092407.065000', '092407.525000', '092407.985000', '092408.445000', '092408.905000', '092409.365000', '092409.825000', '092410.285000', '092410.745000', '092411.205000', '092411.665000', '092412.125000', '092412.585000', '092413.045000', '092413.505000', '092413.965000', '092414.425000', '092414.885000', '092415.345000', '092415.805000', '092416.265000', '092416.725000', '092417.185000', '092417.645000', '092418.105000', '092418.565000', '092419.025000', '092419.485000', '092419.945000', '092420.405000', '092420.865000', '092421.325000', '092421.785000', '092422.245000', '092422.705000', '092423.165000', '092423.625000', '092424.085000', '092424.545000', '092425.005000', '092425.465000', '092425.925000', '092426.385000', '092426.845000', '092427.305000', '092427.765000', '092428.225000', '092428.685000', '092429.145000', '092429.605000', '092430.065000', '092430.525000', '092430.985000', '092431.445000', '092431.905000', '092432.365000', '092432.825000', '092433.285000', '092433.745000', '092434.205000', '092434.665000', '092435.125000', '092435.585000', '092436.045000', '092436.505000', '092436.965000', '092437.425000', '092437.885000', '092438.345000', '092438.805000', '092439.265000', '092439.725000', '092440.185000', '092440.645000', '092441.105000', '092441.565000', '092442.025000', '092442.485000', '092442.945000', '092443.405000', '092443.865000', '092444.325000', '092444.785000', '092445.245000', '092445.705000', '092446.165000', '092446.625000', '092447.085000', '092447.545000', '092448.005000', '092448.465000', '092448.925000', '092449.385000', '092449.845000', '092450.305000', '092450.765000', '092451.225000', '092451.685000', '092452.145000', '092452.605000', '092453.065000', '092453.525000', '092453.985000', '092454.445000', '092454.905000', '092455.365000', '092455.825000', '092456.285000', '092456.745000', '092457.205000', '092457.665000', '092458.125000', '092458.585000', '092459.045000', '092459.505000', '092459.965000', '092500.425000', '092500.885000', '092501.345000', '092501.805000', '092502.265000', '092502.725000', '092503.185000', '092503.645000', '092504.105000', '092504.565000', '092505.025000', '092505.485000', '092505.945000', '092506.405000', '092506.865000', '092507.325000', '092507.785000', '092508.245000', '092508.705000', '092509.165000', '092509.625000', '092510.085000', '092510.545000', '092511.005000', '092511.465000', '092511.925000', '092512.385000', '092512.845000', '092513.305000', '092513.765000', '092514.225000', '092514.685000', '092515.145000', '092515.605000', '092516.065000', '092516.525000', '092516.985000', '092517.445000', '092517.905000', '092518.365000', '092518.825000', '092519.285000', '092519.745000', '092520.205000', '092520.665000', '092521.125000', '092521.585000', '092522.045000', '092522.505000', '092522.965000', '092523.425000', '092523.885000', '092524.345000', '092524.805000', '092525.265000', '092525.725000', '092526.185000', '092526.645000', '092527.105000', '092527.565000', '092528.025000', '092528.485000', '092528.945000', '092529.405000', '092529.865000', '092530.325000', '092530.785000', '092531.245000', '092531.705000', '092532.165000', '092532.625000', '092533.085000', '092533.545000', '092534.005000', '092534.465000', '092534.925000', '092535.385000', '092535.845000', '092536.305000', '092536.765000', '092537.225000', '092537.685000', '092538.145000', '092538.605000', '092539.065000', '092539.525000', '092539.985000', '092540.445000', '092540.905000', '092541.365000', '092541.825000', '092542.285000', '092542.745000', '092543.205000', '092543.665000', '092544.125000', '092544.585000', '092545.045000', '092545.505000', '092545.965000', '092546.425000', '092546.885000', '092547.345000', '092547.805000', '092548.265000', '092548.725000', '092549.185000', '092549.645000', '092550.105000', '092550.565000', '092551.025000', '092551.485000', '092551.945000', '092552.405000', '092552.865000', '092553.325000', '092553.785000', '092554.245000', '092554.705000', '092555.165000', '092555.625000', '092556.085000', '092556.545000', '092557.005000', '092557.465000', '092557.925000', '092558.385000', '092558.845000', '092559.305000', '092559.765000', '092600.225000', '092600.685000', '092601.145000', '092601.605000', '092602.065000', '092602.525000', '092602.985000', '092603.445000', '092603.905000', '092604.365000', '092604.825000', '092605.285000', '092605.745000', '092606.205000', '092606.665000', '092607.125000', '092607.585000', '092608.045000', '092608.505000', '092608.965000', '092609.425000', '092609.885000', '092610.345000', '092610.805000', '092611.265000', '092611.725000', '092612.185000', '092612.645000', '092613.105000', '092613.565000', '092614.025000', '092614.485000', '092614.945000', '092615.405000', '092615.865000', '092616.325000', '092616.785000', '092617.245000', '092617.705000', '092618.165000', '092618.625000', '092619.085000', '092619.545000', '092620.005000', '092620.465000', '092620.925000', '092621.385000', '092621.845000', '092622.305000', '092622.765000', '092623.225000', '092623.685000', '092624.145000', '092624.605000', '092625.065000', '092625.525000', '092625.985000', '092626.445000', '092626.905000', '092627.365000', '092627.825000', '092628.285000', '092628.745000', '092629.205000', '092629.665000', '092630.125000', '092630.585000', '092631.045000', '092631.505000', '092631.965000', '092632.425000', '092632.885000', '092633.345000', '092633.805000', '092634.265000', '092634.725000', '092635.185000', '092635.645000', '092636.105000', '092636.565000', '092637.025000', '092637.485000', '092637.945000', '092638.405000', '092638.865000', '092639.325000', '092639.785000', '092640.245000', '092640.705000', '092641.165000', '092641.625000', '092642.085000', '092642.545000', '092643.005000', '092643.465000', '092643.925000', '092644.385000', '092644.845000', '092645.305000', '092645.765000', '092646.225000', '092646.685000', '092647.145000', '092647.605000', '092648.065000', '092648.525000', '092648.985000', '092649.445000', '092649.905000', '092650.365000', '092650.825000', '092651.285000', '092651.745000', '092652.205000', '092652.665000', '092653.125000', '092653.585000', '092654.045000', '092654.505000', '092654.965000', '092655.425000', '092655.885000', '092656.345000', '092656.805000', '092657.265000', '092657.725000', '092658.185000', '092658.645000', '092659.105000', '092659.565000', '092700.025000', '092700.485000', '092700.945000', '092701.405000', '092701.865000', '092702.325000', '092702.785000', '092703.245000', '092703.705000', '092704.165000', '092704.625000', '092705.085000', '092705.545000', '092706.005000', '092706.465000', '092706.925000', '092707.385000', '092707.845000', '092708.305000', '092708.765000', '092709.225000', '092709.685000', '092710.145000', '092710.605000', '092711.065000', '092711.525000', '092711.985000', '092712.445000', '092712.905000', '092713.365000', '092713.825000', '092714.285000', '092714.745000', '092715.205000', '092715.665000', '092716.125000', '092716.585000', '092717.045000', '092717.505000', '092717.965000', '092718.425000', '092718.885000', '092719.345000', '092719.805000', '092720.265000', '092720.725000', '092721.185000', '092721.645000', '092722.105000', '092722.565000', '092723.025000', '092723.485000', '092723.945000', '092724.405000', '092724.865000', '092725.325000', '092725.785000', '092726.245000', '092726.705000'], 'ContentTime': ['092055.088000', '092055.092000', '092055.094000', '092055.097000', '092055.112000', '092055.115000', '092055.117000', '092055.120000', '092055.123000', '092055.126000', '092055.129000', '092055.131000', '092055.137000', '092055.140000', '092055.143000', '092055.146000', '092055.148000', '092115.052000', '092115.055000', '092115.064000', '092115.067000', '092115.069000', '092115.072000', '092115.075000', '092115.078000', '092115.081000', '092115.083000', '092115.086000', '092115.089000', '092115.092000', '092115.094000', '092115.097000', '092115.100000', '092115.103000', '092115.106000', '092115.108000', '092115.111000', '092115.114000', '092115.117000', '092115.120000', '092115.128000', '092115.130000', '092115.133000', '092115.136000', '092115.139000', '092115.141000', '092115.144000', '092115.147000', '092115.150000', '092115.153000', '092115.155000', '092115.158000', '092115.161000', '092115.164000', '092115.167000', '092115.169000', '092115.172000', '092115.175000', '092115.178000', '092115.180000', '092115.183000', '092135.052000', '092135.055000', '092135.058000', '092135.060000', '092135.063000', '092135.066000', '092135.069000', '092135.071000', '092135.074000', '092135.077000', '092135.080000', '092135.082000', '092135.085000', '092135.088000', '092135.091000', '092135.094000', '092135.096000', '092135.099000', '092135.102000', '092135.105000', '092135.107000', '092135.110000', '092135.113000', '092135.116000', '092135.118000', '092135.121000', '092135.124000', '092135.127000', '092135.130000', '092135.132000', '092135.135000', '092135.138000', '092135.141000', '092135.143000', '092135.146000', '092135.149000', '092135.152000', '092135.165000', '092135.168000', '092135.170000', '092135.173000', '092135.176000', '092135.179000', '092155.052000', '092155.055000', '092155.057000', '092155.060000', '092155.063000', '092155.066000', '092155.068000', '092155.071000', '092155.074000', '092155.077000', '092155.080000', '092155.082000', '092155.085000', '092155.088000', '092155.091000', '092155.094000', '092155.096000', '092155.099000', '092155.102000', '092155.105000', '092155.107000', '092155.110000', '092155.113000', '092155.116000', '092155.119000', '092155.122000', '092155.125000', '092155.127000', '092155.130000', '092155.133000', '092155.136000', '092155.138000', '092155.141000', '092155.144000', '092155.147000', '092155.149000', '092155.152000', '092155.155000', '092155.158000', '092155.161000', '092155.164000', '092155.166000', '092155.169000', '092155.172000', '092215.052000', '092215.055000', '092215.057000', '092215.060000', '092215.063000', '092215.066000', '092215.069000', '092215.071000', '092215.074000', '092215.077000', '092215.080000', '092215.082000', '092215.085000', '092215.088000', '092215.091000', '092215.094000', '092215.097000', '092215.099000', '092215.102000', '092215.105000', '092215.108000', '092215.111000', '092215.113000', '092215.116000', '092215.119000', '092215.122000', '092215.127000', '092215.130000', '092215.133000', '092215.136000', '092215.138000', '092215.141000', '092215.144000', '092215.147000', '092215.150000', '092215.152000', '092215.155000', '092215.158000', '092215.161000', '092215.164000', '092215.167000', '092215.170000', '092215.172000', '092235.052000', '092235.055000', '092235.057000', '092235.060000', '092235.063000', '092235.066000', '092235.069000', '092235.072000', '092235.074000', '092235.077000', '092235.080000', '092235.083000', '092235.085000', '092235.088000', '092235.091000', '092235.094000', '092235.097000', '092235.099000', '092235.102000', '092235.105000', '092235.108000', '092235.111000', '092235.113000', '092235.116000', '092235.119000', '092235.122000', '092235.124000', '092235.127000', '092235.130000', '092235.133000', '092235.136000', '092235.139000', '092235.141000', '092235.144000', '092235.147000', '092235.150000', '092235.153000', '092235.155000', '092235.158000', '092235.161000', '092235.164000', '092235.166000', '092235.169000', '092235.172000', '092255.052000', '092255.055000', '092255.057000', '092255.060000', '092255.063000', '092255.066000', '092255.069000', '092255.072000', '092255.075000', '092255.077000', '092255.080000', '092255.083000', '092255.086000', '092255.088000', '092255.091000', '092255.094000', '092255.097000', '092255.103000', '092255.106000', '092255.108000', '092255.111000', '092255.114000', '092255.117000', '092255.120000', '092255.122000', '092255.125000', '092255.128000', '092255.131000', '092255.133000', '092255.136000', '092255.139000', '092255.142000', '092255.145000', '092255.147000', '092255.150000', '092255.153000', '092255.156000', '092255.159000', '092255.161000', '092255.164000', '092255.167000', '092255.170000', '092255.173000', '092315.052000', '092315.055000', '092315.057000', '092315.060000', '092315.063000', '092315.066000', '092315.069000', '092315.072000', '092315.074000', '092315.077000', '092315.080000', '092315.083000', '092315.085000', '092315.088000', '092315.091000', '092315.094000', '092315.096000', '092315.099000', '092315.102000', '092315.105000', '092315.108000', '092315.110000', '092315.113000', '092315.116000', '092315.119000', '092315.122000', '092315.124000', '092315.127000', '092315.130000', '092315.133000', '092315.135000', '092315.138000', '092315.141000', '092315.155000', '092315.158000', '092315.161000', '092315.164000', '092315.166000', '092315.169000', '092315.172000', '092315.175000', '092315.178000', '092315.180000', '092315.183000', '092335.052000', '092335.055000', '092335.058000', '092335.061000', '092335.063000', '092335.066000', '092335.069000', '092335.072000', '092335.075000', '092335.077000', '092335.080000', '092335.083000', '092335.086000', '092335.088000', '092335.091000', '092335.094000', '092335.097000', '092335.100000', '092335.102000', '092335.105000', '092335.108000', '092335.111000', '092335.114000', '092335.116000', '092335.119000', '092335.122000', '092335.125000', '092335.128000', '092335.130000', '092335.133000', '092335.143000', '092335.146000', '092335.148000', '092335.151000', '092335.154000', '092335.157000', '092335.160000', '092335.162000', '092335.165000', '092335.168000', '092335.171000', '092335.174000', '092335.176000', '092355.052000', '092355.055000', '092355.058000', '092355.061000', '092355.064000', '092355.066000', '092355.069000', '092355.072000', '092355.075000', '092355.078000', '092355.080000', '092355.083000', '092355.086000', '092355.089000', '092355.092000', '092355.094000', '092355.097000', '092355.100000', '092355.103000', '092355.106000', '092355.109000', '092355.111000', '092355.114000', '092355.117000', '092355.120000', '092355.122000', '092355.125000', '092355.128000', '092355.131000', '092355.134000', '092355.137000', '092355.140000', '092355.142000', '092355.145000', '092355.148000', '092355.151000', '092355.154000', '092355.157000', '092355.159000', '092355.162000', '092355.165000', '092355.168000', '092355.170000', '092415.052000', '092415.055000', '092415.058000', '092415.060000', '092415.063000', '092415.066000', '092415.069000', '092415.072000', '092415.074000', '092415.077000', '092415.080000', '092415.083000', '092415.085000', '092415.088000', '092415.091000', '092415.094000', '092415.097000', '092415.099000', '092415.102000', '092415.113000', '092415.116000', '092415.119000', '092415.121000', '092415.124000', '092415.127000', '092415.130000', '092415.133000', '092415.135000', '092415.138000', '092415.141000', '092415.144000', '092415.147000', '092415.149000', '092415.152000', '092415.155000', '092415.158000', '092415.161000', '092415.164000', '092415.167000', '092415.169000', '092415.172000', '092415.175000', '092415.178000', '092415.181000', '092435.052000', '092435.055000', '092435.058000', '092435.060000', '092435.063000', '092435.066000', '092435.070000', '092435.073000', '092435.076000', '092435.079000', '092435.082000', '092435.085000', '092435.088000', '092435.090000', '092435.093000', '092435.096000', '092435.099000', '092435.102000', '092435.104000', '092435.107000', '092435.110000', '092435.113000', '092435.116000', '092435.118000', '092435.121000', '092435.124000', '092435.127000', '092435.129000', '092435.132000', '092435.135000', '092435.138000', '092435.141000', '092435.143000', '092435.146000', '092435.149000', '092435.152000', '092435.155000', '092435.158000', '092435.160000', '092435.163000', '092435.166000', '092435.169000', '092435.171000', '092455.052000', '092455.055000', '092455.058000', '092455.061000', '092455.063000', '092455.066000', '092455.069000', '092455.072000', '092455.075000', '092455.077000', '092455.080000', '092455.083000', '092455.086000', '092455.089000', '092455.091000', '092455.100000', '092455.103000', '092455.106000', '092455.109000', '092455.111000', '092455.114000', '092455.117000', '092455.120000', '092455.123000', '092455.125000', '092455.128000', '092455.131000', '092455.134000', '092455.136000', '092455.139000', '092455.142000', '092455.145000', '092455.148000', '092455.150000', '092455.153000', '092455.156000', '092455.159000', '092455.162000', '092455.164000', '092455.167000', '092455.170000', '092455.173000', '092455.176000', '092455.179000', '092515.052000', '092515.055000', '092515.058000', '092515.061000', '092515.063000', '092515.066000', '092515.069000', '092515.072000', '092515.075000', '092515.077000', '092515.080000', '092515.084000', '092515.087000', '092515.090000', '092515.092000', '092515.095000', '092515.098000', '092515.101000', '092515.104000', '092515.107000', '092515.109000', '092515.112000', '092515.115000', '092515.118000', '092515.120000', '092515.123000', '092515.126000', '092515.129000', '092515.132000', '092515.135000', '092515.137000', '092515.140000', '092515.143000', '092515.146000', '092515.149000', '092515.151000', '092515.154000', '092515.157000', '092515.160000', '092515.163000', '092515.165000', '092515.168000', '092515.171000', '092535.052000', '092535.055000', '092535.058000', '092535.060000', '092535.063000', '092535.066000', '092535.069000', '092535.072000', '092535.074000', '092535.077000', '092535.080000', '092535.083000', '092535.086000', '092535.089000', '092535.092000', '092535.095000', '092535.097000', '092535.100000', '092535.103000', '092535.106000', '092535.108000', '092535.111000', '092535.114000', '092535.117000', '092535.120000', '092535.122000', '092535.125000', '092535.128000', '092535.131000', '092535.134000', '092535.136000', '092535.139000', '092535.142000', '092535.145000', '092535.148000', '092535.150000', '092535.153000', '092535.156000', '092535.159000', '092535.162000', '092535.165000', '092535.167000', '092535.170000', '092535.173000', '092555.052000', '092555.055000', '092555.058000', '092555.060000', '092555.063000', '092555.066000', '092555.069000', '092555.072000', '092555.074000', '092555.077000', '092555.080000', '092555.083000', '092555.086000', '092555.089000', '092555.091000', '092555.094000', '092555.097000', '092555.100000', '092555.103000', '092555.105000', '092555.108000', '092555.111000', '092555.114000', '092555.117000', '092555.123000', '092555.126000', '092555.129000', '092555.132000', '092555.134000', '092555.137000', '092555.140000', '092555.143000', '092555.146000', '092555.148000', '092555.151000', '092555.154000', '092555.157000', '092555.160000', '092555.162000', '092555.165000', '092555.168000', '092555.171000', '092555.174000', '092615.052000', '092615.055000', '092615.058000', '092615.060000', '092615.063000', '092615.066000', '092615.069000', '092615.072000', '092615.074000', '092615.077000', '092615.080000', '092615.083000', '092615.086000', '092615.088000', '092615.091000', '092615.094000', '092615.097000', '092615.100000', '092615.102000', '092615.105000', '092615.108000', '092615.111000', '092615.113000', '092615.116000', '092615.119000', '092615.136000', '092615.139000', '092615.142000', '092615.144000', '092615.147000', '092615.150000', '092615.153000', '092615.156000', '092615.159000', '092615.161000', '092615.164000', '092615.167000', '092615.170000', '092615.173000', '092615.184000', '092615.186000', '092615.189000', '092615.192000', '092615.195000', '092635.052000', '092635.055000', '092635.058000', '092635.061000', '092635.063000', '092635.067000', '092635.070000', '092635.073000', '092635.075000', '092635.078000', '092635.081000', '092635.084000', '092635.087000', '092635.091000', '092635.093000', '092635.096000', '092635.099000', '092635.102000', '092635.105000', '092635.108000', '092635.111000', '092635.114000', '092635.116000', '092635.119000', '092635.122000', '092635.125000', '092635.128000', '092635.131000', '092635.134000', '092635.136000', '092635.139000', '092635.142000', '092635.145000', '092635.148000', '092635.151000', '092635.154000', '092635.157000', '092635.159000', '092635.162000', '092635.165000', '092635.168000', '092635.171000', '092635.173000', '092655.052000', '092655.055000', '092655.058000', '092655.061000', '092655.063000', '092655.066000', '092655.069000', '092655.072000', '092655.074000', '092655.077000', '092655.080000', '092655.083000', '092655.086000', '092655.089000', '092655.091000', '092655.094000', '092655.097000', '092655.100000', '092655.103000', '092655.106000', '092655.108000', '092655.111000', '092655.115000', '092655.118000', '092655.121000', '092655.124000', '092655.127000', '092655.129000', '092655.132000', '092655.135000', '092655.138000', '092655.141000', '092655.144000', '092655.146000', '092655.149000', '092655.152000', '092655.155000', '092655.158000', '092655.160000', '092655.163000', '092655.166000', '092655.169000', '092655.172000', '092655.174000', '092715.052000', '092715.055000', '092715.058000', '092715.061000', '092715.063000', '092715.066000', '092715.069000', '092715.072000', '092715.075000', '092715.077000', '092715.080000', '092715.083000', '092715.086000', '092715.088000', '092715.091000', '092715.094000', '092715.097000', '092715.100000', '092715.102000', '092715.105000', '092715.108000', '092715.111000', '092715.114000', '092715.116000', '092715.119000', '092715.122000', '092715.125000', '092715.128000', '092715.130000', '092715.133000', '092715.136000', '092715.139000', '092715.142000', '092715.144000', '092715.147000', '092715.150000', '092715.153000', '092715.156000', '092715.159000', '092715.162000', '092715.165000', '092715.167000', '092715.170000', '092728.077000', '092728.080000', '092728.083000', '092728.086000', '092728.089000', '092728.092000', '092728.096000', '092728.099000', '092728.102000', '092728.105000', '092728.109000', '092728.112000', '092728.115000', '092728.118000', '092728.121000', '092728.124000', '092728.127000', '092728.130000', '092728.132000', '092728.135000', '092728.138000', '092728.141000', '092728.144000', '092728.147000', '092728.150000', '092728.153000', '092728.156000', '092728.159000', '092728.206000'], 'InstanceCreationTime': ['092055.088000', '092055.092000', '092055.094000', '092055.097000', '092055.112000', '092055.115000', '092055.117000', '092055.120000', '092055.123000', '092055.126000', '092055.129000', '092055.131000', '092055.137000', '092055.140000', '092055.143000', '092055.146000', '092055.148000', '092115.052000', '092115.055000', '092115.064000', '092115.067000', '092115.069000', '092115.072000', '092115.075000', '092115.078000', '092115.081000', '092115.083000', '092115.086000', '092115.089000', '092115.092000', '092115.094000', '092115.097000', '092115.100000', '092115.103000', '092115.106000', '092115.108000', '092115.111000', '092115.114000', '092115.117000', '092115.120000', '092115.128000', '092115.130000', '092115.133000', '092115.136000', '092115.139000', '092115.141000', '092115.144000', '092115.147000', '092115.150000', '092115.153000', '092115.155000', '092115.158000', '092115.161000', '092115.164000', '092115.167000', '092115.169000', '092115.172000', '092115.175000', '092115.178000', '092115.180000', '092115.183000', '092135.052000', '092135.055000', '092135.058000', '092135.060000', '092135.063000', '092135.066000', '092135.069000', '092135.071000', '092135.074000', '092135.077000', '092135.080000', '092135.082000', '092135.085000', '092135.088000', '092135.091000', '092135.094000', '092135.096000', '092135.099000', '092135.102000', '092135.105000', '092135.107000', '092135.110000', '092135.113000', '092135.116000', '092135.118000', '092135.121000', '092135.124000', '092135.127000', '092135.130000', '092135.132000', '092135.135000', '092135.138000', '092135.141000', '092135.143000', '092135.146000', '092135.149000', '092135.152000', '092135.165000', '092135.168000', '092135.170000', '092135.173000', '092135.176000', '092135.179000', '092155.052000', '092155.055000', '092155.057000', '092155.060000', '092155.063000', '092155.066000', '092155.068000', '092155.071000', '092155.074000', '092155.077000', '092155.080000', '092155.082000', '092155.085000', '092155.088000', '092155.091000', '092155.094000', '092155.096000', '092155.099000', '092155.102000', '092155.105000', '092155.107000', '092155.110000', '092155.113000', '092155.116000', '092155.119000', '092155.122000', '092155.125000', '092155.127000', '092155.130000', '092155.133000', '092155.136000', '092155.138000', '092155.141000', '092155.144000', '092155.147000', '092155.149000', '092155.152000', '092155.155000', '092155.158000', '092155.161000', '092155.164000', '092155.166000', '092155.169000', '092155.172000', '092215.052000', '092215.055000', '092215.057000', '092215.060000', '092215.063000', '092215.066000', '092215.069000', '092215.071000', '092215.074000', '092215.077000', '092215.080000', '092215.082000', '092215.085000', '092215.088000', '092215.091000', '092215.094000', '092215.097000', '092215.099000', '092215.102000', '092215.105000', '092215.108000', '092215.111000', '092215.113000', '092215.116000', '092215.119000', '092215.122000', '092215.127000', '092215.130000', '092215.133000', '092215.136000', '092215.138000', '092215.141000', '092215.144000', '092215.147000', '092215.150000', '092215.152000', '092215.155000', '092215.158000', '092215.161000', '092215.164000', '092215.167000', '092215.170000', '092215.172000', '092235.052000', '092235.055000', '092235.057000', '092235.060000', '092235.063000', '092235.066000', '092235.069000', '092235.072000', '092235.074000', '092235.077000', '092235.080000', '092235.083000', '092235.085000', '092235.088000', '092235.091000', '092235.094000', '092235.097000', '092235.099000', '092235.102000', '092235.105000', '092235.108000', '092235.111000', '092235.113000', '092235.116000', '092235.119000', '092235.122000', '092235.124000', '092235.127000', '092235.130000', '092235.133000', '092235.136000', '092235.139000', '092235.141000', '092235.144000', '092235.147000', '092235.150000', '092235.153000', '092235.155000', '092235.158000', '092235.161000', '092235.164000', '092235.166000', '092235.169000', '092235.172000', '092255.052000', '092255.055000', '092255.057000', '092255.060000', '092255.063000', '092255.066000', '092255.069000', '092255.072000', '092255.075000', '092255.077000', '092255.080000', '092255.083000', '092255.086000', '092255.088000', '092255.091000', '092255.094000', '092255.097000', '092255.103000', '092255.106000', '092255.108000', '092255.111000', '092255.114000', '092255.117000', '092255.120000', '092255.122000', '092255.125000', '092255.128000', '092255.131000', '092255.133000', '092255.136000', '092255.139000', '092255.142000', '092255.145000', '092255.147000', '092255.150000', '092255.153000', '092255.156000', '092255.159000', '092255.161000', '092255.164000', '092255.167000', '092255.170000', '092255.173000', '092315.052000', '092315.055000', '092315.057000', '092315.060000', '092315.063000', '092315.066000', '092315.069000', '092315.072000', '092315.074000', '092315.077000', '092315.080000', '092315.083000', '092315.085000', '092315.088000', '092315.091000', '092315.094000', '092315.096000', '092315.099000', '092315.102000', '092315.105000', '092315.108000', '092315.110000', '092315.113000', '092315.116000', '092315.119000', '092315.122000', '092315.124000', '092315.127000', '092315.130000', '092315.133000', '092315.135000', '092315.138000', '092315.141000', '092315.155000', '092315.158000', '092315.161000', '092315.164000', '092315.166000', '092315.169000', '092315.172000', '092315.175000', '092315.178000', '092315.180000', '092315.183000', '092335.052000', '092335.055000', '092335.058000', '092335.061000', '092335.063000', '092335.066000', '092335.069000', '092335.072000', '092335.075000', '092335.077000', '092335.080000', '092335.083000', '092335.086000', '092335.088000', '092335.091000', '092335.094000', '092335.097000', '092335.100000', '092335.102000', '092335.105000', '092335.108000', '092335.111000', '092335.114000', '092335.116000', '092335.119000', '092335.122000', '092335.125000', '092335.128000', '092335.130000', '092335.133000', '092335.143000', '092335.146000', '092335.148000', '092335.151000', '092335.154000', '092335.157000', '092335.160000', '092335.162000', '092335.165000', '092335.168000', '092335.171000', '092335.174000', '092335.176000', '092355.052000', '092355.055000', '092355.058000', '092355.061000', '092355.064000', '092355.066000', '092355.069000', '092355.072000', '092355.075000', '092355.078000', '092355.080000', '092355.083000', '092355.086000', '092355.089000', '092355.092000', '092355.094000', '092355.097000', '092355.100000', '092355.103000', '092355.106000', '092355.109000', '092355.111000', '092355.114000', '092355.117000', '092355.120000', '092355.122000', '092355.125000', '092355.128000', '092355.131000', '092355.134000', '092355.137000', '092355.140000', '092355.142000', '092355.145000', '092355.148000', '092355.151000', '092355.154000', '092355.157000', '092355.159000', '092355.162000', '092355.165000', '092355.168000', '092355.170000', '092415.052000', '092415.055000', '092415.058000', '092415.060000', '092415.063000', '092415.066000', '092415.069000', '092415.072000', '092415.074000', '092415.077000', '092415.080000', '092415.083000', '092415.085000', '092415.088000', '092415.091000', '092415.094000', '092415.097000', '092415.099000', '092415.102000', '092415.113000', '092415.116000', '092415.119000', '092415.121000', '092415.124000', '092415.127000', '092415.130000', '092415.133000', '092415.135000', '092415.138000', '092415.141000', '092415.144000', '092415.147000', '092415.149000', '092415.152000', '092415.155000', '092415.158000', '092415.161000', '092415.164000', '092415.167000', '092415.169000', '092415.172000', '092415.175000', '092415.178000', '092415.181000', '092435.052000', '092435.055000', '092435.058000', '092435.060000', '092435.063000', '092435.066000', '092435.070000', '092435.073000', '092435.076000', '092435.079000', '092435.082000', '092435.085000', '092435.088000', '092435.090000', '092435.093000', '092435.096000', '092435.099000', '092435.102000', '092435.104000', '092435.107000', '092435.110000', '092435.113000', '092435.116000', '092435.118000', '092435.121000', '092435.124000', '092435.127000', '092435.129000', '092435.132000', '092435.135000', '092435.138000', '092435.141000', '092435.143000', '092435.146000', '092435.149000', '092435.152000', '092435.155000', '092435.158000', '092435.160000', '092435.163000', '092435.166000', '092435.169000', '092435.171000', '092455.052000', '092455.055000', '092455.058000', '092455.061000', '092455.063000', '092455.066000', '092455.069000', '092455.072000', '092455.075000', '092455.077000', '092455.080000', '092455.083000', '092455.086000', '092455.089000', '092455.091000', '092455.100000', '092455.103000', '092455.106000', '092455.109000', '092455.111000', '092455.114000', '092455.117000', '092455.120000', '092455.123000', '092455.125000', '092455.128000', '092455.131000', '092455.134000', '092455.136000', '092455.139000', '092455.142000', '092455.145000', '092455.148000', '092455.150000', '092455.153000', '092455.156000', '092455.159000', '092455.162000', '092455.164000', '092455.167000', '092455.170000', '092455.173000', '092455.176000', '092455.179000', '092515.052000', '092515.055000', '092515.058000', '092515.061000', '092515.063000', '092515.066000', '092515.069000', '092515.072000', '092515.075000', '092515.077000', '092515.080000', '092515.084000', '092515.087000', '092515.090000', '092515.092000', '092515.095000', '092515.098000', '092515.101000', '092515.104000', '092515.107000', '092515.109000', '092515.112000', '092515.115000', '092515.118000', '092515.120000', '092515.123000', '092515.126000', '092515.129000', '092515.132000', '092515.135000', '092515.137000', '092515.140000', '092515.143000', '092515.146000', '092515.149000', '092515.151000', '092515.154000', '092515.157000', '092515.160000', '092515.163000', '092515.165000', '092515.168000', '092515.171000', '092535.052000', '092535.055000', '092535.058000', '092535.060000', '092535.063000', '092535.066000', '092535.069000', '092535.072000', '092535.074000', '092535.077000', '092535.080000', '092535.083000', '092535.086000', '092535.089000', '092535.092000', '092535.095000', '092535.097000', '092535.100000', '092535.103000', '092535.106000', '092535.108000', '092535.111000', '092535.114000', '092535.117000', '092535.120000', '092535.122000', '092535.125000', '092535.128000', '092535.131000', '092535.134000', '092535.136000', '092535.139000', '092535.142000', '092535.145000', '092535.148000', '092535.150000', '092535.153000', '092535.156000', '092535.159000', '092535.162000', '092535.165000', '092535.167000', '092535.170000', '092535.173000', '092555.052000', '092555.055000', '092555.058000', '092555.060000', '092555.063000', '092555.066000', '092555.069000', '092555.072000', '092555.074000', '092555.077000', '092555.080000', '092555.083000', '092555.086000', '092555.089000', '092555.091000', '092555.094000', '092555.097000', '092555.100000', '092555.103000', '092555.105000', '092555.108000', '092555.111000', '092555.114000', '092555.117000', '092555.123000', '092555.126000', '092555.129000', '092555.132000', '092555.134000', '092555.137000', '092555.140000', '092555.143000', '092555.146000', '092555.148000', '092555.151000', '092555.154000', '092555.157000', '092555.160000', '092555.162000', '092555.165000', '092555.168000', '092555.171000', '092555.174000', '092615.052000', '092615.055000', '092615.058000', '092615.060000', '092615.063000', '092615.066000', '092615.069000', '092615.072000', '092615.074000', '092615.077000', '092615.080000', '092615.083000', '092615.086000', '092615.088000', '092615.091000', '092615.094000', '092615.097000', '092615.100000', '092615.102000', '092615.105000', '092615.108000', '092615.111000', '092615.113000', '092615.116000', '092615.119000', '092615.136000', '092615.139000', '092615.142000', '092615.144000', '092615.147000', '092615.150000', '092615.153000', '092615.156000', '092615.159000', '092615.161000', '092615.164000', '092615.167000', '092615.170000', '092615.173000', '092615.184000', '092615.186000', '092615.189000', '092615.192000', '092615.195000', '092635.052000', '092635.055000', '092635.058000', '092635.061000', '092635.063000', '092635.067000', '092635.070000', '092635.073000', '092635.075000', '092635.078000', '092635.081000', '092635.084000', '092635.087000', '092635.091000', '092635.093000', '092635.096000', '092635.099000', '092635.102000', '092635.105000', '092635.108000', '092635.111000', '092635.114000', '092635.116000', '092635.119000', '092635.122000', '092635.125000', '092635.128000', '092635.131000', '092635.134000', '092635.136000', '092635.139000', '092635.142000', '092635.145000', '092635.148000', '092635.151000', '092635.154000', '092635.157000', '092635.159000', '092635.162000', '092635.165000', '092635.168000', '092635.171000', '092635.173000', '092655.052000', '092655.055000', '092655.058000', '092655.061000', '092655.063000', '092655.066000', '092655.069000', '092655.072000', '092655.074000', '092655.077000', '092655.080000', '092655.083000', '092655.086000', '092655.089000', '092655.091000', '092655.094000', '092655.097000', '092655.100000', '092655.103000', '092655.106000', '092655.108000', '092655.111000', '092655.115000', '092655.118000', '092655.121000', '092655.124000', '092655.127000', '092655.129000', '092655.132000', '092655.135000', '092655.138000', '092655.141000', '092655.144000', '092655.146000', '092655.149000', '092655.152000', '092655.155000', '092655.158000', '092655.160000', '092655.163000', '092655.166000', '092655.169000', '092655.172000', '092655.174000', '092715.052000', '092715.055000', '092715.058000', '092715.061000', '092715.063000', '092715.066000', '092715.069000', '092715.072000', '092715.075000', '092715.077000', '092715.080000', '092715.083000', '092715.086000', '092715.088000', '092715.091000', '092715.094000', '092715.097000', '092715.100000', '092715.102000', '092715.105000', '092715.108000', '092715.111000', '092715.114000', '092715.116000', '092715.119000', '092715.122000', '092715.125000', '092715.128000', '092715.130000', '092715.133000', '092715.136000', '092715.139000', '092715.142000', '092715.144000', '092715.147000', '092715.150000', '092715.153000', '092715.156000', '092715.159000', '092715.162000', '092715.165000', '092715.167000', '092715.170000', '092728.077000', '092728.080000', '092728.083000', '092728.086000', '092728.089000', '092728.092000', '092728.096000', '092728.099000', '092728.102000', '092728.105000', '092728.109000', '092728.112000', '092728.115000', '092728.118000', '092728.121000', '092728.124000', '092728.127000', '092728.130000', '092728.132000', '092728.135000', '092728.138000', '092728.141000', '092728.144000', '092728.147000', '092728.150000', '092728.153000', '092728.156000', '092728.159000', '092728.206000'], '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': [13905, 21424, 13706, 21520, 14911, 13072, 15002, 11814, 18999, 12841, 21324, 12550, 21598, 14133, 21503, 16267, 21885, 13487, 17915, 14125, 14658, 16687, 11631, 19740, 12482, 22381, 15414, 19879, 14566, 12311, 20931, 12534, 22649, 15827, 22574, 15435, 13205, 18608, 12350, 22244, 15375, 22125, 14825, 11470, 19239, 13026, 23362, 16472, 12152, 19611, 12818, 23309, 16260, 12248, 21364, 16095, 12954, 21126, 14538, 20198, 16151, 11480, 25136, 17296, 11972, 20489, 17418, 12085, 24178, 17385, 12966, 19382, 12584, 22789, 17430, 11979, 20246, 16076, 14389, 20342, 12486, 22513, 17004, 24104, 16550, 14700, 18026, 12521, 23039, 17279, 22135, 15557, 12362, 20060, 12774, 23202, 13827, 22530, 14126, 21025, 12637, 20386, 13008, 20750, 12620, 20341, 12575, 20869, 12566, 20997, 12329, 21293, 13380, 21857, 13343, 20191, 12162, 19242, 12487, 21545, 12947, 19956, 12241, 20725, 12961, 21370, 12330, 21025, 12284, 20350, 14496, 20214, 14836, 12246, 16796, 16206, 15935, 23643, 16868, 19839, 14528, 18736, 12569, 18184, 11801, 17693, 11330, 19638, 12264, 19820, 11683, 19842, 12259, 21077, 12815, 19823, 12049, 18440, 13442, 18649, 19324, 16059, 23052, 14859, 22813, 16984, 19513, 14609, 18621, 12475, 18521, 12258, 17313, 11174, 18236, 11746, 19854, 11671, 19373, 12195, 21390, 13237, 18963, 11852, 16643, 17018, 15939, 20337, 13737, 22031, 15680, 19672, 15235, 18130, 12075, 18036, 11664, 17949, 11967, 16120, 23051, 14715, 20608, 15828, 17724, 11838, 19572, 13971, 19269, 14419, 15354, 14554, 23160, 15064, 20589, 14943, 17782, 12354, 16127, 18567, 13582, 23216, 14982, 17343, 12725, 17958, 12671, 18725, 12455, 18017, 11676, 18185, 11744, 19857, 12192, 19304, 12476, 19919, 12651, 18523, 11743, 18907, 12231, 17846, 10976, 17475, 14100, 16343, 13785, 15575, 16747, 15646, 18639, 15354, 17180, 13975, 19996, 15235, 20225, 15185, 19866, 15577, 18682, 14184, 19055, 12542, 19124, 12815, 20162, 12085, 17937, 13937, 17706, 14382, 12051, 19874, 11911, 18765, 12640, 17350, 13069, 16657, 11984, 17536, 12832, 16865, 11242, 17703, 11612, 20340, 12180, 18912, 11785, 19990, 12882, 18974, 11544, 18409, 11970, 19614, 12691, 19792, 13084, 19870, 12757, 19741, 12412, 18966, 12200, 20094, 12787, 18474, 12236, 17222, 16097, 15970, 18449, 13856, 22403, 15096, 20328, 15949, 18088, 12829, 17682, 11693, 13750, 15556, 13864, 18421, 13117, 17404, 14084, 17284, 13549, 19240, 14879, 18475, 14626, 19264, 14199, 19027, 14395, 18199, 13416, 10828, 21037, 15608, 15883, 13422, 14154, 16496, 17791, 14523, 16628, 13863, 20336, 14643, 18045, 13472, 17108, 13306, 15178, 13981, 13392, 15737, 16067, 15877, 14100, 16090, 13444, 16098, 19497, 14143, 19390, 13668, 19742, 14637, 18341, 13900, 20017, 12599, 16709, 13224, 18506, 14172, 18755, 14035, 17096, 13115, 16765, 11404, 17123, 11128, 16561, 11312, 19090, 12706, 18275, 12305, 16920, 12283, 15550, 13248, 16102, 14198, 16583, 14875, 17007, 12252, 16930, 12454, 18287, 14361, 17089, 14482, 15216, 23001, 15160, 19495, 15746, 18286, 14252, 17748, 12548, 17715, 11782, 16970, 11721, 15660, 17027, 15039, 20391, 14476, 19451, 14651, 17683, 15101, 17960, 14036, 18444, 14220, 18152, 14355, 18612, 14299, 17292, 13363, 18715, 14454, 18663, 14278, 20063, 12005, 17911, 11000, 17482, 11212, 16063, 10811, 14790, 11806, 18038, 13152, 18349, 11638, 15572, 11719, 20852, 13768, 21307, 14989, 11824, 20298, 14771, 21178, 12861, 15568, 11802, 14231, 10386, 15075, 13027, 17312, 11817, 16975, 11359, 20198, 13751, 18049, 13580, 20874, 14358, 12036, 14534, 12781, 18043, 12132, 18916, 11022, 19042, 11500, 19833, 12265, 16234, 17952, 13853, 21475, 16408, 18557, 13319, 17463, 12957, 17713, 13132, 17875, 13108, 18440, 14374, 19080, 11445, 17917, 13019, 15397, 20800, 12936, 20683, 16235, 18511, 12074, 16391, 11001, 16375, 13731, 14858, 21988, 13817, 19919, 15555, 17782, 11630, 16363, 12278, 14090, 23265, 15073, 18728, 11933, 16237, 12509, 12943, 21290, 14632, 18136, 11802, 16267, 11129, 15685, 19021, 13812, 21379, 15002, 18490, 14385, 17634, 11654, 15656, 11519, 14322, 23068, 15029, 18335, 15045, 16517, 11570, 16152, 11098, 14935, 20339, 13033, 18627, 13588, 16999, 11007, 17885, 11629, 17624, 11800, 19061, 12714, 20032, 14711, 19269, 13157, 14157, 22089, 13560, 17948, 13751, 16619, 11173, 15229, 11425, 13085, 18542, 13541, 22011, 15693, 17526, 13867, 17252, 12237, 17038, 11548, 15964, 11543, 14914, 23384, 14735, 18387, 14235, 17359, 11833, 17318, 12249, 13663, 21989, 13014, 18941, 14654, 17009, 11534, 15941, 13688, 13645, 22120, 15702, 18023, 12257, 16158, 11098, 15504, 11276, 14664, 19971, 14654, 22237, 15258, 19382, 15044, 17726, 12317, 15408, 10842, 14326, 18964, 14067, 20834, 15830, 17730, 11636, 16863, 11896, 15697, 18294, 12417, 20699, 14629, 18196, 12163, 14907, 22813, 12889, 18643, 12421, 16413, 11690, 13092, 21855, 14543, 17463, 11905, 13685, 18494, 11757, 18661, 12549, 17078, 12338, 13069, 21518, 13327, 17935, 10993, 14893, 14785, 11350, 19758, 14797, 17090, 11515, 16811, 10747, 17257, 12202, 19184, 14731, 18772, 11620, 14032, 22135, 12986, 18302, 12181, 15643, 10788, 11841, 19381, 12596, 17802, 13321, 15068, 11215, 16619, 13557, 14837, 12985, 14348, 20191, 14566, 21537, 13809, 21253, 16433, 18082, 14415, 18702, 11693, 17209, 11319, 13708, 17844, 12285, 21333, 16363, 18106, 11561, 16480, 12298, 14327, 24491, 14541, 18904, 11632, 17221, 12656, 13591, 23760, 12100, 18147, 12048, 16775, 10956, 12311, 20926, 13476, 18403, 11906, 14932, 14662, 11928, 21183, 14174, 16557, 11037, 12433, 21128, 14608, 17673, 11777, 15115, 17036, 11848, 19893, 14302, 16665, 11249, 15161, 18563, 12615, 19466, 12296, 16965, 11265, 13640, 21006, 11803, 19579, 15001, 17189, 11849, 17607, 13076, 18374, 13605, 21263, 14027, 20414, 11875, 16463, 15726, 13227, 22810, 16717, 17634, 11887, 15629, 11798, 13502, 23174, 14177, 17480, 13047, 16668, 11350, 16984, 11099, 14451, 11230, 14170, 19452, 14495, 22426, 14009, 20381, 15056, 18683, 14510, 16451, 11777, 16453, 10899, 16845, 13869, 14293, 20949, 12345, 21452, 14488, 20282, 13423, 19887, 13374, 20341, 14539, 17667, 13381, 11645, 11708, 11722, 19099, 14207, 21566, 13370, 15457, 22894, 14626, 19045, 12297, 16881, 14670, 13695], 'WindowCenter': [4850.0, 4871.0, 4816.0, 4852.0, 4800.0, 4787.0, 4797.0, 4768.0, 4825.0, 4791.0, 4838.0, 4778.0, 4828.0, 4800.0, 4840.0, 4814.0, 4835.0, 4788.0, 4828.0, 4798.0, 4809.0, 4819.0, 4778.0, 4839.0, 4790.0, 4849.0, 4823.0, 4838.0, 4816.0, 4794.0, 4852.0, 4792.0, 4849.0, 4813.0, 4854.0, 4814.0, 4793.0, 4821.0, 4780.0, 4839.0, 4797.0, 4837.0, 4797.0, 4768.0, 4818.0, 4789.0, 4838.0, 4814.0, 4772.0, 4817.0, 4792.0, 4836.0, 4798.0, 4776.0, 4824.0, 4805.0, 4777.0, 4836.0, 4790.0, 4816.0, 4815.0, 4769.0, 4846.0, 4811.0, 4782.0, 4825.0, 4806.0, 4782.0, 4849.0, 4808.0, 4775.0, 4818.0, 4792.0, 4837.0, 4817.0, 4771.0, 4826.0, 4821.0, 4801.0, 4853.0, 4793.0, 4853.0, 4835.0, 4861.0, 4825.0, 4812.0, 4824.0, 4794.0, 4852.0, 4822.0, 4855.0, 4815.0, 4795.0, 4842.0, 4793.0, 4852.0, 4802.0, 4844.0, 4796.0, 4829.0, 4772.0, 4828.0, 4775.0, 4816.0, 4767.0, 4829.0, 4778.0, 4824.0, 4776.0, 4825.0, 4764.0, 4825.0, 4790.0, 4825.0, 4778.0, 4817.0, 4765.0, 4813.0, 4776.0, 4828.0, 4775.0, 4825.0, 4778.0, 4840.0, 4790.0, 4838.0, 4794.0, 4839.0, 4789.0, 4836.0, 4812.0, 4841.0, 4811.0, 4789.0, 4820.0, 4820.0, 4824.0, 4857.0, 4821.0, 4829.0, 4798.0, 4830.0, 4778.0, 4822.0, 4767.0, 4818.0, 4782.0, 4830.0, 4793.0, 4840.0, 4780.0, 4839.0, 4795.0, 4839.0, 4788.0, 4830.0, 4778.0, 4818.0, 4788.0, 4818.0, 4817.0, 4800.0, 4837.0, 4785.0, 4838.0, 4806.0, 4815.0, 4789.0, 4807.0, 4765.0, 4805.0, 4762.0, 4832.0, 4771.0, 4817.0, 4764.0, 4826.0, 4769.0, 4817.0, 4778.0, 4839.0, 4790.0, 4828.0, 4777.0, 4822.0, 4823.0, 4813.0, 4831.0, 4790.0, 4836.0, 4813.0, 4832.0, 4814.0, 4822.0, 4778.0, 4833.0, 4778.0, 4824.0, 4778.0, 4810.0, 4851.0, 4810.0, 4840.0, 4807.0, 4820.0, 4780.0, 4829.0, 4802.0, 4843.0, 4812.0, 4815.0, 4814.0, 4854.0, 4812.0, 4848.0, 4802.0, 4813.0, 4767.0, 4796.0, 4805.0, 4776.0, 4827.0, 4787.0, 4808.0, 4776.0, 4803.0, 4774.0, 4812.0, 4770.0, 4808.0, 4770.0, 4815.0, 4766.0, 4826.0, 4779.0, 4819.0, 4784.0, 4833.0, 4783.0, 4818.0, 4768.0, 4816.0, 4770.0, 4819.0, 4757.0, 4818.0, 4796.0, 4812.0, 4783.0, 4797.0, 4805.0, 4815.0, 4829.0, 4810.0, 4816.0, 4810.0, 4844.0, 4828.0, 4840.0, 4814.0, 4855.0, 4823.0, 4830.0, 4816.0, 4830.0, 4792.0, 4845.0, 4806.0, 4843.0, 4791.0, 4832.0, 4804.0, 4832.0, 4803.0, 4792.0, 4849.0, 4793.0, 4838.0, 4782.0, 4824.0, 4786.0, 4812.0, 4769.0, 4801.0, 4769.0, 4796.0, 4744.0, 4781.0, 4747.0, 4805.0, 4749.0, 4797.0, 4744.0, 4801.0, 4755.0, 4807.0, 4756.0, 4801.0, 4769.0, 4815.0, 4776.0, 4827.0, 4774.0, 4830.0, 4791.0, 4830.0, 4777.0, 4826.0, 4796.0, 4845.0, 4804.0, 4830.0, 4782.0, 4835.0, 4824.0, 4825.0, 4833.0, 4790.0, 4840.0, 4815.0, 4827.0, 4811.0, 4816.0, 4777.0, 4809.0, 4782.0, 4790.0, 4796.0, 4789.0, 4805.0, 4799.0, 4821.0, 4800.0, 4818.0, 4786.0, 4817.0, 4799.0, 4818.0, 4799.0, 4822.0, 4805.0, 4820.0, 4786.0, 4808.0, 4764.0, 4752.0, 4824.0, 4794.0, 4791.0, 4774.0, 4785.0, 4800.0, 4805.0, 4776.0, 4797.0, 4779.0, 4814.0, 4786.0, 4791.0, 4763.0, 4791.0, 4789.0, 4793.0, 4806.0, 4787.0, 4810.0, 4821.0, 4818.0, 4799.0, 4826.0, 4820.0, 4836.0, 4844.0, 4800.0, 4833.0, 4790.0, 4819.0, 4801.0, 4808.0, 4786.0, 4814.0, 4771.0, 4792.0, 4778.0, 4804.0, 4784.0, 4819.0, 4787.0, 4803.0, 4776.0, 4795.0, 4756.0, 4794.0, 4759.0, 4807.0, 4759.0, 4818.0, 4764.0, 4793.0, 4754.0, 4791.0, 4750.0, 4798.0, 4758.0, 4781.0, 4762.0, 4795.0, 4785.0, 4791.0, 4754.0, 4792.0, 4766.0, 4814.0, 4782.0, 4806.0, 4781.0, 4797.0, 4837.0, 4802.0, 4818.0, 4801.0, 4818.0, 4798.0, 4805.0, 4780.0, 4818.0, 4772.0, 4823.0, 4770.0, 4805.0, 4815.0, 4809.0, 4841.0, 4803.0, 4831.0, 4812.0, 4815.0, 4813.0, 4821.0, 4803.0, 4827.0, 4805.0, 4833.0, 4816.0, 4831.0, 4803.0, 4824.0, 4804.0, 4830.0, 4803.0, 4821.0, 4800.0, 4830.0, 4780.0, 4807.0, 4757.0, 4806.0, 4757.0, 4799.0, 4740.0, 4787.0, 4767.0, 4803.0, 4778.0, 4815.0, 4770.0, 4811.0, 4776.0, 4830.0, 4786.0, 4837.0, 4801.0, 4776.0, 4831.0, 4814.0, 4840.0, 4794.0, 4826.0, 4785.0, 4799.0, 4759.0, 4798.0, 4775.0, 4807.0, 4767.0, 4814.0, 4754.0, 4828.0, 4777.0, 4823.0, 4789.0, 4830.0, 4804.0, 4784.0, 4788.0, 4768.0, 4808.0, 4777.0, 4824.0, 4762.0, 4817.0, 4778.0, 4833.0, 4768.0, 4811.0, 4816.0, 4792.0, 4828.0, 4797.0, 4804.0, 4774.0, 4818.0, 4780.0, 4813.0, 4786.0, 4816.0, 4799.0, 4833.0, 4812.0, 4844.0, 4779.0, 4829.0, 4790.0, 4808.0, 4827.0, 4787.0, 4829.0, 4812.0, 4815.0, 4778.0, 4804.0, 4751.0, 4806.0, 4791.0, 4789.0, 4824.0, 4775.0, 4817.0, 4797.0, 4806.0, 4761.0, 4793.0, 4764.0, 4774.0, 4824.0, 4785.0, 4807.0, 4752.0, 4789.0, 4751.0, 4763.0, 4813.0, 4779.0, 4800.0, 4763.0, 4793.0, 4752.0, 4793.0, 4810.0, 4786.0, 4825.0, 4793.0, 4812.0, 4785.0, 4809.0, 4766.0, 4797.0, 4751.0, 4785.0, 4834.0, 4783.0, 4814.0, 4798.0, 4804.0, 4766.0, 4808.0, 4771.0, 4810.0, 4840.0, 4806.0, 4843.0, 4797.0, 4817.0, 4780.0, 4832.0, 4794.0, 4830.0, 4791.0, 4842.0, 4806.0, 4840.0, 4812.0, 4845.0, 4790.0, 4803.0, 4846.0, 4794.0, 4820.0, 4788.0, 4825.0, 4766.0, 4797.0, 4764.0, 4774.0, 4816.0, 4786.0, 4839.0, 4805.0, 4804.0, 4788.0, 4819.0, 4776.0, 4812.0, 4771.0, 4806.0, 4765.0, 4797.0, 4838.0, 4791.0, 4814.0, 4785.0, 4804.0, 4769.0, 4806.0, 4766.0, 4785.0, 4824.0, 4779.0, 4816.0, 4790.0, 4798.0, 4756.0, 4792.0, 4774.0, 4785.0, 4826.0, 4801.0, 4806.0, 4789.0, 4793.0, 4764.0, 4795.0, 4753.0, 4796.0, 4825.0, 4799.0, 4841.0, 4797.0, 4828.0, 4799.0, 4809.0, 4776.0, 4797.0, 4753.0, 4789.0, 4819.0, 4788.0, 4825.0, 4798.0, 4809.0, 4766.0, 4805.0, 4771.0, 4798.0, 4813.0, 4778.0, 4827.0, 4798.0, 4819.0, 4766.0, 4797.0, 4826.0, 4775.0, 4820.0, 4775.0, 4800.0, 4768.0, 4777.0, 4828.0, 4787.0, 4805.0, 4766.0, 4785.0, 4812.0, 4765.0, 4815.0, 4779.0, 4808.0, 4776.0, 4774.0, 4827.0, 4780.0, 4817.0, 4757.0, 4799.0, 4783.0, 4765.0, 4823.0, 4813.0, 4821.0, 4778.0, 4822.0, 4772.0, 4818.0, 4794.0, 4842.0, 4814.0, 4834.0, 4768.0, 4803.0, 4840.0, 4782.0, 4809.0, 4779.0, 4813.0, 4773.0, 4786.0, 4820.0, 4783.0, 4805.0, 4799.0, 4807.0, 4769.0, 4809.0, 4789.0, 4797.0, 4777.0, 4800.0, 4831.0, 4806.0, 4829.0, 4793.0, 4826.0, 4809.0, 4821.0, 4799.0, 4820.0, 4769.0, 4807.0, 4766.0, 4786.0, 4807.0, 4767.0, 4828.0, 4807.0, 4805.0, 4758.0, 4794.0, 4766.0, 4787.0, 4835.0, 4785.0, 4808.0, 4755.0, 4797.0, 4762.0, 4777.0, 4825.0, 4751.0, 4791.0, 4763.0, 4794.0, 4740.0, 4768.0, 4813.0, 4776.0, 4802.0, 4753.0, 4785.0, 4771.0, 4756.0, 4816.0, 4771.0, 4795.0, 4740.0, 4766.0, 4812.0, 4784.0, 4793.0, 4751.0, 4788.0, 4791.0, 4753.0, 4815.0, 4784.0, 4791.0, 4754.0, 4801.0, 4817.0, 4779.0, 4817.0, 4764.0, 4805.0, 4765.0, 4786.0, 4829.0, 4766.0, 4813.0, 4810.0, 4834.0, 4781.0, 4833.0, 4791.0, 4828.0, 4827.0, 4857.0, 4815.0, 4846.0, 4773.0, 4802.0, 4801.0, 4780.0, 4829.0, 4796.0, 4796.0, 4753.0, 4784.0, 4751.0, 4765.0, 4811.0, 4775.0, 4791.0, 4762.0, 4812.0, 4766.0, 4796.0, 4753.0, 4783.0, 4745.0, 4774.0, 4816.0, 4786.0, 4827.0, 4790.0, 4813.0, 4785.0, 4809.0, 4773.0, 4794.0, 4753.0, 4793.0, 4756.0, 4810.0, 4788.0, 4788.0, 4815.0, 4781.0, 4839.0, 4802.0, 4826.0, 4788.0, 4815.0, 4779.0, 4829.0, 4789.0, 4810.0, 4778.0, 4771.0, 4770.0, 4779.0, 4830.0, 4816.0, 4858.0, 4789.0, 4803.0, 4843.0, 4790.0, 4823.0, 4767.0, 4807.0, 4783.0, 4775.0], 'WindowWidth': [10562.0, 10575.0, 10488.0, 10537.0, 10455.0, 10430.0, 10442.0, 10401.0, 10480.0, 10436.0, 10504.0, 10417.0, 10487.0, 10451.0, 10509.0, 10471.0, 10498.0, 10431.0, 10487.0, 10448.0, 10465.0, 10475.0, 10418.0, 10504.0, 10441.0, 10522.0, 10487.0, 10503.0, 10478.0, 10447.0, 10529.0, 10444.0, 10526.0, 10472.0, 10534.0, 10472.0, 10442.0, 10482.0, 10420.0, 10508.0, 10442.0, 10503.0, 10441.0, 10402.0, 10471.0, 10434.0, 10511.0, 10473.0, 10407.0, 10469.0, 10438.0, 10501.0, 10441.0, 10410.0, 10479.0, 10450.0, 10414.0, 10498.0, 10433.0, 10465.0, 10471.0, 10406.0, 10518.0, 10462.0, 10424.0, 10478.0, 10449.0, 10428.0, 10522.0, 10456.0, 10407.0, 10468.0, 10440.0, 10500.0, 10471.0, 10409.0, 10484.0, 10480.0, 10452.0, 10531.0, 10446.0, 10533.0, 10507.0, 10545.0, 10491.0, 10468.0, 10485.0, 10443.0, 10528.0, 10484.0, 10536.0, 10474.0, 10445.0, 10509.0, 10442.0, 10533.0, 10455.0, 10529.0, 10447.0, 10498.0, 10408.0, 10489.0, 10409.0, 10470.0, 10396.0, 10487.0, 10414.0, 10478.0, 10410.0, 10479.0, 10392.0, 10479.0, 10433.0, 10483.0, 10413.0, 10470.0, 10394.0, 10457.0, 10414.0, 10486.0, 10409.0, 10479.0, 10416.0, 10505.0, 10435.0, 10503.0, 10445.0, 10507.0, 10439.0, 10498.0, 10473.0, 10510.0, 10468.0, 10434.0, 10480.0, 10481.0, 10489.0, 10553.0, 10483.0, 10494.0, 10445.0, 10491.0, 10418.0, 10477.0, 10400.0, 10471.0, 10429.0, 10492.0, 10443.0, 10507.0, 10423.0, 10505.0, 10449.0, 10506.0, 10433.0, 10493.0, 10416.0, 10472.0, 10431.0, 10473.0, 10472.0, 10448.0, 10506.0, 10423.0, 10516.0, 10453.0, 10470.0, 10428.0, 10453.0, 10393.0, 10449.0, 10386.0, 10499.0, 10411.0, 10467.0, 10391.0, 10480.0, 10403.0, 10468.0, 10419.0, 10505.0, 10435.0, 10487.0, 10414.0, 10483.0, 10484.0, 10469.0, 10493.0, 10432.0, 10498.0, 10468.0, 10495.0, 10471.0, 10479.0, 10418.0, 10497.0, 10418.0, 10485.0, 10415.0, 10463.0, 10531.0, 10465.0, 10508.0, 10456.0, 10479.0, 10425.0, 10490.0, 10454.0, 10511.0, 10472.0, 10474.0, 10475.0, 10537.0, 10470.0, 10530.0, 10455.0, 10473.0, 10397.0, 10438.0, 10448.0, 10408.0, 10498.0, 10426.0, 10458.0, 10409.0, 10440.0, 10404.0, 10455.0, 10397.0, 10453.0, 10400.0, 10462.0, 10397.0, 10481.0, 10415.0, 10469.0, 10428.0, 10496.0, 10424.0, 10474.0, 10399.0, 10467.0, 10403.0, 10475.0, 10382.0, 10473.0, 10438.0, 10466.0, 10417.0, 10440.0, 10453.0, 10474.0, 10489.0, 10463.0, 10466.0, 10467.0, 10515.0, 10496.0, 10510.0, 10475.0, 10538.0, 10490.0, 10498.0, 10479.0, 10493.0, 10445.0, 10522.0, 10467.0, 10522.0, 10443.0, 10496.0, 10460.0, 10497.0, 10457.0, 10442.0, 10531.0, 10447.0, 10509.0, 10424.0, 10485.0, 10430.0, 10467.0, 10399.0, 10448.0, 10397.0, 10433.0, 10357.0, 10405.0, 10362.0, 10442.0, 10360.0, 10432.0, 10356.0, 10435.0, 10373.0, 10451.0, 10380.0, 10437.0, 10401.0, 10463.0, 10410.0, 10481.0, 10406.0, 10489.0, 10437.0, 10491.0, 10418.0, 10484.0, 10451.0, 10519.0, 10461.0, 10494.0, 10424.0, 10502.0, 10488.0, 10488.0, 10499.0, 10436.0, 10511.0, 10472.0, 10493.0, 10466.0, 10472.0, 10412.0, 10457.0, 10428.0, 10434.0, 10437.0, 10429.0, 10452.0, 10449.0, 10483.0, 10449.0, 10471.0, 10427.0, 10471.0, 10448.0, 10473.0, 10449.0, 10478.0, 10458.0, 10478.0, 10425.0, 10456.0, 10388.0, 10372.0, 10478.0, 10434.0, 10425.0, 10403.0, 10419.0, 10442.0, 10451.0, 10407.0, 10435.0, 10408.0, 10464.0, 10419.0, 10424.0, 10386.0, 10424.0, 10431.0, 10431.0, 10463.0, 10427.0, 10463.0, 10481.0, 10474.0, 10448.0, 10492.0, 10491.0, 10513.0, 10522.0, 10452.0, 10503.0, 10435.0, 10481.0, 10448.0, 10464.0, 10424.0, 10464.0, 10405.0, 10429.0, 10415.0, 10449.0, 10422.0, 10475.0, 10428.0, 10450.0, 10409.0, 10436.0, 10380.0, 10429.0, 10386.0, 10452.0, 10386.0, 10471.0, 10388.0, 10429.0, 10370.0, 10426.0, 10361.0, 10437.0, 10371.0, 10407.0, 10379.0, 10429.0, 10418.0, 10424.0, 10372.0, 10425.0, 10390.0, 10460.0, 10411.0, 10451.0, 10410.0, 10439.0, 10499.0, 10450.0, 10473.0, 10449.0, 10471.0, 10442.0, 10449.0, 10421.0, 10471.0, 10408.0, 10480.0, 10402.0, 10453.0, 10467.0, 10460.0, 10511.0, 10453.0, 10497.0, 10468.0, 10468.0, 10469.0, 10478.0, 10455.0, 10484.0, 10460.0, 10500.0, 10479.0, 10496.0, 10459.0, 10486.0, 10460.0, 10492.0, 10455.0, 10484.0, 10450.0, 10500.0, 10419.0, 10457.0, 10385.0, 10454.0, 10382.0, 10445.0, 10354.0, 10421.0, 10395.0, 10444.0, 10412.0, 10462.0, 10401.0, 10462.0, 10411.0, 10490.0, 10425.0, 10499.0, 10449.0, 10412.0, 10492.0, 10472.0, 10514.0, 10445.0, 10493.0, 10430.0, 10447.0, 10387.0, 10438.0, 10403.0, 10452.0, 10395.0, 10467.0, 10376.0, 10488.0, 10410.0, 10488.0, 10432.0, 10492.0, 10457.0, 10429.0, 10426.0, 10393.0, 10451.0, 10413.0, 10484.0, 10394.0, 10468.0, 10419.0, 10495.0, 10398.0, 10460.0, 10467.0, 10437.0, 10489.0, 10439.0, 10447.0, 10405.0, 10469.0, 10421.0, 10462.0, 10428.0, 10468.0, 10450.0, 10498.0, 10470.0, 10516.0, 10423.0, 10493.0, 10434.0, 10461.0, 10488.0, 10429.0, 10492.0, 10468.0, 10471.0, 10416.0, 10452.0, 10373.0, 10452.0, 10432.0, 10429.0, 10482.0, 10407.0, 10471.0, 10438.0, 10455.0, 10388.0, 10433.0, 10390.0, 10404.0, 10485.0, 10419.0, 10455.0, 10371.0, 10422.0, 10366.0, 10386.0, 10459.0, 10412.0, 10440.0, 10387.0, 10428.0, 10369.0, 10431.0, 10453.0, 10425.0, 10481.0, 10432.0, 10459.0, 10423.0, 10459.0, 10396.0, 10441.0, 10371.0, 10424.0, 10497.0, 10418.0, 10466.0, 10448.0, 10451.0, 10400.0, 10460.0, 10409.0, 10465.0, 10505.0, 10465.0, 10520.0, 10444.0, 10475.0, 10427.0, 10497.0, 10446.0, 10493.0, 10440.0, 10512.0, 10468.0, 10513.0, 10473.0, 10524.0, 10440.0, 10459.0, 10533.0, 10445.0, 10481.0, 10430.0, 10490.0, 10399.0, 10440.0, 10390.0, 10407.0, 10466.0, 10427.0, 10508.0, 10452.0, 10451.0, 10428.0, 10473.0, 10415.0, 10464.0, 10406.0, 10452.0, 10393.0, 10442.0, 10512.0, 10434.0, 10466.0, 10423.0, 10450.0, 10405.0, 10453.0, 10395.0, 10422.0, 10481.0, 10414.0, 10467.0, 10430.0, 10441.0, 10379.0, 10429.0, 10404.0, 10422.0, 10485.0, 10446.0, 10453.0, 10438.0, 10433.0, 10394.0, 10439.0, 10376.0, 10438.0, 10479.0, 10446.0, 10509.0, 10441.0, 10488.0, 10445.0, 10459.0, 10411.0, 10440.0, 10375.0, 10430.0, 10471.0, 10430.0, 10484.0, 10444.0, 10458.0, 10396.0, 10452.0, 10405.0, 10445.0, 10462.0, 10415.0, 10483.0, 10442.0, 10470.0, 10396.0, 10442.0, 10488.0, 10409.0, 10475.0, 10409.0, 10445.0, 10398.0, 10412.0, 10487.0, 10425.0, 10452.0, 10395.0, 10423.0, 10459.0, 10394.0, 10465.0, 10417.0, 10454.0, 10408.0, 10407.0, 10487.0, 10417.0, 10469.0, 10384.0, 10445.0, 10416.0, 10397.0, 10477.0, 10472.0, 10479.0, 10419.0, 10483.0, 10413.0, 10473.0, 10447.0, 10512.0, 10474.0, 10505.0, 10403.0, 10453.0, 10516.0, 10421.0, 10463.0, 10419.0, 10466.0, 10413.0, 10431.0, 10474.0, 10424.0, 10450.0, 10449.0, 10458.0, 10401.0, 10459.0, 10428.0, 10442.0, 10409.0, 10446.0, 10486.0, 10457.0, 10485.0, 10436.0, 10482.0, 10459.0, 10476.0, 10446.0, 10475.0, 10403.0, 10455.0, 10396.0, 10423.0, 10453.0, 10398.0, 10489.0, 10453.0, 10450.0, 10385.0, 10432.0, 10394.0, 10424.0, 10500.0, 10421.0, 10455.0, 10378.0, 10435.0, 10386.0, 10408.0, 10487.0, 10367.0, 10424.0, 10386.0, 10429.0, 10352.0, 10395.0, 10459.0, 10407.0, 10441.0, 10372.0, 10418.0, 10396.0, 10379.0, 10465.0, 10396.0, 10432.0, 10350.0, 10391.0, 10458.0, 10417.0, 10429.0, 10368.0, 10423.0, 10424.0, 10375.0, 10462.0, 10418.0, 10426.0, 10377.0, 10446.0, 10466.0, 10418.0, 10468.0, 10391.0, 10449.0, 10393.0, 10425.0, 10485.0, 10398.0, 10461.0, 10464.0, 10499.0, 10422.0, 10498.0, 10439.0, 10487.0, 10500.0, 10538.0, 10476.0, 10524.0, 10412.0, 10451.0, 10448.0, 10417.0, 10505.0, 10437.0, 10437.0, 10369.0, 10412.0, 10365.0, 10387.0, 10463.0, 10402.0, 10422.0, 10383.0, 10461.0, 10396.0, 10432.0, 10372.0, 10414.0, 10359.0, 10401.0, 10460.0, 10420.0, 10481.0, 10427.0, 10461.0, 10421.0, 10455.0, 10403.0, 10431.0, 10371.0, 10426.0, 10379.0, 10458.0, 10424.0, 10427.0, 10459.0, 10420.0, 10498.0, 10451.0, 10484.0, 10429.0, 10462.0, 10415.0, 10483.0, 10430.0, 10458.0, 10411.0, 10406.0, 10401.0, 10418.0, 10486.0, 10480.0, 10542.0, 10431.0, 10453.0, 10520.0, 10431.0, 10483.0, 10396.0, 10453.0, 10413.0, 10402.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.0005364022988505747</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029275727931034484</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.56585959805519</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.197659318883776</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886320927617958</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5332</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2850.6699</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13140647366506658</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.137931034482758</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6679597922936096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.558407393548269</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9347016573039872</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.510770326028571</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00814094</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010545729659497738</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02840598113834858</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8167797938547885</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>17.1803</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.311</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>304.7999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>77.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288099.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1530.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>544.7971</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2501</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.9337</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3853.7918</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88445.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5091.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.8399</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.14902563113719</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> |