<?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-0087_ses-02_task-faces_acq-mb8_run-03_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-0087_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0087_suffix-bold_task-faces" 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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0087_suffix-bold_task-faces" 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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_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-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-faces_acq-mb8_run-03_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-0087/ses-02/func/sub-0087_ses-02_task-faces_acq-mb8_run-03_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>94771adeabb70e9b9b581e939495b76c</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>19:32:39.290000</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.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_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.114658</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7776, -7222, 578, -42, -85, 45, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a7f25ed8-d81d-4aa1-b121-bb6ee74cf7c7||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.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['193239.290000', '193239.750000', '193240.210000', '193240.670000', '193241.130000', '193241.590000', '193242.050000', '193242.510000', '193242.970000', '193243.430000', '193243.890000', '193244.350000', '193244.810000', '193245.270000', '193245.730000', '193246.190000', '193246.650000', '193247.110000', '193247.570000', '193248.030000', '193248.490000', '193248.950000', '193249.410000', '193249.870000', '193250.330000', '193250.790000', '193251.250000', '193251.710000', '193252.170000', '193252.630000', '193253.090000', '193253.550000', '193254.010000', '193254.470000', '193254.930000', '193255.390000', '193255.850000', '193256.310000', '193256.770000', '193257.230000', '193257.690000', '193258.150000', '193258.610000', '193259.070000', '193259.530000', '193259.990000', '193300.450000', '193300.910000', '193301.370000', '193301.830000', '193302.290000', '193302.750000', '193303.210000', '193303.670000', '193304.130000', '193304.590000', '193305.050000', '193305.510000', '193305.970000', '193306.430000', '193306.890000', '193307.350000', '193307.810000', '193308.270000', '193308.730000', '193309.190000', '193309.650000', '193310.110000', '193310.570000', '193311.030000', '193311.490000', '193311.950000', '193312.410000', '193312.870000', '193313.330000', '193313.790000', '193314.250000', '193314.710000', '193315.170000', '193315.630000', '193316.090000', '193316.550000', '193317.010000', '193317.470000', '193317.930000', '193318.390000', '193318.850000', '193319.310000', '193319.770000', '193320.230000', '193320.690000', '193321.150000', '193321.610000', '193322.070000', '193322.530000', '193322.990000', '193323.450000', '193323.910000', '193324.370000', '193324.830000', '193325.290000', '193325.750000', '193326.210000', '193326.670000', '193327.130000', '193327.590000', '193328.050000', '193328.510000', '193328.970000', '193329.430000', '193329.890000', '193330.350000', '193330.810000', '193331.270000', '193331.730000', '193332.190000', '193332.650000', '193333.110000', '193333.570000', '193334.030000', '193334.490000', '193334.950000', '193335.410000', '193335.870000', '193336.330000', '193336.790000', '193337.250000', '193337.710000', '193338.170000', '193338.630000', '193339.090000', '193339.550000', '193340.010000', '193340.470000', '193340.930000', '193341.390000', '193341.850000', '193342.310000', '193342.770000', '193343.230000', '193343.690000', '193344.150000', '193344.610000', '193345.070000', '193345.530000', '193345.990000', '193346.450000', '193346.910000', '193347.370000', '193347.830000', '193348.290000', '193348.750000', '193349.210000', '193349.670000', '193350.130000', '193350.590000', '193351.050000', '193351.510000', '193351.970000', '193352.430000', '193352.890000', '193353.350000', '193353.810000', '193354.270000', '193354.730000', '193355.190000', '193355.650000', '193356.110000', '193356.570000', '193357.030000', '193357.490000', '193357.950000', '193358.410000', '193358.870000', '193359.330000', '193359.790000', '193400.250000', '193400.710000', '193401.170000', '193401.630000', '193402.090000', '193402.550000', '193403.010000', '193403.470000', '193403.930000', '193404.390000', '193404.850000', '193405.310000', '193405.770000', '193406.230000', '193406.690000', '193407.150000', '193407.610000', '193408.070000', '193408.530000', '193408.990000', '193409.450000', '193409.910000', '193410.370000', '193410.830000', '193411.290000', '193411.750000', '193412.210000', '193412.670000', '193413.130000', '193413.590000', '193414.050000', '193414.510000', '193414.970000', '193415.430000', '193415.890000', '193416.350000', '193416.810000', '193417.270000', '193417.730000', '193418.190000', '193418.650000', '193419.110000', '193419.570000', '193420.030000', '193420.490000', '193420.950000', '193421.410000', '193421.870000', '193422.330000', '193422.790000', '193423.250000', '193423.710000', '193424.170000', '193424.630000', '193425.090000', '193425.550000', '193426.010000', '193426.470000', '193426.930000', '193427.390000', '193427.850000', '193428.310000', '193428.770000', '193429.230000', '193429.690000', '193430.150000', '193430.610000', '193431.070000', '193431.530000', '193431.990000', '193432.450000', '193432.910000', '193433.370000', '193433.830000', '193434.290000', '193434.750000', '193435.210000', '193435.670000', '193436.130000', '193436.590000', '193437.050000', '193437.510000', '193437.970000', '193438.430000', '193438.890000', '193439.350000', '193439.810000', '193440.270000', '193440.730000', '193441.190000', '193441.650000', '193442.110000', '193442.570000', '193443.030000', '193443.490000', '193443.950000', '193444.410000', '193444.870000', '193445.330000', '193445.790000', '193446.250000', '193446.710000', '193447.170000', '193447.630000', '193448.090000', '193448.550000', '193449.010000', '193449.470000', '193449.930000', '193450.390000', '193450.850000', '193451.310000', '193451.770000', '193452.230000', '193452.690000', '193453.150000', '193453.610000', '193454.070000', '193454.530000', '193454.990000', '193455.450000', '193455.910000', '193456.370000', '193456.830000', '193457.290000', '193457.750000', '193458.210000', '193458.670000', '193459.130000', '193459.590000', '193500.050000', '193500.510000', '193500.970000', '193501.430000', '193501.890000', '193502.350000', '193502.810000', '193503.270000', '193503.730000', '193504.190000', '193504.650000', '193505.110000', '193505.570000', '193506.030000', '193506.490000', '193506.950000', '193507.410000', '193507.870000', '193508.330000', '193508.790000', '193509.250000', '193509.710000', '193510.170000', '193510.630000', '193511.090000', '193511.550000', '193512.010000', '193512.470000', '193512.930000', '193513.390000', '193513.850000', '193514.310000', '193514.770000', '193515.230000', '193515.690000', '193516.150000', '193516.610000', '193517.070000', '193517.530000', '193517.990000', '193518.450000', '193518.910000', '193519.370000', '193519.830000', '193520.290000', '193520.750000', '193521.210000', '193521.670000', '193522.130000', '193522.590000', '193523.050000', '193523.510000', '193523.970000', '193524.430000', '193524.890000', '193525.350000', '193525.810000', '193526.270000', '193526.730000', '193527.190000', '193527.650000', '193528.110000', '193528.570000', '193529.030000', '193529.490000', '193529.950000', '193530.410000', '193530.870000', '193531.330000', '193531.790000', '193532.250000', '193532.710000', '193533.170000', '193533.630000', '193534.090000', '193534.550000', '193535.010000', '193535.470000', '193535.930000', '193536.390000', '193536.850000', '193537.310000', '193537.770000', '193538.230000', '193538.690000', '193539.150000', '193539.610000', '193540.070000', '193540.530000', '193540.990000', '193541.450000', '193541.910000', '193542.370000', '193542.830000', '193543.290000', '193543.750000', '193544.210000', '193544.670000', '193545.130000', '193545.590000', '193546.050000', '193546.510000', '193546.970000', '193547.430000', '193547.890000', '193548.350000', '193548.810000', '193549.270000', '193549.730000', '193550.190000', '193550.650000', '193551.110000', '193551.570000', '193552.030000', '193552.490000', '193552.950000', '193553.410000', '193553.870000', '193554.330000', '193554.790000', '193555.250000', '193555.710000', '193556.170000', '193556.630000', '193557.090000', '193557.550000', '193558.010000', '193558.470000', '193558.930000', '193559.390000', '193559.850000', '193600.310000', '193600.770000', '193601.230000', '193601.690000', '193602.150000', '193602.610000', '193603.070000', '193603.530000', '193603.990000', '193604.450000', '193604.910000', '193605.370000', '193605.830000', '193606.290000', '193606.750000', '193607.210000', '193607.670000', '193608.130000', '193608.590000', '193609.050000', '193609.510000', '193609.970000', '193610.430000', '193610.890000', '193611.350000', '193611.810000', '193612.270000', '193612.730000', '193613.190000', '193613.650000', '193614.110000', '193614.570000', '193615.030000', '193615.490000', '193615.950000', '193616.410000', '193616.870000', '193617.330000', '193617.790000', '193618.250000', '193618.710000', '193619.170000', '193619.630000', '193620.090000', '193620.550000', '193621.010000', '193621.470000', '193621.930000', '193622.390000', '193622.850000', '193623.310000', '193623.770000', '193624.230000', '193624.690000', '193625.150000', '193625.610000', '193626.070000', '193626.530000', '193626.990000', '193627.450000', '193627.910000', '193628.370000', '193628.830000', '193629.290000', '193629.750000', '193630.210000', '193630.670000', '193631.130000', '193631.590000', '193632.050000', '193632.510000', '193632.970000', '193633.430000', '193633.890000', '193634.350000', '193634.810000', '193635.270000', '193635.730000', '193636.190000', '193636.650000', '193637.110000', '193637.570000', '193638.030000', '193638.490000', '193638.950000', '193639.410000', '193639.870000', '193640.330000', '193640.790000', '193641.250000', '193641.710000', '193642.170000', '193642.630000', '193643.090000', '193643.550000', '193644.010000', '193644.470000', '193644.930000', '193645.390000', '193645.850000', '193646.310000', '193646.770000', '193647.230000', '193647.690000', '193648.150000', '193648.610000', '193649.070000', '193649.530000', '193649.990000', '193650.450000', '193650.910000', '193651.370000', '193651.830000', '193652.290000', '193652.750000', '193653.210000', '193653.670000', '193654.130000', '193654.590000', '193655.050000', '193655.510000', '193655.970000', '193656.430000', '193656.890000', '193657.350000', '193657.810000', '193658.270000', '193658.730000', '193659.190000', '193659.650000', '193700.110000', '193700.570000', '193701.030000', '193701.490000', '193701.950000', '193702.410000', '193702.870000', '193703.330000', '193703.790000', '193704.250000', '193704.710000', '193705.170000', '193705.630000', '193706.090000', '193706.550000', '193707.010000', '193707.470000', '193707.930000', '193708.390000', '193708.850000', '193709.310000', '193709.770000', '193710.230000', '193710.690000', '193711.150000', '193711.610000', '193712.070000', '193712.530000', '193712.990000', '193713.450000', '193713.910000', '193714.370000', '193714.830000', '193715.290000', '193715.750000', '193716.210000', '193716.670000', '193717.130000', '193717.590000', '193718.050000', '193718.510000', '193718.970000', '193719.430000', '193719.890000', '193720.350000', '193720.810000', '193721.270000', '193721.730000', '193722.190000', '193722.650000', '193723.110000', '193723.570000', '193724.030000', '193724.490000', '193724.950000', '193725.410000', '193725.870000', '193726.330000', '193726.790000', '193727.250000', '193727.710000', '193728.170000', '193728.630000', '193729.090000', '193729.550000', '193730.010000', '193730.470000', '193730.930000', '193731.390000', '193731.850000', '193732.310000', '193732.770000', '193733.230000', '193733.690000', '193734.150000', '193734.610000', '193735.070000', '193735.530000', '193735.990000', '193736.450000', '193736.910000', '193737.370000', '193737.830000', '193738.290000', '193738.750000', '193739.210000', '193739.670000', '193740.130000', '193740.590000', '193741.050000', '193741.510000', '193741.970000', '193742.430000', '193742.890000', '193743.350000', '193743.810000', '193744.270000', '193744.730000', '193745.190000', '193745.650000', '193746.110000', '193746.570000', '193747.030000', '193747.490000', '193747.950000', '193748.410000', '193748.870000', '193749.330000', '193749.790000', '193750.250000', '193750.710000', '193751.170000', '193751.630000', '193752.090000', '193752.550000', '193753.010000', '193753.470000', '193753.930000', '193754.390000', '193754.850000', '193755.310000', '193755.770000', '193756.230000', '193756.690000', '193757.150000', '193757.610000', '193758.070000', '193758.530000', '193758.990000', '193759.450000', '193759.910000', '193800.370000', '193800.830000', '193801.290000', '193801.750000', '193802.210000', '193802.670000', '193803.130000', '193803.590000', '193804.050000', '193804.510000', '193804.970000', '193805.430000', '193805.890000', '193806.350000', '193806.810000', '193807.270000', '193807.730000', '193808.190000', '193808.650000', '193809.110000', '193809.570000', '193810.030000', '193810.490000', '193810.950000', '193811.410000', '193811.870000', '193812.330000', '193812.790000', '193813.250000', '193813.710000', '193814.170000', '193814.630000', '193815.090000', '193815.550000', '193816.010000', '193816.470000', '193816.930000', '193817.390000', '193817.850000', '193818.310000', '193818.770000', '193819.230000', '193819.690000', '193820.150000', '193820.610000', '193821.070000', '193821.530000', '193821.990000', '193822.450000', '193822.910000', '193823.370000', '193823.830000', '193824.290000', '193824.750000', '193825.210000', '193825.670000', '193826.130000', '193826.590000', '193827.050000', '193827.510000', '193827.970000', '193828.430000', '193828.890000', '193829.350000', '193829.810000', '193830.270000', '193830.730000', '193831.190000', '193831.650000', '193832.110000', '193832.570000', '193833.030000', '193833.490000', '193833.950000', '193834.410000', '193834.870000', '193835.330000', '193835.790000', '193836.250000', '193836.710000', '193837.170000', '193837.630000', '193838.090000', '193838.550000', '193839.010000', '193839.470000', '193839.930000', '193840.390000', '193840.850000', '193841.310000', '193841.770000', '193842.230000', '193842.690000', '193843.150000', '193843.610000', '193844.070000', '193844.530000', '193844.990000', '193845.450000', '193845.910000', '193846.370000', '193846.830000', '193847.290000', '193847.750000', '193848.210000', '193848.670000', '193849.130000', '193849.590000', '193850.050000', '193850.510000', '193850.970000', '193851.430000', '193851.890000', '193852.350000', '193852.810000', '193853.270000', '193853.730000', '193854.190000', '193854.650000', '193855.110000', '193855.570000', '193856.030000', '193856.490000', '193856.950000', '193857.410000', '193857.870000', '193858.330000', '193858.790000', '193859.250000', '193859.710000', '193900.170000', '193900.630000', '193901.090000', '193901.550000', '193902.010000', '193902.470000', '193902.930000', '193903.390000', '193903.850000', '193904.310000', '193904.770000', '193905.230000', '193905.690000', '193906.150000', '193906.610000', '193907.070000', '193907.530000', '193907.990000', '193908.450000', '193908.910000', '193909.370000', '193909.830000', '193910.290000', '193910.750000', '193911.210000', '193911.670000', '193912.130000', '193912.590000', '193913.050000', '193913.510000', '193913.970000', '193914.430000', '193914.890000', '193915.350000', '193915.810000', '193916.270000', '193916.730000', '193917.190000', '193917.650000', '193918.110000', '193918.570000', '193919.030000', '193919.490000', '193919.950000', '193920.410000', '193920.870000', '193921.330000', '193921.790000', '193922.250000', '193922.710000', '193923.170000', '193923.630000', '193924.090000', '193924.550000', '193925.010000', '193925.470000', '193925.930000', '193926.390000', '193926.850000', '193927.310000', '193927.770000', '193928.230000', '193928.690000', '193929.150000', '193929.610000', '193930.070000', '193930.530000', '193930.990000', '193931.450000', '193931.910000', '193932.370000', '193932.830000', '193933.290000', '193933.750000', '193934.210000', '193934.670000', '193935.130000', '193935.590000', '193936.050000', '193936.510000', '193936.970000', '193937.430000', '193937.890000', '193938.350000', '193938.810000', '193939.270000'], 'ContentTime': ['193304.608000', '193304.612000', '193304.614000', '193304.617000', '193304.620000', '193304.622000', '193304.625000', '193304.628000', '193304.630000', '193304.633000', '193304.635000', '193304.638000', '193304.641000', '193304.643000', '193304.646000', '193304.648000', '193304.651000', '193304.653000', '193304.656000', '193304.659000', '193304.661000', '193304.664000', '193304.666000', '193304.669000', '193304.671000', '193304.674000', '193304.677000', '193304.679000', '193304.682000', '193304.685000', '193304.687000', '193304.690000', '193304.692000', '193304.695000', '193304.698000', '193304.700000', '193304.703000', '193304.705000', '193304.708000', '193304.710000', '193304.713000', '193304.716000', '193304.718000', '193304.721000', '193304.723000', '193304.726000', '193304.728000', '193304.731000', '193304.733000', '193304.736000', '193304.739000', '193304.741000', '193324.572000', '193324.575000', '193324.584000', '193324.586000', '193324.589000', '193324.591000', '193324.594000', '193324.597000', '193324.599000', '193324.602000', '193324.605000', '193324.607000', '193324.610000', '193324.612000', '193324.615000', '193324.618000', '193324.620000', '193324.623000', '193324.626000', '193324.628000', '193324.631000', '193324.633000', '193324.636000', '193324.639000', '193324.641000', '193324.644000', '193324.646000', '193324.649000', '193324.651000', '193324.654000', '193324.656000', '193324.659000', '193324.662000', '193324.664000', '193324.667000', '193324.669000', '193324.672000', '193324.674000', '193324.677000', '193324.679000', '193324.682000', '193324.684000', '193324.687000', '193324.690000', '193344.572000', '193344.575000', '193344.578000', '193344.581000', '193344.583000', '193344.586000', '193344.588000', '193344.591000', '193344.593000', '193344.596000', '193344.599000', '193344.601000', '193344.604000', '193344.606000', '193344.609000', '193344.612000', '193344.614000', '193344.617000', '193344.619000', '193344.622000', '193344.625000', '193344.627000', '193344.630000', '193344.632000', '193344.640000', '193344.643000', '193344.645000', '193344.648000', '193344.651000', '193344.653000', '193344.656000', '193344.659000', '193344.661000', '193344.664000', '193344.666000', '193344.669000', '193344.672000', '193344.674000', '193344.677000', '193344.679000', '193344.682000', '193344.684000', '193344.687000', '193404.573000', '193404.576000', '193404.579000', '193404.581000', '193404.584000', '193404.586000', '193404.589000', '193404.592000', '193404.594000', '193404.597000', '193404.600000', '193404.602000', '193404.605000', '193404.607000', '193404.610000', '193404.613000', '193404.615000', '193404.618000', '193404.620000', '193404.623000', '193404.626000', '193404.635000', '193404.638000', '193404.640000', '193404.643000', '193404.645000', '193404.648000', '193404.651000', '193404.653000', '193404.656000', '193404.658000', '193404.661000', '193404.663000', '193404.666000', '193404.669000', '193404.671000', '193404.674000', '193404.676000', '193404.679000', '193404.681000', '193404.684000', '193404.687000', '193404.689000', '193404.692000', '193424.593000', '193424.596000', '193424.599000', '193424.602000', '193424.604000', '193424.607000', '193424.609000', '193424.612000', '193424.615000', '193424.617000', '193424.620000', '193424.622000', '193424.625000', '193424.627000', '193424.630000', '193424.633000', '193424.635000', '193424.640000', '193424.643000', '193424.645000', '193424.648000', '193424.650000', '193424.653000', '193424.656000', '193424.658000', '193424.661000', '193424.663000', '193424.666000', '193424.669000', '193424.671000', '193424.674000', '193424.676000', '193424.679000', '193424.681000', '193424.684000', '193424.687000', '193424.689000', '193424.693000', '193424.695000', '193424.698000', '193424.701000', '193424.703000', '193424.706000', '193444.572000', '193444.575000', '193444.578000', '193444.580000', '193444.583000', '193444.586000', '193444.588000', '193444.591000', '193444.593000', '193444.596000', '193444.599000', '193444.601000', '193444.604000', '193444.606000', '193444.609000', '193444.612000', '193444.614000', '193444.617000', '193444.620000', '193444.622000', '193444.625000', '193444.631000', '193444.634000', '193444.636000', '193444.639000', '193444.642000', '193444.644000', '193444.647000', '193444.650000', '193444.652000', '193444.655000', '193444.657000', '193444.660000', '193444.663000', '193444.665000', '193444.668000', '193444.670000', '193444.673000', '193444.675000', '193444.678000', '193444.681000', '193444.683000', '193444.686000', '193444.688000', '193504.573000', '193504.575000', '193504.578000', '193504.581000', '193504.583000', '193504.586000', '193504.588000', '193504.591000', '193504.594000', '193504.596000', '193504.599000', '193504.601000', '193504.604000', '193504.607000', '193504.609000', '193504.612000', '193504.614000', '193504.617000', '193504.619000', '193504.622000', '193504.625000', '193504.627000', '193504.630000', '193504.632000', '193504.635000', '193504.637000', '193504.640000', '193504.643000', '193504.645000', '193504.648000', '193504.651000', '193504.653000', '193504.656000', '193504.658000', '193504.661000', '193504.663000', '193504.666000', '193504.669000', '193504.671000', '193504.674000', '193504.676000', '193504.679000', '193504.682000', '193524.573000', '193524.575000', '193524.578000', '193524.581000', '193524.583000', '193524.586000', '193524.588000', '193524.591000', '193524.594000', '193524.596000', '193524.599000', '193524.601000', '193524.604000', '193524.607000', '193524.609000', '193524.612000', '193524.615000', '193524.617000', '193524.620000', '193524.622000', '193524.625000', '193524.627000', '193524.630000', '193524.633000', '193524.635000', '193524.638000', '193524.640000', '193524.643000', '193524.646000', '193524.648000', '193524.651000', '193524.653000', '193524.656000', '193524.659000', '193524.661000', '193524.664000', '193524.679000', '193524.681000', '193524.684000', '193524.687000', '193524.689000', '193524.692000', '193524.694000', '193524.697000', '193544.573000', '193544.575000', '193544.578000', '193544.581000', '193544.583000', '193544.586000', '193544.588000', '193544.591000', '193544.593000', '193544.596000', '193544.599000', '193544.602000', '193544.604000', '193544.607000', '193544.609000', '193544.612000', '193544.615000', '193544.617000', '193544.620000', '193544.623000', '193544.625000', '193544.628000', '193544.630000', '193544.633000', '193544.636000', '193544.638000', '193544.641000', '193544.643000', '193544.646000', '193544.649000', '193544.651000', '193544.654000', '193544.656000', '193544.659000', '193544.661000', '193544.664000', '193544.667000', '193544.669000', '193544.672000', '193544.691000', '193544.694000', '193544.696000', '193544.699000', '193604.572000', '193604.575000', '193604.578000', '193604.580000', '193604.583000', '193604.585000', '193604.588000', '193604.590000', '193604.593000', '193604.596000', '193604.598000', '193604.601000', '193604.603000', '193604.606000', '193604.609000', '193604.611000', '193604.614000', '193604.617000', '193604.619000', '193604.622000', '193604.624000', '193604.627000', '193604.630000', '193604.632000', '193604.635000', '193604.637000', '193604.640000', '193604.643000', '193604.645000', '193604.648000', '193604.650000', '193604.653000', '193604.656000', '193604.658000', '193604.661000', '193604.664000', '193604.666000', '193604.669000', '193604.671000', '193604.674000', '193604.677000', '193604.679000', '193604.682000', '193604.684000', '193624.574000', '193624.576000', '193624.579000', '193624.582000', '193624.584000', '193624.587000', '193624.589000', '193624.592000', '193624.595000', '193624.597000', '193624.600000', '193624.603000', '193624.605000', '193624.608000', '193624.611000', '193624.613000', '193624.616000', '193624.618000', '193624.621000', '193624.623000', '193624.626000', '193624.629000', '193624.631000', '193624.634000', '193624.637000', '193624.639000', '193624.642000', '193624.644000', '193624.647000', '193624.650000', '193624.652000', '193624.655000', '193624.657000', '193624.660000', '193624.663000', '193624.665000', '193624.668000', '193624.670000', '193624.673000', '193624.676000', '193624.678000', '193624.681000', '193624.683000', '193644.573000', '193644.576000', '193644.579000', '193644.581000', '193644.584000', '193644.587000', '193644.589000', '193644.592000', '193644.594000', '193644.597000', '193644.600000', '193644.602000', '193644.605000', '193644.607000', '193644.610000', '193644.612000', '193644.615000', '193644.618000', '193644.620000', '193644.623000', '193644.625000', '193644.628000', '193644.631000', '193644.633000', '193644.636000', '193644.639000', '193644.641000', '193644.644000', '193644.646000', '193644.649000', '193644.651000', '193644.654000', '193644.657000', '193644.659000', '193644.662000', '193644.664000', '193644.667000', '193644.670000', '193644.672000', '193644.675000', '193644.677000', '193644.680000', '193644.682000', '193644.685000', '193704.572000', '193704.575000', '193704.578000', '193704.580000', '193704.583000', '193704.586000', '193704.588000', '193704.591000', '193704.594000', '193704.596000', '193704.599000', '193704.601000', '193704.604000', '193704.607000', '193704.609000', '193704.612000', '193704.614000', '193704.617000', '193704.620000', '193704.622000', '193704.625000', '193704.627000', '193704.630000', '193704.633000', '193704.635000', '193704.638000', '193704.640000', '193704.643000', '193704.645000', '193704.648000', '193704.651000', '193704.653000', '193704.656000', '193704.659000', '193704.661000', '193704.664000', '193704.666000', '193704.669000', '193704.672000', '193704.674000', '193704.677000', '193704.679000', '193704.682000', '193724.573000', '193724.575000', '193724.578000', '193724.581000', '193724.583000', '193724.586000', '193724.588000', '193724.616000', '193724.618000', '193724.621000', '193724.624000', '193724.626000', '193724.629000', '193724.631000', '193724.634000', '193724.637000', '193724.639000', '193724.642000', '193724.644000', '193724.647000', '193724.650000', '193724.653000', '193724.655000', '193724.658000', '193724.660000', '193724.663000', '193724.666000', '193724.668000', '193724.671000', '193724.673000', '193724.676000', '193724.679000', '193724.681000', '193724.684000', '193724.686000', '193724.689000', '193724.692000', '193724.694000', '193724.697000', '193724.699000', '193724.702000', '193724.705000', '193724.707000', '193724.710000', '193744.573000', '193744.575000', '193744.578000', '193744.581000', '193744.583000', '193744.586000', '193744.589000', '193744.591000', '193744.594000', '193744.596000', '193744.599000', '193744.602000', '193744.604000', '193744.607000', '193744.609000', '193744.612000', '193744.615000', '193744.617000', '193744.620000', '193744.622000', '193744.625000', '193744.628000', '193744.630000', '193744.633000', '193744.635000', '193744.638000', '193744.641000', '193744.643000', '193744.646000', '193744.648000', '193744.651000', '193744.654000', '193744.656000', '193744.659000', '193744.661000', '193744.664000', '193744.667000', '193744.669000', '193744.672000', '193744.674000', '193744.677000', '193744.680000', '193744.682000', '193804.572000', '193804.575000', '193804.578000', '193804.581000', '193804.583000', '193804.586000', '193804.588000', '193804.591000', '193804.594000', '193804.596000', '193804.599000', '193804.602000', '193804.604000', '193804.607000', '193804.610000', '193804.612000', '193804.615000', '193804.618000', '193804.620000', '193804.623000', '193804.625000', '193804.628000', '193804.631000', '193804.633000', '193804.636000', '193804.638000', '193804.641000', '193804.644000', '193804.646000', '193804.649000', '193804.651000', '193804.654000', '193804.657000', '193804.659000', '193804.662000', '193804.665000', '193804.667000', '193804.670000', '193804.672000', '193804.675000', '193804.677000', '193804.680000', '193804.682000', '193804.685000', '193824.572000', '193824.575000', '193824.578000', '193824.581000', '193824.583000', '193824.586000', '193824.589000', '193824.591000', '193824.594000', '193824.596000', '193824.599000', '193824.602000', '193824.604000', '193824.607000', '193824.611000', '193824.614000', '193824.617000', '193824.619000', '193824.622000', '193824.624000', '193824.627000', '193824.630000', '193824.632000', '193824.635000', '193824.637000', '193824.640000', '193824.642000', '193824.645000', '193824.648000', '193824.650000', '193824.653000', '193824.655000', '193824.658000', '193824.661000', '193824.663000', '193824.666000', '193824.668000', '193824.671000', '193824.673000', '193824.676000', '193824.679000', '193824.681000', '193824.684000', '193844.574000', '193844.576000', '193844.579000', '193844.582000', '193844.584000', '193844.587000', '193844.590000', '193844.593000', '193844.595000', '193844.598000', '193844.600000', '193844.603000', '193844.606000', '193844.608000', '193844.611000', '193844.613000', '193844.616000', '193844.618000', '193844.638000', '193844.641000', '193844.643000', '193844.646000', '193844.648000', '193844.651000', '193844.654000', '193844.656000', '193844.659000', '193844.661000', '193844.664000', '193844.667000', '193844.669000', '193844.672000', '193844.675000', '193844.677000', '193844.680000', '193844.682000', '193844.685000', '193844.688000', '193844.690000', '193844.693000', '193844.696000', '193844.698000', '193844.701000', '193904.573000', '193904.576000', '193904.579000', '193904.581000', '193904.584000', '193904.587000', '193904.589000', '193904.592000', '193904.594000', '193904.597000', '193904.600000', '193904.603000', '193904.605000', '193904.608000', '193904.611000', '193904.613000', '193904.616000', '193904.618000', '193904.621000', '193904.624000', '193904.626000', '193904.629000', '193904.631000', '193904.634000', '193904.637000', '193904.639000', '193904.642000', '193904.644000', '193904.647000', '193904.650000', '193904.652000', '193904.655000', '193904.658000', '193904.660000', '193904.663000', '193904.665000', '193904.668000', '193904.670000', '193904.673000', '193904.676000', '193904.678000', '193904.681000', '193904.683000', '193904.686000', '193924.572000', '193924.575000', '193924.578000', '193924.581000', '193924.583000', '193924.586000', '193924.588000', '193924.591000', '193924.594000', '193924.596000', '193924.599000', '193924.602000', '193924.604000', '193924.607000', '193924.609000', '193924.612000', '193924.614000', '193924.617000', '193924.620000', '193924.622000', '193924.625000', '193924.627000', '193924.630000', '193924.633000', '193924.635000', '193924.638000', '193924.640000', '193924.643000', '193924.646000', '193924.648000', '193924.651000', '193924.654000', '193924.656000', '193924.659000', '193924.662000', '193924.664000', '193924.667000', '193924.669000', '193924.672000', '193924.675000', '193924.677000', '193924.680000', '193924.682000', '193940.711000', '193940.714000', '193940.717000', '193940.719000', '193940.722000', '193940.725000', '193940.727000', '193940.730000', '193940.732000', '193940.735000', '193940.737000', '193940.740000', '193940.743000', '193940.745000', '193940.748000', '193940.750000', '193940.753000', '193940.756000', '193940.758000', '193940.761000', '193940.764000', '193940.766000', '193940.769000', '193940.771000', '193940.774000', '193940.777000', '193940.779000', '193940.782000', '193940.784000', '193940.787000', '193940.790000', '193940.792000', '193940.795000', '193940.798000', '193940.848000', '193940.851000'], 'InstanceCreationTime': ['193304.608000', '193304.612000', '193304.614000', '193304.617000', '193304.620000', '193304.622000', '193304.625000', '193304.628000', '193304.630000', '193304.633000', '193304.635000', '193304.638000', '193304.641000', '193304.643000', '193304.646000', '193304.648000', '193304.651000', '193304.653000', '193304.656000', '193304.659000', '193304.661000', '193304.664000', '193304.666000', '193304.669000', '193304.671000', '193304.674000', '193304.677000', '193304.679000', '193304.682000', '193304.685000', '193304.687000', '193304.690000', '193304.692000', '193304.695000', '193304.698000', '193304.700000', '193304.703000', '193304.705000', '193304.708000', '193304.710000', '193304.713000', '193304.716000', '193304.718000', '193304.721000', '193304.723000', '193304.726000', '193304.728000', '193304.731000', '193304.733000', '193304.736000', '193304.739000', '193304.741000', '193324.572000', '193324.575000', '193324.584000', '193324.586000', '193324.589000', '193324.591000', '193324.594000', '193324.597000', '193324.599000', '193324.602000', '193324.605000', '193324.607000', '193324.610000', '193324.612000', '193324.615000', '193324.618000', '193324.620000', '193324.623000', '193324.626000', '193324.628000', '193324.631000', '193324.633000', '193324.636000', '193324.639000', '193324.641000', '193324.644000', '193324.646000', '193324.649000', '193324.651000', '193324.654000', '193324.656000', '193324.659000', '193324.662000', '193324.664000', '193324.667000', '193324.669000', '193324.672000', '193324.674000', '193324.677000', '193324.679000', '193324.682000', '193324.684000', '193324.687000', '193324.690000', '193344.572000', '193344.575000', '193344.578000', '193344.581000', '193344.583000', '193344.586000', '193344.588000', '193344.591000', '193344.593000', '193344.596000', '193344.599000', '193344.601000', '193344.604000', '193344.606000', '193344.609000', '193344.612000', '193344.614000', '193344.617000', '193344.619000', '193344.622000', '193344.625000', '193344.627000', '193344.630000', '193344.632000', '193344.640000', '193344.643000', '193344.645000', '193344.648000', '193344.651000', '193344.653000', '193344.656000', '193344.659000', '193344.661000', '193344.664000', '193344.666000', '193344.669000', '193344.672000', '193344.674000', '193344.677000', '193344.679000', '193344.682000', '193344.684000', '193344.687000', '193404.573000', '193404.576000', '193404.579000', '193404.581000', '193404.584000', '193404.586000', '193404.589000', '193404.592000', '193404.594000', '193404.597000', '193404.600000', '193404.602000', '193404.605000', '193404.607000', '193404.610000', '193404.613000', '193404.615000', '193404.618000', '193404.620000', '193404.623000', '193404.626000', '193404.635000', '193404.638000', '193404.640000', '193404.643000', '193404.645000', '193404.648000', '193404.651000', '193404.653000', '193404.656000', '193404.658000', '193404.661000', '193404.663000', '193404.666000', '193404.669000', '193404.671000', '193404.674000', '193404.676000', '193404.679000', '193404.681000', '193404.684000', '193404.687000', '193404.689000', '193404.692000', '193424.593000', '193424.596000', '193424.599000', '193424.602000', '193424.604000', '193424.607000', '193424.609000', '193424.612000', '193424.615000', '193424.617000', '193424.620000', '193424.622000', '193424.625000', '193424.627000', '193424.630000', '193424.633000', '193424.635000', '193424.640000', '193424.643000', '193424.645000', '193424.648000', '193424.650000', '193424.653000', '193424.656000', '193424.658000', '193424.661000', '193424.663000', '193424.666000', '193424.669000', '193424.671000', '193424.674000', '193424.676000', '193424.679000', '193424.681000', '193424.684000', '193424.687000', '193424.689000', '193424.693000', '193424.695000', '193424.698000', '193424.701000', '193424.703000', '193424.706000', '193444.572000', '193444.575000', '193444.578000', '193444.580000', '193444.583000', '193444.586000', '193444.588000', '193444.591000', '193444.593000', '193444.596000', '193444.599000', '193444.601000', '193444.604000', '193444.606000', '193444.609000', '193444.612000', '193444.614000', '193444.617000', '193444.620000', '193444.622000', '193444.625000', '193444.631000', '193444.634000', '193444.636000', '193444.639000', '193444.642000', '193444.644000', '193444.647000', '193444.650000', '193444.652000', '193444.655000', '193444.657000', '193444.660000', '193444.663000', '193444.665000', '193444.668000', '193444.670000', '193444.673000', '193444.675000', '193444.678000', '193444.681000', '193444.683000', '193444.686000', '193444.688000', '193504.573000', '193504.575000', '193504.578000', '193504.581000', '193504.583000', '193504.586000', '193504.588000', '193504.591000', '193504.594000', '193504.596000', '193504.599000', '193504.601000', '193504.604000', '193504.607000', '193504.609000', '193504.612000', '193504.614000', '193504.617000', '193504.619000', '193504.622000', '193504.625000', '193504.627000', '193504.630000', '193504.632000', '193504.635000', '193504.637000', '193504.640000', '193504.643000', '193504.645000', '193504.648000', '193504.651000', '193504.653000', '193504.656000', '193504.658000', '193504.661000', '193504.663000', '193504.666000', '193504.669000', '193504.671000', '193504.674000', '193504.676000', '193504.679000', '193504.682000', '193524.573000', '193524.575000', '193524.578000', '193524.581000', '193524.583000', '193524.586000', '193524.588000', '193524.591000', '193524.594000', '193524.596000', '193524.599000', '193524.601000', '193524.604000', '193524.607000', '193524.609000', '193524.612000', '193524.615000', '193524.617000', '193524.620000', '193524.622000', '193524.625000', '193524.627000', '193524.630000', '193524.633000', '193524.635000', '193524.638000', '193524.640000', '193524.643000', '193524.646000', '193524.648000', '193524.651000', '193524.653000', '193524.656000', '193524.659000', '193524.661000', '193524.664000', '193524.679000', '193524.681000', '193524.684000', '193524.687000', '193524.689000', '193524.692000', '193524.694000', '193524.697000', '193544.573000', '193544.575000', '193544.578000', '193544.581000', '193544.583000', '193544.586000', '193544.588000', '193544.591000', '193544.593000', '193544.596000', '193544.599000', '193544.602000', '193544.604000', '193544.607000', '193544.609000', '193544.612000', '193544.615000', '193544.617000', '193544.620000', '193544.623000', '193544.625000', '193544.628000', '193544.630000', '193544.633000', '193544.636000', '193544.638000', '193544.641000', '193544.643000', '193544.646000', '193544.649000', '193544.651000', '193544.654000', '193544.656000', '193544.659000', '193544.661000', '193544.664000', '193544.667000', '193544.669000', '193544.672000', '193544.691000', '193544.694000', '193544.696000', '193544.699000', '193604.572000', '193604.575000', '193604.578000', '193604.580000', '193604.583000', '193604.585000', '193604.588000', '193604.590000', '193604.593000', '193604.596000', '193604.598000', '193604.601000', '193604.603000', '193604.606000', '193604.609000', '193604.611000', '193604.614000', '193604.617000', '193604.619000', '193604.622000', '193604.624000', '193604.627000', '193604.630000', '193604.632000', '193604.635000', '193604.637000', '193604.640000', '193604.643000', '193604.645000', '193604.648000', '193604.650000', '193604.653000', '193604.656000', '193604.658000', '193604.661000', '193604.664000', '193604.666000', '193604.669000', '193604.671000', '193604.674000', '193604.677000', '193604.679000', '193604.682000', '193604.684000', '193624.574000', '193624.576000', '193624.579000', '193624.582000', '193624.584000', '193624.587000', '193624.589000', '193624.592000', '193624.595000', '193624.597000', '193624.600000', '193624.603000', '193624.605000', '193624.608000', '193624.611000', '193624.613000', '193624.616000', '193624.618000', '193624.621000', '193624.623000', '193624.626000', '193624.629000', '193624.631000', '193624.634000', '193624.637000', '193624.639000', '193624.642000', '193624.644000', '193624.647000', '193624.650000', '193624.652000', '193624.655000', '193624.657000', '193624.660000', '193624.663000', '193624.665000', '193624.668000', '193624.670000', '193624.673000', '193624.676000', '193624.678000', '193624.681000', '193624.683000', '193644.573000', '193644.576000', '193644.579000', '193644.581000', '193644.584000', '193644.587000', '193644.589000', '193644.592000', '193644.594000', '193644.597000', '193644.600000', '193644.602000', '193644.605000', '193644.607000', '193644.610000', '193644.612000', '193644.615000', '193644.618000', '193644.620000', '193644.623000', '193644.625000', '193644.628000', '193644.631000', '193644.633000', '193644.636000', '193644.639000', '193644.641000', '193644.644000', '193644.646000', '193644.649000', '193644.651000', '193644.654000', '193644.657000', '193644.659000', '193644.662000', '193644.664000', '193644.667000', '193644.670000', '193644.672000', '193644.675000', '193644.677000', '193644.680000', '193644.682000', '193644.685000', '193704.572000', '193704.575000', '193704.578000', '193704.580000', '193704.583000', '193704.586000', '193704.588000', '193704.591000', '193704.594000', '193704.596000', '193704.599000', '193704.601000', '193704.604000', '193704.607000', '193704.609000', '193704.612000', '193704.614000', '193704.617000', '193704.620000', '193704.622000', '193704.625000', '193704.627000', '193704.630000', '193704.633000', '193704.635000', '193704.638000', '193704.640000', '193704.643000', '193704.645000', '193704.648000', '193704.651000', '193704.653000', '193704.656000', '193704.659000', '193704.661000', '193704.664000', '193704.666000', '193704.669000', '193704.672000', '193704.674000', '193704.677000', '193704.679000', '193704.682000', '193724.573000', '193724.575000', '193724.578000', '193724.581000', '193724.583000', '193724.586000', '193724.588000', '193724.616000', '193724.618000', '193724.621000', '193724.624000', '193724.626000', '193724.629000', '193724.631000', '193724.634000', '193724.637000', '193724.639000', '193724.642000', '193724.644000', '193724.647000', '193724.650000', '193724.653000', '193724.655000', '193724.658000', '193724.660000', '193724.663000', '193724.666000', '193724.668000', '193724.671000', '193724.673000', '193724.676000', '193724.679000', '193724.681000', '193724.684000', '193724.686000', '193724.689000', '193724.692000', '193724.694000', '193724.697000', '193724.699000', '193724.702000', '193724.705000', '193724.707000', '193724.710000', '193744.573000', '193744.575000', '193744.578000', '193744.581000', '193744.583000', '193744.586000', '193744.589000', '193744.591000', '193744.594000', '193744.596000', '193744.599000', '193744.602000', '193744.604000', '193744.607000', '193744.609000', '193744.612000', '193744.615000', '193744.617000', '193744.620000', '193744.622000', '193744.625000', '193744.628000', '193744.630000', '193744.633000', '193744.635000', '193744.638000', '193744.641000', '193744.643000', '193744.646000', '193744.648000', '193744.651000', '193744.654000', '193744.656000', '193744.659000', '193744.661000', '193744.664000', '193744.667000', '193744.669000', '193744.672000', '193744.674000', '193744.677000', '193744.680000', '193744.682000', '193804.572000', '193804.575000', '193804.578000', '193804.581000', '193804.583000', '193804.586000', '193804.588000', '193804.591000', '193804.594000', '193804.596000', '193804.599000', '193804.602000', '193804.604000', '193804.607000', '193804.610000', '193804.612000', '193804.615000', '193804.618000', '193804.620000', '193804.623000', '193804.625000', '193804.628000', '193804.631000', '193804.633000', '193804.636000', '193804.638000', '193804.641000', '193804.644000', '193804.646000', '193804.649000', '193804.651000', '193804.654000', '193804.657000', '193804.659000', '193804.662000', '193804.665000', '193804.667000', '193804.670000', '193804.672000', '193804.675000', '193804.677000', '193804.680000', '193804.682000', '193804.685000', '193824.572000', '193824.575000', '193824.578000', '193824.581000', '193824.583000', '193824.586000', '193824.589000', '193824.591000', '193824.594000', '193824.596000', '193824.599000', '193824.602000', '193824.604000', '193824.607000', '193824.611000', '193824.614000', '193824.617000', '193824.619000', '193824.622000', '193824.624000', '193824.627000', '193824.630000', '193824.632000', '193824.635000', '193824.637000', '193824.640000', '193824.642000', '193824.645000', '193824.648000', '193824.650000', '193824.653000', '193824.655000', '193824.658000', '193824.661000', '193824.663000', '193824.666000', '193824.668000', '193824.671000', '193824.673000', '193824.676000', '193824.679000', '193824.681000', '193824.684000', '193844.574000', '193844.576000', '193844.579000', '193844.582000', '193844.584000', '193844.587000', '193844.590000', '193844.593000', '193844.595000', '193844.598000', '193844.600000', '193844.603000', '193844.606000', '193844.608000', '193844.611000', '193844.613000', '193844.616000', '193844.618000', '193844.638000', '193844.641000', '193844.643000', '193844.646000', '193844.648000', '193844.651000', '193844.654000', '193844.656000', '193844.659000', '193844.661000', '193844.664000', '193844.667000', '193844.669000', '193844.672000', '193844.675000', '193844.677000', '193844.680000', '193844.682000', '193844.685000', '193844.688000', '193844.690000', '193844.693000', '193844.696000', '193844.698000', '193844.701000', '193904.573000', '193904.576000', '193904.579000', '193904.581000', '193904.584000', '193904.587000', '193904.589000', '193904.592000', '193904.594000', '193904.597000', '193904.600000', '193904.603000', '193904.605000', '193904.608000', '193904.611000', '193904.613000', '193904.616000', '193904.618000', '193904.621000', '193904.624000', '193904.626000', '193904.629000', '193904.631000', '193904.634000', '193904.637000', '193904.639000', '193904.642000', '193904.644000', '193904.647000', '193904.650000', '193904.652000', '193904.655000', '193904.658000', '193904.660000', '193904.663000', '193904.665000', '193904.668000', '193904.670000', '193904.673000', '193904.676000', '193904.678000', '193904.681000', '193904.683000', '193904.686000', '193924.572000', '193924.575000', '193924.578000', '193924.581000', '193924.583000', '193924.586000', '193924.588000', '193924.591000', '193924.594000', '193924.596000', '193924.599000', '193924.602000', '193924.604000', '193924.607000', '193924.609000', '193924.612000', '193924.614000', '193924.617000', '193924.620000', '193924.622000', '193924.625000', '193924.627000', '193924.630000', '193924.633000', '193924.635000', '193924.638000', '193924.640000', '193924.643000', '193924.646000', '193924.648000', '193924.651000', '193924.654000', '193924.656000', '193924.659000', '193924.662000', '193924.664000', '193924.667000', '193924.669000', '193924.672000', '193924.675000', '193924.677000', '193924.680000', '193924.682000', '193940.711000', '193940.714000', '193940.717000', '193940.719000', '193940.722000', '193940.725000', '193940.727000', '193940.730000', '193940.732000', '193940.735000', '193940.737000', '193940.740000', '193940.743000', '193940.745000', '193940.748000', '193940.750000', '193940.753000', '193940.756000', '193940.758000', '193940.761000', '193940.764000', '193940.766000', '193940.769000', '193940.771000', '193940.774000', '193940.777000', '193940.779000', '193940.782000', '193940.784000', '193940.787000', '193940.790000', '193940.792000', '193940.795000', '193940.798000', '193940.848000', '193940.851000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [10023, 8821, 9669, 10093, 9467, 9276, 7791, 8608, 8812, 7436, 9186, 9098, 8507, 8778, 8473, 8596, 9599, 10200, 8986, 11762, 9112, 8439, 8644, 9389, 11176, 9347, 11276, 9283, 10994, 8776, 8989, 8708, 9063, 9738, 9483, 11897, 9195, 9019, 9154, 9775, 9957, 8993, 10331, 9673, 12340, 9512, 8556, 9283, 8794, 11371, 9806, 11630, 9138, 8319, 9194, 9065, 11380, 9565, 11838, 9554, 10904, 9241, 9865, 10261, 8893, 12513, 9936, 11254, 9293, 8641, 9025, 9064, 10132, 9468, 11841, 9557, 8200, 9157, 9375, 10409, 9682, 10141, 8990, 8539, 9772, 10187, 8647, 9468, 10211, 9452, 10441, 9678, 9583, 9572, 9272, 10023, 11254, 8989, 12799, 10158, 9815, 11701, 9424, 12897, 10265, 9564, 9339, 9607, 11275, 9157, 11654, 8847, 9510, 11565, 10317, 15858, 9070, 9901, 10199, 9919, 10822, 9841, 10050, 9097, 9749, 9088, 9811, 10133, 9298, 9994, 9217, 10057, 10372, 9387, 9891, 9821, 10336, 9626, 9536, 9716, 9869, 10306, 9451, 9818, 9751, 9881, 10280, 13162, 10087, 9343, 9485, 10090, 12355, 9775, 10098, 9192, 9315, 13760, 9785, 9383, 11969, 10167, 10963, 10078, 9815, 11787, 10073, 10877, 9436, 9621, 10708, 9942, 11735, 8487, 8393, 7986, 8478, 7673, 8464, 8259, 8542, 9014, 8328, 8501, 9211, 10126, 8806, 11699, 8937, 14599, 10893, 10712, 8662, 9111, 12870, 8762, 12212, 9132, 10730, 9195, 8615, 9608, 8973, 10394, 9687, 8633, 8618, 8786, 9044, 8978, 10411, 8931, 9604, 8077, 8985, 8977, 9661, 8942, 9181, 8740, 8741, 11067, 8426, 9018, 9480, 8842, 14347, 8847, 8968, 8851, 8328, 11182, 8500, 9353, 8373, 9344, 8791, 9072, 9494, 8638, 9337, 8750, 9128, 10993, 8661, 9353, 9007, 9635, 9510, 8731, 9032, 11762, 9062, 9147, 10352, 8531, 8474, 9874, 8495, 14136, 8730, 9977, 8428, 8841, 8978, 8548, 8742, 8307, 8706, 9756, 8630, 11439, 8263, 8727, 9265, 8546, 10746, 8656, 11114, 8524, 11589, 9141, 8314, 8638, 8396, 12190, 8824, 8610, 9338, 8615, 11761, 8975, 13261, 9202, 8825, 10760, 8551, 12781, 9045, 11377, 9286, 8685, 10001, 8774, 9844, 8857, 8942, 9161, 8296, 8743, 8827, 9811, 9214, 8877, 8832, 8534, 10395, 8417, 8377, 9062, 8604, 9447, 8462, 8916, 8775, 9062, 8825, 8492, 9477, 8707, 8858, 8627, 8542, 7893, 8441, 9531, 8778, 8808, 8908, 8603, 9389, 8328, 8760, 8923, 8662, 9465, 8314, 10776, 8701, 9224, 9093, 8562, 12763, 8352, 8629, 9314, 8426, 11856, 8509, 8898, 9465, 8704, 12094, 8688, 10081, 9020, 8628, 11321, 8523, 13212, 8551, 8894, 9991, 8379, 11392, 8469, 8815, 9010, 8584, 9132, 8342, 9032, 8575, 8717, 9627, 8190, 10052, 8515, 8714, 8697, 8226, 9773, 9172, 8452, 9088, 8341, 10796, 10067, 8345, 9813, 8650, 8377, 9744, 9103, 8974, 9581, 8782, 8641, 11676, 9097, 8772, 8852, 8626, 13428, 9092, 8804, 9462, 8460, 13034, 8687, 8495, 9485, 8506, 10979, 8697, 8953, 8846, 8812, 9608, 8399, 8774, 8951, 8965, 8892, 8370, 11118, 8461, 8702, 9471, 8431, 10620, 8659, 8981, 8935, 8522, 10289, 8479, 10422, 8541, 8765, 9263, 8653, 9017, 8938, 8913, 8495, 8632, 8965, 8544, 10613, 8671, 8885, 8917, 8421, 10985, 8124, 8706, 10449, 8791, 8615, 9517, 8438, 8375, 9540, 8974, 12678, 9294, 9232, 10499, 8301, 13996, 10373, 10688, 9166, 8761, 9622, 8341, 10478, 8662, 8730, 9359, 8650, 9684, 9041, 8773, 8545, 8827, 9753, 8857, 10704, 8524, 13605, 10469, 9199, 9202, 8466, 12884, 8849, 12583, 9189, 8901, 9238, 8654, 9690, 8803, 10220, 8616, 9201, 8749, 8815, 9792, 8444, 8733, 8897, 8841, 9282, 8526, 10875, 9062, 9066, 8823, 8459, 10690, 8742, 9057, 8752, 8618, 9007, 8979, 10517, 8741, 8543, 9104, 8579, 9368, 8632, 9606, 9107, 8688, 9404, 8539, 12395, 9022, 9035, 9034, 8590, 11810, 8528, 8011, 7824, 8795, 9067, 8440, 8668, 8420, 8305, 8708, 8964, 8592, 10803, 8893, 10554, 9331, 8155, 12276, 8769, 14382, 9883, 11734, 10070, 8353, 11369, 8518, 10531, 8858, 8717, 10419, 8603, 7993, 8565, 8429, 8361, 8330, 8425, 8695, 8720, 8561, 8833, 8494, 8216, 9598, 8839, 11493, 8514, 10086, 8724, 8536, 10026, 8594, 9020, 8920, 8517, 8513, 8685, 9049, 9015, 8665, 8738, 8567, 8847, 8461, 8647, 8417, 8810, 9256, 8607, 8439, 8517, 8700, 9428, 8352, 10481, 8776, 8757, 9115, 8714, 9719, 9102, 8428, 8900, 8744, 10694, 8502, 8308, 8958, 8895, 11202, 8668, 8257, 8766, 8678, 10088, 8405, 8567, 10043, 8589, 8105, 10314, 8568, 8344, 12158, 9462, 10317, 8699, 8686, 13755, 9570, 8681, 10108, 8742, 11670, 8824, 8556, 8858, 8701, 9693, 8672, 8619, 9113, 8745, 8574, 8730, 9832, 8779, 8437, 8716, 8787, 9672, 8568, 8434, 8524, 8707, 10715, 8452, 8804, 8881, 8254, 10957, 8595, 12598, 9935, 11539, 10791, 8658, 11240, 8795, 13989, 8912, 8592, 8831, 8769, 10158, 8546, 8762, 9544, 8613, 10052, 8898, 11011, 8690, 8829, 8574, 8701, 9487, 8603, 9104, 8652, 8722, 9246, 8836, 9195, 8804, 9103, 8899, 8678, 8811, 8945, 10531, 8835, 8785, 8606, 8773, 10708, 8607, 9083, 8710, 8286, 9701, 8811, 10062, 8813, 8565, 9498, 8590, 10316, 8776, 8635, 8836, 8558, 10468, 8738, 8912, 8820, 8564, 11298, 8466, 10378, 8672, 8722, 9469, 8486, 8969, 8752, 8686, 9382, 8722, 8903, 8782, 8717, 9710, 8737, 8940, 8178, 8868, 10039, 8626, 8656, 8591, 8494, 10081, 8614, 10675, 8798, 8468, 8978, 8756, 8539, 8120, 8727, 8588, 8737, 8507, 8998, 8401, 8656, 8577, 9352, 8716, 8411, 9046, 8734, 10765, 8525, 8714, 8922, 8693, 10692, 8435, 8870, 8286, 8755, 10197, 8441, 8659, 8575, 8850, 9932, 8446, 8892, 8648, 8693, 10355, 8458, 9124, 8336, 8522, 10278, 8526, 9035, 8702, 8471, 10267, 8572, 9448, 8953, 8542, 10196, 8876, 8827, 8509, 8472, 10805, 8484, 8577, 12771, 9279, 8673, 12079, 9159, 8582, 9069, 8936, 13252, 8587, 8313, 9674, 8941, 9566, 8691, 8230, 9324, 8423, 9060, 8724, 8674, 8381, 9311, 8574, 9569, 8603, 8627, 8912, 8423, 9584, 8553, 8435, 8929, 8644, 9434, 8521, 8713, 8934, 8725, 9552, 8515, 8545, 7730, 8474, 10046, 8615, 11313, 8793, 8626, 8938, 8547, 10142, 8627, 8519, 8994, 8345, 9209, 8702, 9339, 7908], 'WindowCenter': [4242.0, 4217.0, 4214.0, 4223.0, 4226.0, 4227.0, 4178.0, 4187.0, 4186.0, 4154.0, 4197.0, 4200.0, 4188.0, 4191.0, 4191.0, 4202.0, 4213.0, 4220.0, 4201.0, 4232.0, 4202.0, 4190.0, 4188.0, 4199.0, 4221.0, 4198.0, 4219.0, 4201.0, 4220.0, 4190.0, 4187.0, 4192.0, 4198.0, 4201.0, 4199.0, 4218.0, 4213.0, 4198.0, 4199.0, 4209.0, 4211.0, 4187.0, 4206.0, 4209.0, 4228.0, 4209.0, 4188.0, 4197.0, 4189.0, 4216.0, 4208.0, 4217.0, 4198.0, 4189.0, 4197.0, 4187.0, 4218.0, 4196.0, 4219.0, 4198.0, 4207.0, 4197.0, 4196.0, 4207.0, 4188.0, 4216.0, 4200.0, 4208.0, 4186.0, 4186.0, 4186.0, 4187.0, 4195.0, 4197.0, 4216.0, 4198.0, 4175.0, 4184.0, 4198.0, 4206.0, 4196.0, 4207.0, 4201.0, 4188.0, 4208.0, 4198.0, 4174.0, 4184.0, 4196.0, 4198.0, 4208.0, 4200.0, 4212.0, 4200.0, 4198.0, 4199.0, 4218.0, 4201.0, 4218.0, 4209.0, 4198.0, 4217.0, 4199.0, 4216.0, 4198.0, 4185.0, 4184.0, 4195.0, 4204.0, 4184.0, 4203.0, 4174.0, 4199.0, 4220.0, 4199.0, 4224.0, 4185.0, 4183.0, 4193.0, 4183.0, 4192.0, 4194.0, 4184.0, 4174.0, 4184.0, 4184.0, 4196.0, 4195.0, 4185.0, 4195.0, 4185.0, 4197.0, 4207.0, 4197.0, 4196.0, 4197.0, 4208.0, 4198.0, 4198.0, 4196.0, 4196.0, 4208.0, 4197.0, 4198.0, 4197.0, 4197.0, 4209.0, 4227.0, 4209.0, 4186.0, 4196.0, 4207.0, 4218.0, 4208.0, 4197.0, 4184.0, 4184.0, 4229.0, 4196.0, 4187.0, 4218.0, 4209.0, 4209.0, 4196.0, 4196.0, 4206.0, 4195.0, 4206.0, 4185.0, 4185.0, 4196.0, 4195.0, 4219.0, 4190.0, 4189.0, 4164.0, 4176.0, 4163.0, 4174.0, 4178.0, 4187.0, 4200.0, 4177.0, 4189.0, 4200.0, 4211.0, 4186.0, 4217.0, 4188.0, 4227.0, 4208.0, 4196.0, 4175.0, 4186.0, 4216.0, 4175.0, 4204.0, 4184.0, 4205.0, 4184.0, 4174.0, 4183.0, 4173.0, 4194.0, 4183.0, 4172.0, 4173.0, 4173.0, 4174.0, 4186.0, 4205.0, 4186.0, 4185.0, 4175.0, 4186.0, 4187.0, 4196.0, 4187.0, 4185.0, 4187.0, 4189.0, 4207.0, 4177.0, 4186.0, 4196.0, 4185.0, 4226.0, 4186.0, 4174.0, 4174.0, 4177.0, 4205.0, 4174.0, 4184.0, 4174.0, 4185.0, 4176.0, 4186.0, 4196.0, 4186.0, 4197.0, 4188.0, 4200.0, 4219.0, 4190.0, 4199.0, 4188.0, 4199.0, 4211.0, 4190.0, 4189.0, 4261.0, 4275.0, 4218.0, 4155.0, 4143.0, 4149.0, 4184.0, 4175.0, 4226.0, 4174.0, 4196.0, 4189.0, 4172.0, 4171.0, 4177.0, 4185.0, 4178.0, 4187.0, 4186.0, 4187.0, 4232.0, 4178.0, 4175.0, 4187.0, 4188.0, 4208.0, 4176.0, 4207.0, 4187.0, 4205.0, 4184.0, 4164.0, 4173.0, 4174.0, 4204.0, 4175.0, 4173.0, 4174.0, 4174.0, 4205.0, 4174.0, 4213.0, 4184.0, 4172.0, 4195.0, 4174.0, 4214.0, 4174.0, 4203.0, 4173.0, 4172.0, 4182.0, 4174.0, 4183.0, 4185.0, 4173.0, 4184.0, 4164.0, 4173.0, 4174.0, 4193.0, 4184.0, 4174.0, 4172.0, 4174.0, 4193.0, 4175.0, 4174.0, 4175.0, 4173.0, 4195.0, 4175.0, 4174.0, 4175.0, 4185.0, 4185.0, 4174.0, 4195.0, 4176.0, 4187.0, 4186.0, 4176.0, 4165.0, 4176.0, 4198.0, 4176.0, 4185.0, 4186.0, 4175.0, 4187.0, 4176.0, 4176.0, 4185.0, 4176.0, 4197.0, 4178.0, 4206.0, 4176.0, 4186.0, 4187.0, 4188.0, 4217.0, 4177.0, 4176.0, 4198.0, 4177.0, 4217.0, 4187.0, 4186.0, 4197.0, 4188.0, 4216.0, 4188.0, 4197.0, 4186.0, 4188.0, 4207.0, 4176.0, 4226.0, 4176.0, 4187.0, 4196.0, 4176.0, 4205.0, 4173.0, 4197.0, 4185.0, 4174.0, 4184.0, 4175.0, 4185.0, 4176.0, 4176.0, 4197.0, 4177.0, 4197.0, 4186.0, 4188.0, 4187.0, 4177.0, 4196.0, 4197.0, 4189.0, 4187.0, 4176.0, 4206.0, 4197.0, 4189.0, 4210.0, 4188.0, 4176.0, 4195.0, 4189.0, 4187.0, 4195.0, 4176.0, 4188.0, 4207.0, 4188.0, 4177.0, 4185.0, 4188.0, 4226.0, 4187.0, 4173.0, 4185.0, 4175.0, 4214.0, 4175.0, 4173.0, 4183.0, 4176.0, 4195.0, 4174.0, 4174.0, 4173.0, 4185.0, 4184.0, 4174.0, 4174.0, 4175.0, 4174.0, 4175.0, 4177.0, 4206.0, 4176.0, 4175.0, 4196.0, 4175.0, 4196.0, 4176.0, 4184.0, 4175.0, 4176.0, 4194.0, 4174.0, 4193.0, 4175.0, 4186.0, 4184.0, 4175.0, 4184.0, 4186.0, 4188.0, 4176.0, 4176.0, 4185.0, 4176.0, 4207.0, 4176.0, 4186.0, 4185.0, 4176.0, 4207.0, 4165.0, 4176.0, 4208.0, 4188.0, 4188.0, 4198.0, 4189.0, 4178.0, 4197.0, 4189.0, 4228.0, 4199.0, 4213.0, 4210.0, 4176.0, 4238.0, 4197.0, 4205.0, 4186.0, 4176.0, 4195.0, 4176.0, 4206.0, 4187.0, 4185.0, 4186.0, 4187.0, 4197.0, 4187.0, 4187.0, 4187.0, 4186.0, 4197.0, 4188.0, 4206.0, 4188.0, 4226.0, 4196.0, 4185.0, 4185.0, 4175.0, 4213.0, 4176.0, 4204.0, 4174.0, 4184.0, 4183.0, 4174.0, 4183.0, 4185.0, 4196.0, 4175.0, 4185.0, 4175.0, 4184.0, 4197.0, 4176.0, 4174.0, 4187.0, 4173.0, 4185.0, 4177.0, 4195.0, 4186.0, 4173.0, 4185.0, 4176.0, 4195.0, 4176.0, 4185.0, 4187.0, 4176.0, 4186.0, 4186.0, 4194.0, 4175.0, 4176.0, 4175.0, 4175.0, 4185.0, 4176.0, 4185.0, 4175.0, 4172.0, 4183.0, 4176.0, 4214.0, 4175.0, 4183.0, 4173.0, 4175.0, 4219.0, 4188.0, 4164.0, 4164.0, 4162.0, 4170.0, 4163.0, 4174.0, 4164.0, 4175.0, 4188.0, 4188.0, 4189.0, 4208.0, 4187.0, 4207.0, 4188.0, 4165.0, 4204.0, 4175.0, 4238.0, 4195.0, 4203.0, 4184.0, 4163.0, 4191.0, 4173.0, 4181.0, 4172.0, 4174.0, 4195.0, 4175.0, 4163.0, 4174.0, 4161.0, 4162.0, 4174.0, 4175.0, 4172.0, 4173.0, 4174.0, 4174.0, 4174.0, 4163.0, 4186.0, 4174.0, 4205.0, 4176.0, 4182.0, 4163.0, 4162.0, 4182.0, 4162.0, 4161.0, 4173.0, 4173.0, 4163.0, 4175.0, 4174.0, 4173.0, 4173.0, 4175.0, 4175.0, 4186.0, 4166.0, 4175.0, 4174.0, 4187.0, 4198.0, 4178.0, 4177.0, 4177.0, 4175.0, 4186.0, 4179.0, 4221.0, 4188.0, 4177.0, 4189.0, 4188.0, 4186.0, 4187.0, 4176.0, 4187.0, 4188.0, 4207.0, 4189.0, 4178.0, 4187.0, 4200.0, 4207.0, 4187.0, 4178.0, 4188.0, 4188.0, 4219.0, 4190.0, 4189.0, 4208.0, 4188.0, 4178.0, 4207.0, 4189.0, 4178.0, 4231.0, 4199.0, 4209.0, 4188.0, 4177.0, 4241.0, 4198.0, 4176.0, 4197.0, 4175.0, 4219.0, 4187.0, 4175.0, 4185.0, 4175.0, 4186.0, 4177.0, 4174.0, 4187.0, 4176.0, 4176.0, 4189.0, 4195.0, 4187.0, 4176.0, 4174.0, 4190.0, 4197.0, 4187.0, 4177.0, 4176.0, 4190.0, 4207.0, 4189.0, 4186.0, 4186.0, 4178.0, 4206.0, 4177.0, 4216.0, 4197.0, 4206.0, 4206.0, 4175.0, 4204.0, 4176.0, 4225.0, 4173.0, 4173.0, 4173.0, 4174.0, 4195.0, 4173.0, 4175.0, 4186.0, 4173.0, 4196.0, 4174.0, 4193.0, 4174.0, 4185.0, 4174.0, 4173.0, 4185.0, 4174.0, 4185.0, 4176.0, 4173.0, 4186.0, 4184.0, 4184.0, 4187.0, 4175.0, 4188.0, 4175.0, 4186.0, 4187.0, 4195.0, 4187.0, 4174.0, 4173.0, 4188.0, 4194.0, 4174.0, 4175.0, 4175.0, 4177.0, 4185.0, 4185.0, 4185.0, 4186.0, 4186.0, 4184.0, 4175.0, 4195.0, 4176.0, 4187.0, 4174.0, 4176.0, 4195.0, 4175.0, 4186.0, 4175.0, 4175.0, 4205.0, 4164.0, 4194.0, 4163.0, 4174.0, 4184.0, 4174.0, 4184.0, 4173.0, 4173.0, 4185.0, 4175.0, 4185.0, 4175.0, 4174.0, 4184.0, 4175.0, 4175.0, 4176.0, 4186.0, 4185.0, 4176.0, 4174.0, 4174.0, 4176.0, 4194.0, 4176.0, 4194.0, 4173.0, 4177.0, 4174.0, 4175.0, 4173.0, 4165.0, 4187.0, 4176.0, 4186.0, 4188.0, 4186.0, 4189.0, 4188.0, 4177.0, 4188.0, 4188.0, 4177.0, 4187.0, 4187.0, 4207.0, 4176.0, 4176.0, 4186.0, 4189.0, 4197.0, 4177.0, 4187.0, 4175.0, 4189.0, 4195.0, 4178.0, 4175.0, 4177.0, 4189.0, 4197.0, 4178.0, 4186.0, 4175.0, 4186.0, 4207.0, 4177.0, 4187.0, 4177.0, 4185.0, 4196.0, 4177.0, 4186.0, 4177.0, 4174.0, 4197.0, 4176.0, 4184.0, 4186.0, 4175.0, 4197.0, 4186.0, 4186.0, 4175.0, 4176.0, 4206.0, 4175.0, 4185.0, 4230.0, 4198.0, 4188.0, 4218.0, 4188.0, 4177.0, 4186.0, 4187.0, 4227.0, 4175.0, 4165.0, 4197.0, 4185.0, 4186.0, 4175.0, 4177.0, 4197.0, 4177.0, 4186.0, 4186.0, 4187.0, 4177.0, 4198.0, 4189.0, 4198.0, 4190.0, 4190.0, 4187.0, 4177.0, 4186.0, 4176.0, 4176.0, 4186.0, 4176.0, 4186.0, 4175.0, 4189.0, 4186.0, 4177.0, 4197.0, 4176.0, 4188.0, 4166.0, 4176.0, 4198.0, 4186.0, 4219.0, 4186.0, 4177.0, 4189.0, 4177.0, 4208.0, 4177.0, 4177.0, 4186.0, 4175.0, 4185.0, 4187.0, 4186.0, 4166.0], 'WindowWidth': [9409.0, 9363.0, 9353.0, 9362.0, 9376.0, 9375.0, 9296.0, 9301.0, 9298.0, 9251.0, 9317.0, 9324.0, 9306.0, 9312.0, 9315.0, 9330.0, 9345.0, 9353.0, 9330.0, 9372.0, 9334.0, 9311.0, 9305.0, 9325.0, 9351.0, 9319.0, 9347.0, 9325.0, 9351.0, 9311.0, 9303.0, 9315.0, 9320.0, 9326.0, 9322.0, 9345.0, 9346.0, 9320.0, 9322.0, 9336.0, 9338.0, 9304.0, 9327.0, 9335.0, 9359.0, 9337.0, 9305.0, 9314.0, 9309.0, 9341.0, 9332.0, 9343.0, 9318.0, 9310.0, 9316.0, 9302.0, 9345.0, 9314.0, 9348.0, 9320.0, 9330.0, 9317.0, 9312.0, 9330.0, 9306.0, 9340.0, 9321.0, 9329.0, 9299.0, 9300.0, 9298.0, 9300.0, 9309.0, 9315.0, 9338.0, 9318.0, 9283.0, 9295.0, 9319.0, 9325.0, 9313.0, 9328.0, 9329.0, 9307.0, 9332.0, 9315.0, 9277.0, 9291.0, 9311.0, 9317.0, 9330.0, 9323.0, 9344.0, 9325.0, 9320.0, 9318.0, 9347.0, 9326.0, 9345.0, 9334.0, 9317.0, 9342.0, 9319.0, 9339.0, 9316.0, 9294.0, 9292.0, 9310.0, 9319.0, 9293.0, 9316.0, 9277.0, 9319.0, 9346.0, 9317.0, 9342.0, 9294.0, 9289.0, 9303.0, 9286.0, 9300.0, 9306.0, 9290.0, 9278.0, 9291.0, 9294.0, 9312.0, 9310.0, 9296.0, 9309.0, 9296.0, 9315.0, 9327.0, 9315.0, 9312.0, 9316.0, 9334.0, 9317.0, 9316.0, 9312.0, 9313.0, 9331.0, 9315.0, 9318.0, 9314.0, 9316.0, 9336.0, 9359.0, 9334.0, 9300.0, 9313.0, 9329.0, 9346.0, 9334.0, 9316.0, 9293.0, 9294.0, 9362.0, 9315.0, 9302.0, 9345.0, 9333.0, 9336.0, 9313.0, 9313.0, 9325.0, 9310.0, 9325.0, 9296.0, 9296.0, 9310.0, 9310.0, 9350.0, 9313.0, 9309.0, 9266.0, 9283.0, 9264.0, 9281.0, 9291.0, 9305.0, 9326.0, 9290.0, 9308.0, 9326.0, 9341.0, 9300.0, 9343.0, 9305.0, 9355.0, 9333.0, 9311.0, 9280.0, 9299.0, 9338.0, 9280.0, 9319.0, 9291.0, 9323.0, 9293.0, 9277.0, 9288.0, 9276.0, 9306.0, 9290.0, 9273.0, 9275.0, 9275.0, 9278.0, 9297.0, 9324.0, 9297.0, 9296.0, 9285.0, 9297.0, 9303.0, 9311.0, 9301.0, 9295.0, 9301.0, 9308.0, 9329.0, 9290.0, 9297.0, 9312.0, 9299.0, 9352.0, 9298.0, 9278.0, 9278.0, 9288.0, 9322.0, 9279.0, 9292.0, 9280.0, 9294.0, 9285.0, 9299.0, 9311.0, 9300.0, 9316.0, 9307.0, 9323.0, 9349.0, 9310.0, 9321.0, 9305.0, 9319.0, 9338.0, 9309.0, 9309.0, 9430.0, 9474.0, 9359.0, 9232.0, 9214.0, 9233.0, 9290.0, 9281.0, 9352.0, 9280.0, 9316.0, 9311.0, 9272.0, 9271.0, 9287.0, 9296.0, 9293.0, 9302.0, 9297.0, 9303.0, 9370.0, 9292.0, 9283.0, 9303.0, 9303.0, 9330.0, 9283.0, 9327.0, 9304.0, 9321.0, 9293.0, 9265.0, 9275.0, 9280.0, 9319.0, 9281.0, 9277.0, 9277.0, 9279.0, 9322.0, 9279.0, 9330.0, 9292.0, 9274.0, 9307.0, 9278.0, 9332.0, 9277.0, 9315.0, 9274.0, 9273.0, 9287.0, 9277.0, 9289.0, 9295.0, 9277.0, 9290.0, 9265.0, 9276.0, 9278.0, 9305.0, 9291.0, 9278.0, 9274.0, 9280.0, 9304.0, 9280.0, 9278.0, 9280.0, 9278.0, 9309.0, 9282.0, 9277.0, 9280.0, 9296.0, 9294.0, 9280.0, 9308.0, 9285.0, 9302.0, 9298.0, 9283.0, 9268.0, 9284.0, 9316.0, 9286.0, 9295.0, 9298.0, 9281.0, 9301.0, 9285.0, 9285.0, 9296.0, 9283.0, 9314.0, 9292.0, 9325.0, 9286.0, 9296.0, 9300.0, 9304.0, 9341.0, 9288.0, 9286.0, 9319.0, 9291.0, 9343.0, 9301.0, 9297.0, 9314.0, 9306.0, 9339.0, 9305.0, 9312.0, 9296.0, 9303.0, 9327.0, 9286.0, 9353.0, 9284.0, 9301.0, 9310.0, 9283.0, 9322.0, 9279.0, 9319.0, 9297.0, 9278.0, 9292.0, 9282.0, 9293.0, 9283.0, 9285.0, 9315.0, 9290.0, 9314.0, 9297.0, 9305.0, 9301.0, 9288.0, 9315.0, 9315.0, 9308.0, 9303.0, 9285.0, 9325.0, 9316.0, 9311.0, 9339.0, 9304.0, 9283.0, 9308.0, 9308.0, 9300.0, 9309.0, 9284.0, 9304.0, 9327.0, 9305.0, 9287.0, 9296.0, 9305.0, 9352.0, 9302.0, 9277.0, 9295.0, 9284.0, 9333.0, 9281.0, 9275.0, 9288.0, 9283.0, 9307.0, 9278.0, 9278.0, 9274.0, 9296.0, 9292.0, 9278.0, 9278.0, 9280.0, 9278.0, 9280.0, 9287.0, 9323.0, 9284.0, 9281.0, 9312.0, 9284.0, 9310.0, 9284.0, 9293.0, 9282.0, 9284.0, 9305.0, 9280.0, 9304.0, 9282.0, 9298.0, 9293.0, 9282.0, 9293.0, 9297.0, 9304.0, 9285.0, 9283.0, 9296.0, 9285.0, 9328.0, 9285.0, 9298.0, 9297.0, 9284.0, 9325.0, 9268.0, 9284.0, 9334.0, 9305.0, 9305.0, 9320.0, 9308.0, 9293.0, 9318.0, 9306.0, 9360.0, 9323.0, 9350.0, 9338.0, 9284.0, 9373.0, 9315.0, 9323.0, 9296.0, 9285.0, 9308.0, 9286.0, 9325.0, 9301.0, 9297.0, 9299.0, 9300.0, 9313.0, 9301.0, 9302.0, 9302.0, 9298.0, 9315.0, 9303.0, 9326.0, 9305.0, 9353.0, 9311.0, 9294.0, 9293.0, 9282.0, 9331.0, 9283.0, 9317.0, 9276.0, 9293.0, 9289.0, 9277.0, 9290.0, 9293.0, 9311.0, 9282.0, 9293.0, 9281.0, 9292.0, 9315.0, 9284.0, 9279.0, 9300.0, 9277.0, 9295.0, 9286.0, 9306.0, 9296.0, 9275.0, 9295.0, 9282.0, 9308.0, 9283.0, 9295.0, 9300.0, 9284.0, 9297.0, 9297.0, 9306.0, 9282.0, 9285.0, 9282.0, 9281.0, 9293.0, 9282.0, 9293.0, 9281.0, 9273.0, 9290.0, 9284.0, 9331.0, 9282.0, 9289.0, 9277.0, 9282.0, 9348.0, 9306.0, 9269.0, 9265.0, 9258.0, 9266.0, 9263.0, 9277.0, 9265.0, 9283.0, 9306.0, 9303.0, 9306.0, 9330.0, 9301.0, 9327.0, 9304.0, 9265.0, 9318.0, 9280.0, 9373.0, 9310.0, 9316.0, 9291.0, 9260.0, 9298.0, 9274.0, 9283.0, 9272.0, 9281.0, 9309.0, 9281.0, 9260.0, 9277.0, 9254.0, 9256.0, 9282.0, 9281.0, 9272.0, 9274.0, 9275.0, 9280.0, 9280.0, 9261.0, 9296.0, 9277.0, 9320.0, 9282.0, 9283.0, 9258.0, 9255.0, 9281.0, 9258.0, 9255.0, 9273.0, 9274.0, 9260.0, 9281.0, 9279.0, 9275.0, 9274.0, 9280.0, 9280.0, 9296.0, 9270.0, 9280.0, 9280.0, 9299.0, 9318.0, 9289.0, 9285.0, 9286.0, 9281.0, 9298.0, 9293.0, 9354.0, 9304.0, 9287.0, 9305.0, 9305.0, 9298.0, 9301.0, 9283.0, 9300.0, 9304.0, 9326.0, 9308.0, 9291.0, 9301.0, 9323.0, 9329.0, 9304.0, 9291.0, 9304.0, 9307.0, 9353.0, 9311.0, 9308.0, 9333.0, 9307.0, 9291.0, 9329.0, 9311.0, 9290.0, 9366.0, 9321.0, 9333.0, 9303.0, 9286.0, 9380.0, 9317.0, 9286.0, 9315.0, 9281.0, 9346.0, 9301.0, 9281.0, 9296.0, 9281.0, 9297.0, 9288.0, 9280.0, 9300.0, 9283.0, 9283.0, 9307.0, 9309.0, 9301.0, 9284.0, 9282.0, 9310.0, 9316.0, 9305.0, 9288.0, 9287.0, 9311.0, 9329.0, 9307.0, 9300.0, 9300.0, 9292.0, 9325.0, 9287.0, 9339.0, 9315.0, 9326.0, 9325.0, 9281.0, 9319.0, 9284.0, 9349.0, 9278.0, 9275.0, 9275.0, 9280.0, 9308.0, 9277.0, 9282.0, 9296.0, 9278.0, 9310.0, 9278.0, 9304.0, 9279.0, 9294.0, 9280.0, 9277.0, 9295.0, 9277.0, 9296.0, 9285.0, 9276.0, 9296.0, 9291.0, 9294.0, 9301.0, 9281.0, 9304.0, 9281.0, 9298.0, 9302.0, 9309.0, 9301.0, 9279.0, 9278.0, 9303.0, 9306.0, 9280.0, 9280.0, 9281.0, 9288.0, 9295.0, 9297.0, 9294.0, 9296.0, 9301.0, 9293.0, 9282.0, 9308.0, 9283.0, 9302.0, 9278.0, 9283.0, 9309.0, 9281.0, 9299.0, 9281.0, 9281.0, 9322.0, 9266.0, 9307.0, 9262.0, 9276.0, 9292.0, 9277.0, 9295.0, 9275.0, 9275.0, 9295.0, 9280.0, 9296.0, 9283.0, 9278.0, 9291.0, 9282.0, 9281.0, 9283.0, 9297.0, 9293.0, 9284.0, 9278.0, 9277.0, 9285.0, 9305.0, 9285.0, 9307.0, 9276.0, 9287.0, 9278.0, 9281.0, 9276.0, 9267.0, 9302.0, 9284.0, 9301.0, 9304.0, 9300.0, 9308.0, 9304.0, 9288.0, 9303.0, 9304.0, 9290.0, 9303.0, 9301.0, 9327.0, 9285.0, 9284.0, 9297.0, 9306.0, 9313.0, 9287.0, 9299.0, 9281.0, 9306.0, 9310.0, 9291.0, 9284.0, 9288.0, 9307.0, 9314.0, 9292.0, 9299.0, 9284.0, 9300.0, 9328.0, 9287.0, 9302.0, 9289.0, 9296.0, 9313.0, 9288.0, 9300.0, 9287.0, 9280.0, 9312.0, 9284.0, 9292.0, 9296.0, 9282.0, 9315.0, 9300.0, 9300.0, 9282.0, 9284.0, 9324.0, 9284.0, 9298.0, 9364.0, 9319.0, 9303.0, 9347.0, 9304.0, 9287.0, 9298.0, 9299.0, 9355.0, 9283.0, 9266.0, 9315.0, 9296.0, 9296.0, 9282.0, 9288.0, 9316.0, 9287.0, 9299.0, 9300.0, 9302.0, 9290.0, 9317.0, 9308.0, 9318.0, 9309.0, 9309.0, 9300.0, 9286.0, 9297.0, 9284.0, 9287.0, 9296.0, 9282.0, 9297.0, 9282.0, 9306.0, 9298.0, 9286.0, 9313.0, 9284.0, 9304.0, 9272.0, 9284.0, 9317.0, 9299.0, 9347.0, 9301.0, 9288.0, 9306.0, 9285.0, 9332.0, 9288.0, 9286.0, 9298.0, 9281.0, 9297.0, 9303.0, 9298.0, 9271.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.003559956188389923</td></tr>
<tr><td colspan=3>aqi</td><td>0.03500463997809419</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.28879147242327</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168620849144738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0224750049561415</td></tr>
<tr><td colspan=3>efc</td><td>0.4893</td></tr>
<tr><td colspan=3>fber</td><td>3375.0732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14947664668082167</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.691128148959475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5526587386836574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5082643947437715</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7565007524617187</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3932110688454826</td></tr>
<tr><td colspan=3>gcor</td><td>0.00635413</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007885148748755455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01774844340980053</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.85812571378806</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>29.7736</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.4447</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.5529</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299103.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.4112</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0623</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.315</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3382.3468</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.3855</td></tr>
<tr><td colspan=3>tsnr</td><td>34.08545752847567</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>