<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>ef9d065c04cca0c482b093d7fc3be056</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>16:57:41.340000</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.998142, -0.0609336, 0.000369212, 0.0606993, 0.994799, 0.0817937]</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.0930304</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7888, -7279, 880, -75, -554, 248, 103]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d79d517b-2051-437f-8b16-2e38c54eaea9||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.67794132232666, 0.16285167634487152, 0.014448444359004498, 105.27718353271484], [0.16348031163215637, 2.668973445892334, 0.22037217020988464, -120.01092529296875], [0.0009905699407681823, -0.2194465845823288, 2.690953016281128, -61.867759704589844], [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': ['165741.340000', '165741.800000', '165742.260000', '165742.720000', '165743.180000', '165743.640000', '165744.100000', '165744.560000', '165745.020000', '165745.480000', '165745.940000', '165746.400000', '165746.860000', '165747.320000', '165747.780000', '165748.240000', '165748.700000', '165749.160000', '165749.620000', '165750.080000', '165750.540000', '165751.000000', '165751.460000', '165751.920000', '165752.380000', '165752.840000', '165753.300000', '165753.760000', '165754.220000', '165754.680000', '165755.140000', '165755.600000', '165756.060000', '165756.520000', '165756.980000', '165757.440000', '165757.900000', '165758.360000', '165758.820000', '165759.280000', '165759.740000', '165800.200000', '165800.660000', '165801.120000', '165801.580000', '165802.040000', '165802.500000', '165802.960000', '165803.420000', '165803.880000', '165804.340000', '165804.800000', '165805.260000', '165805.720000', '165806.180000', '165806.640000', '165807.100000', '165807.560000', '165808.020000', '165808.480000', '165808.940000', '165809.400000', '165809.860000', '165810.320000', '165810.780000', '165811.240000', '165811.700000', '165812.160000', '165812.620000', '165813.080000', '165813.540000', '165814.000000', '165814.460000', '165814.920000', '165815.380000', '165815.840000', '165816.300000', '165816.760000', '165817.220000', '165817.680000', '165818.140000', '165818.600000', '165819.060000', '165819.520000', '165819.980000', '165820.440000', '165820.900000', '165821.360000', '165821.820000', '165822.280000', '165822.740000', '165823.200000', '165823.660000', '165824.120000', '165824.580000', '165825.040000', '165825.500000', '165825.960000', '165826.420000', '165826.880000', '165827.340000', '165827.800000', '165828.260000', '165828.720000', '165829.180000', '165829.640000', '165830.100000', '165830.560000', '165831.020000', '165831.480000', '165831.940000', '165832.400000', '165832.860000', '165833.320000', '165833.780000', '165834.240000', '165834.700000', '165835.160000', '165835.620000', '165836.080000', '165836.540000', '165837.000000', '165837.460000', '165837.920000', '165838.380000', '165838.840000', '165839.300000', '165839.760000', '165840.220000', '165840.680000', '165841.140000', '165841.600000', '165842.060000', '165842.520000', '165842.980000', '165843.440000', '165843.900000', '165844.360000', '165844.820000', '165845.280000', '165845.740000', '165846.200000', '165846.660000', '165847.120000', '165847.580000', '165848.040000', '165848.500000', '165848.960000', '165849.420000', '165849.880000', '165850.340000', '165850.800000', '165851.260000', '165851.720000', '165852.180000', '165852.640000', '165853.100000', '165853.560000', '165854.020000', '165854.480000', '165854.940000', '165855.400000', '165855.860000', '165856.320000', '165856.780000', '165857.240000', '165857.700000', '165858.160000', '165858.620000', '165859.080000', '165859.540000', '165900.000000', '165900.460000', '165900.920000', '165901.380000', '165901.840000', '165902.300000', '165902.760000', '165903.220000', '165903.680000', '165904.140000', '165904.600000', '165905.060000', '165905.520000', '165905.980000', '165906.440000', '165906.900000', '165907.360000', '165907.820000', '165908.280000', '165908.740000', '165909.200000', '165909.660000', '165910.120000', '165910.580000', '165911.040000', '165911.500000', '165911.960000', '165912.420000', '165912.880000', '165913.340000', '165913.800000', '165914.260000', '165914.720000', '165915.180000', '165915.640000', '165916.100000', '165916.560000', '165917.020000', '165917.480000', '165917.940000', '165918.400000', '165918.860000', '165919.320000', '165919.780000', '165920.240000', '165920.700000', '165921.160000', '165921.620000', '165922.080000', '165922.540000', '165923.000000', '165923.460000', '165923.920000', '165924.380000', '165924.840000', '165925.300000', '165925.760000', '165926.220000', '165926.680000', '165927.140000', '165927.600000', '165928.060000', '165928.520000', '165928.980000', '165929.440000', '165929.900000', '165930.360000', '165930.820000', '165931.280000', '165931.740000', '165932.200000', '165932.660000', '165933.120000', '165933.580000', '165934.040000', '165934.500000', '165934.960000', '165935.420000', '165935.880000', '165936.340000', '165936.800000', '165937.260000', '165937.720000', '165938.180000', '165938.640000', '165939.100000', '165939.560000', '165940.020000', '165940.480000', '165940.940000', '165941.400000', '165941.860000', '165942.320000', '165942.780000', '165943.240000', '165943.700000', '165944.160000', '165944.620000', '165945.080000', '165945.540000', '165946.000000', '165946.460000', '165946.920000', '165947.380000', '165947.840000', '165948.300000', '165948.760000', '165949.220000', '165949.680000', '165950.140000', '165950.600000', '165951.060000', '165951.520000', '165951.980000', '165952.440000', '165952.900000', '165953.360000', '165953.820000', '165954.280000', '165954.740000', '165955.200000', '165955.660000', '165956.120000', '165956.580000', '165957.040000', '165957.500000', '165957.960000', '165958.420000', '165958.880000', '165959.340000', '165959.800000', '170000.260000', '170000.720000', '170001.180000', '170001.640000', '170002.100000', '170002.560000', '170003.020000', '170003.480000', '170003.940000', '170004.400000', '170004.860000', '170005.320000', '170005.780000', '170006.240000', '170006.700000', '170007.160000', '170007.620000', '170008.080000', '170008.540000', '170009.000000', '170009.460000', '170009.920000', '170010.380000', '170010.840000', '170011.300000', '170011.760000', '170012.220000', '170012.680000', '170013.140000', '170013.600000', '170014.060000', '170014.520000', '170014.980000', '170015.440000', '170015.900000', '170016.360000', '170016.820000', '170017.280000', '170017.740000', '170018.200000', '170018.660000', '170019.120000', '170019.580000', '170020.040000', '170020.500000', '170020.960000', '170021.420000', '170021.880000', '170022.340000', '170022.800000', '170023.260000', '170023.720000', '170024.180000', '170024.640000', '170025.100000', '170025.560000', '170026.020000', '170026.480000', '170026.940000', '170027.400000', '170027.860000', '170028.320000', '170028.780000', '170029.240000', '170029.700000', '170030.160000', '170030.620000', '170031.080000', '170031.540000', '170032.000000', '170032.460000', '170032.920000', '170033.380000', '170033.840000', '170034.300000', '170034.760000', '170035.220000', '170035.680000', '170036.140000', '170036.600000', '170037.060000', '170037.520000', '170037.980000', '170038.440000', '170038.900000', '170039.360000', '170039.820000', '170040.280000', '170040.740000', '170041.200000', '170041.660000', '170042.120000', '170042.580000', '170043.040000', '170043.500000', '170043.960000', '170044.420000', '170044.880000', '170045.340000', '170045.800000', '170046.260000', '170046.720000', '170047.180000', '170047.640000', '170048.100000', '170048.560000', '170049.020000', '170049.480000', '170049.940000', '170050.400000', '170050.860000', '170051.320000', '170051.780000', '170052.240000', '170052.700000', '170053.160000', '170053.620000', '170054.080000', '170054.540000', '170055.000000', '170055.460000', '170055.920000', '170056.380000', '170056.840000', '170057.300000', '170057.760000', '170058.220000', '170058.680000', '170059.140000', '170059.600000', '170100.060000', '170100.520000', '170100.980000', '170101.440000', '170101.900000', '170102.360000', '170102.820000', '170103.280000', '170103.740000', '170104.200000', '170104.660000', '170105.120000', '170105.580000', '170106.040000', '170106.500000', '170106.960000', '170107.420000', '170107.880000', '170108.340000', '170108.800000', '170109.260000', '170109.720000', '170110.180000', '170110.640000', '170111.100000', '170111.560000', '170112.020000', '170112.480000', '170112.940000', '170113.400000', '170113.860000', '170114.320000', '170114.780000', '170115.240000', '170115.700000', '170116.160000', '170116.620000', '170117.080000', '170117.540000', '170118.000000', '170118.460000', '170118.920000', '170119.380000', '170119.840000', '170120.300000', '170120.760000', '170121.220000', '170121.680000', '170122.140000', '170122.600000', '170123.060000', '170123.520000', '170123.980000', '170124.440000', '170124.900000', '170125.360000', '170125.820000', '170126.280000', '170126.740000', '170127.200000', '170127.660000', '170128.120000', '170128.580000', '170129.040000', '170129.500000', '170129.960000', '170130.420000', '170130.880000', '170131.340000', '170131.800000', '170132.260000', '170132.720000', '170133.180000', '170133.640000', '170134.100000', '170134.560000', '170135.020000', '170135.480000', '170135.940000', '170136.400000', '170136.860000', '170137.320000', '170137.780000', '170138.240000', '170138.700000', '170139.160000', '170139.620000', '170140.080000', '170140.540000', '170141.000000', '170141.460000', '170141.920000', '170142.380000', '170142.840000', '170143.300000', '170143.760000', '170144.220000', '170144.680000', '170145.140000', '170145.600000', '170146.060000', '170146.520000', '170146.980000', '170147.440000', '170147.900000', '170148.360000', '170148.820000', '170149.280000', '170149.740000', '170150.200000', '170150.660000', '170151.120000', '170151.580000', '170152.040000', '170152.500000', '170152.960000', '170153.420000', '170153.880000', '170154.340000', '170154.800000', '170155.260000', '170155.720000', '170156.180000', '170156.640000', '170157.100000', '170157.560000', '170158.020000', '170158.480000', '170158.940000', '170159.400000', '170159.860000', '170200.320000', '170200.780000', '170201.240000', '170201.700000', '170202.160000', '170202.620000', '170203.080000', '170203.540000', '170204.000000', '170204.460000', '170204.920000', '170205.380000', '170205.840000', '170206.300000', '170206.760000', '170207.220000', '170207.680000', '170208.140000', '170208.600000', '170209.060000', '170209.520000', '170209.980000', '170210.440000', '170210.900000', '170211.360000', '170211.820000', '170212.280000', '170212.740000', '170213.200000', '170213.660000', '170214.120000', '170214.580000', '170215.040000', '170215.500000', '170215.960000', '170216.420000', '170216.880000', '170217.340000', '170217.800000', '170218.260000', '170218.720000', '170219.180000', '170219.640000', '170220.100000', '170220.560000', '170221.020000', '170221.480000', '170221.940000', '170222.400000', '170222.860000', '170223.320000', '170223.780000', '170224.240000', '170224.700000', '170225.160000', '170225.620000', '170226.080000', '170226.540000', '170227.000000', '170227.460000', '170227.920000', '170228.380000', '170228.840000', '170229.300000', '170229.760000', '170230.220000', '170230.680000', '170231.140000', '170231.600000', '170232.060000', '170232.520000', '170232.980000', '170233.440000', '170233.900000', '170234.360000', '170234.820000', '170235.280000', '170235.740000', '170236.200000', '170236.660000', '170237.120000', '170237.580000', '170238.040000', '170238.500000', '170238.960000', '170239.420000', '170239.880000', '170240.340000', '170240.800000', '170241.260000', '170241.720000', '170242.180000', '170242.640000', '170243.100000', '170243.560000', '170244.020000', '170244.480000', '170244.940000', '170245.400000', '170245.860000', '170246.320000', '170246.780000', '170247.240000', '170247.700000', '170248.160000', '170248.620000', '170249.080000', '170249.540000', '170250.000000', '170250.460000', '170250.920000', '170251.380000', '170251.840000', '170252.300000', '170252.760000', '170253.220000', '170253.680000', '170254.140000', '170254.600000', '170255.060000', '170255.520000', '170255.980000', '170256.440000', '170256.900000', '170257.360000', '170257.820000', '170258.280000', '170258.740000', '170259.200000', '170259.660000', '170300.120000', '170300.580000', '170301.040000', '170301.500000', '170301.960000', '170302.420000', '170302.880000', '170303.340000', '170303.800000', '170304.260000', '170304.720000', '170305.180000', '170305.640000', '170306.100000', '170306.560000', '170307.020000', '170307.480000', '170307.940000', '170308.400000', '170308.860000', '170309.320000', '170309.780000', '170310.240000', '170310.700000', '170311.160000', '170311.620000', '170312.080000', '170312.540000', '170313.000000', '170313.460000', '170313.920000', '170314.380000', '170314.840000', '170315.300000', '170315.760000', '170316.220000', '170316.680000', '170317.140000', '170317.600000', '170318.060000', '170318.520000', '170318.980000', '170319.440000', '170319.900000', '170320.360000', '170320.820000', '170321.280000', '170321.740000', '170322.200000', '170322.660000', '170323.120000', '170323.580000', '170324.040000', '170324.500000', '170324.960000', '170325.420000', '170325.880000', '170326.340000', '170326.800000', '170327.260000', '170327.720000', '170328.180000', '170328.640000', '170329.100000', '170329.560000', '170330.020000', '170330.480000', '170330.940000', '170331.400000', '170331.860000', '170332.320000', '170332.780000', '170333.240000', '170333.700000', '170334.160000', '170334.620000', '170335.080000', '170335.540000', '170336.000000', '170336.460000', '170336.920000', '170337.380000', '170337.840000', '170338.300000', '170338.760000', '170339.220000', '170339.680000', '170340.140000', '170340.600000', '170341.060000', '170341.520000', '170341.980000', '170342.440000', '170342.900000', '170343.360000', '170343.820000', '170344.280000', '170344.740000', '170345.200000', '170345.660000', '170346.120000', '170346.580000', '170347.040000', '170347.500000', '170347.960000', '170348.420000', '170348.880000', '170349.340000', '170349.800000', '170350.260000', '170350.720000', '170351.180000', '170351.640000', '170352.100000', '170352.560000', '170353.020000', '170353.480000', '170353.940000', '170354.400000', '170354.860000', '170355.320000', '170355.780000', '170356.240000', '170356.700000', '170357.160000', '170357.620000', '170358.080000', '170358.540000', '170359.000000', '170359.460000', '170359.920000', '170400.380000', '170400.840000', '170401.300000', '170401.760000', '170402.220000', '170402.680000', '170403.140000', '170403.600000', '170404.060000', '170404.520000', '170404.980000', '170405.440000', '170405.900000', '170406.360000', '170406.820000'], 'ContentTime': ['165756.833000', '165756.836000', '165756.839000', '165756.841000', '165756.844000', '165756.847000', '165756.849000', '165756.852000', '165756.854000', '165756.857000', '165756.860000', '165756.862000', '165756.865000', '165756.875000', '165756.877000', '165756.880000', '165756.882000', '165756.885000', '165756.888000', '165756.890000', '165756.893000', '165756.895000', '165756.898000', '165756.900000', '165756.903000', '165756.905000', '165756.908000', '165756.911000', '165756.913000', '165756.916000', '165756.918000', '165816.790000', '165816.793000', '165816.796000', '165816.798000', '165816.801000', '165816.803000', '165816.806000', '165816.809000', '165816.811000', '165816.814000', '165816.816000', '165816.819000', '165816.821000', '165816.824000', '165816.827000', '165816.829000', '165816.832000', '165816.834000', '165816.837000', '165816.839000', '165816.842000', '165816.844000', '165816.853000', '165816.856000', '165816.859000', '165816.861000', '165816.864000', '165816.866000', '165816.869000', '165816.872000', '165816.874000', '165816.877000', '165816.879000', '165816.882000', '165816.884000', '165816.887000', '165816.889000', '165816.892000', '165816.906000', '165816.908000', '165816.911000', '165816.913000', '165816.916000', '165816.918000', '165836.791000', '165836.794000', '165836.797000', '165836.799000', '165836.802000', '165836.804000', '165836.807000', '165836.809000', '165836.812000', '165836.815000', '165836.817000', '165836.820000', '165836.822000', '165836.825000', '165836.828000', '165836.830000', '165836.833000', '165836.835000', '165836.838000', '165836.848000', '165836.850000', '165836.853000', '165836.855000', '165836.858000', '165836.860000', '165836.863000', '165836.865000', '165836.868000', '165836.871000', '165836.873000', '165836.876000', '165836.878000', '165836.881000', '165836.883000', '165836.886000', '165836.889000', '165836.891000', '165836.894000', '165836.896000', '165836.899000', '165836.901000', '165836.904000', '165836.907000', '165856.792000', '165856.795000', '165856.798000', '165856.800000', '165856.803000', '165856.806000', '165856.808000', '165856.811000', '165856.813000', '165856.816000', '165856.818000', '165856.821000', '165856.824000', '165856.826000', '165856.829000', '165856.831000', '165856.834000', '165856.837000', '165856.839000', '165856.842000', '165856.844000', '165856.847000', '165856.850000', '165856.853000', '165856.855000', '165856.858000', '165856.861000', '165856.863000', '165856.866000', '165856.868000', '165856.871000', '165856.873000', '165856.876000', '165856.879000', '165856.881000', '165856.884000', '165856.886000', '165856.889000', '165856.891000', '165856.894000', '165856.897000', '165856.899000', '165856.902000', '165856.904000', '165916.791000', '165916.794000', '165916.797000', '165916.799000', '165916.802000', '165916.804000', '165916.807000', '165916.810000', '165916.812000', '165916.815000', '165916.818000', '165916.820000', '165916.823000', '165916.825000', '165916.828000', '165916.831000', '165916.833000', '165916.836000', '165916.838000', '165916.841000', '165916.844000', '165916.846000', '165916.849000', '165916.851000', '165916.854000', '165916.857000', '165916.859000', '165916.862000', '165916.865000', '165916.867000', '165916.870000', '165916.872000', '165916.875000', '165916.877000', '165916.880000', '165916.883000', '165916.885000', '165916.888000', '165916.890000', '165916.893000', '165916.895000', '165916.898000', '165916.900000', '165936.792000', '165936.794000', '165936.797000', '165936.800000', '165936.802000', '165936.805000', '165936.807000', '165936.810000', '165936.812000', '165936.815000', '165936.818000', '165936.820000', '165936.823000', '165936.825000', '165936.828000', '165936.831000', '165936.833000', '165936.836000', '165936.838000', '165936.841000', '165936.843000', '165936.846000', '165936.849000', '165936.851000', '165936.854000', '165936.856000', '165936.859000', '165936.861000', '165936.864000', '165936.867000', '165936.870000', '165936.872000', '165936.875000', '165936.877000', '165936.880000', '165936.883000', '165936.885000', '165936.888000', '165936.890000', '165936.893000', '165936.895000', '165936.898000', '165936.901000', '165936.903000', '165956.791000', '165956.794000', '165956.797000', '165956.799000', '165956.802000', '165956.804000', '165956.807000', '165956.810000', '165956.812000', '165956.815000', '165956.817000', '165956.820000', '165956.823000', '165956.825000', '165956.828000', '165956.830000', '165956.833000', '165956.835000', '165956.838000', '165956.840000', '165956.843000', '165956.846000', '165956.848000', '165956.851000', '165956.853000', '165956.856000', '165956.858000', '165956.861000', '165956.864000', '165956.866000', '165956.869000', '165956.872000', '165956.874000', '165956.877000', '165956.879000', '165956.882000', '165956.884000', '165956.887000', '165956.890000', '165956.892000', '165956.895000', '165956.897000', '165956.900000', '170016.790000', '170016.793000', '170016.796000', '170016.798000', '170016.801000', '170016.804000', '170016.806000', '170016.809000', '170016.811000', '170016.814000', '170016.816000', '170016.820000', '170016.823000', '170016.825000', '170016.828000', '170016.831000', '170016.834000', '170016.837000', '170016.840000', '170016.842000', '170016.845000', '170016.847000', '170016.850000', '170016.853000', '170016.855000', '170016.858000', '170016.861000', '170016.863000', '170016.866000', '170016.869000', '170016.871000', '170016.874000', '170016.877000', '170016.879000', '170016.882000', '170016.885000', '170016.887000', '170016.890000', '170016.893000', '170016.896000', '170016.898000', '170016.901000', '170016.903000', '170036.791000', '170036.793000', '170036.796000', '170036.798000', '170036.801000', '170036.804000', '170036.806000', '170036.809000', '170036.811000', '170036.814000', '170036.817000', '170036.819000', '170036.822000', '170036.824000', '170036.827000', '170036.829000', '170036.832000', '170036.835000', '170036.837000', '170036.840000', '170036.842000', '170036.845000', '170036.847000', '170036.850000', '170036.853000', '170036.855000', '170036.858000', '170036.860000', '170036.863000', '170036.865000', '170036.868000', '170036.871000', '170036.873000', '170036.876000', '170036.879000', '170036.881000', '170036.884000', '170036.886000', '170036.889000', '170036.892000', '170036.894000', '170036.897000', '170036.899000', '170036.902000', '170056.791000', '170056.794000', '170056.797000', '170056.800000', '170056.802000', '170056.805000', '170056.808000', '170056.810000', '170056.813000', '170056.815000', '170056.818000', '170056.821000', '170056.823000', '170056.826000', '170056.828000', '170056.831000', '170056.834000', '170056.836000', '170056.839000', '170056.841000', '170056.844000', '170056.846000', '170056.849000', '170056.852000', '170056.854000', '170056.857000', '170056.859000', '170056.862000', '170056.864000', '170056.867000', '170056.870000', '170056.872000', '170056.875000', '170056.878000', '170056.880000', '170056.883000', '170056.885000', '170056.888000', '170056.890000', '170056.893000', '170056.895000', '170056.898000', '170056.901000', '170116.792000', '170116.794000', '170116.797000', '170116.800000', '170116.802000', '170116.805000', '170116.807000', '170116.810000', '170116.812000', '170116.815000', '170116.818000', '170116.820000', '170116.823000', '170116.825000', '170116.828000', '170116.830000', '170116.833000', '170116.836000', '170116.838000', '170116.841000', '170116.843000', '170116.846000', '170116.848000', '170116.851000', '170116.854000', '170116.856000', '170116.859000', '170116.861000', '170116.864000', '170116.866000', '170116.869000', '170116.872000', '170116.874000', '170116.877000', '170116.879000', '170116.882000', '170116.884000', '170116.887000', '170116.889000', '170116.892000', '170116.895000', '170116.897000', '170116.900000', '170116.902000', '170136.792000', '170136.795000', '170136.797000', '170136.800000', '170136.802000', '170136.805000', '170136.808000', '170136.810000', '170136.813000', '170136.816000', '170136.818000', '170136.821000', '170136.824000', '170136.826000', '170136.829000', '170136.832000', '170136.834000', '170136.837000', '170136.839000', '170136.842000', '170136.844000', '170136.847000', '170136.850000', '170136.852000', '170136.855000', '170136.857000', '170136.860000', '170136.862000', '170136.865000', '170136.868000', '170136.896000', '170136.899000', '170136.902000', '170136.904000', '170136.907000', '170136.909000', '170136.912000', '170136.915000', '170136.917000', '170136.920000', '170136.923000', '170136.925000', '170136.928000', '170156.791000', '170156.794000', '170156.797000', '170156.800000', '170156.802000', '170156.805000', '170156.807000', '170156.810000', '170156.812000', '170156.815000', '170156.818000', '170156.820000', '170156.823000', '170156.825000', '170156.828000', '170156.830000', '170156.833000', '170156.836000', '170156.838000', '170156.841000', '170156.843000', '170156.846000', '170156.849000', '170156.851000', '170156.854000', '170156.856000', '170156.859000', '170156.862000', '170156.864000', '170156.867000', '170156.870000', '170156.872000', '170156.875000', '170156.878000', '170156.880000', '170156.883000', '170156.885000', '170156.888000', '170156.891000', '170156.893000', '170156.896000', '170156.898000', '170156.901000', '170156.903000', '170216.791000', '170216.794000', '170216.797000', '170216.799000', '170216.802000', '170216.805000', '170216.807000', '170216.810000', '170216.812000', '170216.815000', '170216.817000', '170216.821000', '170216.824000', '170216.827000', '170216.830000', '170216.832000', '170216.835000', '170216.837000', '170216.840000', '170216.843000', '170216.845000', '170216.848000', '170216.850000', '170216.853000', '170216.855000', '170216.858000', '170216.861000', '170216.863000', '170216.866000', '170216.868000', '170216.871000', '170216.873000', '170216.876000', '170216.879000', '170216.881000', '170216.884000', '170216.886000', '170216.889000', '170216.891000', '170216.894000', '170216.897000', '170216.899000', '170216.902000', '170236.791000', '170236.793000', '170236.796000', '170236.799000', '170236.801000', '170236.804000', '170236.806000', '170236.809000', '170236.811000', '170236.814000', '170236.817000', '170236.819000', '170236.822000', '170236.825000', '170236.827000', '170236.830000', '170236.833000', '170236.835000', '170236.838000', '170236.840000', '170236.843000', '170236.845000', '170236.848000', '170236.851000', '170236.853000', '170236.856000', '170236.858000', '170236.861000', '170236.864000', '170236.866000', '170236.869000', '170236.872000', '170236.874000', '170236.877000', '170236.879000', '170236.882000', '170236.885000', '170236.887000', '170236.890000', '170236.892000', '170236.895000', '170236.898000', '170236.900000', '170236.903000', '170256.791000', '170256.793000', '170256.796000', '170256.799000', '170256.801000', '170256.804000', '170256.806000', '170256.809000', '170256.812000', '170256.814000', '170256.817000', '170256.819000', '170256.822000', '170256.824000', '170256.827000', '170256.830000', '170256.832000', '170256.835000', '170256.837000', '170256.840000', '170256.842000', '170256.845000', '170256.848000', '170256.850000', '170256.853000', '170256.855000', '170256.858000', '170256.861000', '170256.863000', '170256.866000', '170256.869000', '170256.871000', '170256.874000', '170256.877000', '170256.879000', '170256.882000', '170256.884000', '170256.887000', '170256.890000', '170256.892000', '170256.895000', '170256.898000', '170256.900000', '170316.792000', '170316.794000', '170316.797000', '170316.800000', '170316.802000', '170316.805000', '170316.807000', '170316.810000', '170316.813000', '170316.815000', '170316.818000', '170316.820000', '170316.823000', '170316.826000', '170316.828000', '170316.831000', '170316.833000', '170316.836000', '170316.839000', '170316.841000', '170316.844000', '170316.846000', '170316.849000', '170316.852000', '170316.856000', '170316.859000', '170316.861000', '170316.864000', '170316.867000', '170316.869000', '170316.872000', '170316.875000', '170316.877000', '170316.880000', '170316.882000', '170316.885000', '170316.888000', '170316.890000', '170316.893000', '170316.896000', '170316.898000', '170316.901000', '170316.903000', '170316.906000', '170336.792000', '170336.794000', '170336.797000', '170336.799000', '170336.802000', '170336.805000', '170336.807000', '170336.810000', '170336.812000', '170336.815000', '170336.818000', '170336.820000', '170336.823000', '170336.825000', '170336.828000', '170336.830000', '170336.833000', '170336.836000', '170336.838000', '170336.841000', '170336.843000', '170336.846000', '170336.848000', '170336.851000', '170336.854000', '170336.856000', '170336.859000', '170336.861000', '170336.864000', '170336.867000', '170336.869000', '170336.872000', '170336.874000', '170336.877000', '170336.879000', '170336.882000', '170336.884000', '170336.887000', '170336.890000', '170336.892000', '170336.895000', '170336.897000', '170336.900000', '170356.791000', '170356.794000', '170356.797000', '170356.800000', '170356.802000', '170356.805000', '170356.807000', '170356.810000', '170356.812000', '170356.815000', '170356.818000', '170356.820000', '170356.823000', '170356.825000', '170356.828000', '170356.831000', '170356.833000', '170356.836000', '170356.838000', '170356.841000', '170356.844000', '170356.846000', '170356.849000', '170356.851000', '170356.854000', '170356.856000', '170356.859000', '170356.862000', '170356.864000', '170356.867000', '170356.869000', '170356.872000', '170356.875000', '170356.877000', '170356.880000', '170356.882000', '170356.885000', '170356.888000', '170356.890000', '170356.893000', '170356.896000', '170356.898000', '170356.901000', '170356.903000', '170408.188000', '170408.191000', '170408.194000', '170408.197000', '170408.255000', '170408.257000', '170408.260000', '170408.263000', '170408.266000', '170408.269000', '170408.274000', '170408.277000', '170408.280000', '170408.282000', '170408.285000', '170408.288000', '170408.291000', '170408.294000', '170408.300000', '170408.305000', '170408.311000', '170408.316000', '170408.318000', '170408.322000', '170408.325000'], 'InstanceCreationTime': ['165756.833000', '165756.836000', '165756.839000', '165756.841000', '165756.844000', '165756.847000', '165756.849000', '165756.852000', '165756.854000', '165756.857000', '165756.860000', '165756.862000', '165756.865000', '165756.875000', '165756.877000', '165756.880000', '165756.882000', '165756.885000', '165756.888000', '165756.890000', '165756.893000', '165756.895000', '165756.898000', '165756.900000', '165756.903000', '165756.905000', '165756.908000', '165756.911000', '165756.913000', '165756.916000', '165756.918000', '165816.790000', '165816.793000', '165816.796000', '165816.798000', '165816.801000', '165816.803000', '165816.806000', '165816.809000', '165816.811000', '165816.814000', '165816.816000', '165816.819000', '165816.821000', '165816.824000', '165816.827000', '165816.829000', '165816.832000', '165816.834000', '165816.837000', '165816.839000', '165816.842000', '165816.844000', '165816.853000', '165816.856000', '165816.859000', '165816.861000', '165816.864000', '165816.866000', '165816.869000', '165816.872000', '165816.874000', '165816.877000', '165816.879000', '165816.882000', '165816.884000', '165816.887000', '165816.889000', '165816.892000', '165816.906000', '165816.908000', '165816.911000', '165816.913000', '165816.916000', '165816.918000', '165836.791000', '165836.794000', '165836.797000', '165836.799000', '165836.802000', '165836.804000', '165836.807000', '165836.809000', '165836.812000', '165836.815000', '165836.817000', '165836.820000', '165836.822000', '165836.825000', '165836.828000', '165836.830000', '165836.833000', '165836.835000', '165836.838000', '165836.848000', '165836.850000', '165836.853000', '165836.855000', '165836.858000', '165836.860000', '165836.863000', '165836.865000', '165836.868000', '165836.871000', '165836.873000', '165836.876000', '165836.878000', '165836.881000', '165836.883000', '165836.886000', '165836.889000', '165836.891000', '165836.894000', '165836.896000', '165836.899000', '165836.901000', '165836.904000', '165836.907000', '165856.792000', '165856.795000', '165856.798000', '165856.800000', '165856.803000', '165856.806000', '165856.808000', '165856.811000', '165856.813000', '165856.816000', '165856.818000', '165856.821000', '165856.824000', '165856.826000', '165856.829000', '165856.831000', '165856.834000', '165856.837000', '165856.839000', '165856.842000', '165856.844000', '165856.847000', '165856.850000', '165856.853000', '165856.855000', '165856.858000', '165856.861000', '165856.863000', '165856.866000', '165856.868000', '165856.871000', '165856.873000', '165856.876000', '165856.879000', '165856.881000', '165856.884000', '165856.886000', '165856.889000', '165856.891000', '165856.894000', '165856.897000', '165856.899000', '165856.902000', '165856.904000', '165916.791000', '165916.794000', '165916.797000', '165916.799000', '165916.802000', '165916.804000', '165916.807000', '165916.810000', '165916.812000', '165916.815000', '165916.818000', '165916.820000', '165916.823000', '165916.825000', '165916.828000', '165916.831000', '165916.833000', '165916.836000', '165916.838000', '165916.841000', '165916.844000', '165916.846000', '165916.849000', '165916.851000', '165916.854000', '165916.857000', '165916.859000', '165916.862000', '165916.865000', '165916.867000', '165916.870000', '165916.872000', '165916.875000', '165916.877000', '165916.880000', '165916.883000', '165916.885000', '165916.888000', '165916.890000', '165916.893000', '165916.895000', '165916.898000', '165916.900000', '165936.792000', '165936.794000', '165936.797000', '165936.800000', '165936.802000', '165936.805000', '165936.807000', '165936.810000', '165936.812000', '165936.815000', '165936.818000', '165936.820000', '165936.823000', '165936.825000', '165936.828000', '165936.831000', '165936.833000', '165936.836000', '165936.838000', '165936.841000', '165936.843000', '165936.846000', '165936.849000', '165936.851000', '165936.854000', '165936.856000', '165936.859000', '165936.861000', '165936.864000', '165936.867000', '165936.870000', '165936.872000', '165936.875000', '165936.877000', '165936.880000', '165936.883000', '165936.885000', '165936.888000', '165936.890000', '165936.893000', '165936.895000', '165936.898000', '165936.901000', '165936.903000', '165956.791000', '165956.794000', '165956.797000', '165956.799000', '165956.802000', '165956.804000', '165956.807000', '165956.810000', '165956.812000', '165956.815000', '165956.817000', '165956.820000', '165956.823000', '165956.825000', '165956.828000', '165956.830000', '165956.833000', '165956.835000', '165956.838000', '165956.840000', '165956.843000', '165956.846000', '165956.848000', '165956.851000', '165956.853000', '165956.856000', '165956.858000', '165956.861000', '165956.864000', '165956.866000', '165956.869000', '165956.872000', '165956.874000', '165956.877000', '165956.879000', '165956.882000', '165956.884000', '165956.887000', '165956.890000', '165956.892000', '165956.895000', '165956.897000', '165956.900000', '170016.790000', '170016.793000', '170016.796000', '170016.798000', '170016.801000', '170016.804000', '170016.806000', '170016.809000', '170016.811000', '170016.814000', '170016.816000', '170016.820000', '170016.823000', '170016.825000', '170016.828000', '170016.831000', '170016.834000', '170016.837000', '170016.840000', '170016.842000', '170016.845000', '170016.847000', '170016.850000', '170016.853000', '170016.855000', '170016.858000', '170016.861000', '170016.863000', '170016.866000', '170016.869000', '170016.871000', '170016.874000', '170016.877000', '170016.879000', '170016.882000', '170016.885000', '170016.887000', '170016.890000', '170016.893000', '170016.896000', '170016.898000', '170016.901000', '170016.903000', '170036.791000', '170036.793000', '170036.796000', '170036.798000', '170036.801000', '170036.804000', '170036.806000', '170036.809000', '170036.811000', '170036.814000', '170036.817000', '170036.819000', '170036.822000', '170036.824000', '170036.827000', '170036.829000', '170036.832000', '170036.835000', '170036.837000', '170036.840000', '170036.842000', '170036.845000', '170036.847000', '170036.850000', '170036.853000', '170036.855000', '170036.858000', '170036.860000', '170036.863000', '170036.865000', '170036.868000', '170036.871000', '170036.873000', '170036.876000', '170036.879000', '170036.881000', '170036.884000', '170036.886000', '170036.889000', '170036.892000', '170036.894000', '170036.897000', '170036.899000', '170036.902000', '170056.791000', '170056.794000', '170056.797000', '170056.800000', '170056.802000', '170056.805000', '170056.808000', '170056.810000', '170056.813000', '170056.815000', '170056.818000', '170056.821000', '170056.823000', '170056.826000', '170056.828000', '170056.831000', '170056.834000', '170056.836000', '170056.839000', '170056.841000', '170056.844000', '170056.846000', '170056.849000', '170056.852000', '170056.854000', '170056.857000', '170056.859000', '170056.862000', '170056.864000', '170056.867000', '170056.870000', '170056.872000', '170056.875000', '170056.878000', '170056.880000', '170056.883000', '170056.885000', '170056.888000', '170056.890000', '170056.893000', '170056.895000', '170056.898000', '170056.901000', '170116.792000', '170116.794000', '170116.797000', '170116.800000', '170116.802000', '170116.805000', '170116.807000', '170116.810000', '170116.812000', '170116.815000', '170116.818000', '170116.820000', '170116.823000', '170116.825000', '170116.828000', '170116.830000', '170116.833000', '170116.836000', '170116.838000', '170116.841000', '170116.843000', '170116.846000', '170116.848000', '170116.851000', '170116.854000', '170116.856000', '170116.859000', '170116.861000', '170116.864000', '170116.866000', '170116.869000', '170116.872000', '170116.874000', '170116.877000', '170116.879000', '170116.882000', '170116.884000', '170116.887000', '170116.889000', '170116.892000', '170116.895000', '170116.897000', '170116.900000', '170116.902000', '170136.792000', '170136.795000', '170136.797000', '170136.800000', '170136.802000', '170136.805000', '170136.808000', '170136.810000', '170136.813000', '170136.816000', '170136.818000', '170136.821000', '170136.824000', '170136.826000', '170136.829000', '170136.832000', '170136.834000', '170136.837000', '170136.839000', '170136.842000', '170136.844000', '170136.847000', '170136.850000', '170136.852000', '170136.855000', '170136.857000', '170136.860000', '170136.862000', '170136.865000', '170136.868000', '170136.896000', '170136.899000', '170136.902000', '170136.904000', '170136.907000', '170136.909000', '170136.912000', '170136.915000', '170136.917000', '170136.920000', '170136.923000', '170136.925000', '170136.928000', '170156.791000', '170156.794000', '170156.797000', '170156.800000', '170156.802000', '170156.805000', '170156.807000', '170156.810000', '170156.812000', '170156.815000', '170156.818000', '170156.820000', '170156.823000', '170156.825000', '170156.828000', '170156.830000', '170156.833000', '170156.836000', '170156.838000', '170156.841000', '170156.843000', '170156.846000', '170156.849000', '170156.851000', '170156.854000', '170156.856000', '170156.859000', '170156.862000', '170156.864000', '170156.867000', '170156.870000', '170156.872000', '170156.875000', '170156.878000', '170156.880000', '170156.883000', '170156.885000', '170156.888000', '170156.891000', '170156.893000', '170156.896000', '170156.898000', '170156.901000', '170156.903000', '170216.791000', '170216.794000', '170216.797000', '170216.799000', '170216.802000', '170216.805000', '170216.807000', '170216.810000', '170216.812000', '170216.815000', '170216.817000', '170216.821000', '170216.824000', '170216.827000', '170216.830000', '170216.832000', '170216.835000', '170216.837000', '170216.840000', '170216.843000', '170216.845000', '170216.848000', '170216.850000', '170216.853000', '170216.855000', '170216.858000', '170216.861000', '170216.863000', '170216.866000', '170216.868000', '170216.871000', '170216.873000', '170216.876000', '170216.879000', '170216.881000', '170216.884000', '170216.886000', '170216.889000', '170216.891000', '170216.894000', '170216.897000', '170216.899000', '170216.902000', '170236.791000', '170236.793000', '170236.796000', '170236.799000', '170236.801000', '170236.804000', '170236.806000', '170236.809000', '170236.811000', '170236.814000', '170236.817000', '170236.819000', '170236.822000', '170236.825000', '170236.827000', '170236.830000', '170236.833000', '170236.835000', '170236.838000', '170236.840000', '170236.843000', '170236.845000', '170236.848000', '170236.851000', '170236.853000', '170236.856000', '170236.858000', '170236.861000', '170236.864000', '170236.866000', '170236.869000', '170236.872000', '170236.874000', '170236.877000', '170236.879000', '170236.882000', '170236.885000', '170236.887000', '170236.890000', '170236.892000', '170236.895000', '170236.898000', '170236.900000', '170236.903000', '170256.791000', '170256.793000', '170256.796000', '170256.799000', '170256.801000', '170256.804000', '170256.806000', '170256.809000', '170256.812000', '170256.814000', '170256.817000', '170256.819000', '170256.822000', '170256.824000', '170256.827000', '170256.830000', '170256.832000', '170256.835000', '170256.837000', '170256.840000', '170256.842000', '170256.845000', '170256.848000', '170256.850000', '170256.853000', '170256.855000', '170256.858000', '170256.861000', '170256.863000', '170256.866000', '170256.869000', '170256.871000', '170256.874000', '170256.877000', '170256.879000', '170256.882000', '170256.884000', '170256.887000', '170256.890000', '170256.892000', '170256.895000', '170256.898000', '170256.900000', '170316.792000', '170316.794000', '170316.797000', '170316.800000', '170316.802000', '170316.805000', '170316.807000', '170316.810000', '170316.813000', '170316.815000', '170316.818000', '170316.820000', '170316.823000', '170316.826000', '170316.828000', '170316.831000', '170316.833000', '170316.836000', '170316.839000', '170316.841000', '170316.844000', '170316.846000', '170316.849000', '170316.852000', '170316.856000', '170316.859000', '170316.861000', '170316.864000', '170316.867000', '170316.869000', '170316.872000', '170316.875000', '170316.877000', '170316.880000', '170316.882000', '170316.885000', '170316.888000', '170316.890000', '170316.893000', '170316.896000', '170316.898000', '170316.901000', '170316.903000', '170316.906000', '170336.792000', '170336.794000', '170336.797000', '170336.799000', '170336.802000', '170336.805000', '170336.807000', '170336.810000', '170336.812000', '170336.815000', '170336.818000', '170336.820000', '170336.823000', '170336.825000', '170336.828000', '170336.830000', '170336.833000', '170336.836000', '170336.838000', '170336.841000', '170336.843000', '170336.846000', '170336.848000', '170336.851000', '170336.854000', '170336.856000', '170336.859000', '170336.861000', '170336.864000', '170336.867000', '170336.869000', '170336.872000', '170336.874000', '170336.877000', '170336.879000', '170336.882000', '170336.884000', '170336.887000', '170336.890000', '170336.892000', '170336.895000', '170336.897000', '170336.900000', '170356.791000', '170356.794000', '170356.797000', '170356.800000', '170356.802000', '170356.805000', '170356.807000', '170356.810000', '170356.812000', '170356.815000', '170356.818000', '170356.820000', '170356.823000', '170356.825000', '170356.828000', '170356.831000', '170356.833000', '170356.836000', '170356.838000', '170356.841000', '170356.844000', '170356.846000', '170356.849000', '170356.851000', '170356.854000', '170356.856000', '170356.859000', '170356.862000', '170356.864000', '170356.867000', '170356.869000', '170356.872000', '170356.875000', '170356.877000', '170356.880000', '170356.882000', '170356.885000', '170356.888000', '170356.890000', '170356.893000', '170356.896000', '170356.898000', '170356.901000', '170356.903000', '170408.188000', '170408.191000', '170408.194000', '170408.197000', '170408.255000', '170408.257000', '170408.260000', '170408.263000', '170408.266000', '170408.269000', '170408.274000', '170408.277000', '170408.280000', '170408.282000', '170408.285000', '170408.288000', '170408.291000', '170408.294000', '170408.300000', '170408.305000', '170408.311000', '170408.316000', '170408.318000', '170408.322000', '170408.325000'], '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': [10376, 10124, 13068, 9815, 9738, 9418, 9516, 10652, 10095, 9801, 10257, 9808, 10553, 9861, 11415, 9934, 11621, 9810, 11518, 10056, 11845, 10068, 12131, 10291, 11894, 9846, 11952, 10533, 9724, 9611, 9653, 10070, 10078, 11845, 10025, 11840, 10419, 12851, 10226, 12865, 9965, 10045, 11139, 9823, 11445, 10129, 10607, 10467, 10209, 11438, 10140, 10628, 10275, 12034, 10883, 13297, 11152, 11076, 12325, 10252, 11626, 10153, 12054, 10009, 11246, 10118, 11949, 10990, 10377, 12108, 10080, 12313, 10581, 12224, 10659, 11708, 10391, 11874, 12804, 11529, 12671, 11820, 9800, 9875, 10371, 12017, 11635, 10114, 11118, 10229, 10527, 10162, 11976, 10348, 12435, 10764, 12420, 10891, 13681, 11183, 12703, 11276, 9985, 11751, 10464, 12137, 10558, 11692, 10466, 12434, 10428, 11846, 9951, 11538, 10508, 10634, 10445, 12396, 10694, 9935, 11781, 10413, 11844, 10526, 10882, 10049, 11768, 10351, 10201, 11675, 10217, 9511, 10202, 11679, 10148, 10969, 10133, 13569, 10233, 11578, 10497, 9782, 10995, 10153, 11218, 9931, 11464, 10283, 12451, 11153, 11237, 11402, 10124, 11358, 10412, 11335, 10371, 11194, 10690, 12474, 10272, 12022, 10192, 11849, 9966, 13053, 10931, 10077, 9953, 10419, 12021, 10672, 12357, 11606, 9980, 11319, 10281, 13836, 10688, 12812, 11820, 12832, 11209, 12903, 10945, 11969, 10324, 9837, 10183, 10393, 11197, 11301, 10122, 11952, 10688, 12296, 10727, 12206, 10502, 9756, 11042, 9783, 11446, 10039, 11276, 9974, 11332, 10125, 11794, 11016, 10106, 11130, 13000, 11011, 9966, 11546, 9990, 12020, 10674, 11167, 11385, 9777, 11310, 10327, 11600, 10302, 12518, 10704, 12369, 10472, 13342, 10739, 10125, 11249, 10027, 11009, 10706, 12331, 10615, 12358, 10484, 10653, 11176, 9907, 11672, 10466, 12186, 10777, 10463, 11667, 10187, 12085, 10443, 11768, 10781, 12368, 10403, 10646, 11190, 10292, 9750, 10191, 10692, 10316, 11882, 10370, 11587, 11054, 10029, 11727, 10631, 12898, 11428, 9950, 11531, 10119, 12133, 10141, 10594, 10062, 13446, 10643, 12261, 10813, 12817, 11343, 10282, 12050, 10202, 11850, 10835, 12378, 10665, 11286, 10382, 11478, 10687, 12466, 11298, 10559, 11747, 10209, 12242, 10691, 12751, 10818, 12116, 10915, 11898, 10852, 11550, 10286, 10200, 10182, 10044, 10386, 11037, 11731, 9900, 11062, 10106, 13691, 10067, 10965, 10394, 11355, 10673, 11657, 11154, 10624, 12151, 10495, 11534, 12988, 10364, 12821, 9937, 11422, 9951, 10188, 9863, 11061, 10095, 11923, 10682, 10134, 10709, 10302, 11184, 10153, 11195, 10112, 11101, 10273, 10351, 10574, 10589, 9835, 10807, 11508, 10598, 12089, 10064, 11355, 10411, 10802, 9346, 8248, 8675, 9599, 12968, 9871, 9239, 9882, 10018, 12682, 9840, 10704, 10036, 9862, 10537, 9841, 10497, 11360, 10909, 12473, 11321, 10417, 11385, 12563, 11183, 13288, 10685, 12472, 10418, 10686, 10308, 12448, 10591, 10548, 10635, 11749, 10260, 11730, 10040, 12204, 10446, 11027, 10057, 11052, 10578, 10114, 10529, 10119, 8683, 10170, 10122, 10251, 11929, 10419, 12076, 10242, 11105, 10299, 10581, 10164, 11043, 10154, 11094, 10148, 12588, 10550, 9929, 10915, 10105, 11143, 11081, 10860, 9917, 10676, 9803, 10413, 11168, 10753, 13253, 10631, 10019, 10814, 9820, 10737, 11713, 10769, 12972, 10143, 11545, 10277, 10136, 10134, 10279, 11500, 10230, 11267, 9986, 9632, 10015, 10975, 10329, 10064, 10081, 11805, 10053, 9811, 10197, 11757, 10236, 11737, 10302, 11464, 10048, 11599, 10198, 12011, 10152, 11518, 10264, 11819, 10159, 11599, 10041, 11892, 10115, 11195, 10309, 11632, 10123, 12582, 9909, 12798, 10819, 13097, 10364, 10349, 10478, 9955, 11149, 10021, 11109, 9944, 10993, 9617, 10954, 9726, 9651, 10004, 10635, 10204, 9872, 10120, 9572, 9930, 10984, 10220, 10823, 10063, 11778, 10127, 11039, 10347, 12602, 10203, 11858, 10290, 11582, 10349, 11211, 10346, 13284, 10154, 11597, 11013, 12961, 10513, 11948, 10408, 11801, 10228, 11938, 11116, 13052, 10789, 11748, 11103, 9769, 11097, 9966, 10635, 11870, 11158, 12701, 10421, 12957, 10926, 9802, 11481, 10282, 11404, 10345, 11483, 13018, 10744, 11719, 10283, 12921, 10788, 12770, 11132, 11818, 10362, 11657, 10033, 12976, 10498, 10145, 10715, 11523, 10333, 12809, 10059, 11177, 9919, 11244, 10054, 11540, 10216, 11497, 10005, 9889, 10231, 10900, 10439, 12365, 10395, 13030, 10441, 12728, 10654, 12155, 10442, 11579, 10779, 11848, 10603, 11989, 10583, 12226, 10077, 12383, 10173, 12544, 10956, 12013, 11408, 10435, 11263, 10623, 11394, 11560, 10395, 11475, 10300, 11471, 10444, 9984, 9950, 11834, 10283, 11013, 12266, 10224, 11602, 10165, 11243, 9986, 12410, 10186, 12572, 10140, 12012, 10190, 10107, 10139, 10986, 10065, 10620, 9877, 9860, 10113, 10939, 12496, 10787, 12229, 10042, 12097, 9991, 11394, 10036, 12838, 10714, 11402, 10218, 12091, 10213, 11757, 9901, 10630, 9910, 11834, 9839, 11133, 10074, 12799, 10111, 11916, 10157, 10522, 10043, 10942, 9941, 10072, 11608, 9973, 12090, 10165, 10813, 9875, 12590, 10077, 11464, 10851, 11861, 10266, 11879, 10249, 10962, 10729, 11025, 10820, 11367, 10357, 12198, 10260, 11252, 10128, 12023, 10484, 11082, 10554, 10230, 10349, 10663, 10077, 11966, 10341, 10585, 10298, 11189, 9903, 11396, 9897, 11251, 10016, 9656, 10123, 9888, 9999, 10447, 10075, 11708, 10250, 11434, 10357, 9902, 10325, 10048, 10023, 11794, 10326, 11272, 10286, 9890, 10227, 10813, 10191, 10339, 10155, 12657, 10333, 11071, 10554, 12413, 10330, 11880, 10359, 11821, 11023, 10301, 10816, 12063, 10568, 12115, 9934, 12446, 10173, 11246, 10271, 9872, 10014, 10191, 10247, 11673, 10524, 10224, 10551, 11505, 10517, 13071, 10802, 10383, 10634, 12077, 10566, 11510, 9993, 10743, 10227, 12710, 9921, 12446, 10678, 11703, 10582, 10342, 10255, 9978, 11086, 10234, 10630, 10291, 11553, 10412, 11098, 10358, 10103, 10182, 9923, 10211, 9974, 10292, 11188, 10165, 10889, 9939, 11156, 10027, 10611, 10180, 10577, 10473, 11508, 10145, 10854, 10197, 11049, 9977, 9524, 10451, 10276, 10078, 10551], 'WindowCenter': [4304.0, 4293.0, 4309.0, 4280.0, 4267.0, 4255.0, 4255.0, 4262.0, 4263.0, 4263.0, 4263.0, 4250.0, 4263.0, 4262.0, 4284.0, 4264.0, 4286.0, 4265.0, 4285.0, 4265.0, 4286.0, 4277.0, 4309.0, 4288.0, 4296.0, 4277.0, 4283.0, 4274.0, 4264.0, 4253.0, 4265.0, 4263.0, 4264.0, 4283.0, 4275.0, 4295.0, 4287.0, 4305.0, 4287.0, 4307.0, 4278.0, 4278.0, 4287.0, 4277.0, 4286.0, 4276.0, 4286.0, 4286.0, 4276.0, 4297.0, 4276.0, 4276.0, 4276.0, 4296.0, 4288.0, 4308.0, 4298.0, 4297.0, 4309.0, 4290.0, 4299.0, 4289.0, 4309.0, 4290.0, 4298.0, 4291.0, 4298.0, 4299.0, 4289.0, 4310.0, 4288.0, 4311.0, 4300.0, 4321.0, 4302.0, 4322.0, 4302.0, 4324.0, 4324.0, 4324.0, 4322.0, 4323.0, 4293.0, 4279.0, 4289.0, 4299.0, 4298.0, 4288.0, 4299.0, 4289.0, 4289.0, 4290.0, 4309.0, 4290.0, 4308.0, 4289.0, 4309.0, 4299.0, 4319.0, 4300.0, 4309.0, 4300.0, 4289.0, 4297.0, 4289.0, 4298.0, 4299.0, 4309.0, 4300.0, 4309.0, 4288.0, 4298.0, 4279.0, 4298.0, 4289.0, 4288.0, 4289.0, 4298.0, 4287.0, 4276.0, 4296.0, 4276.0, 4297.0, 4287.0, 4287.0, 4289.0, 4297.0, 4277.0, 4277.0, 4287.0, 4277.0, 4277.0, 4277.0, 4298.0, 4287.0, 4286.0, 4277.0, 4306.0, 4277.0, 4287.0, 4276.0, 4276.0, 4287.0, 4276.0, 4286.0, 4276.0, 4285.0, 4275.0, 4284.0, 4274.0, 4273.0, 4284.0, 4274.0, 4285.0, 4275.0, 4286.0, 4276.0, 4287.0, 4288.0, 4309.0, 4287.0, 4311.0, 4290.0, 4310.0, 4291.0, 4308.0, 4287.0, 4266.0, 4264.0, 4275.0, 4284.0, 4275.0, 4293.0, 4285.0, 4264.0, 4274.0, 4275.0, 4304.0, 4275.0, 4295.0, 4297.0, 4306.0, 4297.0, 4308.0, 4298.0, 4296.0, 4288.0, 4278.0, 4275.0, 4276.0, 4274.0, 4274.0, 4274.0, 4285.0, 4275.0, 4294.0, 4286.0, 4295.0, 4287.0, 4266.0, 4286.0, 4277.0, 4297.0, 4277.0, 4297.0, 4278.0, 4285.0, 4276.0, 4285.0, 4274.0, 4264.0, 4285.0, 4304.0, 4287.0, 4275.0, 4296.0, 4277.0, 4294.0, 4275.0, 4283.0, 4285.0, 4275.0, 4286.0, 4276.0, 4294.0, 4287.0, 4295.0, 4287.0, 4297.0, 4287.0, 4307.0, 4297.0, 4277.0, 4285.0, 4276.0, 4285.0, 4286.0, 4307.0, 4288.0, 4308.0, 4300.0, 4289.0, 4298.0, 4277.0, 4296.0, 4287.0, 4297.0, 4299.0, 4287.0, 4298.0, 4288.0, 4297.0, 4287.0, 4297.0, 4287.0, 4297.0, 4287.0, 4287.0, 4286.0, 4275.0, 4264.0, 4275.0, 4286.0, 4285.0, 4295.0, 4287.0, 4286.0, 4285.0, 4276.0, 4284.0, 4286.0, 4294.0, 4296.0, 4276.0, 4296.0, 4275.0, 4297.0, 4275.0, 4287.0, 4277.0, 4306.0, 4287.0, 4295.0, 4286.0, 4296.0, 4297.0, 4275.0, 4297.0, 4287.0, 4297.0, 4287.0, 4307.0, 4287.0, 4298.0, 4288.0, 4298.0, 4300.0, 4307.0, 4288.0, 4276.0, 4297.0, 4277.0, 4295.0, 4287.0, 4307.0, 4288.0, 4298.0, 4298.0, 4309.0, 4298.0, 4310.0, 4300.0, 4300.0, 4302.0, 4292.0, 4290.0, 4289.0, 4309.0, 4290.0, 4300.0, 4302.0, 4308.0, 4264.0, 4272.0, 4261.0, 4271.0, 4274.0, 4272.0, 4285.0, 4274.0, 4297.0, 4286.0, 4286.0, 4295.0, 4274.0, 4282.0, 4263.0, 4272.0, 4264.0, 4262.0, 4263.0, 4261.0, 4259.0, 4270.0, 4260.0, 4249.0, 4258.0, 4248.0, 4270.0, 4260.0, 4271.0, 4261.0, 4273.0, 4262.0, 4263.0, 4272.0, 4273.0, 4262.0, 4272.0, 4271.0, 4273.0, 4283.0, 4275.0, 4285.0, 4287.0, 4299.0, 4281.0, 4258.0, 4268.0, 4277.0, 4308.0, 4279.0, 4279.0, 4279.0, 4279.0, 4297.0, 4276.0, 4263.0, 4264.0, 4264.0, 4274.0, 4265.0, 4275.0, 4284.0, 4276.0, 4295.0, 4286.0, 4275.0, 4287.0, 4297.0, 4288.0, 4309.0, 4288.0, 4308.0, 4288.0, 4277.0, 4279.0, 4297.0, 4277.0, 4277.0, 4276.0, 4286.0, 4277.0, 4286.0, 4266.0, 4284.0, 4265.0, 4264.0, 4254.0, 4273.0, 4264.0, 4263.0, 4263.0, 4263.0, 4242.0, 4262.0, 4261.0, 4262.0, 4272.0, 4273.0, 4283.0, 4264.0, 4273.0, 4265.0, 4275.0, 4265.0, 4285.0, 4275.0, 4273.0, 4275.0, 4281.0, 4263.0, 4252.0, 4263.0, 4262.0, 4274.0, 4284.0, 4286.0, 4264.0, 4274.0, 4263.0, 4264.0, 4273.0, 4273.0, 4293.0, 4273.0, 4263.0, 4274.0, 4263.0, 4273.0, 4283.0, 4273.0, 4293.0, 4275.0, 4272.0, 4264.0, 4264.0, 4252.0, 4262.0, 4272.0, 4262.0, 4272.0, 4251.0, 4251.0, 4251.0, 4260.0, 4262.0, 4263.0, 4263.0, 4284.0, 4263.0, 4262.0, 4263.0, 4283.0, 4264.0, 4283.0, 4263.0, 4273.0, 4264.0, 4273.0, 4264.0, 4283.0, 4263.0, 4272.0, 4263.0, 4283.0, 4264.0, 4283.0, 4265.0, 4285.0, 4275.0, 4274.0, 4274.0, 4285.0, 4275.0, 4283.0, 4263.0, 4283.0, 4274.0, 4282.0, 4264.0, 4263.0, 4273.0, 4263.0, 4272.0, 4262.0, 4273.0, 4252.0, 4273.0, 4263.0, 4274.0, 4262.0, 4252.0, 4262.0, 4263.0, 4263.0, 4263.0, 4262.0, 4263.0, 4263.0, 4272.0, 4261.0, 4262.0, 4262.0, 4282.0, 4263.0, 4272.0, 4263.0, 4282.0, 4264.0, 4283.0, 4264.0, 4285.0, 4274.0, 4284.0, 4276.0, 4295.0, 4275.0, 4285.0, 4276.0, 4295.0, 4276.0, 4295.0, 4287.0, 4285.0, 4276.0, 4284.0, 4275.0, 4284.0, 4274.0, 4283.0, 4284.0, 4263.0, 4274.0, 4263.0, 4274.0, 4272.0, 4274.0, 4283.0, 4275.0, 4293.0, 4274.0, 4263.0, 4273.0, 4263.0, 4284.0, 4273.0, 4286.0, 4305.0, 4286.0, 4285.0, 4276.0, 4294.0, 4274.0, 4283.0, 4285.0, 4284.0, 4276.0, 4285.0, 4265.0, 4292.0, 4273.0, 4262.0, 4274.0, 4273.0, 4273.0, 4293.0, 4265.0, 4284.0, 4264.0, 4274.0, 4264.0, 4284.0, 4274.0, 4285.0, 4263.0, 4264.0, 4274.0, 4273.0, 4274.0, 4283.0, 4264.0, 4294.0, 4274.0, 4294.0, 4275.0, 4295.0, 4275.0, 4286.0, 4287.0, 4286.0, 4287.0, 4297.0, 4286.0, 4297.0, 4277.0, 4295.0, 4276.0, 4285.0, 4274.0, 4284.0, 4286.0, 4275.0, 4286.0, 4275.0, 4287.0, 4286.0, 4277.0, 4297.0, 4277.0, 4298.0, 4288.0, 4277.0, 4278.0, 4299.0, 4278.0, 4290.0, 4309.0, 4289.0, 4298.0, 4288.0, 4287.0, 4278.0, 4297.0, 4278.0, 4297.0, 4278.0, 4298.0, 4278.0, 4288.0, 4277.0, 4287.0, 4266.0, 4275.0, 4264.0, 4265.0, 4276.0, 4287.0, 4296.0, 4288.0, 4297.0, 4277.0, 4296.0, 4276.0, 4275.0, 4265.0, 4294.0, 4275.0, 4285.0, 4276.0, 4296.0, 4275.0, 4284.0, 4264.0, 4262.0, 4264.0, 4273.0, 4264.0, 4273.0, 4265.0, 4294.0, 4274.0, 4285.0, 4275.0, 4275.0, 4265.0, 4286.0, 4276.0, 4278.0, 4287.0, 4278.0, 4298.0, 4288.0, 4287.0, 4278.0, 4297.0, 4275.0, 4286.0, 4286.0, 4297.0, 4277.0, 4297.0, 4278.0, 4285.0, 4287.0, 4287.0, 4287.0, 4298.0, 4288.0, 4309.0, 4287.0, 4287.0, 4277.0, 4296.0, 4276.0, 4286.0, 4276.0, 4277.0, 4276.0, 4276.0, 4276.0, 4284.0, 4276.0, 4275.0, 4265.0, 4285.0, 4263.0, 4285.0, 4264.0, 4285.0, 4265.0, 4254.0, 4263.0, 4264.0, 4264.0, 4274.0, 4264.0, 4282.0, 4263.0, 4273.0, 4263.0, 4264.0, 4263.0, 4264.0, 4264.0, 4284.0, 4264.0, 4274.0, 4264.0, 4265.0, 4264.0, 4275.0, 4274.0, 4273.0, 4275.0, 4284.0, 4264.0, 4274.0, 4274.0, 4295.0, 4275.0, 4285.0, 4276.0, 4274.0, 4274.0, 4262.0, 4275.0, 4284.0, 4276.0, 4295.0, 4276.0, 4296.0, 4275.0, 4285.0, 4276.0, 4275.0, 4276.0, 4264.0, 4275.0, 4274.0, 4274.0, 4264.0, 4275.0, 4274.0, 4275.0, 4293.0, 4285.0, 4274.0, 4276.0, 4284.0, 4276.0, 4284.0, 4265.0, 4275.0, 4275.0, 4294.0, 4264.0, 4283.0, 4264.0, 4284.0, 4274.0, 4264.0, 4274.0, 4263.0, 4271.0, 4262.0, 4261.0, 4262.0, 4272.0, 4273.0, 4274.0, 4274.0, 4275.0, 4274.0, 4265.0, 4275.0, 4265.0, 4265.0, 4275.0, 4264.0, 4275.0, 4264.0, 4274.0, 4263.0, 4263.0, 4263.0, 4263.0, 4274.0, 4284.0, 4275.0, 4275.0, 4263.0, 4274.0, 4264.0, 4253.0, 4261.0, 4264.0, 4263.0, 4275.0], 'WindowWidth': [9512.0, 9490.0, 9504.0, 9464.0, 9444.0, 9420.0, 9421.0, 9426.0, 9428.0, 9429.0, 9428.0, 9407.0, 9427.0, 9425.0, 9458.0, 9432.0, 9465.0, 9435.0, 9461.0, 9436.0, 9465.0, 9456.0, 9501.0, 9474.0, 9479.0, 9454.0, 9459.0, 9445.0, 9432.0, 9415.0, 9434.0, 9429.0, 9430.0, 9456.0, 9448.0, 9476.0, 9471.0, 9492.0, 9471.0, 9495.0, 9459.0, 9459.0, 9470.0, 9455.0, 9466.0, 9452.0, 9465.0, 9467.0, 9452.0, 9483.0, 9453.0, 9452.0, 9454.0, 9480.0, 9472.0, 9498.0, 9489.0, 9486.0, 9503.0, 9478.0, 9491.0, 9477.0, 9504.0, 9479.0, 9489.0, 9483.0, 9487.0, 9489.0, 9476.0, 9505.0, 9476.0, 9510.0, 9495.0, 9525.0, 9499.0, 9528.0, 9501.0, 9532.0, 9532.0, 9535.0, 9529.0, 9530.0, 9489.0, 9463.0, 9477.0, 9489.0, 9485.0, 9474.0, 9490.0, 9476.0, 9479.0, 9479.0, 9503.0, 9479.0, 9500.0, 9475.0, 9501.0, 9489.0, 9516.0, 9495.0, 9504.0, 9492.0, 9478.0, 9485.0, 9476.0, 9487.0, 9490.0, 9502.0, 9493.0, 9504.0, 9475.0, 9486.0, 9462.0, 9486.0, 9475.0, 9473.0, 9477.0, 9488.0, 9470.0, 9456.0, 9480.0, 9454.0, 9484.0, 9471.0, 9472.0, 9476.0, 9482.0, 9457.0, 9455.0, 9468.0, 9455.0, 9456.0, 9456.0, 9487.0, 9469.0, 9467.0, 9458.0, 9491.0, 9454.0, 9470.0, 9452.0, 9452.0, 9469.0, 9453.0, 9468.0, 9453.0, 9461.0, 9449.0, 9460.0, 9446.0, 9444.0, 9461.0, 9447.0, 9465.0, 9450.0, 9466.0, 9454.0, 9471.0, 9473.0, 9505.0, 9475.0, 9511.0, 9481.0, 9507.0, 9483.0, 9500.0, 9468.0, 9441.0, 9434.0, 9449.0, 9460.0, 9450.0, 9472.0, 9464.0, 9434.0, 9446.0, 9449.0, 9485.0, 9451.0, 9476.0, 9482.0, 9495.0, 9485.0, 9501.0, 9488.0, 9484.0, 9472.0, 9459.0, 9448.0, 9452.0, 9448.0, 9447.0, 9447.0, 9462.0, 9451.0, 9476.0, 9468.0, 9478.0, 9469.0, 9442.0, 9468.0, 9455.0, 9483.0, 9457.0, 9486.0, 9460.0, 9462.0, 9451.0, 9463.0, 9446.0, 9433.0, 9464.0, 9490.0, 9472.0, 9453.0, 9482.0, 9456.0, 9472.0, 9451.0, 9459.0, 9463.0, 9450.0, 9467.0, 9453.0, 9477.0, 9471.0, 9478.0, 9470.0, 9482.0, 9472.0, 9498.0, 9486.0, 9458.0, 9466.0, 9455.0, 9464.0, 9468.0, 9497.0, 9475.0, 9501.0, 9494.0, 9477.0, 9488.0, 9456.0, 9481.0, 9470.0, 9484.0, 9490.0, 9472.0, 9486.0, 9473.0, 9482.0, 9470.0, 9482.0, 9472.0, 9483.0, 9472.0, 9472.0, 9468.0, 9451.0, 9435.0, 9451.0, 9468.0, 9467.0, 9479.0, 9471.0, 9469.0, 9464.0, 9453.0, 9460.0, 9465.0, 9476.0, 9481.0, 9455.0, 9481.0, 9452.0, 9483.0, 9453.0, 9470.0, 9459.0, 9493.0, 9470.0, 9480.0, 9466.0, 9481.0, 9485.0, 9454.0, 9484.0, 9472.0, 9483.0, 9470.0, 9496.0, 9472.0, 9489.0, 9477.0, 9488.0, 9493.0, 9500.0, 9473.0, 9454.0, 9483.0, 9456.0, 9478.0, 9472.0, 9495.0, 9474.0, 9486.0, 9487.0, 9505.0, 9490.0, 9508.0, 9495.0, 9497.0, 9500.0, 9485.0, 9479.0, 9477.0, 9505.0, 9481.0, 9496.0, 9500.0, 9504.0, 9434.0, 9439.0, 9422.0, 9436.0, 9445.0, 9439.0, 9464.0, 9448.0, 9483.0, 9468.0, 9467.0, 9475.0, 9447.0, 9452.0, 9429.0, 9439.0, 9432.0, 9424.0, 9429.0, 9422.0, 9417.0, 9435.0, 9418.0, 9401.0, 9413.0, 9401.0, 9433.0, 9419.0, 9438.0, 9424.0, 9441.0, 9427.0, 9428.0, 9439.0, 9444.0, 9425.0, 9441.0, 9438.0, 9444.0, 9457.0, 9450.0, 9463.0, 9468.0, 9490.0, 9467.0, 9430.0, 9445.0, 9458.0, 9499.0, 9461.0, 9463.0, 9463.0, 9461.0, 9482.0, 9451.0, 9429.0, 9431.0, 9431.0, 9446.0, 9432.0, 9447.0, 9458.0, 9451.0, 9475.0, 9466.0, 9449.0, 9468.0, 9481.0, 9468.0, 9502.0, 9473.0, 9498.0, 9471.0, 9454.0, 9459.0, 9482.0, 9453.0, 9453.0, 9452.0, 9465.0, 9455.0, 9463.0, 9439.0, 9458.0, 9432.0, 9431.0, 9417.0, 9440.0, 9429.0, 9427.0, 9427.0, 9428.0, 9395.0, 9422.0, 9420.0, 9423.0, 9437.0, 9442.0, 9454.0, 9431.0, 9442.0, 9433.0, 9445.0, 9435.0, 9462.0, 9446.0, 9444.0, 9448.0, 9451.0, 9426.0, 9412.0, 9427.0, 9425.0, 9446.0, 9460.0, 9464.0, 9432.0, 9446.0, 9429.0, 9430.0, 9440.0, 9441.0, 9467.0, 9443.0, 9428.0, 9445.0, 9428.0, 9441.0, 9454.0, 9443.0, 9469.0, 9447.0, 9440.0, 9432.0, 9430.0, 9411.0, 9424.0, 9436.0, 9423.0, 9439.0, 9410.0, 9409.0, 9409.0, 9420.0, 9426.0, 9427.0, 9427.0, 9458.0, 9430.0, 9428.0, 9428.0, 9453.0, 9432.0, 9454.0, 9430.0, 9442.0, 9430.0, 9441.0, 9432.0, 9455.0, 9427.0, 9439.0, 9429.0, 9456.0, 9431.0, 9456.0, 9436.0, 9461.0, 9448.0, 9446.0, 9447.0, 9461.0, 9448.0, 9455.0, 9428.0, 9456.0, 9442.0, 9452.0, 9430.0, 9428.0, 9443.0, 9427.0, 9439.0, 9426.0, 9439.0, 9411.0, 9442.0, 9428.0, 9445.0, 9426.0, 9414.0, 9425.0, 9427.0, 9427.0, 9428.0, 9426.0, 9428.0, 9428.0, 9439.0, 9423.0, 9423.0, 9425.0, 9451.0, 9427.0, 9438.0, 9430.0, 9453.0, 9431.0, 9455.0, 9433.0, 9460.0, 9447.0, 9460.0, 9452.0, 9474.0, 9449.0, 9461.0, 9450.0, 9475.0, 9452.0, 9478.0, 9469.0, 9463.0, 9451.0, 9460.0, 9446.0, 9457.0, 9445.0, 9456.0, 9459.0, 9431.0, 9446.0, 9429.0, 9445.0, 9439.0, 9445.0, 9458.0, 9448.0, 9469.0, 9445.0, 9430.0, 9442.0, 9429.0, 9459.0, 9445.0, 9465.0, 9490.0, 9467.0, 9462.0, 9451.0, 9471.0, 9446.0, 9456.0, 9461.0, 9460.0, 9451.0, 9461.0, 9435.0, 9467.0, 9441.0, 9426.0, 9444.0, 9443.0, 9443.0, 9470.0, 9434.0, 9458.0, 9434.0, 9444.0, 9433.0, 9458.0, 9446.0, 9461.0, 9431.0, 9433.0, 9446.0, 9442.0, 9444.0, 9455.0, 9430.0, 9471.0, 9446.0, 9473.0, 9450.0, 9475.0, 9450.0, 9464.0, 9467.0, 9466.0, 9469.0, 9481.0, 9467.0, 9483.0, 9457.0, 9476.0, 9451.0, 9462.0, 9446.0, 9460.0, 9463.0, 9449.0, 9465.0, 9450.0, 9467.0, 9465.0, 9456.0, 9481.0, 9455.0, 9484.0, 9470.0, 9457.0, 9458.0, 9488.0, 9458.0, 9477.0, 9501.0, 9476.0, 9486.0, 9473.0, 9468.0, 9457.0, 9481.0, 9457.0, 9482.0, 9456.0, 9484.0, 9459.0, 9473.0, 9457.0, 9468.0, 9437.0, 9449.0, 9433.0, 9436.0, 9452.0, 9468.0, 9480.0, 9471.0, 9483.0, 9456.0, 9477.0, 9451.0, 9447.0, 9435.0, 9473.0, 9447.0, 9462.0, 9450.0, 9477.0, 9449.0, 9459.0, 9433.0, 9426.0, 9430.0, 9440.0, 9429.0, 9443.0, 9433.0, 9470.0, 9446.0, 9463.0, 9449.0, 9450.0, 9434.0, 9464.0, 9451.0, 9458.0, 9469.0, 9458.0, 9484.0, 9471.0, 9467.0, 9458.0, 9483.0, 9450.0, 9463.0, 9466.0, 9482.0, 9456.0, 9484.0, 9458.0, 9463.0, 9469.0, 9467.0, 9470.0, 9485.0, 9473.0, 9502.0, 9471.0, 9468.0, 9455.0, 9478.0, 9452.0, 9465.0, 9453.0, 9456.0, 9453.0, 9452.0, 9451.0, 9459.0, 9450.0, 9448.0, 9435.0, 9461.0, 9432.0, 9460.0, 9432.0, 9461.0, 9434.0, 9417.0, 9429.0, 9431.0, 9430.0, 9444.0, 9432.0, 9453.0, 9428.0, 9441.0, 9429.0, 9430.0, 9429.0, 9434.0, 9433.0, 9459.0, 9433.0, 9445.0, 9433.0, 9434.0, 9433.0, 9449.0, 9447.0, 9444.0, 9449.0, 9457.0, 9430.0, 9443.0, 9446.0, 9475.0, 9451.0, 9461.0, 9450.0, 9445.0, 9443.0, 9426.0, 9448.0, 9459.0, 9451.0, 9475.0, 9451.0, 9478.0, 9450.0, 9462.0, 9450.0, 9449.0, 9452.0, 9431.0, 9448.0, 9445.0, 9445.0, 9429.0, 9445.0, 9444.0, 9448.0, 9470.0, 9462.0, 9446.0, 9449.0, 9459.0, 9450.0, 9458.0, 9435.0, 9450.0, 9450.0, 9470.0, 9432.0, 9454.0, 9430.0, 9457.0, 9444.0, 9431.0, 9445.0, 9428.0, 9437.0, 9426.0, 9419.0, 9423.0, 9436.0, 9440.0, 9445.0, 9445.0, 9448.0, 9446.0, 9433.0, 9449.0, 9434.0, 9434.0, 9447.0, 9432.0, 9448.0, 9433.0, 9446.0, 9428.0, 9428.0, 9427.0, 9429.0, 9444.0, 9459.0, 9447.0, 9448.0, 9431.0, 9446.0, 9430.0, 9415.0, 9423.0, 9429.0, 9429.0, 9446.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.0005603703703703704</td></tr>
<tr><td colspan=3>aqi</td><td>0.014603606571087217</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.909004352834955</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.232253590394737</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033903811483253</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>6526.9497</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06835619442232953</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7168458781362007</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6429349881703064</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.563856666145621</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8571557500619167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5077925483033825</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013728578574955463</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017728330567479134</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.65684737450832</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>34.0612</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0304</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5859</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>772.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.6029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9854</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9323</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3496.2236</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>976.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4649.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.5438</td></tr>
<tr><td colspan=3>tsnr</td><td>47.45966939802747</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>