Skip to content
craft-optical-followup 0.9.0 documentation
craftutils.observation.field.Field.__init__
Initializing search
      • Introduction
      • Installation
      • Using the pipeline script
      • Configuration files
      • Output files
      • Supported instruments
      • Packages and Software Used
      • References
      • API
        • Observations (craftutils.observation)
          • Fields (craftutils.observation.field)
            • Functions
            • Classes
              • CField
                • Public members
                  • Astage_output_dirs
                  • M__init__
                    • Parameters
                      • pcentre_coords
                      • pobjs
                  • M__str__
                  • M__repr__
                  • Mstages
                  • Mproc_finalise_imaging
                  • Mproc_update_photometry
                  • Mforce_stage_all_epochs
                  • Mproc_refine_photometry
                  • Mproc_galfit
                  • Mget_images_band
                  • Mget_filters
                  • Mdeepest_in_band
                  • Mgalfit
                  • Mproc_push_to_table
                  • Mmkdir
                  • Mmkdir_params
                  • Mgather_objects
                  • Mgather_epochs_spectroscopy
                  • Mgather_epochs_imaging
                  • Mepoch_from_params
                  • Mselect_epoch
                  • Mnew_object
                  • Mnew_epoch_imaging
                  • Mnew_epoch_spectroscopy
                  • Mretrieve_catalogues
                  • Mretrieve_catalogue
                  • Mload_catalogue
                  • Mgenerate_astrometry_indices
                  • Mget_path
                  • Mcheck_cat
                  • Mload_output_file
                  • Mload_imaging
                  • Madd_image
                  • Madd_object
                  • Mremove_object
                  • Madd_object_from_dict
                  • Mgenerate_cigale_photometry
                  • Munpack_cigale_results
                  • Mload_all_objects
                  • Mget_object
                  • Mdefault_params
                  • Mfrom_file
                  • Mfrom_params
                  • Mnew_yaml
                  • Mbuild_param_path
                  • Mnew_params_from_input
                  • Astage_params
              • CFRBField
              • CStandardField
          • Epochs (craftutils.observation.epoch)
          • Images (craftutils.observation.image)
          • Instruments (craftutils.observation.instrument)
          • Logging (craftutils.observation.log)
          • Astronomical objects (craftutils.observation.objects)
          • Astronomical surveys (craftutils.observation.survey)
        • Astrometry (craftutils.astrometry)
        • Fits files (craftutils.fits_files)
        • Parameters (craftutils.params)
        • Photometry (craftutils.photometry)
        • Plotting (craftutils.plotting)
        • Data retrieval (craftutils.retrieve)
        • Supernovae (craftutils.sne)
        • Statistics (craftutils.stats)
        • Utilities (craftutils.utils)
        • Wrap (craftutils.wrap)
        • Classes
        • Functions
    • Parameters
      • pcentre_coords
      • pobjs
    craftutils.observation.field.Field(centre_coords: SkyCoord | str | None = None, objs: list[Object] | dict | None = None, extent: Quantity | None = None, **kwargs)
    Parameters¶
    centre_coords: SkyCoord | str | None = None¶

    name

    param_path

    data_path

    objs: list[Object] | dict | None = None¶

    a list of objects of interest in the field. The primary object of interest should be first in

    the list.

    Previous craftutils.observation.field.Field.stage_output_dirs
    Next craftutils.observation.field.Field.__str__
    © Copyright 2023, Lachlan Marnoch.
    Created using Sphinx 5.0.2. and Sphinx-Immaterial