<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>06aad61f4e53e2c641bacf584a095edb</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:49:0.487500</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.999564, -0.024909, -0.0158329, 0.0253017, 0.999364, 0.0251074]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0814937</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>[4152, -7778, -7192, 512, -10, -125, -15, 76]</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>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9cd31b4e-4a48-4304-b4e7-5c9eeebf08f7||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.681757926940918, 0.06788259744644165, -0.041033126413822174, 113.50041198730469], [0.06682896614074707, 2.6812219619750977, 0.0688420906662941, -94.45052337646484], [-0.04247855767607689, -0.06736134737730026, 2.698810338973999, -56.20964431762695], [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': ['094900.487500', '094900.947500', '094901.407500', '094901.867500', '094902.327500', '094902.787500', '094903.247500', '094903.707500', '094904.167500', '094904.627500', '094905.087500', '094905.547500', '094906.007500', '094906.467500', '094906.927500', '094907.387500', '094907.847500', '094908.307500', '094908.767500', '094909.227500', '094909.687500', '094910.147500', '094910.607500', '094911.067500', '094911.527500', '094911.987500', '094912.447500', '094912.907500', '094913.367500', '094913.827500', '094914.287500', '094914.747500', '094915.207500', '094915.667500', '094916.127500', '094916.587500', '094917.047500', '094917.507500', '094917.967500', '094918.427500', '094918.887500', '094919.347500', '094919.807500', '094920.267500', '094920.727500', '094921.187500', '094921.647500', '094922.107500', '094922.567500', '094923.027500', '094923.487500', '094923.947500', '094924.407500', '094924.867500', '094925.327500', '094925.787500', '094926.247500', '094926.707500', '094927.167500', '094927.627500', '094928.087500', '094928.547500', '094929.007500', '094929.467500', '094929.927500', '094930.387500', '094930.847500', '094931.307500', '094931.767500', '094932.227500', '094932.687500', '094933.147500', '094933.607500', '094934.067500', '094934.527500', '094934.987500', '094935.447500', '094935.907500', '094936.367500', '094936.827500', '094937.287500', '094937.747500', '094938.207500', '094938.667500', '094939.127500', '094939.587500', '094940.047500', '094940.507500', '094940.967500', '094941.427500', '094941.887500', '094942.347500', '094942.807500', '094943.267500', '094943.727500', '094944.187500', '094944.647500', '094945.107500', '094945.567500', '094946.027500', '094946.487500', '094946.947500', '094947.407500', '094947.867500', '094948.327500', '094948.787500', '094949.247500', '094949.707500', '094950.167500', '094950.627500', '094951.087500', '094951.547500', '094952.007500', '094952.467500', '094952.927500', '094953.387500', '094953.847500', '094954.307500', '094954.767500', '094955.227500', '094955.687500', '094956.147500', '094956.607500', '094957.067500', '094957.527500', '094957.987500', '094958.447500', '094958.907500', '094959.367500', '094959.827500', '095000.287500', '095000.747500', '095001.207500', '095001.667500', '095002.127500', '095002.587500', '095003.047500', '095003.507500', '095003.967500', '095004.427500', '095004.887500', '095005.347500', '095005.807500', '095006.267500', '095006.727500', '095007.187500', '095007.647500', '095008.107500', '095008.567500', '095009.027500', '095009.487500', '095009.947500', '095010.407500', '095010.867500', '095011.327500', '095011.787500', '095012.247500', '095012.707500', '095013.167500', '095013.627500', '095014.087500', '095014.547500', '095015.007500', '095015.467500', '095015.927500', '095016.387500', '095016.847500', '095017.307500', '095017.767500', '095018.227500', '095018.687500', '095019.147500', '095019.607500', '095020.067500', '095020.527500', '095020.987500', '095021.447500', '095021.907500', '095022.367500', '095022.827500', '095023.287500', '095023.747500', '095024.207500', '095024.667500', '095025.127500', '095025.587500', '095026.047500', '095026.507500', '095026.967500', '095027.427500', '095027.887500', '095028.347500', '095028.807500', '095029.267500', '095029.727500', '095030.187500', '095030.647500', '095031.107500', '095031.567500', '095032.027500', '095032.487500', '095032.947500', '095033.407500', '095033.867500', '095034.327500', '095034.787500', '095035.247500', '095035.707500', '095036.167500', '095036.627500', '095037.087500', '095037.547500', '095038.007500', '095038.467500', '095038.927500', '095039.387500', '095039.847500', '095040.307500', '095040.767500', '095041.227500', '095041.687500', '095042.147500', '095042.607500', '095043.067500', '095043.527500', '095043.987500', '095044.447500', '095044.907500', '095045.367500', '095045.827500', '095046.287500', '095046.747500', '095047.207500', '095047.667500', '095048.127500', '095048.587500', '095049.047500', '095049.507500', '095049.967500', '095050.427500', '095050.887500', '095051.347500', '095051.807500', '095052.267500', '095052.727500', '095053.187500', '095053.647500', '095054.107500', '095054.567500', '095055.027500', '095055.487500', '095055.947500', '095056.407500', '095056.867500', '095057.327500', '095057.787500', '095058.247500', '095058.707500', '095059.167500', '095059.627500', '095100.087500', '095100.547500', '095101.007500', '095101.467500', '095101.927500', '095102.387500', '095102.847500', '095103.307500', '095103.767500', '095104.227500', '095104.687500', '095105.147500', '095105.607500', '095106.067500', '095106.527500', '095106.987500', '095107.447500', '095107.907500', '095108.367500', '095108.827500', '095109.287500', '095109.747500', '095110.207500', '095110.667500', '095111.127500', '095111.587500', '095112.047500', '095112.507500', '095112.967500', '095113.427500', '095113.887500', '095114.347500', '095114.807500', '095115.267500', '095115.727500', '095116.187500', '095116.647500', '095117.107500', '095117.567500', '095118.027500', '095118.487500', '095118.947500', '095119.407500', '095119.867500', '095120.327500', '095120.787500', '095121.247500', '095121.707500', '095122.167500', '095122.627500', '095123.087500', '095123.547500', '095124.007500', '095124.467500', '095124.927500', '095125.387500', '095125.847500', '095126.307500', '095126.767500', '095127.227500', '095127.687500', '095128.147500', '095128.607500', '095129.067500', '095129.527500', '095129.987500', '095130.447500', '095130.907500', '095131.367500', '095131.827500', '095132.287500', '095132.747500', '095133.207500', '095133.667500', '095134.127500', '095134.587500', '095135.047500', '095135.507500', '095135.967500', '095136.427500', '095136.887500', '095137.347500', '095137.807500', '095138.267500', '095138.727500', '095139.187500', '095139.647500', '095140.107500', '095140.567500', '095141.027500', '095141.487500', '095141.947500', '095142.407500', '095142.867500', '095143.327500', '095143.787500', '095144.247500', '095144.707500', '095145.167500', '095145.627500', '095146.087500', '095146.547500', '095147.007500', '095147.467500', '095147.927500', '095148.387500', '095148.847500', '095149.307500', '095149.767500', '095150.227500', '095150.687500', '095151.147500', '095151.607500', '095152.067500', '095152.527500', '095152.987500', '095153.447500', '095153.907500', '095154.367500', '095154.827500', '095155.287500', '095155.747500', '095156.207500', '095156.667500', '095157.127500', '095157.587500', '095158.047500', '095158.507500', '095158.967500', '095159.427500', '095159.887500', '095200.347500', '095200.807500', '095201.267500', '095201.727500', '095202.187500', '095202.647500', '095203.107500', '095203.567500', '095204.027500', '095204.487500', '095204.947500', '095205.407500', '095205.867500', '095206.327500', '095206.787500', '095207.247500', '095207.707500', '095208.167500', '095208.627500', '095209.087500', '095209.547500', '095210.007500', '095210.467500', '095210.927500', '095211.387500', '095211.847500', '095212.307500', '095212.767500', '095213.227500', '095213.687500', '095214.147500', '095214.607500', '095215.067500', '095215.527500', '095215.987500', '095216.447500', '095216.907500', '095217.367500', '095217.827500', '095218.287500', '095218.747500', '095219.207500', '095219.667500', '095220.127500', '095220.587500', '095221.047500', '095221.507500', '095221.967500', '095222.427500', '095222.887500', '095223.347500', '095223.807500', '095224.267500', '095224.727500', '095225.187500', '095225.647500', '095226.107500', '095226.567500', '095227.027500', '095227.487500', '095227.947500', '095228.407500', '095228.867500', '095229.327500', '095229.787500', '095230.247500', '095230.707500', '095231.167500', '095231.627500', '095232.087500', '095232.547500', '095233.007500', '095233.467500', '095233.927500', '095234.387500', '095234.847500', '095235.307500', '095235.767500', '095236.227500', '095236.687500', '095237.147500', '095237.607500', '095238.067500', '095238.527500', '095238.987500', '095239.447500', '095239.907500', '095240.367500', '095240.827500', '095241.287500', '095241.747500', '095242.207500', '095242.667500', '095243.127500', '095243.587500', '095244.047500', '095244.507500', '095244.967500', '095245.427500', '095245.887500', '095246.347500', '095246.807500', '095247.267500', '095247.727500', '095248.187500', '095248.647500', '095249.107500', '095249.567500', '095250.027500', '095250.487500', '095250.947500', '095251.407500', '095251.867500', '095252.327500', '095252.787500', '095253.247500', '095253.707500', '095254.167500', '095254.627500', '095255.087500', '095255.547500', '095256.007500', '095256.467500', '095256.927500', '095257.387500', '095257.847500', '095258.307500', '095258.767500', '095259.227500', '095259.687500', '095300.147500', '095300.607500', '095301.067500', '095301.527500', '095301.987500', '095302.447500', '095302.907500', '095303.367500', '095303.827500', '095304.287500', '095304.747500', '095305.207500', '095305.667500', '095306.127500', '095306.587500', '095307.047500', '095307.507500', '095307.967500', '095308.427500', '095308.887500', '095309.347500', '095309.807500', '095310.267500', '095310.727500', '095311.187500', '095311.647500', '095312.107500', '095312.567500', '095313.027500', '095313.487500', '095313.947500', '095314.407500', '095314.867500', '095315.327500', '095315.787500', '095316.247500', '095316.707500', '095317.167500', '095317.627500', '095318.087500', '095318.547500', '095319.007500', '095319.467500', '095319.927500', '095320.387500', '095320.847500', '095321.307500', '095321.767500', '095322.227500', '095322.687500', '095323.147500', '095323.607500', '095324.067500', '095324.527500', '095324.987500', '095325.447500', '095325.907500', '095326.367500', '095326.827500', '095327.287500', '095327.747500', '095328.207500', '095328.667500', '095329.127500', '095329.587500', '095330.047500', '095330.507500', '095330.967500', '095331.427500', '095331.887500', '095332.347500', '095332.807500', '095333.267500', '095333.727500', '095334.187500', '095334.647500', '095335.107500', '095335.567500', '095336.027500', '095336.487500', '095336.947500', '095337.407500', '095337.867500', '095338.327500', '095338.787500', '095339.247500', '095339.707500', '095340.167500', '095340.627500', '095341.087500', '095341.547500', '095342.007500', '095342.467500', '095342.927500', '095343.387500', '095343.847500', '095344.307500', '095344.767500', '095345.227500', '095345.687500', '095346.147500', '095346.607500', '095347.067500', '095347.527500', '095347.987500', '095348.447500', '095348.907500', '095349.367500', '095349.827500', '095350.287500', '095350.747500', '095351.207500', '095351.667500', '095352.127500', '095352.587500', '095353.047500', '095353.507500', '095353.967500', '095354.427500', '095354.887500', '095355.347500', '095355.807500', '095356.267500', '095356.727500', '095357.187500', '095357.647500', '095358.107500', '095358.567500', '095359.027500', '095359.487500', '095359.947500', '095400.407500', '095400.867500', '095401.327500', '095401.787500', '095402.247500', '095402.707500', '095403.167500', '095403.627500', '095404.087500', '095404.547500', '095405.007500', '095405.467500', '095405.927500', '095406.387500', '095406.847500', '095407.307500', '095407.767500', '095408.227500', '095408.687500', '095409.147500', '095409.607500', '095410.067500', '095410.527500', '095410.987500', '095411.447500', '095411.907500', '095412.367500', '095412.827500', '095413.287500', '095413.747500', '095414.207500', '095414.667500', '095415.127500', '095415.587500', '095416.047500', '095416.507500', '095416.967500', '095417.427500', '095417.887500', '095418.347500', '095418.807500', '095419.267500', '095419.727500', '095420.187500', '095420.647500', '095421.107500', '095421.567500', '095422.027500', '095422.487500', '095422.947500', '095423.407500', '095423.867500', '095424.327500', '095424.787500', '095425.247500', '095425.707500', '095426.167500', '095426.627500', '095427.087500', '095427.547500', '095428.007500', '095428.467500', '095428.927500', '095429.387500', '095429.847500', '095430.307500', '095430.767500', '095431.227500', '095431.687500', '095432.147500', '095432.607500', '095433.067500', '095433.527500', '095433.987500', '095434.447500', '095434.907500', '095435.367500', '095435.827500', '095436.287500', '095436.747500', '095437.207500', '095437.667500', '095438.127500', '095438.587500', '095439.047500', '095439.507500', '095439.967500', '095440.427500', '095440.887500', '095441.347500', '095441.807500', '095442.267500', '095442.727500', '095443.187500', '095443.647500', '095444.107500', '095444.567500', '095445.027500', '095445.487500', '095445.947500', '095446.407500', '095446.867500', '095447.327500', '095447.787500', '095448.247500', '095448.707500', '095449.167500', '095449.627500', '095450.087500', '095450.547500', '095451.007500', '095451.467500', '095451.927500', '095452.387500', '095452.847500', '095453.307500', '095453.767500', '095454.227500', '095454.687500', '095455.147500', '095455.607500', '095456.067500', '095456.527500', '095456.987500', '095457.447500', '095457.907500', '095458.367500', '095458.827500', '095459.287500', '095459.747500', '095500.207500', '095500.667500', '095501.127500', '095501.587500', '095502.047500', '095502.507500', '095502.967500', '095503.427500', '095503.887500', '095504.347500', '095504.807500', '095505.267500', '095505.727500', '095506.187500', '095506.647500', '095507.107500', '095507.567500', '095508.027500', '095508.487500', '095508.947500', '095509.407500', '095509.867500', '095510.327500', '095510.787500', '095511.247500', '095511.707500', '095512.167500', '095512.627500', '095513.087500', '095513.547500', '095514.007500', '095514.467500', '095514.927500', '095515.387500', '095515.847500', '095516.307500', '095516.767500', '095517.227500', '095517.687500', '095518.147500', '095518.607500', '095519.067500', '095519.527500', '095519.987500', '095520.447500', '095520.907500', '095521.367500', '095521.827500', '095522.287500', '095522.747500', '095523.207500', '095523.667500', '095524.127500', '095524.587500', '095525.047500', '095525.507500', '095525.967500'], 'ContentTime': ['094919.057000', '094919.060000', '094919.063000', '094919.065000', '094919.068000', '094919.071000', '094919.073000', '094919.076000', '094919.078000', '094919.081000', '094919.083000', '094919.088000', '094919.091000', '094919.107000', '094919.109000', '094919.112000', '094919.114000', '094919.117000', '094919.119000', '094919.122000', '094919.125000', '094919.127000', '094919.141000', '094919.144000', '094919.147000', '094919.149000', '094919.152000', '094919.155000', '094919.158000', '094919.160000', '094919.163000', '094919.165000', '094919.168000', '094919.171000', '094919.173000', '094919.176000', '094919.179000', '094919.181000', '094939.022000', '094939.025000', '094939.028000', '094939.031000', '094939.033000', '094939.036000', '094939.039000', '094939.041000', '094939.044000', '094939.046000', '094939.049000', '094939.051000', '094939.054000', '094939.057000', '094939.059000', '094939.062000', '094939.064000', '094939.067000', '094939.070000', '094939.072000', '094939.075000', '094939.077000', '094939.080000', '094939.082000', '094939.085000', '094939.088000', '094939.090000', '094939.093000', '094939.095000', '094939.098000', '094939.101000', '094939.103000', '094939.106000', '094939.108000', '094939.111000', '094939.113000', '094939.116000', '094939.119000', '094939.121000', '094939.124000', '094939.126000', '094939.129000', '094939.131000', '094939.134000', '094959.023000', '094959.026000', '094959.029000', '094959.031000', '094959.034000', '094959.037000', '094959.039000', '094959.042000', '094959.044000', '094959.047000', '094959.049000', '094959.052000', '094959.055000', '094959.057000', '094959.060000', '094959.063000', '094959.065000', '094959.068000', '094959.070000', '094959.073000', '094959.075000', '094959.078000', '094959.081000', '094959.083000', '094959.086000', '094959.088000', '094959.091000', '094959.094000', '094959.096000', '094959.099000', '094959.101000', '094959.104000', '094959.106000', '094959.109000', '094959.111000', '094959.114000', '094959.117000', '094959.119000', '094959.122000', '094959.125000', '094959.127000', '094959.130000', '094959.132000', '095019.023000', '095019.026000', '095019.029000', '095019.031000', '095019.034000', '095019.037000', '095019.039000', '095019.042000', '095019.044000', '095019.047000', '095019.049000', '095019.052000', '095019.055000', '095019.057000', '095019.060000', '095019.062000', '095019.065000', '095019.068000', '095019.070000', '095019.073000', '095019.076000', '095019.078000', '095019.085000', '095019.087000', '095019.090000', '095019.093000', '095019.095000', '095019.098000', '095019.101000', '095019.103000', '095019.106000', '095019.108000', '095019.111000', '095019.114000', '095019.116000', '095019.119000', '095019.121000', '095019.124000', '095019.126000', '095019.129000', '095019.132000', '095019.134000', '095019.137000', '095019.139000', '095039.023000', '095039.026000', '095039.029000', '095039.032000', '095039.034000', '095039.037000', '095039.039000', '095039.042000', '095039.045000', '095039.047000', '095039.050000', '095039.052000', '095039.055000', '095039.057000', '095039.060000', '095039.063000', '095039.065000', '095039.068000', '095039.070000', '095039.073000', '095039.075000', '095039.078000', '095039.081000', '095039.083000', '095039.086000', '095039.088000', '095039.101000', '095039.104000', '095039.106000', '095039.109000', '095039.112000', '095039.114000', '095039.117000', '095039.119000', '095039.122000', '095039.125000', '095039.127000', '095039.130000', '095039.132000', '095039.135000', '095039.138000', '095039.140000', '095039.143000', '095059.022000', '095059.025000', '095059.028000', '095059.031000', '095059.034000', '095059.037000', '095059.039000', '095059.042000', '095059.045000', '095059.047000', '095059.050000', '095059.053000', '095059.055000', '095059.058000', '095059.060000', '095059.063000', '095059.065000', '095059.068000', '095059.071000', '095059.073000', '095059.076000', '095059.079000', '095059.081000', '095059.084000', '095059.086000', '095059.089000', '095059.091000', '095059.099000', '095059.118000', '095059.121000', '095059.123000', '095059.126000', '095059.129000', '095059.131000', '095059.134000', '095059.136000', '095059.139000', '095059.142000', '095059.144000', '095059.147000', '095059.149000', '095059.152000', '095059.155000', '095059.157000', '095119.022000', '095119.025000', '095119.028000', '095119.031000', '095119.033000', '095119.036000', '095119.038000', '095119.041000', '095119.044000', '095119.046000', '095119.049000', '095119.051000', '095119.054000', '095119.056000', '095119.059000', '095119.062000', '095119.064000', '095119.067000', '095119.069000', '095119.072000', '095119.074000', '095119.077000', '095119.080000', '095119.082000', '095119.085000', '095119.087000', '095119.090000', '095119.093000', '095119.095000', '095119.098000', '095119.100000', '095119.103000', '095119.105000', '095119.108000', '095119.110000', '095119.113000', '095119.116000', '095119.118000', '095119.121000', '095119.123000', '095119.126000', '095119.129000', '095119.131000', '095139.022000', '095139.025000', '095139.028000', '095139.030000', '095139.033000', '095139.036000', '095139.038000', '095139.041000', '095139.044000', '095139.046000', '095139.049000', '095139.051000', '095139.054000', '095139.057000', '095139.059000', '095139.062000', '095139.064000', '095139.067000', '095139.070000', '095139.072000', '095139.075000', '095139.077000', '095139.080000', '095139.083000', '095139.085000', '095139.088000', '095139.090000', '095139.093000', '095139.096000', '095139.098000', '095139.101000', '095139.103000', '095139.106000', '095139.109000', '095139.111000', '095139.114000', '095139.116000', '095139.119000', '095139.122000', '095139.128000', '095139.131000', '095139.133000', '095139.143000', '095139.145000', '095159.022000', '095159.025000', '095159.028000', '095159.030000', '095159.033000', '095159.036000', '095159.038000', '095159.041000', '095159.044000', '095159.046000', '095159.055000', '095159.057000', '095159.060000', '095159.062000', '095159.065000', '095159.068000', '095159.070000', '095159.073000', '095159.075000', '095159.078000', '095159.080000', '095159.083000', '095159.086000', '095159.088000', '095159.091000', '095159.094000', '095159.096000', '095159.099000', '095159.101000', '095159.104000', '095159.106000', '095159.109000', '095159.112000', '095159.114000', '095159.117000', '095159.119000', '095159.122000', '095159.124000', '095159.127000', '095159.130000', '095159.133000', '095159.135000', '095159.138000', '095219.024000', '095219.027000', '095219.030000', '095219.032000', '095219.035000', '095219.037000', '095219.040000', '095219.043000', '095219.046000', '095219.048000', '095219.051000', '095219.053000', '095219.056000', '095219.059000', '095219.061000', '095219.064000', '095219.067000', '095219.069000', '095219.073000', '095219.075000', '095219.078000', '095219.081000', '095219.083000', '095219.086000', '095219.089000', '095219.091000', '095219.094000', '095219.097000', '095219.099000', '095219.102000', '095219.104000', '095219.107000', '095219.110000', '095219.112000', '095219.115000', '095219.117000', '095219.120000', '095219.123000', '095219.125000', '095219.128000', '095219.131000', '095219.133000', '095219.136000', '095239.024000', '095239.026000', '095239.029000', '095239.032000', '095239.034000', '095239.037000', '095239.039000', '095239.042000', '095239.045000', '095239.047000', '095239.065000', '095239.067000', '095239.070000', '095239.073000', '095239.075000', '095239.078000', '095239.081000', '095239.083000', '095239.086000', '095239.088000', '095239.091000', '095239.094000', '095239.096000', '095239.099000', '095239.101000', '095239.104000', '095239.107000', '095239.109000', '095239.112000', '095239.114000', '095239.117000', '095239.120000', '095239.122000', '095239.125000', '095239.127000', '095239.130000', '095239.132000', '095239.135000', '095239.138000', '095239.140000', '095239.143000', '095239.145000', '095239.148000', '095239.151000', '095259.024000', '095259.027000', '095259.030000', '095259.033000', '095259.036000', '095259.039000', '095259.041000', '095259.044000', '095259.047000', '095259.049000', '095259.052000', '095259.054000', '095259.057000', '095259.060000', '095259.062000', '095259.065000', '095259.067000', '095259.070000', '095259.073000', '095259.075000', '095259.078000', '095259.080000', '095259.083000', '095259.086000', '095259.088000', '095259.091000', '095259.093000', '095259.096000', '095259.098000', '095259.101000', '095259.104000', '095259.106000', '095259.109000', '095259.111000', '095259.114000', '095259.117000', '095259.119000', '095259.122000', '095259.124000', '095259.127000', '095259.130000', '095259.132000', '095259.135000', '095319.023000', '095319.025000', '095319.028000', '095319.031000', '095319.034000', '095319.036000', '095319.039000', '095319.042000', '095319.044000', '095319.047000', '095319.050000', '095319.052000', '095319.055000', '095319.057000', '095319.060000', '095319.063000', '095319.065000', '095319.068000', '095319.070000', '095319.073000', '095319.075000', '095319.078000', '095319.081000', '095319.083000', '095319.086000', '095319.088000', '095319.091000', '095319.093000', '095319.096000', '095319.099000', '095319.101000', '095319.104000', '095319.106000', '095319.109000', '095319.111000', '095319.114000', '095319.117000', '095319.119000', '095319.122000', '095319.125000', '095319.127000', '095319.130000', '095319.132000', '095319.135000', '095339.022000', '095339.025000', '095339.028000', '095339.030000', '095339.034000', '095339.036000', '095339.039000', '095339.042000', '095339.044000', '095339.047000', '095339.050000', '095339.052000', '095339.055000', '095339.057000', '095339.060000', '095339.062000', '095339.066000', '095339.069000', '095339.072000', '095339.076000', '095339.079000', '095339.081000', '095339.084000', '095339.087000', '095339.089000', '095339.092000', '095339.095000', '095339.097000', '095339.100000', '095339.102000', '095339.105000', '095339.107000', '095339.111000', '095339.114000', '095339.117000', '095339.119000', '095339.122000', '095339.124000', '095339.127000', '095339.130000', '095339.132000', '095339.135000', '095339.138000', '095359.022000', '095359.026000', '095359.028000', '095359.031000', '095359.034000', '095359.036000', '095359.039000', '095359.041000', '095359.044000', '095359.047000', '095359.049000', '095359.052000', '095359.054000', '095359.057000', '095359.060000', '095359.062000', '095359.065000', '095359.067000', '095359.070000', '095359.073000', '095359.075000', '095359.078000', '095359.080000', '095359.083000', '095359.086000', '095359.088000', '095359.091000', '095359.093000', '095359.096000', '095359.099000', '095359.101000', '095359.104000', '095359.106000', '095359.109000', '095359.112000', '095359.132000', '095359.134000', '095359.137000', '095359.140000', '095359.142000', '095359.145000', '095359.147000', '095359.150000', '095359.153000', '095419.023000', '095419.025000', '095419.028000', '095419.031000', '095419.034000', '095419.037000', '095419.039000', '095419.042000', '095419.045000', '095419.047000', '095419.050000', '095419.052000', '095419.055000', '095419.058000', '095419.060000', '095419.063000', '095419.065000', '095419.068000', '095419.070000', '095419.073000', '095419.076000', '095419.078000', '095419.081000', '095419.084000', '095419.086000', '095419.089000', '095419.091000', '095419.094000', '095419.097000', '095419.099000', '095419.102000', '095419.105000', '095419.107000', '095419.110000', '095419.112000', '095419.115000', '095419.119000', '095419.121000', '095419.124000', '095419.126000', '095419.129000', '095419.132000', '095419.134000', '095439.023000', '095439.026000', '095439.029000', '095439.032000', '095439.035000', '095439.037000', '095439.040000', '095439.042000', '095439.045000', '095439.048000', '095439.050000', '095439.053000', '095439.056000', '095439.058000', '095439.061000', '095439.063000', '095439.068000', '095439.070000', '095439.073000', '095439.076000', '095439.079000', '095439.081000', '095439.084000', '095439.086000', '095439.089000', '095439.091000', '095439.094000', '095439.097000', '095439.099000', '095439.102000', '095439.104000', '095439.107000', '095439.109000', '095439.112000', '095439.115000', '095439.117000', '095439.120000', '095439.122000', '095439.125000', '095439.128000', '095439.130000', '095439.133000', '095439.135000', '095439.138000', '095459.024000', '095459.026000', '095459.029000', '095459.032000', '095459.035000', '095459.037000', '095459.040000', '095459.042000', '095459.045000', '095459.047000', '095459.051000', '095459.053000', '095459.056000', '095459.058000', '095459.061000', '095459.064000', '095459.066000', '095459.069000', '095459.072000', '095459.074000', '095459.077000', '095459.079000', '095459.082000', '095459.085000', '095459.087000', '095459.090000', '095459.093000', '095459.096000', '095459.098000', '095459.101000', '095459.104000', '095459.107000', '095459.109000', '095459.112000', '095459.114000', '095459.117000', '095459.120000', '095459.123000', '095459.125000', '095459.128000', '095459.131000', '095459.133000', '095459.136000', '095519.024000', '095519.026000', '095519.029000', '095519.032000', '095519.035000', '095519.038000', '095519.040000', '095519.043000', '095519.045000', '095519.048000', '095519.050000', '095519.053000', '095519.056000', '095519.058000', '095519.061000', '095519.063000', '095519.066000', '095519.069000', '095519.071000', '095519.074000', '095519.076000', '095519.079000', '095519.081000', '095519.084000', '095519.087000', '095519.089000', '095519.092000', '095519.095000', '095519.097000', '095519.100000', '095519.102000', '095519.105000', '095519.107000', '095519.110000', '095519.113000', '095519.115000', '095519.118000', '095519.120000', '095519.123000', '095519.126000', '095519.128000', '095519.131000', '095519.133000', '095519.136000', '095527.160000', '095527.169000', '095527.171000', '095527.174000', '095527.177000', '095527.180000', '095527.183000', '095527.185000', '095527.188000', '095527.191000', '095527.193000', '095527.196000', '095527.199000', '095527.202000', '095527.204000', '095527.207000', '095527.210000', '095527.212000'], 'InstanceCreationTime': ['094919.057000', '094919.060000', '094919.063000', '094919.065000', '094919.068000', '094919.071000', '094919.073000', '094919.076000', '094919.078000', '094919.081000', '094919.083000', '094919.088000', '094919.091000', '094919.107000', '094919.109000', '094919.112000', '094919.114000', '094919.117000', '094919.119000', '094919.122000', '094919.125000', '094919.127000', '094919.141000', '094919.144000', '094919.147000', '094919.149000', '094919.152000', '094919.155000', '094919.158000', '094919.160000', '094919.163000', '094919.165000', '094919.168000', '094919.171000', '094919.173000', '094919.176000', '094919.179000', '094919.181000', '094939.022000', '094939.025000', '094939.028000', '094939.031000', '094939.033000', '094939.036000', '094939.039000', '094939.041000', '094939.044000', '094939.046000', '094939.049000', '094939.051000', '094939.054000', '094939.057000', '094939.059000', '094939.062000', '094939.064000', '094939.067000', '094939.070000', '094939.072000', '094939.075000', '094939.077000', '094939.080000', '094939.082000', '094939.085000', '094939.088000', '094939.090000', '094939.093000', '094939.095000', '094939.098000', '094939.101000', '094939.103000', '094939.106000', '094939.108000', '094939.111000', '094939.113000', '094939.116000', '094939.119000', '094939.121000', '094939.124000', '094939.126000', '094939.129000', '094939.131000', '094939.134000', '094959.023000', '094959.026000', '094959.029000', '094959.031000', '094959.034000', '094959.037000', '094959.039000', '094959.042000', '094959.044000', '094959.047000', '094959.049000', '094959.052000', '094959.055000', '094959.057000', '094959.060000', '094959.063000', '094959.065000', '094959.068000', '094959.070000', '094959.073000', '094959.075000', '094959.078000', '094959.081000', '094959.083000', '094959.086000', '094959.088000', '094959.091000', '094959.094000', '094959.096000', '094959.099000', '094959.101000', '094959.104000', '094959.106000', '094959.109000', '094959.111000', '094959.114000', '094959.117000', '094959.119000', '094959.122000', '094959.125000', '094959.127000', '094959.130000', '094959.132000', '095019.023000', '095019.026000', '095019.029000', '095019.031000', '095019.034000', '095019.037000', '095019.039000', '095019.042000', '095019.044000', '095019.047000', '095019.049000', '095019.052000', '095019.055000', '095019.057000', '095019.060000', '095019.062000', '095019.065000', '095019.068000', '095019.070000', '095019.073000', '095019.076000', '095019.078000', '095019.085000', '095019.087000', '095019.090000', '095019.093000', '095019.095000', '095019.098000', '095019.101000', '095019.103000', '095019.106000', '095019.108000', '095019.111000', '095019.114000', '095019.116000', '095019.119000', '095019.121000', '095019.124000', '095019.126000', '095019.129000', '095019.132000', '095019.134000', '095019.137000', '095019.139000', '095039.023000', '095039.026000', '095039.029000', '095039.032000', '095039.034000', '095039.037000', '095039.039000', '095039.042000', '095039.045000', '095039.047000', '095039.050000', '095039.052000', '095039.055000', '095039.057000', '095039.060000', '095039.063000', '095039.065000', '095039.068000', '095039.070000', '095039.073000', '095039.075000', '095039.078000', '095039.081000', '095039.083000', '095039.086000', '095039.088000', '095039.101000', '095039.104000', '095039.106000', '095039.109000', '095039.112000', '095039.114000', '095039.117000', '095039.119000', '095039.122000', '095039.125000', '095039.127000', '095039.130000', '095039.132000', '095039.135000', '095039.138000', '095039.140000', '095039.143000', '095059.022000', '095059.025000', '095059.028000', '095059.031000', '095059.034000', '095059.037000', '095059.039000', '095059.042000', '095059.045000', '095059.047000', '095059.050000', '095059.053000', '095059.055000', '095059.058000', '095059.060000', '095059.063000', '095059.065000', '095059.068000', '095059.071000', '095059.073000', '095059.076000', '095059.079000', '095059.081000', '095059.084000', '095059.086000', '095059.089000', '095059.091000', '095059.099000', '095059.118000', '095059.121000', '095059.123000', '095059.126000', '095059.129000', '095059.131000', '095059.134000', '095059.136000', '095059.139000', '095059.142000', '095059.144000', '095059.147000', '095059.149000', '095059.152000', '095059.155000', '095059.157000', '095119.022000', '095119.025000', '095119.028000', '095119.031000', '095119.033000', '095119.036000', '095119.038000', '095119.041000', '095119.044000', '095119.046000', '095119.049000', '095119.051000', '095119.054000', '095119.056000', '095119.059000', '095119.062000', '095119.064000', '095119.067000', '095119.069000', '095119.072000', '095119.074000', '095119.077000', '095119.080000', '095119.082000', '095119.085000', '095119.087000', '095119.090000', '095119.093000', '095119.095000', '095119.098000', '095119.100000', '095119.103000', '095119.105000', '095119.108000', '095119.110000', '095119.113000', '095119.116000', '095119.118000', '095119.121000', '095119.123000', '095119.126000', '095119.129000', '095119.131000', '095139.022000', '095139.025000', '095139.028000', '095139.030000', '095139.033000', '095139.036000', '095139.038000', '095139.041000', '095139.044000', '095139.046000', '095139.049000', '095139.051000', '095139.054000', '095139.057000', '095139.059000', '095139.062000', '095139.064000', '095139.067000', '095139.070000', '095139.072000', '095139.075000', '095139.077000', '095139.080000', '095139.083000', '095139.085000', '095139.088000', '095139.090000', '095139.093000', '095139.096000', '095139.098000', '095139.101000', '095139.103000', '095139.106000', '095139.109000', '095139.111000', '095139.114000', '095139.116000', '095139.119000', '095139.122000', '095139.128000', '095139.131000', '095139.133000', '095139.143000', '095139.145000', '095159.022000', '095159.025000', '095159.028000', '095159.030000', '095159.033000', '095159.036000', '095159.038000', '095159.041000', '095159.044000', '095159.046000', '095159.055000', '095159.057000', '095159.060000', '095159.062000', '095159.065000', '095159.068000', '095159.070000', '095159.073000', '095159.075000', '095159.078000', '095159.080000', '095159.083000', '095159.086000', '095159.088000', '095159.091000', '095159.094000', '095159.096000', '095159.099000', '095159.101000', '095159.104000', '095159.106000', '095159.109000', '095159.112000', '095159.114000', '095159.117000', '095159.119000', '095159.122000', '095159.124000', '095159.127000', '095159.130000', '095159.133000', '095159.135000', '095159.138000', '095219.024000', '095219.027000', '095219.030000', '095219.032000', '095219.035000', '095219.037000', '095219.040000', '095219.043000', '095219.046000', '095219.048000', '095219.051000', '095219.053000', '095219.056000', '095219.059000', '095219.061000', '095219.064000', '095219.067000', '095219.069000', '095219.073000', '095219.075000', '095219.078000', '095219.081000', '095219.083000', '095219.086000', '095219.089000', '095219.091000', '095219.094000', '095219.097000', '095219.099000', '095219.102000', '095219.104000', '095219.107000', '095219.110000', '095219.112000', '095219.115000', '095219.117000', '095219.120000', '095219.123000', '095219.125000', '095219.128000', '095219.131000', '095219.133000', '095219.136000', '095239.024000', '095239.026000', '095239.029000', '095239.032000', '095239.034000', '095239.037000', '095239.039000', '095239.042000', '095239.045000', '095239.047000', '095239.065000', '095239.067000', '095239.070000', '095239.073000', '095239.075000', '095239.078000', '095239.081000', '095239.083000', '095239.086000', '095239.088000', '095239.091000', '095239.094000', '095239.096000', '095239.099000', '095239.101000', '095239.104000', '095239.107000', '095239.109000', '095239.112000', '095239.114000', '095239.117000', '095239.120000', '095239.122000', '095239.125000', '095239.127000', '095239.130000', '095239.132000', '095239.135000', '095239.138000', '095239.140000', '095239.143000', '095239.145000', '095239.148000', '095239.151000', '095259.024000', '095259.027000', '095259.030000', '095259.033000', '095259.036000', '095259.039000', '095259.041000', '095259.044000', '095259.047000', '095259.049000', '095259.052000', '095259.054000', '095259.057000', '095259.060000', '095259.062000', '095259.065000', '095259.067000', '095259.070000', '095259.073000', '095259.075000', '095259.078000', '095259.080000', '095259.083000', '095259.086000', '095259.088000', '095259.091000', '095259.093000', '095259.096000', '095259.098000', '095259.101000', '095259.104000', '095259.106000', '095259.109000', '095259.111000', '095259.114000', '095259.117000', '095259.119000', '095259.122000', '095259.124000', '095259.127000', '095259.130000', '095259.132000', '095259.135000', '095319.023000', '095319.025000', '095319.028000', '095319.031000', '095319.034000', '095319.036000', '095319.039000', '095319.042000', '095319.044000', '095319.047000', '095319.050000', '095319.052000', '095319.055000', '095319.057000', '095319.060000', '095319.063000', '095319.065000', '095319.068000', '095319.070000', '095319.073000', '095319.075000', '095319.078000', '095319.081000', '095319.083000', '095319.086000', '095319.088000', '095319.091000', '095319.093000', '095319.096000', '095319.099000', '095319.101000', '095319.104000', '095319.106000', '095319.109000', '095319.111000', '095319.114000', '095319.117000', '095319.119000', '095319.122000', '095319.125000', '095319.127000', '095319.130000', '095319.132000', '095319.135000', '095339.022000', '095339.025000', '095339.028000', '095339.030000', '095339.034000', '095339.036000', '095339.039000', '095339.042000', '095339.044000', '095339.047000', '095339.050000', '095339.052000', '095339.055000', '095339.057000', '095339.060000', '095339.062000', '095339.066000', '095339.069000', '095339.072000', '095339.076000', '095339.079000', '095339.081000', '095339.084000', '095339.087000', '095339.089000', '095339.092000', '095339.095000', '095339.097000', '095339.100000', '095339.102000', '095339.105000', '095339.107000', '095339.111000', '095339.114000', '095339.117000', '095339.119000', '095339.122000', '095339.124000', '095339.127000', '095339.130000', '095339.132000', '095339.135000', '095339.138000', '095359.022000', '095359.026000', '095359.028000', '095359.031000', '095359.034000', '095359.036000', '095359.039000', '095359.041000', '095359.044000', '095359.047000', '095359.049000', '095359.052000', '095359.054000', '095359.057000', '095359.060000', '095359.062000', '095359.065000', '095359.067000', '095359.070000', '095359.073000', '095359.075000', '095359.078000', '095359.080000', '095359.083000', '095359.086000', '095359.088000', '095359.091000', '095359.093000', '095359.096000', '095359.099000', '095359.101000', '095359.104000', '095359.106000', '095359.109000', '095359.112000', '095359.132000', '095359.134000', '095359.137000', '095359.140000', '095359.142000', '095359.145000', '095359.147000', '095359.150000', '095359.153000', '095419.023000', '095419.025000', '095419.028000', '095419.031000', '095419.034000', '095419.037000', '095419.039000', '095419.042000', '095419.045000', '095419.047000', '095419.050000', '095419.052000', '095419.055000', '095419.058000', '095419.060000', '095419.063000', '095419.065000', '095419.068000', '095419.070000', '095419.073000', '095419.076000', '095419.078000', '095419.081000', '095419.084000', '095419.086000', '095419.089000', '095419.091000', '095419.094000', '095419.097000', '095419.099000', '095419.102000', '095419.105000', '095419.107000', '095419.110000', '095419.112000', '095419.115000', '095419.119000', '095419.121000', '095419.124000', '095419.126000', '095419.129000', '095419.132000', '095419.134000', '095439.023000', '095439.026000', '095439.029000', '095439.032000', '095439.035000', '095439.037000', '095439.040000', '095439.042000', '095439.045000', '095439.048000', '095439.050000', '095439.053000', '095439.056000', '095439.058000', '095439.061000', '095439.063000', '095439.068000', '095439.070000', '095439.073000', '095439.076000', '095439.079000', '095439.081000', '095439.084000', '095439.086000', '095439.089000', '095439.091000', '095439.094000', '095439.097000', '095439.099000', '095439.102000', '095439.104000', '095439.107000', '095439.109000', '095439.112000', '095439.115000', '095439.117000', '095439.120000', '095439.122000', '095439.125000', '095439.128000', '095439.130000', '095439.133000', '095439.135000', '095439.138000', '095459.024000', '095459.026000', '095459.029000', '095459.032000', '095459.035000', '095459.037000', '095459.040000', '095459.042000', '095459.045000', '095459.047000', '095459.051000', '095459.053000', '095459.056000', '095459.058000', '095459.061000', '095459.064000', '095459.066000', '095459.069000', '095459.072000', '095459.074000', '095459.077000', '095459.079000', '095459.082000', '095459.085000', '095459.087000', '095459.090000', '095459.093000', '095459.096000', '095459.098000', '095459.101000', '095459.104000', '095459.107000', '095459.109000', '095459.112000', '095459.114000', '095459.117000', '095459.120000', '095459.123000', '095459.125000', '095459.128000', '095459.131000', '095459.133000', '095459.136000', '095519.024000', '095519.026000', '095519.029000', '095519.032000', '095519.035000', '095519.038000', '095519.040000', '095519.043000', '095519.045000', '095519.048000', '095519.050000', '095519.053000', '095519.056000', '095519.058000', '095519.061000', '095519.063000', '095519.066000', '095519.069000', '095519.071000', '095519.074000', '095519.076000', '095519.079000', '095519.081000', '095519.084000', '095519.087000', '095519.089000', '095519.092000', '095519.095000', '095519.097000', '095519.100000', '095519.102000', '095519.105000', '095519.107000', '095519.110000', '095519.113000', '095519.115000', '095519.118000', '095519.120000', '095519.123000', '095519.126000', '095519.128000', '095519.131000', '095519.133000', '095519.136000', '095527.160000', '095527.169000', '095527.171000', '095527.174000', '095527.177000', '095527.180000', '095527.183000', '095527.185000', '095527.188000', '095527.191000', '095527.193000', '095527.196000', '095527.199000', '095527.202000', '095527.204000', '095527.207000', '095527.210000', '095527.212000'], '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': [13085, 9795, 15430, 9374, 16759, 10477, 11601, 9426, 8337, 12815, 8466, 14877, 9399, 8756, 11655, 9094, 16034, 9901, 9391, 10155, 8620, 14814, 9708, 15781, 10125, 11869, 12222, 10430, 16685, 9695, 14792, 10571, 11892, 15685, 10530, 14000, 9151, 14587, 11364, 10400, 15533, 9016, 14786, 10158, 10799, 13601, 9617, 15089, 9477, 9443, 13702, 9430, 16815, 9550, 9894, 11563, 8839, 16774, 10393, 9166, 11724, 8214, 14998, 10812, 8243, 12240, 9068, 14532, 12105, 8524, 13416, 9573, 11163, 13685, 8719, 15301, 10441, 9998, 15300, 10125, 16490, 9932, 9834, 12967, 9162, 16965, 10216, 10181, 11882, 9671, 16339, 9803, 14183, 9697, 10680, 12576, 8394, 13806, 10023, 10038, 14187, 9134, 15435, 9847, 10153, 14963, 9532, 11385, 10888, 8862, 17341, 12147, 12014, 11837, 8404, 16828, 11458, 11376, 11096, 8346, 15687, 11319, 17285, 11804, 8486, 12807, 9162, 12983, 11085, 8243, 14831, 9498, 13163, 10808, 11906, 15594, 9125, 13277, 9169, 10314, 12918, 8185, 13890, 9741, 9948, 13357, 9055, 16484, 9760, 10301, 12118, 9735, 16407, 9698, 11650, 9615, 9334, 15109, 9692, 12717, 9351, 10229, 13419, 9556, 13739, 9182, 15768, 11116, 11913, 13805, 8741, 15138, 10196, 14402, 12446, 8901, 14349, 9666, 15991, 10983, 16972, 10048, 9439, 11424, 9368, 14204, 8691, 13494, 9184, 11633, 11713, 8946, 14683, 9676, 16316, 11337, 12626, 13799, 8474, 14191, 9638, 13890, 11889, 8451, 12949, 8980, 15772, 10867, 8838, 11714, 8016, 15431, 10173, 11502, 10939, 7733, 14528, 9801, 17249, 11864, 8188, 12406, 8949, 14137, 10795, 8187, 13165, 8965, 13560, 11512, 9967, 15876, 9671, 14023, 10789, 9637, 14904, 9757, 17400, 10609, 9018, 11921, 8306, 16234, 10908, 12298, 9677, 8652, 13114, 9045, 16557, 10162, 13292, 9599, 12919, 11674, 8272, 12164, 8935, 15027, 11131, 10692, 12336, 8641, 15950, 10644, 17853, 11411, 10070, 11361, 8867, 15856, 10858, 17202, 10316, 9427, 12745, 9783, 17159, 10605, 14504, 9830, 11355, 12470, 8428, 14008, 9527, 15770, 10838, 10172, 13145, 8857, 15993, 10939, 17546, 12294, 8914, 13261, 9042, 15244, 10832, 11895, 10812, 8130, 13955, 9814, 12762, 11942, 8387, 14657, 10314, 15684, 12110, 9669, 14314, 9596, 13534, 11607, 9246, 15942, 10071, 11080, 13485, 10120, 17761, 10939, 9557, 13622, 9823, 17733, 12412, 10782, 11813, 9547, 17087, 11521, 14649, 10339, 8542, 15118, 10828, 14768, 11214, 8650, 14705, 10025, 15512, 11180, 8310, 14267, 10268, 17077, 12514, 9143, 14179, 9685, 16693, 11224, 9362, 12016, 8671, 15315, 10268, 12309, 13762, 9546, 14807, 10042, 17352, 11570, 8632, 12529, 9282, 11434, 13144, 10376, 16674, 10142, 13272, 10508, 10769, 14684, 9636, 14320, 9695, 10393, 12995, 9355, 14457, 9553, 11493, 12433, 10046, 15211, 9937, 13910, 10461, 11476, 14873, 9576, 15457, 10143, 11726, 14153, 8751, 14768, 10224, 14083, 12449, 9343, 14432, 9519, 16200, 11514, 11907, 12511, 8724, 15520, 10959, 12645, 13233, 8997, 15295, 10204, 10027, 13587, 9776, 15150, 9563, 8454, 13974, 10374, 12172, 12221, 8467, 16168, 10959, 12193, 14088, 9465, 15619, 10269, 10164, 15329, 10105, 10776, 10491, 8132, 16284, 11605, 10066, 12323, 8495, 10115, 14350, 10456, 15344, 10310, 8668, 16307, 11468, 10276, 11430, 8872, 13478, 12182, 9056, 15994, 9751, 8594, 14891, 10601, 11043, 10959, 8270, 16211, 11405, 8802, 13732, 9717, 9505, 15240, 10626, 12001, 10511, 8433, 16620, 11444, 11238, 12540, 9176, 12071, 10816, 9276, 16899, 10951, 8834, 12354, 9382, 11120, 12965, 9052, 12597, 10061, 9091, 15624, 10997, 13166, 9969, 8182, 13985, 9921, 11572, 13102, 9236, 13187, 9561, 9277, 16034, 10391, 8836, 12308, 9528, 17017, 11663, 9295, 12987, 9175, 9249, 11857, 8737, 16126, 10394, 9401, 11948, 8817, 16674, 11797, 10433, 11748, 8412, 16236, 11348, 10799, 12539, 9328, 14137, 10354, 9928, 15297, 10397, 11031, 10982, 9163, 16466, 11172, 9429, 11986, 8775, 17288, 11714, 8984, 12518, 9242, 16927, 11459, 8904, 13349, 9384, 9361, 14984, 10762, 12731, 10996, 8724, 16603, 11197, 12238, 13710, 9686, 15060, 9942, 10693, 12172, 9707, 16354, 11130, 9163, 10903, 8639, 15143, 11209, 8298, 15061, 9867, 8742, 13625, 9712, 8248, 15324, 10940, 8652, 14062, 9066, 13568, 11926, 10442, 12641, 9166, 9306, 9598, 8370, 14775, 9608, 8497, 11158, 8095, 14302, 10572, 12138, 10275, 8330, 14007, 9659, 17263, 11472, 9135, 11890, 8652, 16203, 11688, 11797, 11057, 8322, 14911, 10269, 10565, 13635, 9750, 15259, 10058, 13065, 12485, 10484, 15284, 10682, 14566, 10057, 10108, 14179, 10372, 15978, 10736, 10358, 11740, 9736, 15326, 10753, 15582, 10148, 15186, 11273, 10953, 12960, 9147, 14807, 10412, 17090, 11501, 8576, 13512, 9910, 16889, 11559, 9905, 12027, 9203, 15512, 10589, 11176, 13658, 9684, 15280, 10048, 12210, 12805, 9917, 14425, 10235, 11982, 11298, 9726, 16312, 11391, 10801, 10827, 8664, 13903, 10797, 9006, 13312, 9550, 10371, 13542, 10462, 15653, 10931, 15885, 10787, 15149, 10045, 12056, 11471, 8710, 8471, 9144, 7989, 9922, 11145, 8493, 14833, 10482, 16687, 12131, 10447, 13849, 9620, 17763, 12551, 17341, 12335, 17543, 11964, 13173, 9431, 11300, 9128, 10205, 11648, 8259, 12838, 8737, 13808, 9567, 15748, 10479, 8338, 10837, 8402, 12679, 9373, 13366, 8546, 12074, 8411, 13927, 9426, 14893, 9931, 9880, 10422, 8907, 13447, 9072, 14075, 9608, 15756, 10720, 12651, 13054, 8589, 15117, 9696, 16340, 11361, 11059, 11024, 8346, 15462, 10253, 17049, 12062, 9598, 12712, 8841, 15943, 11056, 12134, 11888, 8821, 16139, 10775, 17071, 11935, 15824, 10326, 8763, 12852, 8858, 16701, 10800, 8638, 13539, 9635, 17484, 11889, 8838, 12802, 9145, 13114, 12647, 8821, 15636, 10300, 10090, 12911, 9421, 15617, 10096, 11070, 10494, 8733, 16111, 10361, 8695, 11953, 8829, 16571, 11290, 8670, 11985, 9055, 14946, 11430, 8645, 14443, 9832, 14107, 11287], 'WindowCenter': [4379.0, 4321.0, 4357.0, 4296.0, 4341.0, 4300.0, 4298.0, 4278.0, 4268.0, 4309.0, 4269.0, 4329.0, 4291.0, 4280.0, 4313.0, 4294.0, 4344.0, 4303.0, 4292.0, 4314.0, 4294.0, 4345.0, 4304.0, 4343.0, 4303.0, 4321.0, 4324.0, 4302.0, 4343.0, 4292.0, 4330.0, 4302.0, 4310.0, 4342.0, 4300.0, 4319.0, 4279.0, 4318.0, 4299.0, 4288.0, 4329.0, 4277.0, 4317.0, 4288.0, 4297.0, 4319.0, 4278.0, 4327.0, 4278.0, 4277.0, 4317.0, 4277.0, 4328.0, 4276.0, 4275.0, 4297.0, 4266.0, 4329.0, 4287.0, 4275.0, 4308.0, 4269.0, 4328.0, 4298.0, 4266.0, 4295.0, 4278.0, 4317.0, 4309.0, 4267.0, 4317.0, 4287.0, 4296.0, 4318.0, 4268.0, 4327.0, 4297.0, 4287.0, 4328.0, 4287.0, 4326.0, 4276.0, 4274.0, 4303.0, 4275.0, 4326.0, 4286.0, 4284.0, 4295.0, 4275.0, 4326.0, 4275.0, 4304.0, 4275.0, 4283.0, 4305.0, 4265.0, 4314.0, 4286.0, 4286.0, 4317.0, 4277.0, 4327.0, 4287.0, 4286.0, 4327.0, 4277.0, 4307.0, 4296.0, 4276.0, 4338.0, 4309.0, 4306.0, 4307.0, 4266.0, 4326.0, 4296.0, 4295.0, 4309.0, 4255.0, 4314.0, 4295.0, 4326.0, 4293.0, 4252.0, 4303.0, 4273.0, 4303.0, 4295.0, 4253.0, 4315.0, 4275.0, 4303.0, 4295.0, 4293.0, 4315.0, 4263.0, 4302.0, 4273.0, 4283.0, 4305.0, 4263.0, 4313.0, 4275.0, 4275.0, 4306.0, 4266.0, 4325.0, 4286.0, 4298.0, 4307.0, 4274.0, 4326.0, 4286.0, 4294.0, 4286.0, 4275.0, 4328.0, 4288.0, 4316.0, 4289.0, 4286.0, 4318.0, 4287.0, 4316.0, 4277.0, 4325.0, 4296.0, 4294.0, 4316.0, 4265.0, 4314.0, 4286.0, 4314.0, 4295.0, 4261.0, 4313.0, 4273.0, 4312.0, 4283.0, 4323.0, 4273.0, 4261.0, 4281.0, 4260.0, 4302.0, 4252.0, 4301.0, 4263.0, 4291.0, 4294.0, 4263.0, 4313.0, 4274.0, 4323.0, 4294.0, 4293.0, 4303.0, 4252.0, 4302.0, 4273.0, 4301.0, 4293.0, 4251.0, 4303.0, 4260.0, 4311.0, 4283.0, 4261.0, 4293.0, 4252.0, 4312.0, 4273.0, 4293.0, 4284.0, 4243.0, 4313.0, 4274.0, 4322.0, 4292.0, 4264.0, 4304.0, 4273.0, 4313.0, 4294.0, 4265.0, 4314.0, 4276.0, 4314.0, 4296.0, 4285.0, 4326.0, 4286.0, 4315.0, 4282.0, 4273.0, 4314.0, 4274.0, 4324.0, 4283.0, 4263.0, 4294.0, 4264.0, 4325.0, 4295.0, 4304.0, 4285.0, 4264.0, 4315.0, 4275.0, 4326.0, 4286.0, 4314.0, 4286.0, 4304.0, 4305.0, 4265.0, 4306.0, 4276.0, 4325.0, 4306.0, 4296.0, 4317.0, 4275.0, 4337.0, 4297.0, 4336.0, 4306.0, 4284.0, 4295.0, 4263.0, 4325.0, 4296.0, 4336.0, 4296.0, 4275.0, 4316.0, 4284.0, 4335.0, 4284.0, 4314.0, 4286.0, 4293.0, 4305.0, 4262.0, 4314.0, 4284.0, 4325.0, 4295.0, 4285.0, 4315.0, 4274.0, 4324.0, 4294.0, 4334.0, 4305.0, 4262.0, 4304.0, 4274.0, 4324.0, 4295.0, 4305.0, 4294.0, 4265.0, 4325.0, 4297.0, 4317.0, 4308.0, 4277.0, 4338.0, 4298.0, 4338.0, 4318.0, 4286.0, 4326.0, 4286.0, 4315.0, 4306.0, 4286.0, 4338.0, 4298.0, 4306.0, 4317.0, 4296.0, 4348.0, 4306.0, 4288.0, 4326.0, 4286.0, 4337.0, 4317.0, 4295.0, 4306.0, 4285.0, 4335.0, 4294.0, 4314.0, 4283.0, 4275.0, 4325.0, 4295.0, 4325.0, 4293.0, 4264.0, 4314.0, 4285.0, 4324.0, 4295.0, 4275.0, 4326.0, 4297.0, 4334.0, 4317.0, 4275.0, 4325.0, 4285.0, 4324.0, 4293.0, 4274.0, 4306.0, 4275.0, 4326.0, 4296.0, 4304.0, 4316.0, 4283.0, 4326.0, 4283.0, 4334.0, 4305.0, 4275.0, 4315.0, 4286.0, 4304.0, 4315.0, 4296.0, 4335.0, 4295.0, 4304.0, 4296.0, 4294.0, 4325.0, 4284.0, 4323.0, 4285.0, 4283.0, 4315.0, 4285.0, 4325.0, 4286.0, 4306.0, 4317.0, 4286.0, 4337.0, 4297.0, 4316.0, 4308.0, 4306.0, 4327.0, 4286.0, 4324.0, 4296.0, 4305.0, 4328.0, 4275.0, 4324.0, 4296.0, 4316.0, 4317.0, 4275.0, 4325.0, 4284.0, 4324.0, 4305.0, 4304.0, 4304.0, 4264.0, 4324.0, 4295.0, 4304.0, 4315.0, 4275.0, 4324.0, 4295.0, 4284.0, 4316.0, 4296.0, 4324.0, 4286.0, 4276.0, 4327.0, 4297.0, 4317.0, 4317.0, 4276.0, 4336.0, 4296.0, 4305.0, 4327.0, 4286.0, 4337.0, 4296.0, 4284.0, 4325.0, 4295.0, 4294.0, 4293.0, 4264.0, 4336.0, 4306.0, 4285.0, 4315.0, 4275.0, 4295.0, 4326.0, 4296.0, 4325.0, 4295.0, 4265.0, 4324.0, 4307.0, 4284.0, 4303.0, 4274.0, 4316.0, 4305.0, 4274.0, 4335.0, 4285.0, 4274.0, 4326.0, 4296.0, 4304.0, 4296.0, 4276.0, 4336.0, 4306.0, 4277.0, 4315.0, 4285.0, 4286.0, 4326.0, 4294.0, 4304.0, 4295.0, 4264.0, 4335.0, 4305.0, 4305.0, 4315.0, 4285.0, 4304.0, 4293.0, 4273.0, 4337.0, 4296.0, 4276.0, 4315.0, 4285.0, 4296.0, 4318.0, 4277.0, 4315.0, 4285.0, 4275.0, 4336.0, 4295.0, 4315.0, 4284.0, 4266.0, 4325.0, 4285.0, 4305.0, 4317.0, 4287.0, 4316.0, 4286.0, 4285.0, 4337.0, 4297.0, 4285.0, 4305.0, 4287.0, 4337.0, 4308.0, 4287.0, 4316.0, 4287.0, 4286.0, 4307.0, 4276.0, 4340.0, 4296.0, 4288.0, 4317.0, 4289.0, 4339.0, 4320.0, 4297.0, 4306.0, 4278.0, 4337.0, 4307.0, 4298.0, 4315.0, 4287.0, 4327.0, 4298.0, 4296.0, 4339.0, 4297.0, 4307.0, 4309.0, 4286.0, 4336.0, 4309.0, 4287.0, 4318.0, 4288.0, 4348.0, 4318.0, 4276.0, 4315.0, 4287.0, 4337.0, 4307.0, 4286.0, 4326.0, 4286.0, 4286.0, 4338.0, 4308.0, 4317.0, 4307.0, 4276.0, 4335.0, 4306.0, 4305.0, 4315.0, 4283.0, 4324.0, 4284.0, 4283.0, 4303.0, 4273.0, 4324.0, 4295.0, 4273.0, 4293.0, 4274.0, 4323.0, 4307.0, 4278.0, 4339.0, 4285.0, 4276.0, 4328.0, 4287.0, 4278.0, 4337.0, 4308.0, 4277.0, 4325.0, 4276.0, 4316.0, 4306.0, 4297.0, 4314.0, 4284.0, 4274.0, 4285.0, 4265.0, 4327.0, 4297.0, 4286.0, 4307.0, 4278.0, 4337.0, 4309.0, 4319.0, 4309.0, 4280.0, 4340.0, 4297.0, 4348.0, 4319.0, 4289.0, 4318.0, 4291.0, 4348.0, 4318.0, 4317.0, 4307.0, 4277.0, 4336.0, 4297.0, 4296.0, 4329.0, 4298.0, 4338.0, 4298.0, 4317.0, 4319.0, 4297.0, 4338.0, 4297.0, 4327.0, 4286.0, 4297.0, 4327.0, 4295.0, 4335.0, 4295.0, 4284.0, 4305.0, 4284.0, 4327.0, 4297.0, 4324.0, 4296.0, 4325.0, 4294.0, 4293.0, 4304.0, 4273.0, 4324.0, 4294.0, 4333.0, 4306.0, 4274.0, 4315.0, 4296.0, 4334.0, 4307.0, 4286.0, 4316.0, 4286.0, 4335.0, 4297.0, 4305.0, 4328.0, 4285.0, 4336.0, 4295.0, 4304.0, 4317.0, 4296.0, 4326.0, 4297.0, 4304.0, 4305.0, 4285.0, 4337.0, 4307.0, 4296.0, 4296.0, 4276.0, 4314.0, 4295.0, 4274.0, 4313.0, 4285.0, 4296.0, 4318.0, 4294.0, 4326.0, 4294.0, 4323.0, 4283.0, 4311.0, 4282.0, 4305.0, 4305.0, 4276.0, 4275.0, 4284.0, 4265.0, 4285.0, 4308.0, 4277.0, 4340.0, 4298.0, 4338.0, 4318.0, 4296.0, 4314.0, 4274.0, 4323.0, 4290.0, 4312.0, 4290.0, 4311.0, 4279.0, 4286.0, 4247.0, 4264.0, 4257.0, 4254.0, 4277.0, 4236.0, 4287.0, 4246.0, 4297.0, 4270.0, 4309.0, 4282.0, 4250.0, 4281.0, 4251.0, 4301.0, 4260.0, 4302.0, 4261.0, 4291.0, 4251.0, 4312.0, 4273.0, 4324.0, 4285.0, 4283.0, 4295.0, 4275.0, 4317.0, 4277.0, 4326.0, 4287.0, 4336.0, 4308.0, 4317.0, 4318.0, 4276.0, 4337.0, 4287.0, 4336.0, 4308.0, 4295.0, 4294.0, 4276.0, 4336.0, 4297.0, 4337.0, 4320.0, 4287.0, 4314.0, 4276.0, 4336.0, 4307.0, 4307.0, 4306.0, 4275.0, 4336.0, 4296.0, 4336.0, 4305.0, 4322.0, 4284.0, 4263.0, 4303.0, 4274.0, 4335.0, 4296.0, 4275.0, 4314.0, 4286.0, 4336.0, 4306.0, 4275.0, 4313.0, 4275.0, 4314.0, 4316.0, 4275.0, 4336.0, 4296.0, 4294.0, 4316.0, 4275.0, 4335.0, 4295.0, 4292.0, 4293.0, 4274.0, 4337.0, 4295.0, 4275.0, 4306.0, 4276.0, 4336.0, 4307.0, 4275.0, 4305.0, 4286.0, 4326.0, 4306.0, 4274.0, 4328.0, 4297.0, 4325.0, 4307.0], 'WindowWidth': [9659.0, 9563.0, 9609.0, 9519.0, 9573.0, 9513.0, 9506.0, 9481.0, 9468.0, 9523.0, 9469.0, 9550.0, 9501.0, 9486.0, 9535.0, 9513.0, 9579.0, 9523.0, 9508.0, 9539.0, 9514.0, 9583.0, 9525.0, 9577.0, 9523.0, 9546.0, 9554.0, 9520.0, 9577.0, 9506.0, 9554.0, 9519.0, 9527.0, 9575.0, 9511.0, 9534.0, 9483.0, 9534.0, 9511.0, 9492.0, 9548.0, 9478.0, 9528.0, 9492.0, 9504.0, 9536.0, 9481.0, 9545.0, 9479.0, 9477.0, 9531.0, 9477.0, 9545.0, 9474.0, 9471.0, 9504.0, 9460.0, 9549.0, 9489.0, 9472.0, 9520.0, 9472.0, 9549.0, 9509.0, 9461.0, 9498.0, 9482.0, 9533.0, 9525.0, 9466.0, 9530.0, 9493.0, 9501.0, 9535.0, 9468.0, 9547.0, 9505.0, 9490.0, 9548.0, 9492.0, 9543.0, 9473.0, 9467.0, 9506.0, 9470.0, 9541.0, 9489.0, 9482.0, 9498.0, 9471.0, 9542.0, 9472.0, 9507.0, 9471.0, 9481.0, 9511.0, 9459.0, 9523.0, 9490.0, 9488.0, 9533.0, 9479.0, 9546.0, 9492.0, 9487.0, 9543.0, 9479.0, 9518.0, 9503.0, 9476.0, 9565.0, 9525.0, 9516.0, 9517.0, 9461.0, 9543.0, 9502.0, 9499.0, 9526.0, 9445.0, 9523.0, 9498.0, 9545.0, 9495.0, 9438.0, 9504.0, 9467.0, 9504.0, 9498.0, 9442.0, 9525.0, 9472.0, 9506.0, 9501.0, 9493.0, 9525.0, 9452.0, 9503.0, 9466.0, 9479.0, 9514.0, 9456.0, 9521.0, 9473.0, 9472.0, 9515.0, 9462.0, 9541.0, 9489.0, 9509.0, 9519.0, 9471.0, 9543.0, 9489.0, 9498.0, 9489.0, 9475.0, 9549.0, 9496.0, 9532.0, 9499.0, 9490.0, 9537.0, 9493.0, 9531.0, 9479.0, 9539.0, 9501.0, 9497.0, 9528.0, 9459.0, 9522.0, 9488.0, 9522.0, 9500.0, 9450.0, 9522.0, 9467.0, 9518.0, 9480.0, 9534.0, 9467.0, 9446.0, 9474.0, 9445.0, 9504.0, 9437.0, 9500.0, 9453.0, 9489.0, 9497.0, 9455.0, 9520.0, 9470.0, 9534.0, 9498.0, 9492.0, 9509.0, 9438.0, 9502.0, 9465.0, 9499.0, 9493.0, 9435.0, 9507.0, 9446.0, 9513.0, 9481.0, 9447.0, 9492.0, 9439.0, 9517.0, 9467.0, 9493.0, 9482.0, 9428.0, 9521.0, 9470.0, 9533.0, 9495.0, 9457.0, 9510.0, 9469.0, 9520.0, 9499.0, 9460.0, 9525.0, 9478.0, 9525.0, 9503.0, 9487.0, 9544.0, 9489.0, 9526.0, 9480.0, 9466.0, 9523.0, 9468.0, 9539.0, 9482.0, 9456.0, 9497.0, 9459.0, 9540.0, 9500.0, 9511.0, 9487.0, 9457.0, 9528.0, 9472.0, 9544.0, 9490.0, 9524.0, 9491.0, 9510.0, 9516.0, 9460.0, 9517.0, 9478.0, 9542.0, 9519.0, 9504.0, 9534.0, 9476.0, 9560.0, 9507.0, 9559.0, 9517.0, 9485.0, 9500.0, 9456.0, 9542.0, 9503.0, 9560.0, 9505.0, 9476.0, 9530.0, 9484.0, 9556.0, 9484.0, 9526.0, 9490.0, 9493.0, 9514.0, 9454.0, 9525.0, 9486.0, 9541.0, 9502.0, 9486.0, 9527.0, 9473.0, 9539.0, 9499.0, 9553.0, 9513.0, 9452.0, 9510.0, 9472.0, 9540.0, 9503.0, 9514.0, 9499.0, 9463.0, 9542.0, 9508.0, 9534.0, 9525.0, 9482.0, 9565.0, 9513.0, 9565.0, 9540.0, 9492.0, 9545.0, 9492.0, 9529.0, 9519.0, 9492.0, 9564.0, 9513.0, 9519.0, 9534.0, 9504.0, 9579.0, 9520.0, 9496.0, 9546.0, 9490.0, 9562.0, 9534.0, 9503.0, 9520.0, 9486.0, 9555.0, 9500.0, 9525.0, 9484.0, 9475.0, 9543.0, 9503.0, 9542.0, 9498.0, 9459.0, 9525.0, 9489.0, 9539.0, 9504.0, 9477.0, 9545.0, 9511.0, 9555.0, 9535.0, 9474.0, 9542.0, 9487.0, 9538.0, 9498.0, 9471.0, 9516.0, 9476.0, 9545.0, 9507.0, 9513.0, 9533.0, 9485.0, 9545.0, 9484.0, 9551.0, 9517.0, 9476.0, 9531.0, 9493.0, 9516.0, 9532.0, 9504.0, 9559.0, 9503.0, 9511.0, 9504.0, 9497.0, 9544.0, 9486.0, 9538.0, 9490.0, 9484.0, 9531.0, 9489.0, 9544.0, 9494.0, 9520.0, 9536.0, 9493.0, 9562.0, 9510.0, 9533.0, 9525.0, 9520.0, 9551.0, 9492.0, 9543.0, 9506.0, 9516.0, 9552.0, 9477.0, 9541.0, 9507.0, 9529.0, 9535.0, 9475.0, 9543.0, 9488.0, 9539.0, 9515.0, 9511.0, 9514.0, 9459.0, 9541.0, 9501.0, 9513.0, 9530.0, 9475.0, 9542.0, 9502.0, 9489.0, 9534.0, 9507.0, 9543.0, 9493.0, 9481.0, 9550.0, 9510.0, 9536.0, 9535.0, 9481.0, 9561.0, 9507.0, 9517.0, 9551.0, 9491.0, 9562.0, 9505.0, 9487.0, 9543.0, 9503.0, 9500.0, 9499.0, 9462.0, 9559.0, 9521.0, 9490.0, 9529.0, 9478.0, 9503.0, 9546.0, 9506.0, 9545.0, 9504.0, 9461.0, 9542.0, 9520.0, 9487.0, 9511.0, 9475.0, 9532.0, 9516.0, 9475.0, 9557.0, 9491.0, 9474.0, 9545.0, 9505.0, 9515.0, 9505.0, 9481.0, 9558.0, 9521.0, 9481.0, 9530.0, 9491.0, 9492.0, 9546.0, 9502.0, 9514.0, 9502.0, 9459.0, 9556.0, 9516.0, 9517.0, 9529.0, 9490.0, 9513.0, 9498.0, 9470.0, 9562.0, 9506.0, 9478.0, 9529.0, 9490.0, 9505.0, 9537.0, 9482.0, 9529.0, 9490.0, 9474.0, 9560.0, 9502.0, 9530.0, 9487.0, 9465.0, 9541.0, 9489.0, 9517.0, 9535.0, 9494.0, 9534.0, 9494.0, 9489.0, 9563.0, 9511.0, 9491.0, 9518.0, 9495.0, 9563.0, 9526.0, 9494.0, 9534.0, 9496.0, 9493.0, 9522.0, 9481.0, 9570.0, 9510.0, 9500.0, 9538.0, 9503.0, 9570.0, 9545.0, 9509.0, 9520.0, 9485.0, 9564.0, 9524.0, 9510.0, 9529.0, 9495.0, 9547.0, 9512.0, 9507.0, 9569.0, 9510.0, 9522.0, 9527.0, 9496.0, 9563.0, 9527.0, 9496.0, 9537.0, 9501.0, 9580.0, 9541.0, 9480.0, 9533.0, 9496.0, 9563.0, 9524.0, 9494.0, 9549.0, 9495.0, 9495.0, 9566.0, 9527.0, 9537.0, 9522.0, 9479.0, 9558.0, 9520.0, 9516.0, 9533.0, 9485.0, 9542.0, 9487.0, 9483.0, 9509.0, 9469.0, 9541.0, 9501.0, 9468.0, 9497.0, 9474.0, 9537.0, 9524.0, 9485.0, 9568.0, 9491.0, 9480.0, 9553.0, 9498.0, 9487.0, 9564.0, 9528.0, 9484.0, 9546.0, 9479.0, 9532.0, 9520.0, 9505.0, 9526.0, 9487.0, 9472.0, 9490.0, 9463.0, 9550.0, 9511.0, 9496.0, 9524.0, 9486.0, 9565.0, 9530.0, 9543.0, 9529.0, 9492.0, 9573.0, 9512.0, 9582.0, 9541.0, 9501.0, 9540.0, 9508.0, 9581.0, 9539.0, 9536.0, 9522.0, 9484.0, 9559.0, 9508.0, 9507.0, 9556.0, 9514.0, 9567.0, 9515.0, 9536.0, 9542.0, 9510.0, 9565.0, 9508.0, 9547.0, 9493.0, 9507.0, 9549.0, 9504.0, 9557.0, 9503.0, 9487.0, 9517.0, 9485.0, 9550.0, 9508.0, 9541.0, 9505.0, 9544.0, 9502.0, 9497.0, 9512.0, 9471.0, 9539.0, 9501.0, 9552.0, 9519.0, 9473.0, 9529.0, 9507.0, 9556.0, 9522.0, 9493.0, 9533.0, 9495.0, 9557.0, 9509.0, 9516.0, 9554.0, 9492.0, 9562.0, 9507.0, 9514.0, 9536.0, 9507.0, 9545.0, 9508.0, 9514.0, 9517.0, 9489.0, 9565.0, 9522.0, 9505.0, 9508.0, 9481.0, 9526.0, 9501.0, 9474.0, 9525.0, 9492.0, 9506.0, 9538.0, 9502.0, 9547.0, 9501.0, 9535.0, 9482.0, 9515.0, 9482.0, 9515.0, 9521.0, 9483.0, 9479.0, 9488.0, 9464.0, 9490.0, 9525.0, 9485.0, 9571.0, 9512.0, 9567.0, 9539.0, 9506.0, 9529.0, 9471.0, 9537.0, 9486.0, 9521.0, 9487.0, 9521.0, 9468.0, 9474.0, 9423.0, 9441.0, 9436.0, 9428.0, 9465.0, 9408.0, 9475.0, 9423.0, 9491.0, 9461.0, 9512.0, 9479.0, 9434.0, 9478.0, 9435.0, 9504.0, 9447.0, 9505.0, 9447.0, 9489.0, 9436.0, 9518.0, 9469.0, 9538.0, 9491.0, 9485.0, 9503.0, 9477.0, 9535.0, 9481.0, 9546.0, 9495.0, 9559.0, 9527.0, 9534.0, 9538.0, 9478.0, 9563.0, 9496.0, 9558.0, 9525.0, 9504.0, 9502.0, 9481.0, 9560.0, 9509.0, 9563.0, 9544.0, 9495.0, 9530.0, 9478.0, 9559.0, 9521.0, 9519.0, 9519.0, 9476.0, 9558.0, 9504.0, 9562.0, 9516.0, 9535.0, 9486.0, 9455.0, 9511.0, 9472.0, 9557.0, 9505.0, 9476.0, 9528.0, 9493.0, 9561.0, 9520.0, 9475.0, 9525.0, 9476.0, 9525.0, 9532.0, 9477.0, 9560.0, 9506.0, 9502.0, 9533.0, 9475.0, 9559.0, 9503.0, 9496.0, 9497.0, 9474.0, 9562.0, 9504.0, 9477.0, 9518.0, 9478.0, 9561.0, 9522.0, 9475.0, 9515.0, 9494.0, 9545.0, 9522.0, 9475.0, 9550.0, 9509.0, 9542.0, 9523.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.002139200477326969</td></tr>
<tr><td colspan=3>aqi</td><td>0.039020228400954655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.62135100271207</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.223935057729987</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9736533642293913</td></tr>
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
<tr><td colspan=3>fber</td><td>5719.6826</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10995924774943165</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.2959427207637235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.532088026588165</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3470225804062577</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.809223023931995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4400184754262417</td></tr>
<tr><td colspan=3>gcor</td><td>0.00601257</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011754631996154785</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02879687026143074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</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.938477830026995</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>18.8511</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4496</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2858</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299267.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.7795</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.468</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.8464</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3483.679</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.1268</td></tr>
<tr><td colspan=3>tsnr</td><td>33.42853687738534</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>