<?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-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0128_suffix-bold_task-alignvideo" 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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_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-0128/ses-02/func/sub-0128_ses-02_task-alignvideo_acq-mb8_run-01_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>33d69dceeb660bd0144f1ea615ab292b</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>18:07:39.147500</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.99935, -0.00892469, 0.0349279, 0.00418602, 0.991045, 0.13346]</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-01_task-alignvideo_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.085057</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7818, -7219, 427, -199, 70, 194, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fefc494e-976e-473d-9cfd-86c2f5b38f46||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.681182861328125, 0.011230777949094772, 0.09667690843343735, 107.25578308105469], [0.023944290354847908, 2.658902406692505, 0.35971248149871826, -121.2751235961914], [0.09370911121368408, -0.35806289315223694, 2.6741840839385986, -58.13999557495117], [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, 839]</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], 'AcquisitionTime': ['180739.147500', '180739.607500', '180740.067500', '180740.527500', '180740.987500', '180741.447500', '180741.907500', '180742.367500', '180742.827500', '180743.287500', '180743.747500', '180744.207500', '180744.667500', '180745.127500', '180745.587500', '180746.047500', '180746.507500', '180746.967500', '180747.427500', '180747.887500', '180748.347500', '180748.807500', '180749.267500', '180749.727500', '180750.187500', '180750.647500', '180751.107500', '180751.567500', '180752.027500', '180752.487500', '180752.947500', '180753.407500', '180753.867500', '180754.327500', '180754.787500', '180755.247500', '180755.707500', '180756.167500', '180756.627500', '180757.087500', '180757.547500', '180758.007500', '180758.467500', '180758.927500', '180759.387500', '180759.847500', '180800.307500', '180800.767500', '180801.227500', '180801.687500', '180802.147500', '180802.607500', '180803.067500', '180803.527500', '180803.987500', '180804.447500', '180804.907500', '180805.367500', '180805.827500', '180806.287500', '180806.747500', '180807.207500', '180807.667500', '180808.127500', '180808.587500', '180809.047500', '180809.507500', '180809.967500', '180810.427500', '180810.887500', '180811.347500', '180811.807500', '180812.267500', '180812.727500', '180813.187500', '180813.647500', '180814.107500', '180814.567500', '180815.027500', '180815.487500', '180815.947500', '180816.407500', '180816.867500', '180817.327500', '180817.787500', '180818.247500', '180818.707500', '180819.167500', '180819.627500', '180820.087500', '180820.547500', '180821.007500', '180821.467500', '180821.927500', '180822.387500', '180822.847500', '180823.307500', '180823.767500', '180824.227500', '180824.687500', '180825.147500', '180825.607500', '180826.067500', '180826.527500', '180826.987500', '180827.447500', '180827.907500', '180828.367500', '180828.827500', '180829.287500', '180829.747500', '180830.207500', '180830.667500', '180831.127500', '180831.587500', '180832.047500', '180832.507500', '180832.967500', '180833.427500', '180833.887500', '180834.347500', '180834.807500', '180835.267500', '180835.727500', '180836.187500', '180836.647500', '180837.107500', '180837.567500', '180838.027500', '180838.487500', '180838.947500', '180839.407500', '180839.867500', '180840.327500', '180840.787500', '180841.247500', '180841.707500', '180842.167500', '180842.627500', '180843.087500', '180843.547500', '180844.007500', '180844.467500', '180844.927500', '180845.387500', '180845.847500', '180846.307500', '180846.767500', '180847.227500', '180847.687500', '180848.147500', '180848.607500', '180849.067500', '180849.527500', '180849.987500', '180850.447500', '180850.907500', '180851.367500', '180851.827500', '180852.287500', '180852.747500', '180853.207500', '180853.667500', '180854.127500', '180854.587500', '180855.047500', '180855.507500', '180855.967500', '180856.427500', '180856.887500', '180857.347500', '180857.807500', '180858.267500', '180858.727500', '180859.187500', '180859.647500', '180900.107500', '180900.567500', '180901.027500', '180901.487500', '180901.947500', '180902.407500', '180902.867500', '180903.327500', '180903.787500', '180904.247500', '180904.707500', '180905.167500', '180905.627500', '180906.087500', '180906.547500', '180907.007500', '180907.467500', '180907.927500', '180908.387500', '180908.847500', '180909.307500', '180909.767500', '180910.227500', '180910.687500', '180911.147500', '180911.607500', '180912.067500', '180912.527500', '180912.987500', '180913.447500', '180913.907500', '180914.367500', '180914.827500', '180915.287500', '180915.747500', '180916.207500', '180916.667500', '180917.127500', '180917.587500', '180918.047500', '180918.507500', '180918.967500', '180919.427500', '180919.887500', '180920.347500', '180920.807500', '180921.267500', '180921.727500', '180922.187500', '180922.647500', '180923.107500', '180923.567500', '180924.027500', '180924.487500', '180924.947500', '180925.407500', '180925.867500', '180926.327500', '180926.787500', '180927.247500', '180927.707500', '180928.167500', '180928.627500', '180929.087500', '180929.547500', '180930.007500', '180930.467500', '180930.927500', '180931.387500', '180931.847500', '180932.307500', '180932.767500', '180933.227500', '180933.687500', '180934.147500', '180934.607500', '180935.067500', '180935.527500', '180935.987500', '180936.447500', '180936.907500', '180937.367500', '180937.827500', '180938.287500', '180938.747500', '180939.207500', '180939.667500', '180940.127500', '180940.587500', '180941.047500', '180941.507500', '180941.967500', '180942.427500', '180942.887500', '180943.347500', '180943.807500', '180944.267500', '180944.727500', '180945.187500', '180945.647500', '180946.107500', '180946.567500', '180947.027500', '180947.487500', '180947.947500', '180948.407500', '180948.867500', '180949.327500', '180949.787500', '180950.247500', '180950.707500', '180951.167500', '180951.627500', '180952.087500', '180952.547500', '180953.007500', '180953.467500', '180953.927500', '180954.387500', '180954.847500', '180955.307500', '180955.767500', '180956.227500', '180956.687500', '180957.147500', '180957.607500', '180958.067500', '180958.527500', '180958.987500', '180959.447500', '180959.907500', '181000.367500', '181000.827500', '181001.287500', '181001.747500', '181002.207500', '181002.667500', '181003.127500', '181003.587500', '181004.047500', '181004.507500', '181004.967500', '181005.427500', '181005.887500', '181006.347500', '181006.807500', '181007.267500', '181007.727500', '181008.187500', '181008.647500', '181009.107500', '181009.567500', '181010.027500', '181010.487500', '181010.947500', '181011.407500', '181011.867500', '181012.327500', '181012.787500', '181013.247500', '181013.707500', '181014.167500', '181014.627500', '181015.087500', '181015.547500', '181016.007500', '181016.467500', '181016.927500', '181017.387500', '181017.847500', '181018.307500', '181018.767500', '181019.227500', '181019.687500', '181020.147500', '181020.607500', '181021.067500', '181021.527500', '181021.987500', '181022.447500', '181022.907500', '181023.367500', '181023.827500', '181024.287500', '181024.747500', '181025.207500', '181025.667500', '181026.127500', '181026.587500', '181027.047500', '181027.507500', '181027.967500', '181028.427500', '181028.887500', '181029.347500', '181029.807500', '181030.267500', '181030.727500', '181031.187500', '181031.647500', '181032.107500', '181032.567500', '181033.027500', '181033.487500', '181033.947500', '181034.407500', '181034.867500', '181035.327500', '181035.787500', '181036.247500', '181036.707500', '181037.167500', '181037.627500', '181038.087500', '181038.547500', '181039.007500', '181039.467500', '181039.927500', '181040.387500', '181040.847500', '181041.307500', '181041.767500', '181042.227500', '181042.687500', '181043.147500', '181043.607500', '181044.067500', '181044.527500', '181044.987500', '181045.447500', '181045.907500', '181046.367500', '181046.827500', '181047.287500', '181047.747500', '181048.207500', '181048.667500', '181049.127500', '181049.587500', '181050.047500', '181050.507500', '181050.967500', '181051.427500', '181051.887500', '181052.347500', '181052.807500', '181053.267500', '181053.727500', '181054.187500', '181054.647500', '181055.107500', '181055.567500', '181056.027500', '181056.487500', '181056.947500', '181057.407500', '181057.867500', '181058.327500', '181058.787500', '181059.247500', '181059.707500', '181100.167500', '181100.627500', '181101.087500', '181101.547500', '181102.007500', '181102.467500', '181102.927500', '181103.387500', '181103.847500', '181104.307500', '181104.767500', '181105.227500', '181105.687500', '181106.147500', '181106.607500', '181107.067500', '181107.527500', '181107.987500', '181108.447500', '181108.907500', '181109.367500', '181109.827500', '181110.287500', '181110.747500', '181111.207500', '181111.667500', '181112.127500', '181112.587500', '181113.047500', '181113.507500', '181113.967500', '181114.427500', '181114.887500', '181115.347500', '181115.807500', '181116.267500', '181116.727500', '181117.187500', '181117.647500', '181118.107500', '181118.567500', '181119.027500', '181119.487500', '181119.947500', '181120.407500', '181120.867500', '181121.327500', '181121.787500', '181122.247500', '181122.707500', '181123.167500', '181123.627500', '181124.087500', '181124.547500', '181125.007500', '181125.467500', '181125.927500', '181126.387500', '181126.847500', '181127.307500', '181127.767500', '181128.227500', '181128.687500', '181129.147500', '181129.607500', '181130.067500', '181130.527500', '181130.987500', '181131.447500', '181131.907500', '181132.367500', '181132.827500', '181133.287500', '181133.747500', '181134.207500', '181134.667500', '181135.127500', '181135.587500', '181136.047500', '181136.507500', '181136.967500', '181137.427500', '181137.887500', '181138.347500', '181138.807500', '181139.267500', '181139.727500', '181140.187500', '181140.647500', '181141.107500', '181141.567500', '181142.027500', '181142.487500', '181142.947500', '181143.407500', '181143.867500', '181144.327500', '181144.787500', '181145.247500', '181145.707500', '181146.167500', '181146.627500', '181147.087500', '181147.547500', '181148.007500', '181148.467500', '181148.927500', '181149.387500', '181149.847500', '181150.307500', '181150.767500', '181151.227500', '181151.687500', '181152.147500', '181152.607500', '181153.067500', '181153.527500', '181153.987500', '181154.447500', '181154.907500', '181155.367500', '181155.827500', '181156.287500', '181156.747500', '181157.207500', '181157.667500', '181158.127500', '181158.587500', '181159.047500', '181159.507500', '181159.967500', '181200.427500', '181200.887500', '181201.347500', '181201.807500', '181202.267500', '181202.727500', '181203.187500', '181203.647500', '181204.107500', '181204.567500', '181205.027500', '181205.487500', '181205.947500', '181206.407500', '181206.867500', '181207.327500', '181207.787500', '181208.247500', '181208.707500', '181209.167500', '181209.627500', '181210.087500', '181210.547500', '181211.007500', '181211.467500', '181211.927500', '181212.387500', '181212.847500', '181213.307500', '181213.767500', '181214.227500', '181214.687500', '181215.147500', '181215.607500', '181216.067500', '181216.527500', '181216.987500', '181217.447500', '181217.907500', '181218.367500', '181218.827500', '181219.287500', '181219.747500', '181220.207500', '181220.667500', '181221.127500', '181221.587500', '181222.047500', '181222.507500', '181222.967500', '181223.427500', '181223.887500', '181224.347500', '181224.807500', '181225.267500', '181225.727500', '181226.187500', '181226.647500', '181227.107500', '181227.567500', '181228.027500', '181228.487500', '181228.947500', '181229.407500', '181229.867500', '181230.327500', '181230.787500', '181231.247500', '181231.707500', '181232.167500', '181232.627500', '181233.087500', '181233.547500', '181234.007500', '181234.467500', '181234.927500', '181235.387500', '181235.847500', '181236.307500', '181236.767500', '181237.227500', '181237.687500', '181238.147500', '181238.607500', '181239.067500', '181239.527500', '181239.987500', '181240.447500', '181240.907500', '181241.367500', '181241.827500', '181242.287500', '181242.747500', '181243.207500', '181243.667500', '181244.127500', '181244.587500', '181245.047500', '181245.507500', '181245.967500', '181246.427500', '181246.887500', '181247.347500', '181247.807500', '181248.267500', '181248.727500', '181249.187500', '181249.647500', '181250.107500', '181250.567500', '181251.027500', '181251.487500', '181251.947500', '181252.407500', '181252.867500', '181253.327500', '181253.787500', '181254.247500', '181254.707500', '181255.167500', '181255.627500', '181256.087500', '181256.547500', '181257.007500', '181257.467500', '181257.927500', '181258.387500', '181258.847500', '181259.307500', '181259.767500', '181300.227500', '181300.687500', '181301.147500', '181301.607500', '181302.067500', '181302.527500', '181302.987500', '181303.447500', '181303.907500', '181304.367500', '181304.827500', '181305.287500', '181305.747500', '181306.207500', '181306.667500', '181307.127500', '181307.587500', '181308.047500', '181308.507500', '181308.967500', '181309.427500', '181309.887500', '181310.347500', '181310.807500', '181311.267500', '181311.727500', '181312.187500', '181312.647500', '181313.107500', '181313.567500', '181314.027500', '181314.487500', '181314.947500', '181315.407500', '181315.867500', '181316.327500', '181316.787500', '181317.247500', '181317.707500', '181318.167500', '181318.627500', '181319.087500', '181319.547500', '181320.007500', '181320.467500', '181320.927500', '181321.387500', '181321.847500', '181322.307500', '181322.767500', '181323.227500', '181323.687500', '181324.147500', '181324.607500', '181325.067500', '181325.527500', '181325.987500', '181326.447500', '181326.907500', '181327.367500', '181327.827500', '181328.287500', '181328.747500', '181329.207500', '181329.667500', '181330.127500', '181330.587500', '181331.047500', '181331.507500', '181331.967500', '181332.427500', '181332.887500', '181333.347500', '181333.807500', '181334.267500', '181334.727500', '181335.187500', '181335.647500', '181336.107500', '181336.567500', '181337.027500', '181337.487500', '181337.947500', '181338.407500', '181338.867500', '181339.327500', '181339.787500', '181340.247500', '181340.707500', '181341.167500', '181341.627500', '181342.087500', '181342.547500', '181343.007500', '181343.467500', '181343.927500', '181344.387500', '181344.847500', '181345.307500', '181345.767500', '181346.227500', '181346.687500', '181347.147500', '181347.607500', '181348.067500', '181348.527500', '181348.987500', '181349.447500', '181349.907500', '181350.367500', '181350.827500', '181351.287500', '181351.747500', '181352.207500', '181352.667500', '181353.127500', '181353.587500', '181354.047500', '181354.507500', '181354.967500', '181355.427500', '181355.887500', '181356.347500', '181356.807500', '181357.267500', '181357.727500', '181358.187500', '181358.647500', '181359.107500', '181359.567500', '181400.027500', '181400.487500', '181400.947500', '181401.407500', '181401.867500', '181402.327500', '181402.787500', '181403.247500', '181403.707500', '181404.167500', '181404.627500'], 'ContentTime': ['180805.687000', '180805.690000', '180805.692000', '180805.695000', '180805.698000', '180805.701000', '180805.703000', '180805.706000', '180805.709000', '180805.711000', '180805.714000', '180805.716000', '180805.719000', '180805.721000', '180805.724000', '180805.727000', '180805.729000', '180805.732000', '180805.734000', '180805.737000', '180805.739000', '180805.742000', '180805.745000', '180805.747000', '180805.750000', '180805.752000', '180805.755000', '180805.757000', '180805.760000', '180805.763000', '180805.765000', '180805.778000', '180805.781000', '180805.783000', '180805.786000', '180805.788000', '180805.791000', '180805.793000', '180805.796000', '180805.799000', '180805.801000', '180805.804000', '180805.807000', '180805.809000', '180805.812000', '180805.814000', '180805.817000', '180805.819000', '180805.822000', '180805.824000', '180805.827000', '180805.830000', '180805.832000', '180805.835000', '180805.838000', '180805.840000', '180825.659000', '180825.661000', '180825.664000', '180825.666000', '180825.669000', '180825.672000', '180825.674000', '180825.677000', '180825.680000', '180825.683000', '180825.686000', '180825.688000', '180825.693000', '180825.696000', '180825.699000', '180825.701000', '180825.704000', '180825.706000', '180825.709000', '180825.712000', '180825.714000', '180825.717000', '180825.720000', '180825.724000', '180825.726000', '180825.729000', '180825.732000', '180825.734000', '180825.737000', '180825.739000', '180825.742000', '180825.744000', '180825.747000', '180825.750000', '180825.752000', '180825.755000', '180825.757000', '180825.760000', '180825.762000', '180825.765000', '180825.767000', '180825.770000', '180825.773000', '180845.659000', '180845.661000', '180845.664000', '180845.667000', '180845.669000', '180845.672000', '180845.674000', '180845.677000', '180845.679000', '180845.682000', '180845.685000', '180845.687000', '180845.690000', '180845.693000', '180845.695000', '180845.698000', '180845.700000', '180845.703000', '180845.706000', '180845.708000', '180845.711000', '180845.713000', '180845.716000', '180845.718000', '180845.721000', '180845.723000', '180845.726000', '180845.740000', '180845.743000', '180845.745000', '180845.748000', '180845.750000', '180845.753000', '180845.755000', '180845.758000', '180845.770000', '180845.773000', '180845.775000', '180845.778000', '180845.780000', '180845.783000', '180845.786000', '180845.788000', '180845.791000', '180905.658000', '180905.661000', '180905.664000', '180905.666000', '180905.669000', '180905.671000', '180905.674000', '180905.677000', '180905.680000', '180905.683000', '180905.686000', '180905.697000', '180905.699000', '180905.702000', '180905.705000', '180905.707000', '180905.710000', '180905.712000', '180905.715000', '180905.717000', '180905.720000', '180905.723000', '180905.725000', '180905.728000', '180905.730000', '180905.733000', '180905.736000', '180905.738000', '180905.741000', '180905.743000', '180905.746000', '180905.748000', '180905.751000', '180905.754000', '180905.756000', '180905.759000', '180905.761000', '180905.764000', '180905.767000', '180905.769000', '180905.772000', '180905.775000', '180905.777000', '180925.658000', '180925.661000', '180925.664000', '180925.666000', '180925.669000', '180925.672000', '180925.674000', '180925.677000', '180925.679000', '180925.682000', '180925.684000', '180925.687000', '180925.690000', '180925.692000', '180925.695000', '180925.697000', '180925.700000', '180925.702000', '180925.705000', '180925.708000', '180925.710000', '180925.713000', '180925.715000', '180925.722000', '180925.724000', '180925.727000', '180925.730000', '180925.732000', '180925.735000', '180925.737000', '180925.740000', '180925.743000', '180925.745000', '180925.748000', '180925.751000', '180925.753000', '180925.756000', '180925.758000', '180925.761000', '180925.763000', '180925.766000', '180925.769000', '180925.771000', '180925.774000', '180945.658000', '180945.661000', '180945.664000', '180945.666000', '180945.669000', '180945.671000', '180945.674000', '180945.677000', '180945.679000', '180945.682000', '180945.685000', '180945.687000', '180945.690000', '180945.692000', '180945.695000', '180945.698000', '180945.708000', '180945.711000', '180945.713000', '180945.716000', '180945.719000', '180945.722000', '180945.724000', '180945.727000', '180945.730000', '180945.732000', '180945.735000', '180945.737000', '180945.740000', '180945.743000', '180945.745000', '180945.748000', '180945.750000', '180945.753000', '180945.755000', '180945.758000', '180945.762000', '180945.765000', '180945.768000', '180945.770000', '180945.773000', '180945.775000', '180945.778000', '181005.658000', '181005.660000', '181005.663000', '181005.666000', '181005.668000', '181005.671000', '181005.673000', '181005.676000', '181005.679000', '181005.681000', '181005.684000', '181005.686000', '181005.689000', '181005.692000', '181005.694000', '181005.697000', '181005.699000', '181005.702000', '181005.704000', '181005.707000', '181005.710000', '181005.712000', '181005.715000', '181005.717000', '181005.720000', '181005.723000', '181005.725000', '181005.728000', '181005.731000', '181005.733000', '181005.736000', '181005.739000', '181005.741000', '181005.744000', '181005.746000', '181005.749000', '181005.752000', '181005.754000', '181005.757000', '181005.760000', '181005.762000', '181005.765000', '181005.767000', '181005.770000', '181025.658000', '181025.660000', '181025.663000', '181025.666000', '181025.668000', '181025.671000', '181025.673000', '181025.676000', '181025.679000', '181025.681000', '181025.684000', '181025.687000', '181025.689000', '181025.692000', '181025.694000', '181025.697000', '181025.707000', '181025.709000', '181025.712000', '181025.723000', '181025.725000', '181025.728000', '181025.740000', '181025.742000', '181025.745000', '181025.748000', '181025.750000', '181025.753000', '181025.755000', '181025.758000', '181025.761000', '181025.763000', '181025.766000', '181025.768000', '181025.771000', '181025.773000', '181025.776000', '181025.779000', '181025.781000', '181025.784000', '181025.786000', '181025.789000', '181025.791000', '181045.659000', '181045.661000', '181045.664000', '181045.667000', '181045.669000', '181045.672000', '181045.674000', '181045.677000', '181045.680000', '181045.682000', '181045.685000', '181045.687000', '181045.690000', '181045.693000', '181045.695000', '181045.698000', '181045.700000', '181045.703000', '181045.705000', '181045.708000', '181045.711000', '181045.713000', '181045.716000', '181045.718000', '181045.721000', '181045.724000', '181045.726000', '181045.729000', '181045.731000', '181045.734000', '181045.736000', '181045.739000', '181045.742000', '181045.744000', '181045.747000', '181045.750000', '181045.752000', '181045.755000', '181045.757000', '181045.760000', '181045.762000', '181045.765000', '181045.768000', '181045.770000', '181105.658000', '181105.661000', '181105.664000', '181105.666000', '181105.669000', '181105.672000', '181105.675000', '181105.677000', '181105.680000', '181105.682000', '181105.685000', '181105.688000', '181105.690000', '181105.693000', '181105.695000', '181105.698000', '181105.701000', '181105.703000', '181105.706000', '181105.709000', '181105.711000', '181105.714000', '181105.716000', '181105.719000', '181105.722000', '181105.724000', '181105.727000', '181105.730000', '181105.732000', '181105.735000', '181105.737000', '181105.740000', '181105.743000', '181105.745000', '181105.748000', '181105.751000', '181105.753000', '181105.756000', '181105.759000', '181105.761000', '181105.764000', '181105.766000', '181105.769000', '181125.658000', '181125.661000', '181125.664000', '181125.666000', '181125.669000', '181125.672000', '181125.674000', '181125.677000', '181125.680000', '181125.682000', '181125.685000', '181125.688000', '181125.690000', '181125.693000', '181125.695000', '181125.698000', '181125.700000', '181125.703000', '181125.706000', '181125.708000', '181125.711000', '181125.714000', '181125.716000', '181125.719000', '181125.721000', '181125.724000', '181125.726000', '181125.729000', '181125.732000', '181125.734000', '181125.737000', '181125.739000', '181125.742000', '181125.744000', '181125.747000', '181125.750000', '181125.752000', '181125.755000', '181125.757000', '181125.760000', '181125.763000', '181125.765000', '181125.768000', '181125.771000', '181145.659000', '181145.661000', '181145.664000', '181145.667000', '181145.669000', '181145.672000', '181145.674000', '181145.677000', '181145.680000', '181145.682000', '181145.685000', '181145.687000', '181145.690000', '181145.692000', '181145.695000', '181145.698000', '181145.700000', '181145.703000', '181145.705000', '181145.708000', '181145.711000', '181145.713000', '181145.716000', '181145.718000', '181145.721000', '181145.724000', '181145.726000', '181145.729000', '181145.732000', '181145.734000', '181145.737000', '181145.739000', '181145.742000', '181145.745000', '181145.747000', '181145.750000', '181145.752000', '181145.755000', '181145.758000', '181145.760000', '181145.763000', '181145.765000', '181145.768000', '181205.658000', '181205.661000', '181205.664000', '181205.666000', '181205.669000', '181205.672000', '181205.674000', '181205.677000', '181205.679000', '181205.682000', '181205.685000', '181205.687000', '181205.690000', '181205.692000', '181205.695000', '181205.698000', '181205.700000', '181205.703000', '181205.705000', '181205.708000', '181205.711000', '181205.713000', '181205.716000', '181205.718000', '181205.721000', '181205.724000', '181205.726000', '181205.729000', '181205.732000', '181205.734000', '181205.737000', '181205.739000', '181205.742000', '181205.744000', '181205.747000', '181205.750000', '181205.752000', '181205.755000', '181205.757000', '181205.760000', '181205.762000', '181205.765000', '181205.768000', '181205.770000', '181225.658000', '181225.660000', '181225.663000', '181225.666000', '181225.668000', '181225.671000', '181225.673000', '181225.676000', '181225.679000', '181225.681000', '181225.684000', '181225.686000', '181225.689000', '181225.692000', '181225.694000', '181225.697000', '181225.700000', '181225.702000', '181225.705000', '181225.707000', '181225.710000', '181225.713000', '181225.715000', '181225.718000', '181225.720000', '181225.723000', '181225.725000', '181225.728000', '181225.731000', '181225.733000', '181225.736000', '181225.738000', '181225.741000', '181225.744000', '181225.746000', '181225.749000', '181225.751000', '181225.754000', '181225.757000', '181225.759000', '181225.762000', '181225.764000', '181225.767000', '181245.658000', '181245.660000', '181245.663000', '181245.666000', '181245.668000', '181245.671000', '181245.673000', '181245.676000', '181245.679000', '181245.681000', '181245.684000', '181245.686000', '181245.689000', '181245.691000', '181245.694000', '181245.697000', '181245.699000', '181245.702000', '181245.705000', '181245.707000', '181245.710000', '181245.712000', '181245.715000', '181245.717000', '181245.720000', '181245.722000', '181245.725000', '181245.728000', '181245.730000', '181245.733000', '181245.735000', '181245.738000', '181245.741000', '181245.743000', '181245.746000', '181245.748000', '181245.751000', '181245.754000', '181245.756000', '181245.759000', '181245.761000', '181245.764000', '181245.767000', '181245.769000', '181305.659000', '181305.661000', '181305.664000', '181305.667000', '181305.669000', '181305.672000', '181305.675000', '181305.677000', '181305.680000', '181305.682000', '181305.685000', '181305.688000', '181305.690000', '181305.693000', '181305.695000', '181305.698000', '181305.701000', '181305.703000', '181305.706000', '181305.709000', '181305.711000', '181305.714000', '181305.716000', '181305.719000', '181305.722000', '181305.724000', '181305.727000', '181305.729000', '181305.732000', '181305.735000', '181305.737000', '181305.740000', '181305.742000', '181305.745000', '181305.748000', '181305.750000', '181305.753000', '181305.755000', '181305.758000', '181305.761000', '181305.763000', '181305.766000', '181305.768000', '181325.658000', '181325.661000', '181325.664000', '181325.666000', '181325.669000', '181325.672000', '181325.674000', '181325.677000', '181325.679000', '181325.682000', '181325.684000', '181325.687000', '181325.690000', '181325.692000', '181325.696000', '181325.708000', '181325.710000', '181325.713000', '181325.715000', '181325.718000', '181325.721000', '181325.723000', '181325.726000', '181325.728000', '181325.731000', '181325.733000', '181325.736000', '181325.739000', '181325.741000', '181325.744000', '181325.746000', '181325.749000', '181325.751000', '181325.754000', '181325.757000', '181325.759000', '181325.762000', '181325.764000', '181325.767000', '181325.769000', '181325.772000', '181325.774000', '181325.777000', '181325.780000', '181345.659000', '181345.661000', '181345.664000', '181345.667000', '181345.669000', '181345.672000', '181345.675000', '181345.677000', '181345.680000', '181345.682000', '181345.685000', '181345.688000', '181345.690000', '181345.693000', '181345.696000', '181345.698000', '181345.701000', '181345.704000', '181345.706000', '181345.709000', '181345.711000', '181345.714000', '181345.717000', '181345.719000', '181345.722000', '181345.725000', '181345.727000', '181345.730000', '181345.732000', '181345.735000', '181345.738000', '181345.740000', '181345.743000', '181345.746000', '181345.748000', '181345.751000', '181345.754000', '181345.756000', '181345.759000', '181345.762000', '181345.764000', '181345.767000', '181345.769000', '181405.641000', '181405.644000', '181405.647000', '181405.650000', '181405.653000', '181405.656000', '181405.659000', '181405.661000', '181405.664000', '181405.667000', '181405.670000', '181405.673000', '181405.677000', '181405.680000', '181405.682000', '181405.685000', '181405.688000', '181405.691000', '181405.694000', '181405.696000', '181405.699000', '181405.702000', '181405.710000', '181405.712000', '181405.715000', '181405.718000', '181405.721000', '181405.724000', '181405.727000', '181405.730000', '181405.734000', '181405.738000', '181405.741000', '181405.745000', '181405.749000', '181405.752000', '181405.755000', '181405.758000', '181405.766000', '181405.770000', '181405.773000', '181405.776000', '181405.781000', '181405.785000'], 'InstanceCreationTime': ['180805.687000', '180805.690000', '180805.692000', '180805.695000', '180805.698000', '180805.701000', '180805.703000', '180805.706000', '180805.709000', '180805.711000', '180805.714000', '180805.716000', '180805.719000', '180805.721000', '180805.724000', '180805.727000', '180805.729000', '180805.732000', '180805.734000', '180805.737000', '180805.739000', '180805.742000', '180805.745000', '180805.747000', '180805.750000', '180805.752000', '180805.755000', '180805.757000', '180805.760000', '180805.763000', '180805.765000', '180805.778000', '180805.781000', '180805.783000', '180805.786000', '180805.788000', '180805.791000', '180805.793000', '180805.796000', '180805.799000', '180805.801000', '180805.804000', '180805.807000', '180805.809000', '180805.812000', '180805.814000', '180805.817000', '180805.819000', '180805.822000', '180805.824000', '180805.827000', '180805.830000', '180805.832000', '180805.835000', '180805.838000', '180805.840000', '180825.659000', '180825.661000', '180825.664000', '180825.666000', '180825.669000', '180825.672000', '180825.674000', '180825.677000', '180825.680000', '180825.683000', '180825.686000', '180825.688000', '180825.693000', '180825.696000', '180825.699000', '180825.701000', '180825.704000', '180825.706000', '180825.709000', '180825.712000', '180825.714000', '180825.717000', '180825.720000', '180825.724000', '180825.726000', '180825.729000', '180825.732000', '180825.734000', '180825.737000', '180825.739000', '180825.742000', '180825.744000', '180825.747000', '180825.750000', '180825.752000', '180825.755000', '180825.757000', '180825.760000', '180825.762000', '180825.765000', '180825.767000', '180825.770000', '180825.773000', '180845.659000', '180845.661000', '180845.664000', '180845.667000', '180845.669000', '180845.672000', '180845.674000', '180845.677000', '180845.679000', '180845.682000', '180845.685000', '180845.687000', '180845.690000', '180845.693000', '180845.695000', '180845.698000', '180845.700000', '180845.703000', '180845.706000', '180845.708000', '180845.711000', '180845.713000', '180845.716000', '180845.718000', '180845.721000', '180845.723000', '180845.726000', '180845.740000', '180845.743000', '180845.745000', '180845.748000', '180845.750000', '180845.753000', '180845.755000', '180845.758000', '180845.770000', '180845.773000', '180845.775000', '180845.778000', '180845.780000', '180845.783000', '180845.786000', '180845.788000', '180845.791000', '180905.658000', '180905.661000', '180905.664000', '180905.666000', '180905.669000', '180905.671000', '180905.674000', '180905.677000', '180905.680000', '180905.683000', '180905.686000', '180905.697000', '180905.699000', '180905.702000', '180905.705000', '180905.707000', '180905.710000', '180905.712000', '180905.715000', '180905.717000', '180905.720000', '180905.723000', '180905.725000', '180905.728000', '180905.730000', '180905.733000', '180905.736000', '180905.738000', '180905.741000', '180905.743000', '180905.746000', '180905.748000', '180905.751000', '180905.754000', '180905.756000', '180905.759000', '180905.761000', '180905.764000', '180905.767000', '180905.769000', '180905.772000', '180905.775000', '180905.777000', '180925.658000', '180925.661000', '180925.664000', '180925.666000', '180925.669000', '180925.672000', '180925.674000', '180925.677000', '180925.679000', '180925.682000', '180925.684000', '180925.687000', '180925.690000', '180925.692000', '180925.695000', '180925.697000', '180925.700000', '180925.702000', '180925.705000', '180925.708000', '180925.710000', '180925.713000', '180925.715000', '180925.722000', '180925.724000', '180925.727000', '180925.730000', '180925.732000', '180925.735000', '180925.737000', '180925.740000', '180925.743000', '180925.745000', '180925.748000', '180925.751000', '180925.753000', '180925.756000', '180925.758000', '180925.761000', '180925.763000', '180925.766000', '180925.769000', '180925.771000', '180925.774000', '180945.658000', '180945.661000', '180945.664000', '180945.666000', '180945.669000', '180945.671000', '180945.674000', '180945.677000', '180945.679000', '180945.682000', '180945.685000', '180945.687000', '180945.690000', '180945.692000', '180945.695000', '180945.698000', '180945.708000', '180945.711000', '180945.713000', '180945.716000', '180945.719000', '180945.722000', '180945.724000', '180945.727000', '180945.730000', '180945.732000', '180945.735000', '180945.737000', '180945.740000', '180945.743000', '180945.745000', '180945.748000', '180945.750000', '180945.753000', '180945.755000', '180945.758000', '180945.762000', '180945.765000', '180945.768000', '180945.770000', '180945.773000', '180945.775000', '180945.778000', '181005.658000', '181005.660000', '181005.663000', '181005.666000', '181005.668000', '181005.671000', '181005.673000', '181005.676000', '181005.679000', '181005.681000', '181005.684000', '181005.686000', '181005.689000', '181005.692000', '181005.694000', '181005.697000', '181005.699000', '181005.702000', '181005.704000', '181005.707000', '181005.710000', '181005.712000', '181005.715000', '181005.717000', '181005.720000', '181005.723000', '181005.725000', '181005.728000', '181005.731000', '181005.733000', '181005.736000', '181005.739000', '181005.741000', '181005.744000', '181005.746000', '181005.749000', '181005.752000', '181005.754000', '181005.757000', '181005.760000', '181005.762000', '181005.765000', '181005.767000', '181005.770000', '181025.658000', '181025.660000', '181025.663000', '181025.666000', '181025.668000', '181025.671000', '181025.673000', '181025.676000', '181025.679000', '181025.681000', '181025.684000', '181025.687000', '181025.689000', '181025.692000', '181025.694000', '181025.697000', '181025.707000', '181025.709000', '181025.712000', '181025.723000', '181025.725000', '181025.728000', '181025.740000', '181025.742000', '181025.745000', '181025.748000', '181025.750000', '181025.753000', '181025.755000', '181025.758000', '181025.761000', '181025.763000', '181025.766000', '181025.768000', '181025.771000', '181025.773000', '181025.776000', '181025.779000', '181025.781000', '181025.784000', '181025.786000', '181025.789000', '181025.791000', '181045.659000', '181045.661000', '181045.664000', '181045.667000', '181045.669000', '181045.672000', '181045.674000', '181045.677000', '181045.680000', '181045.682000', '181045.685000', '181045.687000', '181045.690000', '181045.693000', '181045.695000', '181045.698000', '181045.700000', '181045.703000', '181045.705000', '181045.708000', '181045.711000', '181045.713000', '181045.716000', '181045.718000', '181045.721000', '181045.724000', '181045.726000', '181045.729000', '181045.731000', '181045.734000', '181045.736000', '181045.739000', '181045.742000', '181045.744000', '181045.747000', '181045.750000', '181045.752000', '181045.755000', '181045.757000', '181045.760000', '181045.762000', '181045.765000', '181045.768000', '181045.770000', '181105.658000', '181105.661000', '181105.664000', '181105.666000', '181105.669000', '181105.672000', '181105.675000', '181105.677000', '181105.680000', '181105.682000', '181105.685000', '181105.688000', '181105.690000', '181105.693000', '181105.695000', '181105.698000', '181105.701000', '181105.703000', '181105.706000', '181105.709000', '181105.711000', '181105.714000', '181105.716000', '181105.719000', '181105.722000', '181105.724000', '181105.727000', '181105.730000', '181105.732000', '181105.735000', '181105.737000', '181105.740000', '181105.743000', '181105.745000', '181105.748000', '181105.751000', '181105.753000', '181105.756000', '181105.759000', '181105.761000', '181105.764000', '181105.766000', '181105.769000', '181125.658000', '181125.661000', '181125.664000', '181125.666000', '181125.669000', '181125.672000', '181125.674000', '181125.677000', '181125.680000', '181125.682000', '181125.685000', '181125.688000', '181125.690000', '181125.693000', '181125.695000', '181125.698000', '181125.700000', '181125.703000', '181125.706000', '181125.708000', '181125.711000', '181125.714000', '181125.716000', '181125.719000', '181125.721000', '181125.724000', '181125.726000', '181125.729000', '181125.732000', '181125.734000', '181125.737000', '181125.739000', '181125.742000', '181125.744000', '181125.747000', '181125.750000', '181125.752000', '181125.755000', '181125.757000', '181125.760000', '181125.763000', '181125.765000', '181125.768000', '181125.771000', '181145.659000', '181145.661000', '181145.664000', '181145.667000', '181145.669000', '181145.672000', '181145.674000', '181145.677000', '181145.680000', '181145.682000', '181145.685000', '181145.687000', '181145.690000', '181145.692000', '181145.695000', '181145.698000', '181145.700000', '181145.703000', '181145.705000', '181145.708000', '181145.711000', '181145.713000', '181145.716000', '181145.718000', '181145.721000', '181145.724000', '181145.726000', '181145.729000', '181145.732000', '181145.734000', '181145.737000', '181145.739000', '181145.742000', '181145.745000', '181145.747000', '181145.750000', '181145.752000', '181145.755000', '181145.758000', '181145.760000', '181145.763000', '181145.765000', '181145.768000', '181205.658000', '181205.661000', '181205.664000', '181205.666000', '181205.669000', '181205.672000', '181205.674000', '181205.677000', '181205.679000', '181205.682000', '181205.685000', '181205.687000', '181205.690000', '181205.692000', '181205.695000', '181205.698000', '181205.700000', '181205.703000', '181205.705000', '181205.708000', '181205.711000', '181205.713000', '181205.716000', '181205.718000', '181205.721000', '181205.724000', '181205.726000', '181205.729000', '181205.732000', '181205.734000', '181205.737000', '181205.739000', '181205.742000', '181205.744000', '181205.747000', '181205.750000', '181205.752000', '181205.755000', '181205.757000', '181205.760000', '181205.762000', '181205.765000', '181205.768000', '181205.770000', '181225.658000', '181225.660000', '181225.663000', '181225.666000', '181225.668000', '181225.671000', '181225.673000', '181225.676000', '181225.679000', '181225.681000', '181225.684000', '181225.686000', '181225.689000', '181225.692000', '181225.694000', '181225.697000', '181225.700000', '181225.702000', '181225.705000', '181225.707000', '181225.710000', '181225.713000', '181225.715000', '181225.718000', '181225.720000', '181225.723000', '181225.725000', '181225.728000', '181225.731000', '181225.733000', '181225.736000', '181225.738000', '181225.741000', '181225.744000', '181225.746000', '181225.749000', '181225.751000', '181225.754000', '181225.757000', '181225.759000', '181225.762000', '181225.764000', '181225.767000', '181245.658000', '181245.660000', '181245.663000', '181245.666000', '181245.668000', '181245.671000', '181245.673000', '181245.676000', '181245.679000', '181245.681000', '181245.684000', '181245.686000', '181245.689000', '181245.691000', '181245.694000', '181245.697000', '181245.699000', '181245.702000', '181245.705000', '181245.707000', '181245.710000', '181245.712000', '181245.715000', '181245.717000', '181245.720000', '181245.722000', '181245.725000', '181245.728000', '181245.730000', '181245.733000', '181245.735000', '181245.738000', '181245.741000', '181245.743000', '181245.746000', '181245.748000', '181245.751000', '181245.754000', '181245.756000', '181245.759000', '181245.761000', '181245.764000', '181245.767000', '181245.769000', '181305.659000', '181305.661000', '181305.664000', '181305.667000', '181305.669000', '181305.672000', '181305.675000', '181305.677000', '181305.680000', '181305.682000', '181305.685000', '181305.688000', '181305.690000', '181305.693000', '181305.695000', '181305.698000', '181305.701000', '181305.703000', '181305.706000', '181305.709000', '181305.711000', '181305.714000', '181305.716000', '181305.719000', '181305.722000', '181305.724000', '181305.727000', '181305.729000', '181305.732000', '181305.735000', '181305.737000', '181305.740000', '181305.742000', '181305.745000', '181305.748000', '181305.750000', '181305.753000', '181305.755000', '181305.758000', '181305.761000', '181305.763000', '181305.766000', '181305.768000', '181325.658000', '181325.661000', '181325.664000', '181325.666000', '181325.669000', '181325.672000', '181325.674000', '181325.677000', '181325.679000', '181325.682000', '181325.684000', '181325.687000', '181325.690000', '181325.692000', '181325.696000', '181325.708000', '181325.710000', '181325.713000', '181325.715000', '181325.718000', '181325.721000', '181325.723000', '181325.726000', '181325.728000', '181325.731000', '181325.733000', '181325.736000', '181325.739000', '181325.741000', '181325.744000', '181325.746000', '181325.749000', '181325.751000', '181325.754000', '181325.757000', '181325.759000', '181325.762000', '181325.764000', '181325.767000', '181325.769000', '181325.772000', '181325.774000', '181325.777000', '181325.780000', '181345.659000', '181345.661000', '181345.664000', '181345.667000', '181345.669000', '181345.672000', '181345.675000', '181345.677000', '181345.680000', '181345.682000', '181345.685000', '181345.688000', '181345.690000', '181345.693000', '181345.696000', '181345.698000', '181345.701000', '181345.704000', '181345.706000', '181345.709000', '181345.711000', '181345.714000', '181345.717000', '181345.719000', '181345.722000', '181345.725000', '181345.727000', '181345.730000', '181345.732000', '181345.735000', '181345.738000', '181345.740000', '181345.743000', '181345.746000', '181345.748000', '181345.751000', '181345.754000', '181345.756000', '181345.759000', '181345.762000', '181345.764000', '181345.767000', '181345.769000', '181405.641000', '181405.644000', '181405.647000', '181405.650000', '181405.653000', '181405.656000', '181405.659000', '181405.661000', '181405.664000', '181405.667000', '181405.670000', '181405.673000', '181405.677000', '181405.680000', '181405.682000', '181405.685000', '181405.688000', '181405.691000', '181405.694000', '181405.696000', '181405.699000', '181405.702000', '181405.710000', '181405.712000', '181405.715000', '181405.718000', '181405.721000', '181405.724000', '181405.727000', '181405.730000', '181405.734000', '181405.738000', '181405.741000', '181405.745000', '181405.749000', '181405.752000', '181405.755000', '181405.758000', '181405.766000', '181405.770000', '181405.773000', '181405.776000', '181405.781000', '181405.785000'], '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], 'LargestImagePixelValue': [8953, 10097, 8744, 9585, 8956, 8546, 8549, 8584, 8674, 8078, 8665, 8948, 8211, 8744, 9855, 8593, 8944, 8036, 8396, 7402, 8573, 9357, 8310, 8426, 7747, 8609, 10817, 8427, 8968, 8248, 8193, 7796, 8740, 10724, 8371, 8222, 8069, 8659, 11474, 8597, 8697, 7987, 8389, 11281, 8684, 8610, 8260, 8081, 8180, 8626, 9681, 8422, 8122, 7937, 8663, 10907, 8616, 9089, 8326, 8224, 8766, 8515, 10869, 8482, 8508, 8356, 8086, 8285, 8353, 9745, 8377, 8209, 8296, 8018, 8432, 8251, 9084, 8646, 11858, 8627, 8965, 8093, 7957, 7886, 8763, 11521, 8579, 9988, 8441, 8149, 8142, 8028, 10900, 8750, 10104, 8617, 8701, 8691, 9044, 8464, 7938, 9161, 8431, 10664, 8334, 8027, 8085, 8710, 11113, 8338, 9249, 8248, 7807, 7857, 8574, 9593, 8500, 8658, 8450, 7652, 8107, 7952, 8201, 8548, 10608, 8315, 8651, 8332, 7917, 8509, 7994, 8292, 8188, 8631, 8574, 11412, 8586, 8165, 8185, 8026, 9643, 8628, 11705, 8734, 8111, 8172, 8165, 8009, 8871, 8605, 8717, 8141, 8692, 8900, 8387, 8495, 8233, 8224, 8116, 8504, 9422, 8528, 8320, 8012, 8115, 8008, 8804, 7868, 8748, 10540, 8396, 8813, 8171, 7917, 8114, 8428, 8372, 8721, 10439, 8563, 8199, 8188, 8594, 9511, 8782, 8963, 8420, 8093, 8055, 8886, 11286, 8662, 8554, 8465, 7942, 8020, 8675, 10634, 8449, 8300, 8380, 8605, 10294, 8860, 8731, 8365, 8092, 8334, 8258, 8206, 8503, 8034, 8722, 11157, 8378, 9528, 7877, 8227, 8139, 8920, 10436, 8442, 8245, 10770, 8477, 9721, 8345, 7932, 8020, 8631, 11697, 8627, 8529, 8194, 8496, 9298, 8564, 9231, 8438, 8426, 9585, 8626, 8973, 8407, 8011, 8446, 8766, 9755, 8438, 9363, 8805, 8066, 9368, 8683, 10360, 8620, 8529, 8382, 8686, 11272, 8706, 8345, 8032, 8616, 10827, 8574, 8427, 8368, 8699, 10894, 8383, 8931, 8128, 8602, 10479, 8364, 8499, 8557, 8264, 9082, 8779, 10290, 8675, 8588, 10464, 8695, 10408, 8518, 8378, 8316, 8530, 11185, 8463, 8336, 8513, 8105, 8358, 8655, 10461, 8539, 8201, 8282, 9300, 8502, 8913, 9137, 8675, 10164, 8362, 8531, 8870, 8685, 11504, 8578, 9932, 8882, 8147, 8785, 8615, 10982, 8803, 11039, 8563, 8033, 10101, 8380, 8238, 8740, 8376, 8849, 11200, 8633, 9069, 8253, 8151, 8211, 8868, 9600, 8779, 9183, 8562, 8071, 8186, 8216, 8132, 8672, 9675, 8930, 9040, 8485, 8192, 8801, 8750, 8699, 8310, 8717, 9921, 8661, 8389, 10506, 8784, 10827, 8884, 7823, 8339, 8512, 9031, 8571, 9621, 8569, 7993, 8888, 7735, 8433, 8550, 10377, 8692, 8510, 8090, 8564, 8165, 8516, 8190, 8591, 8579, 8584, 9293, 8639, 8580, 8638, 9311, 8534, 8404, 8075, 8212, 10315, 8704, 10186, 8629, 10592, 8622, 9505, 8776, 7970, 8402, 8070, 8436, 8676, 11221, 8798, 10342, 8733, 9553, 8858, 8673, 8565, 8602, 8627, 8144, 8452, 8022, 8500, 8043, 9183, 8838, 11400, 8548, 8871, 8645, 8145, 8351, 8608, 9200, 8584, 8454, 8772, 8373, 8827, 8191, 8701, 10904, 8443, 8349, 8635, 8179, 8190, 8867, 11247, 8564, 9778, 8430, 8242, 8213, 8764, 11364, 8805, 10297, 8689, 8007, 8750, 8088, 8205, 8823, 11155, 8578, 9238, 8688, 8219, 8129, 8892, 10721, 8620, 8293, 8268, 8505, 9187, 8583, 9332, 8504, 8487, 8871, 8689, 10655, 8611, 8768, 8254, 8024, 9823, 8834, 9814, 8634, 8297, 8711, 8603, 10669, 8624, 9187, 8455, 8082, 8215, 8559, 10192, 8346, 8816, 8800, 8324, 8357, 8811, 10814, 8525, 8669, 8753, 8170, 8616, 8269, 8301, 8717, 11178, 8361, 8796, 9710, 8651, 9915, 8662, 8982, 8193, 8899, 11187, 8609, 9250, 8560, 7887, 8182, 8736, 10554, 8467, 8898, 8715, 8134, 8153, 8715, 10470, 8601, 8467, 8404, 8773, 10256, 8714, 9503, 8734, 8330, 8031, 8908, 10627, 8635, 9395, 8784, 8461, 7962, 8933, 11280, 8627, 8288, 8541, 8270, 7887, 8796, 10562, 8561, 7973, 8540, 8247, 8581, 8819, 10822, 8487, 8426, 8850, 8861, 10374, 8667, 8801, 8283, 8300, 8455, 8720, 9697, 8620, 9161, 8325, 8220, 10194, 8541, 9551, 8487, 8092, 8489, 8803, 10311, 8632, 8838, 9071, 7960, 8125, 8525, 8547, 8677, 9432, 8698, 10651, 8393, 8196, 8668, 8161, 8041, 8823, 11586, 8434, 9994, 8606, 8225, 8617, 8159, 8131, 8454, 9673, 8876, 11048, 8478, 8599, 8254, 8660, 8420, 8257, 8618, 9334, 9377, 11114, 9132, 12024, 11440, 9841, 16106, 8804, 13897, 10863, 10790, 8839, 10526, 8981, 11505, 8880, 10295, 8310, 7969, 8428, 7985, 8894, 8094, 8958, 8946, 8768, 8867, 8641, 8541, 8669, 8396, 8969, 8872, 9096, 9049, 8435, 8823, 8107, 8111, 8313, 8577, 8227, 8971, 9671, 9059, 10470, 8571, 7789, 8762, 7836, 9159, 11232, 9015, 9822, 8829, 8801, 8926, 7698, 8849, 7862, 8973, 10294, 8970, 10125, 8768, 10572, 8830, 9044, 8855, 8161, 9112, 8999, 10276, 8927, 9328, 8838, 8547, 8223, 8199, 8157, 8915, 9603, 8749, 9076, 9027, 8393, 8102, 8893, 9860, 8595, 8933, 8711, 8514, 7939, 8937, 9216, 8749, 8818, 8405, 8178, 7829, 8805, 10381, 8770, 9140, 8623, 7977, 8306, 8470, 7961, 8868, 10839, 8685, 8924, 8162, 8415, 7949, 9103, 10202, 8735, 8514, 7923, 8849, 10999, 8767, 9104, 8459, 8402, 8046, 8973, 10115, 8942, 8799, 8663, 7845, 8941, 9363, 8653, 9786, 8613, 8449, 8020, 9081, 12778, 8904, 10160, 9538, 8390, 10921, 8671, 9146, 8882, 8247, 8436, 8206, 8226, 8900, 12216, 8704, 8466, 8958, 7980, 8202, 8573, 9824, 8601, 9107, 9145, 8204, 8311, 8636, 10070, 8850, 8877, 9035, 8604, 8884, 8076, 8368, 8206, 7861, 8783, 9847, 8896, 8600, 8597, 8226, 8596, 8330, 8447, 8481, 8682, 8796, 11265, 8720, 10151, 8935, 8730, 8324, 8965, 12868, 8603, 9931], 'WindowCenter': [4437.0, 4419.0, 4394.0, 4391.0, 4382.0, 4382.0, 4369.0, 4367.0, 4367.0, 4368.0, 4379.0, 4380.0, 4367.0, 4382.0, 4389.0, 4381.0, 4391.0, 4370.0, 4380.0, 4360.0, 4381.0, 4389.0, 4378.0, 4379.0, 4367.0, 4382.0, 4399.0, 4380.0, 4380.0, 4379.0, 4381.0, 4368.0, 4380.0, 4399.0, 4380.0, 4380.0, 4357.0, 4379.0, 4397.0, 4368.0, 4368.0, 4356.0, 4379.0, 4395.0, 4366.0, 4365.0, 4367.0, 4368.0, 4367.0, 4379.0, 4387.0, 4380.0, 4368.0, 4368.0, 4379.0, 4397.0, 4378.0, 4377.0, 4367.0, 4379.0, 4378.0, 4380.0, 4398.0, 4379.0, 4379.0, 4380.0, 4379.0, 4379.0, 4379.0, 4399.0, 4378.0, 4379.0, 4380.0, 4382.0, 4392.0, 4392.0, 4391.0, 4394.0, 4421.0, 4391.0, 4391.0, 4380.0, 4381.0, 4380.0, 4390.0, 4409.0, 4381.0, 4389.0, 4379.0, 4368.0, 4368.0, 4368.0, 4397.0, 4377.0, 4388.0, 4379.0, 4376.0, 4378.0, 4377.0, 4368.0, 4369.0, 4377.0, 4368.0, 4388.0, 4368.0, 4367.0, 4366.0, 4376.0, 4397.0, 4367.0, 4377.0, 4365.0, 4355.0, 4355.0, 4368.0, 4374.0, 4376.0, 4366.0, 4367.0, 4356.0, 4357.0, 4367.0, 4365.0, 4378.0, 4384.0, 4366.0, 4367.0, 4366.0, 4368.0, 4377.0, 4369.0, 4377.0, 4381.0, 4378.0, 4380.0, 4409.0, 4380.0, 4368.0, 4368.0, 4368.0, 4388.0, 4378.0, 4398.0, 4367.0, 4355.0, 4354.0, 4367.0, 4356.0, 4376.0, 4364.0, 4367.0, 4366.0, 4376.0, 4376.0, 4378.0, 4380.0, 4368.0, 4369.0, 4368.0, 4378.0, 4377.0, 4368.0, 4368.0, 4366.0, 4368.0, 4365.0, 4377.0, 4367.0, 4376.0, 4396.0, 4379.0, 4377.0, 4366.0, 4366.0, 4355.0, 4368.0, 4365.0, 4377.0, 4386.0, 4367.0, 4378.0, 4368.0, 4377.0, 4375.0, 4366.0, 4374.0, 4365.0, 4367.0, 4366.0, 4380.0, 4396.0, 4377.0, 4366.0, 4367.0, 4368.0, 4364.0, 4378.0, 4395.0, 4366.0, 4366.0, 4367.0, 4367.0, 4384.0, 4374.0, 4365.0, 4366.0, 4365.0, 4365.0, 4368.0, 4367.0, 4380.0, 4379.0, 4391.0, 4410.0, 4378.0, 4391.0, 4369.0, 4370.0, 4369.0, 4390.0, 4399.0, 4368.0, 4379.0, 4398.0, 4369.0, 4388.0, 4365.0, 4368.0, 4356.0, 4376.0, 4397.0, 4378.0, 4366.0, 4365.0, 4367.0, 4374.0, 4365.0, 4376.0, 4365.0, 4368.0, 4387.0, 4377.0, 4375.0, 4366.0, 4366.0, 4367.0, 4378.0, 4387.0, 4368.0, 4389.0, 4378.0, 4369.0, 4377.0, 4379.0, 4388.0, 4376.0, 4380.0, 4379.0, 4379.0, 4397.0, 4367.0, 4367.0, 4357.0, 4378.0, 4397.0, 4377.0, 4368.0, 4366.0, 4367.0, 4385.0, 4366.0, 4377.0, 4366.0, 4379.0, 4398.0, 4378.0, 4378.0, 4378.0, 4380.0, 4377.0, 4380.0, 4399.0, 4391.0, 4380.0, 4398.0, 4379.0, 4398.0, 4378.0, 4380.0, 4379.0, 4380.0, 4397.0, 4367.0, 4366.0, 4367.0, 4368.0, 4366.0, 4378.0, 4397.0, 4378.0, 4377.0, 4379.0, 4389.0, 4392.0, 4403.0, 4400.0, 4392.0, 4412.0, 4393.0, 4392.0, 4391.0, 4392.0, 4410.0, 4380.0, 4390.0, 4379.0, 4368.0, 4379.0, 4378.0, 4396.0, 4378.0, 4397.0, 4367.0, 4366.0, 4385.0, 4366.0, 4365.0, 4367.0, 4365.0, 4379.0, 4395.0, 4366.0, 4365.0, 4355.0, 4355.0, 4353.0, 4366.0, 4374.0, 4363.0, 4374.0, 4367.0, 4354.0, 4355.0, 4355.0, 4353.0, 4365.0, 4373.0, 4365.0, 4363.0, 4366.0, 4366.0, 4367.0, 4363.0, 4364.0, 4366.0, 4376.0, 4387.0, 4366.0, 4366.0, 4386.0, 4366.0, 4385.0, 4365.0, 4356.0, 4353.0, 4365.0, 4363.0, 4364.0, 4362.0, 4362.0, 4353.0, 4363.0, 4352.0, 4354.0, 4365.0, 4372.0, 4364.0, 4364.0, 4355.0, 4367.0, 4354.0, 4365.0, 4352.0, 4367.0, 4364.0, 4377.0, 4388.0, 4377.0, 4377.0, 4378.0, 4388.0, 4378.0, 4380.0, 4369.0, 4379.0, 4387.0, 4377.0, 4387.0, 4378.0, 4386.0, 4378.0, 4388.0, 4378.0, 4367.0, 4367.0, 4367.0, 4366.0, 4378.0, 4407.0, 4377.0, 4386.0, 4365.0, 4375.0, 4364.0, 4364.0, 4376.0, 4377.0, 4377.0, 4368.0, 4368.0, 4367.0, 4378.0, 4368.0, 4387.0, 4378.0, 4395.0, 4377.0, 4376.0, 4365.0, 4365.0, 4365.0, 4378.0, 4375.0, 4378.0, 4366.0, 4379.0, 4379.0, 4391.0, 4379.0, 4391.0, 4410.0, 4380.0, 4381.0, 4379.0, 4380.0, 4378.0, 4391.0, 4399.0, 4379.0, 4387.0, 4368.0, 4368.0, 4367.0, 4377.0, 4396.0, 4378.0, 4387.0, 4376.0, 4357.0, 4365.0, 4367.0, 4366.0, 4377.0, 4397.0, 4379.0, 4377.0, 4367.0, 4368.0, 4355.0, 4376.0, 4397.0, 4377.0, 4367.0, 4366.0, 4378.0, 4375.0, 4375.0, 4376.0, 4377.0, 4379.0, 4378.0, 4379.0, 4387.0, 4377.0, 4378.0, 4367.0, 4368.0, 4388.0, 4377.0, 4387.0, 4376.0, 4367.0, 4366.0, 4377.0, 4397.0, 4377.0, 4375.0, 4365.0, 4356.0, 4366.0, 4377.0, 4387.0, 4379.0, 4378.0, 4377.0, 4367.0, 4367.0, 4378.0, 4395.0, 4377.0, 4378.0, 4367.0, 4367.0, 4377.0, 4377.0, 4377.0, 4390.0, 4410.0, 4378.0, 4379.0, 4389.0, 4380.0, 4387.0, 4378.0, 4379.0, 4367.0, 4377.0, 4397.0, 4377.0, 4378.0, 4367.0, 4367.0, 4365.0, 4377.0, 4386.0, 4377.0, 4377.0, 4366.0, 4367.0, 4367.0, 4378.0, 4386.0, 4376.0, 4378.0, 4368.0, 4378.0, 4385.0, 4377.0, 4376.0, 4366.0, 4366.0, 4366.0, 4379.0, 4386.0, 4377.0, 4377.0, 4376.0, 4367.0, 4365.0, 4377.0, 4396.0, 4375.0, 4367.0, 4377.0, 4368.0, 4367.0, 4388.0, 4398.0, 4377.0, 4367.0, 4378.0, 4377.0, 4376.0, 4380.0, 4399.0, 4380.0, 4377.0, 4377.0, 4378.0, 4385.0, 4367.0, 4376.0, 4377.0, 4377.0, 4368.0, 4378.0, 4386.0, 4378.0, 4387.0, 4368.0, 4379.0, 4401.0, 4377.0, 4387.0, 4367.0, 4368.0, 4367.0, 4379.0, 4387.0, 4376.0, 4389.0, 4388.0, 4369.0, 4367.0, 4379.0, 4376.0, 4390.0, 4389.0, 4391.0, 4400.0, 4379.0, 4379.0, 4379.0, 4379.0, 4370.0, 4390.0, 4409.0, 4380.0, 4390.0, 4380.0, 4369.0, 4379.0, 4369.0, 4368.0, 4380.0, 4388.0, 4378.0, 4399.0, 4381.0, 4378.0, 4368.0, 4380.0, 4380.0, 4382.0, 4380.0, 4390.0, 4389.0, 4412.0, 4404.0, 4422.0, 4409.0, 4390.0, 4418.0, 4366.0, 4394.0, 4375.0, 4373.0, 4352.0, 4362.0, 4353.0, 4371.0, 4352.0, 4360.0, 4338.0, 4330.0, 4340.0, 4340.0, 4351.0, 4341.0, 4352.0, 4351.0, 4353.0, 4353.0, 4353.0, 4354.0, 4354.0, 4352.0, 4365.0, 4363.0, 4364.0, 4364.0, 4355.0, 4366.0, 4355.0, 4356.0, 4356.0, 4367.0, 4365.0, 4378.0, 4377.0, 4378.0, 4386.0, 4367.0, 4355.0, 4367.0, 4357.0, 4378.0, 4398.0, 4378.0, 4387.0, 4379.0, 4367.0, 4377.0, 4358.0, 4379.0, 4367.0, 4378.0, 4387.0, 4380.0, 4387.0, 4378.0, 4387.0, 4376.0, 4378.0, 4376.0, 4367.0, 4367.0, 4367.0, 4373.0, 4365.0, 4366.0, 4364.0, 4366.0, 4355.0, 4366.0, 4354.0, 4366.0, 4375.0, 4366.0, 4366.0, 4366.0, 4357.0, 4356.0, 4378.0, 4377.0, 4367.0, 4366.0, 4366.0, 4367.0, 4356.0, 4377.0, 4376.0, 4378.0, 4379.0, 4367.0, 4368.0, 4357.0, 4379.0, 4388.0, 4378.0, 4379.0, 4378.0, 4369.0, 4368.0, 4369.0, 4368.0, 4379.0, 4398.0, 4379.0, 4379.0, 4367.0, 4370.0, 4367.0, 4381.0, 4399.0, 4379.0, 4379.0, 4369.0, 4379.0, 4397.0, 4378.0, 4379.0, 4367.0, 4366.0, 4367.0, 4390.0, 4399.0, 4380.0, 4378.0, 4380.0, 4371.0, 4392.0, 4389.0, 4383.0, 4402.0, 4382.0, 4381.0, 4369.0, 4393.0, 4410.0, 4380.0, 4391.0, 4378.0, 4369.0, 4386.0, 4367.0, 4375.0, 4377.0, 4367.0, 4366.0, 4367.0, 4355.0, 4378.0, 4396.0, 4365.0, 4356.0, 4366.0, 4356.0, 4366.0, 4368.0, 4375.0, 4367.0, 4366.0, 4376.0, 4367.0, 4354.0, 4366.0, 4374.0, 4364.0, 4364.0, 4365.0, 4366.0, 4367.0, 4356.0, 4356.0, 4368.0, 4354.0, 4367.0, 4387.0, 4377.0, 4366.0, 4367.0, 4368.0, 4366.0, 4368.0, 4367.0, 4380.0, 4378.0, 4379.0, 4398.0, 4379.0, 4388.0, 4378.0, 4379.0, 4367.0, 4379.0, 4406.0, 4367.0, 4375.0], 'WindowWidth': [9779.0, 9738.0, 9694.0, 9684.0, 9670.0, 9667.0, 9645.0, 9638.0, 9640.0, 9645.0, 9659.0, 9661.0, 9641.0, 9668.0, 9675.0, 9667.0, 9680.0, 9651.0, 9663.0, 9635.0, 9665.0, 9672.0, 9657.0, 9662.0, 9643.0, 9670.0, 9689.0, 9662.0, 9663.0, 9660.0, 9665.0, 9644.0, 9664.0, 9688.0, 9663.0, 9662.0, 9628.0, 9659.0, 9683.0, 9644.0, 9645.0, 9625.0, 9661.0, 9676.0, 9638.0, 9634.0, 9639.0, 9643.0, 9639.0, 9660.0, 9669.0, 9665.0, 9646.0, 9645.0, 9661.0, 9684.0, 9657.0, 9655.0, 9643.0, 9663.0, 9658.0, 9665.0, 9688.0, 9663.0, 9661.0, 9664.0, 9663.0, 9662.0, 9664.0, 9691.0, 9662.0, 9665.0, 9668.0, 9672.0, 9686.0, 9689.0, 9685.0, 9690.0, 9726.0, 9682.0, 9681.0, 9666.0, 9668.0, 9665.0, 9680.0, 9705.0, 9666.0, 9675.0, 9662.0, 9647.0, 9645.0, 9647.0, 9682.0, 9657.0, 9670.0, 9660.0, 9654.0, 9657.0, 9657.0, 9644.0, 9647.0, 9655.0, 9645.0, 9671.0, 9644.0, 9642.0, 9638.0, 9653.0, 9681.0, 9642.0, 9655.0, 9636.0, 9623.0, 9620.0, 9642.0, 9648.0, 9651.0, 9639.0, 9639.0, 9624.0, 9625.0, 9641.0, 9635.0, 9656.0, 9663.0, 9639.0, 9641.0, 9639.0, 9643.0, 9657.0, 9648.0, 9659.0, 9667.0, 9659.0, 9665.0, 9703.0, 9663.0, 9644.0, 9645.0, 9646.0, 9671.0, 9658.0, 9685.0, 9642.0, 9622.0, 9619.0, 9638.0, 9623.0, 9652.0, 9634.0, 9641.0, 9639.0, 9653.0, 9654.0, 9660.0, 9667.0, 9644.0, 9646.0, 9643.0, 9657.0, 9655.0, 9642.0, 9645.0, 9640.0, 9643.0, 9636.0, 9654.0, 9640.0, 9653.0, 9681.0, 9660.0, 9657.0, 9639.0, 9638.0, 9621.0, 9644.0, 9637.0, 9655.0, 9667.0, 9641.0, 9661.0, 9644.0, 9654.0, 9649.0, 9637.0, 9647.0, 9636.0, 9642.0, 9638.0, 9662.0, 9680.0, 9655.0, 9639.0, 9640.0, 9643.0, 9634.0, 9656.0, 9680.0, 9639.0, 9641.0, 9639.0, 9642.0, 9661.0, 9648.0, 9637.0, 9641.0, 9639.0, 9637.0, 9644.0, 9641.0, 9664.0, 9664.0, 9685.0, 9707.0, 9662.0, 9681.0, 9648.0, 9650.0, 9648.0, 9677.0, 9689.0, 9645.0, 9663.0, 9688.0, 9647.0, 9670.0, 9637.0, 9642.0, 9623.0, 9653.0, 9682.0, 9657.0, 9641.0, 9634.0, 9640.0, 9646.0, 9636.0, 9652.0, 9635.0, 9643.0, 9668.0, 9655.0, 9650.0, 9638.0, 9638.0, 9639.0, 9658.0, 9668.0, 9645.0, 9676.0, 9658.0, 9647.0, 9654.0, 9660.0, 9671.0, 9653.0, 9663.0, 9663.0, 9663.0, 9684.0, 9641.0, 9642.0, 9626.0, 9658.0, 9684.0, 9656.0, 9645.0, 9638.0, 9642.0, 9663.0, 9639.0, 9657.0, 9638.0, 9662.0, 9687.0, 9659.0, 9659.0, 9660.0, 9664.0, 9657.0, 9664.0, 9691.0, 9682.0, 9666.0, 9686.0, 9661.0, 9687.0, 9658.0, 9665.0, 9662.0, 9664.0, 9683.0, 9642.0, 9638.0, 9641.0, 9645.0, 9639.0, 9658.0, 9684.0, 9658.0, 9658.0, 9663.0, 9676.0, 9685.0, 9703.0, 9695.0, 9686.0, 9713.0, 9687.0, 9686.0, 9682.0, 9686.0, 9708.0, 9665.0, 9678.0, 9660.0, 9644.0, 9659.0, 9657.0, 9679.0, 9658.0, 9683.0, 9639.0, 9637.0, 9660.0, 9638.0, 9635.0, 9639.0, 9637.0, 9658.0, 9677.0, 9638.0, 9636.0, 9621.0, 9621.0, 9616.0, 9637.0, 9645.0, 9631.0, 9646.0, 9638.0, 9618.0, 9618.0, 9620.0, 9615.0, 9634.0, 9641.0, 9634.0, 9630.0, 9637.0, 9636.0, 9637.0, 9628.0, 9634.0, 9637.0, 9653.0, 9667.0, 9636.0, 9638.0, 9662.0, 9638.0, 9663.0, 9634.0, 9622.0, 9616.0, 9635.0, 9627.0, 9629.0, 9626.0, 9626.0, 9615.0, 9628.0, 9613.0, 9615.0, 9633.0, 9641.0, 9630.0, 9630.0, 9620.0, 9640.0, 9618.0, 9635.0, 9615.0, 9640.0, 9633.0, 9657.0, 9673.0, 9659.0, 9658.0, 9661.0, 9672.0, 9659.0, 9663.0, 9646.0, 9662.0, 9668.0, 9655.0, 9667.0, 9657.0, 9667.0, 9659.0, 9673.0, 9656.0, 9642.0, 9639.0, 9642.0, 9638.0, 9658.0, 9699.0, 9655.0, 9664.0, 9636.0, 9649.0, 9632.0, 9632.0, 9652.0, 9656.0, 9655.0, 9643.0, 9644.0, 9642.0, 9657.0, 9645.0, 9671.0, 9658.0, 9678.0, 9655.0, 9652.0, 9634.0, 9637.0, 9638.0, 9659.0, 9651.0, 9658.0, 9640.0, 9661.0, 9661.0, 9680.0, 9664.0, 9683.0, 9707.0, 9665.0, 9667.0, 9662.0, 9665.0, 9658.0, 9682.0, 9691.0, 9664.0, 9671.0, 9644.0, 9645.0, 9642.0, 9656.0, 9679.0, 9656.0, 9671.0, 9653.0, 9626.0, 9636.0, 9641.0, 9636.0, 9655.0, 9683.0, 9660.0, 9655.0, 9641.0, 9643.0, 9623.0, 9654.0, 9682.0, 9656.0, 9643.0, 9637.0, 9658.0, 9650.0, 9651.0, 9654.0, 9654.0, 9662.0, 9657.0, 9659.0, 9668.0, 9656.0, 9659.0, 9642.0, 9647.0, 9673.0, 9655.0, 9667.0, 9653.0, 9641.0, 9637.0, 9654.0, 9682.0, 9654.0, 9650.0, 9637.0, 9626.0, 9637.0, 9655.0, 9670.0, 9662.0, 9660.0, 9656.0, 9643.0, 9640.0, 9658.0, 9678.0, 9655.0, 9658.0, 9641.0, 9642.0, 9655.0, 9657.0, 9657.0, 9679.0, 9706.0, 9661.0, 9662.0, 9673.0, 9662.0, 9669.0, 9658.0, 9661.0, 9640.0, 9657.0, 9684.0, 9656.0, 9656.0, 9642.0, 9641.0, 9635.0, 9656.0, 9666.0, 9657.0, 9657.0, 9639.0, 9641.0, 9640.0, 9656.0, 9666.0, 9653.0, 9661.0, 9643.0, 9658.0, 9664.0, 9654.0, 9653.0, 9638.0, 9640.0, 9639.0, 9660.0, 9666.0, 9655.0, 9655.0, 9653.0, 9644.0, 9636.0, 9657.0, 9681.0, 9650.0, 9640.0, 9654.0, 9646.0, 9643.0, 9676.0, 9689.0, 9657.0, 9642.0, 9659.0, 9659.0, 9654.0, 9662.0, 9688.0, 9665.0, 9657.0, 9654.0, 9656.0, 9663.0, 9642.0, 9653.0, 9657.0, 9659.0, 9644.0, 9660.0, 9666.0, 9659.0, 9671.0, 9645.0, 9662.0, 9694.0, 9658.0, 9670.0, 9642.0, 9644.0, 9638.0, 9659.0, 9669.0, 9655.0, 9676.0, 9673.0, 9647.0, 9642.0, 9661.0, 9654.0, 9678.0, 9675.0, 9682.0, 9695.0, 9663.0, 9663.0, 9663.0, 9663.0, 9649.0, 9680.0, 9706.0, 9665.0, 9678.0, 9662.0, 9645.0, 9660.0, 9649.0, 9645.0, 9665.0, 9672.0, 9659.0, 9689.0, 9666.0, 9660.0, 9642.0, 9663.0, 9664.0, 9669.0, 9664.0, 9680.0, 9673.0, 9711.0, 9701.0, 9725.0, 9702.0, 9673.0, 9711.0, 9634.0, 9670.0, 9644.0, 9636.0, 9609.0, 9620.0, 9608.0, 9632.0, 9605.0, 9615.0, 9582.0, 9573.0, 9585.0, 9588.0, 9604.0, 9590.0, 9608.0, 9604.0, 9610.0, 9612.0, 9612.0, 9614.0, 9614.0, 9609.0, 9630.0, 9626.0, 9628.0, 9629.0, 9618.0, 9636.0, 9618.0, 9622.0, 9621.0, 9639.0, 9634.0, 9655.0, 9652.0, 9655.0, 9663.0, 9637.0, 9620.0, 9639.0, 9626.0, 9656.0, 9684.0, 9654.0, 9668.0, 9659.0, 9638.0, 9654.0, 9629.0, 9659.0, 9639.0, 9658.0, 9669.0, 9661.0, 9667.0, 9657.0, 9668.0, 9652.0, 9656.0, 9650.0, 9641.0, 9637.0, 9639.0, 9642.0, 9633.0, 9636.0, 9630.0, 9634.0, 9620.0, 9638.0, 9617.0, 9636.0, 9646.0, 9636.0, 9637.0, 9635.0, 9623.0, 9620.0, 9654.0, 9651.0, 9639.0, 9636.0, 9638.0, 9640.0, 9622.0, 9655.0, 9653.0, 9657.0, 9659.0, 9642.0, 9645.0, 9629.0, 9661.0, 9670.0, 9658.0, 9661.0, 9656.0, 9644.0, 9642.0, 9646.0, 9642.0, 9661.0, 9687.0, 9659.0, 9661.0, 9642.0, 9648.0, 9642.0, 9665.0, 9688.0, 9659.0, 9661.0, 9646.0, 9662.0, 9683.0, 9656.0, 9658.0, 9640.0, 9640.0, 9640.0, 9677.0, 9687.0, 9663.0, 9658.0, 9664.0, 9653.0, 9683.0, 9677.0, 9671.0, 9696.0, 9667.0, 9665.0, 9647.0, 9684.0, 9704.0, 9663.0, 9679.0, 9656.0, 9644.0, 9662.0, 9638.0, 9648.0, 9653.0, 9640.0, 9636.0, 9639.0, 9620.0, 9656.0, 9679.0, 9634.0, 9621.0, 9637.0, 9622.0, 9635.0, 9641.0, 9648.0, 9639.0, 9637.0, 9650.0, 9639.0, 9618.0, 9635.0, 9645.0, 9630.0, 9630.0, 9634.0, 9636.0, 9638.0, 9623.0, 9621.0, 9641.0, 9617.0, 9639.0, 9666.0, 9654.0, 9638.0, 9639.0, 9642.0, 9637.0, 9644.0, 9640.0, 9663.0, 9658.0, 9661.0, 9685.0, 9659.0, 9670.0, 9656.0, 9661.0, 9640.0, 9659.0, 9693.0, 9638.0, 9647.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.0010190550239234449</td></tr>
<tr><td colspan=3>aqi</td><td>0.01565864880382775</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.4764695995569</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2247767589101792</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0116842981197598</td></tr>
<tr><td colspan=3>efc</td><td>0.4466</td></tr>
<tr><td colspan=3>fber</td><td>7914.561</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07461762793309673</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3588516746411483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4379449016936223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3580925801423285</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6687495727356882</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2869925522028507</td></tr>
<tr><td colspan=3>gcor</td><td>0.00995233</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015091870911419392</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019205790013074875</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</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.783920011567087</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>25.6387</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2526</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.9004</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310398.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.5679</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2511</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.3152</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3659.1126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.441</td></tr>
<tr><td colspan=3>tsnr</td><td>45.85120753967203</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>