=== 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-0014 --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-0014",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0014_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0014_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0014_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-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>388f20c4d62992281e284baf9c54e4fa</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:31:0.117500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994305, 0.0017246, 0.106556, -0.0203069, 0.984615, 0.173554]</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_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0828737</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7742, -7282, 467, -26, -35, 26, 21]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>249.46</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>51e19106-6bc8-4f73-b82a-78b47f6e9b1e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6676483154296875, -0.05448189005255699, 0.28246620297431946, 107.69414520263672], [-0.004626962821930647, 2.6416499614715576, 0.4717695116996765, -96.63047790527344], [0.2858814001083374, -0.4656326472759247, 2.643415689468384, -68.07160186767578], [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': ['153100.117500', '153100.577500', '153101.037500', '153101.497500', '153101.957500', '153102.417500', '153102.877500', '153103.337500', '153103.797500', '153104.257500', '153104.717500', '153105.177500', '153105.637500', '153106.097500', '153106.557500', '153107.017500', '153107.477500', '153107.937500', '153108.397500', '153108.857500', '153109.317500', '153109.777500', '153110.237500', '153110.697500', '153111.157500', '153111.617500', '153112.077500', '153112.537500', '153112.997500', '153113.457500', '153113.917500', '153114.377500', '153114.837500', '153115.297500', '153115.757500', '153116.217500', '153116.677500', '153117.137500', '153117.597500', '153118.057500', '153118.517500', '153118.977500', '153119.437500', '153119.897500', '153120.357500', '153120.817500', '153121.277500', '153121.737500', '153122.197500', '153122.657500', '153123.117500', '153123.577500', '153124.037500', '153124.497500', '153124.957500', '153125.417500', '153125.877500', '153126.337500', '153126.797500', '153127.257500', '153127.717500', '153128.177500', '153128.637500', '153129.097500', '153129.557500', '153130.017500', '153130.477500', '153130.937500', '153131.397500', '153131.857500', '153132.317500', '153132.777500', '153133.237500', '153133.697500', '153134.157500', '153134.617500', '153135.077500', '153135.537500', '153135.997500', '153136.457500', '153136.917500', '153137.377500', '153137.837500', '153138.297500', '153138.757500', '153139.217500', '153139.677500', '153140.137500', '153140.597500', '153141.057500', '153141.517500', '153141.977500', '153142.437500', '153142.897500', '153143.357500', '153143.817500', '153144.277500', '153144.737500', '153145.197500', '153145.657500', '153146.117500', '153146.577500', '153147.037500', '153147.497500', '153147.957500', '153148.417500', '153148.877500', '153149.337500', '153149.797500', '153150.257500', '153150.717500', '153151.177500', '153151.637500', '153152.097500', '153152.557500', '153153.017500', '153153.477500', '153153.937500', '153154.397500', '153154.857500', '153155.317500', '153155.777500', '153156.237500', '153156.697500', '153157.157500', '153157.617500', '153158.077500', '153158.537500', '153158.997500', '153159.457500', '153159.917500', '153200.377500', '153200.837500', '153201.297500', '153201.757500', '153202.217500', '153202.677500', '153203.137500', '153203.597500', '153204.057500', '153204.517500', '153204.977500', '153205.437500', '153205.897500', '153206.357500', '153206.817500', '153207.277500', '153207.737500', '153208.197500', '153208.657500', '153209.117500', '153209.577500', '153210.037500', '153210.497500', '153210.957500', '153211.417500', '153211.877500', '153212.337500', '153212.797500', '153213.257500', '153213.717500', '153214.177500', '153214.637500', '153215.097500', '153215.557500', '153216.017500', '153216.477500', '153216.937500', '153217.397500', '153217.857500', '153218.317500', '153218.777500', '153219.237500', '153219.697500', '153220.157500', '153220.617500', '153221.077500', '153221.537500', '153221.997500', '153222.457500', '153222.917500', '153223.377500', '153223.837500', '153224.297500', '153224.757500', '153225.217500', '153225.677500', '153226.137500', '153226.597500', '153227.057500', '153227.517500', '153227.977500', '153228.437500', '153228.897500', '153229.357500', '153229.817500', '153230.277500', '153230.737500', '153231.197500', '153231.657500', '153232.117500', '153232.577500', '153233.037500', '153233.497500', '153233.957500', '153234.417500', '153234.877500', '153235.337500', '153235.797500', '153236.257500', '153236.717500', '153237.177500', '153237.637500', '153238.097500', '153238.557500', '153239.017500', '153239.477500', '153239.937500', '153240.397500', '153240.857500', '153241.317500', '153241.777500', '153242.237500', '153242.697500', '153243.157500', '153243.617500', '153244.077500', '153244.537500', '153244.997500', '153245.457500', '153245.917500', '153246.377500', '153246.837500', '153247.297500', '153247.757500', '153248.217500', '153248.677500', '153249.137500', '153249.597500', '153250.057500', '153250.517500', '153250.977500', '153251.437500', '153251.897500', '153252.357500', '153252.817500', '153253.277500', '153253.737500', '153254.197500', '153254.657500', '153255.117500', '153255.577500', '153256.037500', '153256.497500', '153256.957500', '153257.417500', '153257.877500', '153258.337500', '153258.797500', '153259.257500', '153259.717500', '153300.177500', '153300.637500', '153301.097500', '153301.557500', '153302.017500', '153302.477500', '153302.937500', '153303.397500', '153303.857500', '153304.317500', '153304.777500', '153305.237500', '153305.697500', '153306.157500', '153306.617500', '153307.077500', '153307.537500', '153307.997500', '153308.457500', '153308.917500', '153309.377500', '153309.837500', '153310.297500', '153310.757500', '153311.217500', '153311.677500', '153312.137500', '153312.597500', '153313.057500', '153313.517500', '153313.977500', '153314.437500', '153314.897500', '153315.357500', '153315.817500', '153316.277500', '153316.737500', '153317.197500', '153317.657500', '153318.117500', '153318.577500', '153319.037500', '153319.497500', '153319.957500', '153320.417500', '153320.877500', '153321.337500', '153321.797500', '153322.257500', '153322.717500', '153323.177500', '153323.637500', '153324.097500', '153324.557500', '153325.017500', '153325.477500', '153325.937500', '153326.397500', '153326.857500', '153327.317500', '153327.777500', '153328.237500', '153328.697500', '153329.157500', '153329.617500', '153330.077500', '153330.537500', '153330.997500', '153331.457500', '153331.917500', '153332.377500', '153332.837500', '153333.297500', '153333.757500', '153334.217500', '153334.677500', '153335.137500', '153335.597500', '153336.057500', '153336.517500', '153336.977500', '153337.437500', '153337.897500', '153338.357500', '153338.817500', '153339.277500', '153339.737500', '153340.197500', '153340.657500', '153341.117500', '153341.577500', '153342.037500', '153342.497500', '153342.957500', '153343.417500', '153343.877500', '153344.337500', '153344.797500', '153345.257500', '153345.717500', '153346.177500', '153346.637500', '153347.097500', '153347.557500', '153348.017500', '153348.477500', '153348.937500', '153349.397500', '153349.857500', '153350.317500', '153350.777500', '153351.237500', '153351.697500', '153352.157500', '153352.617500', '153353.077500', '153353.537500', '153353.997500', '153354.457500', '153354.917500', '153355.377500', '153355.837500', '153356.297500', '153356.757500', '153357.217500', '153357.677500', '153358.137500', '153358.597500', '153359.057500', '153359.517500', '153359.977500', '153400.437500', '153400.897500', '153401.357500', '153401.817500', '153402.277500', '153402.737500', '153403.197500', '153403.657500', '153404.117500', '153404.577500', '153405.037500', '153405.497500', '153405.957500', '153406.417500', '153406.877500', '153407.337500', '153407.797500', '153408.257500', '153408.717500', '153409.177500', '153409.637500', '153410.097500', '153410.557500', '153411.017500', '153411.477500', '153411.937500', '153412.397500', '153412.857500', '153413.317500', '153413.777500', '153414.237500', '153414.697500', '153415.157500', '153415.617500', '153416.077500', '153416.537500', '153416.997500', '153417.457500', '153417.917500', '153418.377500', '153418.837500', '153419.297500', '153419.757500', '153420.217500', '153420.677500', '153421.137500', '153421.597500', '153422.057500', '153422.517500', '153422.977500', '153423.437500', '153423.897500', '153424.357500', '153424.817500', '153425.277500', '153425.737500', '153426.197500', '153426.657500', '153427.117500', '153427.577500', '153428.037500', '153428.497500', '153428.957500', '153429.417500', '153429.877500', '153430.337500', '153430.797500', '153431.257500', '153431.717500', '153432.177500', '153432.637500', '153433.097500', '153433.557500', '153434.017500', '153434.477500', '153434.937500', '153435.397500', '153435.857500', '153436.317500', '153436.777500', '153437.237500', '153437.697500', '153438.157500', '153438.617500', '153439.077500', '153439.537500', '153439.997500', '153440.457500', '153440.917500', '153441.377500', '153441.837500', '153442.297500', '153442.757500', '153443.217500', '153443.677500', '153444.137500', '153444.597500', '153445.057500', '153445.517500', '153445.977500', '153446.437500', '153446.897500', '153447.357500', '153447.817500', '153448.277500', '153448.737500', '153449.197500', '153449.657500', '153450.117500', '153450.577500', '153451.037500', '153451.497500', '153451.957500', '153452.417500', '153452.877500', '153453.337500', '153453.797500', '153454.257500', '153454.717500', '153455.177500', '153455.637500', '153456.097500', '153456.557500', '153457.017500', '153457.477500', '153457.937500', '153458.397500', '153458.857500', '153459.317500', '153459.777500', '153500.237500', '153500.697500', '153501.157500', '153501.617500', '153502.077500', '153502.537500', '153502.997500', '153503.457500', '153503.917500', '153504.377500', '153504.837500', '153505.297500', '153505.757500', '153506.217500', '153506.677500', '153507.137500', '153507.597500', '153508.057500', '153508.517500', '153508.977500', '153509.437500', '153509.897500', '153510.357500', '153510.817500', '153511.277500', '153511.737500', '153512.197500', '153512.657500', '153513.117500', '153513.577500', '153514.037500', '153514.497500', '153514.957500', '153515.417500', '153515.877500', '153516.337500', '153516.797500', '153517.257500', '153517.717500', '153518.177500', '153518.637500', '153519.097500', '153519.557500', '153520.017500', '153520.477500', '153520.937500', '153521.397500', '153521.857500', '153522.317500', '153522.777500', '153523.237500', '153523.697500', '153524.157500', '153524.617500', '153525.077500', '153525.537500', '153525.997500', '153526.457500', '153526.917500', '153527.377500', '153527.837500', '153528.297500', '153528.757500', '153529.217500', '153529.677500', '153530.137500', '153530.597500', '153531.057500', '153531.517500', '153531.977500', '153532.437500', '153532.897500', '153533.357500', '153533.817500', '153534.277500', '153534.737500', '153535.197500', '153535.657500', '153536.117500', '153536.577500', '153537.037500', '153537.497500', '153537.957500', '153538.417500', '153538.877500', '153539.337500', '153539.797500', '153540.257500', '153540.717500', '153541.177500', '153541.637500', '153542.097500', '153542.557500', '153543.017500', '153543.477500', '153543.937500', '153544.397500', '153544.857500', '153545.317500', '153545.777500', '153546.237500', '153546.697500', '153547.157500', '153547.617500', '153548.077500', '153548.537500', '153548.997500', '153549.457500', '153549.917500', '153550.377500', '153550.837500', '153551.297500', '153551.757500', '153552.217500', '153552.677500', '153553.137500', '153553.597500', '153554.057500', '153554.517500', '153554.977500', '153555.437500', '153555.897500', '153556.357500', '153556.817500', '153557.277500', '153557.737500', '153558.197500', '153558.657500', '153559.117500', '153559.577500', '153600.037500', '153600.497500', '153600.957500', '153601.417500', '153601.877500', '153602.337500', '153602.797500', '153603.257500', '153603.717500', '153604.177500', '153604.637500', '153605.097500', '153605.557500', '153606.017500', '153606.477500', '153606.937500', '153607.397500', '153607.857500', '153608.317500', '153608.777500', '153609.237500', '153609.697500', '153610.157500', '153610.617500', '153611.077500', '153611.537500', '153611.997500', '153612.457500', '153612.917500', '153613.377500', '153613.837500', '153614.297500', '153614.757500', '153615.217500', '153615.677500', '153616.137500', '153616.597500', '153617.057500', '153617.517500', '153617.977500', '153618.437500', '153618.897500', '153619.357500', '153619.817500', '153620.277500', '153620.737500', '153621.197500', '153621.657500', '153622.117500', '153622.577500', '153623.037500', '153623.497500', '153623.957500', '153624.417500', '153624.877500', '153625.337500', '153625.797500', '153626.257500', '153626.717500', '153627.177500', '153627.637500', '153628.097500', '153628.557500', '153629.017500', '153629.477500', '153629.937500', '153630.397500', '153630.857500', '153631.317500', '153631.777500', '153632.237500', '153632.697500', '153633.157500', '153633.617500', '153634.077500', '153634.537500', '153634.997500', '153635.457500', '153635.917500', '153636.377500', '153636.837500', '153637.297500', '153637.757500', '153638.217500', '153638.677500', '153639.137500', '153639.597500', '153640.057500', '153640.517500', '153640.977500', '153641.437500', '153641.897500', '153642.357500', '153642.817500', '153643.277500', '153643.737500', '153644.197500', '153644.657500', '153645.117500', '153645.577500', '153646.037500', '153646.497500', '153646.957500', '153647.417500', '153647.877500', '153648.337500', '153648.797500', '153649.257500', '153649.717500', '153650.177500', '153650.637500', '153651.097500', '153651.557500', '153652.017500', '153652.477500', '153652.937500', '153653.397500', '153653.857500', '153654.317500', '153654.777500', '153655.237500', '153655.697500', '153656.157500', '153656.617500', '153657.077500', '153657.537500', '153657.997500', '153658.457500', '153658.917500', '153659.377500', '153659.837500', '153700.297500', '153700.757500', '153701.217500', '153701.677500', '153702.137500', '153702.597500', '153703.057500', '153703.517500', '153703.977500', '153704.437500', '153704.897500', '153705.357500', '153705.817500', '153706.277500', '153706.737500', '153707.197500', '153707.657500', '153708.117500', '153708.577500', '153709.037500', '153709.497500', '153709.957500', '153710.417500', '153710.877500', '153711.337500', '153711.797500', '153712.257500', '153712.717500', '153713.177500', '153713.637500', '153714.097500', '153714.557500', '153715.017500', '153715.477500', '153715.937500', '153716.397500', '153716.857500', '153717.317500', '153717.777500', '153718.237500', '153718.697500', '153719.157500', '153719.617500', '153720.077500', '153720.537500', '153720.997500', '153721.457500', '153721.917500', '153722.377500', '153722.837500', '153723.297500', '153723.757500', '153724.217500', '153724.677500', '153725.137500', '153725.597500', '153726.057500', '153726.517500', '153726.977500', '153727.437500', '153727.897500', '153728.357500', '153728.817500', '153729.277500', '153729.737500', '153730.197500', '153730.657500', '153731.117500', '153731.577500', '153732.037500', '153732.497500', '153732.957500', '153733.417500', '153733.877500', '153734.337500', '153734.797500', '153735.257500', '153735.717500', '153736.177500', '153736.637500', '153737.097500', '153737.557500', '153738.017500', '153738.477500', '153738.937500', '153739.397500', '153739.857500', '153740.317500', '153740.777500'], 'ContentTime': ['153128.275000', '153128.278000', '153128.281000', '153128.284000', '153128.287000', '153128.290000', '153128.293000', '153128.295000', '153128.298000', '153128.301000', '153128.304000', '153128.309000', '153128.312000', '153128.315000', '153128.318000', '153128.321000', '153128.323000', '153128.326000', '153128.329000', '153128.332000', '153128.335000', '153128.338000', '153128.340000', '153128.343000', '153128.346000', '153128.349000', '153128.352000', '153128.355000', '153128.357000', '153128.360000', '153128.363000', '153128.366000', '153128.368000', '153128.371000', '153128.374000', '153128.377000', '153128.379000', '153128.382000', '153128.385000', '153128.388000', '153128.390000', '153128.393000', '153128.396000', '153128.399000', '153128.401000', '153128.404000', '153128.407000', '153128.410000', '153128.413000', '153128.416000', '153128.418000', '153128.421000', '153128.424000', '153128.427000', '153128.429000', '153128.432000', '153128.435000', '153128.438000', '153148.234000', '153148.237000', '153148.245000', '153148.247000', '153148.250000', '153148.253000', '153148.256000', '153148.259000', '153148.262000', '153148.264000', '153148.267000', '153148.270000', '153148.273000', '153148.276000', '153148.279000', '153148.281000', '153148.284000', '153148.287000', '153148.290000', '153148.293000', '153148.295000', '153148.298000', '153148.301000', '153148.304000', '153148.307000', '153148.309000', '153148.312000', '153148.315000', '153148.318000', '153148.321000', '153148.324000', '153148.326000', '153148.329000', '153148.332000', '153148.335000', '153148.338000', '153148.340000', '153148.343000', '153148.346000', '153148.349000', '153148.352000', '153148.355000', '153148.357000', '153148.360000', '153208.234000', '153208.237000', '153208.240000', '153208.243000', '153208.246000', '153208.248000', '153208.251000', '153208.254000', '153208.257000', '153208.260000', '153208.263000', '153208.265000', '153208.268000', '153208.276000', '153208.279000', '153208.282000', '153208.285000', '153208.288000', '153208.290000', '153208.293000', '153208.296000', '153208.299000', '153208.302000', '153208.304000', '153208.307000', '153208.310000', '153208.313000', '153208.316000', '153208.318000', '153208.321000', '153208.324000', '153208.327000', '153208.330000', '153208.332000', '153208.335000', '153208.338000', '153208.341000', '153208.343000', '153208.347000', '153208.350000', '153208.353000', '153208.356000', '153208.359000', '153228.234000', '153228.237000', '153228.239000', '153228.242000', '153228.245000', '153228.248000', '153228.251000', '153228.254000', '153228.256000', '153228.259000', '153228.273000', '153228.276000', '153228.279000', '153228.282000', '153228.284000', '153228.287000', '153228.290000', '153228.293000', '153228.296000', '153228.299000', '153228.301000', '153228.304000', '153228.307000', '153228.310000', '153228.313000', '153228.315000', '153228.318000', '153228.321000', '153228.324000', '153228.327000', '153228.329000', '153228.332000', '153228.335000', '153228.338000', '153228.340000', '153228.343000', '153228.346000', '153228.349000', '153228.352000', '153228.355000', '153228.357000', '153228.360000', '153228.363000', '153228.366000', '153248.234000', '153248.237000', '153248.240000', '153248.243000', '153248.246000', '153248.249000', '153248.251000', '153248.255000', '153248.257000', '153248.260000', '153248.263000', '153248.266000', '153248.269000', '153248.272000', '153248.274000', '153248.277000', '153248.280000', '153248.288000', '153248.290000', '153248.293000', '153248.296000', '153248.299000', '153248.302000', '153248.305000', '153248.307000', '153248.310000', '153248.313000', '153248.316000', '153248.319000', '153248.321000', '153248.324000', '153248.327000', '153248.330000', '153248.333000', '153248.335000', '153248.338000', '153248.341000', '153248.344000', '153248.347000', '153248.350000', '153248.352000', '153248.355000', '153248.358000', '153308.234000', '153308.237000', '153308.240000', '153308.242000', '153308.245000', '153308.248000', '153308.251000', '153308.254000', '153308.257000', '153308.259000', '153308.262000', '153308.265000', '153308.268000', '153308.271000', '153308.273000', '153308.276000', '153308.284000', '153308.287000', '153308.290000', '153308.293000', '153308.296000', '153308.298000', '153308.301000', '153308.304000', '153308.307000', '153308.310000', '153308.312000', '153308.315000', '153308.318000', '153308.321000', '153308.324000', '153308.326000', '153308.329000', '153308.332000', '153308.335000', '153308.338000', '153308.340000', '153308.343000', '153308.346000', '153308.349000', '153308.352000', '153308.355000', '153308.358000', '153308.360000', '153328.235000', '153328.238000', '153328.241000', '153328.243000', '153328.246000', '153328.249000', '153328.252000', '153328.255000', '153328.258000', '153328.261000', '153328.264000', '153328.267000', '153328.270000', '153328.272000', '153328.275000', '153328.278000', '153328.281000', '153328.284000', '153328.286000', '153328.289000', '153328.292000', '153328.295000', '153328.298000', '153328.300000', '153328.303000', '153328.306000', '153328.309000', '153328.311000', '153328.314000', '153328.317000', '153328.320000', '153328.323000', '153328.325000', '153328.328000', '153328.331000', '153328.334000', '153328.337000', '153328.339000', '153328.342000', '153328.345000', '153328.348000', '153328.350000', '153328.353000', '153348.235000', '153348.238000', '153348.241000', '153348.243000', '153348.246000', '153348.249000', '153348.252000', '153348.255000', '153348.257000', '153348.260000', '153348.263000', '153348.266000', '153348.268000', '153348.271000', '153348.274000', '153348.277000', '153348.280000', '153348.282000', '153348.285000', '153348.288000', '153348.291000', '153348.294000', '153348.297000', '153348.299000', '153348.302000', '153348.305000', '153348.308000', '153348.310000', '153348.313000', '153348.316000', '153348.319000', '153348.322000', '153348.324000', '153348.327000', '153348.330000', '153348.333000', '153348.336000', '153348.338000', '153348.341000', '153348.344000', '153348.347000', '153348.349000', '153348.352000', '153348.355000', '153408.234000', '153408.237000', '153408.240000', '153408.242000', '153408.245000', '153408.248000', '153408.251000', '153408.254000', '153408.256000', '153408.259000', '153408.262000', '153408.265000', '153408.268000', '153408.270000', '153408.273000', '153408.276000', '153408.279000', '153408.283000', '153408.288000', '153408.291000', '153408.294000', '153408.297000', '153408.299000', '153408.302000', '153408.305000', '153408.308000', '153408.310000', '153408.313000', '153408.316000', '153408.319000', '153408.322000', '153408.324000', '153408.327000', '153408.330000', '153408.333000', '153408.336000', '153408.338000', '153408.341000', '153408.344000', '153408.347000', '153408.350000', '153408.352000', '153408.355000', '153428.234000', '153428.237000', '153428.240000', '153428.242000', '153428.245000', '153428.248000', '153428.251000', '153428.254000', '153428.256000', '153428.259000', '153428.266000', '153428.269000', '153428.272000', '153428.275000', '153428.277000', '153428.280000', '153428.283000', '153428.286000', '153428.288000', '153428.291000', '153428.294000', '153428.297000', '153428.300000', '153428.302000', '153428.305000', '153428.308000', '153428.311000', '153428.313000', '153428.316000', '153428.319000', '153428.322000', '153428.325000', '153428.327000', '153428.330000', '153428.333000', '153428.336000', '153428.339000', '153428.341000', '153428.344000', '153428.347000', '153428.350000', '153428.352000', '153428.355000', '153428.358000', '153448.234000', '153448.237000', '153448.240000', '153448.242000', '153448.245000', '153448.248000', '153448.251000', '153448.253000', '153448.256000', '153448.259000', '153448.262000', '153448.265000', '153448.267000', '153448.270000', '153448.273000', '153448.276000', '153448.279000', '153448.282000', '153448.284000', '153448.287000', '153448.290000', '153448.293000', '153448.296000', '153448.301000', '153448.304000', '153448.307000', '153448.310000', '153448.313000', '153448.316000', '153448.319000', '153448.321000', '153448.324000', '153448.327000', '153448.330000', '153448.333000', '153448.335000', '153448.338000', '153448.341000', '153448.344000', '153448.346000', '153448.349000', '153448.352000', '153448.355000', '153508.234000', '153508.237000', '153508.239000', '153508.242000', '153508.245000', '153508.248000', '153508.251000', '153508.254000', '153508.256000', '153508.259000', '153508.262000', '153508.265000', '153508.267000', '153508.270000', '153508.273000', '153508.276000', '153508.278000', '153508.281000', '153508.284000', '153508.287000', '153508.290000', '153508.293000', '153508.295000', '153508.298000', '153508.301000', '153508.304000', '153508.307000', '153508.309000', '153508.312000', '153508.315000', '153508.318000', '153508.321000', '153508.323000', '153508.326000', '153508.329000', '153508.332000', '153508.335000', '153508.337000', '153508.340000', '153508.343000', '153508.346000', '153508.348000', '153508.351000', '153508.354000', '153528.234000', '153528.237000', '153528.240000', '153528.243000', '153528.245000', '153528.248000', '153528.252000', '153528.255000', '153528.258000', '153528.261000', '153528.264000', '153528.267000', '153528.269000', '153528.272000', '153528.275000', '153528.278000', '153528.281000', '153528.283000', '153528.286000', '153528.289000', '153528.292000', '153528.295000', '153528.297000', '153528.300000', '153528.303000', '153528.307000', '153528.310000', '153528.313000', '153528.316000', '153528.318000', '153528.339000', '153528.342000', '153528.345000', '153528.348000', '153528.350000', '153528.353000', '153528.356000', '153528.359000', '153528.362000', '153528.364000', '153528.367000', '153528.370000', '153528.373000', '153548.235000', '153548.238000', '153548.241000', '153548.244000', '153548.246000', '153548.249000', '153548.252000', '153548.255000', '153548.257000', '153548.260000', '153548.263000', '153548.266000', '153548.268000', '153548.271000', '153548.274000', '153548.277000', '153548.280000', '153548.282000', '153548.285000', '153548.288000', '153548.291000', '153548.294000', '153548.296000', '153548.299000', '153548.302000', '153548.305000', '153548.307000', '153548.310000', '153548.313000', '153548.316000', '153548.319000', '153548.321000', '153548.324000', '153548.327000', '153548.330000', '153548.333000', '153548.335000', '153548.338000', '153548.341000', '153548.344000', '153548.347000', '153548.349000', '153548.352000', '153548.355000', '153608.235000', '153608.238000', '153608.241000', '153608.244000', '153608.246000', '153608.249000', '153608.252000', '153608.255000', '153608.258000', '153608.260000', '153608.263000', '153608.266000', '153608.269000', '153608.272000', '153608.274000', '153608.277000', '153608.280000', '153608.283000', '153608.286000', '153608.289000', '153608.291000', '153608.294000', '153608.297000', '153608.300000', '153608.302000', '153608.305000', '153608.308000', '153608.311000', '153608.314000', '153608.316000', '153608.319000', '153608.322000', '153608.325000', '153608.328000', '153608.330000', '153608.333000', '153608.336000', '153608.339000', '153608.342000', '153608.345000', '153608.348000', '153608.351000', '153608.354000', '153628.234000', '153628.237000', '153628.240000', '153628.242000', '153628.245000', '153628.248000', '153628.251000', '153628.254000', '153628.256000', '153628.259000', '153628.262000', '153628.265000', '153628.268000', '153628.270000', '153628.273000', '153628.276000', '153628.279000', '153628.282000', '153628.284000', '153628.287000', '153628.290000', '153628.293000', '153628.295000', '153628.298000', '153628.301000', '153628.309000', '153628.312000', '153628.315000', '153628.318000', '153628.321000', '153628.323000', '153628.326000', '153628.329000', '153628.332000', '153628.334000', '153628.337000', '153628.340000', '153628.343000', '153628.346000', '153628.348000', '153628.351000', '153628.354000', '153628.357000', '153628.360000', '153648.234000', '153648.237000', '153648.240000', '153648.242000', '153648.245000', '153648.248000', '153648.251000', '153648.254000', '153648.256000', '153648.259000', '153648.262000', '153648.265000', '153648.268000', '153648.270000', '153648.273000', '153648.276000', '153648.279000', '153648.281000', '153648.284000', '153648.287000', '153648.291000', '153648.294000', '153648.297000', '153648.300000', '153648.302000', '153648.305000', '153648.308000', '153648.311000', '153648.314000', '153648.317000', '153648.319000', '153648.322000', '153648.325000', '153648.328000', '153648.331000', '153648.333000', '153648.336000', '153648.339000', '153648.342000', '153648.345000', '153648.363000', '153648.366000', '153648.369000', '153708.234000', '153708.237000', '153708.240000', '153708.243000', '153708.246000', '153708.249000', '153708.251000', '153708.254000', '153708.257000', '153708.260000', '153708.263000', '153708.266000', '153708.269000', '153708.271000', '153708.274000', '153708.277000', '153708.280000', '153708.283000', '153708.285000', '153708.288000', '153708.291000', '153708.294000', '153708.297000', '153708.300000', '153708.303000', '153708.306000', '153708.309000', '153708.312000', '153708.315000', '153708.318000', '153708.320000', '153708.323000', '153708.328000', '153708.331000', '153708.333000', '153708.336000', '153708.339000', '153708.342000', '153708.345000', '153708.347000', '153708.350000', '153708.353000', '153708.356000', '153708.359000', '153728.234000', '153728.237000', '153728.240000', '153728.242000', '153728.245000', '153728.248000', '153728.251000', '153728.253000', '153728.256000', '153728.259000', '153728.262000', '153728.265000', '153728.267000', '153728.270000', '153728.273000', '153728.276000', '153728.278000', '153728.281000', '153728.284000', '153728.287000', '153728.290000', '153728.292000', '153728.312000', '153728.315000', '153728.318000', '153728.320000', '153728.323000', '153728.326000', '153728.329000', '153728.332000', '153728.334000', '153728.337000', '153728.340000', '153728.343000', '153728.345000', '153728.348000', '153728.351000', '153728.354000', '153728.357000', '153728.360000', '153728.363000', '153728.365000', '153728.368000', '153742.240000', '153742.243000', '153742.246000', '153742.249000', '153742.252000', '153742.255000', '153742.259000', '153742.262000', '153742.264000', '153742.267000', '153742.270000', '153742.273000', '153742.276000', '153742.279000', '153742.282000', '153742.285000', '153742.287000', '153742.291000', '153742.294000', '153742.297000', '153742.299000', '153742.302000', '153742.305000', '153742.308000', '153742.311000', '153742.313000', '153742.316000', '153742.319000', '153742.322000', '153742.325000', '153742.327000'], 'InstanceCreationTime': ['153128.275000', '153128.278000', '153128.281000', '153128.284000', '153128.287000', '153128.290000', '153128.293000', '153128.295000', '153128.298000', '153128.301000', '153128.304000', '153128.309000', '153128.312000', '153128.315000', '153128.318000', '153128.321000', '153128.323000', '153128.326000', '153128.329000', '153128.332000', '153128.335000', '153128.338000', '153128.340000', '153128.343000', '153128.346000', '153128.349000', '153128.352000', '153128.355000', '153128.357000', '153128.360000', '153128.363000', '153128.366000', '153128.368000', '153128.371000', '153128.374000', '153128.377000', '153128.379000', '153128.382000', '153128.385000', '153128.388000', '153128.390000', '153128.393000', '153128.396000', '153128.399000', '153128.401000', '153128.404000', '153128.407000', '153128.410000', '153128.413000', '153128.416000', '153128.418000', '153128.421000', '153128.424000', '153128.427000', '153128.429000', '153128.432000', '153128.435000', '153128.438000', '153148.234000', '153148.237000', '153148.245000', '153148.247000', '153148.250000', '153148.253000', '153148.256000', '153148.259000', '153148.262000', '153148.264000', '153148.267000', '153148.270000', '153148.273000', '153148.276000', '153148.279000', '153148.281000', '153148.284000', '153148.287000', '153148.290000', '153148.293000', '153148.295000', '153148.298000', '153148.301000', '153148.304000', '153148.307000', '153148.309000', '153148.312000', '153148.315000', '153148.318000', '153148.321000', '153148.324000', '153148.326000', '153148.329000', '153148.332000', '153148.335000', '153148.338000', '153148.340000', '153148.343000', '153148.346000', '153148.349000', '153148.352000', '153148.355000', '153148.357000', '153148.360000', '153208.234000', '153208.237000', '153208.240000', '153208.243000', '153208.246000', '153208.248000', '153208.251000', '153208.254000', '153208.257000', '153208.260000', '153208.263000', '153208.265000', '153208.268000', '153208.276000', '153208.279000', '153208.282000', '153208.285000', '153208.288000', '153208.290000', '153208.293000', '153208.296000', '153208.299000', '153208.302000', '153208.304000', '153208.307000', '153208.310000', '153208.313000', '153208.316000', '153208.318000', '153208.321000', '153208.324000', '153208.327000', '153208.330000', '153208.332000', '153208.335000', '153208.338000', '153208.341000', '153208.343000', '153208.347000', '153208.350000', '153208.353000', '153208.356000', '153208.359000', '153228.234000', '153228.237000', '153228.239000', '153228.242000', '153228.245000', '153228.248000', '153228.251000', '153228.254000', '153228.256000', '153228.259000', '153228.273000', '153228.276000', '153228.279000', '153228.282000', '153228.284000', '153228.287000', '153228.290000', '153228.293000', '153228.296000', '153228.299000', '153228.301000', '153228.304000', '153228.307000', '153228.310000', '153228.313000', '153228.315000', '153228.318000', '153228.321000', '153228.324000', '153228.327000', '153228.329000', '153228.332000', '153228.335000', '153228.338000', '153228.340000', '153228.343000', '153228.346000', '153228.349000', '153228.352000', '153228.355000', '153228.357000', '153228.360000', '153228.363000', '153228.366000', '153248.234000', '153248.237000', '153248.240000', '153248.243000', '153248.246000', '153248.249000', '153248.251000', '153248.255000', '153248.257000', '153248.260000', '153248.263000', '153248.266000', '153248.269000', '153248.272000', '153248.274000', '153248.277000', '153248.280000', '153248.288000', '153248.290000', '153248.293000', '153248.296000', '153248.299000', '153248.302000', '153248.305000', '153248.307000', '153248.310000', '153248.313000', '153248.316000', '153248.319000', '153248.321000', '153248.324000', '153248.327000', '153248.330000', '153248.333000', '153248.335000', '153248.338000', '153248.341000', '153248.344000', '153248.347000', '153248.350000', '153248.352000', '153248.355000', '153248.358000', '153308.234000', '153308.237000', '153308.240000', '153308.242000', '153308.245000', '153308.248000', '153308.251000', '153308.254000', '153308.257000', '153308.259000', '153308.262000', '153308.265000', '153308.268000', '153308.271000', '153308.273000', '153308.276000', '153308.284000', '153308.287000', '153308.290000', '153308.293000', '153308.296000', '153308.298000', '153308.301000', '153308.304000', '153308.307000', '153308.310000', '153308.312000', '153308.315000', '153308.318000', '153308.321000', '153308.324000', '153308.326000', '153308.329000', '153308.332000', '153308.335000', '153308.338000', '153308.340000', '153308.343000', '153308.346000', '153308.349000', '153308.352000', '153308.355000', '153308.358000', '153308.360000', '153328.235000', '153328.238000', '153328.241000', '153328.243000', '153328.246000', '153328.249000', '153328.252000', '153328.255000', '153328.258000', '153328.261000', '153328.264000', '153328.267000', '153328.270000', '153328.272000', '153328.275000', '153328.278000', '153328.281000', '153328.284000', '153328.286000', '153328.289000', '153328.292000', '153328.295000', '153328.298000', '153328.300000', '153328.303000', '153328.306000', '153328.309000', '153328.311000', '153328.314000', '153328.317000', '153328.320000', '153328.323000', '153328.325000', '153328.328000', '153328.331000', '153328.334000', '153328.337000', '153328.339000', '153328.342000', '153328.345000', '153328.348000', '153328.350000', '153328.353000', '153348.235000', '153348.238000', '153348.241000', '153348.243000', '153348.246000', '153348.249000', '153348.252000', '153348.255000', '153348.257000', '153348.260000', '153348.263000', '153348.266000', '153348.268000', '153348.271000', '153348.274000', '153348.277000', '153348.280000', '153348.282000', '153348.285000', '153348.288000', '153348.291000', '153348.294000', '153348.297000', '153348.299000', '153348.302000', '153348.305000', '153348.308000', '153348.310000', '153348.313000', '153348.316000', '153348.319000', '153348.322000', '153348.324000', '153348.327000', '153348.330000', '153348.333000', '153348.336000', '153348.338000', '153348.341000', '153348.344000', '153348.347000', '153348.349000', '153348.352000', '153348.355000', '153408.234000', '153408.237000', '153408.240000', '153408.242000', '153408.245000', '153408.248000', '153408.251000', '153408.254000', '153408.256000', '153408.259000', '153408.262000', '153408.265000', '153408.268000', '153408.270000', '153408.273000', '153408.276000', '153408.279000', '153408.283000', '153408.288000', '153408.291000', '153408.294000', '153408.297000', '153408.299000', '153408.302000', '153408.305000', '153408.308000', '153408.310000', '153408.313000', '153408.316000', '153408.319000', '153408.322000', '153408.324000', '153408.327000', '153408.330000', '153408.333000', '153408.336000', '153408.338000', '153408.341000', '153408.344000', '153408.347000', '153408.350000', '153408.352000', '153408.355000', '153428.234000', '153428.237000', '153428.240000', '153428.242000', '153428.245000', '153428.248000', '153428.251000', '153428.254000', '153428.256000', '153428.259000', '153428.266000', '153428.269000', '153428.272000', '153428.275000', '153428.277000', '153428.280000', '153428.283000', '153428.286000', '153428.288000', '153428.291000', '153428.294000', '153428.297000', '153428.300000', '153428.302000', '153428.305000', '153428.308000', '153428.311000', '153428.313000', '153428.316000', '153428.319000', '153428.322000', '153428.325000', '153428.327000', '153428.330000', '153428.333000', '153428.336000', '153428.339000', '153428.341000', '153428.344000', '153428.347000', '153428.350000', '153428.352000', '153428.355000', '153428.358000', '153448.234000', '153448.237000', '153448.240000', '153448.242000', '153448.245000', '153448.248000', '153448.251000', '153448.253000', '153448.256000', '153448.259000', '153448.262000', '153448.265000', '153448.267000', '153448.270000', '153448.273000', '153448.276000', '153448.279000', '153448.282000', '153448.284000', '153448.287000', '153448.290000', '153448.293000', '153448.296000', '153448.301000', '153448.304000', '153448.307000', '153448.310000', '153448.313000', '153448.316000', '153448.319000', '153448.321000', '153448.324000', '153448.327000', '153448.330000', '153448.333000', '153448.335000', '153448.338000', '153448.341000', '153448.344000', '153448.346000', '153448.349000', '153448.352000', '153448.355000', '153508.234000', '153508.237000', '153508.239000', '153508.242000', '153508.245000', '153508.248000', '153508.251000', '153508.254000', '153508.256000', '153508.259000', '153508.262000', '153508.265000', '153508.267000', '153508.270000', '153508.273000', '153508.276000', '153508.278000', '153508.281000', '153508.284000', '153508.287000', '153508.290000', '153508.293000', '153508.295000', '153508.298000', '153508.301000', '153508.304000', '153508.307000', '153508.309000', '153508.312000', '153508.315000', '153508.318000', '153508.321000', '153508.323000', '153508.326000', '153508.329000', '153508.332000', '153508.335000', '153508.337000', '153508.340000', '153508.343000', '153508.346000', '153508.348000', '153508.351000', '153508.354000', '153528.234000', '153528.237000', '153528.240000', '153528.243000', '153528.245000', '153528.248000', '153528.252000', '153528.255000', '153528.258000', '153528.261000', '153528.264000', '153528.267000', '153528.269000', '153528.272000', '153528.275000', '153528.278000', '153528.281000', '153528.283000', '153528.286000', '153528.289000', '153528.292000', '153528.295000', '153528.297000', '153528.300000', '153528.303000', '153528.307000', '153528.310000', '153528.313000', '153528.316000', '153528.318000', '153528.339000', '153528.342000', '153528.345000', '153528.348000', '153528.350000', '153528.353000', '153528.356000', '153528.359000', '153528.362000', '153528.364000', '153528.367000', '153528.370000', '153528.373000', '153548.235000', '153548.238000', '153548.241000', '153548.244000', '153548.246000', '153548.249000', '153548.252000', '153548.255000', '153548.257000', '153548.260000', '153548.263000', '153548.266000', '153548.268000', '153548.271000', '153548.274000', '153548.277000', '153548.280000', '153548.282000', '153548.285000', '153548.288000', '153548.291000', '153548.294000', '153548.296000', '153548.299000', '153548.302000', '153548.305000', '153548.307000', '153548.310000', '153548.313000', '153548.316000', '153548.319000', '153548.321000', '153548.324000', '153548.327000', '153548.330000', '153548.333000', '153548.335000', '153548.338000', '153548.341000', '153548.344000', '153548.347000', '153548.349000', '153548.352000', '153548.355000', '153608.235000', '153608.238000', '153608.241000', '153608.244000', '153608.246000', '153608.249000', '153608.252000', '153608.255000', '153608.258000', '153608.260000', '153608.263000', '153608.266000', '153608.269000', '153608.272000', '153608.274000', '153608.277000', '153608.280000', '153608.283000', '153608.286000', '153608.289000', '153608.291000', '153608.294000', '153608.297000', '153608.300000', '153608.302000', '153608.305000', '153608.308000', '153608.311000', '153608.314000', '153608.316000', '153608.319000', '153608.322000', '153608.325000', '153608.328000', '153608.330000', '153608.333000', '153608.336000', '153608.339000', '153608.342000', '153608.345000', '153608.348000', '153608.351000', '153608.354000', '153628.234000', '153628.237000', '153628.240000', '153628.242000', '153628.245000', '153628.248000', '153628.251000', '153628.254000', '153628.256000', '153628.259000', '153628.262000', '153628.265000', '153628.268000', '153628.270000', '153628.273000', '153628.276000', '153628.279000', '153628.282000', '153628.284000', '153628.287000', '153628.290000', '153628.293000', '153628.295000', '153628.298000', '153628.301000', '153628.309000', '153628.312000', '153628.315000', '153628.318000', '153628.321000', '153628.323000', '153628.326000', '153628.329000', '153628.332000', '153628.334000', '153628.337000', '153628.340000', '153628.343000', '153628.346000', '153628.348000', '153628.351000', '153628.354000', '153628.357000', '153628.360000', '153648.234000', '153648.237000', '153648.240000', '153648.242000', '153648.245000', '153648.248000', '153648.251000', '153648.254000', '153648.256000', '153648.259000', '153648.262000', '153648.265000', '153648.268000', '153648.270000', '153648.273000', '153648.276000', '153648.279000', '153648.281000', '153648.284000', '153648.287000', '153648.291000', '153648.294000', '153648.297000', '153648.300000', '153648.302000', '153648.305000', '153648.308000', '153648.311000', '153648.314000', '153648.317000', '153648.319000', '153648.322000', '153648.325000', '153648.328000', '153648.331000', '153648.333000', '153648.336000', '153648.339000', '153648.342000', '153648.345000', '153648.363000', '153648.366000', '153648.369000', '153708.234000', '153708.237000', '153708.240000', '153708.243000', '153708.246000', '153708.249000', '153708.251000', '153708.254000', '153708.257000', '153708.260000', '153708.263000', '153708.266000', '153708.269000', '153708.271000', '153708.274000', '153708.277000', '153708.280000', '153708.283000', '153708.285000', '153708.288000', '153708.291000', '153708.294000', '153708.297000', '153708.300000', '153708.303000', '153708.306000', '153708.309000', '153708.312000', '153708.315000', '153708.318000', '153708.320000', '153708.323000', '153708.328000', '153708.331000', '153708.333000', '153708.336000', '153708.339000', '153708.342000', '153708.345000', '153708.347000', '153708.350000', '153708.353000', '153708.356000', '153708.359000', '153728.234000', '153728.237000', '153728.240000', '153728.242000', '153728.245000', '153728.248000', '153728.251000', '153728.253000', '153728.256000', '153728.259000', '153728.262000', '153728.265000', '153728.267000', '153728.270000', '153728.273000', '153728.276000', '153728.278000', '153728.281000', '153728.284000', '153728.287000', '153728.290000', '153728.292000', '153728.312000', '153728.315000', '153728.318000', '153728.320000', '153728.323000', '153728.326000', '153728.329000', '153728.332000', '153728.334000', '153728.337000', '153728.340000', '153728.343000', '153728.345000', '153728.348000', '153728.351000', '153728.354000', '153728.357000', '153728.360000', '153728.363000', '153728.365000', '153728.368000', '153742.240000', '153742.243000', '153742.246000', '153742.249000', '153742.252000', '153742.255000', '153742.259000', '153742.262000', '153742.264000', '153742.267000', '153742.270000', '153742.273000', '153742.276000', '153742.279000', '153742.282000', '153742.285000', '153742.287000', '153742.291000', '153742.294000', '153742.297000', '153742.299000', '153742.302000', '153742.305000', '153742.308000', '153742.311000', '153742.313000', '153742.316000', '153742.319000', '153742.322000', '153742.325000', '153742.327000'], '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': [13664, 13439, 14113, 11857, 9448, 14208, 10664, 13403, 12948, 13746, 11252, 9148, 13387, 10209, 12515, 12013, 12628, 12335, 9408, 13271, 11147, 13235, 11596, 11093, 12876, 9307, 12907, 11174, 14051, 11728, 10967, 12682, 9215, 12948, 11391, 14625, 11632, 9653, 12606, 9648, 13020, 11665, 14539, 11447, 9646, 12722, 9079, 13125, 11389, 15141, 11147, 10816, 12703, 9208, 12580, 10881, 15987, 11265, 11644, 13183, 9386, 12811, 10201, 14523, 10728, 12021, 12873, 9387, 12600, 10490, 12541, 12059, 14102, 10808, 9493, 12876, 10296, 13387, 12259, 12459, 11833, 11105, 12646, 9961, 12734, 12248, 14825, 11564, 9578, 12205, 10252, 11759, 11397, 13240, 12246, 9786, 12187, 10792, 11890, 11576, 14019, 10956, 10626, 12600, 10429, 12583, 12027, 13895, 10951, 9281, 12337, 9337, 12492, 11878, 12184, 11362, 12734, 11802, 10544, 13870, 11113, 12407, 10712, 12356, 11475, 15776, 10725, 13632, 12723, 10901, 13084, 10255, 14636, 10128, 10750, 12736, 10419, 12295, 10041, 12979, 10897, 14989, 10765, 11847, 12679, 9541, 12635, 10191, 13182, 12880, 14391, 11079, 9744, 12953, 10231, 12537, 12383, 13104, 10907, 10374, 13083, 10135, 13228, 12084, 15026, 11637, 9978, 12435, 9577, 12933, 12475, 14229, 10769, 10621, 12667, 10854, 14106, 12815, 12998, 11971, 13572, 10509, 12787, 12664, 12052, 12832, 11355, 12363, 10244, 14135, 11834, 11534, 12372, 11385, 12681, 10517, 11348, 13338, 11596, 12259, 10452, 11808, 10575, 14388, 11394, 9944, 13117, 12180, 13441, 11694, 10270, 12670, 10423, 12711, 12275, 14084, 10373, 9301, 12389, 9554, 12649, 11953, 14612, 12299, 9374, 11780, 10411, 15656, 11945, 12056, 11869, 11128, 15305, 10077, 10193, 13144, 12266, 14878, 11136, 9410, 12385, 9979, 13354, 11441, 12815, 12959, 9400, 12707, 10371, 14720, 12960, 11771, 12056, 10567, 13921, 10969, 11278, 13121, 11472, 11468, 10691, 10511, 12561, 10084, 13163, 11699, 15001, 11792, 10211, 12658, 9957, 15579, 10364, 11388, 12456, 9935, 12498, 10400, 10641, 12528, 11125, 11412, 11102, 10451, 12334, 9365, 11672, 11310, 13310, 11708, 9455, 12699, 11231, 15268, 12372, 11177, 11636, 10978, 12093, 10631, 9735, 12733, 9645, 12412, 11727, 10173, 12633, 9818, 13990, 10321, 13395, 12643, 10694, 11838, 9945, 12333, 10284, 14340, 12949, 11623, 12593, 11392, 14600, 10199, 9727, 13105, 11694, 12364, 11974, 14317, 10147, 9133, 13162, 11085, 12218, 11861, 13510, 11668, 9886, 13408, 10656, 12755, 12068, 13647, 12004, 9444, 12819, 12364, 12700, 12928, 9493, 13324, 11692, 11839, 13560, 11658, 12725, 12709, 13888, 10474, 9947, 13380, 11284, 12959, 12542, 13683, 11315, 9995, 13534, 12088, 15892, 11685, 10413, 12888, 9819, 13783, 11269, 15670, 12414, 10746, 12647, 9738, 12165, 10412, 15111, 13141, 10868, 12872, 10488, 12767, 10363, 15137, 12885, 10447, 12627, 10219, 12701, 10416, 14083, 12374, 10431, 12025, 10666, 15130, 10189, 11514, 12502, 10981, 11322, 10717, 14612, 9803, 10562, 12937, 11210, 11565, 9646, 11651, 10261, 13689, 10169, 12098, 12086, 10098, 11172, 9540, 9259, 11409, 10610, 12412, 11995, 11353, 11961, 9725, 13056, 11304, 11356, 10825, 12575, 11120, 13997, 10793, 16524, 12062, 11522, 12672, 9284, 12273, 10551, 12966, 11421, 13279, 10752, 13456, 11154, 8909, 12814, 9854, 13274, 11040, 12293, 11075, 13293, 11647, 9268, 12244, 10391, 12447, 11978, 11065, 10571, 13334, 9862, 11561, 13472, 11552, 12658, 10466, 12074, 10552, 13757, 9822, 9683, 13355, 11889, 11739, 12055, 13096, 9976, 11094, 12834, 11839, 12535, 10531, 11366, 9219, 13595, 11071, 14050, 12524, 13891, 11121, 9057, 12494, 9894, 13050, 12251, 13820, 11161, 9350, 12825, 11020, 12899, 11883, 13989, 11194, 9503, 12350, 9980, 13567, 12322, 11910, 11552, 13161, 10522, 9036, 12826, 10818, 13749, 12799, 12131, 11127, 11665, 11677, 10407, 13145, 11755, 11435, 11341, 13476, 10986, 10109, 13505, 11406, 13004, 11175, 11647, 12590, 9748, 13507, 11750, 11872, 11932, 13047, 10573, 9207, 13236, 11063, 13990, 11297, 12038, 11288, 13759, 9739, 9185, 12581, 11345, 12450, 12463, 13120, 11616, 9372, 13425, 11605, 12090, 11561, 11866, 12222, 9407, 13007, 11333, 13391, 11552, 11656, 12493, 9572, 12594, 10929, 15729, 11010, 10753, 12477, 10211, 15145, 9839, 10362, 12259, 11853, 13840, 10364, 9884, 12640, 10690, 11068, 11582, 12629, 11579, 9765, 12963, 11826, 14897, 11512, 12035, 12098, 9746, 14882, 9997, 10692, 13220, 12861, 14291, 11252, 9468, 13242, 11458, 15604, 12169, 11561, 11911, 10416, 14818, 10058, 13400, 13529, 11615, 11830, 10795, 14422, 9804, 10152, 13513, 13036, 14188, 11014, 9025, 12714, 10458, 15083, 11949, 11336, 12294, 10518, 12423, 10441, 15752, 11363, 12825, 12352, 10094, 12241, 9786, 14759, 9924, 10966, 13414, 12072, 14814, 10055, 9068, 12703, 11420, 11605, 11270, 11488, 12283, 9879, 13338, 11941, 14012, 11247, 9957, 12041, 9250, 12728, 11161, 14586, 10686, 10922, 13039, 9528, 14543, 9763, 10229, 12548, 12214, 12379, 11890, 9632, 13044, 12116, 12394, 11161, 10849, 12133, 9817, 13394, 12425, 13224, 11615, 9988, 12462, 9232, 13308, 12212, 13604, 11246, 10693, 12281, 9210, 13353, 11979, 12954, 11699, 14405, 10943, 10151, 12755, 9185, 13405, 11246, 14540, 11480, 11215, 13080, 9576, 12169, 10723, 13659, 12354, 10630, 11779, 10809, 11269, 13118, 11349, 12487, 12327, 13181, 10194, 10605, 12946, 11059, 13768, 13177, 12618, 10719, 10483, 12270, 9826, 13779, 11870, 15828, 11477, 10003, 13054, 10406, 15583, 10737, 11473, 11896, 10550, 14846, 12110, 9750, 13687, 10871, 12122, 13430, 12044, 14347, 10642, 9896, 12954, 11486, 12008, 12119, 13545, 10307, 9177, 12816, 9780, 13604, 11753, 13507, 12849, 9161, 12329, 10199, 13407, 12495, 11613, 11414, 11274, 13854, 9815, 10055, 12785, 10777, 11258, 11312, 13547, 11114, 10238, 13355, 10424, 11560, 11613, 13929, 10040, 8912, 12940, 9958, 12686, 11743, 13846, 12231, 9650, 12588, 10010, 12832, 11771, 11829, 11155, 12628, 11866, 9229, 12945, 10984, 13313, 12133, 12691, 12876, 9024, 12510, 10704, 15339, 11479, 10867, 12607, 9148, 12182, 10834, 13155, 10902, 14934, 10846, 11642, 12537, 9028, 12669, 10511, 15018, 10595, 10580, 12572, 10043, 12535, 10191, 13887, 12565, 11378, 12082], 'WindowCenter': [3847.0, 3830.0, 3814.0, 3792.0, 3755.0, 3789.0, 3766.0, 3789.0, 3787.0, 3787.0, 3765.0, 3742.0, 3774.0, 3766.0, 3777.0, 3775.0, 3776.0, 3777.0, 3742.0, 3774.0, 3767.0, 3787.0, 3778.0, 3764.0, 3776.0, 3742.0, 3776.0, 3765.0, 3798.0, 3779.0, 3766.0, 3776.0, 3745.0, 3775.0, 3779.0, 3797.0, 3778.0, 3755.0, 3778.0, 3755.0, 3787.0, 3778.0, 3800.0, 3778.0, 3756.0, 3777.0, 3745.0, 3786.0, 3766.0, 3799.0, 3780.0, 3766.0, 3789.0, 3745.0, 3776.0, 3765.0, 3796.0, 3778.0, 3777.0, 3787.0, 3756.0, 3784.0, 3767.0, 3799.0, 3792.0, 3788.0, 3800.0, 3759.0, 3789.0, 3769.0, 3790.0, 3789.0, 3798.0, 3768.0, 3756.0, 3775.0, 3756.0, 3785.0, 3789.0, 3790.0, 3778.0, 3766.0, 3777.0, 3751.0, 3789.0, 3791.0, 3799.0, 3778.0, 3758.0, 3777.0, 3768.0, 3788.0, 3790.0, 3789.0, 3789.0, 3756.0, 3778.0, 3768.0, 3778.0, 3781.0, 3788.0, 3781.0, 3766.0, 3775.0, 3766.0, 3789.0, 3790.0, 3786.0, 3769.0, 3757.0, 3788.0, 3757.0, 3791.0, 3792.0, 3789.0, 3781.0, 3789.0, 3778.0, 3766.0, 3788.0, 3767.0, 3779.0, 3767.0, 3778.0, 3778.0, 3796.0, 3765.0, 3788.0, 3788.0, 3766.0, 3788.0, 3766.0, 3796.0, 3768.0, 3780.0, 3799.0, 3780.0, 3790.0, 3771.0, 3803.0, 3783.0, 3812.0, 3782.0, 3777.0, 3788.0, 3755.0, 3777.0, 3757.0, 3789.0, 3790.0, 3799.0, 3767.0, 3755.0, 3776.0, 3756.0, 3777.0, 3788.0, 3777.0, 3767.0, 3755.0, 3776.0, 3754.0, 3776.0, 3777.0, 3799.0, 3780.0, 3757.0, 3777.0, 3757.0, 3790.0, 3792.0, 3802.0, 3781.0, 3769.0, 3790.0, 3766.0, 3789.0, 3790.0, 3779.0, 3779.0, 3778.0, 3756.0, 3776.0, 3788.0, 3779.0, 3778.0, 3768.0, 3776.0, 3756.0, 3787.0, 3777.0, 3779.0, 3777.0, 3778.0, 3778.0, 3755.0, 3766.0, 3787.0, 3766.0, 3778.0, 3767.0, 3766.0, 3756.0, 3785.0, 3766.0, 3753.0, 3775.0, 3777.0, 3788.0, 3778.0, 3767.0, 3777.0, 3766.0, 3790.0, 3791.0, 3790.0, 3769.0, 3746.0, 3776.0, 3756.0, 3775.0, 3778.0, 3798.0, 3776.0, 3745.0, 3766.0, 3756.0, 3795.0, 3777.0, 3779.0, 3778.0, 3767.0, 3797.0, 3755.0, 3755.0, 3789.0, 3789.0, 3799.0, 3767.0, 3746.0, 3775.0, 3756.0, 3789.0, 3780.0, 3789.0, 3790.0, 3760.0, 3791.0, 3767.0, 3800.0, 3791.0, 3779.0, 3779.0, 3767.0, 3787.0, 3768.0, 3765.0, 3790.0, 3780.0, 3777.0, 3767.0, 3767.0, 3777.0, 3767.0, 3789.0, 3779.0, 3813.0, 3777.0, 3768.0, 3788.0, 3758.0, 3799.0, 3769.0, 3780.0, 3791.0, 3757.0, 3779.0, 3767.0, 3767.0, 3789.0, 3780.0, 3780.0, 3767.0, 3768.0, 3777.0, 3747.0, 3778.0, 3779.0, 3788.0, 3778.0, 3746.0, 3777.0, 3767.0, 3786.0, 3776.0, 3765.0, 3768.0, 3768.0, 3777.0, 3782.0, 3757.0, 3775.0, 3757.0, 3790.0, 3779.0, 3768.0, 3779.0, 3759.0, 3790.0, 3769.0, 3801.0, 3793.0, 3768.0, 3779.0, 3758.0, 3777.0, 3757.0, 3786.0, 3789.0, 3779.0, 3789.0, 3779.0, 3799.0, 3757.0, 3758.0, 3788.0, 3780.0, 3789.0, 3779.0, 3797.0, 3767.0, 3756.0, 3788.0, 3781.0, 3790.0, 3781.0, 3789.0, 3778.0, 3755.0, 3789.0, 3783.0, 3791.0, 3779.0, 3786.0, 3777.0, 3758.0, 3792.0, 3803.0, 3790.0, 3788.0, 3758.0, 3790.0, 3792.0, 3793.0, 3801.0, 3794.0, 3803.0, 3792.0, 3789.0, 3769.0, 3757.0, 3778.0, 3779.0, 3789.0, 3779.0, 3788.0, 3765.0, 3770.0, 3789.0, 3777.0, 3810.0, 3778.0, 3768.0, 3779.0, 3758.0, 3788.0, 3768.0, 3800.0, 3791.0, 3768.0, 3777.0, 3754.0, 3765.0, 3757.0, 3798.0, 3788.0, 3764.0, 3777.0, 3766.0, 3778.0, 3756.0, 3800.0, 3791.0, 3768.0, 3778.0, 3757.0, 3777.0, 3769.0, 3798.0, 3789.0, 3769.0, 3778.0, 3769.0, 3788.0, 3755.0, 3766.0, 3779.0, 3769.0, 3768.0, 3768.0, 3799.0, 3754.0, 3768.0, 3778.0, 3768.0, 3780.0, 3759.0, 3779.0, 3757.0, 3788.0, 3757.0, 3790.0, 3791.0, 3781.0, 3779.0, 3771.0, 3760.0, 3780.0, 3781.0, 3791.0, 3792.0, 3781.0, 3782.0, 3757.0, 3788.0, 3781.0, 3781.0, 3782.0, 3781.0, 3767.0, 3787.0, 3767.0, 3811.0, 3780.0, 3777.0, 3779.0, 3745.0, 3766.0, 3756.0, 3776.0, 3767.0, 3779.0, 3769.0, 3777.0, 3767.0, 3743.0, 3776.0, 3754.0, 3776.0, 3767.0, 3779.0, 3781.0, 3790.0, 3780.0, 3758.0, 3779.0, 3770.0, 3792.0, 3794.0, 3782.0, 3769.0, 3789.0, 3759.0, 3767.0, 3779.0, 3767.0, 3779.0, 3768.0, 3778.0, 3769.0, 3789.0, 3756.0, 3757.0, 3789.0, 3793.0, 3792.0, 3795.0, 3791.0, 3771.0, 3782.0, 3793.0, 3793.0, 3794.0, 3770.0, 3779.0, 3747.0, 3779.0, 3768.0, 3790.0, 3788.0, 3788.0, 3767.0, 3745.0, 3777.0, 3757.0, 3790.0, 3791.0, 3790.0, 3779.0, 3758.0, 3789.0, 3768.0, 3791.0, 3792.0, 3802.0, 3781.0, 3758.0, 3777.0, 3757.0, 3788.0, 3778.0, 3780.0, 3779.0, 3778.0, 3768.0, 3743.0, 3776.0, 3766.0, 3788.0, 3788.0, 3777.0, 3768.0, 3767.0, 3765.0, 3755.0, 3789.0, 3778.0, 3767.0, 3769.0, 3786.0, 3765.0, 3752.0, 3776.0, 3779.0, 3789.0, 3779.0, 3778.0, 3779.0, 3756.0, 3790.0, 3791.0, 3791.0, 3780.0, 3791.0, 3769.0, 3747.0, 3778.0, 3767.0, 3789.0, 3778.0, 3778.0, 3768.0, 3787.0, 3757.0, 3746.0, 3777.0, 3779.0, 3790.0, 3790.0, 3789.0, 3779.0, 3757.0, 3787.0, 3782.0, 3791.0, 3780.0, 3777.0, 3779.0, 3747.0, 3779.0, 3768.0, 3800.0, 3781.0, 3779.0, 3780.0, 3757.0, 3779.0, 3768.0, 3810.0, 3780.0, 3768.0, 3791.0, 3767.0, 3800.0, 3769.0, 3769.0, 3792.0, 3792.0, 3803.0, 3767.0, 3769.0, 3789.0, 3771.0, 3782.0, 3794.0, 3790.0, 3780.0, 3757.0, 3779.0, 3777.0, 3799.0, 3778.0, 3779.0, 3779.0, 3758.0, 3787.0, 3757.0, 3769.0, 3790.0, 3792.0, 3800.0, 3768.0, 3755.0, 3790.0, 3779.0, 3810.0, 3790.0, 3778.0, 3781.0, 3767.0, 3788.0, 3756.0, 3788.0, 3788.0, 3778.0, 3767.0, 3766.0, 3785.0, 3753.0, 3753.0, 3788.0, 3788.0, 3787.0, 3767.0, 3747.0, 3779.0, 3766.0, 3800.0, 3792.0, 3778.0, 3781.0, 3770.0, 3779.0, 3768.0, 3799.0, 3779.0, 3786.0, 3778.0, 3755.0, 3778.0, 3755.0, 3785.0, 3754.0, 3767.0, 3789.0, 3778.0, 3799.0, 3757.0, 3746.0, 3790.0, 3790.0, 3780.0, 3780.0, 3778.0, 3778.0, 3759.0, 3789.0, 3791.0, 3803.0, 3769.0, 3758.0, 3776.0, 3745.0, 3775.0, 3767.0, 3800.0, 3781.0, 3779.0, 3789.0, 3758.0, 3798.0, 3767.0, 3769.0, 3801.0, 3806.0, 3804.0, 3793.0, 3769.0, 3790.0, 3793.0, 3793.0, 3781.0, 3768.0, 3779.0, 3757.0, 3789.0, 3790.0, 3790.0, 3780.0, 3756.0, 3778.0, 3746.0, 3776.0, 3778.0, 3790.0, 3768.0, 3756.0, 3777.0, 3745.0, 3777.0, 3764.0, 3777.0, 3779.0, 3788.0, 3766.0, 3755.0, 3776.0, 3745.0, 3784.0, 3766.0, 3785.0, 3780.0, 3768.0, 3789.0, 3759.0, 3779.0, 3781.0, 3799.0, 3792.0, 3781.0, 3782.0, 3779.0, 3780.0, 3790.0, 3780.0, 3791.0, 3791.0, 3790.0, 3757.0, 3755.0, 3776.0, 3766.0, 3789.0, 3779.0, 3776.0, 3755.0, 3754.0, 3764.0, 3743.0, 3774.0, 3776.0, 3799.0, 3776.0, 3771.0, 3788.0, 3767.0, 3798.0, 3781.0, 3780.0, 3780.0, 3769.0, 3798.0, 3778.0, 3758.0, 3789.0, 3768.0, 3790.0, 3803.0, 3782.0, 3801.0, 3768.0, 3758.0, 3777.0, 3778.0, 3780.0, 3778.0, 3778.0, 3756.0, 3744.0, 3765.0, 3743.0, 3776.0, 3777.0, 3776.0, 3778.0, 3746.0, 3777.0, 3768.0, 3790.0, 3790.0, 3779.0, 3778.0, 3779.0, 3788.0, 3758.0, 3755.0, 3790.0, 3780.0, 3781.0, 3782.0, 3788.0, 3768.0, 3758.0, 3789.0, 3771.0, 3779.0, 3780.0, 3788.0, 3756.0, 3743.0, 3777.0, 3757.0, 3790.0, 3791.0, 3801.0, 3792.0, 3759.0, 3791.0, 3758.0, 3779.0, 3778.0, 3780.0, 3769.0, 3778.0, 3767.0, 3746.0, 3777.0, 3767.0, 3789.0, 3778.0, 3777.0, 3779.0, 3746.0, 3776.0, 3769.0, 3811.0, 3782.0, 3769.0, 3792.0, 3758.0, 3778.0, 3768.0, 3776.0, 3769.0, 3800.0, 3779.0, 3777.0, 3777.0, 3746.0, 3778.0, 3768.0, 3799.0, 3782.0, 3780.0, 3806.0, 3771.0, 3793.0, 3773.0, 3804.0, 3793.0, 3782.0, 3791.0], 'WindowWidth': [8616.0, 8578.0, 8545.0, 8507.0, 8450.0, 8496.0, 8463.0, 8498.0, 8495.0, 8491.0, 8460.0, 8425.0, 8470.0, 8463.0, 8479.0, 8475.0, 8476.0, 8477.0, 8426.0, 8471.0, 8464.0, 8496.0, 8483.0, 8459.0, 8476.0, 8428.0, 8475.0, 8461.0, 8509.0, 8485.0, 8463.0, 8476.0, 8432.0, 8474.0, 8485.0, 8509.0, 8482.0, 8447.0, 8479.0, 8448.0, 8491.0, 8481.0, 8514.0, 8482.0, 8451.0, 8477.0, 8435.0, 8490.0, 8462.0, 8511.0, 8487.0, 8463.0, 8496.0, 8433.0, 8476.0, 8461.0, 8504.0, 8485.0, 8480.0, 8493.0, 8450.0, 8487.0, 8468.0, 8514.0, 8509.0, 8499.0, 8517.0, 8459.0, 8500.0, 8472.0, 8501.0, 8501.0, 8510.0, 8469.0, 8448.0, 8474.0, 8447.0, 8487.0, 8499.0, 8504.0, 8480.0, 8462.0, 8478.0, 8439.0, 8496.0, 8504.0, 8511.0, 8483.0, 8454.0, 8478.0, 8468.0, 8498.0, 8504.0, 8497.0, 8498.0, 8450.0, 8481.0, 8467.0, 8483.0, 8490.0, 8496.0, 8491.0, 8463.0, 8474.0, 8460.0, 8497.0, 8502.0, 8492.0, 8469.0, 8451.0, 8495.0, 8454.0, 8502.0, 8508.0, 8501.0, 8490.0, 8496.0, 8481.0, 8461.0, 8493.0, 8465.0, 8485.0, 8467.0, 8482.0, 8484.0, 8502.0, 8459.0, 8495.0, 8494.0, 8461.0, 8495.0, 8463.0, 8502.0, 8468.0, 8488.0, 8514.0, 8488.0, 8501.0, 8480.0, 8522.0, 8498.0, 8535.0, 8494.0, 8479.0, 8495.0, 8447.0, 8476.0, 8450.0, 8498.0, 8499.0, 8511.0, 8465.0, 8445.0, 8474.0, 8447.0, 8480.0, 8496.0, 8479.0, 8464.0, 8444.0, 8473.0, 8441.0, 8474.0, 8480.0, 8511.0, 8488.0, 8451.0, 8478.0, 8451.0, 8500.0, 8508.0, 8520.0, 8490.0, 8470.0, 8498.0, 8461.0, 8496.0, 8498.0, 8484.0, 8481.0, 8479.0, 8446.0, 8472.0, 8494.0, 8481.0, 8480.0, 8466.0, 8476.0, 8447.0, 8487.0, 8477.0, 8482.0, 8479.0, 8481.0, 8479.0, 8446.0, 8459.0, 8490.0, 8458.0, 8479.0, 8465.0, 8461.0, 8448.0, 8485.0, 8458.0, 8439.0, 8472.0, 8480.0, 8492.0, 8481.0, 8463.0, 8478.0, 8462.0, 8499.0, 8503.0, 8497.0, 8469.0, 8434.0, 8474.0, 8448.0, 8471.0, 8481.0, 8507.0, 8476.0, 8431.0, 8461.0, 8447.0, 8499.0, 8479.0, 8483.0, 8481.0, 8463.0, 8503.0, 8445.0, 8444.0, 8493.0, 8497.0, 8509.0, 8464.0, 8434.0, 8472.0, 8448.0, 8495.0, 8487.0, 8496.0, 8500.0, 8460.0, 8503.0, 8465.0, 8512.0, 8502.0, 8482.0, 8485.0, 8465.0, 8491.0, 8465.0, 8459.0, 8499.0, 8486.0, 8479.0, 8466.0, 8464.0, 8478.0, 8463.0, 8494.0, 8484.0, 8534.0, 8480.0, 8465.0, 8493.0, 8453.0, 8508.0, 8471.0, 8485.0, 8501.0, 8453.0, 8482.0, 8463.0, 8462.0, 8496.0, 8489.0, 8487.0, 8465.0, 8464.0, 8476.0, 8438.0, 8480.0, 8486.0, 8493.0, 8481.0, 8435.0, 8477.0, 8463.0, 8487.0, 8473.0, 8457.0, 8466.0, 8467.0, 8478.0, 8493.0, 8450.0, 8472.0, 8453.0, 8498.0, 8483.0, 8467.0, 8482.0, 8455.0, 8497.0, 8470.0, 8515.0, 8509.0, 8470.0, 8485.0, 8453.0, 8479.0, 8451.0, 8488.0, 8498.0, 8486.0, 8499.0, 8483.0, 8509.0, 8452.0, 8452.0, 8494.0, 8487.0, 8499.0, 8485.0, 8507.0, 8464.0, 8449.0, 8494.0, 8491.0, 8501.0, 8490.0, 8496.0, 8480.0, 8445.0, 8494.0, 8497.0, 8507.0, 8484.0, 8488.0, 8476.0, 8454.0, 8507.0, 8523.0, 8501.0, 8497.0, 8456.0, 8500.0, 8506.0, 8507.0, 8517.0, 8513.0, 8525.0, 8508.0, 8500.0, 8470.0, 8450.0, 8479.0, 8484.0, 8499.0, 8484.0, 8493.0, 8460.0, 8472.0, 8495.0, 8479.0, 8526.0, 8481.0, 8467.0, 8483.0, 8453.0, 8493.0, 8467.0, 8513.0, 8502.0, 8467.0, 8480.0, 8444.0, 8459.0, 8448.0, 8506.0, 8494.0, 8458.0, 8478.0, 8461.0, 8477.0, 8449.0, 8513.0, 8501.0, 8466.0, 8480.0, 8449.0, 8475.0, 8469.0, 8508.0, 8498.0, 8467.0, 8481.0, 8468.0, 8491.0, 8446.0, 8460.0, 8483.0, 8470.0, 8467.0, 8467.0, 8507.0, 8445.0, 8465.0, 8480.0, 8466.0, 8487.0, 8458.0, 8486.0, 8451.0, 8493.0, 8450.0, 8499.0, 8506.0, 8492.0, 8485.0, 8477.0, 8459.0, 8486.0, 8494.0, 8505.0, 8508.0, 8489.0, 8490.0, 8453.0, 8496.0, 8491.0, 8492.0, 8494.0, 8488.0, 8464.0, 8490.0, 8463.0, 8529.0, 8486.0, 8476.0, 8482.0, 8430.0, 8459.0, 8446.0, 8471.0, 8461.0, 8482.0, 8468.0, 8476.0, 8461.0, 8426.0, 8471.0, 8441.0, 8473.0, 8462.0, 8483.0, 8490.0, 8497.0, 8484.0, 8454.0, 8483.0, 8471.0, 8503.0, 8510.0, 8490.0, 8470.0, 8495.0, 8454.0, 8461.0, 8479.0, 8460.0, 8482.0, 8468.0, 8480.0, 8469.0, 8494.0, 8448.0, 8450.0, 8497.0, 8509.0, 8508.0, 8513.0, 8502.0, 8475.0, 8489.0, 8506.0, 8507.0, 8510.0, 8472.0, 8485.0, 8436.0, 8480.0, 8466.0, 8498.0, 8496.0, 8493.0, 8465.0, 8434.0, 8475.0, 8451.0, 8500.0, 8503.0, 8498.0, 8482.0, 8453.0, 8495.0, 8468.0, 8500.0, 8505.0, 8518.0, 8487.0, 8453.0, 8478.0, 8450.0, 8492.0, 8481.0, 8485.0, 8482.0, 8479.0, 8465.0, 8427.0, 8473.0, 8459.0, 8494.0, 8494.0, 8476.0, 8466.0, 8462.0, 8459.0, 8444.0, 8496.0, 8482.0, 8465.0, 8468.0, 8487.0, 8456.0, 8436.0, 8472.0, 8483.0, 8496.0, 8482.0, 8479.0, 8482.0, 8450.0, 8499.0, 8503.0, 8505.0, 8488.0, 8501.0, 8469.0, 8437.0, 8478.0, 8463.0, 8497.0, 8482.0, 8481.0, 8467.0, 8491.0, 8451.0, 8435.0, 8478.0, 8485.0, 8499.0, 8499.0, 8497.0, 8483.0, 8453.0, 8493.0, 8493.0, 8504.0, 8489.0, 8480.0, 8484.0, 8438.0, 8481.0, 8469.0, 8515.0, 8489.0, 8481.0, 8486.0, 8451.0, 8482.0, 8468.0, 8526.0, 8486.0, 8468.0, 8502.0, 8467.0, 8511.0, 8470.0, 8470.0, 8506.0, 8507.0, 8521.0, 8469.0, 8471.0, 8499.0, 8476.0, 8493.0, 8510.0, 8500.0, 8487.0, 8451.0, 8481.0, 8478.0, 8509.0, 8481.0, 8485.0, 8482.0, 8452.0, 8490.0, 8450.0, 8469.0, 8500.0, 8503.0, 8512.0, 8468.0, 8447.0, 8498.0, 8481.0, 8527.0, 8502.0, 8481.0, 8490.0, 8465.0, 8494.0, 8448.0, 8492.0, 8494.0, 8479.0, 8465.0, 8461.0, 8485.0, 8441.0, 8440.0, 8493.0, 8494.0, 8490.0, 8464.0, 8436.0, 8481.0, 8463.0, 8513.0, 8505.0, 8483.0, 8491.0, 8472.0, 8484.0, 8467.0, 8508.0, 8482.0, 8490.0, 8480.0, 8445.0, 8479.0, 8445.0, 8484.0, 8444.0, 8465.0, 8495.0, 8482.0, 8509.0, 8453.0, 8438.0, 8501.0, 8503.0, 8488.0, 8488.0, 8482.0, 8482.0, 8455.0, 8497.0, 8503.0, 8520.0, 8470.0, 8451.0, 8474.0, 8430.0, 8472.0, 8463.0, 8514.0, 8490.0, 8485.0, 8498.0, 8455.0, 8508.0, 8467.0, 8474.0, 8520.0, 8533.0, 8525.0, 8508.0, 8474.0, 8503.0, 8509.0, 8511.0, 8490.0, 8468.0, 8482.0, 8452.0, 8495.0, 8501.0, 8500.0, 8484.0, 8447.0, 8479.0, 8433.0, 8475.0, 8479.0, 8499.0, 8467.0, 8447.0, 8476.0, 8432.0, 8477.0, 8456.0, 8477.0, 8483.0, 8493.0, 8462.0, 8443.0, 8474.0, 8431.0, 8484.0, 8462.0, 8488.0, 8486.0, 8467.0, 8495.0, 8457.0, 8484.0, 8489.0, 8514.0, 8507.0, 8490.0, 8493.0, 8485.0, 8486.0, 8499.0, 8487.0, 8505.0, 8502.0, 8498.0, 8452.0, 8444.0, 8472.0, 8460.0, 8495.0, 8482.0, 8476.0, 8445.0, 8441.0, 8453.0, 8424.0, 8468.0, 8475.0, 8510.0, 8477.0, 8479.0, 8496.0, 8467.0, 8508.0, 8491.0, 8488.0, 8488.0, 8471.0, 8507.0, 8482.0, 8453.0, 8497.0, 8469.0, 8498.0, 8520.0, 8491.0, 8515.0, 8467.0, 8451.0, 8476.0, 8479.0, 8485.0, 8479.0, 8479.0, 8445.0, 8426.0, 8455.0, 8423.0, 8473.0, 8477.0, 8475.0, 8478.0, 8433.0, 8477.0, 8467.0, 8499.0, 8498.0, 8485.0, 8483.0, 8485.0, 8494.0, 8453.0, 8448.0, 8501.0, 8489.0, 8488.0, 8490.0, 8493.0, 8466.0, 8450.0, 8493.0, 8474.0, 8485.0, 8484.0, 8492.0, 8449.0, 8427.0, 8475.0, 8451.0, 8500.0, 8505.0, 8516.0, 8505.0, 8456.0, 8501.0, 8454.0, 8482.0, 8482.0, 8488.0, 8470.0, 8480.0, 8463.0, 8434.0, 8476.0, 8464.0, 8496.0, 8481.0, 8477.0, 8482.0, 8434.0, 8475.0, 8467.0, 8530.0, 8491.0, 8468.0, 8505.0, 8452.0, 8479.0, 8465.0, 8475.0, 8471.0, 8514.0, 8484.0, 8475.0, 8478.0, 8435.0, 8480.0, 8466.0, 8510.0, 8495.0, 8490.0, 8534.0, 8480.0, 8509.0, 8481.0, 8523.0, 8510.0, 8492.0, 8506.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.0002836133486766398</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017399638204833142</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.040319477926275</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1853632027649765</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003686989170507</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5032</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3260.0007</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08318589468873529</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9205983889528193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6523217948298754</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57460239316215</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9110222942321835</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4713406970952936</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00657048</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006297582760453224</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04509526863694191</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.568814738181178</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>15.4878</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.198</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.9854</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296627.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>958.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.0161</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.0245</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2895.5859</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3101.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79917.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3876.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.9105</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.747042655944824</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> |