<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>922f6b6b9a7aecab6573248512f33d6a</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>20:36:6.380000</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.999808, 0.0108634, -0.0163207, -0.00977223, 0.997804, 0.065514]</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.0829396</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>[4159, -7718, -7300, 652, -118, -47, 107, 50]</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>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63fa8e6d-a626-4cb4-8d37-74933499ae8f||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.6824111938476562, -0.026218190789222717, -0.045890770852565765, 108.97985076904297], [-0.02914584055542946, 2.677034616470337, 0.1764230579137802, -102.56075286865234], [-0.04378729313611984, -0.1757691502571106, 2.6938390731811523, -71.30818176269531], [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': ['203606.380000', '203606.840000', '203607.300000', '203607.760000', '203608.220000', '203608.680000', '203609.140000', '203609.600000', '203610.060000', '203610.520000', '203610.980000', '203611.440000', '203611.900000', '203612.360000', '203612.820000', '203613.280000', '203613.740000', '203614.200000', '203614.660000', '203615.120000', '203615.580000', '203616.040000', '203616.500000', '203616.960000', '203617.420000', '203617.880000', '203618.340000', '203618.800000', '203619.260000', '203619.720000', '203620.180000', '203620.640000', '203621.100000', '203621.560000', '203622.020000', '203622.480000', '203622.940000', '203623.400000', '203623.860000', '203624.320000', '203624.780000', '203625.240000', '203625.700000', '203626.160000', '203626.620000', '203627.080000', '203627.540000', '203628.000000', '203628.460000', '203628.920000', '203629.380000', '203629.840000', '203630.300000', '203630.760000', '203631.220000', '203631.680000', '203632.140000', '203632.600000', '203633.060000', '203633.520000', '203633.980000', '203634.440000', '203634.900000', '203635.360000', '203635.820000', '203636.280000', '203636.740000', '203637.200000', '203637.660000', '203638.120000', '203638.580000', '203639.040000', '203639.500000', '203639.960000', '203640.420000', '203640.880000', '203641.340000', '203641.800000', '203642.260000', '203642.720000', '203643.180000', '203643.640000', '203644.100000', '203644.560000', '203645.020000', '203645.480000', '203645.940000', '203646.400000', '203646.860000', '203647.320000', '203647.780000', '203648.240000', '203648.700000', '203649.160000', '203649.620000', '203650.080000', '203650.540000', '203651.000000', '203651.460000', '203651.920000', '203652.380000', '203652.840000', '203653.300000', '203653.760000', '203654.220000', '203654.680000', '203655.140000', '203655.600000', '203656.060000', '203656.520000', '203656.980000', '203657.440000', '203657.900000', '203658.360000', '203658.820000', '203659.280000', '203659.740000', '203700.200000', '203700.660000', '203701.120000', '203701.580000', '203702.040000', '203702.500000', '203702.960000', '203703.420000', '203703.880000', '203704.340000', '203704.800000', '203705.260000', '203705.720000', '203706.180000', '203706.640000', '203707.100000', '203707.560000', '203708.020000', '203708.480000', '203708.940000', '203709.400000', '203709.860000', '203710.320000', '203710.780000', '203711.240000', '203711.700000', '203712.160000', '203712.620000', '203713.080000', '203713.540000', '203714.000000', '203714.460000', '203714.920000', '203715.380000', '203715.840000', '203716.300000', '203716.760000', '203717.220000', '203717.680000', '203718.140000', '203718.600000', '203719.060000', '203719.520000', '203719.980000', '203720.440000', '203720.900000', '203721.360000', '203721.820000', '203722.280000', '203722.740000', '203723.200000', '203723.660000', '203724.120000', '203724.580000', '203725.040000', '203725.500000', '203725.960000', '203726.420000', '203726.880000', '203727.340000', '203727.800000', '203728.260000', '203728.720000', '203729.180000', '203729.640000', '203730.100000', '203730.560000', '203731.020000', '203731.480000', '203731.940000', '203732.400000', '203732.860000', '203733.320000', '203733.780000', '203734.240000', '203734.700000', '203735.160000', '203735.620000', '203736.080000', '203736.540000', '203737.000000', '203737.460000', '203737.920000', '203738.380000', '203738.840000', '203739.300000', '203739.760000', '203740.220000', '203740.680000', '203741.140000', '203741.600000', '203742.060000', '203742.520000', '203742.980000', '203743.440000', '203743.900000', '203744.360000', '203744.820000', '203745.280000', '203745.740000', '203746.200000', '203746.660000', '203747.120000', '203747.580000', '203748.040000', '203748.500000', '203748.960000', '203749.420000', '203749.880000', '203750.340000', '203750.800000', '203751.260000', '203751.720000', '203752.180000', '203752.640000', '203753.100000', '203753.560000', '203754.020000', '203754.480000', '203754.940000', '203755.400000', '203755.860000', '203756.320000', '203756.780000', '203757.240000', '203757.700000', '203758.160000', '203758.620000', '203759.080000', '203759.540000', '203800.000000', '203800.460000', '203800.920000', '203801.380000', '203801.840000', '203802.300000', '203802.760000', '203803.220000', '203803.680000', '203804.140000', '203804.600000', '203805.060000', '203805.520000', '203805.980000', '203806.440000', '203806.900000', '203807.360000', '203807.820000', '203808.280000', '203808.740000', '203809.200000', '203809.660000', '203810.120000', '203810.580000', '203811.040000', '203811.500000', '203811.960000', '203812.420000', '203812.880000', '203813.340000', '203813.800000', '203814.260000', '203814.720000', '203815.180000', '203815.640000', '203816.100000', '203816.560000', '203817.020000', '203817.480000', '203817.940000', '203818.400000', '203818.860000', '203819.320000', '203819.780000', '203820.240000', '203820.700000', '203821.160000', '203821.620000', '203822.080000', '203822.540000', '203823.000000', '203823.460000', '203823.920000', '203824.380000', '203824.840000', '203825.300000', '203825.760000', '203826.220000', '203826.680000', '203827.140000', '203827.600000', '203828.060000', '203828.520000', '203828.980000', '203829.440000', '203829.900000', '203830.360000', '203830.820000', '203831.280000', '203831.740000', '203832.200000', '203832.660000', '203833.120000', '203833.580000', '203834.040000', '203834.500000', '203834.960000', '203835.420000', '203835.880000', '203836.340000', '203836.800000', '203837.260000', '203837.720000', '203838.180000', '203838.640000', '203839.100000', '203839.560000', '203840.020000', '203840.480000', '203840.940000', '203841.400000', '203841.860000', '203842.320000', '203842.780000', '203843.240000', '203843.700000', '203844.160000', '203844.620000', '203845.080000', '203845.540000', '203846.000000', '203846.460000', '203846.920000', '203847.380000', '203847.840000', '203848.300000', '203848.760000', '203849.220000', '203849.680000', '203850.140000', '203850.600000', '203851.060000', '203851.520000', '203851.980000', '203852.440000', '203852.900000', '203853.360000', '203853.820000', '203854.280000', '203854.740000', '203855.200000', '203855.660000', '203856.120000', '203856.580000', '203857.040000', '203857.500000', '203857.960000', '203858.420000', '203858.880000', '203859.340000', '203859.800000', '203900.260000', '203900.720000', '203901.180000', '203901.640000', '203902.100000', '203902.560000', '203903.020000', '203903.480000', '203903.940000', '203904.400000', '203904.860000', '203905.320000', '203905.780000', '203906.240000', '203906.700000', '203907.160000', '203907.620000', '203908.080000', '203908.540000', '203909.000000', '203909.460000', '203909.920000', '203910.380000', '203910.840000', '203911.300000', '203911.760000', '203912.220000', '203912.680000', '203913.140000', '203913.600000', '203914.060000', '203914.520000', '203914.980000', '203915.440000', '203915.900000', '203916.360000', '203916.820000', '203917.280000', '203917.740000', '203918.200000', '203918.660000', '203919.120000', '203919.580000', '203920.040000', '203920.500000', '203920.960000', '203921.420000', '203921.880000', '203922.340000', '203922.800000', '203923.260000', '203923.720000', '203924.180000', '203924.640000', '203925.100000', '203925.560000', '203926.020000', '203926.480000', '203926.940000', '203927.400000', '203927.860000', '203928.320000', '203928.780000', '203929.240000', '203929.700000', '203930.160000', '203930.620000', '203931.080000', '203931.540000', '203932.000000', '203932.460000', '203932.920000', '203933.380000', '203933.840000', '203934.300000', '203934.760000', '203935.220000', '203935.680000', '203936.140000', '203936.600000', '203937.060000', '203937.520000', '203937.980000', '203938.440000', '203938.900000', '203939.360000', '203939.820000', '203940.280000', '203940.740000', '203941.200000', '203941.660000', '203942.120000', '203942.580000', '203943.040000', '203943.500000', '203943.960000', '203944.420000', '203944.880000', '203945.340000', '203945.800000', '203946.260000', '203946.720000', '203947.180000', '203947.640000', '203948.100000', '203948.560000', '203949.020000', '203949.480000', '203949.940000', '203950.400000', '203950.860000', '203951.320000', '203951.780000', '203952.240000', '203952.700000', '203953.160000', '203953.620000', '203954.080000', '203954.540000', '203955.000000', '203955.460000', '203955.920000', '203956.380000', '203956.840000', '203957.300000', '203957.760000', '203958.220000', '203958.680000', '203959.140000', '203959.600000', '204000.060000', '204000.520000', '204000.980000', '204001.440000', '204001.900000', '204002.360000', '204002.820000', '204003.280000', '204003.740000', '204004.200000', '204004.660000', '204005.120000', '204005.580000', '204006.040000', '204006.500000', '204006.960000', '204007.420000', '204007.880000', '204008.340000', '204008.800000', '204009.260000', '204009.720000', '204010.180000', '204010.640000', '204011.100000', '204011.560000', '204012.020000', '204012.480000', '204012.940000', '204013.400000', '204013.860000', '204014.320000', '204014.780000', '204015.240000', '204015.700000', '204016.160000', '204016.620000', '204017.080000', '204017.540000', '204018.000000', '204018.460000', '204018.920000', '204019.380000', '204019.840000', '204020.300000', '204020.760000', '204021.220000', '204021.680000', '204022.140000', '204022.600000', '204023.060000', '204023.520000', '204023.980000', '204024.440000', '204024.900000', '204025.360000', '204025.820000', '204026.280000', '204026.740000', '204027.200000', '204027.660000', '204028.120000', '204028.580000', '204029.040000', '204029.500000', '204029.960000', '204030.420000', '204030.880000', '204031.340000', '204031.800000', '204032.260000', '204032.720000', '204033.180000', '204033.640000', '204034.100000', '204034.560000', '204035.020000', '204035.480000', '204035.940000', '204036.400000', '204036.860000', '204037.320000', '204037.780000', '204038.240000', '204038.700000', '204039.160000', '204039.620000', '204040.080000', '204040.540000', '204041.000000', '204041.460000', '204041.920000', '204042.380000', '204042.840000', '204043.300000', '204043.760000', '204044.220000', '204044.680000', '204045.140000', '204045.600000', '204046.060000', '204046.520000', '204046.980000', '204047.440000', '204047.900000', '204048.360000', '204048.820000', '204049.280000', '204049.740000', '204050.200000', '204050.660000', '204051.120000', '204051.580000', '204052.040000', '204052.500000', '204052.960000', '204053.420000', '204053.880000', '204054.340000', '204054.800000', '204055.260000', '204055.720000', '204056.180000', '204056.640000', '204057.100000', '204057.560000', '204058.020000', '204058.480000', '204058.940000', '204059.400000', '204059.860000', '204100.320000', '204100.780000', '204101.240000', '204101.700000', '204102.160000', '204102.620000', '204103.080000', '204103.540000', '204104.000000', '204104.460000', '204104.920000', '204105.380000', '204105.840000', '204106.300000', '204106.760000', '204107.220000', '204107.680000', '204108.140000', '204108.600000', '204109.060000', '204109.520000', '204109.980000', '204110.440000', '204110.900000', '204111.360000', '204111.820000', '204112.280000', '204112.740000', '204113.200000', '204113.660000', '204114.120000', '204114.580000', '204115.040000', '204115.500000', '204115.960000', '204116.420000', '204116.880000', '204117.340000', '204117.800000', '204118.260000', '204118.720000', '204119.180000', '204119.640000', '204120.100000', '204120.560000', '204121.020000', '204121.480000', '204121.940000', '204122.400000', '204122.860000', '204123.320000', '204123.780000', '204124.240000', '204124.700000', '204125.160000', '204125.620000', '204126.080000', '204126.540000', '204127.000000', '204127.460000', '204127.920000', '204128.380000', '204128.840000', '204129.300000', '204129.760000', '204130.220000', '204130.680000', '204131.140000', '204131.600000', '204132.060000', '204132.520000', '204132.980000', '204133.440000', '204133.900000', '204134.360000', '204134.820000', '204135.280000', '204135.740000', '204136.200000', '204136.660000', '204137.120000', '204137.580000', '204138.040000', '204138.500000', '204138.960000', '204139.420000', '204139.880000', '204140.340000', '204140.800000', '204141.260000', '204141.720000', '204142.180000', '204142.640000', '204143.100000', '204143.560000', '204144.020000', '204144.480000', '204144.940000', '204145.400000', '204145.860000', '204146.320000', '204146.780000', '204147.240000', '204147.700000', '204148.160000', '204148.620000', '204149.080000', '204149.540000', '204150.000000', '204150.460000', '204150.920000', '204151.380000', '204151.840000', '204152.300000', '204152.760000', '204153.220000', '204153.680000', '204154.140000', '204154.600000', '204155.060000', '204155.520000', '204155.980000', '204156.440000', '204156.900000', '204157.360000', '204157.820000', '204158.280000', '204158.740000', '204159.200000', '204159.660000', '204200.120000', '204200.580000', '204201.040000', '204201.500000', '204201.960000', '204202.420000', '204202.880000', '204203.340000', '204203.800000', '204204.260000', '204204.720000', '204205.180000', '204205.640000', '204206.100000', '204206.560000', '204207.020000', '204207.480000', '204207.940000', '204208.400000', '204208.860000', '204209.320000', '204209.780000', '204210.240000', '204210.700000', '204211.160000', '204211.620000', '204212.080000', '204212.540000', '204213.000000', '204213.460000', '204213.920000', '204214.380000', '204214.840000', '204215.300000', '204215.760000', '204216.220000', '204216.680000', '204217.140000', '204217.600000', '204218.060000', '204218.520000', '204218.980000', '204219.440000', '204219.900000', '204220.360000', '204220.820000', '204221.280000', '204221.740000', '204222.200000', '204222.660000', '204223.120000', '204223.580000', '204224.040000', '204224.500000', '204224.960000', '204225.420000', '204225.880000', '204226.340000', '204226.800000', '204227.260000', '204227.720000', '204228.180000', '204228.640000', '204229.100000', '204229.560000', '204230.020000', '204230.480000', '204230.940000', '204231.400000', '204231.860000'], 'ContentTime': ['203625.446000', '203625.449000', '203625.452000', '203625.454000', '203625.457000', '203625.460000', '203625.462000', '203625.465000', '203625.467000', '203625.470000', '203625.472000', '203625.475000', '203625.478000', '203625.480000', '203625.483000', '203625.485000', '203625.488000', '203625.491000', '203625.493000', '203625.496000', '203625.499000', '203625.502000', '203625.504000', '203625.507000', '203625.509000', '203625.512000', '203625.521000', '203625.523000', '203625.526000', '203625.529000', '203625.531000', '203625.534000', '203625.536000', '203625.539000', '203625.541000', '203625.544000', '203625.546000', '203625.549000', '203625.552000', '203645.416000', '203645.419000', '203645.422000', '203645.424000', '203645.430000', '203645.432000', '203645.435000', '203645.438000', '203645.440000', '203645.443000', '203645.445000', '203645.448000', '203645.450000', '203645.453000', '203645.455000', '203645.458000', '203645.461000', '203645.463000', '203645.466000', '203645.468000', '203645.471000', '203645.474000', '203645.476000', '203645.479000', '203645.481000', '203645.484000', '203645.486000', '203645.489000', '203645.492000', '203645.494000', '203645.497000', '203645.499000', '203645.502000', '203645.504000', '203645.507000', '203645.509000', '203645.512000', '203645.515000', '203645.517000', '203645.520000', '203645.522000', '203645.527000', '203645.530000', '203645.532000', '203705.417000', '203705.420000', '203705.422000', '203705.425000', '203705.427000', '203705.430000', '203705.433000', '203705.435000', '203705.438000', '203705.440000', '203705.443000', '203705.445000', '203705.448000', '203705.451000', '203705.453000', '203705.456000', '203705.458000', '203705.461000', '203705.464000', '203705.466000', '203705.469000', '203705.471000', '203705.474000', '203705.476000', '203705.479000', '203705.481000', '203705.484000', '203705.486000', '203705.489000', '203705.492000', '203705.494000', '203705.497000', '203705.499000', '203705.502000', '203705.505000', '203705.507000', '203705.510000', '203705.512000', '203705.515000', '203705.518000', '203705.520000', '203705.523000', '203705.525000', '203725.417000', '203725.420000', '203725.423000', '203725.425000', '203725.428000', '203725.431000', '203725.433000', '203725.436000', '203725.438000', '203725.441000', '203725.443000', '203725.446000', '203725.449000', '203725.451000', '203725.454000', '203725.456000', '203725.459000', '203725.461000', '203725.464000', '203725.467000', '203725.469000', '203725.472000', '203725.474000', '203725.477000', '203725.479000', '203725.482000', '203725.485000', '203725.487000', '203725.490000', '203725.502000', '203725.504000', '203725.507000', '203725.509000', '203725.512000', '203725.514000', '203725.517000', '203725.519000', '203725.522000', '203725.525000', '203725.527000', '203725.530000', '203725.532000', '203725.535000', '203725.538000', '203745.418000', '203745.420000', '203745.423000', '203745.426000', '203745.428000', '203745.431000', '203745.433000', '203745.436000', '203745.439000', '203745.443000', '203745.446000', '203745.448000', '203745.451000', '203745.453000', '203745.456000', '203745.459000', '203745.461000', '203745.464000', '203745.466000', '203745.469000', '203745.471000', '203745.474000', '203745.477000', '203745.479000', '203745.483000', '203745.486000', '203745.489000', '203745.491000', '203745.494000', '203745.497000', '203745.499000', '203745.502000', '203745.504000', '203745.507000', '203745.510000', '203745.512000', '203745.515000', '203745.517000', '203745.520000', '203745.523000', '203745.525000', '203745.528000', '203745.530000', '203805.417000', '203805.420000', '203805.423000', '203805.425000', '203805.428000', '203805.430000', '203805.433000', '203805.436000', '203805.438000', '203805.441000', '203805.443000', '203805.446000', '203805.449000', '203805.451000', '203805.454000', '203805.456000', '203805.459000', '203805.462000', '203805.464000', '203805.467000', '203805.469000', '203805.472000', '203805.474000', '203805.477000', '203805.480000', '203805.482000', '203805.485000', '203805.487000', '203805.490000', '203805.493000', '203805.495000', '203805.498000', '203805.500000', '203805.506000', '203805.509000', '203805.511000', '203805.514000', '203805.516000', '203805.519000', '203805.521000', '203805.524000', '203805.527000', '203805.529000', '203805.532000', '203825.417000', '203825.420000', '203825.423000', '203825.425000', '203825.428000', '203825.431000', '203825.433000', '203825.436000', '203825.438000', '203825.441000', '203825.443000', '203825.446000', '203825.449000', '203825.451000', '203825.454000', '203825.456000', '203825.459000', '203825.461000', '203825.464000', '203825.467000', '203825.469000', '203825.472000', '203825.474000', '203825.477000', '203825.479000', '203825.482000', '203825.485000', '203825.488000', '203825.491000', '203825.494000', '203825.496000', '203825.499000', '203825.501000', '203825.504000', '203825.507000', '203825.509000', '203825.512000', '203825.514000', '203825.517000', '203825.519000', '203825.522000', '203825.525000', '203825.527000', '203845.416000', '203845.419000', '203845.422000', '203845.424000', '203845.427000', '203845.430000', '203845.432000', '203845.435000', '203845.437000', '203845.440000', '203845.443000', '203845.445000', '203845.448000', '203845.450000', '203845.453000', '203845.456000', '203845.458000', '203845.461000', '203845.463000', '203845.466000', '203845.469000', '203845.471000', '203845.474000', '203845.476000', '203845.479000', '203845.481000', '203845.484000', '203845.487000', '203845.489000', '203845.492000', '203845.494000', '203845.497000', '203845.500000', '203845.502000', '203845.505000', '203845.507000', '203845.510000', '203845.512000', '203845.515000', '203845.518000', '203845.520000', '203845.523000', '203845.526000', '203845.528000', '203905.417000', '203905.420000', '203905.422000', '203905.425000', '203905.427000', '203905.430000', '203905.433000', '203905.435000', '203905.438000', '203905.440000', '203905.443000', '203905.445000', '203905.448000', '203905.451000', '203905.453000', '203905.456000', '203905.459000', '203905.461000', '203905.464000', '203905.467000', '203905.469000', '203905.472000', '203905.474000', '203905.477000', '203905.515000', '203905.517000', '203905.520000', '203905.523000', '203905.526000', '203905.528000', '203905.531000', '203905.534000', '203905.536000', '203905.539000', '203905.541000', '203905.544000', '203905.546000', '203905.549000', '203905.552000', '203905.554000', '203905.557000', '203905.560000', '203905.562000', '203925.417000', '203925.419000', '203925.422000', '203925.424000', '203925.427000', '203925.430000', '203925.432000', '203925.435000', '203925.437000', '203925.440000', '203925.443000', '203925.445000', '203925.448000', '203925.450000', '203925.453000', '203925.456000', '203925.458000', '203925.461000', '203925.463000', '203925.466000', '203925.469000', '203925.471000', '203925.474000', '203925.476000', '203925.479000', '203925.482000', '203925.484000', '203925.487000', '203925.489000', '203925.492000', '203925.495000', '203925.497000', '203925.500000', '203925.502000', '203925.505000', '203925.507000', '203925.510000', '203925.513000', '203925.515000', '203925.518000', '203925.520000', '203925.523000', '203925.526000', '203925.528000', '203945.418000', '203945.421000', '203945.423000', '203945.426000', '203945.429000', '203945.431000', '203945.434000', '203945.436000', '203945.439000', '203945.442000', '203945.444000', '203945.447000', '203945.449000', '203945.452000', '203945.455000', '203945.457000', '203945.460000', '203945.463000', '203945.465000', '203945.468000', '203945.470000', '203945.473000', '203945.475000', '203945.478000', '203945.481000', '203945.483000', '203945.486000', '203945.489000', '203945.491000', '203945.494000', '203945.497000', '203945.500000', '203945.502000', '203945.505000', '203945.508000', '203945.510000', '203945.513000', '203945.516000', '203945.518000', '203945.521000', '203945.523000', '203945.526000', '203945.529000', '204005.418000', '204005.420000', '204005.423000', '204005.426000', '204005.428000', '204005.431000', '204005.434000', '204005.436000', '204005.439000', '204005.441000', '204005.444000', '204005.447000', '204005.449000', '204005.452000', '204005.454000', '204005.457000', '204005.459000', '204005.462000', '204005.465000', '204005.467000', '204005.470000', '204005.472000', '204005.475000', '204005.478000', '204005.480000', '204005.483000', '204005.485000', '204005.488000', '204005.490000', '204005.493000', '204005.496000', '204005.498000', '204005.501000', '204005.503000', '204005.506000', '204005.509000', '204005.511000', '204005.514000', '204005.517000', '204005.519000', '204005.522000', '204005.525000', '204005.527000', '204005.530000', '204025.417000', '204025.420000', '204025.423000', '204025.425000', '204025.428000', '204025.431000', '204025.433000', '204025.436000', '204025.438000', '204025.441000', '204025.443000', '204025.446000', '204025.449000', '204025.451000', '204025.454000', '204025.456000', '204025.459000', '204025.462000', '204025.464000', '204025.467000', '204025.469000', '204025.472000', '204025.475000', '204025.477000', '204025.480000', '204025.482000', '204025.485000', '204025.488000', '204025.490000', '204025.493000', '204025.495000', '204025.498000', '204025.500000', '204025.503000', '204025.506000', '204025.508000', '204025.511000', '204025.514000', '204025.516000', '204025.519000', '204025.521000', '204025.524000', '204025.526000', '204045.418000', '204045.420000', '204045.423000', '204045.426000', '204045.428000', '204045.431000', '204045.434000', '204045.436000', '204045.439000', '204045.441000', '204045.444000', '204045.447000', '204045.449000', '204045.452000', '204045.454000', '204045.457000', '204045.460000', '204045.462000', '204045.465000', '204045.467000', '204045.470000', '204045.473000', '204045.475000', '204045.478000', '204045.480000', '204045.483000', '204045.486000', '204045.488000', '204045.491000', '204045.493000', '204045.496000', '204045.499000', '204045.501000', '204045.504000', '204045.506000', '204045.509000', '204045.512000', '204045.514000', '204045.517000', '204045.520000', '204045.522000', '204045.525000', '204045.528000', '204045.530000', '204105.416000', '204105.419000', '204105.422000', '204105.424000', '204105.427000', '204105.430000', '204105.432000', '204105.435000', '204105.438000', '204105.440000', '204105.443000', '204105.445000', '204105.448000', '204105.451000', '204105.453000', '204105.456000', '204105.458000', '204105.461000', '204105.464000', '204105.466000', '204105.469000', '204105.471000', '204105.474000', '204105.477000', '204105.479000', '204105.482000', '204105.484000', '204105.487000', '204105.490000', '204105.492000', '204105.495000', '204105.497000', '204105.500000', '204105.503000', '204105.505000', '204105.508000', '204105.510000', '204105.513000', '204105.516000', '204105.518000', '204105.521000', '204105.523000', '204105.526000', '204125.417000', '204125.420000', '204125.422000', '204125.425000', '204125.427000', '204125.430000', '204125.433000', '204125.435000', '204125.438000', '204125.440000', '204125.443000', '204125.446000', '204125.448000', '204125.451000', '204125.453000', '204125.456000', '204125.459000', '204125.461000', '204125.464000', '204125.466000', '204125.469000', '204125.472000', '204125.474000', '204125.477000', '204125.479000', '204125.482000', '204125.484000', '204125.487000', '204125.490000', '204125.492000', '204125.495000', '204125.497000', '204125.500000', '204125.503000', '204125.505000', '204125.508000', '204125.510000', '204125.513000', '204125.516000', '204125.518000', '204125.521000', '204125.523000', '204125.526000', '204125.529000', '204145.417000', '204145.419000', '204145.422000', '204145.425000', '204145.427000', '204145.430000', '204145.433000', '204145.435000', '204145.438000', '204145.440000', '204145.443000', '204145.445000', '204145.448000', '204145.452000', '204145.455000', '204145.458000', '204145.460000', '204145.463000', '204145.466000', '204145.468000', '204145.471000', '204145.473000', '204145.476000', '204145.479000', '204145.481000', '204145.484000', '204145.486000', '204145.489000', '204145.491000', '204145.494000', '204145.497000', '204145.499000', '204145.502000', '204145.504000', '204145.507000', '204145.510000', '204145.512000', '204145.515000', '204145.517000', '204145.520000', '204145.522000', '204145.525000', '204145.528000', '204205.418000', '204205.420000', '204205.423000', '204205.426000', '204205.428000', '204205.431000', '204205.434000', '204205.436000', '204205.439000', '204205.441000', '204205.444000', '204205.447000', '204205.449000', '204205.452000', '204205.454000', '204205.457000', '204205.470000', '204205.472000', '204205.475000', '204205.478000', '204205.480000', '204205.483000', '204205.485000', '204205.488000', '204205.490000', '204205.493000', '204205.495000', '204205.498000', '204205.501000', '204205.503000', '204205.506000', '204205.508000', '204205.511000', '204205.514000', '204205.516000', '204205.519000', '204205.521000', '204205.524000', '204205.526000', '204205.529000', '204205.532000', '204205.534000', '204205.537000', '204225.418000', '204225.420000', '204225.423000', '204225.426000', '204225.428000', '204225.431000', '204225.434000', '204225.436000', '204225.439000', '204225.441000', '204225.444000', '204225.447000', '204225.449000', '204225.452000', '204225.455000', '204225.457000', '204225.460000', '204225.463000', '204225.465000', '204225.468000', '204225.471000', '204225.473000', '204225.476000', '204225.478000', '204225.481000', '204225.483000', '204225.486000', '204225.489000', '204225.491000', '204225.494000', '204225.496000', '204225.499000', '204225.502000', '204225.504000', '204225.507000', '204225.509000', '204225.512000', '204225.515000', '204225.517000', '204225.520000', '204225.522000', '204225.525000', '204225.527000', '204225.530000', '204232.928000', '204232.931000', '204232.934000', '204232.937000', '204232.939000', '204232.942000', '204232.945000', '204232.948000', '204232.950000', '204232.953000', '204232.956000', '204232.959000', '204232.961000', '204232.964000', '204232.967000', '204232.969000', '204232.972000'], 'InstanceCreationTime': ['203625.446000', '203625.449000', '203625.452000', '203625.454000', '203625.457000', '203625.460000', '203625.462000', '203625.465000', '203625.467000', '203625.470000', '203625.472000', '203625.475000', '203625.478000', '203625.480000', '203625.483000', '203625.485000', '203625.488000', '203625.491000', '203625.493000', '203625.496000', '203625.499000', '203625.502000', '203625.504000', '203625.507000', '203625.509000', '203625.512000', '203625.521000', '203625.523000', '203625.526000', '203625.529000', '203625.531000', '203625.534000', '203625.536000', '203625.539000', '203625.541000', '203625.544000', '203625.546000', '203625.549000', '203625.552000', '203645.416000', '203645.419000', '203645.422000', '203645.424000', '203645.430000', '203645.432000', '203645.435000', '203645.438000', '203645.440000', '203645.443000', '203645.445000', '203645.448000', '203645.450000', '203645.453000', '203645.455000', '203645.458000', '203645.461000', '203645.463000', '203645.466000', '203645.468000', '203645.471000', '203645.474000', '203645.476000', '203645.479000', '203645.481000', '203645.484000', '203645.486000', '203645.489000', '203645.492000', '203645.494000', '203645.497000', '203645.499000', '203645.502000', '203645.504000', '203645.507000', '203645.509000', '203645.512000', '203645.515000', '203645.517000', '203645.520000', '203645.522000', '203645.527000', '203645.530000', '203645.532000', '203705.417000', '203705.420000', '203705.422000', '203705.425000', '203705.427000', '203705.430000', '203705.433000', '203705.435000', '203705.438000', '203705.440000', '203705.443000', '203705.445000', '203705.448000', '203705.451000', '203705.453000', '203705.456000', '203705.458000', '203705.461000', '203705.464000', '203705.466000', '203705.469000', '203705.471000', '203705.474000', '203705.476000', '203705.479000', '203705.481000', '203705.484000', '203705.486000', '203705.489000', '203705.492000', '203705.494000', '203705.497000', '203705.499000', '203705.502000', '203705.505000', '203705.507000', '203705.510000', '203705.512000', '203705.515000', '203705.518000', '203705.520000', '203705.523000', '203705.525000', '203725.417000', '203725.420000', '203725.423000', '203725.425000', '203725.428000', '203725.431000', '203725.433000', '203725.436000', '203725.438000', '203725.441000', '203725.443000', '203725.446000', '203725.449000', '203725.451000', '203725.454000', '203725.456000', '203725.459000', '203725.461000', '203725.464000', '203725.467000', '203725.469000', '203725.472000', '203725.474000', '203725.477000', '203725.479000', '203725.482000', '203725.485000', '203725.487000', '203725.490000', '203725.502000', '203725.504000', '203725.507000', '203725.509000', '203725.512000', '203725.514000', '203725.517000', '203725.519000', '203725.522000', '203725.525000', '203725.527000', '203725.530000', '203725.532000', '203725.535000', '203725.538000', '203745.418000', '203745.420000', '203745.423000', '203745.426000', '203745.428000', '203745.431000', '203745.433000', '203745.436000', '203745.439000', '203745.443000', '203745.446000', '203745.448000', '203745.451000', '203745.453000', '203745.456000', '203745.459000', '203745.461000', '203745.464000', '203745.466000', '203745.469000', '203745.471000', '203745.474000', '203745.477000', '203745.479000', '203745.483000', '203745.486000', '203745.489000', '203745.491000', '203745.494000', '203745.497000', '203745.499000', '203745.502000', '203745.504000', '203745.507000', '203745.510000', '203745.512000', '203745.515000', '203745.517000', '203745.520000', '203745.523000', '203745.525000', '203745.528000', '203745.530000', '203805.417000', '203805.420000', '203805.423000', '203805.425000', '203805.428000', '203805.430000', '203805.433000', '203805.436000', '203805.438000', '203805.441000', '203805.443000', '203805.446000', '203805.449000', '203805.451000', '203805.454000', '203805.456000', '203805.459000', '203805.462000', '203805.464000', '203805.467000', '203805.469000', '203805.472000', '203805.474000', '203805.477000', '203805.480000', '203805.482000', '203805.485000', '203805.487000', '203805.490000', '203805.493000', '203805.495000', '203805.498000', '203805.500000', '203805.506000', '203805.509000', '203805.511000', '203805.514000', '203805.516000', '203805.519000', '203805.521000', '203805.524000', '203805.527000', '203805.529000', '203805.532000', '203825.417000', '203825.420000', '203825.423000', '203825.425000', '203825.428000', '203825.431000', '203825.433000', '203825.436000', '203825.438000', '203825.441000', '203825.443000', '203825.446000', '203825.449000', '203825.451000', '203825.454000', '203825.456000', '203825.459000', '203825.461000', '203825.464000', '203825.467000', '203825.469000', '203825.472000', '203825.474000', '203825.477000', '203825.479000', '203825.482000', '203825.485000', '203825.488000', '203825.491000', '203825.494000', '203825.496000', '203825.499000', '203825.501000', '203825.504000', '203825.507000', '203825.509000', '203825.512000', '203825.514000', '203825.517000', '203825.519000', '203825.522000', '203825.525000', '203825.527000', '203845.416000', '203845.419000', '203845.422000', '203845.424000', '203845.427000', '203845.430000', '203845.432000', '203845.435000', '203845.437000', '203845.440000', '203845.443000', '203845.445000', '203845.448000', '203845.450000', '203845.453000', '203845.456000', '203845.458000', '203845.461000', '203845.463000', '203845.466000', '203845.469000', '203845.471000', '203845.474000', '203845.476000', '203845.479000', '203845.481000', '203845.484000', '203845.487000', '203845.489000', '203845.492000', '203845.494000', '203845.497000', '203845.500000', '203845.502000', '203845.505000', '203845.507000', '203845.510000', '203845.512000', '203845.515000', '203845.518000', '203845.520000', '203845.523000', '203845.526000', '203845.528000', '203905.417000', '203905.420000', '203905.422000', '203905.425000', '203905.427000', '203905.430000', '203905.433000', '203905.435000', '203905.438000', '203905.440000', '203905.443000', '203905.445000', '203905.448000', '203905.451000', '203905.453000', '203905.456000', '203905.459000', '203905.461000', '203905.464000', '203905.467000', '203905.469000', '203905.472000', '203905.474000', '203905.477000', '203905.515000', '203905.517000', '203905.520000', '203905.523000', '203905.526000', '203905.528000', '203905.531000', '203905.534000', '203905.536000', '203905.539000', '203905.541000', '203905.544000', '203905.546000', '203905.549000', '203905.552000', '203905.554000', '203905.557000', '203905.560000', '203905.562000', '203925.417000', '203925.419000', '203925.422000', '203925.424000', '203925.427000', '203925.430000', '203925.432000', '203925.435000', '203925.437000', '203925.440000', '203925.443000', '203925.445000', '203925.448000', '203925.450000', '203925.453000', '203925.456000', '203925.458000', '203925.461000', '203925.463000', '203925.466000', '203925.469000', '203925.471000', '203925.474000', '203925.476000', '203925.479000', '203925.482000', '203925.484000', '203925.487000', '203925.489000', '203925.492000', '203925.495000', '203925.497000', '203925.500000', '203925.502000', '203925.505000', '203925.507000', '203925.510000', '203925.513000', '203925.515000', '203925.518000', '203925.520000', '203925.523000', '203925.526000', '203925.528000', '203945.418000', '203945.421000', '203945.423000', '203945.426000', '203945.429000', '203945.431000', '203945.434000', '203945.436000', '203945.439000', '203945.442000', '203945.444000', '203945.447000', '203945.449000', '203945.452000', '203945.455000', '203945.457000', '203945.460000', '203945.463000', '203945.465000', '203945.468000', '203945.470000', '203945.473000', '203945.475000', '203945.478000', '203945.481000', '203945.483000', '203945.486000', '203945.489000', '203945.491000', '203945.494000', '203945.497000', '203945.500000', '203945.502000', '203945.505000', '203945.508000', '203945.510000', '203945.513000', '203945.516000', '203945.518000', '203945.521000', '203945.523000', '203945.526000', '203945.529000', '204005.418000', '204005.420000', '204005.423000', '204005.426000', '204005.428000', '204005.431000', '204005.434000', '204005.436000', '204005.439000', '204005.441000', '204005.444000', '204005.447000', '204005.449000', '204005.452000', '204005.454000', '204005.457000', '204005.459000', '204005.462000', '204005.465000', '204005.467000', '204005.470000', '204005.472000', '204005.475000', '204005.478000', '204005.480000', '204005.483000', '204005.485000', '204005.488000', '204005.490000', '204005.493000', '204005.496000', '204005.498000', '204005.501000', '204005.503000', '204005.506000', '204005.509000', '204005.511000', '204005.514000', '204005.517000', '204005.519000', '204005.522000', '204005.525000', '204005.527000', '204005.530000', '204025.417000', '204025.420000', '204025.423000', '204025.425000', '204025.428000', '204025.431000', '204025.433000', '204025.436000', '204025.438000', '204025.441000', '204025.443000', '204025.446000', '204025.449000', '204025.451000', '204025.454000', '204025.456000', '204025.459000', '204025.462000', '204025.464000', '204025.467000', '204025.469000', '204025.472000', '204025.475000', '204025.477000', '204025.480000', '204025.482000', '204025.485000', '204025.488000', '204025.490000', '204025.493000', '204025.495000', '204025.498000', '204025.500000', '204025.503000', '204025.506000', '204025.508000', '204025.511000', '204025.514000', '204025.516000', '204025.519000', '204025.521000', '204025.524000', '204025.526000', '204045.418000', '204045.420000', '204045.423000', '204045.426000', '204045.428000', '204045.431000', '204045.434000', '204045.436000', '204045.439000', '204045.441000', '204045.444000', '204045.447000', '204045.449000', '204045.452000', '204045.454000', '204045.457000', '204045.460000', '204045.462000', '204045.465000', '204045.467000', '204045.470000', '204045.473000', '204045.475000', '204045.478000', '204045.480000', '204045.483000', '204045.486000', '204045.488000', '204045.491000', '204045.493000', '204045.496000', '204045.499000', '204045.501000', '204045.504000', '204045.506000', '204045.509000', '204045.512000', '204045.514000', '204045.517000', '204045.520000', '204045.522000', '204045.525000', '204045.528000', '204045.530000', '204105.416000', '204105.419000', '204105.422000', '204105.424000', '204105.427000', '204105.430000', '204105.432000', '204105.435000', '204105.438000', '204105.440000', '204105.443000', '204105.445000', '204105.448000', '204105.451000', '204105.453000', '204105.456000', '204105.458000', '204105.461000', '204105.464000', '204105.466000', '204105.469000', '204105.471000', '204105.474000', '204105.477000', '204105.479000', '204105.482000', '204105.484000', '204105.487000', '204105.490000', '204105.492000', '204105.495000', '204105.497000', '204105.500000', '204105.503000', '204105.505000', '204105.508000', '204105.510000', '204105.513000', '204105.516000', '204105.518000', '204105.521000', '204105.523000', '204105.526000', '204125.417000', '204125.420000', '204125.422000', '204125.425000', '204125.427000', '204125.430000', '204125.433000', '204125.435000', '204125.438000', '204125.440000', '204125.443000', '204125.446000', '204125.448000', '204125.451000', '204125.453000', '204125.456000', '204125.459000', '204125.461000', '204125.464000', '204125.466000', '204125.469000', '204125.472000', '204125.474000', '204125.477000', '204125.479000', '204125.482000', '204125.484000', '204125.487000', '204125.490000', '204125.492000', '204125.495000', '204125.497000', '204125.500000', '204125.503000', '204125.505000', '204125.508000', '204125.510000', '204125.513000', '204125.516000', '204125.518000', '204125.521000', '204125.523000', '204125.526000', '204125.529000', '204145.417000', '204145.419000', '204145.422000', '204145.425000', '204145.427000', '204145.430000', '204145.433000', '204145.435000', '204145.438000', '204145.440000', '204145.443000', '204145.445000', '204145.448000', '204145.452000', '204145.455000', '204145.458000', '204145.460000', '204145.463000', '204145.466000', '204145.468000', '204145.471000', '204145.473000', '204145.476000', '204145.479000', '204145.481000', '204145.484000', '204145.486000', '204145.489000', '204145.491000', '204145.494000', '204145.497000', '204145.499000', '204145.502000', '204145.504000', '204145.507000', '204145.510000', '204145.512000', '204145.515000', '204145.517000', '204145.520000', '204145.522000', '204145.525000', '204145.528000', '204205.418000', '204205.420000', '204205.423000', '204205.426000', '204205.428000', '204205.431000', '204205.434000', '204205.436000', '204205.439000', '204205.441000', '204205.444000', '204205.447000', '204205.449000', '204205.452000', '204205.454000', '204205.457000', '204205.470000', '204205.472000', '204205.475000', '204205.478000', '204205.480000', '204205.483000', '204205.485000', '204205.488000', '204205.490000', '204205.493000', '204205.495000', '204205.498000', '204205.501000', '204205.503000', '204205.506000', '204205.508000', '204205.511000', '204205.514000', '204205.516000', '204205.519000', '204205.521000', '204205.524000', '204205.526000', '204205.529000', '204205.532000', '204205.534000', '204205.537000', '204225.418000', '204225.420000', '204225.423000', '204225.426000', '204225.428000', '204225.431000', '204225.434000', '204225.436000', '204225.439000', '204225.441000', '204225.444000', '204225.447000', '204225.449000', '204225.452000', '204225.455000', '204225.457000', '204225.460000', '204225.463000', '204225.465000', '204225.468000', '204225.471000', '204225.473000', '204225.476000', '204225.478000', '204225.481000', '204225.483000', '204225.486000', '204225.489000', '204225.491000', '204225.494000', '204225.496000', '204225.499000', '204225.502000', '204225.504000', '204225.507000', '204225.509000', '204225.512000', '204225.515000', '204225.517000', '204225.520000', '204225.522000', '204225.525000', '204225.527000', '204225.530000', '204232.928000', '204232.931000', '204232.934000', '204232.937000', '204232.939000', '204232.942000', '204232.945000', '204232.948000', '204232.950000', '204232.953000', '204232.956000', '204232.959000', '204232.961000', '204232.964000', '204232.967000', '204232.969000', '204232.972000'], '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': [9355, 10943, 8684, 8991, 8356, 8944, 8593, 9772, 9154, 9628, 8303, 9215, 10502, 8538, 9136, 9610, 8723, 8911, 9358, 8962, 8759, 9879, 9399, 9425, 7446, 9229, 10112, 8425, 9137, 10336, 8504, 8987, 10473, 8529, 8977, 10595, 8622, 9066, 9683, 8611, 8808, 9544, 9038, 9491, 8306, 9630, 8206, 9484, 9727, 8486, 7251, 8448, 9009, 12093, 9323, 8707, 9255, 8059, 8765, 8517, 9249, 8472, 9211, 8076, 8583, 9077, 7790, 8691, 8923, 8632, 8692, 8920, 7271, 9068, 8365, 8612, 9239, 8468, 8644, 8577, 8989, 8864, 9301, 8809, 8935, 9679, 8606, 9129, 10385, 7920, 9053, 11292, 8469, 8703, 9063, 8610, 8791, 8763, 8983, 9727, 8360, 8995, 10115, 8801, 10309, 9839, 10358, 9127, 10198, 9408, 10024, 8357, 9805, 10213, 13782, 9029, 9912, 13145, 8244, 9107, 8412, 9098, 11238, 9157, 9645, 12188, 8678, 9077, 10009, 9133, 9281, 8321, 9208, 10454, 9515, 9231, 10272, 8889, 9213, 8820, 9011, 9121, 8249, 9118, 8710, 8957, 9207, 8378, 9409, 9183, 9482, 9494, 9508, 8785, 9309, 8203, 8873, 9099, 8861, 9341, 9287, 8745, 9604, 10041, 9149, 8118, 8794, 8147, 7892, 8146, 7786, 8720, 9522, 14506, 8509, 9018, 8286, 8442, 8868, 8035, 8458, 9165, 8319, 8447, 9269, 7905, 8753, 9613, 7976, 8368, 9598, 8112, 8567, 8426, 8526, 9192, 8052, 8628, 8401, 8358, 8811, 8902, 8600, 9399, 7894, 8814, 10196, 7831, 8886, 10006, 7944, 8866, 9222, 8139, 8632, 10180, 7983, 8896, 10403, 8286, 8587, 9705, 8323, 8656, 9188, 8352, 8818, 9080, 8514, 8769, 9565, 8540, 9451, 7705, 9297, 10215, 8392, 8583, 7803, 8351, 8750, 7797, 8758, 8803, 9472, 8498, 9162, 9535, 8992, 9572, 8222, 8977, 9835, 7920, 8910, 10169, 8446, 9114, 9531, 8873, 9888, 9427, 9513, 8324, 8261, 8289, 8879, 14014, 8776, 8535, 10987, 7983, 8363, 10473, 7742, 8763, 10124, 8155, 8387, 10630, 8095, 8359, 9797, 8262, 8285, 8672, 8445, 8693, 9309, 8695, 9371, 7961, 8831, 9381, 7993, 8528, 10232, 7780, 8801, 10990, 8204, 8574, 8211, 8865, 10403, 8694, 8505, 8433, 8638, 8512, 9312, 8251, 9078, 13955, 8743, 8709, 10209, 8141, 8521, 10525, 8179, 8574, 10729, 8122, 8630, 9840, 8290, 8213, 8211, 8159, 8868, 8837, 8514, 9355, 8047, 8706, 9429, 8288, 8728, 8422, 8309, 8931, 8763, 8510, 10008, 9011, 8832, 8552, 9130, 8224, 8408, 9010, 10681, 8318, 8974, 8885, 8222, 8391, 7913, 8422, 9233, 8970, 8510, 10616, 8176, 8546, 10139, 8232, 8770, 9422, 8366, 8389, 7734, 7573, 8410, 7768, 8092, 8666, 10804, 8080, 8542, 9814, 8779, 8490, 9465, 8573, 8661, 9423, 8177, 8672, 9743, 8230, 8638, 9857, 8336, 8335, 8385, 8437, 8198, 9260, 8736, 9161, 8807, 8795, 9399, 8109, 8826, 9712, 8296, 8717, 9215, 8292, 8569, 8715, 8220, 8524, 8230, 8557, 9042, 8250, 8643, 9208, 8200, 8819, 9621, 8272, 8545, 9570, 8203, 8481, 9716, 8268, 8536, 8084, 8223, 8605, 8180, 8969, 9637, 8541, 8730, 9989, 8159, 8408, 9885, 9132, 8779, 9076, 8079, 8740, 10034, 8011, 8685, 10283, 8232, 8622, 9734, 8204, 8662, 9899, 8352, 8557, 10485, 8118, 8626, 9768, 8087, 8519, 9709, 8194, 8303, 9055, 8356, 8683, 8120, 8244, 8408, 8733, 8353, 8586, 8866, 8632, 8966, 8000, 8631, 9467, 8191, 8842, 9747, 8316, 8573, 9666, 8079, 8578, 8137, 8383, 9231, 8159, 8413, 9514, 8026, 8882, 10010, 7863, 8560, 10136, 8328, 8708, 10026, 8220, 8683, 10541, 8314, 8813, 10282, 8097, 8530, 10111, 8438, 8427, 8498, 8511, 8737, 9794, 8343, 8632, 9022, 8502, 8754, 9307, 8800, 9422, 8591, 10283, 8531, 8397, 7882, 9269, 9872, 9111, 11141, 9469, 8719, 8786, 8548, 8954, 8839, 14426, 13205, 8399, 8699, 12161, 8126, 8573, 10549, 8384, 7952, 8557, 8190, 8476, 9292, 8080, 7922, 8437, 8181, 8051, 8339, 8106, 8683, 8455, 8341, 9324, 8249, 8500, 9453, 8461, 8455, 9389, 8237, 8589, 9956, 8140, 8380, 10138, 8287, 8711, 10524, 8323, 8670, 10328, 8231, 8530, 10396, 8234, 8445, 8998, 8299, 8316, 8548, 8465, 9791, 8254, 8755, 9614, 8535, 8687, 10053, 8244, 8270, 9213, 8308, 8256, 8270, 9277, 8425, 9308, 9538, 8243, 9349, 9393, 8982, 10982, 8301, 10904, 9892, 9152, 9955, 8905, 11634, 13985, 8795, 12090, 8390, 8970, 9688, 9019, 8792, 12988, 8966, 10069, 12889, 8925, 7965, 8183, 9085, 9347, 8787, 8225, 8438, 8671, 8013, 8200, 8930, 8838, 8618, 8954, 8928, 8846, 8165, 8125, 8940, 9123, 8579, 9190, 9510, 8227, 8480, 9089, 8728, 8300, 8975, 8839, 9184, 8250, 8652, 9867, 8245, 8701, 9921, 8301, 8721, 8987, 8327, 8736, 8245, 8584, 8653, 8952, 8799, 9721, 8199, 12608, 8232, 8763, 8359, 8836, 8215, 8887, 12610, 8735, 8551, 9150, 8638, 8747, 9194, 8668, 8655, 9541, 8190, 8762, 9539, 8274, 8755, 8127, 8371, 8850, 8005, 8588, 10191, 8050, 8647, 9747, 8141, 8687, 9875, 8177, 8859, 10403, 8135, 8222, 10200, 8047, 8736, 9372, 8346, 8445, 8953, 8700, 8642, 8935, 8646, 9968, 8905, 8704, 8883, 8768, 8633, 8495, 8726, 8920, 8809, 8010, 8678, 9410, 8189, 8391, 9698, 8179, 8942, 9594, 8413, 8781, 9087, 8379, 8921, 8947, 8711, 9526, 8330, 8611, 8195, 8573, 8315, 9334, 11993, 12152, 8672, 9480, 8213, 8622, 9116, 8260, 8948, 9385, 8817, 8802, 10301, 9207, 9205, 10725, 8419, 8935, 9620, 8527, 8640, 7595, 8926, 9272, 9028, 8984, 9904, 8270, 8724, 10231, 8197, 9247, 10006, 8580, 8655, 7880, 8717, 8837, 8811, 9023, 10007, 8211, 8894, 10087, 8039, 9398, 10347, 8834, 8856, 8323, 8641, 8615, 8119, 8950, 9346, 8776, 9595, 8312, 9536, 7755, 9347, 8826, 8914, 9123, 8726], 'WindowCenter': [3837.0, 3829.0, 3807.0, 3803.0, 3790.0, 3790.0, 3789.0, 3800.0, 3800.0, 3799.0, 3778.0, 3788.0, 3797.0, 3787.0, 3788.0, 3799.0, 3788.0, 3788.0, 3787.0, 3789.0, 3788.0, 3799.0, 3800.0, 3800.0, 3778.0, 3800.0, 3798.0, 3777.0, 3799.0, 3798.0, 3789.0, 3788.0, 3797.0, 3787.0, 3788.0, 3797.0, 3788.0, 3788.0, 3788.0, 3788.0, 3787.0, 3785.0, 3788.0, 3788.0, 3777.0, 3799.0, 3790.0, 3802.0, 3799.0, 3791.0, 3779.0, 3791.0, 3801.0, 3823.0, 3789.0, 3778.0, 3787.0, 3775.0, 3777.0, 3777.0, 3787.0, 3776.0, 3787.0, 3764.0, 3776.0, 3787.0, 3764.0, 3787.0, 3787.0, 3788.0, 3787.0, 3787.0, 3766.0, 3799.0, 3787.0, 3788.0, 3799.0, 3788.0, 3789.0, 3790.0, 3788.0, 3788.0, 3799.0, 3788.0, 3788.0, 3798.0, 3788.0, 3787.0, 3799.0, 3777.0, 3788.0, 3797.0, 3777.0, 3776.0, 3785.0, 3775.0, 3775.0, 3775.0, 3786.0, 3785.0, 3775.0, 3775.0, 3785.0, 3788.0, 3810.0, 3798.0, 3796.0, 3770.0, 3781.0, 3771.0, 3785.0, 3787.0, 3799.0, 3813.0, 3822.0, 3787.0, 3799.0, 3805.0, 3778.0, 3774.0, 3774.0, 3775.0, 3795.0, 3774.0, 3785.0, 3795.0, 3773.0, 3773.0, 3771.0, 3772.0, 3774.0, 3761.0, 3772.0, 3782.0, 3771.0, 3771.0, 3770.0, 3758.0, 3758.0, 3757.0, 3759.0, 3770.0, 3759.0, 3760.0, 3760.0, 3759.0, 3771.0, 3758.0, 3771.0, 3771.0, 3771.0, 3771.0, 3771.0, 3760.0, 3772.0, 3760.0, 3773.0, 3773.0, 3772.0, 3773.0, 3773.0, 3774.0, 3785.0, 3784.0, 3784.0, 3776.0, 3776.0, 3777.0, 3775.0, 3775.0, 3764.0, 3776.0, 3799.0, 3819.0, 3775.0, 3775.0, 3763.0, 3763.0, 3775.0, 3763.0, 3774.0, 3787.0, 3775.0, 3776.0, 3785.0, 3764.0, 3775.0, 3785.0, 3775.0, 3776.0, 3786.0, 3778.0, 3790.0, 3789.0, 3787.0, 3786.0, 3776.0, 3787.0, 3776.0, 3777.0, 3790.0, 3787.0, 3789.0, 3787.0, 3776.0, 3787.0, 3797.0, 3765.0, 3787.0, 3797.0, 3776.0, 3787.0, 3786.0, 3776.0, 3787.0, 3797.0, 3777.0, 3788.0, 3797.0, 3777.0, 3788.0, 3786.0, 3776.0, 3787.0, 3786.0, 3778.0, 3789.0, 3787.0, 3777.0, 3776.0, 3786.0, 3776.0, 3786.0, 3777.0, 3787.0, 3797.0, 3776.0, 3777.0, 3764.0, 3776.0, 3787.0, 3765.0, 3777.0, 3786.0, 3787.0, 3776.0, 3787.0, 3786.0, 3788.0, 3787.0, 3776.0, 3788.0, 3797.0, 3776.0, 3787.0, 3797.0, 3788.0, 3789.0, 3800.0, 3801.0, 3802.0, 3803.0, 3801.0, 3791.0, 3789.0, 3790.0, 3803.0, 3835.0, 3789.0, 3778.0, 3798.0, 3774.0, 3776.0, 3796.0, 3765.0, 3787.0, 3785.0, 3776.0, 3776.0, 3795.0, 3765.0, 3776.0, 3797.0, 3775.0, 3776.0, 3775.0, 3776.0, 3776.0, 3784.0, 3787.0, 3787.0, 3776.0, 3788.0, 3786.0, 3776.0, 3788.0, 3796.0, 3778.0, 3791.0, 3809.0, 3791.0, 3788.0, 3776.0, 3801.0, 3855.0, 3804.0, 3804.0, 3791.0, 3802.0, 3804.0, 3804.0, 3806.0, 3816.0, 3848.0, 3804.0, 3791.0, 3802.0, 3778.0, 3789.0, 3798.0, 3777.0, 3788.0, 3799.0, 3778.0, 3789.0, 3787.0, 3776.0, 3777.0, 3776.0, 3778.0, 3789.0, 3787.0, 3788.0, 3787.0, 3777.0, 3777.0, 3788.0, 3778.0, 3790.0, 3778.0, 3777.0, 3788.0, 3776.0, 3787.0, 3800.0, 3775.0, 3786.0, 3790.0, 3801.0, 3778.0, 3789.0, 3789.0, 3799.0, 3777.0, 3789.0, 3786.0, 3788.0, 3777.0, 3777.0, 3790.0, 3799.0, 3788.0, 3789.0, 3797.0, 3775.0, 3775.0, 3786.0, 3777.0, 3776.0, 3786.0, 3776.0, 3777.0, 3770.0, 3780.0, 3789.0, 3779.0, 3778.0, 3787.0, 3810.0, 3765.0, 3776.0, 3786.0, 3775.0, 3776.0, 3787.0, 3775.0, 3787.0, 3774.0, 3774.0, 3775.0, 3785.0, 3776.0, 3777.0, 3786.0, 3776.0, 3775.0, 3775.0, 3776.0, 3775.0, 3786.0, 3787.0, 3787.0, 3775.0, 3776.0, 3785.0, 3775.0, 3786.0, 3786.0, 3776.0, 3777.0, 3785.0, 3776.0, 3776.0, 3774.0, 3776.0, 3787.0, 3776.0, 3788.0, 3786.0, 3776.0, 3777.0, 3787.0, 3789.0, 3788.0, 3787.0, 3777.0, 3788.0, 3786.0, 3777.0, 3790.0, 3799.0, 3789.0, 3790.0, 3778.0, 3789.0, 3789.0, 3790.0, 3802.0, 3801.0, 3790.0, 3790.0, 3799.0, 3778.0, 3789.0, 3800.0, 3801.0, 3789.0, 3789.0, 3777.0, 3789.0, 3798.0, 3777.0, 3789.0, 3798.0, 3778.0, 3788.0, 3786.0, 3776.0, 3788.0, 3798.0, 3777.0, 3789.0, 3796.0, 3777.0, 3788.0, 3798.0, 3777.0, 3789.0, 3798.0, 3777.0, 3777.0, 3786.0, 3777.0, 3788.0, 3776.0, 3777.0, 3777.0, 3786.0, 3776.0, 3788.0, 3787.0, 3788.0, 3787.0, 3776.0, 3787.0, 3787.0, 3777.0, 3789.0, 3789.0, 3777.0, 3788.0, 3786.0, 3778.0, 3789.0, 3778.0, 3789.0, 3788.0, 3777.0, 3778.0, 3798.0, 3777.0, 3789.0, 3801.0, 3778.0, 3788.0, 3798.0, 3777.0, 3789.0, 3799.0, 3778.0, 3789.0, 3796.0, 3777.0, 3788.0, 3798.0, 3777.0, 3788.0, 3797.0, 3776.0, 3776.0, 3774.0, 3775.0, 3788.0, 3797.0, 3788.0, 3788.0, 3786.0, 3787.0, 3787.0, 3799.0, 3790.0, 3801.0, 3791.0, 3801.0, 3790.0, 3791.0, 3778.0, 3801.0, 3800.0, 3802.0, 3811.0, 3803.0, 3792.0, 3792.0, 3790.0, 3790.0, 3791.0, 3835.0, 3809.0, 3765.0, 3776.0, 3795.0, 3776.0, 3777.0, 3796.0, 3776.0, 3776.0, 3775.0, 3776.0, 3778.0, 3787.0, 3778.0, 3777.0, 3776.0, 3778.0, 3779.0, 3789.0, 3780.0, 3789.0, 3777.0, 3778.0, 3788.0, 3777.0, 3789.0, 3801.0, 3778.0, 3779.0, 3788.0, 3778.0, 3778.0, 3798.0, 3780.0, 3778.0, 3799.0, 3777.0, 3778.0, 3797.0, 3776.0, 3789.0, 3798.0, 3776.0, 3777.0, 3785.0, 3776.0, 3777.0, 3788.0, 3778.0, 3789.0, 3775.0, 3778.0, 3787.0, 3776.0, 3777.0, 3787.0, 3778.0, 3788.0, 3787.0, 3778.0, 3778.0, 3786.0, 3789.0, 3793.0, 3789.0, 3788.0, 3777.0, 3786.0, 3782.0, 3761.0, 3773.0, 3786.0, 3815.0, 3811.0, 3777.0, 3801.0, 3800.0, 3801.0, 3799.0, 3790.0, 3813.0, 3821.0, 3777.0, 3808.0, 3764.0, 3774.0, 3774.0, 3776.0, 3776.0, 3808.0, 3776.0, 3786.0, 3794.0, 3773.0, 3764.0, 3762.0, 3773.0, 3773.0, 3761.0, 3762.0, 3761.0, 3761.0, 3764.0, 3775.0, 3774.0, 3773.0, 3762.0, 3772.0, 3771.0, 3773.0, 3775.0, 3765.0, 3776.0, 3773.0, 3773.0, 3775.0, 3773.0, 3775.0, 3777.0, 3774.0, 3776.0, 3775.0, 3774.0, 3775.0, 3786.0, 3776.0, 3777.0, 3787.0, 3777.0, 3777.0, 3785.0, 3777.0, 3789.0, 3787.0, 3777.0, 3778.0, 3776.0, 3776.0, 3777.0, 3801.0, 3791.0, 3799.0, 3791.0, 3824.0, 3790.0, 3777.0, 3778.0, 3788.0, 3793.0, 3803.0, 3824.0, 3790.0, 3789.0, 3788.0, 3776.0, 3788.0, 3788.0, 3777.0, 3788.0, 3785.0, 3776.0, 3777.0, 3787.0, 3778.0, 3788.0, 3777.0, 3777.0, 3787.0, 3776.0, 3788.0, 3798.0, 3777.0, 3788.0, 3787.0, 3776.0, 3788.0, 3798.0, 3778.0, 3789.0, 3798.0, 3777.0, 3777.0, 3786.0, 3776.0, 3789.0, 3786.0, 3775.0, 3776.0, 3775.0, 3776.0, 3776.0, 3776.0, 3788.0, 3798.0, 3775.0, 3776.0, 3775.0, 3774.0, 3776.0, 3775.0, 3787.0, 3788.0, 3787.0, 3776.0, 3789.0, 3785.0, 3777.0, 3777.0, 3788.0, 3789.0, 3788.0, 3788.0, 3790.0, 3788.0, 3786.0, 3789.0, 3801.0, 3802.0, 3802.0, 3802.0, 3791.0, 3802.0, 3801.0, 3802.0, 3804.0, 3818.0, 3839.0, 3825.0, 3803.0, 3800.0, 3776.0, 3789.0, 3791.0, 3788.0, 3789.0, 3787.0, 3774.0, 3775.0, 3785.0, 3788.0, 3787.0, 3797.0, 3775.0, 3775.0, 3772.0, 3773.0, 3774.0, 3775.0, 3786.0, 3786.0, 3786.0, 3787.0, 3786.0, 3774.0, 3775.0, 3796.0, 3777.0, 3786.0, 3784.0, 3775.0, 3774.0, 3764.0, 3775.0, 3787.0, 3785.0, 3786.0, 3785.0, 3774.0, 3775.0, 3785.0, 3775.0, 3786.0, 3784.0, 3786.0, 3774.0, 3774.0, 3774.0, 3775.0, 3775.0, 3787.0, 3799.0, 3789.0, 3798.0, 3773.0, 3786.0, 3774.0, 3796.0, 3796.0, 3796.0, 3810.0, 3731.0], 'WindowWidth': [8622.0, 8595.0, 8557.0, 8546.0, 8521.0, 8523.0, 8521.0, 8534.0, 8534.0, 8532.0, 8502.0, 8516.0, 8525.0, 8511.0, 8516.0, 8530.0, 8516.0, 8517.0, 8513.0, 8518.0, 8517.0, 8531.0, 8534.0, 8534.0, 8503.0, 8535.0, 8530.0, 8499.0, 8532.0, 8531.0, 8519.0, 8517.0, 8526.0, 8513.0, 8516.0, 8526.0, 8514.0, 8517.0, 8516.0, 8515.0, 8512.0, 8506.0, 8516.0, 8516.0, 8500.0, 8532.0, 8522.0, 8539.0, 8531.0, 8524.0, 8506.0, 8524.0, 8538.0, 8572.0, 8517.0, 8500.0, 8513.0, 8492.0, 8497.0, 8498.0, 8511.0, 8495.0, 8511.0, 8475.0, 8494.0, 8510.0, 8477.0, 8510.0, 8513.0, 8512.0, 8513.0, 8514.0, 8485.0, 8532.0, 8515.0, 8515.0, 8533.0, 8515.0, 8518.0, 8523.0, 8516.0, 8516.0, 8531.0, 8515.0, 8516.0, 8529.0, 8514.0, 8514.0, 8531.0, 8499.0, 8514.0, 8528.0, 8497.0, 8497.0, 8506.0, 8492.0, 8495.0, 8493.0, 8509.0, 8506.0, 8493.0, 8494.0, 8506.0, 8514.0, 8550.0, 8528.0, 8521.0, 8479.0, 8493.0, 8480.0, 8505.0, 8514.0, 8531.0, 8563.0, 8572.0, 8511.0, 8530.0, 8529.0, 8502.0, 8489.0, 8489.0, 8492.0, 8520.0, 8490.0, 8505.0, 8518.0, 8485.0, 8487.0, 8481.0, 8481.0, 8487.0, 8466.0, 8480.0, 8497.0, 8477.0, 8478.0, 8475.0, 8455.0, 8456.0, 8452.0, 8460.0, 8475.0, 8459.0, 8462.0, 8461.0, 8459.0, 8478.0, 8458.0, 8478.0, 8478.0, 8477.0, 8480.0, 8479.0, 8465.0, 8483.0, 8465.0, 8485.0, 8487.0, 8482.0, 8486.0, 8486.0, 8489.0, 8506.0, 8501.0, 8503.0, 8495.0, 8492.0, 8497.0, 8491.0, 8491.0, 8475.0, 8494.0, 8531.0, 8558.0, 8492.0, 8492.0, 8471.0, 8474.0, 8492.0, 8472.0, 8489.0, 8511.0, 8494.0, 8494.0, 8504.0, 8475.0, 8492.0, 8504.0, 8493.0, 8496.0, 8508.0, 8502.0, 8522.0, 8519.0, 8513.0, 8509.0, 8495.0, 8511.0, 8495.0, 8499.0, 8521.0, 8514.0, 8516.0, 8512.0, 8495.0, 8512.0, 8526.0, 8480.0, 8512.0, 8527.0, 8495.0, 8512.0, 8509.0, 8495.0, 8512.0, 8524.0, 8498.0, 8517.0, 8526.0, 8499.0, 8515.0, 8508.0, 8496.0, 8513.0, 8510.0, 8500.0, 8518.0, 8512.0, 8499.0, 8497.0, 8507.0, 8495.0, 8511.0, 8499.0, 8513.0, 8525.0, 8497.0, 8500.0, 8478.0, 8494.0, 8513.0, 8480.0, 8499.0, 8510.0, 8509.0, 8497.0, 8512.0, 8509.0, 8514.0, 8513.0, 8496.0, 8517.0, 8525.0, 8496.0, 8513.0, 8527.0, 8516.0, 8518.0, 8533.0, 8539.0, 8541.0, 8541.0, 8538.0, 8524.0, 8519.0, 8522.0, 8546.0, 8591.0, 8518.0, 8500.0, 8526.0, 8491.0, 8495.0, 8523.0, 8482.0, 8511.0, 8507.0, 8496.0, 8495.0, 8519.0, 8479.0, 8497.0, 8526.0, 8493.0, 8496.0, 8492.0, 8496.0, 8497.0, 8505.0, 8514.0, 8515.0, 8496.0, 8514.0, 8509.0, 8496.0, 8516.0, 8524.0, 8501.0, 8525.0, 8546.0, 8523.0, 8514.0, 8496.0, 8538.0, 8634.0, 8547.0, 8551.0, 8524.0, 8543.0, 8545.0, 8546.0, 8555.0, 8566.0, 8616.0, 8546.0, 8524.0, 8539.0, 8501.0, 8515.0, 8527.0, 8496.0, 8514.0, 8531.0, 8503.0, 8516.0, 8510.0, 8496.0, 8498.0, 8494.0, 8500.0, 8518.0, 8511.0, 8514.0, 8510.0, 8496.0, 8497.0, 8516.0, 8502.0, 8523.0, 8500.0, 8497.0, 8514.0, 8495.0, 8512.0, 8536.0, 8492.0, 8508.0, 8522.0, 8537.0, 8501.0, 8518.0, 8518.0, 8530.0, 8499.0, 8516.0, 8509.0, 8514.0, 8500.0, 8501.0, 8520.0, 8533.0, 8513.0, 8518.0, 8523.0, 8491.0, 8492.0, 8508.0, 8498.0, 8495.0, 8509.0, 8496.0, 8499.0, 8491.0, 8505.0, 8515.0, 8503.0, 8500.0, 8512.0, 8549.0, 8478.0, 8491.0, 8506.0, 8488.0, 8493.0, 8514.0, 8492.0, 8512.0, 8488.0, 8488.0, 8492.0, 8504.0, 8494.0, 8498.0, 8507.0, 8495.0, 8493.0, 8490.0, 8494.0, 8494.0, 8507.0, 8512.0, 8512.0, 8492.0, 8495.0, 8506.0, 8491.0, 8508.0, 8510.0, 8495.0, 8498.0, 8506.0, 8494.0, 8496.0, 8491.0, 8495.0, 8513.0, 8496.0, 8514.0, 8509.0, 8494.0, 8497.0, 8511.0, 8517.0, 8516.0, 8514.0, 8500.0, 8515.0, 8510.0, 8499.0, 8521.0, 8533.0, 8519.0, 8521.0, 8501.0, 8517.0, 8519.0, 8520.0, 8540.0, 8539.0, 8521.0, 8522.0, 8531.0, 8502.0, 8518.0, 8537.0, 8537.0, 8520.0, 8519.0, 8500.0, 8518.0, 8531.0, 8501.0, 8518.0, 8530.0, 8501.0, 8514.0, 8510.0, 8497.0, 8516.0, 8528.0, 8501.0, 8517.0, 8523.0, 8498.0, 8516.0, 8529.0, 8501.0, 8519.0, 8527.0, 8499.0, 8500.0, 8509.0, 8499.0, 8517.0, 8497.0, 8500.0, 8499.0, 8509.0, 8497.0, 8515.0, 8513.0, 8516.0, 8514.0, 8495.0, 8513.0, 8512.0, 8501.0, 8517.0, 8516.0, 8499.0, 8515.0, 8509.0, 8501.0, 8520.0, 8502.0, 8520.0, 8515.0, 8499.0, 8502.0, 8530.0, 8502.0, 8521.0, 8536.0, 8502.0, 8515.0, 8527.0, 8498.0, 8518.0, 8532.0, 8501.0, 8517.0, 8521.0, 8499.0, 8515.0, 8529.0, 8499.0, 8515.0, 8523.0, 8496.0, 8496.0, 8489.0, 8492.0, 8517.0, 8528.0, 8515.0, 8516.0, 8507.0, 8512.0, 8512.0, 8531.0, 8520.0, 8538.0, 8522.0, 8536.0, 8520.0, 8525.0, 8502.0, 8536.0, 8535.0, 8541.0, 8547.0, 8543.0, 8527.0, 8524.0, 8519.0, 8520.0, 8523.0, 8592.0, 8542.0, 8477.0, 8494.0, 8518.0, 8494.0, 8497.0, 8519.0, 8492.0, 8494.0, 8489.0, 8495.0, 8501.0, 8512.0, 8500.0, 8500.0, 8496.0, 8500.0, 8505.0, 8518.0, 8506.0, 8518.0, 8499.0, 8503.0, 8517.0, 8499.0, 8519.0, 8535.0, 8501.0, 8504.0, 8514.0, 8500.0, 8501.0, 8529.0, 8505.0, 8502.0, 8529.0, 8498.0, 8499.0, 8523.0, 8493.0, 8516.0, 8527.0, 8495.0, 8499.0, 8504.0, 8494.0, 8497.0, 8513.0, 8501.0, 8519.0, 8494.0, 8499.0, 8511.0, 8492.0, 8495.0, 8512.0, 8500.0, 8515.0, 8511.0, 8500.0, 8500.0, 8507.0, 8516.0, 8532.0, 8521.0, 8515.0, 8498.0, 8509.0, 8495.0, 8465.0, 8486.0, 8508.0, 8564.0, 8551.0, 8493.0, 8533.0, 8531.0, 8535.0, 8530.0, 8520.0, 8556.0, 8562.0, 8496.0, 8537.0, 8473.0, 8487.0, 8489.0, 8495.0, 8495.0, 8539.0, 8491.0, 8507.0, 8512.0, 8482.0, 8473.0, 8468.0, 8483.0, 8481.0, 8464.0, 8467.0, 8464.0, 8465.0, 8475.0, 8491.0, 8489.0, 8482.0, 8466.0, 8482.0, 8478.0, 8484.0, 8493.0, 8477.0, 8492.0, 8484.0, 8485.0, 8489.0, 8484.0, 8489.0, 8496.0, 8488.0, 8494.0, 8491.0, 8487.0, 8492.0, 8506.0, 8492.0, 8498.0, 8510.0, 8496.0, 8496.0, 8504.0, 8495.0, 8516.0, 8512.0, 8498.0, 8501.0, 8494.0, 8494.0, 8497.0, 8536.0, 8522.0, 8530.0, 8520.0, 8568.0, 8518.0, 8497.0, 8499.0, 8512.0, 8528.0, 8544.0, 8575.0, 8518.0, 8515.0, 8512.0, 8492.0, 8512.0, 8514.0, 8497.0, 8513.0, 8505.0, 8493.0, 8497.0, 8510.0, 8500.0, 8514.0, 8497.0, 8497.0, 8511.0, 8495.0, 8513.0, 8528.0, 8498.0, 8513.0, 8509.0, 8495.0, 8513.0, 8528.0, 8501.0, 8517.0, 8526.0, 8497.0, 8497.0, 8506.0, 8494.0, 8519.0, 8508.0, 8493.0, 8495.0, 8491.0, 8496.0, 8497.0, 8494.0, 8515.0, 8528.0, 8493.0, 8496.0, 8493.0, 8489.0, 8494.0, 8494.0, 8513.0, 8515.0, 8512.0, 8495.0, 8516.0, 8507.0, 8497.0, 8499.0, 8514.0, 8518.0, 8517.0, 8515.0, 8520.0, 8516.0, 8509.0, 8516.0, 8537.0, 8539.0, 8541.0, 8540.0, 8524.0, 8542.0, 8538.0, 8543.0, 8548.0, 8571.0, 8602.0, 8575.0, 8542.0, 8533.0, 8496.0, 8515.0, 8525.0, 8516.0, 8518.0, 8512.0, 8487.0, 8493.0, 8508.0, 8515.0, 8513.0, 8523.0, 8493.0, 8493.0, 8483.0, 8485.0, 8491.0, 8495.0, 8509.0, 8509.0, 8507.0, 8512.0, 8507.0, 8489.0, 8491.0, 8524.0, 8498.0, 8510.0, 8503.0, 8491.0, 8490.0, 8474.0, 8492.0, 8513.0, 8506.0, 8508.0, 8506.0, 8488.0, 8490.0, 8505.0, 8494.0, 8511.0, 8503.0, 8507.0, 8491.0, 8488.0, 8489.0, 8492.0, 8494.0, 8511.0, 8533.0, 8517.0, 8529.0, 8486.0, 8508.0, 8492.0, 8524.0, 8527.0, 8527.0, 8549.0, 8400.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.008437320574162679</td></tr>
<tr><td colspan=3>aqi</td><td>0.02721919844497608</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.69773185644306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2410297454730537</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1117651343473043</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>4976.8623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17565178499245557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>114</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.636363636363637</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.655900242562989</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4757402137010263</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.017230928063609</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4747295859243326</td></tr>
<tr><td colspan=3>gcor</td><td>0.00852172</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009440332651138306</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03255695477128029</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5582016208931857</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>16.8832</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6299</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.5305</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302524.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>999.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.0244</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7533</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.3944</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2970.3822</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.1023</td></tr>
<tr><td colspan=3>tsnr</td><td>35.40502245596144</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>