<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-02/func/sub-0074_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>1165e5fc7a28715794f82e939a5c438c</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:05:14.617500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994328, -0.0833696, 0.0660436, 0.0787792, 0.99448, 0.0693042]</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.0971775</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7765, -7215, 631, -135, -238, -41, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>230.061</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a5dfcc8-9e3f-4b20-b608-4ddfb838de3d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6677088737487793, 0.21135880053043365, 0.19293372333049774, 99.10676574707031], [0.22367459535598755, 2.6681175231933594, 0.17201223969459534, -110.07281494140625], [0.17719019949436188, -0.18593811988830566, 2.687598943710327, -53.27225875854492], [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': ['200514.617500', '200515.077500', '200515.537500', '200515.997500', '200516.457500', '200516.917500', '200517.377500', '200517.837500', '200518.297500', '200518.757500', '200519.217500', '200519.677500', '200520.137500', '200520.597500', '200521.057500', '200521.517500', '200521.977500', '200522.437500', '200522.897500', '200523.357500', '200523.817500', '200524.277500', '200524.737500', '200525.197500', '200525.657500', '200526.117500', '200526.577500', '200527.037500', '200527.497500', '200527.957500', '200528.417500', '200528.877500', '200529.337500', '200529.797500', '200530.257500', '200530.717500', '200531.177500', '200531.637500', '200532.097500', '200532.557500', '200533.017500', '200533.477500', '200533.937500', '200534.397500', '200534.857500', '200535.317500', '200535.777500', '200536.237500', '200536.697500', '200537.157500', '200537.617500', '200538.077500', '200538.537500', '200538.997500', '200539.457500', '200539.917500', '200540.377500', '200540.837500', '200541.297500', '200541.757500', '200542.217500', '200542.677500', '200543.137500', '200543.597500', '200544.057500', '200544.517500', '200544.977500', '200545.437500', '200545.897500', '200546.357500', '200546.817500', '200547.277500', '200547.737500', '200548.197500', '200548.657500', '200549.117500', '200549.577500', '200550.037500', '200550.497500', '200550.957500', '200551.417500', '200551.877500', '200552.337500', '200552.797500', '200553.257500', '200553.717500', '200554.177500', '200554.637500', '200555.097500', '200555.557500', '200556.017500', '200556.477500', '200556.937500', '200557.397500', '200557.857500', '200558.317500', '200558.777500', '200559.237500', '200559.697500', '200600.157500', '200600.617500', '200601.077500', '200601.537500', '200601.997500', '200602.457500', '200602.917500', '200603.377500', '200603.837500', '200604.297500', '200604.757500', '200605.217500', '200605.677500', '200606.137500', '200606.597500', '200607.057500', '200607.517500', '200607.977500', '200608.437500', '200608.897500', '200609.357500', '200609.817500', '200610.277500', '200610.737500', '200611.197500', '200611.657500', '200612.117500', '200612.577500', '200613.037500', '200613.497500', '200613.957500', '200614.417500', '200614.877500', '200615.337500', '200615.797500', '200616.257500', '200616.717500', '200617.177500', '200617.637500', '200618.097500', '200618.557500', '200619.017500', '200619.477500', '200619.937500', '200620.397500', '200620.857500', '200621.317500', '200621.777500', '200622.237500', '200622.697500', '200623.157500', '200623.617500', '200624.077500', '200624.537500', '200624.997500', '200625.457500', '200625.917500', '200626.377500', '200626.837500', '200627.297500', '200627.757500', '200628.217500', '200628.677500', '200629.137500', '200629.597500', '200630.057500', '200630.517500', '200630.977500', '200631.437500', '200631.897500', '200632.357500', '200632.817500', '200633.277500', '200633.737500', '200634.197500', '200634.657500', '200635.117500', '200635.577500', '200636.037500', '200636.497500', '200636.957500', '200637.417500', '200637.877500', '200638.337500', '200638.797500', '200639.257500', '200639.717500', '200640.177500', '200640.637500', '200641.097500', '200641.557500', '200642.017500', '200642.477500', '200642.937500', '200643.397500', '200643.857500', '200644.317500', '200644.777500', '200645.237500', '200645.697500', '200646.157500', '200646.617500', '200647.077500', '200647.537500', '200647.997500', '200648.457500', '200648.917500', '200649.377500', '200649.837500', '200650.297500', '200650.757500', '200651.217500', '200651.677500', '200652.137500', '200652.597500', '200653.057500', '200653.517500', '200653.977500', '200654.437500', '200654.897500', '200655.357500', '200655.817500', '200656.277500', '200656.737500', '200657.197500', '200657.657500', '200658.117500', '200658.577500', '200659.037500', '200659.497500', '200659.957500', '200700.417500', '200700.877500', '200701.337500', '200701.797500', '200702.257500', '200702.717500', '200703.177500', '200703.637500', '200704.097500', '200704.557500', '200705.017500', '200705.477500', '200705.937500', '200706.397500', '200706.857500', '200707.317500', '200707.777500', '200708.237500', '200708.697500', '200709.157500', '200709.617500', '200710.077500', '200710.537500', '200710.997500', '200711.457500', '200711.917500', '200712.377500', '200712.837500', '200713.297500', '200713.757500', '200714.217500', '200714.677500', '200715.137500', '200715.597500', '200716.057500', '200716.517500', '200716.977500', '200717.437500', '200717.897500', '200718.357500', '200718.817500', '200719.277500', '200719.737500', '200720.197500', '200720.657500', '200721.117500', '200721.577500', '200722.037500', '200722.497500', '200722.957500', '200723.417500', '200723.877500', '200724.337500', '200724.797500', '200725.257500', '200725.717500', '200726.177500', '200726.637500', '200727.097500', '200727.557500', '200728.017500', '200728.477500', '200728.937500', '200729.397500', '200729.857500', '200730.317500', '200730.777500', '200731.237500', '200731.697500', '200732.157500', '200732.617500', '200733.077500', '200733.537500', '200733.997500', '200734.457500', '200734.917500', '200735.377500', '200735.837500', '200736.297500', '200736.757500', '200737.217500', '200737.677500', '200738.137500', '200738.597500', '200739.057500', '200739.517500', '200739.977500', '200740.437500', '200740.897500', '200741.357500', '200741.817500', '200742.277500', '200742.737500', '200743.197500', '200743.657500', '200744.117500', '200744.577500', '200745.037500', '200745.497500', '200745.957500', '200746.417500', '200746.877500', '200747.337500', '200747.797500', '200748.257500', '200748.717500', '200749.177500', '200749.637500', '200750.097500', '200750.557500', '200751.017500', '200751.477500', '200751.937500', '200752.397500', '200752.857500', '200753.317500', '200753.777500', '200754.237500', '200754.697500', '200755.157500', '200755.617500', '200756.077500', '200756.537500', '200756.997500', '200757.457500', '200757.917500', '200758.377500', '200758.837500', '200759.297500', '200759.757500', '200800.217500', '200800.677500', '200801.137500', '200801.597500', '200802.057500', '200802.517500', '200802.977500', '200803.437500', '200803.897500', '200804.357500', '200804.817500', '200805.277500', '200805.737500', '200806.197500', '200806.657500', '200807.117500', '200807.577500', '200808.037500', '200808.497500', '200808.957500', '200809.417500', '200809.877500', '200810.337500', '200810.797500', '200811.257500', '200811.717500', '200812.177500', '200812.637500', '200813.097500', '200813.557500', '200814.017500', '200814.477500', '200814.937500', '200815.397500', '200815.857500', '200816.317500', '200816.777500', '200817.237500', '200817.697500', '200818.157500', '200818.617500', '200819.077500', '200819.537500', '200819.997500', '200820.457500', '200820.917500', '200821.377500', '200821.837500', '200822.297500', '200822.757500', '200823.217500', '200823.677500', '200824.137500', '200824.597500', '200825.057500', '200825.517500', '200825.977500', '200826.437500', '200826.897500', '200827.357500', '200827.817500', '200828.277500', '200828.737500', '200829.197500', '200829.657500', '200830.117500', '200830.577500', '200831.037500', '200831.497500', '200831.957500', '200832.417500', '200832.877500', '200833.337500', '200833.797500', '200834.257500', '200834.717500', '200835.177500', '200835.637500', '200836.097500', '200836.557500', '200837.017500', '200837.477500', '200837.937500', '200838.397500', '200838.857500', '200839.317500', '200839.777500', '200840.237500', '200840.697500', '200841.157500', '200841.617500', '200842.077500', '200842.537500', '200842.997500', '200843.457500', '200843.917500', '200844.377500', '200844.837500', '200845.297500', '200845.757500', '200846.217500', '200846.677500', '200847.137500', '200847.597500', '200848.057500', '200848.517500', '200848.977500', '200849.437500', '200849.897500', '200850.357500', '200850.817500', '200851.277500', '200851.737500', '200852.197500', '200852.657500', '200853.117500', '200853.577500', '200854.037500', '200854.497500', '200854.957500', '200855.417500', '200855.877500', '200856.337500', '200856.797500', '200857.257500', '200857.717500', '200858.177500', '200858.637500', '200859.097500', '200859.557500', '200900.017500', '200900.477500', '200900.937500', '200901.397500', '200901.857500', '200902.317500', '200902.777500', '200903.237500', '200903.697500', '200904.157500', '200904.617500', '200905.077500', '200905.537500', '200905.997500', '200906.457500', '200906.917500', '200907.377500', '200907.837500', '200908.297500', '200908.757500', '200909.217500', '200909.677500', '200910.137500', '200910.597500', '200911.057500', '200911.517500', '200911.977500', '200912.437500', '200912.897500', '200913.357500', '200913.817500', '200914.277500', '200914.737500', '200915.197500', '200915.657500', '200916.117500', '200916.577500', '200917.037500', '200917.497500', '200917.957500', '200918.417500', '200918.877500', '200919.337500', '200919.797500', '200920.257500', '200920.717500', '200921.177500', '200921.637500', '200922.097500', '200922.557500', '200923.017500', '200923.477500', '200923.937500', '200924.397500', '200924.857500', '200925.317500', '200925.777500', '200926.237500', '200926.697500', '200927.157500', '200927.617500', '200928.077500', '200928.537500', '200928.997500', '200929.457500', '200929.917500', '200930.377500', '200930.837500', '200931.297500', '200931.757500', '200932.217500', '200932.677500', '200933.137500', '200933.597500', '200934.057500', '200934.517500', '200934.977500', '200935.437500', '200935.897500', '200936.357500', '200936.817500', '200937.277500', '200937.737500', '200938.197500', '200938.657500', '200939.117500', '200939.577500', '200940.037500', '200940.497500', '200940.957500', '200941.417500', '200941.877500', '200942.337500', '200942.797500', '200943.257500', '200943.717500', '200944.177500', '200944.637500', '200945.097500', '200945.557500', '200946.017500', '200946.477500', '200946.937500', '200947.397500', '200947.857500', '200948.317500', '200948.777500', '200949.237500', '200949.697500', '200950.157500', '200950.617500', '200951.077500', '200951.537500', '200951.997500', '200952.457500', '200952.917500', '200953.377500', '200953.837500', '200954.297500', '200954.757500', '200955.217500', '200955.677500', '200956.137500', '200956.597500', '200957.057500', '200957.517500', '200957.977500', '200958.437500', '200958.897500', '200959.357500', '200959.817500', '201000.277500', '201000.737500', '201001.197500', '201001.657500', '201002.117500', '201002.577500', '201003.037500', '201003.497500', '201003.957500', '201004.417500', '201004.877500', '201005.337500', '201005.797500', '201006.257500', '201006.717500', '201007.177500', '201007.637500', '201008.097500', '201008.557500', '201009.017500', '201009.477500', '201009.937500', '201010.397500', '201010.857500', '201011.317500', '201011.777500', '201012.237500', '201012.697500', '201013.157500', '201013.617500', '201014.077500', '201014.537500', '201014.997500', '201015.457500', '201015.917500', '201016.377500', '201016.837500', '201017.297500', '201017.757500', '201018.217500', '201018.677500', '201019.137500', '201019.597500', '201020.057500', '201020.517500', '201020.977500', '201021.437500', '201021.897500', '201022.357500', '201022.817500', '201023.277500', '201023.737500', '201024.197500', '201024.657500', '201025.117500', '201025.577500', '201026.037500', '201026.497500', '201026.957500', '201027.417500', '201027.877500', '201028.337500', '201028.797500', '201029.257500', '201029.717500', '201030.177500', '201030.637500', '201031.097500', '201031.557500', '201032.017500', '201032.477500', '201032.937500', '201033.397500', '201033.857500', '201034.317500', '201034.777500', '201035.237500', '201035.697500', '201036.157500', '201036.617500', '201037.077500', '201037.537500', '201037.997500', '201038.457500', '201038.917500', '201039.377500', '201039.837500', '201040.297500', '201040.757500', '201041.217500', '201041.677500', '201042.137500', '201042.597500', '201043.057500', '201043.517500', '201043.977500', '201044.437500', '201044.897500', '201045.357500', '201045.817500', '201046.277500', '201046.737500', '201047.197500', '201047.657500', '201048.117500', '201048.577500', '201049.037500', '201049.497500', '201049.957500', '201050.417500', '201050.877500', '201051.337500', '201051.797500', '201052.257500', '201052.717500', '201053.177500', '201053.637500', '201054.097500', '201054.557500', '201055.017500', '201055.477500', '201055.937500', '201056.397500', '201056.857500', '201057.317500', '201057.777500', '201058.237500', '201058.697500', '201059.157500', '201059.617500', '201100.077500', '201100.537500', '201100.997500', '201101.457500', '201101.917500', '201102.377500', '201102.837500', '201103.297500', '201103.757500', '201104.217500', '201104.677500', '201105.137500', '201105.597500', '201106.057500', '201106.517500', '201106.977500', '201107.437500', '201107.897500', '201108.357500', '201108.817500', '201109.277500', '201109.737500', '201110.197500', '201110.657500', '201111.117500', '201111.577500', '201112.037500', '201112.497500', '201112.957500', '201113.417500', '201113.877500', '201114.337500', '201114.797500', '201115.257500', '201115.717500', '201116.177500', '201116.637500', '201117.097500', '201117.557500', '201118.017500', '201118.477500', '201118.937500', '201119.397500', '201119.857500', '201120.317500', '201120.777500', '201121.237500', '201121.697500', '201122.157500', '201122.617500', '201123.077500', '201123.537500', '201123.997500', '201124.457500', '201124.917500', '201125.377500', '201125.837500', '201126.297500', '201126.757500', '201127.217500', '201127.677500', '201128.137500', '201128.597500', '201129.057500', '201129.517500', '201129.977500', '201130.437500', '201130.897500', '201131.357500', '201131.817500', '201132.277500', '201132.737500', '201133.197500', '201133.657500', '201134.117500', '201134.577500', '201135.037500', '201135.497500', '201135.957500', '201136.417500', '201136.877500', '201137.337500', '201137.797500', '201138.257500', '201138.717500', '201139.177500', '201139.637500', '201140.097500'], 'ContentTime': ['200536.503000', '200536.507000', '200536.509000', '200536.512000', '200536.515000', '200536.517000', '200536.520000', '200536.522000', '200536.525000', '200536.527000', '200536.530000', '200536.533000', '200536.535000', '200536.538000', '200536.541000', '200536.543000', '200536.546000', '200536.548000', '200536.551000', '200536.553000', '200536.556000', '200536.559000', '200536.561000', '200536.567000', '200536.570000', '200536.573000', '200536.575000', '200536.578000', '200536.581000', '200536.583000', '200536.586000', '200536.589000', '200536.591000', '200536.594000', '200536.596000', '200536.599000', '200536.601000', '200536.604000', '200536.607000', '200536.609000', '200536.612000', '200536.614000', '200536.617000', '200536.619000', '200556.478000', '200556.480000', '200556.483000', '200556.486000', '200556.488000', '200556.491000', '200556.493000', '200556.496000', '200556.499000', '200556.501000', '200556.504000', '200556.506000', '200556.509000', '200556.512000', '200556.514000', '200556.517000', '200556.519000', '200556.522000', '200556.524000', '200556.527000', '200556.530000', '200556.532000', '200556.535000', '200556.537000', '200556.540000', '200556.543000', '200556.545000', '200556.548000', '200556.550000', '200556.553000', '200556.555000', '200556.558000', '200556.561000', '200556.563000', '200556.566000', '200556.569000', '200556.571000', '200556.574000', '200556.576000', '200556.579000', '200556.581000', '200556.584000', '200556.586000', '200556.589000', '200616.478000', '200616.480000', '200616.483000', '200616.485000', '200616.488000', '200616.491000', '200616.493000', '200616.496000', '200616.498000', '200616.501000', '200616.504000', '200616.506000', '200616.509000', '200616.511000', '200616.514000', '200616.516000', '200616.519000', '200616.522000', '200616.524000', '200616.527000', '200616.529000', '200616.532000', '200616.534000', '200616.537000', '200616.540000', '200616.542000', '200616.545000', '200616.547000', '200616.550000', '200616.553000', '200616.555000', '200616.558000', '200616.560000', '200616.563000', '200616.566000', '200616.576000', '200616.578000', '200616.581000', '200616.594000', '200616.597000', '200616.599000', '200616.602000', '200616.604000', '200636.476000', '200636.479000', '200636.482000', '200636.484000', '200636.487000', '200636.490000', '200636.492000', '200636.495000', '200636.497000', '200636.500000', '200636.502000', '200636.505000', '200636.508000', '200636.510000', '200636.513000', '200636.515000', '200636.518000', '200636.520000', '200636.532000', '200636.535000', '200636.537000', '200636.540000', '200636.542000', '200636.545000', '200636.548000', '200636.550000', '200636.553000', '200636.555000', '200636.558000', '200636.560000', '200636.563000', '200636.566000', '200636.568000', '200636.571000', '200636.574000', '200636.576000', '200636.579000', '200636.581000', '200636.584000', '200636.587000', '200636.589000', '200636.592000', '200636.594000', '200636.597000', '200656.477000', '200656.480000', '200656.483000', '200656.485000', '200656.488000', '200656.491000', '200656.493000', '200656.496000', '200656.498000', '200656.501000', '200656.504000', '200656.506000', '200656.509000', '200656.511000', '200656.514000', '200656.516000', '200656.519000', '200656.522000', '200656.524000', '200656.527000', '200656.529000', '200656.532000', '200656.535000', '200656.537000', '200656.540000', '200656.542000', '200656.545000', '200656.548000', '200656.550000', '200656.558000', '200656.561000', '200656.563000', '200656.566000', '200656.569000', '200656.571000', '200656.574000', '200656.576000', '200656.579000', '200656.581000', '200656.584000', '200656.587000', '200656.589000', '200656.592000', '200716.477000', '200716.480000', '200716.483000', '200716.485000', '200716.488000', '200716.491000', '200716.493000', '200716.496000', '200716.498000', '200716.502000', '200716.505000', '200716.508000', '200716.510000', '200716.513000', '200716.515000', '200716.518000', '200716.520000', '200716.523000', '200716.526000', '200716.528000', '200716.531000', '200716.533000', '200716.536000', '200716.539000', '200716.541000', '200716.544000', '200716.546000', '200716.549000', '200716.552000', '200716.554000', '200716.557000', '200716.559000', '200716.562000', '200716.565000', '200716.567000', '200716.570000', '200716.573000', '200716.575000', '200716.578000', '200716.580000', '200716.583000', '200716.586000', '200716.588000', '200716.591000', '200736.477000', '200736.480000', '200736.483000', '200736.485000', '200736.488000', '200736.491000', '200736.493000', '200736.496000', '200736.498000', '200736.501000', '200736.504000', '200736.506000', '200736.509000', '200736.511000', '200736.514000', '200736.517000', '200736.519000', '200736.522000', '200736.524000', '200736.527000', '200736.530000', '200736.532000', '200736.535000', '200736.537000', '200736.540000', '200736.543000', '200736.545000', '200736.548000', '200736.550000', '200736.553000', '200736.556000', '200736.558000', '200736.561000', '200736.564000', '200736.566000', '200736.569000', '200736.572000', '200736.574000', '200736.577000', '200736.579000', '200736.582000', '200736.585000', '200736.587000', '200756.477000', '200756.480000', '200756.483000', '200756.485000', '200756.488000', '200756.491000', '200756.493000', '200756.496000', '200756.499000', '200756.501000', '200756.504000', '200756.506000', '200756.509000', '200756.512000', '200756.514000', '200756.517000', '200756.519000', '200756.522000', '200756.524000', '200756.527000', '200756.541000', '200756.543000', '200756.546000', '200756.548000', '200756.551000', '200756.553000', '200756.556000', '200756.559000', '200756.561000', '200756.564000', '200756.567000', '200756.569000', '200756.572000', '200756.574000', '200756.577000', '200756.579000', '200756.582000', '200756.585000', '200756.587000', '200756.590000', '200756.593000', '200756.595000', '200756.598000', '200816.477000', '200816.480000', '200816.483000', '200816.485000', '200816.488000', '200816.491000', '200816.493000', '200816.496000', '200816.498000', '200816.501000', '200816.504000', '200816.506000', '200816.509000', '200816.511000', '200816.514000', '200816.516000', '200816.519000', '200816.522000', '200816.524000', '200816.527000', '200816.530000', '200816.532000', '200816.535000', '200816.537000', '200816.540000', '200816.543000', '200816.545000', '200816.548000', '200816.551000', '200816.553000', '200816.556000', '200816.558000', '200816.561000', '200816.564000', '200816.566000', '200816.569000', '200816.571000', '200816.574000', '200816.577000', '200816.579000', '200816.582000', '200816.584000', '200816.587000', '200816.590000', '200836.477000', '200836.480000', '200836.483000', '200836.486000', '200836.488000', '200836.491000', '200836.493000', '200836.496000', '200836.499000', '200836.501000', '200836.504000', '200836.506000', '200836.509000', '200836.511000', '200836.514000', '200836.517000', '200836.520000', '200836.522000', '200836.525000', '200836.528000', '200836.530000', '200836.533000', '200836.535000', '200836.538000', '200836.542000', '200836.545000', '200836.548000', '200836.550000', '200836.553000', '200836.555000', '200836.558000', '200836.561000', '200836.563000', '200836.566000', '200836.568000', '200836.571000', '200836.574000', '200836.576000', '200836.579000', '200836.581000', '200836.584000', '200836.587000', '200836.589000', '200856.477000', '200856.480000', '200856.482000', '200856.485000', '200856.487000', '200856.490000', '200856.493000', '200856.496000', '200856.499000', '200856.502000', '200856.504000', '200856.507000', '200856.509000', '200856.512000', '200856.515000', '200856.517000', '200856.520000', '200856.522000', '200856.525000', '200856.528000', '200856.530000', '200856.533000', '200856.535000', '200856.538000', '200856.541000', '200856.543000', '200856.546000', '200856.548000', '200856.551000', '200856.554000', '200856.556000', '200856.559000', '200856.561000', '200856.564000', '200856.567000', '200856.569000', '200856.572000', '200856.574000', '200856.577000', '200856.580000', '200856.582000', '200856.585000', '200856.587000', '200856.590000', '200916.477000', '200916.480000', '200916.483000', '200916.486000', '200916.488000', '200916.491000', '200916.493000', '200916.496000', '200916.499000', '200916.501000', '200916.504000', '200916.506000', '200916.509000', '200916.512000', '200916.514000', '200916.517000', '200916.519000', '200916.522000', '200916.525000', '200916.527000', '200916.530000', '200916.532000', '200916.535000', '200916.537000', '200916.540000', '200916.543000', '200916.545000', '200916.548000', '200916.550000', '200916.553000', '200916.556000', '200916.558000', '200916.561000', '200916.564000', '200916.566000', '200916.569000', '200916.571000', '200916.574000', '200916.576000', '200916.579000', '200916.582000', '200916.584000', '200916.587000', '200936.477000', '200936.480000', '200936.492000', '200936.495000', '200936.498000', '200936.500000', '200936.503000', '200936.505000', '200936.508000', '200936.511000', '200936.513000', '200936.516000', '200936.518000', '200936.521000', '200936.524000', '200936.526000', '200936.529000', '200936.531000', '200936.534000', '200936.537000', '200936.539000', '200936.542000', '200936.544000', '200936.547000', '200936.550000', '200936.552000', '200936.555000', '200936.557000', '200936.560000', '200936.562000', '200936.565000', '200936.568000', '200936.570000', '200936.573000', '200936.576000', '200936.578000', '200936.581000', '200936.583000', '200936.586000', '200936.589000', '200936.591000', '200936.594000', '200936.597000', '200936.599000', '200956.478000', '200956.480000', '200956.483000', '200956.486000', '200956.488000', '200956.491000', '200956.493000', '200956.496000', '200956.499000', '200956.501000', '200956.504000', '200956.506000', '200956.509000', '200956.511000', '200956.514000', '200956.518000', '200956.520000', '200956.523000', '200956.525000', '200956.528000', '200956.531000', '200956.533000', '200956.536000', '200956.539000', '200956.541000', '200956.544000', '200956.547000', '200956.549000', '200956.552000', '200956.554000', '200956.557000', '200956.560000', '200956.562000', '200956.565000', '200956.567000', '200956.570000', '200956.572000', '200956.575000', '200956.578000', '200956.581000', '200956.584000', '200956.587000', '200956.589000', '201016.477000', '201016.480000', '201016.483000', '201016.486000', '201016.488000', '201016.491000', '201016.493000', '201016.496000', '201016.498000', '201016.501000', '201016.504000', '201016.506000', '201016.509000', '201016.512000', '201016.514000', '201016.517000', '201016.520000', '201016.522000', '201016.525000', '201016.527000', '201016.530000', '201016.533000', '201016.535000', '201016.538000', '201016.540000', '201016.543000', '201016.546000', '201016.548000', '201016.551000', '201016.553000', '201016.556000', '201016.559000', '201016.561000', '201016.564000', '201016.566000', '201016.569000', '201016.572000', '201016.574000', '201016.577000', '201016.580000', '201016.582000', '201016.585000', '201016.588000', '201016.590000', '201036.477000', '201036.480000', '201036.483000', '201036.485000', '201036.488000', '201036.491000', '201036.493000', '201036.496000', '201036.498000', '201036.501000', '201036.504000', '201036.506000', '201036.509000', '201036.511000', '201036.514000', '201036.517000', '201036.519000', '201036.522000', '201036.524000', '201036.527000', '201036.529000', '201036.532000', '201036.535000', '201036.537000', '201036.540000', '201036.542000', '201036.546000', '201036.549000', '201036.551000', '201036.554000', '201036.557000', '201036.559000', '201036.562000', '201036.564000', '201036.567000', '201036.570000', '201036.572000', '201036.575000', '201036.577000', '201036.580000', '201036.583000', '201036.585000', '201036.588000', '201056.477000', '201056.480000', '201056.482000', '201056.485000', '201056.489000', '201056.492000', '201056.495000', '201056.497000', '201056.500000', '201056.502000', '201056.505000', '201056.508000', '201056.510000', '201056.513000', '201056.515000', '201056.518000', '201056.521000', '201056.523000', '201056.526000', '201056.529000', '201056.531000', '201056.534000', '201056.536000', '201056.539000', '201056.541000', '201056.544000', '201056.547000', '201056.559000', '201056.561000', '201056.564000', '201056.566000', '201056.569000', '201056.572000', '201056.574000', '201056.577000', '201056.579000', '201056.582000', '201056.585000', '201056.587000', '201056.590000', '201056.592000', '201056.595000', '201056.598000', '201056.600000', '201116.477000', '201116.480000', '201116.483000', '201116.485000', '201116.488000', '201116.491000', '201116.493000', '201116.496000', '201116.498000', '201116.501000', '201116.503000', '201116.506000', '201116.509000', '201116.511000', '201116.514000', '201116.516000', '201116.519000', '201116.521000', '201116.524000', '201116.527000', '201116.529000', '201116.532000', '201116.534000', '201116.537000', '201116.540000', '201116.542000', '201116.545000', '201116.547000', '201116.550000', '201116.553000', '201116.555000', '201116.558000', '201116.560000', '201116.563000', '201116.565000', '201116.568000', '201116.571000', '201116.573000', '201116.576000', '201116.579000', '201116.582000', '201116.584000', '201116.587000', '201136.478000', '201136.480000', '201136.483000', '201136.486000', '201136.488000', '201136.491000', '201136.493000', '201136.496000', '201136.499000', '201136.501000', '201136.504000', '201136.507000', '201136.509000', '201136.512000', '201136.514000', '201136.517000', '201136.520000', '201136.522000', '201136.525000', '201136.527000', '201136.530000', '201136.532000', '201136.535000', '201136.538000', '201136.540000', '201136.543000', '201136.546000', '201136.548000', '201136.551000', '201136.553000', '201136.556000', '201136.559000', '201136.561000', '201136.564000', '201136.566000', '201136.569000', '201136.572000', '201136.574000', '201136.577000', '201136.579000', '201136.582000', '201136.585000', '201136.587000', '201136.590000', '201141.858000', '201141.861000', '201141.863000', '201141.866000', '201141.869000', '201141.871000', '201141.874000', '201141.877000', '201141.879000', '201141.882000', '201141.885000', '201141.888000'], 'InstanceCreationTime': ['200536.503000', '200536.507000', '200536.509000', '200536.512000', '200536.515000', '200536.517000', '200536.520000', '200536.522000', '200536.525000', '200536.527000', '200536.530000', '200536.533000', '200536.535000', '200536.538000', '200536.541000', '200536.543000', '200536.546000', '200536.548000', '200536.551000', '200536.553000', '200536.556000', '200536.559000', '200536.561000', '200536.567000', '200536.570000', '200536.573000', '200536.575000', '200536.578000', '200536.581000', '200536.583000', '200536.586000', '200536.589000', '200536.591000', '200536.594000', '200536.596000', '200536.599000', '200536.601000', '200536.604000', '200536.607000', '200536.609000', '200536.612000', '200536.614000', '200536.617000', '200536.619000', '200556.478000', '200556.480000', '200556.483000', '200556.486000', '200556.488000', '200556.491000', '200556.493000', '200556.496000', '200556.499000', '200556.501000', '200556.504000', '200556.506000', '200556.509000', '200556.512000', '200556.514000', '200556.517000', '200556.519000', '200556.522000', '200556.524000', '200556.527000', '200556.530000', '200556.532000', '200556.535000', '200556.537000', '200556.540000', '200556.543000', '200556.545000', '200556.548000', '200556.550000', '200556.553000', '200556.555000', '200556.558000', '200556.561000', '200556.563000', '200556.566000', '200556.569000', '200556.571000', '200556.574000', '200556.576000', '200556.579000', '200556.581000', '200556.584000', '200556.586000', '200556.589000', '200616.478000', '200616.480000', '200616.483000', '200616.485000', '200616.488000', '200616.491000', '200616.493000', '200616.496000', '200616.498000', '200616.501000', '200616.504000', '200616.506000', '200616.509000', '200616.511000', '200616.514000', '200616.516000', '200616.519000', '200616.522000', '200616.524000', '200616.527000', '200616.529000', '200616.532000', '200616.534000', '200616.537000', '200616.540000', '200616.542000', '200616.545000', '200616.547000', '200616.550000', '200616.553000', '200616.555000', '200616.558000', '200616.560000', '200616.563000', '200616.566000', '200616.576000', '200616.578000', '200616.581000', '200616.594000', '200616.597000', '200616.599000', '200616.602000', '200616.604000', '200636.476000', '200636.479000', '200636.482000', '200636.484000', '200636.487000', '200636.490000', '200636.492000', '200636.495000', '200636.497000', '200636.500000', '200636.502000', '200636.505000', '200636.508000', '200636.510000', '200636.513000', '200636.515000', '200636.518000', '200636.520000', '200636.532000', '200636.535000', '200636.537000', '200636.540000', '200636.542000', '200636.545000', '200636.548000', '200636.550000', '200636.553000', '200636.555000', '200636.558000', '200636.560000', '200636.563000', '200636.566000', '200636.568000', '200636.571000', '200636.574000', '200636.576000', '200636.579000', '200636.581000', '200636.584000', '200636.587000', '200636.589000', '200636.592000', '200636.594000', '200636.597000', '200656.477000', '200656.480000', '200656.483000', '200656.485000', '200656.488000', '200656.491000', '200656.493000', '200656.496000', '200656.498000', '200656.501000', '200656.504000', '200656.506000', '200656.509000', '200656.511000', '200656.514000', '200656.516000', '200656.519000', '200656.522000', '200656.524000', '200656.527000', '200656.529000', '200656.532000', '200656.535000', '200656.537000', '200656.540000', '200656.542000', '200656.545000', '200656.548000', '200656.550000', '200656.558000', '200656.561000', '200656.563000', '200656.566000', '200656.569000', '200656.571000', '200656.574000', '200656.576000', '200656.579000', '200656.581000', '200656.584000', '200656.587000', '200656.589000', '200656.592000', '200716.477000', '200716.480000', '200716.483000', '200716.485000', '200716.488000', '200716.491000', '200716.493000', '200716.496000', '200716.498000', '200716.502000', '200716.505000', '200716.508000', '200716.510000', '200716.513000', '200716.515000', '200716.518000', '200716.520000', '200716.523000', '200716.526000', '200716.528000', '200716.531000', '200716.533000', '200716.536000', '200716.539000', '200716.541000', '200716.544000', '200716.546000', '200716.549000', '200716.552000', '200716.554000', '200716.557000', '200716.559000', '200716.562000', '200716.565000', '200716.567000', '200716.570000', '200716.573000', '200716.575000', '200716.578000', '200716.580000', '200716.583000', '200716.586000', '200716.588000', '200716.591000', '200736.477000', '200736.480000', '200736.483000', '200736.485000', '200736.488000', '200736.491000', '200736.493000', '200736.496000', '200736.498000', '200736.501000', '200736.504000', '200736.506000', '200736.509000', '200736.511000', '200736.514000', '200736.517000', '200736.519000', '200736.522000', '200736.524000', '200736.527000', '200736.530000', '200736.532000', '200736.535000', '200736.537000', '200736.540000', '200736.543000', '200736.545000', '200736.548000', '200736.550000', '200736.553000', '200736.556000', '200736.558000', '200736.561000', '200736.564000', '200736.566000', '200736.569000', '200736.572000', '200736.574000', '200736.577000', '200736.579000', '200736.582000', '200736.585000', '200736.587000', '200756.477000', '200756.480000', '200756.483000', '200756.485000', '200756.488000', '200756.491000', '200756.493000', '200756.496000', '200756.499000', '200756.501000', '200756.504000', '200756.506000', '200756.509000', '200756.512000', '200756.514000', '200756.517000', '200756.519000', '200756.522000', '200756.524000', '200756.527000', '200756.541000', '200756.543000', '200756.546000', '200756.548000', '200756.551000', '200756.553000', '200756.556000', '200756.559000', '200756.561000', '200756.564000', '200756.567000', '200756.569000', '200756.572000', '200756.574000', '200756.577000', '200756.579000', '200756.582000', '200756.585000', '200756.587000', '200756.590000', '200756.593000', '200756.595000', '200756.598000', '200816.477000', '200816.480000', '200816.483000', '200816.485000', '200816.488000', '200816.491000', '200816.493000', '200816.496000', '200816.498000', '200816.501000', '200816.504000', '200816.506000', '200816.509000', '200816.511000', '200816.514000', '200816.516000', '200816.519000', '200816.522000', '200816.524000', '200816.527000', '200816.530000', '200816.532000', '200816.535000', '200816.537000', '200816.540000', '200816.543000', '200816.545000', '200816.548000', '200816.551000', '200816.553000', '200816.556000', '200816.558000', '200816.561000', '200816.564000', '200816.566000', '200816.569000', '200816.571000', '200816.574000', '200816.577000', '200816.579000', '200816.582000', '200816.584000', '200816.587000', '200816.590000', '200836.477000', '200836.480000', '200836.483000', '200836.486000', '200836.488000', '200836.491000', '200836.493000', '200836.496000', '200836.499000', '200836.501000', '200836.504000', '200836.506000', '200836.509000', '200836.511000', '200836.514000', '200836.517000', '200836.520000', '200836.522000', '200836.525000', '200836.528000', '200836.530000', '200836.533000', '200836.535000', '200836.538000', '200836.542000', '200836.545000', '200836.548000', '200836.550000', '200836.553000', '200836.555000', '200836.558000', '200836.561000', '200836.563000', '200836.566000', '200836.568000', '200836.571000', '200836.574000', '200836.576000', '200836.579000', '200836.581000', '200836.584000', '200836.587000', '200836.589000', '200856.477000', '200856.480000', '200856.482000', '200856.485000', '200856.487000', '200856.490000', '200856.493000', '200856.496000', '200856.499000', '200856.502000', '200856.504000', '200856.507000', '200856.509000', '200856.512000', '200856.515000', '200856.517000', '200856.520000', '200856.522000', '200856.525000', '200856.528000', '200856.530000', '200856.533000', '200856.535000', '200856.538000', '200856.541000', '200856.543000', '200856.546000', '200856.548000', '200856.551000', '200856.554000', '200856.556000', '200856.559000', '200856.561000', '200856.564000', '200856.567000', '200856.569000', '200856.572000', '200856.574000', '200856.577000', '200856.580000', '200856.582000', '200856.585000', '200856.587000', '200856.590000', '200916.477000', '200916.480000', '200916.483000', '200916.486000', '200916.488000', '200916.491000', '200916.493000', '200916.496000', '200916.499000', '200916.501000', '200916.504000', '200916.506000', '200916.509000', '200916.512000', '200916.514000', '200916.517000', '200916.519000', '200916.522000', '200916.525000', '200916.527000', '200916.530000', '200916.532000', '200916.535000', '200916.537000', '200916.540000', '200916.543000', '200916.545000', '200916.548000', '200916.550000', '200916.553000', '200916.556000', '200916.558000', '200916.561000', '200916.564000', '200916.566000', '200916.569000', '200916.571000', '200916.574000', '200916.576000', '200916.579000', '200916.582000', '200916.584000', '200916.587000', '200936.477000', '200936.480000', '200936.492000', '200936.495000', '200936.498000', '200936.500000', '200936.503000', '200936.505000', '200936.508000', '200936.511000', '200936.513000', '200936.516000', '200936.518000', '200936.521000', '200936.524000', '200936.526000', '200936.529000', '200936.531000', '200936.534000', '200936.537000', '200936.539000', '200936.542000', '200936.544000', '200936.547000', '200936.550000', '200936.552000', '200936.555000', '200936.557000', '200936.560000', '200936.562000', '200936.565000', '200936.568000', '200936.570000', '200936.573000', '200936.576000', '200936.578000', '200936.581000', '200936.583000', '200936.586000', '200936.589000', '200936.591000', '200936.594000', '200936.597000', '200936.599000', '200956.478000', '200956.480000', '200956.483000', '200956.486000', '200956.488000', '200956.491000', '200956.493000', '200956.496000', '200956.499000', '200956.501000', '200956.504000', '200956.506000', '200956.509000', '200956.511000', '200956.514000', '200956.518000', '200956.520000', '200956.523000', '200956.525000', '200956.528000', '200956.531000', '200956.533000', '200956.536000', '200956.539000', '200956.541000', '200956.544000', '200956.547000', '200956.549000', '200956.552000', '200956.554000', '200956.557000', '200956.560000', '200956.562000', '200956.565000', '200956.567000', '200956.570000', '200956.572000', '200956.575000', '200956.578000', '200956.581000', '200956.584000', '200956.587000', '200956.589000', '201016.477000', '201016.480000', '201016.483000', '201016.486000', '201016.488000', '201016.491000', '201016.493000', '201016.496000', '201016.498000', '201016.501000', '201016.504000', '201016.506000', '201016.509000', '201016.512000', '201016.514000', '201016.517000', '201016.520000', '201016.522000', '201016.525000', '201016.527000', '201016.530000', '201016.533000', '201016.535000', '201016.538000', '201016.540000', '201016.543000', '201016.546000', '201016.548000', '201016.551000', '201016.553000', '201016.556000', '201016.559000', '201016.561000', '201016.564000', '201016.566000', '201016.569000', '201016.572000', '201016.574000', '201016.577000', '201016.580000', '201016.582000', '201016.585000', '201016.588000', '201016.590000', '201036.477000', '201036.480000', '201036.483000', '201036.485000', '201036.488000', '201036.491000', '201036.493000', '201036.496000', '201036.498000', '201036.501000', '201036.504000', '201036.506000', '201036.509000', '201036.511000', '201036.514000', '201036.517000', '201036.519000', '201036.522000', '201036.524000', '201036.527000', '201036.529000', '201036.532000', '201036.535000', '201036.537000', '201036.540000', '201036.542000', '201036.546000', '201036.549000', '201036.551000', '201036.554000', '201036.557000', '201036.559000', '201036.562000', '201036.564000', '201036.567000', '201036.570000', '201036.572000', '201036.575000', '201036.577000', '201036.580000', '201036.583000', '201036.585000', '201036.588000', '201056.477000', '201056.480000', '201056.482000', '201056.485000', '201056.489000', '201056.492000', '201056.495000', '201056.497000', '201056.500000', '201056.502000', '201056.505000', '201056.508000', '201056.510000', '201056.513000', '201056.515000', '201056.518000', '201056.521000', '201056.523000', '201056.526000', '201056.529000', '201056.531000', '201056.534000', '201056.536000', '201056.539000', '201056.541000', '201056.544000', '201056.547000', '201056.559000', '201056.561000', '201056.564000', '201056.566000', '201056.569000', '201056.572000', '201056.574000', '201056.577000', '201056.579000', '201056.582000', '201056.585000', '201056.587000', '201056.590000', '201056.592000', '201056.595000', '201056.598000', '201056.600000', '201116.477000', '201116.480000', '201116.483000', '201116.485000', '201116.488000', '201116.491000', '201116.493000', '201116.496000', '201116.498000', '201116.501000', '201116.503000', '201116.506000', '201116.509000', '201116.511000', '201116.514000', '201116.516000', '201116.519000', '201116.521000', '201116.524000', '201116.527000', '201116.529000', '201116.532000', '201116.534000', '201116.537000', '201116.540000', '201116.542000', '201116.545000', '201116.547000', '201116.550000', '201116.553000', '201116.555000', '201116.558000', '201116.560000', '201116.563000', '201116.565000', '201116.568000', '201116.571000', '201116.573000', '201116.576000', '201116.579000', '201116.582000', '201116.584000', '201116.587000', '201136.478000', '201136.480000', '201136.483000', '201136.486000', '201136.488000', '201136.491000', '201136.493000', '201136.496000', '201136.499000', '201136.501000', '201136.504000', '201136.507000', '201136.509000', '201136.512000', '201136.514000', '201136.517000', '201136.520000', '201136.522000', '201136.525000', '201136.527000', '201136.530000', '201136.532000', '201136.535000', '201136.538000', '201136.540000', '201136.543000', '201136.546000', '201136.548000', '201136.551000', '201136.553000', '201136.556000', '201136.559000', '201136.561000', '201136.564000', '201136.566000', '201136.569000', '201136.572000', '201136.574000', '201136.577000', '201136.579000', '201136.582000', '201136.585000', '201136.587000', '201136.590000', '201141.858000', '201141.861000', '201141.863000', '201141.866000', '201141.869000', '201141.871000', '201141.874000', '201141.877000', '201141.879000', '201141.882000', '201141.885000', '201141.888000'], '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': [11684, 8249, 9698, 7963, 8377, 7757, 7819, 10790, 7928, 13269, 7835, 10956, 7832, 10227, 8078, 8509, 7801, 7786, 8153, 7756, 12065, 7723, 10150, 7751, 10470, 8071, 8321, 8153, 7771, 11176, 7634, 11493, 7968, 10480, 8112, 8172, 7662, 7609, 9567, 7713, 12009, 7799, 9880, 7804, 9914, 8070, 8430, 7966, 7630, 9124, 7608, 13347, 7687, 11360, 8025, 9458, 8043, 8577, 7995, 7798, 12406, 8361, 12588, 7875, 10532, 7978, 9764, 8061, 7816, 7852, 7858, 10790, 7708, 10433, 7689, 9224, 7852, 10080, 7946, 9082, 7854, 7750, 8077, 7871, 12851, 7722, 11170, 7766, 10464, 7711, 10320, 8125, 8147, 7698, 7981, 7901, 7800, 8058, 7808, 13109, 7962, 14648, 7913, 12249, 7911, 11624, 9130, 11705, 7882, 10017, 7672, 9428, 7758, 8680, 7632, 7827, 10877, 7631, 11647, 7699, 9909, 7724, 10087, 7524, 8059, 10401, 7587, 11524, 7725, 10069, 7941, 9983, 8097, 8163, 7689, 7853, 10204, 7586, 11878, 7736, 9785, 7943, 10633, 7632, 10243, 7936, 8904, 7915, 8002, 7763, 7756, 10637, 7920, 12697, 7887, 11295, 7741, 11311, 7938, 9887, 7892, 9058, 7632, 7622, 9742, 7592, 14555, 7604, 11125, 8042, 11122, 7908, 9473, 7679, 7875, 7971, 7618, 9785, 7788, 11015, 7799, 9961, 7993, 10004, 7933, 9610, 7940, 8640, 8086, 7754, 9624, 7819, 13389, 7846, 11850, 8070, 9656, 7900, 8008, 8171, 7649, 10736, 7708, 11630, 7780, 11164, 8083, 10163, 7956, 9788, 7805, 10260, 7945, 8918, 7907, 8893, 7777, 7826, 8277, 7729, 11897, 7680, 12125, 7693, 11122, 7902, 10657, 8010, 11294, 7702, 7902, 9717, 7770, 12075, 7865, 10321, 8003, 9261, 7863, 7949, 8256, 7933, 10498, 7867, 10152, 7802, 10329, 8030, 9903, 8123, 8294, 8042, 7709, 8496, 7882, 11702, 7821, 11953, 7716, 11001, 8073, 10390, 8209, 9457, 7954, 8024, 8125, 7991, 8163, 8000, 8342, 7749, 11265, 7650, 13332, 7716, 11323, 7701, 11242, 7770, 10921, 8064, 9317, 8039, 10040, 8127, 10119, 8213, 9578, 7791, 10163, 7934, 10185, 8157, 10545, 8170, 7931, 8719, 7935, 16189, 8647, 12213, 8137, 10934, 8236, 8030, 8175, 7589, 8180, 7714, 12046, 8142, 10448, 8041, 9632, 8282, 8604, 8069, 8255, 8645, 8118, 11110, 7889, 10793, 8233, 10167, 8610, 8166, 7325, 8028, 12804, 7629, 13077, 8503, 11835, 7839, 10790, 7728, 9893, 8063, 9576, 7695, 7901, 7162, 7715, 15138, 8008, 12858, 7543, 11030, 7828, 11171, 8075, 10700, 7857, 7876, 7807, 7736, 10199, 7687, 12069, 8460, 10605, 7577, 10272, 7719, 9840, 8034, 10812, 7486, 8117, 7310, 7789, 10156, 7906, 14779, 10453, 14241, 8122, 8115, 8123, 8866, 8190, 11927, 7986, 10648, 7794, 9970, 7951, 9031, 7905, 7772, 15745, 8013, 13619, 10440, 14563, 7713, 9937, 9098, 8044, 16482, 7988, 12698, 7873, 10911, 7682, 8088, 7931, 7990, 9025, 7805, 10731, 7577, 10684, 7790, 9639, 7588, 8610, 7969, 7971, 8426, 7894, 8360, 7869, 12233, 7705, 12210, 8000, 10434, 8081, 11026, 7977, 9289, 8206, 7982, 8418, 8073, 12161, 8147, 11876, 7889, 10116, 8101, 11501, 8204, 9778, 8063, 8391, 8697, 9812, 8384, 8764, 7926, 13954, 7913, 12806, 9894, 11616, 8184, 11206, 8080, 8990, 8148, 7986, 8658, 8027, 10860, 8059, 10738, 8158, 10612, 8283, 11253, 8417, 9582, 8051, 8036, 8797, 7944, 13395, 8047, 11860, 8671, 10554, 8372, 10314, 8230, 8130, 8745, 8098, 11414, 8000, 12896, 8145, 11762, 8278, 9900, 8412, 10239, 8509, 8171, 7863, 8006, 8678, 7930, 11878, 8664, 12969, 8755, 10537, 8329, 10904, 8559, 8597, 8949, 8105, 10655, 7937, 12020, 8283, 10910, 8478, 9882, 8441, 10588, 8481, 9483, 8177, 8183, 8576, 8034, 14402, 8201, 12221, 8866, 10158, 8499, 10738, 8664, 8621, 8222, 8078, 8798, 8126, 12187, 8244, 13697, 8203, 12297, 8311, 11916, 8326, 11136, 8259, 10493, 8441, 8433, 8824, 8238, 11050, 8108, 12751, 8352, 12016, 8326, 10258, 8395, 9762, 8516, 8974, 8738, 8420, 8814, 7986, 12475, 8423, 12919, 8471, 11010, 8385, 10409, 8768, 9477, 8555, 8382, 8932, 8136, 8791, 8202, 13276, 8326, 12066, 8225, 11266, 8495, 11722, 8849, 10583, 8535, 9111, 8648, 8377, 12265, 8213, 12983, 8130, 11919, 8409, 11869, 8793, 8488, 8574, 8186, 9061, 8315, 12851, 8602, 12757, 8615, 10779, 8317, 11470, 8963, 10411, 8921, 9867, 8896, 8443, 8906, 8201, 12118, 8481, 9189, 8636, 9936, 8565, 14063, 8630, 12394, 9742, 12057, 8868, 11313, 8766, 10184, 8741, 8500, 8944, 8536, 14601, 8704, 13086, 9737, 10955, 8970, 12038, 8932, 11192, 8836, 11171, 8999, 8747, 8932, 8579, 12529, 8660, 11186, 8567, 13111, 8765, 12645, 8729, 11220, 8615, 10396, 8826, 9137, 8918, 8401, 9367, 8605, 13119, 8950, 13222, 8712, 12343, 8998, 11162, 8834, 11445, 8865, 11863, 9026, 10513, 8694, 8160, 11234, 8067, 13090, 8398, 11158, 8303, 12288, 8307, 12329, 10707, 11400, 8594, 11817, 8593, 12006, 8895, 11419, 8705, 10423, 9042, 8346, 8933, 8321, 9108, 8662, 15090, 8667, 13387, 9733, 11490, 8711, 12282, 8807, 11612, 8776, 10663, 8911, 9944, 9170, 9180, 8817, 8953, 8917, 8729, 8960, 8846, 14122, 9166, 12756, 8943, 12767, 8876, 12465, 9785, 11322, 9200, 11284, 9217, 11921, 8984, 11889, 9141, 11617, 9469, 11933, 9244, 12223, 8949, 12187, 9200, 10101, 9169, 9017, 16602, 12781, 13228, 9131, 12198, 9157, 11423, 9022, 9052, 8786, 8920, 10292, 9137, 13904, 9144, 12478, 9223, 11527, 9101, 10694, 9385, 9462, 8949, 8905, 8732, 8990, 15338, 9235, 13164, 10220, 10597, 9329, 11082, 9360, 11078, 9123, 10198, 9481, 9058, 8975, 9024, 15232, 9126, 12949, 9316, 12360, 9426, 11498, 9308, 9840, 9717, 9114, 9590, 8785, 9362, 9473, 8938, 11021, 9196, 8771, 12492, 9001, 15173, 9242, 11878, 9091, 10012, 8482, 11102], 'WindowCenter': [4163.0, 4096.0, 4102.0, 4068.0, 4068.0, 4056.0, 4057.0, 4095.0, 4053.0, 4112.0, 4041.0, 4082.0, 4043.0, 4081.0, 4052.0, 4063.0, 4040.0, 4052.0, 4052.0, 4054.0, 4102.0, 4053.0, 4082.0, 4052.0, 4094.0, 4052.0, 4064.0, 4051.0, 4042.0, 4090.0, 4041.0, 4093.0, 4050.0, 4082.0, 4042.0, 4050.0, 4039.0, 4041.0, 4071.0, 4052.0, 4102.0, 4041.0, 4072.0, 4042.0, 4070.0, 4050.0, 4063.0, 4052.0, 4053.0, 4060.0, 4052.0, 4111.0, 4053.0, 4091.0, 4052.0, 4072.0, 4041.0, 4063.0, 4052.0, 4043.0, 4102.0, 4064.0, 4101.0, 4041.0, 4080.0, 4052.0, 4071.0, 4041.0, 4052.0, 4049.0, 4050.0, 4091.0, 4051.0, 4088.0, 4054.0, 4073.0, 4053.0, 4082.0, 4064.0, 4074.0, 4052.0, 4055.0, 4051.0, 4052.0, 4114.0, 4052.0, 4091.0, 4043.0, 4080.0, 4041.0, 4082.0, 4051.0, 4051.0, 4040.0, 4051.0, 4050.0, 4040.0, 4050.0, 4043.0, 4101.0, 4052.0, 4110.0, 4051.0, 4101.0, 4053.0, 4091.0, 4070.0, 4089.0, 4040.0, 4069.0, 4040.0, 4060.0, 4038.0, 4049.0, 4027.0, 4039.0, 4079.0, 4041.0, 4088.0, 4038.0, 4057.0, 4027.0, 4067.0, 4037.0, 4038.0, 4068.0, 4026.0, 4077.0, 4026.0, 4067.0, 4038.0, 4068.0, 4037.0, 4048.0, 4027.0, 4038.0, 4069.0, 4040.0, 4090.0, 4042.0, 4069.0, 4038.0, 4079.0, 4040.0, 4081.0, 4052.0, 4060.0, 4047.0, 4052.0, 4042.0, 4054.0, 4081.0, 4052.0, 4103.0, 4052.0, 4091.0, 4050.0, 4092.0, 4052.0, 4082.0, 4063.0, 4071.0, 4039.0, 4052.0, 4071.0, 4052.0, 4112.0, 4040.0, 4091.0, 4051.0, 4090.0, 4051.0, 4072.0, 4040.0, 4050.0, 4039.0, 4040.0, 4082.0, 4051.0, 4090.0, 4042.0, 4071.0, 4052.0, 4081.0, 4053.0, 4083.0, 4051.0, 4061.0, 4050.0, 4053.0, 4072.0, 4053.0, 4113.0, 4052.0, 4090.0, 4052.0, 4071.0, 4038.0, 4053.0, 4050.0, 4041.0, 4080.0, 4039.0, 4089.0, 4040.0, 4091.0, 4050.0, 4081.0, 4051.0, 4071.0, 4040.0, 4081.0, 4051.0, 4072.0, 4052.0, 4062.0, 4040.0, 4042.0, 4062.0, 4053.0, 4102.0, 4052.0, 4103.0, 4052.0, 4090.0, 4053.0, 4083.0, 4041.0, 4092.0, 4037.0, 4050.0, 4058.0, 4040.0, 4090.0, 4049.0, 4068.0, 4039.0, 4059.0, 4038.0, 4050.0, 4047.0, 4038.0, 4070.0, 4040.0, 4070.0, 4039.0, 4081.0, 4051.0, 4072.0, 4050.0, 4051.0, 4039.0, 4040.0, 4061.0, 4051.0, 4091.0, 4041.0, 4092.0, 4041.0, 4080.0, 4052.0, 4083.0, 4051.0, 4071.0, 4039.0, 4052.0, 4050.0, 4051.0, 4049.0, 4052.0, 4050.0, 4042.0, 4090.0, 4041.0, 4112.0, 4040.0, 4090.0, 4039.0, 4089.0, 4053.0, 4090.0, 4051.0, 4062.0, 4052.0, 4072.0, 4052.0, 4083.0, 4063.0, 4085.0, 4053.0, 4082.0, 4054.0, 4095.0, 4053.0, 4093.0, 4052.0, 4053.0, 4061.0, 4054.0, 4134.0, 4062.0, 4100.0, 4040.0, 4094.0, 4057.0, 4051.0, 4050.0, 4051.0, 4050.0, 4052.0, 4115.0, 4053.0, 4078.0, 4052.0, 4083.0, 4064.0, 4075.0, 4065.0, 4063.0, 4064.0, 4052.0, 4092.0, 4053.0, 4092.0, 4061.0, 4082.0, 4062.0, 4063.0, 4040.0, 4053.0, 4116.0, 4052.0, 4112.0, 4049.0, 4089.0, 4053.0, 4081.0, 4052.0, 4082.0, 4049.0, 4069.0, 4041.0, 4049.0, 4027.0, 4053.0, 4123.0, 4051.0, 4098.0, 4039.0, 4079.0, 4042.0, 4093.0, 4050.0, 4080.0, 4037.0, 4037.0, 4026.0, 4040.0, 4080.0, 4040.0, 4091.0, 4051.0, 4081.0, 4040.0, 4067.0, 4039.0, 4069.0, 4051.0, 4080.0, 4028.0, 4036.0, 4026.0, 4041.0, 4069.0, 4063.0, 4125.0, 4080.0, 4112.0, 4038.0, 4049.0, 4049.0, 4057.0, 4048.0, 4088.0, 4039.0, 4068.0, 4040.0, 4072.0, 4040.0, 4060.0, 4036.0, 4027.0, 4098.0, 4024.0, 4086.0, 4056.0, 4084.0, 4002.0, 4043.0, 4020.0, 4012.0, 4095.0, 4010.0, 4062.0, 4010.0, 4051.0, 3999.0, 4008.0, 4008.0, 4011.0, 4017.0, 4000.0, 4051.0, 4012.0, 4053.0, 4012.0, 4043.0, 4013.0, 4034.0, 4021.0, 4026.0, 4034.0, 4037.0, 4036.0, 4037.0, 4087.0, 4039.0, 4089.0, 4038.0, 4068.0, 4038.0, 4078.0, 4038.0, 4072.0, 4049.0, 4050.0, 4048.0, 4050.0, 4100.0, 4052.0, 4102.0, 4053.0, 4082.0, 4053.0, 4103.0, 4062.0, 4081.0, 4053.0, 4061.0, 4076.0, 4095.0, 4063.0, 4062.0, 4051.0, 4112.0, 4050.0, 4100.0, 4070.0, 4080.0, 4048.0, 4080.0, 4039.0, 4060.0, 4037.0, 4039.0, 4047.0, 4038.0, 4079.0, 4050.0, 4080.0, 4051.0, 4081.0, 4051.0, 4091.0, 4061.0, 4083.0, 4052.0, 4052.0, 4061.0, 4052.0, 4113.0, 4053.0, 4091.0, 4062.0, 4080.0, 4050.0, 4081.0, 4049.0, 4052.0, 4049.0, 4052.0, 4091.0, 4041.0, 4100.0, 4050.0, 4092.0, 4051.0, 4069.0, 4049.0, 4071.0, 4061.0, 4050.0, 4046.0, 4047.0, 4062.0, 4052.0, 4105.0, 4075.0, 4113.0, 4062.0, 4081.0, 4051.0, 4093.0, 4060.0, 4061.0, 4060.0, 4051.0, 4079.0, 4040.0, 4100.0, 4061.0, 4081.0, 4052.0, 4070.0, 4051.0, 4092.0, 4063.0, 4072.0, 4052.0, 4064.0, 4062.0, 4054.0, 4124.0, 4062.0, 4101.0, 4060.0, 4081.0, 4061.0, 4091.0, 4061.0, 4061.0, 4051.0, 4052.0, 4050.0, 4052.0, 4104.0, 4052.0, 4110.0, 4051.0, 4091.0, 4049.0, 4092.0, 4050.0, 4090.0, 4050.0, 4081.0, 4048.0, 4050.0, 4060.0, 4051.0, 4080.0, 4041.0, 4099.0, 4050.0, 4102.0, 4051.0, 4079.0, 4049.0, 4071.0, 4060.0, 4072.0, 4060.0, 4063.0, 4060.0, 4051.0, 4101.0, 4051.0, 4102.0, 4052.0, 4081.0, 4051.0, 4081.0, 4061.0, 4071.0, 4060.0, 4052.0, 4060.0, 4052.0, 4061.0, 4063.0, 4113.0, 4063.0, 4101.0, 4062.0, 4092.0, 4062.0, 4104.0, 4073.0, 4082.0, 4062.0, 4062.0, 4049.0, 4063.0, 4102.0, 4051.0, 4099.0, 4042.0, 4090.0, 4051.0, 4103.0, 4061.0, 4060.0, 4051.0, 4052.0, 4061.0, 4063.0, 4112.0, 4064.0, 4113.0, 4062.0, 4091.0, 4063.0, 4116.0, 4087.0, 4106.0, 4075.0, 4083.0, 4063.0, 4063.0, 4060.0, 4065.0, 4104.0, 4063.0, 4072.0, 4063.0, 4081.0, 4063.0, 4125.0, 4064.0, 4103.0, 4074.0, 4102.0, 4062.0, 4092.0, 4062.0, 4072.0, 4050.0, 4049.0, 4049.0, 4051.0, 4112.0, 4051.0, 4099.0, 4061.0, 4078.0, 4059.0, 4091.0, 4073.0, 4094.0, 4061.0, 4080.0, 4055.0, 4050.0, 4060.0, 4062.0, 4090.0, 4051.0, 4078.0, 4050.0, 4101.0, 4061.0, 4103.0, 4052.0, 4079.0, 4049.0, 4070.0, 4059.0, 4072.0, 4061.0, 4051.0, 4060.0, 4049.0, 4100.0, 4061.0, 4102.0, 4062.0, 4102.0, 4062.0, 4081.0, 4060.0, 4107.0, 4074.0, 4104.0, 4061.0, 4082.0, 4052.0, 4051.0, 4092.0, 4051.0, 4101.0, 4050.0, 4078.0, 4050.0, 4102.0, 4064.0, 4101.0, 4081.0, 4091.0, 4061.0, 4089.0, 4062.0, 4104.0, 4062.0, 4090.0, 4049.0, 4069.0, 4060.0, 4051.0, 4060.0, 4050.0, 4046.0, 4049.0, 4111.0, 4048.0, 4093.0, 4059.0, 4078.0, 4048.0, 4089.0, 4062.0, 4091.0, 4050.0, 4080.0, 4049.0, 4070.0, 4061.0, 4072.0, 4060.0, 4061.0, 4060.0, 4062.0, 4055.0, 4074.0, 4112.0, 4061.0, 4100.0, 4062.0, 4101.0, 4063.0, 4101.0, 4078.0, 4092.0, 4073.0, 4091.0, 4073.0, 4103.0, 4063.0, 4093.0, 4072.0, 4092.0, 4072.0, 4103.0, 4074.0, 4116.0, 4058.0, 4104.0, 4072.0, 4083.0, 4060.0, 4073.0, 4124.0, 4102.0, 4083.0, 4058.0, 4076.0, 4057.0, 4090.0, 4059.0, 4047.0, 4047.0, 4048.0, 4057.0, 4058.0, 4100.0, 4070.0, 4100.0, 4058.0, 4078.0, 4048.0, 4080.0, 4059.0, 4059.0, 4048.0, 4047.0, 4047.0, 4049.0, 4109.0, 4061.0, 4100.0, 4071.0, 4063.0, 4059.0, 4078.0, 4059.0, 4090.0, 4060.0, 4069.0, 4058.0, 4060.0, 4048.0, 4060.0, 4120.0, 4060.0, 4088.0, 4060.0, 4088.0, 4059.0, 4089.0, 4058.0, 4083.0, 4083.0, 4073.0, 4072.0, 4061.0, 4072.0, 4070.0, 4059.0, 4080.0, 4059.0, 4060.0, 4088.0, 4073.0, 4124.0, 4086.0, 4103.0, 4061.0, 4069.0, 4061.0, 4094.0], 'WindowWidth': [9239.0, 9134.0, 9131.0, 9077.0, 9074.0, 9055.0, 9059.0, 9105.0, 9045.0, 9122.0, 9027.0, 9080.0, 9032.0, 9078.0, 9040.0, 9055.0, 9023.0, 9042.0, 9041.0, 9047.0, 9107.0, 9044.0, 9079.0, 9041.0, 9099.0, 9043.0, 9060.0, 9038.0, 9028.0, 9088.0, 9026.0, 9094.0, 9036.0, 9080.0, 9025.0, 9035.0, 9019.0, 9024.0, 9066.0, 9042.0, 9107.0, 9026.0, 9064.0, 9027.0, 9062.0, 9037.0, 9057.0, 9040.0, 9044.0, 9049.0, 9042.0, 9120.0, 9044.0, 9091.0, 9040.0, 9065.0, 9024.0, 9055.0, 9041.0, 9031.0, 9112.0, 9058.0, 9104.0, 9022.0, 9073.0, 9038.0, 9064.0, 9024.0, 9043.0, 9033.0, 9038.0, 9093.0, 9041.0, 9086.0, 9049.0, 9069.0, 9043.0, 9082.0, 9060.0, 9073.0, 9042.0, 9049.0, 9038.0, 9043.0, 9127.0, 9043.0, 9090.0, 9028.0, 9074.0, 9025.0, 9081.0, 9040.0, 9038.0, 9021.0, 9037.0, 9035.0, 9023.0, 9037.0, 9029.0, 9105.0, 9041.0, 9115.0, 9037.0, 9105.0, 9045.0, 9090.0, 9063.0, 9084.0, 9020.0, 9057.0, 9021.0, 9048.0, 9015.0, 9032.0, 8998.0, 9017.0, 9072.0, 9025.0, 9082.0, 9014.0, 9037.0, 8998.0, 9050.0, 9012.0, 9017.0, 9054.0, 8997.0, 9063.0, 8996.0, 9050.0, 9018.0, 9056.0, 9012.0, 9027.0, 8999.0, 9015.0, 9056.0, 9024.0, 9088.0, 9027.0, 9057.0, 9016.0, 9069.0, 9021.0, 9078.0, 9039.0, 9050.0, 9029.0, 9040.0, 9028.0, 9047.0, 9081.0, 9042.0, 9109.0, 9041.0, 9091.0, 9037.0, 9096.0, 9042.0, 9081.0, 9060.0, 9067.0, 9022.0, 9042.0, 9068.0, 9043.0, 9121.0, 9023.0, 9089.0, 9037.0, 9088.0, 9039.0, 9067.0, 9021.0, 9035.0, 9019.0, 9022.0, 9080.0, 9040.0, 9090.0, 9029.0, 9064.0, 9041.0, 9079.0, 9045.0, 9085.0, 9038.0, 9052.0, 9035.0, 9044.0, 9066.0, 9044.0, 9126.0, 9042.0, 9090.0, 9039.0, 9063.0, 9017.0, 9042.0, 9037.0, 9024.0, 9073.0, 9020.0, 9085.0, 9023.0, 9091.0, 9037.0, 9077.0, 9039.0, 9064.0, 9023.0, 9078.0, 9041.0, 9069.0, 9041.0, 9052.0, 9020.0, 9027.0, 9055.0, 9046.0, 9109.0, 9042.0, 9110.0, 9042.0, 9089.0, 9045.0, 9083.0, 9023.0, 9093.0, 9013.0, 9034.0, 9041.0, 9022.0, 9088.0, 9031.0, 9053.0, 9016.0, 9044.0, 9016.0, 9036.0, 9027.0, 9017.0, 9058.0, 9020.0, 9058.0, 9019.0, 9077.0, 9039.0, 9067.0, 9035.0, 9036.0, 9019.0, 9023.0, 9052.0, 9041.0, 9092.0, 9024.0, 9091.0, 9024.0, 9075.0, 9042.0, 9082.0, 9037.0, 9063.0, 9018.0, 9040.0, 9036.0, 9039.0, 9034.0, 9039.0, 9034.0, 9027.0, 9088.0, 9025.0, 9119.0, 9021.0, 9088.0, 9020.0, 9086.0, 9043.0, 9089.0, 9039.0, 9051.0, 9040.0, 9066.0, 9042.0, 9082.0, 9059.0, 9088.0, 9046.0, 9081.0, 9047.0, 9102.0, 9045.0, 9098.0, 9040.0, 9044.0, 9054.0, 9047.0, 9154.0, 9054.0, 9103.0, 9021.0, 9098.0, 9043.0, 9038.0, 9034.0, 9039.0, 9036.0, 9043.0, 9129.0, 9044.0, 9070.0, 9042.0, 9087.0, 9062.0, 9078.0, 9065.0, 9060.0, 9060.0, 9044.0, 9092.0, 9045.0, 9097.0, 9055.0, 9082.0, 9053.0, 9059.0, 9024.0, 9043.0, 9131.0, 9043.0, 9119.0, 9032.0, 9083.0, 9045.0, 9077.0, 9041.0, 9082.0, 9034.0, 9058.0, 9022.0, 9034.0, 9002.0, 9046.0, 9139.0, 9038.0, 9095.0, 9018.0, 9069.0, 9026.0, 9097.0, 9037.0, 9074.0, 9013.0, 9015.0, 8997.0, 9022.0, 9076.0, 9022.0, 9088.0, 9036.0, 9074.0, 9019.0, 9053.0, 9020.0, 9058.0, 9037.0, 9075.0, 9000.0, 9010.0, 8997.0, 9024.0, 9057.0, 9059.0, 9146.0, 9076.0, 9121.0, 9017.0, 9032.0, 9033.0, 9037.0, 9027.0, 9080.0, 9017.0, 9054.0, 9021.0, 9066.0, 9019.0, 9049.0, 9009.0, 8997.0, 9092.0, 8988.0, 9073.0, 9030.0, 9067.0, 8953.0, 9008.0, 8973.0, 8966.0, 9083.0, 8959.0, 9032.0, 8961.0, 9016.0, 8942.0, 8957.0, 8955.0, 8961.0, 8966.0, 8947.0, 9015.0, 8967.0, 9024.0, 8970.0, 9011.0, 8971.0, 9000.0, 8980.0, 8993.0, 9002.0, 9010.0, 9008.0, 9012.0, 9077.0, 9017.0, 9083.0, 9016.0, 9052.0, 9016.0, 9070.0, 9015.0, 9067.0, 9031.0, 9035.0, 9026.0, 9036.0, 9100.0, 9041.0, 9107.0, 9042.0, 9079.0, 9045.0, 9108.0, 9056.0, 9077.0, 9044.0, 9053.0, 9080.0, 9106.0, 9059.0, 9052.0, 9037.0, 9119.0, 9034.0, 9100.0, 9061.0, 9072.0, 9028.0, 9073.0, 9017.0, 9045.0, 9011.0, 9016.0, 9023.0, 9016.0, 9070.0, 9034.0, 9073.0, 9037.0, 9074.0, 9038.0, 9091.0, 9053.0, 9084.0, 9040.0, 9042.0, 9051.0, 9041.0, 9121.0, 9044.0, 9091.0, 9054.0, 9073.0, 9035.0, 9076.0, 9032.0, 9040.0, 9032.0, 9038.0, 9088.0, 9022.0, 9100.0, 9035.0, 9091.0, 9035.0, 9057.0, 9030.0, 9060.0, 9050.0, 9036.0, 9025.0, 9030.0, 9051.0, 9041.0, 9114.0, 9079.0, 9126.0, 9055.0, 9076.0, 9037.0, 9093.0, 9046.0, 9050.0, 9047.0, 9037.0, 9071.0, 9020.0, 9100.0, 9051.0, 9075.0, 9039.0, 9060.0, 9037.0, 9093.0, 9057.0, 9069.0, 9039.0, 9058.0, 9053.0, 9045.0, 9140.0, 9053.0, 9101.0, 9047.0, 9075.0, 9050.0, 9091.0, 9052.0, 9052.0, 9038.0, 9041.0, 9035.0, 9042.0, 9111.0, 9040.0, 9117.0, 9036.0, 9089.0, 9032.0, 9093.0, 9036.0, 9087.0, 9035.0, 9075.0, 9028.0, 9036.0, 9046.0, 9035.0, 9071.0, 9021.0, 9097.0, 9034.0, 9104.0, 9037.0, 9071.0, 9031.0, 9063.0, 9049.0, 9066.0, 9048.0, 9055.0, 9047.0, 9037.0, 9103.0, 9038.0, 9106.0, 9038.0, 9074.0, 9035.0, 9077.0, 9049.0, 9063.0, 9047.0, 9038.0, 9045.0, 9038.0, 9048.0, 9057.0, 9123.0, 9058.0, 9104.0, 9054.0, 9093.0, 9054.0, 9114.0, 9070.0, 9080.0, 9052.0, 9053.0, 9031.0, 9055.0, 9107.0, 9038.0, 9099.0, 9025.0, 9086.0, 9037.0, 9109.0, 9052.0, 9048.0, 9035.0, 9040.0, 9050.0, 9057.0, 9122.0, 9060.0, 9121.0, 9054.0, 9089.0, 9056.0, 9134.0, 9098.0, 9120.0, 9075.0, 9082.0, 9055.0, 9055.0, 9050.0, 9061.0, 9112.0, 9057.0, 9064.0, 9057.0, 9078.0, 9057.0, 9141.0, 9059.0, 9110.0, 9071.0, 9105.0, 9051.0, 9092.0, 9052.0, 9064.0, 9032.0, 9031.0, 9030.0, 9036.0, 9118.0, 9036.0, 9096.0, 9048.0, 9066.0, 9044.0, 9089.0, 9070.0, 9097.0, 9049.0, 9072.0, 9034.0, 9032.0, 9045.0, 9051.0, 9086.0, 9035.0, 9066.0, 9033.0, 9100.0, 9049.0, 9107.0, 9038.0, 9070.0, 9030.0, 9059.0, 9042.0, 9067.0, 9050.0, 9037.0, 9047.0, 9032.0, 9100.0, 9049.0, 9106.0, 9055.0, 9103.0, 9054.0, 9074.0, 9048.0, 9121.0, 9073.0, 9113.0, 9049.0, 9078.0, 9039.0, 9038.0, 9092.0, 9040.0, 9102.0, 9032.0, 9066.0, 9032.0, 9107.0, 9060.0, 9103.0, 9076.0, 9091.0, 9050.0, 9084.0, 9054.0, 9112.0, 9051.0, 9086.0, 9029.0, 9055.0, 9045.0, 9037.0, 9047.0, 9031.0, 9021.0, 9027.0, 9115.0, 9027.0, 9082.0, 9042.0, 9064.0, 9026.0, 9081.0, 9052.0, 9089.0, 9033.0, 9072.0, 9030.0, 9059.0, 9049.0, 9066.0, 9048.0, 9051.0, 9046.0, 9051.0, 9037.0, 9073.0, 9120.0, 9050.0, 9099.0, 9051.0, 9102.0, 9055.0, 9103.0, 9070.0, 9092.0, 9068.0, 9089.0, 9068.0, 9109.0, 9057.0, 9094.0, 9066.0, 9092.0, 9066.0, 9108.0, 9074.0, 9131.0, 9045.0, 9110.0, 9065.0, 9081.0, 9046.0, 9069.0, 9140.0, 9104.0, 9070.0, 9038.0, 9062.0, 9035.0, 9088.0, 9045.0, 9025.0, 9023.0, 9026.0, 9035.0, 9041.0, 9099.0, 9061.0, 9097.0, 9041.0, 9066.0, 9027.0, 9071.0, 9045.0, 9044.0, 9025.0, 9025.0, 9023.0, 9028.0, 9109.0, 9050.0, 9098.0, 9062.0, 9041.0, 9041.0, 9066.0, 9044.0, 9087.0, 9046.0, 9057.0, 9039.0, 9046.0, 9028.0, 9046.0, 9127.0, 9047.0, 9081.0, 9044.0, 9078.0, 9042.0, 9083.0, 9041.0, 9082.0, 9084.0, 9073.0, 9066.0, 9050.0, 9068.0, 9061.0, 9043.0, 9074.0, 9043.0, 9047.0, 9081.0, 9070.0, 9139.0, 9095.0, 9110.0, 9051.0, 9057.0, 9052.0, 9097.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.002276887019230769</td></tr>
<tr><td colspan=3>aqi</td><td>0.02778416935096154</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.90225211937424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1821479504452452</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0088998377376655</td></tr>
<tr><td colspan=3>efc</td><td>0.456</td></tr>
<tr><td colspan=3>fber</td><td>6108.5171</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10799438483644501</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.331730769230769</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3261554340101114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2233367651733387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5121295764698</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2429999603871953</td></tr>
<tr><td colspan=3>gcor</td><td>0.00626054</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018560437485575676</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029457848519086838</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>832</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.819386826291604</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>39.6915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.403</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.4519</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>306150.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0139</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0701</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.3747</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.7566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.3745</td></tr>
<tr><td colspan=3>tsnr</td><td>34.4094428436365</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>