=== 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-0058 --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-0058",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0058_ses-01_task-social_acq-mb8_run-04_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-0058_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0058_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_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-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-01_task-social_acq-mb8_run-04_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-0058/ses-01/func/sub-0058_ses-01_task-social_acq-mb8_run-04_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>886ce6acec19265a38e749dcfe14150e</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>12:01:16.305000</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.996098, 0.0223451, -0.085374, -0.024866, 0.999282, -0.0285787]</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-04_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.105946</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4121, -7714, -7286, 630, -89, -38, 4, 116]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.766</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3d53f0de-044a-48c4-9481-a9cc4541a10f||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.672459125518799, -0.06671367585659027, -0.2286200225353241, 118.4611587524414], [-0.05995040014386177, 2.6810011863708496, -0.08259332180023193, -88.66121673583984], [-0.2290520817041397, 0.07667459547519684, 2.689035415649414, -73.95065307617188], [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': ['120116.305000', '120116.765000', '120117.225000', '120117.685000', '120118.145000', '120118.605000', '120119.065000', '120119.525000', '120119.985000', '120120.445000', '120120.905000', '120121.365000', '120121.825000', '120122.285000', '120122.745000', '120123.205000', '120123.665000', '120124.125000', '120124.585000', '120125.045000', '120125.505000', '120125.965000', '120126.425000', '120126.885000', '120127.345000', '120127.805000', '120128.265000', '120128.725000', '120129.185000', '120129.645000', '120130.105000', '120130.565000', '120131.025000', '120131.485000', '120131.945000', '120132.405000', '120132.865000', '120133.325000', '120133.785000', '120134.245000', '120134.705000', '120135.165000', '120135.625000', '120136.085000', '120136.545000', '120137.005000', '120137.465000', '120137.925000', '120138.385000', '120138.845000', '120139.305000', '120139.765000', '120140.225000', '120140.685000', '120141.145000', '120141.605000', '120142.065000', '120142.525000', '120142.985000', '120143.445000', '120143.905000', '120144.365000', '120144.825000', '120145.285000', '120145.745000', '120146.205000', '120146.665000', '120147.125000', '120147.585000', '120148.045000', '120148.505000', '120148.965000', '120149.425000', '120149.885000', '120150.345000', '120150.805000', '120151.265000', '120151.725000', '120152.185000', '120152.645000', '120153.105000', '120153.565000', '120154.025000', '120154.485000', '120154.945000', '120155.405000', '120155.865000', '120156.325000', '120156.785000', '120157.245000', '120157.705000', '120158.165000', '120158.625000', '120159.085000', '120159.545000', '120200.005000', '120200.465000', '120200.925000', '120201.385000', '120201.845000', '120202.305000', '120202.765000', '120203.225000', '120203.685000', '120204.145000', '120204.605000', '120205.065000', '120205.525000', '120205.985000', '120206.445000', '120206.905000', '120207.365000', '120207.825000', '120208.285000', '120208.745000', '120209.205000', '120209.665000', '120210.125000', '120210.585000', '120211.045000', '120211.505000', '120211.965000', '120212.425000', '120212.885000', '120213.345000', '120213.805000', '120214.265000', '120214.725000', '120215.185000', '120215.645000', '120216.105000', '120216.565000', '120217.025000', '120217.485000', '120217.945000', '120218.405000', '120218.865000', '120219.325000', '120219.785000', '120220.245000', '120220.705000', '120221.165000', '120221.625000', '120222.085000', '120222.545000', '120223.005000', '120223.465000', '120223.925000', '120224.385000', '120224.845000', '120225.305000', '120225.765000', '120226.225000', '120226.685000', '120227.145000', '120227.605000', '120228.065000', '120228.525000', '120228.985000', '120229.445000', '120229.905000', '120230.365000', '120230.825000', '120231.285000', '120231.745000', '120232.205000', '120232.665000', '120233.125000', '120233.585000', '120234.045000', '120234.505000', '120234.965000', '120235.425000', '120235.885000', '120236.345000', '120236.805000', '120237.265000', '120237.725000', '120238.185000', '120238.645000', '120239.105000', '120239.565000', '120240.025000', '120240.485000', '120240.945000', '120241.405000', '120241.865000', '120242.325000', '120242.785000', '120243.245000', '120243.705000', '120244.165000', '120244.625000', '120245.085000', '120245.545000', '120246.005000', '120246.465000', '120246.925000', '120247.385000', '120247.845000', '120248.305000', '120248.765000', '120249.225000', '120249.685000', '120250.145000', '120250.605000', '120251.065000', '120251.525000', '120251.985000', '120252.445000', '120252.905000', '120253.365000', '120253.825000', '120254.285000', '120254.745000', '120255.205000', '120255.665000', '120256.125000', '120256.585000', '120257.045000', '120257.505000', '120257.965000', '120258.425000', '120258.885000', '120259.345000', '120259.805000', '120300.265000', '120300.725000', '120301.185000', '120301.645000', '120302.105000', '120302.565000', '120303.025000', '120303.485000', '120303.945000', '120304.405000', '120304.865000', '120305.325000', '120305.785000', '120306.245000', '120306.705000', '120307.165000', '120307.625000', '120308.085000', '120308.545000', '120309.005000', '120309.465000', '120309.925000', '120310.385000', '120310.845000', '120311.305000', '120311.765000', '120312.225000', '120312.685000', '120313.145000', '120313.605000', '120314.065000', '120314.525000', '120314.985000', '120315.445000', '120315.905000', '120316.365000', '120316.825000', '120317.285000', '120317.745000', '120318.205000', '120318.665000', '120319.125000', '120319.585000', '120320.045000', '120320.505000', '120320.965000', '120321.425000', '120321.885000', '120322.345000', '120322.805000', '120323.265000', '120323.725000', '120324.185000', '120324.645000', '120325.105000', '120325.565000', '120326.025000', '120326.485000', '120326.945000', '120327.405000', '120327.865000', '120328.325000', '120328.785000', '120329.245000', '120329.705000', '120330.165000', '120330.625000', '120331.085000', '120331.545000', '120332.005000', '120332.465000', '120332.925000', '120333.385000', '120333.845000', '120334.305000', '120334.765000', '120335.225000', '120335.685000', '120336.145000', '120336.605000', '120337.065000', '120337.525000', '120337.985000', '120338.445000', '120338.905000', '120339.365000', '120339.825000', '120340.285000', '120340.745000', '120341.205000', '120341.665000', '120342.125000', '120342.585000', '120343.045000', '120343.505000', '120343.965000', '120344.425000', '120344.885000', '120345.345000', '120345.805000', '120346.265000', '120346.725000', '120347.185000', '120347.645000', '120348.105000', '120348.565000', '120349.025000', '120349.485000', '120349.945000', '120350.405000', '120350.865000', '120351.325000', '120351.785000', '120352.245000', '120352.705000', '120353.165000', '120353.625000', '120354.085000', '120354.545000', '120355.005000', '120355.465000', '120355.925000', '120356.385000', '120356.845000', '120357.305000', '120357.765000', '120358.225000', '120358.685000', '120359.145000', '120359.605000', '120400.065000', '120400.525000', '120400.985000', '120401.445000', '120401.905000', '120402.365000', '120402.825000', '120403.285000', '120403.745000', '120404.205000', '120404.665000', '120405.125000', '120405.585000', '120406.045000', '120406.505000', '120406.965000', '120407.425000', '120407.885000', '120408.345000', '120408.805000', '120409.265000', '120409.725000', '120410.185000', '120410.645000', '120411.105000', '120411.565000', '120412.025000', '120412.485000', '120412.945000', '120413.405000', '120413.865000', '120414.325000', '120414.785000', '120415.245000', '120415.705000', '120416.165000', '120416.625000', '120417.085000', '120417.545000', '120418.005000', '120418.465000', '120418.925000', '120419.385000', '120419.845000', '120420.305000', '120420.765000', '120421.225000', '120421.685000', '120422.145000', '120422.605000', '120423.065000', '120423.525000', '120423.985000', '120424.445000', '120424.905000', '120425.365000', '120425.825000', '120426.285000', '120426.745000', '120427.205000', '120427.665000', '120428.125000', '120428.585000', '120429.045000', '120429.505000', '120429.965000', '120430.425000', '120430.885000', '120431.345000', '120431.805000', '120432.265000', '120432.725000', '120433.185000', '120433.645000', '120434.105000', '120434.565000', '120435.025000', '120435.485000', '120435.945000', '120436.405000', '120436.865000', '120437.325000', '120437.785000', '120438.245000', '120438.705000', '120439.165000', '120439.625000', '120440.085000', '120440.545000', '120441.005000', '120441.465000', '120441.925000', '120442.385000', '120442.845000', '120443.305000', '120443.765000', '120444.225000', '120444.685000', '120445.145000', '120445.605000', '120446.065000', '120446.525000', '120446.985000', '120447.445000', '120447.905000', '120448.365000', '120448.825000', '120449.285000', '120449.745000', '120450.205000', '120450.665000', '120451.125000', '120451.585000', '120452.045000', '120452.505000', '120452.965000', '120453.425000', '120453.885000', '120454.345000', '120454.805000', '120455.265000', '120455.725000', '120456.185000', '120456.645000', '120457.105000', '120457.565000', '120458.025000', '120458.485000', '120458.945000', '120459.405000', '120459.865000', '120500.325000', '120500.785000', '120501.245000', '120501.705000', '120502.165000', '120502.625000', '120503.085000', '120503.545000', '120504.005000', '120504.465000', '120504.925000', '120505.385000', '120505.845000', '120506.305000', '120506.765000', '120507.225000', '120507.685000', '120508.145000', '120508.605000', '120509.065000', '120509.525000', '120509.985000', '120510.445000', '120510.905000', '120511.365000', '120511.825000', '120512.285000', '120512.745000', '120513.205000', '120513.665000', '120514.125000', '120514.585000', '120515.045000', '120515.505000', '120515.965000', '120516.425000', '120516.885000', '120517.345000', '120517.805000', '120518.265000', '120518.725000', '120519.185000', '120519.645000', '120520.105000', '120520.565000', '120521.025000', '120521.485000', '120521.945000', '120522.405000', '120522.865000', '120523.325000', '120523.785000', '120524.245000', '120524.705000', '120525.165000', '120525.625000', '120526.085000', '120526.545000', '120527.005000', '120527.465000', '120527.925000', '120528.385000', '120528.845000', '120529.305000', '120529.765000', '120530.225000', '120530.685000', '120531.145000', '120531.605000', '120532.065000', '120532.525000', '120532.985000', '120533.445000', '120533.905000', '120534.365000', '120534.825000', '120535.285000', '120535.745000', '120536.205000', '120536.665000', '120537.125000', '120537.585000', '120538.045000', '120538.505000', '120538.965000', '120539.425000', '120539.885000', '120540.345000', '120540.805000', '120541.265000', '120541.725000', '120542.185000', '120542.645000', '120543.105000', '120543.565000', '120544.025000', '120544.485000', '120544.945000', '120545.405000', '120545.865000', '120546.325000', '120546.785000', '120547.245000', '120547.705000', '120548.165000', '120548.625000', '120549.085000', '120549.545000', '120550.005000', '120550.465000', '120550.925000', '120551.385000', '120551.845000', '120552.305000', '120552.765000', '120553.225000', '120553.685000', '120554.145000', '120554.605000', '120555.065000', '120555.525000', '120555.985000', '120556.445000', '120556.905000', '120557.365000', '120557.825000', '120558.285000', '120558.745000', '120559.205000', '120559.665000', '120600.125000', '120600.585000', '120601.045000', '120601.505000', '120601.965000', '120602.425000', '120602.885000', '120603.345000', '120603.805000', '120604.265000', '120604.725000', '120605.185000', '120605.645000', '120606.105000', '120606.565000', '120607.025000', '120607.485000', '120607.945000', '120608.405000', '120608.865000', '120609.325000', '120609.785000', '120610.245000', '120610.705000', '120611.165000', '120611.625000', '120612.085000', '120612.545000', '120613.005000', '120613.465000', '120613.925000', '120614.385000', '120614.845000', '120615.305000', '120615.765000', '120616.225000', '120616.685000', '120617.145000', '120617.605000', '120618.065000', '120618.525000', '120618.985000', '120619.445000', '120619.905000', '120620.365000', '120620.825000', '120621.285000', '120621.745000', '120622.205000', '120622.665000', '120623.125000', '120623.585000', '120624.045000', '120624.505000', '120624.965000', '120625.425000', '120625.885000', '120626.345000', '120626.805000', '120627.265000', '120627.725000', '120628.185000', '120628.645000', '120629.105000', '120629.565000', '120630.025000', '120630.485000', '120630.945000', '120631.405000', '120631.865000', '120632.325000', '120632.785000', '120633.245000', '120633.705000', '120634.165000', '120634.625000', '120635.085000', '120635.545000', '120636.005000', '120636.465000', '120636.925000', '120637.385000', '120637.845000', '120638.305000', '120638.765000', '120639.225000', '120639.685000', '120640.145000', '120640.605000', '120641.065000', '120641.525000', '120641.985000', '120642.445000', '120642.905000', '120643.365000', '120643.825000', '120644.285000', '120644.745000', '120645.205000', '120645.665000', '120646.125000', '120646.585000', '120647.045000', '120647.505000', '120647.965000', '120648.425000', '120648.885000', '120649.345000', '120649.805000', '120650.265000', '120650.725000', '120651.185000', '120651.645000', '120652.105000', '120652.565000', '120653.025000', '120653.485000', '120653.945000', '120654.405000', '120654.865000', '120655.325000', '120655.785000', '120656.245000', '120656.705000', '120657.165000', '120657.625000', '120658.085000', '120658.545000', '120659.005000', '120659.465000', '120659.925000', '120700.385000', '120700.845000', '120701.305000', '120701.765000', '120702.225000', '120702.685000', '120703.145000', '120703.605000', '120704.065000', '120704.525000', '120704.985000', '120705.445000', '120705.905000', '120706.365000', '120706.825000', '120707.285000', '120707.745000', '120708.205000', '120708.665000', '120709.125000', '120709.585000', '120710.045000', '120710.505000', '120710.965000', '120711.425000', '120711.885000', '120712.345000', '120712.805000', '120713.265000', '120713.725000', '120714.185000', '120714.645000', '120715.105000', '120715.565000', '120716.025000', '120716.485000', '120716.945000', '120717.405000', '120717.865000', '120718.325000', '120718.785000', '120719.245000', '120719.705000', '120720.165000', '120720.625000', '120721.085000', '120721.545000', '120722.005000', '120722.465000', '120722.925000', '120723.385000', '120723.845000', '120724.305000', '120724.765000', '120725.225000', '120725.685000', '120726.145000', '120726.605000', '120727.065000', '120727.525000', '120727.985000', '120728.445000', '120728.905000', '120729.365000', '120729.825000', '120730.285000', '120730.745000', '120731.205000', '120731.665000', '120732.125000', '120732.585000', '120733.045000', '120733.505000', '120733.965000', '120734.425000', '120734.885000', '120735.345000', '120735.805000', '120736.265000', '120736.725000', '120737.185000', '120737.645000', '120738.105000', '120738.565000', '120739.025000', '120739.485000', '120739.945000', '120740.405000', '120740.865000', '120741.325000', '120741.785000', '120742.245000', '120742.705000', '120743.165000', '120743.625000', '120744.085000', '120744.545000', '120745.005000', '120745.465000', '120745.925000', '120746.385000', '120746.845000', '120747.305000', '120747.765000', '120748.225000', '120748.685000', '120749.145000', '120749.605000', '120750.065000', '120750.525000', '120750.985000', '120751.445000', '120751.905000', '120752.365000', '120752.825000', '120753.285000', '120753.745000', '120754.205000', '120754.665000', '120755.125000', '120755.585000', '120756.045000', '120756.505000', '120756.965000'], 'ContentTime': ['120137.854000', '120137.857000', '120137.859000', '120137.862000', '120137.865000', '120137.873000', '120137.875000', '120137.878000', '120137.880000', '120137.883000', '120137.885000', '120137.888000', '120137.890000', '120137.893000', '120137.896000', '120137.898000', '120137.901000', '120137.903000', '120137.906000', '120137.908000', '120137.911000', '120137.914000', '120137.917000', '120137.920000', '120137.923000', '120137.926000', '120137.928000', '120137.931000', '120137.934000', '120137.936000', '120137.939000', '120137.941000', '120137.944000', '120137.946000', '120137.949000', '120137.951000', '120137.954000', '120137.956000', '120137.959000', '120137.962000', '120137.965000', '120137.968000', '120137.970000', '120157.824000', '120157.827000', '120157.830000', '120157.832000', '120157.835000', '120157.837000', '120157.840000', '120157.843000', '120157.845000', '120157.848000', '120157.850000', '120157.853000', '120157.855000', '120157.858000', '120157.860000', '120157.863000', '120157.865000', '120157.868000', '120157.871000', '120157.873000', '120157.876000', '120157.878000', '120157.881000', '120157.883000', '120157.886000', '120157.888000', '120157.891000', '120157.894000', '120157.896000', '120157.899000', '120157.901000', '120157.904000', '120157.906000', '120157.909000', '120157.920000', '120157.923000', '120157.926000', '120157.928000', '120157.931000', '120157.933000', '120157.936000', '120157.938000', '120157.941000', '120157.944000', '120217.824000', '120217.827000', '120217.830000', '120217.832000', '120217.835000', '120217.838000', '120217.840000', '120217.843000', '120217.845000', '120217.848000', '120217.850000', '120217.853000', '120217.856000', '120217.858000', '120217.861000', '120217.863000', '120217.866000', '120217.868000', '120217.871000', '120217.874000', '120217.876000', '120217.879000', '120217.881000', '120217.884000', '120217.886000', '120217.889000', '120217.891000', '120217.894000', '120217.897000', '120217.899000', '120217.902000', '120217.904000', '120217.907000', '120217.916000', '120217.918000', '120217.921000', '120217.923000', '120217.926000', '120217.928000', '120217.931000', '120217.934000', '120217.936000', '120217.939000', '120237.825000', '120237.828000', '120237.830000', '120237.833000', '120237.835000', '120237.838000', '120237.840000', '120237.843000', '120237.845000', '120237.848000', '120237.851000', '120237.853000', '120237.856000', '120237.860000', '120237.863000', '120237.865000', '120237.868000', '120237.871000', '120237.873000', '120237.876000', '120237.878000', '120237.881000', '120237.883000', '120237.886000', '120237.888000', '120237.891000', '120237.894000', '120237.896000', '120237.899000', '120237.901000', '120237.904000', '120237.906000', '120237.909000', '120237.912000', '120237.914000', '120237.917000', '120237.919000', '120237.922000', '120237.924000', '120237.927000', '120237.929000', '120237.932000', '120237.935000', '120237.937000', '120257.825000', '120257.827000', '120257.830000', '120257.832000', '120257.835000', '120257.838000', '120257.840000', '120257.843000', '120257.845000', '120257.848000', '120257.850000', '120257.853000', '120257.856000', '120257.858000', '120257.861000', '120257.863000', '120257.866000', '120257.869000', '120257.871000', '120257.874000', '120257.876000', '120257.879000', '120257.882000', '120257.897000', '120257.900000', '120257.903000', '120257.905000', '120257.908000', '120257.910000', '120257.913000', '120257.915000', '120257.918000', '120257.920000', '120257.923000', '120257.925000', '120257.928000', '120257.931000', '120257.933000', '120257.936000', '120257.941000', '120257.944000', '120257.947000', '120257.950000', '120317.823000', '120317.826000', '120317.829000', '120317.831000', '120317.834000', '120317.837000', '120317.839000', '120317.849000', '120317.851000', '120317.854000', '120317.857000', '120317.859000', '120317.862000', '120317.864000', '120317.867000', '120317.869000', '120317.872000', '120317.874000', '120317.877000', '120317.880000', '120317.882000', '120317.885000', '120317.887000', '120317.890000', '120317.892000', '120317.895000', '120317.897000', '120317.900000', '120317.903000', '120317.905000', '120317.908000', '120317.910000', '120317.913000', '120317.915000', '120317.918000', '120317.920000', '120317.923000', '120317.926000', '120317.928000', '120317.931000', '120317.933000', '120317.936000', '120317.938000', '120317.941000', '120337.823000', '120337.826000', '120337.829000', '120337.831000', '120337.834000', '120337.837000', '120337.839000', '120337.842000', '120337.844000', '120337.847000', '120337.850000', '120337.852000', '120337.855000', '120337.857000', '120337.860000', '120337.862000', '120337.865000', '120337.867000', '120337.870000', '120337.872000', '120337.875000', '120337.878000', '120337.880000', '120337.883000', '120337.885000', '120337.888000', '120337.890000', '120337.893000', '120337.895000', '120337.898000', '120337.901000', '120337.903000', '120337.906000', '120337.908000', '120337.911000', '120337.913000', '120337.916000', '120337.919000', '120337.921000', '120337.924000', '120337.926000', '120337.929000', '120337.932000', '120357.824000', '120357.827000', '120357.830000', '120357.832000', '120357.835000', '120357.838000', '120357.840000', '120357.843000', '120357.846000', '120357.848000', '120357.851000', '120357.853000', '120357.856000', '120357.859000', '120357.861000', '120357.864000', '120357.866000', '120357.869000', '120357.872000', '120357.874000', '120357.877000', '120357.880000', '120357.889000', '120357.891000', '120357.894000', '120357.896000', '120357.899000', '120357.902000', '120357.904000', '120357.907000', '120357.909000', '120357.912000', '120357.914000', '120357.917000', '120357.919000', '120357.922000', '120357.925000', '120357.927000', '120357.930000', '120357.932000', '120357.935000', '120357.938000', '120357.940000', '120357.943000', '120417.825000', '120417.828000', '120417.830000', '120417.833000', '120417.835000', '120417.838000', '120417.841000', '120417.843000', '120417.846000', '120417.848000', '120417.851000', '120417.853000', '120417.856000', '120417.859000', '120417.861000', '120417.864000', '120417.866000', '120417.869000', '120417.871000', '120417.874000', '120417.877000', '120417.879000', '120417.882000', '120417.884000', '120417.887000', '120417.889000', '120417.892000', '120417.894000', '120417.897000', '120417.900000', '120417.902000', '120417.905000', '120417.907000', '120417.910000', '120417.912000', '120417.915000', '120417.918000', '120417.920000', '120417.923000', '120417.925000', '120417.928000', '120417.930000', '120417.933000', '120437.824000', '120437.827000', '120437.830000', '120437.832000', '120437.835000', '120437.838000', '120437.840000', '120437.844000', '120437.847000', '120437.850000', '120437.852000', '120437.855000', '120437.858000', '120437.860000', '120437.863000', '120437.865000', '120437.868000', '120437.870000', '120437.873000', '120437.903000', '120437.905000', '120437.908000', '120437.910000', '120437.913000', '120437.916000', '120437.918000', '120437.921000', '120437.923000', '120437.926000', '120437.929000', '120437.931000', '120437.934000', '120437.936000', '120437.939000', '120437.942000', '120437.944000', '120437.947000', '120437.949000', '120437.952000', '120437.954000', '120437.957000', '120437.959000', '120437.962000', '120457.825000', '120457.828000', '120457.830000', '120457.833000', '120457.835000', '120457.838000', '120457.841000', '120457.843000', '120457.846000', '120457.848000', '120457.851000', '120457.854000', '120457.856000', '120457.859000', '120457.861000', '120457.864000', '120457.866000', '120457.869000', '120457.871000', '120457.874000', '120457.877000', '120457.879000', '120457.882000', '120457.884000', '120457.887000', '120457.890000', '120457.892000', '120457.895000', '120457.897000', '120457.900000', '120457.902000', '120457.905000', '120457.908000', '120457.910000', '120457.913000', '120457.915000', '120457.918000', '120457.921000', '120457.923000', '120457.926000', '120457.928000', '120457.931000', '120457.933000', '120457.936000', '120517.824000', '120517.827000', '120517.830000', '120517.833000', '120517.835000', '120517.838000', '120517.841000', '120517.844000', '120517.847000', '120517.849000', '120517.852000', '120517.855000', '120517.857000', '120517.860000', '120517.863000', '120517.865000', '120517.868000', '120517.870000', '120517.873000', '120517.876000', '120517.878000', '120517.881000', '120517.883000', '120517.886000', '120517.889000', '120517.891000', '120517.894000', '120517.897000', '120517.899000', '120517.902000', '120517.904000', '120517.907000', '120517.910000', '120517.912000', '120517.915000', '120517.917000', '120517.920000', '120517.923000', '120517.925000', '120517.928000', '120517.930000', '120517.933000', '120517.935000', '120517.938000', '120537.823000', '120537.826000', '120537.829000', '120537.832000', '120537.834000', '120537.837000', '120537.839000', '120537.842000', '120537.844000', '120537.847000', '120537.850000', '120537.852000', '120537.855000', '120537.857000', '120537.860000', '120537.863000', '120537.865000', '120537.868000', '120537.871000', '120537.873000', '120537.876000', '120537.878000', '120537.881000', '120537.883000', '120537.886000', '120537.888000', '120537.891000', '120537.894000', '120537.896000', '120537.899000', '120537.901000', '120537.904000', '120537.907000', '120537.909000', '120537.912000', '120537.914000', '120537.917000', '120537.919000', '120537.922000', '120537.925000', '120537.927000', '120537.930000', '120537.932000', '120557.823000', '120557.826000', '120557.829000', '120557.831000', '120557.834000', '120557.837000', '120557.839000', '120557.842000', '120557.845000', '120557.847000', '120557.850000', '120557.852000', '120557.855000', '120557.857000', '120557.860000', '120557.863000', '120557.865000', '120557.868000', '120557.870000', '120557.873000', '120557.876000', '120557.878000', '120557.881000', '120557.883000', '120557.886000', '120557.888000', '120557.891000', '120557.894000', '120557.896000', '120557.899000', '120557.902000', '120557.904000', '120557.907000', '120557.909000', '120557.912000', '120557.914000', '120557.917000', '120557.920000', '120557.922000', '120557.925000', '120557.927000', '120557.930000', '120557.932000', '120557.935000', '120617.825000', '120617.827000', '120617.830000', '120617.833000', '120617.835000', '120617.838000', '120617.840000', '120617.843000', '120617.845000', '120617.848000', '120617.851000', '120617.853000', '120617.856000', '120617.858000', '120617.861000', '120617.864000', '120617.866000', '120617.869000', '120617.871000', '120617.874000', '120617.877000', '120617.879000', '120617.882000', '120617.884000', '120617.887000', '120617.889000', '120617.892000', '120617.895000', '120617.897000', '120617.900000', '120617.902000', '120617.905000', '120617.908000', '120617.910000', '120617.913000', '120617.915000', '120617.918000', '120617.920000', '120617.923000', '120617.926000', '120617.928000', '120617.931000', '120617.933000', '120637.824000', '120637.827000', '120637.830000', '120637.832000', '120637.835000', '120637.838000', '120637.840000', '120637.843000', '120637.846000', '120637.849000', '120637.852000', '120637.855000', '120637.857000', '120637.860000', '120637.863000', '120637.865000', '120637.868000', '120637.870000', '120637.873000', '120637.876000', '120637.878000', '120637.881000', '120637.884000', '120637.887000', '120637.889000', '120637.892000', '120637.895000', '120637.897000', '120637.900000', '120637.902000', '120637.905000', '120637.907000', '120637.910000', '120637.913000', '120637.915000', '120637.918000', '120637.920000', '120637.923000', '120637.925000', '120637.928000', '120637.931000', '120637.933000', '120637.936000', '120657.825000', '120657.828000', '120657.830000', '120657.833000', '120657.835000', '120657.838000', '120657.840000', '120657.843000', '120657.845000', '120657.848000', '120657.851000', '120657.853000', '120657.856000', '120657.858000', '120657.861000', '120657.864000', '120657.866000', '120657.869000', '120657.871000', '120657.874000', '120657.876000', '120657.879000', '120657.881000', '120657.884000', '120657.887000', '120657.889000', '120657.892000', '120657.894000', '120657.897000', '120657.900000', '120657.902000', '120657.905000', '120657.907000', '120657.910000', '120657.912000', '120657.915000', '120657.918000', '120657.920000', '120657.923000', '120657.925000', '120657.928000', '120657.931000', '120657.933000', '120657.936000', '120717.825000', '120717.827000', '120717.830000', '120717.833000', '120717.835000', '120717.838000', '120717.840000', '120717.843000', '120717.845000', '120717.848000', '120717.851000', '120717.853000', '120717.856000', '120717.859000', '120717.862000', '120717.865000', '120717.867000', '120717.870000', '120717.874000', '120717.877000', '120717.879000', '120717.882000', '120717.884000', '120717.887000', '120717.889000', '120717.892000', '120717.895000', '120717.897000', '120717.900000', '120717.902000', '120717.905000', '120717.907000', '120717.910000', '120717.913000', '120717.915000', '120717.918000', '120717.920000', '120717.923000', '120717.925000', '120717.928000', '120717.931000', '120717.933000', '120717.936000', '120737.825000', '120737.828000', '120737.830000', '120737.833000', '120737.835000', '120737.838000', '120737.841000', '120737.843000', '120737.846000', '120737.848000', '120737.851000', '120737.854000', '120737.856000', '120737.859000', '120737.861000', '120737.864000', '120737.867000', '120737.869000', '120737.872000', '120737.874000', '120737.877000', '120737.879000', '120737.882000', '120737.884000', '120737.887000', '120737.890000', '120737.892000', '120737.895000', '120737.897000', '120737.900000', '120737.903000', '120737.905000', '120737.908000', '120737.910000', '120737.913000', '120737.916000', '120737.918000', '120737.921000', '120737.923000', '120737.926000', '120737.928000', '120737.931000', '120737.934000', '120757.823000', '120757.826000', '120757.829000', '120757.831000', '120757.834000', '120757.837000', '120757.839000', '120757.842000', '120757.844000', '120757.847000', '120757.849000', '120757.852000', '120757.855000', '120757.857000', '120757.860000', '120757.862000', '120757.865000', '120757.867000', '120757.870000', '120757.873000', '120757.875000', '120757.878000', '120757.880000', '120757.883000', '120757.885000', '120757.888000', '120757.891000', '120757.893000', '120757.896000', '120757.899000', '120757.901000', '120757.904000', '120757.906000', '120757.909000', '120757.912000', '120757.914000', '120757.917000', '120757.921000', '120757.923000', '120757.926000', '120757.929000', '120757.931000', '120757.934000', '120757.936000', '120758.784000', '120758.787000', '120758.789000'], 'InstanceCreationTime': ['120137.854000', '120137.857000', '120137.859000', '120137.862000', '120137.865000', '120137.873000', '120137.875000', '120137.878000', '120137.880000', '120137.883000', '120137.885000', '120137.888000', '120137.890000', '120137.893000', '120137.896000', '120137.898000', '120137.901000', '120137.903000', '120137.906000', '120137.908000', '120137.911000', '120137.914000', '120137.917000', '120137.920000', '120137.923000', '120137.926000', '120137.928000', '120137.931000', '120137.934000', '120137.936000', '120137.939000', '120137.941000', '120137.944000', '120137.946000', '120137.949000', '120137.951000', '120137.954000', '120137.956000', '120137.959000', '120137.962000', '120137.965000', '120137.968000', '120137.970000', '120157.824000', '120157.827000', '120157.830000', '120157.832000', '120157.835000', '120157.837000', '120157.840000', '120157.843000', '120157.845000', '120157.848000', '120157.850000', '120157.853000', '120157.855000', '120157.858000', '120157.860000', '120157.863000', '120157.865000', '120157.868000', '120157.871000', '120157.873000', '120157.876000', '120157.878000', '120157.881000', '120157.883000', '120157.886000', '120157.888000', '120157.891000', '120157.894000', '120157.896000', '120157.899000', '120157.901000', '120157.904000', '120157.906000', '120157.909000', '120157.920000', '120157.923000', '120157.926000', '120157.928000', '120157.931000', '120157.933000', '120157.936000', '120157.938000', '120157.941000', '120157.944000', '120217.824000', '120217.827000', '120217.830000', '120217.832000', '120217.835000', '120217.838000', '120217.840000', '120217.843000', '120217.845000', '120217.848000', '120217.850000', '120217.853000', '120217.856000', '120217.858000', '120217.861000', '120217.863000', '120217.866000', '120217.868000', '120217.871000', '120217.874000', '120217.876000', '120217.879000', '120217.881000', '120217.884000', '120217.886000', '120217.889000', '120217.891000', '120217.894000', '120217.897000', '120217.899000', '120217.902000', '120217.904000', '120217.907000', '120217.916000', '120217.918000', '120217.921000', '120217.923000', '120217.926000', '120217.928000', '120217.931000', '120217.934000', '120217.936000', '120217.939000', '120237.825000', '120237.828000', '120237.830000', '120237.833000', '120237.835000', '120237.838000', '120237.840000', '120237.843000', '120237.845000', '120237.848000', '120237.851000', '120237.853000', '120237.856000', '120237.860000', '120237.863000', '120237.865000', '120237.868000', '120237.871000', '120237.873000', '120237.876000', '120237.878000', '120237.881000', '120237.883000', '120237.886000', '120237.888000', '120237.891000', '120237.894000', '120237.896000', '120237.899000', '120237.901000', '120237.904000', '120237.906000', '120237.909000', '120237.912000', '120237.914000', '120237.917000', '120237.919000', '120237.922000', '120237.924000', '120237.927000', '120237.929000', '120237.932000', '120237.935000', '120237.937000', '120257.825000', '120257.827000', '120257.830000', '120257.832000', '120257.835000', '120257.838000', '120257.840000', '120257.843000', '120257.845000', '120257.848000', '120257.850000', '120257.853000', '120257.856000', '120257.858000', '120257.861000', '120257.863000', '120257.866000', '120257.869000', '120257.871000', '120257.874000', '120257.876000', '120257.879000', '120257.882000', '120257.897000', '120257.900000', '120257.903000', '120257.905000', '120257.908000', '120257.910000', '120257.913000', '120257.915000', '120257.918000', '120257.920000', '120257.923000', '120257.925000', '120257.928000', '120257.931000', '120257.933000', '120257.936000', '120257.941000', '120257.944000', '120257.947000', '120257.950000', '120317.823000', '120317.826000', '120317.829000', '120317.831000', '120317.834000', '120317.837000', '120317.839000', '120317.849000', '120317.851000', '120317.854000', '120317.857000', '120317.859000', '120317.862000', '120317.864000', '120317.867000', '120317.869000', '120317.872000', '120317.874000', '120317.877000', '120317.880000', '120317.882000', '120317.885000', '120317.887000', '120317.890000', '120317.892000', '120317.895000', '120317.897000', '120317.900000', '120317.903000', '120317.905000', '120317.908000', '120317.910000', '120317.913000', '120317.915000', '120317.918000', '120317.920000', '120317.923000', '120317.926000', '120317.928000', '120317.931000', '120317.933000', '120317.936000', '120317.938000', '120317.941000', '120337.823000', '120337.826000', '120337.829000', '120337.831000', '120337.834000', '120337.837000', '120337.839000', '120337.842000', '120337.844000', '120337.847000', '120337.850000', '120337.852000', '120337.855000', '120337.857000', '120337.860000', '120337.862000', '120337.865000', '120337.867000', '120337.870000', '120337.872000', '120337.875000', '120337.878000', '120337.880000', '120337.883000', '120337.885000', '120337.888000', '120337.890000', '120337.893000', '120337.895000', '120337.898000', '120337.901000', '120337.903000', '120337.906000', '120337.908000', '120337.911000', '120337.913000', '120337.916000', '120337.919000', '120337.921000', '120337.924000', '120337.926000', '120337.929000', '120337.932000', '120357.824000', '120357.827000', '120357.830000', '120357.832000', '120357.835000', '120357.838000', '120357.840000', '120357.843000', '120357.846000', '120357.848000', '120357.851000', '120357.853000', '120357.856000', '120357.859000', '120357.861000', '120357.864000', '120357.866000', '120357.869000', '120357.872000', '120357.874000', '120357.877000', '120357.880000', '120357.889000', '120357.891000', '120357.894000', '120357.896000', '120357.899000', '120357.902000', '120357.904000', '120357.907000', '120357.909000', '120357.912000', '120357.914000', '120357.917000', '120357.919000', '120357.922000', '120357.925000', '120357.927000', '120357.930000', '120357.932000', '120357.935000', '120357.938000', '120357.940000', '120357.943000', '120417.825000', '120417.828000', '120417.830000', '120417.833000', '120417.835000', '120417.838000', '120417.841000', '120417.843000', '120417.846000', '120417.848000', '120417.851000', '120417.853000', '120417.856000', '120417.859000', '120417.861000', '120417.864000', '120417.866000', '120417.869000', '120417.871000', '120417.874000', '120417.877000', '120417.879000', '120417.882000', '120417.884000', '120417.887000', '120417.889000', '120417.892000', '120417.894000', '120417.897000', '120417.900000', '120417.902000', '120417.905000', '120417.907000', '120417.910000', '120417.912000', '120417.915000', '120417.918000', '120417.920000', '120417.923000', '120417.925000', '120417.928000', '120417.930000', '120417.933000', '120437.824000', '120437.827000', '120437.830000', '120437.832000', '120437.835000', '120437.838000', '120437.840000', '120437.844000', '120437.847000', '120437.850000', '120437.852000', '120437.855000', '120437.858000', '120437.860000', '120437.863000', '120437.865000', '120437.868000', '120437.870000', '120437.873000', '120437.903000', '120437.905000', '120437.908000', '120437.910000', '120437.913000', '120437.916000', '120437.918000', '120437.921000', '120437.923000', '120437.926000', '120437.929000', '120437.931000', '120437.934000', '120437.936000', '120437.939000', '120437.942000', '120437.944000', '120437.947000', '120437.949000', '120437.952000', '120437.954000', '120437.957000', '120437.959000', '120437.962000', '120457.825000', '120457.828000', '120457.830000', '120457.833000', '120457.835000', '120457.838000', '120457.841000', '120457.843000', '120457.846000', '120457.848000', '120457.851000', '120457.854000', '120457.856000', '120457.859000', '120457.861000', '120457.864000', '120457.866000', '120457.869000', '120457.871000', '120457.874000', '120457.877000', '120457.879000', '120457.882000', '120457.884000', '120457.887000', '120457.890000', '120457.892000', '120457.895000', '120457.897000', '120457.900000', '120457.902000', '120457.905000', '120457.908000', '120457.910000', '120457.913000', '120457.915000', '120457.918000', '120457.921000', '120457.923000', '120457.926000', '120457.928000', '120457.931000', '120457.933000', '120457.936000', '120517.824000', '120517.827000', '120517.830000', '120517.833000', '120517.835000', '120517.838000', '120517.841000', '120517.844000', '120517.847000', '120517.849000', '120517.852000', '120517.855000', '120517.857000', '120517.860000', '120517.863000', '120517.865000', '120517.868000', '120517.870000', '120517.873000', '120517.876000', '120517.878000', '120517.881000', '120517.883000', '120517.886000', '120517.889000', '120517.891000', '120517.894000', '120517.897000', '120517.899000', '120517.902000', '120517.904000', '120517.907000', '120517.910000', '120517.912000', '120517.915000', '120517.917000', '120517.920000', '120517.923000', '120517.925000', '120517.928000', '120517.930000', '120517.933000', '120517.935000', '120517.938000', '120537.823000', '120537.826000', '120537.829000', '120537.832000', '120537.834000', '120537.837000', '120537.839000', '120537.842000', '120537.844000', '120537.847000', '120537.850000', '120537.852000', '120537.855000', '120537.857000', '120537.860000', '120537.863000', '120537.865000', '120537.868000', '120537.871000', '120537.873000', '120537.876000', '120537.878000', '120537.881000', '120537.883000', '120537.886000', '120537.888000', '120537.891000', '120537.894000', '120537.896000', '120537.899000', '120537.901000', '120537.904000', '120537.907000', '120537.909000', '120537.912000', '120537.914000', '120537.917000', '120537.919000', '120537.922000', '120537.925000', '120537.927000', '120537.930000', '120537.932000', '120557.823000', '120557.826000', '120557.829000', '120557.831000', '120557.834000', '120557.837000', '120557.839000', '120557.842000', '120557.845000', '120557.847000', '120557.850000', '120557.852000', '120557.855000', '120557.857000', '120557.860000', '120557.863000', '120557.865000', '120557.868000', '120557.870000', '120557.873000', '120557.876000', '120557.878000', '120557.881000', '120557.883000', '120557.886000', '120557.888000', '120557.891000', '120557.894000', '120557.896000', '120557.899000', '120557.902000', '120557.904000', '120557.907000', '120557.909000', '120557.912000', '120557.914000', '120557.917000', '120557.920000', '120557.922000', '120557.925000', '120557.927000', '120557.930000', '120557.932000', '120557.935000', '120617.825000', '120617.827000', '120617.830000', '120617.833000', '120617.835000', '120617.838000', '120617.840000', '120617.843000', '120617.845000', '120617.848000', '120617.851000', '120617.853000', '120617.856000', '120617.858000', '120617.861000', '120617.864000', '120617.866000', '120617.869000', '120617.871000', '120617.874000', '120617.877000', '120617.879000', '120617.882000', '120617.884000', '120617.887000', '120617.889000', '120617.892000', '120617.895000', '120617.897000', '120617.900000', '120617.902000', '120617.905000', '120617.908000', '120617.910000', '120617.913000', '120617.915000', '120617.918000', '120617.920000', '120617.923000', '120617.926000', '120617.928000', '120617.931000', '120617.933000', '120637.824000', '120637.827000', '120637.830000', '120637.832000', '120637.835000', '120637.838000', '120637.840000', '120637.843000', '120637.846000', '120637.849000', '120637.852000', '120637.855000', '120637.857000', '120637.860000', '120637.863000', '120637.865000', '120637.868000', '120637.870000', '120637.873000', '120637.876000', '120637.878000', '120637.881000', '120637.884000', '120637.887000', '120637.889000', '120637.892000', '120637.895000', '120637.897000', '120637.900000', '120637.902000', '120637.905000', '120637.907000', '120637.910000', '120637.913000', '120637.915000', '120637.918000', '120637.920000', '120637.923000', '120637.925000', '120637.928000', '120637.931000', '120637.933000', '120637.936000', '120657.825000', '120657.828000', '120657.830000', '120657.833000', '120657.835000', '120657.838000', '120657.840000', '120657.843000', '120657.845000', '120657.848000', '120657.851000', '120657.853000', '120657.856000', '120657.858000', '120657.861000', '120657.864000', '120657.866000', '120657.869000', '120657.871000', '120657.874000', '120657.876000', '120657.879000', '120657.881000', '120657.884000', '120657.887000', '120657.889000', '120657.892000', '120657.894000', '120657.897000', '120657.900000', '120657.902000', '120657.905000', '120657.907000', '120657.910000', '120657.912000', '120657.915000', '120657.918000', '120657.920000', '120657.923000', '120657.925000', '120657.928000', '120657.931000', '120657.933000', '120657.936000', '120717.825000', '120717.827000', '120717.830000', '120717.833000', '120717.835000', '120717.838000', '120717.840000', '120717.843000', '120717.845000', '120717.848000', '120717.851000', '120717.853000', '120717.856000', '120717.859000', '120717.862000', '120717.865000', '120717.867000', '120717.870000', '120717.874000', '120717.877000', '120717.879000', '120717.882000', '120717.884000', '120717.887000', '120717.889000', '120717.892000', '120717.895000', '120717.897000', '120717.900000', '120717.902000', '120717.905000', '120717.907000', '120717.910000', '120717.913000', '120717.915000', '120717.918000', '120717.920000', '120717.923000', '120717.925000', '120717.928000', '120717.931000', '120717.933000', '120717.936000', '120737.825000', '120737.828000', '120737.830000', '120737.833000', '120737.835000', '120737.838000', '120737.841000', '120737.843000', '120737.846000', '120737.848000', '120737.851000', '120737.854000', '120737.856000', '120737.859000', '120737.861000', '120737.864000', '120737.867000', '120737.869000', '120737.872000', '120737.874000', '120737.877000', '120737.879000', '120737.882000', '120737.884000', '120737.887000', '120737.890000', '120737.892000', '120737.895000', '120737.897000', '120737.900000', '120737.903000', '120737.905000', '120737.908000', '120737.910000', '120737.913000', '120737.916000', '120737.918000', '120737.921000', '120737.923000', '120737.926000', '120737.928000', '120737.931000', '120737.934000', '120757.823000', '120757.826000', '120757.829000', '120757.831000', '120757.834000', '120757.837000', '120757.839000', '120757.842000', '120757.844000', '120757.847000', '120757.849000', '120757.852000', '120757.855000', '120757.857000', '120757.860000', '120757.862000', '120757.865000', '120757.867000', '120757.870000', '120757.873000', '120757.875000', '120757.878000', '120757.880000', '120757.883000', '120757.885000', '120757.888000', '120757.891000', '120757.893000', '120757.896000', '120757.899000', '120757.901000', '120757.904000', '120757.906000', '120757.909000', '120757.912000', '120757.914000', '120757.917000', '120757.921000', '120757.923000', '120757.926000', '120757.929000', '120757.931000', '120757.934000', '120757.936000', '120758.784000', '120758.787000', '120758.789000'], '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': [7038, 11880, 8090, 10134, 11069, 7179, 14887, 7418, 6498, 11105, 6534, 6697, 9010, 6622, 10206, 9064, 10839, 7957, 13161, 7294, 14576, 9487, 15404, 11643, 16011, 12387, 11388, 13441, 9037, 14570, 9432, 13236, 10186, 11116, 9167, 8770, 7859, 9120, 8690, 8899, 9687, 9480, 9270, 9930, 6902, 6504, 9045, 6745, 10176, 6204, 9809, 6316, 11872, 10750, 10488, 8772, 9674, 6432, 10735, 8780, 8835, 6091, 10013, 7387, 12927, 6465, 9411, 7765, 7038, 9026, 8301, 10209, 7470, 10083, 8541, 14033, 7294, 12366, 7901, 11818, 8674, 10792, 8388, 8090, 8555, 7247, 9011, 6224, 8941, 6378, 9600, 8052, 12922, 9169, 12713, 7266, 9289, 6116, 9553, 6322, 9709, 8109, 7066, 9123, 8797, 12780, 8157, 6114, 9904, 7688, 12880, 10684, 15053, 11129, 15746, 12017, 14335, 9783, 10434, 9684, 8739, 9652, 6356, 9689, 7557, 10029, 9189, 9793, 8280, 8743, 8853, 6348, 10162, 9639, 8593, 9565, 6456, 10905, 9577, 10860, 6686, 10547, 7242, 10713, 9001, 10184, 8618, 12500, 9368, 12642, 9490, 11881, 8181, 12231, 8369, 12301, 8059, 10698, 9614, 7444, 10148, 7958, 10338, 11543, 10447, 9041, 10406, 9296, 11188, 10957, 12323, 8992, 11811, 8876, 6526, 10573, 7030, 6482, 10126, 8532, 10269, 10457, 10968, 8527, 12054, 9861, 11337, 9934, 7344, 10037, 11103, 13744, 9156, 10944, 10086, 8732, 10077, 11602, 11228, 8614, 12613, 9976, 6614, 10273, 6220, 10039, 9363, 10098, 9669, 11692, 8812, 6449, 9657, 6676, 10519, 10651, 12074, 9586, 7495, 11619, 9012, 14075, 10717, 11238, 10635, 10926, 11600, 7744, 10357, 9090, 9740, 11759, 9901, 9626, 9800, 7790, 9863, 8726, 13155, 9655, 8004, 13193, 8287, 6353, 10725, 9158, 10571, 8990, 10529, 6848, 10488, 9359, 9904, 8801, 10649, 8828, 11367, 9396, 12248, 11659, 15055, 11941, 9090, 10115, 8859, 7648, 10896, 7986, 10486, 8189, 10218, 9266, 10144, 7866, 9962, 8870, 9565, 9297, 11024, 9398, 10106, 9629, 9605, 10685, 14467, 9370, 9859, 9486, 7837, 6215, 9725, 8227, 9868, 11329, 11451, 8968, 8308, 9790, 9730, 12074, 10633, 14438, 11988, 14760, 12520, 12562, 10673, 10504, 9971, 8898, 10204, 8821, 11505, 8709, 9911, 7598, 9759, 9736, 9174, 10360, 7072, 10073, 8958, 9999, 8993, 9747, 8710, 9730, 8359, 10278, 9132, 10357, 9892, 10646, 9482, 11120, 8937, 11136, 10918, 11374, 11488, 10138, 10403, 9804, 8309, 9660, 8462, 10110, 7993, 10341, 6569, 9527, 7943, 9569, 9083, 6635, 9451, 7427, 10275, 8346, 10808, 8784, 10576, 7468, 10403, 8197, 10057, 8744, 12349, 10177, 13566, 8924, 8250, 10479, 11452, 11042, 8251, 11089, 7639, 10815, 11361, 10424, 8549, 10363, 7667, 10910, 8648, 13122, 9816, 10987, 11115, 10349, 7812, 8152, 9710, 6945, 10208, 10006, 12340, 8414, 9595, 9736, 9899, 8891, 11833, 8551, 10878, 7229, 10141, 7539, 11917, 8780, 10418, 8694, 7621, 8789, 10229, 9027, 12035, 7050, 10529, 9743, 10061, 9736, 10022, 9115, 9584, 6574, 9002, 7029, 8942, 7382, 9539, 8691, 9699, 9013, 10198, 9630, 10384, 9077, 10867, 9357, 10953, 10253, 10585, 8103, 10240, 8845, 10583, 6285, 9879, 8917, 9551, 6386, 9912, 8255, 10569, 9460, 11491, 8295, 9481, 8697, 7139, 10194, 7950, 10580, 9811, 10480, 8976, 11483, 8461, 13622, 9329, 14119, 11250, 13107, 11127, 11413, 10995, 9786, 10055, 9717, 8753, 10758, 9682, 11238, 8078, 10821, 7236, 10090, 9351, 13218, 9228, 10948, 9230, 6570, 9963, 7897, 10016, 13860, 9569, 13239, 9147, 11128, 9605, 7341, 10250, 9342, 10588, 8928, 10779, 10093, 10702, 9916, 10348, 7485, 11466, 9492, 7547, 11557, 8103, 9569, 9768, 8736, 10377, 9266, 11330, 8795, 12833, 8828, 13886, 9968, 15177, 12089, 15033, 11403, 13171, 11272, 10567, 9484, 7674, 9935, 10067, 10856, 7414, 6655, 10151, 7280, 6341, 10875, 8361, 10434, 8369, 11331, 8897, 11213, 9368, 12412, 10276, 8557, 10547, 8163, 6250, 10256, 8610, 10224, 11360, 9619, 12236, 9282, 13040, 9214, 11846, 9514, 9212, 9846, 8066, 9932, 9101, 6618, 9612, 6575, 10275, 9450, 10481, 11913, 11548, 9115, 9417, 10391, 6847, 11049, 7370, 10440, 9605, 10803, 9786, 7667, 10752, 9689, 13702, 8800, 11858, 7367, 10823, 10826, 11010, 9832, 13292, 10169, 10048, 8523, 6489, 9829, 7986, 10158, 9310, 10297, 7646, 9418, 8587, 8033, 10261, 6982, 10612, 10153, 12552, 9022, 11810, 10143, 7359, 14178, 10203, 12427, 11587, 6732, 10998, 14549, 10197, 13521, 9762, 10835, 9796, 7877, 9463, 10485, 10214, 9517, 11368, 8396, 13159, 11127, 10788, 9230, 8878, 8998, 9223, 9396, 10818, 9260, 9062, 8894, 9883, 8796, 10169, 9081, 10179, 9510, 8535, 7337, 9660, 10144, 8826, 10591, 8568, 10275, 10368, 9973, 10042, 10035, 10137, 9990, 9982, 10270, 10596, 10712, 7804, 10195, 8723, 6557, 10279, 9057, 10791, 8447, 11729, 9371, 11051, 8299, 10726, 6339, 10612, 9631, 9825, 11403, 9860, 10473, 10016, 12148, 9783, 7810, 10092, 9863, 9665, 8859, 9249, 9691, 7276, 10302, 8314, 10272, 11200, 13596, 8999, 14447, 9001, 9926, 9757, 6474, 10156, 6366, 10463, 8812, 9622, 6874, 10066, 9734, 10844, 7610, 6438, 9663, 6377, 10451, 7659, 10389, 8929, 11410, 8645, 12084, 9711, 11360, 10468, 11030, 11791, 11825, 10036, 12240, 9948, 9811, 9802, 8987, 9926, 10486, 9979, 8137, 9869, 9635, 9796, 9822, 10408, 9365, 7746, 10370, 9229, 10059, 9062, 11886, 10811, 13879, 9926, 7969, 10071, 8864, 10099, 9910, 9832, 10152, 7590, 9562, 9584, 9027, 9530, 9505, 10024, 9614, 7739, 9985, 8532, 9869, 10128, 9913, 10589, 10829, 8659, 8709, 10058, 8985, 11211, 9769, 8445, 10097, 6304, 10419, 7621, 10635, 8192, 10112, 8746, 10178, 10341, 10487, 9518, 10625, 10021, 10552, 10001, 10006, 6802, 10571, 8164, 10826, 10492, 10773, 10198, 10513, 10031, 10784, 11579, 10583, 7265, 10740, 9528, 10890, 11615, 11950, 9373, 10934, 9817, 8867, 10540, 7691, 12077, 7817, 10698, 8845, 10326, 7337, 11439, 8828, 14315, 11575, 11690, 7655, 9830, 9140, 8434, 9839, 11840, 9892, 8117, 11356, 8856, 9488], 'WindowCenter': [4053.0, 4088.0, 4055.0, 4060.0, 4057.0, 4016.0, 4064.0, 3988.0, 3990.0, 4027.0, 4020.0, 4002.0, 4032.0, 4032.0, 4064.0, 4039.0, 4046.0, 4011.0, 4039.0, 3955.0, 4035.0, 4005.0, 4049.0, 4016.0, 4033.0, 4013.0, 4001.0, 4011.0, 3978.0, 4010.0, 3965.0, 3996.0, 3974.0, 3982.0, 3963.0, 3962.0, 3953.0, 3962.0, 3963.0, 3975.0, 3988.0, 4001.0, 3992.0, 4001.0, 3983.0, 3974.0, 4005.0, 3988.0, 4031.0, 3989.0, 4030.0, 3990.0, 4057.0, 4031.0, 4031.0, 3997.0, 4019.0, 3989.0, 4044.0, 4022.0, 4036.0, 3978.0, 4020.0, 3985.0, 4009.0, 3977.0, 4006.0, 3997.0, 3986.0, 4008.0, 4007.0, 4018.0, 4000.0, 3989.0, 4008.0, 4036.0, 3984.0, 4022.0, 3995.0, 4013.0, 3994.0, 4015.0, 3993.0, 3995.0, 4007.0, 3995.0, 4004.0, 3961.0, 4007.0, 3973.0, 4017.0, 3997.0, 4038.0, 4017.0, 4039.0, 3997.0, 4004.0, 3963.0, 4004.0, 3987.0, 4018.0, 4009.0, 3999.0, 4032.0, 4022.0, 4052.0, 4009.0, 3977.0, 4029.0, 4025.0, 4026.0, 4003.0, 4064.0, 4018.0, 4036.0, 4015.0, 4024.0, 3992.0, 3988.0, 3978.0, 3976.0, 3987.0, 3947.0, 3988.0, 3969.0, 4001.0, 4002.0, 4002.0, 3995.0, 3993.0, 3993.0, 3973.0, 4014.0, 4006.0, 4006.0, 4018.0, 3977.0, 4018.0, 4018.0, 4028.0, 3986.0, 4018.0, 3985.0, 4017.0, 4007.0, 4018.0, 3996.0, 4027.0, 4006.0, 4026.0, 4005.0, 4014.0, 3994.0, 4014.0, 3994.0, 4013.0, 3982.0, 4002.0, 4003.0, 3972.0, 4002.0, 3983.0, 4001.0, 4013.0, 4002.0, 3993.0, 4004.0, 4004.0, 4014.0, 4027.0, 4024.0, 4006.0, 4024.0, 3994.0, 3972.0, 4014.0, 3986.0, 3986.0, 4029.0, 4020.0, 4029.0, 4030.0, 4030.0, 4021.0, 4039.0, 4020.0, 4028.0, 4017.0, 3985.0, 4005.0, 4014.0, 4024.0, 4005.0, 4015.0, 4004.0, 3994.0, 4003.0, 4014.0, 4012.0, 3994.0, 4025.0, 4015.0, 3974.0, 4014.0, 3961.0, 4001.0, 4002.0, 4002.0, 4003.0, 4023.0, 4005.0, 3972.0, 4002.0, 3973.0, 4015.0, 4017.0, 4038.0, 4017.0, 3996.0, 4028.0, 4019.0, 4049.0, 4018.0, 4028.0, 4018.0, 4016.0, 4027.0, 3984.0, 4014.0, 3990.0, 3990.0, 4011.0, 4000.0, 3990.0, 4001.0, 3979.0, 4001.0, 3992.0, 4021.0, 3991.0, 3981.0, 4024.0, 3993.0, 3973.0, 4025.0, 4018.0, 4016.0, 4006.0, 4014.0, 3972.0, 4014.0, 4005.0, 4005.0, 3993.0, 4014.0, 3992.0, 4012.0, 3990.0, 4012.0, 4011.0, 4032.0, 4010.0, 3978.0, 3988.0, 3991.0, 3981.0, 4013.0, 3993.0, 4014.0, 3981.0, 4002.0, 3990.0, 4001.0, 3980.0, 4000.0, 3991.0, 4001.0, 3990.0, 4000.0, 3977.0, 3988.0, 3987.0, 3989.0, 4002.0, 4020.0, 3990.0, 3990.0, 3987.0, 3980.0, 3961.0, 4019.0, 4008.0, 4017.0, 4039.0, 4029.0, 4019.0, 4009.0, 4019.0, 4007.0, 4028.0, 4005.0, 4025.0, 4001.0, 4011.0, 3987.0, 3985.0, 3973.0, 3962.0, 3961.0, 3951.0, 3960.0, 3949.0, 3981.0, 3951.0, 3972.0, 3951.0, 3976.0, 3975.0, 3975.0, 3988.0, 3956.0, 3989.0, 3991.0, 3990.0, 3992.0, 3991.0, 3991.0, 3991.0, 3983.0, 4002.0, 3993.0, 4003.0, 4003.0, 4002.0, 4004.0, 4012.0, 3993.0, 4000.0, 4001.0, 4001.0, 4001.0, 3990.0, 4001.0, 3990.0, 3980.0, 3990.0, 3981.0, 4000.0, 3983.0, 4001.0, 3973.0, 4004.0, 3997.0, 4006.0, 4008.0, 3987.0, 4018.0, 3997.0, 4018.0, 4009.0, 4028.0, 4009.0, 4029.0, 3987.0, 4018.0, 3997.0, 4019.0, 3995.0, 4027.0, 4015.0, 4036.0, 4005.0, 3994.0, 4017.0, 4028.0, 4028.0, 4010.0, 4029.0, 3998.0, 4027.0, 4028.0, 4016.0, 3995.0, 4014.0, 3985.0, 4016.0, 3994.0, 4025.0, 4016.0, 4014.0, 4015.0, 4000.0, 3984.0, 3995.0, 4004.0, 3985.0, 4016.0, 4015.0, 4037.0, 4007.0, 4017.0, 4005.0, 4002.0, 4004.0, 4024.0, 3993.0, 4015.0, 3996.0, 4016.0, 3995.0, 4025.0, 3996.0, 4013.0, 4004.0, 3971.0, 4005.0, 4012.0, 4004.0, 4027.0, 3985.0, 4014.0, 4004.0, 4002.0, 4003.0, 4015.0, 4003.0, 4001.0, 3971.0, 4003.0, 3984.0, 4003.0, 3983.0, 4016.0, 4007.0, 4017.0, 4019.0, 4029.0, 4018.0, 4028.0, 3997.0, 4017.0, 4007.0, 4028.0, 4018.0, 4016.0, 3995.0, 4003.0, 4004.0, 4015.0, 3974.0, 4017.0, 4007.0, 3993.0, 3973.0, 4015.0, 4007.0, 4028.0, 4017.0, 4037.0, 4008.0, 4017.0, 4007.0, 3997.0, 4028.0, 4008.0, 4029.0, 4029.0, 4043.0, 4009.0, 4029.0, 3994.0, 4038.0, 4004.0, 4024.0, 4012.0, 4021.0, 4011.0, 4012.0, 4013.0, 4001.0, 4003.0, 3990.0, 3993.0, 4013.0, 4003.0, 4013.0, 3992.0, 4013.0, 3984.0, 4002.0, 4004.0, 4037.0, 4005.0, 4014.0, 4002.0, 3972.0, 4002.0, 3981.0, 4002.0, 4022.0, 4002.0, 4022.0, 3992.0, 4012.0, 3991.0, 3972.0, 4003.0, 4003.0, 4012.0, 3993.0, 4014.0, 4014.0, 4015.0, 4017.0, 4016.0, 3997.0, 4028.0, 4017.0, 3996.0, 4028.0, 4009.0, 4017.0, 4017.0, 4006.0, 4017.0, 4005.0, 4016.0, 3995.0, 4025.0, 4006.0, 4036.0, 4018.0, 4037.0, 4011.0, 4020.0, 3987.0, 3996.0, 3987.0, 3986.0, 3977.0, 3967.0, 3989.0, 4000.0, 4000.0, 3970.0, 3971.0, 4011.0, 3982.0, 3974.0, 4026.0, 4008.0, 4018.0, 3997.0, 4017.0, 4007.0, 4017.0, 4006.0, 4027.0, 4005.0, 3993.0, 4002.0, 3982.0, 3961.0, 4001.0, 3993.0, 4016.0, 4013.0, 4005.0, 4023.0, 4003.0, 4023.0, 3993.0, 4011.0, 3990.0, 3992.0, 4003.0, 3982.0, 4002.0, 3992.0, 3971.0, 4004.0, 3973.0, 4013.0, 4005.0, 4015.0, 4026.0, 4015.0, 4006.0, 4005.0, 4014.0, 3971.0, 4015.0, 3984.0, 4016.0, 4006.0, 4015.0, 4005.0, 3996.0, 4027.0, 4007.0, 4037.0, 4005.0, 4025.0, 3983.0, 4014.0, 4014.0, 4014.0, 4003.0, 4023.0, 4002.0, 4003.0, 3995.0, 3962.0, 4004.0, 3995.0, 4030.0, 4020.0, 4028.0, 4010.0, 4019.0, 4020.0, 4009.0, 4029.0, 3998.0, 4029.0, 4020.0, 4041.0, 4022.0, 4040.0, 4019.0, 3988.0, 4040.0, 4019.0, 4040.0, 4029.0, 3975.0, 4017.0, 4034.0, 4005.0, 4024.0, 4003.0, 4002.0, 4000.0, 3981.0, 3991.0, 3999.0, 3988.0, 3977.0, 3997.0, 3966.0, 3997.0, 3987.0, 3987.0, 3975.0, 3977.0, 3964.0, 3976.0, 3965.0, 3971.0, 3962.0, 3961.0, 3962.0, 3962.0, 3964.0, 3974.0, 3964.0, 3985.0, 3975.0, 3979.0, 3967.0, 4000.0, 3999.0, 3990.0, 4000.0, 3993.0, 4003.0, 4002.0, 3991.0, 4003.0, 3991.0, 4003.0, 3991.0, 4001.0, 4002.0, 4003.0, 4003.0, 3984.0, 4003.0, 3995.0, 3976.0, 4017.0, 4008.0, 4031.0, 4009.0, 4031.0, 4023.0, 4030.0, 4009.0, 4027.0, 3974.0, 4015.0, 4005.0, 4005.0, 4014.0, 4005.0, 4016.0, 4005.0, 4026.0, 4004.0, 3983.0, 4003.0, 4003.0, 4002.0, 4005.0, 4004.0, 4005.0, 3983.0, 4015.0, 3994.0, 4005.0, 4014.0, 4026.0, 3993.0, 4033.0, 3992.0, 4002.0, 4003.0, 3950.0, 4005.0, 3963.0, 4015.0, 4005.0, 3994.0, 3974.0, 4017.0, 4006.0, 4026.0, 3997.0, 3975.0, 4017.0, 3988.0, 4042.0, 4010.0, 4033.0, 4021.0, 4041.0, 4021.0, 4039.0, 4020.0, 4028.0, 4017.0, 4017.0, 4028.0, 4014.0, 4005.0, 4025.0, 4003.0, 4002.0, 4003.0, 3993.0, 4003.0, 4002.0, 4000.0, 3979.0, 3989.0, 4003.0, 4003.0, 4003.0, 4012.0, 4003.0, 3981.0, 4002.0, 3991.0, 4014.0, 4005.0, 4025.0, 4013.0, 4023.0, 4000.0, 3979.0, 4001.0, 3992.0, 4003.0, 4004.0, 4004.0, 4014.0, 3982.0, 4004.0, 4002.0, 3982.0, 4002.0, 4004.0, 4003.0, 4004.0, 3983.0, 4003.0, 3991.0, 4001.0, 4000.0, 3991.0, 4002.0, 4002.0, 3991.0, 3992.0, 4003.0, 3993.0, 4014.0, 4003.0, 3992.0, 4003.0, 3961.0, 4013.0, 3983.0, 4014.0, 3982.0, 4003.0, 3991.0, 4003.0, 4003.0, 4003.0, 4002.0, 4002.0, 4003.0, 4014.0, 4004.0, 3992.0, 3975.0, 4015.0, 3996.0, 4015.0, 4016.0, 4017.0, 4015.0, 4016.0, 4017.0, 4017.0, 4027.0, 4016.0, 3997.0, 4027.0, 4018.0, 4029.0, 4040.0, 4039.0, 4020.0, 4029.0, 4019.0, 4019.0, 4030.0, 3998.0, 4039.0, 3998.0, 4029.0, 4008.0, 4017.0, 3984.0, 4027.0, 4006.0, 4048.0, 4028.0, 4026.0, 3997.0, 4004.0, 4006.0, 3995.0, 4017.0, 4026.0, 4016.0, 3994.0, 4016.0, 4005.0, 4005.0], 'WindowWidth': [9067.0, 9102.0, 9053.0, 9047.0, 9039.0, 8982.0, 9043.0, 8927.0, 8935.0, 8975.0, 8996.0, 8954.0, 8995.0, 9015.0, 9059.0, 9015.0, 9020.0, 8965.0, 8998.0, 8857.0, 8989.0, 8944.0, 9014.0, 8962.0, 8984.0, 8952.0, 8930.0, 8950.0, 8894.0, 8945.0, 8875.0, 8918.0, 8884.0, 8893.0, 8866.0, 8864.0, 8853.0, 8867.0, 8870.0, 8889.0, 8912.0, 8933.0, 8923.0, 8933.0, 8915.0, 8904.0, 8948.0, 8930.0, 8991.0, 8933.0, 8987.0, 8936.0, 9039.0, 8988.0, 8988.0, 8936.0, 8970.0, 8932.0, 9013.0, 8980.0, 9002.0, 8913.0, 8970.0, 8916.0, 8938.0, 8912.0, 8946.0, 8938.0, 8925.0, 8954.0, 8950.0, 8969.0, 8947.0, 8912.0, 8955.0, 8989.0, 8915.0, 8966.0, 8933.0, 8953.0, 8930.0, 8957.0, 8928.0, 8935.0, 8953.0, 8934.0, 8944.0, 8883.0, 8951.0, 8903.0, 8966.0, 8937.0, 8996.0, 8965.0, 9001.0, 8939.0, 8944.0, 8888.0, 8943.0, 8926.0, 8970.0, 8960.0, 8946.0, 8995.0, 8981.0, 9021.0, 8959.0, 8913.0, 8987.0, 8991.0, 8979.0, 8939.0, 9043.0, 8966.0, 8991.0, 8957.0, 8969.0, 8921.0, 8911.0, 8894.0, 8891.0, 8907.0, 8855.0, 8911.0, 8887.0, 8930.0, 8935.0, 8936.0, 8931.0, 8927.0, 8926.0, 8899.0, 8954.0, 8947.0, 8948.0, 8965.0, 8911.0, 8962.0, 8967.0, 8979.0, 8922.0, 8965.0, 8918.0, 8963.0, 8950.0, 8966.0, 8934.0, 8979.0, 8947.0, 8975.0, 8943.0, 8955.0, 8927.0, 8954.0, 8926.0, 8952.0, 8911.0, 8937.0, 8938.0, 8897.0, 8936.0, 8911.0, 8934.0, 8951.0, 8936.0, 8924.0, 8941.0, 8940.0, 8955.0, 8977.0, 8970.0, 8946.0, 8968.0, 8928.0, 8899.0, 8957.0, 8924.0, 8924.0, 8983.0, 8974.0, 8984.0, 8986.0, 8987.0, 8976.0, 9001.0, 8973.0, 8981.0, 8963.0, 8918.0, 8944.0, 8954.0, 8970.0, 8944.0, 8958.0, 8942.0, 8926.0, 8940.0, 8953.0, 8952.0, 8928.0, 8972.0, 8960.0, 8903.0, 8954.0, 8880.0, 8934.0, 8937.0, 8937.0, 8939.0, 8966.0, 8944.0, 8899.0, 8938.0, 8902.0, 8960.0, 8965.0, 8994.0, 8965.0, 8936.0, 8983.0, 8970.0, 9015.0, 8968.0, 8981.0, 8969.0, 8963.0, 8980.0, 8915.0, 8955.0, 8917.0, 8917.0, 8946.0, 8929.0, 8918.0, 8931.0, 8901.0, 8931.0, 8924.0, 8962.0, 8920.0, 8906.0, 8971.0, 8925.0, 8902.0, 8974.0, 8966.0, 8963.0, 8947.0, 8955.0, 8897.0, 8953.0, 8942.0, 8943.0, 8924.0, 8955.0, 8921.0, 8949.0, 8916.0, 8948.0, 8945.0, 8978.0, 8943.0, 8896.0, 8912.0, 8918.0, 8907.0, 8951.0, 8925.0, 8956.0, 8907.0, 8933.0, 8917.0, 8932.0, 8904.0, 8931.0, 8919.0, 8934.0, 8916.0, 8931.0, 8894.0, 8911.0, 8905.0, 8913.0, 8935.0, 8959.0, 8916.0, 8915.0, 8906.0, 8905.0, 8882.0, 8971.0, 8956.0, 8965.0, 8997.0, 8983.0, 8971.0, 8956.0, 8970.0, 8949.0, 8985.0, 8943.0, 8975.0, 8930.0, 8946.0, 8904.0, 8901.0, 8879.0, 8862.0, 8858.0, 8846.0, 8857.0, 8843.0, 8886.0, 8846.0, 8877.0, 8849.0, 8890.0, 8886.0, 8887.0, 8907.0, 8864.0, 8912.0, 8918.0, 8916.0, 8922.0, 8917.0, 8918.0, 8917.0, 8910.0, 8934.0, 8923.0, 8937.0, 8938.0, 8936.0, 8938.0, 8949.0, 8923.0, 8930.0, 8929.0, 8931.0, 8929.0, 8914.0, 8929.0, 8914.0, 8904.0, 8915.0, 8907.0, 8930.0, 8909.0, 8932.0, 8900.0, 8941.0, 8937.0, 8949.0, 8951.0, 8924.0, 8966.0, 8939.0, 8967.0, 8954.0, 8981.0, 8955.0, 8983.0, 8924.0, 8967.0, 8936.0, 8969.0, 8932.0, 8977.0, 8958.0, 8987.0, 8943.0, 8929.0, 8961.0, 8979.0, 8980.0, 8959.0, 8983.0, 8941.0, 8979.0, 8977.0, 8960.0, 8929.0, 8957.0, 8917.0, 8960.0, 8927.0, 8972.0, 8960.0, 8953.0, 8955.0, 8930.0, 8914.0, 8931.0, 8941.0, 8917.0, 8961.0, 8959.0, 8992.0, 8953.0, 8966.0, 8945.0, 8937.0, 8943.0, 8970.0, 8927.0, 8960.0, 8938.0, 8962.0, 8934.0, 8972.0, 8934.0, 8953.0, 8944.0, 8890.0, 8947.0, 8951.0, 8944.0, 8980.0, 8920.0, 8957.0, 8941.0, 8936.0, 8938.0, 8960.0, 8941.0, 8936.0, 8894.0, 8939.0, 8917.0, 8942.0, 8916.0, 8964.0, 8953.0, 8967.0, 8974.0, 8985.0, 8969.0, 8984.0, 8933.0, 8962.0, 8952.0, 8982.0, 8966.0, 8963.0, 8932.0, 8935.0, 8941.0, 8958.0, 8904.0, 8965.0, 8952.0, 8922.0, 8900.0, 8960.0, 8954.0, 8982.0, 8965.0, 8995.0, 8955.0, 8966.0, 8953.0, 8940.0, 8984.0, 8957.0, 8986.0, 8984.0, 9012.0, 8958.0, 8986.0, 8930.0, 8993.0, 8941.0, 8969.0, 8948.0, 8962.0, 8946.0, 8947.0, 8949.0, 8935.0, 8939.0, 8919.0, 8926.0, 8951.0, 8937.0, 8952.0, 8924.0, 8954.0, 8914.0, 8936.0, 8943.0, 8992.0, 8945.0, 8954.0, 8936.0, 8895.0, 8935.0, 8906.0, 8935.0, 8963.0, 8935.0, 8965.0, 8922.0, 8948.0, 8920.0, 8895.0, 8938.0, 8939.0, 8950.0, 8927.0, 8953.0, 8956.0, 8958.0, 8963.0, 8962.0, 8939.0, 8981.0, 8965.0, 8936.0, 8982.0, 8956.0, 8963.0, 8964.0, 8950.0, 8963.0, 8945.0, 8960.0, 8931.0, 8971.0, 8946.0, 8990.0, 8969.0, 9000.0, 8948.0, 8957.0, 8905.0, 8919.0, 8905.0, 8901.0, 8891.0, 8881.0, 8913.0, 8931.0, 8931.0, 8891.0, 8894.0, 8948.0, 8911.0, 8903.0, 8974.0, 8952.0, 8966.0, 8938.0, 8965.0, 8951.0, 8964.0, 8948.0, 8976.0, 8944.0, 8925.0, 8935.0, 8908.0, 8879.0, 8935.0, 8925.0, 8958.0, 8953.0, 8942.0, 8967.0, 8939.0, 8966.0, 8922.0, 8943.0, 8913.0, 8921.0, 8940.0, 8909.0, 8935.0, 8922.0, 8895.0, 8939.0, 8897.0, 8952.0, 8943.0, 8959.0, 8974.0, 8961.0, 8948.0, 8943.0, 8956.0, 8897.0, 8956.0, 8913.0, 8959.0, 8945.0, 8957.0, 8943.0, 8935.0, 8977.0, 8949.0, 8993.0, 8947.0, 8972.0, 8913.0, 8954.0, 8953.0, 8955.0, 8939.0, 8966.0, 8935.0, 8937.0, 8930.0, 8885.0, 8940.0, 8932.0, 8985.0, 8972.0, 8983.0, 8962.0, 8971.0, 8974.0, 8958.0, 8983.0, 8941.0, 8985.0, 8970.0, 9004.0, 8978.0, 8999.0, 8969.0, 8925.0, 9004.0, 8967.0, 9002.0, 8983.0, 8905.0, 8963.0, 8981.0, 8943.0, 8966.0, 8935.0, 8934.0, 8930.0, 8904.0, 8918.0, 8925.0, 8908.0, 8892.0, 8920.0, 8876.0, 8919.0, 8904.0, 8903.0, 8886.0, 8889.0, 8871.0, 8886.0, 8871.0, 8873.0, 8863.0, 8860.0, 8862.0, 8861.0, 8869.0, 8882.0, 8870.0, 8899.0, 8886.0, 8897.0, 8882.0, 8930.0, 8927.0, 8917.0, 8929.0, 8923.0, 8935.0, 8934.0, 8918.0, 8937.0, 8919.0, 8934.0, 8918.0, 8931.0, 8933.0, 8936.0, 8938.0, 8914.0, 8938.0, 8930.0, 8906.0, 8962.0, 8952.0, 8987.0, 8957.0, 8987.0, 8981.0, 8986.0, 8954.0, 8977.0, 8902.0, 8957.0, 8942.0, 8942.0, 8955.0, 8944.0, 8959.0, 8945.0, 8971.0, 8940.0, 8909.0, 8934.0, 8936.0, 8937.0, 8942.0, 8942.0, 8943.0, 8913.0, 8957.0, 8928.0, 8942.0, 8953.0, 8974.0, 8922.0, 8980.0, 8921.0, 8937.0, 8939.0, 8860.0, 8941.0, 8886.0, 8957.0, 8944.0, 8922.0, 8903.0, 8962.0, 8942.0, 8976.0, 8939.0, 8909.0, 8965.0, 8929.0, 9005.0, 8962.0, 8997.0, 8975.0, 9006.0, 8977.0, 8999.0, 8971.0, 8979.0, 8963.0, 8962.0, 8979.0, 8954.0, 8943.0, 8969.0, 8937.0, 8935.0, 8936.0, 8924.0, 8936.0, 8934.0, 8929.0, 8900.0, 8913.0, 8937.0, 8940.0, 8940.0, 8950.0, 8936.0, 8906.0, 8933.0, 8921.0, 8956.0, 8946.0, 8972.0, 8952.0, 8966.0, 8931.0, 8900.0, 8933.0, 8921.0, 8938.0, 8941.0, 8943.0, 8955.0, 8909.0, 8939.0, 8936.0, 8903.0, 8936.0, 8942.0, 8939.0, 8940.0, 8911.0, 8938.0, 8918.0, 8931.0, 8928.0, 8918.0, 8932.0, 8933.0, 8919.0, 8921.0, 8936.0, 8923.0, 8954.0, 8937.0, 8922.0, 8936.0, 8880.0, 8951.0, 8911.0, 8953.0, 8910.0, 8939.0, 8919.0, 8937.0, 8936.0, 8935.0, 8935.0, 8934.0, 8937.0, 8953.0, 8942.0, 8918.0, 8904.0, 8956.0, 8934.0, 8958.0, 8959.0, 8960.0, 8959.0, 8960.0, 8962.0, 8963.0, 8975.0, 8959.0, 8938.0, 8977.0, 8970.0, 8983.0, 9000.0, 8997.0, 8973.0, 8985.0, 8970.0, 8969.0, 8986.0, 8943.0, 8998.0, 8942.0, 8982.0, 8951.0, 8964.0, 8916.0, 8979.0, 8946.0, 9008.0, 8977.0, 8975.0, 8937.0, 8940.0, 8946.0, 8930.0, 8963.0, 8974.0, 8959.0, 8928.0, 8960.0, 8945.0, 8945.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.00440802752293578</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02876443509174312</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.96173202567167</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2635566781515488</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.057077773031</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6081.271</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.131058036539517</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>12.958715596330276</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4268286674610047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3036371268951927</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6557600275908375</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3210888478969847</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0207524</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011984257958829403</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04353559389710426</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.05459789270294</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>17.7452</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.4303</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.6946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296534.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>869.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.6245</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.083</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3197.9838</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3377.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1154.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4138.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.8764</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.25446385331452</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> |