<?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-0055_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-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_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-0055/figures/sub-0055_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_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-0055/ses-02/func/sub-0055_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>a0c555648db7970df3d1a1fded5707e7</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>15:28:23.912500</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.997955, -0.0282306, 0.057354, 0.0304902, 0.998777, -0.038913]</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.109338</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>[4169, -7699, -7285, 546, 32, -222, -104, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6dcd4d8b-1f5f-4079-b000-d613ec060f9b||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.6774394512176514, 0.08180306106805801, 0.1517004668712616, 103.24517059326172], [0.07574056088924408, 2.6796464920043945, -0.1095716804265976, -91.88690948486328], [0.1538766473531723, 0.10440061241388321, 2.693507194519043, -102.33171844482422], [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': ['152823.912500', '152824.372500', '152824.832500', '152825.292500', '152825.752500', '152826.212500', '152826.672500', '152827.132500', '152827.592500', '152828.052500', '152828.512500', '152828.972500', '152829.432500', '152829.892500', '152830.352500', '152830.812500', '152831.272500', '152831.732500', '152832.192500', '152832.652500', '152833.112500', '152833.572500', '152834.032500', '152834.492500', '152834.952500', '152835.412500', '152835.872500', '152836.332500', '152836.792500', '152837.252500', '152837.712500', '152838.172500', '152838.632500', '152839.092500', '152839.552500', '152840.012500', '152840.472500', '152840.932500', '152841.392500', '152841.852500', '152842.312500', '152842.772500', '152843.232500', '152843.692500', '152844.152500', '152844.612500', '152845.072500', '152845.532500', '152845.992500', '152846.452500', '152846.912500', '152847.372500', '152847.832500', '152848.292500', '152848.752500', '152849.212500', '152849.672500', '152850.132500', '152850.592500', '152851.052500', '152851.512500', '152851.972500', '152852.432500', '152852.892500', '152853.352500', '152853.812500', '152854.272500', '152854.732500', '152855.192500', '152855.652500', '152856.112500', '152856.572500', '152857.032500', '152857.492500', '152857.952500', '152858.412500', '152858.872500', '152859.332500', '152859.792500', '152900.252500', '152900.712500', '152901.172500', '152901.632500', '152902.092500', '152902.552500', '152903.012500', '152903.472500', '152903.932500', '152904.392500', '152904.852500', '152905.312500', '152905.772500', '152906.232500', '152906.692500', '152907.152500', '152907.612500', '152908.072500', '152908.532500', '152908.992500', '152909.452500', '152909.912500', '152910.372500', '152910.832500', '152911.292500', '152911.752500', '152912.212500', '152912.672500', '152913.132500', '152913.592500', '152914.052500', '152914.512500', '152914.972500', '152915.432500', '152915.892500', '152916.352500', '152916.812500', '152917.272500', '152917.732500', '152918.192500', '152918.652500', '152919.112500', '152919.572500', '152920.032500', '152920.492500', '152920.952500', '152921.412500', '152921.872500', '152922.332500', '152922.792500', '152923.252500', '152923.712500', '152924.172500', '152924.632500', '152925.092500', '152925.552500', '152926.012500', '152926.472500', '152926.932500', '152927.392500', '152927.852500', '152928.312500', '152928.772500', '152929.232500', '152929.692500', '152930.152500', '152930.612500', '152931.072500', '152931.532500', '152931.992500', '152932.452500', '152932.912500', '152933.372500', '152933.832500', '152934.292500', '152934.752500', '152935.212500', '152935.672500', '152936.132500', '152936.592500', '152937.052500', '152937.512500', '152937.972500', '152938.432500', '152938.892500', '152939.352500', '152939.812500', '152940.272500', '152940.732500', '152941.192500', '152941.652500', '152942.112500', '152942.572500', '152943.032500', '152943.492500', '152943.952500', '152944.412500', '152944.872500', '152945.332500', '152945.792500', '152946.252500', '152946.712500', '152947.172500', '152947.632500', '152948.092500', '152948.552500', '152949.012500', '152949.472500', '152949.932500', '152950.392500', '152950.852500', '152951.312500', '152951.772500', '152952.232500', '152952.692500', '152953.152500', '152953.612500', '152954.072500', '152954.532500', '152954.992500', '152955.452500', '152955.912500', '152956.372500', '152956.832500', '152957.292500', '152957.752500', '152958.212500', '152958.672500', '152959.132500', '152959.592500', '153000.052500', '153000.512500', '153000.972500', '153001.432500', '153001.892500', '153002.352500', '153002.812500', '153003.272500', '153003.732500', '153004.192500', '153004.652500', '153005.112500', '153005.572500', '153006.032500', '153006.492500', '153006.952500', '153007.412500', '153007.872500', '153008.332500', '153008.792500', '153009.252500', '153009.712500', '153010.172500', '153010.632500', '153011.092500', '153011.552500', '153012.012500', '153012.472500', '153012.932500', '153013.392500', '153013.852500', '153014.312500', '153014.772500', '153015.232500', '153015.692500', '153016.152500', '153016.612500', '153017.072500', '153017.532500', '153017.992500', '153018.452500', '153018.912500', '153019.372500', '153019.832500', '153020.292500', '153020.752500', '153021.212500', '153021.672500', '153022.132500', '153022.592500', '153023.052500', '153023.512500', '153023.972500', '153024.432500', '153024.892500', '153025.352500', '153025.812500', '153026.272500', '153026.732500', '153027.192500', '153027.652500', '153028.112500', '153028.572500', '153029.032500', '153029.492500', '153029.952500', '153030.412500', '153030.872500', '153031.332500', '153031.792500', '153032.252500', '153032.712500', '153033.172500', '153033.632500', '153034.092500', '153034.552500', '153035.012500', '153035.472500', '153035.932500', '153036.392500', '153036.852500', '153037.312500', '153037.772500', '153038.232500', '153038.692500', '153039.152500', '153039.612500', '153040.072500', '153040.532500', '153040.992500', '153041.452500', '153041.912500', '153042.372500', '153042.832500', '153043.292500', '153043.752500', '153044.212500', '153044.672500', '153045.132500', '153045.592500', '153046.052500', '153046.512500', '153046.972500', '153047.432500', '153047.892500', '153048.352500', '153048.812500', '153049.272500', '153049.732500', '153050.192500', '153050.652500', '153051.112500', '153051.572500', '153052.032500', '153052.492500', '153052.952500', '153053.412500', '153053.872500', '153054.332500', '153054.792500', '153055.252500', '153055.712500', '153056.172500', '153056.632500', '153057.092500', '153057.552500', '153058.012500', '153058.472500', '153058.932500', '153059.392500', '153059.852500', '153100.312500', '153100.772500', '153101.232500', '153101.692500', '153102.152500', '153102.612500', '153103.072500', '153103.532500', '153103.992500', '153104.452500', '153104.912500', '153105.372500', '153105.832500', '153106.292500', '153106.752500', '153107.212500', '153107.672500', '153108.132500', '153108.592500', '153109.052500', '153109.512500', '153109.972500', '153110.432500', '153110.892500', '153111.352500', '153111.812500', '153112.272500', '153112.732500', '153113.192500', '153113.652500', '153114.112500', '153114.572500', '153115.032500', '153115.492500', '153115.952500', '153116.412500', '153116.872500', '153117.332500', '153117.792500', '153118.252500', '153118.712500', '153119.172500', '153119.632500', '153120.092500', '153120.552500', '153121.012500', '153121.472500', '153121.932500', '153122.392500', '153122.852500', '153123.312500', '153123.772500', '153124.232500', '153124.692500', '153125.152500', '153125.612500', '153126.072500', '153126.532500', '153126.992500', '153127.452500', '153127.912500', '153128.372500', '153128.832500', '153129.292500', '153129.752500', '153130.212500', '153130.672500', '153131.132500', '153131.592500', '153132.052500', '153132.512500', '153132.972500', '153133.432500', '153133.892500', '153134.352500', '153134.812500', '153135.272500', '153135.732500', '153136.192500', '153136.652500', '153137.112500', '153137.572500', '153138.032500', '153138.492500', '153138.952500', '153139.412500', '153139.872500', '153140.332500', '153140.792500', '153141.252500', '153141.712500', '153142.172500', '153142.632500', '153143.092500', '153143.552500', '153144.012500', '153144.472500', '153144.932500', '153145.392500', '153145.852500', '153146.312500', '153146.772500', '153147.232500', '153147.692500', '153148.152500', '153148.612500', '153149.072500', '153149.532500', '153149.992500', '153150.452500', '153150.912500', '153151.372500', '153151.832500', '153152.292500', '153152.752500', '153153.212500', '153153.672500', '153154.132500', '153154.592500', '153155.052500', '153155.512500', '153155.972500', '153156.432500', '153156.892500', '153157.352500', '153157.812500', '153158.272500', '153158.732500', '153159.192500', '153159.652500', '153200.112500', '153200.572500', '153201.032500', '153201.492500', '153201.952500', '153202.412500', '153202.872500', '153203.332500', '153203.792500', '153204.252500', '153204.712500', '153205.172500', '153205.632500', '153206.092500', '153206.552500', '153207.012500', '153207.472500', '153207.932500', '153208.392500', '153208.852500', '153209.312500', '153209.772500', '153210.232500', '153210.692500', '153211.152500', '153211.612500', '153212.072500', '153212.532500', '153212.992500', '153213.452500', '153213.912500', '153214.372500', '153214.832500', '153215.292500', '153215.752500', '153216.212500', '153216.672500', '153217.132500', '153217.592500', '153218.052500', '153218.512500', '153218.972500', '153219.432500', '153219.892500', '153220.352500', '153220.812500', '153221.272500', '153221.732500', '153222.192500', '153222.652500', '153223.112500', '153223.572500', '153224.032500', '153224.492500', '153224.952500', '153225.412500', '153225.872500', '153226.332500', '153226.792500', '153227.252500', '153227.712500', '153228.172500', '153228.632500', '153229.092500', '153229.552500', '153230.012500', '153230.472500', '153230.932500', '153231.392500', '153231.852500', '153232.312500', '153232.772500', '153233.232500', '153233.692500', '153234.152500', '153234.612500', '153235.072500', '153235.532500', '153235.992500', '153236.452500', '153236.912500', '153237.372500', '153237.832500', '153238.292500', '153238.752500', '153239.212500', '153239.672500', '153240.132500', '153240.592500', '153241.052500', '153241.512500', '153241.972500', '153242.432500', '153242.892500', '153243.352500', '153243.812500', '153244.272500', '153244.732500', '153245.192500', '153245.652500', '153246.112500', '153246.572500', '153247.032500', '153247.492500', '153247.952500', '153248.412500', '153248.872500', '153249.332500', '153249.792500', '153250.252500', '153250.712500', '153251.172500', '153251.632500', '153252.092500', '153252.552500', '153253.012500', '153253.472500', '153253.932500', '153254.392500', '153254.852500', '153255.312500', '153255.772500', '153256.232500', '153256.692500', '153257.152500', '153257.612500', '153258.072500', '153258.532500', '153258.992500', '153259.452500', '153259.912500', '153300.372500', '153300.832500', '153301.292500', '153301.752500', '153302.212500', '153302.672500', '153303.132500', '153303.592500', '153304.052500', '153304.512500', '153304.972500', '153305.432500', '153305.892500', '153306.352500', '153306.812500', '153307.272500', '153307.732500', '153308.192500', '153308.652500', '153309.112500', '153309.572500', '153310.032500', '153310.492500', '153310.952500', '153311.412500', '153311.872500', '153312.332500', '153312.792500', '153313.252500', '153313.712500', '153314.172500', '153314.632500', '153315.092500', '153315.552500', '153316.012500', '153316.472500', '153316.932500', '153317.392500', '153317.852500', '153318.312500', '153318.772500', '153319.232500', '153319.692500', '153320.152500', '153320.612500', '153321.072500', '153321.532500', '153321.992500', '153322.452500', '153322.912500', '153323.372500', '153323.832500', '153324.292500', '153324.752500', '153325.212500', '153325.672500', '153326.132500', '153326.592500', '153327.052500', '153327.512500', '153327.972500', '153328.432500', '153328.892500', '153329.352500', '153329.812500', '153330.272500', '153330.732500', '153331.192500', '153331.652500', '153332.112500', '153332.572500', '153333.032500', '153333.492500', '153333.952500', '153334.412500', '153334.872500', '153335.332500', '153335.792500', '153336.252500', '153336.712500', '153337.172500', '153337.632500', '153338.092500', '153338.552500', '153339.012500', '153339.472500', '153339.932500', '153340.392500', '153340.852500', '153341.312500', '153341.772500', '153342.232500', '153342.692500', '153343.152500', '153343.612500', '153344.072500', '153344.532500', '153344.992500', '153345.452500', '153345.912500', '153346.372500', '153346.832500', '153347.292500', '153347.752500', '153348.212500', '153348.672500', '153349.132500', '153349.592500', '153350.052500', '153350.512500', '153350.972500', '153351.432500', '153351.892500', '153352.352500', '153352.812500', '153353.272500', '153353.732500', '153354.192500', '153354.652500', '153355.112500', '153355.572500', '153356.032500', '153356.492500', '153356.952500', '153357.412500', '153357.872500', '153358.332500', '153358.792500', '153359.252500', '153359.712500', '153400.172500', '153400.632500', '153401.092500', '153401.552500', '153402.012500', '153402.472500', '153402.932500', '153403.392500', '153403.852500', '153404.312500', '153404.772500', '153405.232500', '153405.692500', '153406.152500', '153406.612500', '153407.072500', '153407.532500', '153407.992500', '153408.452500', '153408.912500', '153409.372500', '153409.832500', '153410.292500', '153410.752500', '153411.212500', '153411.672500', '153412.132500', '153412.592500', '153413.052500', '153413.512500', '153413.972500', '153414.432500', '153414.892500', '153415.352500', '153415.812500', '153416.272500', '153416.732500', '153417.192500', '153417.652500', '153418.112500', '153418.572500', '153419.032500', '153419.492500', '153419.952500', '153420.412500', '153420.872500', '153421.332500', '153421.792500', '153422.252500', '153422.712500', '153423.172500', '153423.632500', '153424.092500', '153424.552500', '153425.012500', '153425.472500', '153425.932500', '153426.392500', '153426.852500', '153427.312500', '153427.772500', '153428.232500', '153428.692500', '153429.152500', '153429.612500', '153430.072500', '153430.532500', '153430.992500', '153431.452500', '153431.912500', '153432.372500', '153432.832500', '153433.292500', '153433.752500', '153434.212500', '153434.672500', '153435.132500', '153435.592500', '153436.052500', '153436.512500', '153436.972500', '153437.432500', '153437.892500', '153438.352500', '153438.812500', '153439.272500', '153439.732500', '153440.192500', '153440.652500', '153441.112500', '153441.572500', '153442.032500', '153442.492500', '153442.952500', '153443.412500', '153443.872500', '153444.332500', '153444.792500', '153445.252500', '153445.712500', '153446.172500', '153446.632500', '153447.092500', '153447.552500', '153448.012500', '153448.472500', '153448.932500', '153449.392500'], 'ContentTime': ['152834.798000', '152834.803000', '152834.805000', '152834.808000', '152834.811000', '152834.819000', '152834.821000', '152834.824000', '152834.827000', '152834.829000', '152834.832000', '152834.834000', '152834.837000', '152834.840000', '152834.842000', '152834.845000', '152834.851000', '152834.854000', '152834.857000', '152834.859000', '152834.862000', '152854.772000', '152854.775000', '152854.778000', '152854.781000', '152854.783000', '152854.786000', '152854.788000', '152854.791000', '152854.794000', '152854.796000', '152854.799000', '152854.801000', '152854.804000', '152854.806000', '152854.809000', '152854.818000', '152854.821000', '152854.823000', '152854.826000', '152854.829000', '152854.831000', '152854.834000', '152854.836000', '152854.839000', '152854.841000', '152854.844000', '152854.847000', '152854.849000', '152854.852000', '152854.854000', '152854.857000', '152854.860000', '152854.862000', '152854.865000', '152854.867000', '152854.870000', '152854.873000', '152854.875000', '152854.878000', '152854.880000', '152854.883000', '152854.885000', '152854.888000', '152914.771000', '152914.774000', '152914.777000', '152914.779000', '152914.782000', '152914.785000', '152914.787000', '152914.790000', '152914.792000', '152914.795000', '152914.797000', '152914.800000', '152914.802000', '152914.805000', '152914.808000', '152914.810000', '152914.813000', '152914.815000', '152914.818000', '152914.820000', '152914.823000', '152914.826000', '152914.828000', '152914.831000', '152914.833000', '152914.836000', '152914.839000', '152914.841000', '152914.844000', '152914.846000', '152914.849000', '152914.851000', '152914.854000', '152914.857000', '152914.859000', '152914.862000', '152914.864000', '152914.867000', '152914.870000', '152914.872000', '152914.875000', '152914.877000', '152914.880000', '152914.882000', '152934.771000', '152934.774000', '152934.777000', '152934.779000', '152934.782000', '152934.785000', '152934.787000', '152934.790000', '152934.793000', '152934.795000', '152934.798000', '152934.800000', '152934.803000', '152934.806000', '152934.808000', '152934.811000', '152934.813000', '152934.816000', '152934.826000', '152934.828000', '152934.831000', '152934.833000', '152934.836000', '152934.839000', '152934.841000', '152934.844000', '152934.846000', '152934.849000', '152934.851000', '152934.854000', '152934.856000', '152934.859000', '152934.862000', '152934.864000', '152934.867000', '152934.869000', '152934.872000', '152934.876000', '152934.878000', '152934.881000', '152934.884000', '152934.886000', '152934.889000', '152954.773000', '152954.775000', '152954.778000', '152954.781000', '152954.783000', '152954.786000', '152954.788000', '152954.791000', '152954.794000', '152954.796000', '152954.799000', '152954.802000', '152954.804000', '152954.807000', '152954.809000', '152954.812000', '152954.815000', '152954.817000', '152954.820000', '152954.822000', '152954.825000', '152954.828000', '152954.830000', '152954.833000', '152954.835000', '152954.838000', '152954.841000', '152954.843000', '152954.846000', '152954.848000', '152954.851000', '152954.854000', '152954.856000', '152954.859000', '152954.861000', '152954.864000', '152954.866000', '152954.869000', '152954.872000', '152954.874000', '152954.877000', '152954.879000', '152954.882000', '152954.885000', '153014.773000', '153014.775000', '153014.778000', '153014.781000', '153014.783000', '153014.786000', '153014.788000', '153014.791000', '153014.794000', '153014.796000', '153014.799000', '153014.801000', '153014.804000', '153014.806000', '153014.809000', '153014.812000', '153014.814000', '153014.817000', '153014.819000', '153014.822000', '153014.825000', '153014.827000', '153014.830000', '153014.832000', '153014.835000', '153014.838000', '153014.840000', '153014.843000', '153014.845000', '153014.848000', '153014.850000', '153014.853000', '153014.857000', '153014.860000', '153014.863000', '153014.865000', '153014.868000', '153014.870000', '153014.873000', '153014.875000', '153014.878000', '153014.881000', '153014.883000', '153034.772000', '153034.775000', '153034.778000', '153034.781000', '153034.783000', '153034.786000', '153034.788000', '153034.791000', '153034.794000', '153034.796000', '153034.799000', '153034.801000', '153034.804000', '153034.806000', '153034.809000', '153034.812000', '153034.814000', '153034.817000', '153034.820000', '153034.822000', '153034.825000', '153034.827000', '153034.830000', '153034.833000', '153034.835000', '153034.838000', '153034.840000', '153034.843000', '153034.845000', '153034.848000', '153034.851000', '153034.853000', '153034.856000', '153034.859000', '153034.861000', '153034.864000', '153034.866000', '153034.869000', '153034.872000', '153034.874000', '153034.877000', '153034.880000', '153034.882000', '153034.885000', '153054.772000', '153054.775000', '153054.778000', '153054.781000', '153054.783000', '153054.786000', '153054.788000', '153054.791000', '153054.793000', '153054.796000', '153054.799000', '153054.801000', '153054.804000', '153054.806000', '153054.809000', '153054.812000', '153054.814000', '153054.817000', '153054.819000', '153054.822000', '153054.825000', '153054.827000', '153054.830000', '153054.833000', '153054.835000', '153054.838000', '153054.840000', '153054.843000', '153054.846000', '153054.848000', '153054.851000', '153054.854000', '153054.857000', '153054.860000', '153054.863000', '153054.865000', '153054.868000', '153054.871000', '153054.873000', '153054.876000', '153054.878000', '153054.881000', '153054.883000', '153114.798000', '153114.806000', '153114.809000', '153114.811000', '153114.814000', '153114.816000', '153114.819000', '153114.822000', '153114.824000', '153114.827000', '153114.829000', '153114.832000', '153114.835000', '153114.837000', '153114.840000', '153114.843000', '153114.845000', '153114.848000', '153114.850000', '153114.853000', '153114.855000', '153114.858000', '153114.861000', '153114.863000', '153114.866000', '153114.868000', '153114.871000', '153114.873000', '153114.876000', '153114.879000', '153114.881000', '153114.884000', '153114.886000', '153114.889000', '153114.892000', '153114.894000', '153114.897000', '153114.900000', '153114.902000', '153114.905000', '153114.907000', '153114.910000', '153114.912000', '153114.915000', '153134.771000', '153134.774000', '153134.777000', '153134.780000', '153134.782000', '153134.785000', '153134.787000', '153134.790000', '153134.793000', '153134.795000', '153134.798000', '153134.801000', '153134.803000', '153134.806000', '153134.808000', '153134.811000', '153134.814000', '153134.816000', '153134.819000', '153134.821000', '153134.824000', '153134.826000', '153134.829000', '153134.832000', '153134.835000', '153134.837000', '153134.840000', '153134.843000', '153134.845000', '153134.848000', '153134.851000', '153134.853000', '153134.856000', '153134.858000', '153134.861000', '153134.863000', '153134.866000', '153134.869000', '153134.871000', '153134.874000', '153134.876000', '153134.879000', '153134.882000', '153154.772000', '153154.775000', '153154.777000', '153154.780000', '153154.783000', '153154.785000', '153154.788000', '153154.790000', '153154.798000', '153154.800000', '153154.803000', '153154.806000', '153154.808000', '153154.811000', '153154.814000', '153154.816000', '153154.819000', '153154.821000', '153154.824000', '153154.827000', '153154.829000', '153154.832000', '153154.834000', '153154.837000', '153154.840000', '153154.842000', '153154.845000', '153154.847000', '153154.850000', '153154.853000', '153154.855000', '153154.858000', '153154.860000', '153154.863000', '153154.865000', '153154.872000', '153154.875000', '153154.877000', '153154.880000', '153154.883000', '153154.885000', '153154.888000', '153154.890000', '153154.893000', '153214.773000', '153214.776000', '153214.778000', '153214.781000', '153214.783000', '153214.786000', '153214.789000', '153214.791000', '153214.794000', '153214.796000', '153214.799000', '153214.802000', '153214.804000', '153214.807000', '153214.809000', '153214.812000', '153214.815000', '153214.817000', '153214.820000', '153214.822000', '153214.825000', '153214.828000', '153214.830000', '153214.833000', '153214.835000', '153214.838000', '153214.841000', '153214.843000', '153214.846000', '153214.848000', '153214.851000', '153214.854000', '153214.856000', '153214.859000', '153214.861000', '153214.864000', '153214.867000', '153214.869000', '153214.872000', '153214.874000', '153214.877000', '153214.880000', '153214.882000', '153234.772000', '153234.775000', '153234.778000', '153234.780000', '153234.783000', '153234.786000', '153234.788000', '153234.791000', '153234.793000', '153234.796000', '153234.799000', '153234.801000', '153234.804000', '153234.806000', '153234.809000', '153234.812000', '153234.814000', '153234.817000', '153234.819000', '153234.822000', '153234.825000', '153234.827000', '153234.830000', '153234.832000', '153234.835000', '153234.838000', '153234.840000', '153234.843000', '153234.845000', '153234.848000', '153234.851000', '153234.853000', '153234.856000', '153234.858000', '153234.861000', '153234.864000', '153234.866000', '153234.869000', '153234.871000', '153234.890000', '153234.893000', '153234.895000', '153234.898000', '153234.901000', '153254.772000', '153254.775000', '153254.778000', '153254.781000', '153254.783000', '153254.786000', '153254.788000', '153254.791000', '153254.794000', '153254.796000', '153254.799000', '153254.801000', '153254.804000', '153254.807000', '153254.809000', '153254.812000', '153254.814000', '153254.817000', '153254.819000', '153254.822000', '153254.825000', '153254.827000', '153254.830000', '153254.832000', '153254.835000', '153254.838000', '153254.840000', '153254.843000', '153254.846000', '153254.848000', '153254.851000', '153254.853000', '153254.856000', '153254.859000', '153254.861000', '153254.864000', '153254.866000', '153254.869000', '153254.872000', '153254.874000', '153254.877000', '153254.880000', '153254.882000', '153314.773000', '153314.776000', '153314.778000', '153314.781000', '153314.783000', '153314.786000', '153314.789000', '153314.791000', '153314.794000', '153314.804000', '153314.807000', '153314.809000', '153314.812000', '153314.815000', '153314.817000', '153314.820000', '153314.823000', '153314.826000', '153314.828000', '153314.831000', '153314.833000', '153314.836000', '153314.839000', '153314.841000', '153314.844000', '153314.846000', '153314.849000', '153314.852000', '153314.854000', '153314.857000', '153314.859000', '153314.862000', '153314.865000', '153314.867000', '153314.870000', '153314.872000', '153314.875000', '153314.878000', '153314.880000', '153314.883000', '153314.885000', '153314.888000', '153314.891000', '153314.893000', '153334.773000', '153334.775000', '153334.778000', '153334.781000', '153334.783000', '153334.786000', '153334.788000', '153334.791000', '153334.794000', '153334.796000', '153334.799000', '153334.801000', '153334.804000', '153334.807000', '153334.809000', '153334.812000', '153334.814000', '153334.817000', '153334.820000', '153334.822000', '153334.825000', '153334.827000', '153334.830000', '153334.833000', '153334.835000', '153334.838000', '153334.841000', '153334.843000', '153334.846000', '153334.848000', '153334.851000', '153334.854000', '153334.856000', '153334.859000', '153334.861000', '153334.864000', '153334.867000', '153334.869000', '153334.872000', '153334.874000', '153334.877000', '153334.880000', '153334.882000', '153354.771000', '153354.774000', '153354.777000', '153354.780000', '153354.782000', '153354.785000', '153354.787000', '153354.790000', '153354.793000', '153354.795000', '153354.798000', '153354.800000', '153354.803000', '153354.805000', '153354.808000', '153354.811000', '153354.813000', '153354.816000', '153354.819000', '153354.821000', '153354.824000', '153354.826000', '153354.829000', '153354.832000', '153354.834000', '153354.837000', '153354.839000', '153354.842000', '153354.845000', '153354.847000', '153354.850000', '153354.852000', '153354.855000', '153354.858000', '153354.860000', '153354.863000', '153354.870000', '153354.874000', '153354.877000', '153354.879000', '153354.882000', '153354.885000', '153354.887000', '153354.890000', '153414.771000', '153414.774000', '153414.777000', '153414.780000', '153414.782000', '153414.785000', '153414.788000', '153414.790000', '153414.793000', '153414.795000', '153414.798000', '153414.800000', '153414.803000', '153414.806000', '153414.808000', '153414.811000', '153414.813000', '153414.816000', '153414.819000', '153414.821000', '153414.824000', '153414.827000', '153414.829000', '153414.832000', '153414.835000', '153414.837000', '153414.840000', '153414.843000', '153414.845000', '153414.848000', '153414.851000', '153414.853000', '153414.856000', '153414.858000', '153414.861000', '153414.864000', '153414.866000', '153414.869000', '153414.872000', '153414.874000', '153414.877000', '153414.879000', '153414.882000', '153434.773000', '153434.775000', '153434.778000', '153434.781000', '153434.783000', '153434.786000', '153434.789000', '153434.791000', '153434.795000', '153434.797000', '153434.800000', '153434.803000', '153434.806000', '153434.808000', '153434.811000', '153434.814000', '153434.816000', '153434.819000', '153434.821000', '153434.824000', '153434.827000', '153434.829000', '153434.832000', '153434.835000', '153434.837000', '153434.840000', '153434.842000', '153434.845000', '153434.849000', '153434.851000', '153434.854000', '153434.857000', '153434.859000', '153434.862000', '153434.864000', '153434.867000', '153434.870000', '153434.872000', '153434.875000', '153434.877000', '153434.880000', '153434.883000', '153434.885000', '153434.888000', '153450.849000', '153450.852000', '153450.855000', '153450.858000', '153450.860000', '153450.863000', '153450.866000', '153450.868000', '153450.871000', '153450.874000', '153450.876000', '153450.879000', '153450.882000', '153450.884000', '153450.887000', '153450.890000', '153450.892000', '153450.895000', '153450.898000', '153450.901000', '153450.903000', '153450.906000', '153450.909000', '153450.911000', '153450.914000', '153450.917000', '153450.919000', '153450.922000', '153450.927000', '153450.930000', '153450.933000', '153450.936000', '153450.938000', '153450.941000', '153450.944000'], 'InstanceCreationTime': ['152834.798000', '152834.803000', '152834.805000', '152834.808000', '152834.811000', '152834.819000', '152834.821000', '152834.824000', '152834.827000', '152834.829000', '152834.832000', '152834.834000', '152834.837000', '152834.840000', '152834.842000', '152834.845000', '152834.851000', '152834.854000', '152834.857000', '152834.859000', '152834.862000', '152854.772000', '152854.775000', '152854.778000', '152854.781000', '152854.783000', '152854.786000', '152854.788000', '152854.791000', '152854.794000', '152854.796000', '152854.799000', '152854.801000', '152854.804000', '152854.806000', '152854.809000', '152854.818000', '152854.821000', '152854.823000', '152854.826000', '152854.829000', '152854.831000', '152854.834000', '152854.836000', '152854.839000', '152854.841000', '152854.844000', '152854.847000', '152854.849000', '152854.852000', '152854.854000', '152854.857000', '152854.860000', '152854.862000', '152854.865000', '152854.867000', '152854.870000', '152854.873000', '152854.875000', '152854.878000', '152854.880000', '152854.883000', '152854.885000', '152854.888000', '152914.771000', '152914.774000', '152914.777000', '152914.779000', '152914.782000', '152914.785000', '152914.787000', '152914.790000', '152914.792000', '152914.795000', '152914.797000', '152914.800000', '152914.802000', '152914.805000', '152914.808000', '152914.810000', '152914.813000', '152914.815000', '152914.818000', '152914.820000', '152914.823000', '152914.826000', '152914.828000', '152914.831000', '152914.833000', '152914.836000', '152914.839000', '152914.841000', '152914.844000', '152914.846000', '152914.849000', '152914.851000', '152914.854000', '152914.857000', '152914.859000', '152914.862000', '152914.864000', '152914.867000', '152914.870000', '152914.872000', '152914.875000', '152914.877000', '152914.880000', '152914.882000', '152934.771000', '152934.774000', '152934.777000', '152934.779000', '152934.782000', '152934.785000', '152934.787000', '152934.790000', '152934.793000', '152934.795000', '152934.798000', '152934.800000', '152934.803000', '152934.806000', '152934.808000', '152934.811000', '152934.813000', '152934.816000', '152934.826000', '152934.828000', '152934.831000', '152934.833000', '152934.836000', '152934.839000', '152934.841000', '152934.844000', '152934.846000', '152934.849000', '152934.851000', '152934.854000', '152934.856000', '152934.859000', '152934.862000', '152934.864000', '152934.867000', '152934.869000', '152934.872000', '152934.876000', '152934.878000', '152934.881000', '152934.884000', '152934.886000', '152934.889000', '152954.773000', '152954.775000', '152954.778000', '152954.781000', '152954.783000', '152954.786000', '152954.788000', '152954.791000', '152954.794000', '152954.796000', '152954.799000', '152954.802000', '152954.804000', '152954.807000', '152954.809000', '152954.812000', '152954.815000', '152954.817000', '152954.820000', '152954.822000', '152954.825000', '152954.828000', '152954.830000', '152954.833000', '152954.835000', '152954.838000', '152954.841000', '152954.843000', '152954.846000', '152954.848000', '152954.851000', '152954.854000', '152954.856000', '152954.859000', '152954.861000', '152954.864000', '152954.866000', '152954.869000', '152954.872000', '152954.874000', '152954.877000', '152954.879000', '152954.882000', '152954.885000', '153014.773000', '153014.775000', '153014.778000', '153014.781000', '153014.783000', '153014.786000', '153014.788000', '153014.791000', '153014.794000', '153014.796000', '153014.799000', '153014.801000', '153014.804000', '153014.806000', '153014.809000', '153014.812000', '153014.814000', '153014.817000', '153014.819000', '153014.822000', '153014.825000', '153014.827000', '153014.830000', '153014.832000', '153014.835000', '153014.838000', '153014.840000', '153014.843000', '153014.845000', '153014.848000', '153014.850000', '153014.853000', '153014.857000', '153014.860000', '153014.863000', '153014.865000', '153014.868000', '153014.870000', '153014.873000', '153014.875000', '153014.878000', '153014.881000', '153014.883000', '153034.772000', '153034.775000', '153034.778000', '153034.781000', '153034.783000', '153034.786000', '153034.788000', '153034.791000', '153034.794000', '153034.796000', '153034.799000', '153034.801000', '153034.804000', '153034.806000', '153034.809000', '153034.812000', '153034.814000', '153034.817000', '153034.820000', '153034.822000', '153034.825000', '153034.827000', '153034.830000', '153034.833000', '153034.835000', '153034.838000', '153034.840000', '153034.843000', '153034.845000', '153034.848000', '153034.851000', '153034.853000', '153034.856000', '153034.859000', '153034.861000', '153034.864000', '153034.866000', '153034.869000', '153034.872000', '153034.874000', '153034.877000', '153034.880000', '153034.882000', '153034.885000', '153054.772000', '153054.775000', '153054.778000', '153054.781000', '153054.783000', '153054.786000', '153054.788000', '153054.791000', '153054.793000', '153054.796000', '153054.799000', '153054.801000', '153054.804000', '153054.806000', '153054.809000', '153054.812000', '153054.814000', '153054.817000', '153054.819000', '153054.822000', '153054.825000', '153054.827000', '153054.830000', '153054.833000', '153054.835000', '153054.838000', '153054.840000', '153054.843000', '153054.846000', '153054.848000', '153054.851000', '153054.854000', '153054.857000', '153054.860000', '153054.863000', '153054.865000', '153054.868000', '153054.871000', '153054.873000', '153054.876000', '153054.878000', '153054.881000', '153054.883000', '153114.798000', '153114.806000', '153114.809000', '153114.811000', '153114.814000', '153114.816000', '153114.819000', '153114.822000', '153114.824000', '153114.827000', '153114.829000', '153114.832000', '153114.835000', '153114.837000', '153114.840000', '153114.843000', '153114.845000', '153114.848000', '153114.850000', '153114.853000', '153114.855000', '153114.858000', '153114.861000', '153114.863000', '153114.866000', '153114.868000', '153114.871000', '153114.873000', '153114.876000', '153114.879000', '153114.881000', '153114.884000', '153114.886000', '153114.889000', '153114.892000', '153114.894000', '153114.897000', '153114.900000', '153114.902000', '153114.905000', '153114.907000', '153114.910000', '153114.912000', '153114.915000', '153134.771000', '153134.774000', '153134.777000', '153134.780000', '153134.782000', '153134.785000', '153134.787000', '153134.790000', '153134.793000', '153134.795000', '153134.798000', '153134.801000', '153134.803000', '153134.806000', '153134.808000', '153134.811000', '153134.814000', '153134.816000', '153134.819000', '153134.821000', '153134.824000', '153134.826000', '153134.829000', '153134.832000', '153134.835000', '153134.837000', '153134.840000', '153134.843000', '153134.845000', '153134.848000', '153134.851000', '153134.853000', '153134.856000', '153134.858000', '153134.861000', '153134.863000', '153134.866000', '153134.869000', '153134.871000', '153134.874000', '153134.876000', '153134.879000', '153134.882000', '153154.772000', '153154.775000', '153154.777000', '153154.780000', '153154.783000', '153154.785000', '153154.788000', '153154.790000', '153154.798000', '153154.800000', '153154.803000', '153154.806000', '153154.808000', '153154.811000', '153154.814000', '153154.816000', '153154.819000', '153154.821000', '153154.824000', '153154.827000', '153154.829000', '153154.832000', '153154.834000', '153154.837000', '153154.840000', '153154.842000', '153154.845000', '153154.847000', '153154.850000', '153154.853000', '153154.855000', '153154.858000', '153154.860000', '153154.863000', '153154.865000', '153154.872000', '153154.875000', '153154.877000', '153154.880000', '153154.883000', '153154.885000', '153154.888000', '153154.890000', '153154.893000', '153214.773000', '153214.776000', '153214.778000', '153214.781000', '153214.783000', '153214.786000', '153214.789000', '153214.791000', '153214.794000', '153214.796000', '153214.799000', '153214.802000', '153214.804000', '153214.807000', '153214.809000', '153214.812000', '153214.815000', '153214.817000', '153214.820000', '153214.822000', '153214.825000', '153214.828000', '153214.830000', '153214.833000', '153214.835000', '153214.838000', '153214.841000', '153214.843000', '153214.846000', '153214.848000', '153214.851000', '153214.854000', '153214.856000', '153214.859000', '153214.861000', '153214.864000', '153214.867000', '153214.869000', '153214.872000', '153214.874000', '153214.877000', '153214.880000', '153214.882000', '153234.772000', '153234.775000', '153234.778000', '153234.780000', '153234.783000', '153234.786000', '153234.788000', '153234.791000', '153234.793000', '153234.796000', '153234.799000', '153234.801000', '153234.804000', '153234.806000', '153234.809000', '153234.812000', '153234.814000', '153234.817000', '153234.819000', '153234.822000', '153234.825000', '153234.827000', '153234.830000', '153234.832000', '153234.835000', '153234.838000', '153234.840000', '153234.843000', '153234.845000', '153234.848000', '153234.851000', '153234.853000', '153234.856000', '153234.858000', '153234.861000', '153234.864000', '153234.866000', '153234.869000', '153234.871000', '153234.890000', '153234.893000', '153234.895000', '153234.898000', '153234.901000', '153254.772000', '153254.775000', '153254.778000', '153254.781000', '153254.783000', '153254.786000', '153254.788000', '153254.791000', '153254.794000', '153254.796000', '153254.799000', '153254.801000', '153254.804000', '153254.807000', '153254.809000', '153254.812000', '153254.814000', '153254.817000', '153254.819000', '153254.822000', '153254.825000', '153254.827000', '153254.830000', '153254.832000', '153254.835000', '153254.838000', '153254.840000', '153254.843000', '153254.846000', '153254.848000', '153254.851000', '153254.853000', '153254.856000', '153254.859000', '153254.861000', '153254.864000', '153254.866000', '153254.869000', '153254.872000', '153254.874000', '153254.877000', '153254.880000', '153254.882000', '153314.773000', '153314.776000', '153314.778000', '153314.781000', '153314.783000', '153314.786000', '153314.789000', '153314.791000', '153314.794000', '153314.804000', '153314.807000', '153314.809000', '153314.812000', '153314.815000', '153314.817000', '153314.820000', '153314.823000', '153314.826000', '153314.828000', '153314.831000', '153314.833000', '153314.836000', '153314.839000', '153314.841000', '153314.844000', '153314.846000', '153314.849000', '153314.852000', '153314.854000', '153314.857000', '153314.859000', '153314.862000', '153314.865000', '153314.867000', '153314.870000', '153314.872000', '153314.875000', '153314.878000', '153314.880000', '153314.883000', '153314.885000', '153314.888000', '153314.891000', '153314.893000', '153334.773000', '153334.775000', '153334.778000', '153334.781000', '153334.783000', '153334.786000', '153334.788000', '153334.791000', '153334.794000', '153334.796000', '153334.799000', '153334.801000', '153334.804000', '153334.807000', '153334.809000', '153334.812000', '153334.814000', '153334.817000', '153334.820000', '153334.822000', '153334.825000', '153334.827000', '153334.830000', '153334.833000', '153334.835000', '153334.838000', '153334.841000', '153334.843000', '153334.846000', '153334.848000', '153334.851000', '153334.854000', '153334.856000', '153334.859000', '153334.861000', '153334.864000', '153334.867000', '153334.869000', '153334.872000', '153334.874000', '153334.877000', '153334.880000', '153334.882000', '153354.771000', '153354.774000', '153354.777000', '153354.780000', '153354.782000', '153354.785000', '153354.787000', '153354.790000', '153354.793000', '153354.795000', '153354.798000', '153354.800000', '153354.803000', '153354.805000', '153354.808000', '153354.811000', '153354.813000', '153354.816000', '153354.819000', '153354.821000', '153354.824000', '153354.826000', '153354.829000', '153354.832000', '153354.834000', '153354.837000', '153354.839000', '153354.842000', '153354.845000', '153354.847000', '153354.850000', '153354.852000', '153354.855000', '153354.858000', '153354.860000', '153354.863000', '153354.870000', '153354.874000', '153354.877000', '153354.879000', '153354.882000', '153354.885000', '153354.887000', '153354.890000', '153414.771000', '153414.774000', '153414.777000', '153414.780000', '153414.782000', '153414.785000', '153414.788000', '153414.790000', '153414.793000', '153414.795000', '153414.798000', '153414.800000', '153414.803000', '153414.806000', '153414.808000', '153414.811000', '153414.813000', '153414.816000', '153414.819000', '153414.821000', '153414.824000', '153414.827000', '153414.829000', '153414.832000', '153414.835000', '153414.837000', '153414.840000', '153414.843000', '153414.845000', '153414.848000', '153414.851000', '153414.853000', '153414.856000', '153414.858000', '153414.861000', '153414.864000', '153414.866000', '153414.869000', '153414.872000', '153414.874000', '153414.877000', '153414.879000', '153414.882000', '153434.773000', '153434.775000', '153434.778000', '153434.781000', '153434.783000', '153434.786000', '153434.789000', '153434.791000', '153434.795000', '153434.797000', '153434.800000', '153434.803000', '153434.806000', '153434.808000', '153434.811000', '153434.814000', '153434.816000', '153434.819000', '153434.821000', '153434.824000', '153434.827000', '153434.829000', '153434.832000', '153434.835000', '153434.837000', '153434.840000', '153434.842000', '153434.845000', '153434.849000', '153434.851000', '153434.854000', '153434.857000', '153434.859000', '153434.862000', '153434.864000', '153434.867000', '153434.870000', '153434.872000', '153434.875000', '153434.877000', '153434.880000', '153434.883000', '153434.885000', '153434.888000', '153450.849000', '153450.852000', '153450.855000', '153450.858000', '153450.860000', '153450.863000', '153450.866000', '153450.868000', '153450.871000', '153450.874000', '153450.876000', '153450.879000', '153450.882000', '153450.884000', '153450.887000', '153450.890000', '153450.892000', '153450.895000', '153450.898000', '153450.901000', '153450.903000', '153450.906000', '153450.909000', '153450.911000', '153450.914000', '153450.917000', '153450.919000', '153450.922000', '153450.927000', '153450.930000', '153450.933000', '153450.936000', '153450.938000', '153450.941000', '153450.944000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [14973, 8155, 13088, 8224, 9696, 8598, 9470, 8368, 9735, 8709, 9733, 8270, 9546, 8640, 9209, 8599, 8942, 8145, 7971, 8249, 8201, 7959, 8128, 7391, 8482, 8697, 8383, 9161, 8266, 10320, 8150, 9528, 8190, 9761, 8067, 9507, 7508, 9320, 8537, 9431, 7588, 8825, 12503, 8276, 12376, 8382, 11774, 8228, 10279, 7594, 9323, 8160, 9449, 7459, 8825, 11782, 8481, 13195, 8400, 10439, 8117, 9131, 7921, 8662, 7589, 8661, 12864, 8944, 10326, 8603, 9310, 8294, 8441, 7925, 8630, 12158, 8700, 12872, 8470, 10869, 8792, 9457, 8409, 8582, 8113, 8454, 10999, 8664, 11362, 8725, 10042, 8392, 9218, 8439, 8571, 8068, 8513, 15049, 8803, 13489, 8821, 11111, 8591, 8738, 8440, 8296, 9174, 8549, 10179, 8608, 14678, 8747, 13029, 8446, 9325, 8705, 8881, 8324, 8472, 8481, 8780, 10007, 8656, 10432, 8684, 9505, 8587, 10533, 8503, 10157, 8918, 11318, 8621, 9471, 8372, 9051, 8819, 9011, 8593, 8870, 8434, 8028, 8675, 8986, 9382, 12233, 8656, 10868, 8664, 15168, 8568, 8416, 8508, 12082, 9175, 15969, 11075, 16826, 12182, 14953, 11075, 11635, 8466, 10735, 8366, 8450, 8342, 8565, 8658, 8424, 10317, 8543, 11662, 8415, 10203, 8393, 9483, 8171, 9319, 8318, 8748, 7963, 8625, 8474, 9391, 8605, 9121, 8503, 8927, 11288, 8803, 11564, 8874, 10610, 8191, 9022, 8268, 9019, 8880, 9321, 8011, 9193, 8944, 8956, 8556, 9215, 8149, 9251, 7931, 9175, 13160, 8667, 10151, 9007, 8969, 9025, 10659, 8284, 10192, 8573, 9913, 7981, 9048, 8724, 8820, 8804, 8972, 14417, 8272, 10533, 7903, 9580, 7696, 9250, 8100, 8960, 9571, 8449, 10586, 8556, 9923, 8100, 9075, 8423, 9038, 11623, 8514, 10025, 7961, 8803, 8683, 8869, 9990, 8455, 10170, 8093, 9070, 7529, 8930, 8635, 9034, 8712, 8907, 10627, 7900, 9353, 8561, 8793, 8280, 9160, 14274, 8339, 10526, 7769, 9069, 8589, 9277, 14407, 8669, 12320, 8302, 10697, 7760, 8991, 8721, 8882, 10545, 9110, 15708, 8832, 12106, 7886, 9750, 8389, 8976, 16063, 8671, 11888, 7862, 9063, 8055, 8959, 12216, 8739, 9540, 7676, 9109, 8106, 7697, 9472, 7445, 9218, 10513, 8832, 9334, 7623, 8829, 8638, 10087, 13535, 10975, 17434, 12484, 13178, 10315, 8759, 15633, 11472, 17018, 10862, 13252, 8705, 9199, 8593, 8685, 10542, 8895, 11229, 8520, 10654, 8407, 9053, 8943, 8647, 9559, 8915, 10809, 8884, 10026, 8385, 9442, 8245, 9813, 8534, 8810, 8703, 9347, 8809, 9598, 7930, 9128, 8879, 8841, 8763, 8885, 13706, 8735, 11719, 7864, 9641, 8155, 8471, 8916, 8133, 7682, 11503, 8026, 8485, 8347, 8615, 9047, 9029, 8414, 9898, 13218, 8594, 8902, 8988, 16579, 10180, 13510, 8913, 8784, 14106, 8485, 12707, 8480, 9628, 8051, 9320, 7434, 9565, 7490, 8649, 8193, 8784, 8605, 8603, 8120, 8588, 10772, 7948, 9852, 7803, 9511, 7819, 8893, 8245, 8927, 8882, 8557, 9005, 8498, 11369, 8210, 9991, 8363, 9490, 8081, 9097, 7632, 9265, 8380, 9226, 8350, 8891, 12305, 8217, 14073, 8342, 11516, 7634, 9250, 8612, 9358, 8301, 8817, 14326, 8462, 13114, 8400, 11476, 7574, 9579, 8686, 9101, 9288, 8958, 9672, 8781, 12548, 8373, 10729, 8223, 9924, 8261, 9181, 8024, 9148, 8624, 9281, 8516, 8847, 8416, 8816, 13845, 8724, 13048, 8456, 10211, 8080, 9351, 8042, 9304, 8826, 8686, 8643, 8750, 10173, 8863, 8468, 8832, 8765, 8766, 10245, 8759, 9207, 8712, 9512, 8639, 12185, 8141, 10842, 8087, 9260, 7983, 9773, 8084, 10757, 8307, 9504, 7904, 9243, 7979, 10287, 7743, 9615, 8213, 8879, 8768, 8663, 10582, 8757, 10953, 8091, 9442, 8193, 9360, 7980, 9177, 8350, 7890, 8692, 8238, 9345, 8489, 10548, 8152, 8841, 12696, 8505, 10704, 8689, 12556, 8245, 10661, 7757, 10216, 7807, 9475, 7962, 8995, 8224, 9543, 7760, 9222, 8320, 9231, 8622, 8551, 10125, 8681, 14690, 8085, 10979, 7818, 9959, 7810, 9033, 8311, 9029, 9090, 8835, 9384, 9044, 8862, 9751, 8073, 12085, 8904, 8616, 8957, 8663, 14320, 10139, 9169, 16984, 10828, 14141, 9449, 8967, 8606, 8927, 10387, 8191, 9904, 8346, 10495, 8059, 10804, 8196, 10021, 7746, 9087, 8241, 9215, 8273, 8952, 8537, 8918, 11776, 8638, 10279, 8533, 9864, 8470, 8364, 9033, 8638, 8704, 8413, 9049, 16112, 15807, 10525, 9169, 8786, 9086, 9721, 8905, 9092, 9083, 8462, 8828, 7922, 9312, 7303, 11600, 9281, 8470, 10010, 8704, 12716, 9370, 16721, 10345, 13420, 9924, 9119, 8698, 9152, 9411, 8575, 12941, 8615, 10905, 8401, 9245, 7981, 9424, 7721, 9704, 8168, 9123, 7944, 9205, 8475, 8966, 8431, 9157, 8463, 8888, 8968, 8878, 7779, 9014, 7875, 9520, 13209, 8780, 15217, 8852, 13242, 8475, 7896, 8628, 7292, 11904, 8452, 11851, 15206, 11932, 16263, 10740, 10063, 7823, 8949, 12124, 8886, 10731, 9067, 10584, 8664, 12192, 9003, 13495, 9861, 9074, 10803, 8723, 14142, 9012, 11491, 8858, 10255, 8819, 9564, 8921, 8642, 9148, 9535, 9315, 9284, 9069, 9140, 8721, 8154, 9018, 8484, 8836, 10145, 8662, 9149, 8412, 8967, 8475, 8897, 8262, 9055, 8244, 7834, 8659, 8602, 8879, 8279, 8634, 8819, 8957, 8216, 9998, 8508, 9918, 8111, 8513, 9148, 8324, 11263, 15862, 9798, 14472, 9448, 12198, 7883, 9134, 7969, 8591, 7974, 7815, 7687, 8053, 9461, 7991, 10033, 7610, 9756, 7946, 9097, 8043, 9364, 7671, 9222, 7812, 9115, 8074, 9189, 7773, 8763, 7888, 8575, 10212, 8362, 14730, 8875, 13138, 7884, 11805, 7924, 10300, 7883, 8958, 8391, 8859, 8269, 9916, 8586, 10093, 7771, 12567, 8559, 10995, 8227, 14167, 8332, 15256, 9343, 15358, 9485, 10010, 11080, 8409, 9889, 8346, 9129, 8113, 8814, 8322, 8158, 9402, 8346, 10854, 8077, 8566, 8210, 8436, 8789, 8555, 8380, 8695, 8240], 'WindowCenter': [3889.0, 3821.0, 3847.0, 3804.0, 3822.0, 3802.0, 3810.0, 3801.0, 3810.0, 3811.0, 3810.0, 3800.0, 3810.0, 3814.0, 3811.0, 3814.0, 3812.0, 3802.0, 3815.0, 3814.0, 3815.0, 3814.0, 3816.0, 3806.0, 3842.0, 3829.0, 3831.0, 3829.0, 3828.0, 3840.0, 3833.0, 3840.0, 3832.0, 3852.0, 3830.0, 3839.0, 3833.0, 3841.0, 3830.0, 3842.0, 3819.0, 3830.0, 3862.0, 3831.0, 3862.0, 3832.0, 3862.0, 3831.0, 3840.0, 3819.0, 3841.0, 3830.0, 3843.0, 3818.0, 3830.0, 3862.0, 3830.0, 3862.0, 3830.0, 3850.0, 3818.0, 3840.0, 3818.0, 3831.0, 3819.0, 3828.0, 3874.0, 3841.0, 3836.0, 3828.0, 3827.0, 3815.0, 3816.0, 3833.0, 3830.0, 3865.0, 3842.0, 3863.0, 3831.0, 3849.0, 3828.0, 3826.0, 3799.0, 3812.0, 3816.0, 3827.0, 3850.0, 3829.0, 3848.0, 3826.0, 3838.0, 3817.0, 3829.0, 3814.0, 3817.0, 3804.0, 3825.0, 3869.0, 3828.0, 3857.0, 3825.0, 3836.0, 3815.0, 3814.0, 3813.0, 3813.0, 3812.0, 3813.0, 3823.0, 3813.0, 3857.0, 3814.0, 3845.0, 3802.0, 3811.0, 3813.0, 3812.0, 3812.0, 3811.0, 3812.0, 3812.0, 3822.0, 3813.0, 3834.0, 3827.0, 3823.0, 3813.0, 3834.0, 3825.0, 3823.0, 3825.0, 3833.0, 3811.0, 3811.0, 3801.0, 3812.0, 3828.0, 3824.0, 3813.0, 3810.0, 3814.0, 3801.0, 3812.0, 3839.0, 3843.0, 3850.0, 3817.0, 3834.0, 3817.0, 3858.0, 3815.0, 3814.0, 3825.0, 3848.0, 3824.0, 3856.0, 3821.0, 3853.0, 3820.0, 3841.0, 3818.0, 3817.0, 3787.0, 3807.0, 3784.0, 3782.0, 3783.0, 3795.0, 3795.0, 3785.0, 3804.0, 3783.0, 3805.0, 3784.0, 3804.0, 3785.0, 3806.0, 3797.0, 3807.0, 3798.0, 3797.0, 3800.0, 3812.0, 3814.0, 3826.0, 3814.0, 3825.0, 3813.0, 3825.0, 3836.0, 3827.0, 3837.0, 3827.0, 3835.0, 3816.0, 3814.0, 3814.0, 3826.0, 3827.0, 3826.0, 3805.0, 3826.0, 3827.0, 3828.0, 3828.0, 3827.0, 3817.0, 3826.0, 3815.0, 3826.0, 3860.0, 3827.0, 3837.0, 3826.0, 3825.0, 3827.0, 3850.0, 3830.0, 3839.0, 3829.0, 3839.0, 3816.0, 3829.0, 3831.0, 3827.0, 3828.0, 3827.0, 3859.0, 3815.0, 3839.0, 3819.0, 3837.0, 3817.0, 3825.0, 3817.0, 3826.0, 3842.0, 3830.0, 3837.0, 3830.0, 3837.0, 3816.0, 3826.0, 3816.0, 3829.0, 3848.0, 3828.0, 3839.0, 3816.0, 3826.0, 3828.0, 3828.0, 3838.0, 3830.0, 3838.0, 3820.0, 3830.0, 3832.0, 3840.0, 3831.0, 3842.0, 3830.0, 3840.0, 3851.0, 3831.0, 3841.0, 3831.0, 3829.0, 3829.0, 3840.0, 3874.0, 3831.0, 3851.0, 3820.0, 3830.0, 3828.0, 3827.0, 3872.0, 3829.0, 3860.0, 3829.0, 3838.0, 3806.0, 3827.0, 3840.0, 3827.0, 3850.0, 3828.0, 3870.0, 3827.0, 3861.0, 3817.0, 3838.0, 3815.0, 3825.0, 3868.0, 3828.0, 3849.0, 3815.0, 3825.0, 3802.0, 3813.0, 3847.0, 3826.0, 3826.0, 3805.0, 3825.0, 3816.0, 3819.0, 3854.0, 3831.0, 3854.0, 3851.0, 3829.0, 3829.0, 3819.0, 3840.0, 3844.0, 3868.0, 3874.0, 3851.0, 3871.0, 3845.0, 3846.0, 3824.0, 3801.0, 3857.0, 3833.0, 3855.0, 3821.0, 3833.0, 3800.0, 3798.0, 3798.0, 3798.0, 3807.0, 3796.0, 3819.0, 3798.0, 3820.0, 3799.0, 3799.0, 3809.0, 3799.0, 3809.0, 3811.0, 3821.0, 3812.0, 3808.0, 3801.0, 3822.0, 3813.0, 3823.0, 3813.0, 3811.0, 3814.0, 3812.0, 3814.0, 3823.0, 3803.0, 3813.0, 3814.0, 3826.0, 3814.0, 3813.0, 3845.0, 3813.0, 3836.0, 3803.0, 3825.0, 3802.0, 3814.0, 3825.0, 3814.0, 3802.0, 3848.0, 3816.0, 3828.0, 3828.0, 3828.0, 3829.0, 3828.0, 3816.0, 3841.0, 3861.0, 3829.0, 3830.0, 3841.0, 3884.0, 3839.0, 3848.0, 3815.0, 3815.0, 3858.0, 3815.0, 3845.0, 3813.0, 3822.0, 3815.0, 3825.0, 3805.0, 3826.0, 3805.0, 3813.0, 3815.0, 3828.0, 3827.0, 3828.0, 3816.0, 3827.0, 3850.0, 3830.0, 3839.0, 3820.0, 3839.0, 3817.0, 3827.0, 3831.0, 3840.0, 3842.0, 3830.0, 3829.0, 3828.0, 3851.0, 3830.0, 3839.0, 3832.0, 3838.0, 3819.0, 3827.0, 3831.0, 3840.0, 3831.0, 3840.0, 3817.0, 3829.0, 3863.0, 3831.0, 3875.0, 3830.0, 3850.0, 3819.0, 3841.0, 3829.0, 3839.0, 3817.0, 3827.0, 3859.0, 3829.0, 3859.0, 3829.0, 3848.0, 3805.0, 3825.0, 3827.0, 3826.0, 3826.0, 3828.0, 3825.0, 3815.0, 3846.0, 3816.0, 3848.0, 3817.0, 3825.0, 3815.0, 3825.0, 3814.0, 3824.0, 3827.0, 3827.0, 3814.0, 3815.0, 3814.0, 3825.0, 3858.0, 3829.0, 3857.0, 3814.0, 3825.0, 3816.0, 3824.0, 3816.0, 3825.0, 3824.0, 3812.0, 3815.0, 3814.0, 3836.0, 3827.0, 3815.0, 3814.0, 3815.0, 3827.0, 3837.0, 3829.0, 3826.0, 3815.0, 3825.0, 3826.0, 3849.0, 3816.0, 3837.0, 3815.0, 3825.0, 3815.0, 3837.0, 3816.0, 3848.0, 3817.0, 3824.0, 3816.0, 3826.0, 3816.0, 3839.0, 3806.0, 3825.0, 3814.0, 3827.0, 3817.0, 3826.0, 3836.0, 3814.0, 3835.0, 3804.0, 3824.0, 3814.0, 3824.0, 3815.0, 3825.0, 3828.0, 3829.0, 3829.0, 3842.0, 3853.0, 3844.0, 3853.0, 3832.0, 3830.0, 3860.0, 3830.0, 3838.0, 3817.0, 3859.0, 3830.0, 3838.0, 3819.0, 3838.0, 3817.0, 3826.0, 3818.0, 3827.0, 3828.0, 3841.0, 3817.0, 3827.0, 3828.0, 3841.0, 3830.0, 3832.0, 3839.0, 3828.0, 3870.0, 3817.0, 3848.0, 3817.0, 3839.0, 3816.0, 3825.0, 3816.0, 3828.0, 3828.0, 3830.0, 3828.0, 3825.0, 3826.0, 3826.0, 3817.0, 3862.0, 3842.0, 3844.0, 3842.0, 3845.0, 3875.0, 3840.0, 3828.0, 3871.0, 3836.0, 3860.0, 3826.0, 3813.0, 3813.0, 3814.0, 3826.0, 3817.0, 3825.0, 3815.0, 3836.0, 3816.0, 3847.0, 3828.0, 3837.0, 3807.0, 3825.0, 3829.0, 3826.0, 3830.0, 3828.0, 3828.0, 3828.0, 3847.0, 3815.0, 3837.0, 3815.0, 3825.0, 3816.0, 3814.0, 3828.0, 3830.0, 3841.0, 3832.0, 3843.0, 3885.0, 3916.0, 3867.0, 3830.0, 3819.0, 3828.0, 3826.0, 3828.0, 3816.0, 3830.0, 3830.0, 3828.0, 3817.0, 3827.0, 3818.0, 3849.0, 3840.0, 3830.0, 3838.0, 3843.0, 3862.0, 3840.0, 3872.0, 3838.0, 3849.0, 3827.0, 3815.0, 3813.0, 3812.0, 3811.0, 3813.0, 3844.0, 3818.0, 3836.0, 3814.0, 3813.0, 3803.0, 3824.0, 3805.0, 3826.0, 3816.0, 3825.0, 3817.0, 3826.0, 3817.0, 3828.0, 3815.0, 3824.0, 3815.0, 3815.0, 3828.0, 3841.0, 3818.0, 3827.0, 3819.0, 3841.0, 3862.0, 3831.0, 3888.0, 3859.0, 3874.0, 3814.0, 3789.0, 3784.0, 3777.0, 3834.0, 3815.0, 3833.0, 3842.0, 3834.0, 3870.0, 3835.0, 3822.0, 3789.0, 3823.0, 3832.0, 3810.0, 3819.0, 3810.0, 3820.0, 3798.0, 3818.0, 3795.0, 3817.0, 3793.0, 3782.0, 3792.0, 3780.0, 3812.0, 3780.0, 3801.0, 3779.0, 3790.0, 3781.0, 3790.0, 3781.0, 3781.0, 3793.0, 3792.0, 3793.0, 3793.0, 3793.0, 3793.0, 3783.0, 3784.0, 3794.0, 3795.0, 3795.0, 3807.0, 3796.0, 3797.0, 3798.0, 3796.0, 3798.0, 3808.0, 3800.0, 3812.0, 3813.0, 3803.0, 3814.0, 3816.0, 3825.0, 3816.0, 3815.0, 3825.0, 3826.0, 3814.0, 3826.0, 3830.0, 3851.0, 3830.0, 3831.0, 3842.0, 3830.0, 3852.0, 3871.0, 3827.0, 3860.0, 3826.0, 3846.0, 3806.0, 3824.0, 3804.0, 3814.0, 3803.0, 3806.0, 3804.0, 3816.0, 3826.0, 3817.0, 3839.0, 3820.0, 3839.0, 3830.0, 3828.0, 3832.0, 3841.0, 3833.0, 3840.0, 3819.0, 3831.0, 3832.0, 3843.0, 3820.0, 3832.0, 3820.0, 3831.0, 3840.0, 3830.0, 3874.0, 3829.0, 3860.0, 3817.0, 3849.0, 3818.0, 3840.0, 3819.0, 3830.0, 3818.0, 3827.0, 3816.0, 3836.0, 3816.0, 3840.0, 3806.0, 3851.0, 3830.0, 3838.0, 3830.0, 3874.0, 3831.0, 3873.0, 3828.0, 3861.0, 3824.0, 3826.0, 3836.0, 3815.0, 3823.0, 3803.0, 3828.0, 3818.0, 3828.0, 3815.0, 3817.0, 3828.0, 3831.0, 3851.0, 3817.0, 3827.0, 3818.0, 3817.0, 3828.0, 3827.0, 3849.0, 3862.0, 3847.0], 'WindowWidth': [8702.0, 8594.0, 8624.0, 8557.0, 8581.0, 8550.0, 8560.0, 8546.0, 8558.0, 8562.0, 8559.0, 8545.0, 8558.0, 8569.0, 8562.0, 8568.0, 8564.0, 8553.0, 8574.0, 8573.0, 8575.0, 8572.0, 8575.0, 8563.0, 8619.0, 8600.0, 8604.0, 8597.0, 8596.0, 8613.0, 8609.0, 8617.0, 8609.0, 8632.0, 8602.0, 8612.0, 8610.0, 8619.0, 8602.0, 8618.0, 8584.0, 8600.0, 8649.0, 8604.0, 8650.0, 8607.0, 8648.0, 8602.0, 8614.0, 8585.0, 8621.0, 8601.0, 8621.0, 8584.0, 8600.0, 8648.0, 8601.0, 8648.0, 8604.0, 8628.0, 8583.0, 8616.0, 8585.0, 8604.0, 8584.0, 8596.0, 8671.0, 8620.0, 8602.0, 8594.0, 8593.0, 8574.0, 8578.0, 8610.0, 8603.0, 8659.0, 8622.0, 8654.0, 8604.0, 8626.0, 8595.0, 8590.0, 8542.0, 8566.0, 8577.0, 8594.0, 8630.0, 8598.0, 8625.0, 8590.0, 8609.0, 8580.0, 8597.0, 8572.0, 8579.0, 8559.0, 8589.0, 8658.0, 8593.0, 8637.0, 8588.0, 8604.0, 8577.0, 8572.0, 8569.0, 8570.0, 8567.0, 8567.0, 8586.0, 8571.0, 8638.0, 8574.0, 8615.0, 8552.0, 8562.0, 8569.0, 8565.0, 8567.0, 8564.0, 8564.0, 8565.0, 8580.0, 8569.0, 8601.0, 8593.0, 8584.0, 8569.0, 8599.0, 8588.0, 8584.0, 8588.0, 8595.0, 8564.0, 8562.0, 8551.0, 8568.0, 8595.0, 8584.0, 8568.0, 8562.0, 8569.0, 8548.0, 8567.0, 8614.0, 8625.0, 8632.0, 8578.0, 8597.0, 8579.0, 8639.0, 8575.0, 8574.0, 8588.0, 8625.0, 8586.0, 8634.0, 8576.0, 8629.0, 8569.0, 8603.0, 8565.0, 8564.0, 8523.0, 8548.0, 8515.0, 8510.0, 8511.0, 8532.0, 8532.0, 8518.0, 8542.0, 8514.0, 8544.0, 8516.0, 8543.0, 8521.0, 8547.0, 8538.0, 8549.0, 8541.0, 8539.0, 8548.0, 8567.0, 8573.0, 8591.0, 8571.0, 8587.0, 8569.0, 8586.0, 8607.0, 8591.0, 8607.0, 8593.0, 8601.0, 8576.0, 8571.0, 8572.0, 8589.0, 8592.0, 8590.0, 8561.0, 8587.0, 8591.0, 8598.0, 8595.0, 8593.0, 8578.0, 8588.0, 8572.0, 8590.0, 8645.0, 8592.0, 8607.0, 8590.0, 8588.0, 8591.0, 8629.0, 8602.0, 8612.0, 8599.0, 8611.0, 8578.0, 8598.0, 8604.0, 8592.0, 8597.0, 8591.0, 8641.0, 8572.0, 8611.0, 8584.0, 8607.0, 8581.0, 8588.0, 8577.0, 8591.0, 8620.0, 8601.0, 8609.0, 8601.0, 8607.0, 8577.0, 8590.0, 8578.0, 8599.0, 8625.0, 8595.0, 8610.0, 8577.0, 8589.0, 8596.0, 8596.0, 8610.0, 8602.0, 8611.0, 8587.0, 8600.0, 8608.0, 8615.0, 8604.0, 8623.0, 8601.0, 8614.0, 8632.0, 8606.0, 8620.0, 8603.0, 8600.0, 8596.0, 8613.0, 8672.0, 8605.0, 8631.0, 8589.0, 8601.0, 8593.0, 8593.0, 8666.0, 8601.0, 8643.0, 8599.0, 8610.0, 8564.0, 8594.0, 8617.0, 8594.0, 8632.0, 8597.0, 8662.0, 8593.0, 8646.0, 8581.0, 8612.0, 8574.0, 8588.0, 8655.0, 8594.0, 8625.0, 8574.0, 8587.0, 8551.0, 8567.0, 8624.0, 8592.0, 8592.0, 8561.0, 8588.0, 8578.0, 8586.0, 8642.0, 8607.0, 8639.0, 8632.0, 8599.0, 8599.0, 8585.0, 8615.0, 8629.0, 8668.0, 8671.0, 8632.0, 8665.0, 8613.0, 8616.0, 8581.0, 8548.0, 8636.0, 8593.0, 8632.0, 8573.0, 8597.0, 8546.0, 8540.0, 8538.0, 8536.0, 8549.0, 8535.0, 8572.0, 8540.0, 8572.0, 8544.0, 8542.0, 8556.0, 8542.0, 8555.0, 8559.0, 8577.0, 8562.0, 8557.0, 8549.0, 8577.0, 8570.0, 8582.0, 8568.0, 8564.0, 8571.0, 8565.0, 8569.0, 8581.0, 8555.0, 8569.0, 8572.0, 8591.0, 8570.0, 8568.0, 8617.0, 8566.0, 8602.0, 8555.0, 8585.0, 8553.0, 8571.0, 8587.0, 8570.0, 8551.0, 8627.0, 8580.0, 8601.0, 8596.0, 8597.0, 8598.0, 8596.0, 8577.0, 8617.0, 8647.0, 8599.0, 8602.0, 8619.0, 8685.0, 8609.0, 8626.0, 8572.0, 8573.0, 8636.0, 8575.0, 8615.0, 8568.0, 8579.0, 8574.0, 8590.0, 8564.0, 8590.0, 8560.0, 8570.0, 8576.0, 8598.0, 8593.0, 8597.0, 8577.0, 8593.0, 8630.0, 8602.0, 8611.0, 8591.0, 8611.0, 8580.0, 8593.0, 8607.0, 8614.0, 8619.0, 8604.0, 8599.0, 8596.0, 8634.0, 8602.0, 8612.0, 8610.0, 8611.0, 8584.0, 8594.0, 8607.0, 8615.0, 8606.0, 8615.0, 8582.0, 8598.0, 8655.0, 8604.0, 8674.0, 8602.0, 8629.0, 8586.0, 8619.0, 8598.0, 8614.0, 8579.0, 8592.0, 8646.0, 8599.0, 8642.0, 8601.0, 8623.0, 8562.0, 8587.0, 8594.0, 8592.0, 8592.0, 8596.0, 8588.0, 8574.0, 8622.0, 8578.0, 8624.0, 8582.0, 8590.0, 8574.0, 8586.0, 8572.0, 8586.0, 8592.0, 8595.0, 8573.0, 8573.0, 8572.0, 8589.0, 8642.0, 8598.0, 8636.0, 8572.0, 8587.0, 8578.0, 8585.0, 8578.0, 8587.0, 8585.0, 8567.0, 8574.0, 8573.0, 8604.0, 8595.0, 8574.0, 8572.0, 8574.0, 8592.0, 8609.0, 8598.0, 8591.0, 8575.0, 8588.0, 8590.0, 8627.0, 8580.0, 8607.0, 8573.0, 8586.0, 8576.0, 8606.0, 8579.0, 8625.0, 8579.0, 8585.0, 8577.0, 8591.0, 8578.0, 8611.0, 8565.0, 8588.0, 8572.0, 8590.0, 8579.0, 8590.0, 8606.0, 8571.0, 8604.0, 8558.0, 8584.0, 8572.0, 8584.0, 8574.0, 8587.0, 8597.0, 8602.0, 8601.0, 8624.0, 8641.0, 8628.0, 8641.0, 8607.0, 8602.0, 8644.0, 8600.0, 8609.0, 8579.0, 8641.0, 8602.0, 8610.0, 8589.0, 8610.0, 8581.0, 8592.0, 8583.0, 8595.0, 8598.0, 8618.0, 8582.0, 8593.0, 8596.0, 8617.0, 8600.0, 8606.0, 8615.0, 8594.0, 8661.0, 8580.0, 8624.0, 8582.0, 8613.0, 8578.0, 8588.0, 8577.0, 8593.0, 8594.0, 8601.0, 8596.0, 8589.0, 8589.0, 8590.0, 8582.0, 8652.0, 8622.0, 8629.0, 8622.0, 8629.0, 8677.0, 8617.0, 8596.0, 8667.0, 8605.0, 8647.0, 8589.0, 8568.0, 8567.0, 8570.0, 8587.0, 8580.0, 8587.0, 8574.0, 8606.0, 8578.0, 8621.0, 8599.0, 8606.0, 8567.0, 8589.0, 8600.0, 8592.0, 8600.0, 8597.0, 8594.0, 8594.0, 8622.0, 8576.0, 8606.0, 8577.0, 8588.0, 8578.0, 8568.0, 8595.0, 8604.0, 8620.0, 8609.0, 8626.0, 8695.0, 8752.0, 8664.0, 8602.0, 8584.0, 8594.0, 8591.0, 8594.0, 8575.0, 8601.0, 8600.0, 8596.0, 8579.0, 8593.0, 8582.0, 8630.0, 8615.0, 8601.0, 8610.0, 8622.0, 8646.0, 8613.0, 8665.0, 8607.0, 8628.0, 8593.0, 8572.0, 8567.0, 8564.0, 8561.0, 8566.0, 8611.0, 8581.0, 8601.0, 8570.0, 8566.0, 8554.0, 8583.0, 8560.0, 8590.0, 8577.0, 8587.0, 8579.0, 8590.0, 8580.0, 8595.0, 8574.0, 8584.0, 8573.0, 8573.0, 8593.0, 8618.0, 8582.0, 8593.0, 8584.0, 8617.0, 8649.0, 8604.0, 8698.0, 8656.0, 8668.0, 8570.0, 8525.0, 8509.0, 8508.0, 8594.0, 8570.0, 8594.0, 8606.0, 8597.0, 8664.0, 8599.0, 8580.0, 8530.0, 8581.0, 8594.0, 8560.0, 8571.0, 8560.0, 8575.0, 8539.0, 8569.0, 8532.0, 8568.0, 8524.0, 8508.0, 8521.0, 8502.0, 8551.0, 8502.0, 8535.0, 8501.0, 8516.0, 8506.0, 8518.0, 8507.0, 8507.0, 8525.0, 8525.0, 8525.0, 8526.0, 8526.0, 8526.0, 8513.0, 8515.0, 8531.0, 8532.0, 8534.0, 8552.0, 8535.0, 8537.0, 8539.0, 8534.0, 8542.0, 8554.0, 8548.0, 8565.0, 8569.0, 8555.0, 8571.0, 8575.0, 8587.0, 8575.0, 8573.0, 8588.0, 8589.0, 8567.0, 8591.0, 8604.0, 8632.0, 8602.0, 8604.0, 8622.0, 8600.0, 8634.0, 8660.0, 8591.0, 8643.0, 8589.0, 8616.0, 8560.0, 8584.0, 8556.0, 8570.0, 8555.0, 8563.0, 8558.0, 8577.0, 8589.0, 8581.0, 8613.0, 8590.0, 8613.0, 8601.0, 8597.0, 8609.0, 8619.0, 8609.0, 8615.0, 8587.0, 8601.0, 8605.0, 8624.0, 8589.0, 8607.0, 8586.0, 8602.0, 8616.0, 8601.0, 8671.0, 8599.0, 8645.0, 8580.0, 8626.0, 8580.0, 8614.0, 8585.0, 8602.0, 8582.0, 8592.0, 8576.0, 8605.0, 8576.0, 8614.0, 8561.0, 8635.0, 8600.0, 8609.0, 8600.0, 8667.0, 8605.0, 8667.0, 8595.0, 8649.0, 8584.0, 8590.0, 8601.0, 8571.0, 8579.0, 8553.0, 8595.0, 8582.0, 8594.0, 8573.0, 8578.0, 8595.0, 8605.0, 8631.0, 8578.0, 8593.0, 8581.0, 8578.0, 8594.0, 8593.0, 8643.0, 8666.0, 8636.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.003080512514898689</td></tr>
<tr><td colspan=3>aqi</td><td>0.035255330393325394</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.81654438948684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2870357166945123</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.029491100143199</td></tr>
<tr><td colspan=3>efc</td><td>0.5299</td></tr>
<tr><td colspan=3>fber</td><td>3423.3821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11622360101911486</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.607866507747318</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488832051085654</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.345923034977927</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7304657530824414</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3901073651965925</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170248</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017531661316752434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04090358316898346</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.258575498882688</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.4328</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4723</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.9131</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283894.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>881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4683</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.323</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.4718</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2964.9803</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>722.773</td></tr>
<tr><td colspan=3>tsnr</td><td>33.30616395873949</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>