~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to api/src/Image/JPEG2000/HelioviewerJPXImage.php

  • Committer: Keith Hughitt
  • Date: 2010-02-17 22:00:59 UTC
  • mfrom: (402.1.68 hv)
  • Revision ID: keith.hughitt@nasa.gov-20100217220059-wmdq7kgokj4seryx
Merged with Keith's branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
     */
90
90
    private function _queryJPXImageFrames()
91
91
    {
92
 
        include_once 'lib/Helper/DateTimeConversions.php';
93
 
        include_once 'lib/Database/ImgIndex.php';
 
92
        include_once 'src/Helper/DateTimeConversions.php';
 
93
        include_once 'src/Database/ImgIndex.php';
94
94
 
95
95
        $imgIndex = new Database_ImgIndex();
96
96
 
145
145
     */
146
146
    private function _checkRequestedCadence()
147
147
    {
148
 
        include_once 'lib/Helper/DateTimeConversions.php';
 
148
        include_once 'src/Helper/DateTimeConversions.php';
149
149
 
150
150
        $start = toUnixTimestamp($this->_startTime);
151
151
        $end   = toUnixTimestamp($this->_endTime);