<?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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>ff20b8b9e7c943495c4756e948501e36</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>09:44:40.325000</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_VE11C_LATEST_20160120</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.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</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.10386</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</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>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9cdbe6b0-1b0f-40e4-ab07-96694f06e13c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['094440.325000', '094440.785000', '094441.245000', '094441.705000', '094442.165000', '094442.625000', '094443.085000', '094443.545000', '094444.005000', '094444.465000', '094444.925000', '094445.385000', '094445.845000', '094446.305000', '094446.765000', '094447.225000', '094447.685000', '094448.145000', '094448.605000', '094449.065000', '094449.525000', '094449.985000', '094450.445000', '094450.905000', '094451.365000', '094451.825000', '094452.285000', '094452.745000', '094453.205000', '094453.665000', '094454.125000', '094454.585000', '094455.045000', '094455.505000', '094455.965000', '094456.425000', '094456.885000', '094457.345000', '094457.805000', '094458.265000', '094458.725000', '094459.185000', '094459.645000', '094500.105000', '094500.565000', '094501.025000', '094501.485000', '094501.945000', '094502.405000', '094502.865000', '094503.325000', '094503.785000', '094504.245000', '094504.705000', '094505.165000', '094505.625000', '094506.085000', '094506.545000', '094507.005000', '094507.465000', '094507.925000', '094508.385000', '094508.845000', '094509.305000', '094509.765000', '094510.225000', '094510.685000', '094511.145000', '094511.605000', '094512.065000', '094512.525000', '094512.985000', '094513.445000', '094513.905000', '094514.365000', '094514.825000', '094515.285000', '094515.745000', '094516.205000', '094516.665000', '094517.125000', '094517.585000', '094518.045000', '094518.505000', '094518.965000', '094519.425000', '094519.885000', '094520.345000', '094520.805000', '094521.265000', '094521.725000', '094522.185000', '094522.645000', '094523.105000', '094523.565000', '094524.025000', '094524.485000', '094524.945000', '094525.405000', '094525.865000', '094526.325000', '094526.785000', '094527.245000', '094527.705000', '094528.165000', '094528.625000', '094529.085000', '094529.545000', '094530.005000', '094530.465000', '094530.925000', '094531.385000', '094531.845000', '094532.305000', '094532.765000', '094533.225000', '094533.685000', '094534.145000', '094534.605000', '094535.065000', '094535.525000', '094535.985000', '094536.445000', '094536.905000', '094537.365000', '094537.825000', '094538.285000', '094538.745000', '094539.205000', '094539.665000', '094540.125000', '094540.585000', '094541.045000', '094541.505000', '094541.965000', '094542.425000', '094542.885000', '094543.345000', '094543.805000', '094544.265000', '094544.725000', '094545.185000', '094545.645000', '094546.105000', '094546.565000', '094547.025000', '094547.485000', '094547.945000', '094548.405000', '094548.865000', '094549.325000', '094549.785000', '094550.245000', '094550.705000', '094551.165000', '094551.625000', '094552.085000', '094552.545000', '094553.005000', '094553.465000', '094553.925000', '094554.385000', '094554.845000', '094555.305000', '094555.765000', '094556.225000', '094556.685000', '094557.145000', '094557.605000', '094558.065000', '094558.525000', '094558.985000', '094559.445000', '094559.905000', '094600.365000', '094600.825000', '094601.285000', '094601.745000', '094602.205000', '094602.665000', '094603.125000', '094603.585000', '094604.045000', '094604.505000', '094604.965000', '094605.425000', '094605.885000', '094606.345000', '094606.805000', '094607.265000', '094607.725000', '094608.185000', '094608.645000', '094609.105000', '094609.565000', '094610.025000', '094610.485000', '094610.945000', '094611.405000', '094611.865000', '094612.325000', '094612.785000', '094613.245000', '094613.705000', '094614.165000', '094614.625000', '094615.085000', '094615.545000', '094616.005000', '094616.465000', '094616.925000', '094617.385000', '094617.845000', '094618.305000', '094618.765000', '094619.225000', '094619.685000', '094620.145000', '094620.605000', '094621.065000', '094621.525000', '094621.985000', '094622.445000', '094622.905000', '094623.365000', '094623.825000', '094624.285000', '094624.745000', '094625.205000', '094625.665000', '094626.125000', '094626.585000', '094627.045000', '094627.505000', '094627.965000', '094628.425000', '094628.885000', '094629.345000', '094629.805000', '094630.265000', '094630.725000', '094631.185000', '094631.645000', '094632.105000', '094632.565000', '094633.025000', '094633.485000', '094633.945000', '094634.405000', '094634.865000', '094635.325000', '094635.785000', '094636.245000', '094636.705000', '094637.165000', '094637.625000', '094638.085000', '094638.545000', '094639.005000', '094639.465000', '094639.925000', '094640.385000', '094640.845000', '094641.305000', '094641.765000', '094642.225000', '094642.685000', '094643.145000', '094643.605000', '094644.065000', '094644.525000', '094644.985000', '094645.445000', '094645.905000', '094646.365000', '094646.825000', '094647.285000', '094647.745000', '094648.205000', '094648.665000', '094649.125000', '094649.585000', '094650.045000', '094650.505000', '094650.965000', '094651.425000', '094651.885000', '094652.345000', '094652.805000', '094653.265000', '094653.725000', '094654.185000', '094654.645000', '094655.105000', '094655.565000', '094656.025000', '094656.485000', '094656.945000', '094657.405000', '094657.865000', '094658.325000', '094658.785000', '094659.245000', '094659.705000', '094700.165000', '094700.625000', '094701.085000', '094701.545000', '094702.005000', '094702.465000', '094702.925000', '094703.385000', '094703.845000', '094704.305000', '094704.765000', '094705.225000', '094705.685000', '094706.145000', '094706.605000', '094707.065000', '094707.525000', '094707.985000', '094708.445000', '094708.905000', '094709.365000', '094709.825000', '094710.285000', '094710.745000', '094711.205000', '094711.665000', '094712.125000', '094712.585000', '094713.045000', '094713.505000', '094713.965000', '094714.425000', '094714.885000', '094715.345000', '094715.805000', '094716.265000', '094716.725000', '094717.185000', '094717.645000', '094718.105000', '094718.565000', '094719.025000', '094719.485000', '094719.945000', '094720.405000', '094720.865000', '094721.325000', '094721.785000', '094722.245000', '094722.705000', '094723.165000', '094723.625000', '094724.085000', '094724.545000', '094725.005000', '094725.465000', '094725.925000', '094726.385000', '094726.845000', '094727.305000', '094727.765000', '094728.225000', '094728.685000', '094729.145000', '094729.605000', '094730.065000', '094730.525000', '094730.985000', '094731.445000', '094731.905000', '094732.365000', '094732.825000', '094733.285000', '094733.745000', '094734.205000', '094734.665000', '094735.125000', '094735.585000', '094736.045000', '094736.505000', '094736.965000', '094737.425000', '094737.885000', '094738.345000', '094738.805000', '094739.265000', '094739.725000', '094740.185000', '094740.645000', '094741.105000', '094741.565000', '094742.025000', '094742.485000', '094742.945000', '094743.405000', '094743.865000', '094744.325000', '094744.785000', '094745.245000', '094745.705000', '094746.165000', '094746.625000', '094747.085000', '094747.545000', '094748.005000', '094748.465000', '094748.925000', '094749.385000', '094749.845000', '094750.305000', '094750.765000', '094751.225000', '094751.685000', '094752.145000', '094752.605000', '094753.065000', '094753.525000', '094753.985000', '094754.445000', '094754.905000', '094755.365000', '094755.825000', '094756.285000', '094756.745000', '094757.205000', '094757.665000', '094758.125000', '094758.585000', '094759.045000', '094759.505000', '094759.965000', '094800.425000', '094800.885000', '094801.345000', '094801.805000', '094802.265000', '094802.725000', '094803.185000', '094803.645000', '094804.105000', '094804.565000', '094805.025000', '094805.485000', '094805.945000', '094806.405000', '094806.865000', '094807.325000', '094807.785000', '094808.245000', '094808.705000', '094809.165000', '094809.625000', '094810.085000', '094810.545000', '094811.005000', '094811.465000', '094811.925000', '094812.385000', '094812.845000', '094813.305000', '094813.765000', '094814.225000', '094814.685000', '094815.145000', '094815.605000', '094816.065000', '094816.525000', '094816.985000', '094817.445000', '094817.905000', '094818.365000', '094818.825000', '094819.285000', '094819.745000', '094820.205000', '094820.665000', '094821.125000', '094821.585000', '094822.045000', '094822.505000', '094822.965000', '094823.425000', '094823.885000', '094824.345000', '094824.805000', '094825.265000', '094825.725000', '094826.185000', '094826.645000', '094827.105000', '094827.565000', '094828.025000', '094828.485000', '094828.945000', '094829.405000', '094829.865000', '094830.325000', '094830.785000', '094831.245000', '094831.705000', '094832.165000', '094832.625000', '094833.085000', '094833.545000', '094834.005000', '094834.465000', '094834.925000', '094835.385000', '094835.845000', '094836.305000', '094836.765000', '094837.225000', '094837.685000', '094838.145000', '094838.605000', '094839.065000', '094839.525000', '094839.985000', '094840.445000', '094840.905000', '094841.365000', '094841.825000', '094842.285000', '094842.745000', '094843.205000', '094843.665000', '094844.125000', '094844.585000', '094845.045000', '094845.505000', '094845.965000', '094846.425000', '094846.885000', '094847.345000', '094847.805000', '094848.265000', '094848.725000', '094849.185000', '094849.645000', '094850.105000', '094850.565000', '094851.025000', '094851.485000', '094851.945000', '094852.405000', '094852.865000', '094853.325000', '094853.785000', '094854.245000', '094854.705000', '094855.165000', '094855.625000', '094856.085000', '094856.545000', '094857.005000', '094857.465000', '094857.925000', '094858.385000', '094858.845000', '094859.305000', '094859.765000', '094900.225000', '094900.685000', '094901.145000', '094901.605000', '094902.065000', '094902.525000', '094902.985000', '094903.445000', '094903.905000', '094904.365000', '094904.825000', '094905.285000', '094905.745000', '094906.205000', '094906.665000', '094907.125000', '094907.585000', '094908.045000', '094908.505000', '094908.965000', '094909.425000', '094909.885000', '094910.345000', '094910.805000', '094911.265000', '094911.725000', '094912.185000', '094912.645000', '094913.105000', '094913.565000', '094914.025000', '094914.485000', '094914.945000', '094915.405000', '094915.865000', '094916.325000', '094916.785000', '094917.245000', '094917.705000', '094918.165000', '094918.625000', '094919.085000', '094919.545000', '094920.005000', '094920.465000', '094920.925000', '094921.385000', '094921.845000', '094922.305000', '094922.765000', '094923.225000', '094923.685000', '094924.145000', '094924.605000', '094925.065000', '094925.525000', '094925.985000', '094926.445000', '094926.905000', '094927.365000', '094927.825000', '094928.285000', '094928.745000', '094929.205000', '094929.665000', '094930.125000', '094930.585000', '094931.045000', '094931.505000', '094931.965000', '094932.425000', '094932.885000', '094933.345000', '094933.805000', '094934.265000', '094934.725000', '094935.185000', '094935.645000', '094936.105000', '094936.565000', '094937.025000', '094937.485000', '094937.945000', '094938.405000', '094938.865000', '094939.325000', '094939.785000', '094940.245000', '094940.705000', '094941.165000', '094941.625000', '094942.085000', '094942.545000', '094943.005000', '094943.465000', '094943.925000', '094944.385000', '094944.845000', '094945.305000', '094945.765000', '094946.225000', '094946.685000', '094947.145000', '094947.605000', '094948.065000', '094948.525000', '094948.985000', '094949.445000', '094949.905000', '094950.365000', '094950.825000', '094951.285000', '094951.745000', '094952.205000', '094952.665000', '094953.125000', '094953.585000', '094954.045000', '094954.505000', '094954.965000', '094955.425000', '094955.885000', '094956.345000', '094956.805000', '094957.265000', '094957.725000', '094958.185000', '094958.645000', '094959.105000', '094959.565000', '095000.025000', '095000.485000', '095000.945000', '095001.405000', '095001.865000', '095002.325000', '095002.785000', '095003.245000', '095003.705000', '095004.165000', '095004.625000', '095005.085000', '095005.545000', '095006.005000', '095006.465000', '095006.925000', '095007.385000', '095007.845000', '095008.305000', '095008.765000', '095009.225000', '095009.685000', '095010.145000', '095010.605000', '095011.065000', '095011.525000', '095011.985000', '095012.445000', '095012.905000', '095013.365000', '095013.825000', '095014.285000', '095014.745000', '095015.205000', '095015.665000', '095016.125000', '095016.585000', '095017.045000', '095017.505000', '095017.965000', '095018.425000', '095018.885000', '095019.345000', '095019.805000', '095020.265000', '095020.725000', '095021.185000', '095021.645000', '095022.105000', '095022.565000', '095023.025000', '095023.485000', '095023.945000', '095024.405000', '095024.865000', '095025.325000', '095025.785000', '095026.245000', '095026.705000', '095027.165000', '095027.625000', '095028.085000', '095028.545000', '095029.005000', '095029.465000', '095029.925000', '095030.385000', '095030.845000', '095031.305000', '095031.765000', '095032.225000', '095032.685000', '095033.145000', '095033.605000', '095034.065000', '095034.525000', '095034.985000', '095035.445000', '095035.905000', '095036.365000', '095036.825000', '095037.285000', '095037.745000', '095038.205000', '095038.665000', '095039.125000', '095039.585000', '095040.045000', '095040.505000', '095040.965000', '095041.425000', '095041.885000', '095042.345000', '095042.805000', '095043.265000', '095043.725000', '095044.185000', '095044.645000', '095045.105000', '095045.565000', '095046.025000', '095046.485000', '095046.945000', '095047.405000', '095047.865000', '095048.325000', '095048.785000', '095049.245000', '095049.705000', '095050.165000', '095050.625000', '095051.085000', '095051.545000', '095052.005000', '095052.465000', '095052.925000', '095053.385000', '095053.845000', '095054.305000', '095054.765000', '095055.225000', '095055.685000', '095056.145000', '095056.605000', '095057.065000', '095057.525000', '095057.985000', '095058.445000', '095058.905000', '095059.365000', '095059.825000', '095100.285000', '095100.745000', '095101.205000', '095101.665000', '095102.125000', '095102.585000', '095103.045000', '095103.505000', '095103.965000', '095104.425000', '095104.885000', '095105.345000', '095105.805000', '095106.265000', '095106.725000', '095107.185000', '095107.645000', '095108.105000', '095108.565000', '095109.025000', '095109.485000', '095109.945000', '095110.405000', '095110.865000', '095111.325000', '095111.785000', '095112.245000', '095112.705000', '095113.165000', '095113.625000', '095114.085000', '095114.545000', '095115.005000', '095115.465000', '095115.925000', '095116.385000', '095116.845000', '095117.305000', '095117.765000', '095118.225000', '095118.685000', '095119.145000', '095119.605000', '095120.065000', '095120.525000', '095120.985000', '095121.445000', '095121.905000', '095122.365000', '095122.825000', '095123.285000', '095123.745000', '095124.205000', '095124.665000', '095125.125000', '095125.585000', '095126.045000', '095126.505000', '095126.965000', '095127.425000', '095127.885000', '095128.345000', '095128.805000', '095129.265000', '095129.725000', '095130.185000', '095130.645000', '095131.105000', '095131.565000', '095132.025000', '095132.485000', '095132.945000', '095133.405000', '095133.865000', '095134.325000', '095134.785000', '095135.245000', '095135.705000', '095136.165000', '095136.625000', '095137.085000', '095137.545000', '095138.005000', '095138.465000', '095138.925000', '095139.385000', '095139.845000', '095140.305000'], 'ContentTime': ['094507.491000', '094507.495000', '094507.498000', '094507.501000', '094507.504000', '094507.507000', '094507.510000', '094507.513000', '094507.516000', '094507.519000', '094507.522000', '094507.525000', '094507.528000', '094507.531000', '094507.534000', '094507.537000', '094507.540000', '094507.543000', '094507.546000', '094507.549000', '094507.552000', '094507.555000', '094507.562000', '094507.565000', '094507.568000', '094507.571000', '094507.574000', '094507.577000', '094507.580000', '094507.583000', '094507.586000', '094507.589000', '094507.592000', '094507.595000', '094507.598000', '094507.601000', '094507.604000', '094507.607000', '094507.610000', '094507.613000', '094507.616000', '094507.619000', '094507.622000', '094507.625000', '094507.628000', '094507.631000', '094507.634000', '094507.637000', '094507.646000', '094507.649000', '094507.652000', '094507.655000', '094507.658000', '094507.661000', '094507.664000', '094507.667000', '094507.670000', '094527.459000', '094527.462000', '094527.465000', '094527.468000', '094527.471000', '094527.474000', '094527.477000', '094527.480000', '094527.483000', '094527.486000', '094527.489000', '094527.492000', '094527.495000', '094527.498000', '094527.501000', '094527.504000', '094527.507000', '094527.510000', '094527.513000', '094527.516000', '094527.519000', '094527.522000', '094527.524000', '094527.527000', '094527.530000', '094527.533000', '094527.536000', '094527.539000', '094527.542000', '094527.545000', '094527.548000', '094527.551000', '094527.554000', '094527.557000', '094527.560000', '094527.563000', '094527.566000', '094527.569000', '094527.572000', '094527.575000', '094527.578000', '094527.581000', '094527.584000', '094527.587000', '094547.459000', '094547.462000', '094547.465000', '094547.469000', '094547.472000', '094547.475000', '094547.478000', '094547.488000', '094547.491000', '094547.494000', '094547.497000', '094547.500000', '094547.503000', '094547.506000', '094547.509000', '094547.511000', '094547.514000', '094547.517000', '094547.520000', '094547.523000', '094547.526000', '094547.529000', '094547.532000', '094547.535000', '094547.538000', '094547.541000', '094547.546000', '094547.551000', '094547.554000', '094547.557000', '094547.560000', '094547.563000', '094547.566000', '094547.569000', '094547.572000', '094547.575000', '094547.578000', '094547.581000', '094547.584000', '094547.587000', '094547.590000', '094547.593000', '094547.596000', '094607.458000', '094607.461000', '094607.464000', '094607.467000', '094607.470000', '094607.473000', '094607.482000', '094607.485000', '094607.488000', '094607.491000', '094607.493000', '094607.497000', '094607.500000', '094607.502000', '094607.505000', '094607.508000', '094607.511000', '094607.514000', '094607.517000', '094607.520000', '094607.523000', '094607.526000', '094607.529000', '094607.532000', '094607.535000', '094607.538000', '094607.541000', '094607.544000', '094607.547000', '094607.550000', '094607.553000', '094607.556000', '094607.559000', '094607.562000', '094607.565000', '094607.568000', '094607.571000', '094607.574000', '094607.577000', '094607.580000', '094607.583000', '094607.586000', '094607.589000', '094607.592000', '094627.458000', '094627.461000', '094627.464000', '094627.467000', '094627.470000', '094627.473000', '094627.476000', '094627.479000', '094627.482000', '094627.495000', '094627.498000', '094627.501000', '094627.504000', '094627.507000', '094627.510000', '094627.513000', '094627.516000', '094627.519000', '094627.522000', '094627.525000', '094627.528000', '094627.531000', '094627.534000', '094627.537000', '094627.540000', '094627.543000', '094627.546000', '094627.549000', '094627.552000', '094627.555000', '094627.560000', '094627.564000', '094627.567000', '094627.570000', '094627.573000', '094627.576000', '094627.579000', '094627.582000', '094627.585000', '094627.588000', '094627.591000', '094627.594000', '094627.597000', '094647.458000', '094647.461000', '094647.464000', '094647.467000', '094647.470000', '094647.473000', '094647.476000', '094647.479000', '094647.482000', '094647.485000', '094647.488000', '094647.491000', '094647.494000', '094647.497000', '094647.500000', '094647.503000', '094647.506000', '094647.509000', '094647.512000', '094647.515000', '094647.518000', '094647.521000', '094647.523000', '094647.527000', '094647.540000', '094647.543000', '094647.546000', '094647.549000', '094647.552000', '094647.555000', '094647.558000', '094647.561000', '094647.564000', '094647.567000', '094647.570000', '094647.573000', '094647.576000', '094647.579000', '094647.582000', '094647.585000', '094647.588000', '094647.591000', '094647.594000', '094647.597000', '094707.458000', '094707.461000', '094707.464000', '094707.467000', '094707.470000', '094707.473000', '094707.476000', '094707.479000', '094707.482000', '094707.485000', '094707.488000', '094707.491000', '094707.494000', '094707.497000', '094707.500000', '094707.503000', '094707.507000', '094707.510000', '094707.513000', '094707.516000', '094707.519000', '094707.522000', '094707.534000', '094707.537000', '094707.540000', '094707.543000', '094707.546000', '094707.549000', '094707.552000', '094707.555000', '094707.559000', '094707.562000', '094707.568000', '094707.571000', '094707.574000', '094707.577000', '094707.580000', '094707.583000', '094707.586000', '094707.589000', '094707.592000', '094707.595000', '094707.598000', '094727.458000', '094727.461000', '094727.464000', '094727.467000', '094727.470000', '094727.473000', '094727.476000', '094727.486000', '094727.489000', '094727.492000', '094727.495000', '094727.498000', '094727.500000', '094727.503000', '094727.506000', '094727.509000', '094727.512000', '094727.515000', '094727.518000', '094727.522000', '094727.525000', '094727.528000', '094727.531000', '094727.534000', '094727.537000', '094727.540000', '094727.543000', '094727.546000', '094727.549000', '094727.552000', '094727.555000', '094727.558000', '094727.561000', '094727.564000', '094727.567000', '094727.570000', '094727.573000', '094727.576000', '094727.579000', '094727.582000', '094727.585000', '094727.588000', '094727.591000', '094727.594000', '094747.459000', '094747.462000', '094747.465000', '094747.468000', '094747.471000', '094747.474000', '094747.477000', '094747.480000', '094747.483000', '094747.486000', '094747.489000', '094747.492000', '094747.495000', '094747.498000', '094747.501000', '094747.504000', '094747.507000', '094747.510000', '094747.513000', '094747.516000', '094747.519000', '094747.522000', '094747.525000', '094747.527000', '094747.530000', '094747.533000', '094747.536000', '094747.539000', '094747.542000', '094747.545000', '094747.548000', '094747.551000', '094747.563000', '094747.566000', '094747.569000', '094747.572000', '094747.575000', '094747.578000', '094747.581000', '094747.584000', '094747.589000', '094747.593000', '094747.596000', '094807.459000', '094807.462000', '094807.465000', '094807.468000', '094807.471000', '094807.480000', '094807.483000', '094807.486000', '094807.489000', '094807.492000', '094807.495000', '094807.498000', '094807.501000', '094807.504000', '094807.506000', '094807.509000', '094807.512000', '094807.515000', '094807.518000', '094807.521000', '094807.524000', '094807.527000', '094807.530000', '094807.533000', '094807.536000', '094807.539000', '094807.542000', '094807.545000', '094807.548000', '094807.551000', '094807.554000', '094807.557000', '094807.560000', '094807.563000', '094807.566000', '094807.569000', '094807.572000', '094807.575000', '094807.578000', '094807.581000', '094807.584000', '094807.587000', '094807.590000', '094807.593000', '094827.458000', '094827.461000', '094827.464000', '094827.467000', '094827.470000', '094827.473000', '094827.476000', '094827.479000', '094827.482000', '094827.485000', '094827.488000', '094827.491000', '094827.494000', '094827.497000', '094827.500000', '094827.503000', '094827.506000', '094827.509000', '094827.512000', '094827.515000', '094827.517000', '094827.521000', '094827.524000', '094827.527000', '094827.529000', '094827.532000', '094827.535000', '094827.538000', '094827.541000', '094827.545000', '094827.549000', '094827.552000', '094827.555000', '094827.558000', '094827.561000', '094827.564000', '094827.567000', '094827.570000', '094827.573000', '094827.576000', '094827.579000', '094827.582000', '094827.585000', '094847.458000', '094847.461000', '094847.464000', '094847.467000', '094847.470000', '094847.473000', '094847.476000', '094847.479000', '094847.482000', '094847.485000', '094847.488000', '094847.491000', '094847.494000', '094847.497000', '094847.500000', '094847.503000', '094847.506000', '094847.509000', '094847.512000', '094847.515000', '094847.518000', '094847.521000', '094847.524000', '094847.527000', '094847.530000', '094847.533000', '094847.535000', '094847.538000', '094847.541000', '094847.544000', '094847.547000', '094847.550000', '094847.553000', '094847.556000', '094847.559000', '094847.562000', '094847.565000', '094847.568000', '094847.571000', '094847.574000', '094847.577000', '094847.580000', '094847.583000', '094847.586000', '094907.458000', '094907.461000', '094907.464000', '094907.467000', '094907.470000', '094907.473000', '094907.476000', '094907.479000', '094907.482000', '094907.485000', '094907.488000', '094907.491000', '094907.494000', '094907.497000', '094907.500000', '094907.503000', '094907.506000', '094907.509000', '094907.512000', '094907.515000', '094907.518000', '094907.521000', '094907.524000', '094907.527000', '094907.530000', '094907.533000', '094907.536000', '094907.539000', '094907.542000', '094907.545000', '094907.548000', '094907.551000', '094907.554000', '094907.557000', '094907.560000', '094907.563000', '094907.565000', '094907.568000', '094907.571000', '094907.574000', '094907.577000', '094907.580000', '094907.583000', '094927.458000', '094927.461000', '094927.464000', '094927.467000', '094927.470000', '094927.473000', '094927.476000', '094927.479000', '094927.482000', '094927.485000', '094927.488000', '094927.491000', '094927.494000', '094927.497000', '094927.500000', '094927.503000', '094927.506000', '094927.509000', '094927.512000', '094927.515000', '094927.518000', '094927.521000', '094927.524000', '094927.527000', '094927.530000', '094927.533000', '094927.536000', '094927.539000', '094927.542000', '094927.545000', '094927.560000', '094927.563000', '094927.566000', '094927.569000', '094927.572000', '094927.575000', '094927.578000', '094927.581000', '094927.584000', '094927.587000', '094927.590000', '094927.593000', '094927.596000', '094927.599000', '094947.458000', '094947.461000', '094947.464000', '094947.467000', '094947.470000', '094947.473000', '094947.476000', '094947.479000', '094947.482000', '094947.485000', '094947.488000', '094947.491000', '094947.494000', '094947.497000', '094947.500000', '094947.503000', '094947.506000', '094947.509000', '094947.513000', '094947.516000', '094947.519000', '094947.522000', '094947.525000', '094947.528000', '094947.531000', '094947.534000', '094947.537000', '094947.540000', '094947.543000', '094947.546000', '094947.549000', '094947.552000', '094947.555000', '094947.558000', '094947.561000', '094947.564000', '094947.567000', '094947.570000', '094947.573000', '094947.576000', '094947.579000', '094947.583000', '094947.587000', '095007.459000', '095007.462000', '095007.465000', '095007.468000', '095007.471000', '095007.474000', '095007.477000', '095007.480000', '095007.483000', '095007.486000', '095007.489000', '095007.492000', '095007.495000', '095007.498000', '095007.512000', '095007.515000', '095007.518000', '095007.521000', '095007.524000', '095007.527000', '095007.530000', '095007.533000', '095007.536000', '095007.539000', '095007.542000', '095007.545000', '095007.548000', '095007.551000', '095007.554000', '095007.557000', '095007.560000', '095007.563000', '095007.566000', '095007.569000', '095007.572000', '095007.575000', '095007.578000', '095007.581000', '095007.584000', '095007.587000', '095007.590000', '095007.593000', '095007.596000', '095007.599000', '095027.459000', '095027.465000', '095027.468000', '095027.471000', '095027.474000', '095027.477000', '095027.480000', '095027.483000', '095027.486000', '095027.489000', '095027.491000', '095027.494000', '095027.497000', '095027.500000', '095027.503000', '095027.506000', '095027.509000', '095027.512000', '095027.517000', '095027.520000', '095027.523000', '095027.526000', '095027.529000', '095027.532000', '095027.535000', '095027.538000', '095027.541000', '095027.544000', '095027.547000', '095027.550000', '095027.553000', '095027.556000', '095027.559000', '095027.562000', '095027.565000', '095027.568000', '095027.571000', '095027.574000', '095027.577000', '095027.580000', '095027.583000', '095027.587000', '095027.590000', '095047.458000', '095047.461000', '095047.464000', '095047.467000', '095047.470000', '095047.473000', '095047.476000', '095047.479000', '095047.482000', '095047.485000', '095047.488000', '095047.491000', '095047.494000', '095047.497000', '095047.500000', '095047.503000', '095047.506000', '095047.509000', '095047.512000', '095047.515000', '095047.524000', '095047.527000', '095047.530000', '095047.533000', '095047.536000', '095047.539000', '095047.542000', '095047.545000', '095047.548000', '095047.551000', '095047.554000', '095047.557000', '095047.560000', '095047.563000', '095047.566000', '095047.569000', '095047.572000', '095047.575000', '095047.578000', '095047.581000', '095047.584000', '095047.603000', '095047.606000', '095047.609000', '095107.458000', '095107.461000', '095107.464000', '095107.467000', '095107.470000', '095107.473000', '095107.476000', '095107.479000', '095107.482000', '095107.485000', '095107.493000', '095107.496000', '095107.499000', '095107.502000', '095107.505000', '095107.508000', '095107.511000', '095107.514000', '095107.517000', '095107.520000', '095107.523000', '095107.526000', '095107.529000', '095107.532000', '095107.535000', '095107.538000', '095107.541000', '095107.544000', '095107.547000', '095107.550000', '095107.553000', '095107.556000', '095107.559000', '095107.562000', '095107.565000', '095107.568000', '095107.571000', '095107.574000', '095107.577000', '095107.580000', '095107.583000', '095107.586000', '095107.589000', '095127.458000', '095127.461000', '095127.464000', '095127.468000', '095127.473000', '095127.476000', '095127.479000', '095127.482000', '095127.485000', '095127.488000', '095127.491000', '095127.494000', '095127.497000', '095127.500000', '095127.503000', '095127.506000', '095127.509000', '095127.512000', '095127.515000', '095127.518000', '095127.521000', '095127.524000', '095127.527000', '095127.530000', '095127.533000', '095127.536000', '095127.539000', '095127.542000', '095127.545000', '095127.548000', '095127.551000', '095127.554000', '095127.557000', '095127.560000', '095127.563000', '095127.566000', '095127.569000', '095127.572000', '095127.575000', '095127.578000', '095127.581000', '095127.584000', '095127.587000', '095141.331000', '095141.334000', '095141.337000', '095141.340000', '095141.344000', '095141.347000', '095141.350000', '095141.353000', '095141.356000', '095141.360000', '095141.363000', '095141.367000', '095141.370000', '095141.374000', '095141.377000', '095141.380000', '095141.383000', '095141.386000', '095141.389000', '095141.392000', '095141.395000', '095141.398000', '095141.402000', '095141.405000', '095141.408000', '095141.412000', '095141.415000', '095141.418000', '095141.421000', '095141.424000', '095141.427000'], 'InstanceCreationTime': ['094507.491000', '094507.495000', '094507.498000', '094507.501000', '094507.504000', '094507.507000', '094507.510000', '094507.513000', '094507.516000', '094507.519000', '094507.522000', '094507.525000', '094507.528000', '094507.531000', '094507.534000', '094507.537000', '094507.540000', '094507.543000', '094507.546000', '094507.549000', '094507.552000', '094507.555000', '094507.562000', '094507.565000', '094507.568000', '094507.571000', '094507.574000', '094507.577000', '094507.580000', '094507.583000', '094507.586000', '094507.589000', '094507.592000', '094507.595000', '094507.598000', '094507.601000', '094507.604000', '094507.607000', '094507.610000', '094507.613000', '094507.616000', '094507.619000', '094507.622000', '094507.625000', '094507.628000', '094507.631000', '094507.634000', '094507.637000', '094507.646000', '094507.649000', '094507.652000', '094507.655000', '094507.658000', '094507.661000', '094507.664000', '094507.667000', '094507.670000', '094527.459000', '094527.462000', '094527.465000', '094527.468000', '094527.471000', '094527.474000', '094527.477000', '094527.480000', '094527.483000', '094527.486000', '094527.489000', '094527.492000', '094527.495000', '094527.498000', '094527.501000', '094527.504000', '094527.507000', '094527.510000', '094527.513000', '094527.516000', '094527.519000', '094527.522000', '094527.524000', '094527.527000', '094527.530000', '094527.533000', '094527.536000', '094527.539000', '094527.542000', '094527.545000', '094527.548000', '094527.551000', '094527.554000', '094527.557000', '094527.560000', '094527.563000', '094527.566000', '094527.569000', '094527.572000', '094527.575000', '094527.578000', '094527.581000', '094527.584000', '094527.587000', '094547.459000', '094547.462000', '094547.465000', '094547.469000', '094547.472000', '094547.475000', '094547.478000', '094547.488000', '094547.491000', '094547.494000', '094547.497000', '094547.500000', '094547.503000', '094547.506000', '094547.509000', '094547.511000', '094547.514000', '094547.517000', '094547.520000', '094547.523000', '094547.526000', '094547.529000', '094547.532000', '094547.535000', '094547.538000', '094547.541000', '094547.546000', '094547.551000', '094547.554000', '094547.557000', '094547.560000', '094547.563000', '094547.566000', '094547.569000', '094547.572000', '094547.575000', '094547.578000', '094547.581000', '094547.584000', '094547.587000', '094547.590000', '094547.593000', '094547.596000', '094607.458000', '094607.461000', '094607.464000', '094607.467000', '094607.470000', '094607.473000', '094607.482000', '094607.485000', '094607.488000', '094607.491000', '094607.493000', '094607.497000', '094607.500000', '094607.502000', '094607.505000', '094607.508000', '094607.511000', '094607.514000', '094607.517000', '094607.520000', '094607.523000', '094607.526000', '094607.529000', '094607.532000', '094607.535000', '094607.538000', '094607.541000', '094607.544000', '094607.547000', '094607.550000', '094607.553000', '094607.556000', '094607.559000', '094607.562000', '094607.565000', '094607.568000', '094607.571000', '094607.574000', '094607.577000', '094607.580000', '094607.583000', '094607.586000', '094607.589000', '094607.592000', '094627.458000', '094627.461000', '094627.464000', '094627.467000', '094627.470000', '094627.473000', '094627.476000', '094627.479000', '094627.482000', '094627.495000', '094627.498000', '094627.501000', '094627.504000', '094627.507000', '094627.510000', '094627.513000', '094627.516000', '094627.519000', '094627.522000', '094627.525000', '094627.528000', '094627.531000', '094627.534000', '094627.537000', '094627.540000', '094627.543000', '094627.546000', '094627.549000', '094627.552000', '094627.555000', '094627.560000', '094627.564000', '094627.567000', '094627.570000', '094627.573000', '094627.576000', '094627.579000', '094627.582000', '094627.585000', '094627.588000', '094627.591000', '094627.594000', '094627.597000', '094647.458000', '094647.461000', '094647.464000', '094647.467000', '094647.470000', '094647.473000', '094647.476000', '094647.479000', '094647.482000', '094647.485000', '094647.488000', '094647.491000', '094647.494000', '094647.497000', '094647.500000', '094647.503000', '094647.506000', '094647.509000', '094647.512000', '094647.515000', '094647.518000', '094647.521000', '094647.523000', '094647.527000', '094647.540000', '094647.543000', '094647.546000', '094647.549000', '094647.552000', '094647.555000', '094647.558000', '094647.561000', '094647.564000', '094647.567000', '094647.570000', '094647.573000', '094647.576000', '094647.579000', '094647.582000', '094647.585000', '094647.588000', '094647.591000', '094647.594000', '094647.597000', '094707.458000', '094707.461000', '094707.464000', '094707.467000', '094707.470000', '094707.473000', '094707.476000', '094707.479000', '094707.482000', '094707.485000', '094707.488000', '094707.491000', '094707.494000', '094707.497000', '094707.500000', '094707.503000', '094707.507000', '094707.510000', '094707.513000', '094707.516000', '094707.519000', '094707.522000', '094707.534000', '094707.537000', '094707.540000', '094707.543000', '094707.546000', '094707.549000', '094707.552000', '094707.555000', '094707.559000', '094707.562000', '094707.568000', '094707.571000', '094707.574000', '094707.577000', '094707.580000', '094707.583000', '094707.586000', '094707.589000', '094707.592000', '094707.595000', '094707.598000', '094727.458000', '094727.461000', '094727.464000', '094727.467000', '094727.470000', '094727.473000', '094727.476000', '094727.486000', '094727.489000', '094727.492000', '094727.495000', '094727.498000', '094727.500000', '094727.503000', '094727.506000', '094727.509000', '094727.512000', '094727.515000', '094727.518000', '094727.522000', '094727.525000', '094727.528000', '094727.531000', '094727.534000', '094727.537000', '094727.540000', '094727.543000', '094727.546000', '094727.549000', '094727.552000', '094727.555000', '094727.558000', '094727.561000', '094727.564000', '094727.567000', '094727.570000', '094727.573000', '094727.576000', '094727.579000', '094727.582000', '094727.585000', '094727.588000', '094727.591000', '094727.594000', '094747.459000', '094747.462000', '094747.465000', '094747.468000', '094747.471000', '094747.474000', '094747.477000', '094747.480000', '094747.483000', '094747.486000', '094747.489000', '094747.492000', '094747.495000', '094747.498000', '094747.501000', '094747.504000', '094747.507000', '094747.510000', '094747.513000', '094747.516000', '094747.519000', '094747.522000', '094747.525000', '094747.527000', '094747.530000', '094747.533000', '094747.536000', '094747.539000', '094747.542000', '094747.545000', '094747.548000', '094747.551000', '094747.563000', '094747.566000', '094747.569000', '094747.572000', '094747.575000', '094747.578000', '094747.581000', '094747.584000', '094747.589000', '094747.593000', '094747.596000', '094807.459000', '094807.462000', '094807.465000', '094807.468000', '094807.471000', '094807.480000', '094807.483000', '094807.486000', '094807.489000', '094807.492000', '094807.495000', '094807.498000', '094807.501000', '094807.504000', '094807.506000', '094807.509000', '094807.512000', '094807.515000', '094807.518000', '094807.521000', '094807.524000', '094807.527000', '094807.530000', '094807.533000', '094807.536000', '094807.539000', '094807.542000', '094807.545000', '094807.548000', '094807.551000', '094807.554000', '094807.557000', '094807.560000', '094807.563000', '094807.566000', '094807.569000', '094807.572000', '094807.575000', '094807.578000', '094807.581000', '094807.584000', '094807.587000', '094807.590000', '094807.593000', '094827.458000', '094827.461000', '094827.464000', '094827.467000', '094827.470000', '094827.473000', '094827.476000', '094827.479000', '094827.482000', '094827.485000', '094827.488000', '094827.491000', '094827.494000', '094827.497000', '094827.500000', '094827.503000', '094827.506000', '094827.509000', '094827.512000', '094827.515000', '094827.517000', '094827.521000', '094827.524000', '094827.527000', '094827.529000', '094827.532000', '094827.535000', '094827.538000', '094827.541000', '094827.545000', '094827.549000', '094827.552000', '094827.555000', '094827.558000', '094827.561000', '094827.564000', '094827.567000', '094827.570000', '094827.573000', '094827.576000', '094827.579000', '094827.582000', '094827.585000', '094847.458000', '094847.461000', '094847.464000', '094847.467000', '094847.470000', '094847.473000', '094847.476000', '094847.479000', '094847.482000', '094847.485000', '094847.488000', '094847.491000', '094847.494000', '094847.497000', '094847.500000', '094847.503000', '094847.506000', '094847.509000', '094847.512000', '094847.515000', '094847.518000', '094847.521000', '094847.524000', '094847.527000', '094847.530000', '094847.533000', '094847.535000', '094847.538000', '094847.541000', '094847.544000', '094847.547000', '094847.550000', '094847.553000', '094847.556000', '094847.559000', '094847.562000', '094847.565000', '094847.568000', '094847.571000', '094847.574000', '094847.577000', '094847.580000', '094847.583000', '094847.586000', '094907.458000', '094907.461000', '094907.464000', '094907.467000', '094907.470000', '094907.473000', '094907.476000', '094907.479000', '094907.482000', '094907.485000', '094907.488000', '094907.491000', '094907.494000', '094907.497000', '094907.500000', '094907.503000', '094907.506000', '094907.509000', '094907.512000', '094907.515000', '094907.518000', '094907.521000', '094907.524000', '094907.527000', '094907.530000', '094907.533000', '094907.536000', '094907.539000', '094907.542000', '094907.545000', '094907.548000', '094907.551000', '094907.554000', '094907.557000', '094907.560000', '094907.563000', '094907.565000', '094907.568000', '094907.571000', '094907.574000', '094907.577000', '094907.580000', '094907.583000', '094927.458000', '094927.461000', '094927.464000', '094927.467000', '094927.470000', '094927.473000', '094927.476000', '094927.479000', '094927.482000', '094927.485000', '094927.488000', '094927.491000', '094927.494000', '094927.497000', '094927.500000', '094927.503000', '094927.506000', '094927.509000', '094927.512000', '094927.515000', '094927.518000', '094927.521000', '094927.524000', '094927.527000', '094927.530000', '094927.533000', '094927.536000', '094927.539000', '094927.542000', '094927.545000', '094927.560000', '094927.563000', '094927.566000', '094927.569000', '094927.572000', '094927.575000', '094927.578000', '094927.581000', '094927.584000', '094927.587000', '094927.590000', '094927.593000', '094927.596000', '094927.599000', '094947.458000', '094947.461000', '094947.464000', '094947.467000', '094947.470000', '094947.473000', '094947.476000', '094947.479000', '094947.482000', '094947.485000', '094947.488000', '094947.491000', '094947.494000', '094947.497000', '094947.500000', '094947.503000', '094947.506000', '094947.509000', '094947.513000', '094947.516000', '094947.519000', '094947.522000', '094947.525000', '094947.528000', '094947.531000', '094947.534000', '094947.537000', '094947.540000', '094947.543000', '094947.546000', '094947.549000', '094947.552000', '094947.555000', '094947.558000', '094947.561000', '094947.564000', '094947.567000', '094947.570000', '094947.573000', '094947.576000', '094947.579000', '094947.583000', '094947.587000', '095007.459000', '095007.462000', '095007.465000', '095007.468000', '095007.471000', '095007.474000', '095007.477000', '095007.480000', '095007.483000', '095007.486000', '095007.489000', '095007.492000', '095007.495000', '095007.498000', '095007.512000', '095007.515000', '095007.518000', '095007.521000', '095007.524000', '095007.527000', '095007.530000', '095007.533000', '095007.536000', '095007.539000', '095007.542000', '095007.545000', '095007.548000', '095007.551000', '095007.554000', '095007.557000', '095007.560000', '095007.563000', '095007.566000', '095007.569000', '095007.572000', '095007.575000', '095007.578000', '095007.581000', '095007.584000', '095007.587000', '095007.590000', '095007.593000', '095007.596000', '095007.599000', '095027.459000', '095027.465000', '095027.468000', '095027.471000', '095027.474000', '095027.477000', '095027.480000', '095027.483000', '095027.486000', '095027.489000', '095027.491000', '095027.494000', '095027.497000', '095027.500000', '095027.503000', '095027.506000', '095027.509000', '095027.512000', '095027.517000', '095027.520000', '095027.523000', '095027.526000', '095027.529000', '095027.532000', '095027.535000', '095027.538000', '095027.541000', '095027.544000', '095027.547000', '095027.550000', '095027.553000', '095027.556000', '095027.559000', '095027.562000', '095027.565000', '095027.568000', '095027.571000', '095027.574000', '095027.577000', '095027.580000', '095027.583000', '095027.587000', '095027.590000', '095047.458000', '095047.461000', '095047.464000', '095047.467000', '095047.470000', '095047.473000', '095047.476000', '095047.479000', '095047.482000', '095047.485000', '095047.488000', '095047.491000', '095047.494000', '095047.497000', '095047.500000', '095047.503000', '095047.506000', '095047.509000', '095047.512000', '095047.515000', '095047.524000', '095047.527000', '095047.530000', '095047.533000', '095047.536000', '095047.539000', '095047.542000', '095047.545000', '095047.548000', '095047.551000', '095047.554000', '095047.557000', '095047.560000', '095047.563000', '095047.566000', '095047.569000', '095047.572000', '095047.575000', '095047.578000', '095047.581000', '095047.584000', '095047.603000', '095047.606000', '095047.609000', '095107.458000', '095107.461000', '095107.464000', '095107.467000', '095107.470000', '095107.473000', '095107.476000', '095107.479000', '095107.482000', '095107.485000', '095107.493000', '095107.496000', '095107.499000', '095107.502000', '095107.505000', '095107.508000', '095107.511000', '095107.514000', '095107.517000', '095107.520000', '095107.523000', '095107.526000', '095107.529000', '095107.532000', '095107.535000', '095107.538000', '095107.541000', '095107.544000', '095107.547000', '095107.550000', '095107.553000', '095107.556000', '095107.559000', '095107.562000', '095107.565000', '095107.568000', '095107.571000', '095107.574000', '095107.577000', '095107.580000', '095107.583000', '095107.586000', '095107.589000', '095127.458000', '095127.461000', '095127.464000', '095127.468000', '095127.473000', '095127.476000', '095127.479000', '095127.482000', '095127.485000', '095127.488000', '095127.491000', '095127.494000', '095127.497000', '095127.500000', '095127.503000', '095127.506000', '095127.509000', '095127.512000', '095127.515000', '095127.518000', '095127.521000', '095127.524000', '095127.527000', '095127.530000', '095127.533000', '095127.536000', '095127.539000', '095127.542000', '095127.545000', '095127.548000', '095127.551000', '095127.554000', '095127.557000', '095127.560000', '095127.563000', '095127.566000', '095127.569000', '095127.572000', '095127.575000', '095127.578000', '095127.581000', '095127.584000', '095127.587000', '095141.331000', '095141.334000', '095141.337000', '095141.340000', '095141.344000', '095141.347000', '095141.350000', '095141.353000', '095141.356000', '095141.360000', '095141.363000', '095141.367000', '095141.370000', '095141.374000', '095141.377000', '095141.380000', '095141.383000', '095141.386000', '095141.389000', '095141.392000', '095141.395000', '095141.398000', '095141.402000', '095141.405000', '095141.408000', '095141.412000', '095141.415000', '095141.418000', '095141.421000', '095141.424000', '095141.427000'], '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': [8564, 11375, 14044, 8438, 12217, 13451, 9075, 12434, 8014, 9618, 13002, 8052, 11588, 10364, 8785, 12643, 7850, 9396, 12822, 7314, 10329, 13071, 8128, 11889, 8398, 9098, 12667, 8133, 10485, 12902, 8208, 12365, 10257, 8756, 13153, 7918, 9679, 13535, 7874, 11575, 12559, 8919, 12750, 8208, 9274, 13576, 8701, 11315, 13966, 8237, 12069, 13743, 8727, 12024, 7232, 8929, 13563, 8288, 10187, 13804, 7838, 12124, 14075, 8066, 10823, 13546, 8231, 11096, 13680, 8720, 12271, 10229, 8057, 13219, 9009, 8367, 13251, 7203, 9099, 13490, 9203, 8780, 13322, 7304, 10480, 13391, 8286, 10019, 13466, 7923, 11787, 14007, 8398, 11982, 13473, 8356, 11833, 10277, 8218, 13382, 8099, 8919, 13445, 7343, 9312, 13872, 8557, 9086, 13479, 7755, 10180, 13585, 8399, 9371, 13461, 7551, 8982, 13889, 7928, 8897, 13478, 7786, 9197, 13521, 7878, 8744, 13643, 8708, 8473, 13317, 7326, 10278, 13668, 8324, 12271, 8227, 12074, 7774, 11867, 13801, 9871, 8494, 13154, 8886, 8961, 13517, 8287, 8255, 13752, 8809, 8700, 13032, 6957, 9168, 13617, 8349, 8771, 13512, 7002, 9811, 13419, 8606, 10139, 13295, 7542, 10829, 13424, 8436, 9752, 13576, 7461, 11152, 14126, 8948, 11849, 12817, 7951, 12278, 9193, 8363, 13250, 7703, 9174, 13582, 8952, 9720, 13743, 7620, 10403, 13661, 8843, 8778, 13700, 7038, 9196, 13857, 7960, 9503, 13632, 8745, 9871, 13567, 7456, 11097, 13511, 8384, 9454, 13379, 7747, 11618, 13620, 8637, 11366, 13627, 7667, 10963, 13612, 9099, 11185, 11981, 7659, 12944, 13774, 8519, 10402, 10883, 7768, 12978, 10432, 8168, 12732, 9946, 8241, 12819, 10759, 8197, 12676, 7879, 8898, 13452, 9167, 8591, 13263, 8556, 8434, 13567, 8916, 8500, 13276, 8231, 8509, 13669, 8232, 8934, 13817, 8983, 8984, 13557, 8003, 8870, 13483, 7514, 9779, 13406, 8322, 8978, 13564, 7422, 10207, 13260, 8976, 11698, 10863, 7617, 12795, 9757, 8327, 13175, 6731, 9805, 13373, 9079, 11576, 13906, 8056, 12016, 12883, 8675, 12538, 9661, 8158, 12959, 11928, 8274, 12253, 7138, 8381, 13385, 8753, 9131, 13057, 7036, 9023, 13435, 8937, 10688, 13349, 7593, 11626, 13360, 8348, 11685, 7440, 8342, 13273, 8551, 9307, 13326, 7523, 8819, 13448, 8154, 9866, 13561, 7749, 10970, 13654, 8951, 12039, 8842, 8530, 13087, 8721, 9180, 13368, 7734, 11327, 13919, 8904, 12347, 8594, 8774, 13318, 9046, 9013, 13583, 7777, 10716, 13884, 8695, 12474, 9184, 8116, 13346, 8261, 8922, 13557, 8039, 8800, 13811, 7910, 10286, 13602, 7902, 10726, 13560, 9067, 11615, 12663, 7847, 12681, 12155, 8274, 12851, 7031, 8806, 13580, 8266, 9213, 13443, 7394, 11273, 13803, 9567, 11578, 10254, 8313, 13213, 9731, 9205, 13225, 8375, 7990, 13643, 9765, 8234, 12991, 8989, 8413, 13687, 12510, 8747, 12542, 7842, 8431, 13476, 8673, 8792, 14038, 7431, 9408, 13919, 8890, 12366, 10511, 8223, 13468, 13363, 8634, 12174, 11026, 8266, 12462, 6984, 10822, 7985, 8542, 12367, 8474, 13226, 9448, 9203, 13127, 7423, 9189, 13625, 8600, 9665, 13229, 7736, 10334, 13340, 8670, 9767, 13039, 7905, 11792, 12122, 8075, 12720, 10409, 7760, 12438, 8147, 8171, 13773, 6563, 9910, 13341, 8567, 9708, 13329, 7533, 12497, 9552, 8181, 13220, 7907, 9083, 13678, 8758, 9411, 13638, 7547, 11792, 14042, 8724, 11091, 13811, 7956, 12030, 13008, 8342, 12932, 8261, 8510, 13785, 9705, 8482, 13254, 8232, 8191, 14133, 9414, 8569, 13587, 8293, 7953, 13784, 9640, 8184, 13385, 7749, 8583, 13908, 8036, 8853, 13584, 7567, 9330, 13566, 7856, 10402, 13863, 8169, 11235, 13726, 7988, 10093, 13603, 8519, 10531, 13861, 7401, 11488, 13211, 8395, 12539, 8286, 8277, 13867, 9127, 8672, 13154, 7750, 8477, 13646, 8261, 9647, 13284, 7418, 10144, 13737, 8088, 9500, 13661, 7552, 11631, 13151, 8312, 12697, 10490, 7916, 13239, 11163, 8125, 12856, 8698, 7685, 13529, 11969, 8480, 12717, 7987, 7998, 13486, 8781, 8390, 13493, 7598, 9205, 13528, 7597, 11601, 13336, 7851, 12094, 9228, 7916, 12974, 8216, 8201, 13601, 8529, 8910, 13435, 7217, 9372, 13806, 8764, 10640, 13786, 7832, 12281, 12422, 8434, 12756, 11415, 7839, 12940, 8043, 8335, 13425, 7204, 9757, 13219, 8667, 9316, 13489, 7042, 11654, 11914, 7974, 12865, 8400, 8127, 13411, 9003, 8478, 13289, 6971, 9385, 13358, 8897, 10950, 12981, 7942, 12510, 9408, 8318, 13385, 8037, 8237, 13311, 8112, 10161, 13348, 7544, 11764, 13521, 8762, 11145, 13471, 7993, 11828, 7529, 8058, 13351, 7917, 8799, 12906, 7308, 9275, 13125, 8115, 9607, 13374, 7688, 12330, 13700, 9068, 11206, 9287, 7745, 12933, 9370, 7903, 13202, 7811, 8516, 13212, 9018, 8109, 13287, 7020, 8923, 13387, 8657, 9305, 13238, 7334, 10208, 13659, 9072, 11900, 9145, 8221, 13208, 8862, 8626, 13192, 7608, 11761, 13979, 8341, 12378, 9123, 8239, 13194, 8454, 9051, 13375, 8793, 11500, 13355, 7987, 12691, 8419, 9287, 13553, 6967, 11223, 13643, 8819, 11034, 13110, 7505, 12467, 8363, 8297, 13383, 7682, 8933, 13454, 9391, 11275, 6958, 8634, 13450, 7756, 11468, 13244, 8654, 12029, 9038, 8192, 13327, 9281, 8652, 13108, 7367, 8887, 13564, 9126, 11373, 13370, 8338, 12065, 9250, 8776, 13296, 7229, 8909, 13264, 8035, 11662, 13611, 8532, 12197, 9956, 8152, 12751, 13330, 7999, 11845, 7802, 8153, 13166, 8845, 8518, 13383, 7510, 9761, 12999, 7642, 11645, 13187, 8321, 12327, 13310, 7808, 11379, 12691, 8162, 12459, 8973, 7756, 13369, 9329, 8088, 12992, 8129, 8178, 13780, 8859, 8944, 13144, 7156, 11072, 13681, 8767, 12099, 7816, 7603, 13576, 9147, 8765, 13549, 8945, 7980, 13826, 8373, 10522, 12188, 7814, 12228, 7847, 11873, 7719, 10777, 14031, 8438, 9540, 13881, 9288, 10671, 13859, 7326, 11837, 12452, 8284, 12137, 8573, 8196, 12842, 8618, 8286, 13122, 6860, 9010, 13334, 7777, 10192, 13167, 9495, 11470, 12612, 8286, 12058, 13069, 8501, 11703, 7629, 8508, 13106, 8201, 9171, 13364, 7937, 9804, 12988, 8392, 11322, 12397, 8159, 12564, 9394, 8463, 12977, 9393, 8056, 13037, 6963, 8573, 13456, 8586, 9434, 12875, 7161, 10178, 13066, 8856, 10921, 12459, 7713, 12178, 13271, 8118, 11884, 9673, 7621, 12534, 9217, 8124, 12490, 7155, 9120, 13316, 7609, 9673, 13316, 10063, 10370, 6812, 8645, 13253, 8354, 12146, 13486, 8307, 12105, 13584, 8391, 11531], 'WindowCenter': [4322.0, 4333.0, 4338.0, 4276.0, 4317.0, 4315.0, 4284.0, 4313.0, 4272.0, 4294.0, 4313.0, 4272.0, 4305.0, 4292.0, 4284.0, 4328.0, 4288.0, 4297.0, 4327.0, 4290.0, 4322.0, 4341.0, 4301.0, 4345.0, 4313.0, 4313.0, 4343.0, 4303.0, 4337.0, 4344.0, 4315.0, 4347.0, 4323.0, 4314.0, 4346.0, 4302.0, 4325.0, 4356.0, 4304.0, 4345.0, 4345.0, 4316.0, 4345.0, 4302.0, 4325.0, 4356.0, 4313.0, 4337.0, 4355.0, 4317.0, 4346.0, 4354.0, 4310.0, 4346.0, 4292.0, 4313.0, 4353.0, 4304.0, 4324.0, 4354.0, 4293.0, 4346.0, 4354.0, 4302.0, 4335.0, 4343.0, 4301.0, 4332.0, 4342.0, 4299.0, 4332.0, 4325.0, 4300.0, 4342.0, 4300.0, 4301.0, 4342.0, 4290.0, 4312.0, 4353.0, 4311.0, 4311.0, 4343.0, 4292.0, 4336.0, 4354.0, 4304.0, 4324.0, 4354.0, 4303.0, 4346.0, 4353.0, 4313.0, 4348.0, 4344.0, 4302.0, 4332.0, 4322.0, 4303.0, 4344.0, 4290.0, 4313.0, 4343.0, 4292.0, 4313.0, 4343.0, 4300.0, 4310.0, 4340.0, 4290.0, 4321.0, 4341.0, 4301.0, 4311.0, 4341.0, 4287.0, 4299.0, 4344.0, 4301.0, 4313.0, 4342.0, 4292.0, 4310.0, 4342.0, 4300.0, 4312.0, 4352.0, 4300.0, 4317.0, 4356.0, 4307.0, 4339.0, 4366.0, 4316.0, 4344.0, 4317.0, 4359.0, 4318.0, 4347.0, 4359.0, 4325.0, 4303.0, 4344.0, 4301.0, 4300.0, 4342.0, 4291.0, 4301.0, 4341.0, 4298.0, 4299.0, 4330.0, 4280.0, 4311.0, 4342.0, 4302.0, 4313.0, 4343.0, 4282.0, 4323.0, 4343.0, 4315.0, 4324.0, 4355.0, 4305.0, 4339.0, 4356.0, 4304.0, 4324.0, 4343.0, 4293.0, 4347.0, 4355.0, 4315.0, 4346.0, 4344.0, 4303.0, 4344.0, 4312.0, 4303.0, 4346.0, 4302.0, 4326.0, 4356.0, 4312.0, 4325.0, 4355.0, 4294.0, 4333.0, 4369.0, 4314.0, 4328.0, 4354.0, 4290.0, 4325.0, 4353.0, 4303.0, 4321.0, 4352.0, 4301.0, 4321.0, 4343.0, 4293.0, 4336.0, 4341.0, 4300.0, 4312.0, 4340.0, 4290.0, 4332.0, 4355.0, 4312.0, 4333.0, 4343.0, 4291.0, 4331.0, 4341.0, 4310.0, 4332.0, 4331.0, 4290.0, 4344.0, 4340.0, 4302.0, 4322.0, 4321.0, 4291.0, 4343.0, 4320.0, 4301.0, 4344.0, 4309.0, 4302.0, 4341.0, 4316.0, 4302.0, 4342.0, 4301.0, 4311.0, 4343.0, 4311.0, 4312.0, 4342.0, 4298.0, 4299.0, 4342.0, 4298.0, 4310.0, 4342.0, 4300.0, 4299.0, 4351.0, 4299.0, 4311.0, 4352.0, 4309.0, 4311.0, 4343.0, 4289.0, 4311.0, 4342.0, 4291.0, 4322.0, 4342.0, 4301.0, 4311.0, 4339.0, 4289.0, 4323.0, 4341.0, 4311.0, 4331.0, 4331.0, 4302.0, 4342.0, 4322.0, 4303.0, 4341.0, 4281.0, 4335.0, 4356.0, 4313.0, 4344.0, 4353.0, 4301.0, 4347.0, 4343.0, 4311.0, 4344.0, 4311.0, 4301.0, 4344.0, 4330.0, 4301.0, 4331.0, 4277.0, 4299.0, 4336.0, 4298.0, 4324.0, 4355.0, 4279.0, 4310.0, 4339.0, 4309.0, 4323.0, 4340.0, 4303.0, 4344.0, 4342.0, 4301.0, 4331.0, 4289.0, 4315.0, 4354.0, 4303.0, 4313.0, 4343.0, 4303.0, 4312.0, 4341.0, 4300.0, 4322.0, 4354.0, 4300.0, 4334.0, 4354.0, 4314.0, 4343.0, 4313.0, 4315.0, 4355.0, 4314.0, 4313.0, 4342.0, 4304.0, 4335.0, 4353.0, 4314.0, 4344.0, 4311.0, 4313.0, 4354.0, 4311.0, 4312.0, 4342.0, 4291.0, 4320.0, 4341.0, 4300.0, 4343.0, 4310.0, 4301.0, 4341.0, 4300.0, 4311.0, 4342.0, 4301.0, 4310.0, 4341.0, 4291.0, 4320.0, 4340.0, 4299.0, 4320.0, 4341.0, 4311.0, 4332.0, 4341.0, 4301.0, 4342.0, 4329.0, 4301.0, 4342.0, 4280.0, 4311.0, 4354.0, 4302.0, 4311.0, 4354.0, 4305.0, 4336.0, 4351.0, 4325.0, 4333.0, 4322.0, 4314.0, 4355.0, 4322.0, 4313.0, 4355.0, 4302.0, 4303.0, 4353.0, 4310.0, 4300.0, 4343.0, 4299.0, 4299.0, 4352.0, 4331.0, 4300.0, 4329.0, 4286.0, 4299.0, 4342.0, 4299.0, 4312.0, 4339.0, 4291.0, 4313.0, 4339.0, 4310.0, 4342.0, 4319.0, 4302.0, 4352.0, 4342.0, 4299.0, 4329.0, 4320.0, 4300.0, 4343.0, 4306.0, 4347.0, 4315.0, 4315.0, 4356.0, 4313.0, 4354.0, 4320.0, 4312.0, 4340.0, 4278.0, 4298.0, 4339.0, 4287.0, 4297.0, 4330.0, 4276.0, 4305.0, 4325.0, 4286.0, 4307.0, 4325.0, 4286.0, 4330.0, 4316.0, 4289.0, 4341.0, 4321.0, 4302.0, 4330.0, 4291.0, 4304.0, 4343.0, 4279.0, 4323.0, 4342.0, 4313.0, 4323.0, 4355.0, 4303.0, 4358.0, 4325.0, 4315.0, 4345.0, 4302.0, 4314.0, 4354.0, 4312.0, 4326.0, 4355.0, 4304.0, 4346.0, 4356.0, 4313.0, 4336.0, 4343.0, 4303.0, 4343.0, 4342.0, 4303.0, 4344.0, 4301.0, 4312.0, 4356.0, 4311.0, 4313.0, 4342.0, 4298.0, 4303.0, 4353.0, 4312.0, 4301.0, 4343.0, 4299.0, 4301.0, 4354.0, 4309.0, 4302.0, 4342.0, 4289.0, 4300.0, 4341.0, 4299.0, 4312.0, 4341.0, 4302.0, 4310.0, 4343.0, 4303.0, 4333.0, 4353.0, 4302.0, 4333.0, 4352.0, 4301.0, 4322.0, 4353.0, 4311.0, 4337.0, 4353.0, 4294.0, 4335.0, 4341.0, 4304.0, 4343.0, 4302.0, 4312.0, 4354.0, 4311.0, 4317.0, 4355.0, 4291.0, 4302.0, 4354.0, 4303.0, 4323.0, 4344.0, 4304.0, 4324.0, 4354.0, 4301.0, 4312.0, 4341.0, 4290.0, 4332.0, 4343.0, 4301.0, 4344.0, 4321.0, 4301.0, 4342.0, 4333.0, 4301.0, 4341.0, 4299.0, 4304.0, 4355.0, 4330.0, 4300.0, 4342.0, 4300.0, 4303.0, 4354.0, 4300.0, 4301.0, 4342.0, 4290.0, 4310.0, 4343.0, 4290.0, 4344.0, 4355.0, 4316.0, 4345.0, 4311.0, 4301.0, 4344.0, 4301.0, 4303.0, 4343.0, 4300.0, 4314.0, 4343.0, 4292.0, 4310.0, 4353.0, 4300.0, 4333.0, 4342.0, 4301.0, 4344.0, 4342.0, 4303.0, 4343.0, 4330.0, 4291.0, 4342.0, 4302.0, 4301.0, 4342.0, 4289.0, 4323.0, 4353.0, 4301.0, 4310.0, 4342.0, 4291.0, 4334.0, 4331.0, 4300.0, 4342.0, 4311.0, 4303.0, 4354.0, 4311.0, 4301.0, 4353.0, 4292.0, 4313.0, 4355.0, 4314.0, 4334.0, 4342.0, 4304.0, 4356.0, 4311.0, 4312.0, 4354.0, 4302.0, 4301.0, 4342.0, 4300.0, 4322.0, 4341.0, 4302.0, 4343.0, 4342.0, 4313.0, 4332.0, 4340.0, 4290.0, 4332.0, 4290.0, 4300.0, 4343.0, 4302.0, 4315.0, 4355.0, 4292.0, 4323.0, 4341.0, 4300.0, 4322.0, 4344.0, 4304.0, 4356.0, 4353.0, 4312.0, 4334.0, 4312.0, 4292.0, 4345.0, 4313.0, 4302.0, 4342.0, 4289.0, 4312.0, 4342.0, 4300.0, 4290.0, 4339.0, 4278.0, 4311.0, 4340.0, 4298.0, 4312.0, 4339.0, 4278.0, 4321.0, 4340.0, 4310.0, 4331.0, 4311.0, 4304.0, 4340.0, 4309.0, 4312.0, 4343.0, 4290.0, 4343.0, 4353.0, 4302.0, 4343.0, 4312.0, 4301.0, 4342.0, 4299.0, 4311.0, 4341.0, 4302.0, 4331.0, 4340.0, 4301.0, 4342.0, 4298.0, 4310.0, 4339.0, 4291.0, 4335.0, 4354.0, 4314.0, 4322.0, 4341.0, 4289.0, 4341.0, 4299.0, 4303.0, 4354.0, 4302.0, 4309.0, 4343.0, 4311.0, 4333.0, 4292.0, 4315.0, 4355.0, 4305.0, 4344.0, 4343.0, 4314.0, 4345.0, 4315.0, 4315.0, 4355.0, 4312.0, 4315.0, 4342.0, 4291.0, 4310.0, 4340.0, 4312.0, 4332.0, 4341.0, 4301.0, 4331.0, 4311.0, 4301.0, 4341.0, 4278.0, 4299.0, 4341.0, 4289.0, 4331.0, 4342.0, 4300.0, 4332.0, 4310.0, 4302.0, 4342.0, 4329.0, 4288.0, 4329.0, 4287.0, 4299.0, 4340.0, 4310.0, 4311.0, 4341.0, 4289.0, 4322.0, 4342.0, 4302.0, 4334.0, 4343.0, 4301.0, 4346.0, 4354.0, 4292.0, 4333.0, 4343.0, 4304.0, 4343.0, 4311.0, 4305.0, 4344.0, 4311.0, 4302.0, 4344.0, 4302.0, 4315.0, 4352.0, 4311.0, 4313.0, 4342.0, 4294.0, 4336.0, 4356.0, 4315.0, 4347.0, 4302.0, 4304.0, 4357.0, 4326.0, 4326.0, 4358.0, 4325.0, 4331.0, 4368.0, 4329.0, 4351.0, 4361.0, 4318.0, 4358.0, 4317.0, 4347.0, 4307.0, 4338.0, 4354.0, 4304.0, 4312.0, 4342.0, 4312.0, 4324.0, 4344.0, 4280.0, 4321.0, 4318.0, 4290.0, 4319.0, 4287.0, 4288.0, 4331.0, 4299.0, 4300.0, 4330.0, 4269.0, 4300.0, 4338.0, 4290.0, 4321.0, 4341.0, 4314.0, 4333.0, 4332.0, 4303.0, 4335.0, 4356.0, 4302.0, 4334.0, 4290.0, 4313.0, 4343.0, 4304.0, 4315.0, 4344.0, 4292.0, 4312.0, 4343.0, 4302.0, 4334.0, 4342.0, 4302.0, 4345.0, 4312.0, 4303.0, 4344.0, 4313.0, 4292.0, 4343.0, 4279.0, 4304.0, 4344.0, 4302.0, 4312.0, 4344.0, 4281.0, 4323.0, 4341.0, 4313.0, 4335.0, 4344.0, 4302.0, 4344.0, 4344.0, 4304.0, 4346.0, 4323.0, 4303.0, 4345.0, 4312.0, 4302.0, 4346.0, 4293.0, 4326.0, 4355.0, 4304.0, 4325.0, 4355.0, 4324.0, 4325.0, 4283.0, 4318.0, 4354.0, 4315.0, 4359.0, 4358.0, 4317.0, 4349.0, 4357.0, 4317.0, 4337.0], 'WindowWidth': [9569.0, 9568.0, 9567.0, 9475.0, 9529.0, 9523.0, 9481.0, 9520.0, 9460.0, 9493.0, 9517.0, 9461.0, 9509.0, 9490.0, 9481.0, 9548.0, 9493.0, 9504.0, 9545.0, 9501.0, 9544.0, 9569.0, 9519.0, 9581.0, 9535.0, 9535.0, 9578.0, 9522.0, 9569.0, 9579.0, 9539.0, 9585.0, 9550.0, 9537.0, 9582.0, 9517.0, 9552.0, 9596.0, 9524.0, 9582.0, 9580.0, 9542.0, 9581.0, 9519.0, 9553.0, 9597.0, 9535.0, 9570.0, 9596.0, 9546.0, 9583.0, 9593.0, 9528.0, 9582.0, 9504.0, 9535.0, 9591.0, 9522.0, 9551.0, 9593.0, 9506.0, 9580.0, 9593.0, 9518.0, 9565.0, 9575.0, 9515.0, 9558.0, 9574.0, 9510.0, 9558.0, 9551.0, 9513.0, 9572.0, 9512.0, 9514.0, 9570.0, 9498.0, 9531.0, 9591.0, 9528.0, 9530.0, 9575.0, 9504.0, 9568.0, 9592.0, 9524.0, 9551.0, 9591.0, 9522.0, 9582.0, 9590.0, 9536.0, 9587.0, 9578.0, 9518.0, 9559.0, 9543.0, 9519.0, 9576.0, 9500.0, 9533.0, 9574.0, 9503.0, 9535.0, 9574.0, 9511.0, 9526.0, 9568.0, 9499.0, 9544.0, 9570.0, 9513.0, 9528.0, 9569.0, 9490.0, 9508.0, 9575.0, 9514.0, 9531.0, 9571.0, 9504.0, 9528.0, 9572.0, 9513.0, 9531.0, 9588.0, 9512.0, 9549.0, 9599.0, 9532.0, 9576.0, 9613.0, 9544.0, 9578.0, 9545.0, 9604.0, 9550.0, 9587.0, 9608.0, 9550.0, 9519.0, 9576.0, 9511.0, 9511.0, 9570.0, 9497.0, 9511.0, 9566.0, 9503.0, 9507.0, 9549.0, 9481.0, 9526.0, 9571.0, 9516.0, 9532.0, 9571.0, 9490.0, 9548.0, 9575.0, 9536.0, 9549.0, 9593.0, 9525.0, 9575.0, 9596.0, 9523.0, 9548.0, 9575.0, 9508.0, 9585.0, 9593.0, 9539.0, 9582.0, 9577.0, 9521.0, 9577.0, 9532.0, 9521.0, 9582.0, 9518.0, 9554.0, 9595.0, 9532.0, 9550.0, 9593.0, 9508.0, 9563.0, 9623.0, 9537.0, 9564.0, 9591.0, 9499.0, 9555.0, 9593.0, 9521.0, 9543.0, 9587.0, 9515.0, 9543.0, 9575.0, 9505.0, 9568.0, 9573.0, 9513.0, 9531.0, 9569.0, 9500.0, 9559.0, 9592.0, 9532.0, 9562.0, 9572.0, 9500.0, 9557.0, 9570.0, 9525.0, 9557.0, 9554.0, 9501.0, 9578.0, 9569.0, 9516.0, 9543.0, 9541.0, 9502.0, 9574.0, 9540.0, 9516.0, 9576.0, 9525.0, 9516.0, 9570.0, 9532.0, 9515.0, 9572.0, 9514.0, 9529.0, 9575.0, 9528.0, 9533.0, 9572.0, 9508.0, 9511.0, 9572.0, 9508.0, 9528.0, 9573.0, 9509.0, 9509.0, 9584.0, 9510.0, 9530.0, 9587.0, 9525.0, 9527.0, 9573.0, 9496.0, 9528.0, 9570.0, 9501.0, 9547.0, 9574.0, 9512.0, 9526.0, 9564.0, 9497.0, 9547.0, 9569.0, 9530.0, 9557.0, 9556.0, 9521.0, 9575.0, 9545.0, 9520.0, 9572.0, 9491.0, 9567.0, 9597.0, 9537.0, 9580.0, 9592.0, 9517.0, 9583.0, 9575.0, 9530.0, 9577.0, 9529.0, 9516.0, 9579.0, 9553.0, 9514.0, 9555.0, 9477.0, 9512.0, 9560.0, 9506.0, 9550.0, 9595.0, 9485.0, 9526.0, 9566.0, 9525.0, 9548.0, 9568.0, 9524.0, 9577.0, 9573.0, 9516.0, 9558.0, 9498.0, 9538.0, 9591.0, 9519.0, 9534.0, 9576.0, 9521.0, 9532.0, 9572.0, 9514.0, 9547.0, 9593.0, 9516.0, 9563.0, 9592.0, 9536.0, 9576.0, 9535.0, 9539.0, 9596.0, 9536.0, 9534.0, 9572.0, 9523.0, 9565.0, 9588.0, 9535.0, 9577.0, 9530.0, 9535.0, 9595.0, 9529.0, 9533.0, 9573.0, 9503.0, 9541.0, 9571.0, 9514.0, 9573.0, 9526.0, 9515.0, 9569.0, 9511.0, 9531.0, 9574.0, 9515.0, 9525.0, 9571.0, 9501.0, 9541.0, 9569.0, 9511.0, 9540.0, 9569.0, 9529.0, 9558.0, 9570.0, 9517.0, 9573.0, 9551.0, 9515.0, 9570.0, 9485.0, 9531.0, 9591.0, 9518.0, 9531.0, 9595.0, 9529.0, 9568.0, 9585.0, 9553.0, 9563.0, 9547.0, 9537.0, 9597.0, 9546.0, 9534.0, 9595.0, 9519.0, 9522.0, 9588.0, 9526.0, 9512.0, 9572.0, 9509.0, 9511.0, 9587.0, 9555.0, 9510.0, 9550.0, 9489.0, 9510.0, 9569.0, 9509.0, 9531.0, 9564.0, 9499.0, 9530.0, 9566.0, 9527.0, 9572.0, 9538.0, 9518.0, 9587.0, 9573.0, 9510.0, 9551.0, 9538.0, 9513.0, 9575.0, 9530.0, 9588.0, 9540.0, 9540.0, 9598.0, 9535.0, 9594.0, 9541.0, 9530.0, 9567.0, 9479.0, 9506.0, 9563.0, 9488.0, 9502.0, 9551.0, 9473.0, 9510.0, 9538.0, 9485.0, 9514.0, 9539.0, 9488.0, 9550.0, 9527.0, 9494.0, 9568.0, 9540.0, 9519.0, 9552.0, 9499.0, 9523.0, 9572.0, 9483.0, 9547.0, 9572.0, 9532.0, 9548.0, 9591.0, 9520.0, 9602.0, 9552.0, 9537.0, 9579.0, 9518.0, 9537.0, 9592.0, 9531.0, 9553.0, 9594.0, 9523.0, 9582.0, 9599.0, 9534.0, 9568.0, 9575.0, 9518.0, 9574.0, 9572.0, 9518.0, 9577.0, 9514.0, 9531.0, 9596.0, 9529.0, 9534.0, 9574.0, 9509.0, 9519.0, 9587.0, 9528.0, 9514.0, 9572.0, 9508.0, 9516.0, 9589.0, 9522.0, 9515.0, 9570.0, 9496.0, 9511.0, 9569.0, 9511.0, 9532.0, 9570.0, 9519.0, 9528.0, 9575.0, 9519.0, 9561.0, 9590.0, 9520.0, 9562.0, 9587.0, 9515.0, 9546.0, 9589.0, 9528.0, 9570.0, 9586.0, 9508.0, 9565.0, 9570.0, 9521.0, 9575.0, 9519.0, 9533.0, 9594.0, 9530.0, 9544.0, 9594.0, 9501.0, 9519.0, 9590.0, 9519.0, 9548.0, 9577.0, 9524.0, 9551.0, 9590.0, 9515.0, 9531.0, 9569.0, 9501.0, 9559.0, 9573.0, 9516.0, 9576.0, 9543.0, 9514.0, 9570.0, 9559.0, 9515.0, 9570.0, 9511.0, 9523.0, 9596.0, 9556.0, 9512.0, 9571.0, 9513.0, 9522.0, 9592.0, 9513.0, 9515.0, 9571.0, 9499.0, 9526.0, 9574.0, 9502.0, 9578.0, 9598.0, 9547.0, 9582.0, 9530.0, 9515.0, 9575.0, 9513.0, 9520.0, 9575.0, 9512.0, 9534.0, 9575.0, 9504.0, 9527.0, 9588.0, 9515.0, 9560.0, 9573.0, 9516.0, 9576.0, 9572.0, 9521.0, 9576.0, 9554.0, 9502.0, 9572.0, 9516.0, 9517.0, 9573.0, 9500.0, 9548.0, 9591.0, 9514.0, 9526.0, 9571.0, 9503.0, 9562.0, 9555.0, 9514.0, 9573.0, 9532.0, 9523.0, 9590.0, 9529.0, 9517.0, 9591.0, 9505.0, 9534.0, 9595.0, 9536.0, 9563.0, 9573.0, 9525.0, 9598.0, 9530.0, 9534.0, 9590.0, 9515.0, 9515.0, 9574.0, 9514.0, 9545.0, 9573.0, 9520.0, 9575.0, 9575.0, 9536.0, 9558.0, 9567.0, 9497.0, 9556.0, 9497.0, 9515.0, 9574.0, 9522.0, 9541.0, 9596.0, 9507.0, 9549.0, 9569.0, 9513.0, 9546.0, 9576.0, 9522.0, 9598.0, 9589.0, 9531.0, 9566.0, 9530.0, 9503.0, 9580.0, 9534.0, 9516.0, 9572.0, 9497.0, 9532.0, 9574.0, 9511.0, 9498.0, 9564.0, 9478.0, 9528.0, 9568.0, 9507.0, 9530.0, 9563.0, 9480.0, 9539.0, 9567.0, 9527.0, 9555.0, 9527.0, 9520.0, 9568.0, 9522.0, 9532.0, 9574.0, 9500.0, 9575.0, 9590.0, 9519.0, 9575.0, 9530.0, 9515.0, 9571.0, 9510.0, 9529.0, 9573.0, 9517.0, 9556.0, 9568.0, 9515.0, 9569.0, 9506.0, 9526.0, 9566.0, 9502.0, 9567.0, 9594.0, 9535.0, 9544.0, 9567.0, 9498.0, 9569.0, 9511.0, 9520.0, 9590.0, 9517.0, 9527.0, 9573.0, 9528.0, 9559.0, 9507.0, 9541.0, 9594.0, 9526.0, 9578.0, 9578.0, 9537.0, 9581.0, 9539.0, 9540.0, 9595.0, 9531.0, 9540.0, 9572.0, 9500.0, 9526.0, 9567.0, 9528.0, 9557.0, 9569.0, 9514.0, 9556.0, 9528.0, 9514.0, 9566.0, 9479.0, 9509.0, 9568.0, 9496.0, 9555.0, 9571.0, 9512.0, 9555.0, 9524.0, 9518.0, 9570.0, 9549.0, 9491.0, 9549.0, 9490.0, 9511.0, 9567.0, 9526.0, 9528.0, 9569.0, 9497.0, 9544.0, 9571.0, 9519.0, 9562.0, 9573.0, 9516.0, 9582.0, 9592.0, 9504.0, 9560.0, 9573.0, 9520.0, 9573.0, 9528.0, 9523.0, 9576.0, 9528.0, 9517.0, 9576.0, 9518.0, 9539.0, 9586.0, 9528.0, 9534.0, 9571.0, 9509.0, 9568.0, 9596.0, 9540.0, 9583.0, 9518.0, 9527.0, 9599.0, 9556.0, 9557.0, 9605.0, 9556.0, 9571.0, 9619.0, 9565.0, 9595.0, 9611.0, 9549.0, 9602.0, 9546.0, 9589.0, 9531.0, 9573.0, 9596.0, 9518.0, 9528.0, 9573.0, 9529.0, 9547.0, 9574.0, 9481.0, 9537.0, 9532.0, 9491.0, 9532.0, 9486.0, 9489.0, 9551.0, 9505.0, 9509.0, 9549.0, 9466.0, 9509.0, 9560.0, 9496.0, 9539.0, 9567.0, 9531.0, 9558.0, 9555.0, 9517.0, 9562.0, 9595.0, 9515.0, 9559.0, 9497.0, 9531.0, 9573.0, 9522.0, 9537.0, 9576.0, 9503.0, 9529.0, 9571.0, 9516.0, 9561.0, 9571.0, 9517.0, 9579.0, 9530.0, 9519.0, 9576.0, 9529.0, 9501.0, 9570.0, 9481.0, 9519.0, 9575.0, 9513.0, 9529.0, 9574.0, 9487.0, 9544.0, 9569.0, 9531.0, 9562.0, 9574.0, 9518.0, 9577.0, 9579.0, 9522.0, 9581.0, 9547.0, 9518.0, 9579.0, 9529.0, 9518.0, 9579.0, 9505.0, 9554.0, 9593.0, 9523.0, 9551.0, 9592.0, 9547.0, 9550.0, 9492.0, 9546.0, 9591.0, 9540.0, 9603.0, 9601.0, 9544.0, 9590.0, 9601.0, 9543.0, 9570.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.0008443873085339168</td></tr>
<tr><td colspan=3>aqi</td><td>0.015503371553610503</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.506024723044916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2218438832311056</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0133499389047094</td></tr>
<tr><td colspan=3>efc</td><td>0.5271</td></tr>
<tr><td colspan=3>fber</td><td>3619.3562</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07797197815928997</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6411378555798688</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6075867523645875</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.515901576379868</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.821277023644605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.485581657069288</td></tr>
<tr><td colspan=3>gcor</td><td>0.00801939</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0016772013623267412</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03405110538005829</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.834214420865085</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.9675</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.5474</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.6751</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1204.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.3073</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2639</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.915</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3403.9168</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1122.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.5607</td></tr>
<tr><td colspan=3>tsnr</td><td>42.799995832610875</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>