=== 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-0040 --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-0040",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0040_ses-03_task-social_acq-mb8_run-03_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-0040_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0040_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_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-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-03_task-social_acq-mb8_run-03_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-0040/ses-03/func/sub-0040_ses-03_task-social_acq-mb8_run-03_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>97321b3ece37647d6b0b57aba988305b</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:18:31.637500</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.996309, 0.0766261, 0.0386814, -0.0770117, 0.996993, 0.00857628]</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-03_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.0823237</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4168, -7724, -7220, 519, 55, -34, -10, 49]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.39</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f19356f7-3dd8-4620-bc44-154d56951f64||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.673024892807007, -0.20661674439907074, 0.1023513674736023, 124.52884674072266], [-0.20558226108551025, 2.6748602390289307, 0.03111356869339943, -90.90364837646484], [0.10377932339906693, -0.02300952561199665, 2.6978800296783447, -54.702484130859375], [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': ['091831.637500', '091832.097500', '091832.557500', '091833.017500', '091833.477500', '091833.937500', '091834.397500', '091834.857500', '091835.317500', '091835.777500', '091836.237500', '091836.697500', '091837.157500', '091837.617500', '091838.077500', '091838.537500', '091838.997500', '091839.457500', '091839.917500', '091840.377500', '091840.837500', '091841.297500', '091841.757500', '091842.217500', '091842.677500', '091843.137500', '091843.597500', '091844.057500', '091844.517500', '091844.977500', '091845.437500', '091845.897500', '091846.357500', '091846.817500', '091847.277500', '091847.737500', '091848.197500', '091848.657500', '091849.117500', '091849.577500', '091850.037500', '091850.497500', '091850.957500', '091851.417500', '091851.877500', '091852.337500', '091852.797500', '091853.257500', '091853.717500', '091854.177500', '091854.637500', '091855.097500', '091855.557500', '091856.017500', '091856.477500', '091856.937500', '091857.397500', '091857.857500', '091858.317500', '091858.777500', '091859.237500', '091859.697500', '091900.157500', '091900.617500', '091901.077500', '091901.537500', '091901.997500', '091902.457500', '091902.917500', '091903.377500', '091903.837500', '091904.297500', '091904.757500', '091905.217500', '091905.677500', '091906.137500', '091906.597500', '091907.057500', '091907.517500', '091907.977500', '091908.437500', '091908.897500', '091909.357500', '091909.817500', '091910.277500', '091910.737500', '091911.197500', '091911.657500', '091912.117500', '091912.577500', '091913.037500', '091913.497500', '091913.957500', '091914.417500', '091914.877500', '091915.337500', '091915.797500', '091916.257500', '091916.717500', '091917.177500', '091917.637500', '091918.097500', '091918.557500', '091919.017500', '091919.477500', '091919.937500', '091920.397500', '091920.857500', '091921.317500', '091921.777500', '091922.237500', '091922.697500', '091923.157500', '091923.617500', '091924.077500', '091924.537500', '091924.997500', '091925.457500', '091925.917500', '091926.377500', '091926.837500', '091927.297500', '091927.757500', '091928.217500', '091928.677500', '091929.137500', '091929.597500', '091930.057500', '091930.517500', '091930.977500', '091931.437500', '091931.897500', '091932.357500', '091932.817500', '091933.277500', '091933.737500', '091934.197500', '091934.657500', '091935.117500', '091935.577500', '091936.037500', '091936.497500', '091936.957500', '091937.417500', '091937.877500', '091938.337500', '091938.797500', '091939.257500', '091939.717500', '091940.177500', '091940.637500', '091941.097500', '091941.557500', '091942.017500', '091942.477500', '091942.937500', '091943.397500', '091943.857500', '091944.317500', '091944.777500', '091945.237500', '091945.697500', '091946.157500', '091946.617500', '091947.077500', '091947.537500', '091947.997500', '091948.457500', '091948.917500', '091949.377500', '091949.837500', '091950.297500', '091950.757500', '091951.217500', '091951.677500', '091952.137500', '091952.597500', '091953.057500', '091953.517500', '091953.977500', '091954.437500', '091954.897500', '091955.357500', '091955.817500', '091956.277500', '091956.737500', '091957.197500', '091957.657500', '091958.117500', '091958.577500', '091959.037500', '091959.497500', '091959.957500', '092000.417500', '092000.877500', '092001.337500', '092001.797500', '092002.257500', '092002.717500', '092003.177500', '092003.637500', '092004.097500', '092004.557500', '092005.017500', '092005.477500', '092005.937500', '092006.397500', '092006.857500', '092007.317500', '092007.777500', '092008.237500', '092008.697500', '092009.157500', '092009.617500', '092010.077500', '092010.537500', '092010.997500', '092011.457500', '092011.917500', '092012.377500', '092012.837500', '092013.297500', '092013.757500', '092014.217500', '092014.677500', '092015.137500', '092015.597500', '092016.057500', '092016.517500', '092016.977500', '092017.437500', '092017.897500', '092018.357500', '092018.817500', '092019.277500', '092019.737500', '092020.197500', '092020.657500', '092021.117500', '092021.577500', '092022.037500', '092022.497500', '092022.957500', '092023.417500', '092023.877500', '092024.337500', '092024.797500', '092025.257500', '092025.717500', '092026.177500', '092026.637500', '092027.097500', '092027.557500', '092028.017500', '092028.477500', '092028.937500', '092029.397500', '092029.857500', '092030.317500', '092030.777500', '092031.237500', '092031.697500', '092032.157500', '092032.617500', '092033.077500', '092033.537500', '092033.997500', '092034.457500', '092034.917500', '092035.377500', '092035.837500', '092036.297500', '092036.757500', '092037.217500', '092037.677500', '092038.137500', '092038.597500', '092039.057500', '092039.517500', '092039.977500', '092040.437500', '092040.897500', '092041.357500', '092041.817500', '092042.277500', '092042.737500', '092043.197500', '092043.657500', '092044.117500', '092044.577500', '092045.037500', '092045.497500', '092045.957500', '092046.417500', '092046.877500', '092047.337500', '092047.797500', '092048.257500', '092048.717500', '092049.177500', '092049.637500', '092050.097500', '092050.557500', '092051.017500', '092051.477500', '092051.937500', '092052.397500', '092052.857500', '092053.317500', '092053.777500', '092054.237500', '092054.697500', '092055.157500', '092055.617500', '092056.077500', '092056.537500', '092056.997500', '092057.457500', '092057.917500', '092058.377500', '092058.837500', '092059.297500', '092059.757500', '092100.217500', '092100.677500', '092101.137500', '092101.597500', '092102.057500', '092102.517500', '092102.977500', '092103.437500', '092103.897500', '092104.357500', '092104.817500', '092105.277500', '092105.737500', '092106.197500', '092106.657500', '092107.117500', '092107.577500', '092108.037500', '092108.497500', '092108.957500', '092109.417500', '092109.877500', '092110.337500', '092110.797500', '092111.257500', '092111.717500', '092112.177500', '092112.637500', '092113.097500', '092113.557500', '092114.017500', '092114.477500', '092114.937500', '092115.397500', '092115.857500', '092116.317500', '092116.777500', '092117.237500', '092117.697500', '092118.157500', '092118.617500', '092119.077500', '092119.537500', '092119.997500', '092120.457500', '092120.917500', '092121.377500', '092121.837500', '092122.297500', '092122.757500', '092123.217500', '092123.677500', '092124.137500', '092124.597500', '092125.057500', '092125.517500', '092125.977500', '092126.437500', '092126.897500', '092127.357500', '092127.817500', '092128.277500', '092128.737500', '092129.197500', '092129.657500', '092130.117500', '092130.577500', '092131.037500', '092131.497500', '092131.957500', '092132.417500', '092132.877500', '092133.337500', '092133.797500', '092134.257500', '092134.717500', '092135.177500', '092135.637500', '092136.097500', '092136.557500', '092137.017500', '092137.477500', '092137.937500', '092138.397500', '092138.857500', '092139.317500', '092139.777500', '092140.237500', '092140.697500', '092141.157500', '092141.617500', '092142.077500', '092142.537500', '092142.997500', '092143.457500', '092143.917500', '092144.377500', '092144.837500', '092145.297500', '092145.757500', '092146.217500', '092146.677500', '092147.137500', '092147.597500', '092148.057500', '092148.517500', '092148.977500', '092149.437500', '092149.897500', '092150.357500', '092150.817500', '092151.277500', '092151.737500', '092152.197500', '092152.657500', '092153.117500', '092153.577500', '092154.037500', '092154.497500', '092154.957500', '092155.417500', '092155.877500', '092156.337500', '092156.797500', '092157.257500', '092157.717500', '092158.177500', '092158.637500', '092159.097500', '092159.557500', '092200.017500', '092200.477500', '092200.937500', '092201.397500', '092201.857500', '092202.317500', '092202.777500', '092203.237500', '092203.697500', '092204.157500', '092204.617500', '092205.077500', '092205.537500', '092205.997500', '092206.457500', '092206.917500', '092207.377500', '092207.837500', '092208.297500', '092208.757500', '092209.217500', '092209.677500', '092210.137500', '092210.597500', '092211.057500', '092211.517500', '092211.977500', '092212.437500', '092212.897500', '092213.357500', '092213.817500', '092214.277500', '092214.737500', '092215.197500', '092215.657500', '092216.117500', '092216.577500', '092217.037500', '092217.497500', '092217.957500', '092218.417500', '092218.877500', '092219.337500', '092219.797500', '092220.257500', '092220.717500', '092221.177500', '092221.637500', '092222.097500', '092222.557500', '092223.017500', '092223.477500', '092223.937500', '092224.397500', '092224.857500', '092225.317500', '092225.777500', '092226.237500', '092226.697500', '092227.157500', '092227.617500', '092228.077500', '092228.537500', '092228.997500', '092229.457500', '092229.917500', '092230.377500', '092230.837500', '092231.297500', '092231.757500', '092232.217500', '092232.677500', '092233.137500', '092233.597500', '092234.057500', '092234.517500', '092234.977500', '092235.437500', '092235.897500', '092236.357500', '092236.817500', '092237.277500', '092237.737500', '092238.197500', '092238.657500', '092239.117500', '092239.577500', '092240.037500', '092240.497500', '092240.957500', '092241.417500', '092241.877500', '092242.337500', '092242.797500', '092243.257500', '092243.717500', '092244.177500', '092244.637500', '092245.097500', '092245.557500', '092246.017500', '092246.477500', '092246.937500', '092247.397500', '092247.857500', '092248.317500', '092248.777500', '092249.237500', '092249.697500', '092250.157500', '092250.617500', '092251.077500', '092251.537500', '092251.997500', '092252.457500', '092252.917500', '092253.377500', '092253.837500', '092254.297500', '092254.757500', '092255.217500', '092255.677500', '092256.137500', '092256.597500', '092257.057500', '092257.517500', '092257.977500', '092258.437500', '092258.897500', '092259.357500', '092259.817500', '092300.277500', '092300.737500', '092301.197500', '092301.657500', '092302.117500', '092302.577500', '092303.037500', '092303.497500', '092303.957500', '092304.417500', '092304.877500', '092305.337500', '092305.797500', '092306.257500', '092306.717500', '092307.177500', '092307.637500', '092308.097500', '092308.557500', '092309.017500', '092309.477500', '092309.937500', '092310.397500', '092310.857500', '092311.317500', '092311.777500', '092312.237500', '092312.697500', '092313.157500', '092313.617500', '092314.077500', '092314.537500', '092314.997500', '092315.457500', '092315.917500', '092316.377500', '092316.837500', '092317.297500', '092317.757500', '092318.217500', '092318.677500', '092319.137500', '092319.597500', '092320.057500', '092320.517500', '092320.977500', '092321.437500', '092321.897500', '092322.357500', '092322.817500', '092323.277500', '092323.737500', '092324.197500', '092324.657500', '092325.117500', '092325.577500', '092326.037500', '092326.497500', '092326.957500', '092327.417500', '092327.877500', '092328.337500', '092328.797500', '092329.257500', '092329.717500', '092330.177500', '092330.637500', '092331.097500', '092331.557500', '092332.017500', '092332.477500', '092332.937500', '092333.397500', '092333.857500', '092334.317500', '092334.777500', '092335.237500', '092335.697500', '092336.157500', '092336.617500', '092337.077500', '092337.537500', '092337.997500', '092338.457500', '092338.917500', '092339.377500', '092339.837500', '092340.297500', '092340.757500', '092341.217500', '092341.677500', '092342.137500', '092342.597500', '092343.057500', '092343.517500', '092343.977500', '092344.437500', '092344.897500', '092345.357500', '092345.817500', '092346.277500', '092346.737500', '092347.197500', '092347.657500', '092348.117500', '092348.577500', '092349.037500', '092349.497500', '092349.957500', '092350.417500', '092350.877500', '092351.337500', '092351.797500', '092352.257500', '092352.717500', '092353.177500', '092353.637500', '092354.097500', '092354.557500', '092355.017500', '092355.477500', '092355.937500', '092356.397500', '092356.857500', '092357.317500', '092357.777500', '092358.237500', '092358.697500', '092359.157500', '092359.617500', '092400.077500', '092400.537500', '092400.997500', '092401.457500', '092401.917500', '092402.377500', '092402.837500', '092403.297500', '092403.757500', '092404.217500', '092404.677500', '092405.137500', '092405.597500', '092406.057500', '092406.517500', '092406.977500', '092407.437500', '092407.897500', '092408.357500', '092408.817500', '092409.277500', '092409.737500', '092410.197500', '092410.657500', '092411.117500', '092411.577500', '092412.037500', '092412.497500', '092412.957500', '092413.417500', '092413.877500', '092414.337500', '092414.797500', '092415.257500', '092415.717500', '092416.177500', '092416.637500', '092417.097500', '092417.557500', '092418.017500', '092418.477500', '092418.937500', '092419.397500', '092419.857500', '092420.317500', '092420.777500', '092421.237500', '092421.697500', '092422.157500', '092422.617500', '092423.077500', '092423.537500', '092423.997500', '092424.457500', '092424.917500', '092425.377500', '092425.837500', '092426.297500', '092426.757500', '092427.217500', '092427.677500', '092428.137500', '092428.597500', '092429.057500', '092429.517500', '092429.977500', '092430.437500', '092430.897500', '092431.357500', '092431.817500', '092432.277500', '092432.737500', '092433.197500', '092433.657500', '092434.117500', '092434.577500', '092435.037500', '092435.497500', '092435.957500', '092436.417500', '092436.877500', '092437.337500', '092437.797500', '092438.257500', '092438.717500', '092439.177500', '092439.637500', '092440.097500', '092440.557500', '092441.017500', '092441.477500', '092441.937500', '092442.397500', '092442.857500', '092443.317500', '092443.777500', '092444.237500', '092444.697500', '092445.157500', '092445.617500', '092446.077500', '092446.537500', '092446.997500', '092447.457500', '092447.917500', '092448.377500', '092448.837500', '092449.297500', '092449.757500', '092450.217500', '092450.677500', '092451.137500', '092451.597500', '092452.057500', '092452.517500', '092452.977500', '092453.437500', '092453.897500', '092454.357500', '092454.817500', '092455.277500', '092455.737500', '092456.197500', '092456.657500', '092457.117500', '092457.577500', '092458.037500', '092458.497500', '092458.957500', '092459.417500', '092459.877500', '092500.337500', '092500.797500', '092501.257500', '092501.717500', '092502.177500', '092502.637500', '092503.097500', '092503.557500', '092504.017500', '092504.477500', '092504.937500', '092505.397500', '092505.857500', '092506.317500', '092506.777500', '092507.237500', '092507.697500', '092508.157500', '092508.617500', '092509.077500', '092509.537500', '092509.997500', '092510.457500', '092510.917500', '092511.377500', '092511.837500', '092512.297500'], 'ContentTime': ['091845.711000', '091845.715000', '091845.718000', '091845.720000', '091845.723000', '091845.732000', '091845.735000', '091845.738000', '091845.740000', '091845.743000', '091845.746000', '091845.749000', '091845.752000', '091845.755000', '091845.757000', '091845.760000', '091845.763000', '091845.766000', '091845.769000', '091845.772000', '091845.775000', '091845.777000', '091845.780000', '091845.789000', '091845.792000', '091845.794000', '091845.797000', '091845.800000', '091905.671000', '091905.674000', '091905.677000', '091905.680000', '091905.683000', '091905.686000', '091905.689000', '091905.691000', '091905.705000', '091905.708000', '091905.711000', '091905.713000', '091905.716000', '091905.719000', '091905.722000', '091905.725000', '091905.728000', '091905.730000', '091905.733000', '091905.736000', '091905.739000', '091905.742000', '091905.744000', '091905.747000', '091905.750000', '091905.753000', '091905.756000', '091905.764000', '091905.767000', '091905.770000', '091905.773000', '091905.775000', '091905.778000', '091905.781000', '091905.784000', '091905.787000', '091905.790000', '091905.792000', '091905.795000', '091905.798000', '091905.801000', '091905.804000', '091905.806000', '091925.671000', '091925.674000', '091925.677000', '091925.679000', '091925.682000', '091925.685000', '091925.688000', '091925.691000', '091925.693000', '091925.696000', '091925.699000', '091925.702000', '091925.705000', '091925.708000', '091925.711000', '091925.713000', '091925.716000', '091925.719000', '091925.722000', '091925.725000', '091925.727000', '091925.730000', '091925.733000', '091925.736000', '091925.747000', '091925.758000', '091925.761000', '091925.764000', '091925.767000', '091925.770000', '091925.772000', '091925.775000', '091925.778000', '091925.781000', '091925.784000', '091925.786000', '091925.789000', '091925.792000', '091925.795000', '091925.798000', '091925.800000', '091925.803000', '091925.806000', '091925.809000', '091945.671000', '091945.674000', '091945.677000', '091945.680000', '091945.683000', '091945.685000', '091945.688000', '091945.691000', '091945.694000', '091945.697000', '091945.700000', '091945.703000', '091945.706000', '091945.708000', '091945.711000', '091945.714000', '091945.717000', '091945.720000', '091945.723000', '091945.725000', '091945.728000', '091945.731000', '091945.734000', '091945.737000', '091945.739000', '091945.742000', '091945.745000', '091945.748000', '091945.751000', '091945.753000', '091945.756000', '091945.759000', '091945.762000', '091945.765000', '091945.768000', '091945.770000', '091945.773000', '091945.776000', '091945.779000', '091945.782000', '091945.785000', '091945.787000', '091945.790000', '092005.670000', '092005.673000', '092005.676000', '092005.679000', '092005.682000', '092005.685000', '092005.687000', '092005.690000', '092005.693000', '092005.696000', '092005.699000', '092005.702000', '092005.705000', '092005.707000', '092005.710000', '092005.713000', '092005.716000', '092005.719000', '092005.722000', '092005.725000', '092005.728000', '092005.730000', '092005.733000', '092005.736000', '092005.739000', '092005.752000', '092005.755000', '092005.758000', '092005.761000', '092005.764000', '092005.767000', '092005.794000', '092005.797000', '092005.800000', '092005.802000', '092005.805000', '092005.808000', '092005.811000', '092005.814000', '092005.817000', '092005.820000', '092005.823000', '092005.825000', '092005.828000', '092025.670000', '092025.673000', '092025.676000', '092025.679000', '092025.682000', '092025.684000', '092025.687000', '092025.690000', '092025.693000', '092025.696000', '092025.698000', '092025.701000', '092025.704000', '092025.707000', '092025.710000', '092025.713000', '092025.716000', '092025.720000', '092025.723000', '092025.726000', '092025.728000', '092025.731000', '092025.734000', '092025.737000', '092025.740000', '092025.743000', '092025.745000', '092025.748000', '092025.751000', '092025.754000', '092025.757000', '092025.760000', '092025.763000', '092025.765000', '092025.841000', '092025.844000', '092025.847000', '092025.850000', '092025.853000', '092025.856000', '092025.858000', '092025.861000', '092025.864000', '092045.670000', '092045.673000', '092045.676000', '092045.678000', '092045.681000', '092045.684000', '092045.687000', '092045.690000', '092045.692000', '092045.695000', '092045.698000', '092045.701000', '092045.704000', '092045.707000', '092045.710000', '092045.712000', '092045.715000', '092045.718000', '092045.721000', '092045.724000', '092045.727000', '092045.730000', '092045.732000', '092045.735000', '092045.738000', '092045.741000', '092045.744000', '092045.747000', '092045.750000', '092045.752000', '092045.755000', '092045.758000', '092045.762000', '092045.765000', '092045.768000', '092045.770000', '092045.773000', '092045.776000', '092045.779000', '092045.782000', '092045.785000', '092045.787000', '092045.790000', '092045.793000', '092105.671000', '092105.674000', '092105.677000', '092105.680000', '092105.683000', '092105.685000', '092105.688000', '092105.691000', '092105.694000', '092105.697000', '092105.700000', '092105.703000', '092105.705000', '092105.708000', '092105.711000', '092105.714000', '092105.717000', '092105.720000', '092105.722000', '092105.725000', '092105.728000', '092105.731000', '092105.734000', '092105.737000', '092105.740000', '092105.743000', '092105.746000', '092105.749000', '092105.751000', '092105.754000', '092105.757000', '092105.760000', '092105.763000', '092105.765000', '092105.768000', '092105.831000', '092105.834000', '092105.837000', '092105.853000', '092105.856000', '092105.859000', '092105.862000', '092105.865000', '092125.671000', '092125.674000', '092125.677000', '092125.679000', '092125.682000', '092125.685000', '092125.688000', '092125.691000', '092125.694000', '092125.697000', '092125.700000', '092125.702000', '092125.705000', '092125.708000', '092125.711000', '092125.714000', '092125.717000', '092125.720000', '092125.722000', '092125.725000', '092125.728000', '092125.731000', '092125.734000', '092125.737000', '092125.740000', '092125.742000', '092125.745000', '092125.748000', '092125.751000', '092125.754000', '092125.757000', '092125.759000', '092125.762000', '092125.765000', '092125.768000', '092125.771000', '092125.774000', '092125.777000', '092125.779000', '092125.782000', '092125.785000', '092125.788000', '092125.791000', '092125.794000', '092145.671000', '092145.674000', '092145.677000', '092145.680000', '092145.682000', '092145.685000', '092145.697000', '092145.700000', '092145.702000', '092145.705000', '092145.708000', '092145.711000', '092145.714000', '092145.717000', '092145.719000', '092145.722000', '092145.725000', '092145.728000', '092145.731000', '092145.734000', '092145.737000', '092145.740000', '092145.743000', '092145.745000', '092145.748000', '092145.751000', '092145.754000', '092145.757000', '092145.760000', '092145.762000', '092145.765000', '092145.768000', '092145.804000', '092145.807000', '092145.810000', '092145.813000', '092145.815000', '092145.818000', '092145.821000', '092145.824000', '092145.827000', '092145.829000', '092145.832000', '092205.671000', '092205.674000', '092205.677000', '092205.679000', '092205.682000', '092205.685000', '092205.688000', '092205.691000', '092205.694000', '092205.697000', '092205.699000', '092205.702000', '092205.705000', '092205.708000', '092205.711000', '092205.714000', '092205.716000', '092205.719000', '092205.722000', '092205.725000', '092205.728000', '092205.731000', '092205.733000', '092205.736000', '092205.739000', '092205.742000', '092205.745000', '092205.748000', '092205.751000', '092205.753000', '092205.756000', '092205.759000', '092205.762000', '092205.765000', '092205.768000', '092205.825000', '092205.828000', '092205.831000', '092205.833000', '092205.836000', '092205.839000', '092205.842000', '092205.845000', '092205.848000', '092225.670000', '092225.673000', '092225.676000', '092225.678000', '092225.681000', '092225.684000', '092225.687000', '092225.690000', '092225.693000', '092225.696000', '092225.699000', '092225.702000', '092225.705000', '092225.708000', '092225.711000', '092225.714000', '092225.716000', '092225.719000', '092225.722000', '092225.725000', '092225.728000', '092225.731000', '092225.733000', '092225.736000', '092225.739000', '092225.742000', '092225.745000', '092225.747000', '092225.750000', '092225.753000', '092225.756000', '092225.759000', '092225.762000', '092225.765000', '092225.768000', '092225.821000', '092225.824000', '092225.827000', '092225.830000', '092225.833000', '092225.836000', '092225.838000', '092225.841000', '092245.670000', '092245.673000', '092245.676000', '092245.678000', '092245.681000', '092245.684000', '092245.687000', '092245.690000', '092245.693000', '092245.696000', '092245.698000', '092245.701000', '092245.704000', '092245.707000', '092245.710000', '092245.713000', '092245.716000', '092245.718000', '092245.721000', '092245.724000', '092245.727000', '092245.730000', '092245.733000', '092245.735000', '092245.738000', '092245.741000', '092245.744000', '092245.747000', '092245.750000', '092245.753000', '092245.755000', '092245.758000', '092245.761000', '092245.764000', '092245.767000', '092245.817000', '092245.820000', '092245.823000', '092245.825000', '092245.828000', '092245.831000', '092245.834000', '092245.837000', '092245.839000', '092305.671000', '092305.674000', '092305.677000', '092305.680000', '092305.683000', '092305.685000', '092305.688000', '092305.691000', '092305.694000', '092305.697000', '092305.700000', '092305.702000', '092305.705000', '092305.708000', '092305.711000', '092305.714000', '092305.717000', '092305.720000', '092305.722000', '092305.725000', '092305.728000', '092305.731000', '092305.734000', '092305.737000', '092305.739000', '092305.742000', '092305.745000', '092305.748000', '092305.751000', '092305.754000', '092305.757000', '092305.768000', '092305.812000', '092305.815000', '092305.817000', '092305.820000', '092305.823000', '092305.826000', '092305.829000', '092305.832000', '092305.834000', '092305.837000', '092305.840000', '092325.671000', '092325.674000', '092325.677000', '092325.680000', '092325.682000', '092325.685000', '092325.688000', '092325.691000', '092325.694000', '092325.696000', '092325.699000', '092325.702000', '092325.705000', '092325.708000', '092325.711000', '092325.714000', '092325.717000', '092325.719000', '092325.722000', '092325.725000', '092325.728000', '092325.731000', '092325.734000', '092325.736000', '092325.739000', '092325.742000', '092325.745000', '092325.748000', '092325.750000', '092325.753000', '092325.756000', '092325.759000', '092325.762000', '092325.765000', '092325.768000', '092325.816000', '092325.819000', '092325.822000', '092325.825000', '092325.827000', '092325.830000', '092325.833000', '092325.836000', '092325.839000', '092345.671000', '092345.674000', '092345.677000', '092345.680000', '092345.683000', '092345.685000', '092345.688000', '092345.691000', '092345.694000', '092345.697000', '092345.700000', '092345.702000', '092345.705000', '092345.708000', '092345.711000', '092345.714000', '092345.717000', '092345.719000', '092345.727000', '092345.730000', '092345.732000', '092345.736000', '092345.739000', '092345.742000', '092345.745000', '092345.748000', '092345.750000', '092345.753000', '092345.756000', '092345.759000', '092345.762000', '092345.765000', '092345.768000', '092345.822000', '092345.825000', '092345.828000', '092345.831000', '092345.834000', '092345.837000', '092345.839000', '092345.842000', '092345.845000', '092345.848000', '092405.671000', '092405.674000', '092405.677000', '092405.680000', '092405.682000', '092405.685000', '092405.688000', '092405.691000', '092405.694000', '092405.697000', '092405.700000', '092405.702000', '092405.705000', '092405.708000', '092405.717000', '092405.720000', '092405.722000', '092405.725000', '092405.728000', '092405.731000', '092405.734000', '092405.737000', '092405.739000', '092405.742000', '092405.745000', '092405.748000', '092405.751000', '092405.754000', '092405.757000', '092405.759000', '092405.762000', '092405.765000', '092405.768000', '092405.827000', '092405.829000', '092405.832000', '092405.835000', '092405.838000', '092405.841000', '092405.843000', '092405.846000', '092405.849000', '092405.852000', '092405.855000', '092425.671000', '092425.674000', '092425.677000', '092425.680000', '092425.683000', '092425.686000', '092425.688000', '092425.691000', '092425.694000', '092425.697000', '092425.700000', '092425.702000', '092425.705000', '092425.708000', '092425.711000', '092425.714000', '092425.717000', '092425.720000', '092425.722000', '092425.725000', '092425.728000', '092425.731000', '092425.734000', '092425.743000', '092425.745000', '092425.748000', '092425.751000', '092425.754000', '092425.757000', '092425.760000', '092425.763000', '092425.765000', '092425.768000', '092425.831000', '092425.834000', '092425.837000', '092425.857000', '092425.860000', '092425.862000', '092425.865000', '092425.868000', '092425.871000', '092425.874000', '092445.670000', '092445.673000', '092445.676000', '092445.679000', '092445.682000', '092445.685000', '092445.688000', '092445.691000', '092445.693000', '092445.696000', '092445.699000', '092445.702000', '092445.705000', '092445.708000', '092445.711000', '092445.713000', '092445.718000', '092445.721000', '092445.723000', '092445.726000', '092445.729000', '092445.732000', '092445.735000', '092445.738000', '092445.741000', '092445.744000', '092445.746000', '092445.749000', '092445.752000', '092445.755000', '092445.758000', '092445.761000', '092445.763000', '092445.766000', '092445.769000', '092445.817000', '092445.819000', '092445.822000', '092445.825000', '092445.828000', '092445.831000', '092445.834000', '092445.836000', '092445.839000', '092505.670000', '092505.673000', '092505.676000', '092505.679000', '092505.681000', '092505.684000', '092505.687000', '092505.690000', '092505.693000', '092505.696000', '092505.699000', '092505.702000', '092505.704000', '092505.707000', '092505.710000', '092505.713000', '092505.716000', '092505.719000', '092505.721000', '092505.724000', '092505.727000', '092505.730000', '092505.733000', '092505.736000', '092505.738000', '092505.741000', '092505.744000', '092505.747000', '092505.750000', '092505.753000', '092505.756000', '092505.758000', '092505.761000', '092505.764000', '092505.767000', '092505.827000', '092505.830000', '092505.833000', '092505.836000', '092505.838000', '092505.841000', '092505.844000', '092505.847000', '092513.722000', '092513.725000', '092513.728000', '092513.732000', '092513.735000', '092513.738000', '092513.741000', '092513.744000', '092513.747000', '092513.750000', '092513.753000', '092513.755000', '092513.758000', '092513.762000', '092513.765000', '092513.768000', '092513.771000', '092513.773000'], 'InstanceCreationTime': ['091845.711000', '091845.715000', '091845.718000', '091845.720000', '091845.723000', '091845.732000', '091845.735000', '091845.738000', '091845.740000', '091845.743000', '091845.746000', '091845.749000', '091845.752000', '091845.755000', '091845.757000', '091845.760000', '091845.763000', '091845.766000', '091845.769000', '091845.772000', '091845.775000', '091845.777000', '091845.780000', '091845.789000', '091845.792000', '091845.794000', '091845.797000', '091845.800000', '091905.671000', '091905.674000', '091905.677000', '091905.680000', '091905.683000', '091905.686000', '091905.689000', '091905.691000', '091905.705000', '091905.708000', '091905.711000', '091905.713000', '091905.716000', '091905.719000', '091905.722000', '091905.725000', '091905.728000', '091905.730000', '091905.733000', '091905.736000', '091905.739000', '091905.742000', '091905.744000', '091905.747000', '091905.750000', '091905.753000', '091905.756000', '091905.764000', '091905.767000', '091905.770000', '091905.773000', '091905.775000', '091905.778000', '091905.781000', '091905.784000', '091905.787000', '091905.790000', '091905.792000', '091905.795000', '091905.798000', '091905.801000', '091905.804000', '091905.806000', '091925.671000', '091925.674000', '091925.677000', '091925.679000', '091925.682000', '091925.685000', '091925.688000', '091925.691000', '091925.693000', '091925.696000', '091925.699000', '091925.702000', '091925.705000', '091925.708000', '091925.711000', '091925.713000', '091925.716000', '091925.719000', '091925.722000', '091925.725000', '091925.727000', '091925.730000', '091925.733000', '091925.736000', '091925.747000', '091925.758000', '091925.761000', '091925.764000', '091925.767000', '091925.770000', '091925.772000', '091925.775000', '091925.778000', '091925.781000', '091925.784000', '091925.786000', '091925.789000', '091925.792000', '091925.795000', '091925.798000', '091925.800000', '091925.803000', '091925.806000', '091925.809000', '091945.671000', '091945.674000', '091945.677000', '091945.680000', '091945.683000', '091945.685000', '091945.688000', '091945.691000', '091945.694000', '091945.697000', '091945.700000', '091945.703000', '091945.706000', '091945.708000', '091945.711000', '091945.714000', '091945.717000', '091945.720000', '091945.723000', '091945.725000', '091945.728000', '091945.731000', '091945.734000', '091945.737000', '091945.739000', '091945.742000', '091945.745000', '091945.748000', '091945.751000', '091945.753000', '091945.756000', '091945.759000', '091945.762000', '091945.765000', '091945.768000', '091945.770000', '091945.773000', '091945.776000', '091945.779000', '091945.782000', '091945.785000', '091945.787000', '091945.790000', '092005.670000', '092005.673000', '092005.676000', '092005.679000', '092005.682000', '092005.685000', '092005.687000', '092005.690000', '092005.693000', '092005.696000', '092005.699000', '092005.702000', '092005.705000', '092005.707000', '092005.710000', '092005.713000', '092005.716000', '092005.719000', '092005.722000', '092005.725000', '092005.728000', '092005.730000', '092005.733000', '092005.736000', '092005.739000', '092005.752000', '092005.755000', '092005.758000', '092005.761000', '092005.764000', '092005.767000', '092005.794000', '092005.797000', '092005.800000', '092005.802000', '092005.805000', '092005.808000', '092005.811000', '092005.814000', '092005.817000', '092005.820000', '092005.823000', '092005.825000', '092005.828000', '092025.670000', '092025.673000', '092025.676000', '092025.679000', '092025.682000', '092025.684000', '092025.687000', '092025.690000', '092025.693000', '092025.696000', '092025.698000', '092025.701000', '092025.704000', '092025.707000', '092025.710000', '092025.713000', '092025.716000', '092025.720000', '092025.723000', '092025.726000', '092025.728000', '092025.731000', '092025.734000', '092025.737000', '092025.740000', '092025.743000', '092025.745000', '092025.748000', '092025.751000', '092025.754000', '092025.757000', '092025.760000', '092025.763000', '092025.765000', '092025.841000', '092025.844000', '092025.847000', '092025.850000', '092025.853000', '092025.856000', '092025.858000', '092025.861000', '092025.864000', '092045.670000', '092045.673000', '092045.676000', '092045.678000', '092045.681000', '092045.684000', '092045.687000', '092045.690000', '092045.692000', '092045.695000', '092045.698000', '092045.701000', '092045.704000', '092045.707000', '092045.710000', '092045.712000', '092045.715000', '092045.718000', '092045.721000', '092045.724000', '092045.727000', '092045.730000', '092045.732000', '092045.735000', '092045.738000', '092045.741000', '092045.744000', '092045.747000', '092045.750000', '092045.752000', '092045.755000', '092045.758000', '092045.762000', '092045.765000', '092045.768000', '092045.770000', '092045.773000', '092045.776000', '092045.779000', '092045.782000', '092045.785000', '092045.787000', '092045.790000', '092045.793000', '092105.671000', '092105.674000', '092105.677000', '092105.680000', '092105.683000', '092105.685000', '092105.688000', '092105.691000', '092105.694000', '092105.697000', '092105.700000', '092105.703000', '092105.705000', '092105.708000', '092105.711000', '092105.714000', '092105.717000', '092105.720000', '092105.722000', '092105.725000', '092105.728000', '092105.731000', '092105.734000', '092105.737000', '092105.740000', '092105.743000', '092105.746000', '092105.749000', '092105.751000', '092105.754000', '092105.757000', '092105.760000', '092105.763000', '092105.765000', '092105.768000', '092105.831000', '092105.834000', '092105.837000', '092105.853000', '092105.856000', '092105.859000', '092105.862000', '092105.865000', '092125.671000', '092125.674000', '092125.677000', '092125.679000', '092125.682000', '092125.685000', '092125.688000', '092125.691000', '092125.694000', '092125.697000', '092125.700000', '092125.702000', '092125.705000', '092125.708000', '092125.711000', '092125.714000', '092125.717000', '092125.720000', '092125.722000', '092125.725000', '092125.728000', '092125.731000', '092125.734000', '092125.737000', '092125.740000', '092125.742000', '092125.745000', '092125.748000', '092125.751000', '092125.754000', '092125.757000', '092125.759000', '092125.762000', '092125.765000', '092125.768000', '092125.771000', '092125.774000', '092125.777000', '092125.779000', '092125.782000', '092125.785000', '092125.788000', '092125.791000', '092125.794000', '092145.671000', '092145.674000', '092145.677000', '092145.680000', '092145.682000', '092145.685000', '092145.697000', '092145.700000', '092145.702000', '092145.705000', '092145.708000', '092145.711000', '092145.714000', '092145.717000', '092145.719000', '092145.722000', '092145.725000', '092145.728000', '092145.731000', '092145.734000', '092145.737000', '092145.740000', '092145.743000', '092145.745000', '092145.748000', '092145.751000', '092145.754000', '092145.757000', '092145.760000', '092145.762000', '092145.765000', '092145.768000', '092145.804000', '092145.807000', '092145.810000', '092145.813000', '092145.815000', '092145.818000', '092145.821000', '092145.824000', '092145.827000', '092145.829000', '092145.832000', '092205.671000', '092205.674000', '092205.677000', '092205.679000', '092205.682000', '092205.685000', '092205.688000', '092205.691000', '092205.694000', '092205.697000', '092205.699000', '092205.702000', '092205.705000', '092205.708000', '092205.711000', '092205.714000', '092205.716000', '092205.719000', '092205.722000', '092205.725000', '092205.728000', '092205.731000', '092205.733000', '092205.736000', '092205.739000', '092205.742000', '092205.745000', '092205.748000', '092205.751000', '092205.753000', '092205.756000', '092205.759000', '092205.762000', '092205.765000', '092205.768000', '092205.825000', '092205.828000', '092205.831000', '092205.833000', '092205.836000', '092205.839000', '092205.842000', '092205.845000', '092205.848000', '092225.670000', '092225.673000', '092225.676000', '092225.678000', '092225.681000', '092225.684000', '092225.687000', '092225.690000', '092225.693000', '092225.696000', '092225.699000', '092225.702000', '092225.705000', '092225.708000', '092225.711000', '092225.714000', '092225.716000', '092225.719000', '092225.722000', '092225.725000', '092225.728000', '092225.731000', '092225.733000', '092225.736000', '092225.739000', '092225.742000', '092225.745000', '092225.747000', '092225.750000', '092225.753000', '092225.756000', '092225.759000', '092225.762000', '092225.765000', '092225.768000', '092225.821000', '092225.824000', '092225.827000', '092225.830000', '092225.833000', '092225.836000', '092225.838000', '092225.841000', '092245.670000', '092245.673000', '092245.676000', '092245.678000', '092245.681000', '092245.684000', '092245.687000', '092245.690000', '092245.693000', '092245.696000', '092245.698000', '092245.701000', '092245.704000', '092245.707000', '092245.710000', '092245.713000', '092245.716000', '092245.718000', '092245.721000', '092245.724000', '092245.727000', '092245.730000', '092245.733000', '092245.735000', '092245.738000', '092245.741000', '092245.744000', '092245.747000', '092245.750000', '092245.753000', '092245.755000', '092245.758000', '092245.761000', '092245.764000', '092245.767000', '092245.817000', '092245.820000', '092245.823000', '092245.825000', '092245.828000', '092245.831000', '092245.834000', '092245.837000', '092245.839000', '092305.671000', '092305.674000', '092305.677000', '092305.680000', '092305.683000', '092305.685000', '092305.688000', '092305.691000', '092305.694000', '092305.697000', '092305.700000', '092305.702000', '092305.705000', '092305.708000', '092305.711000', '092305.714000', '092305.717000', '092305.720000', '092305.722000', '092305.725000', '092305.728000', '092305.731000', '092305.734000', '092305.737000', '092305.739000', '092305.742000', '092305.745000', '092305.748000', '092305.751000', '092305.754000', '092305.757000', '092305.768000', '092305.812000', '092305.815000', '092305.817000', '092305.820000', '092305.823000', '092305.826000', '092305.829000', '092305.832000', '092305.834000', '092305.837000', '092305.840000', '092325.671000', '092325.674000', '092325.677000', '092325.680000', '092325.682000', '092325.685000', '092325.688000', '092325.691000', '092325.694000', '092325.696000', '092325.699000', '092325.702000', '092325.705000', '092325.708000', '092325.711000', '092325.714000', '092325.717000', '092325.719000', '092325.722000', '092325.725000', '092325.728000', '092325.731000', '092325.734000', '092325.736000', '092325.739000', '092325.742000', '092325.745000', '092325.748000', '092325.750000', '092325.753000', '092325.756000', '092325.759000', '092325.762000', '092325.765000', '092325.768000', '092325.816000', '092325.819000', '092325.822000', '092325.825000', '092325.827000', '092325.830000', '092325.833000', '092325.836000', '092325.839000', '092345.671000', '092345.674000', '092345.677000', '092345.680000', '092345.683000', '092345.685000', '092345.688000', '092345.691000', '092345.694000', '092345.697000', '092345.700000', '092345.702000', '092345.705000', '092345.708000', '092345.711000', '092345.714000', '092345.717000', '092345.719000', '092345.727000', '092345.730000', '092345.732000', '092345.736000', '092345.739000', '092345.742000', '092345.745000', '092345.748000', '092345.750000', '092345.753000', '092345.756000', '092345.759000', '092345.762000', '092345.765000', '092345.768000', '092345.822000', '092345.825000', '092345.828000', '092345.831000', '092345.834000', '092345.837000', '092345.839000', '092345.842000', '092345.845000', '092345.848000', '092405.671000', '092405.674000', '092405.677000', '092405.680000', '092405.682000', '092405.685000', '092405.688000', '092405.691000', '092405.694000', '092405.697000', '092405.700000', '092405.702000', '092405.705000', '092405.708000', '092405.717000', '092405.720000', '092405.722000', '092405.725000', '092405.728000', '092405.731000', '092405.734000', '092405.737000', '092405.739000', '092405.742000', '092405.745000', '092405.748000', '092405.751000', '092405.754000', '092405.757000', '092405.759000', '092405.762000', '092405.765000', '092405.768000', '092405.827000', '092405.829000', '092405.832000', '092405.835000', '092405.838000', '092405.841000', '092405.843000', '092405.846000', '092405.849000', '092405.852000', '092405.855000', '092425.671000', '092425.674000', '092425.677000', '092425.680000', '092425.683000', '092425.686000', '092425.688000', '092425.691000', '092425.694000', '092425.697000', '092425.700000', '092425.702000', '092425.705000', '092425.708000', '092425.711000', '092425.714000', '092425.717000', '092425.720000', '092425.722000', '092425.725000', '092425.728000', '092425.731000', '092425.734000', '092425.743000', '092425.745000', '092425.748000', '092425.751000', '092425.754000', '092425.757000', '092425.760000', '092425.763000', '092425.765000', '092425.768000', '092425.831000', '092425.834000', '092425.837000', '092425.857000', '092425.860000', '092425.862000', '092425.865000', '092425.868000', '092425.871000', '092425.874000', '092445.670000', '092445.673000', '092445.676000', '092445.679000', '092445.682000', '092445.685000', '092445.688000', '092445.691000', '092445.693000', '092445.696000', '092445.699000', '092445.702000', '092445.705000', '092445.708000', '092445.711000', '092445.713000', '092445.718000', '092445.721000', '092445.723000', '092445.726000', '092445.729000', '092445.732000', '092445.735000', '092445.738000', '092445.741000', '092445.744000', '092445.746000', '092445.749000', '092445.752000', '092445.755000', '092445.758000', '092445.761000', '092445.763000', '092445.766000', '092445.769000', '092445.817000', '092445.819000', '092445.822000', '092445.825000', '092445.828000', '092445.831000', '092445.834000', '092445.836000', '092445.839000', '092505.670000', '092505.673000', '092505.676000', '092505.679000', '092505.681000', '092505.684000', '092505.687000', '092505.690000', '092505.693000', '092505.696000', '092505.699000', '092505.702000', '092505.704000', '092505.707000', '092505.710000', '092505.713000', '092505.716000', '092505.719000', '092505.721000', '092505.724000', '092505.727000', '092505.730000', '092505.733000', '092505.736000', '092505.738000', '092505.741000', '092505.744000', '092505.747000', '092505.750000', '092505.753000', '092505.756000', '092505.758000', '092505.761000', '092505.764000', '092505.767000', '092505.827000', '092505.830000', '092505.833000', '092505.836000', '092505.838000', '092505.841000', '092505.844000', '092505.847000', '092513.722000', '092513.725000', '092513.728000', '092513.732000', '092513.735000', '092513.738000', '092513.741000', '092513.744000', '092513.747000', '092513.750000', '092513.753000', '092513.755000', '092513.758000', '092513.762000', '092513.765000', '092513.768000', '092513.771000', '092513.773000'], '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': [10410, 13375, 10937, 15006, 12118, 15217, 11013, 12932, 10910, 15276, 11155, 15296, 13004, 12593, 11050, 8816, 11624, 9623, 11573, 10735, 12149, 8890, 12137, 9059, 12191, 10626, 14616, 11116, 15957, 12594, 8386, 11702, 9927, 12341, 10883, 13840, 11843, 13857, 10021, 13013, 10920, 12813, 16841, 12402, 18021, 14379, 14720, 13168, 14314, 10970, 13704, 10798, 13984, 10542, 8841, 10717, 8301, 11412, 8740, 11814, 13008, 11672, 14425, 11045, 15610, 10738, 14886, 10242, 7873, 11235, 8590, 11874, 9822, 12419, 10278, 13762, 10467, 13870, 10263, 9390, 10617, 8097, 11377, 8332, 11556, 9580, 12536, 8949, 12003, 9084, 12130, 8942, 12976, 9183, 14314, 10469, 13122, 10740, 12110, 11113, 14265, 11302, 8978, 11614, 8563, 12563, 8859, 12166, 12387, 12453, 12731, 12414, 8530, 11896, 9079, 12543, 9391, 13092, 11101, 13410, 9535, 12490, 10486, 12353, 10764, 12349, 10055, 12320, 8856, 12002, 8917, 12366, 10112, 11989, 10420, 12048, 9348, 13227, 13771, 11810, 13759, 11437, 10082, 11305, 9578, 11782, 8973, 12295, 8656, 12072, 9019, 11977, 8959, 12031, 12648, 12113, 14900, 11579, 9095, 12251, 8835, 12365, 9832, 12526, 10728, 12113, 15713, 11148, 15249, 11274, 14798, 10520, 12296, 10456, 13993, 11110, 13911, 11655, 14120, 10560, 12583, 10503, 11858, 10403, 13557, 10906, 13648, 11054, 14113, 10339, 13687, 10608, 13371, 11137, 14111, 9752, 14467, 10351, 13135, 10489, 12322, 10132, 12121, 9041, 12248, 10304, 12430, 10385, 12492, 10686, 12545, 10545, 13744, 9508, 14311, 10473, 13195, 10695, 12796, 10793, 13865, 9533, 14082, 10080, 12492, 8743, 12554, 9065, 12415, 8681, 11975, 8718, 12121, 8756, 12069, 8729, 11966, 9221, 12180, 9182, 13489, 8762, 11980, 9459, 16471, 10739, 9534, 10589, 8100, 11906, 10145, 14343, 11514, 14937, 11248, 14804, 12100, 13908, 12242, 8720, 12627, 10808, 13985, 10623, 9692, 11449, 8669, 13147, 10346, 13575, 10728, 13789, 10895, 13934, 11840, 14858, 11782, 10251, 11446, 9017, 12200, 11187, 12494, 9130, 13674, 10443, 8018, 12136, 10543, 13677, 11112, 8568, 11363, 8839, 12392, 9144, 13931, 9856, 12570, 9704, 13402, 10697, 12110, 10603, 11828, 11372, 13812, 11672, 14108, 12095, 8725, 12528, 10228, 12838, 10512, 13279, 10494, 14831, 13262, 14953, 11373, 8140, 11621, 8562, 11750, 12778, 12161, 15231, 12657, 11923, 11769, 8987, 11752, 9953, 11629, 14624, 11067, 8350, 11313, 8434, 11659, 8684, 11521, 13538, 11512, 15373, 12043, 9684, 11164, 8423, 11470, 15433, 11139, 15156, 11124, 9264, 11287, 8248, 11924, 8627, 11695, 13274, 11739, 10739, 12143, 8573, 11752, 8935, 12320, 11804, 12584, 9671, 13343, 9636, 12601, 10062, 12367, 9470, 12274, 10733, 12246, 8802, 12211, 9942, 12029, 10364, 12485, 10848, 14198, 11710, 14168, 10068, 12649, 10144, 12174, 9583, 12281, 8877, 12186, 9593, 11969, 10381, 12606, 10593, 14420, 10499, 9990, 10732, 8344, 11571, 12808, 11879, 8665, 12264, 8912, 12490, 9411, 14364, 11163, 14389, 9491, 14429, 10863, 13333, 10530, 12060, 11147, 15471, 12534, 12660, 12009, 9308, 12151, 10498, 13151, 10815, 14132, 10829, 10941, 11192, 8396, 12248, 9558, 13745, 10783, 14938, 11425, 11338, 10914, 8410, 11739, 9111, 13703, 9932, 14006, 10545, 13862, 10820, 14199, 11074, 14875, 11232, 8744, 11264, 8351, 11894, 10243, 12594, 10962, 9625, 10803, 8187, 12100, 9766, 14273, 11892, 15036, 13114, 10309, 11362, 8449, 12153, 9794, 14629, 9998, 14429, 10564, 15089, 10649, 13440, 10879, 8407, 11661, 10077, 10647, 10722, 13671, 10838, 14555, 13357, 13363, 10967, 8118, 11613, 8922, 12303, 10660, 14979, 10210, 8988, 11101, 8238, 11858, 8712, 14882, 10286, 13943, 10803, 13996, 10935, 14664, 11881, 14931, 10259, 8775, 10741, 8081, 11662, 8830, 13518, 10144, 14081, 10077, 13960, 10296, 13786, 11812, 14483, 12183, 14506, 11416, 14181, 10701, 13414, 10775, 13759, 10701, 13875, 10739, 13912, 10254, 12130, 10399, 11894, 9323, 12099, 8637, 11451, 9243, 11727, 10082, 11955, 10307, 13089, 10152, 13840, 9494, 14455, 9699, 12931, 9753, 12989, 8932, 12095, 9190, 12936, 9087, 12206, 9176, 11964, 9174, 11920, 8998, 11518, 9125, 15019, 12457, 10970, 10485, 7727, 11396, 15393, 12287, 15272, 10535, 13476, 8940, 11813, 13444, 12041, 16145, 12263, 15949, 13662, 14867, 13338, 15606, 10471, 10945, 11588, 8611, 12501, 9578, 15181, 10234, 14981, 10407, 13851, 10731, 12701, 10678, 12357, 10642, 13631, 10393, 7977, 10994, 8080, 11229, 8503, 11479, 9092, 12730, 10444, 12067, 10055, 7776, 11073, 8360, 11335, 8615, 14721, 10229, 14234, 10236, 14156, 10470, 14130, 11136, 14215, 11022, 13023, 10291, 8214, 11359, 8524, 11676, 12849, 11494, 8321, 12197, 9387, 12221, 10421, 14076, 10819, 14860, 11263, 15039, 10535, 10908, 10778, 8378, 11536, 13092, 11439, 15399, 10562, 13783, 11154, 7916, 11280, 8230, 12002, 8540, 11601, 13985, 11881, 12716, 11914, 8243, 11795, 8668, 11934, 8825, 11729, 9142, 11857, 8343, 11655, 9339, 11918, 9757, 11942, 10627, 13853, 10236, 9787, 10485, 14072, 10790, 12633, 10721, 8255, 13540, 10171, 12484, 11023, 13422, 12788, 11794, 12456, 16421, 12107, 17219, 12411, 13734, 11557, 7958, 12115, 8789, 12039, 9189, 12840, 9621, 15050, 10514, 11943, 10267, 8622, 11309, 12022, 11579, 9676, 13936, 10156, 14373, 10388, 14770, 10860, 15072, 12851, 15091, 12072, 8366, 12012, 8440, 12484, 12214, 12716, 14166, 12916, 8727, 12376, 9674, 12156, 10673, 14018, 10700, 14790, 10593, 14961, 11067, 13632, 10290, 9074, 11117, 10170, 11646, 15015, 11434, 9592, 11730, 8241, 11594, 8890, 11813, 9059, 11659, 9558, 14726, 10303, 9975, 10321, 9175, 11162, 8541, 12473, 10273, 13408, 10502, 14445, 12174, 14785, 11185, 7958, 11512, 8290, 12329, 9109, 14447, 9958, 14757, 10607, 14217, 10406, 14478, 10463, 14761, 12801, 14443, 11077, 8136, 11099, 8467, 11678, 8813, 11829, 10843, 11640, 12064, 11938, 8898, 11882, 10192, 12104, 10688, 13061, 10306, 13579, 10607, 13995, 9981, 13670, 9943, 13677, 10899, 13741, 11305, 14029, 10624, 13765, 10018, 8872, 10605, 9271, 11131, 14133, 11018, 13828, 11333, 14292, 10323, 13145, 10522, 12891, 9667, 13929, 9306, 12707, 8579, 11727], 'WindowCenter': [4246.0, 4242.0, 4219.0, 4237.0, 4215.0, 4224.0, 4203.0, 4212.0, 4202.0, 4222.0, 4201.0, 4211.0, 4212.0, 4200.0, 4189.0, 4169.0, 4199.0, 4178.0, 4200.0, 4189.0, 4201.0, 4169.0, 4200.0, 4170.0, 4198.0, 4191.0, 4221.0, 4203.0, 4234.0, 4212.0, 4169.0, 4199.0, 4192.0, 4199.0, 4192.0, 4211.0, 4190.0, 4200.0, 4167.0, 4198.0, 4176.0, 4187.0, 4206.0, 4184.0, 4196.0, 4184.0, 4183.0, 4172.0, 4182.0, 4161.0, 4181.0, 4162.0, 4182.0, 4163.0, 4152.0, 4163.0, 4142.0, 4174.0, 4142.0, 4174.0, 4183.0, 4174.0, 4184.0, 4173.0, 4194.0, 4164.0, 4194.0, 4164.0, 4143.0, 4185.0, 4156.0, 4187.0, 4178.0, 4198.0, 4178.0, 4209.0, 4179.0, 4197.0, 4179.0, 4178.0, 4190.0, 4159.0, 4200.0, 4159.0, 4201.0, 4180.0, 4201.0, 4170.0, 4200.0, 4180.0, 4200.0, 4170.0, 4200.0, 4180.0, 4211.0, 4190.0, 4211.0, 4201.0, 4201.0, 4202.0, 4222.0, 4201.0, 4169.0, 4202.0, 4168.0, 4201.0, 4170.0, 4201.0, 4199.0, 4200.0, 4199.0, 4200.0, 4168.0, 4199.0, 4169.0, 4200.0, 4167.0, 4200.0, 4189.0, 4199.0, 4168.0, 4198.0, 4179.0, 4198.0, 4189.0, 4199.0, 4179.0, 4199.0, 4169.0, 4200.0, 4169.0, 4200.0, 4190.0, 4200.0, 4191.0, 4201.0, 4169.0, 4201.0, 4210.0, 4189.0, 4198.0, 4189.0, 4178.0, 4188.0, 4178.0, 4200.0, 4170.0, 4202.0, 4171.0, 4202.0, 4182.0, 4203.0, 4170.0, 4203.0, 4211.0, 4201.0, 4222.0, 4201.0, 4169.0, 4200.0, 4170.0, 4201.0, 4180.0, 4214.0, 4190.0, 4201.0, 4221.0, 4202.0, 4222.0, 4202.0, 4211.0, 4191.0, 4201.0, 4191.0, 4211.0, 4191.0, 4211.0, 4201.0, 4210.0, 4190.0, 4199.0, 4190.0, 4199.0, 4191.0, 4200.0, 4190.0, 4211.0, 4190.0, 4210.0, 4191.0, 4211.0, 4191.0, 4211.0, 4190.0, 4209.0, 4169.0, 4209.0, 4179.0, 4198.0, 4179.0, 4199.0, 4179.0, 4197.0, 4169.0, 4199.0, 4180.0, 4200.0, 4191.0, 4201.0, 4203.0, 4212.0, 4191.0, 4212.0, 4182.0, 4212.0, 4190.0, 4200.0, 4190.0, 4199.0, 4191.0, 4201.0, 4169.0, 4212.0, 4179.0, 4200.0, 4158.0, 4199.0, 4170.0, 4201.0, 4168.0, 4199.0, 4168.0, 4200.0, 4169.0, 4201.0, 4170.0, 4201.0, 4181.0, 4201.0, 4183.0, 4225.0, 4184.0, 4213.0, 4196.0, 4225.0, 4203.0, 4193.0, 4191.0, 4172.0, 4202.0, 4192.0, 4212.0, 4202.0, 4222.0, 4203.0, 4212.0, 4202.0, 4210.0, 4201.0, 4159.0, 4201.0, 4190.0, 4210.0, 4190.0, 4180.0, 4201.0, 4171.0, 4213.0, 4191.0, 4212.0, 4192.0, 4212.0, 4191.0, 4211.0, 4202.0, 4211.0, 4202.0, 4179.0, 4200.0, 4169.0, 4200.0, 4189.0, 4200.0, 4169.0, 4210.0, 4191.0, 4172.0, 4213.0, 4203.0, 4224.0, 4204.0, 4172.0, 4202.0, 4182.0, 4213.0, 4182.0, 4213.0, 4181.0, 4202.0, 4179.0, 4210.0, 4191.0, 4201.0, 4192.0, 4201.0, 4202.0, 4211.0, 4201.0, 4211.0, 4200.0, 4169.0, 4201.0, 4191.0, 4201.0, 4191.0, 4210.0, 4192.0, 4211.0, 4212.0, 4211.0, 4191.0, 4158.0, 4190.0, 4169.0, 4201.0, 4199.0, 4199.0, 4209.0, 4199.0, 4188.0, 4188.0, 4168.0, 4199.0, 4176.0, 4189.0, 4208.0, 4189.0, 4158.0, 4190.0, 4169.0, 4201.0, 4170.0, 4201.0, 4211.0, 4201.0, 4212.0, 4201.0, 4179.0, 4190.0, 4157.0, 4202.0, 4209.0, 4189.0, 4210.0, 4192.0, 4179.0, 4202.0, 4171.0, 4203.0, 4172.0, 4202.0, 4212.0, 4201.0, 4191.0, 4202.0, 4171.0, 4201.0, 4171.0, 4202.0, 4200.0, 4201.0, 4169.0, 4201.0, 4178.0, 4199.0, 4180.0, 4199.0, 4179.0, 4200.0, 4190.0, 4188.0, 4169.0, 4200.0, 4180.0, 4199.0, 4190.0, 4200.0, 4191.0, 4211.0, 4201.0, 4211.0, 4180.0, 4200.0, 4191.0, 4201.0, 4180.0, 4201.0, 4170.0, 4201.0, 4180.0, 4201.0, 4192.0, 4210.0, 4193.0, 4222.0, 4193.0, 4181.0, 4192.0, 4159.0, 4202.0, 4212.0, 4202.0, 4169.0, 4200.0, 4169.0, 4201.0, 4180.0, 4211.0, 4190.0, 4211.0, 4168.0, 4209.0, 4189.0, 4198.0, 4177.0, 4188.0, 4188.0, 4208.0, 4199.0, 4198.0, 4188.0, 4167.0, 4197.0, 4189.0, 4198.0, 4189.0, 4208.0, 4190.0, 4189.0, 4189.0, 4159.0, 4198.0, 4179.0, 4209.0, 4190.0, 4210.0, 4190.0, 4189.0, 4189.0, 4157.0, 4189.0, 4168.0, 4200.0, 4177.0, 4209.0, 4179.0, 4197.0, 4178.0, 4198.0, 4189.0, 4197.0, 4188.0, 4157.0, 4187.0, 4156.0, 4188.0, 4178.0, 4199.0, 4190.0, 4179.0, 4188.0, 4159.0, 4200.0, 4180.0, 4211.0, 4201.0, 4211.0, 4211.0, 4179.0, 4190.0, 4157.0, 4199.0, 4178.0, 4210.0, 4178.0, 4209.0, 4179.0, 4209.0, 4190.0, 4199.0, 4189.0, 4157.0, 4189.0, 4191.0, 4189.0, 4202.0, 4211.0, 4190.0, 4210.0, 4212.0, 4199.0, 4189.0, 4157.0, 4189.0, 4167.0, 4198.0, 4190.0, 4210.0, 4190.0, 4169.0, 4191.0, 4168.0, 4199.0, 4170.0, 4222.0, 4180.0, 4211.0, 4191.0, 4209.0, 4189.0, 4211.0, 4200.0, 4210.0, 4180.0, 4170.0, 4190.0, 4159.0, 4200.0, 4181.0, 4211.0, 4192.0, 4222.0, 4191.0, 4222.0, 4192.0, 4210.0, 4202.0, 4210.0, 4201.0, 4209.0, 4188.0, 4197.0, 4178.0, 4198.0, 4189.0, 4197.0, 4177.0, 4198.0, 4188.0, 4197.0, 4179.0, 4188.0, 4178.0, 4187.0, 4168.0, 4198.0, 4168.0, 4187.0, 4169.0, 4198.0, 4191.0, 4201.0, 4192.0, 4212.0, 4191.0, 4211.0, 4181.0, 4210.0, 4180.0, 4198.0, 4179.0, 4199.0, 4168.0, 4189.0, 4166.0, 4198.0, 4168.0, 4188.0, 4169.0, 4199.0, 4169.0, 4200.0, 4170.0, 4200.0, 4192.0, 4235.0, 4214.0, 4203.0, 4190.0, 4160.0, 4202.0, 4221.0, 4201.0, 4210.0, 4189.0, 4210.0, 4169.0, 4201.0, 4211.0, 4201.0, 4209.0, 4188.0, 4208.0, 4196.0, 4196.0, 4197.0, 4196.0, 4164.0, 4173.0, 4175.0, 4144.0, 4185.0, 4154.0, 4195.0, 4163.0, 4184.0, 4162.0, 4181.0, 4163.0, 4173.0, 4163.0, 4173.0, 4175.0, 4183.0, 4164.0, 4144.0, 4175.0, 4145.0, 4176.0, 4155.0, 4187.0, 4168.0, 4198.0, 4189.0, 4198.0, 4179.0, 4158.0, 4190.0, 4159.0, 4190.0, 4170.0, 4222.0, 4190.0, 4211.0, 4191.0, 4211.0, 4191.0, 4211.0, 4189.0, 4210.0, 4191.0, 4200.0, 4190.0, 4170.0, 4202.0, 4169.0, 4202.0, 4201.0, 4201.0, 4170.0, 4201.0, 4181.0, 4202.0, 4192.0, 4213.0, 4192.0, 4212.0, 4191.0, 4211.0, 4191.0, 4190.0, 4191.0, 4169.0, 4202.0, 4211.0, 4202.0, 4222.0, 4191.0, 4212.0, 4201.0, 4160.0, 4202.0, 4171.0, 4213.0, 4171.0, 4203.0, 4211.0, 4202.0, 4201.0, 4202.0, 4169.0, 4202.0, 4171.0, 4202.0, 4170.0, 4203.0, 4181.0, 4203.0, 4171.0, 4202.0, 4183.0, 4201.0, 4193.0, 4203.0, 4203.0, 4224.0, 4205.0, 4194.0, 4205.0, 4224.0, 4206.0, 4214.0, 4203.0, 4174.0, 4225.0, 4205.0, 4214.0, 4206.0, 4223.0, 4216.0, 4204.0, 4212.0, 4222.0, 4201.0, 4222.0, 4200.0, 4210.0, 4200.0, 4158.0, 4201.0, 4170.0, 4201.0, 4180.0, 4210.0, 4181.0, 4222.0, 4191.0, 4200.0, 4192.0, 4172.0, 4202.0, 4213.0, 4203.0, 4183.0, 4224.0, 4193.0, 4224.0, 4194.0, 4223.0, 4203.0, 4224.0, 4213.0, 4211.0, 4202.0, 4159.0, 4199.0, 4159.0, 4201.0, 4187.0, 4198.0, 4199.0, 4199.0, 4156.0, 4188.0, 4167.0, 4188.0, 4179.0, 4209.0, 4179.0, 4208.0, 4179.0, 4207.0, 4190.0, 4198.0, 4179.0, 4167.0, 4189.0, 4178.0, 4188.0, 4209.0, 4188.0, 4167.0, 4187.0, 4157.0, 4187.0, 4167.0, 4188.0, 4168.0, 4189.0, 4180.0, 4209.0, 4181.0, 4179.0, 4190.0, 4180.0, 4201.0, 4170.0, 4202.0, 4193.0, 4211.0, 4193.0, 4212.0, 4203.0, 4212.0, 4192.0, 4160.0, 4190.0, 4159.0, 4201.0, 4170.0, 4210.0, 4179.0, 4210.0, 4180.0, 4198.0, 4179.0, 4209.0, 4180.0, 4210.0, 4199.0, 4197.0, 4189.0, 4147.0, 4187.0, 4158.0, 4188.0, 4169.0, 4189.0, 4189.0, 4191.0, 4198.0, 4190.0, 4169.0, 4200.0, 4190.0, 4199.0, 4192.0, 4212.0, 4191.0, 4212.0, 4192.0, 4212.0, 4181.0, 4211.0, 4192.0, 4211.0, 4191.0, 4210.0, 4190.0, 4211.0, 4192.0, 4210.0, 4181.0, 4169.0, 4191.0, 4181.0, 4203.0, 4211.0, 4191.0, 4213.0, 4192.0, 4212.0, 4181.0, 4200.0, 4190.0, 4199.0, 4179.0, 4209.0, 4169.0, 4200.0, 4168.0, 4199.0], 'WindowWidth': [9402.0, 9386.0, 9349.0, 9369.0, 9335.0, 9347.0, 9314.0, 9327.0, 9312.0, 9341.0, 9308.0, 9325.0, 9323.0, 9304.0, 9288.0, 9261.0, 9301.0, 9272.0, 9303.0, 9287.0, 9307.0, 9261.0, 9304.0, 9265.0, 9301.0, 9294.0, 9333.0, 9314.0, 9362.0, 9324.0, 9262.0, 9303.0, 9297.0, 9305.0, 9296.0, 9326.0, 9290.0, 9306.0, 9255.0, 9298.0, 9264.0, 9281.0, 9309.0, 9272.0, 9297.0, 9271.0, 9271.0, 9252.0, 9265.0, 9235.0, 9264.0, 9240.0, 9264.0, 9240.0, 9225.0, 9242.0, 9212.0, 9257.0, 9213.0, 9259.0, 9267.0, 9255.0, 9269.0, 9254.0, 9286.0, 9243.0, 9287.0, 9246.0, 9218.0, 9275.0, 9237.0, 9280.0, 9269.0, 9298.0, 9271.0, 9314.0, 9275.0, 9297.0, 9274.0, 9272.0, 9291.0, 9247.0, 9305.0, 9247.0, 9307.0, 9277.0, 9308.0, 9262.0, 9305.0, 9278.0, 9306.0, 9263.0, 9305.0, 9277.0, 9319.0, 9291.0, 9320.0, 9308.0, 9307.0, 9309.0, 9337.0, 9307.0, 9261.0, 9309.0, 9259.0, 9306.0, 9265.0, 9307.0, 9301.0, 9303.0, 9300.0, 9302.0, 9258.0, 9301.0, 9260.0, 9305.0, 9255.0, 9304.0, 9285.0, 9301.0, 9255.0, 9298.0, 9272.0, 9298.0, 9286.0, 9300.0, 9272.0, 9301.0, 9261.0, 9303.0, 9261.0, 9304.0, 9291.0, 9303.0, 9291.0, 9307.0, 9260.0, 9307.0, 9315.0, 9285.0, 9298.0, 9286.0, 9271.0, 9285.0, 9271.0, 9303.0, 9263.0, 9309.0, 9266.0, 9310.0, 9282.0, 9314.0, 9264.0, 9313.0, 9320.0, 9307.0, 9338.0, 9306.0, 9260.0, 9304.0, 9263.0, 9305.0, 9278.0, 9328.0, 9291.0, 9307.0, 9336.0, 9307.0, 9340.0, 9308.0, 9322.0, 9293.0, 9308.0, 9293.0, 9323.0, 9292.0, 9322.0, 9308.0, 9317.0, 9289.0, 9301.0, 9290.0, 9302.0, 9291.0, 9306.0, 9291.0, 9320.0, 9292.0, 9320.0, 9293.0, 9321.0, 9294.0, 9322.0, 9290.0, 9315.0, 9260.0, 9314.0, 9271.0, 9298.0, 9272.0, 9298.0, 9272.0, 9296.0, 9261.0, 9301.0, 9276.0, 9303.0, 9294.0, 9309.0, 9311.0, 9325.0, 9294.0, 9323.0, 9281.0, 9322.0, 9290.0, 9305.0, 9290.0, 9301.0, 9291.0, 9307.0, 9260.0, 9322.0, 9271.0, 9301.0, 9243.0, 9300.0, 9262.0, 9304.0, 9259.0, 9302.0, 9258.0, 9304.0, 9262.0, 9307.0, 9264.0, 9307.0, 9279.0, 9308.0, 9287.0, 9348.0, 9293.0, 9326.0, 9306.0, 9345.0, 9313.0, 9300.0, 9295.0, 9269.0, 9311.0, 9295.0, 9326.0, 9310.0, 9338.0, 9312.0, 9325.0, 9310.0, 9318.0, 9305.0, 9247.0, 9306.0, 9290.0, 9318.0, 9291.0, 9276.0, 9307.0, 9266.0, 9325.0, 9293.0, 9324.0, 9297.0, 9325.0, 9293.0, 9321.0, 9309.0, 9320.0, 9307.0, 9274.0, 9303.0, 9261.0, 9305.0, 9289.0, 9302.0, 9260.0, 9319.0, 9293.0, 9270.0, 9327.0, 9316.0, 9346.0, 9318.0, 9271.0, 9309.0, 9283.0, 9327.0, 9282.0, 9326.0, 9279.0, 9308.0, 9275.0, 9320.0, 9293.0, 9307.0, 9294.0, 9307.0, 9308.0, 9320.0, 9305.0, 9319.0, 9304.0, 9262.0, 9306.0, 9292.0, 9307.0, 9294.0, 9318.0, 9294.0, 9324.0, 9324.0, 9320.0, 9291.0, 9244.0, 9290.0, 9259.0, 9304.0, 9298.0, 9300.0, 9316.0, 9300.0, 9283.0, 9284.0, 9256.0, 9299.0, 9267.0, 9287.0, 9314.0, 9287.0, 9245.0, 9289.0, 9262.0, 9307.0, 9262.0, 9306.0, 9318.0, 9305.0, 9323.0, 9306.0, 9273.0, 9289.0, 9243.0, 9307.0, 9318.0, 9288.0, 9318.0, 9294.0, 9276.0, 9308.0, 9265.0, 9310.0, 9269.0, 9310.0, 9323.0, 9307.0, 9293.0, 9308.0, 9265.0, 9306.0, 9265.0, 9311.0, 9302.0, 9307.0, 9260.0, 9306.0, 9271.0, 9301.0, 9275.0, 9300.0, 9273.0, 9304.0, 9287.0, 9285.0, 9259.0, 9302.0, 9275.0, 9302.0, 9291.0, 9303.0, 9292.0, 9319.0, 9306.0, 9319.0, 9277.0, 9303.0, 9291.0, 9306.0, 9278.0, 9307.0, 9264.0, 9306.0, 9276.0, 9306.0, 9296.0, 9320.0, 9299.0, 9338.0, 9299.0, 9280.0, 9296.0, 9249.0, 9309.0, 9323.0, 9307.0, 9261.0, 9305.0, 9262.0, 9307.0, 9278.0, 9322.0, 9290.0, 9320.0, 9258.0, 9316.0, 9286.0, 9299.0, 9269.0, 9284.0, 9283.0, 9313.0, 9299.0, 9297.0, 9284.0, 9254.0, 9296.0, 9288.0, 9298.0, 9286.0, 9311.0, 9290.0, 9285.0, 9285.0, 9246.0, 9299.0, 9274.0, 9314.0, 9288.0, 9317.0, 9290.0, 9286.0, 9286.0, 9242.0, 9286.0, 9257.0, 9302.0, 9267.0, 9313.0, 9272.0, 9296.0, 9271.0, 9297.0, 9285.0, 9296.0, 9284.0, 9239.0, 9281.0, 9240.0, 9284.0, 9271.0, 9301.0, 9290.0, 9273.0, 9285.0, 9248.0, 9305.0, 9277.0, 9321.0, 9308.0, 9322.0, 9319.0, 9273.0, 9288.0, 9242.0, 9301.0, 9271.0, 9316.0, 9270.0, 9314.0, 9272.0, 9315.0, 9288.0, 9300.0, 9286.0, 9242.0, 9288.0, 9292.0, 9288.0, 9310.0, 9322.0, 9292.0, 9321.0, 9321.0, 9302.0, 9287.0, 9242.0, 9285.0, 9255.0, 9299.0, 9289.0, 9319.0, 9290.0, 9262.0, 9291.0, 9260.0, 9303.0, 9264.0, 9337.0, 9277.0, 9321.0, 9293.0, 9315.0, 9287.0, 9321.0, 9304.0, 9317.0, 9276.0, 9262.0, 9290.0, 9250.0, 9304.0, 9279.0, 9320.0, 9295.0, 9337.0, 9295.0, 9338.0, 9297.0, 9321.0, 9309.0, 9320.0, 9304.0, 9314.0, 9284.0, 9297.0, 9270.0, 9299.0, 9284.0, 9295.0, 9269.0, 9297.0, 9283.0, 9295.0, 9271.0, 9284.0, 9271.0, 9282.0, 9256.0, 9297.0, 9258.0, 9283.0, 9260.0, 9300.0, 9295.0, 9308.0, 9296.0, 9322.0, 9294.0, 9319.0, 9278.0, 9317.0, 9275.0, 9299.0, 9274.0, 9301.0, 9255.0, 9286.0, 9253.0, 9298.0, 9255.0, 9284.0, 9260.0, 9299.0, 9260.0, 9301.0, 9263.0, 9305.0, 9300.0, 9360.0, 9328.0, 9313.0, 9290.0, 9251.0, 9309.0, 9335.0, 9303.0, 9318.0, 9286.0, 9319.0, 9260.0, 9307.0, 9319.0, 9306.0, 9318.0, 9282.0, 9314.0, 9291.0, 9295.0, 9294.0, 9293.0, 9246.0, 9256.0, 9260.0, 9218.0, 9275.0, 9230.0, 9289.0, 9240.0, 9270.0, 9238.0, 9262.0, 9239.0, 9253.0, 9241.0, 9253.0, 9259.0, 9268.0, 9244.0, 9216.0, 9262.0, 9221.0, 9263.0, 9234.0, 9280.0, 9256.0, 9298.0, 9287.0, 9298.0, 9275.0, 9247.0, 9289.0, 9246.0, 9291.0, 9265.0, 9336.0, 9290.0, 9321.0, 9294.0, 9320.0, 9292.0, 9319.0, 9288.0, 9317.0, 9294.0, 9305.0, 9290.0, 9266.0, 9310.0, 9264.0, 9308.0, 9307.0, 9306.0, 9263.0, 9309.0, 9280.0, 9311.0, 9297.0, 9326.0, 9295.0, 9324.0, 9292.0, 9319.0, 9293.0, 9291.0, 9293.0, 9261.0, 9308.0, 9319.0, 9307.0, 9337.0, 9294.0, 9322.0, 9306.0, 9252.0, 9309.0, 9267.0, 9325.0, 9267.0, 9313.0, 9322.0, 9310.0, 9306.0, 9309.0, 9262.0, 9309.0, 9268.0, 9311.0, 9265.0, 9311.0, 9281.0, 9311.0, 9268.0, 9310.0, 9285.0, 9309.0, 9301.0, 9314.0, 9314.0, 9342.0, 9317.0, 9303.0, 9319.0, 9344.0, 9322.0, 9330.0, 9314.0, 9277.0, 9347.0, 9319.0, 9330.0, 9322.0, 9341.0, 9335.0, 9315.0, 9323.0, 9340.0, 9305.0, 9344.0, 9305.0, 9319.0, 9303.0, 9246.0, 9306.0, 9265.0, 9308.0, 9276.0, 9318.0, 9281.0, 9338.0, 9294.0, 9306.0, 9296.0, 9270.0, 9312.0, 9325.0, 9312.0, 9285.0, 9342.0, 9299.0, 9343.0, 9301.0, 9343.0, 9312.0, 9347.0, 9326.0, 9326.0, 9308.0, 9247.0, 9301.0, 9246.0, 9305.0, 9282.0, 9299.0, 9300.0, 9300.0, 9237.0, 9284.0, 9254.0, 9284.0, 9271.0, 9312.0, 9271.0, 9311.0, 9273.0, 9310.0, 9287.0, 9297.0, 9271.0, 9255.0, 9285.0, 9269.0, 9283.0, 9314.0, 9283.0, 9253.0, 9282.0, 9240.0, 9281.0, 9254.0, 9284.0, 9257.0, 9287.0, 9274.0, 9314.0, 9278.0, 9275.0, 9290.0, 9277.0, 9306.0, 9262.0, 9310.0, 9297.0, 9322.0, 9297.0, 9326.0, 9312.0, 9322.0, 9294.0, 9249.0, 9289.0, 9247.0, 9307.0, 9262.0, 9317.0, 9271.0, 9319.0, 9273.0, 9300.0, 9272.0, 9314.0, 9275.0, 9317.0, 9299.0, 9296.0, 9284.0, 9227.0, 9282.0, 9245.0, 9284.0, 9258.0, 9288.0, 9287.0, 9291.0, 9298.0, 9288.0, 9260.0, 9302.0, 9290.0, 9302.0, 9294.0, 9322.0, 9293.0, 9322.0, 9297.0, 9323.0, 9280.0, 9321.0, 9295.0, 9320.0, 9292.0, 9318.0, 9290.0, 9320.0, 9295.0, 9318.0, 9280.0, 9263.0, 9295.0, 9281.0, 9313.0, 9325.0, 9294.0, 9328.0, 9297.0, 9321.0, 9280.0, 9305.0, 9289.0, 9302.0, 9273.0, 9315.0, 9260.0, 9303.0, 9257.0, 9300.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.00047757471264367826</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014757139425287356</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.187561895477536</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2725887674798622</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0026054128538553</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6453.0049</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07170820026859427</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.264367816091954</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.650180680435799</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.628595664602123</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8345945687816356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.487351807923638</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0100865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016094768419861794</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030217373743653297</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.822209896977604</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>25.7879</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2559</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.2653</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299176.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.7905</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4457</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.5515</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3354.3475</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3544.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77368.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.2063</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>45.497269531711936</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> |