<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-02/func/sub-0003_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>fc2db38bb36d5ce83a663994fcc984f3</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>13:22:12.340000</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.999846, 0.00102744, -0.0175252, 0.00209402, 0.984179, 0.177167]</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.114094</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7751, -7257, 540, -25, -17, 53, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.1</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>01badbc3-203c-4bc4-a956-b2da1f92be24||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.682513475418091, 0.005618114490061998, -0.04706088453531265, 113.9674301147461], [-0.002756553702056408, 2.64047908782959, 0.47837644815444946, -97.92819213867188], [-0.04701883718371391, -0.4753262996673584, 2.6568667888641357, -34.85775375366211], [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': ['132212.340000', '132212.800000', '132213.260000', '132213.720000', '132214.180000', '132214.640000', '132215.100000', '132215.560000', '132216.020000', '132216.480000', '132216.940000', '132217.400000', '132217.860000', '132218.320000', '132218.780000', '132219.240000', '132219.700000', '132220.160000', '132220.620000', '132221.080000', '132221.540000', '132222.000000', '132222.460000', '132222.920000', '132223.380000', '132223.840000', '132224.300000', '132224.760000', '132225.220000', '132225.680000', '132226.140000', '132226.600000', '132227.060000', '132227.520000', '132227.980000', '132228.440000', '132228.900000', '132229.360000', '132229.820000', '132230.280000', '132230.740000', '132231.200000', '132231.660000', '132232.120000', '132232.580000', '132233.040000', '132233.500000', '132233.960000', '132234.420000', '132234.880000', '132235.340000', '132235.800000', '132236.260000', '132236.720000', '132237.180000', '132237.640000', '132238.100000', '132238.560000', '132239.020000', '132239.480000', '132239.940000', '132240.400000', '132240.860000', '132241.320000', '132241.780000', '132242.240000', '132242.700000', '132243.160000', '132243.620000', '132244.080000', '132244.540000', '132245.000000', '132245.460000', '132245.920000', '132246.380000', '132246.840000', '132247.300000', '132247.760000', '132248.220000', '132248.680000', '132249.140000', '132249.600000', '132250.060000', '132250.520000', '132250.980000', '132251.440000', '132251.900000', '132252.360000', '132252.820000', '132253.280000', '132253.740000', '132254.200000', '132254.660000', '132255.120000', '132255.580000', '132256.040000', '132256.500000', '132256.960000', '132257.420000', '132257.880000', '132258.340000', '132258.800000', '132259.260000', '132259.720000', '132300.180000', '132300.640000', '132301.100000', '132301.560000', '132302.020000', '132302.480000', '132302.940000', '132303.400000', '132303.860000', '132304.320000', '132304.780000', '132305.240000', '132305.700000', '132306.160000', '132306.620000', '132307.080000', '132307.540000', '132308.000000', '132308.460000', '132308.920000', '132309.380000', '132309.840000', '132310.300000', '132310.760000', '132311.220000', '132311.680000', '132312.140000', '132312.600000', '132313.060000', '132313.520000', '132313.980000', '132314.440000', '132314.900000', '132315.360000', '132315.820000', '132316.280000', '132316.740000', '132317.200000', '132317.660000', '132318.120000', '132318.580000', '132319.040000', '132319.500000', '132319.960000', '132320.420000', '132320.880000', '132321.340000', '132321.800000', '132322.260000', '132322.720000', '132323.180000', '132323.640000', '132324.100000', '132324.560000', '132325.020000', '132325.480000', '132325.940000', '132326.400000', '132326.860000', '132327.320000', '132327.780000', '132328.240000', '132328.700000', '132329.160000', '132329.620000', '132330.080000', '132330.540000', '132331.000000', '132331.460000', '132331.920000', '132332.380000', '132332.840000', '132333.300000', '132333.760000', '132334.220000', '132334.680000', '132335.140000', '132335.600000', '132336.060000', '132336.520000', '132336.980000', '132337.440000', '132337.900000', '132338.360000', '132338.820000', '132339.280000', '132339.740000', '132340.200000', '132340.660000', '132341.120000', '132341.580000', '132342.040000', '132342.500000', '132342.960000', '132343.420000', '132343.880000', '132344.340000', '132344.800000', '132345.260000', '132345.720000', '132346.180000', '132346.640000', '132347.100000', '132347.560000', '132348.020000', '132348.480000', '132348.940000', '132349.400000', '132349.860000', '132350.320000', '132350.780000', '132351.240000', '132351.700000', '132352.160000', '132352.620000', '132353.080000', '132353.540000', '132354.000000', '132354.460000', '132354.920000', '132355.380000', '132355.840000', '132356.300000', '132356.760000', '132357.220000', '132357.680000', '132358.140000', '132358.600000', '132359.060000', '132359.520000', '132359.980000', '132400.440000', '132400.900000', '132401.360000', '132401.820000', '132402.280000', '132402.740000', '132403.200000', '132403.660000', '132404.120000', '132404.580000', '132405.040000', '132405.500000', '132405.960000', '132406.420000', '132406.880000', '132407.340000', '132407.800000', '132408.260000', '132408.720000', '132409.180000', '132409.640000', '132410.100000', '132410.560000', '132411.020000', '132411.480000', '132411.940000', '132412.400000', '132412.860000', '132413.320000', '132413.780000', '132414.240000', '132414.700000', '132415.160000', '132415.620000', '132416.080000', '132416.540000', '132417.000000', '132417.460000', '132417.920000', '132418.380000', '132418.840000', '132419.300000', '132419.760000', '132420.220000', '132420.680000', '132421.140000', '132421.600000', '132422.060000', '132422.520000', '132422.980000', '132423.440000', '132423.900000', '132424.360000', '132424.820000', '132425.280000', '132425.740000', '132426.200000', '132426.660000', '132427.120000', '132427.580000', '132428.040000', '132428.500000', '132428.960000', '132429.420000', '132429.880000', '132430.340000', '132430.800000', '132431.260000', '132431.720000', '132432.180000', '132432.640000', '132433.100000', '132433.560000', '132434.020000', '132434.480000', '132434.940000', '132435.400000', '132435.860000', '132436.320000', '132436.780000', '132437.240000', '132437.700000', '132438.160000', '132438.620000', '132439.080000', '132439.540000', '132440.000000', '132440.460000', '132440.920000', '132441.380000', '132441.840000', '132442.300000', '132442.760000', '132443.220000', '132443.680000', '132444.140000', '132444.600000', '132445.060000', '132445.520000', '132445.980000', '132446.440000', '132446.900000', '132447.360000', '132447.820000', '132448.280000', '132448.740000', '132449.200000', '132449.660000', '132450.120000', '132450.580000', '132451.040000', '132451.500000', '132451.960000', '132452.420000', '132452.880000', '132453.340000', '132453.800000', '132454.260000', '132454.720000', '132455.180000', '132455.640000', '132456.100000', '132456.560000', '132457.020000', '132457.480000', '132457.940000', '132458.400000', '132458.860000', '132459.320000', '132459.780000', '132500.240000', '132500.700000', '132501.160000', '132501.620000', '132502.080000', '132502.540000', '132503.000000', '132503.460000', '132503.920000', '132504.380000', '132504.840000', '132505.300000', '132505.760000', '132506.220000', '132506.680000', '132507.140000', '132507.600000', '132508.060000', '132508.520000', '132508.980000', '132509.440000', '132509.900000', '132510.360000', '132510.820000', '132511.280000', '132511.740000', '132512.200000', '132512.660000', '132513.120000', '132513.580000', '132514.040000', '132514.500000', '132514.960000', '132515.420000', '132515.880000', '132516.340000', '132516.800000', '132517.260000', '132517.720000', '132518.180000', '132518.640000', '132519.100000', '132519.560000', '132520.020000', '132520.480000', '132520.940000', '132521.400000', '132521.860000', '132522.320000', '132522.780000', '132523.240000', '132523.700000', '132524.160000', '132524.620000', '132525.080000', '132525.540000', '132526.000000', '132526.460000', '132526.920000', '132527.380000', '132527.840000', '132528.300000', '132528.760000', '132529.220000', '132529.680000', '132530.140000', '132530.600000', '132531.060000', '132531.520000', '132531.980000', '132532.440000', '132532.900000', '132533.360000', '132533.820000', '132534.280000', '132534.740000', '132535.200000', '132535.660000', '132536.120000', '132536.580000', '132537.040000', '132537.500000', '132537.960000', '132538.420000', '132538.880000', '132539.340000', '132539.800000', '132540.260000', '132540.720000', '132541.180000', '132541.640000', '132542.100000', '132542.560000', '132543.020000', '132543.480000', '132543.940000', '132544.400000', '132544.860000', '132545.320000', '132545.780000', '132546.240000', '132546.700000', '132547.160000', '132547.620000', '132548.080000', '132548.540000', '132549.000000', '132549.460000', '132549.920000', '132550.380000', '132550.840000', '132551.300000', '132551.760000', '132552.220000', '132552.680000', '132553.140000', '132553.600000', '132554.060000', '132554.520000', '132554.980000', '132555.440000', '132555.900000', '132556.360000', '132556.820000', '132557.280000', '132557.740000', '132558.200000', '132558.660000', '132559.120000', '132559.580000', '132600.040000', '132600.500000', '132600.960000', '132601.420000', '132601.880000', '132602.340000', '132602.800000', '132603.260000', '132603.720000', '132604.180000', '132604.640000', '132605.100000', '132605.560000', '132606.020000', '132606.480000', '132606.940000', '132607.400000', '132607.860000', '132608.320000', '132608.780000', '132609.240000', '132609.700000', '132610.160000', '132610.620000', '132611.080000', '132611.540000', '132612.000000', '132612.460000', '132612.920000', '132613.380000', '132613.840000', '132614.300000', '132614.760000', '132615.220000', '132615.680000', '132616.140000', '132616.600000', '132617.060000', '132617.520000', '132617.980000', '132618.440000', '132618.900000', '132619.360000', '132619.820000', '132620.280000', '132620.740000', '132621.200000', '132621.660000', '132622.120000', '132622.580000', '132623.040000', '132623.500000', '132623.960000', '132624.420000', '132624.880000', '132625.340000', '132625.800000', '132626.260000', '132626.720000', '132627.180000', '132627.640000', '132628.100000', '132628.560000', '132629.020000', '132629.480000', '132629.940000', '132630.400000', '132630.860000', '132631.320000', '132631.780000', '132632.240000', '132632.700000', '132633.160000', '132633.620000', '132634.080000', '132634.540000', '132635.000000', '132635.460000', '132635.920000', '132636.380000', '132636.840000', '132637.300000', '132637.760000', '132638.220000', '132638.680000', '132639.140000', '132639.600000', '132640.060000', '132640.520000', '132640.980000', '132641.440000', '132641.900000', '132642.360000', '132642.820000', '132643.280000', '132643.740000', '132644.200000', '132644.660000', '132645.120000', '132645.580000', '132646.040000', '132646.500000', '132646.960000', '132647.420000', '132647.880000', '132648.340000', '132648.800000', '132649.260000', '132649.720000', '132650.180000', '132650.640000', '132651.100000', '132651.560000', '132652.020000', '132652.480000', '132652.940000', '132653.400000', '132653.860000', '132654.320000', '132654.780000', '132655.240000', '132655.700000', '132656.160000', '132656.620000', '132657.080000', '132657.540000', '132658.000000', '132658.460000', '132658.920000', '132659.380000', '132659.840000', '132700.300000', '132700.760000', '132701.220000', '132701.680000', '132702.140000', '132702.600000', '132703.060000', '132703.520000', '132703.980000', '132704.440000', '132704.900000', '132705.360000', '132705.820000', '132706.280000', '132706.740000', '132707.200000', '132707.660000', '132708.120000', '132708.580000', '132709.040000', '132709.500000', '132709.960000', '132710.420000', '132710.880000', '132711.340000', '132711.800000', '132712.260000', '132712.720000', '132713.180000', '132713.640000', '132714.100000', '132714.560000', '132715.020000', '132715.480000', '132715.940000', '132716.400000', '132716.860000', '132717.320000', '132717.780000', '132718.240000', '132718.700000', '132719.160000', '132719.620000', '132720.080000', '132720.540000', '132721.000000', '132721.460000', '132721.920000', '132722.380000', '132722.840000', '132723.300000', '132723.760000', '132724.220000', '132724.680000', '132725.140000', '132725.600000', '132726.060000', '132726.520000', '132726.980000', '132727.440000', '132727.900000', '132728.360000', '132728.820000', '132729.280000', '132729.740000', '132730.200000', '132730.660000', '132731.120000', '132731.580000', '132732.040000', '132732.500000', '132732.960000', '132733.420000', '132733.880000', '132734.340000', '132734.800000', '132735.260000', '132735.720000', '132736.180000', '132736.640000', '132737.100000', '132737.560000', '132738.020000', '132738.480000', '132738.940000', '132739.400000', '132739.860000', '132740.320000', '132740.780000', '132741.240000', '132741.700000', '132742.160000', '132742.620000', '132743.080000', '132743.540000', '132744.000000', '132744.460000', '132744.920000', '132745.380000', '132745.840000', '132746.300000', '132746.760000', '132747.220000', '132747.680000', '132748.140000', '132748.600000', '132749.060000', '132749.520000', '132749.980000', '132750.440000', '132750.900000', '132751.360000', '132751.820000', '132752.280000', '132752.740000', '132753.200000', '132753.660000', '132754.120000', '132754.580000', '132755.040000', '132755.500000', '132755.960000', '132756.420000', '132756.880000', '132757.340000', '132757.800000', '132758.260000', '132758.720000', '132759.180000', '132759.640000', '132800.100000', '132800.560000', '132801.020000', '132801.480000', '132801.940000', '132802.400000', '132802.860000', '132803.320000', '132803.780000', '132804.240000', '132804.700000', '132805.160000', '132805.620000', '132806.080000', '132806.540000', '132807.000000', '132807.460000', '132807.920000', '132808.380000', '132808.840000', '132809.300000', '132809.760000', '132810.220000', '132810.680000', '132811.140000', '132811.600000', '132812.060000', '132812.520000', '132812.980000', '132813.440000', '132813.900000', '132814.360000', '132814.820000', '132815.280000', '132815.740000', '132816.200000', '132816.660000', '132817.120000', '132817.580000', '132818.040000', '132818.500000', '132818.960000', '132819.420000', '132819.880000', '132820.340000', '132820.800000', '132821.260000', '132821.720000', '132822.180000', '132822.640000', '132823.100000', '132823.560000', '132824.020000', '132824.480000', '132824.940000', '132825.400000', '132825.860000', '132826.320000', '132826.780000', '132827.240000', '132827.700000', '132828.160000', '132828.620000', '132829.080000', '132829.540000', '132830.000000', '132830.460000', '132830.920000', '132831.380000', '132831.840000', '132832.300000', '132832.760000', '132833.220000', '132833.680000', '132834.140000', '132834.600000', '132835.060000', '132835.520000', '132835.980000', '132836.440000', '132836.900000', '132837.360000', '132837.820000'], 'ContentTime': ['132224.163000', '132224.167000', '132224.172000', '132224.175000', '132224.183000', '132224.187000', '132224.189000', '132224.192000', '132224.195000', '132224.198000', '132224.201000', '132224.204000', '132224.207000', '132224.210000', '132224.213000', '132224.216000', '132224.219000', '132224.222000', '132224.225000', '132224.228000', '132224.230000', '132224.233000', '132224.236000', '132244.122000', '132244.125000', '132244.128000', '132244.131000', '132244.134000', '132244.137000', '132244.140000', '132244.143000', '132244.145000', '132244.148000', '132244.151000', '132244.154000', '132244.157000', '132244.160000', '132244.163000', '132244.166000', '132244.169000', '132244.172000', '132244.174000', '132244.178000', '132244.180000', '132244.187000', '132244.190000', '132244.193000', '132244.195000', '132244.198000', '132244.201000', '132244.204000', '132244.207000', '132244.210000', '132244.213000', '132244.216000', '132244.219000', '132244.222000', '132244.224000', '132244.227000', '132244.234000', '132244.237000', '132244.240000', '132244.243000', '132244.246000', '132244.249000', '132244.252000', '132244.255000', '132304.122000', '132304.125000', '132304.128000', '132304.131000', '132304.134000', '132304.137000', '132304.140000', '132304.142000', '132304.145000', '132304.149000', '132304.151000', '132304.154000', '132304.157000', '132304.160000', '132304.163000', '132304.167000', '132304.170000', '132304.173000', '132304.176000', '132304.179000', '132304.181000', '132304.184000', '132304.187000', '132304.190000', '132304.193000', '132304.196000', '132304.199000', '132304.202000', '132304.205000', '132304.208000', '132304.210000', '132304.214000', '132304.216000', '132304.219000', '132304.222000', '132304.225000', '132304.228000', '132304.237000', '132304.240000', '132304.243000', '132304.246000', '132304.249000', '132304.252000', '132324.122000', '132324.125000', '132324.128000', '132324.131000', '132324.134000', '132324.137000', '132324.140000', '132324.143000', '132324.146000', '132324.148000', '132324.152000', '132324.154000', '132324.157000', '132324.160000', '132324.163000', '132324.166000', '132324.182000', '132324.185000', '132324.188000', '132324.191000', '132324.194000', '132324.196000', '132324.200000', '132324.202000', '132324.205000', '132324.208000', '132324.211000', '132324.214000', '132324.217000', '132324.220000', '132324.223000', '132324.226000', '132324.229000', '132324.232000', '132324.235000', '132324.238000', '132324.240000', '132324.243000', '132324.246000', '132324.249000', '132324.252000', '132324.255000', '132324.258000', '132324.261000', '132344.122000', '132344.125000', '132344.128000', '132344.131000', '132344.134000', '132344.137000', '132344.140000', '132344.142000', '132344.147000', '132344.149000', '132344.152000', '132344.155000', '132344.158000', '132344.161000', '132344.164000', '132344.167000', '132344.170000', '132344.173000', '132344.176000', '132344.179000', '132344.182000', '132344.185000', '132344.188000', '132344.191000', '132344.194000', '132344.197000', '132344.200000', '132344.203000', '132344.206000', '132344.209000', '132344.212000', '132344.214000', '132344.217000', '132344.220000', '132344.223000', '132344.226000', '132344.229000', '132344.232000', '132344.235000', '132344.238000', '132344.241000', '132344.244000', '132344.247000', '132404.123000', '132404.126000', '132404.129000', '132404.132000', '132404.135000', '132404.138000', '132404.141000', '132404.144000', '132404.147000', '132404.150000', '132404.153000', '132404.156000', '132404.158000', '132404.161000', '132404.164000', '132404.167000', '132404.170000', '132404.173000', '132404.176000', '132404.179000', '132404.182000', '132404.185000', '132404.188000', '132404.191000', '132404.194000', '132404.197000', '132404.200000', '132404.203000', '132404.206000', '132404.209000', '132404.212000', '132404.214000', '132404.217000', '132404.220000', '132404.223000', '132404.226000', '132404.229000', '132404.232000', '132404.235000', '132404.238000', '132404.241000', '132404.244000', '132404.247000', '132404.249000', '132424.123000', '132424.126000', '132424.130000', '132424.133000', '132424.136000', '132424.139000', '132424.142000', '132424.145000', '132424.148000', '132424.151000', '132424.154000', '132424.157000', '132424.160000', '132424.163000', '132424.165000', '132424.169000', '132424.171000', '132424.174000', '132424.177000', '132424.180000', '132424.183000', '132424.186000', '132424.189000', '132424.192000', '132424.195000', '132424.198000', '132424.201000', '132424.204000', '132424.208000', '132424.211000', '132424.214000', '132424.217000', '132424.220000', '132424.223000', '132424.226000', '132424.228000', '132424.231000', '132424.243000', '132424.246000', '132424.249000', '132424.252000', '132424.255000', '132424.258000', '132444.123000', '132444.126000', '132444.129000', '132444.132000', '132444.135000', '132444.138000', '132444.141000', '132444.143000', '132444.147000', '132444.149000', '132444.152000', '132444.155000', '132444.158000', '132444.161000', '132444.164000', '132444.167000', '132444.170000', '132444.173000', '132444.176000', '132444.179000', '132444.182000', '132444.185000', '132444.188000', '132444.191000', '132444.194000', '132444.196000', '132444.199000', '132444.202000', '132444.205000', '132444.208000', '132444.211000', '132444.214000', '132444.217000', '132444.220000', '132444.223000', '132444.225000', '132444.228000', '132444.231000', '132444.234000', '132444.237000', '132444.240000', '132444.243000', '132444.246000', '132444.249000', '132504.122000', '132504.125000', '132504.128000', '132504.131000', '132504.134000', '132504.137000', '132504.140000', '132504.143000', '132504.146000', '132504.149000', '132504.152000', '132504.161000', '132504.164000', '132504.167000', '132504.170000', '132504.173000', '132504.176000', '132504.178000', '132504.181000', '132504.184000', '132504.187000', '132504.190000', '132504.193000', '132504.196000', '132504.199000', '132504.202000', '132504.206000', '132504.211000', '132504.214000', '132504.217000', '132504.220000', '132504.223000', '132504.226000', '132504.229000', '132504.232000', '132504.235000', '132504.238000', '132504.241000', '132504.243000', '132504.246000', '132504.250000', '132504.252000', '132504.255000', '132524.122000', '132524.125000', '132524.128000', '132524.131000', '132524.134000', '132524.137000', '132524.140000', '132524.143000', '132524.146000', '132524.149000', '132524.152000', '132524.155000', '132524.158000', '132524.161000', '132524.164000', '132524.167000', '132524.170000', '132524.172000', '132524.175000', '132524.178000', '132524.181000', '132524.184000', '132524.187000', '132524.190000', '132524.193000', '132524.196000', '132524.199000', '132524.202000', '132524.205000', '132524.208000', '132524.211000', '132524.214000', '132524.217000', '132524.220000', '132524.222000', '132524.226000', '132524.228000', '132524.231000', '132524.234000', '132524.237000', '132524.240000', '132524.243000', '132524.246000', '132524.249000', '132544.122000', '132544.125000', '132544.128000', '132544.131000', '132544.134000', '132544.137000', '132544.140000', '132544.143000', '132544.146000', '132544.149000', '132544.152000', '132544.155000', '132544.158000', '132544.161000', '132544.163000', '132544.166000', '132544.170000', '132544.173000', '132544.176000', '132544.179000', '132544.182000', '132544.185000', '132544.188000', '132544.191000', '132544.194000', '132544.197000', '132544.200000', '132544.203000', '132544.206000', '132544.209000', '132544.212000', '132544.215000', '132544.218000', '132544.221000', '132544.224000', '132544.227000', '132544.229000', '132544.233000', '132544.236000', '132544.239000', '132544.242000', '132544.245000', '132544.248000', '132604.123000', '132604.126000', '132604.129000', '132604.132000', '132604.135000', '132604.138000', '132604.141000', '132604.144000', '132604.147000', '132604.150000', '132604.153000', '132604.156000', '132604.159000', '132604.162000', '132604.165000', '132604.168000', '132604.170000', '132604.173000', '132604.176000', '132604.179000', '132604.182000', '132604.185000', '132604.188000', '132604.191000', '132604.194000', '132604.197000', '132604.200000', '132604.203000', '132604.206000', '132604.209000', '132604.212000', '132604.215000', '132604.218000', '132604.221000', '132604.224000', '132604.227000', '132604.229000', '132604.232000', '132604.235000', '132604.238000', '132604.241000', '132604.244000', '132604.247000', '132604.250000', '132624.123000', '132624.126000', '132624.129000', '132624.132000', '132624.135000', '132624.138000', '132624.141000', '132624.144000', '132624.147000', '132624.150000', '132624.153000', '132624.156000', '132624.159000', '132624.162000', '132624.165000', '132624.167000', '132624.170000', '132624.173000', '132624.176000', '132624.179000', '132624.182000', '132624.185000', '132624.188000', '132624.191000', '132624.194000', '132624.197000', '132624.200000', '132624.203000', '132624.206000', '132624.209000', '132624.212000', '132624.215000', '132624.218000', '132624.221000', '132624.224000', '132624.227000', '132624.244000', '132624.247000', '132624.250000', '132624.253000', '132624.256000', '132624.260000', '132624.263000', '132644.123000', '132644.126000', '132644.129000', '132644.132000', '132644.135000', '132644.138000', '132644.141000', '132644.144000', '132644.147000', '132644.150000', '132644.153000', '132644.156000', '132644.159000', '132644.162000', '132644.165000', '132644.168000', '132644.170000', '132644.173000', '132644.176000', '132644.179000', '132644.182000', '132644.185000', '132644.188000', '132644.191000', '132644.194000', '132644.197000', '132644.200000', '132644.203000', '132644.206000', '132644.209000', '132644.212000', '132644.215000', '132644.218000', '132644.221000', '132644.224000', '132644.226000', '132644.229000', '132644.232000', '132644.235000', '132644.238000', '132644.241000', '132644.244000', '132644.247000', '132644.250000', '132704.123000', '132704.126000', '132704.129000', '132704.132000', '132704.135000', '132704.138000', '132704.141000', '132704.144000', '132704.147000', '132704.150000', '132704.153000', '132704.156000', '132704.159000', '132704.161000', '132704.164000', '132704.167000', '132704.170000', '132704.173000', '132704.176000', '132704.179000', '132704.182000', '132704.185000', '132704.188000', '132704.191000', '132704.194000', '132704.197000', '132704.200000', '132704.203000', '132704.206000', '132704.210000', '132704.213000', '132704.216000', '132704.219000', '132704.222000', '132704.225000', '132704.228000', '132704.231000', '132704.233000', '132704.236000', '132704.239000', '132704.242000', '132704.245000', '132704.248000', '132724.122000', '132724.125000', '132724.128000', '132724.131000', '132724.134000', '132724.137000', '132724.140000', '132724.143000', '132724.146000', '132724.149000', '132724.152000', '132724.155000', '132724.158000', '132724.161000', '132724.164000', '132724.167000', '132724.170000', '132724.173000', '132724.176000', '132724.179000', '132724.182000', '132724.185000', '132724.188000', '132724.191000', '132724.194000', '132724.197000', '132724.200000', '132724.203000', '132724.206000', '132724.209000', '132724.212000', '132724.214000', '132724.217000', '132724.220000', '132724.223000', '132724.226000', '132724.229000', '132724.232000', '132724.235000', '132724.238000', '132724.241000', '132724.244000', '132724.247000', '132724.250000', '132744.122000', '132744.125000', '132744.128000', '132744.131000', '132744.134000', '132744.137000', '132744.140000', '132744.143000', '132744.146000', '132744.149000', '132744.152000', '132744.155000', '132744.158000', '132744.161000', '132744.164000', '132744.167000', '132744.169000', '132744.172000', '132744.175000', '132744.178000', '132744.181000', '132744.184000', '132744.187000', '132744.190000', '132744.193000', '132744.196000', '132744.199000', '132744.202000', '132744.205000', '132744.208000', '132744.211000', '132744.214000', '132744.217000', '132744.222000', '132744.225000', '132744.228000', '132744.231000', '132744.233000', '132744.237000', '132744.239000', '132744.242000', '132744.245000', '132744.248000', '132804.122000', '132804.125000', '132804.128000', '132804.131000', '132804.148000', '132804.151000', '132804.154000', '132804.166000', '132804.169000', '132804.172000', '132804.175000', '132804.178000', '132804.181000', '132804.184000', '132804.186000', '132804.189000', '132804.192000', '132804.195000', '132804.198000', '132804.201000', '132804.204000', '132804.207000', '132804.210000', '132804.213000', '132804.216000', '132804.219000', '132804.222000', '132804.225000', '132804.228000', '132804.231000', '132804.234000', '132804.237000', '132804.240000', '132804.243000', '132804.246000', '132804.249000', '132804.252000', '132804.254000', '132804.257000', '132804.260000', '132804.263000', '132804.266000', '132804.269000', '132804.272000', '132824.123000', '132824.126000', '132824.129000', '132824.132000', '132824.135000', '132824.138000', '132824.141000', '132824.144000', '132824.147000', '132824.150000', '132824.153000', '132824.156000', '132824.159000', '132824.162000', '132824.165000', '132824.168000', '132824.171000', '132824.174000', '132824.177000', '132824.180000', '132824.182000', '132824.185000', '132824.188000', '132824.191000', '132824.194000', '132824.197000', '132824.200000', '132824.203000', '132824.206000', '132824.209000', '132824.212000', '132824.215000', '132824.218000', '132824.221000', '132824.224000', '132824.227000', '132824.230000', '132824.233000', '132824.236000', '132824.239000', '132824.241000', '132824.245000', '132824.249000', '132839.088000', '132839.091000', '132839.095000', '132839.099000', '132839.109000', '132839.112000', '132839.115000', '132839.118000', '132839.121000', '132839.124000', '132839.127000', '132839.131000', '132839.134000', '132839.137000', '132839.140000', '132839.143000', '132839.146000', '132839.149000', '132839.152000', '132839.155000', '132839.158000', '132839.161000', '132839.164000', '132839.167000', '132839.170000', '132839.174000', '132839.177000', '132839.179000', '132839.183000', '132839.185000', '132839.188000', '132839.192000', '132839.195000'], 'InstanceCreationTime': ['132224.163000', '132224.167000', '132224.172000', '132224.175000', '132224.183000', '132224.187000', '132224.189000', '132224.192000', '132224.195000', '132224.198000', '132224.201000', '132224.204000', '132224.207000', '132224.210000', '132224.213000', '132224.216000', '132224.219000', '132224.222000', '132224.225000', '132224.228000', '132224.230000', '132224.233000', '132224.236000', '132244.122000', '132244.125000', '132244.128000', '132244.131000', '132244.134000', '132244.137000', '132244.140000', '132244.143000', '132244.145000', '132244.148000', '132244.151000', '132244.154000', '132244.157000', '132244.160000', '132244.163000', '132244.166000', '132244.169000', '132244.172000', '132244.174000', '132244.178000', '132244.180000', '132244.187000', '132244.190000', '132244.193000', '132244.195000', '132244.198000', '132244.201000', '132244.204000', '132244.207000', '132244.210000', '132244.213000', '132244.216000', '132244.219000', '132244.222000', '132244.224000', '132244.227000', '132244.234000', '132244.237000', '132244.240000', '132244.243000', '132244.246000', '132244.249000', '132244.252000', '132244.255000', '132304.122000', '132304.125000', '132304.128000', '132304.131000', '132304.134000', '132304.137000', '132304.140000', '132304.142000', '132304.145000', '132304.149000', '132304.151000', '132304.154000', '132304.157000', '132304.160000', '132304.163000', '132304.167000', '132304.170000', '132304.173000', '132304.176000', '132304.179000', '132304.181000', '132304.184000', '132304.187000', '132304.190000', '132304.193000', '132304.196000', '132304.199000', '132304.202000', '132304.205000', '132304.208000', '132304.210000', '132304.214000', '132304.216000', '132304.219000', '132304.222000', '132304.225000', '132304.228000', '132304.237000', '132304.240000', '132304.243000', '132304.246000', '132304.249000', '132304.252000', '132324.122000', '132324.125000', '132324.128000', '132324.131000', '132324.134000', '132324.137000', '132324.140000', '132324.143000', '132324.146000', '132324.148000', '132324.152000', '132324.154000', '132324.157000', '132324.160000', '132324.163000', '132324.166000', '132324.182000', '132324.185000', '132324.188000', '132324.191000', '132324.194000', '132324.196000', '132324.200000', '132324.202000', '132324.205000', '132324.208000', '132324.211000', '132324.214000', '132324.217000', '132324.220000', '132324.223000', '132324.226000', '132324.229000', '132324.232000', '132324.235000', '132324.238000', '132324.240000', '132324.243000', '132324.246000', '132324.249000', '132324.252000', '132324.255000', '132324.258000', '132324.261000', '132344.122000', '132344.125000', '132344.128000', '132344.131000', '132344.134000', '132344.137000', '132344.140000', '132344.142000', '132344.147000', '132344.149000', '132344.152000', '132344.155000', '132344.158000', '132344.161000', '132344.164000', '132344.167000', '132344.170000', '132344.173000', '132344.176000', '132344.179000', '132344.182000', '132344.185000', '132344.188000', '132344.191000', '132344.194000', '132344.197000', '132344.200000', '132344.203000', '132344.206000', '132344.209000', '132344.212000', '132344.214000', '132344.217000', '132344.220000', '132344.223000', '132344.226000', '132344.229000', '132344.232000', '132344.235000', '132344.238000', '132344.241000', '132344.244000', '132344.247000', '132404.123000', '132404.126000', '132404.129000', '132404.132000', '132404.135000', '132404.138000', '132404.141000', '132404.144000', '132404.147000', '132404.150000', '132404.153000', '132404.156000', '132404.158000', '132404.161000', '132404.164000', '132404.167000', '132404.170000', '132404.173000', '132404.176000', '132404.179000', '132404.182000', '132404.185000', '132404.188000', '132404.191000', '132404.194000', '132404.197000', '132404.200000', '132404.203000', '132404.206000', '132404.209000', '132404.212000', '132404.214000', '132404.217000', '132404.220000', '132404.223000', '132404.226000', '132404.229000', '132404.232000', '132404.235000', '132404.238000', '132404.241000', '132404.244000', '132404.247000', '132404.249000', '132424.123000', '132424.126000', '132424.130000', '132424.133000', '132424.136000', '132424.139000', '132424.142000', '132424.145000', '132424.148000', '132424.151000', '132424.154000', '132424.157000', '132424.160000', '132424.163000', '132424.165000', '132424.169000', '132424.171000', '132424.174000', '132424.177000', '132424.180000', '132424.183000', '132424.186000', '132424.189000', '132424.192000', '132424.195000', '132424.198000', '132424.201000', '132424.204000', '132424.208000', '132424.211000', '132424.214000', '132424.217000', '132424.220000', '132424.223000', '132424.226000', '132424.228000', '132424.231000', '132424.243000', '132424.246000', '132424.249000', '132424.252000', '132424.255000', '132424.258000', '132444.123000', '132444.126000', '132444.129000', '132444.132000', '132444.135000', '132444.138000', '132444.141000', '132444.143000', '132444.147000', '132444.149000', '132444.152000', '132444.155000', '132444.158000', '132444.161000', '132444.164000', '132444.167000', '132444.170000', '132444.173000', '132444.176000', '132444.179000', '132444.182000', '132444.185000', '132444.188000', '132444.191000', '132444.194000', '132444.196000', '132444.199000', '132444.202000', '132444.205000', '132444.208000', '132444.211000', '132444.214000', '132444.217000', '132444.220000', '132444.223000', '132444.225000', '132444.228000', '132444.231000', '132444.234000', '132444.237000', '132444.240000', '132444.243000', '132444.246000', '132444.249000', '132504.122000', '132504.125000', '132504.128000', '132504.131000', '132504.134000', '132504.137000', '132504.140000', '132504.143000', '132504.146000', '132504.149000', '132504.152000', '132504.161000', '132504.164000', '132504.167000', '132504.170000', '132504.173000', '132504.176000', '132504.178000', '132504.181000', '132504.184000', '132504.187000', '132504.190000', '132504.193000', '132504.196000', '132504.199000', '132504.202000', '132504.206000', '132504.211000', '132504.214000', '132504.217000', '132504.220000', '132504.223000', '132504.226000', '132504.229000', '132504.232000', '132504.235000', '132504.238000', '132504.241000', '132504.243000', '132504.246000', '132504.250000', '132504.252000', '132504.255000', '132524.122000', '132524.125000', '132524.128000', '132524.131000', '132524.134000', '132524.137000', '132524.140000', '132524.143000', '132524.146000', '132524.149000', '132524.152000', '132524.155000', '132524.158000', '132524.161000', '132524.164000', '132524.167000', '132524.170000', '132524.172000', '132524.175000', '132524.178000', '132524.181000', '132524.184000', '132524.187000', '132524.190000', '132524.193000', '132524.196000', '132524.199000', '132524.202000', '132524.205000', '132524.208000', '132524.211000', '132524.214000', '132524.217000', '132524.220000', '132524.222000', '132524.226000', '132524.228000', '132524.231000', '132524.234000', '132524.237000', '132524.240000', '132524.243000', '132524.246000', '132524.249000', '132544.122000', '132544.125000', '132544.128000', '132544.131000', '132544.134000', '132544.137000', '132544.140000', '132544.143000', '132544.146000', '132544.149000', '132544.152000', '132544.155000', '132544.158000', '132544.161000', '132544.163000', '132544.166000', '132544.170000', '132544.173000', '132544.176000', '132544.179000', '132544.182000', '132544.185000', '132544.188000', '132544.191000', '132544.194000', '132544.197000', '132544.200000', '132544.203000', '132544.206000', '132544.209000', '132544.212000', '132544.215000', '132544.218000', '132544.221000', '132544.224000', '132544.227000', '132544.229000', '132544.233000', '132544.236000', '132544.239000', '132544.242000', '132544.245000', '132544.248000', '132604.123000', '132604.126000', '132604.129000', '132604.132000', '132604.135000', '132604.138000', '132604.141000', '132604.144000', '132604.147000', '132604.150000', '132604.153000', '132604.156000', '132604.159000', '132604.162000', '132604.165000', '132604.168000', '132604.170000', '132604.173000', '132604.176000', '132604.179000', '132604.182000', '132604.185000', '132604.188000', '132604.191000', '132604.194000', '132604.197000', '132604.200000', '132604.203000', '132604.206000', '132604.209000', '132604.212000', '132604.215000', '132604.218000', '132604.221000', '132604.224000', '132604.227000', '132604.229000', '132604.232000', '132604.235000', '132604.238000', '132604.241000', '132604.244000', '132604.247000', '132604.250000', '132624.123000', '132624.126000', '132624.129000', '132624.132000', '132624.135000', '132624.138000', '132624.141000', '132624.144000', '132624.147000', '132624.150000', '132624.153000', '132624.156000', '132624.159000', '132624.162000', '132624.165000', '132624.167000', '132624.170000', '132624.173000', '132624.176000', '132624.179000', '132624.182000', '132624.185000', '132624.188000', '132624.191000', '132624.194000', '132624.197000', '132624.200000', '132624.203000', '132624.206000', '132624.209000', '132624.212000', '132624.215000', '132624.218000', '132624.221000', '132624.224000', '132624.227000', '132624.244000', '132624.247000', '132624.250000', '132624.253000', '132624.256000', '132624.260000', '132624.263000', '132644.123000', '132644.126000', '132644.129000', '132644.132000', '132644.135000', '132644.138000', '132644.141000', '132644.144000', '132644.147000', '132644.150000', '132644.153000', '132644.156000', '132644.159000', '132644.162000', '132644.165000', '132644.168000', '132644.170000', '132644.173000', '132644.176000', '132644.179000', '132644.182000', '132644.185000', '132644.188000', '132644.191000', '132644.194000', '132644.197000', '132644.200000', '132644.203000', '132644.206000', '132644.209000', '132644.212000', '132644.215000', '132644.218000', '132644.221000', '132644.224000', '132644.226000', '132644.229000', '132644.232000', '132644.235000', '132644.238000', '132644.241000', '132644.244000', '132644.247000', '132644.250000', '132704.123000', '132704.126000', '132704.129000', '132704.132000', '132704.135000', '132704.138000', '132704.141000', '132704.144000', '132704.147000', '132704.150000', '132704.153000', '132704.156000', '132704.159000', '132704.161000', '132704.164000', '132704.167000', '132704.170000', '132704.173000', '132704.176000', '132704.179000', '132704.182000', '132704.185000', '132704.188000', '132704.191000', '132704.194000', '132704.197000', '132704.200000', '132704.203000', '132704.206000', '132704.210000', '132704.213000', '132704.216000', '132704.219000', '132704.222000', '132704.225000', '132704.228000', '132704.231000', '132704.233000', '132704.236000', '132704.239000', '132704.242000', '132704.245000', '132704.248000', '132724.122000', '132724.125000', '132724.128000', '132724.131000', '132724.134000', '132724.137000', '132724.140000', '132724.143000', '132724.146000', '132724.149000', '132724.152000', '132724.155000', '132724.158000', '132724.161000', '132724.164000', '132724.167000', '132724.170000', '132724.173000', '132724.176000', '132724.179000', '132724.182000', '132724.185000', '132724.188000', '132724.191000', '132724.194000', '132724.197000', '132724.200000', '132724.203000', '132724.206000', '132724.209000', '132724.212000', '132724.214000', '132724.217000', '132724.220000', '132724.223000', '132724.226000', '132724.229000', '132724.232000', '132724.235000', '132724.238000', '132724.241000', '132724.244000', '132724.247000', '132724.250000', '132744.122000', '132744.125000', '132744.128000', '132744.131000', '132744.134000', '132744.137000', '132744.140000', '132744.143000', '132744.146000', '132744.149000', '132744.152000', '132744.155000', '132744.158000', '132744.161000', '132744.164000', '132744.167000', '132744.169000', '132744.172000', '132744.175000', '132744.178000', '132744.181000', '132744.184000', '132744.187000', '132744.190000', '132744.193000', '132744.196000', '132744.199000', '132744.202000', '132744.205000', '132744.208000', '132744.211000', '132744.214000', '132744.217000', '132744.222000', '132744.225000', '132744.228000', '132744.231000', '132744.233000', '132744.237000', '132744.239000', '132744.242000', '132744.245000', '132744.248000', '132804.122000', '132804.125000', '132804.128000', '132804.131000', '132804.148000', '132804.151000', '132804.154000', '132804.166000', '132804.169000', '132804.172000', '132804.175000', '132804.178000', '132804.181000', '132804.184000', '132804.186000', '132804.189000', '132804.192000', '132804.195000', '132804.198000', '132804.201000', '132804.204000', '132804.207000', '132804.210000', '132804.213000', '132804.216000', '132804.219000', '132804.222000', '132804.225000', '132804.228000', '132804.231000', '132804.234000', '132804.237000', '132804.240000', '132804.243000', '132804.246000', '132804.249000', '132804.252000', '132804.254000', '132804.257000', '132804.260000', '132804.263000', '132804.266000', '132804.269000', '132804.272000', '132824.123000', '132824.126000', '132824.129000', '132824.132000', '132824.135000', '132824.138000', '132824.141000', '132824.144000', '132824.147000', '132824.150000', '132824.153000', '132824.156000', '132824.159000', '132824.162000', '132824.165000', '132824.168000', '132824.171000', '132824.174000', '132824.177000', '132824.180000', '132824.182000', '132824.185000', '132824.188000', '132824.191000', '132824.194000', '132824.197000', '132824.200000', '132824.203000', '132824.206000', '132824.209000', '132824.212000', '132824.215000', '132824.218000', '132824.221000', '132824.224000', '132824.227000', '132824.230000', '132824.233000', '132824.236000', '132824.239000', '132824.241000', '132824.245000', '132824.249000', '132839.088000', '132839.091000', '132839.095000', '132839.099000', '132839.109000', '132839.112000', '132839.115000', '132839.118000', '132839.121000', '132839.124000', '132839.127000', '132839.131000', '132839.134000', '132839.137000', '132839.140000', '132839.143000', '132839.146000', '132839.149000', '132839.152000', '132839.155000', '132839.158000', '132839.161000', '132839.164000', '132839.167000', '132839.170000', '132839.174000', '132839.177000', '132839.179000', '132839.183000', '132839.185000', '132839.188000', '132839.192000', '132839.195000'], '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': [10865, 7381, 6691, 11796, 7768, 6863, 11511, 14416, 9703, 9141, 8365, 10259, 6748, 6649, 9791, 6909, 9749, 8449, 6857, 14076, 7023, 8915, 9752, 7102, 14007, 7673, 7828, 11219, 6910, 6575, 8278, 6803, 6475, 7886, 6754, 7734, 9011, 6902, 6716, 8591, 6763, 8736, 8296, 7310, 12127, 8461, 6571, 10737, 6700, 8116, 10278, 6572, 6525, 8545, 6745, 7695, 8251, 6950, 11179, 9182, 6585, 10559, 7325, 6874, 10756, 7054, 10081, 8778, 6832, 8717, 7084, 6599, 10181, 6836, 6752, 10659, 7148, 6964, 8656, 7494, 6908, 11063, 9126, 6900, 9917, 7945, 6795, 11294, 7278, 11983, 11307, 8090, 9739, 7796, 7112, 10405, 8429, 6900, 10387, 8296, 6947, 7647, 8392, 6827, 9603, 10496, 6712, 6940, 10554, 6723, 7036, 11583, 8184, 6888, 11252, 7447, 6864, 9967, 7868, 6566, 9058, 10052, 6822, 6777, 8118, 8068, 6507, 6951, 11263, 8410, 7067, 10403, 10197, 8434, 6708, 7683, 10156, 6780, 6883, 13280, 9192, 7095, 6784, 10346, 6927, 6912, 12062, 8291, 6973, 7125, 7456, 6889, 7417, 9016, 6838, 8273, 8365, 6671, 6768, 9665, 6978, 9791, 9466, 6956, 11253, 7263, 6737, 10801, 6732, 6671, 11512, 6750, 6592, 9708, 6707, 6695, 10467, 6790, 8036, 10347, 6738, 7071, 9097, 6860, 11835, 10419, 8362, 14390, 7547, 7343, 9275, 6756, 12839, 9247, 6666, 8726, 6686, 6756, 10363, 8052, 6719, 9943, 6828, 6834, 8176, 7192, 6849, 11171, 8476, 7462, 11457, 6654, 7053, 8192, 6859, 10859, 8779, 6829, 13123, 6731, 6746, 8911, 6508, 7052, 9684, 6704, 6603, 8161, 6770, 6797, 8956, 6815, 9784, 8918, 6731, 12765, 7577, 7090, 8944, 6941, 14343, 7877, 6751, 8583, 6798, 7584, 6967, 6954, 10556, 6935, 6830, 9285, 6737, 6939, 9833, 6764, 8599, 10417, 6672, 7149, 9224, 6850, 9037, 9435, 7010, 13271, 9888, 6828, 6847, 8515, 6872, 7482, 11132, 7098, 6774, 10580, 6900, 6771, 10652, 8073, 6995, 14096, 10622, 6727, 8709, 7439, 6845, 9407, 8799, 6612, 8148, 7729, 6796, 6718, 9410, 6837, 8345, 11591, 7041, 6865, 9989, 6711, 6710, 10561, 7703, 6920, 8488, 7678, 6664, 7233, 10340, 7145, 6834, 9419, 9626, 6810, 7002, 9040, 7156, 6894, 10081, 9014, 6900, 8395, 9104, 6624, 6924, 10824, 7179, 7104, 13287, 6887, 6837, 9705, 6815, 6868, 9716, 6608, 7309, 10025, 6748, 6906, 11493, 6976, 7028, 12600, 8756, 6869, 9477, 6731, 6859, 9517, 7940, 6637, 11965, 7236, 6945, 10285, 6792, 6728, 10631, 6774, 6618, 8527, 6896, 6694, 9339, 6627, 6991, 9356, 6886, 8936, 7601, 6604, 11832, 8251, 8341, 9747, 7140, 7634, 8904, 6886, 12084, 8228, 6848, 7776, 6713, 6836, 9493, 8327, 6924, 8900, 7020, 6916, 9037, 8013, 6816, 12087, 9214, 7012, 8295, 7259, 6776, 9239, 9114, 6760, 6621, 8495, 6711, 7202, 9640, 6641, 7624, 8466, 6745, 9770, 8352, 6911, 13916, 6872, 6520, 8368, 6976, 6548, 10100, 6639, 6776, 9232, 6809, 7850, 7568, 6739, 11485, 6914, 9751, 7740, 6768, 9234, 7791, 6782, 9927, 6914, 7079, 8616, 7203, 6867, 11626, 8040, 7309, 10192, 6657, 6788, 9812, 6754, 9323, 8452, 6748, 7941, 8127, 6953, 10467, 8934, 7193, 8873, 7032, 7082, 9108, 7923, 6901, 10126, 7687, 7037, 9205, 7636, 6951, 11609, 8424, 7166, 9975, 7181, 7009, 11194, 8401, 7024, 9548, 6801, 7128, 10248, 7977, 6961, 11155, 8699, 7214, 8735, 7008, 7057, 11268, 8818, 7174, 11876, 6902, 7190, 9852, 6992, 9534, 8322, 6884, 7319, 9043, 6817, 7851, 11274, 6778, 7181, 10231, 6492, 7149, 10038, 6851, 11734, 7993, 7237, 10573, 6744, 9311, 9239, 6974, 10017, 7088, 7200, 9889, 6639, 8974, 8572, 6993, 10904, 6656, 6996, 8906, 6933, 11846, 7454, 7188, 8449, 7019, 9976, 7677, 7440, 10406, 6795, 7770, 8245, 7218, 11740, 8303, 7496, 8609, 6940, 8999, 7480, 7215, 10845, 7268, 7087, 8931, 6942, 7412, 9312, 6876, 7263, 10193, 6827, 7607, 10719, 7379, 7385, 11648, 7290, 9640, 7283, 6998, 8062, 11999, 8656, 8097, 12855, 9743, 8412, 6998, 8086, 6928, 7193, 10678, 6784, 7264, 9513, 7134, 12195, 10435, 7095, 10998, 8566, 7460, 9357, 6699, 7022, 8430, 6609, 6935, 10453, 8118, 7054, 11235, 6625, 7293, 10911, 7839, 7941, 10897, 6813, 7135, 8577, 6521, 7008, 8833, 8208, 6988, 7582, 8917, 7074, 7702, 10316, 7025, 12590, 9060, 7405, 13727, 8916, 7006, 10944, 7212, 6749, 10523, 6748, 10926, 10254, 6778, 7139, 9714, 6660, 6940, 11094, 7989, 6957, 9432, 7399, 6941, 7336, 10213, 6662, 9838, 10563, 7514, 12770, 7552, 7022, 11619, 7358, 7219, 11116, 6976, 6819, 9088, 6709, 6996, 8605, 6758, 8035, 10282, 8623, 8182, 12151, 6903, 7008, 10495, 6786, 9257, 9776, 6794, 7034, 8437, 6690, 7208, 9356, 6564, 9863, 9617, 6649, 6979, 9171, 6825, 6753, 9837, 7391, 6818, 6495, 9725, 6990, 6533, 7997, 11408, 7915, 6705, 6736, 9206, 6559, 6532, 11337, 7690, 6555, 12176, 7319, 6760, 7066, 7905, 6783, 7392, 10833, 6850, 6608, 10235, 6638, 8644, 9676, 6856, 12662, 7988, 6834, 9963, 7793, 6581, 11858, 7533, 6823, 9970, 6857, 6979, 9607, 6743, 10972, 8963, 6832, 10131, 7062, 6638, 10642, 6836, 10163, 9145, 6577, 7595, 7179, 6753, 10892, 8248, 6632, 10369, 6841, 7115, 9011, 6598, 9621, 9473, 6837, 7552, 8008, 6599, 7864, 9535, 6783, 7833, 10060, 6707, 6580, 10680, 6668, 8218, 12285, 7183, 6702, 11338, 7255, 6836, 11634, 8871, 8077, 13085, 7142, 6623, 7507, 8787, 6813, 8517, 9585, 6624, 6874, 8077, 6705, 6660, 9851, 6655, 6751, 10828, 7123, 6696, 11534, 7124, 6744, 6920, 7018, 6437, 7311, 10532, 7546, 7041, 8993, 6767, 6851, 10582, 6903, 6641, 10833, 7605, 6677, 11002, 6791, 6782, 8056, 7464], 'WindowCenter': [4152.0, 4092.0, 4063.0, 4100.0, 4057.0, 4033.0, 4074.0, 4095.0, 4050.0, 4040.0, 4027.0, 4046.0, 4004.0, 4003.0, 4046.0, 4016.0, 4046.0, 4036.0, 4015.0, 4065.0, 4014.0, 4025.0, 4033.0, 4003.0, 4053.0, 4012.0, 4014.0, 4042.0, 4001.0, 4000.0, 4010.0, 4000.0, 3990.0, 4013.0, 4016.0, 4025.0, 4035.0, 4016.0, 4016.0, 4036.0, 4017.0, 4038.0, 4053.0, 4041.0, 4070.0, 4037.0, 4015.0, 4046.0, 4016.0, 4025.0, 4049.0, 4017.0, 4004.0, 4024.0, 4016.0, 4025.0, 4039.0, 4029.0, 4058.0, 4048.0, 4017.0, 4046.0, 4026.0, 4015.0, 4058.0, 4030.0, 4061.0, 4039.0, 4017.0, 4035.0, 4013.0, 4017.0, 4076.0, 4030.0, 4029.0, 4059.0, 4025.0, 4028.0, 4048.0, 4039.0, 4029.0, 4060.0, 4050.0, 4029.0, 4059.0, 4039.0, 4028.0, 4059.0, 4027.0, 4057.0, 4059.0, 4025.0, 4034.0, 4012.0, 4014.0, 4045.0, 4035.0, 4015.0, 4046.0, 4024.0, 4014.0, 4024.0, 4022.0, 4028.0, 4045.0, 4047.0, 4014.0, 4015.0, 4046.0, 4016.0, 4027.0, 4056.0, 4025.0, 4013.0, 4045.0, 4028.0, 4013.0, 4046.0, 4024.0, 4014.0, 4035.0, 4049.0, 4017.0, 4029.0, 4038.0, 4036.0, 4015.0, 4015.0, 4059.0, 4037.0, 4029.0, 4062.0, 4060.0, 4036.0, 4015.0, 4028.0, 4047.0, 4017.0, 4028.0, 4069.0, 4048.0, 4016.0, 4015.0, 4045.0, 4026.0, 4027.0, 4056.0, 4024.0, 4013.0, 4012.0, 4012.0, 4013.0, 4025.0, 4049.0, 4015.0, 4037.0, 4025.0, 4014.0, 4015.0, 4048.0, 4030.0, 4060.0, 4048.0, 4028.0, 4057.0, 4026.0, 4015.0, 4057.0, 4030.0, 4016.0, 4058.0, 4019.0, 4015.0, 4036.0, 4015.0, 4017.0, 4059.0, 4029.0, 4039.0, 4059.0, 4015.0, 4015.0, 4037.0, 4016.0, 4071.0, 4049.0, 4027.0, 4067.0, 4014.0, 4012.0, 4035.0, 4017.0, 4056.0, 4035.0, 4002.0, 4021.0, 3999.0, 4014.0, 4044.0, 4025.0, 4014.0, 4034.0, 4013.0, 4014.0, 4024.0, 4015.0, 4016.0, 4059.0, 4037.0, 4028.0, 4058.0, 4016.0, 4026.0, 4024.0, 4003.0, 4044.0, 4023.0, 4014.0, 4066.0, 4002.0, 4000.0, 4022.0, 4002.0, 4016.0, 4047.0, 4012.0, 4015.0, 4025.0, 4016.0, 4015.0, 4038.0, 4027.0, 4047.0, 4037.0, 4016.0, 4056.0, 4013.0, 4002.0, 4034.0, 4015.0, 4065.0, 4023.0, 4001.0, 4021.0, 3999.0, 4012.0, 4014.0, 4026.0, 4044.0, 4014.0, 4013.0, 4035.0, 4015.0, 4015.0, 4057.0, 4029.0, 4038.0, 4059.0, 4017.0, 4028.0, 4048.0, 4016.0, 4049.0, 4048.0, 4027.0, 4069.0, 4046.0, 4014.0, 4013.0, 4036.0, 4016.0, 4027.0, 4056.0, 4028.0, 4017.0, 4045.0, 4014.0, 4013.0, 4046.0, 4025.0, 4015.0, 4067.0, 4046.0, 4002.0, 4023.0, 4010.0, 4015.0, 4036.0, 4033.0, 4002.0, 4023.0, 4011.0, 4001.0, 4002.0, 4033.0, 4015.0, 4024.0, 4056.0, 4015.0, 4017.0, 4045.0, 4013.0, 4016.0, 4058.0, 4027.0, 4026.0, 4049.0, 4038.0, 4015.0, 4027.0, 4060.0, 4026.0, 4027.0, 4048.0, 4048.0, 4016.0, 4026.0, 4035.0, 4014.0, 4027.0, 4059.0, 4037.0, 4014.0, 4025.0, 4035.0, 4012.0, 4013.0, 4045.0, 4015.0, 4013.0, 4067.0, 4014.0, 4003.0, 4032.0, 4015.0, 4014.0, 4046.0, 4015.0, 4027.0, 4044.0, 4016.0, 4027.0, 4057.0, 4027.0, 4030.0, 4070.0, 4038.0, 4018.0, 4046.0, 4015.0, 4017.0, 4047.0, 4037.0, 4017.0, 4058.0, 4026.0, 4013.0, 4044.0, 4014.0, 4015.0, 4043.0, 4015.0, 4014.0, 4034.0, 4014.0, 4015.0, 4049.0, 4029.0, 4040.0, 4048.0, 4028.0, 4038.0, 4025.0, 4027.0, 4069.0, 4036.0, 4037.0, 4047.0, 4016.0, 4027.0, 4035.0, 4027.0, 4056.0, 4025.0, 4014.0, 4024.0, 4014.0, 4017.0, 4046.0, 4038.0, 4025.0, 4034.0, 4013.0, 4015.0, 4034.0, 4036.0, 4015.0, 4067.0, 4046.0, 4015.0, 4025.0, 4027.0, 4016.0, 4036.0, 4035.0, 4014.0, 4015.0, 4035.0, 4016.0, 4028.0, 4047.0, 4017.0, 4026.0, 4034.0, 4015.0, 4045.0, 4038.0, 4027.0, 4068.0, 4015.0, 4005.0, 4034.0, 4014.0, 4003.0, 4046.0, 4016.0, 4014.0, 4035.0, 4016.0, 4026.0, 4027.0, 4017.0, 4058.0, 4017.0, 4045.0, 4024.0, 4003.0, 4036.0, 4025.0, 4015.0, 4044.0, 4013.0, 4013.0, 4034.0, 4015.0, 4015.0, 4059.0, 4038.0, 4025.0, 4044.0, 4003.0, 4014.0, 4044.0, 4015.0, 4034.0, 4023.0, 4016.0, 4023.0, 4024.0, 4016.0, 4045.0, 4036.0, 4013.0, 4034.0, 4014.0, 4014.0, 4047.0, 4038.0, 4015.0, 4047.0, 4024.0, 4014.0, 4034.0, 4026.0, 4028.0, 4056.0, 4037.0, 4014.0, 4045.0, 4014.0, 4027.0, 4057.0, 4035.0, 4014.0, 4033.0, 4002.0, 4013.0, 4044.0, 4023.0, 4027.0, 4056.0, 4035.0, 4013.0, 4035.0, 4027.0, 4026.0, 4055.0, 4035.0, 4013.0, 4043.0, 4001.0, 4001.0, 4044.0, 4012.0, 4033.0, 4022.0, 4013.0, 4011.0, 4034.0, 4015.0, 4023.0, 4055.0, 4002.0, 4013.0, 4031.0, 4003.0, 4014.0, 4045.0, 4002.0, 4045.0, 4011.0, 4011.0, 4029.0, 4014.0, 4033.0, 4031.0, 4001.0, 4031.0, 3999.0, 3999.0, 4031.0, 4014.0, 4034.0, 4024.0, 4012.0, 4043.0, 4001.0, 4013.0, 4034.0, 4014.0, 4053.0, 4013.0, 4000.0, 4011.0, 4012.0, 4045.0, 4025.0, 4014.0, 4044.0, 4012.0, 4024.0, 4024.0, 4026.0, 4069.0, 4037.0, 4015.0, 4035.0, 4015.0, 4023.0, 4014.0, 4026.0, 4056.0, 4014.0, 4014.0, 4035.0, 4014.0, 4026.0, 4047.0, 4017.0, 4027.0, 4061.0, 4018.0, 4027.0, 4060.0, 4041.0, 4041.0, 4060.0, 4030.0, 4049.0, 4040.0, 4042.0, 4038.0, 4070.0, 4050.0, 4038.0, 4080.0, 4049.0, 4037.0, 4026.0, 4036.0, 4040.0, 4028.0, 4058.0, 4027.0, 4013.0, 4034.0, 4013.0, 4055.0, 4042.0, 4011.0, 4043.0, 4022.0, 4013.0, 4032.0, 4011.0, 4014.0, 4023.0, 4013.0, 4026.0, 4057.0, 4038.0, 4028.0, 4071.0, 4028.0, 4026.0, 4057.0, 4039.0, 4041.0, 4062.0, 4028.0, 4027.0, 4036.0, 4016.0, 4028.0, 4049.0, 4048.0, 4041.0, 4040.0, 4062.0, 4041.0, 4040.0, 4062.0, 4030.0, 4070.0, 4050.0, 4028.0, 4080.0, 4037.0, 4015.0, 4045.0, 4014.0, 4003.0, 4046.0, 4015.0, 4046.0, 4033.0, 4002.0, 4012.0, 4034.0, 4013.0, 4014.0, 4057.0, 4038.0, 4025.0, 4048.0, 4025.0, 4026.0, 4027.0, 4046.0, 4015.0, 4046.0, 4058.0, 4026.0, 4055.0, 4013.0, 4013.0, 4045.0, 4014.0, 4013.0, 4043.0, 4014.0, 4001.0, 4021.0, 4000.0, 4011.0, 4020.0, 4014.0, 4025.0, 4058.0, 4050.0, 4039.0, 4057.0, 4016.0, 4025.0, 4046.0, 4014.0, 4046.0, 4046.0, 4014.0, 4014.0, 4023.0, 4014.0, 4012.0, 4033.0, 4014.0, 4045.0, 4034.0, 4002.0, 4013.0, 4034.0, 4027.0, 4028.0, 4058.0, 4026.0, 4027.0, 4040.0, 4062.0, 4039.0, 4017.0, 4036.0, 4068.0, 4038.0, 4025.0, 4015.0, 4045.0, 4015.0, 4015.0, 4056.0, 4027.0, 4018.0, 4069.0, 4025.0, 4015.0, 4025.0, 4036.0, 4016.0, 4036.0, 4056.0, 4026.0, 4027.0, 4060.0, 4027.0, 4049.0, 4048.0, 4029.0, 4081.0, 4035.0, 4016.0, 4045.0, 4025.0, 4030.0, 4068.0, 4036.0, 4015.0, 4046.0, 4015.0, 4025.0, 4047.0, 4026.0, 4057.0, 4047.0, 4015.0, 4045.0, 4024.0, 4014.0, 4055.0, 4028.0, 4046.0, 4034.0, 4014.0, 4023.0, 4012.0, 4015.0, 4069.0, 4036.0, 4028.0, 4071.0, 4029.0, 4041.0, 4060.0, 4029.0, 4058.0, 4047.0, 4016.0, 4037.0, 4035.0, 4013.0, 4024.0, 4045.0, 4015.0, 4026.0, 4046.0, 4027.0, 4016.0, 4055.0, 4015.0, 4035.0, 4067.0, 4013.0, 4013.0, 4054.0, 4011.0, 4001.0, 4054.0, 4032.0, 4022.0, 4053.0, 4012.0, 4001.0, 4011.0, 4021.0, 4012.0, 4034.0, 4033.0, 4001.0, 4002.0, 4021.0, 4012.0, 4001.0, 4032.0, 4000.0, 4000.0, 4043.0, 4013.0, 4013.0, 4055.0, 4013.0, 4013.0, 4025.0, 4014.0, 4016.0, 4027.0, 4045.0, 4024.0, 4013.0, 4034.0, 4014.0, 4014.0, 4045.0, 4015.0, 4015.0, 4055.0, 4025.0, 4015.0, 4056.0, 4013.0, 4015.0, 4039.0, 4013.0], 'WindowWidth': [9242.0, 9137.0, 9082.0, 9122.0, 9057.0, 9020.0, 9076.0, 9103.0, 9035.0, 9018.0, 8997.0, 9021.0, 8961.0, 8959.0, 9020.0, 8981.0, 9023.0, 9008.0, 8979.0, 9046.0, 8974.0, 8989.0, 8997.0, 8956.0, 9025.0, 8971.0, 8974.0, 9009.0, 8954.0, 8950.0, 8963.0, 8951.0, 8937.0, 8971.0, 8981.0, 8992.0, 9005.0, 8980.0, 8982.0, 9007.0, 8984.0, 9013.0, 9045.0, 9025.0, 9060.0, 9010.0, 8977.0, 9021.0, 8984.0, 8994.0, 9027.0, 8985.0, 8963.0, 8989.0, 8982.0, 8992.0, 9019.0, 9005.0, 9043.0, 9027.0, 8983.0, 9022.0, 8993.0, 8977.0, 9041.0, 9006.0, 9053.0, 9017.0, 8983.0, 9005.0, 8973.0, 8987.0, 9079.0, 9010.0, 9006.0, 9047.0, 8996.0, 9002.0, 9030.0, 9018.0, 9005.0, 9048.0, 9034.0, 9004.0, 9045.0, 9016.0, 9004.0, 9047.0, 9001.0, 9039.0, 9045.0, 8992.0, 9002.0, 8970.0, 8974.0, 9021.0, 9005.0, 8978.0, 9022.0, 8989.0, 8976.0, 8988.0, 8986.0, 9002.0, 9020.0, 9024.0, 8977.0, 8979.0, 9019.0, 8981.0, 9000.0, 9035.0, 8990.0, 8973.0, 9017.0, 9000.0, 8973.0, 9020.0, 8990.0, 8978.0, 9006.0, 9029.0, 8986.0, 9005.0, 9016.0, 9009.0, 8979.0, 8980.0, 9042.0, 9011.0, 9006.0, 9056.0, 9046.0, 9009.0, 8979.0, 9000.0, 9024.0, 8987.0, 9000.0, 9058.0, 9028.0, 8983.0, 8979.0, 9020.0, 8997.0, 9001.0, 9037.0, 8992.0, 8973.0, 8970.0, 8970.0, 8973.0, 8993.0, 9030.0, 8979.0, 9010.0, 8993.0, 8979.0, 8980.0, 9027.0, 9008.0, 9047.0, 9030.0, 9002.0, 9038.0, 8995.0, 8978.0, 9038.0, 9009.0, 8985.0, 9041.0, 8991.0, 8980.0, 9008.0, 8979.0, 8984.0, 9048.0, 9004.0, 9017.0, 9045.0, 8980.0, 8981.0, 9009.0, 8983.0, 9065.0, 9030.0, 8996.0, 9049.0, 8976.0, 8970.0, 9004.0, 8988.0, 9034.0, 9005.0, 8957.0, 8979.0, 8950.0, 8976.0, 9016.0, 8992.0, 8977.0, 9003.0, 8974.0, 8975.0, 8990.0, 8979.0, 8981.0, 9045.0, 9011.0, 9001.0, 9040.0, 8984.0, 8998.0, 8990.0, 8960.0, 9019.0, 8988.0, 8977.0, 9049.0, 8959.0, 8951.0, 8982.0, 8957.0, 8984.0, 9024.0, 8973.0, 8980.0, 8990.0, 8984.0, 8980.0, 9013.0, 9001.0, 9024.0, 9011.0, 8980.0, 9032.0, 8973.0, 8956.0, 9002.0, 8979.0, 9046.0, 8986.0, 8953.0, 8979.0, 8950.0, 8969.0, 8977.0, 8996.0, 9017.0, 8978.0, 8974.0, 9005.0, 8980.0, 8978.0, 9041.0, 9006.0, 9014.0, 9044.0, 8988.0, 9003.0, 9029.0, 8984.0, 9033.0, 9031.0, 8998.0, 9055.0, 9019.0, 8977.0, 8975.0, 9007.0, 8983.0, 9000.0, 9036.0, 9001.0, 8982.0, 9018.0, 8976.0, 8973.0, 9021.0, 8995.0, 8980.0, 9054.0, 9021.0, 8957.0, 8985.0, 8965.0, 8977.0, 9009.0, 9001.0, 8958.0, 8984.0, 8967.0, 8956.0, 8957.0, 9001.0, 8980.0, 8990.0, 9035.0, 8979.0, 8984.0, 9019.0, 8974.0, 8983.0, 9041.0, 8997.0, 8997.0, 9032.0, 9020.0, 8983.0, 9002.0, 9050.0, 8999.0, 9002.0, 9029.0, 9028.0, 8984.0, 8996.0, 9007.0, 8978.0, 8998.0, 9044.0, 9011.0, 8977.0, 8992.0, 9004.0, 8974.0, 8974.0, 9021.0, 8982.0, 8975.0, 9053.0, 8976.0, 8958.0, 8997.0, 8980.0, 8976.0, 9023.0, 8979.0, 8998.0, 9018.0, 8984.0, 8999.0, 9039.0, 9000.0, 9008.0, 9061.0, 9018.0, 8988.0, 9024.0, 8981.0, 8986.0, 9025.0, 9013.0, 8985.0, 9040.0, 8994.0, 8975.0, 9016.0, 8978.0, 8980.0, 9016.0, 8979.0, 8977.0, 9004.0, 8977.0, 8982.0, 9034.0, 9006.0, 9023.0, 9029.0, 9002.0, 9014.0, 8995.0, 9000.0, 9058.0, 9011.0, 9012.0, 9023.0, 8982.0, 8999.0, 9008.0, 8999.0, 9036.0, 8991.0, 8978.0, 8990.0, 8978.0, 8988.0, 9025.0, 9015.0, 8994.0, 9003.0, 8974.0, 8979.0, 9004.0, 9009.0, 8982.0, 9055.0, 9022.0, 8979.0, 8993.0, 9002.0, 8986.0, 9010.0, 9007.0, 8979.0, 8979.0, 9005.0, 8986.0, 9004.0, 9027.0, 8986.0, 8995.0, 9006.0, 8981.0, 9022.0, 9018.0, 8999.0, 9055.0, 8981.0, 8967.0, 9004.0, 8977.0, 8962.0, 9021.0, 8984.0, 8978.0, 9005.0, 8983.0, 8995.0, 8997.0, 8984.0, 9043.0, 8985.0, 9020.0, 8990.0, 8960.0, 9010.0, 8996.0, 8980.0, 9017.0, 8974.0, 8975.0, 9002.0, 8980.0, 8981.0, 9045.0, 9014.0, 8993.0, 9017.0, 8962.0, 8976.0, 9018.0, 8978.0, 9004.0, 8989.0, 8983.0, 8987.0, 8988.0, 8981.0, 9022.0, 9010.0, 8975.0, 9002.0, 8975.0, 8977.0, 9027.0, 9015.0, 8982.0, 9026.0, 8991.0, 8977.0, 9002.0, 8996.0, 9005.0, 9038.0, 9011.0, 8976.0, 9018.0, 8975.0, 8998.0, 9040.0, 9008.0, 8978.0, 9000.0, 8957.0, 8974.0, 9016.0, 8989.0, 9000.0, 9036.0, 9008.0, 8975.0, 9009.0, 9001.0, 8999.0, 9036.0, 9006.0, 8975.0, 9014.0, 8955.0, 8954.0, 9018.0, 8973.0, 9000.0, 8984.0, 8972.0, 8967.0, 9001.0, 8981.0, 8988.0, 9034.0, 8960.0, 8971.0, 8996.0, 8959.0, 8976.0, 9017.0, 8958.0, 9016.0, 8966.0, 8967.0, 8991.0, 8978.0, 9000.0, 8996.0, 8954.0, 8993.0, 8948.0, 8948.0, 8993.0, 8977.0, 9001.0, 8990.0, 8971.0, 9011.0, 8954.0, 8972.0, 9003.0, 8977.0, 9028.0, 8972.0, 8952.0, 8966.0, 8969.0, 9019.0, 8991.0, 8977.0, 9016.0, 8972.0, 8988.0, 8990.0, 8994.0, 9057.0, 9011.0, 8980.0, 9005.0, 8978.0, 8986.0, 8974.0, 8995.0, 9037.0, 8975.0, 8977.0, 9003.0, 8976.0, 8994.0, 9027.0, 8986.0, 9000.0, 9049.0, 8987.0, 9000.0, 9045.0, 9024.0, 9023.0, 9048.0, 9007.0, 9033.0, 9024.0, 9033.0, 9019.0, 9066.0, 9039.0, 9018.0, 9079.0, 9032.0, 9013.0, 8997.0, 9012.0, 9028.0, 9005.0, 9044.0, 9002.0, 8974.0, 9005.0, 8973.0, 9033.0, 9013.0, 8969.0, 9016.0, 8985.0, 8976.0, 8997.0, 8969.0, 8975.0, 8987.0, 8974.0, 8996.0, 9040.0, 9018.0, 9004.0, 9066.0, 9005.0, 8998.0, 9039.0, 9020.0, 9023.0, 9053.0, 9005.0, 9001.0, 9011.0, 8984.0, 9004.0, 9032.0, 9031.0, 9024.0, 9022.0, 9053.0, 9026.0, 9020.0, 9052.0, 9006.0, 9061.0, 9035.0, 9002.0, 9076.0, 9012.0, 8977.0, 9018.0, 8977.0, 8959.0, 9022.0, 8980.0, 9023.0, 9000.0, 8958.0, 8970.0, 9002.0, 8975.0, 8978.0, 9040.0, 9018.0, 8996.0, 9030.0, 8994.0, 8998.0, 9000.0, 9023.0, 8981.0, 9024.0, 9041.0, 8995.0, 9032.0, 8974.0, 8973.0, 9018.0, 8977.0, 8975.0, 9015.0, 8975.0, 8955.0, 8980.0, 8953.0, 8967.0, 8981.0, 8978.0, 8993.0, 9042.0, 9038.0, 9018.0, 9038.0, 8984.0, 8994.0, 9023.0, 8978.0, 9024.0, 9021.0, 8979.0, 8977.0, 8988.0, 8977.0, 8972.0, 9002.0, 8981.0, 9020.0, 9003.0, 8958.0, 8974.0, 9006.0, 9004.0, 9008.0, 9046.0, 8998.0, 9004.0, 9030.0, 9058.0, 9023.0, 8990.0, 9011.0, 9056.0, 9018.0, 8996.0, 8983.0, 9022.0, 8982.0, 8981.0, 9039.0, 8999.0, 8991.0, 9058.0, 8994.0, 8981.0, 8996.0, 9012.0, 8985.0, 9014.0, 9041.0, 9001.0, 9001.0, 9047.0, 9004.0, 9035.0, 9031.0, 9007.0, 9079.0, 9009.0, 8984.0, 9022.0, 8997.0, 9010.0, 9058.0, 9012.0, 8983.0, 9024.0, 8983.0, 8996.0, 9029.0, 9000.0, 9043.0, 9031.0, 8985.0, 9023.0, 8994.0, 8979.0, 9037.0, 9004.0, 9023.0, 9006.0, 8979.0, 8989.0, 8974.0, 8983.0, 9062.0, 9013.0, 9003.0, 9069.0, 9009.0, 9028.0, 9051.0, 9009.0, 9044.0, 9029.0, 8985.0, 9014.0, 9008.0, 8977.0, 8992.0, 9022.0, 8982.0, 8998.0, 9023.0, 9003.0, 8984.0, 9035.0, 8983.0, 9008.0, 9054.0, 8976.0, 8974.0, 9030.0, 8970.0, 8956.0, 9032.0, 8999.0, 8986.0, 9029.0, 8970.0, 8956.0, 8969.0, 8983.0, 8973.0, 9005.0, 9000.0, 8957.0, 8960.0, 8980.0, 8973.0, 8957.0, 8997.0, 8955.0, 8954.0, 9015.0, 8976.0, 8975.0, 9035.0, 8977.0, 8975.0, 8994.0, 8979.0, 8986.0, 9002.0, 9021.0, 8992.0, 8975.0, 9006.0, 8978.0, 8977.0, 9021.0, 8980.0, 8979.0, 9035.0, 8993.0, 8980.0, 9037.0, 8976.0, 8979.0, 9021.0, 8975.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.0005506698564593302</td></tr>
<tr><td colspan=3>aqi</td><td>0.02419998456937799</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.73197722737723</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.178079990047903</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9933965279520944</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>5529.9155</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10617796297251444</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.937799043062201</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.349893303188366</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.255689491674717</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5111828492196446</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2828075686707368</td></tr>
<tr><td colspan=3>gcor</td><td>0.00814862</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0026622966397553682</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03785267099738121</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.992197793973583</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.2321</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4311</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.6685</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296139.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1023.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>371.1029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6985</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.6716</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.344</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.9064</td></tr>
<tr><td colspan=3>tsnr</td><td>38.598142641130835</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>