~b-wamsler/helioviewer.org/jhv

« back to all changes in this revision

Viewing changes to src/org/helioviewer/model/metadata/HelioviewerMetaData.java

  • Committer: Benjamin Wamsler
  • Date: 2009-08-11 21:42:13 UTC
  • Revision ID: b.wamsler@web-grafix.eu-20090811214213-799w4ozy95m88s2r
Working on Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    public Vector2dDouble getPhysicalImageSize() {
84
84
        return physicalSize;
85
85
    }
 
86
    
 
87
    public Vector2dDouble getPhysicalSunPosition() {
 
88
        return sunPixelPosition.scale(meterPerPixel);
 
89
    }
86
90
 
87
91
        @Override
88
92
        public Vector2dInt getMaximumResolution() {