<?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-0073_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-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_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-0073/figures/sub-0073_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_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-0073/ses-02/func/sub-0073_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>cfc6a4b3a91005ac717256136cb18d24</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>19:40:23.032500</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.998608, 0.000750023, -0.0527306, 0.00923766, 0.981951, 0.188909]</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.0952884</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>[4137, -7824, -7281, 577, -101, -306, -135, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>53e709db-6501-4422-a361-461395ac30be||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.6791934967041016, 0.024783972650766373, -0.14018560945987701, 114.8960189819336], [-0.002012257929891348, 2.634503126144409, 0.5106598734855652, -97.06008911132812], [-0.1414724439382553, -0.5068292021751404, 2.6475601196289062, -51.23948287963867], [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': ['194023.032500', '194023.492500', '194023.952500', '194024.412500', '194024.872500', '194025.332500', '194025.792500', '194026.252500', '194026.712500', '194027.172500', '194027.632500', '194028.092500', '194028.552500', '194029.012500', '194029.472500', '194029.932500', '194030.392500', '194030.852500', '194031.312500', '194031.772500', '194032.232500', '194032.692500', '194033.152500', '194033.612500', '194034.072500', '194034.532500', '194034.992500', '194035.452500', '194035.912500', '194036.372500', '194036.832500', '194037.292500', '194037.752500', '194038.212500', '194038.672500', '194039.132500', '194039.592500', '194040.052500', '194040.512500', '194040.972500', '194041.432500', '194041.892500', '194042.352500', '194042.812500', '194043.272500', '194043.732500', '194044.192500', '194044.652500', '194045.112500', '194045.572500', '194046.032500', '194046.492500', '194046.952500', '194047.412500', '194047.872500', '194048.332500', '194048.792500', '194049.252500', '194049.712500', '194050.172500', '194050.632500', '194051.092500', '194051.552500', '194052.012500', '194052.472500', '194052.932500', '194053.392500', '194053.852500', '194054.312500', '194054.772500', '194055.232500', '194055.692500', '194056.152500', '194056.612500', '194057.072500', '194057.532500', '194057.992500', '194058.452500', '194058.912500', '194059.372500', '194059.832500', '194100.292500', '194100.752500', '194101.212500', '194101.672500', '194102.132500', '194102.592500', '194103.052500', '194103.512500', '194103.972500', '194104.432500', '194104.892500', '194105.352500', '194105.812500', '194106.272500', '194106.732500', '194107.192500', '194107.652500', '194108.112500', '194108.572500', '194109.032500', '194109.492500', '194109.952500', '194110.412500', '194110.872500', '194111.332500', '194111.792500', '194112.252500', '194112.712500', '194113.172500', '194113.632500', '194114.092500', '194114.552500', '194115.012500', '194115.472500', '194115.932500', '194116.392500', '194116.852500', '194117.312500', '194117.772500', '194118.232500', '194118.692500', '194119.152500', '194119.612500', '194120.072500', '194120.532500', '194120.992500', '194121.452500', '194121.912500', '194122.372500', '194122.832500', '194123.292500', '194123.752500', '194124.212500', '194124.672500', '194125.132500', '194125.592500', '194126.052500', '194126.512500', '194126.972500', '194127.432500', '194127.892500', '194128.352500', '194128.812500', '194129.272500', '194129.732500', '194130.192500', '194130.652500', '194131.112500', '194131.572500', '194132.032500', '194132.492500', '194132.952500', '194133.412500', '194133.872500', '194134.332500', '194134.792500', '194135.252500', '194135.712500', '194136.172500', '194136.632500', '194137.092500', '194137.552500', '194138.012500', '194138.472500', '194138.932500', '194139.392500', '194139.852500', '194140.312500', '194140.772500', '194141.232500', '194141.692500', '194142.152500', '194142.612500', '194143.072500', '194143.532500', '194143.992500', '194144.452500', '194144.912500', '194145.372500', '194145.832500', '194146.292500', '194146.752500', '194147.212500', '194147.672500', '194148.132500', '194148.592500', '194149.052500', '194149.512500', '194149.972500', '194150.432500', '194150.892500', '194151.352500', '194151.812500', '194152.272500', '194152.732500', '194153.192500', '194153.652500', '194154.112500', '194154.572500', '194155.032500', '194155.492500', '194155.952500', '194156.412500', '194156.872500', '194157.332500', '194157.792500', '194158.252500', '194158.712500', '194159.172500', '194159.632500', '194200.092500', '194200.552500', '194201.012500', '194201.472500', '194201.932500', '194202.392500', '194202.852500', '194203.312500', '194203.772500', '194204.232500', '194204.692500', '194205.152500', '194205.612500', '194206.072500', '194206.532500', '194206.992500', '194207.452500', '194207.912500', '194208.372500', '194208.832500', '194209.292500', '194209.752500', '194210.212500', '194210.672500', '194211.132500', '194211.592500', '194212.052500', '194212.512500', '194212.972500', '194213.432500', '194213.892500', '194214.352500', '194214.812500', '194215.272500', '194215.732500', '194216.192500', '194216.652500', '194217.112500', '194217.572500', '194218.032500', '194218.492500', '194218.952500', '194219.412500', '194219.872500', '194220.332500', '194220.792500', '194221.252500', '194221.712500', '194222.172500', '194222.632500', '194223.092500', '194223.552500', '194224.012500', '194224.472500', '194224.932500', '194225.392500', '194225.852500', '194226.312500', '194226.772500', '194227.232500', '194227.692500', '194228.152500', '194228.612500', '194229.072500', '194229.532500', '194229.992500', '194230.452500', '194230.912500', '194231.372500', '194231.832500', '194232.292500', '194232.752500', '194233.212500', '194233.672500', '194234.132500', '194234.592500', '194235.052500', '194235.512500', '194235.972500', '194236.432500', '194236.892500', '194237.352500', '194237.812500', '194238.272500', '194238.732500', '194239.192500', '194239.652500', '194240.112500', '194240.572500', '194241.032500', '194241.492500', '194241.952500', '194242.412500', '194242.872500', '194243.332500', '194243.792500', '194244.252500', '194244.712500', '194245.172500', '194245.632500', '194246.092500', '194246.552500', '194247.012500', '194247.472500', '194247.932500', '194248.392500', '194248.852500', '194249.312500', '194249.772500', '194250.232500', '194250.692500', '194251.152500', '194251.612500', '194252.072500', '194252.532500', '194252.992500', '194253.452500', '194253.912500', '194254.372500', '194254.832500', '194255.292500', '194255.752500', '194256.212500', '194256.672500', '194257.132500', '194257.592500', '194258.052500', '194258.512500', '194258.972500', '194259.432500', '194259.892500', '194300.352500', '194300.812500', '194301.272500', '194301.732500', '194302.192500', '194302.652500', '194303.112500', '194303.572500', '194304.032500', '194304.492500', '194304.952500', '194305.412500', '194305.872500', '194306.332500', '194306.792500', '194307.252500', '194307.712500', '194308.172500', '194308.632500', '194309.092500', '194309.552500', '194310.012500', '194310.472500', '194310.932500', '194311.392500', '194311.852500', '194312.312500', '194312.772500', '194313.232500', '194313.692500', '194314.152500', '194314.612500', '194315.072500', '194315.532500', '194315.992500', '194316.452500', '194316.912500', '194317.372500', '194317.832500', '194318.292500', '194318.752500', '194319.212500', '194319.672500', '194320.132500', '194320.592500', '194321.052500', '194321.512500', '194321.972500', '194322.432500', '194322.892500', '194323.352500', '194323.812500', '194324.272500', '194324.732500', '194325.192500', '194325.652500', '194326.112500', '194326.572500', '194327.032500', '194327.492500', '194327.952500', '194328.412500', '194328.872500', '194329.332500', '194329.792500', '194330.252500', '194330.712500', '194331.172500', '194331.632500', '194332.092500', '194332.552500', '194333.012500', '194333.472500', '194333.932500', '194334.392500', '194334.852500', '194335.312500', '194335.772500', '194336.232500', '194336.692500', '194337.152500', '194337.612500', '194338.072500', '194338.532500', '194338.992500', '194339.452500', '194339.912500', '194340.372500', '194340.832500', '194341.292500', '194341.752500', '194342.212500', '194342.672500', '194343.132500', '194343.592500', '194344.052500', '194344.512500', '194344.972500', '194345.432500', '194345.892500', '194346.352500', '194346.812500', '194347.272500', '194347.732500', '194348.192500', '194348.652500', '194349.112500', '194349.572500', '194350.032500', '194350.492500', '194350.952500', '194351.412500', '194351.872500', '194352.332500', '194352.792500', '194353.252500', '194353.712500', '194354.172500', '194354.632500', '194355.092500', '194355.552500', '194356.012500', '194356.472500', '194356.932500', '194357.392500', '194357.852500', '194358.312500', '194358.772500', '194359.232500', '194359.692500', '194400.152500', '194400.612500', '194401.072500', '194401.532500', '194401.992500', '194402.452500', '194402.912500', '194403.372500', '194403.832500', '194404.292500', '194404.752500', '194405.212500', '194405.672500', '194406.132500', '194406.592500', '194407.052500', '194407.512500', '194407.972500', '194408.432500', '194408.892500', '194409.352500', '194409.812500', '194410.272500', '194410.732500', '194411.192500', '194411.652500', '194412.112500', '194412.572500', '194413.032500', '194413.492500', '194413.952500', '194414.412500', '194414.872500', '194415.332500', '194415.792500', '194416.252500', '194416.712500', '194417.172500', '194417.632500', '194418.092500', '194418.552500', '194419.012500', '194419.472500', '194419.932500', '194420.392500', '194420.852500', '194421.312500', '194421.772500', '194422.232500', '194422.692500', '194423.152500', '194423.612500', '194424.072500', '194424.532500', '194424.992500', '194425.452500', '194425.912500', '194426.372500', '194426.832500', '194427.292500', '194427.752500', '194428.212500', '194428.672500', '194429.132500', '194429.592500', '194430.052500', '194430.512500', '194430.972500', '194431.432500', '194431.892500', '194432.352500', '194432.812500', '194433.272500', '194433.732500', '194434.192500', '194434.652500', '194435.112500', '194435.572500', '194436.032500', '194436.492500', '194436.952500', '194437.412500', '194437.872500', '194438.332500', '194438.792500', '194439.252500', '194439.712500', '194440.172500', '194440.632500', '194441.092500', '194441.552500', '194442.012500', '194442.472500', '194442.932500', '194443.392500', '194443.852500', '194444.312500', '194444.772500', '194445.232500', '194445.692500', '194446.152500', '194446.612500', '194447.072500', '194447.532500', '194447.992500', '194448.452500', '194448.912500', '194449.372500', '194449.832500', '194450.292500', '194450.752500', '194451.212500', '194451.672500', '194452.132500', '194452.592500', '194453.052500', '194453.512500', '194453.972500', '194454.432500', '194454.892500', '194455.352500', '194455.812500', '194456.272500', '194456.732500', '194457.192500', '194457.652500', '194458.112500', '194458.572500', '194459.032500', '194459.492500', '194459.952500', '194500.412500', '194500.872500', '194501.332500', '194501.792500', '194502.252500', '194502.712500', '194503.172500', '194503.632500', '194504.092500', '194504.552500', '194505.012500', '194505.472500', '194505.932500', '194506.392500', '194506.852500', '194507.312500', '194507.772500', '194508.232500', '194508.692500', '194509.152500', '194509.612500', '194510.072500', '194510.532500', '194510.992500', '194511.452500', '194511.912500', '194512.372500', '194512.832500', '194513.292500', '194513.752500', '194514.212500', '194514.672500', '194515.132500', '194515.592500', '194516.052500', '194516.512500', '194516.972500', '194517.432500', '194517.892500', '194518.352500', '194518.812500', '194519.272500', '194519.732500', '194520.192500', '194520.652500', '194521.112500', '194521.572500', '194522.032500', '194522.492500', '194522.952500', '194523.412500', '194523.872500', '194524.332500', '194524.792500', '194525.252500', '194525.712500', '194526.172500', '194526.632500', '194527.092500', '194527.552500', '194528.012500', '194528.472500', '194528.932500', '194529.392500', '194529.852500', '194530.312500', '194530.772500', '194531.232500', '194531.692500', '194532.152500', '194532.612500', '194533.072500', '194533.532500', '194533.992500', '194534.452500', '194534.912500', '194535.372500', '194535.832500', '194536.292500', '194536.752500', '194537.212500', '194537.672500', '194538.132500', '194538.592500', '194539.052500', '194539.512500', '194539.972500', '194540.432500', '194540.892500', '194541.352500', '194541.812500', '194542.272500', '194542.732500', '194543.192500', '194543.652500', '194544.112500', '194544.572500', '194545.032500', '194545.492500', '194545.952500', '194546.412500', '194546.872500', '194547.332500', '194547.792500', '194548.252500', '194548.712500', '194549.172500', '194549.632500', '194550.092500', '194550.552500', '194551.012500', '194551.472500', '194551.932500', '194552.392500', '194552.852500', '194553.312500', '194553.772500', '194554.232500', '194554.692500', '194555.152500', '194555.612500', '194556.072500', '194556.532500', '194556.992500', '194557.452500', '194557.912500', '194558.372500', '194558.832500', '194559.292500', '194559.752500', '194600.212500', '194600.672500', '194601.132500', '194601.592500', '194602.052500', '194602.512500', '194602.972500', '194603.432500', '194603.892500', '194604.352500', '194604.812500', '194605.272500', '194605.732500', '194606.192500', '194606.652500', '194607.112500', '194607.572500', '194608.032500', '194608.492500', '194608.952500', '194609.412500', '194609.872500', '194610.332500', '194610.792500', '194611.252500', '194611.712500', '194612.172500', '194612.632500', '194613.092500', '194613.552500', '194614.012500', '194614.472500', '194614.932500', '194615.392500', '194615.852500', '194616.312500', '194616.772500', '194617.232500', '194617.692500', '194618.152500', '194618.612500', '194619.072500', '194619.532500', '194619.992500', '194620.452500', '194620.912500', '194621.372500', '194621.832500', '194622.292500', '194622.752500', '194623.212500', '194623.672500', '194624.132500', '194624.592500', '194625.052500', '194625.512500', '194625.972500', '194626.432500', '194626.892500', '194627.352500', '194627.812500', '194628.272500', '194628.732500', '194629.192500', '194629.652500', '194630.112500', '194630.572500', '194631.032500', '194631.492500', '194631.952500', '194632.412500', '194632.872500', '194633.332500', '194633.792500', '194634.252500', '194634.712500', '194635.172500', '194635.632500', '194636.092500', '194636.552500', '194637.012500', '194637.472500', '194637.932500', '194638.392500', '194638.852500', '194639.312500', '194639.772500', '194640.232500', '194640.692500', '194641.152500', '194641.612500', '194642.072500', '194642.532500', '194642.992500', '194643.452500', '194643.912500', '194644.372500', '194644.832500', '194645.292500', '194645.752500', '194646.212500', '194646.672500', '194647.132500', '194647.592500', '194648.052500', '194648.512500'], 'ContentTime': ['194052.708000', '194052.711000', '194052.714000', '194052.717000', '194052.719000', '194052.722000', '194052.724000', '194052.727000', '194052.730000', '194052.732000', '194052.735000', '194052.737000', '194052.740000', '194052.742000', '194052.745000', '194052.754000', '194052.756000', '194052.759000', '194052.761000', '194052.764000', '194052.766000', '194052.769000', '194052.771000', '194052.774000', '194052.777000', '194052.779000', '194052.782000', '194052.784000', '194052.787000', '194052.789000', '194052.792000', '194052.795000', '194052.797000', '194052.800000', '194052.803000', '194052.810000', '194052.812000', '194052.815000', '194052.818000', '194052.820000', '194052.823000', '194052.825000', '194052.828000', '194052.831000', '194052.833000', '194052.836000', '194052.838000', '194052.841000', '194052.843000', '194052.846000', '194052.848000', '194052.851000', '194052.853000', '194052.856000', '194052.859000', '194052.861000', '194052.864000', '194052.866000', '194052.869000', '194052.872000', '194052.874000', '194052.877000', '194112.680000', '194112.683000', '194112.686000', '194112.688000', '194112.691000', '194112.693000', '194112.696000', '194112.699000', '194112.701000', '194112.704000', '194112.706000', '194112.709000', '194112.711000', '194112.714000', '194112.717000', '194112.719000', '194112.722000', '194112.725000', '194112.727000', '194112.730000', '194112.732000', '194112.735000', '194112.737000', '194112.740000', '194112.742000', '194112.745000', '194112.748000', '194112.750000', '194112.753000', '194112.755000', '194112.758000', '194112.760000', '194112.763000', '194112.766000', '194112.768000', '194112.771000', '194112.773000', '194112.776000', '194112.778000', '194112.781000', '194112.784000', '194112.786000', '194112.789000', '194112.791000', '194132.680000', '194132.683000', '194132.686000', '194132.688000', '194132.691000', '194132.694000', '194132.707000', '194132.710000', '194132.713000', '194132.715000', '194132.718000', '194132.720000', '194132.723000', '194132.725000', '194132.728000', '194132.730000', '194132.733000', '194132.736000', '194132.738000', '194132.741000', '194132.744000', '194132.746000', '194132.749000', '194132.751000', '194132.754000', '194132.757000', '194132.759000', '194132.762000', '194132.764000', '194132.767000', '194132.769000', '194132.772000', '194132.774000', '194132.777000', '194132.780000', '194132.782000', '194132.785000', '194132.788000', '194132.790000', '194132.793000', '194132.795000', '194132.798000', '194132.801000', '194152.680000', '194152.683000', '194152.686000', '194152.688000', '194152.691000', '194152.693000', '194152.696000', '194152.699000', '194152.701000', '194152.704000', '194152.706000', '194152.709000', '194152.712000', '194152.714000', '194152.717000', '194152.719000', '194152.722000', '194152.725000', '194152.727000', '194152.730000', '194152.732000', '194152.735000', '194152.737000', '194152.740000', '194152.743000', '194152.745000', '194152.748000', '194152.750000', '194152.753000', '194152.756000', '194152.763000', '194152.766000', '194152.768000', '194152.771000', '194152.773000', '194152.776000', '194152.778000', '194152.781000', '194152.784000', '194152.786000', '194152.789000', '194152.791000', '194152.794000', '194152.797000', '194212.680000', '194212.683000', '194212.686000', '194212.693000', '194212.696000', '194212.698000', '194212.701000', '194212.703000', '194212.706000', '194212.709000', '194212.711000', '194212.714000', '194212.716000', '194212.719000', '194212.722000', '194212.724000', '194212.727000', '194212.729000', '194212.732000', '194212.735000', '194212.737000', '194212.740000', '194212.742000', '194212.745000', '194212.748000', '194212.750000', '194212.753000', '194212.755000', '194212.758000', '194212.761000', '194212.763000', '194212.766000', '194212.768000', '194212.771000', '194212.774000', '194212.776000', '194212.779000', '194212.781000', '194212.784000', '194212.786000', '194212.789000', '194212.791000', '194212.794000', '194232.680000', '194232.683000', '194232.686000', '194232.688000', '194232.691000', '194232.695000', '194232.698000', '194232.700000', '194232.703000', '194232.706000', '194232.708000', '194232.711000', '194232.714000', '194232.716000', '194232.719000', '194232.721000', '194232.724000', '194232.726000', '194232.729000', '194232.732000', '194232.734000', '194232.737000', '194232.739000', '194232.742000', '194232.745000', '194232.747000', '194232.750000', '194232.752000', '194232.755000', '194232.758000', '194232.760000', '194232.763000', '194232.765000', '194232.768000', '194232.771000', '194232.773000', '194232.776000', '194232.778000', '194232.781000', '194232.783000', '194232.786000', '194232.789000', '194232.791000', '194252.681000', '194252.684000', '194252.687000', '194252.689000', '194252.692000', '194252.695000', '194252.697000', '194252.700000', '194252.702000', '194252.705000', '194252.707000', '194252.710000', '194252.713000', '194252.715000', '194252.718000', '194252.720000', '194252.723000', '194252.725000', '194252.728000', '194252.731000', '194252.733000', '194252.736000', '194252.738000', '194252.741000', '194252.743000', '194252.746000', '194252.749000', '194252.751000', '194252.754000', '194252.756000', '194252.759000', '194252.761000', '194252.764000', '194252.767000', '194252.769000', '194252.772000', '194252.774000', '194252.777000', '194252.779000', '194252.782000', '194252.785000', '194252.787000', '194252.790000', '194252.792000', '194312.681000', '194312.684000', '194312.687000', '194312.690000', '194312.692000', '194312.695000', '194312.697000', '194312.700000', '194312.702000', '194312.705000', '194312.708000', '194312.710000', '194312.713000', '194312.715000', '194312.718000', '194312.720000', '194312.723000', '194312.726000', '194312.728000', '194312.731000', '194312.734000', '194312.736000', '194312.739000', '194312.742000', '194312.744000', '194312.747000', '194312.749000', '194312.752000', '194312.755000', '194312.757000', '194312.760000', '194312.762000', '194312.765000', '194312.768000', '194312.770000', '194312.773000', '194312.775000', '194312.778000', '194312.781000', '194312.783000', '194312.786000', '194312.788000', '194312.791000', '194312.794000', '194332.680000', '194332.683000', '194332.686000', '194332.689000', '194332.691000', '194332.694000', '194332.696000', '194332.699000', '194332.701000', '194332.704000', '194332.707000', '194332.709000', '194332.712000', '194332.714000', '194332.717000', '194332.720000', '194332.722000', '194332.725000', '194332.727000', '194332.730000', '194332.733000', '194332.735000', '194332.738000', '194332.740000', '194332.743000', '194332.746000', '194332.748000', '194332.751000', '194332.753000', '194332.756000', '194332.759000', '194332.761000', '194332.764000', '194332.766000', '194332.769000', '194332.771000', '194332.774000', '194332.777000', '194332.779000', '194332.782000', '194332.785000', '194332.787000', '194332.790000', '194352.680000', '194352.683000', '194352.686000', '194352.688000', '194352.691000', '194352.694000', '194352.696000', '194352.699000', '194352.701000', '194352.704000', '194352.706000', '194352.709000', '194352.711000', '194352.714000', '194352.717000', '194352.719000', '194352.722000', '194352.724000', '194352.727000', '194352.730000', '194352.732000', '194352.735000', '194352.737000', '194352.740000', '194352.743000', '194352.745000', '194352.748000', '194352.750000', '194352.753000', '194352.756000', '194352.758000', '194352.761000', '194352.763000', '194352.766000', '194352.769000', '194352.771000', '194352.774000', '194352.776000', '194352.779000', '194352.782000', '194352.784000', '194352.787000', '194352.789000', '194352.792000', '194412.680000', '194412.683000', '194412.686000', '194412.688000', '194412.691000', '194412.693000', '194412.696000', '194412.699000', '194412.701000', '194412.704000', '194412.706000', '194412.709000', '194412.712000', '194412.714000', '194412.717000', '194412.719000', '194412.722000', '194412.725000', '194412.727000', '194412.730000', '194412.732000', '194412.735000', '194412.738000', '194412.740000', '194412.743000', '194412.745000', '194412.748000', '194412.751000', '194412.753000', '194412.756000', '194412.758000', '194412.761000', '194412.764000', '194412.766000', '194412.769000', '194412.771000', '194412.774000', '194412.776000', '194412.779000', '194412.782000', '194412.784000', '194412.787000', '194412.789000', '194432.680000', '194432.683000', '194432.686000', '194432.688000', '194432.691000', '194432.694000', '194432.696000', '194432.699000', '194432.701000', '194432.704000', '194432.707000', '194432.709000', '194432.712000', '194432.714000', '194432.717000', '194432.720000', '194432.722000', '194432.725000', '194432.727000', '194432.730000', '194432.733000', '194432.735000', '194432.738000', '194432.741000', '194432.743000', '194432.746000', '194432.748000', '194432.765000', '194432.768000', '194432.770000', '194432.773000', '194432.776000', '194432.778000', '194432.781000', '194432.783000', '194432.786000', '194432.788000', '194432.791000', '194432.794000', '194432.796000', '194432.799000', '194432.861000', '194432.863000', '194432.866000', '194452.680000', '194452.683000', '194452.686000', '194452.688000', '194452.691000', '194452.694000', '194452.696000', '194452.699000', '194452.701000', '194452.704000', '194452.706000', '194452.709000', '194452.712000', '194452.714000', '194452.717000', '194452.720000', '194452.722000', '194452.725000', '194452.727000', '194452.730000', '194452.732000', '194452.735000', '194452.738000', '194452.740000', '194452.743000', '194452.745000', '194452.748000', '194452.751000', '194452.753000', '194452.756000', '194452.758000', '194452.761000', '194452.763000', '194452.766000', '194452.769000', '194452.771000', '194452.774000', '194452.777000', '194452.779000', '194452.782000', '194452.784000', '194452.787000', '194452.789000', '194512.682000', '194512.684000', '194512.687000', '194512.689000', '194512.692000', '194512.695000', '194512.697000', '194512.700000', '194512.702000', '194512.705000', '194512.707000', '194512.710000', '194512.713000', '194512.716000', '194512.719000', '194512.721000', '194512.724000', '194512.726000', '194512.729000', '194512.732000', '194512.734000', '194512.737000', '194512.739000', '194512.742000', '194512.744000', '194512.748000', '194512.750000', '194512.753000', '194512.756000', '194512.758000', '194512.761000', '194512.763000', '194512.766000', '194512.769000', '194512.771000', '194512.774000', '194512.777000', '194512.779000', '194512.782000', '194512.785000', '194512.787000', '194512.790000', '194512.792000', '194532.681000', '194532.684000', '194532.687000', '194532.689000', '194532.692000', '194532.695000', '194532.697000', '194532.700000', '194532.702000', '194532.705000', '194532.707000', '194532.710000', '194532.713000', '194532.715000', '194532.718000', '194532.720000', '194532.723000', '194532.726000', '194532.728000', '194532.731000', '194532.734000', '194532.736000', '194532.739000', '194532.742000', '194532.744000', '194532.747000', '194532.749000', '194532.752000', '194532.755000', '194532.757000', '194532.760000', '194532.762000', '194532.765000', '194532.768000', '194532.770000', '194532.773000', '194532.775000', '194532.778000', '194532.781000', '194532.783000', '194532.786000', '194532.789000', '194532.791000', '194532.794000', '194552.680000', '194552.683000', '194552.686000', '194552.688000', '194552.691000', '194552.694000', '194552.696000', '194552.699000', '194552.702000', '194552.704000', '194552.707000', '194552.709000', '194552.712000', '194552.715000', '194552.717000', '194552.720000', '194552.729000', '194552.731000', '194552.734000', '194552.736000', '194552.739000', '194552.742000', '194552.744000', '194552.747000', '194552.750000', '194552.752000', '194552.755000', '194552.758000', '194552.760000', '194552.763000', '194552.766000', '194552.768000', '194552.771000', '194552.773000', '194552.776000', '194552.779000', '194552.781000', '194552.784000', '194552.798000', '194552.878000', '194552.881000', '194552.883000', '194552.886000', '194612.680000', '194612.683000', '194612.686000', '194612.689000', '194612.691000', '194612.694000', '194612.696000', '194612.699000', '194612.702000', '194612.704000', '194612.707000', '194612.710000', '194612.712000', '194612.715000', '194612.717000', '194612.720000', '194612.723000', '194612.725000', '194612.728000', '194612.730000', '194612.733000', '194612.735000', '194612.738000', '194612.741000', '194612.743000', '194612.746000', '194612.748000', '194612.751000', '194612.753000', '194612.756000', '194612.759000', '194612.761000', '194612.764000', '194612.767000', '194612.769000', '194612.772000', '194612.775000', '194612.777000', '194612.780000', '194612.782000', '194612.785000', '194612.788000', '194612.790000', '194612.793000', '194632.680000', '194632.683000', '194632.686000', '194632.688000', '194632.691000', '194632.694000', '194632.696000', '194632.699000', '194632.701000', '194632.704000', '194632.707000', '194632.709000', '194632.712000', '194632.714000', '194632.717000', '194632.720000', '194632.722000', '194632.725000', '194632.728000', '194632.731000', '194632.733000', '194632.736000', '194632.739000', '194632.741000', '194632.744000', '194632.747000', '194632.749000', '194632.753000', '194632.756000', '194632.759000', '194632.761000', '194632.764000', '194632.766000', '194632.769000', '194632.771000', '194632.774000', '194632.777000', '194632.780000', '194632.782000', '194632.785000', '194632.787000', '194632.790000', '194632.792000', '194649.720000', '194649.722000', '194649.725000', '194649.728000', '194649.731000', '194649.733000', '194649.736000', '194649.740000', '194649.743000', '194649.747000', '194649.757000', '194649.762000', '194649.766000', '194649.768000', '194649.771000', '194649.774000', '194649.777000', '194649.780000', '194649.783000', '194649.785000', '194649.791000', '194649.795000', '194649.797000', '194649.800000', '194649.803000', '194649.805000', '194649.808000', '194649.811000', '194649.813000', '194649.816000', '194649.818000', '194649.821000', '194649.824000', '194649.826000', '194649.829000', '194649.831000', '194649.834000', '194649.837000'], 'InstanceCreationTime': ['194052.708000', '194052.711000', '194052.714000', '194052.717000', '194052.719000', '194052.722000', '194052.724000', '194052.727000', '194052.730000', '194052.732000', '194052.735000', '194052.737000', '194052.740000', '194052.742000', '194052.745000', '194052.754000', '194052.756000', '194052.759000', '194052.761000', '194052.764000', '194052.766000', '194052.769000', '194052.771000', '194052.774000', '194052.777000', '194052.779000', '194052.782000', '194052.784000', '194052.787000', '194052.789000', '194052.792000', '194052.795000', '194052.797000', '194052.800000', '194052.803000', '194052.810000', '194052.812000', '194052.815000', '194052.818000', '194052.820000', '194052.823000', '194052.825000', '194052.828000', '194052.831000', '194052.833000', '194052.836000', '194052.838000', '194052.841000', '194052.843000', '194052.846000', '194052.848000', '194052.851000', '194052.853000', '194052.856000', '194052.859000', '194052.861000', '194052.864000', '194052.866000', '194052.869000', '194052.872000', '194052.874000', '194052.877000', '194112.680000', '194112.683000', '194112.686000', '194112.688000', '194112.691000', '194112.693000', '194112.696000', '194112.699000', '194112.701000', '194112.704000', '194112.706000', '194112.709000', '194112.711000', '194112.714000', '194112.717000', '194112.719000', '194112.722000', '194112.725000', '194112.727000', '194112.730000', '194112.732000', '194112.735000', '194112.737000', '194112.740000', '194112.742000', '194112.745000', '194112.748000', '194112.750000', '194112.753000', '194112.755000', '194112.758000', '194112.760000', '194112.763000', '194112.766000', '194112.768000', '194112.771000', '194112.773000', '194112.776000', '194112.778000', '194112.781000', '194112.784000', '194112.786000', '194112.789000', '194112.791000', '194132.680000', '194132.683000', '194132.686000', '194132.688000', '194132.691000', '194132.694000', '194132.707000', '194132.710000', '194132.713000', '194132.715000', '194132.718000', '194132.720000', '194132.723000', '194132.725000', '194132.728000', '194132.730000', '194132.733000', '194132.736000', '194132.738000', '194132.741000', '194132.744000', '194132.746000', '194132.749000', '194132.751000', '194132.754000', '194132.757000', '194132.759000', '194132.762000', '194132.764000', '194132.767000', '194132.769000', '194132.772000', '194132.774000', '194132.777000', '194132.780000', '194132.782000', '194132.785000', '194132.788000', '194132.790000', '194132.793000', '194132.795000', '194132.798000', '194132.801000', '194152.680000', '194152.683000', '194152.686000', '194152.688000', '194152.691000', '194152.693000', '194152.696000', '194152.699000', '194152.701000', '194152.704000', '194152.706000', '194152.709000', '194152.712000', '194152.714000', '194152.717000', '194152.719000', '194152.722000', '194152.725000', '194152.727000', '194152.730000', '194152.732000', '194152.735000', '194152.737000', '194152.740000', '194152.743000', '194152.745000', '194152.748000', '194152.750000', '194152.753000', '194152.756000', '194152.763000', '194152.766000', '194152.768000', '194152.771000', '194152.773000', '194152.776000', '194152.778000', '194152.781000', '194152.784000', '194152.786000', '194152.789000', '194152.791000', '194152.794000', '194152.797000', '194212.680000', '194212.683000', '194212.686000', '194212.693000', '194212.696000', '194212.698000', '194212.701000', '194212.703000', '194212.706000', '194212.709000', '194212.711000', '194212.714000', '194212.716000', '194212.719000', '194212.722000', '194212.724000', '194212.727000', '194212.729000', '194212.732000', '194212.735000', '194212.737000', '194212.740000', '194212.742000', '194212.745000', '194212.748000', '194212.750000', '194212.753000', '194212.755000', '194212.758000', '194212.761000', '194212.763000', '194212.766000', '194212.768000', '194212.771000', '194212.774000', '194212.776000', '194212.779000', '194212.781000', '194212.784000', '194212.786000', '194212.789000', '194212.791000', '194212.794000', '194232.680000', '194232.683000', '194232.686000', '194232.688000', '194232.691000', '194232.695000', '194232.698000', '194232.700000', '194232.703000', '194232.706000', '194232.708000', '194232.711000', '194232.714000', '194232.716000', '194232.719000', '194232.721000', '194232.724000', '194232.726000', '194232.729000', '194232.732000', '194232.734000', '194232.737000', '194232.739000', '194232.742000', '194232.745000', '194232.747000', '194232.750000', '194232.752000', '194232.755000', '194232.758000', '194232.760000', '194232.763000', '194232.765000', '194232.768000', '194232.771000', '194232.773000', '194232.776000', '194232.778000', '194232.781000', '194232.783000', '194232.786000', '194232.789000', '194232.791000', '194252.681000', '194252.684000', '194252.687000', '194252.689000', '194252.692000', '194252.695000', '194252.697000', '194252.700000', '194252.702000', '194252.705000', '194252.707000', '194252.710000', '194252.713000', '194252.715000', '194252.718000', '194252.720000', '194252.723000', '194252.725000', '194252.728000', '194252.731000', '194252.733000', '194252.736000', '194252.738000', '194252.741000', '194252.743000', '194252.746000', '194252.749000', '194252.751000', '194252.754000', '194252.756000', '194252.759000', '194252.761000', '194252.764000', '194252.767000', '194252.769000', '194252.772000', '194252.774000', '194252.777000', '194252.779000', '194252.782000', '194252.785000', '194252.787000', '194252.790000', '194252.792000', '194312.681000', '194312.684000', '194312.687000', '194312.690000', '194312.692000', '194312.695000', '194312.697000', '194312.700000', '194312.702000', '194312.705000', '194312.708000', '194312.710000', '194312.713000', '194312.715000', '194312.718000', '194312.720000', '194312.723000', '194312.726000', '194312.728000', '194312.731000', '194312.734000', '194312.736000', '194312.739000', '194312.742000', '194312.744000', '194312.747000', '194312.749000', '194312.752000', '194312.755000', '194312.757000', '194312.760000', '194312.762000', '194312.765000', '194312.768000', '194312.770000', '194312.773000', '194312.775000', '194312.778000', '194312.781000', '194312.783000', '194312.786000', '194312.788000', '194312.791000', '194312.794000', '194332.680000', '194332.683000', '194332.686000', '194332.689000', '194332.691000', '194332.694000', '194332.696000', '194332.699000', '194332.701000', '194332.704000', '194332.707000', '194332.709000', '194332.712000', '194332.714000', '194332.717000', '194332.720000', '194332.722000', '194332.725000', '194332.727000', '194332.730000', '194332.733000', '194332.735000', '194332.738000', '194332.740000', '194332.743000', '194332.746000', '194332.748000', '194332.751000', '194332.753000', '194332.756000', '194332.759000', '194332.761000', '194332.764000', '194332.766000', '194332.769000', '194332.771000', '194332.774000', '194332.777000', '194332.779000', '194332.782000', '194332.785000', '194332.787000', '194332.790000', '194352.680000', '194352.683000', '194352.686000', '194352.688000', '194352.691000', '194352.694000', '194352.696000', '194352.699000', '194352.701000', '194352.704000', '194352.706000', '194352.709000', '194352.711000', '194352.714000', '194352.717000', '194352.719000', '194352.722000', '194352.724000', '194352.727000', '194352.730000', '194352.732000', '194352.735000', '194352.737000', '194352.740000', '194352.743000', '194352.745000', '194352.748000', '194352.750000', '194352.753000', '194352.756000', '194352.758000', '194352.761000', '194352.763000', '194352.766000', '194352.769000', '194352.771000', '194352.774000', '194352.776000', '194352.779000', '194352.782000', '194352.784000', '194352.787000', '194352.789000', '194352.792000', '194412.680000', '194412.683000', '194412.686000', '194412.688000', '194412.691000', '194412.693000', '194412.696000', '194412.699000', '194412.701000', '194412.704000', '194412.706000', '194412.709000', '194412.712000', '194412.714000', '194412.717000', '194412.719000', '194412.722000', '194412.725000', '194412.727000', '194412.730000', '194412.732000', '194412.735000', '194412.738000', '194412.740000', '194412.743000', '194412.745000', '194412.748000', '194412.751000', '194412.753000', '194412.756000', '194412.758000', '194412.761000', '194412.764000', '194412.766000', '194412.769000', '194412.771000', '194412.774000', '194412.776000', '194412.779000', '194412.782000', '194412.784000', '194412.787000', '194412.789000', '194432.680000', '194432.683000', '194432.686000', '194432.688000', '194432.691000', '194432.694000', '194432.696000', '194432.699000', '194432.701000', '194432.704000', '194432.707000', '194432.709000', '194432.712000', '194432.714000', '194432.717000', '194432.720000', '194432.722000', '194432.725000', '194432.727000', '194432.730000', '194432.733000', '194432.735000', '194432.738000', '194432.741000', '194432.743000', '194432.746000', '194432.748000', '194432.765000', '194432.768000', '194432.770000', '194432.773000', '194432.776000', '194432.778000', '194432.781000', '194432.783000', '194432.786000', '194432.788000', '194432.791000', '194432.794000', '194432.796000', '194432.799000', '194432.861000', '194432.863000', '194432.866000', '194452.680000', '194452.683000', '194452.686000', '194452.688000', '194452.691000', '194452.694000', '194452.696000', '194452.699000', '194452.701000', '194452.704000', '194452.706000', '194452.709000', '194452.712000', '194452.714000', '194452.717000', '194452.720000', '194452.722000', '194452.725000', '194452.727000', '194452.730000', '194452.732000', '194452.735000', '194452.738000', '194452.740000', '194452.743000', '194452.745000', '194452.748000', '194452.751000', '194452.753000', '194452.756000', '194452.758000', '194452.761000', '194452.763000', '194452.766000', '194452.769000', '194452.771000', '194452.774000', '194452.777000', '194452.779000', '194452.782000', '194452.784000', '194452.787000', '194452.789000', '194512.682000', '194512.684000', '194512.687000', '194512.689000', '194512.692000', '194512.695000', '194512.697000', '194512.700000', '194512.702000', '194512.705000', '194512.707000', '194512.710000', '194512.713000', '194512.716000', '194512.719000', '194512.721000', '194512.724000', '194512.726000', '194512.729000', '194512.732000', '194512.734000', '194512.737000', '194512.739000', '194512.742000', '194512.744000', '194512.748000', '194512.750000', '194512.753000', '194512.756000', '194512.758000', '194512.761000', '194512.763000', '194512.766000', '194512.769000', '194512.771000', '194512.774000', '194512.777000', '194512.779000', '194512.782000', '194512.785000', '194512.787000', '194512.790000', '194512.792000', '194532.681000', '194532.684000', '194532.687000', '194532.689000', '194532.692000', '194532.695000', '194532.697000', '194532.700000', '194532.702000', '194532.705000', '194532.707000', '194532.710000', '194532.713000', '194532.715000', '194532.718000', '194532.720000', '194532.723000', '194532.726000', '194532.728000', '194532.731000', '194532.734000', '194532.736000', '194532.739000', '194532.742000', '194532.744000', '194532.747000', '194532.749000', '194532.752000', '194532.755000', '194532.757000', '194532.760000', '194532.762000', '194532.765000', '194532.768000', '194532.770000', '194532.773000', '194532.775000', '194532.778000', '194532.781000', '194532.783000', '194532.786000', '194532.789000', '194532.791000', '194532.794000', '194552.680000', '194552.683000', '194552.686000', '194552.688000', '194552.691000', '194552.694000', '194552.696000', '194552.699000', '194552.702000', '194552.704000', '194552.707000', '194552.709000', '194552.712000', '194552.715000', '194552.717000', '194552.720000', '194552.729000', '194552.731000', '194552.734000', '194552.736000', '194552.739000', '194552.742000', '194552.744000', '194552.747000', '194552.750000', '194552.752000', '194552.755000', '194552.758000', '194552.760000', '194552.763000', '194552.766000', '194552.768000', '194552.771000', '194552.773000', '194552.776000', '194552.779000', '194552.781000', '194552.784000', '194552.798000', '194552.878000', '194552.881000', '194552.883000', '194552.886000', '194612.680000', '194612.683000', '194612.686000', '194612.689000', '194612.691000', '194612.694000', '194612.696000', '194612.699000', '194612.702000', '194612.704000', '194612.707000', '194612.710000', '194612.712000', '194612.715000', '194612.717000', '194612.720000', '194612.723000', '194612.725000', '194612.728000', '194612.730000', '194612.733000', '194612.735000', '194612.738000', '194612.741000', '194612.743000', '194612.746000', '194612.748000', '194612.751000', '194612.753000', '194612.756000', '194612.759000', '194612.761000', '194612.764000', '194612.767000', '194612.769000', '194612.772000', '194612.775000', '194612.777000', '194612.780000', '194612.782000', '194612.785000', '194612.788000', '194612.790000', '194612.793000', '194632.680000', '194632.683000', '194632.686000', '194632.688000', '194632.691000', '194632.694000', '194632.696000', '194632.699000', '194632.701000', '194632.704000', '194632.707000', '194632.709000', '194632.712000', '194632.714000', '194632.717000', '194632.720000', '194632.722000', '194632.725000', '194632.728000', '194632.731000', '194632.733000', '194632.736000', '194632.739000', '194632.741000', '194632.744000', '194632.747000', '194632.749000', '194632.753000', '194632.756000', '194632.759000', '194632.761000', '194632.764000', '194632.766000', '194632.769000', '194632.771000', '194632.774000', '194632.777000', '194632.780000', '194632.782000', '194632.785000', '194632.787000', '194632.790000', '194632.792000', '194649.720000', '194649.722000', '194649.725000', '194649.728000', '194649.731000', '194649.733000', '194649.736000', '194649.740000', '194649.743000', '194649.747000', '194649.757000', '194649.762000', '194649.766000', '194649.768000', '194649.771000', '194649.774000', '194649.777000', '194649.780000', '194649.783000', '194649.785000', '194649.791000', '194649.795000', '194649.797000', '194649.800000', '194649.803000', '194649.805000', '194649.808000', '194649.811000', '194649.813000', '194649.816000', '194649.818000', '194649.821000', '194649.824000', '194649.826000', '194649.829000', '194649.831000', '194649.834000', '194649.837000'], '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': [7456, 8945, 14774, 7717, 11774, 8857, 10032, 7590, 8437, 14732, 7537, 11120, 7466, 8731, 7397, 8120, 9758, 7304, 8904, 7382, 8901, 7402, 8146, 7201, 7190, 6953, 7020, 8540, 7290, 8510, 7225, 8144, 7059, 7842, 12028, 7041, 9903, 6941, 8671, 7473, 7998, 14542, 7214, 10939, 7845, 8601, 7258, 7819, 7040, 7059, 8754, 6969, 8782, 7306, 8373, 9339, 7915, 13709, 8593, 13506, 8332, 9401, 11709, 9630, 8923, 7854, 15351, 7494, 9332, 7228, 8515, 7065, 7702, 7120, 7430, 7022, 6890, 7136, 7401, 7476, 7134, 9913, 7602, 9112, 7089, 8575, 15012, 11934, 14409, 11490, 13769, 8268, 8957, 14959, 9664, 14109, 9043, 11463, 7599, 8561, 7020, 8400, 6992, 7974, 7060, 7449, 8999, 7513, 9212, 7211, 8712, 12811, 8160, 15387, 11108, 12110, 8223, 8947, 9632, 8197, 11038, 7769, 8928, 7508, 8586, 7199, 8082, 9467, 7355, 9011, 7757, 8905, 7537, 9677, 7782, 7958, 7689, 9184, 6944, 8433, 9587, 7926, 9434, 8237, 8378, 8419, 15330, 11950, 14506, 11341, 13298, 9807, 9105, 15957, 11296, 14930, 11402, 12882, 9303, 10290, 7697, 8574, 6823, 8341, 7173, 8442, 7013, 7869, 6967, 7407, 9134, 7210, 9106, 7724, 9137, 6908, 8695, 12771, 7667, 11818, 8267, 9016, 6981, 8205, 15940, 9027, 11264, 8394, 8742, 6775, 7907, 11725, 7180, 8820, 7029, 8622, 6747, 8406, 6867, 8161, 6447, 8044, 11992, 7697, 8915, 14689, 9407, 13191, 9019, 9785, 14049, 9143, 14854, 11674, 12643, 8206, 11648, 8706, 15770, 11835, 12536, 8493, 8752, 15635, 7868, 12800, 9999, 9487, 7647, 8178, 6525, 7856, 6970, 7495, 8746, 7458, 8678, 7118, 7941, 8927, 7404, 11895, 8172, 9466, 7284, 7952, 6526, 7854, 10678, 7401, 9417, 7034, 9243, 7030, 8074, 12842, 7661, 13316, 9448, 9560, 8306, 6595, 7656, 7348, 9017, 6800, 8207, 14429, 7492, 10332, 10885, 8090, 16865, 9065, 12980, 13454, 11359, 16913, 9742, 12220, 13260, 10323, 17248, 11333, 13947, 7869, 9176, 9493, 8150, 10815, 8076, 9049, 7340, 8584, 6989, 8465, 7712, 8057, 9626, 7838, 9377, 7411, 8416, 7066, 8022, 6809, 7898, 7427, 7687, 9396, 8032, 9525, 8038, 9113, 6773, 8718, 12029, 8231, 10329, 8088, 8716, 7811, 8008, 7604, 9752, 7630, 8910, 7763, 9196, 7670, 9015, 10377, 9007, 15044, 11354, 14751, 9771, 10610, 8852, 9084, 13369, 8694, 7262, 8726, 7100, 8304, 11810, 7902, 9714, 8058, 7539, 8168, 8798, 7662, 9978, 7951, 8819, 8532, 8465, 13608, 8385, 10964, 8443, 11924, 10360, 9001, 16155, 9295, 13111, 11523, 10273, 7848, 9431, 7635, 9315, 7069, 9186, 6736, 8930, 6838, 8456, 12390, 7255, 6989, 8230, 6737, 8865, 7545, 10012, 11313, 9333, 13922, 8398, 12755, 8467, 9638, 8626, 8864, 15316, 8059, 12579, 7512, 9347, 7473, 8843, 6616, 8447, 6373, 7821, 9263, 7062, 9295, 7185, 8736, 6739, 8347, 10998, 7604, 9553, 7112, 9177, 6469, 8485, 6481, 8264, 10469, 7007, 9743, 7509, 8915, 7372, 8481, 14301, 7007, 10836, 7176, 8742, 6129, 8416, 12999, 7338, 10294, 8184, 9185, 6726, 8302, 8408, 7365, 10438, 7617, 9875, 7155, 8951, 15135, 10528, 13607, 10747, 10770, 8544, 8979, 15666, 7728, 13311, 7077, 9395, 7384, 8628, 6740, 8064, 12114, 7210, 9622, 6898, 8656, 11830, 8291, 15132, 7898, 11693, 7848, 9876, 10456, 8750, 11289, 8295, 10444, 7004, 9453, 6929, 8617, 6538, 8264, 11902, 7131, 9813, 7438, 9268, 6446, 8559, 12952, 7176, 11180, 8480, 9561, 6591, 8526, 16584, 7678, 13588, 9840, 9678, 7070, 8799, 6581, 8243, 9249, 7262, 6255, 7662, 8231, 7133, 9611, 7528, 9067, 7218, 8657, 6407, 8080, 6404, 8293, 7720, 8318, 7693, 11765, 8658, 13560, 7963, 15106, 10639, 14145, 10058, 11325, 7486, 9097, 6377, 8296, 7495, 7608, 6233, 8091, 6214, 7824, 8639, 6947, 8203, 7314, 9711, 6926, 8930, 9129, 8190, 14638, 7285, 10671, 6775, 8708, 10009, 8093, 13242, 7145, 10793, 7150, 9769, 6274, 8292, 6332, 8044, 11099, 6967, 9779, 6968, 8659, 6306, 7978, 13143, 7362, 11573, 8043, 9199, 9898, 8062, 14575, 7816, 10814, 7380, 8285, 6400, 7837, 6312, 7338, 9008, 6777, 9279, 6906, 8254, 14031, 7541, 12074, 7772, 9224, 11542, 8127, 14970, 9153, 12541, 8746, 9965, 8823, 8791, 11638, 7011, 9836, 7094, 8743, 6526, 8606, 6583, 8506, 6404, 7859, 6712, 8295, 12964, 7631, 12098, 8495, 9790, 6610, 8673, 13557, 8337, 13047, 8333, 11410, 7321, 10572, 7112, 9132, 6411, 8743, 6504, 8366, 12511, 7060, 10897, 7405, 10264, 6776, 9724, 6330, 8458, 10931, 7304, 10962, 7175, 9950, 6362, 8515, 10785, 7018, 11202, 6805, 9513, 6349, 8377, 10059, 7212, 8881, 7068, 9521, 7230, 8614, 6403, 8099, 6660, 8389, 11288, 6846, 11573, 8069, 10172, 7385, 9895, 6644, 9142, 12772, 8593, 10693, 8629, 13638, 7973, 11916, 8009, 10030, 7445, 9835, 7557, 9593, 7777, 8683, 7020, 8120, 11315, 7450, 9619, 6533, 8522, 6253, 8686, 6450, 8226, 9568, 8055, 6523, 8388, 7362, 6396, 7952, 6342, 8931, 14144, 8623, 11449, 9598, 9322, 14075, 8116, 13586, 8620, 10953, 14833, 11556, 15251, 10687, 12764, 7591, 9904, 6472, 8759, 6520, 8226, 6547, 8101, 6478, 7793, 8501, 7206, 7871, 7445, 6793, 7763, 6552, 9018, 11429, 7452, 12062, 6985, 9296, 8668, 8648, 13238, 7943, 14519, 9742, 12568, 8798, 11363, 7494, 10096, 12027, 8920, 14801, 8434, 13074, 8232, 12134, 7426, 10211, 7040, 9488, 7424, 6754, 7410, 9284, 7029, 10837, 7208, 9555, 7083, 7564, 6495, 7016, 6449, 7353, 10079, 7262, 8771, 7791, 8379, 6959, 7592, 7985, 7131, 9979, 8023, 8319, 7273, 8137, 6425, 7172, 7583, 7206, 9163, 7175, 8860, 7332, 8986, 7572, 8183, 7758, 7514, 8564, 7072, 8081, 7081, 7524, 7256, 7808, 7214], 'WindowCenter': [4100.0, 4107.0, 4145.0, 4083.0, 4110.0, 4089.0, 4088.0, 4056.0, 4066.0, 4116.0, 4065.0, 4095.0, 4054.0, 4063.0, 4054.0, 4065.0, 4084.0, 4056.0, 4075.0, 4056.0, 4075.0, 4055.0, 4066.0, 4056.0, 4057.0, 4056.0, 4057.0, 4076.0, 4056.0, 4077.0, 4067.0, 4079.0, 4056.0, 4078.0, 4108.0, 4058.0, 4098.0, 4056.0, 4077.0, 4055.0, 4067.0, 4116.0, 4057.0, 4097.0, 4067.0, 4075.0, 4055.0, 4065.0, 4056.0, 4058.0, 4076.0, 4058.0, 4078.0, 4068.0, 4077.0, 4088.0, 4079.0, 4129.0, 4078.0, 4118.0, 4066.0, 4087.0, 4106.0, 4086.0, 4074.0, 4064.0, 4114.0, 4055.0, 4087.0, 4066.0, 4076.0, 4055.0, 4066.0, 4057.0, 4068.0, 4056.0, 4068.0, 4068.0, 4070.0, 4069.0, 4071.0, 4101.0, 4080.0, 4089.0, 4058.0, 4079.0, 4130.0, 4110.0, 4118.0, 4098.0, 4116.0, 4065.0, 4075.0, 4116.0, 4085.0, 4113.0, 4074.0, 4094.0, 4052.0, 4063.0, 4043.0, 4065.0, 4043.0, 4065.0, 4044.0, 4055.0, 4074.0, 4056.0, 4086.0, 4055.0, 4075.0, 4104.0, 4065.0, 4114.0, 4084.0, 4093.0, 4061.0, 4062.0, 4072.0, 4062.0, 4082.0, 4053.0, 4072.0, 4052.0, 4063.0, 4042.0, 4063.0, 4073.0, 4053.0, 4075.0, 4079.0, 4075.0, 4053.0, 4073.0, 4053.0, 4063.0, 4067.0, 4087.0, 4055.0, 4090.0, 4100.0, 4080.0, 4088.0, 4079.0, 4077.0, 4078.0, 4130.0, 4106.0, 4118.0, 4095.0, 4105.0, 4072.0, 4063.0, 4112.0, 4081.0, 4100.0, 4081.0, 4090.0, 4060.0, 4068.0, 4026.0, 4046.0, 4016.0, 4047.0, 4027.0, 4050.0, 4041.0, 4063.0, 4041.0, 4053.0, 4072.0, 4055.0, 4076.0, 4066.0, 4074.0, 4045.0, 4075.0, 4105.0, 4065.0, 4096.0, 4065.0, 4076.0, 4044.0, 4066.0, 4126.0, 4075.0, 4095.0, 4065.0, 4065.0, 4044.0, 4064.0, 4094.0, 4045.0, 4075.0, 4057.0, 4089.0, 4045.0, 4066.0, 4044.0, 4075.0, 4035.0, 4068.0, 4108.0, 4067.0, 4090.0, 4129.0, 4089.0, 4119.0, 4077.0, 4088.0, 4116.0, 4075.0, 4117.0, 4097.0, 4106.0, 4065.0, 4096.0, 4077.0, 4127.0, 4096.0, 4094.0, 4052.0, 4061.0, 4100.0, 4050.0, 4092.0, 4070.0, 4069.0, 4041.0, 4051.0, 4019.0, 4052.0, 4040.0, 4053.0, 4062.0, 4041.0, 4062.0, 4041.0, 4053.0, 4062.0, 4055.0, 4095.0, 4065.0, 4073.0, 4054.0, 4065.0, 4032.0, 4066.0, 4084.0, 4055.0, 4075.0, 4044.0, 4075.0, 4045.0, 4067.0, 4107.0, 4066.0, 4119.0, 4088.0, 4074.0, 4054.0, 4047.0, 4055.0, 4068.0, 4091.0, 4059.0, 4079.0, 4127.0, 4068.0, 4100.0, 4099.0, 4080.0, 4140.0, 4076.0, 4108.0, 4105.0, 4085.0, 4115.0, 4063.0, 4083.0, 4092.0, 4072.0, 4111.0, 4069.0, 4089.0, 4036.0, 4046.0, 4045.0, 4036.0, 4055.0, 4035.0, 4046.0, 4027.0, 4048.0, 4027.0, 4049.0, 4038.0, 4039.0, 4059.0, 4040.0, 4060.0, 4040.0, 4052.0, 4041.0, 4053.0, 4031.0, 4064.0, 4052.0, 4054.0, 4073.0, 4066.0, 4075.0, 4066.0, 4075.0, 4044.0, 4075.0, 4095.0, 4065.0, 4085.0, 4065.0, 4074.0, 4056.0, 4065.0, 4067.0, 4086.0, 4067.0, 4088.0, 4068.0, 4088.0, 4069.0, 4089.0, 4098.0, 4089.0, 4129.0, 4099.0, 4118.0, 4086.0, 4085.0, 4076.0, 4075.0, 4104.0, 4064.0, 4053.0, 4065.0, 4043.0, 4065.0, 4095.0, 4066.0, 4085.0, 4066.0, 4054.0, 4075.0, 4076.0, 4068.0, 4098.0, 4078.0, 4088.0, 4076.0, 4077.0, 4117.0, 4080.0, 4098.0, 4078.0, 4107.0, 4084.0, 4075.0, 4125.0, 4074.0, 4105.0, 4095.0, 4084.0, 4063.0, 4074.0, 4054.0, 4075.0, 4044.0, 4074.0, 4043.0, 4076.0, 4044.0, 4065.0, 4105.0, 4054.0, 4055.0, 4076.0, 4056.0, 4088.0, 4080.0, 4099.0, 4108.0, 4087.0, 4116.0, 4065.0, 4106.0, 4063.0, 4073.0, 4063.0, 4073.0, 4114.0, 4052.0, 4092.0, 4042.0, 4060.0, 4042.0, 4073.0, 4031.0, 4061.0, 4031.0, 4053.0, 4071.0, 4042.0, 4073.0, 4055.0, 4076.0, 4043.0, 4066.0, 4093.0, 4055.0, 4074.0, 4056.0, 4086.0, 4045.0, 4076.0, 4047.0, 4078.0, 4097.0, 4069.0, 4100.0, 4068.0, 4087.0, 4066.0, 4079.0, 4118.0, 4057.0, 4099.0, 4056.0, 4078.0, 4035.0, 4077.0, 4118.0, 4068.0, 4098.0, 4078.0, 4087.0, 4055.0, 4079.0, 4079.0, 4068.0, 4099.0, 4067.0, 4097.0, 4057.0, 4088.0, 4128.0, 4099.0, 4118.0, 4097.0, 4096.0, 4076.0, 4078.0, 4127.0, 4064.0, 4116.0, 4055.0, 4074.0, 4067.0, 4075.0, 4044.0, 4078.0, 4107.0, 4057.0, 4086.0, 4057.0, 4077.0, 4106.0, 4067.0, 4117.0, 4065.0, 4094.0, 4064.0, 4085.0, 4084.0, 4074.0, 4092.0, 4062.0, 4084.0, 4045.0, 4084.0, 4043.0, 4074.0, 4033.0, 4065.0, 4104.0, 4056.0, 4085.0, 4054.0, 4076.0, 4033.0, 4074.0, 4105.0, 4056.0, 4095.0, 4074.0, 4085.0, 4044.0, 4073.0, 4124.0, 4055.0, 4105.0, 4083.0, 4073.0, 4041.0, 4062.0, 4030.0, 4064.0, 4073.0, 4052.0, 4033.0, 4053.0, 4062.0, 4053.0, 4084.0, 4065.0, 4075.0, 4055.0, 4075.0, 4045.0, 4066.0, 4044.0, 4075.0, 4067.0, 4078.0, 4080.0, 4119.0, 4089.0, 4117.0, 4066.0, 4126.0, 4096.0, 4117.0, 4085.0, 4094.0, 4042.0, 4072.0, 4031.0, 4062.0, 4051.0, 4052.0, 4021.0, 4062.0, 4021.0, 4065.0, 4075.0, 4056.0, 4075.0, 4066.0, 4086.0, 4056.0, 4088.0, 4086.0, 4076.0, 4126.0, 4054.0, 4095.0, 4045.0, 4077.0, 4085.0, 4065.0, 4114.0, 4054.0, 4093.0, 4055.0, 4084.0, 4033.0, 4064.0, 4032.0, 4064.0, 4094.0, 4055.0, 4085.0, 4054.0, 4075.0, 4033.0, 4065.0, 4115.0, 4056.0, 4106.0, 4064.0, 4074.0, 4083.0, 4064.0, 4113.0, 4054.0, 4094.0, 4053.0, 4063.0, 4044.0, 4064.0, 4043.0, 4068.0, 4087.0, 4058.0, 4088.0, 4057.0, 4078.0, 4117.0, 4068.0, 4108.0, 4066.0, 4086.0, 4095.0, 4064.0, 4114.0, 4074.0, 4105.0, 4063.0, 4083.0, 4061.0, 4062.0, 4091.0, 4042.0, 4083.0, 4042.0, 4073.0, 4044.0, 4074.0, 4056.0, 4076.0, 4046.0, 4077.0, 4056.0, 4077.0, 4117.0, 4067.0, 4106.0, 4076.0, 4085.0, 4044.0, 4075.0, 4116.0, 4065.0, 4104.0, 4064.0, 4092.0, 4052.0, 4084.0, 4043.0, 4073.0, 4032.0, 4073.0, 4032.0, 4063.0, 4104.0, 4054.0, 4093.0, 4053.0, 4083.0, 4043.0, 4084.0, 4032.0, 4076.0, 4095.0, 4054.0, 4094.0, 4053.0, 4083.0, 4032.0, 4074.0, 4094.0, 4043.0, 4093.0, 4043.0, 4073.0, 4032.0, 4075.0, 4084.0, 4054.0, 4073.0, 4055.0, 4084.0, 4055.0, 4075.0, 4034.0, 4065.0, 4044.0, 4075.0, 4096.0, 4056.0, 4106.0, 4065.0, 4084.0, 4055.0, 4085.0, 4044.0, 4086.0, 4105.0, 4089.0, 4095.0, 4074.0, 4116.0, 4076.0, 4106.0, 4065.0, 4084.0, 4053.0, 4084.0, 4065.0, 4086.0, 4064.0, 4075.0, 4042.0, 4064.0, 4094.0, 4055.0, 4085.0, 4044.0, 4074.0, 4034.0, 4075.0, 4033.0, 4076.0, 4097.0, 4078.0, 4045.0, 4076.0, 4066.0, 4055.0, 4079.0, 4060.0, 4101.0, 4131.0, 4090.0, 4121.0, 4098.0, 4088.0, 4118.0, 4065.0, 4117.0, 4075.0, 4095.0, 4115.0, 4096.0, 4114.0, 4083.0, 4092.0, 4052.0, 4069.0, 4029.0, 4060.0, 4030.0, 4061.0, 4031.0, 4062.0, 4031.0, 4065.0, 4076.0, 4080.0, 4080.0, 4066.0, 4056.0, 4065.0, 4047.0, 4088.0, 4106.0, 4069.0, 4120.0, 4069.0, 4100.0, 4089.0, 4088.0, 4118.0, 4077.0, 4127.0, 4086.0, 4107.0, 4075.0, 4104.0, 4053.0, 4083.0, 4103.0, 4073.0, 4113.0, 4061.0, 4100.0, 4062.0, 4091.0, 4041.0, 4070.0, 4042.0, 4070.0, 4052.0, 4040.0, 4052.0, 4072.0, 4053.0, 4093.0, 4053.0, 4082.0, 4052.0, 4067.0, 4031.0, 4041.0, 4029.0, 4051.0, 4070.0, 4051.0, 4060.0, 4052.0, 4061.0, 4042.0, 4052.0, 4062.0, 4042.0, 4082.0, 4063.0, 4062.0, 4053.0, 4063.0, 4032.0, 4043.0, 4052.0, 4054.0, 4073.0, 4054.0, 4073.0, 4054.0, 4074.0, 4064.0, 4064.0, 4064.0, 4055.0, 4074.0, 4055.0, 4064.0, 4054.0, 4063.0, 4065.0, 4066.0, 4067.0], 'WindowWidth': [9144.0, 9146.0, 9194.0, 9105.0, 9136.0, 9105.0, 9100.0, 9054.0, 9068.0, 9135.0, 9067.0, 9104.0, 9050.0, 9061.0, 9048.0, 9065.0, 9089.0, 9055.0, 9079.0, 9055.0, 9077.0, 9051.0, 9069.0, 9055.0, 9060.0, 9056.0, 9060.0, 9083.0, 9056.0, 9087.0, 9073.0, 9090.0, 9057.0, 9088.0, 9125.0, 9061.0, 9114.0, 9057.0, 9084.0, 9053.0, 9071.0, 9136.0, 9059.0, 9110.0, 9071.0, 9080.0, 9053.0, 9067.0, 9056.0, 9062.0, 9083.0, 9063.0, 9087.0, 9074.0, 9086.0, 9101.0, 9092.0, 9156.0, 9088.0, 9141.0, 9066.0, 9098.0, 9121.0, 9094.0, 9075.0, 9063.0, 9129.0, 9052.0, 9100.0, 9071.0, 9082.0, 9052.0, 9069.0, 9063.0, 9078.0, 9059.0, 9078.0, 9078.0, 9084.0, 9081.0, 9087.0, 9126.0, 9096.0, 9105.0, 9063.0, 9091.0, 9159.0, 9132.0, 9141.0, 9113.0, 9135.0, 9064.0, 9078.0, 9134.0, 9091.0, 9127.0, 9076.0, 9100.0, 9044.0, 9058.0, 9034.0, 9064.0, 9033.0, 9064.0, 9037.0, 9051.0, 9074.0, 9055.0, 9095.0, 9053.0, 9079.0, 9115.0, 9063.0, 9128.0, 9086.0, 9098.0, 9053.0, 9054.0, 9066.0, 9054.0, 9080.0, 9047.0, 9070.0, 9043.0, 9058.0, 9032.0, 9060.0, 9071.0, 9046.0, 9078.0, 9093.0, 9082.0, 9048.0, 9072.0, 9048.0, 9062.0, 9072.0, 9098.0, 9055.0, 9113.0, 9121.0, 9095.0, 9104.0, 9093.0, 9088.0, 9091.0, 9161.0, 9122.0, 9140.0, 9104.0, 9118.0, 9068.0, 9057.0, 9120.0, 9078.0, 9102.0, 9075.0, 9087.0, 9047.0, 9054.0, 8997.0, 9022.0, 8985.0, 9027.0, 9002.0, 9037.0, 9027.0, 9058.0, 9028.0, 9049.0, 9071.0, 9053.0, 9081.0, 9068.0, 9078.0, 9038.0, 9079.0, 9118.0, 9065.0, 9107.0, 9066.0, 9080.0, 9036.0, 9067.0, 9147.0, 9078.0, 9106.0, 9063.0, 9064.0, 9034.0, 9064.0, 9101.0, 9038.0, 9079.0, 9060.0, 9105.0, 9041.0, 9068.0, 9038.0, 9081.0, 9028.0, 9074.0, 9128.0, 9073.0, 9107.0, 9158.0, 9105.0, 9144.0, 9085.0, 9099.0, 9134.0, 9077.0, 9136.0, 9108.0, 9120.0, 9066.0, 9106.0, 9084.0, 9154.0, 9106.0, 9100.0, 9039.0, 9050.0, 9103.0, 9034.0, 9092.0, 9063.0, 9059.0, 9025.0, 9036.0, 8994.0, 9041.0, 9024.0, 9045.0, 9056.0, 9028.0, 9056.0, 9028.0, 9045.0, 9056.0, 9051.0, 9103.0, 9064.0, 9071.0, 9047.0, 9062.0, 9017.0, 9066.0, 9089.0, 9052.0, 9078.0, 9038.0, 9079.0, 9038.0, 9068.0, 9123.0, 9069.0, 9143.0, 9100.0, 9075.0, 9047.0, 9042.0, 9054.0, 9077.0, 9110.0, 9065.0, 9090.0, 9152.0, 9075.0, 9121.0, 9117.0, 9092.0, 9172.0, 9082.0, 9125.0, 9117.0, 9089.0, 9129.0, 9055.0, 9083.0, 9091.0, 9066.0, 9116.0, 9057.0, 9083.0, 9008.0, 9020.0, 9017.0, 9006.0, 9032.0, 9005.0, 9022.0, 9001.0, 9029.0, 9000.0, 9033.0, 9015.0, 9019.0, 9043.0, 9022.0, 9048.0, 9023.0, 9042.0, 9027.0, 9045.0, 9015.0, 9062.0, 9044.0, 9052.0, 9072.0, 9066.0, 9078.0, 9066.0, 9078.0, 9036.0, 9079.0, 9104.0, 9065.0, 9089.0, 9063.0, 9075.0, 9054.0, 9064.0, 9071.0, 9096.0, 9073.0, 9101.0, 9077.0, 9102.0, 9078.0, 9103.0, 9114.0, 9103.0, 9156.0, 9117.0, 9140.0, 9093.0, 9092.0, 9079.0, 9078.0, 9114.0, 9061.0, 9044.0, 9064.0, 9031.0, 9065.0, 9106.0, 9068.0, 9090.0, 9068.0, 9050.0, 9080.0, 9081.0, 9075.0, 9113.0, 9088.0, 9100.0, 9082.0, 9085.0, 9139.0, 9093.0, 9114.0, 9088.0, 9124.0, 9088.0, 9078.0, 9145.0, 9075.0, 9116.0, 9104.0, 9087.0, 9060.0, 9075.0, 9048.0, 9077.0, 9036.0, 9077.0, 9035.0, 9082.0, 9037.0, 9066.0, 9119.0, 9051.0, 9055.0, 9085.0, 9060.0, 9103.0, 9094.0, 9120.0, 9130.0, 9098.0, 9136.0, 9066.0, 9119.0, 9060.0, 9073.0, 9059.0, 9074.0, 9128.0, 9043.0, 9095.0, 9027.0, 9050.0, 9029.0, 9073.0, 9014.0, 9055.0, 9014.0, 9047.0, 9066.0, 9031.0, 9072.0, 9053.0, 9082.0, 9034.0, 9067.0, 9099.0, 9051.0, 9075.0, 9058.0, 9096.0, 9041.0, 9083.0, 9046.0, 9091.0, 9112.0, 9080.0, 9121.0, 9075.0, 9100.0, 9071.0, 9090.0, 9141.0, 9059.0, 9117.0, 9058.0, 9089.0, 9029.0, 9087.0, 9141.0, 9075.0, 9114.0, 9089.0, 9099.0, 9056.0, 9090.0, 9092.0, 9078.0, 9117.0, 9074.0, 9113.0, 9060.0, 9103.0, 9155.0, 9117.0, 9141.0, 9111.0, 9109.0, 9082.0, 9085.0, 9152.0, 9065.0, 9134.0, 9052.0, 9078.0, 9073.0, 9082.0, 9039.0, 9087.0, 9126.0, 9058.0, 9095.0, 9058.0, 9086.0, 9122.0, 9071.0, 9137.0, 9065.0, 9104.0, 9064.0, 9093.0, 9088.0, 9075.0, 9097.0, 9058.0, 9087.0, 9039.0, 9089.0, 9035.0, 9077.0, 9020.0, 9065.0, 9118.0, 9056.0, 9092.0, 9053.0, 9081.0, 9023.0, 9078.0, 9120.0, 9056.0, 9107.0, 9077.0, 9093.0, 9035.0, 9074.0, 9144.0, 9053.0, 9118.0, 9085.0, 9071.0, 9027.0, 9055.0, 9010.0, 9060.0, 9072.0, 9044.0, 9020.0, 9048.0, 9058.0, 9048.0, 9091.0, 9066.0, 9079.0, 9054.0, 9081.0, 9043.0, 9070.0, 9039.0, 9081.0, 9073.0, 9089.0, 9097.0, 9146.0, 9105.0, 9141.0, 9070.0, 9151.0, 9111.0, 9140.0, 9092.0, 9101.0, 9030.0, 9069.0, 9015.0, 9059.0, 9043.0, 9044.0, 9003.0, 9058.0, 9003.0, 9067.0, 9080.0, 9056.0, 9081.0, 9072.0, 9097.0, 9059.0, 9102.0, 9097.0, 9083.0, 9149.0, 9052.0, 9106.0, 9041.0, 9084.0, 9092.0, 9068.0, 9132.0, 9051.0, 9102.0, 9053.0, 9091.0, 9022.0, 9063.0, 9020.0, 9065.0, 9103.0, 9054.0, 9092.0, 9052.0, 9079.0, 9023.0, 9066.0, 9134.0, 9056.0, 9121.0, 9064.0, 9077.0, 9087.0, 9061.0, 9128.0, 9049.0, 9101.0, 9047.0, 9061.0, 9038.0, 9066.0, 9038.0, 9077.0, 9101.0, 9065.0, 9102.0, 9060.0, 9088.0, 9139.0, 9075.0, 9128.0, 9069.0, 9094.0, 9105.0, 9063.0, 9130.0, 9077.0, 9118.0, 9061.0, 9086.0, 9053.0, 9057.0, 9094.0, 9033.0, 9086.0, 9034.0, 9073.0, 9038.0, 9079.0, 9060.0, 9083.0, 9045.0, 9086.0, 9059.0, 9088.0, 9138.0, 9073.0, 9123.0, 9083.0, 9093.0, 9037.0, 9081.0, 9137.0, 9066.0, 9116.0, 9061.0, 9098.0, 9045.0, 9089.0, 9036.0, 9073.0, 9018.0, 9073.0, 9018.0, 9061.0, 9118.0, 9052.0, 9100.0, 9048.0, 9085.0, 9034.0, 9089.0, 9020.0, 9081.0, 9106.0, 9051.0, 9102.0, 9049.0, 9088.0, 9020.0, 9077.0, 9103.0, 9035.0, 9100.0, 9033.0, 9073.0, 9018.0, 9079.0, 9090.0, 9050.0, 9074.0, 9053.0, 9088.0, 9055.0, 9081.0, 9025.0, 9067.0, 9038.0, 9081.0, 9109.0, 9057.0, 9123.0, 9068.0, 9090.0, 9053.0, 9093.0, 9038.0, 9094.0, 9121.0, 9106.0, 9111.0, 9079.0, 9136.0, 9086.0, 9123.0, 9069.0, 9091.0, 9052.0, 9090.0, 9068.0, 9098.0, 9064.0, 9081.0, 9034.0, 9064.0, 9104.0, 9054.0, 9092.0, 9038.0, 9077.0, 9025.0, 9080.0, 9022.0, 9084.0, 9116.0, 9090.0, 9045.0, 9086.0, 9074.0, 9060.0, 9094.0, 9071.0, 9129.0, 9168.0, 9111.0, 9153.0, 9116.0, 9103.0, 9142.0, 9067.0, 9139.0, 9079.0, 9105.0, 9134.0, 9108.0, 9130.0, 9087.0, 9096.0, 9041.0, 9061.0, 9011.0, 9053.0, 9012.0, 9055.0, 9017.0, 9061.0, 9019.0, 9070.0, 9084.0, 9097.0, 9099.0, 9071.0, 9060.0, 9071.0, 9051.0, 9106.0, 9126.0, 9080.0, 9147.0, 9081.0, 9122.0, 9106.0, 9104.0, 9143.0, 9087.0, 9154.0, 9096.0, 9125.0, 9079.0, 9119.0, 9048.0, 9088.0, 9114.0, 9074.0, 9128.0, 9057.0, 9107.0, 9058.0, 9092.0, 9026.0, 9063.0, 9030.0, 9067.0, 9046.0, 9028.0, 9048.0, 9072.0, 9049.0, 9101.0, 9049.0, 9085.0, 9047.0, 9075.0, 9015.0, 9027.0, 9011.0, 9041.0, 9065.0, 9042.0, 9052.0, 9044.0, 9056.0, 9031.0, 9047.0, 9059.0, 9033.0, 9084.0, 9061.0, 9059.0, 9050.0, 9062.0, 9020.0, 9035.0, 9046.0, 9050.0, 9074.0, 9052.0, 9075.0, 9051.0, 9076.0, 9064.0, 9064.0, 9065.0, 9055.0, 9079.0, 9055.0, 9066.0, 9054.0, 9062.0, 9069.0, 9071.0, 9076.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.0035517125748502996</td></tr>
<tr><td colspan=3>aqi</td><td>0.034113784311377245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.596718058561166</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1289203622661872</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0400255324580336</td></tr>
<tr><td colspan=3>efc</td><td>0.4682</td></tr>
<tr><td colspan=3>fber</td><td>5658.4272</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10332436895412023</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.862275449101796</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6570757127796925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.591270756401109</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9117342033061195</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.46822217863185</td></tr>
<tr><td colspan=3>gcor</td><td>0.00660379</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01173303835093975</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022439321503043175</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.543100963621856</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>23.7052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1972</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.9721</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>300394.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>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.8477</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5798</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.5123</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3226.99</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.4906</td></tr>
<tr><td colspan=3>tsnr</td><td>32.185257436009124</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>