<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0070_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0070_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0070_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-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-02/func/sub-0070_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7b72d6d2613a913ea5a89303c715b214</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:42:49.705000</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.094553</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7756, -7245, 479, -83, -227, 34, 28]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3b63c4f-2345-4bb1-b79a-ba858d660a94||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['194249.705000', '194250.165000', '194250.625000', '194251.085000', '194251.545000', '194252.005000', '194252.465000', '194252.925000', '194253.385000', '194253.845000', '194254.305000', '194254.765000', '194255.225000', '194255.685000', '194256.145000', '194256.605000', '194257.065000', '194257.525000', '194257.985000', '194258.445000', '194258.905000', '194259.365000', '194259.825000', '194300.285000', '194300.745000', '194301.205000', '194301.665000', '194302.125000', '194302.585000', '194303.045000', '194303.505000', '194303.965000', '194304.425000', '194304.885000', '194305.345000', '194305.805000', '194306.265000', '194306.725000', '194307.185000', '194307.645000', '194308.105000', '194308.565000', '194309.025000', '194309.485000', '194309.945000', '194310.405000', '194310.865000', '194311.325000', '194311.785000', '194312.245000', '194312.705000', '194313.165000', '194313.625000', '194314.085000', '194314.545000', '194315.005000', '194315.465000', '194315.925000', '194316.385000', '194316.845000', '194317.305000', '194317.765000', '194318.225000', '194318.685000', '194319.145000', '194319.605000', '194320.065000', '194320.525000', '194320.985000', '194321.445000', '194321.905000', '194322.365000', '194322.825000', '194323.285000', '194323.745000', '194324.205000', '194324.665000', '194325.125000', '194325.585000', '194326.045000', '194326.505000', '194326.965000', '194327.425000', '194327.885000', '194328.345000', '194328.805000', '194329.265000', '194329.725000', '194330.185000', '194330.645000', '194331.105000', '194331.565000', '194332.025000', '194332.485000', '194332.945000', '194333.405000', '194333.865000', '194334.325000', '194334.785000', '194335.245000', '194335.705000', '194336.165000', '194336.625000', '194337.085000', '194337.545000', '194338.005000', '194338.465000', '194338.925000', '194339.385000', '194339.845000', '194340.305000', '194340.765000', '194341.225000', '194341.685000', '194342.145000', '194342.605000', '194343.065000', '194343.525000', '194343.985000', '194344.445000', '194344.905000', '194345.365000', '194345.825000', '194346.285000', '194346.745000', '194347.205000', '194347.665000', '194348.125000', '194348.585000', '194349.045000', '194349.505000', '194349.965000', '194350.425000', '194350.885000', '194351.345000', '194351.805000', '194352.265000', '194352.725000', '194353.185000', '194353.645000', '194354.105000', '194354.565000', '194355.025000', '194355.485000', '194355.945000', '194356.405000', '194356.865000', '194357.325000', '194357.785000', '194358.245000', '194358.705000', '194359.165000', '194359.625000', '194400.085000', '194400.545000', '194401.005000', '194401.465000', '194401.925000', '194402.385000', '194402.845000', '194403.305000', '194403.765000', '194404.225000', '194404.685000', '194405.145000', '194405.605000', '194406.065000', '194406.525000', '194406.985000', '194407.445000', '194407.905000', '194408.365000', '194408.825000', '194409.285000', '194409.745000', '194410.205000', '194410.665000', '194411.125000', '194411.585000', '194412.045000', '194412.505000', '194412.965000', '194413.425000', '194413.885000', '194414.345000', '194414.805000', '194415.265000', '194415.725000', '194416.185000', '194416.645000', '194417.105000', '194417.565000', '194418.025000', '194418.485000', '194418.945000', '194419.405000', '194419.865000', '194420.325000', '194420.785000', '194421.245000', '194421.705000', '194422.165000', '194422.625000', '194423.085000', '194423.545000', '194424.005000', '194424.465000', '194424.925000', '194425.385000', '194425.845000', '194426.305000', '194426.765000', '194427.225000', '194427.685000', '194428.145000', '194428.605000', '194429.065000', '194429.525000', '194429.985000', '194430.445000', '194430.905000', '194431.365000', '194431.825000', '194432.285000', '194432.745000', '194433.205000', '194433.665000', '194434.125000', '194434.585000', '194435.045000', '194435.505000', '194435.965000', '194436.425000', '194436.885000', '194437.345000', '194437.805000', '194438.265000', '194438.725000', '194439.185000', '194439.645000', '194440.105000', '194440.565000', '194441.025000', '194441.485000', '194441.945000', '194442.405000', '194442.865000', '194443.325000', '194443.785000', '194444.245000', '194444.705000', '194445.165000', '194445.625000', '194446.085000', '194446.545000', '194447.005000', '194447.465000', '194447.925000', '194448.385000', '194448.845000', '194449.305000', '194449.765000', '194450.225000', '194450.685000', '194451.145000', '194451.605000', '194452.065000', '194452.525000', '194452.985000', '194453.445000', '194453.905000', '194454.365000', '194454.825000', '194455.285000', '194455.745000', '194456.205000', '194456.665000', '194457.125000', '194457.585000', '194458.045000', '194458.505000', '194458.965000', '194459.425000', '194459.885000', '194500.345000', '194500.805000', '194501.265000', '194501.725000', '194502.185000', '194502.645000', '194503.105000', '194503.565000', '194504.025000', '194504.485000', '194504.945000', '194505.405000', '194505.865000', '194506.325000', '194506.785000', '194507.245000', '194507.705000', '194508.165000', '194508.625000', '194509.085000', '194509.545000', '194510.005000', '194510.465000', '194510.925000', '194511.385000', '194511.845000', '194512.305000', '194512.765000', '194513.225000', '194513.685000', '194514.145000', '194514.605000', '194515.065000', '194515.525000', '194515.985000', '194516.445000', '194516.905000', '194517.365000', '194517.825000', '194518.285000', '194518.745000', '194519.205000', '194519.665000', '194520.125000', '194520.585000', '194521.045000', '194521.505000', '194521.965000', '194522.425000', '194522.885000', '194523.345000', '194523.805000', '194524.265000', '194524.725000', '194525.185000', '194525.645000', '194526.105000', '194526.565000', '194527.025000', '194527.485000', '194527.945000', '194528.405000', '194528.865000', '194529.325000', '194529.785000', '194530.245000', '194530.705000', '194531.165000', '194531.625000', '194532.085000', '194532.545000', '194533.005000', '194533.465000', '194533.925000', '194534.385000', '194534.845000', '194535.305000', '194535.765000', '194536.225000', '194536.685000', '194537.145000', '194537.605000', '194538.065000', '194538.525000', '194538.985000', '194539.445000', '194539.905000', '194540.365000', '194540.825000', '194541.285000', '194541.745000', '194542.205000', '194542.665000', '194543.125000', '194543.585000', '194544.045000', '194544.505000', '194544.965000', '194545.425000', '194545.885000', '194546.345000', '194546.805000', '194547.265000', '194547.725000', '194548.185000', '194548.645000', '194549.105000', '194549.565000', '194550.025000', '194550.485000', '194550.945000', '194551.405000', '194551.865000', '194552.325000', '194552.785000', '194553.245000', '194553.705000', '194554.165000', '194554.625000', '194555.085000', '194555.545000', '194556.005000', '194556.465000', '194556.925000', '194557.385000', '194557.845000', '194558.305000', '194558.765000', '194559.225000', '194559.685000', '194600.145000', '194600.605000', '194601.065000', '194601.525000', '194601.985000', '194602.445000', '194602.905000', '194603.365000', '194603.825000', '194604.285000', '194604.745000', '194605.205000', '194605.665000', '194606.125000', '194606.585000', '194607.045000', '194607.505000', '194607.965000', '194608.425000', '194608.885000', '194609.345000', '194609.805000', '194610.265000', '194610.725000', '194611.185000', '194611.645000', '194612.105000', '194612.565000', '194613.025000', '194613.485000', '194613.945000', '194614.405000', '194614.865000', '194615.325000', '194615.785000', '194616.245000', '194616.705000', '194617.165000', '194617.625000', '194618.085000', '194618.545000', '194619.005000', '194619.465000', '194619.925000', '194620.385000', '194620.845000', '194621.305000', '194621.765000', '194622.225000', '194622.685000', '194623.145000', '194623.605000', '194624.065000', '194624.525000', '194624.985000', '194625.445000', '194625.905000', '194626.365000', '194626.825000', '194627.285000', '194627.745000', '194628.205000', '194628.665000', '194629.125000', '194629.585000', '194630.045000', '194630.505000', '194630.965000', '194631.425000', '194631.885000', '194632.345000', '194632.805000', '194633.265000', '194633.725000', '194634.185000', '194634.645000', '194635.105000', '194635.565000', '194636.025000', '194636.485000', '194636.945000', '194637.405000', '194637.865000', '194638.325000', '194638.785000', '194639.245000', '194639.705000', '194640.165000', '194640.625000', '194641.085000', '194641.545000', '194642.005000', '194642.465000', '194642.925000', '194643.385000', '194643.845000', '194644.305000', '194644.765000', '194645.225000', '194645.685000', '194646.145000', '194646.605000', '194647.065000', '194647.525000', '194647.985000', '194648.445000', '194648.905000', '194649.365000', '194649.825000', '194650.285000', '194650.745000', '194651.205000', '194651.665000', '194652.125000', '194652.585000', '194653.045000', '194653.505000', '194653.965000', '194654.425000', '194654.885000', '194655.345000', '194655.805000', '194656.265000', '194656.725000', '194657.185000', '194657.645000', '194658.105000', '194658.565000', '194659.025000', '194659.485000', '194659.945000', '194700.405000', '194700.865000', '194701.325000', '194701.785000', '194702.245000', '194702.705000', '194703.165000', '194703.625000', '194704.085000', '194704.545000', '194705.005000', '194705.465000', '194705.925000', '194706.385000', '194706.845000', '194707.305000', '194707.765000', '194708.225000', '194708.685000', '194709.145000', '194709.605000', '194710.065000', '194710.525000', '194710.985000', '194711.445000', '194711.905000', '194712.365000', '194712.825000', '194713.285000', '194713.745000', '194714.205000', '194714.665000', '194715.125000', '194715.585000', '194716.045000', '194716.505000', '194716.965000', '194717.425000', '194717.885000', '194718.345000', '194718.805000', '194719.265000', '194719.725000', '194720.185000', '194720.645000', '194721.105000', '194721.565000', '194722.025000', '194722.485000', '194722.945000', '194723.405000', '194723.865000', '194724.325000', '194724.785000', '194725.245000', '194725.705000', '194726.165000', '194726.625000', '194727.085000', '194727.545000', '194728.005000', '194728.465000', '194728.925000', '194729.385000', '194729.845000', '194730.305000', '194730.765000', '194731.225000', '194731.685000', '194732.145000', '194732.605000', '194733.065000', '194733.525000', '194733.985000', '194734.445000', '194734.905000', '194735.365000', '194735.825000', '194736.285000', '194736.745000', '194737.205000', '194737.665000', '194738.125000', '194738.585000', '194739.045000', '194739.505000', '194739.965000', '194740.425000', '194740.885000', '194741.345000', '194741.805000', '194742.265000', '194742.725000', '194743.185000', '194743.645000', '194744.105000', '194744.565000', '194745.025000', '194745.485000', '194745.945000', '194746.405000', '194746.865000', '194747.325000', '194747.785000', '194748.245000', '194748.705000', '194749.165000', '194749.625000', '194750.085000', '194750.545000', '194751.005000', '194751.465000', '194751.925000', '194752.385000', '194752.845000', '194753.305000', '194753.765000', '194754.225000', '194754.685000', '194755.145000', '194755.605000', '194756.065000', '194756.525000', '194756.985000', '194757.445000', '194757.905000', '194758.365000', '194758.825000', '194759.285000', '194759.745000', '194800.205000', '194800.665000', '194801.125000', '194801.585000', '194802.045000', '194802.505000', '194802.965000', '194803.425000', '194803.885000', '194804.345000', '194804.805000', '194805.265000', '194805.725000', '194806.185000', '194806.645000', '194807.105000', '194807.565000', '194808.025000', '194808.485000', '194808.945000', '194809.405000', '194809.865000', '194810.325000', '194810.785000', '194811.245000', '194811.705000', '194812.165000', '194812.625000', '194813.085000', '194813.545000', '194814.005000', '194814.465000', '194814.925000', '194815.385000', '194815.845000', '194816.305000', '194816.765000', '194817.225000', '194817.685000', '194818.145000', '194818.605000', '194819.065000', '194819.525000', '194819.985000', '194820.445000', '194820.905000', '194821.365000', '194821.825000', '194822.285000', '194822.745000', '194823.205000', '194823.665000', '194824.125000', '194824.585000', '194825.045000', '194825.505000', '194825.965000', '194826.425000', '194826.885000', '194827.345000', '194827.805000', '194828.265000', '194828.725000', '194829.185000', '194829.645000', '194830.105000', '194830.565000', '194831.025000', '194831.485000', '194831.945000', '194832.405000', '194832.865000', '194833.325000', '194833.785000', '194834.245000', '194834.705000', '194835.165000', '194835.625000', '194836.085000', '194836.545000', '194837.005000', '194837.465000', '194837.925000', '194838.385000', '194838.845000', '194839.305000', '194839.765000', '194840.225000', '194840.685000', '194841.145000', '194841.605000', '194842.065000', '194842.525000', '194842.985000', '194843.445000', '194843.905000', '194844.365000', '194844.825000', '194845.285000', '194845.745000', '194846.205000', '194846.665000', '194847.125000', '194847.585000', '194848.045000', '194848.505000', '194848.965000', '194849.425000', '194849.885000', '194850.345000', '194850.805000', '194851.265000', '194851.725000', '194852.185000', '194852.645000', '194853.105000', '194853.565000', '194854.025000', '194854.485000', '194854.945000', '194855.405000', '194855.865000', '194856.325000', '194856.785000', '194857.245000', '194857.705000', '194858.165000', '194858.625000', '194859.085000', '194859.545000', '194900.005000', '194900.465000', '194900.925000', '194901.385000', '194901.845000', '194902.305000', '194902.765000', '194903.225000', '194903.685000', '194904.145000', '194904.605000', '194905.065000', '194905.525000', '194905.985000', '194906.445000', '194906.905000', '194907.365000', '194907.825000', '194908.285000', '194908.745000', '194909.205000', '194909.665000', '194910.125000', '194910.585000', '194911.045000', '194911.505000', '194911.965000', '194912.425000', '194912.885000', '194913.345000', '194913.805000', '194914.265000', '194914.725000', '194915.185000', '194915.645000', '194916.105000', '194916.565000', '194917.025000', '194917.485000', '194917.945000', '194918.405000', '194918.865000', '194919.325000', '194919.785000', '194920.245000', '194920.705000', '194921.165000', '194921.625000', '194922.085000', '194922.545000', '194923.005000', '194923.465000', '194923.925000', '194924.385000', '194924.845000', '194925.305000', '194925.765000', '194926.225000', '194926.685000', '194927.145000', '194927.605000', '194928.065000', '194928.525000', '194928.985000', '194929.445000', '194929.905000', '194930.365000', '194930.825000', '194931.285000', '194931.745000', '194932.205000', '194932.665000', '194933.125000', '194933.585000', '194934.045000', '194934.505000', '194934.965000', '194935.425000', '194935.885000', '194936.345000', '194936.805000', '194937.265000', '194937.725000', '194938.185000', '194938.645000', '194939.105000', '194939.565000', '194940.025000', '194940.485000', '194940.945000', '194941.405000', '194941.865000', '194942.325000', '194942.785000', '194943.245000', '194943.705000', '194944.165000', '194944.625000', '194945.085000', '194945.545000', '194946.005000', '194946.465000', '194946.925000', '194947.385000', '194947.845000', '194948.305000', '194948.765000', '194949.225000', '194949.685000'], 'ContentTime': ['194309.564000', '194309.567000', '194309.570000', '194309.573000', '194309.576000', '194309.579000', '194309.582000', '194309.584000', '194309.587000', '194309.590000', '194309.592000', '194309.595000', '194309.598000', '194309.600000', '194309.603000', '194309.612000', '194309.615000', '194309.617000', '194309.620000', '194309.622000', '194309.625000', '194309.628000', '194309.630000', '194309.636000', '194309.638000', '194309.641000', '194309.643000', '194309.662000', '194309.665000', '194309.668000', '194309.670000', '194309.673000', '194309.675000', '194309.678000', '194309.681000', '194309.683000', '194309.686000', '194309.688000', '194309.691000', '194309.693000', '194309.696000', '194329.526000', '194329.528000', '194329.531000', '194329.534000', '194329.537000', '194329.539000', '194329.542000', '194329.544000', '194329.547000', '194329.550000', '194329.552000', '194329.555000', '194329.557000', '194329.560000', '194329.563000', '194329.565000', '194329.568000', '194329.570000', '194329.573000', '194329.576000', '194329.578000', '194329.581000', '194329.583000', '194329.586000', '194329.589000', '194329.591000', '194329.594000', '194329.597000', '194329.599000', '194329.602000', '194329.604000', '194329.607000', '194329.610000', '194329.612000', '194329.615000', '194329.617000', '194329.620000', '194329.622000', '194329.625000', '194329.628000', '194329.630000', '194329.633000', '194329.635000', '194349.525000', '194349.528000', '194349.531000', '194349.534000', '194349.536000', '194349.539000', '194349.541000', '194349.544000', '194349.546000', '194349.549000', '194349.552000', '194349.554000', '194349.557000', '194349.559000', '194349.562000', '194349.565000', '194349.567000', '194349.570000', '194349.572000', '194349.575000', '194349.577000', '194349.580000', '194349.583000', '194349.585000', '194349.588000', '194349.591000', '194349.593000', '194349.596000', '194349.598000', '194349.601000', '194349.603000', '194349.606000', '194349.608000', '194349.611000', '194349.614000', '194349.616000', '194349.619000', '194349.621000', '194349.624000', '194349.626000', '194349.629000', '194349.632000', '194349.634000', '194349.637000', '194409.525000', '194409.528000', '194409.531000', '194409.534000', '194409.536000', '194409.539000', '194409.541000', '194409.544000', '194409.547000', '194409.549000', '194409.552000', '194409.554000', '194409.557000', '194409.560000', '194409.562000', '194409.565000', '194409.567000', '194409.570000', '194409.572000', '194409.575000', '194409.578000', '194409.580000', '194409.583000', '194409.586000', '194409.589000', '194409.592000', '194409.594000', '194409.598000', '194409.600000', '194409.603000', '194409.605000', '194409.608000', '194409.611000', '194409.613000', '194409.616000', '194409.619000', '194409.622000', '194409.624000', '194409.627000', '194409.630000', '194409.632000', '194409.635000', '194409.638000', '194429.524000', '194429.527000', '194429.546000', '194429.548000', '194429.551000', '194429.554000', '194429.557000', '194429.559000', '194429.562000', '194429.564000', '194429.567000', '194429.570000', '194429.572000', '194429.575000', '194429.578000', '194429.580000', '194429.583000', '194429.586000', '194429.588000', '194429.591000', '194429.594000', '194429.596000', '194429.599000', '194429.602000', '194429.604000', '194429.607000', '194429.609000', '194429.612000', '194429.615000', '194429.617000', '194429.620000', '194429.622000', '194429.625000', '194429.627000', '194429.630000', '194429.633000', '194429.635000', '194429.638000', '194429.640000', '194429.643000', '194429.646000', '194429.648000', '194429.651000', '194449.526000', '194449.528000', '194449.531000', '194449.534000', '194449.536000', '194449.539000', '194449.541000', '194449.544000', '194449.547000', '194449.549000', '194449.552000', '194449.555000', '194449.557000', '194449.560000', '194449.562000', '194449.565000', '194449.568000', '194449.570000', '194449.573000', '194449.576000', '194449.578000', '194449.581000', '194449.583000', '194449.586000', '194449.589000', '194449.591000', '194449.594000', '194449.597000', '194449.599000', '194449.602000', '194449.604000', '194449.607000', '194449.610000', '194449.612000', '194449.615000', '194449.617000', '194449.620000', '194449.623000', '194449.625000', '194449.628000', '194449.643000', '194449.646000', '194449.648000', '194449.651000', '194509.525000', '194509.528000', '194509.531000', '194509.533000', '194509.536000', '194509.539000', '194509.541000', '194509.544000', '194509.547000', '194509.549000', '194509.552000', '194509.554000', '194509.557000', '194509.560000', '194509.562000', '194509.565000', '194509.567000', '194509.570000', '194509.573000', '194509.575000', '194509.578000', '194509.580000', '194509.583000', '194509.586000', '194509.589000', '194509.591000', '194509.594000', '194509.597000', '194509.599000', '194509.602000', '194509.605000', '194509.608000', '194509.610000', '194509.613000', '194509.616000', '194509.619000', '194509.621000', '194509.624000', '194509.627000', '194509.629000', '194509.632000', '194509.634000', '194509.637000', '194509.640000', '194529.525000', '194529.528000', '194529.531000', '194529.534000', '194529.536000', '194529.539000', '194529.541000', '194529.544000', '194529.547000', '194529.549000', '194529.552000', '194529.555000', '194529.557000', '194529.560000', '194529.562000', '194529.565000', '194529.567000', '194529.570000', '194529.573000', '194529.575000', '194529.578000', '194529.581000', '194529.583000', '194529.586000', '194529.589000', '194529.591000', '194529.594000', '194529.597000', '194529.599000', '194529.602000', '194529.604000', '194529.607000', '194529.610000', '194529.612000', '194529.615000', '194529.618000', '194529.620000', '194529.623000', '194529.625000', '194529.628000', '194529.631000', '194529.633000', '194529.636000', '194549.525000', '194549.528000', '194549.531000', '194549.533000', '194549.536000', '194549.539000', '194549.541000', '194549.544000', '194549.546000', '194549.549000', '194549.552000', '194549.554000', '194549.557000', '194549.559000', '194549.562000', '194549.565000', '194549.567000', '194549.570000', '194549.573000', '194549.575000', '194549.578000', '194549.581000', '194549.583000', '194549.586000', '194549.589000', '194549.591000', '194549.594000', '194549.597000', '194549.599000', '194549.602000', '194549.605000', '194549.607000', '194549.610000', '194549.613000', '194549.615000', '194549.618000', '194549.620000', '194549.623000', '194549.626000', '194549.628000', '194549.631000', '194549.633000', '194549.636000', '194549.639000', '194609.525000', '194609.528000', '194609.531000', '194609.534000', '194609.536000', '194609.539000', '194609.541000', '194609.544000', '194609.547000', '194609.549000', '194609.552000', '194609.555000', '194609.557000', '194609.560000', '194609.562000', '194609.565000', '194609.568000', '194609.570000', '194609.573000', '194609.575000', '194609.578000', '194609.581000', '194609.583000', '194609.586000', '194609.589000', '194609.591000', '194609.594000', '194609.597000', '194609.599000', '194609.602000', '194609.604000', '194609.607000', '194609.610000', '194609.612000', '194609.615000', '194609.618000', '194609.621000', '194609.623000', '194609.626000', '194609.629000', '194609.631000', '194609.634000', '194609.637000', '194629.526000', '194629.528000', '194629.531000', '194629.534000', '194629.536000', '194629.539000', '194629.542000', '194629.545000', '194629.547000', '194629.550000', '194629.553000', '194629.556000', '194629.558000', '194629.561000', '194629.564000', '194629.566000', '194629.569000', '194629.571000', '194629.574000', '194629.577000', '194629.579000', '194629.594000', '194629.597000', '194629.599000', '194629.602000', '194629.605000', '194629.607000', '194629.610000', '194629.612000', '194629.615000', '194629.618000', '194629.620000', '194629.623000', '194629.626000', '194629.628000', '194629.631000', '194629.633000', '194629.636000', '194629.639000', '194629.641000', '194629.644000', '194629.646000', '194629.649000', '194649.524000', '194649.527000', '194649.530000', '194649.533000', '194649.535000', '194649.538000', '194649.541000', '194649.543000', '194649.546000', '194649.549000', '194649.551000', '194649.554000', '194649.557000', '194649.559000', '194649.562000', '194649.564000', '194649.569000', '194649.572000', '194649.574000', '194649.577000', '194649.580000', '194649.583000', '194649.585000', '194649.588000', '194649.591000', '194649.593000', '194649.596000', '194649.598000', '194649.601000', '194649.604000', '194649.606000', '194649.609000', '194649.611000', '194649.614000', '194649.617000', '194649.619000', '194649.622000', '194649.624000', '194649.627000', '194649.630000', '194649.632000', '194649.635000', '194649.637000', '194649.640000', '194709.525000', '194709.528000', '194709.531000', '194709.533000', '194709.536000', '194709.539000', '194709.541000', '194709.544000', '194709.547000', '194709.549000', '194709.552000', '194709.555000', '194709.557000', '194709.560000', '194709.563000', '194709.565000', '194709.568000', '194709.571000', '194709.573000', '194709.576000', '194709.579000', '194709.581000', '194709.584000', '194709.586000', '194709.589000', '194709.592000', '194709.594000', '194709.597000', '194709.600000', '194709.602000', '194709.605000', '194709.608000', '194709.610000', '194709.613000', '194709.616000', '194709.618000', '194709.621000', '194709.623000', '194709.626000', '194709.629000', '194709.631000', '194709.634000', '194709.637000', '194709.639000', '194729.525000', '194729.528000', '194729.531000', '194729.534000', '194729.537000', '194729.539000', '194729.542000', '194729.545000', '194729.547000', '194729.550000', '194729.553000', '194729.555000', '194729.558000', '194729.560000', '194729.563000', '194729.566000', '194729.568000', '194729.571000', '194729.574000', '194729.577000', '194729.579000', '194729.582000', '194729.585000', '194729.587000', '194729.590000', '194729.593000', '194729.595000', '194729.598000', '194729.601000', '194729.603000', '194729.606000', '194729.608000', '194729.611000', '194729.614000', '194729.616000', '194729.619000', '194729.621000', '194729.624000', '194729.627000', '194729.629000', '194729.632000', '194729.635000', '194729.637000', '194749.526000', '194749.529000', '194749.531000', '194749.534000', '194749.537000', '194749.540000', '194749.543000', '194749.545000', '194749.548000', '194749.551000', '194749.553000', '194749.556000', '194749.558000', '194749.561000', '194749.564000', '194749.567000', '194749.569000', '194749.572000', '194749.574000', '194749.577000', '194749.580000', '194749.582000', '194749.585000', '194749.588000', '194749.590000', '194749.593000', '194749.596000', '194749.599000', '194749.601000', '194749.604000', '194749.606000', '194749.609000', '194749.612000', '194749.615000', '194749.617000', '194749.620000', '194749.622000', '194749.625000', '194749.628000', '194749.630000', '194749.633000', '194749.636000', '194749.638000', '194809.525000', '194809.528000', '194809.531000', '194809.534000', '194809.537000', '194809.539000', '194809.542000', '194809.544000', '194809.547000', '194809.550000', '194809.552000', '194809.555000', '194809.558000', '194809.560000', '194809.563000', '194809.565000', '194809.568000', '194809.571000', '194809.574000', '194809.576000', '194809.579000', '194809.581000', '194809.584000', '194809.587000', '194809.589000', '194809.592000', '194809.595000', '194809.597000', '194809.600000', '194809.603000', '194809.605000', '194809.608000', '194809.610000', '194809.613000', '194809.616000', '194809.618000', '194809.621000', '194809.624000', '194809.626000', '194809.629000', '194809.631000', '194809.634000', '194809.637000', '194809.639000', '194829.526000', '194829.528000', '194829.531000', '194829.534000', '194829.536000', '194829.539000', '194829.542000', '194829.544000', '194829.547000', '194829.549000', '194829.552000', '194829.555000', '194829.557000', '194829.560000', '194829.563000', '194829.565000', '194829.568000', '194829.571000', '194829.573000', '194829.576000', '194829.579000', '194829.581000', '194829.584000', '194829.589000', '194829.591000', '194829.594000', '194829.597000', '194829.600000', '194829.602000', '194829.605000', '194829.608000', '194829.610000', '194829.613000', '194829.616000', '194829.618000', '194829.621000', '194829.624000', '194829.626000', '194829.629000', '194829.632000', '194829.634000', '194829.639000', '194829.641000', '194849.526000', '194849.529000', '194849.532000', '194849.534000', '194849.537000', '194849.540000', '194849.542000', '194849.545000', '194849.547000', '194849.550000', '194849.553000', '194849.555000', '194849.558000', '194849.560000', '194849.563000', '194849.566000', '194849.568000', '194849.571000', '194849.574000', '194849.576000', '194849.579000', '194849.582000', '194849.584000', '194849.587000', '194849.589000', '194849.592000', '194849.595000', '194849.597000', '194849.600000', '194849.603000', '194849.605000', '194849.608000', '194849.610000', '194849.613000', '194849.616000', '194849.618000', '194849.621000', '194849.624000', '194849.626000', '194849.629000', '194849.631000', '194849.634000', '194849.637000', '194849.639000', '194909.525000', '194909.527000', '194909.530000', '194909.533000', '194909.536000', '194909.538000', '194909.541000', '194909.545000', '194909.547000', '194909.550000', '194909.552000', '194909.555000', '194909.558000', '194909.560000', '194909.563000', '194909.566000', '194909.568000', '194909.571000', '194909.573000', '194909.576000', '194909.579000', '194909.582000', '194909.585000', '194909.587000', '194909.590000', '194909.593000', '194909.595000', '194909.598000', '194909.601000', '194909.604000', '194909.606000', '194909.609000', '194909.611000', '194909.614000', '194909.617000', '194909.619000', '194909.622000', '194909.625000', '194909.627000', '194909.630000', '194909.633000', '194909.635000', '194909.638000', '194929.525000', '194929.528000', '194929.531000', '194929.534000', '194929.536000', '194929.539000', '194929.542000', '194929.544000', '194929.547000', '194929.550000', '194929.552000', '194929.555000', '194929.558000', '194929.560000', '194929.563000', '194929.565000', '194929.568000', '194929.571000', '194929.573000', '194929.576000', '194929.579000', '194929.581000', '194929.584000', '194929.587000', '194929.589000', '194929.592000', '194929.595000', '194929.597000', '194929.600000', '194929.603000', '194929.605000', '194929.608000', '194929.611000', '194929.613000', '194929.616000', '194929.619000', '194929.621000', '194929.624000', '194929.627000', '194929.629000', '194929.632000', '194929.635000', '194929.637000', '194929.640000', '194949.526000', '194949.528000', '194949.531000', '194949.534000', '194949.536000', '194949.539000', '194949.542000', '194949.544000', '194949.547000', '194949.549000', '194949.552000', '194949.554000', '194949.557000', '194949.560000', '194949.562000', '194949.565000', '194949.568000', '194949.570000', '194949.573000', '194949.575000', '194949.578000', '194949.581000', '194949.583000', '194949.586000', '194949.589000', '194949.592000', '194949.595000', '194949.597000', '194949.600000', '194949.603000', '194949.605000', '194949.608000', '194949.611000', '194949.613000', '194949.616000', '194949.618000', '194949.621000', '194949.624000', '194949.626000', '194949.629000', '194949.631000', '194949.634000', '194949.637000', '194950.940000', '194950.943000', '194950.946000', '194950.949000'], 'InstanceCreationTime': ['194309.564000', '194309.567000', '194309.570000', '194309.573000', '194309.576000', '194309.579000', '194309.582000', '194309.584000', '194309.587000', '194309.590000', '194309.592000', '194309.595000', '194309.598000', '194309.600000', '194309.603000', '194309.612000', '194309.615000', '194309.617000', '194309.620000', '194309.622000', '194309.625000', '194309.628000', '194309.630000', '194309.636000', '194309.638000', '194309.641000', '194309.643000', '194309.662000', '194309.665000', '194309.668000', '194309.670000', '194309.673000', '194309.675000', '194309.678000', '194309.681000', '194309.683000', '194309.686000', '194309.688000', '194309.691000', '194309.693000', '194309.696000', '194329.526000', '194329.528000', '194329.531000', '194329.534000', '194329.537000', '194329.539000', '194329.542000', '194329.544000', '194329.547000', '194329.550000', '194329.552000', '194329.555000', '194329.557000', '194329.560000', '194329.563000', '194329.565000', '194329.568000', '194329.570000', '194329.573000', '194329.576000', '194329.578000', '194329.581000', '194329.583000', '194329.586000', '194329.589000', '194329.591000', '194329.594000', '194329.597000', '194329.599000', '194329.602000', '194329.604000', '194329.607000', '194329.610000', '194329.612000', '194329.615000', '194329.617000', '194329.620000', '194329.622000', '194329.625000', '194329.628000', '194329.630000', '194329.633000', '194329.635000', '194349.525000', '194349.528000', '194349.531000', '194349.534000', '194349.536000', '194349.539000', '194349.541000', '194349.544000', '194349.546000', '194349.549000', '194349.552000', '194349.554000', '194349.557000', '194349.559000', '194349.562000', '194349.565000', '194349.567000', '194349.570000', '194349.572000', '194349.575000', '194349.577000', '194349.580000', '194349.583000', '194349.585000', '194349.588000', '194349.591000', '194349.593000', '194349.596000', '194349.598000', '194349.601000', '194349.603000', '194349.606000', '194349.608000', '194349.611000', '194349.614000', '194349.616000', '194349.619000', '194349.621000', '194349.624000', '194349.626000', '194349.629000', '194349.632000', '194349.634000', '194349.637000', '194409.525000', '194409.528000', '194409.531000', '194409.534000', '194409.536000', '194409.539000', '194409.541000', '194409.544000', '194409.547000', '194409.549000', '194409.552000', '194409.554000', '194409.557000', '194409.560000', '194409.562000', '194409.565000', '194409.567000', '194409.570000', '194409.572000', '194409.575000', '194409.578000', '194409.580000', '194409.583000', '194409.586000', '194409.589000', '194409.592000', '194409.594000', '194409.598000', '194409.600000', '194409.603000', '194409.605000', '194409.608000', '194409.611000', '194409.613000', '194409.616000', '194409.619000', '194409.622000', '194409.624000', '194409.627000', '194409.630000', '194409.632000', '194409.635000', '194409.638000', '194429.524000', '194429.527000', '194429.546000', '194429.548000', '194429.551000', '194429.554000', '194429.557000', '194429.559000', '194429.562000', '194429.564000', '194429.567000', '194429.570000', '194429.572000', '194429.575000', '194429.578000', '194429.580000', '194429.583000', '194429.586000', '194429.588000', '194429.591000', '194429.594000', '194429.596000', '194429.599000', '194429.602000', '194429.604000', '194429.607000', '194429.609000', '194429.612000', '194429.615000', '194429.617000', '194429.620000', '194429.622000', '194429.625000', '194429.627000', '194429.630000', '194429.633000', '194429.635000', '194429.638000', '194429.640000', '194429.643000', '194429.646000', '194429.648000', '194429.651000', '194449.526000', '194449.528000', '194449.531000', '194449.534000', '194449.536000', '194449.539000', '194449.541000', '194449.544000', '194449.547000', '194449.549000', '194449.552000', '194449.555000', '194449.557000', '194449.560000', '194449.562000', '194449.565000', '194449.568000', '194449.570000', '194449.573000', '194449.576000', '194449.578000', '194449.581000', '194449.583000', '194449.586000', '194449.589000', '194449.591000', '194449.594000', '194449.597000', '194449.599000', '194449.602000', '194449.604000', '194449.607000', '194449.610000', '194449.612000', '194449.615000', '194449.617000', '194449.620000', '194449.623000', '194449.625000', '194449.628000', '194449.643000', '194449.646000', '194449.648000', '194449.651000', '194509.525000', '194509.528000', '194509.531000', '194509.533000', '194509.536000', '194509.539000', '194509.541000', '194509.544000', '194509.547000', '194509.549000', '194509.552000', '194509.554000', '194509.557000', '194509.560000', '194509.562000', '194509.565000', '194509.567000', '194509.570000', '194509.573000', '194509.575000', '194509.578000', '194509.580000', '194509.583000', '194509.586000', '194509.589000', '194509.591000', '194509.594000', '194509.597000', '194509.599000', '194509.602000', '194509.605000', '194509.608000', '194509.610000', '194509.613000', '194509.616000', '194509.619000', '194509.621000', '194509.624000', '194509.627000', '194509.629000', '194509.632000', '194509.634000', '194509.637000', '194509.640000', '194529.525000', '194529.528000', '194529.531000', '194529.534000', '194529.536000', '194529.539000', '194529.541000', '194529.544000', '194529.547000', '194529.549000', '194529.552000', '194529.555000', '194529.557000', '194529.560000', '194529.562000', '194529.565000', '194529.567000', '194529.570000', '194529.573000', '194529.575000', '194529.578000', '194529.581000', '194529.583000', '194529.586000', '194529.589000', '194529.591000', '194529.594000', '194529.597000', '194529.599000', '194529.602000', '194529.604000', '194529.607000', '194529.610000', '194529.612000', '194529.615000', '194529.618000', '194529.620000', '194529.623000', '194529.625000', '194529.628000', '194529.631000', '194529.633000', '194529.636000', '194549.525000', '194549.528000', '194549.531000', '194549.533000', '194549.536000', '194549.539000', '194549.541000', '194549.544000', '194549.546000', '194549.549000', '194549.552000', '194549.554000', '194549.557000', '194549.559000', '194549.562000', '194549.565000', '194549.567000', '194549.570000', '194549.573000', '194549.575000', '194549.578000', '194549.581000', '194549.583000', '194549.586000', '194549.589000', '194549.591000', '194549.594000', '194549.597000', '194549.599000', '194549.602000', '194549.605000', '194549.607000', '194549.610000', '194549.613000', '194549.615000', '194549.618000', '194549.620000', '194549.623000', '194549.626000', '194549.628000', '194549.631000', '194549.633000', '194549.636000', '194549.639000', '194609.525000', '194609.528000', '194609.531000', '194609.534000', '194609.536000', '194609.539000', '194609.541000', '194609.544000', '194609.547000', '194609.549000', '194609.552000', '194609.555000', '194609.557000', '194609.560000', '194609.562000', '194609.565000', '194609.568000', '194609.570000', '194609.573000', '194609.575000', '194609.578000', '194609.581000', '194609.583000', '194609.586000', '194609.589000', '194609.591000', '194609.594000', '194609.597000', '194609.599000', '194609.602000', '194609.604000', '194609.607000', '194609.610000', '194609.612000', '194609.615000', '194609.618000', '194609.621000', '194609.623000', '194609.626000', '194609.629000', '194609.631000', '194609.634000', '194609.637000', '194629.526000', '194629.528000', '194629.531000', '194629.534000', '194629.536000', '194629.539000', '194629.542000', '194629.545000', '194629.547000', '194629.550000', '194629.553000', '194629.556000', '194629.558000', '194629.561000', '194629.564000', '194629.566000', '194629.569000', '194629.571000', '194629.574000', '194629.577000', '194629.579000', '194629.594000', '194629.597000', '194629.599000', '194629.602000', '194629.605000', '194629.607000', '194629.610000', '194629.612000', '194629.615000', '194629.618000', '194629.620000', '194629.623000', '194629.626000', '194629.628000', '194629.631000', '194629.633000', '194629.636000', '194629.639000', '194629.641000', '194629.644000', '194629.646000', '194629.649000', '194649.524000', '194649.527000', '194649.530000', '194649.533000', '194649.535000', '194649.538000', '194649.541000', '194649.543000', '194649.546000', '194649.549000', '194649.551000', '194649.554000', '194649.557000', '194649.559000', '194649.562000', '194649.564000', '194649.569000', '194649.572000', '194649.574000', '194649.577000', '194649.580000', '194649.583000', '194649.585000', '194649.588000', '194649.591000', '194649.593000', '194649.596000', '194649.598000', '194649.601000', '194649.604000', '194649.606000', '194649.609000', '194649.611000', '194649.614000', '194649.617000', '194649.619000', '194649.622000', '194649.624000', '194649.627000', '194649.630000', '194649.632000', '194649.635000', '194649.637000', '194649.640000', '194709.525000', '194709.528000', '194709.531000', '194709.533000', '194709.536000', '194709.539000', '194709.541000', '194709.544000', '194709.547000', '194709.549000', '194709.552000', '194709.555000', '194709.557000', '194709.560000', '194709.563000', '194709.565000', '194709.568000', '194709.571000', '194709.573000', '194709.576000', '194709.579000', '194709.581000', '194709.584000', '194709.586000', '194709.589000', '194709.592000', '194709.594000', '194709.597000', '194709.600000', '194709.602000', '194709.605000', '194709.608000', '194709.610000', '194709.613000', '194709.616000', '194709.618000', '194709.621000', '194709.623000', '194709.626000', '194709.629000', '194709.631000', '194709.634000', '194709.637000', '194709.639000', '194729.525000', '194729.528000', '194729.531000', '194729.534000', '194729.537000', '194729.539000', '194729.542000', '194729.545000', '194729.547000', '194729.550000', '194729.553000', '194729.555000', '194729.558000', '194729.560000', '194729.563000', '194729.566000', '194729.568000', '194729.571000', '194729.574000', '194729.577000', '194729.579000', '194729.582000', '194729.585000', '194729.587000', '194729.590000', '194729.593000', '194729.595000', '194729.598000', '194729.601000', '194729.603000', '194729.606000', '194729.608000', '194729.611000', '194729.614000', '194729.616000', '194729.619000', '194729.621000', '194729.624000', '194729.627000', '194729.629000', '194729.632000', '194729.635000', '194729.637000', '194749.526000', '194749.529000', '194749.531000', '194749.534000', '194749.537000', '194749.540000', '194749.543000', '194749.545000', '194749.548000', '194749.551000', '194749.553000', '194749.556000', '194749.558000', '194749.561000', '194749.564000', '194749.567000', '194749.569000', '194749.572000', '194749.574000', '194749.577000', '194749.580000', '194749.582000', '194749.585000', '194749.588000', '194749.590000', '194749.593000', '194749.596000', '194749.599000', '194749.601000', '194749.604000', '194749.606000', '194749.609000', '194749.612000', '194749.615000', '194749.617000', '194749.620000', '194749.622000', '194749.625000', '194749.628000', '194749.630000', '194749.633000', '194749.636000', '194749.638000', '194809.525000', '194809.528000', '194809.531000', '194809.534000', '194809.537000', '194809.539000', '194809.542000', '194809.544000', '194809.547000', '194809.550000', '194809.552000', '194809.555000', '194809.558000', '194809.560000', '194809.563000', '194809.565000', '194809.568000', '194809.571000', '194809.574000', '194809.576000', '194809.579000', '194809.581000', '194809.584000', '194809.587000', '194809.589000', '194809.592000', '194809.595000', '194809.597000', '194809.600000', '194809.603000', '194809.605000', '194809.608000', '194809.610000', '194809.613000', '194809.616000', '194809.618000', '194809.621000', '194809.624000', '194809.626000', '194809.629000', '194809.631000', '194809.634000', '194809.637000', '194809.639000', '194829.526000', '194829.528000', '194829.531000', '194829.534000', '194829.536000', '194829.539000', '194829.542000', '194829.544000', '194829.547000', '194829.549000', '194829.552000', '194829.555000', '194829.557000', '194829.560000', '194829.563000', '194829.565000', '194829.568000', '194829.571000', '194829.573000', '194829.576000', '194829.579000', '194829.581000', '194829.584000', '194829.589000', '194829.591000', '194829.594000', '194829.597000', '194829.600000', '194829.602000', '194829.605000', '194829.608000', '194829.610000', '194829.613000', '194829.616000', '194829.618000', '194829.621000', '194829.624000', '194829.626000', '194829.629000', '194829.632000', '194829.634000', '194829.639000', '194829.641000', '194849.526000', '194849.529000', '194849.532000', '194849.534000', '194849.537000', '194849.540000', '194849.542000', '194849.545000', '194849.547000', '194849.550000', '194849.553000', '194849.555000', '194849.558000', '194849.560000', '194849.563000', '194849.566000', '194849.568000', '194849.571000', '194849.574000', '194849.576000', '194849.579000', '194849.582000', '194849.584000', '194849.587000', '194849.589000', '194849.592000', '194849.595000', '194849.597000', '194849.600000', '194849.603000', '194849.605000', '194849.608000', '194849.610000', '194849.613000', '194849.616000', '194849.618000', '194849.621000', '194849.624000', '194849.626000', '194849.629000', '194849.631000', '194849.634000', '194849.637000', '194849.639000', '194909.525000', '194909.527000', '194909.530000', '194909.533000', '194909.536000', '194909.538000', '194909.541000', '194909.545000', '194909.547000', '194909.550000', '194909.552000', '194909.555000', '194909.558000', '194909.560000', '194909.563000', '194909.566000', '194909.568000', '194909.571000', '194909.573000', '194909.576000', '194909.579000', '194909.582000', '194909.585000', '194909.587000', '194909.590000', '194909.593000', '194909.595000', '194909.598000', '194909.601000', '194909.604000', '194909.606000', '194909.609000', '194909.611000', '194909.614000', '194909.617000', '194909.619000', '194909.622000', '194909.625000', '194909.627000', '194909.630000', '194909.633000', '194909.635000', '194909.638000', '194929.525000', '194929.528000', '194929.531000', '194929.534000', '194929.536000', '194929.539000', '194929.542000', '194929.544000', '194929.547000', '194929.550000', '194929.552000', '194929.555000', '194929.558000', '194929.560000', '194929.563000', '194929.565000', '194929.568000', '194929.571000', '194929.573000', '194929.576000', '194929.579000', '194929.581000', '194929.584000', '194929.587000', '194929.589000', '194929.592000', '194929.595000', '194929.597000', '194929.600000', '194929.603000', '194929.605000', '194929.608000', '194929.611000', '194929.613000', '194929.616000', '194929.619000', '194929.621000', '194929.624000', '194929.627000', '194929.629000', '194929.632000', '194929.635000', '194929.637000', '194929.640000', '194949.526000', '194949.528000', '194949.531000', '194949.534000', '194949.536000', '194949.539000', '194949.542000', '194949.544000', '194949.547000', '194949.549000', '194949.552000', '194949.554000', '194949.557000', '194949.560000', '194949.562000', '194949.565000', '194949.568000', '194949.570000', '194949.573000', '194949.575000', '194949.578000', '194949.581000', '194949.583000', '194949.586000', '194949.589000', '194949.592000', '194949.595000', '194949.597000', '194949.600000', '194949.603000', '194949.605000', '194949.608000', '194949.611000', '194949.613000', '194949.616000', '194949.618000', '194949.621000', '194949.624000', '194949.626000', '194949.629000', '194949.631000', '194949.634000', '194949.637000', '194950.940000', '194950.943000', '194950.946000', '194950.949000'], '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': [8859, 7686, 8960, 7803, 16239, 12110, 7597, 10206, 9498, 10608, 10424, 8642, 10345, 7634, 8845, 9779, 7631, 9734, 9113, 8122, 8907, 8414, 7885, 7957, 7520, 11588, 7590, 7995, 7587, 7805, 7966, 9718, 7797, 7843, 6883, 7824, 10467, 8285, 7902, 8005, 7797, 7610, 10179, 7531, 7947, 8773, 7532, 8003, 9324, 8370, 9207, 12658, 7096, 7627, 7589, 9260, 7537, 7583, 7681, 11337, 9761, 10582, 15039, 8326, 7803, 12463, 10476, 8861, 12012, 7492, 7611, 9674, 6675, 7964, 11094, 7748, 7734, 7576, 8799, 7807, 7669, 10184, 10731, 13160, 15146, 8017, 7896, 7902, 9010, 11051, 9419, 9049, 8373, 7775, 8088, 7155, 7638, 10417, 8061, 7862, 7119, 7612, 7825, 7131, 7685, 11466, 9425, 10452, 8567, 8171, 8874, 9800, 7655, 15522, 10361, 13234, 8527, 8332, 9408, 8844, 7706, 11212, 8524, 13419, 7190, 7779, 8578, 7831, 8029, 10256, 7696, 10339, 7701, 7729, 8255, 9115, 12265, 9419, 7721, 8764, 8381, 8912, 9837, 7828, 12724, 7528, 7797, 7489, 8540, 9838, 8934, 8060, 10619, 7557, 7861, 7718, 8603, 8786, 9277, 7795, 11908, 8595, 7745, 8391, 8217, 10078, 10020, 9568, 12931, 7791, 8153, 7342, 7429, 11622, 8981, 7735, 8035, 7710, 8402, 9289, 7638, 11879, 7706, 7935, 7355, 7665, 9656, 10260, 7842, 11078, 7926, 7790, 7887, 8301, 8650, 9659, 7621, 7959, 7380, 7546, 11689, 9097, 7795, 9524, 7936, 7814, 9391, 9118, 9963, 11212, 7608, 7857, 7580, 9329, 8653, 10140, 8944, 14013, 9456, 8205, 8624, 9019, 7646, 14705, 10459, 7775, 8608, 7609, 8513, 10640, 7738, 11371, 7450, 7863, 8637, 8671, 7806, 10952, 7942, 7922, 8514, 7535, 7679, 10176, 7462, 11004, 8663, 7870, 8203, 6691, 7429, 11514, 9561, 7770, 8995, 7701, 7840, 9969, 8874, 13558, 10932, 8422, 9977, 8258, 7865, 10248, 8954, 7476, 11431, 7870, 7786, 8661, 8974, 8618, 8973, 7955, 13286, 8891, 7654, 9079, 7687, 7768, 10435, 8158, 7774, 8169, 7996, 8186, 9708, 8279, 13221, 7852, 7511, 9743, 8486, 10088, 9835, 7672, 9656, 6854, 7780, 10507, 7947, 7508, 8011, 7659, 7780, 8804, 7470, 10127, 8098, 7589, 7983, 8242, 7737, 10311, 7409, 7875, 7473, 7731, 7683, 8906, 7692, 8617, 6627, 7615, 10861, 9924, 8021, 9959, 8015, 7662, 10347, 8179, 11409, 11321, 7650, 7818, 7920, 8368, 11859, 9616, 8161, 8015, 7782, 7574, 11287, 9160, 8383, 8316, 6830, 7926, 11268, 10304, 8811, 13184, 8002, 7601, 9267, 8254, 8597, 10249, 7359, 7749, 7840, 7608, 8431, 9706, 7398, 7746, 8725, 7680, 9416, 9738, 7426, 7645, 8153, 8048, 9237, 9409, 7674, 7716, 9424, 8063, 9303, 9223, 7947, 7737, 9617, 8743, 7721, 10897, 7329, 8221, 8540, 9291, 7424, 9179, 8672, 7766, 7584, 9850, 8210, 7675, 8823, 7467, 7560, 8391, 9395, 7350, 7816, 8067, 7839, 7707, 12658, 8810, 7581, 8726, 8097, 7820, 13403, 8447, 7599, 9854, 8167, 7910, 10510, 7386, 8675, 7463, 8005, 7358, 10330, 8073, 7558, 7640, 9822, 7523, 10355, 8626, 7461, 7821, 9182, 8048, 9697, 9739, 7441, 7768, 9664, 7638, 9688, 8961, 7205, 7686, 9188, 7319, 7806, 8142, 7777, 7521, 8313, 8754, 7717, 10999, 7049, 8006, 8295, 8932, 7390, 11786, 7714, 7380, 9937, 8415, 8268, 13423, 7469, 7443, 8117, 7868, 7397, 12612, 8503, 7459, 8266, 6689, 7979, 11256, 9183, 8048, 7592, 7048, 7740, 11564, 9251, 8404, 8316, 7168, 7982, 8737, 8368, 7219, 7547, 6766, 7400, 7436, 9132, 7372, 9044, 6939, 7269, 7370, 8042, 6951, 7459, 9355, 10948, 7305, 7325, 9017, 6905, 7516, 11623, 9860, 7277, 8332, 7075, 7456, 9685, 7691, 7168, 7305, 7292, 7594, 8464, 7339, 12636, 8333, 7131, 7665, 8184, 10000, 11524, 7356, 10041, 7329, 8022, 10104, 9365, 7617, 8520, 7142, 7405, 8135, 7768, 9276, 7303, 7398, 8383, 7919, 8383, 10068, 7192, 7335, 8340, 7343, 13533, 9607, 7249, 7430, 8177, 10101, 9250, 7476, 8448, 6977, 7413, 9472, 7202, 7205, 7311, 7803, 9768, 9315, 7490, 9547, 6944, 7207, 9792, 8051, 9310, 7413, 6930, 8779, 7356, 8020, 9666, 7176, 7296, 8146, 7216, 11150, 8039, 6787, 7695, 7496, 9065, 9755, 7156, 10285, 7170, 7548, 9578, 8351, 7088, 8731, 7939, 7187, 8820, 8817, 7226, 9529, 7009, 7508, 11192, 10001, 7975, 10863, 7117, 7086, 12657, 10375, 7873, 10263, 7563, 7093, 10281, 8140, 7340, 6859, 7115, 8323, 9675, 8419, 7803, 6667, 7123, 11438, 9040, 7455, 7782, 8551, 11695, 9956, 7934, 9288, 6835, 7127, 8165, 7051, 8864, 7261, 7070, 7869, 8090, 7096, 10481, 7178, 7158, 8411, 8845, 7788, 10593, 7019, 7055, 8452, 8082, 9168, 7507, 7138, 8269, 9447, 7772, 9779, 7168, 8101, 9453, 10209, 7638, 8671, 7080, 8052, 8964, 7031, 11149, 7243, 7109, 8248, 7149, 8679, 7459, 7109, 7323, 7176, 7429, 10793, 8173, 7148, 7785, 8246, 9642, 9865, 7134, 7173, 7273, 7431, 12776, 8990, 7001, 9102, 8610, 7775, 10610, 6926, 7350, 8280, 7870, 12007, 8469, 7271, 8204, 7806, 8066, 10415, 7073, 7315, 7751, 7549, 10375, 8027, 8726, 8244, 8106, 7374, 7322, 8846, 8601, 7400, 7935, 7012, 7306, 7329, 10900, 11301, 13894, 10980, 7868, 9631, 8311, 7224, 7648, 7225, 7869, 10114, 7289, 7268, 6727, 7396, 9537, 9706, 8195, 9790, 7194, 7441, 8323, 8209, 12595, 8317, 7315, 8402, 7792, 9276, 8889, 7189, 7305, 7496, 7388, 11320, 8299, 7018, 7520, 8940, 11777, 10109, 7650, 9172, 7003, 7533, 9183, 7285, 13286, 7951, 7077, 8004, 8474, 9135, 9628, 7209, 7388, 6680, 7354, 10391, 9605, 7219, 8873, 7044, 8139, 10153, 8148, 11432, 7149, 7420, 9762, 8870, 13883, 9490, 7370, 8385, 8261, 7928, 9963, 7389, 7616, 6501, 7463, 8535, 8740, 7257, 7464, 6940, 7609, 10157, 10293, 8168, 9905, 7348, 7870, 11906, 10280, 8035, 8695, 7574, 7487, 7310, 6530, 8266, 8985, 12552, 7727, 7324, 7789, 9729, 8467, 14231, 9881, 7126, 7846, 8081, 12888, 9937, 7155, 9011, 7445, 7406, 9245, 7274, 8318, 6778, 7391, 8931, 8315, 8520, 8758, 7411, 7421, 8573, 7878, 14246, 10118, 7223, 7954, 7712, 7682, 10810, 7765, 9028, 7422, 7653, 9073, 8695, 7522, 8458, 6822, 7136, 9963, 8011, 10433, 7262, 7331, 10947, 7919, 8629, 7175, 7348], 'WindowCenter': [4074.0, 4037.0, 4045.0, 4024.0, 4085.0, 4064.0, 4020.0, 4038.0, 4038.0, 4036.0, 4039.0, 4028.0, 4038.0, 4007.0, 4016.0, 4026.0, 4006.0, 4026.0, 4027.0, 4018.0, 4028.0, 4029.0, 4017.0, 4017.0, 4019.0, 4061.0, 4020.0, 4019.0, 4019.0, 4020.0, 4018.0, 4041.0, 4021.0, 4019.0, 4009.0, 4020.0, 4052.0, 4032.0, 4020.0, 4020.0, 4020.0, 4019.0, 4052.0, 4021.0, 4030.0, 4030.0, 4020.0, 4019.0, 4040.0, 4043.0, 4042.0, 4074.0, 4011.0, 4008.0, 4019.0, 4041.0, 4020.0, 4021.0, 4020.0, 4053.0, 4043.0, 4053.0, 4087.0, 4032.0, 4021.0, 4062.0, 4031.0, 4016.0, 4036.0, 3995.0, 4008.0, 4030.0, 3987.0, 4020.0, 4039.0, 4009.0, 4010.0, 4020.0, 4031.0, 4010.0, 4009.0, 4041.0, 4052.0, 4063.0, 4073.0, 4022.0, 4020.0, 4008.0, 4028.0, 4038.0, 4030.0, 4019.0, 4007.0, 4008.0, 4007.0, 3997.0, 4007.0, 4040.0, 4021.0, 4020.0, 4011.0, 4021.0, 4010.0, 4001.0, 4020.0, 4053.0, 4046.0, 4054.0, 4032.0, 4033.0, 4030.0, 4029.0, 4009.0, 4074.0, 4043.0, 4061.0, 4020.0, 4020.0, 4029.0, 4029.0, 4009.0, 4051.0, 4030.0, 4062.0, 3999.0, 4010.0, 4019.0, 4008.0, 4006.0, 4040.0, 4009.0, 4041.0, 4011.0, 4008.0, 4018.0, 4019.0, 4051.0, 4031.0, 4010.0, 4020.0, 4019.0, 4017.0, 4029.0, 4010.0, 4063.0, 4012.0, 4009.0, 3998.0, 4019.0, 4027.0, 4029.0, 4019.0, 4041.0, 4021.0, 4021.0, 4020.0, 4033.0, 4030.0, 4032.0, 4011.0, 4053.0, 4033.0, 4021.0, 4020.0, 4020.0, 4028.0, 4029.0, 4031.0, 4050.0, 4009.0, 4007.0, 3998.0, 3998.0, 4050.0, 4032.0, 4009.0, 4018.0, 4009.0, 4019.0, 4030.0, 4009.0, 4053.0, 4010.0, 4020.0, 4009.0, 4021.0, 4029.0, 4042.0, 4021.0, 4051.0, 4020.0, 4009.0, 4008.0, 4019.0, 4020.0, 4042.0, 4021.0, 4021.0, 4011.0, 4021.0, 4063.0, 4032.0, 4022.0, 4043.0, 4020.0, 4020.0, 4030.0, 4031.0, 4042.0, 4053.0, 4023.0, 4021.0, 4009.0, 4031.0, 4020.0, 4042.0, 4031.0, 4073.0, 4030.0, 4020.0, 4019.0, 4029.0, 4010.0, 4073.0, 4041.0, 4010.0, 4018.0, 4009.0, 4018.0, 4041.0, 4021.0, 4051.0, 4009.0, 4020.0, 4030.0, 4020.0, 4010.0, 4052.0, 4023.0, 4020.0, 4019.0, 4009.0, 4009.0, 4040.0, 4009.0, 4052.0, 4030.0, 4021.0, 4021.0, 3999.0, 4010.0, 4051.0, 4043.0, 4010.0, 4030.0, 4011.0, 4020.0, 4040.0, 4032.0, 4061.0, 4040.0, 4020.0, 4038.0, 4019.0, 4007.0, 4027.0, 4018.0, 3996.0, 4052.0, 4021.0, 4009.0, 4018.0, 4030.0, 4017.0, 4016.0, 4007.0, 4060.0, 4018.0, 4008.0, 4017.0, 4007.0, 4007.0, 4038.0, 4021.0, 4008.0, 4008.0, 4009.0, 4018.0, 4029.0, 4019.0, 4052.0, 4007.0, 3997.0, 4027.0, 4017.0, 4027.0, 4029.0, 4008.0, 4028.0, 3986.0, 4009.0, 4038.0, 4019.0, 4008.0, 4020.0, 4010.0, 4020.0, 4029.0, 4010.0, 4042.0, 4020.0, 4022.0, 4021.0, 4020.0, 4008.0, 4040.0, 4010.0, 4020.0, 4009.0, 4021.0, 4009.0, 4031.0, 4023.0, 4031.0, 4000.0, 4022.0, 4051.0, 4042.0, 4023.0, 4043.0, 4020.0, 4010.0, 4041.0, 4021.0, 4051.0, 4051.0, 4020.0, 4009.0, 4019.0, 4019.0, 4050.0, 4030.0, 4021.0, 4020.0, 4010.0, 4020.0, 4051.0, 4042.0, 4032.0, 4020.0, 3999.0, 4020.0, 4050.0, 4041.0, 4032.0, 4062.0, 4020.0, 4009.0, 4028.0, 4018.0, 4018.0, 4041.0, 4009.0, 4009.0, 4019.0, 4009.0, 4020.0, 4041.0, 4009.0, 4020.0, 4030.0, 4009.0, 4030.0, 4041.0, 4011.0, 4009.0, 4018.0, 4018.0, 4030.0, 4029.0, 4008.0, 4009.0, 4028.0, 4019.0, 4031.0, 4031.0, 4019.0, 4019.0, 4029.0, 4018.0, 4009.0, 4051.0, 4009.0, 4020.0, 4019.0, 4029.0, 4010.0, 4030.0, 4018.0, 4008.0, 4009.0, 4039.0, 4021.0, 4009.0, 4030.0, 4009.0, 4020.0, 4020.0, 4041.0, 4010.0, 4021.0, 4019.0, 4009.0, 4008.0, 4063.0, 4030.0, 4009.0, 4030.0, 4018.0, 4008.0, 4063.0, 4020.0, 4008.0, 4038.0, 4017.0, 4020.0, 4040.0, 4008.0, 4030.0, 4008.0, 4019.0, 4009.0, 4040.0, 4018.0, 4009.0, 4007.0, 4028.0, 4008.0, 4042.0, 4019.0, 4008.0, 4019.0, 4028.0, 4008.0, 4029.0, 4028.0, 4008.0, 4008.0, 4027.0, 4007.0, 4041.0, 4028.0, 4009.0, 4008.0, 4027.0, 4007.0, 4009.0, 4019.0, 4010.0, 4020.0, 4018.0, 4029.0, 4008.0, 4051.0, 3999.0, 4020.0, 4019.0, 4028.0, 4009.0, 4052.0, 4009.0, 4009.0, 4039.0, 4019.0, 4020.0, 4061.0, 4008.0, 4008.0, 4019.0, 4007.0, 3996.0, 4051.0, 4018.0, 4009.0, 4018.0, 3997.0, 4018.0, 4049.0, 4030.0, 4020.0, 4007.0, 3997.0, 4007.0, 4049.0, 4029.0, 4020.0, 4018.0, 3996.0, 4019.0, 4017.0, 4018.0, 4009.0, 4008.0, 3997.0, 4009.0, 4008.0, 4029.0, 4010.0, 4031.0, 3997.0, 4009.0, 4009.0, 4020.0, 4011.0, 4010.0, 4029.0, 4052.0, 4009.0, 4011.0, 4029.0, 3997.0, 4007.0, 4050.0, 4040.0, 4008.0, 4017.0, 3997.0, 3996.0, 4027.0, 4009.0, 3998.0, 4008.0, 4010.0, 4007.0, 4018.0, 4008.0, 4063.0, 4020.0, 3998.0, 4008.0, 4018.0, 4028.0, 4050.0, 4008.0, 4028.0, 3996.0, 4007.0, 4026.0, 4028.0, 4007.0, 4016.0, 3996.0, 4006.0, 4005.0, 4008.0, 4029.0, 4007.0, 4010.0, 4018.0, 4018.0, 4019.0, 4040.0, 3998.0, 4008.0, 4017.0, 3996.0, 4060.0, 4030.0, 3996.0, 3995.0, 4016.0, 4025.0, 4028.0, 3996.0, 4006.0, 3996.0, 3995.0, 4027.0, 4009.0, 4007.0, 4006.0, 4008.0, 4038.0, 4029.0, 4009.0, 4028.0, 4010.0, 4007.0, 4027.0, 4019.0, 4029.0, 4010.0, 4010.0, 4018.0, 4008.0, 4018.0, 4039.0, 4010.0, 4008.0, 4018.0, 4009.0, 4050.0, 4020.0, 3999.0, 4020.0, 4021.0, 4030.0, 4041.0, 4009.0, 4040.0, 3998.0, 4008.0, 4028.0, 4019.0, 4009.0, 4030.0, 4020.0, 4010.0, 4029.0, 4031.0, 4010.0, 4040.0, 3999.0, 4008.0, 4051.0, 4042.0, 4020.0, 4050.0, 3997.0, 3996.0, 4049.0, 4040.0, 4018.0, 4038.0, 4007.0, 3995.0, 4037.0, 4019.0, 4008.0, 3997.0, 3998.0, 4019.0, 4041.0, 4019.0, 4008.0, 3998.0, 3996.0, 4049.0, 4030.0, 4008.0, 4006.0, 4016.0, 4047.0, 4027.0, 4006.0, 4028.0, 3986.0, 4008.0, 4016.0, 3997.0, 4027.0, 3997.0, 3998.0, 4016.0, 4018.0, 4009.0, 4051.0, 4010.0, 4010.0, 4017.0, 4028.0, 4009.0, 4039.0, 3999.0, 3998.0, 4018.0, 4019.0, 4029.0, 4007.0, 4008.0, 4017.0, 4028.0, 4021.0, 4040.0, 3997.0, 4020.0, 4028.0, 4040.0, 4009.0, 4017.0, 3998.0, 4006.0, 4027.0, 4008.0, 4050.0, 4008.0, 4009.0, 4017.0, 3997.0, 4030.0, 4007.0, 4009.0, 4008.0, 4008.0, 4009.0, 4051.0, 4030.0, 4010.0, 4009.0, 4019.0, 4039.0, 4040.0, 4009.0, 3998.0, 4007.0, 4008.0, 4060.0, 4019.0, 3997.0, 4027.0, 4017.0, 4019.0, 4050.0, 3998.0, 4008.0, 4018.0, 4019.0, 4051.0, 4018.0, 4008.0, 4018.0, 4008.0, 4018.0, 4052.0, 4008.0, 4008.0, 4018.0, 4019.0, 4039.0, 4022.0, 4030.0, 4018.0, 4019.0, 4023.0, 4020.0, 4030.0, 4030.0, 4021.0, 4020.0, 4009.0, 4009.0, 4007.0, 4040.0, 4051.0, 4060.0, 4037.0, 4008.0, 4025.0, 4016.0, 3995.0, 4005.0, 4006.0, 4006.0, 4038.0, 4010.0, 4009.0, 3997.0, 4020.0, 4028.0, 4040.0, 4019.0, 4039.0, 3998.0, 4007.0, 4017.0, 4018.0, 4061.0, 4018.0, 4008.0, 4017.0, 4007.0, 4030.0, 4030.0, 4010.0, 4008.0, 4008.0, 4009.0, 4050.0, 4021.0, 4009.0, 4018.0, 4029.0, 4049.0, 4040.0, 4009.0, 4028.0, 3999.0, 4008.0, 4027.0, 4007.0, 4061.0, 4017.0, 4008.0, 4018.0, 4018.0, 4028.0, 4040.0, 4010.0, 4008.0, 3997.0, 4008.0, 4040.0, 4042.0, 4010.0, 4029.0, 4011.0, 4018.0, 4040.0, 4020.0, 4062.0, 4009.0, 4008.0, 4027.0, 4030.0, 4059.0, 4028.0, 4007.0, 4004.0, 4004.0, 4006.0, 4038.0, 4008.0, 4018.0, 3986.0, 4009.0, 4029.0, 4031.0, 4021.0, 4010.0, 4009.0, 4020.0, 4041.0, 4052.0, 4031.0, 4042.0, 4008.0, 4020.0, 4050.0, 4053.0, 4021.0, 4017.0, 4007.0, 4008.0, 4007.0, 3987.0, 4018.0, 4029.0, 4063.0, 4019.0, 4009.0, 4020.0, 4028.0, 4018.0, 4074.0, 4039.0, 3997.0, 4005.0, 4007.0, 4047.0, 4040.0, 3996.0, 4028.0, 4008.0, 4008.0, 4028.0, 4009.0, 4019.0, 3998.0, 4009.0, 4030.0, 4030.0, 4030.0, 4030.0, 4011.0, 4008.0, 4018.0, 4019.0, 4072.0, 4040.0, 4008.0, 4017.0, 4008.0, 4006.0, 4038.0, 4021.0, 4028.0, 4007.0, 4019.0, 4027.0, 4018.0, 4007.0, 4017.0, 3997.0, 3996.0, 4040.0, 4019.0, 4039.0, 4008.0, 4007.0, 4038.0, 4019.0, 4017.0, 3996.0, 4007.0], 'WindowWidth': [9086.0, 9024.0, 9028.0, 8997.0, 9086.0, 9053.0, 8985.0, 9004.0, 9005.0, 9000.0, 9011.0, 8993.0, 9004.0, 8962.0, 8972.0, 8985.0, 8960.0, 8984.0, 8989.0, 8981.0, 8991.0, 8994.0, 8975.0, 8976.0, 8981.0, 9045.0, 8985.0, 8983.0, 8981.0, 8987.0, 8981.0, 9017.0, 8988.0, 8982.0, 8970.0, 8985.0, 9030.0, 9006.0, 8985.0, 8985.0, 8986.0, 8981.0, 9032.0, 8988.0, 9002.0, 8999.0, 8986.0, 8984.0, 9013.0, 9022.0, 9018.0, 9067.0, 8972.0, 8965.0, 8983.0, 9013.0, 8985.0, 8987.0, 8984.0, 9032.0, 9021.0, 9035.0, 9087.0, 9001.0, 8985.0, 9041.0, 8994.0, 8967.0, 8992.0, 8940.0, 8961.0, 8992.0, 8933.0, 8981.0, 9006.0, 8961.0, 8966.0, 8985.0, 8996.0, 8969.0, 8966.0, 9011.0, 9031.0, 9047.0, 9062.0, 8988.0, 8982.0, 8960.0, 8988.0, 9002.0, 8995.0, 8978.0, 8957.0, 8963.0, 8957.0, 8947.0, 8960.0, 9009.0, 8986.0, 8984.0, 8972.0, 8986.0, 8969.0, 8957.0, 8983.0, 9034.0, 9027.0, 9034.0, 9004.0, 9003.0, 8993.0, 8993.0, 8967.0, 9063.0, 9017.0, 9038.0, 8981.0, 8981.0, 8990.0, 8992.0, 8964.0, 9026.0, 8997.0, 9042.0, 8953.0, 8968.0, 8976.0, 8961.0, 8956.0, 9007.0, 8964.0, 9011.0, 8970.0, 8962.0, 8974.0, 8978.0, 9025.0, 9000.0, 8968.0, 8980.0, 8980.0, 8973.0, 8993.0, 8968.0, 9045.0, 8975.0, 8967.0, 8948.0, 8978.0, 8986.0, 8991.0, 8980.0, 9015.0, 8985.0, 8985.0, 8983.0, 9003.0, 8995.0, 9000.0, 8971.0, 9033.0, 9005.0, 8985.0, 8980.0, 8981.0, 8988.0, 8993.0, 8997.0, 9024.0, 8964.0, 8959.0, 8948.0, 8949.0, 9023.0, 9001.0, 8965.0, 8976.0, 8966.0, 8979.0, 8996.0, 8967.0, 9033.0, 8969.0, 8981.0, 8965.0, 8986.0, 8991.0, 9015.0, 8986.0, 9026.0, 8981.0, 8966.0, 8963.0, 8980.0, 8982.0, 9014.0, 8984.0, 8984.0, 8973.0, 8985.0, 9046.0, 9005.0, 8988.0, 9016.0, 8983.0, 8982.0, 8994.0, 8999.0, 9013.0, 9034.0, 8989.0, 8984.0, 8966.0, 8997.0, 8982.0, 9015.0, 9000.0, 9059.0, 8995.0, 8982.0, 8979.0, 8993.0, 8968.0, 9063.0, 9014.0, 8968.0, 8975.0, 8968.0, 8976.0, 9011.0, 8986.0, 9027.0, 8965.0, 8981.0, 8996.0, 8981.0, 8967.0, 9031.0, 8993.0, 8984.0, 8980.0, 8968.0, 8967.0, 9009.0, 8967.0, 9029.0, 8996.0, 8984.0, 8984.0, 8953.0, 8968.0, 9027.0, 9018.0, 8968.0, 8995.0, 8971.0, 8981.0, 9011.0, 9003.0, 9042.0, 9010.0, 8981.0, 9005.0, 8977.0, 8961.0, 8987.0, 8975.0, 8945.0, 9027.0, 8985.0, 8965.0, 8976.0, 8994.0, 8972.0, 8971.0, 8958.0, 9038.0, 8976.0, 8962.0, 8973.0, 8959.0, 8959.0, 9003.0, 8983.0, 8962.0, 8960.0, 8964.0, 8975.0, 8992.0, 8978.0, 9028.0, 8960.0, 8947.0, 8986.0, 8974.0, 8988.0, 8992.0, 8963.0, 8988.0, 8932.0, 8965.0, 9003.0, 8979.0, 8964.0, 8980.0, 8968.0, 8981.0, 8993.0, 8969.0, 9015.0, 8981.0, 8986.0, 8982.0, 8981.0, 8964.0, 9009.0, 8970.0, 8981.0, 8965.0, 8984.0, 8966.0, 8998.0, 8989.0, 8998.0, 8955.0, 8989.0, 9028.0, 9017.0, 8990.0, 9017.0, 8983.0, 8970.0, 9012.0, 8985.0, 9027.0, 9026.0, 8983.0, 8966.0, 8979.0, 8981.0, 9024.0, 8996.0, 8984.0, 8982.0, 8968.0, 8983.0, 9026.0, 9016.0, 9003.0, 8984.0, 8953.0, 8984.0, 9025.0, 9013.0, 9002.0, 9041.0, 8982.0, 8968.0, 8991.0, 8978.0, 8977.0, 9012.0, 8966.0, 8965.0, 8978.0, 8966.0, 8982.0, 9011.0, 8967.0, 8982.0, 8995.0, 8966.0, 8996.0, 9013.0, 8971.0, 8966.0, 8976.0, 8977.0, 8994.0, 8991.0, 8963.0, 8965.0, 8991.0, 8980.0, 8999.0, 8999.0, 8981.0, 8980.0, 8994.0, 8978.0, 8967.0, 9028.0, 8965.0, 8983.0, 8979.0, 8991.0, 8968.0, 8996.0, 8977.0, 8964.0, 8966.0, 9006.0, 8984.0, 8968.0, 8995.0, 8967.0, 8985.0, 8982.0, 9013.0, 8972.0, 8985.0, 8981.0, 8967.0, 8964.0, 9047.0, 8997.0, 8967.0, 8995.0, 8978.0, 8964.0, 9046.0, 8980.0, 8965.0, 9002.0, 8974.0, 8981.0, 9012.0, 8964.0, 8995.0, 8966.0, 8980.0, 8966.0, 9011.0, 8978.0, 8968.0, 8961.0, 8990.0, 8964.0, 9014.0, 8980.0, 8964.0, 8980.0, 8990.0, 8963.0, 8993.0, 8991.0, 8965.0, 8965.0, 8988.0, 8961.0, 9012.0, 8990.0, 8965.0, 8963.0, 8988.0, 8962.0, 8966.0, 8979.0, 8968.0, 8983.0, 8978.0, 8993.0, 8965.0, 9028.0, 8954.0, 8983.0, 8980.0, 8991.0, 8967.0, 9030.0, 8966.0, 8966.0, 9006.0, 8979.0, 8981.0, 9042.0, 8965.0, 8965.0, 8978.0, 8961.0, 8945.0, 9026.0, 8976.0, 8966.0, 8978.0, 8949.0, 8976.0, 9022.0, 8996.0, 8980.0, 8962.0, 8948.0, 8962.0, 9019.0, 8993.0, 8981.0, 8977.0, 8946.0, 8980.0, 8974.0, 8976.0, 8966.0, 8965.0, 8949.0, 8968.0, 8963.0, 8993.0, 8968.0, 8997.0, 8948.0, 8967.0, 8968.0, 8983.0, 8971.0, 8970.0, 8994.0, 9029.0, 8969.0, 8972.0, 8993.0, 8949.0, 8960.0, 9024.0, 9011.0, 8963.0, 8974.0, 8948.0, 8944.0, 8988.0, 8967.0, 8950.0, 8962.0, 8967.0, 8960.0, 8978.0, 8965.0, 9047.0, 8983.0, 8952.0, 8962.0, 8976.0, 8989.0, 9025.0, 8963.0, 8990.0, 8943.0, 8961.0, 8986.0, 8989.0, 8960.0, 8971.0, 8945.0, 8957.0, 8956.0, 8964.0, 8995.0, 8961.0, 8970.0, 8978.0, 8979.0, 8979.0, 9009.0, 8952.0, 8962.0, 8974.0, 8945.0, 9041.0, 8995.0, 8944.0, 8939.0, 8971.0, 8981.0, 8990.0, 8945.0, 8956.0, 8945.0, 8942.0, 8987.0, 8966.0, 8961.0, 8958.0, 8965.0, 9002.0, 8994.0, 8966.0, 8989.0, 8971.0, 8961.0, 8988.0, 8979.0, 8995.0, 8971.0, 8968.0, 8976.0, 8965.0, 8978.0, 9008.0, 8969.0, 8962.0, 8978.0, 8966.0, 9024.0, 8985.0, 8953.0, 8983.0, 8989.0, 8996.0, 9014.0, 8968.0, 9009.0, 8951.0, 8963.0, 8992.0, 8981.0, 8969.0, 8997.0, 8983.0, 8972.0, 8996.0, 9001.0, 8971.0, 9009.0, 8955.0, 8964.0, 9028.0, 9018.0, 8984.0, 9024.0, 8950.0, 8946.0, 9023.0, 9012.0, 8976.0, 9003.0, 8960.0, 8942.0, 9002.0, 8981.0, 8965.0, 8948.0, 8953.0, 8980.0, 9013.0, 8982.0, 8966.0, 8951.0, 8946.0, 9023.0, 8997.0, 8963.0, 8957.0, 8969.0, 9015.0, 8989.0, 8960.0, 8989.0, 8932.0, 8966.0, 8972.0, 8948.0, 8988.0, 8945.0, 8950.0, 8973.0, 8978.0, 8969.0, 9028.0, 8969.0, 8970.0, 8976.0, 8992.0, 8968.0, 9009.0, 8951.0, 8951.0, 8978.0, 8981.0, 8993.0, 8961.0, 8965.0, 8974.0, 8991.0, 8987.0, 9010.0, 8949.0, 8984.0, 8991.0, 9010.0, 8966.0, 8973.0, 8951.0, 8958.0, 8989.0, 8966.0, 9026.0, 8964.0, 8968.0, 8977.0, 8949.0, 8995.0, 8962.0, 8966.0, 8967.0, 8965.0, 8967.0, 9029.0, 8997.0, 8970.0, 8966.0, 8980.0, 9007.0, 9010.0, 8968.0, 8950.0, 8962.0, 8964.0, 9039.0, 8979.0, 8948.0, 8986.0, 8976.0, 8980.0, 9025.0, 8951.0, 8964.0, 8978.0, 8979.0, 9026.0, 8978.0, 8966.0, 8979.0, 8965.0, 8978.0, 9028.0, 8966.0, 8967.0, 8978.0, 8981.0, 9008.0, 8988.0, 8995.0, 8981.0, 8982.0, 8993.0, 8987.0, 8997.0, 8998.0, 8987.0, 8985.0, 8967.0, 8969.0, 8962.0, 9012.0, 9028.0, 9036.0, 9000.0, 8961.0, 8982.0, 8971.0, 8942.0, 8955.0, 8960.0, 8958.0, 9005.0, 8969.0, 8967.0, 8950.0, 8984.0, 8992.0, 9010.0, 8982.0, 9007.0, 8950.0, 8962.0, 8974.0, 8978.0, 9041.0, 8976.0, 8963.0, 8973.0, 8963.0, 8997.0, 8996.0, 8971.0, 8965.0, 8965.0, 8966.0, 9027.0, 8987.0, 8966.0, 8978.0, 8994.0, 9021.0, 9012.0, 8967.0, 8991.0, 8952.0, 8963.0, 8988.0, 8962.0, 9042.0, 8976.0, 8964.0, 8980.0, 8977.0, 8991.0, 9011.0, 8969.0, 8965.0, 8950.0, 8966.0, 9011.0, 9017.0, 8971.0, 8994.0, 8973.0, 8976.0, 9011.0, 8984.0, 9046.0, 8967.0, 8964.0, 8989.0, 8995.0, 9034.0, 8988.0, 8961.0, 8952.0, 8954.0, 8958.0, 9004.0, 8964.0, 8978.0, 8935.0, 8969.0, 8996.0, 9003.0, 8987.0, 8972.0, 8969.0, 8986.0, 9015.0, 9032.0, 9001.0, 9015.0, 8965.0, 8983.0, 9025.0, 9033.0, 8983.0, 8973.0, 8962.0, 8966.0, 8963.0, 8936.0, 8979.0, 8996.0, 9048.0, 8982.0, 8969.0, 8982.0, 8992.0, 8977.0, 9063.0, 9008.0, 8947.0, 8956.0, 8961.0, 9017.0, 9010.0, 8948.0, 8990.0, 8965.0, 8965.0, 8991.0, 8969.0, 8981.0, 8951.0, 8970.0, 8995.0, 8999.0, 8999.0, 8997.0, 8972.0, 8965.0, 8977.0, 8979.0, 9059.0, 9011.0, 8964.0, 8976.0, 8965.0, 8959.0, 9008.0, 8985.0, 8993.0, 8961.0, 8981.0, 8987.0, 8977.0, 8961.0, 8974.0, 8948.0, 8946.0, 9010.0, 8980.0, 9008.0, 8963.0, 8962.0, 9005.0, 8980.0, 8976.0, 8943.0, 8963.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.00043388157894736845</td></tr>
<tr><td colspan=3>aqi</td><td>0.02300437302631579</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.9071162503293</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2198798042151497</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9947755436772776</td></tr>
<tr><td colspan=3>efc</td><td>0.4825</td></tr>
<tr><td colspan=3>fber</td><td>5818.333</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12391999992209213</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.486842105263158</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463182809298898</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.337901944260074</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6489391186625517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4027073649740682</td></tr>
<tr><td colspan=3>gcor</td><td>0.00358935</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02760152332484722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0334697850048542</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.9600012923551087</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>30.101</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6297</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.0424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297513.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6996</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.1169</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.629</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3415.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4189.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.368</td></tr>
<tr><td colspan=3>tsnr</td><td>41.51715462561697</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>