=== 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-0041 --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-0041",
"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-0041_ses-04_task-social_acq-mb8_run-01_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-0041_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_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-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0041_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_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-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_ses-04_task-social_acq-mb8_run-01_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-0041/ses-04/func/sub-0041_ses-04_task-social_acq-mb8_run-01_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>53e2f8922fd605f98094f1bfdd4a727b</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:31:34.247500</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.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.103977</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9ca58f06-4542-42e3-b727-89698e20177f||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.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [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': ['153134.247500', '153134.707500', '153135.167500', '153135.627500', '153136.087500', '153136.547500', '153137.007500', '153137.467500', '153137.927500', '153138.387500', '153138.847500', '153139.307500', '153139.767500', '153140.227500', '153140.687500', '153141.147500', '153141.607500', '153142.067500', '153142.527500', '153142.987500', '153143.447500', '153143.907500', '153144.367500', '153144.827500', '153145.287500', '153145.747500', '153146.207500', '153146.667500', '153147.127500', '153147.587500', '153148.047500', '153148.507500', '153148.967500', '153149.427500', '153149.887500', '153150.347500', '153150.807500', '153151.267500', '153151.727500', '153152.187500', '153152.647500', '153153.107500', '153153.567500', '153154.027500', '153154.487500', '153154.947500', '153155.407500', '153155.867500', '153156.327500', '153156.787500', '153157.247500', '153157.707500', '153158.167500', '153158.627500', '153159.087500', '153159.547500', '153200.007500', '153200.467500', '153200.927500', '153201.387500', '153201.847500', '153202.307500', '153202.767500', '153203.227500', '153203.687500', '153204.147500', '153204.607500', '153205.067500', '153205.527500', '153205.987500', '153206.447500', '153206.907500', '153207.367500', '153207.827500', '153208.287500', '153208.747500', '153209.207500', '153209.667500', '153210.127500', '153210.587500', '153211.047500', '153211.507500', '153211.967500', '153212.427500', '153212.887500', '153213.347500', '153213.807500', '153214.267500', '153214.727500', '153215.187500', '153215.647500', '153216.107500', '153216.567500', '153217.027500', '153217.487500', '153217.947500', '153218.407500', '153218.867500', '153219.327500', '153219.787500', '153220.247500', '153220.707500', '153221.167500', '153221.627500', '153222.087500', '153222.547500', '153223.007500', '153223.467500', '153223.927500', '153224.387500', '153224.847500', '153225.307500', '153225.767500', '153226.227500', '153226.687500', '153227.147500', '153227.607500', '153228.067500', '153228.527500', '153228.987500', '153229.447500', '153229.907500', '153230.367500', '153230.827500', '153231.287500', '153231.747500', '153232.207500', '153232.667500', '153233.127500', '153233.587500', '153234.047500', '153234.507500', '153234.967500', '153235.427500', '153235.887500', '153236.347500', '153236.807500', '153237.267500', '153237.727500', '153238.187500', '153238.647500', '153239.107500', '153239.567500', '153240.027500', '153240.487500', '153240.947500', '153241.407500', '153241.867500', '153242.327500', '153242.787500', '153243.247500', '153243.707500', '153244.167500', '153244.627500', '153245.087500', '153245.547500', '153246.007500', '153246.467500', '153246.927500', '153247.387500', '153247.847500', '153248.307500', '153248.767500', '153249.227500', '153249.687500', '153250.147500', '153250.607500', '153251.067500', '153251.527500', '153251.987500', '153252.447500', '153252.907500', '153253.367500', '153253.827500', '153254.287500', '153254.747500', '153255.207500', '153255.667500', '153256.127500', '153256.587500', '153257.047500', '153257.507500', '153257.967500', '153258.427500', '153258.887500', '153259.347500', '153259.807500', '153300.267500', '153300.727500', '153301.187500', '153301.647500', '153302.107500', '153302.567500', '153303.027500', '153303.487500', '153303.947500', '153304.407500', '153304.867500', '153305.327500', '153305.787500', '153306.247500', '153306.707500', '153307.167500', '153307.627500', '153308.087500', '153308.547500', '153309.007500', '153309.467500', '153309.927500', '153310.387500', '153310.847500', '153311.307500', '153311.767500', '153312.227500', '153312.687500', '153313.147500', '153313.607500', '153314.067500', '153314.527500', '153314.987500', '153315.447500', '153315.907500', '153316.367500', '153316.827500', '153317.287500', '153317.747500', '153318.207500', '153318.667500', '153319.127500', '153319.587500', '153320.047500', '153320.507500', '153320.967500', '153321.427500', '153321.887500', '153322.347500', '153322.807500', '153323.267500', '153323.727500', '153324.187500', '153324.647500', '153325.107500', '153325.567500', '153326.027500', '153326.487500', '153326.947500', '153327.407500', '153327.867500', '153328.327500', '153328.787500', '153329.247500', '153329.707500', '153330.167500', '153330.627500', '153331.087500', '153331.547500', '153332.007500', '153332.467500', '153332.927500', '153333.387500', '153333.847500', '153334.307500', '153334.767500', '153335.227500', '153335.687500', '153336.147500', '153336.607500', '153337.067500', '153337.527500', '153337.987500', '153338.447500', '153338.907500', '153339.367500', '153339.827500', '153340.287500', '153340.747500', '153341.207500', '153341.667500', '153342.127500', '153342.587500', '153343.047500', '153343.507500', '153343.967500', '153344.427500', '153344.887500', '153345.347500', '153345.807500', '153346.267500', '153346.727500', '153347.187500', '153347.647500', '153348.107500', '153348.567500', '153349.027500', '153349.487500', '153349.947500', '153350.407500', '153350.867500', '153351.327500', '153351.787500', '153352.247500', '153352.707500', '153353.167500', '153353.627500', '153354.087500', '153354.547500', '153355.007500', '153355.467500', '153355.927500', '153356.387500', '153356.847500', '153357.307500', '153357.767500', '153358.227500', '153358.687500', '153359.147500', '153359.607500', '153400.067500', '153400.527500', '153400.987500', '153401.447500', '153401.907500', '153402.367500', '153402.827500', '153403.287500', '153403.747500', '153404.207500', '153404.667500', '153405.127500', '153405.587500', '153406.047500', '153406.507500', '153406.967500', '153407.427500', '153407.887500', '153408.347500', '153408.807500', '153409.267500', '153409.727500', '153410.187500', '153410.647500', '153411.107500', '153411.567500', '153412.027500', '153412.487500', '153412.947500', '153413.407500', '153413.867500', '153414.327500', '153414.787500', '153415.247500', '153415.707500', '153416.167500', '153416.627500', '153417.087500', '153417.547500', '153418.007500', '153418.467500', '153418.927500', '153419.387500', '153419.847500', '153420.307500', '153420.767500', '153421.227500', '153421.687500', '153422.147500', '153422.607500', '153423.067500', '153423.527500', '153423.987500', '153424.447500', '153424.907500', '153425.367500', '153425.827500', '153426.287500', '153426.747500', '153427.207500', '153427.667500', '153428.127500', '153428.587500', '153429.047500', '153429.507500', '153429.967500', '153430.427500', '153430.887500', '153431.347500', '153431.807500', '153432.267500', '153432.727500', '153433.187500', '153433.647500', '153434.107500', '153434.567500', '153435.027500', '153435.487500', '153435.947500', '153436.407500', '153436.867500', '153437.327500', '153437.787500', '153438.247500', '153438.707500', '153439.167500', '153439.627500', '153440.087500', '153440.547500', '153441.007500', '153441.467500', '153441.927500', '153442.387500', '153442.847500', '153443.307500', '153443.767500', '153444.227500', '153444.687500', '153445.147500', '153445.607500', '153446.067500', '153446.527500', '153446.987500', '153447.447500', '153447.907500', '153448.367500', '153448.827500', '153449.287500', '153449.747500', '153450.207500', '153450.667500', '153451.127500', '153451.587500', '153452.047500', '153452.507500', '153452.967500', '153453.427500', '153453.887500', '153454.347500', '153454.807500', '153455.267500', '153455.727500', '153456.187500', '153456.647500', '153457.107500', '153457.567500', '153458.027500', '153458.487500', '153458.947500', '153459.407500', '153459.867500', '153500.327500', '153500.787500', '153501.247500', '153501.707500', '153502.167500', '153502.627500', '153503.087500', '153503.547500', '153504.007500', '153504.467500', '153504.927500', '153505.387500', '153505.847500', '153506.307500', '153506.767500', '153507.227500', '153507.687500', '153508.147500', '153508.607500', '153509.067500', '153509.527500', '153509.987500', '153510.447500', '153510.907500', '153511.367500', '153511.827500', '153512.287500', '153512.747500', '153513.207500', '153513.667500', '153514.127500', '153514.587500', '153515.047500', '153515.507500', '153515.967500', '153516.427500', '153516.887500', '153517.347500', '153517.807500', '153518.267500', '153518.727500', '153519.187500', '153519.647500', '153520.107500', '153520.567500', '153521.027500', '153521.487500', '153521.947500', '153522.407500', '153522.867500', '153523.327500', '153523.787500', '153524.247500', '153524.707500', '153525.167500', '153525.627500', '153526.087500', '153526.547500', '153527.007500', '153527.467500', '153527.927500', '153528.387500', '153528.847500', '153529.307500', '153529.767500', '153530.227500', '153530.687500', '153531.147500', '153531.607500', '153532.067500', '153532.527500', '153532.987500', '153533.447500', '153533.907500', '153534.367500', '153534.827500', '153535.287500', '153535.747500', '153536.207500', '153536.667500', '153537.127500', '153537.587500', '153538.047500', '153538.507500', '153538.967500', '153539.427500', '153539.887500', '153540.347500', '153540.807500', '153541.267500', '153541.727500', '153542.187500', '153542.647500', '153543.107500', '153543.567500', '153544.027500', '153544.487500', '153544.947500', '153545.407500', '153545.867500', '153546.327500', '153546.787500', '153547.247500', '153547.707500', '153548.167500', '153548.627500', '153549.087500', '153549.547500', '153550.007500', '153550.467500', '153550.927500', '153551.387500', '153551.847500', '153552.307500', '153552.767500', '153553.227500', '153553.687500', '153554.147500', '153554.607500', '153555.067500', '153555.527500', '153555.987500', '153556.447500', '153556.907500', '153557.367500', '153557.827500', '153558.287500', '153558.747500', '153559.207500', '153559.667500', '153600.127500', '153600.587500', '153601.047500', '153601.507500', '153601.967500', '153602.427500', '153602.887500', '153603.347500', '153603.807500', '153604.267500', '153604.727500', '153605.187500', '153605.647500', '153606.107500', '153606.567500', '153607.027500', '153607.487500', '153607.947500', '153608.407500', '153608.867500', '153609.327500', '153609.787500', '153610.247500', '153610.707500', '153611.167500', '153611.627500', '153612.087500', '153612.547500', '153613.007500', '153613.467500', '153613.927500', '153614.387500', '153614.847500', '153615.307500', '153615.767500', '153616.227500', '153616.687500', '153617.147500', '153617.607500', '153618.067500', '153618.527500', '153618.987500', '153619.447500', '153619.907500', '153620.367500', '153620.827500', '153621.287500', '153621.747500', '153622.207500', '153622.667500', '153623.127500', '153623.587500', '153624.047500', '153624.507500', '153624.967500', '153625.427500', '153625.887500', '153626.347500', '153626.807500', '153627.267500', '153627.727500', '153628.187500', '153628.647500', '153629.107500', '153629.567500', '153630.027500', '153630.487500', '153630.947500', '153631.407500', '153631.867500', '153632.327500', '153632.787500', '153633.247500', '153633.707500', '153634.167500', '153634.627500', '153635.087500', '153635.547500', '153636.007500', '153636.467500', '153636.927500', '153637.387500', '153637.847500', '153638.307500', '153638.767500', '153639.227500', '153639.687500', '153640.147500', '153640.607500', '153641.067500', '153641.527500', '153641.987500', '153642.447500', '153642.907500', '153643.367500', '153643.827500', '153644.287500', '153644.747500', '153645.207500', '153645.667500', '153646.127500', '153646.587500', '153647.047500', '153647.507500', '153647.967500', '153648.427500', '153648.887500', '153649.347500', '153649.807500', '153650.267500', '153650.727500', '153651.187500', '153651.647500', '153652.107500', '153652.567500', '153653.027500', '153653.487500', '153653.947500', '153654.407500', '153654.867500', '153655.327500', '153655.787500', '153656.247500', '153656.707500', '153657.167500', '153657.627500', '153658.087500', '153658.547500', '153659.007500', '153659.467500', '153659.927500', '153700.387500', '153700.847500', '153701.307500', '153701.767500', '153702.227500', '153702.687500', '153703.147500', '153703.607500', '153704.067500', '153704.527500', '153704.987500', '153705.447500', '153705.907500', '153706.367500', '153706.827500', '153707.287500', '153707.747500', '153708.207500', '153708.667500', '153709.127500', '153709.587500', '153710.047500', '153710.507500', '153710.967500', '153711.427500', '153711.887500', '153712.347500', '153712.807500', '153713.267500', '153713.727500', '153714.187500', '153714.647500', '153715.107500', '153715.567500', '153716.027500', '153716.487500', '153716.947500', '153717.407500', '153717.867500', '153718.327500', '153718.787500', '153719.247500', '153719.707500', '153720.167500', '153720.627500', '153721.087500', '153721.547500', '153722.007500', '153722.467500', '153722.927500', '153723.387500', '153723.847500', '153724.307500', '153724.767500', '153725.227500', '153725.687500', '153726.147500', '153726.607500', '153727.067500', '153727.527500', '153727.987500', '153728.447500', '153728.907500', '153729.367500', '153729.827500', '153730.287500', '153730.747500', '153731.207500', '153731.667500', '153732.127500', '153732.587500', '153733.047500', '153733.507500', '153733.967500', '153734.427500', '153734.887500', '153735.347500', '153735.807500', '153736.267500', '153736.727500', '153737.187500', '153737.647500', '153738.107500', '153738.567500', '153739.027500', '153739.487500', '153739.947500', '153740.407500', '153740.867500', '153741.327500', '153741.787500', '153742.247500', '153742.707500', '153743.167500', '153743.627500', '153744.087500', '153744.547500', '153745.007500', '153745.467500', '153745.927500', '153746.387500', '153746.847500', '153747.307500', '153747.767500', '153748.227500', '153748.687500', '153749.147500', '153749.607500', '153750.067500', '153750.527500', '153750.987500', '153751.447500', '153751.907500', '153752.367500', '153752.827500', '153753.287500', '153753.747500', '153754.207500', '153754.667500', '153755.127500', '153755.587500', '153756.047500', '153756.507500', '153756.967500', '153757.427500', '153757.887500', '153758.347500', '153758.807500', '153759.267500', '153759.727500', '153800.187500', '153800.647500', '153801.107500', '153801.567500', '153802.027500', '153802.487500', '153802.947500', '153803.407500', '153803.867500', '153804.327500', '153804.787500', '153805.247500', '153805.707500', '153806.167500', '153806.627500', '153807.087500', '153807.547500', '153808.007500', '153808.467500', '153808.927500', '153809.387500', '153809.847500', '153810.307500', '153810.767500', '153811.227500', '153811.687500', '153812.147500', '153812.607500', '153813.067500', '153813.527500', '153813.987500', '153814.447500', '153814.907500'], 'ContentTime': ['153152.714000', '153152.717000', '153152.719000', '153152.722000', '153152.725000', '153152.731000', '153152.734000', '153152.737000', '153152.739000', '153152.742000', '153152.744000', '153152.747000', '153152.749000', '153152.774000', '153152.777000', '153152.779000', '153152.782000', '153152.784000', '153152.787000', '153152.790000', '153152.792000', '153152.795000', '153152.797000', '153152.800000', '153152.802000', '153152.805000', '153152.808000', '153152.813000', '153152.816000', '153152.818000', '153152.821000', '153152.823000', '153152.826000', '153152.829000', '153152.831000', '153152.834000', '153152.836000', '153212.689000', '153212.691000', '153212.694000', '153212.697000', '153212.699000', '153212.702000', '153212.704000', '153212.707000', '153212.709000', '153212.712000', '153212.715000', '153212.717000', '153212.720000', '153212.722000', '153212.725000', '153212.727000', '153212.730000', '153212.732000', '153212.735000', '153212.738000', '153212.740000', '153212.743000', '153212.745000', '153212.748000', '153212.750000', '153212.753000', '153212.756000', '153212.758000', '153212.761000', '153212.763000', '153212.766000', '153212.768000', '153212.771000', '153212.774000', '153212.776000', '153212.779000', '153212.781000', '153212.784000', '153212.786000', '153212.789000', '153212.791000', '153212.794000', '153212.796000', '153232.688000', '153232.695000', '153232.697000', '153232.700000', '153232.703000', '153232.705000', '153232.708000', '153232.710000', '153232.713000', '153232.716000', '153232.718000', '153232.721000', '153232.723000', '153232.726000', '153232.728000', '153232.731000', '153232.733000', '153232.736000', '153232.739000', '153232.741000', '153232.744000', '153232.746000', '153232.749000', '153232.752000', '153232.754000', '153232.757000', '153232.759000', '153232.762000', '153232.764000', '153232.767000', '153232.773000', '153232.776000', '153232.779000', '153232.781000', '153232.784000', '153232.786000', '153232.789000', '153232.791000', '153232.794000', '153232.796000', '153232.799000', '153232.802000', '153232.804000', '153232.807000', '153252.688000', '153252.691000', '153252.694000', '153252.697000', '153252.699000', '153252.702000', '153252.704000', '153252.707000', '153252.710000', '153252.712000', '153252.715000', '153252.717000', '153252.720000', '153252.722000', '153252.725000', '153252.727000', '153252.730000', '153252.733000', '153252.735000', '153252.738000', '153252.740000', '153252.743000', '153252.746000', '153252.748000', '153252.751000', '153252.753000', '153252.756000', '153252.758000', '153252.761000', '153252.764000', '153252.766000', '153252.769000', '153252.772000', '153252.774000', '153252.777000', '153252.779000', '153252.782000', '153252.784000', '153252.787000', '153252.789000', '153252.792000', '153252.795000', '153252.797000', '153312.688000', '153312.691000', '153312.694000', '153312.696000', '153312.699000', '153312.701000', '153312.704000', '153312.707000', '153312.709000', '153312.712000', '153312.714000', '153312.717000', '153312.719000', '153312.722000', '153312.725000', '153312.727000', '153312.730000', '153312.732000', '153312.735000', '153312.737000', '153312.740000', '153312.743000', '153312.745000', '153312.748000', '153312.750000', '153312.753000', '153312.755000', '153312.758000', '153312.761000', '153312.763000', '153312.766000', '153312.768000', '153312.771000', '153312.773000', '153312.776000', '153312.779000', '153312.781000', '153312.784000', '153312.786000', '153312.789000', '153312.791000', '153312.800000', '153312.803000', '153312.806000', '153332.687000', '153332.690000', '153332.693000', '153332.696000', '153332.698000', '153332.701000', '153332.703000', '153332.706000', '153332.708000', '153332.711000', '153332.714000', '153332.716000', '153332.719000', '153332.721000', '153332.724000', '153332.727000', '153332.729000', '153332.732000', '153332.734000', '153332.737000', '153332.740000', '153332.742000', '153332.745000', '153332.747000', '153332.750000', '153332.753000', '153332.755000', '153332.758000', '153332.760000', '153332.775000', '153332.777000', '153332.780000', '153332.782000', '153332.785000', '153332.788000', '153332.790000', '153332.793000', '153332.795000', '153332.798000', '153332.801000', '153332.803000', '153332.806000', '153332.808000', '153352.687000', '153352.690000', '153352.693000', '153352.696000', '153352.698000', '153352.701000', '153352.704000', '153352.706000', '153352.709000', '153352.711000', '153352.714000', '153352.717000', '153352.720000', '153352.722000', '153352.725000', '153352.728000', '153352.730000', '153352.733000', '153352.736000', '153352.738000', '153352.741000', '153352.743000', '153352.746000', '153352.748000', '153352.751000', '153352.753000', '153352.756000', '153352.759000', '153352.761000', '153352.764000', '153352.766000', '153352.769000', '153352.772000', '153352.774000', '153352.777000', '153352.779000', '153352.782000', '153352.784000', '153352.787000', '153352.790000', '153352.792000', '153352.795000', '153352.797000', '153352.800000', '153412.687000', '153412.690000', '153412.693000', '153412.695000', '153412.698000', '153412.701000', '153412.703000', '153412.706000', '153412.708000', '153412.711000', '153412.713000', '153412.716000', '153412.718000', '153412.721000', '153412.724000', '153412.726000', '153412.729000', '153412.732000', '153412.734000', '153412.737000', '153412.739000', '153412.742000', '153412.744000', '153412.747000', '153412.750000', '153412.752000', '153412.755000', '153412.757000', '153412.760000', '153412.763000', '153412.765000', '153412.768000', '153412.770000', '153412.773000', '153412.775000', '153412.778000', '153412.780000', '153412.783000', '153412.786000', '153412.788000', '153412.791000', '153412.793000', '153412.796000', '153432.688000', '153432.691000', '153432.694000', '153432.696000', '153432.699000', '153432.701000', '153432.704000', '153432.707000', '153432.709000', '153432.712000', '153432.715000', '153432.718000', '153432.721000', '153432.723000', '153432.726000', '153432.728000', '153432.731000', '153432.733000', '153432.736000', '153432.739000', '153432.741000', '153432.744000', '153432.746000', '153432.749000', '153432.752000', '153432.754000', '153432.757000', '153432.759000', '153432.762000', '153432.764000', '153432.767000', '153432.770000', '153432.772000', '153432.775000', '153432.777000', '153432.780000', '153432.782000', '153432.785000', '153432.788000', '153432.790000', '153432.793000', '153432.795000', '153432.798000', '153452.689000', '153452.692000', '153452.694000', '153452.697000', '153452.699000', '153452.702000', '153452.705000', '153452.707000', '153452.710000', '153452.712000', '153452.715000', '153452.718000', '153452.720000', '153452.723000', '153452.725000', '153452.728000', '153452.730000', '153452.733000', '153452.736000', '153452.738000', '153452.741000', '153452.743000', '153452.746000', '153452.749000', '153452.751000', '153452.754000', '153452.757000', '153452.759000', '153452.762000', '153452.765000', '153452.767000', '153452.770000', '153452.772000', '153452.775000', '153452.777000', '153452.780000', '153452.783000', '153452.785000', '153452.788000', '153452.791000', '153452.793000', '153452.796000', '153452.799000', '153452.802000', '153512.688000', '153512.691000', '153512.694000', '153512.696000', '153512.699000', '153512.702000', '153512.704000', '153512.707000', '153512.709000', '153512.712000', '153512.714000', '153512.727000', '153512.729000', '153512.732000', '153512.735000', '153512.737000', '153512.740000', '153512.742000', '153512.745000', '153512.748000', '153512.750000', '153512.753000', '153512.757000', '153512.759000', '153512.762000', '153512.765000', '153512.767000', '153512.770000', '153512.772000', '153512.775000', '153512.778000', '153512.780000', '153512.783000', '153512.785000', '153512.788000', '153512.790000', '153512.793000', '153512.796000', '153512.798000', '153512.801000', '153512.804000', '153512.806000', '153512.809000', '153532.689000', '153532.691000', '153532.694000', '153532.697000', '153532.699000', '153532.702000', '153532.704000', '153532.707000', '153532.710000', '153532.712000', '153532.715000', '153532.717000', '153532.720000', '153532.723000', '153532.725000', '153532.728000', '153532.730000', '153532.733000', '153532.736000', '153532.738000', '153532.741000', '153532.743000', '153532.746000', '153532.749000', '153532.751000', '153532.754000', '153532.757000', '153532.759000', '153532.762000', '153532.764000', '153532.767000', '153532.769000', '153532.772000', '153532.775000', '153532.777000', '153532.780000', '153532.782000', '153532.785000', '153532.788000', '153532.790000', '153532.793000', '153532.795000', '153532.798000', '153532.852000', '153552.687000', '153552.690000', '153552.693000', '153552.696000', '153552.698000', '153552.701000', '153552.704000', '153552.706000', '153552.709000', '153552.711000', '153552.714000', '153552.717000', '153552.719000', '153552.722000', '153552.724000', '153552.727000', '153552.730000', '153552.732000', '153552.735000', '153552.737000', '153552.740000', '153552.743000', '153552.745000', '153552.748000', '153552.751000', '153552.753000', '153552.756000', '153552.759000', '153552.761000', '153552.764000', '153552.767000', '153552.769000', '153552.772000', '153552.775000', '153552.777000', '153552.780000', '153552.782000', '153552.785000', '153552.787000', '153552.790000', '153552.793000', '153552.795000', '153552.798000', '153612.688000', '153612.690000', '153612.693000', '153612.696000', '153612.698000', '153612.701000', '153612.703000', '153612.706000', '153612.708000', '153612.711000', '153612.714000', '153612.716000', '153612.719000', '153612.721000', '153612.724000', '153612.727000', '153612.729000', '153612.732000', '153612.734000', '153612.737000', '153612.739000', '153612.742000', '153612.745000', '153612.747000', '153612.750000', '153612.753000', '153612.755000', '153612.758000', '153612.760000', '153612.763000', '153612.766000', '153612.768000', '153612.771000', '153612.774000', '153612.776000', '153612.779000', '153612.781000', '153612.784000', '153612.786000', '153612.789000', '153612.792000', '153612.794000', '153612.797000', '153612.884000', '153632.687000', '153632.690000', '153632.693000', '153632.696000', '153632.698000', '153632.701000', '153632.704000', '153632.706000', '153632.709000', '153632.711000', '153632.714000', '153632.716000', '153632.719000', '153632.722000', '153632.724000', '153632.727000', '153632.731000', '153632.734000', '153632.736000', '153632.739000', '153632.741000', '153632.744000', '153632.747000', '153632.749000', '153632.752000', '153632.754000', '153632.757000', '153632.759000', '153632.762000', '153632.765000', '153632.767000', '153632.770000', '153632.772000', '153632.775000', '153632.778000', '153632.780000', '153632.794000', '153632.797000', '153632.834000', '153632.837000', '153632.839000', '153632.842000', '153632.844000', '153652.689000', '153652.691000', '153652.694000', '153652.697000', '153652.699000', '153652.702000', '153652.704000', '153652.707000', '153652.710000', '153652.712000', '153652.715000', '153652.718000', '153652.720000', '153652.723000', '153652.725000', '153652.728000', '153652.730000', '153652.733000', '153652.736000', '153652.738000', '153652.741000', '153652.744000', '153652.746000', '153652.749000', '153652.752000', '153652.754000', '153652.757000', '153652.759000', '153652.762000', '153652.765000', '153652.767000', '153652.770000', '153652.773000', '153652.775000', '153652.778000', '153652.781000', '153652.783000', '153652.786000', '153652.788000', '153652.791000', '153652.793000', '153652.796000', '153652.799000', '153652.866000', '153712.688000', '153712.691000', '153712.694000', '153712.697000', '153712.699000', '153712.702000', '153712.704000', '153712.707000', '153712.710000', '153712.712000', '153712.715000', '153712.717000', '153712.720000', '153712.723000', '153712.727000', '153712.729000', '153712.732000', '153712.735000', '153712.737000', '153712.740000', '153712.743000', '153712.745000', '153712.748000', '153712.750000', '153712.753000', '153712.756000', '153712.758000', '153712.761000', '153712.763000', '153712.766000', '153712.769000', '153712.771000', '153712.774000', '153712.776000', '153712.779000', '153712.782000', '153712.784000', '153712.787000', '153712.789000', '153712.792000', '153712.795000', '153712.797000', '153712.836000', '153732.689000', '153732.691000', '153732.694000', '153732.697000', '153732.699000', '153732.702000', '153732.705000', '153732.707000', '153732.710000', '153732.712000', '153732.715000', '153732.717000', '153732.720000', '153732.723000', '153732.725000', '153732.728000', '153732.731000', '153732.733000', '153732.736000', '153732.739000', '153732.741000', '153732.744000', '153732.747000', '153732.749000', '153732.752000', '153732.754000', '153732.757000', '153732.760000', '153732.762000', '153732.765000', '153732.768000', '153732.770000', '153732.773000', '153732.775000', '153732.780000', '153732.782000', '153732.785000', '153732.788000', '153732.790000', '153732.793000', '153732.795000', '153732.798000', '153732.864000', '153732.867000', '153752.688000', '153752.691000', '153752.694000', '153752.696000', '153752.699000', '153752.702000', '153752.704000', '153752.707000', '153752.710000', '153752.712000', '153752.715000', '153752.717000', '153752.720000', '153752.722000', '153752.725000', '153752.728000', '153752.730000', '153752.733000', '153752.735000', '153752.738000', '153752.741000', '153752.743000', '153752.746000', '153752.748000', '153752.751000', '153752.754000', '153752.756000', '153752.759000', '153752.761000', '153752.764000', '153752.766000', '153752.769000', '153752.772000', '153752.774000', '153752.777000', '153752.780000', '153752.782000', '153752.785000', '153752.787000', '153752.790000', '153752.792000', '153752.795000', '153752.798000', '153812.688000', '153812.691000', '153812.693000', '153812.696000', '153812.698000', '153812.701000', '153812.704000', '153812.706000', '153812.709000', '153812.712000', '153812.714000', '153812.717000', '153812.719000', '153812.722000', '153812.725000', '153812.728000', '153812.730000', '153812.733000', '153812.736000', '153812.738000', '153812.741000', '153812.744000', '153812.746000', '153812.749000', '153812.752000', '153812.754000', '153812.757000', '153812.759000', '153812.762000', '153812.765000', '153812.767000', '153812.770000', '153812.773000', '153812.775000', '153812.778000', '153812.781000', '153812.783000', '153812.786000', '153812.789000', '153812.791000', '153812.794000', '153812.797000', '153812.799000', '153812.866000', '153816.712000', '153816.715000', '153816.717000', '153816.720000', '153816.723000', '153816.725000', '153816.728000', '153816.731000', '153816.734000'], 'InstanceCreationTime': ['153152.714000', '153152.717000', '153152.719000', '153152.722000', '153152.725000', '153152.731000', '153152.734000', '153152.737000', '153152.739000', '153152.742000', '153152.744000', '153152.747000', '153152.749000', '153152.774000', '153152.777000', '153152.779000', '153152.782000', '153152.784000', '153152.787000', '153152.790000', '153152.792000', '153152.795000', '153152.797000', '153152.800000', '153152.802000', '153152.805000', '153152.808000', '153152.813000', '153152.816000', '153152.818000', '153152.821000', '153152.823000', '153152.826000', '153152.829000', '153152.831000', '153152.834000', '153152.836000', '153212.689000', '153212.691000', '153212.694000', '153212.697000', '153212.699000', '153212.702000', '153212.704000', '153212.707000', '153212.709000', '153212.712000', '153212.715000', '153212.717000', '153212.720000', '153212.722000', '153212.725000', '153212.727000', '153212.730000', '153212.732000', '153212.735000', '153212.738000', '153212.740000', '153212.743000', '153212.745000', '153212.748000', '153212.750000', '153212.753000', '153212.756000', '153212.758000', '153212.761000', '153212.763000', '153212.766000', '153212.768000', '153212.771000', '153212.774000', '153212.776000', '153212.779000', '153212.781000', '153212.784000', '153212.786000', '153212.789000', '153212.791000', '153212.794000', '153212.796000', '153232.688000', '153232.695000', '153232.697000', '153232.700000', '153232.703000', '153232.705000', '153232.708000', '153232.710000', '153232.713000', '153232.716000', '153232.718000', '153232.721000', '153232.723000', '153232.726000', '153232.728000', '153232.731000', '153232.733000', '153232.736000', '153232.739000', '153232.741000', '153232.744000', '153232.746000', '153232.749000', '153232.752000', '153232.754000', '153232.757000', '153232.759000', '153232.762000', '153232.764000', '153232.767000', '153232.773000', '153232.776000', '153232.779000', '153232.781000', '153232.784000', '153232.786000', '153232.789000', '153232.791000', '153232.794000', '153232.796000', '153232.799000', '153232.802000', '153232.804000', '153232.807000', '153252.688000', '153252.691000', '153252.694000', '153252.697000', '153252.699000', '153252.702000', '153252.704000', '153252.707000', '153252.710000', '153252.712000', '153252.715000', '153252.717000', '153252.720000', '153252.722000', '153252.725000', '153252.727000', '153252.730000', '153252.733000', '153252.735000', '153252.738000', '153252.740000', '153252.743000', '153252.746000', '153252.748000', '153252.751000', '153252.753000', '153252.756000', '153252.758000', '153252.761000', '153252.764000', '153252.766000', '153252.769000', '153252.772000', '153252.774000', '153252.777000', '153252.779000', '153252.782000', '153252.784000', '153252.787000', '153252.789000', '153252.792000', '153252.795000', '153252.797000', '153312.688000', '153312.691000', '153312.694000', '153312.696000', '153312.699000', '153312.701000', '153312.704000', '153312.707000', '153312.709000', '153312.712000', '153312.714000', '153312.717000', '153312.719000', '153312.722000', '153312.725000', '153312.727000', '153312.730000', '153312.732000', '153312.735000', '153312.737000', '153312.740000', '153312.743000', '153312.745000', '153312.748000', '153312.750000', '153312.753000', '153312.755000', '153312.758000', '153312.761000', '153312.763000', '153312.766000', '153312.768000', '153312.771000', '153312.773000', '153312.776000', '153312.779000', '153312.781000', '153312.784000', '153312.786000', '153312.789000', '153312.791000', '153312.800000', '153312.803000', '153312.806000', '153332.687000', '153332.690000', '153332.693000', '153332.696000', '153332.698000', '153332.701000', '153332.703000', '153332.706000', '153332.708000', '153332.711000', '153332.714000', '153332.716000', '153332.719000', '153332.721000', '153332.724000', '153332.727000', '153332.729000', '153332.732000', '153332.734000', '153332.737000', '153332.740000', '153332.742000', '153332.745000', '153332.747000', '153332.750000', '153332.753000', '153332.755000', '153332.758000', '153332.760000', '153332.775000', '153332.777000', '153332.780000', '153332.782000', '153332.785000', '153332.788000', '153332.790000', '153332.793000', '153332.795000', '153332.798000', '153332.801000', '153332.803000', '153332.806000', '153332.808000', '153352.687000', '153352.690000', '153352.693000', '153352.696000', '153352.698000', '153352.701000', '153352.704000', '153352.706000', '153352.709000', '153352.711000', '153352.714000', '153352.717000', '153352.720000', '153352.722000', '153352.725000', '153352.728000', '153352.730000', '153352.733000', '153352.736000', '153352.738000', '153352.741000', '153352.743000', '153352.746000', '153352.748000', '153352.751000', '153352.753000', '153352.756000', '153352.759000', '153352.761000', '153352.764000', '153352.766000', '153352.769000', '153352.772000', '153352.774000', '153352.777000', '153352.779000', '153352.782000', '153352.784000', '153352.787000', '153352.790000', '153352.792000', '153352.795000', '153352.797000', '153352.800000', '153412.687000', '153412.690000', '153412.693000', '153412.695000', '153412.698000', '153412.701000', '153412.703000', '153412.706000', '153412.708000', '153412.711000', '153412.713000', '153412.716000', '153412.718000', '153412.721000', '153412.724000', '153412.726000', '153412.729000', '153412.732000', '153412.734000', '153412.737000', '153412.739000', '153412.742000', '153412.744000', '153412.747000', '153412.750000', '153412.752000', '153412.755000', '153412.757000', '153412.760000', '153412.763000', '153412.765000', '153412.768000', '153412.770000', '153412.773000', '153412.775000', '153412.778000', '153412.780000', '153412.783000', '153412.786000', '153412.788000', '153412.791000', '153412.793000', '153412.796000', '153432.688000', '153432.691000', '153432.694000', '153432.696000', '153432.699000', '153432.701000', '153432.704000', '153432.707000', '153432.709000', '153432.712000', '153432.715000', '153432.718000', '153432.721000', '153432.723000', '153432.726000', '153432.728000', '153432.731000', '153432.733000', '153432.736000', '153432.739000', '153432.741000', '153432.744000', '153432.746000', '153432.749000', '153432.752000', '153432.754000', '153432.757000', '153432.759000', '153432.762000', '153432.764000', '153432.767000', '153432.770000', '153432.772000', '153432.775000', '153432.777000', '153432.780000', '153432.782000', '153432.785000', '153432.788000', '153432.790000', '153432.793000', '153432.795000', '153432.798000', '153452.689000', '153452.692000', '153452.694000', '153452.697000', '153452.699000', '153452.702000', '153452.705000', '153452.707000', '153452.710000', '153452.712000', '153452.715000', '153452.718000', '153452.720000', '153452.723000', '153452.725000', '153452.728000', '153452.730000', '153452.733000', '153452.736000', '153452.738000', '153452.741000', '153452.743000', '153452.746000', '153452.749000', '153452.751000', '153452.754000', '153452.757000', '153452.759000', '153452.762000', '153452.765000', '153452.767000', '153452.770000', '153452.772000', '153452.775000', '153452.777000', '153452.780000', '153452.783000', '153452.785000', '153452.788000', '153452.791000', '153452.793000', '153452.796000', '153452.799000', '153452.802000', '153512.688000', '153512.691000', '153512.694000', '153512.696000', '153512.699000', '153512.702000', '153512.704000', '153512.707000', '153512.709000', '153512.712000', '153512.714000', '153512.727000', '153512.729000', '153512.732000', '153512.735000', '153512.737000', '153512.740000', '153512.742000', '153512.745000', '153512.748000', '153512.750000', '153512.753000', '153512.757000', '153512.759000', '153512.762000', '153512.765000', '153512.767000', '153512.770000', '153512.772000', '153512.775000', '153512.778000', '153512.780000', '153512.783000', '153512.785000', '153512.788000', '153512.790000', '153512.793000', '153512.796000', '153512.798000', '153512.801000', '153512.804000', '153512.806000', '153512.809000', '153532.689000', '153532.691000', '153532.694000', '153532.697000', '153532.699000', '153532.702000', '153532.704000', '153532.707000', '153532.710000', '153532.712000', '153532.715000', '153532.717000', '153532.720000', '153532.723000', '153532.725000', '153532.728000', '153532.730000', '153532.733000', '153532.736000', '153532.738000', '153532.741000', '153532.743000', '153532.746000', '153532.749000', '153532.751000', '153532.754000', '153532.757000', '153532.759000', '153532.762000', '153532.764000', '153532.767000', '153532.769000', '153532.772000', '153532.775000', '153532.777000', '153532.780000', '153532.782000', '153532.785000', '153532.788000', '153532.790000', '153532.793000', '153532.795000', '153532.798000', '153532.852000', '153552.687000', '153552.690000', '153552.693000', '153552.696000', '153552.698000', '153552.701000', '153552.704000', '153552.706000', '153552.709000', '153552.711000', '153552.714000', '153552.717000', '153552.719000', '153552.722000', '153552.724000', '153552.727000', '153552.730000', '153552.732000', '153552.735000', '153552.737000', '153552.740000', '153552.743000', '153552.745000', '153552.748000', '153552.751000', '153552.753000', '153552.756000', '153552.759000', '153552.761000', '153552.764000', '153552.767000', '153552.769000', '153552.772000', '153552.775000', '153552.777000', '153552.780000', '153552.782000', '153552.785000', '153552.787000', '153552.790000', '153552.793000', '153552.795000', '153552.798000', '153612.688000', '153612.690000', '153612.693000', '153612.696000', '153612.698000', '153612.701000', '153612.703000', '153612.706000', '153612.708000', '153612.711000', '153612.714000', '153612.716000', '153612.719000', '153612.721000', '153612.724000', '153612.727000', '153612.729000', '153612.732000', '153612.734000', '153612.737000', '153612.739000', '153612.742000', '153612.745000', '153612.747000', '153612.750000', '153612.753000', '153612.755000', '153612.758000', '153612.760000', '153612.763000', '153612.766000', '153612.768000', '153612.771000', '153612.774000', '153612.776000', '153612.779000', '153612.781000', '153612.784000', '153612.786000', '153612.789000', '153612.792000', '153612.794000', '153612.797000', '153612.884000', '153632.687000', '153632.690000', '153632.693000', '153632.696000', '153632.698000', '153632.701000', '153632.704000', '153632.706000', '153632.709000', '153632.711000', '153632.714000', '153632.716000', '153632.719000', '153632.722000', '153632.724000', '153632.727000', '153632.731000', '153632.734000', '153632.736000', '153632.739000', '153632.741000', '153632.744000', '153632.747000', '153632.749000', '153632.752000', '153632.754000', '153632.757000', '153632.759000', '153632.762000', '153632.765000', '153632.767000', '153632.770000', '153632.772000', '153632.775000', '153632.778000', '153632.780000', '153632.794000', '153632.797000', '153632.834000', '153632.837000', '153632.839000', '153632.842000', '153632.844000', '153652.689000', '153652.691000', '153652.694000', '153652.697000', '153652.699000', '153652.702000', '153652.704000', '153652.707000', '153652.710000', '153652.712000', '153652.715000', '153652.718000', '153652.720000', '153652.723000', '153652.725000', '153652.728000', '153652.730000', '153652.733000', '153652.736000', '153652.738000', '153652.741000', '153652.744000', '153652.746000', '153652.749000', '153652.752000', '153652.754000', '153652.757000', '153652.759000', '153652.762000', '153652.765000', '153652.767000', '153652.770000', '153652.773000', '153652.775000', '153652.778000', '153652.781000', '153652.783000', '153652.786000', '153652.788000', '153652.791000', '153652.793000', '153652.796000', '153652.799000', '153652.866000', '153712.688000', '153712.691000', '153712.694000', '153712.697000', '153712.699000', '153712.702000', '153712.704000', '153712.707000', '153712.710000', '153712.712000', '153712.715000', '153712.717000', '153712.720000', '153712.723000', '153712.727000', '153712.729000', '153712.732000', '153712.735000', '153712.737000', '153712.740000', '153712.743000', '153712.745000', '153712.748000', '153712.750000', '153712.753000', '153712.756000', '153712.758000', '153712.761000', '153712.763000', '153712.766000', '153712.769000', '153712.771000', '153712.774000', '153712.776000', '153712.779000', '153712.782000', '153712.784000', '153712.787000', '153712.789000', '153712.792000', '153712.795000', '153712.797000', '153712.836000', '153732.689000', '153732.691000', '153732.694000', '153732.697000', '153732.699000', '153732.702000', '153732.705000', '153732.707000', '153732.710000', '153732.712000', '153732.715000', '153732.717000', '153732.720000', '153732.723000', '153732.725000', '153732.728000', '153732.731000', '153732.733000', '153732.736000', '153732.739000', '153732.741000', '153732.744000', '153732.747000', '153732.749000', '153732.752000', '153732.754000', '153732.757000', '153732.760000', '153732.762000', '153732.765000', '153732.768000', '153732.770000', '153732.773000', '153732.775000', '153732.780000', '153732.782000', '153732.785000', '153732.788000', '153732.790000', '153732.793000', '153732.795000', '153732.798000', '153732.864000', '153732.867000', '153752.688000', '153752.691000', '153752.694000', '153752.696000', '153752.699000', '153752.702000', '153752.704000', '153752.707000', '153752.710000', '153752.712000', '153752.715000', '153752.717000', '153752.720000', '153752.722000', '153752.725000', '153752.728000', '153752.730000', '153752.733000', '153752.735000', '153752.738000', '153752.741000', '153752.743000', '153752.746000', '153752.748000', '153752.751000', '153752.754000', '153752.756000', '153752.759000', '153752.761000', '153752.764000', '153752.766000', '153752.769000', '153752.772000', '153752.774000', '153752.777000', '153752.780000', '153752.782000', '153752.785000', '153752.787000', '153752.790000', '153752.792000', '153752.795000', '153752.798000', '153812.688000', '153812.691000', '153812.693000', '153812.696000', '153812.698000', '153812.701000', '153812.704000', '153812.706000', '153812.709000', '153812.712000', '153812.714000', '153812.717000', '153812.719000', '153812.722000', '153812.725000', '153812.728000', '153812.730000', '153812.733000', '153812.736000', '153812.738000', '153812.741000', '153812.744000', '153812.746000', '153812.749000', '153812.752000', '153812.754000', '153812.757000', '153812.759000', '153812.762000', '153812.765000', '153812.767000', '153812.770000', '153812.773000', '153812.775000', '153812.778000', '153812.781000', '153812.783000', '153812.786000', '153812.789000', '153812.791000', '153812.794000', '153812.797000', '153812.799000', '153812.866000', '153816.712000', '153816.715000', '153816.717000', '153816.720000', '153816.723000', '153816.725000', '153816.728000', '153816.731000', '153816.734000'], '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': [10271, 14458, 9164, 12249, 12918, 9543, 13418, 10088, 11401, 10959, 8861, 13915, 9897, 11562, 12625, 9159, 14287, 8988, 11619, 16139, 10238, 13817, 10156, 9166, 14284, 10489, 11779, 10105, 9138, 15249, 9554, 13350, 12712, 9510, 9087, 10993, 9474, 9713, 11201, 10004, 13694, 16102, 11435, 14398, 15000, 9814, 14152, 12304, 9445, 16164, 9601, 11015, 13513, 9463, 10149, 9349, 9352, 10612, 14313, 10159, 12037, 16096, 9736, 13789, 13220, 9418, 15310, 9355, 11856, 12441, 9143, 8903, 9251, 13691, 9445, 11907, 16635, 10938, 13133, 9522, 9338, 12272, 8880, 9411, 14733, 9489, 11984, 12693, 8942, 12261, 8832, 9448, 14803, 9294, 12302, 9475, 9229, 13294, 9412, 10766, 9409, 9281, 12160, 8671, 9976, 15516, 9278, 12883, 11148, 9176, 15360, 9454, 10992, 9727, 9017, 10911, 9671, 9948, 13016, 9523, 11947, 8735, 9373, 14810, 9352, 12437, 16292, 9525, 14114, 14331, 9268, 13938, 9491, 10675, 8997, 8933, 12963, 8956, 10734, 13303, 9159, 11839, 9366, 8821, 13571, 8953, 10329, 14969, 9266, 12535, 12644, 9176, 13595, 8889, 9278, 15311, 8633, 11982, 13070, 9435, 12200, 8686, 9154, 13004, 9025, 10116, 13828, 8871, 11661, 8885, 9077, 13592, 8845, 11824, 15821, 10198, 13457, 8737, 9049, 15239, 9328, 12519, 9551, 9289, 14849, 9076, 12160, 14481, 9355, 12835, 9173, 9290, 14794, 9534, 11912, 9181, 9431, 11779, 9002, 10295, 12654, 9332, 13397, 9465, 10787, 15655, 9891, 13858, 8919, 9403, 15338, 9372, 12627, 15774, 9488, 13673, 8697, 8945, 14718, 9443, 11604, 12297, 9361, 9229, 9371, 8598, 9555, 9462, 9034, 12295, 17169, 12053, 13318, 15427, 9580, 13211, 13592, 9883, 12209, 9529, 8961, 13797, 9733, 10339, 9783, 9911, 9440, 9713, 13567, 10082, 12281, 11701, 9844, 13348, 9781, 10365, 16494, 9667, 12802, 16240, 9998, 13853, 11756, 9433, 12460, 9446, 9055, 13004, 9431, 10472, 9019, 9585, 13037, 9433, 10892, 12377, 9855, 13409, 9267, 11494, 15281, 9586, 13345, 8623, 9533, 15817, 9757, 13144, 9623, 9308, 15593, 9752, 12527, 15000, 9212, 13385, 9177, 9697, 15952, 9380, 12444, 15602, 9634, 13762, 9140, 9433, 13613, 9772, 13455, 8753, 9917, 9234, 9598, 9132, 15569, 10561, 12256, 17020, 10016, 13878, 10064, 9226, 12067, 9826, 14978, 12851, 11458, 17512, 11497, 12850, 16090, 9631, 15167, 9532, 9631, 15352, 9346, 11601, 9717, 9400, 9452, 9826, 9141, 10363, 8945, 11003, 15165, 9122, 14087, 15905, 9803, 14462, 15968, 10332, 14187, 12536, 9963, 13956, 9009, 9814, 16563, 10181, 13546, 15795, 10237, 14335, 8972, 10198, 16106, 9418, 12997, 11467, 9631, 14686, 8887, 11585, 16109, 9651, 13179, 8791, 9481, 14266, 8750, 11597, 8771, 8929, 13260, 9487, 11082, 8404, 8776, 13177, 9029, 11655, 8360, 8622, 13855, 8725, 12253, 8379, 10038, 14721, 9428, 13766, 9358, 11162, 17366, 10295, 15172, 11137, 10532, 17133, 9494, 13653, 13584, 9998, 14642, 8800, 10067, 16470, 9406, 13312, 15815, 10455, 9513, 8663, 8293, 10318, 8748, 8466, 11631, 16866, 11069, 13484, 16561, 8704, 13795, 14723, 9805, 13490, 9678, 9314, 13244, 8732, 9949, 14028, 8541, 11794, 8360, 8797, 11582, 9343, 10068, 11634, 8538, 11590, 8855, 9326, 15876, 8756, 13405, 10651, 9725, 15838, 9298, 12924, 13482, 9634, 14571, 9566, 11097, 16895, 10820, 14520, 14296, 9392, 15197, 9401, 11802, 9023, 9452, 16850, 10205, 14832, 18055, 10533, 14809, 9350, 9567, 15879, 9731, 11823, 12212, 8815, 12085, 8206, 9653, 15866, 9216, 13615, 9571, 9549, 15954, 10365, 12850, 13722, 8896, 14513, 8585, 10675, 16708, 8589, 13139, 10397, 9443, 14939, 8102, 11302, 13401, 8875, 13062, 8351, 9991, 13677, 8572, 12329, 8493, 8627, 14625, 8239, 12180, 16854, 9804, 14012, 8475, 10051, 14433, 9157, 12750, 8827, 10105, 13155, 8808, 12592, 8577, 11142, 13297, 9546, 14739, 8656, 12367, 14257, 10312, 15599, 9308, 12300, 12727, 9294, 15381, 9456, 11772, 13474, 9089, 14060, 8500, 10149, 16226, 8948, 13618, 9536, 9467, 8121, 9288, 15353, 9402, 14241, 13479, 10076, 16048, 8735, 10477, 17337, 10138, 13578, 13498, 9455, 14096, 8643, 9559, 16202, 8627, 12284, 12754, 9034, 13605, 8435, 9319, 15346, 8701, 12259, 8497, 8650, 9684, 8551, 10128, 8613, 13905, 8953, 12412, 16963, 9681, 14168, 16721, 10479, 14745, 9178, 9263, 13034, 8416, 10554, 11178, 8650, 11902, 8338, 10046, 12446, 8595, 13354, 9248, 12285, 11874, 9519, 16166, 11304, 13820, 8205, 10618, 8795, 12892, 13216, 10487, 16521, 8320, 12688, 16108, 10574, 14571, 8578, 10688, 17579, 10807, 14150, 8487, 9240, 15188, 9266, 12394, 8184, 9064, 14615, 9077, 12195, 8087, 8747, 14282, 9157, 12639, 8702, 10742, 15214, 9691, 14427, 9334, 12191, 15402, 9473, 14081, 8667, 12209, 9482, 9020, 9058, 8666, 8729, 9614, 15201, 9993, 14743, 14432, 9646, 10412, 9389, 8653, 10584, 8250, 12475, 8570, 14051, 17469, 11170, 15441, 9552, 10936, 8261, 11760, 16645, 12196, 14935, 8891, 9057, 8595, 8985, 10949, 8522, 10465, 9905, 8695, 14126, 16943, 11630, 13789, 15172, 9277, 13965, 8962, 10018, 15457, 8114, 11501, 14616, 9089, 12058, 8258, 8673, 11613, 8310, 10552, 14597, 8436, 11841, 8312, 8607, 12219, 8299, 10519, 14656, 8839, 13380, 12915, 9713, 13502, 8195, 9011, 14492, 8490, 11803, 16149, 8956, 13725, 15002, 9365, 13091, 8433, 9174, 13675, 8924, 11590, 10417, 8645, 13090, 8260, 10359, 16151, 8908, 14362, 10086, 9525, 16326, 8550, 12410, 16849, 9812, 14406, 9410, 9360, 15619, 8775, 12145, 16994, 9225, 14180, 13971, 9607, 14152, 8387, 9235, 16612, 9992, 11720, 15576, 8444, 12737, 10856, 8986, 13490, 8292, 9383, 15289, 8942, 12922, 11822, 8887, 14169, 9101, 9408, 16214, 8220, 12415, 11848, 8653, 13345, 8103, 10317, 13928, 9048, 14211, 8442, 12023, 13751, 9766, 15935, 8902, 12277, 14997, 9561, 13998, 8243, 11081, 16453, 9232, 13721, 9990, 9125, 15206, 8543, 11273, 10733, 8277, 11531, 8517, 10511, 11438, 8311, 12410, 8445, 10896, 11730, 8930, 15255, 8826, 12437, 10275, 8808, 14518, 8774, 11615, 7938, 8266, 14990, 8962, 12650, 10324], 'WindowCenter': [4356.0, 4369.0, 4314.0, 4336.0, 4333.0, 4312.0, 4341.0, 4313.0, 4331.0, 4321.0, 4302.0, 4342.0, 4314.0, 4348.0, 4343.0, 4302.0, 4341.0, 4289.0, 4321.0, 4352.0, 4311.0, 4356.0, 4311.0, 4300.0, 4340.0, 4323.0, 4332.0, 4310.0, 4300.0, 4350.0, 4299.0, 4330.0, 4330.0, 4300.0, 4290.0, 4323.0, 4314.0, 4326.0, 4348.0, 4341.0, 4358.0, 4355.0, 4323.0, 4343.0, 4329.0, 4299.0, 4329.0, 4308.0, 4287.0, 4339.0, 4286.0, 4295.0, 4314.0, 4285.0, 4297.0, 4289.0, 4298.0, 4325.0, 4341.0, 4299.0, 4320.0, 4339.0, 4299.0, 4328.0, 4317.0, 4288.0, 4339.0, 4300.0, 4318.0, 4306.0, 4285.0, 4276.0, 4288.0, 4329.0, 4287.0, 4307.0, 4336.0, 4296.0, 4316.0, 4285.0, 4286.0, 4305.0, 4274.0, 4301.0, 4327.0, 4285.0, 4306.0, 4315.0, 4275.0, 4316.0, 4277.0, 4286.0, 4325.0, 4286.0, 4317.0, 4285.0, 4286.0, 4317.0, 4286.0, 4306.0, 4287.0, 4300.0, 4318.0, 4276.0, 4298.0, 4338.0, 4288.0, 4318.0, 4306.0, 4287.0, 4338.0, 4287.0, 4308.0, 4298.0, 4289.0, 4321.0, 4311.0, 4311.0, 4330.0, 4301.0, 4321.0, 4290.0, 4301.0, 4341.0, 4300.0, 4330.0, 4350.0, 4299.0, 4329.0, 4326.0, 4288.0, 4330.0, 4287.0, 4297.0, 4301.0, 4302.0, 4330.0, 4287.0, 4308.0, 4316.0, 4299.0, 4320.0, 4299.0, 4301.0, 4342.0, 4289.0, 4309.0, 4338.0, 4288.0, 4319.0, 4316.0, 4289.0, 4329.0, 4287.0, 4300.0, 4339.0, 4276.0, 4317.0, 4315.0, 4287.0, 4318.0, 4276.0, 4288.0, 4327.0, 4288.0, 4323.0, 4339.0, 4288.0, 4319.0, 4288.0, 4301.0, 4330.0, 4288.0, 4320.0, 4340.0, 4309.0, 4331.0, 4277.0, 4287.0, 4338.0, 4288.0, 4318.0, 4287.0, 4288.0, 4326.0, 4276.0, 4318.0, 4328.0, 4288.0, 4317.0, 4286.0, 4289.0, 4338.0, 4299.0, 4319.0, 4302.0, 4302.0, 4318.0, 4289.0, 4310.0, 4329.0, 4300.0, 4330.0, 4310.0, 4321.0, 4340.0, 4299.0, 4330.0, 4288.0, 4287.0, 4337.0, 4287.0, 4318.0, 4336.0, 4287.0, 4327.0, 4275.0, 4288.0, 4327.0, 4298.0, 4306.0, 4305.0, 4287.0, 4286.0, 4297.0, 4299.0, 4312.0, 4313.0, 4315.0, 4359.0, 4367.0, 4321.0, 4333.0, 4339.0, 4287.0, 4318.0, 4314.0, 4287.0, 4307.0, 4286.0, 4299.0, 4326.0, 4285.0, 4295.0, 4299.0, 4298.0, 4310.0, 4313.0, 4330.0, 4312.0, 4331.0, 4319.0, 4310.0, 4344.0, 4324.0, 4311.0, 4350.0, 4298.0, 4328.0, 4338.0, 4297.0, 4329.0, 4307.0, 4298.0, 4317.0, 4286.0, 4289.0, 4329.0, 4299.0, 4311.0, 4300.0, 4313.0, 4343.0, 4330.0, 4335.0, 4331.0, 4312.0, 4342.0, 4313.0, 4331.0, 4352.0, 4326.0, 4343.0, 4289.0, 4301.0, 4352.0, 4301.0, 4341.0, 4299.0, 4301.0, 4338.0, 4300.0, 4331.0, 4338.0, 4288.0, 4330.0, 4287.0, 4299.0, 4338.0, 4288.0, 4330.0, 4352.0, 4299.0, 4339.0, 4287.0, 4298.0, 4328.0, 4298.0, 4330.0, 4290.0, 4308.0, 4312.0, 4314.0, 4313.0, 4365.0, 4314.0, 4334.0, 4352.0, 4299.0, 4354.0, 4312.0, 4301.0, 4332.0, 4314.0, 4356.0, 4333.0, 4312.0, 4350.0, 4306.0, 4319.0, 4325.0, 4274.0, 4314.0, 4273.0, 4284.0, 4325.0, 4273.0, 4305.0, 4285.0, 4285.0, 4287.0, 4312.0, 4302.0, 4310.0, 4302.0, 4321.0, 4340.0, 4286.0, 4327.0, 4337.0, 4298.0, 4340.0, 4338.0, 4307.0, 4339.0, 4315.0, 4296.0, 4327.0, 4274.0, 4294.0, 4335.0, 4294.0, 4327.0, 4335.0, 4309.0, 4325.0, 4273.0, 4293.0, 4323.0, 4273.0, 4313.0, 4292.0, 4284.0, 4323.0, 4272.0, 4303.0, 4324.0, 4285.0, 4316.0, 4274.0, 4285.0, 4324.0, 4273.0, 4304.0, 4272.0, 4297.0, 4327.0, 4299.0, 4319.0, 4277.0, 4287.0, 4329.0, 4315.0, 4321.0, 4288.0, 4301.0, 4340.0, 4300.0, 4341.0, 4302.0, 4312.0, 4340.0, 4312.0, 4342.0, 4312.0, 4321.0, 4350.0, 4308.0, 4341.0, 4307.0, 4308.0, 4349.0, 4297.0, 4328.0, 4325.0, 4297.0, 4338.0, 4286.0, 4296.0, 4337.0, 4286.0, 4328.0, 4338.0, 4306.0, 4296.0, 4288.0, 4302.0, 4322.0, 4304.0, 4302.0, 4335.0, 4366.0, 4324.0, 4343.0, 4350.0, 4289.0, 4330.0, 4327.0, 4297.0, 4326.0, 4286.0, 4286.0, 4315.0, 4275.0, 4297.0, 4326.0, 4287.0, 4318.0, 4277.0, 4288.0, 4319.0, 4300.0, 4311.0, 4330.0, 4301.0, 4332.0, 4300.0, 4313.0, 4363.0, 4302.0, 4344.0, 4322.0, 4340.0, 4363.0, 4302.0, 4344.0, 4341.0, 4312.0, 4354.0, 4326.0, 4334.0, 4364.0, 4322.0, 4342.0, 4339.0, 4299.0, 4340.0, 4289.0, 4318.0, 4289.0, 4300.0, 4349.0, 4297.0, 4339.0, 4348.0, 4308.0, 4338.0, 4287.0, 4286.0, 4338.0, 4296.0, 4317.0, 4317.0, 4290.0, 4317.0, 4275.0, 4297.0, 4348.0, 4300.0, 4338.0, 4297.0, 4296.0, 4347.0, 4296.0, 4328.0, 4327.0, 4286.0, 4326.0, 4274.0, 4307.0, 4347.0, 4287.0, 4340.0, 4297.0, 4296.0, 4337.0, 4277.0, 4317.0, 4326.0, 4287.0, 4326.0, 4286.0, 4308.0, 4328.0, 4288.0, 4329.0, 4288.0, 4290.0, 4338.0, 4277.0, 4329.0, 4348.0, 4309.0, 4338.0, 4289.0, 4322.0, 4353.0, 4301.0, 4330.0, 4288.0, 4310.0, 4329.0, 4302.0, 4331.0, 4301.0, 4322.0, 4340.0, 4311.0, 4351.0, 4302.0, 4342.0, 4340.0, 4310.0, 4350.0, 4300.0, 4330.0, 4328.0, 4299.0, 4349.0, 4298.0, 4320.0, 4328.0, 4289.0, 4340.0, 4288.0, 4309.0, 4349.0, 4300.0, 4339.0, 4298.0, 4308.0, 4290.0, 4311.0, 4351.0, 4302.0, 4351.0, 4340.0, 4298.0, 4348.0, 4276.0, 4307.0, 4348.0, 4307.0, 4327.0, 4325.0, 4296.0, 4336.0, 4275.0, 4297.0, 4337.0, 4287.0, 4319.0, 4317.0, 4287.0, 4326.0, 4288.0, 4287.0, 4337.0, 4286.0, 4317.0, 4277.0, 4288.0, 4297.0, 4301.0, 4322.0, 4301.0, 4352.0, 4300.0, 4331.0, 4361.0, 4299.0, 4339.0, 4348.0, 4308.0, 4340.0, 4287.0, 4287.0, 4341.0, 4289.0, 4320.0, 4317.0, 4290.0, 4330.0, 4290.0, 4311.0, 4329.0, 4300.0, 4341.0, 4301.0, 4332.0, 4344.0, 4312.0, 4352.0, 4321.0, 4339.0, 4289.0, 4320.0, 4302.0, 4343.0, 4342.0, 4323.0, 4362.0, 4288.0, 4330.0, 4349.0, 4309.0, 4340.0, 4288.0, 4308.0, 4348.0, 4307.0, 4327.0, 4276.0, 4286.0, 4336.0, 4288.0, 4317.0, 4276.0, 4287.0, 4339.0, 4286.0, 4330.0, 4277.0, 4289.0, 4352.0, 4301.0, 4330.0, 4290.0, 4320.0, 4338.0, 4300.0, 4339.0, 4298.0, 4329.0, 4338.0, 4298.0, 4341.0, 4288.0, 4318.0, 4311.0, 4299.0, 4289.0, 4289.0, 4290.0, 4313.0, 4365.0, 4312.0, 4341.0, 4338.0, 4298.0, 4306.0, 4298.0, 4288.0, 4320.0, 4290.0, 4331.0, 4304.0, 4353.0, 4349.0, 4309.0, 4338.0, 4299.0, 4308.0, 4288.0, 4329.0, 4361.0, 4342.0, 4364.0, 4301.0, 4311.0, 4299.0, 4299.0, 4323.0, 4301.0, 4335.0, 4325.0, 4317.0, 4369.0, 4366.0, 4337.0, 4343.0, 4328.0, 4285.0, 4324.0, 4273.0, 4284.0, 4324.0, 4263.0, 4302.0, 4324.0, 4273.0, 4313.0, 4273.0, 4272.0, 4303.0, 4273.0, 4307.0, 4335.0, 4287.0, 4318.0, 4274.0, 4287.0, 4318.0, 4289.0, 4319.0, 4340.0, 4299.0, 4340.0, 4327.0, 4300.0, 4339.0, 4288.0, 4299.0, 4337.0, 4287.0, 4330.0, 4351.0, 4298.0, 4341.0, 4348.0, 4300.0, 4341.0, 4292.0, 4301.0, 4339.0, 4300.0, 4330.0, 4309.0, 4300.0, 4341.0, 4290.0, 4321.0, 4352.0, 4300.0, 4351.0, 4311.0, 4310.0, 4349.0, 4289.0, 4329.0, 4360.0, 4310.0, 4339.0, 4297.0, 4299.0, 4348.0, 4289.0, 4330.0, 4348.0, 4298.0, 4341.0, 4338.0, 4300.0, 4338.0, 4276.0, 4286.0, 4347.0, 4297.0, 4317.0, 4335.0, 4276.0, 4340.0, 4308.0, 4288.0, 4328.0, 4275.0, 4297.0, 4347.0, 4299.0, 4328.0, 4316.0, 4286.0, 4337.0, 4284.0, 4298.0, 4346.0, 4276.0, 4327.0, 4318.0, 4286.0, 4326.0, 4276.0, 4308.0, 4337.0, 4297.0, 4337.0, 4287.0, 4329.0, 4338.0, 4307.0, 4347.0, 4286.0, 4316.0, 4336.0, 4297.0, 4327.0, 4275.0, 4308.0, 4334.0, 4284.0, 4325.0, 4294.0, 4285.0, 4335.0, 4273.0, 4305.0, 4304.0, 4290.0, 4316.0, 4287.0, 4307.0, 4316.0, 4288.0, 4329.0, 4288.0, 4319.0, 4319.0, 4299.0, 4349.0, 4298.0, 4340.0, 4309.0, 4298.0, 4337.0, 4300.0, 4331.0, 4289.0, 4303.0, 4364.0, 4312.0, 4343.0, 4321.0], 'WindowWidth': [9634.0, 9638.0, 9554.0, 9582.0, 9574.0, 9545.0, 9582.0, 9545.0, 9567.0, 9554.0, 9532.0, 9586.0, 9548.0, 9604.0, 9588.0, 9532.0, 9579.0, 9508.0, 9553.0, 9599.0, 9540.0, 9610.0, 9537.0, 9523.0, 9576.0, 9559.0, 9569.0, 9538.0, 9523.0, 9592.0, 9522.0, 9564.0, 9563.0, 9524.0, 9509.0, 9559.0, 9551.0, 9569.0, 9602.0, 9597.0, 9618.0, 9609.0, 9556.0, 9587.0, 9562.0, 9519.0, 9562.0, 9529.0, 9499.0, 9575.0, 9495.0, 9506.0, 9529.0, 9491.0, 9513.0, 9505.0, 9519.0, 9567.0, 9582.0, 9520.0, 9548.0, 9576.0, 9519.0, 9559.0, 9541.0, 9502.0, 9575.0, 9525.0, 9544.0, 9522.0, 9493.0, 9483.0, 9504.0, 9562.0, 9501.0, 9526.0, 9569.0, 9511.0, 9539.0, 9494.0, 9497.0, 9523.0, 9480.0, 9527.0, 9556.0, 9494.0, 9523.0, 9532.0, 9481.0, 9537.0, 9486.0, 9498.0, 9551.0, 9496.0, 9541.0, 9495.0, 9498.0, 9539.0, 9499.0, 9525.0, 9501.0, 9522.0, 9544.0, 9486.0, 9517.0, 9575.0, 9504.0, 9544.0, 9523.0, 9502.0, 9573.0, 9502.0, 9530.0, 9517.0, 9509.0, 9556.0, 9542.0, 9542.0, 9565.0, 9526.0, 9555.0, 9510.0, 9527.0, 9581.0, 9523.0, 9564.0, 9594.0, 9520.0, 9563.0, 9551.0, 9504.0, 9563.0, 9499.0, 9514.0, 9527.0, 9532.0, 9565.0, 9504.0, 9529.0, 9539.0, 9522.0, 9552.0, 9522.0, 9527.0, 9583.0, 9508.0, 9534.0, 9573.0, 9503.0, 9546.0, 9538.0, 9507.0, 9562.0, 9503.0, 9522.0, 9577.0, 9488.0, 9542.0, 9535.0, 9500.0, 9543.0, 9484.0, 9503.0, 9556.0, 9505.0, 9563.0, 9575.0, 9506.0, 9548.0, 9506.0, 9528.0, 9564.0, 9506.0, 9551.0, 9579.0, 9535.0, 9570.0, 9490.0, 9502.0, 9573.0, 9503.0, 9546.0, 9502.0, 9504.0, 9555.0, 9485.0, 9544.0, 9559.0, 9505.0, 9543.0, 9498.0, 9506.0, 9574.0, 9520.0, 9547.0, 9530.0, 9530.0, 9545.0, 9509.0, 9536.0, 9560.0, 9524.0, 9565.0, 9539.0, 9553.0, 9580.0, 9522.0, 9566.0, 9505.0, 9502.0, 9571.0, 9501.0, 9543.0, 9569.0, 9500.0, 9557.0, 9481.0, 9507.0, 9558.0, 9516.0, 9526.0, 9521.0, 9502.0, 9499.0, 9517.0, 9524.0, 9547.0, 9550.0, 9553.0, 9623.0, 9632.0, 9555.0, 9572.0, 9576.0, 9500.0, 9543.0, 9533.0, 9499.0, 9529.0, 9495.0, 9522.0, 9551.0, 9495.0, 9508.0, 9519.0, 9517.0, 9540.0, 9547.0, 9567.0, 9542.0, 9568.0, 9550.0, 9538.0, 9591.0, 9567.0, 9541.0, 9595.0, 9519.0, 9558.0, 9574.0, 9515.0, 9561.0, 9529.0, 9518.0, 9543.0, 9499.0, 9508.0, 9563.0, 9523.0, 9541.0, 9524.0, 9546.0, 9588.0, 9583.0, 9581.0, 9569.0, 9544.0, 9584.0, 9546.0, 9570.0, 9599.0, 9572.0, 9589.0, 9507.0, 9527.0, 9598.0, 9527.0, 9582.0, 9520.0, 9526.0, 9575.0, 9526.0, 9568.0, 9576.0, 9505.0, 9563.0, 9502.0, 9521.0, 9575.0, 9504.0, 9563.0, 9602.0, 9521.0, 9575.0, 9501.0, 9519.0, 9560.0, 9519.0, 9562.0, 9514.0, 9534.0, 9547.0, 9551.0, 9550.0, 9627.0, 9549.0, 9577.0, 9601.0, 9521.0, 9605.0, 9545.0, 9528.0, 9573.0, 9548.0, 9612.0, 9571.0, 9540.0, 9598.0, 9525.0, 9543.0, 9552.0, 9478.0, 9532.0, 9473.0, 9490.0, 9548.0, 9472.0, 9520.0, 9494.0, 9493.0, 9496.0, 9545.0, 9533.0, 9540.0, 9533.0, 9555.0, 9582.0, 9501.0, 9556.0, 9570.0, 9516.0, 9578.0, 9574.0, 9529.0, 9577.0, 9539.0, 9512.0, 9555.0, 9479.0, 9506.0, 9565.0, 9506.0, 9555.0, 9565.0, 9534.0, 9551.0, 9474.0, 9502.0, 9544.0, 9474.0, 9528.0, 9497.0, 9489.0, 9542.0, 9473.0, 9515.0, 9547.0, 9494.0, 9538.0, 9478.0, 9496.0, 9548.0, 9478.0, 9520.0, 9475.0, 9517.0, 9557.0, 9521.0, 9548.0, 9487.0, 9505.0, 9562.0, 9556.0, 9554.0, 9506.0, 9527.0, 9579.0, 9528.0, 9586.0, 9531.0, 9545.0, 9581.0, 9545.0, 9586.0, 9545.0, 9555.0, 9597.0, 9533.0, 9582.0, 9529.0, 9532.0, 9592.0, 9517.0, 9559.0, 9551.0, 9515.0, 9573.0, 9499.0, 9514.0, 9571.0, 9500.0, 9559.0, 9573.0, 9527.0, 9513.0, 9507.0, 9533.0, 9563.0, 9541.0, 9534.0, 9581.0, 9630.0, 9562.0, 9588.0, 9596.0, 9508.0, 9564.0, 9556.0, 9515.0, 9556.0, 9499.0, 9498.0, 9536.0, 9481.0, 9515.0, 9554.0, 9504.0, 9545.0, 9491.0, 9508.0, 9547.0, 9526.0, 9544.0, 9569.0, 9532.0, 9573.0, 9526.0, 9548.0, 9616.0, 9532.0, 9590.0, 9557.0, 9599.0, 9616.0, 9532.0, 9591.0, 9584.0, 9547.0, 9606.0, 9571.0, 9579.0, 9620.0, 9557.0, 9585.0, 9578.0, 9521.0, 9581.0, 9507.0, 9546.0, 9510.0, 9527.0, 9593.0, 9517.0, 9576.0, 9593.0, 9533.0, 9576.0, 9501.0, 9500.0, 9574.0, 9515.0, 9543.0, 9543.0, 9511.0, 9544.0, 9484.0, 9517.0, 9590.0, 9526.0, 9576.0, 9516.0, 9515.0, 9587.0, 9514.0, 9560.0, 9561.0, 9504.0, 9556.0, 9482.0, 9528.0, 9589.0, 9504.0, 9583.0, 9517.0, 9515.0, 9571.0, 9490.0, 9542.0, 9553.0, 9503.0, 9553.0, 9502.0, 9533.0, 9561.0, 9508.0, 9563.0, 9507.0, 9513.0, 9575.0, 9491.0, 9563.0, 9591.0, 9535.0, 9573.0, 9510.0, 9561.0, 9606.0, 9529.0, 9566.0, 9508.0, 9539.0, 9565.0, 9531.0, 9570.0, 9530.0, 9558.0, 9580.0, 9541.0, 9599.0, 9533.0, 9585.0, 9581.0, 9538.0, 9596.0, 9527.0, 9568.0, 9560.0, 9522.0, 9592.0, 9519.0, 9551.0, 9561.0, 9510.0, 9579.0, 9510.0, 9537.0, 9593.0, 9527.0, 9579.0, 9522.0, 9535.0, 9515.0, 9544.0, 9598.0, 9532.0, 9599.0, 9580.0, 9521.0, 9591.0, 9487.0, 9529.0, 9591.0, 9531.0, 9558.0, 9553.0, 9514.0, 9568.0, 9485.0, 9516.0, 9571.0, 9502.0, 9547.0, 9543.0, 9503.0, 9555.0, 9509.0, 9503.0, 9572.0, 9503.0, 9544.0, 9488.0, 9508.0, 9520.0, 9530.0, 9561.0, 9534.0, 9603.0, 9527.0, 9569.0, 9614.0, 9524.0, 9576.0, 9590.0, 9531.0, 9579.0, 9503.0, 9503.0, 9584.0, 9511.0, 9552.0, 9545.0, 9512.0, 9567.0, 9513.0, 9545.0, 9564.0, 9528.0, 9582.0, 9528.0, 9572.0, 9593.0, 9544.0, 9601.0, 9557.0, 9578.0, 9512.0, 9554.0, 9533.0, 9589.0, 9589.0, 9564.0, 9616.0, 9507.0, 9565.0, 9593.0, 9536.0, 9582.0, 9508.0, 9532.0, 9592.0, 9529.0, 9559.0, 9487.0, 9501.0, 9567.0, 9504.0, 9543.0, 9489.0, 9505.0, 9578.0, 9501.0, 9566.0, 9492.0, 9510.0, 9601.0, 9529.0, 9567.0, 9514.0, 9551.0, 9576.0, 9523.0, 9576.0, 9519.0, 9560.0, 9574.0, 9521.0, 9581.0, 9507.0, 9547.0, 9545.0, 9523.0, 9509.0, 9508.0, 9511.0, 9550.0, 9626.0, 9544.0, 9584.0, 9574.0, 9517.0, 9528.0, 9519.0, 9507.0, 9553.0, 9515.0, 9569.0, 9537.0, 9602.0, 9595.0, 9535.0, 9577.0, 9521.0, 9532.0, 9508.0, 9564.0, 9614.0, 9588.0, 9622.0, 9529.0, 9543.0, 9523.0, 9521.0, 9560.0, 9533.0, 9582.0, 9569.0, 9559.0, 9634.0, 9631.0, 9586.0, 9587.0, 9560.0, 9494.0, 9550.0, 9474.0, 9491.0, 9547.0, 9462.0, 9514.0, 9546.0, 9478.0, 9530.0, 9476.0, 9476.0, 9515.0, 9476.0, 9527.0, 9563.0, 9502.0, 9545.0, 9482.0, 9504.0, 9544.0, 9508.0, 9549.0, 9578.0, 9521.0, 9579.0, 9557.0, 9523.0, 9576.0, 9506.0, 9522.0, 9572.0, 9504.0, 9565.0, 9599.0, 9521.0, 9583.0, 9590.0, 9525.0, 9581.0, 9518.0, 9529.0, 9578.0, 9525.0, 9567.0, 9536.0, 9527.0, 9583.0, 9515.0, 9557.0, 9602.0, 9527.0, 9597.0, 9542.0, 9541.0, 9593.0, 9510.0, 9563.0, 9611.0, 9539.0, 9579.0, 9518.0, 9524.0, 9589.0, 9509.0, 9566.0, 9591.0, 9519.0, 9581.0, 9575.0, 9524.0, 9576.0, 9487.0, 9501.0, 9587.0, 9514.0, 9542.0, 9568.0, 9487.0, 9582.0, 9533.0, 9507.0, 9559.0, 9484.0, 9518.0, 9587.0, 9522.0, 9562.0, 9541.0, 9501.0, 9571.0, 9496.0, 9519.0, 9584.0, 9489.0, 9558.0, 9548.0, 9504.0, 9555.0, 9490.0, 9534.0, 9572.0, 9520.0, 9574.0, 9503.0, 9563.0, 9575.0, 9529.0, 9587.0, 9499.0, 9541.0, 9570.0, 9515.0, 9558.0, 9486.0, 9530.0, 9567.0, 9495.0, 9554.0, 9506.0, 9496.0, 9565.0, 9481.0, 9523.0, 9520.0, 9516.0, 9542.0, 9506.0, 9531.0, 9542.0, 9508.0, 9563.0, 9508.0, 9550.0, 9548.0, 9522.0, 9590.0, 9522.0, 9580.0, 9535.0, 9522.0, 9573.0, 9525.0, 9568.0, 9512.0, 9540.0, 9622.0, 9549.0, 9591.0, 9558.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.00044057405281285874</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021955054994259475</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.528374191758594</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2196329271724147</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916223705977009</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4766</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5818.5542</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10074460063690657</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.510907003444317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5671503286028496</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.518428667228709</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8302038416135913</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3528184769662492</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0131971</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01637270115315914</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027092220261693</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.770277636799759</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>30.8903</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9631</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.0037</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300012.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.3949</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2794</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.4024</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.8967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3730.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76532.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4644.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.3106</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.45343832951039</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> |