<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-02/func/sub-0021_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>a9b176c9c1c084513f0ad8d2b7aca157</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>14:27:13.525000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993139, -0.116638, 0.00837552, 0.116667, 0.983419, -0.138837]</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.0974453</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>[4145, -7776, -7241, 597, -20, -57, -27, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c581f8d3-4b58-42a6-bbd8-09aace77d62b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.664519786834717, 0.3130091726779938, -0.021484017372131348, 98.19824981689453], [0.3129305839538574, 2.638441324234009, -0.3749276101589203, -92.32379150390625], [0.02247091569006443, 0.372490793466568, 2.673755407333374, -72.97573852539062], [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': ['142713.525000', '142713.985000', '142714.445000', '142714.905000', '142715.365000', '142715.825000', '142716.285000', '142716.745000', '142717.205000', '142717.665000', '142718.125000', '142718.585000', '142719.045000', '142719.505000', '142719.965000', '142720.425000', '142720.885000', '142721.345000', '142721.805000', '142722.265000', '142722.725000', '142723.185000', '142723.645000', '142724.105000', '142724.565000', '142725.025000', '142725.485000', '142725.945000', '142726.405000', '142726.865000', '142727.325000', '142727.785000', '142728.245000', '142728.705000', '142729.165000', '142729.625000', '142730.085000', '142730.545000', '142731.005000', '142731.465000', '142731.925000', '142732.385000', '142732.845000', '142733.305000', '142733.765000', '142734.225000', '142734.685000', '142735.145000', '142735.605000', '142736.065000', '142736.525000', '142736.985000', '142737.445000', '142737.905000', '142738.365000', '142738.825000', '142739.285000', '142739.745000', '142740.205000', '142740.665000', '142741.125000', '142741.585000', '142742.045000', '142742.505000', '142742.965000', '142743.425000', '142743.885000', '142744.345000', '142744.805000', '142745.265000', '142745.725000', '142746.185000', '142746.645000', '142747.105000', '142747.565000', '142748.025000', '142748.485000', '142748.945000', '142749.405000', '142749.865000', '142750.325000', '142750.785000', '142751.245000', '142751.705000', '142752.165000', '142752.625000', '142753.085000', '142753.545000', '142754.005000', '142754.465000', '142754.925000', '142755.385000', '142755.845000', '142756.305000', '142756.765000', '142757.225000', '142757.685000', '142758.145000', '142758.605000', '142759.065000', '142759.525000', '142759.985000', '142800.445000', '142800.905000', '142801.365000', '142801.825000', '142802.285000', '142802.745000', '142803.205000', '142803.665000', '142804.125000', '142804.585000', '142805.045000', '142805.505000', '142805.965000', '142806.425000', '142806.885000', '142807.345000', '142807.805000', '142808.265000', '142808.725000', '142809.185000', '142809.645000', '142810.105000', '142810.565000', '142811.025000', '142811.485000', '142811.945000', '142812.405000', '142812.865000', '142813.325000', '142813.785000', '142814.245000', '142814.705000', '142815.165000', '142815.625000', '142816.085000', '142816.545000', '142817.005000', '142817.465000', '142817.925000', '142818.385000', '142818.845000', '142819.305000', '142819.765000', '142820.225000', '142820.685000', '142821.145000', '142821.605000', '142822.065000', '142822.525000', '142822.985000', '142823.445000', '142823.905000', '142824.365000', '142824.825000', '142825.285000', '142825.745000', '142826.205000', '142826.665000', '142827.125000', '142827.585000', '142828.045000', '142828.505000', '142828.965000', '142829.425000', '142829.885000', '142830.345000', '142830.805000', '142831.265000', '142831.725000', '142832.185000', '142832.645000', '142833.105000', '142833.565000', '142834.025000', '142834.485000', '142834.945000', '142835.405000', '142835.865000', '142836.325000', '142836.785000', '142837.245000', '142837.705000', '142838.165000', '142838.625000', '142839.085000', '142839.545000', '142840.005000', '142840.465000', '142840.925000', '142841.385000', '142841.845000', '142842.305000', '142842.765000', '142843.225000', '142843.685000', '142844.145000', '142844.605000', '142845.065000', '142845.525000', '142845.985000', '142846.445000', '142846.905000', '142847.365000', '142847.825000', '142848.285000', '142848.745000', '142849.205000', '142849.665000', '142850.125000', '142850.585000', '142851.045000', '142851.505000', '142851.965000', '142852.425000', '142852.885000', '142853.345000', '142853.805000', '142854.265000', '142854.725000', '142855.185000', '142855.645000', '142856.105000', '142856.565000', '142857.025000', '142857.485000', '142857.945000', '142858.405000', '142858.865000', '142859.325000', '142859.785000', '142900.245000', '142900.705000', '142901.165000', '142901.625000', '142902.085000', '142902.545000', '142903.005000', '142903.465000', '142903.925000', '142904.385000', '142904.845000', '142905.305000', '142905.765000', '142906.225000', '142906.685000', '142907.145000', '142907.605000', '142908.065000', '142908.525000', '142908.985000', '142909.445000', '142909.905000', '142910.365000', '142910.825000', '142911.285000', '142911.745000', '142912.205000', '142912.665000', '142913.125000', '142913.585000', '142914.045000', '142914.505000', '142914.965000', '142915.425000', '142915.885000', '142916.345000', '142916.805000', '142917.265000', '142917.725000', '142918.185000', '142918.645000', '142919.105000', '142919.565000', '142920.025000', '142920.485000', '142920.945000', '142921.405000', '142921.865000', '142922.325000', '142922.785000', '142923.245000', '142923.705000', '142924.165000', '142924.625000', '142925.085000', '142925.545000', '142926.005000', '142926.465000', '142926.925000', '142927.385000', '142927.845000', '142928.305000', '142928.765000', '142929.225000', '142929.685000', '142930.145000', '142930.605000', '142931.065000', '142931.525000', '142931.985000', '142932.445000', '142932.905000', '142933.365000', '142933.825000', '142934.285000', '142934.745000', '142935.205000', '142935.665000', '142936.125000', '142936.585000', '142937.045000', '142937.505000', '142937.965000', '142938.425000', '142938.885000', '142939.345000', '142939.805000', '142940.265000', '142940.725000', '142941.185000', '142941.645000', '142942.105000', '142942.565000', '142943.025000', '142943.485000', '142943.945000', '142944.405000', '142944.865000', '142945.325000', '142945.785000', '142946.245000', '142946.705000', '142947.165000', '142947.625000', '142948.085000', '142948.545000', '142949.005000', '142949.465000', '142949.925000', '142950.385000', '142950.845000', '142951.305000', '142951.765000', '142952.225000', '142952.685000', '142953.145000', '142953.605000', '142954.065000', '142954.525000', '142954.985000', '142955.445000', '142955.905000', '142956.365000', '142956.825000', '142957.285000', '142957.745000', '142958.205000', '142958.665000', '142959.125000', '142959.585000', '143000.045000', '143000.505000', '143000.965000', '143001.425000', '143001.885000', '143002.345000', '143002.805000', '143003.265000', '143003.725000', '143004.185000', '143004.645000', '143005.105000', '143005.565000', '143006.025000', '143006.485000', '143006.945000', '143007.405000', '143007.865000', '143008.325000', '143008.785000', '143009.245000', '143009.705000', '143010.165000', '143010.625000', '143011.085000', '143011.545000', '143012.005000', '143012.465000', '143012.925000', '143013.385000', '143013.845000', '143014.305000', '143014.765000', '143015.225000', '143015.685000', '143016.145000', '143016.605000', '143017.065000', '143017.525000', '143017.985000', '143018.445000', '143018.905000', '143019.365000', '143019.825000', '143020.285000', '143020.745000', '143021.205000', '143021.665000', '143022.125000', '143022.585000', '143023.045000', '143023.505000', '143023.965000', '143024.425000', '143024.885000', '143025.345000', '143025.805000', '143026.265000', '143026.725000', '143027.185000', '143027.645000', '143028.105000', '143028.565000', '143029.025000', '143029.485000', '143029.945000', '143030.405000', '143030.865000', '143031.325000', '143031.785000', '143032.245000', '143032.705000', '143033.165000', '143033.625000', '143034.085000', '143034.545000', '143035.005000', '143035.465000', '143035.925000', '143036.385000', '143036.845000', '143037.305000', '143037.765000', '143038.225000', '143038.685000', '143039.145000', '143039.605000', '143040.065000', '143040.525000', '143040.985000', '143041.445000', '143041.905000', '143042.365000', '143042.825000', '143043.285000', '143043.745000', '143044.205000', '143044.665000', '143045.125000', '143045.585000', '143046.045000', '143046.505000', '143046.965000', '143047.425000', '143047.885000', '143048.345000', '143048.805000', '143049.265000', '143049.725000', '143050.185000', '143050.645000', '143051.105000', '143051.565000', '143052.025000', '143052.485000', '143052.945000', '143053.405000', '143053.865000', '143054.325000', '143054.785000', '143055.245000', '143055.705000', '143056.165000', '143056.625000', '143057.085000', '143057.545000', '143058.005000', '143058.465000', '143058.925000', '143059.385000', '143059.845000', '143100.305000', '143100.765000', '143101.225000', '143101.685000', '143102.145000', '143102.605000', '143103.065000', '143103.525000', '143103.985000', '143104.445000', '143104.905000', '143105.365000', '143105.825000', '143106.285000', '143106.745000', '143107.205000', '143107.665000', '143108.125000', '143108.585000', '143109.045000', '143109.505000', '143109.965000', '143110.425000', '143110.885000', '143111.345000', '143111.805000', '143112.265000', '143112.725000', '143113.185000', '143113.645000', '143114.105000', '143114.565000', '143115.025000', '143115.485000', '143115.945000', '143116.405000', '143116.865000', '143117.325000', '143117.785000', '143118.245000', '143118.705000', '143119.165000', '143119.625000', '143120.085000', '143120.545000', '143121.005000', '143121.465000', '143121.925000', '143122.385000', '143122.845000', '143123.305000', '143123.765000', '143124.225000', '143124.685000', '143125.145000', '143125.605000', '143126.065000', '143126.525000', '143126.985000', '143127.445000', '143127.905000', '143128.365000', '143128.825000', '143129.285000', '143129.745000', '143130.205000', '143130.665000', '143131.125000', '143131.585000', '143132.045000', '143132.505000', '143132.965000', '143133.425000', '143133.885000', '143134.345000', '143134.805000', '143135.265000', '143135.725000', '143136.185000', '143136.645000', '143137.105000', '143137.565000', '143138.025000', '143138.485000', '143138.945000', '143139.405000', '143139.865000', '143140.325000', '143140.785000', '143141.245000', '143141.705000', '143142.165000', '143142.625000', '143143.085000', '143143.545000', '143144.005000', '143144.465000', '143144.925000', '143145.385000', '143145.845000', '143146.305000', '143146.765000', '143147.225000', '143147.685000', '143148.145000', '143148.605000', '143149.065000', '143149.525000', '143149.985000', '143150.445000', '143150.905000', '143151.365000', '143151.825000', '143152.285000', '143152.745000', '143153.205000', '143153.665000', '143154.125000', '143154.585000', '143155.045000', '143155.505000', '143155.965000', '143156.425000', '143156.885000', '143157.345000', '143157.805000', '143158.265000', '143158.725000', '143159.185000', '143159.645000', '143200.105000', '143200.565000', '143201.025000', '143201.485000', '143201.945000', '143202.405000', '143202.865000', '143203.325000', '143203.785000', '143204.245000', '143204.705000', '143205.165000', '143205.625000', '143206.085000', '143206.545000', '143207.005000', '143207.465000', '143207.925000', '143208.385000', '143208.845000', '143209.305000', '143209.765000', '143210.225000', '143210.685000', '143211.145000', '143211.605000', '143212.065000', '143212.525000', '143212.985000', '143213.445000', '143213.905000', '143214.365000', '143214.825000', '143215.285000', '143215.745000', '143216.205000', '143216.665000', '143217.125000', '143217.585000', '143218.045000', '143218.505000', '143218.965000', '143219.425000', '143219.885000', '143220.345000', '143220.805000', '143221.265000', '143221.725000', '143222.185000', '143222.645000', '143223.105000', '143223.565000', '143224.025000', '143224.485000', '143224.945000', '143225.405000', '143225.865000', '143226.325000', '143226.785000', '143227.245000', '143227.705000', '143228.165000', '143228.625000', '143229.085000', '143229.545000', '143230.005000', '143230.465000', '143230.925000', '143231.385000', '143231.845000', '143232.305000', '143232.765000', '143233.225000', '143233.685000', '143234.145000', '143234.605000', '143235.065000', '143235.525000', '143235.985000', '143236.445000', '143236.905000', '143237.365000', '143237.825000', '143238.285000', '143238.745000', '143239.205000', '143239.665000', '143240.125000', '143240.585000', '143241.045000', '143241.505000', '143241.965000', '143242.425000', '143242.885000', '143243.345000', '143243.805000', '143244.265000', '143244.725000', '143245.185000', '143245.645000', '143246.105000', '143246.565000', '143247.025000', '143247.485000', '143247.945000', '143248.405000', '143248.865000', '143249.325000', '143249.785000', '143250.245000', '143250.705000', '143251.165000', '143251.625000', '143252.085000', '143252.545000', '143253.005000', '143253.465000', '143253.925000', '143254.385000', '143254.845000', '143255.305000', '143255.765000', '143256.225000', '143256.685000', '143257.145000', '143257.605000', '143258.065000', '143258.525000', '143258.985000', '143259.445000', '143259.905000', '143300.365000', '143300.825000', '143301.285000', '143301.745000', '143302.205000', '143302.665000', '143303.125000', '143303.585000', '143304.045000', '143304.505000', '143304.965000', '143305.425000', '143305.885000', '143306.345000', '143306.805000', '143307.265000', '143307.725000', '143308.185000', '143308.645000', '143309.105000', '143309.565000', '143310.025000', '143310.485000', '143310.945000', '143311.405000', '143311.865000', '143312.325000', '143312.785000', '143313.245000', '143313.705000', '143314.165000', '143314.625000', '143315.085000', '143315.545000', '143316.005000', '143316.465000', '143316.925000', '143317.385000', '143317.845000', '143318.305000', '143318.765000', '143319.225000', '143319.685000', '143320.145000', '143320.605000', '143321.065000', '143321.525000', '143321.985000', '143322.445000', '143322.905000', '143323.365000', '143323.825000', '143324.285000', '143324.745000', '143325.205000', '143325.665000', '143326.125000', '143326.585000', '143327.045000', '143327.505000', '143327.965000', '143328.425000', '143328.885000', '143329.345000', '143329.805000', '143330.265000', '143330.725000', '143331.185000', '143331.645000', '143332.105000', '143332.565000', '143333.025000', '143333.485000', '143333.945000', '143334.405000', '143334.865000', '143335.325000', '143335.785000', '143336.245000', '143336.705000', '143337.165000', '143337.625000', '143338.085000', '143338.545000', '143339.005000'], 'ContentTime': ['142726.304000', '142726.308000', '142726.311000', '142726.314000', '142726.317000', '142726.320000', '142726.322000', '142726.325000', '142726.338000', '142726.349000', '142726.352000', '142726.355000', '142726.358000', '142726.361000', '142726.363000', '142726.366000', '142726.369000', '142726.372000', '142726.375000', '142726.377000', '142726.380000', '142726.383000', '142726.386000', '142726.389000', '142726.391000', '142726.394000', '142746.271000', '142746.274000', '142746.277000', '142746.285000', '142746.288000', '142746.291000', '142746.293000', '142746.296000', '142746.299000', '142746.302000', '142746.305000', '142746.307000', '142746.310000', '142746.313000', '142746.316000', '142746.319000', '142746.321000', '142746.324000', '142746.330000', '142746.333000', '142746.336000', '142746.338000', '142746.341000', '142746.344000', '142746.347000', '142746.350000', '142746.352000', '142746.355000', '142746.358000', '142746.361000', '142746.364000', '142746.367000', '142746.369000', '142746.372000', '142746.375000', '142746.378000', '142746.381000', '142746.384000', '142746.386000', '142746.389000', '142746.392000', '142746.395000', '142746.397000', '142746.400000', '142806.271000', '142806.274000', '142806.277000', '142806.280000', '142806.282000', '142806.285000', '142806.288000', '142806.291000', '142806.294000', '142806.296000', '142806.299000', '142806.302000', '142806.305000', '142806.308000', '142806.311000', '142806.314000', '142806.323000', '142806.326000', '142806.328000', '142806.331000', '142806.334000', '142806.342000', '142806.344000', '142806.347000', '142806.350000', '142806.353000', '142806.356000', '142806.359000', '142806.361000', '142806.364000', '142806.367000', '142806.370000', '142806.373000', '142806.375000', '142806.378000', '142806.381000', '142806.384000', '142806.387000', '142806.390000', '142806.392000', '142806.395000', '142806.398000', '142806.401000', '142826.271000', '142826.274000', '142826.277000', '142826.280000', '142826.283000', '142826.286000', '142826.289000', '142826.292000', '142826.294000', '142826.297000', '142826.300000', '142826.303000', '142826.306000', '142826.309000', '142826.312000', '142826.314000', '142826.317000', '142826.320000', '142826.323000', '142826.326000', '142826.328000', '142826.331000', '142826.334000', '142826.337000', '142826.340000', '142826.342000', '142826.345000', '142826.361000', '142826.363000', '142826.366000', '142826.369000', '142826.372000', '142826.375000', '142826.377000', '142826.380000', '142826.383000', '142826.386000', '142826.389000', '142826.392000', '142826.394000', '142826.402000', '142826.405000', '142826.408000', '142846.271000', '142846.274000', '142846.277000', '142846.279000', '142846.282000', '142846.285000', '142846.288000', '142846.291000', '142846.293000', '142846.296000', '142846.299000', '142846.302000', '142846.305000', '142846.308000', '142846.311000', '142846.313000', '142846.316000', '142846.319000', '142846.322000', '142846.325000', '142846.327000', '142846.330000', '142846.333000', '142846.336000', '142846.339000', '142846.341000', '142846.344000', '142846.347000', '142846.350000', '142846.353000', '142846.356000', '142846.359000', '142846.362000', '142846.364000', '142846.367000', '142846.370000', '142846.373000', '142846.376000', '142846.379000', '142846.381000', '142846.384000', '142846.387000', '142846.390000', '142846.393000', '142906.271000', '142906.274000', '142906.277000', '142906.280000', '142906.283000', '142906.285000', '142906.288000', '142906.293000', '142906.297000', '142906.300000', '142906.303000', '142906.306000', '142906.308000', '142906.311000', '142906.314000', '142906.317000', '142906.320000', '142906.323000', '142906.325000', '142906.328000', '142906.331000', '142906.334000', '142906.337000', '142906.339000', '142906.342000', '142906.345000', '142906.348000', '142906.351000', '142906.354000', '142906.357000', '142906.360000', '142906.362000', '142906.365000', '142906.368000', '142906.371000', '142906.374000', '142906.377000', '142906.379000', '142906.382000', '142906.385000', '142906.388000', '142906.391000', '142906.394000', '142926.271000', '142926.274000', '142926.277000', '142926.280000', '142926.282000', '142926.285000', '142926.288000', '142926.291000', '142926.294000', '142926.297000', '142926.299000', '142926.302000', '142926.305000', '142926.308000', '142926.311000', '142926.314000', '142926.317000', '142926.319000', '142926.322000', '142926.325000', '142926.328000', '142926.331000', '142926.334000', '142926.337000', '142926.339000', '142926.342000', '142926.345000', '142926.348000', '142926.351000', '142926.354000', '142926.356000', '142926.359000', '142926.362000', '142926.365000', '142926.368000', '142926.371000', '142926.374000', '142926.376000', '142926.379000', '142926.382000', '142926.385000', '142926.388000', '142926.391000', '142926.393000', '142946.271000', '142946.274000', '142946.277000', '142946.280000', '142946.283000', '142946.286000', '142946.288000', '142946.291000', '142946.294000', '142946.297000', '142946.301000', '142946.305000', '142946.308000', '142946.311000', '142946.314000', '142946.317000', '142946.320000', '142946.322000', '142946.325000', '142946.328000', '142946.331000', '142946.334000', '142946.336000', '142946.339000', '142946.342000', '142946.345000', '142946.348000', '142946.351000', '142946.354000', '142946.365000', '142946.368000', '142946.370000', '142946.373000', '142946.376000', '142946.379000', '142946.382000', '142946.385000', '142946.387000', '142946.390000', '142946.393000', '142946.396000', '142946.399000', '142946.402000', '143006.271000', '143006.274000', '143006.277000', '143006.279000', '143006.282000', '143006.285000', '143006.288000', '143006.291000', '143006.294000', '143006.297000', '143006.300000', '143006.302000', '143006.305000', '143006.308000', '143006.311000', '143006.314000', '143006.317000', '143006.320000', '143006.322000', '143006.325000', '143006.328000', '143006.331000', '143006.334000', '143006.345000', '143006.348000', '143006.351000', '143006.354000', '143006.357000', '143006.360000', '143006.362000', '143006.365000', '143006.368000', '143006.371000', '143006.374000', '143006.377000', '143006.380000', '143006.382000', '143006.385000', '143006.388000', '143006.391000', '143006.394000', '143006.397000', '143006.400000', '143006.402000', '143026.271000', '143026.274000', '143026.277000', '143026.280000', '143026.283000', '143026.285000', '143026.288000', '143026.291000', '143026.294000', '143026.297000', '143026.300000', '143026.302000', '143026.305000', '143026.308000', '143026.311000', '143026.314000', '143026.319000', '143026.323000', '143026.326000', '143026.329000', '143026.332000', '143026.334000', '143026.337000', '143026.340000', '143026.343000', '143026.346000', '143026.349000', '143026.351000', '143026.354000', '143026.357000', '143026.360000', '143026.363000', '143026.365000', '143026.368000', '143026.371000', '143026.374000', '143026.377000', '143026.380000', '143026.383000', '143026.385000', '143026.388000', '143026.391000', '143026.394000', '143046.271000', '143046.274000', '143046.277000', '143046.280000', '143046.282000', '143046.285000', '143046.288000', '143046.291000', '143046.294000', '143046.297000', '143046.299000', '143046.302000', '143046.305000', '143046.308000', '143046.311000', '143046.314000', '143046.317000', '143046.319000', '143046.322000', '143046.325000', '143046.328000', '143046.331000', '143046.334000', '143046.336000', '143046.339000', '143046.342000', '143046.345000', '143046.348000', '143046.351000', '143046.353000', '143046.356000', '143046.359000', '143046.362000', '143046.365000', '143046.368000', '143046.370000', '143046.373000', '143046.376000', '143046.379000', '143046.382000', '143046.385000', '143046.387000', '143046.390000', '143046.393000', '143106.271000', '143106.274000', '143106.277000', '143106.280000', '143106.284000', '143106.286000', '143106.289000', '143106.292000', '143106.295000', '143106.298000', '143106.301000', '143106.304000', '143106.306000', '143106.309000', '143106.312000', '143106.315000', '143106.318000', '143106.321000', '143106.324000', '143106.326000', '143106.329000', '143106.332000', '143106.335000', '143106.338000', '143106.341000', '143106.344000', '143106.347000', '143106.349000', '143106.352000', '143106.355000', '143106.358000', '143106.361000', '143106.364000', '143106.367000', '143106.370000', '143106.373000', '143106.376000', '143106.384000', '143106.387000', '143106.390000', '143106.392000', '143106.395000', '143106.398000', '143126.271000', '143126.274000', '143126.277000', '143126.280000', '143126.283000', '143126.285000', '143126.288000', '143126.291000', '143126.294000', '143126.297000', '143126.300000', '143126.302000', '143126.305000', '143126.308000', '143126.311000', '143126.314000', '143126.317000', '143126.319000', '143126.322000', '143126.325000', '143126.328000', '143126.331000', '143126.334000', '143126.337000', '143126.339000', '143126.342000', '143126.345000', '143126.348000', '143126.351000', '143126.354000', '143126.356000', '143126.359000', '143126.362000', '143126.365000', '143126.368000', '143126.371000', '143126.374000', '143126.376000', '143126.379000', '143126.382000', '143126.385000', '143126.399000', '143126.402000', '143126.405000', '143146.271000', '143146.274000', '143146.277000', '143146.280000', '143146.296000', '143146.299000', '143146.302000', '143146.304000', '143146.307000', '143146.310000', '143146.313000', '143146.316000', '143146.319000', '143146.321000', '143146.324000', '143146.327000', '143146.330000', '143146.333000', '143146.336000', '143146.338000', '143146.341000', '143146.344000', '143146.347000', '143146.350000', '143146.353000', '143146.355000', '143146.358000', '143146.361000', '143146.366000', '143146.369000', '143146.372000', '143146.375000', '143146.377000', '143146.381000', '143146.383000', '143146.386000', '143146.389000', '143146.392000', '143146.395000', '143146.398000', '143146.400000', '143146.403000', '143146.406000', '143206.271000', '143206.278000', '143206.281000', '143206.284000', '143206.287000', '143206.289000', '143206.292000', '143206.295000', '143206.298000', '143206.301000', '143206.304000', '143206.306000', '143206.309000', '143206.312000', '143206.315000', '143206.318000', '143206.321000', '143206.324000', '143206.326000', '143206.329000', '143206.332000', '143206.335000', '143206.338000', '143206.341000', '143206.344000', '143206.346000', '143206.349000', '143206.352000', '143206.355000', '143206.358000', '143206.361000', '143206.363000', '143206.366000', '143206.369000', '143206.372000', '143206.375000', '143206.378000', '143206.381000', '143206.383000', '143206.386000', '143206.389000', '143206.392000', '143206.395000', '143206.398000', '143226.271000', '143226.274000', '143226.277000', '143226.280000', '143226.283000', '143226.286000', '143226.295000', '143226.297000', '143226.300000', '143226.303000', '143226.306000', '143226.309000', '143226.312000', '143226.314000', '143226.318000', '143226.322000', '143226.324000', '143226.327000', '143226.330000', '143226.333000', '143226.336000', '143226.339000', '143226.342000', '143226.345000', '143226.348000', '143226.350000', '143226.353000', '143226.356000', '143226.359000', '143226.362000', '143226.365000', '143226.368000', '143226.370000', '143226.374000', '143226.376000', '143226.379000', '143226.382000', '143226.387000', '143226.390000', '143226.393000', '143226.396000', '143226.399000', '143226.401000', '143246.271000', '143246.274000', '143246.277000', '143246.280000', '143246.283000', '143246.285000', '143246.288000', '143246.291000', '143246.294000', '143246.297000', '143246.300000', '143246.303000', '143246.305000', '143246.308000', '143246.311000', '143246.314000', '143246.317000', '143246.320000', '143246.322000', '143246.325000', '143246.328000', '143246.331000', '143246.334000', '143246.337000', '143246.340000', '143246.342000', '143246.345000', '143246.348000', '143246.351000', '143246.354000', '143246.359000', '143246.362000', '143246.364000', '143246.367000', '143246.370000', '143246.373000', '143246.376000', '143246.379000', '143246.382000', '143246.384000', '143246.387000', '143246.390000', '143246.393000', '143246.396000', '143306.271000', '143306.274000', '143306.277000', '143306.280000', '143306.283000', '143306.285000', '143306.288000', '143306.291000', '143306.294000', '143306.297000', '143306.300000', '143306.302000', '143306.305000', '143306.308000', '143306.311000', '143306.326000', '143306.329000', '143306.332000', '143306.335000', '143306.338000', '143306.341000', '143306.344000', '143306.346000', '143306.349000', '143306.352000', '143306.355000', '143306.358000', '143306.361000', '143306.363000', '143306.366000', '143306.369000', '143306.372000', '143306.375000', '143306.378000', '143306.381000', '143306.384000', '143306.387000', '143306.396000', '143306.399000', '143306.402000', '143306.406000', '143306.410000', '143306.413000', '143326.271000', '143326.274000', '143326.277000', '143326.280000', '143326.283000', '143326.286000', '143326.289000', '143326.291000', '143326.294000', '143326.297000', '143326.300000', '143326.303000', '143326.306000', '143326.308000', '143326.311000', '143326.314000', '143326.317000', '143326.320000', '143326.323000', '143326.326000', '143326.328000', '143326.331000', '143326.334000', '143326.337000', '143326.340000', '143326.343000', '143326.346000', '143326.348000', '143326.351000', '143326.354000', '143326.357000', '143326.360000', '143326.363000', '143326.365000', '143326.368000', '143326.371000', '143326.374000', '143326.377000', '143326.380000', '143326.382000', '143326.385000', '143326.388000', '143326.391000', '143326.394000', '143340.045000', '143340.048000', '143340.052000', '143340.055000', '143340.058000', '143340.061000', '143340.064000', '143340.067000', '143340.070000', '143340.074000', '143340.077000', '143340.081000', '143340.084000', '143340.088000', '143340.092000', '143340.095000', '143340.098000', '143340.101000', '143340.104000', '143340.107000', '143340.111000', '143340.115000', '143340.118000', '143340.122000', '143340.125000', '143340.128000', '143340.131000', '143340.134000', '143340.137000', '143340.140000'], 'InstanceCreationTime': ['142726.304000', '142726.308000', '142726.311000', '142726.314000', '142726.317000', '142726.320000', '142726.322000', '142726.325000', '142726.338000', '142726.349000', '142726.352000', '142726.355000', '142726.358000', '142726.361000', '142726.363000', '142726.366000', '142726.369000', '142726.372000', '142726.375000', '142726.377000', '142726.380000', '142726.383000', '142726.386000', '142726.389000', '142726.391000', '142726.394000', '142746.271000', '142746.274000', '142746.277000', '142746.285000', '142746.288000', '142746.291000', '142746.293000', '142746.296000', '142746.299000', '142746.302000', '142746.305000', '142746.307000', '142746.310000', '142746.313000', '142746.316000', '142746.319000', '142746.321000', '142746.324000', '142746.330000', '142746.333000', '142746.336000', '142746.338000', '142746.341000', '142746.344000', '142746.347000', '142746.350000', '142746.352000', '142746.355000', '142746.358000', '142746.361000', '142746.364000', '142746.367000', '142746.369000', '142746.372000', '142746.375000', '142746.378000', '142746.381000', '142746.384000', '142746.386000', '142746.389000', '142746.392000', '142746.395000', '142746.397000', '142746.400000', '142806.271000', '142806.274000', '142806.277000', '142806.280000', '142806.282000', '142806.285000', '142806.288000', '142806.291000', '142806.294000', '142806.296000', '142806.299000', '142806.302000', '142806.305000', '142806.308000', '142806.311000', '142806.314000', '142806.323000', '142806.326000', '142806.328000', '142806.331000', '142806.334000', '142806.342000', '142806.344000', '142806.347000', '142806.350000', '142806.353000', '142806.356000', '142806.359000', '142806.361000', '142806.364000', '142806.367000', '142806.370000', '142806.373000', '142806.375000', '142806.378000', '142806.381000', '142806.384000', '142806.387000', '142806.390000', '142806.392000', '142806.395000', '142806.398000', '142806.401000', '142826.271000', '142826.274000', '142826.277000', '142826.280000', '142826.283000', '142826.286000', '142826.289000', '142826.292000', '142826.294000', '142826.297000', '142826.300000', '142826.303000', '142826.306000', '142826.309000', '142826.312000', '142826.314000', '142826.317000', '142826.320000', '142826.323000', '142826.326000', '142826.328000', '142826.331000', '142826.334000', '142826.337000', '142826.340000', '142826.342000', '142826.345000', '142826.361000', '142826.363000', '142826.366000', '142826.369000', '142826.372000', '142826.375000', '142826.377000', '142826.380000', '142826.383000', '142826.386000', '142826.389000', '142826.392000', '142826.394000', '142826.402000', '142826.405000', '142826.408000', '142846.271000', '142846.274000', '142846.277000', '142846.279000', '142846.282000', '142846.285000', '142846.288000', '142846.291000', '142846.293000', '142846.296000', '142846.299000', '142846.302000', '142846.305000', '142846.308000', '142846.311000', '142846.313000', '142846.316000', '142846.319000', '142846.322000', '142846.325000', '142846.327000', '142846.330000', '142846.333000', '142846.336000', '142846.339000', '142846.341000', '142846.344000', '142846.347000', '142846.350000', '142846.353000', '142846.356000', '142846.359000', '142846.362000', '142846.364000', '142846.367000', '142846.370000', '142846.373000', '142846.376000', '142846.379000', '142846.381000', '142846.384000', '142846.387000', '142846.390000', '142846.393000', '142906.271000', '142906.274000', '142906.277000', '142906.280000', '142906.283000', '142906.285000', '142906.288000', '142906.293000', '142906.297000', '142906.300000', '142906.303000', '142906.306000', '142906.308000', '142906.311000', '142906.314000', '142906.317000', '142906.320000', '142906.323000', '142906.325000', '142906.328000', '142906.331000', '142906.334000', '142906.337000', '142906.339000', '142906.342000', '142906.345000', '142906.348000', '142906.351000', '142906.354000', '142906.357000', '142906.360000', '142906.362000', '142906.365000', '142906.368000', '142906.371000', '142906.374000', '142906.377000', '142906.379000', '142906.382000', '142906.385000', '142906.388000', '142906.391000', '142906.394000', '142926.271000', '142926.274000', '142926.277000', '142926.280000', '142926.282000', '142926.285000', '142926.288000', '142926.291000', '142926.294000', '142926.297000', '142926.299000', '142926.302000', '142926.305000', '142926.308000', '142926.311000', '142926.314000', '142926.317000', '142926.319000', '142926.322000', '142926.325000', '142926.328000', '142926.331000', '142926.334000', '142926.337000', '142926.339000', '142926.342000', '142926.345000', '142926.348000', '142926.351000', '142926.354000', '142926.356000', '142926.359000', '142926.362000', '142926.365000', '142926.368000', '142926.371000', '142926.374000', '142926.376000', '142926.379000', '142926.382000', '142926.385000', '142926.388000', '142926.391000', '142926.393000', '142946.271000', '142946.274000', '142946.277000', '142946.280000', '142946.283000', '142946.286000', '142946.288000', '142946.291000', '142946.294000', '142946.297000', '142946.301000', '142946.305000', '142946.308000', '142946.311000', '142946.314000', '142946.317000', '142946.320000', '142946.322000', '142946.325000', '142946.328000', '142946.331000', '142946.334000', '142946.336000', '142946.339000', '142946.342000', '142946.345000', '142946.348000', '142946.351000', '142946.354000', '142946.365000', '142946.368000', '142946.370000', '142946.373000', '142946.376000', '142946.379000', '142946.382000', '142946.385000', '142946.387000', '142946.390000', '142946.393000', '142946.396000', '142946.399000', '142946.402000', '143006.271000', '143006.274000', '143006.277000', '143006.279000', '143006.282000', '143006.285000', '143006.288000', '143006.291000', '143006.294000', '143006.297000', '143006.300000', '143006.302000', '143006.305000', '143006.308000', '143006.311000', '143006.314000', '143006.317000', '143006.320000', '143006.322000', '143006.325000', '143006.328000', '143006.331000', '143006.334000', '143006.345000', '143006.348000', '143006.351000', '143006.354000', '143006.357000', '143006.360000', '143006.362000', '143006.365000', '143006.368000', '143006.371000', '143006.374000', '143006.377000', '143006.380000', '143006.382000', '143006.385000', '143006.388000', '143006.391000', '143006.394000', '143006.397000', '143006.400000', '143006.402000', '143026.271000', '143026.274000', '143026.277000', '143026.280000', '143026.283000', '143026.285000', '143026.288000', '143026.291000', '143026.294000', '143026.297000', '143026.300000', '143026.302000', '143026.305000', '143026.308000', '143026.311000', '143026.314000', '143026.319000', '143026.323000', '143026.326000', '143026.329000', '143026.332000', '143026.334000', '143026.337000', '143026.340000', '143026.343000', '143026.346000', '143026.349000', '143026.351000', '143026.354000', '143026.357000', '143026.360000', '143026.363000', '143026.365000', '143026.368000', '143026.371000', '143026.374000', '143026.377000', '143026.380000', '143026.383000', '143026.385000', '143026.388000', '143026.391000', '143026.394000', '143046.271000', '143046.274000', '143046.277000', '143046.280000', '143046.282000', '143046.285000', '143046.288000', '143046.291000', '143046.294000', '143046.297000', '143046.299000', '143046.302000', '143046.305000', '143046.308000', '143046.311000', '143046.314000', '143046.317000', '143046.319000', '143046.322000', '143046.325000', '143046.328000', '143046.331000', '143046.334000', '143046.336000', '143046.339000', '143046.342000', '143046.345000', '143046.348000', '143046.351000', '143046.353000', '143046.356000', '143046.359000', '143046.362000', '143046.365000', '143046.368000', '143046.370000', '143046.373000', '143046.376000', '143046.379000', '143046.382000', '143046.385000', '143046.387000', '143046.390000', '143046.393000', '143106.271000', '143106.274000', '143106.277000', '143106.280000', '143106.284000', '143106.286000', '143106.289000', '143106.292000', '143106.295000', '143106.298000', '143106.301000', '143106.304000', '143106.306000', '143106.309000', '143106.312000', '143106.315000', '143106.318000', '143106.321000', '143106.324000', '143106.326000', '143106.329000', '143106.332000', '143106.335000', '143106.338000', '143106.341000', '143106.344000', '143106.347000', '143106.349000', '143106.352000', '143106.355000', '143106.358000', '143106.361000', '143106.364000', '143106.367000', '143106.370000', '143106.373000', '143106.376000', '143106.384000', '143106.387000', '143106.390000', '143106.392000', '143106.395000', '143106.398000', '143126.271000', '143126.274000', '143126.277000', '143126.280000', '143126.283000', '143126.285000', '143126.288000', '143126.291000', '143126.294000', '143126.297000', '143126.300000', '143126.302000', '143126.305000', '143126.308000', '143126.311000', '143126.314000', '143126.317000', '143126.319000', '143126.322000', '143126.325000', '143126.328000', '143126.331000', '143126.334000', '143126.337000', '143126.339000', '143126.342000', '143126.345000', '143126.348000', '143126.351000', '143126.354000', '143126.356000', '143126.359000', '143126.362000', '143126.365000', '143126.368000', '143126.371000', '143126.374000', '143126.376000', '143126.379000', '143126.382000', '143126.385000', '143126.399000', '143126.402000', '143126.405000', '143146.271000', '143146.274000', '143146.277000', '143146.280000', '143146.296000', '143146.299000', '143146.302000', '143146.304000', '143146.307000', '143146.310000', '143146.313000', '143146.316000', '143146.319000', '143146.321000', '143146.324000', '143146.327000', '143146.330000', '143146.333000', '143146.336000', '143146.338000', '143146.341000', '143146.344000', '143146.347000', '143146.350000', '143146.353000', '143146.355000', '143146.358000', '143146.361000', '143146.366000', '143146.369000', '143146.372000', '143146.375000', '143146.377000', '143146.381000', '143146.383000', '143146.386000', '143146.389000', '143146.392000', '143146.395000', '143146.398000', '143146.400000', '143146.403000', '143146.406000', '143206.271000', '143206.278000', '143206.281000', '143206.284000', '143206.287000', '143206.289000', '143206.292000', '143206.295000', '143206.298000', '143206.301000', '143206.304000', '143206.306000', '143206.309000', '143206.312000', '143206.315000', '143206.318000', '143206.321000', '143206.324000', '143206.326000', '143206.329000', '143206.332000', '143206.335000', '143206.338000', '143206.341000', '143206.344000', '143206.346000', '143206.349000', '143206.352000', '143206.355000', '143206.358000', '143206.361000', '143206.363000', '143206.366000', '143206.369000', '143206.372000', '143206.375000', '143206.378000', '143206.381000', '143206.383000', '143206.386000', '143206.389000', '143206.392000', '143206.395000', '143206.398000', '143226.271000', '143226.274000', '143226.277000', '143226.280000', '143226.283000', '143226.286000', '143226.295000', '143226.297000', '143226.300000', '143226.303000', '143226.306000', '143226.309000', '143226.312000', '143226.314000', '143226.318000', '143226.322000', '143226.324000', '143226.327000', '143226.330000', '143226.333000', '143226.336000', '143226.339000', '143226.342000', '143226.345000', '143226.348000', '143226.350000', '143226.353000', '143226.356000', '143226.359000', '143226.362000', '143226.365000', '143226.368000', '143226.370000', '143226.374000', '143226.376000', '143226.379000', '143226.382000', '143226.387000', '143226.390000', '143226.393000', '143226.396000', '143226.399000', '143226.401000', '143246.271000', '143246.274000', '143246.277000', '143246.280000', '143246.283000', '143246.285000', '143246.288000', '143246.291000', '143246.294000', '143246.297000', '143246.300000', '143246.303000', '143246.305000', '143246.308000', '143246.311000', '143246.314000', '143246.317000', '143246.320000', '143246.322000', '143246.325000', '143246.328000', '143246.331000', '143246.334000', '143246.337000', '143246.340000', '143246.342000', '143246.345000', '143246.348000', '143246.351000', '143246.354000', '143246.359000', '143246.362000', '143246.364000', '143246.367000', '143246.370000', '143246.373000', '143246.376000', '143246.379000', '143246.382000', '143246.384000', '143246.387000', '143246.390000', '143246.393000', '143246.396000', '143306.271000', '143306.274000', '143306.277000', '143306.280000', '143306.283000', '143306.285000', '143306.288000', '143306.291000', '143306.294000', '143306.297000', '143306.300000', '143306.302000', '143306.305000', '143306.308000', '143306.311000', '143306.326000', '143306.329000', '143306.332000', '143306.335000', '143306.338000', '143306.341000', '143306.344000', '143306.346000', '143306.349000', '143306.352000', '143306.355000', '143306.358000', '143306.361000', '143306.363000', '143306.366000', '143306.369000', '143306.372000', '143306.375000', '143306.378000', '143306.381000', '143306.384000', '143306.387000', '143306.396000', '143306.399000', '143306.402000', '143306.406000', '143306.410000', '143306.413000', '143326.271000', '143326.274000', '143326.277000', '143326.280000', '143326.283000', '143326.286000', '143326.289000', '143326.291000', '143326.294000', '143326.297000', '143326.300000', '143326.303000', '143326.306000', '143326.308000', '143326.311000', '143326.314000', '143326.317000', '143326.320000', '143326.323000', '143326.326000', '143326.328000', '143326.331000', '143326.334000', '143326.337000', '143326.340000', '143326.343000', '143326.346000', '143326.348000', '143326.351000', '143326.354000', '143326.357000', '143326.360000', '143326.363000', '143326.365000', '143326.368000', '143326.371000', '143326.374000', '143326.377000', '143326.380000', '143326.382000', '143326.385000', '143326.388000', '143326.391000', '143326.394000', '143340.045000', '143340.048000', '143340.052000', '143340.055000', '143340.058000', '143340.061000', '143340.064000', '143340.067000', '143340.070000', '143340.074000', '143340.077000', '143340.081000', '143340.084000', '143340.088000', '143340.092000', '143340.095000', '143340.098000', '143340.101000', '143340.104000', '143340.107000', '143340.111000', '143340.115000', '143340.118000', '143340.122000', '143340.125000', '143340.128000', '143340.131000', '143340.134000', '143340.137000', '143340.140000'], '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': [10215, 12537, 9053, 11816, 8934, 10360, 12817, 9989, 13331, 9284, 11330, 8680, 10712, 8583, 12601, 8445, 9961, 9430, 9683, 12946, 8824, 11028, 8910, 10440, 8545, 9854, 8382, 9478, 12266, 9337, 11285, 8778, 10687, 8904, 10058, 8700, 10302, 8386, 9696, 10426, 8954, 12066, 8786, 10650, 9203, 10449, 8492, 9590, 11592, 8808, 12062, 9060, 10328, 9232, 11069, 8535, 9186, 8448, 8836, 12126, 8666, 11129, 9158, 11144, 9012, 11811, 11540, 9880, 14538, 10485, 13206, 9753, 12264, 9440, 12937, 9191, 13960, 9185, 12637, 11496, 11677, 13541, 11149, 13105, 9297, 13373, 9313, 13261, 12451, 11709, 14522, 10266, 12619, 9158, 13609, 10239, 11479, 14562, 10192, 12444, 9341, 12528, 8659, 10435, 13251, 9688, 11716, 9101, 13929, 8480, 10383, 9167, 9702, 12843, 9751, 11330, 8905, 11278, 8608, 12240, 9188, 11775, 11784, 10723, 13050, 10118, 12058, 9610, 11576, 8865, 11366, 8753, 15427, 8587, 11869, 12414, 10892, 13946, 9936, 12051, 9139, 12311, 9413, 11934, 8588, 10594, 10407, 10157, 13251, 10384, 12525, 8918, 11053, 8956, 11285, 9039, 12084, 9074, 11934, 9648, 12191, 9553, 12228, 9071, 13058, 8959, 14556, 9012, 13192, 12740, 11633, 16795, 11691, 13960, 10554, 15114, 11098, 12321, 11402, 11141, 14179, 10682, 12039, 9503, 12733, 8766, 10671, 9143, 10292, 11448, 10217, 12388, 9233, 10998, 8960, 11120, 8767, 10288, 9598, 10430, 12784, 10126, 11991, 8717, 13028, 8785, 10173, 8386, 10494, 11950, 9973, 11195, 9025, 10621, 8758, 10230, 8755, 10533, 8465, 10216, 13309, 10092, 12319, 8970, 11996, 8576, 10579, 10695, 10147, 13163, 9276, 11051, 8842, 10253, 8646, 10030, 12643, 9079, 11538, 8803, 10159, 8269, 10637, 10528, 8957, 10275, 8665, 9363, 9065, 9474, 9338, 11673, 9263, 14298, 9961, 14749, 10664, 16067, 14207, 13400, 16075, 13182, 16044, 13457, 12137, 15834, 12053, 15661, 11564, 11235, 15564, 11276, 13850, 10314, 10371, 15265, 10084, 12779, 9411, 10032, 12436, 9616, 13548, 8985, 10677, 9154, 9777, 13095, 9151, 12871, 8732, 10156, 8713, 9600, 14211, 9125, 11470, 8822, 9842, 12420, 9993, 11670, 10210, 11119, 8744, 9493, 8689, 9310, 10046, 8786, 11178, 8421, 11420, 8720, 14068, 9781, 11219, 13905, 10645, 15260, 10210, 14166, 12876, 11135, 16077, 12306, 14277, 11399, 13974, 10010, 11352, 9150, 10371, 9107, 11331, 10210, 11266, 11027, 11157, 11540, 12247, 10356, 13540, 11376, 13585, 11380, 13119, 10663, 16387, 11178, 12162, 10581, 15435, 11328, 11744, 11390, 16478, 10550, 11676, 12084, 11354, 14233, 11857, 14773, 10752, 16274, 11041, 11644, 13953, 11647, 14020, 11215, 15887, 11457, 11502, 10573, 11217, 13967, 11469, 12159, 11020, 12533, 11184, 11000, 9978, 11179, 9879, 11432, 11338, 11913, 11114, 11970, 11290, 14145, 11584, 12390, 10629, 11623, 10697, 11846, 12789, 11411, 14919, 11764, 15934, 10902, 12833, 10445, 11646, 10402, 11390, 14224, 11761, 13523, 10834, 14654, 11537, 11470, 9986, 11420, 13792, 11647, 12424, 10565, 11882, 10057, 11338, 13206, 11158, 11727, 10065, 11074, 10307, 11106, 11029, 10950, 12778, 9992, 11671, 11003, 11222, 9315, 10780, 12340, 11327, 11966, 10287, 10906, 10816, 11038, 10218, 11262, 9743, 11349, 12766, 11317, 12617, 10673, 12250, 10796, 12388, 10301, 12618, 10595, 12273, 11573, 12781, 11922, 13090, 11819, 14440, 11674, 14239, 10851, 13033, 10839, 16370, 11335, 12759, 11050, 12746, 10774, 11994, 12628, 11442, 12116, 11304, 14900, 11496, 13159, 11202, 13482, 11351, 13717, 11218, 12862, 11098, 11594, 10525, 11528, 11578, 11394, 11671, 11229, 12092, 12030, 11869, 11890, 12593, 11512, 11995, 11487, 12868, 11745, 12060, 10869, 12065, 11278, 15586, 11142, 11373, 10595, 11478, 10149, 11427, 13555, 11415, 13981, 11262, 13469, 11072, 15647, 11064, 11482, 10950, 11436, 10017, 11472, 11719, 11254, 12877, 11573, 12553, 11704, 12465, 11217, 11294, 11089, 11834, 11340, 16697, 11280, 11402, 10712, 11462, 12064, 11369, 14307, 11761, 12021, 10937, 15313, 11219, 11505, 10397, 11244, 14582, 11620, 12813, 11181, 12361, 11354, 11249, 10995, 11353, 10224, 11474, 13640, 11803, 11990, 10957, 11702, 11321, 11551, 11396, 11684, 10304, 11858, 10242, 11607, 9743, 11724, 10010, 11844, 10322, 11920, 10517, 11776, 11669, 11470, 10643, 11075, 13686, 11764, 11668, 12050, 10017, 12863, 9759, 15292, 10093, 15108, 10799, 12848, 13829, 12355, 15210, 13299, 12923, 11047, 11659, 10338, 13641, 10198, 13810, 10563, 12246, 10147, 10941, 9981, 10346, 9453, 11080, 10127, 10485, 9834, 10407, 9724, 12022, 10173, 11532, 9786, 11046, 9901, 12784, 9928, 9638, 10051, 9012, 10703, 9352, 11841, 13553, 10172, 15170, 11053, 14056, 10740, 12378, 13060, 11317, 14070, 9988, 15764, 11026, 16273, 11267, 16433, 11607, 16447, 11521, 16100, 10942, 15767, 10219, 14513, 10453, 13362, 10416, 12505, 15298, 11867, 16158, 11186, 14220, 9246, 13527, 9201, 12491, 13383, 11029, 15373, 10488, 13294, 9189, 13184, 8787, 12798, 9198, 12338, 9072, 11312, 8845, 12803, 9510, 9369, 10686, 8934, 12219, 8794, 10952, 10543, 11558, 9762, 14241, 9739, 16568, 10655, 15717, 11462, 14755, 12293, 14599, 13962, 14701, 13703, 12325, 16258, 12606, 15121, 11186, 15391, 10886, 11174, 16028, 11012, 12494, 10388, 12318, 9651, 9669, 14167, 10545, 12217, 9945, 10877, 8789, 9373, 13585, 10319, 12673, 9699, 10723, 8914, 13544, 8615, 11972, 9808, 9294, 12883, 9607, 12755, 11027, 13580, 9765, 12625, 15401, 11464, 11534, 11088, 10469, 10208, 14955, 9466, 13214, 9885, 13053, 11150, 12149, 15246, 10584, 14545, 9813, 12751, 10551, 11981, 14200, 10237, 13780, 10188, 12964, 9440, 12666, 10409, 11784, 19662, 10144, 14001, 10375, 13811, 9210, 12722, 10292, 11877, 10642, 10557, 18193, 10389, 13192, 10250, 12606, 11281, 10147, 17310, 10199, 12364, 10341, 11533, 10001, 10504, 9528, 10491, 12434, 10806, 14458, 10180, 17364, 16669, 11298, 10295, 10801, 16653, 11562, 16843, 13724, 15446, 12457, 13291, 11806], 'WindowCenter': [4851.0, 4853.0, 4790.0, 4803.0, 4761.0, 4781.0, 4784.0, 4766.0, 4791.0, 4755.0, 4772.0, 4742.0, 4765.0, 4744.0, 4785.0, 4734.0, 4765.0, 4756.0, 4756.0, 4791.0, 4754.0, 4775.0, 4755.0, 4775.0, 4744.0, 4770.0, 4746.0, 4766.0, 4794.0, 4766.0, 4783.0, 4758.0, 4775.0, 4755.0, 4778.0, 4757.0, 4780.0, 4757.0, 4779.0, 4786.0, 4772.0, 4811.0, 4771.0, 4788.0, 4769.0, 4792.0, 4774.0, 4793.0, 4800.0, 4783.0, 4807.0, 4781.0, 4792.0, 4784.0, 4814.0, 4784.0, 4792.0, 4771.0, 4794.0, 4821.0, 4799.0, 4811.0, 4795.0, 4817.0, 4784.0, 4824.0, 4825.0, 4818.0, 4845.0, 4818.0, 4821.0, 4784.0, 4810.0, 4805.0, 4826.0, 4794.0, 4834.0, 4782.0, 4826.0, 4813.0, 4822.0, 4832.0, 4815.0, 4823.0, 4782.0, 4820.0, 4780.0, 4827.0, 4810.0, 4813.0, 4820.0, 4788.0, 4808.0, 4780.0, 4822.0, 4777.0, 4791.0, 4817.0, 4779.0, 4800.0, 4764.0, 4795.0, 4756.0, 4773.0, 4807.0, 4780.0, 4793.0, 4767.0, 4806.0, 4757.0, 4778.0, 4768.0, 4778.0, 4805.0, 4782.0, 4791.0, 4768.0, 4799.0, 4781.0, 4808.0, 4780.0, 4800.0, 4799.0, 4790.0, 4806.0, 4792.0, 4809.0, 4782.0, 4797.0, 4771.0, 4800.0, 4771.0, 4829.0, 4770.0, 4812.0, 4808.0, 4800.0, 4819.0, 4779.0, 4800.0, 4781.0, 4809.0, 4770.0, 4797.0, 4755.0, 4789.0, 4790.0, 4793.0, 4811.0, 4791.0, 4807.0, 4769.0, 4801.0, 4780.0, 4803.0, 4773.0, 4812.0, 4780.0, 4810.0, 4792.0, 4809.0, 4794.0, 4812.0, 4782.0, 4822.0, 4773.0, 4816.0, 4767.0, 4812.0, 4798.0, 4787.0, 4813.0, 4785.0, 4795.0, 4765.0, 4807.0, 4771.0, 4786.0, 4771.0, 4763.0, 4792.0, 4764.0, 4772.0, 4750.0, 4782.0, 4728.0, 4767.0, 4741.0, 4763.0, 4769.0, 4759.0, 4781.0, 4751.0, 4773.0, 4744.0, 4772.0, 4742.0, 4763.0, 4754.0, 4775.0, 4789.0, 4762.0, 4785.0, 4746.0, 4793.0, 4755.0, 4779.0, 4743.0, 4775.0, 4782.0, 4778.0, 4785.0, 4759.0, 4779.0, 4756.0, 4776.0, 4758.0, 4787.0, 4757.0, 4790.0, 4808.0, 4777.0, 4795.0, 4767.0, 4798.0, 4759.0, 4789.0, 4778.0, 4777.0, 4807.0, 4768.0, 4787.0, 4769.0, 4789.0, 4757.0, 4788.0, 4809.0, 4759.0, 4778.0, 4746.0, 4763.0, 4745.0, 4759.0, 4760.0, 4751.0, 4774.0, 4756.0, 4767.0, 4766.0, 4777.0, 4782.0, 4802.0, 4783.0, 4821.0, 4792.0, 4822.0, 4778.0, 4817.0, 4798.0, 4786.0, 4794.0, 4769.0, 4783.0, 4757.0, 4745.0, 4763.0, 4733.0, 4752.0, 4717.0, 4719.0, 4747.0, 4719.0, 4740.0, 4705.0, 4707.0, 4747.0, 4707.0, 4729.0, 4700.0, 4711.0, 4726.0, 4707.0, 4741.0, 4700.0, 4723.0, 4713.0, 4719.0, 4750.0, 4725.0, 4753.0, 4712.0, 4737.0, 4717.0, 4741.0, 4777.0, 4742.0, 4759.0, 4740.0, 4764.0, 4794.0, 4778.0, 4796.0, 4791.0, 4773.0, 4758.0, 4776.0, 4765.0, 4782.0, 4785.0, 4781.0, 4810.0, 4768.0, 4812.0, 4772.0, 4828.0, 4790.0, 4803.0, 4819.0, 4786.0, 4829.0, 4775.0, 4805.0, 4795.0, 4779.0, 4830.0, 4801.0, 4805.0, 4762.0, 4769.0, 4712.0, 4760.0, 4741.0, 4760.0, 4754.0, 4781.0, 4770.0, 4769.0, 4766.0, 4772.0, 4784.0, 4780.0, 4760.0, 4787.0, 4773.0, 4790.0, 4780.0, 4791.0, 4773.0, 4812.0, 4770.0, 4783.0, 4759.0, 4802.0, 4769.0, 4771.0, 4770.0, 4809.0, 4759.0, 4784.0, 4781.0, 4782.0, 4790.0, 4781.0, 4800.0, 4761.0, 4809.0, 4769.0, 4769.0, 4786.0, 4766.0, 4789.0, 4759.0, 4801.0, 4756.0, 4754.0, 4747.0, 4757.0, 4789.0, 4784.0, 4781.0, 4762.0, 4782.0, 4758.0, 4775.0, 4762.0, 4786.0, 4758.0, 4771.0, 4779.0, 4791.0, 4783.0, 4791.0, 4786.0, 4801.0, 4781.0, 4795.0, 4773.0, 4784.0, 4757.0, 4782.0, 4797.0, 4799.0, 4797.0, 4768.0, 4786.0, 4749.0, 4778.0, 4745.0, 4753.0, 4744.0, 4754.0, 4777.0, 4766.0, 4773.0, 4748.0, 4774.0, 4743.0, 4754.0, 4733.0, 4753.0, 4772.0, 4758.0, 4769.0, 4742.0, 4754.0, 4732.0, 4753.0, 4767.0, 4755.0, 4753.0, 4744.0, 4757.0, 4745.0, 4770.0, 4754.0, 4752.0, 4775.0, 4747.0, 4768.0, 4759.0, 4768.0, 4741.0, 4769.0, 4779.0, 4770.0, 4766.0, 4761.0, 4771.0, 4771.0, 4774.0, 4764.0, 4772.0, 4751.0, 4772.0, 4789.0, 4782.0, 4782.0, 4761.0, 4777.0, 4799.0, 4796.0, 4776.0, 4784.0, 4761.0, 4786.0, 4799.0, 4806.0, 4797.0, 4791.0, 4784.0, 4789.0, 4772.0, 4792.0, 4760.0, 4794.0, 4770.0, 4801.0, 4774.0, 4783.0, 4758.0, 4778.0, 4748.0, 4765.0, 4766.0, 4761.0, 4766.0, 4753.0, 4786.0, 4770.0, 4768.0, 4758.0, 4769.0, 4744.0, 4765.0, 4746.0, 4764.0, 4741.0, 4755.0, 4747.0, 4768.0, 4756.0, 4760.0, 4757.0, 4759.0, 4770.0, 4777.0, 4769.0, 4769.0, 4783.0, 4769.0, 4770.0, 4769.0, 4776.0, 4770.0, 4767.0, 4759.0, 4779.0, 4761.0, 4800.0, 4760.0, 4774.0, 4760.0, 4771.0, 4750.0, 4769.0, 4778.0, 4773.0, 4787.0, 4759.0, 4780.0, 4761.0, 4798.0, 4756.0, 4758.0, 4756.0, 4759.0, 4751.0, 4771.0, 4767.0, 4769.0, 4779.0, 4786.0, 4779.0, 4767.0, 4777.0, 4767.0, 4769.0, 4773.0, 4768.0, 4762.0, 4797.0, 4758.0, 4769.0, 4759.0, 4769.0, 4769.0, 4773.0, 4786.0, 4769.0, 4776.0, 4759.0, 4799.0, 4758.0, 4767.0, 4749.0, 4756.0, 4787.0, 4771.0, 4765.0, 4755.0, 4769.0, 4747.0, 4760.0, 4752.0, 4759.0, 4746.0, 4759.0, 4776.0, 4772.0, 4788.0, 4786.0, 4787.0, 4778.0, 4772.0, 4785.0, 4794.0, 4761.0, 4784.0, 4758.0, 4782.0, 4764.0, 4797.0, 4764.0, 4800.0, 4762.0, 4785.0, 4772.0, 4798.0, 4811.0, 4844.0, 4808.0, 4788.0, 4793.0, 4783.0, 4775.0, 4775.0, 4750.0, 4771.0, 4739.0, 4791.0, 4751.0, 4782.0, 4737.0, 4757.0, 4753.0, 4744.0, 4766.0, 4744.0, 4739.0, 4723.0, 4722.0, 4709.0, 4739.0, 4720.0, 4743.0, 4726.0, 4732.0, 4722.0, 4722.0, 4723.0, 4724.0, 4726.0, 4737.0, 4740.0, 4734.0, 4741.0, 4734.0, 4740.0, 4762.0, 4740.0, 4762.0, 4742.0, 4756.0, 4744.0, 4770.0, 4745.0, 4743.0, 4754.0, 4746.0, 4764.0, 4752.0, 4775.0, 4783.0, 4756.0, 4795.0, 4790.0, 4816.0, 4764.0, 4783.0, 4783.0, 4774.0, 4791.0, 4762.0, 4799.0, 4760.0, 4797.0, 4768.0, 4811.0, 4783.0, 4799.0, 4769.0, 4799.0, 4757.0, 4787.0, 4747.0, 4789.0, 4743.0, 4772.0, 4747.0, 4766.0, 4785.0, 4765.0, 4781.0, 4756.0, 4777.0, 4738.0, 4776.0, 4738.0, 4766.0, 4776.0, 4762.0, 4789.0, 4756.0, 4778.0, 4738.0, 4778.0, 4740.0, 4779.0, 4751.0, 4789.0, 4751.0, 4777.0, 4751.0, 4793.0, 4763.0, 4759.0, 4771.0, 4764.0, 4823.0, 4783.0, 4787.0, 4787.0, 4786.0, 4775.0, 4806.0, 4767.0, 4805.0, 4741.0, 4772.0, 4728.0, 4745.0, 4724.0, 4757.0, 4747.0, 4756.0, 4743.0, 4733.0, 4742.0, 4722.0, 4730.0, 4704.0, 4738.0, 4698.0, 4697.0, 4726.0, 4698.0, 4709.0, 4688.0, 4711.0, 4678.0, 4678.0, 4718.0, 4687.0, 4706.0, 4675.0, 4694.0, 4668.0, 4692.0, 4715.0, 4689.0, 4707.0, 4689.0, 4700.0, 4694.0, 4730.0, 4684.0, 4720.0, 4699.0, 4693.0, 4731.0, 4705.0, 4734.0, 4728.0, 4760.0, 4755.0, 4796.0, 4815.0, 4774.0, 4770.0, 4787.0, 4762.0, 4764.0, 4791.0, 4755.0, 4786.0, 4765.0, 4796.0, 4776.0, 4790.0, 4806.0, 4761.0, 4793.0, 4753.0, 4783.0, 4753.0, 4776.0, 4782.0, 4752.0, 4783.0, 4754.0, 4782.0, 4743.0, 4785.0, 4750.0, 4773.0, 4814.0, 4757.0, 4781.0, 4753.0, 4784.0, 4732.0, 4769.0, 4754.0, 4774.0, 4764.0, 4765.0, 4811.0, 4754.0, 4787.0, 4753.0, 4782.0, 4763.0, 4782.0, 4827.0, 4767.0, 4779.0, 4757.0, 4774.0, 4772.0, 4782.0, 4784.0, 4791.0, 4802.0, 4805.0, 4819.0, 4777.0, 4826.0, 4827.0, 4788.0, 4792.0, 4789.0, 4816.0, 4788.0, 4816.0, 4795.0, 4796.0, 4774.0, 4783.0, 4761.0], 'WindowWidth': [10595.0, 10575.0, 10476.0, 10482.0, 10416.0, 10439.0, 10437.0, 10411.0, 10443.0, 10396.0, 10415.0, 10377.0, 10408.0, 10379.0, 10436.0, 10366.0, 10409.0, 10397.0, 10397.0, 10443.0, 10395.0, 10423.0, 10397.0, 10424.0, 10381.0, 10421.0, 10385.0, 10415.0, 10452.0, 10416.0, 10436.0, 10406.0, 10427.0, 10401.0, 10433.0, 10407.0, 10438.0, 10405.0, 10437.0, 10446.0, 10432.0, 10484.0, 10429.0, 10449.0, 10426.0, 10458.0, 10437.0, 10465.0, 10468.0, 10448.0, 10478.0, 10446.0, 10460.0, 10451.0, 10495.0, 10454.0, 10465.0, 10434.0, 10467.0, 10501.0, 10481.0, 10492.0, 10470.0, 10502.0, 10454.0, 10509.0, 10514.0, 10510.0, 10544.0, 10507.0, 10501.0, 10450.0, 10484.0, 10486.0, 10512.0, 10467.0, 10523.0, 10449.0, 10511.0, 10493.0, 10506.0, 10520.0, 10495.0, 10505.0, 10448.0, 10501.0, 10446.0, 10510.0, 10483.0, 10489.0, 10498.0, 10451.0, 10479.0, 10443.0, 10499.0, 10433.0, 10452.0, 10488.0, 10437.0, 10466.0, 10412.0, 10455.0, 10402.0, 10424.0, 10474.0, 10442.0, 10452.0, 10419.0, 10470.0, 10404.0, 10435.0, 10421.0, 10437.0, 10473.0, 10446.0, 10455.0, 10424.0, 10467.0, 10449.0, 10480.0, 10440.0, 10467.0, 10464.0, 10453.0, 10473.0, 10459.0, 10481.0, 10446.0, 10463.0, 10429.0, 10467.0, 10431.0, 10508.0, 10427.0, 10488.0, 10478.0, 10468.0, 10494.0, 10439.0, 10468.0, 10444.0, 10481.0, 10427.0, 10462.0, 10403.0, 10451.0, 10455.0, 10462.0, 10484.0, 10457.0, 10478.0, 10426.0, 10470.0, 10448.0, 10476.0, 10435.0, 10485.0, 10444.0, 10483.0, 10462.0, 10483.0, 10467.0, 10489.0, 10446.0, 10501.0, 10431.0, 10489.0, 10421.0, 10488.0, 10460.0, 10445.0, 10477.0, 10438.0, 10452.0, 10411.0, 10472.0, 10413.0, 10436.0, 10412.0, 10402.0, 10444.0, 10408.0, 10416.0, 10383.0, 10428.0, 10354.0, 10412.0, 10375.0, 10404.0, 10409.0, 10398.0, 10427.0, 10389.0, 10420.0, 10381.0, 10417.0, 10375.0, 10405.0, 10396.0, 10425.0, 10440.0, 10404.0, 10437.0, 10387.0, 10451.0, 10399.0, 10432.0, 10380.0, 10426.0, 10435.0, 10432.0, 10440.0, 10409.0, 10435.0, 10402.0, 10431.0, 10409.0, 10448.0, 10407.0, 10453.0, 10476.0, 10434.0, 10456.0, 10419.0, 10462.0, 10408.0, 10449.0, 10433.0, 10433.0, 10473.0, 10421.0, 10446.0, 10423.0, 10450.0, 10404.0, 10451.0, 10475.0, 10402.0, 10418.0, 10378.0, 10402.0, 10377.0, 10390.0, 10391.0, 10386.0, 10419.0, 10399.0, 10414.0, 10414.0, 10430.0, 10443.0, 10470.0, 10446.0, 10496.0, 10457.0, 10498.0, 10430.0, 10490.0, 10458.0, 10437.0, 10448.0, 10404.0, 10427.0, 10379.0, 10361.0, 10386.0, 10340.0, 10369.0, 10311.0, 10316.0, 10354.0, 10315.0, 10347.0, 10293.0, 10299.0, 10352.0, 10299.0, 10330.0, 10292.0, 10309.0, 10324.0, 10302.0, 10349.0, 10296.0, 10329.0, 10315.0, 10324.0, 10365.0, 10336.0, 10372.0, 10318.0, 10354.0, 10329.0, 10365.0, 10412.0, 10368.0, 10391.0, 10366.0, 10407.0, 10451.0, 10438.0, 10459.0, 10454.0, 10416.0, 10405.0, 10432.0, 10420.0, 10446.0, 10447.0, 10447.0, 10483.0, 10427.0, 10487.0, 10433.0, 10507.0, 10455.0, 10474.0, 10494.0, 10446.0, 10508.0, 10428.0, 10472.0, 10451.0, 10431.0, 10508.0, 10470.0, 10468.0, 10393.0, 10399.0, 10312.0, 10394.0, 10367.0, 10396.0, 10398.0, 10433.0, 10414.0, 10408.0, 10406.0, 10415.0, 10435.0, 10428.0, 10400.0, 10435.0, 10420.0, 10439.0, 10428.0, 10443.0, 10418.0, 10474.0, 10414.0, 10433.0, 10396.0, 10456.0, 10408.0, 10413.0, 10412.0, 10465.0, 10397.0, 10435.0, 10429.0, 10433.0, 10443.0, 10427.0, 10454.0, 10401.0, 10464.0, 10407.0, 10409.0, 10431.0, 10403.0, 10435.0, 10393.0, 10452.0, 10386.0, 10384.0, 10375.0, 10388.0, 10437.0, 10437.0, 10430.0, 10400.0, 10427.0, 10390.0, 10422.0, 10405.0, 10441.0, 10397.0, 10415.0, 10428.0, 10445.0, 10439.0, 10446.0, 10439.0, 10459.0, 10430.0, 10453.0, 10424.0, 10437.0, 10395.0, 10431.0, 10456.0, 10465.0, 10452.0, 10407.0, 10432.0, 10379.0, 10420.0, 10371.0, 10380.0, 10366.0, 10381.0, 10416.0, 10401.0, 10410.0, 10374.0, 10408.0, 10363.0, 10380.0, 10351.0, 10377.0, 10405.0, 10390.0, 10404.0, 10363.0, 10380.0, 10349.0, 10379.0, 10402.0, 10384.0, 10380.0, 10369.0, 10388.0, 10372.0, 10410.0, 10383.0, 10381.0, 10413.0, 10375.0, 10404.0, 10393.0, 10406.0, 10372.0, 10410.0, 10423.0, 10411.0, 10403.0, 10399.0, 10414.0, 10418.0, 10422.0, 10407.0, 10418.0, 10389.0, 10417.0, 10440.0, 10433.0, 10431.0, 10401.0, 10421.0, 10468.0, 10457.0, 10428.0, 10431.0, 10399.0, 10438.0, 10467.0, 10473.0, 10460.0, 10443.0, 10434.0, 10439.0, 10416.0, 10445.0, 10398.0, 10449.0, 10411.0, 10455.0, 10419.0, 10433.0, 10390.0, 10419.0, 10375.0, 10397.0, 10401.0, 10395.0, 10399.0, 10381.0, 10428.0, 10408.0, 10401.0, 10387.0, 10403.0, 10365.0, 10396.0, 10370.0, 10392.0, 10359.0, 10380.0, 10375.0, 10404.0, 10385.0, 10392.0, 10386.0, 10392.0, 10409.0, 10417.0, 10406.0, 10407.0, 10428.0, 10411.0, 10408.0, 10407.0, 10415.0, 10409.0, 10404.0, 10397.0, 10422.0, 10397.0, 10450.0, 10395.0, 10419.0, 10397.0, 10410.0, 10382.0, 10405.0, 10421.0, 10415.0, 10432.0, 10391.0, 10421.0, 10397.0, 10446.0, 10386.0, 10389.0, 10384.0, 10390.0, 10385.0, 10410.0, 10402.0, 10407.0, 10422.0, 10436.0, 10420.0, 10406.0, 10418.0, 10405.0, 10409.0, 10416.0, 10406.0, 10399.0, 10444.0, 10391.0, 10408.0, 10394.0, 10407.0, 10406.0, 10414.0, 10430.0, 10406.0, 10420.0, 10394.0, 10448.0, 10390.0, 10402.0, 10377.0, 10385.0, 10430.0, 10409.0, 10396.0, 10381.0, 10403.0, 10370.0, 10389.0, 10380.0, 10391.0, 10371.0, 10390.0, 10412.0, 10414.0, 10448.0, 10444.0, 10441.0, 10429.0, 10414.0, 10440.0, 10453.0, 10402.0, 10435.0, 10394.0, 10429.0, 10411.0, 10458.0, 10409.0, 10461.0, 10403.0, 10438.0, 10419.0, 10463.0, 10486.0, 10552.0, 10489.0, 10445.0, 10443.0, 10429.0, 10416.0, 10418.0, 10380.0, 10407.0, 10361.0, 10437.0, 10379.0, 10423.0, 10353.0, 10381.0, 10371.0, 10356.0, 10386.0, 10356.0, 10343.0, 10323.0, 10320.0, 10302.0, 10340.0, 10318.0, 10350.0, 10329.0, 10336.0, 10325.0, 10323.0, 10326.0, 10329.0, 10336.0, 10350.0, 10356.0, 10347.0, 10361.0, 10347.0, 10361.0, 10389.0, 10361.0, 10390.0, 10367.0, 10386.0, 10369.0, 10400.0, 10371.0, 10369.0, 10385.0, 10376.0, 10399.0, 10387.0, 10413.0, 10422.0, 10390.0, 10445.0, 10446.0, 10486.0, 10402.0, 10431.0, 10427.0, 10416.0, 10441.0, 10401.0, 10449.0, 10395.0, 10446.0, 10407.0, 10470.0, 10434.0, 10451.0, 10409.0, 10450.0, 10390.0, 10430.0, 10375.0, 10433.0, 10367.0, 10404.0, 10372.0, 10398.0, 10424.0, 10397.0, 10417.0, 10385.0, 10414.0, 10362.0, 10412.0, 10362.0, 10400.0, 10414.0, 10399.0, 10434.0, 10389.0, 10418.0, 10366.0, 10419.0, 10369.0, 10421.0, 10389.0, 10438.0, 10387.0, 10421.0, 10388.0, 10447.0, 10408.0, 10400.0, 10418.0, 10413.0, 10507.0, 10449.0, 10446.0, 10442.0, 10438.0, 10424.0, 10463.0, 10411.0, 10455.0, 10356.0, 10402.0, 10327.0, 10352.0, 10319.0, 10369.0, 10357.0, 10370.0, 10347.0, 10332.0, 10343.0, 10312.0, 10324.0, 10288.0, 10332.0, 10276.0, 10275.0, 10314.0, 10274.0, 10289.0, 10263.0, 10297.0, 10247.0, 10247.0, 10299.0, 10256.0, 10282.0, 10239.0, 10267.0, 10236.0, 10271.0, 10297.0, 10264.0, 10285.0, 10264.0, 10282.0, 10279.0, 10325.0, 10264.0, 10309.0, 10281.0, 10275.0, 10326.0, 10293.0, 10334.0, 10334.0, 10385.0, 10393.0, 10455.0, 10477.0, 10421.0, 10410.0, 10442.0, 10403.0, 10404.0, 10440.0, 10395.0, 10438.0, 10410.0, 10452.0, 10425.0, 10447.0, 10466.0, 10401.0, 10443.0, 10388.0, 10430.0, 10386.0, 10423.0, 10426.0, 10387.0, 10429.0, 10391.0, 10427.0, 10375.0, 10432.0, 10381.0, 10415.0, 10471.0, 10397.0, 10421.0, 10387.0, 10430.0, 10356.0, 10406.0, 10390.0, 10419.0, 10405.0, 10409.0, 10468.0, 10392.0, 10439.0, 10390.0, 10429.0, 10402.0, 10445.0, 10498.0, 10411.0, 10422.0, 10396.0, 10417.0, 10418.0, 10439.0, 10449.0, 10454.0, 10467.0, 10478.0, 10490.0, 10430.0, 10494.0, 10498.0, 10447.0, 10458.0, 10450.0, 10480.0, 10443.0, 10481.0, 10447.0, 10453.0, 10416.0, 10429.0, 10393.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.017647422434367538</td></tr>
<tr><td colspan=3>aqi</td><td>0.09658038436754177</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.506261290119525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2934052026523304</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1746220739068094</td></tr>
<tr><td colspan=3>efc</td><td>0.5196</td></tr>
<tr><td colspan=3>fber</td><td>3882.7598</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14795867719504632</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.097852028639618</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.612705990208447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.542506848472822</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693133390336151</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6024777318163674</td></tr>
<tr><td colspan=3>gcor</td><td>0.022365</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007262519095093012</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019647806882858276</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>4.657310191909968</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>21.0353</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.7745</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.304</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>65.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288197.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1181.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>469.3205</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.6499</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3915.138</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.369</td></tr>
<tr><td colspan=3>tsnr</td><td>20.855945733259432</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>