=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_ses-01_task-social_acq-mb8_run-03_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-0093_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-03_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-0093/ses-01/func/sub-0093_ses-01_task-social_acq-mb8_run-03_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>6bd92f3948156a814e56c2aea166e367</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>13:21:40.077500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.106268</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bb79cf3c-7317-4779-890a-37fc17092341||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [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': ['132140.077500', '132140.537500', '132140.997500', '132141.457500', '132141.917500', '132142.377500', '132142.837500', '132143.297500', '132143.757500', '132144.217500', '132144.677500', '132145.137500', '132145.597500', '132146.057500', '132146.517500', '132146.977500', '132147.437500', '132147.897500', '132148.357500', '132148.817500', '132149.277500', '132149.737500', '132150.197500', '132150.657500', '132151.117500', '132151.577500', '132152.037500', '132152.497500', '132152.957500', '132153.417500', '132153.877500', '132154.337500', '132154.797500', '132155.257500', '132155.717500', '132156.177500', '132156.637500', '132157.097500', '132157.557500', '132158.017500', '132158.477500', '132158.937500', '132159.397500', '132159.857500', '132200.317500', '132200.777500', '132201.237500', '132201.697500', '132202.157500', '132202.617500', '132203.077500', '132203.537500', '132203.997500', '132204.457500', '132204.917500', '132205.377500', '132205.837500', '132206.297500', '132206.757500', '132207.217500', '132207.677500', '132208.137500', '132208.597500', '132209.057500', '132209.517500', '132209.977500', '132210.437500', '132210.897500', '132211.357500', '132211.817500', '132212.277500', '132212.737500', '132213.197500', '132213.657500', '132214.117500', '132214.577500', '132215.037500', '132215.497500', '132215.957500', '132216.417500', '132216.877500', '132217.337500', '132217.797500', '132218.257500', '132218.717500', '132219.177500', '132219.637500', '132220.097500', '132220.557500', '132221.017500', '132221.477500', '132221.937500', '132222.397500', '132222.857500', '132223.317500', '132223.777500', '132224.237500', '132224.697500', '132225.157500', '132225.617500', '132226.077500', '132226.537500', '132226.997500', '132227.457500', '132227.917500', '132228.377500', '132228.837500', '132229.297500', '132229.757500', '132230.217500', '132230.677500', '132231.137500', '132231.597500', '132232.057500', '132232.517500', '132232.977500', '132233.437500', '132233.897500', '132234.357500', '132234.817500', '132235.277500', '132235.737500', '132236.197500', '132236.657500', '132237.117500', '132237.577500', '132238.037500', '132238.497500', '132238.957500', '132239.417500', '132239.877500', '132240.337500', '132240.797500', '132241.257500', '132241.717500', '132242.177500', '132242.637500', '132243.097500', '132243.557500', '132244.017500', '132244.477500', '132244.937500', '132245.397500', '132245.857500', '132246.317500', '132246.777500', '132247.237500', '132247.697500', '132248.157500', '132248.617500', '132249.077500', '132249.537500', '132249.997500', '132250.457500', '132250.917500', '132251.377500', '132251.837500', '132252.297500', '132252.757500', '132253.217500', '132253.677500', '132254.137500', '132254.597500', '132255.057500', '132255.517500', '132255.977500', '132256.437500', '132256.897500', '132257.357500', '132257.817500', '132258.277500', '132258.737500', '132259.197500', '132259.657500', '132300.117500', '132300.577500', '132301.037500', '132301.497500', '132301.957500', '132302.417500', '132302.877500', '132303.337500', '132303.797500', '132304.257500', '132304.717500', '132305.177500', '132305.637500', '132306.097500', '132306.557500', '132307.017500', '132307.477500', '132307.937500', '132308.397500', '132308.857500', '132309.317500', '132309.777500', '132310.237500', '132310.697500', '132311.157500', '132311.617500', '132312.077500', '132312.537500', '132312.997500', '132313.457500', '132313.917500', '132314.377500', '132314.837500', '132315.297500', '132315.757500', '132316.217500', '132316.677500', '132317.137500', '132317.597500', '132318.057500', '132318.517500', '132318.977500', '132319.437500', '132319.897500', '132320.357500', '132320.817500', '132321.277500', '132321.737500', '132322.197500', '132322.657500', '132323.117500', '132323.577500', '132324.037500', '132324.497500', '132324.957500', '132325.417500', '132325.877500', '132326.337500', '132326.797500', '132327.257500', '132327.717500', '132328.177500', '132328.637500', '132329.097500', '132329.557500', '132330.017500', '132330.477500', '132330.937500', '132331.397500', '132331.857500', '132332.317500', '132332.777500', '132333.237500', '132333.697500', '132334.157500', '132334.617500', '132335.077500', '132335.537500', '132335.997500', '132336.457500', '132336.917500', '132337.377500', '132337.837500', '132338.297500', '132338.757500', '132339.217500', '132339.677500', '132340.137500', '132340.597500', '132341.057500', '132341.517500', '132341.977500', '132342.437500', '132342.897500', '132343.357500', '132343.817500', '132344.277500', '132344.737500', '132345.197500', '132345.657500', '132346.117500', '132346.577500', '132347.037500', '132347.497500', '132347.957500', '132348.417500', '132348.877500', '132349.337500', '132349.797500', '132350.257500', '132350.717500', '132351.177500', '132351.637500', '132352.097500', '132352.557500', '132353.017500', '132353.477500', '132353.937500', '132354.397500', '132354.857500', '132355.317500', '132355.777500', '132356.237500', '132356.697500', '132357.157500', '132357.617500', '132358.077500', '132358.537500', '132358.997500', '132359.457500', '132359.917500', '132400.377500', '132400.837500', '132401.297500', '132401.757500', '132402.217500', '132402.677500', '132403.137500', '132403.597500', '132404.057500', '132404.517500', '132404.977500', '132405.437500', '132405.897500', '132406.357500', '132406.817500', '132407.277500', '132407.737500', '132408.197500', '132408.657500', '132409.117500', '132409.577500', '132410.037500', '132410.497500', '132410.957500', '132411.417500', '132411.877500', '132412.337500', '132412.797500', '132413.257500', '132413.717500', '132414.177500', '132414.637500', '132415.097500', '132415.557500', '132416.017500', '132416.477500', '132416.937500', '132417.397500', '132417.857500', '132418.317500', '132418.777500', '132419.237500', '132419.697500', '132420.157500', '132420.617500', '132421.077500', '132421.537500', '132421.997500', '132422.457500', '132422.917500', '132423.377500', '132423.837500', '132424.297500', '132424.757500', '132425.217500', '132425.677500', '132426.137500', '132426.597500', '132427.057500', '132427.517500', '132427.977500', '132428.437500', '132428.897500', '132429.357500', '132429.817500', '132430.277500', '132430.737500', '132431.197500', '132431.657500', '132432.117500', '132432.577500', '132433.037500', '132433.497500', '132433.957500', '132434.417500', '132434.877500', '132435.337500', '132435.797500', '132436.257500', '132436.717500', '132437.177500', '132437.637500', '132438.097500', '132438.557500', '132439.017500', '132439.477500', '132439.937500', '132440.397500', '132440.857500', '132441.317500', '132441.777500', '132442.237500', '132442.697500', '132443.157500', '132443.617500', '132444.077500', '132444.537500', '132444.997500', '132445.457500', '132445.917500', '132446.377500', '132446.837500', '132447.297500', '132447.757500', '132448.217500', '132448.677500', '132449.137500', '132449.597500', '132450.057500', '132450.517500', '132450.977500', '132451.437500', '132451.897500', '132452.357500', '132452.817500', '132453.277500', '132453.737500', '132454.197500', '132454.657500', '132455.117500', '132455.577500', '132456.037500', '132456.497500', '132456.957500', '132457.417500', '132457.877500', '132458.337500', '132458.797500', '132459.257500', '132459.717500', '132500.177500', '132500.637500', '132501.097500', '132501.557500', '132502.017500', '132502.477500', '132502.937500', '132503.397500', '132503.857500', '132504.317500', '132504.777500', '132505.237500', '132505.697500', '132506.157500', '132506.617500', '132507.077500', '132507.537500', '132507.997500', '132508.457500', '132508.917500', '132509.377500', '132509.837500', '132510.297500', '132510.757500', '132511.217500', '132511.677500', '132512.137500', '132512.597500', '132513.057500', '132513.517500', '132513.977500', '132514.437500', '132514.897500', '132515.357500', '132515.817500', '132516.277500', '132516.737500', '132517.197500', '132517.657500', '132518.117500', '132518.577500', '132519.037500', '132519.497500', '132519.957500', '132520.417500', '132520.877500', '132521.337500', '132521.797500', '132522.257500', '132522.717500', '132523.177500', '132523.637500', '132524.097500', '132524.557500', '132525.017500', '132525.477500', '132525.937500', '132526.397500', '132526.857500', '132527.317500', '132527.777500', '132528.237500', '132528.697500', '132529.157500', '132529.617500', '132530.077500', '132530.537500', '132530.997500', '132531.457500', '132531.917500', '132532.377500', '132532.837500', '132533.297500', '132533.757500', '132534.217500', '132534.677500', '132535.137500', '132535.597500', '132536.057500', '132536.517500', '132536.977500', '132537.437500', '132537.897500', '132538.357500', '132538.817500', '132539.277500', '132539.737500', '132540.197500', '132540.657500', '132541.117500', '132541.577500', '132542.037500', '132542.497500', '132542.957500', '132543.417500', '132543.877500', '132544.337500', '132544.797500', '132545.257500', '132545.717500', '132546.177500', '132546.637500', '132547.097500', '132547.557500', '132548.017500', '132548.477500', '132548.937500', '132549.397500', '132549.857500', '132550.317500', '132550.777500', '132551.237500', '132551.697500', '132552.157500', '132552.617500', '132553.077500', '132553.537500', '132553.997500', '132554.457500', '132554.917500', '132555.377500', '132555.837500', '132556.297500', '132556.757500', '132557.217500', '132557.677500', '132558.137500', '132558.597500', '132559.057500', '132559.517500', '132559.977500', '132600.437500', '132600.897500', '132601.357500', '132601.817500', '132602.277500', '132602.737500', '132603.197500', '132603.657500', '132604.117500', '132604.577500', '132605.037500', '132605.497500', '132605.957500', '132606.417500', '132606.877500', '132607.337500', '132607.797500', '132608.257500', '132608.717500', '132609.177500', '132609.637500', '132610.097500', '132610.557500', '132611.017500', '132611.477500', '132611.937500', '132612.397500', '132612.857500', '132613.317500', '132613.777500', '132614.237500', '132614.697500', '132615.157500', '132615.617500', '132616.077500', '132616.537500', '132616.997500', '132617.457500', '132617.917500', '132618.377500', '132618.837500', '132619.297500', '132619.757500', '132620.217500', '132620.677500', '132621.137500', '132621.597500', '132622.057500', '132622.517500', '132622.977500', '132623.437500', '132623.897500', '132624.357500', '132624.817500', '132625.277500', '132625.737500', '132626.197500', '132626.657500', '132627.117500', '132627.577500', '132628.037500', '132628.497500', '132628.957500', '132629.417500', '132629.877500', '132630.337500', '132630.797500', '132631.257500', '132631.717500', '132632.177500', '132632.637500', '132633.097500', '132633.557500', '132634.017500', '132634.477500', '132634.937500', '132635.397500', '132635.857500', '132636.317500', '132636.777500', '132637.237500', '132637.697500', '132638.157500', '132638.617500', '132639.077500', '132639.537500', '132639.997500', '132640.457500', '132640.917500', '132641.377500', '132641.837500', '132642.297500', '132642.757500', '132643.217500', '132643.677500', '132644.137500', '132644.597500', '132645.057500', '132645.517500', '132645.977500', '132646.437500', '132646.897500', '132647.357500', '132647.817500', '132648.277500', '132648.737500', '132649.197500', '132649.657500', '132650.117500', '132650.577500', '132651.037500', '132651.497500', '132651.957500', '132652.417500', '132652.877500', '132653.337500', '132653.797500', '132654.257500', '132654.717500', '132655.177500', '132655.637500', '132656.097500', '132656.557500', '132657.017500', '132657.477500', '132657.937500', '132658.397500', '132658.857500', '132659.317500', '132659.777500', '132700.237500', '132700.697500', '132701.157500', '132701.617500', '132702.077500', '132702.537500', '132702.997500', '132703.457500', '132703.917500', '132704.377500', '132704.837500', '132705.297500', '132705.757500', '132706.217500', '132706.677500', '132707.137500', '132707.597500', '132708.057500', '132708.517500', '132708.977500', '132709.437500', '132709.897500', '132710.357500', '132710.817500', '132711.277500', '132711.737500', '132712.197500', '132712.657500', '132713.117500', '132713.577500', '132714.037500', '132714.497500', '132714.957500', '132715.417500', '132715.877500', '132716.337500', '132716.797500', '132717.257500', '132717.717500', '132718.177500', '132718.637500', '132719.097500', '132719.557500', '132720.017500', '132720.477500', '132720.937500', '132721.397500', '132721.857500', '132722.317500', '132722.777500', '132723.237500', '132723.697500', '132724.157500', '132724.617500', '132725.077500', '132725.537500', '132725.997500', '132726.457500', '132726.917500', '132727.377500', '132727.837500', '132728.297500', '132728.757500', '132729.217500', '132729.677500', '132730.137500', '132730.597500', '132731.057500', '132731.517500', '132731.977500', '132732.437500', '132732.897500', '132733.357500', '132733.817500', '132734.277500', '132734.737500', '132735.197500', '132735.657500', '132736.117500', '132736.577500', '132737.037500', '132737.497500', '132737.957500', '132738.417500', '132738.877500', '132739.337500', '132739.797500', '132740.257500', '132740.717500', '132741.177500', '132741.637500', '132742.097500', '132742.557500', '132743.017500', '132743.477500', '132743.937500', '132744.397500', '132744.857500', '132745.317500', '132745.777500', '132746.237500', '132746.697500', '132747.157500', '132747.617500', '132748.077500', '132748.537500', '132748.997500', '132749.457500', '132749.917500', '132750.377500', '132750.837500', '132751.297500', '132751.757500', '132752.217500', '132752.677500', '132753.137500', '132753.597500', '132754.057500', '132754.517500', '132754.977500', '132755.437500', '132755.897500', '132756.357500', '132756.817500', '132757.277500', '132757.737500', '132758.197500', '132758.657500', '132759.117500', '132759.577500', '132800.037500', '132800.497500', '132800.957500', '132801.417500', '132801.877500', '132802.337500', '132802.797500', '132803.257500', '132803.717500', '132804.177500', '132804.637500', '132805.097500', '132805.557500', '132806.017500', '132806.477500', '132806.937500', '132807.397500', '132807.857500', '132808.317500', '132808.777500', '132809.237500', '132809.697500', '132810.157500', '132810.617500', '132811.077500', '132811.537500', '132811.997500', '132812.457500', '132812.917500', '132813.377500', '132813.837500', '132814.297500', '132814.757500', '132815.217500', '132815.677500', '132816.137500', '132816.597500', '132817.057500', '132817.517500', '132817.977500', '132818.437500', '132818.897500', '132819.357500', '132819.817500', '132820.277500', '132820.737500'], 'ContentTime': ['132207.568000', '132207.571000', '132207.574000', '132207.576000', '132207.579000', '132207.581000', '132207.584000', '132207.587000', '132207.589000', '132207.592000', '132207.594000', '132207.597000', '132207.600000', '132207.602000', '132207.605000', '132207.608000', '132207.610000', '132207.613000', '132207.615000', '132207.618000', '132207.620000', '132207.623000', '132207.626000', '132207.628000', '132207.631000', '132207.633000', '132207.636000', '132207.639000', '132207.641000', '132207.644000', '132207.646000', '132207.649000', '132207.651000', '132207.654000', '132207.657000', '132207.659000', '132207.671000', '132207.673000', '132207.676000', '132207.678000', '132207.681000', '132207.684000', '132207.686000', '132207.689000', '132207.692000', '132207.694000', '132207.697000', '132207.699000', '132207.702000', '132207.704000', '132207.707000', '132207.710000', '132207.712000', '132207.715000', '132207.717000', '132207.720000', '132207.723000', '132227.519000', '132227.522000', '132227.525000', '132227.527000', '132227.530000', '132227.533000', '132227.535000', '132227.543000', '132227.546000', '132227.548000', '132227.551000', '132227.554000', '132227.556000', '132227.559000', '132227.562000', '132227.564000', '132227.567000', '132227.569000', '132227.572000', '132227.575000', '132227.577000', '132227.580000', '132227.582000', '132227.585000', '132227.587000', '132227.590000', '132227.593000', '132227.595000', '132227.598000', '132227.601000', '132227.603000', '132227.606000', '132227.609000', '132227.611000', '132227.614000', '132227.616000', '132227.619000', '132227.621000', '132227.624000', '132227.626000', '132227.629000', '132227.632000', '132227.634000', '132247.520000', '132247.523000', '132247.526000', '132247.528000', '132247.531000', '132247.534000', '132247.536000', '132247.539000', '132247.541000', '132247.544000', '132247.546000', '132247.549000', '132247.552000', '132247.554000', '132247.557000', '132247.559000', '132247.562000', '132247.565000', '132247.567000', '132247.570000', '132247.572000', '132247.575000', '132247.578000', '132247.580000', '132247.583000', '132247.585000', '132247.588000', '132247.591000', '132247.593000', '132247.596000', '132247.599000', '132247.601000', '132247.618000', '132247.620000', '132247.623000', '132247.625000', '132247.628000', '132247.630000', '132247.633000', '132247.635000', '132247.638000', '132247.641000', '132247.643000', '132247.646000', '132307.521000', '132307.523000', '132307.526000', '132307.529000', '132307.531000', '132307.534000', '132307.537000', '132307.549000', '132307.551000', '132307.554000', '132307.557000', '132307.559000', '132307.562000', '132307.565000', '132307.567000', '132307.570000', '132307.572000', '132307.575000', '132307.578000', '132307.580000', '132307.583000', '132307.586000', '132307.588000', '132307.591000', '132307.593000', '132307.596000', '132307.599000', '132307.601000', '132307.604000', '132307.607000', '132307.609000', '132307.612000', '132307.614000', '132307.617000', '132307.620000', '132307.622000', '132307.625000', '132307.627000', '132307.630000', '132307.633000', '132307.635000', '132307.638000', '132307.640000', '132327.520000', '132327.523000', '132327.526000', '132327.528000', '132327.531000', '132327.534000', '132327.536000', '132327.539000', '132327.541000', '132327.544000', '132327.546000', '132327.549000', '132327.552000', '132327.554000', '132327.557000', '132327.559000', '132327.562000', '132327.565000', '132327.567000', '132327.570000', '132327.577000', '132327.579000', '132327.582000', '132327.584000', '132327.587000', '132327.590000', '132327.592000', '132327.595000', '132327.597000', '132327.600000', '132327.603000', '132327.605000', '132327.608000', '132327.610000', '132327.613000', '132327.616000', '132327.618000', '132327.621000', '132327.623000', '132327.646000', '132327.648000', '132327.651000', '132327.654000', '132327.656000', '132347.520000', '132347.522000', '132347.525000', '132347.528000', '132347.530000', '132347.533000', '132347.535000', '132347.538000', '132347.543000', '132347.546000', '132347.549000', '132347.551000', '132347.554000', '132347.556000', '132347.559000', '132347.562000', '132347.564000', '132347.567000', '132347.569000', '132347.572000', '132347.574000', '132347.577000', '132347.580000', '132347.582000', '132347.585000', '132347.588000', '132347.590000', '132347.593000', '132347.595000', '132347.598000', '132347.601000', '132347.603000', '132347.606000', '132347.608000', '132347.611000', '132347.614000', '132347.616000', '132347.619000', '132347.621000', '132347.624000', '132347.627000', '132347.629000', '132347.632000', '132407.519000', '132407.522000', '132407.525000', '132407.528000', '132407.530000', '132407.533000', '132407.535000', '132407.538000', '132407.541000', '132407.546000', '132407.549000', '132407.552000', '132407.554000', '132407.557000', '132407.559000', '132407.562000', '132407.564000', '132407.567000', '132407.569000', '132407.572000', '132407.575000', '132407.577000', '132407.580000', '132407.583000', '132407.585000', '132407.588000', '132407.590000', '132407.593000', '132407.595000', '132407.598000', '132407.601000', '132407.604000', '132407.606000', '132407.609000', '132407.611000', '132407.614000', '132407.617000', '132407.619000', '132407.622000', '132407.624000', '132407.627000', '132407.630000', '132407.632000', '132427.520000', '132427.522000', '132427.525000', '132427.528000', '132427.530000', '132427.533000', '132427.535000', '132427.538000', '132427.541000', '132427.543000', '132427.546000', '132427.548000', '132427.551000', '132427.553000', '132427.556000', '132427.559000', '132427.561000', '132427.564000', '132427.567000', '132427.569000', '132427.572000', '132427.575000', '132427.577000', '132427.580000', '132427.582000', '132427.585000', '132427.588000', '132427.590000', '132427.593000', '132427.595000', '132427.598000', '132427.601000', '132427.603000', '132427.606000', '132427.609000', '132427.611000', '132427.614000', '132427.616000', '132427.619000', '132427.622000', '132427.624000', '132427.627000', '132427.629000', '132427.632000', '132447.519000', '132447.522000', '132447.525000', '132447.528000', '132447.530000', '132447.533000', '132447.536000', '132447.539000', '132447.541000', '132447.544000', '132447.547000', '132447.549000', '132447.552000', '132447.555000', '132447.557000', '132447.560000', '132447.562000', '132447.565000', '132447.567000', '132447.570000', '132447.573000', '132447.575000', '132447.578000', '132447.581000', '132447.583000', '132447.586000', '132447.588000', '132447.591000', '132447.593000', '132447.596000', '132447.599000', '132447.601000', '132447.604000', '132447.606000', '132447.609000', '132447.612000', '132447.614000', '132447.617000', '132447.620000', '132447.622000', '132447.625000', '132447.627000', '132447.630000', '132507.520000', '132507.523000', '132507.526000', '132507.528000', '132507.531000', '132507.534000', '132507.536000', '132507.539000', '132507.541000', '132507.544000', '132507.547000', '132507.549000', '132507.552000', '132507.554000', '132507.557000', '132507.560000', '132507.562000', '132507.565000', '132507.567000', '132507.570000', '132507.572000', '132507.584000', '132507.586000', '132507.589000', '132507.591000', '132507.594000', '132507.597000', '132507.599000', '132507.602000', '132507.605000', '132507.607000', '132507.610000', '132507.612000', '132507.615000', '132507.618000', '132507.620000', '132507.633000', '132507.636000', '132507.638000', '132507.641000', '132507.643000', '132507.646000', '132507.648000', '132507.651000', '132527.520000', '132527.523000', '132527.526000', '132527.528000', '132527.531000', '132527.534000', '132527.537000', '132527.540000', '132527.543000', '132527.546000', '132527.548000', '132527.551000', '132527.553000', '132527.556000', '132527.558000', '132527.561000', '132527.564000', '132527.566000', '132527.569000', '132527.571000', '132527.574000', '132527.577000', '132527.579000', '132527.582000', '132527.586000', '132527.589000', '132527.592000', '132527.594000', '132527.597000', '132527.600000', '132527.602000', '132527.605000', '132527.608000', '132527.610000', '132527.613000', '132527.615000', '132527.618000', '132527.621000', '132527.623000', '132527.626000', '132527.628000', '132527.631000', '132527.633000', '132547.521000', '132547.524000', '132547.526000', '132547.529000', '132547.531000', '132547.534000', '132547.537000', '132547.539000', '132547.542000', '132547.544000', '132547.547000', '132547.550000', '132547.552000', '132547.555000', '132547.557000', '132547.560000', '132547.563000', '132547.565000', '132547.568000', '132547.570000', '132547.573000', '132547.576000', '132547.578000', '132547.581000', '132547.583000', '132547.586000', '132547.588000', '132547.591000', '132547.594000', '132547.596000', '132547.599000', '132547.602000', '132547.604000', '132547.607000', '132547.609000', '132547.612000', '132547.615000', '132547.617000', '132547.620000', '132547.622000', '132547.625000', '132547.628000', '132547.630000', '132547.633000', '132607.519000', '132607.522000', '132607.525000', '132607.527000', '132607.530000', '132607.533000', '132607.535000', '132607.538000', '132607.540000', '132607.543000', '132607.546000', '132607.549000', '132607.552000', '132607.555000', '132607.557000', '132607.560000', '132607.562000', '132607.565000', '132607.568000', '132607.570000', '132607.573000', '132607.576000', '132607.578000', '132607.581000', '132607.583000', '132607.586000', '132607.588000', '132607.591000', '132607.593000', '132607.596000', '132607.599000', '132607.601000', '132607.604000', '132607.607000', '132607.609000', '132607.612000', '132607.614000', '132607.617000', '132607.619000', '132607.622000', '132607.625000', '132607.627000', '132607.630000', '132627.520000', '132627.522000', '132627.525000', '132627.528000', '132627.530000', '132627.533000', '132627.535000', '132627.538000', '132627.541000', '132627.543000', '132627.546000', '132627.548000', '132627.551000', '132627.553000', '132627.556000', '132627.558000', '132627.561000', '132627.564000', '132627.566000', '132627.569000', '132627.572000', '132627.574000', '132627.577000', '132627.579000', '132627.582000', '132627.585000', '132627.587000', '132627.590000', '132627.592000', '132627.595000', '132627.598000', '132627.600000', '132627.603000', '132627.606000', '132627.608000', '132627.611000', '132627.613000', '132627.616000', '132627.619000', '132627.621000', '132627.624000', '132627.626000', '132627.629000', '132627.631000', '132647.520000', '132647.532000', '132647.535000', '132647.538000', '132647.540000', '132647.543000', '132647.545000', '132647.548000', '132647.550000', '132647.553000', '132647.555000', '132647.558000', '132647.561000', '132647.563000', '132647.566000', '132647.568000', '132647.571000', '132647.574000', '132647.577000', '132647.580000', '132647.582000', '132647.585000', '132647.587000', '132647.590000', '132647.593000', '132647.595000', '132647.598000', '132647.600000', '132647.603000', '132647.606000', '132647.608000', '132647.611000', '132647.614000', '132647.616000', '132647.619000', '132647.622000', '132647.625000', '132647.628000', '132647.631000', '132647.633000', '132647.636000', '132647.639000', '132647.641000', '132707.520000', '132707.522000', '132707.525000', '132707.528000', '132707.530000', '132707.533000', '132707.535000', '132707.538000', '132707.541000', '132707.543000', '132707.546000', '132707.549000', '132707.551000', '132707.554000', '132707.556000', '132707.559000', '132707.562000', '132707.564000', '132707.567000', '132707.569000', '132707.572000', '132707.574000', '132707.577000', '132707.580000', '132707.582000', '132707.585000', '132707.587000', '132707.590000', '132707.593000', '132707.595000', '132707.598000', '132707.601000', '132707.603000', '132707.606000', '132707.608000', '132707.611000', '132707.614000', '132707.616000', '132707.619000', '132707.621000', '132707.624000', '132707.627000', '132707.629000', '132707.632000', '132727.521000', '132727.523000', '132727.526000', '132727.529000', '132727.531000', '132727.534000', '132727.536000', '132727.539000', '132727.541000', '132727.544000', '132727.547000', '132727.549000', '132727.552000', '132727.555000', '132727.558000', '132727.560000', '132727.563000', '132727.565000', '132727.568000', '132727.570000', '132727.573000', '132727.576000', '132727.578000', '132727.581000', '132727.583000', '132727.586000', '132727.588000', '132727.591000', '132727.594000', '132727.596000', '132727.600000', '132727.603000', '132727.606000', '132727.608000', '132727.611000', '132727.614000', '132727.616000', '132727.619000', '132727.621000', '132727.624000', '132727.626000', '132727.629000', '132727.632000', '132747.521000', '132747.524000', '132747.526000', '132747.529000', '132747.531000', '132747.534000', '132747.537000', '132747.539000', '132747.542000', '132747.544000', '132747.547000', '132747.550000', '132747.552000', '132747.555000', '132747.557000', '132747.562000', '132747.564000', '132747.567000', '132747.569000', '132747.572000', '132747.575000', '132747.577000', '132747.580000', '132747.582000', '132747.585000', '132747.587000', '132747.590000', '132747.593000', '132747.595000', '132747.598000', '132747.601000', '132747.603000', '132747.606000', '132747.608000', '132747.611000', '132747.613000', '132747.616000', '132747.619000', '132747.621000', '132747.624000', '132747.626000', '132747.629000', '132747.632000', '132747.634000', '132807.520000', '132807.523000', '132807.526000', '132807.528000', '132807.531000', '132807.534000', '132807.536000', '132807.539000', '132807.541000', '132807.544000', '132807.546000', '132807.549000', '132807.565000', '132807.568000', '132807.570000', '132807.573000', '132807.575000', '132807.578000', '132807.581000', '132807.583000', '132807.586000', '132807.588000', '132807.591000', '132807.593000', '132807.596000', '132807.599000', '132807.603000', '132807.606000', '132807.608000', '132807.611000', '132807.613000', '132807.616000', '132807.619000', '132807.621000', '132807.624000', '132807.626000', '132807.629000', '132807.631000', '132807.634000', '132807.637000', '132807.639000', '132807.642000', '132807.645000', '132822.351000', '132822.354000', '132822.357000', '132822.359000', '132822.362000', '132822.365000', '132822.368000', '132822.370000', '132822.373000', '132822.376000', '132822.378000', '132822.381000', '132822.384000', '132822.387000', '132822.390000', '132822.393000', '132822.396000', '132822.398000', '132822.401000', '132822.403000', '132822.406000', '132822.409000', '132822.411000', '132822.414000', '132822.417000', '132822.420000', '132822.423000', '132822.426000', '132822.429000', '132822.432000', '132822.435000', '132822.438000', '132822.441000'], 'InstanceCreationTime': ['132207.568000', '132207.571000', '132207.574000', '132207.576000', '132207.579000', '132207.581000', '132207.584000', '132207.587000', '132207.589000', '132207.592000', '132207.594000', '132207.597000', '132207.600000', '132207.602000', '132207.605000', '132207.608000', '132207.610000', '132207.613000', '132207.615000', '132207.618000', '132207.620000', '132207.623000', '132207.626000', '132207.628000', '132207.631000', '132207.633000', '132207.636000', '132207.639000', '132207.641000', '132207.644000', '132207.646000', '132207.649000', '132207.651000', '132207.654000', '132207.657000', '132207.659000', '132207.671000', '132207.673000', '132207.676000', '132207.678000', '132207.681000', '132207.684000', '132207.686000', '132207.689000', '132207.692000', '132207.694000', '132207.697000', '132207.699000', '132207.702000', '132207.704000', '132207.707000', '132207.710000', '132207.712000', '132207.715000', '132207.717000', '132207.720000', '132207.723000', '132227.519000', '132227.522000', '132227.525000', '132227.527000', '132227.530000', '132227.533000', '132227.535000', '132227.543000', '132227.546000', '132227.548000', '132227.551000', '132227.554000', '132227.556000', '132227.559000', '132227.562000', '132227.564000', '132227.567000', '132227.569000', '132227.572000', '132227.575000', '132227.577000', '132227.580000', '132227.582000', '132227.585000', '132227.587000', '132227.590000', '132227.593000', '132227.595000', '132227.598000', '132227.601000', '132227.603000', '132227.606000', '132227.609000', '132227.611000', '132227.614000', '132227.616000', '132227.619000', '132227.621000', '132227.624000', '132227.626000', '132227.629000', '132227.632000', '132227.634000', '132247.520000', '132247.523000', '132247.526000', '132247.528000', '132247.531000', '132247.534000', '132247.536000', '132247.539000', '132247.541000', '132247.544000', '132247.546000', '132247.549000', '132247.552000', '132247.554000', '132247.557000', '132247.559000', '132247.562000', '132247.565000', '132247.567000', '132247.570000', '132247.572000', '132247.575000', '132247.578000', '132247.580000', '132247.583000', '132247.585000', '132247.588000', '132247.591000', '132247.593000', '132247.596000', '132247.599000', '132247.601000', '132247.618000', '132247.620000', '132247.623000', '132247.625000', '132247.628000', '132247.630000', '132247.633000', '132247.635000', '132247.638000', '132247.641000', '132247.643000', '132247.646000', '132307.521000', '132307.523000', '132307.526000', '132307.529000', '132307.531000', '132307.534000', '132307.537000', '132307.549000', '132307.551000', '132307.554000', '132307.557000', '132307.559000', '132307.562000', '132307.565000', '132307.567000', '132307.570000', '132307.572000', '132307.575000', '132307.578000', '132307.580000', '132307.583000', '132307.586000', '132307.588000', '132307.591000', '132307.593000', '132307.596000', '132307.599000', '132307.601000', '132307.604000', '132307.607000', '132307.609000', '132307.612000', '132307.614000', '132307.617000', '132307.620000', '132307.622000', '132307.625000', '132307.627000', '132307.630000', '132307.633000', '132307.635000', '132307.638000', '132307.640000', '132327.520000', '132327.523000', '132327.526000', '132327.528000', '132327.531000', '132327.534000', '132327.536000', '132327.539000', '132327.541000', '132327.544000', '132327.546000', '132327.549000', '132327.552000', '132327.554000', '132327.557000', '132327.559000', '132327.562000', '132327.565000', '132327.567000', '132327.570000', '132327.577000', '132327.579000', '132327.582000', '132327.584000', '132327.587000', '132327.590000', '132327.592000', '132327.595000', '132327.597000', '132327.600000', '132327.603000', '132327.605000', '132327.608000', '132327.610000', '132327.613000', '132327.616000', '132327.618000', '132327.621000', '132327.623000', '132327.646000', '132327.648000', '132327.651000', '132327.654000', '132327.656000', '132347.520000', '132347.522000', '132347.525000', '132347.528000', '132347.530000', '132347.533000', '132347.535000', '132347.538000', '132347.543000', '132347.546000', '132347.549000', '132347.551000', '132347.554000', '132347.556000', '132347.559000', '132347.562000', '132347.564000', '132347.567000', '132347.569000', '132347.572000', '132347.574000', '132347.577000', '132347.580000', '132347.582000', '132347.585000', '132347.588000', '132347.590000', '132347.593000', '132347.595000', '132347.598000', '132347.601000', '132347.603000', '132347.606000', '132347.608000', '132347.611000', '132347.614000', '132347.616000', '132347.619000', '132347.621000', '132347.624000', '132347.627000', '132347.629000', '132347.632000', '132407.519000', '132407.522000', '132407.525000', '132407.528000', '132407.530000', '132407.533000', '132407.535000', '132407.538000', '132407.541000', '132407.546000', '132407.549000', '132407.552000', '132407.554000', '132407.557000', '132407.559000', '132407.562000', '132407.564000', '132407.567000', '132407.569000', '132407.572000', '132407.575000', '132407.577000', '132407.580000', '132407.583000', '132407.585000', '132407.588000', '132407.590000', '132407.593000', '132407.595000', '132407.598000', '132407.601000', '132407.604000', '132407.606000', '132407.609000', '132407.611000', '132407.614000', '132407.617000', '132407.619000', '132407.622000', '132407.624000', '132407.627000', '132407.630000', '132407.632000', '132427.520000', '132427.522000', '132427.525000', '132427.528000', '132427.530000', '132427.533000', '132427.535000', '132427.538000', '132427.541000', '132427.543000', '132427.546000', '132427.548000', '132427.551000', '132427.553000', '132427.556000', '132427.559000', '132427.561000', '132427.564000', '132427.567000', '132427.569000', '132427.572000', '132427.575000', '132427.577000', '132427.580000', '132427.582000', '132427.585000', '132427.588000', '132427.590000', '132427.593000', '132427.595000', '132427.598000', '132427.601000', '132427.603000', '132427.606000', '132427.609000', '132427.611000', '132427.614000', '132427.616000', '132427.619000', '132427.622000', '132427.624000', '132427.627000', '132427.629000', '132427.632000', '132447.519000', '132447.522000', '132447.525000', '132447.528000', '132447.530000', '132447.533000', '132447.536000', '132447.539000', '132447.541000', '132447.544000', '132447.547000', '132447.549000', '132447.552000', '132447.555000', '132447.557000', '132447.560000', '132447.562000', '132447.565000', '132447.567000', '132447.570000', '132447.573000', '132447.575000', '132447.578000', '132447.581000', '132447.583000', '132447.586000', '132447.588000', '132447.591000', '132447.593000', '132447.596000', '132447.599000', '132447.601000', '132447.604000', '132447.606000', '132447.609000', '132447.612000', '132447.614000', '132447.617000', '132447.620000', '132447.622000', '132447.625000', '132447.627000', '132447.630000', '132507.520000', '132507.523000', '132507.526000', '132507.528000', '132507.531000', '132507.534000', '132507.536000', '132507.539000', '132507.541000', '132507.544000', '132507.547000', '132507.549000', '132507.552000', '132507.554000', '132507.557000', '132507.560000', '132507.562000', '132507.565000', '132507.567000', '132507.570000', '132507.572000', '132507.584000', '132507.586000', '132507.589000', '132507.591000', '132507.594000', '132507.597000', '132507.599000', '132507.602000', '132507.605000', '132507.607000', '132507.610000', '132507.612000', '132507.615000', '132507.618000', '132507.620000', '132507.633000', '132507.636000', '132507.638000', '132507.641000', '132507.643000', '132507.646000', '132507.648000', '132507.651000', '132527.520000', '132527.523000', '132527.526000', '132527.528000', '132527.531000', '132527.534000', '132527.537000', '132527.540000', '132527.543000', '132527.546000', '132527.548000', '132527.551000', '132527.553000', '132527.556000', '132527.558000', '132527.561000', '132527.564000', '132527.566000', '132527.569000', '132527.571000', '132527.574000', '132527.577000', '132527.579000', '132527.582000', '132527.586000', '132527.589000', '132527.592000', '132527.594000', '132527.597000', '132527.600000', '132527.602000', '132527.605000', '132527.608000', '132527.610000', '132527.613000', '132527.615000', '132527.618000', '132527.621000', '132527.623000', '132527.626000', '132527.628000', '132527.631000', '132527.633000', '132547.521000', '132547.524000', '132547.526000', '132547.529000', '132547.531000', '132547.534000', '132547.537000', '132547.539000', '132547.542000', '132547.544000', '132547.547000', '132547.550000', '132547.552000', '132547.555000', '132547.557000', '132547.560000', '132547.563000', '132547.565000', '132547.568000', '132547.570000', '132547.573000', '132547.576000', '132547.578000', '132547.581000', '132547.583000', '132547.586000', '132547.588000', '132547.591000', '132547.594000', '132547.596000', '132547.599000', '132547.602000', '132547.604000', '132547.607000', '132547.609000', '132547.612000', '132547.615000', '132547.617000', '132547.620000', '132547.622000', '132547.625000', '132547.628000', '132547.630000', '132547.633000', '132607.519000', '132607.522000', '132607.525000', '132607.527000', '132607.530000', '132607.533000', '132607.535000', '132607.538000', '132607.540000', '132607.543000', '132607.546000', '132607.549000', '132607.552000', '132607.555000', '132607.557000', '132607.560000', '132607.562000', '132607.565000', '132607.568000', '132607.570000', '132607.573000', '132607.576000', '132607.578000', '132607.581000', '132607.583000', '132607.586000', '132607.588000', '132607.591000', '132607.593000', '132607.596000', '132607.599000', '132607.601000', '132607.604000', '132607.607000', '132607.609000', '132607.612000', '132607.614000', '132607.617000', '132607.619000', '132607.622000', '132607.625000', '132607.627000', '132607.630000', '132627.520000', '132627.522000', '132627.525000', '132627.528000', '132627.530000', '132627.533000', '132627.535000', '132627.538000', '132627.541000', '132627.543000', '132627.546000', '132627.548000', '132627.551000', '132627.553000', '132627.556000', '132627.558000', '132627.561000', '132627.564000', '132627.566000', '132627.569000', '132627.572000', '132627.574000', '132627.577000', '132627.579000', '132627.582000', '132627.585000', '132627.587000', '132627.590000', '132627.592000', '132627.595000', '132627.598000', '132627.600000', '132627.603000', '132627.606000', '132627.608000', '132627.611000', '132627.613000', '132627.616000', '132627.619000', '132627.621000', '132627.624000', '132627.626000', '132627.629000', '132627.631000', '132647.520000', '132647.532000', '132647.535000', '132647.538000', '132647.540000', '132647.543000', '132647.545000', '132647.548000', '132647.550000', '132647.553000', '132647.555000', '132647.558000', '132647.561000', '132647.563000', '132647.566000', '132647.568000', '132647.571000', '132647.574000', '132647.577000', '132647.580000', '132647.582000', '132647.585000', '132647.587000', '132647.590000', '132647.593000', '132647.595000', '132647.598000', '132647.600000', '132647.603000', '132647.606000', '132647.608000', '132647.611000', '132647.614000', '132647.616000', '132647.619000', '132647.622000', '132647.625000', '132647.628000', '132647.631000', '132647.633000', '132647.636000', '132647.639000', '132647.641000', '132707.520000', '132707.522000', '132707.525000', '132707.528000', '132707.530000', '132707.533000', '132707.535000', '132707.538000', '132707.541000', '132707.543000', '132707.546000', '132707.549000', '132707.551000', '132707.554000', '132707.556000', '132707.559000', '132707.562000', '132707.564000', '132707.567000', '132707.569000', '132707.572000', '132707.574000', '132707.577000', '132707.580000', '132707.582000', '132707.585000', '132707.587000', '132707.590000', '132707.593000', '132707.595000', '132707.598000', '132707.601000', '132707.603000', '132707.606000', '132707.608000', '132707.611000', '132707.614000', '132707.616000', '132707.619000', '132707.621000', '132707.624000', '132707.627000', '132707.629000', '132707.632000', '132727.521000', '132727.523000', '132727.526000', '132727.529000', '132727.531000', '132727.534000', '132727.536000', '132727.539000', '132727.541000', '132727.544000', '132727.547000', '132727.549000', '132727.552000', '132727.555000', '132727.558000', '132727.560000', '132727.563000', '132727.565000', '132727.568000', '132727.570000', '132727.573000', '132727.576000', '132727.578000', '132727.581000', '132727.583000', '132727.586000', '132727.588000', '132727.591000', '132727.594000', '132727.596000', '132727.600000', '132727.603000', '132727.606000', '132727.608000', '132727.611000', '132727.614000', '132727.616000', '132727.619000', '132727.621000', '132727.624000', '132727.626000', '132727.629000', '132727.632000', '132747.521000', '132747.524000', '132747.526000', '132747.529000', '132747.531000', '132747.534000', '132747.537000', '132747.539000', '132747.542000', '132747.544000', '132747.547000', '132747.550000', '132747.552000', '132747.555000', '132747.557000', '132747.562000', '132747.564000', '132747.567000', '132747.569000', '132747.572000', '132747.575000', '132747.577000', '132747.580000', '132747.582000', '132747.585000', '132747.587000', '132747.590000', '132747.593000', '132747.595000', '132747.598000', '132747.601000', '132747.603000', '132747.606000', '132747.608000', '132747.611000', '132747.613000', '132747.616000', '132747.619000', '132747.621000', '132747.624000', '132747.626000', '132747.629000', '132747.632000', '132747.634000', '132807.520000', '132807.523000', '132807.526000', '132807.528000', '132807.531000', '132807.534000', '132807.536000', '132807.539000', '132807.541000', '132807.544000', '132807.546000', '132807.549000', '132807.565000', '132807.568000', '132807.570000', '132807.573000', '132807.575000', '132807.578000', '132807.581000', '132807.583000', '132807.586000', '132807.588000', '132807.591000', '132807.593000', '132807.596000', '132807.599000', '132807.603000', '132807.606000', '132807.608000', '132807.611000', '132807.613000', '132807.616000', '132807.619000', '132807.621000', '132807.624000', '132807.626000', '132807.629000', '132807.631000', '132807.634000', '132807.637000', '132807.639000', '132807.642000', '132807.645000', '132822.351000', '132822.354000', '132822.357000', '132822.359000', '132822.362000', '132822.365000', '132822.368000', '132822.370000', '132822.373000', '132822.376000', '132822.378000', '132822.381000', '132822.384000', '132822.387000', '132822.390000', '132822.393000', '132822.396000', '132822.398000', '132822.401000', '132822.403000', '132822.406000', '132822.409000', '132822.411000', '132822.414000', '132822.417000', '132822.420000', '132822.423000', '132822.426000', '132822.429000', '132822.432000', '132822.435000', '132822.438000', '132822.441000'], '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': [9693, 6924, 6658, 7912, 6365, 9287, 6830, 9833, 9296, 7387, 10169, 6422, 8963, 6668, 6454, 8361, 6877, 6993, 7536, 6586, 9684, 6847, 6432, 8465, 6496, 9208, 8729, 7644, 11859, 8264, 6563, 7796, 6561, 6727, 10463, 10829, 10840, 12607, 8208, 9059, 8534, 6836, 8935, 6625, 8484, 6824, 6697, 7540, 7177, 11836, 11284, 10444, 13782, 11154, 8246, 10273, 7440, 8044, 7938, 6267, 8319, 6395, 8450, 6963, 8212, 7132, 7715, 10253, 8609, 11668, 8216, 10899, 7319, 10288, 6640, 8695, 6382, 7901, 6577, 7565, 7153, 6824, 7744, 6728, 7930, 6280, 8349, 6580, 8713, 6710, 8368, 7740, 8571, 11871, 8967, 12160, 8180, 9008, 7619, 6590, 7683, 6693, 6379, 6795, 9384, 8569, 10693, 11065, 10478, 12678, 9537, 13165, 7984, 7931, 8415, 6950, 7114, 6706, 6607, 10726, 10954, 9835, 12444, 7484, 6570, 9009, 6877, 7331, 6600, 6444, 7978, 6902, 7088, 7640, 6381, 9039, 7227, 11715, 13172, 13174, 14957, 11799, 12637, 7917, 10534, 7148, 8732, 6530, 7033, 6472, 6670, 6866, 6641, 7921, 6736, 10850, 7848, 9063, 6613, 8211, 7084, 7133, 8226, 6432, 11103, 8435, 11844, 10167, 12718, 11590, 11798, 12794, 7991, 9797, 7113, 9198, 6582, 8388, 6183, 8476, 6621, 8578, 10323, 10406, 11570, 9140, 10983, 7566, 6260, 9179, 6645, 8052, 6785, 6268, 6821, 6286, 8517, 6752, 7417, 7280, 6383, 8209, 6577, 9588, 6944, 9172, 8963, 9066, 14330, 10673, 14322, 11416, 14065, 8852, 10587, 6593, 8041, 6470, 7381, 6412, 7483, 6917, 6702, 7630, 8343, 10210, 8366, 11213, 7784, 10286, 6710, 9892, 6645, 8878, 6193, 8313, 6481, 8054, 8624, 9496, 12447, 10080, 12292, 8757, 10663, 7225, 9062, 6334, 6931, 6494, 6325, 6927, 6634, 8247, 6777, 7417, 7484, 6518, 7914, 6210, 8602, 6366, 8805, 6939, 12029, 10862, 13780, 10154, 12441, 7205, 9172, 6236, 7709, 6591, 6744, 7006, 6373, 7832, 6331, 8935, 7240, 11159, 7829, 9013, 7499, 7890, 11950, 10770, 14464, 9560, 10419, 7708, 7499, 7028, 6350, 7365, 6424, 11173, 9790, 12214, 12109, 8300, 9662, 6425, 6653, 6710, 6829, 9388, 7715, 6383, 9192, 7719, 7271, 7546, 6766, 6521, 6866, 6484, 9025, 9912, 10056, 13827, 11289, 14392, 10396, 13925, 7893, 9943, 6724, 7781, 6522, 7594, 6671, 7863, 6639, 7374, 6751, 7167, 8555, 6393, 8378, 6366, 8326, 6582, 8171, 7126, 6950, 7731, 7198, 10832, 8651, 12343, 8669, 11542, 6918, 8757, 6561, 8567, 7080, 10234, 9670, 11402, 8566, 8274, 7269, 7083, 6904, 7041, 7349, 6779, 6625, 6519, 8686, 6733, 9467, 6929, 9971, 8060, 10596, 13421, 10212, 13710, 9836, 12434, 7069, 8289, 6750, 6902, 6517, 6676, 7505, 6724, 9077, 10585, 8746, 12037, 9858, 11366, 7613, 6837, 8578, 6513, 6832, 6974, 6418, 7952, 6628, 6780, 10881, 10550, 10833, 9872, 7844, 9252, 6898, 8854, 6675, 8142, 7025, 7449, 7630, 6836, 7877, 6688, 8085, 6388, 8196, 7141, 6480, 6981, 6963, 7862, 9780, 8312, 7773, 7612, 6652, 8753, 6648, 9960, 6695, 10055, 7060, 10233, 7593, 10023, 7428, 9453, 7499, 8993, 8267, 6783, 7661, 6631, 8234, 6741, 11751, 12445, 14474, 11115, 9136, 7680, 6818, 6493, 7245, 6579, 7730, 6516, 8757, 8495, 8779, 11665, 9936, 11713, 8112, 9278, 6448, 8985, 6350, 8956, 6808, 9386, 6575, 9602, 6763, 9541, 6624, 11745, 10952, 13849, 10949, 8686, 6990, 6316, 7266, 6387, 9109, 7207, 8548, 8656, 6300, 8499, 6663, 7649, 7265, 6602, 8737, 6505, 9897, 6629, 10025, 7064, 8096, 7691, 6515, 9502, 6642, 11857, 10056, 12023, 11415, 8401, 11153, 7701, 10044, 6530, 8833, 6679, 8615, 6649, 7172, 6995, 6496, 7413, 6751, 8834, 6709, 9111, 6893, 7160, 7466, 6519, 9086, 6592, 9548, 7208, 8553, 11093, 9491, 13826, 10044, 8825, 6480, 6442, 7510, 6422, 6614, 8301, 6505, 7783, 8020, 6646, 11362, 9782, 10806, 8545, 6349, 7597, 6805, 9627, 11297, 6817, 9049, 6815, 7303, 10081, 7307, 6810, 7268, 6374, 8712, 6625, 9336, 7317, 8685, 8180, 7213, 9210, 6659, 9679, 6700, 9587, 6326, 9485, 6534, 9652, 6535, 6610, 7422, 6437, 8173, 6592, 9495, 6680, 9773, 6631, 10112, 9025, 6707, 7548, 6617, 7762, 6452, 9029, 6709, 6913, 8008, 6609, 11327, 9007, 6790, 7459, 6512, 7784, 7868, 6436, 10731, 7320, 8284, 8942, 6592, 11672, 10874, 11066, 13216, 8244, 9697, 6608, 6622, 8602, 6285, 10465, 10121, 9131, 13511, 10130, 11672, 13523, 9784, 7125, 6663, 6815, 8663, 6450, 6757, 7643, 6565, 9472, 7291, 7323, 8499, 6467, 10170, 7254, 10997, 7891, 10229, 8651, 8702, 8518, 7136, 8530, 6581, 8474, 6629, 9000, 6373, 9397, 7266, 10061, 8411, 6440, 7546, 6434, 8414, 6337, 9161, 6760, 9855, 7096, 8797, 7720, 7877, 8252, 6665, 8780, 6549, 9198, 6437, 10748, 8388, 9682, 6908, 6584, 7425, 6697, 8636, 6396, 11628, 11003, 10738, 7690, 6471, 8212, 6584, 7685, 7377, 6935, 10007, 9658, 9424, 11520, 8168, 6496, 8589, 6484, 9013, 8226, 6600, 9668, 7061, 11214, 8252, 11407, 8536, 10975, 8357, 8668, 7979, 6508, 8884, 6613, 10075, 7285, 11808, 9780, 9891, 8172, 6376, 8016, 6665, 8829, 6540, 9763, 6728, 10139, 7354, 10279, 7764, 10091, 7915, 9334, 7875, 8082, 7992, 6792, 8603, 6623, 10386, 8074, 12215, 10287, 11795, 9822, 7681, 9739, 6669, 8732, 6525, 7082, 6797, 6734, 8166, 6438, 8964, 7212, 10209, 8828, 10272, 12449, 9927, 14157, 9216, 9429, 8121, 6402, 10499, 7427, 11568, 7287, 10193, 7724, 10238, 7958, 9814, 8096, 9544, 8580, 6836, 8776, 6680, 8950, 6539, 7620, 7539, 6308, 9040, 6930, 7267, 8088, 6411, 9475, 7043, 10198, 7534, 7016, 8487, 6668, 10041, 8023, 10543, 9913, 8322, 9841, 7020, 9922, 6563, 8823, 6564, 6992, 7135, 6499, 8145, 6552, 9161, 6924, 10936, 8855, 8227, 8708, 6618, 9208, 6656, 6329, 8990, 6487, 7623, 7267, 6471, 8787, 7638, 6593, 8860, 7081, 9451, 8687, 6661, 9501, 6580, 10107, 7429, 10517], 'WindowCenter': [4104.0, 4060.0, 4044.0, 4052.0, 4019.0, 4048.0, 4018.0, 4059.0, 4048.0, 4028.0, 4058.0, 4008.0, 4046.0, 4004.0, 4004.0, 4034.0, 4015.0, 4015.0, 4026.0, 4017.0, 4058.0, 4018.0, 4017.0, 4050.0, 4016.0, 4047.0, 4050.0, 4040.0, 4082.0, 4051.0, 4032.0, 4051.0, 4030.0, 4032.0, 4096.0, 4098.0, 4097.0, 4106.0, 4066.0, 4074.0, 4062.0, 4030.0, 4060.0, 4032.0, 4061.0, 4031.0, 4031.0, 4055.0, 4056.0, 4107.0, 4100.0, 4100.0, 4107.0, 4085.0, 4065.0, 4072.0, 4041.0, 4037.0, 4026.0, 4007.0, 4037.0, 4007.0, 4037.0, 4017.0, 4035.0, 4014.0, 4012.0, 4057.0, 4023.0, 4054.0, 4023.0, 4055.0, 4025.0, 4056.0, 4004.0, 4033.0, 3992.0, 4021.0, 4004.0, 4024.0, 4027.0, 4005.0, 4024.0, 4003.0, 4024.0, 4004.0, 4034.0, 4015.0, 4036.0, 4031.0, 4051.0, 4054.0, 4063.0, 4094.0, 4074.0, 4107.0, 4077.0, 4074.0, 4054.0, 4030.0, 4040.0, 4030.0, 4020.0, 4032.0, 4063.0, 4065.0, 4085.0, 4098.0, 4086.0, 4106.0, 4073.0, 4094.0, 4051.0, 4052.0, 4065.0, 4045.0, 4030.0, 4032.0, 4058.0, 4112.0, 4113.0, 4113.0, 4107.0, 4069.0, 4032.0, 4062.0, 4032.0, 4029.0, 4020.0, 4008.0, 4040.0, 4031.0, 4030.0, 4039.0, 4021.0, 4035.0, 4016.0, 4067.0, 4081.0, 4078.0, 4078.0, 4066.0, 4067.0, 4025.0, 4056.0, 4015.0, 4033.0, 3990.0, 3999.0, 3990.0, 3989.0, 4001.0, 4002.0, 4024.0, 4004.0, 4056.0, 4024.0, 4033.0, 4001.0, 4023.0, 4014.0, 4015.0, 4035.0, 4005.0, 4070.0, 4049.0, 4081.0, 4071.0, 4090.0, 4069.0, 4067.0, 4079.0, 4025.0, 4058.0, 4027.0, 4047.0, 4018.0, 4036.0, 4007.0, 4037.0, 4016.0, 4036.0, 4071.0, 4073.0, 4094.0, 4059.0, 4066.0, 4027.0, 4004.0, 4046.0, 4017.0, 4039.0, 4016.0, 4006.0, 4016.0, 4017.0, 4035.0, 4004.0, 4024.0, 4013.0, 3990.0, 4020.0, 3991.0, 4030.0, 4002.0, 4030.0, 4020.0, 4020.0, 4076.0, 4055.0, 4077.0, 4053.0, 4074.0, 4033.0, 4042.0, 4001.0, 4010.0, 3989.0, 4012.0, 4004.0, 4027.0, 4029.0, 4015.0, 4037.0, 4036.0, 4057.0, 4035.0, 4066.0, 4026.0, 4056.0, 4005.0, 4045.0, 4016.0, 4034.0, 3993.0, 4022.0, 3992.0, 4024.0, 4034.0, 4046.0, 4091.0, 4058.0, 4067.0, 4034.0, 4053.0, 4025.0, 4032.0, 4003.0, 4013.0, 4003.0, 3991.0, 4013.0, 4002.0, 4034.0, 4003.0, 4013.0, 4013.0, 3990.0, 4011.0, 3978.0, 4033.0, 3990.0, 4032.0, 4002.0, 4065.0, 4055.0, 4075.0, 4044.0, 4064.0, 4013.0, 4033.0, 3980.0, 4009.0, 4002.0, 4000.0, 4014.0, 4004.0, 4025.0, 4005.0, 4045.0, 4025.0, 4066.0, 4040.0, 4045.0, 4026.0, 4036.0, 4082.0, 4082.0, 4102.0, 4061.0, 4070.0, 4039.0, 4039.0, 4027.0, 4004.0, 4014.0, 4006.0, 4080.0, 4073.0, 4094.0, 4106.0, 4042.0, 4063.0, 3999.0, 4007.0, 4031.0, 4031.0, 4073.0, 4042.0, 4032.0, 4060.0, 4040.0, 4029.0, 4028.0, 4030.0, 4006.0, 4004.0, 3993.0, 4034.0, 4045.0, 4058.0, 4079.0, 4057.0, 4080.0, 4057.0, 4076.0, 4022.0, 4042.0, 4003.0, 4011.0, 3989.0, 3997.0, 3989.0, 4009.0, 4001.0, 4010.0, 4002.0, 4000.0, 4033.0, 3990.0, 4021.0, 3990.0, 4020.0, 4001.0, 4021.0, 4014.0, 4012.0, 4024.0, 4014.0, 4067.0, 4035.0, 4078.0, 4036.0, 4066.0, 4014.0, 4031.0, 4001.0, 4032.0, 4014.0, 4055.0, 4056.0, 4067.0, 4047.0, 4034.0, 4023.0, 4012.0, 4001.0, 4000.0, 4012.0, 4002.0, 4014.0, 4005.0, 4047.0, 4016.0, 4045.0, 4027.0, 4043.0, 4023.0, 4054.0, 4078.0, 4057.0, 4089.0, 4058.0, 4090.0, 4027.0, 4047.0, 4016.0, 4014.0, 4003.0, 4004.0, 4025.0, 4017.0, 4046.0, 4070.0, 4049.0, 4080.0, 4058.0, 4068.0, 4025.0, 4004.0, 4034.0, 3993.0, 4003.0, 4013.0, 4005.0, 4035.0, 4016.0, 4016.0, 4069.0, 4057.0, 4055.0, 4044.0, 4022.0, 4032.0, 4001.0, 4031.0, 4003.0, 4022.0, 4002.0, 4011.0, 4013.0, 4000.0, 4011.0, 3990.0, 4009.0, 3990.0, 4034.0, 4018.0, 3995.0, 3988.0, 3997.0, 4022.0, 4054.0, 4060.0, 4037.0, 4038.0, 4015.0, 4033.0, 4002.0, 4040.0, 4003.0, 4044.0, 4015.0, 4056.0, 4028.0, 4057.0, 4027.0, 4046.0, 4012.0, 4033.0, 4032.0, 4004.0, 4024.0, 4014.0, 4037.0, 4019.0, 4093.0, 4107.0, 4115.0, 4084.0, 4073.0, 4052.0, 4029.0, 4019.0, 4026.0, 4019.0, 4037.0, 4019.0, 4061.0, 4063.0, 4062.0, 4082.0, 4059.0, 4080.0, 4037.0, 4046.0, 4005.0, 4035.0, 4004.0, 4036.0, 4004.0, 4046.0, 4005.0, 4045.0, 4004.0, 4042.0, 4002.0, 4052.0, 4056.0, 4077.0, 4056.0, 4034.0, 4015.0, 4018.0, 4027.0, 4004.0, 4046.0, 4026.0, 4036.0, 4048.0, 4021.0, 4049.0, 4018.0, 4026.0, 4025.0, 4014.0, 4048.0, 4006.0, 4070.0, 4016.0, 4043.0, 4015.0, 4026.0, 4025.0, 3993.0, 4045.0, 4003.0, 4064.0, 4056.0, 4066.0, 4065.0, 4034.0, 4067.0, 4025.0, 4056.0, 4006.0, 4045.0, 4016.0, 4036.0, 4016.0, 4015.0, 4027.0, 4006.0, 4028.0, 4019.0, 4046.0, 4018.0, 4047.0, 4027.0, 4016.0, 4027.0, 4005.0, 4046.0, 4017.0, 4059.0, 4029.0, 4047.0, 4080.0, 4061.0, 4092.0, 4061.0, 4049.0, 4019.0, 4020.0, 4027.0, 4018.0, 4029.0, 4050.0, 4020.0, 4039.0, 4051.0, 4031.0, 4083.0, 4073.0, 4071.0, 4061.0, 4032.0, 4040.0, 4046.0, 4087.0, 4110.0, 4047.0, 4075.0, 4046.0, 4055.0, 4095.0, 4066.0, 4043.0, 4053.0, 4045.0, 4074.0, 4044.0, 4085.0, 4053.0, 4050.0, 4049.0, 4026.0, 4057.0, 4015.0, 4046.0, 4004.0, 4056.0, 4004.0, 4044.0, 4003.0, 4045.0, 4005.0, 4015.0, 4025.0, 4005.0, 4046.0, 4016.0, 4057.0, 4017.0, 4068.0, 4030.0, 4069.0, 4060.0, 4029.0, 4038.0, 4029.0, 4038.0, 4018.0, 4059.0, 4031.0, 4041.0, 4063.0, 4043.0, 4093.0, 4074.0, 4044.0, 4054.0, 4033.0, 4050.0, 4052.0, 4032.0, 4092.0, 4054.0, 4063.0, 4074.0, 4031.0, 4092.0, 4095.0, 4094.0, 4104.0, 4063.0, 4083.0, 4029.0, 4029.0, 4059.0, 4032.0, 4081.0, 4085.0, 4087.0, 4119.0, 4098.0, 4120.0, 4144.0, 4098.0, 4055.0, 4044.0, 4031.0, 4063.0, 4032.0, 4031.0, 4051.0, 4032.0, 4072.0, 4043.0, 4040.0, 4050.0, 4006.0, 4057.0, 4026.0, 4055.0, 4037.0, 4055.0, 4035.0, 4035.0, 4035.0, 4013.0, 4034.0, 4002.0, 4034.0, 4004.0, 4043.0, 4003.0, 4046.0, 4039.0, 4068.0, 4049.0, 4019.0, 4049.0, 4019.0, 4049.0, 4019.0, 4059.0, 4030.0, 4071.0, 4042.0, 4062.0, 4052.0, 4051.0, 4050.0, 4029.0, 4063.0, 4021.0, 4059.0, 4019.0, 4082.0, 4062.0, 4073.0, 4042.0, 4030.0, 4041.0, 4030.0, 4050.0, 4033.0, 4108.0, 4098.0, 4094.0, 4054.0, 4033.0, 4061.0, 4033.0, 4052.0, 4053.0, 4070.0, 4111.0, 4099.0, 4101.0, 4108.0, 4079.0, 4045.0, 4075.0, 4032.0, 4073.0, 4052.0, 4029.0, 4071.0, 4031.0, 4081.0, 4049.0, 4077.0, 4048.0, 4054.0, 4034.0, 4033.0, 4034.0, 4016.0, 4060.0, 4029.0, 4069.0, 4037.0, 4079.0, 4069.0, 4070.0, 4051.0, 4018.0, 4048.0, 4016.0, 4058.0, 4018.0, 4070.0, 4030.0, 4067.0, 4039.0, 4070.0, 4040.0, 4069.0, 4038.0, 4056.0, 4038.0, 4036.0, 4038.0, 4017.0, 4062.0, 4029.0, 4095.0, 4053.0, 4093.0, 4096.0, 4108.0, 4085.0, 4055.0, 4073.0, 4031.0, 4047.0, 4008.0, 4029.0, 4021.0, 4020.0, 4063.0, 4034.0, 4063.0, 4042.0, 4084.0, 4075.0, 4088.0, 4110.0, 4076.0, 4081.0, 4065.0, 4049.0, 4026.0, 3997.0, 4059.0, 4017.0, 4054.0, 4002.0, 4031.0, 4001.0, 4032.0, 4011.0, 4020.0, 4012.0, 4019.0, 4010.0, 3989.0, 4010.0, 3977.0, 4019.0, 3990.0, 3999.0, 4000.0, 3991.0, 4032.0, 4003.0, 4002.0, 4023.0, 3993.0, 4033.0, 4004.0, 4057.0, 4013.0, 4002.0, 4023.0, 4004.0, 4056.0, 4037.0, 4056.0, 4058.0, 4036.0, 4058.0, 4016.0, 4046.0, 4006.0, 4036.0, 4017.0, 4016.0, 4018.0, 4007.0, 4040.0, 4008.0, 4060.0, 4031.0, 4088.0, 4068.0, 4055.0, 4077.0, 4044.0, 4076.0, 4045.0, 4033.0, 4063.0, 4034.0, 4055.0, 4055.0, 4036.0, 4065.0, 4055.0, 4023.0, 4063.0, 4033.0, 4062.0, 4053.0, 4033.0, 4075.0, 4020.0, 4059.0, 4029.0, 4070.0], 'WindowWidth': [9124.0, 9056.0, 9023.0, 9025.0, 8977.0, 9011.0, 8973.0, 9025.0, 9011.0, 8984.0, 9024.0, 8958.0, 9003.0, 8948.0, 8948.0, 8986.0, 8962.0, 8962.0, 8979.0, 8968.0, 9025.0, 8974.0, 8970.0, 9018.0, 8967.0, 9008.0, 9019.0, 9003.0, 9063.0, 9021.0, 8999.0, 9024.0, 8993.0, 8999.0, 9091.0, 9099.0, 9095.0, 9106.0, 9051.0, 9060.0, 9039.0, 8993.0, 9033.0, 8996.0, 9034.0, 8994.0, 8994.0, 9033.0, 9038.0, 9109.0, 9104.0, 9103.0, 9109.0, 9075.0, 9047.0, 9051.0, 9008.0, 8993.0, 8978.0, 8954.0, 8993.0, 8955.0, 8992.0, 8967.0, 8988.0, 8958.0, 8952.0, 9020.0, 8967.0, 9011.0, 8967.0, 9013.0, 8976.0, 9016.0, 8946.0, 8982.0, 8927.0, 8963.0, 8945.0, 8972.0, 8982.0, 8947.0, 8972.0, 8943.0, 8972.0, 8945.0, 8985.0, 8963.0, 8990.0, 8996.0, 9022.0, 9029.0, 9040.0, 9084.0, 9056.0, 9110.0, 9069.0, 9060.0, 9030.0, 8994.0, 9004.0, 8994.0, 8980.0, 8996.0, 9040.0, 9047.0, 9074.0, 9095.0, 9076.0, 9106.0, 9053.0, 9084.0, 9021.0, 9026.0, 9050.0, 9024.0, 8993.0, 9001.0, 9047.0, 9123.0, 9130.0, 9131.0, 9108.0, 9068.0, 9000.0, 9036.0, 8997.0, 8986.0, 8974.0, 8958.0, 9000.0, 8991.0, 8991.0, 9002.0, 8981.0, 8986.0, 8961.0, 9034.0, 9059.0, 9052.0, 9054.0, 9030.0, 9033.0, 8974.0, 9017.0, 8959.0, 8981.0, 8921.0, 8929.0, 8918.0, 8915.0, 8936.0, 8937.0, 8970.0, 8946.0, 9017.0, 8972.0, 8982.0, 8936.0, 8969.0, 8961.0, 8965.0, 8989.0, 8949.0, 9044.0, 9017.0, 9061.0, 9045.0, 9072.0, 9042.0, 9036.0, 9054.0, 8977.0, 9024.0, 8985.0, 9008.0, 8972.0, 8993.0, 8955.0, 8995.0, 8969.0, 8990.0, 9046.0, 9053.0, 9086.0, 9029.0, 9035.0, 8982.0, 8946.0, 9004.0, 8970.0, 9002.0, 8966.0, 8952.0, 8968.0, 8971.0, 8988.0, 8946.0, 8973.0, 8955.0, 8920.0, 8959.0, 8921.0, 8970.0, 8939.0, 8971.0, 8958.0, 8959.0, 9045.0, 9016.0, 9052.0, 9010.0, 9042.0, 8982.0, 8992.0, 8937.0, 8945.0, 8920.0, 8954.0, 8945.0, 8982.0, 8989.0, 8964.0, 8997.0, 8994.0, 9021.0, 8988.0, 9032.0, 8978.0, 9017.0, 8949.0, 9000.0, 8966.0, 8986.0, 8930.0, 8965.0, 8928.0, 8973.0, 8986.0, 9004.0, 9076.0, 9026.0, 9036.0, 8985.0, 9009.0, 8975.0, 8981.0, 8944.0, 8956.0, 8942.0, 8922.0, 8956.0, 8940.0, 8985.0, 8943.0, 8955.0, 8954.0, 8920.0, 8947.0, 8902.0, 8981.0, 8920.0, 8978.0, 8939.0, 9029.0, 9014.0, 9044.0, 8999.0, 9025.0, 8955.0, 8981.0, 8909.0, 8944.0, 8939.0, 8934.0, 8959.0, 8946.0, 8976.0, 8949.0, 9001.0, 8976.0, 9031.0, 9007.0, 9004.0, 8979.0, 8992.0, 9065.0, 9065.0, 9096.0, 9036.0, 9046.0, 9002.0, 9003.0, 8983.0, 8947.0, 8960.0, 8956.0, 9058.0, 9057.0, 9087.0, 9107.0, 9006.0, 9035.0, 8940.0, 8950.0, 8995.0, 8997.0, 9054.0, 9009.0, 9001.0, 9033.0, 9003.0, 8985.0, 8981.0, 8992.0, 8952.0, 8944.0, 8927.0, 8982.0, 9001.0, 9022.0, 9056.0, 9020.0, 9062.0, 9021.0, 9044.0, 8966.0, 8991.0, 8943.0, 8950.0, 8916.0, 8924.0, 8917.0, 8942.0, 8936.0, 8948.0, 8940.0, 8933.0, 8981.0, 8921.0, 8964.0, 8922.0, 8960.0, 8937.0, 8963.0, 8959.0, 8955.0, 8971.0, 8959.0, 9036.0, 8990.0, 9053.0, 8992.0, 9033.0, 8959.0, 8977.0, 8938.0, 8978.0, 8961.0, 9014.0, 9020.0, 9035.0, 9008.0, 8989.0, 8971.0, 8952.0, 8936.0, 8934.0, 8953.0, 8941.0, 8960.0, 8950.0, 9008.0, 8966.0, 9002.0, 8981.0, 8996.0, 8970.0, 9012.0, 9053.0, 9024.0, 9073.0, 9028.0, 9071.0, 8985.0, 9010.0, 8965.0, 8961.0, 8943.0, 8944.0, 8975.0, 8967.0, 9006.0, 9045.0, 9015.0, 9061.0, 9027.0, 9038.0, 8976.0, 8945.0, 8982.0, 8929.0, 8942.0, 8956.0, 8948.0, 8988.0, 8968.0, 8969.0, 9040.0, 9021.0, 9015.0, 8999.0, 8967.0, 8979.0, 8938.0, 8975.0, 8941.0, 8964.0, 8939.0, 8951.0, 8954.0, 8935.0, 8949.0, 8918.0, 8942.0, 8922.0, 8986.0, 8970.0, 8935.0, 8909.0, 8925.0, 8966.0, 9013.0, 9033.0, 8997.0, 8999.0, 8965.0, 8984.0, 8938.0, 8988.0, 8943.0, 8997.0, 8963.0, 9018.0, 8984.0, 9022.0, 8983.0, 9004.0, 8955.0, 8979.0, 8981.0, 8945.0, 8973.0, 8962.0, 8996.0, 8975.0, 9083.0, 9107.0, 9120.0, 9071.0, 9055.0, 9026.0, 8991.0, 8975.0, 8979.0, 8974.0, 8998.0, 8979.0, 9034.0, 9042.0, 9037.0, 9064.0, 9030.0, 9058.0, 8994.0, 9005.0, 8949.0, 8986.0, 8945.0, 8990.0, 8946.0, 9005.0, 8949.0, 9002.0, 8945.0, 8992.0, 8939.0, 9005.0, 9015.0, 9048.0, 9018.0, 8984.0, 8964.0, 8974.0, 8983.0, 8948.0, 9006.0, 8979.0, 8991.0, 9012.0, 8985.0, 9013.0, 8971.0, 8980.0, 8977.0, 8961.0, 9012.0, 8954.0, 9045.0, 8966.0, 8996.0, 8964.0, 8976.0, 8973.0, 8930.0, 9001.0, 8942.0, 9025.0, 9019.0, 9031.0, 9030.0, 8986.0, 9035.0, 8977.0, 9018.0, 8952.0, 9001.0, 8967.0, 8991.0, 8968.0, 8963.0, 8983.0, 8955.0, 8986.0, 8974.0, 9007.0, 8972.0, 9008.0, 8983.0, 8967.0, 8981.0, 8952.0, 9006.0, 8969.0, 9028.0, 8989.0, 9011.0, 9060.0, 9036.0, 9078.0, 9035.0, 9014.0, 8975.0, 8977.0, 8985.0, 8973.0, 8990.0, 9018.0, 8980.0, 9003.0, 9020.0, 8995.0, 9068.0, 9053.0, 9047.0, 9035.0, 9000.0, 9006.0, 9029.0, 9082.0, 9117.0, 9029.0, 9064.0, 9027.0, 9036.0, 9091.0, 9054.0, 9019.0, 9033.0, 9025.0, 9061.0, 9024.0, 9077.0, 9029.0, 9019.0, 9015.0, 8981.0, 9021.0, 8963.0, 9004.0, 8946.0, 9020.0, 8950.0, 8999.0, 8946.0, 9001.0, 8952.0, 8965.0, 8978.0, 8952.0, 9008.0, 8971.0, 9026.0, 8973.0, 9041.0, 8994.0, 9045.0, 9034.0, 8990.0, 9002.0, 8990.0, 9002.0, 8978.0, 9032.0, 8999.0, 9012.0, 9043.0, 9017.0, 9083.0, 9060.0, 9022.0, 9033.0, 9003.0, 9021.0, 9026.0, 9002.0, 9081.0, 9033.0, 9044.0, 9058.0, 9000.0, 9079.0, 9088.0, 9085.0, 9101.0, 9044.0, 9072.0, 8993.0, 8990.0, 9031.0, 9000.0, 9064.0, 9078.0, 9083.0, 9132.0, 9103.0, 9134.0, 9178.0, 9104.0, 9038.0, 9019.0, 8996.0, 9042.0, 8998.0, 8998.0, 9023.0, 8999.0, 9052.0, 9014.0, 9008.0, 9017.0, 8954.0, 9022.0, 8978.0, 9016.0, 8994.0, 9014.0, 8989.0, 8987.0, 8988.0, 8957.0, 8987.0, 8941.0, 8985.0, 8946.0, 8997.0, 8945.0, 9005.0, 9003.0, 9039.0, 9018.0, 8980.0, 9018.0, 8978.0, 9017.0, 8977.0, 9030.0, 8994.0, 9049.0, 9013.0, 9037.0, 9026.0, 9022.0, 9019.0, 8989.0, 9042.0, 8984.0, 9029.0, 8978.0, 9063.0, 9038.0, 9056.0, 9013.0, 8995.0, 9010.0, 8992.0, 9020.0, 9003.0, 9112.0, 9096.0, 9087.0, 9031.0, 9004.0, 9036.0, 9001.0, 9025.0, 9029.0, 9066.0, 9123.0, 9102.0, 9109.0, 9116.0, 9076.0, 9021.0, 9060.0, 9001.0, 9055.0, 9025.0, 8991.0, 9048.0, 8994.0, 9061.0, 9016.0, 9051.0, 9011.0, 9014.0, 8986.0, 8984.0, 8988.0, 8966.0, 9034.0, 8993.0, 9043.0, 8997.0, 9054.0, 9043.0, 9045.0, 9022.0, 8976.0, 9014.0, 8969.0, 9026.0, 8973.0, 9045.0, 8992.0, 9040.0, 9005.0, 9046.0, 9007.0, 9042.0, 9001.0, 9020.0, 9000.0, 8995.0, 9000.0, 8971.0, 9039.0, 8990.0, 9089.0, 9030.0, 9085.0, 9094.0, 9115.0, 9079.0, 9033.0, 9052.0, 8993.0, 9008.0, 8956.0, 8985.0, 8978.0, 8977.0, 9040.0, 9001.0, 9037.0, 9010.0, 9071.0, 9060.0, 9082.0, 9113.0, 9058.0, 9056.0, 9042.0, 9008.0, 8974.0, 8936.0, 9024.0, 8965.0, 9008.0, 8934.0, 8971.0, 8931.0, 8975.0, 8944.0, 8952.0, 8946.0, 8951.0, 8939.0, 8913.0, 8942.0, 8893.0, 8951.0, 8917.0, 8925.0, 8929.0, 8921.0, 8978.0, 8938.0, 8936.0, 8966.0, 8925.0, 8979.0, 8941.0, 9016.0, 8954.0, 8936.0, 8966.0, 8941.0, 9014.0, 8993.0, 9017.0, 9022.0, 8990.0, 9022.0, 8965.0, 9003.0, 8951.0, 8991.0, 8965.0, 8963.0, 8968.0, 8954.0, 9000.0, 8958.0, 9028.0, 8992.0, 9079.0, 9051.0, 9029.0, 9067.0, 9018.0, 9060.0, 9021.0, 9001.0, 9039.0, 9003.0, 9031.0, 9033.0, 9010.0, 9042.0, 9030.0, 8984.0, 9035.0, 8997.0, 9032.0, 9022.0, 8998.0, 9059.0, 8977.0, 9024.0, 8986.0, 9041.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.002776330275229358</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05565157694954128</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.328477060137786</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1000492381859939</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9891123942250288</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4492</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5888.9805</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.18273557229704707</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>225</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>25.80275229357798</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6619928205010943</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.585493483811577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8863850220923095</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5140999555993973</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0129413</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013829605653882027</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.013479289598762989</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</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.4810758918186324</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>29.7566</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.591</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.8938</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305968.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>653.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.0804</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3922</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.0825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3214.8991</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>784.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4302.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.4183</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.329445149633102</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> |