<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-02/func/sub-0029_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>f6454e707c36eb2135069e1535144501</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:50:5.612500</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_VE11C_LATEST_20160120</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.999311, -0.0249788, -0.027448, 0.0261679, 0.998695, 0.043852]</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.121918</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4134, -7792, -7201, 567, -36, -205, -27, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.998</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f1d29bd-1b6d-4f88-926c-d7a0b30483a1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810786724090576, 0.07020646333694458, -0.07105540484189987, 112.77140808105469], [0.06701622903347015, 2.679426431655884, 0.12025821208953857, -87.65119171142578], [-0.07364097982645035, -0.1176517978310585, 2.6963844299316406, -27.04118537902832], [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': ['125005.612500', '125006.072500', '125006.532500', '125006.992500', '125007.452500', '125007.912500', '125008.372500', '125008.832500', '125009.292500', '125009.752500', '125010.212500', '125010.672500', '125011.132500', '125011.592500', '125012.052500', '125012.512500', '125012.972500', '125013.432500', '125013.892500', '125014.352500', '125014.812500', '125015.272500', '125015.732500', '125016.192500', '125016.652500', '125017.112500', '125017.572500', '125018.032500', '125018.492500', '125018.952500', '125019.412500', '125019.872500', '125020.332500', '125020.792500', '125021.252500', '125021.712500', '125022.172500', '125022.632500', '125023.092500', '125023.552500', '125024.012500', '125024.472500', '125024.932500', '125025.392500', '125025.852500', '125026.312500', '125026.772500', '125027.232500', '125027.692500', '125028.152500', '125028.612500', '125029.072500', '125029.532500', '125029.992500', '125030.452500', '125030.912500', '125031.372500', '125031.832500', '125032.292500', '125032.752500', '125033.212500', '125033.672500', '125034.132500', '125034.592500', '125035.052500', '125035.512500', '125035.972500', '125036.432500', '125036.892500', '125037.352500', '125037.812500', '125038.272500', '125038.732500', '125039.192500', '125039.652500', '125040.112500', '125040.572500', '125041.032500', '125041.492500', '125041.952500', '125042.412500', '125042.872500', '125043.332500', '125043.792500', '125044.252500', '125044.712500', '125045.172500', '125045.632500', '125046.092500', '125046.552500', '125047.012500', '125047.472500', '125047.932500', '125048.392500', '125048.852500', '125049.312500', '125049.772500', '125050.232500', '125050.692500', '125051.152500', '125051.612500', '125052.072500', '125052.532500', '125052.992500', '125053.452500', '125053.912500', '125054.372500', '125054.832500', '125055.292500', '125055.752500', '125056.212500', '125056.672500', '125057.132500', '125057.592500', '125058.052500', '125058.512500', '125058.972500', '125059.432500', '125059.892500', '125100.352500', '125100.812500', '125101.272500', '125101.732500', '125102.192500', '125102.652500', '125103.112500', '125103.572500', '125104.032500', '125104.492500', '125104.952500', '125105.412500', '125105.872500', '125106.332500', '125106.792500', '125107.252500', '125107.712500', '125108.172500', '125108.632500', '125109.092500', '125109.552500', '125110.012500', '125110.472500', '125110.932500', '125111.392500', '125111.852500', '125112.312500', '125112.772500', '125113.232500', '125113.692500', '125114.152500', '125114.612500', '125115.072500', '125115.532500', '125115.992500', '125116.452500', '125116.912500', '125117.372500', '125117.832500', '125118.292500', '125118.752500', '125119.212500', '125119.672500', '125120.132500', '125120.592500', '125121.052500', '125121.512500', '125121.972500', '125122.432500', '125122.892500', '125123.352500', '125123.812500', '125124.272500', '125124.732500', '125125.192500', '125125.652500', '125126.112500', '125126.572500', '125127.032500', '125127.492500', '125127.952500', '125128.412500', '125128.872500', '125129.332500', '125129.792500', '125130.252500', '125130.712500', '125131.172500', '125131.632500', '125132.092500', '125132.552500', '125133.012500', '125133.472500', '125133.932500', '125134.392500', '125134.852500', '125135.312500', '125135.772500', '125136.232500', '125136.692500', '125137.152500', '125137.612500', '125138.072500', '125138.532500', '125138.992500', '125139.452500', '125139.912500', '125140.372500', '125140.832500', '125141.292500', '125141.752500', '125142.212500', '125142.672500', '125143.132500', '125143.592500', '125144.052500', '125144.512500', '125144.972500', '125145.432500', '125145.892500', '125146.352500', '125146.812500', '125147.272500', '125147.732500', '125148.192500', '125148.652500', '125149.112500', '125149.572500', '125150.032500', '125150.492500', '125150.952500', '125151.412500', '125151.872500', '125152.332500', '125152.792500', '125153.252500', '125153.712500', '125154.172500', '125154.632500', '125155.092500', '125155.552500', '125156.012500', '125156.472500', '125156.932500', '125157.392500', '125157.852500', '125158.312500', '125158.772500', '125159.232500', '125159.692500', '125200.152500', '125200.612500', '125201.072500', '125201.532500', '125201.992500', '125202.452500', '125202.912500', '125203.372500', '125203.832500', '125204.292500', '125204.752500', '125205.212500', '125205.672500', '125206.132500', '125206.592500', '125207.052500', '125207.512500', '125207.972500', '125208.432500', '125208.892500', '125209.352500', '125209.812500', '125210.272500', '125210.732500', '125211.192500', '125211.652500', '125212.112500', '125212.572500', '125213.032500', '125213.492500', '125213.952500', '125214.412500', '125214.872500', '125215.332500', '125215.792500', '125216.252500', '125216.712500', '125217.172500', '125217.632500', '125218.092500', '125218.552500', '125219.012500', '125219.472500', '125219.932500', '125220.392500', '125220.852500', '125221.312500', '125221.772500', '125222.232500', '125222.692500', '125223.152500', '125223.612500', '125224.072500', '125224.532500', '125224.992500', '125225.452500', '125225.912500', '125226.372500', '125226.832500', '125227.292500', '125227.752500', '125228.212500', '125228.672500', '125229.132500', '125229.592500', '125230.052500', '125230.512500', '125230.972500', '125231.432500', '125231.892500', '125232.352500', '125232.812500', '125233.272500', '125233.732500', '125234.192500', '125234.652500', '125235.112500', '125235.572500', '125236.032500', '125236.492500', '125236.952500', '125237.412500', '125237.872500', '125238.332500', '125238.792500', '125239.252500', '125239.712500', '125240.172500', '125240.632500', '125241.092500', '125241.552500', '125242.012500', '125242.472500', '125242.932500', '125243.392500', '125243.852500', '125244.312500', '125244.772500', '125245.232500', '125245.692500', '125246.152500', '125246.612500', '125247.072500', '125247.532500', '125247.992500', '125248.452500', '125248.912500', '125249.372500', '125249.832500', '125250.292500', '125250.752500', '125251.212500', '125251.672500', '125252.132500', '125252.592500', '125253.052500', '125253.512500', '125253.972500', '125254.432500', '125254.892500', '125255.352500', '125255.812500', '125256.272500', '125256.732500', '125257.192500', '125257.652500', '125258.112500', '125258.572500', '125259.032500', '125259.492500', '125259.952500', '125300.412500', '125300.872500', '125301.332500', '125301.792500', '125302.252500', '125302.712500', '125303.172500', '125303.632500', '125304.092500', '125304.552500', '125305.012500', '125305.472500', '125305.932500', '125306.392500', '125306.852500', '125307.312500', '125307.772500', '125308.232500', '125308.692500', '125309.152500', '125309.612500', '125310.072500', '125310.532500', '125310.992500', '125311.452500', '125311.912500', '125312.372500', '125312.832500', '125313.292500', '125313.752500', '125314.212500', '125314.672500', '125315.132500', '125315.592500', '125316.052500', '125316.512500', '125316.972500', '125317.432500', '125317.892500', '125318.352500', '125318.812500', '125319.272500', '125319.732500', '125320.192500', '125320.652500', '125321.112500', '125321.572500', '125322.032500', '125322.492500', '125322.952500', '125323.412500', '125323.872500', '125324.332500', '125324.792500', '125325.252500', '125325.712500', '125326.172500', '125326.632500', '125327.092500', '125327.552500', '125328.012500', '125328.472500', '125328.932500', '125329.392500', '125329.852500', '125330.312500', '125330.772500', '125331.232500', '125331.692500', '125332.152500', '125332.612500', '125333.072500', '125333.532500', '125333.992500', '125334.452500', '125334.912500', '125335.372500', '125335.832500', '125336.292500', '125336.752500', '125337.212500', '125337.672500', '125338.132500', '125338.592500', '125339.052500', '125339.512500', '125339.972500', '125340.432500', '125340.892500', '125341.352500', '125341.812500', '125342.272500', '125342.732500', '125343.192500', '125343.652500', '125344.112500', '125344.572500', '125345.032500', '125345.492500', '125345.952500', '125346.412500', '125346.872500', '125347.332500', '125347.792500', '125348.252500', '125348.712500', '125349.172500', '125349.632500', '125350.092500', '125350.552500', '125351.012500', '125351.472500', '125351.932500', '125352.392500', '125352.852500', '125353.312500', '125353.772500', '125354.232500', '125354.692500', '125355.152500', '125355.612500', '125356.072500', '125356.532500', '125356.992500', '125357.452500', '125357.912500', '125358.372500', '125358.832500', '125359.292500', '125359.752500', '125400.212500', '125400.672500', '125401.132500', '125401.592500', '125402.052500', '125402.512500', '125402.972500', '125403.432500', '125403.892500', '125404.352500', '125404.812500', '125405.272500', '125405.732500', '125406.192500', '125406.652500', '125407.112500', '125407.572500', '125408.032500', '125408.492500', '125408.952500', '125409.412500', '125409.872500', '125410.332500', '125410.792500', '125411.252500', '125411.712500', '125412.172500', '125412.632500', '125413.092500', '125413.552500', '125414.012500', '125414.472500', '125414.932500', '125415.392500', '125415.852500', '125416.312500', '125416.772500', '125417.232500', '125417.692500', '125418.152500', '125418.612500', '125419.072500', '125419.532500', '125419.992500', '125420.452500', '125420.912500', '125421.372500', '125421.832500', '125422.292500', '125422.752500', '125423.212500', '125423.672500', '125424.132500', '125424.592500', '125425.052500', '125425.512500', '125425.972500', '125426.432500', '125426.892500', '125427.352500', '125427.812500', '125428.272500', '125428.732500', '125429.192500', '125429.652500', '125430.112500', '125430.572500', '125431.032500', '125431.492500', '125431.952500', '125432.412500', '125432.872500', '125433.332500', '125433.792500', '125434.252500', '125434.712500', '125435.172500', '125435.632500', '125436.092500', '125436.552500', '125437.012500', '125437.472500', '125437.932500', '125438.392500', '125438.852500', '125439.312500', '125439.772500', '125440.232500', '125440.692500', '125441.152500', '125441.612500', '125442.072500', '125442.532500', '125442.992500', '125443.452500', '125443.912500', '125444.372500', '125444.832500', '125445.292500', '125445.752500', '125446.212500', '125446.672500', '125447.132500', '125447.592500', '125448.052500', '125448.512500', '125448.972500', '125449.432500', '125449.892500', '125450.352500', '125450.812500', '125451.272500', '125451.732500', '125452.192500', '125452.652500', '125453.112500', '125453.572500', '125454.032500', '125454.492500', '125454.952500', '125455.412500', '125455.872500', '125456.332500', '125456.792500', '125457.252500', '125457.712500', '125458.172500', '125458.632500', '125459.092500', '125459.552500', '125500.012500', '125500.472500', '125500.932500', '125501.392500', '125501.852500', '125502.312500', '125502.772500', '125503.232500', '125503.692500', '125504.152500', '125504.612500', '125505.072500', '125505.532500', '125505.992500', '125506.452500', '125506.912500', '125507.372500', '125507.832500', '125508.292500', '125508.752500', '125509.212500', '125509.672500', '125510.132500', '125510.592500', '125511.052500', '125511.512500', '125511.972500', '125512.432500', '125512.892500', '125513.352500', '125513.812500', '125514.272500', '125514.732500', '125515.192500', '125515.652500', '125516.112500', '125516.572500', '125517.032500', '125517.492500', '125517.952500', '125518.412500', '125518.872500', '125519.332500', '125519.792500', '125520.252500', '125520.712500', '125521.172500', '125521.632500', '125522.092500', '125522.552500', '125523.012500', '125523.472500', '125523.932500', '125524.392500', '125524.852500', '125525.312500', '125525.772500', '125526.232500', '125526.692500', '125527.152500', '125527.612500', '125528.072500', '125528.532500', '125528.992500', '125529.452500', '125529.912500', '125530.372500', '125530.832500', '125531.292500', '125531.752500', '125532.212500', '125532.672500', '125533.132500', '125533.592500', '125534.052500', '125534.512500', '125534.972500', '125535.432500', '125535.892500', '125536.352500', '125536.812500', '125537.272500', '125537.732500', '125538.192500', '125538.652500', '125539.112500', '125539.572500', '125540.032500', '125540.492500', '125540.952500', '125541.412500', '125541.872500', '125542.332500', '125542.792500', '125543.252500', '125543.712500', '125544.172500', '125544.632500', '125545.092500', '125545.552500', '125546.012500', '125546.472500', '125546.932500', '125547.392500', '125547.852500', '125548.312500', '125548.772500', '125549.232500', '125549.692500', '125550.152500', '125550.612500', '125551.072500', '125551.532500', '125551.992500', '125552.452500', '125552.912500', '125553.372500', '125553.832500', '125554.292500', '125554.752500', '125555.212500', '125555.672500', '125556.132500', '125556.592500', '125557.052500', '125557.512500', '125557.972500', '125558.432500', '125558.892500', '125559.352500', '125559.812500', '125600.272500', '125600.732500', '125601.192500', '125601.652500', '125602.112500', '125602.572500', '125603.032500', '125603.492500', '125603.952500', '125604.412500', '125604.872500', '125605.332500', '125605.792500', '125606.252500', '125606.712500', '125607.172500', '125607.632500', '125608.092500', '125608.552500', '125609.012500', '125609.472500', '125609.932500', '125610.392500', '125610.852500', '125611.312500', '125611.772500', '125612.232500', '125612.692500', '125613.152500', '125613.612500', '125614.072500', '125614.532500', '125614.992500', '125615.452500', '125615.912500', '125616.372500', '125616.832500', '125617.292500', '125617.752500', '125618.212500', '125618.672500', '125619.132500', '125619.592500', '125620.052500', '125620.512500', '125620.972500', '125621.432500', '125621.892500', '125622.352500', '125622.812500', '125623.272500', '125623.732500', '125624.192500', '125624.652500', '125625.112500', '125625.572500', '125626.032500', '125626.492500', '125626.952500', '125627.412500', '125627.872500', '125628.332500', '125628.792500', '125629.252500', '125629.712500', '125630.172500', '125630.632500', '125631.092500'], 'ContentTime': ['125018.688000', '125018.692000', '125018.695000', '125018.697000', '125018.700000', '125018.703000', '125018.706000', '125018.709000', '125018.712000', '125018.715000', '125018.718000', '125018.720000', '125018.723000', '125018.726000', '125018.729000', '125018.732000', '125018.735000', '125018.737000', '125018.740000', '125018.743000', '125018.746000', '125018.749000', '125018.752000', '125018.754000', '125018.757000', '125018.760000', '125018.763000', '125038.655000', '125038.658000', '125038.661000', '125038.664000', '125038.666000', '125038.669000', '125038.672000', '125038.675000', '125038.678000', '125038.680000', '125038.683000', '125038.686000', '125038.689000', '125038.692000', '125038.695000', '125038.698000', '125038.700000', '125038.703000', '125038.706000', '125038.709000', '125038.712000', '125038.715000', '125038.717000', '125038.720000', '125038.723000', '125038.726000', '125038.729000', '125038.732000', '125038.734000', '125038.737000', '125038.740000', '125038.743000', '125038.756000', '125038.759000', '125038.762000', '125038.765000', '125038.768000', '125038.770000', '125038.773000', '125038.776000', '125038.779000', '125038.782000', '125038.785000', '125038.787000', '125058.647000', '125058.650000', '125058.653000', '125058.656000', '125058.659000', '125058.663000', '125058.666000', '125058.669000', '125058.671000', '125058.674000', '125058.677000', '125058.680000', '125058.683000', '125058.686000', '125058.688000', '125058.691000', '125058.699000', '125058.701000', '125058.704000', '125058.707000', '125058.710000', '125058.713000', '125058.716000', '125058.719000', '125058.723000', '125058.728000', '125058.731000', '125058.734000', '125058.736000', '125058.739000', '125058.742000', '125058.745000', '125058.748000', '125058.751000', '125058.753000', '125058.756000', '125058.759000', '125058.762000', '125058.765000', '125058.768000', '125058.770000', '125058.773000', '125058.776000', '125118.647000', '125118.650000', '125118.653000', '125118.656000', '125118.659000', '125118.661000', '125118.664000', '125118.667000', '125118.670000', '125118.673000', '125118.676000', '125118.679000', '125118.682000', '125118.684000', '125118.687000', '125118.690000', '125118.693000', '125118.696000', '125118.699000', '125118.702000', '125118.705000', '125118.707000', '125118.710000', '125118.713000', '125118.716000', '125118.719000', '125118.722000', '125118.725000', '125118.727000', '125118.730000', '125118.733000', '125118.736000', '125118.739000', '125118.742000', '125118.745000', '125118.748000', '125118.750000', '125118.753000', '125118.756000', '125118.759000', '125118.762000', '125118.765000', '125118.768000', '125118.771000', '125138.647000', '125138.650000', '125138.653000', '125138.656000', '125138.659000', '125138.662000', '125138.665000', '125138.667000', '125138.670000', '125138.673000', '125138.676000', '125138.679000', '125138.682000', '125138.685000', '125138.687000', '125138.690000', '125138.693000', '125138.696000', '125138.699000', '125138.702000', '125138.705000', '125138.708000', '125138.710000', '125138.713000', '125138.716000', '125138.719000', '125138.722000', '125138.725000', '125138.728000', '125138.730000', '125138.733000', '125138.736000', '125138.739000', '125138.742000', '125138.745000', '125138.748000', '125138.751000', '125138.756000', '125138.760000', '125138.763000', '125138.766000', '125138.769000', '125138.772000', '125158.647000', '125158.650000', '125158.653000', '125158.656000', '125158.659000', '125158.661000', '125158.664000', '125158.667000', '125158.670000', '125158.673000', '125158.676000', '125158.679000', '125158.681000', '125158.684000', '125158.687000', '125158.690000', '125158.693000', '125158.696000', '125158.699000', '125158.701000', '125158.704000', '125158.707000', '125158.710000', '125158.713000', '125158.716000', '125158.719000', '125158.722000', '125158.725000', '125158.727000', '125158.730000', '125158.733000', '125158.736000', '125158.739000', '125158.742000', '125158.745000', '125158.747000', '125158.750000', '125158.753000', '125158.756000', '125158.769000', '125158.772000', '125158.775000', '125158.778000', '125158.781000', '125218.647000', '125218.650000', '125218.653000', '125218.656000', '125218.659000', '125218.662000', '125218.664000', '125218.667000', '125218.670000', '125218.673000', '125218.676000', '125218.679000', '125218.682000', '125218.684000', '125218.687000', '125218.690000', '125218.693000', '125218.697000', '125218.700000', '125218.703000', '125218.706000', '125218.709000', '125218.712000', '125218.715000', '125218.718000', '125218.721000', '125218.724000', '125218.726000', '125218.729000', '125218.732000', '125218.735000', '125218.738000', '125218.741000', '125218.744000', '125218.746000', '125218.749000', '125218.752000', '125218.755000', '125218.758000', '125218.761000', '125218.764000', '125218.768000', '125218.771000', '125238.646000', '125238.649000', '125238.652000', '125238.655000', '125238.658000', '125238.661000', '125238.663000', '125238.666000', '125238.669000', '125238.672000', '125238.675000', '125238.678000', '125238.681000', '125238.684000', '125238.686000', '125238.689000', '125238.692000', '125238.695000', '125238.698000', '125238.701000', '125238.704000', '125238.706000', '125238.709000', '125238.712000', '125238.715000', '125238.718000', '125238.721000', '125238.724000', '125238.727000', '125238.729000', '125238.732000', '125238.735000', '125238.738000', '125238.741000', '125238.744000', '125238.747000', '125238.749000', '125238.752000', '125238.755000', '125238.758000', '125238.761000', '125238.764000', '125238.767000', '125238.770000', '125258.647000', '125258.650000', '125258.653000', '125258.656000', '125258.659000', '125258.661000', '125258.664000', '125258.667000', '125258.670000', '125258.673000', '125258.676000', '125258.679000', '125258.681000', '125258.684000', '125258.687000', '125258.690000', '125258.693000', '125258.696000', '125258.699000', '125258.701000', '125258.704000', '125258.707000', '125258.710000', '125258.713000', '125258.716000', '125258.719000', '125258.722000', '125258.724000', '125258.727000', '125258.730000', '125258.741000', '125258.743000', '125258.746000', '125258.749000', '125258.752000', '125258.755000', '125258.758000', '125258.761000', '125258.764000', '125258.767000', '125258.770000', '125258.772000', '125258.775000', '125318.647000', '125318.650000', '125318.653000', '125318.656000', '125318.659000', '125318.662000', '125318.664000', '125318.667000', '125318.670000', '125318.673000', '125318.676000', '125318.679000', '125318.682000', '125318.685000', '125318.688000', '125318.690000', '125318.693000', '125318.696000', '125318.699000', '125318.702000', '125318.705000', '125318.708000', '125318.710000', '125318.713000', '125318.716000', '125318.719000', '125318.722000', '125318.725000', '125318.728000', '125318.731000', '125318.733000', '125318.736000', '125318.739000', '125318.742000', '125318.745000', '125318.748000', '125318.751000', '125318.753000', '125318.756000', '125318.759000', '125318.762000', '125318.765000', '125318.768000', '125318.771000', '125338.647000', '125338.650000', '125338.653000', '125338.656000', '125338.659000', '125338.662000', '125338.665000', '125338.668000', '125338.671000', '125338.674000', '125338.676000', '125338.679000', '125338.682000', '125338.685000', '125338.688000', '125338.691000', '125338.693000', '125338.696000', '125338.699000', '125338.702000', '125338.720000', '125338.723000', '125338.725000', '125338.728000', '125338.731000', '125338.734000', '125338.739000', '125338.742000', '125338.745000', '125338.748000', '125338.750000', '125338.753000', '125338.756000', '125338.759000', '125338.762000', '125338.765000', '125338.768000', '125338.771000', '125338.774000', '125338.776000', '125338.779000', '125338.782000', '125338.785000', '125358.647000', '125358.650000', '125358.653000', '125358.656000', '125358.659000', '125358.662000', '125358.664000', '125358.667000', '125358.670000', '125358.673000', '125358.676000', '125358.679000', '125358.682000', '125358.684000', '125358.687000', '125358.690000', '125358.693000', '125358.696000', '125358.699000', '125358.702000', '125358.704000', '125358.707000', '125358.710000', '125358.713000', '125358.716000', '125358.719000', '125358.722000', '125358.724000', '125358.727000', '125358.730000', '125358.733000', '125358.736000', '125358.739000', '125358.742000', '125358.745000', '125358.748000', '125358.750000', '125358.753000', '125358.756000', '125358.759000', '125358.762000', '125358.765000', '125358.768000', '125358.771000', '125418.647000', '125418.650000', '125418.653000', '125418.656000', '125418.659000', '125418.662000', '125418.665000', '125418.668000', '125418.671000', '125418.673000', '125418.676000', '125418.679000', '125418.682000', '125418.685000', '125418.688000', '125418.691000', '125418.694000', '125418.696000', '125418.699000', '125418.702000', '125418.705000', '125418.708000', '125418.711000', '125418.714000', '125418.717000', '125418.719000', '125418.722000', '125418.725000', '125418.728000', '125418.731000', '125418.734000', '125418.737000', '125418.740000', '125418.743000', '125418.746000', '125418.748000', '125418.751000', '125418.754000', '125418.757000', '125418.760000', '125418.763000', '125418.766000', '125418.769000', '125438.647000', '125438.650000', '125438.653000', '125438.656000', '125438.659000', '125438.662000', '125438.665000', '125438.668000', '125438.670000', '125438.673000', '125438.676000', '125438.679000', '125438.682000', '125438.685000', '125438.688000', '125438.691000', '125438.694000', '125438.696000', '125438.699000', '125438.702000', '125438.705000', '125438.708000', '125438.711000', '125438.714000', '125438.717000', '125438.720000', '125438.722000', '125438.725000', '125438.728000', '125438.731000', '125438.734000', '125438.737000', '125438.740000', '125438.743000', '125438.746000', '125438.749000', '125438.751000', '125438.754000', '125438.757000', '125438.760000', '125438.763000', '125438.766000', '125438.769000', '125438.771000', '125458.646000', '125458.649000', '125458.652000', '125458.655000', '125458.658000', '125458.661000', '125458.664000', '125458.667000', '125458.670000', '125458.672000', '125458.675000', '125458.678000', '125458.681000', '125458.684000', '125458.687000', '125458.690000', '125458.692000', '125458.695000', '125458.698000', '125458.701000', '125458.704000', '125458.707000', '125458.710000', '125458.713000', '125458.716000', '125458.718000', '125458.721000', '125458.724000', '125458.727000', '125458.730000', '125458.733000', '125458.736000', '125458.739000', '125458.742000', '125458.744000', '125458.747000', '125458.750000', '125458.753000', '125458.756000', '125458.759000', '125458.762000', '125458.764000', '125458.767000', '125518.647000', '125518.650000', '125518.653000', '125518.656000', '125518.659000', '125518.662000', '125518.665000', '125518.668000', '125518.670000', '125518.673000', '125518.676000', '125518.679000', '125518.682000', '125518.685000', '125518.688000', '125518.690000', '125518.693000', '125518.696000', '125518.699000', '125518.702000', '125518.705000', '125518.708000', '125518.711000', '125518.714000', '125518.717000', '125518.720000', '125518.722000', '125518.725000', '125518.728000', '125518.731000', '125518.734000', '125518.737000', '125518.740000', '125518.743000', '125518.746000', '125518.748000', '125518.751000', '125518.754000', '125518.757000', '125518.760000', '125518.763000', '125518.766000', '125518.769000', '125518.772000', '125538.647000', '125538.650000', '125538.653000', '125538.656000', '125538.659000', '125538.662000', '125538.665000', '125538.667000', '125538.670000', '125538.673000', '125538.676000', '125538.679000', '125538.682000', '125538.685000', '125538.688000', '125538.691000', '125538.693000', '125538.696000', '125538.699000', '125538.702000', '125538.705000', '125538.708000', '125538.711000', '125538.714000', '125538.716000', '125538.719000', '125538.722000', '125538.725000', '125538.728000', '125538.731000', '125538.734000', '125538.737000', '125538.740000', '125538.742000', '125538.745000', '125538.748000', '125538.751000', '125538.754000', '125538.757000', '125538.760000', '125538.763000', '125538.767000', '125538.770000', '125558.647000', '125558.650000', '125558.653000', '125558.656000', '125558.659000', '125558.662000', '125558.665000', '125558.668000', '125558.670000', '125558.673000', '125558.676000', '125558.679000', '125558.682000', '125558.685000', '125558.688000', '125558.691000', '125558.693000', '125558.696000', '125558.699000', '125558.702000', '125558.705000', '125558.708000', '125558.710000', '125558.713000', '125558.716000', '125558.719000', '125558.722000', '125558.725000', '125558.728000', '125558.731000', '125558.734000', '125558.736000', '125558.739000', '125558.742000', '125558.745000', '125558.748000', '125558.751000', '125558.754000', '125558.757000', '125558.759000', '125558.762000', '125558.765000', '125558.768000', '125618.647000', '125618.650000', '125618.653000', '125618.656000', '125618.659000', '125618.661000', '125618.664000', '125618.667000', '125618.670000', '125618.673000', '125618.676000', '125618.678000', '125618.681000', '125618.684000', '125618.687000', '125618.690000', '125618.693000', '125618.696000', '125618.698000', '125618.701000', '125618.704000', '125618.707000', '125618.710000', '125618.713000', '125618.715000', '125618.718000', '125618.721000', '125618.724000', '125618.727000', '125618.730000', '125618.733000', '125618.735000', '125618.738000', '125618.741000', '125618.744000', '125618.747000', '125618.750000', '125618.753000', '125618.755000', '125618.758000', '125618.761000', '125618.764000', '125618.767000', '125618.770000', '125631.820000', '125631.824000', '125631.828000', '125631.831000', '125631.834000', '125631.837000', '125631.841000', '125631.844000', '125631.847000', '125631.851000', '125631.855000', '125631.858000', '125631.870000', '125631.874000', '125631.876000', '125631.879000', '125631.882000', '125631.885000', '125631.888000', '125631.891000', '125631.894000', '125631.897000', '125631.900000', '125631.903000', '125631.906000', '125631.909000', '125631.911000', '125631.915000', '125631.917000'], 'InstanceCreationTime': ['125018.688000', '125018.692000', '125018.695000', '125018.697000', '125018.700000', '125018.703000', '125018.706000', '125018.709000', '125018.712000', '125018.715000', '125018.718000', '125018.720000', '125018.723000', '125018.726000', '125018.729000', '125018.732000', '125018.735000', '125018.737000', '125018.740000', '125018.743000', '125018.746000', '125018.749000', '125018.752000', '125018.754000', '125018.757000', '125018.760000', '125018.763000', '125038.655000', '125038.658000', '125038.661000', '125038.664000', '125038.666000', '125038.669000', '125038.672000', '125038.675000', '125038.678000', '125038.680000', '125038.683000', '125038.686000', '125038.689000', '125038.692000', '125038.695000', '125038.698000', '125038.700000', '125038.703000', '125038.706000', '125038.709000', '125038.712000', '125038.715000', '125038.717000', '125038.720000', '125038.723000', '125038.726000', '125038.729000', '125038.732000', '125038.734000', '125038.737000', '125038.740000', '125038.743000', '125038.756000', '125038.759000', '125038.762000', '125038.765000', '125038.768000', '125038.770000', '125038.773000', '125038.776000', '125038.779000', '125038.782000', '125038.785000', '125038.787000', '125058.647000', '125058.650000', '125058.653000', '125058.656000', '125058.659000', '125058.663000', '125058.666000', '125058.669000', '125058.671000', '125058.674000', '125058.677000', '125058.680000', '125058.683000', '125058.686000', '125058.688000', '125058.691000', '125058.699000', '125058.701000', '125058.704000', '125058.707000', '125058.710000', '125058.713000', '125058.716000', '125058.719000', '125058.723000', '125058.728000', '125058.731000', '125058.734000', '125058.736000', '125058.739000', '125058.742000', '125058.745000', '125058.748000', '125058.751000', '125058.753000', '125058.756000', '125058.759000', '125058.762000', '125058.765000', '125058.768000', '125058.770000', '125058.773000', '125058.776000', '125118.647000', '125118.650000', '125118.653000', '125118.656000', '125118.659000', '125118.661000', '125118.664000', '125118.667000', '125118.670000', '125118.673000', '125118.676000', '125118.679000', '125118.682000', '125118.684000', '125118.687000', '125118.690000', '125118.693000', '125118.696000', '125118.699000', '125118.702000', '125118.705000', '125118.707000', '125118.710000', '125118.713000', '125118.716000', '125118.719000', '125118.722000', '125118.725000', '125118.727000', '125118.730000', '125118.733000', '125118.736000', '125118.739000', '125118.742000', '125118.745000', '125118.748000', '125118.750000', '125118.753000', '125118.756000', '125118.759000', '125118.762000', '125118.765000', '125118.768000', '125118.771000', '125138.647000', '125138.650000', '125138.653000', '125138.656000', '125138.659000', '125138.662000', '125138.665000', '125138.667000', '125138.670000', '125138.673000', '125138.676000', '125138.679000', '125138.682000', '125138.685000', '125138.687000', '125138.690000', '125138.693000', '125138.696000', '125138.699000', '125138.702000', '125138.705000', '125138.708000', '125138.710000', '125138.713000', '125138.716000', '125138.719000', '125138.722000', '125138.725000', '125138.728000', '125138.730000', '125138.733000', '125138.736000', '125138.739000', '125138.742000', '125138.745000', '125138.748000', '125138.751000', '125138.756000', '125138.760000', '125138.763000', '125138.766000', '125138.769000', '125138.772000', '125158.647000', '125158.650000', '125158.653000', '125158.656000', '125158.659000', '125158.661000', '125158.664000', '125158.667000', '125158.670000', '125158.673000', '125158.676000', '125158.679000', '125158.681000', '125158.684000', '125158.687000', '125158.690000', '125158.693000', '125158.696000', '125158.699000', '125158.701000', '125158.704000', '125158.707000', '125158.710000', '125158.713000', '125158.716000', '125158.719000', '125158.722000', '125158.725000', '125158.727000', '125158.730000', '125158.733000', '125158.736000', '125158.739000', '125158.742000', '125158.745000', '125158.747000', '125158.750000', '125158.753000', '125158.756000', '125158.769000', '125158.772000', '125158.775000', '125158.778000', '125158.781000', '125218.647000', '125218.650000', '125218.653000', '125218.656000', '125218.659000', '125218.662000', '125218.664000', '125218.667000', '125218.670000', '125218.673000', '125218.676000', '125218.679000', '125218.682000', '125218.684000', '125218.687000', '125218.690000', '125218.693000', '125218.697000', '125218.700000', '125218.703000', '125218.706000', '125218.709000', '125218.712000', '125218.715000', '125218.718000', '125218.721000', '125218.724000', '125218.726000', '125218.729000', '125218.732000', '125218.735000', '125218.738000', '125218.741000', '125218.744000', '125218.746000', '125218.749000', '125218.752000', '125218.755000', '125218.758000', '125218.761000', '125218.764000', '125218.768000', '125218.771000', '125238.646000', '125238.649000', '125238.652000', '125238.655000', '125238.658000', '125238.661000', '125238.663000', '125238.666000', '125238.669000', '125238.672000', '125238.675000', '125238.678000', '125238.681000', '125238.684000', '125238.686000', '125238.689000', '125238.692000', '125238.695000', '125238.698000', '125238.701000', '125238.704000', '125238.706000', '125238.709000', '125238.712000', '125238.715000', '125238.718000', '125238.721000', '125238.724000', '125238.727000', '125238.729000', '125238.732000', '125238.735000', '125238.738000', '125238.741000', '125238.744000', '125238.747000', '125238.749000', '125238.752000', '125238.755000', '125238.758000', '125238.761000', '125238.764000', '125238.767000', '125238.770000', '125258.647000', '125258.650000', '125258.653000', '125258.656000', '125258.659000', '125258.661000', '125258.664000', '125258.667000', '125258.670000', '125258.673000', '125258.676000', '125258.679000', '125258.681000', '125258.684000', '125258.687000', '125258.690000', '125258.693000', '125258.696000', '125258.699000', '125258.701000', '125258.704000', '125258.707000', '125258.710000', '125258.713000', '125258.716000', '125258.719000', '125258.722000', '125258.724000', '125258.727000', '125258.730000', '125258.741000', '125258.743000', '125258.746000', '125258.749000', '125258.752000', '125258.755000', '125258.758000', '125258.761000', '125258.764000', '125258.767000', '125258.770000', '125258.772000', '125258.775000', '125318.647000', '125318.650000', '125318.653000', '125318.656000', '125318.659000', '125318.662000', '125318.664000', '125318.667000', '125318.670000', '125318.673000', '125318.676000', '125318.679000', '125318.682000', '125318.685000', '125318.688000', '125318.690000', '125318.693000', '125318.696000', '125318.699000', '125318.702000', '125318.705000', '125318.708000', '125318.710000', '125318.713000', '125318.716000', '125318.719000', '125318.722000', '125318.725000', '125318.728000', '125318.731000', '125318.733000', '125318.736000', '125318.739000', '125318.742000', '125318.745000', '125318.748000', '125318.751000', '125318.753000', '125318.756000', '125318.759000', '125318.762000', '125318.765000', '125318.768000', '125318.771000', '125338.647000', '125338.650000', '125338.653000', '125338.656000', '125338.659000', '125338.662000', '125338.665000', '125338.668000', '125338.671000', '125338.674000', '125338.676000', '125338.679000', '125338.682000', '125338.685000', '125338.688000', '125338.691000', '125338.693000', '125338.696000', '125338.699000', '125338.702000', '125338.720000', '125338.723000', '125338.725000', '125338.728000', '125338.731000', '125338.734000', '125338.739000', '125338.742000', '125338.745000', '125338.748000', '125338.750000', '125338.753000', '125338.756000', '125338.759000', '125338.762000', '125338.765000', '125338.768000', '125338.771000', '125338.774000', '125338.776000', '125338.779000', '125338.782000', '125338.785000', '125358.647000', '125358.650000', '125358.653000', '125358.656000', '125358.659000', '125358.662000', '125358.664000', '125358.667000', '125358.670000', '125358.673000', '125358.676000', '125358.679000', '125358.682000', '125358.684000', '125358.687000', '125358.690000', '125358.693000', '125358.696000', '125358.699000', '125358.702000', '125358.704000', '125358.707000', '125358.710000', '125358.713000', '125358.716000', '125358.719000', '125358.722000', '125358.724000', '125358.727000', '125358.730000', '125358.733000', '125358.736000', '125358.739000', '125358.742000', '125358.745000', '125358.748000', '125358.750000', '125358.753000', '125358.756000', '125358.759000', '125358.762000', '125358.765000', '125358.768000', '125358.771000', '125418.647000', '125418.650000', '125418.653000', '125418.656000', '125418.659000', '125418.662000', '125418.665000', '125418.668000', '125418.671000', '125418.673000', '125418.676000', '125418.679000', '125418.682000', '125418.685000', '125418.688000', '125418.691000', '125418.694000', '125418.696000', '125418.699000', '125418.702000', '125418.705000', '125418.708000', '125418.711000', '125418.714000', '125418.717000', '125418.719000', '125418.722000', '125418.725000', '125418.728000', '125418.731000', '125418.734000', '125418.737000', '125418.740000', '125418.743000', '125418.746000', '125418.748000', '125418.751000', '125418.754000', '125418.757000', '125418.760000', '125418.763000', '125418.766000', '125418.769000', '125438.647000', '125438.650000', '125438.653000', '125438.656000', '125438.659000', '125438.662000', '125438.665000', '125438.668000', '125438.670000', '125438.673000', '125438.676000', '125438.679000', '125438.682000', '125438.685000', '125438.688000', '125438.691000', '125438.694000', '125438.696000', '125438.699000', '125438.702000', '125438.705000', '125438.708000', '125438.711000', '125438.714000', '125438.717000', '125438.720000', '125438.722000', '125438.725000', '125438.728000', '125438.731000', '125438.734000', '125438.737000', '125438.740000', '125438.743000', '125438.746000', '125438.749000', '125438.751000', '125438.754000', '125438.757000', '125438.760000', '125438.763000', '125438.766000', '125438.769000', '125438.771000', '125458.646000', '125458.649000', '125458.652000', '125458.655000', '125458.658000', '125458.661000', '125458.664000', '125458.667000', '125458.670000', '125458.672000', '125458.675000', '125458.678000', '125458.681000', '125458.684000', '125458.687000', '125458.690000', '125458.692000', '125458.695000', '125458.698000', '125458.701000', '125458.704000', '125458.707000', '125458.710000', '125458.713000', '125458.716000', '125458.718000', '125458.721000', '125458.724000', '125458.727000', '125458.730000', '125458.733000', '125458.736000', '125458.739000', '125458.742000', '125458.744000', '125458.747000', '125458.750000', '125458.753000', '125458.756000', '125458.759000', '125458.762000', '125458.764000', '125458.767000', '125518.647000', '125518.650000', '125518.653000', '125518.656000', '125518.659000', '125518.662000', '125518.665000', '125518.668000', '125518.670000', '125518.673000', '125518.676000', '125518.679000', '125518.682000', '125518.685000', '125518.688000', '125518.690000', '125518.693000', '125518.696000', '125518.699000', '125518.702000', '125518.705000', '125518.708000', '125518.711000', '125518.714000', '125518.717000', '125518.720000', '125518.722000', '125518.725000', '125518.728000', '125518.731000', '125518.734000', '125518.737000', '125518.740000', '125518.743000', '125518.746000', '125518.748000', '125518.751000', '125518.754000', '125518.757000', '125518.760000', '125518.763000', '125518.766000', '125518.769000', '125518.772000', '125538.647000', '125538.650000', '125538.653000', '125538.656000', '125538.659000', '125538.662000', '125538.665000', '125538.667000', '125538.670000', '125538.673000', '125538.676000', '125538.679000', '125538.682000', '125538.685000', '125538.688000', '125538.691000', '125538.693000', '125538.696000', '125538.699000', '125538.702000', '125538.705000', '125538.708000', '125538.711000', '125538.714000', '125538.716000', '125538.719000', '125538.722000', '125538.725000', '125538.728000', '125538.731000', '125538.734000', '125538.737000', '125538.740000', '125538.742000', '125538.745000', '125538.748000', '125538.751000', '125538.754000', '125538.757000', '125538.760000', '125538.763000', '125538.767000', '125538.770000', '125558.647000', '125558.650000', '125558.653000', '125558.656000', '125558.659000', '125558.662000', '125558.665000', '125558.668000', '125558.670000', '125558.673000', '125558.676000', '125558.679000', '125558.682000', '125558.685000', '125558.688000', '125558.691000', '125558.693000', '125558.696000', '125558.699000', '125558.702000', '125558.705000', '125558.708000', '125558.710000', '125558.713000', '125558.716000', '125558.719000', '125558.722000', '125558.725000', '125558.728000', '125558.731000', '125558.734000', '125558.736000', '125558.739000', '125558.742000', '125558.745000', '125558.748000', '125558.751000', '125558.754000', '125558.757000', '125558.759000', '125558.762000', '125558.765000', '125558.768000', '125618.647000', '125618.650000', '125618.653000', '125618.656000', '125618.659000', '125618.661000', '125618.664000', '125618.667000', '125618.670000', '125618.673000', '125618.676000', '125618.678000', '125618.681000', '125618.684000', '125618.687000', '125618.690000', '125618.693000', '125618.696000', '125618.698000', '125618.701000', '125618.704000', '125618.707000', '125618.710000', '125618.713000', '125618.715000', '125618.718000', '125618.721000', '125618.724000', '125618.727000', '125618.730000', '125618.733000', '125618.735000', '125618.738000', '125618.741000', '125618.744000', '125618.747000', '125618.750000', '125618.753000', '125618.755000', '125618.758000', '125618.761000', '125618.764000', '125618.767000', '125618.770000', '125631.820000', '125631.824000', '125631.828000', '125631.831000', '125631.834000', '125631.837000', '125631.841000', '125631.844000', '125631.847000', '125631.851000', '125631.855000', '125631.858000', '125631.870000', '125631.874000', '125631.876000', '125631.879000', '125631.882000', '125631.885000', '125631.888000', '125631.891000', '125631.894000', '125631.897000', '125631.900000', '125631.903000', '125631.906000', '125631.909000', '125631.911000', '125631.915000', '125631.917000'], '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': [8463, 9664, 11368, 9262, 16687, 8720, 12743, 8018, 9412, 8122, 9856, 13256, 8790, 11444, 7524, 9516, 11428, 8550, 9232, 11405, 8646, 9536, 9379, 8716, 9417, 7389, 9045, 10039, 7953, 8954, 7571, 8441, 10355, 8193, 9444, 7515, 8664, 12268, 8166, 9364, 14829, 8676, 12653, 8070, 9273, 15647, 8426, 9265, 15798, 8827, 10584, 7542, 9248, 13401, 8666, 9037, 10191, 8836, 10445, 7809, 9304, 13106, 8409, 9421, 7979, 8859, 13976, 8442, 9204, 10020, 8016, 9289, 7903, 8814, 7558, 7878, 7434, 7457, 7089, 7718, 12192, 7967, 11580, 7647, 8212, 7445, 8764, 16592, 8298, 13717, 8595, 11601, 7805, 9467, 8113, 10032, 7863, 10543, 8169, 10212, 9640, 10177, 19225, 14260, 14403, 8761, 13988, 8631, 9652, 13345, 8735, 15784, 8705, 12104, 8632, 10996, 7597, 9428, 9564, 8834, 10967, 8674, 11316, 8613, 9766, 7899, 9839, 7313, 9815, 15884, 8628, 12792, 8672, 10191, 7640, 9641, 12223, 8823, 11983, 8418, 10000, 7817, 9884, 7470, 9210, 12817, 8554, 10206, 7892, 9690, 7434, 9188, 12071, 8811, 10699, 8241, 9855, 16072, 8824, 9413, 9729, 8723, 9755, 7521, 9325, 7905, 8440, 9905, 8376, 9453, 7430, 9772, 13262, 8552, 9517, 9925, 9013, 11984, 7946, 9490, 16476, 8540, 9884, 7348, 9476, 10196, 7896, 9231, 11646, 8272, 9683, 7718, 9538, 10812, 8345, 9600, 7512, 9355, 7681, 9181, 11752, 8397, 10100, 7779, 9782, 17817, 9307, 13832, 8838, 12572, 11167, 9377, 16533, 7975, 9119, 7383, 9160, 10559, 8398, 9501, 7397, 9007, 10892, 7554, 9518, 10966, 7678, 9277, 9864, 8124, 8488, 8025, 8822, 7449, 8678, 7363, 8750, 12173, 8134, 9584, 7798, 9191, 15725, 8403, 13092, 17235, 9361, 14379, 9009, 9428, 13376, 7831, 8942, 10265, 7851, 9309, 7789, 8939, 9087, 7624, 10315, 7540, 8692, 11557, 8099, 9654, 7617, 8703, 12826, 8143, 11336, 7759, 9488, 15237, 8285, 12160, 7625, 8738, 13490, 8099, 9206, 10740, 8382, 10172, 7576, 8722, 10341, 7957, 9156, 7408, 8536, 11094, 8270, 9173, 7945, 8874, 7604, 8793, 9839, 8708, 12357, 8302, 10566, 8407, 11086, 7449, 8433, 7430, 8472, 7630, 8956, 13405, 8728, 15781, 8347, 12762, 8314, 10536, 7828, 10583, 7433, 8871, 7466, 9316, 14195, 8799, 14885, 8141, 11825, 8471, 10833, 7969, 11150, 9183, 8857, 15242, 8694, 12510, 8242, 10584, 7894, 9028, 14309, 8237, 10051, 7408, 9015, 9259, 8814, 10046, 8351, 9963, 8674, 10163, 7675, 9244, 7340, 9058, 15514, 8732, 12076, 8019, 9460, 7642, 9489, 16934, 8792, 13846, 8854, 9051, 7232, 9108, 13064, 8644, 10382, 7693, 8896, 7193, 9130, 12100, 8798, 9489, 7263, 8978, 7088, 8458, 11339, 8127, 9735, 7693, 8552, 7255, 8738, 12269, 8405, 11442, 8336, 8814, 10660, 8457, 10745, 8838, 9813, 7597, 8281, 7299, 8956, 14065, 8498, 11319, 7749, 8630, 7207, 8790, 14014, 8596, 11455, 7327, 8732, 9000, 8711, 11497, 8243, 9718, 7609, 8529, 7335, 8515, 7264, 8494, 12591, 8488, 9986, 7565, 8481, 7344, 8679, 10898, 8333, 10756, 8095, 9603, 8509, 9745, 7974, 10523, 7512, 8824, 7484, 8968, 15820, 8796, 13059, 8602, 10256, 8148, 8797, 7130, 9540, 14115, 8387, 11425, 8190, 9640, 7728, 8438, 7727, 8247, 10301, 8378, 10854, 8302, 10906, 7445, 9197, 12816, 8630, 10125, 8090, 9491, 8480, 9218, 7608, 8302, 7301, 8703, 8399, 8727, 12250, 8494, 10249, 8826, 9563, 8119, 10046, 7362, 8759, 13234, 9212, 13338, 8479, 10879, 8492, 9778, 7508, 8350, 7382, 8543, 11052, 8301, 10489, 8351, 9518, 7870, 8810, 7920, 9037, 7274, 8271, 11770, 8420, 11703, 8317, 11017, 8502, 11169, 7944, 9730, 7795, 8836, 7473, 8676, 12152, 8554, 10277, 8349, 10713, 8450, 10439, 7895, 8942, 7411, 8558, 7426, 8687, 11819, 9301, 11971, 8359, 9890, 8531, 9699, 7821, 9547, 11625, 9190, 12887, 8474, 9999, 8489, 9341, 7868, 8448, 7594, 8619, 7217, 9546, 14295, 8654, 11670, 8658, 10596, 7525, 9074, 10892, 9270, 14750, 8272, 11433, 8622, 9825, 7633, 8785, 7621, 8288, 7195, 8521, 7523, 9165, 14703, 8777, 12136, 8696, 11221, 8189, 10053, 7588, 8489, 7398, 9323, 15546, 8501, 12169, 16541, 9212, 12424, 7516, 9471, 10819, 8260, 8895, 7389, 7693, 7281, 7875, 7304, 7981, 9061, 8559, 11643, 7496, 9324, 14570, 8755, 12523, 8106, 9529, 7304, 8576, 7352, 9051, 12659, 9046, 13250, 8801, 10365, 8650, 9413, 7867, 9823, 8220, 8706, 10155, 9088, 15821, 8972, 12202, 8007, 9282, 7732, 9009, 7553, 9374, 18009, 9133, 13929, 9083, 9946, 7686, 8895, 7442, 9067, 7411, 9232, 15732, 8792, 12191, 9237, 10535, 8656, 9424, 7966, 9198, 9164, 9249, 13759, 8719, 11325, 9042, 9912, 8026, 8846, 7820, 9223, 7413, 9187, 13632, 9084, 10241, 8731, 8989, 8114, 8757, 7725, 8973, 11761, 8413, 9096, 8628, 8823, 7508, 8558, 7878, 8621, 7256, 9383, 11541, 9061, 11390, 8556, 9450, 7618, 9184, 7356, 9467, 15754, 8883, 12457, 8861, 9468, 7398, 9482, 14228, 8877, 10455, 8734, 9757, 8371, 9863, 7697, 9723, 13673, 9314, 11416, 8700, 9703, 8044, 9835, 13719, 9201, 11371, 9230, 9258, 7832, 8853, 8016, 9650, 11084, 8848, 9440, 9234, 9481, 15128, 9391, 11199, 11802, 9322, 10091, 8493, 8410, 7320, 9212, 9801, 8178, 8424, 7933, 8548, 7854, 9455, 7357, 7891, 7161, 9293, 14454, 8766, 13097, 9420, 11551, 7794, 8949, 7260, 9839, 18447, 8930, 15817, 8680, 11469, 7649, 8695, 7750, 8133, 8437, 8900, 11429, 8644, 10207, 7259, 8606, 8591, 9192, 10680, 8846, 11551, 9693, 12314, 9888, 10058, 8917, 9604, 8737, 9273, 9082, 9860, 8804, 9739, 11561, 9520, 17299, 10662, 9700, 12294, 9944, 10579, 9210, 12242, 9219, 10848, 8919, 9685, 9446, 9347, 11959, 9064, 9993, 9244, 9566, 8512, 9390, 7439], 'WindowCenter': [4253.0, 4248.0, 4263.0, 4233.0, 4282.0, 4223.0, 4249.0, 4208.0, 4218.0, 4198.0, 4228.0, 4246.0, 4206.0, 4236.0, 4193.0, 4217.0, 4225.0, 4205.0, 4216.0, 4224.0, 4205.0, 4216.0, 4214.0, 4210.0, 4215.0, 4187.0, 4218.0, 4215.0, 4196.0, 4217.0, 4199.0, 4208.0, 4226.0, 4214.0, 4229.0, 4198.0, 4220.0, 4253.0, 4209.0, 4231.0, 4258.0, 4207.0, 4251.0, 4196.0, 4219.0, 4268.0, 4207.0, 4222.0, 4255.0, 4211.0, 4231.0, 4195.0, 4216.0, 4246.0, 4207.0, 4218.0, 4231.0, 4217.0, 4227.0, 4196.0, 4215.0, 4248.0, 4207.0, 4220.0, 4201.0, 4220.0, 4258.0, 4208.0, 4235.0, 4228.0, 4208.0, 4217.0, 4209.0, 4230.0, 4220.0, 4228.0, 4208.0, 4217.0, 4205.0, 4228.0, 4263.0, 4237.0, 4265.0, 4227.0, 4221.0, 4200.0, 4232.0, 4282.0, 4221.0, 4275.0, 4221.0, 4248.0, 4210.0, 4233.0, 4222.0, 4249.0, 4210.0, 4241.0, 4220.0, 4242.0, 4229.0, 4246.0, 4292.0, 4271.0, 4259.0, 4222.0, 4259.0, 4206.0, 4232.0, 4254.0, 4213.0, 4257.0, 4208.0, 4240.0, 4209.0, 4240.0, 4192.0, 4214.0, 4214.0, 4205.0, 4224.0, 4213.0, 4234.0, 4207.0, 4215.0, 4194.0, 4215.0, 4183.0, 4227.0, 4266.0, 4204.0, 4239.0, 4205.0, 4214.0, 4187.0, 4219.0, 4238.0, 4203.0, 4231.0, 4204.0, 4214.0, 4191.0, 4225.0, 4184.0, 4215.0, 4234.0, 4209.0, 4215.0, 4194.0, 4213.0, 4184.0, 4204.0, 4234.0, 4205.0, 4223.0, 4200.0, 4219.0, 4254.0, 4205.0, 4203.0, 4200.0, 4203.0, 4202.0, 4182.0, 4203.0, 4194.0, 4201.0, 4219.0, 4205.0, 4228.0, 4186.0, 4225.0, 4258.0, 4206.0, 4216.0, 4213.0, 4204.0, 4236.0, 4192.0, 4214.0, 4266.0, 4203.0, 4211.0, 4181.0, 4213.0, 4212.0, 4194.0, 4214.0, 4235.0, 4204.0, 4212.0, 4193.0, 4220.0, 4222.0, 4205.0, 4219.0, 4195.0, 4215.0, 4195.0, 4215.0, 4234.0, 4209.0, 4229.0, 4196.0, 4229.0, 4276.0, 4219.0, 4244.0, 4204.0, 4246.0, 4224.0, 4213.0, 4267.0, 4194.0, 4207.0, 4187.0, 4212.0, 4221.0, 4194.0, 4213.0, 4182.0, 4215.0, 4222.0, 4181.0, 4213.0, 4222.0, 4183.0, 4213.0, 4211.0, 4194.0, 4202.0, 4195.0, 4216.0, 4196.0, 4217.0, 4208.0, 4231.0, 4259.0, 4209.0, 4228.0, 4207.0, 4228.0, 4268.0, 4218.0, 4259.0, 4268.0, 4216.0, 4254.0, 4214.0, 4213.0, 4243.0, 4194.0, 4215.0, 4230.0, 4207.0, 4214.0, 4194.0, 4216.0, 4215.0, 4207.0, 4238.0, 4206.0, 4218.0, 4247.0, 4214.0, 4228.0, 4207.0, 4219.0, 4259.0, 4207.0, 4237.0, 4207.0, 4228.0, 4266.0, 4215.0, 4249.0, 4194.0, 4214.0, 4247.0, 4205.0, 4212.0, 4234.0, 4209.0, 4222.0, 4194.0, 4206.0, 4232.0, 4205.0, 4219.0, 4196.0, 4218.0, 4237.0, 4217.0, 4226.0, 4207.0, 4221.0, 4209.0, 4228.0, 4238.0, 4218.0, 4258.0, 4219.0, 4239.0, 4218.0, 4248.0, 4198.0, 4219.0, 4198.0, 4218.0, 4212.0, 4226.0, 4270.0, 4230.0, 4280.0, 4218.0, 4258.0, 4219.0, 4237.0, 4207.0, 4237.0, 4198.0, 4217.0, 4196.0, 4229.0, 4267.0, 4220.0, 4271.0, 4209.0, 4246.0, 4207.0, 4238.0, 4210.0, 4247.0, 4216.0, 4217.0, 4266.0, 4217.0, 4246.0, 4207.0, 4236.0, 4203.0, 4215.0, 4254.0, 4204.0, 4224.0, 4194.0, 4216.0, 4214.0, 4219.0, 4224.0, 4207.0, 4226.0, 4220.0, 4237.0, 4195.0, 4226.0, 4196.0, 4216.0, 4268.0, 4217.0, 4247.0, 4204.0, 4214.0, 4195.0, 4228.0, 4263.0, 4216.0, 4257.0, 4219.0, 4215.0, 4183.0, 4216.0, 4245.0, 4216.0, 4225.0, 4194.0, 4204.0, 4184.0, 4215.0, 4236.0, 4204.0, 4214.0, 4184.0, 4214.0, 4184.0, 4210.0, 4236.0, 4206.0, 4226.0, 4196.0, 4221.0, 4194.0, 4217.0, 4247.0, 4207.0, 4250.0, 4205.0, 4210.0, 4225.0, 4206.0, 4225.0, 4213.0, 4228.0, 4195.0, 4210.0, 4183.0, 4216.0, 4256.0, 4217.0, 4240.0, 4198.0, 4204.0, 4184.0, 4205.0, 4259.0, 4206.0, 4236.0, 4185.0, 4206.0, 4203.0, 4205.0, 4235.0, 4204.0, 4214.0, 4196.0, 4207.0, 4192.0, 4206.0, 4195.0, 4220.0, 4247.0, 4216.0, 4231.0, 4195.0, 4205.0, 4195.0, 4216.0, 4236.0, 4217.0, 4237.0, 4210.0, 4227.0, 4217.0, 4230.0, 4208.0, 4238.0, 4197.0, 4214.0, 4196.0, 4221.0, 4267.0, 4217.0, 4247.0, 4206.0, 4229.0, 4196.0, 4212.0, 4184.0, 4227.0, 4256.0, 4207.0, 4236.0, 4206.0, 4219.0, 4194.0, 4206.0, 4195.0, 4206.0, 4223.0, 4205.0, 4235.0, 4205.0, 4236.0, 4197.0, 4217.0, 4244.0, 4205.0, 4223.0, 4208.0, 4214.0, 4206.0, 4218.0, 4196.0, 4207.0, 4195.0, 4217.0, 4207.0, 4216.0, 4244.0, 4217.0, 4226.0, 4217.0, 4226.0, 4206.0, 4227.0, 4197.0, 4216.0, 4246.0, 4217.0, 4246.0, 4205.0, 4235.0, 4206.0, 4228.0, 4194.0, 4205.0, 4195.0, 4217.0, 4236.0, 4214.0, 4236.0, 4217.0, 4226.0, 4208.0, 4216.0, 4209.0, 4218.0, 4197.0, 4218.0, 4248.0, 4207.0, 4247.0, 4214.0, 4238.0, 4219.0, 4239.0, 4206.0, 4228.0, 4198.0, 4217.0, 4197.0, 4218.0, 4247.0, 4216.0, 4227.0, 4208.0, 4227.0, 4206.0, 4238.0, 4208.0, 4217.0, 4197.0, 4217.0, 4195.0, 4218.0, 4248.0, 4229.0, 4238.0, 4206.0, 4225.0, 4216.0, 4227.0, 4196.0, 4227.0, 4236.0, 4217.0, 4246.0, 4205.0, 4225.0, 4218.0, 4217.0, 4207.0, 4207.0, 4207.0, 4219.0, 4197.0, 4230.0, 4270.0, 4219.0, 4249.0, 4217.0, 4238.0, 4195.0, 4217.0, 4235.0, 4218.0, 4255.0, 4206.0, 4236.0, 4213.0, 4227.0, 4196.0, 4214.0, 4195.0, 4207.0, 4185.0, 4215.0, 4206.0, 4230.0, 4268.0, 4218.0, 4246.0, 4216.0, 4234.0, 4218.0, 4228.0, 4193.0, 4217.0, 4195.0, 4217.0, 4266.0, 4217.0, 4247.0, 4266.0, 4217.0, 4236.0, 4183.0, 4211.0, 4222.0, 4204.0, 4213.0, 4192.0, 4196.0, 4197.0, 4205.0, 4197.0, 4208.0, 4217.0, 4221.0, 4251.0, 4199.0, 4229.0, 4258.0, 4218.0, 4247.0, 4208.0, 4228.0, 4197.0, 4205.0, 4197.0, 4217.0, 4247.0, 4217.0, 4258.0, 4219.0, 4227.0, 4216.0, 4217.0, 4207.0, 4227.0, 4206.0, 4205.0, 4226.0, 4217.0, 4268.0, 4217.0, 4245.0, 4196.0, 4215.0, 4195.0, 4215.0, 4193.0, 4216.0, 4277.0, 4217.0, 4245.0, 4205.0, 4214.0, 4195.0, 4216.0, 4182.0, 4215.0, 4182.0, 4215.0, 4254.0, 4205.0, 4235.0, 4215.0, 4224.0, 4205.0, 4214.0, 4192.0, 4215.0, 4212.0, 4216.0, 4244.0, 4204.0, 4223.0, 4215.0, 4214.0, 4194.0, 4204.0, 4192.0, 4214.0, 4183.0, 4215.0, 4256.0, 4216.0, 4215.0, 4203.0, 4203.0, 4194.0, 4205.0, 4194.0, 4216.0, 4235.0, 4205.0, 4204.0, 4206.0, 4215.0, 4196.0, 4218.0, 4206.0, 4216.0, 4185.0, 4228.0, 4236.0, 4217.0, 4236.0, 4206.0, 4217.0, 4195.0, 4218.0, 4185.0, 4226.0, 4267.0, 4206.0, 4234.0, 4204.0, 4215.0, 4183.0, 4216.0, 4245.0, 4204.0, 4223.0, 4204.0, 4214.0, 4206.0, 4225.0, 4194.0, 4212.0, 4245.0, 4215.0, 4234.0, 4205.0, 4214.0, 4195.0, 4226.0, 4246.0, 4205.0, 4227.0, 4215.0, 4203.0, 4183.0, 4205.0, 4194.0, 4217.0, 4230.0, 4211.0, 4216.0, 4216.0, 4229.0, 4258.0, 4216.0, 4229.0, 4222.0, 4203.0, 4213.0, 4203.0, 4193.0, 4185.0, 4218.0, 4212.0, 4208.0, 4208.0, 4208.0, 4218.0, 4222.0, 4230.0, 4199.0, 4208.0, 4200.0, 4232.0, 4272.0, 4220.0, 4259.0, 4230.0, 4239.0, 4201.0, 4217.0, 4197.0, 4228.0, 4276.0, 4216.0, 4257.0, 4205.0, 4236.0, 4195.0, 4207.0, 4195.0, 4196.0, 4205.0, 4216.0, 4236.0, 4207.0, 4229.0, 4185.0, 4207.0, 4205.0, 4216.0, 4226.0, 4217.0, 4238.0, 4217.0, 4238.0, 4228.0, 4226.0, 4207.0, 4223.0, 4207.0, 4215.0, 4217.0, 4226.0, 4222.0, 4227.0, 4237.0, 4217.0, 4267.0, 4225.0, 4220.0, 4223.0, 4212.0, 4216.0, 4203.0, 4232.0, 4201.0, 4213.0, 4203.0, 4212.0, 4200.0, 4208.0, 4221.0, 4209.0, 4200.0, 4206.0, 4206.0, 4203.0, 4208.0, 4171.0], 'WindowWidth': [9438.0, 9418.0, 9427.0, 9386.0, 9451.0, 9367.0, 9401.0, 9341.0, 9355.0, 9324.0, 9366.0, 9388.0, 9334.0, 9375.0, 9313.0, 9348.0, 9357.0, 9329.0, 9345.0, 9355.0, 9330.0, 9347.0, 9342.0, 9341.0, 9345.0, 9308.0, 9352.0, 9344.0, 9321.0, 9349.0, 9327.0, 9340.0, 9362.0, 9353.0, 9370.0, 9327.0, 9359.0, 9408.0, 9343.0, 9375.0, 9408.0, 9337.0, 9402.0, 9320.0, 9355.0, 9422.0, 9334.0, 9359.0, 9399.0, 9344.0, 9371.0, 9317.0, 9348.0, 9390.0, 9337.0, 9352.0, 9369.0, 9351.0, 9364.0, 9321.0, 9346.0, 9394.0, 9338.0, 9358.0, 9331.0, 9358.0, 9407.0, 9340.0, 9382.0, 9366.0, 9339.0, 9351.0, 9344.0, 9375.0, 9366.0, 9382.0, 9345.0, 9366.0, 9347.0, 9381.0, 9425.0, 9396.0, 9430.0, 9380.0, 9366.0, 9335.0, 9380.0, 9450.0, 9364.0, 9443.0, 9365.0, 9396.0, 9347.0, 9380.0, 9366.0, 9409.0, 9350.0, 9392.0, 9360.0, 9393.0, 9371.0, 9402.0, 9464.0, 9429.0, 9412.0, 9364.0, 9412.0, 9335.0, 9377.0, 9405.0, 9350.0, 9404.0, 9339.0, 9384.0, 9340.0, 9385.0, 9313.0, 9342.0, 9341.0, 9332.0, 9356.0, 9350.0, 9373.0, 9336.0, 9344.0, 9316.0, 9345.0, 9299.0, 9362.0, 9417.0, 9329.0, 9378.0, 9331.0, 9341.0, 9307.0, 9355.0, 9377.0, 9324.0, 9369.0, 9328.0, 9341.0, 9309.0, 9358.0, 9302.0, 9343.0, 9370.0, 9339.0, 9345.0, 9315.0, 9340.0, 9302.0, 9329.0, 9368.0, 9329.0, 9352.0, 9326.0, 9353.0, 9399.0, 9331.0, 9326.0, 9315.0, 9323.0, 9322.0, 9296.0, 9325.0, 9315.0, 9323.0, 9352.0, 9333.0, 9367.0, 9307.0, 9362.0, 9411.0, 9337.0, 9348.0, 9339.0, 9330.0, 9374.0, 9310.0, 9343.0, 9417.0, 9327.0, 9335.0, 9293.0, 9339.0, 9337.0, 9315.0, 9343.0, 9372.0, 9331.0, 9338.0, 9314.0, 9356.0, 9352.0, 9332.0, 9356.0, 9321.0, 9347.0, 9319.0, 9347.0, 9373.0, 9342.0, 9370.0, 9322.0, 9370.0, 9432.0, 9353.0, 9384.0, 9330.0, 9388.0, 9354.0, 9339.0, 9419.0, 9315.0, 9333.0, 9304.0, 9337.0, 9349.0, 9314.0, 9340.0, 9296.0, 9345.0, 9353.0, 9294.0, 9339.0, 9348.0, 9298.0, 9340.0, 9334.0, 9316.0, 9325.0, 9319.0, 9349.0, 9325.0, 9355.0, 9346.0, 9380.0, 9414.0, 9345.0, 9370.0, 9340.0, 9370.0, 9424.0, 9356.0, 9416.0, 9423.0, 9348.0, 9400.0, 9343.0, 9341.0, 9383.0, 9316.0, 9347.0, 9368.0, 9336.0, 9344.0, 9319.0, 9351.0, 9348.0, 9341.0, 9383.0, 9337.0, 9357.0, 9394.0, 9355.0, 9370.0, 9342.0, 9361.0, 9411.0, 9340.0, 9381.0, 9340.0, 9370.0, 9418.0, 9350.0, 9399.0, 9320.0, 9346.0, 9392.0, 9333.0, 9341.0, 9370.0, 9341.0, 9355.0, 9318.0, 9336.0, 9374.0, 9334.0, 9357.0, 9324.0, 9355.0, 9380.0, 9353.0, 9364.0, 9341.0, 9361.0, 9345.0, 9373.0, 9384.0, 9359.0, 9412.0, 9358.0, 9386.0, 9358.0, 9398.0, 9331.0, 9359.0, 9329.0, 9358.0, 9353.0, 9368.0, 9431.0, 9377.0, 9446.0, 9357.0, 9411.0, 9359.0, 9381.0, 9344.0, 9382.0, 9329.0, 9353.0, 9324.0, 9371.0, 9422.0, 9361.0, 9433.0, 9345.0, 9391.0, 9341.0, 9383.0, 9346.0, 9395.0, 9350.0, 9353.0, 9418.0, 9352.0, 9391.0, 9340.0, 9378.0, 9329.0, 9347.0, 9400.0, 9331.0, 9359.0, 9320.0, 9350.0, 9344.0, 9357.0, 9357.0, 9340.0, 9364.0, 9360.0, 9382.0, 9322.0, 9364.0, 9323.0, 9353.0, 9424.0, 9354.0, 9393.0, 9332.0, 9345.0, 9320.0, 9368.0, 9411.0, 9351.0, 9408.0, 9354.0, 9346.0, 9301.0, 9349.0, 9387.0, 9348.0, 9361.0, 9318.0, 9329.0, 9302.0, 9345.0, 9375.0, 9329.0, 9343.0, 9301.0, 9343.0, 9302.0, 9344.0, 9374.0, 9337.0, 9365.0, 9325.0, 9360.0, 9319.0, 9354.0, 9393.0, 9340.0, 9400.0, 9334.0, 9343.0, 9357.0, 9336.0, 9360.0, 9345.0, 9367.0, 9321.0, 9343.0, 9302.0, 9350.0, 9404.0, 9351.0, 9387.0, 9327.0, 9330.0, 9302.0, 9334.0, 9409.0, 9335.0, 9377.0, 9305.0, 9333.0, 9326.0, 9331.0, 9372.0, 9330.0, 9344.0, 9323.0, 9337.0, 9313.0, 9337.0, 9321.0, 9359.0, 9394.0, 9349.0, 9373.0, 9320.0, 9334.0, 9320.0, 9350.0, 9377.0, 9353.0, 9378.0, 9346.0, 9365.0, 9354.0, 9371.0, 9345.0, 9383.0, 9325.0, 9346.0, 9322.0, 9360.0, 9420.0, 9352.0, 9392.0, 9335.0, 9366.0, 9321.0, 9349.0, 9304.0, 9366.0, 9404.0, 9337.0, 9375.0, 9334.0, 9353.0, 9317.0, 9338.0, 9319.0, 9336.0, 9355.0, 9334.0, 9374.0, 9334.0, 9376.0, 9324.0, 9350.0, 9384.0, 9333.0, 9354.0, 9341.0, 9344.0, 9336.0, 9354.0, 9324.0, 9339.0, 9319.0, 9352.0, 9336.0, 9349.0, 9387.0, 9353.0, 9363.0, 9352.0, 9362.0, 9336.0, 9366.0, 9325.0, 9351.0, 9390.0, 9350.0, 9388.0, 9334.0, 9372.0, 9336.0, 9367.0, 9319.0, 9334.0, 9320.0, 9353.0, 9377.0, 9353.0, 9379.0, 9353.0, 9362.0, 9342.0, 9350.0, 9344.0, 9357.0, 9328.0, 9357.0, 9396.0, 9341.0, 9394.0, 9355.0, 9382.0, 9359.0, 9385.0, 9337.0, 9368.0, 9329.0, 9353.0, 9327.0, 9355.0, 9393.0, 9350.0, 9365.0, 9340.0, 9365.0, 9337.0, 9380.0, 9340.0, 9350.0, 9325.0, 9352.0, 9320.0, 9354.0, 9395.0, 9371.0, 9382.0, 9337.0, 9361.0, 9351.0, 9365.0, 9323.0, 9367.0, 9376.0, 9350.0, 9388.0, 9334.0, 9360.0, 9354.0, 9352.0, 9339.0, 9338.0, 9339.0, 9358.0, 9326.0, 9374.0, 9430.0, 9357.0, 9396.0, 9353.0, 9381.0, 9320.0, 9353.0, 9374.0, 9353.0, 9402.0, 9336.0, 9375.0, 9344.0, 9364.0, 9324.0, 9346.0, 9321.0, 9338.0, 9309.0, 9349.0, 9338.0, 9374.0, 9424.0, 9354.0, 9392.0, 9351.0, 9372.0, 9357.0, 9367.0, 9317.0, 9350.0, 9320.0, 9353.0, 9419.0, 9350.0, 9395.0, 9416.0, 9349.0, 9373.0, 9298.0, 9334.0, 9350.0, 9328.0, 9340.0, 9315.0, 9322.0, 9324.0, 9336.0, 9328.0, 9345.0, 9353.0, 9364.0, 9405.0, 9332.0, 9371.0, 9409.0, 9353.0, 9393.0, 9341.0, 9367.0, 9325.0, 9334.0, 9325.0, 9354.0, 9393.0, 9355.0, 9411.0, 9356.0, 9365.0, 9351.0, 9353.0, 9338.0, 9367.0, 9336.0, 9334.0, 9361.0, 9352.0, 9423.0, 9351.0, 9389.0, 9322.0, 9345.0, 9319.0, 9346.0, 9314.0, 9348.0, 9435.0, 9348.0, 9386.0, 9332.0, 9343.0, 9319.0, 9349.0, 9300.0, 9344.0, 9297.0, 9346.0, 9399.0, 9332.0, 9372.0, 9345.0, 9355.0, 9331.0, 9344.0, 9312.0, 9345.0, 9339.0, 9346.0, 9383.0, 9328.0, 9353.0, 9345.0, 9343.0, 9315.0, 9327.0, 9310.0, 9342.0, 9300.0, 9345.0, 9405.0, 9347.0, 9343.0, 9327.0, 9326.0, 9316.0, 9332.0, 9317.0, 9348.0, 9372.0, 9332.0, 9329.0, 9334.0, 9346.0, 9322.0, 9353.0, 9335.0, 9349.0, 9307.0, 9367.0, 9379.0, 9354.0, 9377.0, 9336.0, 9351.0, 9319.0, 9353.0, 9306.0, 9362.0, 9420.0, 9335.0, 9370.0, 9330.0, 9345.0, 9300.0, 9346.0, 9385.0, 9329.0, 9353.0, 9330.0, 9342.0, 9334.0, 9358.0, 9317.0, 9340.0, 9384.0, 9343.0, 9368.0, 9331.0, 9343.0, 9319.0, 9362.0, 9386.0, 9329.0, 9360.0, 9342.0, 9325.0, 9300.0, 9331.0, 9317.0, 9349.0, 9367.0, 9344.0, 9346.0, 9346.0, 9369.0, 9407.0, 9346.0, 9365.0, 9348.0, 9322.0, 9336.0, 9323.0, 9311.0, 9303.0, 9352.0, 9340.0, 9338.0, 9338.0, 9341.0, 9355.0, 9367.0, 9376.0, 9333.0, 9343.0, 9332.0, 9377.0, 9435.0, 9362.0, 9414.0, 9373.0, 9383.0, 9333.0, 9353.0, 9324.0, 9368.0, 9433.0, 9349.0, 9404.0, 9333.0, 9374.0, 9319.0, 9337.0, 9318.0, 9322.0, 9331.0, 9349.0, 9376.0, 9337.0, 9370.0, 9305.0, 9336.0, 9329.0, 9345.0, 9358.0, 9349.0, 9379.0, 9350.0, 9377.0, 9367.0, 9360.0, 9336.0, 9361.0, 9337.0, 9345.0, 9351.0, 9362.0, 9360.0, 9364.0, 9376.0, 9350.0, 9422.0, 9360.0, 9353.0, 9347.0, 9334.0, 9342.0, 9324.0, 9362.0, 9319.0, 9337.0, 9324.0, 9336.0, 9316.0, 9333.0, 9344.0, 9335.0, 9315.0, 9329.0, 9330.0, 9323.0, 9333.0, 9279.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.0007245639187574671</td></tr>
<tr><td colspan=3>aqi</td><td>0.02024537897252091</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.59343943540669</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269365940909085</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004394709916268</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>5391.2974</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07110580868270412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11947431302270012</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4455710934006354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3637580345527076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70069602651948</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2722592191297175</td></tr>
<tr><td colspan=3>gcor</td><td>0.0073249</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017130546271800995</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01815132424235344</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.880527205150366</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>32.936</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.0477</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.5834</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304602.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.5619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2708</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.8919</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.7407</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4544.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.2566</td></tr>
<tr><td colspan=3>tsnr</td><td>41.61699042492546</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>