=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0126_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0126_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b3a3adf523b3a4ea4b61566e3100f4fc</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:16:36.950000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114849</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>952c1923-4598-4317-8eab-43f815fa3f4b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['171636.950000', '171637.410000', '171637.870000', '171638.330000', '171638.790000', '171639.250000', '171639.710000', '171640.170000', '171640.630000', '171641.090000', '171641.550000', '171642.010000', '171642.470000', '171642.930000', '171643.390000', '171643.850000', '171644.310000', '171644.770000', '171645.230000', '171645.690000', '171646.150000', '171646.610000', '171647.070000', '171647.530000', '171647.990000', '171648.450000', '171648.910000', '171649.370000', '171649.830000', '171650.290000', '171650.750000', '171651.210000', '171651.670000', '171652.130000', '171652.590000', '171653.050000', '171653.510000', '171653.970000', '171654.430000', '171654.890000', '171655.350000', '171655.810000', '171656.270000', '171656.730000', '171657.190000', '171657.650000', '171658.110000', '171658.570000', '171659.030000', '171659.490000', '171659.950000', '171700.410000', '171700.870000', '171701.330000', '171701.790000', '171702.250000', '171702.710000', '171703.170000', '171703.630000', '171704.090000', '171704.550000', '171705.010000', '171705.470000', '171705.930000', '171706.390000', '171706.850000', '171707.310000', '171707.770000', '171708.230000', '171708.690000', '171709.150000', '171709.610000', '171710.070000', '171710.530000', '171710.990000', '171711.450000', '171711.910000', '171712.370000', '171712.830000', '171713.290000', '171713.750000', '171714.210000', '171714.670000', '171715.130000', '171715.590000', '171716.050000', '171716.510000', '171716.970000', '171717.430000', '171717.890000', '171718.350000', '171718.810000', '171719.270000', '171719.730000', '171720.190000', '171720.650000', '171721.110000', '171721.570000', '171722.030000', '171722.490000', '171722.950000', '171723.410000', '171723.870000', '171724.330000', '171724.790000', '171725.250000', '171725.710000', '171726.170000', '171726.630000', '171727.090000', '171727.550000', '171728.010000', '171728.470000', '171728.930000', '171729.390000', '171729.850000', '171730.310000', '171730.770000', '171731.230000', '171731.690000', '171732.150000', '171732.610000', '171733.070000', '171733.530000', '171733.990000', '171734.450000', '171734.910000', '171735.370000', '171735.830000', '171736.290000', '171736.750000', '171737.210000', '171737.670000', '171738.130000', '171738.590000', '171739.050000', '171739.510000', '171739.970000', '171740.430000', '171740.890000', '171741.350000', '171741.810000', '171742.270000', '171742.730000', '171743.190000', '171743.650000', '171744.110000', '171744.570000', '171745.030000', '171745.490000', '171745.950000', '171746.410000', '171746.870000', '171747.330000', '171747.790000', '171748.250000', '171748.710000', '171749.170000', '171749.630000', '171750.090000', '171750.550000', '171751.010000', '171751.470000', '171751.930000', '171752.390000', '171752.850000', '171753.310000', '171753.770000', '171754.230000', '171754.690000', '171755.150000', '171755.610000', '171756.070000', '171756.530000', '171756.990000', '171757.450000', '171757.910000', '171758.370000', '171758.830000', '171759.290000', '171759.750000', '171800.210000', '171800.670000', '171801.130000', '171801.590000', '171802.050000', '171802.510000', '171802.970000', '171803.430000', '171803.890000', '171804.350000', '171804.810000', '171805.270000', '171805.730000', '171806.190000', '171806.650000', '171807.110000', '171807.570000', '171808.030000', '171808.490000', '171808.950000', '171809.410000', '171809.870000', '171810.330000', '171810.790000', '171811.250000', '171811.710000', '171812.170000', '171812.630000', '171813.090000', '171813.550000', '171814.010000', '171814.470000', '171814.930000', '171815.390000', '171815.850000', '171816.310000', '171816.770000', '171817.230000', '171817.690000', '171818.150000', '171818.610000', '171819.070000', '171819.530000', '171819.990000', '171820.450000', '171820.910000', '171821.370000', '171821.830000', '171822.290000', '171822.750000', '171823.210000', '171823.670000', '171824.130000', '171824.590000', '171825.050000', '171825.510000', '171825.970000', '171826.430000', '171826.890000', '171827.350000', '171827.810000', '171828.270000', '171828.730000', '171829.190000', '171829.650000', '171830.110000', '171830.570000', '171831.030000', '171831.490000', '171831.950000', '171832.410000', '171832.870000', '171833.330000', '171833.790000', '171834.250000', '171834.710000', '171835.170000', '171835.630000', '171836.090000', '171836.550000', '171837.010000', '171837.470000', '171837.930000', '171838.390000', '171838.850000', '171839.310000', '171839.770000', '171840.230000', '171840.690000', '171841.150000', '171841.610000', '171842.070000', '171842.530000', '171842.990000', '171843.450000', '171843.910000', '171844.370000', '171844.830000', '171845.290000', '171845.750000', '171846.210000', '171846.670000', '171847.130000', '171847.590000', '171848.050000', '171848.510000', '171848.970000', '171849.430000', '171849.890000', '171850.350000', '171850.810000', '171851.270000', '171851.730000', '171852.190000', '171852.650000', '171853.110000', '171853.570000', '171854.030000', '171854.490000', '171854.950000', '171855.410000', '171855.870000', '171856.330000', '171856.790000', '171857.250000', '171857.710000', '171858.170000', '171858.630000', '171859.090000', '171859.550000', '171900.010000', '171900.470000', '171900.930000', '171901.390000', '171901.850000', '171902.310000', '171902.770000', '171903.230000', '171903.690000', '171904.150000', '171904.610000', '171905.070000', '171905.530000', '171905.990000', '171906.450000', '171906.910000', '171907.370000', '171907.830000', '171908.290000', '171908.750000', '171909.210000', '171909.670000', '171910.130000', '171910.590000', '171911.050000', '171911.510000', '171911.970000', '171912.430000', '171912.890000', '171913.350000', '171913.810000', '171914.270000', '171914.730000', '171915.190000', '171915.650000', '171916.110000', '171916.570000', '171917.030000', '171917.490000', '171917.950000', '171918.410000', '171918.870000', '171919.330000', '171919.790000', '171920.250000', '171920.710000', '171921.170000', '171921.630000', '171922.090000', '171922.550000', '171923.010000', '171923.470000', '171923.930000', '171924.390000', '171924.850000', '171925.310000', '171925.770000', '171926.230000', '171926.690000', '171927.150000', '171927.610000', '171928.070000', '171928.530000', '171928.990000', '171929.450000', '171929.910000', '171930.370000', '171930.830000', '171931.290000', '171931.750000', '171932.210000', '171932.670000', '171933.130000', '171933.590000', '171934.050000', '171934.510000', '171934.970000', '171935.430000', '171935.890000', '171936.350000', '171936.810000', '171937.270000', '171937.730000', '171938.190000', '171938.650000', '171939.110000', '171939.570000', '171940.030000', '171940.490000', '171940.950000', '171941.410000', '171941.870000', '171942.330000', '171942.790000', '171943.250000', '171943.710000', '171944.170000', '171944.630000', '171945.090000', '171945.550000', '171946.010000', '171946.470000', '171946.930000', '171947.390000', '171947.850000', '171948.310000', '171948.770000', '171949.230000', '171949.690000', '171950.150000', '171950.610000', '171951.070000', '171951.530000', '171951.990000', '171952.450000', '171952.910000', '171953.370000', '171953.830000', '171954.290000', '171954.750000', '171955.210000', '171955.670000', '171956.130000', '171956.590000', '171957.050000', '171957.510000', '171957.970000', '171958.430000', '171958.890000', '171959.350000', '171959.810000', '172000.270000', '172000.730000', '172001.190000', '172001.650000', '172002.110000', '172002.570000', '172003.030000', '172003.490000', '172003.950000', '172004.410000', '172004.870000', '172005.330000', '172005.790000', '172006.250000', '172006.710000', '172007.170000', '172007.630000', '172008.090000', '172008.550000', '172009.010000', '172009.470000', '172009.930000', '172010.390000', '172010.850000', '172011.310000', '172011.770000', '172012.230000', '172012.690000', '172013.150000', '172013.610000', '172014.070000', '172014.530000', '172014.990000', '172015.450000', '172015.910000', '172016.370000', '172016.830000', '172017.290000', '172017.750000', '172018.210000', '172018.670000', '172019.130000', '172019.590000', '172020.050000', '172020.510000', '172020.970000', '172021.430000', '172021.890000', '172022.350000', '172022.810000', '172023.270000', '172023.730000', '172024.190000', '172024.650000', '172025.110000', '172025.570000', '172026.030000', '172026.490000', '172026.950000', '172027.410000', '172027.870000', '172028.330000', '172028.790000', '172029.250000', '172029.710000', '172030.170000', '172030.630000', '172031.090000', '172031.550000', '172032.010000', '172032.470000', '172032.930000', '172033.390000', '172033.850000', '172034.310000', '172034.770000', '172035.230000', '172035.690000', '172036.150000', '172036.610000', '172037.070000', '172037.530000', '172037.990000', '172038.450000', '172038.910000', '172039.370000', '172039.830000', '172040.290000', '172040.750000', '172041.210000', '172041.670000', '172042.130000', '172042.590000', '172043.050000', '172043.510000', '172043.970000', '172044.430000', '172044.890000', '172045.350000', '172045.810000', '172046.270000', '172046.730000', '172047.190000', '172047.650000', '172048.110000', '172048.570000', '172049.030000', '172049.490000', '172049.950000', '172050.410000', '172050.870000', '172051.330000', '172051.790000', '172052.250000', '172052.710000', '172053.170000', '172053.630000', '172054.090000', '172054.550000', '172055.010000', '172055.470000', '172055.930000', '172056.390000', '172056.850000', '172057.310000', '172057.770000', '172058.230000', '172058.690000', '172059.150000', '172059.610000', '172100.070000', '172100.530000', '172100.990000', '172101.450000', '172101.910000', '172102.370000', '172102.830000', '172103.290000', '172103.750000', '172104.210000', '172104.670000', '172105.130000', '172105.590000', '172106.050000', '172106.510000', '172106.970000', '172107.430000', '172107.890000', '172108.350000', '172108.810000', '172109.270000', '172109.730000', '172110.190000', '172110.650000', '172111.110000', '172111.570000', '172112.030000', '172112.490000', '172112.950000', '172113.410000', '172113.870000', '172114.330000', '172114.790000', '172115.250000', '172115.710000', '172116.170000', '172116.630000', '172117.090000', '172117.550000', '172118.010000', '172118.470000', '172118.930000', '172119.390000', '172119.850000', '172120.310000', '172120.770000', '172121.230000', '172121.690000', '172122.150000', '172122.610000', '172123.070000', '172123.530000', '172123.990000', '172124.450000', '172124.910000', '172125.370000', '172125.830000', '172126.290000', '172126.750000', '172127.210000', '172127.670000', '172128.130000', '172128.590000', '172129.050000', '172129.510000', '172129.970000', '172130.430000', '172130.890000', '172131.350000', '172131.810000', '172132.270000', '172132.730000', '172133.190000', '172133.650000', '172134.110000', '172134.570000', '172135.030000', '172135.490000', '172135.950000', '172136.410000', '172136.870000', '172137.330000', '172137.790000', '172138.250000', '172138.710000', '172139.170000', '172139.630000', '172140.090000', '172140.550000', '172141.010000', '172141.470000', '172141.930000', '172142.390000', '172142.850000', '172143.310000', '172143.770000', '172144.230000', '172144.690000', '172145.150000', '172145.610000', '172146.070000', '172146.530000', '172146.990000', '172147.450000', '172147.910000', '172148.370000', '172148.830000', '172149.290000', '172149.750000', '172150.210000', '172150.670000', '172151.130000', '172151.590000', '172152.050000', '172152.510000', '172152.970000', '172153.430000', '172153.890000', '172154.350000', '172154.810000', '172155.270000', '172155.730000', '172156.190000', '172156.650000', '172157.110000', '172157.570000', '172158.030000', '172158.490000', '172158.950000', '172159.410000', '172159.870000', '172200.330000', '172200.790000', '172201.250000', '172201.710000', '172202.170000', '172202.630000', '172203.090000', '172203.550000', '172204.010000', '172204.470000', '172204.930000', '172205.390000', '172205.850000', '172206.310000', '172206.770000', '172207.230000', '172207.690000', '172208.150000', '172208.610000', '172209.070000', '172209.530000', '172209.990000', '172210.450000', '172210.910000', '172211.370000', '172211.830000', '172212.290000', '172212.750000', '172213.210000', '172213.670000', '172214.130000', '172214.590000', '172215.050000', '172215.510000', '172215.970000', '172216.430000', '172216.890000', '172217.350000', '172217.810000', '172218.270000', '172218.730000', '172219.190000', '172219.650000', '172220.110000', '172220.570000', '172221.030000', '172221.490000', '172221.950000', '172222.410000', '172222.870000', '172223.330000', '172223.790000', '172224.250000', '172224.710000', '172225.170000', '172225.630000', '172226.090000', '172226.550000', '172227.010000', '172227.470000', '172227.930000', '172228.390000', '172228.850000', '172229.310000', '172229.770000', '172230.230000', '172230.690000', '172231.150000', '172231.610000', '172232.070000', '172232.530000', '172232.990000', '172233.450000', '172233.910000', '172234.370000', '172234.830000', '172235.290000', '172235.750000', '172236.210000', '172236.670000', '172237.130000', '172237.590000', '172238.050000', '172238.510000', '172238.970000', '172239.430000', '172239.890000', '172240.350000', '172240.810000', '172241.270000', '172241.730000', '172242.190000', '172242.650000', '172243.110000', '172243.570000', '172244.030000', '172244.490000', '172244.950000', '172245.410000', '172245.870000', '172246.330000', '172246.790000', '172247.250000', '172247.710000', '172248.170000', '172248.630000', '172249.090000', '172249.550000', '172250.010000', '172250.470000', '172250.930000', '172251.390000', '172251.850000', '172252.310000', '172252.770000', '172253.230000', '172253.690000', '172254.150000', '172254.610000', '172255.070000', '172255.530000', '172255.990000', '172256.450000', '172256.910000', '172257.370000', '172257.830000', '172258.290000', '172258.750000', '172259.210000', '172259.670000', '172300.130000', '172300.590000', '172301.050000', '172301.510000', '172301.970000', '172302.430000', '172302.890000', '172303.350000', '172303.810000', '172304.270000', '172304.730000', '172305.190000', '172305.650000', '172306.110000', '172306.570000', '172307.030000', '172307.490000', '172307.950000', '172308.410000', '172308.870000', '172309.330000', '172309.790000', '172310.250000', '172310.710000', '172311.170000', '172311.630000', '172312.090000', '172312.550000', '172313.010000', '172313.470000', '172313.930000', '172314.390000', '172314.850000', '172315.310000', '172315.770000', '172316.230000', '172316.690000', '172317.150000', '172317.610000'], 'ContentTime': ['171704.977000', '171704.980000', '171704.982000', '171704.985000', '171704.988000', '171704.990000', '171704.993000', '171704.995000', '171704.998000', '171705.001000', '171705.004000', '171705.006000', '171705.009000', '171705.011000', '171705.014000', '171705.020000', '171705.022000', '171705.025000', '171705.027000', '171705.030000', '171705.032000', '171705.035000', '171705.037000', '171705.040000', '171705.042000', '171705.045000', '171705.047000', '171705.050000', '171705.052000', '171705.055000', '171705.057000', '171705.060000', '171705.063000', '171705.065000', '171705.068000', '171705.071000', '171705.073000', '171705.076000', '171705.078000', '171705.081000', '171705.083000', '171705.086000', '171705.089000', '171705.091000', '171705.094000', '171705.096000', '171705.099000', '171705.101000', '171705.104000', '171705.106000', '171705.109000', '171705.115000', '171705.118000', '171705.120000', '171705.123000', '171705.125000', '171705.128000', '171705.131000', '171724.946000', '171724.949000', '171724.952000', '171724.954000', '171724.957000', '171724.966000', '171724.968000', '171724.971000', '171724.973000', '171724.976000', '171724.979000', '171724.981000', '171724.984000', '171724.986000', '171724.989000', '171724.991000', '171724.994000', '171724.996000', '171725.000000', '171725.002000', '171725.005000', '171725.007000', '171725.010000', '171725.013000', '171725.015000', '171725.018000', '171725.020000', '171725.023000', '171725.025000', '171725.028000', '171725.030000', '171725.033000', '171725.035000', '171725.038000', '171725.040000', '171725.043000', '171725.046000', '171725.048000', '171725.051000', '171725.053000', '171725.056000', '171725.059000', '171725.061000', '171725.064000', '171744.946000', '171744.949000', '171744.952000', '171744.954000', '171744.957000', '171744.959000', '171744.962000', '171744.964000', '171744.967000', '171744.970000', '171744.972000', '171744.975000', '171744.977000', '171744.980000', '171744.982000', '171744.985000', '171744.987000', '171744.990000', '171744.993000', '171744.996000', '171744.998000', '171745.002000', '171745.005000', '171745.007000', '171745.010000', '171745.012000', '171745.015000', '171745.018000', '171745.020000', '171745.023000', '171745.025000', '171745.028000', '171745.031000', '171745.033000', '171745.036000', '171745.038000', '171745.041000', '171745.044000', '171745.063000', '171745.065000', '171745.068000', '171745.070000', '171745.073000', '171804.947000', '171804.950000', '171804.953000', '171804.955000', '171804.958000', '171804.960000', '171804.963000', '171804.966000', '171804.968000', '171804.971000', '171804.973000', '171804.976000', '171804.978000', '171804.981000', '171804.983000', '171804.986000', '171804.988000', '171804.991000', '171804.994000', '171804.996000', '171804.999000', '171805.001000', '171805.004000', '171805.006000', '171805.009000', '171805.012000', '171805.014000', '171805.017000', '171805.019000', '171805.022000', '171805.024000', '171805.028000', '171805.030000', '171805.033000', '171805.036000', '171805.038000', '171805.041000', '171805.043000', '171805.046000', '171805.049000', '171805.051000', '171805.054000', '171805.057000', '171805.059000', '171824.948000', '171824.951000', '171824.954000', '171824.956000', '171824.959000', '171824.963000', '171824.965000', '171824.968000', '171824.970000', '171824.973000', '171824.976000', '171824.979000', '171824.981000', '171824.984000', '171824.986000', '171824.989000', '171824.992000', '171824.994000', '171824.997000', '171825.000000', '171825.003000', '171825.005000', '171825.008000', '171825.011000', '171825.013000', '171825.016000', '171825.018000', '171825.021000', '171825.024000', '171825.026000', '171825.029000', '171825.031000', '171825.034000', '171825.037000', '171825.039000', '171825.042000', '171825.044000', '171825.047000', '171825.050000', '171825.052000', '171825.055000', '171825.057000', '171825.060000', '171844.948000', '171844.950000', '171844.953000', '171844.956000', '171844.958000', '171844.961000', '171844.964000', '171844.966000', '171844.969000', '171844.972000', '171844.975000', '171844.977000', '171844.980000', '171844.982000', '171844.985000', '171844.988000', '171844.990000', '171844.993000', '171844.996000', '171844.998000', '171845.002000', '171845.005000', '171845.007000', '171845.010000', '171845.013000', '171845.015000', '171845.018000', '171845.021000', '171845.023000', '171845.026000', '171845.029000', '171845.031000', '171845.034000', '171845.036000', '171845.039000', '171845.041000', '171845.044000', '171845.047000', '171845.049000', '171845.052000', '171845.055000', '171845.057000', '171845.060000', '171845.062000', '171904.947000', '171904.950000', '171904.953000', '171904.955000', '171904.958000', '171904.961000', '171904.964000', '171904.966000', '171904.969000', '171904.971000', '171904.974000', '171904.977000', '171904.979000', '171904.982000', '171904.984000', '171904.987000', '171904.989000', '171904.992000', '171904.994000', '171904.997000', '171905.001000', '171905.003000', '171905.006000', '171905.008000', '171905.011000', '171905.013000', '171905.016000', '171905.019000', '171905.021000', '171905.024000', '171905.026000', '171905.029000', '171905.031000', '171905.034000', '171905.037000', '171905.039000', '171905.042000', '171905.044000', '171905.047000', '171905.049000', '171905.052000', '171905.054000', '171905.057000', '171924.947000', '171924.950000', '171924.953000', '171924.955000', '171924.958000', '171924.960000', '171924.963000', '171924.966000', '171924.968000', '171924.971000', '171924.973000', '171924.976000', '171924.978000', '171924.981000', '171924.984000', '171924.986000', '171924.989000', '171924.991000', '171924.994000', '171924.996000', '171925.000000', '171925.003000', '171925.005000', '171925.008000', '171925.010000', '171925.013000', '171925.015000', '171925.018000', '171925.020000', '171925.023000', '171925.035000', '171925.038000', '171925.040000', '171925.043000', '171925.045000', '171925.061000', '171925.064000', '171925.067000', '171925.069000', '171925.072000', '171925.074000', '171925.077000', '171925.079000', '171925.082000', '171944.946000', '171944.949000', '171944.952000', '171944.954000', '171944.957000', '171944.959000', '171944.962000', '171944.964000', '171944.967000', '171944.970000', '171944.972000', '171944.975000', '171944.977000', '171944.980000', '171944.982000', '171944.985000', '171944.987000', '171944.990000', '171944.992000', '171944.995000', '171944.998000', '171945.001000', '171945.004000', '171945.006000', '171945.009000', '171945.011000', '171945.014000', '171945.017000', '171945.019000', '171945.022000', '171945.024000', '171945.027000', '171945.029000', '171945.032000', '171945.035000', '171945.037000', '171945.040000', '171945.042000', '171945.045000', '171945.047000', '171945.050000', '171945.052000', '171945.055000', '172004.947000', '172004.949000', '172004.952000', '172004.955000', '172004.957000', '172004.960000', '172004.962000', '172004.965000', '172004.967000', '172004.970000', '172004.972000', '172004.975000', '172004.978000', '172004.980000', '172004.983000', '172004.985000', '172004.988000', '172004.990000', '172004.993000', '172004.996000', '172004.998000', '172005.002000', '172005.005000', '172005.007000', '172005.010000', '172005.012000', '172005.015000', '172005.018000', '172005.020000', '172005.023000', '172005.026000', '172005.036000', '172005.038000', '172005.041000', '172005.044000', '172005.046000', '172005.049000', '172005.051000', '172005.054000', '172005.056000', '172005.059000', '172005.061000', '172005.064000', '172024.947000', '172024.950000', '172024.953000', '172024.955000', '172024.958000', '172024.961000', '172024.963000', '172024.966000', '172024.968000', '172024.971000', '172024.973000', '172024.976000', '172024.978000', '172024.981000', '172024.984000', '172024.986000', '172024.989000', '172024.992000', '172024.994000', '172024.997000', '172024.999000', '172025.002000', '172025.004000', '172025.007000', '172025.010000', '172025.012000', '172025.015000', '172025.017000', '172025.020000', '172025.022000', '172025.025000', '172025.027000', '172025.030000', '172025.033000', '172025.035000', '172025.038000', '172025.040000', '172025.043000', '172025.045000', '172025.048000', '172025.050000', '172025.053000', '172025.055000', '172025.058000', '172044.948000', '172044.950000', '172044.953000', '172044.956000', '172044.958000', '172044.961000', '172044.964000', '172044.966000', '172044.969000', '172044.971000', '172044.974000', '172044.977000', '172044.979000', '172044.982000', '172044.984000', '172044.987000', '172044.990000', '172044.992000', '172044.995000', '172044.997000', '172045.001000', '172045.004000', '172045.006000', '172045.009000', '172045.012000', '172045.014000', '172045.017000', '172045.019000', '172045.022000', '172045.024000', '172045.027000', '172045.030000', '172045.032000', '172045.035000', '172045.037000', '172045.040000', '172045.042000', '172045.045000', '172045.048000', '172045.050000', '172045.053000', '172045.055000', '172045.058000', '172104.947000', '172104.950000', '172104.953000', '172104.956000', '172104.958000', '172104.961000', '172104.963000', '172104.966000', '172104.968000', '172104.971000', '172104.974000', '172104.977000', '172104.979000', '172104.982000', '172104.985000', '172104.987000', '172105.000000', '172105.003000', '172105.006000', '172105.008000', '172105.011000', '172105.013000', '172105.016000', '172105.019000', '172105.021000', '172105.024000', '172105.026000', '172105.029000', '172105.031000', '172105.034000', '172105.036000', '172105.039000', '172105.041000', '172105.044000', '172105.047000', '172105.049000', '172105.052000', '172105.054000', '172105.057000', '172105.059000', '172105.062000', '172105.064000', '172105.067000', '172105.069000', '172124.947000', '172124.951000', '172124.954000', '172124.957000', '172124.960000', '172124.962000', '172124.965000', '172124.968000', '172124.970000', '172124.973000', '172124.975000', '172124.978000', '172124.981000', '172124.984000', '172124.987000', '172124.990000', '172124.992000', '172124.995000', '172124.998000', '172125.001000', '172125.004000', '172125.007000', '172125.009000', '172125.012000', '172125.014000', '172125.017000', '172125.019000', '172125.022000', '172125.025000', '172125.027000', '172125.030000', '172125.032000', '172125.035000', '172125.038000', '172125.040000', '172125.043000', '172125.045000', '172125.048000', '172125.051000', '172125.053000', '172125.056000', '172125.058000', '172125.061000', '172144.948000', '172144.950000', '172144.953000', '172144.956000', '172144.958000', '172144.961000', '172144.963000', '172144.966000', '172144.968000', '172144.971000', '172144.973000', '172144.976000', '172144.979000', '172144.981000', '172144.984000', '172144.986000', '172144.989000', '172144.991000', '172144.994000', '172144.996000', '172145.000000', '172145.003000', '172145.005000', '172145.008000', '172145.010000', '172145.013000', '172145.015000', '172145.018000', '172145.020000', '172145.023000', '172145.026000', '172145.028000', '172145.031000', '172145.033000', '172145.036000', '172145.038000', '172145.041000', '172145.044000', '172145.046000', '172145.049000', '172145.051000', '172145.054000', '172145.056000', '172145.059000', '172204.946000', '172204.949000', '172204.952000', '172204.954000', '172204.957000', '172204.959000', '172204.962000', '172204.965000', '172204.967000', '172204.970000', '172204.972000', '172204.975000', '172204.977000', '172204.980000', '172204.982000', '172204.985000', '172204.987000', '172204.990000', '172204.993000', '172204.995000', '172204.998000', '172205.001000', '172205.004000', '172205.006000', '172205.009000', '172205.011000', '172205.014000', '172205.016000', '172205.019000', '172205.022000', '172205.024000', '172205.027000', '172205.029000', '172205.032000', '172205.034000', '172205.037000', '172205.039000', '172205.042000', '172205.044000', '172205.047000', '172205.050000', '172205.052000', '172205.055000', '172224.947000', '172224.949000', '172224.952000', '172224.955000', '172224.957000', '172224.960000', '172224.962000', '172224.965000', '172224.967000', '172224.970000', '172224.972000', '172224.975000', '172224.978000', '172224.980000', '172224.983000', '172224.985000', '172224.988000', '172224.990000', '172224.993000', '172224.996000', '172224.998000', '172225.002000', '172225.004000', '172225.007000', '172225.010000', '172225.012000', '172225.015000', '172225.029000', '172225.032000', '172225.034000', '172225.037000', '172225.039000', '172225.042000', '172225.045000', '172225.048000', '172225.050000', '172225.053000', '172225.055000', '172225.058000', '172225.061000', '172225.063000', '172225.066000', '172225.068000', '172225.071000', '172244.948000', '172244.950000', '172244.953000', '172244.955000', '172244.958000', '172244.960000', '172244.963000', '172244.966000', '172244.968000', '172244.971000', '172244.973000', '172244.976000', '172244.978000', '172244.981000', '172244.984000', '172244.986000', '172244.989000', '172244.991000', '172244.994000', '172244.997000', '172244.999000', '172245.002000', '172245.005000', '172245.007000', '172245.010000', '172245.012000', '172245.025000', '172245.028000', '172245.030000', '172245.033000', '172245.036000', '172245.039000', '172245.041000', '172245.044000', '172245.046000', '172245.049000', '172245.052000', '172245.054000', '172245.057000', '172245.059000', '172245.062000', '172245.065000', '172245.067000', '172304.947000', '172304.950000', '172304.953000', '172304.956000', '172304.958000', '172304.961000', '172304.964000', '172304.966000', '172304.969000', '172304.972000', '172304.974000', '172304.977000', '172304.979000', '172304.982000', '172304.985000', '172304.987000', '172304.990000', '172304.993000', '172304.995000', '172304.998000', '172305.002000', '172305.004000', '172305.007000', '172305.010000', '172305.012000', '172305.015000', '172305.017000', '172305.020000', '172305.023000', '172305.025000', '172305.028000', '172305.030000', '172305.033000', '172305.035000', '172305.038000', '172305.041000', '172305.043000', '172305.046000', '172305.048000', '172305.051000', '172305.054000', '172305.056000', '172305.059000', '172305.061000', '172319.016000', '172319.020000', '172319.022000', '172319.025000', '172319.028000', '172319.030000', '172319.033000', '172319.036000', '172319.039000', '172319.042000', '172319.045000', '172319.047000', '172319.050000', '172319.053000', '172319.055000', '172319.058000', '172319.061000', '172319.063000', '172319.066000', '172319.069000', '172319.071000', '172319.074000', '172319.077000', '172319.080000', '172319.083000', '172319.086000', '172319.089000', '172319.092000', '172319.095000', '172319.099000', '172319.102000'], 'InstanceCreationTime': ['171704.977000', '171704.980000', '171704.982000', '171704.985000', '171704.988000', '171704.990000', '171704.993000', '171704.995000', '171704.998000', '171705.001000', '171705.004000', '171705.006000', '171705.009000', '171705.011000', '171705.014000', '171705.020000', '171705.022000', '171705.025000', '171705.027000', '171705.030000', '171705.032000', '171705.035000', '171705.037000', '171705.040000', '171705.042000', '171705.045000', '171705.047000', '171705.050000', '171705.052000', '171705.055000', '171705.057000', '171705.060000', '171705.063000', '171705.065000', '171705.068000', '171705.071000', '171705.073000', '171705.076000', '171705.078000', '171705.081000', '171705.083000', '171705.086000', '171705.089000', '171705.091000', '171705.094000', '171705.096000', '171705.099000', '171705.101000', '171705.104000', '171705.106000', '171705.109000', '171705.115000', '171705.118000', '171705.120000', '171705.123000', '171705.125000', '171705.128000', '171705.131000', '171724.946000', '171724.949000', '171724.952000', '171724.954000', '171724.957000', '171724.966000', '171724.968000', '171724.971000', '171724.973000', '171724.976000', '171724.979000', '171724.981000', '171724.984000', '171724.986000', '171724.989000', '171724.991000', '171724.994000', '171724.996000', '171725.000000', '171725.002000', '171725.005000', '171725.007000', '171725.010000', '171725.013000', '171725.015000', '171725.018000', '171725.020000', '171725.023000', '171725.025000', '171725.028000', '171725.030000', '171725.033000', '171725.035000', '171725.038000', '171725.040000', '171725.043000', '171725.046000', '171725.048000', '171725.051000', '171725.053000', '171725.056000', '171725.059000', '171725.061000', '171725.064000', '171744.946000', '171744.949000', '171744.952000', '171744.954000', '171744.957000', '171744.959000', '171744.962000', '171744.964000', '171744.967000', '171744.970000', '171744.972000', '171744.975000', '171744.977000', '171744.980000', '171744.982000', '171744.985000', '171744.987000', '171744.990000', '171744.993000', '171744.996000', '171744.998000', '171745.002000', '171745.005000', '171745.007000', '171745.010000', '171745.012000', '171745.015000', '171745.018000', '171745.020000', '171745.023000', '171745.025000', '171745.028000', '171745.031000', '171745.033000', '171745.036000', '171745.038000', '171745.041000', '171745.044000', '171745.063000', '171745.065000', '171745.068000', '171745.070000', '171745.073000', '171804.947000', '171804.950000', '171804.953000', '171804.955000', '171804.958000', '171804.960000', '171804.963000', '171804.966000', '171804.968000', '171804.971000', '171804.973000', '171804.976000', '171804.978000', '171804.981000', '171804.983000', '171804.986000', '171804.988000', '171804.991000', '171804.994000', '171804.996000', '171804.999000', '171805.001000', '171805.004000', '171805.006000', '171805.009000', '171805.012000', '171805.014000', '171805.017000', '171805.019000', '171805.022000', '171805.024000', '171805.028000', '171805.030000', '171805.033000', '171805.036000', '171805.038000', '171805.041000', '171805.043000', '171805.046000', '171805.049000', '171805.051000', '171805.054000', '171805.057000', '171805.059000', '171824.948000', '171824.951000', '171824.954000', '171824.956000', '171824.959000', '171824.963000', '171824.965000', '171824.968000', '171824.970000', '171824.973000', '171824.976000', '171824.979000', '171824.981000', '171824.984000', '171824.986000', '171824.989000', '171824.992000', '171824.994000', '171824.997000', '171825.000000', '171825.003000', '171825.005000', '171825.008000', '171825.011000', '171825.013000', '171825.016000', '171825.018000', '171825.021000', '171825.024000', '171825.026000', '171825.029000', '171825.031000', '171825.034000', '171825.037000', '171825.039000', '171825.042000', '171825.044000', '171825.047000', '171825.050000', '171825.052000', '171825.055000', '171825.057000', '171825.060000', '171844.948000', '171844.950000', '171844.953000', '171844.956000', '171844.958000', '171844.961000', '171844.964000', '171844.966000', '171844.969000', '171844.972000', '171844.975000', '171844.977000', '171844.980000', '171844.982000', '171844.985000', '171844.988000', '171844.990000', '171844.993000', '171844.996000', '171844.998000', '171845.002000', '171845.005000', '171845.007000', '171845.010000', '171845.013000', '171845.015000', '171845.018000', '171845.021000', '171845.023000', '171845.026000', '171845.029000', '171845.031000', '171845.034000', '171845.036000', '171845.039000', '171845.041000', '171845.044000', '171845.047000', '171845.049000', '171845.052000', '171845.055000', '171845.057000', '171845.060000', '171845.062000', '171904.947000', '171904.950000', '171904.953000', '171904.955000', '171904.958000', '171904.961000', '171904.964000', '171904.966000', '171904.969000', '171904.971000', '171904.974000', '171904.977000', '171904.979000', '171904.982000', '171904.984000', '171904.987000', '171904.989000', '171904.992000', '171904.994000', '171904.997000', '171905.001000', '171905.003000', '171905.006000', '171905.008000', '171905.011000', '171905.013000', '171905.016000', '171905.019000', '171905.021000', '171905.024000', '171905.026000', '171905.029000', '171905.031000', '171905.034000', '171905.037000', '171905.039000', '171905.042000', '171905.044000', '171905.047000', '171905.049000', '171905.052000', '171905.054000', '171905.057000', '171924.947000', '171924.950000', '171924.953000', '171924.955000', '171924.958000', '171924.960000', '171924.963000', '171924.966000', '171924.968000', '171924.971000', '171924.973000', '171924.976000', '171924.978000', '171924.981000', '171924.984000', '171924.986000', '171924.989000', '171924.991000', '171924.994000', '171924.996000', '171925.000000', '171925.003000', '171925.005000', '171925.008000', '171925.010000', '171925.013000', '171925.015000', '171925.018000', '171925.020000', '171925.023000', '171925.035000', '171925.038000', '171925.040000', '171925.043000', '171925.045000', '171925.061000', '171925.064000', '171925.067000', '171925.069000', '171925.072000', '171925.074000', '171925.077000', '171925.079000', '171925.082000', '171944.946000', '171944.949000', '171944.952000', '171944.954000', '171944.957000', '171944.959000', '171944.962000', '171944.964000', '171944.967000', '171944.970000', '171944.972000', '171944.975000', '171944.977000', '171944.980000', '171944.982000', '171944.985000', '171944.987000', '171944.990000', '171944.992000', '171944.995000', '171944.998000', '171945.001000', '171945.004000', '171945.006000', '171945.009000', '171945.011000', '171945.014000', '171945.017000', '171945.019000', '171945.022000', '171945.024000', '171945.027000', '171945.029000', '171945.032000', '171945.035000', '171945.037000', '171945.040000', '171945.042000', '171945.045000', '171945.047000', '171945.050000', '171945.052000', '171945.055000', '172004.947000', '172004.949000', '172004.952000', '172004.955000', '172004.957000', '172004.960000', '172004.962000', '172004.965000', '172004.967000', '172004.970000', '172004.972000', '172004.975000', '172004.978000', '172004.980000', '172004.983000', '172004.985000', '172004.988000', '172004.990000', '172004.993000', '172004.996000', '172004.998000', '172005.002000', '172005.005000', '172005.007000', '172005.010000', '172005.012000', '172005.015000', '172005.018000', '172005.020000', '172005.023000', '172005.026000', '172005.036000', '172005.038000', '172005.041000', '172005.044000', '172005.046000', '172005.049000', '172005.051000', '172005.054000', '172005.056000', '172005.059000', '172005.061000', '172005.064000', '172024.947000', '172024.950000', '172024.953000', '172024.955000', '172024.958000', '172024.961000', '172024.963000', '172024.966000', '172024.968000', '172024.971000', '172024.973000', '172024.976000', '172024.978000', '172024.981000', '172024.984000', '172024.986000', '172024.989000', '172024.992000', '172024.994000', '172024.997000', '172024.999000', '172025.002000', '172025.004000', '172025.007000', '172025.010000', '172025.012000', '172025.015000', '172025.017000', '172025.020000', '172025.022000', '172025.025000', '172025.027000', '172025.030000', '172025.033000', '172025.035000', '172025.038000', '172025.040000', '172025.043000', '172025.045000', '172025.048000', '172025.050000', '172025.053000', '172025.055000', '172025.058000', '172044.948000', '172044.950000', '172044.953000', '172044.956000', '172044.958000', '172044.961000', '172044.964000', '172044.966000', '172044.969000', '172044.971000', '172044.974000', '172044.977000', '172044.979000', '172044.982000', '172044.984000', '172044.987000', '172044.990000', '172044.992000', '172044.995000', '172044.997000', '172045.001000', '172045.004000', '172045.006000', '172045.009000', '172045.012000', '172045.014000', '172045.017000', '172045.019000', '172045.022000', '172045.024000', '172045.027000', '172045.030000', '172045.032000', '172045.035000', '172045.037000', '172045.040000', '172045.042000', '172045.045000', '172045.048000', '172045.050000', '172045.053000', '172045.055000', '172045.058000', '172104.947000', '172104.950000', '172104.953000', '172104.956000', '172104.958000', '172104.961000', '172104.963000', '172104.966000', '172104.968000', '172104.971000', '172104.974000', '172104.977000', '172104.979000', '172104.982000', '172104.985000', '172104.987000', '172105.000000', '172105.003000', '172105.006000', '172105.008000', '172105.011000', '172105.013000', '172105.016000', '172105.019000', '172105.021000', '172105.024000', '172105.026000', '172105.029000', '172105.031000', '172105.034000', '172105.036000', '172105.039000', '172105.041000', '172105.044000', '172105.047000', '172105.049000', '172105.052000', '172105.054000', '172105.057000', '172105.059000', '172105.062000', '172105.064000', '172105.067000', '172105.069000', '172124.947000', '172124.951000', '172124.954000', '172124.957000', '172124.960000', '172124.962000', '172124.965000', '172124.968000', '172124.970000', '172124.973000', '172124.975000', '172124.978000', '172124.981000', '172124.984000', '172124.987000', '172124.990000', '172124.992000', '172124.995000', '172124.998000', '172125.001000', '172125.004000', '172125.007000', '172125.009000', '172125.012000', '172125.014000', '172125.017000', '172125.019000', '172125.022000', '172125.025000', '172125.027000', '172125.030000', '172125.032000', '172125.035000', '172125.038000', '172125.040000', '172125.043000', '172125.045000', '172125.048000', '172125.051000', '172125.053000', '172125.056000', '172125.058000', '172125.061000', '172144.948000', '172144.950000', '172144.953000', '172144.956000', '172144.958000', '172144.961000', '172144.963000', '172144.966000', '172144.968000', '172144.971000', '172144.973000', '172144.976000', '172144.979000', '172144.981000', '172144.984000', '172144.986000', '172144.989000', '172144.991000', '172144.994000', '172144.996000', '172145.000000', '172145.003000', '172145.005000', '172145.008000', '172145.010000', '172145.013000', '172145.015000', '172145.018000', '172145.020000', '172145.023000', '172145.026000', '172145.028000', '172145.031000', '172145.033000', '172145.036000', '172145.038000', '172145.041000', '172145.044000', '172145.046000', '172145.049000', '172145.051000', '172145.054000', '172145.056000', '172145.059000', '172204.946000', '172204.949000', '172204.952000', '172204.954000', '172204.957000', '172204.959000', '172204.962000', '172204.965000', '172204.967000', '172204.970000', '172204.972000', '172204.975000', '172204.977000', '172204.980000', '172204.982000', '172204.985000', '172204.987000', '172204.990000', '172204.993000', '172204.995000', '172204.998000', '172205.001000', '172205.004000', '172205.006000', '172205.009000', '172205.011000', '172205.014000', '172205.016000', '172205.019000', '172205.022000', '172205.024000', '172205.027000', '172205.029000', '172205.032000', '172205.034000', '172205.037000', '172205.039000', '172205.042000', '172205.044000', '172205.047000', '172205.050000', '172205.052000', '172205.055000', '172224.947000', '172224.949000', '172224.952000', '172224.955000', '172224.957000', '172224.960000', '172224.962000', '172224.965000', '172224.967000', '172224.970000', '172224.972000', '172224.975000', '172224.978000', '172224.980000', '172224.983000', '172224.985000', '172224.988000', '172224.990000', '172224.993000', '172224.996000', '172224.998000', '172225.002000', '172225.004000', '172225.007000', '172225.010000', '172225.012000', '172225.015000', '172225.029000', '172225.032000', '172225.034000', '172225.037000', '172225.039000', '172225.042000', '172225.045000', '172225.048000', '172225.050000', '172225.053000', '172225.055000', '172225.058000', '172225.061000', '172225.063000', '172225.066000', '172225.068000', '172225.071000', '172244.948000', '172244.950000', '172244.953000', '172244.955000', '172244.958000', '172244.960000', '172244.963000', '172244.966000', '172244.968000', '172244.971000', '172244.973000', '172244.976000', '172244.978000', '172244.981000', '172244.984000', '172244.986000', '172244.989000', '172244.991000', '172244.994000', '172244.997000', '172244.999000', '172245.002000', '172245.005000', '172245.007000', '172245.010000', '172245.012000', '172245.025000', '172245.028000', '172245.030000', '172245.033000', '172245.036000', '172245.039000', '172245.041000', '172245.044000', '172245.046000', '172245.049000', '172245.052000', '172245.054000', '172245.057000', '172245.059000', '172245.062000', '172245.065000', '172245.067000', '172304.947000', '172304.950000', '172304.953000', '172304.956000', '172304.958000', '172304.961000', '172304.964000', '172304.966000', '172304.969000', '172304.972000', '172304.974000', '172304.977000', '172304.979000', '172304.982000', '172304.985000', '172304.987000', '172304.990000', '172304.993000', '172304.995000', '172304.998000', '172305.002000', '172305.004000', '172305.007000', '172305.010000', '172305.012000', '172305.015000', '172305.017000', '172305.020000', '172305.023000', '172305.025000', '172305.028000', '172305.030000', '172305.033000', '172305.035000', '172305.038000', '172305.041000', '172305.043000', '172305.046000', '172305.048000', '172305.051000', '172305.054000', '172305.056000', '172305.059000', '172305.061000', '172319.016000', '172319.020000', '172319.022000', '172319.025000', '172319.028000', '172319.030000', '172319.033000', '172319.036000', '172319.039000', '172319.042000', '172319.045000', '172319.047000', '172319.050000', '172319.053000', '172319.055000', '172319.058000', '172319.061000', '172319.063000', '172319.066000', '172319.069000', '172319.071000', '172319.074000', '172319.077000', '172319.080000', '172319.083000', '172319.086000', '172319.089000', '172319.092000', '172319.095000', '172319.099000', '172319.102000'], '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': [8920, 9932, 14193, 8125, 7161, 7458, 7289, 10203, 8630, 14988, 8992, 10288, 7445, 10024, 8714, 12918, 11480, 7030, 8872, 6952, 8495, 7336, 12528, 7277, 10399, 7098, 8411, 7261, 8308, 9878, 6788, 11649, 7270, 12185, 9554, 14641, 10824, 9401, 7574, 6718, 8732, 11285, 10327, 8127, 10265, 6806, 10334, 7460, 14600, 10612, 13463, 9022, 6938, 7587, 7463, 11252, 10851, 15211, 9850, 13886, 8968, 12456, 9066, 14650, 10429, 10198, 7463, 6497, 7307, 7414, 9371, 7243, 11919, 7102, 9583, 7591, 10639, 10015, 8634, 9688, 7673, 8848, 7824, 14484, 10593, 12838, 8057, 7960, 7981, 9152, 11444, 9494, 13476, 7638, 13145, 8272, 15546, 11286, 14019, 10188, 9978, 7679, 10821, 8085, 13920, 10489, 8803, 7048, 6740, 7421, 8004, 10236, 7836, 11846, 7500, 11432, 7648, 11700, 9860, 11614, 8721, 7734, 7105, 7208, 9472, 11096, 12669, 8165, 10729, 7494, 10391, 8047, 14364, 9753, 14046, 9112, 12814, 9138, 13769, 10588, 14963, 9659, 10777, 7590, 10060, 8177, 12597, 9794, 10213, 7927, 7370, 7421, 8239, 9224, 13195, 11554, 7687, 8856, 7381, 7685, 7824, 11771, 8124, 13156, 7549, 10094, 7824, 10614, 8845, 10019, 9432, 6915, 9196, 6947, 15501, 10776, 14233, 10892, 9347, 9800, 7991, 11732, 8265, 13988, 10647, 15496, 9820, 7404, 7322, 6781, 7851, 7573, 10126, 7397, 9768, 7316, 9591, 7760, 12792, 10079, 13710, 9738, 10765, 7738, 11736, 8786, 13599, 10111, 8031, 7316, 6811, 8562, 8076, 14172, 9639, 13343, 8344, 13102, 8877, 14840, 11109, 14663, 10122, 11077, 8020, 10984, 7910, 13316, 10175, 9484, 7606, 6835, 7213, 7795, 11464, 7745, 12501, 7683, 11327, 8127, 13348, 10114, 10616, 8004, 8006, 7987, 11385, 10826, 10497, 11784, 7465, 10488, 7785, 12167, 9356, 13598, 8522, 10778, 7676, 13113, 9799, 12293, 8912, 8230, 7321, 7704, 9180, 8843, 12535, 7480, 11364, 7897, 12366, 9466, 11581, 8892, 7326, 8089, 8147, 11829, 10084, 15311, 11218, 11066, 8331, 8668, 8787, 12070, 11439, 8746, 10604, 7739, 9435, 7638, 11273, 8605, 14745, 9994, 10427, 8219, 8203, 8613, 10803, 12216, 8747, 12408, 7976, 12340, 8093, 13114, 10078, 9833, 8027, 7598, 9986, 8170, 13219, 10728, 14850, 10003, 12958, 8810, 11655, 9804, 13442, 10216, 10385, 7811, 7360, 7718, 9321, 10593, 7649, 9834, 7543, 9083, 8100, 12723, 9410, 12621, 7900, 11835, 8508, 12881, 9673, 10681, 7829, 7191, 7587, 7602, 11605, 9615, 14276, 8277, 9485, 7705, 9801, 10038, 8152, 11007, 7411, 10084, 7980, 13994, 10409, 11695, 8817, 8787, 7842, 10256, 11322, 9235, 13639, 7933, 12966, 8236, 10922, 8504, 9486, 9573, 8620, 10628, 8594, 11529, 9499, 13524, 9855, 13635, 8578, 11715, 9026, 10269, 9523, 8675, 10470, 8477, 10999, 8803, 12844, 10287, 13526, 8258, 9136, 8839, 9410, 8423, 8674, 11300, 8245, 11970, 8350, 11814, 9331, 13694, 9593, 8975, 7465, 8105, 8010, 8633, 11545, 9000, 13033, 8101, 10163, 8493, 9786, 8831, 8231, 10495, 8366, 10584, 9041, 13777, 10249, 14375, 8979, 13691, 8605, 11262, 8905, 8151, 10009, 8516, 10964, 8303, 12739, 9946, 12509, 8891, 9255, 8597, 10466, 8743, 10659, 12056, 8656, 12285, 8143, 11301, 8430, 12670, 9548, 11867, 7901, 9528, 7950, 9837, 7695, 9332, 9130, 8060, 10047, 8090, 11475, 9081, 12769, 9473, 8028, 7542, 7945, 8037, 8014, 11526, 8436, 11696, 8100, 9041, 8251, 10336, 10075, 8849, 11811, 8582, 11629, 8621, 12989, 9826, 13863, 9094, 8974, 7937, 8392, 10416, 9294, 14247, 9301, 12416, 8235, 10887, 8495, 10296, 10999, 8387, 10745, 8194, 11268, 8469, 14289, 10104, 12177, 7947, 9495, 8304, 9234, 11544, 8259, 11970, 8250, 12878, 9714, 10687, 9076, 8413, 9496, 8314, 12920, 9647, 10034, 9693, 8334, 10576, 8533, 13247, 9722, 10132, 8830, 9212, 9002, 8414, 11145, 8481, 12465, 8932, 9112, 8007, 10166, 7963, 12326, 8856, 9716, 7203, 7829, 7179, 7743, 9043, 8473, 11345, 7962, 10631, 8368, 11340, 9294, 12337, 9074, 10064, 8262, 11443, 8223, 12157, 10428, 7947, 8403, 8306, 8756, 10486, 12747, 8716, 11844, 8379, 11580, 8562, 12149, 9746, 11541, 8473, 8588, 7460, 8885, 9303, 8418, 12066, 8295, 11861, 8047, 13226, 9306, 12915, 8444, 10906, 8181, 10963, 8022, 9852, 8159, 7357, 7747, 7695, 9878, 8628, 12764, 8585, 12420, 8337, 11982, 9635, 10211, 8632, 8671, 8389, 8417, 10495, 8086, 8764, 10811, 8448, 11692, 8458, 14257, 10453, 18524, 11475, 11114, 8540, 9935, 8374, 11337, 10020, 8075, 8101, 8302, 8127, 8426, 11051, 8576, 11951, 7800, 9485, 8354, 10573, 10088, 9418, 11583, 8373, 10728, 8250, 13301, 9569, 15363, 8993, 11641, 7813, 10485, 7721, 10066, 7559, 8132, 10852, 8009, 12481, 8371, 10118, 10035, 9902, 12358, 8138, 12428, 8222, 13250, 9035, 14908, 8169, 9168, 8107, 7103, 8005, 9127, 8844, 7674, 9931, 7736, 10625, 8235, 12185, 9678, 9710, 8003, 8445, 8105, 10487, 8575, 9819, 9728, 8189, 11264, 8273, 12617, 8242, 15104, 10677, 11274, 8177, 9414, 8071, 11364, 9729, 11654, 10848, 8383, 9446, 8113, 10643, 8369, 15252, 9112, 9220, 7152, 7808, 7981, 8272, 12380, 8904, 12930, 7983, 11317, 8767, 13560, 8697, 14388, 10820, 8133, 7227, 8236, 7955, 8239, 10555, 8089, 12631, 8007, 10890, 8320, 11863, 8828, 11084, 9112, 7724, 8055, 8129, 9600, 8243, 13631, 8674, 11535, 7997, 8968, 8064, 9727, 10118, 8480, 11554, 8083, 11080, 8561, 12788, 9336, 9984, 9154, 8534, 8618, 8614, 10692, 7937, 13844, 8923, 9644, 7606, 7856, 9812, 9702, 15502, 10068, 14026, 8322, 10781, 8489, 10322, 10992, 8515, 11848, 8374, 11073, 8321, 11254, 9577, 8812, 8436, 8124, 9164, 8152, 12780, 9181, 13879, 9030, 7895, 7545, 7845, 9977, 7923, 14486, 8954, 9765, 8321, 7686, 8926, 9430, 12288, 8216, 10845, 8354, 11115, 8060, 10203, 8952, 7200, 8023, 8249, 10018, 7804, 14924, 8909, 9354, 7006, 7379, 8053, 7803, 13458, 8889, 13172, 8282, 10841, 7995, 9795, 9360, 7981, 10941, 8221, 11204, 7955, 10550, 9319, 9578, 8773], 'WindowCenter': [4055.0, 4049.0, 4080.0, 4003.0, 3981.0, 3988.0, 4003.0, 4033.0, 4012.0, 4073.0, 4022.0, 4032.0, 3991.0, 4033.0, 4010.0, 4053.0, 4041.0, 3979.0, 4009.0, 3977.0, 4010.0, 3988.0, 4052.0, 4001.0, 4043.0, 3993.0, 4023.0, 4002.0, 4012.0, 4046.0, 3983.0, 4054.0, 3992.0, 4054.0, 4032.0, 4065.0, 4045.0, 4022.0, 4002.0, 3966.0, 4010.0, 4040.0, 4031.0, 3998.0, 4031.0, 3978.0, 4030.0, 3991.0, 4063.0, 4032.0, 4063.0, 4010.0, 3978.0, 3989.0, 3989.0, 4041.0, 4031.0, 4075.0, 4021.0, 4052.0, 4008.0, 4039.0, 4009.0, 4049.0, 4031.0, 4018.0, 3989.0, 3956.0, 3989.0, 3990.0, 4019.0, 3990.0, 4040.0, 3989.0, 4020.0, 4000.0, 4031.0, 4032.0, 4010.0, 4021.0, 4000.0, 4010.0, 3999.0, 4062.0, 4030.0, 4051.0, 3999.0, 3999.0, 3999.0, 4020.0, 4042.0, 4021.0, 4052.0, 3990.0, 4050.0, 4000.0, 4062.0, 4032.0, 4052.0, 4019.0, 4018.0, 3987.0, 4027.0, 3987.0, 4048.0, 4029.0, 3994.0, 3976.0, 3966.0, 3984.0, 3999.0, 4028.0, 4001.0, 4041.0, 3989.0, 4040.0, 3999.0, 4052.0, 4031.0, 4040.0, 4011.0, 3989.0, 3978.0, 3977.0, 4018.0, 4028.0, 4050.0, 3998.0, 4030.0, 3989.0, 4027.0, 3999.0, 4061.0, 4020.0, 4062.0, 4010.0, 4037.0, 4019.0, 4051.0, 4029.0, 4063.0, 4019.0, 4029.0, 3988.0, 4018.0, 3998.0, 4037.0, 4020.0, 4029.0, 3997.0, 3975.0, 3977.0, 3996.0, 4008.0, 4039.0, 4039.0, 3985.0, 4007.0, 3974.0, 3985.0, 3989.0, 4040.0, 3999.0, 4051.0, 3999.0, 4029.0, 3999.0, 4042.0, 4023.0, 4044.0, 4031.0, 3992.0, 4033.0, 3993.0, 4074.0, 4042.0, 4064.0, 4040.0, 4021.0, 4031.0, 3999.0, 4040.0, 3997.0, 4051.0, 4026.0, 4061.0, 4019.0, 3988.0, 3989.0, 3966.0, 3998.0, 4000.0, 4031.0, 3991.0, 4031.0, 4000.0, 4029.0, 4002.0, 4052.0, 4034.0, 4065.0, 4030.0, 4038.0, 3989.0, 4040.0, 4008.0, 4051.0, 4030.0, 3999.0, 3989.0, 3967.0, 4007.0, 3998.0, 4063.0, 4031.0, 4051.0, 4010.0, 4049.0, 4019.0, 4061.0, 4041.0, 4063.0, 4029.0, 4039.0, 3998.0, 4026.0, 3998.0, 4048.0, 4029.0, 4016.0, 3988.0, 3967.0, 3987.0, 3997.0, 4040.0, 3997.0, 4051.0, 3999.0, 4041.0, 4010.0, 4059.0, 4044.0, 4042.0, 4010.0, 3999.0, 4000.0, 4040.0, 4030.0, 4031.0, 4040.0, 3989.0, 4028.0, 3999.0, 4039.0, 4021.0, 4061.0, 4019.0, 4041.0, 4000.0, 4050.0, 4028.0, 4052.0, 4020.0, 4009.0, 3989.0, 3987.0, 4019.0, 4020.0, 4051.0, 3989.0, 4041.0, 4011.0, 4050.0, 4031.0, 4053.0, 4021.0, 3990.0, 3998.0, 3999.0, 4050.0, 4031.0, 4075.0, 4041.0, 4040.0, 4010.0, 4008.0, 4008.0, 4038.0, 4041.0, 4008.0, 4029.0, 3999.0, 4019.0, 3998.0, 4039.0, 4009.0, 4063.0, 4030.0, 4030.0, 4010.0, 4008.0, 4009.0, 4040.0, 4052.0, 4009.0, 4050.0, 3997.0, 4048.0, 4000.0, 4060.0, 4033.0, 4031.0, 3999.0, 3998.0, 4029.0, 4010.0, 4050.0, 4040.0, 4063.0, 4031.0, 4050.0, 4009.0, 4040.0, 4030.0, 4050.0, 4029.0, 4029.0, 3999.0, 3988.0, 3998.0, 4018.0, 4040.0, 3999.0, 4031.0, 3999.0, 4019.0, 3999.0, 4052.0, 4021.0, 4049.0, 3998.0, 4040.0, 4010.0, 4047.0, 4030.0, 4030.0, 3999.0, 3979.0, 3998.0, 4000.0, 4039.0, 4033.0, 4073.0, 4012.0, 4030.0, 4001.0, 4032.0, 4043.0, 4012.0, 4043.0, 3988.0, 4042.0, 4012.0, 4076.0, 4043.0, 4054.0, 4021.0, 4010.0, 3998.0, 4029.0, 4039.0, 4019.0, 4062.0, 3998.0, 4049.0, 4009.0, 4039.0, 4009.0, 4030.0, 4018.0, 4009.0, 4040.0, 4008.0, 4038.0, 4018.0, 4062.0, 4030.0, 4061.0, 4009.0, 4050.0, 4019.0, 4027.0, 4031.0, 4009.0, 4041.0, 4010.0, 4038.0, 4019.0, 4050.0, 4042.0, 4062.0, 4010.0, 4019.0, 4020.0, 4019.0, 4010.0, 4021.0, 4053.0, 4010.0, 4052.0, 4010.0, 4051.0, 4021.0, 4063.0, 4032.0, 4020.0, 3999.0, 4008.0, 4010.0, 4020.0, 4052.0, 4020.0, 4063.0, 4011.0, 4041.0, 4022.0, 4043.0, 4034.0, 4023.0, 4053.0, 4022.0, 4041.0, 4021.0, 4063.0, 4043.0, 4064.0, 4021.0, 4062.0, 4009.0, 4040.0, 4019.0, 4000.0, 4030.0, 4020.0, 4039.0, 4007.0, 4048.0, 4031.0, 4052.0, 4021.0, 4018.0, 4008.0, 4029.0, 4009.0, 4029.0, 4050.0, 4008.0, 4039.0, 3997.0, 4025.0, 3997.0, 4037.0, 4019.0, 4038.0, 3997.0, 4016.0, 3998.0, 4028.0, 3997.0, 4018.0, 4019.0, 4000.0, 4029.0, 3999.0, 4040.0, 4020.0, 4061.0, 4031.0, 4000.0, 4001.0, 4000.0, 4010.0, 4011.0, 4052.0, 4021.0, 4053.0, 4012.0, 4021.0, 4011.0, 4043.0, 4044.0, 4033.0, 4054.0, 4023.0, 4052.0, 4021.0, 4063.0, 4032.0, 4065.0, 4022.0, 4020.0, 3999.0, 4009.0, 4029.0, 4020.0, 4065.0, 4031.0, 4051.0, 4009.0, 4040.0, 4010.0, 4042.0, 4043.0, 4010.0, 4041.0, 4008.0, 4039.0, 4009.0, 4074.0, 4041.0, 4050.0, 4000.0, 4027.0, 4009.0, 4031.0, 4053.0, 4011.0, 4052.0, 4011.0, 4063.0, 4032.0, 4041.0, 4021.0, 4024.0, 4032.0, 4010.0, 4051.0, 4030.0, 4031.0, 4031.0, 4011.0, 4040.0, 4021.0, 4061.0, 4031.0, 4042.0, 4019.0, 4031.0, 4017.0, 4011.0, 4040.0, 4019.0, 4064.0, 4022.0, 4021.0, 4010.0, 4031.0, 4011.0, 4063.0, 4021.0, 4030.0, 3990.0, 3999.0, 3989.0, 4001.0, 4020.0, 4023.0, 4054.0, 4012.0, 4043.0, 4023.0, 4053.0, 4035.0, 4067.0, 4035.0, 4044.0, 4023.0, 4053.0, 4021.0, 4052.0, 4056.0, 4012.0, 4010.0, 4009.0, 4010.0, 4041.0, 4053.0, 4011.0, 4052.0, 4010.0, 4040.0, 4009.0, 4050.0, 4031.0, 4053.0, 4021.0, 4020.0, 4001.0, 4020.0, 4019.0, 4011.0, 4053.0, 4011.0, 4052.0, 4011.0, 4050.0, 4020.0, 4051.0, 4010.0, 4040.0, 4010.0, 4040.0, 3996.0, 4030.0, 4011.0, 4000.0, 4000.0, 4000.0, 4030.0, 4007.0, 4051.0, 4020.0, 4062.0, 4024.0, 4065.0, 4045.0, 4043.0, 4021.0, 4022.0, 4008.0, 4011.0, 4039.0, 4013.0, 4024.0, 4053.0, 4022.0, 4053.0, 4011.0, 4063.0, 4041.0, 4085.0, 4041.0, 4039.0, 4008.0, 4017.0, 3996.0, 4028.0, 4029.0, 3996.0, 3997.0, 4009.0, 3997.0, 4009.0, 4040.0, 4021.0, 4051.0, 4000.0, 4029.0, 4010.0, 4040.0, 4043.0, 4032.0, 4050.0, 4011.0, 4040.0, 4009.0, 4050.0, 4019.0, 4074.0, 4020.0, 4050.0, 4000.0, 4041.0, 3999.0, 4030.0, 3999.0, 3999.0, 4042.0, 4011.0, 4062.0, 4011.0, 4031.0, 4030.0, 4031.0, 4051.0, 3998.0, 4051.0, 3998.0, 4049.0, 4007.0, 4060.0, 3997.0, 4017.0, 3998.0, 3976.0, 3997.0, 4018.0, 4020.0, 4000.0, 4031.0, 4000.0, 4041.0, 4023.0, 4051.0, 4034.0, 4032.0, 4012.0, 4011.0, 4010.0, 4039.0, 4010.0, 4029.0, 4032.0, 4021.0, 4052.0, 4022.0, 4052.0, 4012.0, 4073.0, 4044.0, 4051.0, 4010.0, 4021.0, 4009.0, 4040.0, 4031.0, 4052.0, 4041.0, 4010.0, 4020.0, 3997.0, 4027.0, 4009.0, 4072.0, 4021.0, 4020.0, 3990.0, 3999.0, 4009.0, 4011.0, 4052.0, 4022.0, 4063.0, 4025.0, 4054.0, 4022.0, 4062.0, 4007.0, 4060.0, 4040.0, 3995.0, 3988.0, 4008.0, 3997.0, 4008.0, 4028.0, 4010.0, 4050.0, 4009.0, 4041.0, 4009.0, 4051.0, 4009.0, 4040.0, 4019.0, 3998.0, 3999.0, 3996.0, 4017.0, 4006.0, 4061.0, 4019.0, 4050.0, 4009.0, 4018.0, 3998.0, 4019.0, 4041.0, 4021.0, 4052.0, 4011.0, 4040.0, 4019.0, 4049.0, 4019.0, 4031.0, 4031.0, 4021.0, 4019.0, 4019.0, 4040.0, 4010.0, 4074.0, 4032.0, 4033.0, 4011.0, 4010.0, 4042.0, 4032.0, 4075.0, 4032.0, 4064.0, 4010.0, 4039.0, 4009.0, 4028.0, 4041.0, 4010.0, 4051.0, 4009.0, 4036.0, 4008.0, 4039.0, 4030.0, 4019.0, 4008.0, 3999.0, 4019.0, 3998.0, 4050.0, 4020.0, 4061.0, 4020.0, 3999.0, 3996.0, 3997.0, 4029.0, 3997.0, 4073.0, 4021.0, 4030.0, 4008.0, 3999.0, 4019.0, 4019.0, 4063.0, 4010.0, 4040.0, 4010.0, 4039.0, 4010.0, 4042.0, 4021.0, 4000.0, 4010.0, 4010.0, 4029.0, 3999.0, 4073.0, 4022.0, 4032.0, 3991.0, 3990.0, 4010.0, 3999.0, 4063.0, 4032.0, 4063.0, 4024.0, 4054.0, 4011.0, 4030.0, 4032.0, 4009.0, 4041.0, 4023.0, 4052.0, 4011.0, 4041.0, 4031.0, 4032.0, 4020.0], 'WindowWidth': [9045.0, 9022.0, 9068.0, 8950.0, 8919.0, 8925.0, 8951.0, 8988.0, 8959.0, 9048.0, 8972.0, 8985.0, 8932.0, 8988.0, 8953.0, 9016.0, 8998.0, 8910.0, 8950.0, 8906.0, 8952.0, 8924.0, 9012.0, 8946.0, 9004.0, 8939.0, 8980.0, 8947.0, 8962.0, 9011.0, 8923.0, 9019.0, 8933.0, 9017.0, 8987.0, 9040.0, 9009.0, 8972.0, 8946.0, 8890.0, 8952.0, 8991.0, 8983.0, 8936.0, 8982.0, 8910.0, 8979.0, 8930.0, 9028.0, 8986.0, 9029.0, 8952.0, 8909.0, 8922.0, 8925.0, 8996.0, 8981.0, 9052.0, 8967.0, 9011.0, 8948.0, 8990.0, 8950.0, 9007.0, 8983.0, 8960.0, 8922.0, 8877.0, 8925.0, 8927.0, 8964.0, 8927.0, 8994.0, 8927.0, 8967.0, 8940.0, 8981.0, 8986.0, 8952.0, 8968.0, 8941.0, 8951.0, 8938.0, 9026.0, 8980.0, 9010.0, 8937.0, 8937.0, 8938.0, 8967.0, 8998.0, 8970.0, 9012.0, 8926.0, 9005.0, 8939.0, 9029.0, 8985.0, 9019.0, 8963.0, 8958.0, 8915.0, 8971.0, 8917.0, 9001.0, 8977.0, 8922.0, 8900.0, 8887.0, 8912.0, 8937.0, 8975.0, 8943.0, 8996.0, 8925.0, 8993.0, 8939.0, 9012.0, 8982.0, 8994.0, 8955.0, 8922.0, 8907.0, 8904.0, 8959.0, 8972.0, 9007.0, 8933.0, 8979.0, 8923.0, 8974.0, 8939.0, 9023.0, 8966.0, 9025.0, 8952.0, 8986.0, 8963.0, 9011.0, 8976.0, 9032.0, 8962.0, 8977.0, 8921.0, 8960.0, 8934.0, 8984.0, 8967.0, 8975.0, 8932.0, 8900.0, 8904.0, 8928.0, 8946.0, 8987.0, 8989.0, 8911.0, 8944.0, 8897.0, 8912.0, 8924.0, 8991.0, 8938.0, 9009.0, 8939.0, 8977.0, 8939.0, 9000.0, 8978.0, 9005.0, 8985.0, 8935.0, 8990.0, 8935.0, 9047.0, 8998.0, 9036.0, 8996.0, 8971.0, 8983.0, 8938.0, 8991.0, 8931.0, 9010.0, 8970.0, 9031.0, 8962.0, 8919.0, 8923.0, 8890.0, 8937.0, 8940.0, 8983.0, 8930.0, 8983.0, 8943.0, 8978.0, 8947.0, 9013.0, 8993.0, 9035.0, 8982.0, 8990.0, 8924.0, 8992.0, 8949.0, 9010.0, 8978.0, 8937.0, 8923.0, 8892.0, 8946.0, 8934.0, 9030.0, 8981.0, 9011.0, 8953.0, 9004.0, 8963.0, 9026.0, 8995.0, 9031.0, 8977.0, 8991.0, 8935.0, 8969.0, 8933.0, 9000.0, 8979.0, 8955.0, 8920.0, 8892.0, 8919.0, 8934.0, 8991.0, 8934.0, 9010.0, 8940.0, 8996.0, 8956.0, 9020.0, 9006.0, 8999.0, 8956.0, 8938.0, 8940.0, 8994.0, 8981.0, 8982.0, 8995.0, 8923.0, 8974.0, 8939.0, 8991.0, 8971.0, 9026.0, 8967.0, 8995.0, 8942.0, 9007.0, 8979.0, 9014.0, 8967.0, 8950.0, 8923.0, 8919.0, 8963.0, 8966.0, 9010.0, 8926.0, 8995.0, 8957.0, 9010.0, 8986.0, 9015.0, 8972.0, 8930.0, 8936.0, 8939.0, 9009.0, 8983.0, 9053.0, 8996.0, 8996.0, 8955.0, 8948.0, 8948.0, 8987.0, 8997.0, 8949.0, 8977.0, 8937.0, 8963.0, 8935.0, 8991.0, 8952.0, 9031.0, 8982.0, 8981.0, 8954.0, 8947.0, 8951.0, 8993.0, 9014.0, 8952.0, 9009.0, 8935.0, 9003.0, 8942.0, 9022.0, 8990.0, 8984.0, 8938.0, 8937.0, 8977.0, 8954.0, 9010.0, 8992.0, 9037.0, 8981.0, 9009.0, 8950.0, 8993.0, 8980.0, 9008.0, 8981.0, 8978.0, 8938.0, 8921.0, 8936.0, 8961.0, 8997.0, 8940.0, 8982.0, 8939.0, 8966.0, 8939.0, 9016.0, 8968.0, 9007.0, 8937.0, 8992.0, 8953.0, 9001.0, 8982.0, 8980.0, 8939.0, 8913.0, 8936.0, 8942.0, 8992.0, 8988.0, 9046.0, 8960.0, 8982.0, 8946.0, 8985.0, 9004.0, 8961.0, 9004.0, 8924.0, 9000.0, 8963.0, 9059.0, 9005.0, 9021.0, 8973.0, 8955.0, 8936.0, 8978.0, 8993.0, 8965.0, 9029.0, 8935.0, 9005.0, 8950.0, 8991.0, 8952.0, 8981.0, 8963.0, 8952.0, 8994.0, 8949.0, 8988.0, 8961.0, 9030.0, 8980.0, 9027.0, 8952.0, 9006.0, 8964.0, 8972.0, 8985.0, 8952.0, 8996.0, 8954.0, 8990.0, 8965.0, 9009.0, 9001.0, 9027.0, 8954.0, 8965.0, 8966.0, 8966.0, 8954.0, 8972.0, 9017.0, 8958.0, 9015.0, 8956.0, 9011.0, 8970.0, 9031.0, 8987.0, 8969.0, 8941.0, 8950.0, 8955.0, 8968.0, 9015.0, 8969.0, 9032.0, 8959.0, 8998.0, 8975.0, 9002.0, 8994.0, 8978.0, 9018.0, 8974.0, 8998.0, 8971.0, 9032.0, 9003.0, 9040.0, 8971.0, 9028.0, 8952.0, 8993.0, 8966.0, 8940.0, 8981.0, 8969.0, 8993.0, 8949.0, 9005.0, 8986.0, 9016.0, 8971.0, 8964.0, 8950.0, 8978.0, 8950.0, 8977.0, 9010.0, 8946.0, 8992.0, 8931.0, 8967.0, 8933.0, 8987.0, 8964.0, 8988.0, 8933.0, 8957.0, 8934.0, 8974.0, 8932.0, 8960.0, 8964.0, 8940.0, 8977.0, 8938.0, 8994.0, 8967.0, 9026.0, 8984.0, 8940.0, 8943.0, 8941.0, 8955.0, 8959.0, 9013.0, 8973.0, 9018.0, 8962.0, 8972.0, 8959.0, 9004.0, 9007.0, 8992.0, 9020.0, 8978.0, 9013.0, 8972.0, 9032.0, 8988.0, 9040.0, 8974.0, 8969.0, 8939.0, 8953.0, 8979.0, 8967.0, 9041.0, 8984.0, 9014.0, 8952.0, 8994.0, 8954.0, 9001.0, 9004.0, 8956.0, 8998.0, 8951.0, 8991.0, 8952.0, 9050.0, 8998.0, 9009.0, 8940.0, 8976.0, 8953.0, 8983.0, 9017.0, 8958.0, 9013.0, 8956.0, 9031.0, 8986.0, 8998.0, 8971.0, 8980.0, 8988.0, 8957.0, 9011.0, 8984.0, 8983.0, 8984.0, 8958.0, 8995.0, 8970.0, 9025.0, 8982.0, 9000.0, 8965.0, 8982.0, 8962.0, 8957.0, 8995.0, 8967.0, 9033.0, 8974.0, 8972.0, 8955.0, 8983.0, 8956.0, 9031.0, 8970.0, 8980.0, 8928.0, 8940.0, 8926.0, 8945.0, 8968.0, 8976.0, 9018.0, 8962.0, 9002.0, 8978.0, 9019.0, 8998.0, 9044.0, 8997.0, 9008.0, 8976.0, 9019.0, 8974.0, 9016.0, 9025.0, 8959.0, 8957.0, 8953.0, 8956.0, 8997.0, 9018.0, 8957.0, 9014.0, 8954.0, 8994.0, 8953.0, 9009.0, 8985.0, 9016.0, 8973.0, 8969.0, 8944.0, 8970.0, 8967.0, 8958.0, 9016.0, 8958.0, 9012.0, 8958.0, 9010.0, 8969.0, 9014.0, 8956.0, 8996.0, 8956.0, 8996.0, 8933.0, 8980.0, 8959.0, 8942.0, 8940.0, 8942.0, 8980.0, 8945.0, 9011.0, 8967.0, 9029.0, 8981.0, 9040.0, 9012.0, 9005.0, 8973.0, 8976.0, 8953.0, 8960.0, 8996.0, 8964.0, 8980.0, 9019.0, 8975.0, 9019.0, 8958.0, 9033.0, 8998.0, 9075.0, 8999.0, 8994.0, 8951.0, 8959.0, 8932.0, 8975.0, 8979.0, 8931.0, 8933.0, 8951.0, 8933.0, 8952.0, 8993.0, 8970.0, 9013.0, 8945.0, 8980.0, 8957.0, 8995.0, 9002.0, 8986.0, 9011.0, 8957.0, 8996.0, 8952.0, 9009.0, 8966.0, 9053.0, 8968.0, 9009.0, 8945.0, 8999.0, 8940.0, 8979.0, 8940.0, 8939.0, 8999.0, 8960.0, 9028.0, 8957.0, 8985.0, 8983.0, 8984.0, 9011.0, 8935.0, 9010.0, 8934.0, 9005.0, 8946.0, 9026.0, 8933.0, 8958.0, 8934.0, 8905.0, 8935.0, 8961.0, 8970.0, 8943.0, 8986.0, 8945.0, 8997.0, 8976.0, 9012.0, 8994.0, 8987.0, 8961.0, 8957.0, 8955.0, 8993.0, 8953.0, 8979.0, 8989.0, 8972.0, 9015.0, 8975.0, 9014.0, 8961.0, 9048.0, 9007.0, 9013.0, 8957.0, 8970.0, 8954.0, 8996.0, 8983.0, 9015.0, 8998.0, 8954.0, 8967.0, 8934.0, 8973.0, 8951.0, 9043.0, 8972.0, 8968.0, 8929.0, 8940.0, 8952.0, 8958.0, 9014.0, 8975.0, 9035.0, 8987.0, 9020.0, 8974.0, 9029.0, 8946.0, 9027.0, 8996.0, 8930.0, 8922.0, 8950.0, 8932.0, 8951.0, 8974.0, 8956.0, 9010.0, 8954.0, 8997.0, 8953.0, 9011.0, 8951.0, 8994.0, 8966.0, 8936.0, 8938.0, 8932.0, 8959.0, 8947.0, 9023.0, 8967.0, 9010.0, 8953.0, 8962.0, 8936.0, 8965.0, 9000.0, 8970.0, 9013.0, 8958.0, 8995.0, 8966.0, 9007.0, 8967.0, 8984.0, 8984.0, 8970.0, 8966.0, 8966.0, 8994.0, 8955.0, 9049.0, 8988.0, 8991.0, 8962.0, 8956.0, 9002.0, 8988.0, 9055.0, 8988.0, 9040.0, 8956.0, 8992.0, 8952.0, 8978.0, 8999.0, 8954.0, 9014.0, 8954.0, 8987.0, 8949.0, 8991.0, 8982.0, 8963.0, 8949.0, 8939.0, 8964.0, 8936.0, 9009.0, 8968.0, 9030.0, 8967.0, 8938.0, 8933.0, 8936.0, 8979.0, 8936.0, 9048.0, 8972.0, 8984.0, 8953.0, 8939.0, 8967.0, 8964.0, 9033.0, 8956.0, 8997.0, 8956.0, 8994.0, 8957.0, 9000.0, 8972.0, 8943.0, 8956.0, 8956.0, 8981.0, 8941.0, 9046.0, 8974.0, 8988.0, 8934.0, 8929.0, 8957.0, 8941.0, 9033.0, 8988.0, 9034.0, 8982.0, 9021.0, 8958.0, 8982.0, 8987.0, 8955.0, 8999.0, 8978.0, 9017.0, 8960.0, 8998.0, 8987.0, 8987.0, 8970.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.0032204247990815157</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043055775315729045</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.91982315331036</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1600421000689667</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9658135583218389</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3763.2324</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14340321799148192</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>182</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.895522388059703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.645600709529363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6245143010630665</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9202212031037735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39206662442125</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00307379</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0034071283880621195</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02498437836766243</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.648024732563063</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>20.9645</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298952.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>833.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.9991</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.3779</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3170.7758</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4219.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.7311</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.731830305885524</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> |