<?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-0055_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-02/func/sub-0055_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>556bc83e4641cd9f44fda3bca0d39530</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>15:18:2.572500</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.999782, -0.0118807, 0.0171575, 0.0137859, 0.993203, -0.115574]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109396</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7698, -7286, 578, 34, -204, -108, 49]</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>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db1b1263-8e81-4b40-b752-1717df5cd170||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.682342529296875, 0.03698668256402016, 0.042303018271923065, 108.90526580810547], [0.031875111162662506, 2.66469144821167, -0.3126218020915985, -77.8720703125], [0.04603234678506851, 0.3100779056549072, 2.681506633758545, -98.45697021484375], [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': ['151802.572500', '151803.032500', '151803.492500', '151803.952500', '151804.412500', '151804.872500', '151805.332500', '151805.792500', '151806.252500', '151806.712500', '151807.172500', '151807.632500', '151808.092500', '151808.552500', '151809.012500', '151809.472500', '151809.932500', '151810.392500', '151810.852500', '151811.312500', '151811.772500', '151812.232500', '151812.692500', '151813.152500', '151813.612500', '151814.072500', '151814.532500', '151814.992500', '151815.452500', '151815.912500', '151816.372500', '151816.832500', '151817.292500', '151817.752500', '151818.212500', '151818.672500', '151819.132500', '151819.592500', '151820.052500', '151820.512500', '151820.972500', '151821.432500', '151821.892500', '151822.352500', '151822.812500', '151823.272500', '151823.732500', '151824.192500', '151824.652500', '151825.112500', '151825.572500', '151826.032500', '151826.492500', '151826.952500', '151827.412500', '151827.872500', '151828.332500', '151828.792500', '151829.252500', '151829.712500', '151830.172500', '151830.632500', '151831.092500', '151831.552500', '151832.012500', '151832.472500', '151832.932500', '151833.392500', '151833.852500', '151834.312500', '151834.772500', '151835.232500', '151835.692500', '151836.152500', '151836.612500', '151837.072500', '151837.532500', '151837.992500', '151838.452500', '151838.912500', '151839.372500', '151839.832500', '151840.292500', '151840.752500', '151841.212500', '151841.672500', '151842.132500', '151842.592500', '151843.052500', '151843.512500', '151843.972500', '151844.432500', '151844.892500', '151845.352500', '151845.812500', '151846.272500', '151846.732500', '151847.192500', '151847.652500', '151848.112500', '151848.572500', '151849.032500', '151849.492500', '151849.952500', '151850.412500', '151850.872500', '151851.332500', '151851.792500', '151852.252500', '151852.712500', '151853.172500', '151853.632500', '151854.092500', '151854.552500', '151855.012500', '151855.472500', '151855.932500', '151856.392500', '151856.852500', '151857.312500', '151857.772500', '151858.232500', '151858.692500', '151859.152500', '151859.612500', '151900.072500', '151900.532500', '151900.992500', '151901.452500', '151901.912500', '151902.372500', '151902.832500', '151903.292500', '151903.752500', '151904.212500', '151904.672500', '151905.132500', '151905.592500', '151906.052500', '151906.512500', '151906.972500', '151907.432500', '151907.892500', '151908.352500', '151908.812500', '151909.272500', '151909.732500', '151910.192500', '151910.652500', '151911.112500', '151911.572500', '151912.032500', '151912.492500', '151912.952500', '151913.412500', '151913.872500', '151914.332500', '151914.792500', '151915.252500', '151915.712500', '151916.172500', '151916.632500', '151917.092500', '151917.552500', '151918.012500', '151918.472500', '151918.932500', '151919.392500', '151919.852500', '151920.312500', '151920.772500', '151921.232500', '151921.692500', '151922.152500', '151922.612500', '151923.072500', '151923.532500', '151923.992500', '151924.452500', '151924.912500', '151925.372500', '151925.832500', '151926.292500', '151926.752500', '151927.212500', '151927.672500', '151928.132500', '151928.592500', '151929.052500', '151929.512500', '151929.972500', '151930.432500', '151930.892500', '151931.352500', '151931.812500', '151932.272500', '151932.732500', '151933.192500', '151933.652500', '151934.112500', '151934.572500', '151935.032500', '151935.492500', '151935.952500', '151936.412500', '151936.872500', '151937.332500', '151937.792500', '151938.252500', '151938.712500', '151939.172500', '151939.632500', '151940.092500', '151940.552500', '151941.012500', '151941.472500', '151941.932500', '151942.392500', '151942.852500', '151943.312500', '151943.772500', '151944.232500', '151944.692500', '151945.152500', '151945.612500', '151946.072500', '151946.532500', '151946.992500', '151947.452500', '151947.912500', '151948.372500', '151948.832500', '151949.292500', '151949.752500', '151950.212500', '151950.672500', '151951.132500', '151951.592500', '151952.052500', '151952.512500', '151952.972500', '151953.432500', '151953.892500', '151954.352500', '151954.812500', '151955.272500', '151955.732500', '151956.192500', '151956.652500', '151957.112500', '151957.572500', '151958.032500', '151958.492500', '151958.952500', '151959.412500', '151959.872500', '152000.332500', '152000.792500', '152001.252500', '152001.712500', '152002.172500', '152002.632500', '152003.092500', '152003.552500', '152004.012500', '152004.472500', '152004.932500', '152005.392500', '152005.852500', '152006.312500', '152006.772500', '152007.232500', '152007.692500', '152008.152500', '152008.612500', '152009.072500', '152009.532500', '152009.992500', '152010.452500', '152010.912500', '152011.372500', '152011.832500', '152012.292500', '152012.752500', '152013.212500', '152013.672500', '152014.132500', '152014.592500', '152015.052500', '152015.512500', '152015.972500', '152016.432500', '152016.892500', '152017.352500', '152017.812500', '152018.272500', '152018.732500', '152019.192500', '152019.652500', '152020.112500', '152020.572500', '152021.032500', '152021.492500', '152021.952500', '152022.412500', '152022.872500', '152023.332500', '152023.792500', '152024.252500', '152024.712500', '152025.172500', '152025.632500', '152026.092500', '152026.552500', '152027.012500', '152027.472500', '152027.932500', '152028.392500', '152028.852500', '152029.312500', '152029.772500', '152030.232500', '152030.692500', '152031.152500', '152031.612500', '152032.072500', '152032.532500', '152032.992500', '152033.452500', '152033.912500', '152034.372500', '152034.832500', '152035.292500', '152035.752500', '152036.212500', '152036.672500', '152037.132500', '152037.592500', '152038.052500', '152038.512500', '152038.972500', '152039.432500', '152039.892500', '152040.352500', '152040.812500', '152041.272500', '152041.732500', '152042.192500', '152042.652500', '152043.112500', '152043.572500', '152044.032500', '152044.492500', '152044.952500', '152045.412500', '152045.872500', '152046.332500', '152046.792500', '152047.252500', '152047.712500', '152048.172500', '152048.632500', '152049.092500', '152049.552500', '152050.012500', '152050.472500', '152050.932500', '152051.392500', '152051.852500', '152052.312500', '152052.772500', '152053.232500', '152053.692500', '152054.152500', '152054.612500', '152055.072500', '152055.532500', '152055.992500', '152056.452500', '152056.912500', '152057.372500', '152057.832500', '152058.292500', '152058.752500', '152059.212500', '152059.672500', '152100.132500', '152100.592500', '152101.052500', '152101.512500', '152101.972500', '152102.432500', '152102.892500', '152103.352500', '152103.812500', '152104.272500', '152104.732500', '152105.192500', '152105.652500', '152106.112500', '152106.572500', '152107.032500', '152107.492500', '152107.952500', '152108.412500', '152108.872500', '152109.332500', '152109.792500', '152110.252500', '152110.712500', '152111.172500', '152111.632500', '152112.092500', '152112.552500', '152113.012500', '152113.472500', '152113.932500', '152114.392500', '152114.852500', '152115.312500', '152115.772500', '152116.232500', '152116.692500', '152117.152500', '152117.612500', '152118.072500', '152118.532500', '152118.992500', '152119.452500', '152119.912500', '152120.372500', '152120.832500', '152121.292500', '152121.752500', '152122.212500', '152122.672500', '152123.132500', '152123.592500', '152124.052500', '152124.512500', '152124.972500', '152125.432500', '152125.892500', '152126.352500', '152126.812500', '152127.272500', '152127.732500', '152128.192500', '152128.652500', '152129.112500', '152129.572500', '152130.032500', '152130.492500', '152130.952500', '152131.412500', '152131.872500', '152132.332500', '152132.792500', '152133.252500', '152133.712500', '152134.172500', '152134.632500', '152135.092500', '152135.552500', '152136.012500', '152136.472500', '152136.932500', '152137.392500', '152137.852500', '152138.312500', '152138.772500', '152139.232500', '152139.692500', '152140.152500', '152140.612500', '152141.072500', '152141.532500', '152141.992500', '152142.452500', '152142.912500', '152143.372500', '152143.832500', '152144.292500', '152144.752500', '152145.212500', '152145.672500', '152146.132500', '152146.592500', '152147.052500', '152147.512500', '152147.972500', '152148.432500', '152148.892500', '152149.352500', '152149.812500', '152150.272500', '152150.732500', '152151.192500', '152151.652500', '152152.112500', '152152.572500', '152153.032500', '152153.492500', '152153.952500', '152154.412500', '152154.872500', '152155.332500', '152155.792500', '152156.252500', '152156.712500', '152157.172500', '152157.632500', '152158.092500', '152158.552500', '152159.012500', '152159.472500', '152159.932500', '152200.392500', '152200.852500', '152201.312500', '152201.772500', '152202.232500', '152202.692500', '152203.152500', '152203.612500', '152204.072500', '152204.532500', '152204.992500', '152205.452500', '152205.912500', '152206.372500', '152206.832500', '152207.292500', '152207.752500', '152208.212500', '152208.672500', '152209.132500', '152209.592500', '152210.052500', '152210.512500', '152210.972500', '152211.432500', '152211.892500', '152212.352500', '152212.812500', '152213.272500', '152213.732500', '152214.192500', '152214.652500', '152215.112500', '152215.572500', '152216.032500', '152216.492500', '152216.952500', '152217.412500', '152217.872500', '152218.332500', '152218.792500', '152219.252500', '152219.712500', '152220.172500', '152220.632500', '152221.092500', '152221.552500', '152222.012500', '152222.472500', '152222.932500', '152223.392500', '152223.852500', '152224.312500', '152224.772500', '152225.232500', '152225.692500', '152226.152500', '152226.612500', '152227.072500', '152227.532500', '152227.992500', '152228.452500', '152228.912500', '152229.372500', '152229.832500', '152230.292500', '152230.752500', '152231.212500', '152231.672500', '152232.132500', '152232.592500', '152233.052500', '152233.512500', '152233.972500', '152234.432500', '152234.892500', '152235.352500', '152235.812500', '152236.272500', '152236.732500', '152237.192500', '152237.652500', '152238.112500', '152238.572500', '152239.032500', '152239.492500', '152239.952500', '152240.412500', '152240.872500', '152241.332500', '152241.792500', '152242.252500', '152242.712500', '152243.172500', '152243.632500', '152244.092500', '152244.552500', '152245.012500', '152245.472500', '152245.932500', '152246.392500', '152246.852500', '152247.312500', '152247.772500', '152248.232500', '152248.692500', '152249.152500', '152249.612500', '152250.072500', '152250.532500', '152250.992500', '152251.452500', '152251.912500', '152252.372500', '152252.832500', '152253.292500', '152253.752500', '152254.212500', '152254.672500', '152255.132500', '152255.592500', '152256.052500', '152256.512500', '152256.972500', '152257.432500', '152257.892500', '152258.352500', '152258.812500', '152259.272500', '152259.732500', '152300.192500', '152300.652500', '152301.112500', '152301.572500', '152302.032500', '152302.492500', '152302.952500', '152303.412500', '152303.872500', '152304.332500', '152304.792500', '152305.252500', '152305.712500', '152306.172500', '152306.632500', '152307.092500', '152307.552500', '152308.012500', '152308.472500', '152308.932500', '152309.392500', '152309.852500', '152310.312500', '152310.772500', '152311.232500', '152311.692500', '152312.152500', '152312.612500', '152313.072500', '152313.532500', '152313.992500', '152314.452500', '152314.912500', '152315.372500', '152315.832500', '152316.292500', '152316.752500', '152317.212500', '152317.672500', '152318.132500', '152318.592500', '152319.052500', '152319.512500', '152319.972500', '152320.432500', '152320.892500', '152321.352500', '152321.812500', '152322.272500', '152322.732500', '152323.192500', '152323.652500', '152324.112500', '152324.572500', '152325.032500', '152325.492500', '152325.952500', '152326.412500', '152326.872500', '152327.332500', '152327.792500', '152328.252500', '152328.712500', '152329.172500', '152329.632500', '152330.092500', '152330.552500', '152331.012500', '152331.472500', '152331.932500', '152332.392500', '152332.852500', '152333.312500', '152333.772500', '152334.232500', '152334.692500', '152335.152500', '152335.612500', '152336.072500', '152336.532500', '152336.992500', '152337.452500', '152337.912500', '152338.372500', '152338.832500', '152339.292500', '152339.752500', '152340.212500', '152340.672500', '152341.132500', '152341.592500', '152342.052500', '152342.512500', '152342.972500', '152343.432500', '152343.892500', '152344.352500', '152344.812500', '152345.272500', '152345.732500', '152346.192500', '152346.652500', '152347.112500', '152347.572500', '152348.032500', '152348.492500', '152348.952500', '152349.412500', '152349.872500', '152350.332500', '152350.792500', '152351.252500', '152351.712500', '152352.172500', '152352.632500', '152353.092500', '152353.552500', '152354.012500', '152354.472500', '152354.932500', '152355.392500', '152355.852500', '152356.312500', '152356.772500', '152357.232500', '152357.692500', '152358.152500', '152358.612500', '152359.072500', '152359.532500', '152359.992500', '152400.452500', '152400.912500', '152401.372500', '152401.832500', '152402.292500', '152402.752500', '152403.212500', '152403.672500', '152404.132500', '152404.592500', '152405.052500', '152405.512500', '152405.972500', '152406.432500', '152406.892500', '152407.352500', '152407.812500', '152408.272500', '152408.732500', '152409.192500', '152409.652500', '152410.112500', '152410.572500', '152411.032500', '152411.492500', '152411.952500', '152412.412500', '152412.872500', '152413.332500', '152413.792500', '152414.252500', '152414.712500', '152415.172500', '152415.632500', '152416.092500', '152416.552500', '152417.012500', '152417.472500', '152417.932500', '152418.392500', '152418.852500', '152419.312500', '152419.772500', '152420.232500', '152420.692500', '152421.152500', '152421.612500', '152422.072500', '152422.532500', '152422.992500', '152423.452500', '152423.912500', '152424.372500', '152424.832500', '152425.292500', '152425.752500', '152426.212500', '152426.672500', '152427.132500', '152427.592500', '152428.052500', '152428.512500', '152428.972500', '152429.432500', '152429.892500', '152430.352500', '152430.812500', '152431.272500', '152431.732500', '152432.192500', '152432.652500', '152433.112500', '152433.572500', '152434.032500', '152434.492500', '152434.952500', '152435.412500', '152435.872500', '152436.332500', '152436.792500', '152437.252500', '152437.712500', '152438.172500', '152438.632500', '152439.092500', '152439.552500', '152440.012500', '152440.472500', '152440.932500', '152441.392500', '152441.852500', '152442.312500', '152442.772500', '152443.232500', '152443.692500', '152444.152500', '152444.612500', '152445.072500', '152445.532500', '152445.992500', '152446.452500', '152446.912500', '152447.372500', '152447.832500', '152448.292500', '152448.752500', '152449.212500', '152449.672500', '152450.132500', '152450.592500', '152451.052500', '152451.512500', '152451.972500', '152452.432500', '152452.892500', '152453.352500', '152453.812500', '152454.272500', '152454.732500', '152455.192500', '152455.652500', '152456.112500', '152456.572500', '152457.032500', '152457.492500', '152457.952500', '152458.412500', '152458.872500', '152459.332500', '152459.792500', '152500.252500', '152500.712500', '152501.172500', '152501.632500', '152502.092500', '152502.552500'], 'ContentTime': ['151814.722000', '151814.725000', '151814.728000', '151814.731000', '151814.733000', '151814.736000', '151814.739000', '151814.741000', '151814.744000', '151814.746000', '151814.749000', '151814.761000', '151814.763000', '151814.771000', '151814.782000', '151814.785000', '151814.787000', '151814.790000', '151814.792000', '151814.795000', '151814.798000', '151814.800000', '151814.803000', '151834.687000', '151834.689000', '151834.692000', '151834.695000', '151834.697000', '151834.700000', '151834.702000', '151834.705000', '151834.708000', '151834.710000', '151834.713000', '151834.715000', '151834.718000', '151834.720000', '151834.726000', '151834.729000', '151834.731000', '151834.734000', '151834.737000', '151834.739000', '151834.742000', '151834.745000', '151834.748000', '151834.750000', '151834.753000', '151834.756000', '151834.758000', '151834.761000', '151834.772000', '151834.775000', '151834.777000', '151834.780000', '151834.783000', '151834.785000', '151834.788000', '151834.790000', '151834.793000', '151834.795000', '151834.798000', '151834.800000', '151834.803000', '151834.805000', '151834.808000', '151854.687000', '151854.690000', '151854.692000', '151854.695000', '151854.697000', '151854.700000', '151854.703000', '151854.705000', '151854.708000', '151854.710000', '151854.713000', '151854.715000', '151854.718000', '151854.721000', '151854.723000', '151854.726000', '151854.728000', '151854.731000', '151854.734000', '151854.736000', '151854.739000', '151854.741000', '151854.744000', '151854.746000', '151854.749000', '151854.752000', '151854.754000', '151854.757000', '151854.760000', '151854.762000', '151854.767000', '151854.769000', '151854.772000', '151854.774000', '151854.777000', '151854.780000', '151854.782000', '151854.785000', '151854.787000', '151854.790000', '151854.792000', '151854.795000', '151854.797000', '151854.800000', '151914.687000', '151914.689000', '151914.692000', '151914.695000', '151914.697000', '151914.700000', '151914.702000', '151914.705000', '151914.708000', '151914.710000', '151914.713000', '151914.715000', '151914.718000', '151914.720000', '151914.723000', '151914.726000', '151914.728000', '151914.731000', '151914.734000', '151914.736000', '151914.739000', '151914.741000', '151914.744000', '151914.747000', '151914.749000', '151914.752000', '151914.754000', '151914.757000', '151914.759000', '151914.762000', '151914.765000', '151914.768000', '151914.770000', '151914.773000', '151914.776000', '151914.778000', '151914.781000', '151914.783000', '151914.786000', '151914.789000', '151914.791000', '151914.794000', '151914.796000', '151934.686000', '151934.689000', '151934.692000', '151934.694000', '151934.697000', '151934.700000', '151934.702000', '151934.705000', '151934.707000', '151934.710000', '151934.713000', '151934.715000', '151934.718000', '151934.720000', '151934.723000', '151934.725000', '151934.738000', '151934.741000', '151934.744000', '151934.746000', '151934.749000', '151934.751000', '151934.754000', '151934.757000', '151934.759000', '151934.762000', '151934.764000', '151934.767000', '151934.769000', '151934.772000', '151934.775000', '151934.777000', '151934.780000', '151934.782000', '151934.785000', '151934.788000', '151934.790000', '151934.793000', '151934.795000', '151934.798000', '151934.800000', '151934.803000', '151934.806000', '151934.808000', '151954.685000', '151954.688000', '151954.691000', '151954.693000', '151954.696000', '151954.699000', '151954.701000', '151954.704000', '151954.706000', '151954.709000', '151954.711000', '151954.714000', '151954.717000', '151954.719000', '151954.722000', '151954.724000', '151954.727000', '151954.730000', '151954.732000', '151954.735000', '151954.737000', '151954.740000', '151954.742000', '151954.745000', '151954.748000', '151954.750000', '151954.753000', '151954.755000', '151954.758000', '151954.761000', '151954.763000', '151954.766000', '151954.768000', '151954.771000', '151954.773000', '151954.776000', '151954.779000', '151954.781000', '151954.784000', '151954.786000', '151954.789000', '151954.791000', '151954.794000', '152014.685000', '152014.688000', '152014.691000', '152014.694000', '152014.696000', '152014.699000', '152014.701000', '152014.704000', '152014.707000', '152014.709000', '152014.712000', '152014.714000', '152014.717000', '152014.719000', '152014.722000', '152014.725000', '152014.727000', '152014.730000', '152014.733000', '152014.735000', '152014.738000', '152014.740000', '152014.743000', '152014.745000', '152014.748000', '152014.751000', '152014.753000', '152014.756000', '152014.759000', '152014.761000', '152014.764000', '152014.766000', '152014.769000', '152014.771000', '152014.774000', '152014.777000', '152014.779000', '152014.782000', '152014.784000', '152014.787000', '152014.790000', '152014.792000', '152014.795000', '152014.797000', '152034.686000', '152034.689000', '152034.691000', '152034.694000', '152034.697000', '152034.699000', '152034.702000', '152034.704000', '152034.707000', '152034.710000', '152034.712000', '152034.715000', '152034.717000', '152034.720000', '152034.723000', '152034.725000', '152034.728000', '152034.731000', '152034.733000', '152034.736000', '152034.738000', '152034.741000', '152034.743000', '152034.746000', '152034.749000', '152034.751000', '152034.754000', '152034.757000', '152034.759000', '152034.762000', '152034.764000', '152034.767000', '152034.769000', '152034.772000', '152034.775000', '152034.777000', '152034.780000', '152034.782000', '152034.785000', '152034.788000', '152034.790000', '152034.793000', '152034.795000', '152054.686000', '152054.689000', '152054.692000', '152054.695000', '152054.697000', '152054.700000', '152054.702000', '152054.705000', '152054.707000', '152054.710000', '152054.713000', '152054.715000', '152054.718000', '152054.721000', '152054.723000', '152054.726000', '152054.728000', '152054.731000', '152054.733000', '152054.736000', '152054.739000', '152054.741000', '152054.744000', '152054.746000', '152054.749000', '152054.752000', '152054.754000', '152054.757000', '152054.760000', '152054.762000', '152054.765000', '152054.767000', '152054.770000', '152054.772000', '152054.775000', '152054.777000', '152054.780000', '152054.783000', '152054.785000', '152054.788000', '152054.790000', '152054.800000', '152054.803000', '152054.805000', '152114.686000', '152114.689000', '152114.692000', '152114.695000', '152114.697000', '152114.700000', '152114.702000', '152114.705000', '152114.707000', '152114.710000', '152114.713000', '152114.715000', '152114.718000', '152114.721000', '152114.723000', '152114.726000', '152114.729000', '152114.731000', '152114.740000', '152114.743000', '152114.745000', '152114.748000', '152114.751000', '152114.753000', '152114.756000', '152114.759000', '152114.761000', '152114.764000', '152114.767000', '152114.769000', '152114.772000', '152114.775000', '152114.777000', '152114.780000', '152114.782000', '152114.785000', '152114.788000', '152114.790000', '152114.793000', '152114.795000', '152114.798000', '152114.801000', '152114.803000', '152134.687000', '152134.689000', '152134.692000', '152134.695000', '152134.697000', '152134.700000', '152134.702000', '152134.705000', '152134.707000', '152134.710000', '152134.713000', '152134.715000', '152134.718000', '152134.721000', '152134.723000', '152134.726000', '152134.728000', '152134.731000', '152134.734000', '152134.736000', '152134.739000', '152134.742000', '152134.744000', '152134.747000', '152134.749000', '152134.752000', '152134.755000', '152134.757000', '152134.760000', '152134.762000', '152134.765000', '152134.768000', '152134.770000', '152134.773000', '152134.775000', '152134.778000', '152134.780000', '152134.783000', '152134.785000', '152134.788000', '152134.791000', '152134.793000', '152134.796000', '152134.798000', '152154.686000', '152154.689000', '152154.692000', '152154.694000', '152154.697000', '152154.700000', '152154.702000', '152154.705000', '152154.707000', '152154.710000', '152154.713000', '152154.715000', '152154.718000', '152154.720000', '152154.723000', '152154.726000', '152154.728000', '152154.731000', '152154.733000', '152154.736000', '152154.738000', '152154.741000', '152154.744000', '152154.746000', '152154.749000', '152154.751000', '152154.754000', '152154.756000', '152154.759000', '152154.762000', '152154.764000', '152154.767000', '152154.770000', '152154.772000', '152154.775000', '152154.777000', '152154.780000', '152154.783000', '152154.785000', '152154.788000', '152154.791000', '152154.793000', '152154.796000', '152214.685000', '152214.688000', '152214.691000', '152214.694000', '152214.696000', '152214.699000', '152214.704000', '152214.707000', '152214.709000', '152214.712000', '152214.715000', '152214.717000', '152214.720000', '152214.723000', '152214.725000', '152214.728000', '152214.730000', '152214.733000', '152214.736000', '152214.738000', '152214.741000', '152214.743000', '152214.746000', '152214.749000', '152214.751000', '152214.754000', '152214.756000', '152214.759000', '152214.762000', '152214.764000', '152214.767000', '152214.769000', '152214.772000', '152214.774000', '152214.777000', '152214.780000', '152214.782000', '152214.785000', '152214.787000', '152214.790000', '152214.793000', '152214.795000', '152214.798000', '152214.800000', '152234.686000', '152234.689000', '152234.691000', '152234.694000', '152234.697000', '152234.700000', '152234.702000', '152234.705000', '152234.708000', '152234.710000', '152234.713000', '152234.715000', '152234.718000', '152234.721000', '152234.723000', '152234.726000', '152234.728000', '152234.731000', '152234.734000', '152234.736000', '152234.739000', '152234.742000', '152234.794000', '152234.797000', '152234.799000', '152234.802000', '152234.804000', '152234.807000', '152234.810000', '152234.812000', '152234.815000', '152234.817000', '152234.820000', '152234.822000', '152234.825000', '152234.828000', '152234.830000', '152234.833000', '152234.835000', '152234.838000', '152234.841000', '152234.844000', '152234.846000', '152254.686000', '152254.688000', '152254.691000', '152254.694000', '152254.696000', '152254.699000', '152254.701000', '152254.705000', '152254.708000', '152254.710000', '152254.713000', '152254.716000', '152254.718000', '152254.721000', '152254.723000', '152254.726000', '152254.729000', '152254.731000', '152254.734000', '152254.737000', '152254.739000', '152254.742000', '152254.744000', '152254.747000', '152254.750000', '152254.752000', '152254.755000', '152254.758000', '152254.761000', '152254.763000', '152254.766000', '152254.768000', '152254.771000', '152254.774000', '152254.776000', '152254.779000', '152254.781000', '152254.784000', '152254.787000', '152254.789000', '152254.792000', '152254.794000', '152254.797000', '152254.800000', '152314.687000', '152314.689000', '152314.692000', '152314.695000', '152314.697000', '152314.700000', '152314.702000', '152314.705000', '152314.708000', '152314.710000', '152314.713000', '152314.715000', '152314.718000', '152314.721000', '152314.723000', '152314.726000', '152314.728000', '152314.731000', '152314.734000', '152314.736000', '152314.739000', '152314.741000', '152314.744000', '152314.746000', '152314.749000', '152314.752000', '152314.754000', '152314.757000', '152314.759000', '152314.762000', '152314.765000', '152314.767000', '152314.770000', '152314.772000', '152314.775000', '152314.778000', '152314.781000', '152314.783000', '152314.786000', '152314.789000', '152314.791000', '152314.794000', '152314.797000', '152334.687000', '152334.689000', '152334.693000', '152334.696000', '152334.699000', '152334.702000', '152334.704000', '152334.707000', '152334.709000', '152334.712000', '152334.714000', '152334.717000', '152334.724000', '152334.727000', '152334.729000', '152334.732000', '152334.734000', '152334.737000', '152334.740000', '152334.742000', '152334.745000', '152334.748000', '152334.750000', '152334.753000', '152334.755000', '152334.758000', '152334.761000', '152334.763000', '152334.766000', '152334.769000', '152334.771000', '152334.774000', '152334.776000', '152334.779000', '152334.782000', '152334.784000', '152334.787000', '152334.789000', '152334.792000', '152334.795000', '152334.797000', '152334.800000', '152334.803000', '152354.687000', '152354.689000', '152354.692000', '152354.695000', '152354.697000', '152354.700000', '152354.703000', '152354.705000', '152354.708000', '152354.710000', '152354.713000', '152354.716000', '152354.718000', '152354.721000', '152354.723000', '152354.726000', '152354.728000', '152354.731000', '152354.734000', '152354.736000', '152354.739000', '152354.741000', '152354.744000', '152354.746000', '152354.749000', '152354.752000', '152354.754000', '152354.757000', '152354.759000', '152354.762000', '152354.764000', '152354.767000', '152354.770000', '152354.772000', '152354.775000', '152354.778000', '152354.780000', '152354.783000', '152354.785000', '152354.788000', '152354.790000', '152354.793000', '152354.796000', '152354.798000', '152414.687000', '152414.689000', '152414.692000', '152414.695000', '152414.698000', '152414.700000', '152414.703000', '152414.706000', '152414.708000', '152414.711000', '152414.713000', '152414.716000', '152414.718000', '152414.721000', '152414.724000', '152414.726000', '152414.729000', '152414.731000', '152414.734000', '152414.737000', '152414.739000', '152414.742000', '152414.745000', '152414.748000', '152414.750000', '152414.753000', '152414.755000', '152414.758000', '152414.761000', '152414.763000', '152414.766000', '152414.768000', '152414.771000', '152414.774000', '152414.776000', '152414.779000', '152414.781000', '152414.784000', '152414.787000', '152414.789000', '152414.792000', '152414.794000', '152414.797000', '152434.686000', '152434.689000', '152434.691000', '152434.694000', '152434.697000', '152434.699000', '152434.702000', '152434.704000', '152434.707000', '152434.709000', '152434.712000', '152434.715000', '152434.717000', '152434.720000', '152434.722000', '152434.725000', '152434.727000', '152434.730000', '152434.733000', '152434.735000', '152434.738000', '152434.741000', '152434.743000', '152434.746000', '152434.748000', '152434.751000', '152434.754000', '152434.756000', '152434.759000', '152434.762000', '152434.764000', '152434.767000', '152434.769000', '152434.772000', '152434.775000', '152434.777000', '152434.780000', '152434.782000', '152434.785000', '152434.788000', '152434.790000', '152434.793000', '152434.796000', '152434.798000', '152454.686000', '152454.688000', '152454.691000', '152454.694000', '152454.696000', '152454.699000', '152454.702000', '152454.704000', '152454.707000', '152454.709000', '152454.712000', '152454.715000', '152454.717000', '152454.720000', '152454.723000', '152454.725000', '152454.728000', '152454.731000', '152454.734000', '152454.736000', '152454.739000', '152454.742000', '152454.744000', '152454.747000', '152454.749000', '152454.752000', '152454.755000', '152454.757000', '152454.760000', '152454.762000', '152454.765000', '152454.768000', '152454.770000', '152454.773000', '152454.776000', '152454.778000', '152454.781000', '152454.783000', '152454.786000', '152454.789000', '152454.791000', '152454.794000', '152454.796000', '152454.799000', '152504.367000', '152504.370000', '152504.372000', '152504.375000', '152504.378000', '152504.380000', '152504.383000', '152504.385000', '152504.388000', '152504.391000', '152504.393000', '152504.396000', '152504.398000', '152504.401000', '152504.404000', '152504.406000', '152504.409000', '152504.412000', '152504.414000', '152504.417000', '152504.420000'], 'InstanceCreationTime': ['151814.722000', '151814.725000', '151814.728000', '151814.731000', '151814.733000', '151814.736000', '151814.739000', '151814.741000', '151814.744000', '151814.746000', '151814.749000', '151814.761000', '151814.763000', '151814.771000', '151814.782000', '151814.785000', '151814.787000', '151814.790000', '151814.792000', '151814.795000', '151814.798000', '151814.800000', '151814.803000', '151834.687000', '151834.689000', '151834.692000', '151834.695000', '151834.697000', '151834.700000', '151834.702000', '151834.705000', '151834.708000', '151834.710000', '151834.713000', '151834.715000', '151834.718000', '151834.720000', '151834.726000', '151834.729000', '151834.731000', '151834.734000', '151834.737000', '151834.739000', '151834.742000', '151834.745000', '151834.748000', '151834.750000', '151834.753000', '151834.756000', '151834.758000', '151834.761000', '151834.772000', '151834.775000', '151834.777000', '151834.780000', '151834.783000', '151834.785000', '151834.788000', '151834.790000', '151834.793000', '151834.795000', '151834.798000', '151834.800000', '151834.803000', '151834.805000', '151834.808000', '151854.687000', '151854.690000', '151854.692000', '151854.695000', '151854.697000', '151854.700000', '151854.703000', '151854.705000', '151854.708000', '151854.710000', '151854.713000', '151854.715000', '151854.718000', '151854.721000', '151854.723000', '151854.726000', '151854.728000', '151854.731000', '151854.734000', '151854.736000', '151854.739000', '151854.741000', '151854.744000', '151854.746000', '151854.749000', '151854.752000', '151854.754000', '151854.757000', '151854.760000', '151854.762000', '151854.767000', '151854.769000', '151854.772000', '151854.774000', '151854.777000', '151854.780000', '151854.782000', '151854.785000', '151854.787000', '151854.790000', '151854.792000', '151854.795000', '151854.797000', '151854.800000', '151914.687000', '151914.689000', '151914.692000', '151914.695000', '151914.697000', '151914.700000', '151914.702000', '151914.705000', '151914.708000', '151914.710000', '151914.713000', '151914.715000', '151914.718000', '151914.720000', '151914.723000', '151914.726000', '151914.728000', '151914.731000', '151914.734000', '151914.736000', '151914.739000', '151914.741000', '151914.744000', '151914.747000', '151914.749000', '151914.752000', '151914.754000', '151914.757000', '151914.759000', '151914.762000', '151914.765000', '151914.768000', '151914.770000', '151914.773000', '151914.776000', '151914.778000', '151914.781000', '151914.783000', '151914.786000', '151914.789000', '151914.791000', '151914.794000', '151914.796000', '151934.686000', '151934.689000', '151934.692000', '151934.694000', '151934.697000', '151934.700000', '151934.702000', '151934.705000', '151934.707000', '151934.710000', '151934.713000', '151934.715000', '151934.718000', '151934.720000', '151934.723000', '151934.725000', '151934.738000', '151934.741000', '151934.744000', '151934.746000', '151934.749000', '151934.751000', '151934.754000', '151934.757000', '151934.759000', '151934.762000', '151934.764000', '151934.767000', '151934.769000', '151934.772000', '151934.775000', '151934.777000', '151934.780000', '151934.782000', '151934.785000', '151934.788000', '151934.790000', '151934.793000', '151934.795000', '151934.798000', '151934.800000', '151934.803000', '151934.806000', '151934.808000', '151954.685000', '151954.688000', '151954.691000', '151954.693000', '151954.696000', '151954.699000', '151954.701000', '151954.704000', '151954.706000', '151954.709000', '151954.711000', '151954.714000', '151954.717000', '151954.719000', '151954.722000', '151954.724000', '151954.727000', '151954.730000', '151954.732000', '151954.735000', '151954.737000', '151954.740000', '151954.742000', '151954.745000', '151954.748000', '151954.750000', '151954.753000', '151954.755000', '151954.758000', '151954.761000', '151954.763000', '151954.766000', '151954.768000', '151954.771000', '151954.773000', '151954.776000', '151954.779000', '151954.781000', '151954.784000', '151954.786000', '151954.789000', '151954.791000', '151954.794000', '152014.685000', '152014.688000', '152014.691000', '152014.694000', '152014.696000', '152014.699000', '152014.701000', '152014.704000', '152014.707000', '152014.709000', '152014.712000', '152014.714000', '152014.717000', '152014.719000', '152014.722000', '152014.725000', '152014.727000', '152014.730000', '152014.733000', '152014.735000', '152014.738000', '152014.740000', '152014.743000', '152014.745000', '152014.748000', '152014.751000', '152014.753000', '152014.756000', '152014.759000', '152014.761000', '152014.764000', '152014.766000', '152014.769000', '152014.771000', '152014.774000', '152014.777000', '152014.779000', '152014.782000', '152014.784000', '152014.787000', '152014.790000', '152014.792000', '152014.795000', '152014.797000', '152034.686000', '152034.689000', '152034.691000', '152034.694000', '152034.697000', '152034.699000', '152034.702000', '152034.704000', '152034.707000', '152034.710000', '152034.712000', '152034.715000', '152034.717000', '152034.720000', '152034.723000', '152034.725000', '152034.728000', '152034.731000', '152034.733000', '152034.736000', '152034.738000', '152034.741000', '152034.743000', '152034.746000', '152034.749000', '152034.751000', '152034.754000', '152034.757000', '152034.759000', '152034.762000', '152034.764000', '152034.767000', '152034.769000', '152034.772000', '152034.775000', '152034.777000', '152034.780000', '152034.782000', '152034.785000', '152034.788000', '152034.790000', '152034.793000', '152034.795000', '152054.686000', '152054.689000', '152054.692000', '152054.695000', '152054.697000', '152054.700000', '152054.702000', '152054.705000', '152054.707000', '152054.710000', '152054.713000', '152054.715000', '152054.718000', '152054.721000', '152054.723000', '152054.726000', '152054.728000', '152054.731000', '152054.733000', '152054.736000', '152054.739000', '152054.741000', '152054.744000', '152054.746000', '152054.749000', '152054.752000', '152054.754000', '152054.757000', '152054.760000', '152054.762000', '152054.765000', '152054.767000', '152054.770000', '152054.772000', '152054.775000', '152054.777000', '152054.780000', '152054.783000', '152054.785000', '152054.788000', '152054.790000', '152054.800000', '152054.803000', '152054.805000', '152114.686000', '152114.689000', '152114.692000', '152114.695000', '152114.697000', '152114.700000', '152114.702000', '152114.705000', '152114.707000', '152114.710000', '152114.713000', '152114.715000', '152114.718000', '152114.721000', '152114.723000', '152114.726000', '152114.729000', '152114.731000', '152114.740000', '152114.743000', '152114.745000', '152114.748000', '152114.751000', '152114.753000', '152114.756000', '152114.759000', '152114.761000', '152114.764000', '152114.767000', '152114.769000', '152114.772000', '152114.775000', '152114.777000', '152114.780000', '152114.782000', '152114.785000', '152114.788000', '152114.790000', '152114.793000', '152114.795000', '152114.798000', '152114.801000', '152114.803000', '152134.687000', '152134.689000', '152134.692000', '152134.695000', '152134.697000', '152134.700000', '152134.702000', '152134.705000', '152134.707000', '152134.710000', '152134.713000', '152134.715000', '152134.718000', '152134.721000', '152134.723000', '152134.726000', '152134.728000', '152134.731000', '152134.734000', '152134.736000', '152134.739000', '152134.742000', '152134.744000', '152134.747000', '152134.749000', '152134.752000', '152134.755000', '152134.757000', '152134.760000', '152134.762000', '152134.765000', '152134.768000', '152134.770000', '152134.773000', '152134.775000', '152134.778000', '152134.780000', '152134.783000', '152134.785000', '152134.788000', '152134.791000', '152134.793000', '152134.796000', '152134.798000', '152154.686000', '152154.689000', '152154.692000', '152154.694000', '152154.697000', '152154.700000', '152154.702000', '152154.705000', '152154.707000', '152154.710000', '152154.713000', '152154.715000', '152154.718000', '152154.720000', '152154.723000', '152154.726000', '152154.728000', '152154.731000', '152154.733000', '152154.736000', '152154.738000', '152154.741000', '152154.744000', '152154.746000', '152154.749000', '152154.751000', '152154.754000', '152154.756000', '152154.759000', '152154.762000', '152154.764000', '152154.767000', '152154.770000', '152154.772000', '152154.775000', '152154.777000', '152154.780000', '152154.783000', '152154.785000', '152154.788000', '152154.791000', '152154.793000', '152154.796000', '152214.685000', '152214.688000', '152214.691000', '152214.694000', '152214.696000', '152214.699000', '152214.704000', '152214.707000', '152214.709000', '152214.712000', '152214.715000', '152214.717000', '152214.720000', '152214.723000', '152214.725000', '152214.728000', '152214.730000', '152214.733000', '152214.736000', '152214.738000', '152214.741000', '152214.743000', '152214.746000', '152214.749000', '152214.751000', '152214.754000', '152214.756000', '152214.759000', '152214.762000', '152214.764000', '152214.767000', '152214.769000', '152214.772000', '152214.774000', '152214.777000', '152214.780000', '152214.782000', '152214.785000', '152214.787000', '152214.790000', '152214.793000', '152214.795000', '152214.798000', '152214.800000', '152234.686000', '152234.689000', '152234.691000', '152234.694000', '152234.697000', '152234.700000', '152234.702000', '152234.705000', '152234.708000', '152234.710000', '152234.713000', '152234.715000', '152234.718000', '152234.721000', '152234.723000', '152234.726000', '152234.728000', '152234.731000', '152234.734000', '152234.736000', '152234.739000', '152234.742000', '152234.794000', '152234.797000', '152234.799000', '152234.802000', '152234.804000', '152234.807000', '152234.810000', '152234.812000', '152234.815000', '152234.817000', '152234.820000', '152234.822000', '152234.825000', '152234.828000', '152234.830000', '152234.833000', '152234.835000', '152234.838000', '152234.841000', '152234.844000', '152234.846000', '152254.686000', '152254.688000', '152254.691000', '152254.694000', '152254.696000', '152254.699000', '152254.701000', '152254.705000', '152254.708000', '152254.710000', '152254.713000', '152254.716000', '152254.718000', '152254.721000', '152254.723000', '152254.726000', '152254.729000', '152254.731000', '152254.734000', '152254.737000', '152254.739000', '152254.742000', '152254.744000', '152254.747000', '152254.750000', '152254.752000', '152254.755000', '152254.758000', '152254.761000', '152254.763000', '152254.766000', '152254.768000', '152254.771000', '152254.774000', '152254.776000', '152254.779000', '152254.781000', '152254.784000', '152254.787000', '152254.789000', '152254.792000', '152254.794000', '152254.797000', '152254.800000', '152314.687000', '152314.689000', '152314.692000', '152314.695000', '152314.697000', '152314.700000', '152314.702000', '152314.705000', '152314.708000', '152314.710000', '152314.713000', '152314.715000', '152314.718000', '152314.721000', '152314.723000', '152314.726000', '152314.728000', '152314.731000', '152314.734000', '152314.736000', '152314.739000', '152314.741000', '152314.744000', '152314.746000', '152314.749000', '152314.752000', '152314.754000', '152314.757000', '152314.759000', '152314.762000', '152314.765000', '152314.767000', '152314.770000', '152314.772000', '152314.775000', '152314.778000', '152314.781000', '152314.783000', '152314.786000', '152314.789000', '152314.791000', '152314.794000', '152314.797000', '152334.687000', '152334.689000', '152334.693000', '152334.696000', '152334.699000', '152334.702000', '152334.704000', '152334.707000', '152334.709000', '152334.712000', '152334.714000', '152334.717000', '152334.724000', '152334.727000', '152334.729000', '152334.732000', '152334.734000', '152334.737000', '152334.740000', '152334.742000', '152334.745000', '152334.748000', '152334.750000', '152334.753000', '152334.755000', '152334.758000', '152334.761000', '152334.763000', '152334.766000', '152334.769000', '152334.771000', '152334.774000', '152334.776000', '152334.779000', '152334.782000', '152334.784000', '152334.787000', '152334.789000', '152334.792000', '152334.795000', '152334.797000', '152334.800000', '152334.803000', '152354.687000', '152354.689000', '152354.692000', '152354.695000', '152354.697000', '152354.700000', '152354.703000', '152354.705000', '152354.708000', '152354.710000', '152354.713000', '152354.716000', '152354.718000', '152354.721000', '152354.723000', '152354.726000', '152354.728000', '152354.731000', '152354.734000', '152354.736000', '152354.739000', '152354.741000', '152354.744000', '152354.746000', '152354.749000', '152354.752000', '152354.754000', '152354.757000', '152354.759000', '152354.762000', '152354.764000', '152354.767000', '152354.770000', '152354.772000', '152354.775000', '152354.778000', '152354.780000', '152354.783000', '152354.785000', '152354.788000', '152354.790000', '152354.793000', '152354.796000', '152354.798000', '152414.687000', '152414.689000', '152414.692000', '152414.695000', '152414.698000', '152414.700000', '152414.703000', '152414.706000', '152414.708000', '152414.711000', '152414.713000', '152414.716000', '152414.718000', '152414.721000', '152414.724000', '152414.726000', '152414.729000', '152414.731000', '152414.734000', '152414.737000', '152414.739000', '152414.742000', '152414.745000', '152414.748000', '152414.750000', '152414.753000', '152414.755000', '152414.758000', '152414.761000', '152414.763000', '152414.766000', '152414.768000', '152414.771000', '152414.774000', '152414.776000', '152414.779000', '152414.781000', '152414.784000', '152414.787000', '152414.789000', '152414.792000', '152414.794000', '152414.797000', '152434.686000', '152434.689000', '152434.691000', '152434.694000', '152434.697000', '152434.699000', '152434.702000', '152434.704000', '152434.707000', '152434.709000', '152434.712000', '152434.715000', '152434.717000', '152434.720000', '152434.722000', '152434.725000', '152434.727000', '152434.730000', '152434.733000', '152434.735000', '152434.738000', '152434.741000', '152434.743000', '152434.746000', '152434.748000', '152434.751000', '152434.754000', '152434.756000', '152434.759000', '152434.762000', '152434.764000', '152434.767000', '152434.769000', '152434.772000', '152434.775000', '152434.777000', '152434.780000', '152434.782000', '152434.785000', '152434.788000', '152434.790000', '152434.793000', '152434.796000', '152434.798000', '152454.686000', '152454.688000', '152454.691000', '152454.694000', '152454.696000', '152454.699000', '152454.702000', '152454.704000', '152454.707000', '152454.709000', '152454.712000', '152454.715000', '152454.717000', '152454.720000', '152454.723000', '152454.725000', '152454.728000', '152454.731000', '152454.734000', '152454.736000', '152454.739000', '152454.742000', '152454.744000', '152454.747000', '152454.749000', '152454.752000', '152454.755000', '152454.757000', '152454.760000', '152454.762000', '152454.765000', '152454.768000', '152454.770000', '152454.773000', '152454.776000', '152454.778000', '152454.781000', '152454.783000', '152454.786000', '152454.789000', '152454.791000', '152454.794000', '152454.796000', '152454.799000', '152504.367000', '152504.370000', '152504.372000', '152504.375000', '152504.378000', '152504.380000', '152504.383000', '152504.385000', '152504.388000', '152504.391000', '152504.393000', '152504.396000', '152504.398000', '152504.401000', '152504.404000', '152504.406000', '152504.409000', '152504.412000', '152504.414000', '152504.417000', '152504.420000'], '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': [11767, 7594, 12973, 10070, 7485, 13603, 9506, 12354, 8472, 7138, 8714, 8496, 11227, 11552, 10528, 16081, 11403, 12528, 14759, 9288, 14917, 8315, 10291, 7669, 8636, 9903, 8506, 11231, 8396, 9448, 8189, 8334, 6847, 8555, 10319, 8625, 10541, 8230, 9544, 8186, 8359, 7626, 8729, 7846, 8735, 10476, 8789, 11506, 8481, 10355, 7850, 9982, 7702, 9098, 7914, 8961, 10543, 8852, 12623, 8013, 11435, 7645, 10282, 7388, 9903, 7166, 8453, 6870, 8669, 11011, 8372, 12702, 7711, 9649, 7503, 9807, 7478, 8939, 7276, 8615, 7420, 9177, 6733, 8714, 8316, 8553, 11544, 8528, 11674, 8323, 11671, 7704, 10528, 7684, 10624, 7635, 9114, 7333, 9347, 11105, 9448, 9790, 7855, 12344, 7998, 11790, 8011, 10421, 7967, 9741, 7917, 9686, 7811, 9950, 7877, 8568, 7407, 8604, 7432, 11460, 8366, 10062, 8579, 8240, 8559, 13727, 9124, 10712, 9178, 9019, 7693, 8355, 13646, 8331, 10554, 7709, 9588, 7588, 8255, 7401, 8227, 11705, 8077, 12235, 7814, 9484, 7615, 9263, 7895, 8800, 7712, 8707, 10740, 8244, 12128, 8220, 11647, 8098, 8507, 8149, 7314, 8149, 7902, 10186, 8424, 13286, 8612, 8959, 8240, 8293, 9495, 14462, 10121, 11122, 9066, 8341, 6898, 8158, 8801, 8082, 12770, 8129, 10554, 7971, 9423, 7618, 8268, 7324, 8639, 6995, 8326, 11136, 8122, 11517, 7931, 10295, 7788, 8752, 7636, 8210, 9738, 8202, 11361, 8244, 10963, 7790, 9552, 7400, 8515, 7288, 8284, 12131, 8212, 10904, 7646, 9588, 7902, 8391, 7387, 8124, 12227, 8608, 11398, 7923, 8647, 7613, 8314, 7980, 8511, 7566, 9781, 10519, 16487, 10492, 9559, 8328, 9435, 8625, 9497, 7329, 7552, 9691, 7504, 11142, 7576, 11727, 7745, 12444, 7772, 8367, 11692, 12081, 9801, 8162, 12187, 8056, 10372, 8057, 13846, 7677, 10884, 8063, 8461, 7105, 8123, 7235, 8345, 7305, 8685, 7453, 9150, 7806, 10224, 8019, 7803, 8034, 6681, 7972, 13088, 8107, 12086, 7476, 10566, 7474, 9342, 7525, 8954, 9345, 8798, 9500, 8107, 11745, 7857, 11618, 7698, 10929, 7245, 9883, 7356, 9384, 7562, 8868, 7516, 8992, 7634, 10393, 7271, 9002, 7703, 6435, 9697, 8828, 8720, 7894, 10298, 8055, 10828, 7965, 12660, 10350, 9195, 10084, 7837, 11637, 7433, 11018, 7430, 10059, 6750, 8653, 6887, 8677, 6776, 9005, 7013, 9528, 6935, 9790, 7115, 9726, 7375, 8871, 6771, 9528, 6879, 9847, 6879, 8811, 8876, 12684, 8153, 8722, 8181, 7936, 10162, 8852, 10230, 13601, 8720, 9458, 7617, 9679, 7469, 11220, 7144, 10409, 6908, 8998, 6662, 8886, 6772, 8838, 7609, 7928, 12595, 7735, 11363, 7237, 10387, 7025, 9060, 6827, 8846, 10105, 8697, 11426, 7762, 11072, 7103, 10624, 7161, 9495, 6953, 8623, 6743, 9095, 6593, 8608, 7268, 8399, 10797, 8243, 9903, 7402, 9791, 7386, 11935, 8090, 10743, 7176, 9742, 7072, 9171, 7344, 9382, 6712, 9005, 6596, 8917, 7719, 9250, 6259, 8663, 6516, 9078, 7163, 9401, 7157, 8553, 6918, 9642, 7091, 9936, 7879, 9044, 9767, 8073, 13060, 8309, 10929, 6791, 9045, 6722, 8817, 9729, 8390, 9639, 7334, 9444, 7361, 7375, 7682, 6469, 8535, 13633, 8150, 11270, 6705, 9133, 6670, 8590, 10184, 8308, 10851, 7151, 9817, 7043, 9553, 6965, 9353, 6881, 9061, 6839, 8763, 6928, 9193, 6834, 9817, 8870, 7589, 12164, 8897, 8520, 11147, 6893, 9897, 9202, 8187, 11077, 6637, 9993, 6429, 9079, 7347, 9020, 11715, 7153, 10703, 7215, 9383, 7166, 7386, 12136, 7204, 9663, 6276, 8490, 6023, 7546, 10761, 7310, 10827, 6949, 9159, 6464, 9163, 6377, 9243, 8262, 9307, 8147, 8626, 8988, 7899, 11985, 8662, 11322, 7051, 9533, 6807, 9518, 7864, 9086, 8019, 7937, 12508, 7995, 10887, 7169, 7886, 7200, 12072, 7201, 7406, 8213, 7929, 8259, 8306, 8659, 9610, 8324, 10167, 8045, 9575, 7700, 9853, 7654, 9440, 7383, 8480, 10042, 8186, 12298, 8523, 11658, 8040, 10694, 7705, 10891, 8003, 10117, 7773, 8196, 8091, 9546, 8569, 7203, 11184, 7498, 9684, 8462, 9344, 9217, 11349, 8967, 14474, 9230, 11310, 11255, 8838, 8652, 8187, 8639, 7841, 8044, 8182, 6440, 8247, 7526, 8430, 6433, 8735, 7174, 8953, 6500, 9041, 6979, 8979, 6944, 8848, 7740, 8606, 7456, 8844, 7235, 8187, 11901, 8033, 10965, 7422, 11444, 6462, 10131, 7039, 8534, 6690, 8239, 7519, 7424, 11743, 7138, 11238, 6293, 9806, 6811, 8353, 9438, 7339, 9570, 7638, 9008, 7208, 10153, 7274, 10944, 7558, 8527, 9999, 7763, 12193, 7079, 10385, 9772, 7731, 9119, 7443, 11245, 6934, 10968, 7249, 10260, 6205, 9276, 6508, 7518, 12726, 7509, 11386, 6266, 8409, 7059, 7271, 12022, 6603, 10810, 6729, 8426, 7046, 7474, 12192, 7170, 11211, 6568, 9224, 7668, 8276, 9548, 7998, 9398, 7933, 11676, 7444, 11749, 8093, 11111, 7409, 9073, 9119, 7964, 10137, 8118, 10661, 8005, 10892, 7385, 11430, 7711, 11123, 7142, 8082, 6880, 9596, 6342, 12549, 8161, 7572, 8297, 7767, 9485, 7989, 13007, 10971, 8655, 11553, 7543, 11256, 6929, 10456, 7702, 8607, 6412, 7920, 6461, 8001, 8084, 7718, 6178, 7987, 8557, 7639, 12805, 7381, 10803, 7706, 11319, 8016, 11859, 7841, 11417, 7790, 10490, 7791, 10029, 7389, 7754, 6578, 6936, 8744, 7075, 9281, 8766, 10191, 8229, 8371, 9138, 13970, 9794, 13872, 10147, 11688, 10267, 8574, 9218, 8331, 12814, 9413, 12230, 8084, 14119, 8750, 10959, 7584, 9523, 7113, 9579, 7000, 8782, 6766, 8519, 11396, 7756, 10418, 6811, 9723, 6838, 9436, 7175, 9431, 7221, 8381, 6609, 8363, 8096, 7684, 9288, 7506, 10995, 7199, 9780, 7025, 9594, 7311, 9033, 6867, 8946, 6401, 7700, 11344, 6981, 10031, 6366, 8620, 6300, 8064, 11377, 7017, 10616, 6371, 8954, 6001, 8039, 10338, 7559, 11231, 7224, 11388, 7024, 10506, 7085, 9620, 7325, 9150, 8783, 9062, 12255, 8341, 12661, 7106, 10155, 6845, 9485, 8165, 9023, 9393, 7956, 11672, 7665, 10761, 7013, 9275, 6990, 8659, 6540, 8187, 6893, 8593, 11824, 7429, 11213, 6949, 9452, 6839, 8739, 7524, 8063, 11721, 7751, 10462, 6856, 9722, 6566, 9465, 6756, 10029, 6810, 10143, 8837, 8128, 12435, 7634, 10184, 6402, 9198, 6950, 8578, 9647, 7733, 7989, 7129, 9778, 7167, 10354, 8978, 8614, 7707, 7038, 10234, 6693, 10178, 11806, 7773, 13779, 7148, 9936], 'WindowCenter': [3930.0, 3869.0, 3909.0, 3872.0, 3823.0, 3866.0, 3830.0, 3863.0, 3833.0, 3823.0, 3844.0, 3846.0, 3868.0, 3855.0, 3855.0, 3876.0, 3840.0, 3838.0, 3861.0, 3816.0, 3845.0, 3802.0, 3812.0, 3792.0, 3816.0, 3824.0, 3803.0, 3823.0, 3802.0, 3813.0, 3803.0, 3805.0, 3783.0, 3816.0, 3826.0, 3817.0, 3838.0, 3818.0, 3828.0, 3819.0, 3817.0, 3819.0, 3830.0, 3820.0, 3831.0, 3841.0, 3831.0, 3852.0, 3832.0, 3843.0, 3823.0, 3841.0, 3820.0, 3831.0, 3822.0, 3831.0, 3855.0, 3832.0, 3851.0, 3819.0, 3840.0, 3820.0, 3840.0, 3811.0, 3829.0, 3809.0, 3819.0, 3809.0, 3830.0, 3854.0, 3820.0, 3852.0, 3820.0, 3842.0, 3823.0, 3841.0, 3820.0, 3830.0, 3820.0, 3830.0, 3822.0, 3845.0, 3812.0, 3832.0, 3832.0, 3834.0, 3867.0, 3848.0, 3856.0, 3833.0, 3854.0, 3824.0, 3854.0, 3825.0, 3843.0, 3821.0, 3831.0, 3821.0, 3844.0, 3866.0, 3843.0, 3844.0, 3821.0, 3851.0, 3822.0, 3851.0, 3835.0, 3840.0, 3819.0, 3831.0, 3822.0, 3842.0, 3823.0, 3844.0, 3821.0, 3830.0, 3808.0, 3820.0, 3820.0, 3866.0, 3864.0, 3843.0, 3847.0, 3835.0, 3835.0, 3866.0, 3832.0, 3842.0, 3832.0, 3830.0, 3819.0, 3820.0, 3862.0, 3820.0, 3842.0, 3821.0, 3828.0, 3820.0, 3820.0, 3819.0, 3818.0, 3850.0, 3820.0, 3851.0, 3821.0, 3842.0, 3822.0, 3841.0, 3822.0, 3830.0, 3820.0, 3832.0, 3852.0, 3834.0, 3853.0, 3832.0, 3852.0, 3822.0, 3832.0, 3834.0, 3824.0, 3834.0, 3834.0, 3843.0, 3834.0, 3878.0, 3846.0, 3848.0, 3845.0, 3837.0, 3847.0, 3865.0, 3842.0, 3842.0, 3831.0, 3818.0, 3807.0, 3819.0, 3831.0, 3833.0, 3863.0, 3821.0, 3839.0, 3821.0, 3830.0, 3834.0, 3832.0, 3822.0, 3832.0, 3809.0, 3833.0, 3854.0, 3834.0, 3852.0, 3835.0, 3842.0, 3822.0, 3832.0, 3834.0, 3836.0, 3844.0, 3846.0, 3853.0, 3833.0, 3854.0, 3823.0, 3843.0, 3822.0, 3835.0, 3821.0, 3831.0, 3863.0, 3834.0, 3853.0, 3824.0, 3841.0, 3822.0, 3821.0, 3822.0, 3831.0, 3852.0, 3835.0, 3851.0, 3822.0, 3829.0, 3822.0, 3832.0, 3835.0, 3848.0, 3848.0, 3858.0, 3822.0, 3962.0, 3886.0, 3845.0, 3836.0, 3830.0, 3820.0, 3830.0, 3821.0, 3821.0, 3844.0, 3836.0, 3868.0, 3836.0, 3854.0, 3822.0, 3851.0, 3807.0, 3808.0, 3853.0, 3850.0, 3830.0, 3820.0, 3852.0, 3819.0, 3829.0, 3818.0, 3849.0, 3805.0, 3826.0, 3807.0, 3804.0, 3794.0, 3805.0, 3807.0, 3817.0, 3809.0, 3830.0, 3810.0, 3829.0, 3820.0, 3853.0, 3834.0, 3835.0, 3834.0, 3814.0, 3835.0, 3866.0, 3835.0, 3854.0, 3825.0, 3843.0, 3822.0, 3831.0, 3822.0, 3832.0, 3846.0, 3833.0, 3842.0, 3822.0, 3853.0, 3821.0, 3852.0, 3822.0, 3840.0, 3821.0, 3841.0, 3821.0, 3843.0, 3823.0, 3833.0, 3824.0, 3843.0, 3836.0, 3855.0, 3824.0, 3834.0, 3825.0, 3812.0, 3846.0, 3847.0, 3848.0, 3850.0, 3860.0, 3838.0, 3858.0, 3836.0, 3866.0, 3856.0, 3832.0, 3842.0, 3820.0, 3851.0, 3809.0, 3853.0, 3821.0, 3840.0, 3810.0, 3829.0, 3810.0, 3831.0, 3824.0, 3830.0, 3824.0, 3843.0, 3826.0, 3855.0, 3825.0, 3845.0, 3823.0, 3832.0, 3813.0, 3842.0, 3811.0, 3842.0, 3812.0, 3832.0, 3845.0, 3877.0, 3835.0, 3846.0, 3847.0, 3837.0, 3840.0, 3816.0, 3828.0, 3864.0, 3831.0, 3830.0, 3809.0, 3828.0, 3809.0, 3851.0, 3824.0, 3852.0, 3812.0, 3830.0, 3813.0, 3842.0, 3810.0, 3844.0, 3822.0, 3833.0, 3864.0, 3822.0, 3853.0, 3823.0, 3843.0, 3811.0, 3831.0, 3810.0, 3831.0, 3855.0, 3832.0, 3852.0, 3819.0, 3851.0, 3809.0, 3853.0, 3810.0, 3829.0, 3809.0, 3830.0, 3809.0, 3842.0, 3809.0, 3830.0, 3808.0, 3830.0, 3851.0, 3833.0, 3841.0, 3810.0, 3840.0, 3820.0, 3851.0, 3833.0, 3841.0, 3810.0, 3828.0, 3810.0, 3829.0, 3810.0, 3830.0, 3809.0, 3829.0, 3807.0, 3829.0, 3820.0, 3842.0, 3800.0, 3830.0, 3800.0, 3831.0, 3811.0, 3842.0, 3825.0, 3845.0, 3811.0, 3840.0, 3810.0, 3841.0, 3820.0, 3830.0, 3830.0, 3819.0, 3850.0, 3832.0, 3839.0, 3797.0, 3817.0, 3808.0, 3828.0, 3830.0, 3818.0, 3827.0, 3806.0, 3827.0, 3808.0, 3807.0, 3818.0, 3798.0, 3830.0, 3863.0, 3820.0, 3839.0, 3797.0, 3828.0, 3795.0, 3817.0, 3838.0, 3820.0, 3838.0, 3807.0, 3828.0, 3809.0, 3829.0, 3811.0, 3829.0, 3808.0, 3828.0, 3810.0, 3832.0, 3822.0, 3855.0, 3826.0, 3858.0, 3845.0, 3837.0, 3867.0, 3844.0, 3844.0, 3865.0, 3825.0, 3855.0, 3844.0, 3834.0, 3854.0, 3811.0, 3854.0, 3812.0, 3843.0, 3822.0, 3832.0, 3853.0, 3822.0, 3841.0, 3809.0, 3831.0, 3808.0, 3808.0, 3851.0, 3821.0, 3839.0, 3798.0, 3829.0, 3797.0, 3820.0, 3838.0, 3819.0, 3851.0, 3822.0, 3844.0, 3824.0, 3854.0, 3812.0, 3844.0, 3833.0, 3858.0, 3833.0, 3832.0, 3831.0, 3832.0, 3853.0, 3845.0, 3852.0, 3810.0, 3829.0, 3809.0, 3841.0, 3819.0, 3830.0, 3819.0, 3819.0, 3862.0, 3818.0, 3840.0, 3808.0, 3816.0, 3805.0, 3877.0, 3836.0, 3834.0, 3843.0, 3817.0, 3814.0, 3814.0, 3813.0, 3814.0, 3803.0, 3824.0, 3802.0, 3825.0, 3803.0, 3812.0, 3804.0, 3825.0, 3792.0, 3802.0, 3822.0, 3801.0, 3832.0, 3816.0, 3834.0, 3803.0, 3823.0, 3804.0, 3823.0, 3815.0, 3825.0, 3805.0, 3815.0, 3816.0, 3825.0, 3829.0, 3818.0, 3853.0, 3822.0, 3842.0, 3832.0, 3842.0, 3843.0, 3853.0, 3831.0, 3861.0, 3818.0, 3839.0, 3836.0, 3815.0, 3815.0, 3804.0, 3812.0, 3803.0, 3816.0, 3816.0, 3796.0, 3817.0, 3816.0, 3831.0, 3798.0, 3830.0, 3809.0, 3830.0, 3799.0, 3844.0, 3809.0, 3830.0, 3808.0, 3829.0, 3819.0, 3833.0, 3820.0, 3830.0, 3821.0, 3831.0, 3851.0, 3833.0, 3849.0, 3819.0, 3849.0, 3809.0, 3838.0, 3808.0, 3833.0, 3809.0, 3818.0, 3806.0, 3820.0, 3849.0, 3809.0, 3851.0, 3797.0, 3839.0, 3807.0, 3830.0, 3828.0, 3808.0, 3839.0, 3819.0, 3829.0, 3819.0, 3854.0, 3834.0, 3853.0, 3822.0, 3832.0, 3842.0, 3819.0, 3862.0, 3822.0, 3840.0, 3841.0, 3820.0, 3830.0, 3806.0, 3850.0, 3821.0, 3839.0, 3819.0, 3850.0, 3799.0, 3843.0, 3811.0, 3820.0, 3863.0, 3821.0, 3851.0, 3808.0, 3829.0, 3820.0, 3820.0, 3850.0, 3809.0, 3852.0, 3810.0, 3832.0, 3809.0, 3820.0, 3861.0, 3809.0, 3853.0, 3809.0, 3841.0, 3818.0, 3817.0, 3830.0, 3819.0, 3829.0, 3818.0, 3851.0, 3819.0, 3849.0, 3818.0, 3851.0, 3820.0, 3827.0, 3827.0, 3815.0, 3838.0, 3816.0, 3836.0, 3815.0, 3836.0, 3806.0, 3848.0, 3819.0, 3837.0, 3805.0, 3818.0, 3809.0, 3841.0, 3796.0, 3849.0, 3829.0, 3821.0, 3832.0, 3833.0, 3843.0, 3833.0, 3864.0, 3851.0, 3832.0, 3850.0, 3818.0, 3838.0, 3807.0, 3825.0, 3817.0, 3817.0, 3797.0, 3817.0, 3808.0, 3818.0, 3816.0, 3818.0, 3797.0, 3818.0, 3829.0, 3819.0, 3860.0, 3822.0, 3850.0, 3834.0, 3851.0, 3833.0, 3864.0, 3821.0, 3850.0, 3822.0, 3852.0, 3833.0, 3853.0, 3819.0, 3818.0, 3808.0, 3819.0, 3830.0, 3820.0, 3841.0, 3843.0, 3867.0, 3844.0, 3845.0, 3845.0, 3876.0, 3842.0, 3862.0, 3840.0, 3850.0, 3825.0, 3813.0, 3813.0, 3814.0, 3845.0, 3813.0, 3834.0, 3802.0, 3843.0, 3800.0, 3822.0, 3801.0, 3810.0, 3777.0, 3808.0, 3777.0, 3798.0, 3777.0, 3811.0, 3832.0, 3801.0, 3820.0, 3779.0, 3809.0, 3779.0, 3811.0, 3791.0, 3812.0, 3791.0, 3802.0, 3791.0, 3815.0, 3815.0, 3816.0, 3826.0, 3807.0, 3837.0, 3808.0, 3851.0, 3822.0, 3841.0, 3820.0, 3829.0, 3810.0, 3842.0, 3810.0, 3833.0, 3866.0, 3824.0, 3854.0, 3824.0, 3843.0, 3812.0, 3845.0, 3865.0, 3824.0, 3867.0, 3824.0, 3844.0, 3813.0, 3846.0, 3855.0, 3836.0, 3866.0, 3823.0, 3864.0, 3824.0, 3853.0, 3822.0, 3843.0, 3822.0, 3842.0, 3843.0, 3843.0, 3864.0, 3834.0, 3863.0, 3810.0, 3840.0, 3822.0, 3840.0, 3831.0, 3841.0, 3829.0, 3818.0, 3851.0, 3819.0, 3850.0, 3808.0, 3828.0, 3809.0, 3830.0, 3798.0, 3829.0, 3808.0, 3831.0, 3851.0, 3821.0, 3850.0, 3810.0, 3840.0, 3809.0, 3829.0, 3820.0, 3831.0, 3850.0, 3834.0, 3853.0, 3810.0, 3841.0, 3811.0, 3840.0, 3811.0, 3853.0, 3823.0, 3854.0, 3844.0, 3832.0, 3864.0, 3823.0, 3842.0, 3799.0, 3830.0, 3822.0, 3831.0, 3841.0, 3821.0, 3821.0, 3809.0, 3840.0, 3821.0, 3852.0, 3843.0, 3845.0, 3832.0, 3824.0, 3853.0, 3812.0, 3854.0, 3865.0, 3820.0, 3863.0, 3808.0, 3828.0], 'WindowWidth': [8790.0, 8693.0, 8743.0, 8678.0, 8600.0, 8660.0, 8601.0, 8653.0, 8611.0, 8598.0, 8628.0, 8633.0, 8667.0, 8644.0, 8642.0, 8683.0, 8613.0, 8609.0, 8648.0, 8575.0, 8615.0, 8551.0, 8564.0, 8539.0, 8575.0, 8585.0, 8555.0, 8582.0, 8553.0, 8568.0, 8557.0, 8559.0, 8528.0, 8575.0, 8593.0, 8582.0, 8611.0, 8584.0, 8595.0, 8585.0, 8581.0, 8588.0, 8604.0, 8590.0, 8607.0, 8619.0, 8603.0, 8634.0, 8607.0, 8624.0, 8598.0, 8619.0, 8589.0, 8605.0, 8593.0, 8606.0, 8642.0, 8606.0, 8634.0, 8587.0, 8616.0, 8588.0, 8615.0, 8579.0, 8601.0, 8572.0, 8585.0, 8575.0, 8603.0, 8640.0, 8590.0, 8633.0, 8590.0, 8620.0, 8597.0, 8619.0, 8591.0, 8603.0, 8592.0, 8604.0, 8597.0, 8629.0, 8582.0, 8610.0, 8611.0, 8615.0, 8662.0, 8639.0, 8646.0, 8612.0, 8641.0, 8601.0, 8641.0, 8604.0, 8624.0, 8593.0, 8604.0, 8591.0, 8625.0, 8660.0, 8625.0, 8628.0, 8594.0, 8634.0, 8592.0, 8633.0, 8617.0, 8617.0, 8589.0, 8604.0, 8596.0, 8621.0, 8600.0, 8627.0, 8592.0, 8602.0, 8572.0, 8587.0, 8588.0, 8665.0, 8673.0, 8625.0, 8638.0, 8617.0, 8616.0, 8661.0, 8607.0, 8620.0, 8606.0, 8604.0, 8586.0, 8588.0, 8649.0, 8590.0, 8622.0, 8593.0, 8597.0, 8589.0, 8588.0, 8589.0, 8586.0, 8632.0, 8589.0, 8633.0, 8591.0, 8622.0, 8596.0, 8622.0, 8594.0, 8604.0, 8588.0, 8607.0, 8636.0, 8613.0, 8637.0, 8608.0, 8634.0, 8595.0, 8609.0, 8617.0, 8603.0, 8614.0, 8615.0, 8624.0, 8615.0, 8682.0, 8635.0, 8640.0, 8634.0, 8624.0, 8635.0, 8664.0, 8621.0, 8622.0, 8606.0, 8584.0, 8570.0, 8586.0, 8606.0, 8610.0, 8652.0, 8595.0, 8617.0, 8593.0, 8604.0, 8616.0, 8609.0, 8598.0, 8609.0, 8577.0, 8610.0, 8641.0, 8614.0, 8637.0, 8619.0, 8624.0, 8596.0, 8609.0, 8616.0, 8619.0, 8629.0, 8634.0, 8639.0, 8611.0, 8639.0, 8599.0, 8625.0, 8597.0, 8616.0, 8593.0, 8606.0, 8652.0, 8613.0, 8638.0, 8602.0, 8620.0, 8593.0, 8592.0, 8596.0, 8608.0, 8638.0, 8618.0, 8633.0, 8593.0, 8599.0, 8594.0, 8608.0, 8619.0, 8642.0, 8644.0, 8654.0, 8578.0, 8852.0, 8708.0, 8636.0, 8619.0, 8597.0, 8586.0, 8602.0, 8593.0, 8595.0, 8628.0, 8619.0, 8666.0, 8620.0, 8639.0, 8593.0, 8630.0, 8566.0, 8564.0, 8639.0, 8631.0, 8603.0, 8589.0, 8635.0, 8587.0, 8601.0, 8582.0, 8627.0, 8560.0, 8589.0, 8565.0, 8558.0, 8545.0, 8560.0, 8568.0, 8581.0, 8573.0, 8605.0, 8576.0, 8599.0, 8590.0, 8639.0, 8613.0, 8617.0, 8615.0, 8587.0, 8616.0, 8662.0, 8616.0, 8640.0, 8605.0, 8624.0, 8594.0, 8605.0, 8596.0, 8609.0, 8631.0, 8611.0, 8621.0, 8592.0, 8639.0, 8592.0, 8637.0, 8594.0, 8616.0, 8593.0, 8620.0, 8594.0, 8625.0, 8599.0, 8610.0, 8601.0, 8625.0, 8623.0, 8645.0, 8602.0, 8613.0, 8601.0, 8582.0, 8634.0, 8637.0, 8642.0, 8644.0, 8660.0, 8624.0, 8651.0, 8618.0, 8661.0, 8645.0, 8609.0, 8619.0, 8588.0, 8634.0, 8573.0, 8637.0, 8594.0, 8616.0, 8577.0, 8601.0, 8578.0, 8607.0, 8602.0, 8606.0, 8601.0, 8626.0, 8609.0, 8644.0, 8606.0, 8630.0, 8597.0, 8607.0, 8584.0, 8621.0, 8580.0, 8621.0, 8584.0, 8608.0, 8630.0, 8679.0, 8618.0, 8634.0, 8638.0, 8621.0, 8616.0, 8573.0, 8598.0, 8655.0, 8606.0, 8602.0, 8573.0, 8598.0, 8574.0, 8632.0, 8602.0, 8638.0, 8582.0, 8603.0, 8587.0, 8624.0, 8581.0, 8630.0, 8597.0, 8611.0, 8656.0, 8597.0, 8639.0, 8601.0, 8624.0, 8581.0, 8605.0, 8579.0, 8605.0, 8645.0, 8608.0, 8635.0, 8588.0, 8633.0, 8574.0, 8639.0, 8578.0, 8600.0, 8574.0, 8603.0, 8577.0, 8625.0, 8575.0, 8602.0, 8573.0, 8604.0, 8635.0, 8613.0, 8620.0, 8577.0, 8619.0, 8591.0, 8632.0, 8613.0, 8619.0, 8577.0, 8599.0, 8580.0, 8601.0, 8578.0, 8603.0, 8576.0, 8601.0, 8572.0, 8601.0, 8590.0, 8623.0, 8565.0, 8604.0, 8564.0, 8606.0, 8583.0, 8624.0, 8607.0, 8632.0, 8582.0, 8616.0, 8575.0, 8623.0, 8589.0, 8602.0, 8604.0, 8586.0, 8632.0, 8610.0, 8615.0, 8557.0, 8582.0, 8572.0, 8597.0, 8604.0, 8583.0, 8597.0, 8566.0, 8596.0, 8571.0, 8571.0, 8586.0, 8559.0, 8605.0, 8653.0, 8592.0, 8615.0, 8556.0, 8597.0, 8550.0, 8582.0, 8612.0, 8590.0, 8613.0, 8569.0, 8599.0, 8576.0, 8600.0, 8580.0, 8599.0, 8573.0, 8599.0, 8580.0, 8610.0, 8600.0, 8647.0, 8613.0, 8655.0, 8634.0, 8624.0, 8665.0, 8631.0, 8630.0, 8661.0, 8606.0, 8645.0, 8629.0, 8617.0, 8642.0, 8583.0, 8644.0, 8584.0, 8627.0, 8597.0, 8609.0, 8639.0, 8599.0, 8621.0, 8576.0, 8606.0, 8570.0, 8572.0, 8637.0, 8594.0, 8616.0, 8561.0, 8602.0, 8555.0, 8592.0, 8616.0, 8590.0, 8636.0, 8597.0, 8631.0, 8607.0, 8645.0, 8588.0, 8630.0, 8616.0, 8655.0, 8612.0, 8610.0, 8609.0, 8609.0, 8641.0, 8633.0, 8638.0, 8578.0, 8602.0, 8578.0, 8620.0, 8588.0, 8606.0, 8588.0, 8588.0, 8653.0, 8587.0, 8618.0, 8572.0, 8578.0, 8565.0, 8682.0, 8626.0, 8617.0, 8626.0, 8582.0, 8573.0, 8574.0, 8570.0, 8573.0, 8556.0, 8583.0, 8551.0, 8588.0, 8556.0, 8565.0, 8559.0, 8589.0, 8539.0, 8551.0, 8580.0, 8551.0, 8595.0, 8579.0, 8599.0, 8557.0, 8581.0, 8558.0, 8583.0, 8575.0, 8589.0, 8562.0, 8574.0, 8578.0, 8589.0, 8600.0, 8584.0, 8639.0, 8597.0, 8622.0, 8610.0, 8623.0, 8623.0, 8637.0, 8602.0, 8648.0, 8581.0, 8612.0, 8605.0, 8574.0, 8573.0, 8557.0, 8568.0, 8558.0, 8580.0, 8577.0, 8551.0, 8581.0, 8578.0, 8606.0, 8559.0, 8600.0, 8572.0, 8603.0, 8561.0, 8629.0, 8575.0, 8602.0, 8572.0, 8601.0, 8586.0, 8612.0, 8590.0, 8601.0, 8593.0, 8607.0, 8634.0, 8613.0, 8629.0, 8586.0, 8627.0, 8575.0, 8611.0, 8570.0, 8611.0, 8572.0, 8585.0, 8568.0, 8589.0, 8628.0, 8577.0, 8632.0, 8558.0, 8614.0, 8570.0, 8604.0, 8600.0, 8571.0, 8613.0, 8587.0, 8599.0, 8589.0, 8645.0, 8615.0, 8639.0, 8598.0, 8610.0, 8620.0, 8589.0, 8654.0, 8598.0, 8618.0, 8619.0, 8591.0, 8602.0, 8568.0, 8631.0, 8593.0, 8613.0, 8589.0, 8632.0, 8563.0, 8624.0, 8581.0, 8594.0, 8652.0, 8595.0, 8634.0, 8574.0, 8602.0, 8591.0, 8592.0, 8632.0, 8576.0, 8635.0, 8578.0, 8608.0, 8576.0, 8593.0, 8647.0, 8576.0, 8638.0, 8576.0, 8621.0, 8584.0, 8582.0, 8602.0, 8589.0, 8602.0, 8584.0, 8634.0, 8588.0, 8626.0, 8586.0, 8633.0, 8591.0, 8595.0, 8595.0, 8577.0, 8612.0, 8579.0, 8607.0, 8577.0, 8608.0, 8568.0, 8623.0, 8589.0, 8610.0, 8565.0, 8585.0, 8576.0, 8621.0, 8553.0, 8628.0, 8602.0, 8595.0, 8614.0, 8613.0, 8628.0, 8614.0, 8658.0, 8634.0, 8611.0, 8629.0, 8584.0, 8613.0, 8570.0, 8591.0, 8583.0, 8582.0, 8556.0, 8583.0, 8574.0, 8585.0, 8582.0, 8588.0, 8557.0, 8586.0, 8603.0, 8591.0, 8645.0, 8599.0, 8631.0, 8617.0, 8633.0, 8612.0, 8655.0, 8592.0, 8629.0, 8597.0, 8636.0, 8614.0, 8640.0, 8591.0, 8585.0, 8572.0, 8590.0, 8606.0, 8591.0, 8622.0, 8629.0, 8664.0, 8632.0, 8634.0, 8635.0, 8680.0, 8626.0, 8654.0, 8618.0, 8632.0, 8590.0, 8571.0, 8572.0, 8574.0, 8618.0, 8572.0, 8600.0, 8554.0, 8615.0, 8548.0, 8583.0, 8555.0, 8562.0, 8516.0, 8558.0, 8515.0, 8545.0, 8517.0, 8566.0, 8597.0, 8555.0, 8578.0, 8521.0, 8561.0, 8520.0, 8567.0, 8541.0, 8570.0, 8539.0, 8556.0, 8541.0, 8578.0, 8580.0, 8581.0, 8595.0, 8570.0, 8612.0, 8574.0, 8637.0, 8598.0, 8620.0, 8591.0, 8602.0, 8579.0, 8623.0, 8580.0, 8617.0, 8664.0, 8605.0, 8643.0, 8605.0, 8628.0, 8588.0, 8634.0, 8661.0, 8605.0, 8665.0, 8606.0, 8633.0, 8589.0, 8635.0, 8647.0, 8623.0, 8663.0, 8602.0, 8657.0, 8605.0, 8642.0, 8600.0, 8627.0, 8597.0, 8625.0, 8628.0, 8628.0, 8658.0, 8619.0, 8657.0, 8581.0, 8620.0, 8598.0, 8620.0, 8606.0, 8622.0, 8602.0, 8587.0, 8636.0, 8589.0, 8631.0, 8573.0, 8598.0, 8576.0, 8605.0, 8561.0, 8604.0, 8575.0, 8606.0, 8636.0, 8594.0, 8633.0, 8579.0, 8618.0, 8575.0, 8603.0, 8592.0, 8607.0, 8634.0, 8616.0, 8638.0, 8580.0, 8621.0, 8581.0, 8620.0, 8584.0, 8642.0, 8603.0, 8645.0, 8632.0, 8611.0, 8658.0, 8601.0, 8623.0, 8564.0, 8607.0, 8600.0, 8608.0, 8623.0, 8595.0, 8593.0, 8577.0, 8618.0, 8596.0, 8638.0, 8628.0, 8634.0, 8615.0, 8605.0, 8643.0, 8587.0, 8643.0, 8661.0, 8592.0, 8658.0, 8574.0, 8600.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.005877327491785322</td></tr>
<tr><td colspan=3>aqi</td><td>0.07833125717415115</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.52949064243426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1938371080701764</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9959869955482462</td></tr>
<tr><td colspan=3>efc</td><td>0.5237</td></tr>
<tr><td colspan=3>fber</td><td>4509.1572</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12432196473953573</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.95290251916758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.602928343930833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.391787124793533</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8368868414542563</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.58011106554471</td></tr>
<tr><td colspan=3>gcor</td><td>0.00705435</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01129335816949606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043531838804483414</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.504128867471493</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>19.1746</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4986</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.0258</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284931.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>839.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.6836</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.3936</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2991.7369</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91613.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>686.4775</td></tr>
<tr><td colspan=3>tsnr</td><td>25.524213184136897</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>