<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>4543c74cc591617b379a83dc7f29e495</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:21:9.412500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9996, 0.0277407, -0.00547512, -0.0270484, 0.994542, 0.100765]</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.0755341</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7763, -7227, 803, -82, -182, -73, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9e0f9438-0fd2-400c-83fd-21cc07241f30||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681854248046875, -0.07256900519132614, -0.022249452769756317, 114.79528045654297], [-0.07442634552717209, 2.6682848930358887, 0.27155742049217224, -102.05162048339844], [-0.014689341187477112, -0.27034565806388855, 2.6862170696258545, -53.598201751708984], [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': ['092109.412500', '092109.872500', '092110.332500', '092110.792500', '092111.252500', '092111.712500', '092112.172500', '092112.632500', '092113.092500', '092113.552500', '092114.012500', '092114.472500', '092114.932500', '092115.392500', '092115.852500', '092116.312500', '092116.772500', '092117.232500', '092117.692500', '092118.152500', '092118.612500', '092119.072500', '092119.532500', '092119.992500', '092120.452500', '092120.912500', '092121.372500', '092121.832500', '092122.292500', '092122.752500', '092123.212500', '092123.672500', '092124.132500', '092124.592500', '092125.052500', '092125.512500', '092125.972500', '092126.432500', '092126.892500', '092127.352500', '092127.812500', '092128.272500', '092128.732500', '092129.192500', '092129.652500', '092130.112500', '092130.572500', '092131.032500', '092131.492500', '092131.952500', '092132.412500', '092132.872500', '092133.332500', '092133.792500', '092134.252500', '092134.712500', '092135.172500', '092135.632500', '092136.092500', '092136.552500', '092137.012500', '092137.472500', '092137.932500', '092138.392500', '092138.852500', '092139.312500', '092139.772500', '092140.232500', '092140.692500', '092141.152500', '092141.612500', '092142.072500', '092142.532500', '092142.992500', '092143.452500', '092143.912500', '092144.372500', '092144.832500', '092145.292500', '092145.752500', '092146.212500', '092146.672500', '092147.132500', '092147.592500', '092148.052500', '092148.512500', '092148.972500', '092149.432500', '092149.892500', '092150.352500', '092150.812500', '092151.272500', '092151.732500', '092152.192500', '092152.652500', '092153.112500', '092153.572500', '092154.032500', '092154.492500', '092154.952500', '092155.412500', '092155.872500', '092156.332500', '092156.792500', '092157.252500', '092157.712500', '092158.172500', '092158.632500', '092159.092500', '092159.552500', '092200.012500', '092200.472500', '092200.932500', '092201.392500', '092201.852500', '092202.312500', '092202.772500', '092203.232500', '092203.692500', '092204.152500', '092204.612500', '092205.072500', '092205.532500', '092205.992500', '092206.452500', '092206.912500', '092207.372500', '092207.832500', '092208.292500', '092208.752500', '092209.212500', '092209.672500', '092210.132500', '092210.592500', '092211.052500', '092211.512500', '092211.972500', '092212.432500', '092212.892500', '092213.352500', '092213.812500', '092214.272500', '092214.732500', '092215.192500', '092215.652500', '092216.112500', '092216.572500', '092217.032500', '092217.492500', '092217.952500', '092218.412500', '092218.872500', '092219.332500', '092219.792500', '092220.252500', '092220.712500', '092221.172500', '092221.632500', '092222.092500', '092222.552500', '092223.012500', '092223.472500', '092223.932500', '092224.392500', '092224.852500', '092225.312500', '092225.772500', '092226.232500', '092226.692500', '092227.152500', '092227.612500', '092228.072500', '092228.532500', '092228.992500', '092229.452500', '092229.912500', '092230.372500', '092230.832500', '092231.292500', '092231.752500', '092232.212500', '092232.672500', '092233.132500', '092233.592500', '092234.052500', '092234.512500', '092234.972500', '092235.432500', '092235.892500', '092236.352500', '092236.812500', '092237.272500', '092237.732500', '092238.192500', '092238.652500', '092239.112500', '092239.572500', '092240.032500', '092240.492500', '092240.952500', '092241.412500', '092241.872500', '092242.332500', '092242.792500', '092243.252500', '092243.712500', '092244.172500', '092244.632500', '092245.092500', '092245.552500', '092246.012500', '092246.472500', '092246.932500', '092247.392500', '092247.852500', '092248.312500', '092248.772500', '092249.232500', '092249.692500', '092250.152500', '092250.612500', '092251.072500', '092251.532500', '092251.992500', '092252.452500', '092252.912500', '092253.372500', '092253.832500', '092254.292500', '092254.752500', '092255.212500', '092255.672500', '092256.132500', '092256.592500', '092257.052500', '092257.512500', '092257.972500', '092258.432500', '092258.892500', '092259.352500', '092259.812500', '092300.272500', '092300.732500', '092301.192500', '092301.652500', '092302.112500', '092302.572500', '092303.032500', '092303.492500', '092303.952500', '092304.412500', '092304.872500', '092305.332500', '092305.792500', '092306.252500', '092306.712500', '092307.172500', '092307.632500', '092308.092500', '092308.552500', '092309.012500', '092309.472500', '092309.932500', '092310.392500', '092310.852500', '092311.312500', '092311.772500', '092312.232500', '092312.692500', '092313.152500', '092313.612500', '092314.072500', '092314.532500', '092314.992500', '092315.452500', '092315.912500', '092316.372500', '092316.832500', '092317.292500', '092317.752500', '092318.212500', '092318.672500', '092319.132500', '092319.592500', '092320.052500', '092320.512500', '092320.972500', '092321.432500', '092321.892500', '092322.352500', '092322.812500', '092323.272500', '092323.732500', '092324.192500', '092324.652500', '092325.112500', '092325.572500', '092326.032500', '092326.492500', '092326.952500', '092327.412500', '092327.872500', '092328.332500', '092328.792500', '092329.252500', '092329.712500', '092330.172500', '092330.632500', '092331.092500', '092331.552500', '092332.012500', '092332.472500', '092332.932500', '092333.392500', '092333.852500', '092334.312500', '092334.772500', '092335.232500', '092335.692500', '092336.152500', '092336.612500', '092337.072500', '092337.532500', '092337.992500', '092338.452500', '092338.912500', '092339.372500', '092339.832500', '092340.292500', '092340.752500', '092341.212500', '092341.672500', '092342.132500', '092342.592500', '092343.052500', '092343.512500', '092343.972500', '092344.432500', '092344.892500', '092345.352500', '092345.812500', '092346.272500', '092346.732500', '092347.192500', '092347.652500', '092348.112500', '092348.572500', '092349.032500', '092349.492500', '092349.952500', '092350.412500', '092350.872500', '092351.332500', '092351.792500', '092352.252500', '092352.712500', '092353.172500', '092353.632500', '092354.092500', '092354.552500', '092355.012500', '092355.472500', '092355.932500', '092356.392500', '092356.852500', '092357.312500', '092357.772500', '092358.232500', '092358.692500', '092359.152500', '092359.612500', '092400.072500', '092400.532500', '092400.992500', '092401.452500', '092401.912500', '092402.372500', '092402.832500', '092403.292500', '092403.752500', '092404.212500', '092404.672500', '092405.132500', '092405.592500', '092406.052500', '092406.512500', '092406.972500', '092407.432500', '092407.892500', '092408.352500', '092408.812500', '092409.272500', '092409.732500', '092410.192500', '092410.652500', '092411.112500', '092411.572500', '092412.032500', '092412.492500', '092412.952500', '092413.412500', '092413.872500', '092414.332500', '092414.792500', '092415.252500', '092415.712500', '092416.172500', '092416.632500', '092417.092500', '092417.552500', '092418.012500', '092418.472500', '092418.932500', '092419.392500', '092419.852500', '092420.312500', '092420.772500', '092421.232500', '092421.692500', '092422.152500', '092422.612500', '092423.072500', '092423.532500', '092423.992500', '092424.452500', '092424.912500', '092425.372500', '092425.832500', '092426.292500', '092426.752500', '092427.212500', '092427.672500', '092428.132500', '092428.592500', '092429.052500', '092429.512500', '092429.972500', '092430.432500', '092430.892500', '092431.352500', '092431.812500', '092432.272500', '092432.732500', '092433.192500', '092433.652500', '092434.112500', '092434.572500', '092435.032500', '092435.492500', '092435.952500', '092436.412500', '092436.872500', '092437.332500', '092437.792500', '092438.252500', '092438.712500', '092439.172500', '092439.632500', '092440.092500', '092440.552500', '092441.012500', '092441.472500', '092441.932500', '092442.392500', '092442.852500', '092443.312500', '092443.772500', '092444.232500', '092444.692500', '092445.152500', '092445.612500', '092446.072500', '092446.532500', '092446.992500', '092447.452500', '092447.912500', '092448.372500', '092448.832500', '092449.292500', '092449.752500', '092450.212500', '092450.672500', '092451.132500', '092451.592500', '092452.052500', '092452.512500', '092452.972500', '092453.432500', '092453.892500', '092454.352500', '092454.812500', '092455.272500', '092455.732500', '092456.192500', '092456.652500', '092457.112500', '092457.572500', '092458.032500', '092458.492500', '092458.952500', '092459.412500', '092459.872500', '092500.332500', '092500.792500', '092501.252500', '092501.712500', '092502.172500', '092502.632500', '092503.092500', '092503.552500', '092504.012500', '092504.472500', '092504.932500', '092505.392500', '092505.852500', '092506.312500', '092506.772500', '092507.232500', '092507.692500', '092508.152500', '092508.612500', '092509.072500', '092509.532500', '092509.992500', '092510.452500', '092510.912500', '092511.372500', '092511.832500', '092512.292500', '092512.752500', '092513.212500', '092513.672500', '092514.132500', '092514.592500', '092515.052500', '092515.512500', '092515.972500', '092516.432500', '092516.892500', '092517.352500', '092517.812500', '092518.272500', '092518.732500', '092519.192500', '092519.652500', '092520.112500', '092520.572500', '092521.032500', '092521.492500', '092521.952500', '092522.412500', '092522.872500', '092523.332500', '092523.792500', '092524.252500', '092524.712500', '092525.172500', '092525.632500', '092526.092500', '092526.552500', '092527.012500', '092527.472500', '092527.932500', '092528.392500', '092528.852500', '092529.312500', '092529.772500', '092530.232500', '092530.692500', '092531.152500', '092531.612500', '092532.072500', '092532.532500', '092532.992500', '092533.452500', '092533.912500', '092534.372500', '092534.832500', '092535.292500', '092535.752500', '092536.212500', '092536.672500', '092537.132500', '092537.592500', '092538.052500', '092538.512500', '092538.972500', '092539.432500', '092539.892500', '092540.352500', '092540.812500', '092541.272500', '092541.732500', '092542.192500', '092542.652500', '092543.112500', '092543.572500', '092544.032500', '092544.492500', '092544.952500', '092545.412500', '092545.872500', '092546.332500', '092546.792500', '092547.252500', '092547.712500', '092548.172500', '092548.632500', '092549.092500', '092549.552500', '092550.012500', '092550.472500', '092550.932500', '092551.392500', '092551.852500', '092552.312500', '092552.772500', '092553.232500', '092553.692500', '092554.152500', '092554.612500', '092555.072500', '092555.532500', '092555.992500', '092556.452500', '092556.912500', '092557.372500', '092557.832500', '092558.292500', '092558.752500', '092559.212500', '092559.672500', '092600.132500', '092600.592500', '092601.052500', '092601.512500', '092601.972500', '092602.432500', '092602.892500', '092603.352500', '092603.812500', '092604.272500', '092604.732500', '092605.192500', '092605.652500', '092606.112500', '092606.572500', '092607.032500', '092607.492500', '092607.952500', '092608.412500', '092608.872500', '092609.332500', '092609.792500', '092610.252500', '092610.712500', '092611.172500', '092611.632500', '092612.092500', '092612.552500', '092613.012500', '092613.472500', '092613.932500', '092614.392500', '092614.852500', '092615.312500', '092615.772500', '092616.232500', '092616.692500', '092617.152500', '092617.612500', '092618.072500', '092618.532500', '092618.992500', '092619.452500', '092619.912500', '092620.372500', '092620.832500', '092621.292500', '092621.752500', '092622.212500', '092622.672500', '092623.132500', '092623.592500', '092624.052500', '092624.512500', '092624.972500', '092625.432500', '092625.892500', '092626.352500', '092626.812500', '092627.272500', '092627.732500', '092628.192500', '092628.652500', '092629.112500', '092629.572500', '092630.032500', '092630.492500', '092630.952500', '092631.412500', '092631.872500', '092632.332500', '092632.792500', '092633.252500', '092633.712500', '092634.172500', '092634.632500', '092635.092500', '092635.552500', '092636.012500', '092636.472500', '092636.932500', '092637.392500', '092637.852500', '092638.312500', '092638.772500', '092639.232500', '092639.692500', '092640.152500', '092640.612500', '092641.072500', '092641.532500', '092641.992500', '092642.452500', '092642.912500', '092643.372500', '092643.832500', '092644.292500', '092644.752500', '092645.212500', '092645.672500', '092646.132500', '092646.592500', '092647.052500', '092647.512500', '092647.972500', '092648.432500', '092648.892500', '092649.352500', '092649.812500', '092650.272500', '092650.732500', '092651.192500', '092651.652500', '092652.112500', '092652.572500', '092653.032500', '092653.492500', '092653.952500', '092654.412500', '092654.872500', '092655.332500', '092655.792500', '092656.252500', '092656.712500', '092657.172500', '092657.632500', '092658.092500', '092658.552500', '092659.012500', '092659.472500', '092659.932500', '092700.392500', '092700.852500', '092701.312500', '092701.772500', '092702.232500', '092702.692500', '092703.152500', '092703.612500', '092704.072500', '092704.532500', '092704.992500', '092705.452500', '092705.912500', '092706.372500', '092706.832500', '092707.292500', '092707.752500', '092708.212500', '092708.672500', '092709.132500', '092709.592500', '092710.052500', '092710.512500', '092710.972500', '092711.432500', '092711.892500', '092712.352500', '092712.812500', '092713.272500', '092713.732500', '092714.192500', '092714.652500', '092715.112500', '092715.572500', '092716.032500', '092716.492500', '092716.952500', '092717.412500', '092717.872500', '092718.332500', '092718.792500', '092719.252500', '092719.712500', '092720.172500', '092720.632500', '092721.092500', '092721.552500', '092722.012500', '092722.472500', '092722.932500', '092723.392500', '092723.852500', '092724.312500', '092724.772500', '092725.232500', '092725.692500', '092726.152500', '092726.612500', '092727.072500', '092727.532500', '092727.992500', '092728.452500', '092728.912500', '092729.372500', '092729.832500', '092730.292500', '092730.752500', '092731.212500', '092731.672500', '092732.132500', '092732.592500', '092733.052500', '092733.512500', '092733.972500', '092734.432500', '092734.892500', '092735.352500', '092735.812500', '092736.272500', '092736.732500', '092737.192500', '092737.652500', '092738.112500', '092738.572500', '092739.032500', '092739.492500', '092739.952500', '092740.412500', '092740.872500', '092741.332500', '092741.792500', '092742.252500', '092742.712500', '092743.172500', '092743.632500', '092744.092500', '092744.552500', '092745.012500', '092745.472500', '092745.932500', '092746.392500', '092746.852500', '092747.312500', '092747.772500', '092748.232500', '092748.692500', '092749.152500', '092749.612500', '092750.072500', '092750.532500', '092750.992500', '092751.452500', '092751.912500', '092752.372500', '092752.832500', '092753.292500', '092753.752500', '092754.212500', '092754.672500', '092755.132500', '092755.592500', '092756.052500', '092756.512500', '092756.972500', '092757.432500', '092757.892500', '092758.352500', '092758.812500', '092759.272500', '092759.732500', '092800.192500', '092800.652500', '092801.112500', '092801.572500', '092802.032500', '092802.492500', '092802.952500', '092803.412500', '092803.872500', '092804.332500', '092804.792500', '092805.252500', '092805.712500', '092806.172500', '092806.632500', '092807.092500', '092807.552500', '092808.012500', '092808.472500', '092808.932500', '092809.392500'], 'ContentTime': ['092137.596000', '092137.599000', '092137.602000', '092137.604000', '092137.607000', '092137.609000', '092137.612000', '092137.615000', '092137.617000', '092137.620000', '092137.623000', '092137.625000', '092137.628000', '092137.631000', '092137.633000', '092137.636000', '092137.642000', '092137.644000', '092137.647000', '092137.649000', '092137.652000', '092137.655000', '092137.663000', '092137.666000', '092137.669000', '092137.671000', '092137.674000', '092137.677000', '092137.679000', '092137.682000', '092137.684000', '092137.687000', '092137.690000', '092137.692000', '092137.695000', '092137.698000', '092137.700000', '092137.703000', '092137.705000', '092137.708000', '092137.711000', '092137.727000', '092137.729000', '092137.732000', '092137.735000', '092137.737000', '092137.740000', '092137.743000', '092137.745000', '092137.748000', '092137.750000', '092137.753000', '092137.756000', '092137.759000', '092137.762000', '092137.764000', '092137.767000', '092137.770000', '092137.773000', '092157.566000', '092157.569000', '092157.572000', '092157.575000', '092157.577000', '092157.580000', '092157.582000', '092157.585000', '092157.588000', '092157.590000', '092157.593000', '092157.596000', '092157.598000', '092157.601000', '092157.604000', '092157.606000', '092157.609000', '092157.612000', '092157.614000', '092157.617000', '092157.619000', '092157.622000', '092157.625000', '092157.627000', '092157.630000', '092157.632000', '092157.635000', '092157.638000', '092157.640000', '092157.643000', '092157.645000', '092157.648000', '092157.651000', '092157.653000', '092157.656000', '092157.658000', '092157.661000', '092157.664000', '092157.666000', '092157.669000', '092157.671000', '092157.674000', '092157.676000', '092157.679000', '092217.567000', '092217.570000', '092217.572000', '092217.575000', '092217.577000', '092217.580000', '092217.583000', '092217.585000', '092217.588000', '092217.591000', '092217.593000', '092217.596000', '092217.599000', '092217.602000', '092217.604000', '092217.607000', '092217.609000', '092217.612000', '092217.615000', '092217.618000', '092217.620000', '092217.623000', '092217.626000', '092217.628000', '092217.631000', '092217.634000', '092217.636000', '092217.639000', '092217.641000', '092217.644000', '092217.647000', '092217.649000', '092217.652000', '092217.655000', '092217.657000', '092217.660000', '092217.663000', '092217.665000', '092217.668000', '092217.670000', '092217.673000', '092217.676000', '092217.678000', '092237.567000', '092237.569000', '092237.572000', '092237.575000', '092237.577000', '092237.580000', '092237.583000', '092237.586000', '092237.589000', '092237.592000', '092237.595000', '092237.597000', '092237.600000', '092237.603000', '092237.605000', '092237.608000', '092237.611000', '092237.613000', '092237.616000', '092237.619000', '092237.622000', '092237.632000', '092237.635000', '092237.638000', '092237.640000', '092237.643000', '092237.646000', '092237.649000', '092237.651000', '092237.654000', '092237.657000', '092237.659000', '092237.662000', '092237.664000', '092237.667000', '092237.670000', '092237.672000', '092237.675000', '092237.678000', '092237.680000', '092237.683000', '092237.686000', '092237.688000', '092237.691000', '092257.566000', '092257.569000', '092257.572000', '092257.574000', '092257.577000', '092257.580000', '092257.583000', '092257.585000', '092257.588000', '092257.591000', '092257.593000', '092257.596000', '092257.599000', '092257.601000', '092257.604000', '092257.607000', '092257.609000', '092257.612000', '092257.614000', '092257.617000', '092257.620000', '092257.622000', '092257.625000', '092257.628000', '092257.631000', '092257.633000', '092257.636000', '092257.638000', '092257.641000', '092257.644000', '092257.646000', '092257.649000', '092257.652000', '092257.654000', '092257.657000', '092257.660000', '092257.662000', '092257.665000', '092257.668000', '092257.670000', '092257.673000', '092257.676000', '092257.678000', '092317.566000', '092317.569000', '092317.572000', '092317.575000', '092317.577000', '092317.580000', '092317.583000', '092317.585000', '092317.588000', '092317.591000', '092317.593000', '092317.596000', '092317.598000', '092317.601000', '092317.604000', '092317.606000', '092317.609000', '092317.612000', '092317.614000', '092317.617000', '092317.619000', '092317.638000', '092317.640000', '092317.643000', '092317.645000', '092317.648000', '092317.651000', '092317.653000', '092317.656000', '092317.659000', '092317.661000', '092317.664000', '092317.667000', '092317.669000', '092317.672000', '092317.675000', '092317.677000', '092317.680000', '092317.683000', '092317.685000', '092317.688000', '092317.691000', '092317.693000', '092317.696000', '092337.565000', '092337.568000', '092337.571000', '092337.574000', '092337.576000', '092337.579000', '092337.582000', '092337.584000', '092337.587000', '092337.590000', '092337.592000', '092337.595000', '092337.598000', '092337.600000', '092337.603000', '092337.606000', '092337.609000', '092337.611000', '092337.614000', '092337.616000', '092337.619000', '092337.622000', '092337.624000', '092337.627000', '092337.630000', '092337.632000', '092337.635000', '092337.638000', '092337.640000', '092337.643000', '092337.646000', '092337.648000', '092337.651000', '092337.654000', '092337.656000', '092337.659000', '092337.662000', '092337.664000', '092337.667000', '092337.670000', '092337.672000', '092337.675000', '092337.677000', '092357.566000', '092357.569000', '092357.572000', '092357.575000', '092357.578000', '092357.580000', '092357.583000', '092357.586000', '092357.589000', '092357.591000', '092357.594000', '092357.597000', '092357.611000', '092357.613000', '092357.616000', '092357.619000', '092357.622000', '092357.625000', '092357.628000', '092357.630000', '092357.633000', '092357.636000', '092357.638000', '092357.641000', '092357.644000', '092357.646000', '092357.649000', '092357.652000', '092357.654000', '092357.657000', '092357.660000', '092357.662000', '092357.665000', '092357.667000', '092357.670000', '092357.673000', '092357.675000', '092357.678000', '092357.681000', '092357.683000', '092357.686000', '092357.689000', '092357.691000', '092417.567000', '092417.570000', '092417.572000', '092417.575000', '092417.578000', '092417.581000', '092417.584000', '092417.586000', '092417.589000', '092417.592000', '092417.594000', '092417.597000', '092417.599000', '092417.602000', '092417.605000', '092417.607000', '092417.610000', '092417.613000', '092417.615000', '092417.618000', '092417.621000', '092417.624000', '092417.626000', '092417.629000', '092417.631000', '092417.634000', '092417.637000', '092417.639000', '092417.642000', '092417.645000', '092417.647000', '092417.650000', '092417.653000', '092417.655000', '092417.658000', '092417.661000', '092417.663000', '092417.666000', '092417.669000', '092417.671000', '092417.674000', '092417.677000', '092417.679000', '092417.682000', '092437.566000', '092437.569000', '092437.572000', '092437.575000', '092437.578000', '092437.580000', '092437.583000', '092437.586000', '092437.588000', '092437.591000', '092437.593000', '092437.597000', '092437.600000', '092437.603000', '092437.613000', '092437.616000', '092437.619000', '092437.621000', '092437.624000', '092437.627000', '092437.629000', '092437.632000', '092437.635000', '092437.637000', '092437.640000', '092437.643000', '092437.645000', '092437.648000', '092437.650000', '092437.653000', '092437.656000', '092437.658000', '092437.661000', '092437.664000', '092437.666000', '092437.673000', '092437.676000', '092437.679000', '092437.681000', '092437.684000', '092437.686000', '092437.689000', '092437.692000', '092457.566000', '092457.569000', '092457.572000', '092457.594000', '092457.597000', '092457.600000', '092457.602000', '092457.605000', '092457.608000', '092457.611000', '092457.613000', '092457.616000', '092457.619000', '092457.621000', '092457.624000', '092457.626000', '092457.629000', '092457.632000', '092457.635000', '092457.637000', '092457.640000', '092457.643000', '092457.645000', '092457.648000', '092457.651000', '092457.653000', '092457.656000', '092457.659000', '092457.661000', '092457.664000', '092457.667000', '092457.669000', '092457.672000', '092457.675000', '092457.677000', '092457.680000', '092457.683000', '092457.685000', '092457.688000', '092457.690000', '092457.693000', '092457.696000', '092457.699000', '092457.701000', '092517.567000', '092517.570000', '092517.572000', '092517.575000', '092517.578000', '092517.580000', '092517.583000', '092517.586000', '092517.588000', '092517.591000', '092517.594000', '092517.596000', '092517.599000', '092517.602000', '092517.605000', '092517.607000', '092517.610000', '092517.613000', '092517.615000', '092517.618000', '092517.620000', '092517.623000', '092517.626000', '092517.628000', '092517.631000', '092517.634000', '092517.637000', '092517.639000', '092517.642000', '092517.645000', '092517.647000', '092517.650000', '092517.653000', '092517.655000', '092517.658000', '092517.661000', '092517.664000', '092517.667000', '092517.670000', '092517.673000', '092517.675000', '092517.678000', '092517.684000', '092537.567000', '092537.570000', '092537.572000', '092537.575000', '092537.578000', '092537.581000', '092537.583000', '092537.586000', '092537.589000', '092537.591000', '092537.594000', '092537.596000', '092537.599000', '092537.602000', '092537.604000', '092537.607000', '092537.610000', '092537.613000', '092537.615000', '092537.618000', '092537.621000', '092537.623000', '092537.626000', '092537.629000', '092537.631000', '092537.634000', '092537.637000', '092537.639000', '092537.642000', '092537.645000', '092537.647000', '092537.650000', '092537.653000', '092537.655000', '092537.658000', '092537.661000', '092537.663000', '092537.666000', '092537.668000', '092537.671000', '092537.674000', '092537.677000', '092537.679000', '092537.682000', '092557.565000', '092557.569000', '092557.571000', '092557.574000', '092557.576000', '092557.579000', '092557.582000', '092557.584000', '092557.591000', '092557.594000', '092557.597000', '092557.600000', '092557.602000', '092557.605000', '092557.608000', '092557.610000', '092557.613000', '092557.616000', '092557.618000', '092557.621000', '092557.624000', '092557.627000', '092557.630000', '092557.633000', '092557.635000', '092557.638000', '092557.641000', '092557.643000', '092557.646000', '092557.649000', '092557.652000', '092557.654000', '092557.657000', '092557.660000', '092557.662000', '092557.665000', '092557.668000', '092557.670000', '092557.673000', '092557.676000', '092557.679000', '092557.681000', '092557.684000', '092617.567000', '092617.570000', '092617.573000', '092617.575000', '092617.578000', '092617.580000', '092617.583000', '092617.586000', '092617.588000', '092617.591000', '092617.594000', '092617.597000', '092617.599000', '092617.602000', '092617.605000', '092617.608000', '092617.610000', '092617.613000', '092617.615000', '092617.618000', '092617.621000', '092617.623000', '092617.626000', '092617.629000', '092617.632000', '092617.634000', '092617.637000', '092617.640000', '092617.651000', '092617.654000', '092617.656000', '092617.659000', '092617.662000', '092617.664000', '092617.667000', '092617.670000', '092617.672000', '092617.675000', '092617.678000', '092617.680000', '092617.683000', '092617.686000', '092617.689000', '092617.691000', '092637.567000', '092637.569000', '092637.572000', '092637.575000', '092637.577000', '092637.580000', '092637.583000', '092637.585000', '092637.588000', '092637.591000', '092637.593000', '092637.596000', '092637.599000', '092637.601000', '092637.608000', '092637.610000', '092637.613000', '092637.616000', '092637.618000', '092637.621000', '092637.623000', '092637.626000', '092637.629000', '092637.631000', '092637.634000', '092637.637000', '092637.639000', '092637.642000', '092637.645000', '092637.647000', '092637.650000', '092637.653000', '092637.655000', '092637.658000', '092637.661000', '092637.664000', '092637.667000', '092637.670000', '092637.673000', '092637.676000', '092637.679000', '092637.681000', '092637.684000', '092657.567000', '092657.570000', '092657.572000', '092657.575000', '092657.577000', '092657.580000', '092657.583000', '092657.586000', '092657.588000', '092657.591000', '092657.594000', '092657.596000', '092657.599000', '092657.602000', '092657.604000', '092657.607000', '092657.610000', '092657.612000', '092657.615000', '092657.618000', '092657.622000', '092657.625000', '092657.628000', '092657.630000', '092657.633000', '092657.636000', '092657.638000', '092657.641000', '092657.643000', '092657.646000', '092657.649000', '092657.651000', '092657.654000', '092657.657000', '092657.659000', '092657.662000', '092657.664000', '092657.667000', '092657.670000', '092657.672000', '092657.675000', '092657.678000', '092657.680000', '092657.683000', '092717.567000', '092717.570000', '092717.572000', '092717.575000', '092717.578000', '092717.580000', '092717.583000', '092717.586000', '092717.588000', '092717.591000', '092717.593000', '092717.596000', '092717.599000', '092717.601000', '092717.604000', '092717.607000', '092717.609000', '092717.612000', '092717.615000', '092717.617000', '092717.620000', '092717.622000', '092717.625000', '092717.628000', '092717.631000', '092717.633000', '092717.636000', '092717.639000', '092717.641000', '092717.644000', '092717.647000', '092717.649000', '092717.652000', '092717.655000', '092717.657000', '092717.660000', '092717.662000', '092717.665000', '092717.668000', '092717.671000', '092717.673000', '092717.676000', '092717.678000', '092737.567000', '092737.569000', '092737.572000', '092737.575000', '092737.578000', '092737.580000', '092737.583000', '092737.586000', '092737.589000', '092737.591000', '092737.594000', '092737.596000', '092737.599000', '092737.602000', '092737.604000', '092737.607000', '092737.610000', '092737.612000', '092737.615000', '092737.617000', '092737.620000', '092737.623000', '092737.625000', '092737.628000', '092737.631000', '092737.633000', '092737.636000', '092737.638000', '092737.641000', '092737.644000', '092737.647000', '092737.649000', '092737.652000', '092737.655000', '092737.657000', '092737.660000', '092737.663000', '092737.665000', '092737.668000', '092737.671000', '092737.673000', '092737.676000', '092737.679000', '092737.681000', '092757.566000', '092757.569000', '092757.572000', '092757.575000', '092757.578000', '092757.580000', '092757.583000', '092757.586000', '092757.588000', '092757.591000', '092757.594000', '092757.596000', '092757.599000', '092757.602000', '092757.604000', '092757.607000', '092757.610000', '092757.612000', '092757.615000', '092757.618000', '092757.620000', '092757.623000', '092757.626000', '092757.628000', '092757.631000', '092757.633000', '092757.636000', '092757.639000', '092757.641000', '092757.644000', '092757.647000', '092757.650000', '092757.652000', '092757.655000', '092757.658000', '092757.660000', '092757.663000', '092757.666000', '092757.668000', '092757.671000', '092757.673000', '092757.676000', '092757.679000', '092810.565000', '092810.568000', '092810.571000', '092810.574000', '092810.577000', '092810.580000', '092810.583000', '092810.585000', '092810.588000', '092810.591000', '092810.594000', '092810.597000', '092810.600000', '092810.603000', '092810.606000', '092810.609000', '092810.611000', '092810.614000', '092810.617000', '092810.620000', '092810.623000', '092810.626000', '092810.629000', '092810.632000', '092810.635000', '092810.639000', '092810.642000', '092810.644000', '092810.647000'], 'InstanceCreationTime': ['092137.596000', '092137.599000', '092137.602000', '092137.604000', '092137.607000', '092137.609000', '092137.612000', '092137.615000', '092137.617000', '092137.620000', '092137.623000', '092137.625000', '092137.628000', '092137.631000', '092137.633000', '092137.636000', '092137.642000', '092137.644000', '092137.647000', '092137.649000', '092137.652000', '092137.655000', '092137.663000', '092137.666000', '092137.669000', '092137.671000', '092137.674000', '092137.677000', '092137.679000', '092137.682000', '092137.684000', '092137.687000', '092137.690000', '092137.692000', '092137.695000', '092137.698000', '092137.700000', '092137.703000', '092137.705000', '092137.708000', '092137.711000', '092137.727000', '092137.729000', '092137.732000', '092137.735000', '092137.737000', '092137.740000', '092137.743000', '092137.745000', '092137.748000', '092137.750000', '092137.753000', '092137.756000', '092137.759000', '092137.762000', '092137.764000', '092137.767000', '092137.770000', '092137.773000', '092157.566000', '092157.569000', '092157.572000', '092157.575000', '092157.577000', '092157.580000', '092157.582000', '092157.585000', '092157.588000', '092157.590000', '092157.593000', '092157.596000', '092157.598000', '092157.601000', '092157.604000', '092157.606000', '092157.609000', '092157.612000', '092157.614000', '092157.617000', '092157.619000', '092157.622000', '092157.625000', '092157.627000', '092157.630000', '092157.632000', '092157.635000', '092157.638000', '092157.640000', '092157.643000', '092157.645000', '092157.648000', '092157.651000', '092157.653000', '092157.656000', '092157.658000', '092157.661000', '092157.664000', '092157.666000', '092157.669000', '092157.671000', '092157.674000', '092157.676000', '092157.679000', '092217.567000', '092217.570000', '092217.572000', '092217.575000', '092217.577000', '092217.580000', '092217.583000', '092217.585000', '092217.588000', '092217.591000', '092217.593000', '092217.596000', '092217.599000', '092217.602000', '092217.604000', '092217.607000', '092217.609000', '092217.612000', '092217.615000', '092217.618000', '092217.620000', '092217.623000', '092217.626000', '092217.628000', '092217.631000', '092217.634000', '092217.636000', '092217.639000', '092217.641000', '092217.644000', '092217.647000', '092217.649000', '092217.652000', '092217.655000', '092217.657000', '092217.660000', '092217.663000', '092217.665000', '092217.668000', '092217.670000', '092217.673000', '092217.676000', '092217.678000', '092237.567000', '092237.569000', '092237.572000', '092237.575000', '092237.577000', '092237.580000', '092237.583000', '092237.586000', '092237.589000', '092237.592000', '092237.595000', '092237.597000', '092237.600000', '092237.603000', '092237.605000', '092237.608000', '092237.611000', '092237.613000', '092237.616000', '092237.619000', '092237.622000', '092237.632000', '092237.635000', '092237.638000', '092237.640000', '092237.643000', '092237.646000', '092237.649000', '092237.651000', '092237.654000', '092237.657000', '092237.659000', '092237.662000', '092237.664000', '092237.667000', '092237.670000', '092237.672000', '092237.675000', '092237.678000', '092237.680000', '092237.683000', '092237.686000', '092237.688000', '092237.691000', '092257.566000', '092257.569000', '092257.572000', '092257.574000', '092257.577000', '092257.580000', '092257.583000', '092257.585000', '092257.588000', '092257.591000', '092257.593000', '092257.596000', '092257.599000', '092257.601000', '092257.604000', '092257.607000', '092257.609000', '092257.612000', '092257.614000', '092257.617000', '092257.620000', '092257.622000', '092257.625000', '092257.628000', '092257.631000', '092257.633000', '092257.636000', '092257.638000', '092257.641000', '092257.644000', '092257.646000', '092257.649000', '092257.652000', '092257.654000', '092257.657000', '092257.660000', '092257.662000', '092257.665000', '092257.668000', '092257.670000', '092257.673000', '092257.676000', '092257.678000', '092317.566000', '092317.569000', '092317.572000', '092317.575000', '092317.577000', '092317.580000', '092317.583000', '092317.585000', '092317.588000', '092317.591000', '092317.593000', '092317.596000', '092317.598000', '092317.601000', '092317.604000', '092317.606000', '092317.609000', '092317.612000', '092317.614000', '092317.617000', '092317.619000', '092317.638000', '092317.640000', '092317.643000', '092317.645000', '092317.648000', '092317.651000', '092317.653000', '092317.656000', '092317.659000', '092317.661000', '092317.664000', '092317.667000', '092317.669000', '092317.672000', '092317.675000', '092317.677000', '092317.680000', '092317.683000', '092317.685000', '092317.688000', '092317.691000', '092317.693000', '092317.696000', '092337.565000', '092337.568000', '092337.571000', '092337.574000', '092337.576000', '092337.579000', '092337.582000', '092337.584000', '092337.587000', '092337.590000', '092337.592000', '092337.595000', '092337.598000', '092337.600000', '092337.603000', '092337.606000', '092337.609000', '092337.611000', '092337.614000', '092337.616000', '092337.619000', '092337.622000', '092337.624000', '092337.627000', '092337.630000', '092337.632000', '092337.635000', '092337.638000', '092337.640000', '092337.643000', '092337.646000', '092337.648000', '092337.651000', '092337.654000', '092337.656000', '092337.659000', '092337.662000', '092337.664000', '092337.667000', '092337.670000', '092337.672000', '092337.675000', '092337.677000', '092357.566000', '092357.569000', '092357.572000', '092357.575000', '092357.578000', '092357.580000', '092357.583000', '092357.586000', '092357.589000', '092357.591000', '092357.594000', '092357.597000', '092357.611000', '092357.613000', '092357.616000', '092357.619000', '092357.622000', '092357.625000', '092357.628000', '092357.630000', '092357.633000', '092357.636000', '092357.638000', '092357.641000', '092357.644000', '092357.646000', '092357.649000', '092357.652000', '092357.654000', '092357.657000', '092357.660000', '092357.662000', '092357.665000', '092357.667000', '092357.670000', '092357.673000', '092357.675000', '092357.678000', '092357.681000', '092357.683000', '092357.686000', '092357.689000', '092357.691000', '092417.567000', '092417.570000', '092417.572000', '092417.575000', '092417.578000', '092417.581000', '092417.584000', '092417.586000', '092417.589000', '092417.592000', '092417.594000', '092417.597000', '092417.599000', '092417.602000', '092417.605000', '092417.607000', '092417.610000', '092417.613000', '092417.615000', '092417.618000', '092417.621000', '092417.624000', '092417.626000', '092417.629000', '092417.631000', '092417.634000', '092417.637000', '092417.639000', '092417.642000', '092417.645000', '092417.647000', '092417.650000', '092417.653000', '092417.655000', '092417.658000', '092417.661000', '092417.663000', '092417.666000', '092417.669000', '092417.671000', '092417.674000', '092417.677000', '092417.679000', '092417.682000', '092437.566000', '092437.569000', '092437.572000', '092437.575000', '092437.578000', '092437.580000', '092437.583000', '092437.586000', '092437.588000', '092437.591000', '092437.593000', '092437.597000', '092437.600000', '092437.603000', '092437.613000', '092437.616000', '092437.619000', '092437.621000', '092437.624000', '092437.627000', '092437.629000', '092437.632000', '092437.635000', '092437.637000', '092437.640000', '092437.643000', '092437.645000', '092437.648000', '092437.650000', '092437.653000', '092437.656000', '092437.658000', '092437.661000', '092437.664000', '092437.666000', '092437.673000', '092437.676000', '092437.679000', '092437.681000', '092437.684000', '092437.686000', '092437.689000', '092437.692000', '092457.566000', '092457.569000', '092457.572000', '092457.594000', '092457.597000', '092457.600000', '092457.602000', '092457.605000', '092457.608000', '092457.611000', '092457.613000', '092457.616000', '092457.619000', '092457.621000', '092457.624000', '092457.626000', '092457.629000', '092457.632000', '092457.635000', '092457.637000', '092457.640000', '092457.643000', '092457.645000', '092457.648000', '092457.651000', '092457.653000', '092457.656000', '092457.659000', '092457.661000', '092457.664000', '092457.667000', '092457.669000', '092457.672000', '092457.675000', '092457.677000', '092457.680000', '092457.683000', '092457.685000', '092457.688000', '092457.690000', '092457.693000', '092457.696000', '092457.699000', '092457.701000', '092517.567000', '092517.570000', '092517.572000', '092517.575000', '092517.578000', '092517.580000', '092517.583000', '092517.586000', '092517.588000', '092517.591000', '092517.594000', '092517.596000', '092517.599000', '092517.602000', '092517.605000', '092517.607000', '092517.610000', '092517.613000', '092517.615000', '092517.618000', '092517.620000', '092517.623000', '092517.626000', '092517.628000', '092517.631000', '092517.634000', '092517.637000', '092517.639000', '092517.642000', '092517.645000', '092517.647000', '092517.650000', '092517.653000', '092517.655000', '092517.658000', '092517.661000', '092517.664000', '092517.667000', '092517.670000', '092517.673000', '092517.675000', '092517.678000', '092517.684000', '092537.567000', '092537.570000', '092537.572000', '092537.575000', '092537.578000', '092537.581000', '092537.583000', '092537.586000', '092537.589000', '092537.591000', '092537.594000', '092537.596000', '092537.599000', '092537.602000', '092537.604000', '092537.607000', '092537.610000', '092537.613000', '092537.615000', '092537.618000', '092537.621000', '092537.623000', '092537.626000', '092537.629000', '092537.631000', '092537.634000', '092537.637000', '092537.639000', '092537.642000', '092537.645000', '092537.647000', '092537.650000', '092537.653000', '092537.655000', '092537.658000', '092537.661000', '092537.663000', '092537.666000', '092537.668000', '092537.671000', '092537.674000', '092537.677000', '092537.679000', '092537.682000', '092557.565000', '092557.569000', '092557.571000', '092557.574000', '092557.576000', '092557.579000', '092557.582000', '092557.584000', '092557.591000', '092557.594000', '092557.597000', '092557.600000', '092557.602000', '092557.605000', '092557.608000', '092557.610000', '092557.613000', '092557.616000', '092557.618000', '092557.621000', '092557.624000', '092557.627000', '092557.630000', '092557.633000', '092557.635000', '092557.638000', '092557.641000', '092557.643000', '092557.646000', '092557.649000', '092557.652000', '092557.654000', '092557.657000', '092557.660000', '092557.662000', '092557.665000', '092557.668000', '092557.670000', '092557.673000', '092557.676000', '092557.679000', '092557.681000', '092557.684000', '092617.567000', '092617.570000', '092617.573000', '092617.575000', '092617.578000', '092617.580000', '092617.583000', '092617.586000', '092617.588000', '092617.591000', '092617.594000', '092617.597000', '092617.599000', '092617.602000', '092617.605000', '092617.608000', '092617.610000', '092617.613000', '092617.615000', '092617.618000', '092617.621000', '092617.623000', '092617.626000', '092617.629000', '092617.632000', '092617.634000', '092617.637000', '092617.640000', '092617.651000', '092617.654000', '092617.656000', '092617.659000', '092617.662000', '092617.664000', '092617.667000', '092617.670000', '092617.672000', '092617.675000', '092617.678000', '092617.680000', '092617.683000', '092617.686000', '092617.689000', '092617.691000', '092637.567000', '092637.569000', '092637.572000', '092637.575000', '092637.577000', '092637.580000', '092637.583000', '092637.585000', '092637.588000', '092637.591000', '092637.593000', '092637.596000', '092637.599000', '092637.601000', '092637.608000', '092637.610000', '092637.613000', '092637.616000', '092637.618000', '092637.621000', '092637.623000', '092637.626000', '092637.629000', '092637.631000', '092637.634000', '092637.637000', '092637.639000', '092637.642000', '092637.645000', '092637.647000', '092637.650000', '092637.653000', '092637.655000', '092637.658000', '092637.661000', '092637.664000', '092637.667000', '092637.670000', '092637.673000', '092637.676000', '092637.679000', '092637.681000', '092637.684000', '092657.567000', '092657.570000', '092657.572000', '092657.575000', '092657.577000', '092657.580000', '092657.583000', '092657.586000', '092657.588000', '092657.591000', '092657.594000', '092657.596000', '092657.599000', '092657.602000', '092657.604000', '092657.607000', '092657.610000', '092657.612000', '092657.615000', '092657.618000', '092657.622000', '092657.625000', '092657.628000', '092657.630000', '092657.633000', '092657.636000', '092657.638000', '092657.641000', '092657.643000', '092657.646000', '092657.649000', '092657.651000', '092657.654000', '092657.657000', '092657.659000', '092657.662000', '092657.664000', '092657.667000', '092657.670000', '092657.672000', '092657.675000', '092657.678000', '092657.680000', '092657.683000', '092717.567000', '092717.570000', '092717.572000', '092717.575000', '092717.578000', '092717.580000', '092717.583000', '092717.586000', '092717.588000', '092717.591000', '092717.593000', '092717.596000', '092717.599000', '092717.601000', '092717.604000', '092717.607000', '092717.609000', '092717.612000', '092717.615000', '092717.617000', '092717.620000', '092717.622000', '092717.625000', '092717.628000', '092717.631000', '092717.633000', '092717.636000', '092717.639000', '092717.641000', '092717.644000', '092717.647000', '092717.649000', '092717.652000', '092717.655000', '092717.657000', '092717.660000', '092717.662000', '092717.665000', '092717.668000', '092717.671000', '092717.673000', '092717.676000', '092717.678000', '092737.567000', '092737.569000', '092737.572000', '092737.575000', '092737.578000', '092737.580000', '092737.583000', '092737.586000', '092737.589000', '092737.591000', '092737.594000', '092737.596000', '092737.599000', '092737.602000', '092737.604000', '092737.607000', '092737.610000', '092737.612000', '092737.615000', '092737.617000', '092737.620000', '092737.623000', '092737.625000', '092737.628000', '092737.631000', '092737.633000', '092737.636000', '092737.638000', '092737.641000', '092737.644000', '092737.647000', '092737.649000', '092737.652000', '092737.655000', '092737.657000', '092737.660000', '092737.663000', '092737.665000', '092737.668000', '092737.671000', '092737.673000', '092737.676000', '092737.679000', '092737.681000', '092757.566000', '092757.569000', '092757.572000', '092757.575000', '092757.578000', '092757.580000', '092757.583000', '092757.586000', '092757.588000', '092757.591000', '092757.594000', '092757.596000', '092757.599000', '092757.602000', '092757.604000', '092757.607000', '092757.610000', '092757.612000', '092757.615000', '092757.618000', '092757.620000', '092757.623000', '092757.626000', '092757.628000', '092757.631000', '092757.633000', '092757.636000', '092757.639000', '092757.641000', '092757.644000', '092757.647000', '092757.650000', '092757.652000', '092757.655000', '092757.658000', '092757.660000', '092757.663000', '092757.666000', '092757.668000', '092757.671000', '092757.673000', '092757.676000', '092757.679000', '092810.565000', '092810.568000', '092810.571000', '092810.574000', '092810.577000', '092810.580000', '092810.583000', '092810.585000', '092810.588000', '092810.591000', '092810.594000', '092810.597000', '092810.600000', '092810.603000', '092810.606000', '092810.609000', '092810.611000', '092810.614000', '092810.617000', '092810.620000', '092810.623000', '092810.626000', '092810.629000', '092810.632000', '092810.635000', '092810.639000', '092810.642000', '092810.644000', '092810.647000'], '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': [9780, 7560, 8403, 7976, 6823, 8019, 6901, 9758, 7093, 9829, 6953, 9695, 6830, 9120, 6757, 7809, 6603, 6727, 7967, 6691, 8834, 6928, 8384, 6764, 8245, 6739, 7731, 6772, 7493, 6832, 7977, 6855, 8061, 6792, 8377, 6838, 8835, 6949, 8697, 7059, 8511, 6944, 9040, 7200, 9249, 6969, 8501, 7074, 9260, 7038, 8391, 6965, 8624, 6948, 8604, 7068, 8202, 11932, 7584, 11149, 7698, 9791, 6954, 9022, 6599, 7564, 6443, 7238, 9681, 6693, 9788, 6588, 8529, 6649, 8014, 6853, 7599, 6604, 8074, 6474, 6785, 6612, 6750, 8815, 6713, 8733, 6985, 8517, 6685, 8249, 6610, 7642, 6607, 7847, 6556, 6858, 9085, 6718, 8917, 6669, 8069, 6713, 7658, 6724, 7945, 6733, 6917, 6789, 7211, 6731, 7439, 6805, 8748, 6873, 7996, 6860, 7548, 6905, 7017, 9321, 7011, 8892, 7353, 9532, 6957, 8426, 6850, 8801, 7031, 8515, 7027, 7906, 6892, 8528, 6804, 8225, 6861, 6976, 8919, 6844, 9746, 6823, 8651, 6735, 8505, 6820, 8779, 6767, 7909, 6704, 7360, 6695, 7443, 6690, 7794, 6699, 8279, 6739, 7498, 6815, 6878, 6627, 6763, 6907, 6994, 6722, 6887, 6619, 6919, 9226, 6772, 8525, 6870, 9042, 6844, 8175, 6906, 8223, 6795, 8176, 6807, 8315, 6858, 8214, 6851, 7556, 6787, 8255, 6920, 7204, 6802, 7189, 6792, 6853, 8824, 6896, 8897, 6926, 8948, 6825, 8266, 6753, 8039, 6683, 8135, 6796, 8126, 6715, 7479, 6775, 8453, 6705, 8132, 6801, 7477, 6835, 7075, 6883, 7453, 6891, 7310, 6819, 7750, 6720, 7693, 6766, 7807, 6906, 7967, 6837, 8615, 6897, 8209, 6758, 7370, 8792, 7409, 6732, 7072, 6821, 7522, 6749, 7698, 8439, 7414, 9292, 6855, 9011, 6834, 9670, 6688, 8550, 6886, 7963, 6746, 6765, 7799, 6789, 9111, 6679, 8155, 6960, 7880, 6623, 8193, 6645, 7966, 6689, 9007, 6678, 7701, 6843, 7169, 6689, 7450, 6790, 6849, 8950, 6869, 8916, 7175, 8624, 6728, 8276, 6813, 8172, 6689, 8524, 6817, 7970, 6745, 7545, 6772, 8230, 6762, 8137, 6657, 7774, 6573, 6763, 8179, 6726, 8952, 6704, 8386, 6726, 7582, 6640, 7405, 6507, 7123, 6608, 7356, 6585, 7099, 6635, 7174, 6659, 7228, 6631, 8790, 6796, 8347, 6879, 7927, 6831, 7323, 6877, 7646, 6647, 7925, 6650, 7651, 6802, 7532, 6797, 7363, 6747, 7512, 6794, 7262, 6688, 7408, 6595, 6869, 6717, 7148, 6736, 7707, 6716, 7674, 6700, 7188, 7102, 6806, 6693, 6811, 9054, 6877, 8816, 7028, 8680, 6705, 8224, 6726, 8164, 6766, 8823, 6846, 8855, 6745, 8226, 6924, 8155, 6715, 7709, 6846, 7721, 6701, 7568, 6709, 7953, 6721, 8596, 6601, 7786, 6684, 7186, 6647, 7183, 6616, 7095, 6343, 7046, 6398, 6806, 6435, 6864, 6570, 6776, 8172, 6978, 6463, 6990, 6551, 6730, 6652, 7434, 6717, 7568, 6807, 7916, 6796, 8291, 6813, 8783, 7492, 8168, 6958, 9224, 6929, 9123, 6848, 9006, 6824, 8627, 6732, 8119, 6710, 8550, 6736, 8979, 6867, 9094, 7160, 6495, 6808, 6661, 7405, 6411, 7584, 8611, 6689, 8533, 6989, 8356, 6812, 8276, 6716, 8406, 6601, 8779, 6858, 8024, 6920, 7496, 6713, 7334, 6488, 7141, 6364, 6903, 6583, 7197, 6704, 7183, 6827, 7537, 6667, 8148, 6932, 8486, 6870, 8074, 6679, 7573, 6924, 8858, 6649, 8123, 6719, 8101, 6583, 7474, 6544, 7751, 6823, 8197, 6497, 7220, 6501, 7879, 6879, 7366, 6537, 7634, 6684, 8185, 6587, 7651, 6581, 7459, 6889, 7947, 6601, 7473, 6600, 6945, 8380, 6885, 9296, 6760, 9175, 6745, 8575, 6675, 8359, 6790, 8345, 6786, 8205, 6846, 7843, 6795, 7346, 6808, 7365, 6891, 8545, 6723, 8216, 6774, 6856, 6633, 6779, 6672, 6926, 6592, 6881, 8932, 6892, 9294, 7148, 8926, 6900, 8656, 6849, 9421, 7857, 7694, 6807, 6759, 6886, 6614, 6875, 9345, 6785, 9097, 7239, 8602, 6956, 8737, 6722, 8271, 6767, 7821, 6734, 7583, 6596, 8582, 6650, 7634, 7228, 6630, 8747, 6544, 8577, 6779, 8575, 6566, 8236, 6818, 8029, 6876, 9145, 7421, 6527, 6673, 6693, 7519, 6883, 8038, 6587, 9534, 6696, 9426, 6789, 8895, 6794, 8006, 6688, 7288, 6451, 6731, 6413, 6872, 6435, 6713, 6416, 6705, 6292, 6931, 6452, 7610, 6509, 7373, 6773, 7285, 6696, 7552, 6707, 8403, 6623, 6669, 6575, 6808, 6725, 7061, 6615, 8073, 6908, 7987, 6965, 8180, 7052, 8713, 7169, 9291, 6971, 9565, 7215, 10393, 7001, 10054, 6815, 8643, 6446, 7091, 6239, 6967, 6310, 7071, 5986, 7119, 6251, 7304, 6385, 7378, 6802, 7292, 6931, 6840, 7880, 6701, 8324, 6749, 8445, 6964, 8000, 6831, 8299, 6770, 8163, 6805, 8698, 6967, 8860, 7487, 6534, 6942, 6602, 6879, 8645, 6824, 8658, 7025, 8077, 6810, 6600, 6792, 6541, 6866, 7526, 7179, 7017, 7179, 6863, 7113, 6659, 6899, 8988, 6960, 9754, 7899, 9306, 6733, 9703, 6675, 8995, 6815, 8170, 6831, 7612, 6863, 7921, 6489, 7475, 6607, 6766, 6747, 7354, 6897, 7316, 6901, 8422, 6756, 8904, 6879, 9558, 6894, 9109, 7020, 8899, 6842, 7595, 6571, 6752, 6311, 7087, 9131, 6869, 8713, 6863, 8576, 6809, 8247, 6853, 8125, 7103, 6954, 6659, 6372, 6720, 6350, 6691, 6369, 6903, 6473, 6649, 6761, 6914, 6692, 7923, 6905, 7730, 7002, 7934, 6887, 7901, 6681, 7894, 6867, 7362, 6735, 7853, 6786, 8552, 7032, 8899, 6905, 8882, 6778, 8129, 7049, 8588, 7155, 9332, 7165, 9445, 7101, 9186, 7104, 8767, 7110, 9371, 7007, 8966, 7109, 8580, 6977, 8529, 7212, 7687, 6957, 7853, 6564, 6924, 6413, 6850, 6349, 7036, 6934, 7903, 7336, 7616, 7265, 8412, 7423, 8663, 7217, 8661, 7460, 8105, 7220, 8027, 6775, 7031, 6579, 6853, 6813, 7397, 7113, 7760, 7078, 8178, 6913, 8559, 6976, 8636, 7081, 9005, 6899, 8277, 6969, 7654, 6864, 7725, 6522, 7045, 6474, 6680, 6448, 6961, 7317, 6868, 7551, 6881, 6469, 6598, 6439, 6657, 6480, 6812, 6855, 8498, 6772, 8019, 6659, 7754, 6551, 6856, 7000, 6778, 7849, 6758, 8425, 6774, 7939, 7601, 7224, 11172, 7784, 10399, 7023, 10069, 7190, 8930, 6472, 7107, 6465, 7619, 6771, 7086, 6845, 7923, 6947, 7877, 7021, 8233, 7040, 8127, 7211, 7896, 7030, 8026, 6663, 7415, 6415, 6993, 6452, 7064, 8469, 7050, 8261], 'WindowCenter': [3980.0, 3947.0, 3931.0, 3918.0, 3895.0, 3917.0, 3896.0, 3936.0, 3894.0, 3934.0, 3893.0, 3923.0, 3870.0, 3909.0, 3866.0, 3888.0, 3867.0, 3867.0, 3886.0, 3868.0, 3899.0, 3878.0, 3887.0, 3865.0, 3887.0, 3867.0, 3899.0, 3880.0, 3891.0, 3894.0, 3912.0, 3894.0, 3914.0, 3908.0, 3927.0, 3896.0, 3939.0, 3908.0, 3927.0, 3906.0, 3928.0, 3908.0, 3937.0, 3907.0, 3937.0, 3905.0, 3925.0, 3894.0, 3938.0, 3905.0, 3916.0, 3894.0, 3914.0, 3893.0, 3924.0, 3891.0, 3914.0, 3944.0, 3901.0, 3932.0, 3890.0, 3908.0, 3877.0, 3897.0, 3865.0, 3888.0, 3867.0, 3877.0, 3907.0, 3868.0, 3909.0, 3867.0, 3896.0, 3866.0, 3887.0, 3877.0, 3888.0, 3867.0, 3888.0, 3855.0, 3868.0, 3865.0, 3866.0, 3897.0, 3869.0, 3899.0, 3878.0, 3898.0, 3866.0, 3897.0, 3868.0, 3888.0, 3868.0, 3900.0, 3868.0, 3881.0, 3912.0, 3881.0, 3911.0, 3880.0, 3899.0, 3879.0, 3900.0, 3880.0, 3915.0, 3893.0, 3892.0, 3892.0, 3902.0, 3892.0, 3903.0, 3894.0, 3928.0, 3893.0, 3928.0, 3893.0, 3916.0, 3892.0, 3905.0, 3936.0, 3906.0, 3924.0, 3903.0, 3923.0, 3894.0, 3913.0, 3891.0, 3923.0, 3894.0, 3924.0, 3893.0, 3902.0, 3890.0, 3912.0, 3879.0, 3911.0, 3879.0, 3891.0, 3911.0, 3881.0, 3921.0, 3881.0, 3909.0, 3880.0, 3909.0, 3879.0, 3911.0, 3880.0, 3902.0, 3880.0, 3889.0, 3878.0, 3891.0, 3879.0, 3914.0, 3892.0, 3911.0, 3880.0, 3892.0, 3880.0, 3882.0, 3880.0, 3893.0, 3891.0, 3891.0, 3881.0, 3892.0, 3879.0, 3891.0, 3920.0, 3881.0, 3911.0, 3881.0, 3911.0, 3882.0, 3912.0, 3892.0, 3913.0, 3882.0, 3914.0, 3893.0, 3912.0, 3893.0, 3913.0, 3882.0, 3902.0, 3881.0, 3915.0, 3892.0, 3903.0, 3881.0, 3892.0, 3878.0, 3880.0, 3910.0, 3892.0, 3911.0, 3890.0, 3910.0, 3881.0, 3898.0, 3879.0, 3900.0, 3893.0, 3913.0, 3882.0, 3900.0, 3880.0, 3889.0, 3879.0, 3912.0, 3894.0, 3902.0, 3880.0, 3892.0, 3880.0, 3890.0, 3891.0, 3904.0, 3891.0, 3902.0, 3881.0, 3903.0, 3881.0, 3902.0, 3893.0, 3903.0, 3892.0, 3914.0, 3882.0, 3914.0, 3891.0, 3912.0, 3881.0, 3903.0, 3912.0, 3891.0, 3880.0, 3890.0, 3879.0, 3901.0, 3879.0, 3902.0, 3912.0, 3892.0, 3922.0, 3880.0, 3910.0, 3880.0, 3920.0, 3880.0, 3910.0, 3879.0, 3899.0, 3879.0, 3880.0, 3887.0, 3879.0, 3908.0, 3878.0, 3898.0, 3890.0, 3900.0, 3880.0, 3909.0, 3882.0, 3900.0, 3880.0, 3911.0, 3881.0, 3903.0, 3880.0, 3890.0, 3879.0, 3892.0, 3880.0, 3882.0, 3912.0, 3882.0, 3922.0, 3890.0, 3910.0, 3880.0, 3911.0, 3879.0, 3901.0, 3881.0, 3912.0, 3881.0, 3901.0, 3880.0, 3901.0, 3880.0, 3911.0, 3881.0, 3913.0, 3879.0, 3902.0, 3870.0, 3879.0, 3898.0, 3877.0, 3909.0, 3878.0, 3900.0, 3879.0, 3889.0, 3867.0, 3889.0, 3866.0, 3878.0, 3877.0, 3890.0, 3880.0, 3890.0, 3881.0, 3891.0, 3880.0, 3903.0, 3882.0, 3924.0, 3892.0, 3916.0, 3881.0, 3913.0, 3880.0, 3902.0, 3880.0, 3904.0, 3891.0, 3901.0, 3881.0, 3900.0, 3880.0, 3901.0, 3893.0, 3903.0, 3880.0, 3903.0, 3879.0, 3902.0, 3880.0, 3903.0, 3894.0, 3892.0, 3882.0, 3892.0, 3881.0, 3902.0, 3891.0, 3903.0, 3893.0, 3894.0, 3892.0, 3892.0, 3881.0, 3883.0, 3922.0, 3892.0, 3923.0, 3892.0, 3913.0, 3881.0, 3911.0, 3881.0, 3911.0, 3894.0, 3922.0, 3882.0, 3910.0, 3879.0, 3911.0, 3880.0, 3900.0, 3880.0, 3890.0, 3880.0, 3899.0, 3879.0, 3889.0, 3877.0, 3900.0, 3879.0, 3910.0, 3878.0, 3891.0, 3867.0, 3879.0, 3877.0, 3879.0, 3877.0, 3890.0, 3868.0, 3879.0, 3869.0, 3878.0, 3866.0, 3879.0, 3878.0, 3881.0, 3913.0, 3891.0, 3870.0, 3890.0, 3869.0, 3881.0, 3891.0, 3902.0, 3892.0, 3914.0, 3893.0, 3913.0, 3894.0, 3925.0, 3896.0, 3925.0, 3905.0, 3915.0, 3894.0, 3924.0, 3893.0, 3923.0, 3893.0, 3922.0, 3879.0, 3911.0, 3881.0, 3900.0, 3882.0, 3912.0, 3893.0, 3911.0, 3881.0, 3912.0, 3891.0, 3868.0, 3879.0, 3879.0, 3892.0, 3868.0, 3901.0, 3910.0, 3882.0, 3912.0, 3891.0, 3899.0, 3880.0, 3898.0, 3877.0, 3898.0, 3865.0, 3898.0, 3867.0, 3887.0, 3877.0, 3875.0, 3865.0, 3875.0, 3854.0, 3877.0, 3865.0, 3878.0, 3866.0, 3878.0, 3867.0, 3877.0, 3865.0, 3886.0, 3879.0, 3899.0, 3878.0, 3908.0, 3880.0, 3900.0, 3880.0, 3889.0, 3878.0, 3910.0, 3867.0, 3888.0, 3866.0, 3898.0, 3866.0, 3889.0, 3868.0, 3887.0, 3866.0, 3899.0, 3865.0, 3887.0, 3867.0, 3897.0, 3868.0, 3888.0, 3869.0, 3887.0, 3878.0, 3899.0, 3879.0, 3900.0, 3880.0, 3890.0, 3888.0, 3900.0, 3878.0, 3889.0, 3880.0, 3892.0, 3911.0, 3891.0, 3921.0, 3881.0, 3920.0, 3881.0, 3911.0, 3894.0, 3912.0, 3892.0, 3912.0, 3882.0, 3912.0, 3880.0, 3902.0, 3880.0, 3891.0, 3881.0, 3902.0, 3892.0, 3912.0, 3880.0, 3913.0, 3882.0, 3882.0, 3880.0, 3881.0, 3880.0, 3891.0, 3880.0, 3892.0, 3922.0, 3893.0, 3923.0, 3893.0, 3920.0, 3893.0, 3909.0, 3894.0, 3924.0, 3915.0, 3903.0, 3882.0, 3881.0, 3892.0, 3880.0, 3882.0, 3921.0, 3881.0, 3923.0, 3903.0, 3911.0, 3892.0, 3911.0, 3881.0, 3900.0, 3879.0, 3889.0, 3879.0, 3889.0, 3878.0, 3910.0, 3867.0, 3888.0, 3876.0, 3866.0, 3897.0, 3866.0, 3895.0, 3877.0, 3898.0, 3878.0, 3898.0, 3878.0, 3911.0, 3881.0, 3920.0, 3901.0, 3868.0, 3879.0, 3879.0, 3889.0, 3891.0, 3913.0, 3892.0, 3934.0, 3881.0, 3923.0, 3881.0, 3911.0, 3878.0, 3899.0, 3866.0, 3889.0, 3856.0, 3867.0, 3868.0, 3878.0, 3866.0, 3868.0, 3866.0, 3878.0, 3867.0, 3879.0, 3867.0, 3889.0, 3867.0, 3889.0, 3879.0, 3891.0, 3880.0, 3903.0, 3894.0, 3924.0, 3893.0, 3892.0, 3879.0, 3892.0, 3893.0, 3908.0, 3894.0, 3926.0, 3903.0, 3916.0, 3904.0, 3928.0, 3906.0, 3927.0, 3894.0, 3936.0, 3893.0, 3923.0, 3889.0, 3921.0, 3878.0, 3909.0, 3865.0, 3896.0, 3855.0, 3863.0, 3842.0, 3862.0, 3852.0, 3864.0, 3841.0, 3864.0, 3853.0, 3874.0, 3854.0, 3875.0, 3878.0, 3889.0, 3890.0, 3878.0, 3900.0, 3880.0, 3911.0, 3881.0, 3912.0, 3892.0, 3912.0, 3881.0, 3911.0, 3882.0, 3909.0, 3880.0, 3911.0, 3893.0, 3922.0, 3903.0, 3881.0, 3891.0, 3880.0, 3892.0, 3912.0, 3894.0, 3924.0, 3894.0, 3913.0, 3892.0, 3881.0, 3893.0, 3880.0, 3894.0, 3915.0, 3904.0, 3894.0, 3894.0, 3892.0, 3894.0, 3880.0, 3890.0, 3912.0, 3893.0, 3922.0, 3903.0, 3912.0, 3880.0, 3921.0, 3879.0, 3909.0, 3879.0, 3899.0, 3868.0, 3887.0, 3867.0, 3899.0, 3868.0, 3890.0, 3882.0, 3892.0, 3892.0, 3889.0, 3878.0, 3888.0, 3890.0, 3912.0, 3907.0, 3925.0, 3892.0, 3923.0, 3891.0, 3921.0, 3892.0, 3924.0, 3878.0, 3889.0, 3865.0, 3866.0, 3865.0, 3877.0, 3907.0, 3866.0, 3896.0, 3867.0, 3898.0, 3879.0, 3898.0, 3879.0, 3896.0, 3879.0, 3877.0, 3880.0, 3879.0, 3893.0, 3883.0, 3894.0, 3880.0, 3892.0, 3881.0, 3881.0, 3880.0, 3893.0, 3893.0, 3912.0, 3891.0, 3901.0, 3893.0, 3913.0, 3892.0, 3913.0, 3895.0, 3913.0, 3892.0, 3904.0, 3894.0, 3912.0, 3893.0, 3925.0, 3904.0, 3924.0, 3904.0, 3923.0, 3893.0, 3914.0, 3893.0, 3925.0, 3904.0, 3921.0, 3892.0, 3920.0, 3890.0, 3921.0, 3891.0, 3911.0, 3891.0, 3909.0, 3890.0, 3909.0, 3890.0, 3909.0, 3890.0, 3909.0, 3890.0, 3889.0, 3891.0, 3899.0, 3878.0, 3879.0, 3868.0, 3892.0, 3883.0, 3892.0, 3891.0, 3899.0, 3890.0, 3902.0, 3903.0, 3911.0, 3902.0, 3912.0, 3903.0, 3924.0, 3902.0, 3901.0, 3889.0, 3901.0, 3879.0, 3890.0, 3880.0, 3892.0, 3881.0, 3889.0, 3878.0, 3900.0, 3890.0, 3910.0, 3891.0, 3910.0, 3892.0, 3911.0, 3891.0, 3908.0, 3879.0, 3898.0, 3878.0, 3888.0, 3878.0, 3900.0, 3868.0, 3878.0, 3867.0, 3878.0, 3868.0, 3878.0, 3889.0, 3881.0, 3900.0, 3890.0, 3881.0, 3890.0, 3881.0, 3892.0, 3881.0, 3894.0, 3893.0, 3925.0, 3894.0, 3916.0, 3897.0, 3912.0, 3896.0, 3893.0, 3904.0, 3895.0, 3928.0, 3896.0, 3927.0, 3894.0, 3915.0, 3902.0, 3902.0, 3944.0, 3900.0, 3921.0, 3878.0, 3920.0, 3875.0, 3899.0, 3854.0, 3879.0, 3866.0, 3887.0, 3865.0, 3874.0, 3865.0, 3897.0, 3877.0, 3898.0, 3889.0, 3911.0, 3891.0, 3901.0, 3891.0, 3901.0, 3891.0, 3900.0, 3877.0, 3889.0, 3868.0, 3890.0, 3869.0, 3891.0, 3913.0, 3892.0, 3912.0], 'WindowWidth': [8882.0, 8832.0, 8795.0, 8774.0, 8737.0, 8767.0, 8738.0, 8789.0, 8731.0, 8783.0, 8727.0, 8766.0, 8691.0, 8740.0, 8679.0, 8711.0, 8679.0, 8680.0, 8706.0, 8686.0, 8726.0, 8697.0, 8705.0, 8678.0, 8707.0, 8683.0, 8730.0, 8708.0, 8722.0, 8732.0, 8755.0, 8734.0, 8759.0, 8759.0, 8782.0, 8742.0, 8799.0, 8760.0, 8782.0, 8754.0, 8784.0, 8758.0, 8795.0, 8757.0, 8793.0, 8749.0, 8774.0, 8733.0, 8796.0, 8749.0, 8763.0, 8732.0, 8758.0, 8728.0, 8772.0, 8723.0, 8756.0, 8799.0, 8737.0, 8776.0, 8717.0, 8739.0, 8694.0, 8722.0, 8677.0, 8711.0, 8683.0, 8696.0, 8735.0, 8686.0, 8739.0, 8681.0, 8718.0, 8680.0, 8711.0, 8697.0, 8711.0, 8683.0, 8712.0, 8666.0, 8687.0, 8678.0, 8681.0, 8722.0, 8688.0, 8729.0, 8700.0, 8724.0, 8682.0, 8723.0, 8686.0, 8712.0, 8687.0, 8732.0, 8689.0, 8711.0, 8751.0, 8709.0, 8747.0, 8707.0, 8730.0, 8704.0, 8734.0, 8709.0, 8762.0, 8732.0, 8728.0, 8728.0, 8741.0, 8728.0, 8742.0, 8734.0, 8786.0, 8733.0, 8785.0, 8732.0, 8766.0, 8727.0, 8749.0, 8793.0, 8752.0, 8772.0, 8744.0, 8767.0, 8731.0, 8756.0, 8726.0, 8770.0, 8733.0, 8772.0, 8728.0, 8739.0, 8721.0, 8751.0, 8703.0, 8750.0, 8704.0, 8724.0, 8750.0, 8709.0, 8760.0, 8710.0, 8744.0, 8706.0, 8743.0, 8706.0, 8751.0, 8706.0, 8738.0, 8706.0, 8717.0, 8702.0, 8723.0, 8705.0, 8760.0, 8729.0, 8752.0, 8708.0, 8725.0, 8706.0, 8711.0, 8707.0, 8728.0, 8726.0, 8723.0, 8709.0, 8726.0, 8705.0, 8722.0, 8760.0, 8710.0, 8751.0, 8712.0, 8749.0, 8713.0, 8750.0, 8726.0, 8754.0, 8715.0, 8758.0, 8731.0, 8753.0, 8730.0, 8754.0, 8714.0, 8740.0, 8710.0, 8761.0, 8729.0, 8741.0, 8711.0, 8726.0, 8702.0, 8708.0, 8747.0, 8725.0, 8751.0, 8722.0, 8745.0, 8707.0, 8729.0, 8705.0, 8732.0, 8729.0, 8754.0, 8713.0, 8734.0, 8707.0, 8718.0, 8706.0, 8755.0, 8732.0, 8740.0, 8708.0, 8726.0, 8706.0, 8721.0, 8724.0, 8747.0, 8725.0, 8740.0, 8711.0, 8743.0, 8710.0, 8742.0, 8731.0, 8746.0, 8728.0, 8759.0, 8713.0, 8758.0, 8723.0, 8753.0, 8711.0, 8742.0, 8753.0, 8722.0, 8707.0, 8722.0, 8705.0, 8738.0, 8705.0, 8738.0, 8751.0, 8726.0, 8766.0, 8709.0, 8746.0, 8708.0, 8758.0, 8706.0, 8744.0, 8703.0, 8730.0, 8705.0, 8708.0, 8713.0, 8705.0, 8740.0, 8702.0, 8728.0, 8720.0, 8735.0, 8709.0, 8745.0, 8713.0, 8734.0, 8709.0, 8749.0, 8710.0, 8744.0, 8708.0, 8723.0, 8705.0, 8726.0, 8707.0, 8712.0, 8752.0, 8713.0, 8766.0, 8722.0, 8746.0, 8709.0, 8749.0, 8706.0, 8735.0, 8711.0, 8751.0, 8709.0, 8736.0, 8705.0, 8735.0, 8707.0, 8751.0, 8711.0, 8756.0, 8705.0, 8737.0, 8690.0, 8704.0, 8727.0, 8698.0, 8742.0, 8702.0, 8732.0, 8705.0, 8716.0, 8684.0, 8715.0, 8683.0, 8703.0, 8700.0, 8722.0, 8707.0, 8723.0, 8711.0, 8724.0, 8709.0, 8741.0, 8713.0, 8774.0, 8730.0, 8764.0, 8712.0, 8756.0, 8708.0, 8740.0, 8708.0, 8746.0, 8725.0, 8739.0, 8709.0, 8734.0, 8706.0, 8736.0, 8730.0, 8744.0, 8709.0, 8744.0, 8706.0, 8740.0, 8706.0, 8742.0, 8732.0, 8728.0, 8712.0, 8728.0, 8710.0, 8740.0, 8724.0, 8743.0, 8732.0, 8733.0, 8728.0, 8729.0, 8711.0, 8716.0, 8765.0, 8729.0, 8771.0, 8727.0, 8757.0, 8711.0, 8749.0, 8710.0, 8750.0, 8732.0, 8765.0, 8713.0, 8746.0, 8706.0, 8749.0, 8707.0, 8733.0, 8710.0, 8719.0, 8706.0, 8730.0, 8705.0, 8717.0, 8700.0, 8732.0, 8705.0, 8749.0, 8701.0, 8723.0, 8683.0, 8703.0, 8698.0, 8703.0, 8698.0, 8721.0, 8690.0, 8705.0, 8689.0, 8702.0, 8683.0, 8703.0, 8703.0, 8712.0, 8755.0, 8724.0, 8694.0, 8723.0, 8691.0, 8711.0, 8726.0, 8743.0, 8728.0, 8760.0, 8731.0, 8758.0, 8734.0, 8775.0, 8741.0, 8777.0, 8751.0, 8762.0, 8732.0, 8772.0, 8729.0, 8771.0, 8730.0, 8765.0, 8707.0, 8749.0, 8711.0, 8735.0, 8713.0, 8752.0, 8730.0, 8751.0, 8711.0, 8751.0, 8722.0, 8688.0, 8706.0, 8704.0, 8726.0, 8689.0, 8736.0, 8748.0, 8714.0, 8752.0, 8724.0, 8730.0, 8705.0, 8727.0, 8698.0, 8726.0, 8680.0, 8725.0, 8685.0, 8710.0, 8694.0, 8691.0, 8676.0, 8691.0, 8661.0, 8694.0, 8678.0, 8699.0, 8681.0, 8703.0, 8682.0, 8695.0, 8679.0, 8707.0, 8704.0, 8730.0, 8700.0, 8741.0, 8707.0, 8733.0, 8705.0, 8717.0, 8700.0, 8745.0, 8684.0, 8714.0, 8681.0, 8727.0, 8681.0, 8717.0, 8688.0, 8709.0, 8681.0, 8729.0, 8678.0, 8712.0, 8686.0, 8724.0, 8687.0, 8713.0, 8689.0, 8713.0, 8701.0, 8730.0, 8705.0, 8735.0, 8707.0, 8720.0, 8716.0, 8735.0, 8701.0, 8718.0, 8706.0, 8724.0, 8749.0, 8723.0, 8761.0, 8711.0, 8758.0, 8711.0, 8751.0, 8732.0, 8755.0, 8727.0, 8752.0, 8713.0, 8753.0, 8707.0, 8739.0, 8710.0, 8723.0, 8710.0, 8738.0, 8725.0, 8752.0, 8707.0, 8755.0, 8715.0, 8714.0, 8709.0, 8712.0, 8707.0, 8723.0, 8708.0, 8727.0, 8767.0, 8730.0, 8767.0, 8729.0, 8761.0, 8728.0, 8746.0, 8731.0, 8771.0, 8760.0, 8741.0, 8714.0, 8711.0, 8728.0, 8708.0, 8713.0, 8762.0, 8712.0, 8768.0, 8743.0, 8748.0, 8725.0, 8748.0, 8709.0, 8730.0, 8703.0, 8716.0, 8703.0, 8716.0, 8702.0, 8746.0, 8684.0, 8714.0, 8695.0, 8682.0, 8725.0, 8684.0, 8719.0, 8699.0, 8726.0, 8700.0, 8726.0, 8702.0, 8753.0, 8711.0, 8763.0, 8737.0, 8690.0, 8704.0, 8703.0, 8717.0, 8725.0, 8756.0, 8727.0, 8784.0, 8710.0, 8768.0, 8709.0, 8748.0, 8700.0, 8730.0, 8681.0, 8714.0, 8669.0, 8685.0, 8687.0, 8700.0, 8682.0, 8687.0, 8683.0, 8699.0, 8685.0, 8704.0, 8686.0, 8715.0, 8684.0, 8717.0, 8702.0, 8721.0, 8706.0, 8743.0, 8735.0, 8776.0, 8734.0, 8728.0, 8708.0, 8729.0, 8733.0, 8759.0, 8735.0, 8781.0, 8746.0, 8767.0, 8748.0, 8784.0, 8753.0, 8782.0, 8733.0, 8791.0, 8728.0, 8767.0, 8716.0, 8763.0, 8698.0, 8743.0, 8676.0, 8720.0, 8661.0, 8671.0, 8643.0, 8668.0, 8654.0, 8673.0, 8640.0, 8674.0, 8660.0, 8686.0, 8660.0, 8691.0, 8700.0, 8718.0, 8718.0, 8703.0, 8733.0, 8708.0, 8749.0, 8710.0, 8750.0, 8726.0, 8753.0, 8711.0, 8748.0, 8711.0, 8745.0, 8708.0, 8751.0, 8731.0, 8766.0, 8743.0, 8712.0, 8726.0, 8708.0, 8726.0, 8753.0, 8733.0, 8772.0, 8732.0, 8756.0, 8728.0, 8710.0, 8730.0, 8710.0, 8733.0, 8762.0, 8748.0, 8732.0, 8733.0, 8728.0, 8732.0, 8709.0, 8722.0, 8751.0, 8729.0, 8766.0, 8741.0, 8749.0, 8707.0, 8758.0, 8702.0, 8742.0, 8703.0, 8729.0, 8686.0, 8710.0, 8685.0, 8728.0, 8688.0, 8720.0, 8713.0, 8729.0, 8729.0, 8718.0, 8700.0, 8713.0, 8719.0, 8753.0, 8758.0, 8774.0, 8728.0, 8768.0, 8724.0, 8763.0, 8728.0, 8771.0, 8701.0, 8715.0, 8679.0, 8682.0, 8678.0, 8696.0, 8734.0, 8681.0, 8721.0, 8685.0, 8725.0, 8704.0, 8728.0, 8702.0, 8721.0, 8703.0, 8698.0, 8707.0, 8705.0, 8731.0, 8719.0, 8732.0, 8709.0, 8728.0, 8709.0, 8711.0, 8710.0, 8732.0, 8731.0, 8753.0, 8725.0, 8738.0, 8729.0, 8755.0, 8728.0, 8757.0, 8737.0, 8758.0, 8731.0, 8746.0, 8734.0, 8756.0, 8733.0, 8777.0, 8749.0, 8774.0, 8748.0, 8769.0, 8729.0, 8757.0, 8732.0, 8778.0, 8747.0, 8765.0, 8727.0, 8761.0, 8721.0, 8759.0, 8723.0, 8751.0, 8723.0, 8742.0, 8721.0, 8742.0, 8719.0, 8745.0, 8720.0, 8742.0, 8720.0, 8717.0, 8723.0, 8731.0, 8702.0, 8705.0, 8689.0, 8726.0, 8715.0, 8728.0, 8723.0, 8732.0, 8721.0, 8740.0, 8741.0, 8750.0, 8741.0, 8753.0, 8743.0, 8771.0, 8740.0, 8736.0, 8718.0, 8736.0, 8702.0, 8721.0, 8708.0, 8727.0, 8708.0, 8717.0, 8700.0, 8732.0, 8718.0, 8746.0, 8721.0, 8746.0, 8727.0, 8748.0, 8722.0, 8741.0, 8704.0, 8727.0, 8702.0, 8713.0, 8702.0, 8733.0, 8687.0, 8703.0, 8683.0, 8700.0, 8685.0, 8701.0, 8719.0, 8711.0, 8735.0, 8723.0, 8711.0, 8724.0, 8711.0, 8727.0, 8712.0, 8735.0, 8732.0, 8776.0, 8737.0, 8763.0, 8741.0, 8755.0, 8740.0, 8730.0, 8748.0, 8738.0, 8787.0, 8741.0, 8783.0, 8734.0, 8763.0, 8742.0, 8741.0, 8799.0, 8734.0, 8760.0, 8699.0, 8756.0, 8691.0, 8727.0, 8663.0, 8701.0, 8681.0, 8708.0, 8677.0, 8689.0, 8678.0, 8722.0, 8698.0, 8727.0, 8718.0, 8750.0, 8725.0, 8737.0, 8724.0, 8735.0, 8722.0, 8734.0, 8699.0, 8719.0, 8688.0, 8721.0, 8690.0, 8725.0, 8754.0, 8726.0, 8754.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.0010791903719912473</td></tr>
<tr><td colspan=3>aqi</td><td>0.01965625634573304</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.72246860688941</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1788115440525757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0082746817196058</td></tr>
<tr><td colspan=3>efc</td><td>0.4556</td></tr>
<tr><td colspan=3>fber</td><td>5559.8789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08558538993634099</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.6174906958024615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5367743031549512</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.829838568895027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4858592153574057</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128104</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015972023829817772</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02375158853828907</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.6232265203565452</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.2677</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7058</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.8444</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307445.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.1782</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7878</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.5783</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3125.3551</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.2755</td></tr>
<tr><td colspan=3>tsnr</td><td>41.31204873463139</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>