=== 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-0057 --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-0057",
"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-0057_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0057_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-03/func/sub-0057_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>9dd312eb1bb88fb81b8ab37e573c1ab3</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:52:34.100000</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.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112319</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7782, -7203, 622, -7, -159, -90, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>254.742</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5d8b50d4-a93f-4af7-9d34-c6c737a9cca0||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.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['155234.100000', '155234.560000', '155235.020000', '155235.480000', '155235.940000', '155236.400000', '155236.860000', '155237.320000', '155237.780000', '155238.240000', '155238.700000', '155239.160000', '155239.620000', '155240.080000', '155240.540000', '155241.000000', '155241.460000', '155241.920000', '155242.380000', '155242.840000', '155243.300000', '155243.760000', '155244.220000', '155244.680000', '155245.140000', '155245.600000', '155246.060000', '155246.520000', '155246.980000', '155247.440000', '155247.900000', '155248.360000', '155248.820000', '155249.280000', '155249.740000', '155250.200000', '155250.660000', '155251.120000', '155251.580000', '155252.040000', '155252.500000', '155252.960000', '155253.420000', '155253.880000', '155254.340000', '155254.800000', '155255.260000', '155255.720000', '155256.180000', '155256.640000', '155257.100000', '155257.560000', '155258.020000', '155258.480000', '155258.940000', '155259.400000', '155259.860000', '155300.320000', '155300.780000', '155301.240000', '155301.700000', '155302.160000', '155302.620000', '155303.080000', '155303.540000', '155304.000000', '155304.460000', '155304.920000', '155305.380000', '155305.840000', '155306.300000', '155306.760000', '155307.220000', '155307.680000', '155308.140000', '155308.600000', '155309.060000', '155309.520000', '155309.980000', '155310.440000', '155310.900000', '155311.360000', '155311.820000', '155312.280000', '155312.740000', '155313.200000', '155313.660000', '155314.120000', '155314.580000', '155315.040000', '155315.500000', '155315.960000', '155316.420000', '155316.880000', '155317.340000', '155317.800000', '155318.260000', '155318.720000', '155319.180000', '155319.640000', '155320.100000', '155320.560000', '155321.020000', '155321.480000', '155321.940000', '155322.400000', '155322.860000', '155323.320000', '155323.780000', '155324.240000', '155324.700000', '155325.160000', '155325.620000', '155326.080000', '155326.540000', '155327.000000', '155327.460000', '155327.920000', '155328.380000', '155328.840000', '155329.300000', '155329.760000', '155330.220000', '155330.680000', '155331.140000', '155331.600000', '155332.060000', '155332.520000', '155332.980000', '155333.440000', '155333.900000', '155334.360000', '155334.820000', '155335.280000', '155335.740000', '155336.200000', '155336.660000', '155337.120000', '155337.580000', '155338.040000', '155338.500000', '155338.960000', '155339.420000', '155339.880000', '155340.340000', '155340.800000', '155341.260000', '155341.720000', '155342.180000', '155342.640000', '155343.100000', '155343.560000', '155344.020000', '155344.480000', '155344.940000', '155345.400000', '155345.860000', '155346.320000', '155346.780000', '155347.240000', '155347.700000', '155348.160000', '155348.620000', '155349.080000', '155349.540000', '155350.000000', '155350.460000', '155350.920000', '155351.380000', '155351.840000', '155352.300000', '155352.760000', '155353.220000', '155353.680000', '155354.140000', '155354.600000', '155355.060000', '155355.520000', '155355.980000', '155356.440000', '155356.900000', '155357.360000', '155357.820000', '155358.280000', '155358.740000', '155359.200000', '155359.660000', '155400.120000', '155400.580000', '155401.040000', '155401.500000', '155401.960000', '155402.420000', '155402.880000', '155403.340000', '155403.800000', '155404.260000', '155404.720000', '155405.180000', '155405.640000', '155406.100000', '155406.560000', '155407.020000', '155407.480000', '155407.940000', '155408.400000', '155408.860000', '155409.320000', '155409.780000', '155410.240000', '155410.700000', '155411.160000', '155411.620000', '155412.080000', '155412.540000', '155413.000000', '155413.460000', '155413.920000', '155414.380000', '155414.840000', '155415.300000', '155415.760000', '155416.220000', '155416.680000', '155417.140000', '155417.600000', '155418.060000', '155418.520000', '155418.980000', '155419.440000', '155419.900000', '155420.360000', '155420.820000', '155421.280000', '155421.740000', '155422.200000', '155422.660000', '155423.120000', '155423.580000', '155424.040000', '155424.500000', '155424.960000', '155425.420000', '155425.880000', '155426.340000', '155426.800000', '155427.260000', '155427.720000', '155428.180000', '155428.640000', '155429.100000', '155429.560000', '155430.020000', '155430.480000', '155430.940000', '155431.400000', '155431.860000', '155432.320000', '155432.780000', '155433.240000', '155433.700000', '155434.160000', '155434.620000', '155435.080000', '155435.540000', '155436.000000', '155436.460000', '155436.920000', '155437.380000', '155437.840000', '155438.300000', '155438.760000', '155439.220000', '155439.680000', '155440.140000', '155440.600000', '155441.060000', '155441.520000', '155441.980000', '155442.440000', '155442.900000', '155443.360000', '155443.820000', '155444.280000', '155444.740000', '155445.200000', '155445.660000', '155446.120000', '155446.580000', '155447.040000', '155447.500000', '155447.960000', '155448.420000', '155448.880000', '155449.340000', '155449.800000', '155450.260000', '155450.720000', '155451.180000', '155451.640000', '155452.100000', '155452.560000', '155453.020000', '155453.480000', '155453.940000', '155454.400000', '155454.860000', '155455.320000', '155455.780000', '155456.240000', '155456.700000', '155457.160000', '155457.620000', '155458.080000', '155458.540000', '155459.000000', '155459.460000', '155459.920000', '155500.380000', '155500.840000', '155501.300000', '155501.760000', '155502.220000', '155502.680000', '155503.140000', '155503.600000', '155504.060000', '155504.520000', '155504.980000', '155505.440000', '155505.900000', '155506.360000', '155506.820000', '155507.280000', '155507.740000', '155508.200000', '155508.660000', '155509.120000', '155509.580000', '155510.040000', '155510.500000', '155510.960000', '155511.420000', '155511.880000', '155512.340000', '155512.800000', '155513.260000', '155513.720000', '155514.180000', '155514.640000', '155515.100000', '155515.560000', '155516.020000', '155516.480000', '155516.940000', '155517.400000', '155517.860000', '155518.320000', '155518.780000', '155519.240000', '155519.700000', '155520.160000', '155520.620000', '155521.080000', '155521.540000', '155522.000000', '155522.460000', '155522.920000', '155523.380000', '155523.840000', '155524.300000', '155524.760000', '155525.220000', '155525.680000', '155526.140000', '155526.600000', '155527.060000', '155527.520000', '155527.980000', '155528.440000', '155528.900000', '155529.360000', '155529.820000', '155530.280000', '155530.740000', '155531.200000', '155531.660000', '155532.120000', '155532.580000', '155533.040000', '155533.500000', '155533.960000', '155534.420000', '155534.880000', '155535.340000', '155535.800000', '155536.260000', '155536.720000', '155537.180000', '155537.640000', '155538.100000', '155538.560000', '155539.020000', '155539.480000', '155539.940000', '155540.400000', '155540.860000', '155541.320000', '155541.780000', '155542.240000', '155542.700000', '155543.160000', '155543.620000', '155544.080000', '155544.540000', '155545.000000', '155545.460000', '155545.920000', '155546.380000', '155546.840000', '155547.300000', '155547.760000', '155548.220000', '155548.680000', '155549.140000', '155549.600000', '155550.060000', '155550.520000', '155550.980000', '155551.440000', '155551.900000', '155552.360000', '155552.820000', '155553.280000', '155553.740000', '155554.200000', '155554.660000', '155555.120000', '155555.580000', '155556.040000', '155556.500000', '155556.960000', '155557.420000', '155557.880000', '155558.340000', '155558.800000', '155559.260000', '155559.720000', '155600.180000', '155600.640000', '155601.100000', '155601.560000', '155602.020000', '155602.480000', '155602.940000', '155603.400000', '155603.860000', '155604.320000', '155604.780000', '155605.240000', '155605.700000', '155606.160000', '155606.620000', '155607.080000', '155607.540000', '155608.000000', '155608.460000', '155608.920000', '155609.380000', '155609.840000', '155610.300000', '155610.760000', '155611.220000', '155611.680000', '155612.140000', '155612.600000', '155613.060000', '155613.520000', '155613.980000', '155614.440000', '155614.900000', '155615.360000', '155615.820000', '155616.280000', '155616.740000', '155617.200000', '155617.660000', '155618.120000', '155618.580000', '155619.040000', '155619.500000', '155619.960000', '155620.420000', '155620.880000', '155621.340000', '155621.800000', '155622.260000', '155622.720000', '155623.180000', '155623.640000', '155624.100000', '155624.560000', '155625.020000', '155625.480000', '155625.940000', '155626.400000', '155626.860000', '155627.320000', '155627.780000', '155628.240000', '155628.700000', '155629.160000', '155629.620000', '155630.080000', '155630.540000', '155631.000000', '155631.460000', '155631.920000', '155632.380000', '155632.840000', '155633.300000', '155633.760000', '155634.220000', '155634.680000', '155635.140000', '155635.600000', '155636.060000', '155636.520000', '155636.980000', '155637.440000', '155637.900000', '155638.360000', '155638.820000', '155639.280000', '155639.740000', '155640.200000', '155640.660000', '155641.120000', '155641.580000', '155642.040000', '155642.500000', '155642.960000', '155643.420000', '155643.880000', '155644.340000', '155644.800000', '155645.260000', '155645.720000', '155646.180000', '155646.640000', '155647.100000', '155647.560000', '155648.020000', '155648.480000', '155648.940000', '155649.400000', '155649.860000', '155650.320000', '155650.780000', '155651.240000', '155651.700000', '155652.160000', '155652.620000', '155653.080000', '155653.540000', '155654.000000', '155654.460000', '155654.920000', '155655.380000', '155655.840000', '155656.300000', '155656.760000', '155657.220000', '155657.680000', '155658.140000', '155658.600000', '155659.060000', '155659.520000', '155659.980000', '155700.440000', '155700.900000', '155701.360000', '155701.820000', '155702.280000', '155702.740000', '155703.200000', '155703.660000', '155704.120000', '155704.580000', '155705.040000', '155705.500000', '155705.960000', '155706.420000', '155706.880000', '155707.340000', '155707.800000', '155708.260000', '155708.720000', '155709.180000', '155709.640000', '155710.100000', '155710.560000', '155711.020000', '155711.480000', '155711.940000', '155712.400000', '155712.860000', '155713.320000', '155713.780000', '155714.240000', '155714.700000', '155715.160000', '155715.620000', '155716.080000', '155716.540000', '155717.000000', '155717.460000', '155717.920000', '155718.380000', '155718.840000', '155719.300000', '155719.760000', '155720.220000', '155720.680000', '155721.140000', '155721.600000', '155722.060000', '155722.520000', '155722.980000', '155723.440000', '155723.900000', '155724.360000', '155724.820000', '155725.280000', '155725.740000', '155726.200000', '155726.660000', '155727.120000', '155727.580000', '155728.040000', '155728.500000', '155728.960000', '155729.420000', '155729.880000', '155730.340000', '155730.800000', '155731.260000', '155731.720000', '155732.180000', '155732.640000', '155733.100000', '155733.560000', '155734.020000', '155734.480000', '155734.940000', '155735.400000', '155735.860000', '155736.320000', '155736.780000', '155737.240000', '155737.700000', '155738.160000', '155738.620000', '155739.080000', '155739.540000', '155740.000000', '155740.460000', '155740.920000', '155741.380000', '155741.840000', '155742.300000', '155742.760000', '155743.220000', '155743.680000', '155744.140000', '155744.600000', '155745.060000', '155745.520000', '155745.980000', '155746.440000', '155746.900000', '155747.360000', '155747.820000', '155748.280000', '155748.740000', '155749.200000', '155749.660000', '155750.120000', '155750.580000', '155751.040000', '155751.500000', '155751.960000', '155752.420000', '155752.880000', '155753.340000', '155753.800000', '155754.260000', '155754.720000', '155755.180000', '155755.640000', '155756.100000', '155756.560000', '155757.020000', '155757.480000', '155757.940000', '155758.400000', '155758.860000', '155759.320000', '155759.780000', '155800.240000', '155800.700000', '155801.160000', '155801.620000', '155802.080000', '155802.540000', '155803.000000', '155803.460000', '155803.920000', '155804.380000', '155804.840000', '155805.300000', '155805.760000', '155806.220000', '155806.680000', '155807.140000', '155807.600000', '155808.060000', '155808.520000', '155808.980000', '155809.440000', '155809.900000', '155810.360000', '155810.820000', '155811.280000', '155811.740000', '155812.200000', '155812.660000', '155813.120000', '155813.580000', '155814.040000', '155814.500000', '155814.960000', '155815.420000', '155815.880000', '155816.340000', '155816.800000', '155817.260000', '155817.720000', '155818.180000', '155818.640000', '155819.100000', '155819.560000', '155820.020000', '155820.480000', '155820.940000', '155821.400000', '155821.860000', '155822.320000', '155822.780000', '155823.240000', '155823.700000', '155824.160000', '155824.620000', '155825.080000', '155825.540000', '155826.000000', '155826.460000', '155826.920000', '155827.380000', '155827.840000', '155828.300000', '155828.760000', '155829.220000', '155829.680000', '155830.140000', '155830.600000', '155831.060000', '155831.520000', '155831.980000', '155832.440000', '155832.900000', '155833.360000', '155833.820000', '155834.280000', '155834.740000', '155835.200000', '155835.660000', '155836.120000', '155836.580000', '155837.040000', '155837.500000', '155837.960000', '155838.420000', '155838.880000', '155839.340000', '155839.800000', '155840.260000', '155840.720000', '155841.180000', '155841.640000', '155842.100000', '155842.560000', '155843.020000', '155843.480000', '155843.940000', '155844.400000', '155844.860000', '155845.320000', '155845.780000', '155846.240000', '155846.700000', '155847.160000', '155847.620000', '155848.080000', '155848.540000', '155849.000000', '155849.460000', '155849.920000', '155850.380000', '155850.840000', '155851.300000', '155851.760000', '155852.220000', '155852.680000', '155853.140000', '155853.600000', '155854.060000', '155854.520000', '155854.980000', '155855.440000', '155855.900000', '155856.360000', '155856.820000', '155857.280000', '155857.740000', '155858.200000', '155858.660000', '155859.120000', '155859.580000', '155900.040000', '155900.500000', '155900.960000', '155901.420000', '155901.880000', '155902.340000', '155902.800000', '155903.260000', '155903.720000', '155904.180000', '155904.640000', '155905.100000', '155905.560000', '155906.020000', '155906.480000', '155906.940000', '155907.400000', '155907.860000', '155908.320000', '155908.780000', '155909.240000', '155909.700000', '155910.160000', '155910.620000', '155911.080000', '155911.540000', '155912.000000', '155912.460000', '155912.920000', '155913.380000', '155913.840000', '155914.300000', '155914.760000'], 'ContentTime': ['155245.233000', '155245.236000', '155245.238000', '155245.241000', '155245.244000', '155245.246000', '155245.249000', '155245.251000', '155245.254000', '155245.257000', '155245.259000', '155245.262000', '155245.264000', '155245.296000', '155245.298000', '155245.301000', '155245.304000', '155245.307000', '155245.310000', '155245.319000', '155245.322000', '155305.194000', '155305.196000', '155305.199000', '155305.201000', '155305.204000', '155305.207000', '155305.209000', '155305.212000', '155305.214000', '155305.217000', '155305.219000', '155305.222000', '155305.224000', '155305.233000', '155305.235000', '155305.238000', '155305.240000', '155305.243000', '155305.245000', '155305.248000', '155305.251000', '155305.253000', '155305.256000', '155305.258000', '155305.261000', '155305.263000', '155305.266000', '155305.268000', '155305.271000', '155305.273000', '155305.276000', '155305.278000', '155305.281000', '155305.283000', '155305.286000', '155305.289000', '155305.291000', '155305.295000', '155305.298000', '155305.301000', '155305.303000', '155305.306000', '155305.308000', '155325.194000', '155325.196000', '155325.199000', '155325.201000', '155325.204000', '155325.207000', '155325.209000', '155325.212000', '155325.214000', '155325.217000', '155325.219000', '155325.222000', '155325.224000', '155325.227000', '155325.229000', '155325.232000', '155325.235000', '155325.237000', '155325.240000', '155325.243000', '155325.245000', '155325.248000', '155325.250000', '155325.253000', '155325.256000', '155325.258000', '155325.261000', '155325.263000', '155325.266000', '155325.269000', '155325.271000', '155325.274000', '155325.276000', '155325.279000', '155325.282000', '155325.284000', '155325.287000', '155325.289000', '155325.292000', '155325.294000', '155325.297000', '155325.300000', '155325.302000', '155325.305000', '155345.192000', '155345.195000', '155345.198000', '155345.200000', '155345.203000', '155345.205000', '155345.208000', '155345.210000', '155345.213000', '155345.216000', '155345.218000', '155345.221000', '155345.223000', '155345.226000', '155345.228000', '155345.231000', '155345.233000', '155345.236000', '155345.239000', '155345.241000', '155345.244000', '155345.246000', '155345.249000', '155345.251000', '155345.254000', '155345.256000', '155345.259000', '155345.262000', '155345.264000', '155345.267000', '155345.269000', '155345.272000', '155345.274000', '155345.277000', '155345.279000', '155345.282000', '155345.285000', '155345.287000', '155345.290000', '155345.292000', '155345.295000', '155345.297000', '155345.300000', '155405.192000', '155405.196000', '155405.199000', '155405.201000', '155405.204000', '155405.206000', '155405.209000', '155405.211000', '155405.214000', '155405.217000', '155405.219000', '155405.222000', '155405.224000', '155405.227000', '155405.229000', '155405.232000', '155405.234000', '155405.237000', '155405.240000', '155405.242000', '155405.245000', '155405.247000', '155405.250000', '155405.252000', '155405.255000', '155405.258000', '155405.260000', '155405.263000', '155405.265000', '155405.268000', '155405.270000', '155405.273000', '155405.276000', '155405.278000', '155405.281000', '155405.283000', '155405.286000', '155405.288000', '155405.291000', '155405.293000', '155405.296000', '155405.299000', '155405.302000', '155425.192000', '155425.195000', '155425.198000', '155425.200000', '155425.203000', '155425.205000', '155425.208000', '155425.211000', '155425.213000', '155425.216000', '155425.218000', '155425.221000', '155425.223000', '155425.226000', '155425.228000', '155425.231000', '155425.234000', '155425.236000', '155425.239000', '155425.241000', '155425.244000', '155425.246000', '155425.249000', '155425.252000', '155425.254000', '155425.257000', '155425.259000', '155425.262000', '155425.264000', '155425.267000', '155425.269000', '155425.272000', '155425.283000', '155425.286000', '155425.288000', '155425.291000', '155425.293000', '155425.296000', '155425.299000', '155425.301000', '155425.304000', '155425.307000', '155425.309000', '155425.312000', '155445.194000', '155445.196000', '155445.199000', '155445.202000', '155445.204000', '155445.207000', '155445.209000', '155445.212000', '155445.214000', '155445.217000', '155445.220000', '155445.223000', '155445.226000', '155445.228000', '155445.231000', '155445.233000', '155445.236000', '155445.239000', '155445.241000', '155445.244000', '155445.246000', '155445.249000', '155445.251000', '155445.254000', '155445.257000', '155445.259000', '155445.262000', '155445.264000', '155445.267000', '155445.269000', '155445.272000', '155445.275000', '155445.277000', '155445.280000', '155445.282000', '155445.285000', '155445.287000', '155445.290000', '155445.293000', '155445.295000', '155445.298000', '155445.300000', '155445.303000', '155445.306000', '155505.194000', '155505.196000', '155505.199000', '155505.201000', '155505.204000', '155505.207000', '155505.209000', '155505.212000', '155505.214000', '155505.217000', '155505.219000', '155505.222000', '155505.225000', '155505.227000', '155505.230000', '155505.232000', '155505.235000', '155505.238000', '155505.240000', '155505.243000', '155505.245000', '155505.248000', '155505.250000', '155505.253000', '155505.255000', '155505.258000', '155505.261000', '155505.263000', '155505.266000', '155505.268000', '155505.271000', '155505.273000', '155505.276000', '155505.279000', '155505.281000', '155505.284000', '155505.286000', '155505.289000', '155505.291000', '155505.294000', '155505.296000', '155505.299000', '155505.302000', '155525.193000', '155525.196000', '155525.199000', '155525.201000', '155525.204000', '155525.207000', '155525.209000', '155525.212000', '155525.215000', '155525.217000', '155525.220000', '155525.222000', '155525.225000', '155525.228000', '155525.247000', '155525.249000', '155525.252000', '155525.254000', '155525.257000', '155525.259000', '155525.262000', '155525.265000', '155525.267000', '155525.270000', '155525.272000', '155525.275000', '155525.277000', '155525.280000', '155525.283000', '155525.285000', '155525.288000', '155525.290000', '155525.293000', '155525.296000', '155525.298000', '155525.301000', '155525.304000', '155525.306000', '155525.309000', '155525.311000', '155525.314000', '155525.317000', '155525.319000', '155545.193000', '155545.196000', '155545.199000', '155545.201000', '155545.204000', '155545.206000', '155545.209000', '155545.212000', '155545.214000', '155545.217000', '155545.219000', '155545.222000', '155545.224000', '155545.227000', '155545.230000', '155545.232000', '155545.235000', '155545.237000', '155545.240000', '155545.242000', '155545.245000', '155545.248000', '155545.250000', '155545.253000', '155545.255000', '155545.258000', '155545.261000', '155545.263000', '155545.266000', '155545.268000', '155545.271000', '155545.274000', '155545.276000', '155545.279000', '155545.281000', '155545.284000', '155545.286000', '155545.289000', '155545.292000', '155545.294000', '155545.297000', '155545.299000', '155545.302000', '155545.304000', '155605.193000', '155605.195000', '155605.198000', '155605.201000', '155605.203000', '155605.206000', '155605.208000', '155605.211000', '155605.213000', '155605.216000', '155605.219000', '155605.221000', '155605.224000', '155605.226000', '155605.229000', '155605.232000', '155605.234000', '155605.237000', '155605.239000', '155605.242000', '155605.244000', '155605.247000', '155605.249000', '155605.252000', '155605.255000', '155605.257000', '155605.260000', '155605.273000', '155605.276000', '155605.279000', '155605.281000', '155605.284000', '155605.287000', '155605.289000', '155605.295000', '155605.298000', '155605.300000', '155605.303000', '155605.306000', '155605.308000', '155605.311000', '155605.313000', '155605.316000', '155625.193000', '155625.195000', '155625.198000', '155625.201000', '155625.203000', '155625.206000', '155625.208000', '155625.211000', '155625.214000', '155625.216000', '155625.219000', '155625.221000', '155625.224000', '155625.226000', '155625.229000', '155625.232000', '155625.234000', '155625.237000', '155625.239000', '155625.242000', '155625.245000', '155625.247000', '155625.250000', '155625.252000', '155625.255000', '155625.257000', '155625.260000', '155625.263000', '155625.265000', '155625.268000', '155625.270000', '155625.273000', '155625.276000', '155625.278000', '155625.281000', '155625.283000', '155625.286000', '155625.288000', '155625.291000', '155625.294000', '155625.296000', '155625.299000', '155625.301000', '155625.304000', '155645.192000', '155645.195000', '155645.198000', '155645.200000', '155645.203000', '155645.205000', '155645.208000', '155645.211000', '155645.213000', '155645.216000', '155645.218000', '155645.221000', '155645.223000', '155645.226000', '155645.229000', '155645.231000', '155645.234000', '155645.236000', '155645.239000', '155645.241000', '155645.244000', '155645.247000', '155645.249000', '155645.252000', '155645.254000', '155645.257000', '155645.268000', '155645.271000', '155645.273000', '155645.276000', '155645.278000', '155645.281000', '155645.284000', '155645.286000', '155645.289000', '155645.291000', '155645.294000', '155645.296000', '155645.299000', '155645.302000', '155645.304000', '155645.307000', '155645.309000', '155705.194000', '155705.196000', '155705.199000', '155705.201000', '155705.204000', '155705.207000', '155705.209000', '155705.212000', '155705.215000', '155705.217000', '155705.220000', '155705.222000', '155705.225000', '155705.228000', '155705.230000', '155705.233000', '155705.235000', '155705.238000', '155705.240000', '155705.243000', '155705.246000', '155705.248000', '155705.251000', '155705.254000', '155705.256000', '155705.259000', '155705.261000', '155705.264000', '155705.266000', '155705.269000', '155705.272000', '155705.274000', '155705.277000', '155705.279000', '155705.282000', '155705.284000', '155705.287000', '155705.290000', '155705.292000', '155705.295000', '155705.297000', '155705.300000', '155705.302000', '155705.305000', '155725.193000', '155725.196000', '155725.199000', '155725.202000', '155725.204000', '155725.207000', '155725.210000', '155725.212000', '155725.215000', '155725.217000', '155725.220000', '155725.222000', '155725.225000', '155725.228000', '155725.230000', '155725.233000', '155725.236000', '155725.239000', '155725.242000', '155725.244000', '155725.247000', '155725.249000', '155725.252000', '155725.255000', '155725.257000', '155725.260000', '155725.262000', '155725.265000', '155725.268000', '155725.270000', '155725.273000', '155725.275000', '155725.278000', '155725.280000', '155725.283000', '155725.286000', '155725.288000', '155725.291000', '155725.293000', '155725.296000', '155725.299000', '155725.302000', '155725.305000', '155745.193000', '155745.196000', '155745.199000', '155745.201000', '155745.204000', '155745.206000', '155745.209000', '155745.212000', '155745.214000', '155745.217000', '155745.219000', '155745.222000', '155745.225000', '155745.227000', '155745.230000', '155745.232000', '155745.235000', '155745.237000', '155745.240000', '155745.243000', '155745.245000', '155745.248000', '155745.250000', '155745.253000', '155745.256000', '155745.258000', '155745.261000', '155745.263000', '155745.266000', '155745.269000', '155745.271000', '155745.274000', '155745.276000', '155745.279000', '155745.282000', '155745.284000', '155745.287000', '155745.290000', '155745.292000', '155745.295000', '155745.297000', '155745.300000', '155745.303000', '155745.305000', '155805.194000', '155805.196000', '155805.205000', '155805.208000', '155805.210000', '155805.213000', '155805.216000', '155805.218000', '155805.221000', '155805.223000', '155805.226000', '155805.229000', '155805.231000', '155805.234000', '155805.237000', '155805.239000', '155805.242000', '155805.245000', '155805.247000', '155805.250000', '155805.252000', '155805.255000', '155805.258000', '155805.260000', '155805.263000', '155805.265000', '155805.268000', '155805.271000', '155805.273000', '155805.276000', '155805.278000', '155805.281000', '155805.283000', '155805.286000', '155805.289000', '155805.291000', '155805.294000', '155805.296000', '155805.299000', '155805.302000', '155805.304000', '155805.307000', '155805.309000', '155825.192000', '155825.195000', '155825.198000', '155825.200000', '155825.203000', '155825.206000', '155825.208000', '155825.211000', '155825.213000', '155825.216000', '155825.219000', '155825.221000', '155825.224000', '155825.226000', '155825.229000', '155825.231000', '155825.234000', '155825.237000', '155825.239000', '155825.242000', '155825.244000', '155825.247000', '155825.250000', '155825.252000', '155825.255000', '155825.257000', '155825.260000', '155825.262000', '155825.265000', '155825.268000', '155825.270000', '155825.273000', '155825.275000', '155825.278000', '155825.280000', '155825.283000', '155825.286000', '155825.288000', '155825.291000', '155825.293000', '155825.296000', '155825.299000', '155825.301000', '155825.304000', '155845.192000', '155845.195000', '155845.198000', '155845.200000', '155845.203000', '155845.206000', '155845.208000', '155845.211000', '155845.213000', '155845.216000', '155845.219000', '155845.221000', '155845.224000', '155845.226000', '155845.229000', '155845.232000', '155845.234000', '155845.237000', '155845.239000', '155845.242000', '155845.245000', '155845.247000', '155845.250000', '155845.252000', '155845.255000', '155845.257000', '155845.260000', '155845.262000', '155845.265000', '155845.268000', '155845.270000', '155845.273000', '155845.275000', '155845.278000', '155845.280000', '155845.283000', '155845.286000', '155845.288000', '155845.291000', '155845.294000', '155845.296000', '155845.299000', '155845.302000', '155905.192000', '155905.195000', '155905.198000', '155905.200000', '155905.203000', '155905.206000', '155905.208000', '155905.211000', '155905.213000', '155905.216000', '155905.218000', '155905.221000', '155905.224000', '155905.226000', '155905.229000', '155905.231000', '155905.234000', '155905.236000', '155905.239000', '155905.251000', '155905.254000', '155905.256000', '155905.259000', '155905.262000', '155905.264000', '155905.267000', '155905.269000', '155905.272000', '155905.274000', '155905.277000', '155905.280000', '155905.283000', '155905.285000', '155905.288000', '155905.290000', '155905.293000', '155905.295000', '155905.298000', '155905.301000', '155905.304000', '155905.306000', '155905.309000', '155905.312000', '155905.314000', '155916.584000', '155916.587000', '155916.590000', '155916.592000', '155916.595000', '155916.598000', '155916.601000', '155916.603000', '155916.606000', '155916.609000', '155916.611000', '155916.614000', '155916.617000', '155916.619000', '155916.622000', '155916.625000', '155916.627000', '155916.630000', '155916.633000', '155916.635000', '155916.638000', '155916.640000', '155916.643000', '155916.646000', '155916.648000'], 'InstanceCreationTime': ['155245.233000', '155245.236000', '155245.238000', '155245.241000', '155245.244000', '155245.246000', '155245.249000', '155245.251000', '155245.254000', '155245.257000', '155245.259000', '155245.262000', '155245.264000', '155245.296000', '155245.298000', '155245.301000', '155245.304000', '155245.307000', '155245.310000', '155245.319000', '155245.322000', '155305.194000', '155305.196000', '155305.199000', '155305.201000', '155305.204000', '155305.207000', '155305.209000', '155305.212000', '155305.214000', '155305.217000', '155305.219000', '155305.222000', '155305.224000', '155305.233000', '155305.235000', '155305.238000', '155305.240000', '155305.243000', '155305.245000', '155305.248000', '155305.251000', '155305.253000', '155305.256000', '155305.258000', '155305.261000', '155305.263000', '155305.266000', '155305.268000', '155305.271000', '155305.273000', '155305.276000', '155305.278000', '155305.281000', '155305.283000', '155305.286000', '155305.289000', '155305.291000', '155305.295000', '155305.298000', '155305.301000', '155305.303000', '155305.306000', '155305.308000', '155325.194000', '155325.196000', '155325.199000', '155325.201000', '155325.204000', '155325.207000', '155325.209000', '155325.212000', '155325.214000', '155325.217000', '155325.219000', '155325.222000', '155325.224000', '155325.227000', '155325.229000', '155325.232000', '155325.235000', '155325.237000', '155325.240000', '155325.243000', '155325.245000', '155325.248000', '155325.250000', '155325.253000', '155325.256000', '155325.258000', '155325.261000', '155325.263000', '155325.266000', '155325.269000', '155325.271000', '155325.274000', '155325.276000', '155325.279000', '155325.282000', '155325.284000', '155325.287000', '155325.289000', '155325.292000', '155325.294000', '155325.297000', '155325.300000', '155325.302000', '155325.305000', '155345.192000', '155345.195000', '155345.198000', '155345.200000', '155345.203000', '155345.205000', '155345.208000', '155345.210000', '155345.213000', '155345.216000', '155345.218000', '155345.221000', '155345.223000', '155345.226000', '155345.228000', '155345.231000', '155345.233000', '155345.236000', '155345.239000', '155345.241000', '155345.244000', '155345.246000', '155345.249000', '155345.251000', '155345.254000', '155345.256000', '155345.259000', '155345.262000', '155345.264000', '155345.267000', '155345.269000', '155345.272000', '155345.274000', '155345.277000', '155345.279000', '155345.282000', '155345.285000', '155345.287000', '155345.290000', '155345.292000', '155345.295000', '155345.297000', '155345.300000', '155405.192000', '155405.196000', '155405.199000', '155405.201000', '155405.204000', '155405.206000', '155405.209000', '155405.211000', '155405.214000', '155405.217000', '155405.219000', '155405.222000', '155405.224000', '155405.227000', '155405.229000', '155405.232000', '155405.234000', '155405.237000', '155405.240000', '155405.242000', '155405.245000', '155405.247000', '155405.250000', '155405.252000', '155405.255000', '155405.258000', '155405.260000', '155405.263000', '155405.265000', '155405.268000', '155405.270000', '155405.273000', '155405.276000', '155405.278000', '155405.281000', '155405.283000', '155405.286000', '155405.288000', '155405.291000', '155405.293000', '155405.296000', '155405.299000', '155405.302000', '155425.192000', '155425.195000', '155425.198000', '155425.200000', '155425.203000', '155425.205000', '155425.208000', '155425.211000', '155425.213000', '155425.216000', '155425.218000', '155425.221000', '155425.223000', '155425.226000', '155425.228000', '155425.231000', '155425.234000', '155425.236000', '155425.239000', '155425.241000', '155425.244000', '155425.246000', '155425.249000', '155425.252000', '155425.254000', '155425.257000', '155425.259000', '155425.262000', '155425.264000', '155425.267000', '155425.269000', '155425.272000', '155425.283000', '155425.286000', '155425.288000', '155425.291000', '155425.293000', '155425.296000', '155425.299000', '155425.301000', '155425.304000', '155425.307000', '155425.309000', '155425.312000', '155445.194000', '155445.196000', '155445.199000', '155445.202000', '155445.204000', '155445.207000', '155445.209000', '155445.212000', '155445.214000', '155445.217000', '155445.220000', '155445.223000', '155445.226000', '155445.228000', '155445.231000', '155445.233000', '155445.236000', '155445.239000', '155445.241000', '155445.244000', '155445.246000', '155445.249000', '155445.251000', '155445.254000', '155445.257000', '155445.259000', '155445.262000', '155445.264000', '155445.267000', '155445.269000', '155445.272000', '155445.275000', '155445.277000', '155445.280000', '155445.282000', '155445.285000', '155445.287000', '155445.290000', '155445.293000', '155445.295000', '155445.298000', '155445.300000', '155445.303000', '155445.306000', '155505.194000', '155505.196000', '155505.199000', '155505.201000', '155505.204000', '155505.207000', '155505.209000', '155505.212000', '155505.214000', '155505.217000', '155505.219000', '155505.222000', '155505.225000', '155505.227000', '155505.230000', '155505.232000', '155505.235000', '155505.238000', '155505.240000', '155505.243000', '155505.245000', '155505.248000', '155505.250000', '155505.253000', '155505.255000', '155505.258000', '155505.261000', '155505.263000', '155505.266000', '155505.268000', '155505.271000', '155505.273000', '155505.276000', '155505.279000', '155505.281000', '155505.284000', '155505.286000', '155505.289000', '155505.291000', '155505.294000', '155505.296000', '155505.299000', '155505.302000', '155525.193000', '155525.196000', '155525.199000', '155525.201000', '155525.204000', '155525.207000', '155525.209000', '155525.212000', '155525.215000', '155525.217000', '155525.220000', '155525.222000', '155525.225000', '155525.228000', '155525.247000', '155525.249000', '155525.252000', '155525.254000', '155525.257000', '155525.259000', '155525.262000', '155525.265000', '155525.267000', '155525.270000', '155525.272000', '155525.275000', '155525.277000', '155525.280000', '155525.283000', '155525.285000', '155525.288000', '155525.290000', '155525.293000', '155525.296000', '155525.298000', '155525.301000', '155525.304000', '155525.306000', '155525.309000', '155525.311000', '155525.314000', '155525.317000', '155525.319000', '155545.193000', '155545.196000', '155545.199000', '155545.201000', '155545.204000', '155545.206000', '155545.209000', '155545.212000', '155545.214000', '155545.217000', '155545.219000', '155545.222000', '155545.224000', '155545.227000', '155545.230000', '155545.232000', '155545.235000', '155545.237000', '155545.240000', '155545.242000', '155545.245000', '155545.248000', '155545.250000', '155545.253000', '155545.255000', '155545.258000', '155545.261000', '155545.263000', '155545.266000', '155545.268000', '155545.271000', '155545.274000', '155545.276000', '155545.279000', '155545.281000', '155545.284000', '155545.286000', '155545.289000', '155545.292000', '155545.294000', '155545.297000', '155545.299000', '155545.302000', '155545.304000', '155605.193000', '155605.195000', '155605.198000', '155605.201000', '155605.203000', '155605.206000', '155605.208000', '155605.211000', '155605.213000', '155605.216000', '155605.219000', '155605.221000', '155605.224000', '155605.226000', '155605.229000', '155605.232000', '155605.234000', '155605.237000', '155605.239000', '155605.242000', '155605.244000', '155605.247000', '155605.249000', '155605.252000', '155605.255000', '155605.257000', '155605.260000', '155605.273000', '155605.276000', '155605.279000', '155605.281000', '155605.284000', '155605.287000', '155605.289000', '155605.295000', '155605.298000', '155605.300000', '155605.303000', '155605.306000', '155605.308000', '155605.311000', '155605.313000', '155605.316000', '155625.193000', '155625.195000', '155625.198000', '155625.201000', '155625.203000', '155625.206000', '155625.208000', '155625.211000', '155625.214000', '155625.216000', '155625.219000', '155625.221000', '155625.224000', '155625.226000', '155625.229000', '155625.232000', '155625.234000', '155625.237000', '155625.239000', '155625.242000', '155625.245000', '155625.247000', '155625.250000', '155625.252000', '155625.255000', '155625.257000', '155625.260000', '155625.263000', '155625.265000', '155625.268000', '155625.270000', '155625.273000', '155625.276000', '155625.278000', '155625.281000', '155625.283000', '155625.286000', '155625.288000', '155625.291000', '155625.294000', '155625.296000', '155625.299000', '155625.301000', '155625.304000', '155645.192000', '155645.195000', '155645.198000', '155645.200000', '155645.203000', '155645.205000', '155645.208000', '155645.211000', '155645.213000', '155645.216000', '155645.218000', '155645.221000', '155645.223000', '155645.226000', '155645.229000', '155645.231000', '155645.234000', '155645.236000', '155645.239000', '155645.241000', '155645.244000', '155645.247000', '155645.249000', '155645.252000', '155645.254000', '155645.257000', '155645.268000', '155645.271000', '155645.273000', '155645.276000', '155645.278000', '155645.281000', '155645.284000', '155645.286000', '155645.289000', '155645.291000', '155645.294000', '155645.296000', '155645.299000', '155645.302000', '155645.304000', '155645.307000', '155645.309000', '155705.194000', '155705.196000', '155705.199000', '155705.201000', '155705.204000', '155705.207000', '155705.209000', '155705.212000', '155705.215000', '155705.217000', '155705.220000', '155705.222000', '155705.225000', '155705.228000', '155705.230000', '155705.233000', '155705.235000', '155705.238000', '155705.240000', '155705.243000', '155705.246000', '155705.248000', '155705.251000', '155705.254000', '155705.256000', '155705.259000', '155705.261000', '155705.264000', '155705.266000', '155705.269000', '155705.272000', '155705.274000', '155705.277000', '155705.279000', '155705.282000', '155705.284000', '155705.287000', '155705.290000', '155705.292000', '155705.295000', '155705.297000', '155705.300000', '155705.302000', '155705.305000', '155725.193000', '155725.196000', '155725.199000', '155725.202000', '155725.204000', '155725.207000', '155725.210000', '155725.212000', '155725.215000', '155725.217000', '155725.220000', '155725.222000', '155725.225000', '155725.228000', '155725.230000', '155725.233000', '155725.236000', '155725.239000', '155725.242000', '155725.244000', '155725.247000', '155725.249000', '155725.252000', '155725.255000', '155725.257000', '155725.260000', '155725.262000', '155725.265000', '155725.268000', '155725.270000', '155725.273000', '155725.275000', '155725.278000', '155725.280000', '155725.283000', '155725.286000', '155725.288000', '155725.291000', '155725.293000', '155725.296000', '155725.299000', '155725.302000', '155725.305000', '155745.193000', '155745.196000', '155745.199000', '155745.201000', '155745.204000', '155745.206000', '155745.209000', '155745.212000', '155745.214000', '155745.217000', '155745.219000', '155745.222000', '155745.225000', '155745.227000', '155745.230000', '155745.232000', '155745.235000', '155745.237000', '155745.240000', '155745.243000', '155745.245000', '155745.248000', '155745.250000', '155745.253000', '155745.256000', '155745.258000', '155745.261000', '155745.263000', '155745.266000', '155745.269000', '155745.271000', '155745.274000', '155745.276000', '155745.279000', '155745.282000', '155745.284000', '155745.287000', '155745.290000', '155745.292000', '155745.295000', '155745.297000', '155745.300000', '155745.303000', '155745.305000', '155805.194000', '155805.196000', '155805.205000', '155805.208000', '155805.210000', '155805.213000', '155805.216000', '155805.218000', '155805.221000', '155805.223000', '155805.226000', '155805.229000', '155805.231000', '155805.234000', '155805.237000', '155805.239000', '155805.242000', '155805.245000', '155805.247000', '155805.250000', '155805.252000', '155805.255000', '155805.258000', '155805.260000', '155805.263000', '155805.265000', '155805.268000', '155805.271000', '155805.273000', '155805.276000', '155805.278000', '155805.281000', '155805.283000', '155805.286000', '155805.289000', '155805.291000', '155805.294000', '155805.296000', '155805.299000', '155805.302000', '155805.304000', '155805.307000', '155805.309000', '155825.192000', '155825.195000', '155825.198000', '155825.200000', '155825.203000', '155825.206000', '155825.208000', '155825.211000', '155825.213000', '155825.216000', '155825.219000', '155825.221000', '155825.224000', '155825.226000', '155825.229000', '155825.231000', '155825.234000', '155825.237000', '155825.239000', '155825.242000', '155825.244000', '155825.247000', '155825.250000', '155825.252000', '155825.255000', '155825.257000', '155825.260000', '155825.262000', '155825.265000', '155825.268000', '155825.270000', '155825.273000', '155825.275000', '155825.278000', '155825.280000', '155825.283000', '155825.286000', '155825.288000', '155825.291000', '155825.293000', '155825.296000', '155825.299000', '155825.301000', '155825.304000', '155845.192000', '155845.195000', '155845.198000', '155845.200000', '155845.203000', '155845.206000', '155845.208000', '155845.211000', '155845.213000', '155845.216000', '155845.219000', '155845.221000', '155845.224000', '155845.226000', '155845.229000', '155845.232000', '155845.234000', '155845.237000', '155845.239000', '155845.242000', '155845.245000', '155845.247000', '155845.250000', '155845.252000', '155845.255000', '155845.257000', '155845.260000', '155845.262000', '155845.265000', '155845.268000', '155845.270000', '155845.273000', '155845.275000', '155845.278000', '155845.280000', '155845.283000', '155845.286000', '155845.288000', '155845.291000', '155845.294000', '155845.296000', '155845.299000', '155845.302000', '155905.192000', '155905.195000', '155905.198000', '155905.200000', '155905.203000', '155905.206000', '155905.208000', '155905.211000', '155905.213000', '155905.216000', '155905.218000', '155905.221000', '155905.224000', '155905.226000', '155905.229000', '155905.231000', '155905.234000', '155905.236000', '155905.239000', '155905.251000', '155905.254000', '155905.256000', '155905.259000', '155905.262000', '155905.264000', '155905.267000', '155905.269000', '155905.272000', '155905.274000', '155905.277000', '155905.280000', '155905.283000', '155905.285000', '155905.288000', '155905.290000', '155905.293000', '155905.295000', '155905.298000', '155905.301000', '155905.304000', '155905.306000', '155905.309000', '155905.312000', '155905.314000', '155916.584000', '155916.587000', '155916.590000', '155916.592000', '155916.595000', '155916.598000', '155916.601000', '155916.603000', '155916.606000', '155916.609000', '155916.611000', '155916.614000', '155916.617000', '155916.619000', '155916.622000', '155916.625000', '155916.627000', '155916.630000', '155916.633000', '155916.635000', '155916.638000', '155916.640000', '155916.643000', '155916.646000', '155916.648000'], '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': [11505, 6842, 11389, 6700, 11567, 6843, 10857, 6356, 10827, 6920, 10285, 6643, 11070, 6538, 10502, 7053, 9614, 6473, 9391, 6798, 8960, 6329, 9795, 7197, 9534, 7417, 8904, 6492, 8880, 7087, 8819, 6620, 9096, 6068, 9756, 6325, 10810, 6514, 10289, 6237, 10300, 6715, 9164, 6582, 10857, 6883, 10547, 6776, 10986, 7040, 10135, 6766, 10875, 6892, 9853, 6738, 11028, 7070, 11050, 6609, 10445, 6625, 11042, 6710, 11237, 7003, 10031, 6664, 10980, 7049, 11320, 6877, 8835, 6657, 10138, 7190, 10581, 6826, 9117, 6636, 10112, 6976, 10097, 7332, 8276, 7305, 7504, 7355, 7894, 8466, 6084, 11244, 7653, 11699, 8039, 11124, 7381, 11034, 7326, 11134, 7578, 9618, 6859, 10420, 6652, 10103, 6409, 9865, 6489, 10293, 6076, 9480, 6278, 9882, 8323, 8530, 7260, 7721, 8711, 7900, 10029, 7143, 7015, 6765, 6710, 9053, 7121, 10254, 6239, 10452, 7530, 10368, 10219, 8116, 11093, 7407, 12518, 7887, 11476, 7747, 10956, 6900, 10268, 6842, 11187, 6830, 10693, 6541, 9735, 6615, 9482, 6739, 9444, 7303, 9698, 7090, 9701, 8946, 8882, 6236, 9653, 6307, 10032, 6223, 11159, 6974, 11722, 7592, 7740, 8093, 6796, 10803, 7094, 10837, 7187, 10436, 7694, 11470, 7505, 9193, 7436, 6684, 8190, 6314, 9958, 6519, 11750, 7616, 9725, 8371, 6801, 10384, 6389, 11086, 7639, 11218, 7700, 9901, 8523, 8657, 9854, 6846, 10456, 7098, 11532, 7429, 11134, 7372, 12168, 7359, 7593, 7386, 6910, 9386, 6576, 10555, 6587, 11149, 7050, 11301, 7911, 9193, 7285, 8274, 8164, 7824, 9365, 6588, 10291, 6800, 10071, 6723, 10731, 6925, 10399, 6877, 10457, 6770, 11108, 7093, 8805, 7187, 6593, 8325, 6592, 10227, 8274, 10227, 7047, 10493, 6837, 10488, 6723, 10536, 7339, 11218, 7018, 6949, 8177, 6385, 10438, 6214, 11509, 7312, 9044, 9391, 6829, 11285, 6907, 11308, 7424, 11702, 8025, 9361, 7039, 11161, 6755, 11136, 7358, 11350, 7437, 7655, 7428, 6645, 8697, 6548, 10653, 7237, 10044, 6432, 10633, 6984, 11015, 7568, 10259, 7616, 11571, 7832, 11372, 7541, 7712, 7909, 7375, 8450, 7921, 10018, 6941, 11483, 6679, 11457, 7051, 10950, 7562, 10936, 7881, 10952, 8029, 10877, 7751, 10622, 7315, 11392, 7247, 9902, 6923, 11247, 7338, 11285, 6819, 6463, 7682, 8190, 8667, 8965, 9224, 7522, 9112, 6863, 9354, 8656, 9091, 7054, 8802, 7432, 8954, 8935, 7726, 6295, 7963, 8237, 8316, 10110, 7823, 6927, 7959, 8426, 7737, 10209, 7378, 6836, 7712, 7279, 8033, 7877, 8335, 7421, 8976, 8478, 9230, 7805, 9012, 6421, 9593, 6380, 10285, 6333, 11573, 6936, 10031, 6650, 10273, 6733, 9812, 6495, 10816, 6443, 10210, 6523, 9096, 6537, 10088, 6338, 10059, 6550, 10203, 6362, 10617, 7070, 9387, 7035, 10489, 7065, 10307, 7695, 9927, 7219, 10210, 6733, 9947, 6600, 11012, 6781, 9581, 6474, 10149, 6564, 10956, 6567, 7857, 6674, 8529, 6657, 10430, 7312, 7681, 6708, 8679, 6633, 11490, 7160, 8632, 6707, 8150, 6837, 8144, 6976, 9489, 7770, 6267, 9179, 7162, 9106, 8048, 9563, 6707, 10336, 6616, 9624, 6631, 10193, 6524, 10406, 6324, 10271, 6674, 9785, 6897, 9574, 6829, 7716, 7624, 7873, 9329, 6414, 10818, 6771, 10180, 6937, 9682, 7259, 10907, 7215, 10898, 7354, 11462, 7454, 6879, 7329, 6772, 7927, 7316, 9733, 6287, 10360, 6474, 9990, 6808, 10214, 6880, 10330, 7254, 8679, 6838, 10378, 6720, 10051, 6691, 9721, 6213, 9229, 6238, 9704, 6119, 10368, 6169, 10985, 6504, 10228, 6631, 10919, 7200, 8502, 7665, 6827, 10821, 6558, 10338, 6934, 11195, 8320, 10036, 6978, 10925, 7043, 11683, 7675, 10715, 6898, 10461, 7167, 11992, 7941, 9973, 7078, 7789, 6832, 8137, 7705, 7705, 9558, 6351, 9823, 6441, 9790, 6916, 9989, 6997, 11389, 7245, 9200, 7171, 7885, 7119, 6054, 11170, 8233, 10422, 7525, 7354, 8271, 7217, 9978, 6640, 10679, 7203, 11478, 7283, 7339, 7184, 7082, 9355, 6890, 9914, 6184, 10281, 6665, 10879, 7429, 9741, 7050, 10319, 6692, 10800, 7010, 8654, 6855, 8886, 7340, 9680, 7152, 6936, 8045, 7430, 8712, 9729, 7911, 7987, 7554, 7457, 7433, 8249, 8345, 8153, 8978, 6277, 9652, 6225, 10152, 6596, 9283, 6193, 10142, 6329, 10235, 6350, 9678, 6125, 9681, 6125, 10030, 9072, 8054, 6211, 8197, 6768, 8798, 7668, 9079, 6338, 10525, 6314, 9954, 6544, 9881, 6300, 10695, 6448, 9608, 6182, 10899, 6494, 10530, 6256, 10439, 6514, 11070, 7195, 10375, 7324, 10671, 6986, 10738, 7388, 11280, 7345, 8558, 6884, 10332, 6843, 10157, 7060, 9698, 6790, 10238, 6343, 9622, 6608, 11028, 7102, 9171, 6513, 10220, 6228, 10097, 6405, 8985, 6018, 10239, 6536, 9179, 7607, 8048, 8397, 7952, 8686, 6988, 9624, 7195, 11265, 7286, 9762, 6356, 10013, 6593, 10923, 6365, 9402, 6107, 10517, 6082, 9501, 6567, 9170, 8481, 7728, 6800, 7923, 7310, 8522, 9264, 8140, 9831, 7375, 7417, 7256, 10240, 7623, 11149, 7048, 10828, 6637, 9416, 6512, 9362, 6699, 10374, 7162, 11179, 7241, 9355, 6638, 10391, 6426, 10131, 6509, 10661, 6753, 9815, 6656, 10724, 6639, 10154, 6715, 10840, 6612, 7950, 7020, 7878, 8015, 9133, 7468, 12119, 7528, 7764, 6813, 7413, 7199, 9933, 7737, 11111, 7292, 9272, 6626, 10692, 7305, 10312, 7386, 10142, 6340, 9726, 6317, 9577, 7246, 8030, 7814, 7041, 10688, 7312, 11266, 6837, 10468, 6575, 10129, 6761, 10759, 7023, 9746, 6332, 10201, 6313, 9980, 6970, 8251, 6862, 7681, 9018, 7338, 12116, 6917, 9350, 6641, 10506, 6941, 10772, 7044, 8963, 6904, 9937, 6220, 9913, 6308, 9219, 6156, 9854, 6575, 10053, 6377, 10570, 7352, 10687, 6517, 10967, 6818, 11140, 7396, 10494, 7245, 11842, 7553, 12088, 8448, 9714, 6779, 9969, 7140, 9174, 12535, 7915, 6347, 7594, 7563, 7461, 9091, 7131, 6495, 6918, 8025, 7633, 11715, 7184, 8975, 6756, 10288, 6750, 10118, 6936, 9253, 6551, 10052, 6792, 10570, 6595, 9290, 6398, 9638, 6269, 9850, 6546, 9190, 6265, 9613, 6463], 'WindowCenter': [3950.0, 3872.0, 3921.0, 3857.0, 3907.0, 3843.0, 3905.0, 3841.0, 3893.0, 3841.0, 3882.0, 3839.0, 3892.0, 3827.0, 3881.0, 3840.0, 3870.0, 3827.0, 3869.0, 3826.0, 3858.0, 3827.0, 3880.0, 3837.0, 3870.0, 3848.0, 3873.0, 3830.0, 3872.0, 3850.0, 3884.0, 3840.0, 3871.0, 3830.0, 3880.0, 3841.0, 3891.0, 3829.0, 3880.0, 3831.0, 3893.0, 3840.0, 3882.0, 3841.0, 3891.0, 3840.0, 3891.0, 3840.0, 3891.0, 3840.0, 3881.0, 3840.0, 3891.0, 3840.0, 3881.0, 3839.0, 3890.0, 3839.0, 3890.0, 3841.0, 3892.0, 3841.0, 3891.0, 3840.0, 3890.0, 3840.0, 3880.0, 3840.0, 3891.0, 3838.0, 3892.0, 3840.0, 3870.0, 3838.0, 3879.0, 3839.0, 3880.0, 3840.0, 3870.0, 3840.0, 3881.0, 3851.0, 3881.0, 3851.0, 3860.0, 3850.0, 3851.0, 3849.0, 3859.0, 3860.0, 3832.0, 3893.0, 3862.0, 3901.0, 3861.0, 3892.0, 3851.0, 3880.0, 3839.0, 3879.0, 3848.0, 3869.0, 3827.0, 3879.0, 3827.0, 3868.0, 3826.0, 3867.0, 3826.0, 3879.0, 3815.0, 3867.0, 3826.0, 3879.0, 3858.0, 3859.0, 3838.0, 3849.0, 3858.0, 3849.0, 3868.0, 3840.0, 3839.0, 3841.0, 3839.0, 3883.0, 3851.0, 3895.0, 3831.0, 3894.0, 3862.0, 3894.0, 3893.0, 3863.0, 3893.0, 3850.0, 3903.0, 3860.0, 3892.0, 3850.0, 3891.0, 3851.0, 3880.0, 3838.0, 3889.0, 3838.0, 3879.0, 3828.0, 3870.0, 3837.0, 3870.0, 3828.0, 3871.0, 3839.0, 3872.0, 3839.0, 3870.0, 3859.0, 3861.0, 3829.0, 3871.0, 3828.0, 3870.0, 3818.0, 3892.0, 3853.0, 3893.0, 3853.0, 3852.0, 3862.0, 3841.0, 3893.0, 3841.0, 3883.0, 3841.0, 3880.0, 3851.0, 3893.0, 3852.0, 3871.0, 3852.0, 3841.0, 3861.0, 3829.0, 3882.0, 3843.0, 3903.0, 3853.0, 3884.0, 3865.0, 3843.0, 3895.0, 3833.0, 3905.0, 3853.0, 3893.0, 3851.0, 3871.0, 3861.0, 3862.0, 3897.0, 3844.0, 3895.0, 3842.0, 3892.0, 3841.0, 3892.0, 3853.0, 3893.0, 3853.0, 3852.0, 3853.0, 3842.0, 3872.0, 3830.0, 3882.0, 3842.0, 3893.0, 3842.0, 3893.0, 3864.0, 3873.0, 3853.0, 3862.0, 3863.0, 3853.0, 3874.0, 3842.0, 3884.0, 3830.0, 3872.0, 3843.0, 3894.0, 3842.0, 3883.0, 3842.0, 3882.0, 3842.0, 3892.0, 3841.0, 3872.0, 3842.0, 3841.0, 3863.0, 3829.0, 3883.0, 3864.0, 3884.0, 3844.0, 3883.0, 3842.0, 3881.0, 3831.0, 3880.0, 3851.0, 3892.0, 3842.0, 3841.0, 3863.0, 3831.0, 3894.0, 3831.0, 3893.0, 3851.0, 3871.0, 3873.0, 3829.0, 3893.0, 3840.0, 3891.0, 3839.0, 3906.0, 3851.0, 3870.0, 3841.0, 3880.0, 3830.0, 3880.0, 3839.0, 3891.0, 3841.0, 3850.0, 3851.0, 3839.0, 3861.0, 3829.0, 3892.0, 3840.0, 3882.0, 3830.0, 3881.0, 3840.0, 3881.0, 3853.0, 3882.0, 3851.0, 3891.0, 3850.0, 3890.0, 3850.0, 3849.0, 3850.0, 3838.0, 3849.0, 3848.0, 3882.0, 3839.0, 3891.0, 3828.0, 3890.0, 3837.0, 3880.0, 3848.0, 3881.0, 3851.0, 3881.0, 3850.0, 3891.0, 3850.0, 3880.0, 3850.0, 3890.0, 3839.0, 3869.0, 3839.0, 3879.0, 3838.0, 3880.0, 3840.0, 3829.0, 3861.0, 3860.0, 3859.0, 3858.0, 3871.0, 3849.0, 3871.0, 3829.0, 3870.0, 3859.0, 3871.0, 3836.0, 3858.0, 3836.0, 3859.0, 3871.0, 3850.0, 3828.0, 3862.0, 3859.0, 3859.0, 3879.0, 3849.0, 3838.0, 3850.0, 3848.0, 3849.0, 3880.0, 3840.0, 3829.0, 3851.0, 3850.0, 3861.0, 3848.0, 3861.0, 3838.0, 3871.0, 3859.0, 3870.0, 3848.0, 3860.0, 3828.0, 3870.0, 3816.0, 3881.0, 3828.0, 3891.0, 3826.0, 3870.0, 3827.0, 3879.0, 3828.0, 3869.0, 3828.0, 3879.0, 3815.0, 3879.0, 3817.0, 3859.0, 3827.0, 3868.0, 3828.0, 3879.0, 3828.0, 3879.0, 3827.0, 3880.0, 3839.0, 3869.0, 3841.0, 3880.0, 3839.0, 3868.0, 3847.0, 3870.0, 3838.0, 3869.0, 3828.0, 3867.0, 3826.0, 3878.0, 3827.0, 3866.0, 3827.0, 3869.0, 3827.0, 3880.0, 3829.0, 3848.0, 3829.0, 3858.0, 3827.0, 3879.0, 3839.0, 3848.0, 3839.0, 3859.0, 3829.0, 3890.0, 3840.0, 3861.0, 3839.0, 3850.0, 3828.0, 3847.0, 3839.0, 3870.0, 3850.0, 3829.0, 3871.0, 3852.0, 3872.0, 3850.0, 3871.0, 3828.0, 3881.0, 3827.0, 3869.0, 3827.0, 3869.0, 3817.0, 3879.0, 3816.0, 3880.0, 3839.0, 3868.0, 3838.0, 3868.0, 3827.0, 3835.0, 3835.0, 3846.0, 3869.0, 3827.0, 3880.0, 3829.0, 3879.0, 3837.0, 3869.0, 3838.0, 3877.0, 3836.0, 3878.0, 3836.0, 3877.0, 3838.0, 3827.0, 3837.0, 3826.0, 3847.0, 3834.0, 3868.0, 3827.0, 3879.0, 3828.0, 3868.0, 3826.0, 3879.0, 3837.0, 3878.0, 3838.0, 3858.0, 3828.0, 3878.0, 3826.0, 3867.0, 3826.0, 3868.0, 3815.0, 3868.0, 3816.0, 3869.0, 3817.0, 3878.0, 3816.0, 3879.0, 3829.0, 3880.0, 3842.0, 3892.0, 3852.0, 3862.0, 3860.0, 3841.0, 3894.0, 3831.0, 3881.0, 3839.0, 3891.0, 3862.0, 3879.0, 3840.0, 3892.0, 3841.0, 3903.0, 3851.0, 3880.0, 3839.0, 3879.0, 3840.0, 3889.0, 3849.0, 3869.0, 3839.0, 3848.0, 3827.0, 3846.0, 3849.0, 3848.0, 3870.0, 3826.0, 3879.0, 3827.0, 3868.0, 3837.0, 3869.0, 3838.0, 3890.0, 3849.0, 3870.0, 3838.0, 3849.0, 3839.0, 3818.0, 3890.0, 3860.0, 3891.0, 3851.0, 3850.0, 3859.0, 3849.0, 3881.0, 3828.0, 3880.0, 3837.0, 3891.0, 3850.0, 3839.0, 3838.0, 3838.0, 3869.0, 3837.0, 3880.0, 3828.0, 3880.0, 3841.0, 3891.0, 3850.0, 3869.0, 3839.0, 3879.0, 3828.0, 3890.0, 3838.0, 3859.0, 3828.0, 3857.0, 3839.0, 3869.0, 3851.0, 3839.0, 3860.0, 3837.0, 3859.0, 3868.0, 3861.0, 3847.0, 3850.0, 3837.0, 3838.0, 3858.0, 3859.0, 3848.0, 3870.0, 3829.0, 3880.0, 3815.0, 3881.0, 3827.0, 3871.0, 3819.0, 3881.0, 3829.0, 3883.0, 3828.0, 3881.0, 3818.0, 3869.0, 3817.0, 3882.0, 3871.0, 3850.0, 3816.0, 3859.0, 3827.0, 3860.0, 3848.0, 3870.0, 3828.0, 3881.0, 3827.0, 3880.0, 3828.0, 3881.0, 3828.0, 3880.0, 3828.0, 3869.0, 3816.0, 3879.0, 3827.0, 3880.0, 3829.0, 3880.0, 3827.0, 3892.0, 3853.0, 3881.0, 3850.0, 3880.0, 3838.0, 3878.0, 3838.0, 3890.0, 3839.0, 3858.0, 3839.0, 3879.0, 3828.0, 3879.0, 3837.0, 3868.0, 3827.0, 3868.0, 3826.0, 3867.0, 3827.0, 3879.0, 3838.0, 3858.0, 3828.0, 3879.0, 3816.0, 3879.0, 3827.0, 3858.0, 3817.0, 3880.0, 3827.0, 3870.0, 3848.0, 3860.0, 3859.0, 3849.0, 3858.0, 3838.0, 3868.0, 3838.0, 3890.0, 3849.0, 3869.0, 3828.0, 3868.0, 3828.0, 3890.0, 3828.0, 3869.0, 3817.0, 3879.0, 3815.0, 3870.0, 3826.0, 3870.0, 3858.0, 3849.0, 3827.0, 3859.0, 3838.0, 3860.0, 3870.0, 3861.0, 3880.0, 3850.0, 3849.0, 3849.0, 3879.0, 3850.0, 3890.0, 3840.0, 3891.0, 3840.0, 3870.0, 3830.0, 3870.0, 3840.0, 3879.0, 3841.0, 3892.0, 3851.0, 3870.0, 3840.0, 3881.0, 3829.0, 3880.0, 3830.0, 3892.0, 3841.0, 3881.0, 3842.0, 3892.0, 3842.0, 3892.0, 3834.0, 3891.0, 3840.0, 3861.0, 3852.0, 3861.0, 3861.0, 3870.0, 3851.0, 3903.0, 3851.0, 3850.0, 3840.0, 3849.0, 3850.0, 3880.0, 3863.0, 3893.0, 3852.0, 3871.0, 3840.0, 3881.0, 3851.0, 3881.0, 3839.0, 3880.0, 3828.0, 3869.0, 3826.0, 3870.0, 3837.0, 3849.0, 3836.0, 3837.0, 3878.0, 3839.0, 3890.0, 3827.0, 3879.0, 3839.0, 3880.0, 3839.0, 3892.0, 3839.0, 3870.0, 3828.0, 3880.0, 3828.0, 3881.0, 3838.0, 3859.0, 3827.0, 3848.0, 3857.0, 3850.0, 3891.0, 3839.0, 3869.0, 3829.0, 3880.0, 3839.0, 3892.0, 3839.0, 3859.0, 3838.0, 3869.0, 3818.0, 3882.0, 3828.0, 3871.0, 3819.0, 3881.0, 3839.0, 3882.0, 3830.0, 3893.0, 3853.0, 3893.0, 3843.0, 3892.0, 3842.0, 3892.0, 3852.0, 3892.0, 3852.0, 3902.0, 3851.0, 3903.0, 3859.0, 3869.0, 3827.0, 3869.0, 3826.0, 3868.0, 3889.0, 3846.0, 3815.0, 3836.0, 3833.0, 3837.0, 3858.0, 3826.0, 3815.0, 3837.0, 3847.0, 3848.0, 3890.0, 3838.0, 3858.0, 3827.0, 3867.0, 3826.0, 3879.0, 3836.0, 3868.0, 3826.0, 3868.0, 3828.0, 3880.0, 3827.0, 3868.0, 3816.0, 3868.0, 3826.0, 3868.0, 3828.0, 3870.0, 3828.0, 3870.0, 3827.0], 'WindowWidth': [8834.0, 8717.0, 8775.0, 8683.0, 8747.0, 8658.0, 8741.0, 8652.0, 8720.0, 8651.0, 8706.0, 8646.0, 8717.0, 8626.0, 8701.0, 8646.0, 8686.0, 8626.0, 8682.0, 8621.0, 8665.0, 8623.0, 8697.0, 8637.0, 8686.0, 8656.0, 8695.0, 8635.0, 8690.0, 8662.0, 8711.0, 8650.0, 8691.0, 8635.0, 8702.0, 8651.0, 8716.0, 8633.0, 8702.0, 8637.0, 8722.0, 8649.0, 8707.0, 8652.0, 8717.0, 8646.0, 8715.0, 8646.0, 8714.0, 8647.0, 8702.0, 8647.0, 8713.0, 8646.0, 8702.0, 8647.0, 8713.0, 8645.0, 8713.0, 8650.0, 8719.0, 8652.0, 8715.0, 8648.0, 8712.0, 8648.0, 8701.0, 8648.0, 8714.0, 8642.0, 8718.0, 8647.0, 8686.0, 8643.0, 8696.0, 8643.0, 8698.0, 8645.0, 8686.0, 8650.0, 8702.0, 8663.0, 8702.0, 8664.0, 8674.0, 8660.0, 8664.0, 8659.0, 8670.0, 8674.0, 8642.0, 8721.0, 8679.0, 8730.0, 8678.0, 8718.0, 8662.0, 8699.0, 8642.0, 8695.0, 8652.0, 8679.0, 8624.0, 8694.0, 8624.0, 8677.0, 8622.0, 8676.0, 8622.0, 8694.0, 8606.0, 8677.0, 8622.0, 8695.0, 8667.0, 8669.0, 8641.0, 8657.0, 8667.0, 8656.0, 8680.0, 8645.0, 8644.0, 8649.0, 8644.0, 8708.0, 8664.0, 8726.0, 8640.0, 8725.0, 8679.0, 8723.0, 8721.0, 8683.0, 8722.0, 8661.0, 8735.0, 8675.0, 8719.0, 8661.0, 8718.0, 8663.0, 8700.0, 8642.0, 8709.0, 8641.0, 8696.0, 8627.0, 8684.0, 8640.0, 8684.0, 8628.0, 8687.0, 8643.0, 8689.0, 8642.0, 8683.0, 8668.0, 8672.0, 8632.0, 8687.0, 8627.0, 8684.0, 8615.0, 8715.0, 8667.0, 8719.0, 8668.0, 8664.0, 8678.0, 8647.0, 8718.0, 8646.0, 8704.0, 8647.0, 8697.0, 8660.0, 8718.0, 8663.0, 8687.0, 8663.0, 8648.0, 8670.0, 8627.0, 8702.0, 8654.0, 8734.0, 8667.0, 8707.0, 8685.0, 8655.0, 8725.0, 8640.0, 8738.0, 8667.0, 8717.0, 8660.0, 8684.0, 8672.0, 8674.0, 8730.0, 8658.0, 8725.0, 8650.0, 8715.0, 8645.0, 8714.0, 8665.0, 8717.0, 8666.0, 8663.0, 8666.0, 8649.0, 8690.0, 8631.0, 8703.0, 8651.0, 8719.0, 8651.0, 8718.0, 8682.0, 8692.0, 8665.0, 8675.0, 8676.0, 8666.0, 8694.0, 8649.0, 8706.0, 8630.0, 8690.0, 8653.0, 8720.0, 8650.0, 8706.0, 8651.0, 8702.0, 8649.0, 8713.0, 8646.0, 8689.0, 8649.0, 8649.0, 8678.0, 8629.0, 8702.0, 8682.0, 8708.0, 8655.0, 8705.0, 8651.0, 8698.0, 8631.0, 8695.0, 8660.0, 8716.0, 8650.0, 8651.0, 8679.0, 8636.0, 8721.0, 8636.0, 8719.0, 8661.0, 8688.0, 8691.0, 8630.0, 8718.0, 8644.0, 8712.0, 8640.0, 8740.0, 8660.0, 8682.0, 8646.0, 8696.0, 8630.0, 8694.0, 8641.0, 8712.0, 8645.0, 8658.0, 8661.0, 8643.0, 8672.0, 8628.0, 8716.0, 8645.0, 8702.0, 8631.0, 8700.0, 8645.0, 8700.0, 8667.0, 8701.0, 8662.0, 8714.0, 8657.0, 8712.0, 8659.0, 8656.0, 8658.0, 8638.0, 8654.0, 8651.0, 8701.0, 8641.0, 8715.0, 8628.0, 8710.0, 8637.0, 8696.0, 8654.0, 8701.0, 8661.0, 8701.0, 8659.0, 8714.0, 8661.0, 8699.0, 8658.0, 8710.0, 8641.0, 8680.0, 8642.0, 8694.0, 8642.0, 8696.0, 8647.0, 8632.0, 8675.0, 8672.0, 8670.0, 8666.0, 8685.0, 8656.0, 8687.0, 8629.0, 8685.0, 8669.0, 8685.0, 8634.0, 8666.0, 8635.0, 8668.0, 8687.0, 8660.0, 8630.0, 8678.0, 8669.0, 8670.0, 8695.0, 8656.0, 8641.0, 8656.0, 8653.0, 8658.0, 8698.0, 8645.0, 8629.0, 8662.0, 8660.0, 8675.0, 8654.0, 8673.0, 8641.0, 8688.0, 8669.0, 8684.0, 8654.0, 8671.0, 8628.0, 8683.0, 8608.0, 8699.0, 8628.0, 8712.0, 8622.0, 8683.0, 8623.0, 8694.0, 8626.0, 8681.0, 8626.0, 8694.0, 8606.0, 8693.0, 8610.0, 8666.0, 8625.0, 8678.0, 8626.0, 8695.0, 8628.0, 8695.0, 8625.0, 8696.0, 8643.0, 8681.0, 8646.0, 8697.0, 8642.0, 8679.0, 8648.0, 8683.0, 8640.0, 8680.0, 8627.0, 8676.0, 8621.0, 8692.0, 8623.0, 8674.0, 8625.0, 8679.0, 8623.0, 8696.0, 8629.0, 8653.0, 8630.0, 8666.0, 8624.0, 8694.0, 8642.0, 8654.0, 8643.0, 8669.0, 8628.0, 8710.0, 8643.0, 8672.0, 8643.0, 8658.0, 8627.0, 8650.0, 8640.0, 8684.0, 8657.0, 8628.0, 8686.0, 8666.0, 8691.0, 8656.0, 8684.0, 8627.0, 8698.0, 8623.0, 8679.0, 8622.0, 8680.0, 8609.0, 8694.0, 8607.0, 8697.0, 8643.0, 8678.0, 8640.0, 8678.0, 8623.0, 8631.0, 8631.0, 8646.0, 8680.0, 8625.0, 8697.0, 8628.0, 8695.0, 8636.0, 8679.0, 8639.0, 8689.0, 8634.0, 8690.0, 8632.0, 8688.0, 8641.0, 8624.0, 8636.0, 8619.0, 8647.0, 8629.0, 8677.0, 8622.0, 8693.0, 8625.0, 8679.0, 8623.0, 8693.0, 8637.0, 8693.0, 8639.0, 8665.0, 8626.0, 8691.0, 8622.0, 8675.0, 8621.0, 8679.0, 8604.0, 8679.0, 8609.0, 8680.0, 8611.0, 8693.0, 8609.0, 8694.0, 8630.0, 8698.0, 8651.0, 8718.0, 8663.0, 8677.0, 8675.0, 8649.0, 8721.0, 8635.0, 8701.0, 8643.0, 8715.0, 8676.0, 8698.0, 8648.0, 8716.0, 8648.0, 8732.0, 8661.0, 8698.0, 8644.0, 8696.0, 8644.0, 8710.0, 8656.0, 8682.0, 8642.0, 8652.0, 8624.0, 8647.0, 8654.0, 8652.0, 8683.0, 8622.0, 8696.0, 8624.0, 8678.0, 8637.0, 8681.0, 8642.0, 8713.0, 8658.0, 8686.0, 8644.0, 8656.0, 8644.0, 8616.0, 8713.0, 8674.0, 8715.0, 8664.0, 8659.0, 8669.0, 8655.0, 8700.0, 8628.0, 8697.0, 8638.0, 8713.0, 8658.0, 8642.0, 8641.0, 8640.0, 8682.0, 8637.0, 8698.0, 8629.0, 8699.0, 8651.0, 8716.0, 8660.0, 8683.0, 8645.0, 8695.0, 8628.0, 8711.0, 8640.0, 8669.0, 8628.0, 8665.0, 8642.0, 8683.0, 8664.0, 8645.0, 8672.0, 8639.0, 8669.0, 8679.0, 8672.0, 8652.0, 8658.0, 8637.0, 8641.0, 8666.0, 8669.0, 8654.0, 8686.0, 8633.0, 8699.0, 8610.0, 8700.0, 8627.0, 8687.0, 8617.0, 8701.0, 8629.0, 8705.0, 8628.0, 8700.0, 8614.0, 8682.0, 8613.0, 8702.0, 8688.0, 8657.0, 8611.0, 8670.0, 8625.0, 8671.0, 8655.0, 8684.0, 8627.0, 8700.0, 8626.0, 8698.0, 8627.0, 8699.0, 8628.0, 8697.0, 8626.0, 8681.0, 8607.0, 8695.0, 8624.0, 8698.0, 8631.0, 8697.0, 8626.0, 8717.0, 8669.0, 8701.0, 8660.0, 8698.0, 8641.0, 8693.0, 8639.0, 8711.0, 8642.0, 8666.0, 8642.0, 8694.0, 8627.0, 8696.0, 8638.0, 8678.0, 8625.0, 8677.0, 8621.0, 8676.0, 8624.0, 8696.0, 8639.0, 8664.0, 8626.0, 8693.0, 8609.0, 8694.0, 8625.0, 8667.0, 8612.0, 8697.0, 8625.0, 8683.0, 8654.0, 8673.0, 8668.0, 8656.0, 8666.0, 8639.0, 8678.0, 8640.0, 8712.0, 8656.0, 8681.0, 8627.0, 8679.0, 8626.0, 8712.0, 8629.0, 8682.0, 8612.0, 8696.0, 8607.0, 8683.0, 8623.0, 8685.0, 8667.0, 8656.0, 8626.0, 8669.0, 8639.0, 8672.0, 8684.0, 8676.0, 8700.0, 8660.0, 8657.0, 8658.0, 8695.0, 8658.0, 8712.0, 8645.0, 8714.0, 8645.0, 8686.0, 8634.0, 8686.0, 8647.0, 8697.0, 8648.0, 8718.0, 8660.0, 8686.0, 8647.0, 8701.0, 8632.0, 8698.0, 8633.0, 8718.0, 8649.0, 8701.0, 8651.0, 8717.0, 8652.0, 8717.0, 8637.0, 8714.0, 8646.0, 8676.0, 8664.0, 8675.0, 8676.0, 8686.0, 8663.0, 8734.0, 8661.0, 8660.0, 8648.0, 8659.0, 8661.0, 8701.0, 8681.0, 8720.0, 8664.0, 8689.0, 8648.0, 8702.0, 8662.0, 8701.0, 8643.0, 8697.0, 8627.0, 8681.0, 8622.0, 8685.0, 8635.0, 8656.0, 8635.0, 8638.0, 8693.0, 8642.0, 8710.0, 8626.0, 8696.0, 8643.0, 8697.0, 8643.0, 8717.0, 8643.0, 8684.0, 8627.0, 8697.0, 8625.0, 8699.0, 8640.0, 8667.0, 8623.0, 8653.0, 8664.0, 8660.0, 8714.0, 8644.0, 8682.0, 8630.0, 8697.0, 8644.0, 8716.0, 8643.0, 8669.0, 8641.0, 8683.0, 8614.0, 8702.0, 8628.0, 8689.0, 8618.0, 8702.0, 8644.0, 8704.0, 8636.0, 8720.0, 8671.0, 8723.0, 8658.0, 8720.0, 8653.0, 8718.0, 8666.0, 8720.0, 8667.0, 8732.0, 8663.0, 8735.0, 8668.0, 8683.0, 8625.0, 8681.0, 8620.0, 8679.0, 8706.0, 8647.0, 8604.0, 8633.0, 8627.0, 8636.0, 8665.0, 8622.0, 8606.0, 8637.0, 8649.0, 8651.0, 8711.0, 8640.0, 8666.0, 8624.0, 8676.0, 8622.0, 8695.0, 8635.0, 8678.0, 8623.0, 8679.0, 8626.0, 8697.0, 8625.0, 8679.0, 8609.0, 8678.0, 8621.0, 8679.0, 8626.0, 8683.0, 8628.0, 8685.0, 8626.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.00028032258064516124</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020697185253456225</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.12445519326412</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1690070390542098</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956152008765871</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4855</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3696.4597</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09798932354472907</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.608294930875576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4604241246144256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4898293042742075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5499986664760215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3414444030930484</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00400875</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008012666366994381</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030543167144060135</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.001246664033327</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.9527</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.5964</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.7946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298157.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>712.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.9942</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.1096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3080.3867</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3232.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78387.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4066.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.7431</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.188181943492964</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> |