=== 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-0126 --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-0126",
"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-0126_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0126_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0126_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-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0126/ses-03/func/sub-0126_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5881b5af9bdf25fd029a34d1218e5b15</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:50:46.490000</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.999965, 0.00178383, 0.00822859, -0.00279247, 0.992248, 0.124246]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.114849</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4224, -7817, -7218, 26, -85, -149, -31, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>299.463</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f8e3f8ec-074c-4c03-ac30-1ba4914cdc98||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.6828317642211914, -0.007491999305784702, 0.02144654653966427, 115.59239959716797], [-0.004785897675901651, 2.6621274948120117, 0.3355138599872589, -90.55131530761719], [0.02207670919597149, -0.33334246277809143, 2.6789867877960205, -57.74661636352539], [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': ['175046.490000', '175046.950000', '175047.410000', '175047.870000', '175048.330000', '175048.790000', '175049.250000', '175049.710000', '175050.170000', '175050.630000', '175051.090000', '175051.550000', '175052.010000', '175052.470000', '175052.930000', '175053.390000', '175053.850000', '175054.310000', '175054.770000', '175055.230000', '175055.690000', '175056.150000', '175056.610000', '175057.070000', '175057.530000', '175057.990000', '175058.450000', '175058.910000', '175059.370000', '175059.830000', '175100.290000', '175100.750000', '175101.210000', '175101.670000', '175102.130000', '175102.590000', '175103.050000', '175103.510000', '175103.970000', '175104.430000', '175104.890000', '175105.350000', '175105.810000', '175106.270000', '175106.730000', '175107.190000', '175107.650000', '175108.110000', '175108.570000', '175109.030000', '175109.490000', '175109.950000', '175110.410000', '175110.870000', '175111.330000', '175111.790000', '175112.250000', '175112.710000', '175113.170000', '175113.630000', '175114.090000', '175114.550000', '175115.010000', '175115.470000', '175115.930000', '175116.390000', '175116.850000', '175117.310000', '175117.770000', '175118.230000', '175118.690000', '175119.150000', '175119.610000', '175120.070000', '175120.530000', '175120.990000', '175121.450000', '175121.910000', '175122.370000', '175122.830000', '175123.290000', '175123.750000', '175124.210000', '175124.670000', '175125.130000', '175125.590000', '175126.050000', '175126.510000', '175126.970000', '175127.430000', '175127.890000', '175128.350000', '175128.810000', '175129.270000', '175129.730000', '175130.190000', '175130.650000', '175131.110000', '175131.570000', '175132.030000', '175132.490000', '175132.950000', '175133.410000', '175133.870000', '175134.330000', '175134.790000', '175135.250000', '175135.710000', '175136.170000', '175136.630000', '175137.090000', '175137.550000', '175138.010000', '175138.470000', '175138.930000', '175139.390000', '175139.850000', '175140.310000', '175140.770000', '175141.230000', '175141.690000', '175142.150000', '175142.610000', '175143.070000', '175143.530000', '175143.990000', '175144.450000', '175144.910000', '175145.370000', '175145.830000', '175146.290000', '175146.750000', '175147.210000', '175147.670000', '175148.130000', '175148.590000', '175149.050000', '175149.510000', '175149.970000', '175150.430000', '175150.890000', '175151.350000', '175151.810000', '175152.270000', '175152.730000', '175153.190000', '175153.650000', '175154.110000', '175154.570000', '175155.030000', '175155.490000', '175155.950000', '175156.410000', '175156.870000', '175157.330000', '175157.790000', '175158.250000', '175158.710000', '175159.170000', '175159.630000', '175200.090000', '175200.550000', '175201.010000', '175201.470000', '175201.930000', '175202.390000', '175202.850000', '175203.310000', '175203.770000', '175204.230000', '175204.690000', '175205.150000', '175205.610000', '175206.070000', '175206.530000', '175206.990000', '175207.450000', '175207.910000', '175208.370000', '175208.830000', '175209.290000', '175209.750000', '175210.210000', '175210.670000', '175211.130000', '175211.590000', '175212.050000', '175212.510000', '175212.970000', '175213.430000', '175213.890000', '175214.350000', '175214.810000', '175215.270000', '175215.730000', '175216.190000', '175216.650000', '175217.110000', '175217.570000', '175218.030000', '175218.490000', '175218.950000', '175219.410000', '175219.870000', '175220.330000', '175220.790000', '175221.250000', '175221.710000', '175222.170000', '175222.630000', '175223.090000', '175223.550000', '175224.010000', '175224.470000', '175224.930000', '175225.390000', '175225.850000', '175226.310000', '175226.770000', '175227.230000', '175227.690000', '175228.150000', '175228.610000', '175229.070000', '175229.530000', '175229.990000', '175230.450000', '175230.910000', '175231.370000', '175231.830000', '175232.290000', '175232.750000', '175233.210000', '175233.670000', '175234.130000', '175234.590000', '175235.050000', '175235.510000', '175235.970000', '175236.430000', '175236.890000', '175237.350000', '175237.810000', '175238.270000', '175238.730000', '175239.190000', '175239.650000', '175240.110000', '175240.570000', '175241.030000', '175241.490000', '175241.950000', '175242.410000', '175242.870000', '175243.330000', '175243.790000', '175244.250000', '175244.710000', '175245.170000', '175245.630000', '175246.090000', '175246.550000', '175247.010000', '175247.470000', '175247.930000', '175248.390000', '175248.850000', '175249.310000', '175249.770000', '175250.230000', '175250.690000', '175251.150000', '175251.610000', '175252.070000', '175252.530000', '175252.990000', '175253.450000', '175253.910000', '175254.370000', '175254.830000', '175255.290000', '175255.750000', '175256.210000', '175256.670000', '175257.130000', '175257.590000', '175258.050000', '175258.510000', '175258.970000', '175259.430000', '175259.890000', '175300.350000', '175300.810000', '175301.270000', '175301.730000', '175302.190000', '175302.650000', '175303.110000', '175303.570000', '175304.030000', '175304.490000', '175304.950000', '175305.410000', '175305.870000', '175306.330000', '175306.790000', '175307.250000', '175307.710000', '175308.170000', '175308.630000', '175309.090000', '175309.550000', '175310.010000', '175310.470000', '175310.930000', '175311.390000', '175311.850000', '175312.310000', '175312.770000', '175313.230000', '175313.690000', '175314.150000', '175314.610000', '175315.070000', '175315.530000', '175315.990000', '175316.450000', '175316.910000', '175317.370000', '175317.830000', '175318.290000', '175318.750000', '175319.210000', '175319.670000', '175320.130000', '175320.590000', '175321.050000', '175321.510000', '175321.970000', '175322.430000', '175322.890000', '175323.350000', '175323.810000', '175324.270000', '175324.730000', '175325.190000', '175325.650000', '175326.110000', '175326.570000', '175327.030000', '175327.490000', '175327.950000', '175328.410000', '175328.870000', '175329.330000', '175329.790000', '175330.250000', '175330.710000', '175331.170000', '175331.630000', '175332.090000', '175332.550000', '175333.010000', '175333.470000', '175333.930000', '175334.390000', '175334.850000', '175335.310000', '175335.770000', '175336.230000', '175336.690000', '175337.150000', '175337.610000', '175338.070000', '175338.530000', '175338.990000', '175339.450000', '175339.910000', '175340.370000', '175340.830000', '175341.290000', '175341.750000', '175342.210000', '175342.670000', '175343.130000', '175343.590000', '175344.050000', '175344.510000', '175344.970000', '175345.430000', '175345.890000', '175346.350000', '175346.810000', '175347.270000', '175347.730000', '175348.190000', '175348.650000', '175349.110000', '175349.570000', '175350.030000', '175350.490000', '175350.950000', '175351.410000', '175351.870000', '175352.330000', '175352.790000', '175353.250000', '175353.710000', '175354.170000', '175354.630000', '175355.090000', '175355.550000', '175356.010000', '175356.470000', '175356.930000', '175357.390000', '175357.850000', '175358.310000', '175358.770000', '175359.230000', '175359.690000', '175400.150000', '175400.610000', '175401.070000', '175401.530000', '175401.990000', '175402.450000', '175402.910000', '175403.370000', '175403.830000', '175404.290000', '175404.750000', '175405.210000', '175405.670000', '175406.130000', '175406.590000', '175407.050000', '175407.510000', '175407.970000', '175408.430000', '175408.890000', '175409.350000', '175409.810000', '175410.270000', '175410.730000', '175411.190000', '175411.650000', '175412.110000', '175412.570000', '175413.030000', '175413.490000', '175413.950000', '175414.410000', '175414.870000', '175415.330000', '175415.790000', '175416.250000', '175416.710000', '175417.170000', '175417.630000', '175418.090000', '175418.550000', '175419.010000', '175419.470000', '175419.930000', '175420.390000', '175420.850000', '175421.310000', '175421.770000', '175422.230000', '175422.690000', '175423.150000', '175423.610000', '175424.070000', '175424.530000', '175424.990000', '175425.450000', '175425.910000', '175426.370000', '175426.830000', '175427.290000', '175427.750000', '175428.210000', '175428.670000', '175429.130000', '175429.590000', '175430.050000', '175430.510000', '175430.970000', '175431.430000', '175431.890000', '175432.350000', '175432.810000', '175433.270000', '175433.730000', '175434.190000', '175434.650000', '175435.110000', '175435.570000', '175436.030000', '175436.490000', '175436.950000', '175437.410000', '175437.870000', '175438.330000', '175438.790000', '175439.250000', '175439.710000', '175440.170000', '175440.630000', '175441.090000', '175441.550000', '175442.010000', '175442.470000', '175442.930000', '175443.390000', '175443.850000', '175444.310000', '175444.770000', '175445.230000', '175445.690000', '175446.150000', '175446.610000', '175447.070000', '175447.530000', '175447.990000', '175448.450000', '175448.910000', '175449.370000', '175449.830000', '175450.290000', '175450.750000', '175451.210000', '175451.670000', '175452.130000', '175452.590000', '175453.050000', '175453.510000', '175453.970000', '175454.430000', '175454.890000', '175455.350000', '175455.810000', '175456.270000', '175456.730000', '175457.190000', '175457.650000', '175458.110000', '175458.570000', '175459.030000', '175459.490000', '175459.950000', '175500.410000', '175500.870000', '175501.330000', '175501.790000', '175502.250000', '175502.710000', '175503.170000', '175503.630000', '175504.090000', '175504.550000', '175505.010000', '175505.470000', '175505.930000', '175506.390000', '175506.850000', '175507.310000', '175507.770000', '175508.230000', '175508.690000', '175509.150000', '175509.610000', '175510.070000', '175510.530000', '175510.990000', '175511.450000', '175511.910000', '175512.370000', '175512.830000', '175513.290000', '175513.750000', '175514.210000', '175514.670000', '175515.130000', '175515.590000', '175516.050000', '175516.510000', '175516.970000', '175517.430000', '175517.890000', '175518.350000', '175518.810000', '175519.270000', '175519.730000', '175520.190000', '175520.650000', '175521.110000', '175521.570000', '175522.030000', '175522.490000', '175522.950000', '175523.410000', '175523.870000', '175524.330000', '175524.790000', '175525.250000', '175525.710000', '175526.170000', '175526.630000', '175527.090000', '175527.550000', '175528.010000', '175528.470000', '175528.930000', '175529.390000', '175529.850000', '175530.310000', '175530.770000', '175531.230000', '175531.690000', '175532.150000', '175532.610000', '175533.070000', '175533.530000', '175533.990000', '175534.450000', '175534.910000', '175535.370000', '175535.830000', '175536.290000', '175536.750000', '175537.210000', '175537.670000', '175538.130000', '175538.590000', '175539.050000', '175539.510000', '175539.970000', '175540.430000', '175540.890000', '175541.350000', '175541.810000', '175542.270000', '175542.730000', '175543.190000', '175543.650000', '175544.110000', '175544.570000', '175545.030000', '175545.490000', '175545.950000', '175546.410000', '175546.870000', '175547.330000', '175547.790000', '175548.250000', '175548.710000', '175549.170000', '175549.630000', '175550.090000', '175550.550000', '175551.010000', '175551.470000', '175551.930000', '175552.390000', '175552.850000', '175553.310000', '175553.770000', '175554.230000', '175554.690000', '175555.150000', '175555.610000', '175556.070000', '175556.530000', '175556.990000', '175557.450000', '175557.910000', '175558.370000', '175558.830000', '175559.290000', '175559.750000', '175600.210000', '175600.670000', '175601.130000', '175601.590000', '175602.050000', '175602.510000', '175602.970000', '175603.430000', '175603.890000', '175604.350000', '175604.810000', '175605.270000', '175605.730000', '175606.190000', '175606.650000', '175607.110000', '175607.570000', '175608.030000', '175608.490000', '175608.950000', '175609.410000', '175609.870000', '175610.330000', '175610.790000', '175611.250000', '175611.710000', '175612.170000', '175612.630000', '175613.090000', '175613.550000', '175614.010000', '175614.470000', '175614.930000', '175615.390000', '175615.850000', '175616.310000', '175616.770000', '175617.230000', '175617.690000', '175618.150000', '175618.610000', '175619.070000', '175619.530000', '175619.990000', '175620.450000', '175620.910000', '175621.370000', '175621.830000', '175622.290000', '175622.750000', '175623.210000', '175623.670000', '175624.130000', '175624.590000', '175625.050000', '175625.510000', '175625.970000', '175626.430000', '175626.890000', '175627.350000', '175627.810000', '175628.270000', '175628.730000', '175629.190000', '175629.650000', '175630.110000', '175630.570000', '175631.030000', '175631.490000', '175631.950000', '175632.410000', '175632.870000', '175633.330000', '175633.790000', '175634.250000', '175634.710000', '175635.170000', '175635.630000', '175636.090000', '175636.550000', '175637.010000', '175637.470000', '175637.930000', '175638.390000', '175638.850000', '175639.310000', '175639.770000', '175640.230000', '175640.690000', '175641.150000', '175641.610000', '175642.070000', '175642.530000', '175642.990000', '175643.450000', '175643.910000', '175644.370000', '175644.830000', '175645.290000', '175645.750000', '175646.210000', '175646.670000', '175647.130000', '175647.590000', '175648.050000', '175648.510000', '175648.970000', '175649.430000', '175649.890000', '175650.350000', '175650.810000', '175651.270000', '175651.730000', '175652.190000', '175652.650000', '175653.110000', '175653.570000', '175654.030000', '175654.490000', '175654.950000', '175655.410000', '175655.870000', '175656.330000', '175656.790000', '175657.250000', '175657.710000', '175658.170000', '175658.630000', '175659.090000', '175659.550000', '175700.010000', '175700.470000', '175700.930000', '175701.390000', '175701.850000', '175702.310000', '175702.770000', '175703.230000', '175703.690000', '175704.150000', '175704.610000', '175705.070000', '175705.530000', '175705.990000', '175706.450000', '175706.910000', '175707.370000', '175707.830000', '175708.290000', '175708.750000', '175709.210000', '175709.670000', '175710.130000', '175710.590000', '175711.050000', '175711.510000', '175711.970000', '175712.430000', '175712.890000', '175713.350000', '175713.810000', '175714.270000', '175714.730000', '175715.190000', '175715.650000', '175716.110000', '175716.570000', '175717.030000', '175717.490000', '175717.950000', '175718.410000', '175718.870000', '175719.330000', '175719.790000', '175720.250000', '175720.710000', '175721.170000', '175721.630000', '175722.090000', '175722.550000', '175723.010000', '175723.470000', '175723.930000', '175724.390000', '175724.850000', '175725.310000', '175725.770000', '175726.230000', '175726.690000', '175727.150000'], 'ContentTime': ['175104.805000', '175104.808000', '175104.811000', '175104.813000', '175104.816000', '175104.818000', '175104.825000', '175104.827000', '175104.830000', '175104.832000', '175104.835000', '175104.837000', '175104.840000', '175104.843000', '175104.845000', '175104.848000', '175104.850000', '175104.853000', '175104.855000', '175104.858000', '175104.860000', '175104.863000', '175104.865000', '175104.868000', '175104.870000', '175104.873000', '175104.875000', '175104.878000', '175104.881000', '175104.883000', '175104.886000', '175104.888000', '175104.891000', '175104.897000', '175104.899000', '175104.902000', '175104.904000', '175124.759000', '175124.762000', '175124.771000', '175124.773000', '175124.776000', '175124.779000', '175124.782000', '175124.784000', '175124.787000', '175124.790000', '175124.793000', '175124.795000', '175124.798000', '175124.801000', '175124.803000', '175124.806000', '175124.808000', '175124.811000', '175124.814000', '175124.816000', '175124.819000', '175124.821000', '175124.824000', '175124.827000', '175124.830000', '175124.832000', '175124.835000', '175124.837000', '175124.840000', '175124.843000', '175124.845000', '175124.848000', '175124.864000', '175124.866000', '175124.869000', '175124.871000', '175124.874000', '175124.876000', '175124.879000', '175124.881000', '175124.884000', '175124.886000', '175124.889000', '175144.759000', '175144.762000', '175144.765000', '175144.767000', '175144.770000', '175144.772000', '175144.775000', '175144.778000', '175144.780000', '175144.783000', '175144.785000', '175144.788000', '175144.790000', '175144.793000', '175144.795000', '175144.798000', '175144.800000', '175144.803000', '175144.805000', '175144.808000', '175144.811000', '175144.813000', '175144.816000', '175144.818000', '175144.821000', '175144.823000', '175144.826000', '175144.828000', '175144.831000', '175144.833000', '175144.836000', '175144.838000', '175144.841000', '175144.844000', '175144.846000', '175144.849000', '175144.851000', '175144.854000', '175144.856000', '175144.859000', '175144.861000', '175144.864000', '175144.866000', '175144.869000', '175204.758000', '175204.761000', '175204.764000', '175204.766000', '175204.769000', '175204.771000', '175204.774000', '175204.777000', '175204.780000', '175204.783000', '175204.787000', '175204.790000', '175204.792000', '175204.795000', '175204.798000', '175204.800000', '175204.803000', '175204.805000', '175204.808000', '175204.811000', '175204.813000', '175204.852000', '175204.855000', '175204.857000', '175204.860000', '175204.862000', '175204.865000', '175204.867000', '175204.870000', '175204.872000', '175204.875000', '175204.877000', '175204.880000', '175204.883000', '175204.885000', '175204.888000', '175204.890000', '175204.893000', '175204.895000', '175204.898000', '175204.900000', '175204.903000', '175204.906000', '175224.758000', '175224.761000', '175224.764000', '175224.766000', '175224.769000', '175224.771000', '175224.774000', '175224.776000', '175224.779000', '175224.781000', '175224.784000', '175224.787000', '175224.789000', '175224.792000', '175224.794000', '175224.797000', '175224.799000', '175224.802000', '175224.804000', '175224.807000', '175224.809000', '175224.812000', '175224.814000', '175224.817000', '175224.820000', '175224.822000', '175224.825000', '175224.827000', '175224.830000', '175224.832000', '175224.835000', '175224.838000', '175224.840000', '175224.843000', '175224.845000', '175224.848000', '175224.850000', '175224.853000', '175224.856000', '175224.858000', '175224.861000', '175224.863000', '175224.866000', '175224.869000', '175244.759000', '175244.761000', '175244.764000', '175244.766000', '175244.769000', '175244.772000', '175244.774000', '175244.777000', '175244.779000', '175244.782000', '175244.784000', '175244.787000', '175244.789000', '175244.792000', '175244.794000', '175244.797000', '175244.800000', '175244.802000', '175244.805000', '175244.807000', '175244.810000', '175244.812000', '175244.848000', '175244.851000', '175244.853000', '175244.856000', '175244.858000', '175244.861000', '175244.864000', '175244.866000', '175244.869000', '175244.871000', '175244.874000', '175244.876000', '175244.879000', '175244.881000', '175244.884000', '175244.887000', '175244.889000', '175244.892000', '175244.894000', '175244.897000', '175244.899000', '175304.759000', '175304.762000', '175304.765000', '175304.767000', '175304.770000', '175304.773000', '175304.775000', '175304.778000', '175304.780000', '175304.783000', '175304.785000', '175304.788000', '175304.791000', '175304.793000', '175304.796000', '175304.798000', '175304.801000', '175304.804000', '175304.806000', '175304.809000', '175304.811000', '175304.814000', '175304.851000', '175304.854000', '175304.857000', '175304.859000', '175304.862000', '175304.864000', '175304.878000', '175304.881000', '175304.884000', '175304.886000', '175304.889000', '175304.891000', '175304.894000', '175304.896000', '175304.899000', '175304.902000', '175304.904000', '175304.907000', '175304.909000', '175304.912000', '175304.914000', '175304.917000', '175324.760000', '175324.762000', '175324.765000', '175324.768000', '175324.770000', '175324.773000', '175324.776000', '175324.778000', '175324.781000', '175324.783000', '175324.786000', '175324.788000', '175324.791000', '175324.794000', '175324.796000', '175324.799000', '175324.801000', '175324.804000', '175324.807000', '175324.809000', '175324.812000', '175324.814000', '175324.848000', '175324.851000', '175324.853000', '175324.856000', '175324.859000', '175324.861000', '175324.864000', '175324.867000', '175324.869000', '175324.872000', '175324.874000', '175324.877000', '175324.880000', '175324.882000', '175324.885000', '175324.887000', '175324.890000', '175324.892000', '175324.895000', '175324.898000', '175324.900000', '175344.759000', '175344.762000', '175344.765000', '175344.768000', '175344.770000', '175344.773000', '175344.775000', '175344.778000', '175344.781000', '175344.783000', '175344.786000', '175344.789000', '175344.791000', '175344.794000', '175344.796000', '175344.799000', '175344.801000', '175344.804000', '175344.807000', '175344.809000', '175344.812000', '175344.814000', '175344.844000', '175344.847000', '175344.849000', '175344.852000', '175344.855000', '175344.857000', '175344.860000', '175344.862000', '175344.865000', '175344.868000', '175344.870000', '175344.873000', '175344.875000', '175344.878000', '175344.880000', '175344.883000', '175344.885000', '175344.888000', '175344.891000', '175344.893000', '175344.896000', '175344.898000', '175404.759000', '175404.763000', '175404.765000', '175404.768000', '175404.771000', '175404.773000', '175404.776000', '175404.778000', '175404.781000', '175404.783000', '175404.786000', '175404.789000', '175404.791000', '175404.794000', '175404.796000', '175404.799000', '175404.801000', '175404.804000', '175404.807000', '175404.809000', '175404.812000', '175404.814000', '175404.863000', '175404.865000', '175404.868000', '175404.871000', '175404.873000', '175404.876000', '175404.878000', '175404.881000', '175404.883000', '175404.886000', '175404.889000', '175404.891000', '175404.894000', '175404.896000', '175404.899000', '175404.901000', '175404.904000', '175404.907000', '175404.909000', '175404.912000', '175404.914000', '175424.758000', '175424.761000', '175424.764000', '175424.767000', '175424.769000', '175424.772000', '175424.774000', '175424.777000', '175424.780000', '175424.782000', '175424.785000', '175424.787000', '175424.790000', '175424.793000', '175424.795000', '175424.798000', '175424.801000', '175424.803000', '175424.806000', '175424.808000', '175424.811000', '175424.814000', '175424.871000', '175424.873000', '175424.876000', '175424.879000', '175424.881000', '175424.884000', '175424.886000', '175424.889000', '175424.891000', '175424.894000', '175424.897000', '175424.899000', '175424.902000', '175424.904000', '175424.907000', '175424.909000', '175424.912000', '175424.915000', '175424.917000', '175424.920000', '175424.922000', '175424.925000', '175444.758000', '175444.761000', '175444.764000', '175444.766000', '175444.769000', '175444.772000', '175444.774000', '175444.777000', '175444.779000', '175444.782000', '175444.785000', '175444.787000', '175444.790000', '175444.792000', '175444.795000', '175444.798000', '175444.800000', '175444.803000', '175444.805000', '175444.808000', '175444.811000', '175444.813000', '175444.839000', '175444.842000', '175444.855000', '175444.858000', '175444.861000', '175444.863000', '175444.866000', '175444.869000', '175444.872000', '175444.874000', '175444.877000', '175444.880000', '175444.882000', '175444.886000', '175444.888000', '175444.891000', '175444.894000', '175444.896000', '175444.899000', '175444.901000', '175444.904000', '175504.758000', '175504.761000', '175504.764000', '175504.766000', '175504.769000', '175504.771000', '175504.774000', '175504.777000', '175504.779000', '175504.782000', '175504.784000', '175504.787000', '175504.789000', '175504.792000', '175504.794000', '175504.797000', '175504.800000', '175504.802000', '175504.805000', '175504.807000', '175504.810000', '175504.812000', '175504.878000', '175504.882000', '175504.884000', '175504.887000', '175504.889000', '175504.892000', '175504.895000', '175504.897000', '175504.900000', '175504.902000', '175504.905000', '175504.907000', '175504.910000', '175504.912000', '175504.915000', '175504.918000', '175504.920000', '175504.923000', '175504.925000', '175504.928000', '175504.930000', '175504.933000', '175524.759000', '175524.762000', '175524.765000', '175524.768000', '175524.770000', '175524.773000', '175524.775000', '175524.778000', '175524.781000', '175524.783000', '175524.786000', '175524.788000', '175524.791000', '175524.793000', '175524.796000', '175524.799000', '175524.801000', '175524.804000', '175524.807000', '175524.809000', '175524.812000', '175524.814000', '175524.817000', '175524.820000', '175524.822000', '175524.825000', '175524.827000', '175524.830000', '175524.833000', '175524.835000', '175524.838000', '175524.840000', '175524.843000', '175524.845000', '175524.848000', '175524.850000', '175524.853000', '175524.856000', '175524.858000', '175524.861000', '175524.864000', '175524.866000', '175524.869000', '175544.759000', '175544.762000', '175544.765000', '175544.767000', '175544.770000', '175544.773000', '175544.775000', '175544.778000', '175544.780000', '175544.783000', '175544.785000', '175544.788000', '175544.791000', '175544.793000', '175544.796000', '175544.798000', '175544.801000', '175544.803000', '175544.806000', '175544.808000', '175544.811000', '175544.814000', '175544.816000', '175544.819000', '175544.822000', '175544.824000', '175544.827000', '175544.829000', '175544.832000', '175544.834000', '175544.837000', '175544.839000', '175544.842000', '175544.845000', '175544.847000', '175544.850000', '175544.852000', '175544.855000', '175544.857000', '175544.860000', '175544.862000', '175544.865000', '175544.867000', '175544.870000', '175604.759000', '175604.762000', '175604.765000', '175604.767000', '175604.770000', '175604.772000', '175604.775000', '175604.778000', '175604.780000', '175604.783000', '175604.785000', '175604.788000', '175604.791000', '175604.793000', '175604.796000', '175604.798000', '175604.801000', '175604.803000', '175604.806000', '175604.808000', '175604.811000', '175604.814000', '175604.816000', '175604.819000', '175604.822000', '175604.824000', '175604.827000', '175604.829000', '175604.832000', '175604.834000', '175604.837000', '175604.840000', '175604.842000', '175604.845000', '175604.856000', '175604.859000', '175604.862000', '175604.864000', '175604.867000', '175604.870000', '175604.872000', '175604.875000', '175604.877000', '175624.759000', '175624.762000', '175624.765000', '175624.767000', '175624.770000', '175624.773000', '175624.775000', '175624.778000', '175624.780000', '175624.783000', '175624.785000', '175624.788000', '175624.791000', '175624.793000', '175624.796000', '175624.798000', '175624.801000', '175624.804000', '175624.806000', '175624.809000', '175624.811000', '175624.814000', '175624.817000', '175624.819000', '175624.822000', '175624.824000', '175624.827000', '175624.829000', '175624.832000', '175624.834000', '175624.837000', '175624.840000', '175624.842000', '175624.845000', '175624.847000', '175624.850000', '175624.853000', '175624.855000', '175624.858000', '175624.861000', '175624.863000', '175624.866000', '175624.868000', '175624.871000', '175644.759000', '175644.762000', '175644.764000', '175644.767000', '175644.769000', '175644.772000', '175644.775000', '175644.777000', '175644.780000', '175644.782000', '175644.785000', '175644.787000', '175644.790000', '175644.793000', '175644.795000', '175644.798000', '175644.801000', '175644.803000', '175644.806000', '175644.809000', '175644.813000', '175644.829000', '175644.832000', '175644.834000', '175644.837000', '175644.840000', '175644.842000', '175644.845000', '175644.847000', '175644.850000', '175644.853000', '175644.855000', '175644.858000', '175644.861000', '175644.863000', '175644.866000', '175644.868000', '175644.871000', '175644.873000', '175644.876000', '175644.879000', '175644.881000', '175644.884000', '175704.759000', '175704.761000', '175704.764000', '175704.766000', '175704.769000', '175704.772000', '175704.774000', '175704.777000', '175704.779000', '175704.782000', '175704.784000', '175704.787000', '175704.789000', '175704.792000', '175704.795000', '175704.797000', '175704.800000', '175704.802000', '175704.805000', '175704.807000', '175704.810000', '175704.812000', '175704.887000', '175704.889000', '175704.892000', '175704.895000', '175704.897000', '175704.900000', '175704.902000', '175704.905000', '175704.907000', '175704.910000', '175704.912000', '175704.915000', '175704.918000', '175704.920000', '175704.923000', '175704.925000', '175704.928000', '175704.931000', '175704.933000', '175704.936000', '175704.938000', '175704.941000', '175724.760000', '175724.762000', '175724.765000', '175724.768000', '175724.770000', '175724.773000', '175724.775000', '175724.778000', '175724.781000', '175724.783000', '175724.786000', '175724.788000', '175724.791000', '175724.794000', '175724.796000', '175724.799000', '175724.801000', '175724.804000', '175724.807000', '175724.809000', '175724.812000', '175724.814000', '175724.869000', '175724.871000', '175724.874000', '175724.876000', '175724.879000', '175724.881000', '175724.884000', '175724.887000', '175724.889000', '175724.892000', '175724.894000', '175724.897000', '175724.899000', '175724.902000', '175724.905000', '175724.907000', '175724.910000', '175724.912000', '175724.915000', '175724.918000', '175724.920000', '175728.560000', '175728.563000', '175728.575000', '175728.578000', '175728.580000', '175728.583000', '175728.586000', '175728.588000', '175728.591000'], 'InstanceCreationTime': ['175104.805000', '175104.808000', '175104.811000', '175104.813000', '175104.816000', '175104.818000', '175104.825000', '175104.827000', '175104.830000', '175104.832000', '175104.835000', '175104.837000', '175104.840000', '175104.843000', '175104.845000', '175104.848000', '175104.850000', '175104.853000', '175104.855000', '175104.858000', '175104.860000', '175104.863000', '175104.865000', '175104.868000', '175104.870000', '175104.873000', '175104.875000', '175104.878000', '175104.881000', '175104.883000', '175104.886000', '175104.888000', '175104.891000', '175104.897000', '175104.899000', '175104.902000', '175104.904000', '175124.759000', '175124.762000', '175124.771000', '175124.773000', '175124.776000', '175124.779000', '175124.782000', '175124.784000', '175124.787000', '175124.790000', '175124.793000', '175124.795000', '175124.798000', '175124.801000', '175124.803000', '175124.806000', '175124.808000', '175124.811000', '175124.814000', '175124.816000', '175124.819000', '175124.821000', '175124.824000', '175124.827000', '175124.830000', '175124.832000', '175124.835000', '175124.837000', '175124.840000', '175124.843000', '175124.845000', '175124.848000', '175124.864000', '175124.866000', '175124.869000', '175124.871000', '175124.874000', '175124.876000', '175124.879000', '175124.881000', '175124.884000', '175124.886000', '175124.889000', '175144.759000', '175144.762000', '175144.765000', '175144.767000', '175144.770000', '175144.772000', '175144.775000', '175144.778000', '175144.780000', '175144.783000', '175144.785000', '175144.788000', '175144.790000', '175144.793000', '175144.795000', '175144.798000', '175144.800000', '175144.803000', '175144.805000', '175144.808000', '175144.811000', '175144.813000', '175144.816000', '175144.818000', '175144.821000', '175144.823000', '175144.826000', '175144.828000', '175144.831000', '175144.833000', '175144.836000', '175144.838000', '175144.841000', '175144.844000', '175144.846000', '175144.849000', '175144.851000', '175144.854000', '175144.856000', '175144.859000', '175144.861000', '175144.864000', '175144.866000', '175144.869000', '175204.758000', '175204.761000', '175204.764000', '175204.766000', '175204.769000', '175204.771000', '175204.774000', '175204.777000', '175204.780000', '175204.783000', '175204.787000', '175204.790000', '175204.792000', '175204.795000', '175204.798000', '175204.800000', '175204.803000', '175204.805000', '175204.808000', '175204.811000', '175204.813000', '175204.852000', '175204.855000', '175204.857000', '175204.860000', '175204.862000', '175204.865000', '175204.867000', '175204.870000', '175204.872000', '175204.875000', '175204.877000', '175204.880000', '175204.883000', '175204.885000', '175204.888000', '175204.890000', '175204.893000', '175204.895000', '175204.898000', '175204.900000', '175204.903000', '175204.906000', '175224.758000', '175224.761000', '175224.764000', '175224.766000', '175224.769000', '175224.771000', '175224.774000', '175224.776000', '175224.779000', '175224.781000', '175224.784000', '175224.787000', '175224.789000', '175224.792000', '175224.794000', '175224.797000', '175224.799000', '175224.802000', '175224.804000', '175224.807000', '175224.809000', '175224.812000', '175224.814000', '175224.817000', '175224.820000', '175224.822000', '175224.825000', '175224.827000', '175224.830000', '175224.832000', '175224.835000', '175224.838000', '175224.840000', '175224.843000', '175224.845000', '175224.848000', '175224.850000', '175224.853000', '175224.856000', '175224.858000', '175224.861000', '175224.863000', '175224.866000', '175224.869000', '175244.759000', '175244.761000', '175244.764000', '175244.766000', '175244.769000', '175244.772000', '175244.774000', '175244.777000', '175244.779000', '175244.782000', '175244.784000', '175244.787000', '175244.789000', '175244.792000', '175244.794000', '175244.797000', '175244.800000', '175244.802000', '175244.805000', '175244.807000', '175244.810000', '175244.812000', '175244.848000', '175244.851000', '175244.853000', '175244.856000', '175244.858000', '175244.861000', '175244.864000', '175244.866000', '175244.869000', '175244.871000', '175244.874000', '175244.876000', '175244.879000', '175244.881000', '175244.884000', '175244.887000', '175244.889000', '175244.892000', '175244.894000', '175244.897000', '175244.899000', '175304.759000', '175304.762000', '175304.765000', '175304.767000', '175304.770000', '175304.773000', '175304.775000', '175304.778000', '175304.780000', '175304.783000', '175304.785000', '175304.788000', '175304.791000', '175304.793000', '175304.796000', '175304.798000', '175304.801000', '175304.804000', '175304.806000', '175304.809000', '175304.811000', '175304.814000', '175304.851000', '175304.854000', '175304.857000', '175304.859000', '175304.862000', '175304.864000', '175304.878000', '175304.881000', '175304.884000', '175304.886000', '175304.889000', '175304.891000', '175304.894000', '175304.896000', '175304.899000', '175304.902000', '175304.904000', '175304.907000', '175304.909000', '175304.912000', '175304.914000', '175304.917000', '175324.760000', '175324.762000', '175324.765000', '175324.768000', '175324.770000', '175324.773000', '175324.776000', '175324.778000', '175324.781000', '175324.783000', '175324.786000', '175324.788000', '175324.791000', '175324.794000', '175324.796000', '175324.799000', '175324.801000', '175324.804000', '175324.807000', '175324.809000', '175324.812000', '175324.814000', '175324.848000', '175324.851000', '175324.853000', '175324.856000', '175324.859000', '175324.861000', '175324.864000', '175324.867000', '175324.869000', '175324.872000', '175324.874000', '175324.877000', '175324.880000', '175324.882000', '175324.885000', '175324.887000', '175324.890000', '175324.892000', '175324.895000', '175324.898000', '175324.900000', '175344.759000', '175344.762000', '175344.765000', '175344.768000', '175344.770000', '175344.773000', '175344.775000', '175344.778000', '175344.781000', '175344.783000', '175344.786000', '175344.789000', '175344.791000', '175344.794000', '175344.796000', '175344.799000', '175344.801000', '175344.804000', '175344.807000', '175344.809000', '175344.812000', '175344.814000', '175344.844000', '175344.847000', '175344.849000', '175344.852000', '175344.855000', '175344.857000', '175344.860000', '175344.862000', '175344.865000', '175344.868000', '175344.870000', '175344.873000', '175344.875000', '175344.878000', '175344.880000', '175344.883000', '175344.885000', '175344.888000', '175344.891000', '175344.893000', '175344.896000', '175344.898000', '175404.759000', '175404.763000', '175404.765000', '175404.768000', '175404.771000', '175404.773000', '175404.776000', '175404.778000', '175404.781000', '175404.783000', '175404.786000', '175404.789000', '175404.791000', '175404.794000', '175404.796000', '175404.799000', '175404.801000', '175404.804000', '175404.807000', '175404.809000', '175404.812000', '175404.814000', '175404.863000', '175404.865000', '175404.868000', '175404.871000', '175404.873000', '175404.876000', '175404.878000', '175404.881000', '175404.883000', '175404.886000', '175404.889000', '175404.891000', '175404.894000', '175404.896000', '175404.899000', '175404.901000', '175404.904000', '175404.907000', '175404.909000', '175404.912000', '175404.914000', '175424.758000', '175424.761000', '175424.764000', '175424.767000', '175424.769000', '175424.772000', '175424.774000', '175424.777000', '175424.780000', '175424.782000', '175424.785000', '175424.787000', '175424.790000', '175424.793000', '175424.795000', '175424.798000', '175424.801000', '175424.803000', '175424.806000', '175424.808000', '175424.811000', '175424.814000', '175424.871000', '175424.873000', '175424.876000', '175424.879000', '175424.881000', '175424.884000', '175424.886000', '175424.889000', '175424.891000', '175424.894000', '175424.897000', '175424.899000', '175424.902000', '175424.904000', '175424.907000', '175424.909000', '175424.912000', '175424.915000', '175424.917000', '175424.920000', '175424.922000', '175424.925000', '175444.758000', '175444.761000', '175444.764000', '175444.766000', '175444.769000', '175444.772000', '175444.774000', '175444.777000', '175444.779000', '175444.782000', '175444.785000', '175444.787000', '175444.790000', '175444.792000', '175444.795000', '175444.798000', '175444.800000', '175444.803000', '175444.805000', '175444.808000', '175444.811000', '175444.813000', '175444.839000', '175444.842000', '175444.855000', '175444.858000', '175444.861000', '175444.863000', '175444.866000', '175444.869000', '175444.872000', '175444.874000', '175444.877000', '175444.880000', '175444.882000', '175444.886000', '175444.888000', '175444.891000', '175444.894000', '175444.896000', '175444.899000', '175444.901000', '175444.904000', '175504.758000', '175504.761000', '175504.764000', '175504.766000', '175504.769000', '175504.771000', '175504.774000', '175504.777000', '175504.779000', '175504.782000', '175504.784000', '175504.787000', '175504.789000', '175504.792000', '175504.794000', '175504.797000', '175504.800000', '175504.802000', '175504.805000', '175504.807000', '175504.810000', '175504.812000', '175504.878000', '175504.882000', '175504.884000', '175504.887000', '175504.889000', '175504.892000', '175504.895000', '175504.897000', '175504.900000', '175504.902000', '175504.905000', '175504.907000', '175504.910000', '175504.912000', '175504.915000', '175504.918000', '175504.920000', '175504.923000', '175504.925000', '175504.928000', '175504.930000', '175504.933000', '175524.759000', '175524.762000', '175524.765000', '175524.768000', '175524.770000', '175524.773000', '175524.775000', '175524.778000', '175524.781000', '175524.783000', '175524.786000', '175524.788000', '175524.791000', '175524.793000', '175524.796000', '175524.799000', '175524.801000', '175524.804000', '175524.807000', '175524.809000', '175524.812000', '175524.814000', '175524.817000', '175524.820000', '175524.822000', '175524.825000', '175524.827000', '175524.830000', '175524.833000', '175524.835000', '175524.838000', '175524.840000', '175524.843000', '175524.845000', '175524.848000', '175524.850000', '175524.853000', '175524.856000', '175524.858000', '175524.861000', '175524.864000', '175524.866000', '175524.869000', '175544.759000', '175544.762000', '175544.765000', '175544.767000', '175544.770000', '175544.773000', '175544.775000', '175544.778000', '175544.780000', '175544.783000', '175544.785000', '175544.788000', '175544.791000', '175544.793000', '175544.796000', '175544.798000', '175544.801000', '175544.803000', '175544.806000', '175544.808000', '175544.811000', '175544.814000', '175544.816000', '175544.819000', '175544.822000', '175544.824000', '175544.827000', '175544.829000', '175544.832000', '175544.834000', '175544.837000', '175544.839000', '175544.842000', '175544.845000', '175544.847000', '175544.850000', '175544.852000', '175544.855000', '175544.857000', '175544.860000', '175544.862000', '175544.865000', '175544.867000', '175544.870000', '175604.759000', '175604.762000', '175604.765000', '175604.767000', '175604.770000', '175604.772000', '175604.775000', '175604.778000', '175604.780000', '175604.783000', '175604.785000', '175604.788000', '175604.791000', '175604.793000', '175604.796000', '175604.798000', '175604.801000', '175604.803000', '175604.806000', '175604.808000', '175604.811000', '175604.814000', '175604.816000', '175604.819000', '175604.822000', '175604.824000', '175604.827000', '175604.829000', '175604.832000', '175604.834000', '175604.837000', '175604.840000', '175604.842000', '175604.845000', '175604.856000', '175604.859000', '175604.862000', '175604.864000', '175604.867000', '175604.870000', '175604.872000', '175604.875000', '175604.877000', '175624.759000', '175624.762000', '175624.765000', '175624.767000', '175624.770000', '175624.773000', '175624.775000', '175624.778000', '175624.780000', '175624.783000', '175624.785000', '175624.788000', '175624.791000', '175624.793000', '175624.796000', '175624.798000', '175624.801000', '175624.804000', '175624.806000', '175624.809000', '175624.811000', '175624.814000', '175624.817000', '175624.819000', '175624.822000', '175624.824000', '175624.827000', '175624.829000', '175624.832000', '175624.834000', '175624.837000', '175624.840000', '175624.842000', '175624.845000', '175624.847000', '175624.850000', '175624.853000', '175624.855000', '175624.858000', '175624.861000', '175624.863000', '175624.866000', '175624.868000', '175624.871000', '175644.759000', '175644.762000', '175644.764000', '175644.767000', '175644.769000', '175644.772000', '175644.775000', '175644.777000', '175644.780000', '175644.782000', '175644.785000', '175644.787000', '175644.790000', '175644.793000', '175644.795000', '175644.798000', '175644.801000', '175644.803000', '175644.806000', '175644.809000', '175644.813000', '175644.829000', '175644.832000', '175644.834000', '175644.837000', '175644.840000', '175644.842000', '175644.845000', '175644.847000', '175644.850000', '175644.853000', '175644.855000', '175644.858000', '175644.861000', '175644.863000', '175644.866000', '175644.868000', '175644.871000', '175644.873000', '175644.876000', '175644.879000', '175644.881000', '175644.884000', '175704.759000', '175704.761000', '175704.764000', '175704.766000', '175704.769000', '175704.772000', '175704.774000', '175704.777000', '175704.779000', '175704.782000', '175704.784000', '175704.787000', '175704.789000', '175704.792000', '175704.795000', '175704.797000', '175704.800000', '175704.802000', '175704.805000', '175704.807000', '175704.810000', '175704.812000', '175704.887000', '175704.889000', '175704.892000', '175704.895000', '175704.897000', '175704.900000', '175704.902000', '175704.905000', '175704.907000', '175704.910000', '175704.912000', '175704.915000', '175704.918000', '175704.920000', '175704.923000', '175704.925000', '175704.928000', '175704.931000', '175704.933000', '175704.936000', '175704.938000', '175704.941000', '175724.760000', '175724.762000', '175724.765000', '175724.768000', '175724.770000', '175724.773000', '175724.775000', '175724.778000', '175724.781000', '175724.783000', '175724.786000', '175724.788000', '175724.791000', '175724.794000', '175724.796000', '175724.799000', '175724.801000', '175724.804000', '175724.807000', '175724.809000', '175724.812000', '175724.814000', '175724.869000', '175724.871000', '175724.874000', '175724.876000', '175724.879000', '175724.881000', '175724.884000', '175724.887000', '175724.889000', '175724.892000', '175724.894000', '175724.897000', '175724.899000', '175724.902000', '175724.905000', '175724.907000', '175724.910000', '175724.912000', '175724.915000', '175724.918000', '175724.920000', '175728.560000', '175728.563000', '175728.575000', '175728.578000', '175728.580000', '175728.583000', '175728.586000', '175728.588000', '175728.591000'], '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': [8433, 10322, 9950, 14640, 10394, 10632, 8608, 6847, 11693, 11068, 14860, 11120, 9660, 9289, 7211, 12606, 9992, 13710, 8951, 8784, 8210, 6644, 13202, 9506, 9748, 7490, 6406, 10638, 8486, 12395, 10171, 7343, 11631, 7689, 14327, 10867, 12259, 9831, 7279, 9355, 7207, 10888, 8400, 9902, 8877, 6741, 8565, 6589, 10598, 7549, 13646, 10398, 13998, 8733, 11544, 7183, 12146, 9843, 9852, 7964, 7217, 6891, 7830, 8769, 8615, 8954, 6834, 7796, 7212, 11978, 8621, 12829, 7915, 10509, 10114, 8225, 12515, 10381, 8104, 12885, 7774, 14135, 10227, 16430, 11143, 11518, 8794, 9195, 8845, 7584, 12029, 6742, 8437, 7243, 7176, 11153, 8807, 10800, 7501, 6573, 9334, 8171, 14250, 10662, 9193, 8190, 6715, 12360, 10405, 15592, 10990, 10585, 9070, 7587, 10526, 9641, 12657, 7311, 9863, 6652, 8988, 6869, 11421, 8332, 10900, 7007, 7405, 6752, 9058, 7332, 11563, 6936, 10509, 7131, 11024, 8869, 13832, 9477, 11712, 8169, 11072, 9774, 8786, 9574, 6629, 11226, 7230, 13219, 10782, 8775, 9355, 6750, 11681, 7918, 14734, 10883, 8552, 8667, 6807, 10340, 7618, 14268, 10681, 7771, 8054, 7119, 10164, 8268, 8296, 12347, 8029, 9111, 8430, 10389, 11119, 9616, 13644, 7486, 11104, 8215, 11540, 9902, 8250, 8313, 6890, 9208, 7153, 12161, 9214, 13065, 10370, 10094, 8741, 9339, 8234, 9762, 10302, 6791, 8935, 6548, 9953, 8115, 13557, 7369, 9663, 7662, 10459, 9524, 8582, 9249, 6850, 9058, 10856, 9533, 7610, 9753, 6841, 11059, 7582, 14821, 10633, 9852, 8292, 6686, 9234, 8594, 15247, 11018, 8637, 8472, 6776, 11664, 10595, 15030, 11005, 8778, 8292, 7187, 12883, 9646, 8474, 8012, 6680, 10504, 9228, 14783, 10632, 8862, 7517, 6898, 10308, 9414, 12691, 8379, 6917, 8394, 6800, 11769, 9418, 12786, 8121, 11382, 7935, 13061, 10277, 13006, 9784, 10098, 7657, 10646, 7787, 11608, 9195, 7871, 6957, 6688, 6878, 6816, 11981, 9489, 11000, 7394, 8074, 7121, 10282, 8014, 11927, 7326, 10596, 7336, 12836, 9767, 11663, 8939, 8575, 9772, 9457, 12387, 8518, 12844, 7701, 10901, 9113, 10676, 11072, 7704, 13432, 8386, 13869, 9854, 18182, 11117, 9143, 7951, 6680, 8274, 7352, 12851, 9207, 9529, 7402, 6625, 9148, 7709, 12635, 8662, 11599, 7672, 9815, 8324, 9757, 9164, 6962, 9756, 7108, 11222, 8248, 13887, 9651, 12432, 7823, 10564, 6897, 11363, 8334, 12208, 7462, 10460, 7465, 9790, 7863, 9246, 7837, 6565, 7531, 6990, 9475, 8595, 11090, 7570, 9035, 6767, 9344, 8351, 12773, 7391, 10301, 6944, 11609, 9017, 11913, 9846, 6959, 8988, 7275, 13264, 10872, 16492, 10699, 10957, 9029, 9049, 11188, 7767, 12795, 7210, 10457, 9115, 10996, 11530, 7713, 12164, 7396, 11151, 9090, 8517, 10316, 7052, 10819, 7383, 9682, 9693, 6856, 12107, 7547, 12311, 9001, 13537, 10940, 11830, 8524, 10069, 7729, 9215, 7975, 8196, 7604, 6824, 7457, 7006, 9196, 7023, 11699, 9212, 9707, 7745, 9457, 9067, 9445, 8515, 7431, 7441, 9962, 9066, 11491, 8897, 7056, 7902, 6987, 11186, 8083, 13517, 7811, 12314, 8599, 11603, 10301, 7825, 9651, 7375, 10935, 6805, 13088, 9357, 13988, 8314, 11721, 7986, 12890, 10814, 9369, 8274, 7107, 8519, 7207, 12392, 8928, 12968, 7787, 11312, 8049, 11178, 10044, 7781, 9394, 6842, 11132, 7315, 12556, 9359, 13308, 9009, 11125, 7309, 9427, 6756, 10554, 7614, 11615, 6784, 10209, 7209, 10686, 8539, 9525, 7842, 10107, 7998, 12251, 9330, 10879, 7983, 11684, 9908, 12398, 8879, 8369, 7744, 8569, 10103, 8427, 12312, 7673, 11723, 8216, 13931, 10106, 15277, 10236, 11683, 8476, 10036, 9356, 8655, 9678, 6677, 11107, 7180, 13253, 10699, 9586, 8461, 6721, 7732, 6800, 12458, 8947, 8227, 7393, 6492, 10069, 8524, 13284, 10310, 8777, 8193, 6993, 9979, 8994, 14206, 9317, 10987, 8795, 8912, 9164, 11323, 11049, 7960, 8482, 7106, 7822, 7548, 9357, 9185, 8202, 7093, 7438, 7133, 8741, 7087, 10695, 7242, 10822, 7149, 11715, 9052, 12866, 9011, 11136, 7781, 10376, 8715, 12151, 9767, 8516, 7776, 6955, 9845, 9078, 11959, 7714, 12132, 7976, 9223, 9940, 7406, 13247, 10356, 9194, 8614, 6955, 10794, 8007, 15080, 10853, 10728, 8222, 6875, 8480, 7777, 12116, 9389, 9279, 8225, 7301, 8742, 6982, 10573, 8319, 12824, 9462, 11213, 7622, 10367, 8141, 9704, 8485, 8235, 7669, 8687, 8054, 9673, 8458, 9512, 8002, 6572, 7331, 6692, 9928, 8625, 12893, 8451, 10865, 7800, 13076, 10514, 14995, 9768, 10095, 7556, 8696, 9070, 7395, 11326, 7212, 11154, 7667, 11127, 10081, 8310, 10607, 6963, 10629, 7725, 11572, 10104, 7182, 8787, 7156, 10907, 8036, 11141, 9001, 6516, 8388, 6995, 12685, 10018, 15164, 10162, 12325, 8534, 10937, 7852, 12351, 10012, 9243, 7484, 6786, 7764, 6877, 8823, 7468, 12807, 7078, 9714, 7336, 9916, 9009, 10285, 9055, 7271, 8014, 8169, 10500, 7889, 9118, 6896, 8949, 7878, 13045, 7807, 11989, 7136, 11536, 7922, 14419, 10271, 12534, 8857, 9053, 9669, 9744, 12423, 8644, 13220, 7488, 11100, 8455, 10713, 9430, 7137, 8851, 6900, 12199, 9756, 13085, 9761, 7392, 8747, 7585, 13242, 9921, 8756, 7769, 6878, 7998, 7585, 13074, 9296, 7456, 7769, 6686, 9419, 7284, 12950, 9168, 12640, 7942, 11224, 7179, 11397, 9053, 11960, 8615, 10643, 7592, 10188, 9342, 10009, 8861, 6852, 7744, 6857, 11414, 9446, 13871, 9179, 10373, 8317, 10985, 9938, 11471, 8288, 6978, 7796, 7606, 10119, 8329, 12267, 6802, 9738, 8284, 8779, 10519, 8161, 11527, 7548, 9976, 8549, 10332, 11643, 8132, 12189, 7983, 8940, 8997, 8433, 13481, 8329, 8112, 7914, 7887, 13597, 10076, 7766, 7938, 7104, 11732, 8877, 9865, 9553, 7344, 9632, 7766, 8934, 10626, 8054, 13000, 8225, 9947, 9050, 10190, 13292, 8110, 12199, 7756, 9320, 8397, 8716, 10647, 7123, 11373, 7208, 11416, 8905, 12703, 10175, 12731, 8128, 11080, 7322, 11706, 9308, 10471, 8475, 7365, 7883, 6589, 9131, 7835, 10348, 6657, 8598, 7516, 11734, 8520, 12494, 7653, 10160, 9887, 7483], 'WindowCenter': [4047.0, 4061.0, 4048.0, 4079.0, 4046.0, 4045.0, 4012.0, 3969.0, 4042.0, 4045.0, 4076.0, 4045.0, 4023.0, 4020.0, 3991.0, 4042.0, 4033.0, 4052.0, 4011.0, 4009.0, 4000.0, 3970.0, 4053.0, 4034.0, 4034.0, 4004.0, 3969.0, 4042.0, 4011.0, 4055.0, 4034.0, 3992.0, 4043.0, 4003.0, 4061.0, 4042.0, 4052.0, 4031.0, 3990.0, 4019.0, 3988.0, 4030.0, 4010.0, 4031.0, 4022.0, 3968.0, 4011.0, 3979.0, 4029.0, 3988.0, 4051.0, 4031.0, 4051.0, 4010.0, 4039.0, 3988.0, 4053.0, 4032.0, 4032.0, 3999.0, 3991.0, 3992.0, 4001.0, 4023.0, 4024.0, 4022.0, 3983.0, 4013.0, 4006.0, 4056.0, 4025.0, 4067.0, 4013.0, 4044.0, 4044.0, 4026.0, 4066.0, 4058.0, 4015.0, 4068.0, 4002.0, 4064.0, 4031.0, 4075.0, 4057.0, 4055.0, 4010.0, 4019.0, 4022.0, 4000.0, 4052.0, 3978.0, 4008.0, 3988.0, 3989.0, 4042.0, 4022.0, 4042.0, 3991.0, 3981.0, 4029.0, 4012.0, 4076.0, 4043.0, 4021.0, 4009.0, 3978.0, 4052.0, 4043.0, 4076.0, 4041.0, 4030.0, 4008.0, 3985.0, 4027.0, 4018.0, 4050.0, 3977.0, 4018.0, 3966.0, 4006.0, 3966.0, 4028.0, 3994.0, 4027.0, 3964.0, 3973.0, 3965.0, 4006.0, 3976.0, 4040.0, 3976.0, 4029.0, 3989.0, 4038.0, 4017.0, 4062.0, 4031.0, 4040.0, 4010.0, 4041.0, 4031.0, 4009.0, 4028.0, 3979.0, 4040.0, 3990.0, 4050.0, 4044.0, 4010.0, 4020.0, 3969.0, 4039.0, 4011.0, 4059.0, 4043.0, 4009.0, 4008.0, 3977.0, 4029.0, 3987.0, 4048.0, 4030.0, 3987.0, 3999.0, 3988.0, 4042.0, 4009.0, 4011.0, 4049.0, 4001.0, 4020.0, 4009.0, 4030.0, 4041.0, 4017.0, 4051.0, 3988.0, 4027.0, 4008.0, 4038.0, 4018.0, 3996.0, 3997.0, 3978.0, 4017.0, 3977.0, 4037.0, 4018.0, 4050.0, 4030.0, 4029.0, 4010.0, 4009.0, 3996.0, 4019.0, 4028.0, 3965.0, 4007.0, 3966.0, 4016.0, 3997.0, 4050.0, 3988.0, 4029.0, 4000.0, 4040.0, 4021.0, 4010.0, 4021.0, 3966.0, 4020.0, 4030.0, 4020.0, 3988.0, 4020.0, 3968.0, 4040.0, 3989.0, 4061.0, 4029.0, 4018.0, 3997.0, 3967.0, 4019.0, 4008.0, 4073.0, 4040.0, 4007.0, 4009.0, 3965.0, 4038.0, 4025.0, 4062.0, 4028.0, 4006.0, 3997.0, 3976.0, 4049.0, 4019.0, 3997.0, 3998.0, 3966.0, 4038.0, 4019.0, 4060.0, 4028.0, 4005.0, 3976.0, 3973.0, 4029.0, 4031.0, 4048.0, 4010.0, 3977.0, 3997.0, 3977.0, 4040.0, 4016.0, 4050.0, 3998.0, 4039.0, 3996.0, 4049.0, 4031.0, 4050.0, 4030.0, 4028.0, 3987.0, 4028.0, 3987.0, 4036.0, 4020.0, 3998.0, 3977.0, 3978.0, 3981.0, 3994.0, 4066.0, 4033.0, 4042.0, 3990.0, 3999.0, 3990.0, 4029.0, 4008.0, 4051.0, 3988.0, 4028.0, 3987.0, 4049.0, 4031.0, 4041.0, 4021.0, 4008.0, 4027.0, 4028.0, 4052.0, 4010.0, 4051.0, 3999.0, 4040.0, 4019.0, 4028.0, 4041.0, 3999.0, 4051.0, 3998.0, 4050.0, 4018.0, 4071.0, 4028.0, 4004.0, 3985.0, 3963.0, 3995.0, 3973.0, 4048.0, 4018.0, 4018.0, 3986.0, 3963.0, 4007.0, 3985.0, 4049.0, 4008.0, 4039.0, 3987.0, 4018.0, 3997.0, 4017.0, 4019.0, 3975.0, 4018.0, 3977.0, 4038.0, 3995.0, 4047.0, 4016.0, 4038.0, 3987.0, 4027.0, 3977.0, 4037.0, 3996.0, 4049.0, 3988.0, 4041.0, 3999.0, 4029.0, 4011.0, 4019.0, 4000.0, 3980.0, 4013.0, 3993.0, 4045.0, 4021.0, 4056.0, 4003.0, 4034.0, 3992.0, 4033.0, 4010.0, 4063.0, 3991.0, 4031.0, 3988.0, 4051.0, 4021.0, 4052.0, 4031.0, 3991.0, 4022.0, 3990.0, 4062.0, 4054.0, 4085.0, 4041.0, 4040.0, 4020.0, 4019.0, 4039.0, 3999.0, 4051.0, 3988.0, 4028.0, 4020.0, 4027.0, 4041.0, 3987.0, 4051.0, 3985.0, 4037.0, 4005.0, 4009.0, 4029.0, 3977.0, 4026.0, 3987.0, 4016.0, 4028.0, 3965.0, 4050.0, 3986.0, 4038.0, 4008.0, 4048.0, 4026.0, 4036.0, 4008.0, 4018.0, 3985.0, 4018.0, 3996.0, 4009.0, 3999.0, 3979.0, 3988.0, 3989.0, 4033.0, 4003.0, 4064.0, 4032.0, 4043.0, 4025.0, 4045.0, 4035.0, 4032.0, 4022.0, 3990.0, 3990.0, 4032.0, 4021.0, 4041.0, 4010.0, 3976.0, 3997.0, 3977.0, 4040.0, 3997.0, 4051.0, 4000.0, 4051.0, 4007.0, 4039.0, 4030.0, 3996.0, 4031.0, 3990.0, 4040.0, 3979.0, 4051.0, 4015.0, 4061.0, 4009.0, 4039.0, 3997.0, 4048.0, 4039.0, 4018.0, 3998.0, 3976.0, 4007.0, 3987.0, 4037.0, 4008.0, 4049.0, 3988.0, 4039.0, 3997.0, 4037.0, 4019.0, 3987.0, 4019.0, 3966.0, 4037.0, 3988.0, 4037.0, 4007.0, 4049.0, 4006.0, 4026.0, 3986.0, 4006.0, 3964.0, 4026.0, 3988.0, 4038.0, 3966.0, 4029.0, 4000.0, 4038.0, 4020.0, 4030.0, 4012.0, 4030.0, 3999.0, 4049.0, 4023.0, 4043.0, 4001.0, 4050.0, 4031.0, 4050.0, 4021.0, 4007.0, 4000.0, 4010.0, 4028.0, 4010.0, 4052.0, 4000.0, 4040.0, 4010.0, 4062.0, 4029.0, 4062.0, 4028.0, 4039.0, 3997.0, 4017.0, 4017.0, 4006.0, 4018.0, 3966.0, 4040.0, 3977.0, 4049.0, 4030.0, 4020.0, 4009.0, 3966.0, 3986.0, 3979.0, 4050.0, 4021.0, 4009.0, 3987.0, 3968.0, 4029.0, 4019.0, 4063.0, 4031.0, 4009.0, 4008.0, 3978.0, 4018.0, 4007.0, 4062.0, 4019.0, 4039.0, 4009.0, 4007.0, 4006.0, 4026.0, 4026.0, 3985.0, 3995.0, 3961.0, 3985.0, 3983.0, 4002.0, 4005.0, 3995.0, 3974.0, 3976.0, 3976.0, 4006.0, 3975.0, 4028.0, 3987.0, 4040.0, 3987.0, 4049.0, 4019.0, 4063.0, 4020.0, 4042.0, 4000.0, 4029.0, 4020.0, 4050.0, 4032.0, 4008.0, 3998.0, 3977.0, 4028.0, 4008.0, 4050.0, 3999.0, 4051.0, 4010.0, 4020.0, 4030.0, 4000.0, 4062.0, 4032.0, 4019.0, 4009.0, 3977.0, 4040.0, 3999.0, 4061.0, 4040.0, 4026.0, 4007.0, 3967.0, 4008.0, 3987.0, 4037.0, 4014.0, 4017.0, 4009.0, 3987.0, 4008.0, 3977.0, 4027.0, 3997.0, 4049.0, 4019.0, 4038.0, 3988.0, 4028.0, 3999.0, 4028.0, 4021.0, 4009.0, 3999.0, 4010.0, 3999.0, 4031.0, 4010.0, 4029.0, 4010.0, 3979.0, 3990.0, 3979.0, 4031.0, 4022.0, 4062.0, 4022.0, 4042.0, 3998.0, 4051.0, 4038.0, 4074.0, 4031.0, 4030.0, 3986.0, 4007.0, 4019.0, 3989.0, 4042.0, 3988.0, 4040.0, 4000.0, 4039.0, 4031.0, 4009.0, 4029.0, 3977.0, 4027.0, 3995.0, 4038.0, 4027.0, 3976.0, 4008.0, 3976.0, 4026.0, 3997.0, 4037.0, 4008.0, 3954.0, 3997.0, 3975.0, 4038.0, 4017.0, 4061.0, 4028.0, 4038.0, 4006.0, 4026.0, 3997.0, 4036.0, 4030.0, 4018.0, 3989.0, 3967.0, 3988.0, 3968.0, 4009.0, 3990.0, 4059.0, 3992.0, 4032.0, 4002.0, 4043.0, 4022.0, 4041.0, 4023.0, 4001.0, 4008.0, 4023.0, 4042.0, 3998.0, 4019.0, 3990.0, 4018.0, 3997.0, 4061.0, 3998.0, 4039.0, 3977.0, 4038.0, 3999.0, 4060.0, 4029.0, 4050.0, 4018.0, 4008.0, 4019.0, 4017.0, 4051.0, 4008.0, 4048.0, 3983.0, 4027.0, 4009.0, 4030.0, 4019.0, 3977.0, 4007.0, 3977.0, 4037.0, 4019.0, 4048.0, 4016.0, 3976.0, 3995.0, 3984.0, 4036.0, 4017.0, 3994.0, 3984.0, 3965.0, 3997.0, 3998.0, 4049.0, 4019.0, 3987.0, 3987.0, 3964.0, 4006.0, 3976.0, 4046.0, 4007.0, 4036.0, 3997.0, 4026.0, 3976.0, 4036.0, 4006.0, 4036.0, 4007.0, 4029.0, 3999.0, 4030.0, 4020.0, 4030.0, 4018.0, 3977.0, 3986.0, 3978.0, 4037.0, 4029.0, 4061.0, 4020.0, 4027.0, 4010.0, 4040.0, 4030.0, 4050.0, 4008.0, 3975.0, 3985.0, 3987.0, 4015.0, 3995.0, 4049.0, 3967.0, 4017.0, 3995.0, 4005.0, 4039.0, 4009.0, 4048.0, 4000.0, 4029.0, 4007.0, 4028.0, 4052.0, 3999.0, 4052.0, 3999.0, 4008.0, 4008.0, 4010.0, 4062.0, 4008.0, 3997.0, 3995.0, 3995.0, 4050.0, 4030.0, 3987.0, 3996.0, 3975.0, 4049.0, 4017.0, 4029.0, 4019.0, 3986.0, 4018.0, 3998.0, 4017.0, 4042.0, 3999.0, 4051.0, 4009.0, 4019.0, 4007.0, 4015.0, 4048.0, 3987.0, 4039.0, 3987.0, 4016.0, 3996.0, 4006.0, 4029.0, 3977.0, 4037.0, 3973.0, 4034.0, 4007.0, 4037.0, 4016.0, 4037.0, 3996.0, 4025.0, 3975.0, 4037.0, 4016.0, 4027.0, 3998.0, 3987.0, 3997.0, 3966.0, 4018.0, 3997.0, 4038.0, 3977.0, 4007.0, 3989.0, 4050.0, 4021.0, 4064.0, 4000.0, 4030.0, 4030.0, 4003.0], 'WindowWidth': [9035.0, 9041.0, 9018.0, 9063.0, 9009.0, 9005.0, 8958.0, 8898.0, 8997.0, 9003.0, 9054.0, 9003.0, 8970.0, 8964.0, 8927.0, 8994.0, 8983.0, 9010.0, 8953.0, 8948.0, 8936.0, 8898.0, 9011.0, 8987.0, 8988.0, 8952.0, 8899.0, 8997.0, 8954.0, 9019.0, 8989.0, 8930.0, 8998.0, 8944.0, 9024.0, 8997.0, 9011.0, 8980.0, 8925.0, 8960.0, 8920.0, 8976.0, 8951.0, 8979.0, 8969.0, 8894.0, 8954.0, 8909.0, 8976.0, 8922.0, 9008.0, 8978.0, 9008.0, 8949.0, 8989.0, 8923.0, 9015.0, 8986.0, 8982.0, 8937.0, 8929.0, 8932.0, 8943.0, 8972.0, 8976.0, 8974.0, 8922.0, 8964.0, 8958.0, 9022.0, 8981.0, 9039.0, 8959.0, 9002.0, 9005.0, 8986.0, 9038.0, 9031.0, 8968.0, 9041.0, 8945.0, 9032.0, 8980.0, 9052.0, 9024.0, 9023.0, 8952.0, 8964.0, 8970.0, 8938.0, 9011.0, 8909.0, 8947.0, 8923.0, 8924.0, 8997.0, 8972.0, 8997.0, 8930.0, 8915.0, 8979.0, 8957.0, 9051.0, 9003.0, 8968.0, 8949.0, 8908.0, 9013.0, 8999.0, 9054.0, 8994.0, 8977.0, 8946.0, 8911.0, 8970.0, 8956.0, 9006.0, 8902.0, 8957.0, 8887.0, 8938.0, 8887.0, 8969.0, 8921.0, 8968.0, 8882.0, 8893.0, 8885.0, 8940.0, 8902.0, 8990.0, 8903.0, 8974.0, 8926.0, 8988.0, 8959.0, 9025.0, 8980.0, 8992.0, 8953.0, 8994.0, 8983.0, 8951.0, 8975.0, 8911.0, 8992.0, 8927.0, 9005.0, 9003.0, 8952.0, 8965.0, 8896.0, 8990.0, 8956.0, 9020.0, 9002.0, 8948.0, 8948.0, 8905.0, 8975.0, 8918.0, 9002.0, 8979.0, 8918.0, 8934.0, 8921.0, 8999.0, 8951.0, 8954.0, 9006.0, 8940.0, 8965.0, 8951.0, 8979.0, 8994.0, 8958.0, 9010.0, 8920.0, 8970.0, 8947.0, 8985.0, 8960.0, 8929.0, 8930.0, 8907.0, 8957.0, 8905.0, 8983.0, 8960.0, 9005.0, 8977.0, 8973.0, 8949.0, 8946.0, 8928.0, 8959.0, 8973.0, 8886.0, 8942.0, 8890.0, 8955.0, 8930.0, 9005.0, 8922.0, 8978.0, 8941.0, 8992.0, 8967.0, 8953.0, 8968.0, 8891.0, 8965.0, 8978.0, 8964.0, 8920.0, 8965.0, 8893.0, 8989.0, 8922.0, 9023.0, 8975.0, 8960.0, 8931.0, 8892.0, 8961.0, 8945.0, 9046.0, 8992.0, 8945.0, 8949.0, 8886.0, 8985.0, 8966.0, 9030.0, 8973.0, 8940.0, 8929.0, 8901.0, 9000.0, 8961.0, 8929.0, 8932.0, 8890.0, 8989.0, 8961.0, 9022.0, 8972.0, 8939.0, 8901.0, 8893.0, 8977.0, 8983.0, 9002.0, 8950.0, 8904.0, 8932.0, 8907.0, 8991.0, 8955.0, 9005.0, 8931.0, 8986.0, 8929.0, 9005.0, 8984.0, 9008.0, 8977.0, 8973.0, 8917.0, 8974.0, 8919.0, 8981.0, 8966.0, 8932.0, 8906.0, 8912.0, 8919.0, 8942.0, 9037.0, 8989.0, 9000.0, 8927.0, 8937.0, 8928.0, 8978.0, 8951.0, 9011.0, 8921.0, 8974.0, 8920.0, 9004.0, 8983.0, 8995.0, 8967.0, 8946.0, 8973.0, 8975.0, 9013.0, 8951.0, 9010.0, 8938.0, 8993.0, 8965.0, 8976.0, 8998.0, 8938.0, 9010.0, 8931.0, 9007.0, 8958.0, 9043.0, 8976.0, 8937.0, 8911.0, 8880.0, 8925.0, 8895.0, 9001.0, 8960.0, 8959.0, 8914.0, 8880.0, 8941.0, 8912.0, 9004.0, 8947.0, 8989.0, 8917.0, 8959.0, 8932.0, 8956.0, 8963.0, 8902.0, 8961.0, 8904.0, 8986.0, 8926.0, 9001.0, 8955.0, 8987.0, 8917.0, 8970.0, 8906.0, 8983.0, 8929.0, 9002.0, 8923.0, 8997.0, 8939.0, 8980.0, 8956.0, 8965.0, 8944.0, 8918.0, 8963.0, 8939.0, 9008.0, 8972.0, 9026.0, 8949.0, 8991.0, 8935.0, 8988.0, 8953.0, 9031.0, 8929.0, 8981.0, 8924.0, 9008.0, 8971.0, 9011.0, 8984.0, 8929.0, 8971.0, 8928.0, 9027.0, 9018.0, 9068.0, 8997.0, 8993.0, 8967.0, 8962.0, 8995.0, 8937.0, 9010.0, 8920.0, 8972.0, 8965.0, 8970.0, 8995.0, 8918.0, 9008.0, 8915.0, 8984.0, 8941.0, 8948.0, 8976.0, 8904.0, 8967.0, 8919.0, 8954.0, 8975.0, 8889.0, 9005.0, 8916.0, 8987.0, 8946.0, 9000.0, 8969.0, 8982.0, 8945.0, 8960.0, 8914.0, 8961.0, 8931.0, 8949.0, 8938.0, 8911.0, 8923.0, 8929.0, 8989.0, 8952.0, 9034.0, 8991.0, 9006.0, 8987.0, 9009.0, 8995.0, 8986.0, 8972.0, 8928.0, 8925.0, 8983.0, 8967.0, 8995.0, 8952.0, 8902.0, 8931.0, 8906.0, 8991.0, 8932.0, 9010.0, 8939.0, 9009.0, 8948.0, 8989.0, 8980.0, 8931.0, 8983.0, 8926.0, 8992.0, 8912.0, 9010.0, 8955.0, 9023.0, 8948.0, 8990.0, 8933.0, 9002.0, 8990.0, 8959.0, 8934.0, 8902.0, 8942.0, 8918.0, 8984.0, 8946.0, 9002.0, 8919.0, 8987.0, 8932.0, 8984.0, 8962.0, 8918.0, 8961.0, 8890.0, 8983.0, 8921.0, 8984.0, 8942.0, 9003.0, 8940.0, 8966.0, 8916.0, 8940.0, 8885.0, 8967.0, 8919.0, 8985.0, 8892.0, 8978.0, 8941.0, 8990.0, 8971.0, 8980.0, 8959.0, 8980.0, 8937.0, 9006.0, 8972.0, 9003.0, 8943.0, 9006.0, 8982.0, 9007.0, 8968.0, 8948.0, 8941.0, 8952.0, 8976.0, 8953.0, 9012.0, 8939.0, 8993.0, 8954.0, 9028.0, 8977.0, 9030.0, 8973.0, 8992.0, 8931.0, 8959.0, 8960.0, 8943.0, 8961.0, 8891.0, 8990.0, 8906.0, 9005.0, 8981.0, 8963.0, 8950.0, 8890.0, 8916.0, 8912.0, 9005.0, 8968.0, 8950.0, 8918.0, 8897.0, 8977.0, 8965.0, 9031.0, 8982.0, 8952.0, 8949.0, 8908.0, 8962.0, 8945.0, 9028.0, 8963.0, 8990.0, 8948.0, 8944.0, 8941.0, 8967.0, 8971.0, 8911.0, 8925.0, 8875.0, 8911.0, 8906.0, 8930.0, 8938.0, 8925.0, 8897.0, 8900.0, 8900.0, 8941.0, 8901.0, 8975.0, 8921.0, 8992.0, 8920.0, 9005.0, 8964.0, 9028.0, 8966.0, 8997.0, 8939.0, 8978.0, 8967.0, 9006.0, 8986.0, 8949.0, 8936.0, 8905.0, 8973.0, 8947.0, 9010.0, 8939.0, 9009.0, 8953.0, 8967.0, 8981.0, 8943.0, 9027.0, 8985.0, 8963.0, 8949.0, 8907.0, 8991.0, 8938.0, 9025.0, 8993.0, 8969.0, 8944.0, 8892.0, 8946.0, 8918.0, 8984.0, 8952.0, 8959.0, 8948.0, 8919.0, 8947.0, 8905.0, 8970.0, 8929.0, 9002.0, 8961.0, 8987.0, 8920.0, 8975.0, 8938.0, 8975.0, 8970.0, 8949.0, 8938.0, 8950.0, 8937.0, 8983.0, 8954.0, 8977.0, 8954.0, 8913.0, 8927.0, 8915.0, 8982.0, 8972.0, 9027.0, 8974.0, 8996.0, 8937.0, 9010.0, 8990.0, 9048.0, 8981.0, 8978.0, 8916.0, 8945.0, 8965.0, 8925.0, 8999.0, 8922.0, 8991.0, 8941.0, 8990.0, 8985.0, 8949.0, 8978.0, 8904.0, 8971.0, 8929.0, 8985.0, 8971.0, 8901.0, 8945.0, 8902.0, 8970.0, 8931.0, 8984.0, 8947.0, 8872.0, 8929.0, 8900.0, 8984.0, 8955.0, 9022.0, 8972.0, 8986.0, 8941.0, 8967.0, 8930.0, 8982.0, 8979.0, 8961.0, 8925.0, 8891.0, 8918.0, 8891.0, 8947.0, 8924.0, 9019.0, 8933.0, 8984.0, 8947.0, 9004.0, 8975.0, 8999.0, 8975.0, 8943.0, 8950.0, 8976.0, 9000.0, 8937.0, 8966.0, 8926.0, 8961.0, 8933.0, 9024.0, 8934.0, 8989.0, 8904.0, 8986.0, 8936.0, 9020.0, 8977.0, 9006.0, 8961.0, 8946.0, 8961.0, 8959.0, 9010.0, 8946.0, 9003.0, 8910.0, 8971.0, 8948.0, 8979.0, 8963.0, 8905.0, 8943.0, 8905.0, 8984.0, 8961.0, 9002.0, 8955.0, 8901.0, 8924.0, 8911.0, 8981.0, 8956.0, 8922.0, 8910.0, 8885.0, 8930.0, 8934.0, 9002.0, 8963.0, 8917.0, 8917.0, 8884.0, 8939.0, 8902.0, 8995.0, 8943.0, 8983.0, 8928.0, 8966.0, 8901.0, 8980.0, 8943.0, 8983.0, 8946.0, 8976.0, 8936.0, 8979.0, 8965.0, 8980.0, 8961.0, 8905.0, 8915.0, 8909.0, 8985.0, 8978.0, 9025.0, 8966.0, 8974.0, 8952.0, 8994.0, 8979.0, 9007.0, 8946.0, 8901.0, 8913.0, 8917.0, 8952.0, 8927.0, 9004.0, 8891.0, 8956.0, 8928.0, 8940.0, 8990.0, 8951.0, 9003.0, 8940.0, 8976.0, 8948.0, 8975.0, 9015.0, 8938.0, 9012.0, 8936.0, 8947.0, 8945.0, 8951.0, 9026.0, 8948.0, 8929.0, 8927.0, 8927.0, 9008.0, 8978.0, 8917.0, 8928.0, 8901.0, 9004.0, 8960.0, 8975.0, 8963.0, 8917.0, 8960.0, 8936.0, 8957.0, 8998.0, 8938.0, 9010.0, 8949.0, 8962.0, 8943.0, 8951.0, 9003.0, 8914.0, 8989.0, 8917.0, 8954.0, 8929.0, 8941.0, 8977.0, 8903.0, 8983.0, 8896.0, 8975.0, 8944.0, 8983.0, 8951.0, 8983.0, 8926.0, 8963.0, 8900.0, 8983.0, 8955.0, 8970.0, 8932.0, 8918.0, 8932.0, 8890.0, 8962.0, 8933.0, 8988.0, 8906.0, 8945.0, 8924.0, 9007.0, 8971.0, 9033.0, 8941.0, 8979.0, 8980.0, 8950.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.0004604602991944764</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02056215304948216</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.87404548629033</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.211018324458526</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007964675691243</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4883</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3775.8835</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1325610393138208</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.189873417721518</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.568912669642534</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5799100293992425</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8264132053403306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.300414774188028</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00626973</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001972513273358345</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022008270025253296</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.555845109281348</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>20.871</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.7915</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.7555</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298901.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>855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.9374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6774</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>532.8221</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3157.0825</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3401.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77643.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>823.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4228.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.4472</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.60750435641967</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> |