Package uk.ac.starlink.topcat.func
Class Mgc
- java.lang.Object
-
- uk.ac.starlink.topcat.func.Mgc
-
public class Mgc extends java.lang.ObjectSpecialist functions for use with data from the the Millennium Galaxy Survey.- Since:
- 15 Oct 2004
- Author:
- Mark Taylor (Starlink)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMGC_IMAGE_BASEString prepended to MGC_ID for the FITS image URL.static java.lang.StringMGC_IMAGE_TAILString appended to MGC_ID for the FITS image URL.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringimageMgc(int mgc_id)Displays the postage stamp FITS image for an MGC object in an image viewer.
-
-
-
Field Detail
-
MGC_IMAGE_BASE
public static final java.lang.String MGC_IMAGE_BASE
String prepended to MGC_ID for the FITS image URL.- See Also:
- Constant Field Values
-
MGC_IMAGE_TAIL
public static final java.lang.String MGC_IMAGE_TAIL
String appended to MGC_ID for the FITS image URL.- See Also:
- Constant Field Values
-
-