<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-02/func/sub-0116_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>f5dd34836296f5a90bb6d14065dfdfe4</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>09:45:16.370000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999168, -0.0406831, 0.0029094, 0.0390828, 0.975383, 0.217026]</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.259</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.0975899</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7900, -7245, 463, -101, -401, 243, 171]</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>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f700d2c-2f0b-42ed-86fc-d3664223db5f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680694341659546, 0.10485620051622391, 0.03150107339024544, 107.20270538330078], [0.10914991050958633, 2.616881847381592, 0.5851747989654541, -115.46586608886719], [0.007805697154253721, -0.5822641253471375, 2.6356360912323, -46.68244552612305], [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': ['094516.370000', '094516.830000', '094517.290000', '094517.750000', '094518.210000', '094518.670000', '094519.130000', '094519.590000', '094520.050000', '094520.510000', '094520.970000', '094521.430000', '094521.890000', '094522.350000', '094522.810000', '094523.270000', '094523.730000', '094524.190000', '094524.650000', '094525.110000', '094525.570000', '094526.030000', '094526.490000', '094526.950000', '094527.410000', '094527.870000', '094528.330000', '094528.790000', '094529.250000', '094529.710000', '094530.170000', '094530.630000', '094531.090000', '094531.550000', '094532.010000', '094532.470000', '094532.930000', '094533.390000', '094533.850000', '094534.310000', '094534.770000', '094535.230000', '094535.690000', '094536.150000', '094536.610000', '094537.070000', '094537.530000', '094537.990000', '094538.450000', '094538.910000', '094539.370000', '094539.830000', '094540.290000', '094540.750000', '094541.210000', '094541.670000', '094542.130000', '094542.590000', '094543.050000', '094543.510000', '094543.970000', '094544.430000', '094544.890000', '094545.350000', '094545.810000', '094546.270000', '094546.730000', '094547.190000', '094547.650000', '094548.110000', '094548.570000', '094549.030000', '094549.490000', '094549.950000', '094550.410000', '094550.870000', '094551.330000', '094551.790000', '094552.250000', '094552.710000', '094553.170000', '094553.630000', '094554.090000', '094554.550000', '094555.010000', '094555.470000', '094555.930000', '094556.390000', '094556.850000', '094557.310000', '094557.770000', '094558.230000', '094558.690000', '094559.150000', '094559.610000', '094600.070000', '094600.530000', '094600.990000', '094601.450000', '094601.910000', '094602.370000', '094602.830000', '094603.290000', '094603.750000', '094604.210000', '094604.670000', '094605.130000', '094605.590000', '094606.050000', '094606.510000', '094606.970000', '094607.430000', '094607.890000', '094608.350000', '094608.810000', '094609.270000', '094609.730000', '094610.190000', '094610.650000', '094611.110000', '094611.570000', '094612.030000', '094612.490000', '094612.950000', '094613.410000', '094613.870000', '094614.330000', '094614.790000', '094615.250000', '094615.710000', '094616.170000', '094616.630000', '094617.090000', '094617.550000', '094618.010000', '094618.470000', '094618.930000', '094619.390000', '094619.850000', '094620.310000', '094620.770000', '094621.230000', '094621.690000', '094622.150000', '094622.610000', '094623.070000', '094623.530000', '094623.990000', '094624.450000', '094624.910000', '094625.370000', '094625.830000', '094626.290000', '094626.750000', '094627.210000', '094627.670000', '094628.130000', '094628.590000', '094629.050000', '094629.510000', '094629.970000', '094630.430000', '094630.890000', '094631.350000', '094631.810000', '094632.270000', '094632.730000', '094633.190000', '094633.650000', '094634.110000', '094634.570000', '094635.030000', '094635.490000', '094635.950000', '094636.410000', '094636.870000', '094637.330000', '094637.790000', '094638.250000', '094638.710000', '094639.170000', '094639.630000', '094640.090000', '094640.550000', '094641.010000', '094641.470000', '094641.930000', '094642.390000', '094642.850000', '094643.310000', '094643.770000', '094644.230000', '094644.690000', '094645.150000', '094645.610000', '094646.070000', '094646.530000', '094646.990000', '094647.450000', '094647.910000', '094648.370000', '094648.830000', '094649.290000', '094649.750000', '094650.210000', '094650.670000', '094651.130000', '094651.590000', '094652.050000', '094652.510000', '094652.970000', '094653.430000', '094653.890000', '094654.350000', '094654.810000', '094655.270000', '094655.730000', '094656.190000', '094656.650000', '094657.110000', '094657.570000', '094658.030000', '094658.490000', '094658.950000', '094659.410000', '094659.870000', '094700.330000', '094700.790000', '094701.250000', '094701.710000', '094702.170000', '094702.630000', '094703.090000', '094703.550000', '094704.010000', '094704.470000', '094704.930000', '094705.390000', '094705.850000', '094706.310000', '094706.770000', '094707.230000', '094707.690000', '094708.150000', '094708.610000', '094709.070000', '094709.530000', '094709.990000', '094710.450000', '094710.910000', '094711.370000', '094711.830000', '094712.290000', '094712.750000', '094713.210000', '094713.670000', '094714.130000', '094714.590000', '094715.050000', '094715.510000', '094715.970000', '094716.430000', '094716.890000', '094717.350000', '094717.810000', '094718.270000', '094718.730000', '094719.190000', '094719.650000', '094720.110000', '094720.570000', '094721.030000', '094721.490000', '094721.950000', '094722.410000', '094722.870000', '094723.330000', '094723.790000', '094724.250000', '094724.710000', '094725.170000', '094725.630000', '094726.090000', '094726.550000', '094727.010000', '094727.470000', '094727.930000', '094728.390000', '094728.850000', '094729.310000', '094729.770000', '094730.230000', '094730.690000', '094731.150000', '094731.610000', '094732.070000', '094732.530000', '094732.990000', '094733.450000', '094733.910000', '094734.370000', '094734.830000', '094735.290000', '094735.750000', '094736.210000', '094736.670000', '094737.130000', '094737.590000', '094738.050000', '094738.510000', '094738.970000', '094739.430000', '094739.890000', '094740.350000', '094740.810000', '094741.270000', '094741.730000', '094742.190000', '094742.650000', '094743.110000', '094743.570000', '094744.030000', '094744.490000', '094744.950000', '094745.410000', '094745.870000', '094746.330000', '094746.790000', '094747.250000', '094747.710000', '094748.170000', '094748.630000', '094749.090000', '094749.550000', '094750.010000', '094750.470000', '094750.930000', '094751.390000', '094751.850000', '094752.310000', '094752.770000', '094753.230000', '094753.690000', '094754.150000', '094754.610000', '094755.070000', '094755.530000', '094755.990000', '094756.450000', '094756.910000', '094757.370000', '094757.830000', '094758.290000', '094758.750000', '094759.210000', '094759.670000', '094800.130000', '094800.590000', '094801.050000', '094801.510000', '094801.970000', '094802.430000', '094802.890000', '094803.350000', '094803.810000', '094804.270000', '094804.730000', '094805.190000', '094805.650000', '094806.110000', '094806.570000', '094807.030000', '094807.490000', '094807.950000', '094808.410000', '094808.870000', '094809.330000', '094809.790000', '094810.250000', '094810.710000', '094811.170000', '094811.630000', '094812.090000', '094812.550000', '094813.010000', '094813.470000', '094813.930000', '094814.390000', '094814.850000', '094815.310000', '094815.770000', '094816.230000', '094816.690000', '094817.150000', '094817.610000', '094818.070000', '094818.530000', '094818.990000', '094819.450000', '094819.910000', '094820.370000', '094820.830000', '094821.290000', '094821.750000', '094822.210000', '094822.670000', '094823.130000', '094823.590000', '094824.050000', '094824.510000', '094824.970000', '094825.430000', '094825.890000', '094826.350000', '094826.810000', '094827.270000', '094827.730000', '094828.190000', '094828.650000', '094829.110000', '094829.570000', '094830.030000', '094830.490000', '094830.950000', '094831.410000', '094831.870000', '094832.330000', '094832.790000', '094833.250000', '094833.710000', '094834.170000', '094834.630000', '094835.090000', '094835.550000', '094836.010000', '094836.470000', '094836.930000', '094837.390000', '094837.850000', '094838.310000', '094838.770000', '094839.230000', '094839.690000', '094840.150000', '094840.610000', '094841.070000', '094841.530000', '094841.990000', '094842.450000', '094842.910000', '094843.370000', '094843.830000', '094844.290000', '094844.750000', '094845.210000', '094845.670000', '094846.130000', '094846.590000', '094847.050000', '094847.510000', '094847.970000', '094848.430000', '094848.890000', '094849.350000', '094849.810000', '094850.270000', '094850.730000', '094851.190000', '094851.650000', '094852.110000', '094852.570000', '094853.030000', '094853.490000', '094853.950000', '094854.410000', '094854.870000', '094855.330000', '094855.790000', '094856.250000', '094856.710000', '094857.170000', '094857.630000', '094858.090000', '094858.550000', '094859.010000', '094859.470000', '094859.930000', '094900.390000', '094900.850000', '094901.310000', '094901.770000', '094902.230000', '094902.690000', '094903.150000', '094903.610000', '094904.070000', '094904.530000', '094904.990000', '094905.450000', '094905.910000', '094906.370000', '094906.830000', '094907.290000', '094907.750000', '094908.210000', '094908.670000', '094909.130000', '094909.590000', '094910.050000', '094910.510000', '094910.970000', '094911.430000', '094911.890000', '094912.350000', '094912.810000', '094913.270000', '094913.730000', '094914.190000', '094914.650000', '094915.110000', '094915.570000', '094916.030000', '094916.490000', '094916.950000', '094917.410000', '094917.870000', '094918.330000', '094918.790000', '094919.250000', '094919.710000', '094920.170000', '094920.630000', '094921.090000', '094921.550000', '094922.010000', '094922.470000', '094922.930000', '094923.390000', '094923.850000', '094924.310000', '094924.770000', '094925.230000', '094925.690000', '094926.150000', '094926.610000', '094927.070000', '094927.530000', '094927.990000', '094928.450000', '094928.910000', '094929.370000', '094929.830000', '094930.290000', '094930.750000', '094931.210000', '094931.670000', '094932.130000', '094932.590000', '094933.050000', '094933.510000', '094933.970000', '094934.430000', '094934.890000', '094935.350000', '094935.810000', '094936.270000', '094936.730000', '094937.190000', '094937.650000', '094938.110000', '094938.570000', '094939.030000', '094939.490000', '094939.950000', '094940.410000', '094940.870000', '094941.330000', '094941.790000', '094942.250000', '094942.710000', '094943.170000', '094943.630000', '094944.090000', '094944.550000', '094945.010000', '094945.470000', '094945.930000', '094946.390000', '094946.850000', '094947.310000', '094947.770000', '094948.230000', '094948.690000', '094949.150000', '094949.610000', '094950.070000', '094950.530000', '094950.990000', '094951.450000', '094951.910000', '094952.370000', '094952.830000', '094953.290000', '094953.750000', '094954.210000', '094954.670000', '094955.130000', '094955.590000', '094956.050000', '094956.510000', '094956.970000', '094957.430000', '094957.890000', '094958.350000', '094958.810000', '094959.270000', '094959.730000', '095000.190000', '095000.650000', '095001.110000', '095001.570000', '095002.030000', '095002.490000', '095002.950000', '095003.410000', '095003.870000', '095004.330000', '095004.790000', '095005.250000', '095005.710000', '095006.170000', '095006.630000', '095007.090000', '095007.550000', '095008.010000', '095008.470000', '095008.930000', '095009.390000', '095009.850000', '095010.310000', '095010.770000', '095011.230000', '095011.690000', '095012.150000', '095012.610000', '095013.070000', '095013.530000', '095013.990000', '095014.450000', '095014.910000', '095015.370000', '095015.830000', '095016.290000', '095016.750000', '095017.210000', '095017.670000', '095018.130000', '095018.590000', '095019.050000', '095019.510000', '095019.970000', '095020.430000', '095020.890000', '095021.350000', '095021.810000', '095022.270000', '095022.730000', '095023.190000', '095023.650000', '095024.110000', '095024.570000', '095025.030000', '095025.490000', '095025.950000', '095026.410000', '095026.870000', '095027.330000', '095027.790000', '095028.250000', '095028.710000', '095029.170000', '095029.630000', '095030.090000', '095030.550000', '095031.010000', '095031.470000', '095031.930000', '095032.390000', '095032.850000', '095033.310000', '095033.770000', '095034.230000', '095034.690000', '095035.150000', '095035.610000', '095036.070000', '095036.530000', '095036.990000', '095037.450000', '095037.910000', '095038.370000', '095038.830000', '095039.290000', '095039.750000', '095040.210000', '095040.670000', '095041.130000', '095041.590000', '095042.050000', '095042.510000', '095042.970000', '095043.430000', '095043.890000', '095044.350000', '095044.810000', '095045.270000', '095045.730000', '095046.190000', '095046.650000', '095047.110000', '095047.570000', '095048.030000', '095048.490000', '095048.950000', '095049.410000', '095049.870000', '095050.330000', '095050.790000', '095051.250000', '095051.710000', '095052.170000', '095052.630000', '095053.090000', '095053.550000', '095054.010000', '095054.470000', '095054.930000', '095055.390000', '095055.850000', '095056.310000', '095056.770000', '095057.230000', '095057.690000', '095058.150000', '095058.610000', '095059.070000', '095059.530000', '095059.990000', '095100.450000', '095100.910000', '095101.370000', '095101.830000', '095102.290000', '095102.750000', '095103.210000', '095103.670000', '095104.130000', '095104.590000', '095105.050000', '095105.510000', '095105.970000', '095106.430000', '095106.890000', '095107.350000', '095107.810000', '095108.270000', '095108.730000', '095109.190000', '095109.650000', '095110.110000', '095110.570000', '095111.030000', '095111.490000', '095111.950000', '095112.410000', '095112.870000', '095113.330000', '095113.790000', '095114.250000', '095114.710000', '095115.170000', '095115.630000', '095116.090000', '095116.550000', '095117.010000', '095117.470000', '095117.930000', '095118.390000', '095118.850000', '095119.310000', '095119.770000', '095120.230000', '095120.690000', '095121.150000', '095121.610000', '095122.070000', '095122.530000', '095122.990000', '095123.450000', '095123.910000', '095124.370000', '095124.830000', '095125.290000', '095125.750000', '095126.210000', '095126.670000', '095127.130000', '095127.590000', '095128.050000', '095128.510000', '095128.970000', '095129.430000', '095129.890000', '095130.350000', '095130.810000', '095131.270000', '095131.730000', '095132.190000', '095132.650000', '095133.110000', '095133.570000', '095134.030000', '095134.490000', '095134.950000', '095135.410000', '095135.870000', '095136.330000', '095136.790000', '095137.250000', '095137.710000', '095138.170000', '095138.630000', '095139.090000', '095139.550000', '095140.010000', '095140.470000', '095140.930000', '095141.390000', '095141.850000'], 'ContentTime': ['094546.474000', '094546.483000', '094546.486000', '094546.488000', '094546.491000', '094546.493000', '094546.496000', '094546.498000', '094546.501000', '094546.503000', '094546.506000', '094546.509000', '094546.511000', '094546.539000', '094546.541000', '094546.544000', '094546.546000', '094546.549000', '094546.551000', '094546.554000', '094546.557000', '094546.559000', '094546.562000', '094546.564000', '094546.567000', '094546.569000', '094546.572000', '094546.574000', '094546.577000', '094546.580000', '094546.582000', '094546.585000', '094546.587000', '094546.590000', '094546.592000', '094546.595000', '094546.598000', '094546.601000', '094546.603000', '094546.606000', '094546.608000', '094546.611000', '094546.613000', '094546.616000', '094546.618000', '094546.621000', '094546.624000', '094546.626000', '094546.629000', '094546.631000', '094546.634000', '094546.636000', '094546.639000', '094546.642000', '094546.644000', '094546.650000', '094546.653000', '094546.656000', '094546.658000', '094546.661000', '094546.663000', '094546.666000', '094606.429000', '094606.432000', '094606.435000', '094606.437000', '094606.440000', '094606.443000', '094606.445000', '094606.448000', '094606.450000', '094606.453000', '094606.456000', '094606.458000', '094606.461000', '094606.463000', '094606.466000', '094606.469000', '094606.471000', '094606.474000', '094606.476000', '094606.479000', '094606.481000', '094606.484000', '094606.487000', '094606.489000', '094606.492000', '094606.495000', '094606.499000', '094606.509000', '094606.512000', '094606.515000', '094606.517000', '094606.520000', '094606.522000', '094606.525000', '094606.528000', '094606.530000', '094606.533000', '094606.535000', '094606.538000', '094606.540000', '094606.543000', '094606.546000', '094606.548000', '094626.430000', '094626.433000', '094626.441000', '094626.444000', '094626.446000', '094626.449000', '094626.451000', '094626.454000', '094626.457000', '094626.459000', '094626.462000', '094626.464000', '094626.467000', '094626.469000', '094626.472000', '094626.475000', '094626.477000', '094626.480000', '094626.482000', '094626.485000', '094626.487000', '094626.490000', '094626.493000', '094626.495000', '094626.498000', '094626.500000', '094626.503000', '094626.506000', '094626.508000', '094626.511000', '094626.513000', '094626.516000', '094626.518000', '094626.521000', '094626.524000', '094626.526000', '094626.529000', '094626.531000', '094626.534000', '094626.536000', '094626.539000', '094626.541000', '094626.544000', '094626.547000', '094646.429000', '094646.432000', '094646.435000', '094646.437000', '094646.440000', '094646.443000', '094646.445000', '094646.448000', '094646.450000', '094646.453000', '094646.456000', '094646.458000', '094646.461000', '094646.463000', '094646.466000', '094646.469000', '094646.471000', '094646.474000', '094646.476000', '094646.479000', '094646.482000', '094646.485000', '094646.488000', '094646.490000', '094646.493000', '094646.496000', '094646.498000', '094646.501000', '094646.503000', '094646.506000', '094646.508000', '094646.511000', '094646.514000', '094646.516000', '094646.519000', '094646.522000', '094646.524000', '094646.527000', '094646.529000', '094646.532000', '094646.534000', '094646.537000', '094646.539000', '094706.430000', '094706.433000', '094706.435000', '094706.438000', '094706.440000', '094706.443000', '094706.445000', '094706.448000', '094706.451000', '094706.453000', '094706.456000', '094706.458000', '094706.461000', '094706.463000', '094706.466000', '094706.469000', '094706.471000', '094706.474000', '094706.476000', '094706.479000', '094706.481000', '094706.484000', '094706.487000', '094706.489000', '094706.492000', '094706.494000', '094706.497000', '094706.500000', '094706.502000', '094706.505000', '094706.507000', '094706.510000', '094706.513000', '094706.515000', '094706.518000', '094706.520000', '094706.523000', '094706.526000', '094706.528000', '094706.531000', '094706.533000', '094706.536000', '094706.538000', '094706.541000', '094726.429000', '094726.432000', '094726.435000', '094726.437000', '094726.440000', '094726.442000', '094726.445000', '094726.448000', '094726.450000', '094726.453000', '094726.455000', '094726.458000', '094726.461000', '094726.463000', '094726.466000', '094726.469000', '094726.471000', '094726.474000', '094726.477000', '094726.479000', '094726.482000', '094726.484000', '094726.487000', '094726.490000', '094726.492000', '094726.495000', '094726.498000', '094726.500000', '094726.503000', '094726.505000', '094726.508000', '094726.510000', '094726.513000', '094726.516000', '094726.518000', '094726.521000', '094726.523000', '094726.526000', '094726.529000', '094726.531000', '094726.534000', '094726.538000', '094726.540000', '094746.430000', '094746.432000', '094746.435000', '094746.438000', '094746.440000', '094746.443000', '094746.445000', '094746.448000', '094746.451000', '094746.453000', '094746.456000', '094746.458000', '094746.461000', '094746.463000', '094746.466000', '094746.469000', '094746.471000', '094746.474000', '094746.477000', '094746.479000', '094746.482000', '094746.484000', '094746.487000', '094746.490000', '094746.492000', '094746.495000', '094746.497000', '094746.500000', '094746.502000', '094746.506000', '094746.509000', '094746.511000', '094746.514000', '094746.516000', '094746.519000', '094746.522000', '094746.524000', '094746.527000', '094746.529000', '094746.532000', '094746.535000', '094746.537000', '094746.540000', '094746.542000', '094806.429000', '094806.432000', '094806.435000', '094806.438000', '094806.440000', '094806.443000', '094806.445000', '094806.448000', '094806.451000', '094806.453000', '094806.456000', '094806.458000', '094806.461000', '094806.463000', '094806.466000', '094806.469000', '094806.471000', '094806.474000', '094806.476000', '094806.479000', '094806.482000', '094806.484000', '094806.487000', '094806.489000', '094806.492000', '094806.495000', '094806.497000', '094806.500000', '094806.502000', '094806.505000', '094806.507000', '094806.510000', '094806.513000', '094806.515000', '094806.518000', '094806.521000', '094806.523000', '094806.526000', '094806.529000', '094806.531000', '094806.534000', '094806.536000', '094806.549000', '094826.429000', '094826.432000', '094826.435000', '094826.437000', '094826.440000', '094826.443000', '094826.445000', '094826.448000', '094826.450000', '094826.453000', '094826.455000', '094826.458000', '094826.461000', '094826.463000', '094826.466000', '094826.468000', '094826.471000', '094826.474000', '094826.476000', '094826.479000', '094826.481000', '094826.484000', '094826.486000', '094826.489000', '094826.492000', '094826.494000', '094826.497000', '094826.499000', '094826.502000', '094826.505000', '094826.507000', '094826.510000', '094826.513000', '094826.515000', '094826.518000', '094826.520000', '094826.523000', '094826.525000', '094826.528000', '094826.531000', '094826.533000', '094826.536000', '094826.538000', '094826.541000', '094846.429000', '094846.432000', '094846.435000', '094846.437000', '094846.440000', '094846.442000', '094846.445000', '094846.448000', '094846.450000', '094846.453000', '094846.455000', '094846.458000', '094846.461000', '094846.463000', '094846.466000', '094846.468000', '094846.471000', '094846.474000', '094846.476000', '094846.479000', '094846.481000', '094846.484000', '094846.486000', '094846.489000', '094846.492000', '094846.494000', '094846.497000', '094846.500000', '094846.502000', '094846.515000', '094846.517000', '094846.520000', '094846.522000', '094846.525000', '094846.528000', '094846.542000', '094846.544000', '094846.547000', '094846.550000', '094846.552000', '094846.555000', '094846.557000', '094846.560000', '094906.430000', '094906.432000', '094906.435000', '094906.438000', '094906.440000', '094906.443000', '094906.445000', '094906.448000', '094906.450000', '094906.453000', '094906.456000', '094906.458000', '094906.461000', '094906.463000', '094906.466000', '094906.469000', '094906.471000', '094906.474000', '094906.476000', '094906.479000', '094906.482000', '094906.484000', '094906.487000', '094906.489000', '094906.492000', '094906.494000', '094906.497000', '094906.500000', '094906.502000', '094906.505000', '094906.507000', '094906.510000', '094906.513000', '094906.515000', '094906.518000', '094906.520000', '094906.523000', '094906.526000', '094906.528000', '094906.531000', '094906.533000', '094906.536000', '094906.538000', '094906.541000', '094926.430000', '094926.432000', '094926.435000', '094926.438000', '094926.440000', '094926.443000', '094926.445000', '094926.448000', '094926.450000', '094926.453000', '094926.456000', '094926.458000', '094926.461000', '094926.464000', '094926.466000', '094926.469000', '094926.471000', '094926.474000', '094926.477000', '094926.479000', '094926.482000', '094926.484000', '094926.487000', '094926.490000', '094926.492000', '094926.495000', '094926.497000', '094926.500000', '094926.503000', '094926.505000', '094926.508000', '094926.510000', '094926.513000', '094926.516000', '094926.518000', '094926.521000', '094926.523000', '094926.526000', '094926.528000', '094926.531000', '094926.534000', '094926.536000', '094926.539000', '094946.430000', '094946.432000', '094946.435000', '094946.438000', '094946.440000', '094946.443000', '094946.445000', '094946.448000', '094946.451000', '094946.453000', '094946.456000', '094946.458000', '094946.461000', '094946.464000', '094946.466000', '094946.469000', '094946.471000', '094946.474000', '094946.476000', '094946.479000', '094946.482000', '094946.484000', '094946.487000', '094946.489000', '094946.492000', '094946.495000', '094946.497000', '094946.500000', '094946.502000', '094946.505000', '094946.508000', '094946.510000', '094946.513000', '094946.515000', '094946.518000', '094946.521000', '094946.523000', '094946.526000', '094946.529000', '094946.531000', '094946.534000', '094946.536000', '094946.539000', '094946.541000', '095006.430000', '095006.432000', '095006.435000', '095006.438000', '095006.440000', '095006.443000', '095006.445000', '095006.448000', '095006.450000', '095006.453000', '095006.456000', '095006.458000', '095006.461000', '095006.463000', '095006.466000', '095006.469000', '095006.471000', '095006.474000', '095006.476000', '095006.479000', '095006.481000', '095006.484000', '095006.487000', '095006.489000', '095006.492000', '095006.494000', '095006.497000', '095006.500000', '095006.502000', '095006.505000', '095006.507000', '095006.510000', '095006.513000', '095006.515000', '095006.518000', '095006.520000', '095006.523000', '095006.525000', '095006.528000', '095006.531000', '095006.533000', '095006.536000', '095006.538000', '095026.429000', '095026.432000', '095026.435000', '095026.437000', '095026.440000', '095026.443000', '095026.445000', '095026.448000', '095026.450000', '095026.453000', '095026.456000', '095026.458000', '095026.461000', '095026.463000', '095026.466000', '095026.468000', '095026.471000', '095026.474000', '095026.476000', '095026.479000', '095026.481000', '095026.484000', '095026.487000', '095026.489000', '095026.492000', '095026.494000', '095026.497000', '095026.500000', '095026.502000', '095026.505000', '095026.507000', '095026.510000', '095026.512000', '095026.515000', '095026.518000', '095026.520000', '095026.523000', '095026.525000', '095026.528000', '095026.531000', '095026.537000', '095026.539000', '095026.542000', '095026.545000', '095046.429000', '095046.432000', '095046.435000', '095046.438000', '095046.440000', '095046.443000', '095046.445000', '095046.448000', '095046.450000', '095046.453000', '095046.456000', '095046.458000', '095046.461000', '095046.464000', '095046.466000', '095046.469000', '095046.471000', '095046.474000', '095046.476000', '095046.479000', '095046.482000', '095046.484000', '095046.487000', '095046.489000', '095046.492000', '095046.495000', '095046.497000', '095046.500000', '095046.502000', '095046.505000', '095046.508000', '095046.510000', '095046.513000', '095046.516000', '095046.518000', '095046.521000', '095046.523000', '095046.526000', '095046.529000', '095046.531000', '095046.536000', '095046.538000', '095046.541000', '095106.430000', '095106.433000', '095106.435000', '095106.438000', '095106.440000', '095106.443000', '095106.445000', '095106.448000', '095106.451000', '095106.453000', '095106.456000', '095106.458000', '095106.461000', '095106.464000', '095106.466000', '095106.469000', '095106.472000', '095106.474000', '095106.477000', '095106.479000', '095106.482000', '095106.485000', '095106.487000', '095106.490000', '095106.492000', '095106.495000', '095106.498000', '095106.500000', '095106.503000', '095106.505000', '095106.508000', '095106.511000', '095106.513000', '095106.516000', '095106.518000', '095106.521000', '095106.523000', '095106.526000', '095106.529000', '095106.543000', '095106.545000', '095106.548000', '095106.551000', '095106.553000', '095126.430000', '095126.432000', '095126.435000', '095126.438000', '095126.440000', '095126.443000', '095126.445000', '095126.448000', '095126.451000', '095126.453000', '095126.456000', '095126.458000', '095126.461000', '095126.464000', '095126.466000', '095126.469000', '095126.471000', '095126.474000', '095126.476000', '095126.479000', '095126.482000', '095126.484000', '095126.487000', '095126.490000', '095126.492000', '095126.495000', '095126.497000', '095126.500000', '095126.503000', '095126.505000', '095126.508000', '095126.510000', '095126.513000', '095126.515000', '095126.518000', '095126.521000', '095126.523000', '095126.526000', '095126.528000', '095126.531000', '095126.534000', '095126.536000', '095126.539000', '095143.634000', '095143.637000', '095143.639000', '095143.642000', '095143.645000', '095143.647000', '095143.650000', '095143.665000', '095143.668000', '095143.671000', '095143.674000', '095143.677000', '095143.680000', '095143.684000', '095143.686000', '095143.689000', '095143.692000', '095143.695000', '095143.698000', '095143.701000', '095143.703000', '095143.706000', '095143.709000', '095143.712000', '095143.724000', '095143.727000', '095143.730000', '095143.732000', '095143.735000', '095143.739000', '095143.741000', '095143.744000', '095143.747000', '095143.750000', '095143.753000', '095143.759000', '095143.762000', '095143.765000'], 'InstanceCreationTime': ['094546.474000', '094546.483000', '094546.486000', '094546.488000', '094546.491000', '094546.493000', '094546.496000', '094546.498000', '094546.501000', '094546.503000', '094546.506000', '094546.509000', '094546.511000', '094546.539000', '094546.541000', '094546.544000', '094546.546000', '094546.549000', '094546.551000', '094546.554000', '094546.557000', '094546.559000', '094546.562000', '094546.564000', '094546.567000', '094546.569000', '094546.572000', '094546.574000', '094546.577000', '094546.580000', '094546.582000', '094546.585000', '094546.587000', '094546.590000', '094546.592000', '094546.595000', '094546.598000', '094546.601000', '094546.603000', '094546.606000', '094546.608000', '094546.611000', '094546.613000', '094546.616000', '094546.618000', '094546.621000', '094546.624000', '094546.626000', '094546.629000', '094546.631000', '094546.634000', '094546.636000', '094546.639000', '094546.642000', '094546.644000', '094546.650000', '094546.653000', '094546.656000', '094546.658000', '094546.661000', '094546.663000', '094546.666000', '094606.429000', '094606.432000', '094606.435000', '094606.437000', '094606.440000', '094606.443000', '094606.445000', '094606.448000', '094606.450000', '094606.453000', '094606.456000', '094606.458000', '094606.461000', '094606.463000', '094606.466000', '094606.469000', '094606.471000', '094606.474000', '094606.476000', '094606.479000', '094606.481000', '094606.484000', '094606.487000', '094606.489000', '094606.492000', '094606.495000', '094606.499000', '094606.509000', '094606.512000', '094606.515000', '094606.517000', '094606.520000', '094606.522000', '094606.525000', '094606.528000', '094606.530000', '094606.533000', '094606.535000', '094606.538000', '094606.540000', '094606.543000', '094606.546000', '094606.548000', '094626.430000', '094626.433000', '094626.441000', '094626.444000', '094626.446000', '094626.449000', '094626.451000', '094626.454000', '094626.457000', '094626.459000', '094626.462000', '094626.464000', '094626.467000', '094626.469000', '094626.472000', '094626.475000', '094626.477000', '094626.480000', '094626.482000', '094626.485000', '094626.487000', '094626.490000', '094626.493000', '094626.495000', '094626.498000', '094626.500000', '094626.503000', '094626.506000', '094626.508000', '094626.511000', '094626.513000', '094626.516000', '094626.518000', '094626.521000', '094626.524000', '094626.526000', '094626.529000', '094626.531000', '094626.534000', '094626.536000', '094626.539000', '094626.541000', '094626.544000', '094626.547000', '094646.429000', '094646.432000', '094646.435000', '094646.437000', '094646.440000', '094646.443000', '094646.445000', '094646.448000', '094646.450000', '094646.453000', '094646.456000', '094646.458000', '094646.461000', '094646.463000', '094646.466000', '094646.469000', '094646.471000', '094646.474000', '094646.476000', '094646.479000', '094646.482000', '094646.485000', '094646.488000', '094646.490000', '094646.493000', '094646.496000', '094646.498000', '094646.501000', '094646.503000', '094646.506000', '094646.508000', '094646.511000', '094646.514000', '094646.516000', '094646.519000', '094646.522000', '094646.524000', '094646.527000', '094646.529000', '094646.532000', '094646.534000', '094646.537000', '094646.539000', '094706.430000', '094706.433000', '094706.435000', '094706.438000', '094706.440000', '094706.443000', '094706.445000', '094706.448000', '094706.451000', '094706.453000', '094706.456000', '094706.458000', '094706.461000', '094706.463000', '094706.466000', '094706.469000', '094706.471000', '094706.474000', '094706.476000', '094706.479000', '094706.481000', '094706.484000', '094706.487000', '094706.489000', '094706.492000', '094706.494000', '094706.497000', '094706.500000', '094706.502000', '094706.505000', '094706.507000', '094706.510000', '094706.513000', '094706.515000', '094706.518000', '094706.520000', '094706.523000', '094706.526000', '094706.528000', '094706.531000', '094706.533000', '094706.536000', '094706.538000', '094706.541000', '094726.429000', '094726.432000', '094726.435000', '094726.437000', '094726.440000', '094726.442000', '094726.445000', '094726.448000', '094726.450000', '094726.453000', '094726.455000', '094726.458000', '094726.461000', '094726.463000', '094726.466000', '094726.469000', '094726.471000', '094726.474000', '094726.477000', '094726.479000', '094726.482000', '094726.484000', '094726.487000', '094726.490000', '094726.492000', '094726.495000', '094726.498000', '094726.500000', '094726.503000', '094726.505000', '094726.508000', '094726.510000', '094726.513000', '094726.516000', '094726.518000', '094726.521000', '094726.523000', '094726.526000', '094726.529000', '094726.531000', '094726.534000', '094726.538000', '094726.540000', '094746.430000', '094746.432000', '094746.435000', '094746.438000', '094746.440000', '094746.443000', '094746.445000', '094746.448000', '094746.451000', '094746.453000', '094746.456000', '094746.458000', '094746.461000', '094746.463000', '094746.466000', '094746.469000', '094746.471000', '094746.474000', '094746.477000', '094746.479000', '094746.482000', '094746.484000', '094746.487000', '094746.490000', '094746.492000', '094746.495000', '094746.497000', '094746.500000', '094746.502000', '094746.506000', '094746.509000', '094746.511000', '094746.514000', '094746.516000', '094746.519000', '094746.522000', '094746.524000', '094746.527000', '094746.529000', '094746.532000', '094746.535000', '094746.537000', '094746.540000', '094746.542000', '094806.429000', '094806.432000', '094806.435000', '094806.438000', '094806.440000', '094806.443000', '094806.445000', '094806.448000', '094806.451000', '094806.453000', '094806.456000', '094806.458000', '094806.461000', '094806.463000', '094806.466000', '094806.469000', '094806.471000', '094806.474000', '094806.476000', '094806.479000', '094806.482000', '094806.484000', '094806.487000', '094806.489000', '094806.492000', '094806.495000', '094806.497000', '094806.500000', '094806.502000', '094806.505000', '094806.507000', '094806.510000', '094806.513000', '094806.515000', '094806.518000', '094806.521000', '094806.523000', '094806.526000', '094806.529000', '094806.531000', '094806.534000', '094806.536000', '094806.549000', '094826.429000', '094826.432000', '094826.435000', '094826.437000', '094826.440000', '094826.443000', '094826.445000', '094826.448000', '094826.450000', '094826.453000', '094826.455000', '094826.458000', '094826.461000', '094826.463000', '094826.466000', '094826.468000', '094826.471000', '094826.474000', '094826.476000', '094826.479000', '094826.481000', '094826.484000', '094826.486000', '094826.489000', '094826.492000', '094826.494000', '094826.497000', '094826.499000', '094826.502000', '094826.505000', '094826.507000', '094826.510000', '094826.513000', '094826.515000', '094826.518000', '094826.520000', '094826.523000', '094826.525000', '094826.528000', '094826.531000', '094826.533000', '094826.536000', '094826.538000', '094826.541000', '094846.429000', '094846.432000', '094846.435000', '094846.437000', '094846.440000', '094846.442000', '094846.445000', '094846.448000', '094846.450000', '094846.453000', '094846.455000', '094846.458000', '094846.461000', '094846.463000', '094846.466000', '094846.468000', '094846.471000', '094846.474000', '094846.476000', '094846.479000', '094846.481000', '094846.484000', '094846.486000', '094846.489000', '094846.492000', '094846.494000', '094846.497000', '094846.500000', '094846.502000', '094846.515000', '094846.517000', '094846.520000', '094846.522000', '094846.525000', '094846.528000', '094846.542000', '094846.544000', '094846.547000', '094846.550000', '094846.552000', '094846.555000', '094846.557000', '094846.560000', '094906.430000', '094906.432000', '094906.435000', '094906.438000', '094906.440000', '094906.443000', '094906.445000', '094906.448000', '094906.450000', '094906.453000', '094906.456000', '094906.458000', '094906.461000', '094906.463000', '094906.466000', '094906.469000', '094906.471000', '094906.474000', '094906.476000', '094906.479000', '094906.482000', '094906.484000', '094906.487000', '094906.489000', '094906.492000', '094906.494000', '094906.497000', '094906.500000', '094906.502000', '094906.505000', '094906.507000', '094906.510000', '094906.513000', '094906.515000', '094906.518000', '094906.520000', '094906.523000', '094906.526000', '094906.528000', '094906.531000', '094906.533000', '094906.536000', '094906.538000', '094906.541000', '094926.430000', '094926.432000', '094926.435000', '094926.438000', '094926.440000', '094926.443000', '094926.445000', '094926.448000', '094926.450000', '094926.453000', '094926.456000', '094926.458000', '094926.461000', '094926.464000', '094926.466000', '094926.469000', '094926.471000', '094926.474000', '094926.477000', '094926.479000', '094926.482000', '094926.484000', '094926.487000', '094926.490000', '094926.492000', '094926.495000', '094926.497000', '094926.500000', '094926.503000', '094926.505000', '094926.508000', '094926.510000', '094926.513000', '094926.516000', '094926.518000', '094926.521000', '094926.523000', '094926.526000', '094926.528000', '094926.531000', '094926.534000', '094926.536000', '094926.539000', '094946.430000', '094946.432000', '094946.435000', '094946.438000', '094946.440000', '094946.443000', '094946.445000', '094946.448000', '094946.451000', '094946.453000', '094946.456000', '094946.458000', '094946.461000', '094946.464000', '094946.466000', '094946.469000', '094946.471000', '094946.474000', '094946.476000', '094946.479000', '094946.482000', '094946.484000', '094946.487000', '094946.489000', '094946.492000', '094946.495000', '094946.497000', '094946.500000', '094946.502000', '094946.505000', '094946.508000', '094946.510000', '094946.513000', '094946.515000', '094946.518000', '094946.521000', '094946.523000', '094946.526000', '094946.529000', '094946.531000', '094946.534000', '094946.536000', '094946.539000', '094946.541000', '095006.430000', '095006.432000', '095006.435000', '095006.438000', '095006.440000', '095006.443000', '095006.445000', '095006.448000', '095006.450000', '095006.453000', '095006.456000', '095006.458000', '095006.461000', '095006.463000', '095006.466000', '095006.469000', '095006.471000', '095006.474000', '095006.476000', '095006.479000', '095006.481000', '095006.484000', '095006.487000', '095006.489000', '095006.492000', '095006.494000', '095006.497000', '095006.500000', '095006.502000', '095006.505000', '095006.507000', '095006.510000', '095006.513000', '095006.515000', '095006.518000', '095006.520000', '095006.523000', '095006.525000', '095006.528000', '095006.531000', '095006.533000', '095006.536000', '095006.538000', '095026.429000', '095026.432000', '095026.435000', '095026.437000', '095026.440000', '095026.443000', '095026.445000', '095026.448000', '095026.450000', '095026.453000', '095026.456000', '095026.458000', '095026.461000', '095026.463000', '095026.466000', '095026.468000', '095026.471000', '095026.474000', '095026.476000', '095026.479000', '095026.481000', '095026.484000', '095026.487000', '095026.489000', '095026.492000', '095026.494000', '095026.497000', '095026.500000', '095026.502000', '095026.505000', '095026.507000', '095026.510000', '095026.512000', '095026.515000', '095026.518000', '095026.520000', '095026.523000', '095026.525000', '095026.528000', '095026.531000', '095026.537000', '095026.539000', '095026.542000', '095026.545000', '095046.429000', '095046.432000', '095046.435000', '095046.438000', '095046.440000', '095046.443000', '095046.445000', '095046.448000', '095046.450000', '095046.453000', '095046.456000', '095046.458000', '095046.461000', '095046.464000', '095046.466000', '095046.469000', '095046.471000', '095046.474000', '095046.476000', '095046.479000', '095046.482000', '095046.484000', '095046.487000', '095046.489000', '095046.492000', '095046.495000', '095046.497000', '095046.500000', '095046.502000', '095046.505000', '095046.508000', '095046.510000', '095046.513000', '095046.516000', '095046.518000', '095046.521000', '095046.523000', '095046.526000', '095046.529000', '095046.531000', '095046.536000', '095046.538000', '095046.541000', '095106.430000', '095106.433000', '095106.435000', '095106.438000', '095106.440000', '095106.443000', '095106.445000', '095106.448000', '095106.451000', '095106.453000', '095106.456000', '095106.458000', '095106.461000', '095106.464000', '095106.466000', '095106.469000', '095106.472000', '095106.474000', '095106.477000', '095106.479000', '095106.482000', '095106.485000', '095106.487000', '095106.490000', '095106.492000', '095106.495000', '095106.498000', '095106.500000', '095106.503000', '095106.505000', '095106.508000', '095106.511000', '095106.513000', '095106.516000', '095106.518000', '095106.521000', '095106.523000', '095106.526000', '095106.529000', '095106.543000', '095106.545000', '095106.548000', '095106.551000', '095106.553000', '095126.430000', '095126.432000', '095126.435000', '095126.438000', '095126.440000', '095126.443000', '095126.445000', '095126.448000', '095126.451000', '095126.453000', '095126.456000', '095126.458000', '095126.461000', '095126.464000', '095126.466000', '095126.469000', '095126.471000', '095126.474000', '095126.476000', '095126.479000', '095126.482000', '095126.484000', '095126.487000', '095126.490000', '095126.492000', '095126.495000', '095126.497000', '095126.500000', '095126.503000', '095126.505000', '095126.508000', '095126.510000', '095126.513000', '095126.515000', '095126.518000', '095126.521000', '095126.523000', '095126.526000', '095126.528000', '095126.531000', '095126.534000', '095126.536000', '095126.539000', '095143.634000', '095143.637000', '095143.639000', '095143.642000', '095143.645000', '095143.647000', '095143.650000', '095143.665000', '095143.668000', '095143.671000', '095143.674000', '095143.677000', '095143.680000', '095143.684000', '095143.686000', '095143.689000', '095143.692000', '095143.695000', '095143.698000', '095143.701000', '095143.703000', '095143.706000', '095143.709000', '095143.712000', '095143.724000', '095143.727000', '095143.730000', '095143.732000', '095143.735000', '095143.739000', '095143.741000', '095143.744000', '095143.747000', '095143.750000', '095143.753000', '095143.759000', '095143.762000', '095143.765000'], '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': [13668, 11201, 12440, 10352, 15653, 10405, 15928, 11389, 12378, 10282, 15962, 10474, 13723, 11398, 11034, 9368, 11550, 9437, 12218, 9119, 11021, 8783, 10589, 8875, 10950, 9990, 10547, 8874, 10539, 9043, 11681, 11997, 10332, 12392, 10193, 16336, 10544, 13128, 11117, 12145, 9650, 12605, 10089, 13114, 10125, 13230, 9659, 12014, 10300, 10393, 12076, 10129, 9763, 10124, 12865, 9827, 15918, 11258, 12911, 10430, 12739, 8939, 12200, 10550, 9837, 12949, 9945, 14236, 10869, 14484, 10274, 10431, 10128, 9051, 10504, 9688, 12709, 9900, 12764, 10056, 14078, 10293, 9360, 10217, 10048, 11928, 10152, 15503, 10571, 12837, 10065, 10762, 11251, 9302, 12499, 9328, 12617, 11348, 10175, 10170, 9672, 9745, 11650, 9829, 12321, 9770, 14346, 10162, 14922, 11454, 10885, 10035, 15175, 10319, 15906, 11085, 9388, 10128, 9449, 10399, 11845, 10929, 10131, 10728, 9482, 12910, 11104, 12659, 10256, 12865, 9965, 13453, 10893, 12578, 10600, 12272, 9691, 13102, 9972, 12834, 10050, 12461, 10661, 11655, 10297, 11034, 10161, 10612, 9782, 11561, 10734, 10917, 10299, 10282, 9440, 10347, 15411, 10406, 14940, 10307, 14089, 10530, 12777, 10515, 11823, 9649, 11978, 9946, 12260, 10542, 11036, 10499, 10274, 15859, 10365, 13216, 10738, 11994, 10302, 11635, 9512, 10884, 10892, 10027, 14786, 10208, 12463, 10201, 14202, 9852, 13302, 10834, 14666, 10460, 12550, 9705, 11990, 11603, 10323, 13394, 10085, 13423, 10332, 11974, 9192, 10769, 9098, 10722, 9321, 10886, 10151, 10430, 16373, 11042, 12035, 10332, 11028, 9498, 10770, 14374, 10324, 13905, 10155, 13035, 10430, 12383, 10055, 11100, 9792, 10396, 9316, 11344, 12072, 10278, 10904, 10345, 15628, 10056, 14033, 11032, 11260, 9710, 10478, 10521, 10441, 16280, 10572, 15261, 10677, 12003, 10267, 11151, 11131, 10360, 9209, 10351, 15180, 9902, 13731, 11412, 11325, 10107, 11556, 10035, 11467, 13378, 10163, 11466, 10319, 14355, 10329, 11972, 10947, 10546, 9595, 10205, 14504, 10461, 12010, 11012, 10366, 10221, 10102, 17426, 10664, 12811, 9582, 10696, 9830, 10117, 14695, 10306, 13418, 10728, 11109, 9507, 10614, 10217, 10561, 14990, 10218, 9179, 10124, 9913, 10650, 13525, 10738, 10307, 10324, 9263, 11756, 9538, 11710, 10185, 13955, 9999, 9476, 10626, 9899, 15610, 12128, 12350, 14120, 10522, 10142, 10227, 10006, 11884, 10864, 13793, 10180, 10037, 14957, 10828, 16013, 12737, 11368, 12737, 10406, 16610, 13398, 12744, 12091, 9815, 10430, 9883, 9596, 11176, 9109, 13134, 9979, 12597, 9681, 9452, 11214, 10597, 15362, 10216, 9174, 9839, 9337, 12637, 10707, 12454, 10509, 13661, 10680, 11022, 10367, 9716, 11735, 10605, 9566, 10156, 10327, 11955, 10404, 13681, 10511, 14235, 10178, 12956, 10595, 11297, 9659, 10838, 10501, 10465, 10732, 11674, 10869, 11714, 10786, 11119, 9517, 10506, 10168, 10582, 9448, 10544, 10459, 10737, 16310, 10652, 15602, 10136, 11816, 10036, 10819, 10407, 10394, 9843, 10520, 14032, 10455, 12733, 10889, 14422, 9915, 14161, 10003, 12796, 10505, 14672, 9826, 12429, 10648, 11648, 11741, 10270, 9082, 10329, 15704, 10338, 13242, 11078, 13615, 10249, 14924, 10135, 12451, 11506, 11227, 10054, 11645, 9999, 10408, 14816, 10298, 14159, 10464, 15116, 10123, 11872, 10723, 11457, 10314, 11233, 10897, 11289, 10454, 10502, 9674, 10486, 13332, 10020, 16092, 10661, 12480, 10233, 11139, 9868, 10615, 10050, 10333, 10013, 10385, 13343, 10354, 13851, 10358, 12260, 10020, 16462, 10229, 13144, 11305, 11708, 10565, 12022, 10876, 11558, 10516, 10250, 9768, 10380, 10549, 9706, 16986, 10283, 13074, 10326, 14925, 10153, 12647, 10478, 11007, 10397, 11233, 9008, 10527, 13618, 10113, 9784, 10371, 12614, 10183, 16822, 10196, 14205, 10151, 12371, 10521, 11404, 12446, 9834, 11006, 10108, 13074, 10478, 10445, 10506, 10264, 10064, 10209, 15488, 10316, 12359, 10574, 10800, 10337, 12441, 10715, 12187, 10613, 10741, 8899, 10451, 11733, 9976, 14954, 10782, 12343, 10516, 11172, 9814, 10317, 13518, 9966, 9203, 10269, 13791, 10591, 10475, 10665, 10232, 9640, 10396, 9344, 10439, 11533, 10190, 10024, 9750, 14647, 9827, 10413, 16312, 10199, 13796, 10475, 10670, 12267, 9812, 15213, 10154, 14165, 10051, 13236, 10493, 11566, 10391, 9788, 13555, 10061, 13348, 11200, 10740, 10350, 9840, 10063, 9831, 9875, 9773, 16320, 9954, 13316, 10322, 11563, 10292, 9953, 16461, 9959, 13121, 10080, 11600, 10299, 10465, 10535, 9884, 9847, 10002, 8734, 10549, 9725, 12238, 10030, 12230, 10292, 11028, 11286, 10386, 12515, 10661, 10958, 10142, 11120, 10738, 10878, 11846, 10551, 14429, 11131, 12280, 9378, 10037, 16706, 12338, 13856, 18343, 15775, 13722, 17954, 11279, 10373, 13052, 14045, 16018, 10504, 11928, 9261, 12832, 9838, 13155, 10365, 9316, 15858, 10501, 9423, 13287, 9272, 10616, 9217, 8431, 12582, 9397, 10370, 10572, 10804, 11242, 9921, 8938, 11410, 10226, 9966, 10348, 8869, 10811, 10442, 14182, 10689, 10245, 10597, 10522, 11953, 11763, 12024, 11163, 10412, 10610, 10272, 10200, 11032, 11953, 11854, 10736, 13875, 10623, 12671, 11050, 11431, 10938, 10457, 10986, 10152, 10394, 11202, 9892, 12182, 10757, 11454, 10197, 10426, 10859, 10440, 16066, 10118, 12358, 11177, 10667, 10956, 11027, 11202, 11010, 11948, 10745, 10816, 12152, 11384, 10703, 12652, 10065, 13537, 10666, 14392, 10308, 14200, 10627, 11831, 10701, 12135, 10332, 12956, 10483, 11723, 14501, 10314, 11856, 10760, 11896, 9688, 10367, 13632, 10383, 10190, 10255, 10266, 10569, 12012, 12295, 10996, 11185, 10330, 12668, 11250, 11692, 10995, 9458, 14741, 10004, 14660, 11001, 11688, 14930, 10287, 9840, 10187, 11331, 10138, 12551, 9973, 9785, 10304, 10279, 10229, 13103, 9925, 9899, 9767, 10142, 10155, 10506, 11346, 8653, 12326, 10847, 12468, 10176, 12497, 9784, 12159, 10007, 12022, 9891, 14303, 9780, 15394, 9978, 12698, 10107, 9817, 9964, 10140, 11664, 10817, 12539, 10326, 12726, 10703, 10772, 12314, 11080, 10431, 10993, 10809, 11841, 10976, 10588, 12769], 'WindowCenter': [4547.0, 4512.0, 4507.0, 4486.0, 4513.0, 4473.0, 4500.0, 4482.0, 4478.0, 4469.0, 4497.0, 4468.0, 4491.0, 4468.0, 4454.0, 4444.0, 4453.0, 4444.0, 4465.0, 4443.0, 4455.0, 4435.0, 4456.0, 4448.0, 4467.0, 4456.0, 4466.0, 4448.0, 4467.0, 4446.0, 4479.0, 4477.0, 4458.0, 4475.0, 4456.0, 4485.0, 4467.0, 4477.0, 4466.0, 4463.0, 4445.0, 4463.0, 4455.0, 4474.0, 4455.0, 4472.0, 4445.0, 4464.0, 4443.0, 4444.0, 4464.0, 4444.0, 4442.0, 4454.0, 4463.0, 4444.0, 4483.0, 4454.0, 4463.0, 4454.0, 4463.0, 4433.0, 4463.0, 4442.0, 4442.0, 4461.0, 4443.0, 4473.0, 4452.0, 4474.0, 4454.0, 4453.0, 4465.0, 4448.0, 4469.0, 4470.0, 4490.0, 4484.0, 4501.0, 4471.0, 4501.0, 4481.0, 4475.0, 4486.0, 4472.0, 4491.0, 4484.0, 4513.0, 4483.0, 4490.0, 4460.0, 4469.0, 4470.0, 4447.0, 4478.0, 4447.0, 4479.0, 4468.0, 4455.0, 4443.0, 4444.0, 4444.0, 4465.0, 4456.0, 4475.0, 4456.0, 4484.0, 4456.0, 4487.0, 4478.0, 4467.0, 4459.0, 4487.0, 4458.0, 4497.0, 4467.0, 4445.0, 4456.0, 4446.0, 4456.0, 4466.0, 4456.0, 4455.0, 4455.0, 4444.0, 4476.0, 4454.0, 4475.0, 4454.0, 4464.0, 4444.0, 4462.0, 4453.0, 4463.0, 4443.0, 4462.0, 4444.0, 4463.0, 4443.0, 4461.0, 4443.0, 4462.0, 4440.0, 4451.0, 4441.0, 4441.0, 4442.0, 4443.0, 4442.0, 4453.0, 4453.0, 4453.0, 4441.0, 4443.0, 4442.0, 4442.0, 4471.0, 4454.0, 4482.0, 4455.0, 4474.0, 4454.0, 4474.0, 4455.0, 4463.0, 4444.0, 4464.0, 4444.0, 4464.0, 4453.0, 4454.0, 4442.0, 4445.0, 4472.0, 4442.0, 4462.0, 4442.0, 4450.0, 4441.0, 4449.0, 4431.0, 4451.0, 4452.0, 4443.0, 4471.0, 4443.0, 4461.0, 4453.0, 4471.0, 4443.0, 4472.0, 4455.0, 4483.0, 4455.0, 4473.0, 4445.0, 4464.0, 4464.0, 4453.0, 4472.0, 4455.0, 4473.0, 4454.0, 4464.0, 4444.0, 4465.0, 4445.0, 4465.0, 4456.0, 4467.0, 4454.0, 4466.0, 4496.0, 4467.0, 4475.0, 4467.0, 4466.0, 4455.0, 4465.0, 4485.0, 4456.0, 4485.0, 4467.0, 4474.0, 4467.0, 4475.0, 4456.0, 4457.0, 4445.0, 4456.0, 4446.0, 4468.0, 4476.0, 4457.0, 4455.0, 4457.0, 4485.0, 4444.0, 4474.0, 4454.0, 4451.0, 4443.0, 4453.0, 4453.0, 4455.0, 4484.0, 4455.0, 4483.0, 4454.0, 4464.0, 4455.0, 4466.0, 4465.0, 4456.0, 4445.0, 4456.0, 4485.0, 4456.0, 4476.0, 4466.0, 4463.0, 4455.0, 4465.0, 4456.0, 4466.0, 4475.0, 4455.0, 4463.0, 4456.0, 4485.0, 4455.0, 4467.0, 4454.0, 4455.0, 4444.0, 4455.0, 4475.0, 4455.0, 4463.0, 4453.0, 4454.0, 4443.0, 4455.0, 4483.0, 4453.0, 4463.0, 4443.0, 4453.0, 4441.0, 4454.0, 4473.0, 4455.0, 4474.0, 4455.0, 4454.0, 4443.0, 4455.0, 4454.0, 4456.0, 4484.0, 4455.0, 4445.0, 4458.0, 4457.0, 4468.0, 4488.0, 4469.0, 4459.0, 4471.0, 4459.0, 4468.0, 4456.0, 4479.0, 4481.0, 4486.0, 4469.0, 4458.0, 4469.0, 4471.0, 4501.0, 4481.0, 4481.0, 4487.0, 4467.0, 4468.0, 4456.0, 4460.0, 4466.0, 4455.0, 4485.0, 4470.0, 4470.0, 4501.0, 4468.0, 4488.0, 4465.0, 4441.0, 4453.0, 4429.0, 4461.0, 4436.0, 4428.0, 4413.0, 4403.0, 4402.0, 4402.0, 4401.0, 4411.0, 4392.0, 4432.0, 4414.0, 4433.0, 4415.0, 4416.0, 4437.0, 4439.0, 4459.0, 4440.0, 4420.0, 4430.0, 4431.0, 4461.0, 4443.0, 4462.0, 4454.0, 4474.0, 4455.0, 4454.0, 4456.0, 4445.0, 4465.0, 4454.0, 4445.0, 4456.0, 4467.0, 4477.0, 4467.0, 4488.0, 4469.0, 4487.0, 4467.0, 4476.0, 4455.0, 4454.0, 4444.0, 4453.0, 4454.0, 4454.0, 4465.0, 4466.0, 4466.0, 4466.0, 4465.0, 4465.0, 4443.0, 4455.0, 4454.0, 4455.0, 4443.0, 4466.0, 4455.0, 4466.0, 4484.0, 4455.0, 4484.0, 4455.0, 4463.0, 4443.0, 4453.0, 4453.0, 4453.0, 4442.0, 4455.0, 4472.0, 4465.0, 4474.0, 4465.0, 4482.0, 4457.0, 4485.0, 4468.0, 4477.0, 4469.0, 4488.0, 4470.0, 4477.0, 4466.0, 4478.0, 4467.0, 4456.0, 4434.0, 4456.0, 4484.0, 4456.0, 4475.0, 4466.0, 4485.0, 4468.0, 4495.0, 4468.0, 4476.0, 4477.0, 4468.0, 4468.0, 4478.0, 4456.0, 4467.0, 4484.0, 4456.0, 4476.0, 4466.0, 4484.0, 4457.0, 4465.0, 4477.0, 4465.0, 4458.0, 4466.0, 4466.0, 4466.0, 4455.0, 4455.0, 4444.0, 4455.0, 4473.0, 4454.0, 4485.0, 4455.0, 4463.0, 4454.0, 4453.0, 4444.0, 4455.0, 4443.0, 4454.0, 4441.0, 4454.0, 4472.0, 4455.0, 4473.0, 4454.0, 4462.0, 4454.0, 4483.0, 4455.0, 4473.0, 4463.0, 4462.0, 4453.0, 4463.0, 4452.0, 4453.0, 4452.0, 4443.0, 4441.0, 4452.0, 4452.0, 4444.0, 4482.0, 4453.0, 4471.0, 4453.0, 4483.0, 4455.0, 4474.0, 4455.0, 4464.0, 4455.0, 4464.0, 4433.0, 4454.0, 4473.0, 4442.0, 4441.0, 4452.0, 4460.0, 4453.0, 4492.0, 4455.0, 4484.0, 4456.0, 4474.0, 4466.0, 4467.0, 4473.0, 4454.0, 4453.0, 4453.0, 4462.0, 4452.0, 4453.0, 4440.0, 4453.0, 4442.0, 4454.0, 4482.0, 4453.0, 4462.0, 4454.0, 4453.0, 4455.0, 4474.0, 4466.0, 4473.0, 4455.0, 4454.0, 4434.0, 4457.0, 4463.0, 4454.0, 4484.0, 4453.0, 4462.0, 4454.0, 4453.0, 4441.0, 4454.0, 4471.0, 4443.0, 4443.0, 4453.0, 4474.0, 4453.0, 4452.0, 4451.0, 4452.0, 4444.0, 4453.0, 4445.0, 4467.0, 4475.0, 4467.0, 4456.0, 4458.0, 4487.0, 4445.0, 4456.0, 4484.0, 4454.0, 4472.0, 4452.0, 4452.0, 4460.0, 4442.0, 4470.0, 4442.0, 4470.0, 4441.0, 4460.0, 4439.0, 4450.0, 4429.0, 4430.0, 4457.0, 4430.0, 4459.0, 4447.0, 4438.0, 4427.0, 4428.0, 4428.0, 4440.0, 4428.0, 4442.0, 4481.0, 4441.0, 4460.0, 4440.0, 4451.0, 4438.0, 4441.0, 4471.0, 4431.0, 4460.0, 4440.0, 4450.0, 4441.0, 4453.0, 4452.0, 4443.0, 4453.0, 4468.0, 4459.0, 4468.0, 4469.0, 4493.0, 4469.0, 4488.0, 4483.0, 4481.0, 4483.0, 4451.0, 4457.0, 4448.0, 4455.0, 4444.0, 4455.0, 4452.0, 4454.0, 4464.0, 4457.0, 4476.0, 4456.0, 4479.0, 4458.0, 4458.0, 4499.0, 4480.0, 4479.0, 4489.0, 4464.0, 4462.0, 4470.0, 4426.0, 4415.0, 4449.0, 4435.0, 4444.0, 4402.0, 4411.0, 4392.0, 4435.0, 4404.0, 4421.0, 4399.0, 4402.0, 4442.0, 4411.0, 4403.0, 4431.0, 4404.0, 4414.0, 4404.0, 4395.0, 4436.0, 4420.0, 4431.0, 4440.0, 4451.0, 4440.0, 4431.0, 4432.0, 4453.0, 4455.0, 4447.0, 4458.0, 4447.0, 4467.0, 4468.0, 4489.0, 4468.0, 4457.0, 4468.0, 4468.0, 4468.0, 4476.0, 4478.0, 4467.0, 4456.0, 4453.0, 4455.0, 4455.0, 4455.0, 4466.0, 4466.0, 4468.0, 4488.0, 4468.0, 4477.0, 4466.0, 4465.0, 4455.0, 4454.0, 4453.0, 4454.0, 4455.0, 4464.0, 4455.0, 4476.0, 4466.0, 4465.0, 4455.0, 4455.0, 4455.0, 4455.0, 4485.0, 4455.0, 4464.0, 4454.0, 4453.0, 4453.0, 4453.0, 4465.0, 4466.0, 4477.0, 4466.0, 4468.0, 4476.0, 4478.0, 4469.0, 4477.0, 4458.0, 4476.0, 4456.0, 4484.0, 4456.0, 4484.0, 4466.0, 4466.0, 4467.0, 4476.0, 4469.0, 4487.0, 4469.0, 4480.0, 4487.0, 4458.0, 4466.0, 4466.0, 4465.0, 4444.0, 4456.0, 4485.0, 4466.0, 4465.0, 4467.0, 4466.0, 4468.0, 4489.0, 4489.0, 4482.0, 4490.0, 4482.0, 4502.0, 4483.0, 4480.0, 4481.0, 4470.0, 4500.0, 4470.0, 4502.0, 4455.0, 4466.0, 4476.0, 4443.0, 4432.0, 4442.0, 4450.0, 4442.0, 4462.0, 4442.0, 4441.0, 4441.0, 4441.0, 4442.0, 4462.0, 4431.0, 4429.0, 4440.0, 4440.0, 4441.0, 4441.0, 4451.0, 4420.0, 4463.0, 4451.0, 4460.0, 4442.0, 4461.0, 4443.0, 4462.0, 4443.0, 4461.0, 4442.0, 4471.0, 4442.0, 4470.0, 4441.0, 4460.0, 4441.0, 4440.0, 4442.0, 4453.0, 4463.0, 4453.0, 4463.0, 4454.0, 4477.0, 4479.0, 4475.0, 4478.0, 4468.0, 4468.0, 4479.0, 4467.0, 4476.0, 4480.0, 4467.0, 4478.0], 'WindowWidth': [9979.0, 9919.0, 9900.0, 9869.0, 9901.0, 9844.0, 9880.0, 9855.0, 9846.0, 9835.0, 9873.0, 9832.0, 9868.0, 9831.0, 9804.0, 9789.0, 9800.0, 9793.0, 9820.0, 9791.0, 9808.0, 9783.0, 9810.0, 9806.0, 9830.0, 9811.0, 9824.0, 9803.0, 9828.0, 9800.0, 9847.0, 9842.0, 9815.0, 9834.0, 9811.0, 9854.0, 9827.0, 9843.0, 9823.0, 9814.0, 9793.0, 9815.0, 9808.0, 9832.0, 9807.0, 9828.0, 9793.0, 9817.0, 9787.0, 9791.0, 9816.0, 9789.0, 9784.0, 9802.0, 9813.0, 9789.0, 9845.0, 9804.0, 9816.0, 9803.0, 9813.0, 9773.0, 9814.0, 9783.0, 9784.0, 9808.0, 9787.0, 9829.0, 9799.0, 9831.0, 9805.0, 9804.0, 9825.0, 9803.0, 9833.0, 9840.0, 9865.0, 9864.0, 9884.0, 9842.0, 9879.0, 9856.0, 9850.0, 9867.0, 9841.0, 9868.0, 9861.0, 9901.0, 9860.0, 9863.0, 9824.0, 9833.0, 9835.0, 9801.0, 9844.0, 9800.0, 9847.0, 9828.0, 9807.0, 9787.0, 9791.0, 9790.0, 9821.0, 9811.0, 9835.0, 9811.0, 9846.0, 9812.0, 9855.0, 9843.0, 9825.0, 9819.0, 9854.0, 9815.0, 9868.0, 9826.0, 9794.0, 9810.0, 9795.0, 9811.0, 9822.0, 9810.0, 9806.0, 9807.0, 9792.0, 9839.0, 9805.0, 9836.0, 9804.0, 9817.0, 9790.0, 9813.0, 9800.0, 9814.0, 9787.0, 9811.0, 9790.0, 9816.0, 9788.0, 9809.0, 9785.0, 9811.0, 9779.0, 9796.0, 9781.0, 9782.0, 9783.0, 9787.0, 9783.0, 9802.0, 9799.0, 9800.0, 9781.0, 9788.0, 9783.0, 9787.0, 9825.0, 9804.0, 9841.0, 9808.0, 9831.0, 9807.0, 9832.0, 9808.0, 9816.0, 9792.0, 9816.0, 9791.0, 9819.0, 9801.0, 9803.0, 9783.0, 9791.0, 9826.0, 9785.0, 9811.0, 9783.0, 9792.0, 9783.0, 9791.0, 9769.0, 9797.0, 9796.0, 9787.0, 9824.0, 9787.0, 9808.0, 9802.0, 9823.0, 9790.0, 9827.0, 9807.0, 9844.0, 9810.0, 9830.0, 9795.0, 9821.0, 9816.0, 9803.0, 9825.0, 9807.0, 9830.0, 9805.0, 9818.0, 9795.0, 9822.0, 9796.0, 9820.0, 9813.0, 9830.0, 9808.0, 9826.0, 9869.0, 9827.0, 9836.0, 9829.0, 9827.0, 9810.0, 9825.0, 9849.0, 9812.0, 9848.0, 9826.0, 9835.0, 9827.0, 9836.0, 9809.0, 9810.0, 9793.0, 9810.0, 9797.0, 9829.0, 9838.0, 9814.0, 9807.0, 9812.0, 9849.0, 9791.0, 9832.0, 9802.0, 9796.0, 9787.0, 9801.0, 9799.0, 9806.0, 9844.0, 9805.0, 9842.0, 9807.0, 9819.0, 9807.0, 9823.0, 9819.0, 9810.0, 9793.0, 9812.0, 9849.0, 9811.0, 9838.0, 9823.0, 9816.0, 9810.0, 9822.0, 9811.0, 9825.0, 9834.0, 9807.0, 9815.0, 9812.0, 9850.0, 9808.0, 9825.0, 9804.0, 9808.0, 9790.0, 9809.0, 9837.0, 9806.0, 9818.0, 9802.0, 9803.0, 9786.0, 9806.0, 9845.0, 9801.0, 9816.0, 9786.0, 9801.0, 9784.0, 9805.0, 9827.0, 9806.0, 9831.0, 9806.0, 9803.0, 9791.0, 9809.0, 9804.0, 9810.0, 9846.0, 9808.0, 9792.0, 9813.0, 9811.0, 9830.0, 9857.0, 9831.0, 9814.0, 9840.0, 9823.0, 9828.0, 9815.0, 9849.0, 9854.0, 9855.0, 9832.0, 9818.0, 9833.0, 9839.0, 9877.0, 9849.0, 9849.0, 9857.0, 9828.0, 9829.0, 9809.0, 9820.0, 9817.0, 9805.0, 9848.0, 9833.0, 9834.0, 9878.0, 9827.0, 9857.0, 9819.0, 9779.0, 9797.0, 9757.0, 9809.0, 9764.0, 9752.0, 9724.0, 9709.0, 9706.0, 9709.0, 9706.0, 9720.0, 9697.0, 9751.0, 9731.0, 9755.0, 9737.0, 9737.0, 9767.0, 9774.0, 9801.0, 9778.0, 9750.0, 9764.0, 9768.0, 9809.0, 9786.0, 9811.0, 9803.0, 9830.0, 9807.0, 9802.0, 9811.0, 9793.0, 9818.0, 9803.0, 9793.0, 9812.0, 9829.0, 9841.0, 9829.0, 9857.0, 9833.0, 9854.0, 9827.0, 9838.0, 9808.0, 9804.0, 9789.0, 9801.0, 9804.0, 9803.0, 9822.0, 9822.0, 9823.0, 9823.0, 9821.0, 9821.0, 9790.0, 9808.0, 9805.0, 9807.0, 9790.0, 9824.0, 9807.0, 9823.0, 9848.0, 9808.0, 9845.0, 9806.0, 9815.0, 9789.0, 9802.0, 9800.0, 9801.0, 9785.0, 9808.0, 9826.0, 9821.0, 9834.0, 9822.0, 9841.0, 9814.0, 9849.0, 9831.0, 9842.0, 9833.0, 9857.0, 9835.0, 9841.0, 9825.0, 9843.0, 9824.0, 9810.0, 9777.0, 9811.0, 9848.0, 9811.0, 9838.0, 9825.0, 9849.0, 9830.0, 9865.0, 9832.0, 9842.0, 9843.0, 9829.0, 9832.0, 9845.0, 9812.0, 9827.0, 9848.0, 9810.0, 9835.0, 9824.0, 9848.0, 9814.0, 9824.0, 9844.0, 9823.0, 9816.0, 9824.0, 9825.0, 9825.0, 9808.0, 9808.0, 9792.0, 9808.0, 9829.0, 9807.0, 9853.0, 9806.0, 9817.0, 9805.0, 9803.0, 9791.0, 9807.0, 9790.0, 9803.0, 9785.0, 9806.0, 9828.0, 9808.0, 9830.0, 9806.0, 9813.0, 9806.0, 9846.0, 9807.0, 9831.0, 9817.0, 9813.0, 9803.0, 9816.0, 9799.0, 9802.0, 9799.0, 9787.0, 9784.0, 9801.0, 9799.0, 9791.0, 9843.0, 9802.0, 9825.0, 9805.0, 9844.0, 9810.0, 9834.0, 9810.0, 9819.0, 9809.0, 9820.0, 9775.0, 9806.0, 9828.0, 9786.0, 9782.0, 9798.0, 9808.0, 9803.0, 9856.0, 9807.0, 9845.0, 9813.0, 9833.0, 9826.0, 9828.0, 9829.0, 9807.0, 9800.0, 9803.0, 9815.0, 9798.0, 9800.0, 9780.0, 9801.0, 9786.0, 9806.0, 9841.0, 9803.0, 9816.0, 9804.0, 9800.0, 9808.0, 9830.0, 9824.0, 9832.0, 9808.0, 9804.0, 9778.0, 9812.0, 9816.0, 9805.0, 9847.0, 9803.0, 9814.0, 9805.0, 9803.0, 9785.0, 9804.0, 9823.0, 9788.0, 9787.0, 9804.0, 9833.0, 9803.0, 9801.0, 9798.0, 9801.0, 9792.0, 9803.0, 9797.0, 9829.0, 9836.0, 9828.0, 9812.0, 9819.0, 9859.0, 9794.0, 9811.0, 9848.0, 9803.0, 9826.0, 9800.0, 9800.0, 9805.0, 9785.0, 9820.0, 9783.0, 9819.0, 9783.0, 9807.0, 9778.0, 9792.0, 9761.0, 9764.0, 9796.0, 9764.0, 9803.0, 9784.0, 9774.0, 9756.0, 9759.0, 9759.0, 9778.0, 9760.0, 9783.0, 9838.0, 9782.0, 9805.0, 9780.0, 9796.0, 9772.0, 9782.0, 9822.0, 9767.0, 9804.0, 9780.0, 9793.0, 9782.0, 9800.0, 9797.0, 9787.0, 9803.0, 9832.0, 9824.0, 9832.0, 9836.0, 9871.0, 9834.0, 9862.0, 9862.0, 9854.0, 9853.0, 9801.0, 9802.0, 9795.0, 9802.0, 9786.0, 9803.0, 9797.0, 9802.0, 9818.0, 9812.0, 9832.0, 9807.0, 9847.0, 9818.0, 9814.0, 9878.0, 9848.0, 9843.0, 9863.0, 9818.0, 9810.0, 9821.0, 9749.0, 9734.0, 9787.0, 9760.0, 9772.0, 9708.0, 9719.0, 9694.0, 9758.0, 9714.0, 9732.0, 9703.0, 9712.0, 9766.0, 9723.0, 9714.0, 9750.0, 9716.0, 9729.0, 9718.0, 9707.0, 9763.0, 9749.0, 9763.0, 9778.0, 9795.0, 9776.0, 9767.0, 9771.0, 9801.0, 9807.0, 9797.0, 9814.0, 9800.0, 9825.0, 9829.0, 9857.0, 9830.0, 9812.0, 9828.0, 9827.0, 9829.0, 9838.0, 9844.0, 9824.0, 9809.0, 9801.0, 9805.0, 9805.0, 9805.0, 9824.0, 9822.0, 9828.0, 9854.0, 9829.0, 9840.0, 9823.0, 9821.0, 9804.0, 9803.0, 9800.0, 9803.0, 9806.0, 9819.0, 9809.0, 9838.0, 9823.0, 9821.0, 9807.0, 9807.0, 9807.0, 9810.0, 9849.0, 9807.0, 9817.0, 9803.0, 9800.0, 9803.0, 9801.0, 9822.0, 9822.0, 9840.0, 9824.0, 9831.0, 9838.0, 9844.0, 9833.0, 9839.0, 9816.0, 9841.0, 9810.0, 9845.0, 9809.0, 9846.0, 9826.0, 9824.0, 9829.0, 9839.0, 9835.0, 9856.0, 9835.0, 9851.0, 9855.0, 9815.0, 9825.0, 9823.0, 9821.0, 9790.0, 9809.0, 9846.0, 9826.0, 9823.0, 9830.0, 9828.0, 9830.0, 9862.0, 9864.0, 9857.0, 9866.0, 9857.0, 9883.0, 9857.0, 9850.0, 9855.0, 9838.0, 9879.0, 9837.0, 9888.0, 9810.0, 9824.0, 9839.0, 9787.0, 9769.0, 9785.0, 9792.0, 9784.0, 9810.0, 9786.0, 9782.0, 9783.0, 9781.0, 9786.0, 9811.0, 9767.0, 9761.0, 9779.0, 9777.0, 9783.0, 9781.0, 9795.0, 9751.0, 9814.0, 9795.0, 9806.0, 9784.0, 9809.0, 9789.0, 9811.0, 9787.0, 9809.0, 9786.0, 9822.0, 9784.0, 9824.0, 9783.0, 9804.0, 9782.0, 9779.0, 9784.0, 9801.0, 9815.0, 9801.0, 9815.0, 9806.0, 9840.0, 9850.0, 9839.0, 9841.0, 9827.0, 9829.0, 9849.0, 9827.0, 9840.0, 9850.0, 9827.0, 9845.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.005077574671445639</td></tr>
<tr><td colspan=3>aqi</td><td>0.030176577419354835</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.42226086404306</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2989993098205737</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0751132922727273</td></tr>
<tr><td colspan=3>efc</td><td>0.4718</td></tr>
<tr><td colspan=3>fber</td><td>6464.2271</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11894913159139564</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.947431302270012</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5268100097584973</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4567870323347236</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7421022982595504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3815406986812184</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128917</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009584489278495312</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015848150476813316</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.819196849781309</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>46.7408</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.8091</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297040.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.1394</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1736</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.1581</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4749.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.2765</td></tr>
<tr><td colspan=3>tsnr</td><td>35.37543467938667</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>