<?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-0019_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-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_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-0019/figures/sub-0019_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_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-0019/ses-02/func/sub-0019_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>2ad98d2bc58d7a3aba0e513a581e4975</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>15:38:27.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.00602651, 0.00695457, 0.00488672, 0.988117, 0.153623]</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.103472</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>[4163, -7797, -7207, 491, -4, -277, 79, 81]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>252.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1f2ecca-94c4-42a4-beda-eff5e5a3045c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828134059906006, 0.013110723346471786, 0.021053900942206383, 110.6679458618164], [0.016168685629963875, 2.6510467529296875, 0.4146730303764343, -107.55989074707031], [0.018658597022294998, -0.4121595323085785, 2.6678836345672607, -21.747665405273438], [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': ['153827.155000', '153827.615000', '153828.075000', '153828.535000', '153828.995000', '153829.455000', '153829.915000', '153830.375000', '153830.835000', '153831.295000', '153831.755000', '153832.215000', '153832.675000', '153833.135000', '153833.595000', '153834.055000', '153834.515000', '153834.975000', '153835.435000', '153835.895000', '153836.355000', '153836.815000', '153837.275000', '153837.735000', '153838.195000', '153838.655000', '153839.115000', '153839.575000', '153840.035000', '153840.495000', '153840.955000', '153841.415000', '153841.875000', '153842.335000', '153842.795000', '153843.255000', '153843.715000', '153844.175000', '153844.635000', '153845.095000', '153845.555000', '153846.015000', '153846.475000', '153846.935000', '153847.395000', '153847.855000', '153848.315000', '153848.775000', '153849.235000', '153849.695000', '153850.155000', '153850.615000', '153851.075000', '153851.535000', '153851.995000', '153852.455000', '153852.915000', '153853.375000', '153853.835000', '153854.295000', '153854.755000', '153855.215000', '153855.675000', '153856.135000', '153856.595000', '153857.055000', '153857.515000', '153857.975000', '153858.435000', '153858.895000', '153859.355000', '153859.815000', '153900.275000', '153900.735000', '153901.195000', '153901.655000', '153902.115000', '153902.575000', '153903.035000', '153903.495000', '153903.955000', '153904.415000', '153904.875000', '153905.335000', '153905.795000', '153906.255000', '153906.715000', '153907.175000', '153907.635000', '153908.095000', '153908.555000', '153909.015000', '153909.475000', '153909.935000', '153910.395000', '153910.855000', '153911.315000', '153911.775000', '153912.235000', '153912.695000', '153913.155000', '153913.615000', '153914.075000', '153914.535000', '153914.995000', '153915.455000', '153915.915000', '153916.375000', '153916.835000', '153917.295000', '153917.755000', '153918.215000', '153918.675000', '153919.135000', '153919.595000', '153920.055000', '153920.515000', '153920.975000', '153921.435000', '153921.895000', '153922.355000', '153922.815000', '153923.275000', '153923.735000', '153924.195000', '153924.655000', '153925.115000', '153925.575000', '153926.035000', '153926.495000', '153926.955000', '153927.415000', '153927.875000', '153928.335000', '153928.795000', '153929.255000', '153929.715000', '153930.175000', '153930.635000', '153931.095000', '153931.555000', '153932.015000', '153932.475000', '153932.935000', '153933.395000', '153933.855000', '153934.315000', '153934.775000', '153935.235000', '153935.695000', '153936.155000', '153936.615000', '153937.075000', '153937.535000', '153937.995000', '153938.455000', '153938.915000', '153939.375000', '153939.835000', '153940.295000', '153940.755000', '153941.215000', '153941.675000', '153942.135000', '153942.595000', '153943.055000', '153943.515000', '153943.975000', '153944.435000', '153944.895000', '153945.355000', '153945.815000', '153946.275000', '153946.735000', '153947.195000', '153947.655000', '153948.115000', '153948.575000', '153949.035000', '153949.495000', '153949.955000', '153950.415000', '153950.875000', '153951.335000', '153951.795000', '153952.255000', '153952.715000', '153953.175000', '153953.635000', '153954.095000', '153954.555000', '153955.015000', '153955.475000', '153955.935000', '153956.395000', '153956.855000', '153957.315000', '153957.775000', '153958.235000', '153958.695000', '153959.155000', '153959.615000', '154000.075000', '154000.535000', '154000.995000', '154001.455000', '154001.915000', '154002.375000', '154002.835000', '154003.295000', '154003.755000', '154004.215000', '154004.675000', '154005.135000', '154005.595000', '154006.055000', '154006.515000', '154006.975000', '154007.435000', '154007.895000', '154008.355000', '154008.815000', '154009.275000', '154009.735000', '154010.195000', '154010.655000', '154011.115000', '154011.575000', '154012.035000', '154012.495000', '154012.955000', '154013.415000', '154013.875000', '154014.335000', '154014.795000', '154015.255000', '154015.715000', '154016.175000', '154016.635000', '154017.095000', '154017.555000', '154018.015000', '154018.475000', '154018.935000', '154019.395000', '154019.855000', '154020.315000', '154020.775000', '154021.235000', '154021.695000', '154022.155000', '154022.615000', '154023.075000', '154023.535000', '154023.995000', '154024.455000', '154024.915000', '154025.375000', '154025.835000', '154026.295000', '154026.755000', '154027.215000', '154027.675000', '154028.135000', '154028.595000', '154029.055000', '154029.515000', '154029.975000', '154030.435000', '154030.895000', '154031.355000', '154031.815000', '154032.275000', '154032.735000', '154033.195000', '154033.655000', '154034.115000', '154034.575000', '154035.035000', '154035.495000', '154035.955000', '154036.415000', '154036.875000', '154037.335000', '154037.795000', '154038.255000', '154038.715000', '154039.175000', '154039.635000', '154040.095000', '154040.555000', '154041.015000', '154041.475000', '154041.935000', '154042.395000', '154042.855000', '154043.315000', '154043.775000', '154044.235000', '154044.695000', '154045.155000', '154045.615000', '154046.075000', '154046.535000', '154046.995000', '154047.455000', '154047.915000', '154048.375000', '154048.835000', '154049.295000', '154049.755000', '154050.215000', '154050.675000', '154051.135000', '154051.595000', '154052.055000', '154052.515000', '154052.975000', '154053.435000', '154053.895000', '154054.355000', '154054.815000', '154055.275000', '154055.735000', '154056.195000', '154056.655000', '154057.115000', '154057.575000', '154058.035000', '154058.495000', '154058.955000', '154059.415000', '154059.875000', '154100.335000', '154100.795000', '154101.255000', '154101.715000', '154102.175000', '154102.635000', '154103.095000', '154103.555000', '154104.015000', '154104.475000', '154104.935000', '154105.395000', '154105.855000', '154106.315000', '154106.775000', '154107.235000', '154107.695000', '154108.155000', '154108.615000', '154109.075000', '154109.535000', '154109.995000', '154110.455000', '154110.915000', '154111.375000', '154111.835000', '154112.295000', '154112.755000', '154113.215000', '154113.675000', '154114.135000', '154114.595000', '154115.055000', '154115.515000', '154115.975000', '154116.435000', '154116.895000', '154117.355000', '154117.815000', '154118.275000', '154118.735000', '154119.195000', '154119.655000', '154120.115000', '154120.575000', '154121.035000', '154121.495000', '154121.955000', '154122.415000', '154122.875000', '154123.335000', '154123.795000', '154124.255000', '154124.715000', '154125.175000', '154125.635000', '154126.095000', '154126.555000', '154127.015000', '154127.475000', '154127.935000', '154128.395000', '154128.855000', '154129.315000', '154129.775000', '154130.235000', '154130.695000', '154131.155000', '154131.615000', '154132.075000', '154132.535000', '154132.995000', '154133.455000', '154133.915000', '154134.375000', '154134.835000', '154135.295000', '154135.755000', '154136.215000', '154136.675000', '154137.135000', '154137.595000', '154138.055000', '154138.515000', '154138.975000', '154139.435000', '154139.895000', '154140.355000', '154140.815000', '154141.275000', '154141.735000', '154142.195000', '154142.655000', '154143.115000', '154143.575000', '154144.035000', '154144.495000', '154144.955000', '154145.415000', '154145.875000', '154146.335000', '154146.795000', '154147.255000', '154147.715000', '154148.175000', '154148.635000', '154149.095000', '154149.555000', '154150.015000', '154150.475000', '154150.935000', '154151.395000', '154151.855000', '154152.315000', '154152.775000', '154153.235000', '154153.695000', '154154.155000', '154154.615000', '154155.075000', '154155.535000', '154155.995000', '154156.455000', '154156.915000', '154157.375000', '154157.835000', '154158.295000', '154158.755000', '154159.215000', '154159.675000', '154200.135000', '154200.595000', '154201.055000', '154201.515000', '154201.975000', '154202.435000', '154202.895000', '154203.355000', '154203.815000', '154204.275000', '154204.735000', '154205.195000', '154205.655000', '154206.115000', '154206.575000', '154207.035000', '154207.495000', '154207.955000', '154208.415000', '154208.875000', '154209.335000', '154209.795000', '154210.255000', '154210.715000', '154211.175000', '154211.635000', '154212.095000', '154212.555000', '154213.015000', '154213.475000', '154213.935000', '154214.395000', '154214.855000', '154215.315000', '154215.775000', '154216.235000', '154216.695000', '154217.155000', '154217.615000', '154218.075000', '154218.535000', '154218.995000', '154219.455000', '154219.915000', '154220.375000', '154220.835000', '154221.295000', '154221.755000', '154222.215000', '154222.675000', '154223.135000', '154223.595000', '154224.055000', '154224.515000', '154224.975000', '154225.435000', '154225.895000', '154226.355000', '154226.815000', '154227.275000', '154227.735000', '154228.195000', '154228.655000', '154229.115000', '154229.575000', '154230.035000', '154230.495000', '154230.955000', '154231.415000', '154231.875000', '154232.335000', '154232.795000', '154233.255000', '154233.715000', '154234.175000', '154234.635000', '154235.095000', '154235.555000', '154236.015000', '154236.475000', '154236.935000', '154237.395000', '154237.855000', '154238.315000', '154238.775000', '154239.235000', '154239.695000', '154240.155000', '154240.615000', '154241.075000', '154241.535000', '154241.995000', '154242.455000', '154242.915000', '154243.375000', '154243.835000', '154244.295000', '154244.755000', '154245.215000', '154245.675000', '154246.135000', '154246.595000', '154247.055000', '154247.515000', '154247.975000', '154248.435000', '154248.895000', '154249.355000', '154249.815000', '154250.275000', '154250.735000', '154251.195000', '154251.655000', '154252.115000', '154252.575000', '154253.035000', '154253.495000', '154253.955000', '154254.415000', '154254.875000', '154255.335000', '154255.795000', '154256.255000', '154256.715000', '154257.175000', '154257.635000', '154258.095000', '154258.555000', '154259.015000', '154259.475000', '154259.935000', '154300.395000', '154300.855000', '154301.315000', '154301.775000', '154302.235000', '154302.695000', '154303.155000', '154303.615000', '154304.075000', '154304.535000', '154304.995000', '154305.455000', '154305.915000', '154306.375000', '154306.835000', '154307.295000', '154307.755000', '154308.215000', '154308.675000', '154309.135000', '154309.595000', '154310.055000', '154310.515000', '154310.975000', '154311.435000', '154311.895000', '154312.355000', '154312.815000', '154313.275000', '154313.735000', '154314.195000', '154314.655000', '154315.115000', '154315.575000', '154316.035000', '154316.495000', '154316.955000', '154317.415000', '154317.875000', '154318.335000', '154318.795000', '154319.255000', '154319.715000', '154320.175000', '154320.635000', '154321.095000', '154321.555000', '154322.015000', '154322.475000', '154322.935000', '154323.395000', '154323.855000', '154324.315000', '154324.775000', '154325.235000', '154325.695000', '154326.155000', '154326.615000', '154327.075000', '154327.535000', '154327.995000', '154328.455000', '154328.915000', '154329.375000', '154329.835000', '154330.295000', '154330.755000', '154331.215000', '154331.675000', '154332.135000', '154332.595000', '154333.055000', '154333.515000', '154333.975000', '154334.435000', '154334.895000', '154335.355000', '154335.815000', '154336.275000', '154336.735000', '154337.195000', '154337.655000', '154338.115000', '154338.575000', '154339.035000', '154339.495000', '154339.955000', '154340.415000', '154340.875000', '154341.335000', '154341.795000', '154342.255000', '154342.715000', '154343.175000', '154343.635000', '154344.095000', '154344.555000', '154345.015000', '154345.475000', '154345.935000', '154346.395000', '154346.855000', '154347.315000', '154347.775000', '154348.235000', '154348.695000', '154349.155000', '154349.615000', '154350.075000', '154350.535000', '154350.995000', '154351.455000', '154351.915000', '154352.375000', '154352.835000', '154353.295000', '154353.755000', '154354.215000', '154354.675000', '154355.135000', '154355.595000', '154356.055000', '154356.515000', '154356.975000', '154357.435000', '154357.895000', '154358.355000', '154358.815000', '154359.275000', '154359.735000', '154400.195000', '154400.655000', '154401.115000', '154401.575000', '154402.035000', '154402.495000', '154402.955000', '154403.415000', '154403.875000', '154404.335000', '154404.795000', '154405.255000', '154405.715000', '154406.175000', '154406.635000', '154407.095000', '154407.555000', '154408.015000', '154408.475000', '154408.935000', '154409.395000', '154409.855000', '154410.315000', '154410.775000', '154411.235000', '154411.695000', '154412.155000', '154412.615000', '154413.075000', '154413.535000', '154413.995000', '154414.455000', '154414.915000', '154415.375000', '154415.835000', '154416.295000', '154416.755000', '154417.215000', '154417.675000', '154418.135000', '154418.595000', '154419.055000', '154419.515000', '154419.975000', '154420.435000', '154420.895000', '154421.355000', '154421.815000', '154422.275000', '154422.735000', '154423.195000', '154423.655000', '154424.115000', '154424.575000', '154425.035000', '154425.495000', '154425.955000', '154426.415000', '154426.875000', '154427.335000', '154427.795000', '154428.255000', '154428.715000', '154429.175000', '154429.635000', '154430.095000', '154430.555000', '154431.015000', '154431.475000', '154431.935000', '154432.395000', '154432.855000', '154433.315000', '154433.775000', '154434.235000', '154434.695000', '154435.155000', '154435.615000', '154436.075000', '154436.535000', '154436.995000', '154437.455000', '154437.915000', '154438.375000', '154438.835000', '154439.295000', '154439.755000', '154440.215000', '154440.675000', '154441.135000', '154441.595000', '154442.055000', '154442.515000', '154442.975000', '154443.435000', '154443.895000', '154444.355000', '154444.815000', '154445.275000', '154445.735000', '154446.195000', '154446.655000', '154447.115000', '154447.575000', '154448.035000', '154448.495000', '154448.955000', '154449.415000', '154449.875000', '154450.335000', '154450.795000', '154451.255000', '154451.715000', '154452.175000', '154452.635000'], 'ContentTime': ['153844.098000', '153844.101000', '153844.104000', '153844.107000', '153844.110000', '153844.113000', '153844.116000', '153844.119000', '153844.125000', '153844.127000', '153844.130000', '153844.133000', '153844.136000', '153844.139000', '153844.142000', '153844.145000', '153844.148000', '153844.151000', '153844.154000', '153844.157000', '153844.160000', '153844.163000', '153844.166000', '153844.169000', '153844.171000', '153844.174000', '153844.177000', '153844.180000', '153844.183000', '153844.186000', '153844.189000', '153844.192000', '153844.195000', '153844.198000', '153844.201000', '153904.067000', '153904.077000', '153904.080000', '153904.083000', '153904.086000', '153904.089000', '153904.092000', '153904.095000', '153904.098000', '153904.101000', '153904.104000', '153904.107000', '153904.110000', '153904.113000', '153904.116000', '153904.118000', '153904.121000', '153904.124000', '153904.127000', '153904.130000', '153904.133000', '153904.136000', '153904.139000', '153904.142000', '153904.145000', '153904.148000', '153904.151000', '153904.156000', '153904.159000', '153904.162000', '153904.165000', '153904.168000', '153904.171000', '153904.174000', '153904.177000', '153904.180000', '153904.183000', '153904.186000', '153904.188000', '153904.191000', '153904.194000', '153904.197000', '153904.200000', '153924.067000', '153924.070000', '153924.073000', '153924.076000', '153924.079000', '153924.095000', '153924.098000', '153924.101000', '153924.103000', '153924.106000', '153924.109000', '153924.112000', '153924.115000', '153924.118000', '153924.121000', '153924.124000', '153924.128000', '153924.131000', '153924.134000', '153924.137000', '153924.140000', '153924.143000', '153924.146000', '153924.148000', '153924.151000', '153924.154000', '153924.157000', '153924.160000', '153924.163000', '153924.166000', '153924.169000', '153924.172000', '153924.175000', '153924.177000', '153924.181000', '153924.184000', '153924.186000', '153924.189000', '153924.192000', '153924.195000', '153924.198000', '153924.201000', '153924.204000', '153924.207000', '153944.067000', '153944.070000', '153944.073000', '153944.076000', '153944.079000', '153944.082000', '153944.085000', '153944.088000', '153944.091000', '153944.094000', '153944.097000', '153944.099000', '153944.103000', '153944.105000', '153944.108000', '153944.111000', '153944.114000', '153944.117000', '153944.120000', '153944.123000', '153944.126000', '153944.129000', '153944.132000', '153944.135000', '153944.138000', '153944.141000', '153944.143000', '153944.146000', '153944.149000', '153944.152000', '153944.155000', '153944.158000', '153944.161000', '153944.164000', '153944.167000', '153944.170000', '153944.173000', '153944.176000', '153944.178000', '153944.181000', '153944.184000', '153944.187000', '153944.190000', '154004.067000', '154004.071000', '154004.074000', '154004.077000', '154004.080000', '154004.083000', '154004.086000', '154004.088000', '154004.091000', '154004.094000', '154004.097000', '154004.100000', '154004.103000', '154004.106000', '154004.109000', '154004.112000', '154004.115000', '154004.118000', '154004.121000', '154004.124000', '154004.127000', '154004.130000', '154004.133000', '154004.135000', '154004.138000', '154004.141000', '154004.144000', '154004.147000', '154004.150000', '154004.153000', '154004.156000', '154004.159000', '154004.162000', '154004.165000', '154004.168000', '154004.170000', '154004.173000', '154004.176000', '154004.179000', '154004.182000', '154004.185000', '154004.188000', '154004.191000', '154024.068000', '154024.071000', '154024.074000', '154024.077000', '154024.080000', '154024.083000', '154024.086000', '154024.089000', '154024.092000', '154024.095000', '154024.098000', '154024.100000', '154024.104000', '154024.106000', '154024.109000', '154024.112000', '154024.115000', '154024.118000', '154024.121000', '154024.124000', '154024.136000', '154024.139000', '154024.142000', '154024.145000', '154024.149000', '154024.152000', '154024.155000', '154024.157000', '154024.160000', '154024.163000', '154024.166000', '154024.169000', '154024.172000', '154024.175000', '154024.178000', '154024.181000', '154024.184000', '154024.187000', '154024.190000', '154024.194000', '154024.197000', '154024.200000', '154024.203000', '154024.206000', '154044.068000', '154044.071000', '154044.074000', '154044.077000', '154044.080000', '154044.083000', '154044.086000', '154044.089000', '154044.092000', '154044.095000', '154044.098000', '154044.100000', '154044.104000', '154044.106000', '154044.109000', '154044.112000', '154044.115000', '154044.118000', '154044.121000', '154044.124000', '154044.127000', '154044.130000', '154044.133000', '154044.136000', '154044.139000', '154044.142000', '154044.145000', '154044.148000', '154044.151000', '154044.154000', '154044.158000', '154044.161000', '154044.164000', '154044.167000', '154044.170000', '154044.172000', '154044.176000', '154044.178000', '154044.181000', '154044.184000', '154044.187000', '154044.190000', '154044.193000', '154044.196000', '154104.068000', '154104.071000', '154104.074000', '154104.077000', '154104.080000', '154104.083000', '154104.086000', '154104.089000', '154104.092000', '154104.095000', '154104.098000', '154104.100000', '154104.103000', '154104.106000', '154104.109000', '154104.126000', '154104.129000', '154104.131000', '154104.135000', '154104.137000', '154104.140000', '154104.143000', '154104.146000', '154104.149000', '154104.152000', '154104.155000', '154104.158000', '154104.161000', '154104.164000', '154104.167000', '154104.170000', '154104.173000', '154104.175000', '154104.178000', '154104.181000', '154104.184000', '154104.187000', '154104.190000', '154104.193000', '154104.196000', '154104.199000', '154104.202000', '154104.205000', '154124.067000', '154124.070000', '154124.073000', '154124.077000', '154124.080000', '154124.083000', '154124.085000', '154124.089000', '154124.091000', '154124.094000', '154124.097000', '154124.100000', '154124.103000', '154124.106000', '154124.109000', '154124.112000', '154124.115000', '154124.118000', '154124.121000', '154124.124000', '154124.127000', '154124.130000', '154124.132000', '154124.136000', '154124.139000', '154124.141000', '154124.144000', '154124.147000', '154124.150000', '154124.153000', '154124.156000', '154124.159000', '154124.162000', '154124.165000', '154124.168000', '154124.172000', '154124.175000', '154124.177000', '154124.180000', '154124.183000', '154124.186000', '154124.189000', '154124.192000', '154144.067000', '154144.070000', '154144.073000', '154144.076000', '154144.079000', '154144.082000', '154144.085000', '154144.088000', '154144.091000', '154144.094000', '154144.097000', '154144.100000', '154144.103000', '154144.106000', '154144.109000', '154144.112000', '154144.115000', '154144.118000', '154144.121000', '154144.124000', '154144.126000', '154144.129000', '154144.132000', '154144.135000', '154144.138000', '154144.141000', '154144.144000', '154144.147000', '154144.150000', '154144.153000', '154144.156000', '154144.159000', '154144.162000', '154144.165000', '154144.168000', '154144.171000', '154144.174000', '154144.177000', '154144.180000', '154144.183000', '154144.185000', '154144.188000', '154144.191000', '154144.194000', '154204.067000', '154204.070000', '154204.074000', '154204.077000', '154204.079000', '154204.082000', '154204.085000', '154204.088000', '154204.091000', '154204.094000', '154204.097000', '154204.100000', '154204.103000', '154204.106000', '154204.109000', '154204.112000', '154204.115000', '154204.118000', '154204.121000', '154204.124000', '154204.127000', '154204.130000', '154204.133000', '154204.136000', '154204.138000', '154204.141000', '154204.144000', '154204.147000', '154204.150000', '154204.153000', '154204.156000', '154204.159000', '154204.162000', '154204.165000', '154204.168000', '154204.171000', '154204.174000', '154204.177000', '154204.180000', '154204.183000', '154204.185000', '154204.188000', '154204.192000', '154224.067000', '154224.070000', '154224.073000', '154224.076000', '154224.079000', '154224.082000', '154224.085000', '154224.088000', '154224.091000', '154224.094000', '154224.097000', '154224.099000', '154224.102000', '154224.106000', '154224.108000', '154224.111000', '154224.114000', '154224.117000', '154224.120000', '154224.123000', '154224.126000', '154224.129000', '154224.132000', '154224.135000', '154224.138000', '154224.141000', '154224.144000', '154224.147000', '154224.149000', '154224.152000', '154224.155000', '154224.158000', '154224.161000', '154224.164000', '154224.167000', '154224.170000', '154224.173000', '154224.186000', '154224.189000', '154224.192000', '154224.195000', '154224.213000', '154224.216000', '154224.219000', '154244.068000', '154244.071000', '154244.074000', '154244.077000', '154244.080000', '154244.083000', '154244.086000', '154244.089000', '154244.092000', '154244.095000', '154244.098000', '154244.101000', '154244.104000', '154244.107000', '154244.110000', '154244.114000', '154244.117000', '154244.120000', '154244.122000', '154244.125000', '154244.128000', '154244.131000', '154244.134000', '154244.137000', '154244.140000', '154244.143000', '154244.146000', '154244.149000', '154244.152000', '154244.155000', '154244.158000', '154244.161000', '154244.164000', '154244.167000', '154244.170000', '154244.173000', '154244.176000', '154244.179000', '154244.182000', '154244.185000', '154244.188000', '154244.191000', '154244.194000', '154304.068000', '154304.071000', '154304.074000', '154304.077000', '154304.080000', '154304.083000', '154304.086000', '154304.089000', '154304.092000', '154304.095000', '154304.098000', '154304.100000', '154304.104000', '154304.107000', '154304.109000', '154304.112000', '154304.115000', '154304.118000', '154304.121000', '154304.124000', '154304.127000', '154304.130000', '154304.133000', '154304.136000', '154304.139000', '154304.142000', '154304.145000', '154304.148000', '154304.151000', '154304.154000', '154304.157000', '154304.159000', '154304.162000', '154304.165000', '154304.168000', '154304.171000', '154304.174000', '154304.177000', '154304.180000', '154304.183000', '154304.186000', '154304.189000', '154304.192000', '154304.195000', '154324.068000', '154324.071000', '154324.074000', '154324.077000', '154324.080000', '154324.083000', '154324.086000', '154324.089000', '154324.092000', '154324.095000', '154324.098000', '154324.101000', '154324.104000', '154324.107000', '154324.110000', '154324.113000', '154324.116000', '154324.119000', '154324.122000', '154324.125000', '154324.128000', '154324.131000', '154324.134000', '154324.137000', '154324.140000', '154324.143000', '154324.146000', '154324.149000', '154324.152000', '154324.155000', '154324.157000', '154324.160000', '154324.163000', '154324.166000', '154324.169000', '154324.172000', '154324.175000', '154324.178000', '154324.181000', '154324.184000', '154324.187000', '154324.190000', '154324.193000', '154344.067000', '154344.070000', '154344.073000', '154344.076000', '154344.079000', '154344.082000', '154344.085000', '154344.088000', '154344.091000', '154344.094000', '154344.097000', '154344.100000', '154344.103000', '154344.106000', '154344.109000', '154344.112000', '154344.115000', '154344.118000', '154344.120000', '154344.124000', '154344.126000', '154344.129000', '154344.132000', '154344.145000', '154344.148000', '154344.151000', '154344.154000', '154344.157000', '154344.160000', '154344.163000', '154344.166000', '154344.169000', '154344.172000', '154344.175000', '154344.178000', '154344.181000', '154344.184000', '154344.187000', '154344.190000', '154344.193000', '154344.196000', '154344.198000', '154344.201000', '154344.204000', '154404.068000', '154404.072000', '154404.075000', '154404.078000', '154404.081000', '154404.084000', '154404.087000', '154404.101000', '154404.104000', '154404.107000', '154404.110000', '154404.112000', '154404.115000', '154404.118000', '154404.121000', '154404.124000', '154404.127000', '154404.130000', '154404.133000', '154404.138000', '154404.144000', '154404.148000', '154404.151000', '154404.154000', '154404.157000', '154404.159000', '154404.162000', '154404.165000', '154404.168000', '154404.171000', '154404.174000', '154404.177000', '154404.180000', '154404.183000', '154404.186000', '154404.189000', '154404.192000', '154404.195000', '154404.198000', '154404.201000', '154404.204000', '154404.207000', '154404.209000', '154424.067000', '154424.070000', '154424.076000', '154424.079000', '154424.082000', '154424.085000', '154424.088000', '154424.091000', '154424.093000', '154424.096000', '154424.099000', '154424.102000', '154424.105000', '154424.108000', '154424.111000', '154424.114000', '154424.117000', '154424.120000', '154424.123000', '154424.126000', '154424.129000', '154424.132000', '154424.135000', '154424.138000', '154424.140000', '154424.143000', '154424.146000', '154424.149000', '154424.152000', '154424.155000', '154424.158000', '154424.161000', '154424.164000', '154424.167000', '154424.170000', '154424.173000', '154424.176000', '154424.179000', '154424.182000', '154424.184000', '154424.187000', '154424.190000', '154424.193000', '154424.196000', '154444.067000', '154444.070000', '154444.073000', '154444.076000', '154444.079000', '154444.082000', '154444.085000', '154444.088000', '154444.091000', '154444.094000', '154444.097000', '154444.100000', '154444.103000', '154444.106000', '154444.109000', '154444.111000', '154444.115000', '154444.117000', '154444.120000', '154444.123000', '154444.126000', '154444.129000', '154444.132000', '154444.135000', '154444.138000', '154444.141000', '154444.144000', '154444.147000', '154444.150000', '154444.153000', '154444.156000', '154444.159000', '154444.162000', '154444.165000', '154444.168000', '154444.171000', '154444.174000', '154444.177000', '154444.180000', '154444.183000', '154444.186000', '154444.189000', '154444.192000', '154453.875000', '154453.879000', '154453.882000', '154453.885000', '154453.888000', '154453.899000', '154453.902000', '154453.905000', '154453.908000', '154453.911000', '154453.914000', '154453.917000', '154453.921000', '154453.925000', '154453.929000', '154453.932000', '154453.935000', '154453.939000', '154453.942000', '154453.946000', '154453.948000', '154453.952000'], 'InstanceCreationTime': ['153844.098000', '153844.101000', '153844.104000', '153844.107000', '153844.110000', '153844.113000', '153844.116000', '153844.119000', '153844.125000', '153844.127000', '153844.130000', '153844.133000', '153844.136000', '153844.139000', '153844.142000', '153844.145000', '153844.148000', '153844.151000', '153844.154000', '153844.157000', '153844.160000', '153844.163000', '153844.166000', '153844.169000', '153844.171000', '153844.174000', '153844.177000', '153844.180000', '153844.183000', '153844.186000', '153844.189000', '153844.192000', '153844.195000', '153844.198000', '153844.201000', '153904.067000', '153904.077000', '153904.080000', '153904.083000', '153904.086000', '153904.089000', '153904.092000', '153904.095000', '153904.098000', '153904.101000', '153904.104000', '153904.107000', '153904.110000', '153904.113000', '153904.116000', '153904.118000', '153904.121000', '153904.124000', '153904.127000', '153904.130000', '153904.133000', '153904.136000', '153904.139000', '153904.142000', '153904.145000', '153904.148000', '153904.151000', '153904.156000', '153904.159000', '153904.162000', '153904.165000', '153904.168000', '153904.171000', '153904.174000', '153904.177000', '153904.180000', '153904.183000', '153904.186000', '153904.188000', '153904.191000', '153904.194000', '153904.197000', '153904.200000', '153924.067000', '153924.070000', '153924.073000', '153924.076000', '153924.079000', '153924.095000', '153924.098000', '153924.101000', '153924.103000', '153924.106000', '153924.109000', '153924.112000', '153924.115000', '153924.118000', '153924.121000', '153924.124000', '153924.128000', '153924.131000', '153924.134000', '153924.137000', '153924.140000', '153924.143000', '153924.146000', '153924.148000', '153924.151000', '153924.154000', '153924.157000', '153924.160000', '153924.163000', '153924.166000', '153924.169000', '153924.172000', '153924.175000', '153924.177000', '153924.181000', '153924.184000', '153924.186000', '153924.189000', '153924.192000', '153924.195000', '153924.198000', '153924.201000', '153924.204000', '153924.207000', '153944.067000', '153944.070000', '153944.073000', '153944.076000', '153944.079000', '153944.082000', '153944.085000', '153944.088000', '153944.091000', '153944.094000', '153944.097000', '153944.099000', '153944.103000', '153944.105000', '153944.108000', '153944.111000', '153944.114000', '153944.117000', '153944.120000', '153944.123000', '153944.126000', '153944.129000', '153944.132000', '153944.135000', '153944.138000', '153944.141000', '153944.143000', '153944.146000', '153944.149000', '153944.152000', '153944.155000', '153944.158000', '153944.161000', '153944.164000', '153944.167000', '153944.170000', '153944.173000', '153944.176000', '153944.178000', '153944.181000', '153944.184000', '153944.187000', '153944.190000', '154004.067000', '154004.071000', '154004.074000', '154004.077000', '154004.080000', '154004.083000', '154004.086000', '154004.088000', '154004.091000', '154004.094000', '154004.097000', '154004.100000', '154004.103000', '154004.106000', '154004.109000', '154004.112000', '154004.115000', '154004.118000', '154004.121000', '154004.124000', '154004.127000', '154004.130000', '154004.133000', '154004.135000', '154004.138000', '154004.141000', '154004.144000', '154004.147000', '154004.150000', '154004.153000', '154004.156000', '154004.159000', '154004.162000', '154004.165000', '154004.168000', '154004.170000', '154004.173000', '154004.176000', '154004.179000', '154004.182000', '154004.185000', '154004.188000', '154004.191000', '154024.068000', '154024.071000', '154024.074000', '154024.077000', '154024.080000', '154024.083000', '154024.086000', '154024.089000', '154024.092000', '154024.095000', '154024.098000', '154024.100000', '154024.104000', '154024.106000', '154024.109000', '154024.112000', '154024.115000', '154024.118000', '154024.121000', '154024.124000', '154024.136000', '154024.139000', '154024.142000', '154024.145000', '154024.149000', '154024.152000', '154024.155000', '154024.157000', '154024.160000', '154024.163000', '154024.166000', '154024.169000', '154024.172000', '154024.175000', '154024.178000', '154024.181000', '154024.184000', '154024.187000', '154024.190000', '154024.194000', '154024.197000', '154024.200000', '154024.203000', '154024.206000', '154044.068000', '154044.071000', '154044.074000', '154044.077000', '154044.080000', '154044.083000', '154044.086000', '154044.089000', '154044.092000', '154044.095000', '154044.098000', '154044.100000', '154044.104000', '154044.106000', '154044.109000', '154044.112000', '154044.115000', '154044.118000', '154044.121000', '154044.124000', '154044.127000', '154044.130000', '154044.133000', '154044.136000', '154044.139000', '154044.142000', '154044.145000', '154044.148000', '154044.151000', '154044.154000', '154044.158000', '154044.161000', '154044.164000', '154044.167000', '154044.170000', '154044.172000', '154044.176000', '154044.178000', '154044.181000', '154044.184000', '154044.187000', '154044.190000', '154044.193000', '154044.196000', '154104.068000', '154104.071000', '154104.074000', '154104.077000', '154104.080000', '154104.083000', '154104.086000', '154104.089000', '154104.092000', '154104.095000', '154104.098000', '154104.100000', '154104.103000', '154104.106000', '154104.109000', '154104.126000', '154104.129000', '154104.131000', '154104.135000', '154104.137000', '154104.140000', '154104.143000', '154104.146000', '154104.149000', '154104.152000', '154104.155000', '154104.158000', '154104.161000', '154104.164000', '154104.167000', '154104.170000', '154104.173000', '154104.175000', '154104.178000', '154104.181000', '154104.184000', '154104.187000', '154104.190000', '154104.193000', '154104.196000', '154104.199000', '154104.202000', '154104.205000', '154124.067000', '154124.070000', '154124.073000', '154124.077000', '154124.080000', '154124.083000', '154124.085000', '154124.089000', '154124.091000', '154124.094000', '154124.097000', '154124.100000', '154124.103000', '154124.106000', '154124.109000', '154124.112000', '154124.115000', '154124.118000', '154124.121000', '154124.124000', '154124.127000', '154124.130000', '154124.132000', '154124.136000', '154124.139000', '154124.141000', '154124.144000', '154124.147000', '154124.150000', '154124.153000', '154124.156000', '154124.159000', '154124.162000', '154124.165000', '154124.168000', '154124.172000', '154124.175000', '154124.177000', '154124.180000', '154124.183000', '154124.186000', '154124.189000', '154124.192000', '154144.067000', '154144.070000', '154144.073000', '154144.076000', '154144.079000', '154144.082000', '154144.085000', '154144.088000', '154144.091000', '154144.094000', '154144.097000', '154144.100000', '154144.103000', '154144.106000', '154144.109000', '154144.112000', '154144.115000', '154144.118000', '154144.121000', '154144.124000', '154144.126000', '154144.129000', '154144.132000', '154144.135000', '154144.138000', '154144.141000', '154144.144000', '154144.147000', '154144.150000', '154144.153000', '154144.156000', '154144.159000', '154144.162000', '154144.165000', '154144.168000', '154144.171000', '154144.174000', '154144.177000', '154144.180000', '154144.183000', '154144.185000', '154144.188000', '154144.191000', '154144.194000', '154204.067000', '154204.070000', '154204.074000', '154204.077000', '154204.079000', '154204.082000', '154204.085000', '154204.088000', '154204.091000', '154204.094000', '154204.097000', '154204.100000', '154204.103000', '154204.106000', '154204.109000', '154204.112000', '154204.115000', '154204.118000', '154204.121000', '154204.124000', '154204.127000', '154204.130000', '154204.133000', '154204.136000', '154204.138000', '154204.141000', '154204.144000', '154204.147000', '154204.150000', '154204.153000', '154204.156000', '154204.159000', '154204.162000', '154204.165000', '154204.168000', '154204.171000', '154204.174000', '154204.177000', '154204.180000', '154204.183000', '154204.185000', '154204.188000', '154204.192000', '154224.067000', '154224.070000', '154224.073000', '154224.076000', '154224.079000', '154224.082000', '154224.085000', '154224.088000', '154224.091000', '154224.094000', '154224.097000', '154224.099000', '154224.102000', '154224.106000', '154224.108000', '154224.111000', '154224.114000', '154224.117000', '154224.120000', '154224.123000', '154224.126000', '154224.129000', '154224.132000', '154224.135000', '154224.138000', '154224.141000', '154224.144000', '154224.147000', '154224.149000', '154224.152000', '154224.155000', '154224.158000', '154224.161000', '154224.164000', '154224.167000', '154224.170000', '154224.173000', '154224.186000', '154224.189000', '154224.192000', '154224.195000', '154224.213000', '154224.216000', '154224.219000', '154244.068000', '154244.071000', '154244.074000', '154244.077000', '154244.080000', '154244.083000', '154244.086000', '154244.089000', '154244.092000', '154244.095000', '154244.098000', '154244.101000', '154244.104000', '154244.107000', '154244.110000', '154244.114000', '154244.117000', '154244.120000', '154244.122000', '154244.125000', '154244.128000', '154244.131000', '154244.134000', '154244.137000', '154244.140000', '154244.143000', '154244.146000', '154244.149000', '154244.152000', '154244.155000', '154244.158000', '154244.161000', '154244.164000', '154244.167000', '154244.170000', '154244.173000', '154244.176000', '154244.179000', '154244.182000', '154244.185000', '154244.188000', '154244.191000', '154244.194000', '154304.068000', '154304.071000', '154304.074000', '154304.077000', '154304.080000', '154304.083000', '154304.086000', '154304.089000', '154304.092000', '154304.095000', '154304.098000', '154304.100000', '154304.104000', '154304.107000', '154304.109000', '154304.112000', '154304.115000', '154304.118000', '154304.121000', '154304.124000', '154304.127000', '154304.130000', '154304.133000', '154304.136000', '154304.139000', '154304.142000', '154304.145000', '154304.148000', '154304.151000', '154304.154000', '154304.157000', '154304.159000', '154304.162000', '154304.165000', '154304.168000', '154304.171000', '154304.174000', '154304.177000', '154304.180000', '154304.183000', '154304.186000', '154304.189000', '154304.192000', '154304.195000', '154324.068000', '154324.071000', '154324.074000', '154324.077000', '154324.080000', '154324.083000', '154324.086000', '154324.089000', '154324.092000', '154324.095000', '154324.098000', '154324.101000', '154324.104000', '154324.107000', '154324.110000', '154324.113000', '154324.116000', '154324.119000', '154324.122000', '154324.125000', '154324.128000', '154324.131000', '154324.134000', '154324.137000', '154324.140000', '154324.143000', '154324.146000', '154324.149000', '154324.152000', '154324.155000', '154324.157000', '154324.160000', '154324.163000', '154324.166000', '154324.169000', '154324.172000', '154324.175000', '154324.178000', '154324.181000', '154324.184000', '154324.187000', '154324.190000', '154324.193000', '154344.067000', '154344.070000', '154344.073000', '154344.076000', '154344.079000', '154344.082000', '154344.085000', '154344.088000', '154344.091000', '154344.094000', '154344.097000', '154344.100000', '154344.103000', '154344.106000', '154344.109000', '154344.112000', '154344.115000', '154344.118000', '154344.120000', '154344.124000', '154344.126000', '154344.129000', '154344.132000', '154344.145000', '154344.148000', '154344.151000', '154344.154000', '154344.157000', '154344.160000', '154344.163000', '154344.166000', '154344.169000', '154344.172000', '154344.175000', '154344.178000', '154344.181000', '154344.184000', '154344.187000', '154344.190000', '154344.193000', '154344.196000', '154344.198000', '154344.201000', '154344.204000', '154404.068000', '154404.072000', '154404.075000', '154404.078000', '154404.081000', '154404.084000', '154404.087000', '154404.101000', '154404.104000', '154404.107000', '154404.110000', '154404.112000', '154404.115000', '154404.118000', '154404.121000', '154404.124000', '154404.127000', '154404.130000', '154404.133000', '154404.138000', '154404.144000', '154404.148000', '154404.151000', '154404.154000', '154404.157000', '154404.159000', '154404.162000', '154404.165000', '154404.168000', '154404.171000', '154404.174000', '154404.177000', '154404.180000', '154404.183000', '154404.186000', '154404.189000', '154404.192000', '154404.195000', '154404.198000', '154404.201000', '154404.204000', '154404.207000', '154404.209000', '154424.067000', '154424.070000', '154424.076000', '154424.079000', '154424.082000', '154424.085000', '154424.088000', '154424.091000', '154424.093000', '154424.096000', '154424.099000', '154424.102000', '154424.105000', '154424.108000', '154424.111000', '154424.114000', '154424.117000', '154424.120000', '154424.123000', '154424.126000', '154424.129000', '154424.132000', '154424.135000', '154424.138000', '154424.140000', '154424.143000', '154424.146000', '154424.149000', '154424.152000', '154424.155000', '154424.158000', '154424.161000', '154424.164000', '154424.167000', '154424.170000', '154424.173000', '154424.176000', '154424.179000', '154424.182000', '154424.184000', '154424.187000', '154424.190000', '154424.193000', '154424.196000', '154444.067000', '154444.070000', '154444.073000', '154444.076000', '154444.079000', '154444.082000', '154444.085000', '154444.088000', '154444.091000', '154444.094000', '154444.097000', '154444.100000', '154444.103000', '154444.106000', '154444.109000', '154444.111000', '154444.115000', '154444.117000', '154444.120000', '154444.123000', '154444.126000', '154444.129000', '154444.132000', '154444.135000', '154444.138000', '154444.141000', '154444.144000', '154444.147000', '154444.150000', '154444.153000', '154444.156000', '154444.159000', '154444.162000', '154444.165000', '154444.168000', '154444.171000', '154444.174000', '154444.177000', '154444.180000', '154444.183000', '154444.186000', '154444.189000', '154444.192000', '154453.875000', '154453.879000', '154453.882000', '154453.885000', '154453.888000', '154453.899000', '154453.902000', '154453.905000', '154453.908000', '154453.911000', '154453.914000', '154453.917000', '154453.921000', '154453.925000', '154453.929000', '154453.932000', '154453.935000', '154453.939000', '154453.942000', '154453.946000', '154453.948000', '154453.952000'], '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': [10295, 10131, 15792, 10652, 12427, 16031, 11063, 13629, 12882, 10327, 20916, 12802, 11013, 18988, 10862, 9867, 14066, 10144, 16894, 12083, 10344, 15698, 10402, 14294, 10778, 10282, 16830, 11186, 10131, 11725, 10386, 17285, 10150, 10326, 14655, 10512, 15782, 11702, 10409, 17170, 10505, 10062, 15938, 10811, 18725, 12226, 10506, 17720, 10858, 19140, 12524, 10699, 17197, 10609, 18231, 10825, 10523, 15233, 10795, 17209, 11375, 10672, 14649, 10785, 16181, 11326, 10585, 13041, 10626, 14949, 10808, 12862, 11665, 10618, 16035, 10940, 10715, 13908, 10679, 10630, 12542, 11122, 15188, 11186, 10619, 16409, 10701, 10795, 12600, 10531, 19093, 12787, 9970, 12665, 10706, 10296, 14276, 10535, 10810, 16589, 12131, 16409, 13422, 10506, 18950, 12532, 12378, 15535, 10444, 14588, 10971, 10472, 17358, 11442, 11551, 11395, 10243, 16094, 10633, 11627, 13147, 10345, 13999, 10360, 10165, 15024, 10240, 17376, 11621, 10302, 15101, 10017, 17091, 11854, 11863, 15884, 10299, 19240, 11957, 10814, 17026, 10239, 17500, 10950, 10891, 15878, 10487, 15173, 12413, 10436, 18165, 12319, 10581, 13880, 10716, 14777, 11880, 10475, 17869, 11628, 10527, 15618, 10965, 14735, 14003, 10442, 18845, 11908, 10669, 17600, 12645, 14514, 14616, 10569, 14976, 12322, 10570, 18410, 12693, 10943, 15606, 10402, 13101, 13274, 10309, 19456, 13079, 10259, 15891, 10676, 9908, 16022, 10603, 15970, 11981, 10149, 16064, 11096, 10947, 17295, 10881, 12606, 12083, 10221, 17947, 11795, 10396, 16417, 10619, 10127, 14846, 10215, 18690, 12950, 10433, 15684, 10798, 10396, 15827, 10384, 18738, 12645, 10433, 15696, 10949, 13525, 13123, 10218, 17543, 10942, 10371, 14996, 10277, 17159, 12731, 10390, 16215, 10662, 12099, 14407, 10197, 18960, 11804, 10353, 14879, 10301, 18278, 12203, 10311, 16528, 10695, 13074, 12282, 10062, 17370, 12025, 12666, 11704, 10401, 15762, 11146, 15327, 12629, 10638, 16675, 10790, 18152, 12054, 10499, 17262, 10197, 18314, 10723, 9805, 13814, 9920, 18876, 12513, 9941, 14300, 10221, 16255, 12240, 10139, 16966, 10322, 10210, 14060, 10063, 18506, 12828, 17790, 12070, 10423, 16265, 10544, 17631, 11824, 10293, 15273, 10704, 16667, 11170, 10006, 15533, 10267, 18880, 12504, 10406, 14404, 10731, 12315, 14581, 10517, 18037, 11429, 10506, 15905, 10404, 18935, 13553, 10465, 15286, 10484, 15262, 12024, 10192, 18102, 11426, 12244, 12719, 10315, 18667, 12716, 10608, 13837, 10401, 18663, 13004, 10503, 17519, 10493, 9690, 14916, 9921, 19075, 13037, 10380, 16203, 10800, 15110, 12749, 10327, 18342, 11216, 10107, 14653, 10338, 18400, 11950, 11258, 15695, 10439, 13350, 12049, 10285, 17870, 11705, 10228, 14455, 10478, 17658, 11613, 12460, 15997, 10427, 17536, 11043, 10106, 16340, 10452, 17812, 12189, 10218, 15000, 10513, 12200, 14258, 10291, 20508, 11029, 10595, 15369, 10864, 15987, 12920, 10345, 16020, 10522, 10199, 17288, 11632, 18122, 12625, 10433, 17091, 11566, 12966, 15342, 10288, 16295, 11877, 10738, 18442, 12189, 13690, 12957, 10502, 17220, 11301, 10331, 18502, 11894, 11127, 12729, 10633, 18372, 11895, 11659, 16371, 10618, 13366, 12046, 10495, 18511, 12096, 10387, 15588, 10796, 13048, 12563, 10217, 18791, 11641, 10602, 15296, 10671, 13725, 13661, 10422, 19151, 11884, 10661, 17988, 11932, 15340, 13736, 10561, 17228, 11676, 10575, 16772, 10921, 15196, 12312, 10155, 18197, 11870, 11223, 19002, 11160, 17573, 12836, 9965, 17974, 11295, 9831, 16911, 11547, 12317, 15589, 10031, 13617, 11195, 9989, 17046, 11589, 11358, 16221, 10582, 12492, 13045, 10239, 19538, 12962, 11436, 15041, 10424, 18205, 12226, 10739, 18580, 11687, 13368, 11956, 10417, 18328, 11962, 10778, 15910, 10411, 16196, 12420, 10266, 19643, 12348, 10334, 13755, 10241, 18724, 12219, 11292, 15877, 10092, 12761, 11759, 9987, 18897, 12236, 10299, 16103, 10428, 14192, 12578, 9871, 19293, 12389, 10231, 15528, 10663, 16279, 12754, 10727, 19171, 12221, 12008, 12218, 9857, 17870, 11158, 14717, 12359, 9828, 16822, 10471, 12691, 12416, 9592, 18583, 11640, 10119, 14668, 10137, 19374, 12455, 11310, 16534, 10683, 20882, 12202, 11721, 14003, 9898, 18573, 11284, 10125, 14986, 10292, 17225, 12567, 10277, 16669, 11087, 10175, 18267, 12508, 13994, 12937, 10559, 18691, 12088, 15712, 13387, 10403, 18260, 11557, 10417, 15333, 10085, 18002, 12751, 10420, 16424, 11221, 15958, 12427, 10245, 17890, 10932, 16527, 11898, 10098, 16188, 10930, 16502, 12033, 10294, 15912, 11096, 11824, 13578, 10597, 16258, 11717, 10321, 18058, 12235, 14131, 12573, 10586, 18324, 12162, 15260, 13270, 10527, 17506, 11465, 10898, 17361, 11765, 11865, 12055, 10469, 17982, 11666, 16035, 13561, 10142, 17399, 10719, 19719, 12311, 10977, 15260, 10382, 13033, 10539, 10348, 16569, 11150, 12716, 13385, 10439, 18239, 11316, 13066, 13259, 10422, 20189, 12335, 10129, 13400, 10145, 17895, 11519, 11669, 14313, 10439, 17817, 11511, 10089, 18128, 12651, 13792, 13087, 10466, 18844, 12182, 15961, 13711, 10223, 19308, 10705, 10234, 15883, 10391, 10179, 15150, 10407, 9733, 16314, 12107, 9795, 11475, 12056, 9691, 19313, 13057, 11997, 16516, 10905, 11299, 13381, 9618, 18904, 12067, 10624, 18199, 10858, 9758, 15575, 10742, 14005, 13621, 10157, 12933, 10697, 9262, 18289, 11930, 10853, 17859, 11672, 13571, 13095, 9285, 19780, 12889, 14989, 14542, 10290, 19862, 11639, 10541, 14919, 9491, 18578, 11524, 11341, 15792, 9740, 17384, 11977, 9956, 17613, 11855, 16400, 12716, 9762, 17973, 11535, 16119, 12500, 10239, 18406, 11187, 11325, 12755, 9519, 17364, 11448, 10521, 14906, 9833, 11872, 12166, 9475, 17904, 11668, 9714, 16558, 10981, 15966, 12969, 10736, 19131, 12165, 16238, 12474, 10223, 19525, 12520, 14376, 12625, 10289, 18693, 11717, 11866, 14962, 10237, 18244, 11415, 10073, 16277, 10939, 18332, 12323, 9837, 16425, 10921, 14839, 12400, 10026, 19328, 11804, 9714, 15098, 10113, 16970, 12223, 10479, 17679, 11039, 10536, 13934, 9816, 18651, 12372, 9929, 17734, 10847, 12517, 13146, 10180, 19404, 12349, 14996, 12189, 9703], 'WindowCenter': [4447.0, 4431.0, 4467.0, 4415.0, 4424.0, 4440.0, 4399.0, 4418.0, 4408.0, 4388.0, 4448.0, 4407.0, 4385.0, 4436.0, 4386.0, 4374.0, 4404.0, 4375.0, 4424.0, 4395.0, 4374.0, 4414.0, 4385.0, 4403.0, 4383.0, 4385.0, 4426.0, 4395.0, 4386.0, 4394.0, 4385.0, 4424.0, 4386.0, 4386.0, 4416.0, 4388.0, 4428.0, 4408.0, 4387.0, 4427.0, 4386.0, 4375.0, 4416.0, 4386.0, 4426.0, 4396.0, 4373.0, 4424.0, 4385.0, 4425.0, 4394.0, 4372.0, 4425.0, 4374.0, 4423.0, 4373.0, 4373.0, 4414.0, 4385.0, 4424.0, 4385.0, 4373.0, 4413.0, 4385.0, 4414.0, 4384.0, 4373.0, 4394.0, 4374.0, 4413.0, 4384.0, 4404.0, 4397.0, 4385.0, 4427.0, 4409.0, 4397.0, 4429.0, 4399.0, 4398.0, 4419.0, 4409.0, 4429.0, 4410.0, 4401.0, 4441.0, 4399.0, 4397.0, 4407.0, 4387.0, 4448.0, 4418.0, 4376.0, 4405.0, 4387.0, 4387.0, 4417.0, 4386.0, 4397.0, 4438.0, 4406.0, 4425.0, 4406.0, 4373.0, 4425.0, 4395.0, 4393.0, 4414.0, 4373.0, 4401.0, 4373.0, 4373.0, 4413.0, 4384.0, 4383.0, 4384.0, 4373.0, 4415.0, 4385.0, 4397.0, 4416.0, 4374.0, 4404.0, 4373.0, 4372.0, 4413.0, 4375.0, 4423.0, 4396.0, 4375.0, 4426.0, 4413.0, 4465.0, 4408.0, 4385.0, 4407.0, 4352.0, 4401.0, 4361.0, 4338.0, 4401.0, 4319.0, 4398.0, 4384.0, 4370.0, 4414.0, 4386.0, 4426.0, 4393.0, 4370.0, 4422.0, 4394.0, 4375.0, 4405.0, 4387.0, 4416.0, 4396.0, 4384.0, 4424.0, 4383.0, 4374.0, 4413.0, 4384.0, 4403.0, 4404.0, 4375.0, 4424.0, 4394.0, 4372.0, 4412.0, 4394.0, 4401.0, 4402.0, 4372.0, 4401.0, 4382.0, 4372.0, 4422.0, 4393.0, 4371.0, 4402.0, 4373.0, 4390.0, 4390.0, 4361.0, 4423.0, 4392.0, 4371.0, 4413.0, 4372.0, 4363.0, 4413.0, 4372.0, 4413.0, 4382.0, 4372.0, 4413.0, 4383.0, 4373.0, 4424.0, 4383.0, 4392.0, 4394.0, 4373.0, 4424.0, 4394.0, 4373.0, 4425.0, 4374.0, 4373.0, 4413.0, 4376.0, 4424.0, 4395.0, 4374.0, 4414.0, 4385.0, 4373.0, 4414.0, 4375.0, 4424.0, 4393.0, 4372.0, 4414.0, 4385.0, 4404.0, 4405.0, 4374.0, 4425.0, 4385.0, 4372.0, 4413.0, 4375.0, 4425.0, 4395.0, 4374.0, 4425.0, 4386.0, 4394.0, 4403.0, 4374.0, 4425.0, 4395.0, 4374.0, 4414.0, 4374.0, 4423.0, 4394.0, 4375.0, 4425.0, 4387.0, 4405.0, 4395.0, 4375.0, 4426.0, 4395.0, 4404.0, 4395.0, 4385.0, 4426.0, 4396.0, 4429.0, 4420.0, 4399.0, 4442.0, 4415.0, 4430.0, 4384.0, 4351.0, 4414.0, 4336.0, 4384.0, 4386.0, 4376.0, 4404.0, 4362.0, 4422.0, 4393.0, 4362.0, 4404.0, 4374.0, 4425.0, 4408.0, 4388.0, 4439.0, 4399.0, 4388.0, 4417.0, 4376.0, 4436.0, 4406.0, 4425.0, 4396.0, 4375.0, 4426.0, 4386.0, 4426.0, 4396.0, 4373.0, 4402.0, 4372.0, 4413.0, 4383.0, 4363.0, 4414.0, 4374.0, 4436.0, 4405.0, 4386.0, 4415.0, 4385.0, 4396.0, 4415.0, 4385.0, 4427.0, 4397.0, 4385.0, 4426.0, 4386.0, 4436.0, 4406.0, 4384.0, 4415.0, 4385.0, 4413.0, 4395.0, 4374.0, 4426.0, 4396.0, 4393.0, 4405.0, 4374.0, 4425.0, 4405.0, 4374.0, 4404.0, 4373.0, 4424.0, 4405.0, 4385.0, 4436.0, 4386.0, 4364.0, 4414.0, 4374.0, 4425.0, 4405.0, 4373.0, 4413.0, 4383.0, 4403.0, 4394.0, 4372.0, 4423.0, 4383.0, 4361.0, 4401.0, 4360.0, 4411.0, 4382.0, 4372.0, 4412.0, 4373.0, 4391.0, 4392.0, 4373.0, 4422.0, 4382.0, 4372.0, 4402.0, 4372.0, 4424.0, 4385.0, 4392.0, 4412.0, 4373.0, 4413.0, 4383.0, 4362.0, 4412.0, 4372.0, 4423.0, 4394.0, 4372.0, 4413.0, 4384.0, 4394.0, 4414.0, 4375.0, 4436.0, 4386.0, 4374.0, 4415.0, 4386.0, 4415.0, 4395.0, 4374.0, 4414.0, 4384.0, 4374.0, 4425.0, 4394.0, 4424.0, 4395.0, 4372.0, 4423.0, 4385.0, 4393.0, 4403.0, 4374.0, 4412.0, 4383.0, 4373.0, 4423.0, 4382.0, 4392.0, 4392.0, 4373.0, 4411.0, 4382.0, 4371.0, 4422.0, 4383.0, 4382.0, 4391.0, 4372.0, 4412.0, 4383.0, 4371.0, 4413.0, 4373.0, 4392.0, 4393.0, 4371.0, 4423.0, 4394.0, 4373.0, 4412.0, 4383.0, 4392.0, 4394.0, 4373.0, 4425.0, 4385.0, 4374.0, 4413.0, 4386.0, 4404.0, 4403.0, 4373.0, 4423.0, 4382.0, 4371.0, 4423.0, 4383.0, 4402.0, 4402.0, 4373.0, 4425.0, 4409.0, 4376.0, 4390.0, 4351.0, 4367.0, 4348.0, 4329.0, 4402.0, 4363.0, 4348.0, 4396.0, 4412.0, 4438.0, 4394.0, 4361.0, 4410.0, 4369.0, 4348.0, 4411.0, 4382.0, 4392.0, 4415.0, 4376.0, 4416.0, 4396.0, 4374.0, 4425.0, 4394.0, 4384.0, 4413.0, 4384.0, 4393.0, 4405.0, 4375.0, 4436.0, 4405.0, 4384.0, 4413.0, 4374.0, 4422.0, 4393.0, 4372.0, 4424.0, 4395.0, 4393.0, 4383.0, 4374.0, 4425.0, 4395.0, 4383.0, 4413.0, 4374.0, 4414.0, 4394.0, 4372.0, 4434.0, 4394.0, 4373.0, 4403.0, 4372.0, 4423.0, 4392.0, 4383.0, 4414.0, 4375.0, 4393.0, 4383.0, 4373.0, 4435.0, 4395.0, 4373.0, 4415.0, 4385.0, 4403.0, 4393.0, 4374.0, 4425.0, 4394.0, 4373.0, 4414.0, 4383.0, 4413.0, 4393.0, 4372.0, 4423.0, 4394.0, 4393.0, 4393.0, 4363.0, 4412.0, 4372.0, 4400.0, 4382.0, 4362.0, 4412.0, 4374.0, 4392.0, 4393.0, 4363.0, 4423.0, 4382.0, 4372.0, 4403.0, 4374.0, 4424.0, 4393.0, 4384.0, 4413.0, 4374.0, 4434.0, 4394.0, 4381.0, 4403.0, 4362.0, 4421.0, 4371.0, 4372.0, 4401.0, 4373.0, 4423.0, 4394.0, 4374.0, 4424.0, 4383.0, 4373.0, 4424.0, 4395.0, 4404.0, 4394.0, 4373.0, 4424.0, 4394.0, 4403.0, 4393.0, 4372.0, 4412.0, 4382.0, 4372.0, 4401.0, 4373.0, 4423.0, 4392.0, 4372.0, 4411.0, 4383.0, 4412.0, 4394.0, 4373.0, 4423.0, 4373.0, 4411.0, 4382.0, 4372.0, 4413.0, 4382.0, 4412.0, 4393.0, 4373.0, 4412.0, 4395.0, 4394.0, 4404.0, 4384.0, 4425.0, 4395.0, 4374.0, 4425.0, 4406.0, 4416.0, 4396.0, 4373.0, 4425.0, 4395.0, 4412.0, 4393.0, 4372.0, 4422.0, 4384.0, 4383.0, 4424.0, 4394.0, 4383.0, 4383.0, 4372.0, 4422.0, 4384.0, 4412.0, 4404.0, 4362.0, 4412.0, 4373.0, 4423.0, 4381.0, 4371.0, 4402.0, 4361.0, 4393.0, 4373.0, 4371.0, 4422.0, 4385.0, 4393.0, 4403.0, 4374.0, 4424.0, 4383.0, 4391.0, 4392.0, 4372.0, 4423.0, 4392.0, 4372.0, 4392.0, 4362.0, 4412.0, 4381.0, 4382.0, 4401.0, 4373.0, 4422.0, 4383.0, 4375.0, 4423.0, 4404.0, 4405.0, 4403.0, 4372.0, 4424.0, 4394.0, 4414.0, 4403.0, 4373.0, 4424.0, 4373.0, 4387.0, 4414.0, 4361.0, 4361.0, 4414.0, 4386.0, 4377.0, 4424.0, 4394.0, 4374.0, 4384.0, 4394.0, 4364.0, 4425.0, 4394.0, 4384.0, 4413.0, 4371.0, 4371.0, 4391.0, 4351.0, 4410.0, 4379.0, 4360.0, 4410.0, 4371.0, 4350.0, 4401.0, 4373.0, 4391.0, 4390.0, 4363.0, 4392.0, 4371.0, 4351.0, 4411.0, 4383.0, 4373.0, 4413.0, 4383.0, 4392.0, 4392.0, 4352.0, 4421.0, 4392.0, 4400.0, 4391.0, 4360.0, 4412.0, 4371.0, 4360.0, 4400.0, 4350.0, 4421.0, 4382.0, 4370.0, 4401.0, 4362.0, 4411.0, 4381.0, 4362.0, 4423.0, 4394.0, 4412.0, 4393.0, 4361.0, 4423.0, 4384.0, 4412.0, 4380.0, 4361.0, 4422.0, 4383.0, 4372.0, 4392.0, 4361.0, 4424.0, 4395.0, 4384.0, 4414.0, 4375.0, 4394.0, 4395.0, 4376.0, 4436.0, 4397.0, 4376.0, 4425.0, 4397.0, 4415.0, 4405.0, 4384.0, 4425.0, 4394.0, 4412.0, 4393.0, 4373.0, 4433.0, 4394.0, 4403.0, 4393.0, 4372.0, 4422.0, 4382.0, 4383.0, 4403.0, 4373.0, 4424.0, 4383.0, 4363.0, 4414.0, 4385.0, 4424.0, 4392.0, 4362.0, 4413.0, 4374.0, 4403.0, 4394.0, 4373.0, 4423.0, 4384.0, 4363.0, 4412.0, 4373.0, 4413.0, 4394.0, 4374.0, 4423.0, 4385.0, 4374.0, 4404.0, 4375.0, 4436.0, 4406.0, 4375.0, 4424.0, 4385.0, 4394.0, 4394.0, 4375.0, 4436.0, 4395.0, 4403.0, 4382.0, 4351.0], 'WindowWidth': [9804.0, 9764.0, 9803.0, 9727.0, 9735.0, 9752.0, 9691.0, 9715.0, 9698.0, 9670.0, 9755.0, 9696.0, 9661.0, 9738.0, 9666.0, 9646.0, 9686.0, 9648.0, 9716.0, 9676.0, 9645.0, 9701.0, 9662.0, 9683.0, 9657.0, 9662.0, 9718.0, 9675.0, 9664.0, 9674.0, 9662.0, 9713.0, 9664.0, 9664.0, 9707.0, 9671.0, 9725.0, 9698.0, 9668.0, 9725.0, 9666.0, 9648.0, 9705.0, 9665.0, 9721.0, 9677.0, 9643.0, 9715.0, 9660.0, 9720.0, 9673.0, 9639.0, 9715.0, 9645.0, 9710.0, 9642.0, 9640.0, 9697.0, 9660.0, 9714.0, 9661.0, 9641.0, 9695.0, 9659.0, 9699.0, 9658.0, 9640.0, 9671.0, 9644.0, 9698.0, 9660.0, 9687.0, 9682.0, 9661.0, 9722.0, 9706.0, 9683.0, 9732.0, 9690.0, 9686.0, 9717.0, 9703.0, 9730.0, 9707.0, 9694.0, 9750.0, 9691.0, 9682.0, 9695.0, 9668.0, 9759.0, 9713.0, 9651.0, 9688.0, 9666.0, 9666.0, 9707.0, 9665.0, 9682.0, 9740.0, 9692.0, 9716.0, 9691.0, 9642.0, 9721.0, 9676.0, 9668.0, 9701.0, 9640.0, 9677.0, 9640.0, 9639.0, 9697.0, 9655.0, 9653.0, 9656.0, 9640.0, 9701.0, 9663.0, 9682.0, 9706.0, 9647.0, 9686.0, 9642.0, 9638.0, 9697.0, 9645.0, 9711.0, 9676.0, 9646.0, 9720.0, 9720.0, 9792.0, 9697.0, 9656.0, 9686.0, 9603.0, 9670.0, 9609.0, 9574.0, 9668.0, 9535.0, 9664.0, 9659.0, 9629.0, 9700.0, 9665.0, 9721.0, 9668.0, 9630.0, 9708.0, 9673.0, 9647.0, 9688.0, 9669.0, 9705.0, 9679.0, 9659.0, 9716.0, 9655.0, 9642.0, 9695.0, 9658.0, 9682.0, 9685.0, 9645.0, 9715.0, 9671.0, 9636.0, 9694.0, 9668.0, 9675.0, 9677.0, 9637.0, 9676.0, 9650.0, 9636.0, 9707.0, 9667.0, 9634.0, 9679.0, 9641.0, 9659.0, 9658.0, 9620.0, 9712.0, 9665.0, 9635.0, 9695.0, 9639.0, 9627.0, 9694.0, 9640.0, 9697.0, 9652.0, 9637.0, 9697.0, 9654.0, 9640.0, 9709.0, 9656.0, 9665.0, 9669.0, 9641.0, 9714.0, 9671.0, 9642.0, 9715.0, 9645.0, 9640.0, 9695.0, 9649.0, 9717.0, 9674.0, 9644.0, 9699.0, 9659.0, 9640.0, 9697.0, 9646.0, 9717.0, 9668.0, 9638.0, 9697.0, 9659.0, 9686.0, 9687.0, 9645.0, 9717.0, 9659.0, 9639.0, 9696.0, 9648.0, 9715.0, 9675.0, 9643.0, 9716.0, 9662.0, 9670.0, 9682.0, 9644.0, 9720.0, 9675.0, 9645.0, 9699.0, 9644.0, 9712.0, 9673.0, 9645.0, 9716.0, 9666.0, 9687.0, 9675.0, 9647.0, 9718.0, 9675.0, 9686.0, 9675.0, 9662.0, 9717.0, 9679.0, 9730.0, 9720.0, 9689.0, 9751.0, 9717.0, 9729.0, 9653.0, 9602.0, 9693.0, 9568.0, 9636.0, 9663.0, 9648.0, 9686.0, 9625.0, 9710.0, 9668.0, 9623.0, 9683.0, 9644.0, 9716.0, 9697.0, 9671.0, 9745.0, 9688.0, 9670.0, 9708.0, 9651.0, 9733.0, 9690.0, 9716.0, 9676.0, 9644.0, 9717.0, 9664.0, 9721.0, 9676.0, 9639.0, 9679.0, 9637.0, 9693.0, 9655.0, 9627.0, 9698.0, 9645.0, 9736.0, 9689.0, 9661.0, 9703.0, 9662.0, 9676.0, 9701.0, 9660.0, 9722.0, 9679.0, 9659.0, 9719.0, 9664.0, 9736.0, 9693.0, 9657.0, 9701.0, 9661.0, 9695.0, 9674.0, 9644.0, 9720.0, 9677.0, 9669.0, 9686.0, 9645.0, 9718.0, 9687.0, 9643.0, 9683.0, 9640.0, 9714.0, 9688.0, 9660.0, 9738.0, 9666.0, 9632.0, 9697.0, 9643.0, 9716.0, 9688.0, 9639.0, 9695.0, 9656.0, 9684.0, 9670.0, 9638.0, 9712.0, 9654.0, 9619.0, 9674.0, 9619.0, 9691.0, 9651.0, 9637.0, 9694.0, 9641.0, 9663.0, 9665.0, 9641.0, 9708.0, 9652.0, 9637.0, 9679.0, 9638.0, 9712.0, 9660.0, 9666.0, 9692.0, 9639.0, 9698.0, 9652.0, 9623.0, 9692.0, 9638.0, 9712.0, 9669.0, 9638.0, 9696.0, 9658.0, 9671.0, 9699.0, 9647.0, 9736.0, 9663.0, 9643.0, 9700.0, 9663.0, 9704.0, 9674.0, 9644.0, 9699.0, 9659.0, 9643.0, 9715.0, 9673.0, 9716.0, 9674.0, 9638.0, 9711.0, 9659.0, 9667.0, 9682.0, 9642.0, 9694.0, 9654.0, 9638.0, 9709.0, 9652.0, 9665.0, 9663.0, 9638.0, 9691.0, 9651.0, 9635.0, 9707.0, 9654.0, 9650.0, 9663.0, 9637.0, 9693.0, 9655.0, 9634.0, 9694.0, 9642.0, 9664.0, 9666.0, 9636.0, 9709.0, 9671.0, 9641.0, 9693.0, 9657.0, 9665.0, 9670.0, 9640.0, 9717.0, 9659.0, 9642.0, 9697.0, 9665.0, 9685.0, 9681.0, 9640.0, 9710.0, 9653.0, 9635.0, 9709.0, 9654.0, 9678.0, 9679.0, 9641.0, 9720.0, 9704.0, 9651.0, 9650.0, 9599.0, 9610.0, 9586.0, 9563.0, 9668.0, 9614.0, 9589.0, 9655.0, 9712.0, 9743.0, 9672.0, 9618.0, 9688.0, 9627.0, 9596.0, 9688.0, 9650.0, 9664.0, 9699.0, 9650.0, 9706.0, 9678.0, 9643.0, 9715.0, 9672.0, 9655.0, 9698.0, 9657.0, 9670.0, 9687.0, 9646.0, 9736.0, 9689.0, 9657.0, 9696.0, 9642.0, 9707.0, 9667.0, 9637.0, 9713.0, 9672.0, 9668.0, 9656.0, 9642.0, 9716.0, 9674.0, 9654.0, 9695.0, 9644.0, 9699.0, 9671.0, 9638.0, 9727.0, 9670.0, 9639.0, 9679.0, 9637.0, 9712.0, 9667.0, 9653.0, 9698.0, 9646.0, 9668.0, 9655.0, 9643.0, 9730.0, 9674.0, 9641.0, 9700.0, 9661.0, 9682.0, 9669.0, 9644.0, 9719.0, 9672.0, 9642.0, 9698.0, 9657.0, 9696.0, 9668.0, 9636.0, 9713.0, 9671.0, 9667.0, 9668.0, 9626.0, 9693.0, 9638.0, 9672.0, 9650.0, 9622.0, 9692.0, 9642.0, 9664.0, 9667.0, 9626.0, 9710.0, 9653.0, 9638.0, 9681.0, 9642.0, 9713.0, 9669.0, 9655.0, 9697.0, 9644.0, 9731.0, 9669.0, 9648.0, 9680.0, 9625.0, 9707.0, 9636.0, 9637.0, 9675.0, 9642.0, 9709.0, 9671.0, 9643.0, 9712.0, 9657.0, 9643.0, 9712.0, 9674.0, 9685.0, 9671.0, 9640.0, 9714.0, 9670.0, 9684.0, 9668.0, 9636.0, 9695.0, 9650.0, 9635.0, 9675.0, 9642.0, 9711.0, 9664.0, 9637.0, 9690.0, 9654.0, 9694.0, 9670.0, 9640.0, 9710.0, 9641.0, 9691.0, 9651.0, 9637.0, 9693.0, 9652.0, 9693.0, 9668.0, 9640.0, 9694.0, 9675.0, 9671.0, 9685.0, 9658.0, 9715.0, 9674.0, 9644.0, 9715.0, 9692.0, 9704.0, 9676.0, 9639.0, 9715.0, 9673.0, 9694.0, 9668.0, 9638.0, 9708.0, 9658.0, 9655.0, 9712.0, 9670.0, 9654.0, 9656.0, 9637.0, 9707.0, 9656.0, 9694.0, 9683.0, 9624.0, 9694.0, 9641.0, 9711.0, 9650.0, 9635.0, 9677.0, 9623.0, 9669.0, 9640.0, 9636.0, 9708.0, 9661.0, 9669.0, 9681.0, 9643.0, 9712.0, 9654.0, 9662.0, 9664.0, 9636.0, 9711.0, 9665.0, 9637.0, 9664.0, 9622.0, 9692.0, 9649.0, 9649.0, 9675.0, 9642.0, 9709.0, 9655.0, 9645.0, 9710.0, 9686.0, 9686.0, 9682.0, 9638.0, 9715.0, 9671.0, 9698.0, 9683.0, 9641.0, 9714.0, 9643.0, 9667.0, 9697.0, 9622.0, 9619.0, 9698.0, 9664.0, 9653.0, 9714.0, 9672.0, 9646.0, 9659.0, 9671.0, 9630.0, 9719.0, 9670.0, 9655.0, 9694.0, 9635.0, 9631.0, 9658.0, 9604.0, 9686.0, 9642.0, 9615.0, 9685.0, 9634.0, 9604.0, 9672.0, 9641.0, 9660.0, 9659.0, 9625.0, 9663.0, 9633.0, 9607.0, 9690.0, 9653.0, 9638.0, 9693.0, 9653.0, 9663.0, 9664.0, 9610.0, 9705.0, 9664.0, 9672.0, 9662.0, 9616.0, 9693.0, 9632.0, 9614.0, 9669.0, 9603.0, 9703.0, 9649.0, 9631.0, 9675.0, 9623.0, 9689.0, 9647.0, 9622.0, 9708.0, 9671.0, 9693.0, 9666.0, 9620.0, 9707.0, 9656.0, 9693.0, 9646.0, 9619.0, 9705.0, 9652.0, 9636.0, 9665.0, 9623.0, 9711.0, 9676.0, 9658.0, 9698.0, 9648.0, 9671.0, 9675.0, 9650.0, 9733.0, 9682.0, 9651.0, 9717.0, 9680.0, 9702.0, 9688.0, 9657.0, 9716.0, 9670.0, 9692.0, 9668.0, 9641.0, 9726.0, 9670.0, 9680.0, 9666.0, 9637.0, 9708.0, 9652.0, 9653.0, 9680.0, 9641.0, 9712.0, 9654.0, 9628.0, 9697.0, 9661.0, 9712.0, 9665.0, 9624.0, 9693.0, 9642.0, 9680.0, 9670.0, 9640.0, 9712.0, 9657.0, 9627.0, 9691.0, 9641.0, 9696.0, 9670.0, 9642.0, 9711.0, 9661.0, 9644.0, 9683.0, 9647.0, 9735.0, 9691.0, 9645.0, 9713.0, 9661.0, 9669.0, 9671.0, 9647.0, 9733.0, 9674.0, 9680.0, 9652.0, 9608.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.001571658653846154</td></tr>
<tr><td colspan=3>aqi</td><td>0.019010659014423077</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.82508414464503</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3128638853549957</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0311998411793033</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>6479.0337</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09909634992072582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.168269230769231</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3444913705578596</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.317785853830588</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5524586664173707</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1632295914256203</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108129</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01962057314813137</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017361370846629143</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>832</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.884820193975775</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>48.1756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2705</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.2262</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308919.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>770.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.4448</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5485</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.953</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3647.835</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.2573</td></tr>
<tr><td colspan=3>tsnr</td><td>45.44334434182383</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>