File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929from snappl .imagecollection import ImageCollection
3030from snappl .image import FITSImageOnDisk
3131from snappl .psf import PSF
32- from snpit_utils .config import Config
33- from snpit_utils .logger import SNLogger
32+ from snappl .config import Config
33+ from snappl .logger import SNLogger
3434
3535
3636class PipelineImage :
@@ -1127,7 +1127,7 @@ def main():
11271127 # Get the DiaObject, update the RA and Dec
11281128
11291129 diaobjs = DiaObject .find_objects ( collection = args .object_collection , subset = args .object_subset ,
1130- id = args .oid , ra = args .ra , dec = args .dec )
1130+ name = args .oid , ra = args .ra , dec = args .dec )
11311131 if len ( diaobjs ) == 0 :
11321132 raise ValueError ( f"Could not find DiaObject with id={ args .id } , ra={ args .ra } , dec={ args .dec } ." )
11331133 if len ( diaobjs ) > 1 :
You can’t perform that action at this time.
0 commit comments