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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:42:6.632500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.9998, 0.00387786, 0.0196281, -0.003839, 0.999991, -0.00201697]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0807805</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7774, -7257, 231, -152, -265, -191, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6bbca4e-6d3c-4250-a5d6-e59d0c0137aa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682389736175537, -0.010299768298864365, 0.053016409277915955, 111.30838775634766], [-0.010404019616544247, 2.682901620864868, -0.005241283681243658, -98.94207000732422], [0.05266067758202553, 0.005411388818174601, 2.699474334716797, -99.60868835449219], [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': ['094206.632500', '094207.092500', '094207.552500', '094208.012500', '094208.472500', '094208.932500', '094209.392500', '094209.852500', '094210.312500', '094210.772500', '094211.232500', '094211.692500', '094212.152500', '094212.612500', '094213.072500', '094213.532500', '094213.992500', '094214.452500', '094214.912500', '094215.372500', '094215.832500', '094216.292500', '094216.752500', '094217.212500', '094217.672500', '094218.132500', '094218.592500', '094219.052500', '094219.512500', '094219.972500', '094220.432500', '094220.892500', '094221.352500', '094221.812500', '094222.272500', '094222.732500', '094223.192500', '094223.652500', '094224.112500', '094224.572500', '094225.032500', '094225.492500', '094225.952500', '094226.412500', '094226.872500', '094227.332500', '094227.792500', '094228.252500', '094228.712500', '094229.172500', '094229.632500', '094230.092500', '094230.552500', '094231.012500', '094231.472500', '094231.932500', '094232.392500', '094232.852500', '094233.312500', '094233.772500', '094234.232500', '094234.692500', '094235.152500', '094235.612500', '094236.072500', '094236.532500', '094236.992500', '094237.452500', '094237.912500', '094238.372500', '094238.832500', '094239.292500', '094239.752500', '094240.212500', '094240.672500', '094241.132500', '094241.592500', '094242.052500', '094242.512500', '094242.972500', '094243.432500', '094243.892500', '094244.352500', '094244.812500', '094245.272500', '094245.732500', '094246.192500', '094246.652500', '094247.112500', '094247.572500', '094248.032500', '094248.492500', '094248.952500', '094249.412500', '094249.872500', '094250.332500', '094250.792500', '094251.252500', '094251.712500', '094252.172500', '094252.632500', '094253.092500', '094253.552500', '094254.012500', '094254.472500', '094254.932500', '094255.392500', '094255.852500', '094256.312500', '094256.772500', '094257.232500', '094257.692500', '094258.152500', '094258.612500', '094259.072500', '094259.532500', '094259.992500', '094300.452500', '094300.912500', '094301.372500', '094301.832500', '094302.292500', '094302.752500', '094303.212500', '094303.672500', '094304.132500', '094304.592500', '094305.052500', '094305.512500', '094305.972500', '094306.432500', '094306.892500', '094307.352500', '094307.812500', '094308.272500', '094308.732500', '094309.192500', '094309.652500', '094310.112500', '094310.572500', '094311.032500', '094311.492500', '094311.952500', '094312.412500', '094312.872500', '094313.332500', '094313.792500', '094314.252500', '094314.712500', '094315.172500', '094315.632500', '094316.092500', '094316.552500', '094317.012500', '094317.472500', '094317.932500', '094318.392500', '094318.852500', '094319.312500', '094319.772500', '094320.232500', '094320.692500', '094321.152500', '094321.612500', '094322.072500', '094322.532500', '094322.992500', '094323.452500', '094323.912500', '094324.372500', '094324.832500', '094325.292500', '094325.752500', '094326.212500', '094326.672500', '094327.132500', '094327.592500', '094328.052500', '094328.512500', '094328.972500', '094329.432500', '094329.892500', '094330.352500', '094330.812500', '094331.272500', '094331.732500', '094332.192500', '094332.652500', '094333.112500', '094333.572500', '094334.032500', '094334.492500', '094334.952500', '094335.412500', '094335.872500', '094336.332500', '094336.792500', '094337.252500', '094337.712500', '094338.172500', '094338.632500', '094339.092500', '094339.552500', '094340.012500', '094340.472500', '094340.932500', '094341.392500', '094341.852500', '094342.312500', '094342.772500', '094343.232500', '094343.692500', '094344.152500', '094344.612500', '094345.072500', '094345.532500', '094345.992500', '094346.452500', '094346.912500', '094347.372500', '094347.832500', '094348.292500', '094348.752500', '094349.212500', '094349.672500', '094350.132500', '094350.592500', '094351.052500', '094351.512500', '094351.972500', '094352.432500', '094352.892500', '094353.352500', '094353.812500', '094354.272500', '094354.732500', '094355.192500', '094355.652500', '094356.112500', '094356.572500', '094357.032500', '094357.492500', '094357.952500', '094358.412500', '094358.872500', '094359.332500', '094359.792500', '094400.252500', '094400.712500', '094401.172500', '094401.632500', '094402.092500', '094402.552500', '094403.012500', '094403.472500', '094403.932500', '094404.392500', '094404.852500', '094405.312500', '094405.772500', '094406.232500', '094406.692500', '094407.152500', '094407.612500', '094408.072500', '094408.532500', '094408.992500', '094409.452500', '094409.912500', '094410.372500', '094410.832500', '094411.292500', '094411.752500', '094412.212500', '094412.672500', '094413.132500', '094413.592500', '094414.052500', '094414.512500', '094414.972500', '094415.432500', '094415.892500', '094416.352500', '094416.812500', '094417.272500', '094417.732500', '094418.192500', '094418.652500', '094419.112500', '094419.572500', '094420.032500', '094420.492500', '094420.952500', '094421.412500', '094421.872500', '094422.332500', '094422.792500', '094423.252500', '094423.712500', '094424.172500', '094424.632500', '094425.092500', '094425.552500', '094426.012500', '094426.472500', '094426.932500', '094427.392500', '094427.852500', '094428.312500', '094428.772500', '094429.232500', '094429.692500', '094430.152500', '094430.612500', '094431.072500', '094431.532500', '094431.992500', '094432.452500', '094432.912500', '094433.372500', '094433.832500', '094434.292500', '094434.752500', '094435.212500', '094435.672500', '094436.132500', '094436.592500', '094437.052500', '094437.512500', '094437.972500', '094438.432500', '094438.892500', '094439.352500', '094439.812500', '094440.272500', '094440.732500', '094441.192500', '094441.652500', '094442.112500', '094442.572500', '094443.032500', '094443.492500', '094443.952500', '094444.412500', '094444.872500', '094445.332500', '094445.792500', '094446.252500', '094446.712500', '094447.172500', '094447.632500', '094448.092500', '094448.552500', '094449.012500', '094449.472500', '094449.932500', '094450.392500', '094450.852500', '094451.312500', '094451.772500', '094452.232500', '094452.692500', '094453.152500', '094453.612500', '094454.072500', '094454.532500', '094454.992500', '094455.452500', '094455.912500', '094456.372500', '094456.832500', '094457.292500', '094457.752500', '094458.212500', '094458.672500', '094459.132500', '094459.592500', '094500.052500', '094500.512500', '094500.972500', '094501.432500', '094501.892500', '094502.352500', '094502.812500', '094503.272500', '094503.732500', '094504.192500', '094504.652500', '094505.112500', '094505.572500', '094506.032500', '094506.492500', '094506.952500', '094507.412500', '094507.872500', '094508.332500', '094508.792500', '094509.252500', '094509.712500', '094510.172500', '094510.632500', '094511.092500', '094511.552500', '094512.012500', '094512.472500', '094512.932500', '094513.392500', '094513.852500', '094514.312500', '094514.772500', '094515.232500', '094515.692500', '094516.152500', '094516.612500', '094517.072500', '094517.532500', '094517.992500', '094518.452500', '094518.912500', '094519.372500', '094519.832500', '094520.292500', '094520.752500', '094521.212500', '094521.672500', '094522.132500', '094522.592500', '094523.052500', '094523.512500', '094523.972500', '094524.432500', '094524.892500', '094525.352500', '094525.812500', '094526.272500', '094526.732500', '094527.192500', '094527.652500', '094528.112500', '094528.572500', '094529.032500', '094529.492500', '094529.952500', '094530.412500', '094530.872500', '094531.332500', '094531.792500', '094532.252500', '094532.712500', '094533.172500', '094533.632500', '094534.092500', '094534.552500', '094535.012500', '094535.472500', '094535.932500', '094536.392500', '094536.852500', '094537.312500', '094537.772500', '094538.232500', '094538.692500', '094539.152500', '094539.612500', '094540.072500', '094540.532500', '094540.992500', '094541.452500', '094541.912500', '094542.372500', '094542.832500', '094543.292500', '094543.752500', '094544.212500', '094544.672500', '094545.132500', '094545.592500', '094546.052500', '094546.512500', '094546.972500', '094547.432500', '094547.892500', '094548.352500', '094548.812500', '094549.272500', '094549.732500', '094550.192500', '094550.652500', '094551.112500', '094551.572500', '094552.032500', '094552.492500', '094552.952500', '094553.412500', '094553.872500', '094554.332500', '094554.792500', '094555.252500', '094555.712500', '094556.172500', '094556.632500', '094557.092500', '094557.552500', '094558.012500', '094558.472500', '094558.932500', '094559.392500', '094559.852500', '094600.312500', '094600.772500', '094601.232500', '094601.692500', '094602.152500', '094602.612500', '094603.072500', '094603.532500', '094603.992500', '094604.452500', '094604.912500', '094605.372500', '094605.832500', '094606.292500', '094606.752500', '094607.212500', '094607.672500', '094608.132500', '094608.592500', '094609.052500', '094609.512500', '094609.972500', '094610.432500', '094610.892500', '094611.352500', '094611.812500', '094612.272500', '094612.732500', '094613.192500', '094613.652500', '094614.112500', '094614.572500', '094615.032500', '094615.492500', '094615.952500', '094616.412500', '094616.872500', '094617.332500', '094617.792500', '094618.252500', '094618.712500', '094619.172500', '094619.632500', '094620.092500', '094620.552500', '094621.012500', '094621.472500', '094621.932500', '094622.392500', '094622.852500', '094623.312500', '094623.772500', '094624.232500', '094624.692500', '094625.152500', '094625.612500', '094626.072500', '094626.532500', '094626.992500', '094627.452500', '094627.912500', '094628.372500', '094628.832500', '094629.292500', '094629.752500', '094630.212500', '094630.672500', '094631.132500', '094631.592500', '094632.052500', '094632.512500', '094632.972500', '094633.432500', '094633.892500', '094634.352500', '094634.812500', '094635.272500', '094635.732500', '094636.192500', '094636.652500', '094637.112500', '094637.572500', '094638.032500', '094638.492500', '094638.952500', '094639.412500', '094639.872500', '094640.332500', '094640.792500', '094641.252500', '094641.712500', '094642.172500', '094642.632500', '094643.092500', '094643.552500', '094644.012500', '094644.472500', '094644.932500', '094645.392500', '094645.852500', '094646.312500', '094646.772500', '094647.232500', '094647.692500', '094648.152500', '094648.612500', '094649.072500', '094649.532500', '094649.992500', '094650.452500', '094650.912500', '094651.372500', '094651.832500', '094652.292500', '094652.752500', '094653.212500', '094653.672500', '094654.132500', '094654.592500', '094655.052500', '094655.512500', '094655.972500', '094656.432500', '094656.892500', '094657.352500', '094657.812500', '094658.272500', '094658.732500', '094659.192500', '094659.652500', '094700.112500', '094700.572500', '094701.032500', '094701.492500', '094701.952500', '094702.412500', '094702.872500', '094703.332500', '094703.792500', '094704.252500', '094704.712500', '094705.172500', '094705.632500', '094706.092500', '094706.552500', '094707.012500', '094707.472500', '094707.932500', '094708.392500', '094708.852500', '094709.312500', '094709.772500', '094710.232500', '094710.692500', '094711.152500', '094711.612500', '094712.072500', '094712.532500', '094712.992500', '094713.452500', '094713.912500', '094714.372500', '094714.832500', '094715.292500', '094715.752500', '094716.212500', '094716.672500', '094717.132500', '094717.592500', '094718.052500', '094718.512500', '094718.972500', '094719.432500', '094719.892500', '094720.352500', '094720.812500', '094721.272500', '094721.732500', '094722.192500', '094722.652500', '094723.112500', '094723.572500', '094724.032500', '094724.492500', '094724.952500', '094725.412500', '094725.872500', '094726.332500', '094726.792500', '094727.252500', '094727.712500', '094728.172500', '094728.632500', '094729.092500', '094729.552500', '094730.012500', '094730.472500', '094730.932500', '094731.392500', '094731.852500', '094732.312500', '094732.772500', '094733.232500', '094733.692500', '094734.152500', '094734.612500', '094735.072500', '094735.532500', '094735.992500', '094736.452500', '094736.912500', '094737.372500', '094737.832500', '094738.292500', '094738.752500', '094739.212500', '094739.672500', '094740.132500', '094740.592500', '094741.052500', '094741.512500', '094741.972500', '094742.432500', '094742.892500', '094743.352500', '094743.812500', '094744.272500', '094744.732500', '094745.192500', '094745.652500', '094746.112500', '094746.572500', '094747.032500', '094747.492500', '094747.952500', '094748.412500', '094748.872500', '094749.332500', '094749.792500', '094750.252500', '094750.712500', '094751.172500', '094751.632500', '094752.092500', '094752.552500', '094753.012500', '094753.472500', '094753.932500', '094754.392500', '094754.852500', '094755.312500', '094755.772500', '094756.232500', '094756.692500', '094757.152500', '094757.612500', '094758.072500', '094758.532500', '094758.992500', '094759.452500', '094759.912500', '094800.372500', '094800.832500', '094801.292500', '094801.752500', '094802.212500', '094802.672500', '094803.132500', '094803.592500', '094804.052500', '094804.512500', '094804.972500', '094805.432500', '094805.892500', '094806.352500', '094806.812500', '094807.272500', '094807.732500', '094808.192500', '094808.652500', '094809.112500', '094809.572500', '094810.032500', '094810.492500', '094810.952500', '094811.412500', '094811.872500', '094812.332500', '094812.792500', '094813.252500', '094813.712500', '094814.172500', '094814.632500', '094815.092500', '094815.552500', '094816.012500', '094816.472500', '094816.932500', '094817.392500', '094817.852500', '094818.312500', '094818.772500', '094819.232500', '094819.692500', '094820.152500', '094820.612500', '094821.072500', '094821.532500', '094821.992500', '094822.452500', '094822.912500', '094823.372500', '094823.832500', '094824.292500', '094824.752500', '094825.212500', '094825.672500', '094826.132500', '094826.592500', '094827.052500', '094827.512500', '094827.972500', '094828.432500', '094828.892500', '094829.352500', '094829.812500', '094830.272500', '094830.732500', '094831.192500', '094831.652500', '094832.112500'], 'ContentTime': ['094218.150000', '094218.153000', '094218.156000', '094218.158000', '094218.161000', '094218.164000', '094218.170000', '094218.173000', '094218.175000', '094218.183000', '094218.185000', '094218.188000', '094218.190000', '094218.193000', '094218.196000', '094218.198000', '094218.201000', '094218.204000', '094218.206000', '094218.209000', '094218.211000', '094238.124000', '094238.135000', '094238.137000', '094238.140000', '094238.143000', '094238.145000', '094238.148000', '094238.151000', '094238.153000', '094238.156000', '094238.158000', '094238.161000', '094238.163000', '094238.166000', '094238.169000', '094238.171000', '094238.174000', '094238.176000', '094238.179000', '094238.182000', '094238.184000', '094238.187000', '094238.189000', '094238.192000', '094238.194000', '094238.197000', '094238.200000', '094238.202000', '094238.205000', '094238.208000', '094238.210000', '094238.213000', '094238.215000', '094238.227000', '094238.230000', '094238.233000', '094238.235000', '094238.238000', '094238.241000', '094238.243000', '094238.246000', '094238.248000', '094238.251000', '094238.254000', '094258.124000', '094258.127000', '094258.130000', '094258.132000', '094258.135000', '094258.138000', '094258.140000', '094258.143000', '094258.146000', '094258.148000', '094258.151000', '094258.153000', '094258.156000', '094258.159000', '094258.161000', '094258.164000', '094258.166000', '094258.169000', '094258.171000', '094258.174000', '094258.177000', '094258.179000', '094258.182000', '094258.184000', '094258.187000', '094258.190000', '094258.193000', '094258.195000', '094258.198000', '094258.200000', '094258.203000', '094258.206000', '094258.208000', '094258.211000', '094258.214000', '094258.216000', '094258.219000', '094258.221000', '094258.229000', '094258.232000', '094258.234000', '094258.237000', '094258.239000', '094318.125000', '094318.128000', '094318.130000', '094318.133000', '094318.136000', '094318.138000', '094318.141000', '094318.143000', '094318.146000', '094318.149000', '094318.151000', '094318.154000', '094318.157000', '094318.160000', '094318.163000', '094318.166000', '094318.168000', '094318.171000', '094318.174000', '094318.176000', '094318.179000', '094318.182000', '094318.184000', '094318.187000', '094318.189000', '094318.192000', '094318.195000', '094318.197000', '094318.200000', '094318.203000', '094318.205000', '094318.208000', '094318.211000', '094318.213000', '094318.216000', '094318.218000', '094318.221000', '094318.224000', '094318.226000', '094318.229000', '094318.231000', '094318.234000', '094318.237000', '094318.239000', '094338.124000', '094338.127000', '094338.130000', '094338.133000', '094338.135000', '094338.138000', '094338.141000', '094338.144000', '094338.146000', '094338.149000', '094338.152000', '094338.154000', '094338.157000', '094338.160000', '094338.162000', '094338.165000', '094338.168000', '094338.170000', '094338.173000', '094338.176000', '094338.178000', '094338.181000', '094338.183000', '094338.186000', '094338.189000', '094338.191000', '094338.194000', '094338.196000', '094338.199000', '094338.202000', '094338.204000', '094338.208000', '094338.211000', '094338.215000', '094338.217000', '094338.220000', '094338.222000', '094338.225000', '094338.228000', '094338.230000', '094338.233000', '094338.236000', '094338.238000', '094358.124000', '094358.127000', '094358.130000', '094358.133000', '094358.136000', '094358.138000', '094358.141000', '094358.143000', '094358.146000', '094358.149000', '094358.151000', '094358.154000', '094358.156000', '094358.159000', '094358.162000', '094358.164000', '094358.167000', '094358.169000', '094358.172000', '094358.175000', '094358.178000', '094358.180000', '094358.183000', '094358.185000', '094358.188000', '094358.191000', '094358.193000', '094358.196000', '094358.198000', '094358.201000', '094358.204000', '094358.206000', '094358.209000', '094358.212000', '094358.214000', '094358.217000', '094358.220000', '094358.222000', '094358.225000', '094358.227000', '094358.230000', '094358.233000', '094358.235000', '094358.238000', '094418.123000', '094418.126000', '094418.129000', '094418.132000', '094418.135000', '094418.137000', '094418.140000', '094418.142000', '094418.145000', '094418.148000', '094418.150000', '094418.153000', '094418.155000', '094418.158000', '094418.161000', '094418.163000', '094418.166000', '094418.169000', '094418.171000', '094418.174000', '094418.177000', '094418.180000', '094418.193000', '094418.195000', '094418.198000', '094418.201000', '094418.204000', '094418.206000', '094418.209000', '094418.212000', '094418.214000', '094418.217000', '094418.220000', '094418.222000', '094418.225000', '094418.227000', '094418.230000', '094418.233000', '094418.235000', '094418.238000', '094418.241000', '094418.243000', '094418.246000', '094438.124000', '094438.127000', '094438.130000', '094438.133000', '094438.136000', '094438.138000', '094438.141000', '094438.144000', '094438.146000', '094438.149000', '094438.151000', '094438.154000', '094438.157000', '094438.159000', '094438.162000', '094438.165000', '094438.167000', '094438.170000', '094438.173000', '094438.175000', '094438.178000', '094438.181000', '094438.183000', '094438.186000', '094438.188000', '094438.191000', '094438.194000', '094438.196000', '094438.199000', '094438.202000', '094438.204000', '094438.207000', '094438.210000', '094438.212000', '094438.215000', '094438.217000', '094438.220000', '094438.223000', '094438.225000', '094438.228000', '094438.231000', '094438.233000', '094438.236000', '094438.239000', '094458.124000', '094458.127000', '094458.130000', '094458.133000', '094458.135000', '094458.138000', '094458.141000', '094458.143000', '094458.146000', '094458.148000', '094458.151000', '094458.154000', '094458.156000', '094458.159000', '094458.162000', '094458.164000', '094458.167000', '094458.170000', '094458.172000', '094458.175000', '094458.177000', '094458.180000', '094458.183000', '094458.185000', '094458.188000', '094458.191000', '094458.193000', '094458.196000', '094458.198000', '094458.201000', '094458.204000', '094458.206000', '094458.209000', '094458.212000', '094458.214000', '094458.217000', '094458.220000', '094458.222000', '094458.225000', '094458.228000', '094458.230000', '094458.233000', '094458.267000', '094518.125000', '094518.127000', '094518.130000', '094518.133000', '094518.135000', '094518.138000', '094518.141000', '094518.143000', '094518.146000', '094518.149000', '094518.151000', '094518.154000', '094518.157000', '094518.159000', '094518.162000', '094518.165000', '094518.167000', '094518.170000', '094518.173000', '094518.175000', '094518.178000', '094518.181000', '094518.183000', '094518.186000', '094518.189000', '094518.192000', '094518.195000', '094518.198000', '094518.200000', '094518.203000', '094518.206000', '094518.208000', '094518.211000', '094518.213000', '094518.216000', '094518.219000', '094518.221000', '094518.224000', '094518.227000', '094518.229000', '094518.232000', '094518.235000', '094518.237000', '094518.240000', '094538.125000', '094538.127000', '094538.130000', '094538.133000', '094538.135000', '094538.138000', '094538.140000', '094538.143000', '094538.146000', '094538.148000', '094538.151000', '094538.154000', '094538.156000', '094538.166000', '094538.169000', '094538.171000', '094538.174000', '094538.177000', '094538.179000', '094538.182000', '094538.185000', '094538.187000', '094538.190000', '094538.193000', '094538.197000', '094538.199000', '094538.203000', '094538.205000', '094538.208000', '094538.210000', '094538.213000', '094538.216000', '094538.218000', '094538.221000', '094538.224000', '094538.226000', '094538.229000', '094538.231000', '094538.234000', '094538.237000', '094538.240000', '094538.242000', '094538.245000', '094558.125000', '094558.128000', '094558.131000', '094558.134000', '094558.136000', '094558.139000', '094558.142000', '094558.145000', '094558.147000', '094558.150000', '094558.153000', '094558.155000', '094558.158000', '094558.161000', '094558.163000', '094558.166000', '094558.168000', '094558.171000', '094558.174000', '094558.177000', '094558.179000', '094558.182000', '094558.185000', '094558.187000', '094558.190000', '094558.192000', '094558.195000', '094558.198000', '094558.200000', '094558.203000', '094558.206000', '094558.208000', '094558.211000', '094558.214000', '094558.216000', '094558.219000', '094558.222000', '094558.224000', '094558.227000', '094558.230000', '094558.232000', '094558.235000', '094558.238000', '094558.240000', '094618.124000', '094618.127000', '094618.130000', '094618.133000', '094618.135000', '094618.138000', '094618.141000', '094618.143000', '094618.146000', '094618.149000', '094618.151000', '094618.154000', '094618.157000', '094618.159000', '094618.162000', '094618.165000', '094618.167000', '094618.170000', '094618.173000', '094618.175000', '094618.178000', '094618.181000', '094618.183000', '094618.186000', '094618.189000', '094618.191000', '094618.194000', '094618.197000', '094618.199000', '094618.202000', '094618.205000', '094618.208000', '094618.211000', '094618.214000', '094618.216000', '094618.219000', '094618.222000', '094618.224000', '094618.227000', '094618.230000', '094618.232000', '094618.235000', '094618.237000', '094638.124000', '094638.126000', '094638.129000', '094638.132000', '094638.134000', '094638.137000', '094638.140000', '094638.142000', '094638.145000', '094638.160000', '094638.163000', '094638.165000', '094638.168000', '094638.171000', '094638.173000', '094638.176000', '094638.179000', '094638.181000', '094638.184000', '094638.187000', '094638.189000', '094638.192000', '094638.194000', '094638.197000', '094638.200000', '094638.203000', '094638.205000', '094638.208000', '094638.211000', '094638.213000', '094638.216000', '094638.218000', '094638.221000', '094638.224000', '094638.226000', '094638.229000', '094638.235000', '094638.238000', '094638.241000', '094638.243000', '094638.246000', '094638.249000', '094638.251000', '094638.254000', '094658.125000', '094658.127000', '094658.130000', '094658.133000', '094658.136000', '094658.138000', '094658.141000', '094658.143000', '094658.146000', '094658.149000', '094658.151000', '094658.154000', '094658.157000', '094658.159000', '094658.162000', '094658.165000', '094658.167000', '094658.170000', '094658.173000', '094658.175000', '094658.178000', '094658.181000', '094658.183000', '094658.186000', '094658.189000', '094658.191000', '094658.194000', '094658.196000', '094658.199000', '094658.202000', '094658.204000', '094658.207000', '094658.210000', '094658.212000', '094658.215000', '094658.218000', '094658.220000', '094658.223000', '094658.226000', '094658.228000', '094658.231000', '094658.234000', '094658.236000', '094718.124000', '094718.127000', '094718.130000', '094718.133000', '094718.135000', '094718.138000', '094718.140000', '094718.143000', '094718.146000', '094718.148000', '094718.151000', '094718.153000', '094718.156000', '094718.159000', '094718.161000', '094718.164000', '094718.166000', '094718.169000', '094718.172000', '094718.174000', '094718.177000', '094718.179000', '094718.182000', '094718.185000', '094718.187000', '094718.190000', '094718.192000', '094718.195000', '094718.198000', '094718.200000', '094718.203000', '094718.205000', '094718.208000', '094718.211000', '094718.213000', '094718.216000', '094718.219000', '094718.221000', '094718.224000', '094718.227000', '094718.229000', '094718.232000', '094718.235000', '094718.237000', '094738.125000', '094738.127000', '094738.130000', '094738.133000', '094738.135000', '094738.138000', '094738.140000', '094738.143000', '094738.146000', '094738.148000', '094738.151000', '094738.153000', '094738.156000', '094738.159000', '094738.161000', '094738.164000', '094738.166000', '094738.169000', '094738.172000', '094738.174000', '094738.177000', '094738.179000', '094738.182000', '094738.185000', '094738.187000', '094738.190000', '094738.192000', '094738.195000', '094738.198000', '094738.200000', '094738.203000', '094738.205000', '094738.208000', '094738.211000', '094738.215000', '094738.218000', '094738.220000', '094738.223000', '094738.225000', '094738.228000', '094738.231000', '094738.233000', '094738.236000', '094758.124000', '094758.127000', '094758.130000', '094758.132000', '094758.135000', '094758.138000', '094758.140000', '094758.143000', '094758.146000', '094758.148000', '094758.151000', '094758.154000', '094758.156000', '094758.159000', '094758.162000', '094758.164000', '094758.167000', '094758.169000', '094758.172000', '094758.175000', '094758.177000', '094758.180000', '094758.183000', '094758.186000', '094758.188000', '094758.191000', '094758.194000', '094758.196000', '094758.199000', '094758.201000', '094758.204000', '094758.207000', '094758.209000', '094758.212000', '094758.227000', '094758.230000', '094758.232000', '094758.235000', '094758.238000', '094758.240000', '094758.243000', '094758.246000', '094758.248000', '094758.251000', '094818.125000', '094818.128000', '094818.130000', '094818.133000', '094818.135000', '094818.138000', '094818.140000', '094818.143000', '094818.146000', '094818.148000', '094818.151000', '094818.153000', '094818.156000', '094818.159000', '094818.161000', '094818.164000', '094818.166000', '094818.169000', '094818.171000', '094818.174000', '094818.177000', '094818.179000', '094818.182000', '094818.184000', '094818.187000', '094818.189000', '094818.192000', '094818.195000', '094818.197000', '094818.200000', '094818.202000', '094818.205000', '094818.207000', '094818.210000', '094818.213000', '094818.215000', '094818.218000', '094818.221000', '094818.223000', '094818.226000', '094818.228000', '094818.231000', '094818.233000', '094833.944000', '094833.947000', '094833.950000', '094833.954000', '094833.957000', '094833.960000', '094833.963000', '094833.966000', '094833.968000', '094833.971000', '094833.974000', '094833.977000', '094833.980000', '094833.983000', '094833.986000', '094833.989000', '094833.993000', '094834.000000', '094834.004000', '094834.007000', '094834.010000', '094834.013000', '094834.015000', '094834.022000', '094834.025000', '094834.028000', '094834.031000', '094834.034000', '094834.038000', '094834.040000', '094834.043000', '094834.046000', '094834.049000', '094834.054000', '094834.070000'], 'InstanceCreationTime': ['094218.150000', '094218.153000', '094218.156000', '094218.158000', '094218.161000', '094218.164000', '094218.170000', '094218.173000', '094218.175000', '094218.183000', '094218.185000', '094218.188000', '094218.190000', '094218.193000', '094218.196000', '094218.198000', '094218.201000', '094218.204000', '094218.206000', '094218.209000', '094218.211000', '094238.124000', '094238.135000', '094238.137000', '094238.140000', '094238.143000', '094238.145000', '094238.148000', '094238.151000', '094238.153000', '094238.156000', '094238.158000', '094238.161000', '094238.163000', '094238.166000', '094238.169000', '094238.171000', '094238.174000', '094238.176000', '094238.179000', '094238.182000', '094238.184000', '094238.187000', '094238.189000', '094238.192000', '094238.194000', '094238.197000', '094238.200000', '094238.202000', '094238.205000', '094238.208000', '094238.210000', '094238.213000', '094238.215000', '094238.227000', '094238.230000', '094238.233000', '094238.235000', '094238.238000', '094238.241000', '094238.243000', '094238.246000', '094238.248000', '094238.251000', '094238.254000', '094258.124000', '094258.127000', '094258.130000', '094258.132000', '094258.135000', '094258.138000', '094258.140000', '094258.143000', '094258.146000', '094258.148000', '094258.151000', '094258.153000', '094258.156000', '094258.159000', '094258.161000', '094258.164000', '094258.166000', '094258.169000', '094258.171000', '094258.174000', '094258.177000', '094258.179000', '094258.182000', '094258.184000', '094258.187000', '094258.190000', '094258.193000', '094258.195000', '094258.198000', '094258.200000', '094258.203000', '094258.206000', '094258.208000', '094258.211000', '094258.214000', '094258.216000', '094258.219000', '094258.221000', '094258.229000', '094258.232000', '094258.234000', '094258.237000', '094258.239000', '094318.125000', '094318.128000', '094318.130000', '094318.133000', '094318.136000', '094318.138000', '094318.141000', '094318.143000', '094318.146000', '094318.149000', '094318.151000', '094318.154000', '094318.157000', '094318.160000', '094318.163000', '094318.166000', '094318.168000', '094318.171000', '094318.174000', '094318.176000', '094318.179000', '094318.182000', '094318.184000', '094318.187000', '094318.189000', '094318.192000', '094318.195000', '094318.197000', '094318.200000', '094318.203000', '094318.205000', '094318.208000', '094318.211000', '094318.213000', '094318.216000', '094318.218000', '094318.221000', '094318.224000', '094318.226000', '094318.229000', '094318.231000', '094318.234000', '094318.237000', '094318.239000', '094338.124000', '094338.127000', '094338.130000', '094338.133000', '094338.135000', '094338.138000', '094338.141000', '094338.144000', '094338.146000', '094338.149000', '094338.152000', '094338.154000', '094338.157000', '094338.160000', '094338.162000', '094338.165000', '094338.168000', '094338.170000', '094338.173000', '094338.176000', '094338.178000', '094338.181000', '094338.183000', '094338.186000', '094338.189000', '094338.191000', '094338.194000', '094338.196000', '094338.199000', '094338.202000', '094338.204000', '094338.208000', '094338.211000', '094338.215000', '094338.217000', '094338.220000', '094338.222000', '094338.225000', '094338.228000', '094338.230000', '094338.233000', '094338.236000', '094338.238000', '094358.124000', '094358.127000', '094358.130000', '094358.133000', '094358.136000', '094358.138000', '094358.141000', '094358.143000', '094358.146000', '094358.149000', '094358.151000', '094358.154000', '094358.156000', '094358.159000', '094358.162000', '094358.164000', '094358.167000', '094358.169000', '094358.172000', '094358.175000', '094358.178000', '094358.180000', '094358.183000', '094358.185000', '094358.188000', '094358.191000', '094358.193000', '094358.196000', '094358.198000', '094358.201000', '094358.204000', '094358.206000', '094358.209000', '094358.212000', '094358.214000', '094358.217000', '094358.220000', '094358.222000', '094358.225000', '094358.227000', '094358.230000', '094358.233000', '094358.235000', '094358.238000', '094418.123000', '094418.126000', '094418.129000', '094418.132000', '094418.135000', '094418.137000', '094418.140000', '094418.142000', '094418.145000', '094418.148000', '094418.150000', '094418.153000', '094418.155000', '094418.158000', '094418.161000', '094418.163000', '094418.166000', '094418.169000', '094418.171000', '094418.174000', '094418.177000', '094418.180000', '094418.193000', '094418.195000', '094418.198000', '094418.201000', '094418.204000', '094418.206000', '094418.209000', '094418.212000', '094418.214000', '094418.217000', '094418.220000', '094418.222000', '094418.225000', '094418.227000', '094418.230000', '094418.233000', '094418.235000', '094418.238000', '094418.241000', '094418.243000', '094418.246000', '094438.124000', '094438.127000', '094438.130000', '094438.133000', '094438.136000', '094438.138000', '094438.141000', '094438.144000', '094438.146000', '094438.149000', '094438.151000', '094438.154000', '094438.157000', '094438.159000', '094438.162000', '094438.165000', '094438.167000', '094438.170000', '094438.173000', '094438.175000', '094438.178000', '094438.181000', '094438.183000', '094438.186000', '094438.188000', '094438.191000', '094438.194000', '094438.196000', '094438.199000', '094438.202000', '094438.204000', '094438.207000', '094438.210000', '094438.212000', '094438.215000', '094438.217000', '094438.220000', '094438.223000', '094438.225000', '094438.228000', '094438.231000', '094438.233000', '094438.236000', '094438.239000', '094458.124000', '094458.127000', '094458.130000', '094458.133000', '094458.135000', '094458.138000', '094458.141000', '094458.143000', '094458.146000', '094458.148000', '094458.151000', '094458.154000', '094458.156000', '094458.159000', '094458.162000', '094458.164000', '094458.167000', '094458.170000', '094458.172000', '094458.175000', '094458.177000', '094458.180000', '094458.183000', '094458.185000', '094458.188000', '094458.191000', '094458.193000', '094458.196000', '094458.198000', '094458.201000', '094458.204000', '094458.206000', '094458.209000', '094458.212000', '094458.214000', '094458.217000', '094458.220000', '094458.222000', '094458.225000', '094458.228000', '094458.230000', '094458.233000', '094458.267000', '094518.125000', '094518.127000', '094518.130000', '094518.133000', '094518.135000', '094518.138000', '094518.141000', '094518.143000', '094518.146000', '094518.149000', '094518.151000', '094518.154000', '094518.157000', '094518.159000', '094518.162000', '094518.165000', '094518.167000', '094518.170000', '094518.173000', '094518.175000', '094518.178000', '094518.181000', '094518.183000', '094518.186000', '094518.189000', '094518.192000', '094518.195000', '094518.198000', '094518.200000', '094518.203000', '094518.206000', '094518.208000', '094518.211000', '094518.213000', '094518.216000', '094518.219000', '094518.221000', '094518.224000', '094518.227000', '094518.229000', '094518.232000', '094518.235000', '094518.237000', '094518.240000', '094538.125000', '094538.127000', '094538.130000', '094538.133000', '094538.135000', '094538.138000', '094538.140000', '094538.143000', '094538.146000', '094538.148000', '094538.151000', '094538.154000', '094538.156000', '094538.166000', '094538.169000', '094538.171000', '094538.174000', '094538.177000', '094538.179000', '094538.182000', '094538.185000', '094538.187000', '094538.190000', '094538.193000', '094538.197000', '094538.199000', '094538.203000', '094538.205000', '094538.208000', '094538.210000', '094538.213000', '094538.216000', '094538.218000', '094538.221000', '094538.224000', '094538.226000', '094538.229000', '094538.231000', '094538.234000', '094538.237000', '094538.240000', '094538.242000', '094538.245000', '094558.125000', '094558.128000', '094558.131000', '094558.134000', '094558.136000', '094558.139000', '094558.142000', '094558.145000', '094558.147000', '094558.150000', '094558.153000', '094558.155000', '094558.158000', '094558.161000', '094558.163000', '094558.166000', '094558.168000', '094558.171000', '094558.174000', '094558.177000', '094558.179000', '094558.182000', '094558.185000', '094558.187000', '094558.190000', '094558.192000', '094558.195000', '094558.198000', '094558.200000', '094558.203000', '094558.206000', '094558.208000', '094558.211000', '094558.214000', '094558.216000', '094558.219000', '094558.222000', '094558.224000', '094558.227000', '094558.230000', '094558.232000', '094558.235000', '094558.238000', '094558.240000', '094618.124000', '094618.127000', '094618.130000', '094618.133000', '094618.135000', '094618.138000', '094618.141000', '094618.143000', '094618.146000', '094618.149000', '094618.151000', '094618.154000', '094618.157000', '094618.159000', '094618.162000', '094618.165000', '094618.167000', '094618.170000', '094618.173000', '094618.175000', '094618.178000', '094618.181000', '094618.183000', '094618.186000', '094618.189000', '094618.191000', '094618.194000', '094618.197000', '094618.199000', '094618.202000', '094618.205000', '094618.208000', '094618.211000', '094618.214000', '094618.216000', '094618.219000', '094618.222000', '094618.224000', '094618.227000', '094618.230000', '094618.232000', '094618.235000', '094618.237000', '094638.124000', '094638.126000', '094638.129000', '094638.132000', '094638.134000', '094638.137000', '094638.140000', '094638.142000', '094638.145000', '094638.160000', '094638.163000', '094638.165000', '094638.168000', '094638.171000', '094638.173000', '094638.176000', '094638.179000', '094638.181000', '094638.184000', '094638.187000', '094638.189000', '094638.192000', '094638.194000', '094638.197000', '094638.200000', '094638.203000', '094638.205000', '094638.208000', '094638.211000', '094638.213000', '094638.216000', '094638.218000', '094638.221000', '094638.224000', '094638.226000', '094638.229000', '094638.235000', '094638.238000', '094638.241000', '094638.243000', '094638.246000', '094638.249000', '094638.251000', '094638.254000', '094658.125000', '094658.127000', '094658.130000', '094658.133000', '094658.136000', '094658.138000', '094658.141000', '094658.143000', '094658.146000', '094658.149000', '094658.151000', '094658.154000', '094658.157000', '094658.159000', '094658.162000', '094658.165000', '094658.167000', '094658.170000', '094658.173000', '094658.175000', '094658.178000', '094658.181000', '094658.183000', '094658.186000', '094658.189000', '094658.191000', '094658.194000', '094658.196000', '094658.199000', '094658.202000', '094658.204000', '094658.207000', '094658.210000', '094658.212000', '094658.215000', '094658.218000', '094658.220000', '094658.223000', '094658.226000', '094658.228000', '094658.231000', '094658.234000', '094658.236000', '094718.124000', '094718.127000', '094718.130000', '094718.133000', '094718.135000', '094718.138000', '094718.140000', '094718.143000', '094718.146000', '094718.148000', '094718.151000', '094718.153000', '094718.156000', '094718.159000', '094718.161000', '094718.164000', '094718.166000', '094718.169000', '094718.172000', '094718.174000', '094718.177000', '094718.179000', '094718.182000', '094718.185000', '094718.187000', '094718.190000', '094718.192000', '094718.195000', '094718.198000', '094718.200000', '094718.203000', '094718.205000', '094718.208000', '094718.211000', '094718.213000', '094718.216000', '094718.219000', '094718.221000', '094718.224000', '094718.227000', '094718.229000', '094718.232000', '094718.235000', '094718.237000', '094738.125000', '094738.127000', '094738.130000', '094738.133000', '094738.135000', '094738.138000', '094738.140000', '094738.143000', '094738.146000', '094738.148000', '094738.151000', '094738.153000', '094738.156000', '094738.159000', '094738.161000', '094738.164000', '094738.166000', '094738.169000', '094738.172000', '094738.174000', '094738.177000', '094738.179000', '094738.182000', '094738.185000', '094738.187000', '094738.190000', '094738.192000', '094738.195000', '094738.198000', '094738.200000', '094738.203000', '094738.205000', '094738.208000', '094738.211000', '094738.215000', '094738.218000', '094738.220000', '094738.223000', '094738.225000', '094738.228000', '094738.231000', '094738.233000', '094738.236000', '094758.124000', '094758.127000', '094758.130000', '094758.132000', '094758.135000', '094758.138000', '094758.140000', '094758.143000', '094758.146000', '094758.148000', '094758.151000', '094758.154000', '094758.156000', '094758.159000', '094758.162000', '094758.164000', '094758.167000', '094758.169000', '094758.172000', '094758.175000', '094758.177000', '094758.180000', '094758.183000', '094758.186000', '094758.188000', '094758.191000', '094758.194000', '094758.196000', '094758.199000', '094758.201000', '094758.204000', '094758.207000', '094758.209000', '094758.212000', '094758.227000', '094758.230000', '094758.232000', '094758.235000', '094758.238000', '094758.240000', '094758.243000', '094758.246000', '094758.248000', '094758.251000', '094818.125000', '094818.128000', '094818.130000', '094818.133000', '094818.135000', '094818.138000', '094818.140000', '094818.143000', '094818.146000', '094818.148000', '094818.151000', '094818.153000', '094818.156000', '094818.159000', '094818.161000', '094818.164000', '094818.166000', '094818.169000', '094818.171000', '094818.174000', '094818.177000', '094818.179000', '094818.182000', '094818.184000', '094818.187000', '094818.189000', '094818.192000', '094818.195000', '094818.197000', '094818.200000', '094818.202000', '094818.205000', '094818.207000', '094818.210000', '094818.213000', '094818.215000', '094818.218000', '094818.221000', '094818.223000', '094818.226000', '094818.228000', '094818.231000', '094818.233000', '094833.944000', '094833.947000', '094833.950000', '094833.954000', '094833.957000', '094833.960000', '094833.963000', '094833.966000', '094833.968000', '094833.971000', '094833.974000', '094833.977000', '094833.980000', '094833.983000', '094833.986000', '094833.989000', '094833.993000', '094834.000000', '094834.004000', '094834.007000', '094834.010000', '094834.013000', '094834.015000', '094834.022000', '094834.025000', '094834.028000', '094834.031000', '094834.034000', '094834.038000', '094834.040000', '094834.043000', '094834.046000', '094834.049000', '094834.054000', '094834.070000'], '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': [11827, 9833, 6293, 7955, 6585, 6521, 8351, 7761, 11547, 7870, 5722, 6471, 5862, 9678, 7015, 7154, 5539, 5364, 6052, 5656, 7054, 5645, 8805, 5883, 5366, 5861, 5272, 5797, 5686, 9037, 5793, 8276, 5920, 5214, 5728, 5424, 6915, 5771, 9564, 7810, 7279, 5813, 5203, 6363, 5390, 7394, 5307, 10834, 6545, 7569, 5658, 7449, 5538, 7415, 5740, 7798, 6429, 5494, 5840, 5703, 6647, 5837, 7509, 5696, 9522, 6529, 7952, 5538, 6338, 5874, 6412, 5474, 7637, 6834, 5453, 5943, 5625, 7170, 5745, 8830, 6281, 7846, 6214, 7731, 5752, 7346, 5981, 8434, 7151, 6023, 6312, 6145, 8624, 6035, 9068, 6360, 10495, 8082, 6213, 6657, 5575, 6683, 5705, 7307, 5817, 8619, 6376, 10516, 9111, 6252, 6028, 5822, 7362, 6263, 8745, 6052, 9014, 6786, 6662, 6965, 5854, 6194, 7751, 7037, 10453, 6187, 5773, 7561, 5876, 7521, 6704, 7179, 10093, 5833, 7329, 5949, 5624, 5534, 5461, 7365, 5920, 6723, 5714, 5621, 6510, 5595, 8143, 5962, 9902, 6335, 5596, 6219, 5661, 8118, 6190, 6386, 8606, 7369, 8418, 6907, 5802, 8902, 5732, 10761, 8600, 8930, 7211, 5872, 6819, 5967, 7331, 5670, 8140, 6071, 9919, 5767, 5469, 5586, 5512, 5708, 5342, 7219, 5515, 9155, 5794, 6226, 5493, 5438, 6523, 6470, 10682, 8144, 5984, 6740, 6118, 6945, 6240, 6086, 10758, 8914, 6479, 8672, 5754, 6018, 8273, 6660, 10015, 10174, 5819, 7520, 5691, 8401, 5626, 7987, 6662, 8559, 7132, 5829, 6173, 5980, 6790, 5711, 7931, 6084, 7211, 5546, 5369, 6367, 5570, 7281, 5667, 10182, 7619, 5655, 6602, 5610, 7236, 5701, 7824, 5786, 10064, 7933, 8172, 5869, 5782, 5512, 5554, 5884, 7135, 8822, 5644, 6783, 5730, 7050, 5791, 7258, 5647, 9623, 6600, 6691, 5470, 5457, 5681, 5486, 5803, 7086, 7827, 5450, 6665, 5703, 7095, 5678, 6487, 5414, 7946, 5566, 6996, 5537, 6070, 5553, 6437, 5543, 6507, 5553, 8332, 5712, 6267, 5664, 7045, 5784, 7148, 5659, 9073, 5637, 6810, 5788, 6210, 5635, 5479, 5883, 5282, 9080, 5605, 7582, 5897, 6284, 5965, 5962, 8704, 6606, 7869, 9011, 5878, 7391, 5853, 6910, 5830, 7592, 8740, 5713, 7509, 5730, 7862, 5980, 8279, 5998, 6768, 7084, 5652, 6872, 6069, 7006, 5824, 8442, 6775, 5811, 6192, 5499, 7281, 5925, 8076, 6191, 8839, 7073, 5682, 6194, 5631, 6672, 5713, 7408, 5987, 10090, 5735, 6983, 5791, 7457, 5899, 8066, 6007, 9786, 6072, 5703, 5767, 5545, 6312, 5635, 10756, 7202, 5475, 8081, 5502, 7481, 5722, 9492, 9718, 8670, 10749, 7917, 6383, 5327, 6113, 5302, 6003, 5546, 6209, 5842, 5432, 6243, 5338, 9487, 7108, 5827, 5684, 5618, 6664, 6215, 7433, 6437, 6918, 6998, 5638, 7980, 5396, 6056, 9873, 6163, 5604, 8839, 6012, 9886, 8581, 5752, 7251, 5619, 8046, 5693, 7760, 5946, 5715, 7607, 5546, 5979, 5607, 5582, 6390, 5694, 8142, 6010, 5664, 5916, 5626, 7216, 5812, 8032, 6051, 7487, 6638, 5647, 6933, 5509, 8271, 5811, 6417, 8235, 5797, 6905, 5785, 5601, 7418, 5711, 10238, 7526, 5962, 6648, 5368, 7974, 5809, 8912, 6542, 8976, 7613, 5792, 7107, 5541, 7461, 5568, 7997, 6194, 5951, 6322, 5506, 7241, 5718, 7894, 5625, 9912, 7616, 5759, 6383, 5470, 7384, 5465, 9050, 6791, 8842, 5806, 5638, 6152, 5423, 7422, 5484, 9913, 5702, 6669, 5600, 5669, 6954, 5465, 9859, 6547, 8558, 5442, 7080, 5869, 5921, 7443, 5684, 7707, 5578, 7144, 5581, 5461, 6352, 5341, 9983, 5476, 5652, 5628, 5684, 7372, 5480, 10351, 7049, 5622, 6580, 5457, 9116, 5924, 10520, 8623, 5767, 6786, 5424, 7569, 5917, 8631, 7274, 5444, 6402, 5765, 7460, 6093, 5664, 7819, 6168, 9201, 6020, 5642, 6343, 5866, 8096, 5613, 5298, 7186, 5758, 5291, 8539, 7812, 7194, 7439, 5530, 7538, 6293, 6854, 7855, 6293, 9537, 5699, 5593, 5757, 5477, 8021, 5854, 5690, 5635, 5574, 6367, 5671, 5678, 7410, 5713, 10473, 5676, 5657, 6040, 5540, 8219, 5365, 10740, 8240, 5841, 6470, 5226, 7751, 5424, 9666, 7317, 7379, 6271, 5405, 7150, 5314, 7485, 5420, 10457, 5960, 7817, 5686, 7488, 5859, 6917, 6489, 5620, 6290, 5466, 7517, 5988, 6502, 6444, 6005, 8420, 5222, 6323, 5803, 5855, 5927, 5421, 9954, 5395, 7540, 5883, 6266, 5896, 6598, 9977, 5368, 8010, 5827, 5958, 6311, 5894, 7944, 6008, 6096, 6829, 5387, 10301, 8444, 6348, 7208, 5661, 9088, 6338, 9728, 7643, 9173, 6370, 5287, 6652, 5495, 7438, 5827, 6840, 7290, 5457, 6616, 5389, 7886, 5660, 8366, 8158, 5568, 6731, 5476, 7650, 5321, 9452, 6842, 9859, 6555, 5432, 5832, 5484, 7007, 5306, 10765, 6589, 6213, 5835, 5731, 6872, 5630, 9313, 7062, 5397, 7349, 5432, 5548, 6416, 5233, 10604, 7628, 6048, 6190, 5589, 8254, 5572, 5945, 9647, 7491, 7234, 6002, 5600, 8022, 5812, 5612, 9046, 7370, 9389, 5953, 5634, 8144, 5748, 6684, 7565, 6859, 10563, 5679, 5648, 6306, 5561, 7522, 5550, 11288, 8733, 5674, 5766, 5378, 6372, 5399, 8044, 6049, 6648, 6389, 5483, 7049, 5551, 7983, 5655, 8180, 7749, 5664, 6464, 5271, 7676, 5291, 7345, 5989, 6627, 8433, 5467, 7313, 5400, 7807, 5406, 8594, 6707, 5376, 6257, 5379, 6772, 5312, 8773, 6064, 9107, 5995, 5506, 6235, 5541, 8487, 5370, 11020, 7270, 7874, 5835, 7478, 5483, 7901, 7954, 5480, 8306, 5332, 5426, 5555, 5542, 8222, 5520, 9744, 5334, 6913, 5584, 5469, 6197, 5640, 10405, 5749, 8264, 5670, 6144, 5835, 5871, 9799, 6124, 5641, 5761, 5225, 5937, 5475, 5161, 8686, 6235, 9505, 7318, 5161, 7640, 5284, 8634, 5730, 8269, 8667, 5469, 6756, 5439, 5643, 6071, 5407, 9213, 6282, 5570], 'WindowCenter': [3407.0, 3380.0, 3322.0, 3342.0, 3320.0, 3307.0, 3352.0, 3329.0, 3360.0, 3325.0, 3293.0, 3302.0, 3292.0, 3335.0, 3314.0, 3314.0, 3281.0, 3282.0, 3292.0, 3293.0, 3315.0, 3295.0, 3337.0, 3295.0, 3294.0, 3294.0, 3283.0, 3295.0, 3295.0, 3338.0, 3306.0, 3326.0, 3306.0, 3283.0, 3294.0, 3294.0, 3316.0, 3307.0, 3349.0, 3339.0, 3327.0, 3306.0, 3283.0, 3304.0, 3294.0, 3326.0, 3282.0, 3349.0, 3304.0, 3325.0, 3294.0, 3313.0, 3293.0, 3324.0, 3305.0, 3326.0, 3316.0, 3294.0, 3294.0, 3294.0, 3314.0, 3293.0, 3326.0, 3295.0, 3347.0, 3317.0, 3326.0, 3295.0, 3304.0, 3294.0, 3303.0, 3296.0, 3341.0, 3317.0, 3296.0, 3305.0, 3305.0, 3327.0, 3306.0, 3337.0, 3331.0, 3337.0, 3318.0, 3326.0, 3307.0, 3328.0, 3306.0, 3340.0, 3328.0, 3305.0, 3316.0, 3306.0, 3337.0, 3306.0, 3337.0, 3317.0, 3348.0, 3338.0, 3305.0, 3304.0, 3283.0, 3302.0, 3293.0, 3314.0, 3293.0, 3336.0, 3305.0, 3348.0, 3337.0, 3303.0, 3293.0, 3294.0, 3314.0, 3303.0, 3335.0, 3304.0, 3336.0, 3314.0, 3314.0, 3315.0, 3292.0, 3304.0, 3324.0, 3315.0, 3348.0, 3293.0, 3293.0, 3313.0, 3294.0, 3325.0, 3315.0, 3314.0, 3349.0, 3294.0, 3314.0, 3305.0, 3292.0, 3281.0, 3283.0, 3325.0, 3306.0, 3316.0, 3306.0, 3307.0, 3316.0, 3294.0, 3327.0, 3305.0, 3349.0, 3316.0, 3296.0, 3305.0, 3306.0, 3339.0, 3307.0, 3316.0, 3337.0, 3328.0, 3339.0, 3315.0, 3295.0, 3335.0, 3294.0, 3347.0, 3338.0, 3338.0, 3313.0, 3291.0, 3302.0, 3292.0, 3311.0, 3292.0, 3325.0, 3293.0, 3347.0, 3294.0, 3282.0, 3293.0, 3282.0, 3293.0, 3281.0, 3326.0, 3294.0, 3349.0, 3295.0, 3306.0, 3295.0, 3294.0, 3317.0, 3317.0, 3360.0, 3338.0, 3317.0, 3315.0, 3306.0, 3326.0, 3315.0, 3305.0, 3360.0, 3349.0, 3305.0, 3338.0, 3294.0, 3305.0, 3337.0, 3316.0, 3349.0, 3349.0, 3294.0, 3325.0, 3293.0, 3322.0, 3292.0, 3312.0, 3302.0, 3323.0, 3313.0, 3291.0, 3291.0, 3291.0, 3301.0, 3292.0, 3325.0, 3303.0, 3326.0, 3282.0, 3293.0, 3304.0, 3294.0, 3325.0, 3294.0, 3346.0, 3326.0, 3294.0, 3313.0, 3294.0, 3325.0, 3293.0, 3324.0, 3294.0, 3346.0, 3338.0, 3325.0, 3293.0, 3291.0, 3281.0, 3281.0, 3293.0, 3313.0, 3336.0, 3292.0, 3301.0, 3291.0, 3311.0, 3291.0, 3313.0, 3293.0, 3333.0, 3315.0, 3302.0, 3282.0, 3280.0, 3292.0, 3279.0, 3292.0, 3314.0, 3325.0, 3281.0, 3302.0, 3292.0, 3311.0, 3291.0, 3301.0, 3280.0, 3323.0, 3280.0, 3312.0, 3280.0, 3289.0, 3280.0, 3302.0, 3281.0, 3303.0, 3280.0, 3323.0, 3291.0, 3300.0, 3291.0, 3313.0, 3292.0, 3313.0, 3293.0, 3335.0, 3293.0, 3312.0, 3293.0, 3303.0, 3304.0, 3293.0, 3294.0, 3294.0, 3349.0, 3304.0, 3327.0, 3307.0, 3316.0, 3318.0, 3316.0, 3350.0, 3316.0, 3338.0, 3349.0, 3307.0, 3327.0, 3307.0, 3316.0, 3295.0, 3326.0, 3336.0, 3293.0, 3314.0, 3294.0, 3324.0, 3304.0, 3335.0, 3305.0, 3314.0, 3314.0, 3292.0, 3314.0, 3304.0, 3313.0, 3294.0, 3337.0, 3315.0, 3292.0, 3303.0, 3294.0, 3313.0, 3305.0, 3325.0, 3305.0, 3337.0, 3315.0, 3293.0, 3304.0, 3291.0, 3303.0, 3293.0, 3315.0, 3292.0, 3347.0, 3293.0, 3312.0, 3292.0, 3312.0, 3291.0, 3325.0, 3305.0, 3346.0, 3304.0, 3293.0, 3305.0, 3294.0, 3317.0, 3306.0, 3361.0, 3330.0, 3283.0, 3324.0, 3292.0, 3313.0, 3293.0, 3347.0, 3349.0, 3338.0, 3358.0, 3351.0, 3315.0, 3293.0, 3291.0, 3279.0, 3289.0, 3279.0, 3290.0, 3291.0, 3281.0, 3302.0, 3281.0, 3334.0, 3299.0, 3278.0, 3278.0, 3290.0, 3301.0, 3291.0, 3313.0, 3302.0, 3315.0, 3313.0, 3279.0, 3322.0, 3279.0, 3290.0, 3333.0, 3289.0, 3278.0, 3322.0, 3291.0, 3333.0, 3322.0, 3277.0, 3300.0, 3279.0, 3309.0, 3279.0, 3298.0, 3288.0, 3279.0, 3312.0, 3279.0, 3290.0, 3291.0, 3281.0, 3302.0, 3292.0, 3325.0, 3306.0, 3295.0, 3295.0, 3294.0, 3326.0, 3307.0, 3339.0, 3308.0, 3328.0, 3316.0, 3295.0, 3317.0, 3295.0, 3336.0, 3307.0, 3317.0, 3338.0, 3306.0, 3328.0, 3307.0, 3306.0, 3327.0, 3307.0, 3360.0, 3339.0, 3307.0, 3316.0, 3296.0, 3326.0, 3295.0, 3336.0, 3306.0, 3337.0, 3327.0, 3295.0, 3317.0, 3295.0, 3314.0, 3294.0, 3338.0, 3306.0, 3306.0, 3305.0, 3295.0, 3326.0, 3294.0, 3326.0, 3306.0, 3349.0, 3327.0, 3294.0, 3315.0, 3295.0, 3326.0, 3295.0, 3349.0, 3317.0, 3337.0, 3293.0, 3293.0, 3304.0, 3294.0, 3328.0, 3296.0, 3349.0, 3305.0, 3316.0, 3294.0, 3293.0, 3326.0, 3295.0, 3348.0, 3317.0, 3336.0, 3294.0, 3313.0, 3292.0, 3304.0, 3326.0, 3294.0, 3325.0, 3293.0, 3314.0, 3283.0, 3293.0, 3315.0, 3294.0, 3349.0, 3295.0, 3294.0, 3305.0, 3294.0, 3327.0, 3296.0, 3360.0, 3327.0, 3294.0, 3316.0, 3294.0, 3348.0, 3306.0, 3359.0, 3337.0, 3293.0, 3314.0, 3281.0, 3324.0, 3293.0, 3336.0, 3327.0, 3293.0, 3303.0, 3293.0, 3313.0, 3303.0, 3294.0, 3326.0, 3304.0, 3336.0, 3305.0, 3294.0, 3315.0, 3294.0, 3337.0, 3306.0, 3295.0, 3327.0, 3306.0, 3294.0, 3349.0, 3338.0, 3327.0, 3326.0, 3294.0, 3324.0, 3304.0, 3315.0, 3325.0, 3304.0, 3336.0, 3293.0, 3281.0, 3292.0, 3294.0, 3336.0, 3305.0, 3306.0, 3305.0, 3295.0, 3315.0, 3306.0, 3306.0, 3328.0, 3306.0, 3361.0, 3306.0, 3306.0, 3305.0, 3283.0, 3336.0, 3294.0, 3347.0, 3338.0, 3293.0, 3304.0, 3282.0, 3324.0, 3283.0, 3347.0, 3326.0, 3326.0, 3302.0, 3281.0, 3313.0, 3280.0, 3313.0, 3281.0, 3346.0, 3303.0, 3323.0, 3292.0, 3312.0, 3292.0, 3314.0, 3303.0, 3293.0, 3303.0, 3293.0, 3313.0, 3304.0, 3302.0, 3304.0, 3303.0, 3336.0, 3282.0, 3304.0, 3305.0, 3293.0, 3305.0, 3294.0, 3360.0, 3295.0, 3326.0, 3305.0, 3304.0, 3293.0, 3315.0, 3348.0, 3294.0, 3325.0, 3294.0, 3303.0, 3302.0, 3306.0, 3337.0, 3305.0, 3303.0, 3314.0, 3294.0, 3347.0, 3338.0, 3304.0, 3324.0, 3293.0, 3334.0, 3303.0, 3333.0, 3324.0, 3335.0, 3301.0, 3280.0, 3301.0, 3281.0, 3312.0, 3293.0, 3315.0, 3326.0, 3293.0, 3314.0, 3294.0, 3324.0, 3305.0, 3337.0, 3337.0, 3294.0, 3314.0, 3282.0, 3324.0, 3282.0, 3346.0, 3315.0, 3347.0, 3305.0, 3282.0, 3292.0, 3280.0, 3313.0, 3281.0, 3357.0, 3316.0, 3305.0, 3303.0, 3304.0, 3315.0, 3293.0, 3347.0, 3326.0, 3294.0, 3324.0, 3292.0, 3281.0, 3302.0, 3281.0, 3346.0, 3325.0, 3303.0, 3303.0, 3292.0, 3323.0, 3280.0, 3302.0, 3334.0, 3325.0, 3313.0, 3301.0, 3291.0, 3323.0, 3291.0, 3292.0, 3335.0, 3324.0, 3335.0, 3291.0, 3291.0, 3322.0, 3291.0, 3301.0, 3323.0, 3302.0, 3344.0, 3290.0, 3290.0, 3300.0, 3279.0, 3310.0, 3279.0, 3344.0, 3322.0, 3279.0, 3278.0, 3278.0, 3299.0, 3279.0, 3323.0, 3302.0, 3313.0, 3301.0, 3280.0, 3312.0, 3280.0, 3322.0, 3291.0, 3323.0, 3324.0, 3291.0, 3301.0, 3269.0, 3322.0, 3280.0, 3313.0, 3302.0, 3312.0, 3335.0, 3281.0, 3312.0, 3281.0, 3322.0, 3293.0, 3335.0, 3314.0, 3295.0, 3303.0, 3292.0, 3313.0, 3293.0, 3336.0, 3304.0, 3348.0, 3303.0, 3292.0, 3303.0, 3292.0, 3335.0, 3293.0, 3346.0, 3325.0, 3323.0, 3291.0, 3324.0, 3291.0, 3324.0, 3323.0, 3294.0, 3323.0, 3280.0, 3279.0, 3279.0, 3280.0, 3334.0, 3292.0, 3346.0, 3294.0, 3313.0, 3292.0, 3291.0, 3302.0, 3292.0, 3346.0, 3292.0, 3323.0, 3292.0, 3290.0, 3291.0, 3291.0, 3346.0, 3304.0, 3304.0, 3292.0, 3281.0, 3291.0, 3292.0, 3280.0, 3334.0, 3303.0, 3347.0, 3314.0, 3282.0, 3324.0, 3281.0, 3323.0, 3292.0, 3323.0, 3323.0, 3280.0, 3301.0, 3280.0, 3291.0, 3302.0, 3293.0, 3335.0, 3304.0, 3292.0], 'WindowWidth': [7760.0, 7710.0, 7617.0, 7640.0, 7606.0, 7584.0, 7652.0, 7617.0, 7658.0, 7603.0, 7559.0, 7568.0, 7554.0, 7614.0, 7587.0, 7587.0, 7540.0, 7542.0, 7555.0, 7560.0, 7590.0, 7567.0, 7622.0, 7564.0, 7561.0, 7563.0, 7546.0, 7563.0, 7566.0, 7626.0, 7583.0, 7606.0, 7581.0, 7548.0, 7563.0, 7562.0, 7592.0, 7585.0, 7641.0, 7631.0, 7610.0, 7580.0, 7547.0, 7576.0, 7560.0, 7606.0, 7544.0, 7642.0, 7574.0, 7602.0, 7560.0, 7583.0, 7559.0, 7602.0, 7579.0, 7606.0, 7595.0, 7561.0, 7561.0, 7563.0, 7587.0, 7560.0, 7606.0, 7564.0, 7638.0, 7597.0, 7606.0, 7564.0, 7575.0, 7562.0, 7573.0, 7569.0, 7637.0, 7597.0, 7568.0, 7580.0, 7580.0, 7610.0, 7581.0, 7624.0, 7623.0, 7624.0, 7599.0, 7608.0, 7584.0, 7613.0, 7583.0, 7631.0, 7615.0, 7578.0, 7593.0, 7582.0, 7623.0, 7581.0, 7622.0, 7595.0, 7639.0, 7625.0, 7576.0, 7575.0, 7545.0, 7569.0, 7558.0, 7586.0, 7558.0, 7617.0, 7579.0, 7637.0, 7623.0, 7570.0, 7556.0, 7560.0, 7586.0, 7572.0, 7615.0, 7577.0, 7619.0, 7589.0, 7589.0, 7591.0, 7557.0, 7574.0, 7600.0, 7591.0, 7637.0, 7557.0, 7559.0, 7583.0, 7559.0, 7601.0, 7589.0, 7586.0, 7639.0, 7560.0, 7586.0, 7574.0, 7554.0, 7540.0, 7544.0, 7603.0, 7582.0, 7594.0, 7582.0, 7583.0, 7593.0, 7562.0, 7607.0, 7580.0, 7642.0, 7594.0, 7566.0, 7578.0, 7580.0, 7629.0, 7584.0, 7593.0, 7623.0, 7612.0, 7626.0, 7592.0, 7564.0, 7616.0, 7561.0, 7636.0, 7623.0, 7624.0, 7584.0, 7553.0, 7566.0, 7553.0, 7578.0, 7554.0, 7600.0, 7559.0, 7634.0, 7560.0, 7542.0, 7560.0, 7542.0, 7559.0, 7541.0, 7606.0, 7563.0, 7640.0, 7564.0, 7581.0, 7566.0, 7563.0, 7598.0, 7599.0, 7658.0, 7629.0, 7599.0, 7592.0, 7581.0, 7609.0, 7593.0, 7580.0, 7660.0, 7642.0, 7579.0, 7625.0, 7564.0, 7577.0, 7620.0, 7593.0, 7640.0, 7643.0, 7560.0, 7602.0, 7559.0, 7594.0, 7553.0, 7580.0, 7568.0, 7598.0, 7582.0, 7551.0, 7551.0, 7553.0, 7564.0, 7555.0, 7603.0, 7572.0, 7607.0, 7543.0, 7559.0, 7575.0, 7562.0, 7603.0, 7563.0, 7632.0, 7609.0, 7562.0, 7586.0, 7563.0, 7604.0, 7559.0, 7600.0, 7562.0, 7634.0, 7625.0, 7603.0, 7560.0, 7554.0, 7540.0, 7541.0, 7559.0, 7586.0, 7620.0, 7556.0, 7566.0, 7553.0, 7579.0, 7553.0, 7582.0, 7560.0, 7612.0, 7591.0, 7569.0, 7542.0, 7539.0, 7557.0, 7536.0, 7557.0, 7589.0, 7604.0, 7543.0, 7569.0, 7557.0, 7579.0, 7552.0, 7566.0, 7539.0, 7599.0, 7538.0, 7581.0, 7538.0, 7548.0, 7537.0, 7568.0, 7539.0, 7572.0, 7538.0, 7600.0, 7553.0, 7564.0, 7554.0, 7583.0, 7556.0, 7586.0, 7561.0, 7619.0, 7562.0, 7584.0, 7561.0, 7573.0, 7576.0, 7562.0, 7563.0, 7563.0, 7642.0, 7578.0, 7611.0, 7585.0, 7596.0, 7600.0, 7596.0, 7647.0, 7594.0, 7627.0, 7642.0, 7583.0, 7611.0, 7584.0, 7593.0, 7566.0, 7608.0, 7619.0, 7560.0, 7586.0, 7563.0, 7601.0, 7573.0, 7616.0, 7577.0, 7589.0, 7588.0, 7558.0, 7588.0, 7575.0, 7585.0, 7563.0, 7625.0, 7591.0, 7558.0, 7573.0, 7563.0, 7586.0, 7578.0, 7604.0, 7580.0, 7624.0, 7593.0, 7559.0, 7574.0, 7554.0, 7573.0, 7559.0, 7591.0, 7555.0, 7636.0, 7556.0, 7581.0, 7554.0, 7579.0, 7555.0, 7602.0, 7580.0, 7632.0, 7575.0, 7561.0, 7581.0, 7564.0, 7598.0, 7582.0, 7664.0, 7621.0, 7544.0, 7598.0, 7557.0, 7582.0, 7560.0, 7634.0, 7643.0, 7626.0, 7655.0, 7650.0, 7592.0, 7561.0, 7553.0, 7533.0, 7543.0, 7532.0, 7548.0, 7553.0, 7541.0, 7567.0, 7540.0, 7612.0, 7560.0, 7530.0, 7531.0, 7550.0, 7564.0, 7555.0, 7585.0, 7570.0, 7592.0, 7584.0, 7534.0, 7593.0, 7534.0, 7548.0, 7608.0, 7545.0, 7530.0, 7592.0, 7553.0, 7609.0, 7592.0, 7527.0, 7558.0, 7531.0, 7568.0, 7530.0, 7553.0, 7542.0, 7532.0, 7577.0, 7532.0, 7547.0, 7552.0, 7538.0, 7568.0, 7557.0, 7602.0, 7580.0, 7564.0, 7564.0, 7564.0, 7607.0, 7584.0, 7628.0, 7589.0, 7613.0, 7596.0, 7566.0, 7595.0, 7566.0, 7620.0, 7584.0, 7597.0, 7628.0, 7583.0, 7614.0, 7585.0, 7581.0, 7609.0, 7586.0, 7659.0, 7629.0, 7583.0, 7595.0, 7568.0, 7606.0, 7565.0, 7619.0, 7581.0, 7623.0, 7609.0, 7564.0, 7595.0, 7566.0, 7589.0, 7563.0, 7627.0, 7583.0, 7580.0, 7578.0, 7564.0, 7606.0, 7564.0, 7605.0, 7582.0, 7641.0, 7611.0, 7563.0, 7591.0, 7564.0, 7606.0, 7566.0, 7642.0, 7597.0, 7623.0, 7561.0, 7560.0, 7575.0, 7563.0, 7613.0, 7571.0, 7644.0, 7580.0, 7594.0, 7564.0, 7559.0, 7609.0, 7568.0, 7641.0, 7597.0, 7619.0, 7562.0, 7585.0, 7558.0, 7578.0, 7609.0, 7565.0, 7603.0, 7561.0, 7587.0, 7546.0, 7561.0, 7593.0, 7564.0, 7642.0, 7568.0, 7564.0, 7579.0, 7563.0, 7612.0, 7569.0, 7658.0, 7610.0, 7562.0, 7592.0, 7563.0, 7639.0, 7584.0, 7655.0, 7623.0, 7559.0, 7588.0, 7541.0, 7600.0, 7561.0, 7621.0, 7609.0, 7561.0, 7573.0, 7561.0, 7586.0, 7574.0, 7562.0, 7606.0, 7578.0, 7621.0, 7578.0, 7562.0, 7592.0, 7564.0, 7625.0, 7585.0, 7566.0, 7611.0, 7581.0, 7562.0, 7645.0, 7628.0, 7610.0, 7606.0, 7562.0, 7600.0, 7573.0, 7590.0, 7604.0, 7574.0, 7619.0, 7558.0, 7540.0, 7555.0, 7562.0, 7620.0, 7579.0, 7581.0, 7579.0, 7568.0, 7592.0, 7581.0, 7583.0, 7615.0, 7582.0, 7661.0, 7582.0, 7581.0, 7577.0, 7545.0, 7619.0, 7564.0, 7636.0, 7626.0, 7561.0, 7574.0, 7544.0, 7600.0, 7546.0, 7636.0, 7608.0, 7605.0, 7570.0, 7541.0, 7584.0, 7539.0, 7584.0, 7542.0, 7633.0, 7571.0, 7598.0, 7555.0, 7582.0, 7555.0, 7588.0, 7574.0, 7558.0, 7571.0, 7559.0, 7585.0, 7574.0, 7571.0, 7575.0, 7574.0, 7620.0, 7546.0, 7575.0, 7578.0, 7561.0, 7579.0, 7565.0, 7659.0, 7567.0, 7608.0, 7579.0, 7576.0, 7560.0, 7591.0, 7641.0, 7563.0, 7605.0, 7561.0, 7574.0, 7572.0, 7583.0, 7623.0, 7577.0, 7573.0, 7587.0, 7564.0, 7636.0, 7627.0, 7575.0, 7601.0, 7559.0, 7613.0, 7569.0, 7611.0, 7600.0, 7616.0, 7565.0, 7537.0, 7564.0, 7540.0, 7583.0, 7561.0, 7591.0, 7606.0, 7559.0, 7587.0, 7562.0, 7601.0, 7580.0, 7623.0, 7625.0, 7561.0, 7588.0, 7543.0, 7599.0, 7544.0, 7632.0, 7591.0, 7636.0, 7578.0, 7542.0, 7555.0, 7539.0, 7585.0, 7543.0, 7651.0, 7594.0, 7579.0, 7575.0, 7577.0, 7593.0, 7561.0, 7638.0, 7611.0, 7564.0, 7601.0, 7558.0, 7541.0, 7569.0, 7542.0, 7633.0, 7606.0, 7573.0, 7572.0, 7558.0, 7597.0, 7539.0, 7570.0, 7616.0, 7604.0, 7584.0, 7567.0, 7555.0, 7597.0, 7555.0, 7556.0, 7617.0, 7603.0, 7616.0, 7552.0, 7553.0, 7595.0, 7552.0, 7566.0, 7597.0, 7571.0, 7627.0, 7550.0, 7550.0, 7564.0, 7534.0, 7574.0, 7536.0, 7626.0, 7596.0, 7534.0, 7532.0, 7531.0, 7560.0, 7534.0, 7596.0, 7570.0, 7584.0, 7568.0, 7540.0, 7581.0, 7539.0, 7593.0, 7555.0, 7598.0, 7600.0, 7554.0, 7567.0, 7523.0, 7593.0, 7537.0, 7585.0, 7571.0, 7584.0, 7617.0, 7540.0, 7582.0, 7541.0, 7595.0, 7560.0, 7616.0, 7589.0, 7566.0, 7572.0, 7558.0, 7585.0, 7560.0, 7621.0, 7578.0, 7641.0, 7574.0, 7558.0, 7572.0, 7557.0, 7618.0, 7560.0, 7634.0, 7604.0, 7599.0, 7554.0, 7602.0, 7554.0, 7602.0, 7601.0, 7565.0, 7599.0, 7540.0, 7535.0, 7536.0, 7541.0, 7613.0, 7557.0, 7633.0, 7563.0, 7585.0, 7558.0, 7555.0, 7572.0, 7558.0, 7634.0, 7558.0, 7598.0, 7557.0, 7552.0, 7555.0, 7553.0, 7634.0, 7579.0, 7575.0, 7555.0, 7542.0, 7553.0, 7557.0, 7538.0, 7615.0, 7571.0, 7634.0, 7586.0, 7543.0, 7599.0, 7541.0, 7596.0, 7555.0, 7596.0, 7597.0, 7536.0, 7564.0, 7538.0, 7553.0, 7570.0, 7559.0, 7616.0, 7575.0, 7557.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.0010695454545454545</td></tr>
<tr><td colspan=3>aqi</td><td>0.04339072775119618</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.92867323377244</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.092967027125749</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9719481042634729</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>5804.6064</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1389063647176586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.311004784688995</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.430000609067402</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2830849455670132</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664757663739954</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3421592178952393</td></tr>
<tr><td colspan=3>gcor</td><td>0.00433063</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015406953170895576</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021523181349039078</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</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.9687534477770474</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>27.8803</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.1748</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.1269</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312433.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>560.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>246.7642</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>390.0185</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2633.7116</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>702.4821</td></tr>
<tr><td colspan=3>tsnr</td><td>30.78546338248998</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>