=== 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-0070 --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-0070",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0070_ses-03_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-0070_ses-03_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-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_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-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_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-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0070_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_ses-03_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-0070/figures/sub-0070_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-03_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-0070/ses-03/func/sub-0070_ses-03_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>e642d03a319abdc029b1e455f6652d00</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>14:33:26.825000</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.999961, -0.00321585, 0.00824772, 0.00279245, 0.998703, 0.0508429]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102103</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>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7760, -7234, 515, -85, -270, -4, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>292.835</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>01897849-764b-462b-b017-f1b9223443fa||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.682821750640869, 0.007491948548704386, 0.022681424394249916, 111.6929702758789], [0.00862790085375309, 2.6794464588165283, 0.1372082233428955, -91.71205139160156], [0.022128039970993996, -0.1364077478647232, 2.696415901184082, -68.9209976196289], [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': ['143326.825000', '143327.285000', '143327.745000', '143328.205000', '143328.665000', '143329.125000', '143329.585000', '143330.045000', '143330.505000', '143330.965000', '143331.425000', '143331.885000', '143332.345000', '143332.805000', '143333.265000', '143333.725000', '143334.185000', '143334.645000', '143335.105000', '143335.565000', '143336.025000', '143336.485000', '143336.945000', '143337.405000', '143337.865000', '143338.325000', '143338.785000', '143339.245000', '143339.705000', '143340.165000', '143340.625000', '143341.085000', '143341.545000', '143342.005000', '143342.465000', '143342.925000', '143343.385000', '143343.845000', '143344.305000', '143344.765000', '143345.225000', '143345.685000', '143346.145000', '143346.605000', '143347.065000', '143347.525000', '143347.985000', '143348.445000', '143348.905000', '143349.365000', '143349.825000', '143350.285000', '143350.745000', '143351.205000', '143351.665000', '143352.125000', '143352.585000', '143353.045000', '143353.505000', '143353.965000', '143354.425000', '143354.885000', '143355.345000', '143355.805000', '143356.265000', '143356.725000', '143357.185000', '143357.645000', '143358.105000', '143358.565000', '143359.025000', '143359.485000', '143359.945000', '143400.405000', '143400.865000', '143401.325000', '143401.785000', '143402.245000', '143402.705000', '143403.165000', '143403.625000', '143404.085000', '143404.545000', '143405.005000', '143405.465000', '143405.925000', '143406.385000', '143406.845000', '143407.305000', '143407.765000', '143408.225000', '143408.685000', '143409.145000', '143409.605000', '143410.065000', '143410.525000', '143410.985000', '143411.445000', '143411.905000', '143412.365000', '143412.825000', '143413.285000', '143413.745000', '143414.205000', '143414.665000', '143415.125000', '143415.585000', '143416.045000', '143416.505000', '143416.965000', '143417.425000', '143417.885000', '143418.345000', '143418.805000', '143419.265000', '143419.725000', '143420.185000', '143420.645000', '143421.105000', '143421.565000', '143422.025000', '143422.485000', '143422.945000', '143423.405000', '143423.865000', '143424.325000', '143424.785000', '143425.245000', '143425.705000', '143426.165000', '143426.625000', '143427.085000', '143427.545000', '143428.005000', '143428.465000', '143428.925000', '143429.385000', '143429.845000', '143430.305000', '143430.765000', '143431.225000', '143431.685000', '143432.145000', '143432.605000', '143433.065000', '143433.525000', '143433.985000', '143434.445000', '143434.905000', '143435.365000', '143435.825000', '143436.285000', '143436.745000', '143437.205000', '143437.665000', '143438.125000', '143438.585000', '143439.045000', '143439.505000', '143439.965000', '143440.425000', '143440.885000', '143441.345000', '143441.805000', '143442.265000', '143442.725000', '143443.185000', '143443.645000', '143444.105000', '143444.565000', '143445.025000', '143445.485000', '143445.945000', '143446.405000', '143446.865000', '143447.325000', '143447.785000', '143448.245000', '143448.705000', '143449.165000', '143449.625000', '143450.085000', '143450.545000', '143451.005000', '143451.465000', '143451.925000', '143452.385000', '143452.845000', '143453.305000', '143453.765000', '143454.225000', '143454.685000', '143455.145000', '143455.605000', '143456.065000', '143456.525000', '143456.985000', '143457.445000', '143457.905000', '143458.365000', '143458.825000', '143459.285000', '143459.745000', '143500.205000', '143500.665000', '143501.125000', '143501.585000', '143502.045000', '143502.505000', '143502.965000', '143503.425000', '143503.885000', '143504.345000', '143504.805000', '143505.265000', '143505.725000', '143506.185000', '143506.645000', '143507.105000', '143507.565000', '143508.025000', '143508.485000', '143508.945000', '143509.405000', '143509.865000', '143510.325000', '143510.785000', '143511.245000', '143511.705000', '143512.165000', '143512.625000', '143513.085000', '143513.545000', '143514.005000', '143514.465000', '143514.925000', '143515.385000', '143515.845000', '143516.305000', '143516.765000', '143517.225000', '143517.685000', '143518.145000', '143518.605000', '143519.065000', '143519.525000', '143519.985000', '143520.445000', '143520.905000', '143521.365000', '143521.825000', '143522.285000', '143522.745000', '143523.205000', '143523.665000', '143524.125000', '143524.585000', '143525.045000', '143525.505000', '143525.965000', '143526.425000', '143526.885000', '143527.345000', '143527.805000', '143528.265000', '143528.725000', '143529.185000', '143529.645000', '143530.105000', '143530.565000', '143531.025000', '143531.485000', '143531.945000', '143532.405000', '143532.865000', '143533.325000', '143533.785000', '143534.245000', '143534.705000', '143535.165000', '143535.625000', '143536.085000', '143536.545000', '143537.005000', '143537.465000', '143537.925000', '143538.385000', '143538.845000', '143539.305000', '143539.765000', '143540.225000', '143540.685000', '143541.145000', '143541.605000', '143542.065000', '143542.525000', '143542.985000', '143543.445000', '143543.905000', '143544.365000', '143544.825000', '143545.285000', '143545.745000', '143546.205000', '143546.665000', '143547.125000', '143547.585000', '143548.045000', '143548.505000', '143548.965000', '143549.425000', '143549.885000', '143550.345000', '143550.805000', '143551.265000', '143551.725000', '143552.185000', '143552.645000', '143553.105000', '143553.565000', '143554.025000', '143554.485000', '143554.945000', '143555.405000', '143555.865000', '143556.325000', '143556.785000', '143557.245000', '143557.705000', '143558.165000', '143558.625000', '143559.085000', '143559.545000', '143600.005000', '143600.465000', '143600.925000', '143601.385000', '143601.845000', '143602.305000', '143602.765000', '143603.225000', '143603.685000', '143604.145000', '143604.605000', '143605.065000', '143605.525000', '143605.985000', '143606.445000', '143606.905000', '143607.365000', '143607.825000', '143608.285000', '143608.745000', '143609.205000', '143609.665000', '143610.125000', '143610.585000', '143611.045000', '143611.505000', '143611.965000', '143612.425000', '143612.885000', '143613.345000', '143613.805000', '143614.265000', '143614.725000', '143615.185000', '143615.645000', '143616.105000', '143616.565000', '143617.025000', '143617.485000', '143617.945000', '143618.405000', '143618.865000', '143619.325000', '143619.785000', '143620.245000', '143620.705000', '143621.165000', '143621.625000', '143622.085000', '143622.545000', '143623.005000', '143623.465000', '143623.925000', '143624.385000', '143624.845000', '143625.305000', '143625.765000', '143626.225000', '143626.685000', '143627.145000', '143627.605000', '143628.065000', '143628.525000', '143628.985000', '143629.445000', '143629.905000', '143630.365000', '143630.825000', '143631.285000', '143631.745000', '143632.205000', '143632.665000', '143633.125000', '143633.585000', '143634.045000', '143634.505000', '143634.965000', '143635.425000', '143635.885000', '143636.345000', '143636.805000', '143637.265000', '143637.725000', '143638.185000', '143638.645000', '143639.105000', '143639.565000', '143640.025000', '143640.485000', '143640.945000', '143641.405000', '143641.865000', '143642.325000', '143642.785000', '143643.245000', '143643.705000', '143644.165000', '143644.625000', '143645.085000', '143645.545000', '143646.005000', '143646.465000', '143646.925000', '143647.385000', '143647.845000', '143648.305000', '143648.765000', '143649.225000', '143649.685000', '143650.145000', '143650.605000', '143651.065000', '143651.525000', '143651.985000', '143652.445000', '143652.905000', '143653.365000', '143653.825000', '143654.285000', '143654.745000', '143655.205000', '143655.665000', '143656.125000', '143656.585000', '143657.045000', '143657.505000', '143657.965000', '143658.425000', '143658.885000', '143659.345000', '143659.805000', '143700.265000', '143700.725000', '143701.185000', '143701.645000', '143702.105000', '143702.565000', '143703.025000', '143703.485000', '143703.945000', '143704.405000', '143704.865000', '143705.325000', '143705.785000', '143706.245000', '143706.705000', '143707.165000', '143707.625000', '143708.085000', '143708.545000', '143709.005000', '143709.465000', '143709.925000', '143710.385000', '143710.845000', '143711.305000', '143711.765000', '143712.225000', '143712.685000', '143713.145000', '143713.605000', '143714.065000', '143714.525000', '143714.985000', '143715.445000', '143715.905000', '143716.365000', '143716.825000', '143717.285000', '143717.745000', '143718.205000', '143718.665000', '143719.125000', '143719.585000', '143720.045000', '143720.505000', '143720.965000', '143721.425000', '143721.885000', '143722.345000', '143722.805000', '143723.265000', '143723.725000', '143724.185000', '143724.645000', '143725.105000', '143725.565000', '143726.025000', '143726.485000', '143726.945000', '143727.405000', '143727.865000', '143728.325000', '143728.785000', '143729.245000', '143729.705000', '143730.165000', '143730.625000', '143731.085000', '143731.545000', '143732.005000', '143732.465000', '143732.925000', '143733.385000', '143733.845000', '143734.305000', '143734.765000', '143735.225000', '143735.685000', '143736.145000', '143736.605000', '143737.065000', '143737.525000', '143737.985000', '143738.445000', '143738.905000', '143739.365000', '143739.825000', '143740.285000', '143740.745000', '143741.205000', '143741.665000', '143742.125000', '143742.585000', '143743.045000', '143743.505000', '143743.965000', '143744.425000', '143744.885000', '143745.345000', '143745.805000', '143746.265000', '143746.725000', '143747.185000', '143747.645000', '143748.105000', '143748.565000', '143749.025000', '143749.485000', '143749.945000', '143750.405000', '143750.865000', '143751.325000', '143751.785000', '143752.245000', '143752.705000', '143753.165000', '143753.625000', '143754.085000', '143754.545000', '143755.005000', '143755.465000', '143755.925000', '143756.385000', '143756.845000', '143757.305000', '143757.765000', '143758.225000', '143758.685000', '143759.145000', '143759.605000', '143800.065000', '143800.525000', '143800.985000', '143801.445000', '143801.905000', '143802.365000', '143802.825000', '143803.285000', '143803.745000', '143804.205000', '143804.665000', '143805.125000', '143805.585000', '143806.045000', '143806.505000', '143806.965000', '143807.425000', '143807.885000', '143808.345000', '143808.805000', '143809.265000', '143809.725000', '143810.185000', '143810.645000', '143811.105000', '143811.565000', '143812.025000', '143812.485000', '143812.945000', '143813.405000', '143813.865000', '143814.325000', '143814.785000', '143815.245000', '143815.705000', '143816.165000', '143816.625000', '143817.085000', '143817.545000', '143818.005000', '143818.465000', '143818.925000', '143819.385000', '143819.845000', '143820.305000', '143820.765000', '143821.225000', '143821.685000', '143822.145000', '143822.605000', '143823.065000', '143823.525000', '143823.985000', '143824.445000', '143824.905000', '143825.365000', '143825.825000', '143826.285000', '143826.745000', '143827.205000', '143827.665000', '143828.125000', '143828.585000', '143829.045000', '143829.505000', '143829.965000', '143830.425000', '143830.885000', '143831.345000', '143831.805000', '143832.265000', '143832.725000', '143833.185000', '143833.645000', '143834.105000', '143834.565000', '143835.025000', '143835.485000', '143835.945000', '143836.405000', '143836.865000', '143837.325000', '143837.785000', '143838.245000', '143838.705000', '143839.165000', '143839.625000', '143840.085000', '143840.545000', '143841.005000', '143841.465000', '143841.925000', '143842.385000', '143842.845000', '143843.305000', '143843.765000', '143844.225000', '143844.685000', '143845.145000', '143845.605000', '143846.065000', '143846.525000', '143846.985000', '143847.445000', '143847.905000', '143848.365000', '143848.825000', '143849.285000', '143849.745000', '143850.205000', '143850.665000', '143851.125000', '143851.585000', '143852.045000', '143852.505000', '143852.965000', '143853.425000', '143853.885000', '143854.345000', '143854.805000', '143855.265000', '143855.725000', '143856.185000', '143856.645000', '143857.105000', '143857.565000', '143858.025000', '143858.485000', '143858.945000', '143859.405000', '143859.865000', '143900.325000', '143900.785000', '143901.245000', '143901.705000', '143902.165000', '143902.625000', '143903.085000', '143903.545000', '143904.005000', '143904.465000', '143904.925000', '143905.385000', '143905.845000', '143906.305000', '143906.765000', '143907.225000', '143907.685000', '143908.145000', '143908.605000', '143909.065000', '143909.525000', '143909.985000', '143910.445000', '143910.905000', '143911.365000', '143911.825000', '143912.285000', '143912.745000', '143913.205000', '143913.665000', '143914.125000', '143914.585000', '143915.045000', '143915.505000', '143915.965000', '143916.425000', '143916.885000', '143917.345000', '143917.805000', '143918.265000', '143918.725000', '143919.185000', '143919.645000', '143920.105000', '143920.565000', '143921.025000', '143921.485000', '143921.945000', '143922.405000', '143922.865000', '143923.325000', '143923.785000', '143924.245000', '143924.705000', '143925.165000', '143925.625000', '143926.085000', '143926.545000', '143927.005000', '143927.465000', '143927.925000', '143928.385000', '143928.845000', '143929.305000', '143929.765000', '143930.225000', '143930.685000', '143931.145000', '143931.605000', '143932.065000', '143932.525000', '143932.985000', '143933.445000', '143933.905000', '143934.365000', '143934.825000', '143935.285000', '143935.745000', '143936.205000', '143936.665000', '143937.125000', '143937.585000', '143938.045000', '143938.505000', '143938.965000', '143939.425000', '143939.885000', '143940.345000', '143940.805000', '143941.265000', '143941.725000', '143942.185000', '143942.645000', '143943.105000', '143943.565000', '143944.025000', '143944.485000', '143944.945000', '143945.405000', '143945.865000', '143946.325000', '143946.785000', '143947.245000', '143947.705000', '143948.165000', '143948.625000', '143949.085000', '143949.545000', '143950.005000', '143950.465000', '143950.925000', '143951.385000', '143951.845000', '143952.305000', '143952.765000', '143953.225000', '143953.685000', '143954.145000', '143954.605000', '143955.065000', '143955.525000', '143955.985000', '143956.445000', '143956.905000', '143957.365000', '143957.825000', '143958.285000', '143958.745000', '143959.205000', '143959.665000', '144000.125000', '144000.585000', '144001.045000', '144001.505000', '144001.965000', '144002.425000', '144002.885000', '144003.345000', '144003.805000', '144004.265000', '144004.725000', '144005.185000', '144005.645000', '144006.105000', '144006.565000', '144007.025000', '144007.485000'], 'ContentTime': ['143337.766000', '143337.769000', '143337.772000', '143337.789000', '143337.791000', '143337.794000', '143337.797000', '143337.799000', '143337.802000', '143337.804000', '143337.807000', '143337.809000', '143337.812000', '143337.815000', '143337.821000', '143337.824000', '143337.826000', '143337.829000', '143337.832000', '143337.834000', '143337.837000', '143357.730000', '143357.733000', '143357.736000', '143357.738000', '143357.741000', '143357.744000', '143357.746000', '143357.755000', '143357.757000', '143357.760000', '143357.762000', '143357.765000', '143357.767000', '143357.770000', '143357.773000', '143357.775000', '143357.778000', '143357.780000', '143357.783000', '143357.785000', '143357.788000', '143357.791000', '143357.793000', '143357.796000', '143357.799000', '143357.801000', '143357.804000', '143357.806000', '143357.809000', '143357.811000', '143357.814000', '143357.817000', '143357.819000', '143357.822000', '143357.830000', '143357.832000', '143357.835000', '143357.838000', '143357.840000', '143357.843000', '143357.845000', '143357.848000', '143357.850000', '143357.853000', '143417.730000', '143417.733000', '143417.736000', '143417.738000', '143417.741000', '143417.744000', '143417.746000', '143417.749000', '143417.751000', '143417.754000', '143417.757000', '143417.759000', '143417.762000', '143417.764000', '143417.767000', '143417.770000', '143417.773000', '143417.776000', '143417.779000', '143417.781000', '143417.785000', '143417.787000', '143417.790000', '143417.792000', '143417.795000', '143417.797000', '143417.800000', '143417.802000', '143417.805000', '143417.808000', '143417.810000', '143417.813000', '143417.815000', '143417.818000', '143417.820000', '143417.823000', '143417.826000', '143417.828000', '143417.831000', '143417.833000', '143417.836000', '143417.838000', '143417.841000', '143437.732000', '143437.734000', '143437.737000', '143437.740000', '143437.742000', '143437.745000', '143437.747000', '143437.750000', '143437.753000', '143437.755000', '143437.758000', '143437.760000', '143437.763000', '143437.766000', '143437.768000', '143437.771000', '143437.773000', '143437.776000', '143437.788000', '143437.791000', '143437.794000', '143437.796000', '143437.799000', '143437.801000', '143437.804000', '143437.807000', '143437.809000', '143437.812000', '143437.815000', '143437.817000', '143437.820000', '143437.822000', '143437.825000', '143437.828000', '143437.830000', '143437.833000', '143437.835000', '143437.838000', '143437.841000', '143437.843000', '143437.846000', '143437.849000', '143437.851000', '143437.854000', '143457.732000', '143457.735000', '143457.737000', '143457.740000', '143457.742000', '143457.745000', '143457.748000', '143457.750000', '143457.753000', '143457.755000', '143457.758000', '143457.760000', '143457.763000', '143457.766000', '143457.768000', '143457.771000', '143457.773000', '143457.776000', '143457.778000', '143457.781000', '143457.784000', '143457.786000', '143457.789000', '143457.791000', '143457.794000', '143457.797000', '143457.799000', '143457.802000', '143457.804000', '143457.807000', '143457.810000', '143457.812000', '143457.815000', '143457.818000', '143457.820000', '143457.823000', '143457.825000', '143457.828000', '143457.830000', '143457.833000', '143457.835000', '143457.838000', '143457.841000', '143517.730000', '143517.733000', '143517.736000', '143517.738000', '143517.741000', '143517.744000', '143517.746000', '143517.749000', '143517.751000', '143517.754000', '143517.757000', '143517.759000', '143517.762000', '143517.765000', '143517.767000', '143517.770000', '143517.772000', '143517.775000', '143517.778000', '143517.780000', '143517.783000', '143517.785000', '143517.788000', '143517.791000', '143517.793000', '143517.796000', '143517.798000', '143517.801000', '143517.804000', '143517.806000', '143517.809000', '143517.811000', '143517.814000', '143517.817000', '143517.819000', '143517.822000', '143517.824000', '143517.827000', '143517.830000', '143517.832000', '143517.835000', '143517.838000', '143517.840000', '143517.843000', '143537.730000', '143537.733000', '143537.736000', '143537.738000', '143537.741000', '143537.744000', '143537.746000', '143537.749000', '143537.752000', '143537.754000', '143537.757000', '143537.759000', '143537.762000', '143537.764000', '143537.767000', '143537.770000', '143537.772000', '143537.775000', '143537.777000', '143537.780000', '143537.783000', '143537.785000', '143537.788000', '143537.790000', '143537.793000', '143537.795000', '143537.798000', '143537.801000', '143537.803000', '143537.806000', '143537.809000', '143537.811000', '143537.814000', '143537.816000', '143537.819000', '143537.822000', '143537.824000', '143537.827000', '143537.829000', '143537.832000', '143537.835000', '143537.838000', '143537.840000', '143557.731000', '143557.734000', '143557.736000', '143557.739000', '143557.741000', '143557.744000', '143557.747000', '143557.749000', '143557.752000', '143557.755000', '143557.757000', '143557.760000', '143557.762000', '143557.765000', '143557.768000', '143557.771000', '143557.773000', '143557.776000', '143557.778000', '143557.781000', '143557.784000', '143557.786000', '143557.789000', '143557.792000', '143557.794000', '143557.797000', '143557.800000', '143557.802000', '143557.805000', '143557.807000', '143557.810000', '143557.813000', '143557.815000', '143557.818000', '143557.821000', '143557.823000', '143557.826000', '143557.828000', '143557.831000', '143557.834000', '143557.836000', '143557.839000', '143557.841000', '143557.844000', '143617.730000', '143617.733000', '143617.740000', '143617.743000', '143617.746000', '143617.748000', '143617.751000', '143617.753000', '143617.756000', '143617.759000', '143617.761000', '143617.764000', '143617.766000', '143617.779000', '143617.782000', '143617.785000', '143617.788000', '143617.790000', '143617.793000', '143617.795000', '143617.798000', '143617.801000', '143617.803000', '143617.806000', '143617.808000', '143617.811000', '143617.814000', '143617.816000', '143617.819000', '143617.822000', '143617.824000', '143617.827000', '143617.829000', '143617.832000', '143617.835000', '143617.837000', '143617.840000', '143617.842000', '143617.845000', '143617.848000', '143617.850000', '143617.853000', '143617.856000', '143637.730000', '143637.733000', '143637.736000', '143637.738000', '143637.741000', '143637.744000', '143637.746000', '143637.749000', '143637.752000', '143637.754000', '143637.757000', '143637.759000', '143637.762000', '143637.765000', '143637.767000', '143637.770000', '143637.772000', '143637.775000', '143637.778000', '143637.780000', '143637.783000', '143637.785000', '143637.788000', '143637.790000', '143637.793000', '143637.796000', '143637.798000', '143637.801000', '143637.804000', '143637.806000', '143637.809000', '143637.811000', '143637.814000', '143637.817000', '143637.819000', '143637.822000', '143637.824000', '143637.827000', '143637.829000', '143637.832000', '143637.835000', '143637.837000', '143637.840000', '143637.842000', '143657.731000', '143657.734000', '143657.737000', '143657.740000', '143657.742000', '143657.745000', '143657.747000', '143657.750000', '143657.753000', '143657.755000', '143657.758000', '143657.760000', '143657.763000', '143657.766000', '143657.768000', '143657.771000', '143657.774000', '143657.776000', '143657.779000', '143657.782000', '143657.784000', '143657.787000', '143657.789000', '143657.792000', '143657.794000', '143657.797000', '143657.800000', '143657.802000', '143657.805000', '143657.808000', '143657.810000', '143657.813000', '143657.815000', '143657.818000', '143657.829000', '143657.831000', '143657.834000', '143657.836000', '143657.839000', '143657.842000', '143657.844000', '143657.847000', '143657.849000', '143717.731000', '143717.734000', '143717.737000', '143717.740000', '143717.742000', '143717.745000', '143717.747000', '143717.750000', '143717.753000', '143717.756000', '143717.759000', '143717.762000', '143717.764000', '143717.767000', '143717.769000', '143717.772000', '143717.774000', '143717.777000', '143717.780000', '143717.782000', '143717.785000', '143717.788000', '143717.790000', '143717.793000', '143717.795000', '143717.798000', '143717.801000', '143717.803000', '143717.806000', '143717.809000', '143717.812000', '143717.814000', '143717.817000', '143717.819000', '143717.822000', '143717.825000', '143717.827000', '143717.830000', '143717.832000', '143717.835000', '143717.838000', '143717.840000', '143717.843000', '143717.845000', '143737.730000', '143737.733000', '143737.736000', '143737.738000', '143737.741000', '143737.744000', '143737.746000', '143737.749000', '143737.751000', '143737.754000', '143737.757000', '143737.759000', '143737.762000', '143737.765000', '143737.767000', '143737.770000', '143737.772000', '143737.775000', '143737.778000', '143737.780000', '143737.783000', '143737.786000', '143737.788000', '143737.791000', '143737.794000', '143737.796000', '143737.799000', '143737.801000', '143737.804000', '143737.807000', '143737.809000', '143737.812000', '143737.815000', '143737.817000', '143737.820000', '143737.822000', '143737.825000', '143737.828000', '143737.830000', '143737.833000', '143737.835000', '143737.838000', '143737.841000', '143757.731000', '143757.733000', '143757.736000', '143757.739000', '143757.741000', '143757.744000', '143757.746000', '143757.749000', '143757.752000', '143757.754000', '143757.757000', '143757.760000', '143757.763000', '143757.765000', '143757.768000', '143757.770000', '143757.773000', '143757.776000', '143757.778000', '143757.781000', '143757.784000', '143757.786000', '143757.789000', '143757.792000', '143757.794000', '143757.797000', '143757.800000', '143757.802000', '143757.805000', '143757.808000', '143757.810000', '143757.813000', '143757.816000', '143757.818000', '143757.821000', '143757.824000', '143757.826000', '143757.829000', '143757.832000', '143757.835000', '143757.837000', '143757.840000', '143757.842000', '143757.845000', '143817.731000', '143817.733000', '143817.736000', '143817.739000', '143817.741000', '143817.744000', '143817.747000', '143817.749000', '143817.752000', '143817.754000', '143817.757000', '143817.760000', '143817.762000', '143817.765000', '143817.768000', '143817.770000', '143817.773000', '143817.776000', '143817.778000', '143817.781000', '143817.783000', '143817.786000', '143817.789000', '143817.791000', '143817.794000', '143817.797000', '143817.799000', '143817.802000', '143817.805000', '143817.807000', '143817.810000', '143817.812000', '143817.815000', '143817.818000', '143817.820000', '143817.823000', '143817.826000', '143817.828000', '143817.831000', '143817.833000', '143817.836000', '143817.839000', '143817.841000', '143837.731000', '143837.733000', '143837.736000', '143837.739000', '143837.741000', '143837.744000', '143837.746000', '143837.749000', '143837.752000', '143837.754000', '143837.757000', '143837.760000', '143837.762000', '143837.765000', '143837.767000', '143837.770000', '143837.772000', '143837.775000', '143837.778000', '143837.780000', '143837.783000', '143837.786000', '143837.788000', '143837.792000', '143837.795000', '143837.797000', '143837.800000', '143837.802000', '143837.805000', '143837.808000', '143837.811000', '143837.813000', '143837.816000', '143837.818000', '143837.821000', '143837.824000', '143837.826000', '143837.829000', '143837.832000', '143837.834000', '143837.837000', '143837.839000', '143837.842000', '143837.844000', '143857.731000', '143857.734000', '143857.736000', '143857.739000', '143857.742000', '143857.744000', '143857.747000', '143857.750000', '143857.752000', '143857.755000', '143857.758000', '143857.760000', '143857.763000', '143857.766000', '143857.768000', '143857.771000', '143857.774000', '143857.776000', '143857.779000', '143857.781000', '143857.784000', '143857.787000', '143857.790000', '143857.792000', '143857.795000', '143857.798000', '143857.800000', '143857.803000', '143857.806000', '143857.808000', '143857.811000', '143857.813000', '143857.816000', '143857.819000', '143857.821000', '143857.824000', '143857.827000', '143857.829000', '143857.832000', '143857.835000', '143857.837000', '143857.840000', '143857.842000', '143917.731000', '143917.734000', '143917.737000', '143917.740000', '143917.742000', '143917.745000', '143917.763000', '143917.765000', '143917.768000', '143917.771000', '143917.773000', '143917.776000', '143917.779000', '143917.781000', '143917.784000', '143917.786000', '143917.789000', '143917.792000', '143917.794000', '143917.797000', '143917.800000', '143917.802000', '143917.805000', '143917.807000', '143917.810000', '143917.813000', '143917.815000', '143917.818000', '143917.821000', '143917.823000', '143917.826000', '143917.828000', '143917.837000', '143917.840000', '143917.843000', '143917.845000', '143917.848000', '143917.851000', '143917.854000', '143917.856000', '143917.859000', '143917.861000', '143917.864000', '143937.731000', '143937.734000', '143937.736000', '143937.739000', '143937.742000', '143937.744000', '143937.747000', '143937.750000', '143937.752000', '143937.755000', '143937.758000', '143937.760000', '143937.763000', '143937.766000', '143937.768000', '143937.771000', '143937.773000', '143937.776000', '143937.779000', '143937.781000', '143937.784000', '143937.787000', '143937.789000', '143937.792000', '143937.795000', '143937.797000', '143937.800000', '143937.803000', '143937.805000', '143937.808000', '143937.810000', '143937.813000', '143937.816000', '143937.818000', '143937.821000', '143937.824000', '143937.826000', '143937.830000', '143937.833000', '143937.835000', '143937.838000', '143937.841000', '143937.843000', '143937.846000', '143957.730000', '143957.733000', '143957.736000', '143957.739000', '143957.741000', '143957.744000', '143957.747000', '143957.749000', '143957.752000', '143957.754000', '143957.757000', '143957.760000', '143957.762000', '143957.765000', '143957.768000', '143957.770000', '143957.773000', '143957.776000', '143957.778000', '143957.781000', '143957.783000', '143957.786000', '143957.789000', '143957.791000', '143957.794000', '143957.796000', '143957.799000', '143957.802000', '143957.805000', '143957.808000', '143957.810000', '143957.814000', '143957.817000', '143957.820000', '143957.822000', '143957.825000', '143957.827000', '143957.831000', '143957.834000', '143957.836000', '143957.839000', '143957.842000', '143957.844000', '144008.816000', '144008.820000', '144008.823000', '144008.826000', '144008.829000', '144008.832000', '144008.834000', '144008.837000', '144008.840000', '144008.842000', '144008.845000', '144008.848000', '144008.851000', '144008.853000', '144008.856000', '144008.859000', '144008.861000', '144008.864000', '144008.867000', '144008.870000', '144008.882000', '144008.886000', '144008.891000', '144008.894000', '144008.897000'], 'InstanceCreationTime': ['143337.766000', '143337.769000', '143337.772000', '143337.789000', '143337.791000', '143337.794000', '143337.797000', '143337.799000', '143337.802000', '143337.804000', '143337.807000', '143337.809000', '143337.812000', '143337.815000', '143337.821000', '143337.824000', '143337.826000', '143337.829000', '143337.832000', '143337.834000', '143337.837000', '143357.730000', '143357.733000', '143357.736000', '143357.738000', '143357.741000', '143357.744000', '143357.746000', '143357.755000', '143357.757000', '143357.760000', '143357.762000', '143357.765000', '143357.767000', '143357.770000', '143357.773000', '143357.775000', '143357.778000', '143357.780000', '143357.783000', '143357.785000', '143357.788000', '143357.791000', '143357.793000', '143357.796000', '143357.799000', '143357.801000', '143357.804000', '143357.806000', '143357.809000', '143357.811000', '143357.814000', '143357.817000', '143357.819000', '143357.822000', '143357.830000', '143357.832000', '143357.835000', '143357.838000', '143357.840000', '143357.843000', '143357.845000', '143357.848000', '143357.850000', '143357.853000', '143417.730000', '143417.733000', '143417.736000', '143417.738000', '143417.741000', '143417.744000', '143417.746000', '143417.749000', '143417.751000', '143417.754000', '143417.757000', '143417.759000', '143417.762000', '143417.764000', '143417.767000', '143417.770000', '143417.773000', '143417.776000', '143417.779000', '143417.781000', '143417.785000', '143417.787000', '143417.790000', '143417.792000', '143417.795000', '143417.797000', '143417.800000', '143417.802000', '143417.805000', '143417.808000', '143417.810000', '143417.813000', '143417.815000', '143417.818000', '143417.820000', '143417.823000', '143417.826000', '143417.828000', '143417.831000', '143417.833000', '143417.836000', '143417.838000', '143417.841000', '143437.732000', '143437.734000', '143437.737000', '143437.740000', '143437.742000', '143437.745000', '143437.747000', '143437.750000', '143437.753000', '143437.755000', '143437.758000', '143437.760000', '143437.763000', '143437.766000', '143437.768000', '143437.771000', '143437.773000', '143437.776000', '143437.788000', '143437.791000', '143437.794000', '143437.796000', '143437.799000', '143437.801000', '143437.804000', '143437.807000', '143437.809000', '143437.812000', '143437.815000', '143437.817000', '143437.820000', '143437.822000', '143437.825000', '143437.828000', '143437.830000', '143437.833000', '143437.835000', '143437.838000', '143437.841000', '143437.843000', '143437.846000', '143437.849000', '143437.851000', '143437.854000', '143457.732000', '143457.735000', '143457.737000', '143457.740000', '143457.742000', '143457.745000', '143457.748000', '143457.750000', '143457.753000', '143457.755000', '143457.758000', '143457.760000', '143457.763000', '143457.766000', '143457.768000', '143457.771000', '143457.773000', '143457.776000', '143457.778000', '143457.781000', '143457.784000', '143457.786000', '143457.789000', '143457.791000', '143457.794000', '143457.797000', '143457.799000', '143457.802000', '143457.804000', '143457.807000', '143457.810000', '143457.812000', '143457.815000', '143457.818000', '143457.820000', '143457.823000', '143457.825000', '143457.828000', '143457.830000', '143457.833000', '143457.835000', '143457.838000', '143457.841000', '143517.730000', '143517.733000', '143517.736000', '143517.738000', '143517.741000', '143517.744000', '143517.746000', '143517.749000', '143517.751000', '143517.754000', '143517.757000', '143517.759000', '143517.762000', '143517.765000', '143517.767000', '143517.770000', '143517.772000', '143517.775000', '143517.778000', '143517.780000', '143517.783000', '143517.785000', '143517.788000', '143517.791000', '143517.793000', '143517.796000', '143517.798000', '143517.801000', '143517.804000', '143517.806000', '143517.809000', '143517.811000', '143517.814000', '143517.817000', '143517.819000', '143517.822000', '143517.824000', '143517.827000', '143517.830000', '143517.832000', '143517.835000', '143517.838000', '143517.840000', '143517.843000', '143537.730000', '143537.733000', '143537.736000', '143537.738000', '143537.741000', '143537.744000', '143537.746000', '143537.749000', '143537.752000', '143537.754000', '143537.757000', '143537.759000', '143537.762000', '143537.764000', '143537.767000', '143537.770000', '143537.772000', '143537.775000', '143537.777000', '143537.780000', '143537.783000', '143537.785000', '143537.788000', '143537.790000', '143537.793000', '143537.795000', '143537.798000', '143537.801000', '143537.803000', '143537.806000', '143537.809000', '143537.811000', '143537.814000', '143537.816000', '143537.819000', '143537.822000', '143537.824000', '143537.827000', '143537.829000', '143537.832000', '143537.835000', '143537.838000', '143537.840000', '143557.731000', '143557.734000', '143557.736000', '143557.739000', '143557.741000', '143557.744000', '143557.747000', '143557.749000', '143557.752000', '143557.755000', '143557.757000', '143557.760000', '143557.762000', '143557.765000', '143557.768000', '143557.771000', '143557.773000', '143557.776000', '143557.778000', '143557.781000', '143557.784000', '143557.786000', '143557.789000', '143557.792000', '143557.794000', '143557.797000', '143557.800000', '143557.802000', '143557.805000', '143557.807000', '143557.810000', '143557.813000', '143557.815000', '143557.818000', '143557.821000', '143557.823000', '143557.826000', '143557.828000', '143557.831000', '143557.834000', '143557.836000', '143557.839000', '143557.841000', '143557.844000', '143617.730000', '143617.733000', '143617.740000', '143617.743000', '143617.746000', '143617.748000', '143617.751000', '143617.753000', '143617.756000', '143617.759000', '143617.761000', '143617.764000', '143617.766000', '143617.779000', '143617.782000', '143617.785000', '143617.788000', '143617.790000', '143617.793000', '143617.795000', '143617.798000', '143617.801000', '143617.803000', '143617.806000', '143617.808000', '143617.811000', '143617.814000', '143617.816000', '143617.819000', '143617.822000', '143617.824000', '143617.827000', '143617.829000', '143617.832000', '143617.835000', '143617.837000', '143617.840000', '143617.842000', '143617.845000', '143617.848000', '143617.850000', '143617.853000', '143617.856000', '143637.730000', '143637.733000', '143637.736000', '143637.738000', '143637.741000', '143637.744000', '143637.746000', '143637.749000', '143637.752000', '143637.754000', '143637.757000', '143637.759000', '143637.762000', '143637.765000', '143637.767000', '143637.770000', '143637.772000', '143637.775000', '143637.778000', '143637.780000', '143637.783000', '143637.785000', '143637.788000', '143637.790000', '143637.793000', '143637.796000', '143637.798000', '143637.801000', '143637.804000', '143637.806000', '143637.809000', '143637.811000', '143637.814000', '143637.817000', '143637.819000', '143637.822000', '143637.824000', '143637.827000', '143637.829000', '143637.832000', '143637.835000', '143637.837000', '143637.840000', '143637.842000', '143657.731000', '143657.734000', '143657.737000', '143657.740000', '143657.742000', '143657.745000', '143657.747000', '143657.750000', '143657.753000', '143657.755000', '143657.758000', '143657.760000', '143657.763000', '143657.766000', '143657.768000', '143657.771000', '143657.774000', '143657.776000', '143657.779000', '143657.782000', '143657.784000', '143657.787000', '143657.789000', '143657.792000', '143657.794000', '143657.797000', '143657.800000', '143657.802000', '143657.805000', '143657.808000', '143657.810000', '143657.813000', '143657.815000', '143657.818000', '143657.829000', '143657.831000', '143657.834000', '143657.836000', '143657.839000', '143657.842000', '143657.844000', '143657.847000', '143657.849000', '143717.731000', '143717.734000', '143717.737000', '143717.740000', '143717.742000', '143717.745000', '143717.747000', '143717.750000', '143717.753000', '143717.756000', '143717.759000', '143717.762000', '143717.764000', '143717.767000', '143717.769000', '143717.772000', '143717.774000', '143717.777000', '143717.780000', '143717.782000', '143717.785000', '143717.788000', '143717.790000', '143717.793000', '143717.795000', '143717.798000', '143717.801000', '143717.803000', '143717.806000', '143717.809000', '143717.812000', '143717.814000', '143717.817000', '143717.819000', '143717.822000', '143717.825000', '143717.827000', '143717.830000', '143717.832000', '143717.835000', '143717.838000', '143717.840000', '143717.843000', '143717.845000', '143737.730000', '143737.733000', '143737.736000', '143737.738000', '143737.741000', '143737.744000', '143737.746000', '143737.749000', '143737.751000', '143737.754000', '143737.757000', '143737.759000', '143737.762000', '143737.765000', '143737.767000', '143737.770000', '143737.772000', '143737.775000', '143737.778000', '143737.780000', '143737.783000', '143737.786000', '143737.788000', '143737.791000', '143737.794000', '143737.796000', '143737.799000', '143737.801000', '143737.804000', '143737.807000', '143737.809000', '143737.812000', '143737.815000', '143737.817000', '143737.820000', '143737.822000', '143737.825000', '143737.828000', '143737.830000', '143737.833000', '143737.835000', '143737.838000', '143737.841000', '143757.731000', '143757.733000', '143757.736000', '143757.739000', '143757.741000', '143757.744000', '143757.746000', '143757.749000', '143757.752000', '143757.754000', '143757.757000', '143757.760000', '143757.763000', '143757.765000', '143757.768000', '143757.770000', '143757.773000', '143757.776000', '143757.778000', '143757.781000', '143757.784000', '143757.786000', '143757.789000', '143757.792000', '143757.794000', '143757.797000', '143757.800000', '143757.802000', '143757.805000', '143757.808000', '143757.810000', '143757.813000', '143757.816000', '143757.818000', '143757.821000', '143757.824000', '143757.826000', '143757.829000', '143757.832000', '143757.835000', '143757.837000', '143757.840000', '143757.842000', '143757.845000', '143817.731000', '143817.733000', '143817.736000', '143817.739000', '143817.741000', '143817.744000', '143817.747000', '143817.749000', '143817.752000', '143817.754000', '143817.757000', '143817.760000', '143817.762000', '143817.765000', '143817.768000', '143817.770000', '143817.773000', '143817.776000', '143817.778000', '143817.781000', '143817.783000', '143817.786000', '143817.789000', '143817.791000', '143817.794000', '143817.797000', '143817.799000', '143817.802000', '143817.805000', '143817.807000', '143817.810000', '143817.812000', '143817.815000', '143817.818000', '143817.820000', '143817.823000', '143817.826000', '143817.828000', '143817.831000', '143817.833000', '143817.836000', '143817.839000', '143817.841000', '143837.731000', '143837.733000', '143837.736000', '143837.739000', '143837.741000', '143837.744000', '143837.746000', '143837.749000', '143837.752000', '143837.754000', '143837.757000', '143837.760000', '143837.762000', '143837.765000', '143837.767000', '143837.770000', '143837.772000', '143837.775000', '143837.778000', '143837.780000', '143837.783000', '143837.786000', '143837.788000', '143837.792000', '143837.795000', '143837.797000', '143837.800000', '143837.802000', '143837.805000', '143837.808000', '143837.811000', '143837.813000', '143837.816000', '143837.818000', '143837.821000', '143837.824000', '143837.826000', '143837.829000', '143837.832000', '143837.834000', '143837.837000', '143837.839000', '143837.842000', '143837.844000', '143857.731000', '143857.734000', '143857.736000', '143857.739000', '143857.742000', '143857.744000', '143857.747000', '143857.750000', '143857.752000', '143857.755000', '143857.758000', '143857.760000', '143857.763000', '143857.766000', '143857.768000', '143857.771000', '143857.774000', '143857.776000', '143857.779000', '143857.781000', '143857.784000', '143857.787000', '143857.790000', '143857.792000', '143857.795000', '143857.798000', '143857.800000', '143857.803000', '143857.806000', '143857.808000', '143857.811000', '143857.813000', '143857.816000', '143857.819000', '143857.821000', '143857.824000', '143857.827000', '143857.829000', '143857.832000', '143857.835000', '143857.837000', '143857.840000', '143857.842000', '143917.731000', '143917.734000', '143917.737000', '143917.740000', '143917.742000', '143917.745000', '143917.763000', '143917.765000', '143917.768000', '143917.771000', '143917.773000', '143917.776000', '143917.779000', '143917.781000', '143917.784000', '143917.786000', '143917.789000', '143917.792000', '143917.794000', '143917.797000', '143917.800000', '143917.802000', '143917.805000', '143917.807000', '143917.810000', '143917.813000', '143917.815000', '143917.818000', '143917.821000', '143917.823000', '143917.826000', '143917.828000', '143917.837000', '143917.840000', '143917.843000', '143917.845000', '143917.848000', '143917.851000', '143917.854000', '143917.856000', '143917.859000', '143917.861000', '143917.864000', '143937.731000', '143937.734000', '143937.736000', '143937.739000', '143937.742000', '143937.744000', '143937.747000', '143937.750000', '143937.752000', '143937.755000', '143937.758000', '143937.760000', '143937.763000', '143937.766000', '143937.768000', '143937.771000', '143937.773000', '143937.776000', '143937.779000', '143937.781000', '143937.784000', '143937.787000', '143937.789000', '143937.792000', '143937.795000', '143937.797000', '143937.800000', '143937.803000', '143937.805000', '143937.808000', '143937.810000', '143937.813000', '143937.816000', '143937.818000', '143937.821000', '143937.824000', '143937.826000', '143937.830000', '143937.833000', '143937.835000', '143937.838000', '143937.841000', '143937.843000', '143937.846000', '143957.730000', '143957.733000', '143957.736000', '143957.739000', '143957.741000', '143957.744000', '143957.747000', '143957.749000', '143957.752000', '143957.754000', '143957.757000', '143957.760000', '143957.762000', '143957.765000', '143957.768000', '143957.770000', '143957.773000', '143957.776000', '143957.778000', '143957.781000', '143957.783000', '143957.786000', '143957.789000', '143957.791000', '143957.794000', '143957.796000', '143957.799000', '143957.802000', '143957.805000', '143957.808000', '143957.810000', '143957.814000', '143957.817000', '143957.820000', '143957.822000', '143957.825000', '143957.827000', '143957.831000', '143957.834000', '143957.836000', '143957.839000', '143957.842000', '143957.844000', '144008.816000', '144008.820000', '144008.823000', '144008.826000', '144008.829000', '144008.832000', '144008.834000', '144008.837000', '144008.840000', '144008.842000', '144008.845000', '144008.848000', '144008.851000', '144008.853000', '144008.856000', '144008.859000', '144008.861000', '144008.864000', '144008.867000', '144008.870000', '144008.882000', '144008.886000', '144008.891000', '144008.894000', '144008.897000'], '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': [13563, 7647, 9556, 7079, 9207, 7040, 10152, 6911, 9460, 7020, 10168, 7577, 10934, 7221, 9479, 7161, 9031, 7226, 9984, 8364, 8159, 7352, 6579, 7766, 6657, 9292, 7180, 10349, 7133, 9449, 7177, 9818, 7243, 11150, 6978, 9853, 7256, 9167, 7553, 10160, 8101, 10862, 7094, 8421, 6911, 8513, 7862, 7716, 6969, 6790, 7024, 6904, 8574, 6867, 8764, 7229, 10611, 7276, 8805, 7261, 6469, 6990, 7273, 10347, 7225, 11123, 7173, 10314, 7160, 11218, 8738, 7743, 7482, 6678, 9740, 7080, 11662, 6966, 10251, 6907, 10578, 8020, 15016, 10486, 10865, 7562, 6655, 9160, 8571, 10236, 7043, 8562, 6873, 9293, 7009, 10685, 7196, 11798, 7003, 9541, 7211, 9957, 8297, 10218, 7444, 6813, 7152, 7126, 8633, 7026, 9380, 6955, 9332, 7092, 9091, 7462, 10950, 8321, 13841, 7112, 9545, 7158, 9032, 7768, 8533, 7385, 6879, 7384, 7322, 9673, 7360, 9429, 7166, 9325, 7669, 11309, 7881, 10819, 6916, 10300, 7424, 12055, 8176, 13344, 7261, 9285, 7455, 10111, 8469, 8620, 7310, 6509, 7196, 7366, 7286, 7322, 7810, 7168, 7998, 7422, 9447, 7354, 10133, 7261, 9632, 7011, 9726, 8010, 11579, 8099, 10648, 7267, 9805, 7872, 11474, 8587, 9893, 7443, 6600, 7400, 7022, 9697, 7609, 10002, 7193, 9804, 7187, 9835, 7597, 11101, 8406, 11179, 7774, 7709, 7928, 8726, 8316, 8628, 8129, 7122, 7870, 7255, 10319, 7488, 10992, 7210, 9227, 7424, 10562, 8055, 10030, 7267, 6486, 8204, 7663, 9358, 7323, 8714, 7124, 9074, 7459, 10242, 7525, 10506, 7348, 8223, 7407, 8566, 8970, 7167, 8378, 7224, 9906, 7673, 10809, 8097, 7111, 9883, 7747, 7375, 9087, 7014, 6825, 7984, 7391, 12077, 10909, 15993, 10367, 13570, 7379, 12262, 8922, 15168, 12748, 9966, 7588, 7093, 7619, 7430, 10156, 7225, 10059, 7193, 8362, 7438, 10598, 7815, 10107, 7709, 6623, 7680, 8605, 9186, 7227, 9248, 7661, 8907, 7662, 11186, 7773, 15214, 7810, 11514, 7658, 9912, 7683, 11551, 8693, 9693, 7814, 6585, 7117, 6637, 8403, 7219, 10363, 7101, 9112, 7181, 9917, 7376, 11193, 7912, 10039, 7880, 8013, 7814, 8860, 7946, 7019, 8538, 6731, 8675, 6951, 10239, 7872, 12654, 7075, 8810, 7006, 6920, 8064, 7038, 8888, 6549, 7666, 6986, 9855, 7314, 11707, 7485, 10272, 7220, 11052, 8684, 13143, 8803, 7147, 7276, 6673, 9696, 7361, 10117, 7210, 9273, 6820, 8634, 7277, 11106, 8104, 10449, 7118, 9432, 7736, 10247, 8557, 6462, 7341, 7265, 9734, 7046, 10341, 7160, 10982, 8226, 11004, 8129, 6733, 7876, 6956, 9797, 7397, 11831, 7399, 10234, 7650, 10343, 8378, 9875, 9732, 6937, 8549, 7204, 11286, 8252, 15859, 8217, 10408, 7801, 9066, 10216, 7363, 9858, 7049, 10771, 8298, 13700, 9002, 7383, 6827, 7181, 10723, 7342, 12686, 7382, 10233, 8289, 9329, 9399, 7521, 9117, 7273, 10921, 8144, 13835, 8820, 6579, 7662, 7601, 10577, 7793, 13294, 8243, 7670, 6933, 7875, 10028, 7262, 10601, 8417, 8500, 9343, 7397, 7653, 7145, 7433, 10621, 8183, 12687, 9982, 6744, 8111, 6806, 10892, 7601, 13648, 7808, 9794, 7435, 11206, 8007, 10701, 7983, 6644, 6992, 6536, 9554, 7078, 11673, 7608, 10703, 7429, 10082, 8020, 11782, 9387, 12230, 8185, 8881, 8238, 8584, 8737, 11566, 9590, 6472, 7714, 6455, 9348, 7204, 9258, 7097, 9743, 7005, 10155, 7102, 10022, 7689, 11985, 8553, 10216, 8232, 11699, 9095, 9034, 7394, 6579, 9846, 8190, 9543, 8595, 7751, 8320, 7820, 7808, 9497, 7330, 11349, 7983, 10567, 8053, 9888, 7450, 10814, 8610, 13279, 7593, 8992, 7429, 7060, 7105, 8145, 8563, 6521, 7718, 6592, 9162, 6661, 11374, 8053, 12066, 6961, 10542, 7731, 12609, 9733, 12360, 8551, 6859, 9299, 8953, 11219, 7433, 9736, 6860, 9116, 6349, 10960, 6821, 13066, 6674, 10347, 6430, 11214, 8716, 12671, 8007, 10856, 7554, 10546, 9353, 8538, 7994, 6534, 7952, 6395, 9750, 6454, 11062, 6628, 10637, 6359, 10212, 7598, 9503, 8235, 6524, 7554, 6278, 10468, 7181, 11251, 7155, 10682, 6222, 11067, 7479, 12494, 7252, 10835, 6698, 10831, 8423, 10835, 8739, 6802, 7689, 6476, 9715, 8813, 11099, 6973, 9931, 6589, 11390, 8154, 10807, 9069, 12242, 12472, 7909, 10559, 7051, 10763, 8234, 13147, 10500, 9093, 7923, 6480, 9122, 6288, 12015, 6879, 11565, 6523, 9352, 6903, 9108, 8183, 8710, 8951, 6462, 9148, 6721, 11372, 7244, 12449, 6704, 11160, 6574, 12488, 9712, 14051, 8648, 10656, 7780, 10405, 9711, 9874, 9619, 6486, 8623, 6373, 12550, 7853, 11913, 6324, 10490, 6313, 11954, 8334, 12802, 7670, 10639, 6461, 10513, 9537, 8138, 8357, 7152, 8508, 6565, 12767, 8022, 12435, 6897, 11613, 7020, 12580, 10483, 11212, 8633, 6305, 8906, 7088, 12071, 6684, 11791, 6392, 10481, 7501, 12951, 9628, 10356, 8170, 6684, 8037, 8700, 11980, 7732, 11524, 6665, 10788, 6269, 12510, 8867, 13389, 6500, 10584, 6682, 10121, 9379, 6784, 8540, 6423, 9506, 6683, 12168, 7288, 12072, 6478, 11314, 8239, 13066, 9615, 13295, 6796, 11326, 7517, 12256, 9817, 12819, 7857, 10387, 7335, 10863, 9824, 8596, 8007, 6659, 8186, 7966, 10749, 6669, 10099, 6809, 10360, 6667, 12449, 7994, 11398, 6975, 11234, 8176, 11945, 9544, 7609, 7440, 7122, 8841, 6903, 11791, 6844, 11801, 6760, 11013, 8737, 13318, 10978, 11572, 8251, 6924, 9464, 9752, 10992, 7512, 9574, 7446, 12314, 7987, 12550, 7382, 10857, 8570, 13203, 10938, 10009, 8608, 7865, 10663, 7647, 12567, 7522, 11110, 7395, 12206, 8974, 13327, 8053, 9843, 7030, 7386, 9370, 7466, 10685, 7388, 10118, 7338, 11120, 8035, 12768, 8779, 9080, 7275, 7256, 10128, 8315, 11711, 7258, 11190, 7195, 11498, 8792, 13660, 10828, 9041, 8514, 7367, 10962, 7745, 12832, 7561, 12096, 7564, 11004, 8522, 13095, 10149, 10537, 7544, 7762, 9305, 9824, 10145, 7411, 9323, 7464, 10138, 7317, 11721, 7394, 11024, 7493, 10822, 7984, 11827, 9527, 8292, 7919, 7649, 8619, 7432, 11921, 7295, 12307, 7450, 11726, 7390, 11178, 9891, 9345], 'WindowCenter': [4045.0, 3978.0, 3998.0, 3953.0, 3983.0, 3952.0, 3995.0, 3951.0, 3982.0, 3963.0, 3993.0, 3962.0, 3993.0, 3962.0, 3980.0, 3950.0, 3981.0, 3975.0, 3993.0, 3985.0, 3974.0, 3964.0, 3952.0, 3962.0, 3952.0, 3994.0, 3963.0, 3995.0, 3952.0, 3983.0, 3951.0, 3993.0, 3963.0, 3993.0, 3952.0, 3982.0, 3962.0, 3982.0, 3974.0, 3992.0, 3972.0, 4003.0, 3964.0, 3971.0, 3952.0, 3982.0, 3972.0, 3973.0, 3963.0, 3951.0, 3951.0, 3951.0, 3983.0, 3964.0, 3984.0, 3964.0, 3992.0, 3963.0, 3982.0, 3963.0, 3941.0, 3962.0, 3962.0, 3993.0, 3963.0, 4006.0, 3964.0, 3994.0, 3965.0, 4003.0, 3985.0, 3974.0, 3962.0, 3952.0, 3994.0, 3952.0, 4005.0, 3962.0, 3993.0, 3965.0, 4005.0, 3974.0, 4013.0, 3993.0, 3991.0, 3961.0, 3939.0, 3981.0, 3970.0, 3992.0, 3951.0, 3971.0, 3938.0, 3981.0, 3949.0, 3979.0, 3938.0, 4004.0, 3950.0, 3979.0, 3961.0, 3980.0, 3971.0, 3991.0, 3962.0, 3951.0, 3950.0, 3962.0, 3982.0, 3950.0, 3983.0, 3961.0, 3982.0, 3950.0, 3982.0, 3963.0, 3992.0, 3972.0, 4014.0, 3962.0, 3980.0, 3962.0, 3981.0, 3960.0, 3982.0, 3962.0, 3949.0, 3961.0, 3961.0, 3992.0, 3963.0, 3982.0, 3961.0, 3982.0, 3973.0, 4002.0, 3973.0, 4003.0, 3951.0, 3993.0, 3962.0, 4002.0, 3971.0, 4013.0, 3961.0, 3979.0, 3961.0, 3990.0, 3970.0, 3982.0, 3962.0, 3938.0, 3961.0, 3961.0, 3961.0, 3960.0, 3973.0, 3962.0, 3971.0, 3974.0, 3992.0, 3962.0, 3993.0, 3974.0, 3994.0, 3963.0, 3994.0, 3974.0, 4003.0, 3975.0, 3992.0, 3961.0, 3991.0, 3973.0, 4002.0, 3971.0, 3992.0, 3961.0, 3948.0, 3960.0, 3961.0, 3991.0, 3959.0, 3993.0, 3961.0, 3992.0, 3950.0, 3992.0, 3972.0, 4001.0, 3972.0, 4003.0, 3973.0, 3960.0, 3973.0, 3970.0, 3970.0, 3982.0, 3971.0, 3949.0, 3972.0, 3961.0, 3991.0, 3961.0, 4004.0, 3962.0, 3981.0, 3974.0, 4003.0, 3972.0, 3994.0, 3962.0, 3940.0, 3972.0, 3961.0, 3982.0, 3962.0, 3983.0, 3950.0, 3983.0, 3962.0, 3991.0, 3975.0, 4004.0, 3962.0, 3983.0, 3962.0, 3982.0, 3983.0, 3961.0, 3983.0, 3962.0, 3992.0, 3972.0, 4003.0, 3972.0, 3963.0, 4005.0, 3973.0, 3975.0, 3995.0, 3965.0, 3953.0, 3974.0, 3962.0, 4015.0, 4004.0, 4026.0, 3994.0, 4013.0, 3960.0, 4000.0, 3970.0, 4011.0, 4002.0, 3980.0, 3958.0, 3936.0, 3959.0, 3959.0, 3990.0, 3961.0, 3992.0, 3950.0, 3970.0, 3963.0, 3991.0, 3973.0, 3993.0, 3972.0, 3951.0, 3974.0, 3982.0, 3994.0, 3962.0, 3982.0, 3960.0, 3981.0, 3972.0, 3991.0, 3960.0, 4012.0, 3961.0, 3990.0, 3959.0, 3979.0, 3961.0, 3990.0, 3970.0, 3980.0, 3961.0, 3938.0, 3949.0, 3949.0, 3971.0, 3960.0, 4004.0, 3962.0, 3982.0, 3962.0, 3993.0, 3963.0, 4004.0, 3975.0, 3992.0, 3972.0, 3972.0, 3974.0, 3994.0, 3984.0, 3964.0, 3986.0, 3952.0, 3982.0, 3964.0, 3993.0, 3973.0, 4015.0, 3963.0, 3982.0, 3963.0, 3963.0, 3973.0, 3963.0, 3996.0, 3953.0, 3974.0, 3977.0, 4006.0, 3975.0, 4017.0, 3976.0, 3993.0, 3974.0, 4004.0, 3984.0, 4015.0, 3996.0, 3951.0, 3961.0, 3952.0, 3994.0, 3961.0, 3993.0, 3962.0, 3983.0, 3950.0, 3982.0, 3963.0, 4002.0, 3986.0, 4003.0, 3951.0, 3993.0, 3974.0, 3993.0, 3996.0, 3953.0, 3962.0, 3975.0, 3994.0, 3963.0, 3993.0, 3964.0, 4004.0, 3984.0, 4003.0, 3985.0, 3953.0, 3973.0, 3964.0, 4006.0, 3973.0, 4016.0, 3975.0, 3993.0, 3974.0, 4006.0, 3984.0, 3994.0, 4006.0, 3962.0, 3983.0, 3963.0, 4004.0, 3973.0, 4037.0, 3984.0, 3992.0, 3973.0, 3982.0, 3994.0, 3962.0, 3993.0, 3962.0, 4003.0, 3984.0, 4014.0, 3983.0, 3961.0, 3951.0, 3962.0, 4003.0, 3962.0, 4026.0, 3964.0, 3994.0, 3984.0, 3982.0, 3995.0, 3973.0, 3983.0, 3962.0, 4003.0, 3973.0, 4014.0, 3984.0, 3950.0, 3960.0, 3973.0, 4002.0, 3972.0, 4014.0, 3983.0, 3961.0, 3951.0, 3970.0, 3991.0, 3961.0, 3991.0, 3973.0, 3982.0, 3982.0, 3973.0, 3972.0, 3961.0, 3962.0, 4005.0, 3983.0, 4016.0, 4007.0, 3951.0, 3972.0, 3952.0, 4003.0, 3960.0, 4025.0, 3961.0, 3979.0, 3960.0, 4000.0, 3971.0, 3991.0, 3973.0, 3951.0, 3961.0, 3953.0, 3994.0, 3963.0, 4003.0, 3974.0, 4004.0, 3964.0, 3993.0, 3985.0, 4014.0, 3994.0, 4015.0, 3974.0, 3981.0, 3971.0, 3970.0, 3983.0, 4002.0, 3995.0, 3939.0, 3960.0, 3953.0, 3992.0, 3961.0, 3981.0, 3961.0, 3993.0, 3962.0, 3992.0, 3963.0, 3993.0, 3988.0, 4016.0, 3985.0, 4006.0, 3986.0, 4016.0, 3995.0, 3983.0, 3976.0, 3996.0, 4042.0, 3993.0, 3998.0, 3998.0, 3975.0, 3986.0, 3974.0, 3973.0, 3994.0, 3963.0, 4018.0, 3989.0, 4007.0, 3989.0, 4009.0, 3990.0, 4020.0, 3987.0, 4028.0, 3974.0, 3983.0, 3976.0, 3963.0, 3965.0, 3986.0, 3998.0, 3956.0, 3988.0, 3967.0, 4008.0, 3967.0, 4017.0, 3989.0, 4028.0, 3977.0, 4007.0, 3988.0, 4028.0, 4008.0, 4028.0, 3985.0, 3954.0, 3995.0, 3984.0, 4006.0, 3963.0, 3994.0, 3951.0, 3982.0, 3954.0, 4005.0, 3964.0, 4025.0, 3953.0, 3994.0, 3952.0, 4003.0, 3986.0, 4027.0, 3975.0, 4004.0, 3976.0, 4005.0, 3995.0, 3984.0, 3975.0, 3952.0, 3972.0, 3953.0, 4005.0, 3954.0, 4015.0, 3966.0, 4006.0, 3956.0, 4018.0, 3975.0, 4006.0, 3999.0, 3955.0, 3975.0, 3966.0, 4018.0, 3965.0, 4020.0, 3977.0, 4006.0, 3945.0, 4017.0, 3975.0, 4017.0, 3976.0, 4004.0, 3954.0, 4005.0, 3986.0, 4006.0, 3999.0, 3965.0, 3976.0, 3954.0, 3996.0, 3997.0, 4018.0, 3966.0, 4008.0, 3964.0, 4017.0, 3976.0, 4006.0, 3996.0, 4028.0, 4018.0, 3985.0, 4006.0, 3964.0, 4004.0, 3985.0, 4014.0, 4007.0, 3984.0, 3973.0, 3943.0, 3995.0, 3953.0, 4014.0, 3953.0, 4015.0, 3954.0, 3994.0, 3965.0, 3996.0, 3986.0, 3997.0, 4008.0, 3956.0, 3997.0, 3965.0, 4017.0, 3974.0, 4028.0, 3966.0, 4005.0, 3966.0, 4016.0, 3996.0, 4026.0, 3985.0, 3993.0, 3973.0, 4003.0, 3995.0, 3995.0, 3996.0, 3942.0, 3985.0, 3952.0, 4014.0, 3974.0, 4017.0, 3952.0, 4002.0, 3952.0, 4015.0, 3984.0, 4027.0, 3978.0, 4006.0, 3955.0, 4006.0, 3995.0, 3986.0, 3985.0, 3965.0, 3997.0, 3966.0, 4028.0, 3986.0, 4029.0, 3966.0, 4016.0, 3977.0, 4026.0, 4006.0, 4017.0, 3986.0, 3953.0, 3996.0, 3965.0, 4016.0, 3965.0, 4016.0, 3953.0, 4006.0, 3976.0, 4025.0, 4008.0, 4019.0, 3986.0, 3954.0, 3986.0, 3996.0, 4017.0, 3975.0, 4016.0, 3953.0, 4003.0, 3954.0, 4015.0, 3986.0, 4026.0, 3954.0, 4004.0, 3966.0, 4004.0, 3996.0, 3967.0, 3997.0, 3957.0, 4008.0, 3965.0, 4018.0, 3977.0, 4017.0, 3955.0, 4016.0, 3986.0, 4016.0, 4007.0, 4026.0, 3954.0, 4004.0, 3975.0, 4015.0, 3994.0, 4016.0, 3974.0, 3993.0, 3975.0, 4004.0, 4004.0, 3986.0, 3986.0, 3954.0, 3986.0, 3984.0, 4017.0, 3966.0, 4007.0, 3965.0, 4007.0, 3965.0, 4026.0, 3987.0, 4018.0, 3967.0, 4017.0, 3988.0, 4017.0, 4011.0, 3989.0, 3977.0, 3976.0, 4008.0, 3967.0, 4029.0, 3967.0, 4018.0, 3966.0, 4019.0, 4000.0, 4028.0, 4018.0, 4019.0, 3986.0, 3965.0, 4006.0, 3995.0, 4020.0, 3975.0, 3996.0, 3977.0, 4027.0, 3987.0, 4029.0, 3975.0, 4019.0, 3998.0, 4028.0, 4021.0, 4007.0, 3987.0, 3986.0, 4006.0, 3975.0, 4029.0, 3975.0, 4004.0, 3976.0, 4014.0, 3995.0, 4025.0, 3988.0, 4006.0, 3964.0, 3976.0, 3996.0, 3963.0, 4018.0, 3977.0, 4007.0, 3978.0, 4018.0, 3987.0, 4028.0, 3999.0, 3996.0, 3975.0, 3988.0, 4009.0, 3986.0, 4031.0, 3976.0, 4017.0, 3966.0, 4016.0, 3986.0, 4027.0, 4020.0, 3996.0, 3986.0, 3975.0, 4016.0, 3974.0, 4017.0, 3976.0, 4017.0, 3975.0, 4005.0, 3984.0, 4026.0, 4008.0, 4003.0, 3974.0, 3974.0, 3993.0, 3994.0, 4007.0, 3964.0, 3994.0, 3977.0, 4007.0, 3975.0, 4016.0, 3979.0, 4017.0, 3976.0, 4018.0, 3988.0, 4015.0, 4008.0, 3999.0, 3988.0, 3975.0, 3998.0, 3977.0, 4017.0, 3978.0, 4030.0, 3977.0, 4016.0, 3978.0, 4017.0, 4007.0, 3996.0], 'WindowWidth': [9016.0, 8911.0, 8937.0, 8867.0, 8904.0, 8861.0, 8923.0, 8859.0, 8901.0, 8878.0, 8919.0, 8877.0, 8921.0, 8875.0, 8896.0, 8857.0, 8900.0, 8899.0, 8920.0, 8913.0, 8897.0, 8884.0, 8864.0, 8876.0, 8864.0, 8923.0, 8879.0, 8926.0, 8864.0, 8904.0, 8858.0, 8918.0, 8879.0, 8919.0, 8865.0, 8901.0, 8875.0, 8901.0, 8895.0, 8915.0, 8890.0, 8935.0, 8882.0, 8885.0, 8863.0, 8905.0, 8891.0, 8894.0, 8881.0, 8858.0, 8861.0, 8860.0, 8903.0, 8884.0, 8909.0, 8884.0, 8919.0, 8882.0, 8906.0, 8880.0, 8850.0, 8879.0, 8877.0, 8922.0, 8882.0, 8944.0, 8884.0, 8924.0, 8888.0, 8935.0, 8913.0, 8896.0, 8877.0, 8863.0, 8923.0, 8863.0, 8940.0, 8879.0, 8919.0, 8889.0, 8941.0, 8895.0, 8949.0, 8920.0, 8914.0, 8873.0, 8841.0, 8902.0, 8884.0, 8919.0, 8861.0, 8887.0, 8837.0, 8900.0, 8857.0, 8895.0, 8840.0, 8936.0, 8857.0, 8891.0, 8874.0, 8898.0, 8887.0, 8914.0, 8879.0, 8860.0, 8857.0, 8877.0, 8904.0, 8860.0, 8908.0, 8875.0, 8902.0, 8859.0, 8905.0, 8880.0, 8917.0, 8891.0, 8951.0, 8877.0, 8897.0, 8877.0, 8900.0, 8872.0, 8903.0, 8878.0, 8855.0, 8874.0, 8876.0, 8918.0, 8882.0, 8902.0, 8874.0, 8903.0, 8896.0, 8933.0, 8895.0, 8932.0, 8861.0, 8919.0, 8879.0, 8932.0, 8890.0, 8948.0, 8874.0, 8894.0, 8874.0, 8910.0, 8886.0, 8905.0, 8876.0, 8839.0, 8876.0, 8876.0, 8877.0, 8872.0, 8893.0, 8877.0, 8887.0, 8897.0, 8918.0, 8879.0, 8920.0, 8899.0, 8922.0, 8880.0, 8925.0, 8897.0, 8934.0, 8902.0, 8918.0, 8874.0, 8913.0, 8893.0, 8933.0, 8890.0, 8917.0, 8873.0, 8853.0, 8873.0, 8876.0, 8916.0, 8870.0, 8920.0, 8877.0, 8916.0, 8859.0, 8916.0, 8893.0, 8929.0, 8891.0, 8934.0, 8895.0, 8870.0, 8893.0, 8885.0, 8885.0, 8905.0, 8889.0, 8854.0, 8890.0, 8875.0, 8914.0, 8875.0, 8939.0, 8878.0, 8900.0, 8900.0, 8934.0, 8894.0, 8924.0, 8879.0, 8846.0, 8892.0, 8875.0, 8906.0, 8879.0, 8906.0, 8860.0, 8907.0, 8880.0, 8914.0, 8902.0, 8935.0, 8878.0, 8909.0, 8880.0, 8904.0, 8907.0, 8876.0, 8908.0, 8876.0, 8917.0, 8891.0, 8933.0, 8891.0, 8882.0, 8939.0, 8896.0, 8900.0, 8928.0, 8887.0, 8868.0, 8897.0, 8879.0, 8957.0, 8938.0, 8973.0, 8923.0, 8947.0, 8872.0, 8925.0, 8885.0, 8942.0, 8932.0, 8895.0, 8865.0, 8833.0, 8868.0, 8869.0, 8911.0, 8875.0, 8918.0, 8857.0, 8883.0, 8881.0, 8914.0, 8894.0, 8919.0, 8890.0, 8861.0, 8896.0, 8905.0, 8922.0, 8878.0, 8903.0, 8870.0, 8901.0, 8890.0, 8915.0, 8871.0, 8946.0, 8874.0, 8911.0, 8867.0, 8894.0, 8874.0, 8911.0, 8885.0, 8899.0, 8875.0, 8839.0, 8856.0, 8856.0, 8888.0, 8872.0, 8937.0, 8878.0, 8903.0, 8875.0, 8919.0, 8883.0, 8934.0, 8900.0, 8916.0, 8891.0, 8892.0, 8897.0, 8925.0, 8912.0, 8885.0, 8914.0, 8863.0, 8902.0, 8885.0, 8921.0, 8896.0, 8954.0, 8882.0, 8903.0, 8881.0, 8882.0, 8893.0, 8880.0, 8931.0, 8867.0, 8897.0, 8907.0, 8943.0, 8902.0, 8961.0, 8903.0, 8921.0, 8898.0, 8939.0, 8910.0, 8953.0, 8929.0, 8861.0, 8873.0, 8866.0, 8922.0, 8875.0, 8922.0, 8878.0, 8905.0, 8859.0, 8905.0, 8881.0, 8932.0, 8917.0, 8934.0, 8862.0, 8920.0, 8897.0, 8920.0, 8931.0, 8866.0, 8879.0, 8900.0, 8922.0, 8883.0, 8921.0, 8883.0, 8936.0, 8911.0, 8935.0, 8913.0, 8869.0, 8894.0, 8885.0, 8941.0, 8895.0, 8956.0, 8902.0, 8921.0, 8897.0, 8942.0, 8910.0, 8923.0, 8945.0, 8879.0, 8905.0, 8882.0, 8935.0, 8893.0, 8989.0, 8909.0, 8917.0, 8893.0, 8904.0, 8923.0, 8879.0, 8919.0, 8879.0, 8934.0, 8908.0, 8951.0, 8908.0, 8873.0, 8862.0, 8879.0, 8932.0, 8879.0, 8970.0, 8883.0, 8922.0, 8910.0, 8904.0, 8929.0, 8892.0, 8904.0, 8879.0, 8933.0, 8895.0, 8951.0, 8909.0, 8858.0, 8870.0, 8895.0, 8932.0, 8891.0, 8952.0, 8908.0, 8874.0, 8860.0, 8884.0, 8912.0, 8875.0, 8913.0, 8892.0, 8905.0, 8905.0, 8896.0, 8892.0, 8875.0, 8880.0, 8937.0, 8908.0, 8955.0, 8945.0, 8861.0, 8888.0, 8866.0, 8933.0, 8872.0, 8968.0, 8873.0, 8895.0, 8872.0, 8924.0, 8888.0, 8915.0, 8894.0, 8862.0, 8876.0, 8868.0, 8923.0, 8881.0, 8935.0, 8898.0, 8935.0, 8881.0, 8918.0, 8913.0, 8951.0, 8923.0, 8952.0, 8895.0, 8899.0, 8886.0, 8884.0, 8905.0, 8929.0, 8925.0, 8842.0, 8872.0, 8867.0, 8918.0, 8876.0, 8901.0, 8875.0, 8920.0, 8879.0, 8916.0, 8880.0, 8918.0, 8923.0, 8955.0, 8913.0, 8942.0, 8918.0, 8957.0, 8928.0, 8907.0, 8903.0, 8948.0, 9014.0, 8929.0, 8930.0, 8933.0, 8896.0, 8909.0, 8892.0, 8890.0, 8920.0, 8878.0, 8960.0, 8924.0, 8945.0, 8923.0, 8948.0, 8929.0, 8967.0, 8918.0, 8976.0, 8895.0, 8903.0, 8900.0, 8881.0, 8887.0, 8918.0, 8935.0, 8876.0, 8922.0, 8893.0, 8949.0, 8894.0, 8959.0, 8926.0, 8976.0, 8905.0, 8944.0, 8921.0, 8975.0, 8949.0, 8975.0, 8911.0, 8866.0, 8924.0, 8909.0, 8942.0, 8879.0, 8921.0, 8861.0, 8902.0, 8870.0, 8939.0, 8883.0, 8967.0, 8868.0, 8919.0, 8864.0, 8931.0, 8913.0, 8972.0, 8897.0, 8935.0, 8900.0, 8938.0, 8925.0, 8911.0, 8897.0, 8864.0, 8889.0, 8869.0, 8939.0, 8872.0, 8951.0, 8890.0, 8941.0, 8874.0, 8960.0, 8902.0, 8941.0, 8938.0, 8874.0, 8900.0, 8891.0, 8960.0, 8886.0, 8968.0, 8905.0, 8940.0, 8860.0, 8957.0, 8900.0, 8957.0, 8903.0, 8935.0, 8869.0, 8937.0, 8916.0, 8942.0, 8936.0, 8885.0, 8902.0, 8870.0, 8928.0, 8930.0, 8960.0, 8889.0, 8947.0, 8883.0, 8954.0, 8900.0, 8940.0, 8929.0, 8978.0, 8962.0, 8911.0, 8939.0, 8882.0, 8933.0, 8911.0, 8950.0, 8947.0, 8909.0, 8892.0, 8851.0, 8924.0, 8868.0, 8949.0, 8868.0, 8952.0, 8869.0, 8921.0, 8887.0, 8930.0, 8916.0, 8932.0, 8949.0, 8877.0, 8931.0, 8888.0, 8958.0, 8897.0, 8974.0, 8887.0, 8937.0, 8890.0, 8953.0, 8927.0, 8971.0, 8911.0, 8917.0, 8892.0, 8933.0, 8922.0, 8925.0, 8926.0, 8850.0, 8910.0, 8866.0, 8949.0, 8895.0, 8957.0, 8864.0, 8928.0, 8864.0, 8950.0, 8910.0, 8971.0, 8906.0, 8939.0, 8875.0, 8940.0, 8926.0, 8916.0, 8914.0, 8885.0, 8929.0, 8888.0, 8972.0, 8915.0, 8976.0, 8888.0, 8952.0, 8906.0, 8969.0, 8943.0, 8958.0, 8914.0, 8867.0, 8926.0, 8886.0, 8955.0, 8887.0, 8955.0, 8869.0, 8942.0, 8903.0, 8965.0, 8949.0, 8964.0, 8915.0, 8869.0, 8915.0, 8927.0, 8958.0, 8899.0, 8954.0, 8866.0, 8931.0, 8870.0, 8950.0, 8912.0, 8969.0, 8870.0, 8934.0, 8891.0, 8935.0, 8930.0, 8894.0, 8930.0, 8877.0, 8945.0, 8888.0, 8961.0, 8905.0, 8957.0, 8872.0, 8954.0, 8917.0, 8954.0, 8945.0, 8968.0, 8869.0, 8932.0, 8900.0, 8949.0, 8921.0, 8955.0, 8896.0, 8917.0, 8899.0, 8935.0, 8937.0, 8914.0, 8914.0, 8869.0, 8914.0, 8910.0, 8956.0, 8889.0, 8944.0, 8887.0, 8944.0, 8887.0, 8969.0, 8920.0, 8958.0, 8890.0, 8956.0, 8921.0, 8958.0, 8957.0, 8922.0, 8904.0, 8903.0, 8948.0, 8893.0, 8976.0, 8893.0, 8961.0, 8890.0, 8963.0, 8938.0, 8977.0, 8964.0, 8964.0, 8915.0, 8887.0, 8941.0, 8925.0, 8967.0, 8900.0, 8927.0, 8905.0, 8972.0, 8919.0, 8977.0, 8901.0, 8963.0, 8935.0, 8975.0, 8971.0, 8945.0, 8918.0, 8913.0, 8940.0, 8900.0, 8979.0, 8897.0, 8934.0, 8903.0, 8950.0, 8925.0, 8967.0, 8919.0, 8940.0, 8883.0, 8904.0, 8929.0, 8882.0, 8962.0, 8904.0, 8943.0, 8908.0, 8960.0, 8918.0, 8974.0, 8940.0, 8929.0, 8899.0, 8924.0, 8949.0, 8915.0, 8983.0, 8903.0, 8957.0, 8888.0, 8954.0, 8914.0, 8971.0, 8965.0, 8927.0, 8914.0, 8900.0, 8954.0, 8896.0, 8959.0, 8903.0, 8956.0, 8897.0, 8937.0, 8909.0, 8970.0, 8947.0, 8933.0, 8894.0, 8894.0, 8920.0, 8921.0, 8944.0, 8883.0, 8921.0, 8905.0, 8944.0, 8900.0, 8954.0, 8910.0, 8957.0, 8903.0, 8963.0, 8923.0, 8954.0, 8948.0, 8936.0, 8920.0, 8899.0, 8935.0, 8907.0, 8958.0, 8907.0, 8979.0, 8906.0, 8954.0, 8908.0, 8959.0, 8943.0, 8928.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.0014876064441887225</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.060605785500575375</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.77622853115211</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1133594489976955</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9303895709562208</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5627.8062</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16199762664678177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>210</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.165707710011507</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6160599709576267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.448262759810685</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.841687568612525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5582295844496694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00423989</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02600233629345894</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03049924224615097</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.012095251349739</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>26.148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.294</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8459</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297213.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.8558</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6456</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.2578</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3178.6788</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3365.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79331.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1119.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.7086</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.51456343033351</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> |