<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-02/func/sub-0065_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>963a1965cb1e9927b7d14f4890bd39c6</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>20:52:25.352500</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.999684, 0.00482283, 0.0246748, -0.00348958, 0.998546, -0.0537933]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0826527</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7767, -7306, 809, -13, -432, 378, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4958245-d9af-4c01-bdec-724be58cf642||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.6820788383483887, -0.009362297132611275, 0.0672256276011467, 108.21160888671875], [-0.01293930783867836, 2.679025888442993, -0.14496350288391113, -92.27322387695312], [0.06620074063539505, 0.14432348310947418, 2.69526743888855, -90.72724151611328], [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': ['205225.352500', '205225.812500', '205226.272500', '205226.732500', '205227.192500', '205227.652500', '205228.112500', '205228.572500', '205229.032500', '205229.492500', '205229.952500', '205230.412500', '205230.872500', '205231.332500', '205231.792500', '205232.252500', '205232.712500', '205233.172500', '205233.632500', '205234.092500', '205234.552500', '205235.012500', '205235.472500', '205235.932500', '205236.392500', '205236.852500', '205237.312500', '205237.772500', '205238.232500', '205238.692500', '205239.152500', '205239.612500', '205240.072500', '205240.532500', '205240.992500', '205241.452500', '205241.912500', '205242.372500', '205242.832500', '205243.292500', '205243.752500', '205244.212500', '205244.672500', '205245.132500', '205245.592500', '205246.052500', '205246.512500', '205246.972500', '205247.432500', '205247.892500', '205248.352500', '205248.812500', '205249.272500', '205249.732500', '205250.192500', '205250.652500', '205251.112500', '205251.572500', '205252.032500', '205252.492500', '205252.952500', '205253.412500', '205253.872500', '205254.332500', '205254.792500', '205255.252500', '205255.712500', '205256.172500', '205256.632500', '205257.092500', '205257.552500', '205258.012500', '205258.472500', '205258.932500', '205259.392500', '205259.852500', '205300.312500', '205300.772500', '205301.232500', '205301.692500', '205302.152500', '205302.612500', '205303.072500', '205303.532500', '205303.992500', '205304.452500', '205304.912500', '205305.372500', '205305.832500', '205306.292500', '205306.752500', '205307.212500', '205307.672500', '205308.132500', '205308.592500', '205309.052500', '205309.512500', '205309.972500', '205310.432500', '205310.892500', '205311.352500', '205311.812500', '205312.272500', '205312.732500', '205313.192500', '205313.652500', '205314.112500', '205314.572500', '205315.032500', '205315.492500', '205315.952500', '205316.412500', '205316.872500', '205317.332500', '205317.792500', '205318.252500', '205318.712500', '205319.172500', '205319.632500', '205320.092500', '205320.552500', '205321.012500', '205321.472500', '205321.932500', '205322.392500', '205322.852500', '205323.312500', '205323.772500', '205324.232500', '205324.692500', '205325.152500', '205325.612500', '205326.072500', '205326.532500', '205326.992500', '205327.452500', '205327.912500', '205328.372500', '205328.832500', '205329.292500', '205329.752500', '205330.212500', '205330.672500', '205331.132500', '205331.592500', '205332.052500', '205332.512500', '205332.972500', '205333.432500', '205333.892500', '205334.352500', '205334.812500', '205335.272500', '205335.732500', '205336.192500', '205336.652500', '205337.112500', '205337.572500', '205338.032500', '205338.492500', '205338.952500', '205339.412500', '205339.872500', '205340.332500', '205340.792500', '205341.252500', '205341.712500', '205342.172500', '205342.632500', '205343.092500', '205343.552500', '205344.012500', '205344.472500', '205344.932500', '205345.392500', '205345.852500', '205346.312500', '205346.772500', '205347.232500', '205347.692500', '205348.152500', '205348.612500', '205349.072500', '205349.532500', '205349.992500', '205350.452500', '205350.912500', '205351.372500', '205351.832500', '205352.292500', '205352.752500', '205353.212500', '205353.672500', '205354.132500', '205354.592500', '205355.052500', '205355.512500', '205355.972500', '205356.432500', '205356.892500', '205357.352500', '205357.812500', '205358.272500', '205358.732500', '205359.192500', '205359.652500', '205400.112500', '205400.572500', '205401.032500', '205401.492500', '205401.952500', '205402.412500', '205402.872500', '205403.332500', '205403.792500', '205404.252500', '205404.712500', '205405.172500', '205405.632500', '205406.092500', '205406.552500', '205407.012500', '205407.472500', '205407.932500', '205408.392500', '205408.852500', '205409.312500', '205409.772500', '205410.232500', '205410.692500', '205411.152500', '205411.612500', '205412.072500', '205412.532500', '205412.992500', '205413.452500', '205413.912500', '205414.372500', '205414.832500', '205415.292500', '205415.752500', '205416.212500', '205416.672500', '205417.132500', '205417.592500', '205418.052500', '205418.512500', '205418.972500', '205419.432500', '205419.892500', '205420.352500', '205420.812500', '205421.272500', '205421.732500', '205422.192500', '205422.652500', '205423.112500', '205423.572500', '205424.032500', '205424.492500', '205424.952500', '205425.412500', '205425.872500', '205426.332500', '205426.792500', '205427.252500', '205427.712500', '205428.172500', '205428.632500', '205429.092500', '205429.552500', '205430.012500', '205430.472500', '205430.932500', '205431.392500', '205431.852500', '205432.312500', '205432.772500', '205433.232500', '205433.692500', '205434.152500', '205434.612500', '205435.072500', '205435.532500', '205435.992500', '205436.452500', '205436.912500', '205437.372500', '205437.832500', '205438.292500', '205438.752500', '205439.212500', '205439.672500', '205440.132500', '205440.592500', '205441.052500', '205441.512500', '205441.972500', '205442.432500', '205442.892500', '205443.352500', '205443.812500', '205444.272500', '205444.732500', '205445.192500', '205445.652500', '205446.112500', '205446.572500', '205447.032500', '205447.492500', '205447.952500', '205448.412500', '205448.872500', '205449.332500', '205449.792500', '205450.252500', '205450.712500', '205451.172500', '205451.632500', '205452.092500', '205452.552500', '205453.012500', '205453.472500', '205453.932500', '205454.392500', '205454.852500', '205455.312500', '205455.772500', '205456.232500', '205456.692500', '205457.152500', '205457.612500', '205458.072500', '205458.532500', '205458.992500', '205459.452500', '205459.912500', '205500.372500', '205500.832500', '205501.292500', '205501.752500', '205502.212500', '205502.672500', '205503.132500', '205503.592500', '205504.052500', '205504.512500', '205504.972500', '205505.432500', '205505.892500', '205506.352500', '205506.812500', '205507.272500', '205507.732500', '205508.192500', '205508.652500', '205509.112500', '205509.572500', '205510.032500', '205510.492500', '205510.952500', '205511.412500', '205511.872500', '205512.332500', '205512.792500', '205513.252500', '205513.712500', '205514.172500', '205514.632500', '205515.092500', '205515.552500', '205516.012500', '205516.472500', '205516.932500', '205517.392500', '205517.852500', '205518.312500', '205518.772500', '205519.232500', '205519.692500', '205520.152500', '205520.612500', '205521.072500', '205521.532500', '205521.992500', '205522.452500', '205522.912500', '205523.372500', '205523.832500', '205524.292500', '205524.752500', '205525.212500', '205525.672500', '205526.132500', '205526.592500', '205527.052500', '205527.512500', '205527.972500', '205528.432500', '205528.892500', '205529.352500', '205529.812500', '205530.272500', '205530.732500', '205531.192500', '205531.652500', '205532.112500', '205532.572500', '205533.032500', '205533.492500', '205533.952500', '205534.412500', '205534.872500', '205535.332500', '205535.792500', '205536.252500', '205536.712500', '205537.172500', '205537.632500', '205538.092500', '205538.552500', '205539.012500', '205539.472500', '205539.932500', '205540.392500', '205540.852500', '205541.312500', '205541.772500', '205542.232500', '205542.692500', '205543.152500', '205543.612500', '205544.072500', '205544.532500', '205544.992500', '205545.452500', '205545.912500', '205546.372500', '205546.832500', '205547.292500', '205547.752500', '205548.212500', '205548.672500', '205549.132500', '205549.592500', '205550.052500', '205550.512500', '205550.972500', '205551.432500', '205551.892500', '205552.352500', '205552.812500', '205553.272500', '205553.732500', '205554.192500', '205554.652500', '205555.112500', '205555.572500', '205556.032500', '205556.492500', '205556.952500', '205557.412500', '205557.872500', '205558.332500', '205558.792500', '205559.252500', '205559.712500', '205600.172500', '205600.632500', '205601.092500', '205601.552500', '205602.012500', '205602.472500', '205602.932500', '205603.392500', '205603.852500', '205604.312500', '205604.772500', '205605.232500', '205605.692500', '205606.152500', '205606.612500', '205607.072500', '205607.532500', '205607.992500', '205608.452500', '205608.912500', '205609.372500', '205609.832500', '205610.292500', '205610.752500', '205611.212500', '205611.672500', '205612.132500', '205612.592500', '205613.052500', '205613.512500', '205613.972500', '205614.432500', '205614.892500', '205615.352500', '205615.812500', '205616.272500', '205616.732500', '205617.192500', '205617.652500', '205618.112500', '205618.572500', '205619.032500', '205619.492500', '205619.952500', '205620.412500', '205620.872500', '205621.332500', '205621.792500', '205622.252500', '205622.712500', '205623.172500', '205623.632500', '205624.092500', '205624.552500', '205625.012500', '205625.472500', '205625.932500', '205626.392500', '205626.852500', '205627.312500', '205627.772500', '205628.232500', '205628.692500', '205629.152500', '205629.612500', '205630.072500', '205630.532500', '205630.992500', '205631.452500', '205631.912500', '205632.372500', '205632.832500', '205633.292500', '205633.752500', '205634.212500', '205634.672500', '205635.132500', '205635.592500', '205636.052500', '205636.512500', '205636.972500', '205637.432500', '205637.892500', '205638.352500', '205638.812500', '205639.272500', '205639.732500', '205640.192500', '205640.652500', '205641.112500', '205641.572500', '205642.032500', '205642.492500', '205642.952500', '205643.412500', '205643.872500', '205644.332500', '205644.792500', '205645.252500', '205645.712500', '205646.172500', '205646.632500', '205647.092500', '205647.552500', '205648.012500', '205648.472500', '205648.932500', '205649.392500', '205649.852500', '205650.312500', '205650.772500', '205651.232500', '205651.692500', '205652.152500', '205652.612500', '205653.072500', '205653.532500', '205653.992500', '205654.452500', '205654.912500', '205655.372500', '205655.832500', '205656.292500', '205656.752500', '205657.212500', '205657.672500', '205658.132500', '205658.592500', '205659.052500', '205659.512500', '205659.972500', '205700.432500', '205700.892500', '205701.352500', '205701.812500', '205702.272500', '205702.732500', '205703.192500', '205703.652500', '205704.112500', '205704.572500', '205705.032500', '205705.492500', '205705.952500', '205706.412500', '205706.872500', '205707.332500', '205707.792500', '205708.252500', '205708.712500', '205709.172500', '205709.632500', '205710.092500', '205710.552500', '205711.012500', '205711.472500', '205711.932500', '205712.392500', '205712.852500', '205713.312500', '205713.772500', '205714.232500', '205714.692500', '205715.152500', '205715.612500', '205716.072500', '205716.532500', '205716.992500', '205717.452500', '205717.912500', '205718.372500', '205718.832500', '205719.292500', '205719.752500', '205720.212500', '205720.672500', '205721.132500', '205721.592500', '205722.052500', '205722.512500', '205722.972500', '205723.432500', '205723.892500', '205724.352500', '205724.812500', '205725.272500', '205725.732500', '205726.192500', '205726.652500', '205727.112500', '205727.572500', '205728.032500', '205728.492500', '205728.952500', '205729.412500', '205729.872500', '205730.332500', '205730.792500', '205731.252500', '205731.712500', '205732.172500', '205732.632500', '205733.092500', '205733.552500', '205734.012500', '205734.472500', '205734.932500', '205735.392500', '205735.852500', '205736.312500', '205736.772500', '205737.232500', '205737.692500', '205738.152500', '205738.612500', '205739.072500', '205739.532500', '205739.992500', '205740.452500', '205740.912500', '205741.372500', '205741.832500', '205742.292500', '205742.752500', '205743.212500', '205743.672500', '205744.132500', '205744.592500', '205745.052500', '205745.512500', '205745.972500', '205746.432500', '205746.892500', '205747.352500', '205747.812500', '205748.272500', '205748.732500', '205749.192500', '205749.652500', '205750.112500', '205750.572500', '205751.032500', '205751.492500', '205751.952500', '205752.412500', '205752.872500', '205753.332500', '205753.792500', '205754.252500', '205754.712500', '205755.172500', '205755.632500', '205756.092500', '205756.552500', '205757.012500', '205757.472500', '205757.932500', '205758.392500', '205758.852500', '205759.312500', '205759.772500', '205800.232500', '205800.692500', '205801.152500', '205801.612500', '205802.072500', '205802.532500', '205802.992500', '205803.452500', '205803.912500', '205804.372500', '205804.832500', '205805.292500', '205805.752500', '205806.212500', '205806.672500', '205807.132500', '205807.592500', '205808.052500', '205808.512500', '205808.972500', '205809.432500', '205809.892500', '205810.352500', '205810.812500', '205811.272500', '205811.732500', '205812.192500', '205812.652500', '205813.112500', '205813.572500', '205814.032500', '205814.492500', '205814.952500', '205815.412500', '205815.872500', '205816.332500', '205816.792500', '205817.252500', '205817.712500', '205818.172500', '205818.632500', '205819.092500', '205819.552500', '205820.012500', '205820.472500', '205820.932500', '205821.392500', '205821.852500', '205822.312500', '205822.772500', '205823.232500', '205823.692500', '205824.152500', '205824.612500', '205825.072500', '205825.532500', '205825.992500', '205826.452500', '205826.912500', '205827.372500', '205827.832500', '205828.292500', '205828.752500', '205829.212500', '205829.672500', '205830.132500', '205830.592500', '205831.052500', '205831.512500', '205831.972500', '205832.432500', '205832.892500', '205833.352500', '205833.812500', '205834.272500', '205834.732500', '205835.192500', '205835.652500', '205836.112500', '205836.572500', '205837.032500', '205837.492500', '205837.952500', '205838.412500', '205838.872500', '205839.332500', '205839.792500', '205840.252500', '205840.712500', '205841.172500', '205841.632500', '205842.092500', '205842.552500', '205843.012500', '205843.472500', '205843.932500', '205844.392500', '205844.852500', '205845.312500', '205845.772500', '205846.232500', '205846.692500', '205847.152500', '205847.612500', '205848.072500', '205848.532500', '205848.992500', '205849.452500', '205849.912500', '205850.372500', '205850.832500'], 'ContentTime': ['205253.590000', '205253.593000', '205253.596000', '205253.598000', '205253.601000', '205253.603000', '205253.606000', '205253.609000', '205253.611000', '205253.614000', '205253.616000', '205253.619000', '205253.622000', '205253.632000', '205253.634000', '205253.637000', '205253.639000', '205253.642000', '205253.645000', '205253.647000', '205253.650000', '205253.652000', '205253.655000', '205253.657000', '205253.660000', '205253.663000', '205253.665000', '205253.668000', '205253.670000', '205253.673000', '205253.676000', '205253.678000', '205253.681000', '205253.684000', '205253.686000', '205253.689000', '205253.691000', '205253.694000', '205253.696000', '205253.699000', '205253.702000', '205253.705000', '205253.708000', '205253.711000', '205253.713000', '205253.716000', '205253.718000', '205253.721000', '205253.724000', '205253.726000', '205253.729000', '205253.731000', '205253.734000', '205253.737000', '205253.739000', '205253.742000', '205253.744000', '205253.755000', '205253.757000', '205313.560000', '205313.563000', '205313.566000', '205313.568000', '205313.571000', '205313.574000', '205313.576000', '205313.579000', '205313.581000', '205313.584000', '205313.586000', '205313.589000', '205313.592000', '205313.594000', '205313.597000', '205313.599000', '205313.602000', '205313.605000', '205313.607000', '205313.610000', '205313.612000', '205313.615000', '205313.617000', '205313.620000', '205313.623000', '205313.625000', '205313.628000', '205313.630000', '205313.633000', '205313.635000', '205313.638000', '205313.641000', '205313.643000', '205313.646000', '205313.648000', '205313.651000', '205313.653000', '205313.656000', '205313.658000', '205313.661000', '205313.664000', '205313.666000', '205313.669000', '205313.671000', '205333.560000', '205333.563000', '205333.566000', '205333.568000', '205333.571000', '205333.573000', '205333.576000', '205333.579000', '205333.581000', '205333.584000', '205333.586000', '205333.589000', '205333.591000', '205333.594000', '205333.597000', '205333.599000', '205333.602000', '205333.604000', '205333.607000', '205333.610000', '205333.612000', '205333.615000', '205333.617000', '205333.627000', '205333.629000', '205333.632000', '205333.635000', '205333.638000', '205333.641000', '205333.644000', '205333.646000', '205333.649000', '205333.651000', '205333.654000', '205333.656000', '205333.659000', '205333.661000', '205333.664000', '205333.667000', '205333.669000', '205333.672000', '205333.674000', '205333.677000', '205353.561000', '205353.563000', '205353.566000', '205353.568000', '205353.571000', '205353.574000', '205353.576000', '205353.579000', '205353.581000', '205353.584000', '205353.587000', '205353.589000', '205353.592000', '205353.594000', '205353.597000', '205353.600000', '205353.602000', '205353.605000', '205353.607000', '205353.610000', '205353.613000', '205353.615000', '205353.618000', '205353.620000', '205353.623000', '205353.626000', '205353.628000', '205353.631000', '205353.633000', '205353.636000', '205353.639000', '205353.641000', '205353.644000', '205353.646000', '205353.649000', '205353.651000', '205353.654000', '205353.657000', '205353.659000', '205353.662000', '205353.664000', '205353.667000', '205353.669000', '205353.672000', '205413.561000', '205413.563000', '205413.566000', '205413.569000', '205413.571000', '205413.574000', '205413.576000', '205413.579000', '205413.587000', '205413.589000', '205413.592000', '205413.594000', '205413.597000', '205413.599000', '205413.602000', '205413.605000', '205413.607000', '205413.610000', '205413.612000', '205413.615000', '205413.618000', '205413.620000', '205413.623000', '205413.625000', '205413.628000', '205413.630000', '205413.633000', '205413.636000', '205413.638000', '205413.641000', '205413.643000', '205413.646000', '205413.648000', '205413.651000', '205413.654000', '205413.656000', '205413.659000', '205413.661000', '205413.664000', '205413.667000', '205413.669000', '205413.672000', '205413.675000', '205433.560000', '205433.563000', '205433.566000', '205433.568000', '205433.571000', '205433.574000', '205433.576000', '205433.579000', '205433.581000', '205433.584000', '205433.593000', '205433.596000', '205433.599000', '205433.601000', '205433.604000', '205433.606000', '205433.609000', '205433.611000', '205433.614000', '205433.617000', '205433.619000', '205433.622000', '205433.624000', '205433.627000', '205433.630000', '205433.632000', '205433.635000', '205433.637000', '205433.640000', '205433.642000', '205433.645000', '205433.648000', '205433.650000', '205433.653000', '205433.655000', '205433.658000', '205433.660000', '205433.663000', '205433.666000', '205433.668000', '205433.671000', '205433.673000', '205433.676000', '205433.679000', '205453.560000', '205453.563000', '205453.566000', '205453.568000', '205453.571000', '205453.574000', '205453.576000', '205453.579000', '205453.581000', '205453.584000', '205453.587000', '205453.589000', '205453.592000', '205453.594000', '205453.597000', '205453.600000', '205453.602000', '205453.605000', '205453.608000', '205453.610000', '205453.613000', '205453.615000', '205453.618000', '205453.620000', '205453.623000', '205453.626000', '205453.628000', '205453.631000', '205453.633000', '205453.636000', '205453.639000', '205453.641000', '205453.644000', '205453.646000', '205453.649000', '205453.652000', '205453.654000', '205453.657000', '205453.659000', '205453.662000', '205453.664000', '205453.667000', '205453.669000', '205513.559000', '205513.562000', '205513.565000', '205513.568000', '205513.570000', '205513.573000', '205513.575000', '205513.578000', '205513.580000', '205513.586000', '205513.589000', '205513.592000', '205513.594000', '205513.597000', '205513.599000', '205513.602000', '205513.605000', '205513.607000', '205513.610000', '205513.612000', '205513.615000', '205513.618000', '205513.620000', '205513.623000', '205513.625000', '205513.628000', '205513.630000', '205513.633000', '205513.636000', '205513.638000', '205513.641000', '205513.643000', '205513.646000', '205513.648000', '205513.666000', '205513.668000', '205513.671000', '205513.673000', '205513.676000', '205513.678000', '205513.681000', '205513.683000', '205513.686000', '205513.689000', '205533.561000', '205533.563000', '205533.566000', '205533.569000', '205533.571000', '205533.574000', '205533.576000', '205533.579000', '205533.582000', '205533.584000', '205533.587000', '205533.589000', '205533.592000', '205533.594000', '205533.597000', '205533.600000', '205533.602000', '205533.605000', '205533.607000', '205533.610000', '205533.613000', '205533.615000', '205533.618000', '205533.620000', '205533.623000', '205533.625000', '205533.628000', '205533.631000', '205533.633000', '205533.636000', '205533.638000', '205533.641000', '205533.644000', '205533.646000', '205533.649000', '205533.651000', '205533.654000', '205533.656000', '205533.659000', '205533.661000', '205533.664000', '205533.667000', '205533.669000', '205553.560000', '205553.563000', '205553.566000', '205553.569000', '205553.571000', '205553.574000', '205553.576000', '205553.579000', '205553.581000', '205553.584000', '205553.587000', '205553.589000', '205553.592000', '205553.594000', '205553.597000', '205553.600000', '205553.602000', '205553.605000', '205553.607000', '205553.610000', '205553.613000', '205553.615000', '205553.618000', '205553.620000', '205553.623000', '205553.626000', '205553.628000', '205553.631000', '205553.633000', '205553.636000', '205553.638000', '205553.641000', '205553.644000', '205553.646000', '205553.649000', '205553.651000', '205553.654000', '205553.657000', '205553.659000', '205553.662000', '205553.664000', '205553.667000', '205553.669000', '205553.672000', '205613.561000', '205613.564000', '205613.566000', '205613.569000', '205613.571000', '205613.574000', '205613.576000', '205613.579000', '205613.582000', '205613.584000', '205613.587000', '205613.589000', '205613.592000', '205613.594000', '205613.597000', '205613.600000', '205613.602000', '205613.605000', '205613.608000', '205613.610000', '205613.613000', '205613.615000', '205613.618000', '205613.620000', '205613.623000', '205613.625000', '205613.628000', '205613.631000', '205613.634000', '205613.636000', '205613.639000', '205613.642000', '205613.644000', '205613.647000', '205613.649000', '205613.652000', '205613.654000', '205613.657000', '205613.660000', '205613.662000', '205613.665000', '205613.667000', '205613.670000', '205633.560000', '205633.563000', '205633.566000', '205633.569000', '205633.571000', '205633.574000', '205633.576000', '205633.579000', '205633.582000', '205633.584000', '205633.587000', '205633.589000', '205633.592000', '205633.594000', '205633.597000', '205633.600000', '205633.602000', '205633.605000', '205633.608000', '205633.610000', '205633.613000', '205633.615000', '205633.618000', '205633.621000', '205633.623000', '205633.626000', '205633.628000', '205633.631000', '205633.634000', '205633.636000', '205633.639000', '205633.641000', '205633.644000', '205633.647000', '205633.649000', '205633.652000', '205633.654000', '205633.657000', '205633.659000', '205633.662000', '205633.665000', '205633.667000', '205633.670000', '205633.673000', '205653.561000', '205653.563000', '205653.566000', '205653.569000', '205653.571000', '205653.574000', '205653.576000', '205653.579000', '205653.582000', '205653.584000', '205653.587000', '205653.589000', '205653.592000', '205653.594000', '205653.610000', '205653.612000', '205653.615000', '205653.618000', '205653.620000', '205653.623000', '205653.625000', '205653.628000', '205653.630000', '205653.633000', '205653.636000', '205653.638000', '205653.641000', '205653.643000', '205653.646000', '205653.649000', '205653.651000', '205653.654000', '205653.656000', '205653.659000', '205653.662000', '205653.664000', '205653.667000', '205653.669000', '205653.672000', '205653.675000', '205653.677000', '205653.680000', '205653.682000', '205713.560000', '205713.563000', '205713.566000', '205713.568000', '205713.571000', '205713.574000', '205713.576000', '205713.579000', '205713.581000', '205713.584000', '205713.586000', '205713.589000', '205713.591000', '205713.594000', '205713.597000', '205713.599000', '205713.602000', '205713.604000', '205713.607000', '205713.609000', '205713.612000', '205713.615000', '205713.617000', '205713.620000', '205713.622000', '205713.625000', '205713.627000', '205713.630000', '205713.633000', '205713.635000', '205713.638000', '205713.641000', '205713.643000', '205713.646000', '205713.648000', '205713.651000', '205713.653000', '205713.656000', '205713.659000', '205713.661000', '205713.664000', '205713.666000', '205713.669000', '205713.671000', '205733.560000', '205733.562000', '205733.565000', '205733.568000', '205733.570000', '205733.573000', '205733.575000', '205733.578000', '205733.581000', '205733.583000', '205733.586000', '205733.588000', '205733.591000', '205733.593000', '205733.596000', '205733.599000', '205733.601000', '205733.604000', '205733.606000', '205733.609000', '205733.612000', '205733.614000', '205733.617000', '205733.620000', '205733.622000', '205733.625000', '205733.627000', '205733.630000', '205733.633000', '205733.635000', '205733.638000', '205733.641000', '205733.643000', '205733.646000', '205733.648000', '205733.651000', '205733.654000', '205733.656000', '205733.659000', '205733.661000', '205733.664000', '205733.666000', '205733.669000', '205753.561000', '205753.564000', '205753.566000', '205753.569000', '205753.571000', '205753.574000', '205753.576000', '205753.579000', '205753.582000', '205753.584000', '205753.587000', '205753.589000', '205753.593000', '205753.595000', '205753.598000', '205753.601000', '205753.603000', '205753.606000', '205753.609000', '205753.611000', '205753.614000', '205753.616000', '205753.619000', '205753.622000', '205753.624000', '205753.627000', '205753.629000', '205753.632000', '205753.635000', '205753.637000', '205753.640000', '205753.642000', '205753.645000', '205753.647000', '205753.650000', '205753.653000', '205753.655000', '205753.658000', '205753.661000', '205753.663000', '205753.666000', '205753.668000', '205753.673000', '205813.560000', '205813.563000', '205813.566000', '205813.569000', '205813.571000', '205813.574000', '205813.576000', '205813.579000', '205813.581000', '205813.584000', '205813.587000', '205813.589000', '205813.592000', '205813.594000', '205813.597000', '205813.600000', '205813.602000', '205813.605000', '205813.607000', '205813.610000', '205813.612000', '205813.615000', '205813.617000', '205813.620000', '205813.623000', '205813.625000', '205813.670000', '205813.673000', '205813.675000', '205813.678000', '205813.681000', '205813.683000', '205813.686000', '205813.688000', '205813.691000', '205813.693000', '205813.696000', '205813.699000', '205813.701000', '205813.704000', '205813.706000', '205813.709000', '205813.712000', '205813.714000', '205833.560000', '205833.563000', '205833.566000', '205833.569000', '205833.571000', '205833.574000', '205833.576000', '205833.579000', '205833.582000', '205833.584000', '205833.587000', '205833.589000', '205833.592000', '205833.594000', '205833.597000', '205833.600000', '205833.602000', '205833.605000', '205833.608000', '205833.610000', '205833.613000', '205833.615000', '205833.618000', '205833.620000', '205833.623000', '205833.626000', '205833.628000', '205833.631000', '205833.633000', '205833.636000', '205833.639000', '205833.641000', '205833.644000', '205833.646000', '205833.649000', '205833.651000', '205833.654000', '205833.657000', '205833.659000', '205833.662000', '205833.665000', '205833.667000', '205833.670000', '205851.976000', '205851.979000', '205851.982000', '205851.985000', '205851.987000', '205851.990000', '205851.993000', '205851.996000', '205851.998000', '205852.001000', '205852.004000', '205852.006000', '205852.009000', '205852.011000', '205852.014000', '205852.017000', '205852.019000', '205852.023000', '205852.028000', '205852.030000', '205852.033000', '205852.036000', '205852.038000', '205852.042000', '205852.045000', '205852.048000', '205852.052000', '205852.056000', '205852.061000', '205852.071000', '205852.074000', '205852.077000', '205852.082000', '205852.085000', '205852.088000', '205852.091000', '205852.095000', '205852.098000', '205852.101000', '205852.105000', '205852.107000'], 'InstanceCreationTime': ['205253.590000', '205253.593000', '205253.596000', '205253.598000', '205253.601000', '205253.603000', '205253.606000', '205253.609000', '205253.611000', '205253.614000', '205253.616000', '205253.619000', '205253.622000', '205253.632000', '205253.634000', '205253.637000', '205253.639000', '205253.642000', '205253.645000', '205253.647000', '205253.650000', '205253.652000', '205253.655000', '205253.657000', '205253.660000', '205253.663000', '205253.665000', '205253.668000', '205253.670000', '205253.673000', '205253.676000', '205253.678000', '205253.681000', '205253.684000', '205253.686000', '205253.689000', '205253.691000', '205253.694000', '205253.696000', '205253.699000', '205253.702000', '205253.705000', '205253.708000', '205253.711000', '205253.713000', '205253.716000', '205253.718000', '205253.721000', '205253.724000', '205253.726000', '205253.729000', '205253.731000', '205253.734000', '205253.737000', '205253.739000', '205253.742000', '205253.744000', '205253.755000', '205253.757000', '205313.560000', '205313.563000', '205313.566000', '205313.568000', '205313.571000', '205313.574000', '205313.576000', '205313.579000', '205313.581000', '205313.584000', '205313.586000', '205313.589000', '205313.592000', '205313.594000', '205313.597000', '205313.599000', '205313.602000', '205313.605000', '205313.607000', '205313.610000', '205313.612000', '205313.615000', '205313.617000', '205313.620000', '205313.623000', '205313.625000', '205313.628000', '205313.630000', '205313.633000', '205313.635000', '205313.638000', '205313.641000', '205313.643000', '205313.646000', '205313.648000', '205313.651000', '205313.653000', '205313.656000', '205313.658000', '205313.661000', '205313.664000', '205313.666000', '205313.669000', '205313.671000', '205333.560000', '205333.563000', '205333.566000', '205333.568000', '205333.571000', '205333.573000', '205333.576000', '205333.579000', '205333.581000', '205333.584000', '205333.586000', '205333.589000', '205333.591000', '205333.594000', '205333.597000', '205333.599000', '205333.602000', '205333.604000', '205333.607000', '205333.610000', '205333.612000', '205333.615000', '205333.617000', '205333.627000', '205333.629000', '205333.632000', '205333.635000', '205333.638000', '205333.641000', '205333.644000', '205333.646000', '205333.649000', '205333.651000', '205333.654000', '205333.656000', '205333.659000', '205333.661000', '205333.664000', '205333.667000', '205333.669000', '205333.672000', '205333.674000', '205333.677000', '205353.561000', '205353.563000', '205353.566000', '205353.568000', '205353.571000', '205353.574000', '205353.576000', '205353.579000', '205353.581000', '205353.584000', '205353.587000', '205353.589000', '205353.592000', '205353.594000', '205353.597000', '205353.600000', '205353.602000', '205353.605000', '205353.607000', '205353.610000', '205353.613000', '205353.615000', '205353.618000', '205353.620000', '205353.623000', '205353.626000', '205353.628000', '205353.631000', '205353.633000', '205353.636000', '205353.639000', '205353.641000', '205353.644000', '205353.646000', '205353.649000', '205353.651000', '205353.654000', '205353.657000', '205353.659000', '205353.662000', '205353.664000', '205353.667000', '205353.669000', '205353.672000', '205413.561000', '205413.563000', '205413.566000', '205413.569000', '205413.571000', '205413.574000', '205413.576000', '205413.579000', '205413.587000', '205413.589000', '205413.592000', '205413.594000', '205413.597000', '205413.599000', '205413.602000', '205413.605000', '205413.607000', '205413.610000', '205413.612000', '205413.615000', '205413.618000', '205413.620000', '205413.623000', '205413.625000', '205413.628000', '205413.630000', '205413.633000', '205413.636000', '205413.638000', '205413.641000', '205413.643000', '205413.646000', '205413.648000', '205413.651000', '205413.654000', '205413.656000', '205413.659000', '205413.661000', '205413.664000', '205413.667000', '205413.669000', '205413.672000', '205413.675000', '205433.560000', '205433.563000', '205433.566000', '205433.568000', '205433.571000', '205433.574000', '205433.576000', '205433.579000', '205433.581000', '205433.584000', '205433.593000', '205433.596000', '205433.599000', '205433.601000', '205433.604000', '205433.606000', '205433.609000', '205433.611000', '205433.614000', '205433.617000', '205433.619000', '205433.622000', '205433.624000', '205433.627000', '205433.630000', '205433.632000', '205433.635000', '205433.637000', '205433.640000', '205433.642000', '205433.645000', '205433.648000', '205433.650000', '205433.653000', '205433.655000', '205433.658000', '205433.660000', '205433.663000', '205433.666000', '205433.668000', '205433.671000', '205433.673000', '205433.676000', '205433.679000', '205453.560000', '205453.563000', '205453.566000', '205453.568000', '205453.571000', '205453.574000', '205453.576000', '205453.579000', '205453.581000', '205453.584000', '205453.587000', '205453.589000', '205453.592000', '205453.594000', '205453.597000', '205453.600000', '205453.602000', '205453.605000', '205453.608000', '205453.610000', '205453.613000', '205453.615000', '205453.618000', '205453.620000', '205453.623000', '205453.626000', '205453.628000', '205453.631000', '205453.633000', '205453.636000', '205453.639000', '205453.641000', '205453.644000', '205453.646000', '205453.649000', '205453.652000', '205453.654000', '205453.657000', '205453.659000', '205453.662000', '205453.664000', '205453.667000', '205453.669000', '205513.559000', '205513.562000', '205513.565000', '205513.568000', '205513.570000', '205513.573000', '205513.575000', '205513.578000', '205513.580000', '205513.586000', '205513.589000', '205513.592000', '205513.594000', '205513.597000', '205513.599000', '205513.602000', '205513.605000', '205513.607000', '205513.610000', '205513.612000', '205513.615000', '205513.618000', '205513.620000', '205513.623000', '205513.625000', '205513.628000', '205513.630000', '205513.633000', '205513.636000', '205513.638000', '205513.641000', '205513.643000', '205513.646000', '205513.648000', '205513.666000', '205513.668000', '205513.671000', '205513.673000', '205513.676000', '205513.678000', '205513.681000', '205513.683000', '205513.686000', '205513.689000', '205533.561000', '205533.563000', '205533.566000', '205533.569000', '205533.571000', '205533.574000', '205533.576000', '205533.579000', '205533.582000', '205533.584000', '205533.587000', '205533.589000', '205533.592000', '205533.594000', '205533.597000', '205533.600000', '205533.602000', '205533.605000', '205533.607000', '205533.610000', '205533.613000', '205533.615000', '205533.618000', '205533.620000', '205533.623000', '205533.625000', '205533.628000', '205533.631000', '205533.633000', '205533.636000', '205533.638000', '205533.641000', '205533.644000', '205533.646000', '205533.649000', '205533.651000', '205533.654000', '205533.656000', '205533.659000', '205533.661000', '205533.664000', '205533.667000', '205533.669000', '205553.560000', '205553.563000', '205553.566000', '205553.569000', '205553.571000', '205553.574000', '205553.576000', '205553.579000', '205553.581000', '205553.584000', '205553.587000', '205553.589000', '205553.592000', '205553.594000', '205553.597000', '205553.600000', '205553.602000', '205553.605000', '205553.607000', '205553.610000', '205553.613000', '205553.615000', '205553.618000', '205553.620000', '205553.623000', '205553.626000', '205553.628000', '205553.631000', '205553.633000', '205553.636000', '205553.638000', '205553.641000', '205553.644000', '205553.646000', '205553.649000', '205553.651000', '205553.654000', '205553.657000', '205553.659000', '205553.662000', '205553.664000', '205553.667000', '205553.669000', '205553.672000', '205613.561000', '205613.564000', '205613.566000', '205613.569000', '205613.571000', '205613.574000', '205613.576000', '205613.579000', '205613.582000', '205613.584000', '205613.587000', '205613.589000', '205613.592000', '205613.594000', '205613.597000', '205613.600000', '205613.602000', '205613.605000', '205613.608000', '205613.610000', '205613.613000', '205613.615000', '205613.618000', '205613.620000', '205613.623000', '205613.625000', '205613.628000', '205613.631000', '205613.634000', '205613.636000', '205613.639000', '205613.642000', '205613.644000', '205613.647000', '205613.649000', '205613.652000', '205613.654000', '205613.657000', '205613.660000', '205613.662000', '205613.665000', '205613.667000', '205613.670000', '205633.560000', '205633.563000', '205633.566000', '205633.569000', '205633.571000', '205633.574000', '205633.576000', '205633.579000', '205633.582000', '205633.584000', '205633.587000', '205633.589000', '205633.592000', '205633.594000', '205633.597000', '205633.600000', '205633.602000', '205633.605000', '205633.608000', '205633.610000', '205633.613000', '205633.615000', '205633.618000', '205633.621000', '205633.623000', '205633.626000', '205633.628000', '205633.631000', '205633.634000', '205633.636000', '205633.639000', '205633.641000', '205633.644000', '205633.647000', '205633.649000', '205633.652000', '205633.654000', '205633.657000', '205633.659000', '205633.662000', '205633.665000', '205633.667000', '205633.670000', '205633.673000', '205653.561000', '205653.563000', '205653.566000', '205653.569000', '205653.571000', '205653.574000', '205653.576000', '205653.579000', '205653.582000', '205653.584000', '205653.587000', '205653.589000', '205653.592000', '205653.594000', '205653.610000', '205653.612000', '205653.615000', '205653.618000', '205653.620000', '205653.623000', '205653.625000', '205653.628000', '205653.630000', '205653.633000', '205653.636000', '205653.638000', '205653.641000', '205653.643000', '205653.646000', '205653.649000', '205653.651000', '205653.654000', '205653.656000', '205653.659000', '205653.662000', '205653.664000', '205653.667000', '205653.669000', '205653.672000', '205653.675000', '205653.677000', '205653.680000', '205653.682000', '205713.560000', '205713.563000', '205713.566000', '205713.568000', '205713.571000', '205713.574000', '205713.576000', '205713.579000', '205713.581000', '205713.584000', '205713.586000', '205713.589000', '205713.591000', '205713.594000', '205713.597000', '205713.599000', '205713.602000', '205713.604000', '205713.607000', '205713.609000', '205713.612000', '205713.615000', '205713.617000', '205713.620000', '205713.622000', '205713.625000', '205713.627000', '205713.630000', '205713.633000', '205713.635000', '205713.638000', '205713.641000', '205713.643000', '205713.646000', '205713.648000', '205713.651000', '205713.653000', '205713.656000', '205713.659000', '205713.661000', '205713.664000', '205713.666000', '205713.669000', '205713.671000', '205733.560000', '205733.562000', '205733.565000', '205733.568000', '205733.570000', '205733.573000', '205733.575000', '205733.578000', '205733.581000', '205733.583000', '205733.586000', '205733.588000', '205733.591000', '205733.593000', '205733.596000', '205733.599000', '205733.601000', '205733.604000', '205733.606000', '205733.609000', '205733.612000', '205733.614000', '205733.617000', '205733.620000', '205733.622000', '205733.625000', '205733.627000', '205733.630000', '205733.633000', '205733.635000', '205733.638000', '205733.641000', '205733.643000', '205733.646000', '205733.648000', '205733.651000', '205733.654000', '205733.656000', '205733.659000', '205733.661000', '205733.664000', '205733.666000', '205733.669000', '205753.561000', '205753.564000', '205753.566000', '205753.569000', '205753.571000', '205753.574000', '205753.576000', '205753.579000', '205753.582000', '205753.584000', '205753.587000', '205753.589000', '205753.593000', '205753.595000', '205753.598000', '205753.601000', '205753.603000', '205753.606000', '205753.609000', '205753.611000', '205753.614000', '205753.616000', '205753.619000', '205753.622000', '205753.624000', '205753.627000', '205753.629000', '205753.632000', '205753.635000', '205753.637000', '205753.640000', '205753.642000', '205753.645000', '205753.647000', '205753.650000', '205753.653000', '205753.655000', '205753.658000', '205753.661000', '205753.663000', '205753.666000', '205753.668000', '205753.673000', '205813.560000', '205813.563000', '205813.566000', '205813.569000', '205813.571000', '205813.574000', '205813.576000', '205813.579000', '205813.581000', '205813.584000', '205813.587000', '205813.589000', '205813.592000', '205813.594000', '205813.597000', '205813.600000', '205813.602000', '205813.605000', '205813.607000', '205813.610000', '205813.612000', '205813.615000', '205813.617000', '205813.620000', '205813.623000', '205813.625000', '205813.670000', '205813.673000', '205813.675000', '205813.678000', '205813.681000', '205813.683000', '205813.686000', '205813.688000', '205813.691000', '205813.693000', '205813.696000', '205813.699000', '205813.701000', '205813.704000', '205813.706000', '205813.709000', '205813.712000', '205813.714000', '205833.560000', '205833.563000', '205833.566000', '205833.569000', '205833.571000', '205833.574000', '205833.576000', '205833.579000', '205833.582000', '205833.584000', '205833.587000', '205833.589000', '205833.592000', '205833.594000', '205833.597000', '205833.600000', '205833.602000', '205833.605000', '205833.608000', '205833.610000', '205833.613000', '205833.615000', '205833.618000', '205833.620000', '205833.623000', '205833.626000', '205833.628000', '205833.631000', '205833.633000', '205833.636000', '205833.639000', '205833.641000', '205833.644000', '205833.646000', '205833.649000', '205833.651000', '205833.654000', '205833.657000', '205833.659000', '205833.662000', '205833.665000', '205833.667000', '205833.670000', '205851.976000', '205851.979000', '205851.982000', '205851.985000', '205851.987000', '205851.990000', '205851.993000', '205851.996000', '205851.998000', '205852.001000', '205852.004000', '205852.006000', '205852.009000', '205852.011000', '205852.014000', '205852.017000', '205852.019000', '205852.023000', '205852.028000', '205852.030000', '205852.033000', '205852.036000', '205852.038000', '205852.042000', '205852.045000', '205852.048000', '205852.052000', '205852.056000', '205852.061000', '205852.071000', '205852.074000', '205852.077000', '205852.082000', '205852.085000', '205852.088000', '205852.091000', '205852.095000', '205852.098000', '205852.101000', '205852.105000', '205852.107000'], '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': [8251, 6630, 8393, 6420, 8906, 6695, 9153, 7147, 9061, 7464, 6793, 7354, 6302, 7466, 8474, 7038, 9074, 7166, 8067, 6984, 8521, 7125, 8108, 7125, 6029, 7120, 6169, 8559, 6863, 9296, 6852, 8933, 6657, 8136, 6104, 8430, 6386, 8408, 7035, 8478, 6275, 8286, 6519, 7583, 6109, 7161, 7670, 6743, 9328, 7375, 8583, 6920, 8194, 6234, 8139, 6082, 7697, 5995, 7294, 6181, 8048, 6222, 7391, 6045, 7129, 9483, 6844, 8792, 7155, 8021, 6244, 7591, 6097, 6764, 7120, 6589, 9314, 6550, 8602, 7110, 8107, 6087, 7217, 6352, 6949, 6303, 8563, 6353, 8859, 7040, 7106, 9264, 6833, 8432, 7161, 8172, 6754, 8141, 6576, 8129, 6345, 7566, 6226, 6530, 9296, 6906, 8120, 6467, 6258, 6927, 6139, 6644, 7468, 10546, 8064, 9279, 6724, 7361, 7014, 7273, 5967, 7095, 9297, 6466, 8473, 7123, 8047, 6109, 7712, 6517, 8018, 6676, 6804, 6742, 9334, 7014, 8488, 6188, 7001, 7646, 6565, 7003, 6949, 6071, 6681, 9284, 6954, 8787, 7104, 8670, 6890, 8505, 6334, 7933, 6177, 8015, 6116, 8295, 6237, 7590, 6206, 7151, 7116, 6883, 9729, 7132, 9389, 7513, 7776, 6836, 6379, 7294, 8169, 7229, 9141, 7289, 9237, 7561, 8330, 6672, 8467, 7032, 7897, 6504, 8332, 6377, 8404, 6402, 7735, 6382, 8160, 6189, 8900, 6407, 7779, 6187, 7273, 7499, 6881, 8683, 7202, 6739, 6595, 6843, 6778, 6348, 7354, 6825, 7116, 9564, 7679, 8673, 7191, 8792, 6824, 8476, 6363, 7781, 6208, 7381, 6786, 6738, 6026, 6827, 7166, 6892, 8924, 7079, 7641, 6608, 6482, 6762, 7731, 7289, 8737, 7087, 9076, 7407, 8103, 6144, 7379, 6343, 6750, 8729, 7009, 8677, 6858, 8548, 6934, 8190, 6367, 8016, 6220, 7911, 6045, 7895, 6322, 8488, 6358, 8034, 6083, 8049, 6114, 8357, 6387, 8110, 6518, 6771, 9561, 7516, 8296, 6933, 8410, 6875, 8134, 6864, 8297, 6578, 8352, 6678, 8424, 6502, 8289, 6127, 7170, 7030, 6801, 7739, 7110, 6012, 7389, 6049, 8894, 8369, 7013, 8910, 6352, 8273, 6183, 7539, 5979, 6446, 9080, 6414, 7401, 6317, 6353, 6565, 6705, 6894, 6318, 7170, 9705, 7362, 8539, 6446, 7228, 6502, 6457, 9069, 7242, 8131, 6938, 8192, 6439, 8074, 6044, 7098, 6209, 6670, 9481, 7662, 8500, 6740, 8635, 6381, 7246, 6049, 7087, 6095, 6996, 7777, 6687, 6626, 6536, 9293, 6872, 8350, 6312, 7523, 6087, 7256, 8668, 6928, 8504, 6874, 8645, 6673, 8397, 6597, 8009, 6329, 8144, 6869, 9024, 6692, 8391, 6173, 7103, 9481, 6877, 8520, 6661, 7993, 6125, 7819, 6203, 7029, 6086, 7563, 6295, 7725, 6590, 7489, 6202, 7536, 6121, 8122, 8682, 6893, 9396, 7208, 8028, 6545, 8318, 6550, 8143, 6286, 7440, 6242, 8443, 6668, 6327, 6913, 6200, 9173, 7428, 7405, 9142, 6518, 8647, 6813, 7914, 6160, 7437, 6082, 6981, 5983, 7367, 6129, 7827, 5965, 7367, 6176, 7080, 6595, 6567, 9641, 7109, 7941, 6734, 6536, 6369, 8518, 6741, 8640, 6829, 8299, 6663, 8316, 6506, 7918, 6315, 7984, 6291, 7686, 9549, 6830, 8233, 6766, 7942, 6070, 7265, 7418, 6645, 8660, 6574, 8192, 6566, 7778, 6439, 7064, 6087, 6763, 6651, 7122, 6069, 7740, 6204, 8391, 9706, 7152, 8787, 6897, 8470, 6522, 7950, 6239, 7139, 5969, 7100, 7095, 6690, 9076, 7191, 8655, 6618, 8461, 6701, 7875, 6348, 8135, 6434, 8059, 6813, 6373, 6534, 6457, 8921, 6986, 8806, 6453, 6932, 9986, 7291, 8070, 6524, 7498, 6037, 7448, 6138, 6854, 6419, 6609, 7931, 6622, 7967, 7027, 8000, 6408, 8687, 7002, 8362, 6939, 7799, 6582, 8788, 6657, 8835, 6563, 6793, 5954, 7331, 6270, 7349, 9015, 6856, 8659, 6829, 8599, 6910, 7887, 6722, 8099, 6517, 8536, 6758, 8121, 6671, 8133, 6789, 8307, 6232, 8194, 6552, 6776, 6107, 7068, 6458, 7091, 9316, 7027, 6945, 6442, 6247, 7182, 6831, 7273, 6399, 7284, 9513, 7116, 8920, 6883, 8248, 6379, 8053, 6347, 8198, 6599, 6604, 6577, 6375, 6996, 9955, 7250, 9591, 6499, 7190, 6353, 6342, 9029, 6774, 8197, 6899, 7914, 6727, 7748, 6222, 7231, 6287, 6718, 6225, 7389, 7222, 6889, 9590, 7437, 8624, 6698, 7969, 6313, 7661, 6184, 7406, 6095, 7457, 6138, 8093, 6304, 7409, 9132, 7016, 8683, 7270, 7837, 6897, 8080, 6913, 8382, 6783, 7768, 6062, 7595, 6260, 6640, 8804, 6901, 7904, 6733, 8576, 6587, 8240, 6184, 7311, 6404, 6321, 8330, 6734, 7133, 6637, 8922, 6620, 8061, 6203, 7764, 6138, 7784, 6293, 7602, 6142, 7421, 9392, 6857, 8856, 7088, 7964, 6491, 7968, 6739, 8151, 6086, 7822, 6343, 7192, 6421, 7107, 6283, 7104, 6833, 6794, 9312, 6812, 8633, 7205, 8307, 6603, 8051, 6372, 7771, 6336, 7354, 6762, 7452, 6632, 6305, 7525, 6488, 10424, 6505, 8518, 8391, 6295, 8497, 6607, 8010, 6253, 7645, 6328, 7487, 6522, 7991, 6447, 7626, 6525, 7738, 6390, 8014, 6244, 7975, 6145, 7051, 9658, 7106, 8556, 7026, 7985, 6315, 7752, 6147, 6385, 9221, 6706, 8535, 6976, 8334, 6448, 8177, 6408, 7549, 6226, 7377, 6204, 7038, 9565, 7161, 8457, 6695, 8260, 6636, 8044, 6218, 7598, 5996, 6823, 9793, 6935, 8309, 6729, 8408, 6440, 8123, 6297, 7598, 6031, 7523, 6118, 7278, 10131, 7111, 8200, 6833, 8192, 6534, 7952, 6289, 7292, 6245, 6547, 8101, 6793, 6452, 6785, 9260, 6955, 9058, 7095, 8203, 6664, 8149, 6260, 8320, 6673, 7633, 6301, 7102, 9443, 6857, 8248, 6670, 8018, 6235, 8049, 6342, 7622, 6239, 7835, 8110, 6859, 6996, 6712, 8343, 6802, 9534, 7499, 8849, 6608, 7983, 6097, 6952, 6382, 6697, 7630, 6672, 8592, 6935, 8734, 6820, 8473, 6855, 7852, 6642, 8029, 6168, 7199, 8355, 6700, 8896, 6802], 'WindowCenter': [3780.0, 3736.0, 3762.0, 3722.0, 3757.0, 3719.0, 3758.0, 3719.0, 3746.0, 3734.0, 3717.0, 3736.0, 3707.0, 3738.0, 3737.0, 3719.0, 3738.0, 3721.0, 3728.0, 3725.0, 3741.0, 3736.0, 3738.0, 3737.0, 3709.0, 3738.0, 3721.0, 3755.0, 3736.0, 3771.0, 3735.0, 3772.0, 3727.0, 3746.0, 3713.0, 3750.0, 3721.0, 3759.0, 3734.0, 3760.0, 3723.0, 3762.0, 3725.0, 3749.0, 3709.0, 3739.0, 3728.0, 3726.0, 3752.0, 3734.0, 3742.0, 3730.0, 3748.0, 3714.0, 3745.0, 3709.0, 3748.0, 3709.0, 3738.0, 3709.0, 3760.0, 3710.0, 3749.0, 3721.0, 3747.0, 3769.0, 3733.0, 3761.0, 3733.0, 3761.0, 3733.0, 3759.0, 3722.0, 3741.0, 3732.0, 3741.0, 3767.0, 3741.0, 3758.0, 3732.0, 3751.0, 3710.0, 3750.0, 3720.0, 3736.0, 3739.0, 3772.0, 3734.0, 3785.0, 3732.0, 3737.0, 3757.0, 3728.0, 3744.0, 3733.0, 3746.0, 3730.0, 3743.0, 3731.0, 3749.0, 3727.0, 3748.0, 3708.0, 3722.0, 3756.0, 3721.0, 3744.0, 3726.0, 3718.0, 3739.0, 3722.0, 3733.0, 3760.0, 3795.0, 3757.0, 3772.0, 3722.0, 3737.0, 3716.0, 3720.0, 3694.0, 3723.0, 3750.0, 3710.0, 3740.0, 3723.0, 3735.0, 3709.0, 3736.0, 3724.0, 3746.0, 3733.0, 3731.0, 3736.0, 3770.0, 3738.0, 3761.0, 3707.0, 3723.0, 3727.0, 3725.0, 3717.0, 3735.0, 3708.0, 3734.0, 3765.0, 3739.0, 3751.0, 3734.0, 3759.0, 3738.0, 3760.0, 3726.0, 3748.0, 3711.0, 3748.0, 3708.0, 3758.0, 3708.0, 3748.0, 3708.0, 3734.0, 3729.0, 3734.0, 3763.0, 3737.0, 3750.0, 3733.0, 3728.0, 3736.0, 3718.0, 3745.0, 3750.0, 3744.0, 3758.0, 3733.0, 3753.0, 3742.0, 3746.0, 3723.0, 3746.0, 3725.0, 3747.0, 3718.0, 3746.0, 3720.0, 3747.0, 3720.0, 3733.0, 3721.0, 3742.0, 3714.0, 3756.0, 3706.0, 3748.0, 3706.0, 3735.0, 3727.0, 3725.0, 3737.0, 3731.0, 3716.0, 3726.0, 3716.0, 3721.0, 3706.0, 3733.0, 3717.0, 3732.0, 3754.0, 3731.0, 3740.0, 3724.0, 3743.0, 3717.0, 3745.0, 3711.0, 3735.0, 3694.0, 3730.0, 3721.0, 3725.0, 3705.0, 3720.0, 3716.0, 3737.0, 3748.0, 3737.0, 3738.0, 3725.0, 3717.0, 3733.0, 3739.0, 3733.0, 3749.0, 3732.0, 3752.0, 3736.0, 3733.0, 3708.0, 3731.0, 3704.0, 3724.0, 3736.0, 3723.0, 3743.0, 3719.0, 3745.0, 3730.0, 3745.0, 3717.0, 3747.0, 3706.0, 3747.0, 3710.0, 3747.0, 3727.0, 3759.0, 3719.0, 3747.0, 3709.0, 3748.0, 3708.0, 3759.0, 3719.0, 3759.0, 3719.0, 3722.0, 3763.0, 3731.0, 3746.0, 3729.0, 3747.0, 3725.0, 3748.0, 3736.0, 3753.0, 3730.0, 3758.0, 3738.0, 3760.0, 3725.0, 3759.0, 3707.0, 3737.0, 3728.0, 3722.0, 3728.0, 3733.0, 3708.0, 3737.0, 3719.0, 3767.0, 3739.0, 3737.0, 3757.0, 3706.0, 3742.0, 3712.0, 3746.0, 3705.0, 3725.0, 3755.0, 3719.0, 3728.0, 3727.0, 3730.0, 3740.0, 3731.0, 3746.0, 3732.0, 3747.0, 3766.0, 3733.0, 3759.0, 3707.0, 3738.0, 3706.0, 3726.0, 3751.0, 3735.0, 3744.0, 3728.0, 3754.0, 3721.0, 3747.0, 3706.0, 3731.0, 3707.0, 3726.0, 3755.0, 3746.0, 3756.0, 3723.0, 3758.0, 3706.0, 3734.0, 3706.0, 3736.0, 3706.0, 3738.0, 3738.0, 3728.0, 3718.0, 3727.0, 3764.0, 3718.0, 3748.0, 3722.0, 3748.0, 3707.0, 3733.0, 3737.0, 3731.0, 3741.0, 3726.0, 3752.0, 3718.0, 3745.0, 3719.0, 3747.0, 3720.0, 3747.0, 3738.0, 3771.0, 3734.0, 3755.0, 3706.0, 3732.0, 3750.0, 3720.0, 3745.0, 3724.0, 3740.0, 3706.0, 3736.0, 3706.0, 3736.0, 3707.0, 3748.0, 3717.0, 3744.0, 3719.0, 3747.0, 3719.0, 3744.0, 3719.0, 3761.0, 3750.0, 3733.0, 3757.0, 3737.0, 3745.0, 3718.0, 3747.0, 3718.0, 3743.0, 3724.0, 3736.0, 3726.0, 3747.0, 3738.0, 3731.0, 3751.0, 3734.0, 3781.0, 3742.0, 3751.0, 3750.0, 3715.0, 3743.0, 3706.0, 3732.0, 3698.0, 3735.0, 3693.0, 3723.0, 3708.0, 3730.0, 3714.0, 3743.0, 3707.0, 3732.0, 3706.0, 3733.0, 3726.0, 3727.0, 3762.0, 3725.0, 3738.0, 3726.0, 3718.0, 3725.0, 3750.0, 3739.0, 3759.0, 3737.0, 3759.0, 3739.0, 3744.0, 3722.0, 3748.0, 3715.0, 3747.0, 3717.0, 3747.0, 3754.0, 3726.0, 3746.0, 3717.0, 3744.0, 3694.0, 3735.0, 3715.0, 3723.0, 3742.0, 3724.0, 3744.0, 3716.0, 3735.0, 3705.0, 3724.0, 3694.0, 3725.0, 3716.0, 3736.0, 3707.0, 3747.0, 3725.0, 3757.0, 3761.0, 3734.0, 3755.0, 3738.0, 3747.0, 3719.0, 3748.0, 3715.0, 3735.0, 3708.0, 3740.0, 3729.0, 3737.0, 3754.0, 3737.0, 3758.0, 3739.0, 3759.0, 3738.0, 3750.0, 3724.0, 3748.0, 3721.0, 3748.0, 3731.0, 3720.0, 3729.0, 3734.0, 3772.0, 3751.0, 3773.0, 3721.0, 3738.0, 3767.0, 3737.0, 3735.0, 3707.0, 3735.0, 3714.0, 3734.0, 3706.0, 3725.0, 3717.0, 3726.0, 3738.0, 3725.0, 3739.0, 3733.0, 3739.0, 3727.0, 3758.0, 3737.0, 3743.0, 3738.0, 3740.0, 3739.0, 3755.0, 3720.0, 3754.0, 3725.0, 3724.0, 3707.0, 3737.0, 3706.0, 3737.0, 3749.0, 3723.0, 3753.0, 3724.0, 3742.0, 3725.0, 3745.0, 3719.0, 3743.0, 3708.0, 3757.0, 3719.0, 3745.0, 3719.0, 3739.0, 3726.0, 3745.0, 3713.0, 3747.0, 3706.0, 3725.0, 3706.0, 3725.0, 3705.0, 3726.0, 3747.0, 3724.0, 3716.0, 3722.0, 3718.0, 3738.0, 3719.0, 3749.0, 3719.0, 3733.0, 3763.0, 3726.0, 3755.0, 3717.0, 3745.0, 3708.0, 3746.0, 3710.0, 3744.0, 3727.0, 3718.0, 3736.0, 3720.0, 3740.0, 3776.0, 3738.0, 3769.0, 3715.0, 3726.0, 3706.0, 3710.0, 3742.0, 3723.0, 3744.0, 3724.0, 3745.0, 3725.0, 3747.0, 3713.0, 3737.0, 3706.0, 3726.0, 3707.0, 3736.0, 3727.0, 3735.0, 3755.0, 3735.0, 3745.0, 3718.0, 3733.0, 3707.0, 3735.0, 3706.0, 3736.0, 3707.0, 3736.0, 3707.0, 3748.0, 3718.0, 3737.0, 3748.0, 3736.0, 3752.0, 3736.0, 3735.0, 3736.0, 3746.0, 3735.0, 3759.0, 3720.0, 3748.0, 3715.0, 3748.0, 3718.0, 3727.0, 3749.0, 3737.0, 3739.0, 3726.0, 3757.0, 3719.0, 3748.0, 3707.0, 3737.0, 3707.0, 3714.0, 3738.0, 3726.0, 3728.0, 3725.0, 3754.0, 3724.0, 3746.0, 3710.0, 3747.0, 3707.0, 3743.0, 3718.0, 3747.0, 3708.0, 3737.0, 3752.0, 3725.0, 3756.0, 3734.0, 3746.0, 3726.0, 3747.0, 3719.0, 3746.0, 3710.0, 3743.0, 3707.0, 3735.0, 3707.0, 3737.0, 3706.0, 3736.0, 3717.0, 3723.0, 3757.0, 3724.0, 3752.0, 3734.0, 3757.0, 3738.0, 3749.0, 3722.0, 3748.0, 3726.0, 3732.0, 3736.0, 3741.0, 3737.0, 3740.0, 3761.0, 3743.0, 3796.0, 3724.0, 3758.0, 3739.0, 3715.0, 3744.0, 3714.0, 3733.0, 3713.0, 3735.0, 3715.0, 3733.0, 3718.0, 3746.0, 3719.0, 3746.0, 3726.0, 3749.0, 3722.0, 3746.0, 3720.0, 3748.0, 3707.0, 3733.0, 3748.0, 3725.0, 3743.0, 3717.0, 3734.0, 3712.0, 3735.0, 3695.0, 3714.0, 3755.0, 3725.0, 3746.0, 3737.0, 3745.0, 3711.0, 3746.0, 3714.0, 3737.0, 3707.0, 3737.0, 3707.0, 3726.0, 3754.0, 3722.0, 3745.0, 3723.0, 3745.0, 3723.0, 3744.0, 3703.0, 3736.0, 3706.0, 3726.0, 3765.0, 3725.0, 3742.0, 3721.0, 3741.0, 3707.0, 3746.0, 3712.0, 3737.0, 3707.0, 3747.0, 3708.0, 3749.0, 3766.0, 3737.0, 3743.0, 3734.0, 3756.0, 3720.0, 3748.0, 3708.0, 3736.0, 3718.0, 3724.0, 3739.0, 3723.0, 3719.0, 3739.0, 3768.0, 3737.0, 3755.0, 3733.0, 3747.0, 3723.0, 3748.0, 3727.0, 3758.0, 3726.0, 3746.0, 3719.0, 3734.0, 3756.0, 3725.0, 3745.0, 3725.0, 3746.0, 3716.0, 3748.0, 3721.0, 3748.0, 3708.0, 3749.0, 3739.0, 3724.0, 3717.0, 3722.0, 3739.0, 3723.0, 3757.0, 3734.0, 3757.0, 3723.0, 3735.0, 3694.0, 3724.0, 3705.0, 3726.0, 3726.0, 3725.0, 3738.0, 3736.0, 3755.0, 3726.0, 3743.0, 3719.0, 3746.0, 3726.0, 3744.0, 3706.0, 3736.0, 3737.0, 3726.0, 3754.0, 3726.0], 'WindowWidth': [8516.0, 8439.0, 8474.0, 8410.0, 8459.0, 8402.0, 8457.0, 8400.0, 8439.0, 8423.0, 8392.0, 8425.0, 8380.0, 8431.0, 8419.0, 8399.0, 8421.0, 8402.0, 8408.0, 8412.0, 8427.0, 8428.0, 8422.0, 8429.0, 8386.0, 8434.0, 8407.0, 8455.0, 8431.0, 8482.0, 8427.0, 8484.0, 8416.0, 8441.0, 8395.0, 8449.0, 8405.0, 8462.0, 8426.0, 8465.0, 8409.0, 8470.0, 8413.0, 8449.0, 8388.0, 8435.0, 8410.0, 8415.0, 8445.0, 8422.0, 8431.0, 8414.0, 8445.0, 8397.0, 8440.0, 8386.0, 8446.0, 8387.0, 8434.0, 8386.0, 8465.0, 8390.0, 8452.0, 8408.0, 8450.0, 8477.0, 8427.0, 8469.0, 8424.0, 8469.0, 8426.0, 8465.0, 8409.0, 8442.0, 8424.0, 8443.0, 8474.0, 8443.0, 8462.0, 8422.0, 8454.0, 8389.0, 8452.0, 8404.0, 8432.0, 8440.0, 8486.0, 8431.0, 8508.0, 8423.0, 8432.0, 8458.0, 8418.0, 8435.0, 8420.0, 8442.0, 8418.0, 8437.0, 8419.0, 8451.0, 8418.0, 8448.0, 8384.0, 8405.0, 8453.0, 8403.0, 8434.0, 8412.0, 8398.0, 8437.0, 8411.0, 8428.0, 8472.0, 8519.0, 8460.0, 8482.0, 8404.0, 8427.0, 8387.0, 8397.0, 8360.0, 8405.0, 8437.0, 8386.0, 8426.0, 8405.0, 8422.0, 8384.0, 8425.0, 8409.0, 8441.0, 8424.0, 8420.0, 8432.0, 8481.0, 8434.0, 8466.0, 8382.0, 8409.0, 8407.0, 8412.0, 8395.0, 8426.0, 8386.0, 8426.0, 8467.0, 8436.0, 8446.0, 8425.0, 8462.0, 8434.0, 8464.0, 8416.0, 8446.0, 8393.0, 8447.0, 8385.0, 8461.0, 8386.0, 8447.0, 8386.0, 8425.0, 8413.0, 8425.0, 8461.0, 8432.0, 8441.0, 8422.0, 8412.0, 8430.0, 8400.0, 8443.0, 8444.0, 8438.0, 8460.0, 8422.0, 8448.0, 8433.0, 8440.0, 8407.0, 8439.0, 8412.0, 8442.0, 8399.0, 8440.0, 8402.0, 8445.0, 8401.0, 8421.0, 8404.0, 8433.0, 8397.0, 8456.0, 8380.0, 8445.0, 8379.0, 8425.0, 8407.0, 8411.0, 8419.0, 8415.0, 8391.0, 8413.0, 8391.0, 8404.0, 8379.0, 8422.0, 8396.0, 8420.0, 8449.0, 8416.0, 8425.0, 8410.0, 8433.0, 8392.0, 8436.0, 8388.0, 8423.0, 8359.0, 8413.0, 8401.0, 8410.0, 8376.0, 8402.0, 8392.0, 8431.0, 8437.0, 8431.0, 8424.0, 8414.0, 8395.0, 8425.0, 8427.0, 8424.0, 8441.0, 8420.0, 8446.0, 8426.0, 8420.0, 8381.0, 8415.0, 8372.0, 8408.0, 8416.0, 8407.0, 8434.0, 8400.0, 8437.0, 8415.0, 8439.0, 8396.0, 8444.0, 8379.0, 8444.0, 8389.0, 8445.0, 8419.0, 8463.0, 8401.0, 8447.0, 8389.0, 8449.0, 8386.0, 8462.0, 8401.0, 8464.0, 8401.0, 8409.0, 8461.0, 8417.0, 8442.0, 8415.0, 8444.0, 8413.0, 8448.0, 8429.0, 8450.0, 8419.0, 8460.0, 8435.0, 8466.0, 8414.0, 8464.0, 8384.0, 8432.0, 8411.0, 8406.0, 8410.0, 8423.0, 8385.0, 8431.0, 8402.0, 8475.0, 8428.0, 8431.0, 8456.0, 8380.0, 8432.0, 8391.0, 8439.0, 8377.0, 8412.0, 8451.0, 8400.0, 8412.0, 8421.0, 8419.0, 8442.0, 8423.0, 8448.0, 8426.0, 8450.0, 8473.0, 8424.0, 8463.0, 8382.0, 8431.0, 8379.0, 8414.0, 8443.0, 8426.0, 8436.0, 8412.0, 8450.0, 8404.0, 8445.0, 8380.0, 8419.0, 8382.0, 8415.0, 8453.0, 8441.0, 8453.0, 8408.0, 8459.0, 8377.0, 8424.0, 8379.0, 8429.0, 8381.0, 8432.0, 8425.0, 8420.0, 8399.0, 8420.0, 8464.0, 8397.0, 8445.0, 8406.0, 8445.0, 8381.0, 8422.0, 8422.0, 8418.0, 8429.0, 8416.0, 8446.0, 8397.0, 8440.0, 8401.0, 8444.0, 8404.0, 8447.0, 8436.0, 8483.0, 8425.0, 8455.0, 8379.0, 8419.0, 8440.0, 8401.0, 8436.0, 8410.0, 8428.0, 8377.0, 8428.0, 8379.0, 8428.0, 8384.0, 8448.0, 8396.0, 8440.0, 8400.0, 8445.0, 8403.0, 8440.0, 8403.0, 8470.0, 8444.0, 8424.0, 8457.0, 8431.0, 8439.0, 8398.0, 8443.0, 8399.0, 8435.0, 8409.0, 8427.0, 8413.0, 8444.0, 8435.0, 8424.0, 8458.0, 8432.0, 8501.0, 8438.0, 8454.0, 8442.0, 8398.0, 8432.0, 8377.0, 8415.0, 8367.0, 8423.0, 8357.0, 8406.0, 8383.0, 8415.0, 8398.0, 8437.0, 8381.0, 8421.0, 8380.0, 8421.0, 8414.0, 8418.0, 8458.0, 8411.0, 8422.0, 8417.0, 8400.0, 8416.0, 8444.0, 8437.0, 8463.0, 8433.0, 8462.0, 8436.0, 8437.0, 8406.0, 8445.0, 8400.0, 8444.0, 8395.0, 8445.0, 8450.0, 8413.0, 8440.0, 8394.0, 8436.0, 8360.0, 8424.0, 8388.0, 8407.0, 8431.0, 8408.0, 8435.0, 8392.0, 8423.0, 8374.0, 8409.0, 8360.0, 8412.0, 8390.0, 8426.0, 8384.0, 8445.0, 8417.0, 8462.0, 8459.0, 8426.0, 8453.0, 8433.0, 8445.0, 8401.0, 8447.0, 8400.0, 8428.0, 8386.0, 8439.0, 8414.0, 8433.0, 8451.0, 8432.0, 8461.0, 8437.0, 8462.0, 8435.0, 8451.0, 8412.0, 8447.0, 8406.0, 8447.0, 8420.0, 8406.0, 8426.0, 8431.0, 8488.0, 8458.0, 8490.0, 8406.0, 8434.0, 8468.0, 8427.0, 8423.0, 8380.0, 8422.0, 8396.0, 8423.0, 8377.0, 8412.0, 8395.0, 8415.0, 8424.0, 8414.0, 8426.0, 8423.0, 8428.0, 8418.0, 8461.0, 8431.0, 8435.0, 8434.0, 8430.0, 8438.0, 8454.0, 8402.0, 8452.0, 8410.0, 8408.0, 8381.0, 8430.0, 8380.0, 8431.0, 8437.0, 8408.0, 8448.0, 8411.0, 8431.0, 8411.0, 8438.0, 8400.0, 8433.0, 8383.0, 8456.0, 8400.0, 8438.0, 8402.0, 8426.0, 8416.0, 8439.0, 8394.0, 8444.0, 8378.0, 8410.0, 8378.0, 8412.0, 8377.0, 8413.0, 8433.0, 8408.0, 8391.0, 8405.0, 8397.0, 8435.0, 8402.0, 8450.0, 8400.0, 8424.0, 8462.0, 8415.0, 8451.0, 8392.0, 8436.0, 8381.0, 8439.0, 8388.0, 8435.0, 8416.0, 8398.0, 8432.0, 8404.0, 8440.0, 8485.0, 8432.0, 8474.0, 8395.0, 8412.0, 8376.0, 8387.0, 8430.0, 8404.0, 8433.0, 8409.0, 8436.0, 8412.0, 8443.0, 8394.0, 8430.0, 8379.0, 8415.0, 8381.0, 8428.0, 8408.0, 8426.0, 8451.0, 8424.0, 8438.0, 8395.0, 8420.0, 8380.0, 8424.0, 8378.0, 8426.0, 8381.0, 8428.0, 8383.0, 8448.0, 8398.0, 8432.0, 8438.0, 8427.0, 8445.0, 8428.0, 8424.0, 8430.0, 8441.0, 8428.0, 8462.0, 8402.0, 8446.0, 8398.0, 8446.0, 8396.0, 8417.0, 8439.0, 8431.0, 8426.0, 8416.0, 8456.0, 8399.0, 8445.0, 8381.0, 8430.0, 8380.0, 8398.0, 8422.0, 8415.0, 8410.0, 8413.0, 8451.0, 8410.0, 8439.0, 8387.0, 8443.0, 8381.0, 8435.0, 8396.0, 8445.0, 8386.0, 8433.0, 8447.0, 8413.0, 8452.0, 8423.0, 8440.0, 8415.0, 8443.0, 8401.0, 8442.0, 8389.0, 8436.0, 8383.0, 8425.0, 8382.0, 8429.0, 8380.0, 8428.0, 8396.0, 8409.0, 8456.0, 8412.0, 8446.0, 8425.0, 8457.0, 8434.0, 8449.0, 8407.0, 8445.0, 8416.0, 8422.0, 8431.0, 8435.0, 8437.0, 8442.0, 8472.0, 8451.0, 8524.0, 8413.0, 8462.0, 8426.0, 8396.0, 8433.0, 8392.0, 8417.0, 8389.0, 8421.0, 8395.0, 8419.0, 8398.0, 8442.0, 8401.0, 8443.0, 8414.0, 8447.0, 8405.0, 8441.0, 8403.0, 8447.0, 8380.0, 8421.0, 8436.0, 8412.0, 8434.0, 8394.0, 8421.0, 8390.0, 8423.0, 8362.0, 8396.0, 8450.0, 8410.0, 8439.0, 8429.0, 8437.0, 8390.0, 8441.0, 8395.0, 8429.0, 8380.0, 8430.0, 8380.0, 8414.0, 8446.0, 8404.0, 8438.0, 8407.0, 8436.0, 8407.0, 8435.0, 8380.0, 8428.0, 8378.0, 8413.0, 8464.0, 8411.0, 8431.0, 8404.0, 8430.0, 8383.0, 8441.0, 8390.0, 8429.0, 8382.0, 8446.0, 8387.0, 8451.0, 8468.0, 8431.0, 8435.0, 8425.0, 8456.0, 8404.0, 8447.0, 8385.0, 8428.0, 8398.0, 8411.0, 8426.0, 8409.0, 8402.0, 8437.0, 8475.0, 8433.0, 8455.0, 8421.0, 8444.0, 8410.0, 8446.0, 8418.0, 8461.0, 8415.0, 8443.0, 8400.0, 8425.0, 8453.0, 8412.0, 8439.0, 8412.0, 8440.0, 8400.0, 8445.0, 8403.0, 8445.0, 8384.0, 8449.0, 8426.0, 8410.0, 8395.0, 8407.0, 8425.0, 8410.0, 8456.0, 8423.0, 8454.0, 8406.0, 8425.0, 8359.0, 8408.0, 8376.0, 8414.0, 8405.0, 8412.0, 8423.0, 8428.0, 8452.0, 8415.0, 8435.0, 8398.0, 8441.0, 8414.0, 8437.0, 8378.0, 8427.0, 8421.0, 8413.0, 8450.0, 8415.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.0002078042959427208</td></tr>
<tr><td colspan=3>aqi</td><td>0.017025447136038187</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38909201130229</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1909698073596175</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905893049342896</td></tr>
<tr><td colspan=3>efc</td><td>0.4541</td></tr>
<tr><td colspan=3>fber</td><td>6541.1255</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07107813274090678</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11933174224343675</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4368623899618194</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3167832174908565</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693755844866765</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.300048107527837</td></tr>
<tr><td colspan=3>gcor</td><td>0.0074263</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013642590492963791</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02276323363184929</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6822660012856363</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>30.904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6552</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.0148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>602.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.4377</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8122</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>511.1526</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2954.5879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71562.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.7171</td></tr>
<tr><td colspan=3>tsnr</td><td>42.81005716184154</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>