=== 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-0037 --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-0037",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0037_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0037_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0037_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-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-03/func/sub-0037_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>954d793a2527ff9610c2f6cd5c6eeb7c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>17:39:9.655000</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.999551, 0.0294697, -0.00550875, -0.029666, 0.998768, -0.0397899]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.096222</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7741, -7226, 510, -44, -161, 39, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.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>262.993</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8f1e405f-b4ff-4c44-a5ad-ad650c271360||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.6817209720611572, -0.07959159463644028, -0.01168928574770689, 116.74121856689453], [-0.07906518131494522, 2.6796205043792725, -0.10782559961080551, -87.05282592773438], [-0.014779577031731606, 0.10675331205129623, 2.6978209018707275, -55.5608024597168], [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': ['173909.655000', '173910.115000', '173910.575000', '173911.035000', '173911.495000', '173911.955000', '173912.415000', '173912.875000', '173913.335000', '173913.795000', '173914.255000', '173914.715000', '173915.175000', '173915.635000', '173916.095000', '173916.555000', '173917.015000', '173917.475000', '173917.935000', '173918.395000', '173918.855000', '173919.315000', '173919.775000', '173920.235000', '173920.695000', '173921.155000', '173921.615000', '173922.075000', '173922.535000', '173922.995000', '173923.455000', '173923.915000', '173924.375000', '173924.835000', '173925.295000', '173925.755000', '173926.215000', '173926.675000', '173927.135000', '173927.595000', '173928.055000', '173928.515000', '173928.975000', '173929.435000', '173929.895000', '173930.355000', '173930.815000', '173931.275000', '173931.735000', '173932.195000', '173932.655000', '173933.115000', '173933.575000', '173934.035000', '173934.495000', '173934.955000', '173935.415000', '173935.875000', '173936.335000', '173936.795000', '173937.255000', '173937.715000', '173938.175000', '173938.635000', '173939.095000', '173939.555000', '173940.015000', '173940.475000', '173940.935000', '173941.395000', '173941.855000', '173942.315000', '173942.775000', '173943.235000', '173943.695000', '173944.155000', '173944.615000', '173945.075000', '173945.535000', '173945.995000', '173946.455000', '173946.915000', '173947.375000', '173947.835000', '173948.295000', '173948.755000', '173949.215000', '173949.675000', '173950.135000', '173950.595000', '173951.055000', '173951.515000', '173951.975000', '173952.435000', '173952.895000', '173953.355000', '173953.815000', '173954.275000', '173954.735000', '173955.195000', '173955.655000', '173956.115000', '173956.575000', '173957.035000', '173957.495000', '173957.955000', '173958.415000', '173958.875000', '173959.335000', '173959.795000', '174000.255000', '174000.715000', '174001.175000', '174001.635000', '174002.095000', '174002.555000', '174003.015000', '174003.475000', '174003.935000', '174004.395000', '174004.855000', '174005.315000', '174005.775000', '174006.235000', '174006.695000', '174007.155000', '174007.615000', '174008.075000', '174008.535000', '174008.995000', '174009.455000', '174009.915000', '174010.375000', '174010.835000', '174011.295000', '174011.755000', '174012.215000', '174012.675000', '174013.135000', '174013.595000', '174014.055000', '174014.515000', '174014.975000', '174015.435000', '174015.895000', '174016.355000', '174016.815000', '174017.275000', '174017.735000', '174018.195000', '174018.655000', '174019.115000', '174019.575000', '174020.035000', '174020.495000', '174020.955000', '174021.415000', '174021.875000', '174022.335000', '174022.795000', '174023.255000', '174023.715000', '174024.175000', '174024.635000', '174025.095000', '174025.555000', '174026.015000', '174026.475000', '174026.935000', '174027.395000', '174027.855000', '174028.315000', '174028.775000', '174029.235000', '174029.695000', '174030.155000', '174030.615000', '174031.075000', '174031.535000', '174031.995000', '174032.455000', '174032.915000', '174033.375000', '174033.835000', '174034.295000', '174034.755000', '174035.215000', '174035.675000', '174036.135000', '174036.595000', '174037.055000', '174037.515000', '174037.975000', '174038.435000', '174038.895000', '174039.355000', '174039.815000', '174040.275000', '174040.735000', '174041.195000', '174041.655000', '174042.115000', '174042.575000', '174043.035000', '174043.495000', '174043.955000', '174044.415000', '174044.875000', '174045.335000', '174045.795000', '174046.255000', '174046.715000', '174047.175000', '174047.635000', '174048.095000', '174048.555000', '174049.015000', '174049.475000', '174049.935000', '174050.395000', '174050.855000', '174051.315000', '174051.775000', '174052.235000', '174052.695000', '174053.155000', '174053.615000', '174054.075000', '174054.535000', '174054.995000', '174055.455000', '174055.915000', '174056.375000', '174056.835000', '174057.295000', '174057.755000', '174058.215000', '174058.675000', '174059.135000', '174059.595000', '174100.055000', '174100.515000', '174100.975000', '174101.435000', '174101.895000', '174102.355000', '174102.815000', '174103.275000', '174103.735000', '174104.195000', '174104.655000', '174105.115000', '174105.575000', '174106.035000', '174106.495000', '174106.955000', '174107.415000', '174107.875000', '174108.335000', '174108.795000', '174109.255000', '174109.715000', '174110.175000', '174110.635000', '174111.095000', '174111.555000', '174112.015000', '174112.475000', '174112.935000', '174113.395000', '174113.855000', '174114.315000', '174114.775000', '174115.235000', '174115.695000', '174116.155000', '174116.615000', '174117.075000', '174117.535000', '174117.995000', '174118.455000', '174118.915000', '174119.375000', '174119.835000', '174120.295000', '174120.755000', '174121.215000', '174121.675000', '174122.135000', '174122.595000', '174123.055000', '174123.515000', '174123.975000', '174124.435000', '174124.895000', '174125.355000', '174125.815000', '174126.275000', '174126.735000', '174127.195000', '174127.655000', '174128.115000', '174128.575000', '174129.035000', '174129.495000', '174129.955000', '174130.415000', '174130.875000', '174131.335000', '174131.795000', '174132.255000', '174132.715000', '174133.175000', '174133.635000', '174134.095000', '174134.555000', '174135.015000', '174135.475000', '174135.935000', '174136.395000', '174136.855000', '174137.315000', '174137.775000', '174138.235000', '174138.695000', '174139.155000', '174139.615000', '174140.075000', '174140.535000', '174140.995000', '174141.455000', '174141.915000', '174142.375000', '174142.835000', '174143.295000', '174143.755000', '174144.215000', '174144.675000', '174145.135000', '174145.595000', '174146.055000', '174146.515000', '174146.975000', '174147.435000', '174147.895000', '174148.355000', '174148.815000', '174149.275000', '174149.735000', '174150.195000', '174150.655000', '174151.115000', '174151.575000', '174152.035000', '174152.495000', '174152.955000', '174153.415000', '174153.875000', '174154.335000', '174154.795000', '174155.255000', '174155.715000', '174156.175000', '174156.635000', '174157.095000', '174157.555000', '174158.015000', '174158.475000', '174158.935000', '174159.395000', '174159.855000', '174200.315000', '174200.775000', '174201.235000', '174201.695000', '174202.155000', '174202.615000', '174203.075000', '174203.535000', '174203.995000', '174204.455000', '174204.915000', '174205.375000', '174205.835000', '174206.295000', '174206.755000', '174207.215000', '174207.675000', '174208.135000', '174208.595000', '174209.055000', '174209.515000', '174209.975000', '174210.435000', '174210.895000', '174211.355000', '174211.815000', '174212.275000', '174212.735000', '174213.195000', '174213.655000', '174214.115000', '174214.575000', '174215.035000', '174215.495000', '174215.955000', '174216.415000', '174216.875000', '174217.335000', '174217.795000', '174218.255000', '174218.715000', '174219.175000', '174219.635000', '174220.095000', '174220.555000', '174221.015000', '174221.475000', '174221.935000', '174222.395000', '174222.855000', '174223.315000', '174223.775000', '174224.235000', '174224.695000', '174225.155000', '174225.615000', '174226.075000', '174226.535000', '174226.995000', '174227.455000', '174227.915000', '174228.375000', '174228.835000', '174229.295000', '174229.755000', '174230.215000', '174230.675000', '174231.135000', '174231.595000', '174232.055000', '174232.515000', '174232.975000', '174233.435000', '174233.895000', '174234.355000', '174234.815000', '174235.275000', '174235.735000', '174236.195000', '174236.655000', '174237.115000', '174237.575000', '174238.035000', '174238.495000', '174238.955000', '174239.415000', '174239.875000', '174240.335000', '174240.795000', '174241.255000', '174241.715000', '174242.175000', '174242.635000', '174243.095000', '174243.555000', '174244.015000', '174244.475000', '174244.935000', '174245.395000', '174245.855000', '174246.315000', '174246.775000', '174247.235000', '174247.695000', '174248.155000', '174248.615000', '174249.075000', '174249.535000', '174249.995000', '174250.455000', '174250.915000', '174251.375000', '174251.835000', '174252.295000', '174252.755000', '174253.215000', '174253.675000', '174254.135000', '174254.595000', '174255.055000', '174255.515000', '174255.975000', '174256.435000', '174256.895000', '174257.355000', '174257.815000', '174258.275000', '174258.735000', '174259.195000', '174259.655000', '174300.115000', '174300.575000', '174301.035000', '174301.495000', '174301.955000', '174302.415000', '174302.875000', '174303.335000', '174303.795000', '174304.255000', '174304.715000', '174305.175000', '174305.635000', '174306.095000', '174306.555000', '174307.015000', '174307.475000', '174307.935000', '174308.395000', '174308.855000', '174309.315000', '174309.775000', '174310.235000', '174310.695000', '174311.155000', '174311.615000', '174312.075000', '174312.535000', '174312.995000', '174313.455000', '174313.915000', '174314.375000', '174314.835000', '174315.295000', '174315.755000', '174316.215000', '174316.675000', '174317.135000', '174317.595000', '174318.055000', '174318.515000', '174318.975000', '174319.435000', '174319.895000', '174320.355000', '174320.815000', '174321.275000', '174321.735000', '174322.195000', '174322.655000', '174323.115000', '174323.575000', '174324.035000', '174324.495000', '174324.955000', '174325.415000', '174325.875000', '174326.335000', '174326.795000', '174327.255000', '174327.715000', '174328.175000', '174328.635000', '174329.095000', '174329.555000', '174330.015000', '174330.475000', '174330.935000', '174331.395000', '174331.855000', '174332.315000', '174332.775000', '174333.235000', '174333.695000', '174334.155000', '174334.615000', '174335.075000', '174335.535000', '174335.995000', '174336.455000', '174336.915000', '174337.375000', '174337.835000', '174338.295000', '174338.755000', '174339.215000', '174339.675000', '174340.135000', '174340.595000', '174341.055000', '174341.515000', '174341.975000', '174342.435000', '174342.895000', '174343.355000', '174343.815000', '174344.275000', '174344.735000', '174345.195000', '174345.655000', '174346.115000', '174346.575000', '174347.035000', '174347.495000', '174347.955000', '174348.415000', '174348.875000', '174349.335000', '174349.795000', '174350.255000', '174350.715000', '174351.175000', '174351.635000', '174352.095000', '174352.555000', '174353.015000', '174353.475000', '174353.935000', '174354.395000', '174354.855000', '174355.315000', '174355.775000', '174356.235000', '174356.695000', '174357.155000', '174357.615000', '174358.075000', '174358.535000', '174358.995000', '174359.455000', '174359.915000', '174400.375000', '174400.835000', '174401.295000', '174401.755000', '174402.215000', '174402.675000', '174403.135000', '174403.595000', '174404.055000', '174404.515000', '174404.975000', '174405.435000', '174405.895000', '174406.355000', '174406.815000', '174407.275000', '174407.735000', '174408.195000', '174408.655000', '174409.115000', '174409.575000', '174410.035000', '174410.495000', '174410.955000', '174411.415000', '174411.875000', '174412.335000', '174412.795000', '174413.255000', '174413.715000', '174414.175000', '174414.635000', '174415.095000', '174415.555000', '174416.015000', '174416.475000', '174416.935000', '174417.395000', '174417.855000', '174418.315000', '174418.775000', '174419.235000', '174419.695000', '174420.155000', '174420.615000', '174421.075000', '174421.535000', '174421.995000', '174422.455000', '174422.915000', '174423.375000', '174423.835000', '174424.295000', '174424.755000', '174425.215000', '174425.675000', '174426.135000', '174426.595000', '174427.055000', '174427.515000', '174427.975000', '174428.435000', '174428.895000', '174429.355000', '174429.815000', '174430.275000', '174430.735000', '174431.195000', '174431.655000', '174432.115000', '174432.575000', '174433.035000', '174433.495000', '174433.955000', '174434.415000', '174434.875000', '174435.335000', '174435.795000', '174436.255000', '174436.715000', '174437.175000', '174437.635000', '174438.095000', '174438.555000', '174439.015000', '174439.475000', '174439.935000', '174440.395000', '174440.855000', '174441.315000', '174441.775000', '174442.235000', '174442.695000', '174443.155000', '174443.615000', '174444.075000', '174444.535000', '174444.995000', '174445.455000', '174445.915000', '174446.375000', '174446.835000', '174447.295000', '174447.755000', '174448.215000', '174448.675000', '174449.135000', '174449.595000', '174450.055000', '174450.515000', '174450.975000', '174451.435000', '174451.895000', '174452.355000', '174452.815000', '174453.275000', '174453.735000', '174454.195000', '174454.655000', '174455.115000', '174455.575000', '174456.035000', '174456.495000', '174456.955000', '174457.415000', '174457.875000', '174458.335000', '174458.795000', '174459.255000', '174459.715000', '174500.175000', '174500.635000', '174501.095000', '174501.555000', '174502.015000', '174502.475000', '174502.935000', '174503.395000', '174503.855000', '174504.315000', '174504.775000', '174505.235000', '174505.695000', '174506.155000', '174506.615000', '174507.075000', '174507.535000', '174507.995000', '174508.455000', '174508.915000', '174509.375000', '174509.835000', '174510.295000', '174510.755000', '174511.215000', '174511.675000', '174512.135000', '174512.595000', '174513.055000', '174513.515000', '174513.975000', '174514.435000', '174514.895000', '174515.355000', '174515.815000', '174516.275000', '174516.735000', '174517.195000', '174517.655000', '174518.115000', '174518.575000', '174519.035000', '174519.495000', '174519.955000', '174520.415000', '174520.875000', '174521.335000', '174521.795000', '174522.255000', '174522.715000', '174523.175000', '174523.635000', '174524.095000', '174524.555000', '174525.015000', '174525.475000', '174525.935000', '174526.395000', '174526.855000', '174527.315000', '174527.775000', '174528.235000', '174528.695000', '174529.155000', '174529.615000', '174530.075000', '174530.535000', '174530.995000', '174531.455000', '174531.915000', '174532.375000', '174532.835000', '174533.295000', '174533.755000', '174534.215000', '174534.675000', '174535.135000', '174535.595000', '174536.055000', '174536.515000', '174536.975000', '174537.435000', '174537.895000', '174538.355000', '174538.815000', '174539.275000', '174539.735000', '174540.195000', '174540.655000', '174541.115000', '174541.575000', '174542.035000', '174542.495000', '174542.955000', '174543.415000', '174543.875000', '174544.335000', '174544.795000', '174545.255000', '174545.715000', '174546.175000', '174546.635000', '174547.095000', '174547.555000', '174548.015000', '174548.475000', '174548.935000', '174549.395000', '174549.855000', '174550.315000'], 'ContentTime': ['173927.016000', '173927.020000', '173927.027000', '173927.030000', '173927.033000', '173927.036000', '173927.039000', '173927.049000', '173927.052000', '173927.055000', '173927.058000', '173927.060000', '173927.063000', '173927.066000', '173927.069000', '173927.072000', '173927.075000', '173927.078000', '173927.081000', '173927.083000', '173927.093000', '173927.096000', '173927.099000', '173927.102000', '173927.105000', '173927.108000', '173927.111000', '173927.114000', '173927.117000', '173927.119000', '173927.122000', '173927.125000', '173927.128000', '173927.131000', '173927.133000', '173946.963000', '173946.966000', '173946.969000', '173946.972000', '173946.975000', '173946.978000', '173946.981000', '173946.983000', '173946.986000', '173946.989000', '173946.992000', '173946.995000', '173946.998000', '173947.001000', '173947.004000', '173947.007000', '173947.010000', '173947.013000', '173947.015000', '173947.018000', '173947.021000', '173947.024000', '173947.027000', '173947.030000', '173947.038000', '173947.040000', '173947.043000', '173947.046000', '173947.049000', '173947.052000', '173947.055000', '173947.057000', '173947.060000', '173947.063000', '173947.066000', '173947.069000', '173947.072000', '173947.075000', '173947.077000', '173947.080000', '173947.083000', '173947.086000', '173947.089000', '174006.963000', '174006.966000', '174006.969000', '174006.972000', '174006.974000', '174006.977000', '174006.980000', '174006.983000', '174006.986000', '174006.988000', '174006.991000', '174006.994000', '174006.997000', '174007.001000', '174007.003000', '174007.006000', '174007.009000', '174007.012000', '174007.015000', '174007.018000', '174007.023000', '174007.026000', '174007.029000', '174007.032000', '174007.034000', '174007.037000', '174007.040000', '174007.043000', '174007.046000', '174007.048000', '174007.051000', '174007.054000', '174007.057000', '174007.060000', '174007.063000', '174007.066000', '174007.068000', '174007.071000', '174007.074000', '174007.077000', '174007.080000', '174007.083000', '174007.085000', '174007.088000', '174026.962000', '174026.965000', '174026.968000', '174026.971000', '174026.974000', '174026.977000', '174026.979000', '174026.982000', '174026.985000', '174026.988000', '174026.991000', '174026.994000', '174027.000000', '174027.004000', '174027.006000', '174027.009000', '174027.012000', '174027.015000', '174027.018000', '174027.021000', '174027.023000', '174027.026000', '174027.029000', '174027.032000', '174027.035000', '174027.038000', '174027.041000', '174027.044000', '174027.047000', '174027.049000', '174027.052000', '174027.055000', '174027.058000', '174027.061000', '174027.064000', '174027.067000', '174027.070000', '174027.072000', '174027.075000', '174027.078000', '174027.081000', '174027.084000', '174027.086000', '174046.962000', '174046.965000', '174046.968000', '174046.970000', '174046.973000', '174046.976000', '174046.979000', '174046.982000', '174046.985000', '174046.988000', '174046.990000', '174046.993000', '174046.996000', '174047.000000', '174047.003000', '174047.006000', '174047.008000', '174047.011000', '174047.014000', '174047.017000', '174047.020000', '174047.022000', '174047.025000', '174047.028000', '174047.031000', '174047.034000', '174047.037000', '174047.040000', '174047.042000', '174047.045000', '174047.048000', '174047.051000', '174047.054000', '174047.056000', '174047.059000', '174047.062000', '174047.065000', '174047.068000', '174047.071000', '174047.074000', '174047.076000', '174047.088000', '174047.091000', '174047.094000', '174106.962000', '174106.965000', '174106.968000', '174106.971000', '174106.979000', '174106.982000', '174106.985000', '174106.987000', '174106.990000', '174106.993000', '174106.996000', '174107.000000', '174107.003000', '174107.008000', '174107.012000', '174107.015000', '174107.018000', '174107.029000', '174107.032000', '174107.035000', '174107.038000', '174107.041000', '174107.044000', '174107.046000', '174107.049000', '174107.052000', '174107.055000', '174107.058000', '174107.061000', '174107.063000', '174107.066000', '174107.069000', '174107.072000', '174107.075000', '174107.078000', '174107.081000', '174107.083000', '174107.086000', '174107.089000', '174107.092000', '174107.095000', '174107.097000', '174107.100000', '174126.962000', '174126.965000', '174126.968000', '174126.971000', '174126.974000', '174126.977000', '174126.979000', '174126.982000', '174126.985000', '174126.988000', '174126.991000', '174126.994000', '174126.996000', '174127.000000', '174127.003000', '174127.006000', '174127.009000', '174127.012000', '174127.015000', '174127.018000', '174127.020000', '174127.023000', '174127.026000', '174127.029000', '174127.032000', '174127.035000', '174127.038000', '174127.040000', '174127.043000', '174127.046000', '174127.049000', '174127.052000', '174127.055000', '174127.058000', '174127.061000', '174127.063000', '174127.066000', '174127.069000', '174127.072000', '174127.075000', '174127.077000', '174127.080000', '174127.083000', '174127.086000', '174146.963000', '174146.966000', '174146.969000', '174146.972000', '174146.975000', '174146.977000', '174146.980000', '174146.983000', '174146.986000', '174146.989000', '174146.991000', '174146.994000', '174146.997000', '174147.001000', '174147.004000', '174147.007000', '174147.010000', '174147.013000', '174147.016000', '174147.019000', '174147.022000', '174147.025000', '174147.027000', '174147.030000', '174147.033000', '174147.036000', '174147.039000', '174147.042000', '174147.044000', '174147.048000', '174147.050000', '174147.053000', '174147.056000', '174147.059000', '174147.062000', '174147.065000', '174147.067000', '174147.070000', '174147.073000', '174147.076000', '174147.079000', '174147.082000', '174147.084000', '174206.963000', '174206.966000', '174206.969000', '174206.971000', '174206.974000', '174206.977000', '174206.980000', '174206.983000', '174206.986000', '174206.989000', '174206.991000', '174206.994000', '174206.997000', '174207.001000', '174207.004000', '174207.007000', '174207.010000', '174207.013000', '174207.015000', '174207.018000', '174207.021000', '174207.024000', '174207.027000', '174207.030000', '174207.033000', '174207.035000', '174207.038000', '174207.041000', '174207.044000', '174207.047000', '174207.050000', '174207.052000', '174207.055000', '174207.058000', '174207.061000', '174207.064000', '174207.067000', '174207.069000', '174207.072000', '174207.075000', '174207.078000', '174207.081000', '174207.084000', '174207.086000', '174226.963000', '174226.966000', '174226.969000', '174226.972000', '174226.975000', '174226.978000', '174226.981000', '174226.984000', '174226.987000', '174226.990000', '174226.993000', '174226.996000', '174226.998000', '174227.002000', '174227.005000', '174227.008000', '174227.011000', '174227.014000', '174227.017000', '174227.020000', '174227.023000', '174227.025000', '174227.028000', '174227.031000', '174227.034000', '174227.037000', '174227.041000', '174227.044000', '174227.047000', '174227.050000', '174227.052000', '174227.055000', '174227.058000', '174227.061000', '174227.064000', '174227.067000', '174227.070000', '174227.073000', '174227.075000', '174227.078000', '174227.081000', '174227.084000', '174227.101000', '174246.962000', '174246.965000', '174246.968000', '174246.971000', '174246.974000', '174246.976000', '174246.979000', '174246.990000', '174246.993000', '174246.996000', '174246.998000', '174247.002000', '174247.005000', '174247.008000', '174247.011000', '174247.014000', '174247.017000', '174247.019000', '174247.022000', '174247.025000', '174247.028000', '174247.031000', '174247.034000', '174247.037000', '174247.039000', '174247.042000', '174247.045000', '174247.048000', '174247.051000', '174247.054000', '174247.056000', '174247.059000', '174247.062000', '174247.065000', '174247.068000', '174247.071000', '174247.074000', '174247.080000', '174247.083000', '174247.086000', '174247.089000', '174247.092000', '174247.095000', '174247.098000', '174306.962000', '174306.965000', '174306.968000', '174306.971000', '174306.973000', '174306.976000', '174306.979000', '174306.982000', '174306.985000', '174306.988000', '174306.991000', '174306.993000', '174306.996000', '174307.000000', '174307.003000', '174307.006000', '174307.009000', '174307.012000', '174307.014000', '174307.017000', '174307.020000', '174307.023000', '174307.026000', '174307.029000', '174307.032000', '174307.034000', '174307.037000', '174307.040000', '174307.043000', '174307.046000', '174307.049000', '174307.051000', '174307.054000', '174307.057000', '174307.060000', '174307.063000', '174307.066000', '174307.069000', '174307.072000', '174307.075000', '174307.078000', '174307.081000', '174307.084000', '174326.962000', '174326.965000', '174326.968000', '174326.971000', '174326.974000', '174326.976000', '174326.979000', '174326.982000', '174326.985000', '174326.988000', '174326.991000', '174326.994000', '174326.997000', '174327.000000', '174327.006000', '174327.009000', '174327.012000', '174327.015000', '174327.018000', '174327.021000', '174327.024000', '174327.026000', '174327.029000', '174327.032000', '174327.035000', '174327.038000', '174327.041000', '174327.044000', '174327.047000', '174327.049000', '174327.052000', '174327.055000', '174327.058000', '174327.061000', '174327.064000', '174327.067000', '174327.069000', '174327.072000', '174327.075000', '174327.078000', '174327.081000', '174327.084000', '174327.087000', '174327.090000', '174346.962000', '174346.965000', '174346.968000', '174346.971000', '174346.974000', '174346.977000', '174346.979000', '174346.982000', '174346.985000', '174346.988000', '174346.991000', '174346.994000', '174346.997000', '174347.000000', '174347.003000', '174347.006000', '174347.009000', '174347.013000', '174347.016000', '174347.019000', '174347.022000', '174347.025000', '174347.027000', '174347.030000', '174347.033000', '174347.036000', '174347.039000', '174347.042000', '174347.045000', '174347.048000', '174347.050000', '174347.053000', '174347.056000', '174347.059000', '174347.062000', '174347.065000', '174347.068000', '174347.071000', '174347.074000', '174347.077000', '174347.080000', '174347.083000', '174347.086000', '174406.963000', '174406.966000', '174406.969000', '174406.972000', '174406.975000', '174406.978000', '174406.981000', '174406.984000', '174406.987000', '174406.990000', '174406.992000', '174406.995000', '174406.998000', '174407.002000', '174407.005000', '174407.008000', '174407.010000', '174407.013000', '174407.016000', '174407.019000', '174407.022000', '174407.025000', '174407.028000', '174407.038000', '174407.041000', '174407.044000', '174407.047000', '174407.050000', '174407.052000', '174407.055000', '174407.058000', '174407.061000', '174407.064000', '174407.067000', '174407.070000', '174407.072000', '174407.075000', '174407.078000', '174407.081000', '174407.084000', '174407.087000', '174407.090000', '174407.092000', '174407.095000', '174426.963000', '174426.966000', '174426.969000', '174426.972000', '174426.975000', '174426.978000', '174426.980000', '174426.983000', '174426.986000', '174426.989000', '174426.992000', '174426.995000', '174426.998000', '174427.002000', '174427.005000', '174427.008000', '174427.010000', '174427.013000', '174427.016000', '174427.019000', '174427.022000', '174427.025000', '174427.028000', '174427.031000', '174427.033000', '174427.036000', '174427.039000', '174427.042000', '174427.045000', '174427.048000', '174427.051000', '174427.053000', '174427.056000', '174427.059000', '174427.062000', '174427.065000', '174427.068000', '174427.071000', '174427.074000', '174427.077000', '174427.079000', '174427.082000', '174427.086000', '174446.963000', '174446.966000', '174446.969000', '174446.972000', '174446.975000', '174446.977000', '174446.980000', '174446.983000', '174446.995000', '174446.997000', '174447.001000', '174447.004000', '174447.007000', '174447.010000', '174447.013000', '174447.016000', '174447.019000', '174447.022000', '174447.024000', '174447.027000', '174447.030000', '174447.033000', '174447.036000', '174447.039000', '174447.042000', '174447.045000', '174447.047000', '174447.050000', '174447.053000', '174447.056000', '174447.059000', '174447.062000', '174447.065000', '174447.068000', '174447.070000', '174447.073000', '174447.076000', '174447.079000', '174447.082000', '174447.085000', '174447.088000', '174447.090000', '174447.093000', '174447.096000', '174506.962000', '174506.965000', '174506.968000', '174506.971000', '174506.974000', '174506.976000', '174506.980000', '174506.982000', '174506.985000', '174506.988000', '174506.991000', '174506.994000', '174506.997000', '174507.000000', '174507.003000', '174507.006000', '174507.009000', '174507.012000', '174507.015000', '174507.018000', '174507.021000', '174507.023000', '174507.026000', '174507.029000', '174507.032000', '174507.035000', '174507.038000', '174507.041000', '174507.044000', '174507.046000', '174507.049000', '174507.053000', '174507.056000', '174507.059000', '174507.062000', '174507.067000', '174507.070000', '174507.072000', '174507.075000', '174507.078000', '174507.081000', '174507.084000', '174507.087000', '174526.962000', '174526.965000', '174526.968000', '174526.971000', '174526.974000', '174526.977000', '174526.980000', '174526.989000', '174526.992000', '174526.995000', '174526.998000', '174527.002000', '174527.005000', '174527.008000', '174527.010000', '174527.013000', '174527.016000', '174527.019000', '174527.022000', '174527.025000', '174527.028000', '174527.031000', '174527.033000', '174527.036000', '174527.039000', '174527.042000', '174527.045000', '174527.048000', '174527.057000', '174527.060000', '174527.063000', '174527.066000', '174527.068000', '174527.071000', '174527.074000', '174527.077000', '174527.080000', '174527.083000', '174527.086000', '174527.089000', '174527.092000', '174527.094000', '174527.097000', '174527.100000', '174546.962000', '174546.965000', '174546.968000', '174546.971000', '174546.974000', '174546.977000', '174546.980000', '174546.982000', '174546.985000', '174546.988000', '174546.991000', '174546.994000', '174546.997000', '174547.001000', '174547.003000', '174547.006000', '174547.009000', '174547.012000', '174547.015000', '174547.018000', '174547.021000', '174547.024000', '174547.026000', '174547.029000', '174547.032000', '174547.035000', '174547.038000', '174547.041000', '174547.043000', '174547.046000', '174547.049000', '174547.052000', '174547.055000', '174547.058000', '174547.061000', '174547.064000', '174547.066000', '174547.069000', '174547.072000', '174547.075000', '174547.078000', '174547.081000', '174547.084000', '174551.787000', '174551.791000', '174551.794000', '174551.797000', '174551.807000', '174551.810000', '174551.813000', '174551.816000', '174551.820000', '174551.823000', '174551.826000'], 'InstanceCreationTime': ['173927.016000', '173927.020000', '173927.027000', '173927.030000', '173927.033000', '173927.036000', '173927.039000', '173927.049000', '173927.052000', '173927.055000', '173927.058000', '173927.060000', '173927.063000', '173927.066000', '173927.069000', '173927.072000', '173927.075000', '173927.078000', '173927.081000', '173927.083000', '173927.093000', '173927.096000', '173927.099000', '173927.102000', '173927.105000', '173927.108000', '173927.111000', '173927.114000', '173927.117000', '173927.119000', '173927.122000', '173927.125000', '173927.128000', '173927.131000', '173927.133000', '173946.963000', '173946.966000', '173946.969000', '173946.972000', '173946.975000', '173946.978000', '173946.981000', '173946.983000', '173946.986000', '173946.989000', '173946.992000', '173946.995000', '173946.998000', '173947.001000', '173947.004000', '173947.007000', '173947.010000', '173947.013000', '173947.015000', '173947.018000', '173947.021000', '173947.024000', '173947.027000', '173947.030000', '173947.038000', '173947.040000', '173947.043000', '173947.046000', '173947.049000', '173947.052000', '173947.055000', '173947.057000', '173947.060000', '173947.063000', '173947.066000', '173947.069000', '173947.072000', '173947.075000', '173947.077000', '173947.080000', '173947.083000', '173947.086000', '173947.089000', '174006.963000', '174006.966000', '174006.969000', '174006.972000', '174006.974000', '174006.977000', '174006.980000', '174006.983000', '174006.986000', '174006.988000', '174006.991000', '174006.994000', '174006.997000', '174007.001000', '174007.003000', '174007.006000', '174007.009000', '174007.012000', '174007.015000', '174007.018000', '174007.023000', '174007.026000', '174007.029000', '174007.032000', '174007.034000', '174007.037000', '174007.040000', '174007.043000', '174007.046000', '174007.048000', '174007.051000', '174007.054000', '174007.057000', '174007.060000', '174007.063000', '174007.066000', '174007.068000', '174007.071000', '174007.074000', '174007.077000', '174007.080000', '174007.083000', '174007.085000', '174007.088000', '174026.962000', '174026.965000', '174026.968000', '174026.971000', '174026.974000', '174026.977000', '174026.979000', '174026.982000', '174026.985000', '174026.988000', '174026.991000', '174026.994000', '174027.000000', '174027.004000', '174027.006000', '174027.009000', '174027.012000', '174027.015000', '174027.018000', '174027.021000', '174027.023000', '174027.026000', '174027.029000', '174027.032000', '174027.035000', '174027.038000', '174027.041000', '174027.044000', '174027.047000', '174027.049000', '174027.052000', '174027.055000', '174027.058000', '174027.061000', '174027.064000', '174027.067000', '174027.070000', '174027.072000', '174027.075000', '174027.078000', '174027.081000', '174027.084000', '174027.086000', '174046.962000', '174046.965000', '174046.968000', '174046.970000', '174046.973000', '174046.976000', '174046.979000', '174046.982000', '174046.985000', '174046.988000', '174046.990000', '174046.993000', '174046.996000', '174047.000000', '174047.003000', '174047.006000', '174047.008000', '174047.011000', '174047.014000', '174047.017000', '174047.020000', '174047.022000', '174047.025000', '174047.028000', '174047.031000', '174047.034000', '174047.037000', '174047.040000', '174047.042000', '174047.045000', '174047.048000', '174047.051000', '174047.054000', '174047.056000', '174047.059000', '174047.062000', '174047.065000', '174047.068000', '174047.071000', '174047.074000', '174047.076000', '174047.088000', '174047.091000', '174047.094000', '174106.962000', '174106.965000', '174106.968000', '174106.971000', '174106.979000', '174106.982000', '174106.985000', '174106.987000', '174106.990000', '174106.993000', '174106.996000', '174107.000000', '174107.003000', '174107.008000', '174107.012000', '174107.015000', '174107.018000', '174107.029000', '174107.032000', '174107.035000', '174107.038000', '174107.041000', '174107.044000', '174107.046000', '174107.049000', '174107.052000', '174107.055000', '174107.058000', '174107.061000', '174107.063000', '174107.066000', '174107.069000', '174107.072000', '174107.075000', '174107.078000', '174107.081000', '174107.083000', '174107.086000', '174107.089000', '174107.092000', '174107.095000', '174107.097000', '174107.100000', '174126.962000', '174126.965000', '174126.968000', '174126.971000', '174126.974000', '174126.977000', '174126.979000', '174126.982000', '174126.985000', '174126.988000', '174126.991000', '174126.994000', '174126.996000', '174127.000000', '174127.003000', '174127.006000', '174127.009000', '174127.012000', '174127.015000', '174127.018000', '174127.020000', '174127.023000', '174127.026000', '174127.029000', '174127.032000', '174127.035000', '174127.038000', '174127.040000', '174127.043000', '174127.046000', '174127.049000', '174127.052000', '174127.055000', '174127.058000', '174127.061000', '174127.063000', '174127.066000', '174127.069000', '174127.072000', '174127.075000', '174127.077000', '174127.080000', '174127.083000', '174127.086000', '174146.963000', '174146.966000', '174146.969000', '174146.972000', '174146.975000', '174146.977000', '174146.980000', '174146.983000', '174146.986000', '174146.989000', '174146.991000', '174146.994000', '174146.997000', '174147.001000', '174147.004000', '174147.007000', '174147.010000', '174147.013000', '174147.016000', '174147.019000', '174147.022000', '174147.025000', '174147.027000', '174147.030000', '174147.033000', '174147.036000', '174147.039000', '174147.042000', '174147.044000', '174147.048000', '174147.050000', '174147.053000', '174147.056000', '174147.059000', '174147.062000', '174147.065000', '174147.067000', '174147.070000', '174147.073000', '174147.076000', '174147.079000', '174147.082000', '174147.084000', '174206.963000', '174206.966000', '174206.969000', '174206.971000', '174206.974000', '174206.977000', '174206.980000', '174206.983000', '174206.986000', '174206.989000', '174206.991000', '174206.994000', '174206.997000', '174207.001000', '174207.004000', '174207.007000', '174207.010000', '174207.013000', '174207.015000', '174207.018000', '174207.021000', '174207.024000', '174207.027000', '174207.030000', '174207.033000', '174207.035000', '174207.038000', '174207.041000', '174207.044000', '174207.047000', '174207.050000', '174207.052000', '174207.055000', '174207.058000', '174207.061000', '174207.064000', '174207.067000', '174207.069000', '174207.072000', '174207.075000', '174207.078000', '174207.081000', '174207.084000', '174207.086000', '174226.963000', '174226.966000', '174226.969000', '174226.972000', '174226.975000', '174226.978000', '174226.981000', '174226.984000', '174226.987000', '174226.990000', '174226.993000', '174226.996000', '174226.998000', '174227.002000', '174227.005000', '174227.008000', '174227.011000', '174227.014000', '174227.017000', '174227.020000', '174227.023000', '174227.025000', '174227.028000', '174227.031000', '174227.034000', '174227.037000', '174227.041000', '174227.044000', '174227.047000', '174227.050000', '174227.052000', '174227.055000', '174227.058000', '174227.061000', '174227.064000', '174227.067000', '174227.070000', '174227.073000', '174227.075000', '174227.078000', '174227.081000', '174227.084000', '174227.101000', '174246.962000', '174246.965000', '174246.968000', '174246.971000', '174246.974000', '174246.976000', '174246.979000', '174246.990000', '174246.993000', '174246.996000', '174246.998000', '174247.002000', '174247.005000', '174247.008000', '174247.011000', '174247.014000', '174247.017000', '174247.019000', '174247.022000', '174247.025000', '174247.028000', '174247.031000', '174247.034000', '174247.037000', '174247.039000', '174247.042000', '174247.045000', '174247.048000', '174247.051000', '174247.054000', '174247.056000', '174247.059000', '174247.062000', '174247.065000', '174247.068000', '174247.071000', '174247.074000', '174247.080000', '174247.083000', '174247.086000', '174247.089000', '174247.092000', '174247.095000', '174247.098000', '174306.962000', '174306.965000', '174306.968000', '174306.971000', '174306.973000', '174306.976000', '174306.979000', '174306.982000', '174306.985000', '174306.988000', '174306.991000', '174306.993000', '174306.996000', '174307.000000', '174307.003000', '174307.006000', '174307.009000', '174307.012000', '174307.014000', '174307.017000', '174307.020000', '174307.023000', '174307.026000', '174307.029000', '174307.032000', '174307.034000', '174307.037000', '174307.040000', '174307.043000', '174307.046000', '174307.049000', '174307.051000', '174307.054000', '174307.057000', '174307.060000', '174307.063000', '174307.066000', '174307.069000', '174307.072000', '174307.075000', '174307.078000', '174307.081000', '174307.084000', '174326.962000', '174326.965000', '174326.968000', '174326.971000', '174326.974000', '174326.976000', '174326.979000', '174326.982000', '174326.985000', '174326.988000', '174326.991000', '174326.994000', '174326.997000', '174327.000000', '174327.006000', '174327.009000', '174327.012000', '174327.015000', '174327.018000', '174327.021000', '174327.024000', '174327.026000', '174327.029000', '174327.032000', '174327.035000', '174327.038000', '174327.041000', '174327.044000', '174327.047000', '174327.049000', '174327.052000', '174327.055000', '174327.058000', '174327.061000', '174327.064000', '174327.067000', '174327.069000', '174327.072000', '174327.075000', '174327.078000', '174327.081000', '174327.084000', '174327.087000', '174327.090000', '174346.962000', '174346.965000', '174346.968000', '174346.971000', '174346.974000', '174346.977000', '174346.979000', '174346.982000', '174346.985000', '174346.988000', '174346.991000', '174346.994000', '174346.997000', '174347.000000', '174347.003000', '174347.006000', '174347.009000', '174347.013000', '174347.016000', '174347.019000', '174347.022000', '174347.025000', '174347.027000', '174347.030000', '174347.033000', '174347.036000', '174347.039000', '174347.042000', '174347.045000', '174347.048000', '174347.050000', '174347.053000', '174347.056000', '174347.059000', '174347.062000', '174347.065000', '174347.068000', '174347.071000', '174347.074000', '174347.077000', '174347.080000', '174347.083000', '174347.086000', '174406.963000', '174406.966000', '174406.969000', '174406.972000', '174406.975000', '174406.978000', '174406.981000', '174406.984000', '174406.987000', '174406.990000', '174406.992000', '174406.995000', '174406.998000', '174407.002000', '174407.005000', '174407.008000', '174407.010000', '174407.013000', '174407.016000', '174407.019000', '174407.022000', '174407.025000', '174407.028000', '174407.038000', '174407.041000', '174407.044000', '174407.047000', '174407.050000', '174407.052000', '174407.055000', '174407.058000', '174407.061000', '174407.064000', '174407.067000', '174407.070000', '174407.072000', '174407.075000', '174407.078000', '174407.081000', '174407.084000', '174407.087000', '174407.090000', '174407.092000', '174407.095000', '174426.963000', '174426.966000', '174426.969000', '174426.972000', '174426.975000', '174426.978000', '174426.980000', '174426.983000', '174426.986000', '174426.989000', '174426.992000', '174426.995000', '174426.998000', '174427.002000', '174427.005000', '174427.008000', '174427.010000', '174427.013000', '174427.016000', '174427.019000', '174427.022000', '174427.025000', '174427.028000', '174427.031000', '174427.033000', '174427.036000', '174427.039000', '174427.042000', '174427.045000', '174427.048000', '174427.051000', '174427.053000', '174427.056000', '174427.059000', '174427.062000', '174427.065000', '174427.068000', '174427.071000', '174427.074000', '174427.077000', '174427.079000', '174427.082000', '174427.086000', '174446.963000', '174446.966000', '174446.969000', '174446.972000', '174446.975000', '174446.977000', '174446.980000', '174446.983000', '174446.995000', '174446.997000', '174447.001000', '174447.004000', '174447.007000', '174447.010000', '174447.013000', '174447.016000', '174447.019000', '174447.022000', '174447.024000', '174447.027000', '174447.030000', '174447.033000', '174447.036000', '174447.039000', '174447.042000', '174447.045000', '174447.047000', '174447.050000', '174447.053000', '174447.056000', '174447.059000', '174447.062000', '174447.065000', '174447.068000', '174447.070000', '174447.073000', '174447.076000', '174447.079000', '174447.082000', '174447.085000', '174447.088000', '174447.090000', '174447.093000', '174447.096000', '174506.962000', '174506.965000', '174506.968000', '174506.971000', '174506.974000', '174506.976000', '174506.980000', '174506.982000', '174506.985000', '174506.988000', '174506.991000', '174506.994000', '174506.997000', '174507.000000', '174507.003000', '174507.006000', '174507.009000', '174507.012000', '174507.015000', '174507.018000', '174507.021000', '174507.023000', '174507.026000', '174507.029000', '174507.032000', '174507.035000', '174507.038000', '174507.041000', '174507.044000', '174507.046000', '174507.049000', '174507.053000', '174507.056000', '174507.059000', '174507.062000', '174507.067000', '174507.070000', '174507.072000', '174507.075000', '174507.078000', '174507.081000', '174507.084000', '174507.087000', '174526.962000', '174526.965000', '174526.968000', '174526.971000', '174526.974000', '174526.977000', '174526.980000', '174526.989000', '174526.992000', '174526.995000', '174526.998000', '174527.002000', '174527.005000', '174527.008000', '174527.010000', '174527.013000', '174527.016000', '174527.019000', '174527.022000', '174527.025000', '174527.028000', '174527.031000', '174527.033000', '174527.036000', '174527.039000', '174527.042000', '174527.045000', '174527.048000', '174527.057000', '174527.060000', '174527.063000', '174527.066000', '174527.068000', '174527.071000', '174527.074000', '174527.077000', '174527.080000', '174527.083000', '174527.086000', '174527.089000', '174527.092000', '174527.094000', '174527.097000', '174527.100000', '174546.962000', '174546.965000', '174546.968000', '174546.971000', '174546.974000', '174546.977000', '174546.980000', '174546.982000', '174546.985000', '174546.988000', '174546.991000', '174546.994000', '174546.997000', '174547.001000', '174547.003000', '174547.006000', '174547.009000', '174547.012000', '174547.015000', '174547.018000', '174547.021000', '174547.024000', '174547.026000', '174547.029000', '174547.032000', '174547.035000', '174547.038000', '174547.041000', '174547.043000', '174547.046000', '174547.049000', '174547.052000', '174547.055000', '174547.058000', '174547.061000', '174547.064000', '174547.066000', '174547.069000', '174547.072000', '174547.075000', '174547.078000', '174547.081000', '174547.084000', '174551.787000', '174551.791000', '174551.794000', '174551.797000', '174551.807000', '174551.810000', '174551.813000', '174551.816000', '174551.820000', '174551.823000', '174551.826000'], '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': [13095, 18774, 13617, 13711, 13655, 12739, 14913, 13634, 16094, 13928, 11658, 13743, 12788, 19147, 13741, 12838, 18316, 13879, 15377, 13447, 13032, 19033, 13387, 15253, 14046, 13112, 13928, 13097, 11304, 13758, 12993, 17653, 13671, 13185, 13625, 12462, 15560, 13511, 12943, 13669, 12673, 18157, 13252, 12176, 15466, 13406, 13555, 13201, 12162, 16437, 13362, 14108, 13613, 12341, 15535, 12948, 12338, 18493, 13344, 14208, 13518, 12498, 18429, 13341, 12525, 17201, 13095, 14246, 13494, 12580, 16237, 13617, 12523, 13596, 12800, 12401, 14104, 13129, 17908, 13354, 13357, 13208, 12485, 17960, 13678, 12665, 13829, 12619, 17933, 13886, 13059, 18802, 13427, 13923, 13680, 13021, 15616, 14213, 12779, 17958, 13687, 12576, 16332, 13257, 13766, 13516, 13254, 13445, 13930, 12841, 17561, 13552, 12747, 15036, 13431, 12247, 13696, 12633, 18034, 13857, 11788, 13649, 12849, 17488, 13858, 13250, 15383, 13301, 14157, 13462, 13068, 18722, 13839, 12545, 13538, 12925, 12105, 15565, 13171, 13891, 13242, 12522, 18176, 13607, 12859, 16253, 13311, 12049, 15437, 13456, 12470, 13780, 12853, 12416, 13468, 12954, 14222, 13809, 13648, 12999, 12959, 12146, 17097, 13592, 13079, 13900, 12640, 18642, 13596, 12827, 16910, 13258, 14189, 13832, 12999, 17668, 13798, 12813, 18222, 13202, 12460, 16258, 13191, 13272, 13714, 13058, 15995, 13500, 12355, 17866, 13354, 13222, 16051, 13027, 13721, 13332, 13015, 13833, 13504, 12523, 16769, 13249, 12265, 16609, 13101, 12495, 13156, 12573, 17461, 13511, 11832, 13164, 12584, 13021, 13476, 12622, 13869, 13287, 13817, 11759, 13874, 13072, 17835, 15345, 13874, 14566, 12953, 12866, 13700, 12717, 18672, 13205, 12505, 13137, 12770, 11817, 13510, 12819, 14025, 13445, 12540, 16601, 13310, 12381, 17038, 13177, 11813, 13059, 12827, 11780, 13303, 12401, 12761, 13162, 12079, 16477, 13022, 12072, 13144, 12535, 13229, 13499, 12909, 17277, 13000, 12841, 16651, 13097, 13183, 14814, 12361, 13890, 13280, 12699, 15285, 13197, 11931, 18184, 12748, 11818, 17137, 13079, 14249, 13330, 12252, 15516, 13071, 12294, 17305, 12736, 11748, 12871, 12365, 13638, 13601, 12259, 14615, 12559, 12115, 18973, 12657, 12263, 13935, 11950, 11920, 12964, 12188, 15425, 12805, 12020, 18559, 12583, 12878, 16294, 12203, 14024, 13102, 12243, 16982, 12511, 11422, 12760, 11819, 15808, 12892, 11843, 12959, 12086, 13416, 12753, 12131, 17876, 12675, 14038, 12760, 12192, 18571, 13356, 12127, 18914, 13495, 13688, 12969, 12040, 13879, 13865, 12287, 14912, 12635, 11927, 15226, 12738, 11663, 12837, 12124, 11556, 13203, 11886, 16765, 12678, 11441, 12460, 11828, 16482, 13292, 11862, 13021, 12048, 13990, 13383, 13274, 17107, 12338, 13942, 12856, 12333, 17050, 12945, 11840, 17872, 12549, 11670, 17885, 13090, 14363, 12724, 11700, 17122, 13065, 12636, 17181, 12338, 14409, 13140, 11831, 17281, 12766, 12130, 12405, 11640, 17642, 12761, 14136, 12669, 11579, 18553, 13031, 11447, 16380, 11795, 14344, 12727, 12853, 17546, 12124, 13715, 12679, 12910, 16660, 12505, 13440, 12823, 11852, 17298, 12657, 12240, 16269, 12074, 12817, 12246, 11453, 17792, 12610, 13451, 12950, 11574, 12363, 11953, 11745, 12617, 12050, 14274, 12530, 11523, 19131, 12643, 11942, 17934, 12150, 13731, 12568, 11797, 13298, 13326, 13632, 12473, 12182, 11501, 12713, 11852, 15264, 12573, 11699, 12730, 11848, 13499, 13786, 11815, 17421, 12366, 12388, 12723, 11641, 17584, 12903, 11643, 17437, 12108, 12474, 13672, 11938, 14850, 12402, 11235, 12546, 12151, 13792, 12671, 11897, 18044, 13346, 11408, 12768, 11376, 14047, 13300, 11664, 15938, 12851, 11693, 17399, 13046, 11163, 14036, 11626, 11755, 12520, 11343, 16197, 12496, 10831, 12281, 11634, 13576, 14658, 11785, 14669, 12330, 11523, 18896, 12361, 14036, 18238, 12116, 15516, 15096, 11971, 13787, 12812, 11597, 17268, 13143, 11529, 17670, 12624, 11183, 12469, 12030, 12269, 13080, 12206, 12876, 12533, 11422, 14905, 12243, 13809, 12854, 11738, 12357, 12133, 13201, 13088, 11616, 12742, 11819, 15976, 12766, 11709, 15418, 11870, 14626, 12546, 11705, 19027, 12529, 11556, 12661, 11666, 17679, 12442, 11519, 12688, 11592, 13700, 12336, 12613, 16597, 12343, 13814, 12382, 11206, 12905, 11598, 15559, 12762, 11647, 12665, 12126, 11982, 12032, 11908, 14087, 12186, 17184, 12549, 12664, 14011, 11888, 18273, 12937, 11541, 19321, 12578, 11617, 17263, 11911, 12778, 12590, 11626, 15723, 12479, 11333, 12322, 11804, 11955, 12622, 11980, 14363, 12165, 10852, 12513, 11837, 13067, 12705, 11387, 17227, 12387, 11894, 14201, 11594, 13007, 12287, 11532, 16990, 11437, 12015, 12034, 12951, 12397, 12017, 11734, 16775, 14460, 15574, 11674, 14596, 18580, 14704, 15011, 12611, 11413, 18376, 12529, 13282, 16894, 12158, 12626, 12387, 12997, 15902, 12548, 12808, 12749, 11368, 13489, 12231, 11699, 13175, 11937, 16246, 12161, 12199, 13030, 11709, 15214, 12959, 11484, 13319, 11607, 14026, 13053, 11619, 17693, 12272, 13964, 12419, 12675, 16371, 12321, 14421, 12952, 11935, 17148, 12174, 11988, 17958, 12844, 14561, 13281, 11649, 16085, 12960, 13260, 15434, 11904, 12013, 12348, 11753, 16586, 12417, 13615, 13647, 11475, 13007, 11660, 14601, 13735, 13064, 17533, 12980, 13720, 12719, 12502, 19303, 12672, 14605, 14148, 11517, 17970, 12373, 11663, 17807, 12739, 13661, 12945, 11183, 12243, 11690, 11790, 13673, 13825, 14414, 12147, 11325, 12160, 11243, 15271, 12130, 13969, 12330, 12322, 15191, 11779, 17830, 13188, 12824, 12573, 11278, 18123, 13463, 12363, 12945, 11130, 16774, 13051, 11676, 17315, 11787, 11507, 13305, 11267, 16661, 12242, 11378, 12796, 11795, 13000, 12853, 11267, 14420, 12184, 12031, 16504, 12113, 12742, 12486, 11537, 16707, 12772, 11314, 13015, 10952, 14105, 13372, 11778, 17380, 11935, 13107, 12525, 12075, 15955, 12486, 11199, 12916, 11793, 17237, 13281, 12411, 12715, 11416, 18381, 13196, 11915, 12795, 11028, 17729, 13005, 12557, 18663, 13127, 15085, 13403, 11508, 17500, 12449, 11351, 12788, 11793, 12602, 13808, 11926, 15902, 12107, 11305, 13809, 12350, 13768, 13274, 11332, 17540, 12879, 13386, 14305, 11576, 16265, 12513, 11979, 18200, 12274, 14055, 12908, 12191, 18148, 12842, 13971, 12773, 11332, 15911, 13124, 11436, 17328, 12554, 11881, 13139, 11516, 15595, 13014, 11020, 12973, 11129, 14724], 'WindowCenter': [4517.0, 4535.0, 4495.0, 4481.0, 4481.0, 4471.0, 4478.0, 4469.0, 4489.0, 4469.0, 4449.0, 4470.0, 4472.0, 4498.0, 4467.0, 4447.0, 4485.0, 4458.0, 4466.0, 4457.0, 4458.0, 4486.0, 4455.0, 4463.0, 4454.0, 4444.0, 4454.0, 4456.0, 4422.0, 4451.0, 4456.0, 4472.0, 4454.0, 4442.0, 4454.0, 4456.0, 4471.0, 4455.0, 4446.0, 4456.0, 4456.0, 4485.0, 4455.0, 4446.0, 4463.0, 4454.0, 4453.0, 4456.0, 4446.0, 4472.0, 4454.0, 4453.0, 4453.0, 4446.0, 4463.0, 4445.0, 4443.0, 4472.0, 4441.0, 4454.0, 4444.0, 4443.0, 4473.0, 4441.0, 4433.0, 4472.0, 4442.0, 4450.0, 4443.0, 4444.0, 4461.0, 4442.0, 4442.0, 4453.0, 4456.0, 4444.0, 4454.0, 4455.0, 4483.0, 4455.0, 4454.0, 4456.0, 4446.0, 4483.0, 4456.0, 4445.0, 4455.0, 4456.0, 4484.0, 4454.0, 4445.0, 4484.0, 4455.0, 4455.0, 4454.0, 4445.0, 4464.0, 4453.0, 4444.0, 4472.0, 4452.0, 4442.0, 4462.0, 4441.0, 4443.0, 4441.0, 4444.0, 4441.0, 4453.0, 4444.0, 4472.0, 4443.0, 4443.0, 4450.0, 4443.0, 4431.0, 4453.0, 4445.0, 4483.0, 4455.0, 4434.0, 4455.0, 4457.0, 4484.0, 4456.0, 4455.0, 4476.0, 4455.0, 4464.0, 4457.0, 4456.0, 4484.0, 4457.0, 4446.0, 4455.0, 4456.0, 4444.0, 4462.0, 4455.0, 4453.0, 4456.0, 4446.0, 4484.0, 4454.0, 4444.0, 4475.0, 4456.0, 4443.0, 4463.0, 4454.0, 4443.0, 4452.0, 4444.0, 4443.0, 4455.0, 4445.0, 4452.0, 4454.0, 4454.0, 4455.0, 4456.0, 4447.0, 4475.0, 4456.0, 4455.0, 4454.0, 4456.0, 4483.0, 4444.0, 4445.0, 4475.0, 4442.0, 4452.0, 4454.0, 4455.0, 4475.0, 4454.0, 4444.0, 4484.0, 4451.0, 4445.0, 4473.0, 4443.0, 4443.0, 4454.0, 4455.0, 4474.0, 4456.0, 4443.0, 4484.0, 4453.0, 4455.0, 4461.0, 4443.0, 4454.0, 4452.0, 4453.0, 4454.0, 4443.0, 4444.0, 4472.0, 4444.0, 4443.0, 4473.0, 4443.0, 4442.0, 4453.0, 4445.0, 4484.0, 4454.0, 4434.0, 4453.0, 4456.0, 4453.0, 4454.0, 4447.0, 4457.0, 4454.0, 4467.0, 4448.0, 4468.0, 4471.0, 4502.0, 4468.0, 4459.0, 4466.0, 4445.0, 4442.0, 4442.0, 4444.0, 4483.0, 4444.0, 4434.0, 4441.0, 4444.0, 4431.0, 4440.0, 4443.0, 4451.0, 4443.0, 4443.0, 4461.0, 4442.0, 4443.0, 4472.0, 4441.0, 4432.0, 4440.0, 4440.0, 4431.0, 4442.0, 4444.0, 4441.0, 4455.0, 4444.0, 4471.0, 4455.0, 4446.0, 4453.0, 4455.0, 4443.0, 4452.0, 4443.0, 4472.0, 4456.0, 4455.0, 4475.0, 4455.0, 4454.0, 4463.0, 4444.0, 4453.0, 4452.0, 4444.0, 4463.0, 4455.0, 4446.0, 4485.0, 4445.0, 4444.0, 4473.0, 4455.0, 4465.0, 4454.0, 4447.0, 4464.0, 4445.0, 4445.0, 4475.0, 4446.0, 4444.0, 4442.0, 4444.0, 4452.0, 4453.0, 4434.0, 4452.0, 4444.0, 4446.0, 4483.0, 4443.0, 4445.0, 4453.0, 4444.0, 4433.0, 4440.0, 4434.0, 4462.0, 4443.0, 4433.0, 4480.0, 4432.0, 4442.0, 4463.0, 4433.0, 4451.0, 4441.0, 4433.0, 4469.0, 4442.0, 4432.0, 4443.0, 4443.0, 4463.0, 4443.0, 4432.0, 4444.0, 4444.0, 4455.0, 4455.0, 4444.0, 4484.0, 4456.0, 4465.0, 4457.0, 4447.0, 4486.0, 4455.0, 4446.0, 4486.0, 4454.0, 4453.0, 4443.0, 4445.0, 4442.0, 4440.0, 4431.0, 4452.0, 4442.0, 4434.0, 4461.0, 4443.0, 4433.0, 4442.0, 4431.0, 4419.0, 4440.0, 4434.0, 4471.0, 4443.0, 4433.0, 4454.0, 4447.0, 4475.0, 4456.0, 4446.0, 4455.0, 4458.0, 4463.0, 4468.0, 4456.0, 4488.0, 4458.0, 4468.0, 4456.0, 4458.0, 4487.0, 4455.0, 4445.0, 4485.0, 4446.0, 4447.0, 4483.0, 4454.0, 4464.0, 4454.0, 4445.0, 4482.0, 4453.0, 4445.0, 4485.0, 4446.0, 4465.0, 4455.0, 4443.0, 4485.0, 4456.0, 4445.0, 4455.0, 4447.0, 4487.0, 4454.0, 4467.0, 4445.0, 4446.0, 4485.0, 4444.0, 4434.0, 4475.0, 4446.0, 4452.0, 4445.0, 4455.0, 4483.0, 4443.0, 4454.0, 4456.0, 4457.0, 4474.0, 4445.0, 4456.0, 4454.0, 4447.0, 4485.0, 4444.0, 4443.0, 4474.0, 4444.0, 4443.0, 4445.0, 4435.0, 4482.0, 4443.0, 4453.0, 4442.0, 4435.0, 4444.0, 4445.0, 4444.0, 4444.0, 4445.0, 4464.0, 4446.0, 4447.0, 4495.0, 4444.0, 4446.0, 4484.0, 4445.0, 4453.0, 4441.0, 4433.0, 4450.0, 4442.0, 4454.0, 4441.0, 4446.0, 4435.0, 4442.0, 4444.0, 4461.0, 4445.0, 4445.0, 4453.0, 4444.0, 4456.0, 4453.0, 4435.0, 4475.0, 4445.0, 4444.0, 4444.0, 4435.0, 4484.0, 4444.0, 4433.0, 4473.0, 4444.0, 4444.0, 4443.0, 4434.0, 4452.0, 4444.0, 4430.0, 4441.0, 4444.0, 4454.0, 4444.0, 4446.0, 4484.0, 4452.0, 4434.0, 4452.0, 4447.0, 4454.0, 4451.0, 4433.0, 4472.0, 4456.0, 4444.0, 4472.0, 4455.0, 4434.0, 4455.0, 4434.0, 4442.0, 4454.0, 4435.0, 4474.0, 4446.0, 4425.0, 4445.0, 4444.0, 4467.0, 4466.0, 4446.0, 4465.0, 4447.0, 4447.0, 4485.0, 4444.0, 4466.0, 4485.0, 4445.0, 4465.0, 4462.0, 4433.0, 4455.0, 4443.0, 4433.0, 4473.0, 4441.0, 4433.0, 4472.0, 4443.0, 4422.0, 4442.0, 4445.0, 4442.0, 4443.0, 4444.0, 4442.0, 4445.0, 4435.0, 4464.0, 4445.0, 4455.0, 4445.0, 4435.0, 4443.0, 4446.0, 4454.0, 4454.0, 4433.0, 4456.0, 4448.0, 4475.0, 4446.0, 4447.0, 4466.0, 4444.0, 4463.0, 4446.0, 4433.0, 4485.0, 4444.0, 4423.0, 4445.0, 4436.0, 4484.0, 4446.0, 4434.0, 4445.0, 4437.0, 4452.0, 4445.0, 4455.0, 4473.0, 4445.0, 4454.0, 4444.0, 4436.0, 4456.0, 4447.0, 4475.0, 4444.0, 4433.0, 4445.0, 4447.0, 4444.0, 4448.0, 4447.0, 4456.0, 4444.0, 4487.0, 4446.0, 4456.0, 4454.0, 4446.0, 4487.0, 4445.0, 4435.0, 4482.0, 4433.0, 4432.0, 4474.0, 4434.0, 4443.0, 4443.0, 4432.0, 4460.0, 4431.0, 4422.0, 4429.0, 4433.0, 4433.0, 4431.0, 4434.0, 4452.0, 4444.0, 4424.0, 4443.0, 4444.0, 4453.0, 4457.0, 4436.0, 4485.0, 4445.0, 4445.0, 4466.0, 4446.0, 4455.0, 4448.0, 4447.0, 4487.0, 4437.0, 4447.0, 4434.0, 4455.0, 4471.0, 4461.0, 4462.0, 4501.0, 4483.0, 4480.0, 4450.0, 4480.0, 4488.0, 4456.0, 4467.0, 4445.0, 4435.0, 4485.0, 4443.0, 4444.0, 4473.0, 4433.0, 4432.0, 4444.0, 4444.0, 4462.0, 4432.0, 4443.0, 4440.0, 4435.0, 4442.0, 4433.0, 4432.0, 4442.0, 4431.0, 4464.0, 4434.0, 4434.0, 4442.0, 4433.0, 4462.0, 4443.0, 4433.0, 4443.0, 4434.0, 4455.0, 4454.0, 4435.0, 4475.0, 4435.0, 4453.0, 4445.0, 4446.0, 4462.0, 4432.0, 4453.0, 4442.0, 4435.0, 4473.0, 4432.0, 4433.0, 4472.0, 4441.0, 4453.0, 4442.0, 4433.0, 4460.0, 4439.0, 4441.0, 4461.0, 4434.0, 4431.0, 4444.0, 4444.0, 4472.0, 4444.0, 4452.0, 4455.0, 4434.0, 4455.0, 4449.0, 4466.0, 4467.0, 4457.0, 4486.0, 4458.0, 4456.0, 4458.0, 4459.0, 4497.0, 4446.0, 4465.0, 4454.0, 4436.0, 4473.0, 4444.0, 4434.0, 4471.0, 4443.0, 4442.0, 4442.0, 4424.0, 4433.0, 4442.0, 4431.0, 4454.0, 4456.0, 4463.0, 4446.0, 4435.0, 4448.0, 4447.0, 4477.0, 4447.0, 4455.0, 4446.0, 4446.0, 4465.0, 4446.0, 4486.0, 4457.0, 4446.0, 4443.0, 4425.0, 4484.0, 4443.0, 4434.0, 4443.0, 4426.0, 4475.0, 4442.0, 4424.0, 4473.0, 4434.0, 4421.0, 4441.0, 4423.0, 4473.0, 4432.0, 4421.0, 4432.0, 4433.0, 4443.0, 4444.0, 4423.0, 4452.0, 4434.0, 4445.0, 4462.0, 4434.0, 4443.0, 4445.0, 4435.0, 4472.0, 4445.0, 4425.0, 4444.0, 4437.0, 4453.0, 4456.0, 4447.0, 4476.0, 4437.0, 4445.0, 4445.0, 4445.0, 4475.0, 4447.0, 4435.0, 4456.0, 4447.0, 4487.0, 4457.0, 4448.0, 4456.0, 4448.0, 4487.0, 4446.0, 4434.0, 4447.0, 4437.0, 4485.0, 4457.0, 4444.0, 4487.0, 4447.0, 4465.0, 4444.0, 4435.0, 4474.0, 4445.0, 4424.0, 4442.0, 4435.0, 4433.0, 4454.0, 4436.0, 4474.0, 4444.0, 4435.0, 4455.0, 4447.0, 4454.0, 4445.0, 4437.0, 4473.0, 4446.0, 4456.0, 4466.0, 4437.0, 4473.0, 4446.0, 4435.0, 4485.0, 4434.0, 4452.0, 4444.0, 4445.0, 4485.0, 4444.0, 4455.0, 4445.0, 4422.0, 4464.0, 4444.0, 4435.0, 4471.0, 4434.0, 4433.0, 4440.0, 4435.0, 4464.0, 4443.0, 4424.0, 4454.0, 4438.0, 4463.0], 'WindowWidth': [9930.0, 9941.0, 9879.0, 9852.0, 9852.0, 9835.0, 9841.0, 9829.0, 9856.0, 9828.0, 9798.0, 9830.0, 9835.0, 9872.0, 9822.0, 9794.0, 9850.0, 9809.0, 9817.0, 9806.0, 9811.0, 9851.0, 9800.0, 9811.0, 9798.0, 9783.0, 9797.0, 9802.0, 9754.0, 9792.0, 9802.0, 9823.0, 9798.0, 9780.0, 9802.0, 9807.0, 9824.0, 9800.0, 9792.0, 9803.0, 9805.0, 9844.0, 9802.0, 9790.0, 9811.0, 9799.0, 9797.0, 9804.0, 9793.0, 9825.0, 9798.0, 9798.0, 9795.0, 9789.0, 9813.0, 9788.0, 9785.0, 9826.0, 9777.0, 9799.0, 9785.0, 9783.0, 9825.0, 9778.0, 9769.0, 9823.0, 9778.0, 9787.0, 9782.0, 9784.0, 9805.0, 9779.0, 9780.0, 9796.0, 9804.0, 9784.0, 9797.0, 9800.0, 9841.0, 9801.0, 9799.0, 9805.0, 9792.0, 9842.0, 9803.0, 9789.0, 9801.0, 9805.0, 9844.0, 9799.0, 9785.0, 9844.0, 9801.0, 9803.0, 9797.0, 9787.0, 9813.0, 9796.0, 9783.0, 9822.0, 9792.0, 9780.0, 9809.0, 9777.0, 9783.0, 9775.0, 9783.0, 9778.0, 9795.0, 9784.0, 9822.0, 9782.0, 9783.0, 9791.0, 9782.0, 9765.0, 9798.0, 9790.0, 9840.0, 9801.0, 9772.0, 9802.0, 9809.0, 9841.0, 9803.0, 9802.0, 9833.0, 9802.0, 9815.0, 9808.0, 9806.0, 9848.0, 9808.0, 9789.0, 9800.0, 9805.0, 9789.0, 9809.0, 9801.0, 9796.0, 9804.0, 9792.0, 9843.0, 9801.0, 9787.0, 9830.0, 9805.0, 9784.0, 9810.0, 9799.0, 9783.0, 9794.0, 9787.0, 9783.0, 9801.0, 9788.0, 9796.0, 9800.0, 9801.0, 9802.0, 9805.0, 9795.0, 9832.0, 9803.0, 9804.0, 9799.0, 9805.0, 9842.0, 9786.0, 9787.0, 9831.0, 9783.0, 9796.0, 9799.0, 9803.0, 9833.0, 9800.0, 9785.0, 9841.0, 9793.0, 9788.0, 9826.0, 9781.0, 9783.0, 9798.0, 9801.0, 9827.0, 9803.0, 9786.0, 9842.0, 9797.0, 9801.0, 9808.0, 9784.0, 9797.0, 9793.0, 9795.0, 9799.0, 9783.0, 9785.0, 9820.0, 9784.0, 9783.0, 9824.0, 9783.0, 9780.0, 9799.0, 9790.0, 9841.0, 9799.0, 9771.0, 9797.0, 9805.0, 9798.0, 9801.0, 9791.0, 9801.0, 9795.0, 9821.0, 9798.0, 9826.0, 9833.0, 9886.0, 9828.0, 9814.0, 9817.0, 9788.0, 9783.0, 9778.0, 9782.0, 9838.0, 9784.0, 9769.0, 9778.0, 9784.0, 9764.0, 9774.0, 9782.0, 9789.0, 9780.0, 9782.0, 9804.0, 9778.0, 9779.0, 9820.0, 9777.0, 9765.0, 9774.0, 9777.0, 9762.0, 9779.0, 9783.0, 9777.0, 9803.0, 9787.0, 9822.0, 9800.0, 9792.0, 9798.0, 9803.0, 9785.0, 9794.0, 9783.0, 9824.0, 9803.0, 9802.0, 9829.0, 9802.0, 9801.0, 9812.0, 9787.0, 9798.0, 9793.0, 9786.0, 9812.0, 9802.0, 9789.0, 9844.0, 9788.0, 9787.0, 9827.0, 9801.0, 9815.0, 9800.0, 9794.0, 9814.0, 9787.0, 9788.0, 9831.0, 9790.0, 9788.0, 9782.0, 9786.0, 9798.0, 9796.0, 9771.0, 9794.0, 9786.0, 9790.0, 9842.0, 9783.0, 9789.0, 9797.0, 9785.0, 9770.0, 9775.0, 9771.0, 9811.0, 9782.0, 9769.0, 9831.0, 9766.0, 9781.0, 9811.0, 9768.0, 9791.0, 9776.0, 9767.0, 9815.0, 9780.0, 9765.0, 9784.0, 9784.0, 9811.0, 9782.0, 9767.0, 9784.0, 9788.0, 9801.0, 9802.0, 9787.0, 9844.0, 9805.0, 9816.0, 9809.0, 9796.0, 9851.0, 9804.0, 9793.0, 9850.0, 9801.0, 9798.0, 9781.0, 9787.0, 9783.0, 9775.0, 9763.0, 9792.0, 9782.0, 9772.0, 9805.0, 9783.0, 9768.0, 9780.0, 9764.0, 9746.0, 9778.0, 9772.0, 9821.0, 9784.0, 9770.0, 9801.0, 9796.0, 9831.0, 9805.0, 9792.0, 9802.0, 9812.0, 9814.0, 9825.0, 9809.0, 9855.0, 9811.0, 9827.0, 9806.0, 9812.0, 9855.0, 9806.0, 9791.0, 9847.0, 9793.0, 9795.0, 9843.0, 9799.0, 9814.0, 9801.0, 9791.0, 9838.0, 9801.0, 9791.0, 9846.0, 9792.0, 9816.0, 9802.0, 9787.0, 9846.0, 9806.0, 9791.0, 9806.0, 9798.0, 9854.0, 9803.0, 9824.0, 9790.0, 9794.0, 9848.0, 9788.0, 9773.0, 9832.0, 9790.0, 9796.0, 9789.0, 9803.0, 9843.0, 9785.0, 9802.0, 9808.0, 9808.0, 9831.0, 9789.0, 9808.0, 9801.0, 9794.0, 9845.0, 9786.0, 9785.0, 9828.0, 9786.0, 9783.0, 9788.0, 9776.0, 9839.0, 9783.0, 9797.0, 9781.0, 9774.0, 9788.0, 9793.0, 9788.0, 9785.0, 9789.0, 9815.0, 9793.0, 9795.0, 9862.0, 9789.0, 9792.0, 9843.0, 9788.0, 9798.0, 9779.0, 9769.0, 9792.0, 9780.0, 9799.0, 9779.0, 9792.0, 9776.0, 9782.0, 9789.0, 9809.0, 9790.0, 9787.0, 9799.0, 9789.0, 9808.0, 9799.0, 9776.0, 9831.0, 9788.0, 9786.0, 9785.0, 9774.0, 9843.0, 9784.0, 9771.0, 9826.0, 9786.0, 9787.0, 9782.0, 9772.0, 9794.0, 9785.0, 9762.0, 9779.0, 9787.0, 9800.0, 9787.0, 9791.0, 9841.0, 9796.0, 9773.0, 9797.0, 9794.0, 9802.0, 9793.0, 9771.0, 9822.0, 9803.0, 9787.0, 9824.0, 9800.0, 9772.0, 9801.0, 9774.0, 9782.0, 9802.0, 9779.0, 9829.0, 9793.0, 9761.0, 9790.0, 9791.0, 9825.0, 9819.0, 9792.0, 9816.0, 9794.0, 9795.0, 9847.0, 9786.0, 9821.0, 9847.0, 9788.0, 9817.0, 9809.0, 9771.0, 9803.0, 9783.0, 9770.0, 9825.0, 9779.0, 9769.0, 9822.0, 9783.0, 9753.0, 9779.0, 9790.0, 9783.0, 9783.0, 9786.0, 9780.0, 9788.0, 9776.0, 9815.0, 9788.0, 9803.0, 9787.0, 9774.0, 9782.0, 9791.0, 9802.0, 9800.0, 9770.0, 9804.0, 9797.0, 9834.0, 9791.0, 9792.0, 9820.0, 9787.0, 9814.0, 9789.0, 9771.0, 9847.0, 9785.0, 9755.0, 9789.0, 9779.0, 9843.0, 9791.0, 9775.0, 9790.0, 9780.0, 9797.0, 9792.0, 9804.0, 9826.0, 9788.0, 9802.0, 9789.0, 9777.0, 9806.0, 9795.0, 9834.0, 9787.0, 9769.0, 9789.0, 9793.0, 9788.0, 9798.0, 9797.0, 9806.0, 9788.0, 9851.0, 9793.0, 9808.0, 9801.0, 9791.0, 9853.0, 9788.0, 9773.0, 9839.0, 9769.0, 9767.0, 9827.0, 9769.0, 9781.0, 9782.0, 9767.0, 9803.0, 9763.0, 9751.0, 9758.0, 9771.0, 9770.0, 9764.0, 9770.0, 9794.0, 9786.0, 9758.0, 9782.0, 9787.0, 9797.0, 9806.0, 9778.0, 9843.0, 9789.0, 9790.0, 9817.0, 9793.0, 9804.0, 9797.0, 9798.0, 9848.0, 9778.0, 9792.0, 9768.0, 9804.0, 9835.0, 9823.0, 9824.0, 9876.0, 9853.0, 9844.0, 9804.0, 9848.0, 9861.0, 9805.0, 9820.0, 9787.0, 9775.0, 9845.0, 9782.0, 9787.0, 9824.0, 9767.0, 9766.0, 9783.0, 9785.0, 9807.0, 9764.0, 9781.0, 9775.0, 9771.0, 9778.0, 9767.0, 9764.0, 9778.0, 9765.0, 9811.0, 9772.0, 9770.0, 9778.0, 9769.0, 9807.0, 9783.0, 9766.0, 9781.0, 9773.0, 9802.0, 9798.0, 9774.0, 9829.0, 9772.0, 9795.0, 9787.0, 9789.0, 9807.0, 9766.0, 9797.0, 9779.0, 9772.0, 9823.0, 9767.0, 9768.0, 9821.0, 9777.0, 9795.0, 9775.0, 9767.0, 9801.0, 9772.0, 9776.0, 9803.0, 9771.0, 9765.0, 9787.0, 9788.0, 9821.0, 9784.0, 9794.0, 9799.0, 9770.0, 9802.0, 9799.0, 9820.0, 9821.0, 9808.0, 9848.0, 9809.0, 9806.0, 9810.0, 9816.0, 9868.0, 9791.0, 9819.0, 9801.0, 9775.0, 9825.0, 9784.0, 9771.0, 9821.0, 9780.0, 9781.0, 9778.0, 9755.0, 9766.0, 9782.0, 9764.0, 9799.0, 9802.0, 9811.0, 9791.0, 9776.0, 9797.0, 9797.0, 9837.0, 9794.0, 9802.0, 9793.0, 9793.0, 9817.0, 9790.0, 9851.0, 9808.0, 9789.0, 9783.0, 9760.0, 9845.0, 9784.0, 9771.0, 9780.0, 9761.0, 9833.0, 9780.0, 9755.0, 9824.0, 9769.0, 9748.0, 9776.0, 9756.0, 9823.0, 9766.0, 9748.0, 9764.0, 9769.0, 9782.0, 9782.0, 9755.0, 9792.0, 9770.0, 9787.0, 9806.0, 9771.0, 9780.0, 9785.0, 9774.0, 9822.0, 9787.0, 9759.0, 9783.0, 9779.0, 9796.0, 9803.0, 9791.0, 9832.0, 9778.0, 9787.0, 9784.0, 9788.0, 9827.0, 9792.0, 9774.0, 9805.0, 9795.0, 9851.0, 9807.0, 9797.0, 9803.0, 9795.0, 9852.0, 9790.0, 9772.0, 9790.0, 9779.0, 9845.0, 9807.0, 9790.0, 9854.0, 9793.0, 9814.0, 9783.0, 9773.0, 9827.0, 9786.0, 9755.0, 9779.0, 9773.0, 9768.0, 9797.0, 9776.0, 9826.0, 9787.0, 9775.0, 9799.0, 9792.0, 9801.0, 9786.0, 9778.0, 9826.0, 9789.0, 9805.0, 9817.0, 9777.0, 9825.0, 9789.0, 9775.0, 9844.0, 9772.0, 9795.0, 9786.0, 9787.0, 9843.0, 9784.0, 9801.0, 9785.0, 9754.0, 9812.0, 9782.0, 9771.0, 9820.0, 9771.0, 9766.0, 9776.0, 9776.0, 9813.0, 9783.0, 9758.0, 9800.0, 9782.0, 9811.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.0002779056386651324</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01766359574223245</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.13436113968895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.303466476682028</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9992152100921654</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4974</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4754.9663</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08792988289070389</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.321449693107072</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3201042174116777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.534467121391777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.109777740517762</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00602251</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021069154143333435</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03703511133790016</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.055926024763155</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>21.6921</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.3276</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.6189</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299744.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>1183.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.3805</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8529</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.9452</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3668.4929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76800.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4817.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>943.5515</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.30615853751078</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> |