<?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-0095_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-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_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-0095/figures/sub-0095_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_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-0095/ses-02/func/sub-0095_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>d0bce6b04413770662d7d84b64668109</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:51:25.670000</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.996341, 0.0671637, 0.052858, -0.0607643, 0.991558, -0.114548]</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.259</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.0894428</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>[4238, -7792, -7219, 205, -129, -180, -85, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>249.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7ae03208-0a75-441c-a894-1c876e6cf8c2||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.673109531402588, -0.16302607953548431, 0.16228428483009338, 116.10147094726562], [-0.1801954209804535, 2.660276412963867, -0.29947662353515625, -84.20118713378906], [0.14181427657604218, 0.30732470750808716, 2.6784281730651855, -91.3040542602539], [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': ['155125.670000', '155126.130000', '155126.590000', '155127.050000', '155127.510000', '155127.970000', '155128.430000', '155128.890000', '155129.350000', '155129.810000', '155130.270000', '155130.730000', '155131.190000', '155131.650000', '155132.110000', '155132.570000', '155133.030000', '155133.490000', '155133.950000', '155134.410000', '155134.870000', '155135.330000', '155135.790000', '155136.250000', '155136.710000', '155137.170000', '155137.630000', '155138.090000', '155138.550000', '155139.010000', '155139.470000', '155139.930000', '155140.390000', '155140.850000', '155141.310000', '155141.770000', '155142.230000', '155142.690000', '155143.150000', '155143.610000', '155144.070000', '155144.530000', '155144.990000', '155145.450000', '155145.910000', '155146.370000', '155146.830000', '155147.290000', '155147.750000', '155148.210000', '155148.670000', '155149.130000', '155149.590000', '155150.050000', '155150.510000', '155150.970000', '155151.430000', '155151.890000', '155152.350000', '155152.810000', '155153.270000', '155153.730000', '155154.190000', '155154.650000', '155155.110000', '155155.570000', '155156.030000', '155156.490000', '155156.950000', '155157.410000', '155157.870000', '155158.330000', '155158.790000', '155159.250000', '155159.710000', '155200.170000', '155200.630000', '155201.090000', '155201.550000', '155202.010000', '155202.470000', '155202.930000', '155203.390000', '155203.850000', '155204.310000', '155204.770000', '155205.230000', '155205.690000', '155206.150000', '155206.610000', '155207.070000', '155207.530000', '155207.990000', '155208.450000', '155208.910000', '155209.370000', '155209.830000', '155210.290000', '155210.750000', '155211.210000', '155211.670000', '155212.130000', '155212.590000', '155213.050000', '155213.510000', '155213.970000', '155214.430000', '155214.890000', '155215.350000', '155215.810000', '155216.270000', '155216.730000', '155217.190000', '155217.650000', '155218.110000', '155218.570000', '155219.030000', '155219.490000', '155219.950000', '155220.410000', '155220.870000', '155221.330000', '155221.790000', '155222.250000', '155222.710000', '155223.170000', '155223.630000', '155224.090000', '155224.550000', '155225.010000', '155225.470000', '155225.930000', '155226.390000', '155226.850000', '155227.310000', '155227.770000', '155228.230000', '155228.690000', '155229.150000', '155229.610000', '155230.070000', '155230.530000', '155230.990000', '155231.450000', '155231.910000', '155232.370000', '155232.830000', '155233.290000', '155233.750000', '155234.210000', '155234.670000', '155235.130000', '155235.590000', '155236.050000', '155236.510000', '155236.970000', '155237.430000', '155237.890000', '155238.350000', '155238.810000', '155239.270000', '155239.730000', '155240.190000', '155240.650000', '155241.110000', '155241.570000', '155242.030000', '155242.490000', '155242.950000', '155243.410000', '155243.870000', '155244.330000', '155244.790000', '155245.250000', '155245.710000', '155246.170000', '155246.630000', '155247.090000', '155247.550000', '155248.010000', '155248.470000', '155248.930000', '155249.390000', '155249.850000', '155250.310000', '155250.770000', '155251.230000', '155251.690000', '155252.150000', '155252.610000', '155253.070000', '155253.530000', '155253.990000', '155254.450000', '155254.910000', '155255.370000', '155255.830000', '155256.290000', '155256.750000', '155257.210000', '155257.670000', '155258.130000', '155258.590000', '155259.050000', '155259.510000', '155259.970000', '155300.430000', '155300.890000', '155301.350000', '155301.810000', '155302.270000', '155302.730000', '155303.190000', '155303.650000', '155304.110000', '155304.570000', '155305.030000', '155305.490000', '155305.950000', '155306.410000', '155306.870000', '155307.330000', '155307.790000', '155308.250000', '155308.710000', '155309.170000', '155309.630000', '155310.090000', '155310.550000', '155311.010000', '155311.470000', '155311.930000', '155312.390000', '155312.850000', '155313.310000', '155313.770000', '155314.230000', '155314.690000', '155315.150000', '155315.610000', '155316.070000', '155316.530000', '155316.990000', '155317.450000', '155317.910000', '155318.370000', '155318.830000', '155319.290000', '155319.750000', '155320.210000', '155320.670000', '155321.130000', '155321.590000', '155322.050000', '155322.510000', '155322.970000', '155323.430000', '155323.890000', '155324.350000', '155324.810000', '155325.270000', '155325.730000', '155326.190000', '155326.650000', '155327.110000', '155327.570000', '155328.030000', '155328.490000', '155328.950000', '155329.410000', '155329.870000', '155330.330000', '155330.790000', '155331.250000', '155331.710000', '155332.170000', '155332.630000', '155333.090000', '155333.550000', '155334.010000', '155334.470000', '155334.930000', '155335.390000', '155335.850000', '155336.310000', '155336.770000', '155337.230000', '155337.690000', '155338.150000', '155338.610000', '155339.070000', '155339.530000', '155339.990000', '155340.450000', '155340.910000', '155341.370000', '155341.830000', '155342.290000', '155342.750000', '155343.210000', '155343.670000', '155344.130000', '155344.590000', '155345.050000', '155345.510000', '155345.970000', '155346.430000', '155346.890000', '155347.350000', '155347.810000', '155348.270000', '155348.730000', '155349.190000', '155349.650000', '155350.110000', '155350.570000', '155351.030000', '155351.490000', '155351.950000', '155352.410000', '155352.870000', '155353.330000', '155353.790000', '155354.250000', '155354.710000', '155355.170000', '155355.630000', '155356.090000', '155356.550000', '155357.010000', '155357.470000', '155357.930000', '155358.390000', '155358.850000', '155359.310000', '155359.770000', '155400.230000', '155400.690000', '155401.150000', '155401.610000', '155402.070000', '155402.530000', '155402.990000', '155403.450000', '155403.910000', '155404.370000', '155404.830000', '155405.290000', '155405.750000', '155406.210000', '155406.670000', '155407.130000', '155407.590000', '155408.050000', '155408.510000', '155408.970000', '155409.430000', '155409.890000', '155410.350000', '155410.810000', '155411.270000', '155411.730000', '155412.190000', '155412.650000', '155413.110000', '155413.570000', '155414.030000', '155414.490000', '155414.950000', '155415.410000', '155415.870000', '155416.330000', '155416.790000', '155417.250000', '155417.710000', '155418.170000', '155418.630000', '155419.090000', '155419.550000', '155420.010000', '155420.470000', '155420.930000', '155421.390000', '155421.850000', '155422.310000', '155422.770000', '155423.230000', '155423.690000', '155424.150000', '155424.610000', '155425.070000', '155425.530000', '155425.990000', '155426.450000', '155426.910000', '155427.370000', '155427.830000', '155428.290000', '155428.750000', '155429.210000', '155429.670000', '155430.130000', '155430.590000', '155431.050000', '155431.510000', '155431.970000', '155432.430000', '155432.890000', '155433.350000', '155433.810000', '155434.270000', '155434.730000', '155435.190000', '155435.650000', '155436.110000', '155436.570000', '155437.030000', '155437.490000', '155437.950000', '155438.410000', '155438.870000', '155439.330000', '155439.790000', '155440.250000', '155440.710000', '155441.170000', '155441.630000', '155442.090000', '155442.550000', '155443.010000', '155443.470000', '155443.930000', '155444.390000', '155444.850000', '155445.310000', '155445.770000', '155446.230000', '155446.690000', '155447.150000', '155447.610000', '155448.070000', '155448.530000', '155448.990000', '155449.450000', '155449.910000', '155450.370000', '155450.830000', '155451.290000', '155451.750000', '155452.210000', '155452.670000', '155453.130000', '155453.590000', '155454.050000', '155454.510000', '155454.970000', '155455.430000', '155455.890000', '155456.350000', '155456.810000', '155457.270000', '155457.730000', '155458.190000', '155458.650000', '155459.110000', '155459.570000', '155500.030000', '155500.490000', '155500.950000', '155501.410000', '155501.870000', '155502.330000', '155502.790000', '155503.250000', '155503.710000', '155504.170000', '155504.630000', '155505.090000', '155505.550000', '155506.010000', '155506.470000', '155506.930000', '155507.390000', '155507.850000', '155508.310000', '155508.770000', '155509.230000', '155509.690000', '155510.150000', '155510.610000', '155511.070000', '155511.530000', '155511.990000', '155512.450000', '155512.910000', '155513.370000', '155513.830000', '155514.290000', '155514.750000', '155515.210000', '155515.670000', '155516.130000', '155516.590000', '155517.050000', '155517.510000', '155517.970000', '155518.430000', '155518.890000', '155519.350000', '155519.810000', '155520.270000', '155520.730000', '155521.190000', '155521.650000', '155522.110000', '155522.570000', '155523.030000', '155523.490000', '155523.950000', '155524.410000', '155524.870000', '155525.330000', '155525.790000', '155526.250000', '155526.710000', '155527.170000', '155527.630000', '155528.090000', '155528.550000', '155529.010000', '155529.470000', '155529.930000', '155530.390000', '155530.850000', '155531.310000', '155531.770000', '155532.230000', '155532.690000', '155533.150000', '155533.610000', '155534.070000', '155534.530000', '155534.990000', '155535.450000', '155535.910000', '155536.370000', '155536.830000', '155537.290000', '155537.750000', '155538.210000', '155538.670000', '155539.130000', '155539.590000', '155540.050000', '155540.510000', '155540.970000', '155541.430000', '155541.890000', '155542.350000', '155542.810000', '155543.270000', '155543.730000', '155544.190000', '155544.650000', '155545.110000', '155545.570000', '155546.030000', '155546.490000', '155546.950000', '155547.410000', '155547.870000', '155548.330000', '155548.790000', '155549.250000', '155549.710000', '155550.170000', '155550.630000', '155551.090000', '155551.550000', '155552.010000', '155552.470000', '155552.930000', '155553.390000', '155553.850000', '155554.310000', '155554.770000', '155555.230000', '155555.690000', '155556.150000', '155556.610000', '155557.070000', '155557.530000', '155557.990000', '155558.450000', '155558.910000', '155559.370000', '155559.830000', '155600.290000', '155600.750000', '155601.210000', '155601.670000', '155602.130000', '155602.590000', '155603.050000', '155603.510000', '155603.970000', '155604.430000', '155604.890000', '155605.350000', '155605.810000', '155606.270000', '155606.730000', '155607.190000', '155607.650000', '155608.110000', '155608.570000', '155609.030000', '155609.490000', '155609.950000', '155610.410000', '155610.870000', '155611.330000', '155611.790000', '155612.250000', '155612.710000', '155613.170000', '155613.630000', '155614.090000', '155614.550000', '155615.010000', '155615.470000', '155615.930000', '155616.390000', '155616.850000', '155617.310000', '155617.770000', '155618.230000', '155618.690000', '155619.150000', '155619.610000', '155620.070000', '155620.530000', '155620.990000', '155621.450000', '155621.910000', '155622.370000', '155622.830000', '155623.290000', '155623.750000', '155624.210000', '155624.670000', '155625.130000', '155625.590000', '155626.050000', '155626.510000', '155626.970000', '155627.430000', '155627.890000', '155628.350000', '155628.810000', '155629.270000', '155629.730000', '155630.190000', '155630.650000', '155631.110000', '155631.570000', '155632.030000', '155632.490000', '155632.950000', '155633.410000', '155633.870000', '155634.330000', '155634.790000', '155635.250000', '155635.710000', '155636.170000', '155636.630000', '155637.090000', '155637.550000', '155638.010000', '155638.470000', '155638.930000', '155639.390000', '155639.850000', '155640.310000', '155640.770000', '155641.230000', '155641.690000', '155642.150000', '155642.610000', '155643.070000', '155643.530000', '155643.990000', '155644.450000', '155644.910000', '155645.370000', '155645.830000', '155646.290000', '155646.750000', '155647.210000', '155647.670000', '155648.130000', '155648.590000', '155649.050000', '155649.510000', '155649.970000', '155650.430000', '155650.890000', '155651.350000', '155651.810000', '155652.270000', '155652.730000', '155653.190000', '155653.650000', '155654.110000', '155654.570000', '155655.030000', '155655.490000', '155655.950000', '155656.410000', '155656.870000', '155657.330000', '155657.790000', '155658.250000', '155658.710000', '155659.170000', '155659.630000', '155700.090000', '155700.550000', '155701.010000', '155701.470000', '155701.930000', '155702.390000', '155702.850000', '155703.310000', '155703.770000', '155704.230000', '155704.690000', '155705.150000', '155705.610000', '155706.070000', '155706.530000', '155706.990000', '155707.450000', '155707.910000', '155708.370000', '155708.830000', '155709.290000', '155709.750000', '155710.210000', '155710.670000', '155711.130000', '155711.590000', '155712.050000', '155712.510000', '155712.970000', '155713.430000', '155713.890000', '155714.350000', '155714.810000', '155715.270000', '155715.730000', '155716.190000', '155716.650000', '155717.110000', '155717.570000', '155718.030000', '155718.490000', '155718.950000', '155719.410000', '155719.870000', '155720.330000', '155720.790000', '155721.250000', '155721.710000', '155722.170000', '155722.630000', '155723.090000', '155723.550000', '155724.010000', '155724.470000', '155724.930000', '155725.390000', '155725.850000', '155726.310000', '155726.770000', '155727.230000', '155727.690000', '155728.150000', '155728.610000', '155729.070000', '155729.530000', '155729.990000', '155730.450000', '155730.910000', '155731.370000', '155731.830000', '155732.290000', '155732.750000', '155733.210000', '155733.670000', '155734.130000', '155734.590000', '155735.050000', '155735.510000', '155735.970000', '155736.430000', '155736.890000', '155737.350000', '155737.810000', '155738.270000', '155738.730000', '155739.190000', '155739.650000', '155740.110000', '155740.570000', '155741.030000', '155741.490000', '155741.950000', '155742.410000', '155742.870000', '155743.330000', '155743.790000', '155744.250000', '155744.710000', '155745.170000', '155745.630000', '155746.090000', '155746.550000', '155747.010000', '155747.470000', '155747.930000', '155748.390000', '155748.850000', '155749.310000', '155749.770000', '155750.230000', '155750.690000', '155751.150000', '155751.610000', '155752.070000', '155752.530000', '155752.990000', '155753.450000', '155753.910000', '155754.370000', '155754.830000', '155755.290000', '155755.750000', '155756.210000', '155756.670000', '155757.130000', '155757.590000', '155758.050000', '155758.510000', '155758.970000', '155759.430000', '155759.890000', '155800.350000', '155800.810000', '155801.270000', '155801.730000', '155802.190000', '155802.650000', '155803.110000', '155803.570000', '155804.030000', '155804.490000', '155804.950000', '155805.410000', '155805.870000', '155806.330000', '155806.790000', '155807.250000', '155807.710000', '155808.170000', '155808.630000', '155809.090000', '155809.550000', '155810.010000', '155810.470000', '155810.930000', '155811.390000', '155811.850000', '155812.310000', '155812.770000', '155813.230000', '155813.690000', '155814.150000', '155814.610000', '155815.070000', '155815.530000', '155815.990000', '155816.450000', '155816.910000', '155817.370000', '155817.830000', '155818.290000', '155818.750000', '155819.210000', '155819.670000', '155820.130000', '155820.590000', '155821.050000', '155821.510000', '155821.970000', '155822.430000', '155822.890000', '155823.350000', '155823.810000', '155824.270000', '155824.730000', '155825.190000', '155825.650000'], 'ContentTime': ['155142.732000', '155142.736000', '155142.745000', '155142.747000', '155142.750000', '155142.752000', '155142.755000', '155142.758000', '155142.760000', '155142.763000', '155142.765000', '155142.768000', '155142.770000', '155142.773000', '155142.776000', '155142.778000', '155142.781000', '155142.784000', '155142.786000', '155142.789000', '155142.791000', '155142.794000', '155142.797000', '155142.799000', '155142.802000', '155142.805000', '155142.807000', '155142.810000', '155142.813000', '155142.815000', '155142.818000', '155142.821000', '155142.826000', '155142.829000', '155202.702000', '155202.705000', '155202.708000', '155202.711000', '155202.713000', '155202.716000', '155202.719000', '155202.721000', '155202.724000', '155202.726000', '155202.729000', '155202.732000', '155202.734000', '155202.737000', '155202.739000', '155202.742000', '155202.745000', '155202.747000', '155202.750000', '155202.753000', '155202.755000', '155202.758000', '155202.760000', '155202.763000', '155202.766000', '155202.768000', '155202.771000', '155202.773000', '155202.776000', '155202.778000', '155202.781000', '155202.784000', '155202.786000', '155202.789000', '155202.791000', '155202.794000', '155202.797000', '155202.799000', '155202.827000', '155202.829000', '155202.832000', '155202.835000', '155202.837000', '155202.840000', '155222.703000', '155222.706000', '155222.709000', '155222.711000', '155222.714000', '155222.717000', '155222.720000', '155222.722000', '155222.725000', '155222.728000', '155222.730000', '155222.733000', '155222.735000', '155222.738000', '155222.741000', '155222.743000', '155222.746000', '155222.749000', '155222.752000', '155222.755000', '155222.758000', '155222.760000', '155222.763000', '155222.765000', '155222.768000', '155222.771000', '155222.773000', '155222.776000', '155222.778000', '155222.781000', '155222.783000', '155222.786000', '155222.789000', '155222.791000', '155222.794000', '155222.796000', '155222.799000', '155222.802000', '155222.804000', '155222.807000', '155222.810000', '155222.812000', '155222.815000', '155242.704000', '155242.707000', '155242.709000', '155242.712000', '155242.714000', '155242.717000', '155242.720000', '155242.722000', '155242.725000', '155242.728000', '155242.730000', '155242.733000', '155242.736000', '155242.738000', '155242.741000', '155242.744000', '155242.746000', '155242.749000', '155242.751000', '155242.754000', '155242.757000', '155242.759000', '155242.762000', '155242.764000', '155242.767000', '155242.770000', '155242.772000', '155242.775000', '155242.778000', '155242.780000', '155242.783000', '155242.785000', '155242.788000', '155242.791000', '155242.793000', '155242.796000', '155242.799000', '155242.802000', '155242.804000', '155242.807000', '155242.809000', '155242.812000', '155242.815000', '155242.817000', '155302.704000', '155302.707000', '155302.709000', '155302.712000', '155302.715000', '155302.717000', '155302.720000', '155302.723000', '155302.725000', '155302.728000', '155302.730000', '155302.734000', '155302.736000', '155302.739000', '155302.741000', '155302.744000', '155302.747000', '155302.749000', '155302.765000', '155302.768000', '155302.771000', '155302.773000', '155302.776000', '155302.779000', '155302.781000', '155302.784000', '155302.787000', '155302.789000', '155302.792000', '155302.794000', '155302.797000', '155302.800000', '155302.803000', '155302.805000', '155302.808000', '155302.810000', '155302.813000', '155302.816000', '155302.818000', '155302.821000', '155302.824000', '155302.847000', '155302.850000', '155322.703000', '155322.706000', '155322.708000', '155322.711000', '155322.714000', '155322.717000', '155322.719000', '155322.722000', '155322.725000', '155322.727000', '155322.730000', '155322.732000', '155322.737000', '155322.739000', '155322.742000', '155322.745000', '155322.747000', '155322.750000', '155322.753000', '155322.755000', '155322.758000', '155322.761000', '155322.763000', '155322.766000', '155322.769000', '155322.771000', '155322.774000', '155322.776000', '155322.779000', '155322.782000', '155322.784000', '155322.787000', '155322.790000', '155322.793000', '155322.796000', '155322.798000', '155322.849000', '155322.852000', '155322.855000', '155322.857000', '155322.860000', '155322.863000', '155322.865000', '155342.702000', '155342.705000', '155342.708000', '155342.711000', '155342.713000', '155342.716000', '155342.718000', '155342.721000', '155342.724000', '155342.726000', '155342.729000', '155342.732000', '155342.734000', '155342.737000', '155342.739000', '155342.742000', '155342.745000', '155342.747000', '155342.750000', '155342.753000', '155342.756000', '155342.758000', '155342.761000', '155342.763000', '155342.766000', '155342.769000', '155342.771000', '155342.774000', '155342.777000', '155342.779000', '155342.782000', '155342.785000', '155342.787000', '155342.790000', '155342.792000', '155342.795000', '155342.798000', '155342.863000', '155342.865000', '155342.868000', '155342.871000', '155342.873000', '155342.876000', '155342.879000', '155402.703000', '155402.705000', '155402.708000', '155402.711000', '155402.713000', '155402.716000', '155402.719000', '155402.721000', '155402.724000', '155402.727000', '155402.729000', '155402.732000', '155402.735000', '155402.737000', '155402.740000', '155402.743000', '155402.745000', '155402.748000', '155402.750000', '155402.753000', '155402.756000', '155402.758000', '155402.761000', '155402.764000', '155402.766000', '155402.769000', '155402.772000', '155402.774000', '155402.777000', '155402.780000', '155402.782000', '155402.785000', '155402.788000', '155402.790000', '155402.793000', '155402.795000', '155402.798000', '155402.830000', '155402.833000', '155402.836000', '155402.838000', '155402.841000', '155402.843000', '155422.703000', '155422.706000', '155422.708000', '155422.711000', '155422.714000', '155422.716000', '155422.719000', '155422.721000', '155422.724000', '155422.727000', '155422.729000', '155422.732000', '155422.735000', '155422.737000', '155422.740000', '155422.743000', '155422.745000', '155422.748000', '155422.751000', '155422.753000', '155422.756000', '155422.758000', '155422.761000', '155422.764000', '155422.766000', '155422.769000', '155422.772000', '155422.774000', '155422.777000', '155422.780000', '155422.782000', '155422.785000', '155422.788000', '155422.790000', '155422.793000', '155422.796000', '155422.798000', '155422.817000', '155422.820000', '155422.822000', '155422.825000', '155422.827000', '155422.830000', '155422.833000', '155442.714000', '155442.716000', '155442.719000', '155442.722000', '155442.725000', '155442.728000', '155442.730000', '155442.733000', '155442.735000', '155442.738000', '155442.741000', '155442.743000', '155442.746000', '155442.749000', '155442.752000', '155442.754000', '155442.757000', '155442.759000', '155442.762000', '155442.765000', '155442.767000', '155442.770000', '155442.773000', '155442.776000', '155442.779000', '155442.782000', '155442.784000', '155442.787000', '155442.790000', '155442.792000', '155442.795000', '155442.798000', '155442.843000', '155442.846000', '155442.849000', '155442.851000', '155442.854000', '155442.856000', '155442.859000', '155442.862000', '155442.864000', '155442.867000', '155442.870000', '155502.703000', '155502.707000', '155502.710000', '155502.712000', '155502.715000', '155502.718000', '155502.720000', '155502.723000', '155502.726000', '155502.728000', '155502.731000', '155502.734000', '155502.736000', '155502.739000', '155502.742000', '155502.744000', '155502.747000', '155502.750000', '155502.752000', '155502.755000', '155502.758000', '155502.760000', '155502.763000', '155502.766000', '155502.768000', '155502.771000', '155502.774000', '155502.776000', '155502.779000', '155502.782000', '155502.784000', '155502.787000', '155502.790000', '155502.792000', '155502.795000', '155502.798000', '155502.820000', '155502.823000', '155502.825000', '155502.828000', '155502.845000', '155502.847000', '155502.850000', '155502.853000', '155522.703000', '155522.706000', '155522.709000', '155522.712000', '155522.715000', '155522.717000', '155522.720000', '155522.723000', '155522.725000', '155522.728000', '155522.730000', '155522.733000', '155522.736000', '155522.738000', '155522.741000', '155522.744000', '155522.747000', '155522.749000', '155522.752000', '155522.754000', '155522.757000', '155522.760000', '155522.762000', '155522.765000', '155522.768000', '155522.770000', '155522.773000', '155522.776000', '155522.778000', '155522.781000', '155522.783000', '155522.786000', '155522.789000', '155522.791000', '155522.794000', '155522.863000', '155522.866000', '155522.868000', '155522.871000', '155522.874000', '155522.876000', '155522.879000', '155522.882000', '155542.702000', '155542.705000', '155542.708000', '155542.710000', '155542.713000', '155542.716000', '155542.719000', '155542.721000', '155542.724000', '155542.727000', '155542.729000', '155542.732000', '155542.735000', '155542.737000', '155542.740000', '155542.743000', '155542.745000', '155542.748000', '155542.751000', '155542.753000', '155542.756000', '155542.759000', '155542.761000', '155542.764000', '155542.767000', '155542.769000', '155542.772000', '155542.774000', '155542.777000', '155542.780000', '155542.782000', '155542.785000', '155542.788000', '155542.790000', '155542.793000', '155542.795000', '155542.798000', '155542.847000', '155542.850000', '155542.852000', '155542.855000', '155542.858000', '155542.860000', '155542.863000', '155602.703000', '155602.706000', '155602.708000', '155602.711000', '155602.714000', '155602.716000', '155602.719000', '155602.722000', '155602.724000', '155602.727000', '155602.730000', '155602.732000', '155602.735000', '155602.737000', '155602.740000', '155602.743000', '155602.746000', '155602.748000', '155602.751000', '155602.754000', '155602.756000', '155602.759000', '155602.762000', '155602.764000', '155602.767000', '155602.784000', '155602.787000', '155602.789000', '155602.792000', '155602.795000', '155602.798000', '155602.861000', '155602.864000', '155602.867000', '155602.869000', '155602.872000', '155602.875000', '155602.877000', '155602.880000', '155602.883000', '155602.885000', '155602.888000', '155602.890000', '155622.702000', '155622.705000', '155622.708000', '155622.711000', '155622.713000', '155622.716000', '155622.719000', '155622.721000', '155622.724000', '155622.726000', '155622.729000', '155622.732000', '155622.735000', '155622.737000', '155622.740000', '155622.743000', '155622.745000', '155622.748000', '155622.750000', '155622.753000', '155622.756000', '155622.758000', '155622.761000', '155622.764000', '155622.766000', '155622.769000', '155622.772000', '155622.774000', '155622.777000', '155622.780000', '155622.782000', '155622.785000', '155622.788000', '155622.790000', '155622.793000', '155622.796000', '155622.798000', '155622.801000', '155622.804000', '155622.806000', '155622.809000', '155622.812000', '155622.814000', '155622.817000', '155642.703000', '155642.706000', '155642.709000', '155642.711000', '155642.714000', '155642.717000', '155642.719000', '155642.722000', '155642.724000', '155642.727000', '155642.730000', '155642.733000', '155642.735000', '155642.738000', '155642.741000', '155642.743000', '155642.746000', '155642.749000', '155642.751000', '155642.754000', '155642.757000', '155642.759000', '155642.762000', '155642.765000', '155642.767000', '155642.770000', '155642.773000', '155642.775000', '155642.778000', '155642.781000', '155642.784000', '155642.787000', '155642.790000', '155642.792000', '155642.795000', '155642.798000', '155642.800000', '155642.803000', '155642.806000', '155642.808000', '155642.811000', '155642.814000', '155642.816000', '155702.704000', '155702.707000', '155702.710000', '155702.712000', '155702.715000', '155702.718000', '155702.720000', '155702.723000', '155702.726000', '155702.728000', '155702.731000', '155702.734000', '155702.737000', '155702.739000', '155702.746000', '155702.749000', '155702.751000', '155702.754000', '155702.757000', '155702.759000', '155702.762000', '155702.765000', '155702.767000', '155702.770000', '155702.772000', '155702.775000', '155702.778000', '155702.780000', '155702.783000', '155702.786000', '155702.789000', '155702.791000', '155702.794000', '155702.796000', '155702.799000', '155702.802000', '155702.805000', '155702.809000', '155702.812000', '155702.814000', '155702.817000', '155702.820000', '155702.822000', '155702.825000', '155722.703000', '155722.706000', '155722.709000', '155722.712000', '155722.714000', '155722.717000', '155722.720000', '155722.722000', '155722.725000', '155722.728000', '155722.731000', '155722.733000', '155722.736000', '155722.739000', '155722.741000', '155722.744000', '155722.746000', '155722.749000', '155722.752000', '155722.754000', '155722.757000', '155722.760000', '155722.762000', '155722.765000', '155722.768000', '155722.770000', '155722.773000', '155722.775000', '155722.778000', '155722.781000', '155722.783000', '155722.786000', '155722.789000', '155722.791000', '155722.795000', '155722.798000', '155722.801000', '155722.842000', '155722.845000', '155722.848000', '155722.850000', '155722.854000', '155722.857000', '155742.704000', '155742.707000', '155742.709000', '155742.712000', '155742.715000', '155742.717000', '155742.720000', '155742.723000', '155742.725000', '155742.728000', '155742.730000', '155742.733000', '155742.736000', '155742.738000', '155742.741000', '155742.744000', '155742.746000', '155742.749000', '155742.752000', '155742.754000', '155742.757000', '155742.760000', '155742.762000', '155742.765000', '155742.767000', '155742.770000', '155742.773000', '155742.775000', '155742.778000', '155742.781000', '155742.783000', '155742.786000', '155742.788000', '155742.791000', '155742.794000', '155742.796000', '155742.799000', '155742.872000', '155742.874000', '155742.877000', '155742.879000', '155742.882000', '155742.885000', '155742.887000', '155802.703000', '155802.706000', '155802.708000', '155802.711000', '155802.714000', '155802.716000', '155802.719000', '155802.722000', '155802.724000', '155802.727000', '155802.730000', '155802.732000', '155802.735000', '155802.738000', '155802.740000', '155802.743000', '155802.746000', '155802.748000', '155802.751000', '155802.754000', '155802.756000', '155802.759000', '155802.762000', '155802.765000', '155802.768000', '155802.771000', '155802.774000', '155802.777000', '155802.779000', '155802.782000', '155802.785000', '155802.787000', '155802.790000', '155802.793000', '155802.795000', '155802.798000', '155802.850000', '155802.853000', '155802.856000', '155802.858000', '155802.861000', '155802.864000', '155802.866000', '155822.703000', '155822.706000', '155822.708000', '155822.711000', '155822.714000', '155822.717000', '155822.719000', '155822.722000', '155822.724000', '155822.727000', '155822.730000', '155822.732000', '155822.735000', '155822.738000', '155822.740000', '155822.743000', '155822.746000', '155822.748000', '155822.751000', '155822.754000', '155822.757000', '155822.759000', '155822.762000', '155822.764000', '155822.767000', '155822.770000', '155822.772000', '155822.775000', '155822.778000', '155822.780000', '155822.783000', '155822.785000', '155822.788000', '155822.791000', '155822.793000', '155822.796000', '155822.799000', '155822.858000', '155822.861000', '155822.864000', '155822.866000', '155822.869000', '155822.871000', '155822.874000', '155827.199000', '155827.202000', '155827.205000', '155827.208000', '155827.210000', '155827.213000', '155827.216000', '155827.218000', '155827.221000', '155827.224000'], 'InstanceCreationTime': ['155142.732000', '155142.736000', '155142.745000', '155142.747000', '155142.750000', '155142.752000', '155142.755000', '155142.758000', '155142.760000', '155142.763000', '155142.765000', '155142.768000', '155142.770000', '155142.773000', '155142.776000', '155142.778000', '155142.781000', '155142.784000', '155142.786000', '155142.789000', '155142.791000', '155142.794000', '155142.797000', '155142.799000', '155142.802000', '155142.805000', '155142.807000', '155142.810000', '155142.813000', '155142.815000', '155142.818000', '155142.821000', '155142.826000', '155142.829000', '155202.702000', '155202.705000', '155202.708000', '155202.711000', '155202.713000', '155202.716000', '155202.719000', '155202.721000', '155202.724000', '155202.726000', '155202.729000', '155202.732000', '155202.734000', '155202.737000', '155202.739000', '155202.742000', '155202.745000', '155202.747000', '155202.750000', '155202.753000', '155202.755000', '155202.758000', '155202.760000', '155202.763000', '155202.766000', '155202.768000', '155202.771000', '155202.773000', '155202.776000', '155202.778000', '155202.781000', '155202.784000', '155202.786000', '155202.789000', '155202.791000', '155202.794000', '155202.797000', '155202.799000', '155202.827000', '155202.829000', '155202.832000', '155202.835000', '155202.837000', '155202.840000', '155222.703000', '155222.706000', '155222.709000', '155222.711000', '155222.714000', '155222.717000', '155222.720000', '155222.722000', '155222.725000', '155222.728000', '155222.730000', '155222.733000', '155222.735000', '155222.738000', '155222.741000', '155222.743000', '155222.746000', '155222.749000', '155222.752000', '155222.755000', '155222.758000', '155222.760000', '155222.763000', '155222.765000', '155222.768000', '155222.771000', '155222.773000', '155222.776000', '155222.778000', '155222.781000', '155222.783000', '155222.786000', '155222.789000', '155222.791000', '155222.794000', '155222.796000', '155222.799000', '155222.802000', '155222.804000', '155222.807000', '155222.810000', '155222.812000', '155222.815000', '155242.704000', '155242.707000', '155242.709000', '155242.712000', '155242.714000', '155242.717000', '155242.720000', '155242.722000', '155242.725000', '155242.728000', '155242.730000', '155242.733000', '155242.736000', '155242.738000', '155242.741000', '155242.744000', '155242.746000', '155242.749000', '155242.751000', '155242.754000', '155242.757000', '155242.759000', '155242.762000', '155242.764000', '155242.767000', '155242.770000', '155242.772000', '155242.775000', '155242.778000', '155242.780000', '155242.783000', '155242.785000', '155242.788000', '155242.791000', '155242.793000', '155242.796000', '155242.799000', '155242.802000', '155242.804000', '155242.807000', '155242.809000', '155242.812000', '155242.815000', '155242.817000', '155302.704000', '155302.707000', '155302.709000', '155302.712000', '155302.715000', '155302.717000', '155302.720000', '155302.723000', '155302.725000', '155302.728000', '155302.730000', '155302.734000', '155302.736000', '155302.739000', '155302.741000', '155302.744000', '155302.747000', '155302.749000', '155302.765000', '155302.768000', '155302.771000', '155302.773000', '155302.776000', '155302.779000', '155302.781000', '155302.784000', '155302.787000', '155302.789000', '155302.792000', '155302.794000', '155302.797000', '155302.800000', '155302.803000', '155302.805000', '155302.808000', '155302.810000', '155302.813000', '155302.816000', '155302.818000', '155302.821000', '155302.824000', '155302.847000', '155302.850000', '155322.703000', '155322.706000', '155322.708000', '155322.711000', '155322.714000', '155322.717000', '155322.719000', '155322.722000', '155322.725000', '155322.727000', '155322.730000', '155322.732000', '155322.737000', '155322.739000', '155322.742000', '155322.745000', '155322.747000', '155322.750000', '155322.753000', '155322.755000', '155322.758000', '155322.761000', '155322.763000', '155322.766000', '155322.769000', '155322.771000', '155322.774000', '155322.776000', '155322.779000', '155322.782000', '155322.784000', '155322.787000', '155322.790000', '155322.793000', '155322.796000', '155322.798000', '155322.849000', '155322.852000', '155322.855000', '155322.857000', '155322.860000', '155322.863000', '155322.865000', '155342.702000', '155342.705000', '155342.708000', '155342.711000', '155342.713000', '155342.716000', '155342.718000', '155342.721000', '155342.724000', '155342.726000', '155342.729000', '155342.732000', '155342.734000', '155342.737000', '155342.739000', '155342.742000', '155342.745000', '155342.747000', '155342.750000', '155342.753000', '155342.756000', '155342.758000', '155342.761000', '155342.763000', '155342.766000', '155342.769000', '155342.771000', '155342.774000', '155342.777000', '155342.779000', '155342.782000', '155342.785000', '155342.787000', '155342.790000', '155342.792000', '155342.795000', '155342.798000', '155342.863000', '155342.865000', '155342.868000', '155342.871000', '155342.873000', '155342.876000', '155342.879000', '155402.703000', '155402.705000', '155402.708000', '155402.711000', '155402.713000', '155402.716000', '155402.719000', '155402.721000', '155402.724000', '155402.727000', '155402.729000', '155402.732000', '155402.735000', '155402.737000', '155402.740000', '155402.743000', '155402.745000', '155402.748000', '155402.750000', '155402.753000', '155402.756000', '155402.758000', '155402.761000', '155402.764000', '155402.766000', '155402.769000', '155402.772000', '155402.774000', '155402.777000', '155402.780000', '155402.782000', '155402.785000', '155402.788000', '155402.790000', '155402.793000', '155402.795000', '155402.798000', '155402.830000', '155402.833000', '155402.836000', '155402.838000', '155402.841000', '155402.843000', '155422.703000', '155422.706000', '155422.708000', '155422.711000', '155422.714000', '155422.716000', '155422.719000', '155422.721000', '155422.724000', '155422.727000', '155422.729000', '155422.732000', '155422.735000', '155422.737000', '155422.740000', '155422.743000', '155422.745000', '155422.748000', '155422.751000', '155422.753000', '155422.756000', '155422.758000', '155422.761000', '155422.764000', '155422.766000', '155422.769000', '155422.772000', '155422.774000', '155422.777000', '155422.780000', '155422.782000', '155422.785000', '155422.788000', '155422.790000', '155422.793000', '155422.796000', '155422.798000', '155422.817000', '155422.820000', '155422.822000', '155422.825000', '155422.827000', '155422.830000', '155422.833000', '155442.714000', '155442.716000', '155442.719000', '155442.722000', '155442.725000', '155442.728000', '155442.730000', '155442.733000', '155442.735000', '155442.738000', '155442.741000', '155442.743000', '155442.746000', '155442.749000', '155442.752000', '155442.754000', '155442.757000', '155442.759000', '155442.762000', '155442.765000', '155442.767000', '155442.770000', '155442.773000', '155442.776000', '155442.779000', '155442.782000', '155442.784000', '155442.787000', '155442.790000', '155442.792000', '155442.795000', '155442.798000', '155442.843000', '155442.846000', '155442.849000', '155442.851000', '155442.854000', '155442.856000', '155442.859000', '155442.862000', '155442.864000', '155442.867000', '155442.870000', '155502.703000', '155502.707000', '155502.710000', '155502.712000', '155502.715000', '155502.718000', '155502.720000', '155502.723000', '155502.726000', '155502.728000', '155502.731000', '155502.734000', '155502.736000', '155502.739000', '155502.742000', '155502.744000', '155502.747000', '155502.750000', '155502.752000', '155502.755000', '155502.758000', '155502.760000', '155502.763000', '155502.766000', '155502.768000', '155502.771000', '155502.774000', '155502.776000', '155502.779000', '155502.782000', '155502.784000', '155502.787000', '155502.790000', '155502.792000', '155502.795000', '155502.798000', '155502.820000', '155502.823000', '155502.825000', '155502.828000', '155502.845000', '155502.847000', '155502.850000', '155502.853000', '155522.703000', '155522.706000', '155522.709000', '155522.712000', '155522.715000', '155522.717000', '155522.720000', '155522.723000', '155522.725000', '155522.728000', '155522.730000', '155522.733000', '155522.736000', '155522.738000', '155522.741000', '155522.744000', '155522.747000', '155522.749000', '155522.752000', '155522.754000', '155522.757000', '155522.760000', '155522.762000', '155522.765000', '155522.768000', '155522.770000', '155522.773000', '155522.776000', '155522.778000', '155522.781000', '155522.783000', '155522.786000', '155522.789000', '155522.791000', '155522.794000', '155522.863000', '155522.866000', '155522.868000', '155522.871000', '155522.874000', '155522.876000', '155522.879000', '155522.882000', '155542.702000', '155542.705000', '155542.708000', '155542.710000', '155542.713000', '155542.716000', '155542.719000', '155542.721000', '155542.724000', '155542.727000', '155542.729000', '155542.732000', '155542.735000', '155542.737000', '155542.740000', '155542.743000', '155542.745000', '155542.748000', '155542.751000', '155542.753000', '155542.756000', '155542.759000', '155542.761000', '155542.764000', '155542.767000', '155542.769000', '155542.772000', '155542.774000', '155542.777000', '155542.780000', '155542.782000', '155542.785000', '155542.788000', '155542.790000', '155542.793000', '155542.795000', '155542.798000', '155542.847000', '155542.850000', '155542.852000', '155542.855000', '155542.858000', '155542.860000', '155542.863000', '155602.703000', '155602.706000', '155602.708000', '155602.711000', '155602.714000', '155602.716000', '155602.719000', '155602.722000', '155602.724000', '155602.727000', '155602.730000', '155602.732000', '155602.735000', '155602.737000', '155602.740000', '155602.743000', '155602.746000', '155602.748000', '155602.751000', '155602.754000', '155602.756000', '155602.759000', '155602.762000', '155602.764000', '155602.767000', '155602.784000', '155602.787000', '155602.789000', '155602.792000', '155602.795000', '155602.798000', '155602.861000', '155602.864000', '155602.867000', '155602.869000', '155602.872000', '155602.875000', '155602.877000', '155602.880000', '155602.883000', '155602.885000', '155602.888000', '155602.890000', '155622.702000', '155622.705000', '155622.708000', '155622.711000', '155622.713000', '155622.716000', '155622.719000', '155622.721000', '155622.724000', '155622.726000', '155622.729000', '155622.732000', '155622.735000', '155622.737000', '155622.740000', '155622.743000', '155622.745000', '155622.748000', '155622.750000', '155622.753000', '155622.756000', '155622.758000', '155622.761000', '155622.764000', '155622.766000', '155622.769000', '155622.772000', '155622.774000', '155622.777000', '155622.780000', '155622.782000', '155622.785000', '155622.788000', '155622.790000', '155622.793000', '155622.796000', '155622.798000', '155622.801000', '155622.804000', '155622.806000', '155622.809000', '155622.812000', '155622.814000', '155622.817000', '155642.703000', '155642.706000', '155642.709000', '155642.711000', '155642.714000', '155642.717000', '155642.719000', '155642.722000', '155642.724000', '155642.727000', '155642.730000', '155642.733000', '155642.735000', '155642.738000', '155642.741000', '155642.743000', '155642.746000', '155642.749000', '155642.751000', '155642.754000', '155642.757000', '155642.759000', '155642.762000', '155642.765000', '155642.767000', '155642.770000', '155642.773000', '155642.775000', '155642.778000', '155642.781000', '155642.784000', '155642.787000', '155642.790000', '155642.792000', '155642.795000', '155642.798000', '155642.800000', '155642.803000', '155642.806000', '155642.808000', '155642.811000', '155642.814000', '155642.816000', '155702.704000', '155702.707000', '155702.710000', '155702.712000', '155702.715000', '155702.718000', '155702.720000', '155702.723000', '155702.726000', '155702.728000', '155702.731000', '155702.734000', '155702.737000', '155702.739000', '155702.746000', '155702.749000', '155702.751000', '155702.754000', '155702.757000', '155702.759000', '155702.762000', '155702.765000', '155702.767000', '155702.770000', '155702.772000', '155702.775000', '155702.778000', '155702.780000', '155702.783000', '155702.786000', '155702.789000', '155702.791000', '155702.794000', '155702.796000', '155702.799000', '155702.802000', '155702.805000', '155702.809000', '155702.812000', '155702.814000', '155702.817000', '155702.820000', '155702.822000', '155702.825000', '155722.703000', '155722.706000', '155722.709000', '155722.712000', '155722.714000', '155722.717000', '155722.720000', '155722.722000', '155722.725000', '155722.728000', '155722.731000', '155722.733000', '155722.736000', '155722.739000', '155722.741000', '155722.744000', '155722.746000', '155722.749000', '155722.752000', '155722.754000', '155722.757000', '155722.760000', '155722.762000', '155722.765000', '155722.768000', '155722.770000', '155722.773000', '155722.775000', '155722.778000', '155722.781000', '155722.783000', '155722.786000', '155722.789000', '155722.791000', '155722.795000', '155722.798000', '155722.801000', '155722.842000', '155722.845000', '155722.848000', '155722.850000', '155722.854000', '155722.857000', '155742.704000', '155742.707000', '155742.709000', '155742.712000', '155742.715000', '155742.717000', '155742.720000', '155742.723000', '155742.725000', '155742.728000', '155742.730000', '155742.733000', '155742.736000', '155742.738000', '155742.741000', '155742.744000', '155742.746000', '155742.749000', '155742.752000', '155742.754000', '155742.757000', '155742.760000', '155742.762000', '155742.765000', '155742.767000', '155742.770000', '155742.773000', '155742.775000', '155742.778000', '155742.781000', '155742.783000', '155742.786000', '155742.788000', '155742.791000', '155742.794000', '155742.796000', '155742.799000', '155742.872000', '155742.874000', '155742.877000', '155742.879000', '155742.882000', '155742.885000', '155742.887000', '155802.703000', '155802.706000', '155802.708000', '155802.711000', '155802.714000', '155802.716000', '155802.719000', '155802.722000', '155802.724000', '155802.727000', '155802.730000', '155802.732000', '155802.735000', '155802.738000', '155802.740000', '155802.743000', '155802.746000', '155802.748000', '155802.751000', '155802.754000', '155802.756000', '155802.759000', '155802.762000', '155802.765000', '155802.768000', '155802.771000', '155802.774000', '155802.777000', '155802.779000', '155802.782000', '155802.785000', '155802.787000', '155802.790000', '155802.793000', '155802.795000', '155802.798000', '155802.850000', '155802.853000', '155802.856000', '155802.858000', '155802.861000', '155802.864000', '155802.866000', '155822.703000', '155822.706000', '155822.708000', '155822.711000', '155822.714000', '155822.717000', '155822.719000', '155822.722000', '155822.724000', '155822.727000', '155822.730000', '155822.732000', '155822.735000', '155822.738000', '155822.740000', '155822.743000', '155822.746000', '155822.748000', '155822.751000', '155822.754000', '155822.757000', '155822.759000', '155822.762000', '155822.764000', '155822.767000', '155822.770000', '155822.772000', '155822.775000', '155822.778000', '155822.780000', '155822.783000', '155822.785000', '155822.788000', '155822.791000', '155822.793000', '155822.796000', '155822.799000', '155822.858000', '155822.861000', '155822.864000', '155822.866000', '155822.869000', '155822.871000', '155822.874000', '155827.199000', '155827.202000', '155827.205000', '155827.208000', '155827.210000', '155827.213000', '155827.216000', '155827.218000', '155827.221000', '155827.224000'], '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': [12724, 10308, 9078, 8088, 10259, 9358, 7012, 8031, 9225, 8315, 6842, 9875, 8996, 7119, 11473, 9930, 7478, 10526, 9176, 9989, 10348, 7926, 11035, 9212, 6923, 9195, 8224, 9109, 9584, 7259, 9347, 8321, 8841, 10023, 7583, 10384, 8917, 7221, 9422, 7256, 11135, 8937, 8872, 9035, 6966, 9628, 7976, 10943, 8652, 7093, 9190, 8988, 10036, 7772, 11031, 8534, 6680, 9639, 8251, 9076, 9720, 7358, 10323, 8945, 10478, 7732, 11190, 9187, 11397, 8981, 11018, 8793, 10786, 9303, 6984, 9711, 6962, 9007, 8008, 9313, 8515, 6982, 8871, 10096, 8715, 10499, 9371, 7332, 9840, 6686, 9447, 6752, 10424, 7753, 10562, 8896, 8018, 8982, 6854, 11001, 8773, 7506, 8927, 7333, 11371, 9769, 8144, 10030, 8664, 10759, 9373, 8156, 12019, 9377, 9098, 9286, 7459, 11395, 9650, 8139, 9371, 8046, 9076, 9063, 7929, 9303, 8788, 7628, 9810, 8943, 10975, 10273, 7957, 11122, 9171, 12013, 9470, 11349, 10619, 7273, 11252, 8476, 7043, 8928, 8349, 8159, 9684, 7879, 10366, 8717, 7417, 10913, 9341, 10112, 9361, 7602, 9700, 8215, 12783, 9062, 7484, 9798, 7816, 10987, 8977, 7008, 10253, 8349, 7968, 8934, 8158, 11399, 8889, 9070, 9126, 8040, 12240, 9313, 8750, 9446, 7373, 10410, 9406, 8204, 10048, 8427, 10588, 8959, 12419, 9832, 7634, 10026, 8550, 9772, 8771, 9864, 10127, 8101, 10044, 8640, 8119, 10160, 8167, 11747, 8942, 7818, 9353, 7420, 12499, 9243, 7664, 9490, 7750, 9357, 8769, 7485, 9849, 8381, 10850, 8330, 9071, 10421, 7272, 10018, 8641, 10521, 8537, 9052, 10465, 7344, 10796, 8248, 10895, 8108, 8658, 9826, 7247, 10457, 7903, 10730, 8476, 10509, 10056, 7374, 9619, 8073, 10391, 9300, 8673, 10435, 8443, 11479, 9031, 8228, 12025, 9168, 7660, 9349, 7814, 11976, 9713, 7931, 10322, 9082, 8779, 10091, 9164, 9346, 9856, 8451, 11563, 9270, 7893, 11280, 8802, 7602, 9192, 7960, 11887, 9813, 7603, 10670, 8385, 7167, 9446, 8717, 7096, 9172, 8057, 10011, 9162, 12672, 9733, 7370, 10094, 8469, 8781, 9616, 8359, 8592, 8973, 7766, 10934, 9241, 7900, 10305, 9049, 7734, 12205, 9077, 8194, 12524, 9248, 8028, 12465, 9943, 8761, 10310, 8899, 9723, 9725, 9071, 7730, 9862, 8509, 7374, 10177, 9292, 8496, 7646, 10340, 8965, 8657, 7631, 11833, 8834, 8185, 12928, 9831, 9134, 10414, 10375, 9920, 9940, 12349, 9066, 8100, 9065, 9518, 8679, 7813, 9966, 8654, 7573, 10008, 9204, 8005, 12616, 9227, 7958, 11655, 9157, 7669, 9846, 9505, 8379, 9048, 9258, 8006, 9457, 9052, 7737, 9994, 9065, 7708, 11976, 8971, 7200, 10742, 8555, 7509, 9552, 8865, 8087, 10217, 9172, 8160, 8751, 9767, 8871, 8854, 10364, 9517, 8094, 11020, 9026, 7874, 12718, 9587, 8419, 10232, 9893, 8989, 9751, 10713, 9790, 8009, 10704, 8954, 7862, 10415, 9314, 8238, 10380, 9273, 9084, 10069, 8824, 13500, 9846, 7795, 11509, 8800, 7471, 10754, 9127, 7793, 9799, 8728, 10072, 9755, 7766, 12513, 9087, 8497, 9222, 7217, 10817, 9086, 7234, 9922, 8281, 7202, 9946, 8894, 7378, 9486, 8774, 11181, 9891, 7960, 11688, 8603, 7489, 7420, 9651, 7764, 6530, 9017, 7998, 10921, 8532, 7396, 11263, 9227, 8224, 13405, 10841, 14044, 9629, 11256, 9770, 12758, 9969, 8177, 10936, 9114, 8617, 9154, 7099, 11145, 8735, 7240, 9670, 8536, 6775, 9543, 8969, 8288, 9155, 7249, 9485, 8226, 11217, 9197, 7158, 9595, 8444, 9818, 8709, 7294, 9575, 8480, 7410, 8638, 7985, 10583, 9965, 8339, 8477, 9345, 7781, 13092, 9595, 7476, 9801, 8813, 8568, 9658, 8880, 8783, 9330, 7749, 11375, 9261, 8002, 11569, 8996, 7837, 9911, 9054, 8047, 8078, 9655, 8311, 8960, 9293, 8185, 10335, 9825, 8534, 7737, 9344, 8375, 8189, 9961, 8748, 7447, 9417, 8660, 9463, 10105, 8720, 7928, 9455, 8466, 12238, 10402, 9103, 7348, 9425, 8341, 7001, 7890, 9130, 7998, 6792, 10061, 9235, 7360, 10802, 9511, 7308, 10290, 9542, 12221, 10961, 8369, 9172, 9700, 8211, 10246, 10299, 8665, 7585, 9597, 8327, 9013, 10228, 8397, 7819, 9869, 8094, 8940, 9924, 8258, 11242, 9157, 7182, 9585, 8457, 7627, 10034, 8750, 6645, 9394, 8167, 8754, 9630, 8109, 11668, 9239, 7276, 9554, 8046, 12876, 9694, 7023, 10716, 8577, 7576, 10320, 9434, 8299, 7427, 9503, 8550, 9357, 10676, 8854, 9759, 9943, 7531, 11423, 9510, 11858, 9776, 7353, 10074, 8982, 8766, 10426, 8656, 7232, 9238, 8351, 7520, 10144, 8682, 8830, 10157, 7970, 12194, 9334, 7348, 9526, 7951, 9990, 9345, 7916, 10776, 8606, 7861, 10582, 8492, 9638, 9238, 6973, 9683, 8920, 8301, 10569, 8800, 7327, 9201, 8239, 10550, 10173, 8108, 11326, 8647, 7434, 10489, 9106, 7743, 9262, 7182, 10078, 9235, 7289, 10235, 8340, 7054, 8941, 7854, 10892, 9241, 6696, 9903, 8482, 7763, 10252, 9329, 7329, 9901, 8566, 7886, 10070, 8534, 7472, 10980, 8880, 7499, 9921, 8540, 12908, 10373, 8298, 10100, 8205, 12486, 9847, 8209, 11018, 9678, 7903, 10034, 8502, 7855, 6843, 9440, 7592, 7537, 7696, 10339, 9511, 11969, 9527, 12147, 9175, 12557, 9849, 8228, 11574, 9444, 13806, 10133, 9665, 11248, 9452, 8838, 9532, 7632, 11543, 8842, 8019, 9552, 7481, 10223, 8416, 7241, 9337, 7525, 7741, 8352, 6824, 10301, 8126, 6699, 9200, 7915, 6950, 8719, 7342, 7999, 8877, 7632, 6630, 8775, 7711, 8830, 9201, 7074, 11158, 8685, 8594, 10115, 7845, 12218, 9121, 7198, 9790, 8723, 7831, 11581, 9010, 7384, 9868, 8647, 9471, 10326, 8358, 12055, 9039, 7783, 10156, 8779, 9526, 9341, 7291, 11339, 8546, 7090, 9895, 8639, 6697, 9127, 8157, 8079, 9734, 8515, 7431, 9756, 8291, 9051, 10113, 8485, 7671, 9643, 8348, 8717, 9972, 8186, 8133, 9609, 8170, 9495, 9713, 8654, 10086, 9992, 8130, 12270, 9887, 7763, 12559, 9119, 7108, 9957, 8686, 7290, 10196, 8860, 7326, 9706, 8395, 12054, 9773, 7328, 10632, 8930, 9516, 9959, 7758, 12705, 8662, 7407, 9514, 8062, 9971, 9719, 7678, 8798, 9003, 7669, 12935, 9414, 7320, 11521, 9056, 7318, 11098, 9333, 7347, 9693, 8795, 11693, 10068, 7532, 11756, 8983, 7065, 9697, 8398, 7118, 9858, 8615, 12208, 8908, 9704, 10513, 7619, 11960, 8795, 7582, 9627, 7238, 11823, 9034, 7087, 9640, 8211, 7145, 9607], 'WindowCenter': [3986.0, 3950.0, 3938.0, 3916.0, 3937.0, 3939.0, 3922.0, 3929.0, 3940.0, 3928.0, 3908.0, 3936.0, 3925.0, 3903.0, 3947.0, 3936.0, 3904.0, 3934.0, 3925.0, 3924.0, 3933.0, 3902.0, 3932.0, 3922.0, 3890.0, 3910.0, 3911.0, 3922.0, 3922.0, 3903.0, 3923.0, 3912.0, 3922.0, 3933.0, 3902.0, 3931.0, 3923.0, 3890.0, 3923.0, 3892.0, 3932.0, 3911.0, 3922.0, 3912.0, 3892.0, 3922.0, 3914.0, 3934.0, 3924.0, 3892.0, 3924.0, 3922.0, 3936.0, 3902.0, 3946.0, 3936.0, 3894.0, 3934.0, 3926.0, 3935.0, 3935.0, 3904.0, 3945.0, 3925.0, 3933.0, 3901.0, 3932.0, 3921.0, 3935.0, 3911.0, 3930.0, 3910.0, 3919.0, 3912.0, 3880.0, 3919.0, 3890.0, 3923.0, 3912.0, 3924.0, 3924.0, 3903.0, 3936.0, 3934.0, 3923.0, 3934.0, 3924.0, 3902.0, 3934.0, 3895.0, 3923.0, 3891.0, 3934.0, 3904.0, 3933.0, 3926.0, 3913.0, 3926.0, 3893.0, 3949.0, 3925.0, 3915.0, 3924.0, 3904.0, 3945.0, 3936.0, 3914.0, 3934.0, 3923.0, 3932.0, 3922.0, 3915.0, 3944.0, 3924.0, 3922.0, 3924.0, 3903.0, 3943.0, 3923.0, 3901.0, 3920.0, 3912.0, 3925.0, 3924.0, 3916.0, 3936.0, 3924.0, 3915.0, 3934.0, 3924.0, 3945.0, 3935.0, 3914.0, 3944.0, 3923.0, 3942.0, 3922.0, 3931.0, 3921.0, 3891.0, 3930.0, 3910.0, 3892.0, 3924.0, 3913.0, 3913.0, 3934.0, 3914.0, 3936.0, 3924.0, 3903.0, 3945.0, 3924.0, 3934.0, 3923.0, 3903.0, 3922.0, 3912.0, 3944.0, 3922.0, 3901.0, 3920.0, 3903.0, 3932.0, 3923.0, 3903.0, 3934.0, 3925.0, 3916.0, 3925.0, 3914.0, 3944.0, 3923.0, 3925.0, 3923.0, 3901.0, 3944.0, 3923.0, 3911.0, 3922.0, 3903.0, 3934.0, 3922.0, 3914.0, 3935.0, 3912.0, 3931.0, 3913.0, 3942.0, 3923.0, 3902.0, 3920.0, 3911.0, 3921.0, 3911.0, 3923.0, 3919.0, 3902.0, 3922.0, 3913.0, 3902.0, 3934.0, 3912.0, 3942.0, 3911.0, 3900.0, 3912.0, 3892.0, 3945.0, 3921.0, 3900.0, 3919.0, 3902.0, 3912.0, 3911.0, 3903.0, 3932.0, 3912.0, 3934.0, 3912.0, 3911.0, 3933.0, 3893.0, 3922.0, 3912.0, 3931.0, 3914.0, 3912.0, 3932.0, 3901.0, 3934.0, 3913.0, 3935.0, 3913.0, 3925.0, 3936.0, 3905.0, 3947.0, 3926.0, 3947.0, 3928.0, 3945.0, 3935.0, 3906.0, 3934.0, 3914.0, 3936.0, 3924.0, 3924.0, 3933.0, 3914.0, 3944.0, 3923.0, 3913.0, 3945.0, 3924.0, 3905.0, 3923.0, 3915.0, 3944.0, 3934.0, 3915.0, 3934.0, 3924.0, 3914.0, 3932.0, 3923.0, 3921.0, 3920.0, 3913.0, 3931.0, 3922.0, 3901.0, 3932.0, 3911.0, 3900.0, 3921.0, 3900.0, 3931.0, 3921.0, 3902.0, 3934.0, 3912.0, 3894.0, 3935.0, 3924.0, 3905.0, 3923.0, 3913.0, 3932.0, 3923.0, 3944.0, 3922.0, 3904.0, 3935.0, 3915.0, 3912.0, 3925.0, 3913.0, 3923.0, 3922.0, 3905.0, 3946.0, 3937.0, 3928.0, 3947.0, 3937.0, 3915.0, 3956.0, 3925.0, 3925.0, 3945.0, 3922.0, 3904.0, 3944.0, 3923.0, 3911.0, 3919.0, 3910.0, 3909.0, 3910.0, 3910.0, 3888.0, 3919.0, 3909.0, 3891.0, 3932.0, 3924.0, 3912.0, 3902.0, 3934.0, 3924.0, 3913.0, 3902.0, 3942.0, 3911.0, 3914.0, 3943.0, 3920.0, 3910.0, 3933.0, 3924.0, 3921.0, 3933.0, 3945.0, 3922.0, 3903.0, 3925.0, 3923.0, 3911.0, 3903.0, 3935.0, 3911.0, 3902.0, 3922.0, 3921.0, 3901.0, 3941.0, 3911.0, 3901.0, 3930.0, 3911.0, 3899.0, 3922.0, 3919.0, 3899.0, 3910.0, 3923.0, 3903.0, 3922.0, 3924.0, 3901.0, 3923.0, 3922.0, 3902.0, 3945.0, 3922.0, 3904.0, 3934.0, 3915.0, 3906.0, 3936.0, 3926.0, 3916.0, 3934.0, 3927.0, 3927.0, 3924.0, 3937.0, 3929.0, 3926.0, 3937.0, 3934.0, 3914.0, 3947.0, 3925.0, 3914.0, 3958.0, 3934.0, 3913.0, 3934.0, 3933.0, 3923.0, 3924.0, 3936.0, 3935.0, 3915.0, 3934.0, 3923.0, 3915.0, 3936.0, 3923.0, 3913.0, 3935.0, 3923.0, 3911.0, 3921.0, 3913.0, 3944.0, 3921.0, 3901.0, 3944.0, 3911.0, 3903.0, 3935.0, 3922.0, 3904.0, 3933.0, 3912.0, 3924.0, 3922.0, 3903.0, 3945.0, 3913.0, 3913.0, 3921.0, 3893.0, 3934.0, 3922.0, 3904.0, 3935.0, 3913.0, 3906.0, 3937.0, 3925.0, 3907.0, 3936.0, 3926.0, 3947.0, 3937.0, 3927.0, 3957.0, 3928.0, 3919.0, 3917.0, 3950.0, 3928.0, 3909.0, 3938.0, 3918.0, 3937.0, 3924.0, 3917.0, 3957.0, 3937.0, 3925.0, 3958.0, 3932.0, 3931.0, 3896.0, 3904.0, 3882.0, 3901.0, 3893.0, 3871.0, 3892.0, 3881.0, 3873.0, 3883.0, 3863.0, 3906.0, 3886.0, 3876.0, 3907.0, 3896.0, 3867.0, 3910.0, 3912.0, 3900.0, 3908.0, 3887.0, 3909.0, 3900.0, 3920.0, 3908.0, 3880.0, 3921.0, 3901.0, 3921.0, 3911.0, 3892.0, 3924.0, 3914.0, 3901.0, 3914.0, 3915.0, 3933.0, 3922.0, 3914.0, 3913.0, 3912.0, 3904.0, 3943.0, 3924.0, 3902.0, 3934.0, 3923.0, 3912.0, 3923.0, 3937.0, 3927.0, 3923.0, 3902.0, 3934.0, 3922.0, 3913.0, 3945.0, 3912.0, 3902.0, 3922.0, 3923.0, 3915.0, 3914.0, 3925.0, 3913.0, 3922.0, 3922.0, 3915.0, 3934.0, 3934.0, 3926.0, 3913.0, 3926.0, 3914.0, 3927.0, 3935.0, 3927.0, 3906.0, 3935.0, 3927.0, 3936.0, 3936.0, 3924.0, 3913.0, 3926.0, 3913.0, 3947.0, 3933.0, 3923.0, 3906.0, 3938.0, 3925.0, 3917.0, 3925.0, 3936.0, 3927.0, 3907.0, 3947.0, 3937.0, 3904.0, 3945.0, 3933.0, 3904.0, 3934.0, 3923.0, 3945.0, 3931.0, 3900.0, 3909.0, 3909.0, 3901.0, 3920.0, 3920.0, 3910.0, 3902.0, 3921.0, 3910.0, 3913.0, 3934.0, 3911.0, 3903.0, 3922.0, 3901.0, 3912.0, 3921.0, 3913.0, 3932.0, 3921.0, 3892.0, 3921.0, 3911.0, 3903.0, 3934.0, 3912.0, 3894.0, 3936.0, 3926.0, 3924.0, 3935.0, 3915.0, 3948.0, 3924.0, 3903.0, 3923.0, 3913.0, 3947.0, 3923.0, 3894.0, 3934.0, 3912.0, 3916.0, 3937.0, 3937.0, 3927.0, 3915.0, 3937.0, 3927.0, 3936.0, 3947.0, 3925.0, 3935.0, 3934.0, 3902.0, 3944.0, 3922.0, 3932.0, 3923.0, 3889.0, 3922.0, 3912.0, 3912.0, 3930.0, 3910.0, 3889.0, 3923.0, 3912.0, 3904.0, 3935.0, 3913.0, 3922.0, 3923.0, 3900.0, 3943.0, 3912.0, 3891.0, 3920.0, 3900.0, 3921.0, 3921.0, 3911.0, 3933.0, 3912.0, 3913.0, 3932.0, 3914.0, 3924.0, 3924.0, 3892.0, 3921.0, 3922.0, 3912.0, 3933.0, 3922.0, 3903.0, 3922.0, 3913.0, 3936.0, 3932.0, 3912.0, 3934.0, 3911.0, 3904.0, 3935.0, 3922.0, 3901.0, 3922.0, 3893.0, 3934.0, 3925.0, 3902.0, 3936.0, 3913.0, 3902.0, 3923.0, 3915.0, 3947.0, 3925.0, 3894.0, 3935.0, 3926.0, 3915.0, 3936.0, 3936.0, 3906.0, 3935.0, 3925.0, 3914.0, 3938.0, 3927.0, 3918.0, 3971.0, 3949.0, 3919.0, 3947.0, 3928.0, 3958.0, 3936.0, 3913.0, 3933.0, 3911.0, 3946.0, 3923.0, 3915.0, 3933.0, 3922.0, 3914.0, 3934.0, 3913.0, 3900.0, 3881.0, 3924.0, 3903.0, 3903.0, 3903.0, 3921.0, 3920.0, 3933.0, 3910.0, 3931.0, 3909.0, 3929.0, 3908.0, 3897.0, 3920.0, 3896.0, 3916.0, 3892.0, 3883.0, 3891.0, 3879.0, 3868.0, 3878.0, 3858.0, 3891.0, 3868.0, 3859.0, 3880.0, 3849.0, 3880.0, 3870.0, 3860.0, 3882.0, 3872.0, 3873.0, 3884.0, 3865.0, 3905.0, 3887.0, 3867.0, 3909.0, 3900.0, 3879.0, 3910.0, 3889.0, 3900.0, 3923.0, 3904.0, 3894.0, 3925.0, 3915.0, 3927.0, 3938.0, 3907.0, 3948.0, 3926.0, 3925.0, 3935.0, 3915.0, 3957.0, 3924.0, 3905.0, 3933.0, 3923.0, 3905.0, 3944.0, 3923.0, 3904.0, 3933.0, 3913.0, 3922.0, 3922.0, 3912.0, 3942.0, 3913.0, 3902.0, 3923.0, 3913.0, 3923.0, 3910.0, 3890.0, 3933.0, 3913.0, 3892.0, 3946.0, 3923.0, 3893.0, 3925.0, 3913.0, 3914.0, 3934.0, 3924.0, 3915.0, 3937.0, 3924.0, 3924.0, 3935.0, 3927.0, 3914.0, 3936.0, 3913.0, 3924.0, 3937.0, 3924.0, 3916.0, 3937.0, 3925.0, 3937.0, 3935.0, 3927.0, 3935.0, 3935.0, 3914.0, 3944.0, 3934.0, 3903.0, 3946.0, 3923.0, 3892.0, 3935.0, 3923.0, 3905.0, 3936.0, 3924.0, 3905.0, 3934.0, 3913.0, 3946.0, 3933.0, 3902.0, 3935.0, 3923.0, 3922.0, 3922.0, 3903.0, 3945.0, 3914.0, 3903.0, 3922.0, 3914.0, 3936.0, 3934.0, 3916.0, 3926.0, 3925.0, 3903.0, 3957.0, 3923.0, 3902.0, 3943.0, 3924.0, 3902.0, 3944.0, 3923.0, 3904.0, 3922.0, 3912.0, 3931.0, 3922.0, 3901.0, 3931.0, 3910.0, 3892.0, 3923.0, 3913.0, 3893.0, 3935.0, 3912.0, 3942.0, 3913.0, 3921.0, 3921.0, 3900.0, 3931.0, 3912.0, 3899.0, 3911.0, 3890.0, 3933.0, 3910.0, 3889.0, 3922.0, 3913.0, 3892.0, 3924.0], 'WindowWidth': [8887.0, 8824.0, 8802.0, 8769.0, 8800.0, 8806.0, 8788.0, 8792.0, 8806.0, 8788.0, 8763.0, 8797.0, 8780.0, 8749.0, 8814.0, 8798.0, 8752.0, 8792.0, 8778.0, 8774.0, 8787.0, 8743.0, 8783.0, 8767.0, 8724.0, 8750.0, 8754.0, 8770.0, 8769.0, 8746.0, 8773.0, 8758.0, 8771.0, 8787.0, 8742.0, 8782.0, 8771.0, 8725.0, 8772.0, 8728.0, 8785.0, 8754.0, 8770.0, 8755.0, 8731.0, 8771.0, 8763.0, 8790.0, 8776.0, 8733.0, 8776.0, 8771.0, 8792.0, 8743.0, 8811.0, 8799.0, 8739.0, 8793.0, 8784.0, 8795.0, 8795.0, 8752.0, 8809.0, 8781.0, 8789.0, 8743.0, 8785.0, 8768.0, 8790.0, 8755.0, 8778.0, 8749.0, 8763.0, 8755.0, 8710.0, 8762.0, 8725.0, 8771.0, 8758.0, 8777.0, 8779.0, 8750.0, 8796.0, 8791.0, 8775.0, 8790.0, 8777.0, 8746.0, 8790.0, 8738.0, 8774.0, 8730.0, 8791.0, 8751.0, 8789.0, 8781.0, 8761.0, 8782.0, 8737.0, 8818.0, 8781.0, 8768.0, 8781.0, 8751.0, 8809.0, 8796.0, 8763.0, 8791.0, 8775.0, 8785.0, 8771.0, 8765.0, 8805.0, 8778.0, 8772.0, 8775.0, 8745.0, 8801.0, 8773.0, 8742.0, 8766.0, 8758.0, 8778.0, 8777.0, 8769.0, 8797.0, 8780.0, 8766.0, 8791.0, 8779.0, 8808.0, 8795.0, 8763.0, 8805.0, 8774.0, 8798.0, 8769.0, 8781.0, 8766.0, 8727.0, 8778.0, 8751.0, 8729.0, 8774.0, 8762.0, 8762.0, 8789.0, 8764.0, 8794.0, 8776.0, 8748.0, 8808.0, 8778.0, 8789.0, 8775.0, 8746.0, 8772.0, 8757.0, 8804.0, 8771.0, 8742.0, 8766.0, 8747.0, 8786.0, 8776.0, 8749.0, 8790.0, 8780.0, 8767.0, 8781.0, 8766.0, 8806.0, 8775.0, 8777.0, 8774.0, 8740.0, 8804.0, 8772.0, 8756.0, 8769.0, 8745.0, 8787.0, 8772.0, 8763.0, 8791.0, 8759.0, 8782.0, 8759.0, 8799.0, 8774.0, 8742.0, 8764.0, 8754.0, 8768.0, 8755.0, 8770.0, 8763.0, 8742.0, 8768.0, 8757.0, 8741.0, 8789.0, 8756.0, 8796.0, 8755.0, 8737.0, 8756.0, 8728.0, 8804.0, 8767.0, 8737.0, 8762.0, 8742.0, 8755.0, 8755.0, 8746.0, 8784.0, 8758.0, 8787.0, 8756.0, 8754.0, 8786.0, 8732.0, 8771.0, 8758.0, 8780.0, 8761.0, 8756.0, 8783.0, 8741.0, 8789.0, 8761.0, 8790.0, 8759.0, 8777.0, 8794.0, 8754.0, 8811.0, 8784.0, 8812.0, 8786.0, 8807.0, 8794.0, 8754.0, 8790.0, 8762.0, 8793.0, 8777.0, 8777.0, 8787.0, 8762.0, 8802.0, 8775.0, 8760.0, 8807.0, 8775.0, 8750.0, 8773.0, 8766.0, 8805.0, 8791.0, 8765.0, 8790.0, 8775.0, 8760.0, 8785.0, 8772.0, 8768.0, 8765.0, 8757.0, 8781.0, 8769.0, 8741.0, 8784.0, 8754.0, 8738.0, 8766.0, 8738.0, 8780.0, 8766.0, 8743.0, 8787.0, 8757.0, 8735.0, 8792.0, 8777.0, 8752.0, 8774.0, 8762.0, 8785.0, 8773.0, 8802.0, 8771.0, 8748.0, 8789.0, 8763.0, 8757.0, 8779.0, 8760.0, 8774.0, 8771.0, 8751.0, 8807.0, 8800.0, 8791.0, 8813.0, 8799.0, 8769.0, 8824.0, 8781.0, 8779.0, 8806.0, 8771.0, 8746.0, 8805.0, 8773.0, 8751.0, 8761.0, 8748.0, 8747.0, 8749.0, 8749.0, 8719.0, 8761.0, 8748.0, 8726.0, 8783.0, 8775.0, 8758.0, 8743.0, 8788.0, 8775.0, 8759.0, 8745.0, 8799.0, 8755.0, 8760.0, 8800.0, 8766.0, 8752.0, 8786.0, 8773.0, 8766.0, 8787.0, 8804.0, 8770.0, 8745.0, 8779.0, 8773.0, 8753.0, 8747.0, 8791.0, 8755.0, 8742.0, 8770.0, 8767.0, 8740.0, 8795.0, 8752.0, 8739.0, 8776.0, 8752.0, 8734.0, 8766.0, 8761.0, 8735.0, 8749.0, 8770.0, 8745.0, 8769.0, 8774.0, 8742.0, 8773.0, 8770.0, 8742.0, 8804.0, 8770.0, 8748.0, 8789.0, 8764.0, 8755.0, 8794.0, 8781.0, 8768.0, 8790.0, 8783.0, 8785.0, 8778.0, 8795.0, 8788.0, 8781.0, 8796.0, 8790.0, 8763.0, 8808.0, 8778.0, 8762.0, 8827.0, 8790.0, 8761.0, 8789.0, 8787.0, 8772.0, 8774.0, 8793.0, 8790.0, 8763.0, 8790.0, 8773.0, 8763.0, 8794.0, 8774.0, 8761.0, 8793.0, 8772.0, 8752.0, 8767.0, 8759.0, 8802.0, 8765.0, 8742.0, 8801.0, 8755.0, 8745.0, 8791.0, 8770.0, 8748.0, 8787.0, 8757.0, 8774.0, 8770.0, 8746.0, 8803.0, 8757.0, 8758.0, 8766.0, 8730.0, 8788.0, 8769.0, 8749.0, 8791.0, 8762.0, 8755.0, 8799.0, 8782.0, 8759.0, 8796.0, 8782.0, 8811.0, 8798.0, 8786.0, 8828.0, 8788.0, 8778.0, 8775.0, 8822.0, 8791.0, 8766.0, 8802.0, 8771.0, 8795.0, 8777.0, 8773.0, 8828.0, 8801.0, 8781.0, 8832.0, 8785.0, 8782.0, 8723.0, 8729.0, 8695.0, 8720.0, 8712.0, 8679.0, 8709.0, 8694.0, 8683.0, 8697.0, 8671.0, 8733.0, 8706.0, 8695.0, 8738.0, 8723.0, 8687.0, 8749.0, 8753.0, 8735.0, 8744.0, 8715.0, 8745.0, 8733.0, 8762.0, 8744.0, 8709.0, 8765.0, 8739.0, 8765.0, 8753.0, 8728.0, 8773.0, 8761.0, 8741.0, 8760.0, 8763.0, 8786.0, 8771.0, 8761.0, 8758.0, 8754.0, 8746.0, 8801.0, 8774.0, 8745.0, 8787.0, 8773.0, 8757.0, 8774.0, 8801.0, 8785.0, 8772.0, 8743.0, 8786.0, 8771.0, 8758.0, 8803.0, 8755.0, 8742.0, 8770.0, 8771.0, 8764.0, 8762.0, 8777.0, 8761.0, 8771.0, 8770.0, 8764.0, 8789.0, 8789.0, 8780.0, 8761.0, 8780.0, 8765.0, 8783.0, 8795.0, 8783.0, 8756.0, 8792.0, 8784.0, 8795.0, 8794.0, 8777.0, 8761.0, 8779.0, 8760.0, 8808.0, 8786.0, 8772.0, 8754.0, 8803.0, 8781.0, 8776.0, 8784.0, 8799.0, 8789.0, 8761.0, 8815.0, 8803.0, 8752.0, 8807.0, 8789.0, 8748.0, 8789.0, 8774.0, 8804.0, 8780.0, 8737.0, 8746.0, 8746.0, 8739.0, 8765.0, 8765.0, 8752.0, 8743.0, 8766.0, 8752.0, 8757.0, 8787.0, 8754.0, 8744.0, 8769.0, 8740.0, 8755.0, 8766.0, 8758.0, 8783.0, 8768.0, 8729.0, 8766.0, 8752.0, 8744.0, 8789.0, 8758.0, 8738.0, 8793.0, 8781.0, 8776.0, 8795.0, 8768.0, 8814.0, 8777.0, 8747.0, 8774.0, 8760.0, 8810.0, 8771.0, 8734.0, 8788.0, 8758.0, 8766.0, 8797.0, 8797.0, 8785.0, 8768.0, 8799.0, 8784.0, 8794.0, 8813.0, 8781.0, 8792.0, 8789.0, 8744.0, 8804.0, 8772.0, 8783.0, 8769.0, 8722.0, 8768.0, 8755.0, 8754.0, 8777.0, 8752.0, 8723.0, 8771.0, 8757.0, 8748.0, 8792.0, 8760.0, 8769.0, 8772.0, 8737.0, 8800.0, 8756.0, 8726.0, 8762.0, 8737.0, 8767.0, 8766.0, 8756.0, 8786.0, 8756.0, 8759.0, 8785.0, 8761.0, 8774.0, 8772.0, 8731.0, 8768.0, 8771.0, 8757.0, 8785.0, 8771.0, 8745.0, 8769.0, 8759.0, 8793.0, 8785.0, 8756.0, 8787.0, 8755.0, 8746.0, 8791.0, 8771.0, 8743.0, 8769.0, 8733.0, 8789.0, 8779.0, 8746.0, 8793.0, 8761.0, 8746.0, 8774.0, 8766.0, 8812.0, 8779.0, 8739.0, 8794.0, 8781.0, 8766.0, 8797.0, 8795.0, 8755.0, 8792.0, 8779.0, 8763.0, 8800.0, 8786.0, 8777.0, 8855.0, 8822.0, 8781.0, 8815.0, 8787.0, 8830.0, 8798.0, 8761.0, 8786.0, 8755.0, 8806.0, 8775.0, 8764.0, 8786.0, 8770.0, 8764.0, 8790.0, 8758.0, 8737.0, 8713.0, 8772.0, 8743.0, 8746.0, 8744.0, 8769.0, 8764.0, 8787.0, 8749.0, 8780.0, 8745.0, 8773.0, 8746.0, 8729.0, 8762.0, 8723.0, 8751.0, 8711.0, 8696.0, 8707.0, 8687.0, 8671.0, 8685.0, 8659.0, 8707.0, 8673.0, 8660.0, 8687.0, 8646.0, 8689.0, 8677.0, 8663.0, 8695.0, 8684.0, 8687.0, 8703.0, 8679.0, 8733.0, 8711.0, 8686.0, 8744.0, 8735.0, 8706.0, 8749.0, 8722.0, 8738.0, 8772.0, 8748.0, 8737.0, 8779.0, 8767.0, 8784.0, 8800.0, 8759.0, 8814.0, 8784.0, 8780.0, 8794.0, 8766.0, 8825.0, 8775.0, 8753.0, 8788.0, 8774.0, 8751.0, 8803.0, 8772.0, 8748.0, 8785.0, 8758.0, 8771.0, 8770.0, 8755.0, 8796.0, 8756.0, 8740.0, 8771.0, 8756.0, 8769.0, 8750.0, 8724.0, 8784.0, 8758.0, 8732.0, 8812.0, 8774.0, 8735.0, 8779.0, 8762.0, 8764.0, 8789.0, 8779.0, 8769.0, 8800.0, 8778.0, 8777.0, 8794.0, 8785.0, 8763.0, 8795.0, 8762.0, 8776.0, 8797.0, 8778.0, 8769.0, 8798.0, 8779.0, 8795.0, 8792.0, 8783.0, 8793.0, 8792.0, 8764.0, 8804.0, 8789.0, 8746.0, 8809.0, 8773.0, 8731.0, 8791.0, 8775.0, 8751.0, 8795.0, 8776.0, 8752.0, 8789.0, 8762.0, 8807.0, 8786.0, 8745.0, 8790.0, 8772.0, 8769.0, 8769.0, 8746.0, 8805.0, 8760.0, 8745.0, 8770.0, 8763.0, 8793.0, 8789.0, 8767.0, 8780.0, 8778.0, 8747.0, 8825.0, 8774.0, 8745.0, 8801.0, 8775.0, 8744.0, 8803.0, 8773.0, 8748.0, 8771.0, 8755.0, 8781.0, 8769.0, 8739.0, 8781.0, 8751.0, 8728.0, 8771.0, 8760.0, 8733.0, 8789.0, 8759.0, 8797.0, 8758.0, 8765.0, 8767.0, 8737.0, 8779.0, 8755.0, 8734.0, 8752.0, 8722.0, 8784.0, 8750.0, 8723.0, 8769.0, 8758.0, 8730.0, 8774.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.0006386951754385965</td></tr>
<tr><td colspan=3>aqi</td><td>0.021409826535087717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.152148467596035</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1969181705598246</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012269702963783</td></tr>
<tr><td colspan=3>efc</td><td>0.4575</td></tr>
<tr><td colspan=3>fber</td><td>7497.6011</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09103327750137812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6184210526315788</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5839668254151094</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.604662846990908</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7851821154142655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.362055513840154</td></tr>
<tr><td colspan=3>gcor</td><td>0.0155189</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005975472740828991</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02654239535331726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.848989908003591</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>24.8473</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8841</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.3551</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302431.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>581.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.0294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.3285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.4766</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4083.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.7395</td></tr>
<tr><td colspan=3>tsnr</td><td>39.40776850329712</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>