<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-02/func/sub-0009_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>121e9feb325fa10a206e476d1cf8e9fd</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>13:04:49.017500</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_VE11C_LATEST_20160120</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.998019, -0.0210373, 0.059292, 0.0188145, 0.999108, 0.0378022]</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.0886955</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7695, -7232, 572, -5, 18, 5, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66fde28b-ab56-4ec7-9687-34bc030a423c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677612066268921, 0.05047789216041565, 0.1620928794145584, 110.55265808105469], [0.05644167214632034, 2.6805338859558105, 0.09885186702013016, -99.83153533935547], [0.15907615423202515, -0.10142064094543457, 2.693316698074341, -44.31338882446289], [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': ['130449.017500', '130449.477500', '130449.937500', '130450.397500', '130450.857500', '130451.317500', '130451.777500', '130452.237500', '130452.697500', '130453.157500', '130453.617500', '130454.077500', '130454.537500', '130454.997500', '130455.457500', '130455.917500', '130456.377500', '130456.837500', '130457.297500', '130457.757500', '130458.217500', '130458.677500', '130459.137500', '130459.597500', '130500.057500', '130500.517500', '130500.977500', '130501.437500', '130501.897500', '130502.357500', '130502.817500', '130503.277500', '130503.737500', '130504.197500', '130504.657500', '130505.117500', '130505.577500', '130506.037500', '130506.497500', '130506.957500', '130507.417500', '130507.877500', '130508.337500', '130508.797500', '130509.257500', '130509.717500', '130510.177500', '130510.637500', '130511.097500', '130511.557500', '130512.017500', '130512.477500', '130512.937500', '130513.397500', '130513.857500', '130514.317500', '130514.777500', '130515.237500', '130515.697500', '130516.157500', '130516.617500', '130517.077500', '130517.537500', '130517.997500', '130518.457500', '130518.917500', '130519.377500', '130519.837500', '130520.297500', '130520.757500', '130521.217500', '130521.677500', '130522.137500', '130522.597500', '130523.057500', '130523.517500', '130523.977500', '130524.437500', '130524.897500', '130525.357500', '130525.817500', '130526.277500', '130526.737500', '130527.197500', '130527.657500', '130528.117500', '130528.577500', '130529.037500', '130529.497500', '130529.957500', '130530.417500', '130530.877500', '130531.337500', '130531.797500', '130532.257500', '130532.717500', '130533.177500', '130533.637500', '130534.097500', '130534.557500', '130535.017500', '130535.477500', '130535.937500', '130536.397500', '130536.857500', '130537.317500', '130537.777500', '130538.237500', '130538.697500', '130539.157500', '130539.617500', '130540.077500', '130540.537500', '130540.997500', '130541.457500', '130541.917500', '130542.377500', '130542.837500', '130543.297500', '130543.757500', '130544.217500', '130544.677500', '130545.137500', '130545.597500', '130546.057500', '130546.517500', '130546.977500', '130547.437500', '130547.897500', '130548.357500', '130548.817500', '130549.277500', '130549.737500', '130550.197500', '130550.657500', '130551.117500', '130551.577500', '130552.037500', '130552.497500', '130552.957500', '130553.417500', '130553.877500', '130554.337500', '130554.797500', '130555.257500', '130555.717500', '130556.177500', '130556.637500', '130557.097500', '130557.557500', '130558.017500', '130558.477500', '130558.937500', '130559.397500', '130559.857500', '130600.317500', '130600.777500', '130601.237500', '130601.697500', '130602.157500', '130602.617500', '130603.077500', '130603.537500', '130603.997500', '130604.457500', '130604.917500', '130605.377500', '130605.837500', '130606.297500', '130606.757500', '130607.217500', '130607.677500', '130608.137500', '130608.597500', '130609.057500', '130609.517500', '130609.977500', '130610.437500', '130610.897500', '130611.357500', '130611.817500', '130612.277500', '130612.737500', '130613.197500', '130613.657500', '130614.117500', '130614.577500', '130615.037500', '130615.497500', '130615.957500', '130616.417500', '130616.877500', '130617.337500', '130617.797500', '130618.257500', '130618.717500', '130619.177500', '130619.637500', '130620.097500', '130620.557500', '130621.017500', '130621.477500', '130621.937500', '130622.397500', '130622.857500', '130623.317500', '130623.777500', '130624.237500', '130624.697500', '130625.157500', '130625.617500', '130626.077500', '130626.537500', '130626.997500', '130627.457500', '130627.917500', '130628.377500', '130628.837500', '130629.297500', '130629.757500', '130630.217500', '130630.677500', '130631.137500', '130631.597500', '130632.057500', '130632.517500', '130632.977500', '130633.437500', '130633.897500', '130634.357500', '130634.817500', '130635.277500', '130635.737500', '130636.197500', '130636.657500', '130637.117500', '130637.577500', '130638.037500', '130638.497500', '130638.957500', '130639.417500', '130639.877500', '130640.337500', '130640.797500', '130641.257500', '130641.717500', '130642.177500', '130642.637500', '130643.097500', '130643.557500', '130644.017500', '130644.477500', '130644.937500', '130645.397500', '130645.857500', '130646.317500', '130646.777500', '130647.237500', '130647.697500', '130648.157500', '130648.617500', '130649.077500', '130649.537500', '130649.997500', '130650.457500', '130650.917500', '130651.377500', '130651.837500', '130652.297500', '130652.757500', '130653.217500', '130653.677500', '130654.137500', '130654.597500', '130655.057500', '130655.517500', '130655.977500', '130656.437500', '130656.897500', '130657.357500', '130657.817500', '130658.277500', '130658.737500', '130659.197500', '130659.657500', '130700.117500', '130700.577500', '130701.037500', '130701.497500', '130701.957500', '130702.417500', '130702.877500', '130703.337500', '130703.797500', '130704.257500', '130704.717500', '130705.177500', '130705.637500', '130706.097500', '130706.557500', '130707.017500', '130707.477500', '130707.937500', '130708.397500', '130708.857500', '130709.317500', '130709.777500', '130710.237500', '130710.697500', '130711.157500', '130711.617500', '130712.077500', '130712.537500', '130712.997500', '130713.457500', '130713.917500', '130714.377500', '130714.837500', '130715.297500', '130715.757500', '130716.217500', '130716.677500', '130717.137500', '130717.597500', '130718.057500', '130718.517500', '130718.977500', '130719.437500', '130719.897500', '130720.357500', '130720.817500', '130721.277500', '130721.737500', '130722.197500', '130722.657500', '130723.117500', '130723.577500', '130724.037500', '130724.497500', '130724.957500', '130725.417500', '130725.877500', '130726.337500', '130726.797500', '130727.257500', '130727.717500', '130728.177500', '130728.637500', '130729.097500', '130729.557500', '130730.017500', '130730.477500', '130730.937500', '130731.397500', '130731.857500', '130732.317500', '130732.777500', '130733.237500', '130733.697500', '130734.157500', '130734.617500', '130735.077500', '130735.537500', '130735.997500', '130736.457500', '130736.917500', '130737.377500', '130737.837500', '130738.297500', '130738.757500', '130739.217500', '130739.677500', '130740.137500', '130740.597500', '130741.057500', '130741.517500', '130741.977500', '130742.437500', '130742.897500', '130743.357500', '130743.817500', '130744.277500', '130744.737500', '130745.197500', '130745.657500', '130746.117500', '130746.577500', '130747.037500', '130747.497500', '130747.957500', '130748.417500', '130748.877500', '130749.337500', '130749.797500', '130750.257500', '130750.717500', '130751.177500', '130751.637500', '130752.097500', '130752.557500', '130753.017500', '130753.477500', '130753.937500', '130754.397500', '130754.857500', '130755.317500', '130755.777500', '130756.237500', '130756.697500', '130757.157500', '130757.617500', '130758.077500', '130758.537500', '130758.997500', '130759.457500', '130759.917500', '130800.377500', '130800.837500', '130801.297500', '130801.757500', '130802.217500', '130802.677500', '130803.137500', '130803.597500', '130804.057500', '130804.517500', '130804.977500', '130805.437500', '130805.897500', '130806.357500', '130806.817500', '130807.277500', '130807.737500', '130808.197500', '130808.657500', '130809.117500', '130809.577500', '130810.037500', '130810.497500', '130810.957500', '130811.417500', '130811.877500', '130812.337500', '130812.797500', '130813.257500', '130813.717500', '130814.177500', '130814.637500', '130815.097500', '130815.557500', '130816.017500', '130816.477500', '130816.937500', '130817.397500', '130817.857500', '130818.317500', '130818.777500', '130819.237500', '130819.697500', '130820.157500', '130820.617500', '130821.077500', '130821.537500', '130821.997500', '130822.457500', '130822.917500', '130823.377500', '130823.837500', '130824.297500', '130824.757500', '130825.217500', '130825.677500', '130826.137500', '130826.597500', '130827.057500', '130827.517500', '130827.977500', '130828.437500', '130828.897500', '130829.357500', '130829.817500', '130830.277500', '130830.737500', '130831.197500', '130831.657500', '130832.117500', '130832.577500', '130833.037500', '130833.497500', '130833.957500', '130834.417500', '130834.877500', '130835.337500', '130835.797500', '130836.257500', '130836.717500', '130837.177500', '130837.637500', '130838.097500', '130838.557500', '130839.017500', '130839.477500', '130839.937500', '130840.397500', '130840.857500', '130841.317500', '130841.777500', '130842.237500', '130842.697500', '130843.157500', '130843.617500', '130844.077500', '130844.537500', '130844.997500', '130845.457500', '130845.917500', '130846.377500', '130846.837500', '130847.297500', '130847.757500', '130848.217500', '130848.677500', '130849.137500', '130849.597500', '130850.057500', '130850.517500', '130850.977500', '130851.437500', '130851.897500', '130852.357500', '130852.817500', '130853.277500', '130853.737500', '130854.197500', '130854.657500', '130855.117500', '130855.577500', '130856.037500', '130856.497500', '130856.957500', '130857.417500', '130857.877500', '130858.337500', '130858.797500', '130859.257500', '130859.717500', '130900.177500', '130900.637500', '130901.097500', '130901.557500', '130902.017500', '130902.477500', '130902.937500', '130903.397500', '130903.857500', '130904.317500', '130904.777500', '130905.237500', '130905.697500', '130906.157500', '130906.617500', '130907.077500', '130907.537500', '130907.997500', '130908.457500', '130908.917500', '130909.377500', '130909.837500', '130910.297500', '130910.757500', '130911.217500', '130911.677500', '130912.137500', '130912.597500', '130913.057500', '130913.517500', '130913.977500', '130914.437500', '130914.897500', '130915.357500', '130915.817500', '130916.277500', '130916.737500', '130917.197500', '130917.657500', '130918.117500', '130918.577500', '130919.037500', '130919.497500', '130919.957500', '130920.417500', '130920.877500', '130921.337500', '130921.797500', '130922.257500', '130922.717500', '130923.177500', '130923.637500', '130924.097500', '130924.557500', '130925.017500', '130925.477500', '130925.937500', '130926.397500', '130926.857500', '130927.317500', '130927.777500', '130928.237500', '130928.697500', '130929.157500', '130929.617500', '130930.077500', '130930.537500', '130930.997500', '130931.457500', '130931.917500', '130932.377500', '130932.837500', '130933.297500', '130933.757500', '130934.217500', '130934.677500', '130935.137500', '130935.597500', '130936.057500', '130936.517500', '130936.977500', '130937.437500', '130937.897500', '130938.357500', '130938.817500', '130939.277500', '130939.737500', '130940.197500', '130940.657500', '130941.117500', '130941.577500', '130942.037500', '130942.497500', '130942.957500', '130943.417500', '130943.877500', '130944.337500', '130944.797500', '130945.257500', '130945.717500', '130946.177500', '130946.637500', '130947.097500', '130947.557500', '130948.017500', '130948.477500', '130948.937500', '130949.397500', '130949.857500', '130950.317500', '130950.777500', '130951.237500', '130951.697500', '130952.157500', '130952.617500', '130953.077500', '130953.537500', '130953.997500', '130954.457500', '130954.917500', '130955.377500', '130955.837500', '130956.297500', '130956.757500', '130957.217500', '130957.677500', '130958.137500', '130958.597500', '130959.057500', '130959.517500', '130959.977500', '131000.437500', '131000.897500', '131001.357500', '131001.817500', '131002.277500', '131002.737500', '131003.197500', '131003.657500', '131004.117500', '131004.577500', '131005.037500', '131005.497500', '131005.957500', '131006.417500', '131006.877500', '131007.337500', '131007.797500', '131008.257500', '131008.717500', '131009.177500', '131009.637500', '131010.097500', '131010.557500', '131011.017500', '131011.477500', '131011.937500', '131012.397500', '131012.857500', '131013.317500', '131013.777500', '131014.237500', '131014.697500', '131015.157500', '131015.617500', '131016.077500', '131016.537500', '131016.997500', '131017.457500', '131017.917500', '131018.377500', '131018.837500', '131019.297500', '131019.757500', '131020.217500', '131020.677500', '131021.137500', '131021.597500', '131022.057500', '131022.517500', '131022.977500', '131023.437500', '131023.897500', '131024.357500', '131024.817500', '131025.277500', '131025.737500', '131026.197500', '131026.657500', '131027.117500', '131027.577500', '131028.037500', '131028.497500', '131028.957500', '131029.417500', '131029.877500', '131030.337500', '131030.797500', '131031.257500', '131031.717500', '131032.177500', '131032.637500', '131033.097500', '131033.557500', '131034.017500', '131034.477500', '131034.937500', '131035.397500', '131035.857500', '131036.317500', '131036.777500', '131037.237500', '131037.697500', '131038.157500', '131038.617500', '131039.077500', '131039.537500', '131039.997500', '131040.457500', '131040.917500', '131041.377500', '131041.837500', '131042.297500', '131042.757500', '131043.217500', '131043.677500', '131044.137500', '131044.597500', '131045.057500', '131045.517500', '131045.977500', '131046.437500', '131046.897500', '131047.357500', '131047.817500', '131048.277500', '131048.737500', '131049.197500', '131049.657500', '131050.117500', '131050.577500', '131051.037500', '131051.497500', '131051.957500', '131052.417500', '131052.877500', '131053.337500', '131053.797500', '131054.257500', '131054.717500', '131055.177500', '131055.637500', '131056.097500', '131056.557500', '131057.017500', '131057.477500', '131057.937500', '131058.397500', '131058.857500', '131059.317500', '131059.777500', '131100.237500', '131100.697500', '131101.157500', '131101.617500', '131102.077500', '131102.537500', '131102.997500', '131103.457500', '131103.917500', '131104.377500', '131104.837500', '131105.297500', '131105.757500', '131106.217500', '131106.677500', '131107.137500', '131107.597500', '131108.057500', '131108.517500', '131108.977500', '131109.437500', '131109.897500', '131110.357500', '131110.817500', '131111.277500', '131111.737500', '131112.197500', '131112.657500', '131113.117500', '131113.577500', '131114.037500', '131114.497500'], 'ContentTime': ['130459.222000', '130459.225000', '130459.228000', '130459.231000', '130459.234000', '130459.238000', '130459.241000', '130459.243000', '130459.246000', '130459.255000', '130459.258000', '130459.261000', '130459.264000', '130459.267000', '130459.270000', '130459.274000', '130459.277000', '130459.280000', '130459.292000', '130459.295000', '130519.180000', '130519.183000', '130519.186000', '130519.189000', '130519.191000', '130519.194000', '130519.197000', '130519.200000', '130519.203000', '130519.206000', '130519.209000', '130519.211000', '130519.217000', '130519.226000', '130519.229000', '130519.232000', '130519.234000', '130519.237000', '130519.240000', '130519.243000', '130519.246000', '130519.249000', '130519.252000', '130519.254000', '130519.257000', '130519.260000', '130519.263000', '130519.266000', '130519.269000', '130519.272000', '130519.274000', '130519.277000', '130519.280000', '130519.283000', '130519.286000', '130519.288000', '130519.300000', '130519.303000', '130519.306000', '130519.308000', '130519.311000', '130519.314000', '130519.317000', '130519.320000', '130539.179000', '130539.182000', '130539.185000', '130539.188000', '130539.190000', '130539.193000', '130539.196000', '130539.199000', '130539.202000', '130539.205000', '130539.207000', '130539.210000', '130539.213000', '130539.216000', '130539.219000', '130539.222000', '130539.225000', '130539.227000', '130539.230000', '130539.233000', '130539.236000', '130539.239000', '130539.242000', '130539.245000', '130539.247000', '130539.250000', '130539.253000', '130539.256000', '130539.259000', '130539.261000', '130539.264000', '130539.267000', '130539.270000', '130539.273000', '130539.276000', '130539.279000', '130539.282000', '130539.284000', '130539.287000', '130539.290000', '130539.293000', '130539.296000', '130539.299000', '130559.179000', '130559.182000', '130559.185000', '130559.187000', '130559.190000', '130559.193000', '130559.196000', '130559.199000', '130559.202000', '130559.205000', '130559.207000', '130559.210000', '130559.213000', '130559.216000', '130559.219000', '130559.221000', '130559.225000', '130559.227000', '130559.230000', '130559.233000', '130559.236000', '130559.239000', '130559.242000', '130559.244000', '130559.247000', '130559.250000', '130559.253000', '130559.256000', '130559.259000', '130559.262000', '130559.264000', '130559.267000', '130559.270000', '130559.273000', '130559.276000', '130559.279000', '130559.282000', '130559.285000', '130559.287000', '130559.290000', '130559.293000', '130559.296000', '130559.299000', '130559.302000', '130619.179000', '130619.182000', '130619.185000', '130619.187000', '130619.190000', '130619.193000', '130619.196000', '130619.199000', '130619.202000', '130619.205000', '130619.208000', '130619.210000', '130619.213000', '130619.223000', '130619.226000', '130619.229000', '130619.232000', '130619.235000', '130619.238000', '130619.241000', '130619.243000', '130619.246000', '130619.249000', '130619.252000', '130619.255000', '130619.258000', '130619.260000', '130619.263000', '130619.266000', '130619.269000', '130619.273000', '130619.276000', '130619.279000', '130619.282000', '130619.285000', '130619.287000', '130619.290000', '130619.293000', '130619.296000', '130619.299000', '130619.302000', '130619.304000', '130619.307000', '130639.179000', '130639.182000', '130639.184000', '130639.187000', '130639.190000', '130639.193000', '130639.196000', '130639.199000', '130639.202000', '130639.204000', '130639.207000', '130639.210000', '130639.213000', '130639.216000', '130639.219000', '130639.222000', '130639.225000', '130639.227000', '130639.230000', '130639.233000', '130639.236000', '130639.239000', '130639.242000', '130639.245000', '130639.248000', '130639.250000', '130639.253000', '130639.256000', '130639.259000', '130639.262000', '130639.265000', '130639.267000', '130639.270000', '130639.273000', '130639.276000', '130639.279000', '130639.282000', '130639.284000', '130639.287000', '130639.290000', '130639.293000', '130639.296000', '130639.320000', '130639.323000', '130659.179000', '130659.182000', '130659.185000', '130659.188000', '130659.190000', '130659.193000', '130659.196000', '130659.199000', '130659.202000', '130659.205000', '130659.208000', '130659.211000', '130659.213000', '130659.216000', '130659.219000', '130659.222000', '130659.225000', '130659.228000', '130659.231000', '130659.233000', '130659.236000', '130659.239000', '130659.242000', '130659.245000', '130659.248000', '130659.251000', '130659.254000', '130659.256000', '130659.259000', '130659.262000', '130659.265000', '130659.268000', '130659.271000', '130659.273000', '130659.276000', '130659.279000', '130659.282000', '130659.285000', '130659.288000', '130659.291000', '130659.293000', '130659.296000', '130659.299000', '130719.179000', '130719.182000', '130719.185000', '130719.188000', '130719.190000', '130719.193000', '130719.196000', '130719.199000', '130719.202000', '130719.205000', '130719.213000', '130719.216000', '130719.219000', '130719.221000', '130719.224000', '130719.227000', '130719.230000', '130719.233000', '130719.236000', '130719.239000', '130719.241000', '130719.244000', '130719.247000', '130719.250000', '130719.253000', '130719.256000', '130719.259000', '130719.262000', '130719.264000', '130719.267000', '130719.270000', '130719.273000', '130719.276000', '130719.278000', '130719.281000', '130719.284000', '130719.287000', '130719.290000', '130719.293000', '130719.296000', '130719.298000', '130719.301000', '130719.304000', '130719.307000', '130739.180000', '130739.183000', '130739.186000', '130739.189000', '130739.192000', '130739.194000', '130739.197000', '130739.200000', '130739.203000', '130739.206000', '130739.209000', '130739.212000', '130739.215000', '130739.217000', '130739.220000', '130739.223000', '130739.226000', '130739.229000', '130739.232000', '130739.235000', '130739.238000', '130739.241000', '130739.243000', '130739.246000', '130739.249000', '130739.252000', '130739.255000', '130739.258000', '130739.261000', '130739.264000', '130739.266000', '130739.269000', '130739.272000', '130739.275000', '130739.278000', '130739.281000', '130739.284000', '130739.287000', '130739.290000', '130739.292000', '130739.295000', '130739.298000', '130739.301000', '130759.179000', '130759.182000', '130759.185000', '130759.188000', '130759.205000', '130759.213000', '130759.216000', '130759.219000', '130759.222000', '130759.225000', '130759.228000', '130759.230000', '130759.233000', '130759.236000', '130759.239000', '130759.242000', '130759.245000', '130759.248000', '130759.251000', '130759.253000', '130759.256000', '130759.259000', '130759.262000', '130759.265000', '130759.268000', '130759.270000', '130759.273000', '130759.276000', '130759.279000', '130759.282000', '130759.285000', '130759.288000', '130759.291000', '130759.294000', '130759.297000', '130759.299000', '130759.302000', '130759.305000', '130759.308000', '130759.311000', '130759.314000', '130759.317000', '130759.320000', '130759.322000', '130819.179000', '130819.182000', '130819.185000', '130819.188000', '130819.190000', '130819.193000', '130819.196000', '130819.199000', '130819.202000', '130819.205000', '130819.207000', '130819.210000', '130819.213000', '130819.216000', '130819.219000', '130819.222000', '130819.225000', '130819.228000', '130819.231000', '130819.234000', '130819.236000', '130819.239000', '130819.242000', '130819.245000', '130819.248000', '130819.250000', '130819.253000', '130819.256000', '130819.259000', '130819.262000', '130819.265000', '130819.268000', '130819.270000', '130819.273000', '130819.276000', '130819.279000', '130819.282000', '130819.285000', '130819.287000', '130819.290000', '130819.293000', '130819.296000', '130819.299000', '130839.179000', '130839.182000', '130839.185000', '130839.188000', '130839.191000', '130839.194000', '130839.196000', '130839.199000', '130839.202000', '130839.205000', '130839.208000', '130839.211000', '130839.214000', '130839.217000', '130839.220000', '130839.222000', '130839.225000', '130839.228000', '130839.231000', '130839.234000', '130839.237000', '130839.240000', '130839.243000', '130839.245000', '130839.249000', '130839.251000', '130839.254000', '130839.257000', '130839.260000', '130839.263000', '130839.266000', '130839.269000', '130839.272000', '130839.274000', '130839.277000', '130839.280000', '130839.283000', '130839.286000', '130839.289000', '130839.292000', '130839.294000', '130839.297000', '130839.300000', '130859.179000', '130859.182000', '130859.197000', '130859.200000', '130859.202000', '130859.205000', '130859.208000', '130859.211000', '130859.214000', '130859.217000', '130859.220000', '130859.223000', '130859.226000', '130859.229000', '130859.231000', '130859.234000', '130859.237000', '130859.240000', '130859.243000', '130859.246000', '130859.249000', '130859.251000', '130859.254000', '130859.257000', '130859.260000', '130859.263000', '130859.266000', '130859.269000', '130859.272000', '130859.275000', '130859.277000', '130859.280000', '130859.283000', '130859.286000', '130859.289000', '130859.292000', '130859.295000', '130859.297000', '130859.300000', '130859.303000', '130859.306000', '130859.309000', '130859.312000', '130859.315000', '130919.179000', '130919.182000', '130919.185000', '130919.188000', '130919.191000', '130919.195000', '130919.198000', '130919.201000', '130919.204000', '130919.207000', '130919.210000', '130919.213000', '130919.215000', '130919.218000', '130919.221000', '130919.224000', '130919.227000', '130919.230000', '130919.232000', '130919.236000', '130919.238000', '130919.241000', '130919.244000', '130919.256000', '130919.259000', '130919.262000', '130919.265000', '130919.268000', '130919.270000', '130919.273000', '130919.276000', '130919.279000', '130919.282000', '130919.285000', '130919.287000', '130919.290000', '130919.293000', '130919.296000', '130919.299000', '130919.302000', '130919.305000', '130919.308000', '130919.311000', '130939.179000', '130939.182000', '130939.185000', '130939.188000', '130939.191000', '130939.193000', '130939.196000', '130939.199000', '130939.202000', '130939.205000', '130939.208000', '130939.211000', '130939.214000', '130939.217000', '130939.220000', '130939.223000', '130939.225000', '130939.228000', '130939.231000', '130939.234000', '130939.237000', '130939.240000', '130939.243000', '130939.246000', '130939.249000', '130939.251000', '130939.254000', '130939.257000', '130939.260000', '130939.263000', '130939.266000', '130939.269000', '130939.271000', '130939.274000', '130939.277000', '130939.280000', '130939.283000', '130939.286000', '130939.289000', '130939.292000', '130939.294000', '130939.297000', '130939.300000', '130939.303000', '130959.180000', '130959.183000', '130959.186000', '130959.189000', '130959.192000', '130959.195000', '130959.198000', '130959.201000', '130959.204000', '130959.207000', '130959.210000', '130959.213000', '130959.216000', '130959.219000', '130959.222000', '130959.225000', '130959.227000', '130959.230000', '130959.233000', '130959.236000', '130959.239000', '130959.242000', '130959.245000', '130959.248000', '130959.250000', '130959.253000', '130959.256000', '130959.259000', '130959.262000', '130959.265000', '130959.268000', '130959.270000', '130959.273000', '130959.276000', '130959.279000', '130959.282000', '130959.285000', '130959.287000', '130959.291000', '130959.293000', '130959.296000', '130959.299000', '130959.302000', '131019.179000', '131019.182000', '131019.185000', '131019.188000', '131019.191000', '131019.194000', '131019.197000', '131019.199000', '131019.202000', '131019.205000', '131019.208000', '131019.211000', '131019.214000', '131019.217000', '131019.220000', '131019.223000', '131019.227000', '131019.231000', '131019.233000', '131019.236000', '131019.239000', '131019.242000', '131019.245000', '131019.248000', '131019.250000', '131019.253000', '131019.256000', '131019.259000', '131019.262000', '131019.265000', '131019.268000', '131019.271000', '131019.273000', '131019.276000', '131019.279000', '131019.282000', '131019.285000', '131019.293000', '131019.296000', '131019.299000', '131019.301000', '131019.304000', '131019.307000', '131019.310000', '131039.179000', '131039.182000', '131039.185000', '131039.188000', '131039.191000', '131039.194000', '131039.196000', '131039.199000', '131039.202000', '131039.205000', '131039.208000', '131039.211000', '131039.214000', '131039.216000', '131039.219000', '131039.222000', '131039.225000', '131039.228000', '131039.231000', '131039.234000', '131039.237000', '131039.240000', '131039.242000', '131039.245000', '131039.248000', '131039.251000', '131039.254000', '131039.257000', '131039.260000', '131039.276000', '131039.279000', '131039.282000', '131039.285000', '131039.288000', '131039.291000', '131039.294000', '131039.296000', '131039.299000', '131039.302000', '131039.305000', '131039.308000', '131039.311000', '131039.313000', '131059.179000', '131059.182000', '131059.185000', '131059.187000', '131059.190000', '131059.193000', '131059.196000', '131059.199000', '131059.202000', '131059.205000', '131059.208000', '131059.210000', '131059.214000', '131059.216000', '131059.219000', '131059.222000', '131059.225000', '131059.228000', '131059.231000', '131059.234000', '131059.237000', '131059.239000', '131059.242000', '131059.245000', '131059.248000', '131059.251000', '131059.254000', '131059.256000', '131059.259000', '131059.262000', '131059.265000', '131059.268000', '131059.271000', '131059.274000', '131059.277000', '131059.279000', '131059.282000', '131059.285000', '131059.288000', '131059.291000', '131059.294000', '131059.297000', '131059.299000', '131059.302000', '131115.633000', '131115.637000', '131115.641000', '131115.644000', '131115.647000', '131115.651000', '131115.654000', '131115.658000', '131115.661000', '131115.664000', '131115.667000', '131115.670000', '131115.673000', '131115.676000', '131115.679000', '131115.682000', '131115.685000', '131115.687000', '131115.690000', '131115.694000', '131115.697000', '131115.700000', '131115.703000', '131115.706000', '131115.709000', '131115.712000', '131115.715000', '131115.718000', '131115.721000', '131115.723000', '131115.726000', '131115.729000', '131115.732000', '131115.735000', '131115.738000', '131115.741000'], 'InstanceCreationTime': ['130459.222000', '130459.225000', '130459.228000', '130459.231000', '130459.234000', '130459.238000', '130459.241000', '130459.243000', '130459.246000', '130459.255000', '130459.258000', '130459.261000', '130459.264000', '130459.267000', '130459.270000', '130459.274000', '130459.277000', '130459.280000', '130459.292000', '130459.295000', '130519.180000', '130519.183000', '130519.186000', '130519.189000', '130519.191000', '130519.194000', '130519.197000', '130519.200000', '130519.203000', '130519.206000', '130519.209000', '130519.211000', '130519.217000', '130519.226000', '130519.229000', '130519.232000', '130519.234000', '130519.237000', '130519.240000', '130519.243000', '130519.246000', '130519.249000', '130519.252000', '130519.254000', '130519.257000', '130519.260000', '130519.263000', '130519.266000', '130519.269000', '130519.272000', '130519.274000', '130519.277000', '130519.280000', '130519.283000', '130519.286000', '130519.288000', '130519.300000', '130519.303000', '130519.306000', '130519.308000', '130519.311000', '130519.314000', '130519.317000', '130519.320000', '130539.179000', '130539.182000', '130539.185000', '130539.188000', '130539.190000', '130539.193000', '130539.196000', '130539.199000', '130539.202000', '130539.205000', '130539.207000', '130539.210000', '130539.213000', '130539.216000', '130539.219000', '130539.222000', '130539.225000', '130539.227000', '130539.230000', '130539.233000', '130539.236000', '130539.239000', '130539.242000', '130539.245000', '130539.247000', '130539.250000', '130539.253000', '130539.256000', '130539.259000', '130539.261000', '130539.264000', '130539.267000', '130539.270000', '130539.273000', '130539.276000', '130539.279000', '130539.282000', '130539.284000', '130539.287000', '130539.290000', '130539.293000', '130539.296000', '130539.299000', '130559.179000', '130559.182000', '130559.185000', '130559.187000', '130559.190000', '130559.193000', '130559.196000', '130559.199000', '130559.202000', '130559.205000', '130559.207000', '130559.210000', '130559.213000', '130559.216000', '130559.219000', '130559.221000', '130559.225000', '130559.227000', '130559.230000', '130559.233000', '130559.236000', '130559.239000', '130559.242000', '130559.244000', '130559.247000', '130559.250000', '130559.253000', '130559.256000', '130559.259000', '130559.262000', '130559.264000', '130559.267000', '130559.270000', '130559.273000', '130559.276000', '130559.279000', '130559.282000', '130559.285000', '130559.287000', '130559.290000', '130559.293000', '130559.296000', '130559.299000', '130559.302000', '130619.179000', '130619.182000', '130619.185000', '130619.187000', '130619.190000', '130619.193000', '130619.196000', '130619.199000', '130619.202000', '130619.205000', '130619.208000', '130619.210000', '130619.213000', '130619.223000', '130619.226000', '130619.229000', '130619.232000', '130619.235000', '130619.238000', '130619.241000', '130619.243000', '130619.246000', '130619.249000', '130619.252000', '130619.255000', '130619.258000', '130619.260000', '130619.263000', '130619.266000', '130619.269000', '130619.273000', '130619.276000', '130619.279000', '130619.282000', '130619.285000', '130619.287000', '130619.290000', '130619.293000', '130619.296000', '130619.299000', '130619.302000', '130619.304000', '130619.307000', '130639.179000', '130639.182000', '130639.184000', '130639.187000', '130639.190000', '130639.193000', '130639.196000', '130639.199000', '130639.202000', '130639.204000', '130639.207000', '130639.210000', '130639.213000', '130639.216000', '130639.219000', '130639.222000', '130639.225000', '130639.227000', '130639.230000', '130639.233000', '130639.236000', '130639.239000', '130639.242000', '130639.245000', '130639.248000', '130639.250000', '130639.253000', '130639.256000', '130639.259000', '130639.262000', '130639.265000', '130639.267000', '130639.270000', '130639.273000', '130639.276000', '130639.279000', '130639.282000', '130639.284000', '130639.287000', '130639.290000', '130639.293000', '130639.296000', '130639.320000', '130639.323000', '130659.179000', '130659.182000', '130659.185000', '130659.188000', '130659.190000', '130659.193000', '130659.196000', '130659.199000', '130659.202000', '130659.205000', '130659.208000', '130659.211000', '130659.213000', '130659.216000', '130659.219000', '130659.222000', '130659.225000', '130659.228000', '130659.231000', '130659.233000', '130659.236000', '130659.239000', '130659.242000', '130659.245000', '130659.248000', '130659.251000', '130659.254000', '130659.256000', '130659.259000', '130659.262000', '130659.265000', '130659.268000', '130659.271000', '130659.273000', '130659.276000', '130659.279000', '130659.282000', '130659.285000', '130659.288000', '130659.291000', '130659.293000', '130659.296000', '130659.299000', '130719.179000', '130719.182000', '130719.185000', '130719.188000', '130719.190000', '130719.193000', '130719.196000', '130719.199000', '130719.202000', '130719.205000', '130719.213000', '130719.216000', '130719.219000', '130719.221000', '130719.224000', '130719.227000', '130719.230000', '130719.233000', '130719.236000', '130719.239000', '130719.241000', '130719.244000', '130719.247000', '130719.250000', '130719.253000', '130719.256000', '130719.259000', '130719.262000', '130719.264000', '130719.267000', '130719.270000', '130719.273000', '130719.276000', '130719.278000', '130719.281000', '130719.284000', '130719.287000', '130719.290000', '130719.293000', '130719.296000', '130719.298000', '130719.301000', '130719.304000', '130719.307000', '130739.180000', '130739.183000', '130739.186000', '130739.189000', '130739.192000', '130739.194000', '130739.197000', '130739.200000', '130739.203000', '130739.206000', '130739.209000', '130739.212000', '130739.215000', '130739.217000', '130739.220000', '130739.223000', '130739.226000', '130739.229000', '130739.232000', '130739.235000', '130739.238000', '130739.241000', '130739.243000', '130739.246000', '130739.249000', '130739.252000', '130739.255000', '130739.258000', '130739.261000', '130739.264000', '130739.266000', '130739.269000', '130739.272000', '130739.275000', '130739.278000', '130739.281000', '130739.284000', '130739.287000', '130739.290000', '130739.292000', '130739.295000', '130739.298000', '130739.301000', '130759.179000', '130759.182000', '130759.185000', '130759.188000', '130759.205000', '130759.213000', '130759.216000', '130759.219000', '130759.222000', '130759.225000', '130759.228000', '130759.230000', '130759.233000', '130759.236000', '130759.239000', '130759.242000', '130759.245000', '130759.248000', '130759.251000', '130759.253000', '130759.256000', '130759.259000', '130759.262000', '130759.265000', '130759.268000', '130759.270000', '130759.273000', '130759.276000', '130759.279000', '130759.282000', '130759.285000', '130759.288000', '130759.291000', '130759.294000', '130759.297000', '130759.299000', '130759.302000', '130759.305000', '130759.308000', '130759.311000', '130759.314000', '130759.317000', '130759.320000', '130759.322000', '130819.179000', '130819.182000', '130819.185000', '130819.188000', '130819.190000', '130819.193000', '130819.196000', '130819.199000', '130819.202000', '130819.205000', '130819.207000', '130819.210000', '130819.213000', '130819.216000', '130819.219000', '130819.222000', '130819.225000', '130819.228000', '130819.231000', '130819.234000', '130819.236000', '130819.239000', '130819.242000', '130819.245000', '130819.248000', '130819.250000', '130819.253000', '130819.256000', '130819.259000', '130819.262000', '130819.265000', '130819.268000', '130819.270000', '130819.273000', '130819.276000', '130819.279000', '130819.282000', '130819.285000', '130819.287000', '130819.290000', '130819.293000', '130819.296000', '130819.299000', '130839.179000', '130839.182000', '130839.185000', '130839.188000', '130839.191000', '130839.194000', '130839.196000', '130839.199000', '130839.202000', '130839.205000', '130839.208000', '130839.211000', '130839.214000', '130839.217000', '130839.220000', '130839.222000', '130839.225000', '130839.228000', '130839.231000', '130839.234000', '130839.237000', '130839.240000', '130839.243000', '130839.245000', '130839.249000', '130839.251000', '130839.254000', '130839.257000', '130839.260000', '130839.263000', '130839.266000', '130839.269000', '130839.272000', '130839.274000', '130839.277000', '130839.280000', '130839.283000', '130839.286000', '130839.289000', '130839.292000', '130839.294000', '130839.297000', '130839.300000', '130859.179000', '130859.182000', '130859.197000', '130859.200000', '130859.202000', '130859.205000', '130859.208000', '130859.211000', '130859.214000', '130859.217000', '130859.220000', '130859.223000', '130859.226000', '130859.229000', '130859.231000', '130859.234000', '130859.237000', '130859.240000', '130859.243000', '130859.246000', '130859.249000', '130859.251000', '130859.254000', '130859.257000', '130859.260000', '130859.263000', '130859.266000', '130859.269000', '130859.272000', '130859.275000', '130859.277000', '130859.280000', '130859.283000', '130859.286000', '130859.289000', '130859.292000', '130859.295000', '130859.297000', '130859.300000', '130859.303000', '130859.306000', '130859.309000', '130859.312000', '130859.315000', '130919.179000', '130919.182000', '130919.185000', '130919.188000', '130919.191000', '130919.195000', '130919.198000', '130919.201000', '130919.204000', '130919.207000', '130919.210000', '130919.213000', '130919.215000', '130919.218000', '130919.221000', '130919.224000', '130919.227000', '130919.230000', '130919.232000', '130919.236000', '130919.238000', '130919.241000', '130919.244000', '130919.256000', '130919.259000', '130919.262000', '130919.265000', '130919.268000', '130919.270000', '130919.273000', '130919.276000', '130919.279000', '130919.282000', '130919.285000', '130919.287000', '130919.290000', '130919.293000', '130919.296000', '130919.299000', '130919.302000', '130919.305000', '130919.308000', '130919.311000', '130939.179000', '130939.182000', '130939.185000', '130939.188000', '130939.191000', '130939.193000', '130939.196000', '130939.199000', '130939.202000', '130939.205000', '130939.208000', '130939.211000', '130939.214000', '130939.217000', '130939.220000', '130939.223000', '130939.225000', '130939.228000', '130939.231000', '130939.234000', '130939.237000', '130939.240000', '130939.243000', '130939.246000', '130939.249000', '130939.251000', '130939.254000', '130939.257000', '130939.260000', '130939.263000', '130939.266000', '130939.269000', '130939.271000', '130939.274000', '130939.277000', '130939.280000', '130939.283000', '130939.286000', '130939.289000', '130939.292000', '130939.294000', '130939.297000', '130939.300000', '130939.303000', '130959.180000', '130959.183000', '130959.186000', '130959.189000', '130959.192000', '130959.195000', '130959.198000', '130959.201000', '130959.204000', '130959.207000', '130959.210000', '130959.213000', '130959.216000', '130959.219000', '130959.222000', '130959.225000', '130959.227000', '130959.230000', '130959.233000', '130959.236000', '130959.239000', '130959.242000', '130959.245000', '130959.248000', '130959.250000', '130959.253000', '130959.256000', '130959.259000', '130959.262000', '130959.265000', '130959.268000', '130959.270000', '130959.273000', '130959.276000', '130959.279000', '130959.282000', '130959.285000', '130959.287000', '130959.291000', '130959.293000', '130959.296000', '130959.299000', '130959.302000', '131019.179000', '131019.182000', '131019.185000', '131019.188000', '131019.191000', '131019.194000', '131019.197000', '131019.199000', '131019.202000', '131019.205000', '131019.208000', '131019.211000', '131019.214000', '131019.217000', '131019.220000', '131019.223000', '131019.227000', '131019.231000', '131019.233000', '131019.236000', '131019.239000', '131019.242000', '131019.245000', '131019.248000', '131019.250000', '131019.253000', '131019.256000', '131019.259000', '131019.262000', '131019.265000', '131019.268000', '131019.271000', '131019.273000', '131019.276000', '131019.279000', '131019.282000', '131019.285000', '131019.293000', '131019.296000', '131019.299000', '131019.301000', '131019.304000', '131019.307000', '131019.310000', '131039.179000', '131039.182000', '131039.185000', '131039.188000', '131039.191000', '131039.194000', '131039.196000', '131039.199000', '131039.202000', '131039.205000', '131039.208000', '131039.211000', '131039.214000', '131039.216000', '131039.219000', '131039.222000', '131039.225000', '131039.228000', '131039.231000', '131039.234000', '131039.237000', '131039.240000', '131039.242000', '131039.245000', '131039.248000', '131039.251000', '131039.254000', '131039.257000', '131039.260000', '131039.276000', '131039.279000', '131039.282000', '131039.285000', '131039.288000', '131039.291000', '131039.294000', '131039.296000', '131039.299000', '131039.302000', '131039.305000', '131039.308000', '131039.311000', '131039.313000', '131059.179000', '131059.182000', '131059.185000', '131059.187000', '131059.190000', '131059.193000', '131059.196000', '131059.199000', '131059.202000', '131059.205000', '131059.208000', '131059.210000', '131059.214000', '131059.216000', '131059.219000', '131059.222000', '131059.225000', '131059.228000', '131059.231000', '131059.234000', '131059.237000', '131059.239000', '131059.242000', '131059.245000', '131059.248000', '131059.251000', '131059.254000', '131059.256000', '131059.259000', '131059.262000', '131059.265000', '131059.268000', '131059.271000', '131059.274000', '131059.277000', '131059.279000', '131059.282000', '131059.285000', '131059.288000', '131059.291000', '131059.294000', '131059.297000', '131059.299000', '131059.302000', '131115.633000', '131115.637000', '131115.641000', '131115.644000', '131115.647000', '131115.651000', '131115.654000', '131115.658000', '131115.661000', '131115.664000', '131115.667000', '131115.670000', '131115.673000', '131115.676000', '131115.679000', '131115.682000', '131115.685000', '131115.687000', '131115.690000', '131115.694000', '131115.697000', '131115.700000', '131115.703000', '131115.706000', '131115.709000', '131115.712000', '131115.715000', '131115.718000', '131115.721000', '131115.723000', '131115.726000', '131115.729000', '131115.732000', '131115.735000', '131115.738000', '131115.741000'], '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': [11339, 9265, 10440, 8741, 8073, 8743, 9000, 8975, 8916, 10105, 8926, 9282, 8756, 8720, 7815, 8788, 7246, 8562, 9372, 8350, 9166, 8032, 9050, 8596, 8960, 8149, 8757, 8552, 8741, 7418, 8650, 7660, 8063, 9986, 7746, 9477, 7433, 9708, 8434, 9098, 8219, 8804, 7166, 8659, 10214, 7951, 9919, 8100, 9506, 7735, 9641, 7862, 8656, 8088, 8814, 7499, 8830, 7238, 8381, 8580, 8397, 9637, 7962, 9873, 7721, 10090, 7963, 9112, 7637, 8409, 7227, 8283, 8095, 7837, 7758, 8667, 7553, 8419, 7727, 8233, 8642, 8364, 8182, 8005, 8184, 9752, 10030, 9660, 14111, 8537, 13343, 8620, 14027, 11703, 15655, 11724, 12023, 11650, 9157, 12843, 10270, 10143, 16079, 12297, 15305, 11910, 14842, 11370, 11517, 11215, 8847, 10047, 8060, 14872, 11517, 16109, 12019, 13713, 10765, 11693, 10435, 9041, 9195, 8528, 9125, 8582, 9919, 9173, 8210, 9054, 8379, 8993, 8253, 9500, 8697, 12178, 8766, 13403, 8561, 11134, 9869, 13932, 9538, 8859, 8648, 8325, 8875, 8799, 10189, 9228, 9383, 10657, 8928, 12712, 8480, 10504, 8874, 7971, 8666, 7521, 8630, 7565, 8807, 8223, 8810, 7879, 8546, 10105, 8082, 9567, 8281, 9949, 8910, 9090, 7658, 8805, 9999, 8439, 10249, 8121, 9308, 8068, 9706, 7935, 9183, 9499, 8761, 7757, 8646, 11363, 7897, 9523, 8541, 9286, 9191, 9102, 9018, 8925, 8180, 8871, 8060, 9356, 7847, 9359, 8213, 9097, 8599, 9027, 7958, 9255, 7715, 8482, 13035, 8087, 11231, 9254, 11236, 7820, 10486, 8259, 8984, 8361, 8651, 7417, 8598, 8380, 7820, 8748, 7999, 9645, 7897, 9569, 8019, 9534, 8413, 9575, 8651, 8999, 7678, 8585, 8159, 8341, 9356, 8394, 8388, 8331, 7748, 8393, 8213, 8868, 7779, 8900, 8201, 8143, 11289, 9026, 12607, 9351, 13937, 9218, 12811, 10129, 14720, 11498, 15133, 10349, 13695, 8564, 14057, 10889, 15317, 11758, 12853, 8709, 7484, 8903, 8976, 13471, 8620, 14650, 8379, 11937, 8204, 9469, 9122, 8951, 9599, 8325, 9307, 8304, 10683, 8688, 14584, 8475, 11355, 8668, 10314, 9016, 12965, 8792, 11591, 8381, 10786, 8391, 10344, 8913, 8243, 8986, 8309, 9041, 8009, 9350, 8461, 9839, 8141, 9707, 8083, 10030, 9681, 12723, 8392, 10484, 8572, 10506, 9086, 11383, 8967, 9034, 8517, 7959, 8738, 8562, 9931, 8024, 9597, 7952, 9931, 8876, 9317, 8815, 8130, 8576, 7547, 8822, 8400, 10355, 8684, 9125, 8485, 9465, 8134, 12544, 8554, 8151, 8592, 8341, 9039, 8044, 9701, 8261, 11147, 8258, 9488, 8410, 9650, 9885, 13364, 8190, 10370, 8110, 10276, 8716, 10905, 8788, 8489, 8531, 7941, 8805, 8174, 10019, 7880, 9299, 7971, 9346, 8435, 9790, 9165, 11140, 8079, 10036, 8093, 9396, 9679, 10115, 8217, 9422, 8171, 9121, 8370, 9234, 8857, 9896, 8143, 9718, 7866, 10340, 8955, 11362, 8191, 10203, 8569, 9669, 8661, 9678, 8212, 9517, 8358, 9351, 8597, 9390, 8730, 10096, 8674, 9645, 8236, 10013, 8218, 11099, 10263, 8675, 15073, 7954, 12172, 9029, 11255, 7922, 9821, 7967, 8207, 8369, 8244, 8356, 8044, 8063, 9483, 8280, 10002, 8579, 10620, 8461, 10081, 8337, 9029, 15376, 11585, 14971, 8912, 12289, 7949, 10266, 8498, 9540, 8274, 9291, 8369, 9551, 8287, 9670, 8165, 9397, 7953, 8705, 12469, 8495, 12020, 8751, 10745, 8361, 9854, 8326, 9817, 8200, 8988, 7692, 8989, 7919, 9106, 7938, 9219, 7627, 8734, 7676, 8550, 10483, 8899, 13756, 8339, 11501, 8249, 10587, 8683, 11803, 8552, 9428, 7950, 9294, 8155, 9386, 8396, 9345, 8300, 9885, 8337, 9944, 8471, 9908, 8397, 9647, 8515, 9651, 8076, 9630, 8105, 8936, 7796, 8766, 8045, 8878, 7787, 8810, 7947, 8712, 7918, 8774, 7944, 9054, 7979, 8254, 9047, 8086, 10779, 8820, 11794, 8391, 11105, 8410, 10587, 8795, 13118, 9990, 14126, 8345, 10889, 8375, 10089, 8417, 10114, 8327, 9933, 7995, 9858, 8295, 9651, 7804, 9066, 7776, 8982, 7924, 8688, 8083, 9282, 8232, 8969, 8171, 9125, 8340, 9966, 9572, 9002, 14181, 10465, 12076, 9289, 14710, 8698, 13094, 7987, 9930, 8586, 11142, 8307, 13435, 8115, 8285, 8155, 8455, 9019, 7941, 8768, 9966, 8605, 14149, 8225, 13122, 9800, 13999, 8177, 9179, 9217, 8617, 14197, 8765, 10939, 8231, 8299, 8175, 7997, 8243, 7531, 8314, 7677, 8002, 7524, 8243, 8311, 8914, 8509, 8571, 9988, 8377, 12435, 10225, 12845, 10205, 14294, 10284, 12429, 8759, 11564, 9732, 14216, 9866, 13032, 8135, 10183, 8879, 8112, 9723, 8112, 9523, 8557, 9512, 8544, 12126, 8500, 11259, 8161, 10237, 8732, 9140, 9026, 7865, 8815, 7863, 9515, 8353, 10216, 8210, 14843, 8347, 12602, 8413, 12201, 10610, 13475, 8828, 9634, 8701, 7759, 9509, 8474, 10852, 8103, 9240, 8152, 8884, 8662, 8913, 8945, 8034, 8929, 7903, 9325, 8666, 10353, 7935, 11883, 8235, 10014, 8243, 9459, 8460, 9646, 8345, 7970, 8525, 8020, 8878, 8507, 9321, 8572, 9537, 7828, 9278, 7971, 9262, 8142, 8772, 12054, 8133, 10640, 8466, 9594, 8085, 8731, 12331, 8116, 9481, 8127, 9261, 7927, 8731, 7756, 8245, 7302, 7866, 9178, 8273, 9395, 8438, 9367, 7831, 8340, 11446, 8351, 10299, 8133, 9369, 7897, 8444, 11421, 8215, 9321, 8290, 9318, 8274, 9070, 7818, 8964, 8257, 8723, 8116, 9358, 7858, 8937, 8086, 9005, 8415, 9036, 8494, 8011, 8617, 8183, 10101, 9117, 11122, 8176, 7780, 9579, 8772, 15214, 12830, 15875, 12198, 13857, 12050, 12047, 15352, 11812, 15476, 9257, 10658, 8973, 8389, 14371, 10232, 15114, 10013, 13264, 11044, 13218, 13358, 8891, 11826, 8348, 11289, 8626, 15298, 9685, 14655, 8686, 10898, 8331, 11426, 8798, 10513, 8481, 8596, 8822, 8366, 9679, 8491, 10847, 8411, 10101, 8550, 10256, 8783, 15163, 8630, 11097, 8284, 9845, 8296, 13738, 8214, 12459, 8251, 10320], 'WindowCenter': [3957.0, 3933.0, 3930.0, 3918.0, 3907.0, 3906.0, 3916.0, 3915.0, 3918.0, 3927.0, 3917.0, 3915.0, 3906.0, 3905.0, 3895.0, 3916.0, 3895.0, 3917.0, 3916.0, 3917.0, 3928.0, 3909.0, 3918.0, 3920.0, 3929.0, 3921.0, 3931.0, 3933.0, 3934.0, 3924.0, 3946.0, 3936.0, 3936.0, 3957.0, 3938.0, 3957.0, 3926.0, 3957.0, 3948.0, 3948.0, 3947.0, 3948.0, 3926.0, 3947.0, 3969.0, 3939.0, 3957.0, 3949.0, 3959.0, 3938.0, 3958.0, 3949.0, 3948.0, 3949.0, 3958.0, 3938.0, 3960.0, 3941.0, 3960.0, 3960.0, 3961.0, 3970.0, 3950.0, 3970.0, 3951.0, 3971.0, 3950.0, 3960.0, 3937.0, 3949.0, 3937.0, 3949.0, 3949.0, 3948.0, 3951.0, 3959.0, 3950.0, 3962.0, 3966.0, 3972.0, 3975.0, 3973.0, 3975.0, 3963.0, 3976.0, 3996.0, 3985.0, 3983.0, 4015.0, 3963.0, 4006.0, 3961.0, 4004.0, 3992.0, 4013.0, 3982.0, 3981.0, 3979.0, 3959.0, 3991.0, 3968.0, 3957.0, 4000.0, 3968.0, 3987.0, 3966.0, 3975.0, 3966.0, 3954.0, 3954.0, 3931.0, 3941.0, 3921.0, 3973.0, 3952.0, 3972.0, 3950.0, 3960.0, 3938.0, 3936.0, 3939.0, 3916.0, 3915.0, 3916.0, 3914.0, 3916.0, 3928.0, 3927.0, 3917.0, 3916.0, 3917.0, 3928.0, 3918.0, 3927.0, 3919.0, 3948.0, 3918.0, 3950.0, 3916.0, 3937.0, 3928.0, 3959.0, 3916.0, 3915.0, 3905.0, 3905.0, 3915.0, 3905.0, 3926.0, 3915.0, 3916.0, 3926.0, 3914.0, 3934.0, 3904.0, 3923.0, 3904.0, 3904.0, 3915.0, 3905.0, 3916.0, 3906.0, 3928.0, 3917.0, 3917.0, 3919.0, 3919.0, 3939.0, 3906.0, 3928.0, 3918.0, 3928.0, 3917.0, 3917.0, 3907.0, 3917.0, 3926.0, 3906.0, 3927.0, 3906.0, 3915.0, 3907.0, 3927.0, 3906.0, 3928.0, 3928.0, 3919.0, 3908.0, 3919.0, 3939.0, 3909.0, 3927.0, 3918.0, 3929.0, 3929.0, 3918.0, 3930.0, 3929.0, 3920.0, 3930.0, 3921.0, 3942.0, 3923.0, 3942.0, 3932.0, 3932.0, 3932.0, 3944.0, 3922.0, 3944.0, 3923.0, 3933.0, 3963.0, 3920.0, 3950.0, 3931.0, 3952.0, 3920.0, 3940.0, 3919.0, 3931.0, 3920.0, 3931.0, 3908.0, 3931.0, 3919.0, 3921.0, 3929.0, 3920.0, 3941.0, 3922.0, 3941.0, 3932.0, 3943.0, 3933.0, 3944.0, 3932.0, 3944.0, 3921.0, 3934.0, 3921.0, 3932.0, 3943.0, 3933.0, 3934.0, 3934.0, 3934.0, 3947.0, 3945.0, 3957.0, 3937.0, 3960.0, 3947.0, 3949.0, 3981.0, 3959.0, 3989.0, 3958.0, 3987.0, 3957.0, 3977.0, 3958.0, 3988.0, 3981.0, 3986.0, 3955.0, 3976.0, 3933.0, 3973.0, 3953.0, 3985.0, 3953.0, 3962.0, 3930.0, 3909.0, 3929.0, 3928.0, 3962.0, 3919.0, 3971.0, 3919.0, 3949.0, 3917.0, 3928.0, 3929.0, 3916.0, 3927.0, 3918.0, 3927.0, 3916.0, 3937.0, 3917.0, 3959.0, 3906.0, 3936.0, 3916.0, 3925.0, 3915.0, 3946.0, 3915.0, 3934.0, 3905.0, 3924.0, 3904.0, 3925.0, 3915.0, 3904.0, 3915.0, 3917.0, 3916.0, 3917.0, 3928.0, 3919.0, 3938.0, 3919.0, 3927.0, 3919.0, 3927.0, 3929.0, 3949.0, 3918.0, 3938.0, 3918.0, 3926.0, 3918.0, 3937.0, 3917.0, 3916.0, 3917.0, 3906.0, 3917.0, 3918.0, 3939.0, 3919.0, 3929.0, 3919.0, 3928.0, 3931.0, 3930.0, 3929.0, 3919.0, 3929.0, 3908.0, 3929.0, 3918.0, 3940.0, 3918.0, 3929.0, 3930.0, 3928.0, 3918.0, 3950.0, 3931.0, 3921.0, 3930.0, 3919.0, 3930.0, 3921.0, 3941.0, 3919.0, 3951.0, 3932.0, 3940.0, 3932.0, 3930.0, 3942.0, 3962.0, 3920.0, 3938.0, 3919.0, 3939.0, 3931.0, 3939.0, 3919.0, 3928.0, 3918.0, 3920.0, 3929.0, 3932.0, 3941.0, 3922.0, 3930.0, 3920.0, 3932.0, 3934.0, 3943.0, 3942.0, 3951.0, 3921.0, 3942.0, 3921.0, 3930.0, 3942.0, 3939.0, 3921.0, 3930.0, 3932.0, 3931.0, 3931.0, 3930.0, 3932.0, 3940.0, 3921.0, 3929.0, 3920.0, 3939.0, 3932.0, 3950.0, 3920.0, 3940.0, 3920.0, 3928.0, 3918.0, 3929.0, 3919.0, 3930.0, 3921.0, 3930.0, 3933.0, 3942.0, 3934.0, 3953.0, 3933.0, 3942.0, 3932.0, 3941.0, 3921.0, 3955.0, 3942.0, 3931.0, 3974.0, 3919.0, 3952.0, 3929.0, 3940.0, 3907.0, 3938.0, 3920.0, 3918.0, 3932.0, 3921.0, 3935.0, 3922.0, 3933.0, 3943.0, 3933.0, 3941.0, 3932.0, 3941.0, 3921.0, 3942.0, 3920.0, 3930.0, 3969.0, 3952.0, 3970.0, 3916.0, 3948.0, 3906.0, 3927.0, 3919.0, 3928.0, 3917.0, 3926.0, 3917.0, 3927.0, 3918.0, 3929.0, 3919.0, 3930.0, 3918.0, 3918.0, 3950.0, 3919.0, 3948.0, 3918.0, 3938.0, 3906.0, 3927.0, 3906.0, 3927.0, 3906.0, 3916.0, 3905.0, 3916.0, 3906.0, 3928.0, 3907.0, 3929.0, 3909.0, 3919.0, 3907.0, 3919.0, 3939.0, 3928.0, 3961.0, 3918.0, 3937.0, 3918.0, 3938.0, 3916.0, 3937.0, 3916.0, 3915.0, 3907.0, 3926.0, 3906.0, 3926.0, 3917.0, 3928.0, 3919.0, 3938.0, 3919.0, 3941.0, 3920.0, 3940.0, 3920.0, 3929.0, 3920.0, 3929.0, 3919.0, 3928.0, 3907.0, 3916.0, 3908.0, 3919.0, 3917.0, 3929.0, 3908.0, 3930.0, 3920.0, 3928.0, 3919.0, 3932.0, 3921.0, 3944.0, 3933.0, 3932.0, 3932.0, 3933.0, 3954.0, 3945.0, 3963.0, 3933.0, 3952.0, 3921.0, 3940.0, 3920.0, 3960.0, 3941.0, 3962.0, 3918.0, 3940.0, 3920.0, 3940.0, 3920.0, 3940.0, 3919.0, 3940.0, 3919.0, 3941.0, 3917.0, 3929.0, 3907.0, 3929.0, 3907.0, 3929.0, 3920.0, 3930.0, 3920.0, 3941.0, 3932.0, 3943.0, 3934.0, 3944.0, 3933.0, 3955.0, 3945.0, 3944.0, 3974.0, 3953.0, 3963.0, 3930.0, 3971.0, 3918.0, 3961.0, 3908.0, 3928.0, 3918.0, 3939.0, 3918.0, 3960.0, 3917.0, 3919.0, 3920.0, 3918.0, 3931.0, 3919.0, 3929.0, 3939.0, 3917.0, 3961.0, 3920.0, 3958.0, 3926.0, 3960.0, 3906.0, 3916.0, 3915.0, 3916.0, 3947.0, 3904.0, 3926.0, 3904.0, 3904.0, 3905.0, 3904.0, 3916.0, 3906.0, 3918.0, 3907.0, 3920.0, 3919.0, 3932.0, 3932.0, 3945.0, 3933.0, 3934.0, 3944.0, 3933.0, 3962.0, 3943.0, 3961.0, 3940.0, 3959.0, 3938.0, 3949.0, 3918.0, 3939.0, 3929.0, 3958.0, 3928.0, 3948.0, 3907.0, 3938.0, 3917.0, 3906.0, 3928.0, 3919.0, 3927.0, 3917.0, 3927.0, 3916.0, 3949.0, 3916.0, 3938.0, 3917.0, 3926.0, 3918.0, 3928.0, 3926.0, 3919.0, 3928.0, 3918.0, 3939.0, 3919.0, 3940.0, 3921.0, 3970.0, 3919.0, 3949.0, 3917.0, 3948.0, 3939.0, 3947.0, 3916.0, 3927.0, 3914.0, 3906.0, 3927.0, 3916.0, 3938.0, 3918.0, 3929.0, 3917.0, 3916.0, 3917.0, 3917.0, 3918.0, 3906.0, 3917.0, 3907.0, 3928.0, 3918.0, 3926.0, 3905.0, 3948.0, 3917.0, 3926.0, 3918.0, 3927.0, 3917.0, 3926.0, 3916.0, 3906.0, 3917.0, 3906.0, 3917.0, 3918.0, 3927.0, 3918.0, 3928.0, 3918.0, 3927.0, 3919.0, 3929.0, 3918.0, 3919.0, 3950.0, 3908.0, 3937.0, 3917.0, 3926.0, 3905.0, 3916.0, 3936.0, 3904.0, 3914.0, 3905.0, 3914.0, 3905.0, 3917.0, 3907.0, 3919.0, 3907.0, 3920.0, 3929.0, 3932.0, 3942.0, 3932.0, 3942.0, 3919.0, 3932.0, 3950.0, 3919.0, 3940.0, 3920.0, 3931.0, 3918.0, 3919.0, 3950.0, 3920.0, 3929.0, 3929.0, 3942.0, 3933.0, 3941.0, 3922.0, 3944.0, 3945.0, 3946.0, 3936.0, 3957.0, 3938.0, 3958.0, 3948.0, 3958.0, 3961.0, 3958.0, 3960.0, 3947.0, 3959.0, 3961.0, 3969.0, 3973.0, 3979.0, 3960.0, 3951.0, 3970.0, 3960.0, 4012.0, 3992.0, 4003.0, 3979.0, 3988.0, 3979.0, 3976.0, 4002.0, 3966.0, 3986.0, 3946.0, 3955.0, 3944.0, 3933.0, 3987.0, 3943.0, 3973.0, 3943.0, 3961.0, 3952.0, 3964.0, 3975.0, 3931.0, 3952.0, 3919.0, 3939.0, 3918.0, 3971.0, 3917.0, 3959.0, 3917.0, 3925.0, 3905.0, 3924.0, 3917.0, 3924.0, 3905.0, 3915.0, 3915.0, 3906.0, 3927.0, 3919.0, 3938.0, 3918.0, 3927.0, 3917.0, 3926.0, 3905.0, 3958.0, 3904.0, 3924.0, 3903.0, 3911.0, 3903.0, 3945.0, 3902.0, 3934.0, 3903.0, 3913.0], 'WindowWidth': [8853.0, 8813.0, 8801.0, 8781.0, 8764.0, 8762.0, 8774.0, 8772.0, 8779.0, 8789.0, 8776.0, 8773.0, 8761.0, 8760.0, 8744.0, 8776.0, 8745.0, 8778.0, 8774.0, 8779.0, 8794.0, 8771.0, 8783.0, 8788.0, 8799.0, 8792.0, 8805.0, 8811.0, 8813.0, 8802.0, 8833.0, 8822.0, 8822.0, 8850.0, 8826.0, 8850.0, 8810.0, 8849.0, 8840.0, 8839.0, 8837.0, 8840.0, 8809.0, 8838.0, 8869.0, 8830.0, 8852.0, 8843.0, 8855.0, 8828.0, 8854.0, 8844.0, 8840.0, 8845.0, 8856.0, 8830.0, 8862.0, 8836.0, 8862.0, 8862.0, 8864.0, 8876.0, 8849.0, 8874.0, 8850.0, 8877.0, 8847.0, 8861.0, 8827.0, 8845.0, 8827.0, 8844.0, 8844.0, 8845.0, 8850.0, 8860.0, 8853.0, 8870.0, 8881.0, 8884.0, 8893.0, 8888.0, 8892.0, 8875.0, 8897.0, 8925.0, 8907.0, 8899.0, 8949.0, 8873.0, 8934.0, 8869.0, 8931.0, 8910.0, 8941.0, 8896.0, 8893.0, 8888.0, 8859.0, 8906.0, 8871.0, 8853.0, 8920.0, 8870.0, 8897.0, 8864.0, 8873.0, 8862.0, 8843.0, 8842.0, 8807.0, 8820.0, 8792.0, 8867.0, 8836.0, 8866.0, 8829.0, 8844.0, 8811.0, 8805.0, 8813.0, 8776.0, 8775.0, 8778.0, 8773.0, 8779.0, 8796.0, 8795.0, 8779.0, 8778.0, 8781.0, 8796.0, 8784.0, 8794.0, 8787.0, 8825.0, 8784.0, 8828.0, 8780.0, 8805.0, 8797.0, 8839.0, 8778.0, 8776.0, 8760.0, 8761.0, 8773.0, 8759.0, 8792.0, 8773.0, 8777.0, 8789.0, 8771.0, 8799.0, 8756.0, 8783.0, 8758.0, 8756.0, 8775.0, 8761.0, 8777.0, 8763.0, 8797.0, 8782.0, 8782.0, 8787.0, 8788.0, 8814.0, 8766.0, 8798.0, 8784.0, 8798.0, 8781.0, 8782.0, 8766.0, 8780.0, 8791.0, 8765.0, 8792.0, 8765.0, 8776.0, 8769.0, 8794.0, 8768.0, 8797.0, 8797.0, 8786.0, 8771.0, 8786.0, 8815.0, 8772.0, 8796.0, 8785.0, 8800.0, 8798.0, 8784.0, 8802.0, 8799.0, 8790.0, 8804.0, 8795.0, 8822.0, 8799.0, 8823.0, 8812.0, 8811.0, 8811.0, 8828.0, 8797.0, 8830.0, 8799.0, 8811.0, 8854.0, 8793.0, 8833.0, 8808.0, 8836.0, 8793.0, 8817.0, 8789.0, 8806.0, 8790.0, 8806.0, 8773.0, 8806.0, 8788.0, 8792.0, 8803.0, 8794.0, 8819.0, 8797.0, 8822.0, 8811.0, 8825.0, 8814.0, 8830.0, 8812.0, 8829.0, 8796.0, 8815.0, 8796.0, 8812.0, 8827.0, 8815.0, 8815.0, 8818.0, 8818.0, 8837.0, 8835.0, 8854.0, 8827.0, 8861.0, 8841.0, 8848.0, 8893.0, 8862.0, 8901.0, 8855.0, 8896.0, 8853.0, 8880.0, 8855.0, 8898.0, 8891.0, 8894.0, 8847.0, 8878.0, 8814.0, 8870.0, 8841.0, 8888.0, 8841.0, 8851.0, 8805.0, 8776.0, 8800.0, 8797.0, 8851.0, 8787.0, 8863.0, 8787.0, 8829.0, 8782.0, 8798.0, 8802.0, 8780.0, 8795.0, 8783.0, 8795.0, 8780.0, 8809.0, 8782.0, 8842.0, 8766.0, 8804.0, 8778.0, 8789.0, 8778.0, 8819.0, 8777.0, 8801.0, 8762.0, 8785.0, 8761.0, 8788.0, 8778.0, 8760.0, 8777.0, 8783.0, 8780.0, 8783.0, 8797.0, 8790.0, 8813.0, 8790.0, 8796.0, 8789.0, 8796.0, 8802.0, 8829.0, 8787.0, 8810.0, 8783.0, 8792.0, 8786.0, 8808.0, 8781.0, 8780.0, 8780.0, 8766.0, 8782.0, 8786.0, 8814.0, 8789.0, 8799.0, 8789.0, 8797.0, 8810.0, 8804.0, 8801.0, 8787.0, 8802.0, 8773.0, 8801.0, 8784.0, 8818.0, 8783.0, 8799.0, 8801.0, 8797.0, 8786.0, 8830.0, 8805.0, 8794.0, 8802.0, 8787.0, 8803.0, 8794.0, 8818.0, 8792.0, 8834.0, 8809.0, 8817.0, 8808.0, 8803.0, 8825.0, 8849.0, 8792.0, 8812.0, 8788.0, 8814.0, 8806.0, 8814.0, 8787.0, 8799.0, 8784.0, 8788.0, 8800.0, 8809.0, 8820.0, 8796.0, 8805.0, 8793.0, 8808.0, 8816.0, 8826.0, 8824.0, 8835.0, 8794.0, 8824.0, 8796.0, 8804.0, 8824.0, 8814.0, 8794.0, 8803.0, 8808.0, 8806.0, 8808.0, 8804.0, 8808.0, 8819.0, 8793.0, 8801.0, 8793.0, 8814.0, 8810.0, 8830.0, 8791.0, 8815.0, 8789.0, 8797.0, 8785.0, 8800.0, 8787.0, 8802.0, 8793.0, 8803.0, 8812.0, 8822.0, 8818.0, 8838.0, 8814.0, 8823.0, 8812.0, 8823.0, 8794.0, 8844.0, 8822.0, 8805.0, 8870.0, 8788.0, 8836.0, 8802.0, 8817.0, 8769.0, 8811.0, 8789.0, 8786.0, 8809.0, 8793.0, 8817.0, 8796.0, 8813.0, 8827.0, 8812.0, 8822.0, 8810.0, 8822.0, 8794.0, 8823.0, 8790.0, 8804.0, 8858.0, 8834.0, 8858.0, 8780.0, 8823.0, 8765.0, 8793.0, 8784.0, 8795.0, 8780.0, 8793.0, 8783.0, 8794.0, 8785.0, 8800.0, 8787.0, 8803.0, 8784.0, 8784.0, 8830.0, 8786.0, 8825.0, 8783.0, 8810.0, 8765.0, 8793.0, 8764.0, 8793.0, 8762.0, 8777.0, 8763.0, 8778.0, 8766.0, 8796.0, 8768.0, 8799.0, 8773.0, 8786.0, 8770.0, 8788.0, 8814.0, 8799.0, 8848.0, 8785.0, 8810.0, 8782.0, 8811.0, 8780.0, 8808.0, 8778.0, 8775.0, 8766.0, 8790.0, 8766.0, 8791.0, 8783.0, 8798.0, 8788.0, 8810.0, 8789.0, 8817.0, 8792.0, 8814.0, 8788.0, 8798.0, 8788.0, 8801.0, 8784.0, 8798.0, 8768.0, 8780.0, 8769.0, 8786.0, 8782.0, 8800.0, 8771.0, 8802.0, 8790.0, 8800.0, 8790.0, 8811.0, 8794.0, 8828.0, 8812.0, 8812.0, 8811.0, 8813.0, 8841.0, 8831.0, 8853.0, 8811.0, 8837.0, 8795.0, 8816.0, 8792.0, 8844.0, 8818.0, 8850.0, 8786.0, 8817.0, 8792.0, 8816.0, 8792.0, 8815.0, 8788.0, 8816.0, 8788.0, 8818.0, 8783.0, 8802.0, 8769.0, 8800.0, 8770.0, 8800.0, 8790.0, 8803.0, 8792.0, 8820.0, 8811.0, 8825.0, 8816.0, 8831.0, 8813.0, 8846.0, 8832.0, 8829.0, 8872.0, 8838.0, 8855.0, 8805.0, 8865.0, 8785.0, 8846.0, 8772.0, 8797.0, 8784.0, 8813.0, 8785.0, 8844.0, 8784.0, 8786.0, 8790.0, 8787.0, 8806.0, 8789.0, 8802.0, 8817.0, 8783.0, 8848.0, 8788.0, 8840.0, 8795.0, 8845.0, 8765.0, 8779.0, 8775.0, 8776.0, 8822.0, 8760.0, 8788.0, 8759.0, 8757.0, 8761.0, 8759.0, 8779.0, 8765.0, 8785.0, 8769.0, 8791.0, 8789.0, 8813.0, 8811.0, 8832.0, 8812.0, 8815.0, 8828.0, 8811.0, 8851.0, 8825.0, 8849.0, 8819.0, 8843.0, 8812.0, 8827.0, 8784.0, 8812.0, 8800.0, 8837.0, 8796.0, 8823.0, 8768.0, 8809.0, 8781.0, 8765.0, 8796.0, 8786.0, 8794.0, 8781.0, 8793.0, 8778.0, 8825.0, 8776.0, 8809.0, 8782.0, 8792.0, 8786.0, 8798.0, 8793.0, 8787.0, 8799.0, 8787.0, 8814.0, 8789.0, 8815.0, 8793.0, 8859.0, 8788.0, 8828.0, 8782.0, 8823.0, 8813.0, 8820.0, 8777.0, 8792.0, 8773.0, 8765.0, 8793.0, 8779.0, 8811.0, 8784.0, 8800.0, 8782.0, 8779.0, 8783.0, 8782.0, 8783.0, 8766.0, 8780.0, 8768.0, 8795.0, 8782.0, 8794.0, 8764.0, 8823.0, 8781.0, 8791.0, 8782.0, 8793.0, 8782.0, 8790.0, 8779.0, 8766.0, 8781.0, 8766.0, 8781.0, 8784.0, 8795.0, 8784.0, 8797.0, 8787.0, 8796.0, 8788.0, 8800.0, 8785.0, 8787.0, 8831.0, 8771.0, 8809.0, 8780.0, 8792.0, 8761.0, 8778.0, 8806.0, 8759.0, 8772.0, 8761.0, 8771.0, 8761.0, 8779.0, 8768.0, 8786.0, 8769.0, 8792.0, 8802.0, 8809.0, 8821.0, 8809.0, 8823.0, 8788.0, 8809.0, 8831.0, 8788.0, 8817.0, 8788.0, 8804.0, 8782.0, 8787.0, 8829.0, 8788.0, 8799.0, 8803.0, 8820.0, 8811.0, 8821.0, 8798.0, 8828.0, 8833.0, 8834.0, 8821.0, 8851.0, 8826.0, 8852.0, 8843.0, 8855.0, 8866.0, 8857.0, 8860.0, 8839.0, 8857.0, 8865.0, 8873.0, 8883.0, 8886.0, 8863.0, 8852.0, 8873.0, 8860.0, 8940.0, 8908.0, 8926.0, 8885.0, 8898.0, 8884.0, 8874.0, 8922.0, 8863.0, 8894.0, 8835.0, 8845.0, 8829.0, 8811.0, 8894.0, 8826.0, 8870.0, 8827.0, 8849.0, 8836.0, 8854.0, 8875.0, 8805.0, 8837.0, 8787.0, 8815.0, 8782.0, 8864.0, 8778.0, 8842.0, 8779.0, 8788.0, 8761.0, 8784.0, 8780.0, 8784.0, 8760.0, 8774.0, 8773.0, 8765.0, 8792.0, 8786.0, 8810.0, 8782.0, 8793.0, 8779.0, 8790.0, 8761.0, 8837.0, 8757.0, 8784.0, 8755.0, 8762.0, 8754.0, 8814.0, 8752.0, 8799.0, 8756.0, 8768.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.001231895113230036</td></tr>
<tr><td colspan=3>aqi</td><td>0.02507274112038141</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.31043435045341</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.251991267362769</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0091441200715994</td></tr>
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
<tr><td colspan=3>fber</td><td>4505.751</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08331385059170696</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5494636471990464</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.485873088087768</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372666216158502</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.74603457089307</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.338918477211732</td></tr>
<tr><td colspan=3>gcor</td><td>0.0244318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013352669775485992</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03539149835705757</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</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.8146876806404104</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.9651</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.9673</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298972.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>948.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.0715</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2532</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.8143</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3128.683</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.5768</td></tr>
<tr><td colspan=3>tsnr</td><td>38.644048212328926</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>