<?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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>a9e2ced9b82d24fb4f9467dc08d1fdd2</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>17:03:13.252500</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.999093, 0.0364467, 0.0219999, -0.0369843, 0.999014, 0.0245453]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.123461</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7778, -7191, 599, -49, -309, 153, 6]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>44ca791b-b8d6-4039-98a8-08574e09786e||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.680494546890259, -0.09922616928815842, 0.05692581832408905, 114.55065155029297], [-0.09778381884098053, 2.6802825927734375, 0.06840918958187103, -87.7139663696289], [0.05902417004108429, -0.06585334986448288, 2.698532819747925, -55.12203598022461], [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': ['170313.252500', '170313.712500', '170314.172500', '170314.632500', '170315.092500', '170315.552500', '170316.012500', '170316.472500', '170316.932500', '170317.392500', '170317.852500', '170318.312500', '170318.772500', '170319.232500', '170319.692500', '170320.152500', '170320.612500', '170321.072500', '170321.532500', '170321.992500', '170322.452500', '170322.912500', '170323.372500', '170323.832500', '170324.292500', '170324.752500', '170325.212500', '170325.672500', '170326.132500', '170326.592500', '170327.052500', '170327.512500', '170327.972500', '170328.432500', '170328.892500', '170329.352500', '170329.812500', '170330.272500', '170330.732500', '170331.192500', '170331.652500', '170332.112500', '170332.572500', '170333.032500', '170333.492500', '170333.952500', '170334.412500', '170334.872500', '170335.332500', '170335.792500', '170336.252500', '170336.712500', '170337.172500', '170337.632500', '170338.092500', '170338.552500', '170339.012500', '170339.472500', '170339.932500', '170340.392500', '170340.852500', '170341.312500', '170341.772500', '170342.232500', '170342.692500', '170343.152500', '170343.612500', '170344.072500', '170344.532500', '170344.992500', '170345.452500', '170345.912500', '170346.372500', '170346.832500', '170347.292500', '170347.752500', '170348.212500', '170348.672500', '170349.132500', '170349.592500', '170350.052500', '170350.512500', '170350.972500', '170351.432500', '170351.892500', '170352.352500', '170352.812500', '170353.272500', '170353.732500', '170354.192500', '170354.652500', '170355.112500', '170355.572500', '170356.032500', '170356.492500', '170356.952500', '170357.412500', '170357.872500', '170358.332500', '170358.792500', '170359.252500', '170359.712500', '170400.172500', '170400.632500', '170401.092500', '170401.552500', '170402.012500', '170402.472500', '170402.932500', '170403.392500', '170403.852500', '170404.312500', '170404.772500', '170405.232500', '170405.692500', '170406.152500', '170406.612500', '170407.072500', '170407.532500', '170407.992500', '170408.452500', '170408.912500', '170409.372500', '170409.832500', '170410.292500', '170410.752500', '170411.212500', '170411.672500', '170412.132500', '170412.592500', '170413.052500', '170413.512500', '170413.972500', '170414.432500', '170414.892500', '170415.352500', '170415.812500', '170416.272500', '170416.732500', '170417.192500', '170417.652500', '170418.112500', '170418.572500', '170419.032500', '170419.492500', '170419.952500', '170420.412500', '170420.872500', '170421.332500', '170421.792500', '170422.252500', '170422.712500', '170423.172500', '170423.632500', '170424.092500', '170424.552500', '170425.012500', '170425.472500', '170425.932500', '170426.392500', '170426.852500', '170427.312500', '170427.772500', '170428.232500', '170428.692500', '170429.152500', '170429.612500', '170430.072500', '170430.532500', '170430.992500', '170431.452500', '170431.912500', '170432.372500', '170432.832500', '170433.292500', '170433.752500', '170434.212500', '170434.672500', '170435.132500', '170435.592500', '170436.052500', '170436.512500', '170436.972500', '170437.432500', '170437.892500', '170438.352500', '170438.812500', '170439.272500', '170439.732500', '170440.192500', '170440.652500', '170441.112500', '170441.572500', '170442.032500', '170442.492500', '170442.952500', '170443.412500', '170443.872500', '170444.332500', '170444.792500', '170445.252500', '170445.712500', '170446.172500', '170446.632500', '170447.092500', '170447.552500', '170448.012500', '170448.472500', '170448.932500', '170449.392500', '170449.852500', '170450.312500', '170450.772500', '170451.232500', '170451.692500', '170452.152500', '170452.612500', '170453.072500', '170453.532500', '170453.992500', '170454.452500', '170454.912500', '170455.372500', '170455.832500', '170456.292500', '170456.752500', '170457.212500', '170457.672500', '170458.132500', '170458.592500', '170459.052500', '170459.512500', '170459.972500', '170500.432500', '170500.892500', '170501.352500', '170501.812500', '170502.272500', '170502.732500', '170503.192500', '170503.652500', '170504.112500', '170504.572500', '170505.032500', '170505.492500', '170505.952500', '170506.412500', '170506.872500', '170507.332500', '170507.792500', '170508.252500', '170508.712500', '170509.172500', '170509.632500', '170510.092500', '170510.552500', '170511.012500', '170511.472500', '170511.932500', '170512.392500', '170512.852500', '170513.312500', '170513.772500', '170514.232500', '170514.692500', '170515.152500', '170515.612500', '170516.072500', '170516.532500', '170516.992500', '170517.452500', '170517.912500', '170518.372500', '170518.832500', '170519.292500', '170519.752500', '170520.212500', '170520.672500', '170521.132500', '170521.592500', '170522.052500', '170522.512500', '170522.972500', '170523.432500', '170523.892500', '170524.352500', '170524.812500', '170525.272500', '170525.732500', '170526.192500', '170526.652500', '170527.112500', '170527.572500', '170528.032500', '170528.492500', '170528.952500', '170529.412500', '170529.872500', '170530.332500', '170530.792500', '170531.252500', '170531.712500', '170532.172500', '170532.632500', '170533.092500', '170533.552500', '170534.012500', '170534.472500', '170534.932500', '170535.392500', '170535.852500', '170536.312500', '170536.772500', '170537.232500', '170537.692500', '170538.152500', '170538.612500', '170539.072500', '170539.532500', '170539.992500', '170540.452500', '170540.912500', '170541.372500', '170541.832500', '170542.292500', '170542.752500', '170543.212500', '170543.672500', '170544.132500', '170544.592500', '170545.052500', '170545.512500', '170545.972500', '170546.432500', '170546.892500', '170547.352500', '170547.812500', '170548.272500', '170548.732500', '170549.192500', '170549.652500', '170550.112500', '170550.572500', '170551.032500', '170551.492500', '170551.952500', '170552.412500', '170552.872500', '170553.332500', '170553.792500', '170554.252500', '170554.712500', '170555.172500', '170555.632500', '170556.092500', '170556.552500', '170557.012500', '170557.472500', '170557.932500', '170558.392500', '170558.852500', '170559.312500', '170559.772500', '170600.232500', '170600.692500', '170601.152500', '170601.612500', '170602.072500', '170602.532500', '170602.992500', '170603.452500', '170603.912500', '170604.372500', '170604.832500', '170605.292500', '170605.752500', '170606.212500', '170606.672500', '170607.132500', '170607.592500', '170608.052500', '170608.512500', '170608.972500', '170609.432500', '170609.892500', '170610.352500', '170610.812500', '170611.272500', '170611.732500', '170612.192500', '170612.652500', '170613.112500', '170613.572500', '170614.032500', '170614.492500', '170614.952500', '170615.412500', '170615.872500', '170616.332500', '170616.792500', '170617.252500', '170617.712500', '170618.172500', '170618.632500', '170619.092500', '170619.552500', '170620.012500', '170620.472500', '170620.932500', '170621.392500', '170621.852500', '170622.312500', '170622.772500', '170623.232500', '170623.692500', '170624.152500', '170624.612500', '170625.072500', '170625.532500', '170625.992500', '170626.452500', '170626.912500', '170627.372500', '170627.832500', '170628.292500', '170628.752500', '170629.212500', '170629.672500', '170630.132500', '170630.592500', '170631.052500', '170631.512500', '170631.972500', '170632.432500', '170632.892500', '170633.352500', '170633.812500', '170634.272500', '170634.732500', '170635.192500', '170635.652500', '170636.112500', '170636.572500', '170637.032500', '170637.492500', '170637.952500', '170638.412500', '170638.872500', '170639.332500', '170639.792500', '170640.252500', '170640.712500', '170641.172500', '170641.632500', '170642.092500', '170642.552500', '170643.012500', '170643.472500', '170643.932500', '170644.392500', '170644.852500', '170645.312500', '170645.772500', '170646.232500', '170646.692500', '170647.152500', '170647.612500', '170648.072500', '170648.532500', '170648.992500', '170649.452500', '170649.912500', '170650.372500', '170650.832500', '170651.292500', '170651.752500', '170652.212500', '170652.672500', '170653.132500', '170653.592500', '170654.052500', '170654.512500', '170654.972500', '170655.432500', '170655.892500', '170656.352500', '170656.812500', '170657.272500', '170657.732500', '170658.192500', '170658.652500', '170659.112500', '170659.572500', '170700.032500', '170700.492500', '170700.952500', '170701.412500', '170701.872500', '170702.332500', '170702.792500', '170703.252500', '170703.712500', '170704.172500', '170704.632500', '170705.092500', '170705.552500', '170706.012500', '170706.472500', '170706.932500', '170707.392500', '170707.852500', '170708.312500', '170708.772500', '170709.232500', '170709.692500', '170710.152500', '170710.612500', '170711.072500', '170711.532500', '170711.992500', '170712.452500', '170712.912500', '170713.372500', '170713.832500', '170714.292500', '170714.752500', '170715.212500', '170715.672500', '170716.132500', '170716.592500', '170717.052500', '170717.512500', '170717.972500', '170718.432500', '170718.892500', '170719.352500', '170719.812500', '170720.272500', '170720.732500', '170721.192500', '170721.652500', '170722.112500', '170722.572500', '170723.032500', '170723.492500', '170723.952500', '170724.412500', '170724.872500', '170725.332500', '170725.792500', '170726.252500', '170726.712500', '170727.172500', '170727.632500', '170728.092500', '170728.552500', '170729.012500', '170729.472500', '170729.932500', '170730.392500', '170730.852500', '170731.312500', '170731.772500', '170732.232500', '170732.692500', '170733.152500', '170733.612500', '170734.072500', '170734.532500', '170734.992500', '170735.452500', '170735.912500', '170736.372500', '170736.832500', '170737.292500', '170737.752500', '170738.212500', '170738.672500', '170739.132500', '170739.592500', '170740.052500', '170740.512500', '170740.972500', '170741.432500', '170741.892500', '170742.352500', '170742.812500', '170743.272500', '170743.732500', '170744.192500', '170744.652500', '170745.112500', '170745.572500', '170746.032500', '170746.492500', '170746.952500', '170747.412500', '170747.872500', '170748.332500', '170748.792500', '170749.252500', '170749.712500', '170750.172500', '170750.632500', '170751.092500', '170751.552500', '170752.012500', '170752.472500', '170752.932500', '170753.392500', '170753.852500', '170754.312500', '170754.772500', '170755.232500', '170755.692500', '170756.152500', '170756.612500', '170757.072500', '170757.532500', '170757.992500', '170758.452500', '170758.912500', '170759.372500', '170759.832500', '170800.292500', '170800.752500', '170801.212500', '170801.672500', '170802.132500', '170802.592500', '170803.052500', '170803.512500', '170803.972500', '170804.432500', '170804.892500', '170805.352500', '170805.812500', '170806.272500', '170806.732500', '170807.192500', '170807.652500', '170808.112500', '170808.572500', '170809.032500', '170809.492500', '170809.952500', '170810.412500', '170810.872500', '170811.332500', '170811.792500', '170812.252500', '170812.712500', '170813.172500', '170813.632500', '170814.092500', '170814.552500', '170815.012500', '170815.472500', '170815.932500', '170816.392500', '170816.852500', '170817.312500', '170817.772500', '170818.232500', '170818.692500', '170819.152500', '170819.612500', '170820.072500', '170820.532500', '170820.992500', '170821.452500', '170821.912500', '170822.372500', '170822.832500', '170823.292500', '170823.752500', '170824.212500', '170824.672500', '170825.132500', '170825.592500', '170826.052500', '170826.512500', '170826.972500', '170827.432500', '170827.892500', '170828.352500', '170828.812500', '170829.272500', '170829.732500', '170830.192500', '170830.652500', '170831.112500', '170831.572500', '170832.032500', '170832.492500', '170832.952500', '170833.412500', '170833.872500', '170834.332500', '170834.792500', '170835.252500', '170835.712500', '170836.172500', '170836.632500', '170837.092500', '170837.552500', '170838.012500', '170838.472500', '170838.932500', '170839.392500', '170839.852500', '170840.312500', '170840.772500', '170841.232500', '170841.692500', '170842.152500', '170842.612500', '170843.072500', '170843.532500', '170843.992500', '170844.452500', '170844.912500', '170845.372500', '170845.832500', '170846.292500', '170846.752500', '170847.212500', '170847.672500', '170848.132500', '170848.592500', '170849.052500', '170849.512500', '170849.972500', '170850.432500', '170850.892500', '170851.352500', '170851.812500', '170852.272500', '170852.732500', '170853.192500', '170853.652500', '170854.112500', '170854.572500', '170855.032500', '170855.492500', '170855.952500', '170856.412500', '170856.872500', '170857.332500', '170857.792500', '170858.252500', '170858.712500', '170859.172500', '170859.632500', '170900.092500', '170900.552500', '170901.012500', '170901.472500', '170901.932500', '170902.392500', '170902.852500', '170903.312500', '170903.772500', '170904.232500', '170904.692500', '170905.152500', '170905.612500', '170906.072500', '170906.532500', '170906.992500', '170907.452500', '170907.912500', '170908.372500', '170908.832500', '170909.292500', '170909.752500', '170910.212500', '170910.672500', '170911.132500', '170911.592500', '170912.052500', '170912.512500', '170912.972500', '170913.432500', '170913.892500', '170914.352500', '170914.812500', '170915.272500', '170915.732500', '170916.192500', '170916.652500', '170917.112500', '170917.572500', '170918.032500', '170918.492500', '170918.952500', '170919.412500', '170919.872500', '170920.332500', '170920.792500', '170921.252500', '170921.712500', '170922.172500', '170922.632500', '170923.092500', '170923.552500', '170924.012500', '170924.472500', '170924.932500', '170925.392500', '170925.852500', '170926.312500', '170926.772500', '170927.232500', '170927.692500', '170928.152500', '170928.612500', '170929.072500', '170929.532500', '170929.992500', '170930.452500', '170930.912500', '170931.372500', '170931.832500', '170932.292500', '170932.752500', '170933.212500', '170933.672500', '170934.132500', '170934.592500', '170935.052500', '170935.512500', '170935.972500', '170936.432500', '170936.892500', '170937.352500', '170937.812500', '170938.272500', '170938.732500'], 'ContentTime': ['170327.584000', '170327.587000', '170327.590000', '170327.592000', '170327.595000', '170327.598000', '170327.600000', '170327.603000', '170327.605000', '170327.608000', '170327.610000', '170327.613000', '170327.625000', '170327.627000', '170327.630000', '170327.633000', '170327.635000', '170327.638000', '170327.640000', '170327.643000', '170327.646000', '170327.649000', '170327.652000', '170327.654000', '170327.657000', '170327.676000', '170327.679000', '170327.689000', '170327.691000', '170347.547000', '170347.550000', '170347.553000', '170347.555000', '170347.558000', '170347.561000', '170347.563000', '170347.566000', '170347.568000', '170347.571000', '170347.574000', '170347.576000', '170347.579000', '170347.582000', '170347.584000', '170347.587000', '170347.589000', '170347.592000', '170347.595000', '170347.597000', '170347.600000', '170347.602000', '170347.605000', '170347.608000', '170347.610000', '170347.613000', '170347.616000', '170347.618000', '170347.621000', '170347.623000', '170347.626000', '170347.629000', '170347.631000', '170347.634000', '170347.636000', '170347.639000', '170347.641000', '170347.644000', '170347.647000', '170347.649000', '170347.652000', '170347.654000', '170347.662000', '170347.665000', '170407.547000', '170407.550000', '170407.553000', '170407.555000', '170407.558000', '170407.561000', '170407.563000', '170407.566000', '170407.568000', '170407.571000', '170407.573000', '170407.576000', '170407.579000', '170407.582000', '170407.584000', '170407.587000', '170407.589000', '170407.592000', '170407.595000', '170407.598000', '170407.600000', '170407.603000', '170407.606000', '170407.608000', '170407.611000', '170407.624000', '170407.627000', '170407.639000', '170407.641000', '170407.644000', '170407.646000', '170407.649000', '170407.652000', '170407.654000', '170407.657000', '170407.660000', '170407.662000', '170407.665000', '170407.667000', '170407.670000', '170407.673000', '170407.675000', '170407.679000', '170427.547000', '170427.550000', '170427.553000', '170427.556000', '170427.558000', '170427.561000', '170427.564000', '170427.566000', '170427.569000', '170427.571000', '170427.574000', '170427.577000', '170427.579000', '170427.582000', '170427.585000', '170427.587000', '170427.590000', '170427.593000', '170427.595000', '170427.598000', '170427.600000', '170427.603000', '170427.605000', '170427.608000', '170427.610000', '170427.613000', '170427.616000', '170427.618000', '170427.621000', '170427.623000', '170427.626000', '170427.629000', '170427.631000', '170427.634000', '170427.636000', '170427.639000', '170427.642000', '170427.644000', '170427.647000', '170427.650000', '170427.652000', '170427.655000', '170427.657000', '170427.660000', '170447.547000', '170447.550000', '170447.553000', '170447.555000', '170447.558000', '170447.561000', '170447.563000', '170447.566000', '170447.568000', '170447.571000', '170447.574000', '170447.576000', '170447.579000', '170447.581000', '170447.585000', '170447.587000', '170447.590000', '170447.592000', '170447.595000', '170447.598000', '170447.601000', '170447.603000', '170447.606000', '170447.609000', '170447.611000', '170447.614000', '170447.617000', '170447.619000', '170447.622000', '170447.624000', '170447.627000', '170447.630000', '170447.632000', '170447.635000', '170447.638000', '170447.640000', '170447.643000', '170447.645000', '170447.648000', '170447.651000', '170447.653000', '170447.656000', '170447.658000', '170507.547000', '170507.549000', '170507.552000', '170507.555000', '170507.557000', '170507.560000', '170507.562000', '170507.565000', '170507.568000', '170507.570000', '170507.573000', '170507.576000', '170507.578000', '170507.581000', '170507.583000', '170507.586000', '170507.589000', '170507.591000', '170507.594000', '170507.597000', '170507.599000', '170507.602000', '170507.605000', '170507.607000', '170507.610000', '170507.612000', '170507.615000', '170507.618000', '170507.620000', '170507.623000', '170507.625000', '170507.628000', '170507.630000', '170507.633000', '170507.636000', '170507.638000', '170507.641000', '170507.643000', '170507.646000', '170507.649000', '170507.651000', '170507.654000', '170507.656000', '170507.659000', '170527.547000', '170527.549000', '170527.552000', '170527.555000', '170527.557000', '170527.560000', '170527.562000', '170527.565000', '170527.568000', '170527.570000', '170527.573000', '170527.576000', '170527.578000', '170527.581000', '170527.583000', '170527.586000', '170527.589000', '170527.591000', '170527.594000', '170527.597000', '170527.599000', '170527.602000', '170527.604000', '170527.607000', '170527.610000', '170527.612000', '170527.615000', '170527.618000', '170527.620000', '170527.623000', '170527.626000', '170527.628000', '170527.631000', '170527.633000', '170527.636000', '170527.639000', '170527.641000', '170527.644000', '170527.647000', '170527.649000', '170527.652000', '170527.654000', '170527.657000', '170547.547000', '170547.550000', '170547.553000', '170547.556000', '170547.558000', '170547.561000', '170547.568000', '170547.570000', '170547.573000', '170547.576000', '170547.578000', '170547.581000', '170547.583000', '170547.586000', '170547.589000', '170547.592000', '170547.594000', '170547.597000', '170547.600000', '170547.602000', '170547.605000', '170547.622000', '170547.624000', '170547.627000', '170547.630000', '170547.632000', '170547.635000', '170547.637000', '170547.640000', '170547.643000', '170547.645000', '170547.648000', '170547.650000', '170547.653000', '170547.655000', '170547.658000', '170547.661000', '170547.663000', '170547.666000', '170547.669000', '170547.671000', '170547.674000', '170547.677000', '170547.679000', '170607.548000', '170607.550000', '170607.553000', '170607.556000', '170607.558000', '170607.561000', '170607.563000', '170607.566000', '170607.569000', '170607.571000', '170607.574000', '170607.576000', '170607.579000', '170607.582000', '170607.584000', '170607.587000', '170607.589000', '170607.592000', '170607.595000', '170607.597000', '170607.600000', '170607.603000', '170607.605000', '170607.608000', '170607.611000', '170607.613000', '170607.616000', '170607.619000', '170607.622000', '170607.624000', '170607.627000', '170607.629000', '170607.632000', '170607.635000', '170607.637000', '170607.640000', '170607.643000', '170607.645000', '170607.648000', '170607.651000', '170607.653000', '170607.656000', '170607.659000', '170627.547000', '170627.550000', '170627.553000', '170627.555000', '170627.558000', '170627.561000', '170627.563000', '170627.566000', '170627.568000', '170627.571000', '170627.574000', '170627.576000', '170627.579000', '170627.581000', '170627.584000', '170627.587000', '170627.589000', '170627.592000', '170627.595000', '170627.597000', '170627.600000', '170627.603000', '170627.605000', '170627.608000', '170627.610000', '170627.613000', '170627.616000', '170627.618000', '170627.621000', '170627.624000', '170627.626000', '170627.629000', '170627.631000', '170627.634000', '170627.637000', '170627.640000', '170627.642000', '170627.645000', '170627.647000', '170627.650000', '170627.653000', '170627.655000', '170627.658000', '170627.660000', '170647.547000', '170647.550000', '170647.553000', '170647.556000', '170647.558000', '170647.561000', '170647.564000', '170647.566000', '170647.569000', '170647.571000', '170647.574000', '170647.577000', '170647.579000', '170647.582000', '170647.584000', '170647.587000', '170647.590000', '170647.593000', '170647.595000', '170647.598000', '170647.601000', '170647.603000', '170647.606000', '170647.608000', '170647.611000', '170647.614000', '170647.616000', '170647.619000', '170647.621000', '170647.624000', '170647.627000', '170647.629000', '170647.632000', '170647.635000', '170647.637000', '170647.640000', '170647.642000', '170647.645000', '170647.648000', '170647.650000', '170647.653000', '170647.656000', '170707.548000', '170707.551000', '170707.553000', '170707.556000', '170707.558000', '170707.561000', '170707.564000', '170707.566000', '170707.569000', '170707.572000', '170707.575000', '170707.577000', '170707.581000', '170707.583000', '170707.586000', '170707.589000', '170707.591000', '170707.594000', '170707.597000', '170707.599000', '170707.602000', '170707.605000', '170707.607000', '170707.610000', '170707.613000', '170707.615000', '170707.618000', '170707.621000', '170707.623000', '170707.626000', '170707.629000', '170707.631000', '170707.634000', '170707.637000', '170707.640000', '170707.642000', '170707.645000', '170707.648000', '170707.650000', '170707.653000', '170707.655000', '170707.658000', '170707.661000', '170707.663000', '170707.666000', '170727.546000', '170727.549000', '170727.552000', '170727.555000', '170727.558000', '170727.560000', '170727.563000', '170727.566000', '170727.568000', '170727.571000', '170727.573000', '170727.576000', '170727.579000', '170727.581000', '170727.584000', '170727.587000', '170727.590000', '170727.592000', '170727.595000', '170727.597000', '170727.600000', '170727.603000', '170727.605000', '170727.608000', '170727.611000', '170727.613000', '170727.616000', '170727.618000', '170727.621000', '170727.624000', '170727.626000', '170727.629000', '170727.632000', '170727.634000', '170727.637000', '170727.639000', '170727.642000', '170727.645000', '170727.647000', '170727.650000', '170727.653000', '170727.655000', '170727.658000', '170747.546000', '170747.549000', '170747.552000', '170747.555000', '170747.557000', '170747.560000', '170747.562000', '170747.565000', '170747.568000', '170747.570000', '170747.573000', '170747.576000', '170747.578000', '170747.581000', '170747.583000', '170747.586000', '170747.589000', '170747.592000', '170747.594000', '170747.597000', '170747.600000', '170747.602000', '170747.605000', '170747.607000', '170747.610000', '170747.612000', '170747.615000', '170747.618000', '170747.620000', '170747.623000', '170747.625000', '170747.628000', '170747.631000', '170747.633000', '170747.636000', '170747.638000', '170747.641000', '170747.643000', '170747.646000', '170747.649000', '170747.651000', '170747.654000', '170747.656000', '170807.548000', '170807.550000', '170807.553000', '170807.556000', '170807.558000', '170807.561000', '170807.563000', '170807.566000', '170807.568000', '170807.571000', '170807.574000', '170807.576000', '170807.579000', '170807.581000', '170807.584000', '170807.587000', '170807.589000', '170807.592000', '170807.595000', '170807.597000', '170807.600000', '170807.602000', '170807.605000', '170807.608000', '170807.610000', '170807.613000', '170807.615000', '170807.618000', '170807.621000', '170807.623000', '170807.626000', '170807.628000', '170807.631000', '170807.634000', '170807.637000', '170807.639000', '170807.642000', '170807.644000', '170807.647000', '170807.649000', '170807.652000', '170807.655000', '170807.657000', '170807.660000', '170827.547000', '170827.550000', '170827.553000', '170827.555000', '170827.558000', '170827.561000', '170827.563000', '170827.566000', '170827.569000', '170827.571000', '170827.574000', '170827.576000', '170827.579000', '170827.582000', '170827.584000', '170827.587000', '170827.590000', '170827.592000', '170827.595000', '170827.597000', '170827.600000', '170827.602000', '170827.605000', '170827.608000', '170827.610000', '170827.613000', '170827.615000', '170827.618000', '170827.621000', '170827.624000', '170827.626000', '170827.629000', '170827.631000', '170827.634000', '170827.637000', '170827.639000', '170827.642000', '170827.644000', '170827.647000', '170827.650000', '170827.652000', '170827.655000', '170827.658000', '170847.547000', '170847.550000', '170847.553000', '170847.555000', '170847.558000', '170847.561000', '170847.563000', '170847.566000', '170847.568000', '170847.571000', '170847.573000', '170847.576000', '170847.579000', '170847.594000', '170847.604000', '170847.606000', '170847.609000', '170847.611000', '170847.614000', '170847.617000', '170847.619000', '170847.622000', '170847.624000', '170847.627000', '170847.629000', '170847.632000', '170847.637000', '170847.639000', '170847.642000', '170847.644000', '170847.647000', '170847.650000', '170847.652000', '170847.655000', '170847.658000', '170847.660000', '170847.663000', '170847.665000', '170847.668000', '170847.671000', '170847.673000', '170847.676000', '170847.679000', '170847.681000', '170907.548000', '170907.551000', '170907.553000', '170907.556000', '170907.558000', '170907.561000', '170907.563000', '170907.566000', '170907.569000', '170907.571000', '170907.574000', '170907.576000', '170907.579000', '170907.582000', '170907.584000', '170907.587000', '170907.590000', '170907.592000', '170907.595000', '170907.598000', '170907.600000', '170907.603000', '170907.606000', '170907.608000', '170907.611000', '170907.614000', '170907.617000', '170907.620000', '170907.623000', '170907.625000', '170907.628000', '170907.630000', '170907.633000', '170907.636000', '170907.638000', '170907.641000', '170907.644000', '170907.646000', '170907.649000', '170907.651000', '170907.654000', '170907.657000', '170907.659000', '170927.548000', '170927.550000', '170927.553000', '170927.556000', '170927.558000', '170927.561000', '170927.564000', '170927.566000', '170927.569000', '170927.571000', '170927.574000', '170927.576000', '170927.579000', '170927.582000', '170927.584000', '170927.587000', '170927.590000', '170927.592000', '170927.595000', '170927.597000', '170927.600000', '170927.602000', '170927.605000', '170927.608000', '170927.610000', '170927.613000', '170927.615000', '170927.618000', '170927.620000', '170927.623000', '170927.626000', '170927.628000', '170927.631000', '170927.633000', '170927.636000', '170927.638000', '170927.641000', '170927.644000', '170927.646000', '170927.649000', '170927.652000', '170927.654000', '170927.657000', '170927.659000', '170939.788000', '170939.791000', '170939.794000', '170939.797000', '170939.800000', '170939.803000', '170939.806000', '170939.809000', '170939.812000', '170939.815000', '170939.818000', '170939.821000', '170939.824000', '170939.826000', '170939.829000', '170939.832000', '170939.834000', '170939.837000', '170939.840000', '170939.843000', '170939.845000', '170939.848000', '170939.851000', '170939.853000', '170939.856000', '170939.859000', '170939.861000'], 'InstanceCreationTime': ['170327.584000', '170327.587000', '170327.590000', '170327.592000', '170327.595000', '170327.598000', '170327.600000', '170327.603000', '170327.605000', '170327.608000', '170327.610000', '170327.613000', '170327.625000', '170327.627000', '170327.630000', '170327.633000', '170327.635000', '170327.638000', '170327.640000', '170327.643000', '170327.646000', '170327.649000', '170327.652000', '170327.654000', '170327.657000', '170327.676000', '170327.679000', '170327.689000', '170327.691000', '170347.547000', '170347.550000', '170347.553000', '170347.555000', '170347.558000', '170347.561000', '170347.563000', '170347.566000', '170347.568000', '170347.571000', '170347.574000', '170347.576000', '170347.579000', '170347.582000', '170347.584000', '170347.587000', '170347.589000', '170347.592000', '170347.595000', '170347.597000', '170347.600000', '170347.602000', '170347.605000', '170347.608000', '170347.610000', '170347.613000', '170347.616000', '170347.618000', '170347.621000', '170347.623000', '170347.626000', '170347.629000', '170347.631000', '170347.634000', '170347.636000', '170347.639000', '170347.641000', '170347.644000', '170347.647000', '170347.649000', '170347.652000', '170347.654000', '170347.662000', '170347.665000', '170407.547000', '170407.550000', '170407.553000', '170407.555000', '170407.558000', '170407.561000', '170407.563000', '170407.566000', '170407.568000', '170407.571000', '170407.573000', '170407.576000', '170407.579000', '170407.582000', '170407.584000', '170407.587000', '170407.589000', '170407.592000', '170407.595000', '170407.598000', '170407.600000', '170407.603000', '170407.606000', '170407.608000', '170407.611000', '170407.624000', '170407.627000', '170407.639000', '170407.641000', '170407.644000', '170407.646000', '170407.649000', '170407.652000', '170407.654000', '170407.657000', '170407.660000', '170407.662000', '170407.665000', '170407.667000', '170407.670000', '170407.673000', '170407.675000', '170407.679000', '170427.547000', '170427.550000', '170427.553000', '170427.556000', '170427.558000', '170427.561000', '170427.564000', '170427.566000', '170427.569000', '170427.571000', '170427.574000', '170427.577000', '170427.579000', '170427.582000', '170427.585000', '170427.587000', '170427.590000', '170427.593000', '170427.595000', '170427.598000', '170427.600000', '170427.603000', '170427.605000', '170427.608000', '170427.610000', '170427.613000', '170427.616000', '170427.618000', '170427.621000', '170427.623000', '170427.626000', '170427.629000', '170427.631000', '170427.634000', '170427.636000', '170427.639000', '170427.642000', '170427.644000', '170427.647000', '170427.650000', '170427.652000', '170427.655000', '170427.657000', '170427.660000', '170447.547000', '170447.550000', '170447.553000', '170447.555000', '170447.558000', '170447.561000', '170447.563000', '170447.566000', '170447.568000', '170447.571000', '170447.574000', '170447.576000', '170447.579000', '170447.581000', '170447.585000', '170447.587000', '170447.590000', '170447.592000', '170447.595000', '170447.598000', '170447.601000', '170447.603000', '170447.606000', '170447.609000', '170447.611000', '170447.614000', '170447.617000', '170447.619000', '170447.622000', '170447.624000', '170447.627000', '170447.630000', '170447.632000', '170447.635000', '170447.638000', '170447.640000', '170447.643000', '170447.645000', '170447.648000', '170447.651000', '170447.653000', '170447.656000', '170447.658000', '170507.547000', '170507.549000', '170507.552000', '170507.555000', '170507.557000', '170507.560000', '170507.562000', '170507.565000', '170507.568000', '170507.570000', '170507.573000', '170507.576000', '170507.578000', '170507.581000', '170507.583000', '170507.586000', '170507.589000', '170507.591000', '170507.594000', '170507.597000', '170507.599000', '170507.602000', '170507.605000', '170507.607000', '170507.610000', '170507.612000', '170507.615000', '170507.618000', '170507.620000', '170507.623000', '170507.625000', '170507.628000', '170507.630000', '170507.633000', '170507.636000', '170507.638000', '170507.641000', '170507.643000', '170507.646000', '170507.649000', '170507.651000', '170507.654000', '170507.656000', '170507.659000', '170527.547000', '170527.549000', '170527.552000', '170527.555000', '170527.557000', '170527.560000', '170527.562000', '170527.565000', '170527.568000', '170527.570000', '170527.573000', '170527.576000', '170527.578000', '170527.581000', '170527.583000', '170527.586000', '170527.589000', '170527.591000', '170527.594000', '170527.597000', '170527.599000', '170527.602000', '170527.604000', '170527.607000', '170527.610000', '170527.612000', '170527.615000', '170527.618000', '170527.620000', '170527.623000', '170527.626000', '170527.628000', '170527.631000', '170527.633000', '170527.636000', '170527.639000', '170527.641000', '170527.644000', '170527.647000', '170527.649000', '170527.652000', '170527.654000', '170527.657000', '170547.547000', '170547.550000', '170547.553000', '170547.556000', '170547.558000', '170547.561000', '170547.568000', '170547.570000', '170547.573000', '170547.576000', '170547.578000', '170547.581000', '170547.583000', '170547.586000', '170547.589000', '170547.592000', '170547.594000', '170547.597000', '170547.600000', '170547.602000', '170547.605000', '170547.622000', '170547.624000', '170547.627000', '170547.630000', '170547.632000', '170547.635000', '170547.637000', '170547.640000', '170547.643000', '170547.645000', '170547.648000', '170547.650000', '170547.653000', '170547.655000', '170547.658000', '170547.661000', '170547.663000', '170547.666000', '170547.669000', '170547.671000', '170547.674000', '170547.677000', '170547.679000', '170607.548000', '170607.550000', '170607.553000', '170607.556000', '170607.558000', '170607.561000', '170607.563000', '170607.566000', '170607.569000', '170607.571000', '170607.574000', '170607.576000', '170607.579000', '170607.582000', '170607.584000', '170607.587000', '170607.589000', '170607.592000', '170607.595000', '170607.597000', '170607.600000', '170607.603000', '170607.605000', '170607.608000', '170607.611000', '170607.613000', '170607.616000', '170607.619000', '170607.622000', '170607.624000', '170607.627000', '170607.629000', '170607.632000', '170607.635000', '170607.637000', '170607.640000', '170607.643000', '170607.645000', '170607.648000', '170607.651000', '170607.653000', '170607.656000', '170607.659000', '170627.547000', '170627.550000', '170627.553000', '170627.555000', '170627.558000', '170627.561000', '170627.563000', '170627.566000', '170627.568000', '170627.571000', '170627.574000', '170627.576000', '170627.579000', '170627.581000', '170627.584000', '170627.587000', '170627.589000', '170627.592000', '170627.595000', '170627.597000', '170627.600000', '170627.603000', '170627.605000', '170627.608000', '170627.610000', '170627.613000', '170627.616000', '170627.618000', '170627.621000', '170627.624000', '170627.626000', '170627.629000', '170627.631000', '170627.634000', '170627.637000', '170627.640000', '170627.642000', '170627.645000', '170627.647000', '170627.650000', '170627.653000', '170627.655000', '170627.658000', '170627.660000', '170647.547000', '170647.550000', '170647.553000', '170647.556000', '170647.558000', '170647.561000', '170647.564000', '170647.566000', '170647.569000', '170647.571000', '170647.574000', '170647.577000', '170647.579000', '170647.582000', '170647.584000', '170647.587000', '170647.590000', '170647.593000', '170647.595000', '170647.598000', '170647.601000', '170647.603000', '170647.606000', '170647.608000', '170647.611000', '170647.614000', '170647.616000', '170647.619000', '170647.621000', '170647.624000', '170647.627000', '170647.629000', '170647.632000', '170647.635000', '170647.637000', '170647.640000', '170647.642000', '170647.645000', '170647.648000', '170647.650000', '170647.653000', '170647.656000', '170707.548000', '170707.551000', '170707.553000', '170707.556000', '170707.558000', '170707.561000', '170707.564000', '170707.566000', '170707.569000', '170707.572000', '170707.575000', '170707.577000', '170707.581000', '170707.583000', '170707.586000', '170707.589000', '170707.591000', '170707.594000', '170707.597000', '170707.599000', '170707.602000', '170707.605000', '170707.607000', '170707.610000', '170707.613000', '170707.615000', '170707.618000', '170707.621000', '170707.623000', '170707.626000', '170707.629000', '170707.631000', '170707.634000', '170707.637000', '170707.640000', '170707.642000', '170707.645000', '170707.648000', '170707.650000', '170707.653000', '170707.655000', '170707.658000', '170707.661000', '170707.663000', '170707.666000', '170727.546000', '170727.549000', '170727.552000', '170727.555000', '170727.558000', '170727.560000', '170727.563000', '170727.566000', '170727.568000', '170727.571000', '170727.573000', '170727.576000', '170727.579000', '170727.581000', '170727.584000', '170727.587000', '170727.590000', '170727.592000', '170727.595000', '170727.597000', '170727.600000', '170727.603000', '170727.605000', '170727.608000', '170727.611000', '170727.613000', '170727.616000', '170727.618000', '170727.621000', '170727.624000', '170727.626000', '170727.629000', '170727.632000', '170727.634000', '170727.637000', '170727.639000', '170727.642000', '170727.645000', '170727.647000', '170727.650000', '170727.653000', '170727.655000', '170727.658000', '170747.546000', '170747.549000', '170747.552000', '170747.555000', '170747.557000', '170747.560000', '170747.562000', '170747.565000', '170747.568000', '170747.570000', '170747.573000', '170747.576000', '170747.578000', '170747.581000', '170747.583000', '170747.586000', '170747.589000', '170747.592000', '170747.594000', '170747.597000', '170747.600000', '170747.602000', '170747.605000', '170747.607000', '170747.610000', '170747.612000', '170747.615000', '170747.618000', '170747.620000', '170747.623000', '170747.625000', '170747.628000', '170747.631000', '170747.633000', '170747.636000', '170747.638000', '170747.641000', '170747.643000', '170747.646000', '170747.649000', '170747.651000', '170747.654000', '170747.656000', '170807.548000', '170807.550000', '170807.553000', '170807.556000', '170807.558000', '170807.561000', '170807.563000', '170807.566000', '170807.568000', '170807.571000', '170807.574000', '170807.576000', '170807.579000', '170807.581000', '170807.584000', '170807.587000', '170807.589000', '170807.592000', '170807.595000', '170807.597000', '170807.600000', '170807.602000', '170807.605000', '170807.608000', '170807.610000', '170807.613000', '170807.615000', '170807.618000', '170807.621000', '170807.623000', '170807.626000', '170807.628000', '170807.631000', '170807.634000', '170807.637000', '170807.639000', '170807.642000', '170807.644000', '170807.647000', '170807.649000', '170807.652000', '170807.655000', '170807.657000', '170807.660000', '170827.547000', '170827.550000', '170827.553000', '170827.555000', '170827.558000', '170827.561000', '170827.563000', '170827.566000', '170827.569000', '170827.571000', '170827.574000', '170827.576000', '170827.579000', '170827.582000', '170827.584000', '170827.587000', '170827.590000', '170827.592000', '170827.595000', '170827.597000', '170827.600000', '170827.602000', '170827.605000', '170827.608000', '170827.610000', '170827.613000', '170827.615000', '170827.618000', '170827.621000', '170827.624000', '170827.626000', '170827.629000', '170827.631000', '170827.634000', '170827.637000', '170827.639000', '170827.642000', '170827.644000', '170827.647000', '170827.650000', '170827.652000', '170827.655000', '170827.658000', '170847.547000', '170847.550000', '170847.553000', '170847.555000', '170847.558000', '170847.561000', '170847.563000', '170847.566000', '170847.568000', '170847.571000', '170847.573000', '170847.576000', '170847.579000', '170847.594000', '170847.604000', '170847.606000', '170847.609000', '170847.611000', '170847.614000', '170847.617000', '170847.619000', '170847.622000', '170847.624000', '170847.627000', '170847.629000', '170847.632000', '170847.637000', '170847.639000', '170847.642000', '170847.644000', '170847.647000', '170847.650000', '170847.652000', '170847.655000', '170847.658000', '170847.660000', '170847.663000', '170847.665000', '170847.668000', '170847.671000', '170847.673000', '170847.676000', '170847.679000', '170847.681000', '170907.548000', '170907.551000', '170907.553000', '170907.556000', '170907.558000', '170907.561000', '170907.563000', '170907.566000', '170907.569000', '170907.571000', '170907.574000', '170907.576000', '170907.579000', '170907.582000', '170907.584000', '170907.587000', '170907.590000', '170907.592000', '170907.595000', '170907.598000', '170907.600000', '170907.603000', '170907.606000', '170907.608000', '170907.611000', '170907.614000', '170907.617000', '170907.620000', '170907.623000', '170907.625000', '170907.628000', '170907.630000', '170907.633000', '170907.636000', '170907.638000', '170907.641000', '170907.644000', '170907.646000', '170907.649000', '170907.651000', '170907.654000', '170907.657000', '170907.659000', '170927.548000', '170927.550000', '170927.553000', '170927.556000', '170927.558000', '170927.561000', '170927.564000', '170927.566000', '170927.569000', '170927.571000', '170927.574000', '170927.576000', '170927.579000', '170927.582000', '170927.584000', '170927.587000', '170927.590000', '170927.592000', '170927.595000', '170927.597000', '170927.600000', '170927.602000', '170927.605000', '170927.608000', '170927.610000', '170927.613000', '170927.615000', '170927.618000', '170927.620000', '170927.623000', '170927.626000', '170927.628000', '170927.631000', '170927.633000', '170927.636000', '170927.638000', '170927.641000', '170927.644000', '170927.646000', '170927.649000', '170927.652000', '170927.654000', '170927.657000', '170927.659000', '170939.788000', '170939.791000', '170939.794000', '170939.797000', '170939.800000', '170939.803000', '170939.806000', '170939.809000', '170939.812000', '170939.815000', '170939.818000', '170939.821000', '170939.824000', '170939.826000', '170939.829000', '170939.832000', '170939.834000', '170939.837000', '170939.840000', '170939.843000', '170939.845000', '170939.848000', '170939.851000', '170939.853000', '170939.856000', '170939.859000', '170939.861000'], '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': [10115, 10934, 9393, 11322, 9444, 14308, 9441, 16309, 12124, 17673, 13487, 15063, 11035, 13486, 10392, 15369, 12688, 16785, 13540, 10342, 15546, 9388, 15137, 10043, 14722, 13135, 10953, 11174, 9062, 11096, 9025, 11257, 9367, 11687, 9523, 11183, 10132, 9148, 10323, 9063, 10580, 9526, 11018, 9763, 10979, 10001, 11706, 10255, 11175, 10037, 11473, 10286, 10119, 10917, 9458, 11302, 9666, 11557, 10075, 11487, 10274, 11515, 10933, 9398, 11231, 9688, 12006, 10125, 11573, 10790, 11401, 10306, 10492, 10044, 10487, 10834, 10991, 10581, 11023, 10374, 11539, 10740, 10247, 10772, 10453, 9750, 15836, 10874, 13829, 10953, 13397, 10451, 17435, 15255, 17575, 12310, 12863, 10197, 18246, 15170, 18655, 14326, 17897, 10345, 11226, 10035, 9716, 10633, 9374, 16415, 11560, 17616, 13489, 11754, 9527, 10560, 9552, 10271, 9730, 11138, 10208, 11963, 9559, 12223, 10047, 10856, 9967, 10758, 9827, 10570, 10122, 10482, 10019, 11022, 9968, 10754, 10044, 10782, 9997, 10723, 9930, 11106, 9707, 10782, 9855, 10721, 9875, 11178, 10057, 10707, 9845, 10990, 9863, 11108, 9848, 10684, 9952, 11342, 9870, 10891, 10021, 10240, 10656, 9683, 10861, 10144, 10311, 10466, 10285, 12113, 10096, 11531, 10114, 10710, 9864, 10987, 10303, 10797, 10338, 14808, 12525, 11152, 10504, 9423, 11308, 9563, 10525, 9673, 11828, 9654, 10613, 10061, 9788, 10522, 9858, 10705, 9875, 10770, 10223, 11158, 10278, 10830, 10219, 10326, 10452, 11040, 10483, 10056, 10834, 12804, 10716, 9884, 11332, 9976, 10767, 10426, 16595, 12712, 15122, 11970, 9689, 15609, 9587, 16560, 13102, 17259, 11532, 12485, 10464, 9776, 13447, 9678, 18104, 14192, 18495, 13994, 13920, 10045, 11267, 9602, 10687, 10067, 14898, 9938, 10319, 10500, 9835, 10498, 9848, 10937, 9879, 11486, 9802, 10472, 9838, 9912, 10574, 9736, 10593, 9826, 10366, 9866, 10381, 9891, 11103, 9797, 10721, 10354, 10071, 10408, 9532, 10274, 9644, 11333, 10060, 10612, 9909, 10420, 10088, 9556, 10354, 9789, 10591, 10167, 9783, 10441, 9452, 10520, 10345, 10518, 10271, 10064, 10516, 10777, 10537, 10879, 10775, 9818, 9985, 10264, 14217, 10103, 12412, 10905, 11963, 15859, 14618, 14703, 10113, 13510, 9778, 13598, 10035, 14819, 11551, 13429, 19044, 16342, 18493, 14529, 14189, 11261, 16342, 13917, 19084, 14813, 12876, 10266, 9794, 9881, 11006, 16780, 13845, 10952, 9916, 9635, 9921, 9686, 9903, 9573, 10338, 10085, 9454, 9902, 9806, 9819, 17296, 10568, 11511, 10095, 10482, 10023, 10390, 10180, 10358, 9871, 10096, 10049, 10372, 9798, 10585, 9547, 9883, 9803, 9757, 9890, 10611, 9707, 10587, 9755, 9970, 9766, 10404, 9793, 9832, 9749, 11044, 9851, 10082, 9768, 10594, 9816, 11148, 9768, 11225, 9863, 10602, 9920, 10049, 9783, 10932, 9841, 10145, 10180, 9898, 9700, 10169, 10422, 9850, 10068, 9765, 10885, 10228, 10088, 10091, 11817, 10027, 10575, 9941, 9961, 9682, 9988, 10296, 10984, 10111, 9861, 10942, 9873, 9872, 9926, 14230, 10061, 10862, 9953, 10712, 10662, 10025, 10369, 12411, 10282, 14010, 10453, 10186, 10482, 10143, 10129, 10108, 11628, 10972, 11322, 9945, 10906, 9607, 16070, 16127, 17842, 19125, 16413, 14789, 20337, 12328, 10361, 11094, 10557, 10359, 9931, 9642, 10344, 9674, 10258, 9982, 10635, 10288, 10110, 10143, 9946, 10604, 9994, 9841, 13210, 11002, 9650, 11013, 10197, 9896, 17864, 12890, 13236, 10500, 12052, 10421, 14205, 10384, 14146, 10279, 12543, 10147, 10429, 10496, 10111, 10008, 10338, 9514, 10346, 10092, 10151, 10261, 9998, 10252, 9787, 10315, 9909, 10355, 9744, 10259, 9861, 10165, 10632, 10381, 10171, 10345, 10931, 10078, 11055, 10183, 9983, 10169, 10259, 11391, 10242, 10998, 10273, 11568, 10426, 10392, 10522, 10149, 10166, 10360, 10158, 10487, 11601, 10385, 10534, 10879, 10466, 11192, 12905, 17323, 13819, 12577, 9956, 10431, 10887, 13186, 17823, 13741, 16469, 12034, 15227, 13812, 12049, 17499, 13656, 17357, 12195, 12770, 10126, 10128, 10345, 9978, 11305, 10084, 12644, 9637, 14788, 9728, 10288, 10183, 10075, 10606, 9960, 10044, 9690, 10014, 9713, 10137, 9828, 9819, 9972, 9306, 9902, 9714, 9699, 10450, 9880, 9326, 9919, 10734, 10157, 10365, 9797, 10251, 10058, 9764, 10185, 9830, 9287, 9747, 9266, 9780, 10457, 10092, 9672, 9681, 9516, 13358, 9249, 11102, 10104, 9674, 9477, 9489, 11085, 9593, 10968, 9458, 9577, 9778, 9959, 9485, 9612, 9666, 10858, 9559, 12642, 10073, 10046, 10808, 10063, 9887, 10376, 9679, 10303, 10066, 11242, 9645, 10021, 10139, 10208, 10715, 10031, 10072, 10892, 9852, 9855, 10063, 10004, 10570, 9811, 9557, 9946, 11750, 9782, 10093, 12081, 9979, 12602, 10467, 9664, 11057, 9944, 11692, 9775, 9998, 14472, 9849, 12073, 9977, 9422, 9414, 9800, 11283, 9177, 10485, 13308, 9742, 11615, 9262, 9549, 10032, 9859, 11032, 9604, 13108, 9700, 10612, 10104, 10130, 9801, 12217, 10009, 11134, 10667, 12012, 14784, 12444, 16580, 11239, 14991, 13087, 14215, 18911, 13893, 16540, 11512, 15888, 10858, 17852, 17474, 18130, 16187, 12974, 16457, 11860, 17858, 16640, 16649, 17464, 13523, 15310, 12513, 12233, 17897, 13942, 16709, 10436, 11353, 10168, 9755, 14248, 9899, 16607, 10586, 13550, 9927, 11881, 10204, 11146, 9595, 9580, 10124, 9811, 16069, 9698, 11295, 9689, 10049, 9909, 10206, 9842, 9201, 9562, 10615, 9876, 9792, 9686, 9784, 9834, 9851, 9756, 9790, 10049, 9849, 9806, 9858, 9617, 9587, 10125, 9572, 10475, 9783, 10328, 9897, 9973, 10470, 9480, 10704, 11835, 10495, 14401, 10012, 10207, 9534, 10645, 9766, 13160, 11350, 10283, 9714, 10466, 9525, 9664, 11544, 10372, 9902, 10194, 9821, 9989, 15559, 9826, 12600, 9738, 10590, 10163, 10106, 9520, 13804, 13399, 17739, 11957, 15250, 10491, 13508, 9600, 14350, 10159, 17330, 12487, 13527, 10102, 9763, 9873, 9962, 10354, 9723, 9989, 9594, 10045, 9835, 10288, 10011, 10157, 9953, 10096, 10757, 9751, 12111, 9674], 'WindowCenter': [4338.0, 4322.0, 4297.0, 4304.0, 4283.0, 4321.0, 4282.0, 4342.0, 4300.0, 4330.0, 4309.0, 4317.0, 4276.0, 4294.0, 4264.0, 4317.0, 4283.0, 4317.0, 4284.0, 4253.0, 4291.0, 4231.0, 4291.0, 4241.0, 4280.0, 4268.0, 4250.0, 4248.0, 4217.0, 4245.0, 4228.0, 4248.0, 4228.0, 4258.0, 4230.0, 4248.0, 4238.0, 4228.0, 4237.0, 4219.0, 4239.0, 4239.0, 4248.0, 4238.0, 4237.0, 4237.0, 4257.0, 4249.0, 4260.0, 4239.0, 4258.0, 4239.0, 4238.0, 4248.0, 4239.0, 4259.0, 4253.0, 4260.0, 4251.0, 4261.0, 4251.0, 4260.0, 4249.0, 4243.0, 4262.0, 4241.0, 4270.0, 4251.0, 4259.0, 4261.0, 4260.0, 4254.0, 4251.0, 4256.0, 4266.0, 4278.0, 4276.0, 4278.0, 4273.0, 4267.0, 4289.0, 4278.0, 4267.0, 4278.0, 4275.0, 4257.0, 4319.0, 4278.0, 4297.0, 4277.0, 4297.0, 4265.0, 4316.0, 4304.0, 4316.0, 4273.0, 4285.0, 4253.0, 4314.0, 4292.0, 4302.0, 4282.0, 4316.0, 4241.0, 4248.0, 4216.0, 4215.0, 4225.0, 4215.0, 4276.0, 4237.0, 4275.0, 4268.0, 4235.0, 4214.0, 4223.0, 4214.0, 4214.0, 4213.0, 4223.0, 4224.0, 4233.0, 4215.0, 4233.0, 4213.0, 4222.0, 4212.0, 4221.0, 4213.0, 4222.0, 4224.0, 4224.0, 4215.0, 4238.0, 4228.0, 4235.0, 4215.0, 4224.0, 4214.0, 4223.0, 4242.0, 4249.0, 4228.0, 4235.0, 4227.0, 4248.0, 4239.0, 4249.0, 4238.0, 4250.0, 4242.0, 4249.0, 4241.0, 4263.0, 4242.0, 4241.0, 4242.0, 4262.0, 4242.0, 4250.0, 4242.0, 4241.0, 4252.0, 4229.0, 4251.0, 4254.0, 4253.0, 4251.0, 4253.0, 4272.0, 4254.0, 4262.0, 4254.0, 4253.0, 4253.0, 4252.0, 4252.0, 4266.0, 4253.0, 4294.0, 4273.0, 4252.0, 4240.0, 4231.0, 4249.0, 4231.0, 4253.0, 4241.0, 4250.0, 4229.0, 4228.0, 4232.0, 4242.0, 4253.0, 4242.0, 4238.0, 4228.0, 4235.0, 4241.0, 4262.0, 4251.0, 4250.0, 4253.0, 4265.0, 4266.0, 4274.0, 4278.0, 4265.0, 4266.0, 4287.0, 4267.0, 4256.0, 4264.0, 4253.0, 4264.0, 4254.0, 4305.0, 4273.0, 4295.0, 4261.0, 4230.0, 4290.0, 4242.0, 4290.0, 4260.0, 4300.0, 4250.0, 4259.0, 4226.0, 4228.0, 4258.0, 4229.0, 4299.0, 4266.0, 4287.0, 4256.0, 4255.0, 4213.0, 4222.0, 4216.0, 4225.0, 4213.0, 4265.0, 4214.0, 4214.0, 4214.0, 4214.0, 4224.0, 4214.0, 4222.0, 4213.0, 4222.0, 4214.0, 4222.0, 4215.0, 4214.0, 4225.0, 4214.0, 4226.0, 4227.0, 4226.0, 4216.0, 4225.0, 4228.0, 4236.0, 4228.0, 4237.0, 4230.0, 4228.0, 4239.0, 4228.0, 4240.0, 4246.0, 4264.0, 4242.0, 4240.0, 4244.0, 4241.0, 4243.0, 4230.0, 4242.0, 4257.0, 4255.0, 4242.0, 4232.0, 4240.0, 4229.0, 4238.0, 4253.0, 4251.0, 4240.0, 4241.0, 4254.0, 4266.0, 4268.0, 4264.0, 4279.0, 4269.0, 4255.0, 4269.0, 4322.0, 4271.0, 4300.0, 4280.0, 4276.0, 4305.0, 4308.0, 4308.0, 4256.0, 4285.0, 4258.0, 4284.0, 4256.0, 4297.0, 4278.0, 4284.0, 4316.0, 4308.0, 4316.0, 4284.0, 4270.0, 4239.0, 4292.0, 4258.0, 4305.0, 4258.0, 4245.0, 4202.0, 4204.0, 4201.0, 4210.0, 4251.0, 4242.0, 4199.0, 4200.0, 4188.0, 4201.0, 4200.0, 4200.0, 4202.0, 4212.0, 4212.0, 4202.0, 4203.0, 4201.0, 4212.0, 4275.0, 4212.0, 4221.0, 4212.0, 4211.0, 4202.0, 4200.0, 4213.0, 4211.0, 4201.0, 4200.0, 4202.0, 4212.0, 4201.0, 4211.0, 4202.0, 4200.0, 4202.0, 4202.0, 4215.0, 4225.0, 4214.0, 4225.0, 4216.0, 4226.0, 4215.0, 4226.0, 4226.0, 4216.0, 4217.0, 4236.0, 4241.0, 4229.0, 4230.0, 4240.0, 4228.0, 4238.0, 4228.0, 4237.0, 4239.0, 4239.0, 4240.0, 4231.0, 4241.0, 4249.0, 4241.0, 4239.0, 4242.0, 4243.0, 4232.0, 4242.0, 4242.0, 4230.0, 4240.0, 4241.0, 4251.0, 4256.0, 4243.0, 4243.0, 4262.0, 4242.0, 4242.0, 4243.0, 4232.0, 4243.0, 4241.0, 4240.0, 4251.0, 4239.0, 4231.0, 4242.0, 4243.0, 4231.0, 4242.0, 4282.0, 4242.0, 4249.0, 4241.0, 4239.0, 4253.0, 4241.0, 4240.0, 4272.0, 4241.0, 4294.0, 4253.0, 4253.0, 4253.0, 4254.0, 4253.0, 4253.0, 4264.0, 4278.0, 4278.0, 4280.0, 4278.0, 4267.0, 4317.0, 4303.0, 4315.0, 4315.0, 4317.0, 4293.0, 4286.0, 4244.0, 4229.0, 4237.0, 4227.0, 4217.0, 4205.0, 4205.0, 4201.0, 4193.0, 4201.0, 4203.0, 4198.0, 4213.0, 4200.0, 4189.0, 4187.0, 4199.0, 4199.0, 4198.0, 4229.0, 4209.0, 4214.0, 4236.0, 4215.0, 4214.0, 4275.0, 4245.0, 4243.0, 4224.0, 4232.0, 4213.0, 4240.0, 4202.0, 4241.0, 4212.0, 4231.0, 4200.0, 4211.0, 4213.0, 4212.0, 4200.0, 4213.0, 4189.0, 4200.0, 4199.0, 4209.0, 4199.0, 4202.0, 4211.0, 4212.0, 4212.0, 4214.0, 4213.0, 4217.0, 4227.0, 4216.0, 4227.0, 4228.0, 4228.0, 4227.0, 4229.0, 4237.0, 4230.0, 4240.0, 4244.0, 4231.0, 4231.0, 4241.0, 4261.0, 4254.0, 4264.0, 4252.0, 4262.0, 4264.0, 4267.0, 4268.0, 4266.0, 4268.0, 4266.0, 4257.0, 4281.0, 4278.0, 4268.0, 4265.0, 4266.0, 4279.0, 4266.0, 4286.0, 4316.0, 4297.0, 4274.0, 4243.0, 4265.0, 4265.0, 4285.0, 4306.0, 4285.0, 4293.0, 4261.0, 4280.0, 4258.0, 4247.0, 4291.0, 4259.0, 4278.0, 4233.0, 4244.0, 4203.0, 4213.0, 4201.0, 4201.0, 4222.0, 4214.0, 4246.0, 4205.0, 4254.0, 4202.0, 4215.0, 4213.0, 4215.0, 4212.0, 4217.0, 4215.0, 4203.0, 4205.0, 4203.0, 4216.0, 4204.0, 4214.0, 4205.0, 4205.0, 4215.0, 4205.0, 4207.0, 4226.0, 4227.0, 4208.0, 4231.0, 4240.0, 4241.0, 4241.0, 4245.0, 4243.0, 4245.0, 4245.0, 4254.0, 4246.0, 4235.0, 4245.0, 4233.0, 4246.0, 4255.0, 4257.0, 4245.0, 4248.0, 4260.0, 4287.0, 4233.0, 4264.0, 4244.0, 4230.0, 4219.0, 4235.0, 4263.0, 4232.0, 4253.0, 4221.0, 4219.0, 4214.0, 4216.0, 4206.0, 4219.0, 4232.0, 4240.0, 4219.0, 4259.0, 4229.0, 4227.0, 4226.0, 4228.0, 4217.0, 4242.0, 4244.0, 4243.0, 4244.0, 4251.0, 4231.0, 4229.0, 4242.0, 4267.0, 4255.0, 4243.0, 4244.0, 4266.0, 4245.0, 4242.0, 4244.0, 4242.0, 4255.0, 4255.0, 4246.0, 4256.0, 4276.0, 4258.0, 4269.0, 4276.0, 4258.0, 4273.0, 4242.0, 4232.0, 4250.0, 4243.0, 4265.0, 4245.0, 4233.0, 4284.0, 4232.0, 4250.0, 4218.0, 4209.0, 4206.0, 4232.0, 4252.0, 4221.0, 4229.0, 4260.0, 4206.0, 4223.0, 4205.0, 4205.0, 4215.0, 4242.0, 4237.0, 4217.0, 4272.0, 4230.0, 4238.0, 4265.0, 4252.0, 4257.0, 4287.0, 4270.0, 4279.0, 4293.0, 4301.0, 4309.0, 4301.0, 4332.0, 4279.0, 4321.0, 4301.0, 4299.0, 4328.0, 4298.0, 4318.0, 4275.0, 4305.0, 4267.0, 4317.0, 4303.0, 4315.0, 4293.0, 4271.0, 4280.0, 4250.0, 4303.0, 4279.0, 4278.0, 4265.0, 4234.0, 4254.0, 4220.0, 4222.0, 4260.0, 4230.0, 4252.0, 4200.0, 4209.0, 4183.0, 4188.0, 4227.0, 4187.0, 4249.0, 4199.0, 4229.0, 4188.0, 4209.0, 4200.0, 4209.0, 4178.0, 4190.0, 4199.0, 4189.0, 4248.0, 4189.0, 4206.0, 4189.0, 4187.0, 4203.0, 4212.0, 4213.0, 4192.0, 4205.0, 4213.0, 4215.0, 4213.0, 4218.0, 4218.0, 4215.0, 4217.0, 4205.0, 4216.0, 4217.0, 4228.0, 4228.0, 4229.0, 4245.0, 4245.0, 4243.0, 4246.0, 4256.0, 4257.0, 4269.0, 4255.0, 4254.0, 4253.0, 4256.0, 4266.0, 4287.0, 4267.0, 4294.0, 4246.0, 4241.0, 4243.0, 4254.0, 4244.0, 4284.0, 4264.0, 4242.0, 4242.0, 4252.0, 4245.0, 4232.0, 4252.0, 4242.0, 4244.0, 4256.0, 4255.0, 4254.0, 4307.0, 4255.0, 4274.0, 4243.0, 4255.0, 4255.0, 4243.0, 4234.0, 4285.0, 4287.0, 4317.0, 4279.0, 4295.0, 4242.0, 4259.0, 4220.0, 4269.0, 4229.0, 4303.0, 4262.0, 4259.0, 4217.0, 4217.0, 4216.0, 4218.0, 4217.0, 4204.0, 4215.0, 4215.0, 4216.0, 4227.0, 4230.0, 4228.0, 4241.0, 4241.0, 4255.0, 4251.0, 4233.0, 4264.0, 4243.0], 'WindowWidth': [9598.0, 9558.0, 9515.0, 9516.0, 9483.0, 9532.0, 9480.0, 9562.0, 9498.0, 9541.0, 9508.0, 9515.0, 9458.0, 9480.0, 9440.0, 9517.0, 9464.0, 9516.0, 9463.0, 9420.0, 9468.0, 9387.0, 9469.0, 9402.0, 9452.0, 9433.0, 9408.0, 9401.0, 9362.0, 9396.0, 9380.0, 9407.0, 9378.0, 9418.0, 9383.0, 9404.0, 9391.0, 9377.0, 9387.0, 9365.0, 9394.0, 9396.0, 9404.0, 9392.0, 9387.0, 9388.0, 9415.0, 9410.0, 9424.0, 9395.0, 9417.0, 9394.0, 9391.0, 9405.0, 9395.0, 9420.0, 9423.0, 9425.0, 9416.0, 9426.0, 9415.0, 9423.0, 9409.0, 9409.0, 9431.0, 9400.0, 9439.0, 9415.0, 9422.0, 9427.0, 9425.0, 9425.0, 9413.0, 9430.0, 9444.0, 9461.0, 9456.0, 9467.0, 9449.0, 9446.0, 9481.0, 9464.0, 9446.0, 9463.0, 9455.0, 9431.0, 9521.0, 9462.0, 9484.0, 9458.0, 9488.0, 9441.0, 9515.0, 9494.0, 9513.0, 9446.0, 9468.0, 9424.0, 9505.0, 9472.0, 9489.0, 9456.0, 9512.0, 9402.0, 9404.0, 9357.0, 9353.0, 9365.0, 9355.0, 9438.0, 9385.0, 9436.0, 9430.0, 9380.0, 9351.0, 9358.0, 9351.0, 9349.0, 9349.0, 9362.0, 9364.0, 9377.0, 9355.0, 9375.0, 9347.0, 9357.0, 9343.0, 9354.0, 9346.0, 9357.0, 9363.0, 9362.0, 9352.0, 9388.0, 9377.0, 9380.0, 9354.0, 9363.0, 9349.0, 9362.0, 9401.0, 9406.0, 9376.0, 9381.0, 9373.0, 9403.0, 9394.0, 9406.0, 9392.0, 9410.0, 9404.0, 9408.0, 9400.0, 9430.0, 9402.0, 9397.0, 9402.0, 9431.0, 9404.0, 9410.0, 9403.0, 9399.0, 9415.0, 9380.0, 9414.0, 9423.0, 9419.0, 9412.0, 9419.0, 9443.0, 9423.0, 9430.0, 9422.0, 9419.0, 9421.0, 9417.0, 9418.0, 9442.0, 9418.0, 9475.0, 9443.0, 9414.0, 9395.0, 9386.0, 9404.0, 9385.0, 9418.0, 9399.0, 9407.0, 9377.0, 9373.0, 9385.0, 9401.0, 9417.0, 9400.0, 9389.0, 9376.0, 9382.0, 9400.0, 9430.0, 9413.0, 9411.0, 9422.0, 9442.0, 9444.0, 9450.0, 9465.0, 9440.0, 9441.0, 9473.0, 9444.0, 9428.0, 9434.0, 9420.0, 9437.0, 9422.0, 9493.0, 9445.0, 9478.0, 9425.0, 9383.0, 9465.0, 9404.0, 9464.0, 9421.0, 9481.0, 9407.0, 9418.0, 9370.0, 9373.0, 9415.0, 9379.0, 9476.0, 9426.0, 9455.0, 9409.0, 9404.0, 9348.0, 9356.0, 9356.0, 9366.0, 9347.0, 9420.0, 9348.0, 9350.0, 9348.0, 9348.0, 9362.0, 9351.0, 9358.0, 9347.0, 9356.0, 9348.0, 9358.0, 9353.0, 9349.0, 9365.0, 9350.0, 9368.0, 9372.0, 9369.0, 9355.0, 9367.0, 9373.0, 9379.0, 9374.0, 9384.0, 9379.0, 9373.0, 9391.0, 9375.0, 9395.0, 9412.0, 9432.0, 9401.0, 9393.0, 9405.0, 9396.0, 9403.0, 9381.0, 9400.0, 9430.0, 9423.0, 9400.0, 9385.0, 9394.0, 9378.0, 9388.0, 9420.0, 9412.0, 9396.0, 9396.0, 9420.0, 9441.0, 9447.0, 9435.0, 9466.0, 9453.0, 9427.0, 9453.0, 9527.0, 9456.0, 9496.0, 9467.0, 9457.0, 9493.0, 9503.0, 9501.0, 9428.0, 9465.0, 9434.0, 9463.0, 9427.0, 9487.0, 9462.0, 9463.0, 9515.0, 9505.0, 9515.0, 9463.0, 9434.0, 9393.0, 9470.0, 9415.0, 9498.0, 9415.0, 9392.0, 9327.0, 9334.0, 9327.0, 9336.0, 9396.0, 9383.0, 9320.0, 9322.0, 9304.0, 9323.0, 9324.0, 9326.0, 9330.0, 9343.0, 9344.0, 9327.0, 9332.0, 9325.0, 9346.0, 9433.0, 9344.0, 9351.0, 9343.0, 9338.0, 9329.0, 9324.0, 9346.0, 9340.0, 9328.0, 9324.0, 9328.0, 9343.0, 9327.0, 9338.0, 9329.0, 9322.0, 9328.0, 9330.0, 9355.0, 9367.0, 9351.0, 9366.0, 9357.0, 9371.0, 9354.0, 9369.0, 9368.0, 9355.0, 9357.0, 9384.0, 9400.0, 9377.0, 9380.0, 9393.0, 9374.0, 9386.0, 9375.0, 9384.0, 9393.0, 9392.0, 9397.0, 9384.0, 9398.0, 9405.0, 9398.0, 9393.0, 9401.0, 9405.0, 9386.0, 9399.0, 9399.0, 9381.0, 9395.0, 9399.0, 9410.0, 9425.0, 9404.0, 9403.0, 9426.0, 9402.0, 9399.0, 9401.0, 9385.0, 9406.0, 9399.0, 9396.0, 9410.0, 9393.0, 9382.0, 9397.0, 9404.0, 9384.0, 9400.0, 9456.0, 9400.0, 9406.0, 9398.0, 9393.0, 9421.0, 9400.0, 9396.0, 9441.0, 9399.0, 9475.0, 9420.0, 9419.0, 9419.0, 9423.0, 9417.0, 9419.0, 9436.0, 9461.0, 9463.0, 9473.0, 9465.0, 9450.0, 9516.0, 9490.0, 9512.0, 9510.0, 9517.0, 9473.0, 9454.0, 9386.0, 9375.0, 9381.0, 9368.0, 9353.0, 9334.0, 9330.0, 9322.0, 9312.0, 9321.0, 9328.0, 9313.0, 9342.0, 9318.0, 9301.0, 9299.0, 9317.0, 9318.0, 9318.0, 9360.0, 9333.0, 9353.0, 9383.0, 9351.0, 9352.0, 9436.0, 9392.0, 9387.0, 9363.0, 9370.0, 9345.0, 9378.0, 9329.0, 9378.0, 9342.0, 9365.0, 9324.0, 9337.0, 9343.0, 9341.0, 9322.0, 9342.0, 9304.0, 9321.0, 9319.0, 9335.0, 9319.0, 9329.0, 9337.0, 9343.0, 9341.0, 9347.0, 9345.0, 9358.0, 9369.0, 9354.0, 9370.0, 9373.0, 9374.0, 9370.0, 9377.0, 9383.0, 9378.0, 9389.0, 9405.0, 9382.0, 9380.0, 9395.0, 9425.0, 9423.0, 9434.0, 9414.0, 9427.0, 9435.0, 9442.0, 9446.0, 9441.0, 9448.0, 9441.0, 9430.0, 9469.0, 9460.0, 9446.0, 9437.0, 9441.0, 9465.0, 9439.0, 9468.0, 9509.0, 9483.0, 9447.0, 9404.0, 9439.0, 9439.0, 9465.0, 9496.0, 9465.0, 9472.0, 9425.0, 9448.0, 9413.0, 9398.0, 9467.0, 9415.0, 9443.0, 9372.0, 9389.0, 9330.0, 9344.0, 9324.0, 9327.0, 9353.0, 9346.0, 9395.0, 9336.0, 9403.0, 9330.0, 9352.0, 9345.0, 9349.0, 9339.0, 9358.0, 9350.0, 9332.0, 9335.0, 9329.0, 9351.0, 9333.0, 9346.0, 9333.0, 9335.0, 9347.0, 9335.0, 9343.0, 9366.0, 9371.0, 9346.0, 9381.0, 9394.0, 9399.0, 9397.0, 9407.0, 9401.0, 9407.0, 9407.0, 9419.0, 9410.0, 9394.0, 9411.0, 9391.0, 9411.0, 9419.0, 9424.0, 9409.0, 9418.0, 9440.0, 9470.0, 9391.0, 9432.0, 9402.0, 9379.0, 9361.0, 9394.0, 9430.0, 9387.0, 9412.0, 9367.0, 9362.0, 9346.0, 9352.0, 9339.0, 9359.0, 9385.0, 9393.0, 9363.0, 9415.0, 9375.0, 9369.0, 9363.0, 9372.0, 9356.0, 9398.0, 9406.0, 9401.0, 9404.0, 9404.0, 9380.0, 9375.0, 9397.0, 9441.0, 9422.0, 9404.0, 9405.0, 9436.0, 9405.0, 9397.0, 9404.0, 9400.0, 9420.0, 9421.0, 9408.0, 9424.0, 9452.0, 9431.0, 9447.0, 9451.0, 9428.0, 9441.0, 9396.0, 9384.0, 9405.0, 9401.0, 9435.0, 9405.0, 9388.0, 9454.0, 9381.0, 9399.0, 9356.0, 9346.0, 9337.0, 9384.0, 9413.0, 9367.0, 9373.0, 9417.0, 9337.0, 9354.0, 9335.0, 9336.0, 9352.0, 9397.0, 9384.0, 9358.0, 9441.0, 9379.0, 9388.0, 9438.0, 9416.0, 9429.0, 9470.0, 9456.0, 9464.0, 9491.0, 9499.0, 9502.0, 9496.0, 9541.0, 9465.0, 9527.0, 9500.0, 9492.0, 9531.0, 9491.0, 9516.0, 9453.0, 9493.0, 9447.0, 9514.0, 9489.0, 9510.0, 9474.0, 9438.0, 9448.0, 9409.0, 9488.0, 9444.0, 9443.0, 9419.0, 9373.0, 9400.0, 9346.0, 9355.0, 9405.0, 9361.0, 9396.0, 9321.0, 9331.0, 9289.0, 9304.0, 9352.0, 9299.0, 9387.0, 9318.0, 9357.0, 9304.0, 9330.0, 9320.0, 9331.0, 9289.0, 9307.0, 9319.0, 9305.0, 9384.0, 9304.0, 9324.0, 9306.0, 9299.0, 9330.0, 9342.0, 9345.0, 9317.0, 9338.0, 9346.0, 9352.0, 9347.0, 9359.0, 9359.0, 9352.0, 9356.0, 9338.0, 9354.0, 9355.0, 9374.0, 9374.0, 9376.0, 9411.0, 9409.0, 9403.0, 9414.0, 9426.0, 9431.0, 9449.0, 9425.0, 9422.0, 9418.0, 9429.0, 9441.0, 9472.0, 9446.0, 9475.0, 9412.0, 9397.0, 9405.0, 9419.0, 9406.0, 9461.0, 9433.0, 9401.0, 9400.0, 9414.0, 9409.0, 9387.0, 9413.0, 9400.0, 9406.0, 9427.0, 9426.0, 9424.0, 9498.0, 9425.0, 9450.0, 9406.0, 9421.0, 9422.0, 9403.0, 9391.0, 9462.0, 9470.0, 9513.0, 9463.0, 9479.0, 9401.0, 9416.0, 9366.0, 9433.0, 9377.0, 9487.0, 9425.0, 9415.0, 9354.0, 9355.0, 9352.0, 9358.0, 9355.0, 9335.0, 9348.0, 9352.0, 9353.0, 9371.0, 9378.0, 9373.0, 9396.0, 9398.0, 9426.0, 9410.0, 9390.0, 9430.0, 9402.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.00237674251497006</td></tr>
<tr><td colspan=3>aqi</td><td>0.04088270431137725</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.588279513669086</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1940501266666659</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057804846762608</td></tr>
<tr><td colspan=3>efc</td><td>0.4778</td></tr>
<tr><td colspan=3>fber</td><td>5347.7959</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1309435364365287</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.682634730538922</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4620018091696405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.343861853208888</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.715836207976692</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.326307366323341</td></tr>
<tr><td colspan=3>gcor</td><td>0.0217574</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016343235969543457</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027284052222967148</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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.7487551773892425</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>26.1165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.8652</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302072.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>917.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9334</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.1683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3430.8131</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.6461</td></tr>
<tr><td colspan=3>tsnr</td><td>28.20284785295371</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>