=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0100_ses-01_task-social_acq-mb8_run-05_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-0100_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0100_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_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-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-01_task-social_acq-mb8_run-05_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-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-05_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>c42d2ed4e3f44e92911463279f15cab4</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>14:27:19.200000</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.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.124787</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d9176a67-b3d3-4d38-8b39-8db78c0ee94d||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.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['142719.200000', '142719.660000', '142720.120000', '142720.580000', '142721.040000', '142721.500000', '142721.960000', '142722.420000', '142722.880000', '142723.340000', '142723.800000', '142724.260000', '142724.720000', '142725.180000', '142725.640000', '142726.100000', '142726.560000', '142727.020000', '142727.480000', '142727.940000', '142728.400000', '142728.860000', '142729.320000', '142729.780000', '142730.240000', '142730.700000', '142731.160000', '142731.620000', '142732.080000', '142732.540000', '142733.000000', '142733.460000', '142733.920000', '142734.380000', '142734.840000', '142735.300000', '142735.760000', '142736.220000', '142736.680000', '142737.140000', '142737.600000', '142738.060000', '142738.520000', '142738.980000', '142739.440000', '142739.900000', '142740.360000', '142740.820000', '142741.280000', '142741.740000', '142742.200000', '142742.660000', '142743.120000', '142743.580000', '142744.040000', '142744.500000', '142744.960000', '142745.420000', '142745.880000', '142746.340000', '142746.800000', '142747.260000', '142747.720000', '142748.180000', '142748.640000', '142749.100000', '142749.560000', '142750.020000', '142750.480000', '142750.940000', '142751.400000', '142751.860000', '142752.320000', '142752.780000', '142753.240000', '142753.700000', '142754.160000', '142754.620000', '142755.080000', '142755.540000', '142756.000000', '142756.460000', '142756.920000', '142757.380000', '142757.840000', '142758.300000', '142758.760000', '142759.220000', '142759.680000', '142800.140000', '142800.600000', '142801.060000', '142801.520000', '142801.980000', '142802.440000', '142802.900000', '142803.360000', '142803.820000', '142804.280000', '142804.740000', '142805.200000', '142805.660000', '142806.120000', '142806.580000', '142807.040000', '142807.500000', '142807.960000', '142808.420000', '142808.880000', '142809.340000', '142809.800000', '142810.260000', '142810.720000', '142811.180000', '142811.640000', '142812.100000', '142812.560000', '142813.020000', '142813.480000', '142813.940000', '142814.400000', '142814.860000', '142815.320000', '142815.780000', '142816.240000', '142816.700000', '142817.160000', '142817.620000', '142818.080000', '142818.540000', '142819.000000', '142819.460000', '142819.920000', '142820.380000', '142820.840000', '142821.300000', '142821.760000', '142822.220000', '142822.680000', '142823.140000', '142823.600000', '142824.060000', '142824.520000', '142824.980000', '142825.440000', '142825.900000', '142826.360000', '142826.820000', '142827.280000', '142827.740000', '142828.200000', '142828.660000', '142829.120000', '142829.580000', '142830.040000', '142830.500000', '142830.960000', '142831.420000', '142831.880000', '142832.340000', '142832.800000', '142833.260000', '142833.720000', '142834.180000', '142834.640000', '142835.100000', '142835.560000', '142836.020000', '142836.480000', '142836.940000', '142837.400000', '142837.860000', '142838.320000', '142838.780000', '142839.240000', '142839.700000', '142840.160000', '142840.620000', '142841.080000', '142841.540000', '142842.000000', '142842.460000', '142842.920000', '142843.380000', '142843.840000', '142844.300000', '142844.760000', '142845.220000', '142845.680000', '142846.140000', '142846.600000', '142847.060000', '142847.520000', '142847.980000', '142848.440000', '142848.900000', '142849.360000', '142849.820000', '142850.280000', '142850.740000', '142851.200000', '142851.660000', '142852.120000', '142852.580000', '142853.040000', '142853.500000', '142853.960000', '142854.420000', '142854.880000', '142855.340000', '142855.800000', '142856.260000', '142856.720000', '142857.180000', '142857.640000', '142858.100000', '142858.560000', '142859.020000', '142859.480000', '142859.940000', '142900.400000', '142900.860000', '142901.320000', '142901.780000', '142902.240000', '142902.700000', '142903.160000', '142903.620000', '142904.080000', '142904.540000', '142905.000000', '142905.460000', '142905.920000', '142906.380000', '142906.840000', '142907.300000', '142907.760000', '142908.220000', '142908.680000', '142909.140000', '142909.600000', '142910.060000', '142910.520000', '142910.980000', '142911.440000', '142911.900000', '142912.360000', '142912.820000', '142913.280000', '142913.740000', '142914.200000', '142914.660000', '142915.120000', '142915.580000', '142916.040000', '142916.500000', '142916.960000', '142917.420000', '142917.880000', '142918.340000', '142918.800000', '142919.260000', '142919.720000', '142920.180000', '142920.640000', '142921.100000', '142921.560000', '142922.020000', '142922.480000', '142922.940000', '142923.400000', '142923.860000', '142924.320000', '142924.780000', '142925.240000', '142925.700000', '142926.160000', '142926.620000', '142927.080000', '142927.540000', '142928.000000', '142928.460000', '142928.920000', '142929.380000', '142929.840000', '142930.300000', '142930.760000', '142931.220000', '142931.680000', '142932.140000', '142932.600000', '142933.060000', '142933.520000', '142933.980000', '142934.440000', '142934.900000', '142935.360000', '142935.820000', '142936.280000', '142936.740000', '142937.200000', '142937.660000', '142938.120000', '142938.580000', '142939.040000', '142939.500000', '142939.960000', '142940.420000', '142940.880000', '142941.340000', '142941.800000', '142942.260000', '142942.720000', '142943.180000', '142943.640000', '142944.100000', '142944.560000', '142945.020000', '142945.480000', '142945.940000', '142946.400000', '142946.860000', '142947.320000', '142947.780000', '142948.240000', '142948.700000', '142949.160000', '142949.620000', '142950.080000', '142950.540000', '142951.000000', '142951.460000', '142951.920000', '142952.380000', '142952.840000', '142953.300000', '142953.760000', '142954.220000', '142954.680000', '142955.140000', '142955.600000', '142956.060000', '142956.520000', '142956.980000', '142957.440000', '142957.900000', '142958.360000', '142958.820000', '142959.280000', '142959.740000', '143000.200000', '143000.660000', '143001.120000', '143001.580000', '143002.040000', '143002.500000', '143002.960000', '143003.420000', '143003.880000', '143004.340000', '143004.800000', '143005.260000', '143005.720000', '143006.180000', '143006.640000', '143007.100000', '143007.560000', '143008.020000', '143008.480000', '143008.940000', '143009.400000', '143009.860000', '143010.320000', '143010.780000', '143011.240000', '143011.700000', '143012.160000', '143012.620000', '143013.080000', '143013.540000', '143014.000000', '143014.460000', '143014.920000', '143015.380000', '143015.840000', '143016.300000', '143016.760000', '143017.220000', '143017.680000', '143018.140000', '143018.600000', '143019.060000', '143019.520000', '143019.980000', '143020.440000', '143020.900000', '143021.360000', '143021.820000', '143022.280000', '143022.740000', '143023.200000', '143023.660000', '143024.120000', '143024.580000', '143025.040000', '143025.500000', '143025.960000', '143026.420000', '143026.880000', '143027.340000', '143027.800000', '143028.260000', '143028.720000', '143029.180000', '143029.640000', '143030.100000', '143030.560000', '143031.020000', '143031.480000', '143031.940000', '143032.400000', '143032.860000', '143033.320000', '143033.780000', '143034.240000', '143034.700000', '143035.160000', '143035.620000', '143036.080000', '143036.540000', '143037.000000', '143037.460000', '143037.920000', '143038.380000', '143038.840000', '143039.300000', '143039.760000', '143040.220000', '143040.680000', '143041.140000', '143041.600000', '143042.060000', '143042.520000', '143042.980000', '143043.440000', '143043.900000', '143044.360000', '143044.820000', '143045.280000', '143045.740000', '143046.200000', '143046.660000', '143047.120000', '143047.580000', '143048.040000', '143048.500000', '143048.960000', '143049.420000', '143049.880000', '143050.340000', '143050.800000', '143051.260000', '143051.720000', '143052.180000', '143052.640000', '143053.100000', '143053.560000', '143054.020000', '143054.480000', '143054.940000', '143055.400000', '143055.860000', '143056.320000', '143056.780000', '143057.240000', '143057.700000', '143058.160000', '143058.620000', '143059.080000', '143059.540000', '143100.000000', '143100.460000', '143100.920000', '143101.380000', '143101.840000', '143102.300000', '143102.760000', '143103.220000', '143103.680000', '143104.140000', '143104.600000', '143105.060000', '143105.520000', '143105.980000', '143106.440000', '143106.900000', '143107.360000', '143107.820000', '143108.280000', '143108.740000', '143109.200000', '143109.660000', '143110.120000', '143110.580000', '143111.040000', '143111.500000', '143111.960000', '143112.420000', '143112.880000', '143113.340000', '143113.800000', '143114.260000', '143114.720000', '143115.180000', '143115.640000', '143116.100000', '143116.560000', '143117.020000', '143117.480000', '143117.940000', '143118.400000', '143118.860000', '143119.320000', '143119.780000', '143120.240000', '143120.700000', '143121.160000', '143121.620000', '143122.080000', '143122.540000', '143123.000000', '143123.460000', '143123.920000', '143124.380000', '143124.840000', '143125.300000', '143125.760000', '143126.220000', '143126.680000', '143127.140000', '143127.600000', '143128.060000', '143128.520000', '143128.980000', '143129.440000', '143129.900000', '143130.360000', '143130.820000', '143131.280000', '143131.740000', '143132.200000', '143132.660000', '143133.120000', '143133.580000', '143134.040000', '143134.500000', '143134.960000', '143135.420000', '143135.880000', '143136.340000', '143136.800000', '143137.260000', '143137.720000', '143138.180000', '143138.640000', '143139.100000', '143139.560000', '143140.020000', '143140.480000', '143140.940000', '143141.400000', '143141.860000', '143142.320000', '143142.780000', '143143.240000', '143143.700000', '143144.160000', '143144.620000', '143145.080000', '143145.540000', '143146.000000', '143146.460000', '143146.920000', '143147.380000', '143147.840000', '143148.300000', '143148.760000', '143149.220000', '143149.680000', '143150.140000', '143150.600000', '143151.060000', '143151.520000', '143151.980000', '143152.440000', '143152.900000', '143153.360000', '143153.820000', '143154.280000', '143154.740000', '143155.200000', '143155.660000', '143156.120000', '143156.580000', '143157.040000', '143157.500000', '143157.960000', '143158.420000', '143158.880000', '143159.340000', '143159.800000', '143200.260000', '143200.720000', '143201.180000', '143201.640000', '143202.100000', '143202.560000', '143203.020000', '143203.480000', '143203.940000', '143204.400000', '143204.860000', '143205.320000', '143205.780000', '143206.240000', '143206.700000', '143207.160000', '143207.620000', '143208.080000', '143208.540000', '143209.000000', '143209.460000', '143209.920000', '143210.380000', '143210.840000', '143211.300000', '143211.760000', '143212.220000', '143212.680000', '143213.140000', '143213.600000', '143214.060000', '143214.520000', '143214.980000', '143215.440000', '143215.900000', '143216.360000', '143216.820000', '143217.280000', '143217.740000', '143218.200000', '143218.660000', '143219.120000', '143219.580000', '143220.040000', '143220.500000', '143220.960000', '143221.420000', '143221.880000', '143222.340000', '143222.800000', '143223.260000', '143223.720000', '143224.180000', '143224.640000', '143225.100000', '143225.560000', '143226.020000', '143226.480000', '143226.940000', '143227.400000', '143227.860000', '143228.320000', '143228.780000', '143229.240000', '143229.700000', '143230.160000', '143230.620000', '143231.080000', '143231.540000', '143232.000000', '143232.460000', '143232.920000', '143233.380000', '143233.840000', '143234.300000', '143234.760000', '143235.220000', '143235.680000', '143236.140000', '143236.600000', '143237.060000', '143237.520000', '143237.980000', '143238.440000', '143238.900000', '143239.360000', '143239.820000', '143240.280000', '143240.740000', '143241.200000', '143241.660000', '143242.120000', '143242.580000', '143243.040000', '143243.500000', '143243.960000', '143244.420000', '143244.880000', '143245.340000', '143245.800000', '143246.260000', '143246.720000', '143247.180000', '143247.640000', '143248.100000', '143248.560000', '143249.020000', '143249.480000', '143249.940000', '143250.400000', '143250.860000', '143251.320000', '143251.780000', '143252.240000', '143252.700000', '143253.160000', '143253.620000', '143254.080000', '143254.540000', '143255.000000', '143255.460000', '143255.920000', '143256.380000', '143256.840000', '143257.300000', '143257.760000', '143258.220000', '143258.680000', '143259.140000', '143259.600000', '143300.060000', '143300.520000', '143300.980000', '143301.440000', '143301.900000', '143302.360000', '143302.820000', '143303.280000', '143303.740000', '143304.200000', '143304.660000', '143305.120000', '143305.580000', '143306.040000', '143306.500000', '143306.960000', '143307.420000', '143307.880000', '143308.340000', '143308.800000', '143309.260000', '143309.720000', '143310.180000', '143310.640000', '143311.100000', '143311.560000', '143312.020000', '143312.480000', '143312.940000', '143313.400000', '143313.860000', '143314.320000', '143314.780000', '143315.240000', '143315.700000', '143316.160000', '143316.620000', '143317.080000', '143317.540000', '143318.000000', '143318.460000', '143318.920000', '143319.380000', '143319.840000', '143320.300000', '143320.760000', '143321.220000', '143321.680000', '143322.140000', '143322.600000', '143323.060000', '143323.520000', '143323.980000', '143324.440000', '143324.900000', '143325.360000', '143325.820000', '143326.280000', '143326.740000', '143327.200000', '143327.660000', '143328.120000', '143328.580000', '143329.040000', '143329.500000', '143329.960000', '143330.420000', '143330.880000', '143331.340000', '143331.800000', '143332.260000', '143332.720000', '143333.180000', '143333.640000', '143334.100000', '143334.560000', '143335.020000', '143335.480000', '143335.940000', '143336.400000', '143336.860000', '143337.320000', '143337.780000', '143338.240000', '143338.700000', '143339.160000', '143339.620000', '143340.080000', '143340.540000', '143341.000000', '143341.460000', '143341.920000', '143342.380000', '143342.840000', '143343.300000', '143343.760000', '143344.220000', '143344.680000', '143345.140000', '143345.600000', '143346.060000', '143346.520000', '143346.980000', '143347.440000', '143347.900000', '143348.360000', '143348.820000', '143349.280000', '143349.740000', '143350.200000', '143350.660000', '143351.120000', '143351.580000', '143352.040000', '143352.500000', '143352.960000', '143353.420000', '143353.880000', '143354.340000', '143354.800000', '143355.260000', '143355.720000', '143356.180000', '143356.640000', '143357.100000', '143357.560000', '143358.020000', '143358.480000', '143358.940000', '143359.400000', '143359.860000'], 'ContentTime': ['142740.532000', '142740.536000', '142740.539000', '142740.541000', '142740.544000', '142740.547000', '142740.549000', '142740.552000', '142740.554000', '142740.557000', '142740.559000', '142740.562000', '142740.564000', '142740.567000', '142740.570000', '142740.579000', '142740.581000', '142740.584000', '142740.586000', '142740.589000', '142740.592000', '142740.594000', '142740.597000', '142740.599000', '142740.602000', '142740.605000', '142740.607000', '142740.610000', '142740.613000', '142740.615000', '142740.618000', '142740.620000', '142740.623000', '142740.625000', '142740.628000', '142740.631000', '142740.633000', '142740.636000', '142740.638000', '142740.641000', '142740.644000', '142740.651000', '142740.653000', '142740.656000', '142740.658000', '142800.480000', '142800.484000', '142800.486000', '142800.489000', '142800.491000', '142800.494000', '142800.497000', '142800.499000', '142800.502000', '142800.505000', '142800.507000', '142800.510000', '142800.512000', '142800.515000', '142800.517000', '142800.520000', '142800.523000', '142800.525000', '142800.528000', '142800.530000', '142800.533000', '142800.536000', '142800.538000', '142800.541000', '142800.550000', '142800.552000', '142800.555000', '142800.558000', '142800.560000', '142800.572000', '142800.575000', '142800.578000', '142800.580000', '142800.583000', '142800.585000', '142800.588000', '142800.590000', '142800.593000', '142800.596000', '142800.598000', '142800.601000', '142800.604000', '142800.606000', '142820.480000', '142820.483000', '142820.486000', '142820.489000', '142820.491000', '142820.494000', '142820.496000', '142820.499000', '142820.501000', '142820.504000', '142820.507000', '142820.509000', '142820.512000', '142820.515000', '142820.517000', '142820.520000', '142820.522000', '142820.525000', '142820.528000', '142820.530000', '142820.533000', '142820.535000', '142820.545000', '142820.547000', '142820.550000', '142820.552000', '142820.555000', '142820.558000', '142820.560000', '142820.563000', '142820.566000', '142820.568000', '142820.571000', '142820.573000', '142820.576000', '142820.579000', '142820.581000', '142820.584000', '142820.587000', '142820.589000', '142820.592000', '142820.594000', '142820.597000', '142820.600000', '142840.480000', '142840.483000', '142840.486000', '142840.488000', '142840.491000', '142840.494000', '142840.496000', '142840.499000', '142840.502000', '142840.504000', '142840.507000', '142840.510000', '142840.512000', '142840.515000', '142840.517000', '142840.520000', '142840.523000', '142840.525000', '142840.528000', '142840.530000', '142840.533000', '142840.536000', '142840.538000', '142840.541000', '142840.544000', '142840.546000', '142840.549000', '142840.551000', '142840.554000', '142840.557000', '142840.559000', '142840.562000', '142840.564000', '142840.567000', '142840.570000', '142840.572000', '142840.575000', '142840.577000', '142840.580000', '142840.583000', '142840.585000', '142840.588000', '142840.591000', '142900.481000', '142900.484000', '142900.487000', '142900.489000', '142900.492000', '142900.495000', '142900.497000', '142900.500000', '142900.502000', '142900.505000', '142900.508000', '142900.510000', '142900.513000', '142900.515000', '142900.518000', '142900.521000', '142900.523000', '142900.526000', '142900.528000', '142900.531000', '142900.534000', '142900.536000', '142900.539000', '142900.541000', '142900.550000', '142900.553000', '142900.556000', '142900.558000', '142900.561000', '142900.564000', '142900.566000', '142900.569000', '142900.571000', '142900.574000', '142900.577000', '142900.579000', '142900.582000', '142900.585000', '142900.587000', '142900.590000', '142900.592000', '142900.595000', '142900.598000', '142900.600000', '142920.481000', '142920.484000', '142920.487000', '142920.490000', '142920.492000', '142920.495000', '142920.498000', '142920.500000', '142920.503000', '142920.506000', '142920.508000', '142920.511000', '142920.513000', '142920.516000', '142920.519000', '142920.522000', '142920.524000', '142920.527000', '142920.529000', '142920.532000', '142920.534000', '142920.537000', '142920.540000', '142920.542000', '142920.545000', '142920.548000', '142920.550000', '142920.553000', '142920.555000', '142920.558000', '142920.561000', '142920.563000', '142920.566000', '142920.568000', '142920.571000', '142920.574000', '142920.576000', '142920.579000', '142920.581000', '142920.584000', '142920.587000', '142920.594000', '142920.597000', '142940.481000', '142940.483000', '142940.486000', '142940.489000', '142940.491000', '142940.494000', '142940.497000', '142940.499000', '142940.502000', '142940.505000', '142940.507000', '142940.510000', '142940.512000', '142940.515000', '142940.518000', '142940.521000', '142940.523000', '142940.526000', '142940.528000', '142940.531000', '142940.551000', '142940.554000', '142940.556000', '142940.559000', '142940.561000', '142940.564000', '142940.567000', '142940.569000', '142940.572000', '142940.574000', '142940.577000', '142940.580000', '142940.582000', '142940.585000', '142940.588000', '142940.590000', '142940.593000', '142940.596000', '142940.598000', '142940.601000', '142940.604000', '142940.606000', '142940.609000', '142940.611000', '143000.481000', '143000.483000', '143000.486000', '143000.489000', '143000.491000', '143000.494000', '143000.497000', '143000.499000', '143000.502000', '143000.505000', '143000.507000', '143000.510000', '143000.512000', '143000.515000', '143000.518000', '143000.520000', '143000.523000', '143000.525000', '143000.528000', '143000.531000', '143000.533000', '143000.536000', '143000.539000', '143000.541000', '143000.544000', '143000.546000', '143000.549000', '143000.552000', '143000.554000', '143000.557000', '143000.560000', '143000.562000', '143000.565000', '143000.567000', '143000.570000', '143000.573000', '143000.575000', '143000.578000', '143000.580000', '143000.583000', '143000.585000', '143000.588000', '143000.591000', '143020.480000', '143020.483000', '143020.486000', '143020.489000', '143020.491000', '143020.494000', '143020.496000', '143020.499000', '143020.502000', '143020.504000', '143020.507000', '143020.510000', '143020.512000', '143020.515000', '143020.518000', '143020.520000', '143020.523000', '143020.525000', '143020.528000', '143020.531000', '143020.533000', '143020.536000', '143020.539000', '143020.541000', '143020.544000', '143020.546000', '143020.549000', '143020.552000', '143020.554000', '143020.557000', '143020.559000', '143020.562000', '143020.565000', '143020.568000', '143020.570000', '143020.573000', '143020.575000', '143020.578000', '143020.581000', '143020.583000', '143020.586000', '143020.588000', '143020.591000', '143020.594000', '143040.480000', '143040.483000', '143040.486000', '143040.489000', '143040.491000', '143040.494000', '143040.497000', '143040.499000', '143040.502000', '143040.505000', '143040.507000', '143040.510000', '143040.512000', '143040.515000', '143040.518000', '143040.520000', '143040.523000', '143040.526000', '143040.528000', '143040.531000', '143040.533000', '143040.536000', '143040.539000', '143040.541000', '143040.544000', '143040.547000', '143040.549000', '143040.552000', '143040.554000', '143040.557000', '143040.560000', '143040.562000', '143040.565000', '143040.568000', '143040.570000', '143040.573000', '143040.576000', '143040.578000', '143040.581000', '143040.583000', '143040.586000', '143040.589000', '143040.591000', '143100.480000', '143100.483000', '143100.486000', '143100.489000', '143100.492000', '143100.494000', '143100.497000', '143100.500000', '143100.503000', '143100.506000', '143100.509000', '143100.512000', '143100.515000', '143100.517000', '143100.520000', '143100.523000', '143100.525000', '143100.528000', '143100.531000', '143100.533000', '143100.536000', '143100.539000', '143100.541000', '143100.544000', '143100.547000', '143100.549000', '143100.552000', '143100.555000', '143100.557000', '143100.560000', '143100.563000', '143100.565000', '143100.568000', '143100.571000', '143100.573000', '143100.576000', '143100.578000', '143100.581000', '143100.584000', '143100.586000', '143100.589000', '143100.591000', '143100.594000', '143120.482000', '143120.485000', '143120.494000', '143120.497000', '143120.499000', '143120.502000', '143120.505000', '143120.507000', '143120.510000', '143120.513000', '143120.515000', '143120.518000', '143120.520000', '143120.523000', '143120.526000', '143120.528000', '143120.531000', '143120.534000', '143120.536000', '143120.539000', '143120.541000', '143120.544000', '143120.547000', '143120.549000', '143120.552000', '143120.555000', '143120.557000', '143120.560000', '143120.563000', '143120.565000', '143120.568000', '143120.570000', '143120.573000', '143120.576000', '143120.578000', '143120.581000', '143120.583000', '143120.586000', '143120.589000', '143120.591000', '143120.594000', '143120.596000', '143120.599000', '143120.602000', '143140.482000', '143140.485000', '143140.488000', '143140.491000', '143140.493000', '143140.496000', '143140.499000', '143140.502000', '143140.505000', '143140.507000', '143140.510000', '143140.513000', '143140.515000', '143140.518000', '143140.520000', '143140.523000', '143140.526000', '143140.528000', '143140.531000', '143140.534000', '143140.536000', '143140.539000', '143140.542000', '143140.545000', '143140.547000', '143140.550000', '143140.553000', '143140.555000', '143140.558000', '143140.561000', '143140.563000', '143140.566000', '143140.569000', '143140.579000', '143140.581000', '143140.584000', '143140.586000', '143140.589000', '143140.592000', '143140.594000', '143140.597000', '143140.600000', '143140.602000', '143200.480000', '143200.483000', '143200.486000', '143200.489000', '143200.491000', '143200.494000', '143200.496000', '143200.499000', '143200.502000', '143200.504000', '143200.507000', '143200.510000', '143200.512000', '143200.515000', '143200.517000', '143200.520000', '143200.523000', '143200.526000', '143200.528000', '143200.531000', '143200.533000', '143200.536000', '143200.538000', '143200.541000', '143200.544000', '143200.546000', '143200.549000', '143200.552000', '143200.555000', '143200.557000', '143200.560000', '143200.562000', '143200.565000', '143200.568000', '143200.570000', '143200.573000', '143200.576000', '143200.578000', '143200.581000', '143200.583000', '143200.586000', '143200.589000', '143200.591000', '143200.594000', '143220.481000', '143220.483000', '143220.486000', '143220.489000', '143220.491000', '143220.494000', '143220.497000', '143220.499000', '143220.502000', '143220.504000', '143220.507000', '143220.510000', '143220.512000', '143220.515000', '143220.517000', '143220.520000', '143220.523000', '143220.525000', '143220.528000', '143220.530000', '143220.533000', '143220.536000', '143220.539000', '143220.542000', '143220.544000', '143220.547000', '143220.550000', '143220.553000', '143220.556000', '143220.558000', '143220.561000', '143220.563000', '143220.566000', '143220.569000', '143220.572000', '143220.574000', '143220.577000', '143220.580000', '143220.582000', '143220.585000', '143220.587000', '143220.590000', '143220.593000', '143240.480000', '143240.483000', '143240.486000', '143240.489000', '143240.492000', '143240.494000', '143240.497000', '143240.500000', '143240.502000', '143240.505000', '143240.508000', '143240.510000', '143240.513000', '143240.516000', '143240.518000', '143240.521000', '143240.523000', '143240.526000', '143240.529000', '143240.531000', '143240.534000', '143240.536000', '143240.539000', '143240.542000', '143240.544000', '143240.547000', '143240.550000', '143240.560000', '143240.563000', '143240.565000', '143240.568000', '143240.571000', '143240.574000', '143240.576000', '143240.579000', '143240.581000', '143240.584000', '143240.587000', '143240.589000', '143240.592000', '143240.594000', '143240.597000', '143240.600000', '143240.603000', '143300.481000', '143300.484000', '143300.486000', '143300.489000', '143300.491000', '143300.494000', '143300.497000', '143300.499000', '143300.502000', '143300.505000', '143300.507000', '143300.510000', '143300.512000', '143300.515000', '143300.518000', '143300.520000', '143300.523000', '143300.526000', '143300.528000', '143300.531000', '143300.533000', '143300.536000', '143300.539000', '143300.541000', '143300.544000', '143300.547000', '143300.549000', '143300.552000', '143300.554000', '143300.557000', '143300.560000', '143300.562000', '143300.565000', '143300.568000', '143300.570000', '143300.573000', '143300.576000', '143300.578000', '143300.581000', '143300.584000', '143300.586000', '143300.589000', '143300.591000', '143320.481000', '143320.483000', '143320.486000', '143320.489000', '143320.493000', '143320.496000', '143320.498000', '143320.501000', '143320.504000', '143320.506000', '143320.509000', '143320.512000', '143320.514000', '143320.517000', '143320.520000', '143320.522000', '143320.525000', '143320.528000', '143320.530000', '143320.533000', '143320.535000', '143320.538000', '143320.541000', '143320.543000', '143320.546000', '143320.548000', '143320.551000', '143320.554000', '143320.557000', '143320.559000', '143320.562000', '143320.564000', '143320.567000', '143320.570000', '143320.572000', '143320.575000', '143320.577000', '143320.580000', '143320.583000', '143320.585000', '143320.588000', '143320.591000', '143320.593000', '143320.596000', '143340.482000', '143340.484000', '143340.487000', '143340.490000', '143340.493000', '143340.495000', '143340.498000', '143340.500000', '143340.503000', '143340.506000', '143340.508000', '143340.511000', '143340.514000', '143340.516000', '143340.519000', '143340.522000', '143340.524000', '143340.527000', '143340.529000', '143340.532000', '143340.535000', '143340.538000', '143340.540000', '143340.543000', '143340.546000', '143340.548000', '143340.551000', '143340.553000', '143340.556000', '143340.559000', '143340.561000', '143340.564000', '143340.567000', '143340.569000', '143340.572000', '143340.574000', '143340.577000', '143340.581000', '143340.584000', '143340.587000', '143340.589000', '143340.592000', '143340.595000', '143400.482000', '143400.485000', '143400.488000', '143400.491000', '143400.494000', '143400.497000', '143400.499000', '143400.502000', '143400.505000', '143400.507000', '143400.510000', '143400.513000', '143400.516000', '143400.518000', '143400.521000', '143400.524000', '143400.526000', '143400.529000', '143400.531000', '143400.534000', '143400.537000', '143400.540000', '143400.543000', '143400.546000', '143400.548000', '143400.551000', '143400.554000', '143400.556000', '143400.559000', '143400.562000', '143400.564000', '143400.567000', '143400.570000', '143400.572000', '143400.575000', '143400.578000', '143400.580000', '143400.583000', '143400.613000', '143400.616000', '143400.619000', '143400.621000', '143400.635000', '143400.638000', '143400.778000'], 'InstanceCreationTime': ['142740.532000', '142740.536000', '142740.539000', '142740.541000', '142740.544000', '142740.547000', '142740.549000', '142740.552000', '142740.554000', '142740.557000', '142740.559000', '142740.562000', '142740.564000', '142740.567000', '142740.570000', '142740.579000', '142740.581000', '142740.584000', '142740.586000', '142740.589000', '142740.592000', '142740.594000', '142740.597000', '142740.599000', '142740.602000', '142740.605000', '142740.607000', '142740.610000', '142740.613000', '142740.615000', '142740.618000', '142740.620000', '142740.623000', '142740.625000', '142740.628000', '142740.631000', '142740.633000', '142740.636000', '142740.638000', '142740.641000', '142740.644000', '142740.651000', '142740.653000', '142740.656000', '142740.658000', '142800.480000', '142800.484000', '142800.486000', '142800.489000', '142800.491000', '142800.494000', '142800.497000', '142800.499000', '142800.502000', '142800.505000', '142800.507000', '142800.510000', '142800.512000', '142800.515000', '142800.517000', '142800.520000', '142800.523000', '142800.525000', '142800.528000', '142800.530000', '142800.533000', '142800.536000', '142800.538000', '142800.541000', '142800.550000', '142800.552000', '142800.555000', '142800.558000', '142800.560000', '142800.572000', '142800.575000', '142800.578000', '142800.580000', '142800.583000', '142800.585000', '142800.588000', '142800.590000', '142800.593000', '142800.596000', '142800.598000', '142800.601000', '142800.604000', '142800.606000', '142820.480000', '142820.483000', '142820.486000', '142820.489000', '142820.491000', '142820.494000', '142820.496000', '142820.499000', '142820.501000', '142820.504000', '142820.507000', '142820.509000', '142820.512000', '142820.515000', '142820.517000', '142820.520000', '142820.522000', '142820.525000', '142820.528000', '142820.530000', '142820.533000', '142820.535000', '142820.545000', '142820.547000', '142820.550000', '142820.552000', '142820.555000', '142820.558000', '142820.560000', '142820.563000', '142820.566000', '142820.568000', '142820.571000', '142820.573000', '142820.576000', '142820.579000', '142820.581000', '142820.584000', '142820.587000', '142820.589000', '142820.592000', '142820.594000', '142820.597000', '142820.600000', '142840.480000', '142840.483000', '142840.486000', '142840.488000', '142840.491000', '142840.494000', '142840.496000', '142840.499000', '142840.502000', '142840.504000', '142840.507000', '142840.510000', '142840.512000', '142840.515000', '142840.517000', '142840.520000', '142840.523000', '142840.525000', '142840.528000', '142840.530000', '142840.533000', '142840.536000', '142840.538000', '142840.541000', '142840.544000', '142840.546000', '142840.549000', '142840.551000', '142840.554000', '142840.557000', '142840.559000', '142840.562000', '142840.564000', '142840.567000', '142840.570000', '142840.572000', '142840.575000', '142840.577000', '142840.580000', '142840.583000', '142840.585000', '142840.588000', '142840.591000', '142900.481000', '142900.484000', '142900.487000', '142900.489000', '142900.492000', '142900.495000', '142900.497000', '142900.500000', '142900.502000', '142900.505000', '142900.508000', '142900.510000', '142900.513000', '142900.515000', '142900.518000', '142900.521000', '142900.523000', '142900.526000', '142900.528000', '142900.531000', '142900.534000', '142900.536000', '142900.539000', '142900.541000', '142900.550000', '142900.553000', '142900.556000', '142900.558000', '142900.561000', '142900.564000', '142900.566000', '142900.569000', '142900.571000', '142900.574000', '142900.577000', '142900.579000', '142900.582000', '142900.585000', '142900.587000', '142900.590000', '142900.592000', '142900.595000', '142900.598000', '142900.600000', '142920.481000', '142920.484000', '142920.487000', '142920.490000', '142920.492000', '142920.495000', '142920.498000', '142920.500000', '142920.503000', '142920.506000', '142920.508000', '142920.511000', '142920.513000', '142920.516000', '142920.519000', '142920.522000', '142920.524000', '142920.527000', '142920.529000', '142920.532000', '142920.534000', '142920.537000', '142920.540000', '142920.542000', '142920.545000', '142920.548000', '142920.550000', '142920.553000', '142920.555000', '142920.558000', '142920.561000', '142920.563000', '142920.566000', '142920.568000', '142920.571000', '142920.574000', '142920.576000', '142920.579000', '142920.581000', '142920.584000', '142920.587000', '142920.594000', '142920.597000', '142940.481000', '142940.483000', '142940.486000', '142940.489000', '142940.491000', '142940.494000', '142940.497000', '142940.499000', '142940.502000', '142940.505000', '142940.507000', '142940.510000', '142940.512000', '142940.515000', '142940.518000', '142940.521000', '142940.523000', '142940.526000', '142940.528000', '142940.531000', '142940.551000', '142940.554000', '142940.556000', '142940.559000', '142940.561000', '142940.564000', '142940.567000', '142940.569000', '142940.572000', '142940.574000', '142940.577000', '142940.580000', '142940.582000', '142940.585000', '142940.588000', '142940.590000', '142940.593000', '142940.596000', '142940.598000', '142940.601000', '142940.604000', '142940.606000', '142940.609000', '142940.611000', '143000.481000', '143000.483000', '143000.486000', '143000.489000', '143000.491000', '143000.494000', '143000.497000', '143000.499000', '143000.502000', '143000.505000', '143000.507000', '143000.510000', '143000.512000', '143000.515000', '143000.518000', '143000.520000', '143000.523000', '143000.525000', '143000.528000', '143000.531000', '143000.533000', '143000.536000', '143000.539000', '143000.541000', '143000.544000', '143000.546000', '143000.549000', '143000.552000', '143000.554000', '143000.557000', '143000.560000', '143000.562000', '143000.565000', '143000.567000', '143000.570000', '143000.573000', '143000.575000', '143000.578000', '143000.580000', '143000.583000', '143000.585000', '143000.588000', '143000.591000', '143020.480000', '143020.483000', '143020.486000', '143020.489000', '143020.491000', '143020.494000', '143020.496000', '143020.499000', '143020.502000', '143020.504000', '143020.507000', '143020.510000', '143020.512000', '143020.515000', '143020.518000', '143020.520000', '143020.523000', '143020.525000', '143020.528000', '143020.531000', '143020.533000', '143020.536000', '143020.539000', '143020.541000', '143020.544000', '143020.546000', '143020.549000', '143020.552000', '143020.554000', '143020.557000', '143020.559000', '143020.562000', '143020.565000', '143020.568000', '143020.570000', '143020.573000', '143020.575000', '143020.578000', '143020.581000', '143020.583000', '143020.586000', '143020.588000', '143020.591000', '143020.594000', '143040.480000', '143040.483000', '143040.486000', '143040.489000', '143040.491000', '143040.494000', '143040.497000', '143040.499000', '143040.502000', '143040.505000', '143040.507000', '143040.510000', '143040.512000', '143040.515000', '143040.518000', '143040.520000', '143040.523000', '143040.526000', '143040.528000', '143040.531000', '143040.533000', '143040.536000', '143040.539000', '143040.541000', '143040.544000', '143040.547000', '143040.549000', '143040.552000', '143040.554000', '143040.557000', '143040.560000', '143040.562000', '143040.565000', '143040.568000', '143040.570000', '143040.573000', '143040.576000', '143040.578000', '143040.581000', '143040.583000', '143040.586000', '143040.589000', '143040.591000', '143100.480000', '143100.483000', '143100.486000', '143100.489000', '143100.492000', '143100.494000', '143100.497000', '143100.500000', '143100.503000', '143100.506000', '143100.509000', '143100.512000', '143100.515000', '143100.517000', '143100.520000', '143100.523000', '143100.525000', '143100.528000', '143100.531000', '143100.533000', '143100.536000', '143100.539000', '143100.541000', '143100.544000', '143100.547000', '143100.549000', '143100.552000', '143100.555000', '143100.557000', '143100.560000', '143100.563000', '143100.565000', '143100.568000', '143100.571000', '143100.573000', '143100.576000', '143100.578000', '143100.581000', '143100.584000', '143100.586000', '143100.589000', '143100.591000', '143100.594000', '143120.482000', '143120.485000', '143120.494000', '143120.497000', '143120.499000', '143120.502000', '143120.505000', '143120.507000', '143120.510000', '143120.513000', '143120.515000', '143120.518000', '143120.520000', '143120.523000', '143120.526000', '143120.528000', '143120.531000', '143120.534000', '143120.536000', '143120.539000', '143120.541000', '143120.544000', '143120.547000', '143120.549000', '143120.552000', '143120.555000', '143120.557000', '143120.560000', '143120.563000', '143120.565000', '143120.568000', '143120.570000', '143120.573000', '143120.576000', '143120.578000', '143120.581000', '143120.583000', '143120.586000', '143120.589000', '143120.591000', '143120.594000', '143120.596000', '143120.599000', '143120.602000', '143140.482000', '143140.485000', '143140.488000', '143140.491000', '143140.493000', '143140.496000', '143140.499000', '143140.502000', '143140.505000', '143140.507000', '143140.510000', '143140.513000', '143140.515000', '143140.518000', '143140.520000', '143140.523000', '143140.526000', '143140.528000', '143140.531000', '143140.534000', '143140.536000', '143140.539000', '143140.542000', '143140.545000', '143140.547000', '143140.550000', '143140.553000', '143140.555000', '143140.558000', '143140.561000', '143140.563000', '143140.566000', '143140.569000', '143140.579000', '143140.581000', '143140.584000', '143140.586000', '143140.589000', '143140.592000', '143140.594000', '143140.597000', '143140.600000', '143140.602000', '143200.480000', '143200.483000', '143200.486000', '143200.489000', '143200.491000', '143200.494000', '143200.496000', '143200.499000', '143200.502000', '143200.504000', '143200.507000', '143200.510000', '143200.512000', '143200.515000', '143200.517000', '143200.520000', '143200.523000', '143200.526000', '143200.528000', '143200.531000', '143200.533000', '143200.536000', '143200.538000', '143200.541000', '143200.544000', '143200.546000', '143200.549000', '143200.552000', '143200.555000', '143200.557000', '143200.560000', '143200.562000', '143200.565000', '143200.568000', '143200.570000', '143200.573000', '143200.576000', '143200.578000', '143200.581000', '143200.583000', '143200.586000', '143200.589000', '143200.591000', '143200.594000', '143220.481000', '143220.483000', '143220.486000', '143220.489000', '143220.491000', '143220.494000', '143220.497000', '143220.499000', '143220.502000', '143220.504000', '143220.507000', '143220.510000', '143220.512000', '143220.515000', '143220.517000', '143220.520000', '143220.523000', '143220.525000', '143220.528000', '143220.530000', '143220.533000', '143220.536000', '143220.539000', '143220.542000', '143220.544000', '143220.547000', '143220.550000', '143220.553000', '143220.556000', '143220.558000', '143220.561000', '143220.563000', '143220.566000', '143220.569000', '143220.572000', '143220.574000', '143220.577000', '143220.580000', '143220.582000', '143220.585000', '143220.587000', '143220.590000', '143220.593000', '143240.480000', '143240.483000', '143240.486000', '143240.489000', '143240.492000', '143240.494000', '143240.497000', '143240.500000', '143240.502000', '143240.505000', '143240.508000', '143240.510000', '143240.513000', '143240.516000', '143240.518000', '143240.521000', '143240.523000', '143240.526000', '143240.529000', '143240.531000', '143240.534000', '143240.536000', '143240.539000', '143240.542000', '143240.544000', '143240.547000', '143240.550000', '143240.560000', '143240.563000', '143240.565000', '143240.568000', '143240.571000', '143240.574000', '143240.576000', '143240.579000', '143240.581000', '143240.584000', '143240.587000', '143240.589000', '143240.592000', '143240.594000', '143240.597000', '143240.600000', '143240.603000', '143300.481000', '143300.484000', '143300.486000', '143300.489000', '143300.491000', '143300.494000', '143300.497000', '143300.499000', '143300.502000', '143300.505000', '143300.507000', '143300.510000', '143300.512000', '143300.515000', '143300.518000', '143300.520000', '143300.523000', '143300.526000', '143300.528000', '143300.531000', '143300.533000', '143300.536000', '143300.539000', '143300.541000', '143300.544000', '143300.547000', '143300.549000', '143300.552000', '143300.554000', '143300.557000', '143300.560000', '143300.562000', '143300.565000', '143300.568000', '143300.570000', '143300.573000', '143300.576000', '143300.578000', '143300.581000', '143300.584000', '143300.586000', '143300.589000', '143300.591000', '143320.481000', '143320.483000', '143320.486000', '143320.489000', '143320.493000', '143320.496000', '143320.498000', '143320.501000', '143320.504000', '143320.506000', '143320.509000', '143320.512000', '143320.514000', '143320.517000', '143320.520000', '143320.522000', '143320.525000', '143320.528000', '143320.530000', '143320.533000', '143320.535000', '143320.538000', '143320.541000', '143320.543000', '143320.546000', '143320.548000', '143320.551000', '143320.554000', '143320.557000', '143320.559000', '143320.562000', '143320.564000', '143320.567000', '143320.570000', '143320.572000', '143320.575000', '143320.577000', '143320.580000', '143320.583000', '143320.585000', '143320.588000', '143320.591000', '143320.593000', '143320.596000', '143340.482000', '143340.484000', '143340.487000', '143340.490000', '143340.493000', '143340.495000', '143340.498000', '143340.500000', '143340.503000', '143340.506000', '143340.508000', '143340.511000', '143340.514000', '143340.516000', '143340.519000', '143340.522000', '143340.524000', '143340.527000', '143340.529000', '143340.532000', '143340.535000', '143340.538000', '143340.540000', '143340.543000', '143340.546000', '143340.548000', '143340.551000', '143340.553000', '143340.556000', '143340.559000', '143340.561000', '143340.564000', '143340.567000', '143340.569000', '143340.572000', '143340.574000', '143340.577000', '143340.581000', '143340.584000', '143340.587000', '143340.589000', '143340.592000', '143340.595000', '143400.482000', '143400.485000', '143400.488000', '143400.491000', '143400.494000', '143400.497000', '143400.499000', '143400.502000', '143400.505000', '143400.507000', '143400.510000', '143400.513000', '143400.516000', '143400.518000', '143400.521000', '143400.524000', '143400.526000', '143400.529000', '143400.531000', '143400.534000', '143400.537000', '143400.540000', '143400.543000', '143400.546000', '143400.548000', '143400.551000', '143400.554000', '143400.556000', '143400.559000', '143400.562000', '143400.564000', '143400.567000', '143400.570000', '143400.572000', '143400.575000', '143400.578000', '143400.580000', '143400.583000', '143400.613000', '143400.616000', '143400.619000', '143400.621000', '143400.635000', '143400.638000', '143400.778000'], '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': [13090, 9294, 9939, 10092, 11638, 14363, 9534, 11556, 8934, 11795, 9370, 14965, 9044, 8449, 10329, 9543, 12906, 13269, 12000, 9566, 8423, 9444, 9455, 12136, 9151, 10074, 8893, 9409, 13506, 9445, 8239, 8983, 9242, 14263, 9296, 10104, 8825, 8895, 10794, 9363, 16671, 10533, 8436, 10003, 9180, 12195, 9293, 9493, 8768, 8932, 12167, 8718, 12325, 9415, 9897, 9600, 8687, 11523, 9066, 11299, 9354, 14300, 13376, 11091, 9584, 8441, 10456, 9892, 12875, 11014, 11361, 9174, 10413, 9572, 12640, 10179, 8796, 10529, 9730, 10568, 11710, 9024, 9677, 8829, 10079, 9605, 8770, 9916, 9059, 12112, 9062, 9450, 14499, 9107, 10863, 9336, 9009, 10205, 9912, 17862, 9428, 11379, 9432, 9252, 12159, 9277, 10327, 8998, 11494, 9762, 12889, 9299, 9439, 10132, 9384, 14642, 9064, 8442, 9212, 9817, 11621, 10086, 11355, 9576, 8937, 10443, 15322, 17649, 9459, 10760, 9004, 11141, 9926, 14477, 10529, 9618, 10700, 8974, 10394, 9486, 9100, 10063, 8857, 10928, 9311, 9041, 8911, 9026, 10780, 9470, 11996, 9275, 8842, 10345, 8880, 10653, 12762, 10925, 9762, 9261, 10995, 9448, 13578, 17316, 9211, 11281, 9435, 9218, 10865, 9218, 10074, 9384, 10569, 10224, 9447, 11698, 9143, 10096, 9049, 9737, 11083, 9003, 11545, 9076, 10973, 10081, 9753, 10779, 9053, 16992, 10323, 8439, 9107, 10019, 13395, 14028, 12260, 8796, 8822, 10350, 9825, 16310, 9354, 8464, 8873, 9482, 10971, 9025, 9286, 8931, 9186, 10010, 9665, 9926, 9171, 8322, 10156, 9971, 14119, 10924, 9991, 9016, 8932, 11448, 9041, 13593, 9521, 8990, 9795, 9764, 15912, 9546, 10452, 8915, 9387, 11550, 10269, 10294, 8731, 8465, 10412, 9685, 12206, 9011, 8434, 9774, 9856, 12386, 9825, 9748, 9186, 9213, 11486, 9403, 12397, 9154, 8410, 9926, 9448, 13259, 9518, 8595, 9253, 9778, 13083, 10683, 9595, 8996, 9494, 11119, 9512, 16530, 12614, 9081, 10526, 9359, 11297, 9637, 8775, 9405, 9478, 11587, 9122, 9661, 9185, 8831, 11696, 9584, 17718, 11457, 8846, 8898, 9756, 12250, 12733, 13146, 8772, 8591, 10584, 9493, 13154, 9185, 8711, 9496, 9150, 11266, 9649, 8827, 8808, 9106, 10917, 9475, 16664, 11697, 8734, 10346, 9106, 11369, 11100, 8517, 9630, 9453, 10977, 10080, 8953, 9935, 9018, 10119, 10215, 9605, 9729, 9111, 10493, 9422, 9978, 15637, 9005, 11882, 9156, 9348, 11975, 9291, 10839, 9009, 10543, 10649, 9734, 9623, 8863, 9403, 9280, 9506, 14715, 8852, 10680, 9178, 8941, 10794, 9577, 10645, 8876, 10654, 9495, 9513, 9346, 8815, 10485, 9337, 8903, 9363, 9370, 11037, 9881, 16968, 10337, 11640, 8929, 10319, 10163, 8514, 9751, 9327, 12324, 9792, 10790, 9394, 8871, 11103, 9206, 9112, 10664, 9272, 10456, 8777, 10607, 10044, 9255, 11184, 9230, 10968, 9718, 8246, 9605, 9058, 12137, 9756, 14685, 11987, 9268, 11383, 9265, 9441, 10651, 9892, 10162, 8867, 11016, 9701, 9697, 9382, 9191, 10755, 9740, 11098, 9834, 8446, 9284, 9559, 11293, 9503, 13103, 9281, 9735, 11346, 9455, 10784, 11327, 8706, 10280, 8804, 12200, 9505, 12763, 9354, 8430, 9944, 9862, 16078, 9243, 10437, 9424, 9370, 12221, 9276, 11202, 9222, 9174, 10465, 10441, 16492, 8824, 10096, 9194, 9040, 11977, 9685, 10406, 8564, 10042, 9347, 10104, 9268, 9095, 11082, 9055, 9553, 9947, 9562, 10638, 9057, 10489, 10095, 9336, 11242, 9032, 10473, 9959, 8922, 11463, 9148, 10307, 11202, 8920, 11068, 8855, 8705, 11029, 9256, 17332, 9566, 8271, 9776, 9331, 15002, 10461, 8458, 9221, 9135, 11324, 9322, 8976, 9284, 9493, 11290, 9552, 10650, 9043, 8983, 10354, 9194, 13877, 11299, 8594, 9118, 8925, 10836, 9347, 8683, 8950, 9414, 11724, 11559, 15616, 9227, 9197, 10247, 10268, 13756, 9095, 10051, 9035, 9442, 15261, 18563, 19887, 13796, 11019, 8692, 8856, 8937, 8999, 8969, 8966, 8618, 9164, 8635, 9077, 8665, 8520, 9244, 8839, 10372, 9653, 9465, 13354, 9539, 8405, 10310, 8808, 16198, 14646, 9175, 10923, 9008, 9756, 11281, 14715, 17556, 8915, 8570, 9134, 9505, 11407, 9993, 15229, 9444, 8680, 9920, 9066, 10298, 9966, 8901, 10507, 8940, 10255, 9554, 8448, 10931, 8787, 11270, 9834, 9102, 10519, 9777, 17990, 13517, 10742, 9335, 8662, 10353, 9567, 12662, 13898, 9304, 10729, 8754, 8831, 10314, 9474, 9537, 8595, 8439, 9631, 9573, 10679, 8848, 8621, 10126, 9439, 11533, 9004, 8583, 11047, 9250, 16983, 12401, 8566, 9171, 9224, 10505, 8933, 13178, 9809, 8664, 9982, 8884, 12145, 11990, 9137, 9782, 8712, 9928, 9861, 9163, 10069, 8817, 10166, 9585, 8642, 10147, 9291, 13721, 11968, 10588, 9042, 9343, 10705, 9114, 13707, 12552, 8802, 10057, 8800, 9200, 9215, 8845, 10737, 8967, 9872, 9071, 9297, 10359, 8994, 10164, 9471, 9597, 10512, 8518, 9679, 10031, 14184, 15187, 8820, 9437, 9537, 9621, 17215, 12837, 8592, 9238, 9457, 11576, 9268, 8270, 9052, 9150, 11921, 9356, 8607, 9065, 9216, 12114, 9085, 8542, 9362, 9372, 13420, 9503, 8801, 10055, 9268, 14161, 12756, 8839, 9451, 9074, 10335, 10265, 9133, 10801, 8587, 9801, 8973, 8317, 10951, 8432, 11651, 9064, 8600, 9593, 8675, 10916, 9590, 8615, 9198, 8902, 11320, 9643, 17538, 12500, 9569, 8885, 9394, 12409, 15297, 16934, 8637, 8683, 9458, 8963, 11230, 8610, 8275, 9557, 8913, 10477, 8898, 8334, 10145, 9185, 10505, 8499, 8553, 11006, 9274, 15661, 10787, 8272, 11010, 8929, 11568, 12202, 11177, 9954, 8639, 11385, 9158, 9851, 9363, 8626, 11526, 8965, 9831, 9847, 9028, 10962, 8970, 9404, 10002, 8639, 11481, 9180, 11742, 13272, 9385, 10667, 8698, 12432, 9676, 17921, 13952, 8962, 9210, 8889, 10270, 9457, 8632, 9476, 8859, 11153, 9318, 8735, 9039, 8693, 10382, 9136, 8847, 11377, 9040, 9963, 9644, 9097, 11474, 9198, 8610, 10562, 10461, 17879, 9693, 8508, 9346, 9090, 15933, 12615, 9287, 9383, 8775, 11212, 9306, 10795, 14335, 8878, 10095, 9048, 9232, 12203, 8724, 9901, 8416, 9257, 11943, 8902, 9808, 8410, 8652, 12339, 9315, 9619, 9021, 9130, 12371, 8980], 'WindowCenter': [4975.0, 4887.0, 4880.0, 4886.0, 4889.0, 4906.0, 4830.0, 4846.0, 4821.0, 4859.0, 4829.0, 4888.0, 4807.0, 4796.0, 4824.0, 4827.0, 4865.0, 4880.0, 4843.0, 4817.0, 4793.0, 4827.0, 4827.0, 4867.0, 4829.0, 4825.0, 4805.0, 4860.0, 4896.0, 4831.0, 4809.0, 4832.0, 4825.0, 4890.0, 4832.0, 4837.0, 4806.0, 4818.0, 4861.0, 4830.0, 4908.0, 4837.0, 4796.0, 4811.0, 4828.0, 4855.0, 4830.0, 4815.0, 4820.0, 4828.0, 4869.0, 4820.0, 4858.0, 4819.0, 4825.0, 4828.0, 4807.0, 4847.0, 4819.0, 4846.0, 4841.0, 4897.0, 4879.0, 4848.0, 4815.0, 4795.0, 4836.0, 4824.0, 4866.0, 4860.0, 4848.0, 4818.0, 4835.0, 4827.0, 4867.0, 4837.0, 4807.0, 4824.0, 4838.0, 4835.0, 4856.0, 4820.0, 4815.0, 4817.0, 4826.0, 4828.0, 4821.0, 4839.0, 4821.0, 4858.0, 4831.0, 4840.0, 4889.0, 4817.0, 4832.0, 4814.0, 4818.0, 4840.0, 4836.0, 4918.0, 4820.0, 4833.0, 4812.0, 4816.0, 4854.0, 4817.0, 4812.0, 4791.0, 4844.0, 4826.0, 4865.0, 4802.0, 4803.0, 4823.0, 4829.0, 4886.0, 4816.0, 4794.0, 4815.0, 4836.0, 4847.0, 4850.0, 4833.0, 4813.0, 4815.0, 4836.0, 4884.0, 4906.0, 4817.0, 4821.0, 4805.0, 4833.0, 4822.0, 4874.0, 4835.0, 4814.0, 4819.0, 4818.0, 4823.0, 4827.0, 4815.0, 4825.0, 4819.0, 4846.0, 4829.0, 4818.0, 4806.0, 4806.0, 4835.0, 4838.0, 4858.0, 4818.0, 4804.0, 4821.0, 4831.0, 4848.0, 4868.0, 4844.0, 4813.0, 4804.0, 4834.0, 4826.0, 4864.0, 4909.0, 4815.0, 4823.0, 4803.0, 4816.0, 4833.0, 4815.0, 4811.0, 4804.0, 4836.0, 4834.0, 4827.0, 4856.0, 4803.0, 4821.0, 4818.0, 4816.0, 4847.0, 4803.0, 4830.0, 4819.0, 4836.0, 4838.0, 4815.0, 4834.0, 4817.0, 4906.0, 4824.0, 4783.0, 4804.0, 4825.0, 4861.0, 4889.0, 4844.0, 4791.0, 4802.0, 4835.0, 4826.0, 4896.0, 4816.0, 4794.0, 4801.0, 4826.0, 4845.0, 4828.0, 4815.0, 4804.0, 4817.0, 4838.0, 4838.0, 4838.0, 4816.0, 4798.0, 4849.0, 4836.0, 4891.0, 4849.0, 4813.0, 4803.0, 4816.0, 4843.0, 4819.0, 4864.0, 4814.0, 4817.0, 4838.0, 4835.0, 4896.0, 4815.0, 4825.0, 4804.0, 4827.0, 4845.0, 4840.0, 4826.0, 4791.0, 4806.0, 4837.0, 4825.0, 4858.0, 4805.0, 4794.0, 4825.0, 4839.0, 4864.0, 4840.0, 4814.0, 4815.0, 4806.0, 4855.0, 4826.0, 4856.0, 4818.0, 4794.0, 4826.0, 4826.0, 4867.0, 4827.0, 4794.0, 4827.0, 4839.0, 4864.0, 4849.0, 4813.0, 4804.0, 4827.0, 4845.0, 4813.0, 4906.0, 4869.0, 4806.0, 4821.0, 4827.0, 4845.0, 4829.0, 4806.0, 4803.0, 4829.0, 4855.0, 4828.0, 4813.0, 4814.0, 4806.0, 4857.0, 4825.0, 4905.0, 4847.0, 4805.0, 4802.0, 4827.0, 4852.0, 4870.0, 4863.0, 4791.0, 4794.0, 4834.0, 4825.0, 4875.0, 4820.0, 4807.0, 4814.0, 4828.0, 4845.0, 4842.0, 4808.0, 4805.0, 4806.0, 4846.0, 4829.0, 4906.0, 4845.0, 4791.0, 4810.0, 4818.0, 4843.0, 4848.0, 4795.0, 4813.0, 4829.0, 4845.0, 4838.0, 4808.0, 4812.0, 4816.0, 4837.0, 4837.0, 4839.0, 4816.0, 4807.0, 4836.0, 4828.0, 4836.0, 4897.0, 4806.0, 4832.0, 4816.0, 4816.0, 4857.0, 4804.0, 4821.0, 4808.0, 4834.0, 4835.0, 4826.0, 4803.0, 4801.0, 4802.0, 4817.0, 4814.0, 4889.0, 4818.0, 4820.0, 4816.0, 4817.0, 4845.0, 4830.0, 4824.0, 4805.0, 4836.0, 4827.0, 4840.0, 4817.0, 4829.0, 4860.0, 4831.0, 4831.0, 4828.0, 4815.0, 4848.0, 4837.0, 4908.0, 4840.0, 4834.0, 4806.0, 4824.0, 4837.0, 4794.0, 4812.0, 4828.0, 4853.0, 4825.0, 4845.0, 4814.0, 4806.0, 4831.0, 4828.0, 4814.0, 4850.0, 4831.0, 4837.0, 4820.0, 4847.0, 4841.0, 4819.0, 4834.0, 4829.0, 4845.0, 4840.0, 4808.0, 4814.0, 4818.0, 4867.0, 4829.0, 4887.0, 4858.0, 4816.0, 4832.0, 4829.0, 4826.0, 4848.0, 4839.0, 4824.0, 4818.0, 4848.0, 4826.0, 4840.0, 4818.0, 4816.0, 4835.0, 4842.0, 4857.0, 4853.0, 4807.0, 4817.0, 4842.0, 4860.0, 4836.0, 4879.0, 4828.0, 4829.0, 4846.0, 4842.0, 4846.0, 4859.0, 4811.0, 4823.0, 4805.0, 4866.0, 4826.0, 4867.0, 4807.0, 4784.0, 4825.0, 4824.0, 4894.0, 4816.0, 4812.0, 4815.0, 4817.0, 4843.0, 4818.0, 4833.0, 4804.0, 4815.0, 4835.0, 4835.0, 4899.0, 4807.0, 4812.0, 4829.0, 4806.0, 4856.0, 4818.0, 4823.0, 4797.0, 4825.0, 4817.0, 4838.0, 4818.0, 4805.0, 4833.0, 4819.0, 4825.0, 4840.0, 4827.0, 4825.0, 4818.0, 4835.0, 4840.0, 4817.0, 4846.0, 4821.0, 4846.0, 4839.0, 4821.0, 4846.0, 4833.0, 4849.0, 4859.0, 4831.0, 4844.0, 4804.0, 4820.0, 4849.0, 4828.0, 4909.0, 4829.0, 4796.0, 4825.0, 4829.0, 4883.0, 4848.0, 4796.0, 4801.0, 4829.0, 4845.0, 4815.0, 4819.0, 4813.0, 4814.0, 4847.0, 4828.0, 4849.0, 4817.0, 4806.0, 4824.0, 4829.0, 4876.0, 4860.0, 4806.0, 4804.0, 4818.0, 4851.0, 4831.0, 4807.0, 4803.0, 4829.0, 4858.0, 4860.0, 4884.0, 4815.0, 4803.0, 4826.0, 4825.0, 4867.0, 4805.0, 4814.0, 4818.0, 4828.0, 4884.0, 4921.0, 4922.0, 4866.0, 4821.0, 4791.0, 4789.0, 4789.0, 4804.0, 4804.0, 4808.0, 4821.0, 4830.0, 4820.0, 4815.0, 4806.0, 4807.0, 4827.0, 4818.0, 4828.0, 4828.0, 4843.0, 4891.0, 4843.0, 4796.0, 4837.0, 4832.0, 4907.0, 4886.0, 4804.0, 4821.0, 4807.0, 4828.0, 4844.0, 4885.0, 4906.0, 4808.0, 4791.0, 4799.0, 4825.0, 4844.0, 4827.0, 4886.0, 4829.0, 4794.0, 4811.0, 4805.0, 4825.0, 4827.0, 4808.0, 4837.0, 4820.0, 4834.0, 4830.0, 4799.0, 4836.0, 4822.0, 4835.0, 4829.0, 4808.0, 4850.0, 4838.0, 4904.0, 4881.0, 4838.0, 4805.0, 4796.0, 4834.0, 4825.0, 4855.0, 4877.0, 4816.0, 4820.0, 4797.0, 4817.0, 4826.0, 4831.0, 4817.0, 4811.0, 4808.0, 4830.0, 4843.0, 4838.0, 4831.0, 4834.0, 4851.0, 4832.0, 4859.0, 4817.0, 4810.0, 4863.0, 4831.0, 4905.0, 4884.0, 4807.0, 4804.0, 4803.0, 4849.0, 4817.0, 4867.0, 4830.0, 4794.0, 4814.0, 4820.0, 4854.0, 4858.0, 4816.0, 4816.0, 4796.0, 4826.0, 4826.0, 4819.0, 4815.0, 4821.0, 4836.0, 4828.0, 4809.0, 4826.0, 4830.0, 4876.0, 4858.0, 4823.0, 4804.0, 4806.0, 4835.0, 4817.0, 4863.0, 4866.0, 4817.0, 4817.0, 4806.0, 4815.0, 4814.0, 4817.0, 4850.0, 4820.0, 4825.0, 4833.0, 4831.0, 4852.0, 4823.0, 4853.0, 4841.0, 4843.0, 4839.0, 4823.0, 4852.0, 4852.0, 4894.0, 4891.0, 4818.0, 4818.0, 4839.0, 4828.0, 4906.0, 4872.0, 4809.0, 4816.0, 4831.0, 4845.0, 4829.0, 4799.0, 4806.0, 4831.0, 4856.0, 4829.0, 4807.0, 4808.0, 4830.0, 4855.0, 4822.0, 4806.0, 4819.0, 4830.0, 4877.0, 4829.0, 4807.0, 4826.0, 4833.0, 4878.0, 4869.0, 4809.0, 4802.0, 4819.0, 4836.0, 4827.0, 4831.0, 4836.0, 4806.0, 4813.0, 4806.0, 4793.0, 4835.0, 4798.0, 4844.0, 4819.0, 4808.0, 4827.0, 4836.0, 4862.0, 4841.0, 4833.0, 4828.0, 4819.0, 4859.0, 4842.0, 4920.0, 4873.0, 4830.0, 4808.0, 4828.0, 4867.0, 4886.0, 4895.0, 4806.0, 4795.0, 4825.0, 4814.0, 4849.0, 4811.0, 4799.0, 4828.0, 4830.0, 4850.0, 4821.0, 4807.0, 4848.0, 4829.0, 4851.0, 4809.0, 4820.0, 4860.0, 4841.0, 4900.0, 4851.0, 4797.0, 4836.0, 4820.0, 4846.0, 4858.0, 4846.0, 4814.0, 4794.0, 4846.0, 4816.0, 4829.0, 4815.0, 4794.0, 4831.0, 4817.0, 4825.0, 4826.0, 4819.0, 4837.0, 4830.0, 4838.0, 4841.0, 4824.0, 4859.0, 4844.0, 4871.0, 4880.0, 4830.0, 4837.0, 4808.0, 4854.0, 4828.0, 4907.0, 4878.0, 4805.0, 4803.0, 4807.0, 4825.0, 4814.0, 4807.0, 4813.0, 4805.0, 4846.0, 4828.0, 4821.0, 4807.0, 4809.0, 4835.0, 4832.0, 4831.0, 4860.0, 4820.0, 4829.0, 4838.0, 4832.0, 4848.0, 4818.0, 4819.0, 4851.0, 4848.0, 4915.0, 4827.0, 4807.0, 4815.0, 4827.0, 4894.0, 4868.0, 4818.0, 4804.0, 4794.0, 4846.0, 4816.0, 4835.0, 4875.0, 4806.0, 4813.0, 4818.0, 4817.0, 4868.0, 4809.0, 4813.0, 4794.0, 4830.0, 4857.0, 4820.0, 4818.0, 4795.0, 4807.0, 4868.0, 4817.0, 4806.0, 4820.0, 4829.0, 4860.0, 4805.0], 'WindowWidth': [10842.0, 10695.0, 10668.0, 10669.0, 10660.0, 10673.0, 10556.0, 10569.0, 10546.0, 10598.0, 10555.0, 10630.0, 10516.0, 10497.0, 10535.0, 10547.0, 10595.0, 10620.0, 10557.0, 10526.0, 10490.0, 10543.0, 10545.0, 10603.0, 10548.0, 10534.0, 10510.0, 10613.0, 10653.0, 10554.0, 10518.0, 10559.0, 10540.0, 10635.0, 10554.0, 10555.0, 10511.0, 10532.0, 10599.0, 10551.0, 10657.0, 10556.0, 10495.0, 10511.0, 10546.0, 10579.0, 10551.0, 10522.0, 10539.0, 10552.0, 10605.0, 10538.0, 10582.0, 10532.0, 10536.0, 10551.0, 10519.0, 10574.0, 10532.0, 10569.0, 10575.0, 10647.0, 10618.0, 10572.0, 10524.0, 10493.0, 10555.0, 10539.0, 10600.0, 10596.0, 10571.0, 10531.0, 10548.0, 10545.0, 10600.0, 10557.0, 10512.0, 10532.0, 10565.0, 10555.0, 10583.0, 10536.0, 10523.0, 10527.0, 10542.0, 10548.0, 10544.0, 10562.0, 10540.0, 10584.0, 10560.0, 10570.0, 10633.0, 10531.0, 10542.0, 10519.0, 10531.0, 10569.0, 10558.0, 10674.0, 10536.0, 10544.0, 10519.0, 10529.0, 10579.0, 10529.0, 10513.0, 10481.0, 10564.0, 10542.0, 10593.0, 10502.0, 10501.0, 10537.0, 10551.0, 10624.0, 10527.0, 10493.0, 10524.0, 10560.0, 10572.0, 10582.0, 10545.0, 10518.0, 10526.0, 10558.0, 10619.0, 10654.0, 10526.0, 10523.0, 10510.0, 10548.0, 10531.0, 10605.0, 10551.0, 10518.0, 10519.0, 10536.0, 10535.0, 10547.0, 10524.0, 10536.0, 10535.0, 10573.0, 10551.0, 10533.0, 10512.0, 10511.0, 10552.0, 10564.0, 10591.0, 10533.0, 10506.0, 10526.0, 10557.0, 10578.0, 10601.0, 10564.0, 10515.0, 10502.0, 10550.0, 10543.0, 10591.0, 10663.0, 10522.0, 10527.0, 10505.0, 10526.0, 10547.0, 10526.0, 10512.0, 10503.0, 10554.0, 10551.0, 10546.0, 10581.0, 10504.0, 10529.0, 10534.0, 10527.0, 10571.0, 10505.0, 10539.0, 10539.0, 10555.0, 10561.0, 10522.0, 10552.0, 10532.0, 10652.0, 10538.0, 10473.0, 10509.0, 10541.0, 10585.0, 10633.0, 10560.0, 10482.0, 10501.0, 10553.0, 10542.0, 10638.0, 10526.0, 10492.0, 10500.0, 10543.0, 10568.0, 10550.0, 10522.0, 10505.0, 10529.0, 10564.0, 10564.0, 10562.0, 10529.0, 10501.0, 10579.0, 10560.0, 10639.0, 10576.0, 10515.0, 10501.0, 10530.0, 10564.0, 10535.0, 10590.0, 10519.0, 10531.0, 10563.0, 10556.0, 10638.0, 10522.0, 10532.0, 10509.0, 10546.0, 10568.0, 10564.0, 10535.0, 10484.0, 10514.0, 10560.0, 10540.0, 10587.0, 10510.0, 10491.0, 10538.0, 10564.0, 10594.0, 10570.0, 10520.0, 10521.0, 10510.0, 10583.0, 10543.0, 10583.0, 10528.0, 10489.0, 10542.0, 10545.0, 10601.0, 10544.0, 10489.0, 10546.0, 10566.0, 10595.0, 10580.0, 10516.0, 10502.0, 10543.0, 10570.0, 10523.0, 10650.0, 10604.0, 10510.0, 10522.0, 10547.0, 10566.0, 10551.0, 10510.0, 10504.0, 10550.0, 10583.0, 10549.0, 10518.0, 10519.0, 10513.0, 10586.0, 10541.0, 10652.0, 10571.0, 10506.0, 10500.0, 10542.0, 10574.0, 10606.0, 10583.0, 10485.0, 10493.0, 10553.0, 10538.0, 10610.0, 10535.0, 10512.0, 10521.0, 10549.0, 10571.0, 10572.0, 10515.0, 10507.0, 10511.0, 10573.0, 10551.0, 10654.0, 10564.0, 10485.0, 10508.0, 10532.0, 10562.0, 10574.0, 10495.0, 10514.0, 10549.0, 10570.0, 10562.0, 10516.0, 10515.0, 10526.0, 10559.0, 10560.0, 10565.0, 10527.0, 10514.0, 10552.0, 10552.0, 10559.0, 10638.0, 10508.0, 10539.0, 10528.0, 10529.0, 10583.0, 10506.0, 10522.0, 10517.0, 10551.0, 10551.0, 10542.0, 10501.0, 10496.0, 10502.0, 10531.0, 10522.0, 10634.0, 10529.0, 10522.0, 10524.0, 10535.0, 10568.0, 10551.0, 10533.0, 10506.0, 10556.0, 10548.0, 10565.0, 10529.0, 10553.0, 10598.0, 10557.0, 10558.0, 10547.0, 10522.0, 10577.0, 10560.0, 10660.0, 10561.0, 10546.0, 10511.0, 10535.0, 10557.0, 10493.0, 10512.0, 10546.0, 10578.0, 10537.0, 10565.0, 10523.0, 10508.0, 10540.0, 10550.0, 10525.0, 10583.0, 10553.0, 10555.0, 10543.0, 10576.0, 10569.0, 10534.0, 10546.0, 10556.0, 10571.0, 10568.0, 10519.0, 10522.0, 10534.0, 10603.0, 10551.0, 10625.0, 10588.0, 10525.0, 10540.0, 10553.0, 10544.0, 10577.0, 10562.0, 10534.0, 10533.0, 10575.0, 10545.0, 10566.0, 10531.0, 10525.0, 10551.0, 10572.0, 10588.0, 10587.0, 10514.0, 10526.0, 10573.0, 10597.0, 10559.0, 10616.0, 10547.0, 10545.0, 10566.0, 10570.0, 10571.0, 10593.0, 10524.0, 10530.0, 10509.0, 10598.0, 10543.0, 10599.0, 10514.0, 10476.0, 10540.0, 10535.0, 10633.0, 10524.0, 10511.0, 10523.0, 10530.0, 10561.0, 10530.0, 10543.0, 10504.0, 10527.0, 10551.0, 10552.0, 10642.0, 10512.0, 10512.0, 10549.0, 10514.0, 10582.0, 10529.0, 10528.0, 10497.0, 10539.0, 10530.0, 10560.0, 10530.0, 10506.0, 10542.0, 10539.0, 10541.0, 10564.0, 10541.0, 10535.0, 10536.0, 10554.0, 10566.0, 10530.0, 10565.0, 10540.0, 10572.0, 10565.0, 10537.0, 10563.0, 10560.0, 10580.0, 10592.0, 10552.0, 10560.0, 10505.0, 10539.0, 10579.0, 10546.0, 10660.0, 10546.0, 10495.0, 10536.0, 10551.0, 10617.0, 10576.0, 10495.0, 10497.0, 10549.0, 10566.0, 10527.0, 10534.0, 10517.0, 10517.0, 10573.0, 10549.0, 10577.0, 10531.0, 10510.0, 10536.0, 10549.0, 10610.0, 10595.0, 10511.0, 10505.0, 10533.0, 10580.0, 10555.0, 10515.0, 10504.0, 10551.0, 10591.0, 10592.0, 10618.0, 10523.0, 10501.0, 10541.0, 10536.0, 10598.0, 10509.0, 10519.0, 10532.0, 10548.0, 10623.0, 10692.0, 10699.0, 10596.0, 10523.0, 10480.0, 10474.0, 10478.0, 10503.0, 10502.0, 10515.0, 10544.0, 10552.0, 10537.0, 10523.0, 10510.0, 10513.0, 10545.0, 10532.0, 10543.0, 10546.0, 10576.0, 10639.0, 10575.0, 10499.0, 10555.0, 10560.0, 10656.0, 10623.0, 10502.0, 10519.0, 10515.0, 10547.0, 10565.0, 10620.0, 10653.0, 10512.0, 10479.0, 10492.0, 10542.0, 10565.0, 10543.0, 10622.0, 10545.0, 10491.0, 10511.0, 10506.0, 10535.0, 10542.0, 10517.0, 10554.0, 10538.0, 10552.0, 10547.0, 10505.0, 10553.0, 10544.0, 10553.0, 10548.0, 10515.0, 10584.0, 10563.0, 10650.0, 10624.0, 10556.0, 10509.0, 10495.0, 10551.0, 10537.0, 10577.0, 10612.0, 10523.0, 10519.0, 10496.0, 10532.0, 10539.0, 10553.0, 10528.0, 10521.0, 10520.0, 10551.0, 10573.0, 10559.0, 10555.0, 10566.0, 10583.0, 10556.0, 10588.0, 10527.0, 10520.0, 10605.0, 10557.0, 10655.0, 10632.0, 10515.0, 10503.0, 10505.0, 10578.0, 10531.0, 10598.0, 10547.0, 10491.0, 10519.0, 10539.0, 10577.0, 10586.0, 10526.0, 10522.0, 10493.0, 10542.0, 10540.0, 10534.0, 10521.0, 10542.0, 10556.0, 10547.0, 10515.0, 10540.0, 10556.0, 10614.0, 10591.0, 10530.0, 10503.0, 10507.0, 10555.0, 10532.0, 10588.0, 10597.0, 10529.0, 10525.0, 10507.0, 10522.0, 10525.0, 10529.0, 10575.0, 10533.0, 10535.0, 10561.0, 10554.0, 10583.0, 10542.0, 10585.0, 10570.0, 10575.0, 10561.0, 10546.0, 10591.0, 10586.0, 10642.0, 10632.0, 10528.0, 10526.0, 10565.0, 10549.0, 10654.0, 10607.0, 10515.0, 10523.0, 10553.0, 10566.0, 10551.0, 10505.0, 10512.0, 10554.0, 10582.0, 10550.0, 10511.0, 10515.0, 10552.0, 10578.0, 10542.0, 10512.0, 10535.0, 10554.0, 10615.0, 10548.0, 10510.0, 10544.0, 10559.0, 10613.0, 10603.0, 10516.0, 10498.0, 10534.0, 10554.0, 10541.0, 10553.0, 10552.0, 10508.0, 10514.0, 10513.0, 10491.0, 10552.0, 10500.0, 10560.0, 10532.0, 10517.0, 10544.0, 10570.0, 10605.0, 10572.0, 10559.0, 10547.0, 10532.0, 10594.0, 10574.0, 10679.0, 10613.0, 10547.0, 10515.0, 10548.0, 10600.0, 10621.0, 10632.0, 10512.0, 10489.0, 10537.0, 10522.0, 10575.0, 10525.0, 10503.0, 10547.0, 10553.0, 10577.0, 10536.0, 10514.0, 10577.0, 10551.0, 10580.0, 10519.0, 10536.0, 10597.0, 10572.0, 10648.0, 10580.0, 10499.0, 10549.0, 10540.0, 10571.0, 10587.0, 10566.0, 10517.0, 10490.0, 10570.0, 10529.0, 10547.0, 10524.0, 10492.0, 10538.0, 10529.0, 10538.0, 10542.0, 10532.0, 10555.0, 10558.0, 10566.0, 10568.0, 10546.0, 10589.0, 10582.0, 10613.0, 10621.0, 10550.0, 10553.0, 10513.0, 10576.0, 10546.0, 10652.0, 10612.0, 10506.0, 10501.0, 10514.0, 10537.0, 10520.0, 10512.0, 10514.0, 10505.0, 10567.0, 10547.0, 10541.0, 10514.0, 10517.0, 10550.0, 10557.0, 10555.0, 10589.0, 10535.0, 10547.0, 10563.0, 10556.0, 10569.0, 10526.0, 10538.0, 10585.0, 10574.0, 10665.0, 10540.0, 10511.0, 10523.0, 10547.0, 10631.0, 10604.0, 10529.0, 10504.0, 10490.0, 10567.0, 10527.0, 10551.0, 10607.0, 10505.0, 10512.0, 10531.0, 10529.0, 10601.0, 10519.0, 10514.0, 10489.0, 10551.0, 10582.0, 10536.0, 10526.0, 10495.0, 10516.0, 10599.0, 10526.0, 10508.0, 10535.0, 10549.0, 10591.0, 10507.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.0005094117647058823</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024448062283737023</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.71138603534646</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2007333077944577</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916052603464199</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5332</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2903.7729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2640057992117739</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>513</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>59.16955017301038</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3223906541717834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.23691149212242</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.44146421451823</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2887962558747</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103406</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0080238813534379</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04677220806479454</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.405082885831992</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>21.6147</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.4955</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>283.5167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286837.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1270.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>500.454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.9775</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4020.2956</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89707.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>2013.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5281.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.2349</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.60788312088698</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> |