<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>784ac0b561b01c1c60c363ff47aae5a2</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>11:58:54.225000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, 0.00227685, 0.0216205, -0.00226833, 0.999997, -0.000418633]</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.112569</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7776, -7266, 435, -51, -385, 65, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>775f14d7-ac54-4227-8525-2eebc71b28e3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822926998138428, -0.0060857683420181274, 0.0583777129650116, 115.97306060791016], [-0.006108629517257214, 2.68291974067688, -0.0009976272704079747, -95.88903045654297], [0.0580061674118042, 0.0011231615208089352, 2.699368476867676, -100.05430603027344], [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': ['115854.225000', '115854.685000', '115855.145000', '115855.605000', '115856.065000', '115856.525000', '115856.985000', '115857.445000', '115857.905000', '115858.365000', '115858.825000', '115859.285000', '115859.745000', '115900.205000', '115900.665000', '115901.125000', '115901.585000', '115902.045000', '115902.505000', '115902.965000', '115903.425000', '115903.885000', '115904.345000', '115904.805000', '115905.265000', '115905.725000', '115906.185000', '115906.645000', '115907.105000', '115907.565000', '115908.025000', '115908.485000', '115908.945000', '115909.405000', '115909.865000', '115910.325000', '115910.785000', '115911.245000', '115911.705000', '115912.165000', '115912.625000', '115913.085000', '115913.545000', '115914.005000', '115914.465000', '115914.925000', '115915.385000', '115915.845000', '115916.305000', '115916.765000', '115917.225000', '115917.685000', '115918.145000', '115918.605000', '115919.065000', '115919.525000', '115919.985000', '115920.445000', '115920.905000', '115921.365000', '115921.825000', '115922.285000', '115922.745000', '115923.205000', '115923.665000', '115924.125000', '115924.585000', '115925.045000', '115925.505000', '115925.965000', '115926.425000', '115926.885000', '115927.345000', '115927.805000', '115928.265000', '115928.725000', '115929.185000', '115929.645000', '115930.105000', '115930.565000', '115931.025000', '115931.485000', '115931.945000', '115932.405000', '115932.865000', '115933.325000', '115933.785000', '115934.245000', '115934.705000', '115935.165000', '115935.625000', '115936.085000', '115936.545000', '115937.005000', '115937.465000', '115937.925000', '115938.385000', '115938.845000', '115939.305000', '115939.765000', '115940.225000', '115940.685000', '115941.145000', '115941.605000', '115942.065000', '115942.525000', '115942.985000', '115943.445000', '115943.905000', '115944.365000', '115944.825000', '115945.285000', '115945.745000', '115946.205000', '115946.665000', '115947.125000', '115947.585000', '115948.045000', '115948.505000', '115948.965000', '115949.425000', '115949.885000', '115950.345000', '115950.805000', '115951.265000', '115951.725000', '115952.185000', '115952.645000', '115953.105000', '115953.565000', '115954.025000', '115954.485000', '115954.945000', '115955.405000', '115955.865000', '115956.325000', '115956.785000', '115957.245000', '115957.705000', '115958.165000', '115958.625000', '115959.085000', '115959.545000', '120000.005000', '120000.465000', '120000.925000', '120001.385000', '120001.845000', '120002.305000', '120002.765000', '120003.225000', '120003.685000', '120004.145000', '120004.605000', '120005.065000', '120005.525000', '120005.985000', '120006.445000', '120006.905000', '120007.365000', '120007.825000', '120008.285000', '120008.745000', '120009.205000', '120009.665000', '120010.125000', '120010.585000', '120011.045000', '120011.505000', '120011.965000', '120012.425000', '120012.885000', '120013.345000', '120013.805000', '120014.265000', '120014.725000', '120015.185000', '120015.645000', '120016.105000', '120016.565000', '120017.025000', '120017.485000', '120017.945000', '120018.405000', '120018.865000', '120019.325000', '120019.785000', '120020.245000', '120020.705000', '120021.165000', '120021.625000', '120022.085000', '120022.545000', '120023.005000', '120023.465000', '120023.925000', '120024.385000', '120024.845000', '120025.305000', '120025.765000', '120026.225000', '120026.685000', '120027.145000', '120027.605000', '120028.065000', '120028.525000', '120028.985000', '120029.445000', '120029.905000', '120030.365000', '120030.825000', '120031.285000', '120031.745000', '120032.205000', '120032.665000', '120033.125000', '120033.585000', '120034.045000', '120034.505000', '120034.965000', '120035.425000', '120035.885000', '120036.345000', '120036.805000', '120037.265000', '120037.725000', '120038.185000', '120038.645000', '120039.105000', '120039.565000', '120040.025000', '120040.485000', '120040.945000', '120041.405000', '120041.865000', '120042.325000', '120042.785000', '120043.245000', '120043.705000', '120044.165000', '120044.625000', '120045.085000', '120045.545000', '120046.005000', '120046.465000', '120046.925000', '120047.385000', '120047.845000', '120048.305000', '120048.765000', '120049.225000', '120049.685000', '120050.145000', '120050.605000', '120051.065000', '120051.525000', '120051.985000', '120052.445000', '120052.905000', '120053.365000', '120053.825000', '120054.285000', '120054.745000', '120055.205000', '120055.665000', '120056.125000', '120056.585000', '120057.045000', '120057.505000', '120057.965000', '120058.425000', '120058.885000', '120059.345000', '120059.805000', '120100.265000', '120100.725000', '120101.185000', '120101.645000', '120102.105000', '120102.565000', '120103.025000', '120103.485000', '120103.945000', '120104.405000', '120104.865000', '120105.325000', '120105.785000', '120106.245000', '120106.705000', '120107.165000', '120107.625000', '120108.085000', '120108.545000', '120109.005000', '120109.465000', '120109.925000', '120110.385000', '120110.845000', '120111.305000', '120111.765000', '120112.225000', '120112.685000', '120113.145000', '120113.605000', '120114.065000', '120114.525000', '120114.985000', '120115.445000', '120115.905000', '120116.365000', '120116.825000', '120117.285000', '120117.745000', '120118.205000', '120118.665000', '120119.125000', '120119.585000', '120120.045000', '120120.505000', '120120.965000', '120121.425000', '120121.885000', '120122.345000', '120122.805000', '120123.265000', '120123.725000', '120124.185000', '120124.645000', '120125.105000', '120125.565000', '120126.025000', '120126.485000', '120126.945000', '120127.405000', '120127.865000', '120128.325000', '120128.785000', '120129.245000', '120129.705000', '120130.165000', '120130.625000', '120131.085000', '120131.545000', '120132.005000', '120132.465000', '120132.925000', '120133.385000', '120133.845000', '120134.305000', '120134.765000', '120135.225000', '120135.685000', '120136.145000', '120136.605000', '120137.065000', '120137.525000', '120137.985000', '120138.445000', '120138.905000', '120139.365000', '120139.825000', '120140.285000', '120140.745000', '120141.205000', '120141.665000', '120142.125000', '120142.585000', '120143.045000', '120143.505000', '120143.965000', '120144.425000', '120144.885000', '120145.345000', '120145.805000', '120146.265000', '120146.725000', '120147.185000', '120147.645000', '120148.105000', '120148.565000', '120149.025000', '120149.485000', '120149.945000', '120150.405000', '120150.865000', '120151.325000', '120151.785000', '120152.245000', '120152.705000', '120153.165000', '120153.625000', '120154.085000', '120154.545000', '120155.005000', '120155.465000', '120155.925000', '120156.385000', '120156.845000', '120157.305000', '120157.765000', '120158.225000', '120158.685000', '120159.145000', '120159.605000', '120200.065000', '120200.525000', '120200.985000', '120201.445000', '120201.905000', '120202.365000', '120202.825000', '120203.285000', '120203.745000', '120204.205000', '120204.665000', '120205.125000', '120205.585000', '120206.045000', '120206.505000', '120206.965000', '120207.425000', '120207.885000', '120208.345000', '120208.805000', '120209.265000', '120209.725000', '120210.185000', '120210.645000', '120211.105000', '120211.565000', '120212.025000', '120212.485000', '120212.945000', '120213.405000', '120213.865000', '120214.325000', '120214.785000', '120215.245000', '120215.705000', '120216.165000', '120216.625000', '120217.085000', '120217.545000', '120218.005000', '120218.465000', '120218.925000', '120219.385000', '120219.845000', '120220.305000', '120220.765000', '120221.225000', '120221.685000', '120222.145000', '120222.605000', '120223.065000', '120223.525000', '120223.985000', '120224.445000', '120224.905000', '120225.365000', '120225.825000', '120226.285000', '120226.745000', '120227.205000', '120227.665000', '120228.125000', '120228.585000', '120229.045000', '120229.505000', '120229.965000', '120230.425000', '120230.885000', '120231.345000', '120231.805000', '120232.265000', '120232.725000', '120233.185000', '120233.645000', '120234.105000', '120234.565000', '120235.025000', '120235.485000', '120235.945000', '120236.405000', '120236.865000', '120237.325000', '120237.785000', '120238.245000', '120238.705000', '120239.165000', '120239.625000', '120240.085000', '120240.545000', '120241.005000', '120241.465000', '120241.925000', '120242.385000', '120242.845000', '120243.305000', '120243.765000', '120244.225000', '120244.685000', '120245.145000', '120245.605000', '120246.065000', '120246.525000', '120246.985000', '120247.445000', '120247.905000', '120248.365000', '120248.825000', '120249.285000', '120249.745000', '120250.205000', '120250.665000', '120251.125000', '120251.585000', '120252.045000', '120252.505000', '120252.965000', '120253.425000', '120253.885000', '120254.345000', '120254.805000', '120255.265000', '120255.725000', '120256.185000', '120256.645000', '120257.105000', '120257.565000', '120258.025000', '120258.485000', '120258.945000', '120259.405000', '120259.865000', '120300.325000', '120300.785000', '120301.245000', '120301.705000', '120302.165000', '120302.625000', '120303.085000', '120303.545000', '120304.005000', '120304.465000', '120304.925000', '120305.385000', '120305.845000', '120306.305000', '120306.765000', '120307.225000', '120307.685000', '120308.145000', '120308.605000', '120309.065000', '120309.525000', '120309.985000', '120310.445000', '120310.905000', '120311.365000', '120311.825000', '120312.285000', '120312.745000', '120313.205000', '120313.665000', '120314.125000', '120314.585000', '120315.045000', '120315.505000', '120315.965000', '120316.425000', '120316.885000', '120317.345000', '120317.805000', '120318.265000', '120318.725000', '120319.185000', '120319.645000', '120320.105000', '120320.565000', '120321.025000', '120321.485000', '120321.945000', '120322.405000', '120322.865000', '120323.325000', '120323.785000', '120324.245000', '120324.705000', '120325.165000', '120325.625000', '120326.085000', '120326.545000', '120327.005000', '120327.465000', '120327.925000', '120328.385000', '120328.845000', '120329.305000', '120329.765000', '120330.225000', '120330.685000', '120331.145000', '120331.605000', '120332.065000', '120332.525000', '120332.985000', '120333.445000', '120333.905000', '120334.365000', '120334.825000', '120335.285000', '120335.745000', '120336.205000', '120336.665000', '120337.125000', '120337.585000', '120338.045000', '120338.505000', '120338.965000', '120339.425000', '120339.885000', '120340.345000', '120340.805000', '120341.265000', '120341.725000', '120342.185000', '120342.645000', '120343.105000', '120343.565000', '120344.025000', '120344.485000', '120344.945000', '120345.405000', '120345.865000', '120346.325000', '120346.785000', '120347.245000', '120347.705000', '120348.165000', '120348.625000', '120349.085000', '120349.545000', '120350.005000', '120350.465000', '120350.925000', '120351.385000', '120351.845000', '120352.305000', '120352.765000', '120353.225000', '120353.685000', '120354.145000', '120354.605000', '120355.065000', '120355.525000', '120355.985000', '120356.445000', '120356.905000', '120357.365000', '120357.825000', '120358.285000', '120358.745000', '120359.205000', '120359.665000', '120400.125000', '120400.585000', '120401.045000', '120401.505000', '120401.965000', '120402.425000', '120402.885000', '120403.345000', '120403.805000', '120404.265000', '120404.725000', '120405.185000', '120405.645000', '120406.105000', '120406.565000', '120407.025000', '120407.485000', '120407.945000', '120408.405000', '120408.865000', '120409.325000', '120409.785000', '120410.245000', '120410.705000', '120411.165000', '120411.625000', '120412.085000', '120412.545000', '120413.005000', '120413.465000', '120413.925000', '120414.385000', '120414.845000', '120415.305000', '120415.765000', '120416.225000', '120416.685000', '120417.145000', '120417.605000', '120418.065000', '120418.525000', '120418.985000', '120419.445000', '120419.905000', '120420.365000', '120420.825000', '120421.285000', '120421.745000', '120422.205000', '120422.665000', '120423.125000', '120423.585000', '120424.045000', '120424.505000', '120424.965000', '120425.425000', '120425.885000', '120426.345000', '120426.805000', '120427.265000', '120427.725000', '120428.185000', '120428.645000', '120429.105000', '120429.565000', '120430.025000', '120430.485000', '120430.945000', '120431.405000', '120431.865000', '120432.325000', '120432.785000', '120433.245000', '120433.705000', '120434.165000', '120434.625000', '120435.085000', '120435.545000', '120436.005000', '120436.465000', '120436.925000', '120437.385000', '120437.845000', '120438.305000', '120438.765000', '120439.225000', '120439.685000', '120440.145000', '120440.605000', '120441.065000', '120441.525000', '120441.985000', '120442.445000', '120442.905000', '120443.365000', '120443.825000', '120444.285000', '120444.745000', '120445.205000', '120445.665000', '120446.125000', '120446.585000', '120447.045000', '120447.505000', '120447.965000', '120448.425000', '120448.885000', '120449.345000', '120449.805000', '120450.265000', '120450.725000', '120451.185000', '120451.645000', '120452.105000', '120452.565000', '120453.025000', '120453.485000', '120453.945000', '120454.405000', '120454.865000', '120455.325000', '120455.785000', '120456.245000', '120456.705000', '120457.165000', '120457.625000', '120458.085000', '120458.545000', '120459.005000', '120459.465000', '120459.925000', '120500.385000', '120500.845000', '120501.305000', '120501.765000', '120502.225000', '120502.685000', '120503.145000', '120503.605000', '120504.065000', '120504.525000', '120504.985000', '120505.445000', '120505.905000', '120506.365000', '120506.825000', '120507.285000', '120507.745000', '120508.205000', '120508.665000', '120509.125000', '120509.585000', '120510.045000', '120510.505000', '120510.965000', '120511.425000', '120511.885000', '120512.345000', '120512.805000', '120513.265000', '120513.725000', '120514.185000', '120514.645000', '120515.105000', '120515.565000', '120516.025000', '120516.485000', '120516.945000', '120517.405000', '120517.865000', '120518.325000', '120518.785000', '120519.245000', '120519.705000'], 'ContentTime': ['115905.453000', '115905.457000', '115905.460000', '115905.462000', '115905.465000', '115905.467000', '115905.470000', '115905.472000', '115905.475000', '115905.478000', '115905.480000', '115905.483000', '115905.486000', '115905.488000', '115905.507000', '115905.510000', '115905.512000', '115905.515000', '115905.518000', '115905.520000', '115905.523000', '115905.525000', '115925.418000', '115925.421000', '115925.423000', '115925.426000', '115925.428000', '115925.431000', '115925.433000', '115925.436000', '115925.438000', '115925.441000', '115925.444000', '115925.446000', '115925.449000', '115925.452000', '115925.454000', '115925.457000', '115925.459000', '115925.462000', '115925.464000', '115925.467000', '115925.470000', '115925.472000', '115925.475000', '115925.478000', '115925.480000', '115925.483000', '115925.485000', '115925.488000', '115925.491000', '115925.493000', '115925.496000', '115925.499000', '115925.506000', '115925.508000', '115925.511000', '115925.514000', '115925.516000', '115925.519000', '115925.521000', '115925.524000', '115925.527000', '115925.529000', '115925.532000', '115925.535000', '115945.418000', '115945.421000', '115945.424000', '115945.427000', '115945.430000', '115945.432000', '115945.435000', '115945.437000', '115945.440000', '115945.443000', '115945.445000', '115945.483000', '115945.485000', '115945.488000', '115945.491000', '115945.493000', '115945.496000', '115945.499000', '115945.501000', '115945.504000', '115945.506000', '115945.509000', '115945.512000', '115945.514000', '115945.517000', '115945.519000', '115945.522000', '115945.525000', '115945.527000', '115945.530000', '115945.533000', '115945.535000', '115945.538000', '115945.541000', '115945.543000', '115945.546000', '115945.549000', '115945.551000', '115945.554000', '115945.556000', '115945.559000', '115945.561000', '115945.564000', '120005.417000', '120005.419000', '120005.422000', '120005.425000', '120005.427000', '120005.430000', '120005.433000', '120005.435000', '120005.438000', '120005.440000', '120005.443000', '120005.446000', '120005.448000', '120005.451000', '120005.454000', '120005.456000', '120005.459000', '120005.472000', '120005.475000', '120005.477000', '120005.480000', '120005.483000', '120005.485000', '120005.488000', '120005.490000', '120005.493000', '120005.495000', '120005.498000', '120005.501000', '120005.503000', '120005.506000', '120005.509000', '120005.511000', '120005.514000', '120005.516000', '120005.519000', '120005.522000', '120005.524000', '120005.527000', '120005.529000', '120005.532000', '120005.535000', '120005.537000', '120005.540000', '120025.417000', '120025.419000', '120025.422000', '120025.425000', '120025.427000', '120025.430000', '120025.433000', '120025.435000', '120025.438000', '120025.441000', '120025.443000', '120025.446000', '120025.449000', '120025.451000', '120025.454000', '120025.456000', '120025.459000', '120025.462000', '120025.465000', '120025.467000', '120025.470000', '120025.473000', '120025.475000', '120025.478000', '120025.481000', '120025.483000', '120025.486000', '120025.489000', '120025.491000', '120025.494000', '120025.497000', '120025.500000', '120025.502000', '120025.505000', '120025.508000', '120025.510000', '120025.513000', '120025.516000', '120025.518000', '120025.521000', '120025.523000', '120025.526000', '120025.529000', '120045.416000', '120045.420000', '120045.422000', '120045.425000', '120045.428000', '120045.430000', '120045.433000', '120045.436000', '120045.438000', '120045.441000', '120045.444000', '120045.446000', '120045.449000', '120045.451000', '120045.454000', '120045.457000', '120045.459000', '120045.462000', '120045.464000', '120045.467000', '120045.469000', '120045.472000', '120045.475000', '120045.477000', '120045.480000', '120045.482000', '120045.485000', '120045.488000', '120045.490000', '120045.493000', '120045.495000', '120045.498000', '120045.501000', '120045.503000', '120045.506000', '120045.508000', '120045.511000', '120045.514000', '120045.516000', '120045.519000', '120045.521000', '120045.524000', '120045.527000', '120045.529000', '120105.417000', '120105.420000', '120105.423000', '120105.426000', '120105.428000', '120105.431000', '120105.433000', '120105.436000', '120105.439000', '120105.441000', '120105.444000', '120105.447000', '120105.449000', '120105.452000', '120105.455000', '120105.458000', '120105.460000', '120105.463000', '120105.466000', '120105.469000', '120105.471000', '120105.474000', '120105.477000', '120105.479000', '120105.482000', '120105.484000', '120105.487000', '120105.490000', '120105.492000', '120105.495000', '120105.498000', '120105.500000', '120105.503000', '120105.506000', '120105.508000', '120105.511000', '120105.513000', '120105.516000', '120105.520000', '120105.522000', '120105.525000', '120105.528000', '120105.530000', '120125.418000', '120125.420000', '120125.423000', '120125.426000', '120125.428000', '120125.431000', '120125.433000', '120125.436000', '120125.439000', '120125.441000', '120125.444000', '120125.447000', '120125.449000', '120125.452000', '120125.455000', '120125.457000', '120125.460000', '120125.462000', '120125.465000', '120125.468000', '120125.470000', '120125.473000', '120125.476000', '120125.478000', '120125.481000', '120125.484000', '120125.486000', '120125.489000', '120125.497000', '120125.499000', '120125.502000', '120125.504000', '120125.507000', '120125.510000', '120125.512000', '120125.515000', '120125.518000', '120125.520000', '120125.523000', '120125.525000', '120125.528000', '120125.531000', '120125.533000', '120125.536000', '120145.417000', '120145.420000', '120145.423000', '120145.426000', '120145.428000', '120145.431000', '120145.433000', '120145.436000', '120145.440000', '120145.443000', '120145.446000', '120145.449000', '120145.464000', '120145.467000', '120145.470000', '120145.472000', '120145.475000', '120145.477000', '120145.480000', '120145.483000', '120145.485000', '120145.488000', '120145.491000', '120145.493000', '120145.496000', '120145.498000', '120145.501000', '120145.504000', '120145.506000', '120145.509000', '120145.512000', '120145.514000', '120145.517000', '120145.519000', '120145.522000', '120145.525000', '120145.527000', '120145.530000', '120145.532000', '120145.535000', '120145.538000', '120145.540000', '120145.543000', '120205.417000', '120205.420000', '120205.423000', '120205.426000', '120205.428000', '120205.431000', '120205.434000', '120205.436000', '120205.439000', '120205.442000', '120205.444000', '120205.447000', '120205.450000', '120205.452000', '120205.455000', '120205.457000', '120205.460000', '120205.462000', '120205.465000', '120205.468000', '120205.470000', '120205.473000', '120205.476000', '120205.478000', '120205.481000', '120205.483000', '120205.486000', '120205.489000', '120205.491000', '120205.494000', '120205.497000', '120205.499000', '120205.502000', '120205.504000', '120205.507000', '120205.510000', '120205.512000', '120205.515000', '120205.518000', '120205.520000', '120205.523000', '120205.525000', '120205.528000', '120205.531000', '120225.417000', '120225.420000', '120225.422000', '120225.425000', '120225.427000', '120225.430000', '120225.433000', '120225.435000', '120225.438000', '120225.441000', '120225.443000', '120225.446000', '120225.448000', '120225.451000', '120225.454000', '120225.456000', '120225.459000', '120225.462000', '120225.464000', '120225.467000', '120225.470000', '120225.472000', '120225.475000', '120225.477000', '120225.480000', '120225.483000', '120225.485000', '120225.488000', '120225.491000', '120225.493000', '120225.496000', '120225.499000', '120225.501000', '120225.504000', '120225.507000', '120225.509000', '120225.512000', '120225.514000', '120225.517000', '120225.520000', '120225.523000', '120225.525000', '120225.528000', '120245.416000', '120245.419000', '120245.422000', '120245.424000', '120245.427000', '120245.430000', '120245.432000', '120245.435000', '120245.438000', '120245.440000', '120245.443000', '120245.446000', '120245.448000', '120245.451000', '120245.453000', '120245.456000', '120245.459000', '120245.461000', '120245.464000', '120245.467000', '120245.469000', '120245.472000', '120245.474000', '120245.477000', '120245.480000', '120245.482000', '120245.485000', '120245.488000', '120245.490000', '120245.493000', '120245.496000', '120245.498000', '120245.501000', '120245.503000', '120245.506000', '120245.509000', '120245.511000', '120245.514000', '120245.517000', '120245.519000', '120245.522000', '120245.524000', '120245.527000', '120245.530000', '120305.418000', '120305.421000', '120305.423000', '120305.426000', '120305.429000', '120305.431000', '120305.434000', '120305.436000', '120305.439000', '120305.442000', '120305.445000', '120305.447000', '120305.450000', '120305.453000', '120305.455000', '120305.458000', '120305.461000', '120305.463000', '120305.466000', '120305.468000', '120305.471000', '120305.474000', '120305.476000', '120305.479000', '120305.482000', '120305.484000', '120305.487000', '120305.490000', '120305.492000', '120305.495000', '120305.497000', '120305.500000', '120305.503000', '120305.506000', '120305.508000', '120305.511000', '120305.513000', '120305.531000', '120305.534000', '120305.536000', '120305.539000', '120305.542000', '120305.545000', '120325.417000', '120325.421000', '120325.423000', '120325.426000', '120325.429000', '120325.431000', '120325.434000', '120325.436000', '120325.439000', '120325.442000', '120325.445000', '120325.447000', '120325.450000', '120325.452000', '120325.455000', '120325.458000', '120325.460000', '120325.463000', '120325.466000', '120325.468000', '120325.471000', '120325.473000', '120325.476000', '120325.479000', '120325.481000', '120325.484000', '120325.487000', '120325.489000', '120325.492000', '120325.495000', '120325.497000', '120325.500000', '120325.503000', '120325.505000', '120325.508000', '120325.510000', '120325.513000', '120325.516000', '120325.518000', '120325.521000', '120325.523000', '120325.526000', '120325.529000', '120325.531000', '120345.417000', '120345.420000', '120345.423000', '120345.426000', '120345.428000', '120345.431000', '120345.434000', '120345.436000', '120345.439000', '120345.441000', '120345.444000', '120345.447000', '120345.449000', '120345.452000', '120345.455000', '120345.458000', '120345.460000', '120345.463000', '120345.466000', '120345.468000', '120345.471000', '120345.474000', '120345.476000', '120345.479000', '120345.482000', '120345.485000', '120345.487000', '120345.490000', '120345.492000', '120345.495000', '120345.498000', '120345.500000', '120345.503000', '120345.506000', '120345.508000', '120345.511000', '120345.514000', '120345.516000', '120345.519000', '120345.522000', '120345.524000', '120345.527000', '120345.529000', '120405.417000', '120405.420000', '120405.423000', '120405.425000', '120405.428000', '120405.431000', '120405.433000', '120405.436000', '120405.439000', '120405.441000', '120405.444000', '120405.446000', '120405.449000', '120405.452000', '120405.454000', '120405.457000', '120405.460000', '120405.462000', '120405.465000', '120405.468000', '120405.470000', '120405.473000', '120405.476000', '120405.478000', '120405.481000', '120405.484000', '120405.486000', '120405.489000', '120405.491000', '120405.494000', '120405.497000', '120405.499000', '120405.502000', '120405.505000', '120405.507000', '120405.510000', '120405.513000', '120405.515000', '120405.518000', '120405.521000', '120405.524000', '120405.526000', '120405.529000', '120405.532000', '120425.418000', '120425.421000', '120425.424000', '120425.427000', '120425.429000', '120425.432000', '120425.434000', '120425.437000', '120425.440000', '120425.442000', '120425.445000', '120425.448000', '120425.450000', '120425.453000', '120425.456000', '120425.458000', '120425.461000', '120425.463000', '120425.466000', '120425.469000', '120425.471000', '120425.474000', '120425.477000', '120425.479000', '120425.482000', '120425.485000', '120425.487000', '120425.490000', '120425.493000', '120425.495000', '120425.498000', '120425.501000', '120425.503000', '120425.506000', '120425.510000', '120425.513000', '120425.516000', '120425.518000', '120425.521000', '120425.523000', '120425.526000', '120425.529000', '120425.531000', '120445.416000', '120445.419000', '120445.422000', '120445.425000', '120445.427000', '120445.448000', '120445.450000', '120445.453000', '120445.456000', '120445.459000', '120445.461000', '120445.464000', '120445.466000', '120445.469000', '120445.472000', '120445.474000', '120445.477000', '120445.480000', '120445.482000', '120445.485000', '120445.487000', '120445.490000', '120445.493000', '120445.495000', '120445.498000', '120445.500000', '120445.503000', '120445.506000', '120445.508000', '120445.511000', '120445.513000', '120445.516000', '120445.519000', '120445.521000', '120445.524000', '120445.527000', '120445.529000', '120445.532000', '120445.535000', '120445.537000', '120445.540000', '120445.542000', '120445.545000', '120445.548000', '120505.416000', '120505.424000', '120505.427000', '120505.429000', '120505.432000', '120505.435000', '120505.437000', '120505.440000', '120505.443000', '120505.445000', '120505.448000', '120505.451000', '120505.453000', '120505.456000', '120505.458000', '120505.461000', '120505.464000', '120505.466000', '120505.469000', '120505.472000', '120505.474000', '120505.477000', '120505.479000', '120505.482000', '120505.485000', '120505.487000', '120505.490000', '120505.492000', '120505.495000', '120505.498000', '120505.500000', '120505.503000', '120505.506000', '120505.509000', '120505.511000', '120505.514000', '120505.516000', '120505.519000', '120505.522000', '120505.524000', '120505.527000', '120505.530000', '120505.532000', '120520.826000', '120520.848000', '120520.851000', '120520.854000', '120520.856000', '120520.859000', '120520.862000', '120520.864000', '120520.867000', '120520.870000', '120520.873000', '120520.875000', '120520.878000', '120520.881000', '120520.886000', '120520.889000', '120520.892000', '120520.895000', '120520.898000', '120520.901000', '120520.904000', '120520.907000', '120520.911000', '120520.914000', '120520.917000', '120520.920000', '120520.922000', '120520.925000', '120520.928000', '120520.932000', '120520.935000', '120520.938000', '120520.941000', '120520.944000'], 'InstanceCreationTime': ['115905.453000', '115905.457000', '115905.460000', '115905.462000', '115905.465000', '115905.467000', '115905.470000', '115905.472000', '115905.475000', '115905.478000', '115905.480000', '115905.483000', '115905.486000', '115905.488000', '115905.507000', '115905.510000', '115905.512000', '115905.515000', '115905.518000', '115905.520000', '115905.523000', '115905.525000', '115925.418000', '115925.421000', '115925.423000', '115925.426000', '115925.428000', '115925.431000', '115925.433000', '115925.436000', '115925.438000', '115925.441000', '115925.444000', '115925.446000', '115925.449000', '115925.452000', '115925.454000', '115925.457000', '115925.459000', '115925.462000', '115925.464000', '115925.467000', '115925.470000', '115925.472000', '115925.475000', '115925.478000', '115925.480000', '115925.483000', '115925.485000', '115925.488000', '115925.491000', '115925.493000', '115925.496000', '115925.499000', '115925.506000', '115925.508000', '115925.511000', '115925.514000', '115925.516000', '115925.519000', '115925.521000', '115925.524000', '115925.527000', '115925.529000', '115925.532000', '115925.535000', '115945.418000', '115945.421000', '115945.424000', '115945.427000', '115945.430000', '115945.432000', '115945.435000', '115945.437000', '115945.440000', '115945.443000', '115945.445000', '115945.483000', '115945.485000', '115945.488000', '115945.491000', '115945.493000', '115945.496000', '115945.499000', '115945.501000', '115945.504000', '115945.506000', '115945.509000', '115945.512000', '115945.514000', '115945.517000', '115945.519000', '115945.522000', '115945.525000', '115945.527000', '115945.530000', '115945.533000', '115945.535000', '115945.538000', '115945.541000', '115945.543000', '115945.546000', '115945.549000', '115945.551000', '115945.554000', '115945.556000', '115945.559000', '115945.561000', '115945.564000', '120005.417000', '120005.419000', '120005.422000', '120005.425000', '120005.427000', '120005.430000', '120005.433000', '120005.435000', '120005.438000', '120005.440000', '120005.443000', '120005.446000', '120005.448000', '120005.451000', '120005.454000', '120005.456000', '120005.459000', '120005.472000', '120005.475000', '120005.477000', '120005.480000', '120005.483000', '120005.485000', '120005.488000', '120005.490000', '120005.493000', '120005.495000', '120005.498000', '120005.501000', '120005.503000', '120005.506000', '120005.509000', '120005.511000', '120005.514000', '120005.516000', '120005.519000', '120005.522000', '120005.524000', '120005.527000', '120005.529000', '120005.532000', '120005.535000', '120005.537000', '120005.540000', '120025.417000', '120025.419000', '120025.422000', '120025.425000', '120025.427000', '120025.430000', '120025.433000', '120025.435000', '120025.438000', '120025.441000', '120025.443000', '120025.446000', '120025.449000', '120025.451000', '120025.454000', '120025.456000', '120025.459000', '120025.462000', '120025.465000', '120025.467000', '120025.470000', '120025.473000', '120025.475000', '120025.478000', '120025.481000', '120025.483000', '120025.486000', '120025.489000', '120025.491000', '120025.494000', '120025.497000', '120025.500000', '120025.502000', '120025.505000', '120025.508000', '120025.510000', '120025.513000', '120025.516000', '120025.518000', '120025.521000', '120025.523000', '120025.526000', '120025.529000', '120045.416000', '120045.420000', '120045.422000', '120045.425000', '120045.428000', '120045.430000', '120045.433000', '120045.436000', '120045.438000', '120045.441000', '120045.444000', '120045.446000', '120045.449000', '120045.451000', '120045.454000', '120045.457000', '120045.459000', '120045.462000', '120045.464000', '120045.467000', '120045.469000', '120045.472000', '120045.475000', '120045.477000', '120045.480000', '120045.482000', '120045.485000', '120045.488000', '120045.490000', '120045.493000', '120045.495000', '120045.498000', '120045.501000', '120045.503000', '120045.506000', '120045.508000', '120045.511000', '120045.514000', '120045.516000', '120045.519000', '120045.521000', '120045.524000', '120045.527000', '120045.529000', '120105.417000', '120105.420000', '120105.423000', '120105.426000', '120105.428000', '120105.431000', '120105.433000', '120105.436000', '120105.439000', '120105.441000', '120105.444000', '120105.447000', '120105.449000', '120105.452000', '120105.455000', '120105.458000', '120105.460000', '120105.463000', '120105.466000', '120105.469000', '120105.471000', '120105.474000', '120105.477000', '120105.479000', '120105.482000', '120105.484000', '120105.487000', '120105.490000', '120105.492000', '120105.495000', '120105.498000', '120105.500000', '120105.503000', '120105.506000', '120105.508000', '120105.511000', '120105.513000', '120105.516000', '120105.520000', '120105.522000', '120105.525000', '120105.528000', '120105.530000', '120125.418000', '120125.420000', '120125.423000', '120125.426000', '120125.428000', '120125.431000', '120125.433000', '120125.436000', '120125.439000', '120125.441000', '120125.444000', '120125.447000', '120125.449000', '120125.452000', '120125.455000', '120125.457000', '120125.460000', '120125.462000', '120125.465000', '120125.468000', '120125.470000', '120125.473000', '120125.476000', '120125.478000', '120125.481000', '120125.484000', '120125.486000', '120125.489000', '120125.497000', '120125.499000', '120125.502000', '120125.504000', '120125.507000', '120125.510000', '120125.512000', '120125.515000', '120125.518000', '120125.520000', '120125.523000', '120125.525000', '120125.528000', '120125.531000', '120125.533000', '120125.536000', '120145.417000', '120145.420000', '120145.423000', '120145.426000', '120145.428000', '120145.431000', '120145.433000', '120145.436000', '120145.440000', '120145.443000', '120145.446000', '120145.449000', '120145.464000', '120145.467000', '120145.470000', '120145.472000', '120145.475000', '120145.477000', '120145.480000', '120145.483000', '120145.485000', '120145.488000', '120145.491000', '120145.493000', '120145.496000', '120145.498000', '120145.501000', '120145.504000', '120145.506000', '120145.509000', '120145.512000', '120145.514000', '120145.517000', '120145.519000', '120145.522000', '120145.525000', '120145.527000', '120145.530000', '120145.532000', '120145.535000', '120145.538000', '120145.540000', '120145.543000', '120205.417000', '120205.420000', '120205.423000', '120205.426000', '120205.428000', '120205.431000', '120205.434000', '120205.436000', '120205.439000', '120205.442000', '120205.444000', '120205.447000', '120205.450000', '120205.452000', '120205.455000', '120205.457000', '120205.460000', '120205.462000', '120205.465000', '120205.468000', '120205.470000', '120205.473000', '120205.476000', '120205.478000', '120205.481000', '120205.483000', '120205.486000', '120205.489000', '120205.491000', '120205.494000', '120205.497000', '120205.499000', '120205.502000', '120205.504000', '120205.507000', '120205.510000', '120205.512000', '120205.515000', '120205.518000', '120205.520000', '120205.523000', '120205.525000', '120205.528000', '120205.531000', '120225.417000', '120225.420000', '120225.422000', '120225.425000', '120225.427000', '120225.430000', '120225.433000', '120225.435000', '120225.438000', '120225.441000', '120225.443000', '120225.446000', '120225.448000', '120225.451000', '120225.454000', '120225.456000', '120225.459000', '120225.462000', '120225.464000', '120225.467000', '120225.470000', '120225.472000', '120225.475000', '120225.477000', '120225.480000', '120225.483000', '120225.485000', '120225.488000', '120225.491000', '120225.493000', '120225.496000', '120225.499000', '120225.501000', '120225.504000', '120225.507000', '120225.509000', '120225.512000', '120225.514000', '120225.517000', '120225.520000', '120225.523000', '120225.525000', '120225.528000', '120245.416000', '120245.419000', '120245.422000', '120245.424000', '120245.427000', '120245.430000', '120245.432000', '120245.435000', '120245.438000', '120245.440000', '120245.443000', '120245.446000', '120245.448000', '120245.451000', '120245.453000', '120245.456000', '120245.459000', '120245.461000', '120245.464000', '120245.467000', '120245.469000', '120245.472000', '120245.474000', '120245.477000', '120245.480000', '120245.482000', '120245.485000', '120245.488000', '120245.490000', '120245.493000', '120245.496000', '120245.498000', '120245.501000', '120245.503000', '120245.506000', '120245.509000', '120245.511000', '120245.514000', '120245.517000', '120245.519000', '120245.522000', '120245.524000', '120245.527000', '120245.530000', '120305.418000', '120305.421000', '120305.423000', '120305.426000', '120305.429000', '120305.431000', '120305.434000', '120305.436000', '120305.439000', '120305.442000', '120305.445000', '120305.447000', '120305.450000', '120305.453000', '120305.455000', '120305.458000', '120305.461000', '120305.463000', '120305.466000', '120305.468000', '120305.471000', '120305.474000', '120305.476000', '120305.479000', '120305.482000', '120305.484000', '120305.487000', '120305.490000', '120305.492000', '120305.495000', '120305.497000', '120305.500000', '120305.503000', '120305.506000', '120305.508000', '120305.511000', '120305.513000', '120305.531000', '120305.534000', '120305.536000', '120305.539000', '120305.542000', '120305.545000', '120325.417000', '120325.421000', '120325.423000', '120325.426000', '120325.429000', '120325.431000', '120325.434000', '120325.436000', '120325.439000', '120325.442000', '120325.445000', '120325.447000', '120325.450000', '120325.452000', '120325.455000', '120325.458000', '120325.460000', '120325.463000', '120325.466000', '120325.468000', '120325.471000', '120325.473000', '120325.476000', '120325.479000', '120325.481000', '120325.484000', '120325.487000', '120325.489000', '120325.492000', '120325.495000', '120325.497000', '120325.500000', '120325.503000', '120325.505000', '120325.508000', '120325.510000', '120325.513000', '120325.516000', '120325.518000', '120325.521000', '120325.523000', '120325.526000', '120325.529000', '120325.531000', '120345.417000', '120345.420000', '120345.423000', '120345.426000', '120345.428000', '120345.431000', '120345.434000', '120345.436000', '120345.439000', '120345.441000', '120345.444000', '120345.447000', '120345.449000', '120345.452000', '120345.455000', '120345.458000', '120345.460000', '120345.463000', '120345.466000', '120345.468000', '120345.471000', '120345.474000', '120345.476000', '120345.479000', '120345.482000', '120345.485000', '120345.487000', '120345.490000', '120345.492000', '120345.495000', '120345.498000', '120345.500000', '120345.503000', '120345.506000', '120345.508000', '120345.511000', '120345.514000', '120345.516000', '120345.519000', '120345.522000', '120345.524000', '120345.527000', '120345.529000', '120405.417000', '120405.420000', '120405.423000', '120405.425000', '120405.428000', '120405.431000', '120405.433000', '120405.436000', '120405.439000', '120405.441000', '120405.444000', '120405.446000', '120405.449000', '120405.452000', '120405.454000', '120405.457000', '120405.460000', '120405.462000', '120405.465000', '120405.468000', '120405.470000', '120405.473000', '120405.476000', '120405.478000', '120405.481000', '120405.484000', '120405.486000', '120405.489000', '120405.491000', '120405.494000', '120405.497000', '120405.499000', '120405.502000', '120405.505000', '120405.507000', '120405.510000', '120405.513000', '120405.515000', '120405.518000', '120405.521000', '120405.524000', '120405.526000', '120405.529000', '120405.532000', '120425.418000', '120425.421000', '120425.424000', '120425.427000', '120425.429000', '120425.432000', '120425.434000', '120425.437000', '120425.440000', '120425.442000', '120425.445000', '120425.448000', '120425.450000', '120425.453000', '120425.456000', '120425.458000', '120425.461000', '120425.463000', '120425.466000', '120425.469000', '120425.471000', '120425.474000', '120425.477000', '120425.479000', '120425.482000', '120425.485000', '120425.487000', '120425.490000', '120425.493000', '120425.495000', '120425.498000', '120425.501000', '120425.503000', '120425.506000', '120425.510000', '120425.513000', '120425.516000', '120425.518000', '120425.521000', '120425.523000', '120425.526000', '120425.529000', '120425.531000', '120445.416000', '120445.419000', '120445.422000', '120445.425000', '120445.427000', '120445.448000', '120445.450000', '120445.453000', '120445.456000', '120445.459000', '120445.461000', '120445.464000', '120445.466000', '120445.469000', '120445.472000', '120445.474000', '120445.477000', '120445.480000', '120445.482000', '120445.485000', '120445.487000', '120445.490000', '120445.493000', '120445.495000', '120445.498000', '120445.500000', '120445.503000', '120445.506000', '120445.508000', '120445.511000', '120445.513000', '120445.516000', '120445.519000', '120445.521000', '120445.524000', '120445.527000', '120445.529000', '120445.532000', '120445.535000', '120445.537000', '120445.540000', '120445.542000', '120445.545000', '120445.548000', '120505.416000', '120505.424000', '120505.427000', '120505.429000', '120505.432000', '120505.435000', '120505.437000', '120505.440000', '120505.443000', '120505.445000', '120505.448000', '120505.451000', '120505.453000', '120505.456000', '120505.458000', '120505.461000', '120505.464000', '120505.466000', '120505.469000', '120505.472000', '120505.474000', '120505.477000', '120505.479000', '120505.482000', '120505.485000', '120505.487000', '120505.490000', '120505.492000', '120505.495000', '120505.498000', '120505.500000', '120505.503000', '120505.506000', '120505.509000', '120505.511000', '120505.514000', '120505.516000', '120505.519000', '120505.522000', '120505.524000', '120505.527000', '120505.530000', '120505.532000', '120520.826000', '120520.848000', '120520.851000', '120520.854000', '120520.856000', '120520.859000', '120520.862000', '120520.864000', '120520.867000', '120520.870000', '120520.873000', '120520.875000', '120520.878000', '120520.881000', '120520.886000', '120520.889000', '120520.892000', '120520.895000', '120520.898000', '120520.901000', '120520.904000', '120520.907000', '120520.911000', '120520.914000', '120520.917000', '120520.920000', '120520.922000', '120520.925000', '120520.928000', '120520.932000', '120520.935000', '120520.938000', '120520.941000', '120520.944000'], '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': [6558, 6422, 6301, 6716, 6587, 7008, 6668, 6784, 6484, 6135, 6826, 6367, 6026, 6730, 6696, 6408, 6431, 6624, 6304, 6176, 6710, 6336, 6971, 6610, 6806, 6879, 6590, 6496, 6494, 6782, 6606, 6724, 6619, 6536, 6896, 6287, 6632, 6500, 6296, 6797, 6506, 7356, 6321, 6684, 6581, 6219, 6449, 6247, 7315, 6243, 6376, 6301, 5782, 6541, 6495, 6818, 5939, 6751, 5928, 5522, 6615, 6341, 6532, 6303, 7727, 6939, 6376, 6782, 6900, 6676, 9370, 6564, 6566, 6660, 6647, 7278, 6665, 7800, 6839, 7126, 6622, 7240, 7878, 7660, 6732, 6407, 6753, 6702, 6770, 6633, 6633, 6523, 7271, 6544, 6487, 6532, 6532, 7555, 6603, 6972, 6570, 6825, 7646, 6375, 6303, 6553, 6351, 6583, 6779, 6377, 6595, 8346, 6840, 6310, 6673, 6395, 6654, 7306, 7708, 9850, 6614, 6632, 6378, 6082, 6811, 6370, 6789, 6703, 6592, 7923, 6577, 7403, 6491, 6380, 6701, 6173, 7517, 6654, 6269, 6551, 6506, 6203, 8356, 7316, 6552, 6338, 7517, 7039, 6093, 6725, 6507, 6570, 6424, 6663, 5959, 5990, 6889, 6105, 7107, 6477, 7350, 6305, 7006, 6610, 5862, 7017, 6388, 7390, 6310, 6952, 6697, 5912, 7202, 6260, 7703, 6477, 7218, 6565, 6466, 6745, 6152, 6886, 6488, 6520, 7533, 7321, 7279, 5875, 6751, 6623, 5928, 6973, 6475, 8161, 6242, 7042, 6738, 6915, 7398, 7014, 7390, 6348, 7228, 6581, 6018, 7079, 6485, 8200, 6442, 7398, 6601, 6768, 7261, 6092, 7026, 6321, 6991, 7002, 7202, 7083, 6319, 7799, 6503, 7360, 6592, 6688, 6982, 6271, 7371, 6571, 7364, 7123, 6794, 7253, 6199, 8487, 6277, 7386, 6929, 6205, 7512, 6592, 7517, 7112, 6272, 7137, 6231, 7790, 6655, 7655, 7339, 6105, 7540, 6954, 7781, 6819, 7459, 7270, 6197, 7380, 7124, 7459, 7345, 6723, 8529, 6785, 7411, 7076, 7177, 7247, 6632, 8280, 6634, 7539, 7315, 6386, 7370, 6475, 8931, 6585, 7488, 7412, 6370, 7480, 7017, 7774, 6966, 7735, 7034, 6186, 7668, 6980, 7838, 7438, 7555, 7820, 6456, 7460, 6739, 7632, 7273, 8126, 7375, 7217, 7689, 6713, 7813, 7934, 6268, 8053, 6959, 7906, 7797, 6782, 7602, 6702, 7817, 7622, 7543, 7618, 6941, 9269, 6935, 8698, 7579, 7109, 7995, 6604, 8764, 7309, 7863, 7728, 6606, 7928, 6597, 7918, 7184, 8088, 7518, 6774, 7881, 7612, 6527, 7710, 6953, 7578, 7007, 7658, 7569, 6148, 7191, 7638, 7140, 6985, 6816, 7334, 8284, 7778, 9519, 7672, 7115, 6238, 8021, 7420, 6853, 7521, 6729, 6832, 7585, 7369, 6441, 8066, 7419, 8159, 7819, 6608, 7907, 7449, 7874, 8269, 7829, 10692, 8370, 7799, 7235, 6313, 7359, 6820, 5440, 7576, 6645, 7758, 7313, 6236, 7971, 6810, 7862, 7929, 8878, 8214, 8630, 9494, 7160, 7654, 7585, 6858, 8003, 6882, 7966, 7300, 7295, 7393, 6890, 7373, 7250, 7371, 7527, 6149, 7450, 6432, 7824, 7319, 7907, 7146, 6939, 7482, 6616, 7541, 6925, 7506, 7309, 8095, 7028, 6344, 7041, 6668, 5917, 6975, 6339, 7960, 6763, 6007, 6969, 6679, 5843, 6905, 6336, 8143, 6941, 8492, 6898, 6315, 7103, 6330, 7820, 6964, 7655, 7048, 7841, 6597, 6402, 6509, 6676, 6487, 6640, 6375, 6530, 7021, 6170, 9806, 6455, 7056, 6656, 6413, 6382, 6731, 7103, 9936, 6670, 8273, 6810, 6246, 7123, 7037, 6399, 8336, 8734, 9179, 6890, 6425, 6481, 6956, 6284, 7914, 6867, 6042, 6956, 6406, 6470, 7016, 7746, 7059, 7183, 6766, 6474, 7293, 6559, 7918, 6774, 8286, 6817, 6625, 6870, 6650, 6915, 6910, 6382, 7250, 6791, 8577, 7399, 6408, 6765, 6725, 7035, 6424, 6746, 6909, 8525, 6743, 7235, 6650, 6449, 6510, 6754, 6528, 8426, 7346, 8239, 6897, 8921, 8687, 8429, 7010, 8093, 7564, 6524, 7842, 7391, 7794, 7963, 6958, 8051, 7510, 7626, 8295, 6876, 6193, 7565, 7746, 8294, 7307, 6461, 9276, 6973, 6374, 7150, 7028, 6531, 8738, 6277, 8029, 6674, 7457, 6662, 6544, 8318, 6863, 6268, 8765, 7422, 8261, 8459, 6338, 7547, 7990, 6437, 6928, 7034, 6882, 6643, 7480, 6270, 6500, 8891, 8993, 7423, 7084, 7182, 6618, 7723, 7454, 8036, 9526, 6697, 6640, 7510, 7160, 7411, 7445, 6671, 7907, 7125, 7791, 7538, 6749, 7882, 7091, 8059, 7117, 8604, 7370, 7462, 5805, 7708, 6944, 8273, 7227, 6595, 7356, 7449, 6656, 7427, 7791, 8030, 8648, 6898, 6571, 7426, 7271, 7666, 6895, 6551, 9611, 7430, 9529, 7294, 6461, 5614, 6866, 7008, 7033, 7672, 7020, 7360, 7260, 7293, 7026, 6823, 6386, 6631, 6362, 6868, 6146, 6952, 6448, 7062, 7049, 7600, 7233, 6794, 7361, 6907, 6525, 6286, 6552, 5969, 6407, 7234, 6687, 7706, 6979, 6092, 7431, 6566, 7544, 9626, 6592, 8666, 6755, 9024, 7771, 8438, 7623, 8426, 7526, 6667, 7153, 6688, 7385, 6990, 8343, 6955, 6823, 8295, 7507, 6184, 7163, 7709, 8249, 7736, 6950, 9661, 7160, 6556, 6813, 9107, 8417, 7857, 6906, 7985, 7224, 6718, 8608, 5939, 9664, 8350, 6613, 7594, 6666, 6163, 7865, 6858, 8605, 8089, 6420, 8069, 7190, 9071, 9633, 7178, 8760, 7206, 6695, 6710, 6591, 5895, 8111, 6348, 6073, 8603, 5825, 8917, 7533, 10064, 8100, 6604, 7331, 7038, 9063, 7475, 6862, 7159, 6906, 7309, 9115, 6595, 6053, 6926, 6645, 6353, 7576, 6974, 7547, 6887, 6416, 8180, 6809, 6213, 8565, 6790, 9073, 7564, 7954, 10606, 7447, 9749, 7195, 7107, 6734, 7160, 6262, 9537, 6775, 7750, 7114, 6794, 6591, 7135, 6775, 7639, 9858, 6882, 7208, 7081, 6863, 6582, 6884, 6173, 7258, 6956, 5970, 8493, 6994, 9076, 9512, 7541, 8643, 9547, 6534, 8585, 6713, 6206, 6698, 6622, 5971, 6962, 6802, 7317, 7080, 6172, 6956, 6693, 7997, 6815, 6220, 7003, 6624, 6462], 'WindowCenter': [3516.0, 3505.0, 3490.0, 3501.0, 3498.0, 3499.0, 3499.0, 3498.0, 3489.0, 3477.0, 3500.0, 3501.0, 3477.0, 3500.0, 3497.0, 3488.0, 3490.0, 3502.0, 3503.0, 3492.0, 3513.0, 3502.0, 3512.0, 3512.0, 3501.0, 3502.0, 3512.0, 3502.0, 3502.0, 3512.0, 3513.0, 3499.0, 3512.0, 3489.0, 3512.0, 3491.0, 3500.0, 3502.0, 3488.0, 3501.0, 3489.0, 3511.0, 3489.0, 3499.0, 3500.0, 3476.0, 3488.0, 3486.0, 3509.0, 3487.0, 3487.0, 3488.0, 3466.0, 3487.0, 3486.0, 3499.0, 3477.0, 3499.0, 3491.0, 3469.0, 3512.0, 3489.0, 3500.0, 3500.0, 3521.0, 3513.0, 3515.0, 3514.0, 3523.0, 3511.0, 3557.0, 3515.0, 3514.0, 3513.0, 3513.0, 3524.0, 3514.0, 3536.0, 3514.0, 3523.0, 3514.0, 3523.0, 3532.0, 3522.0, 3500.0, 3489.0, 3499.0, 3497.0, 3497.0, 3484.0, 3497.0, 3487.0, 3508.0, 3487.0, 3475.0, 3487.0, 3485.0, 3506.0, 3483.0, 3495.0, 3497.0, 3497.0, 3521.0, 3488.0, 3488.0, 3500.0, 3488.0, 3498.0, 3498.0, 3488.0, 3499.0, 3532.0, 3501.0, 3500.0, 3500.0, 3488.0, 3486.0, 3508.0, 3507.0, 3540.0, 3487.0, 3497.0, 3487.0, 3475.0, 3484.0, 3473.0, 3485.0, 3498.0, 3498.0, 3533.0, 3512.0, 3523.0, 3503.0, 3501.0, 3499.0, 3476.0, 3508.0, 3500.0, 3499.0, 3501.0, 3501.0, 3488.0, 3531.0, 3510.0, 3489.0, 3488.0, 3507.0, 3498.0, 3475.0, 3485.0, 3473.0, 3484.0, 3485.0, 3485.0, 3476.0, 3475.0, 3496.0, 3473.0, 3482.0, 3472.0, 3493.0, 3474.0, 3495.0, 3497.0, 3465.0, 3496.0, 3485.0, 3505.0, 3484.0, 3495.0, 3486.0, 3464.0, 3508.0, 3486.0, 3507.0, 3485.0, 3507.0, 3497.0, 3485.0, 3497.0, 3475.0, 3508.0, 3487.0, 3486.0, 3519.0, 3509.0, 3522.0, 3479.0, 3499.0, 3500.0, 3476.0, 3498.0, 3485.0, 3519.0, 3487.0, 3496.0, 3498.0, 3495.0, 3507.0, 3494.0, 3495.0, 3484.0, 3506.0, 3496.0, 3474.0, 3496.0, 3484.0, 3516.0, 3485.0, 3508.0, 3498.0, 3497.0, 3509.0, 3475.0, 3497.0, 3486.0, 3496.0, 3509.0, 3507.0, 3497.0, 3485.0, 3517.0, 3485.0, 3507.0, 3498.0, 3497.0, 3507.0, 3485.0, 3506.0, 3484.0, 3504.0, 3496.0, 3495.0, 3509.0, 3476.0, 3530.0, 3488.0, 3520.0, 3509.0, 3475.0, 3506.0, 3484.0, 3505.0, 3508.0, 3487.0, 3510.0, 3489.0, 3533.0, 3512.0, 3532.0, 3521.0, 3487.0, 3518.0, 3507.0, 3518.0, 3499.0, 3521.0, 3523.0, 3502.0, 3523.0, 3522.0, 3519.0, 3509.0, 3496.0, 3530.0, 3498.0, 3509.0, 3510.0, 3507.0, 3519.0, 3496.0, 3530.0, 3498.0, 3518.0, 3509.0, 3486.0, 3509.0, 3486.0, 3541.0, 3498.0, 3509.0, 3521.0, 3487.0, 3509.0, 3508.0, 3506.0, 3508.0, 3518.0, 3510.0, 3489.0, 3521.0, 3509.0, 3518.0, 3507.0, 3506.0, 3518.0, 3485.0, 3508.0, 3484.0, 3506.0, 3505.0, 3515.0, 3506.0, 3507.0, 3519.0, 3509.0, 3531.0, 3531.0, 3498.0, 3531.0, 3510.0, 3532.0, 3534.0, 3512.0, 3534.0, 3513.0, 3521.0, 3521.0, 3518.0, 3507.0, 3494.0, 3528.0, 3496.0, 3529.0, 3519.0, 3497.0, 3518.0, 3484.0, 3515.0, 3493.0, 3504.0, 3505.0, 3483.0, 3516.0, 3484.0, 3516.0, 3496.0, 3517.0, 3508.0, 3498.0, 3530.0, 3519.0, 3485.0, 3519.0, 3507.0, 3521.0, 3510.0, 3521.0, 3534.0, 3491.0, 3512.0, 3508.0, 3493.0, 3495.0, 3496.0, 3508.0, 3529.0, 3518.0, 3552.0, 3532.0, 3508.0, 3474.0, 3515.0, 3507.0, 3497.0, 3520.0, 3512.0, 3514.0, 3535.0, 3535.0, 3501.0, 3531.0, 3509.0, 3518.0, 3519.0, 3497.0, 3518.0, 3508.0, 3518.0, 3529.0, 3518.0, 3539.0, 3503.0, 3491.0, 3480.0, 3470.0, 3506.0, 3498.0, 3464.0, 3519.0, 3498.0, 3519.0, 3521.0, 3502.0, 3545.0, 3526.0, 3548.0, 3547.0, 3554.0, 3543.0, 3542.0, 3528.0, 3484.0, 3492.0, 3504.0, 3483.0, 3505.0, 3493.0, 3515.0, 3506.0, 3506.0, 3510.0, 3508.0, 3509.0, 3508.0, 3507.0, 3519.0, 3474.0, 3507.0, 3483.0, 3507.0, 3506.0, 3517.0, 3497.0, 3497.0, 3507.0, 3495.0, 3504.0, 3493.0, 3504.0, 3505.0, 3514.0, 3496.0, 3485.0, 3508.0, 3498.0, 3464.0, 3506.0, 3487.0, 3531.0, 3511.0, 3490.0, 3523.0, 3513.0, 3490.0, 3510.0, 3487.0, 3530.0, 3509.0, 3530.0, 3510.0, 3486.0, 3507.0, 3485.0, 3505.0, 3495.0, 3504.0, 3495.0, 3504.0, 3484.0, 3485.0, 3484.0, 3497.0, 3486.0, 3495.0, 3485.0, 3485.0, 3509.0, 3488.0, 3554.0, 3501.0, 3523.0, 3512.0, 3500.0, 3498.0, 3499.0, 3507.0, 3553.0, 3500.0, 3533.0, 3512.0, 3500.0, 3509.0, 3510.0, 3498.0, 3531.0, 3542.0, 3541.0, 3497.0, 3486.0, 3486.0, 3508.0, 3486.0, 3519.0, 3498.0, 3487.0, 3509.0, 3488.0, 3487.0, 3508.0, 3520.0, 3509.0, 3507.0, 3498.0, 3486.0, 3506.0, 3484.0, 3504.0, 3483.0, 3504.0, 3483.0, 3483.0, 3482.0, 3484.0, 3494.0, 3494.0, 3471.0, 3492.0, 3484.0, 3527.0, 3509.0, 3488.0, 3510.0, 3510.0, 3510.0, 3497.0, 3499.0, 3511.0, 3544.0, 3499.0, 3510.0, 3510.0, 3500.0, 3499.0, 3498.0, 3500.0, 3546.0, 3535.0, 3530.0, 3509.0, 3541.0, 3530.0, 3532.0, 3510.0, 3530.0, 3518.0, 3483.0, 3515.0, 3505.0, 3505.0, 3517.0, 3509.0, 3531.0, 3509.0, 3519.0, 3528.0, 3497.0, 3474.0, 3504.0, 3504.0, 3514.0, 3508.0, 3486.0, 3541.0, 3510.0, 3499.0, 3509.0, 3509.0, 3486.0, 3528.0, 3471.0, 3503.0, 3484.0, 3506.0, 3498.0, 3499.0, 3542.0, 3510.0, 3500.0, 3543.0, 3522.0, 3531.0, 3532.0, 3498.0, 3518.0, 3528.0, 3486.0, 3508.0, 3522.0, 3527.0, 3511.0, 3523.0, 3502.0, 3516.0, 3557.0, 3558.0, 3536.0, 3525.0, 3537.0, 3513.0, 3532.0, 3522.0, 3532.0, 3555.0, 3512.0, 3512.0, 3522.0, 3523.0, 3521.0, 3520.0, 3497.0, 3518.0, 3497.0, 3518.0, 3518.0, 3496.0, 3518.0, 3507.0, 3520.0, 3497.0, 3528.0, 3507.0, 3520.0, 3475.0, 3518.0, 3508.0, 3530.0, 3522.0, 3512.0, 3535.0, 3537.0, 3525.0, 3535.0, 3533.0, 3532.0, 3545.0, 3523.0, 3512.0, 3521.0, 3522.0, 3521.0, 3510.0, 3500.0, 3569.0, 3522.0, 3541.0, 3506.0, 3471.0, 3461.0, 3496.0, 3494.0, 3482.0, 3494.0, 3482.0, 3482.0, 3493.0, 3482.0, 3482.0, 3470.0, 3459.0, 3468.0, 3457.0, 3457.0, 3444.0, 3466.0, 3455.0, 3467.0, 3481.0, 3503.0, 3509.0, 3498.0, 3518.0, 3508.0, 3486.0, 3487.0, 3502.0, 3505.0, 3529.0, 3509.0, 3514.0, 3547.0, 3541.0, 3505.0, 3536.0, 3526.0, 3537.0, 3557.0, 3515.0, 3546.0, 3514.0, 3541.0, 3520.0, 3516.0, 3505.0, 3503.0, 3493.0, 3470.0, 3481.0, 3482.0, 3492.0, 3496.0, 3531.0, 3509.0, 3513.0, 3527.0, 3477.0, 3456.0, 3479.0, 3503.0, 3527.0, 3520.0, 3509.0, 3554.0, 3522.0, 3512.0, 3511.0, 3541.0, 3516.0, 3515.0, 3493.0, 3516.0, 3507.0, 3497.0, 3554.0, 3502.0, 3553.0, 3530.0, 3494.0, 3516.0, 3494.0, 3473.0, 3515.0, 3496.0, 3528.0, 3529.0, 3499.0, 3531.0, 3510.0, 3540.0, 3540.0, 3497.0, 3516.0, 3493.0, 3482.0, 3471.0, 3483.0, 3463.0, 3516.0, 3487.0, 3474.0, 3527.0, 3463.0, 3528.0, 3518.0, 3540.0, 3505.0, 3480.0, 3491.0, 3492.0, 3526.0, 3505.0, 3482.0, 3507.0, 3506.0, 3506.0, 3528.0, 3496.0, 3475.0, 3509.0, 3499.0, 3499.0, 3518.0, 3497.0, 3518.0, 3509.0, 3488.0, 3531.0, 3511.0, 3488.0, 3541.0, 3499.0, 3541.0, 3522.0, 3533.0, 3564.0, 3521.0, 3554.0, 3511.0, 3509.0, 3498.0, 3509.0, 3486.0, 3539.0, 3498.0, 3520.0, 3510.0, 3513.0, 3512.0, 3520.0, 3511.0, 3532.0, 3553.0, 3508.0, 3508.0, 3508.0, 3499.0, 3499.0, 3511.0, 3487.0, 3521.0, 3512.0, 3503.0, 3558.0, 3524.0, 3557.0, 3556.0, 3522.0, 3544.0, 3555.0, 3499.0, 3543.0, 3498.0, 3478.0, 3497.0, 3488.0, 3476.0, 3497.0, 3487.0, 3496.0, 3497.0, 3475.0, 3496.0, 3485.0, 3504.0, 3484.0, 3460.0, 3482.0, 3471.0, 3472.0], 'WindowWidth': [8006.0, 7986.0, 7958.0, 7973.0, 7964.0, 7965.0, 7965.0, 7965.0, 7954.0, 7936.0, 7970.0, 7974.0, 7938.0, 7970.0, 7964.0, 7953.0, 7958.0, 7977.0, 7982.0, 7964.0, 7995.0, 7978.0, 7989.0, 7991.0, 7974.0, 7978.0, 7991.0, 7978.0, 7978.0, 7991.0, 7991.0, 7969.0, 7990.0, 7955.0, 7990.0, 7961.0, 7972.0, 7977.0, 7953.0, 7974.0, 7955.0, 7986.0, 7955.0, 7968.0, 7971.0, 7933.0, 7950.0, 7945.0, 7978.0, 7949.0, 7949.0, 7952.0, 7920.0, 7950.0, 7947.0, 7968.0, 7938.0, 7970.0, 7963.0, 7930.0, 7990.0, 7957.0, 7972.0, 7971.0, 7999.0, 7994.0, 8002.0, 7997.0, 8009.0, 7989.0, 8056.0, 8000.0, 7999.0, 7995.0, 7994.0, 8009.0, 7998.0, 8028.0, 7998.0, 8008.0, 7996.0, 8008.0, 8017.0, 8004.0, 7972.0, 7955.0, 7968.0, 7963.0, 7961.0, 7940.0, 7962.0, 7947.0, 7977.0, 7947.0, 7930.0, 7948.0, 7941.0, 7968.0, 7936.0, 7956.0, 7962.0, 7963.0, 7998.0, 7953.0, 7955.0, 7971.0, 7951.0, 7963.0, 7965.0, 7952.0, 7968.0, 8014.0, 7974.0, 7972.0, 7970.0, 7951.0, 7946.0, 7977.0, 7973.0, 8022.0, 7947.0, 7962.0, 7950.0, 7928.0, 7940.0, 7924.0, 7942.0, 7966.0, 7967.0, 8019.0, 7991.0, 8008.0, 7984.0, 7976.0, 7968.0, 7935.0, 7980.0, 7971.0, 7970.0, 7975.0, 7977.0, 7952.0, 8013.0, 7983.0, 7955.0, 7955.0, 7976.0, 7963.0, 7929.0, 7943.0, 7925.0, 7941.0, 7942.0, 7943.0, 7934.0, 7929.0, 7957.0, 7923.0, 7933.0, 7919.0, 7948.0, 7925.0, 7955.0, 7961.0, 7918.0, 7960.0, 7945.0, 7968.0, 7940.0, 7955.0, 7945.0, 7916.0, 7977.0, 7945.0, 7974.0, 7943.0, 7973.0, 7961.0, 7944.0, 7962.0, 7933.0, 7979.0, 7949.0, 7946.0, 7995.0, 7982.0, 8003.0, 7945.0, 7971.0, 7972.0, 7933.0, 7964.0, 7941.0, 7991.0, 7947.0, 7959.0, 7962.0, 7954.0, 7973.0, 7951.0, 7956.0, 7940.0, 7971.0, 7961.0, 7928.0, 7959.0, 7939.0, 7984.0, 7942.0, 7977.0, 7964.0, 7962.0, 7980.0, 7932.0, 7961.0, 7945.0, 7960.0, 7979.0, 7975.0, 7962.0, 7942.0, 7988.0, 7944.0, 7977.0, 7965.0, 7962.0, 7977.0, 7944.0, 7971.0, 7939.0, 7967.0, 7959.0, 7957.0, 7980.0, 7935.0, 8011.0, 7954.0, 7997.0, 7983.0, 7932.0, 7972.0, 7940.0, 7971.0, 7978.0, 7950.0, 7986.0, 7958.0, 8021.0, 7992.0, 8020.0, 8004.0, 7950.0, 7991.0, 7975.0, 7992.0, 7970.0, 8002.0, 8008.0, 7980.0, 8009.0, 8006.0, 7995.0, 7981.0, 7958.0, 8008.0, 7965.0, 7982.0, 7984.0, 7977.0, 7996.0, 7961.0, 8008.0, 7965.0, 7992.0, 7980.0, 7947.0, 7982.0, 7947.0, 8025.0, 7966.0, 7983.0, 8001.0, 7952.0, 7980.0, 7978.0, 7974.0, 7977.0, 7992.0, 7983.0, 7956.0, 8000.0, 7984.0, 7991.0, 7975.0, 7973.0, 7991.0, 7945.0, 7977.0, 7942.0, 7972.0, 7968.0, 7984.0, 7973.0, 7976.0, 7995.0, 7984.0, 8015.0, 8015.0, 7968.0, 8013.0, 7987.0, 8018.0, 8024.0, 7994.0, 8025.0, 7997.0, 8003.0, 8001.0, 7991.0, 7975.0, 7952.0, 8001.0, 7957.0, 8006.0, 7993.0, 7961.0, 7991.0, 7942.0, 7982.0, 7949.0, 7965.0, 7968.0, 7937.0, 7986.0, 7940.0, 7986.0, 7959.0, 7989.0, 7979.0, 7966.0, 8010.0, 7996.0, 7946.0, 7995.0, 7978.0, 7999.0, 7985.0, 7999.0, 8024.0, 7961.0, 7989.0, 7977.0, 7948.0, 7953.0, 7960.0, 7978.0, 8007.0, 7993.0, 8046.0, 8020.0, 7979.0, 7928.0, 7980.0, 7977.0, 7965.0, 8001.0, 7995.0, 8000.0, 8030.0, 8030.0, 7979.0, 8015.0, 7981.0, 7993.0, 7995.0, 7962.0, 7991.0, 7978.0, 7992.0, 8007.0, 7993.0, 8021.0, 7960.0, 7941.0, 7926.0, 7916.0, 7974.0, 7969.0, 7920.0, 7997.0, 7968.0, 7998.0, 8005.0, 7981.0, 8043.0, 8019.0, 8050.0, 8047.0, 8050.0, 8034.0, 8030.0, 8004.0, 7937.0, 7946.0, 7962.0, 7934.0, 7967.0, 7950.0, 7981.0, 7972.0, 7972.0, 7984.0, 7979.0, 7982.0, 7978.0, 7977.0, 7994.0, 7928.0, 7973.0, 7938.0, 7975.0, 7973.0, 7989.0, 7963.0, 7961.0, 7976.0, 7956.0, 7969.0, 7951.0, 7967.0, 7971.0, 7981.0, 7960.0, 7945.0, 7979.0, 7967.0, 7917.0, 7976.0, 7952.0, 8016.0, 7991.0, 7962.0, 8010.0, 7997.0, 7962.0, 7987.0, 7951.0, 8013.0, 7981.0, 8011.0, 7985.0, 7949.0, 7977.0, 7945.0, 7971.0, 7955.0, 7964.0, 7954.0, 7965.0, 7941.0, 7945.0, 7944.0, 7964.0, 7948.0, 7959.0, 7946.0, 7945.0, 7981.0, 7955.0, 8049.0, 7979.0, 8008.0, 7995.0, 7975.0, 7968.0, 7969.0, 7979.0, 8044.0, 7973.0, 8020.0, 7993.0, 7976.0, 7985.0, 7986.0, 7968.0, 8015.0, 8031.0, 8026.0, 7961.0, 7947.0, 7947.0, 7981.0, 7947.0, 7994.0, 7968.0, 7954.0, 7983.0, 7955.0, 7952.0, 7980.0, 8000.0, 7984.0, 7977.0, 7964.0, 7945.0, 7972.0, 7941.0, 7966.0, 7937.0, 7964.0, 7936.0, 7937.0, 7935.0, 7940.0, 7951.0, 7951.0, 7918.0, 7949.0, 7941.0, 8002.0, 7982.0, 7953.0, 7986.0, 7987.0, 7986.0, 7966.0, 7970.0, 7991.0, 8036.0, 7969.0, 7984.0, 7987.0, 7974.0, 7970.0, 7969.0, 7973.0, 8046.0, 8027.0, 8012.0, 7983.0, 8028.0, 8013.0, 8017.0, 7985.0, 8011.0, 7993.0, 7940.0, 7983.0, 7970.0, 7970.0, 7988.0, 7982.0, 8014.0, 7984.0, 7996.0, 8006.0, 7964.0, 7931.0, 7969.0, 7968.0, 7981.0, 7978.0, 7948.0, 8029.0, 7987.0, 7971.0, 7985.0, 7985.0, 7950.0, 8005.0, 7920.0, 7963.0, 7941.0, 7975.0, 7968.0, 7970.0, 8031.0, 7988.0, 7974.0, 8037.0, 8006.0, 8015.0, 8017.0, 7968.0, 7995.0, 8007.0, 7949.0, 7980.0, 8010.0, 8021.0, 7989.0, 8008.0, 7981.0, 8006.0, 8059.0, 8063.0, 8032.0, 8017.0, 8035.0, 7998.0, 8019.0, 8004.0, 8016.0, 8051.0, 7992.0, 7994.0, 8006.0, 8008.0, 8002.0, 7999.0, 7963.0, 7992.0, 7963.0, 7989.0, 7991.0, 7960.0, 7991.0, 7980.0, 7996.0, 7965.0, 8004.0, 7976.0, 7998.0, 7933.0, 7992.0, 7980.0, 8014.0, 8007.0, 7993.0, 8029.0, 8037.0, 8019.0, 8029.0, 8024.0, 8020.0, 8042.0, 8010.0, 7994.0, 8006.0, 8007.0, 8001.0, 7986.0, 7972.0, 8079.0, 8004.0, 8026.0, 7970.0, 7916.0, 7904.0, 7958.0, 7952.0, 7931.0, 7947.0, 7929.0, 7929.0, 7947.0, 7929.0, 7931.0, 7913.0, 7894.0, 7906.0, 7888.0, 7888.0, 7868.0, 7900.0, 7883.0, 7903.0, 7931.0, 7964.0, 7984.0, 7969.0, 7996.0, 7979.0, 7950.0, 7951.0, 7982.0, 7989.0, 8030.0, 7980.0, 8000.0, 8048.0, 8046.0, 7991.0, 8031.0, 8018.0, 8032.0, 8059.0, 8004.0, 8042.0, 7996.0, 8026.0, 7996.0, 7985.0, 7967.0, 7962.0, 7949.0, 7915.0, 7931.0, 7932.0, 7947.0, 7961.0, 8014.0, 7983.0, 7997.0, 8002.0, 7917.0, 7889.0, 7927.0, 7965.0, 8004.0, 8001.0, 7984.0, 8050.0, 8010.0, 7995.0, 7992.0, 8030.0, 7987.0, 7983.0, 7952.0, 7986.0, 7978.0, 7964.0, 8055.0, 7986.0, 8048.0, 8014.0, 7958.0, 7987.0, 7957.0, 7927.0, 7985.0, 7963.0, 8008.0, 8011.0, 7973.0, 8020.0, 7988.0, 8027.0, 8024.0, 7962.0, 7985.0, 7949.0, 7933.0, 7918.0, 7937.0, 7910.0, 7985.0, 7948.0, 7929.0, 8002.0, 7913.0, 8006.0, 7992.0, 8023.0, 7969.0, 7930.0, 7947.0, 7948.0, 7998.0, 7972.0, 7936.0, 7978.0, 7974.0, 7975.0, 8005.0, 7961.0, 7933.0, 7984.0, 7972.0, 7971.0, 7993.0, 7964.0, 7991.0, 7982.0, 7955.0, 8013.0, 7989.0, 7956.0, 8028.0, 7971.0, 8026.0, 8004.0, 8023.0, 8064.0, 8002.0, 8049.0, 7987.0, 7982.0, 7969.0, 7983.0, 7950.0, 8023.0, 7968.0, 8000.0, 7989.0, 7999.0, 7996.0, 8004.0, 7991.0, 8020.0, 8049.0, 7980.0, 7979.0, 7980.0, 7969.0, 7970.0, 7987.0, 7952.0, 8002.0, 7992.0, 7987.0, 8064.0, 8015.0, 8061.0, 8059.0, 8006.0, 8037.0, 8051.0, 7972.0, 8033.0, 7968.0, 7940.0, 7964.0, 7951.0, 7931.0, 7962.0, 7947.0, 7959.0, 7963.0, 7930.0, 7958.0, 7941.0, 7963.0, 7937.0, 7902.0, 7931.0, 7916.0, 7919.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.0018032419547079855</td></tr>
<tr><td colspan=3>aqi</td><td>0.06119134898688916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.14243508752985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.085241009212412</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9774211580668247</td></tr>
<tr><td colspan=3>efc</td><td>0.478</td></tr>
<tr><td colspan=3>fber</td><td>4104.9473</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18354499141411473</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>239</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.486293206197853</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7407012084391726</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5418620303063775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.080974744725656</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5992668502854843</td></tr>
<tr><td colspan=3>gcor</td><td>0.00705283</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01672547124326229</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03396270424127579</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.833005499771697</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.0895</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4012</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.329</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301688.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>596.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>256.6958</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.964</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.2791</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2734.688</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>756.3205</td></tr>
<tr><td colspan=3>tsnr</td><td>24.09985373611562</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>