from marvin.tools.image import Image
im = Image('8553-9102')

# generate a new image
# inputs are height and width in arcsec, and a arcsec/pixel scale
im.get_new_cutout(100, 100, scale=0.192)

# plot the new image cutout
ax = im.plot()