In [1]:
import sys
sys.path.append('/Users/rs548/Documents/Code/regphot/')
The catalogue module goes through a list of objects and cuts out postage stamps for the object. It can do this for previously downloaded fits image files or using astroquery for SDSS images. It then runs Galfit on the objects using a standard first guess.
In future it may be good to modify the first guess based on measurements from masterlist.
In [ ]:
from regphot import catalogue
catalogue()
In [5]:
from regphot import analysis
analysis.printGraphs('/Users/rs548/Documents/Science/PeteHurley/SDSS/')
In [6]:
analysis.printGraphs('/Users/rs548/Documents/Science/PeteHurley/galfit/')
In [2]:
from regphot import analysis
analysis.printGraphs('/Users/rs548/Documents/Science/PeteHurley/galfitm/')
In [ ]: