<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-02/func/sub-0058_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>ba6877e19b4fb2b36568d0f7d98642a2</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>12:21:49.635000</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.998281, 0.0585163, -0.00333591, -0.0586095, 0.996174, -0.0648226]</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.1102</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7696, -7286, 528, -30, 62, -5, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.044</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96408a65-e216-4611-afd0-9812c27fc3ca||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.678314685821533, -0.15724492073059082, 0.0012690910371020436, 119.8332748413086], [-0.15699507296085358, 2.6726624965667725, -0.1752481460571289, -84.8444595336914], [-0.008950010873377323, 0.17391440272331238, 2.6943063735961914, -87.73595428466797], [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': ['122149.635000', '122150.095000', '122150.555000', '122151.015000', '122151.475000', '122151.935000', '122152.395000', '122152.855000', '122153.315000', '122153.775000', '122154.235000', '122154.695000', '122155.155000', '122155.615000', '122156.075000', '122156.535000', '122156.995000', '122157.455000', '122157.915000', '122158.375000', '122158.835000', '122159.295000', '122159.755000', '122200.215000', '122200.675000', '122201.135000', '122201.595000', '122202.055000', '122202.515000', '122202.975000', '122203.435000', '122203.895000', '122204.355000', '122204.815000', '122205.275000', '122205.735000', '122206.195000', '122206.655000', '122207.115000', '122207.575000', '122208.035000', '122208.495000', '122208.955000', '122209.415000', '122209.875000', '122210.335000', '122210.795000', '122211.255000', '122211.715000', '122212.175000', '122212.635000', '122213.095000', '122213.555000', '122214.015000', '122214.475000', '122214.935000', '122215.395000', '122215.855000', '122216.315000', '122216.775000', '122217.235000', '122217.695000', '122218.155000', '122218.615000', '122219.075000', '122219.535000', '122219.995000', '122220.455000', '122220.915000', '122221.375000', '122221.835000', '122222.295000', '122222.755000', '122223.215000', '122223.675000', '122224.135000', '122224.595000', '122225.055000', '122225.515000', '122225.975000', '122226.435000', '122226.895000', '122227.355000', '122227.815000', '122228.275000', '122228.735000', '122229.195000', '122229.655000', '122230.115000', '122230.575000', '122231.035000', '122231.495000', '122231.955000', '122232.415000', '122232.875000', '122233.335000', '122233.795000', '122234.255000', '122234.715000', '122235.175000', '122235.635000', '122236.095000', '122236.555000', '122237.015000', '122237.475000', '122237.935000', '122238.395000', '122238.855000', '122239.315000', '122239.775000', '122240.235000', '122240.695000', '122241.155000', '122241.615000', '122242.075000', '122242.535000', '122242.995000', '122243.455000', '122243.915000', '122244.375000', '122244.835000', '122245.295000', '122245.755000', '122246.215000', '122246.675000', '122247.135000', '122247.595000', '122248.055000', '122248.515000', '122248.975000', '122249.435000', '122249.895000', '122250.355000', '122250.815000', '122251.275000', '122251.735000', '122252.195000', '122252.655000', '122253.115000', '122253.575000', '122254.035000', '122254.495000', '122254.955000', '122255.415000', '122255.875000', '122256.335000', '122256.795000', '122257.255000', '122257.715000', '122258.175000', '122258.635000', '122259.095000', '122259.555000', '122300.015000', '122300.475000', '122300.935000', '122301.395000', '122301.855000', '122302.315000', '122302.775000', '122303.235000', '122303.695000', '122304.155000', '122304.615000', '122305.075000', '122305.535000', '122305.995000', '122306.455000', '122306.915000', '122307.375000', '122307.835000', '122308.295000', '122308.755000', '122309.215000', '122309.675000', '122310.135000', '122310.595000', '122311.055000', '122311.515000', '122311.975000', '122312.435000', '122312.895000', '122313.355000', '122313.815000', '122314.275000', '122314.735000', '122315.195000', '122315.655000', '122316.115000', '122316.575000', '122317.035000', '122317.495000', '122317.955000', '122318.415000', '122318.875000', '122319.335000', '122319.795000', '122320.255000', '122320.715000', '122321.175000', '122321.635000', '122322.095000', '122322.555000', '122323.015000', '122323.475000', '122323.935000', '122324.395000', '122324.855000', '122325.315000', '122325.775000', '122326.235000', '122326.695000', '122327.155000', '122327.615000', '122328.075000', '122328.535000', '122328.995000', '122329.455000', '122329.915000', '122330.375000', '122330.835000', '122331.295000', '122331.755000', '122332.215000', '122332.675000', '122333.135000', '122333.595000', '122334.055000', '122334.515000', '122334.975000', '122335.435000', '122335.895000', '122336.355000', '122336.815000', '122337.275000', '122337.735000', '122338.195000', '122338.655000', '122339.115000', '122339.575000', '122340.035000', '122340.495000', '122340.955000', '122341.415000', '122341.875000', '122342.335000', '122342.795000', '122343.255000', '122343.715000', '122344.175000', '122344.635000', '122345.095000', '122345.555000', '122346.015000', '122346.475000', '122346.935000', '122347.395000', '122347.855000', '122348.315000', '122348.775000', '122349.235000', '122349.695000', '122350.155000', '122350.615000', '122351.075000', '122351.535000', '122351.995000', '122352.455000', '122352.915000', '122353.375000', '122353.835000', '122354.295000', '122354.755000', '122355.215000', '122355.675000', '122356.135000', '122356.595000', '122357.055000', '122357.515000', '122357.975000', '122358.435000', '122358.895000', '122359.355000', '122359.815000', '122400.275000', '122400.735000', '122401.195000', '122401.655000', '122402.115000', '122402.575000', '122403.035000', '122403.495000', '122403.955000', '122404.415000', '122404.875000', '122405.335000', '122405.795000', '122406.255000', '122406.715000', '122407.175000', '122407.635000', '122408.095000', '122408.555000', '122409.015000', '122409.475000', '122409.935000', '122410.395000', '122410.855000', '122411.315000', '122411.775000', '122412.235000', '122412.695000', '122413.155000', '122413.615000', '122414.075000', '122414.535000', '122414.995000', '122415.455000', '122415.915000', '122416.375000', '122416.835000', '122417.295000', '122417.755000', '122418.215000', '122418.675000', '122419.135000', '122419.595000', '122420.055000', '122420.515000', '122420.975000', '122421.435000', '122421.895000', '122422.355000', '122422.815000', '122423.275000', '122423.735000', '122424.195000', '122424.655000', '122425.115000', '122425.575000', '122426.035000', '122426.495000', '122426.955000', '122427.415000', '122427.875000', '122428.335000', '122428.795000', '122429.255000', '122429.715000', '122430.175000', '122430.635000', '122431.095000', '122431.555000', '122432.015000', '122432.475000', '122432.935000', '122433.395000', '122433.855000', '122434.315000', '122434.775000', '122435.235000', '122435.695000', '122436.155000', '122436.615000', '122437.075000', '122437.535000', '122437.995000', '122438.455000', '122438.915000', '122439.375000', '122439.835000', '122440.295000', '122440.755000', '122441.215000', '122441.675000', '122442.135000', '122442.595000', '122443.055000', '122443.515000', '122443.975000', '122444.435000', '122444.895000', '122445.355000', '122445.815000', '122446.275000', '122446.735000', '122447.195000', '122447.655000', '122448.115000', '122448.575000', '122449.035000', '122449.495000', '122449.955000', '122450.415000', '122450.875000', '122451.335000', '122451.795000', '122452.255000', '122452.715000', '122453.175000', '122453.635000', '122454.095000', '122454.555000', '122455.015000', '122455.475000', '122455.935000', '122456.395000', '122456.855000', '122457.315000', '122457.775000', '122458.235000', '122458.695000', '122459.155000', '122459.615000', '122500.075000', '122500.535000', '122500.995000', '122501.455000', '122501.915000', '122502.375000', '122502.835000', '122503.295000', '122503.755000', '122504.215000', '122504.675000', '122505.135000', '122505.595000', '122506.055000', '122506.515000', '122506.975000', '122507.435000', '122507.895000', '122508.355000', '122508.815000', '122509.275000', '122509.735000', '122510.195000', '122510.655000', '122511.115000', '122511.575000', '122512.035000', '122512.495000', '122512.955000', '122513.415000', '122513.875000', '122514.335000', '122514.795000', '122515.255000', '122515.715000', '122516.175000', '122516.635000', '122517.095000', '122517.555000', '122518.015000', '122518.475000', '122518.935000', '122519.395000', '122519.855000', '122520.315000', '122520.775000', '122521.235000', '122521.695000', '122522.155000', '122522.615000', '122523.075000', '122523.535000', '122523.995000', '122524.455000', '122524.915000', '122525.375000', '122525.835000', '122526.295000', '122526.755000', '122527.215000', '122527.675000', '122528.135000', '122528.595000', '122529.055000', '122529.515000', '122529.975000', '122530.435000', '122530.895000', '122531.355000', '122531.815000', '122532.275000', '122532.735000', '122533.195000', '122533.655000', '122534.115000', '122534.575000', '122535.035000', '122535.495000', '122535.955000', '122536.415000', '122536.875000', '122537.335000', '122537.795000', '122538.255000', '122538.715000', '122539.175000', '122539.635000', '122540.095000', '122540.555000', '122541.015000', '122541.475000', '122541.935000', '122542.395000', '122542.855000', '122543.315000', '122543.775000', '122544.235000', '122544.695000', '122545.155000', '122545.615000', '122546.075000', '122546.535000', '122546.995000', '122547.455000', '122547.915000', '122548.375000', '122548.835000', '122549.295000', '122549.755000', '122550.215000', '122550.675000', '122551.135000', '122551.595000', '122552.055000', '122552.515000', '122552.975000', '122553.435000', '122553.895000', '122554.355000', '122554.815000', '122555.275000', '122555.735000', '122556.195000', '122556.655000', '122557.115000', '122557.575000', '122558.035000', '122558.495000', '122558.955000', '122559.415000', '122559.875000', '122600.335000', '122600.795000', '122601.255000', '122601.715000', '122602.175000', '122602.635000', '122603.095000', '122603.555000', '122604.015000', '122604.475000', '122604.935000', '122605.395000', '122605.855000', '122606.315000', '122606.775000', '122607.235000', '122607.695000', '122608.155000', '122608.615000', '122609.075000', '122609.535000', '122609.995000', '122610.455000', '122610.915000', '122611.375000', '122611.835000', '122612.295000', '122612.755000', '122613.215000', '122613.675000', '122614.135000', '122614.595000', '122615.055000', '122615.515000', '122615.975000', '122616.435000', '122616.895000', '122617.355000', '122617.815000', '122618.275000', '122618.735000', '122619.195000', '122619.655000', '122620.115000', '122620.575000', '122621.035000', '122621.495000', '122621.955000', '122622.415000', '122622.875000', '122623.335000', '122623.795000', '122624.255000', '122624.715000', '122625.175000', '122625.635000', '122626.095000', '122626.555000', '122627.015000', '122627.475000', '122627.935000', '122628.395000', '122628.855000', '122629.315000', '122629.775000', '122630.235000', '122630.695000', '122631.155000', '122631.615000', '122632.075000', '122632.535000', '122632.995000', '122633.455000', '122633.915000', '122634.375000', '122634.835000', '122635.295000', '122635.755000', '122636.215000', '122636.675000', '122637.135000', '122637.595000', '122638.055000', '122638.515000', '122638.975000', '122639.435000', '122639.895000', '122640.355000', '122640.815000', '122641.275000', '122641.735000', '122642.195000', '122642.655000', '122643.115000', '122643.575000', '122644.035000', '122644.495000', '122644.955000', '122645.415000', '122645.875000', '122646.335000', '122646.795000', '122647.255000', '122647.715000', '122648.175000', '122648.635000', '122649.095000', '122649.555000', '122650.015000', '122650.475000', '122650.935000', '122651.395000', '122651.855000', '122652.315000', '122652.775000', '122653.235000', '122653.695000', '122654.155000', '122654.615000', '122655.075000', '122655.535000', '122655.995000', '122656.455000', '122656.915000', '122657.375000', '122657.835000', '122658.295000', '122658.755000', '122659.215000', '122659.675000', '122700.135000', '122700.595000', '122701.055000', '122701.515000', '122701.975000', '122702.435000', '122702.895000', '122703.355000', '122703.815000', '122704.275000', '122704.735000', '122705.195000', '122705.655000', '122706.115000', '122706.575000', '122707.035000', '122707.495000', '122707.955000', '122708.415000', '122708.875000', '122709.335000', '122709.795000', '122710.255000', '122710.715000', '122711.175000', '122711.635000', '122712.095000', '122712.555000', '122713.015000', '122713.475000', '122713.935000', '122714.395000', '122714.855000', '122715.315000', '122715.775000', '122716.235000', '122716.695000', '122717.155000', '122717.615000', '122718.075000', '122718.535000', '122718.995000', '122719.455000', '122719.915000', '122720.375000', '122720.835000', '122721.295000', '122721.755000', '122722.215000', '122722.675000', '122723.135000', '122723.595000', '122724.055000', '122724.515000', '122724.975000', '122725.435000', '122725.895000', '122726.355000', '122726.815000', '122727.275000', '122727.735000', '122728.195000', '122728.655000', '122729.115000', '122729.575000', '122730.035000', '122730.495000', '122730.955000', '122731.415000', '122731.875000', '122732.335000', '122732.795000', '122733.255000', '122733.715000', '122734.175000', '122734.635000', '122735.095000', '122735.555000', '122736.015000', '122736.475000', '122736.935000', '122737.395000', '122737.855000', '122738.315000', '122738.775000', '122739.235000', '122739.695000', '122740.155000', '122740.615000', '122741.075000', '122741.535000', '122741.995000', '122742.455000', '122742.915000', '122743.375000', '122743.835000', '122744.295000', '122744.755000', '122745.215000', '122745.675000', '122746.135000', '122746.595000', '122747.055000', '122747.515000', '122747.975000', '122748.435000', '122748.895000', '122749.355000', '122749.815000', '122750.275000', '122750.735000', '122751.195000', '122751.655000', '122752.115000', '122752.575000', '122753.035000', '122753.495000', '122753.955000', '122754.415000', '122754.875000', '122755.335000', '122755.795000', '122756.255000', '122756.715000', '122757.175000', '122757.635000', '122758.095000', '122758.555000', '122759.015000', '122759.475000', '122759.935000', '122800.395000', '122800.855000', '122801.315000', '122801.775000', '122802.235000', '122802.695000', '122803.155000', '122803.615000', '122804.075000', '122804.535000', '122804.995000', '122805.455000', '122805.915000', '122806.375000', '122806.835000', '122807.295000', '122807.755000', '122808.215000', '122808.675000', '122809.135000', '122809.595000', '122810.055000', '122810.515000', '122810.975000', '122811.435000', '122811.895000', '122812.355000', '122812.815000', '122813.275000', '122813.735000', '122814.195000', '122814.655000', '122815.115000'], 'ContentTime': ['122216.909000', '122216.913000', '122216.916000', '122216.919000', '122216.921000', '122216.924000', '122216.927000', '122216.929000', '122216.932000', '122216.934000', '122216.937000', '122216.940000', '122216.942000', '122216.945000', '122216.948000', '122216.950000', '122216.953000', '122216.956000', '122216.958000', '122216.961000', '122216.964000', '122216.966000', '122216.969000', '122216.972000', '122216.974000', '122216.977000', '122216.984000', '122216.987000', '122216.989000', '122216.992000', '122216.995000', '122216.997000', '122217.001000', '122217.003000', '122217.006000', '122217.009000', '122217.011000', '122217.014000', '122217.017000', '122217.019000', '122217.022000', '122217.025000', '122217.027000', '122217.030000', '122217.032000', '122217.035000', '122217.038000', '122217.040000', '122217.043000', '122217.045000', '122217.048000', '122217.051000', '122217.053000', '122217.061000', '122217.064000', '122217.067000', '122217.069000', '122236.863000', '122236.865000', '122236.869000', '122236.871000', '122236.874000', '122236.877000', '122236.879000', '122236.882000', '122236.888000', '122236.890000', '122236.893000', '122236.896000', '122236.898000', '122236.901000', '122236.903000', '122236.906000', '122236.909000', '122236.911000', '122236.914000', '122236.916000', '122236.919000', '122236.921000', '122236.924000', '122236.927000', '122236.929000', '122236.932000', '122236.935000', '122236.937000', '122236.940000', '122236.942000', '122236.945000', '122236.948000', '122236.950000', '122236.953000', '122236.956000', '122236.958000', '122236.961000', '122236.963000', '122236.966000', '122236.969000', '122236.971000', '122236.987000', '122236.990000', '122236.993000', '122256.862000', '122256.865000', '122256.868000', '122256.871000', '122256.873000', '122256.876000', '122256.879000', '122256.881000', '122256.884000', '122256.887000', '122256.890000', '122256.894000', '122256.897000', '122256.899000', '122256.902000', '122256.916000', '122256.918000', '122256.921000', '122256.924000', '122256.926000', '122256.929000', '122256.931000', '122256.934000', '122256.937000', '122256.939000', '122256.942000', '122256.945000', '122256.947000', '122256.950000', '122256.953000', '122256.955000', '122256.958000', '122256.961000', '122256.963000', '122256.966000', '122256.969000', '122256.971000', '122256.974000', '122256.976000', '122256.979000', '122256.982000', '122256.984000', '122256.987000', '122316.863000', '122316.866000', '122316.869000', '122316.872000', '122316.874000', '122316.877000', '122316.880000', '122316.882000', '122316.885000', '122316.888000', '122316.890000', '122316.893000', '122316.896000', '122316.902000', '122316.904000', '122316.907000', '122316.909000', '122316.912000', '122316.915000', '122316.918000', '122316.920000', '122316.923000', '122316.926000', '122316.928000', '122316.931000', '122316.934000', '122316.936000', '122316.939000', '122316.941000', '122316.944000', '122316.947000', '122316.949000', '122316.952000', '122316.955000', '122316.957000', '122316.960000', '122316.963000', '122316.965000', '122316.968000', '122316.971000', '122316.973000', '122316.976000', '122316.979000', '122316.981000', '122336.863000', '122336.865000', '122336.868000', '122336.871000', '122336.873000', '122336.876000', '122336.879000', '122336.881000', '122336.884000', '122336.887000', '122336.889000', '122336.892000', '122336.901000', '122336.904000', '122336.906000', '122336.909000', '122336.912000', '122336.915000', '122336.917000', '122336.920000', '122336.922000', '122336.925000', '122336.928000', '122336.930000', '122336.933000', '122336.936000', '122336.938000', '122336.941000', '122336.944000', '122336.946000', '122336.949000', '122336.951000', '122336.956000', '122336.959000', '122336.961000', '122336.964000', '122336.967000', '122336.969000', '122336.972000', '122336.975000', '122336.977000', '122336.980000', '122336.983000', '122356.863000', '122356.866000', '122356.868000', '122356.871000', '122356.874000', '122356.877000', '122356.879000', '122356.882000', '122356.884000', '122356.887000', '122356.890000', '122356.892000', '122356.895000', '122356.898000', '122356.908000', '122356.911000', '122356.913000', '122356.916000', '122356.919000', '122356.921000', '122356.924000', '122356.927000', '122356.930000', '122356.932000', '122356.935000', '122356.938000', '122356.940000', '122356.943000', '122356.946000', '122356.948000', '122356.951000', '122356.953000', '122356.956000', '122356.959000', '122356.961000', '122356.964000', '122356.967000', '122356.970000', '122356.972000', '122356.975000', '122356.978000', '122356.980000', '122356.983000', '122356.985000', '122416.862000', '122416.865000', '122416.868000', '122416.871000', '122416.873000', '122416.876000', '122416.879000', '122416.881000', '122416.884000', '122416.886000', '122416.889000', '122416.891000', '122416.894000', '122416.897000', '122416.899000', '122416.902000', '122416.905000', '122416.907000', '122416.910000', '122416.913000', '122416.916000', '122416.918000', '122416.921000', '122416.924000', '122416.927000', '122416.929000', '122416.932000', '122416.934000', '122416.937000', '122416.940000', '122416.942000', '122416.945000', '122416.948000', '122416.950000', '122416.953000', '122416.955000', '122416.973000', '122416.975000', '122416.978000', '122416.981000', '122416.983000', '122416.986000', '122416.989000', '122436.862000', '122436.865000', '122436.868000', '122436.871000', '122436.874000', '122436.876000', '122436.879000', '122436.882000', '122436.884000', '122436.887000', '122436.890000', '122436.892000', '122436.895000', '122436.898000', '122436.900000', '122436.903000', '122436.906000', '122436.908000', '122436.911000', '122436.914000', '122436.916000', '122436.919000', '122436.922000', '122436.925000', '122436.927000', '122436.930000', '122436.932000', '122436.935000', '122436.938000', '122436.940000', '122436.943000', '122436.946000', '122436.948000', '122436.951000', '122436.953000', '122436.956000', '122436.959000', '122436.961000', '122436.964000', '122436.967000', '122436.969000', '122436.972000', '122436.975000', '122436.977000', '122456.863000', '122456.866000', '122456.868000', '122456.871000', '122456.874000', '122456.876000', '122456.879000', '122456.882000', '122456.884000', '122456.887000', '122456.890000', '122456.892000', '122456.895000', '122456.898000', '122456.900000', '122456.903000', '122456.906000', '122456.908000', '122456.911000', '122456.914000', '122456.916000', '122456.919000', '122456.921000', '122456.924000', '122456.927000', '122456.929000', '122456.932000', '122456.934000', '122456.937000', '122456.940000', '122456.942000', '122456.945000', '122456.948000', '122456.950000', '122456.953000', '122456.956000', '122456.958000', '122456.961000', '122456.964000', '122456.966000', '122456.969000', '122456.972000', '122456.975000', '122516.863000', '122516.865000', '122516.868000', '122516.871000', '122516.873000', '122516.876000', '122516.879000', '122516.882000', '122516.884000', '122516.887000', '122516.890000', '122516.892000', '122516.895000', '122516.898000', '122516.900000', '122516.903000', '122516.906000', '122516.908000', '122516.911000', '122516.914000', '122516.916000', '122516.919000', '122516.922000', '122516.924000', '122516.927000', '122516.929000', '122516.932000', '122516.935000', '122516.938000', '122516.940000', '122516.943000', '122516.945000', '122516.948000', '122516.951000', '122516.953000', '122516.956000', '122516.959000', '122516.961000', '122516.964000', '122516.967000', '122516.969000', '122516.972000', '122516.975000', '122516.977000', '122536.863000', '122536.866000', '122536.868000', '122536.871000', '122536.874000', '122536.876000', '122536.879000', '122536.882000', '122536.884000', '122536.887000', '122536.889000', '122536.892000', '122536.895000', '122536.897000', '122536.900000', '122536.903000', '122536.905000', '122536.908000', '122536.911000', '122536.914000', '122536.916000', '122536.919000', '122536.921000', '122536.924000', '122536.927000', '122536.929000', '122536.932000', '122536.935000', '122536.938000', '122536.940000', '122536.943000', '122536.945000', '122536.948000', '122536.951000', '122536.954000', '122536.956000', '122536.959000', '122536.962000', '122536.964000', '122536.967000', '122536.970000', '122536.972000', '122536.975000', '122556.863000', '122556.866000', '122556.868000', '122556.871000', '122556.874000', '122556.876000', '122556.879000', '122556.882000', '122556.884000', '122556.887000', '122556.890000', '122556.892000', '122556.895000', '122556.898000', '122556.901000', '122556.903000', '122556.906000', '122556.909000', '122556.925000', '122556.927000', '122556.930000', '122556.940000', '122556.943000', '122556.945000', '122556.948000', '122556.951000', '122556.953000', '122556.956000', '122556.959000', '122556.961000', '122556.964000', '122556.966000', '122556.969000', '122556.972000', '122556.974000', '122556.977000', '122556.979000', '122556.982000', '122556.985000', '122556.987000', '122556.990000', '122556.993000', '122556.996000', '122556.998000', '122616.862000', '122616.865000', '122616.868000', '122616.871000', '122616.873000', '122616.876000', '122616.879000', '122616.881000', '122616.884000', '122616.887000', '122616.889000', '122616.892000', '122616.895000', '122616.897000', '122616.900000', '122616.903000', '122616.905000', '122616.908000', '122616.911000', '122616.913000', '122616.916000', '122616.919000', '122616.921000', '122616.924000', '122616.927000', '122616.929000', '122616.932000', '122616.934000', '122616.937000', '122616.940000', '122616.942000', '122616.945000', '122616.948000', '122616.950000', '122616.953000', '122616.956000', '122616.958000', '122616.961000', '122616.963000', '122616.966000', '122616.969000', '122616.971000', '122616.974000', '122636.862000', '122636.865000', '122636.868000', '122636.871000', '122636.873000', '122636.876000', '122636.879000', '122636.881000', '122636.884000', '122636.887000', '122636.890000', '122636.892000', '122636.895000', '122636.898000', '122636.900000', '122636.903000', '122636.906000', '122636.909000', '122636.911000', '122636.914000', '122636.916000', '122636.919000', '122636.922000', '122636.924000', '122636.927000', '122636.929000', '122636.932000', '122636.935000', '122636.937000', '122636.940000', '122636.943000', '122636.945000', '122636.948000', '122636.951000', '122636.953000', '122636.956000', '122636.959000', '122636.961000', '122636.964000', '122636.966000', '122636.969000', '122636.972000', '122636.974000', '122636.977000', '122656.863000', '122656.866000', '122656.868000', '122656.871000', '122656.874000', '122656.876000', '122656.879000', '122656.881000', '122656.884000', '122656.887000', '122656.889000', '122656.892000', '122656.895000', '122656.897000', '122656.900000', '122656.903000', '122656.906000', '122656.908000', '122656.911000', '122656.914000', '122656.916000', '122656.919000', '122656.922000', '122656.924000', '122656.927000', '122656.929000', '122656.932000', '122656.935000', '122656.937000', '122656.940000', '122656.943000', '122656.946000', '122656.948000', '122656.951000', '122656.953000', '122656.956000', '122656.959000', '122656.961000', '122656.964000', '122656.967000', '122656.969000', '122656.972000', '122656.975000', '122716.863000', '122716.866000', '122716.868000', '122716.871000', '122716.874000', '122716.876000', '122716.879000', '122716.882000', '122716.884000', '122716.887000', '122716.890000', '122716.892000', '122716.895000', '122716.898000', '122716.900000', '122716.903000', '122716.906000', '122716.908000', '122716.911000', '122716.914000', '122716.916000', '122716.919000', '122716.922000', '122716.925000', '122716.927000', '122716.930000', '122716.933000', '122716.935000', '122716.938000', '122716.941000', '122716.943000', '122716.946000', '122716.948000', '122716.951000', '122716.954000', '122716.957000', '122716.959000', '122716.962000', '122716.964000', '122716.967000', '122716.970000', '122716.972000', '122716.975000', '122717.002000', '122736.862000', '122736.865000', '122736.868000', '122736.871000', '122736.873000', '122736.876000', '122736.878000', '122736.881000', '122736.884000', '122736.886000', '122736.889000', '122736.892000', '122736.894000', '122736.897000', '122736.900000', '122736.902000', '122736.905000', '122736.908000', '122736.910000', '122736.913000', '122736.915000', '122736.918000', '122736.921000', '122736.923000', '122736.926000', '122736.929000', '122736.931000', '122736.934000', '122736.937000', '122736.939000', '122736.942000', '122736.945000', '122736.947000', '122736.950000', '122736.953000', '122736.955000', '122736.958000', '122736.960000', '122736.963000', '122736.966000', '122736.968000', '122736.971000', '122736.974000', '122756.863000', '122756.865000', '122756.868000', '122756.871000', '122756.873000', '122756.876000', '122756.879000', '122756.881000', '122756.884000', '122756.887000', '122756.889000', '122756.892000', '122756.894000', '122756.897000', '122756.900000', '122756.903000', '122756.905000', '122756.908000', '122756.911000', '122756.913000', '122756.916000', '122756.919000', '122756.921000', '122756.924000', '122756.927000', '122756.929000', '122756.932000', '122756.935000', '122756.937000', '122756.940000', '122756.943000', '122756.945000', '122756.948000', '122756.950000', '122756.953000', '122756.956000', '122756.958000', '122756.961000', '122756.964000', '122756.966000', '122756.969000', '122756.972000', '122756.974000', '122756.977000', '122816.143000', '122816.149000', '122816.153000', '122816.156000', '122816.158000', '122816.161000', '122816.164000', '122816.167000', '122816.170000', '122816.173000', '122816.176000', '122816.179000', '122816.182000', '122816.185000', '122816.188000', '122816.191000', '122816.194000', '122816.197000', '122816.199000', '122816.202000', '122816.205000', '122816.208000', '122816.211000', '122816.214000', '122816.217000', '122816.220000', '122816.223000', '122816.225000', '122816.228000', '122816.231000', '122816.234000', '122816.237000', '122816.240000', '122816.243000', '122816.247000', '122816.250000', '122816.253000', '122816.257000', '122816.260000', '122816.263000', '122816.266000', '122816.269000'], 'InstanceCreationTime': ['122216.909000', '122216.913000', '122216.916000', '122216.919000', '122216.921000', '122216.924000', '122216.927000', '122216.929000', '122216.932000', '122216.934000', '122216.937000', '122216.940000', '122216.942000', '122216.945000', '122216.948000', '122216.950000', '122216.953000', '122216.956000', '122216.958000', '122216.961000', '122216.964000', '122216.966000', '122216.969000', '122216.972000', '122216.974000', '122216.977000', '122216.984000', '122216.987000', '122216.989000', '122216.992000', '122216.995000', '122216.997000', '122217.001000', '122217.003000', '122217.006000', '122217.009000', '122217.011000', '122217.014000', '122217.017000', '122217.019000', '122217.022000', '122217.025000', '122217.027000', '122217.030000', '122217.032000', '122217.035000', '122217.038000', '122217.040000', '122217.043000', '122217.045000', '122217.048000', '122217.051000', '122217.053000', '122217.061000', '122217.064000', '122217.067000', '122217.069000', '122236.863000', '122236.865000', '122236.869000', '122236.871000', '122236.874000', '122236.877000', '122236.879000', '122236.882000', '122236.888000', '122236.890000', '122236.893000', '122236.896000', '122236.898000', '122236.901000', '122236.903000', '122236.906000', '122236.909000', '122236.911000', '122236.914000', '122236.916000', '122236.919000', '122236.921000', '122236.924000', '122236.927000', '122236.929000', '122236.932000', '122236.935000', '122236.937000', '122236.940000', '122236.942000', '122236.945000', '122236.948000', '122236.950000', '122236.953000', '122236.956000', '122236.958000', '122236.961000', '122236.963000', '122236.966000', '122236.969000', '122236.971000', '122236.987000', '122236.990000', '122236.993000', '122256.862000', '122256.865000', '122256.868000', '122256.871000', '122256.873000', '122256.876000', '122256.879000', '122256.881000', '122256.884000', '122256.887000', '122256.890000', '122256.894000', '122256.897000', '122256.899000', '122256.902000', '122256.916000', '122256.918000', '122256.921000', '122256.924000', '122256.926000', '122256.929000', '122256.931000', '122256.934000', '122256.937000', '122256.939000', '122256.942000', '122256.945000', '122256.947000', '122256.950000', '122256.953000', '122256.955000', '122256.958000', '122256.961000', '122256.963000', '122256.966000', '122256.969000', '122256.971000', '122256.974000', '122256.976000', '122256.979000', '122256.982000', '122256.984000', '122256.987000', '122316.863000', '122316.866000', '122316.869000', '122316.872000', '122316.874000', '122316.877000', '122316.880000', '122316.882000', '122316.885000', '122316.888000', '122316.890000', '122316.893000', '122316.896000', '122316.902000', '122316.904000', '122316.907000', '122316.909000', '122316.912000', '122316.915000', '122316.918000', '122316.920000', '122316.923000', '122316.926000', '122316.928000', '122316.931000', '122316.934000', '122316.936000', '122316.939000', '122316.941000', '122316.944000', '122316.947000', '122316.949000', '122316.952000', '122316.955000', '122316.957000', '122316.960000', '122316.963000', '122316.965000', '122316.968000', '122316.971000', '122316.973000', '122316.976000', '122316.979000', '122316.981000', '122336.863000', '122336.865000', '122336.868000', '122336.871000', '122336.873000', '122336.876000', '122336.879000', '122336.881000', '122336.884000', '122336.887000', '122336.889000', '122336.892000', '122336.901000', '122336.904000', '122336.906000', '122336.909000', '122336.912000', '122336.915000', '122336.917000', '122336.920000', '122336.922000', '122336.925000', '122336.928000', '122336.930000', '122336.933000', '122336.936000', '122336.938000', '122336.941000', '122336.944000', '122336.946000', '122336.949000', '122336.951000', '122336.956000', '122336.959000', '122336.961000', '122336.964000', '122336.967000', '122336.969000', '122336.972000', '122336.975000', '122336.977000', '122336.980000', '122336.983000', '122356.863000', '122356.866000', '122356.868000', '122356.871000', '122356.874000', '122356.877000', '122356.879000', '122356.882000', '122356.884000', '122356.887000', '122356.890000', '122356.892000', '122356.895000', '122356.898000', '122356.908000', '122356.911000', '122356.913000', '122356.916000', '122356.919000', '122356.921000', '122356.924000', '122356.927000', '122356.930000', '122356.932000', '122356.935000', '122356.938000', '122356.940000', '122356.943000', '122356.946000', '122356.948000', '122356.951000', '122356.953000', '122356.956000', '122356.959000', '122356.961000', '122356.964000', '122356.967000', '122356.970000', '122356.972000', '122356.975000', '122356.978000', '122356.980000', '122356.983000', '122356.985000', '122416.862000', '122416.865000', '122416.868000', '122416.871000', '122416.873000', '122416.876000', '122416.879000', '122416.881000', '122416.884000', '122416.886000', '122416.889000', '122416.891000', '122416.894000', '122416.897000', '122416.899000', '122416.902000', '122416.905000', '122416.907000', '122416.910000', '122416.913000', '122416.916000', '122416.918000', '122416.921000', '122416.924000', '122416.927000', '122416.929000', '122416.932000', '122416.934000', '122416.937000', '122416.940000', '122416.942000', '122416.945000', '122416.948000', '122416.950000', '122416.953000', '122416.955000', '122416.973000', '122416.975000', '122416.978000', '122416.981000', '122416.983000', '122416.986000', '122416.989000', '122436.862000', '122436.865000', '122436.868000', '122436.871000', '122436.874000', '122436.876000', '122436.879000', '122436.882000', '122436.884000', '122436.887000', '122436.890000', '122436.892000', '122436.895000', '122436.898000', '122436.900000', '122436.903000', '122436.906000', '122436.908000', '122436.911000', '122436.914000', '122436.916000', '122436.919000', '122436.922000', '122436.925000', '122436.927000', '122436.930000', '122436.932000', '122436.935000', '122436.938000', '122436.940000', '122436.943000', '122436.946000', '122436.948000', '122436.951000', '122436.953000', '122436.956000', '122436.959000', '122436.961000', '122436.964000', '122436.967000', '122436.969000', '122436.972000', '122436.975000', '122436.977000', '122456.863000', '122456.866000', '122456.868000', '122456.871000', '122456.874000', '122456.876000', '122456.879000', '122456.882000', '122456.884000', '122456.887000', '122456.890000', '122456.892000', '122456.895000', '122456.898000', '122456.900000', '122456.903000', '122456.906000', '122456.908000', '122456.911000', '122456.914000', '122456.916000', '122456.919000', '122456.921000', '122456.924000', '122456.927000', '122456.929000', '122456.932000', '122456.934000', '122456.937000', '122456.940000', '122456.942000', '122456.945000', '122456.948000', '122456.950000', '122456.953000', '122456.956000', '122456.958000', '122456.961000', '122456.964000', '122456.966000', '122456.969000', '122456.972000', '122456.975000', '122516.863000', '122516.865000', '122516.868000', '122516.871000', '122516.873000', '122516.876000', '122516.879000', '122516.882000', '122516.884000', '122516.887000', '122516.890000', '122516.892000', '122516.895000', '122516.898000', '122516.900000', '122516.903000', '122516.906000', '122516.908000', '122516.911000', '122516.914000', '122516.916000', '122516.919000', '122516.922000', '122516.924000', '122516.927000', '122516.929000', '122516.932000', '122516.935000', '122516.938000', '122516.940000', '122516.943000', '122516.945000', '122516.948000', '122516.951000', '122516.953000', '122516.956000', '122516.959000', '122516.961000', '122516.964000', '122516.967000', '122516.969000', '122516.972000', '122516.975000', '122516.977000', '122536.863000', '122536.866000', '122536.868000', '122536.871000', '122536.874000', '122536.876000', '122536.879000', '122536.882000', '122536.884000', '122536.887000', '122536.889000', '122536.892000', '122536.895000', '122536.897000', '122536.900000', '122536.903000', '122536.905000', '122536.908000', '122536.911000', '122536.914000', '122536.916000', '122536.919000', '122536.921000', '122536.924000', '122536.927000', '122536.929000', '122536.932000', '122536.935000', '122536.938000', '122536.940000', '122536.943000', '122536.945000', '122536.948000', '122536.951000', '122536.954000', '122536.956000', '122536.959000', '122536.962000', '122536.964000', '122536.967000', '122536.970000', '122536.972000', '122536.975000', '122556.863000', '122556.866000', '122556.868000', '122556.871000', '122556.874000', '122556.876000', '122556.879000', '122556.882000', '122556.884000', '122556.887000', '122556.890000', '122556.892000', '122556.895000', '122556.898000', '122556.901000', '122556.903000', '122556.906000', '122556.909000', '122556.925000', '122556.927000', '122556.930000', '122556.940000', '122556.943000', '122556.945000', '122556.948000', '122556.951000', '122556.953000', '122556.956000', '122556.959000', '122556.961000', '122556.964000', '122556.966000', '122556.969000', '122556.972000', '122556.974000', '122556.977000', '122556.979000', '122556.982000', '122556.985000', '122556.987000', '122556.990000', '122556.993000', '122556.996000', '122556.998000', '122616.862000', '122616.865000', '122616.868000', '122616.871000', '122616.873000', '122616.876000', '122616.879000', '122616.881000', '122616.884000', '122616.887000', '122616.889000', '122616.892000', '122616.895000', '122616.897000', '122616.900000', '122616.903000', '122616.905000', '122616.908000', '122616.911000', '122616.913000', '122616.916000', '122616.919000', '122616.921000', '122616.924000', '122616.927000', '122616.929000', '122616.932000', '122616.934000', '122616.937000', '122616.940000', '122616.942000', '122616.945000', '122616.948000', '122616.950000', '122616.953000', '122616.956000', '122616.958000', '122616.961000', '122616.963000', '122616.966000', '122616.969000', '122616.971000', '122616.974000', '122636.862000', '122636.865000', '122636.868000', '122636.871000', '122636.873000', '122636.876000', '122636.879000', '122636.881000', '122636.884000', '122636.887000', '122636.890000', '122636.892000', '122636.895000', '122636.898000', '122636.900000', '122636.903000', '122636.906000', '122636.909000', '122636.911000', '122636.914000', '122636.916000', '122636.919000', '122636.922000', '122636.924000', '122636.927000', '122636.929000', '122636.932000', '122636.935000', '122636.937000', '122636.940000', '122636.943000', '122636.945000', '122636.948000', '122636.951000', '122636.953000', '122636.956000', '122636.959000', '122636.961000', '122636.964000', '122636.966000', '122636.969000', '122636.972000', '122636.974000', '122636.977000', '122656.863000', '122656.866000', '122656.868000', '122656.871000', '122656.874000', '122656.876000', '122656.879000', '122656.881000', '122656.884000', '122656.887000', '122656.889000', '122656.892000', '122656.895000', '122656.897000', '122656.900000', '122656.903000', '122656.906000', '122656.908000', '122656.911000', '122656.914000', '122656.916000', '122656.919000', '122656.922000', '122656.924000', '122656.927000', '122656.929000', '122656.932000', '122656.935000', '122656.937000', '122656.940000', '122656.943000', '122656.946000', '122656.948000', '122656.951000', '122656.953000', '122656.956000', '122656.959000', '122656.961000', '122656.964000', '122656.967000', '122656.969000', '122656.972000', '122656.975000', '122716.863000', '122716.866000', '122716.868000', '122716.871000', '122716.874000', '122716.876000', '122716.879000', '122716.882000', '122716.884000', '122716.887000', '122716.890000', '122716.892000', '122716.895000', '122716.898000', '122716.900000', '122716.903000', '122716.906000', '122716.908000', '122716.911000', '122716.914000', '122716.916000', '122716.919000', '122716.922000', '122716.925000', '122716.927000', '122716.930000', '122716.933000', '122716.935000', '122716.938000', '122716.941000', '122716.943000', '122716.946000', '122716.948000', '122716.951000', '122716.954000', '122716.957000', '122716.959000', '122716.962000', '122716.964000', '122716.967000', '122716.970000', '122716.972000', '122716.975000', '122717.002000', '122736.862000', '122736.865000', '122736.868000', '122736.871000', '122736.873000', '122736.876000', '122736.878000', '122736.881000', '122736.884000', '122736.886000', '122736.889000', '122736.892000', '122736.894000', '122736.897000', '122736.900000', '122736.902000', '122736.905000', '122736.908000', '122736.910000', '122736.913000', '122736.915000', '122736.918000', '122736.921000', '122736.923000', '122736.926000', '122736.929000', '122736.931000', '122736.934000', '122736.937000', '122736.939000', '122736.942000', '122736.945000', '122736.947000', '122736.950000', '122736.953000', '122736.955000', '122736.958000', '122736.960000', '122736.963000', '122736.966000', '122736.968000', '122736.971000', '122736.974000', '122756.863000', '122756.865000', '122756.868000', '122756.871000', '122756.873000', '122756.876000', '122756.879000', '122756.881000', '122756.884000', '122756.887000', '122756.889000', '122756.892000', '122756.894000', '122756.897000', '122756.900000', '122756.903000', '122756.905000', '122756.908000', '122756.911000', '122756.913000', '122756.916000', '122756.919000', '122756.921000', '122756.924000', '122756.927000', '122756.929000', '122756.932000', '122756.935000', '122756.937000', '122756.940000', '122756.943000', '122756.945000', '122756.948000', '122756.950000', '122756.953000', '122756.956000', '122756.958000', '122756.961000', '122756.964000', '122756.966000', '122756.969000', '122756.972000', '122756.974000', '122756.977000', '122816.143000', '122816.149000', '122816.153000', '122816.156000', '122816.158000', '122816.161000', '122816.164000', '122816.167000', '122816.170000', '122816.173000', '122816.176000', '122816.179000', '122816.182000', '122816.185000', '122816.188000', '122816.191000', '122816.194000', '122816.197000', '122816.199000', '122816.202000', '122816.205000', '122816.208000', '122816.211000', '122816.214000', '122816.217000', '122816.220000', '122816.223000', '122816.225000', '122816.228000', '122816.231000', '122816.234000', '122816.237000', '122816.240000', '122816.243000', '122816.247000', '122816.250000', '122816.253000', '122816.257000', '122816.260000', '122816.263000', '122816.266000', '122816.269000'], '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': [11739, 8894, 14409, 9249, 14960, 8896, 10724, 7150, 8480, 7508, 8568, 8395, 8652, 9080, 8277, 8914, 8129, 9498, 7209, 8634, 10463, 8588, 9403, 7695, 8846, 7472, 8582, 8994, 8543, 9102, 7574, 8691, 9496, 7268, 8614, 9572, 8438, 9271, 6344, 8677, 8985, 8126, 8822, 5627, 8083, 8134, 7643, 8186, 7802, 7640, 5901, 7862, 9144, 7288, 8293, 10888, 7814, 9428, 6302, 7977, 10115, 6599, 8317, 14273, 7686, 10899, 6430, 8036, 11345, 7854, 12412, 6525, 6901, 6335, 6670, 6099, 7953, 6096, 6639, 5283, 7602, 10563, 8537, 12860, 8534, 10448, 8305, 8443, 14728, 11625, 14602, 8917, 9815, 12006, 8791, 15052, 11703, 14383, 9487, 11179, 14118, 8692, 11100, 8172, 9263, 8305, 8684, 7382, 8633, 8011, 8400, 9585, 7776, 9064, 9955, 8653, 9956, 8390, 9422, 8136, 9220, 8308, 9796, 8355, 9245, 8038, 9076, 7551, 8728, 7878, 8776, 10651, 8227, 10710, 11138, 12667, 12746, 8807, 14024, 8342, 9298, 15178, 13166, 14382, 9825, 9487, 7799, 8792, 6553, 8601, 9202, 8181, 9058, 7730, 8997, 6607, 8486, 8330, 8213, 8954, 7973, 8819, 9045, 8572, 9158, 7556, 8705, 7451, 8352, 9251, 8179, 9154, 6970, 8363, 10288, 8327, 10255, 7884, 8477, 6826, 8583, 9561, 7704, 9239, 7277, 8351, 6619, 8118, 8988, 7239, 8073, 6880, 8917, 14182, 11463, 14630, 8836, 11340, 7455, 8659, 6613, 8394, 11091, 8546, 11844, 7922, 9008, 7282, 8903, 7663, 8505, 14122, 8323, 11553, 8110, 9064, 7718, 8696, 11744, 8243, 9511, 8172, 8992, 7806, 8719, 14076, 8119, 9574, 7558, 8746, 7037, 8631, 10130, 8420, 9412, 7958, 8943, 7754, 8753, 7147, 8500, 10460, 8182, 9284, 7865, 9613, 7431, 8792, 8937, 8288, 9759, 7745, 9058, 12680, 8314, 11983, 7697, 8911, 6676, 8412, 13621, 8078, 11106, 7426, 8426, 6044, 7831, 7005, 7722, 9028, 7610, 8774, 6356, 8239, 10600, 8376, 11257, 8116, 9689, 8024, 9056, 7029, 8763, 10208, 8063, 9979, 8056, 9136, 7853, 9962, 7743, 8877, 7638, 8452, 7254, 8486, 9270, 8308, 13296, 8259, 11721, 7963, 9078, 7681, 9044, 7611, 8820, 7020, 8731, 7728, 8197, 10557, 8189, 9708, 8000, 9099, 7605, 9069, 8759, 8727, 12326, 8660, 12722, 8398, 9776, 8052, 9349, 7990, 11951, 12885, 9914, 11157, 8679, 7212, 8417, 9249, 8156, 9187, 8193, 9742, 7744, 8965, 8968, 8512, 10181, 8094, 9798, 7905, 9233, 7285, 9089, 7712, 8800, 13623, 8621, 11443, 8426, 9487, 7833, 9094, 7954, 9033, 10512, 8945, 12973, 8969, 11676, 8692, 8945, 8037, 9199, 7877, 9153, 6937, 9123, 8834, 8368, 9480, 8252, 9565, 8160, 9175, 7751, 9058, 7640, 9107, 7156, 9081, 7497, 8493, 10457, 8356, 10642, 7517, 9134, 10656, 8454, 11503, 8500, 9230, 8153, 9005, 6870, 8500, 7442, 8392, 8621, 8203, 9115, 7778, 8873, 7579, 8694, 9685, 8217, 9342, 8112, 9012, 11576, 8442, 8170, 8368, 8903, 8193, 9363, 8080, 8982, 7815, 8684, 6983, 8589, 11022, 8306, 9282, 7816, 9611, 9654, 8655, 13850, 8423, 9392, 7140, 8960, 13605, 9617, 12812, 8225, 9114, 8462, 9140, 8298, 9236, 7566, 9320, 7364, 8749, 7857, 8473, 6459, 8195, 9780, 8525, 13912, 8379, 10096, 8249, 9034, 8103, 10859, 8147, 9151, 7900, 8971, 7722, 9180, 8699, 8860, 7476, 8866, 7770, 8824, 7881, 10013, 7806, 8951, 7852, 8979, 12172, 9071, 13471, 8809, 12379, 8358, 10771, 8344, 12314, 8111, 9279, 7966, 9059, 7930, 8806, 7351, 8795, 7045, 8625, 7272, 8849, 6890, 8296, 8248, 8294, 10289, 8583, 11677, 8268, 9170, 7924, 8859, 14542, 10391, 11557, 8265, 9291, 8071, 8971, 7270, 9106, 6827, 8309, 7546, 8352, 8059, 8342, 8933, 8123, 8959, 8084, 9083, 7910, 8876, 7707, 8752, 7900, 9692, 7914, 8777, 12914, 9181, 13183, 8391, 8108, 8479, 8850, 8361, 8791, 7997, 11066, 7317, 8981, 7536, 8888, 7914, 8660, 8147, 8747, 7119, 8796, 6631, 8403, 7804, 8436, 8461, 8488, 9924, 8362, 9049, 8564, 8470, 8536, 8992, 8346, 9174, 7201, 8901, 10074, 8538, 12730, 8661, 8184, 8249, 6890, 8622, 9905, 8314, 10917, 8094, 9056, 8032, 8861, 7742, 9258, 7451, 8398, 6429, 8659, 6339, 8051, 7970, 8571, 10483, 8196, 10564, 7975, 9056, 7162, 7801, 8049, 8429, 7491, 12507, 8147, 10057, 8041, 12417, 9990, 14352, 9482, 11410, 7695, 7928, 6913, 10058, 9802, 9534, 7209, 7963, 6714, 7891, 9548, 8057, 12193, 8241, 9436, 8048, 8236, 6724, 8028, 13741, 8371, 12036, 8124, 8257, 7526, 8158, 7745, 7840, 9551, 7650, 6019, 8261, 8191, 8168, 8885, 8085, 9458, 7209, 8463, 13960, 8184, 11595, 7993, 9226, 8078, 8565, 6963, 8157, 11345, 7893, 9496, 7784, 10770, 7665, 8816, 6767, 8082, 6317, 8003, 9954, 7977, 9209, 7968, 8496, 7296, 8142, 6820, 8043, 9240, 8119, 14768, 8348, 9894, 7507, 8100, 12290, 8042, 12012, 8005, 11061, 7613, 7735, 6632, 8025, 6199, 8011, 8879, 8274, 9029, 7920, 8860, 7521, 8855, 8390, 7786, 14476, 11712, 14533, 8193, 10502, 8033, 8127, 7964, 8286, 7783, 8103, 13508, 8455, 8563, 7700, 8063, 7883, 8414, 10188, 8186, 9257, 7965, 8224, 7089, 8069, 8410, 7688, 7254, 7934, 6202, 8117, 8651, 7573, 8472, 8983, 8284, 11789, 8338, 8937, 7816, 8396, 8071, 8553, 12759, 9198, 11371, 7440, 6527, 8208, 8410, 8015, 8071, 8005, 8266, 8164, 8614, 8045, 11064, 9060, 13156, 7940, 8874, 8034, 8468, 7779, 8528, 10408, 11648, 8725, 8606, 7310, 8475, 7172, 7998, 9610, 8408, 12052, 8335, 8651, 8185, 9216, 7915, 10197, 8022, 8501, 7361, 8488, 7302, 8272, 11751, 8143, 9744, 8464, 6594, 8280, 9696, 7894, 9554, 8032, 9328, 8332, 8611, 8040, 8742, 7840, 8623, 11406, 8844, 14756, 12328, 14888, 8845, 12157, 7870, 10103], 'WindowCenter': [3639.0, 3602.0, 3632.0, 3596.0, 3629.0, 3585.0, 3606.0, 3561.0, 3570.0, 3546.0, 3568.0, 3554.0, 3555.0, 3565.0, 3555.0, 3566.0, 3555.0, 3566.0, 3544.0, 3565.0, 3577.0, 3554.0, 3563.0, 3554.0, 3555.0, 3543.0, 3566.0, 3565.0, 3565.0, 3565.0, 3543.0, 3554.0, 3562.0, 3542.0, 3554.0, 3563.0, 3553.0, 3564.0, 3532.0, 3554.0, 3553.0, 3554.0, 3565.0, 3533.0, 3567.0, 3554.0, 3568.0, 3570.0, 3572.0, 3570.0, 3550.0, 3583.0, 3580.0, 3569.0, 3583.0, 3605.0, 3572.0, 3594.0, 3560.0, 3572.0, 3592.0, 3558.0, 3582.0, 3613.0, 3570.0, 3591.0, 3546.0, 3570.0, 3590.0, 3583.0, 3602.0, 3560.0, 3570.0, 3573.0, 3575.0, 3563.0, 3597.0, 3564.0, 3574.0, 3554.0, 3597.0, 3609.0, 3599.0, 3630.0, 3597.0, 3607.0, 3585.0, 3583.0, 3616.0, 3607.0, 3616.0, 3570.0, 3579.0, 3588.0, 3567.0, 3599.0, 3588.0, 3600.0, 3565.0, 3576.0, 3585.0, 3553.0, 3563.0, 3539.0, 3549.0, 3540.0, 3540.0, 3529.0, 3552.0, 3541.0, 3552.0, 3562.0, 3540.0, 3553.0, 3564.0, 3553.0, 3563.0, 3541.0, 3551.0, 3541.0, 3552.0, 3554.0, 3565.0, 3555.0, 3567.0, 3569.0, 3568.0, 3556.0, 3568.0, 3557.0, 3569.0, 3579.0, 3567.0, 3579.0, 3578.0, 3588.0, 3586.0, 3553.0, 3586.0, 3541.0, 3551.0, 3585.0, 3585.0, 3585.0, 3551.0, 3551.0, 3540.0, 3551.0, 3517.0, 3539.0, 3549.0, 3540.0, 3550.0, 3540.0, 3550.0, 3530.0, 3553.0, 3551.0, 3553.0, 3553.0, 3554.0, 3566.0, 3553.0, 3554.0, 3564.0, 3543.0, 3554.0, 3542.0, 3555.0, 3563.0, 3554.0, 3564.0, 3541.0, 3555.0, 3575.0, 3554.0, 3576.0, 3555.0, 3554.0, 3545.0, 3566.0, 3566.0, 3556.0, 3567.0, 3556.0, 3568.0, 3546.0, 3568.0, 3566.0, 3555.0, 3568.0, 3558.0, 3580.0, 3600.0, 3589.0, 3601.0, 3569.0, 3602.0, 3570.0, 3569.0, 3545.0, 3566.0, 3590.0, 3568.0, 3588.0, 3567.0, 3566.0, 3543.0, 3565.0, 3555.0, 3567.0, 3599.0, 3556.0, 3587.0, 3554.0, 3565.0, 3543.0, 3555.0, 3586.0, 3555.0, 3565.0, 3554.0, 3564.0, 3554.0, 3554.0, 3598.0, 3555.0, 3565.0, 3554.0, 3564.0, 3543.0, 3566.0, 3576.0, 3567.0, 3565.0, 3555.0, 3565.0, 3556.0, 3567.0, 3545.0, 3567.0, 3578.0, 3567.0, 3566.0, 3556.0, 3578.0, 3555.0, 3567.0, 3565.0, 3567.0, 3565.0, 3554.0, 3567.0, 3587.0, 3555.0, 3586.0, 3554.0, 3564.0, 3530.0, 3554.0, 3586.0, 3554.0, 3575.0, 3543.0, 3553.0, 3533.0, 3556.0, 3544.0, 3557.0, 3567.0, 3569.0, 3568.0, 3545.0, 3567.0, 3579.0, 3568.0, 3589.0, 3568.0, 3578.0, 3568.0, 3567.0, 3557.0, 3569.0, 3577.0, 3567.0, 3577.0, 3567.0, 3566.0, 3568.0, 3590.0, 3568.0, 3568.0, 3570.0, 3569.0, 3557.0, 3568.0, 3579.0, 3569.0, 3601.0, 3569.0, 3600.0, 3568.0, 3567.0, 3569.0, 3578.0, 3557.0, 3567.0, 3558.0, 3569.0, 3556.0, 3568.0, 3590.0, 3569.0, 3579.0, 3569.0, 3567.0, 3557.0, 3579.0, 3567.0, 3569.0, 3599.0, 3569.0, 3600.0, 3568.0, 3577.0, 3555.0, 3566.0, 3556.0, 3590.0, 3588.0, 3577.0, 3576.0, 3567.0, 3555.0, 3567.0, 3565.0, 3554.0, 3566.0, 3568.0, 3566.0, 3556.0, 3567.0, 3565.0, 3565.0, 3564.0, 3555.0, 3563.0, 3553.0, 3552.0, 3542.0, 3553.0, 3543.0, 3565.0, 3586.0, 3554.0, 3587.0, 3555.0, 3564.0, 3543.0, 3564.0, 3554.0, 3566.0, 3576.0, 3566.0, 3588.0, 3567.0, 3588.0, 3566.0, 3565.0, 3554.0, 3565.0, 3543.0, 3565.0, 3543.0, 3565.0, 3552.0, 3553.0, 3564.0, 3554.0, 3565.0, 3555.0, 3564.0, 3555.0, 3565.0, 3555.0, 3566.0, 3544.0, 3566.0, 3543.0, 3555.0, 3576.0, 3555.0, 3563.0, 3542.0, 3564.0, 3563.0, 3553.0, 3575.0, 3554.0, 3564.0, 3554.0, 3564.0, 3532.0, 3565.0, 3543.0, 3567.0, 3566.0, 3566.0, 3567.0, 3556.0, 3567.0, 3555.0, 3567.0, 3565.0, 3555.0, 3567.0, 3556.0, 3565.0, 3576.0, 3555.0, 3554.0, 3554.0, 3565.0, 3568.0, 3566.0, 3569.0, 3578.0, 3558.0, 3581.0, 3558.0, 3581.0, 3590.0, 3568.0, 3578.0, 3558.0, 3580.0, 3578.0, 3569.0, 3601.0, 3567.0, 3566.0, 3543.0, 3565.0, 3599.0, 3566.0, 3587.0, 3555.0, 3564.0, 3554.0, 3566.0, 3556.0, 3565.0, 3555.0, 3564.0, 3543.0, 3555.0, 3554.0, 3565.0, 3533.0, 3554.0, 3566.0, 3567.0, 3599.0, 3556.0, 3575.0, 3553.0, 3553.0, 3555.0, 3577.0, 3554.0, 3565.0, 3554.0, 3553.0, 3543.0, 3566.0, 3554.0, 3565.0, 3544.0, 3564.0, 3542.0, 3565.0, 3554.0, 3566.0, 3555.0, 3564.0, 3553.0, 3553.0, 3587.0, 3554.0, 3586.0, 3554.0, 3574.0, 3541.0, 3562.0, 3541.0, 3571.0, 3540.0, 3550.0, 3539.0, 3550.0, 3541.0, 3551.0, 3541.0, 3552.0, 3530.0, 3553.0, 3544.0, 3565.0, 3544.0, 3567.0, 3554.0, 3555.0, 3577.0, 3567.0, 3588.0, 3556.0, 3565.0, 3542.0, 3553.0, 3598.0, 3564.0, 3574.0, 3552.0, 3552.0, 3542.0, 3553.0, 3542.0, 3564.0, 3531.0, 3553.0, 3542.0, 3554.0, 3553.0, 3555.0, 3564.0, 3554.0, 3564.0, 3554.0, 3564.0, 3555.0, 3564.0, 3553.0, 3566.0, 3556.0, 3578.0, 3555.0, 3566.0, 3588.0, 3566.0, 3600.0, 3569.0, 3556.0, 3566.0, 3553.0, 3555.0, 3568.0, 3557.0, 3589.0, 3557.0, 3565.0, 3543.0, 3564.0, 3554.0, 3554.0, 3555.0, 3565.0, 3544.0, 3566.0, 3544.0, 3567.0, 3555.0, 3566.0, 3555.0, 3566.0, 3576.0, 3567.0, 3565.0, 3566.0, 3555.0, 3567.0, 3566.0, 3568.0, 3567.0, 3545.0, 3567.0, 3577.0, 3568.0, 3600.0, 3567.0, 3567.0, 3570.0, 3545.0, 3567.0, 3578.0, 3570.0, 3589.0, 3569.0, 3578.0, 3569.0, 3567.0, 3558.0, 3580.0, 3557.0, 3569.0, 3547.0, 3568.0, 3547.0, 3569.0, 3567.0, 3569.0, 3590.0, 3570.0, 3590.0, 3570.0, 3579.0, 3559.0, 3558.0, 3573.0, 3571.0, 3561.0, 3615.0, 3586.0, 3593.0, 3572.0, 3615.0, 3596.0, 3626.0, 3594.0, 3604.0, 3573.0, 3570.0, 3561.0, 3592.0, 3582.0, 3580.0, 3559.0, 3571.0, 3547.0, 3557.0, 3568.0, 3572.0, 3601.0, 3569.0, 3568.0, 3569.0, 3557.0, 3546.0, 3558.0, 3600.0, 3557.0, 3589.0, 3557.0, 3555.0, 3544.0, 3557.0, 3557.0, 3557.0, 3566.0, 3557.0, 3548.0, 3582.0, 3568.0, 3568.0, 3567.0, 3558.0, 3579.0, 3546.0, 3558.0, 3600.0, 3568.0, 3577.0, 3555.0, 3565.0, 3555.0, 3555.0, 3544.0, 3556.0, 3576.0, 3555.0, 3566.0, 3545.0, 3577.0, 3544.0, 3555.0, 3546.0, 3556.0, 3534.0, 3557.0, 3566.0, 3557.0, 3568.0, 3556.0, 3567.0, 3557.0, 3558.0, 3546.0, 3556.0, 3566.0, 3556.0, 3600.0, 3556.0, 3578.0, 3543.0, 3553.0, 3575.0, 3554.0, 3586.0, 3555.0, 3576.0, 3544.0, 3556.0, 3547.0, 3568.0, 3533.0, 3556.0, 3568.0, 3569.0, 3568.0, 3558.0, 3568.0, 3556.0, 3566.0, 3555.0, 3557.0, 3599.0, 3577.0, 3599.0, 3556.0, 3577.0, 3555.0, 3543.0, 3554.0, 3556.0, 3544.0, 3556.0, 3600.0, 3567.0, 3554.0, 3543.0, 3554.0, 3543.0, 3554.0, 3565.0, 3554.0, 3553.0, 3542.0, 3541.0, 3531.0, 3554.0, 3554.0, 3543.0, 3544.0, 3569.0, 3534.0, 3557.0, 3566.0, 3544.0, 3556.0, 3567.0, 3556.0, 3587.0, 3556.0, 3565.0, 3543.0, 3554.0, 3555.0, 3567.0, 3588.0, 3568.0, 3587.0, 3545.0, 3534.0, 3568.0, 3556.0, 3568.0, 3556.0, 3567.0, 3567.0, 3568.0, 3567.0, 3557.0, 3590.0, 3570.0, 3600.0, 3557.0, 3566.0, 3555.0, 3554.0, 3543.0, 3555.0, 3577.0, 3575.0, 3554.0, 3553.0, 3543.0, 3553.0, 3531.0, 3543.0, 3565.0, 3553.0, 3575.0, 3554.0, 3554.0, 3555.0, 3552.0, 3542.0, 3565.0, 3554.0, 3553.0, 3531.0, 3551.0, 3542.0, 3542.0, 3574.0, 3542.0, 3564.0, 3555.0, 3531.0, 3553.0, 3564.0, 3555.0, 3565.0, 3555.0, 3565.0, 3556.0, 3566.0, 3556.0, 3554.0, 3555.0, 3556.0, 3577.0, 3566.0, 3598.0, 3587.0, 3598.0, 3554.0, 3575.0, 3543.0, 3563.0], 'WindowWidth': [8230.0, 8165.0, 8206.0, 8145.0, 8197.0, 8128.0, 8159.0, 8090.0, 8098.0, 8060.0, 8090.0, 8067.0, 8070.0, 8081.0, 8069.0, 8086.0, 8068.0, 8085.0, 8053.0, 8082.0, 8100.0, 8064.0, 8077.0, 8066.0, 8067.0, 8051.0, 8085.0, 8082.0, 8082.0, 8082.0, 8050.0, 8067.0, 8076.0, 8047.0, 8064.0, 8077.0, 8064.0, 8080.0, 8033.0, 8065.0, 8064.0, 8067.0, 8083.0, 8038.0, 8089.0, 8068.0, 8092.0, 8099.0, 8104.0, 8101.0, 8074.0, 8122.0, 8114.0, 8097.0, 8119.0, 8153.0, 8105.0, 8137.0, 8087.0, 8105.0, 8131.0, 8081.0, 8119.0, 8163.0, 8100.0, 8130.0, 8061.0, 8098.0, 8126.0, 8123.0, 8146.0, 8088.0, 8101.0, 8113.0, 8116.0, 8098.0, 8147.0, 8101.0, 8117.0, 8088.0, 8148.0, 8169.0, 8155.0, 8196.0, 8146.0, 8162.0, 8127.0, 8122.0, 8177.0, 8161.0, 8176.0, 8098.0, 8111.0, 8119.0, 8087.0, 8139.0, 8117.0, 8141.0, 8081.0, 8100.0, 8112.0, 8063.0, 8077.0, 8037.0, 8052.0, 8041.0, 8040.0, 8026.0, 8061.0, 8044.0, 8062.0, 8073.0, 8041.0, 8064.0, 8079.0, 8063.0, 8075.0, 8044.0, 8056.0, 8044.0, 8062.0, 8068.0, 8083.0, 8071.0, 8088.0, 8095.0, 8093.0, 8073.0, 8093.0, 8078.0, 8095.0, 8108.0, 8091.0, 8112.0, 8105.0, 8121.0, 8112.0, 8065.0, 8113.0, 8043.0, 8059.0, 8113.0, 8110.0, 8112.0, 8056.0, 8057.0, 8041.0, 8056.0, 8006.0, 8038.0, 8051.0, 8041.0, 8056.0, 8040.0, 8056.0, 8028.0, 8063.0, 8057.0, 8063.0, 8064.0, 8066.0, 8085.0, 8065.0, 8068.0, 8081.0, 8050.0, 8066.0, 8049.0, 8069.0, 8080.0, 8067.0, 8079.0, 8045.0, 8070.0, 8098.0, 8067.0, 8099.0, 8070.0, 8068.0, 8056.0, 8087.0, 8087.0, 8076.0, 8090.0, 8074.0, 8094.0, 8062.0, 8093.0, 8087.0, 8071.0, 8095.0, 8080.0, 8114.0, 8143.0, 8122.0, 8146.0, 8095.0, 8146.0, 8100.0, 8095.0, 8056.0, 8086.0, 8125.0, 8092.0, 8120.0, 8091.0, 8088.0, 8054.0, 8084.0, 8070.0, 8090.0, 8137.0, 8073.0, 8116.0, 8068.0, 8082.0, 8051.0, 8068.0, 8113.0, 8070.0, 8084.0, 8067.0, 8080.0, 8069.0, 8068.0, 8133.0, 8071.0, 8082.0, 8067.0, 8081.0, 8052.0, 8087.0, 8101.0, 8090.0, 8085.0, 8072.0, 8083.0, 8072.0, 8090.0, 8057.0, 8091.0, 8106.0, 8091.0, 8088.0, 8073.0, 8105.0, 8072.0, 8091.0, 8087.0, 8090.0, 8085.0, 8069.0, 8090.0, 8115.0, 8070.0, 8116.0, 8067.0, 8079.0, 8030.0, 8068.0, 8117.0, 8067.0, 8098.0, 8052.0, 8066.0, 8041.0, 8075.0, 8056.0, 8078.0, 8092.0, 8096.0, 8094.0, 8059.0, 8090.0, 8110.0, 8092.0, 8123.0, 8094.0, 8107.0, 8092.0, 8092.0, 8076.0, 8096.0, 8103.0, 8091.0, 8104.0, 8091.0, 8087.0, 8094.0, 8127.0, 8094.0, 8093.0, 8099.0, 8095.0, 8078.0, 8094.0, 8110.0, 8097.0, 8142.0, 8098.0, 8141.0, 8095.0, 8091.0, 8097.0, 8108.0, 8078.0, 8091.0, 8080.0, 8096.0, 8076.0, 8093.0, 8126.0, 8097.0, 8111.0, 8097.0, 8090.0, 8078.0, 8109.0, 8091.0, 8096.0, 8137.0, 8095.0, 8139.0, 8093.0, 8103.0, 8072.0, 8087.0, 8073.0, 8126.0, 8121.0, 8102.0, 8101.0, 8088.0, 8073.0, 8091.0, 8085.0, 8068.0, 8087.0, 8091.0, 8087.0, 8073.0, 8088.0, 8082.0, 8083.0, 8082.0, 8073.0, 8078.0, 8063.0, 8060.0, 8046.0, 8063.0, 8053.0, 8084.0, 8114.0, 8067.0, 8116.0, 8070.0, 8080.0, 8051.0, 8080.0, 8067.0, 8086.0, 8100.0, 8085.0, 8118.0, 8088.0, 8118.0, 8086.0, 8082.0, 8067.0, 8081.0, 8049.0, 8082.0, 8052.0, 8083.0, 8060.0, 8064.0, 8079.0, 8066.0, 8082.0, 8070.0, 8079.0, 8069.0, 8082.0, 8071.0, 8086.0, 8055.0, 8086.0, 8052.0, 8069.0, 8099.0, 8068.0, 8079.0, 8047.0, 8078.0, 8076.0, 8063.0, 8096.0, 8065.0, 8081.0, 8067.0, 8080.0, 8036.0, 8083.0, 8052.0, 8089.0, 8085.0, 8087.0, 8091.0, 8074.0, 8089.0, 8071.0, 8089.0, 8085.0, 8071.0, 8090.0, 8074.0, 8085.0, 8099.0, 8070.0, 8067.0, 8067.0, 8085.0, 8092.0, 8088.0, 8095.0, 8106.0, 8079.0, 8114.0, 8079.0, 8113.0, 8126.0, 8093.0, 8107.0, 8079.0, 8111.0, 8105.0, 8094.0, 8144.0, 8090.0, 8087.0, 8051.0, 8083.0, 8137.0, 8086.0, 8117.0, 8071.0, 8081.0, 8066.0, 8086.0, 8072.0, 8083.0, 8070.0, 8080.0, 8051.0, 8070.0, 8068.0, 8085.0, 8038.0, 8068.0, 8088.0, 8089.0, 8139.0, 8074.0, 8098.0, 8065.0, 8063.0, 8070.0, 8102.0, 8070.0, 8084.0, 8068.0, 8065.0, 8052.0, 8087.0, 8068.0, 8083.0, 8055.0, 8080.0, 8048.0, 8082.0, 8068.0, 8086.0, 8071.0, 8082.0, 8065.0, 8064.0, 8115.0, 8067.0, 8114.0, 8065.0, 8094.0, 8044.0, 8076.0, 8044.0, 8087.0, 8043.0, 8052.0, 8037.0, 8054.0, 8043.0, 8056.0, 8045.0, 8061.0, 8029.0, 8063.0, 8054.0, 8082.0, 8055.0, 8089.0, 8068.0, 8070.0, 8105.0, 8087.0, 8119.0, 8074.0, 8083.0, 8046.0, 8064.0, 8134.0, 8080.0, 8095.0, 8061.0, 8060.0, 8047.0, 8063.0, 8048.0, 8080.0, 8031.0, 8063.0, 8049.0, 8067.0, 8065.0, 8072.0, 8081.0, 8066.0, 8081.0, 8068.0, 8080.0, 8071.0, 8080.0, 8066.0, 8085.0, 8074.0, 8105.0, 8068.0, 8087.0, 8120.0, 8087.0, 8138.0, 8096.0, 8074.0, 8087.0, 8064.0, 8069.0, 8093.0, 8077.0, 8122.0, 8079.0, 8082.0, 8050.0, 8079.0, 8067.0, 8066.0, 8070.0, 8084.0, 8055.0, 8087.0, 8056.0, 8088.0, 8070.0, 8087.0, 8070.0, 8086.0, 8101.0, 8089.0, 8084.0, 8087.0, 8071.0, 8090.0, 8088.0, 8093.0, 8090.0, 8057.0, 8088.0, 8103.0, 8092.0, 8139.0, 8089.0, 8092.0, 8099.0, 8060.0, 8090.0, 8105.0, 8097.0, 8123.0, 8096.0, 8107.0, 8096.0, 8091.0, 8080.0, 8111.0, 8079.0, 8096.0, 8063.0, 8092.0, 8062.0, 8094.0, 8092.0, 8096.0, 8126.0, 8099.0, 8127.0, 8099.0, 8111.0, 8084.0, 8080.0, 8106.0, 8102.0, 8088.0, 8166.0, 8130.0, 8134.0, 8104.0, 8165.0, 8142.0, 8186.0, 8137.0, 8152.0, 8108.0, 8099.0, 8087.0, 8131.0, 8115.0, 8112.0, 8082.0, 8101.0, 8062.0, 8076.0, 8092.0, 8106.0, 8140.0, 8096.0, 8092.0, 8094.0, 8075.0, 8058.0, 8079.0, 8136.0, 8074.0, 8121.0, 8075.0, 8067.0, 8053.0, 8075.0, 8075.0, 8074.0, 8086.0, 8075.0, 8066.0, 8117.0, 8094.0, 8093.0, 8090.0, 8079.0, 8110.0, 8060.0, 8077.0, 8137.0, 8090.0, 8100.0, 8068.0, 8084.0, 8069.0, 8069.0, 8053.0, 8072.0, 8099.0, 8068.0, 8084.0, 8056.0, 8103.0, 8054.0, 8068.0, 8059.0, 8074.0, 8042.0, 8076.0, 8086.0, 8074.0, 8092.0, 8073.0, 8087.0, 8077.0, 8078.0, 8060.0, 8074.0, 8084.0, 8071.0, 8139.0, 8071.0, 8106.0, 8050.0, 8063.0, 8096.0, 8066.0, 8112.0, 8067.0, 8097.0, 8054.0, 8072.0, 8063.0, 8093.0, 8039.0, 8073.0, 8091.0, 8094.0, 8090.0, 8079.0, 8092.0, 8074.0, 8086.0, 8068.0, 8074.0, 8139.0, 8102.0, 8135.0, 8073.0, 8101.0, 8069.0, 8052.0, 8068.0, 8073.0, 8054.0, 8072.0, 8138.0, 8089.0, 8066.0, 8049.0, 8065.0, 8050.0, 8067.0, 8081.0, 8066.0, 8062.0, 8046.0, 8044.0, 8032.0, 8067.0, 8064.0, 8049.0, 8054.0, 8094.0, 8043.0, 8075.0, 8084.0, 8053.0, 8072.0, 8087.0, 8070.0, 8116.0, 8071.0, 8082.0, 8050.0, 8065.0, 8068.0, 8090.0, 8118.0, 8092.0, 8115.0, 8057.0, 8041.0, 8091.0, 8072.0, 8093.0, 8073.0, 8091.0, 8089.0, 8092.0, 8087.0, 8076.0, 8125.0, 8098.0, 8139.0, 8074.0, 8086.0, 8069.0, 8065.0, 8051.0, 8071.0, 8099.0, 8098.0, 8064.0, 8064.0, 8051.0, 8063.0, 8029.0, 8049.0, 8083.0, 8062.0, 8094.0, 8065.0, 8067.0, 8068.0, 8061.0, 8048.0, 8084.0, 8066.0, 8063.0, 8030.0, 8057.0, 8045.0, 8047.0, 8093.0, 8047.0, 8079.0, 8071.0, 8034.0, 8064.0, 8078.0, 8070.0, 8083.0, 8070.0, 8084.0, 8074.0, 8087.0, 8073.0, 8066.0, 8068.0, 8072.0, 8103.0, 8086.0, 8136.0, 8115.0, 8133.0, 8065.0, 8095.0, 8051.0, 8079.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.0004477135980746089</td></tr>
<tr><td colspan=3>aqi</td><td>0.020123544163658243</td></tr>
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.72591732910838</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2204528841566273</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009948452168667</td></tr>
<tr><td colspan=3>efc</td><td>0.4938</td></tr>
<tr><td colspan=3>fber</td><td>4888.5918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07224077033071057</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7220216606498195</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.409894136952566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2988736724633076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.633012482678636</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297796255715754</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161368</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017047422006726265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03194138780236244</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>831</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>4.058750705768452</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>20.4188</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0838</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.8111</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296208.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.3797</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0539</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.8797</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2774.5595</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80336.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>719.6751</td></tr>
<tr><td colspan=3>tsnr</td><td>41.394783922005445</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>