=== 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-0088 --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-0088",
"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-0088_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0088_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0088_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-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-01/func/sub-0088_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>62679b921ad7742ff6dd629918dbf516</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:15:48.745000</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.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0813004</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7817, -7194, 538, -40, -232, -26, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.173</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bcadfa81-8a23-4655-80bc-fbdbcdb0c405||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.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['091548.745000', '091549.205000', '091549.665000', '091550.125000', '091550.585000', '091551.045000', '091551.505000', '091551.965000', '091552.425000', '091552.885000', '091553.345000', '091553.805000', '091554.265000', '091554.725000', '091555.185000', '091555.645000', '091556.105000', '091556.565000', '091557.025000', '091557.485000', '091557.945000', '091558.405000', '091558.865000', '091559.325000', '091559.785000', '091600.245000', '091600.705000', '091601.165000', '091601.625000', '091602.085000', '091602.545000', '091603.005000', '091603.465000', '091603.925000', '091604.385000', '091604.845000', '091605.305000', '091605.765000', '091606.225000', '091606.685000', '091607.145000', '091607.605000', '091608.065000', '091608.525000', '091608.985000', '091609.445000', '091609.905000', '091610.365000', '091610.825000', '091611.285000', '091611.745000', '091612.205000', '091612.665000', '091613.125000', '091613.585000', '091614.045000', '091614.505000', '091614.965000', '091615.425000', '091615.885000', '091616.345000', '091616.805000', '091617.265000', '091617.725000', '091618.185000', '091618.645000', '091619.105000', '091619.565000', '091620.025000', '091620.485000', '091620.945000', '091621.405000', '091621.865000', '091622.325000', '091622.785000', '091623.245000', '091623.705000', '091624.165000', '091624.625000', '091625.085000', '091625.545000', '091626.005000', '091626.465000', '091626.925000', '091627.385000', '091627.845000', '091628.305000', '091628.765000', '091629.225000', '091629.685000', '091630.145000', '091630.605000', '091631.065000', '091631.525000', '091631.985000', '091632.445000', '091632.905000', '091633.365000', '091633.825000', '091634.285000', '091634.745000', '091635.205000', '091635.665000', '091636.125000', '091636.585000', '091637.045000', '091637.505000', '091637.965000', '091638.425000', '091638.885000', '091639.345000', '091639.805000', '091640.265000', '091640.725000', '091641.185000', '091641.645000', '091642.105000', '091642.565000', '091643.025000', '091643.485000', '091643.945000', '091644.405000', '091644.865000', '091645.325000', '091645.785000', '091646.245000', '091646.705000', '091647.165000', '091647.625000', '091648.085000', '091648.545000', '091649.005000', '091649.465000', '091649.925000', '091650.385000', '091650.845000', '091651.305000', '091651.765000', '091652.225000', '091652.685000', '091653.145000', '091653.605000', '091654.065000', '091654.525000', '091654.985000', '091655.445000', '091655.905000', '091656.365000', '091656.825000', '091657.285000', '091657.745000', '091658.205000', '091658.665000', '091659.125000', '091659.585000', '091700.045000', '091700.505000', '091700.965000', '091701.425000', '091701.885000', '091702.345000', '091702.805000', '091703.265000', '091703.725000', '091704.185000', '091704.645000', '091705.105000', '091705.565000', '091706.025000', '091706.485000', '091706.945000', '091707.405000', '091707.865000', '091708.325000', '091708.785000', '091709.245000', '091709.705000', '091710.165000', '091710.625000', '091711.085000', '091711.545000', '091712.005000', '091712.465000', '091712.925000', '091713.385000', '091713.845000', '091714.305000', '091714.765000', '091715.225000', '091715.685000', '091716.145000', '091716.605000', '091717.065000', '091717.525000', '091717.985000', '091718.445000', '091718.905000', '091719.365000', '091719.825000', '091720.285000', '091720.745000', '091721.205000', '091721.665000', '091722.125000', '091722.585000', '091723.045000', '091723.505000', '091723.965000', '091724.425000', '091724.885000', '091725.345000', '091725.805000', '091726.265000', '091726.725000', '091727.185000', '091727.645000', '091728.105000', '091728.565000', '091729.025000', '091729.485000', '091729.945000', '091730.405000', '091730.865000', '091731.325000', '091731.785000', '091732.245000', '091732.705000', '091733.165000', '091733.625000', '091734.085000', '091734.545000', '091735.005000', '091735.465000', '091735.925000', '091736.385000', '091736.845000', '091737.305000', '091737.765000', '091738.225000', '091738.685000', '091739.145000', '091739.605000', '091740.065000', '091740.525000', '091740.985000', '091741.445000', '091741.905000', '091742.365000', '091742.825000', '091743.285000', '091743.745000', '091744.205000', '091744.665000', '091745.125000', '091745.585000', '091746.045000', '091746.505000', '091746.965000', '091747.425000', '091747.885000', '091748.345000', '091748.805000', '091749.265000', '091749.725000', '091750.185000', '091750.645000', '091751.105000', '091751.565000', '091752.025000', '091752.485000', '091752.945000', '091753.405000', '091753.865000', '091754.325000', '091754.785000', '091755.245000', '091755.705000', '091756.165000', '091756.625000', '091757.085000', '091757.545000', '091758.005000', '091758.465000', '091758.925000', '091759.385000', '091759.845000', '091800.305000', '091800.765000', '091801.225000', '091801.685000', '091802.145000', '091802.605000', '091803.065000', '091803.525000', '091803.985000', '091804.445000', '091804.905000', '091805.365000', '091805.825000', '091806.285000', '091806.745000', '091807.205000', '091807.665000', '091808.125000', '091808.585000', '091809.045000', '091809.505000', '091809.965000', '091810.425000', '091810.885000', '091811.345000', '091811.805000', '091812.265000', '091812.725000', '091813.185000', '091813.645000', '091814.105000', '091814.565000', '091815.025000', '091815.485000', '091815.945000', '091816.405000', '091816.865000', '091817.325000', '091817.785000', '091818.245000', '091818.705000', '091819.165000', '091819.625000', '091820.085000', '091820.545000', '091821.005000', '091821.465000', '091821.925000', '091822.385000', '091822.845000', '091823.305000', '091823.765000', '091824.225000', '091824.685000', '091825.145000', '091825.605000', '091826.065000', '091826.525000', '091826.985000', '091827.445000', '091827.905000', '091828.365000', '091828.825000', '091829.285000', '091829.745000', '091830.205000', '091830.665000', '091831.125000', '091831.585000', '091832.045000', '091832.505000', '091832.965000', '091833.425000', '091833.885000', '091834.345000', '091834.805000', '091835.265000', '091835.725000', '091836.185000', '091836.645000', '091837.105000', '091837.565000', '091838.025000', '091838.485000', '091838.945000', '091839.405000', '091839.865000', '091840.325000', '091840.785000', '091841.245000', '091841.705000', '091842.165000', '091842.625000', '091843.085000', '091843.545000', '091844.005000', '091844.465000', '091844.925000', '091845.385000', '091845.845000', '091846.305000', '091846.765000', '091847.225000', '091847.685000', '091848.145000', '091848.605000', '091849.065000', '091849.525000', '091849.985000', '091850.445000', '091850.905000', '091851.365000', '091851.825000', '091852.285000', '091852.745000', '091853.205000', '091853.665000', '091854.125000', '091854.585000', '091855.045000', '091855.505000', '091855.965000', '091856.425000', '091856.885000', '091857.345000', '091857.805000', '091858.265000', '091858.725000', '091859.185000', '091859.645000', '091900.105000', '091900.565000', '091901.025000', '091901.485000', '091901.945000', '091902.405000', '091902.865000', '091903.325000', '091903.785000', '091904.245000', '091904.705000', '091905.165000', '091905.625000', '091906.085000', '091906.545000', '091907.005000', '091907.465000', '091907.925000', '091908.385000', '091908.845000', '091909.305000', '091909.765000', '091910.225000', '091910.685000', '091911.145000', '091911.605000', '091912.065000', '091912.525000', '091912.985000', '091913.445000', '091913.905000', '091914.365000', '091914.825000', '091915.285000', '091915.745000', '091916.205000', '091916.665000', '091917.125000', '091917.585000', '091918.045000', '091918.505000', '091918.965000', '091919.425000', '091919.885000', '091920.345000', '091920.805000', '091921.265000', '091921.725000', '091922.185000', '091922.645000', '091923.105000', '091923.565000', '091924.025000', '091924.485000', '091924.945000', '091925.405000', '091925.865000', '091926.325000', '091926.785000', '091927.245000', '091927.705000', '091928.165000', '091928.625000', '091929.085000', '091929.545000', '091930.005000', '091930.465000', '091930.925000', '091931.385000', '091931.845000', '091932.305000', '091932.765000', '091933.225000', '091933.685000', '091934.145000', '091934.605000', '091935.065000', '091935.525000', '091935.985000', '091936.445000', '091936.905000', '091937.365000', '091937.825000', '091938.285000', '091938.745000', '091939.205000', '091939.665000', '091940.125000', '091940.585000', '091941.045000', '091941.505000', '091941.965000', '091942.425000', '091942.885000', '091943.345000', '091943.805000', '091944.265000', '091944.725000', '091945.185000', '091945.645000', '091946.105000', '091946.565000', '091947.025000', '091947.485000', '091947.945000', '091948.405000', '091948.865000', '091949.325000', '091949.785000', '091950.245000', '091950.705000', '091951.165000', '091951.625000', '091952.085000', '091952.545000', '091953.005000', '091953.465000', '091953.925000', '091954.385000', '091954.845000', '091955.305000', '091955.765000', '091956.225000', '091956.685000', '091957.145000', '091957.605000', '091958.065000', '091958.525000', '091958.985000', '091959.445000', '091959.905000', '092000.365000', '092000.825000', '092001.285000', '092001.745000', '092002.205000', '092002.665000', '092003.125000', '092003.585000', '092004.045000', '092004.505000', '092004.965000', '092005.425000', '092005.885000', '092006.345000', '092006.805000', '092007.265000', '092007.725000', '092008.185000', '092008.645000', '092009.105000', '092009.565000', '092010.025000', '092010.485000', '092010.945000', '092011.405000', '092011.865000', '092012.325000', '092012.785000', '092013.245000', '092013.705000', '092014.165000', '092014.625000', '092015.085000', '092015.545000', '092016.005000', '092016.465000', '092016.925000', '092017.385000', '092017.845000', '092018.305000', '092018.765000', '092019.225000', '092019.685000', '092020.145000', '092020.605000', '092021.065000', '092021.525000', '092021.985000', '092022.445000', '092022.905000', '092023.365000', '092023.825000', '092024.285000', '092024.745000', '092025.205000', '092025.665000', '092026.125000', '092026.585000', '092027.045000', '092027.505000', '092027.965000', '092028.425000', '092028.885000', '092029.345000', '092029.805000', '092030.265000', '092030.725000', '092031.185000', '092031.645000', '092032.105000', '092032.565000', '092033.025000', '092033.485000', '092033.945000', '092034.405000', '092034.865000', '092035.325000', '092035.785000', '092036.245000', '092036.705000', '092037.165000', '092037.625000', '092038.085000', '092038.545000', '092039.005000', '092039.465000', '092039.925000', '092040.385000', '092040.845000', '092041.305000', '092041.765000', '092042.225000', '092042.685000', '092043.145000', '092043.605000', '092044.065000', '092044.525000', '092044.985000', '092045.445000', '092045.905000', '092046.365000', '092046.825000', '092047.285000', '092047.745000', '092048.205000', '092048.665000', '092049.125000', '092049.585000', '092050.045000', '092050.505000', '092050.965000', '092051.425000', '092051.885000', '092052.345000', '092052.805000', '092053.265000', '092053.725000', '092054.185000', '092054.645000', '092055.105000', '092055.565000', '092056.025000', '092056.485000', '092056.945000', '092057.405000', '092057.865000', '092058.325000', '092058.785000', '092059.245000', '092059.705000', '092100.165000', '092100.625000', '092101.085000', '092101.545000', '092102.005000', '092102.465000', '092102.925000', '092103.385000', '092103.845000', '092104.305000', '092104.765000', '092105.225000', '092105.685000', '092106.145000', '092106.605000', '092107.065000', '092107.525000', '092107.985000', '092108.445000', '092108.905000', '092109.365000', '092109.825000', '092110.285000', '092110.745000', '092111.205000', '092111.665000', '092112.125000', '092112.585000', '092113.045000', '092113.505000', '092113.965000', '092114.425000', '092114.885000', '092115.345000', '092115.805000', '092116.265000', '092116.725000', '092117.185000', '092117.645000', '092118.105000', '092118.565000', '092119.025000', '092119.485000', '092119.945000', '092120.405000', '092120.865000', '092121.325000', '092121.785000', '092122.245000', '092122.705000', '092123.165000', '092123.625000', '092124.085000', '092124.545000', '092125.005000', '092125.465000', '092125.925000', '092126.385000', '092126.845000', '092127.305000', '092127.765000', '092128.225000', '092128.685000', '092129.145000', '092129.605000', '092130.065000', '092130.525000', '092130.985000', '092131.445000', '092131.905000', '092132.365000', '092132.825000', '092133.285000', '092133.745000', '092134.205000', '092134.665000', '092135.125000', '092135.585000', '092136.045000', '092136.505000', '092136.965000', '092137.425000', '092137.885000', '092138.345000', '092138.805000', '092139.265000', '092139.725000', '092140.185000', '092140.645000', '092141.105000', '092141.565000', '092142.025000', '092142.485000', '092142.945000', '092143.405000', '092143.865000', '092144.325000', '092144.785000', '092145.245000', '092145.705000', '092146.165000', '092146.625000', '092147.085000', '092147.545000', '092148.005000', '092148.465000', '092148.925000', '092149.385000', '092149.845000', '092150.305000', '092150.765000', '092151.225000', '092151.685000', '092152.145000', '092152.605000', '092153.065000', '092153.525000', '092153.985000', '092154.445000', '092154.905000', '092155.365000', '092155.825000', '092156.285000', '092156.745000', '092157.205000', '092157.665000', '092158.125000', '092158.585000', '092159.045000', '092159.505000', '092159.965000', '092200.425000', '092200.885000', '092201.345000', '092201.805000', '092202.265000', '092202.725000', '092203.185000', '092203.645000', '092204.105000', '092204.565000', '092205.025000', '092205.485000', '092205.945000', '092206.405000', '092206.865000', '092207.325000', '092207.785000', '092208.245000', '092208.705000', '092209.165000', '092209.625000', '092210.085000', '092210.545000', '092211.005000', '092211.465000', '092211.925000', '092212.385000', '092212.845000', '092213.305000', '092213.765000', '092214.225000', '092214.685000', '092215.145000', '092215.605000', '092216.065000', '092216.525000', '092216.985000', '092217.445000', '092217.905000', '092218.365000', '092218.825000', '092219.285000', '092219.745000', '092220.205000', '092220.665000', '092221.125000', '092221.585000', '092222.045000', '092222.505000', '092222.965000', '092223.425000', '092223.885000', '092224.345000', '092224.805000', '092225.265000', '092225.725000', '092226.185000', '092226.645000', '092227.105000', '092227.565000', '092228.025000', '092228.485000', '092228.945000', '092229.405000'], 'ContentTime': ['091605.529000', '091605.533000', '091605.535000', '091605.538000', '091605.540000', '091605.549000', '091605.552000', '091605.554000', '091605.557000', '091605.560000', '091605.562000', '091605.565000', '091605.567000', '091605.570000', '091605.573000', '091605.575000', '091605.587000', '091605.590000', '091605.592000', '091605.595000', '091605.597000', '091605.600000', '091605.603000', '091605.605000', '091605.608000', '091605.617000', '091605.619000', '091605.622000', '091605.624000', '091605.627000', '091605.630000', '091605.632000', '091605.635000', '091625.503000', '091625.506000', '091625.509000', '091625.511000', '091625.514000', '091625.517000', '091625.519000', '091625.522000', '091625.524000', '091625.527000', '091625.529000', '091625.537000', '091625.540000', '091625.542000', '091625.545000', '091625.547000', '091625.550000', '091625.552000', '091625.555000', '091625.558000', '091625.560000', '091625.563000', '091625.565000', '091625.568000', '091625.570000', '091625.573000', '091625.575000', '091625.578000', '091625.581000', '091625.583000', '091625.586000', '091625.588000', '091625.591000', '091625.593000', '091625.596000', '091625.599000', '091625.601000', '091625.604000', '091625.606000', '091625.609000', '091625.612000', '091625.614000', '091625.617000', '091625.619000', '091645.503000', '091645.506000', '091645.509000', '091645.511000', '091645.520000', '091645.522000', '091645.525000', '091645.528000', '091645.530000', '091645.533000', '091645.535000', '091645.538000', '091645.540000', '091645.543000', '091645.546000', '091645.548000', '091645.551000', '091645.553000', '091645.556000', '091645.559000', '091645.561000', '091645.564000', '091645.566000', '091645.569000', '091645.572000', '091645.574000', '091645.577000', '091645.579000', '091645.582000', '091645.585000', '091645.587000', '091645.590000', '091645.592000', '091645.595000', '091645.597000', '091645.600000', '091645.603000', '091645.605000', '091645.608000', '091645.610000', '091645.613000', '091645.615000', '091645.618000', '091705.503000', '091705.506000', '091705.509000', '091705.511000', '091705.514000', '091705.517000', '091705.551000', '091705.553000', '091705.556000', '091705.558000', '091705.561000', '091705.564000', '091705.566000', '091705.569000', '091705.572000', '091705.575000', '091705.577000', '091705.580000', '091705.583000', '091705.585000', '091705.588000', '091705.590000', '091705.593000', '091705.596000', '091705.598000', '091705.601000', '091705.604000', '091705.606000', '091705.609000', '091705.611000', '091705.614000', '091705.616000', '091705.619000', '091705.622000', '091705.625000', '091705.627000', '091705.630000', '091705.632000', '091705.635000', '091705.638000', '091705.640000', '091705.643000', '091705.645000', '091725.503000', '091725.506000', '091725.509000', '091725.512000', '091725.514000', '091725.517000', '091725.519000', '091725.522000', '091725.524000', '091725.527000', '091725.530000', '091725.532000', '091725.535000', '091725.537000', '091725.540000', '091725.543000', '091725.545000', '091725.548000', '091725.550000', '091725.553000', '091725.556000', '091725.558000', '091725.561000', '091725.563000', '091725.566000', '091725.569000', '091725.571000', '091725.574000', '091725.585000', '091725.587000', '091725.590000', '091725.593000', '091725.595000', '091725.598000', '091725.601000', '091725.603000', '091725.606000', '091725.608000', '091725.611000', '091725.613000', '091725.616000', '091725.619000', '091725.621000', '091725.624000', '091745.503000', '091745.506000', '091745.509000', '091745.512000', '091745.514000', '091745.517000', '091745.519000', '091745.522000', '091745.525000', '091745.527000', '091745.530000', '091745.533000', '091745.535000', '091745.538000', '091745.542000', '091745.545000', '091745.547000', '091745.550000', '091745.552000', '091745.555000', '091745.558000', '091745.560000', '091745.563000', '091745.565000', '091745.568000', '091745.571000', '091745.573000', '091745.576000', '091745.578000', '091745.581000', '091745.584000', '091745.586000', '091745.589000', '091745.591000', '091745.594000', '091745.597000', '091745.599000', '091745.610000', '091745.613000', '091745.615000', '091745.618000', '091745.621000', '091745.623000', '091805.503000', '091805.505000', '091805.508000', '091805.511000', '091805.513000', '091805.516000', '091805.519000', '091805.521000', '091805.524000', '091805.526000', '091805.529000', '091805.531000', '091805.534000', '091805.537000', '091805.539000', '091805.542000', '091805.545000', '091805.547000', '091805.550000', '091805.552000', '091805.555000', '091805.557000', '091805.560000', '091805.562000', '091805.565000', '091805.568000', '091805.570000', '091805.573000', '091805.576000', '091805.578000', '091805.581000', '091805.583000', '091805.586000', '091805.588000', '091805.591000', '091805.594000', '091805.596000', '091805.599000', '091805.601000', '091805.604000', '091805.607000', '091805.609000', '091805.612000', '091805.614000', '091825.503000', '091825.505000', '091825.508000', '091825.511000', '091825.513000', '091825.516000', '091825.519000', '091825.521000', '091825.524000', '091825.526000', '091825.529000', '091825.532000', '091825.534000', '091825.537000', '091825.539000', '091825.542000', '091825.544000', '091825.547000', '091825.550000', '091825.552000', '091825.555000', '091825.558000', '091825.560000', '091825.563000', '091825.566000', '091825.568000', '091825.571000', '091825.573000', '091825.576000', '091825.578000', '091825.581000', '091825.584000', '091825.586000', '091825.589000', '091825.592000', '091825.594000', '091825.597000', '091825.599000', '091825.602000', '091825.605000', '091825.608000', '091825.611000', '091825.613000', '091845.503000', '091845.506000', '091845.519000', '091845.522000', '091845.525000', '091845.527000', '091845.530000', '091845.533000', '091845.543000', '091845.545000', '091845.548000', '091845.551000', '091845.553000', '091845.556000', '091845.559000', '091845.561000', '091845.564000', '091845.567000', '091845.569000', '091845.572000', '091845.574000', '091845.577000', '091845.580000', '091845.582000', '091845.585000', '091845.587000', '091845.590000', '091845.593000', '091845.595000', '091845.598000', '091845.600000', '091845.603000', '091845.606000', '091845.608000', '091845.611000', '091845.613000', '091845.616000', '091845.618000', '091845.621000', '091845.624000', '091845.626000', '091845.629000', '091845.631000', '091845.634000', '091905.503000', '091905.507000', '091905.510000', '091905.512000', '091905.515000', '091905.517000', '091905.520000', '091905.522000', '091905.525000', '091905.528000', '091905.530000', '091905.533000', '091905.535000', '091905.538000', '091905.541000', '091905.543000', '091905.546000', '091905.548000', '091905.551000', '091905.554000', '091905.556000', '091905.559000', '091905.561000', '091905.564000', '091905.567000', '091905.569000', '091905.572000', '091905.574000', '091905.584000', '091905.587000', '091905.590000', '091905.592000', '091905.595000', '091905.597000', '091905.600000', '091905.603000', '091905.605000', '091905.608000', '091905.610000', '091905.613000', '091905.616000', '091905.618000', '091905.621000', '091925.504000', '091925.506000', '091925.510000', '091925.512000', '091925.515000', '091925.517000', '091925.520000', '091925.523000', '091925.525000', '091925.528000', '091925.531000', '091925.533000', '091925.536000', '091925.538000', '091925.541000', '091925.544000', '091925.546000', '091925.549000', '091925.552000', '091925.554000', '091925.557000', '091925.559000', '091925.562000', '091925.565000', '091925.567000', '091925.570000', '091925.572000', '091925.575000', '091925.578000', '091925.580000', '091925.583000', '091925.595000', '091925.598000', '091925.601000', '091925.603000', '091925.606000', '091925.608000', '091925.611000', '091925.614000', '091925.616000', '091925.619000', '091925.621000', '091925.624000', '091925.627000', '091945.503000', '091945.506000', '091945.509000', '091945.511000', '091945.514000', '091945.517000', '091945.519000', '091945.522000', '091945.525000', '091945.527000', '091945.530000', '091945.532000', '091945.535000', '091945.538000', '091945.540000', '091945.543000', '091945.546000', '091945.548000', '091945.551000', '091945.553000', '091945.556000', '091945.559000', '091945.561000', '091945.564000', '091945.567000', '091945.569000', '091945.572000', '091945.574000', '091945.577000', '091945.580000', '091945.582000', '091945.585000', '091945.588000', '091945.590000', '091945.593000', '091945.595000', '091945.598000', '091945.601000', '091945.604000', '091945.606000', '091945.609000', '091945.611000', '091945.614000', '092005.503000', '092005.505000', '092005.508000', '092005.511000', '092005.514000', '092005.516000', '092005.519000', '092005.522000', '092005.524000', '092005.527000', '092005.529000', '092005.532000', '092005.534000', '092005.537000', '092005.540000', '092005.542000', '092005.545000', '092005.547000', '092005.550000', '092005.553000', '092005.555000', '092005.558000', '092005.560000', '092005.563000', '092005.566000', '092005.568000', '092005.571000', '092005.581000', '092005.584000', '092005.586000', '092005.589000', '092005.591000', '092005.594000', '092005.597000', '092005.599000', '092005.602000', '092005.604000', '092005.607000', '092005.610000', '092005.612000', '092005.615000', '092005.618000', '092005.620000', '092025.502000', '092025.505000', '092025.508000', '092025.511000', '092025.514000', '092025.516000', '092025.519000', '092025.521000', '092025.524000', '092025.527000', '092025.529000', '092025.532000', '092025.534000', '092025.537000', '092025.540000', '092025.542000', '092025.545000', '092025.547000', '092025.550000', '092025.553000', '092025.555000', '092025.558000', '092025.560000', '092025.563000', '092025.566000', '092025.568000', '092025.571000', '092025.573000', '092025.576000', '092025.579000', '092025.581000', '092025.584000', '092025.587000', '092025.589000', '092025.592000', '092025.594000', '092025.597000', '092025.600000', '092025.602000', '092025.605000', '092025.608000', '092025.610000', '092025.613000', '092025.616000', '092045.503000', '092045.506000', '092045.508000', '092045.511000', '092045.514000', '092045.516000', '092045.519000', '092045.522000', '092045.524000', '092045.527000', '092045.529000', '092045.532000', '092045.535000', '092045.537000', '092045.540000', '092045.542000', '092045.545000', '092045.548000', '092045.550000', '092045.553000', '092045.555000', '092045.558000', '092045.560000', '092045.563000', '092045.566000', '092045.568000', '092045.571000', '092045.574000', '092045.577000', '092045.579000', '092045.582000', '092045.584000', '092045.587000', '092045.589000', '092045.592000', '092045.595000', '092045.597000', '092045.600000', '092045.602000', '092045.612000', '092045.615000', '092045.618000', '092045.620000', '092045.623000', '092105.504000', '092105.507000', '092105.509000', '092105.512000', '092105.515000', '092105.517000', '092105.520000', '092105.522000', '092105.525000', '092105.528000', '092105.530000', '092105.533000', '092105.535000', '092105.538000', '092105.541000', '092105.543000', '092105.546000', '092105.548000', '092105.551000', '092105.554000', '092105.556000', '092105.559000', '092105.562000', '092105.564000', '092105.567000', '092105.569000', '092105.572000', '092105.575000', '092105.577000', '092105.580000', '092105.582000', '092105.585000', '092105.588000', '092105.590000', '092105.593000', '092105.595000', '092105.598000', '092105.600000', '092105.603000', '092105.606000', '092105.608000', '092105.611000', '092105.614000', '092125.504000', '092125.506000', '092125.509000', '092125.512000', '092125.514000', '092125.517000', '092125.528000', '092125.531000', '092125.533000', '092125.536000', '092125.539000', '092125.541000', '092125.544000', '092125.546000', '092125.549000', '092125.552000', '092125.554000', '092125.557000', '092125.559000', '092125.562000', '092125.565000', '092125.567000', '092125.570000', '092125.572000', '092125.575000', '092125.578000', '092125.580000', '092125.583000', '092125.586000', '092125.588000', '092125.591000', '092125.593000', '092125.596000', '092125.599000', '092125.601000', '092125.604000', '092125.607000', '092125.609000', '092125.612000', '092125.614000', '092125.617000', '092125.620000', '092125.622000', '092125.625000', '092145.503000', '092145.506000', '092145.509000', '092145.511000', '092145.514000', '092145.517000', '092145.519000', '092145.522000', '092145.525000', '092145.527000', '092145.530000', '092145.532000', '092145.535000', '092145.538000', '092145.540000', '092145.543000', '092145.545000', '092145.548000', '092145.557000', '092145.560000', '092145.562000', '092145.565000', '092145.568000', '092145.570000', '092145.573000', '092145.575000', '092145.578000', '092145.580000', '092145.583000', '092145.586000', '092145.588000', '092145.591000', '092145.593000', '092145.596000', '092145.599000', '092145.601000', '092145.604000', '092145.607000', '092145.609000', '092145.612000', '092145.615000', '092145.617000', '092145.620000', '092205.504000', '092205.506000', '092205.510000', '092205.513000', '092205.516000', '092205.518000', '092205.521000', '092205.524000', '092205.526000', '092205.529000', '092205.532000', '092205.534000', '092205.537000', '092205.539000', '092205.542000', '092205.545000', '092205.548000', '092205.550000', '092205.553000', '092205.555000', '092205.558000', '092205.561000', '092205.563000', '092205.566000', '092205.568000', '092205.571000', '092205.574000', '092205.576000', '092205.579000', '092205.581000', '092205.584000', '092205.587000', '092205.589000', '092205.592000', '092205.595000', '092205.597000', '092205.600000', '092205.602000', '092205.605000', '092205.608000', '092205.610000', '092205.613000', '092205.616000', '092205.618000', '092225.502000', '092225.505000', '092225.508000', '092225.510000', '092225.518000', '092225.521000', '092225.524000', '092225.526000', '092225.529000', '092225.531000', '092225.534000', '092225.537000', '092225.539000', '092225.542000', '092225.544000', '092225.547000', '092225.553000', '092225.555000', '092225.558000', '092225.561000', '092225.563000', '092225.566000', '092225.569000', '092225.571000', '092225.574000', '092225.577000', '092225.580000', '092225.582000', '092225.585000', '092225.587000', '092225.590000', '092225.592000', '092225.595000', '092225.598000', '092225.600000', '092225.603000', '092225.605000', '092225.608000', '092225.610000', '092225.613000', '092225.616000', '092225.618000', '092225.621000', '092231.192000', '092231.195000', '092231.198000', '092231.201000', '092231.204000', '092231.207000', '092231.210000', '092231.213000', '092231.215000', '092231.218000', '092231.221000', '092231.224000', '092231.227000'], 'InstanceCreationTime': ['091605.529000', '091605.533000', '091605.535000', '091605.538000', '091605.540000', '091605.549000', '091605.552000', '091605.554000', '091605.557000', '091605.560000', '091605.562000', '091605.565000', '091605.567000', '091605.570000', '091605.573000', '091605.575000', '091605.587000', '091605.590000', '091605.592000', '091605.595000', '091605.597000', '091605.600000', '091605.603000', '091605.605000', '091605.608000', '091605.617000', '091605.619000', '091605.622000', '091605.624000', '091605.627000', '091605.630000', '091605.632000', '091605.635000', '091625.503000', '091625.506000', '091625.509000', '091625.511000', '091625.514000', '091625.517000', '091625.519000', '091625.522000', '091625.524000', '091625.527000', '091625.529000', '091625.537000', '091625.540000', '091625.542000', '091625.545000', '091625.547000', '091625.550000', '091625.552000', '091625.555000', '091625.558000', '091625.560000', '091625.563000', '091625.565000', '091625.568000', '091625.570000', '091625.573000', '091625.575000', '091625.578000', '091625.581000', '091625.583000', '091625.586000', '091625.588000', '091625.591000', '091625.593000', '091625.596000', '091625.599000', '091625.601000', '091625.604000', '091625.606000', '091625.609000', '091625.612000', '091625.614000', '091625.617000', '091625.619000', '091645.503000', '091645.506000', '091645.509000', '091645.511000', '091645.520000', '091645.522000', '091645.525000', '091645.528000', '091645.530000', '091645.533000', '091645.535000', '091645.538000', '091645.540000', '091645.543000', '091645.546000', '091645.548000', '091645.551000', '091645.553000', '091645.556000', '091645.559000', '091645.561000', '091645.564000', '091645.566000', '091645.569000', '091645.572000', '091645.574000', '091645.577000', '091645.579000', '091645.582000', '091645.585000', '091645.587000', '091645.590000', '091645.592000', '091645.595000', '091645.597000', '091645.600000', '091645.603000', '091645.605000', '091645.608000', '091645.610000', '091645.613000', '091645.615000', '091645.618000', '091705.503000', '091705.506000', '091705.509000', '091705.511000', '091705.514000', '091705.517000', '091705.551000', '091705.553000', '091705.556000', '091705.558000', '091705.561000', '091705.564000', '091705.566000', '091705.569000', '091705.572000', '091705.575000', '091705.577000', '091705.580000', '091705.583000', '091705.585000', '091705.588000', '091705.590000', '091705.593000', '091705.596000', '091705.598000', '091705.601000', '091705.604000', '091705.606000', '091705.609000', '091705.611000', '091705.614000', '091705.616000', '091705.619000', '091705.622000', '091705.625000', '091705.627000', '091705.630000', '091705.632000', '091705.635000', '091705.638000', '091705.640000', '091705.643000', '091705.645000', '091725.503000', '091725.506000', '091725.509000', '091725.512000', '091725.514000', '091725.517000', '091725.519000', '091725.522000', '091725.524000', '091725.527000', '091725.530000', '091725.532000', '091725.535000', '091725.537000', '091725.540000', '091725.543000', '091725.545000', '091725.548000', '091725.550000', '091725.553000', '091725.556000', '091725.558000', '091725.561000', '091725.563000', '091725.566000', '091725.569000', '091725.571000', '091725.574000', '091725.585000', '091725.587000', '091725.590000', '091725.593000', '091725.595000', '091725.598000', '091725.601000', '091725.603000', '091725.606000', '091725.608000', '091725.611000', '091725.613000', '091725.616000', '091725.619000', '091725.621000', '091725.624000', '091745.503000', '091745.506000', '091745.509000', '091745.512000', '091745.514000', '091745.517000', '091745.519000', '091745.522000', '091745.525000', '091745.527000', '091745.530000', '091745.533000', '091745.535000', '091745.538000', '091745.542000', '091745.545000', '091745.547000', '091745.550000', '091745.552000', '091745.555000', '091745.558000', '091745.560000', '091745.563000', '091745.565000', '091745.568000', '091745.571000', '091745.573000', '091745.576000', '091745.578000', '091745.581000', '091745.584000', '091745.586000', '091745.589000', '091745.591000', '091745.594000', '091745.597000', '091745.599000', '091745.610000', '091745.613000', '091745.615000', '091745.618000', '091745.621000', '091745.623000', '091805.503000', '091805.505000', '091805.508000', '091805.511000', '091805.513000', '091805.516000', '091805.519000', '091805.521000', '091805.524000', '091805.526000', '091805.529000', '091805.531000', '091805.534000', '091805.537000', '091805.539000', '091805.542000', '091805.545000', '091805.547000', '091805.550000', '091805.552000', '091805.555000', '091805.557000', '091805.560000', '091805.562000', '091805.565000', '091805.568000', '091805.570000', '091805.573000', '091805.576000', '091805.578000', '091805.581000', '091805.583000', '091805.586000', '091805.588000', '091805.591000', '091805.594000', '091805.596000', '091805.599000', '091805.601000', '091805.604000', '091805.607000', '091805.609000', '091805.612000', '091805.614000', '091825.503000', '091825.505000', '091825.508000', '091825.511000', '091825.513000', '091825.516000', '091825.519000', '091825.521000', '091825.524000', '091825.526000', '091825.529000', '091825.532000', '091825.534000', '091825.537000', '091825.539000', '091825.542000', '091825.544000', '091825.547000', '091825.550000', '091825.552000', '091825.555000', '091825.558000', '091825.560000', '091825.563000', '091825.566000', '091825.568000', '091825.571000', '091825.573000', '091825.576000', '091825.578000', '091825.581000', '091825.584000', '091825.586000', '091825.589000', '091825.592000', '091825.594000', '091825.597000', '091825.599000', '091825.602000', '091825.605000', '091825.608000', '091825.611000', '091825.613000', '091845.503000', '091845.506000', '091845.519000', '091845.522000', '091845.525000', '091845.527000', '091845.530000', '091845.533000', '091845.543000', '091845.545000', '091845.548000', '091845.551000', '091845.553000', '091845.556000', '091845.559000', '091845.561000', '091845.564000', '091845.567000', '091845.569000', '091845.572000', '091845.574000', '091845.577000', '091845.580000', '091845.582000', '091845.585000', '091845.587000', '091845.590000', '091845.593000', '091845.595000', '091845.598000', '091845.600000', '091845.603000', '091845.606000', '091845.608000', '091845.611000', '091845.613000', '091845.616000', '091845.618000', '091845.621000', '091845.624000', '091845.626000', '091845.629000', '091845.631000', '091845.634000', '091905.503000', '091905.507000', '091905.510000', '091905.512000', '091905.515000', '091905.517000', '091905.520000', '091905.522000', '091905.525000', '091905.528000', '091905.530000', '091905.533000', '091905.535000', '091905.538000', '091905.541000', '091905.543000', '091905.546000', '091905.548000', '091905.551000', '091905.554000', '091905.556000', '091905.559000', '091905.561000', '091905.564000', '091905.567000', '091905.569000', '091905.572000', '091905.574000', '091905.584000', '091905.587000', '091905.590000', '091905.592000', '091905.595000', '091905.597000', '091905.600000', '091905.603000', '091905.605000', '091905.608000', '091905.610000', '091905.613000', '091905.616000', '091905.618000', '091905.621000', '091925.504000', '091925.506000', '091925.510000', '091925.512000', '091925.515000', '091925.517000', '091925.520000', '091925.523000', '091925.525000', '091925.528000', '091925.531000', '091925.533000', '091925.536000', '091925.538000', '091925.541000', '091925.544000', '091925.546000', '091925.549000', '091925.552000', '091925.554000', '091925.557000', '091925.559000', '091925.562000', '091925.565000', '091925.567000', '091925.570000', '091925.572000', '091925.575000', '091925.578000', '091925.580000', '091925.583000', '091925.595000', '091925.598000', '091925.601000', '091925.603000', '091925.606000', '091925.608000', '091925.611000', '091925.614000', '091925.616000', '091925.619000', '091925.621000', '091925.624000', '091925.627000', '091945.503000', '091945.506000', '091945.509000', '091945.511000', '091945.514000', '091945.517000', '091945.519000', '091945.522000', '091945.525000', '091945.527000', '091945.530000', '091945.532000', '091945.535000', '091945.538000', '091945.540000', '091945.543000', '091945.546000', '091945.548000', '091945.551000', '091945.553000', '091945.556000', '091945.559000', '091945.561000', '091945.564000', '091945.567000', '091945.569000', '091945.572000', '091945.574000', '091945.577000', '091945.580000', '091945.582000', '091945.585000', '091945.588000', '091945.590000', '091945.593000', '091945.595000', '091945.598000', '091945.601000', '091945.604000', '091945.606000', '091945.609000', '091945.611000', '091945.614000', '092005.503000', '092005.505000', '092005.508000', '092005.511000', '092005.514000', '092005.516000', '092005.519000', '092005.522000', '092005.524000', '092005.527000', '092005.529000', '092005.532000', '092005.534000', '092005.537000', '092005.540000', '092005.542000', '092005.545000', '092005.547000', '092005.550000', '092005.553000', '092005.555000', '092005.558000', '092005.560000', '092005.563000', '092005.566000', '092005.568000', '092005.571000', '092005.581000', '092005.584000', '092005.586000', '092005.589000', '092005.591000', '092005.594000', '092005.597000', '092005.599000', '092005.602000', '092005.604000', '092005.607000', '092005.610000', '092005.612000', '092005.615000', '092005.618000', '092005.620000', '092025.502000', '092025.505000', '092025.508000', '092025.511000', '092025.514000', '092025.516000', '092025.519000', '092025.521000', '092025.524000', '092025.527000', '092025.529000', '092025.532000', '092025.534000', '092025.537000', '092025.540000', '092025.542000', '092025.545000', '092025.547000', '092025.550000', '092025.553000', '092025.555000', '092025.558000', '092025.560000', '092025.563000', '092025.566000', '092025.568000', '092025.571000', '092025.573000', '092025.576000', '092025.579000', '092025.581000', '092025.584000', '092025.587000', '092025.589000', '092025.592000', '092025.594000', '092025.597000', '092025.600000', '092025.602000', '092025.605000', '092025.608000', '092025.610000', '092025.613000', '092025.616000', '092045.503000', '092045.506000', '092045.508000', '092045.511000', '092045.514000', '092045.516000', '092045.519000', '092045.522000', '092045.524000', '092045.527000', '092045.529000', '092045.532000', '092045.535000', '092045.537000', '092045.540000', '092045.542000', '092045.545000', '092045.548000', '092045.550000', '092045.553000', '092045.555000', '092045.558000', '092045.560000', '092045.563000', '092045.566000', '092045.568000', '092045.571000', '092045.574000', '092045.577000', '092045.579000', '092045.582000', '092045.584000', '092045.587000', '092045.589000', '092045.592000', '092045.595000', '092045.597000', '092045.600000', '092045.602000', '092045.612000', '092045.615000', '092045.618000', '092045.620000', '092045.623000', '092105.504000', '092105.507000', '092105.509000', '092105.512000', '092105.515000', '092105.517000', '092105.520000', '092105.522000', '092105.525000', '092105.528000', '092105.530000', '092105.533000', '092105.535000', '092105.538000', '092105.541000', '092105.543000', '092105.546000', '092105.548000', '092105.551000', '092105.554000', '092105.556000', '092105.559000', '092105.562000', '092105.564000', '092105.567000', '092105.569000', '092105.572000', '092105.575000', '092105.577000', '092105.580000', '092105.582000', '092105.585000', '092105.588000', '092105.590000', '092105.593000', '092105.595000', '092105.598000', '092105.600000', '092105.603000', '092105.606000', '092105.608000', '092105.611000', '092105.614000', '092125.504000', '092125.506000', '092125.509000', '092125.512000', '092125.514000', '092125.517000', '092125.528000', '092125.531000', '092125.533000', '092125.536000', '092125.539000', '092125.541000', '092125.544000', '092125.546000', '092125.549000', '092125.552000', '092125.554000', '092125.557000', '092125.559000', '092125.562000', '092125.565000', '092125.567000', '092125.570000', '092125.572000', '092125.575000', '092125.578000', '092125.580000', '092125.583000', '092125.586000', '092125.588000', '092125.591000', '092125.593000', '092125.596000', '092125.599000', '092125.601000', '092125.604000', '092125.607000', '092125.609000', '092125.612000', '092125.614000', '092125.617000', '092125.620000', '092125.622000', '092125.625000', '092145.503000', '092145.506000', '092145.509000', '092145.511000', '092145.514000', '092145.517000', '092145.519000', '092145.522000', '092145.525000', '092145.527000', '092145.530000', '092145.532000', '092145.535000', '092145.538000', '092145.540000', '092145.543000', '092145.545000', '092145.548000', '092145.557000', '092145.560000', '092145.562000', '092145.565000', '092145.568000', '092145.570000', '092145.573000', '092145.575000', '092145.578000', '092145.580000', '092145.583000', '092145.586000', '092145.588000', '092145.591000', '092145.593000', '092145.596000', '092145.599000', '092145.601000', '092145.604000', '092145.607000', '092145.609000', '092145.612000', '092145.615000', '092145.617000', '092145.620000', '092205.504000', '092205.506000', '092205.510000', '092205.513000', '092205.516000', '092205.518000', '092205.521000', '092205.524000', '092205.526000', '092205.529000', '092205.532000', '092205.534000', '092205.537000', '092205.539000', '092205.542000', '092205.545000', '092205.548000', '092205.550000', '092205.553000', '092205.555000', '092205.558000', '092205.561000', '092205.563000', '092205.566000', '092205.568000', '092205.571000', '092205.574000', '092205.576000', '092205.579000', '092205.581000', '092205.584000', '092205.587000', '092205.589000', '092205.592000', '092205.595000', '092205.597000', '092205.600000', '092205.602000', '092205.605000', '092205.608000', '092205.610000', '092205.613000', '092205.616000', '092205.618000', '092225.502000', '092225.505000', '092225.508000', '092225.510000', '092225.518000', '092225.521000', '092225.524000', '092225.526000', '092225.529000', '092225.531000', '092225.534000', '092225.537000', '092225.539000', '092225.542000', '092225.544000', '092225.547000', '092225.553000', '092225.555000', '092225.558000', '092225.561000', '092225.563000', '092225.566000', '092225.569000', '092225.571000', '092225.574000', '092225.577000', '092225.580000', '092225.582000', '092225.585000', '092225.587000', '092225.590000', '092225.592000', '092225.595000', '092225.598000', '092225.600000', '092225.603000', '092225.605000', '092225.608000', '092225.610000', '092225.613000', '092225.616000', '092225.618000', '092225.621000', '092231.192000', '092231.195000', '092231.198000', '092231.201000', '092231.204000', '092231.207000', '092231.210000', '092231.213000', '092231.215000', '092231.218000', '092231.221000', '092231.224000', '092231.227000'], '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': [8505, 11973, 8458, 10500, 6789, 9873, 8880, 6234, 9492, 6057, 9117, 8677, 5949, 9450, 6892, 10321, 9138, 6858, 9420, 6993, 11325, 8380, 6384, 9389, 6459, 11521, 7760, 6488, 9054, 7402, 9994, 8208, 6020, 9442, 7632, 8691, 8553, 6893, 10734, 8317, 6611, 8891, 6777, 9568, 8318, 6790, 9687, 7303, 6651, 8974, 8296, 10196, 7695, 7140, 9389, 8119, 10566, 7530, 6127, 9132, 6623, 9256, 7245, 6139, 8750, 6674, 10446, 7209, 6323, 9388, 6945, 9961, 7128, 7174, 9285, 7316, 10570, 7857, 6689, 10489, 7147, 6291, 10400, 6627, 6089, 9337, 9720, 9920, 9813, 8560, 11098, 9185, 11563, 9005, 7802, 8323, 5972, 9366, 7420, 8803, 7129, 6364, 9213, 6043, 9632, 7026, 5912, 9512, 5978, 9827, 7437, 6059, 9202, 7427, 9814, 7045, 6736, 8587, 7436, 9782, 7269, 9688, 7087, 6349, 9380, 6762, 9422, 6460, 11039, 7466, 7357, 7710, 6047, 9225, 6159, 9070, 5960, 9332, 7198, 7634, 7035, 6202, 8510, 6138, 9860, 6198, 6246, 8773, 6516, 6441, 9553, 9463, 10779, 10260, 9319, 10511, 9986, 9956, 8146, 10205, 7667, 6794, 8639, 6479, 9368, 6701, 8466, 7981, 6115, 9663, 6565, 10289, 8082, 8695, 8334, 6493, 9915, 6669, 10284, 7296, 6893, 7877, 5899, 9071, 7050, 9227, 6773, 7075, 7610, 6051, 8945, 6219, 9907, 7099, 6374, 8364, 6182, 9171, 6650, 10015, 7801, 8974, 7286, 6613, 8809, 7204, 9533, 7576, 9428, 6922, 9492, 7798, 6240, 8690, 6211, 8993, 6531, 9336, 7331, 6466, 7534, 6101, 8734, 6302, 9679, 7116, 10262, 7311, 6627, 7721, 6187, 9146, 6525, 7358, 9301, 7036, 9140, 8106, 10327, 8055, 10825, 7681, 8435, 11004, 7864, 9823, 8426, 7218, 7700, 8161, 8883, 13060, 9225, 11150, 9086, 11171, 7943, 8834, 7729, 6526, 8389, 6697, 10101, 7336, 6087, 8062, 6545, 9293, 6637, 10019, 7183, 6286, 7865, 5976, 7960, 6383, 8532, 7461, 5938, 8036, 6609, 9523, 8411, 8804, 8029, 6002, 8398, 6735, 10398, 8624, 6956, 7970, 6839, 10757, 11034, 9397, 8220, 6838, 9709, 8304, 9641, 7524, 6117, 8603, 6996, 9515, 7034, 6374, 8124, 6624, 10252, 7255, 7898, 8572, 6826, 7115, 6109, 8165, 6397, 9858, 7315, 6025, 7265, 6423, 8796, 6582, 9609, 6971, 6831, 8039, 7697, 6894, 10858, 9972, 10011, 8668, 7276, 9718, 7343, 7673, 7131, 8474, 7392, 7416, 6921, 6057, 7973, 5994, 9545, 7183, 6191, 7026, 6130, 8315, 6344, 10408, 7661, 8518, 9061, 6878, 7166, 6694, 8722, 6862, 9956, 7608, 5972, 7784, 5927, 9058, 6313, 8751, 7297, 8662, 9063, 6067, 7438, 6770, 8646, 7901, 7143, 7614, 6610, 8647, 6083, 10679, 7510, 9320, 7523, 8293, 8759, 8645, 7834, 5864, 6323, 5950, 9295, 6180, 8611, 6660, 8380, 6109, 9566, 6766, 8280, 7252, 7276, 7387, 6470, 7397, 6148, 7270, 6175, 9226, 8097, 8321, 7246, 6803, 7443, 6833, 8541, 8400, 7187, 7024, 6681, 6503, 6592, 9079, 7097, 9717, 8954, 7167, 7799, 6694, 10303, 10840, 8829, 9787, 8411, 10907, 12133, 9838, 11506, 7728, 9105, 8374, 9409, 8087, 7912, 9071, 7497, 7259, 7073, 7614, 7461, 9427, 7186, 6235, 6582, 6735, 8210, 7065, 6867, 6934, 6405, 8336, 7225, 9631, 7261, 9320, 7003, 9360, 7077, 8935, 6423, 6037, 6709, 7494, 8107, 7241, 7870, 9726, 8222, 10096, 8416, 9236, 8297, 8296, 8343, 10280, 7992, 6813, 6574, 6949, 7922, 7442, 9059, 6932, 8419, 7130, 5854, 7934, 6022, 6749, 6286, 8585, 6304, 10184, 7050, 7619, 6887, 9234, 6880, 12157, 7734, 8356, 6858, 6057, 8509, 6630, 6599, 7031, 8704, 7336, 9724, 8320, 9719, 6893, 6147, 6642, 6705, 9064, 8056, 6868, 11577, 8790, 10493, 10205, 10854, 10993, 7949, 7701, 8065, 8114, 7736, 10417, 8271, 6103, 6620, 6871, 9211, 7309, 8588, 7318, 8699, 7695, 9619, 8042, 7039, 6538, 6110, 9686, 7018, 7200, 7480, 9157, 7443, 10517, 8095, 6400, 6386, 6037, 9659, 7644, 8105, 7278, 12142, 8070, 9826, 7888, 7858, 8485, 8488, 6538, 7333, 8783, 7557, 9284, 8184, 7696, 7994, 8274, 7274, 11136, 8246, 8484, 8236, 6934, 10258, 8044, 10090, 8547, 8142, 8941, 10286, 9753, 7152, 7716, 7415, 9469, 7477, 10300, 7456, 7894, 7999, 6541, 8481, 6756, 7145, 7532, 9746, 7555, 9273, 8052, 6650, 9089, 6739, 8861, 7477, 9578, 7546, 11481, 7836, 8754, 8167, 7712, 6442, 6812, 7810, 6885, 9822, 8295, 9146, 8288, 7018, 10212, 8715, 8159, 7629, 9392, 7855, 11673, 8154, 6915, 8099, 6322, 9511, 6943, 8344, 7071, 8579, 6330, 6412, 8759, 6749, 7923, 8987, 9757, 7999, 11895, 8997, 10452, 11840, 9414, 8014, 7818, 9221, 7564, 6233, 6789, 7271, 9472, 7198, 6208, 6887, 6825, 9388, 6692, 6098, 8265, 7904, 10742, 8178, 11391, 7378, 6934, 10067, 8150, 12663, 7700, 8533, 7616, 7111, 6635, 7406, 8815, 7696, 8591, 7269, 7517, 9761, 7877, 10859, 7279, 6981, 8812, 7727, 10931, 7323, 6697, 8198, 7427, 9544, 7690, 6393, 8192, 7362, 10903, 7997, 7745, 7382, 6353, 8977, 7282, 9047, 7686, 7559, 9489, 7093, 7971, 7514, 9525, 7777, 9157, 7087, 6946, 9376, 7543, 12700, 8210, 7463, 8117, 6551, 6434, 7433, 8697, 7529, 10049, 6996, 5973, 6594, 7756, 9570, 7555, 10565, 8348, 8026, 6739, 6976, 9858, 6890, 12085, 7632, 8459, 6771, 9949, 6992, 6276, 7358, 6440, 6109, 7679, 7361, 8911, 7975, 8707, 8364, 9295, 8464, 6939, 6739, 7197, 9024, 7298, 9234, 6558, 6635, 7775, 6826, 10709, 7438, 6791, 7887, 6166, 10098, 7263, 9550, 8078, 7948, 10582, 7591, 9317, 7190, 8772, 7685, 8088, 8067, 7198, 8001, 6982, 11636, 7188, 6378, 6809, 6193, 8923, 6694, 8863, 7435, 7223, 8465, 6115, 8213, 6823, 9258, 7251, 10446, 8030, 6085, 6680, 6434, 10837, 7540, 7844, 8454, 6343, 8275, 7296, 9162, 7724, 7445, 10943, 7661, 8856, 7856, 9243, 7878, 7043, 6707, 7290, 9426, 7395, 9231, 7482, 6339, 7980, 7003, 10491, 7199, 9545, 7559, 11261], 'WindowCenter': [3872.0, 3886.0, 3840.0, 3859.0, 3795.0, 3833.0, 3835.0, 3782.0, 3835.0, 3783.0, 3836.0, 3839.0, 3787.0, 3847.0, 3808.0, 3847.0, 3838.0, 3796.0, 3837.0, 3805.0, 3856.0, 3828.0, 3794.0, 3836.0, 3797.0, 3869.0, 3817.0, 3797.0, 3836.0, 3817.0, 3846.0, 3839.0, 3788.0, 3848.0, 3818.0, 3838.0, 3839.0, 3820.0, 3858.0, 3841.0, 3811.0, 3837.0, 3796.0, 3836.0, 3828.0, 3806.0, 3846.0, 3816.0, 3794.0, 3838.0, 3829.0, 3846.0, 3818.0, 3792.0, 3835.0, 3814.0, 3845.0, 3814.0, 3772.0, 3836.0, 3796.0, 3849.0, 3817.0, 3785.0, 3836.0, 3807.0, 3857.0, 3817.0, 3796.0, 3848.0, 3807.0, 3848.0, 3806.0, 3807.0, 3848.0, 3818.0, 3858.0, 3828.0, 3810.0, 3872.0, 3820.0, 3796.0, 3857.0, 3807.0, 3787.0, 3848.0, 3850.0, 3850.0, 3849.0, 3827.0, 3856.0, 3835.0, 3855.0, 3824.0, 3802.0, 3812.0, 3769.0, 3833.0, 3804.0, 3836.0, 3793.0, 3784.0, 3835.0, 3784.0, 3835.0, 3805.0, 3773.0, 3846.0, 3797.0, 3848.0, 3818.0, 3784.0, 3849.0, 3818.0, 3846.0, 3805.0, 3794.0, 3825.0, 3804.0, 3845.0, 3806.0, 3835.0, 3795.0, 3782.0, 3836.0, 3797.0, 3835.0, 3795.0, 3857.0, 3816.0, 3815.0, 3816.0, 3783.0, 3836.0, 3783.0, 3836.0, 3783.0, 3834.0, 3804.0, 3815.0, 3806.0, 3784.0, 3826.0, 3796.0, 3858.0, 3799.0, 3796.0, 3851.0, 3810.0, 3798.0, 3862.0, 3862.0, 3871.0, 3862.0, 3838.0, 3860.0, 3846.0, 3847.0, 3814.0, 3831.0, 3812.0, 3790.0, 3825.0, 3782.0, 3831.0, 3792.0, 3822.0, 3813.0, 3772.0, 3835.0, 3793.0, 3845.0, 3815.0, 3824.0, 3823.0, 3782.0, 3831.0, 3791.0, 3844.0, 3803.0, 3804.0, 3814.0, 3771.0, 3823.0, 3802.0, 3836.0, 3795.0, 3802.0, 3816.0, 3785.0, 3837.0, 3785.0, 3848.0, 3806.0, 3796.0, 3838.0, 3786.0, 3837.0, 3797.0, 3847.0, 3829.0, 3837.0, 3816.0, 3794.0, 3836.0, 3805.0, 3846.0, 3816.0, 3834.0, 3805.0, 3846.0, 3816.0, 3795.0, 3836.0, 3785.0, 3836.0, 3808.0, 3847.0, 3816.0, 3795.0, 3827.0, 3795.0, 3838.0, 3796.0, 3850.0, 3820.0, 3862.0, 3816.0, 3794.0, 3816.0, 3799.0, 3861.0, 3808.0, 3817.0, 3861.0, 3820.0, 3848.0, 3827.0, 3848.0, 3825.0, 3856.0, 3814.0, 3824.0, 3857.0, 3812.0, 3843.0, 3823.0, 3803.0, 3813.0, 3823.0, 3823.0, 3865.0, 3833.0, 3843.0, 3821.0, 3841.0, 3799.0, 3820.0, 3801.0, 3777.0, 3807.0, 3778.0, 3829.0, 3801.0, 3780.0, 3811.0, 3780.0, 3834.0, 3792.0, 3844.0, 3801.0, 3779.0, 3824.0, 3783.0, 3824.0, 3794.0, 3836.0, 3816.0, 3797.0, 3838.0, 3807.0, 3847.0, 3837.0, 3837.0, 3826.0, 3784.0, 3826.0, 3795.0, 3846.0, 3837.0, 3802.0, 3825.0, 3792.0, 3855.0, 3858.0, 3847.0, 3824.0, 3803.0, 3845.0, 3825.0, 3846.0, 3815.0, 3781.0, 3824.0, 3804.0, 3845.0, 3804.0, 3791.0, 3826.0, 3804.0, 3856.0, 3816.0, 3825.0, 3837.0, 3804.0, 3804.0, 3784.0, 3825.0, 3796.0, 3846.0, 3816.0, 3783.0, 3814.0, 3794.0, 3824.0, 3793.0, 3834.0, 3802.0, 3804.0, 3825.0, 3826.0, 3804.0, 3858.0, 3848.0, 3846.0, 3823.0, 3801.0, 3834.0, 3801.0, 3812.0, 3801.0, 3810.0, 3803.0, 3800.0, 3803.0, 3783.0, 3811.0, 3782.0, 3834.0, 3804.0, 3782.0, 3805.0, 3781.0, 3824.0, 3795.0, 3857.0, 3825.0, 3834.0, 3835.0, 3793.0, 3804.0, 3803.0, 3835.0, 3804.0, 3846.0, 3826.0, 3782.0, 3814.0, 3784.0, 3837.0, 3795.0, 3836.0, 3813.0, 3820.0, 3837.0, 3782.0, 3814.0, 3803.0, 3824.0, 3825.0, 3805.0, 3815.0, 3793.0, 3833.0, 3782.0, 3854.0, 3815.0, 3833.0, 3813.0, 3822.0, 3824.0, 3823.0, 3814.0, 3769.0, 3780.0, 3769.0, 3832.0, 3781.0, 3822.0, 3792.0, 3822.0, 3781.0, 3832.0, 3793.0, 3825.0, 3814.0, 3803.0, 3814.0, 3793.0, 3815.0, 3784.0, 3815.0, 3784.0, 3844.0, 3826.0, 3836.0, 3816.0, 3805.0, 3816.0, 3806.0, 3837.0, 3849.0, 3816.0, 3816.0, 3817.0, 3821.0, 3820.0, 3848.0, 3817.0, 3860.0, 3835.0, 3802.0, 3814.0, 3805.0, 3857.0, 3867.0, 3846.0, 3870.0, 3825.0, 3842.0, 3849.0, 3817.0, 3838.0, 3785.0, 3815.0, 3808.0, 3815.0, 3797.0, 3794.0, 3805.0, 3782.0, 3784.0, 3773.0, 3782.0, 3786.0, 3817.0, 3787.0, 3765.0, 3787.0, 3790.0, 3823.0, 3803.0, 3802.0, 3802.0, 3792.0, 3824.0, 3812.0, 3845.0, 3802.0, 3833.0, 3804.0, 3834.0, 3803.0, 3834.0, 3795.0, 3796.0, 3818.0, 3829.0, 3838.0, 3828.0, 3840.0, 3861.0, 3851.0, 3869.0, 3840.0, 3845.0, 3837.0, 3825.0, 3824.0, 3854.0, 3825.0, 3792.0, 3792.0, 3803.0, 3823.0, 3813.0, 3847.0, 3817.0, 3835.0, 3815.0, 3785.0, 3840.0, 3797.0, 3819.0, 3808.0, 3849.0, 3808.0, 3871.0, 3819.0, 3829.0, 3830.0, 3847.0, 3818.0, 3879.0, 3841.0, 3837.0, 3818.0, 3796.0, 3849.0, 3806.0, 3817.0, 3831.0, 3851.0, 3831.0, 3860.0, 3850.0, 3860.0, 3817.0, 3796.0, 3807.0, 3820.0, 3849.0, 3850.0, 3833.0, 3898.0, 3878.0, 3874.0, 3871.0, 3868.0, 3869.0, 3825.0, 3816.0, 3825.0, 3824.0, 3826.0, 3870.0, 3838.0, 3783.0, 3803.0, 3792.0, 3845.0, 3814.0, 3836.0, 3816.0, 3836.0, 3827.0, 3847.0, 3838.0, 3817.0, 3794.0, 3794.0, 3858.0, 3816.0, 3816.0, 3815.0, 3848.0, 3827.0, 3857.0, 3838.0, 3794.0, 3796.0, 3797.0, 3859.0, 3826.0, 3826.0, 3828.0, 3879.0, 3838.0, 3857.0, 3825.0, 3824.0, 3837.0, 3848.0, 3793.0, 3815.0, 3848.0, 3825.0, 3845.0, 3836.0, 3827.0, 3836.0, 3837.0, 3830.0, 3882.0, 3850.0, 3847.0, 3851.0, 3814.0, 3857.0, 3826.0, 3855.0, 3836.0, 3823.0, 3835.0, 3843.0, 3846.0, 3800.0, 3810.0, 3799.0, 3831.0, 3801.0, 3843.0, 3810.0, 3822.0, 3823.0, 3791.0, 3834.0, 3803.0, 3814.0, 3825.0, 3845.0, 3825.0, 3845.0, 3825.0, 3803.0, 3847.0, 3802.0, 3846.0, 3814.0, 3846.0, 3825.0, 3865.0, 3824.0, 3836.0, 3836.0, 3825.0, 3793.0, 3803.0, 3825.0, 3815.0, 3856.0, 3838.0, 3847.0, 3837.0, 3815.0, 3857.0, 3834.0, 3825.0, 3814.0, 3834.0, 3824.0, 3864.0, 3825.0, 3802.0, 3826.0, 3794.0, 3846.0, 3802.0, 3823.0, 3815.0, 3846.0, 3794.0, 3805.0, 3847.0, 3816.0, 3838.0, 3859.0, 3859.0, 3837.0, 3878.0, 3848.0, 3855.0, 3866.0, 3844.0, 3823.0, 3812.0, 3831.0, 3812.0, 3779.0, 3790.0, 3815.0, 3845.0, 3815.0, 3793.0, 3814.0, 3805.0, 3857.0, 3817.0, 3797.0, 3837.0, 3835.0, 3868.0, 3836.0, 3867.0, 3815.0, 3803.0, 3856.0, 3837.0, 3876.0, 3824.0, 3834.0, 3824.0, 3813.0, 3801.0, 3812.0, 3833.0, 3825.0, 3835.0, 3813.0, 3813.0, 3842.0, 3824.0, 3855.0, 3812.0, 3801.0, 3831.0, 3812.0, 3853.0, 3812.0, 3791.0, 3820.0, 3812.0, 3844.0, 3825.0, 3792.0, 3835.0, 3813.0, 3866.0, 3836.0, 3824.0, 3813.0, 3794.0, 3846.0, 3815.0, 3845.0, 3824.0, 3813.0, 3846.0, 3802.0, 3823.0, 3814.0, 3844.0, 3825.0, 3846.0, 3816.0, 3802.0, 3844.0, 3813.0, 3875.0, 3835.0, 3812.0, 3823.0, 3792.0, 3790.0, 3814.0, 3833.0, 3825.0, 3855.0, 3815.0, 3782.0, 3802.0, 3823.0, 3844.0, 3824.0, 3854.0, 3836.0, 3823.0, 3791.0, 3801.0, 3844.0, 3800.0, 3863.0, 3812.0, 3821.0, 3801.0, 3841.0, 3799.0, 3791.0, 3813.0, 3805.0, 3793.0, 3825.0, 3826.0, 3846.0, 3836.0, 3833.0, 3835.0, 3846.0, 3838.0, 3803.0, 3801.0, 3803.0, 3833.0, 3816.0, 3845.0, 3794.0, 3802.0, 3822.0, 3804.0, 3866.0, 3825.0, 3804.0, 3825.0, 3793.0, 3869.0, 3826.0, 3857.0, 3837.0, 3822.0, 3867.0, 3823.0, 3845.0, 3802.0, 3833.0, 3812.0, 3824.0, 3824.0, 3802.0, 3823.0, 3801.0, 3863.0, 3802.0, 3791.0, 3802.0, 3780.0, 3833.0, 3804.0, 3846.0, 3825.0, 3812.0, 3834.0, 3793.0, 3835.0, 3804.0, 3844.0, 3814.0, 3866.0, 3825.0, 3792.0, 3804.0, 3807.0, 3868.0, 3838.0, 3823.0, 3835.0, 3793.0, 3836.0, 3827.0, 3848.0, 3826.0, 3813.0, 3867.0, 3823.0, 3834.0, 3823.0, 3832.0, 3823.0, 3801.0, 3790.0, 3812.0, 3833.0, 3814.0, 3844.0, 3812.0, 3790.0, 3821.0, 3802.0, 3855.0, 3815.0, 3844.0, 3824.0, 3865.0], 'WindowWidth': [8699.0, 8709.0, 8636.0, 8654.0, 8565.0, 8611.0, 8617.0, 8545.0, 8616.0, 8548.0, 8620.0, 8630.0, 8559.0, 8638.0, 8588.0, 8635.0, 8627.0, 8570.0, 8623.0, 8579.0, 8645.0, 8612.0, 8564.0, 8620.0, 8571.0, 8667.0, 8600.0, 8569.0, 8621.0, 8597.0, 8635.0, 8632.0, 8562.0, 8639.0, 8601.0, 8627.0, 8632.0, 8607.0, 8652.0, 8638.0, 8597.0, 8626.0, 8570.0, 8619.0, 8613.0, 8584.0, 8637.0, 8597.0, 8564.0, 8627.0, 8615.0, 8635.0, 8598.0, 8557.0, 8616.0, 8587.0, 8631.0, 8587.0, 8530.0, 8620.0, 8568.0, 8643.0, 8600.0, 8555.0, 8624.0, 8585.0, 8651.0, 8597.0, 8568.0, 8640.0, 8585.0, 8639.0, 8584.0, 8585.0, 8643.0, 8601.0, 8650.0, 8617.0, 8593.0, 8680.0, 8607.0, 8569.0, 8652.0, 8587.0, 8559.0, 8641.0, 8647.0, 8646.0, 8643.0, 8608.0, 8645.0, 8614.0, 8643.0, 8600.0, 8566.0, 8579.0, 8520.0, 8610.0, 8576.0, 8621.0, 8559.0, 8548.0, 8619.0, 8549.0, 8616.0, 8577.0, 8535.0, 8637.0, 8573.0, 8638.0, 8599.0, 8551.0, 8642.0, 8598.0, 8634.0, 8578.0, 8560.0, 8605.0, 8573.0, 8629.0, 8580.0, 8617.0, 8563.0, 8544.0, 8620.0, 8570.0, 8618.0, 8567.0, 8651.0, 8596.0, 8592.0, 8596.0, 8546.0, 8620.0, 8547.0, 8620.0, 8548.0, 8615.0, 8579.0, 8593.0, 8583.0, 8550.0, 8608.0, 8570.0, 8655.0, 8579.0, 8571.0, 8650.0, 8598.0, 8577.0, 8671.0, 8669.0, 8677.0, 8665.0, 8626.0, 8662.0, 8635.0, 8637.0, 8587.0, 8606.0, 8585.0, 8554.0, 8604.0, 8546.0, 8609.0, 8559.0, 8597.0, 8587.0, 8530.0, 8616.0, 8560.0, 8627.0, 8592.0, 8601.0, 8601.0, 8542.0, 8607.0, 8554.0, 8629.0, 8575.0, 8576.0, 8589.0, 8528.0, 8600.0, 8573.0, 8622.0, 8565.0, 8571.0, 8594.0, 8553.0, 8624.0, 8555.0, 8640.0, 8584.0, 8571.0, 8630.0, 8557.0, 8624.0, 8571.0, 8642.0, 8617.0, 8623.0, 8594.0, 8562.0, 8622.0, 8579.0, 8635.0, 8594.0, 8616.0, 8581.0, 8636.0, 8595.0, 8568.0, 8622.0, 8555.0, 8626.0, 8592.0, 8639.0, 8598.0, 8569.0, 8615.0, 8571.0, 8630.0, 8573.0, 8647.0, 8610.0, 8667.0, 8598.0, 8565.0, 8595.0, 8581.0, 8665.0, 8593.0, 8601.0, 8666.0, 8610.0, 8645.0, 8611.0, 8640.0, 8608.0, 8649.0, 8592.0, 8603.0, 8649.0, 8585.0, 8627.0, 8600.0, 8574.0, 8589.0, 8603.0, 8599.0, 8659.0, 8613.0, 8628.0, 8593.0, 8618.0, 8562.0, 8590.0, 8564.0, 8531.0, 8570.0, 8533.0, 8602.0, 8569.0, 8540.0, 8582.0, 8539.0, 8614.0, 8559.0, 8628.0, 8569.0, 8538.0, 8604.0, 8548.0, 8604.0, 8567.0, 8622.0, 8600.0, 8574.0, 8629.0, 8588.0, 8638.0, 8628.0, 8624.0, 8609.0, 8551.0, 8608.0, 8567.0, 8637.0, 8626.0, 8574.0, 8606.0, 8562.0, 8645.0, 8656.0, 8639.0, 8606.0, 8577.0, 8633.0, 8607.0, 8634.0, 8594.0, 8543.0, 8604.0, 8579.0, 8634.0, 8578.0, 8558.0, 8609.0, 8580.0, 8652.0, 8598.0, 8610.0, 8629.0, 8581.0, 8578.0, 8553.0, 8606.0, 8573.0, 8639.0, 8599.0, 8552.0, 8592.0, 8564.0, 8604.0, 8563.0, 8617.0, 8574.0, 8579.0, 8609.0, 8610.0, 8581.0, 8659.0, 8641.0, 8635.0, 8601.0, 8568.0, 8616.0, 8570.0, 8585.0, 8569.0, 8578.0, 8574.0, 8567.0, 8574.0, 8548.0, 8584.0, 8545.0, 8616.0, 8579.0, 8549.0, 8581.0, 8545.0, 8604.0, 8568.0, 8653.0, 8609.0, 8618.0, 8621.0, 8562.0, 8579.0, 8577.0, 8620.0, 8580.0, 8638.0, 8612.0, 8550.0, 8592.0, 8553.0, 8627.0, 8568.0, 8623.0, 8590.0, 8596.0, 8625.0, 8548.0, 8593.0, 8578.0, 8605.0, 8609.0, 8581.0, 8594.0, 8565.0, 8616.0, 8549.0, 8646.0, 8594.0, 8616.0, 8589.0, 8599.0, 8603.0, 8602.0, 8591.0, 8527.0, 8543.0, 8526.0, 8612.0, 8544.0, 8598.0, 8558.0, 8598.0, 8544.0, 8611.0, 8563.0, 8607.0, 8592.0, 8577.0, 8593.0, 8563.0, 8597.0, 8553.0, 8596.0, 8556.0, 8631.0, 8611.0, 8624.0, 8599.0, 8583.0, 8600.0, 8586.0, 8630.0, 8649.0, 8604.0, 8601.0, 8604.0, 8621.0, 8617.0, 8648.0, 8605.0, 8668.0, 8625.0, 8576.0, 8593.0, 8584.0, 8657.0, 8670.0, 8641.0, 8681.0, 8610.0, 8626.0, 8632.0, 8583.0, 8615.0, 8541.0, 8581.0, 8572.0, 8579.0, 8559.0, 8550.0, 8566.0, 8532.0, 8535.0, 8522.0, 8532.0, 8541.0, 8585.0, 8547.0, 8518.0, 8549.0, 8557.0, 8604.0, 8581.0, 8578.0, 8579.0, 8563.0, 8607.0, 8588.0, 8636.0, 8575.0, 8619.0, 8580.0, 8620.0, 8579.0, 8621.0, 8573.0, 8577.0, 8609.0, 8625.0, 8635.0, 8623.0, 8639.0, 8670.0, 8656.0, 8678.0, 8639.0, 8640.0, 8629.0, 8608.0, 8606.0, 8647.0, 8609.0, 8562.0, 8564.0, 8577.0, 8606.0, 8594.0, 8644.0, 8607.0, 8628.0, 8604.0, 8564.0, 8642.0, 8582.0, 8613.0, 8597.0, 8652.0, 8596.0, 8684.0, 8612.0, 8624.0, 8628.0, 8646.0, 8607.0, 8690.0, 8643.0, 8632.0, 8610.0, 8575.0, 8651.0, 8591.0, 8608.0, 8631.0, 8656.0, 8631.0, 8666.0, 8655.0, 8666.0, 8609.0, 8578.0, 8594.0, 8614.0, 8651.0, 8656.0, 8642.0, 8731.0, 8706.0, 8691.0, 8684.0, 8672.0, 8677.0, 8611.0, 8599.0, 8610.0, 8608.0, 8614.0, 8679.0, 8635.0, 8553.0, 8579.0, 8565.0, 8638.0, 8595.0, 8627.0, 8601.0, 8628.0, 8620.0, 8644.0, 8635.0, 8605.0, 8572.0, 8570.0, 8660.0, 8600.0, 8601.0, 8601.0, 8646.0, 8617.0, 8656.0, 8633.0, 8571.0, 8576.0, 8580.0, 8665.0, 8618.0, 8617.0, 8623.0, 8688.0, 8635.0, 8656.0, 8613.0, 8609.0, 8631.0, 8646.0, 8569.0, 8600.0, 8649.0, 8614.0, 8638.0, 8627.0, 8619.0, 8629.0, 8632.0, 8629.0, 8700.0, 8654.0, 8646.0, 8655.0, 8596.0, 8659.0, 8613.0, 8652.0, 8626.0, 8606.0, 8624.0, 8632.0, 8639.0, 8572.0, 8584.0, 8568.0, 8611.0, 8574.0, 8630.0, 8586.0, 8601.0, 8607.0, 8561.0, 8623.0, 8582.0, 8597.0, 8612.0, 8636.0, 8614.0, 8639.0, 8612.0, 8582.0, 8644.0, 8578.0, 8642.0, 8597.0, 8639.0, 8612.0, 8664.0, 8611.0, 8630.0, 8628.0, 8613.0, 8570.0, 8582.0, 8611.0, 8600.0, 8655.0, 8635.0, 8643.0, 8633.0, 8599.0, 8657.0, 8624.0, 8613.0, 8593.0, 8620.0, 8608.0, 8662.0, 8613.0, 8580.0, 8614.0, 8570.0, 8639.0, 8579.0, 8606.0, 8599.0, 8642.0, 8571.0, 8588.0, 8645.0, 8606.0, 8638.0, 8665.0, 8668.0, 8635.0, 8688.0, 8647.0, 8651.0, 8669.0, 8636.0, 8606.0, 8590.0, 8612.0, 8590.0, 8546.0, 8560.0, 8601.0, 8639.0, 8602.0, 8570.0, 8599.0, 8589.0, 8658.0, 8609.0, 8582.0, 8632.0, 8627.0, 8675.0, 8629.0, 8671.0, 8600.0, 8580.0, 8657.0, 8634.0, 8682.0, 8611.0, 8622.0, 8610.0, 8596.0, 8577.0, 8591.0, 8619.0, 8613.0, 8626.0, 8597.0, 8595.0, 8630.0, 8610.0, 8650.0, 8591.0, 8574.0, 8614.0, 8590.0, 8645.0, 8591.0, 8562.0, 8600.0, 8592.0, 8634.0, 8612.0, 8566.0, 8624.0, 8596.0, 8668.0, 8629.0, 8609.0, 8594.0, 8570.0, 8642.0, 8599.0, 8640.0, 8612.0, 8594.0, 8641.0, 8580.0, 8608.0, 8598.0, 8636.0, 8614.0, 8642.0, 8601.0, 8579.0, 8634.0, 8593.0, 8679.0, 8626.0, 8592.0, 8608.0, 8564.0, 8563.0, 8598.0, 8620.0, 8611.0, 8653.0, 8600.0, 8554.0, 8580.0, 8608.0, 8634.0, 8609.0, 8651.0, 8627.0, 8608.0, 8562.0, 8576.0, 8634.0, 8572.0, 8660.0, 8591.0, 8601.0, 8576.0, 8625.0, 8569.0, 8565.0, 8597.0, 8590.0, 8570.0, 8613.0, 8616.0, 8644.0, 8631.0, 8622.0, 8627.0, 8642.0, 8634.0, 8582.0, 8577.0, 8580.0, 8617.0, 8602.0, 8640.0, 8572.0, 8582.0, 8606.0, 8586.0, 8671.0, 8618.0, 8587.0, 8614.0, 8570.0, 8678.0, 8619.0, 8660.0, 8632.0, 8605.0, 8672.0, 8610.0, 8638.0, 8579.0, 8618.0, 8593.0, 8611.0, 8612.0, 8578.0, 8606.0, 8578.0, 8659.0, 8581.0, 8565.0, 8578.0, 8546.0, 8622.0, 8584.0, 8644.0, 8616.0, 8592.0, 8624.0, 8570.0, 8627.0, 8585.0, 8636.0, 8600.0, 8668.0, 8613.0, 8568.0, 8586.0, 8596.0, 8675.0, 8638.0, 8611.0, 8627.0, 8571.0, 8632.0, 8621.0, 8647.0, 8618.0, 8596.0, 8671.0, 8609.0, 8622.0, 8607.0, 8616.0, 8606.0, 8576.0, 8560.0, 8591.0, 8619.0, 8596.0, 8636.0, 8592.0, 8561.0, 8603.0, 8579.0, 8651.0, 8600.0, 8637.0, 8610.0, 8664.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.001401965517241379</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07736282896551724</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.80351297700807</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0784991406904478</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9037551489182981</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5025.4902</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12780069182043083</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.574712643678161</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9278606725632823</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.636065118969492</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1784354696747386</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9690814290456164</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00775995</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009959121234714985</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04226037114858627</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8409924616392246</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.5177</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0278</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.4465</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297876.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>669.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.6799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7847</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.9237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.3447</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3185.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78668.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4051.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.2075</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.218792545143515</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> |