=== 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-0007 --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-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0007_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0007_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0007_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-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-03/func/sub-0007_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8ce9651df6c9c6de91ff1532ca3ca2bf</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>15:15:5.737500</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.998587, -0.00855548, 0.0524487, 0.0029629, 0.994384, 0.105793]</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0827258</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7734, -7234, 662, 17, -227, -2, 42]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.334</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5a57a4f1-5333-4ff2-b300-500c9c49db1f||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.679135799407959, 0.007949253544211388, 0.1432598978281021, 112.84645080566406], [0.022953718900680542, 2.667858839035034, 0.2848183214664459, -105.16840362548828], [0.14071595668792725, -0.2838352918624878, 2.6811108589172363, -58.781314849853516], [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': ['151505.737500', '151506.197500', '151506.657500', '151507.117500', '151507.577500', '151508.037500', '151508.497500', '151508.957500', '151509.417500', '151509.877500', '151510.337500', '151510.797500', '151511.257500', '151511.717500', '151512.177500', '151512.637500', '151513.097500', '151513.557500', '151514.017500', '151514.477500', '151514.937500', '151515.397500', '151515.857500', '151516.317500', '151516.777500', '151517.237500', '151517.697500', '151518.157500', '151518.617500', '151519.077500', '151519.537500', '151519.997500', '151520.457500', '151520.917500', '151521.377500', '151521.837500', '151522.297500', '151522.757500', '151523.217500', '151523.677500', '151524.137500', '151524.597500', '151525.057500', '151525.517500', '151525.977500', '151526.437500', '151526.897500', '151527.357500', '151527.817500', '151528.277500', '151528.737500', '151529.197500', '151529.657500', '151530.117500', '151530.577500', '151531.037500', '151531.497500', '151531.957500', '151532.417500', '151532.877500', '151533.337500', '151533.797500', '151534.257500', '151534.717500', '151535.177500', '151535.637500', '151536.097500', '151536.557500', '151537.017500', '151537.477500', '151537.937500', '151538.397500', '151538.857500', '151539.317500', '151539.777500', '151540.237500', '151540.697500', '151541.157500', '151541.617500', '151542.077500', '151542.537500', '151542.997500', '151543.457500', '151543.917500', '151544.377500', '151544.837500', '151545.297500', '151545.757500', '151546.217500', '151546.677500', '151547.137500', '151547.597500', '151548.057500', '151548.517500', '151548.977500', '151549.437500', '151549.897500', '151550.357500', '151550.817500', '151551.277500', '151551.737500', '151552.197500', '151552.657500', '151553.117500', '151553.577500', '151554.037500', '151554.497500', '151554.957500', '151555.417500', '151555.877500', '151556.337500', '151556.797500', '151557.257500', '151557.717500', '151558.177500', '151558.637500', '151559.097500', '151559.557500', '151600.017500', '151600.477500', '151600.937500', '151601.397500', '151601.857500', '151602.317500', '151602.777500', '151603.237500', '151603.697500', '151604.157500', '151604.617500', '151605.077500', '151605.537500', '151605.997500', '151606.457500', '151606.917500', '151607.377500', '151607.837500', '151608.297500', '151608.757500', '151609.217500', '151609.677500', '151610.137500', '151610.597500', '151611.057500', '151611.517500', '151611.977500', '151612.437500', '151612.897500', '151613.357500', '151613.817500', '151614.277500', '151614.737500', '151615.197500', '151615.657500', '151616.117500', '151616.577500', '151617.037500', '151617.497500', '151617.957500', '151618.417500', '151618.877500', '151619.337500', '151619.797500', '151620.257500', '151620.717500', '151621.177500', '151621.637500', '151622.097500', '151622.557500', '151623.017500', '151623.477500', '151623.937500', '151624.397500', '151624.857500', '151625.317500', '151625.777500', '151626.237500', '151626.697500', '151627.157500', '151627.617500', '151628.077500', '151628.537500', '151628.997500', '151629.457500', '151629.917500', '151630.377500', '151630.837500', '151631.297500', '151631.757500', '151632.217500', '151632.677500', '151633.137500', '151633.597500', '151634.057500', '151634.517500', '151634.977500', '151635.437500', '151635.897500', '151636.357500', '151636.817500', '151637.277500', '151637.737500', '151638.197500', '151638.657500', '151639.117500', '151639.577500', '151640.037500', '151640.497500', '151640.957500', '151641.417500', '151641.877500', '151642.337500', '151642.797500', '151643.257500', '151643.717500', '151644.177500', '151644.637500', '151645.097500', '151645.557500', '151646.017500', '151646.477500', '151646.937500', '151647.397500', '151647.857500', '151648.317500', '151648.777500', '151649.237500', '151649.697500', '151650.157500', '151650.617500', '151651.077500', '151651.537500', '151651.997500', '151652.457500', '151652.917500', '151653.377500', '151653.837500', '151654.297500', '151654.757500', '151655.217500', '151655.677500', '151656.137500', '151656.597500', '151657.057500', '151657.517500', '151657.977500', '151658.437500', '151658.897500', '151659.357500', '151659.817500', '151700.277500', '151700.737500', '151701.197500', '151701.657500', '151702.117500', '151702.577500', '151703.037500', '151703.497500', '151703.957500', '151704.417500', '151704.877500', '151705.337500', '151705.797500', '151706.257500', '151706.717500', '151707.177500', '151707.637500', '151708.097500', '151708.557500', '151709.017500', '151709.477500', '151709.937500', '151710.397500', '151710.857500', '151711.317500', '151711.777500', '151712.237500', '151712.697500', '151713.157500', '151713.617500', '151714.077500', '151714.537500', '151714.997500', '151715.457500', '151715.917500', '151716.377500', '151716.837500', '151717.297500', '151717.757500', '151718.217500', '151718.677500', '151719.137500', '151719.597500', '151720.057500', '151720.517500', '151720.977500', '151721.437500', '151721.897500', '151722.357500', '151722.817500', '151723.277500', '151723.737500', '151724.197500', '151724.657500', '151725.117500', '151725.577500', '151726.037500', '151726.497500', '151726.957500', '151727.417500', '151727.877500', '151728.337500', '151728.797500', '151729.257500', '151729.717500', '151730.177500', '151730.637500', '151731.097500', '151731.557500', '151732.017500', '151732.477500', '151732.937500', '151733.397500', '151733.857500', '151734.317500', '151734.777500', '151735.237500', '151735.697500', '151736.157500', '151736.617500', '151737.077500', '151737.537500', '151737.997500', '151738.457500', '151738.917500', '151739.377500', '151739.837500', '151740.297500', '151740.757500', '151741.217500', '151741.677500', '151742.137500', '151742.597500', '151743.057500', '151743.517500', '151743.977500', '151744.437500', '151744.897500', '151745.357500', '151745.817500', '151746.277500', '151746.737500', '151747.197500', '151747.657500', '151748.117500', '151748.577500', '151749.037500', '151749.497500', '151749.957500', '151750.417500', '151750.877500', '151751.337500', '151751.797500', '151752.257500', '151752.717500', '151753.177500', '151753.637500', '151754.097500', '151754.557500', '151755.017500', '151755.477500', '151755.937500', '151756.397500', '151756.857500', '151757.317500', '151757.777500', '151758.237500', '151758.697500', '151759.157500', '151759.617500', '151800.077500', '151800.537500', '151800.997500', '151801.457500', '151801.917500', '151802.377500', '151802.837500', '151803.297500', '151803.757500', '151804.217500', '151804.677500', '151805.137500', '151805.597500', '151806.057500', '151806.517500', '151806.977500', '151807.437500', '151807.897500', '151808.357500', '151808.817500', '151809.277500', '151809.737500', '151810.197500', '151810.657500', '151811.117500', '151811.577500', '151812.037500', '151812.497500', '151812.957500', '151813.417500', '151813.877500', '151814.337500', '151814.797500', '151815.257500', '151815.717500', '151816.177500', '151816.637500', '151817.097500', '151817.557500', '151818.017500', '151818.477500', '151818.937500', '151819.397500', '151819.857500', '151820.317500', '151820.777500', '151821.237500', '151821.697500', '151822.157500', '151822.617500', '151823.077500', '151823.537500', '151823.997500', '151824.457500', '151824.917500', '151825.377500', '151825.837500', '151826.297500', '151826.757500', '151827.217500', '151827.677500', '151828.137500', '151828.597500', '151829.057500', '151829.517500', '151829.977500', '151830.437500', '151830.897500', '151831.357500', '151831.817500', '151832.277500', '151832.737500', '151833.197500', '151833.657500', '151834.117500', '151834.577500', '151835.037500', '151835.497500', '151835.957500', '151836.417500', '151836.877500', '151837.337500', '151837.797500', '151838.257500', '151838.717500', '151839.177500', '151839.637500', '151840.097500', '151840.557500', '151841.017500', '151841.477500', '151841.937500', '151842.397500', '151842.857500', '151843.317500', '151843.777500', '151844.237500', '151844.697500', '151845.157500', '151845.617500', '151846.077500', '151846.537500', '151846.997500', '151847.457500', '151847.917500', '151848.377500', '151848.837500', '151849.297500', '151849.757500', '151850.217500', '151850.677500', '151851.137500', '151851.597500', '151852.057500', '151852.517500', '151852.977500', '151853.437500', '151853.897500', '151854.357500', '151854.817500', '151855.277500', '151855.737500', '151856.197500', '151856.657500', '151857.117500', '151857.577500', '151858.037500', '151858.497500', '151858.957500', '151859.417500', '151859.877500', '151900.337500', '151900.797500', '151901.257500', '151901.717500', '151902.177500', '151902.637500', '151903.097500', '151903.557500', '151904.017500', '151904.477500', '151904.937500', '151905.397500', '151905.857500', '151906.317500', '151906.777500', '151907.237500', '151907.697500', '151908.157500', '151908.617500', '151909.077500', '151909.537500', '151909.997500', '151910.457500', '151910.917500', '151911.377500', '151911.837500', '151912.297500', '151912.757500', '151913.217500', '151913.677500', '151914.137500', '151914.597500', '151915.057500', '151915.517500', '151915.977500', '151916.437500', '151916.897500', '151917.357500', '151917.817500', '151918.277500', '151918.737500', '151919.197500', '151919.657500', '151920.117500', '151920.577500', '151921.037500', '151921.497500', '151921.957500', '151922.417500', '151922.877500', '151923.337500', '151923.797500', '151924.257500', '151924.717500', '151925.177500', '151925.637500', '151926.097500', '151926.557500', '151927.017500', '151927.477500', '151927.937500', '151928.397500', '151928.857500', '151929.317500', '151929.777500', '151930.237500', '151930.697500', '151931.157500', '151931.617500', '151932.077500', '151932.537500', '151932.997500', '151933.457500', '151933.917500', '151934.377500', '151934.837500', '151935.297500', '151935.757500', '151936.217500', '151936.677500', '151937.137500', '151937.597500', '151938.057500', '151938.517500', '151938.977500', '151939.437500', '151939.897500', '151940.357500', '151940.817500', '151941.277500', '151941.737500', '151942.197500', '151942.657500', '151943.117500', '151943.577500', '151944.037500', '151944.497500', '151944.957500', '151945.417500', '151945.877500', '151946.337500', '151946.797500', '151947.257500', '151947.717500', '151948.177500', '151948.637500', '151949.097500', '151949.557500', '151950.017500', '151950.477500', '151950.937500', '151951.397500', '151951.857500', '151952.317500', '151952.777500', '151953.237500', '151953.697500', '151954.157500', '151954.617500', '151955.077500', '151955.537500', '151955.997500', '151956.457500', '151956.917500', '151957.377500', '151957.837500', '151958.297500', '151958.757500', '151959.217500', '151959.677500', '152000.137500', '152000.597500', '152001.057500', '152001.517500', '152001.977500', '152002.437500', '152002.897500', '152003.357500', '152003.817500', '152004.277500', '152004.737500', '152005.197500', '152005.657500', '152006.117500', '152006.577500', '152007.037500', '152007.497500', '152007.957500', '152008.417500', '152008.877500', '152009.337500', '152009.797500', '152010.257500', '152010.717500', '152011.177500', '152011.637500', '152012.097500', '152012.557500', '152013.017500', '152013.477500', '152013.937500', '152014.397500', '152014.857500', '152015.317500', '152015.777500', '152016.237500', '152016.697500', '152017.157500', '152017.617500', '152018.077500', '152018.537500', '152018.997500', '152019.457500', '152019.917500', '152020.377500', '152020.837500', '152021.297500', '152021.757500', '152022.217500', '152022.677500', '152023.137500', '152023.597500', '152024.057500', '152024.517500', '152024.977500', '152025.437500', '152025.897500', '152026.357500', '152026.817500', '152027.277500', '152027.737500', '152028.197500', '152028.657500', '152029.117500', '152029.577500', '152030.037500', '152030.497500', '152030.957500', '152031.417500', '152031.877500', '152032.337500', '152032.797500', '152033.257500', '152033.717500', '152034.177500', '152034.637500', '152035.097500', '152035.557500', '152036.017500', '152036.477500', '152036.937500', '152037.397500', '152037.857500', '152038.317500', '152038.777500', '152039.237500', '152039.697500', '152040.157500', '152040.617500', '152041.077500', '152041.537500', '152041.997500', '152042.457500', '152042.917500', '152043.377500', '152043.837500', '152044.297500', '152044.757500', '152045.217500', '152045.677500', '152046.137500', '152046.597500', '152047.057500', '152047.517500', '152047.977500', '152048.437500', '152048.897500', '152049.357500', '152049.817500', '152050.277500', '152050.737500', '152051.197500', '152051.657500', '152052.117500', '152052.577500', '152053.037500', '152053.497500', '152053.957500', '152054.417500', '152054.877500', '152055.337500', '152055.797500', '152056.257500', '152056.717500', '152057.177500', '152057.637500', '152058.097500', '152058.557500', '152059.017500', '152059.477500', '152059.937500', '152100.397500', '152100.857500', '152101.317500', '152101.777500', '152102.237500', '152102.697500', '152103.157500', '152103.617500', '152104.077500', '152104.537500', '152104.997500', '152105.457500', '152105.917500', '152106.377500', '152106.837500', '152107.297500', '152107.757500', '152108.217500', '152108.677500', '152109.137500', '152109.597500', '152110.057500', '152110.517500', '152110.977500', '152111.437500', '152111.897500', '152112.357500', '152112.817500', '152113.277500', '152113.737500', '152114.197500', '152114.657500', '152115.117500', '152115.577500', '152116.037500', '152116.497500', '152116.957500', '152117.417500', '152117.877500', '152118.337500', '152118.797500', '152119.257500', '152119.717500', '152120.177500', '152120.637500', '152121.097500', '152121.557500', '152122.017500', '152122.477500', '152122.937500', '152123.397500', '152123.857500', '152124.317500', '152124.777500', '152125.237500', '152125.697500', '152126.157500', '152126.617500', '152127.077500', '152127.537500', '152127.997500', '152128.457500', '152128.917500', '152129.377500', '152129.837500', '152130.297500', '152130.757500', '152131.217500', '152131.677500', '152132.137500', '152132.597500', '152133.057500', '152133.517500', '152133.977500', '152134.437500', '152134.897500', '152135.357500', '152135.817500', '152136.277500', '152136.737500', '152137.197500', '152137.657500', '152138.117500', '152138.577500', '152139.037500', '152139.497500', '152139.957500', '152140.417500', '152140.877500', '152141.337500', '152141.797500', '152142.257500', '152142.717500', '152143.177500', '152143.637500', '152144.097500', '152144.557500', '152145.017500', '152145.477500', '152145.937500', '152146.397500'], 'ContentTime': ['151524.082000', '151524.085000', '151524.088000', '151524.091000', '151524.094000', '151524.097000', '151524.100000', '151524.102000', '151524.105000', '151524.111000', '151524.115000', '151524.118000', '151524.120000', '151524.144000', '151524.147000', '151524.150000', '151524.153000', '151524.155000', '151524.158000', '151524.161000', '151524.164000', '151524.167000', '151524.170000', '151524.173000', '151524.175000', '151524.185000', '151524.188000', '151524.191000', '151524.194000', '151524.196000', '151524.199000', '151524.202000', '151524.205000', '151524.208000', '151524.211000', '151524.213000', '151524.216000', '151544.039000', '151544.042000', '151544.050000', '151544.052000', '151544.055000', '151544.058000', '151544.061000', '151544.064000', '151544.067000', '151544.069000', '151544.072000', '151544.075000', '151544.078000', '151544.081000', '151544.084000', '151544.087000', '151544.089000', '151544.092000', '151544.095000', '151544.098000', '151544.101000', '151544.104000', '151544.107000', '151544.110000', '151544.112000', '151544.115000', '151544.118000', '151544.121000', '151544.124000', '151544.127000', '151544.129000', '151544.132000', '151544.135000', '151544.138000', '151544.141000', '151544.144000', '151544.147000', '151544.149000', '151544.152000', '151544.155000', '151544.158000', '151544.161000', '151544.164000', '151544.166000', '151604.041000', '151604.044000', '151604.047000', '151604.050000', '151604.053000', '151604.056000', '151604.059000', '151604.061000', '151604.064000', '151604.067000', '151604.070000', '151604.073000', '151604.076000', '151604.094000', '151604.097000', '151604.101000', '151604.106000', '151604.110000', '151604.112000', '151604.115000', '151604.118000', '151604.121000', '151604.124000', '151604.127000', '151604.129000', '151604.132000', '151604.135000', '151604.138000', '151604.141000', '151604.144000', '151604.147000', '151604.150000', '151604.152000', '151604.155000', '151604.158000', '151604.161000', '151604.164000', '151604.166000', '151604.169000', '151604.172000', '151604.175000', '151604.178000', '151604.181000', '151624.040000', '151624.043000', '151624.046000', '151624.049000', '151624.051000', '151624.054000', '151624.057000', '151624.060000', '151624.063000', '151624.065000', '151624.068000', '151624.071000', '151624.074000', '151624.077000', '151624.080000', '151624.083000', '151624.086000', '151624.088000', '151624.091000', '151624.094000', '151624.097000', '151624.100000', '151624.103000', '151624.105000', '151624.108000', '151624.111000', '151624.114000', '151624.117000', '151624.120000', '151624.123000', '151624.125000', '151624.128000', '151624.131000', '151624.134000', '151624.137000', '151624.140000', '151624.142000', '151624.145000', '151624.148000', '151624.151000', '151624.154000', '151624.157000', '151624.159000', '151624.162000', '151644.040000', '151644.043000', '151644.046000', '151644.049000', '151644.052000', '151644.054000', '151644.057000', '151644.060000', '151644.063000', '151644.066000', '151644.069000', '151644.072000', '151644.075000', '151644.078000', '151644.080000', '151644.083000', '151644.086000', '151644.089000', '151644.092000', '151644.095000', '151644.097000', '151644.100000', '151644.103000', '151644.106000', '151644.109000', '151644.112000', '151644.115000', '151644.118000', '151644.121000', '151644.123000', '151644.126000', '151644.129000', '151644.133000', '151644.137000', '151644.140000', '151644.143000', '151644.146000', '151644.149000', '151644.152000', '151644.154000', '151644.157000', '151644.160000', '151644.163000', '151704.040000', '151704.043000', '151704.046000', '151704.048000', '151704.051000', '151704.054000', '151704.057000', '151704.060000', '151704.063000', '151704.066000', '151704.068000', '151704.071000', '151704.074000', '151704.077000', '151704.080000', '151704.097000', '151704.099000', '151704.102000', '151704.105000', '151704.108000', '151704.111000', '151704.114000', '151704.116000', '151704.119000', '151704.122000', '151704.125000', '151704.128000', '151704.131000', '151704.134000', '151704.136000', '151704.139000', '151704.142000', '151704.145000', '151704.148000', '151704.151000', '151704.153000', '151704.156000', '151704.159000', '151704.162000', '151704.165000', '151704.168000', '151704.171000', '151704.173000', '151704.176000', '151724.039000', '151724.042000', '151724.045000', '151724.047000', '151724.050000', '151724.053000', '151724.056000', '151724.059000', '151724.062000', '151724.065000', '151724.068000', '151724.070000', '151724.073000', '151724.077000', '151724.081000', '151724.083000', '151724.086000', '151724.089000', '151724.092000', '151724.095000', '151724.098000', '151724.101000', '151724.103000', '151724.107000', '151724.109000', '151724.112000', '151724.115000', '151724.118000', '151724.121000', '151724.124000', '151724.127000', '151724.130000', '151724.133000', '151724.139000', '151724.142000', '151724.145000', '151724.148000', '151724.150000', '151724.153000', '151724.156000', '151724.159000', '151724.162000', '151724.165000', '151744.039000', '151744.042000', '151744.045000', '151744.048000', '151744.050000', '151744.053000', '151744.056000', '151744.059000', '151744.062000', '151744.065000', '151744.068000', '151744.071000', '151744.073000', '151744.076000', '151744.079000', '151744.082000', '151744.085000', '151744.088000', '151744.091000', '151744.094000', '151744.096000', '151744.099000', '151744.102000', '151744.105000', '151744.108000', '151744.111000', '151744.114000', '151744.117000', '151744.119000', '151744.122000', '151744.125000', '151744.128000', '151744.131000', '151744.134000', '151744.136000', '151744.139000', '151744.142000', '151744.145000', '151744.148000', '151744.151000', '151744.154000', '151744.157000', '151744.160000', '151744.163000', '151804.039000', '151804.042000', '151804.045000', '151804.048000', '151804.050000', '151804.053000', '151804.056000', '151804.059000', '151804.062000', '151804.065000', '151804.068000', '151804.071000', '151804.073000', '151804.076000', '151804.079000', '151804.082000', '151804.085000', '151804.088000', '151804.090000', '151804.093000', '151804.096000', '151804.099000', '151804.102000', '151804.105000', '151804.107000', '151804.110000', '151804.113000', '151804.116000', '151804.119000', '151804.122000', '151804.125000', '151804.128000', '151804.130000', '151804.133000', '151804.136000', '151804.139000', '151804.142000', '151804.145000', '151804.147000', '151804.150000', '151804.153000', '151804.156000', '151804.160000', '151824.040000', '151824.043000', '151824.046000', '151824.049000', '151824.052000', '151824.055000', '151824.057000', '151824.060000', '151824.063000', '151824.066000', '151824.069000', '151824.072000', '151824.075000', '151824.078000', '151824.081000', '151824.084000', '151824.087000', '151824.090000', '151824.093000', '151824.096000', '151824.098000', '151824.101000', '151824.104000', '151824.107000', '151824.110000', '151824.113000', '151824.116000', '151824.119000', '151824.122000', '151824.124000', '151824.127000', '151824.130000', '151824.133000', '151824.136000', '151824.139000', '151824.142000', '151824.145000', '151824.148000', '151824.151000', '151824.154000', '151824.169000', '151824.172000', '151824.174000', '151824.178000', '151844.040000', '151844.043000', '151844.046000', '151844.049000', '151844.052000', '151844.055000', '151844.058000', '151844.060000', '151844.063000', '151844.066000', '151844.069000', '151844.072000', '151844.075000', '151844.078000', '151844.081000', '151844.084000', '151844.087000', '151844.090000', '151844.093000', '151844.095000', '151844.098000', '151844.101000', '151844.104000', '151844.107000', '151844.110000', '151844.113000', '151844.117000', '151844.120000', '151844.123000', '151844.126000', '151844.129000', '151844.132000', '151844.135000', '151844.140000', '151844.143000', '151844.146000', '151844.149000', '151844.152000', '151844.154000', '151844.157000', '151844.160000', '151844.163000', '151844.166000', '151904.040000', '151904.043000', '151904.046000', '151904.049000', '151904.052000', '151904.054000', '151904.057000', '151904.060000', '151904.063000', '151904.066000', '151904.069000', '151904.072000', '151904.075000', '151904.078000', '151904.082000', '151904.084000', '151904.087000', '151904.090000', '151904.093000', '151904.096000', '151904.099000', '151904.102000', '151904.105000', '151904.107000', '151904.110000', '151904.113000', '151904.116000', '151904.119000', '151904.122000', '151904.125000', '151904.128000', '151904.131000', '151904.134000', '151904.136000', '151904.140000', '151904.142000', '151904.145000', '151904.148000', '151904.151000', '151904.154000', '151904.157000', '151904.160000', '151904.163000', '151904.166000', '151924.040000', '151924.043000', '151924.051000', '151924.054000', '151924.057000', '151924.060000', '151924.062000', '151924.065000', '151924.068000', '151924.071000', '151924.074000', '151924.077000', '151924.080000', '151924.083000', '151924.086000', '151924.089000', '151924.092000', '151924.095000', '151924.097000', '151924.100000', '151924.103000', '151924.106000', '151924.109000', '151924.112000', '151924.115000', '151924.118000', '151924.121000', '151924.124000', '151924.127000', '151924.129000', '151924.132000', '151924.135000', '151924.138000', '151924.141000', '151924.144000', '151924.147000', '151924.150000', '151924.153000', '151924.155000', '151924.158000', '151924.161000', '151924.164000', '151924.167000', '151944.039000', '151944.042000', '151944.045000', '151944.048000', '151944.051000', '151944.054000', '151944.057000', '151944.059000', '151944.062000', '151944.066000', '151944.068000', '151944.071000', '151944.074000', '151944.077000', '151944.080000', '151944.083000', '151944.086000', '151944.089000', '151944.092000', '151944.094000', '151944.097000', '151944.100000', '151944.103000', '151944.106000', '151944.109000', '151944.112000', '151944.115000', '151944.118000', '151944.120000', '151944.123000', '151944.126000', '151944.129000', '151944.132000', '151944.135000', '151944.138000', '151944.141000', '151944.143000', '151944.146000', '151944.149000', '151944.152000', '151944.155000', '151944.158000', '151944.160000', '151944.163000', '152004.039000', '152004.042000', '152004.045000', '152004.048000', '152004.051000', '152004.053000', '152004.056000', '152004.059000', '152004.062000', '152004.065000', '152004.068000', '152004.071000', '152004.074000', '152004.076000', '152004.079000', '152004.082000', '152004.085000', '152004.088000', '152004.091000', '152004.094000', '152004.105000', '152004.107000', '152004.110000', '152004.113000', '152004.116000', '152004.119000', '152004.122000', '152004.125000', '152004.128000', '152004.131000', '152004.134000', '152004.136000', '152004.139000', '152004.142000', '152004.145000', '152004.148000', '152004.151000', '152004.155000', '152004.158000', '152004.161000', '152004.164000', '152004.166000', '152004.169000', '152024.039000', '152024.042000', '152024.045000', '152024.048000', '152024.051000', '152024.054000', '152024.056000', '152024.059000', '152024.062000', '152024.065000', '152024.068000', '152024.071000', '152024.074000', '152024.077000', '152024.080000', '152024.083000', '152024.086000', '152024.089000', '152024.092000', '152024.094000', '152024.098000', '152024.100000', '152024.103000', '152024.106000', '152024.109000', '152024.112000', '152024.115000', '152024.118000', '152024.121000', '152024.124000', '152024.126000', '152024.129000', '152024.132000', '152024.135000', '152024.138000', '152024.141000', '152024.144000', '152024.147000', '152024.150000', '152024.152000', '152024.155000', '152024.158000', '152024.161000', '152024.164000', '152044.040000', '152044.043000', '152044.046000', '152044.049000', '152044.052000', '152044.055000', '152044.058000', '152044.061000', '152044.064000', '152044.067000', '152044.070000', '152044.073000', '152044.076000', '152044.078000', '152044.081000', '152044.084000', '152044.087000', '152044.090000', '152044.093000', '152044.096000', '152044.099000', '152044.102000', '152044.104000', '152044.107000', '152044.110000', '152044.113000', '152044.116000', '152044.119000', '152044.122000', '152044.124000', '152044.127000', '152044.130000', '152044.133000', '152044.136000', '152044.139000', '152044.141000', '152044.144000', '152044.147000', '152044.150000', '152044.153000', '152044.156000', '152044.159000', '152044.161000', '152104.040000', '152104.043000', '152104.046000', '152104.049000', '152104.052000', '152104.054000', '152104.057000', '152104.060000', '152104.063000', '152104.066000', '152104.069000', '152104.072000', '152104.075000', '152104.078000', '152104.080000', '152104.084000', '152104.086000', '152104.089000', '152104.092000', '152104.095000', '152104.098000', '152104.101000', '152104.104000', '152104.107000', '152104.110000', '152104.112000', '152104.115000', '152104.118000', '152104.121000', '152104.124000', '152104.127000', '152104.130000', '152104.133000', '152104.136000', '152104.138000', '152104.141000', '152104.144000', '152104.147000', '152104.150000', '152104.153000', '152104.156000', '152104.159000', '152104.161000', '152104.164000', '152124.040000', '152124.043000', '152124.046000', '152124.049000', '152124.052000', '152124.054000', '152124.057000', '152124.060000', '152124.063000', '152124.066000', '152124.069000', '152124.072000', '152124.075000', '152124.078000', '152124.081000', '152124.084000', '152124.088000', '152124.091000', '152124.094000', '152124.097000', '152124.100000', '152124.103000', '152124.105000', '152124.108000', '152124.111000', '152124.114000', '152124.117000', '152124.120000', '152124.123000', '152124.126000', '152124.129000', '152124.142000', '152124.145000', '152124.148000', '152124.151000', '152124.153000', '152124.156000', '152124.159000', '152124.162000', '152124.165000', '152124.168000', '152124.171000', '152124.174000', '152144.040000', '152144.043000', '152144.046000', '152144.049000', '152144.052000', '152144.055000', '152144.058000', '152144.061000', '152144.064000', '152144.066000', '152144.070000', '152144.072000', '152144.075000', '152144.078000', '152144.081000', '152144.084000', '152144.087000', '152144.090000', '152144.093000', '152144.096000', '152144.099000', '152144.102000', '152144.105000', '152144.108000', '152144.110000', '152144.113000', '152144.116000', '152144.119000', '152144.122000', '152144.125000', '152144.128000', '152144.131000', '152144.133000', '152144.136000', '152144.139000', '152144.142000', '152144.145000', '152144.148000', '152144.151000', '152144.154000', '152144.156000', '152144.159000', '152144.162000', '152147.768000', '152147.771000', '152147.774000', '152147.778000', '152147.780000', '152147.783000', '152147.787000', '152147.790000', '152147.793000'], 'InstanceCreationTime': ['151524.082000', '151524.085000', '151524.088000', '151524.091000', '151524.094000', '151524.097000', '151524.100000', '151524.102000', '151524.105000', '151524.111000', '151524.115000', '151524.118000', '151524.120000', '151524.144000', '151524.147000', '151524.150000', '151524.153000', '151524.155000', '151524.158000', '151524.161000', '151524.164000', '151524.167000', '151524.170000', '151524.173000', '151524.175000', '151524.185000', '151524.188000', '151524.191000', '151524.194000', '151524.196000', '151524.199000', '151524.202000', '151524.205000', '151524.208000', '151524.211000', '151524.213000', '151524.216000', '151544.039000', '151544.042000', '151544.050000', '151544.052000', '151544.055000', '151544.058000', '151544.061000', '151544.064000', '151544.067000', '151544.069000', '151544.072000', '151544.075000', '151544.078000', '151544.081000', '151544.084000', '151544.087000', '151544.089000', '151544.092000', '151544.095000', '151544.098000', '151544.101000', '151544.104000', '151544.107000', '151544.110000', '151544.112000', '151544.115000', '151544.118000', '151544.121000', '151544.124000', '151544.127000', '151544.129000', '151544.132000', '151544.135000', '151544.138000', '151544.141000', '151544.144000', '151544.147000', '151544.149000', '151544.152000', '151544.155000', '151544.158000', '151544.161000', '151544.164000', '151544.166000', '151604.041000', '151604.044000', '151604.047000', '151604.050000', '151604.053000', '151604.056000', '151604.059000', '151604.061000', '151604.064000', '151604.067000', '151604.070000', '151604.073000', '151604.076000', '151604.094000', '151604.097000', '151604.101000', '151604.106000', '151604.110000', '151604.112000', '151604.115000', '151604.118000', '151604.121000', '151604.124000', '151604.127000', '151604.129000', '151604.132000', '151604.135000', '151604.138000', '151604.141000', '151604.144000', '151604.147000', '151604.150000', '151604.152000', '151604.155000', '151604.158000', '151604.161000', '151604.164000', '151604.166000', '151604.169000', '151604.172000', '151604.175000', '151604.178000', '151604.181000', '151624.040000', '151624.043000', '151624.046000', '151624.049000', '151624.051000', '151624.054000', '151624.057000', '151624.060000', '151624.063000', '151624.065000', '151624.068000', '151624.071000', '151624.074000', '151624.077000', '151624.080000', '151624.083000', '151624.086000', '151624.088000', '151624.091000', '151624.094000', '151624.097000', '151624.100000', '151624.103000', '151624.105000', '151624.108000', '151624.111000', '151624.114000', '151624.117000', '151624.120000', '151624.123000', '151624.125000', '151624.128000', '151624.131000', '151624.134000', '151624.137000', '151624.140000', '151624.142000', '151624.145000', '151624.148000', '151624.151000', '151624.154000', '151624.157000', '151624.159000', '151624.162000', '151644.040000', '151644.043000', '151644.046000', '151644.049000', '151644.052000', '151644.054000', '151644.057000', '151644.060000', '151644.063000', '151644.066000', '151644.069000', '151644.072000', '151644.075000', '151644.078000', '151644.080000', '151644.083000', '151644.086000', '151644.089000', '151644.092000', '151644.095000', '151644.097000', '151644.100000', '151644.103000', '151644.106000', '151644.109000', '151644.112000', '151644.115000', '151644.118000', '151644.121000', '151644.123000', '151644.126000', '151644.129000', '151644.133000', '151644.137000', '151644.140000', '151644.143000', '151644.146000', '151644.149000', '151644.152000', '151644.154000', '151644.157000', '151644.160000', '151644.163000', '151704.040000', '151704.043000', '151704.046000', '151704.048000', '151704.051000', '151704.054000', '151704.057000', '151704.060000', '151704.063000', '151704.066000', '151704.068000', '151704.071000', '151704.074000', '151704.077000', '151704.080000', '151704.097000', '151704.099000', '151704.102000', '151704.105000', '151704.108000', '151704.111000', '151704.114000', '151704.116000', '151704.119000', '151704.122000', '151704.125000', '151704.128000', '151704.131000', '151704.134000', '151704.136000', '151704.139000', '151704.142000', '151704.145000', '151704.148000', '151704.151000', '151704.153000', '151704.156000', '151704.159000', '151704.162000', '151704.165000', '151704.168000', '151704.171000', '151704.173000', '151704.176000', '151724.039000', '151724.042000', '151724.045000', '151724.047000', '151724.050000', '151724.053000', '151724.056000', '151724.059000', '151724.062000', '151724.065000', '151724.068000', '151724.070000', '151724.073000', '151724.077000', '151724.081000', '151724.083000', '151724.086000', '151724.089000', '151724.092000', '151724.095000', '151724.098000', '151724.101000', '151724.103000', '151724.107000', '151724.109000', '151724.112000', '151724.115000', '151724.118000', '151724.121000', '151724.124000', '151724.127000', '151724.130000', '151724.133000', '151724.139000', '151724.142000', '151724.145000', '151724.148000', '151724.150000', '151724.153000', '151724.156000', '151724.159000', '151724.162000', '151724.165000', '151744.039000', '151744.042000', '151744.045000', '151744.048000', '151744.050000', '151744.053000', '151744.056000', '151744.059000', '151744.062000', '151744.065000', '151744.068000', '151744.071000', '151744.073000', '151744.076000', '151744.079000', '151744.082000', '151744.085000', '151744.088000', '151744.091000', '151744.094000', '151744.096000', '151744.099000', '151744.102000', '151744.105000', '151744.108000', '151744.111000', '151744.114000', '151744.117000', '151744.119000', '151744.122000', '151744.125000', '151744.128000', '151744.131000', '151744.134000', '151744.136000', '151744.139000', '151744.142000', '151744.145000', '151744.148000', '151744.151000', '151744.154000', '151744.157000', '151744.160000', '151744.163000', '151804.039000', '151804.042000', '151804.045000', '151804.048000', '151804.050000', '151804.053000', '151804.056000', '151804.059000', '151804.062000', '151804.065000', '151804.068000', '151804.071000', '151804.073000', '151804.076000', '151804.079000', '151804.082000', '151804.085000', '151804.088000', '151804.090000', '151804.093000', '151804.096000', '151804.099000', '151804.102000', '151804.105000', '151804.107000', '151804.110000', '151804.113000', '151804.116000', '151804.119000', '151804.122000', '151804.125000', '151804.128000', '151804.130000', '151804.133000', '151804.136000', '151804.139000', '151804.142000', '151804.145000', '151804.147000', '151804.150000', '151804.153000', '151804.156000', '151804.160000', '151824.040000', '151824.043000', '151824.046000', '151824.049000', '151824.052000', '151824.055000', '151824.057000', '151824.060000', '151824.063000', '151824.066000', '151824.069000', '151824.072000', '151824.075000', '151824.078000', '151824.081000', '151824.084000', '151824.087000', '151824.090000', '151824.093000', '151824.096000', '151824.098000', '151824.101000', '151824.104000', '151824.107000', '151824.110000', '151824.113000', '151824.116000', '151824.119000', '151824.122000', '151824.124000', '151824.127000', '151824.130000', '151824.133000', '151824.136000', '151824.139000', '151824.142000', '151824.145000', '151824.148000', '151824.151000', '151824.154000', '151824.169000', '151824.172000', '151824.174000', '151824.178000', '151844.040000', '151844.043000', '151844.046000', '151844.049000', '151844.052000', '151844.055000', '151844.058000', '151844.060000', '151844.063000', '151844.066000', '151844.069000', '151844.072000', '151844.075000', '151844.078000', '151844.081000', '151844.084000', '151844.087000', '151844.090000', '151844.093000', '151844.095000', '151844.098000', '151844.101000', '151844.104000', '151844.107000', '151844.110000', '151844.113000', '151844.117000', '151844.120000', '151844.123000', '151844.126000', '151844.129000', '151844.132000', '151844.135000', '151844.140000', '151844.143000', '151844.146000', '151844.149000', '151844.152000', '151844.154000', '151844.157000', '151844.160000', '151844.163000', '151844.166000', '151904.040000', '151904.043000', '151904.046000', '151904.049000', '151904.052000', '151904.054000', '151904.057000', '151904.060000', '151904.063000', '151904.066000', '151904.069000', '151904.072000', '151904.075000', '151904.078000', '151904.082000', '151904.084000', '151904.087000', '151904.090000', '151904.093000', '151904.096000', '151904.099000', '151904.102000', '151904.105000', '151904.107000', '151904.110000', '151904.113000', '151904.116000', '151904.119000', '151904.122000', '151904.125000', '151904.128000', '151904.131000', '151904.134000', '151904.136000', '151904.140000', '151904.142000', '151904.145000', '151904.148000', '151904.151000', '151904.154000', '151904.157000', '151904.160000', '151904.163000', '151904.166000', '151924.040000', '151924.043000', '151924.051000', '151924.054000', '151924.057000', '151924.060000', '151924.062000', '151924.065000', '151924.068000', '151924.071000', '151924.074000', '151924.077000', '151924.080000', '151924.083000', '151924.086000', '151924.089000', '151924.092000', '151924.095000', '151924.097000', '151924.100000', '151924.103000', '151924.106000', '151924.109000', '151924.112000', '151924.115000', '151924.118000', '151924.121000', '151924.124000', '151924.127000', '151924.129000', '151924.132000', '151924.135000', '151924.138000', '151924.141000', '151924.144000', '151924.147000', '151924.150000', '151924.153000', '151924.155000', '151924.158000', '151924.161000', '151924.164000', '151924.167000', '151944.039000', '151944.042000', '151944.045000', '151944.048000', '151944.051000', '151944.054000', '151944.057000', '151944.059000', '151944.062000', '151944.066000', '151944.068000', '151944.071000', '151944.074000', '151944.077000', '151944.080000', '151944.083000', '151944.086000', '151944.089000', '151944.092000', '151944.094000', '151944.097000', '151944.100000', '151944.103000', '151944.106000', '151944.109000', '151944.112000', '151944.115000', '151944.118000', '151944.120000', '151944.123000', '151944.126000', '151944.129000', '151944.132000', '151944.135000', '151944.138000', '151944.141000', '151944.143000', '151944.146000', '151944.149000', '151944.152000', '151944.155000', '151944.158000', '151944.160000', '151944.163000', '152004.039000', '152004.042000', '152004.045000', '152004.048000', '152004.051000', '152004.053000', '152004.056000', '152004.059000', '152004.062000', '152004.065000', '152004.068000', '152004.071000', '152004.074000', '152004.076000', '152004.079000', '152004.082000', '152004.085000', '152004.088000', '152004.091000', '152004.094000', '152004.105000', '152004.107000', '152004.110000', '152004.113000', '152004.116000', '152004.119000', '152004.122000', '152004.125000', '152004.128000', '152004.131000', '152004.134000', '152004.136000', '152004.139000', '152004.142000', '152004.145000', '152004.148000', '152004.151000', '152004.155000', '152004.158000', '152004.161000', '152004.164000', '152004.166000', '152004.169000', '152024.039000', '152024.042000', '152024.045000', '152024.048000', '152024.051000', '152024.054000', '152024.056000', '152024.059000', '152024.062000', '152024.065000', '152024.068000', '152024.071000', '152024.074000', '152024.077000', '152024.080000', '152024.083000', '152024.086000', '152024.089000', '152024.092000', '152024.094000', '152024.098000', '152024.100000', '152024.103000', '152024.106000', '152024.109000', '152024.112000', '152024.115000', '152024.118000', '152024.121000', '152024.124000', '152024.126000', '152024.129000', '152024.132000', '152024.135000', '152024.138000', '152024.141000', '152024.144000', '152024.147000', '152024.150000', '152024.152000', '152024.155000', '152024.158000', '152024.161000', '152024.164000', '152044.040000', '152044.043000', '152044.046000', '152044.049000', '152044.052000', '152044.055000', '152044.058000', '152044.061000', '152044.064000', '152044.067000', '152044.070000', '152044.073000', '152044.076000', '152044.078000', '152044.081000', '152044.084000', '152044.087000', '152044.090000', '152044.093000', '152044.096000', '152044.099000', '152044.102000', '152044.104000', '152044.107000', '152044.110000', '152044.113000', '152044.116000', '152044.119000', '152044.122000', '152044.124000', '152044.127000', '152044.130000', '152044.133000', '152044.136000', '152044.139000', '152044.141000', '152044.144000', '152044.147000', '152044.150000', '152044.153000', '152044.156000', '152044.159000', '152044.161000', '152104.040000', '152104.043000', '152104.046000', '152104.049000', '152104.052000', '152104.054000', '152104.057000', '152104.060000', '152104.063000', '152104.066000', '152104.069000', '152104.072000', '152104.075000', '152104.078000', '152104.080000', '152104.084000', '152104.086000', '152104.089000', '152104.092000', '152104.095000', '152104.098000', '152104.101000', '152104.104000', '152104.107000', '152104.110000', '152104.112000', '152104.115000', '152104.118000', '152104.121000', '152104.124000', '152104.127000', '152104.130000', '152104.133000', '152104.136000', '152104.138000', '152104.141000', '152104.144000', '152104.147000', '152104.150000', '152104.153000', '152104.156000', '152104.159000', '152104.161000', '152104.164000', '152124.040000', '152124.043000', '152124.046000', '152124.049000', '152124.052000', '152124.054000', '152124.057000', '152124.060000', '152124.063000', '152124.066000', '152124.069000', '152124.072000', '152124.075000', '152124.078000', '152124.081000', '152124.084000', '152124.088000', '152124.091000', '152124.094000', '152124.097000', '152124.100000', '152124.103000', '152124.105000', '152124.108000', '152124.111000', '152124.114000', '152124.117000', '152124.120000', '152124.123000', '152124.126000', '152124.129000', '152124.142000', '152124.145000', '152124.148000', '152124.151000', '152124.153000', '152124.156000', '152124.159000', '152124.162000', '152124.165000', '152124.168000', '152124.171000', '152124.174000', '152144.040000', '152144.043000', '152144.046000', '152144.049000', '152144.052000', '152144.055000', '152144.058000', '152144.061000', '152144.064000', '152144.066000', '152144.070000', '152144.072000', '152144.075000', '152144.078000', '152144.081000', '152144.084000', '152144.087000', '152144.090000', '152144.093000', '152144.096000', '152144.099000', '152144.102000', '152144.105000', '152144.108000', '152144.110000', '152144.113000', '152144.116000', '152144.119000', '152144.122000', '152144.125000', '152144.128000', '152144.131000', '152144.133000', '152144.136000', '152144.139000', '152144.142000', '152144.145000', '152144.148000', '152144.151000', '152144.154000', '152144.156000', '152144.159000', '152144.162000', '152147.768000', '152147.771000', '152147.774000', '152147.778000', '152147.780000', '152147.783000', '152147.787000', '152147.790000', '152147.793000'], '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': [10703, 13924, 8000, 9602, 8339, 9200, 7941, 16242, 7970, 13100, 8870, 10302, 8423, 13949, 10696, 15426, 8392, 12769, 8269, 12870, 8400, 14336, 11198, 9345, 8402, 9642, 7794, 9470, 8376, 9444, 8199, 9855, 8443, 9225, 14883, 9037, 8851, 9633, 9042, 8865, 14739, 11245, 13190, 7988, 12894, 8483, 14985, 11587, 14443, 11305, 9482, 8614, 9187, 8447, 9233, 13750, 9985, 8399, 10149, 8109, 9779, 11005, 8307, 16835, 10037, 13101, 8441, 11218, 7984, 13747, 8203, 16202, 8466, 13249, 8663, 10088, 8921, 10270, 8211, 13543, 8501, 9944, 8356, 11213, 8036, 12930, 10641, 9423, 8002, 9682, 7994, 12456, 10289, 9291, 8227, 9379, 7985, 9609, 8182, 14136, 8698, 13611, 7907, 13281, 7923, 13333, 8546, 9987, 8126, 9809, 7839, 13271, 9417, 13488, 10141, 9601, 8189, 12304, 8234, 14477, 8405, 14435, 10101, 12802, 7577, 11634, 8306, 10988, 9518, 9699, 8001, 9209, 8129, 16945, 13301, 16434, 12737, 12307, 8118, 11929, 8171, 12603, 9013, 13438, 8652, 10639, 8153, 9750, 8252, 13472, 10458, 10603, 9059, 9625, 8107, 9572, 8093, 12239, 11834, 10491, 13249, 9614, 8555, 9440, 8186, 10495, 11751, 9292, 11001, 9582, 8507, 9810, 8433, 8927, 13383, 7635, 15743, 8260, 13466, 8063, 12384, 7902, 14360, 11483, 14980, 8499, 13584, 8135, 12756, 8172, 14302, 11284, 13647, 9463, 8756, 8334, 8854, 8346, 9916, 10440, 8883, 11119, 9314, 8380, 9257, 8239, 9404, 8261, 9186, 10192, 9162, 8628, 9341, 8525, 9129, 13940, 7527, 10733, 9048, 8473, 9002, 9064, 8496, 11794, 8535, 12762, 9067, 8873, 9006, 8963, 8819, 13040, 9483, 13009, 8139, 11505, 8223, 13152, 8414, 13048, 11187, 9785, 8336, 10305, 8312, 9675, 8178, 11780, 8081, 11198, 8170, 9570, 11872, 8700, 8913, 9539, 10555, 8500, 14411, 11330, 10821, 9039, 9854, 9122, 9812, 8378, 10669, 11654, 9576, 9529, 10230, 8082, 10010, 8415, 9311, 15829, 9478, 11242, 9288, 8836, 9362, 9131, 8300, 14540, 8149, 9272, 9100, 9758, 8049, 14318, 11210, 9202, 9044, 9751, 8661, 9113, 9217, 8824, 15564, 7519, 10661, 8346, 9615, 8316, 14826, 10735, 12615, 8299, 9578, 8283, 10121, 8391, 10950, 14450, 9274, 9081, 9244, 8671, 7869, 11534, 7926, 14586, 8611, 12552, 8525, 9507, 8878, 9730, 8345, 13125, 8359, 12221, 8371, 12893, 8508, 14491, 11321, 9833, 10330, 9458, 8160, 9307, 8630, 8700, 14171, 9480, 9602, 8278, 9051, 7836, 10866, 7857, 15401, 8432, 13180, 8496, 10522, 8121, 11981, 8744, 14980, 11774, 13450, 8431, 9642, 8323, 9192, 8536, 8704, 12913, 9202, 9058, 8201, 9176, 8232, 13161, 10384, 15109, 9160, 9027, 8704, 9627, 8895, 9337, 13342, 8806, 12436, 8991, 9314, 7919, 12905, 8044, 12942, 8473, 10144, 7964, 12303, 8855, 14808, 8544, 12491, 8326, 9382, 8582, 10915, 10918, 8800, 12076, 8123, 9801, 8019, 9220, 8744, 14309, 9491, 14870, 7949, 12155, 8121, 11676, 8378, 12964, 10217, 8893, 9978, 8117, 8910, 7959, 13785, 10502, 11612, 12341, 8816, 9488, 8006, 9494, 8448, 13546, 8174, 16122, 8143, 14150, 7681, 10317, 8111, 13081, 10791, 8707, 9609, 8739, 9646, 7664, 9749, 8501, 14888, 9079, 15443, 7779, 11685, 7910, 11054, 7796, 11679, 8562, 13667, 8136, 13786, 7798, 13577, 8125, 13731, 10586, 13503, 8838, 8725, 9756, 8986, 9726, 7965, 11102, 7533, 15576, 9408, 13684, 7532, 11232, 8066, 13839, 10476, 11715, 9309, 8881, 9643, 8737, 10011, 7964, 15611, 7889, 13380, 8054, 9172, 7878, 11091, 9026, 14916, 8204, 13941, 8001, 13159, 8209, 15125, 12156, 15407, 8561, 13098, 8086, 10070, 7658, 9533, 8212, 9663, 8138, 11201, 8345, 9480, 7922, 9353, 7657, 11047, 8552, 8714, 9968, 8745, 9934, 7693, 11794, 9184, 12764, 15387, 9175, 9854, 8822, 9729, 8390, 9791, 7987, 14297, 7894, 11251, 7637, 11365, 7956, 12808, 9203, 15185, 12043, 9742, 8875, 9222, 8505, 8568, 8414, 8384, 10217, 8547, 9471, 8932, 9739, 8193, 12352, 7596, 11566, 7596, 9679, 7731, 9348, 9925, 8591, 15207, 9377, 12165, 8398, 11145, 8067, 12918, 8496, 13955, 9870, 12431, 8024, 11790, 8171, 13287, 8859, 14267, 11490, 8885, 9792, 8329, 8960, 9119, 8365, 14168, 11570, 8503, 9806, 8723, 9993, 8760, 10051, 8645, 9865, 7510, 14219, 7942, 12902, 8037, 13419, 8702, 15004, 11371, 15467, 12124, 13530, 8393, 10364, 8577, 10140, 8561, 10377, 9971, 8243, 9880, 8086, 10002, 8344, 9716, 8433, 13359, 9661, 13999, 7850, 9036, 9635, 8633, 9456, 8508, 12376, 8144, 13123, 8061, 9819, 8242, 11358, 7907, 13413, 10329, 14454, 9135, 8953, 9613, 8869, 8336, 8764, 8501, 10053, 9687, 8754, 10657, 8965, 10176, 8836, 9995, 8653, 13678, 8721, 13938, 8306, 9634, 8181, 11124, 8193, 12042, 8459, 12912, 8011, 11073, 8158, 12047, 8858, 9337, 10690, 8988, 10026, 8359, 10473, 8259, 14026, 11469, 14269, 8567, 13386, 8302, 13584, 8282, 13692, 10586, 14891, 10338, 12245, 8097, 9479, 8155, 10045, 8560, 11248, 11018, 8953, 9825, 8995, 10150, 8915, 10057, 8646, 12594, 8596, 12430, 8313, 9983, 8443, 10298, 8287, 12828, 9200, 11309, 8104, 10640, 8077, 12604, 9312, 14209, 11046, 13058, 8616, 11119, 8464, 12788, 8399, 13319, 10589, 12862, 9910, 9140, 8639, 8944, 8720, 9053, 8884, 12458, 11123, 8803, 9821, 8858, 9799, 8798, 10534, 8669, 12010, 8285, 9860, 8146, 9928, 8162, 12719, 10325, 14591, 8449, 13048, 8229, 12666, 8166, 12885, 8471, 13160, 10152, 13871, 8321, 12938, 8172, 11925, 8165, 11956, 8531, 11048, 9602, 9489, 8839, 9377, 8522, 9750, 9879, 9102, 12910, 8818, 10017, 8779, 10445, 8841, 12564, 8507, 12548, 10671, 12311, 9570, 9763, 9931, 9640, 8702, 11470, 9767, 12200, 15342, 9059, 10005, 9446, 9890, 9315, 9761, 8730, 12949, 8699, 11847, 8900, 9944, 9000, 10292, 8975, 11587, 8756, 10071, 8923, 10063, 9109, 11730, 9017, 10154, 8992, 10628, 9077, 10140, 8900, 13251, 9441, 10795, 9209, 10054, 9355, 10106, 8834, 14370, 9000, 11311, 9024, 9586, 8845, 10513, 8756, 12794, 8437, 11823, 8409, 12274], 'WindowCenter': [4300.0, 4315.0, 4227.0, 4246.0, 4224.0, 4246.0, 4225.0, 4296.0, 4223.0, 4274.0, 4233.0, 4242.0, 4224.0, 4273.0, 4255.0, 4274.0, 4223.0, 4261.0, 4222.0, 4262.0, 4223.0, 4272.0, 4253.0, 4230.0, 4224.0, 4244.0, 4225.0, 4245.0, 4236.0, 4243.0, 4224.0, 4245.0, 4223.0, 4232.0, 4287.0, 4232.0, 4235.0, 4244.0, 4234.0, 4247.0, 4286.0, 4266.0, 4272.0, 4224.0, 4261.0, 4236.0, 4285.0, 4254.0, 4272.0, 4251.0, 4230.0, 4223.0, 4245.0, 4223.0, 4232.0, 4274.0, 4241.0, 4224.0, 4242.0, 4223.0, 4243.0, 4255.0, 4221.0, 4284.0, 4233.0, 4262.0, 4210.0, 4240.0, 4200.0, 4262.0, 4210.0, 4269.0, 4208.0, 4259.0, 4211.0, 4227.0, 4220.0, 4241.0, 4212.0, 4261.0, 4221.0, 4229.0, 4221.0, 4253.0, 4225.0, 4263.0, 4254.0, 4232.0, 4212.0, 4231.0, 4214.0, 4263.0, 4244.0, 4232.0, 4223.0, 4230.0, 4212.0, 4230.0, 4225.0, 4273.0, 4223.0, 4260.0, 4213.0, 4259.0, 4212.0, 4262.0, 4224.0, 4231.0, 4213.0, 4243.0, 4215.0, 4270.0, 4235.0, 4274.0, 4246.0, 4231.0, 4223.0, 4249.0, 4212.0, 4261.0, 4214.0, 4261.0, 4243.0, 4260.0, 4213.0, 4253.0, 4224.0, 4252.0, 4244.0, 4233.0, 4212.0, 4232.0, 4212.0, 4281.0, 4276.0, 4272.0, 4252.0, 4237.0, 4212.0, 4251.0, 4222.0, 4250.0, 4221.0, 4260.0, 4221.0, 4240.0, 4212.0, 4231.0, 4223.0, 4273.0, 4254.0, 4244.0, 4224.0, 4231.0, 4213.0, 4231.0, 4211.0, 4263.0, 4255.0, 4243.0, 4265.0, 4230.0, 4223.0, 4230.0, 4221.0, 4241.0, 4252.0, 4221.0, 4242.0, 4231.0, 4222.0, 4232.0, 4211.0, 4223.0, 4263.0, 4201.0, 4272.0, 4211.0, 4262.0, 4210.0, 4250.0, 4211.0, 4262.0, 4252.0, 4262.0, 4210.0, 4250.0, 4201.0, 4249.0, 4210.0, 4259.0, 4240.0, 4258.0, 4220.0, 4208.0, 4209.0, 4208.0, 4208.0, 4230.0, 4242.0, 4208.0, 4241.0, 4218.0, 4211.0, 4221.0, 4211.0, 4220.0, 4212.0, 4232.0, 4244.0, 4232.0, 4222.0, 4233.0, 4225.0, 4233.0, 4274.0, 4203.0, 4242.0, 4222.0, 4211.0, 4223.0, 4219.0, 4222.0, 4261.0, 4223.0, 4263.0, 4233.0, 4222.0, 4234.0, 4232.0, 4234.0, 4261.0, 4235.0, 4263.0, 4214.0, 4254.0, 4225.0, 4273.0, 4237.0, 4275.0, 4255.0, 4243.0, 4225.0, 4244.0, 4225.0, 4234.0, 4225.0, 4264.0, 4214.0, 4251.0, 4225.0, 4234.0, 4265.0, 4224.0, 4234.0, 4246.0, 4254.0, 4237.0, 4283.0, 4267.0, 4254.0, 4232.0, 4242.0, 4234.0, 4242.0, 4223.0, 4243.0, 4254.0, 4233.0, 4235.0, 4241.0, 4224.0, 4240.0, 4225.0, 4233.0, 4287.0, 4232.0, 4255.0, 4233.0, 4222.0, 4222.0, 4220.0, 4211.0, 4271.0, 4210.0, 4230.0, 4232.0, 4232.0, 4224.0, 4284.0, 4256.0, 4233.0, 4224.0, 4233.0, 4222.0, 4223.0, 4234.0, 4223.0, 4285.0, 4203.0, 4240.0, 4212.0, 4234.0, 4225.0, 4273.0, 4244.0, 4252.0, 4212.0, 4232.0, 4223.0, 4242.0, 4226.0, 4254.0, 4274.0, 4222.0, 4222.0, 4222.0, 4212.0, 4212.0, 4253.0, 4202.0, 4272.0, 4222.0, 4251.0, 4223.0, 4231.0, 4232.0, 4230.0, 4224.0, 4263.0, 4224.0, 4263.0, 4225.0, 4261.0, 4237.0, 4275.0, 4254.0, 4232.0, 4231.0, 4220.0, 4211.0, 4222.0, 4222.0, 4220.0, 4273.0, 4231.0, 4232.0, 4212.0, 4222.0, 4203.0, 4255.0, 4213.0, 4272.0, 4211.0, 4262.0, 4223.0, 4231.0, 4211.0, 4252.0, 4224.0, 4273.0, 4254.0, 4260.0, 4221.0, 4232.0, 4212.0, 4222.0, 4223.0, 4223.0, 4261.0, 4222.0, 4221.0, 4224.0, 4234.0, 4226.0, 4276.0, 4246.0, 4274.0, 4232.0, 4222.0, 4222.0, 4231.0, 4221.0, 4223.0, 4275.0, 4222.0, 4265.0, 4222.0, 4231.0, 4213.0, 4264.0, 4213.0, 4264.0, 4224.0, 4242.0, 4212.0, 4264.0, 4235.0, 4273.0, 4223.0, 4252.0, 4224.0, 4220.0, 4224.0, 4254.0, 4255.0, 4223.0, 4253.0, 4212.0, 4233.0, 4212.0, 4231.0, 4221.0, 4274.0, 4232.0, 4273.0, 4212.0, 4250.0, 4212.0, 4253.0, 4224.0, 4261.0, 4241.0, 4221.0, 4244.0, 4214.0, 4232.0, 4225.0, 4274.0, 4257.0, 4255.0, 4267.0, 4223.0, 4234.0, 4214.0, 4244.0, 4213.0, 4263.0, 4212.0, 4283.0, 4214.0, 4273.0, 4203.0, 4231.0, 4214.0, 4264.0, 4253.0, 4222.0, 4233.0, 4210.0, 4232.0, 4202.0, 4233.0, 4223.0, 4273.0, 4220.0, 4272.0, 4200.0, 4241.0, 4200.0, 4238.0, 4203.0, 4253.0, 4223.0, 4263.0, 4214.0, 4261.0, 4202.0, 4261.0, 4213.0, 4263.0, 4243.0, 4261.0, 4221.0, 4210.0, 4232.0, 4220.0, 4233.0, 4211.0, 4254.0, 4214.0, 4283.0, 4235.0, 4261.0, 4215.0, 4241.0, 4214.0, 4273.0, 4245.0, 4253.0, 4234.0, 4221.0, 4234.0, 4222.0, 4244.0, 4212.0, 4286.0, 4213.0, 4273.0, 4212.0, 4232.0, 4212.0, 4255.0, 4234.0, 4273.0, 4213.0, 4263.0, 4213.0, 4262.0, 4213.0, 4273.0, 4253.0, 4271.0, 4212.0, 4249.0, 4200.0, 4220.0, 4190.0, 4220.0, 4200.0, 4231.0, 4199.0, 4240.0, 4211.0, 4231.0, 4213.0, 4230.0, 4213.0, 4252.0, 4236.0, 4223.0, 4245.0, 4236.0, 4246.0, 4217.0, 4266.0, 4249.0, 4278.0, 4286.0, 4224.0, 4234.0, 4210.0, 4232.0, 4211.0, 4231.0, 4211.0, 4272.0, 4212.0, 4243.0, 4203.0, 4251.0, 4212.0, 4262.0, 4234.0, 4272.0, 4253.0, 4231.0, 4223.0, 4221.0, 4223.0, 4211.0, 4224.0, 4213.0, 4245.0, 4223.0, 4234.0, 4223.0, 4233.0, 4223.0, 4264.0, 4215.0, 4252.0, 4214.0, 4243.0, 4217.0, 4234.0, 4258.0, 4238.0, 4286.0, 4236.0, 4265.0, 4225.0, 4255.0, 4214.0, 4263.0, 4223.0, 4272.0, 4245.0, 4264.0, 4215.0, 4253.0, 4226.0, 4275.0, 4237.0, 4274.0, 4256.0, 4222.0, 4234.0, 4213.0, 4221.0, 4221.0, 4212.0, 4261.0, 4254.0, 4211.0, 4232.0, 4211.0, 4231.0, 4211.0, 4233.0, 4223.0, 4245.0, 4203.0, 4272.0, 4215.0, 4264.0, 4215.0, 4262.0, 4224.0, 4275.0, 4254.0, 4271.0, 4252.0, 4251.0, 4201.0, 4230.0, 4211.0, 4227.0, 4212.0, 4231.0, 4234.0, 4210.0, 4233.0, 4212.0, 4233.0, 4210.0, 4232.0, 4223.0, 4274.0, 4234.0, 4272.0, 4215.0, 4220.0, 4235.0, 4223.0, 4245.0, 4225.0, 4267.0, 4214.0, 4265.0, 4214.0, 4233.0, 4214.0, 4253.0, 4215.0, 4274.0, 4246.0, 4274.0, 4234.0, 4223.0, 4233.0, 4234.0, 4223.0, 4223.0, 4224.0, 4245.0, 4245.0, 4223.0, 4256.0, 4234.0, 4256.0, 4234.0, 4246.0, 4235.0, 4277.0, 4224.0, 4274.0, 4213.0, 4232.0, 4212.0, 4253.0, 4225.0, 4263.0, 4213.0, 4264.0, 4214.0, 4252.0, 4215.0, 4262.0, 4236.0, 4235.0, 4256.0, 4236.0, 4244.0, 4227.0, 4256.0, 4239.0, 4288.0, 4268.0, 4274.0, 4227.0, 4263.0, 4224.0, 4263.0, 4213.0, 4273.0, 4245.0, 4273.0, 4244.0, 4252.0, 4212.0, 4233.0, 4213.0, 4243.0, 4236.0, 4255.0, 4254.0, 4223.0, 4233.0, 4223.0, 4244.0, 4222.0, 4234.0, 4224.0, 4264.0, 4221.0, 4254.0, 4224.0, 4232.0, 4225.0, 4245.0, 4224.0, 4266.0, 4236.0, 4253.0, 4225.0, 4255.0, 4215.0, 4276.0, 4246.0, 4283.0, 4257.0, 4263.0, 4224.0, 4243.0, 4212.0, 4252.0, 4212.0, 4262.0, 4243.0, 4262.0, 4233.0, 4221.0, 4222.0, 4222.0, 4223.0, 4222.0, 4234.0, 4264.0, 4255.0, 4221.0, 4244.0, 4220.0, 4243.0, 4223.0, 4256.0, 4224.0, 4266.0, 4225.0, 4245.0, 4226.0, 4244.0, 4238.0, 4277.0, 4256.0, 4285.0, 4226.0, 4262.0, 4224.0, 4262.0, 4223.0, 4263.0, 4213.0, 4263.0, 4246.0, 4261.0, 4213.0, 4262.0, 4213.0, 4251.0, 4212.0, 4253.0, 4225.0, 4253.0, 4246.0, 4234.0, 4236.0, 4234.0, 4235.0, 4246.0, 4257.0, 4236.0, 4277.0, 4236.0, 4246.0, 4239.0, 4257.0, 4248.0, 4277.0, 4240.0, 4277.0, 4260.0, 4268.0, 4248.0, 4244.0, 4246.0, 4234.0, 4226.0, 4254.0, 4235.0, 4253.0, 4275.0, 4223.0, 4234.0, 4222.0, 4230.0, 4221.0, 4232.0, 4211.0, 4262.0, 4210.0, 4252.0, 4212.0, 4231.0, 4222.0, 4244.0, 4221.0, 4254.0, 4212.0, 4234.0, 4223.0, 4245.0, 4233.0, 4265.0, 4236.0, 4254.0, 4235.0, 4256.0, 4235.0, 4256.0, 4236.0, 4277.0, 4236.0, 4244.0, 4233.0, 4232.0, 4234.0, 4246.0, 4223.0, 4276.0, 4235.0, 4255.0, 4235.0, 4234.0, 4234.0, 4241.0, 4226.0, 4262.0, 4226.0, 4265.0, 4226.0, 4265.0], 'WindowWidth': [9509.0, 9517.0, 9385.0, 9405.0, 9376.0, 9404.0, 9375.0, 9471.0, 9368.0, 9436.0, 9380.0, 9390.0, 9370.0, 9432.0, 9411.0, 9435.0, 9367.0, 9415.0, 9365.0, 9417.0, 9369.0, 9432.0, 9408.0, 9373.0, 9371.0, 9397.0, 9374.0, 9402.0, 9392.0, 9394.0, 9371.0, 9398.0, 9368.0, 9379.0, 9459.0, 9380.0, 9388.0, 9398.0, 9386.0, 9406.0, 9455.0, 9430.0, 9431.0, 9371.0, 9416.0, 9389.0, 9451.0, 9410.0, 9430.0, 9402.0, 9370.0, 9369.0, 9400.0, 9366.0, 9375.0, 9437.0, 9387.0, 9369.0, 9391.0, 9367.0, 9392.0, 9412.0, 9362.0, 9452.0, 9376.0, 9414.0, 9344.0, 9383.0, 9332.0, 9413.0, 9342.0, 9422.0, 9340.0, 9408.0, 9345.0, 9361.0, 9357.0, 9388.0, 9350.0, 9412.0, 9362.0, 9369.0, 9362.0, 9407.0, 9373.0, 9419.0, 9408.0, 9375.0, 9351.0, 9372.0, 9357.0, 9419.0, 9393.0, 9377.0, 9366.0, 9370.0, 9352.0, 9374.0, 9371.0, 9434.0, 9368.0, 9410.0, 9352.0, 9410.0, 9351.0, 9415.0, 9369.0, 9373.0, 9352.0, 9393.0, 9359.0, 9428.0, 9386.0, 9434.0, 9400.0, 9374.0, 9365.0, 9393.0, 9348.0, 9413.0, 9355.0, 9413.0, 9393.0, 9411.0, 9352.0, 9407.0, 9372.0, 9404.0, 9397.0, 9379.0, 9352.0, 9375.0, 9351.0, 9442.0, 9439.0, 9431.0, 9402.0, 9374.0, 9350.0, 9398.0, 9362.0, 9396.0, 9361.0, 9409.0, 9360.0, 9384.0, 9351.0, 9374.0, 9369.0, 9434.0, 9410.0, 9393.0, 9367.0, 9373.0, 9353.0, 9373.0, 9349.0, 9419.0, 9410.0, 9390.0, 9424.0, 9369.0, 9365.0, 9370.0, 9359.0, 9387.0, 9404.0, 9357.0, 9389.0, 9372.0, 9362.0, 9376.0, 9347.0, 9364.0, 9418.0, 9333.0, 9429.0, 9345.0, 9413.0, 9344.0, 9395.0, 9349.0, 9412.0, 9402.0, 9412.0, 9344.0, 9394.0, 9332.0, 9393.0, 9345.0, 9405.0, 9382.0, 9404.0, 9356.0, 9336.0, 9341.0, 9336.0, 9339.0, 9369.0, 9387.0, 9337.0, 9384.0, 9351.0, 9346.0, 9358.0, 9346.0, 9356.0, 9348.0, 9375.0, 9397.0, 9375.0, 9365.0, 9380.0, 9372.0, 9380.0, 9437.0, 9339.0, 9390.0, 9363.0, 9348.0, 9366.0, 9357.0, 9366.0, 9415.0, 9367.0, 9420.0, 9381.0, 9363.0, 9383.0, 9376.0, 9382.0, 9413.0, 9384.0, 9418.0, 9355.0, 9407.0, 9372.0, 9434.0, 9393.0, 9438.0, 9411.0, 9391.0, 9370.0, 9394.0, 9371.0, 9381.0, 9371.0, 9421.0, 9355.0, 9404.0, 9370.0, 9380.0, 9424.0, 9368.0, 9383.0, 9403.0, 9409.0, 9393.0, 9449.0, 9431.0, 9408.0, 9379.0, 9390.0, 9383.0, 9391.0, 9367.0, 9393.0, 9409.0, 9377.0, 9384.0, 9387.0, 9370.0, 9386.0, 9373.0, 9381.0, 9459.0, 9375.0, 9410.0, 9377.0, 9362.0, 9361.0, 9358.0, 9348.0, 9428.0, 9343.0, 9372.0, 9376.0, 9377.0, 9371.0, 9450.0, 9415.0, 9378.0, 9368.0, 9378.0, 9363.0, 9365.0, 9382.0, 9363.0, 9452.0, 9337.0, 9384.0, 9349.0, 9380.0, 9371.0, 9432.0, 9394.0, 9402.0, 9350.0, 9375.0, 9366.0, 9390.0, 9375.0, 9408.0, 9435.0, 9361.0, 9362.0, 9360.0, 9347.0, 9349.0, 9403.0, 9336.0, 9427.0, 9362.0, 9398.0, 9364.0, 9372.0, 9378.0, 9371.0, 9369.0, 9418.0, 9370.0, 9417.0, 9369.0, 9415.0, 9393.0, 9438.0, 9409.0, 9374.0, 9372.0, 9355.0, 9347.0, 9362.0, 9363.0, 9358.0, 9432.0, 9373.0, 9376.0, 9348.0, 9363.0, 9338.0, 9411.0, 9353.0, 9430.0, 9347.0, 9414.0, 9364.0, 9372.0, 9348.0, 9401.0, 9370.0, 9430.0, 9409.0, 9410.0, 9362.0, 9373.0, 9349.0, 9361.0, 9364.0, 9365.0, 9416.0, 9362.0, 9360.0, 9368.0, 9380.0, 9375.0, 9441.0, 9401.0, 9434.0, 9378.0, 9362.0, 9364.0, 9374.0, 9361.0, 9363.0, 9437.0, 9363.0, 9423.0, 9361.0, 9374.0, 9353.0, 9422.0, 9352.0, 9420.0, 9366.0, 9389.0, 9351.0, 9422.0, 9385.0, 9432.0, 9365.0, 9401.0, 9366.0, 9357.0, 9367.0, 9409.0, 9412.0, 9363.0, 9405.0, 9348.0, 9377.0, 9348.0, 9374.0, 9362.0, 9437.0, 9377.0, 9431.0, 9350.0, 9396.0, 9349.0, 9405.0, 9370.0, 9414.0, 9388.0, 9361.0, 9393.0, 9354.0, 9376.0, 9373.0, 9437.0, 9417.0, 9410.0, 9429.0, 9366.0, 9383.0, 9356.0, 9397.0, 9353.0, 9418.0, 9347.0, 9447.0, 9355.0, 9430.0, 9338.0, 9373.0, 9358.0, 9421.0, 9406.0, 9361.0, 9377.0, 9344.0, 9376.0, 9335.0, 9376.0, 9365.0, 9432.0, 9358.0, 9428.0, 9328.0, 9383.0, 9330.0, 9378.0, 9338.0, 9404.0, 9367.0, 9417.0, 9356.0, 9413.0, 9338.0, 9413.0, 9353.0, 9419.0, 9393.0, 9411.0, 9359.0, 9342.0, 9375.0, 9357.0, 9377.0, 9347.0, 9408.0, 9358.0, 9447.0, 9382.0, 9415.0, 9357.0, 9384.0, 9356.0, 9432.0, 9398.0, 9403.0, 9381.0, 9360.0, 9380.0, 9362.0, 9395.0, 9352.0, 9453.0, 9353.0, 9432.0, 9348.0, 9375.0, 9352.0, 9410.0, 9383.0, 9430.0, 9351.0, 9416.0, 9352.0, 9415.0, 9353.0, 9434.0, 9406.0, 9426.0, 9348.0, 9391.0, 9328.0, 9353.0, 9315.0, 9354.0, 9329.0, 9371.0, 9327.0, 9383.0, 9344.0, 9371.0, 9351.0, 9371.0, 9353.0, 9405.0, 9390.0, 9366.0, 9399.0, 9389.0, 9401.0, 9367.0, 9428.0, 9410.0, 9446.0, 9455.0, 9366.0, 9377.0, 9343.0, 9373.0, 9345.0, 9372.0, 9348.0, 9431.0, 9348.0, 9389.0, 9338.0, 9399.0, 9349.0, 9415.0, 9382.0, 9429.0, 9405.0, 9372.0, 9366.0, 9359.0, 9365.0, 9346.0, 9369.0, 9353.0, 9398.0, 9364.0, 9383.0, 9365.0, 9380.0, 9368.0, 9422.0, 9356.0, 9403.0, 9357.0, 9392.0, 9365.0, 9384.0, 9422.0, 9394.0, 9458.0, 9387.0, 9424.0, 9370.0, 9410.0, 9357.0, 9417.0, 9366.0, 9430.0, 9399.0, 9421.0, 9360.0, 9406.0, 9376.0, 9436.0, 9390.0, 9437.0, 9413.0, 9363.0, 9381.0, 9348.0, 9360.0, 9358.0, 9349.0, 9414.0, 9406.0, 9344.0, 9373.0, 9346.0, 9373.0, 9345.0, 9377.0, 9366.0, 9396.0, 9341.0, 9431.0, 9358.0, 9420.0, 9357.0, 9415.0, 9368.0, 9439.0, 9408.0, 9427.0, 9402.0, 9396.0, 9330.0, 9366.0, 9344.0, 9363.0, 9349.0, 9375.0, 9380.0, 9344.0, 9377.0, 9348.0, 9378.0, 9346.0, 9374.0, 9367.0, 9435.0, 9382.0, 9429.0, 9357.0, 9360.0, 9384.0, 9364.0, 9399.0, 9373.0, 9429.0, 9355.0, 9423.0, 9353.0, 9378.0, 9353.0, 9404.0, 9357.0, 9435.0, 9401.0, 9436.0, 9381.0, 9365.0, 9380.0, 9382.0, 9370.0, 9366.0, 9369.0, 9398.0, 9398.0, 9368.0, 9415.0, 9382.0, 9413.0, 9381.0, 9401.0, 9387.0, 9443.0, 9370.0, 9433.0, 9352.0, 9376.0, 9351.0, 9405.0, 9372.0, 9419.0, 9355.0, 9419.0, 9354.0, 9402.0, 9359.0, 9419.0, 9388.0, 9383.0, 9414.0, 9388.0, 9397.0, 9379.0, 9416.0, 9400.0, 9461.0, 9434.0, 9438.0, 9377.0, 9419.0, 9371.0, 9417.0, 9352.0, 9433.0, 9397.0, 9431.0, 9393.0, 9401.0, 9350.0, 9376.0, 9354.0, 9393.0, 9389.0, 9412.0, 9409.0, 9364.0, 9378.0, 9364.0, 9394.0, 9362.0, 9380.0, 9368.0, 9423.0, 9362.0, 9406.0, 9368.0, 9377.0, 9371.0, 9398.0, 9374.0, 9427.0, 9390.0, 9407.0, 9372.0, 9410.0, 9360.0, 9441.0, 9405.0, 9450.0, 9416.0, 9418.0, 9368.0, 9389.0, 9350.0, 9401.0, 9349.0, 9417.0, 9394.0, 9415.0, 9377.0, 9359.0, 9364.0, 9361.0, 9366.0, 9362.0, 9382.0, 9423.0, 9411.0, 9360.0, 9395.0, 9357.0, 9392.0, 9369.0, 9415.0, 9369.0, 9428.0, 9372.0, 9399.0, 9374.0, 9397.0, 9395.0, 9446.0, 9417.0, 9451.0, 9375.0, 9417.0, 9370.0, 9417.0, 9368.0, 9419.0, 9355.0, 9420.0, 9401.0, 9415.0, 9353.0, 9415.0, 9352.0, 9398.0, 9349.0, 9405.0, 9374.0, 9408.0, 9402.0, 9382.0, 9388.0, 9382.0, 9386.0, 9403.0, 9419.0, 9391.0, 9447.0, 9388.0, 9402.0, 9397.0, 9418.0, 9411.0, 9446.0, 9401.0, 9446.0, 9428.0, 9434.0, 9407.0, 9395.0, 9400.0, 9382.0, 9372.0, 9408.0, 9384.0, 9407.0, 9439.0, 9363.0, 9380.0, 9362.0, 9372.0, 9359.0, 9376.0, 9346.0, 9417.0, 9344.0, 9401.0, 9346.0, 9372.0, 9362.0, 9394.0, 9362.0, 9407.0, 9348.0, 9380.0, 9366.0, 9399.0, 9383.0, 9426.0, 9389.0, 9411.0, 9386.0, 9414.0, 9389.0, 9416.0, 9388.0, 9444.0, 9386.0, 9396.0, 9379.0, 9377.0, 9384.0, 9399.0, 9367.0, 9442.0, 9385.0, 9412.0, 9385.0, 9381.0, 9384.0, 9389.0, 9374.0, 9418.0, 9376.0, 9425.0, 9376.0, 9425.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.0007301724137931035</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025537670459770113</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.00464545395856</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2014429992174913</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9811183013924046</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4616</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6284.1646</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1054674728171485</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.091954022988506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4462201371931314</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.371425034369912</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6770539361740604</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.290181441035422</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00412054</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016366692259907722</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027482805773615837</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.6769338354798946</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>34.7098</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1472</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.424</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303229.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.1027</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0436</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.7426</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.2799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73315.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4540.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.7728</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.71187017252669</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> |