=== 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-0061 --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-0061",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0061_ses-03_task-social_acq-mb8_run-02_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-0061_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0061_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_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-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-03_task-social_acq-mb8_run-02_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-0061/ses-03/func/sub-0061_ses-03_task-social_acq-mb8_run-02_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>ac3ab2ed4f7211e9455f8fe8b0ffe970</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>17:37:2.722500</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.996857, -0.023855, 0.0755405, 0.0127015, 0.989376, 0.144822]</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-02_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.0816743</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7743, -7362, 656, -75, -258, -23, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.733</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0b83a8c6-5aa9-4e6a-98d7-6bd01da26e46||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.6744954586029053, 0.034077238291502, 0.2111203819513321, 103.19356536865234], [0.0640011802315712, 2.654423952102661, 0.3872007429599762, -108.7084732055664], [0.20266972482204437, -0.3885475993156433, 2.66373872756958, -99.0783920288086], [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': ['173702.722500', '173703.182500', '173703.642500', '173704.102500', '173704.562500', '173705.022500', '173705.482500', '173705.942500', '173706.402500', '173706.862500', '173707.322500', '173707.782500', '173708.242500', '173708.702500', '173709.162500', '173709.622500', '173710.082500', '173710.542500', '173711.002500', '173711.462500', '173711.922500', '173712.382500', '173712.842500', '173713.302500', '173713.762500', '173714.222500', '173714.682500', '173715.142500', '173715.602500', '173716.062500', '173716.522500', '173716.982500', '173717.442500', '173717.902500', '173718.362500', '173718.822500', '173719.282500', '173719.742500', '173720.202500', '173720.662500', '173721.122500', '173721.582500', '173722.042500', '173722.502500', '173722.962500', '173723.422500', '173723.882500', '173724.342500', '173724.802500', '173725.262500', '173725.722500', '173726.182500', '173726.642500', '173727.102500', '173727.562500', '173728.022500', '173728.482500', '173728.942500', '173729.402500', '173729.862500', '173730.322500', '173730.782500', '173731.242500', '173731.702500', '173732.162500', '173732.622500', '173733.082500', '173733.542500', '173734.002500', '173734.462500', '173734.922500', '173735.382500', '173735.842500', '173736.302500', '173736.762500', '173737.222500', '173737.682500', '173738.142500', '173738.602500', '173739.062500', '173739.522500', '173739.982500', '173740.442500', '173740.902500', '173741.362500', '173741.822500', '173742.282500', '173742.742500', '173743.202500', '173743.662500', '173744.122500', '173744.582500', '173745.042500', '173745.502500', '173745.962500', '173746.422500', '173746.882500', '173747.342500', '173747.802500', '173748.262500', '173748.722500', '173749.182500', '173749.642500', '173750.102500', '173750.562500', '173751.022500', '173751.482500', '173751.942500', '173752.402500', '173752.862500', '173753.322500', '173753.782500', '173754.242500', '173754.702500', '173755.162500', '173755.622500', '173756.082500', '173756.542500', '173757.002500', '173757.462500', '173757.922500', '173758.382500', '173758.842500', '173759.302500', '173759.762500', '173800.222500', '173800.682500', '173801.142500', '173801.602500', '173802.062500', '173802.522500', '173802.982500', '173803.442500', '173803.902500', '173804.362500', '173804.822500', '173805.282500', '173805.742500', '173806.202500', '173806.662500', '173807.122500', '173807.582500', '173808.042500', '173808.502500', '173808.962500', '173809.422500', '173809.882500', '173810.342500', '173810.802500', '173811.262500', '173811.722500', '173812.182500', '173812.642500', '173813.102500', '173813.562500', '173814.022500', '173814.482500', '173814.942500', '173815.402500', '173815.862500', '173816.322500', '173816.782500', '173817.242500', '173817.702500', '173818.162500', '173818.622500', '173819.082500', '173819.542500', '173820.002500', '173820.462500', '173820.922500', '173821.382500', '173821.842500', '173822.302500', '173822.762500', '173823.222500', '173823.682500', '173824.142500', '173824.602500', '173825.062500', '173825.522500', '173825.982500', '173826.442500', '173826.902500', '173827.362500', '173827.822500', '173828.282500', '173828.742500', '173829.202500', '173829.662500', '173830.122500', '173830.582500', '173831.042500', '173831.502500', '173831.962500', '173832.422500', '173832.882500', '173833.342500', '173833.802500', '173834.262500', '173834.722500', '173835.182500', '173835.642500', '173836.102500', '173836.562500', '173837.022500', '173837.482500', '173837.942500', '173838.402500', '173838.862500', '173839.322500', '173839.782500', '173840.242500', '173840.702500', '173841.162500', '173841.622500', '173842.082500', '173842.542500', '173843.002500', '173843.462500', '173843.922500', '173844.382500', '173844.842500', '173845.302500', '173845.762500', '173846.222500', '173846.682500', '173847.142500', '173847.602500', '173848.062500', '173848.522500', '173848.982500', '173849.442500', '173849.902500', '173850.362500', '173850.822500', '173851.282500', '173851.742500', '173852.202500', '173852.662500', '173853.122500', '173853.582500', '173854.042500', '173854.502500', '173854.962500', '173855.422500', '173855.882500', '173856.342500', '173856.802500', '173857.262500', '173857.722500', '173858.182500', '173858.642500', '173859.102500', '173859.562500', '173900.022500', '173900.482500', '173900.942500', '173901.402500', '173901.862500', '173902.322500', '173902.782500', '173903.242500', '173903.702500', '173904.162500', '173904.622500', '173905.082500', '173905.542500', '173906.002500', '173906.462500', '173906.922500', '173907.382500', '173907.842500', '173908.302500', '173908.762500', '173909.222500', '173909.682500', '173910.142500', '173910.602500', '173911.062500', '173911.522500', '173911.982500', '173912.442500', '173912.902500', '173913.362500', '173913.822500', '173914.282500', '173914.742500', '173915.202500', '173915.662500', '173916.122500', '173916.582500', '173917.042500', '173917.502500', '173917.962500', '173918.422500', '173918.882500', '173919.342500', '173919.802500', '173920.262500', '173920.722500', '173921.182500', '173921.642500', '173922.102500', '173922.562500', '173923.022500', '173923.482500', '173923.942500', '173924.402500', '173924.862500', '173925.322500', '173925.782500', '173926.242500', '173926.702500', '173927.162500', '173927.622500', '173928.082500', '173928.542500', '173929.002500', '173929.462500', '173929.922500', '173930.382500', '173930.842500', '173931.302500', '173931.762500', '173932.222500', '173932.682500', '173933.142500', '173933.602500', '173934.062500', '173934.522500', '173934.982500', '173935.442500', '173935.902500', '173936.362500', '173936.822500', '173937.282500', '173937.742500', '173938.202500', '173938.662500', '173939.122500', '173939.582500', '173940.042500', '173940.502500', '173940.962500', '173941.422500', '173941.882500', '173942.342500', '173942.802500', '173943.262500', '173943.722500', '173944.182500', '173944.642500', '173945.102500', '173945.562500', '173946.022500', '173946.482500', '173946.942500', '173947.402500', '173947.862500', '173948.322500', '173948.782500', '173949.242500', '173949.702500', '173950.162500', '173950.622500', '173951.082500', '173951.542500', '173952.002500', '173952.462500', '173952.922500', '173953.382500', '173953.842500', '173954.302500', '173954.762500', '173955.222500', '173955.682500', '173956.142500', '173956.602500', '173957.062500', '173957.522500', '173957.982500', '173958.442500', '173958.902500', '173959.362500', '173959.822500', '174000.282500', '174000.742500', '174001.202500', '174001.662500', '174002.122500', '174002.582500', '174003.042500', '174003.502500', '174003.962500', '174004.422500', '174004.882500', '174005.342500', '174005.802500', '174006.262500', '174006.722500', '174007.182500', '174007.642500', '174008.102500', '174008.562500', '174009.022500', '174009.482500', '174009.942500', '174010.402500', '174010.862500', '174011.322500', '174011.782500', '174012.242500', '174012.702500', '174013.162500', '174013.622500', '174014.082500', '174014.542500', '174015.002500', '174015.462500', '174015.922500', '174016.382500', '174016.842500', '174017.302500', '174017.762500', '174018.222500', '174018.682500', '174019.142500', '174019.602500', '174020.062500', '174020.522500', '174020.982500', '174021.442500', '174021.902500', '174022.362500', '174022.822500', '174023.282500', '174023.742500', '174024.202500', '174024.662500', '174025.122500', '174025.582500', '174026.042500', '174026.502500', '174026.962500', '174027.422500', '174027.882500', '174028.342500', '174028.802500', '174029.262500', '174029.722500', '174030.182500', '174030.642500', '174031.102500', '174031.562500', '174032.022500', '174032.482500', '174032.942500', '174033.402500', '174033.862500', '174034.322500', '174034.782500', '174035.242500', '174035.702500', '174036.162500', '174036.622500', '174037.082500', '174037.542500', '174038.002500', '174038.462500', '174038.922500', '174039.382500', '174039.842500', '174040.302500', '174040.762500', '174041.222500', '174041.682500', '174042.142500', '174042.602500', '174043.062500', '174043.522500', '174043.982500', '174044.442500', '174044.902500', '174045.362500', '174045.822500', '174046.282500', '174046.742500', '174047.202500', '174047.662500', '174048.122500', '174048.582500', '174049.042500', '174049.502500', '174049.962500', '174050.422500', '174050.882500', '174051.342500', '174051.802500', '174052.262500', '174052.722500', '174053.182500', '174053.642500', '174054.102500', '174054.562500', '174055.022500', '174055.482500', '174055.942500', '174056.402500', '174056.862500', '174057.322500', '174057.782500', '174058.242500', '174058.702500', '174059.162500', '174059.622500', '174100.082500', '174100.542500', '174101.002500', '174101.462500', '174101.922500', '174102.382500', '174102.842500', '174103.302500', '174103.762500', '174104.222500', '174104.682500', '174105.142500', '174105.602500', '174106.062500', '174106.522500', '174106.982500', '174107.442500', '174107.902500', '174108.362500', '174108.822500', '174109.282500', '174109.742500', '174110.202500', '174110.662500', '174111.122500', '174111.582500', '174112.042500', '174112.502500', '174112.962500', '174113.422500', '174113.882500', '174114.342500', '174114.802500', '174115.262500', '174115.722500', '174116.182500', '174116.642500', '174117.102500', '174117.562500', '174118.022500', '174118.482500', '174118.942500', '174119.402500', '174119.862500', '174120.322500', '174120.782500', '174121.242500', '174121.702500', '174122.162500', '174122.622500', '174123.082500', '174123.542500', '174124.002500', '174124.462500', '174124.922500', '174125.382500', '174125.842500', '174126.302500', '174126.762500', '174127.222500', '174127.682500', '174128.142500', '174128.602500', '174129.062500', '174129.522500', '174129.982500', '174130.442500', '174130.902500', '174131.362500', '174131.822500', '174132.282500', '174132.742500', '174133.202500', '174133.662500', '174134.122500', '174134.582500', '174135.042500', '174135.502500', '174135.962500', '174136.422500', '174136.882500', '174137.342500', '174137.802500', '174138.262500', '174138.722500', '174139.182500', '174139.642500', '174140.102500', '174140.562500', '174141.022500', '174141.482500', '174141.942500', '174142.402500', '174142.862500', '174143.322500', '174143.782500', '174144.242500', '174144.702500', '174145.162500', '174145.622500', '174146.082500', '174146.542500', '174147.002500', '174147.462500', '174147.922500', '174148.382500', '174148.842500', '174149.302500', '174149.762500', '174150.222500', '174150.682500', '174151.142500', '174151.602500', '174152.062500', '174152.522500', '174152.982500', '174153.442500', '174153.902500', '174154.362500', '174154.822500', '174155.282500', '174155.742500', '174156.202500', '174156.662500', '174157.122500', '174157.582500', '174158.042500', '174158.502500', '174158.962500', '174159.422500', '174159.882500', '174200.342500', '174200.802500', '174201.262500', '174201.722500', '174202.182500', '174202.642500', '174203.102500', '174203.562500', '174204.022500', '174204.482500', '174204.942500', '174205.402500', '174205.862500', '174206.322500', '174206.782500', '174207.242500', '174207.702500', '174208.162500', '174208.622500', '174209.082500', '174209.542500', '174210.002500', '174210.462500', '174210.922500', '174211.382500', '174211.842500', '174212.302500', '174212.762500', '174213.222500', '174213.682500', '174214.142500', '174214.602500', '174215.062500', '174215.522500', '174215.982500', '174216.442500', '174216.902500', '174217.362500', '174217.822500', '174218.282500', '174218.742500', '174219.202500', '174219.662500', '174220.122500', '174220.582500', '174221.042500', '174221.502500', '174221.962500', '174222.422500', '174222.882500', '174223.342500', '174223.802500', '174224.262500', '174224.722500', '174225.182500', '174225.642500', '174226.102500', '174226.562500', '174227.022500', '174227.482500', '174227.942500', '174228.402500', '174228.862500', '174229.322500', '174229.782500', '174230.242500', '174230.702500', '174231.162500', '174231.622500', '174232.082500', '174232.542500', '174233.002500', '174233.462500', '174233.922500', '174234.382500', '174234.842500', '174235.302500', '174235.762500', '174236.222500', '174236.682500', '174237.142500', '174237.602500', '174238.062500', '174238.522500', '174238.982500', '174239.442500', '174239.902500', '174240.362500', '174240.822500', '174241.282500', '174241.742500', '174242.202500', '174242.662500', '174243.122500', '174243.582500', '174244.042500', '174244.502500', '174244.962500', '174245.422500', '174245.882500', '174246.342500', '174246.802500', '174247.262500', '174247.722500', '174248.182500', '174248.642500', '174249.102500', '174249.562500', '174250.022500', '174250.482500', '174250.942500', '174251.402500', '174251.862500', '174252.322500', '174252.782500', '174253.242500', '174253.702500', '174254.162500', '174254.622500', '174255.082500', '174255.542500', '174256.002500', '174256.462500', '174256.922500', '174257.382500', '174257.842500', '174258.302500', '174258.762500', '174259.222500', '174259.682500', '174300.142500', '174300.602500', '174301.062500', '174301.522500', '174301.982500', '174302.442500', '174302.902500', '174303.362500', '174303.822500', '174304.282500', '174304.742500', '174305.202500', '174305.662500', '174306.122500', '174306.582500', '174307.042500', '174307.502500', '174307.962500', '174308.422500', '174308.882500', '174309.342500', '174309.802500', '174310.262500', '174310.722500', '174311.182500', '174311.642500', '174312.102500', '174312.562500', '174313.022500', '174313.482500', '174313.942500', '174314.402500', '174314.862500', '174315.322500', '174315.782500', '174316.242500', '174316.702500', '174317.162500', '174317.622500', '174318.082500', '174318.542500', '174319.002500', '174319.462500', '174319.922500', '174320.382500', '174320.842500', '174321.302500', '174321.762500', '174322.222500', '174322.682500', '174323.142500', '174323.602500', '174324.062500', '174324.522500', '174324.982500', '174325.442500', '174325.902500', '174326.362500', '174326.822500', '174327.282500', '174327.742500', '174328.202500', '174328.662500', '174329.122500', '174329.582500', '174330.042500', '174330.502500', '174330.962500', '174331.422500', '174331.882500', '174332.342500', '174332.802500', '174333.262500', '174333.722500', '174334.182500', '174334.642500', '174335.102500', '174335.562500', '174336.022500', '174336.482500', '174336.942500', '174337.402500', '174337.862500', '174338.322500', '174338.782500', '174339.242500', '174339.702500', '174340.162500', '174340.622500', '174341.082500', '174341.542500', '174342.002500', '174342.462500', '174342.922500', '174343.382500'], 'ContentTime': ['173725.310000', '173725.313000', '173725.316000', '173725.319000', '173725.321000', '173725.324000', '173725.326000', '173725.329000', '173725.331000', '173725.334000', '173725.337000', '173725.340000', '173725.342000', '173725.345000', '173725.348000', '173725.350000', '173725.353000', '173725.356000', '173725.358000', '173725.361000', '173725.363000', '173725.366000', '173725.368000', '173725.371000', '173725.374000', '173725.376000', '173725.379000', '173725.381000', '173725.384000', '173725.386000', '173725.389000', '173725.391000', '173725.394000', '173725.396000', '173725.399000', '173725.402000', '173725.404000', '173725.407000', '173725.409000', '173725.412000', '173725.414000', '173725.417000', '173725.419000', '173725.422000', '173725.425000', '173725.427000', '173725.430000', '173745.282000', '173745.285000', '173745.288000', '173745.290000', '173745.293000', '173745.295000', '173745.298000', '173745.300000', '173745.303000', '173745.306000', '173745.308000', '173745.311000', '173745.313000', '173745.316000', '173745.318000', '173745.321000', '173745.323000', '173745.326000', '173745.329000', '173745.331000', '173745.334000', '173745.336000', '173745.339000', '173745.341000', '173745.344000', '173745.346000', '173745.349000', '173745.351000', '173745.354000', '173745.356000', '173745.359000', '173745.362000', '173745.364000', '173745.367000', '173745.369000', '173745.372000', '173745.374000', '173745.377000', '173745.379000', '173745.386000', '173745.389000', '173745.392000', '173745.394000', '173745.397000', '173805.283000', '173805.286000', '173805.289000', '173805.292000', '173805.295000', '173805.297000', '173805.300000', '173805.302000', '173805.305000', '173805.308000', '173805.310000', '173805.313000', '173805.315000', '173805.318000', '173805.320000', '173805.323000', '173805.325000', '173805.328000', '173805.331000', '173805.333000', '173805.336000', '173805.338000', '173805.341000', '173805.343000', '173805.346000', '173805.349000', '173805.351000', '173805.354000', '173805.356000', '173805.359000', '173805.361000', '173805.369000', '173805.371000', '173805.374000', '173805.376000', '173805.392000', '173805.395000', '173805.398000', '173805.400000', '173805.403000', '173805.405000', '173805.408000', '173805.410000', '173825.282000', '173825.285000', '173825.288000', '173825.290000', '173825.293000', '173825.295000', '173825.298000', '173825.300000', '173825.303000', '173825.305000', '173825.308000', '173825.311000', '173825.313000', '173825.325000', '173825.327000', '173825.330000', '173825.332000', '173825.335000', '173825.338000', '173825.340000', '173825.343000', '173825.345000', '173825.348000', '173825.350000', '173825.353000', '173825.356000', '173825.358000', '173825.361000', '173825.363000', '173825.366000', '173825.368000', '173825.371000', '173825.373000', '173825.376000', '173825.379000', '173825.381000', '173825.384000', '173825.386000', '173825.389000', '173825.391000', '173825.394000', '173825.396000', '173825.399000', '173825.401000', '173845.282000', '173845.285000', '173845.288000', '173845.290000', '173845.293000', '173845.296000', '173845.298000', '173845.301000', '173845.303000', '173845.306000', '173845.308000', '173845.311000', '173845.313000', '173845.316000', '173845.319000', '173845.321000', '173845.324000', '173845.327000', '173845.329000', '173845.332000', '173845.334000', '173845.337000', '173845.340000', '173845.342000', '173845.345000', '173845.348000', '173845.351000', '173845.353000', '173845.356000', '173845.358000', '173845.361000', '173845.364000', '173845.366000', '173845.369000', '173845.371000', '173845.375000', '173845.378000', '173845.380000', '173845.383000', '173845.385000', '173845.388000', '173845.391000', '173845.393000', '173905.283000', '173905.286000', '173905.289000', '173905.291000', '173905.294000', '173905.297000', '173905.299000', '173905.302000', '173905.304000', '173905.307000', '173905.309000', '173905.312000', '173905.314000', '173905.317000', '173905.320000', '173905.322000', '173905.325000', '173905.327000', '173905.330000', '173905.332000', '173905.335000', '173905.338000', '173905.340000', '173905.343000', '173905.345000', '173905.348000', '173905.351000', '173905.353000', '173905.356000', '173905.358000', '173905.361000', '173905.363000', '173905.366000', '173905.369000', '173905.371000', '173905.374000', '173905.376000', '173905.379000', '173905.381000', '173905.384000', '173905.387000', '173905.389000', '173905.392000', '173905.394000', '173925.283000', '173925.286000', '173925.289000', '173925.292000', '173925.294000', '173925.297000', '173925.299000', '173925.302000', '173925.304000', '173925.307000', '173925.310000', '173925.312000', '173925.315000', '173925.317000', '173925.320000', '173925.322000', '173925.325000', '173925.328000', '173925.330000', '173925.333000', '173925.335000', '173925.338000', '173925.341000', '173925.343000', '173925.346000', '173925.348000', '173925.351000', '173925.353000', '173925.356000', '173925.359000', '173925.361000', '173925.364000', '173925.366000', '173925.369000', '173925.371000', '173925.374000', '173925.376000', '173925.379000', '173925.382000', '173925.384000', '173925.387000', '173925.389000', '173925.392000', '173945.284000', '173945.286000', '173945.289000', '173945.292000', '173945.294000', '173945.297000', '173945.300000', '173945.302000', '173945.305000', '173945.307000', '173945.310000', '173945.312000', '173945.315000', '173945.317000', '173945.320000', '173945.322000', '173945.325000', '173945.328000', '173945.330000', '173945.333000', '173945.336000', '173945.338000', '173945.341000', '173945.343000', '173945.346000', '173945.348000', '173945.351000', '173945.354000', '173945.356000', '173945.359000', '173945.361000', '173945.388000', '173945.391000', '173945.393000', '173945.396000', '173945.399000', '173945.401000', '173945.404000', '173945.406000', '173945.409000', '173945.411000', '173945.414000', '173945.417000', '173945.419000', '174005.282000', '174005.285000', '174005.288000', '174005.290000', '174005.293000', '174005.296000', '174005.298000', '174005.301000', '174005.303000', '174005.306000', '174005.309000', '174005.311000', '174005.314000', '174005.316000', '174005.319000', '174005.321000', '174005.324000', '174005.326000', '174005.329000', '174005.332000', '174005.334000', '174005.337000', '174005.339000', '174005.342000', '174005.344000', '174005.347000', '174005.350000', '174005.352000', '174005.355000', '174005.357000', '174005.360000', '174005.362000', '174005.365000', '174005.368000', '174005.370000', '174005.373000', '174005.376000', '174005.378000', '174005.381000', '174005.383000', '174005.386000', '174005.388000', '174005.391000', '174025.283000', '174025.286000', '174025.288000', '174025.291000', '174025.293000', '174025.296000', '174025.299000', '174025.301000', '174025.304000', '174025.307000', '174025.309000', '174025.312000', '174025.314000', '174025.317000', '174025.319000', '174025.322000', '174025.325000', '174025.327000', '174025.330000', '174025.332000', '174025.335000', '174025.338000', '174025.340000', '174025.353000', '174025.356000', '174025.359000', '174025.361000', '174025.364000', '174025.366000', '174025.369000', '174025.371000', '174025.374000', '174025.377000', '174025.379000', '174025.382000', '174025.384000', '174025.387000', '174025.390000', '174025.392000', '174025.395000', '174025.397000', '174025.400000', '174025.402000', '174025.405000', '174045.283000', '174045.285000', '174045.288000', '174045.290000', '174045.293000', '174045.296000', '174045.298000', '174045.301000', '174045.303000', '174045.306000', '174045.308000', '174045.311000', '174045.314000', '174045.316000', '174045.319000', '174045.321000', '174045.324000', '174045.326000', '174045.329000', '174045.331000', '174045.334000', '174045.337000', '174045.339000', '174045.342000', '174045.344000', '174045.347000', '174045.349000', '174045.352000', '174045.355000', '174045.357000', '174045.360000', '174045.362000', '174045.365000', '174045.367000', '174045.370000', '174045.373000', '174045.376000', '174045.379000', '174045.381000', '174045.384000', '174045.387000', '174045.389000', '174045.392000', '174105.283000', '174105.285000', '174105.288000', '174105.291000', '174105.293000', '174105.296000', '174105.298000', '174105.301000', '174105.303000', '174105.306000', '174105.309000', '174105.311000', '174105.314000', '174105.316000', '174105.319000', '174105.322000', '174105.324000', '174105.327000', '174105.329000', '174105.332000', '174105.334000', '174105.337000', '174105.340000', '174105.342000', '174105.345000', '174105.347000', '174105.350000', '174105.353000', '174105.355000', '174105.358000', '174105.361000', '174105.363000', '174105.366000', '174105.368000', '174105.371000', '174105.373000', '174105.376000', '174105.379000', '174105.381000', '174105.384000', '174105.387000', '174105.389000', '174105.392000', '174105.395000', '174125.283000', '174125.286000', '174125.289000', '174125.291000', '174125.294000', '174125.297000', '174125.299000', '174125.302000', '174125.305000', '174125.307000', '174125.310000', '174125.312000', '174125.331000', '174125.333000', '174125.336000', '174125.339000', '174125.341000', '174125.344000', '174125.346000', '174125.349000', '174125.351000', '174125.354000', '174125.356000', '174125.359000', '174125.362000', '174125.364000', '174125.367000', '174125.370000', '174125.372000', '174125.375000', '174125.377000', '174125.380000', '174125.382000', '174125.385000', '174125.388000', '174125.390000', '174125.393000', '174125.395000', '174125.398000', '174125.400000', '174125.403000', '174125.406000', '174125.408000', '174145.283000', '174145.286000', '174145.289000', '174145.291000', '174145.294000', '174145.296000', '174145.299000', '174145.302000', '174145.304000', '174145.307000', '174145.310000', '174145.312000', '174145.315000', '174145.317000', '174145.320000', '174145.323000', '174145.325000', '174145.328000', '174145.330000', '174145.333000', '174145.336000', '174145.338000', '174145.341000', '174145.343000', '174145.346000', '174145.348000', '174145.351000', '174145.354000', '174145.356000', '174145.359000', '174145.361000', '174145.364000', '174145.366000', '174145.369000', '174145.372000', '174145.374000', '174145.377000', '174145.379000', '174145.382000', '174145.384000', '174145.387000', '174145.390000', '174145.392000', '174145.395000', '174205.284000', '174205.287000', '174205.289000', '174205.292000', '174205.294000', '174205.297000', '174205.299000', '174205.302000', '174205.305000', '174205.307000', '174205.310000', '174205.312000', '174205.315000', '174205.318000', '174205.320000', '174205.323000', '174205.326000', '174205.328000', '174205.331000', '174205.334000', '174205.336000', '174205.339000', '174205.342000', '174205.344000', '174205.347000', '174205.349000', '174205.352000', '174205.355000', '174205.357000', '174205.360000', '174205.362000', '174205.365000', '174205.367000', '174205.370000', '174205.372000', '174205.375000', '174205.378000', '174205.380000', '174205.383000', '174205.385000', '174205.388000', '174205.391000', '174205.393000', '174225.283000', '174225.285000', '174225.288000', '174225.291000', '174225.293000', '174225.296000', '174225.298000', '174225.301000', '174225.303000', '174225.306000', '174225.309000', '174225.311000', '174225.314000', '174225.317000', '174225.319000', '174225.322000', '174225.325000', '174225.327000', '174225.330000', '174225.332000', '174225.335000', '174225.338000', '174225.340000', '174225.351000', '174225.353000', '174225.356000', '174225.358000', '174225.361000', '174225.364000', '174225.366000', '174225.369000', '174225.371000', '174225.374000', '174225.376000', '174225.379000', '174225.382000', '174225.384000', '174225.387000', '174225.389000', '174225.392000', '174225.394000', '174225.397000', '174225.400000', '174225.402000', '174245.282000', '174245.285000', '174245.288000', '174245.291000', '174245.293000', '174245.296000', '174245.298000', '174245.301000', '174245.304000', '174245.306000', '174245.309000', '174245.311000', '174245.314000', '174245.317000', '174245.319000', '174245.322000', '174245.324000', '174245.327000', '174245.330000', '174245.332000', '174245.335000', '174245.337000', '174245.340000', '174245.342000', '174245.345000', '174245.348000', '174245.350000', '174245.353000', '174245.355000', '174245.358000', '174245.360000', '174245.363000', '174245.366000', '174245.368000', '174245.371000', '174245.373000', '174245.376000', '174245.391000', '174245.394000', '174245.396000', '174245.399000', '174245.401000', '174245.404000', '174305.283000', '174305.285000', '174305.288000', '174305.291000', '174305.293000', '174305.296000', '174305.299000', '174305.301000', '174305.304000', '174305.306000', '174305.309000', '174305.312000', '174305.314000', '174305.317000', '174305.319000', '174305.322000', '174305.325000', '174305.327000', '174305.330000', '174305.332000', '174305.335000', '174305.338000', '174305.340000', '174305.343000', '174305.345000', '174305.348000', '174305.350000', '174305.353000', '174305.356000', '174305.358000', '174305.361000', '174305.363000', '174305.366000', '174305.368000', '174305.371000', '174305.374000', '174305.376000', '174305.379000', '174305.382000', '174305.384000', '174305.387000', '174305.389000', '174305.392000', '174305.395000', '174325.282000', '174325.285000', '174325.288000', '174325.290000', '174325.293000', '174325.296000', '174325.298000', '174325.301000', '174325.304000', '174325.306000', '174325.309000', '174325.312000', '174325.314000', '174325.317000', '174325.320000', '174325.322000', '174325.325000', '174325.327000', '174325.330000', '174325.333000', '174325.335000', '174325.338000', '174325.340000', '174325.343000', '174325.346000', '174325.348000', '174325.351000', '174325.353000', '174325.356000', '174325.358000', '174325.361000', '174325.364000', '174325.366000', '174325.369000', '174325.371000', '174325.374000', '174325.377000', '174325.379000', '174325.382000', '174325.384000', '174325.388000', '174325.390000', '174325.393000', '174344.364000', '174344.368000', '174344.370000', '174344.373000', '174344.376000', '174344.379000', '174344.382000', '174344.384000', '174344.387000', '174344.390000', '174344.392000', '174344.395000', '174344.398000', '174344.400000', '174344.404000', '174344.407000', '174344.410000', '174344.413000', '174344.416000', '174344.418000', '174344.421000', '174344.424000', '174344.427000', '174344.430000', '174344.432000', '174344.435000', '174344.437000', '174344.440000', '174344.443000', '174344.447000', '174344.450000', '174344.454000', '174344.458000', '174344.461000', '174344.463000', '174344.466000', '174344.469000', '174344.472000', '174344.476000', '174344.479000', '174344.481000', '174344.485000'], 'InstanceCreationTime': ['173725.310000', '173725.313000', '173725.316000', '173725.319000', '173725.321000', '173725.324000', '173725.326000', '173725.329000', '173725.331000', '173725.334000', '173725.337000', '173725.340000', '173725.342000', '173725.345000', '173725.348000', '173725.350000', '173725.353000', '173725.356000', '173725.358000', '173725.361000', '173725.363000', '173725.366000', '173725.368000', '173725.371000', '173725.374000', '173725.376000', '173725.379000', '173725.381000', '173725.384000', '173725.386000', '173725.389000', '173725.391000', '173725.394000', '173725.396000', '173725.399000', '173725.402000', '173725.404000', '173725.407000', '173725.409000', '173725.412000', '173725.414000', '173725.417000', '173725.419000', '173725.422000', '173725.425000', '173725.427000', '173725.430000', '173745.282000', '173745.285000', '173745.288000', '173745.290000', '173745.293000', '173745.295000', '173745.298000', '173745.300000', '173745.303000', '173745.306000', '173745.308000', '173745.311000', '173745.313000', '173745.316000', '173745.318000', '173745.321000', '173745.323000', '173745.326000', '173745.329000', '173745.331000', '173745.334000', '173745.336000', '173745.339000', '173745.341000', '173745.344000', '173745.346000', '173745.349000', '173745.351000', '173745.354000', '173745.356000', '173745.359000', '173745.362000', '173745.364000', '173745.367000', '173745.369000', '173745.372000', '173745.374000', '173745.377000', '173745.379000', '173745.386000', '173745.389000', '173745.392000', '173745.394000', '173745.397000', '173805.283000', '173805.286000', '173805.289000', '173805.292000', '173805.295000', '173805.297000', '173805.300000', '173805.302000', '173805.305000', '173805.308000', '173805.310000', '173805.313000', '173805.315000', '173805.318000', '173805.320000', '173805.323000', '173805.325000', '173805.328000', '173805.331000', '173805.333000', '173805.336000', '173805.338000', '173805.341000', '173805.343000', '173805.346000', '173805.349000', '173805.351000', '173805.354000', '173805.356000', '173805.359000', '173805.361000', '173805.369000', '173805.371000', '173805.374000', '173805.376000', '173805.392000', '173805.395000', '173805.398000', '173805.400000', '173805.403000', '173805.405000', '173805.408000', '173805.410000', '173825.282000', '173825.285000', '173825.288000', '173825.290000', '173825.293000', '173825.295000', '173825.298000', '173825.300000', '173825.303000', '173825.305000', '173825.308000', '173825.311000', '173825.313000', '173825.325000', '173825.327000', '173825.330000', '173825.332000', '173825.335000', '173825.338000', '173825.340000', '173825.343000', '173825.345000', '173825.348000', '173825.350000', '173825.353000', '173825.356000', '173825.358000', '173825.361000', '173825.363000', '173825.366000', '173825.368000', '173825.371000', '173825.373000', '173825.376000', '173825.379000', '173825.381000', '173825.384000', '173825.386000', '173825.389000', '173825.391000', '173825.394000', '173825.396000', '173825.399000', '173825.401000', '173845.282000', '173845.285000', '173845.288000', '173845.290000', '173845.293000', '173845.296000', '173845.298000', '173845.301000', '173845.303000', '173845.306000', '173845.308000', '173845.311000', '173845.313000', '173845.316000', '173845.319000', '173845.321000', '173845.324000', '173845.327000', '173845.329000', '173845.332000', '173845.334000', '173845.337000', '173845.340000', '173845.342000', '173845.345000', '173845.348000', '173845.351000', '173845.353000', '173845.356000', '173845.358000', '173845.361000', '173845.364000', '173845.366000', '173845.369000', '173845.371000', '173845.375000', '173845.378000', '173845.380000', '173845.383000', '173845.385000', '173845.388000', '173845.391000', '173845.393000', '173905.283000', '173905.286000', '173905.289000', '173905.291000', '173905.294000', '173905.297000', '173905.299000', '173905.302000', '173905.304000', '173905.307000', '173905.309000', '173905.312000', '173905.314000', '173905.317000', '173905.320000', '173905.322000', '173905.325000', '173905.327000', '173905.330000', '173905.332000', '173905.335000', '173905.338000', '173905.340000', '173905.343000', '173905.345000', '173905.348000', '173905.351000', '173905.353000', '173905.356000', '173905.358000', '173905.361000', '173905.363000', '173905.366000', '173905.369000', '173905.371000', '173905.374000', '173905.376000', '173905.379000', '173905.381000', '173905.384000', '173905.387000', '173905.389000', '173905.392000', '173905.394000', '173925.283000', '173925.286000', '173925.289000', '173925.292000', '173925.294000', '173925.297000', '173925.299000', '173925.302000', '173925.304000', '173925.307000', '173925.310000', '173925.312000', '173925.315000', '173925.317000', '173925.320000', '173925.322000', '173925.325000', '173925.328000', '173925.330000', '173925.333000', '173925.335000', '173925.338000', '173925.341000', '173925.343000', '173925.346000', '173925.348000', '173925.351000', '173925.353000', '173925.356000', '173925.359000', '173925.361000', '173925.364000', '173925.366000', '173925.369000', '173925.371000', '173925.374000', '173925.376000', '173925.379000', '173925.382000', '173925.384000', '173925.387000', '173925.389000', '173925.392000', '173945.284000', '173945.286000', '173945.289000', '173945.292000', '173945.294000', '173945.297000', '173945.300000', '173945.302000', '173945.305000', '173945.307000', '173945.310000', '173945.312000', '173945.315000', '173945.317000', '173945.320000', '173945.322000', '173945.325000', '173945.328000', '173945.330000', '173945.333000', '173945.336000', '173945.338000', '173945.341000', '173945.343000', '173945.346000', '173945.348000', '173945.351000', '173945.354000', '173945.356000', '173945.359000', '173945.361000', '173945.388000', '173945.391000', '173945.393000', '173945.396000', '173945.399000', '173945.401000', '173945.404000', '173945.406000', '173945.409000', '173945.411000', '173945.414000', '173945.417000', '173945.419000', '174005.282000', '174005.285000', '174005.288000', '174005.290000', '174005.293000', '174005.296000', '174005.298000', '174005.301000', '174005.303000', '174005.306000', '174005.309000', '174005.311000', '174005.314000', '174005.316000', '174005.319000', '174005.321000', '174005.324000', '174005.326000', '174005.329000', '174005.332000', '174005.334000', '174005.337000', '174005.339000', '174005.342000', '174005.344000', '174005.347000', '174005.350000', '174005.352000', '174005.355000', '174005.357000', '174005.360000', '174005.362000', '174005.365000', '174005.368000', '174005.370000', '174005.373000', '174005.376000', '174005.378000', '174005.381000', '174005.383000', '174005.386000', '174005.388000', '174005.391000', '174025.283000', '174025.286000', '174025.288000', '174025.291000', '174025.293000', '174025.296000', '174025.299000', '174025.301000', '174025.304000', '174025.307000', '174025.309000', '174025.312000', '174025.314000', '174025.317000', '174025.319000', '174025.322000', '174025.325000', '174025.327000', '174025.330000', '174025.332000', '174025.335000', '174025.338000', '174025.340000', '174025.353000', '174025.356000', '174025.359000', '174025.361000', '174025.364000', '174025.366000', '174025.369000', '174025.371000', '174025.374000', '174025.377000', '174025.379000', '174025.382000', '174025.384000', '174025.387000', '174025.390000', '174025.392000', '174025.395000', '174025.397000', '174025.400000', '174025.402000', '174025.405000', '174045.283000', '174045.285000', '174045.288000', '174045.290000', '174045.293000', '174045.296000', '174045.298000', '174045.301000', '174045.303000', '174045.306000', '174045.308000', '174045.311000', '174045.314000', '174045.316000', '174045.319000', '174045.321000', '174045.324000', '174045.326000', '174045.329000', '174045.331000', '174045.334000', '174045.337000', '174045.339000', '174045.342000', '174045.344000', '174045.347000', '174045.349000', '174045.352000', '174045.355000', '174045.357000', '174045.360000', '174045.362000', '174045.365000', '174045.367000', '174045.370000', '174045.373000', '174045.376000', '174045.379000', '174045.381000', '174045.384000', '174045.387000', '174045.389000', '174045.392000', '174105.283000', '174105.285000', '174105.288000', '174105.291000', '174105.293000', '174105.296000', '174105.298000', '174105.301000', '174105.303000', '174105.306000', '174105.309000', '174105.311000', '174105.314000', '174105.316000', '174105.319000', '174105.322000', '174105.324000', '174105.327000', '174105.329000', '174105.332000', '174105.334000', '174105.337000', '174105.340000', '174105.342000', '174105.345000', '174105.347000', '174105.350000', '174105.353000', '174105.355000', '174105.358000', '174105.361000', '174105.363000', '174105.366000', '174105.368000', '174105.371000', '174105.373000', '174105.376000', '174105.379000', '174105.381000', '174105.384000', '174105.387000', '174105.389000', '174105.392000', '174105.395000', '174125.283000', '174125.286000', '174125.289000', '174125.291000', '174125.294000', '174125.297000', '174125.299000', '174125.302000', '174125.305000', '174125.307000', '174125.310000', '174125.312000', '174125.331000', '174125.333000', '174125.336000', '174125.339000', '174125.341000', '174125.344000', '174125.346000', '174125.349000', '174125.351000', '174125.354000', '174125.356000', '174125.359000', '174125.362000', '174125.364000', '174125.367000', '174125.370000', '174125.372000', '174125.375000', '174125.377000', '174125.380000', '174125.382000', '174125.385000', '174125.388000', '174125.390000', '174125.393000', '174125.395000', '174125.398000', '174125.400000', '174125.403000', '174125.406000', '174125.408000', '174145.283000', '174145.286000', '174145.289000', '174145.291000', '174145.294000', '174145.296000', '174145.299000', '174145.302000', '174145.304000', '174145.307000', '174145.310000', '174145.312000', '174145.315000', '174145.317000', '174145.320000', '174145.323000', '174145.325000', '174145.328000', '174145.330000', '174145.333000', '174145.336000', '174145.338000', '174145.341000', '174145.343000', '174145.346000', '174145.348000', '174145.351000', '174145.354000', '174145.356000', '174145.359000', '174145.361000', '174145.364000', '174145.366000', '174145.369000', '174145.372000', '174145.374000', '174145.377000', '174145.379000', '174145.382000', '174145.384000', '174145.387000', '174145.390000', '174145.392000', '174145.395000', '174205.284000', '174205.287000', '174205.289000', '174205.292000', '174205.294000', '174205.297000', '174205.299000', '174205.302000', '174205.305000', '174205.307000', '174205.310000', '174205.312000', '174205.315000', '174205.318000', '174205.320000', '174205.323000', '174205.326000', '174205.328000', '174205.331000', '174205.334000', '174205.336000', '174205.339000', '174205.342000', '174205.344000', '174205.347000', '174205.349000', '174205.352000', '174205.355000', '174205.357000', '174205.360000', '174205.362000', '174205.365000', '174205.367000', '174205.370000', '174205.372000', '174205.375000', '174205.378000', '174205.380000', '174205.383000', '174205.385000', '174205.388000', '174205.391000', '174205.393000', '174225.283000', '174225.285000', '174225.288000', '174225.291000', '174225.293000', '174225.296000', '174225.298000', '174225.301000', '174225.303000', '174225.306000', '174225.309000', '174225.311000', '174225.314000', '174225.317000', '174225.319000', '174225.322000', '174225.325000', '174225.327000', '174225.330000', '174225.332000', '174225.335000', '174225.338000', '174225.340000', '174225.351000', '174225.353000', '174225.356000', '174225.358000', '174225.361000', '174225.364000', '174225.366000', '174225.369000', '174225.371000', '174225.374000', '174225.376000', '174225.379000', '174225.382000', '174225.384000', '174225.387000', '174225.389000', '174225.392000', '174225.394000', '174225.397000', '174225.400000', '174225.402000', '174245.282000', '174245.285000', '174245.288000', '174245.291000', '174245.293000', '174245.296000', '174245.298000', '174245.301000', '174245.304000', '174245.306000', '174245.309000', '174245.311000', '174245.314000', '174245.317000', '174245.319000', '174245.322000', '174245.324000', '174245.327000', '174245.330000', '174245.332000', '174245.335000', '174245.337000', '174245.340000', '174245.342000', '174245.345000', '174245.348000', '174245.350000', '174245.353000', '174245.355000', '174245.358000', '174245.360000', '174245.363000', '174245.366000', '174245.368000', '174245.371000', '174245.373000', '174245.376000', '174245.391000', '174245.394000', '174245.396000', '174245.399000', '174245.401000', '174245.404000', '174305.283000', '174305.285000', '174305.288000', '174305.291000', '174305.293000', '174305.296000', '174305.299000', '174305.301000', '174305.304000', '174305.306000', '174305.309000', '174305.312000', '174305.314000', '174305.317000', '174305.319000', '174305.322000', '174305.325000', '174305.327000', '174305.330000', '174305.332000', '174305.335000', '174305.338000', '174305.340000', '174305.343000', '174305.345000', '174305.348000', '174305.350000', '174305.353000', '174305.356000', '174305.358000', '174305.361000', '174305.363000', '174305.366000', '174305.368000', '174305.371000', '174305.374000', '174305.376000', '174305.379000', '174305.382000', '174305.384000', '174305.387000', '174305.389000', '174305.392000', '174305.395000', '174325.282000', '174325.285000', '174325.288000', '174325.290000', '174325.293000', '174325.296000', '174325.298000', '174325.301000', '174325.304000', '174325.306000', '174325.309000', '174325.312000', '174325.314000', '174325.317000', '174325.320000', '174325.322000', '174325.325000', '174325.327000', '174325.330000', '174325.333000', '174325.335000', '174325.338000', '174325.340000', '174325.343000', '174325.346000', '174325.348000', '174325.351000', '174325.353000', '174325.356000', '174325.358000', '174325.361000', '174325.364000', '174325.366000', '174325.369000', '174325.371000', '174325.374000', '174325.377000', '174325.379000', '174325.382000', '174325.384000', '174325.388000', '174325.390000', '174325.393000', '174344.364000', '174344.368000', '174344.370000', '174344.373000', '174344.376000', '174344.379000', '174344.382000', '174344.384000', '174344.387000', '174344.390000', '174344.392000', '174344.395000', '174344.398000', '174344.400000', '174344.404000', '174344.407000', '174344.410000', '174344.413000', '174344.416000', '174344.418000', '174344.421000', '174344.424000', '174344.427000', '174344.430000', '174344.432000', '174344.435000', '174344.437000', '174344.440000', '174344.443000', '174344.447000', '174344.450000', '174344.454000', '174344.458000', '174344.461000', '174344.463000', '174344.466000', '174344.469000', '174344.472000', '174344.476000', '174344.479000', '174344.481000', '174344.485000'], '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': [15623, 11188, 15619, 11070, 14944, 8267, 12726, 7521, 11342, 7593, 11168, 7430, 10020, 7544, 10008, 7298, 9490, 7583, 8474, 7273, 7616, 7098, 7552, 7874, 7695, 10746, 7691, 8035, 7532, 9668, 7429, 12458, 8308, 12024, 7412, 11047, 7385, 11695, 7268, 12896, 7295, 12465, 7321, 11585, 7259, 12562, 7839, 13958, 7360, 11982, 7338, 11131, 7295, 12693, 8537, 14505, 7965, 7756, 7507, 7863, 9971, 8007, 11567, 8244, 9823, 7896, 8653, 8007, 10955, 7733, 13682, 7780, 12813, 7622, 9337, 8282, 8236, 9294, 7801, 8178, 7807, 12241, 7825, 9576, 7591, 7307, 7704, 8616, 7684, 7556, 7675, 7235, 7795, 9271, 7805, 9015, 7749, 9008, 7413, 12048, 7537, 12293, 7586, 11519, 7577, 12297, 9614, 10878, 7603, 10152, 7598, 12428, 8269, 13054, 7568, 12040, 7494, 11151, 7648, 11349, 7631, 10410, 7683, 8030, 7664, 7803, 9612, 7902, 7355, 11718, 8743, 7653, 9693, 8021, 7823, 10716, 7775, 13929, 9411, 13572, 7894, 12863, 8449, 13877, 8268, 11647, 7669, 9014, 7906, 10066, 8042, 11102, 7802, 8013, 7841, 8164, 7714, 9926, 7488, 9779, 7606, 10075, 7471, 11442, 7659, 10404, 7625, 10635, 7543, 12027, 8715, 9796, 7483, 9329, 7569, 9866, 7403, 8445, 7385, 7804, 7386, 7824, 9640, 7611, 9999, 7970, 8160, 9916, 7945, 7774, 12259, 10258, 8302, 11396, 8267, 14008, 11249, 11617, 7491, 12083, 7580, 11067, 7976, 9721, 7521, 8747, 7605, 10145, 7762, 13343, 7787, 9516, 7759, 7534, 7620, 11518, 7839, 12230, 8014, 10791, 7760, 9713, 7678, 11057, 7570, 12396, 7702, 11471, 7689, 10301, 7908, 12557, 8048, 10309, 8073, 7553, 7801, 7409, 7639, 7362, 7801, 7697, 8107, 7534, 10729, 7595, 7927, 7488, 7487, 7626, 8502, 7683, 9618, 7772, 7636, 7764, 7735, 8426, 7989, 13055, 9957, 12990, 9232, 8480, 7688, 7879, 10642, 8228, 10223, 7825, 7703, 7735, 7736, 13759, 7759, 12893, 8283, 11973, 7740, 11027, 7758, 12417, 8187, 12115, 7942, 9180, 7816, 8908, 7823, 11174, 7751, 10563, 7935, 9890, 7847, 10404, 7720, 9814, 7824, 9868, 8013, 10690, 7962, 9407, 7735, 8409, 7958, 10616, 8002, 11432, 7846, 10245, 7803, 10066, 7722, 10098, 7984, 11548, 7943, 10607, 7931, 8118, 8052, 9272, 7902, 12067, 9278, 11309, 9568, 8146, 13378, 8124, 7791, 8022, 7793, 7591, 8185, 7804, 9010, 8656, 7850, 10196, 10761, 11652, 8531, 12447, 11174, 10953, 14606, 8331, 13137, 8344, 12777, 8272, 12274, 8305, 9768, 8061, 7654, 8067, 8083, 7901, 7791, 7788, 8242, 7499, 8361, 8632, 8377, 9890, 7996, 10584, 8151, 8261, 8243, 8491, 8159, 9963, 8136, 9753, 7985, 8661, 7948, 10364, 7836, 12487, 7878, 10682, 7975, 7866, 7873, 8759, 8113, 7651, 7859, 7709, 7853, 7624, 8211, 10848, 10204, 7721, 7756, 7982, 8271, 8397, 10473, 7979, 11210, 7824, 9245, 8018, 8064, 9185, 8061, 7692, 7915, 7901, 8933, 10084, 8242, 12120, 10205, 8316, 8730, 8159, 7866, 13411, 9408, 13468, 7984, 9530, 7910, 8228, 7947, 9554, 7976, 7859, 7961, 7991, 8391, 8042, 8111, 8154, 8152, 8456, 10520, 8202, 11941, 8189, 11034, 8070, 10901, 8017, 12711, 8111, 11957, 8073, 10828, 8267, 11082, 8188, 12592, 8411, 9865, 8214, 8986, 8269, 12331, 8420, 7834, 7969, 8336, 7748, 9325, 8099, 8099, 10081, 8619, 8102, 12858, 8710, 12965, 8259, 12124, 7873, 12685, 8101, 11861, 8423, 8616, 8395, 9172, 8360, 8799, 8024, 7841, 8287, 9192, 8174, 10704, 8197, 9649, 8660, 8839, 8374, 9753, 8001, 8167, 8226, 8155, 8096, 9631, 7915, 9111, 8071, 7977, 8182, 8237, 9064, 8380, 10778, 8075, 9768, 8021, 11624, 8193, 11935, 8235, 8377, 8015, 7870, 7922, 7807, 9837, 8197, 8058, 8003, 8099, 7913, 7843, 7867, 8000, 8111, 8064, 8453, 9404, 8039, 8147, 8291, 8538, 7996, 9572, 8380, 8951, 12629, 13580, 9965, 8943, 8197, 8234, 8608, 11094, 8271, 9280, 8189, 8022, 8130, 9138, 14187, 11911, 12562, 11345, 14263, 11421, 13922, 10947, 7731, 7810, 8700, 7693, 8545, 9741, 8069, 8885, 8492, 8046, 8232, 8413, 8226, 7508, 7918, 7770, 7997, 8434, 8631, 8394, 13350, 9646, 8605, 8927, 7436, 7123, 8477, 8874, 7720, 9036, 8659, 7908, 7790, 8291, 8858, 8603, 11731, 12685, 11639, 12013, 12421, 13673, 9472, 8647, 7546, 8412, 8429, 9314, 7947, 8249, 7675, 7986, 7919, 7875, 8713, 9154, 8633, 10647, 8090, 10609, 8043, 9378, 8127, 8869, 8403, 8461, 8309, 8004, 8000, 7584, 10239, 7467, 11533, 7613, 10630, 8161, 8619, 7741, 8355, 7713, 8217, 8055, 8443, 7697, 8475, 7699, 7961, 7673, 7885, 7664, 7470, 7606, 7694, 7580, 8387, 8060, 10486, 8299, 7713, 7497, 7972, 7758, 9582, 7415, 9485, 7532, 10039, 8033, 7721, 8133, 9005, 7605, 11172, 10751, 8123, 10025, 9034, 7927, 11326, 9539, 8644, 13003, 8607, 14168, 8166, 12509, 8287, 9595, 8205, 8787, 7527, 8325, 8246, 7599, 7859, 7522, 7886, 7959, 8145, 8026, 8162, 8043, 10923, 7852, 11846, 7811, 9992, 8168, 9596, 8136, 10542, 7959, 12536, 8320, 9469, 8191, 8125, 8213, 8938, 8072, 8127, 8054, 8009, 7894, 8551, 8513, 8099, 8824, 8404, 7865, 8107, 10084, 8054, 8124, 8127, 7742, 7991, 7696, 8155, 7615, 7948, 8298, 8098, 8302, 7877, 8045, 10447, 8391, 8827, 8259, 8200, 8292, 10507, 8083, 11347, 8459, 9863, 8548, 8938, 8428, 8282, 8279, 7676, 8130, 8076, 9464, 7849, 8653, 11303, 8246, 7892, 6981, 8277, 8167, 9229, 9102, 9553, 9023, 11911, 8292, 13360, 8680, 15571, 11328, 14866, 8230, 13917, 8182, 11753, 8211, 8453, 7726, 8123, 7521, 8500, 7593, 8208, 7815, 8237, 8254, 8428, 7976, 7955, 7743, 7881, 8365, 7720, 8480, 9552, 8102, 9048, 8247, 9234, 8321, 10709, 8222, 10290, 8226, 8211, 8274, 7662, 8820, 8271, 8111, 7409, 8076, 7555, 8898, 11186, 9457, 7770, 8507, 11428, 8956, 7985, 11986, 10060, 8514, 14013, 9930, 15126, 10524, 10219, 8340, 7863, 7847, 7939, 7854, 8103, 8083, 7873, 7968, 7908, 8665, 7908], 'WindowCenter': [3946.0, 3908.0, 3915.0, 3892.0, 3898.0, 3855.0, 3875.0, 3844.0, 3863.0, 3832.0, 3862.0, 3831.0, 3863.0, 3843.0, 3862.0, 3843.0, 3863.0, 3844.0, 3855.0, 3846.0, 3844.0, 3846.0, 3856.0, 3857.0, 3859.0, 3889.0, 3857.0, 3857.0, 3860.0, 3879.0, 3871.0, 3913.0, 3883.0, 3903.0, 3873.0, 3903.0, 3873.0, 3914.0, 3875.0, 3914.0, 3874.0, 3915.0, 3874.0, 3905.0, 3875.0, 3916.0, 3885.0, 3915.0, 3874.0, 3903.0, 3873.0, 3902.0, 3871.0, 3913.0, 3885.0, 3924.0, 3884.0, 3873.0, 3873.0, 3884.0, 3905.0, 3883.0, 3915.0, 3885.0, 3895.0, 3882.0, 3883.0, 3884.0, 3904.0, 3874.0, 3914.0, 3872.0, 3913.0, 3872.0, 3893.0, 3884.0, 3884.0, 3894.0, 3873.0, 3881.0, 3872.0, 3904.0, 3872.0, 3881.0, 3858.0, 3861.0, 3869.0, 3882.0, 3871.0, 3871.0, 3870.0, 3861.0, 3870.0, 3893.0, 3872.0, 3882.0, 3872.0, 3883.0, 3872.0, 3914.0, 3885.0, 3914.0, 3884.0, 3904.0, 3883.0, 3915.0, 3905.0, 3905.0, 3883.0, 3892.0, 3873.0, 3914.0, 3883.0, 3913.0, 3872.0, 3901.0, 3861.0, 3904.0, 3872.0, 3902.0, 3873.0, 3891.0, 3873.0, 3872.0, 3872.0, 3882.0, 3894.0, 3885.0, 3887.0, 3930.0, 3909.0, 3887.0, 3906.0, 3886.0, 3887.0, 3917.0, 3886.0, 3928.0, 3908.0, 3926.0, 3884.0, 3915.0, 3883.0, 3913.0, 3871.0, 3890.0, 3858.0, 3868.0, 3858.0, 3880.0, 3870.0, 3890.0, 3859.0, 3859.0, 3869.0, 3871.0, 3872.0, 3890.0, 3861.0, 3889.0, 3871.0, 3892.0, 3872.0, 3903.0, 3872.0, 3904.0, 3871.0, 3892.0, 3873.0, 3914.0, 3883.0, 3892.0, 3871.0, 3892.0, 3873.0, 3889.0, 3873.0, 3882.0, 3872.0, 3871.0, 3871.0, 3872.0, 3893.0, 3874.0, 3905.0, 3885.0, 3896.0, 3917.0, 3898.0, 3900.0, 3929.0, 3919.0, 3899.0, 3917.0, 3911.0, 3943.0, 3930.0, 3917.0, 3886.0, 3915.0, 3884.0, 3918.0, 3885.0, 3894.0, 3873.0, 3881.0, 3873.0, 3904.0, 3885.0, 3927.0, 3884.0, 3894.0, 3873.0, 3871.0, 3873.0, 3902.0, 3873.0, 3904.0, 3873.0, 3892.0, 3872.0, 3881.0, 3871.0, 3890.0, 3871.0, 3900.0, 3860.0, 3891.0, 3871.0, 3891.0, 3871.0, 3902.0, 3870.0, 3879.0, 3857.0, 3857.0, 3856.0, 3858.0, 3857.0, 3858.0, 3856.0, 3858.0, 3857.0, 3859.0, 3890.0, 3858.0, 3868.0, 3859.0, 3859.0, 3858.0, 3881.0, 3871.0, 3891.0, 3872.0, 3871.0, 3871.0, 3871.0, 3882.0, 3882.0, 3927.0, 3908.0, 3915.0, 3895.0, 3896.0, 3873.0, 3884.0, 3904.0, 3881.0, 3893.0, 3872.0, 3871.0, 3871.0, 3872.0, 3912.0, 3872.0, 3901.0, 3869.0, 3887.0, 3858.0, 3878.0, 3857.0, 3888.0, 3857.0, 3887.0, 3856.0, 3865.0, 3856.0, 3866.0, 3856.0, 3887.0, 3856.0, 3876.0, 3857.0, 3878.0, 3868.0, 3889.0, 3859.0, 3878.0, 3870.0, 3879.0, 3870.0, 3890.0, 3871.0, 3881.0, 3871.0, 3870.0, 3871.0, 3890.0, 3871.0, 3901.0, 3871.0, 3891.0, 3871.0, 3890.0, 3870.0, 3890.0, 3872.0, 3903.0, 3872.0, 3892.0, 3872.0, 3870.0, 3872.0, 3892.0, 3883.0, 3913.0, 3894.0, 3916.0, 3895.0, 3885.0, 3927.0, 3884.0, 3871.0, 3883.0, 3886.0, 3874.0, 3885.0, 3875.0, 3895.0, 3885.0, 3887.0, 3909.0, 3907.0, 3917.0, 3885.0, 3905.0, 3905.0, 3892.0, 3901.0, 3858.0, 3890.0, 3856.0, 3888.0, 3857.0, 3888.0, 3856.0, 3865.0, 3854.0, 3855.0, 3855.0, 3855.0, 3857.0, 3858.0, 3858.0, 3867.0, 3857.0, 3869.0, 3868.0, 3869.0, 3879.0, 3869.0, 3890.0, 3870.0, 3870.0, 3881.0, 3879.0, 3872.0, 3893.0, 3882.0, 3892.0, 3872.0, 3881.0, 3872.0, 3893.0, 3885.0, 3914.0, 3886.0, 3903.0, 3883.0, 3883.0, 3882.0, 3895.0, 3884.0, 3874.0, 3883.0, 3871.0, 3872.0, 3872.0, 3884.0, 3904.0, 3893.0, 3870.0, 3871.0, 3871.0, 3871.0, 3881.0, 3892.0, 3872.0, 3901.0, 3873.0, 3893.0, 3883.0, 3884.0, 3907.0, 3886.0, 3886.0, 3884.0, 3888.0, 3907.0, 3918.0, 3898.0, 3931.0, 3919.0, 3897.0, 3896.0, 3883.0, 3883.0, 3914.0, 3893.0, 3913.0, 3872.0, 3880.0, 3870.0, 3870.0, 3882.0, 3892.0, 3871.0, 3871.0, 3871.0, 3881.0, 3884.0, 3885.0, 3883.0, 3884.0, 3883.0, 3885.0, 3906.0, 3895.0, 3916.0, 3885.0, 3904.0, 3883.0, 3903.0, 3885.0, 3916.0, 3885.0, 3904.0, 3873.0, 3893.0, 3871.0, 3903.0, 3883.0, 3902.0, 3871.0, 3892.0, 3871.0, 3881.0, 3882.0, 3901.0, 3872.0, 3871.0, 3871.0, 3883.0, 3885.0, 3896.0, 3887.0, 3886.0, 3906.0, 3896.0, 3885.0, 3917.0, 3897.0, 3927.0, 3885.0, 3903.0, 3872.0, 3903.0, 3870.0, 3890.0, 3870.0, 3869.0, 3871.0, 3880.0, 3870.0, 3869.0, 3869.0, 3868.0, 3871.0, 3880.0, 3881.0, 3892.0, 3883.0, 3880.0, 3883.0, 3881.0, 3884.0, 3892.0, 3884.0, 3882.0, 3883.0, 3872.0, 3883.0, 3895.0, 3885.0, 3884.0, 3873.0, 3872.0, 3881.0, 3885.0, 3895.0, 3883.0, 3904.0, 3883.0, 3891.0, 3884.0, 3903.0, 3885.0, 3915.0, 3884.0, 3882.0, 3872.0, 3870.0, 3871.0, 3872.0, 3893.0, 3871.0, 3871.0, 3870.0, 3871.0, 3871.0, 3872.0, 3871.0, 3871.0, 3871.0, 3871.0, 3882.0, 3894.0, 3873.0, 3873.0, 3886.0, 3898.0, 3887.0, 3908.0, 3899.0, 3914.0, 3933.0, 3944.0, 3908.0, 3900.0, 3885.0, 3886.0, 3884.0, 3907.0, 3884.0, 3896.0, 3885.0, 3887.0, 3875.0, 3896.0, 3913.0, 3891.0, 3889.0, 3880.0, 3887.0, 3877.0, 3886.0, 3868.0, 3843.0, 3844.0, 3855.0, 3845.0, 3869.0, 3866.0, 3856.0, 3854.0, 3857.0, 3854.0, 3868.0, 3868.0, 3869.0, 3847.0, 3856.0, 3857.0, 3868.0, 3871.0, 3869.0, 3882.0, 3914.0, 3894.0, 3881.0, 3879.0, 3861.0, 3847.0, 3869.0, 3879.0, 3870.0, 3882.0, 3869.0, 3861.0, 3860.0, 3871.0, 3884.0, 3885.0, 3905.0, 3917.0, 3904.0, 3904.0, 3891.0, 3901.0, 3865.0, 3856.0, 3844.0, 3855.0, 3853.0, 3866.0, 3844.0, 3854.0, 3843.0, 3857.0, 3843.0, 3840.0, 3836.0, 3848.0, 3840.0, 3849.0, 3840.0, 3850.0, 3840.0, 3850.0, 3842.0, 3851.0, 3867.0, 3855.0, 3855.0, 3843.0, 3853.0, 3844.0, 3875.0, 3846.0, 3887.0, 3856.0, 3877.0, 3868.0, 3867.0, 3857.0, 3857.0, 3857.0, 3855.0, 3856.0, 3856.0, 3855.0, 3855.0, 3856.0, 3858.0, 3857.0, 3858.0, 3857.0, 3846.0, 3856.0, 3857.0, 3856.0, 3868.0, 3869.0, 3890.0, 3870.0, 3859.0, 3861.0, 3869.0, 3870.0, 3880.0, 3860.0, 3905.0, 3872.0, 3893.0, 3884.0, 3886.0, 3901.0, 3909.0, 3886.0, 3916.0, 3918.0, 3898.0, 3906.0, 3909.0, 3888.0, 3920.0, 3896.0, 3886.0, 3913.0, 3881.0, 3912.0, 3870.0, 3900.0, 3870.0, 3879.0, 3870.0, 3881.0, 3871.0, 3881.0, 3882.0, 3871.0, 3883.0, 3871.0, 3886.0, 3884.0, 3884.0, 3884.0, 3884.0, 3884.0, 3904.0, 3884.0, 3916.0, 3884.0, 3893.0, 3883.0, 3892.0, 3883.0, 3893.0, 3884.0, 3914.0, 3882.0, 3893.0, 3883.0, 3871.0, 3882.0, 3881.0, 3882.0, 3870.0, 3871.0, 3871.0, 3869.0, 3894.0, 3893.0, 3884.0, 3881.0, 3883.0, 3871.0, 3882.0, 3904.0, 3884.0, 3882.0, 3882.0, 3872.0, 3883.0, 3871.0, 3884.0, 3872.0, 3882.0, 3882.0, 3872.0, 3882.0, 3872.0, 3883.0, 3904.0, 3883.0, 3882.0, 3882.0, 3881.0, 3881.0, 3902.0, 3881.0, 3903.0, 3881.0, 3891.0, 3881.0, 3881.0, 3882.0, 3882.0, 3883.0, 3871.0, 3871.0, 3884.0, 3907.0, 3897.0, 3909.0, 3918.0, 3895.0, 3884.0, 3874.0, 3895.0, 3895.0, 3905.0, 3908.0, 3905.0, 3909.0, 3917.0, 3886.0, 3913.0, 3882.0, 3913.0, 3889.0, 3897.0, 3855.0, 3885.0, 3855.0, 3888.0, 3866.0, 3867.0, 3853.0, 3855.0, 3856.0, 3865.0, 3857.0, 3866.0, 3855.0, 3868.0, 3866.0, 3871.0, 3869.0, 3869.0, 3870.0, 3870.0, 3871.0, 3869.0, 3883.0, 3890.0, 3871.0, 3881.0, 3881.0, 3881.0, 3883.0, 3890.0, 3883.0, 3890.0, 3880.0, 3869.0, 3885.0, 3882.0, 3895.0, 3884.0, 3885.0, 3873.0, 3886.0, 3885.0, 3898.0, 3931.0, 3922.0, 3900.0, 3909.0, 3932.0, 3907.0, 3899.0, 3920.0, 3907.0, 3885.0, 3916.0, 3894.0, 3915.0, 3892.0, 3880.0, 3869.0, 3860.0, 3870.0, 3870.0, 3857.0, 3858.0, 3858.0, 3858.0, 3871.0, 3872.0, 3882.0, 3870.0], 'WindowWidth': [8822.0, 8751.0, 8756.0, 8715.0, 8717.0, 8652.0, 8678.0, 8633.0, 8658.0, 8615.0, 8656.0, 8614.0, 8657.0, 8632.0, 8656.0, 8633.0, 8659.0, 8637.0, 8651.0, 8641.0, 8638.0, 8643.0, 8655.0, 8661.0, 8666.0, 8706.0, 8662.0, 8660.0, 8667.0, 8694.0, 8688.0, 8745.0, 8704.0, 8730.0, 8692.0, 8731.0, 8694.0, 8748.0, 8700.0, 8748.0, 8696.0, 8749.0, 8694.0, 8735.0, 8697.0, 8752.0, 8712.0, 8750.0, 8695.0, 8730.0, 8692.0, 8729.0, 8689.0, 8747.0, 8713.0, 8765.0, 8709.0, 8693.0, 8695.0, 8709.0, 8738.0, 8707.0, 8752.0, 8710.0, 8724.0, 8704.0, 8706.0, 8709.0, 8733.0, 8695.0, 8748.0, 8689.0, 8744.0, 8689.0, 8719.0, 8710.0, 8707.0, 8721.0, 8690.0, 8699.0, 8691.0, 8735.0, 8688.0, 8698.0, 8666.0, 8671.0, 8683.0, 8702.0, 8685.0, 8685.0, 8683.0, 8673.0, 8684.0, 8720.0, 8691.0, 8702.0, 8690.0, 8705.0, 8693.0, 8751.0, 8714.0, 8749.0, 8709.0, 8734.0, 8709.0, 8753.0, 8740.0, 8738.0, 8707.0, 8717.0, 8692.0, 8748.0, 8706.0, 8746.0, 8689.0, 8726.0, 8673.0, 8731.0, 8690.0, 8727.0, 8690.0, 8714.0, 8690.0, 8687.0, 8690.0, 8706.0, 8723.0, 8713.0, 8720.0, 8782.0, 8752.0, 8717.0, 8741.0, 8715.0, 8717.0, 8757.0, 8717.0, 8774.0, 8746.0, 8770.0, 8709.0, 8751.0, 8706.0, 8748.0, 8686.0, 8709.0, 8663.0, 8676.0, 8663.0, 8694.0, 8682.0, 8707.0, 8665.0, 8664.0, 8679.0, 8685.0, 8688.0, 8708.0, 8673.0, 8707.0, 8686.0, 8714.0, 8692.0, 8732.0, 8690.0, 8733.0, 8688.0, 8716.0, 8694.0, 8748.0, 8706.0, 8716.0, 8688.0, 8715.0, 8692.0, 8709.0, 8693.0, 8703.0, 8689.0, 8687.0, 8686.0, 8690.0, 8720.0, 8696.0, 8738.0, 8710.0, 8728.0, 8761.0, 8737.0, 8744.0, 8781.0, 8766.0, 8737.0, 8759.0, 8759.0, 8805.0, 8781.0, 8757.0, 8715.0, 8753.0, 8709.0, 8760.0, 8711.0, 8720.0, 8692.0, 8700.0, 8691.0, 8734.0, 8713.0, 8770.0, 8710.0, 8719.0, 8692.0, 8686.0, 8691.0, 8728.0, 8692.0, 8733.0, 8692.0, 8714.0, 8689.0, 8698.0, 8685.0, 8710.0, 8684.0, 8722.0, 8669.0, 8710.0, 8683.0, 8711.0, 8686.0, 8726.0, 8681.0, 8691.0, 8661.0, 8660.0, 8656.0, 8662.0, 8661.0, 8661.0, 8657.0, 8661.0, 8659.0, 8665.0, 8707.0, 8663.0, 8677.0, 8665.0, 8664.0, 8665.0, 8699.0, 8688.0, 8712.0, 8688.0, 8687.0, 8686.0, 8685.0, 8702.0, 8705.0, 8772.0, 8748.0, 8754.0, 8726.0, 8727.0, 8692.0, 8709.0, 8734.0, 8700.0, 8719.0, 8689.0, 8688.0, 8686.0, 8690.0, 8742.0, 8688.0, 8725.0, 8678.0, 8699.0, 8660.0, 8686.0, 8658.0, 8702.0, 8659.0, 8698.0, 8655.0, 8667.0, 8655.0, 8669.0, 8658.0, 8698.0, 8657.0, 8683.0, 8660.0, 8689.0, 8677.0, 8704.0, 8666.0, 8689.0, 8682.0, 8691.0, 8683.0, 8710.0, 8688.0, 8698.0, 8685.0, 8683.0, 8685.0, 8709.0, 8686.0, 8725.0, 8686.0, 8711.0, 8685.0, 8709.0, 8684.0, 8709.0, 8690.0, 8730.0, 8690.0, 8716.0, 8690.0, 8683.0, 8689.0, 8715.0, 8705.0, 8746.0, 8723.0, 8756.0, 8727.0, 8712.0, 8773.0, 8713.0, 8688.0, 8707.0, 8715.0, 8694.0, 8710.0, 8696.0, 8725.0, 8710.0, 8714.0, 8746.0, 8744.0, 8755.0, 8712.0, 8736.0, 8737.0, 8714.0, 8725.0, 8660.0, 8704.0, 8656.0, 8700.0, 8658.0, 8702.0, 8656.0, 8665.0, 8650.0, 8652.0, 8653.0, 8654.0, 8660.0, 8662.0, 8663.0, 8675.0, 8660.0, 8678.0, 8677.0, 8679.0, 8693.0, 8680.0, 8709.0, 8683.0, 8681.0, 8697.0, 8694.0, 8687.0, 8717.0, 8702.0, 8714.0, 8688.0, 8699.0, 8689.0, 8717.0, 8712.0, 8749.0, 8714.0, 8733.0, 8706.0, 8704.0, 8705.0, 8723.0, 8709.0, 8696.0, 8705.0, 8687.0, 8689.0, 8688.0, 8707.0, 8734.0, 8718.0, 8684.0, 8686.0, 8686.0, 8685.0, 8700.0, 8715.0, 8689.0, 8726.0, 8692.0, 8717.0, 8706.0, 8711.0, 8745.0, 8716.0, 8712.0, 8707.0, 8721.0, 8747.0, 8761.0, 8736.0, 8784.0, 8766.0, 8732.0, 8728.0, 8705.0, 8705.0, 8749.0, 8718.0, 8744.0, 8687.0, 8695.0, 8683.0, 8684.0, 8703.0, 8716.0, 8688.0, 8687.0, 8687.0, 8701.0, 8711.0, 8711.0, 8708.0, 8708.0, 8705.0, 8711.0, 8742.0, 8728.0, 8753.0, 8710.0, 8734.0, 8705.0, 8732.0, 8712.0, 8753.0, 8710.0, 8734.0, 8690.0, 8716.0, 8686.0, 8731.0, 8703.0, 8728.0, 8684.0, 8711.0, 8685.0, 8697.0, 8701.0, 8727.0, 8689.0, 8686.0, 8686.0, 8705.0, 8710.0, 8727.0, 8717.0, 8713.0, 8740.0, 8726.0, 8711.0, 8759.0, 8733.0, 8773.0, 8712.0, 8732.0, 8689.0, 8733.0, 8684.0, 8708.0, 8679.0, 8677.0, 8683.0, 8696.0, 8683.0, 8678.0, 8680.0, 8675.0, 8683.0, 8696.0, 8699.0, 8715.0, 8703.0, 8697.0, 8703.0, 8699.0, 8709.0, 8716.0, 8709.0, 8703.0, 8705.0, 8689.0, 8705.0, 8723.0, 8710.0, 8707.0, 8691.0, 8687.0, 8699.0, 8709.0, 8725.0, 8707.0, 8735.0, 8706.0, 8713.0, 8707.0, 8733.0, 8712.0, 8750.0, 8708.0, 8702.0, 8688.0, 8684.0, 8688.0, 8691.0, 8719.0, 8687.0, 8686.0, 8683.0, 8686.0, 8686.0, 8688.0, 8684.0, 8685.0, 8684.0, 8686.0, 8701.0, 8720.0, 8691.0, 8689.0, 8713.0, 8732.0, 8716.0, 8745.0, 8736.0, 8764.0, 8791.0, 8807.0, 8748.0, 8736.0, 8711.0, 8711.0, 8707.0, 8740.0, 8708.0, 8726.0, 8710.0, 8714.0, 8695.0, 8725.0, 8745.0, 8711.0, 8701.0, 8689.0, 8696.0, 8681.0, 8694.0, 8670.0, 8632.0, 8632.0, 8650.0, 8638.0, 8676.0, 8666.0, 8653.0, 8649.0, 8655.0, 8650.0, 8674.0, 8675.0, 8676.0, 8645.0, 8657.0, 8658.0, 8675.0, 8683.0, 8679.0, 8702.0, 8749.0, 8721.0, 8700.0, 8693.0, 8673.0, 8647.0, 8678.0, 8691.0, 8684.0, 8698.0, 8676.0, 8667.0, 8667.0, 8680.0, 8705.0, 8706.0, 8735.0, 8756.0, 8732.0, 8733.0, 8709.0, 8722.0, 8665.0, 8653.0, 8635.0, 8653.0, 8647.0, 8665.0, 8633.0, 8646.0, 8633.0, 8656.0, 8631.0, 8624.0, 8614.0, 8630.0, 8621.0, 8631.0, 8622.0, 8634.0, 8622.0, 8635.0, 8627.0, 8640.0, 8673.0, 8655.0, 8651.0, 8632.0, 8645.0, 8636.0, 8677.0, 8644.0, 8697.0, 8657.0, 8685.0, 8673.0, 8672.0, 8658.0, 8658.0, 8657.0, 8654.0, 8656.0, 8656.0, 8653.0, 8655.0, 8655.0, 8660.0, 8658.0, 8660.0, 8658.0, 8644.0, 8657.0, 8659.0, 8657.0, 8676.0, 8679.0, 8707.0, 8680.0, 8665.0, 8671.0, 8680.0, 8683.0, 8695.0, 8670.0, 8737.0, 8690.0, 8719.0, 8708.0, 8714.0, 8742.0, 8749.0, 8717.0, 8757.0, 8763.0, 8734.0, 8744.0, 8751.0, 8720.0, 8767.0, 8727.0, 8713.0, 8745.0, 8700.0, 8744.0, 8683.0, 8721.0, 8682.0, 8692.0, 8683.0, 8699.0, 8688.0, 8698.0, 8702.0, 8685.0, 8704.0, 8687.0, 8716.0, 8710.0, 8710.0, 8708.0, 8709.0, 8709.0, 8736.0, 8709.0, 8754.0, 8709.0, 8719.0, 8705.0, 8716.0, 8705.0, 8718.0, 8709.0, 8748.0, 8704.0, 8717.0, 8704.0, 8686.0, 8702.0, 8701.0, 8704.0, 8684.0, 8688.0, 8687.0, 8683.0, 8721.0, 8718.0, 8707.0, 8700.0, 8705.0, 8686.0, 8703.0, 8736.0, 8709.0, 8703.0, 8704.0, 8688.0, 8704.0, 8686.0, 8708.0, 8690.0, 8703.0, 8702.0, 8688.0, 8701.0, 8689.0, 8705.0, 8733.0, 8705.0, 8700.0, 8701.0, 8699.0, 8700.0, 8728.0, 8702.0, 8731.0, 8699.0, 8713.0, 8700.0, 8700.0, 8704.0, 8702.0, 8703.0, 8686.0, 8687.0, 8709.0, 8745.0, 8734.0, 8750.0, 8763.0, 8724.0, 8711.0, 8697.0, 8724.0, 8726.0, 8739.0, 8747.0, 8740.0, 8750.0, 8757.0, 8715.0, 8748.0, 8703.0, 8745.0, 8705.0, 8712.0, 8653.0, 8693.0, 8652.0, 8704.0, 8671.0, 8672.0, 8650.0, 8654.0, 8656.0, 8669.0, 8660.0, 8671.0, 8654.0, 8675.0, 8670.0, 8684.0, 8680.0, 8681.0, 8681.0, 8682.0, 8684.0, 8680.0, 8704.0, 8710.0, 8687.0, 8699.0, 8700.0, 8698.0, 8704.0, 8712.0, 8705.0, 8711.0, 8698.0, 8681.0, 8709.0, 8707.0, 8724.0, 8708.0, 8712.0, 8692.0, 8713.0, 8710.0, 8731.0, 8783.0, 8774.0, 8739.0, 8752.0, 8787.0, 8749.0, 8737.0, 8766.0, 8745.0, 8711.0, 8755.0, 8719.0, 8752.0, 8712.0, 8693.0, 8676.0, 8668.0, 8681.0, 8679.0, 8660.0, 8662.0, 8661.0, 8662.0, 8685.0, 8685.0, 8700.0, 8680.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.0016510779816513762</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03665353933486239</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.71910161332951</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.171792255889781</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942195480597017</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4653</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5345.5068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10087047322264486</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.995412844036697</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505686563689824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.40644648808039</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672376209012859</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438236993976222</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0183489</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013867506757378578</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027787884697318077</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.0515464514293456</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>39.4347</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8651</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0079</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303076.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.8888</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6053</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>415.3494</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3121.4237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3330.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73468.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1076.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3999.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.0262</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.287351463746745</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> |