<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>b8665ac42c4bf65eac3ff47132857645</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>16:40:4.307500</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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.0930797</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>[4150, -7888, -7279, 870, -74, -554, 251, 104]</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>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ce64b0b3-c7d3-473e-9205-48a0b330b8a8||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['164004.307500', '164004.767500', '164005.227500', '164005.687500', '164006.147500', '164006.607500', '164007.067500', '164007.527500', '164007.987500', '164008.447500', '164008.907500', '164009.367500', '164009.827500', '164010.287500', '164010.747500', '164011.207500', '164011.667500', '164012.127500', '164012.587500', '164013.047500', '164013.507500', '164013.967500', '164014.427500', '164014.887500', '164015.347500', '164015.807500', '164016.267500', '164016.727500', '164017.187500', '164017.647500', '164018.107500', '164018.567500', '164019.027500', '164019.487500', '164019.947500', '164020.407500', '164020.867500', '164021.327500', '164021.787500', '164022.247500', '164022.707500', '164023.167500', '164023.627500', '164024.087500', '164024.547500', '164025.007500', '164025.467500', '164025.927500', '164026.387500', '164026.847500', '164027.307500', '164027.767500', '164028.227500', '164028.687500', '164029.147500', '164029.607500', '164030.067500', '164030.527500', '164030.987500', '164031.447500', '164031.907500', '164032.367500', '164032.827500', '164033.287500', '164033.747500', '164034.207500', '164034.667500', '164035.127500', '164035.587500', '164036.047500', '164036.507500', '164036.967500', '164037.427500', '164037.887500', '164038.347500', '164038.807500', '164039.267500', '164039.727500', '164040.187500', '164040.647500', '164041.107500', '164041.567500', '164042.027500', '164042.487500', '164042.947500', '164043.407500', '164043.867500', '164044.327500', '164044.787500', '164045.247500', '164045.707500', '164046.167500', '164046.627500', '164047.087500', '164047.547500', '164048.007500', '164048.467500', '164048.927500', '164049.387500', '164049.847500', '164050.307500', '164050.767500', '164051.227500', '164051.687500', '164052.147500', '164052.607500', '164053.067500', '164053.527500', '164053.987500', '164054.447500', '164054.907500', '164055.367500', '164055.827500', '164056.287500', '164056.747500', '164057.207500', '164057.667500', '164058.127500', '164058.587500', '164059.047500', '164059.507500', '164059.967500', '164100.427500', '164100.887500', '164101.347500', '164101.807500', '164102.267500', '164102.727500', '164103.187500', '164103.647500', '164104.107500', '164104.567500', '164105.027500', '164105.487500', '164105.947500', '164106.407500', '164106.867500', '164107.327500', '164107.787500', '164108.247500', '164108.707500', '164109.167500', '164109.627500', '164110.087500', '164110.547500', '164111.007500', '164111.467500', '164111.927500', '164112.387500', '164112.847500', '164113.307500', '164113.767500', '164114.227500', '164114.687500', '164115.147500', '164115.607500', '164116.067500', '164116.527500', '164116.987500', '164117.447500', '164117.907500', '164118.367500', '164118.827500', '164119.287500', '164119.747500', '164120.207500', '164120.667500', '164121.127500', '164121.587500', '164122.047500', '164122.507500', '164122.967500', '164123.427500', '164123.887500', '164124.347500', '164124.807500', '164125.267500', '164125.727500', '164126.187500', '164126.647500', '164127.107500', '164127.567500', '164128.027500', '164128.487500', '164128.947500', '164129.407500', '164129.867500', '164130.327500', '164130.787500', '164131.247500', '164131.707500', '164132.167500', '164132.627500', '164133.087500', '164133.547500', '164134.007500', '164134.467500', '164134.927500', '164135.387500', '164135.847500', '164136.307500', '164136.767500', '164137.227500', '164137.687500', '164138.147500', '164138.607500', '164139.067500', '164139.527500', '164139.987500', '164140.447500', '164140.907500', '164141.367500', '164141.827500', '164142.287500', '164142.747500', '164143.207500', '164143.667500', '164144.127500', '164144.587500', '164145.047500', '164145.507500', '164145.967500', '164146.427500', '164146.887500', '164147.347500', '164147.807500', '164148.267500', '164148.727500', '164149.187500', '164149.647500', '164150.107500', '164150.567500', '164151.027500', '164151.487500', '164151.947500', '164152.407500', '164152.867500', '164153.327500', '164153.787500', '164154.247500', '164154.707500', '164155.167500', '164155.627500', '164156.087500', '164156.547500', '164157.007500', '164157.467500', '164157.927500', '164158.387500', '164158.847500', '164159.307500', '164159.767500', '164200.227500', '164200.687500', '164201.147500', '164201.607500', '164202.067500', '164202.527500', '164202.987500', '164203.447500', '164203.907500', '164204.367500', '164204.827500', '164205.287500', '164205.747500', '164206.207500', '164206.667500', '164207.127500', '164207.587500', '164208.047500', '164208.507500', '164208.967500', '164209.427500', '164209.887500', '164210.347500', '164210.807500', '164211.267500', '164211.727500', '164212.187500', '164212.647500', '164213.107500', '164213.567500', '164214.027500', '164214.487500', '164214.947500', '164215.407500', '164215.867500', '164216.327500', '164216.787500', '164217.247500', '164217.707500', '164218.167500', '164218.627500', '164219.087500', '164219.547500', '164220.007500', '164220.467500', '164220.927500', '164221.387500', '164221.847500', '164222.307500', '164222.767500', '164223.227500', '164223.687500', '164224.147500', '164224.607500', '164225.067500', '164225.527500', '164225.987500', '164226.447500', '164226.907500', '164227.367500', '164227.827500', '164228.287500', '164228.747500', '164229.207500', '164229.667500', '164230.127500', '164230.587500', '164231.047500', '164231.507500', '164231.967500', '164232.427500', '164232.887500', '164233.347500', '164233.807500', '164234.267500', '164234.727500', '164235.187500', '164235.647500', '164236.107500', '164236.567500', '164237.027500', '164237.487500', '164237.947500', '164238.407500', '164238.867500', '164239.327500', '164239.787500', '164240.247500', '164240.707500', '164241.167500', '164241.627500', '164242.087500', '164242.547500', '164243.007500', '164243.467500', '164243.927500', '164244.387500', '164244.847500', '164245.307500', '164245.767500', '164246.227500', '164246.687500', '164247.147500', '164247.607500', '164248.067500', '164248.527500', '164248.987500', '164249.447500', '164249.907500', '164250.367500', '164250.827500', '164251.287500', '164251.747500', '164252.207500', '164252.667500', '164253.127500', '164253.587500', '164254.047500', '164254.507500', '164254.967500', '164255.427500', '164255.887500', '164256.347500', '164256.807500', '164257.267500', '164257.727500', '164258.187500', '164258.647500', '164259.107500', '164259.567500', '164300.027500', '164300.487500', '164300.947500', '164301.407500', '164301.867500', '164302.327500', '164302.787500', '164303.247500', '164303.707500', '164304.167500', '164304.627500', '164305.087500', '164305.547500', '164306.007500', '164306.467500', '164306.927500', '164307.387500', '164307.847500', '164308.307500', '164308.767500', '164309.227500', '164309.687500', '164310.147500', '164310.607500', '164311.067500', '164311.527500', '164311.987500', '164312.447500', '164312.907500', '164313.367500', '164313.827500', '164314.287500', '164314.747500', '164315.207500', '164315.667500', '164316.127500', '164316.587500', '164317.047500', '164317.507500', '164317.967500', '164318.427500', '164318.887500', '164319.347500', '164319.807500', '164320.267500', '164320.727500', '164321.187500', '164321.647500', '164322.107500', '164322.567500', '164323.027500', '164323.487500', '164323.947500', '164324.407500', '164324.867500', '164325.327500', '164325.787500', '164326.247500', '164326.707500', '164327.167500', '164327.627500', '164328.087500', '164328.547500', '164329.007500', '164329.467500', '164329.927500', '164330.387500', '164330.847500', '164331.307500', '164331.767500', '164332.227500', '164332.687500', '164333.147500', '164333.607500', '164334.067500', '164334.527500', '164334.987500', '164335.447500', '164335.907500', '164336.367500', '164336.827500', '164337.287500', '164337.747500', '164338.207500', '164338.667500', '164339.127500', '164339.587500', '164340.047500', '164340.507500', '164340.967500', '164341.427500', '164341.887500', '164342.347500', '164342.807500', '164343.267500', '164343.727500', '164344.187500', '164344.647500', '164345.107500', '164345.567500', '164346.027500', '164346.487500', '164346.947500', '164347.407500', '164347.867500', '164348.327500', '164348.787500', '164349.247500', '164349.707500', '164350.167500', '164350.627500', '164351.087500', '164351.547500', '164352.007500', '164352.467500', '164352.927500', '164353.387500', '164353.847500', '164354.307500', '164354.767500', '164355.227500', '164355.687500', '164356.147500', '164356.607500', '164357.067500', '164357.527500', '164357.987500', '164358.447500', '164358.907500', '164359.367500', '164359.827500', '164400.287500', '164400.747500', '164401.207500', '164401.667500', '164402.127500', '164402.587500', '164403.047500', '164403.507500', '164403.967500', '164404.427500', '164404.887500', '164405.347500', '164405.807500', '164406.267500', '164406.727500', '164407.187500', '164407.647500', '164408.107500', '164408.567500', '164409.027500', '164409.487500', '164409.947500', '164410.407500', '164410.867500', '164411.327500', '164411.787500', '164412.247500', '164412.707500', '164413.167500', '164413.627500', '164414.087500', '164414.547500', '164415.007500', '164415.467500', '164415.927500', '164416.387500', '164416.847500', '164417.307500', '164417.767500', '164418.227500', '164418.687500', '164419.147500', '164419.607500', '164420.067500', '164420.527500', '164420.987500', '164421.447500', '164421.907500', '164422.367500', '164422.827500', '164423.287500', '164423.747500', '164424.207500', '164424.667500', '164425.127500', '164425.587500', '164426.047500', '164426.507500', '164426.967500', '164427.427500', '164427.887500', '164428.347500', '164428.807500', '164429.267500', '164429.727500', '164430.187500', '164430.647500', '164431.107500', '164431.567500', '164432.027500', '164432.487500', '164432.947500', '164433.407500', '164433.867500', '164434.327500', '164434.787500', '164435.247500', '164435.707500', '164436.167500', '164436.627500', '164437.087500', '164437.547500', '164438.007500', '164438.467500', '164438.927500', '164439.387500', '164439.847500', '164440.307500', '164440.767500', '164441.227500', '164441.687500', '164442.147500', '164442.607500', '164443.067500', '164443.527500', '164443.987500', '164444.447500', '164444.907500', '164445.367500', '164445.827500', '164446.287500', '164446.747500', '164447.207500', '164447.667500', '164448.127500', '164448.587500', '164449.047500', '164449.507500', '164449.967500', '164450.427500', '164450.887500', '164451.347500', '164451.807500', '164452.267500', '164452.727500', '164453.187500', '164453.647500', '164454.107500', '164454.567500', '164455.027500', '164455.487500', '164455.947500', '164456.407500', '164456.867500', '164457.327500', '164457.787500', '164458.247500', '164458.707500', '164459.167500', '164459.627500', '164500.087500', '164500.547500', '164501.007500', '164501.467500', '164501.927500', '164502.387500', '164502.847500', '164503.307500', '164503.767500', '164504.227500', '164504.687500', '164505.147500', '164505.607500', '164506.067500', '164506.527500', '164506.987500', '164507.447500', '164507.907500', '164508.367500', '164508.827500', '164509.287500', '164509.747500', '164510.207500', '164510.667500', '164511.127500', '164511.587500', '164512.047500', '164512.507500', '164512.967500', '164513.427500', '164513.887500', '164514.347500', '164514.807500', '164515.267500', '164515.727500', '164516.187500', '164516.647500', '164517.107500', '164517.567500', '164518.027500', '164518.487500', '164518.947500', '164519.407500', '164519.867500', '164520.327500', '164520.787500', '164521.247500', '164521.707500', '164522.167500', '164522.627500', '164523.087500', '164523.547500', '164524.007500', '164524.467500', '164524.927500', '164525.387500', '164525.847500', '164526.307500', '164526.767500', '164527.227500', '164527.687500', '164528.147500', '164528.607500', '164529.067500', '164529.527500', '164529.987500', '164530.447500', '164530.907500', '164531.367500', '164531.827500', '164532.287500', '164532.747500', '164533.207500', '164533.667500', '164534.127500', '164534.587500', '164535.047500', '164535.507500', '164535.967500', '164536.427500', '164536.887500', '164537.347500', '164537.807500', '164538.267500', '164538.727500', '164539.187500', '164539.647500', '164540.107500', '164540.567500', '164541.027500', '164541.487500', '164541.947500', '164542.407500', '164542.867500', '164543.327500', '164543.787500', '164544.247500', '164544.707500', '164545.167500', '164545.627500', '164546.087500', '164546.547500', '164547.007500', '164547.467500', '164547.927500', '164548.387500', '164548.847500', '164549.307500', '164549.767500', '164550.227500', '164550.687500', '164551.147500', '164551.607500', '164552.067500', '164552.527500', '164552.987500', '164553.447500', '164553.907500', '164554.367500', '164554.827500', '164555.287500', '164555.747500', '164556.207500', '164556.667500', '164557.127500', '164557.587500', '164558.047500', '164558.507500', '164558.967500', '164559.427500', '164559.887500', '164600.347500', '164600.807500', '164601.267500', '164601.727500', '164602.187500', '164602.647500', '164603.107500', '164603.567500', '164604.027500', '164604.487500', '164604.947500', '164605.407500', '164605.867500', '164606.327500', '164606.787500', '164607.247500', '164607.707500', '164608.167500', '164608.627500', '164609.087500', '164609.547500', '164610.007500', '164610.467500', '164610.927500', '164611.387500', '164611.847500', '164612.307500', '164612.767500', '164613.227500', '164613.687500', '164614.147500', '164614.607500', '164615.067500', '164615.527500', '164615.987500', '164616.447500', '164616.907500', '164617.367500', '164617.827500', '164618.287500', '164618.747500', '164619.207500', '164619.667500', '164620.127500', '164620.587500', '164621.047500', '164621.507500', '164621.967500', '164622.427500', '164622.887500', '164623.347500', '164623.807500', '164624.267500', '164624.727500', '164625.187500', '164625.647500', '164626.107500', '164626.567500', '164627.027500', '164627.487500', '164627.947500', '164628.407500', '164628.867500', '164629.327500', '164629.787500', '164630.247500', '164630.707500', '164631.167500', '164631.627500', '164632.087500', '164632.547500', '164633.007500', '164633.467500', '164633.927500', '164634.387500', '164634.847500', '164635.307500', '164635.767500', '164636.227500', '164636.687500', '164637.147500', '164637.607500', '164638.067500', '164638.527500', '164638.987500', '164639.447500', '164639.907500', '164640.367500', '164640.827500', '164641.287500', '164641.747500', '164642.207500', '164642.667500', '164643.127500', '164643.587500', '164644.047500', '164644.507500', '164644.967500', '164645.427500', '164645.887500', '164646.347500', '164646.807500', '164647.267500', '164647.727500', '164648.187500', '164648.647500', '164649.107500', '164649.567500', '164650.027500', '164650.487500', '164650.947500', '164651.407500', '164651.867500', '164652.327500', '164652.787500', '164653.247500', '164653.707500', '164654.167500', '164654.627500', '164655.087500', '164655.547500', '164656.007500', '164656.467500', '164656.927500', '164657.387500', '164657.847500', '164658.307500', '164658.767500', '164659.227500', '164659.687500', '164700.147500', '164700.607500', '164701.067500', '164701.527500', '164701.987500', '164702.447500', '164702.907500', '164703.367500', '164703.827500', '164704.287500'], 'ContentTime': ['164016.907000', '164016.911000', '164016.924000', '164016.926000', '164016.929000', '164016.931000', '164016.934000', '164016.937000', '164016.939000', '164016.942000', '164016.944000', '164016.947000', '164016.950000', '164016.957000', '164016.960000', '164016.962000', '164016.965000', '164016.967000', '164016.970000', '164016.972000', '164016.975000', '164016.977000', '164016.980000', '164016.982000', '164036.878000', '164036.881000', '164036.884000', '164036.887000', '164036.889000', '164036.892000', '164036.894000', '164036.897000', '164036.899000', '164036.902000', '164036.904000', '164036.907000', '164036.909000', '164036.912000', '164036.914000', '164036.917000', '164036.919000', '164036.922000', '164036.925000', '164036.927000', '164036.938000', '164036.940000', '164036.943000', '164036.945000', '164036.948000', '164036.950000', '164036.953000', '164036.956000', '164036.958000', '164036.961000', '164036.963000', '164036.966000', '164036.969000', '164036.971000', '164036.974000', '164036.976000', '164036.979000', '164036.981000', '164036.984000', '164036.987000', '164036.989000', '164036.992000', '164037.000000', '164037.002000', '164056.878000', '164056.881000', '164056.884000', '164056.887000', '164056.889000', '164056.892000', '164056.894000', '164056.897000', '164056.899000', '164056.902000', '164056.905000', '164056.907000', '164056.910000', '164056.912000', '164056.915000', '164056.917000', '164056.920000', '164056.922000', '164056.925000', '164056.928000', '164056.931000', '164056.934000', '164056.937000', '164056.939000', '164056.942000', '164056.944000', '164056.947000', '164056.950000', '164056.953000', '164056.956000', '164056.959000', '164056.968000', '164056.971000', '164056.973000', '164056.976000', '164056.979000', '164056.981000', '164056.984000', '164056.986000', '164056.989000', '164056.991000', '164056.994000', '164056.996000', '164116.878000', '164116.881000', '164116.884000', '164116.886000', '164116.889000', '164116.892000', '164116.894000', '164116.897000', '164116.899000', '164116.902000', '164116.904000', '164116.907000', '164116.910000', '164116.912000', '164116.915000', '164116.948000', '164116.951000', '164116.953000', '164116.956000', '164116.958000', '164116.961000', '164116.963000', '164116.966000', '164116.968000', '164116.971000', '164116.974000', '164116.976000', '164116.979000', '164116.981000', '164116.984000', '164116.986000', '164116.989000', '164116.992000', '164116.994000', '164116.997000', '164117.000000', '164117.003000', '164117.005000', '164117.008000', '164117.010000', '164117.013000', '164117.015000', '164117.018000', '164117.021000', '164136.877000', '164136.880000', '164136.883000', '164136.885000', '164136.888000', '164136.890000', '164136.893000', '164136.896000', '164136.898000', '164136.901000', '164136.903000', '164136.906000', '164136.909000', '164136.911000', '164136.914000', '164136.917000', '164136.919000', '164136.922000', '164136.924000', '164136.927000', '164136.929000', '164136.932000', '164136.934000', '164136.937000', '164136.940000', '164136.942000', '164136.945000', '164136.947000', '164136.950000', '164136.952000', '164136.955000', '164136.958000', '164136.960000', '164136.963000', '164136.965000', '164136.968000', '164136.970000', '164136.973000', '164136.975000', '164136.978000', '164136.981000', '164136.983000', '164136.986000', '164156.878000', '164156.880000', '164156.883000', '164156.886000', '164156.888000', '164156.891000', '164156.893000', '164156.896000', '164156.898000', '164156.901000', '164156.904000', '164156.906000', '164156.909000', '164156.911000', '164156.916000', '164156.919000', '164156.921000', '164156.924000', '164156.926000', '164156.929000', '164156.932000', '164156.934000', '164156.937000', '164156.939000', '164156.942000', '164156.944000', '164156.947000', '164156.950000', '164156.952000', '164156.955000', '164156.957000', '164156.960000', '164156.962000', '164156.965000', '164156.968000', '164156.970000', '164156.973000', '164156.975000', '164156.978000', '164156.981000', '164156.983000', '164156.986000', '164156.988000', '164156.991000', '164216.878000', '164216.881000', '164216.884000', '164216.887000', '164216.889000', '164216.892000', '164216.894000', '164216.897000', '164216.899000', '164216.902000', '164216.904000', '164216.907000', '164216.910000', '164216.912000', '164216.915000', '164216.917000', '164216.920000', '164216.923000', '164216.925000', '164216.928000', '164216.931000', '164216.933000', '164216.936000', '164216.939000', '164216.941000', '164216.944000', '164216.946000', '164216.949000', '164216.952000', '164216.954000', '164216.957000', '164216.959000', '164216.962000', '164216.964000', '164216.967000', '164216.970000', '164216.972000', '164216.975000', '164216.977000', '164216.980000', '164216.982000', '164216.985000', '164216.987000', '164236.879000', '164236.881000', '164236.884000', '164236.887000', '164236.889000', '164236.892000', '164236.894000', '164236.897000', '164236.899000', '164236.902000', '164236.905000', '164236.907000', '164236.910000', '164236.912000', '164236.915000', '164236.917000', '164236.920000', '164236.923000', '164236.925000', '164236.928000', '164236.930000', '164236.933000', '164236.935000', '164236.938000', '164236.941000', '164236.943000', '164236.946000', '164236.948000', '164236.951000', '164236.954000', '164236.956000', '164236.959000', '164236.961000', '164236.964000', '164236.967000', '164236.969000', '164236.972000', '164236.974000', '164236.977000', '164236.980000', '164236.982000', '164236.985000', '164236.987000', '164236.990000', '164256.879000', '164256.881000', '164256.884000', '164256.887000', '164256.889000', '164256.892000', '164256.894000', '164256.897000', '164256.900000', '164256.902000', '164256.934000', '164256.937000', '164256.939000', '164256.942000', '164256.944000', '164256.947000', '164256.950000', '164256.952000', '164256.955000', '164256.957000', '164256.960000', '164256.962000', '164256.965000', '164256.968000', '164256.970000', '164256.973000', '164256.975000', '164256.978000', '164256.981000', '164256.983000', '164256.986000', '164256.989000', '164256.991000', '164256.994000', '164256.996000', '164257.000000', '164257.002000', '164257.005000', '164257.008000', '164257.010000', '164257.013000', '164257.015000', '164257.018000', '164316.879000', '164316.881000', '164316.884000', '164316.887000', '164316.889000', '164316.892000', '164316.894000', '164316.897000', '164316.900000', '164316.902000', '164316.905000', '164316.907000', '164316.910000', '164316.913000', '164316.915000', '164316.918000', '164316.921000', '164316.923000', '164316.926000', '164316.928000', '164316.931000', '164316.933000', '164316.936000', '164316.939000', '164316.941000', '164316.944000', '164316.946000', '164316.949000', '164316.952000', '164316.954000', '164316.957000', '164316.959000', '164316.962000', '164316.964000', '164316.967000', '164316.970000', '164316.972000', '164316.975000', '164316.977000', '164316.980000', '164316.983000', '164316.985000', '164316.988000', '164316.990000', '164336.879000', '164336.882000', '164336.884000', '164336.887000', '164336.889000', '164336.892000', '164336.894000', '164336.897000', '164336.900000', '164336.902000', '164336.905000', '164336.907000', '164336.910000', '164336.913000', '164336.915000', '164336.918000', '164336.921000', '164336.923000', '164336.926000', '164336.928000', '164336.931000', '164336.934000', '164336.936000', '164336.939000', '164336.941000', '164336.944000', '164336.947000', '164336.949000', '164336.952000', '164336.954000', '164336.957000', '164336.959000', '164336.962000', '164336.964000', '164336.967000', '164336.970000', '164336.972000', '164336.975000', '164336.977000', '164336.980000', '164336.982000', '164336.985000', '164336.988000', '164356.878000', '164356.880000', '164356.883000', '164356.886000', '164356.888000', '164356.891000', '164356.893000', '164356.896000', '164356.899000', '164356.901000', '164356.904000', '164356.906000', '164356.909000', '164356.912000', '164356.914000', '164356.917000', '164356.919000', '164356.922000', '164356.924000', '164356.927000', '164356.930000', '164356.932000', '164356.935000', '164356.938000', '164356.940000', '164356.943000', '164356.945000', '164356.948000', '164356.951000', '164356.953000', '164356.956000', '164356.958000', '164356.961000', '164356.963000', '164356.966000', '164356.969000', '164356.971000', '164356.974000', '164356.976000', '164356.979000', '164356.982000', '164356.984000', '164356.987000', '164356.989000', '164416.877000', '164416.880000', '164416.883000', '164416.886000', '164416.888000', '164416.891000', '164416.893000', '164416.896000', '164416.899000', '164416.901000', '164416.904000', '164416.906000', '164416.909000', '164416.911000', '164416.914000', '164416.916000', '164416.919000', '164416.922000', '164416.924000', '164416.927000', '164416.929000', '164416.932000', '164416.935000', '164416.937000', '164416.940000', '164416.942000', '164416.945000', '164416.947000', '164416.950000', '164416.952000', '164416.955000', '164416.958000', '164416.960000', '164416.963000', '164416.965000', '164416.978000', '164416.980000', '164416.983000', '164416.986000', '164416.988000', '164416.991000', '164416.993000', '164416.996000', '164436.879000', '164436.881000', '164436.884000', '164436.887000', '164436.889000', '164436.892000', '164436.895000', '164436.897000', '164436.900000', '164436.902000', '164436.905000', '164436.908000', '164436.910000', '164436.913000', '164436.915000', '164436.918000', '164436.920000', '164436.923000', '164436.926000', '164436.928000', '164436.931000', '164436.934000', '164436.936000', '164436.939000', '164436.941000', '164436.944000', '164436.946000', '164436.949000', '164436.952000', '164436.954000', '164436.957000', '164436.959000', '164436.962000', '164436.964000', '164436.967000', '164436.970000', '164436.972000', '164436.975000', '164436.977000', '164436.980000', '164436.983000', '164436.985000', '164436.988000', '164436.990000', '164456.879000', '164456.881000', '164456.884000', '164456.887000', '164456.889000', '164456.892000', '164456.894000', '164456.897000', '164456.900000', '164456.902000', '164456.905000', '164456.907000', '164456.910000', '164456.912000', '164456.915000', '164456.918000', '164456.920000', '164456.923000', '164456.925000', '164456.928000', '164456.931000', '164456.933000', '164456.936000', '164456.938000', '164456.941000', '164456.944000', '164456.946000', '164456.949000', '164456.951000', '164456.954000', '164456.957000', '164456.959000', '164456.962000', '164456.965000', '164456.967000', '164456.970000', '164456.973000', '164456.975000', '164456.978000', '164456.980000', '164456.983000', '164456.985000', '164456.988000', '164516.879000', '164516.881000', '164516.884000', '164516.887000', '164516.889000', '164516.892000', '164516.895000', '164516.897000', '164516.900000', '164516.902000', '164516.905000', '164516.907000', '164516.910000', '164516.913000', '164516.915000', '164516.918000', '164516.920000', '164516.923000', '164516.926000', '164516.928000', '164516.931000', '164516.934000', '164516.936000', '164516.939000', '164516.941000', '164516.944000', '164516.946000', '164516.949000', '164516.952000', '164516.954000', '164516.957000', '164516.959000', '164516.962000', '164516.965000', '164516.967000', '164516.970000', '164516.972000', '164516.975000', '164516.978000', '164516.980000', '164516.983000', '164516.985000', '164516.988000', '164516.990000', '164536.878000', '164536.881000', '164536.884000', '164536.886000', '164536.889000', '164536.892000', '164536.894000', '164536.897000', '164536.899000', '164536.902000', '164536.904000', '164536.907000', '164536.909000', '164536.912000', '164536.915000', '164536.917000', '164536.920000', '164536.922000', '164536.925000', '164536.928000', '164536.930000', '164536.933000', '164536.935000', '164536.938000', '164536.941000', '164536.943000', '164536.946000', '164536.948000', '164536.951000', '164536.953000', '164536.956000', '164536.959000', '164536.961000', '164536.964000', '164536.966000', '164536.969000', '164536.972000', '164536.974000', '164536.977000', '164536.979000', '164536.988000', '164536.991000', '164536.993000', '164556.878000', '164556.881000', '164556.884000', '164556.887000', '164556.889000', '164556.892000', '164556.895000', '164556.897000', '164556.901000', '164556.904000', '164556.907000', '164556.909000', '164556.912000', '164556.914000', '164556.917000', '164556.920000', '164556.922000', '164556.957000', '164556.960000', '164556.963000', '164556.965000', '164556.968000', '164556.971000', '164556.973000', '164556.976000', '164556.978000', '164556.981000', '164556.983000', '164556.986000', '164556.989000', '164556.991000', '164556.994000', '164556.996000', '164557.000000', '164557.002000', '164557.005000', '164557.008000', '164557.010000', '164557.013000', '164557.015000', '164557.018000', '164557.020000', '164557.023000', '164557.026000', '164616.878000', '164616.881000', '164616.883000', '164616.886000', '164616.888000', '164616.891000', '164616.893000', '164616.896000', '164616.899000', '164616.901000', '164616.904000', '164616.907000', '164616.909000', '164616.912000', '164616.914000', '164616.917000', '164616.919000', '164616.922000', '164616.924000', '164616.927000', '164616.930000', '164616.932000', '164616.935000', '164616.937000', '164616.940000', '164616.942000', '164616.945000', '164616.948000', '164616.950000', '164616.953000', '164616.955000', '164616.958000', '164616.961000', '164616.963000', '164616.966000', '164616.968000', '164616.971000', '164616.973000', '164616.976000', '164616.978000', '164616.981000', '164616.983000', '164616.986000', '164636.878000', '164636.880000', '164636.883000', '164636.886000', '164636.888000', '164636.891000', '164636.893000', '164636.896000', '164636.899000', '164636.901000', '164636.904000', '164636.906000', '164636.909000', '164636.912000', '164636.914000', '164636.917000', '164636.919000', '164636.922000', '164636.925000', '164636.927000', '164636.930000', '164636.932000', '164636.935000', '164636.937000', '164636.940000', '164636.943000', '164636.945000', '164636.948000', '164636.950000', '164636.953000', '164636.955000', '164636.958000', '164636.961000', '164636.963000', '164636.966000', '164636.968000', '164636.971000', '164636.973000', '164636.976000', '164636.978000', '164636.981000', '164636.984000', '164636.986000', '164636.989000', '164656.879000', '164656.881000', '164656.884000', '164656.887000', '164656.889000', '164656.892000', '164656.894000', '164656.897000', '164656.899000', '164656.902000', '164656.905000', '164656.907000', '164656.910000', '164656.912000', '164656.915000', '164656.918000', '164656.920000', '164656.923000', '164656.925000', '164656.928000', '164656.931000', '164656.933000', '164656.936000', '164656.938000', '164656.941000', '164656.943000', '164656.946000', '164656.949000', '164656.951000', '164656.954000', '164656.957000', '164656.959000', '164656.962000', '164656.964000', '164656.967000', '164656.969000', '164656.972000', '164656.975000', '164656.977000', '164656.980000', '164656.982000', '164656.985000', '164656.988000', '164705.828000', '164705.832000', '164705.834000', '164705.837000', '164705.840000', '164705.843000', '164705.845000', '164705.848000', '164705.851000', '164705.854000', '164705.856000', '164705.859000', '164705.862000', '164705.865000', '164705.867000', '164705.870000', '164705.873000', '164705.876000', '164705.880000', '164705.883000'], 'InstanceCreationTime': ['164016.907000', '164016.911000', '164016.924000', '164016.926000', '164016.929000', '164016.931000', '164016.934000', '164016.937000', '164016.939000', '164016.942000', '164016.944000', '164016.947000', '164016.950000', '164016.957000', '164016.960000', '164016.962000', '164016.965000', '164016.967000', '164016.970000', '164016.972000', '164016.975000', '164016.977000', '164016.980000', '164016.982000', '164036.878000', '164036.881000', '164036.884000', '164036.887000', '164036.889000', '164036.892000', '164036.894000', '164036.897000', '164036.899000', '164036.902000', '164036.904000', '164036.907000', '164036.909000', '164036.912000', '164036.914000', '164036.917000', '164036.919000', '164036.922000', '164036.925000', '164036.927000', '164036.938000', '164036.940000', '164036.943000', '164036.945000', '164036.948000', '164036.950000', '164036.953000', '164036.956000', '164036.958000', '164036.961000', '164036.963000', '164036.966000', '164036.969000', '164036.971000', '164036.974000', '164036.976000', '164036.979000', '164036.981000', '164036.984000', '164036.987000', '164036.989000', '164036.992000', '164037.000000', '164037.002000', '164056.878000', '164056.881000', '164056.884000', '164056.887000', '164056.889000', '164056.892000', '164056.894000', '164056.897000', '164056.899000', '164056.902000', '164056.905000', '164056.907000', '164056.910000', '164056.912000', '164056.915000', '164056.917000', '164056.920000', '164056.922000', '164056.925000', '164056.928000', '164056.931000', '164056.934000', '164056.937000', '164056.939000', '164056.942000', '164056.944000', '164056.947000', '164056.950000', '164056.953000', '164056.956000', '164056.959000', '164056.968000', '164056.971000', '164056.973000', '164056.976000', '164056.979000', '164056.981000', '164056.984000', '164056.986000', '164056.989000', '164056.991000', '164056.994000', '164056.996000', '164116.878000', '164116.881000', '164116.884000', '164116.886000', '164116.889000', '164116.892000', '164116.894000', '164116.897000', '164116.899000', '164116.902000', '164116.904000', '164116.907000', '164116.910000', '164116.912000', '164116.915000', '164116.948000', '164116.951000', '164116.953000', '164116.956000', '164116.958000', '164116.961000', '164116.963000', '164116.966000', '164116.968000', '164116.971000', '164116.974000', '164116.976000', '164116.979000', '164116.981000', '164116.984000', '164116.986000', '164116.989000', '164116.992000', '164116.994000', '164116.997000', '164117.000000', '164117.003000', '164117.005000', '164117.008000', '164117.010000', '164117.013000', '164117.015000', '164117.018000', '164117.021000', '164136.877000', '164136.880000', '164136.883000', '164136.885000', '164136.888000', '164136.890000', '164136.893000', '164136.896000', '164136.898000', '164136.901000', '164136.903000', '164136.906000', '164136.909000', '164136.911000', '164136.914000', '164136.917000', '164136.919000', '164136.922000', '164136.924000', '164136.927000', '164136.929000', '164136.932000', '164136.934000', '164136.937000', '164136.940000', '164136.942000', '164136.945000', '164136.947000', '164136.950000', '164136.952000', '164136.955000', '164136.958000', '164136.960000', '164136.963000', '164136.965000', '164136.968000', '164136.970000', '164136.973000', '164136.975000', '164136.978000', '164136.981000', '164136.983000', '164136.986000', '164156.878000', '164156.880000', '164156.883000', '164156.886000', '164156.888000', '164156.891000', '164156.893000', '164156.896000', '164156.898000', '164156.901000', '164156.904000', '164156.906000', '164156.909000', '164156.911000', '164156.916000', '164156.919000', '164156.921000', '164156.924000', '164156.926000', '164156.929000', '164156.932000', '164156.934000', '164156.937000', '164156.939000', '164156.942000', '164156.944000', '164156.947000', '164156.950000', '164156.952000', '164156.955000', '164156.957000', '164156.960000', '164156.962000', '164156.965000', '164156.968000', '164156.970000', '164156.973000', '164156.975000', '164156.978000', '164156.981000', '164156.983000', '164156.986000', '164156.988000', '164156.991000', '164216.878000', '164216.881000', '164216.884000', '164216.887000', '164216.889000', '164216.892000', '164216.894000', '164216.897000', '164216.899000', '164216.902000', '164216.904000', '164216.907000', '164216.910000', '164216.912000', '164216.915000', '164216.917000', '164216.920000', '164216.923000', '164216.925000', '164216.928000', '164216.931000', '164216.933000', '164216.936000', '164216.939000', '164216.941000', '164216.944000', '164216.946000', '164216.949000', '164216.952000', '164216.954000', '164216.957000', '164216.959000', '164216.962000', '164216.964000', '164216.967000', '164216.970000', '164216.972000', '164216.975000', '164216.977000', '164216.980000', '164216.982000', '164216.985000', '164216.987000', '164236.879000', '164236.881000', '164236.884000', '164236.887000', '164236.889000', '164236.892000', '164236.894000', '164236.897000', '164236.899000', '164236.902000', '164236.905000', '164236.907000', '164236.910000', '164236.912000', '164236.915000', '164236.917000', '164236.920000', '164236.923000', '164236.925000', '164236.928000', '164236.930000', '164236.933000', '164236.935000', '164236.938000', '164236.941000', '164236.943000', '164236.946000', '164236.948000', '164236.951000', '164236.954000', '164236.956000', '164236.959000', '164236.961000', '164236.964000', '164236.967000', '164236.969000', '164236.972000', '164236.974000', '164236.977000', '164236.980000', '164236.982000', '164236.985000', '164236.987000', '164236.990000', '164256.879000', '164256.881000', '164256.884000', '164256.887000', '164256.889000', '164256.892000', '164256.894000', '164256.897000', '164256.900000', '164256.902000', '164256.934000', '164256.937000', '164256.939000', '164256.942000', '164256.944000', '164256.947000', '164256.950000', '164256.952000', '164256.955000', '164256.957000', '164256.960000', '164256.962000', '164256.965000', '164256.968000', '164256.970000', '164256.973000', '164256.975000', '164256.978000', '164256.981000', '164256.983000', '164256.986000', '164256.989000', '164256.991000', '164256.994000', '164256.996000', '164257.000000', '164257.002000', '164257.005000', '164257.008000', '164257.010000', '164257.013000', '164257.015000', '164257.018000', '164316.879000', '164316.881000', '164316.884000', '164316.887000', '164316.889000', '164316.892000', '164316.894000', '164316.897000', '164316.900000', '164316.902000', '164316.905000', '164316.907000', '164316.910000', '164316.913000', '164316.915000', '164316.918000', '164316.921000', '164316.923000', '164316.926000', '164316.928000', '164316.931000', '164316.933000', '164316.936000', '164316.939000', '164316.941000', '164316.944000', '164316.946000', '164316.949000', '164316.952000', '164316.954000', '164316.957000', '164316.959000', '164316.962000', '164316.964000', '164316.967000', '164316.970000', '164316.972000', '164316.975000', '164316.977000', '164316.980000', '164316.983000', '164316.985000', '164316.988000', '164316.990000', '164336.879000', '164336.882000', '164336.884000', '164336.887000', '164336.889000', '164336.892000', '164336.894000', '164336.897000', '164336.900000', '164336.902000', '164336.905000', '164336.907000', '164336.910000', '164336.913000', '164336.915000', '164336.918000', '164336.921000', '164336.923000', '164336.926000', '164336.928000', '164336.931000', '164336.934000', '164336.936000', '164336.939000', '164336.941000', '164336.944000', '164336.947000', '164336.949000', '164336.952000', '164336.954000', '164336.957000', '164336.959000', '164336.962000', '164336.964000', '164336.967000', '164336.970000', '164336.972000', '164336.975000', '164336.977000', '164336.980000', '164336.982000', '164336.985000', '164336.988000', '164356.878000', '164356.880000', '164356.883000', '164356.886000', '164356.888000', '164356.891000', '164356.893000', '164356.896000', '164356.899000', '164356.901000', '164356.904000', '164356.906000', '164356.909000', '164356.912000', '164356.914000', '164356.917000', '164356.919000', '164356.922000', '164356.924000', '164356.927000', '164356.930000', '164356.932000', '164356.935000', '164356.938000', '164356.940000', '164356.943000', '164356.945000', '164356.948000', '164356.951000', '164356.953000', '164356.956000', '164356.958000', '164356.961000', '164356.963000', '164356.966000', '164356.969000', '164356.971000', '164356.974000', '164356.976000', '164356.979000', '164356.982000', '164356.984000', '164356.987000', '164356.989000', '164416.877000', '164416.880000', '164416.883000', '164416.886000', '164416.888000', '164416.891000', '164416.893000', '164416.896000', '164416.899000', '164416.901000', '164416.904000', '164416.906000', '164416.909000', '164416.911000', '164416.914000', '164416.916000', '164416.919000', '164416.922000', '164416.924000', '164416.927000', '164416.929000', '164416.932000', '164416.935000', '164416.937000', '164416.940000', '164416.942000', '164416.945000', '164416.947000', '164416.950000', '164416.952000', '164416.955000', '164416.958000', '164416.960000', '164416.963000', '164416.965000', '164416.978000', '164416.980000', '164416.983000', '164416.986000', '164416.988000', '164416.991000', '164416.993000', '164416.996000', '164436.879000', '164436.881000', '164436.884000', '164436.887000', '164436.889000', '164436.892000', '164436.895000', '164436.897000', '164436.900000', '164436.902000', '164436.905000', '164436.908000', '164436.910000', '164436.913000', '164436.915000', '164436.918000', '164436.920000', '164436.923000', '164436.926000', '164436.928000', '164436.931000', '164436.934000', '164436.936000', '164436.939000', '164436.941000', '164436.944000', '164436.946000', '164436.949000', '164436.952000', '164436.954000', '164436.957000', '164436.959000', '164436.962000', '164436.964000', '164436.967000', '164436.970000', '164436.972000', '164436.975000', '164436.977000', '164436.980000', '164436.983000', '164436.985000', '164436.988000', '164436.990000', '164456.879000', '164456.881000', '164456.884000', '164456.887000', '164456.889000', '164456.892000', '164456.894000', '164456.897000', '164456.900000', '164456.902000', '164456.905000', '164456.907000', '164456.910000', '164456.912000', '164456.915000', '164456.918000', '164456.920000', '164456.923000', '164456.925000', '164456.928000', '164456.931000', '164456.933000', '164456.936000', '164456.938000', '164456.941000', '164456.944000', '164456.946000', '164456.949000', '164456.951000', '164456.954000', '164456.957000', '164456.959000', '164456.962000', '164456.965000', '164456.967000', '164456.970000', '164456.973000', '164456.975000', '164456.978000', '164456.980000', '164456.983000', '164456.985000', '164456.988000', '164516.879000', '164516.881000', '164516.884000', '164516.887000', '164516.889000', '164516.892000', '164516.895000', '164516.897000', '164516.900000', '164516.902000', '164516.905000', '164516.907000', '164516.910000', '164516.913000', '164516.915000', '164516.918000', '164516.920000', '164516.923000', '164516.926000', '164516.928000', '164516.931000', '164516.934000', '164516.936000', '164516.939000', '164516.941000', '164516.944000', '164516.946000', '164516.949000', '164516.952000', '164516.954000', '164516.957000', '164516.959000', '164516.962000', '164516.965000', '164516.967000', '164516.970000', '164516.972000', '164516.975000', '164516.978000', '164516.980000', '164516.983000', '164516.985000', '164516.988000', '164516.990000', '164536.878000', '164536.881000', '164536.884000', '164536.886000', '164536.889000', '164536.892000', '164536.894000', '164536.897000', '164536.899000', '164536.902000', '164536.904000', '164536.907000', '164536.909000', '164536.912000', '164536.915000', '164536.917000', '164536.920000', '164536.922000', '164536.925000', '164536.928000', '164536.930000', '164536.933000', '164536.935000', '164536.938000', '164536.941000', '164536.943000', '164536.946000', '164536.948000', '164536.951000', '164536.953000', '164536.956000', '164536.959000', '164536.961000', '164536.964000', '164536.966000', '164536.969000', '164536.972000', '164536.974000', '164536.977000', '164536.979000', '164536.988000', '164536.991000', '164536.993000', '164556.878000', '164556.881000', '164556.884000', '164556.887000', '164556.889000', '164556.892000', '164556.895000', '164556.897000', '164556.901000', '164556.904000', '164556.907000', '164556.909000', '164556.912000', '164556.914000', '164556.917000', '164556.920000', '164556.922000', '164556.957000', '164556.960000', '164556.963000', '164556.965000', '164556.968000', '164556.971000', '164556.973000', '164556.976000', '164556.978000', '164556.981000', '164556.983000', '164556.986000', '164556.989000', '164556.991000', '164556.994000', '164556.996000', '164557.000000', '164557.002000', '164557.005000', '164557.008000', '164557.010000', '164557.013000', '164557.015000', '164557.018000', '164557.020000', '164557.023000', '164557.026000', '164616.878000', '164616.881000', '164616.883000', '164616.886000', '164616.888000', '164616.891000', '164616.893000', '164616.896000', '164616.899000', '164616.901000', '164616.904000', '164616.907000', '164616.909000', '164616.912000', '164616.914000', '164616.917000', '164616.919000', '164616.922000', '164616.924000', '164616.927000', '164616.930000', '164616.932000', '164616.935000', '164616.937000', '164616.940000', '164616.942000', '164616.945000', '164616.948000', '164616.950000', '164616.953000', '164616.955000', '164616.958000', '164616.961000', '164616.963000', '164616.966000', '164616.968000', '164616.971000', '164616.973000', '164616.976000', '164616.978000', '164616.981000', '164616.983000', '164616.986000', '164636.878000', '164636.880000', '164636.883000', '164636.886000', '164636.888000', '164636.891000', '164636.893000', '164636.896000', '164636.899000', '164636.901000', '164636.904000', '164636.906000', '164636.909000', '164636.912000', '164636.914000', '164636.917000', '164636.919000', '164636.922000', '164636.925000', '164636.927000', '164636.930000', '164636.932000', '164636.935000', '164636.937000', '164636.940000', '164636.943000', '164636.945000', '164636.948000', '164636.950000', '164636.953000', '164636.955000', '164636.958000', '164636.961000', '164636.963000', '164636.966000', '164636.968000', '164636.971000', '164636.973000', '164636.976000', '164636.978000', '164636.981000', '164636.984000', '164636.986000', '164636.989000', '164656.879000', '164656.881000', '164656.884000', '164656.887000', '164656.889000', '164656.892000', '164656.894000', '164656.897000', '164656.899000', '164656.902000', '164656.905000', '164656.907000', '164656.910000', '164656.912000', '164656.915000', '164656.918000', '164656.920000', '164656.923000', '164656.925000', '164656.928000', '164656.931000', '164656.933000', '164656.936000', '164656.938000', '164656.941000', '164656.943000', '164656.946000', '164656.949000', '164656.951000', '164656.954000', '164656.957000', '164656.959000', '164656.962000', '164656.964000', '164656.967000', '164656.969000', '164656.972000', '164656.975000', '164656.977000', '164656.980000', '164656.982000', '164656.985000', '164656.988000', '164705.828000', '164705.832000', '164705.834000', '164705.837000', '164705.840000', '164705.843000', '164705.845000', '164705.848000', '164705.851000', '164705.854000', '164705.856000', '164705.859000', '164705.862000', '164705.865000', '164705.867000', '164705.870000', '164705.873000', '164705.876000', '164705.880000', '164705.883000'], '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': [10325, 12223, 10139, 13085, 10073, 10839, 10842, 8650, 11392, 9928, 10104, 10487, 10122, 11042, 9561, 10602, 9958, 9861, 11277, 8901, 11465, 9433, 10239, 10309, 8680, 11670, 8734, 11292, 10097, 10643, 10656, 10722, 9277, 11418, 10303, 10901, 9423, 11173, 9553, 11085, 10619, 8823, 11552, 9287, 11578, 9525, 11593, 10071, 11580, 9741, 11364, 9625, 11546, 10220, 12418, 9557, 11491, 9911, 11702, 9796, 12450, 11741, 9090, 11259, 10260, 10682, 10810, 9242, 12178, 9413, 11812, 10167, 11546, 9619, 11211, 9994, 12188, 10265, 11693, 9830, 10756, 10518, 10867, 11727, 9444, 12366, 9729, 11582, 9715, 13692, 10976, 10974, 10550, 9360, 11907, 9553, 11626, 9909, 11992, 10334, 12106, 10628, 9295, 11523, 9260, 11804, 9243, 11355, 9864, 11781, 10249, 11097, 9806, 11892, 9626, 11938, 9431, 11963, 10318, 11474, 10240, 11446, 11139, 10207, 10756, 12003, 10544, 12776, 10869, 10218, 11780, 9239, 11532, 9562, 11580, 9469, 11716, 10994, 11090, 9577, 11556, 9702, 11335, 9590, 11888, 9703, 11589, 9629, 11586, 9723, 9569, 10774, 12860, 10909, 10552, 10687, 11354, 10684, 10865, 10805, 11195, 10915, 10534, 10350, 11409, 9882, 11610, 10077, 11865, 10332, 12071, 11381, 9413, 10927, 9631, 11916, 9884, 11404, 9927, 10818, 10953, 11348, 11668, 10539, 11483, 10086, 11102, 10962, 10266, 11369, 10452, 9694, 11596, 9683, 11839, 10138, 11540, 10517, 10196, 10815, 10835, 11467, 13038, 10827, 11783, 10184, 11413, 10238, 12038, 10280, 13188, 10808, 11590, 10343, 11106, 10475, 10963, 11140, 9546, 10820, 10826, 10873, 11149, 10420, 10661, 11171, 9694, 11612, 9832, 11220, 9714, 11034, 9837, 11581, 9934, 10808, 9901, 11539, 10360, 12078, 10040, 11942, 10067, 9848, 10502, 13473, 10542, 10742, 10468, 10368, 10392, 10958, 10680, 10842, 10328, 10879, 10456, 13602, 10464, 11463, 10605, 13082, 10442, 12672, 10651, 10913, 11247, 13053, 10633, 11503, 10470, 11948, 10218, 10280, 10398, 13073, 10952, 13025, 10621, 11346, 10359, 11447, 10122, 12138, 10301, 10982, 10867, 11911, 10487, 11548, 10213, 11205, 10236, 11902, 10410, 10623, 10693, 11925, 10476, 10683, 10613, 12691, 10643, 11699, 10681, 13634, 10618, 12985, 10646, 11230, 11237, 11563, 10577, 11476, 10620, 10007, 11403, 9892, 11821, 9971, 12405, 9951, 12362, 9956, 10985, 9853, 11559, 10131, 12378, 9751, 11838, 10076, 11284, 9965, 11710, 10174, 11437, 9843, 11781, 9983, 12062, 9989, 11423, 9972, 11205, 10038, 12335, 9968, 12128, 9921, 11187, 9841, 11271, 9975, 11203, 9465, 11265, 11342, 11022, 10913, 10739, 11253, 10678, 11185, 10304, 11956, 9997, 12047, 10220, 10299, 10819, 11361, 10212, 11453, 9962, 10839, 9940, 10903, 9894, 11980, 9832, 12055, 9559, 11432, 10818, 10425, 11567, 10428, 11219, 10379, 10258, 10406, 12068, 10199, 11203, 9895, 11646, 9970, 11439, 9966, 11469, 10098, 11383, 10088, 11369, 10879, 10377, 11067, 10921, 13435, 10680, 12080, 10290, 11808, 10532, 10711, 10780, 11679, 10033, 12117, 10002, 11049, 9743, 11976, 10166, 11830, 10313, 11575, 9817, 11568, 9694, 11373, 9815, 11932, 9948, 12133, 10234, 12323, 9718, 11474, 11306, 10274, 12874, 10236, 10867, 11114, 9418, 11333, 10118, 11135, 11362, 10489, 12474, 10333, 11389, 10521, 12532, 10391, 10924, 10087, 11620, 10122, 9988, 10357, 12963, 10436, 9947, 9959, 11528, 9893, 10945, 9786, 9550, 10230, 13511, 10287, 11626, 9928, 10786, 9905, 11033, 9784, 11471, 9944, 10683, 10066, 11255, 9986, 11282, 10082, 11371, 10053, 9815, 9999, 11330, 10000, 10544, 9784, 11559, 9760, 10334, 9730, 11353, 9880, 10164, 9840, 10646, 9785, 11693, 9763, 10270, 9932, 11556, 9857, 11717, 10020, 11533, 9946, 11304, 9743, 11862, 9604, 11214, 9680, 11763, 9543, 10768, 9607, 10939, 9641, 12217, 9452, 11209, 10685, 10472, 10784, 10605, 9365, 11232, 10999, 11025, 11313, 10354, 10726, 10645, 9410, 11711, 9413, 11873, 9625, 11961, 9505, 11260, 9581, 10953, 9501, 11247, 9522, 11152, 9773, 11415, 9287, 11130, 9605, 11046, 9640, 10738, 9688, 11516, 10066, 11966, 9842, 11602, 9881, 10943, 9633, 11908, 9395, 11247, 10010, 11506, 10397, 11057, 9556, 11752, 9745, 10841, 9956, 11615, 10143, 11639, 9780, 11579, 10142, 12337, 10513, 12717, 10643, 10086, 10310, 11223, 10325, 11085, 9982, 11148, 9697, 11342, 9776, 11393, 9696, 11400, 9587, 11394, 9903, 10887, 9826, 11063, 9305, 11406, 9088, 11453, 9152, 11125, 9114, 10645, 9144, 10860, 9159, 10927, 9824, 10553, 10689, 10085, 10644, 10171, 10653, 10009, 10063, 10178, 9926, 10716, 8567, 10546, 8828, 11200, 9515, 10443, 9782, 9697, 10652, 9375, 11264, 9104, 10365, 9313, 11355, 8876, 10707, 9104, 10805, 8873, 10690, 8734, 10609, 9047, 11047, 8802, 10986, 8648, 10916, 9736, 10262, 11537, 9796, 10928, 9709, 11209, 9831, 10483, 9815, 9809, 10173, 8513, 10970, 8328, 10644, 8433, 11066, 9647, 10366, 11111, 10238, 10622, 9984, 10792, 9607, 9760, 9920, 10253, 10732, 8461, 11017, 9524, 10365, 10130, 7916, 10557, 8242, 10669, 9460, 10945, 10381, 10596, 10386, 9891, 10709, 9186, 11299, 11368, 8755, 10573, 10249, 8764, 10840, 8496, 11311, 9221, 10871, 9669, 10332, 8228, 10956, 9812, 10035, 9212, 10811, 8746, 10724, 10045, 9253, 10345, 9212, 10288, 8390, 10699, 8702, 12489, 9516, 9383, 9834, 11546, 9153, 9717, 9309, 12010, 9301, 9519, 10164, 8285, 10998, 8637, 8914, 9211, 10603, 9111, 10498, 8800, 10562, 8902, 11767, 9549, 12181, 9199, 9514, 9236, 10148, 10468, 8423, 11273, 8937, 8909, 9290, 10541, 8826, 10466, 8269, 10234, 8215, 10574, 8219, 10345, 8954, 10071, 9398, 9271, 9265, 11011, 9358, 10008, 9456, 8442, 9976, 9034, 9506, 9134, 9681, 7713, 9999, 8668, 9589, 10830, 9484, 8334, 9748, 9242, 9445, 8342, 9629, 7795, 10513, 7699, 9919, 8158, 9633, 9705, 8332, 10462, 10468, 10046, 9746, 9527, 10016, 9482, 12391, 9991, 9908, 9858, 8704, 10679, 10160, 8741, 11128, 8274, 9605, 9005, 7494, 10006, 7721, 8922, 8646, 8594, 9440, 7657, 9868, 8213, 8905, 10874, 9013, 9422, 9256, 8646, 10245, 8682, 9845, 9366, 8618, 10532, 7865, 11803, 8982, 8430, 10022, 7799, 9779, 7716, 9901, 9602, 8889, 7984, 10713, 8166, 11596, 9109, 8947, 9612, 8366, 10876, 8070, 10175, 8028, 11671, 8934, 8799, 10562, 7683, 10791, 8566, 10611, 8281, 10306, 8068, 10083, 8358, 12008, 8991, 10104, 9785, 7932, 10708, 8163, 12124, 9248, 8763, 9507], 'WindowCenter': [4344.0, 4352.0, 4328.0, 4335.0, 4304.0, 4314.0, 4313.0, 4293.0, 4323.0, 4301.0, 4304.0, 4312.0, 4312.0, 4312.0, 4302.0, 4311.0, 4302.0, 4301.0, 4311.0, 4281.0, 4309.0, 4290.0, 4288.0, 4288.0, 4267.0, 4309.0, 4277.0, 4310.0, 4300.0, 4312.0, 4311.0, 4323.0, 4302.0, 4323.0, 4301.0, 4313.0, 4291.0, 4312.0, 4291.0, 4299.0, 4300.0, 4279.0, 4309.0, 4289.0, 4309.0, 4290.0, 4310.0, 4301.0, 4323.0, 4291.0, 4322.0, 4303.0, 4323.0, 4313.0, 4334.0, 4304.0, 4335.0, 4314.0, 4334.0, 4303.0, 4321.0, 4310.0, 4280.0, 4299.0, 4300.0, 4299.0, 4310.0, 4289.0, 4319.0, 4289.0, 4309.0, 4300.0, 4310.0, 4301.0, 4322.0, 4313.0, 4321.0, 4313.0, 4322.0, 4303.0, 4311.0, 4311.0, 4300.0, 4310.0, 4290.0, 4320.0, 4290.0, 4321.0, 4301.0, 4330.0, 4311.0, 4300.0, 4311.0, 4290.0, 4320.0, 4290.0, 4310.0, 4300.0, 4309.0, 4300.0, 4309.0, 4300.0, 4290.0, 4310.0, 4290.0, 4310.0, 4289.0, 4311.0, 4300.0, 4321.0, 4312.0, 4322.0, 4302.0, 4323.0, 4302.0, 4334.0, 4304.0, 4322.0, 4314.0, 4324.0, 4316.0, 4334.0, 4325.0, 4314.0, 4324.0, 4333.0, 4314.0, 4333.0, 4313.0, 4312.0, 4322.0, 4292.0, 4323.0, 4302.0, 4323.0, 4303.0, 4334.0, 4323.0, 4324.0, 4303.0, 4323.0, 4303.0, 4312.0, 4302.0, 4322.0, 4302.0, 4322.0, 4302.0, 4322.0, 4303.0, 4291.0, 4310.0, 4321.0, 4312.0, 4312.0, 4312.0, 4312.0, 4313.0, 4312.0, 4313.0, 4312.0, 4313.0, 4312.0, 4313.0, 4322.0, 4303.0, 4322.0, 4302.0, 4310.0, 4301.0, 4309.0, 4298.0, 4277.0, 4297.0, 4287.0, 4307.0, 4287.0, 4308.0, 4299.0, 4313.0, 4323.0, 4323.0, 4323.0, 4313.0, 4324.0, 4314.0, 4324.0, 4312.0, 4302.0, 4310.0, 4300.0, 4289.0, 4299.0, 4290.0, 4298.0, 4288.0, 4297.0, 4298.0, 4287.0, 4298.0, 4298.0, 4310.0, 4320.0, 4311.0, 4322.0, 4312.0, 4323.0, 4314.0, 4322.0, 4302.0, 4321.0, 4311.0, 4310.0, 4301.0, 4299.0, 4299.0, 4298.0, 4310.0, 4288.0, 4299.0, 4298.0, 4299.0, 4297.0, 4299.0, 4287.0, 4299.0, 4287.0, 4298.0, 4288.0, 4299.0, 4288.0, 4299.0, 4287.0, 4308.0, 4288.0, 4298.0, 4288.0, 4297.0, 4288.0, 4307.0, 4288.0, 4308.0, 4289.0, 4288.0, 4299.0, 4318.0, 4299.0, 4298.0, 4299.0, 4299.0, 4300.0, 4311.0, 4311.0, 4300.0, 4300.0, 4298.0, 4300.0, 4329.0, 4300.0, 4309.0, 4300.0, 4318.0, 4299.0, 4319.0, 4300.0, 4299.0, 4309.0, 4318.0, 4300.0, 4310.0, 4311.0, 4321.0, 4300.0, 4300.0, 4301.0, 4320.0, 4311.0, 4320.0, 4301.0, 4311.0, 4302.0, 4321.0, 4304.0, 4321.0, 4302.0, 4311.0, 4313.0, 4310.0, 4312.0, 4323.0, 4301.0, 4311.0, 4301.0, 4309.0, 4311.0, 4300.0, 4301.0, 4310.0, 4311.0, 4310.0, 4301.0, 4321.0, 4301.0, 4310.0, 4300.0, 4329.0, 4300.0, 4320.0, 4311.0, 4310.0, 4311.0, 4309.0, 4301.0, 4309.0, 4300.0, 4289.0, 4310.0, 4290.0, 4310.0, 4288.0, 4320.0, 4300.0, 4320.0, 4300.0, 4310.0, 4300.0, 4311.0, 4300.0, 4332.0, 4302.0, 4323.0, 4302.0, 4312.0, 4302.0, 4322.0, 4301.0, 4311.0, 4301.0, 4321.0, 4300.0, 4319.0, 4290.0, 4310.0, 4290.0, 4310.0, 4290.0, 4321.0, 4301.0, 4322.0, 4300.0, 4313.0, 4289.0, 4310.0, 4289.0, 4311.0, 4289.0, 4311.0, 4309.0, 4311.0, 4311.0, 4312.0, 4312.0, 4312.0, 4311.0, 4304.0, 4321.0, 4302.0, 4321.0, 4312.0, 4301.0, 4312.0, 4311.0, 4301.0, 4321.0, 4301.0, 4311.0, 4302.0, 4312.0, 4302.0, 4322.0, 4301.0, 4322.0, 4302.0, 4323.0, 4311.0, 4312.0, 4321.0, 4312.0, 4311.0, 4312.0, 4301.0, 4312.0, 4321.0, 4302.0, 4322.0, 4302.0, 4322.0, 4302.0, 4321.0, 4301.0, 4322.0, 4301.0, 4321.0, 4301.0, 4322.0, 4311.0, 4302.0, 4311.0, 4313.0, 4331.0, 4312.0, 4321.0, 4312.0, 4322.0, 4313.0, 4312.0, 4312.0, 4322.0, 4302.0, 4333.0, 4302.0, 4312.0, 4302.0, 4311.0, 4302.0, 4322.0, 4302.0, 4322.0, 4302.0, 4323.0, 4302.0, 4322.0, 4302.0, 4313.0, 4301.0, 4321.0, 4300.0, 4321.0, 4291.0, 4321.0, 4310.0, 4301.0, 4320.0, 4301.0, 4298.0, 4310.0, 4279.0, 4299.0, 4299.0, 4310.0, 4310.0, 4311.0, 4320.0, 4300.0, 4310.0, 4300.0, 4319.0, 4300.0, 4299.0, 4300.0, 4309.0, 4300.0, 4288.0, 4299.0, 4319.0, 4298.0, 4288.0, 4288.0, 4309.0, 4288.0, 4309.0, 4289.0, 4277.0, 4288.0, 4318.0, 4287.0, 4308.0, 4288.0, 4299.0, 4289.0, 4301.0, 4288.0, 4297.0, 4287.0, 4287.0, 4277.0, 4296.0, 4286.0, 4297.0, 4286.0, 4295.0, 4276.0, 4275.0, 4276.0, 4296.0, 4287.0, 4298.0, 4287.0, 4308.0, 4287.0, 4288.0, 4278.0, 4297.0, 4287.0, 4287.0, 4287.0, 4286.0, 4287.0, 4296.0, 4287.0, 4286.0, 4287.0, 4297.0, 4288.0, 4307.0, 4288.0, 4310.0, 4289.0, 4299.0, 4289.0, 4309.0, 4289.0, 4308.0, 4289.0, 4309.0, 4289.0, 4298.0, 4288.0, 4299.0, 4289.0, 4321.0, 4289.0, 4311.0, 4300.0, 4312.0, 4311.0, 4312.0, 4291.0, 4312.0, 4300.0, 4311.0, 4310.0, 4301.0, 4299.0, 4300.0, 4279.0, 4311.0, 4278.0, 4308.0, 4278.0, 4308.0, 4290.0, 4299.0, 4289.0, 4299.0, 4288.0, 4309.0, 4288.0, 4309.0, 4289.0, 4310.0, 4289.0, 4310.0, 4289.0, 4310.0, 4289.0, 4299.0, 4289.0, 4309.0, 4288.0, 4309.0, 4289.0, 4309.0, 4300.0, 4310.0, 4289.0, 4320.0, 4290.0, 4311.0, 4301.0, 4311.0, 4301.0, 4311.0, 4301.0, 4322.0, 4302.0, 4312.0, 4302.0, 4312.0, 4302.0, 4311.0, 4302.0, 4311.0, 4302.0, 4321.0, 4312.0, 4320.0, 4301.0, 4300.0, 4311.0, 4311.0, 4313.0, 4311.0, 4301.0, 4310.0, 4301.0, 4311.0, 4301.0, 4310.0, 4290.0, 4310.0, 4290.0, 4310.0, 4301.0, 4299.0, 4289.0, 4309.0, 4289.0, 4310.0, 4279.0, 4310.0, 4289.0, 4310.0, 4280.0, 4300.0, 4279.0, 4300.0, 4289.0, 4314.0, 4290.0, 4312.0, 4299.0, 4300.0, 4299.0, 4300.0, 4299.0, 4290.0, 4288.0, 4299.0, 4288.0, 4299.0, 4268.0, 4299.0, 4278.0, 4310.0, 4290.0, 4311.0, 4300.0, 4300.0, 4311.0, 4291.0, 4312.0, 4292.0, 4303.0, 4292.0, 4312.0, 4291.0, 4313.0, 4291.0, 4312.0, 4280.0, 4300.0, 4282.0, 4300.0, 4280.0, 4311.0, 4280.0, 4311.0, 4280.0, 4312.0, 4293.0, 4302.0, 4310.0, 4301.0, 4310.0, 4301.0, 4310.0, 4302.0, 4300.0, 4290.0, 4288.0, 4299.0, 4268.0, 4298.0, 4267.0, 4298.0, 4268.0, 4310.0, 4289.0, 4312.0, 4322.0, 4312.0, 4312.0, 4303.0, 4313.0, 4303.0, 4301.0, 4303.0, 4303.0, 4300.0, 4271.0, 4298.0, 4289.0, 4288.0, 4298.0, 4269.0, 4298.0, 4268.0, 4300.0, 4290.0, 4313.0, 4312.0, 4324.0, 4314.0, 4315.0, 4324.0, 4306.0, 4312.0, 4310.0, 4270.0, 4288.0, 4288.0, 4267.0, 4298.0, 4278.0, 4298.0, 4278.0, 4298.0, 4288.0, 4299.0, 4270.0, 4311.0, 4300.0, 4302.0, 4290.0, 4298.0, 4280.0, 4298.0, 4288.0, 4277.0, 4288.0, 4277.0, 4298.0, 4267.0, 4286.0, 4267.0, 4306.0, 4277.0, 4276.0, 4286.0, 4296.0, 4277.0, 4287.0, 4288.0, 4307.0, 4289.0, 4277.0, 4287.0, 4267.0, 4286.0, 4268.0, 4276.0, 4277.0, 4297.0, 4277.0, 4300.0, 4278.0, 4301.0, 4280.0, 4309.0, 4290.0, 4309.0, 4289.0, 4289.0, 4290.0, 4287.0, 4298.0, 4267.0, 4296.0, 4267.0, 4276.0, 4277.0, 4298.0, 4278.0, 4300.0, 4279.0, 4301.0, 4281.0, 4300.0, 4270.0, 4288.0, 4279.0, 4287.0, 4278.0, 4277.0, 4277.0, 4297.0, 4278.0, 4286.0, 4288.0, 4268.0, 4289.0, 4278.0, 4290.0, 4289.0, 4301.0, 4270.0, 4301.0, 4279.0, 4290.0, 4309.0, 4302.0, 4281.0, 4301.0, 4289.0, 4290.0, 4269.0, 4291.0, 4270.0, 4300.0, 4273.0, 4313.0, 4271.0, 4303.0, 4302.0, 4294.0, 4337.0, 4325.0, 4316.0, 4317.0, 4316.0, 4327.0, 4319.0, 4337.0, 4303.0, 4291.0, 4276.0, 4266.0, 4274.0, 4273.0, 4254.0, 4272.0, 4242.0, 4261.0, 4252.0, 4231.0, 4273.0, 4242.0, 4251.0, 4254.0, 4252.0, 4275.0, 4255.0, 4288.0, 4267.0, 4279.0, 4299.0, 4280.0, 4277.0, 4278.0, 4268.0, 4276.0, 4267.0, 4275.0, 4266.0, 4254.0, 4284.0, 4254.0, 4293.0, 4264.0, 4253.0, 4275.0, 4244.0, 4286.0, 4256.0, 4288.0, 4288.0, 4278.0, 4256.0, 4286.0, 4269.0, 4294.0, 4265.0, 4265.0, 4275.0, 4254.0, 4296.0, 4254.0, 4285.0, 4255.0, 4283.0, 4264.0, 4253.0, 4284.0, 4244.0, 4285.0, 4265.0, 4295.0, 4266.0, 4298.0, 4267.0, 4287.0, 4269.0, 4307.0, 4278.0, 4286.0, 4287.0, 4257.0, 4285.0, 4255.0, 4294.0, 4275.0, 4264.0, 4276.0], 'WindowWidth': [9589.0, 9591.0, 9553.0, 9555.0, 9513.0, 9523.0, 9521.0, 9493.0, 9532.0, 9501.0, 9508.0, 9519.0, 9519.0, 9518.0, 9507.0, 9516.0, 9505.0, 9502.0, 9515.0, 9475.0, 9507.0, 9484.0, 9477.0, 9477.0, 9449.0, 9507.0, 9463.0, 9511.0, 9497.0, 9518.0, 9515.0, 9536.0, 9506.0, 9535.0, 9503.0, 9520.0, 9489.0, 9516.0, 9488.0, 9496.0, 9496.0, 9467.0, 9507.0, 9481.0, 9508.0, 9486.0, 9511.0, 9502.0, 9532.0, 9489.0, 9531.0, 9508.0, 9535.0, 9522.0, 9550.0, 9511.0, 9554.0, 9525.0, 9552.0, 9509.0, 9529.0, 9509.0, 9471.0, 9492.0, 9498.0, 9495.0, 9512.0, 9482.0, 9523.0, 9483.0, 9507.0, 9498.0, 9512.0, 9503.0, 9532.0, 9522.0, 9530.0, 9523.0, 9533.0, 9508.0, 9514.0, 9515.0, 9499.0, 9510.0, 9485.0, 9525.0, 9485.0, 9528.0, 9503.0, 9538.0, 9513.0, 9497.0, 9513.0, 9484.0, 9525.0, 9484.0, 9510.0, 9497.0, 9508.0, 9498.0, 9509.0, 9499.0, 9485.0, 9512.0, 9484.0, 9511.0, 9483.0, 9513.0, 9499.0, 9530.0, 9517.0, 9531.0, 9505.0, 9535.0, 9507.0, 9553.0, 9514.0, 9533.0, 9526.0, 9537.0, 9530.0, 9552.0, 9542.0, 9524.0, 9540.0, 9549.0, 9526.0, 9547.0, 9521.0, 9519.0, 9531.0, 9491.0, 9533.0, 9505.0, 9537.0, 9509.0, 9552.0, 9535.0, 9539.0, 9508.0, 9535.0, 9507.0, 9516.0, 9503.0, 9531.0, 9504.0, 9534.0, 9504.0, 9533.0, 9508.0, 9488.0, 9513.0, 9527.0, 9517.0, 9517.0, 9520.0, 9518.0, 9523.0, 9518.0, 9520.0, 9518.0, 9520.0, 9519.0, 9521.0, 9533.0, 9508.0, 9531.0, 9505.0, 9510.0, 9499.0, 9508.0, 9489.0, 9462.0, 9487.0, 9474.0, 9502.0, 9477.0, 9506.0, 9496.0, 9522.0, 9535.0, 9536.0, 9536.0, 9522.0, 9538.0, 9526.0, 9540.0, 9518.0, 9505.0, 9510.0, 9497.0, 9482.0, 9491.0, 9482.0, 9488.0, 9476.0, 9485.0, 9491.0, 9476.0, 9492.0, 9492.0, 9510.0, 9524.0, 9515.0, 9531.0, 9519.0, 9534.0, 9523.0, 9529.0, 9505.0, 9526.0, 9514.0, 9509.0, 9498.0, 9495.0, 9494.0, 9491.0, 9509.0, 9478.0, 9492.0, 9489.0, 9492.0, 9488.0, 9493.0, 9475.0, 9493.0, 9475.0, 9491.0, 9476.0, 9492.0, 9477.0, 9493.0, 9475.0, 9504.0, 9476.0, 9488.0, 9476.0, 9487.0, 9476.0, 9502.0, 9478.0, 9506.0, 9482.0, 9479.0, 9494.0, 9517.0, 9493.0, 9491.0, 9495.0, 9495.0, 9498.0, 9514.0, 9513.0, 9497.0, 9499.0, 9492.0, 9497.0, 9534.0, 9497.0, 9509.0, 9495.0, 9517.0, 9496.0, 9522.0, 9497.0, 9495.0, 9508.0, 9520.0, 9499.0, 9513.0, 9515.0, 9526.0, 9500.0, 9497.0, 9501.0, 9524.0, 9514.0, 9524.0, 9500.0, 9514.0, 9504.0, 9528.0, 9509.0, 9527.0, 9504.0, 9515.0, 9518.0, 9511.0, 9517.0, 9533.0, 9501.0, 9515.0, 9502.0, 9508.0, 9514.0, 9496.0, 9500.0, 9512.0, 9516.0, 9513.0, 9503.0, 9527.0, 9501.0, 9510.0, 9498.0, 9535.0, 9499.0, 9524.0, 9516.0, 9512.0, 9513.0, 9509.0, 9500.0, 9509.0, 9499.0, 9482.0, 9511.0, 9484.0, 9511.0, 9480.0, 9525.0, 9497.0, 9526.0, 9497.0, 9513.0, 9499.0, 9514.0, 9500.0, 9545.0, 9505.0, 9536.0, 9506.0, 9519.0, 9505.0, 9531.0, 9502.0, 9515.0, 9500.0, 9529.0, 9499.0, 9523.0, 9483.0, 9511.0, 9484.0, 9512.0, 9484.0, 9527.0, 9501.0, 9531.0, 9499.0, 9518.0, 9482.0, 9511.0, 9481.0, 9513.0, 9482.0, 9512.0, 9509.0, 9515.0, 9515.0, 9519.0, 9518.0, 9520.0, 9515.0, 9507.0, 9529.0, 9504.0, 9527.0, 9517.0, 9499.0, 9516.0, 9514.0, 9500.0, 9529.0, 9501.0, 9516.0, 9504.0, 9517.0, 9504.0, 9531.0, 9501.0, 9532.0, 9505.0, 9533.0, 9516.0, 9519.0, 9530.0, 9519.0, 9516.0, 9519.0, 9501.0, 9518.0, 9528.0, 9503.0, 9531.0, 9506.0, 9531.0, 9503.0, 9529.0, 9502.0, 9531.0, 9502.0, 9531.0, 9501.0, 9531.0, 9513.0, 9503.0, 9517.0, 9520.0, 9542.0, 9519.0, 9529.0, 9519.0, 9530.0, 9520.0, 9517.0, 9518.0, 9531.0, 9506.0, 9549.0, 9506.0, 9519.0, 9505.0, 9513.0, 9503.0, 9529.0, 9503.0, 9533.0, 9506.0, 9535.0, 9507.0, 9533.0, 9503.0, 9519.0, 9500.0, 9526.0, 9499.0, 9529.0, 9488.0, 9529.0, 9512.0, 9501.0, 9525.0, 9502.0, 9494.0, 9511.0, 9468.0, 9495.0, 9494.0, 9511.0, 9510.0, 9514.0, 9525.0, 9499.0, 9511.0, 9498.0, 9521.0, 9496.0, 9495.0, 9497.0, 9507.0, 9497.0, 9479.0, 9494.0, 9519.0, 9490.0, 9476.0, 9479.0, 9507.0, 9480.0, 9509.0, 9482.0, 9462.0, 9477.0, 9515.0, 9475.0, 9503.0, 9478.0, 9494.0, 9482.0, 9499.0, 9480.0, 9486.0, 9475.0, 9471.0, 9460.0, 9485.0, 9471.0, 9486.0, 9472.0, 9481.0, 9457.0, 9453.0, 9456.0, 9484.0, 9473.0, 9491.0, 9477.0, 9504.0, 9476.0, 9477.0, 9464.0, 9487.0, 9474.0, 9474.0, 9472.0, 9471.0, 9474.0, 9485.0, 9474.0, 9472.0, 9474.0, 9487.0, 9477.0, 9502.0, 9479.0, 9510.0, 9481.0, 9495.0, 9481.0, 9509.0, 9481.0, 9507.0, 9482.0, 9509.0, 9479.0, 9491.0, 9478.0, 9494.0, 9482.0, 9527.0, 9482.0, 9516.0, 9499.0, 9517.0, 9513.0, 9518.0, 9488.0, 9515.0, 9497.0, 9513.0, 9510.0, 9501.0, 9496.0, 9497.0, 9469.0, 9510.0, 9464.0, 9504.0, 9463.0, 9505.0, 9482.0, 9493.0, 9480.0, 9496.0, 9478.0, 9508.0, 9480.0, 9509.0, 9481.0, 9512.0, 9482.0, 9512.0, 9482.0, 9511.0, 9482.0, 9493.0, 9481.0, 9506.0, 9479.0, 9506.0, 9480.0, 9509.0, 9497.0, 9510.0, 9483.0, 9525.0, 9485.0, 9513.0, 9502.0, 9513.0, 9501.0, 9516.0, 9503.0, 9532.0, 9505.0, 9518.0, 9506.0, 9516.0, 9504.0, 9515.0, 9505.0, 9515.0, 9504.0, 9529.0, 9516.0, 9525.0, 9501.0, 9499.0, 9516.0, 9516.0, 9521.0, 9516.0, 9502.0, 9511.0, 9502.0, 9513.0, 9503.0, 9512.0, 9485.0, 9510.0, 9485.0, 9510.0, 9499.0, 9495.0, 9482.0, 9508.0, 9483.0, 9512.0, 9468.0, 9510.0, 9483.0, 9510.0, 9470.0, 9496.0, 9467.0, 9496.0, 9483.0, 9522.0, 9484.0, 9516.0, 9495.0, 9498.0, 9495.0, 9498.0, 9494.0, 9484.0, 9479.0, 9494.0, 9477.0, 9495.0, 9452.0, 9496.0, 9465.0, 9511.0, 9486.0, 9514.0, 9498.0, 9500.0, 9516.0, 9489.0, 9518.0, 9491.0, 9506.0, 9491.0, 9519.0, 9490.0, 9520.0, 9489.0, 9518.0, 9473.0, 9499.0, 9477.0, 9497.0, 9469.0, 9512.0, 9472.0, 9515.0, 9472.0, 9519.0, 9493.0, 9503.0, 9513.0, 9502.0, 9511.0, 9502.0, 9512.0, 9503.0, 9498.0, 9483.0, 9478.0, 9493.0, 9451.0, 9492.0, 9449.0, 9492.0, 9451.0, 9511.0, 9484.0, 9517.0, 9531.0, 9520.0, 9518.0, 9507.0, 9521.0, 9510.0, 9503.0, 9508.0, 9506.0, 9498.0, 9460.0, 9491.0, 9482.0, 9477.0, 9492.0, 9455.0, 9493.0, 9451.0, 9498.0, 9485.0, 9521.0, 9521.0, 9540.0, 9527.0, 9528.0, 9539.0, 9517.0, 9520.0, 9508.0, 9457.0, 9478.0, 9477.0, 9448.0, 9490.0, 9465.0, 9490.0, 9466.0, 9492.0, 9479.0, 9495.0, 9457.0, 9516.0, 9501.0, 9505.0, 9486.0, 9492.0, 9471.0, 9490.0, 9477.0, 9461.0, 9477.0, 9463.0, 9491.0, 9448.0, 9470.0, 9447.0, 9496.0, 9459.0, 9457.0, 9471.0, 9484.0, 9462.0, 9477.0, 9480.0, 9502.0, 9481.0, 9463.0, 9474.0, 9447.0, 9471.0, 9450.0, 9458.0, 9461.0, 9487.0, 9463.0, 9497.0, 9466.0, 9500.0, 9474.0, 9508.0, 9484.0, 9508.0, 9482.0, 9481.0, 9483.0, 9477.0, 9489.0, 9448.0, 9484.0, 9447.0, 9459.0, 9462.0, 9491.0, 9467.0, 9498.0, 9471.0, 9502.0, 9475.0, 9499.0, 9459.0, 9477.0, 9468.0, 9476.0, 9466.0, 9462.0, 9463.0, 9486.0, 9464.0, 9472.0, 9480.0, 9452.0, 9481.0, 9464.0, 9486.0, 9481.0, 9503.0, 9461.0, 9501.0, 9468.0, 9486.0, 9509.0, 9503.0, 9477.0, 9502.0, 9483.0, 9486.0, 9455.0, 9487.0, 9458.0, 9497.0, 9466.0, 9523.0, 9461.0, 9507.0, 9507.0, 9503.0, 9564.0, 9543.0, 9534.0, 9535.0, 9532.0, 9549.0, 9543.0, 9562.0, 9507.0, 9487.0, 9458.0, 9445.0, 9452.0, 9446.0, 9423.0, 9442.0, 9402.0, 9427.0, 9417.0, 9387.0, 9446.0, 9405.0, 9415.0, 9425.0, 9420.0, 9455.0, 9430.0, 9477.0, 9450.0, 9470.0, 9495.0, 9473.0, 9463.0, 9466.0, 9452.0, 9455.0, 9445.0, 9455.0, 9443.0, 9425.0, 9465.0, 9426.0, 9472.0, 9438.0, 9423.0, 9453.0, 9413.0, 9471.0, 9432.0, 9479.0, 9479.0, 9467.0, 9434.0, 9471.0, 9451.0, 9477.0, 9442.0, 9439.0, 9453.0, 9425.0, 9483.0, 9427.0, 9469.0, 9430.0, 9462.0, 9439.0, 9423.0, 9464.0, 9412.0, 9465.0, 9441.0, 9483.0, 9447.0, 9492.0, 9449.0, 9476.0, 9455.0, 9500.0, 9463.0, 9470.0, 9473.0, 9433.0, 9469.0, 9429.0, 9477.0, 9455.0, 9439.0, 9458.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.0004064912280701754</td></tr>
<tr><td colspan=3>aqi</td><td>0.01652883475877193</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35709632769481</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2320034636223918</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9953728270252482</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6814.0674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06448197368294646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6578947368421053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6855094350315802</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5996533925648877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.917593475893696</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.539281436636158</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114739</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012421094812452793</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01885412633419037</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6413307238247214</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>33.6575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0244</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.1301</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>307475.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.1406</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9583</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.4967</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3516.2471</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4684.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1030.6597</td></tr>
<tr><td colspan=3>tsnr</td><td>45.330732602626085</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>