<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-02/func/sub-0039_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>5bcd2abd6a50c58fab3b6aaf7c9faaf4</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:17:40.525000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998444, 0.0392077, 0.0396552, -0.0451644, 0.985654, 0.162626]</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.100316</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>[4150, -7759, -7242, 666, -42, -195, 5, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>238.862</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f4ac90c-abbe-4e78-b2e6-4e228e3d89eb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6787519454956055, -0.12117280811071396, 0.08831733465194702, 115.96089172363281], [-0.10519128292798996, 2.6444365978240967, 0.44324198365211487, -105.52169799804688], [0.1063920184969902, -0.4363130033016205, 2.661904811859131, -47.50556182861328], [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': ['201740.525000', '201740.985000', '201741.445000', '201741.905000', '201742.365000', '201742.825000', '201743.285000', '201743.745000', '201744.205000', '201744.665000', '201745.125000', '201745.585000', '201746.045000', '201746.505000', '201746.965000', '201747.425000', '201747.885000', '201748.345000', '201748.805000', '201749.265000', '201749.725000', '201750.185000', '201750.645000', '201751.105000', '201751.565000', '201752.025000', '201752.485000', '201752.945000', '201753.405000', '201753.865000', '201754.325000', '201754.785000', '201755.245000', '201755.705000', '201756.165000', '201756.625000', '201757.085000', '201757.545000', '201758.005000', '201758.465000', '201758.925000', '201759.385000', '201759.845000', '201800.305000', '201800.765000', '201801.225000', '201801.685000', '201802.145000', '201802.605000', '201803.065000', '201803.525000', '201803.985000', '201804.445000', '201804.905000', '201805.365000', '201805.825000', '201806.285000', '201806.745000', '201807.205000', '201807.665000', '201808.125000', '201808.585000', '201809.045000', '201809.505000', '201809.965000', '201810.425000', '201810.885000', '201811.345000', '201811.805000', '201812.265000', '201812.725000', '201813.185000', '201813.645000', '201814.105000', '201814.565000', '201815.025000', '201815.485000', '201815.945000', '201816.405000', '201816.865000', '201817.325000', '201817.785000', '201818.245000', '201818.705000', '201819.165000', '201819.625000', '201820.085000', '201820.545000', '201821.005000', '201821.465000', '201821.925000', '201822.385000', '201822.845000', '201823.305000', '201823.765000', '201824.225000', '201824.685000', '201825.145000', '201825.605000', '201826.065000', '201826.525000', '201826.985000', '201827.445000', '201827.905000', '201828.365000', '201828.825000', '201829.285000', '201829.745000', '201830.205000', '201830.665000', '201831.125000', '201831.585000', '201832.045000', '201832.505000', '201832.965000', '201833.425000', '201833.885000', '201834.345000', '201834.805000', '201835.265000', '201835.725000', '201836.185000', '201836.645000', '201837.105000', '201837.565000', '201838.025000', '201838.485000', '201838.945000', '201839.405000', '201839.865000', '201840.325000', '201840.785000', '201841.245000', '201841.705000', '201842.165000', '201842.625000', '201843.085000', '201843.545000', '201844.005000', '201844.465000', '201844.925000', '201845.385000', '201845.845000', '201846.305000', '201846.765000', '201847.225000', '201847.685000', '201848.145000', '201848.605000', '201849.065000', '201849.525000', '201849.985000', '201850.445000', '201850.905000', '201851.365000', '201851.825000', '201852.285000', '201852.745000', '201853.205000', '201853.665000', '201854.125000', '201854.585000', '201855.045000', '201855.505000', '201855.965000', '201856.425000', '201856.885000', '201857.345000', '201857.805000', '201858.265000', '201858.725000', '201859.185000', '201859.645000', '201900.105000', '201900.565000', '201901.025000', '201901.485000', '201901.945000', '201902.405000', '201902.865000', '201903.325000', '201903.785000', '201904.245000', '201904.705000', '201905.165000', '201905.625000', '201906.085000', '201906.545000', '201907.005000', '201907.465000', '201907.925000', '201908.385000', '201908.845000', '201909.305000', '201909.765000', '201910.225000', '201910.685000', '201911.145000', '201911.605000', '201912.065000', '201912.525000', '201912.985000', '201913.445000', '201913.905000', '201914.365000', '201914.825000', '201915.285000', '201915.745000', '201916.205000', '201916.665000', '201917.125000', '201917.585000', '201918.045000', '201918.505000', '201918.965000', '201919.425000', '201919.885000', '201920.345000', '201920.805000', '201921.265000', '201921.725000', '201922.185000', '201922.645000', '201923.105000', '201923.565000', '201924.025000', '201924.485000', '201924.945000', '201925.405000', '201925.865000', '201926.325000', '201926.785000', '201927.245000', '201927.705000', '201928.165000', '201928.625000', '201929.085000', '201929.545000', '201930.005000', '201930.465000', '201930.925000', '201931.385000', '201931.845000', '201932.305000', '201932.765000', '201933.225000', '201933.685000', '201934.145000', '201934.605000', '201935.065000', '201935.525000', '201935.985000', '201936.445000', '201936.905000', '201937.365000', '201937.825000', '201938.285000', '201938.745000', '201939.205000', '201939.665000', '201940.125000', '201940.585000', '201941.045000', '201941.505000', '201941.965000', '201942.425000', '201942.885000', '201943.345000', '201943.805000', '201944.265000', '201944.725000', '201945.185000', '201945.645000', '201946.105000', '201946.565000', '201947.025000', '201947.485000', '201947.945000', '201948.405000', '201948.865000', '201949.325000', '201949.785000', '201950.245000', '201950.705000', '201951.165000', '201951.625000', '201952.085000', '201952.545000', '201953.005000', '201953.465000', '201953.925000', '201954.385000', '201954.845000', '201955.305000', '201955.765000', '201956.225000', '201956.685000', '201957.145000', '201957.605000', '201958.065000', '201958.525000', '201958.985000', '201959.445000', '201959.905000', '202000.365000', '202000.825000', '202001.285000', '202001.745000', '202002.205000', '202002.665000', '202003.125000', '202003.585000', '202004.045000', '202004.505000', '202004.965000', '202005.425000', '202005.885000', '202006.345000', '202006.805000', '202007.265000', '202007.725000', '202008.185000', '202008.645000', '202009.105000', '202009.565000', '202010.025000', '202010.485000', '202010.945000', '202011.405000', '202011.865000', '202012.325000', '202012.785000', '202013.245000', '202013.705000', '202014.165000', '202014.625000', '202015.085000', '202015.545000', '202016.005000', '202016.465000', '202016.925000', '202017.385000', '202017.845000', '202018.305000', '202018.765000', '202019.225000', '202019.685000', '202020.145000', '202020.605000', '202021.065000', '202021.525000', '202021.985000', '202022.445000', '202022.905000', '202023.365000', '202023.825000', '202024.285000', '202024.745000', '202025.205000', '202025.665000', '202026.125000', '202026.585000', '202027.045000', '202027.505000', '202027.965000', '202028.425000', '202028.885000', '202029.345000', '202029.805000', '202030.265000', '202030.725000', '202031.185000', '202031.645000', '202032.105000', '202032.565000', '202033.025000', '202033.485000', '202033.945000', '202034.405000', '202034.865000', '202035.325000', '202035.785000', '202036.245000', '202036.705000', '202037.165000', '202037.625000', '202038.085000', '202038.545000', '202039.005000', '202039.465000', '202039.925000', '202040.385000', '202040.845000', '202041.305000', '202041.765000', '202042.225000', '202042.685000', '202043.145000', '202043.605000', '202044.065000', '202044.525000', '202044.985000', '202045.445000', '202045.905000', '202046.365000', '202046.825000', '202047.285000', '202047.745000', '202048.205000', '202048.665000', '202049.125000', '202049.585000', '202050.045000', '202050.505000', '202050.965000', '202051.425000', '202051.885000', '202052.345000', '202052.805000', '202053.265000', '202053.725000', '202054.185000', '202054.645000', '202055.105000', '202055.565000', '202056.025000', '202056.485000', '202056.945000', '202057.405000', '202057.865000', '202058.325000', '202058.785000', '202059.245000', '202059.705000', '202100.165000', '202100.625000', '202101.085000', '202101.545000', '202102.005000', '202102.465000', '202102.925000', '202103.385000', '202103.845000', '202104.305000', '202104.765000', '202105.225000', '202105.685000', '202106.145000', '202106.605000', '202107.065000', '202107.525000', '202107.985000', '202108.445000', '202108.905000', '202109.365000', '202109.825000', '202110.285000', '202110.745000', '202111.205000', '202111.665000', '202112.125000', '202112.585000', '202113.045000', '202113.505000', '202113.965000', '202114.425000', '202114.885000', '202115.345000', '202115.805000', '202116.265000', '202116.725000', '202117.185000', '202117.645000', '202118.105000', '202118.565000', '202119.025000', '202119.485000', '202119.945000', '202120.405000', '202120.865000', '202121.325000', '202121.785000', '202122.245000', '202122.705000', '202123.165000', '202123.625000', '202124.085000', '202124.545000', '202125.005000', '202125.465000', '202125.925000', '202126.385000', '202126.845000', '202127.305000', '202127.765000', '202128.225000', '202128.685000', '202129.145000', '202129.605000', '202130.065000', '202130.525000', '202130.985000', '202131.445000', '202131.905000', '202132.365000', '202132.825000', '202133.285000', '202133.745000', '202134.205000', '202134.665000', '202135.125000', '202135.585000', '202136.045000', '202136.505000', '202136.965000', '202137.425000', '202137.885000', '202138.345000', '202138.805000', '202139.265000', '202139.725000', '202140.185000', '202140.645000', '202141.105000', '202141.565000', '202142.025000', '202142.485000', '202142.945000', '202143.405000', '202143.865000', '202144.325000', '202144.785000', '202145.245000', '202145.705000', '202146.165000', '202146.625000', '202147.085000', '202147.545000', '202148.005000', '202148.465000', '202148.925000', '202149.385000', '202149.845000', '202150.305000', '202150.765000', '202151.225000', '202151.685000', '202152.145000', '202152.605000', '202153.065000', '202153.525000', '202153.985000', '202154.445000', '202154.905000', '202155.365000', '202155.825000', '202156.285000', '202156.745000', '202157.205000', '202157.665000', '202158.125000', '202158.585000', '202159.045000', '202159.505000', '202159.965000', '202200.425000', '202200.885000', '202201.345000', '202201.805000', '202202.265000', '202202.725000', '202203.185000', '202203.645000', '202204.105000', '202204.565000', '202205.025000', '202205.485000', '202205.945000', '202206.405000', '202206.865000', '202207.325000', '202207.785000', '202208.245000', '202208.705000', '202209.165000', '202209.625000', '202210.085000', '202210.545000', '202211.005000', '202211.465000', '202211.925000', '202212.385000', '202212.845000', '202213.305000', '202213.765000', '202214.225000', '202214.685000', '202215.145000', '202215.605000', '202216.065000', '202216.525000', '202216.985000', '202217.445000', '202217.905000', '202218.365000', '202218.825000', '202219.285000', '202219.745000', '202220.205000', '202220.665000', '202221.125000', '202221.585000', '202222.045000', '202222.505000', '202222.965000', '202223.425000', '202223.885000', '202224.345000', '202224.805000', '202225.265000', '202225.725000', '202226.185000', '202226.645000', '202227.105000', '202227.565000', '202228.025000', '202228.485000', '202228.945000', '202229.405000', '202229.865000', '202230.325000', '202230.785000', '202231.245000', '202231.705000', '202232.165000', '202232.625000', '202233.085000', '202233.545000', '202234.005000', '202234.465000', '202234.925000', '202235.385000', '202235.845000', '202236.305000', '202236.765000', '202237.225000', '202237.685000', '202238.145000', '202238.605000', '202239.065000', '202239.525000', '202239.985000', '202240.445000', '202240.905000', '202241.365000', '202241.825000', '202242.285000', '202242.745000', '202243.205000', '202243.665000', '202244.125000', '202244.585000', '202245.045000', '202245.505000', '202245.965000', '202246.425000', '202246.885000', '202247.345000', '202247.805000', '202248.265000', '202248.725000', '202249.185000', '202249.645000', '202250.105000', '202250.565000', '202251.025000', '202251.485000', '202251.945000', '202252.405000', '202252.865000', '202253.325000', '202253.785000', '202254.245000', '202254.705000', '202255.165000', '202255.625000', '202256.085000', '202256.545000', '202257.005000', '202257.465000', '202257.925000', '202258.385000', '202258.845000', '202259.305000', '202259.765000', '202300.225000', '202300.685000', '202301.145000', '202301.605000', '202302.065000', '202302.525000', '202302.985000', '202303.445000', '202303.905000', '202304.365000', '202304.825000', '202305.285000', '202305.745000', '202306.205000', '202306.665000', '202307.125000', '202307.585000', '202308.045000', '202308.505000', '202308.965000', '202309.425000', '202309.885000', '202310.345000', '202310.805000', '202311.265000', '202311.725000', '202312.185000', '202312.645000', '202313.105000', '202313.565000', '202314.025000', '202314.485000', '202314.945000', '202315.405000', '202315.865000', '202316.325000', '202316.785000', '202317.245000', '202317.705000', '202318.165000', '202318.625000', '202319.085000', '202319.545000', '202320.005000', '202320.465000', '202320.925000', '202321.385000', '202321.845000', '202322.305000', '202322.765000', '202323.225000', '202323.685000', '202324.145000', '202324.605000', '202325.065000', '202325.525000', '202325.985000', '202326.445000', '202326.905000', '202327.365000', '202327.825000', '202328.285000', '202328.745000', '202329.205000', '202329.665000', '202330.125000', '202330.585000', '202331.045000', '202331.505000', '202331.965000', '202332.425000', '202332.885000', '202333.345000', '202333.805000', '202334.265000', '202334.725000', '202335.185000', '202335.645000', '202336.105000', '202336.565000', '202337.025000', '202337.485000', '202337.945000', '202338.405000', '202338.865000', '202339.325000', '202339.785000', '202340.245000', '202340.705000', '202341.165000', '202341.625000', '202342.085000', '202342.545000', '202343.005000', '202343.465000', '202343.925000', '202344.385000', '202344.845000', '202345.305000', '202345.765000', '202346.225000', '202346.685000', '202347.145000', '202347.605000', '202348.065000', '202348.525000', '202348.985000', '202349.445000', '202349.905000', '202350.365000', '202350.825000', '202351.285000', '202351.745000', '202352.205000', '202352.665000', '202353.125000', '202353.585000', '202354.045000', '202354.505000', '202354.965000', '202355.425000', '202355.885000', '202356.345000', '202356.805000', '202357.265000', '202357.725000', '202358.185000', '202358.645000', '202359.105000', '202359.565000', '202400.025000', '202400.485000', '202400.945000', '202401.405000', '202401.865000', '202402.325000', '202402.785000', '202403.245000', '202403.705000', '202404.165000', '202404.625000', '202405.085000', '202405.545000', '202406.005000'], 'ContentTime': ['201801.359000', '201801.363000', '201801.366000', '201801.369000', '201801.372000', '201801.375000', '201801.378000', '201801.381000', '201801.383000', '201801.386000', '201801.389000', '201801.392000', '201801.395000', '201801.398000', '201801.401000', '201801.404000', '201801.406000', '201801.409000', '201801.412000', '201801.415000', '201801.418000', '201801.421000', '201801.424000', '201801.427000', '201801.430000', '201801.432000', '201801.435000', '201801.438000', '201801.441000', '201801.444000', '201801.447000', '201801.450000', '201801.453000', '201801.456000', '201801.458000', '201801.461000', '201801.464000', '201801.467000', '201801.470000', '201801.473000', '201801.476000', '201801.478000', '201801.481000', '201801.484000', '201821.327000', '201821.330000', '201821.333000', '201821.336000', '201821.339000', '201821.342000', '201821.344000', '201821.347000', '201821.350000', '201821.353000', '201821.356000', '201821.359000', '201821.362000', '201821.364000', '201821.369000', '201821.372000', '201821.375000', '201821.378000', '201821.381000', '201821.384000', '201821.386000', '201821.389000', '201821.392000', '201821.395000', '201821.398000', '201821.401000', '201821.404000', '201821.407000', '201821.409000', '201821.412000', '201821.415000', '201821.418000', '201821.421000', '201821.424000', '201821.427000', '201821.430000', '201821.433000', '201821.435000', '201821.438000', '201821.441000', '201821.444000', '201821.447000', '201821.454000', '201841.327000', '201841.330000', '201841.333000', '201841.336000', '201841.338000', '201841.341000', '201841.344000', '201841.347000', '201841.350000', '201841.353000', '201841.356000', '201841.358000', '201841.361000', '201841.364000', '201841.367000', '201841.370000', '201841.373000', '201841.376000', '201841.379000', '201841.382000', '201841.385000', '201841.387000', '201841.390000', '201841.393000', '201841.396000', '201841.399000', '201841.402000', '201841.405000', '201841.408000', '201841.410000', '201841.413000', '201841.416000', '201841.419000', '201841.422000', '201841.425000', '201841.428000', '201841.430000', '201841.433000', '201841.443000', '201841.446000', '201841.449000', '201841.452000', '201841.455000', '201841.458000', '201901.328000', '201901.331000', '201901.334000', '201901.337000', '201901.340000', '201901.343000', '201901.345000', '201901.348000', '201901.351000', '201901.354000', '201901.357000', '201901.360000', '201901.363000', '201901.365000', '201901.368000', '201901.371000', '201901.374000', '201901.377000', '201901.380000', '201901.383000', '201901.386000', '201901.389000', '201901.393000', '201901.396000', '201901.399000', '201901.402000', '201901.405000', '201901.408000', '201901.411000', '201901.413000', '201901.416000', '201901.419000', '201901.422000', '201901.425000', '201901.428000', '201901.430000', '201901.433000', '201901.436000', '201901.439000', '201901.442000', '201901.445000', '201901.448000', '201901.450000', '201921.328000', '201921.331000', '201921.334000', '201921.337000', '201921.340000', '201921.343000', '201921.346000', '201921.348000', '201921.351000', '201921.367000', '201921.370000', '201921.373000', '201921.376000', '201921.379000', '201921.381000', '201921.384000', '201921.387000', '201921.390000', '201921.393000', '201921.396000', '201921.399000', '201921.402000', '201921.404000', '201921.407000', '201921.410000', '201921.413000', '201921.416000', '201921.419000', '201921.422000', '201921.425000', '201921.427000', '201921.430000', '201921.433000', '201921.436000', '201921.439000', '201921.442000', '201921.445000', '201921.448000', '201921.451000', '201921.453000', '201921.456000', '201921.459000', '201921.489000', '201921.492000', '201941.328000', '201941.331000', '201941.334000', '201941.337000', '201941.340000', '201941.343000', '201941.345000', '201941.348000', '201941.351000', '201941.354000', '201941.357000', '201941.360000', '201941.363000', '201941.366000', '201941.369000', '201941.372000', '201941.374000', '201941.377000', '201941.380000', '201941.383000', '201941.386000', '201941.389000', '201941.392000', '201941.395000', '201941.398000', '201941.401000', '201941.405000', '201941.409000', '201941.411000', '201941.414000', '201941.417000', '201941.420000', '201941.423000', '201941.426000', '201941.429000', '201941.432000', '201941.435000', '201941.437000', '201941.440000', '201941.443000', '201941.446000', '201941.449000', '201941.452000', '202001.327000', '202001.330000', '202001.333000', '202001.336000', '202001.339000', '202001.342000', '202001.344000', '202001.347000', '202001.350000', '202001.353000', '202001.356000', '202001.359000', '202001.362000', '202001.365000', '202001.368000', '202001.370000', '202001.373000', '202001.376000', '202001.379000', '202001.382000', '202001.385000', '202001.388000', '202001.391000', '202001.393000', '202001.396000', '202001.399000', '202001.402000', '202001.405000', '202001.408000', '202001.411000', '202001.414000', '202001.417000', '202001.419000', '202001.422000', '202001.425000', '202001.428000', '202001.431000', '202001.434000', '202001.437000', '202001.440000', '202001.442000', '202001.445000', '202001.448000', '202001.451000', '202021.327000', '202021.330000', '202021.333000', '202021.336000', '202021.339000', '202021.341000', '202021.344000', '202021.347000', '202021.350000', '202021.353000', '202021.356000', '202021.360000', '202021.363000', '202021.366000', '202021.369000', '202021.372000', '202021.375000', '202021.377000', '202021.380000', '202021.383000', '202021.386000', '202021.389000', '202021.392000', '202021.395000', '202021.398000', '202021.400000', '202021.403000', '202021.406000', '202021.409000', '202021.412000', '202021.415000', '202021.418000', '202021.421000', '202021.424000', '202021.427000', '202021.431000', '202021.434000', '202021.437000', '202021.440000', '202021.443000', '202021.445000', '202021.448000', '202021.451000', '202041.327000', '202041.330000', '202041.333000', '202041.336000', '202041.339000', '202041.341000', '202041.344000', '202041.347000', '202041.350000', '202041.353000', '202041.356000', '202041.359000', '202041.362000', '202041.364000', '202041.367000', '202041.370000', '202041.373000', '202041.376000', '202041.379000', '202041.381000', '202041.384000', '202041.387000', '202041.390000', '202041.393000', '202041.396000', '202041.399000', '202041.401000', '202041.404000', '202041.407000', '202041.410000', '202041.413000', '202041.416000', '202041.419000', '202041.422000', '202041.425000', '202041.427000', '202041.430000', '202041.433000', '202041.436000', '202041.439000', '202041.442000', '202041.445000', '202041.448000', '202041.450000', '202101.327000', '202101.330000', '202101.333000', '202101.336000', '202101.339000', '202101.342000', '202101.345000', '202101.347000', '202101.351000', '202101.354000', '202101.357000', '202101.360000', '202101.363000', '202101.365000', '202101.368000', '202101.371000', '202101.374000', '202101.377000', '202101.380000', '202101.383000', '202101.385000', '202101.388000', '202101.391000', '202101.394000', '202101.397000', '202101.400000', '202101.403000', '202101.406000', '202101.409000', '202101.412000', '202101.414000', '202101.417000', '202101.420000', '202101.423000', '202101.426000', '202101.429000', '202101.432000', '202101.435000', '202101.437000', '202101.440000', '202101.443000', '202101.446000', '202101.449000', '202121.328000', '202121.331000', '202121.334000', '202121.337000', '202121.340000', '202121.343000', '202121.346000', '202121.349000', '202121.351000', '202121.354000', '202121.357000', '202121.360000', '202121.363000', '202121.366000', '202121.369000', '202121.372000', '202121.375000', '202121.377000', '202121.380000', '202121.383000', '202121.386000', '202121.389000', '202121.392000', '202121.395000', '202121.398000', '202121.400000', '202121.403000', '202121.406000', '202121.409000', '202121.412000', '202121.415000', '202121.418000', '202121.421000', '202121.424000', '202121.427000', '202121.429000', '202121.432000', '202121.435000', '202121.438000', '202121.441000', '202121.457000', '202121.460000', '202121.463000', '202121.466000', '202141.328000', '202141.331000', '202141.334000', '202141.337000', '202141.340000', '202141.343000', '202141.346000', '202141.348000', '202141.351000', '202141.354000', '202141.357000', '202141.360000', '202141.363000', '202141.366000', '202141.369000', '202141.371000', '202141.374000', '202141.377000', '202141.380000', '202141.383000', '202141.386000', '202141.389000', '202141.392000', '202141.394000', '202141.398000', '202141.401000', '202141.404000', '202141.407000', '202141.410000', '202141.413000', '202141.416000', '202141.419000', '202141.422000', '202141.425000', '202141.428000', '202141.430000', '202141.433000', '202141.436000', '202141.439000', '202141.442000', '202141.445000', '202141.448000', '202141.451000', '202201.328000', '202201.331000', '202201.334000', '202201.337000', '202201.340000', '202201.343000', '202201.346000', '202201.348000', '202201.351000', '202201.354000', '202201.357000', '202201.360000', '202201.363000', '202201.366000', '202201.369000', '202201.372000', '202201.375000', '202201.378000', '202201.380000', '202201.383000', '202201.386000', '202201.389000', '202201.392000', '202201.395000', '202201.398000', '202201.401000', '202201.403000', '202201.406000', '202201.409000', '202201.412000', '202201.415000', '202201.418000', '202201.421000', '202201.424000', '202201.426000', '202201.429000', '202201.432000', '202201.435000', '202201.438000', '202201.441000', '202201.444000', '202201.446000', '202201.449000', '202201.452000', '202221.327000', '202221.330000', '202221.333000', '202221.336000', '202221.339000', '202221.342000', '202221.345000', '202221.347000', '202221.350000', '202221.353000', '202221.356000', '202221.359000', '202221.362000', '202221.365000', '202221.368000', '202221.382000', '202221.385000', '202221.388000', '202221.391000', '202221.394000', '202221.397000', '202221.400000', '202221.403000', '202221.406000', '202221.408000', '202221.411000', '202221.414000', '202221.417000', '202221.420000', '202221.423000', '202221.426000', '202221.429000', '202221.432000', '202221.434000', '202221.437000', '202221.440000', '202221.443000', '202221.446000', '202221.449000', '202221.452000', '202221.455000', '202221.458000', '202221.461000', '202241.327000', '202241.330000', '202241.333000', '202241.336000', '202241.339000', '202241.342000', '202241.344000', '202241.347000', '202241.350000', '202241.353000', '202241.356000', '202241.359000', '202241.362000', '202241.364000', '202241.367000', '202241.370000', '202241.373000', '202241.376000', '202241.379000', '202241.382000', '202241.385000', '202241.388000', '202241.391000', '202241.393000', '202241.396000', '202241.399000', '202241.402000', '202241.405000', '202241.408000', '202241.411000', '202241.414000', '202241.417000', '202241.419000', '202241.422000', '202241.425000', '202241.428000', '202241.431000', '202241.434000', '202241.437000', '202241.440000', '202241.443000', '202241.446000', '202241.448000', '202241.451000', '202301.327000', '202301.330000', '202301.333000', '202301.336000', '202301.339000', '202301.342000', '202301.344000', '202301.347000', '202301.350000', '202301.353000', '202301.356000', '202301.359000', '202301.362000', '202301.365000', '202301.368000', '202301.371000', '202301.374000', '202301.376000', '202301.379000', '202301.382000', '202301.385000', '202301.388000', '202301.391000', '202301.394000', '202301.397000', '202301.400000', '202301.402000', '202301.405000', '202301.408000', '202301.411000', '202301.414000', '202301.417000', '202301.420000', '202301.423000', '202301.426000', '202301.429000', '202301.432000', '202301.436000', '202301.439000', '202301.442000', '202301.445000', '202301.448000', '202301.451000', '202321.327000', '202321.330000', '202321.333000', '202321.336000', '202321.339000', '202321.342000', '202321.345000', '202321.348000', '202321.351000', '202321.355000', '202321.358000', '202321.361000', '202321.364000', '202321.367000', '202321.370000', '202321.373000', '202321.376000', '202321.379000', '202321.382000', '202321.385000', '202321.388000', '202321.391000', '202321.393000', '202321.396000', '202321.399000', '202321.402000', '202321.405000', '202321.408000', '202321.411000', '202321.414000', '202321.417000', '202321.420000', '202321.423000', '202321.426000', '202321.429000', '202321.432000', '202321.435000', '202321.438000', '202321.441000', '202321.443000', '202321.446000', '202321.449000', '202321.452000', '202321.455000', '202341.328000', '202341.331000', '202341.334000', '202341.337000', '202341.340000', '202341.343000', '202341.346000', '202341.349000', '202341.351000', '202341.354000', '202341.357000', '202341.360000', '202341.363000', '202341.366000', '202341.369000', '202341.372000', '202341.375000', '202341.378000', '202341.380000', '202341.383000', '202341.386000', '202341.389000', '202341.392000', '202341.395000', '202341.398000', '202341.401000', '202341.404000', '202341.407000', '202341.409000', '202341.412000', '202341.415000', '202341.418000', '202341.421000', '202341.424000', '202341.427000', '202341.430000', '202341.432000', '202341.435000', '202341.438000', '202341.441000', '202341.460000', '202341.463000', '202341.466000', '202401.328000', '202401.331000', '202401.334000', '202401.337000', '202401.340000', '202401.342000', '202401.345000', '202401.348000', '202401.351000', '202401.354000', '202401.357000', '202401.360000', '202401.363000', '202401.366000', '202401.368000', '202401.371000', '202401.374000', '202401.377000', '202401.380000', '202401.383000', '202401.386000', '202401.389000', '202401.392000', '202401.394000', '202401.397000', '202401.400000', '202401.403000', '202401.406000', '202401.409000', '202401.412000', '202401.415000', '202401.418000', '202401.421000', '202401.423000', '202401.426000', '202401.429000', '202401.432000', '202401.435000', '202401.438000', '202401.441000', '202401.444000', '202401.446000', '202401.449000', '202401.452000', '202406.886000', '202406.890000', '202406.893000', '202406.896000', '202406.899000', '202406.902000', '202406.905000', '202406.908000', '202406.911000', '202406.914000', '202406.917000', '202406.920000'], 'InstanceCreationTime': ['201801.359000', '201801.363000', '201801.366000', '201801.369000', '201801.372000', '201801.375000', '201801.378000', '201801.381000', '201801.383000', '201801.386000', '201801.389000', '201801.392000', '201801.395000', '201801.398000', '201801.401000', '201801.404000', '201801.406000', '201801.409000', '201801.412000', '201801.415000', '201801.418000', '201801.421000', '201801.424000', '201801.427000', '201801.430000', '201801.432000', '201801.435000', '201801.438000', '201801.441000', '201801.444000', '201801.447000', '201801.450000', '201801.453000', '201801.456000', '201801.458000', '201801.461000', '201801.464000', '201801.467000', '201801.470000', '201801.473000', '201801.476000', '201801.478000', '201801.481000', '201801.484000', '201821.327000', '201821.330000', '201821.333000', '201821.336000', '201821.339000', '201821.342000', '201821.344000', '201821.347000', '201821.350000', '201821.353000', '201821.356000', '201821.359000', '201821.362000', '201821.364000', '201821.369000', '201821.372000', '201821.375000', '201821.378000', '201821.381000', '201821.384000', '201821.386000', '201821.389000', '201821.392000', '201821.395000', '201821.398000', '201821.401000', '201821.404000', '201821.407000', '201821.409000', '201821.412000', '201821.415000', '201821.418000', '201821.421000', '201821.424000', '201821.427000', '201821.430000', '201821.433000', '201821.435000', '201821.438000', '201821.441000', '201821.444000', '201821.447000', '201821.454000', '201841.327000', '201841.330000', '201841.333000', '201841.336000', '201841.338000', '201841.341000', '201841.344000', '201841.347000', '201841.350000', '201841.353000', '201841.356000', '201841.358000', '201841.361000', '201841.364000', '201841.367000', '201841.370000', '201841.373000', '201841.376000', '201841.379000', '201841.382000', '201841.385000', '201841.387000', '201841.390000', '201841.393000', '201841.396000', '201841.399000', '201841.402000', '201841.405000', '201841.408000', '201841.410000', '201841.413000', '201841.416000', '201841.419000', '201841.422000', '201841.425000', '201841.428000', '201841.430000', '201841.433000', '201841.443000', '201841.446000', '201841.449000', '201841.452000', '201841.455000', '201841.458000', '201901.328000', '201901.331000', '201901.334000', '201901.337000', '201901.340000', '201901.343000', '201901.345000', '201901.348000', '201901.351000', '201901.354000', '201901.357000', '201901.360000', '201901.363000', '201901.365000', '201901.368000', '201901.371000', '201901.374000', '201901.377000', '201901.380000', '201901.383000', '201901.386000', '201901.389000', '201901.393000', '201901.396000', '201901.399000', '201901.402000', '201901.405000', '201901.408000', '201901.411000', '201901.413000', '201901.416000', '201901.419000', '201901.422000', '201901.425000', '201901.428000', '201901.430000', '201901.433000', '201901.436000', '201901.439000', '201901.442000', '201901.445000', '201901.448000', '201901.450000', '201921.328000', '201921.331000', '201921.334000', '201921.337000', '201921.340000', '201921.343000', '201921.346000', '201921.348000', '201921.351000', '201921.367000', '201921.370000', '201921.373000', '201921.376000', '201921.379000', '201921.381000', '201921.384000', '201921.387000', '201921.390000', '201921.393000', '201921.396000', '201921.399000', '201921.402000', '201921.404000', '201921.407000', '201921.410000', '201921.413000', '201921.416000', '201921.419000', '201921.422000', '201921.425000', '201921.427000', '201921.430000', '201921.433000', '201921.436000', '201921.439000', '201921.442000', '201921.445000', '201921.448000', '201921.451000', '201921.453000', '201921.456000', '201921.459000', '201921.489000', '201921.492000', '201941.328000', '201941.331000', '201941.334000', '201941.337000', '201941.340000', '201941.343000', '201941.345000', '201941.348000', '201941.351000', '201941.354000', '201941.357000', '201941.360000', '201941.363000', '201941.366000', '201941.369000', '201941.372000', '201941.374000', '201941.377000', '201941.380000', '201941.383000', '201941.386000', '201941.389000', '201941.392000', '201941.395000', '201941.398000', '201941.401000', '201941.405000', '201941.409000', '201941.411000', '201941.414000', '201941.417000', '201941.420000', '201941.423000', '201941.426000', '201941.429000', '201941.432000', '201941.435000', '201941.437000', '201941.440000', '201941.443000', '201941.446000', '201941.449000', '201941.452000', '202001.327000', '202001.330000', '202001.333000', '202001.336000', '202001.339000', '202001.342000', '202001.344000', '202001.347000', '202001.350000', '202001.353000', '202001.356000', '202001.359000', '202001.362000', '202001.365000', '202001.368000', '202001.370000', '202001.373000', '202001.376000', '202001.379000', '202001.382000', '202001.385000', '202001.388000', '202001.391000', '202001.393000', '202001.396000', '202001.399000', '202001.402000', '202001.405000', '202001.408000', '202001.411000', '202001.414000', '202001.417000', '202001.419000', '202001.422000', '202001.425000', '202001.428000', '202001.431000', '202001.434000', '202001.437000', '202001.440000', '202001.442000', '202001.445000', '202001.448000', '202001.451000', '202021.327000', '202021.330000', '202021.333000', '202021.336000', '202021.339000', '202021.341000', '202021.344000', '202021.347000', '202021.350000', '202021.353000', '202021.356000', '202021.360000', '202021.363000', '202021.366000', '202021.369000', '202021.372000', '202021.375000', '202021.377000', '202021.380000', '202021.383000', '202021.386000', '202021.389000', '202021.392000', '202021.395000', '202021.398000', '202021.400000', '202021.403000', '202021.406000', '202021.409000', '202021.412000', '202021.415000', '202021.418000', '202021.421000', '202021.424000', '202021.427000', '202021.431000', '202021.434000', '202021.437000', '202021.440000', '202021.443000', '202021.445000', '202021.448000', '202021.451000', '202041.327000', '202041.330000', '202041.333000', '202041.336000', '202041.339000', '202041.341000', '202041.344000', '202041.347000', '202041.350000', '202041.353000', '202041.356000', '202041.359000', '202041.362000', '202041.364000', '202041.367000', '202041.370000', '202041.373000', '202041.376000', '202041.379000', '202041.381000', '202041.384000', '202041.387000', '202041.390000', '202041.393000', '202041.396000', '202041.399000', '202041.401000', '202041.404000', '202041.407000', '202041.410000', '202041.413000', '202041.416000', '202041.419000', '202041.422000', '202041.425000', '202041.427000', '202041.430000', '202041.433000', '202041.436000', '202041.439000', '202041.442000', '202041.445000', '202041.448000', '202041.450000', '202101.327000', '202101.330000', '202101.333000', '202101.336000', '202101.339000', '202101.342000', '202101.345000', '202101.347000', '202101.351000', '202101.354000', '202101.357000', '202101.360000', '202101.363000', '202101.365000', '202101.368000', '202101.371000', '202101.374000', '202101.377000', '202101.380000', '202101.383000', '202101.385000', '202101.388000', '202101.391000', '202101.394000', '202101.397000', '202101.400000', '202101.403000', '202101.406000', '202101.409000', '202101.412000', '202101.414000', '202101.417000', '202101.420000', '202101.423000', '202101.426000', '202101.429000', '202101.432000', '202101.435000', '202101.437000', '202101.440000', '202101.443000', '202101.446000', '202101.449000', '202121.328000', '202121.331000', '202121.334000', '202121.337000', '202121.340000', '202121.343000', '202121.346000', '202121.349000', '202121.351000', '202121.354000', '202121.357000', '202121.360000', '202121.363000', '202121.366000', '202121.369000', '202121.372000', '202121.375000', '202121.377000', '202121.380000', '202121.383000', '202121.386000', '202121.389000', '202121.392000', '202121.395000', '202121.398000', '202121.400000', '202121.403000', '202121.406000', '202121.409000', '202121.412000', '202121.415000', '202121.418000', '202121.421000', '202121.424000', '202121.427000', '202121.429000', '202121.432000', '202121.435000', '202121.438000', '202121.441000', '202121.457000', '202121.460000', '202121.463000', '202121.466000', '202141.328000', '202141.331000', '202141.334000', '202141.337000', '202141.340000', '202141.343000', '202141.346000', '202141.348000', '202141.351000', '202141.354000', '202141.357000', '202141.360000', '202141.363000', '202141.366000', '202141.369000', '202141.371000', '202141.374000', '202141.377000', '202141.380000', '202141.383000', '202141.386000', '202141.389000', '202141.392000', '202141.394000', '202141.398000', '202141.401000', '202141.404000', '202141.407000', '202141.410000', '202141.413000', '202141.416000', '202141.419000', '202141.422000', '202141.425000', '202141.428000', '202141.430000', '202141.433000', '202141.436000', '202141.439000', '202141.442000', '202141.445000', '202141.448000', '202141.451000', '202201.328000', '202201.331000', '202201.334000', '202201.337000', '202201.340000', '202201.343000', '202201.346000', '202201.348000', '202201.351000', '202201.354000', '202201.357000', '202201.360000', '202201.363000', '202201.366000', '202201.369000', '202201.372000', '202201.375000', '202201.378000', '202201.380000', '202201.383000', '202201.386000', '202201.389000', '202201.392000', '202201.395000', '202201.398000', '202201.401000', '202201.403000', '202201.406000', '202201.409000', '202201.412000', '202201.415000', '202201.418000', '202201.421000', '202201.424000', '202201.426000', '202201.429000', '202201.432000', '202201.435000', '202201.438000', '202201.441000', '202201.444000', '202201.446000', '202201.449000', '202201.452000', '202221.327000', '202221.330000', '202221.333000', '202221.336000', '202221.339000', '202221.342000', '202221.345000', '202221.347000', '202221.350000', '202221.353000', '202221.356000', '202221.359000', '202221.362000', '202221.365000', '202221.368000', '202221.382000', '202221.385000', '202221.388000', '202221.391000', '202221.394000', '202221.397000', '202221.400000', '202221.403000', '202221.406000', '202221.408000', '202221.411000', '202221.414000', '202221.417000', '202221.420000', '202221.423000', '202221.426000', '202221.429000', '202221.432000', '202221.434000', '202221.437000', '202221.440000', '202221.443000', '202221.446000', '202221.449000', '202221.452000', '202221.455000', '202221.458000', '202221.461000', '202241.327000', '202241.330000', '202241.333000', '202241.336000', '202241.339000', '202241.342000', '202241.344000', '202241.347000', '202241.350000', '202241.353000', '202241.356000', '202241.359000', '202241.362000', '202241.364000', '202241.367000', '202241.370000', '202241.373000', '202241.376000', '202241.379000', '202241.382000', '202241.385000', '202241.388000', '202241.391000', '202241.393000', '202241.396000', '202241.399000', '202241.402000', '202241.405000', '202241.408000', '202241.411000', '202241.414000', '202241.417000', '202241.419000', '202241.422000', '202241.425000', '202241.428000', '202241.431000', '202241.434000', '202241.437000', '202241.440000', '202241.443000', '202241.446000', '202241.448000', '202241.451000', '202301.327000', '202301.330000', '202301.333000', '202301.336000', '202301.339000', '202301.342000', '202301.344000', '202301.347000', '202301.350000', '202301.353000', '202301.356000', '202301.359000', '202301.362000', '202301.365000', '202301.368000', '202301.371000', '202301.374000', '202301.376000', '202301.379000', '202301.382000', '202301.385000', '202301.388000', '202301.391000', '202301.394000', '202301.397000', '202301.400000', '202301.402000', '202301.405000', '202301.408000', '202301.411000', '202301.414000', '202301.417000', '202301.420000', '202301.423000', '202301.426000', '202301.429000', '202301.432000', '202301.436000', '202301.439000', '202301.442000', '202301.445000', '202301.448000', '202301.451000', '202321.327000', '202321.330000', '202321.333000', '202321.336000', '202321.339000', '202321.342000', '202321.345000', '202321.348000', '202321.351000', '202321.355000', '202321.358000', '202321.361000', '202321.364000', '202321.367000', '202321.370000', '202321.373000', '202321.376000', '202321.379000', '202321.382000', '202321.385000', '202321.388000', '202321.391000', '202321.393000', '202321.396000', '202321.399000', '202321.402000', '202321.405000', '202321.408000', '202321.411000', '202321.414000', '202321.417000', '202321.420000', '202321.423000', '202321.426000', '202321.429000', '202321.432000', '202321.435000', '202321.438000', '202321.441000', '202321.443000', '202321.446000', '202321.449000', '202321.452000', '202321.455000', '202341.328000', '202341.331000', '202341.334000', '202341.337000', '202341.340000', '202341.343000', '202341.346000', '202341.349000', '202341.351000', '202341.354000', '202341.357000', '202341.360000', '202341.363000', '202341.366000', '202341.369000', '202341.372000', '202341.375000', '202341.378000', '202341.380000', '202341.383000', '202341.386000', '202341.389000', '202341.392000', '202341.395000', '202341.398000', '202341.401000', '202341.404000', '202341.407000', '202341.409000', '202341.412000', '202341.415000', '202341.418000', '202341.421000', '202341.424000', '202341.427000', '202341.430000', '202341.432000', '202341.435000', '202341.438000', '202341.441000', '202341.460000', '202341.463000', '202341.466000', '202401.328000', '202401.331000', '202401.334000', '202401.337000', '202401.340000', '202401.342000', '202401.345000', '202401.348000', '202401.351000', '202401.354000', '202401.357000', '202401.360000', '202401.363000', '202401.366000', '202401.368000', '202401.371000', '202401.374000', '202401.377000', '202401.380000', '202401.383000', '202401.386000', '202401.389000', '202401.392000', '202401.394000', '202401.397000', '202401.400000', '202401.403000', '202401.406000', '202401.409000', '202401.412000', '202401.415000', '202401.418000', '202401.421000', '202401.423000', '202401.426000', '202401.429000', '202401.432000', '202401.435000', '202401.438000', '202401.441000', '202401.444000', '202401.446000', '202401.449000', '202401.452000', '202406.886000', '202406.890000', '202406.893000', '202406.896000', '202406.899000', '202406.902000', '202406.905000', '202406.908000', '202406.911000', '202406.914000', '202406.917000', '202406.920000'], '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': [16595, 12110, 16016, 12039, 12988, 12237, 11407, 12421, 11564, 12145, 12015, 12925, 12147, 13278, 11943, 11814, 12316, 11481, 12017, 11824, 12748, 12361, 13622, 11698, 11936, 12014, 11517, 11967, 11726, 12252, 12166, 14413, 11994, 13162, 11992, 11272, 12148, 11522, 11953, 12093, 14669, 12000, 12793, 12043, 11187, 12036, 11435, 11174, 12069, 13263, 11939, 12627, 12027, 11702, 11997, 11468, 11903, 11937, 12837, 12013, 13707, 11949, 11382, 11959, 11596, 12332, 12206, 14040, 11751, 11496, 11891, 11460, 11786, 12027, 13313, 12119, 12938, 11737, 11592, 11760, 11876, 11824, 11649, 11281, 12106, 13536, 11952, 12690, 11878, 11793, 12831, 11813, 13613, 11903, 12238, 11986, 12212, 11800, 11532, 10866, 12075, 13161, 12303, 12928, 12031, 11305, 11777, 11565, 13066, 12078, 12973, 12352, 12843, 11876, 11381, 11753, 11774, 13547, 12008, 12973, 12372, 12884, 11954, 11261, 12010, 11483, 10779, 12230, 12164, 12011, 13112, 11863, 11472, 11526, 12095, 13173, 12159, 11602, 11956, 11936, 13175, 11756, 12276, 12021, 11651, 12143, 11569, 11911, 11976, 11771, 11702, 13159, 12002, 12208, 12419, 11225, 11783, 11935, 11772, 11982, 13384, 11837, 11943, 12403, 11430, 12055, 11859, 12791, 12165, 14246, 11969, 13487, 11916, 12066, 11760, 13208, 11568, 13938, 11400, 10904, 14418, 11623, 10766, 11765, 10925, 11699, 11268, 10966, 11266, 13830, 11150, 14449, 11316, 14404, 11452, 15160, 11379, 15127, 11222, 10933, 11726, 10839, 11762, 10932, 11475, 10650, 11717, 11231, 11437, 10632, 11724, 10764, 11548, 11374, 11810, 11583, 13132, 11542, 12602, 11301, 11560, 11779, 11806, 11779, 11601, 11640, 11408, 11599, 11415, 11394, 11248, 11898, 11701, 13497, 11738, 12926, 10861, 12150, 10696, 10503, 11639, 11499, 11243, 11886, 14094, 11749, 11663, 11766, 11317, 11904, 13590, 11933, 13535, 11929, 11808, 11640, 11261, 11227, 11681, 12625, 11882, 11253, 11595, 11393, 11907, 11396, 12934, 11477, 11629, 11878, 11246, 12020, 11656, 14192, 11641, 11838, 11829, 11208, 11402, 11776, 14192, 12001, 13559, 11740, 11110, 11694, 11427, 11889, 11702, 13103, 11521, 13040, 11504, 12714, 11775, 11440, 11782, 11557, 13068, 11880, 13473, 11929, 12372, 11632, 11215, 11926, 11290, 11419, 11637, 11895, 11883, 13706, 11794, 13244, 11824, 13323, 11849, 12186, 11635, 12630, 11654, 11247, 11877, 11067, 11610, 11436, 11472, 11897, 11869, 11795, 14473, 11987, 13579, 11936, 11279, 12064, 11546, 11639, 11164, 10690, 13029, 12217, 10847, 11163, 11622, 11890, 11382, 11526, 10665, 11790, 12519, 10752, 11619, 10811, 11130, 15068, 12295, 13797, 12531, 14952, 13316, 11597, 10738, 11082, 10934, 11249, 10642, 11277, 10940, 11273, 11866, 11161, 11345, 10894, 11816, 10857, 11553, 11453, 11485, 10983, 11542, 11691, 11159, 11828, 11721, 11661, 11409, 13104, 11597, 11302, 11468, 12729, 11718, 12160, 12013, 11370, 11730, 11109, 11618, 11235, 11689, 11959, 11700, 11059, 11880, 11266, 11702, 11654, 11864, 11909, 13810, 11822, 13190, 12060, 12715, 11548, 11586, 11606, 11105, 11584, 11550, 11803, 11752, 13190, 11812, 12435, 11492, 11718, 11749, 10885, 11945, 12607, 11866, 12754, 11568, 13584, 11420, 12883, 11249, 12052, 11562, 11150, 11442, 11218, 11546, 11528, 13221, 11347, 13504, 11195, 11708, 11295, 10816, 12102, 10931, 11703, 11156, 11318, 11969, 11238, 11463, 12016, 11053, 12346, 11259, 13402, 11758, 12474, 11446, 10762, 11655, 10875, 11189, 11779, 11328, 11783, 11182, 14884, 12101, 14086, 11373, 14097, 11611, 11069, 11320, 10906, 11327, 11361, 12115, 11476, 11854, 11384, 11867, 11370, 11149, 11757, 11047, 11381, 11154, 11435, 11072, 11156, 11476, 13175, 11318, 12488, 11333, 13544, 11294, 11396, 11388, 11153, 11458, 11458, 11966, 12603, 11402, 11049, 13396, 11566, 12757, 11682, 11000, 12700, 11671, 14483, 11401, 11231, 11580, 10845, 11438, 11395, 12330, 11610, 12404, 11580, 12199, 11566, 11877, 11766, 13472, 11437, 13408, 11448, 11468, 11555, 11206, 11415, 11494, 13630, 11541, 13551, 11468, 13775, 11603, 10917, 11662, 11210, 11511, 11616, 11730, 11900, 13635, 11721, 12947, 11618, 12320, 11799, 11304, 11760, 11623, 11956, 11583, 13107, 11708, 14031, 11437, 13097, 11215, 13039, 11028, 11417, 13951, 11804, 12251, 11790, 11071, 10275, 11805, 11253, 11918, 10868, 11581, 11308, 11638, 11592, 13321, 11675, 11552, 11667, 13378, 11685, 12967, 11775, 11188, 11627, 11328, 11557, 11462, 13256, 11579, 12095, 11761, 11967, 11408, 12784, 11649, 11161, 11528, 11099, 11552, 11513, 11738, 11799, 12091, 11766, 11419, 11508, 12380, 11880, 13189, 11465, 12804, 11443, 11778, 11575, 11327, 11334, 12896, 11683, 11248, 11306, 12441, 11917, 13496, 11796, 12723, 11517, 12983, 11393, 11879, 11679, 10964, 11571, 11655, 11872, 12030, 11438, 12343, 11599, 11398, 11597, 11645, 13767, 11755, 13765, 11680, 13261, 11950, 11404, 11862, 11370, 12010, 11255, 11241, 11668, 12651, 11786, 11450, 11799, 13411, 12000, 12275, 12137, 11305, 11393, 11647, 13247, 11500, 11469, 11743, 12453, 11628, 12149, 11452, 12197, 11747, 11480, 11218, 11327, 13339, 11700, 12787, 11810, 11411, 11384, 11537, 11622, 11428, 11799, 11608, 13024, 11885, 12583, 11527, 12254, 11513, 12697, 11389, 11740, 11260, 11063, 11343, 11421, 11845, 11627, 13284, 11560, 14431, 11631, 12545, 11533, 11215, 11592, 11422, 12745, 11743, 15033, 11630, 13585, 11569, 11474, 12057, 11334, 11905, 11285, 11675, 11390, 11416, 11705, 11079, 11440, 11232, 11526, 11660, 11854, 13954, 11960, 12823, 11965, 12917, 11747, 11405, 11826, 11532, 11510, 11844, 14337, 11748, 13905, 11538, 11307, 11622, 11395, 11311, 11663, 13264, 11681, 13517, 11606, 12386, 11614, 11864, 12040, 11511, 11431, 11676, 13463, 11802, 11120, 11885, 13176, 11699, 12994, 11537, 12840, 11381, 12926, 11486, 11102, 11601, 11346, 11454, 11742, 13275, 11759, 14174, 11616, 12605, 11597, 11505, 11976, 11346, 11386, 11578, 12710, 11659, 10729, 11699, 12977, 11760, 13021, 11602, 13707, 12076, 11382, 11547, 11186, 11729, 11483, 11369, 11614, 11721, 11561, 11091, 11517, 14313, 11739, 13073], 'WindowCenter': [4321.0, 4274.0, 4281.0, 4258.0, 4256.0, 4245.0, 4244.0, 4242.0, 4232.0, 4241.0, 4241.0, 4242.0, 4243.0, 4253.0, 4243.0, 4243.0, 4242.0, 4242.0, 4240.0, 4242.0, 4253.0, 4253.0, 4254.0, 4243.0, 4243.0, 4242.0, 4242.0, 4241.0, 4241.0, 4242.0, 4241.0, 4253.0, 4243.0, 4252.0, 4242.0, 4232.0, 4240.0, 4242.0, 4242.0, 4242.0, 4252.0, 4240.0, 4240.0, 4238.0, 4229.0, 4229.0, 4230.0, 4231.0, 4241.0, 4251.0, 4241.0, 4241.0, 4240.0, 4240.0, 4241.0, 4231.0, 4241.0, 4241.0, 4252.0, 4242.0, 4252.0, 4241.0, 4242.0, 4240.0, 4241.0, 4241.0, 4242.0, 4253.0, 4242.0, 4242.0, 4242.0, 4240.0, 4241.0, 4252.0, 4264.0, 4253.0, 4252.0, 4242.0, 4242.0, 4253.0, 4255.0, 4254.0, 4254.0, 4243.0, 4253.0, 4253.0, 4242.0, 4254.0, 4254.0, 4256.0, 4253.0, 4242.0, 4251.0, 4240.0, 4241.0, 4241.0, 4242.0, 4241.0, 4241.0, 4230.0, 4240.0, 4240.0, 4240.0, 4241.0, 4240.0, 4230.0, 4229.0, 4229.0, 4240.0, 4239.0, 4240.0, 4241.0, 4241.0, 4229.0, 4229.0, 4229.0, 4229.0, 4239.0, 4228.0, 4239.0, 4239.0, 4240.0, 4228.0, 4228.0, 4228.0, 4228.0, 4228.0, 4239.0, 4240.0, 4241.0, 4252.0, 4241.0, 4242.0, 4241.0, 4241.0, 4241.0, 4229.0, 4231.0, 4230.0, 4241.0, 4241.0, 4240.0, 4240.0, 4239.0, 4230.0, 4229.0, 4230.0, 4240.0, 4241.0, 4240.0, 4240.0, 4239.0, 4239.0, 4229.0, 4238.0, 4229.0, 4239.0, 4240.0, 4240.0, 4238.0, 4251.0, 4240.0, 4229.0, 4238.0, 4229.0, 4228.0, 4228.0, 4240.0, 4240.0, 4252.0, 4242.0, 4253.0, 4254.0, 4240.0, 4242.0, 4253.0, 4242.0, 4252.0, 4241.0, 4232.0, 4251.0, 4228.0, 4219.0, 4226.0, 4218.0, 4227.0, 4229.0, 4228.0, 4229.0, 4239.0, 4217.0, 4237.0, 4215.0, 4225.0, 4214.0, 4224.0, 4203.0, 4234.0, 4202.0, 4201.0, 4200.0, 4190.0, 4200.0, 4191.0, 4200.0, 4191.0, 4212.0, 4202.0, 4212.0, 4202.0, 4212.0, 4202.0, 4201.0, 4211.0, 4212.0, 4213.0, 4226.0, 4226.0, 4226.0, 4227.0, 4225.0, 4227.0, 4226.0, 4226.0, 4227.0, 4227.0, 4228.0, 4229.0, 4229.0, 4229.0, 4229.0, 4228.0, 4229.0, 4250.0, 4228.0, 4254.0, 4231.0, 4242.0, 4232.0, 4245.0, 4243.0, 4240.0, 4242.0, 4251.0, 4252.0, 4242.0, 4231.0, 4230.0, 4229.0, 4240.0, 4240.0, 4240.0, 4251.0, 4229.0, 4229.0, 4229.0, 4229.0, 4227.0, 4227.0, 4226.0, 4227.0, 4217.0, 4227.0, 4228.0, 4238.0, 4239.0, 4240.0, 4229.0, 4229.0, 4229.0, 4230.0, 4239.0, 4241.0, 4252.0, 4241.0, 4242.0, 4239.0, 4231.0, 4242.0, 4241.0, 4264.0, 4253.0, 4253.0, 4241.0, 4242.0, 4240.0, 4242.0, 4241.0, 4242.0, 4252.0, 4243.0, 4264.0, 4243.0, 4254.0, 4243.0, 4243.0, 4241.0, 4242.0, 4251.0, 4241.0, 4252.0, 4242.0, 4243.0, 4242.0, 4242.0, 4242.0, 4241.0, 4241.0, 4242.0, 4254.0, 4253.0, 4264.0, 4254.0, 4253.0, 4243.0, 4252.0, 4242.0, 4242.0, 4242.0, 4243.0, 4241.0, 4242.0, 4241.0, 4230.0, 4240.0, 4240.0, 4240.0, 4242.0, 4241.0, 4255.0, 4265.0, 4242.0, 4253.0, 4253.0, 4242.0, 4240.0, 4241.0, 4252.0, 4242.0, 4241.0, 4264.0, 4264.0, 4255.0, 4255.0, 4254.0, 4253.0, 4240.0, 4239.0, 4217.0, 4242.0, 4255.0, 4244.0, 4244.0, 4232.0, 4233.0, 4254.0, 4232.0, 4240.0, 4217.0, 4228.0, 4215.0, 4205.0, 4192.0, 4203.0, 4215.0, 4188.0, 4203.0, 4203.0, 4203.0, 4214.0, 4215.0, 4214.0, 4214.0, 4215.0, 4225.0, 4216.0, 4228.0, 4229.0, 4230.0, 4231.0, 4241.0, 4242.0, 4232.0, 4231.0, 4230.0, 4230.0, 4231.0, 4240.0, 4229.0, 4229.0, 4229.0, 4238.0, 4228.0, 4228.0, 4227.0, 4228.0, 4228.0, 4229.0, 4228.0, 4230.0, 4240.0, 4240.0, 4240.0, 4229.0, 4240.0, 4230.0, 4240.0, 4241.0, 4241.0, 4242.0, 4252.0, 4242.0, 4253.0, 4253.0, 4253.0, 4230.0, 4231.0, 4230.0, 4228.0, 4229.0, 4230.0, 4229.0, 4240.0, 4252.0, 4242.0, 4251.0, 4242.0, 4241.0, 4241.0, 4231.0, 4239.0, 4250.0, 4241.0, 4253.0, 4244.0, 4263.0, 4255.0, 4265.0, 4254.0, 4255.0, 4256.0, 4244.0, 4242.0, 4242.0, 4240.0, 4241.0, 4252.0, 4241.0, 4253.0, 4241.0, 4241.0, 4241.0, 4230.0, 4239.0, 4229.0, 4239.0, 4242.0, 4243.0, 4254.0, 4243.0, 4243.0, 4255.0, 4244.0, 4252.0, 4241.0, 4251.0, 4239.0, 4240.0, 4239.0, 4242.0, 4254.0, 4255.0, 4257.0, 4267.0, 4256.0, 4256.0, 4245.0, 4264.0, 4242.0, 4252.0, 4230.0, 4252.0, 4230.0, 4229.0, 4229.0, 4228.0, 4228.0, 4228.0, 4226.0, 4227.0, 4227.0, 4227.0, 4227.0, 4227.0, 4227.0, 4239.0, 4227.0, 4229.0, 4228.0, 4238.0, 4229.0, 4229.0, 4240.0, 4240.0, 4230.0, 4251.0, 4241.0, 4252.0, 4241.0, 4243.0, 4243.0, 4243.0, 4253.0, 4254.0, 4255.0, 4266.0, 4255.0, 4254.0, 4265.0, 4254.0, 4254.0, 4242.0, 4242.0, 4253.0, 4242.0, 4263.0, 4241.0, 4240.0, 4240.0, 4230.0, 4239.0, 4238.0, 4253.0, 4253.0, 4252.0, 4242.0, 4240.0, 4241.0, 4241.0, 4252.0, 4252.0, 4242.0, 4263.0, 4253.0, 4242.0, 4241.0, 4240.0, 4241.0, 4241.0, 4251.0, 4241.0, 4252.0, 4241.0, 4252.0, 4240.0, 4230.0, 4238.0, 4229.0, 4239.0, 4238.0, 4240.0, 4241.0, 4252.0, 4241.0, 4250.0, 4240.0, 4250.0, 4240.0, 4240.0, 4239.0, 4229.0, 4239.0, 4240.0, 4251.0, 4241.0, 4251.0, 4239.0, 4249.0, 4230.0, 4250.0, 4231.0, 4242.0, 4250.0, 4239.0, 4240.0, 4228.0, 4228.0, 4218.0, 4239.0, 4229.0, 4240.0, 4230.0, 4238.0, 4230.0, 4239.0, 4239.0, 4250.0, 4230.0, 4228.0, 4227.0, 4237.0, 4226.0, 4238.0, 4226.0, 4217.0, 4227.0, 4227.0, 4225.0, 4225.0, 4236.0, 4225.0, 4225.0, 4226.0, 4226.0, 4228.0, 4239.0, 4227.0, 4229.0, 4228.0, 4228.0, 4228.0, 4227.0, 4240.0, 4241.0, 4251.0, 4242.0, 4252.0, 4243.0, 4266.0, 4267.0, 4263.0, 4253.0, 4252.0, 4253.0, 4252.0, 4243.0, 4255.0, 4244.0, 4254.0, 4243.0, 4241.0, 4241.0, 4239.0, 4239.0, 4239.0, 4239.0, 4239.0, 4229.0, 4240.0, 4229.0, 4240.0, 4240.0, 4229.0, 4240.0, 4240.0, 4241.0, 4242.0, 4242.0, 4254.0, 4242.0, 4243.0, 4242.0, 4242.0, 4252.0, 4242.0, 4264.0, 4243.0, 4253.0, 4242.0, 4241.0, 4241.0, 4241.0, 4241.0, 4241.0, 4241.0, 4242.0, 4252.0, 4243.0, 4242.0, 4241.0, 4252.0, 4241.0, 4240.0, 4238.0, 4229.0, 4241.0, 4241.0, 4251.0, 4241.0, 4240.0, 4238.0, 4239.0, 4239.0, 4240.0, 4240.0, 4241.0, 4241.0, 4242.0, 4241.0, 4240.0, 4250.0, 4240.0, 4240.0, 4229.0, 4229.0, 4230.0, 4241.0, 4241.0, 4241.0, 4240.0, 4240.0, 4250.0, 4239.0, 4239.0, 4229.0, 4240.0, 4239.0, 4251.0, 4239.0, 4241.0, 4229.0, 4239.0, 4228.0, 4229.0, 4239.0, 4239.0, 4251.0, 4241.0, 4263.0, 4241.0, 4252.0, 4241.0, 4241.0, 4240.0, 4240.0, 4241.0, 4240.0, 4251.0, 4230.0, 4249.0, 4228.0, 4229.0, 4238.0, 4228.0, 4228.0, 4229.0, 4227.0, 4229.0, 4240.0, 4241.0, 4230.0, 4240.0, 4240.0, 4239.0, 4240.0, 4240.0, 4251.0, 4240.0, 4241.0, 4241.0, 4241.0, 4240.0, 4240.0, 4240.0, 4239.0, 4229.0, 4239.0, 4251.0, 4241.0, 4252.0, 4241.0, 4230.0, 4240.0, 4240.0, 4229.0, 4241.0, 4251.0, 4241.0, 4252.0, 4241.0, 4241.0, 4240.0, 4242.0, 4241.0, 4241.0, 4242.0, 4242.0, 4252.0, 4242.0, 4241.0, 4241.0, 4250.0, 4240.0, 4241.0, 4240.0, 4252.0, 4241.0, 4252.0, 4241.0, 4241.0, 4241.0, 4241.0, 4240.0, 4241.0, 4251.0, 4241.0, 4252.0, 4242.0, 4241.0, 4240.0, 4240.0, 4239.0, 4230.0, 4240.0, 4241.0, 4240.0, 4240.0, 4230.0, 4239.0, 4250.0, 4240.0, 4251.0, 4240.0, 4251.0, 4240.0, 4241.0, 4240.0, 4230.0, 4239.0, 4239.0, 4241.0, 4242.0, 4242.0, 4242.0, 4242.0, 4241.0, 4252.0, 4241.0, 4241.0], 'WindowWidth': [9542.0, 9461.0, 9465.0, 9425.0, 9420.0, 9402.0, 9398.0, 9391.0, 9379.0, 9388.0, 9389.0, 9394.0, 9396.0, 9412.0, 9395.0, 9396.0, 9392.0, 9393.0, 9386.0, 9393.0, 9412.0, 9410.0, 9415.0, 9395.0, 9396.0, 9391.0, 9392.0, 9388.0, 9390.0, 9395.0, 9392.0, 9411.0, 9394.0, 9407.0, 9390.0, 9379.0, 9386.0, 9392.0, 9392.0, 9394.0, 9411.0, 9387.0, 9388.0, 9381.0, 9372.0, 9368.0, 9371.0, 9376.0, 9390.0, 9406.0, 9389.0, 9391.0, 9388.0, 9387.0, 9386.0, 9377.0, 9390.0, 9393.0, 9410.0, 9394.0, 9408.0, 9391.0, 9393.0, 9386.0, 9389.0, 9393.0, 9393.0, 9412.0, 9393.0, 9394.0, 9391.0, 9389.0, 9390.0, 9408.0, 9430.0, 9410.0, 9409.0, 9393.0, 9395.0, 9410.0, 9417.0, 9413.0, 9413.0, 9398.0, 9409.0, 9412.0, 9394.0, 9414.0, 9412.0, 9420.0, 9410.0, 9392.0, 9405.0, 9387.0, 9392.0, 9391.0, 9396.0, 9388.0, 9389.0, 9373.0, 9384.0, 9389.0, 9388.0, 9392.0, 9385.0, 9374.0, 9369.0, 9371.0, 9388.0, 9385.0, 9390.0, 9389.0, 9392.0, 9369.0, 9371.0, 9369.0, 9369.0, 9385.0, 9368.0, 9387.0, 9383.0, 9388.0, 9368.0, 9367.0, 9366.0, 9368.0, 9368.0, 9382.0, 9389.0, 9392.0, 9410.0, 9392.0, 9395.0, 9390.0, 9389.0, 9390.0, 9368.0, 9375.0, 9372.0, 9389.0, 9390.0, 9386.0, 9387.0, 9384.0, 9374.0, 9367.0, 9372.0, 9387.0, 9389.0, 9388.0, 9386.0, 9388.0, 9383.0, 9372.0, 9379.0, 9370.0, 9383.0, 9388.0, 9388.0, 9383.0, 9404.0, 9385.0, 9373.0, 9381.0, 9370.0, 9367.0, 9368.0, 9387.0, 9387.0, 9409.0, 9392.0, 9413.0, 9415.0, 9391.0, 9392.0, 9412.0, 9394.0, 9411.0, 9392.0, 9378.0, 9404.0, 9366.0, 9356.0, 9360.0, 9353.0, 9363.0, 9371.0, 9369.0, 9370.0, 9385.0, 9352.0, 9378.0, 9343.0, 9357.0, 9339.0, 9357.0, 9324.0, 9369.0, 9320.0, 9318.0, 9313.0, 9302.0, 9313.0, 9304.0, 9312.0, 9304.0, 9332.0, 9322.0, 9333.0, 9322.0, 9335.0, 9320.0, 9319.0, 9331.0, 9336.0, 9338.0, 9361.0, 9362.0, 9363.0, 9362.0, 9361.0, 9363.0, 9362.0, 9359.0, 9365.0, 9364.0, 9367.0, 9370.0, 9372.0, 9370.0, 9370.0, 9368.0, 9369.0, 9402.0, 9368.0, 9414.0, 9376.0, 9393.0, 9377.0, 9406.0, 9395.0, 9389.0, 9394.0, 9406.0, 9410.0, 9392.0, 9378.0, 9374.0, 9372.0, 9387.0, 9389.0, 9385.0, 9402.0, 9371.0, 9372.0, 9370.0, 9370.0, 9365.0, 9362.0, 9362.0, 9361.0, 9353.0, 9366.0, 9370.0, 9382.0, 9386.0, 9388.0, 9371.0, 9372.0, 9370.0, 9374.0, 9386.0, 9391.0, 9408.0, 9390.0, 9393.0, 9386.0, 9377.0, 9394.0, 9393.0, 9429.0, 9410.0, 9411.0, 9391.0, 9394.0, 9388.0, 9394.0, 9390.0, 9393.0, 9410.0, 9398.0, 9429.0, 9397.0, 9414.0, 9397.0, 9398.0, 9391.0, 9392.0, 9406.0, 9389.0, 9409.0, 9394.0, 9397.0, 9395.0, 9396.0, 9393.0, 9391.0, 9388.0, 9394.0, 9414.0, 9412.0, 9428.0, 9414.0, 9412.0, 9396.0, 9410.0, 9390.0, 9393.0, 9393.0, 9397.0, 9391.0, 9394.0, 9390.0, 9375.0, 9387.0, 9389.0, 9387.0, 9394.0, 9390.0, 9418.0, 9433.0, 9395.0, 9412.0, 9412.0, 9394.0, 9387.0, 9390.0, 9409.0, 9396.0, 9394.0, 9435.0, 9435.0, 9424.0, 9422.0, 9419.0, 9415.0, 9389.0, 9387.0, 9351.0, 9393.0, 9416.0, 9398.0, 9397.0, 9380.0, 9379.0, 9414.0, 9377.0, 9385.0, 9348.0, 9367.0, 9341.0, 9327.0, 9305.0, 9319.0, 9341.0, 9290.0, 9321.0, 9322.0, 9323.0, 9339.0, 9341.0, 9341.0, 9342.0, 9344.0, 9358.0, 9347.0, 9366.0, 9369.0, 9373.0, 9374.0, 9389.0, 9390.0, 9377.0, 9373.0, 9374.0, 9372.0, 9374.0, 9388.0, 9370.0, 9371.0, 9367.0, 9381.0, 9364.0, 9365.0, 9363.0, 9367.0, 9364.0, 9369.0, 9367.0, 9373.0, 9386.0, 9389.0, 9385.0, 9372.0, 9386.0, 9375.0, 9387.0, 9389.0, 9392.0, 9392.0, 9410.0, 9392.0, 9410.0, 9410.0, 9411.0, 9373.0, 9379.0, 9371.0, 9368.0, 9369.0, 9371.0, 9371.0, 9386.0, 9408.0, 9393.0, 9407.0, 9393.0, 9391.0, 9391.0, 9377.0, 9387.0, 9404.0, 9392.0, 9412.0, 9399.0, 9428.0, 9417.0, 9431.0, 9415.0, 9420.0, 9420.0, 9400.0, 9392.0, 9393.0, 9390.0, 9391.0, 9409.0, 9391.0, 9412.0, 9392.0, 9392.0, 9389.0, 9376.0, 9385.0, 9374.0, 9386.0, 9395.0, 9396.0, 9414.0, 9399.0, 9400.0, 9417.0, 9402.0, 9408.0, 9394.0, 9408.0, 9385.0, 9389.0, 9386.0, 9396.0, 9414.0, 9419.0, 9424.0, 9439.0, 9422.0, 9421.0, 9404.0, 9428.0, 9392.0, 9406.0, 9372.0, 9406.0, 9372.0, 9371.0, 9368.0, 9368.0, 9367.0, 9367.0, 9364.0, 9364.0, 9365.0, 9362.0, 9366.0, 9365.0, 9367.0, 9384.0, 9369.0, 9369.0, 9370.0, 9382.0, 9371.0, 9371.0, 9385.0, 9388.0, 9373.0, 9406.0, 9392.0, 9408.0, 9393.0, 9398.0, 9397.0, 9397.0, 9411.0, 9415.0, 9417.0, 9436.0, 9417.0, 9416.0, 9432.0, 9412.0, 9414.0, 9392.0, 9394.0, 9413.0, 9394.0, 9427.0, 9390.0, 9390.0, 9385.0, 9374.0, 9385.0, 9383.0, 9413.0, 9412.0, 9411.0, 9394.0, 9391.0, 9392.0, 9392.0, 9408.0, 9411.0, 9397.0, 9428.0, 9411.0, 9397.0, 9391.0, 9392.0, 9390.0, 9391.0, 9407.0, 9390.0, 9409.0, 9393.0, 9411.0, 9390.0, 9374.0, 9384.0, 9373.0, 9383.0, 9385.0, 9390.0, 9392.0, 9410.0, 9393.0, 9407.0, 9390.0, 9404.0, 9388.0, 9390.0, 9383.0, 9371.0, 9386.0, 9387.0, 9409.0, 9391.0, 9409.0, 9387.0, 9401.0, 9375.0, 9405.0, 9378.0, 9396.0, 9408.0, 9383.0, 9388.0, 9366.0, 9369.0, 9356.0, 9383.0, 9373.0, 9386.0, 9375.0, 9383.0, 9374.0, 9387.0, 9387.0, 9402.0, 9374.0, 9369.0, 9366.0, 9380.0, 9363.0, 9382.0, 9361.0, 9351.0, 9364.0, 9365.0, 9360.0, 9360.0, 9376.0, 9359.0, 9361.0, 9361.0, 9362.0, 9367.0, 9386.0, 9366.0, 9371.0, 9368.0, 9369.0, 9367.0, 9367.0, 9388.0, 9391.0, 9407.0, 9396.0, 9409.0, 9397.0, 9436.0, 9439.0, 9427.0, 9411.0, 9409.0, 9411.0, 9409.0, 9398.0, 9417.0, 9403.0, 9416.0, 9399.0, 9392.0, 9389.0, 9385.0, 9384.0, 9387.0, 9384.0, 9386.0, 9372.0, 9390.0, 9372.0, 9388.0, 9388.0, 9372.0, 9386.0, 9388.0, 9389.0, 9396.0, 9394.0, 9414.0, 9394.0, 9396.0, 9393.0, 9393.0, 9408.0, 9392.0, 9428.0, 9397.0, 9411.0, 9392.0, 9392.0, 9391.0, 9392.0, 9389.0, 9392.0, 9392.0, 9394.0, 9409.0, 9396.0, 9394.0, 9390.0, 9408.0, 9389.0, 9389.0, 9382.0, 9371.0, 9389.0, 9391.0, 9406.0, 9390.0, 9388.0, 9383.0, 9387.0, 9385.0, 9387.0, 9388.0, 9392.0, 9390.0, 9394.0, 9389.0, 9388.0, 9404.0, 9386.0, 9388.0, 9369.0, 9372.0, 9373.0, 9390.0, 9391.0, 9390.0, 9388.0, 9387.0, 9401.0, 9385.0, 9386.0, 9370.0, 9387.0, 9384.0, 9405.0, 9386.0, 9391.0, 9371.0, 9385.0, 9368.0, 9371.0, 9384.0, 9384.0, 9405.0, 9393.0, 9426.0, 9394.0, 9410.0, 9391.0, 9391.0, 9386.0, 9388.0, 9392.0, 9389.0, 9409.0, 9375.0, 9399.0, 9369.0, 9373.0, 9380.0, 9370.0, 9367.0, 9372.0, 9366.0, 9373.0, 9388.0, 9391.0, 9374.0, 9388.0, 9387.0, 9386.0, 9386.0, 9388.0, 9405.0, 9387.0, 9391.0, 9392.0, 9395.0, 9388.0, 9389.0, 9387.0, 9385.0, 9371.0, 9385.0, 9407.0, 9391.0, 9409.0, 9389.0, 9376.0, 9387.0, 9388.0, 9372.0, 9390.0, 9406.0, 9392.0, 9409.0, 9392.0, 9393.0, 9389.0, 9394.0, 9388.0, 9390.0, 9393.0, 9393.0, 9408.0, 9394.0, 9391.0, 9390.0, 9403.0, 9387.0, 9391.0, 9388.0, 9407.0, 9391.0, 9410.0, 9391.0, 9392.0, 9389.0, 9392.0, 9387.0, 9388.0, 9407.0, 9391.0, 9409.0, 9392.0, 9391.0, 9388.0, 9389.0, 9384.0, 9373.0, 9387.0, 9390.0, 9390.0, 9388.0, 9373.0, 9384.0, 9401.0, 9385.0, 9405.0, 9388.0, 9407.0, 9387.0, 9389.0, 9386.0, 9374.0, 9385.0, 9387.0, 9391.0, 9396.0, 9394.0, 9396.0, 9392.0, 9391.0, 9408.0, 9388.0, 9390.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.002326922155688623</td></tr>
<tr><td colspan=3>aqi</td><td>0.018117867065868265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.19553026954441</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.228489180551559</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0428596895083937</td></tr>
<tr><td colspan=3>efc</td><td>0.4642</td></tr>
<tr><td colspan=3>fber</td><td>6867.2598</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0866403395109096</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4730538922155687</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.394652692688679</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3447079440978063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.630187210018723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.209062923949508</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143845</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015110054053366184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02283175103366375</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.933145407697255</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.2525</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.266</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8922</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303143.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>796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.5009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4842</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.5272</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3450.3147</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0381</td></tr>
<tr><td colspan=3>tsnr</td><td>44.60689710639417</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>